diff --git a/CONTROL-ROOM/COMMON/DEVICES/proton-beam-instrumentation/lebt-010-pbi-fc-001/change_stats_units_bob.js b/CONTROL-ROOM/COMMON/DEVICES/proton-beam-instrumentation/lebt-010-pbi-fc-001/change_stats_units_bob.js
new file mode 100644
index 0000000000000000000000000000000000000000..274854950eb8d801d2db6ea30db99866511d931e
--- /dev/null
+++ b/CONTROL-ROOM/COMMON/DEVICES/proton-beam-instrumentation/lebt-010-pbi-fc-001/change_stats_units_bob.js
@@ -0,0 +1,18 @@
+PVUtil = org.csstudio.display.builder.runtime.script.PVUtil;
+
+var value = PVUtil.getLong(pvs[0]);
+// ConsoleUtil.writeInfo("conversion: " + value);
+var str = PVUtil.getString(pvs[1]);
+// ConsoleUtil.writeInfo("str: " + str);
+var prec = PVUtil.getString(pvs[2]);
+// ConsoleUtil.writeInfo("precision: " + prec);
+
+if (value == 0) {
+	pvs[1].write("");
+	// widget.setPropertyValue("precision", 0);
+	pvs[2].write(0);
+} else {
+	pvs[1].write("mA");
+	// widget.setPropertyValue("precision", 1);
+	pvs[2].write(1);
+}
diff --git a/CONTROL-ROOM/COMMON/DEVICES/proton-beam-instrumentation/lebt-010-pbi-fc-001/fc.bob b/CONTROL-ROOM/COMMON/DEVICES/proton-beam-instrumentation/lebt-010-pbi-fc-001/fc.bob
new file mode 100644
index 0000000000000000000000000000000000000000..8bbf8ca4e6c1b281eddedfc72f1c6292923b2b12
--- /dev/null
+++ b/CONTROL-ROOM/COMMON/DEVICES/proton-beam-instrumentation/lebt-010-pbi-fc-001/fc.bob
@@ -0,0 +1,96 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<display version="2.0.0">
+  <name>Faraday Cup : Top</name>
+  <width>660</width>
+  <height>490</height>
+  <background_color>
+    <color red="240" green="240" blue="240">
+    </color>
+  </background_color>
+  <actions>
+  </actions>
+  <widget type="embedded" version="2.0.0">
+    <name>Linking Container</name>
+    <file>fc_one.bob</file>
+    <macros>
+      <ACQ_FRU>AMC31</ACQ_FRU>
+      <EVR_FRU>PBI-EVR-030</EVR_FRU>
+      <HV_FRU>HV06</HV_FRU>
+      <INSTANCE>PBI-FC-001</INSTANCE>
+      <LOCATION>LAB-010</LOCATION>
+      <MCU_FRU>MCU08</MCU_FRU>
+      <SYSTEM>$(LOCATION):$(INSTANCE)</SYSTEM>
+      <TITLE>Faraday Cup - LAB</TITLE>
+    </macros>
+    <x>9</x>
+    <y>269</y>
+    <width>642</width>
+    <height>212</height>
+    <resize>2</resize>
+    <actions>
+    </actions>
+    <border_color>
+      <color red="0" green="128" blue="255">
+      </color>
+    </border_color>
+  </widget>
+  <widget type="embedded" version="2.0.0">
+    <name>Linking Container_1</name>
+    <file>fc_one.bob</file>
+    <macros>
+      <ACQ_FRU>AMC31</ACQ_FRU>
+      <EVR_FRU>PBI-EVR-030</EVR_FRU>
+      <HV_FRU>HV06</HV_FRU>
+      <INSTANCE>PBI-FC-001</INSTANCE>
+      <LOCATION>LEBT-020</LOCATION>
+      <MCU_FRU>MCU08</MCU_FRU>
+      <SYSTEM>$(LOCATION):$(INSTANCE)</SYSTEM>
+      <TITLE>Faraday Cup - LEBT</TITLE>
+    </macros>
+    <x>9</x>
+    <y>59</y>
+    <width>642</width>
+    <height>212</height>
+    <resize>2</resize>
+    <actions>
+    </actions>
+    <border_color>
+      <color red="0" green="128" blue="255">
+      </color>
+    </border_color>
+  </widget>
+  <widget type="rectangle" version="2.0.0">
+    <name>Rectangle</name>
+    <class>TITLE-BAR</class>
+    <x use_class="true">0</x>
+    <y use_class="true">0</y>
+    <width>660</width>
+    <height use_class="true">50</height>
+    <line_width use_class="true">0</line_width>
+    <background_color use_class="true">
+      <color name="PRIMARY-HEADER-BACKGROUND" red="151" green="188" blue="202">
+      </color>
+    </background_color>
+  </widget>
+  <widget type="label" version="2.0.0">
+    <name>Label</name>
+    <class>TITLE</class>
+    <text>Faraday Cups</text>
+    <x use_class="true">20</x>
+    <y use_class="true">0</y>
+    <width>500</width>
+    <height use_class="true">50</height>
+    <font use_class="true">
+      <font name="Header 1" family="Source Sans Pro" style="BOLD_ITALIC" size="36.0">
+      </font>
+    </font>
+    <foreground_color use_class="true">
+      <color name="HEADER-TEXT" red="0" green="0" blue="0">
+      </color>
+    </foreground_color>
+    <transparent use_class="true">true</transparent>
+    <horizontal_alignment use_class="true">0</horizontal_alignment>
+    <vertical_alignment use_class="true">1</vertical_alignment>
+    <wrap_words use_class="true">false</wrap_words>
+  </widget>
+</display>
diff --git a/CONTROL-ROOM/COMMON/DEVICES/proton-beam-instrumentation/lebt-010-pbi-fc-001/fc_one.bob b/CONTROL-ROOM/COMMON/DEVICES/proton-beam-instrumentation/lebt-010-pbi-fc-001/fc_one.bob
new file mode 100644
index 0000000000000000000000000000000000000000..9c55d567a045e82155af3c86638e6315e3faa863
--- /dev/null
+++ b/CONTROL-ROOM/COMMON/DEVICES/proton-beam-instrumentation/lebt-010-pbi-fc-001/fc_one.bob
@@ -0,0 +1,315 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<display version="2.0.0">
+  <name>Faraday Cup: Info</name>
+  <width>640</width>
+  <height>210</height>
+  <background_color>
+    <color red="240" green="240" blue="240">
+    </color>
+  </background_color>
+  <actions>
+  </actions>
+  <widget type="rectangle" version="2.0.0">
+    <name>Rectangle</name>
+    <class>GROUP</class>
+    <x>10</x>
+    <y>10</y>
+    <width>620</width>
+    <height>190</height>
+    <line_color use_class="true">
+      <color name="GROUP-BORDER" red="150" green="155" blue="151">
+      </color>
+    </line_color>
+    <background_color use_class="true">
+      <color name="GROUP-BACKGROUND" red="200" green="205" blue="201">
+      </color>
+    </background_color>
+    <corner_width>8</corner_width>
+    <corner_height>8</corner_height>
+  </widget>
+  <widget type="label" version="2.0.0">
+    <name>title</name>
+    <class>GROUP-TITLE</class>
+    <text>$(TITLE)</text>
+    <x>20</x>
+    <y>15</y>
+    <width>600</width>
+    <height use_class="true">30</height>
+    <font use_class="true">
+      <font name="Header 2" family="Source Sans Pro" style="BOLD_ITALIC" size="21.0">
+      </font>
+    </font>
+    <foreground_color use_class="true">
+      <color name="GROUP-TEXT" red="25" green="25" blue="25">
+      </color>
+    </foreground_color>
+    <background_color>
+      <color red="255" green="255" blue="255">
+      </color>
+    </background_color>
+    <horizontal_alignment use_class="true">1</horizontal_alignment>
+    <vertical_alignment use_class="true">1</vertical_alignment>
+    <wrap_words use_class="true">false</wrap_words>
+    <actions>
+    </actions>
+    <border_color>
+      <color name="IO Border" red="0" green="0" blue="0">
+      </color>
+    </border_color>
+  </widget>
+  <widget type="label" version="2.0.0">
+    <name>locationCaption</name>
+    <class>CAPTION</class>
+    <text>Location:</text>
+    <x>40</x>
+    <y>50</y>
+    <width>80</width>
+    <foreground_color use_class="true">
+      <color name="Text" red="25" green="25" blue="25">
+      </color>
+    </foreground_color>
+    <horizontal_alignment use_class="true">2</horizontal_alignment>
+    <vertical_alignment use_class="true">1</vertical_alignment>
+  </widget>
+  <widget type="label" version="2.0.0">
+    <name>location</name>
+    <text>$(LOCATION)</text>
+    <x>130</x>
+    <y>50</y>
+    <width>470</width>
+    <font>
+      <font name="Default Bold" family="Source Sans Pro" style="BOLD" size="16.0">
+      </font>
+    </font>
+    <foreground_color>
+      <color name="Gray_14" red="0" green="0" blue="0">
+      </color>
+    </foreground_color>
+    <background_color>
+      <color red="255" green="255" blue="255">
+      </color>
+    </background_color>
+    <vertical_alignment>1</vertical_alignment>
+    <wrap_words>false</wrap_words>
+    <actions>
+    </actions>
+    <border_color>
+      <color red="0" green="128" blue="255">
+      </color>
+    </border_color>
+  </widget>
+  <widget type="label" version="2.0.0">
+    <name>instanceCaption</name>
+    <class>CAPTION</class>
+    <text>Instance:</text>
+    <x>40</x>
+    <y>80</y>
+    <width>80</width>
+    <foreground_color use_class="true">
+      <color name="Text" red="25" green="25" blue="25">
+      </color>
+    </foreground_color>
+    <horizontal_alignment use_class="true">2</horizontal_alignment>
+    <vertical_alignment use_class="true">1</vertical_alignment>
+  </widget>
+  <widget type="label" version="2.0.0">
+    <name>instance</name>
+    <text>$(INSTANCE)</text>
+    <x>130</x>
+    <y>80</y>
+    <width>470</width>
+    <font>
+      <font family="Source Sans Pro" style="BOLD" size="16.0">
+      </font>
+    </font>
+    <foreground_color>
+      <color name="Gray_14" red="0" green="0" blue="0">
+      </color>
+    </foreground_color>
+    <background_color>
+      <color red="255" green="255" blue="255">
+      </color>
+    </background_color>
+    <vertical_alignment>1</vertical_alignment>
+    <wrap_words>false</wrap_words>
+    <actions>
+    </actions>
+    <border_color>
+      <color red="0" green="128" blue="255">
+      </color>
+    </border_color>
+  </widget>
+  <widget type="label" version="2.0.0">
+    <name>bdSystemCaption</name>
+    <class>CAPTION</class>
+    <text>BD System:</text>
+    <x>40</x>
+    <y>110</y>
+    <width>80</width>
+    <foreground_color use_class="true">
+      <color name="Text" red="25" green="25" blue="25">
+      </color>
+    </foreground_color>
+    <horizontal_alignment use_class="true">2</horizontal_alignment>
+    <vertical_alignment use_class="true">1</vertical_alignment>
+  </widget>
+  <widget type="label" version="2.0.0">
+    <name>bdDystem</name>
+    <text>$(SYSTEM)</text>
+    <x>130</x>
+    <y>110</y>
+    <width>470</width>
+    <font>
+      <font name="Default Bold" family="Source Sans Pro" style="BOLD" size="16.0">
+      </font>
+    </font>
+    <foreground_color>
+      <color name="Gray_14" red="0" green="0" blue="0">
+      </color>
+    </foreground_color>
+    <background_color>
+      <color red="255" green="255" blue="255">
+      </color>
+    </background_color>
+    <vertical_alignment>1</vertical_alignment>
+    <wrap_words>false</wrap_words>
+    <actions>
+    </actions>
+    <border_color>
+      <color red="0" green="128" blue="255">
+      </color>
+    </border_color>
+  </widget>
+  <widget type="label" version="2.0.0">
+    <name>screenCaption</name>
+    <class>CAPTION</class>
+    <text>Screens:</text>
+    <x>40</x>
+    <y>150</y>
+    <width>80</width>
+    <height>30</height>
+    <foreground_color use_class="true">
+      <color name="Text" red="25" green="25" blue="25">
+      </color>
+    </foreground_color>
+    <background_color>
+      <color red="255" green="255" blue="255">
+      </color>
+    </background_color>
+    <horizontal_alignment use_class="true">2</horizontal_alignment>
+    <vertical_alignment use_class="true">1</vertical_alignment>
+    <wrap_words>false</wrap_words>
+    <actions>
+    </actions>
+    <border_color>
+      <color red="0" green="128" blue="255">
+      </color>
+    </border_color>
+  </widget>
+  <widget type="action_button" version="3.0.0">
+    <name>acquisition</name>
+    <actions>
+      <action type="open_display">
+        <file>adsis8300fc/SIS8300.opi</file>
+        <macros>
+          <P>$(SYSTEM):$(ACQ_FRU)-</P>
+          <R></R>
+        </macros>
+        <target>tab</target>
+        <description>Acquisition</description>
+      </action>
+    </actions>
+    <x>130</x>
+    <y>150</y>
+    <width>110</width>
+    <foreground_color>
+      <color name="IO TextButton" red="0" green="0" blue="0">
+      </color>
+    </foreground_color>
+    <background_color>
+      <color name="IO Button" red="178" green="178" blue="178">
+      </color>
+    </background_color>
+    <tooltip>$(actions)</tooltip>
+  </widget>
+  <widget type="action_button" version="3.0.0">
+    <name>timing</name>
+    <actions>
+      <action type="open_display">
+        <file>mrfioc2/evr-mtca-300u.opi</file>
+        <macros>
+          <D>$(EVR_FRU):</D>
+          <SYS>$(LOCATION):</SYS>
+        </macros>
+        <target>tab</target>
+        <description>Timing</description>
+      </action>
+    </actions>
+    <x>250</x>
+    <y>150</y>
+    <width>110</width>
+    <foreground_color>
+      <color name="IO TextButton" red="0" green="0" blue="0">
+      </color>
+    </foreground_color>
+    <background_color>
+      <color name="IO Button" red="178" green="178" blue="178">
+      </color>
+    </background_color>
+    <tooltip>$(actions)</tooltip>
+  </widget>
+  <widget type="action_button" version="3.0.0">
+    <name>ethercat</name>
+    <actions>
+      <action type="open_display">
+        <file>ecat/ethercat.opi</file>
+        <macros>
+          <HV>$(SYSTEM):$(HV_FRU)-</HV>
+          <MCU>$(SYSTEM):$(MCU_FRU)-</MCU>
+        </macros>
+        <target>tab</target>
+        <description>Ethercat</description>
+      </action>
+    </actions>
+    <x>370</x>
+    <y>150</y>
+    <width>110</width>
+    <foreground_color>
+      <color name="IO TextButton" red="0" green="0" blue="0">
+      </color>
+    </foreground_color>
+    <background_color>
+      <color name="IO Button" red="178" green="178" blue="178">
+      </color>
+    </background_color>
+    <tooltip>$(actions)</tooltip>
+  </widget>
+  <widget type="action_button" version="3.0.0">
+    <name>operator</name>
+    <actions>
+      <action type="open_display">
+        <file>fc_operator.bob</file>
+        <macros>
+          <ACQ>$(SYSTEM):$(ACQ_FRU)-</ACQ>
+          <EVR>$(LOCATION):$(EVR_FRU):</EVR>
+          <HV>$(SYSTEM):$(HV_FRU)-</HV>
+          <MCU>$(SYSTEM):$(MCU_FRU)-</MCU>
+        </macros>
+        <target>tab</target>
+        <description>Operator</description>
+      </action>
+    </actions>
+    <x>490</x>
+    <y>150</y>
+    <width>110</width>
+    <foreground_color>
+      <color name="IO TextButton" red="0" green="0" blue="0">
+      </color>
+    </foreground_color>
+    <background_color>
+      <color name="IO Button" red="178" green="178" blue="178">
+      </color>
+    </background_color>
+    <tooltip>$(actions)</tooltip>
+  </widget>
+</display>
diff --git a/CONTROL-ROOM/COMMON/DEVICES/proton-beam-instrumentation/lebt-010-pbi-fc-001/fc_operator.bob b/CONTROL-ROOM/COMMON/DEVICES/proton-beam-instrumentation/lebt-010-pbi-fc-001/fc_operator.bob
new file mode 100644
index 0000000000000000000000000000000000000000..047e76a7d5eeae73c001488a9c84e4e85254210d
--- /dev/null
+++ b/CONTROL-ROOM/COMMON/DEVICES/proton-beam-instrumentation/lebt-010-pbi-fc-001/fc_operator.bob
@@ -0,0 +1,1813 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<display version="2.0.0">
+  <name>Faraday Cup : Operator</name>
+  <macros>
+    <CH1>$(ACQ)CH1-</CH1>
+    <FT1>$(ACQ)AOI11-</FT1>
+    <RAW1>$(ACQ)AOI10-</RAW1>
+  </macros>
+  <width>2400</width>
+  <height>1150</height>
+  <widget type="rectangle" version="2.0.0">
+    <name>titleBar</name>
+    <class>TITLE-BAR</class>
+    <x use_class="true">0</x>
+    <y use_class="true">0</y>
+    <width>2400</width>
+    <height use_class="true">50</height>
+    <line_width use_class="true">0</line_width>
+    <background_color use_class="true">
+      <color name="PRIMARY-HEADER-BACKGROUND" red="151" green="188" blue="202">
+      </color>
+    </background_color>
+  </widget>
+  <widget type="label" version="2.0.0">
+    <name>title</name>
+    <class>TITLE</class>
+    <text>Faraday Cup $(SYSTEM)</text>
+    <x use_class="true">20</x>
+    <y use_class="true">0</y>
+    <width>2360</width>
+    <height use_class="true">50</height>
+    <font use_class="true">
+      <font name="Header 1" family="Source Sans Pro" style="BOLD_ITALIC" size="36.0">
+      </font>
+    </font>
+    <foreground_color use_class="true">
+      <color name="HEADER-TEXT" red="0" green="0" blue="0">
+      </color>
+    </foreground_color>
+    <transparent use_class="true">true</transparent>
+    <horizontal_alignment use_class="true">0</horizontal_alignment>
+    <vertical_alignment use_class="true">1</vertical_alignment>
+    <wrap_words use_class="true">false</wrap_words>
+  </widget>
+  <widget type="group" version="2.0.0">
+    <name>acquisitionGroup</name>
+    <x>20</x>
+    <y>70</y>
+    <width>740</width>
+    <height>250</height>
+    <style>3</style>
+    <transparent>true</transparent>
+    <widget type="rectangle" version="2.0.0">
+      <name>acquisitionGroupBackground</name>
+      <width>740</width>
+      <height>250</height>
+      <line_width>0</line_width>
+      <background_color>
+        <color name="GROUP-BORDER" red="150" green="155" blue="151">
+        </color>
+      </background_color>
+      <corner_width>10</corner_width>
+      <corner_height>10</corner_height>
+    </widget>
+    <widget type="label" version="2.0.0">
+      <name>acquisitionGroupTitle</name>
+      <text>Acquisition</text>
+      <x>10</x>
+      <width>720</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="TEXT-LIGHT" red="230" green="230" blue="230">
+        </color>
+      </foreground_color>
+      <horizontal_alignment>1</horizontal_alignment>
+      <vertical_alignment>1</vertical_alignment>
+    </widget>
+    <widget type="group" version="2.0.0">
+      <name>acquisitionGroupContent</name>
+      <x>10</x>
+      <y>30</y>
+      <width>720</width>
+      <height>210</height>
+      <style>3</style>
+      <background_color>
+        <color name="GROUP-BACKGROUND" red="200" green="205" blue="201">
+        </color>
+      </background_color>
+      <widget type="label" version="2.0.0">
+        <name>acquisitionStatusCaption</name>
+        <class>CAPTION</class>
+        <text>Status:</text>
+        <x>10</x>
+        <y>10</y>
+        <width>120</width>
+        <foreground_color use_class="true">
+          <color name="Text" red="25" green="25" blue="25">
+          </color>
+        </foreground_color>
+        <horizontal_alignment use_class="true">2</horizontal_alignment>
+        <vertical_alignment use_class="true">1</vertical_alignment>
+      </widget>
+      <widget type="led" version="2.0.0">
+        <name>acquisitionStatusLED</name>
+        <pv_name>$(ACQ)Acquire</pv_name>
+        <x>140</x>
+        <y>10</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>
+      </widget>
+      <widget type="label" version="2.0.0">
+        <name>acquisitionRateCaption</name>
+        <class>CAPTION</class>
+        <text>Rate:</text>
+        <x>370</x>
+        <y>10</y>
+        <width>120</width>
+        <foreground_color use_class="true">
+          <color name="Text" red="25" green="25" blue="25">
+          </color>
+        </foreground_color>
+        <background_color>
+          <color red="255" green="255" blue="255">
+          </color>
+        </background_color>
+        <horizontal_alignment use_class="true">2</horizontal_alignment>
+        <vertical_alignment use_class="true">1</vertical_alignment>
+        <wrap_words>false</wrap_words>
+        <actions>
+        </actions>
+        <border_color>
+          <color red="0" green="128" blue="255">
+          </color>
+        </border_color>
+      </widget>
+      <widget type="textupdate" version="2.0.0">
+        <name>acquisitionRateReadback</name>
+        <pv_name>$(ACQ)ArrayRate_RBV</pv_name>
+        <x>500</x>
+        <y>10</y>
+        <horizontal_alignment>2</horizontal_alignment>
+        <vertical_alignment>1</vertical_alignment>
+        <wrap_words>false</wrap_words>
+        <actions>
+        </actions>
+        <border_color>
+          <color red="0" green="128" blue="255">
+          </color>
+        </border_color>
+      </widget>
+      <widget type="label" version="2.0.0">
+        <name>acquisitionSamplesCaption</name>
+        <class>CAPTION</class>
+        <text>Samples:</text>
+        <x>10</x>
+        <y>40</y>
+        <width>120</width>
+        <foreground_color use_class="true">
+          <color name="Text" red="25" green="25" blue="25">
+          </color>
+        </foreground_color>
+        <background_color>
+          <color red="255" green="255" blue="255">
+          </color>
+        </background_color>
+        <horizontal_alignment use_class="true">2</horizontal_alignment>
+        <vertical_alignment use_class="true">1</vertical_alignment>
+        <wrap_words>false</wrap_words>
+        <actions>
+        </actions>
+        <border_color>
+          <color red="0" green="128" blue="255">
+          </color>
+        </border_color>
+      </widget>
+      <widget type="spinner" version="2.0.0">
+        <name>acquisitionSamplesSetpoint</name>
+        <pv_name>$(ACQ)NumSamples</pv_name>
+        <x>140</x>
+        <y>40</y>
+        <format>0</format>
+        <actions>
+        </actions>
+        <minimum>-1.7976931348623157E308</minimum>
+        <maximum>1.7976931348623157E308</maximum>
+        <increment>100.0</increment>
+      </widget>
+      <widget type="textupdate" version="2.0.0">
+        <name>acquisitionSamplesReadback</name>
+        <pv_name>$(ACQ)NumSamplesR</pv_name>
+        <x>250</x>
+        <y>40</y>
+        <horizontal_alignment>2</horizontal_alignment>
+        <vertical_alignment>1</vertical_alignment>
+        <wrap_words>false</wrap_words>
+        <actions>
+        </actions>
+        <border_color>
+          <color red="0" green="128" blue="255">
+          </color>
+        </border_color>
+      </widget>
+      <widget type="label" version="2.0.0">
+        <name>acquisitionTriggerDelayCaption</name>
+        <class>CAPTION</class>
+        <text>Trigger Delay:</text>
+        <x>370</x>
+        <y>40</y>
+        <width>120</width>
+        <foreground_color use_class="true">
+          <color name="Text" red="25" green="25" blue="25">
+          </color>
+        </foreground_color>
+        <background_color>
+          <color red="255" green="255" blue="255">
+          </color>
+        </background_color>
+        <horizontal_alignment use_class="true">2</horizontal_alignment>
+        <vertical_alignment use_class="true">1</vertical_alignment>
+        <wrap_words>false</wrap_words>
+        <actions>
+        </actions>
+        <border_color>
+          <color red="0" green="128" blue="255">
+          </color>
+        </border_color>
+      </widget>
+      <widget type="spinner" version="2.0.0">
+        <name>acquisitionTriggerDelaySetpoint</name>
+        <pv_name>$(EVR)DlyGen0-Delay-SP</pv_name>
+        <x>500</x>
+        <y>40</y>
+        <format>0</format>
+        <precision>3</precision>
+        <actions>
+        </actions>
+        <minimum>-1.7976931348623157E308</minimum>
+        <maximum>1.7976931348623157E308</maximum>
+      </widget>
+      <widget type="textupdate" version="2.0.0">
+        <name>acquisitionTriggerDelayReadback</name>
+        <pv_name>$(EVR)DlyGen0-Delay-RB</pv_name>
+        <x>610</x>
+        <y>40</y>
+        <horizontal_alignment>2</horizontal_alignment>
+        <vertical_alignment>1</vertical_alignment>
+        <wrap_words>false</wrap_words>
+        <actions>
+        </actions>
+        <border_color>
+          <color red="0" green="128" blue="255">
+          </color>
+        </border_color>
+      </widget>
+      <widget type="label" version="2.0.0">
+        <name>acquisitionPulseCounterCaption</name>
+        <class>CAPTION</class>
+        <text>Pulse Counter:</text>
+        <x>10</x>
+        <y>70</y>
+        <width>120</width>
+        <foreground_color use_class="true">
+          <color name="Text" red="25" green="25" blue="25">
+          </color>
+        </foreground_color>
+        <background_color>
+          <color red="255" green="255" blue="255">
+          </color>
+        </background_color>
+        <horizontal_alignment use_class="true">2</horizontal_alignment>
+        <vertical_alignment use_class="true">1</vertical_alignment>
+        <wrap_words>false</wrap_words>
+        <actions>
+        </actions>
+        <border_color>
+          <color red="0" green="128" blue="255">
+          </color>
+        </border_color>
+      </widget>
+      <widget type="textupdate" version="2.0.0">
+        <name>acquisitionPulseCounterReadback</name>
+        <pv_name>$(ACQ)ArrayCounter_RBV</pv_name>
+        <x>140</x>
+        <y>70</y>
+        <horizontal_alignment>2</horizontal_alignment>
+        <vertical_alignment>1</vertical_alignment>
+        <wrap_words>false</wrap_words>
+        <actions>
+        </actions>
+        <border_color>
+          <color red="0" green="128" blue="255">
+          </color>
+        </border_color>
+      </widget>
+      <widget type="action_button" version="3.0.0">
+        <name>acquisitionStartButton</name>
+        <actions>
+          <action type="write_pv">
+            <pv_name>$(pv_name)</pv_name>
+            <value>1</value>
+            <description>Start</description>
+          </action>
+        </actions>
+        <pv_name>$(ACQ)Acquire</pv_name>
+        <x>500</x>
+        <y>80</y>
+        <foreground_color>
+          <color red="0" green="0" blue="0">
+          </color>
+        </foreground_color>
+        <background_color>
+          <color red="240" green="240" blue="240">
+          </color>
+        </background_color>
+      </widget>
+      <widget type="action_button" version="3.0.0">
+        <name>acquisitionStopButton</name>
+        <actions>
+          <action type="write_pv">
+            <pv_name>$(pv_name)</pv_name>
+            <value>0</value>
+            <description>Stop</description>
+          </action>
+        </actions>
+        <pv_name>$(ACQ)Acquire</pv_name>
+        <x>610</x>
+        <y>80</y>
+        <foreground_color>
+          <color red="0" green="0" blue="0">
+          </color>
+        </foreground_color>
+        <background_color>
+          <color red="240" green="240" blue="240">
+          </color>
+        </background_color>
+      </widget>
+      <widget type="rectangle" version="2.0.0">
+        <name>acquisitionMessagesBox</name>
+        <x>10</x>
+        <y>130</y>
+        <width>700</width>
+        <height>70</height>
+        <line_color>
+          <color name="GROUP-BORDER" red="150" green="155" blue="151">
+          </color>
+        </line_color>
+        <background_color>
+          <color name="Read_Background" red="230" green="235" blue="232">
+          </color>
+        </background_color>
+        <corner_width>5</corner_width>
+        <corner_height>5</corner_height>
+      </widget>
+      <widget type="textupdate" version="2.0.0">
+        <name>acquisitionMessagesReadback</name>
+        <pv_name>$(ACQ)MessageR</pv_name>
+        <x>15</x>
+        <y>135</y>
+        <width>690</width>
+        <height>60</height>
+        <font>
+          <font name="Fine Print" family="Source Sans Pro" style="REGULAR" size="14.0">
+          </font>
+        </font>
+        <format>6</format>
+        <actions>
+        </actions>
+        <border_color>
+          <color red="0" green="128" blue="255">
+          </color>
+        </border_color>
+      </widget>
+      <widget type="label" version="2.0.0">
+        <name>acquisitionStatusMessagesCaption</name>
+        <class>CAPTION</class>
+        <text>Status Messages:</text>
+        <x>10</x>
+        <y>107</y>
+        <width>120</width>
+        <foreground_color use_class="true">
+          <color name="Text" red="25" green="25" blue="25">
+          </color>
+        </foreground_color>
+        <horizontal_alignment use_class="true">2</horizontal_alignment>
+        <vertical_alignment use_class="true">1</vertical_alignment>
+      </widget>
+    </widget>
+  </widget>
+  <widget type="group" version="2.0.0">
+    <name>biasGroup</name>
+    <x>20</x>
+    <y>340</y>
+    <width>740</width>
+    <height>120</height>
+    <style>3</style>
+    <transparent>true</transparent>
+    <widget type="rectangle" version="2.0.0">
+      <name>biasGroupBackground</name>
+      <width>740</width>
+      <height>120</height>
+      <line_width>0</line_width>
+      <background_color>
+        <color name="GROUP-BORDER" red="150" green="155" blue="151">
+        </color>
+      </background_color>
+      <corner_width>10</corner_width>
+      <corner_height>10</corner_height>
+    </widget>
+    <widget type="label" version="2.0.0">
+      <name>biasGroupTitle</name>
+      <text>Bias</text>
+      <x>10</x>
+      <width>720</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="TEXT-LIGHT" red="230" green="230" blue="230">
+        </color>
+      </foreground_color>
+      <horizontal_alignment>1</horizontal_alignment>
+      <vertical_alignment>1</vertical_alignment>
+    </widget>
+    <widget type="group" version="2.0.0">
+      <name>biasGroupContent</name>
+      <x>10</x>
+      <y>30</y>
+      <width>720</width>
+      <height>80</height>
+      <style>3</style>
+      <background_color>
+        <color name="GROUP-BACKGROUND" red="200" green="205" blue="201">
+        </color>
+      </background_color>
+      <widget type="label" version="2.0.0">
+        <name>biasOutputControl</name>
+        <class>CAPTION</class>
+        <text>Output Control:</text>
+        <x>10</x>
+        <y>10</y>
+        <width>120</width>
+        <foreground_color use_class="true">
+          <color name="Text" red="25" green="25" blue="25">
+          </color>
+        </foreground_color>
+        <horizontal_alignment use_class="true">2</horizontal_alignment>
+        <vertical_alignment use_class="true">1</vertical_alignment>
+      </widget>
+      <widget type="slide_button" version="2.0.0">
+        <name>biasOutputControlButton</name>
+        <pv_name>$(HV)Bias</pv_name>
+        <bit>-1</bit>
+        <label>On</label>
+        <x>140</x>
+        <y>10</y>
+        <height>20</height>
+        <off_color>
+          <color name="LED-RED-OFF" red="110" green="101" blue="90">
+          </color>
+        </off_color>
+        <on_color>
+          <color name="LED-RED-ON" red="255" green="60" blue="46">
+          </color>
+        </on_color>
+        <foreground_color>
+          <color red="0" green="0" blue="0">
+          </color>
+        </foreground_color>
+        <actions>
+        </actions>
+        <confirm_message>Are you sure you want to do this?</confirm_message>
+      </widget>
+      <widget type="label" version="2.0.0">
+        <name>biasVoltageCaption</name>
+        <class>CAPTION</class>
+        <text>Voltage:</text>
+        <x>10</x>
+        <y>50</y>
+        <width>120</width>
+        <foreground_color use_class="true">
+          <color name="Text" red="25" green="25" blue="25">
+          </color>
+        </foreground_color>
+        <horizontal_alignment use_class="true">2</horizontal_alignment>
+        <vertical_alignment use_class="true">1</vertical_alignment>
+      </widget>
+      <widget type="textupdate" version="2.0.0">
+        <name>biasVoltageReadback</name>
+        <pv_name>$(HV)VoltR</pv_name>
+        <x>140</x>
+        <y>50</y>
+        <horizontal_alignment>2</horizontal_alignment>
+        <vertical_alignment>1</vertical_alignment>
+        <wrap_words>false</wrap_words>
+        <actions>
+        </actions>
+        <border_color>
+          <color red="0" green="128" blue="255">
+          </color>
+        </border_color>
+      </widget>
+      <widget type="label" version="2.0.0">
+        <name>biasCurrentLimitCaption</name>
+        <class>CAPTION</class>
+        <text>Current Limit:</text>
+        <x>370</x>
+        <y>50</y>
+        <width>120</width>
+        <foreground_color use_class="true">
+          <color name="Text" red="25" green="25" blue="25">
+          </color>
+        </foreground_color>
+        <horizontal_alignment use_class="true">2</horizontal_alignment>
+        <vertical_alignment use_class="true">1</vertical_alignment>
+      </widget>
+      <widget type="textupdate" version="2.0.0">
+        <name>biasCurrentLimitReadback</name>
+        <pv_name>$(HV)CurrR</pv_name>
+        <x>500</x>
+        <y>50</y>
+        <horizontal_alignment>2</horizontal_alignment>
+        <vertical_alignment>1</vertical_alignment>
+        <wrap_words>false</wrap_words>
+        <actions>
+        </actions>
+        <border_color>
+          <color red="0" green="128" blue="255">
+          </color>
+        </border_color>
+      </widget>
+    </widget>
+  </widget>
+  <widget type="group" version="2.0.0">
+    <name>motionGroup</name>
+    <x>20</x>
+    <y>480</y>
+    <width>740</width>
+    <height>170</height>
+    <style>3</style>
+    <transparent>true</transparent>
+    <widget type="rectangle" version="2.0.0">
+      <name>motionGroupBackground</name>
+      <width>740</width>
+      <height>170</height>
+      <line_width>0</line_width>
+      <background_color>
+        <color name="GROUP-BORDER" red="150" green="155" blue="151">
+        </color>
+      </background_color>
+      <corner_width>10</corner_width>
+      <corner_height>10</corner_height>
+    </widget>
+    <widget type="label" version="2.0.0">
+      <name>motionGroupTitle</name>
+      <text>Motion</text>
+      <x>10</x>
+      <width>720</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="TEXT-LIGHT" red="230" green="230" blue="230">
+        </color>
+      </foreground_color>
+      <horizontal_alignment>1</horizontal_alignment>
+      <vertical_alignment>1</vertical_alignment>
+    </widget>
+    <widget type="group" version="2.0.0">
+      <name>motionGroupContent</name>
+      <x>10</x>
+      <y>30</y>
+      <width>720</width>
+      <height>130</height>
+      <style>3</style>
+      <background_color>
+        <color name="GROUP-BACKGROUND" red="200" green="205" blue="201">
+        </color>
+      </background_color>
+      <widget type="label" version="2.0.0">
+        <name>motionMovePermitCaption</name>
+        <class>CAPTION</class>
+        <text>Move Permit:</text>
+        <x>10</x>
+        <y>10</y>
+        <width>120</width>
+        <foreground_color use_class="true">
+          <color name="Text" red="25" green="25" blue="25">
+          </color>
+        </foreground_color>
+        <horizontal_alignment use_class="true">2</horizontal_alignment>
+        <vertical_alignment use_class="true">1</vertical_alignment>
+      </widget>
+      <widget type="led" version="2.0.0">
+        <name>motionMovePermitLED</name>
+        <pv_name>LEBT-010:PBI-FC-001:WtrFlowOK</pv_name>
+        <x>140</x>
+        <y>10</y>
+        <off_color>
+          <color name="LED-RED-ON" red="255" green="60" blue="46">
+          </color>
+        </off_color>
+        <on_color>
+          <color name="LED-GREEN-ON" red="70" green="255" blue="70">
+          </color>
+        </on_color>
+        <foreground_color>
+          <color red="192" green="192" blue="192">
+          </color>
+        </foreground_color>
+        <line_color>
+          <color red="150" green="150" blue="150">
+          </color>
+        </line_color>
+        <actions>
+        </actions>
+      </widget>
+      <widget type="textupdate" version="2.0.0">
+        <name>motionMovePermitReadback</name>
+        <pv_name>LEBT-010:PBI-FC-001:WtrFlowOK</pv_name>
+        <x>170</x>
+        <y>10</y>
+        <width>180</width>
+        <vertical_alignment>1</vertical_alignment>
+        <wrap_words>false</wrap_words>
+        <actions>
+        </actions>
+        <border_color>
+          <color red="0" green="128" blue="255">
+          </color>
+        </border_color>
+      </widget>
+      <widget type="label" version="2.0.0">
+        <name>motionInsertedCaption</name>
+        <class>CAPTION</class>
+        <text>Inserted:</text>
+        <x>370</x>
+        <y>10</y>
+        <width>120</width>
+        <foreground_color use_class="true">
+          <color name="Text" red="25" green="25" blue="25">
+          </color>
+        </foreground_color>
+        <horizontal_alignment use_class="true">2</horizontal_alignment>
+        <vertical_alignment use_class="true">1</vertical_alignment>
+      </widget>
+      <widget type="led" version="2.0.0">
+        <name>motionInsertedLED</name>
+        <pv_name>$(MCU)InsertedR</pv_name>
+        <x>500</x>
+        <y>10</y>
+        <off_color>
+          <color name="LED-RED-ON" red="255" green="60" blue="46">
+          </color>
+        </off_color>
+        <on_color>
+          <color name="LED-GREEN-ON" red="70" green="255" blue="70">
+          </color>
+        </on_color>
+        <foreground_color>
+          <color red="192" green="192" blue="192">
+          </color>
+        </foreground_color>
+        <line_color>
+          <color red="150" green="150" blue="150">
+          </color>
+        </line_color>
+        <actions>
+        </actions>
+      </widget>
+      <widget type="textupdate" version="2.0.0">
+        <name>motionInsertedReadback</name>
+        <pv_name>$(MCU)InsertedR</pv_name>
+        <x>530</x>
+        <y>10</y>
+        <width>180</width>
+        <vertical_alignment>1</vertical_alignment>
+        <wrap_words>false</wrap_words>
+        <actions>
+        </actions>
+        <border_color>
+          <color red="0" green="128" blue="255">
+          </color>
+        </border_color>
+      </widget>
+      <widget type="label" version="2.0.0">
+        <name>motionLimitSwitchInCaption</name>
+        <class>CAPTION</class>
+        <text>Limit Switch In:</text>
+        <x>10</x>
+        <y>50</y>
+        <width>120</width>
+        <foreground_color use_class="true">
+          <color name="Text" red="25" green="25" blue="25">
+          </color>
+        </foreground_color>
+        <horizontal_alignment use_class="true">2</horizontal_alignment>
+        <vertical_alignment use_class="true">1</vertical_alignment>
+      </widget>
+      <widget type="led" version="2.0.0">
+        <name>motionLimitSwitchInLED</name>
+        <pv_name>$(MCU)LimitInR</pv_name>
+        <x>140</x>
+        <y>50</y>
+        <off_color>
+          <color name="LED-BLUE-OFF" red="90" green="110" blue="110">
+          </color>
+        </off_color>
+        <on_color>
+          <color name="LED-BLUE-ON" red="81" green="232" blue="255">
+          </color>
+        </on_color>
+        <foreground_color>
+          <color red="192" green="192" blue="192">
+          </color>
+        </foreground_color>
+        <line_color>
+          <color red="150" green="150" blue="150">
+          </color>
+        </line_color>
+        <actions>
+        </actions>
+      </widget>
+      <widget type="textupdate" version="2.0.0">
+        <name>motionLimitSwitchInReadback</name>
+        <pv_name>$(MCU)LimitInR</pv_name>
+        <x>170</x>
+        <y>50</y>
+        <width>180</width>
+        <vertical_alignment>1</vertical_alignment>
+        <wrap_words>false</wrap_words>
+        <actions>
+        </actions>
+        <border_color>
+          <color red="0" green="128" blue="255">
+          </color>
+        </border_color>
+      </widget>
+      <widget type="label" version="2.0.0">
+        <name>motionLimitSwitchOutCaption</name>
+        <class>CAPTION</class>
+        <text>Limit Switch Out:</text>
+        <x>370</x>
+        <y>50</y>
+        <width>120</width>
+        <foreground_color use_class="true">
+          <color name="Text" red="25" green="25" blue="25">
+          </color>
+        </foreground_color>
+        <horizontal_alignment use_class="true">2</horizontal_alignment>
+        <vertical_alignment use_class="true">1</vertical_alignment>
+      </widget>
+      <widget type="led" version="2.0.0">
+        <name>motionLimitSwitchOutLED</name>
+        <pv_name>$(MCU)LimitOutR</pv_name>
+        <x>500</x>
+        <y>50</y>
+        <off_color>
+          <color name="LED-BLUE-OFF" red="90" green="110" blue="110">
+          </color>
+        </off_color>
+        <on_color>
+          <color name="LED-BLUE-ON" red="81" green="232" blue="255">
+          </color>
+        </on_color>
+        <foreground_color>
+          <color red="192" green="192" blue="192">
+          </color>
+        </foreground_color>
+        <line_color>
+          <color red="150" green="150" blue="150">
+          </color>
+        </line_color>
+        <actions>
+        </actions>
+      </widget>
+      <widget type="textupdate" version="2.0.0">
+        <name>motionLimitSwitchOutReadback</name>
+        <pv_name>$(MCU)LimitOutR</pv_name>
+        <x>530</x>
+        <y>50</y>
+        <width>180</width>
+        <vertical_alignment>1</vertical_alignment>
+        <wrap_words>false</wrap_words>
+        <actions>
+        </actions>
+        <border_color>
+          <color red="0" green="128" blue="255">
+          </color>
+        </border_color>
+      </widget>
+      <widget type="action_button" version="3.0.0">
+        <name>motionControlInButton</name>
+        <actions>
+          <action type="write_pv">
+            <pv_name>$(pv_name)</pv_name>
+            <value>1</value>
+            <description>Move In</description>
+          </action>
+        </actions>
+        <pv_name>$(MCU)Move</pv_name>
+        <x>500</x>
+        <y>90</y>
+        <foreground_color>
+          <color red="0" green="0" blue="0">
+          </color>
+        </foreground_color>
+        <background_color>
+          <color red="240" green="240" blue="240">
+          </color>
+        </background_color>
+      </widget>
+      <widget type="action_button" version="3.0.0">
+        <name>motionControlOutButton</name>
+        <actions>
+          <action type="write_pv">
+            <pv_name>$(pv_name)</pv_name>
+            <value>0</value>
+            <description>Move Out</description>
+          </action>
+        </actions>
+        <pv_name>$(MCU)Move</pv_name>
+        <x>610</x>
+        <y>90</y>
+        <foreground_color>
+          <color red="0" green="0" blue="0">
+          </color>
+        </foreground_color>
+        <background_color>
+          <color red="240" green="240" blue="240">
+          </color>
+        </background_color>
+      </widget>
+    </widget>
+  </widget>
+  <widget type="group" version="2.0.0">
+    <name>pulseTrendsGroup</name>
+    <x>20</x>
+    <y>670</y>
+    <width>740</width>
+    <height>460</height>
+    <style>3</style>
+    <transparent>true</transparent>
+    <widget type="rectangle" version="2.0.0">
+      <name>pulseTrendsGroupBackground</name>
+      <width>740</width>
+      <height>460</height>
+      <line_width>0</line_width>
+      <background_color>
+        <color name="GROUP-BORDER" red="150" green="155" blue="151">
+        </color>
+      </background_color>
+      <corner_width>10</corner_width>
+      <corner_height>10</corner_height>
+    </widget>
+    <widget type="label" version="2.0.0">
+      <name>pulseTrendsGroupTitle</name>
+      <text>Pulse Flat Top Trends</text>
+      <x>10</x>
+      <width>720</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="TEXT-LIGHT" red="230" green="230" blue="230">
+        </color>
+      </foreground_color>
+      <horizontal_alignment>1</horizontal_alignment>
+      <vertical_alignment>1</vertical_alignment>
+    </widget>
+    <widget type="group" version="2.0.0">
+      <name>pulseTrendsGroupContent</name>
+      <x>10</x>
+      <y>40</y>
+      <width>720</width>
+      <height>410</height>
+      <style>3</style>
+      <background_color>
+        <color name="GROUP-BACKGROUND" red="200" green="205" blue="201">
+        </color>
+      </background_color>
+      <widget type="xyplot" version="2.0.0">
+        <name>pulseTrendsGraph</name>
+        <width>720</width>
+        <height>320</height>
+        <background_color>
+          <color name="Read_Background" red="230" green="235" blue="232">
+          </color>
+        </background_color>
+        <title_font>
+          <font name="Header 3" family="Source Sans Pro" style="BOLD_ITALIC" size="18.0">
+          </font>
+        </title_font>
+        <show_toolbar>true</show_toolbar>
+        <actions>
+        </actions>
+        <rules>
+          <rule name="Trace0" prop_id="traces[0].axis" out_exp="true">
+            <exp bool_exp="pv0==0">
+              <expression>-1</expression>
+            </exp>
+            <exp bool_exp="true">
+              <expression>0</expression>
+            </exp>
+            <pv_name>loc://Mean</pv_name>
+          </rule>
+          <rule name="Trace1" prop_id="traces[1].axis" out_exp="true">
+            <exp bool_exp="pv0==0">
+              <expression>-1</expression>
+            </exp>
+            <exp bool_exp="true">
+              <expression>0</expression>
+            </exp>
+            <pv_name>loc://Max</pv_name>
+          </rule>
+          <rule name="Trace2" prop_id="traces[2].axis" out_exp="true">
+            <exp bool_exp="pv0==0">
+              <expression>-1</expression>
+            </exp>
+            <exp bool_exp="true">
+              <expression>0</expression>
+            </exp>
+            <pv_name>loc://Min</pv_name>
+          </rule>
+          <rule name="AutoScale0" prop_id="x_axis.autoscale" out_exp="true">
+            <exp bool_exp="true">
+              <expression>true</expression>
+            </exp>
+            <pv_name>loc://Min</pv_name>
+          </rule>
+          <rule name="AutoScale1" prop_id="y_axes[0].autoscale" out_exp="true">
+            <exp bool_exp="true">
+              <expression>true</expression>
+            </exp>
+            <pv_name>loc://Min</pv_name>
+          </rule>
+          <rule name="Y title" prop_id="y_axes[0].title" out_exp="true">
+            <exp bool_exp="pv0==1">
+              <expression>"mA"</expression>
+            </exp>
+            <exp bool_exp="pv0==0">
+              <expression>"ADC counts"</expression>
+            </exp>
+            <pv_name>$(FT1)ConvEnableR</pv_name>
+          </rule>
+        </rules>
+        <x_axis>
+          <title>Pulse</title>
+          <autoscale>true</autoscale>
+          <log_scale>false</log_scale>
+          <minimum>0.0</minimum>
+          <maximum>1000.0</maximum>
+          <show_grid>true</show_grid>
+          <title_font>
+            <font name="Fine Print" family="Source Sans Pro" style="REGULAR" size="14.0">
+            </font>
+          </title_font>
+          <scale_font>
+            <font name="Default" family="Source Sans Pro" style="REGULAR" size="16.0">
+            </font>
+          </scale_font>
+        </x_axis>
+        <y_axes>
+          <y_axis>
+            <title>???</title>
+            <autoscale>true</autoscale>
+            <log_scale>false</log_scale>
+            <minimum>0.0</minimum>
+            <maximum>60000.0</maximum>
+            <show_grid>true</show_grid>
+            <title_font>
+              <font name="Fine Print" family="Source Sans Pro" style="REGULAR" size="14.0">
+              </font>
+            </title_font>
+            <scale_font>
+              <font name="Default" family="Source Sans Pro" style="REGULAR" size="16.0">
+              </font>
+            </scale_font>
+            <visible>true</visible>
+          </y_axis>
+        </y_axes>
+        <traces>
+          <trace>
+            <name>Mean</name>
+            <x_pv></x_pv>
+            <y_pv>$(FT1)TSMeanValue</y_pv>
+            <err_pv></err_pv>
+            <axis>0</axis>
+            <trace_type>1</trace_type>
+            <color>
+              <color red="75" green="110" blue="199">
+              </color>
+            </color>
+            <line_width>1</line_width>
+            <point_type>0</point_type>
+            <point_size>4</point_size>
+          </trace>
+          <trace>
+            <name>Max</name>
+            <x_pv></x_pv>
+            <y_pv>$(FT1)TSMaxValue</y_pv>
+            <err_pv></err_pv>
+            <axis>0</axis>
+            <trace_type>1</trace_type>
+            <color>
+              <color red="242" green="26" blue="26">
+              </color>
+            </color>
+            <line_width>1</line_width>
+            <point_type>0</point_type>
+            <point_size>4</point_size>
+          </trace>
+          <trace>
+            <name>Min</name>
+            <x_pv></x_pv>
+            <y_pv>$(FT1)TSMinValue</y_pv>
+            <err_pv></err_pv>
+            <axis>0</axis>
+            <trace_type>1</trace_type>
+            <color>
+              <color red="33" green="179" blue="33">
+              </color>
+            </color>
+            <line_width>1</line_width>
+            <point_type>0</point_type>
+            <point_size>4</point_size>
+          </trace>
+        </traces>
+      </widget>
+      <widget type="label" version="2.0.0">
+        <name>pulseTrendsTraceVisibilityCaption</name>
+        <class>CAPTION</class>
+        <text>Trace Visibility:</text>
+        <x>10</x>
+        <y>340</y>
+        <width>120</width>
+        <foreground_color use_class="true">
+          <color name="Text" red="25" green="25" blue="25">
+          </color>
+        </foreground_color>
+        <horizontal_alignment use_class="true">2</horizontal_alignment>
+        <vertical_alignment use_class="true">1</vertical_alignment>
+      </widget>
+      <widget type="checkbox" version="2.0.0">
+        <name>pulseTrendsTraceVisibilityMaxCheckBox</name>
+        <pv_name>loc://Max(1)</pv_name>
+        <label>Max</label>
+        <x>140</x>
+        <y>340</y>
+        <width>70</width>
+        <actions>
+        </actions>
+      </widget>
+      <widget type="checkbox" version="2.0.0">
+        <name>pulseTrendsTraceVisibilityMeanCheckBox</name>
+        <pv_name>loc://Mean(1)</pv_name>
+        <label>Mean</label>
+        <x>220</x>
+        <y>340</y>
+        <width>70</width>
+        <actions>
+        </actions>
+      </widget>
+      <widget type="checkbox" version="2.0.0">
+        <name>pulseTrendsTraceVisibilityMinCheckBox</name>
+        <pv_name>loc://Min(1)</pv_name>
+        <label>Min</label>
+        <x>300</x>
+        <y>340</y>
+        <width>70</width>
+        <actions>
+        </actions>
+      </widget>
+      <widget type="action_button" version="3.0.0">
+        <name>pulseTrendsTraceVisibilityResetButton</name>
+        <actions>
+          <action type="write_pv">
+            <pv_name>$(pv_name)</pv_name>
+            <value>0</value>
+            <description>Reset</description>
+          </action>
+        </actions>
+        <pv_name>$(FT1)TSReset</pv_name>
+        <x>610</x>
+        <y>335</y>
+        <foreground_color>
+          <color red="0" green="0" blue="0">
+          </color>
+        </foreground_color>
+        <background_color>
+          <color red="240" green="240" blue="240">
+          </color>
+        </background_color>
+      </widget>
+      <widget type="label" version="2.0.0">
+        <name>pulseTrendsStatusCaption</name>
+        <class>CAPTION</class>
+        <text>Status:</text>
+        <x>10</x>
+        <y>380</y>
+        <width>120</width>
+        <foreground_color use_class="true">
+          <color name="Text" red="25" green="25" blue="25">
+          </color>
+        </foreground_color>
+        <horizontal_alignment use_class="true">2</horizontal_alignment>
+        <vertical_alignment use_class="true">1</vertical_alignment>
+      </widget>
+      <widget type="textupdate" version="2.0.0">
+        <name>pulseTrendsStatusReadBack</name>
+        <pv_name>$(FT1)StatsEnableR</pv_name>
+        <x>140</x>
+        <y>380</y>
+        <vertical_alignment>1</vertical_alignment>
+        <wrap_words>false</wrap_words>
+        <actions>
+        </actions>
+        <border_color>
+          <color red="0" green="128" blue="255">
+          </color>
+        </border_color>
+      </widget>
+      <widget type="label" version="2.0.0">
+        <name>pulseTrendsCurrentPointCaption</name>
+        <class>CAPTION</class>
+        <text>Current Point:</text>
+        <x>370</x>
+        <y>380</y>
+        <width>120</width>
+        <foreground_color use_class="true">
+          <color name="Text" red="25" green="25" blue="25">
+          </color>
+        </foreground_color>
+        <horizontal_alignment use_class="true">2</horizontal_alignment>
+        <vertical_alignment use_class="true">1</vertical_alignment>
+      </widget>
+      <widget type="textupdate" version="2.0.0">
+        <name>pulseTrendsCurrentPointReadback</name>
+        <pv_name>$(FT1)TSCurrentPoint</pv_name>
+        <x>500</x>
+        <y>380</y>
+        <horizontal_alignment>2</horizontal_alignment>
+        <vertical_alignment>1</vertical_alignment>
+        <wrap_words>false</wrap_words>
+        <actions>
+        </actions>
+        <border_color>
+          <color red="0" green="128" blue="255">
+          </color>
+        </border_color>
+      </widget>
+    </widget>
+  </widget>
+  <widget type="group" version="2.0.0">
+    <name>beamCurrentGroup</name>
+    <x>780</x>
+    <y>70</y>
+    <width>1600</width>
+    <height>1060</height>
+    <style>3</style>
+    <transparent>true</transparent>
+    <widget type="rectangle" version="2.0.0">
+      <name>beamCurrentGroupBackground</name>
+      <width>1600</width>
+      <height>1060</height>
+      <line_width>0</line_width>
+      <background_color>
+        <color name="GROUP-BORDER" red="150" green="155" blue="151">
+        </color>
+      </background_color>
+      <corner_width>10</corner_width>
+      <corner_height>10</corner_height>
+    </widget>
+    <widget type="label" version="2.0.0">
+      <name>beamCurrentGroupTitle</name>
+      <text>Beam Current</text>
+      <x>10</x>
+      <width>1580</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="TEXT-LIGHT" red="230" green="230" blue="230">
+        </color>
+      </foreground_color>
+      <horizontal_alignment>1</horizontal_alignment>
+      <vertical_alignment>1</vertical_alignment>
+    </widget>
+    <widget type="group" version="2.0.0">
+      <name>beamCurrentGroupContent</name>
+      <x>10</x>
+      <y>30</y>
+      <width>1580</width>
+      <height>1020</height>
+      <style>3</style>
+      <background_color>
+        <color name="GROUP-BACKGROUND" red="200" green="205" blue="201">
+        </color>
+      </background_color>
+      <widget type="xyplot" version="2.0.0">
+        <name>beamCurrentGraph</name>
+        <width>1580</width>
+        <height>890</height>
+        <background_color>
+          <color name="Read_Background" red="230" green="235" blue="232">
+          </color>
+        </background_color>
+        <title>Pulse Flat Top Trace</title>
+        <title_font>
+          <font name="Default Bold" family="Source Sans Pro" style="BOLD" size="16.0">
+          </font>
+        </title_font>
+        <show_toolbar>true</show_toolbar>
+        <actions>
+        </actions>
+        <rules>
+          <rule name="data_y_max" prop_id="y_axes[0].maximum" out_exp="true">
+            <exp bool_exp="true">
+              <expression>pv0</expression>
+            </exp>
+            <pv_name>$(FT1)ArraySize1_RBV</pv_name>
+          </rule>
+          <rule name="data_x_max" prop_id="x_axis.maximum" out_exp="true">
+            <exp bool_exp="true">
+              <expression>pv0</expression>
+            </exp>
+            <pv_name>$(FT1)TickLastR</pv_name>
+          </rule>
+          <rule name="data_x_min" prop_id="x_axis.minimum" out_exp="true">
+            <exp bool_exp="true">
+              <expression>pv0</expression>
+            </exp>
+            <pv_name>$(FT1)TickFirstR</pv_name>
+          </rule>
+          <rule name="Y title" prop_id="y_axes[0].title" out_exp="true">
+            <exp bool_exp="pv0==1">
+              <expression>"mA"</expression>
+            </exp>
+            <exp bool_exp="pv0==0">
+              <expression>"ADC counts"</expression>
+            </exp>
+            <pv_name>$(FT1)ConvEnableR</pv_name>
+          </rule>
+        </rules>
+        <x_axis>
+          <title>Time [us]</title>
+          <autoscale>false</autoscale>
+          <log_scale>false</log_scale>
+          <minimum>0.0</minimum>
+          <maximum>100.0</maximum>
+          <show_grid>true</show_grid>
+          <title_font>
+            <font name="Fine Print" family="Source Sans Pro" style="REGULAR" size="14.0">
+            </font>
+          </title_font>
+          <scale_font>
+            <font name="Default" family="Source Sans Pro" style="REGULAR" size="16.0">
+            </font>
+          </scale_font>
+        </x_axis>
+        <y_axes>
+          <y_axis>
+            <title>???</title>
+            <autoscale>true</autoscale>
+            <log_scale>false</log_scale>
+            <minimum>0.0</minimum>
+            <maximum>100.0</maximum>
+            <show_grid>true</show_grid>
+            <title_font>
+              <font name="Fine Print" family="Source Sans Pro" style="REGULAR" size="14.0">
+              </font>
+            </title_font>
+            <scale_font>
+              <font name="Default" family="Source Sans Pro" style="REGULAR" size="16.0">
+              </font>
+            </scale_font>
+            <visible>true</visible>
+          </y_axis>
+        </y_axes>
+        <traces>
+          <trace>
+            <name>$(traces[0].y_pv)</name>
+            <x_pv>$(FT1)TickDataR</x_pv>
+            <y_pv>$(FT1)ArrayData</y_pv>
+            <err_pv></err_pv>
+            <axis>0</axis>
+            <trace_type>1</trace_type>
+            <color>
+              <color red="21" green="21" blue="196">
+              </color>
+            </color>
+            <line_width>1</line_width>
+            <point_type>0</point_type>
+            <point_size>4</point_size>
+          </trace>
+        </traces>
+      </widget>
+      <widget type="label" version="2.0.0">
+        <name>beamCurrentCounterCaption</name>
+        <class>CAPTION</class>
+        <text>Counter:</text>
+        <x>20</x>
+        <y>935</y>
+        <foreground_color use_class="true">
+          <color name="Text" red="25" green="25" blue="25">
+          </color>
+        </foreground_color>
+        <horizontal_alignment use_class="true">2</horizontal_alignment>
+        <vertical_alignment use_class="true">1</vertical_alignment>
+      </widget>
+      <widget type="textupdate" version="2.0.0">
+        <name>beamCurrentCounterReadback</name>
+        <pv_name>$(FT1)ArrayCounter_RBV</pv_name>
+        <x>130</x>
+        <y>935</y>
+        <horizontal_alignment>2</horizontal_alignment>
+        <vertical_alignment>1</vertical_alignment>
+        <wrap_words>false</wrap_words>
+        <actions>
+        </actions>
+        <border_color>
+          <color red="0" green="128" blue="255">
+          </color>
+        </border_color>
+      </widget>
+      <widget type="label" version="2.0.0">
+        <name>beamCurrentStatusCaption</name>
+        <class>CAPTION</class>
+        <text>Status:</text>
+        <x>20</x>
+        <y>965</y>
+        <foreground_color use_class="true">
+          <color name="Text" red="25" green="25" blue="25">
+          </color>
+        </foreground_color>
+        <horizontal_alignment use_class="true">2</horizontal_alignment>
+        <vertical_alignment use_class="true">1</vertical_alignment>
+      </widget>
+      <widget type="textupdate" version="2.0.0">
+        <name>beamCurrentStatusReadback</name>
+        <pv_name>$(FT1)EnableCallbacks_RBV</pv_name>
+        <x>130</x>
+        <y>965</y>
+        <vertical_alignment>1</vertical_alignment>
+        <wrap_words>false</wrap_words>
+        <actions>
+        </actions>
+        <border_color>
+          <color red="0" green="128" blue="255">
+          </color>
+        </border_color>
+      </widget>
+      <widget type="label" version="2.0.0">
+        <name>beamCurrentRateCaption</name>
+        <class>CAPTION</class>
+        <text>Rate:</text>
+        <x>250</x>
+        <y>935</y>
+        <foreground_color use_class="true">
+          <color name="Text" red="25" green="25" blue="25">
+          </color>
+        </foreground_color>
+        <horizontal_alignment use_class="true">2</horizontal_alignment>
+        <vertical_alignment use_class="true">1</vertical_alignment>
+      </widget>
+      <widget type="textupdate" version="2.0.0">
+        <name>beamCurrentRateReadback</name>
+        <pv_name>$(FT1)ArrayRate_RBV</pv_name>
+        <x>360</x>
+        <y>935</y>
+        <horizontal_alignment>2</horizontal_alignment>
+        <vertical_alignment>1</vertical_alignment>
+        <wrap_words>false</wrap_words>
+        <actions>
+        </actions>
+        <border_color>
+          <color red="0" green="128" blue="255">
+          </color>
+        </border_color>
+      </widget>
+      <widget type="label" version="2.0.0">
+        <name>beamCurrentDroppedCaption</name>
+        <class>CAPTION</class>
+        <text>Dropped:</text>
+        <x>250</x>
+        <y>965</y>
+        <foreground_color use_class="true">
+          <color name="Text" red="25" green="25" blue="25">
+          </color>
+        </foreground_color>
+        <horizontal_alignment use_class="true">2</horizontal_alignment>
+        <vertical_alignment use_class="true">1</vertical_alignment>
+      </widget>
+      <widget type="textupdate" version="2.0.0">
+        <name>beamCurrentDroppedReadback</name>
+        <pv_name>$(FT1)DroppedArrays_RBV</pv_name>
+        <x>360</x>
+        <y>965</y>
+        <horizontal_alignment>2</horizontal_alignment>
+        <vertical_alignment>1</vertical_alignment>
+        <wrap_words>false</wrap_words>
+        <actions>
+        </actions>
+        <border_color>
+          <color red="0" green="128" blue="255">
+          </color>
+        </border_color>
+      </widget>
+      <widget type="group" version="2.0.0">
+        <name>beamCurrentROIGroup</name>
+        <x>490</x>
+        <y>900</y>
+        <width>400</width>
+        <height>110</height>
+        <style>3</style>
+        <transparent>true</transparent>
+        <widget type="rectangle" version="2.0.0">
+          <name>beamCurrentROIGroupBackground</name>
+          <width>400</width>
+          <height>110</height>
+          <line_color>
+            <color name="GROUP-BORDER" red="150" green="155" blue="151">
+            </color>
+          </line_color>
+          <background_color>
+            <color name="GROUP-BORDER" red="150" green="155" blue="151">
+            </color>
+          </background_color>
+          <corner_width>5</corner_width>
+          <corner_height>5</corner_height>
+        </widget>
+        <widget type="label" version="2.0.0">
+          <name>beamCurrentROIGroupTitle</name>
+          <text>Region Of Interest</text>
+          <x>10</x>
+          <width>380</width>
+          <height>25</height>
+          <font>
+            <font family="Source Sans Pro" style="BOLD" size="16.0">
+            </font>
+          </font>
+          <foreground_color>
+            <color name="TEXT-LIGHT" red="230" green="230" blue="230">
+            </color>
+          </foreground_color>
+          <horizontal_alignment>1</horizontal_alignment>
+          <vertical_alignment>1</vertical_alignment>
+        </widget>
+        <widget type="label" version="2.0.0">
+          <name>beamCurrentROIStartCaption</name>
+          <text>Start:</text>
+          <x>10</x>
+          <y>35</y>
+          <foreground_color>
+            <color name="TEXT-LIGHT" red="230" green="230" blue="230">
+            </color>
+          </foreground_color>
+          <horizontal_alignment>2</horizontal_alignment>
+          <vertical_alignment>1</vertical_alignment>
+        </widget>
+        <widget type="spinner" version="2.0.0">
+          <name>beamCurrentROIStartSetpoint</name>
+          <pv_name>$(FT1)Start</pv_name>
+          <x>120</x>
+          <y>35</y>
+          <width>90</width>
+          <format>0</format>
+          <precision>0</precision>
+          <foreground_color>
+            <color red="0" green="0" blue="0">
+            </color>
+          </foreground_color>
+          <actions>
+          </actions>
+          <maximum>1.7976931348623157E308</maximum>
+        </widget>
+        <widget type="textupdate" version="2.0.0">
+          <name>beamCurrentROIStartReadback1</name>
+          <pv_name>$(FT1)StartR</pv_name>
+          <x>220</x>
+          <y>35</y>
+          <width>70</width>
+          <horizontal_alignment>2</horizontal_alignment>
+          <vertical_alignment>1</vertical_alignment>
+          <wrap_words>false</wrap_words>
+          <actions>
+          </actions>
+          <border_color>
+            <color red="0" green="128" blue="255">
+            </color>
+          </border_color>
+        </widget>
+        <widget type="textupdate" version="2.0.0">
+          <name>beamCurrentROIStartReadback2</name>
+          <pv_name>$(FT1)TickFirstR</pv_name>
+          <x>300</x>
+          <y>35</y>
+          <width>90</width>
+          <horizontal_alignment>1</horizontal_alignment>
+          <vertical_alignment>1</vertical_alignment>
+          <wrap_words>false</wrap_words>
+          <actions>
+          </actions>
+          <border_color>
+            <color red="0" green="128" blue="255">
+            </color>
+          </border_color>
+        </widget>
+        <widget type="label" version="2.0.0">
+          <name>beamCurrentROISizeCaption</name>
+          <text>Size:</text>
+          <x>10</x>
+          <y>65</y>
+          <foreground_color>
+            <color name="TEXT-LIGHT" red="230" green="230" blue="230">
+            </color>
+          </foreground_color>
+          <horizontal_alignment>2</horizontal_alignment>
+          <vertical_alignment>1</vertical_alignment>
+        </widget>
+        <widget type="spinner" version="2.0.0">
+          <name>beamCurrentROISizeSetpoint</name>
+          <pv_name>$(FT1)Size</pv_name>
+          <x>120</x>
+          <y>65</y>
+          <width>90</width>
+          <format>0</format>
+          <precision>0</precision>
+          <foreground_color>
+            <color red="0" green="0" blue="0">
+            </color>
+          </foreground_color>
+          <actions>
+          </actions>
+          <maximum>1.7976931348623157E308</maximum>
+        </widget>
+        <widget type="textupdate" version="2.0.0">
+          <name>beamCurrentROISizeReadback1</name>
+          <pv_name>$(FT1)SizeR</pv_name>
+          <x>220</x>
+          <y>65</y>
+          <width>70</width>
+          <horizontal_alignment>2</horizontal_alignment>
+          <vertical_alignment>1</vertical_alignment>
+          <wrap_words>false</wrap_words>
+          <actions>
+          </actions>
+          <border_color>
+            <color red="0" green="128" blue="255">
+            </color>
+          </border_color>
+        </widget>
+        <widget type="textupdate" version="2.0.0">
+          <name>beamCurrentROISizeReadback2</name>
+          <pv_name>$(FT1)TickLastR</pv_name>
+          <x>300</x>
+          <y>65</y>
+          <width>90</width>
+          <horizontal_alignment>1</horizontal_alignment>
+          <vertical_alignment>1</vertical_alignment>
+          <wrap_words>false</wrap_words>
+          <actions>
+          </actions>
+          <border_color>
+            <color red="0" green="128" blue="255">
+            </color>
+          </border_color>
+        </widget>
+      </widget>
+      <widget type="group" version="2.0.0">
+        <name>beamCurrentStatisticsGroup</name>
+        <x>910</x>
+        <y>900</y>
+        <width>230</width>
+        <height>110</height>
+        <style>3</style>
+        <transparent>true</transparent>
+        <widget type="rectangle" version="2.0.0">
+          <name>beamCurrentStatisticsGroupBackground</name>
+          <width>230</width>
+          <height>110</height>
+          <line_color>
+            <color name="GROUP-BORDER" red="150" green="155" blue="151">
+            </color>
+          </line_color>
+          <background_color>
+            <color name="GROUP-BORDER" red="150" green="155" blue="151">
+            </color>
+          </background_color>
+          <corner_width>5</corner_width>
+          <corner_height>5</corner_height>
+        </widget>
+        <widget type="label" version="2.0.0">
+          <name>beamCurrentStatisticsGroupTitle</name>
+          <text>Statistics</text>
+          <x>10</x>
+          <width>210</width>
+          <height>25</height>
+          <font>
+            <font family="Source Sans Pro" style="BOLD" size="16.0">
+            </font>
+          </font>
+          <foreground_color>
+            <color name="TEXT-LIGHT" red="230" green="230" blue="230">
+            </color>
+          </foreground_color>
+          <horizontal_alignment>1</horizontal_alignment>
+          <vertical_alignment>1</vertical_alignment>
+        </widget>
+        <widget type="label" version="2.0.0">
+          <name>beamCurrentStatisticsMaximumCaption</name>
+          <text>Maximum:</text>
+          <x>10</x>
+          <y>30</y>
+          <foreground_color>
+            <color name="TEXT-LIGHT" red="230" green="230" blue="230">
+            </color>
+          </foreground_color>
+          <horizontal_alignment>2</horizontal_alignment>
+          <vertical_alignment>1</vertical_alignment>
+        </widget>
+        <widget type="textupdate" version="2.0.0">
+          <name>beamCurrentStatisticsMaximumReadback</name>
+          <pv_name>$(FT1)MaxValueR</pv_name>
+          <x>120</x>
+          <y>30</y>
+          <format>1</format>
+          <horizontal_alignment>2</horizontal_alignment>
+          <vertical_alignment>1</vertical_alignment>
+          <wrap_words>false</wrap_words>
+          <actions>
+          </actions>
+          <scripts>
+            <script file="change_stats_units_bob.js">
+              <pv_name>$(FT1)ConvEnableR</pv_name>
+              <pv_name trigger="false">$(FT1)MaxValueR.EGU</pv_name>
+              <pv_name trigger="false">$(FT1)MaxValueR.PREC</pv_name>
+            </script>
+          </scripts>
+          <border_color>
+            <color red="0" green="128" blue="255">
+            </color>
+          </border_color>
+        </widget>
+        <widget type="label" version="2.0.0">
+          <name>beamCurrentStatisticsAverageCaption</name>
+          <text>Average:</text>
+          <x>10</x>
+          <y>55</y>
+          <foreground_color>
+            <color name="TEXT-LIGHT" red="230" green="230" blue="230">
+            </color>
+          </foreground_color>
+          <horizontal_alignment>2</horizontal_alignment>
+          <vertical_alignment>1</vertical_alignment>
+        </widget>
+        <widget type="textupdate" version="2.0.0">
+          <name>beamCurrentStatisticsAverageReadback</name>
+          <pv_name>$(FT1)MeanValueR</pv_name>
+          <x>120</x>
+          <y>55</y>
+          <format>1</format>
+          <horizontal_alignment>2</horizontal_alignment>
+          <vertical_alignment>1</vertical_alignment>
+          <wrap_words>false</wrap_words>
+          <actions>
+          </actions>
+          <scripts>
+            <script file="change_stats_units_bob.js">
+              <pv_name>$(FT1)ConvEnableR</pv_name>
+              <pv_name trigger="false">$(FT1)MeanValueR.EGU</pv_name>
+              <pv_name trigger="false">$(FT1)MeanValueR.PREC</pv_name>
+            </script>
+          </scripts>
+          <border_color>
+            <color red="0" green="128" blue="255">
+            </color>
+          </border_color>
+        </widget>
+        <widget type="label" version="2.0.0">
+          <name>beamCurrentStatisticMinimumCaption</name>
+          <text>Minimum:</text>
+          <x>10</x>
+          <y>80</y>
+          <foreground_color>
+            <color name="TEXT-LIGHT" red="230" green="230" blue="230">
+            </color>
+          </foreground_color>
+          <horizontal_alignment>2</horizontal_alignment>
+          <vertical_alignment>1</vertical_alignment>
+        </widget>
+        <widget type="textupdate" version="2.0.0">
+          <name>beamCurrentStatisticMinimumReadback</name>
+          <pv_name>$(FT1)MinValueR</pv_name>
+          <x>120</x>
+          <y>80</y>
+          <format>1</format>
+          <horizontal_alignment>2</horizontal_alignment>
+          <vertical_alignment>1</vertical_alignment>
+          <wrap_words>false</wrap_words>
+          <actions>
+          </actions>
+          <scripts>
+            <script file="change_stats_units_bob.js">
+              <pv_name>$(FT1)ConvEnableR</pv_name>
+              <pv_name trigger="false">$(FT1)MinValueR.EGU</pv_name>
+              <pv_name trigger="false">$(FT1)MinValueR.PREC</pv_name>
+            </script>
+          </scripts>
+          <border_color>
+            <color red="0" green="128" blue="255">
+            </color>
+          </border_color>
+        </widget>
+      </widget>
+      <widget type="action_button" version="3.0.0">
+        <name>beamCurrentMoreButton</name>
+        <actions>
+          <action type="open_display">
+            <file>fc_more.opi</file>
+            <macros>
+              <AOIn>AOI11-</AOIn>
+              <CHn>CH0-</CHn>
+              <STn>ST11-</STn>
+            </macros>
+            <target>tab</target>
+            <description>More ..</description>
+          </action>
+        </actions>
+        <x>1240</x>
+        <y>980</y>
+        <foreground_color>
+          <color red="0" green="0" blue="0">
+          </color>
+        </foreground_color>
+        <background_color>
+          <color red="240" green="240" blue="240">
+          </color>
+        </background_color>
+        <tooltip>$(actions)</tooltip>
+      </widget>
+      <widget type="action_button" version="3.0.0">
+        <name>beamCurrentSystemButton</name>
+        <actions>
+          <action type="open_display">
+            <file>fc_system.opi</file>
+            <macros>
+              <AOIn>AOI10-</AOIn>
+              <CHn>CH0-</CHn>
+              <STn>ST10-</STn>
+            </macros>
+            <target>tab</target>
+            <description>System</description>
+          </action>
+        </actions>
+        <x>1360</x>
+        <y>980</y>
+        <foreground_color>
+          <color red="0" green="0" blue="0">
+          </color>
+        </foreground_color>
+        <background_color>
+          <color red="240" green="240" blue="240">
+          </color>
+        </background_color>
+        <tooltip>$(actions)</tooltip>
+      </widget>
+      <widget type="action_button" version="3.0.0">
+        <name>beamCurrentDebugButton</name>
+        <actions>
+          <action type="open_display">
+            <file>fc_more.opi</file>
+            <macros>
+              <AOIn>AOI10-</AOIn>
+              <CHn>CH0-</CHn>
+              <STn>ST10-</STn>
+            </macros>
+            <target>tab</target>
+            <description>Debug</description>
+          </action>
+        </actions>
+        <x>1470</x>
+        <y>980</y>
+        <foreground_color>
+          <color red="0" green="0" blue="0">
+          </color>
+        </foreground_color>
+        <background_color>
+          <color red="240" green="240" blue="240">
+          </color>
+        </background_color>
+        <tooltip>$(actions)</tooltip>
+      </widget>
+    </widget>
+  </widget>
+</display>
diff --git a/CONTROL-ROOM/COMMON/DEVICES/proton-beam-instrumentation/lebt-010-pbi-bcm-001/BCM.bob b/NON-APPROVED/lebt-pbi/bcm/BCM.bob
similarity index 100%
rename from CONTROL-ROOM/COMMON/DEVICES/proton-beam-instrumentation/lebt-010-pbi-bcm-001/BCM.bob
rename to NON-APPROVED/lebt-pbi/bcm/BCM.bob
diff --git a/NON-APPROVED/lebt-pbi/bcm/release-history.txt b/NON-APPROVED/lebt-pbi/bcm/release-history.txt
new file mode 100644
index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391
diff --git a/NON-APPROVED/lebt-010-pbi-dpl/adandor/ADAttrFile.opi b/NON-APPROVED/lebt-pbi/dpl/adandor/ADAttrFile.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-dpl/adandor/ADAttrFile.opi
rename to NON-APPROVED/lebt-pbi/dpl/adandor/ADAttrFile.opi
diff --git a/NON-APPROVED/lebt-010-pbi-dpl/adandor/ADBase.opi b/NON-APPROVED/lebt-pbi/dpl/adandor/ADBase.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-dpl/adandor/ADBase.opi
rename to NON-APPROVED/lebt-pbi/dpl/adandor/ADBase.opi
diff --git a/NON-APPROVED/lebt-010-pbi-dpl/adandor/ADBuffers.opi b/NON-APPROVED/lebt-pbi/dpl/adandor/ADBuffers.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-dpl/adandor/ADBuffers.opi
rename to NON-APPROVED/lebt-pbi/dpl/adandor/ADBuffers.opi
diff --git a/NON-APPROVED/lebt-010-pbi-dpl/adandor/ADCollect.opi b/NON-APPROVED/lebt-pbi/dpl/adandor/ADCollect.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-dpl/adandor/ADCollect.opi
rename to NON-APPROVED/lebt-pbi/dpl/adandor/ADCollect.opi
diff --git a/NON-APPROVED/lebt-010-pbi-dpl/adandor/ADDriverFile.opi b/NON-APPROVED/lebt-pbi/dpl/adandor/ADDriverFile.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-dpl/adandor/ADDriverFile.opi
rename to NON-APPROVED/lebt-pbi/dpl/adandor/ADDriverFile.opi
diff --git a/NON-APPROVED/lebt-010-pbi-dpl/adandor/ADEpicsShutter.opi b/NON-APPROVED/lebt-pbi/dpl/adandor/ADEpicsShutter.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-dpl/adandor/ADEpicsShutter.opi
rename to NON-APPROVED/lebt-pbi/dpl/adandor/ADEpicsShutter.opi
diff --git a/NON-APPROVED/lebt-010-pbi-dpl/adandor/ADPlugins.opi b/NON-APPROVED/lebt-pbi/dpl/adandor/ADPlugins.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-dpl/adandor/ADPlugins.opi
rename to NON-APPROVED/lebt-pbi/dpl/adandor/ADPlugins.opi
diff --git a/NON-APPROVED/lebt-010-pbi-dpl/adandor/ADReadout.opi b/NON-APPROVED/lebt-pbi/dpl/adandor/ADReadout.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-dpl/adandor/ADReadout.opi
rename to NON-APPROVED/lebt-pbi/dpl/adandor/ADReadout.opi
diff --git a/NON-APPROVED/lebt-010-pbi-dpl/adandor/ADSetup.opi b/NON-APPROVED/lebt-pbi/dpl/adandor/ADSetup.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-dpl/adandor/ADSetup.opi
rename to NON-APPROVED/lebt-pbi/dpl/adandor/ADSetup.opi
diff --git a/NON-APPROVED/lebt-010-pbi-dpl/adandor/ADShutter.opi b/NON-APPROVED/lebt-pbi/dpl/adandor/ADShutter.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-dpl/adandor/ADShutter.opi
rename to NON-APPROVED/lebt-pbi/dpl/adandor/ADShutter.opi
diff --git a/NON-APPROVED/lebt-010-pbi-dpl/adandor/ADTop.opi b/NON-APPROVED/lebt-pbi/dpl/adandor/ADTop.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-dpl/adandor/ADTop.opi
rename to NON-APPROVED/lebt-pbi/dpl/adandor/ADTop.opi
diff --git a/NON-APPROVED/lebt-010-pbi-dpl/adandor/Andor.opi b/NON-APPROVED/lebt-pbi/dpl/adandor/Andor.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-dpl/adandor/Andor.opi
rename to NON-APPROVED/lebt-pbi/dpl/adandor/Andor.opi
diff --git a/NON-APPROVED/lebt-010-pbi-dpl/adandor/NDCircularBuff.opi b/NON-APPROVED/lebt-pbi/dpl/adandor/NDCircularBuff.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-dpl/adandor/NDCircularBuff.opi
rename to NON-APPROVED/lebt-pbi/dpl/adandor/NDCircularBuff.opi
diff --git a/NON-APPROVED/lebt-010-pbi-dpl/adandor/NDCircularBuffHelp.opi b/NON-APPROVED/lebt-pbi/dpl/adandor/NDCircularBuffHelp.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-dpl/adandor/NDCircularBuffHelp.opi
rename to NON-APPROVED/lebt-pbi/dpl/adandor/NDCircularBuffHelp.opi
diff --git a/NON-APPROVED/lebt-010-pbi-dpl/adandor/NDColorConvert.opi b/NON-APPROVED/lebt-pbi/dpl/adandor/NDColorConvert.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-dpl/adandor/NDColorConvert.opi
rename to NON-APPROVED/lebt-pbi/dpl/adandor/NDColorConvert.opi
diff --git a/NON-APPROVED/lebt-010-pbi-dpl/adandor/NDFFT.opi b/NON-APPROVED/lebt-pbi/dpl/adandor/NDFFT.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-dpl/adandor/NDFFT.opi
rename to NON-APPROVED/lebt-pbi/dpl/adandor/NDFFT.opi
diff --git a/NON-APPROVED/lebt-010-pbi-dpl/adandor/NDFFT16.opi b/NON-APPROVED/lebt-pbi/dpl/adandor/NDFFT16.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-dpl/adandor/NDFFT16.opi
rename to NON-APPROVED/lebt-pbi/dpl/adandor/NDFFT16.opi
diff --git a/NON-APPROVED/lebt-010-pbi-dpl/adandor/NDFFTFreqSpectrumPlot.opi b/NON-APPROVED/lebt-pbi/dpl/adandor/NDFFTFreqSpectrumPlot.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-dpl/adandor/NDFFTFreqSpectrumPlot.opi
rename to NON-APPROVED/lebt-pbi/dpl/adandor/NDFFTFreqSpectrumPlot.opi
diff --git a/NON-APPROVED/lebt-010-pbi-dpl/adandor/NDFFTPlotAll.opi b/NON-APPROVED/lebt-pbi/dpl/adandor/NDFFTPlotAll.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-dpl/adandor/NDFFTPlotAll.opi
rename to NON-APPROVED/lebt-pbi/dpl/adandor/NDFFTPlotAll.opi
diff --git a/NON-APPROVED/lebt-010-pbi-dpl/adandor/NDFFTTimeSeriesPlot.opi b/NON-APPROVED/lebt-pbi/dpl/adandor/NDFFTTimeSeriesPlot.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-dpl/adandor/NDFFTTimeSeriesPlot.opi
rename to NON-APPROVED/lebt-pbi/dpl/adandor/NDFFTTimeSeriesPlot.opi
diff --git a/NON-APPROVED/lebt-010-pbi-dpl/adandor/NDFile.opi b/NON-APPROVED/lebt-pbi/dpl/adandor/NDFile.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-dpl/adandor/NDFile.opi
rename to NON-APPROVED/lebt-pbi/dpl/adandor/NDFile.opi
diff --git a/NON-APPROVED/lebt-010-pbi-dpl/adandor/NDFileBase.opi b/NON-APPROVED/lebt-pbi/dpl/adandor/NDFileBase.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-dpl/adandor/NDFileBase.opi
rename to NON-APPROVED/lebt-pbi/dpl/adandor/NDFileBase.opi
diff --git a/NON-APPROVED/lebt-010-pbi-dpl/adandor/NDFileHDF5.opi b/NON-APPROVED/lebt-pbi/dpl/adandor/NDFileHDF5.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-dpl/adandor/NDFileHDF5.opi
rename to NON-APPROVED/lebt-pbi/dpl/adandor/NDFileHDF5.opi
diff --git a/NON-APPROVED/lebt-010-pbi-dpl/adandor/NDFileHDF5_ExtraDims.opi b/NON-APPROVED/lebt-pbi/dpl/adandor/NDFileHDF5_ExtraDims.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-dpl/adandor/NDFileHDF5_ExtraDims.opi
rename to NON-APPROVED/lebt-pbi/dpl/adandor/NDFileHDF5_ExtraDims.opi
diff --git a/NON-APPROVED/lebt-010-pbi-dpl/adandor/NDFileHDF5_Positions.opi b/NON-APPROVED/lebt-pbi/dpl/adandor/NDFileHDF5_Positions.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-dpl/adandor/NDFileHDF5_Positions.opi
rename to NON-APPROVED/lebt-pbi/dpl/adandor/NDFileHDF5_Positions.opi
diff --git a/NON-APPROVED/lebt-010-pbi-dpl/adandor/NDFileJPEG.opi b/NON-APPROVED/lebt-pbi/dpl/adandor/NDFileJPEG.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-dpl/adandor/NDFileJPEG.opi
rename to NON-APPROVED/lebt-pbi/dpl/adandor/NDFileJPEG.opi
diff --git a/NON-APPROVED/lebt-010-pbi-dpl/adandor/NDFileMagick.opi b/NON-APPROVED/lebt-pbi/dpl/adandor/NDFileMagick.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-dpl/adandor/NDFileMagick.opi
rename to NON-APPROVED/lebt-pbi/dpl/adandor/NDFileMagick.opi
diff --git a/NON-APPROVED/lebt-010-pbi-dpl/adandor/NDFileNetCDF.opi b/NON-APPROVED/lebt-pbi/dpl/adandor/NDFileNetCDF.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-dpl/adandor/NDFileNetCDF.opi
rename to NON-APPROVED/lebt-pbi/dpl/adandor/NDFileNetCDF.opi
diff --git a/NON-APPROVED/lebt-010-pbi-dpl/adandor/NDFileNexus.opi b/NON-APPROVED/lebt-pbi/dpl/adandor/NDFileNexus.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-dpl/adandor/NDFileNexus.opi
rename to NON-APPROVED/lebt-pbi/dpl/adandor/NDFileNexus.opi
diff --git a/NON-APPROVED/lebt-010-pbi-dpl/adandor/NDFileNull.opi b/NON-APPROVED/lebt-pbi/dpl/adandor/NDFileNull.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-dpl/adandor/NDFileNull.opi
rename to NON-APPROVED/lebt-pbi/dpl/adandor/NDFileNull.opi
diff --git a/NON-APPROVED/lebt-010-pbi-dpl/adandor/NDFileTIFF.opi b/NON-APPROVED/lebt-pbi/dpl/adandor/NDFileTIFF.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-dpl/adandor/NDFileTIFF.opi
rename to NON-APPROVED/lebt-pbi/dpl/adandor/NDFileTIFF.opi
diff --git a/NON-APPROVED/lebt-010-pbi-dpl/adandor/NDFits.opi b/NON-APPROVED/lebt-pbi/dpl/adandor/NDFits.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-dpl/adandor/NDFits.opi
rename to NON-APPROVED/lebt-pbi/dpl/adandor/NDFits.opi
diff --git a/NON-APPROVED/lebt-010-pbi-dpl/adandor/NDGather8.opi b/NON-APPROVED/lebt-pbi/dpl/adandor/NDGather8.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-dpl/adandor/NDGather8.opi
rename to NON-APPROVED/lebt-pbi/dpl/adandor/NDGather8.opi
diff --git a/NON-APPROVED/lebt-010-pbi-dpl/adandor/NDImage.opi b/NON-APPROVED/lebt-pbi/dpl/adandor/NDImage.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-dpl/adandor/NDImage.opi
rename to NON-APPROVED/lebt-pbi/dpl/adandor/NDImage.opi
diff --git a/NON-APPROVED/lebt-010-pbi-dpl/adandor/NDOverlay.opi b/NON-APPROVED/lebt-pbi/dpl/adandor/NDOverlay.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-dpl/adandor/NDOverlay.opi
rename to NON-APPROVED/lebt-pbi/dpl/adandor/NDOverlay.opi
diff --git a/NON-APPROVED/lebt-010-pbi-dpl/adandor/NDOverlay8.opi b/NON-APPROVED/lebt-pbi/dpl/adandor/NDOverlay8.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-dpl/adandor/NDOverlay8.opi
rename to NON-APPROVED/lebt-pbi/dpl/adandor/NDOverlay8.opi
diff --git a/NON-APPROVED/lebt-010-pbi-dpl/adandor/NDOverlayN.opi b/NON-APPROVED/lebt-pbi/dpl/adandor/NDOverlayN.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-dpl/adandor/NDOverlayN.opi
rename to NON-APPROVED/lebt-pbi/dpl/adandor/NDOverlayN.opi
diff --git a/NON-APPROVED/lebt-010-pbi-dpl/adandor/NDPlot.opi b/NON-APPROVED/lebt-pbi/dpl/adandor/NDPlot.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-dpl/adandor/NDPlot.opi
rename to NON-APPROVED/lebt-pbi/dpl/adandor/NDPlot.opi
diff --git a/NON-APPROVED/lebt-010-pbi-dpl/adandor/NDPlotXY.opi b/NON-APPROVED/lebt-pbi/dpl/adandor/NDPlotXY.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-dpl/adandor/NDPlotXY.opi
rename to NON-APPROVED/lebt-pbi/dpl/adandor/NDPlotXY.opi
diff --git a/NON-APPROVED/lebt-010-pbi-dpl/adandor/NDPluginAttribute.opi b/NON-APPROVED/lebt-pbi/dpl/adandor/NDPluginAttribute.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-dpl/adandor/NDPluginAttribute.opi
rename to NON-APPROVED/lebt-pbi/dpl/adandor/NDPluginAttribute.opi
diff --git a/NON-APPROVED/lebt-010-pbi-dpl/adandor/NDPluginAttribute8.opi b/NON-APPROVED/lebt-pbi/dpl/adandor/NDPluginAttribute8.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-dpl/adandor/NDPluginAttribute8.opi
rename to NON-APPROVED/lebt-pbi/dpl/adandor/NDPluginAttribute8.opi
diff --git a/NON-APPROVED/lebt-010-pbi-dpl/adandor/NDPluginBase.opi b/NON-APPROVED/lebt-pbi/dpl/adandor/NDPluginBase.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-dpl/adandor/NDPluginBase.opi
rename to NON-APPROVED/lebt-pbi/dpl/adandor/NDPluginBase.opi
diff --git a/NON-APPROVED/lebt-010-pbi-dpl/adandor/NDPluginBaseFull.opi b/NON-APPROVED/lebt-pbi/dpl/adandor/NDPluginBaseFull.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-dpl/adandor/NDPluginBaseFull.opi
rename to NON-APPROVED/lebt-pbi/dpl/adandor/NDPluginBaseFull.opi
diff --git a/NON-APPROVED/lebt-010-pbi-dpl/adandor/NDPluginTimeSeries.opi b/NON-APPROVED/lebt-pbi/dpl/adandor/NDPluginTimeSeries.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-dpl/adandor/NDPluginTimeSeries.opi
rename to NON-APPROVED/lebt-pbi/dpl/adandor/NDPluginTimeSeries.opi
diff --git a/NON-APPROVED/lebt-010-pbi-dpl/adandor/NDPluginTimeSeriesN.opi b/NON-APPROVED/lebt-pbi/dpl/adandor/NDPluginTimeSeriesN.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-dpl/adandor/NDPluginTimeSeriesN.opi
rename to NON-APPROVED/lebt-pbi/dpl/adandor/NDPluginTimeSeriesN.opi
diff --git a/NON-APPROVED/lebt-010-pbi-dpl/adandor/NDPos.opi b/NON-APPROVED/lebt-pbi/dpl/adandor/NDPos.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-dpl/adandor/NDPos.opi
rename to NON-APPROVED/lebt-pbi/dpl/adandor/NDPos.opi
diff --git a/NON-APPROVED/lebt-010-pbi-dpl/adandor/NDProcess.opi b/NON-APPROVED/lebt-pbi/dpl/adandor/NDProcess.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-dpl/adandor/NDProcess.opi
rename to NON-APPROVED/lebt-pbi/dpl/adandor/NDProcess.opi
diff --git a/NON-APPROVED/lebt-010-pbi-dpl/adandor/NDPva.opi b/NON-APPROVED/lebt-pbi/dpl/adandor/NDPva.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-dpl/adandor/NDPva.opi
rename to NON-APPROVED/lebt-pbi/dpl/adandor/NDPva.opi
diff --git a/NON-APPROVED/lebt-010-pbi-dpl/adandor/NDROI.opi b/NON-APPROVED/lebt-pbi/dpl/adandor/NDROI.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-dpl/adandor/NDROI.opi
rename to NON-APPROVED/lebt-pbi/dpl/adandor/NDROI.opi
diff --git a/NON-APPROVED/lebt-010-pbi-dpl/adandor/NDROI4.opi b/NON-APPROVED/lebt-pbi/dpl/adandor/NDROI4.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-dpl/adandor/NDROI4.opi
rename to NON-APPROVED/lebt-pbi/dpl/adandor/NDROI4.opi
diff --git a/NON-APPROVED/lebt-010-pbi-dpl/adandor/NDROIStat.opi b/NON-APPROVED/lebt-pbi/dpl/adandor/NDROIStat.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-dpl/adandor/NDROIStat.opi
rename to NON-APPROVED/lebt-pbi/dpl/adandor/NDROIStat.opi
diff --git a/NON-APPROVED/lebt-010-pbi-dpl/adandor/NDROIStat8.opi b/NON-APPROVED/lebt-pbi/dpl/adandor/NDROIStat8.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-dpl/adandor/NDROIStat8.opi
rename to NON-APPROVED/lebt-pbi/dpl/adandor/NDROIStat8.opi
diff --git a/NON-APPROVED/lebt-010-pbi-dpl/adandor/NDROIStatN.opi b/NON-APPROVED/lebt-pbi/dpl/adandor/NDROIStatN.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-dpl/adandor/NDROIStatN.opi
rename to NON-APPROVED/lebt-pbi/dpl/adandor/NDROIStatN.opi
diff --git a/NON-APPROVED/lebt-010-pbi-dpl/adandor/NDScatter.opi b/NON-APPROVED/lebt-pbi/dpl/adandor/NDScatter.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-dpl/adandor/NDScatter.opi
rename to NON-APPROVED/lebt-pbi/dpl/adandor/NDScatter.opi
diff --git a/NON-APPROVED/lebt-010-pbi-dpl/adandor/NDStats.opi b/NON-APPROVED/lebt-pbi/dpl/adandor/NDStats.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-dpl/adandor/NDStats.opi
rename to NON-APPROVED/lebt-pbi/dpl/adandor/NDStats.opi
diff --git a/NON-APPROVED/lebt-010-pbi-dpl/adandor/NDStats5.opi b/NON-APPROVED/lebt-pbi/dpl/adandor/NDStats5.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-dpl/adandor/NDStats5.opi
rename to NON-APPROVED/lebt-pbi/dpl/adandor/NDStats5.opi
diff --git a/NON-APPROVED/lebt-010-pbi-dpl/adandor/NDStatsTimeSeriesBasicAll.opi b/NON-APPROVED/lebt-pbi/dpl/adandor/NDStatsTimeSeriesBasicAll.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-dpl/adandor/NDStatsTimeSeriesBasicAll.opi
rename to NON-APPROVED/lebt-pbi/dpl/adandor/NDStatsTimeSeriesBasicAll.opi
diff --git a/NON-APPROVED/lebt-010-pbi-dpl/adandor/NDStatsTimeSeriesCentroidAll.opi b/NON-APPROVED/lebt-pbi/dpl/adandor/NDStatsTimeSeriesCentroidAll.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-dpl/adandor/NDStatsTimeSeriesCentroidAll.opi
rename to NON-APPROVED/lebt-pbi/dpl/adandor/NDStatsTimeSeriesCentroidAll.opi
diff --git a/NON-APPROVED/lebt-010-pbi-dpl/adandor/NDStdArrays.opi b/NON-APPROVED/lebt-pbi/dpl/adandor/NDStdArrays.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-dpl/adandor/NDStdArrays.opi
rename to NON-APPROVED/lebt-pbi/dpl/adandor/NDStdArrays.opi
diff --git a/NON-APPROVED/lebt-010-pbi-dpl/adandor/NDTimeSeries.opi b/NON-APPROVED/lebt-pbi/dpl/adandor/NDTimeSeries.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-dpl/adandor/NDTimeSeries.opi
rename to NON-APPROVED/lebt-pbi/dpl/adandor/NDTimeSeries.opi
diff --git a/NON-APPROVED/lebt-010-pbi-dpl/adandor/NDTimeSeriesPlot.opi b/NON-APPROVED/lebt-pbi/dpl/adandor/NDTimeSeriesPlot.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-dpl/adandor/NDTimeSeriesPlot.opi
rename to NON-APPROVED/lebt-pbi/dpl/adandor/NDTimeSeriesPlot.opi
diff --git a/NON-APPROVED/lebt-010-pbi-dpl/adandor/NDTrace.opi b/NON-APPROVED/lebt-pbi/dpl/adandor/NDTrace.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-dpl/adandor/NDTrace.opi
rename to NON-APPROVED/lebt-pbi/dpl/adandor/NDTrace.opi
diff --git a/NON-APPROVED/lebt-010-pbi-dpl/adandor/NDTransform.opi b/NON-APPROVED/lebt-pbi/dpl/adandor/NDTransform.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-dpl/adandor/NDTransform.opi
rename to NON-APPROVED/lebt-pbi/dpl/adandor/NDTransform.opi
diff --git a/NON-APPROVED/lebt-010-pbi-dpl/adandor/SR_X_Status.opi b/NON-APPROVED/lebt-pbi/dpl/adandor/SR_X_Status.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-dpl/adandor/SR_X_Status.opi
rename to NON-APPROVED/lebt-pbi/dpl/adandor/SR_X_Status.opi
diff --git a/NON-APPROVED/lebt-010-pbi-dpl/adandor/Shamrock.opi b/NON-APPROVED/lebt-pbi/dpl/adandor/Shamrock.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-dpl/adandor/Shamrock.opi
rename to NON-APPROVED/lebt-pbi/dpl/adandor/Shamrock.opi
diff --git a/NON-APPROVED/lebt-010-pbi-dpl/adandor/asynGPIBSetup.opi b/NON-APPROVED/lebt-pbi/dpl/adandor/asynGPIBSetup.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-dpl/adandor/asynGPIBSetup.opi
rename to NON-APPROVED/lebt-pbi/dpl/adandor/asynGPIBSetup.opi
diff --git a/NON-APPROVED/lebt-010-pbi-dpl/adandor/asynIPPortSetup.opi b/NON-APPROVED/lebt-pbi/dpl/adandor/asynIPPortSetup.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-dpl/adandor/asynIPPortSetup.opi
rename to NON-APPROVED/lebt-pbi/dpl/adandor/asynIPPortSetup.opi
diff --git a/NON-APPROVED/lebt-010-pbi-dpl/adandor/asynOctet.opi b/NON-APPROVED/lebt-pbi/dpl/adandor/asynOctet.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-dpl/adandor/asynOctet.opi
rename to NON-APPROVED/lebt-pbi/dpl/adandor/asynOctet.opi
diff --git a/NON-APPROVED/lebt-010-pbi-dpl/adandor/asynRecord.opi b/NON-APPROVED/lebt-pbi/dpl/adandor/asynRecord.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-dpl/adandor/asynRecord.opi
rename to NON-APPROVED/lebt-pbi/dpl/adandor/asynRecord.opi
diff --git a/NON-APPROVED/lebt-010-pbi-dpl/adandor/asynRegister.opi b/NON-APPROVED/lebt-pbi/dpl/adandor/asynRegister.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-dpl/adandor/asynRegister.opi
rename to NON-APPROVED/lebt-pbi/dpl/adandor/asynRegister.opi
diff --git a/NON-APPROVED/lebt-010-pbi-dpl/adandor/asynSerialPortSetup.opi b/NON-APPROVED/lebt-pbi/dpl/adandor/asynSerialPortSetup.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-dpl/adandor/asynSerialPortSetup.opi
rename to NON-APPROVED/lebt-pbi/dpl/adandor/asynSerialPortSetup.opi
diff --git a/NON-APPROVED/lebt-010-pbi-dpl/adandor/asynTimeSeries.opi b/NON-APPROVED/lebt-pbi/dpl/adandor/asynTimeSeries.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-dpl/adandor/asynTimeSeries.opi
rename to NON-APPROVED/lebt-pbi/dpl/adandor/asynTimeSeries.opi
diff --git a/NON-APPROVED/lebt-010-pbi-dpl/adandor/commonPlugins.opi b/NON-APPROVED/lebt-pbi/dpl/adandor/commonPlugins.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-dpl/adandor/commonPlugins.opi
rename to NON-APPROVED/lebt-pbi/dpl/adandor/commonPlugins.opi
diff --git a/NON-APPROVED/lebt-010-pbi-dpl/adandor/configMenu.opi b/NON-APPROVED/lebt-pbi/dpl/adandor/configMenu.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-dpl/adandor/configMenu.opi
rename to NON-APPROVED/lebt-pbi/dpl/adandor/configMenu.opi
diff --git a/NON-APPROVED/lebt-010-pbi-dpl/adandor/configMenuHead_bare.opi b/NON-APPROVED/lebt-pbi/dpl/adandor/configMenuHead_bare.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-dpl/adandor/configMenuHead_bare.opi
rename to NON-APPROVED/lebt-pbi/dpl/adandor/configMenuHead_bare.opi
diff --git a/NON-APPROVED/lebt-010-pbi-dpl/adandor/configMenu_bare1.opi b/NON-APPROVED/lebt-pbi/dpl/adandor/configMenu_bare1.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-dpl/adandor/configMenu_bare1.opi
rename to NON-APPROVED/lebt-pbi/dpl/adandor/configMenu_bare1.opi
diff --git a/NON-APPROVED/lebt-010-pbi-dpl/adandor/configMenu_more.opi b/NON-APPROVED/lebt-pbi/dpl/adandor/configMenu_more.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-dpl/adandor/configMenu_more.opi
rename to NON-APPROVED/lebt-pbi/dpl/adandor/configMenu_more.opi
diff --git a/NON-APPROVED/lebt-010-pbi-dpl/adandor/configMenu_more_bare1.opi b/NON-APPROVED/lebt-pbi/dpl/adandor/configMenu_more_bare1.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-dpl/adandor/configMenu_more_bare1.opi
rename to NON-APPROVED/lebt-pbi/dpl/adandor/configMenu_more_bare1.opi
diff --git a/NON-APPROVED/lebt-010-pbi-dpl/adandor/configMenu_small.opi b/NON-APPROVED/lebt-pbi/dpl/adandor/configMenu_small.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-dpl/adandor/configMenu_small.opi
rename to NON-APPROVED/lebt-pbi/dpl/adandor/configMenu_small.opi
diff --git a/NON-APPROVED/lebt-010-pbi-dpl/adandor/configMenu_smallA.opi b/NON-APPROVED/lebt-pbi/dpl/adandor/configMenu_smallA.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-dpl/adandor/configMenu_smallA.opi
rename to NON-APPROVED/lebt-pbi/dpl/adandor/configMenu_smallA.opi
diff --git a/NON-APPROVED/lebt-010-pbi-dpl/adandor/copy_limits.js b/NON-APPROVED/lebt-pbi/dpl/adandor/copy_limits.js
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-dpl/adandor/copy_limits.js
rename to NON-APPROVED/lebt-pbi/dpl/adandor/copy_limits.js
diff --git a/NON-APPROVED/lebt-010-pbi-dpl/adandor/createDirectoryHelp.opi b/NON-APPROVED/lebt-pbi/dpl/adandor/createDirectoryHelp.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-dpl/adandor/createDirectoryHelp.opi
rename to NON-APPROVED/lebt-pbi/dpl/adandor/createDirectoryHelp.opi
diff --git a/NON-APPROVED/lebt-010-pbi-dpl/adandor/image_limits.js b/NON-APPROVED/lebt-pbi/dpl/adandor/image_limits.js
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-dpl/adandor/image_limits.js
rename to NON-APPROVED/lebt-pbi/dpl/adandor/image_limits.js
diff --git a/NON-APPROVED/lebt-010-pbi-dpl/adandor/save_restoreStatus.opi b/NON-APPROVED/lebt-pbi/dpl/adandor/save_restoreStatus.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-dpl/adandor/save_restoreStatus.opi
rename to NON-APPROVED/lebt-pbi/dpl/adandor/save_restoreStatus.opi
diff --git a/NON-APPROVED/lebt-010-pbi-dpl/adandor/save_restoreStatusLegend.opi b/NON-APPROVED/lebt-pbi/dpl/adandor/save_restoreStatusLegend.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-dpl/adandor/save_restoreStatusLegend.opi
rename to NON-APPROVED/lebt-pbi/dpl/adandor/save_restoreStatusLegend.opi
diff --git a/NON-APPROVED/lebt-010-pbi-dpl/adandor/save_restoreStatus_more.opi b/NON-APPROVED/lebt-pbi/dpl/adandor/save_restoreStatus_more.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-dpl/adandor/save_restoreStatus_more.opi
rename to NON-APPROVED/lebt-pbi/dpl/adandor/save_restoreStatus_more.opi
diff --git a/NON-APPROVED/lebt-010-pbi-dpl/adandor/save_restoreStatus_tiny.opi b/NON-APPROVED/lebt-pbi/dpl/adandor/save_restoreStatus_tiny.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-dpl/adandor/save_restoreStatus_tiny.opi
rename to NON-APPROVED/lebt-pbi/dpl/adandor/save_restoreStatus_tiny.opi
diff --git a/NON-APPROVED/lebt-010-pbi-dpl/dsm.opi b/NON-APPROVED/lebt-pbi/dpl/dsm.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-dpl/dsm.opi
rename to NON-APPROVED/lebt-pbi/dpl/dsm.opi
diff --git a/NON-APPROVED/lebt-010-pbi-dpl/dsm_one.opi b/NON-APPROVED/lebt-pbi/dpl/dsm_one.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-dpl/dsm_one.opi
rename to NON-APPROVED/lebt-pbi/dpl/dsm_one.opi
diff --git a/NON-APPROVED/lebt-010-pbi-dpl/dsm_operator.opi b/NON-APPROVED/lebt-pbi/dpl/dsm_operator.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-dpl/dsm_operator.opi
rename to NON-APPROVED/lebt-pbi/dpl/dsm_operator.opi
diff --git a/NON-APPROVED/lebt-010-pbi-dpl/logoirfu02quadrisigle_p.png b/NON-APPROVED/lebt-pbi/dpl/logoirfu02quadrisigle_p.png
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-dpl/logoirfu02quadrisigle_p.png
rename to NON-APPROVED/lebt-pbi/dpl/logoirfu02quadrisigle_p.png
diff --git a/NON-APPROVED/lebt-010-pbi-dpl/mrfioc2/README.md b/NON-APPROVED/lebt-pbi/dpl/mrfioc2/README.md
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-dpl/mrfioc2/README.md
rename to NON-APPROVED/lebt-pbi/dpl/mrfioc2/README.md
diff --git a/NON-APPROVED/lebt-010-pbi-dpl/mrfioc2/_evg_mxc.opi b/NON-APPROVED/lebt-pbi/dpl/mrfioc2/_evg_mxc.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-dpl/mrfioc2/_evg_mxc.opi
rename to NON-APPROVED/lebt-pbi/dpl/mrfioc2/_evg_mxc.opi
diff --git a/NON-APPROVED/lebt-010-pbi-dpl/mrfioc2/_evg_trigevt.opi b/NON-APPROVED/lebt-pbi/dpl/mrfioc2/_evg_trigevt.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-dpl/mrfioc2/_evg_trigevt.opi
rename to NON-APPROVED/lebt-pbi/dpl/mrfioc2/_evg_trigevt.opi
diff --git a/NON-APPROVED/lebt-010-pbi-dpl/mrfioc2/_evrdlygen.opi b/NON-APPROVED/lebt-pbi/dpl/mrfioc2/_evrdlygen.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-dpl/mrfioc2/_evrdlygen.opi
rename to NON-APPROVED/lebt-pbi/dpl/mrfioc2/_evrdlygen.opi
diff --git a/NON-APPROVED/lebt-010-pbi-dpl/mrfioc2/_evrinput.opi b/NON-APPROVED/lebt-pbi/dpl/mrfioc2/_evrinput.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-dpl/mrfioc2/_evrinput.opi
rename to NON-APPROVED/lebt-pbi/dpl/mrfioc2/_evrinput.opi
diff --git a/NON-APPROVED/lebt-010-pbi-dpl/mrfioc2/_evroutput.opi b/NON-APPROVED/lebt-pbi/dpl/mrfioc2/_evroutput.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-dpl/mrfioc2/_evroutput.opi
rename to NON-APPROVED/lebt-pbi/dpl/mrfioc2/_evroutput.opi
diff --git a/NON-APPROVED/lebt-010-pbi-dpl/mrfioc2/color_bytes.js b/NON-APPROVED/lebt-pbi/dpl/mrfioc2/color_bytes.js
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-dpl/mrfioc2/color_bytes.js
rename to NON-APPROVED/lebt-pbi/dpl/mrfioc2/color_bytes.js
diff --git a/NON-APPROVED/lebt-010-pbi-dpl/mrfioc2/evg-seq-append.py b/NON-APPROVED/lebt-pbi/dpl/mrfioc2/evg-seq-append.py
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-dpl/mrfioc2/evg-seq-append.py
rename to NON-APPROVED/lebt-pbi/dpl/mrfioc2/evg-seq-append.py
diff --git a/NON-APPROVED/lebt-010-pbi-dpl/mrfioc2/evg-seq-clear.py b/NON-APPROVED/lebt-pbi/dpl/mrfioc2/evg-seq-clear.py
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-dpl/mrfioc2/evg-seq-clear.py
rename to NON-APPROVED/lebt-pbi/dpl/mrfioc2/evg-seq-clear.py
diff --git a/NON-APPROVED/lebt-010-pbi-dpl/mrfioc2/evg-seq-revert.py b/NON-APPROVED/lebt-pbi/dpl/mrfioc2/evg-seq-revert.py
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-dpl/mrfioc2/evg-seq-revert.py
rename to NON-APPROVED/lebt-pbi/dpl/mrfioc2/evg-seq-revert.py
diff --git a/NON-APPROVED/lebt-010-pbi-dpl/mrfioc2/evg-seq-save.py b/NON-APPROVED/lebt-pbi/dpl/mrfioc2/evg-seq-save.py
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-dpl/mrfioc2/evg-seq-save.py
rename to NON-APPROVED/lebt-pbi/dpl/mrfioc2/evg-seq-save.py
diff --git a/NON-APPROVED/lebt-010-pbi-dpl/mrfioc2/evg-seq.opi b/NON-APPROVED/lebt-pbi/dpl/mrfioc2/evg-seq.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-dpl/mrfioc2/evg-seq.opi
rename to NON-APPROVED/lebt-pbi/dpl/mrfioc2/evg-seq.opi
diff --git a/NON-APPROVED/lebt-010-pbi-dpl/mrfioc2/evg-vme-230.opi b/NON-APPROVED/lebt-pbi/dpl/mrfioc2/evg-vme-230.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-dpl/mrfioc2/evg-vme-230.opi
rename to NON-APPROVED/lebt-pbi/dpl/mrfioc2/evg-vme-230.opi
diff --git a/NON-APPROVED/lebt-010-pbi-dpl/mrfioc2/evr-cml-output.opi b/NON-APPROVED/lebt-pbi/dpl/mrfioc2/evr-cml-output.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-dpl/mrfioc2/evr-cml-output.opi
rename to NON-APPROVED/lebt-pbi/dpl/mrfioc2/evr-cml-output.opi
diff --git a/NON-APPROVED/lebt-010-pbi-dpl/mrfioc2/evr-cml-pat40.opi b/NON-APPROVED/lebt-pbi/dpl/mrfioc2/evr-cml-pat40.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-dpl/mrfioc2/evr-cml-pat40.opi
rename to NON-APPROVED/lebt-pbi/dpl/mrfioc2/evr-cml-pat40.opi
diff --git a/NON-APPROVED/lebt-010-pbi-dpl/mrfioc2/evr-cpci-300.opi b/NON-APPROVED/lebt-pbi/dpl/mrfioc2/evr-cpci-300.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-dpl/mrfioc2/evr-cpci-300.opi
rename to NON-APPROVED/lebt-pbi/dpl/mrfioc2/evr-cpci-300.opi
diff --git a/NON-APPROVED/lebt-010-pbi-dpl/mrfioc2/evr-expert.opi b/NON-APPROVED/lebt-pbi/dpl/mrfioc2/evr-expert.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-dpl/mrfioc2/evr-expert.opi
rename to NON-APPROVED/lebt-pbi/dpl/mrfioc2/evr-expert.opi
diff --git a/NON-APPROVED/lebt-010-pbi-dpl/mrfioc2/evr-mtca-300.opi b/NON-APPROVED/lebt-pbi/dpl/mrfioc2/evr-mtca-300.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-dpl/mrfioc2/evr-mtca-300.opi
rename to NON-APPROVED/lebt-pbi/dpl/mrfioc2/evr-mtca-300.opi
diff --git a/NON-APPROVED/lebt-010-pbi-dpl/mrfioc2/evr-mtca-300u.opi b/NON-APPROVED/lebt-pbi/dpl/mrfioc2/evr-mtca-300u.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-dpl/mrfioc2/evr-mtca-300u.opi
rename to NON-APPROVED/lebt-pbi/dpl/mrfioc2/evr-mtca-300u.opi
diff --git a/NON-APPROVED/lebt-010-pbi-dpl/mrfioc2/evr-pcie-300dc.opi b/NON-APPROVED/lebt-pbi/dpl/mrfioc2/evr-pcie-300dc.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-dpl/mrfioc2/evr-pcie-300dc.opi
rename to NON-APPROVED/lebt-pbi/dpl/mrfioc2/evr-pcie-300dc.opi
diff --git a/NON-APPROVED/lebt-010-pbi-dpl/mrfioc2/evr-pmc-230.opi b/NON-APPROVED/lebt-pbi/dpl/mrfioc2/evr-pmc-230.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-dpl/mrfioc2/evr-pmc-230.opi
rename to NON-APPROVED/lebt-pbi/dpl/mrfioc2/evr-pmc-230.opi
diff --git a/NON-APPROVED/lebt-010-pbi-dpl/mrfioc2/evr-vmerf-230.opi b/NON-APPROVED/lebt-pbi/dpl/mrfioc2/evr-vmerf-230.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-dpl/mrfioc2/evr-vmerf-230.opi
rename to NON-APPROVED/lebt-pbi/dpl/mrfioc2/evr-vmerf-230.opi
diff --git a/NON-APPROVED/lebt-pbi/dpl/release-history.txt b/NON-APPROVED/lebt-pbi/dpl/release-history.txt
new file mode 100644
index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391
diff --git a/NON-APPROVED/lebt-010-pbi-dpl/set_image.js b/NON-APPROVED/lebt-pbi/dpl/set_image.js
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-dpl/set_image.js
rename to NON-APPROVED/lebt-pbi/dpl/set_image.js
diff --git a/NON-APPROVED/lebt-010-pbi-dpl/set_plot_xscale.js b/NON-APPROVED/lebt-pbi/dpl/set_plot_xscale.js
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-dpl/set_plot_xscale.js
rename to NON-APPROVED/lebt-pbi/dpl/set_plot_xscale.js
diff --git a/NON-APPROVED/lebt-010-pbi-emu/1-Home.opi b/NON-APPROVED/lebt-pbi/emu/1-Home.opi
old mode 100755
new mode 100644
similarity index 97%
rename from NON-APPROVED/lebt-010-pbi-emu/1-Home.opi
rename to NON-APPROVED/lebt-pbi/emu/1-Home.opi
index 3a7eab6de2f34e913da24845194682d71856b1ef..ef5bdc9afd296fba7d3048d836d8e1e91fea05e6
--- a/NON-APPROVED/lebt-010-pbi-emu/1-Home.opi
+++ b/NON-APPROVED/lebt-pbi/emu/1-Home.opi
@@ -1,1516 +1,1516 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<display typeId="org.csstudio.opibuilder.Display" version="1.0.0">
-  <show_close_button>false</show_close_button>
-  <rules />
-  <wuid>-14a921ec:134b2495e46:-7f53</wuid>
-  <show_grid>false</show_grid>
-  <auto_zoom_to_fit_all>false</auto_zoom_to_fit_all>
-  <scripts />
-  <height>1280</height>
-  <macros>
-    <include_parent_macros>true</include_parent_macros>
-  </macros>
-  <boy_version>4.0.103.201506251634</boy_version>
-  <show_edit_range>true</show_edit_range>
-  <widget_type>Display</widget_type>
-  <auto_scale_widgets>
-    <auto_scale_widgets>false</auto_scale_widgets>
-    <min_width>-1</min_width>
-    <min_height>-1</min_height>
-  </auto_scale_widgets>
-  <background_color>
-    <color name="GUI Background Grey" red="220" green="220" blue="220" />
-  </background_color>
-  <width>1920</width>
-  <x>0</x>
-  <name></name>
-  <grid_space>10</grid_space>
-  <show_ruler>true</show_ruler>
-  <y>0</y>
-  <snap_to_geometry>true</snap_to_geometry>
-  <foreground_color>
-    <color name="Field Background Grey" red="240" green="240" blue="240" />
-  </foreground_color>
-  <actions hook="false" hook_all="false" />
-  <widget typeId="org.csstudio.opibuilder.widgets.Rectangle" version="1.0.0">
-    <border_style>0</border_style>
-    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-    <line_width>0</line_width>
-    <horizontal_fill>true</horizontal_fill>
-    <alarm_pulsing>false</alarm_pulsing>
-    <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-    <rules />
-    <enabled>true</enabled>
-    <wuid>75ed6521:158d9b9c63a:-6240</wuid>
-    <transparent>false</transparent>
-    <pv_value />
-    <alpha>255</alpha>
-    <bg_gradient_color>
-      <color red="255" green="255" blue="255" />
-    </bg_gradient_color>
-    <scripts />
-    <border_alarm_sensitive>false</border_alarm_sensitive>
-    <height>1280</height>
-    <border_width>1</border_width>
-    <scale_options>
-      <width_scalable>true</width_scalable>
-      <height_scalable>true</height_scalable>
-      <keep_wh_ratio>false</keep_wh_ratio>
-    </scale_options>
-    <visible>true</visible>
-    <pv_name></pv_name>
-    <gradient>false</gradient>
-    <border_color>
-      <color red="0" green="128" blue="255" />
-    </border_color>
-    <anti_alias>true</anti_alias>
-    <line_style>0</line_style>
-    <widget_type>Rectangle</widget_type>
-    <fg_gradient_color>
-      <color red="255" green="255" blue="255" />
-    </fg_gradient_color>
-    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-    <background_color>
-      <color name="Container Grey" red="200" green="200" blue="200" />
-    </background_color>
-    <width>2193</width>
-    <x>-75</x>
-    <name>Rectangle</name>
-    <y>-8</y>
-    <fill_level>0.0</fill_level>
-    <foreground_color>
-      <color red="255" green="0" blue="0" />
-    </foreground_color>
-    <actions hook="false" hook_all="false" />
-    <font>
-      <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-    </font>
-    <line_color>
-      <color red="128" green="0" blue="255" />
-    </line_color>
-  </widget>
-  <widget typeId="org.csstudio.opibuilder.widgets.RoundedRectangle" version="1.0.0">
-    <border_style>0</border_style>
-    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-    <line_width>0</line_width>
-    <horizontal_fill>true</horizontal_fill>
-    <alarm_pulsing>false</alarm_pulsing>
-    <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-    <rules />
-    <enabled>true</enabled>
-    <wuid>-2b379613:154ebe48039:-709a</wuid>
-    <transparent>false</transparent>
-    <pv_value />
-    <alpha>255</alpha>
-    <corner_height>16</corner_height>
-    <bg_gradient_color>
-      <color red="255" green="255" blue="255" />
-    </bg_gradient_color>
-    <scripts />
-    <border_alarm_sensitive>false</border_alarm_sensitive>
-    <height>940</height>
-    <border_width>1</border_width>
-    <scale_options>
-      <width_scalable>true</width_scalable>
-      <height_scalable>true</height_scalable>
-      <keep_wh_ratio>false</keep_wh_ratio>
-    </scale_options>
-    <visible>true</visible>
-    <pv_name></pv_name>
-    <gradient>false</gradient>
-    <border_color>
-      <color red="0" green="128" blue="255" />
-    </border_color>
-    <anti_alias>true</anti_alias>
-    <corner_width>16</corner_width>
-    <line_style>0</line_style>
-    <widget_type>Rounded Rectangle</widget_type>
-    <fg_gradient_color>
-      <color red="255" green="255" blue="255" />
-    </fg_gradient_color>
-    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-    <background_color>
-      <color name="Field Background Grey" red="240" green="240" blue="240" />
-    </background_color>
-    <width>646</width>
-    <x>156</x>
-    <name>Rounded Rectangle</name>
-    <y>52</y>
-    <fill_level>0.0</fill_level>
-    <foreground_color>
-      <color red="255" green="0" blue="0" />
-    </foreground_color>
-    <actions hook="false" hook_all="false" />
-    <font>
-      <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-    </font>
-    <line_color>
-      <color red="128" green="0" blue="255" />
-    </line_color>
-  </widget>
-  <widget typeId="org.csstudio.opibuilder.widgets.RoundedRectangle" version="1.0.0">
-    <border_style>0</border_style>
-    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-    <line_width>0</line_width>
-    <horizontal_fill>true</horizontal_fill>
-    <alarm_pulsing>false</alarm_pulsing>
-    <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-    <rules />
-    <enabled>true</enabled>
-    <wuid>-2b379613:154ebe48039:-7099</wuid>
-    <transparent>false</transparent>
-    <pv_value />
-    <alpha>255</alpha>
-    <corner_height>16</corner_height>
-    <bg_gradient_color>
-      <color red="255" green="255" blue="255" />
-    </bg_gradient_color>
-    <scripts />
-    <border_alarm_sensitive>false</border_alarm_sensitive>
-    <height>282</height>
-    <border_width>1</border_width>
-    <scale_options>
-      <width_scalable>true</width_scalable>
-      <height_scalable>true</height_scalable>
-      <keep_wh_ratio>false</keep_wh_ratio>
-    </scale_options>
-    <visible>true</visible>
-    <pv_name></pv_name>
-    <gradient>false</gradient>
-    <border_color>
-      <color name="Invalid" red="255" green="0" blue="255" />
-    </border_color>
-    <anti_alias>true</anti_alias>
-    <corner_width>16</corner_width>
-    <line_style>0</line_style>
-    <widget_type>Rounded Rectangle</widget_type>
-    <fg_gradient_color>
-      <color red="255" green="255" blue="255" />
-    </fg_gradient_color>
-    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-    <background_color>
-      <color name="Primary Blue" red="0" green="148" blue="202" />
-    </background_color>
-    <width>646</width>
-    <x>156</x>
-    <name>Rounded Rectangle_1</name>
-    <y>15</y>
-    <fill_level>0.0</fill_level>
-    <foreground_color>
-      <color red="255" green="0" blue="0" />
-    </foreground_color>
-    <actions hook="false" hook_all="false" />
-    <font>
-      <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-    </font>
-    <line_color>
-      <color red="128" green="0" blue="255" />
-    </line_color>
-  </widget>
-  <widget typeId="org.csstudio.opibuilder.widgets.Rectangle" version="1.0.0">
-    <border_style>0</border_style>
-    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-    <line_width>0</line_width>
-    <horizontal_fill>true</horizontal_fill>
-    <alarm_pulsing>false</alarm_pulsing>
-    <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-    <rules />
-    <enabled>true</enabled>
-    <wuid>-2b379613:154ebe48039:-7098</wuid>
-    <transparent>false</transparent>
-    <pv_value />
-    <alpha>255</alpha>
-    <bg_gradient_color>
-      <color red="255" green="255" blue="255" />
-    </bg_gradient_color>
-    <scripts />
-    <border_alarm_sensitive>false</border_alarm_sensitive>
-    <height>315</height>
-    <border_width>1</border_width>
-    <scale_options>
-      <width_scalable>true</width_scalable>
-      <height_scalable>true</height_scalable>
-      <keep_wh_ratio>false</keep_wh_ratio>
-    </scale_options>
-    <visible>true</visible>
-    <pv_name></pv_name>
-    <gradient>false</gradient>
-    <border_color>
-      <color red="0" green="128" blue="255" />
-    </border_color>
-    <anti_alias>true</anti_alias>
-    <line_style>0</line_style>
-    <widget_type>Rectangle</widget_type>
-    <fg_gradient_color>
-      <color red="255" green="255" blue="255" />
-    </fg_gradient_color>
-    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-    <background_color>
-      <color name="Field Background Grey" red="240" green="240" blue="240" />
-    </background_color>
-    <width>646</width>
-    <x>156</x>
-    <name>Rectangle_1</name>
-    <y>175</y>
-    <fill_level>0.0</fill_level>
-    <foreground_color>
-      <color red="255" green="0" blue="0" />
-    </foreground_color>
-    <actions hook="false" hook_all="false" />
-    <font>
-      <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-    </font>
-    <line_color>
-      <color red="128" green="0" blue="255" />
-    </line_color>
-  </widget>
-  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-    <border_style>0</border_style>
-    <tooltip></tooltip>
-    <horizontal_alignment>1</horizontal_alignment>
-    <rules />
-    <enabled>true</enabled>
-    <wuid>4fafa7a2:154a9a78713:-7df3</wuid>
-    <transparent>true</transparent>
-    <auto_size>true</auto_size>
-    <text></text>
-    <scripts />
-    <height>22</height>
-    <border_width>2</border_width>
-    <scale_options>
-      <width_scalable>true</width_scalable>
-      <height_scalable>true</height_scalable>
-      <keep_wh_ratio>false</keep_wh_ratio>
-    </scale_options>
-    <visible>true</visible>
-    <vertical_alignment>1</vertical_alignment>
-    <border_color>
-      <color name="Blue" red="0" green="128" blue="255" />
-    </border_color>
-    <widget_type>Label</widget_type>
-    <wrap_words>true</wrap_words>
-    <background_color>
-      <color name="White" red="255" green="255" blue="255" />
-    </background_color>
-    <width>1</width>
-    <x>1350</x>
-    <name>Label Template_11</name>
-    <y>900</y>
-    <foreground_color>
-      <color name="Black" red="0" green="0" blue="0" />
-    </foreground_color>
-    <actions hook="false" hook_all="false" />
-    <show_scrollbar>false</show_scrollbar>
-    <font>
-      <opifont.name fontName="OpenSans" height="12" style="0">Normal</opifont.name>
-    </font>
-  </widget>
-  <widget typeId="org.csstudio.opibuilder.widgets.Image" version="1.0.0">
-    <border_style>0</border_style>
-    <tooltip></tooltip>
-    <rules />
-    <crop_left>0</crop_left>
-    <enabled>true</enabled>
-    <wuid>214238a8:154e73879fa:-7f54</wuid>
-    <auto_size>true</auto_size>
-    <image_file>/CSS/emu-plc-test/images/r.png</image_file>
-    <scripts />
-    <height>689</height>
-    <border_width>1</border_width>
-    <scale_options>
-      <width_scalable>true</width_scalable>
-      <height_scalable>true</height_scalable>
-      <keep_wh_ratio>false</keep_wh_ratio>
-    </scale_options>
-    <align_to_nearest_second>false</align_to_nearest_second>
-    <visible>true</visible>
-    <crop_bottom>0</crop_bottom>
-    <degree>0</degree>
-    <border_color>
-      <color red="0" green="128" blue="255" />
-    </border_color>
-    <no_animation>false</no_animation>
-    <widget_type>Image</widget_type>
-    <flip_horizontal>false</flip_horizontal>
-    <background_color>
-      <color red="240" green="240" blue="240" />
-    </background_color>
-    <permutation_matrix>
-      <row>
-        <col>1.0</col>
-        <col>0.0</col>
-      </row>
-      <row>
-        <col>0.0</col>
-        <col>1.0</col>
-      </row>
-    </permutation_matrix>
-    <width>776</width>
-    <x>1133</x>
-    <name>Image</name>
-    <y>13</y>
-    <foreground_color>
-      <color red="192" green="192" blue="192" />
-    </foreground_color>
-    <actions hook="false" hook_all="false" />
-    <crop_top>0</crop_top>
-    <crop_right>0</crop_right>
-    <stretch_to_fit>false</stretch_to_fit>
-    <flip_vertical>false</flip_vertical>
-    <font>
-      <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-    </font>
-  </widget>
-  <widget typeId="org.csstudio.opibuilder.widgets.Image" version="1.0.0">
-    <border_style>0</border_style>
-    <tooltip></tooltip>
-    <rules>
-      <rule name="Rule_piston_horizontal" prop_id="visible" out_exp="false">
-        <exp bool_exp="pv0==0">
-          <value>true</value>
-        </exp>
-        <pv trig="true">INFN-SRC:INTK-HEm3:EOR</pv>
-      </rule>
-    </rules>
-    <crop_left>0</crop_left>
-    <enabled>true</enabled>
-    <wuid>214238a8:154e73879fa:-7ee8</wuid>
-    <auto_size>true</auto_size>
-    <image_file>images/h.png</image_file>
-    <scripts />
-    <height>685</height>
-    <border_width>1</border_width>
-    <scale_options>
-      <width_scalable>true</width_scalable>
-      <height_scalable>true</height_scalable>
-      <keep_wh_ratio>false</keep_wh_ratio>
-    </scale_options>
-    <align_to_nearest_second>false</align_to_nearest_second>
-    <visible>false</visible>
-    <crop_bottom>0</crop_bottom>
-    <degree>0</degree>
-    <border_color>
-      <color red="0" green="128" blue="255" />
-    </border_color>
-    <no_animation>false</no_animation>
-    <widget_type>Image</widget_type>
-    <flip_horizontal>false</flip_horizontal>
-    <background_color>
-      <color red="240" green="240" blue="240" />
-    </background_color>
-    <permutation_matrix>
-      <row>
-        <col>1.0</col>
-        <col>0.0</col>
-      </row>
-      <row>
-        <col>0.0</col>
-        <col>1.0</col>
-      </row>
-    </permutation_matrix>
-    <width>774</width>
-    <x>1147</x>
-    <name>Image_1</name>
-    <y>2</y>
-    <foreground_color>
-      <color red="192" green="192" blue="192" />
-    </foreground_color>
-    <actions hook="false" hook_all="false" />
-    <crop_top>0</crop_top>
-    <crop_right>0</crop_right>
-    <stretch_to_fit>false</stretch_to_fit>
-    <flip_vertical>false</flip_vertical>
-    <font>
-      <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-    </font>
-  </widget>
-  <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
-    <border_style>0</border_style>
-    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-    <alarm_pulsing>false</alarm_pulsing>
-    <precision>0</precision>
-    <tooltip>$(pv_name)</tooltip>
-    <horizontal_alignment>1</horizontal_alignment>
-    <rules />
-    <enabled>true</enabled>
-    <wuid>-2b379613:154ebe48039:-72bf</wuid>
-    <transparent>false</transparent>
-    <pv_value />
-    <auto_size>false</auto_size>
-    <text>23248.5 um</text>
-    <rotation_angle>0.0</rotation_angle>
-    <scripts />
-    <border_alarm_sensitive>false</border_alarm_sensitive>
-    <show_units>true</show_units>
-    <height>150</height>
-    <border_width>1</border_width>
-    <scale_options>
-      <width_scalable>true</width_scalable>
-      <height_scalable>true</height_scalable>
-      <keep_wh_ratio>false</keep_wh_ratio>
-    </scale_options>
-    <visible>true</visible>
-    <pv_name>INFN-SRC:INTK-HBS:TEMP</pv_name>
-    <vertical_alignment>1</vertical_alignment>
-    <border_color>
-      <color name="Blue" red="0" green="128" blue="255" />
-    </border_color>
-    <precision_from_pv>true</precision_from_pv>
-    <widget_type>Text Update</widget_type>
-    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-    <wrap_words>false</wrap_words>
-    <format_type>0</format_type>
-    <background_color>
-      <color name="Field Background Grey" red="240" green="240" blue="240" />
-    </background_color>
-    <width>425</width>
-    <x>256</x>
-    <name>Text Update</name>
-    <y>224</y>
-    <foreground_color>
-      <color name="Black" red="0" green="0" blue="0" />
-    </foreground_color>
-    <actions hook="false" hook_all="false" />
-    <font>
-      <fontdata fontName="Monospace" height="22" style="1" />
-    </font>
-  </widget>
-  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-    <border_style>0</border_style>
-    <tooltip></tooltip>
-    <horizontal_alignment>0</horizontal_alignment>
-    <rules />
-    <enabled>true</enabled>
-    <wuid>-2b379613:154ebe48039:-7273</wuid>
-    <transparent>true</transparent>
-    <auto_size>true</auto_size>
-    <text>Horizontal beam stop temperature 
-interlock : </text>
-    <scripts />
-    <height>68</height>
-    <border_width>2</border_width>
-    <scale_options>
-      <width_scalable>true</width_scalable>
-      <height_scalable>true</height_scalable>
-      <keep_wh_ratio>false</keep_wh_ratio>
-    </scale_options>
-    <visible>true</visible>
-    <vertical_alignment>1</vertical_alignment>
-    <border_color>
-      <color name="Blue" red="0" green="128" blue="255" />
-    </border_color>
-    <widget_type>Label</widget_type>
-    <wrap_words>true</wrap_words>
-    <background_color>
-      <color name="White" red="255" green="255" blue="255" />
-    </background_color>
-    <width>561</width>
-    <x>178</x>
-    <name>Label Template_2</name>
-    <y>200</y>
-    <foreground_color>
-      <color name="Black" red="0" green="0" blue="0" />
-    </foreground_color>
-    <actions hook="false" hook_all="false" />
-    <show_scrollbar>false</show_scrollbar>
-    <font>
-      <fontdata fontName="Monospace" height="22" style="1" />
-    </font>
-  </widget>
-  <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
-    <border_style>0</border_style>
-    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-    <alarm_pulsing>false</alarm_pulsing>
-    <precision>0</precision>
-    <tooltip>$(pv_name)</tooltip>
-    <horizontal_alignment>1</horizontal_alignment>
-    <rules />
-    <enabled>true</enabled>
-    <wuid>-2b379613:154ebe48039:-7268</wuid>
-    <transparent>false</transparent>
-    <pv_value />
-    <auto_size>false</auto_size>
-    <text>23248.5 um</text>
-    <rotation_angle>0.0</rotation_angle>
-    <scripts />
-    <border_alarm_sensitive>false</border_alarm_sensitive>
-    <show_units>true</show_units>
-    <height>150</height>
-    <border_width>1</border_width>
-    <scale_options>
-      <width_scalable>true</width_scalable>
-      <height_scalable>true</height_scalable>
-      <keep_wh_ratio>false</keep_wh_ratio>
-    </scale_options>
-    <visible>true</visible>
-    <pv_name>INFN-SRC:INTK-HS:TEMP</pv_name>
-    <vertical_alignment>1</vertical_alignment>
-    <border_color>
-      <color name="Blue" red="0" green="128" blue="255" />
-    </border_color>
-    <precision_from_pv>true</precision_from_pv>
-    <widget_type>Text Update</widget_type>
-    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-    <wrap_words>false</wrap_words>
-    <format_type>0</format_type>
-    <background_color>
-      <color name="Field Background Grey" red="240" green="240" blue="240" />
-    </background_color>
-    <width>425</width>
-    <x>269</x>
-    <name>Text Update_1</name>
-    <y>440</y>
-    <foreground_color>
-      <color name="Black" red="0" green="0" blue="0" />
-    </foreground_color>
-    <actions hook="false" hook_all="false" />
-    <font>
-      <fontdata fontName="Monospace" height="22" style="1" />
-    </font>
-  </widget>
-  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-    <border_style>0</border_style>
-    <tooltip></tooltip>
-    <horizontal_alignment>0</horizontal_alignment>
-    <rules />
-    <enabled>true</enabled>
-    <wuid>-2b379613:154ebe48039:-7267</wuid>
-    <transparent>true</transparent>
-    <auto_size>true</auto_size>
-    <text>Horizontal slit temperature 
-interlock : </text>
-    <scripts />
-    <height>68</height>
-    <border_width>2</border_width>
-    <scale_options>
-      <width_scalable>true</width_scalable>
-      <height_scalable>true</height_scalable>
-      <keep_wh_ratio>false</keep_wh_ratio>
-    </scale_options>
-    <visible>true</visible>
-    <vertical_alignment>1</vertical_alignment>
-    <border_color>
-      <color name="Blue" red="0" green="128" blue="255" />
-    </border_color>
-    <widget_type>Label</widget_type>
-    <wrap_words>true</wrap_words>
-    <background_color>
-      <color name="White" red="255" green="255" blue="255" />
-    </background_color>
-    <width>476</width>
-    <x>181</x>
-    <name>Label Template_3</name>
-    <y>385</y>
-    <foreground_color>
-      <color name="Black" red="0" green="0" blue="0" />
-    </foreground_color>
-    <actions hook="false" hook_all="false" />
-    <show_scrollbar>false</show_scrollbar>
-    <font>
-      <fontdata fontName="Monospace" height="22" style="1" />
-    </font>
-  </widget>
-  <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
-    <border_style>0</border_style>
-    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-    <alarm_pulsing>false</alarm_pulsing>
-    <precision>0</precision>
-    <tooltip>$(pv_name)</tooltip>
-    <horizontal_alignment>1</horizontal_alignment>
-    <rules />
-    <enabled>true</enabled>
-    <wuid>-2b379613:154ebe48039:-725a</wuid>
-    <transparent>false</transparent>
-    <pv_value />
-    <auto_size>false</auto_size>
-    <text>23248.5 um</text>
-    <rotation_angle>0.0</rotation_angle>
-    <scripts />
-    <border_alarm_sensitive>false</border_alarm_sensitive>
-    <show_units>true</show_units>
-    <height>150</height>
-    <border_width>1</border_width>
-    <scale_options>
-      <width_scalable>true</width_scalable>
-      <height_scalable>true</height_scalable>
-      <keep_wh_ratio>false</keep_wh_ratio>
-    </scale_options>
-    <visible>true</visible>
-    <pv_name>INFN-SRC:INTK-VBS:TEMP</pv_name>
-    <vertical_alignment>1</vertical_alignment>
-    <border_color>
-      <color name="Blue" red="0" green="128" blue="255" />
-    </border_color>
-    <precision_from_pv>true</precision_from_pv>
-    <widget_type>Text Update</widget_type>
-    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-    <wrap_words>false</wrap_words>
-    <format_type>0</format_type>
-    <background_color>
-      <color name="Field Background Grey" red="240" green="240" blue="240" />
-    </background_color>
-    <width>425</width>
-    <x>269</x>
-    <name>Text Update_2</name>
-    <y>660</y>
-    <foreground_color>
-      <color name="Black" red="0" green="0" blue="0" />
-    </foreground_color>
-    <actions hook="false" hook_all="false" />
-    <font>
-      <fontdata fontName="Monospace" height="22" style="1" />
-    </font>
-  </widget>
-  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-    <border_style>0</border_style>
-    <tooltip></tooltip>
-    <horizontal_alignment>0</horizontal_alignment>
-    <rules />
-    <enabled>true</enabled>
-    <wuid>-2b379613:154ebe48039:-7259</wuid>
-    <transparent>true</transparent>
-    <auto_size>true</auto_size>
-    <text>Vertical beam stop temperature 
-interlock : </text>
-    <scripts />
-    <height>68</height>
-    <border_width>2</border_width>
-    <scale_options>
-      <width_scalable>true</width_scalable>
-      <height_scalable>true</height_scalable>
-      <keep_wh_ratio>false</keep_wh_ratio>
-    </scale_options>
-    <visible>true</visible>
-    <vertical_alignment>1</vertical_alignment>
-    <border_color>
-      <color name="Blue" red="0" green="128" blue="255" />
-    </border_color>
-    <widget_type>Label</widget_type>
-    <wrap_words>true</wrap_words>
-    <background_color>
-      <color name="White" red="255" green="255" blue="255" />
-    </background_color>
-    <width>527</width>
-    <x>192</x>
-    <name>Label Template_4</name>
-    <y>610</y>
-    <foreground_color>
-      <color name="Black" red="0" green="0" blue="0" />
-    </foreground_color>
-    <actions hook="false" hook_all="false" />
-    <show_scrollbar>false</show_scrollbar>
-    <font>
-      <fontdata fontName="Monospace" height="22" style="1" />
-    </font>
-  </widget>
-  <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
-    <border_style>0</border_style>
-    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-    <alarm_pulsing>false</alarm_pulsing>
-    <precision>0</precision>
-    <tooltip>$(pv_name)</tooltip>
-    <horizontal_alignment>1</horizontal_alignment>
-    <rules />
-    <enabled>true</enabled>
-    <wuid>-2b379613:154ebe48039:-721f</wuid>
-    <transparent>false</transparent>
-    <pv_value />
-    <auto_size>false</auto_size>
-    <text>23248.5 um</text>
-    <rotation_angle>0.0</rotation_angle>
-    <scripts />
-    <border_alarm_sensitive>false</border_alarm_sensitive>
-    <show_units>true</show_units>
-    <height>92</height>
-    <border_width>1</border_width>
-    <scale_options>
-      <width_scalable>true</width_scalable>
-      <height_scalable>true</height_scalable>
-      <keep_wh_ratio>false</keep_wh_ratio>
-    </scale_options>
-    <visible>true</visible>
-    <pv_name>INFN-SRC:INTK-VS:TEMP</pv_name>
-    <vertical_alignment>1</vertical_alignment>
-    <border_color>
-      <color name="Blue" red="0" green="128" blue="255" />
-    </border_color>
-    <precision_from_pv>true</precision_from_pv>
-    <widget_type>Text Update</widget_type>
-    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-    <wrap_words>false</wrap_words>
-    <format_type>0</format_type>
-    <background_color>
-      <color name="Field Background Grey" red="240" green="240" blue="240" />
-    </background_color>
-    <width>425</width>
-    <x>269</x>
-    <name>Text Update_3</name>
-    <y>890</y>
-    <foreground_color>
-      <color name="Black" red="0" green="0" blue="0" />
-    </foreground_color>
-    <actions hook="false" hook_all="false" />
-    <font>
-      <fontdata fontName="Monospace" height="22" style="1" />
-    </font>
-  </widget>
-  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-    <border_style>0</border_style>
-    <tooltip></tooltip>
-    <horizontal_alignment>0</horizontal_alignment>
-    <rules />
-    <enabled>true</enabled>
-    <wuid>-2b379613:154ebe48039:-721e</wuid>
-    <transparent>true</transparent>
-    <auto_size>true</auto_size>
-    <text>Vertical slit temperature 
-interlock : </text>
-    <scripts />
-    <height>68</height>
-    <border_width>2</border_width>
-    <scale_options>
-      <width_scalable>true</width_scalable>
-      <height_scalable>true</height_scalable>
-      <keep_wh_ratio>false</keep_wh_ratio>
-    </scale_options>
-    <visible>true</visible>
-    <vertical_alignment>1</vertical_alignment>
-    <border_color>
-      <color name="Blue" red="0" green="128" blue="255" />
-    </border_color>
-    <widget_type>Label</widget_type>
-    <wrap_words>true</wrap_words>
-    <background_color>
-      <color name="White" red="255" green="255" blue="255" />
-    </background_color>
-    <width>442</width>
-    <x>216</x>
-    <name>Label Template_5</name>
-    <y>835</y>
-    <foreground_color>
-      <color name="Black" red="0" green="0" blue="0" />
-    </foreground_color>
-    <actions hook="false" hook_all="false" />
-    <show_scrollbar>false</show_scrollbar>
-    <font>
-      <fontdata fontName="Monospace" height="22" style="1" />
-    </font>
-  </widget>
-  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-    <border_style>0</border_style>
-    <tooltip></tooltip>
-    <horizontal_alignment>1</horizontal_alignment>
-    <rules />
-    <enabled>true</enabled>
-    <wuid>-2b379613:154ebe48039:-7055</wuid>
-    <transparent>true</transparent>
-    <auto_size>true</auto_size>
-    <text>Temperatures value</text>
-    <scripts />
-    <height>43</height>
-    <border_width>2</border_width>
-    <scale_options>
-      <width_scalable>true</width_scalable>
-      <height_scalable>true</height_scalable>
-      <keep_wh_ratio>false</keep_wh_ratio>
-    </scale_options>
-    <visible>true</visible>
-    <vertical_alignment>1</vertical_alignment>
-    <border_color>
-      <color name="Blue" red="0" green="128" blue="255" />
-    </border_color>
-    <widget_type>Label</widget_type>
-    <wrap_words>true</wrap_words>
-    <background_color>
-      <color name="White" red="255" green="255" blue="255" />
-    </background_color>
-    <width>396</width>
-    <x>280</x>
-    <name>Label Template_6</name>
-    <y>65</y>
-    <foreground_color>
-      <color name="Black" red="0" green="0" blue="0" />
-    </foreground_color>
-    <actions hook="false" hook_all="false" />
-    <show_scrollbar>false</show_scrollbar>
-    <font>
-      <fontdata fontName="Monospace" height="28" style="1" />
-    </font>
-  </widget>
-  <widget typeId="org.csstudio.opibuilder.widgets.Image" version="1.0.0">
-    <border_style>0</border_style>
-    <tooltip></tooltip>
-    <rules>
-      <rule name="Rule_piston_vertical" prop_id="visible" out_exp="false">
-        <exp bool_exp="pv0==0">
-          <value>true</value>
-        </exp>
-        <pv trig="true">INFN-SRC:INTK-VEm3:EOR</pv>
-      </rule>
-    </rules>
-    <crop_left>0</crop_left>
-    <enabled>true</enabled>
-    <wuid>-dd5fa47:155006ebb4f:-7eb8</wuid>
-    <auto_size>true</auto_size>
-    <image_file>images/v.png</image_file>
-    <scripts />
-    <height>680</height>
-    <border_width>1</border_width>
-    <scale_options>
-      <width_scalable>true</width_scalable>
-      <height_scalable>true</height_scalable>
-      <keep_wh_ratio>false</keep_wh_ratio>
-    </scale_options>
-    <align_to_nearest_second>false</align_to_nearest_second>
-    <visible>false</visible>
-    <crop_bottom>0</crop_bottom>
-    <degree>0</degree>
-    <border_color>
-      <color red="0" green="128" blue="255" />
-    </border_color>
-    <no_animation>false</no_animation>
-    <widget_type>Image</widget_type>
-    <flip_horizontal>false</flip_horizontal>
-    <background_color>
-      <color red="240" green="240" blue="240" />
-    </background_color>
-    <permutation_matrix>
-      <row>
-        <col>1.0</col>
-        <col>0.0</col>
-      </row>
-      <row>
-        <col>0.0</col>
-        <col>1.0</col>
-      </row>
-    </permutation_matrix>
-    <width>775</width>
-    <x>1146</x>
-    <name>Image_3</name>
-    <y>5</y>
-    <foreground_color>
-      <color red="192" green="192" blue="192" />
-    </foreground_color>
-    <actions hook="false" hook_all="false" />
-    <crop_top>0</crop_top>
-    <crop_right>0</crop_right>
-    <stretch_to_fit>false</stretch_to_fit>
-    <flip_vertical>false</flip_vertical>
-    <font>
-      <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-    </font>
-  </widget>
-  <widget typeId="org.csstudio.opibuilder.widgets.RoundedRectangle" version="1.0.0">
-    <border_style>0</border_style>
-    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-    <line_width>0</line_width>
-    <horizontal_fill>true</horizontal_fill>
-    <alarm_pulsing>false</alarm_pulsing>
-    <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-    <rules />
-    <enabled>true</enabled>
-    <wuid>-dd5fa47:155006ebb4f:-7d36</wuid>
-    <transparent>false</transparent>
-    <pv_value />
-    <alpha>255</alpha>
-    <corner_height>16</corner_height>
-    <bg_gradient_color>
-      <color red="255" green="255" blue="255" />
-    </bg_gradient_color>
-    <scripts />
-    <border_alarm_sensitive>false</border_alarm_sensitive>
-    <height>467</height>
-    <border_width>1</border_width>
-    <scale_options>
-      <width_scalable>true</width_scalable>
-      <height_scalable>true</height_scalable>
-      <keep_wh_ratio>false</keep_wh_ratio>
-    </scale_options>
-    <visible>true</visible>
-    <pv_name></pv_name>
-    <gradient>false</gradient>
-    <border_color>
-      <color red="0" green="128" blue="255" />
-    </border_color>
-    <anti_alias>true</anti_alias>
-    <corner_width>16</corner_width>
-    <line_style>0</line_style>
-    <widget_type>Rounded Rectangle</widget_type>
-    <fg_gradient_color>
-      <color red="255" green="255" blue="255" />
-    </fg_gradient_color>
-    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-    <background_color>
-      <color name="Field Background Grey" red="240" green="240" blue="240" />
-    </background_color>
-    <width>781</width>
-    <x>1133</x>
-    <name>Rounded Rectangle_2</name>
-    <y>760</y>
-    <fill_level>0.0</fill_level>
-    <foreground_color>
-      <color red="255" green="0" blue="0" />
-    </foreground_color>
-    <actions hook="false" hook_all="false" />
-    <font>
-      <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-    </font>
-    <line_color>
-      <color red="128" green="0" blue="255" />
-    </line_color>
-  </widget>
-  <widget typeId="org.csstudio.opibuilder.widgets.RoundedRectangle" version="1.0.0">
-    <border_style>0</border_style>
-    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-    <line_width>0</line_width>
-    <horizontal_fill>true</horizontal_fill>
-    <alarm_pulsing>false</alarm_pulsing>
-    <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-    <rules />
-    <enabled>true</enabled>
-    <wuid>-dd5fa47:155006ebb4f:-7d35</wuid>
-    <transparent>false</transparent>
-    <pv_value />
-    <alpha>255</alpha>
-    <corner_height>16</corner_height>
-    <bg_gradient_color>
-      <color red="255" green="255" blue="255" />
-    </bg_gradient_color>
-    <scripts />
-    <border_alarm_sensitive>false</border_alarm_sensitive>
-    <height>282</height>
-    <border_width>1</border_width>
-    <scale_options>
-      <width_scalable>true</width_scalable>
-      <height_scalable>true</height_scalable>
-      <keep_wh_ratio>false</keep_wh_ratio>
-    </scale_options>
-    <visible>true</visible>
-    <pv_name></pv_name>
-    <gradient>false</gradient>
-    <border_color>
-      <color name="Invalid" red="255" green="0" blue="255" />
-    </border_color>
-    <anti_alias>true</anti_alias>
-    <corner_width>16</corner_width>
-    <line_style>0</line_style>
-    <widget_type>Rounded Rectangle</widget_type>
-    <fg_gradient_color>
-      <color red="255" green="255" blue="255" />
-    </fg_gradient_color>
-    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-    <background_color>
-      <color name="Primary Blue" red="0" green="148" blue="202" />
-    </background_color>
-    <width>781</width>
-    <x>1133</x>
-    <name>Rounded Rectangle_3</name>
-    <y>723</y>
-    <fill_level>0.0</fill_level>
-    <foreground_color>
-      <color red="255" green="0" blue="0" />
-    </foreground_color>
-    <actions hook="false" hook_all="false" />
-    <font>
-      <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-    </font>
-    <line_color>
-      <color red="128" green="0" blue="255" />
-    </line_color>
-  </widget>
-  <widget typeId="org.csstudio.opibuilder.widgets.Rectangle" version="1.0.0">
-    <border_style>0</border_style>
-    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-    <line_width>0</line_width>
-    <horizontal_fill>true</horizontal_fill>
-    <alarm_pulsing>false</alarm_pulsing>
-    <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-    <rules />
-    <enabled>true</enabled>
-    <wuid>-dd5fa47:155006ebb4f:-7d34</wuid>
-    <transparent>false</transparent>
-    <pv_value />
-    <alpha>255</alpha>
-    <bg_gradient_color>
-      <color red="255" green="255" blue="255" />
-    </bg_gradient_color>
-    <scripts />
-    <border_alarm_sensitive>false</border_alarm_sensitive>
-    <height>315</height>
-    <border_width>1</border_width>
-    <scale_options>
-      <width_scalable>true</width_scalable>
-      <height_scalable>true</height_scalable>
-      <keep_wh_ratio>false</keep_wh_ratio>
-    </scale_options>
-    <visible>true</visible>
-    <pv_name></pv_name>
-    <gradient>false</gradient>
-    <border_color>
-      <color red="0" green="128" blue="255" />
-    </border_color>
-    <anti_alias>true</anti_alias>
-    <line_style>0</line_style>
-    <widget_type>Rectangle</widget_type>
-    <fg_gradient_color>
-      <color red="255" green="255" blue="255" />
-    </fg_gradient_color>
-    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-    <background_color>
-      <color name="Field Background Grey" red="240" green="240" blue="240" />
-    </background_color>
-    <width>781</width>
-    <x>1133</x>
-    <name>Rectangle_2</name>
-    <y>883</y>
-    <fill_level>0.0</fill_level>
-    <foreground_color>
-      <color red="255" green="0" blue="0" />
-    </foreground_color>
-    <actions hook="false" hook_all="false" />
-    <font>
-      <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-    </font>
-    <line_color>
-      <color red="128" green="0" blue="255" />
-    </line_color>
-  </widget>
-  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-    <border_style>0</border_style>
-    <tooltip></tooltip>
-    <horizontal_alignment>1</horizontal_alignment>
-    <rules />
-    <enabled>true</enabled>
-    <wuid>-dd5fa47:155006ebb4f:-7d33</wuid>
-    <transparent>true</transparent>
-    <auto_size>true</auto_size>
-    <text>Position selection</text>
-    <scripts />
-    <height>43</height>
-    <border_width>2</border_width>
-    <scale_options>
-      <width_scalable>true</width_scalable>
-      <height_scalable>true</height_scalable>
-      <keep_wh_ratio>false</keep_wh_ratio>
-    </scale_options>
-    <visible>true</visible>
-    <vertical_alignment>1</vertical_alignment>
-    <border_color>
-      <color name="Blue" red="0" green="128" blue="255" />
-    </border_color>
-    <widget_type>Label</widget_type>
-    <wrap_words>true</wrap_words>
-    <background_color>
-      <color name="White" red="255" green="255" blue="255" />
-    </background_color>
-    <width>396</width>
-    <x>1350</x>
-    <name>Label Template_7</name>
-    <y>770</y>
-    <foreground_color>
-      <color name="Black" red="0" green="0" blue="0" />
-    </foreground_color>
-    <actions hook="false" hook_all="false" />
-    <show_scrollbar>false</show_scrollbar>
-    <font>
-      <fontdata fontName="Monospace" height="28" style="1" />
-    </font>
-  </widget>
-  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-    <border_style>0</border_style>
-    <tooltip></tooltip>
-    <horizontal_alignment>0</horizontal_alignment>
-    <rules />
-    <enabled>true</enabled>
-    <wuid>-25ab7263:1550142aa54:-77da</wuid>
-    <transparent>true</transparent>
-    <auto_size>true</auto_size>
-    <text>°C</text>
-    <scripts />
-    <height>34</height>
-    <border_width>2</border_width>
-    <scale_options>
-      <width_scalable>true</width_scalable>
-      <height_scalable>true</height_scalable>
-      <keep_wh_ratio>false</keep_wh_ratio>
-    </scale_options>
-    <visible>true</visible>
-    <vertical_alignment>1</vertical_alignment>
-    <border_color>
-      <color name="Blue" red="0" green="128" blue="255" />
-    </border_color>
-    <widget_type>Label</widget_type>
-    <wrap_words>true</wrap_words>
-    <background_color>
-      <color name="White" red="255" green="255" blue="255" />
-    </background_color>
-    <width>34</width>
-    <x>579</x>
-    <name>Label Template_9</name>
-    <y>282</y>
-    <foreground_color>
-      <color name="Black" red="0" green="0" blue="0" />
-    </foreground_color>
-    <actions hook="false" hook_all="false" />
-    <show_scrollbar>false</show_scrollbar>
-    <font>
-      <fontdata fontName="Monospace" height="22" style="1" />
-    </font>
-  </widget>
-  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-    <border_style>0</border_style>
-    <tooltip></tooltip>
-    <horizontal_alignment>0</horizontal_alignment>
-    <rules />
-    <enabled>true</enabled>
-    <wuid>-25ab7263:1550142aa54:-77c4</wuid>
-    <transparent>true</transparent>
-    <auto_size>true</auto_size>
-    <text>°C</text>
-    <scripts />
-    <height>34</height>
-    <border_width>2</border_width>
-    <scale_options>
-      <width_scalable>true</width_scalable>
-      <height_scalable>true</height_scalable>
-      <keep_wh_ratio>false</keep_wh_ratio>
-    </scale_options>
-    <visible>true</visible>
-    <vertical_alignment>1</vertical_alignment>
-    <border_color>
-      <color name="Blue" red="0" green="128" blue="255" />
-    </border_color>
-    <widget_type>Label</widget_type>
-    <wrap_words>true</wrap_words>
-    <background_color>
-      <color name="White" red="255" green="255" blue="255" />
-    </background_color>
-    <width>34</width>
-    <x>579</x>
-    <name>Label Template_10</name>
-    <y>498</y>
-    <foreground_color>
-      <color name="Black" red="0" green="0" blue="0" />
-    </foreground_color>
-    <actions hook="false" hook_all="false" />
-    <show_scrollbar>false</show_scrollbar>
-    <font>
-      <fontdata fontName="Monospace" height="22" style="1" />
-    </font>
-  </widget>
-  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-    <border_style>0</border_style>
-    <tooltip></tooltip>
-    <horizontal_alignment>0</horizontal_alignment>
-    <rules />
-    <enabled>true</enabled>
-    <wuid>-25ab7263:1550142aa54:-77bf</wuid>
-    <transparent>true</transparent>
-    <auto_size>true</auto_size>
-    <text>°C</text>
-    <scripts />
-    <height>34</height>
-    <border_width>2</border_width>
-    <scale_options>
-      <width_scalable>true</width_scalable>
-      <height_scalable>true</height_scalable>
-      <keep_wh_ratio>false</keep_wh_ratio>
-    </scale_options>
-    <visible>true</visible>
-    <vertical_alignment>1</vertical_alignment>
-    <border_color>
-      <color name="Blue" red="0" green="128" blue="255" />
-    </border_color>
-    <widget_type>Label</widget_type>
-    <wrap_words>true</wrap_words>
-    <background_color>
-      <color name="White" red="255" green="255" blue="255" />
-    </background_color>
-    <width>34</width>
-    <x>579</x>
-    <name>Label Template_11</name>
-    <y>718</y>
-    <foreground_color>
-      <color name="Black" red="0" green="0" blue="0" />
-    </foreground_color>
-    <actions hook="false" hook_all="false" />
-    <show_scrollbar>false</show_scrollbar>
-    <font>
-      <fontdata fontName="Monospace" height="22" style="1" />
-    </font>
-  </widget>
-  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-    <border_style>0</border_style>
-    <tooltip></tooltip>
-    <horizontal_alignment>0</horizontal_alignment>
-    <rules />
-    <enabled>true</enabled>
-    <wuid>-25ab7263:1550142aa54:-77ba</wuid>
-    <transparent>true</transparent>
-    <auto_size>true</auto_size>
-    <text>°C</text>
-    <scripts />
-    <height>34</height>
-    <border_width>2</border_width>
-    <scale_options>
-      <width_scalable>true</width_scalable>
-      <height_scalable>true</height_scalable>
-      <keep_wh_ratio>false</keep_wh_ratio>
-    </scale_options>
-    <visible>true</visible>
-    <vertical_alignment>1</vertical_alignment>
-    <border_color>
-      <color name="Blue" red="0" green="128" blue="255" />
-    </border_color>
-    <widget_type>Label</widget_type>
-    <wrap_words>true</wrap_words>
-    <background_color>
-      <color name="White" red="255" green="255" blue="255" />
-    </background_color>
-    <width>34</width>
-    <x>579</x>
-    <name>Label Template_12</name>
-    <y>919</y>
-    <foreground_color>
-      <color name="Black" red="0" green="0" blue="0" />
-    </foreground_color>
-    <actions hook="false" hook_all="false" />
-    <show_scrollbar>false</show_scrollbar>
-    <font>
-      <fontdata fontName="Monospace" height="22" style="1" />
-    </font>
-  </widget>
-  <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
-    <alarm_pulsing>false</alarm_pulsing>
-    <tooltip>$(pv_name)</tooltip>
-    <rules />
-    <effect_3d>true</effect_3d>
-    <bit>-1</bit>
-    <pv_value />
-    <height>35</height>
-    <border_width>1</border_width>
-    <visible>true</visible>
-    <pv_name>INFN-SRC:INTK-HMI:VH_SELECT</pv_name>
-    <border_color>
-      <color name="Blue" red="0" green="128" blue="255" />
-    </border_color>
-    <widget_type>LED</widget_type>
-    <name>LED</name>
-    <actions hook="false" hook_all="false" />
-    <show_boolean_label>false</show_boolean_label>
-    <border_style>0</border_style>
-    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-    <enabled>true</enabled>
-    <wuid>-7daf990a:158773fdff6:-7b0c</wuid>
-    <on_color>
-      <color name="Green On" red="0" green="255" blue="0" />
-    </on_color>
-    <scripts />
-    <border_alarm_sensitive>false</border_alarm_sensitive>
-    <on_label>ON</on_label>
-    <scale_options>
-      <width_scalable>true</width_scalable>
-      <height_scalable>true</height_scalable>
-      <keep_wh_ratio>true</keep_wh_ratio>
-    </scale_options>
-    <off_color>
-      <color name="Field Background Grey" red="240" green="240" blue="240" />
-    </off_color>
-    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-    <background_color>
-      <color name="Field Background Grey" red="240" green="240" blue="240" />
-    </background_color>
-    <square_led>false</square_led>
-    <width>35</width>
-    <x>1272</x>
-    <data_type>0</data_type>
-    <y>944</y>
-    <foreground_color>
-      <color name="Button Grey" red="180" green="180" blue="180" />
-    </foreground_color>
-    <font>
-      <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-    </font>
-    <off_label>OFF</off_label>
-  </widget>
-  <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
-    <alarm_pulsing>false</alarm_pulsing>
-    <tooltip>$(pv_name)</tooltip>
-    <rules />
-    <effect_3d>true</effect_3d>
-    <bit>-1</bit>
-    <pv_value />
-    <height>35</height>
-    <border_width>1</border_width>
-    <visible>true</visible>
-    <pv_name>INFN-SRC:INTK-HMI:VH_SELECT</pv_name>
-    <border_color>
-      <color name="Blue" red="0" green="128" blue="255" />
-    </border_color>
-    <widget_type>LED</widget_type>
-    <name>LED_1</name>
-    <actions hook="false" hook_all="false" />
-    <show_boolean_label>false</show_boolean_label>
-    <border_style>0</border_style>
-    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-    <enabled>true</enabled>
-    <wuid>-7daf990a:158773fdff6:-7b04</wuid>
-    <on_color>
-      <color name="Field Background Grey" red="240" green="240" blue="240" />
-    </on_color>
-    <scripts />
-    <border_alarm_sensitive>false</border_alarm_sensitive>
-    <on_label>ON</on_label>
-    <scale_options>
-      <width_scalable>true</width_scalable>
-      <height_scalable>true</height_scalable>
-      <keep_wh_ratio>true</keep_wh_ratio>
-    </scale_options>
-    <off_color>
-      <color name="Green On" red="0" green="255" blue="0" />
-    </off_color>
-    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-    <background_color>
-      <color name="Field Background Grey" red="240" green="240" blue="240" />
-    </background_color>
-    <square_led>false</square_led>
-    <width>35</width>
-    <x>1272</x>
-    <data_type>0</data_type>
-    <y>1132</y>
-    <foreground_color>
-      <color name="Button Grey" red="180" green="180" blue="180" />
-    </foreground_color>
-    <font>
-      <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-    </font>
-    <off_label>OFF</off_label>
-  </widget>
-  <widget typeId="org.csstudio.opibuilder.widgets.ActionButton" version="2.0.0">
-    <toggle_button>false</toggle_button>
-    <border_style>14</border_style>
-    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-    <alarm_pulsing>false</alarm_pulsing>
-    <tooltip>$(pv_name)</tooltip>
-    <push_action_index>0</push_action_index>
-    <rules>
-      <rule name="Selection_horizontale" prop_id="enabled" out_exp="false">
-        <exp bool_exp="pv0 == 1">
-          <value>false</value>
-        </exp>
-        <pv trig="true">INFN-SRC:INTK-VEm3:EOR</pv>
-      </rule>
-    </rules>
-    <enabled>true</enabled>
-    <wuid>-28749c3d:15ceebd6adc:-715d</wuid>
-    <pv_value />
-    <text>Horizontal selection</text>
-    <scripts />
-    <border_alarm_sensitive>false</border_alarm_sensitive>
-    <height>90</height>
-    <border_width>0</border_width>
-    <scale_options>
-      <width_scalable>true</width_scalable>
-      <height_scalable>true</height_scalable>
-      <keep_wh_ratio>false</keep_wh_ratio>
-    </scale_options>
-    <image></image>
-    <visible>true</visible>
-    <pv_name></pv_name>
-    <border_color>
-      <color name="Primary Blue" red="0" green="148" blue="202" />
-    </border_color>
-    <widget_type>Action Button</widget_type>
-    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-    <background_color>
-      <color red="211" green="215" blue="207" />
-    </background_color>
-    <width>402</width>
-    <x>1320</x>
-    <name>Action Button_17</name>
-    <y>917</y>
-    <style>0</style>
-    <foreground_color>
-      <color name="Black" red="0" green="0" blue="0" />
-    </foreground_color>
-    <actions hook="false" hook_all="false">
-      <action type="WRITE_PV">
-        <pv_name>INFN-SRC:INTK-HMI:VH_SELECT</pv_name>
-        <value>1</value>
-        <timeout>10</timeout>
-        <confirm_message></confirm_message>
-        <description></description>
-      </action>
-    </actions>
-    <font>
-      <fontdata fontName="Monospace" height="21" style="1" />
-    </font>
-  </widget>
-  <widget typeId="org.csstudio.opibuilder.widgets.ActionButton" version="2.0.0">
-    <toggle_button>false</toggle_button>
-    <border_style>14</border_style>
-    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-    <alarm_pulsing>false</alarm_pulsing>
-    <tooltip>$(pv_name)</tooltip>
-    <push_action_index>0</push_action_index>
-    <rules>
-      <rule name="Selection_horizontale" prop_id="enabled" out_exp="false">
-        <exp bool_exp="pv0 == 1">
-          <value>false</value>
-        </exp>
-        <pv trig="true">INFN-SRC:INTK-HEm3:EOR</pv>
-      </rule>
-    </rules>
-    <enabled>true</enabled>
-    <wuid>-28749c3d:15ceebd6adc:-7145</wuid>
-    <pv_value />
-    <text>Vertical selection</text>
-    <scripts />
-    <border_alarm_sensitive>false</border_alarm_sensitive>
-    <height>90</height>
-    <border_width>0</border_width>
-    <scale_options>
-      <width_scalable>true</width_scalable>
-      <height_scalable>true</height_scalable>
-      <keep_wh_ratio>false</keep_wh_ratio>
-    </scale_options>
-    <image></image>
-    <visible>true</visible>
-    <pv_name></pv_name>
-    <border_color>
-      <color name="Primary Blue" red="0" green="148" blue="202" />
-    </border_color>
-    <widget_type>Action Button</widget_type>
-    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-    <background_color>
-      <color red="211" green="215" blue="207" />
-    </background_color>
-    <width>402</width>
-    <x>1323</x>
-    <name>Action Button_1</name>
-    <y>1099</y>
-    <style>0</style>
-    <foreground_color>
-      <color name="Black" red="0" green="0" blue="0" />
-    </foreground_color>
-    <actions hook="false" hook_all="false">
-      <action type="WRITE_PV">
-        <pv_name>INFN-SRC:INTK-HMI:VH_SELECT</pv_name>
-        <value>0</value>
-        <timeout>10</timeout>
-        <confirm_message></confirm_message>
-        <description></description>
-      </action>
-    </actions>
-    <font>
-      <fontdata fontName="Monospace" height="21" style="1" />
-    </font>
-  </widget>
+<display typeId="org.csstudio.opibuilder.Display" version="1.0.0">
+  <show_close_button>false</show_close_button>
+  <rules />
+  <wuid>-14a921ec:134b2495e46:-7f53</wuid>
+  <show_grid>false</show_grid>
+  <auto_zoom_to_fit_all>false</auto_zoom_to_fit_all>
+  <scripts />
+  <height>1280</height>
+  <macros>
+    <include_parent_macros>true</include_parent_macros>
+  </macros>
+  <boy_version>4.0.103.201506251634</boy_version>
+  <show_edit_range>true</show_edit_range>
+  <widget_type>Display</widget_type>
+  <auto_scale_widgets>
+    <auto_scale_widgets>false</auto_scale_widgets>
+    <min_width>-1</min_width>
+    <min_height>-1</min_height>
+  </auto_scale_widgets>
+  <background_color>
+    <color name="GUI Background Grey" red="220" green="220" blue="220" />
+  </background_color>
+  <width>1920</width>
+  <x>0</x>
+  <name></name>
+  <grid_space>10</grid_space>
+  <show_ruler>true</show_ruler>
+  <y>0</y>
+  <snap_to_geometry>true</snap_to_geometry>
+  <foreground_color>
+    <color name="Field Background Grey" red="240" green="240" blue="240" />
+  </foreground_color>
+  <actions hook="false" hook_all="false" />
+  <widget typeId="org.csstudio.opibuilder.widgets.Rectangle" version="1.0.0">
+    <border_style>0</border_style>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <line_width>0</line_width>
+    <horizontal_fill>true</horizontal_fill>
+    <alarm_pulsing>false</alarm_pulsing>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <rules />
+    <enabled>true</enabled>
+    <wuid>75ed6521:158d9b9c63a:-6240</wuid>
+    <transparent>false</transparent>
+    <pv_value />
+    <alpha>255</alpha>
+    <bg_gradient_color>
+      <color red="255" green="255" blue="255" />
+    </bg_gradient_color>
+    <scripts />
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <height>1280</height>
+    <border_width>1</border_width>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <visible>true</visible>
+    <pv_name></pv_name>
+    <gradient>false</gradient>
+    <border_color>
+      <color red="0" green="128" blue="255" />
+    </border_color>
+    <anti_alias>true</anti_alias>
+    <line_style>0</line_style>
+    <widget_type>Rectangle</widget_type>
+    <fg_gradient_color>
+      <color red="255" green="255" blue="255" />
+    </fg_gradient_color>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color name="Container Grey" red="200" green="200" blue="200" />
+    </background_color>
+    <width>2193</width>
+    <x>-75</x>
+    <name>Rectangle</name>
+    <y>-8</y>
+    <fill_level>0.0</fill_level>
+    <foreground_color>
+      <color red="255" green="0" blue="0" />
+    </foreground_color>
+    <actions hook="false" hook_all="false" />
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+    </font>
+    <line_color>
+      <color red="128" green="0" blue="255" />
+    </line_color>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.RoundedRectangle" version="1.0.0">
+    <border_style>0</border_style>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <line_width>0</line_width>
+    <horizontal_fill>true</horizontal_fill>
+    <alarm_pulsing>false</alarm_pulsing>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <rules />
+    <enabled>true</enabled>
+    <wuid>-2b379613:154ebe48039:-709a</wuid>
+    <transparent>false</transparent>
+    <pv_value />
+    <alpha>255</alpha>
+    <corner_height>16</corner_height>
+    <bg_gradient_color>
+      <color red="255" green="255" blue="255" />
+    </bg_gradient_color>
+    <scripts />
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <height>940</height>
+    <border_width>1</border_width>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <visible>true</visible>
+    <pv_name></pv_name>
+    <gradient>false</gradient>
+    <border_color>
+      <color red="0" green="128" blue="255" />
+    </border_color>
+    <anti_alias>true</anti_alias>
+    <corner_width>16</corner_width>
+    <line_style>0</line_style>
+    <widget_type>Rounded Rectangle</widget_type>
+    <fg_gradient_color>
+      <color red="255" green="255" blue="255" />
+    </fg_gradient_color>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color name="Field Background Grey" red="240" green="240" blue="240" />
+    </background_color>
+    <width>646</width>
+    <x>156</x>
+    <name>Rounded Rectangle</name>
+    <y>52</y>
+    <fill_level>0.0</fill_level>
+    <foreground_color>
+      <color red="255" green="0" blue="0" />
+    </foreground_color>
+    <actions hook="false" hook_all="false" />
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+    </font>
+    <line_color>
+      <color red="128" green="0" blue="255" />
+    </line_color>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.RoundedRectangle" version="1.0.0">
+    <border_style>0</border_style>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <line_width>0</line_width>
+    <horizontal_fill>true</horizontal_fill>
+    <alarm_pulsing>false</alarm_pulsing>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <rules />
+    <enabled>true</enabled>
+    <wuid>-2b379613:154ebe48039:-7099</wuid>
+    <transparent>false</transparent>
+    <pv_value />
+    <alpha>255</alpha>
+    <corner_height>16</corner_height>
+    <bg_gradient_color>
+      <color red="255" green="255" blue="255" />
+    </bg_gradient_color>
+    <scripts />
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <height>282</height>
+    <border_width>1</border_width>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <visible>true</visible>
+    <pv_name></pv_name>
+    <gradient>false</gradient>
+    <border_color>
+      <color name="Invalid" red="255" green="0" blue="255" />
+    </border_color>
+    <anti_alias>true</anti_alias>
+    <corner_width>16</corner_width>
+    <line_style>0</line_style>
+    <widget_type>Rounded Rectangle</widget_type>
+    <fg_gradient_color>
+      <color red="255" green="255" blue="255" />
+    </fg_gradient_color>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color name="Primary Blue" red="0" green="148" blue="202" />
+    </background_color>
+    <width>646</width>
+    <x>156</x>
+    <name>Rounded Rectangle_1</name>
+    <y>15</y>
+    <fill_level>0.0</fill_level>
+    <foreground_color>
+      <color red="255" green="0" blue="0" />
+    </foreground_color>
+    <actions hook="false" hook_all="false" />
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+    </font>
+    <line_color>
+      <color red="128" green="0" blue="255" />
+    </line_color>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Rectangle" version="1.0.0">
+    <border_style>0</border_style>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <line_width>0</line_width>
+    <horizontal_fill>true</horizontal_fill>
+    <alarm_pulsing>false</alarm_pulsing>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <rules />
+    <enabled>true</enabled>
+    <wuid>-2b379613:154ebe48039:-7098</wuid>
+    <transparent>false</transparent>
+    <pv_value />
+    <alpha>255</alpha>
+    <bg_gradient_color>
+      <color red="255" green="255" blue="255" />
+    </bg_gradient_color>
+    <scripts />
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <height>315</height>
+    <border_width>1</border_width>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <visible>true</visible>
+    <pv_name></pv_name>
+    <gradient>false</gradient>
+    <border_color>
+      <color red="0" green="128" blue="255" />
+    </border_color>
+    <anti_alias>true</anti_alias>
+    <line_style>0</line_style>
+    <widget_type>Rectangle</widget_type>
+    <fg_gradient_color>
+      <color red="255" green="255" blue="255" />
+    </fg_gradient_color>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color name="Field Background Grey" red="240" green="240" blue="240" />
+    </background_color>
+    <width>646</width>
+    <x>156</x>
+    <name>Rectangle_1</name>
+    <y>175</y>
+    <fill_level>0.0</fill_level>
+    <foreground_color>
+      <color red="255" green="0" blue="0" />
+    </foreground_color>
+    <actions hook="false" hook_all="false" />
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+    </font>
+    <line_color>
+      <color red="128" green="0" blue="255" />
+    </line_color>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <border_style>0</border_style>
+    <tooltip></tooltip>
+    <horizontal_alignment>1</horizontal_alignment>
+    <rules />
+    <enabled>true</enabled>
+    <wuid>4fafa7a2:154a9a78713:-7df3</wuid>
+    <transparent>true</transparent>
+    <auto_size>true</auto_size>
+    <text></text>
+    <scripts />
+    <height>22</height>
+    <border_width>2</border_width>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <visible>true</visible>
+    <vertical_alignment>1</vertical_alignment>
+    <border_color>
+      <color name="Blue" red="0" green="128" blue="255" />
+    </border_color>
+    <widget_type>Label</widget_type>
+    <wrap_words>true</wrap_words>
+    <background_color>
+      <color name="White" red="255" green="255" blue="255" />
+    </background_color>
+    <width>1</width>
+    <x>1350</x>
+    <name>Label Template_11</name>
+    <y>900</y>
+    <foreground_color>
+      <color name="Black" red="0" green="0" blue="0" />
+    </foreground_color>
+    <actions hook="false" hook_all="false" />
+    <show_scrollbar>false</show_scrollbar>
+    <font>
+      <opifont.name fontName="OpenSans" height="12" style="0">Normal</opifont.name>
+    </font>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Image" version="1.0.0">
+    <border_style>0</border_style>
+    <tooltip></tooltip>
+    <rules />
+    <crop_left>0</crop_left>
+    <enabled>true</enabled>
+    <wuid>214238a8:154e73879fa:-7f54</wuid>
+    <auto_size>true</auto_size>
+    <image_file>/CSS/emu-plc-test/images/r.png</image_file>
+    <scripts />
+    <height>689</height>
+    <border_width>1</border_width>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <align_to_nearest_second>false</align_to_nearest_second>
+    <visible>true</visible>
+    <crop_bottom>0</crop_bottom>
+    <degree>0</degree>
+    <border_color>
+      <color red="0" green="128" blue="255" />
+    </border_color>
+    <no_animation>false</no_animation>
+    <widget_type>Image</widget_type>
+    <flip_horizontal>false</flip_horizontal>
+    <background_color>
+      <color red="240" green="240" blue="240" />
+    </background_color>
+    <permutation_matrix>
+      <row>
+        <col>1.0</col>
+        <col>0.0</col>
+      </row>
+      <row>
+        <col>0.0</col>
+        <col>1.0</col>
+      </row>
+    </permutation_matrix>
+    <width>776</width>
+    <x>1133</x>
+    <name>Image</name>
+    <y>13</y>
+    <foreground_color>
+      <color red="192" green="192" blue="192" />
+    </foreground_color>
+    <actions hook="false" hook_all="false" />
+    <crop_top>0</crop_top>
+    <crop_right>0</crop_right>
+    <stretch_to_fit>false</stretch_to_fit>
+    <flip_vertical>false</flip_vertical>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+    </font>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Image" version="1.0.0">
+    <border_style>0</border_style>
+    <tooltip></tooltip>
+    <rules>
+      <rule name="Rule_piston_horizontal" prop_id="visible" out_exp="false">
+        <exp bool_exp="pv0==0">
+          <value>true</value>
+        </exp>
+        <pv trig="true">INFN-SRC:INTK-HEm3:EOR</pv>
+      </rule>
+    </rules>
+    <crop_left>0</crop_left>
+    <enabled>true</enabled>
+    <wuid>214238a8:154e73879fa:-7ee8</wuid>
+    <auto_size>true</auto_size>
+    <image_file>images/h.png</image_file>
+    <scripts />
+    <height>685</height>
+    <border_width>1</border_width>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <align_to_nearest_second>false</align_to_nearest_second>
+    <visible>false</visible>
+    <crop_bottom>0</crop_bottom>
+    <degree>0</degree>
+    <border_color>
+      <color red="0" green="128" blue="255" />
+    </border_color>
+    <no_animation>false</no_animation>
+    <widget_type>Image</widget_type>
+    <flip_horizontal>false</flip_horizontal>
+    <background_color>
+      <color red="240" green="240" blue="240" />
+    </background_color>
+    <permutation_matrix>
+      <row>
+        <col>1.0</col>
+        <col>0.0</col>
+      </row>
+      <row>
+        <col>0.0</col>
+        <col>1.0</col>
+      </row>
+    </permutation_matrix>
+    <width>774</width>
+    <x>1147</x>
+    <name>Image_1</name>
+    <y>2</y>
+    <foreground_color>
+      <color red="192" green="192" blue="192" />
+    </foreground_color>
+    <actions hook="false" hook_all="false" />
+    <crop_top>0</crop_top>
+    <crop_right>0</crop_right>
+    <stretch_to_fit>false</stretch_to_fit>
+    <flip_vertical>false</flip_vertical>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+    </font>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
+    <border_style>0</border_style>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <alarm_pulsing>false</alarm_pulsing>
+    <precision>0</precision>
+    <tooltip>$(pv_name)</tooltip>
+    <horizontal_alignment>1</horizontal_alignment>
+    <rules />
+    <enabled>true</enabled>
+    <wuid>-2b379613:154ebe48039:-72bf</wuid>
+    <transparent>false</transparent>
+    <pv_value />
+    <auto_size>false</auto_size>
+    <text>23248.5 um</text>
+    <rotation_angle>0.0</rotation_angle>
+    <scripts />
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <show_units>true</show_units>
+    <height>150</height>
+    <border_width>1</border_width>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <visible>true</visible>
+    <pv_name>INFN-SRC:INTK-HBS:TEMP</pv_name>
+    <vertical_alignment>1</vertical_alignment>
+    <border_color>
+      <color name="Blue" red="0" green="128" blue="255" />
+    </border_color>
+    <precision_from_pv>true</precision_from_pv>
+    <widget_type>Text Update</widget_type>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <wrap_words>false</wrap_words>
+    <format_type>0</format_type>
+    <background_color>
+      <color name="Field Background Grey" red="240" green="240" blue="240" />
+    </background_color>
+    <width>425</width>
+    <x>256</x>
+    <name>Text Update</name>
+    <y>224</y>
+    <foreground_color>
+      <color name="Black" red="0" green="0" blue="0" />
+    </foreground_color>
+    <actions hook="false" hook_all="false" />
+    <font>
+      <fontdata fontName="Monospace" height="22" style="1" />
+    </font>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <border_style>0</border_style>
+    <tooltip></tooltip>
+    <horizontal_alignment>0</horizontal_alignment>
+    <rules />
+    <enabled>true</enabled>
+    <wuid>-2b379613:154ebe48039:-7273</wuid>
+    <transparent>true</transparent>
+    <auto_size>true</auto_size>
+    <text>Horizontal beam stop temperature 
+interlock : </text>
+    <scripts />
+    <height>68</height>
+    <border_width>2</border_width>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <visible>true</visible>
+    <vertical_alignment>1</vertical_alignment>
+    <border_color>
+      <color name="Blue" red="0" green="128" blue="255" />
+    </border_color>
+    <widget_type>Label</widget_type>
+    <wrap_words>true</wrap_words>
+    <background_color>
+      <color name="White" red="255" green="255" blue="255" />
+    </background_color>
+    <width>561</width>
+    <x>178</x>
+    <name>Label Template_2</name>
+    <y>200</y>
+    <foreground_color>
+      <color name="Black" red="0" green="0" blue="0" />
+    </foreground_color>
+    <actions hook="false" hook_all="false" />
+    <show_scrollbar>false</show_scrollbar>
+    <font>
+      <fontdata fontName="Monospace" height="22" style="1" />
+    </font>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
+    <border_style>0</border_style>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <alarm_pulsing>false</alarm_pulsing>
+    <precision>0</precision>
+    <tooltip>$(pv_name)</tooltip>
+    <horizontal_alignment>1</horizontal_alignment>
+    <rules />
+    <enabled>true</enabled>
+    <wuid>-2b379613:154ebe48039:-7268</wuid>
+    <transparent>false</transparent>
+    <pv_value />
+    <auto_size>false</auto_size>
+    <text>23248.5 um</text>
+    <rotation_angle>0.0</rotation_angle>
+    <scripts />
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <show_units>true</show_units>
+    <height>150</height>
+    <border_width>1</border_width>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <visible>true</visible>
+    <pv_name>INFN-SRC:INTK-HS:TEMP</pv_name>
+    <vertical_alignment>1</vertical_alignment>
+    <border_color>
+      <color name="Blue" red="0" green="128" blue="255" />
+    </border_color>
+    <precision_from_pv>true</precision_from_pv>
+    <widget_type>Text Update</widget_type>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <wrap_words>false</wrap_words>
+    <format_type>0</format_type>
+    <background_color>
+      <color name="Field Background Grey" red="240" green="240" blue="240" />
+    </background_color>
+    <width>425</width>
+    <x>269</x>
+    <name>Text Update_1</name>
+    <y>440</y>
+    <foreground_color>
+      <color name="Black" red="0" green="0" blue="0" />
+    </foreground_color>
+    <actions hook="false" hook_all="false" />
+    <font>
+      <fontdata fontName="Monospace" height="22" style="1" />
+    </font>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <border_style>0</border_style>
+    <tooltip></tooltip>
+    <horizontal_alignment>0</horizontal_alignment>
+    <rules />
+    <enabled>true</enabled>
+    <wuid>-2b379613:154ebe48039:-7267</wuid>
+    <transparent>true</transparent>
+    <auto_size>true</auto_size>
+    <text>Horizontal slit temperature 
+interlock : </text>
+    <scripts />
+    <height>68</height>
+    <border_width>2</border_width>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <visible>true</visible>
+    <vertical_alignment>1</vertical_alignment>
+    <border_color>
+      <color name="Blue" red="0" green="128" blue="255" />
+    </border_color>
+    <widget_type>Label</widget_type>
+    <wrap_words>true</wrap_words>
+    <background_color>
+      <color name="White" red="255" green="255" blue="255" />
+    </background_color>
+    <width>476</width>
+    <x>181</x>
+    <name>Label Template_3</name>
+    <y>385</y>
+    <foreground_color>
+      <color name="Black" red="0" green="0" blue="0" />
+    </foreground_color>
+    <actions hook="false" hook_all="false" />
+    <show_scrollbar>false</show_scrollbar>
+    <font>
+      <fontdata fontName="Monospace" height="22" style="1" />
+    </font>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
+    <border_style>0</border_style>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <alarm_pulsing>false</alarm_pulsing>
+    <precision>0</precision>
+    <tooltip>$(pv_name)</tooltip>
+    <horizontal_alignment>1</horizontal_alignment>
+    <rules />
+    <enabled>true</enabled>
+    <wuid>-2b379613:154ebe48039:-725a</wuid>
+    <transparent>false</transparent>
+    <pv_value />
+    <auto_size>false</auto_size>
+    <text>23248.5 um</text>
+    <rotation_angle>0.0</rotation_angle>
+    <scripts />
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <show_units>true</show_units>
+    <height>150</height>
+    <border_width>1</border_width>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <visible>true</visible>
+    <pv_name>INFN-SRC:INTK-VBS:TEMP</pv_name>
+    <vertical_alignment>1</vertical_alignment>
+    <border_color>
+      <color name="Blue" red="0" green="128" blue="255" />
+    </border_color>
+    <precision_from_pv>true</precision_from_pv>
+    <widget_type>Text Update</widget_type>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <wrap_words>false</wrap_words>
+    <format_type>0</format_type>
+    <background_color>
+      <color name="Field Background Grey" red="240" green="240" blue="240" />
+    </background_color>
+    <width>425</width>
+    <x>269</x>
+    <name>Text Update_2</name>
+    <y>660</y>
+    <foreground_color>
+      <color name="Black" red="0" green="0" blue="0" />
+    </foreground_color>
+    <actions hook="false" hook_all="false" />
+    <font>
+      <fontdata fontName="Monospace" height="22" style="1" />
+    </font>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <border_style>0</border_style>
+    <tooltip></tooltip>
+    <horizontal_alignment>0</horizontal_alignment>
+    <rules />
+    <enabled>true</enabled>
+    <wuid>-2b379613:154ebe48039:-7259</wuid>
+    <transparent>true</transparent>
+    <auto_size>true</auto_size>
+    <text>Vertical beam stop temperature 
+interlock : </text>
+    <scripts />
+    <height>68</height>
+    <border_width>2</border_width>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <visible>true</visible>
+    <vertical_alignment>1</vertical_alignment>
+    <border_color>
+      <color name="Blue" red="0" green="128" blue="255" />
+    </border_color>
+    <widget_type>Label</widget_type>
+    <wrap_words>true</wrap_words>
+    <background_color>
+      <color name="White" red="255" green="255" blue="255" />
+    </background_color>
+    <width>527</width>
+    <x>192</x>
+    <name>Label Template_4</name>
+    <y>610</y>
+    <foreground_color>
+      <color name="Black" red="0" green="0" blue="0" />
+    </foreground_color>
+    <actions hook="false" hook_all="false" />
+    <show_scrollbar>false</show_scrollbar>
+    <font>
+      <fontdata fontName="Monospace" height="22" style="1" />
+    </font>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
+    <border_style>0</border_style>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <alarm_pulsing>false</alarm_pulsing>
+    <precision>0</precision>
+    <tooltip>$(pv_name)</tooltip>
+    <horizontal_alignment>1</horizontal_alignment>
+    <rules />
+    <enabled>true</enabled>
+    <wuid>-2b379613:154ebe48039:-721f</wuid>
+    <transparent>false</transparent>
+    <pv_value />
+    <auto_size>false</auto_size>
+    <text>23248.5 um</text>
+    <rotation_angle>0.0</rotation_angle>
+    <scripts />
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <show_units>true</show_units>
+    <height>92</height>
+    <border_width>1</border_width>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <visible>true</visible>
+    <pv_name>INFN-SRC:INTK-VS:TEMP</pv_name>
+    <vertical_alignment>1</vertical_alignment>
+    <border_color>
+      <color name="Blue" red="0" green="128" blue="255" />
+    </border_color>
+    <precision_from_pv>true</precision_from_pv>
+    <widget_type>Text Update</widget_type>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <wrap_words>false</wrap_words>
+    <format_type>0</format_type>
+    <background_color>
+      <color name="Field Background Grey" red="240" green="240" blue="240" />
+    </background_color>
+    <width>425</width>
+    <x>269</x>
+    <name>Text Update_3</name>
+    <y>890</y>
+    <foreground_color>
+      <color name="Black" red="0" green="0" blue="0" />
+    </foreground_color>
+    <actions hook="false" hook_all="false" />
+    <font>
+      <fontdata fontName="Monospace" height="22" style="1" />
+    </font>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <border_style>0</border_style>
+    <tooltip></tooltip>
+    <horizontal_alignment>0</horizontal_alignment>
+    <rules />
+    <enabled>true</enabled>
+    <wuid>-2b379613:154ebe48039:-721e</wuid>
+    <transparent>true</transparent>
+    <auto_size>true</auto_size>
+    <text>Vertical slit temperature 
+interlock : </text>
+    <scripts />
+    <height>68</height>
+    <border_width>2</border_width>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <visible>true</visible>
+    <vertical_alignment>1</vertical_alignment>
+    <border_color>
+      <color name="Blue" red="0" green="128" blue="255" />
+    </border_color>
+    <widget_type>Label</widget_type>
+    <wrap_words>true</wrap_words>
+    <background_color>
+      <color name="White" red="255" green="255" blue="255" />
+    </background_color>
+    <width>442</width>
+    <x>216</x>
+    <name>Label Template_5</name>
+    <y>835</y>
+    <foreground_color>
+      <color name="Black" red="0" green="0" blue="0" />
+    </foreground_color>
+    <actions hook="false" hook_all="false" />
+    <show_scrollbar>false</show_scrollbar>
+    <font>
+      <fontdata fontName="Monospace" height="22" style="1" />
+    </font>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <border_style>0</border_style>
+    <tooltip></tooltip>
+    <horizontal_alignment>1</horizontal_alignment>
+    <rules />
+    <enabled>true</enabled>
+    <wuid>-2b379613:154ebe48039:-7055</wuid>
+    <transparent>true</transparent>
+    <auto_size>true</auto_size>
+    <text>Temperatures value</text>
+    <scripts />
+    <height>43</height>
+    <border_width>2</border_width>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <visible>true</visible>
+    <vertical_alignment>1</vertical_alignment>
+    <border_color>
+      <color name="Blue" red="0" green="128" blue="255" />
+    </border_color>
+    <widget_type>Label</widget_type>
+    <wrap_words>true</wrap_words>
+    <background_color>
+      <color name="White" red="255" green="255" blue="255" />
+    </background_color>
+    <width>396</width>
+    <x>280</x>
+    <name>Label Template_6</name>
+    <y>65</y>
+    <foreground_color>
+      <color name="Black" red="0" green="0" blue="0" />
+    </foreground_color>
+    <actions hook="false" hook_all="false" />
+    <show_scrollbar>false</show_scrollbar>
+    <font>
+      <fontdata fontName="Monospace" height="28" style="1" />
+    </font>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Image" version="1.0.0">
+    <border_style>0</border_style>
+    <tooltip></tooltip>
+    <rules>
+      <rule name="Rule_piston_vertical" prop_id="visible" out_exp="false">
+        <exp bool_exp="pv0==0">
+          <value>true</value>
+        </exp>
+        <pv trig="true">INFN-SRC:INTK-VEm3:EOR</pv>
+      </rule>
+    </rules>
+    <crop_left>0</crop_left>
+    <enabled>true</enabled>
+    <wuid>-dd5fa47:155006ebb4f:-7eb8</wuid>
+    <auto_size>true</auto_size>
+    <image_file>images/v.png</image_file>
+    <scripts />
+    <height>680</height>
+    <border_width>1</border_width>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <align_to_nearest_second>false</align_to_nearest_second>
+    <visible>false</visible>
+    <crop_bottom>0</crop_bottom>
+    <degree>0</degree>
+    <border_color>
+      <color red="0" green="128" blue="255" />
+    </border_color>
+    <no_animation>false</no_animation>
+    <widget_type>Image</widget_type>
+    <flip_horizontal>false</flip_horizontal>
+    <background_color>
+      <color red="240" green="240" blue="240" />
+    </background_color>
+    <permutation_matrix>
+      <row>
+        <col>1.0</col>
+        <col>0.0</col>
+      </row>
+      <row>
+        <col>0.0</col>
+        <col>1.0</col>
+      </row>
+    </permutation_matrix>
+    <width>775</width>
+    <x>1146</x>
+    <name>Image_3</name>
+    <y>5</y>
+    <foreground_color>
+      <color red="192" green="192" blue="192" />
+    </foreground_color>
+    <actions hook="false" hook_all="false" />
+    <crop_top>0</crop_top>
+    <crop_right>0</crop_right>
+    <stretch_to_fit>false</stretch_to_fit>
+    <flip_vertical>false</flip_vertical>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+    </font>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.RoundedRectangle" version="1.0.0">
+    <border_style>0</border_style>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <line_width>0</line_width>
+    <horizontal_fill>true</horizontal_fill>
+    <alarm_pulsing>false</alarm_pulsing>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <rules />
+    <enabled>true</enabled>
+    <wuid>-dd5fa47:155006ebb4f:-7d36</wuid>
+    <transparent>false</transparent>
+    <pv_value />
+    <alpha>255</alpha>
+    <corner_height>16</corner_height>
+    <bg_gradient_color>
+      <color red="255" green="255" blue="255" />
+    </bg_gradient_color>
+    <scripts />
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <height>467</height>
+    <border_width>1</border_width>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <visible>true</visible>
+    <pv_name></pv_name>
+    <gradient>false</gradient>
+    <border_color>
+      <color red="0" green="128" blue="255" />
+    </border_color>
+    <anti_alias>true</anti_alias>
+    <corner_width>16</corner_width>
+    <line_style>0</line_style>
+    <widget_type>Rounded Rectangle</widget_type>
+    <fg_gradient_color>
+      <color red="255" green="255" blue="255" />
+    </fg_gradient_color>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color name="Field Background Grey" red="240" green="240" blue="240" />
+    </background_color>
+    <width>781</width>
+    <x>1133</x>
+    <name>Rounded Rectangle_2</name>
+    <y>760</y>
+    <fill_level>0.0</fill_level>
+    <foreground_color>
+      <color red="255" green="0" blue="0" />
+    </foreground_color>
+    <actions hook="false" hook_all="false" />
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+    </font>
+    <line_color>
+      <color red="128" green="0" blue="255" />
+    </line_color>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.RoundedRectangle" version="1.0.0">
+    <border_style>0</border_style>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <line_width>0</line_width>
+    <horizontal_fill>true</horizontal_fill>
+    <alarm_pulsing>false</alarm_pulsing>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <rules />
+    <enabled>true</enabled>
+    <wuid>-dd5fa47:155006ebb4f:-7d35</wuid>
+    <transparent>false</transparent>
+    <pv_value />
+    <alpha>255</alpha>
+    <corner_height>16</corner_height>
+    <bg_gradient_color>
+      <color red="255" green="255" blue="255" />
+    </bg_gradient_color>
+    <scripts />
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <height>282</height>
+    <border_width>1</border_width>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <visible>true</visible>
+    <pv_name></pv_name>
+    <gradient>false</gradient>
+    <border_color>
+      <color name="Invalid" red="255" green="0" blue="255" />
+    </border_color>
+    <anti_alias>true</anti_alias>
+    <corner_width>16</corner_width>
+    <line_style>0</line_style>
+    <widget_type>Rounded Rectangle</widget_type>
+    <fg_gradient_color>
+      <color red="255" green="255" blue="255" />
+    </fg_gradient_color>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color name="Primary Blue" red="0" green="148" blue="202" />
+    </background_color>
+    <width>781</width>
+    <x>1133</x>
+    <name>Rounded Rectangle_3</name>
+    <y>723</y>
+    <fill_level>0.0</fill_level>
+    <foreground_color>
+      <color red="255" green="0" blue="0" />
+    </foreground_color>
+    <actions hook="false" hook_all="false" />
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+    </font>
+    <line_color>
+      <color red="128" green="0" blue="255" />
+    </line_color>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Rectangle" version="1.0.0">
+    <border_style>0</border_style>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <line_width>0</line_width>
+    <horizontal_fill>true</horizontal_fill>
+    <alarm_pulsing>false</alarm_pulsing>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <rules />
+    <enabled>true</enabled>
+    <wuid>-dd5fa47:155006ebb4f:-7d34</wuid>
+    <transparent>false</transparent>
+    <pv_value />
+    <alpha>255</alpha>
+    <bg_gradient_color>
+      <color red="255" green="255" blue="255" />
+    </bg_gradient_color>
+    <scripts />
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <height>315</height>
+    <border_width>1</border_width>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <visible>true</visible>
+    <pv_name></pv_name>
+    <gradient>false</gradient>
+    <border_color>
+      <color red="0" green="128" blue="255" />
+    </border_color>
+    <anti_alias>true</anti_alias>
+    <line_style>0</line_style>
+    <widget_type>Rectangle</widget_type>
+    <fg_gradient_color>
+      <color red="255" green="255" blue="255" />
+    </fg_gradient_color>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color name="Field Background Grey" red="240" green="240" blue="240" />
+    </background_color>
+    <width>781</width>
+    <x>1133</x>
+    <name>Rectangle_2</name>
+    <y>883</y>
+    <fill_level>0.0</fill_level>
+    <foreground_color>
+      <color red="255" green="0" blue="0" />
+    </foreground_color>
+    <actions hook="false" hook_all="false" />
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+    </font>
+    <line_color>
+      <color red="128" green="0" blue="255" />
+    </line_color>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <border_style>0</border_style>
+    <tooltip></tooltip>
+    <horizontal_alignment>1</horizontal_alignment>
+    <rules />
+    <enabled>true</enabled>
+    <wuid>-dd5fa47:155006ebb4f:-7d33</wuid>
+    <transparent>true</transparent>
+    <auto_size>true</auto_size>
+    <text>Position selection</text>
+    <scripts />
+    <height>43</height>
+    <border_width>2</border_width>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <visible>true</visible>
+    <vertical_alignment>1</vertical_alignment>
+    <border_color>
+      <color name="Blue" red="0" green="128" blue="255" />
+    </border_color>
+    <widget_type>Label</widget_type>
+    <wrap_words>true</wrap_words>
+    <background_color>
+      <color name="White" red="255" green="255" blue="255" />
+    </background_color>
+    <width>396</width>
+    <x>1350</x>
+    <name>Label Template_7</name>
+    <y>770</y>
+    <foreground_color>
+      <color name="Black" red="0" green="0" blue="0" />
+    </foreground_color>
+    <actions hook="false" hook_all="false" />
+    <show_scrollbar>false</show_scrollbar>
+    <font>
+      <fontdata fontName="Monospace" height="28" style="1" />
+    </font>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <border_style>0</border_style>
+    <tooltip></tooltip>
+    <horizontal_alignment>0</horizontal_alignment>
+    <rules />
+    <enabled>true</enabled>
+    <wuid>-25ab7263:1550142aa54:-77da</wuid>
+    <transparent>true</transparent>
+    <auto_size>true</auto_size>
+    <text>°C</text>
+    <scripts />
+    <height>34</height>
+    <border_width>2</border_width>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <visible>true</visible>
+    <vertical_alignment>1</vertical_alignment>
+    <border_color>
+      <color name="Blue" red="0" green="128" blue="255" />
+    </border_color>
+    <widget_type>Label</widget_type>
+    <wrap_words>true</wrap_words>
+    <background_color>
+      <color name="White" red="255" green="255" blue="255" />
+    </background_color>
+    <width>34</width>
+    <x>579</x>
+    <name>Label Template_9</name>
+    <y>282</y>
+    <foreground_color>
+      <color name="Black" red="0" green="0" blue="0" />
+    </foreground_color>
+    <actions hook="false" hook_all="false" />
+    <show_scrollbar>false</show_scrollbar>
+    <font>
+      <fontdata fontName="Monospace" height="22" style="1" />
+    </font>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <border_style>0</border_style>
+    <tooltip></tooltip>
+    <horizontal_alignment>0</horizontal_alignment>
+    <rules />
+    <enabled>true</enabled>
+    <wuid>-25ab7263:1550142aa54:-77c4</wuid>
+    <transparent>true</transparent>
+    <auto_size>true</auto_size>
+    <text>°C</text>
+    <scripts />
+    <height>34</height>
+    <border_width>2</border_width>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <visible>true</visible>
+    <vertical_alignment>1</vertical_alignment>
+    <border_color>
+      <color name="Blue" red="0" green="128" blue="255" />
+    </border_color>
+    <widget_type>Label</widget_type>
+    <wrap_words>true</wrap_words>
+    <background_color>
+      <color name="White" red="255" green="255" blue="255" />
+    </background_color>
+    <width>34</width>
+    <x>579</x>
+    <name>Label Template_10</name>
+    <y>498</y>
+    <foreground_color>
+      <color name="Black" red="0" green="0" blue="0" />
+    </foreground_color>
+    <actions hook="false" hook_all="false" />
+    <show_scrollbar>false</show_scrollbar>
+    <font>
+      <fontdata fontName="Monospace" height="22" style="1" />
+    </font>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <border_style>0</border_style>
+    <tooltip></tooltip>
+    <horizontal_alignment>0</horizontal_alignment>
+    <rules />
+    <enabled>true</enabled>
+    <wuid>-25ab7263:1550142aa54:-77bf</wuid>
+    <transparent>true</transparent>
+    <auto_size>true</auto_size>
+    <text>°C</text>
+    <scripts />
+    <height>34</height>
+    <border_width>2</border_width>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <visible>true</visible>
+    <vertical_alignment>1</vertical_alignment>
+    <border_color>
+      <color name="Blue" red="0" green="128" blue="255" />
+    </border_color>
+    <widget_type>Label</widget_type>
+    <wrap_words>true</wrap_words>
+    <background_color>
+      <color name="White" red="255" green="255" blue="255" />
+    </background_color>
+    <width>34</width>
+    <x>579</x>
+    <name>Label Template_11</name>
+    <y>718</y>
+    <foreground_color>
+      <color name="Black" red="0" green="0" blue="0" />
+    </foreground_color>
+    <actions hook="false" hook_all="false" />
+    <show_scrollbar>false</show_scrollbar>
+    <font>
+      <fontdata fontName="Monospace" height="22" style="1" />
+    </font>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <border_style>0</border_style>
+    <tooltip></tooltip>
+    <horizontal_alignment>0</horizontal_alignment>
+    <rules />
+    <enabled>true</enabled>
+    <wuid>-25ab7263:1550142aa54:-77ba</wuid>
+    <transparent>true</transparent>
+    <auto_size>true</auto_size>
+    <text>°C</text>
+    <scripts />
+    <height>34</height>
+    <border_width>2</border_width>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <visible>true</visible>
+    <vertical_alignment>1</vertical_alignment>
+    <border_color>
+      <color name="Blue" red="0" green="128" blue="255" />
+    </border_color>
+    <widget_type>Label</widget_type>
+    <wrap_words>true</wrap_words>
+    <background_color>
+      <color name="White" red="255" green="255" blue="255" />
+    </background_color>
+    <width>34</width>
+    <x>579</x>
+    <name>Label Template_12</name>
+    <y>919</y>
+    <foreground_color>
+      <color name="Black" red="0" green="0" blue="0" />
+    </foreground_color>
+    <actions hook="false" hook_all="false" />
+    <show_scrollbar>false</show_scrollbar>
+    <font>
+      <fontdata fontName="Monospace" height="22" style="1" />
+    </font>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
+    <alarm_pulsing>false</alarm_pulsing>
+    <tooltip>$(pv_name)</tooltip>
+    <rules />
+    <effect_3d>true</effect_3d>
+    <bit>-1</bit>
+    <pv_value />
+    <height>35</height>
+    <border_width>1</border_width>
+    <visible>true</visible>
+    <pv_name>INFN-SRC:INTK-HMI:VH_SELECT</pv_name>
+    <border_color>
+      <color name="Blue" red="0" green="128" blue="255" />
+    </border_color>
+    <widget_type>LED</widget_type>
+    <name>LED</name>
+    <actions hook="false" hook_all="false" />
+    <show_boolean_label>false</show_boolean_label>
+    <border_style>0</border_style>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <enabled>true</enabled>
+    <wuid>-7daf990a:158773fdff6:-7b0c</wuid>
+    <on_color>
+      <color name="Green On" red="0" green="255" blue="0" />
+    </on_color>
+    <scripts />
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <on_label>ON</on_label>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <off_color>
+      <color name="Field Background Grey" red="240" green="240" blue="240" />
+    </off_color>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color name="Field Background Grey" red="240" green="240" blue="240" />
+    </background_color>
+    <square_led>false</square_led>
+    <width>35</width>
+    <x>1272</x>
+    <data_type>0</data_type>
+    <y>944</y>
+    <foreground_color>
+      <color name="Button Grey" red="180" green="180" blue="180" />
+    </foreground_color>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+    </font>
+    <off_label>OFF</off_label>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
+    <alarm_pulsing>false</alarm_pulsing>
+    <tooltip>$(pv_name)</tooltip>
+    <rules />
+    <effect_3d>true</effect_3d>
+    <bit>-1</bit>
+    <pv_value />
+    <height>35</height>
+    <border_width>1</border_width>
+    <visible>true</visible>
+    <pv_name>INFN-SRC:INTK-HMI:VH_SELECT</pv_name>
+    <border_color>
+      <color name="Blue" red="0" green="128" blue="255" />
+    </border_color>
+    <widget_type>LED</widget_type>
+    <name>LED_1</name>
+    <actions hook="false" hook_all="false" />
+    <show_boolean_label>false</show_boolean_label>
+    <border_style>0</border_style>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <enabled>true</enabled>
+    <wuid>-7daf990a:158773fdff6:-7b04</wuid>
+    <on_color>
+      <color name="Field Background Grey" red="240" green="240" blue="240" />
+    </on_color>
+    <scripts />
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <on_label>ON</on_label>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <off_color>
+      <color name="Green On" red="0" green="255" blue="0" />
+    </off_color>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color name="Field Background Grey" red="240" green="240" blue="240" />
+    </background_color>
+    <square_led>false</square_led>
+    <width>35</width>
+    <x>1272</x>
+    <data_type>0</data_type>
+    <y>1132</y>
+    <foreground_color>
+      <color name="Button Grey" red="180" green="180" blue="180" />
+    </foreground_color>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+    </font>
+    <off_label>OFF</off_label>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.ActionButton" version="2.0.0">
+    <toggle_button>false</toggle_button>
+    <border_style>14</border_style>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <alarm_pulsing>false</alarm_pulsing>
+    <tooltip>$(pv_name)</tooltip>
+    <push_action_index>0</push_action_index>
+    <rules>
+      <rule name="Selection_horizontale" prop_id="enabled" out_exp="false">
+        <exp bool_exp="pv0 == 1">
+          <value>false</value>
+        </exp>
+        <pv trig="true">INFN-SRC:INTK-VEm3:EOR</pv>
+      </rule>
+    </rules>
+    <enabled>true</enabled>
+    <wuid>-28749c3d:15ceebd6adc:-715d</wuid>
+    <pv_value />
+    <text>Horizontal selection</text>
+    <scripts />
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <height>90</height>
+    <border_width>0</border_width>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <image></image>
+    <visible>true</visible>
+    <pv_name></pv_name>
+    <border_color>
+      <color name="Primary Blue" red="0" green="148" blue="202" />
+    </border_color>
+    <widget_type>Action Button</widget_type>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="211" green="215" blue="207" />
+    </background_color>
+    <width>402</width>
+    <x>1320</x>
+    <name>Action Button_17</name>
+    <y>917</y>
+    <style>0</style>
+    <foreground_color>
+      <color name="Black" red="0" green="0" blue="0" />
+    </foreground_color>
+    <actions hook="false" hook_all="false">
+      <action type="WRITE_PV">
+        <pv_name>INFN-SRC:INTK-HMI:VH_SELECT</pv_name>
+        <value>1</value>
+        <timeout>10</timeout>
+        <confirm_message></confirm_message>
+        <description></description>
+      </action>
+    </actions>
+    <font>
+      <fontdata fontName="Monospace" height="21" style="1" />
+    </font>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.ActionButton" version="2.0.0">
+    <toggle_button>false</toggle_button>
+    <border_style>14</border_style>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <alarm_pulsing>false</alarm_pulsing>
+    <tooltip>$(pv_name)</tooltip>
+    <push_action_index>0</push_action_index>
+    <rules>
+      <rule name="Selection_horizontale" prop_id="enabled" out_exp="false">
+        <exp bool_exp="pv0 == 1">
+          <value>false</value>
+        </exp>
+        <pv trig="true">INFN-SRC:INTK-HEm3:EOR</pv>
+      </rule>
+    </rules>
+    <enabled>true</enabled>
+    <wuid>-28749c3d:15ceebd6adc:-7145</wuid>
+    <pv_value />
+    <text>Vertical selection</text>
+    <scripts />
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <height>90</height>
+    <border_width>0</border_width>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <image></image>
+    <visible>true</visible>
+    <pv_name></pv_name>
+    <border_color>
+      <color name="Primary Blue" red="0" green="148" blue="202" />
+    </border_color>
+    <widget_type>Action Button</widget_type>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="211" green="215" blue="207" />
+    </background_color>
+    <width>402</width>
+    <x>1323</x>
+    <name>Action Button_1</name>
+    <y>1099</y>
+    <style>0</style>
+    <foreground_color>
+      <color name="Black" red="0" green="0" blue="0" />
+    </foreground_color>
+    <actions hook="false" hook_all="false">
+      <action type="WRITE_PV">
+        <pv_name>INFN-SRC:INTK-HMI:VH_SELECT</pv_name>
+        <value>0</value>
+        <timeout>10</timeout>
+        <confirm_message></confirm_message>
+        <description></description>
+      </action>
+    </actions>
+    <font>
+      <fontdata fontName="Monospace" height="21" style="1" />
+    </font>
+  </widget>
 </display>
\ No newline at end of file
diff --git a/NON-APPROVED/lebt-010-pbi-emu/2-FM1,2,3.opi b/NON-APPROVED/lebt-pbi/emu/2-FM1,2,3.opi
old mode 100755
new mode 100644
similarity index 97%
rename from NON-APPROVED/lebt-010-pbi-emu/2-FM1,2,3.opi
rename to NON-APPROVED/lebt-pbi/emu/2-FM1,2,3.opi
index c4a2873973d095b318bc4e3c90bfaada13439809..2e505d6489a0d05e519e4e4d1ed4d430cc338444
--- a/NON-APPROVED/lebt-010-pbi-emu/2-FM1,2,3.opi
+++ b/NON-APPROVED/lebt-pbi/emu/2-FM1,2,3.opi
@@ -1,2576 +1,2576 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<display typeId="org.csstudio.opibuilder.Display" version="1.0.0">
-  <show_close_button>true</show_close_button>
-  <rules />
-  <wuid>-14a921ec:134b2495e46:-7f53</wuid>
-  <show_grid>false</show_grid>
-  <auto_zoom_to_fit_all>false</auto_zoom_to_fit_all>
-  <scripts />
-  <height>1280</height>
-  <macros>
-    <include_parent_macros>true</include_parent_macros>
-  </macros>
-  <boy_version>4.0.103.201507131348</boy_version>
-  <show_edit_range>true</show_edit_range>
-  <widget_type>Display</widget_type>
-  <auto_scale_widgets>
-    <auto_scale_widgets>true</auto_scale_widgets>
-    <min_width>-1</min_width>
-    <min_height>-1</min_height>
-  </auto_scale_widgets>
-  <background_color>
-    <color name="GUI Background Grey" red="220" green="220" blue="220" />
-  </background_color>
-  <width>1920</width>
-  <x>0</x>
-  <name></name>
-  <grid_space>10</grid_space>
-  <show_ruler>true</show_ruler>
-  <y>0</y>
-  <snap_to_geometry>true</snap_to_geometry>
-  <foreground_color>
-    <color name="Container Border Grey" red="150" green="150" blue="150" />
-  </foreground_color>
-  <actions hook="false" hook_all="false" />
-  <widget typeId="org.csstudio.opibuilder.widgets.Rectangle" version="1.0.0">
-    <border_style>0</border_style>
-    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-    <line_width>0</line_width>
-    <horizontal_fill>true</horizontal_fill>
-    <alarm_pulsing>false</alarm_pulsing>
-    <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-    <rules />
-    <enabled>true</enabled>
-    <wuid>75ed6521:158d9b9c63a:-7078</wuid>
-    <transparent>false</transparent>
-    <pv_value />
-    <alpha>255</alpha>
-    <bg_gradient_color>
-      <color red="255" green="255" blue="255" />
-    </bg_gradient_color>
-    <scripts />
-    <border_alarm_sensitive>false</border_alarm_sensitive>
-    <height>1280</height>
-    <border_width>1</border_width>
-    <scale_options>
-      <width_scalable>true</width_scalable>
-      <height_scalable>true</height_scalable>
-      <keep_wh_ratio>false</keep_wh_ratio>
-    </scale_options>
-    <visible>true</visible>
-    <pv_name></pv_name>
-    <gradient>false</gradient>
-    <border_color>
-      <color red="0" green="128" blue="255" />
-    </border_color>
-    <anti_alias>true</anti_alias>
-    <line_style>0</line_style>
-    <widget_type>Rectangle</widget_type>
-    <fg_gradient_color>
-      <color red="255" green="255" blue="255" />
-    </fg_gradient_color>
-    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-    <background_color>
-      <color name="Container Grey" red="200" green="200" blue="200" />
-    </background_color>
-    <width>2193</width>
-    <x>12</x>
-    <name>Rectangle</name>
-    <y>-3</y>
-    <fill_level>0.0</fill_level>
-    <foreground_color>
-      <color red="255" green="0" blue="0" />
-    </foreground_color>
-    <actions hook="false" hook_all="false" />
-    <font>
-      <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-    </font>
-    <line_color>
-      <color red="128" green="0" blue="255" />
-    </line_color>
-  </widget>
-  <widget typeId="org.csstudio.opibuilder.widgets.RoundedRectangle" version="1.0.0">
-    <border_style>0</border_style>
-    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-    <line_width>0</line_width>
-    <horizontal_fill>true</horizontal_fill>
-    <alarm_pulsing>false</alarm_pulsing>
-    <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-    <rules />
-    <enabled>true</enabled>
-    <wuid>-209fb26:154e7ea932c:-768c</wuid>
-    <transparent>false</transparent>
-    <pv_value />
-    <alpha>255</alpha>
-    <corner_height>16</corner_height>
-    <bg_gradient_color>
-      <color red="255" green="255" blue="255" />
-    </bg_gradient_color>
-    <scripts />
-    <border_alarm_sensitive>false</border_alarm_sensitive>
-    <height>1191</height>
-    <border_width>1</border_width>
-    <scale_options>
-      <width_scalable>true</width_scalable>
-      <height_scalable>true</height_scalable>
-      <keep_wh_ratio>false</keep_wh_ratio>
-    </scale_options>
-    <visible>true</visible>
-    <pv_name></pv_name>
-    <gradient>false</gradient>
-    <border_color>
-      <color red="0" green="128" blue="255" />
-    </border_color>
-    <anti_alias>true</anti_alias>
-    <corner_width>16</corner_width>
-    <line_style>0</line_style>
-    <widget_type>Rounded Rectangle</widget_type>
-    <fg_gradient_color>
-      <color red="255" green="255" blue="255" />
-    </fg_gradient_color>
-    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-    <background_color>
-      <color name="Field Background Grey" red="240" green="240" blue="240" />
-    </background_color>
-    <width>722</width>
-    <x>272</x>
-    <name>Rounded Rectangle</name>
-    <y>20</y>
-    <fill_level>0.0</fill_level>
-    <foreground_color>
-      <color red="255" green="0" blue="0" />
-    </foreground_color>
-    <actions hook="false" hook_all="false" />
-    <font>
-      <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-    </font>
-    <line_color>
-      <color red="128" green="0" blue="255" />
-    </line_color>
-  </widget>
-  <widget typeId="org.csstudio.opibuilder.widgets.RoundedRectangle" version="1.0.0">
-    <border_style>0</border_style>
-    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-    <line_width>0</line_width>
-    <horizontal_fill>true</horizontal_fill>
-    <alarm_pulsing>false</alarm_pulsing>
-    <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-    <rules />
-    <enabled>true</enabled>
-    <wuid>-209fb26:154e7ea932c:-758d</wuid>
-    <transparent>false</transparent>
-    <pv_value />
-    <alpha>255</alpha>
-    <corner_height>16</corner_height>
-    <bg_gradient_color>
-      <color red="255" green="255" blue="255" />
-    </bg_gradient_color>
-    <scripts />
-    <border_alarm_sensitive>false</border_alarm_sensitive>
-    <height>246</height>
-    <border_width>1</border_width>
-    <scale_options>
-      <width_scalable>true</width_scalable>
-      <height_scalable>true</height_scalable>
-      <keep_wh_ratio>false</keep_wh_ratio>
-    </scale_options>
-    <visible>true</visible>
-    <pv_name></pv_name>
-    <gradient>false</gradient>
-    <border_color>
-      <color name="Invalid" red="255" green="0" blue="255" />
-    </border_color>
-    <anti_alias>true</anti_alias>
-    <corner_width>16</corner_width>
-    <line_style>0</line_style>
-    <widget_type>Rounded Rectangle</widget_type>
-    <fg_gradient_color>
-      <color red="255" green="255" blue="255" />
-    </fg_gradient_color>
-    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-    <background_color>
-      <color name="Primary Blue" red="0" green="148" blue="202" />
-    </background_color>
-    <width>722</width>
-    <x>272</x>
-    <name>Rounded Rectangle_1</name>
-    <y>20</y>
-    <fill_level>0.0</fill_level>
-    <foreground_color>
-      <color red="255" green="0" blue="0" />
-    </foreground_color>
-    <actions hook="false" hook_all="false" />
-    <font>
-      <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-    </font>
-    <line_color>
-      <color red="128" green="0" blue="255" />
-    </line_color>
-  </widget>
-  <widget typeId="org.csstudio.opibuilder.widgets.Rectangle" version="1.0.0">
-    <border_style>0</border_style>
-    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-    <line_width>0</line_width>
-    <horizontal_fill>true</horizontal_fill>
-    <alarm_pulsing>false</alarm_pulsing>
-    <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-    <rules />
-    <enabled>true</enabled>
-    <wuid>-209fb26:154e7ea932c:-7462</wuid>
-    <transparent>false</transparent>
-    <pv_value />
-    <alpha>255</alpha>
-    <bg_gradient_color>
-      <color red="255" green="255" blue="255" />
-    </bg_gradient_color>
-    <scripts />
-    <border_alarm_sensitive>false</border_alarm_sensitive>
-    <height>300</height>
-    <border_width>1</border_width>
-    <scale_options>
-      <width_scalable>true</width_scalable>
-      <height_scalable>true</height_scalable>
-      <keep_wh_ratio>false</keep_wh_ratio>
-    </scale_options>
-    <visible>true</visible>
-    <pv_name></pv_name>
-    <gradient>false</gradient>
-    <border_color>
-      <color red="0" green="128" blue="255" />
-    </border_color>
-    <anti_alias>true</anti_alias>
-    <line_style>0</line_style>
-    <widget_type>Rectangle</widget_type>
-    <fg_gradient_color>
-      <color red="255" green="255" blue="255" />
-    </fg_gradient_color>
-    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-    <background_color>
-      <color name="Field Background Grey" red="240" green="240" blue="240" />
-    </background_color>
-    <width>722</width>
-    <x>272</x>
-    <name>Rectangle_1</name>
-    <y>160</y>
-    <fill_level>0.0</fill_level>
-    <foreground_color>
-      <color red="255" green="0" blue="0" />
-    </foreground_color>
-    <actions hook="false" hook_all="false" />
-    <font>
-      <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-    </font>
-    <line_color>
-      <color red="128" green="0" blue="255" />
-    </line_color>
-  </widget>
-  <widget typeId="org.csstudio.opibuilder.widgets.RoundedRectangle" version="1.0.0">
-    <border_style>0</border_style>
-    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-    <line_width>0</line_width>
-    <horizontal_fill>true</horizontal_fill>
-    <alarm_pulsing>false</alarm_pulsing>
-    <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-    <rules />
-    <enabled>true</enabled>
-    <wuid>-209fb26:154e7ea932c:-7420</wuid>
-    <transparent>false</transparent>
-    <pv_value />
-    <alpha>255</alpha>
-    <corner_height>16</corner_height>
-    <bg_gradient_color>
-      <color red="255" green="255" blue="255" />
-    </bg_gradient_color>
-    <scripts />
-    <border_alarm_sensitive>false</border_alarm_sensitive>
-    <height>602</height>
-    <border_width>1</border_width>
-    <scale_options>
-      <width_scalable>true</width_scalable>
-      <height_scalable>true</height_scalable>
-      <keep_wh_ratio>false</keep_wh_ratio>
-    </scale_options>
-    <visible>true</visible>
-    <pv_name></pv_name>
-    <gradient>false</gradient>
-    <border_color>
-      <color red="0" green="128" blue="255" />
-    </border_color>
-    <anti_alias>true</anti_alias>
-    <corner_width>16</corner_width>
-    <line_style>0</line_style>
-    <widget_type>Rounded Rectangle</widget_type>
-    <fg_gradient_color>
-      <color red="255" green="255" blue="255" />
-    </fg_gradient_color>
-    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-    <background_color>
-      <color name="Field Background Grey" red="240" green="240" blue="240" />
-    </background_color>
-    <width>722</width>
-    <x>1180</x>
-    <name>Rounded Rectangle_2</name>
-    <y>20</y>
-    <fill_level>0.0</fill_level>
-    <foreground_color>
-      <color red="255" green="0" blue="0" />
-    </foreground_color>
-    <actions hook="false" hook_all="false" />
-    <font>
-      <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-    </font>
-    <line_color>
-      <color red="128" green="0" blue="255" />
-    </line_color>
-  </widget>
-  <widget typeId="org.csstudio.opibuilder.widgets.RoundedRectangle" version="1.0.0">
-    <border_style>0</border_style>
-    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-    <line_width>0</line_width>
-    <horizontal_fill>true</horizontal_fill>
-    <alarm_pulsing>false</alarm_pulsing>
-    <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-    <rules />
-    <enabled>true</enabled>
-    <wuid>-209fb26:154e7ea932c:-741f</wuid>
-    <transparent>false</transparent>
-    <pv_value />
-    <alpha>255</alpha>
-    <corner_height>16</corner_height>
-    <bg_gradient_color>
-      <color red="255" green="255" blue="255" />
-    </bg_gradient_color>
-    <scripts />
-    <border_alarm_sensitive>false</border_alarm_sensitive>
-    <height>246</height>
-    <border_width>1</border_width>
-    <scale_options>
-      <width_scalable>true</width_scalable>
-      <height_scalable>true</height_scalable>
-      <keep_wh_ratio>false</keep_wh_ratio>
-    </scale_options>
-    <visible>true</visible>
-    <pv_name></pv_name>
-    <gradient>false</gradient>
-    <border_color>
-      <color red="0" green="128" blue="255" />
-    </border_color>
-    <anti_alias>true</anti_alias>
-    <corner_width>16</corner_width>
-    <line_style>0</line_style>
-    <widget_type>Rounded Rectangle</widget_type>
-    <fg_gradient_color>
-      <color red="255" green="255" blue="255" />
-    </fg_gradient_color>
-    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-    <background_color>
-      <color name="Primary Blue" red="0" green="148" blue="202" />
-    </background_color>
-    <width>722</width>
-    <x>1180</x>
-    <name>Rounded Rectangle_3</name>
-    <y>20</y>
-    <fill_level>0.0</fill_level>
-    <foreground_color>
-      <color red="255" green="0" blue="0" />
-    </foreground_color>
-    <actions hook="false" hook_all="false" />
-    <font>
-      <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-    </font>
-    <line_color>
-      <color red="128" green="0" blue="255" />
-    </line_color>
-  </widget>
-  <widget typeId="org.csstudio.opibuilder.widgets.Rectangle" version="1.0.0">
-    <border_style>0</border_style>
-    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-    <line_width>0</line_width>
-    <horizontal_fill>true</horizontal_fill>
-    <alarm_pulsing>false</alarm_pulsing>
-    <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-    <rules />
-    <enabled>true</enabled>
-    <wuid>-209fb26:154e7ea932c:-741e</wuid>
-    <transparent>false</transparent>
-    <pv_value />
-    <alpha>255</alpha>
-    <bg_gradient_color>
-      <color red="255" green="255" blue="255" />
-    </bg_gradient_color>
-    <scripts />
-    <border_alarm_sensitive>false</border_alarm_sensitive>
-    <height>300</height>
-    <border_width>1</border_width>
-    <scale_options>
-      <width_scalable>true</width_scalable>
-      <height_scalable>true</height_scalable>
-      <keep_wh_ratio>false</keep_wh_ratio>
-    </scale_options>
-    <visible>true</visible>
-    <pv_name></pv_name>
-    <gradient>false</gradient>
-    <border_color>
-      <color red="0" green="128" blue="255" />
-    </border_color>
-    <anti_alias>true</anti_alias>
-    <line_style>0</line_style>
-    <widget_type>Rectangle</widget_type>
-    <fg_gradient_color>
-      <color red="255" green="255" blue="255" />
-    </fg_gradient_color>
-    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-    <background_color>
-      <color name="Field Background Grey" red="240" green="240" blue="240" />
-    </background_color>
-    <width>722</width>
-    <x>1180</x>
-    <name>Rectangle_2</name>
-    <y>160</y>
-    <fill_level>0.0</fill_level>
-    <foreground_color>
-      <color red="255" green="0" blue="0" />
-    </foreground_color>
-    <actions hook="false" hook_all="false" />
-    <font>
-      <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-    </font>
-    <line_color>
-      <color red="128" green="0" blue="255" />
-    </line_color>
-  </widget>
-  <widget typeId="org.csstudio.opibuilder.widgets.RoundedRectangle" version="1.0.0">
-    <border_style>0</border_style>
-    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-    <line_width>0</line_width>
-    <horizontal_fill>true</horizontal_fill>
-    <alarm_pulsing>false</alarm_pulsing>
-    <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-    <rules />
-    <enabled>true</enabled>
-    <wuid>-209fb26:154e7ea932c:-7404</wuid>
-    <transparent>false</transparent>
-    <pv_value />
-    <alpha>255</alpha>
-    <corner_height>16</corner_height>
-    <bg_gradient_color>
-      <color red="255" green="255" blue="255" />
-    </bg_gradient_color>
-    <scripts />
-    <border_alarm_sensitive>false</border_alarm_sensitive>
-    <height>564</height>
-    <border_width>1</border_width>
-    <scale_options>
-      <width_scalable>true</width_scalable>
-      <height_scalable>true</height_scalable>
-      <keep_wh_ratio>false</keep_wh_ratio>
-    </scale_options>
-    <visible>true</visible>
-    <pv_name></pv_name>
-    <gradient>false</gradient>
-    <border_color>
-      <color red="0" green="128" blue="255" />
-    </border_color>
-    <anti_alias>true</anti_alias>
-    <corner_width>16</corner_width>
-    <line_style>0</line_style>
-    <widget_type>Rounded Rectangle</widget_type>
-    <fg_gradient_color>
-      <color red="255" green="255" blue="255" />
-    </fg_gradient_color>
-    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-    <background_color>
-      <color name="Field Background Grey" red="240" green="240" blue="240" />
-    </background_color>
-    <width>722</width>
-    <x>1180</x>
-    <name>Rounded Rectangle_4</name>
-    <y>648</y>
-    <fill_level>0.0</fill_level>
-    <foreground_color>
-      <color red="255" green="0" blue="0" />
-    </foreground_color>
-    <actions hook="false" hook_all="false" />
-    <font>
-      <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-    </font>
-    <line_color>
-      <color red="128" green="0" blue="255" />
-    </line_color>
-  </widget>
-  <widget typeId="org.csstudio.opibuilder.widgets.RoundedRectangle" version="1.0.0">
-    <border_style>0</border_style>
-    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-    <line_width>0</line_width>
-    <horizontal_fill>true</horizontal_fill>
-    <alarm_pulsing>false</alarm_pulsing>
-    <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-    <rules />
-    <enabled>true</enabled>
-    <wuid>-209fb26:154e7ea932c:-7403</wuid>
-    <transparent>false</transparent>
-    <pv_value />
-    <alpha>255</alpha>
-    <corner_height>16</corner_height>
-    <bg_gradient_color>
-      <color red="255" green="255" blue="255" />
-    </bg_gradient_color>
-    <scripts />
-    <border_alarm_sensitive>false</border_alarm_sensitive>
-    <height>246</height>
-    <border_width>1</border_width>
-    <scale_options>
-      <width_scalable>true</width_scalable>
-      <height_scalable>true</height_scalable>
-      <keep_wh_ratio>false</keep_wh_ratio>
-    </scale_options>
-    <visible>true</visible>
-    <pv_name></pv_name>
-    <gradient>false</gradient>
-    <border_color>
-      <color red="0" green="128" blue="255" />
-    </border_color>
-    <anti_alias>true</anti_alias>
-    <corner_width>16</corner_width>
-    <line_style>0</line_style>
-    <widget_type>Rounded Rectangle</widget_type>
-    <fg_gradient_color>
-      <color red="255" green="255" blue="255" />
-    </fg_gradient_color>
-    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-    <background_color>
-      <color name="Primary Blue" red="0" green="148" blue="202" />
-    </background_color>
-    <width>722</width>
-    <x>1180</x>
-    <name>Rounded Rectangle_5</name>
-    <y>648</y>
-    <fill_level>0.0</fill_level>
-    <foreground_color>
-      <color red="255" green="0" blue="0" />
-    </foreground_color>
-    <actions hook="false" hook_all="false" />
-    <font>
-      <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-    </font>
-    <line_color>
-      <color red="128" green="0" blue="255" />
-    </line_color>
-  </widget>
-  <widget typeId="org.csstudio.opibuilder.widgets.Rectangle" version="1.0.0">
-    <border_style>0</border_style>
-    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-    <line_width>0</line_width>
-    <horizontal_fill>true</horizontal_fill>
-    <alarm_pulsing>false</alarm_pulsing>
-    <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-    <rules />
-    <enabled>true</enabled>
-    <wuid>-209fb26:154e7ea932c:-7402</wuid>
-    <transparent>false</transparent>
-    <pv_value />
-    <alpha>255</alpha>
-    <bg_gradient_color>
-      <color red="255" green="255" blue="255" />
-    </bg_gradient_color>
-    <scripts />
-    <border_alarm_sensitive>false</border_alarm_sensitive>
-    <height>300</height>
-    <border_width>1</border_width>
-    <scale_options>
-      <width_scalable>true</width_scalable>
-      <height_scalable>true</height_scalable>
-      <keep_wh_ratio>false</keep_wh_ratio>
-    </scale_options>
-    <visible>true</visible>
-    <pv_name></pv_name>
-    <gradient>false</gradient>
-    <border_color>
-      <color red="0" green="128" blue="255" />
-    </border_color>
-    <anti_alias>true</anti_alias>
-    <line_style>0</line_style>
-    <widget_type>Rectangle</widget_type>
-    <fg_gradient_color>
-      <color red="255" green="255" blue="255" />
-    </fg_gradient_color>
-    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-    <background_color>
-      <color name="Field Background Grey" red="240" green="240" blue="240" />
-    </background_color>
-    <width>722</width>
-    <x>1180</x>
-    <name>Rectangle_3</name>
-    <y>788</y>
-    <fill_level>0.0</fill_level>
-    <foreground_color>
-      <color red="255" green="0" blue="0" />
-    </foreground_color>
-    <actions hook="false" hook_all="false" />
-    <font>
-      <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-    </font>
-    <line_color>
-      <color red="128" green="0" blue="255" />
-    </line_color>
-  </widget>
-  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-    <border_style>0</border_style>
-    <tooltip></tooltip>
-    <horizontal_alignment>0</horizontal_alignment>
-    <rules />
-    <enabled>true</enabled>
-    <wuid>-209fb26:154e7ea932c:-7287</wuid>
-    <transparent>true</transparent>
-    <auto_size>true</auto_size>
-    <text>Fault mode 1 </text>
-    <scripts />
-    <height>43</height>
-    <border_width>2</border_width>
-    <scale_options>
-      <width_scalable>true</width_scalable>
-      <height_scalable>true</height_scalable>
-      <keep_wh_ratio>false</keep_wh_ratio>
-    </scale_options>
-    <visible>true</visible>
-    <vertical_alignment>1</vertical_alignment>
-    <border_color>
-      <color name="Blue" red="0" green="128" blue="255" />
-    </border_color>
-    <widget_type>Label</widget_type>
-    <wrap_words>true</wrap_words>
-    <background_color>
-      <color name="White" red="255" green="255" blue="255" />
-    </background_color>
-    <width>286</width>
-    <x>477</x>
-    <name>Label Template_11</name>
-    <y>75</y>
-    <foreground_color>
-      <color name="Black" red="0" green="0" blue="0" />
-    </foreground_color>
-    <actions hook="false" hook_all="false" />
-    <show_scrollbar>false</show_scrollbar>
-    <font>
-      <fontdata fontName="Monospace" height="28" style="1" />
-    </font>
-  </widget>
-  <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
-    <alarm_pulsing>false</alarm_pulsing>
-    <tooltip>$(pv_name)</tooltip>
-    <rules />
-    <effect_3d>true</effect_3d>
-    <bit>-1</bit>
-    <pv_value />
-    <height>60</height>
-    <border_width>1</border_width>
-    <visible>true</visible>
-    <pv_name>INFN-SRC:INTK-MPS:STATUS</pv_name>
-    <border_color>
-      <color name="Blue" red="0" green="128" blue="255" />
-    </border_color>
-    <widget_type>LED</widget_type>
-    <name>LED</name>
-    <actions hook="false" hook_all="false" />
-    <show_boolean_label>false</show_boolean_label>
-    <border_style>0</border_style>
-    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-    <enabled>true</enabled>
-    <wuid>-209fb26:154e7ea932c:-7286</wuid>
-    <on_color>
-      <color red="0" green="255" blue="0" />
-    </on_color>
-    <scripts />
-    <border_alarm_sensitive>false</border_alarm_sensitive>
-    <on_label>ON</on_label>
-    <scale_options>
-      <width_scalable>true</width_scalable>
-      <height_scalable>true</height_scalable>
-      <keep_wh_ratio>true</keep_wh_ratio>
-    </scale_options>
-    <off_color>
-      <color name="Major" red="255" green="0" blue="0" />
-    </off_color>
-    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-    <background_color>
-      <color name="Field Background Grey" red="240" green="240" blue="240" />
-    </background_color>
-    <square_led>false</square_led>
-    <width>60</width>
-    <x>297</x>
-    <data_type>0</data_type>
-    <y>180</y>
-    <foreground_color>
-      <color name="Button Grey" red="180" green="180" blue="180" />
-    </foreground_color>
-    <font>
-      <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-    </font>
-    <off_label>OFF</off_label>
-  </widget>
-  <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
-    <alarm_pulsing>false</alarm_pulsing>
-    <tooltip>$(pv_name)</tooltip>
-    <rules>
-      <rule name="Rule_VS:TEMP" prop_id="on_color" out_exp="false">
-        <exp bool_exp="pv0 &lt; pv1">
-          <value>
-            <color red="0" green="255" blue="0" />
-          </value>
-        </exp>
-        <pv trig="true">INFN-SRC:INTK-VS:TEMP</pv>
-        <pv trig="true">INFN-SRC:INTK-HMI:TEMP_MAX</pv>
-      </rule>
-    </rules>
-    <effect_3d>true</effect_3d>
-    <bit>-1</bit>
-    <pv_value />
-    <height>60</height>
-    <border_width>1</border_width>
-    <visible>true</visible>
-    <pv_name>INFN-SRC:INTK-TT4:TEMP</pv_name>
-    <border_color>
-      <color name="Blue" red="0" green="128" blue="255" />
-    </border_color>
-    <widget_type>LED</widget_type>
-    <name>LED_1</name>
-    <actions hook="false" hook_all="false" />
-    <show_boolean_label>false</show_boolean_label>
-    <border_style>0</border_style>
-    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-    <enabled>true</enabled>
-    <wuid>-209fb26:154e7ea932c:-7285</wuid>
-    <on_color>
-      <color name="Major" red="255" green="0" blue="0" />
-    </on_color>
-    <scripts />
-    <border_alarm_sensitive>false</border_alarm_sensitive>
-    <on_label>ON</on_label>
-    <scale_options>
-      <width_scalable>true</width_scalable>
-      <height_scalable>true</height_scalable>
-      <keep_wh_ratio>true</keep_wh_ratio>
-    </scale_options>
-    <off_color>
-      <color name="Green On" red="0" green="255" blue="0" />
-    </off_color>
-    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-    <background_color>
-      <color name="Field Background Grey" red="240" green="240" blue="240" />
-    </background_color>
-    <square_led>false</square_led>
-    <width>60</width>
-    <x>297</x>
-    <data_type>0</data_type>
-    <y>846</y>
-    <foreground_color>
-      <color name="Button Grey" red="180" green="180" blue="180" />
-    </foreground_color>
-    <font>
-      <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-    </font>
-    <off_label>OFF</off_label>
-  </widget>
-  <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
-    <alarm_pulsing>false</alarm_pulsing>
-    <tooltip>$(pv_name)</tooltip>
-    <rules>
-      <rule name="Rule_VBS:TEMP" prop_id="on_color" out_exp="false">
-        <exp bool_exp="pv0 &lt; pv1">
-          <value>
-            <color red="0" green="255" blue="0" />
-          </value>
-        </exp>
-        <pv trig="true">INFN-SRC:INTK-VBS:TEMP</pv>
-        <pv trig="true">INFN-SRC:INTK-HMI:TEMP_MAX</pv>
-      </rule>
-    </rules>
-    <effect_3d>true</effect_3d>
-    <bit>-1</bit>
-    <pv_value />
-    <height>60</height>
-    <border_width>1</border_width>
-    <visible>true</visible>
-    <pv_name>INFN-SRC:INTK-TT3:TEMP</pv_name>
-    <border_color>
-      <color name="Blue" red="0" green="128" blue="255" />
-    </border_color>
-    <widget_type>LED</widget_type>
-    <name>LED_2</name>
-    <actions hook="false" hook_all="false" />
-    <show_boolean_label>false</show_boolean_label>
-    <border_style>0</border_style>
-    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-    <enabled>true</enabled>
-    <wuid>-209fb26:154e7ea932c:-7284</wuid>
-    <on_color>
-      <color name="Major" red="255" green="0" blue="0" />
-    </on_color>
-    <scripts />
-    <border_alarm_sensitive>false</border_alarm_sensitive>
-    <on_label>ON</on_label>
-    <scale_options>
-      <width_scalable>true</width_scalable>
-      <height_scalable>true</height_scalable>
-      <keep_wh_ratio>true</keep_wh_ratio>
-    </scale_options>
-    <off_color>
-      <color name="Green On" red="0" green="255" blue="0" />
-    </off_color>
-    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-    <background_color>
-      <color name="Field Background Grey" red="240" green="240" blue="240" />
-    </background_color>
-    <square_led>false</square_led>
-    <width>60</width>
-    <x>297</x>
-    <data_type>0</data_type>
-    <y>766</y>
-    <foreground_color>
-      <color name="Button Grey" red="180" green="180" blue="180" />
-    </foreground_color>
-    <font>
-      <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-    </font>
-    <off_label>OFF</off_label>
-  </widget>
-  <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
-    <alarm_pulsing>false</alarm_pulsing>
-    <tooltip>$(pv_name)</tooltip>
-    <rules>
-      <rule name="Rule_HS:TEMP" prop_id="on_color" out_exp="false">
-        <exp bool_exp="pv0 &lt; pv1">
-          <value>
-            <color red="0" green="255" blue="0" />
-          </value>
-        </exp>
-        <pv trig="true">INFN-SRC:INTK-HS:TEMP</pv>
-        <pv trig="true">INFN-SRC:INTK-HMI:TEMP_MAX</pv>
-      </rule>
-    </rules>
-    <effect_3d>true</effect_3d>
-    <bit>-1</bit>
-    <pv_value />
-    <height>60</height>
-    <border_width>1</border_width>
-    <visible>true</visible>
-    <pv_name>INFN-SRC:INTK-TT2:TEMP</pv_name>
-    <border_color>
-      <color name="Blue" red="0" green="128" blue="255" />
-    </border_color>
-    <widget_type>LED</widget_type>
-    <name>LED_3</name>
-    <actions hook="false" hook_all="false" />
-    <show_boolean_label>false</show_boolean_label>
-    <border_style>0</border_style>
-    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-    <enabled>true</enabled>
-    <wuid>-209fb26:154e7ea932c:-7283</wuid>
-    <on_color>
-      <color name="Major" red="255" green="0" blue="0" />
-    </on_color>
-    <scripts />
-    <border_alarm_sensitive>false</border_alarm_sensitive>
-    <on_label>ON</on_label>
-    <scale_options>
-      <width_scalable>true</width_scalable>
-      <height_scalable>true</height_scalable>
-      <keep_wh_ratio>true</keep_wh_ratio>
-    </scale_options>
-    <off_color>
-      <color red="0" green="255" blue="0" />
-    </off_color>
-    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-    <background_color>
-      <color red="238" green="238" blue="236" />
-    </background_color>
-    <square_led>false</square_led>
-    <width>60</width>
-    <x>297</x>
-    <data_type>0</data_type>
-    <y>685</y>
-    <foreground_color>
-      <color name="Button Grey" red="180" green="180" blue="180" />
-    </foreground_color>
-    <font>
-      <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-    </font>
-    <off_label>OFF</off_label>
-  </widget>
-  <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
-    <alarm_pulsing>false</alarm_pulsing>
-    <tooltip>$(pv_name)</tooltip>
-    <rules />
-    <effect_3d>true</effect_3d>
-    <bit>-1</bit>
-    <pv_value />
-    <height>60</height>
-    <border_width>1</border_width>
-    <visible>true</visible>
-    <pv_name>INFN-SRC:INTK-TT1:TEMP</pv_name>
-    <border_color>
-      <color name="Blue" red="0" green="128" blue="255" />
-    </border_color>
-    <widget_type>LED</widget_type>
-    <name>LED_4</name>
-    <actions hook="false" hook_all="false" />
-    <show_boolean_label>false</show_boolean_label>
-    <border_style>0</border_style>
-    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-    <enabled>true</enabled>
-    <wuid>-209fb26:154e7ea932c:-7282</wuid>
-    <on_color>
-      <color name="Major" red="255" green="0" blue="0" />
-    </on_color>
-    <scripts />
-    <border_alarm_sensitive>false</border_alarm_sensitive>
-    <on_label>ON</on_label>
-    <scale_options>
-      <width_scalable>true</width_scalable>
-      <height_scalable>true</height_scalable>
-      <keep_wh_ratio>true</keep_wh_ratio>
-    </scale_options>
-    <off_color>
-      <color red="0" green="255" blue="0" />
-    </off_color>
-    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-    <background_color>
-      <color red="238" green="238" blue="236" />
-    </background_color>
-    <square_led>false</square_led>
-    <width>60</width>
-    <x>297</x>
-    <data_type>0</data_type>
-    <y>607</y>
-    <foreground_color>
-      <color name="Button Grey" red="180" green="180" blue="180" />
-    </foreground_color>
-    <font>
-      <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-    </font>
-    <off_label>OFF</off_label>
-  </widget>
-  <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
-    <alarm_pulsing>false</alarm_pulsing>
-    <tooltip>$(pv_name)</tooltip>
-    <rules />
-    <effect_3d>true</effect_3d>
-    <bit>-1</bit>
-    <pv_value />
-    <height>60</height>
-    <border_width>1</border_width>
-    <visible>true</visible>
-    <pv_name>INFN-SRC:INTK-VEm4:WFDS</pv_name>
-    <border_color>
-      <color name="Blue" red="0" green="128" blue="255" />
-    </border_color>
-    <widget_type>LED</widget_type>
-    <name>LED_6</name>
-    <actions hook="false" hook_all="false" />
-    <show_boolean_label>false</show_boolean_label>
-    <border_style>0</border_style>
-    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-    <enabled>true</enabled>
-    <wuid>-209fb26:154e7ea932c:-7281</wuid>
-    <on_color>
-      <color red="0" green="255" blue="0" />
-    </on_color>
-    <scripts />
-    <border_alarm_sensitive>false</border_alarm_sensitive>
-    <on_label>ON</on_label>
-    <scale_options>
-      <width_scalable>true</width_scalable>
-      <height_scalable>true</height_scalable>
-      <keep_wh_ratio>true</keep_wh_ratio>
-    </scale_options>
-    <off_color>
-      <color name="Major" red="255" green="0" blue="0" />
-    </off_color>
-    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-    <background_color>
-      <color name="Field Background Grey" red="240" green="240" blue="240" />
-    </background_color>
-    <square_led>false</square_led>
-    <width>60</width>
-    <x>297</x>
-    <data_type>0</data_type>
-    <y>521</y>
-    <foreground_color>
-      <color name="Button Grey" red="180" green="180" blue="180" />
-    </foreground_color>
-    <font>
-      <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-    </font>
-    <off_label>OFF</off_label>
-  </widget>
-  <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
-    <alarm_pulsing>false</alarm_pulsing>
-    <tooltip>$(pv_name)</tooltip>
-    <rules />
-    <effect_3d>true</effect_3d>
-    <bit>-1</bit>
-    <pv_value />
-    <height>60</height>
-    <border_width>1</border_width>
-    <visible>true</visible>
-    <pv_name>INFN-SRC:INTK-VEm3:WFDS</pv_name>
-    <border_color>
-      <color name="Blue" red="0" green="128" blue="255" />
-    </border_color>
-    <widget_type>LED</widget_type>
-    <name>LED_7</name>
-    <actions hook="false" hook_all="false" />
-    <show_boolean_label>false</show_boolean_label>
-    <border_style>0</border_style>
-    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-    <enabled>true</enabled>
-    <wuid>-209fb26:154e7ea932c:-7280</wuid>
-    <on_color>
-      <color name="Green On" red="0" green="255" blue="0" />
-    </on_color>
-    <scripts />
-    <border_alarm_sensitive>false</border_alarm_sensitive>
-    <on_label>ON</on_label>
-    <scale_options>
-      <width_scalable>true</width_scalable>
-      <height_scalable>true</height_scalable>
-      <keep_wh_ratio>true</keep_wh_ratio>
-    </scale_options>
-    <off_color>
-      <color name="Major" red="255" green="0" blue="0" />
-    </off_color>
-    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-    <background_color>
-      <color name="Field Background Grey" red="240" green="240" blue="240" />
-    </background_color>
-    <square_led>false</square_led>
-    <width>60</width>
-    <x>297</x>
-    <data_type>0</data_type>
-    <y>438</y>
-    <foreground_color>
-      <color name="Button Grey" red="180" green="180" blue="180" />
-    </foreground_color>
-    <font>
-      <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-    </font>
-    <off_label>OFF</off_label>
-  </widget>
-  <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
-    <alarm_pulsing>false</alarm_pulsing>
-    <tooltip>$(pv_name)</tooltip>
-    <rules />
-    <effect_3d>true</effect_3d>
-    <bit>-1</bit>
-    <pv_value />
-    <height>60</height>
-    <border_width>1</border_width>
-    <visible>true</visible>
-    <pv_name>INFN-SRC:INTK-HEm4:WFDS</pv_name>
-    <border_color>
-      <color name="Blue" red="0" green="128" blue="255" />
-    </border_color>
-    <widget_type>LED</widget_type>
-    <name>LED_8</name>
-    <actions hook="false" hook_all="false" />
-    <show_boolean_label>false</show_boolean_label>
-    <border_style>0</border_style>
-    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-    <enabled>true</enabled>
-    <wuid>-209fb26:154e7ea932c:-727f</wuid>
-    <on_color>
-      <color red="0" green="255" blue="0" />
-    </on_color>
-    <scripts />
-    <border_alarm_sensitive>false</border_alarm_sensitive>
-    <on_label>ON</on_label>
-    <scale_options>
-      <width_scalable>true</width_scalable>
-      <height_scalable>true</height_scalable>
-      <keep_wh_ratio>true</keep_wh_ratio>
-    </scale_options>
-    <off_color>
-      <color name="Major" red="255" green="0" blue="0" />
-    </off_color>
-    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-    <background_color>
-      <color red="238" green="238" blue="236" />
-    </background_color>
-    <square_led>false</square_led>
-    <width>60</width>
-    <x>297</x>
-    <data_type>0</data_type>
-    <y>354</y>
-    <foreground_color>
-      <color name="Button Grey" red="180" green="180" blue="180" />
-    </foreground_color>
-    <font>
-      <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-    </font>
-    <off_label>OFF</off_label>
-  </widget>
-  <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
-    <alarm_pulsing>false</alarm_pulsing>
-    <tooltip>$(pv_name)</tooltip>
-    <rules />
-    <effect_3d>true</effect_3d>
-    <bit>-1</bit>
-    <pv_value />
-    <height>60</height>
-    <border_width>1</border_width>
-    <visible>true</visible>
-    <pv_name>INFN-SRC:INTK-HEm3:WFDS</pv_name>
-    <border_color>
-      <color name="Blue" red="0" green="128" blue="255" />
-    </border_color>
-    <widget_type>LED</widget_type>
-    <name>LED_9</name>
-    <actions hook="false" hook_all="false" />
-    <show_boolean_label>false</show_boolean_label>
-    <border_style>0</border_style>
-    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-    <enabled>true</enabled>
-    <wuid>-209fb26:154e7ea932c:-727e</wuid>
-    <on_color>
-      <color red="0" green="255" blue="0" />
-    </on_color>
-    <scripts />
-    <border_alarm_sensitive>false</border_alarm_sensitive>
-    <on_label>ON</on_label>
-    <scale_options>
-      <width_scalable>true</width_scalable>
-      <height_scalable>true</height_scalable>
-      <keep_wh_ratio>true</keep_wh_ratio>
-    </scale_options>
-    <off_color>
-      <color name="Major" red="255" green="0" blue="0" />
-    </off_color>
-    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-    <background_color>
-      <color red="238" green="238" blue="236" />
-    </background_color>
-    <square_led>false</square_led>
-    <width>60</width>
-    <x>297</x>
-    <data_type>0</data_type>
-    <y>265</y>
-    <foreground_color>
-      <color name="Button Grey" red="180" green="180" blue="180" />
-    </foreground_color>
-    <font>
-      <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-    </font>
-    <off_label>OFF</off_label>
-  </widget>
-  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-    <border_style>0</border_style>
-    <tooltip></tooltip>
-    <horizontal_alignment>0</horizontal_alignment>
-    <rules />
-    <enabled>true</enabled>
-    <wuid>-209fb26:154e7ea932c:-727d</wuid>
-    <transparent>true</transparent>
-    <auto_size>true</auto_size>
-    <text>Machine Protection System
-Status</text>
-    <scripts />
-    <height>58</height>
-    <border_width>2</border_width>
-    <scale_options>
-      <width_scalable>true</width_scalable>
-      <height_scalable>true</height_scalable>
-      <keep_wh_ratio>false</keep_wh_ratio>
-    </scale_options>
-    <visible>true</visible>
-    <vertical_alignment>1</vertical_alignment>
-    <border_color>
-      <color name="Blue" red="0" green="128" blue="255" />
-    </border_color>
-    <widget_type>Label</widget_type>
-    <wrap_words>true</wrap_words>
-    <background_color>
-      <color name="White" red="255" green="255" blue="255" />
-    </background_color>
-    <width>375</width>
-    <x>372</x>
-    <name>Label Template_1</name>
-    <y>180</y>
-    <foreground_color>
-      <color name="Black" red="0" green="0" blue="0" />
-    </foreground_color>
-    <actions hook="false" hook_all="false" />
-    <show_scrollbar>false</show_scrollbar>
-    <font>
-      <fontdata fontName="Monospace" height="19" style="1" />
-    </font>
-  </widget>
-  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-    <border_style>0</border_style>
-    <tooltip></tooltip>
-    <horizontal_alignment>0</horizontal_alignment>
-    <rules />
-    <enabled>true</enabled>
-    <wuid>-209fb26:154e7ea932c:-727c</wuid>
-    <transparent>true</transparent>
-    <auto_size>true</auto_size>
-    <text>Horizontal water flow 
-detection sensor n°1</text>
-    <scripts />
-    <height>58</height>
-    <border_width>2</border_width>
-    <scale_options>
-      <width_scalable>true</width_scalable>
-      <height_scalable>true</height_scalable>
-      <keep_wh_ratio>false</keep_wh_ratio>
-    </scale_options>
-    <visible>true</visible>
-    <vertical_alignment>1</vertical_alignment>
-    <border_color>
-      <color name="Blue" red="0" green="128" blue="255" />
-    </border_color>
-    <widget_type>Label</widget_type>
-    <wrap_words>true</wrap_words>
-    <background_color>
-      <color name="White" red="255" green="255" blue="255" />
-    </background_color>
-    <width>330</width>
-    <x>372</x>
-    <name>Label Template_12</name>
-    <y>265</y>
-    <foreground_color>
-      <color name="Black" red="0" green="0" blue="0" />
-    </foreground_color>
-    <actions hook="false" hook_all="false" />
-    <show_scrollbar>false</show_scrollbar>
-    <font>
-      <fontdata fontName="Monospace" height="19" style="1" />
-    </font>
-  </widget>
-  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-    <border_style>0</border_style>
-    <tooltip></tooltip>
-    <horizontal_alignment>0</horizontal_alignment>
-    <rules />
-    <enabled>true</enabled>
-    <wuid>-209fb26:154e7ea932c:-727b</wuid>
-    <transparent>true</transparent>
-    <auto_size>true</auto_size>
-    <text>Horizontal water flow 
-detection sensor n°2</text>
-    <scripts />
-    <height>58</height>
-    <border_width>2</border_width>
-    <scale_options>
-      <width_scalable>true</width_scalable>
-      <height_scalable>true</height_scalable>
-      <keep_wh_ratio>false</keep_wh_ratio>
-    </scale_options>
-    <visible>true</visible>
-    <vertical_alignment>1</vertical_alignment>
-    <border_color>
-      <color name="Blue" red="0" green="128" blue="255" />
-    </border_color>
-    <widget_type>Label</widget_type>
-    <wrap_words>true</wrap_words>
-    <background_color>
-      <color name="White" red="255" green="255" blue="255" />
-    </background_color>
-    <width>330</width>
-    <x>372</x>
-    <name>Label Template_14</name>
-    <y>354</y>
-    <foreground_color>
-      <color name="Black" red="0" green="0" blue="0" />
-    </foreground_color>
-    <actions hook="false" hook_all="false" />
-    <show_scrollbar>false</show_scrollbar>
-    <font>
-      <fontdata fontName="Monospace" height="19" style="1" />
-    </font>
-  </widget>
-  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-    <border_style>0</border_style>
-    <tooltip></tooltip>
-    <horizontal_alignment>0</horizontal_alignment>
-    <rules />
-    <enabled>true</enabled>
-    <wuid>-209fb26:154e7ea932c:-727a</wuid>
-    <transparent>true</transparent>
-    <auto_size>true</auto_size>
-    <text>Vertical water flow 
-detection sensor n°1 </text>
-    <scripts />
-    <height>58</height>
-    <border_width>2</border_width>
-    <scale_options>
-      <width_scalable>true</width_scalable>
-      <height_scalable>true</height_scalable>
-      <keep_wh_ratio>false</keep_wh_ratio>
-    </scale_options>
-    <visible>true</visible>
-    <vertical_alignment>1</vertical_alignment>
-    <border_color>
-      <color name="Blue" red="0" green="128" blue="255" />
-    </border_color>
-    <widget_type>Label</widget_type>
-    <wrap_words>true</wrap_words>
-    <background_color>
-      <color name="White" red="255" green="255" blue="255" />
-    </background_color>
-    <width>315</width>
-    <x>372</x>
-    <name>Label Template_15</name>
-    <y>438</y>
-    <foreground_color>
-      <color name="Black" red="0" green="0" blue="0" />
-    </foreground_color>
-    <actions hook="false" hook_all="false" />
-    <show_scrollbar>false</show_scrollbar>
-    <font>
-      <fontdata fontName="Monospace" height="19" style="1" />
-    </font>
-  </widget>
-  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-    <border_style>0</border_style>
-    <tooltip></tooltip>
-    <horizontal_alignment>0</horizontal_alignment>
-    <rules />
-    <enabled>true</enabled>
-    <wuid>-209fb26:154e7ea932c:-7279</wuid>
-    <transparent>true</transparent>
-    <auto_size>true</auto_size>
-    <text>Vertical water flow 
-detection sensor n°2 </text>
-    <scripts />
-    <height>58</height>
-    <border_width>2</border_width>
-    <scale_options>
-      <width_scalable>true</width_scalable>
-      <height_scalable>true</height_scalable>
-      <keep_wh_ratio>false</keep_wh_ratio>
-    </scale_options>
-    <visible>true</visible>
-    <vertical_alignment>1</vertical_alignment>
-    <border_color>
-      <color name="Blue" red="0" green="128" blue="255" />
-    </border_color>
-    <widget_type>Label</widget_type>
-    <wrap_words>true</wrap_words>
-    <background_color>
-      <color name="White" red="255" green="255" blue="255" />
-    </background_color>
-    <width>315</width>
-    <x>372</x>
-    <name>Label Template_16</name>
-    <y>521</y>
-    <foreground_color>
-      <color name="Black" red="0" green="0" blue="0" />
-    </foreground_color>
-    <actions hook="false" hook_all="false" />
-    <show_scrollbar>false</show_scrollbar>
-    <font>
-      <fontdata fontName="Monospace" height="19" style="1" />
-    </font>
-  </widget>
-  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-    <border_style>0</border_style>
-    <tooltip></tooltip>
-    <horizontal_alignment>0</horizontal_alignment>
-    <rules />
-    <enabled>true</enabled>
-    <wuid>-209fb26:154e7ea932c:-7278</wuid>
-    <transparent>true</transparent>
-    <auto_size>true</auto_size>
-    <text>Horizontal beam stop
-temperature transmitter </text>
-    <scripts />
-    <height>58</height>
-    <border_width>2</border_width>
-    <scale_options>
-      <width_scalable>true</width_scalable>
-      <height_scalable>true</height_scalable>
-      <keep_wh_ratio>false</keep_wh_ratio>
-    </scale_options>
-    <visible>true</visible>
-    <vertical_alignment>1</vertical_alignment>
-    <border_color>
-      <color name="Blue" red="0" green="128" blue="255" />
-    </border_color>
-    <widget_type>Label</widget_type>
-    <wrap_words>true</wrap_words>
-    <background_color>
-      <color name="White" red="255" green="255" blue="255" />
-    </background_color>
-    <width>360</width>
-    <x>372</x>
-    <name>Label Template_17</name>
-    <y>607</y>
-    <foreground_color>
-      <color name="Black" red="0" green="0" blue="0" />
-    </foreground_color>
-    <actions hook="false" hook_all="false" />
-    <show_scrollbar>false</show_scrollbar>
-    <font>
-      <fontdata fontName="Monospace" height="19" style="1" />
-    </font>
-  </widget>
-  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-    <border_style>0</border_style>
-    <tooltip></tooltip>
-    <horizontal_alignment>0</horizontal_alignment>
-    <rules />
-    <enabled>true</enabled>
-    <wuid>-209fb26:154e7ea932c:-7277</wuid>
-    <transparent>true</transparent>
-    <auto_size>true</auto_size>
-    <text>Horizontal slit 
-temperature transmitter </text>
-    <scripts />
-    <height>58</height>
-    <border_width>2</border_width>
-    <scale_options>
-      <width_scalable>true</width_scalable>
-      <height_scalable>true</height_scalable>
-      <keep_wh_ratio>false</keep_wh_ratio>
-    </scale_options>
-    <visible>true</visible>
-    <vertical_alignment>1</vertical_alignment>
-    <border_color>
-      <color name="Blue" red="0" green="128" blue="255" />
-    </border_color>
-    <widget_type>Label</widget_type>
-    <wrap_words>true</wrap_words>
-    <background_color>
-      <color name="White" red="255" green="255" blue="255" />
-    </background_color>
-    <width>360</width>
-    <x>372</x>
-    <name>Label Template_18</name>
-    <y>685</y>
-    <foreground_color>
-      <color name="Black" red="0" green="0" blue="0" />
-    </foreground_color>
-    <actions hook="false" hook_all="false" />
-    <show_scrollbar>false</show_scrollbar>
-    <font>
-      <fontdata fontName="Monospace" height="19" style="1" />
-    </font>
-  </widget>
-  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-    <border_style>0</border_style>
-    <tooltip></tooltip>
-    <horizontal_alignment>0</horizontal_alignment>
-    <rules />
-    <enabled>true</enabled>
-    <wuid>-209fb26:154e7ea932c:-7276</wuid>
-    <transparent>true</transparent>
-    <auto_size>true</auto_size>
-    <text>Vertical beam stop
-temperature transmitter </text>
-    <scripts />
-    <height>58</height>
-    <border_width>2</border_width>
-    <scale_options>
-      <width_scalable>true</width_scalable>
-      <height_scalable>true</height_scalable>
-      <keep_wh_ratio>false</keep_wh_ratio>
-    </scale_options>
-    <visible>true</visible>
-    <vertical_alignment>1</vertical_alignment>
-    <border_color>
-      <color name="Blue" red="0" green="128" blue="255" />
-    </border_color>
-    <widget_type>Label</widget_type>
-    <wrap_words>true</wrap_words>
-    <background_color>
-      <color name="White" red="255" green="255" blue="255" />
-    </background_color>
-    <width>360</width>
-    <x>372</x>
-    <name>Label Template_19</name>
-    <y>766</y>
-    <foreground_color>
-      <color name="Black" red="0" green="0" blue="0" />
-    </foreground_color>
-    <actions hook="false" hook_all="false" />
-    <show_scrollbar>false</show_scrollbar>
-    <font>
-      <fontdata fontName="Monospace" height="19" style="1" />
-    </font>
-  </widget>
-  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-    <border_style>0</border_style>
-    <tooltip></tooltip>
-    <horizontal_alignment>0</horizontal_alignment>
-    <rules />
-    <enabled>true</enabled>
-    <wuid>-209fb26:154e7ea932c:-7275</wuid>
-    <transparent>true</transparent>
-    <auto_size>true</auto_size>
-    <text>Vertical slit temperature 
-transmitter</text>
-    <scripts />
-    <height>58</height>
-    <border_width>2</border_width>
-    <scale_options>
-      <width_scalable>true</width_scalable>
-      <height_scalable>true</height_scalable>
-      <keep_wh_ratio>false</keep_wh_ratio>
-    </scale_options>
-    <visible>true</visible>
-    <vertical_alignment>1</vertical_alignment>
-    <border_color>
-      <color name="Blue" red="0" green="128" blue="255" />
-    </border_color>
-    <widget_type>Label</widget_type>
-    <wrap_words>true</wrap_words>
-    <background_color>
-      <color name="White" red="255" green="255" blue="255" />
-    </background_color>
-    <width>390</width>
-    <x>372</x>
-    <name>Label Template_20</name>
-    <y>846</y>
-    <foreground_color>
-      <color name="Black" red="0" green="0" blue="0" />
-    </foreground_color>
-    <actions hook="false" hook_all="false" />
-    <show_scrollbar>false</show_scrollbar>
-    <font>
-      <fontdata fontName="Monospace" height="19" style="1" />
-    </font>
-  </widget>
-  <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
-    <alarm_pulsing>false</alarm_pulsing>
-    <tooltip>$(pv_name)</tooltip>
-    <rules />
-    <effect_3d>true</effect_3d>
-    <bit>-1</bit>
-    <pv_value />
-    <height>60</height>
-    <border_width>1</border_width>
-    <visible>true</visible>
-    <pv_name>INFN-SRC:INTK-MFC:STATUS</pv_name>
-    <border_color>
-      <color name="Blue" red="0" green="128" blue="255" />
-    </border_color>
-    <widget_type>LED</widget_type>
-    <name>LED_10</name>
-    <actions hook="false" hook_all="false" />
-    <show_boolean_label>false</show_boolean_label>
-    <border_style>0</border_style>
-    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-    <enabled>true</enabled>
-    <wuid>-209fb26:154e7ea932c:-6da6</wuid>
-    <on_color>
-      <color name="Green On" red="0" green="255" blue="0" />
-    </on_color>
-    <scripts />
-    <border_alarm_sensitive>false</border_alarm_sensitive>
-    <on_label>ON</on_label>
-    <scale_options>
-      <width_scalable>true</width_scalable>
-      <height_scalable>true</height_scalable>
-      <keep_wh_ratio>true</keep_wh_ratio>
-    </scale_options>
-    <off_color>
-      <color name="Major" red="255" green="0" blue="0" />
-    </off_color>
-    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-    <background_color>
-      <color name="Field Background Grey" red="240" green="240" blue="240" />
-    </background_color>
-    <square_led>false</square_led>
-    <width>60</width>
-    <x>1197</x>
-    <data_type>0</data_type>
-    <y>180</y>
-    <foreground_color>
-      <color name="Button Grey" red="180" green="180" blue="180" />
-    </foreground_color>
-    <font>
-      <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-    </font>
-    <off_label>OFF</off_label>
-  </widget>
-  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-    <border_style>0</border_style>
-    <tooltip></tooltip>
-    <horizontal_alignment>0</horizontal_alignment>
-    <rules />
-    <enabled>true</enabled>
-    <wuid>-209fb26:154e7ea932c:-6da5</wuid>
-    <transparent>true</transparent>
-    <auto_size>true</auto_size>
-    <text>Vacuum status</text>
-    <scripts />
-    <height>29</height>
-    <border_width>2</border_width>
-    <scale_options>
-      <width_scalable>true</width_scalable>
-      <height_scalable>true</height_scalable>
-      <keep_wh_ratio>false</keep_wh_ratio>
-    </scale_options>
-    <visible>true</visible>
-    <vertical_alignment>1</vertical_alignment>
-    <border_color>
-      <color name="Blue" red="0" green="128" blue="255" />
-    </border_color>
-    <widget_type>Label</widget_type>
-    <wrap_words>true</wrap_words>
-    <background_color>
-      <color name="White" red="255" green="255" blue="255" />
-    </background_color>
-    <width>195</width>
-    <x>1272</x>
-    <name>Label Template_21</name>
-    <y>195</y>
-    <foreground_color>
-      <color name="Black" red="0" green="0" blue="0" />
-    </foreground_color>
-    <actions hook="false" hook_all="false" />
-    <show_scrollbar>false</show_scrollbar>
-    <font>
-      <fontdata fontName="Monospace" height="19" style="1" />
-    </font>
-  </widget>
-  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-    <border_style>0</border_style>
-    <tooltip></tooltip>
-    <horizontal_alignment>0</horizontal_alignment>
-    <rules />
-    <enabled>true</enabled>
-    <wuid>-209fb26:154e7ea932c:-6da4</wuid>
-    <transparent>true</transparent>
-    <auto_size>true</auto_size>
-    <text>Fault mode 2 </text>
-    <scripts />
-    <height>43</height>
-    <border_width>2</border_width>
-    <scale_options>
-      <width_scalable>true</width_scalable>
-      <height_scalable>true</height_scalable>
-      <keep_wh_ratio>false</keep_wh_ratio>
-    </scale_options>
-    <visible>true</visible>
-    <vertical_alignment>1</vertical_alignment>
-    <border_color>
-      <color name="Blue" red="0" green="128" blue="255" />
-    </border_color>
-    <widget_type>Label</widget_type>
-    <wrap_words>true</wrap_words>
-    <background_color>
-      <color name="White" red="255" green="255" blue="255" />
-    </background_color>
-    <width>286</width>
-    <x>1392</x>
-    <name>Label Template_22</name>
-    <y>75</y>
-    <foreground_color>
-      <color name="Black" red="0" green="0" blue="0" />
-    </foreground_color>
-    <actions hook="false" hook_all="false" />
-    <show_scrollbar>false</show_scrollbar>
-    <font>
-      <fontdata fontName="Monospace" height="28" style="1" />
-    </font>
-  </widget>
-  <widget typeId="org.csstudio.opibuilder.widgets.ActionButton" version="2.0.0">
-    <toggle_button>false</toggle_button>
-    <border_style>14</border_style>
-    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-    <alarm_pulsing>false</alarm_pulsing>
-    <tooltip>$(pv_name)</tooltip>
-    <push_action_index>0</push_action_index>
-    <rules>
-      <rule name="Rule_END_FM2" prop_id="enabled" out_exp="false">
-        <exp bool_exp="pv0 == 1 &amp;&amp; pv1==1">
-          <value>true</value>
-        </exp>
-        <pv trig="true">INFN-SRC:INTK-MPS:STATUS</pv>
-        <pv trig="true">INFN-SRC:INTK-HMI:FM2</pv>
-      </rule>
-    </rules>
-    <enabled>true</enabled>
-    <wuid>-209fb26:154e7ea932c:-6da3</wuid>
-    <pv_value />
-    <text>End of the fault mode</text>
-    <scripts>
-      <path pathString="EmbeddedJs" checkConnect="true" sfe="false" seoe="false">
-        <scriptName>EmbeddedScript</scriptName>
+<display typeId="org.csstudio.opibuilder.Display" version="1.0.0">
+  <show_close_button>true</show_close_button>
+  <rules />
+  <wuid>-14a921ec:134b2495e46:-7f53</wuid>
+  <show_grid>false</show_grid>
+  <auto_zoom_to_fit_all>false</auto_zoom_to_fit_all>
+  <scripts />
+  <height>1280</height>
+  <macros>
+    <include_parent_macros>true</include_parent_macros>
+  </macros>
+  <boy_version>4.0.103.201507131348</boy_version>
+  <show_edit_range>true</show_edit_range>
+  <widget_type>Display</widget_type>
+  <auto_scale_widgets>
+    <auto_scale_widgets>true</auto_scale_widgets>
+    <min_width>-1</min_width>
+    <min_height>-1</min_height>
+  </auto_scale_widgets>
+  <background_color>
+    <color name="GUI Background Grey" red="220" green="220" blue="220" />
+  </background_color>
+  <width>1920</width>
+  <x>0</x>
+  <name></name>
+  <grid_space>10</grid_space>
+  <show_ruler>true</show_ruler>
+  <y>0</y>
+  <snap_to_geometry>true</snap_to_geometry>
+  <foreground_color>
+    <color name="Container Border Grey" red="150" green="150" blue="150" />
+  </foreground_color>
+  <actions hook="false" hook_all="false" />
+  <widget typeId="org.csstudio.opibuilder.widgets.Rectangle" version="1.0.0">
+    <border_style>0</border_style>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <line_width>0</line_width>
+    <horizontal_fill>true</horizontal_fill>
+    <alarm_pulsing>false</alarm_pulsing>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <rules />
+    <enabled>true</enabled>
+    <wuid>75ed6521:158d9b9c63a:-7078</wuid>
+    <transparent>false</transparent>
+    <pv_value />
+    <alpha>255</alpha>
+    <bg_gradient_color>
+      <color red="255" green="255" blue="255" />
+    </bg_gradient_color>
+    <scripts />
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <height>1280</height>
+    <border_width>1</border_width>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <visible>true</visible>
+    <pv_name></pv_name>
+    <gradient>false</gradient>
+    <border_color>
+      <color red="0" green="128" blue="255" />
+    </border_color>
+    <anti_alias>true</anti_alias>
+    <line_style>0</line_style>
+    <widget_type>Rectangle</widget_type>
+    <fg_gradient_color>
+      <color red="255" green="255" blue="255" />
+    </fg_gradient_color>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color name="Container Grey" red="200" green="200" blue="200" />
+    </background_color>
+    <width>2193</width>
+    <x>12</x>
+    <name>Rectangle</name>
+    <y>-3</y>
+    <fill_level>0.0</fill_level>
+    <foreground_color>
+      <color red="255" green="0" blue="0" />
+    </foreground_color>
+    <actions hook="false" hook_all="false" />
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+    </font>
+    <line_color>
+      <color red="128" green="0" blue="255" />
+    </line_color>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.RoundedRectangle" version="1.0.0">
+    <border_style>0</border_style>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <line_width>0</line_width>
+    <horizontal_fill>true</horizontal_fill>
+    <alarm_pulsing>false</alarm_pulsing>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <rules />
+    <enabled>true</enabled>
+    <wuid>-209fb26:154e7ea932c:-768c</wuid>
+    <transparent>false</transparent>
+    <pv_value />
+    <alpha>255</alpha>
+    <corner_height>16</corner_height>
+    <bg_gradient_color>
+      <color red="255" green="255" blue="255" />
+    </bg_gradient_color>
+    <scripts />
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <height>1191</height>
+    <border_width>1</border_width>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <visible>true</visible>
+    <pv_name></pv_name>
+    <gradient>false</gradient>
+    <border_color>
+      <color red="0" green="128" blue="255" />
+    </border_color>
+    <anti_alias>true</anti_alias>
+    <corner_width>16</corner_width>
+    <line_style>0</line_style>
+    <widget_type>Rounded Rectangle</widget_type>
+    <fg_gradient_color>
+      <color red="255" green="255" blue="255" />
+    </fg_gradient_color>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color name="Field Background Grey" red="240" green="240" blue="240" />
+    </background_color>
+    <width>722</width>
+    <x>272</x>
+    <name>Rounded Rectangle</name>
+    <y>20</y>
+    <fill_level>0.0</fill_level>
+    <foreground_color>
+      <color red="255" green="0" blue="0" />
+    </foreground_color>
+    <actions hook="false" hook_all="false" />
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+    </font>
+    <line_color>
+      <color red="128" green="0" blue="255" />
+    </line_color>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.RoundedRectangle" version="1.0.0">
+    <border_style>0</border_style>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <line_width>0</line_width>
+    <horizontal_fill>true</horizontal_fill>
+    <alarm_pulsing>false</alarm_pulsing>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <rules />
+    <enabled>true</enabled>
+    <wuid>-209fb26:154e7ea932c:-758d</wuid>
+    <transparent>false</transparent>
+    <pv_value />
+    <alpha>255</alpha>
+    <corner_height>16</corner_height>
+    <bg_gradient_color>
+      <color red="255" green="255" blue="255" />
+    </bg_gradient_color>
+    <scripts />
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <height>246</height>
+    <border_width>1</border_width>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <visible>true</visible>
+    <pv_name></pv_name>
+    <gradient>false</gradient>
+    <border_color>
+      <color name="Invalid" red="255" green="0" blue="255" />
+    </border_color>
+    <anti_alias>true</anti_alias>
+    <corner_width>16</corner_width>
+    <line_style>0</line_style>
+    <widget_type>Rounded Rectangle</widget_type>
+    <fg_gradient_color>
+      <color red="255" green="255" blue="255" />
+    </fg_gradient_color>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color name="Primary Blue" red="0" green="148" blue="202" />
+    </background_color>
+    <width>722</width>
+    <x>272</x>
+    <name>Rounded Rectangle_1</name>
+    <y>20</y>
+    <fill_level>0.0</fill_level>
+    <foreground_color>
+      <color red="255" green="0" blue="0" />
+    </foreground_color>
+    <actions hook="false" hook_all="false" />
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+    </font>
+    <line_color>
+      <color red="128" green="0" blue="255" />
+    </line_color>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Rectangle" version="1.0.0">
+    <border_style>0</border_style>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <line_width>0</line_width>
+    <horizontal_fill>true</horizontal_fill>
+    <alarm_pulsing>false</alarm_pulsing>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <rules />
+    <enabled>true</enabled>
+    <wuid>-209fb26:154e7ea932c:-7462</wuid>
+    <transparent>false</transparent>
+    <pv_value />
+    <alpha>255</alpha>
+    <bg_gradient_color>
+      <color red="255" green="255" blue="255" />
+    </bg_gradient_color>
+    <scripts />
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <height>300</height>
+    <border_width>1</border_width>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <visible>true</visible>
+    <pv_name></pv_name>
+    <gradient>false</gradient>
+    <border_color>
+      <color red="0" green="128" blue="255" />
+    </border_color>
+    <anti_alias>true</anti_alias>
+    <line_style>0</line_style>
+    <widget_type>Rectangle</widget_type>
+    <fg_gradient_color>
+      <color red="255" green="255" blue="255" />
+    </fg_gradient_color>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color name="Field Background Grey" red="240" green="240" blue="240" />
+    </background_color>
+    <width>722</width>
+    <x>272</x>
+    <name>Rectangle_1</name>
+    <y>160</y>
+    <fill_level>0.0</fill_level>
+    <foreground_color>
+      <color red="255" green="0" blue="0" />
+    </foreground_color>
+    <actions hook="false" hook_all="false" />
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+    </font>
+    <line_color>
+      <color red="128" green="0" blue="255" />
+    </line_color>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.RoundedRectangle" version="1.0.0">
+    <border_style>0</border_style>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <line_width>0</line_width>
+    <horizontal_fill>true</horizontal_fill>
+    <alarm_pulsing>false</alarm_pulsing>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <rules />
+    <enabled>true</enabled>
+    <wuid>-209fb26:154e7ea932c:-7420</wuid>
+    <transparent>false</transparent>
+    <pv_value />
+    <alpha>255</alpha>
+    <corner_height>16</corner_height>
+    <bg_gradient_color>
+      <color red="255" green="255" blue="255" />
+    </bg_gradient_color>
+    <scripts />
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <height>602</height>
+    <border_width>1</border_width>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <visible>true</visible>
+    <pv_name></pv_name>
+    <gradient>false</gradient>
+    <border_color>
+      <color red="0" green="128" blue="255" />
+    </border_color>
+    <anti_alias>true</anti_alias>
+    <corner_width>16</corner_width>
+    <line_style>0</line_style>
+    <widget_type>Rounded Rectangle</widget_type>
+    <fg_gradient_color>
+      <color red="255" green="255" blue="255" />
+    </fg_gradient_color>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color name="Field Background Grey" red="240" green="240" blue="240" />
+    </background_color>
+    <width>722</width>
+    <x>1180</x>
+    <name>Rounded Rectangle_2</name>
+    <y>20</y>
+    <fill_level>0.0</fill_level>
+    <foreground_color>
+      <color red="255" green="0" blue="0" />
+    </foreground_color>
+    <actions hook="false" hook_all="false" />
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+    </font>
+    <line_color>
+      <color red="128" green="0" blue="255" />
+    </line_color>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.RoundedRectangle" version="1.0.0">
+    <border_style>0</border_style>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <line_width>0</line_width>
+    <horizontal_fill>true</horizontal_fill>
+    <alarm_pulsing>false</alarm_pulsing>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <rules />
+    <enabled>true</enabled>
+    <wuid>-209fb26:154e7ea932c:-741f</wuid>
+    <transparent>false</transparent>
+    <pv_value />
+    <alpha>255</alpha>
+    <corner_height>16</corner_height>
+    <bg_gradient_color>
+      <color red="255" green="255" blue="255" />
+    </bg_gradient_color>
+    <scripts />
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <height>246</height>
+    <border_width>1</border_width>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <visible>true</visible>
+    <pv_name></pv_name>
+    <gradient>false</gradient>
+    <border_color>
+      <color red="0" green="128" blue="255" />
+    </border_color>
+    <anti_alias>true</anti_alias>
+    <corner_width>16</corner_width>
+    <line_style>0</line_style>
+    <widget_type>Rounded Rectangle</widget_type>
+    <fg_gradient_color>
+      <color red="255" green="255" blue="255" />
+    </fg_gradient_color>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color name="Primary Blue" red="0" green="148" blue="202" />
+    </background_color>
+    <width>722</width>
+    <x>1180</x>
+    <name>Rounded Rectangle_3</name>
+    <y>20</y>
+    <fill_level>0.0</fill_level>
+    <foreground_color>
+      <color red="255" green="0" blue="0" />
+    </foreground_color>
+    <actions hook="false" hook_all="false" />
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+    </font>
+    <line_color>
+      <color red="128" green="0" blue="255" />
+    </line_color>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Rectangle" version="1.0.0">
+    <border_style>0</border_style>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <line_width>0</line_width>
+    <horizontal_fill>true</horizontal_fill>
+    <alarm_pulsing>false</alarm_pulsing>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <rules />
+    <enabled>true</enabled>
+    <wuid>-209fb26:154e7ea932c:-741e</wuid>
+    <transparent>false</transparent>
+    <pv_value />
+    <alpha>255</alpha>
+    <bg_gradient_color>
+      <color red="255" green="255" blue="255" />
+    </bg_gradient_color>
+    <scripts />
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <height>300</height>
+    <border_width>1</border_width>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <visible>true</visible>
+    <pv_name></pv_name>
+    <gradient>false</gradient>
+    <border_color>
+      <color red="0" green="128" blue="255" />
+    </border_color>
+    <anti_alias>true</anti_alias>
+    <line_style>0</line_style>
+    <widget_type>Rectangle</widget_type>
+    <fg_gradient_color>
+      <color red="255" green="255" blue="255" />
+    </fg_gradient_color>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color name="Field Background Grey" red="240" green="240" blue="240" />
+    </background_color>
+    <width>722</width>
+    <x>1180</x>
+    <name>Rectangle_2</name>
+    <y>160</y>
+    <fill_level>0.0</fill_level>
+    <foreground_color>
+      <color red="255" green="0" blue="0" />
+    </foreground_color>
+    <actions hook="false" hook_all="false" />
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+    </font>
+    <line_color>
+      <color red="128" green="0" blue="255" />
+    </line_color>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.RoundedRectangle" version="1.0.0">
+    <border_style>0</border_style>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <line_width>0</line_width>
+    <horizontal_fill>true</horizontal_fill>
+    <alarm_pulsing>false</alarm_pulsing>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <rules />
+    <enabled>true</enabled>
+    <wuid>-209fb26:154e7ea932c:-7404</wuid>
+    <transparent>false</transparent>
+    <pv_value />
+    <alpha>255</alpha>
+    <corner_height>16</corner_height>
+    <bg_gradient_color>
+      <color red="255" green="255" blue="255" />
+    </bg_gradient_color>
+    <scripts />
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <height>564</height>
+    <border_width>1</border_width>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <visible>true</visible>
+    <pv_name></pv_name>
+    <gradient>false</gradient>
+    <border_color>
+      <color red="0" green="128" blue="255" />
+    </border_color>
+    <anti_alias>true</anti_alias>
+    <corner_width>16</corner_width>
+    <line_style>0</line_style>
+    <widget_type>Rounded Rectangle</widget_type>
+    <fg_gradient_color>
+      <color red="255" green="255" blue="255" />
+    </fg_gradient_color>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color name="Field Background Grey" red="240" green="240" blue="240" />
+    </background_color>
+    <width>722</width>
+    <x>1180</x>
+    <name>Rounded Rectangle_4</name>
+    <y>648</y>
+    <fill_level>0.0</fill_level>
+    <foreground_color>
+      <color red="255" green="0" blue="0" />
+    </foreground_color>
+    <actions hook="false" hook_all="false" />
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+    </font>
+    <line_color>
+      <color red="128" green="0" blue="255" />
+    </line_color>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.RoundedRectangle" version="1.0.0">
+    <border_style>0</border_style>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <line_width>0</line_width>
+    <horizontal_fill>true</horizontal_fill>
+    <alarm_pulsing>false</alarm_pulsing>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <rules />
+    <enabled>true</enabled>
+    <wuid>-209fb26:154e7ea932c:-7403</wuid>
+    <transparent>false</transparent>
+    <pv_value />
+    <alpha>255</alpha>
+    <corner_height>16</corner_height>
+    <bg_gradient_color>
+      <color red="255" green="255" blue="255" />
+    </bg_gradient_color>
+    <scripts />
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <height>246</height>
+    <border_width>1</border_width>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <visible>true</visible>
+    <pv_name></pv_name>
+    <gradient>false</gradient>
+    <border_color>
+      <color red="0" green="128" blue="255" />
+    </border_color>
+    <anti_alias>true</anti_alias>
+    <corner_width>16</corner_width>
+    <line_style>0</line_style>
+    <widget_type>Rounded Rectangle</widget_type>
+    <fg_gradient_color>
+      <color red="255" green="255" blue="255" />
+    </fg_gradient_color>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color name="Primary Blue" red="0" green="148" blue="202" />
+    </background_color>
+    <width>722</width>
+    <x>1180</x>
+    <name>Rounded Rectangle_5</name>
+    <y>648</y>
+    <fill_level>0.0</fill_level>
+    <foreground_color>
+      <color red="255" green="0" blue="0" />
+    </foreground_color>
+    <actions hook="false" hook_all="false" />
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+    </font>
+    <line_color>
+      <color red="128" green="0" blue="255" />
+    </line_color>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Rectangle" version="1.0.0">
+    <border_style>0</border_style>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <line_width>0</line_width>
+    <horizontal_fill>true</horizontal_fill>
+    <alarm_pulsing>false</alarm_pulsing>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <rules />
+    <enabled>true</enabled>
+    <wuid>-209fb26:154e7ea932c:-7402</wuid>
+    <transparent>false</transparent>
+    <pv_value />
+    <alpha>255</alpha>
+    <bg_gradient_color>
+      <color red="255" green="255" blue="255" />
+    </bg_gradient_color>
+    <scripts />
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <height>300</height>
+    <border_width>1</border_width>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <visible>true</visible>
+    <pv_name></pv_name>
+    <gradient>false</gradient>
+    <border_color>
+      <color red="0" green="128" blue="255" />
+    </border_color>
+    <anti_alias>true</anti_alias>
+    <line_style>0</line_style>
+    <widget_type>Rectangle</widget_type>
+    <fg_gradient_color>
+      <color red="255" green="255" blue="255" />
+    </fg_gradient_color>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color name="Field Background Grey" red="240" green="240" blue="240" />
+    </background_color>
+    <width>722</width>
+    <x>1180</x>
+    <name>Rectangle_3</name>
+    <y>788</y>
+    <fill_level>0.0</fill_level>
+    <foreground_color>
+      <color red="255" green="0" blue="0" />
+    </foreground_color>
+    <actions hook="false" hook_all="false" />
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+    </font>
+    <line_color>
+      <color red="128" green="0" blue="255" />
+    </line_color>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <border_style>0</border_style>
+    <tooltip></tooltip>
+    <horizontal_alignment>0</horizontal_alignment>
+    <rules />
+    <enabled>true</enabled>
+    <wuid>-209fb26:154e7ea932c:-7287</wuid>
+    <transparent>true</transparent>
+    <auto_size>true</auto_size>
+    <text>Fault mode 1 </text>
+    <scripts />
+    <height>43</height>
+    <border_width>2</border_width>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <visible>true</visible>
+    <vertical_alignment>1</vertical_alignment>
+    <border_color>
+      <color name="Blue" red="0" green="128" blue="255" />
+    </border_color>
+    <widget_type>Label</widget_type>
+    <wrap_words>true</wrap_words>
+    <background_color>
+      <color name="White" red="255" green="255" blue="255" />
+    </background_color>
+    <width>286</width>
+    <x>477</x>
+    <name>Label Template_11</name>
+    <y>75</y>
+    <foreground_color>
+      <color name="Black" red="0" green="0" blue="0" />
+    </foreground_color>
+    <actions hook="false" hook_all="false" />
+    <show_scrollbar>false</show_scrollbar>
+    <font>
+      <fontdata fontName="Monospace" height="28" style="1" />
+    </font>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
+    <alarm_pulsing>false</alarm_pulsing>
+    <tooltip>$(pv_name)</tooltip>
+    <rules />
+    <effect_3d>true</effect_3d>
+    <bit>-1</bit>
+    <pv_value />
+    <height>60</height>
+    <border_width>1</border_width>
+    <visible>true</visible>
+    <pv_name>INFN-SRC:INTK-MPS:STATUS</pv_name>
+    <border_color>
+      <color name="Blue" red="0" green="128" blue="255" />
+    </border_color>
+    <widget_type>LED</widget_type>
+    <name>LED</name>
+    <actions hook="false" hook_all="false" />
+    <show_boolean_label>false</show_boolean_label>
+    <border_style>0</border_style>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <enabled>true</enabled>
+    <wuid>-209fb26:154e7ea932c:-7286</wuid>
+    <on_color>
+      <color red="0" green="255" blue="0" />
+    </on_color>
+    <scripts />
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <on_label>ON</on_label>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <off_color>
+      <color name="Major" red="255" green="0" blue="0" />
+    </off_color>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color name="Field Background Grey" red="240" green="240" blue="240" />
+    </background_color>
+    <square_led>false</square_led>
+    <width>60</width>
+    <x>297</x>
+    <data_type>0</data_type>
+    <y>180</y>
+    <foreground_color>
+      <color name="Button Grey" red="180" green="180" blue="180" />
+    </foreground_color>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+    </font>
+    <off_label>OFF</off_label>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
+    <alarm_pulsing>false</alarm_pulsing>
+    <tooltip>$(pv_name)</tooltip>
+    <rules>
+      <rule name="Rule_VS:TEMP" prop_id="on_color" out_exp="false">
+        <exp bool_exp="pv0 &lt; pv1">
+          <value>
+            <color red="0" green="255" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">INFN-SRC:INTK-VS:TEMP</pv>
+        <pv trig="true">INFN-SRC:INTK-HMI:TEMP_MAX</pv>
+      </rule>
+    </rules>
+    <effect_3d>true</effect_3d>
+    <bit>-1</bit>
+    <pv_value />
+    <height>60</height>
+    <border_width>1</border_width>
+    <visible>true</visible>
+    <pv_name>INFN-SRC:INTK-TT4:TEMP</pv_name>
+    <border_color>
+      <color name="Blue" red="0" green="128" blue="255" />
+    </border_color>
+    <widget_type>LED</widget_type>
+    <name>LED_1</name>
+    <actions hook="false" hook_all="false" />
+    <show_boolean_label>false</show_boolean_label>
+    <border_style>0</border_style>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <enabled>true</enabled>
+    <wuid>-209fb26:154e7ea932c:-7285</wuid>
+    <on_color>
+      <color name="Major" red="255" green="0" blue="0" />
+    </on_color>
+    <scripts />
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <on_label>ON</on_label>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <off_color>
+      <color name="Green On" red="0" green="255" blue="0" />
+    </off_color>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color name="Field Background Grey" red="240" green="240" blue="240" />
+    </background_color>
+    <square_led>false</square_led>
+    <width>60</width>
+    <x>297</x>
+    <data_type>0</data_type>
+    <y>846</y>
+    <foreground_color>
+      <color name="Button Grey" red="180" green="180" blue="180" />
+    </foreground_color>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+    </font>
+    <off_label>OFF</off_label>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
+    <alarm_pulsing>false</alarm_pulsing>
+    <tooltip>$(pv_name)</tooltip>
+    <rules>
+      <rule name="Rule_VBS:TEMP" prop_id="on_color" out_exp="false">
+        <exp bool_exp="pv0 &lt; pv1">
+          <value>
+            <color red="0" green="255" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">INFN-SRC:INTK-VBS:TEMP</pv>
+        <pv trig="true">INFN-SRC:INTK-HMI:TEMP_MAX</pv>
+      </rule>
+    </rules>
+    <effect_3d>true</effect_3d>
+    <bit>-1</bit>
+    <pv_value />
+    <height>60</height>
+    <border_width>1</border_width>
+    <visible>true</visible>
+    <pv_name>INFN-SRC:INTK-TT3:TEMP</pv_name>
+    <border_color>
+      <color name="Blue" red="0" green="128" blue="255" />
+    </border_color>
+    <widget_type>LED</widget_type>
+    <name>LED_2</name>
+    <actions hook="false" hook_all="false" />
+    <show_boolean_label>false</show_boolean_label>
+    <border_style>0</border_style>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <enabled>true</enabled>
+    <wuid>-209fb26:154e7ea932c:-7284</wuid>
+    <on_color>
+      <color name="Major" red="255" green="0" blue="0" />
+    </on_color>
+    <scripts />
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <on_label>ON</on_label>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <off_color>
+      <color name="Green On" red="0" green="255" blue="0" />
+    </off_color>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color name="Field Background Grey" red="240" green="240" blue="240" />
+    </background_color>
+    <square_led>false</square_led>
+    <width>60</width>
+    <x>297</x>
+    <data_type>0</data_type>
+    <y>766</y>
+    <foreground_color>
+      <color name="Button Grey" red="180" green="180" blue="180" />
+    </foreground_color>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+    </font>
+    <off_label>OFF</off_label>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
+    <alarm_pulsing>false</alarm_pulsing>
+    <tooltip>$(pv_name)</tooltip>
+    <rules>
+      <rule name="Rule_HS:TEMP" prop_id="on_color" out_exp="false">
+        <exp bool_exp="pv0 &lt; pv1">
+          <value>
+            <color red="0" green="255" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">INFN-SRC:INTK-HS:TEMP</pv>
+        <pv trig="true">INFN-SRC:INTK-HMI:TEMP_MAX</pv>
+      </rule>
+    </rules>
+    <effect_3d>true</effect_3d>
+    <bit>-1</bit>
+    <pv_value />
+    <height>60</height>
+    <border_width>1</border_width>
+    <visible>true</visible>
+    <pv_name>INFN-SRC:INTK-TT2:TEMP</pv_name>
+    <border_color>
+      <color name="Blue" red="0" green="128" blue="255" />
+    </border_color>
+    <widget_type>LED</widget_type>
+    <name>LED_3</name>
+    <actions hook="false" hook_all="false" />
+    <show_boolean_label>false</show_boolean_label>
+    <border_style>0</border_style>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <enabled>true</enabled>
+    <wuid>-209fb26:154e7ea932c:-7283</wuid>
+    <on_color>
+      <color name="Major" red="255" green="0" blue="0" />
+    </on_color>
+    <scripts />
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <on_label>ON</on_label>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <off_color>
+      <color red="0" green="255" blue="0" />
+    </off_color>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="238" green="238" blue="236" />
+    </background_color>
+    <square_led>false</square_led>
+    <width>60</width>
+    <x>297</x>
+    <data_type>0</data_type>
+    <y>685</y>
+    <foreground_color>
+      <color name="Button Grey" red="180" green="180" blue="180" />
+    </foreground_color>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+    </font>
+    <off_label>OFF</off_label>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
+    <alarm_pulsing>false</alarm_pulsing>
+    <tooltip>$(pv_name)</tooltip>
+    <rules />
+    <effect_3d>true</effect_3d>
+    <bit>-1</bit>
+    <pv_value />
+    <height>60</height>
+    <border_width>1</border_width>
+    <visible>true</visible>
+    <pv_name>INFN-SRC:INTK-TT1:TEMP</pv_name>
+    <border_color>
+      <color name="Blue" red="0" green="128" blue="255" />
+    </border_color>
+    <widget_type>LED</widget_type>
+    <name>LED_4</name>
+    <actions hook="false" hook_all="false" />
+    <show_boolean_label>false</show_boolean_label>
+    <border_style>0</border_style>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <enabled>true</enabled>
+    <wuid>-209fb26:154e7ea932c:-7282</wuid>
+    <on_color>
+      <color name="Major" red="255" green="0" blue="0" />
+    </on_color>
+    <scripts />
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <on_label>ON</on_label>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <off_color>
+      <color red="0" green="255" blue="0" />
+    </off_color>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="238" green="238" blue="236" />
+    </background_color>
+    <square_led>false</square_led>
+    <width>60</width>
+    <x>297</x>
+    <data_type>0</data_type>
+    <y>607</y>
+    <foreground_color>
+      <color name="Button Grey" red="180" green="180" blue="180" />
+    </foreground_color>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+    </font>
+    <off_label>OFF</off_label>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
+    <alarm_pulsing>false</alarm_pulsing>
+    <tooltip>$(pv_name)</tooltip>
+    <rules />
+    <effect_3d>true</effect_3d>
+    <bit>-1</bit>
+    <pv_value />
+    <height>60</height>
+    <border_width>1</border_width>
+    <visible>true</visible>
+    <pv_name>INFN-SRC:INTK-VEm4:WFDS</pv_name>
+    <border_color>
+      <color name="Blue" red="0" green="128" blue="255" />
+    </border_color>
+    <widget_type>LED</widget_type>
+    <name>LED_6</name>
+    <actions hook="false" hook_all="false" />
+    <show_boolean_label>false</show_boolean_label>
+    <border_style>0</border_style>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <enabled>true</enabled>
+    <wuid>-209fb26:154e7ea932c:-7281</wuid>
+    <on_color>
+      <color red="0" green="255" blue="0" />
+    </on_color>
+    <scripts />
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <on_label>ON</on_label>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <off_color>
+      <color name="Major" red="255" green="0" blue="0" />
+    </off_color>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color name="Field Background Grey" red="240" green="240" blue="240" />
+    </background_color>
+    <square_led>false</square_led>
+    <width>60</width>
+    <x>297</x>
+    <data_type>0</data_type>
+    <y>521</y>
+    <foreground_color>
+      <color name="Button Grey" red="180" green="180" blue="180" />
+    </foreground_color>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+    </font>
+    <off_label>OFF</off_label>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
+    <alarm_pulsing>false</alarm_pulsing>
+    <tooltip>$(pv_name)</tooltip>
+    <rules />
+    <effect_3d>true</effect_3d>
+    <bit>-1</bit>
+    <pv_value />
+    <height>60</height>
+    <border_width>1</border_width>
+    <visible>true</visible>
+    <pv_name>INFN-SRC:INTK-VEm3:WFDS</pv_name>
+    <border_color>
+      <color name="Blue" red="0" green="128" blue="255" />
+    </border_color>
+    <widget_type>LED</widget_type>
+    <name>LED_7</name>
+    <actions hook="false" hook_all="false" />
+    <show_boolean_label>false</show_boolean_label>
+    <border_style>0</border_style>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <enabled>true</enabled>
+    <wuid>-209fb26:154e7ea932c:-7280</wuid>
+    <on_color>
+      <color name="Green On" red="0" green="255" blue="0" />
+    </on_color>
+    <scripts />
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <on_label>ON</on_label>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <off_color>
+      <color name="Major" red="255" green="0" blue="0" />
+    </off_color>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color name="Field Background Grey" red="240" green="240" blue="240" />
+    </background_color>
+    <square_led>false</square_led>
+    <width>60</width>
+    <x>297</x>
+    <data_type>0</data_type>
+    <y>438</y>
+    <foreground_color>
+      <color name="Button Grey" red="180" green="180" blue="180" />
+    </foreground_color>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+    </font>
+    <off_label>OFF</off_label>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
+    <alarm_pulsing>false</alarm_pulsing>
+    <tooltip>$(pv_name)</tooltip>
+    <rules />
+    <effect_3d>true</effect_3d>
+    <bit>-1</bit>
+    <pv_value />
+    <height>60</height>
+    <border_width>1</border_width>
+    <visible>true</visible>
+    <pv_name>INFN-SRC:INTK-HEm4:WFDS</pv_name>
+    <border_color>
+      <color name="Blue" red="0" green="128" blue="255" />
+    </border_color>
+    <widget_type>LED</widget_type>
+    <name>LED_8</name>
+    <actions hook="false" hook_all="false" />
+    <show_boolean_label>false</show_boolean_label>
+    <border_style>0</border_style>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <enabled>true</enabled>
+    <wuid>-209fb26:154e7ea932c:-727f</wuid>
+    <on_color>
+      <color red="0" green="255" blue="0" />
+    </on_color>
+    <scripts />
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <on_label>ON</on_label>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <off_color>
+      <color name="Major" red="255" green="0" blue="0" />
+    </off_color>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="238" green="238" blue="236" />
+    </background_color>
+    <square_led>false</square_led>
+    <width>60</width>
+    <x>297</x>
+    <data_type>0</data_type>
+    <y>354</y>
+    <foreground_color>
+      <color name="Button Grey" red="180" green="180" blue="180" />
+    </foreground_color>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+    </font>
+    <off_label>OFF</off_label>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
+    <alarm_pulsing>false</alarm_pulsing>
+    <tooltip>$(pv_name)</tooltip>
+    <rules />
+    <effect_3d>true</effect_3d>
+    <bit>-1</bit>
+    <pv_value />
+    <height>60</height>
+    <border_width>1</border_width>
+    <visible>true</visible>
+    <pv_name>INFN-SRC:INTK-HEm3:WFDS</pv_name>
+    <border_color>
+      <color name="Blue" red="0" green="128" blue="255" />
+    </border_color>
+    <widget_type>LED</widget_type>
+    <name>LED_9</name>
+    <actions hook="false" hook_all="false" />
+    <show_boolean_label>false</show_boolean_label>
+    <border_style>0</border_style>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <enabled>true</enabled>
+    <wuid>-209fb26:154e7ea932c:-727e</wuid>
+    <on_color>
+      <color red="0" green="255" blue="0" />
+    </on_color>
+    <scripts />
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <on_label>ON</on_label>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <off_color>
+      <color name="Major" red="255" green="0" blue="0" />
+    </off_color>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="238" green="238" blue="236" />
+    </background_color>
+    <square_led>false</square_led>
+    <width>60</width>
+    <x>297</x>
+    <data_type>0</data_type>
+    <y>265</y>
+    <foreground_color>
+      <color name="Button Grey" red="180" green="180" blue="180" />
+    </foreground_color>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+    </font>
+    <off_label>OFF</off_label>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <border_style>0</border_style>
+    <tooltip></tooltip>
+    <horizontal_alignment>0</horizontal_alignment>
+    <rules />
+    <enabled>true</enabled>
+    <wuid>-209fb26:154e7ea932c:-727d</wuid>
+    <transparent>true</transparent>
+    <auto_size>true</auto_size>
+    <text>Machine Protection System
+Status</text>
+    <scripts />
+    <height>58</height>
+    <border_width>2</border_width>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <visible>true</visible>
+    <vertical_alignment>1</vertical_alignment>
+    <border_color>
+      <color name="Blue" red="0" green="128" blue="255" />
+    </border_color>
+    <widget_type>Label</widget_type>
+    <wrap_words>true</wrap_words>
+    <background_color>
+      <color name="White" red="255" green="255" blue="255" />
+    </background_color>
+    <width>375</width>
+    <x>372</x>
+    <name>Label Template_1</name>
+    <y>180</y>
+    <foreground_color>
+      <color name="Black" red="0" green="0" blue="0" />
+    </foreground_color>
+    <actions hook="false" hook_all="false" />
+    <show_scrollbar>false</show_scrollbar>
+    <font>
+      <fontdata fontName="Monospace" height="19" style="1" />
+    </font>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <border_style>0</border_style>
+    <tooltip></tooltip>
+    <horizontal_alignment>0</horizontal_alignment>
+    <rules />
+    <enabled>true</enabled>
+    <wuid>-209fb26:154e7ea932c:-727c</wuid>
+    <transparent>true</transparent>
+    <auto_size>true</auto_size>
+    <text>Horizontal water flow 
+detection sensor n°1</text>
+    <scripts />
+    <height>58</height>
+    <border_width>2</border_width>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <visible>true</visible>
+    <vertical_alignment>1</vertical_alignment>
+    <border_color>
+      <color name="Blue" red="0" green="128" blue="255" />
+    </border_color>
+    <widget_type>Label</widget_type>
+    <wrap_words>true</wrap_words>
+    <background_color>
+      <color name="White" red="255" green="255" blue="255" />
+    </background_color>
+    <width>330</width>
+    <x>372</x>
+    <name>Label Template_12</name>
+    <y>265</y>
+    <foreground_color>
+      <color name="Black" red="0" green="0" blue="0" />
+    </foreground_color>
+    <actions hook="false" hook_all="false" />
+    <show_scrollbar>false</show_scrollbar>
+    <font>
+      <fontdata fontName="Monospace" height="19" style="1" />
+    </font>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <border_style>0</border_style>
+    <tooltip></tooltip>
+    <horizontal_alignment>0</horizontal_alignment>
+    <rules />
+    <enabled>true</enabled>
+    <wuid>-209fb26:154e7ea932c:-727b</wuid>
+    <transparent>true</transparent>
+    <auto_size>true</auto_size>
+    <text>Horizontal water flow 
+detection sensor n°2</text>
+    <scripts />
+    <height>58</height>
+    <border_width>2</border_width>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <visible>true</visible>
+    <vertical_alignment>1</vertical_alignment>
+    <border_color>
+      <color name="Blue" red="0" green="128" blue="255" />
+    </border_color>
+    <widget_type>Label</widget_type>
+    <wrap_words>true</wrap_words>
+    <background_color>
+      <color name="White" red="255" green="255" blue="255" />
+    </background_color>
+    <width>330</width>
+    <x>372</x>
+    <name>Label Template_14</name>
+    <y>354</y>
+    <foreground_color>
+      <color name="Black" red="0" green="0" blue="0" />
+    </foreground_color>
+    <actions hook="false" hook_all="false" />
+    <show_scrollbar>false</show_scrollbar>
+    <font>
+      <fontdata fontName="Monospace" height="19" style="1" />
+    </font>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <border_style>0</border_style>
+    <tooltip></tooltip>
+    <horizontal_alignment>0</horizontal_alignment>
+    <rules />
+    <enabled>true</enabled>
+    <wuid>-209fb26:154e7ea932c:-727a</wuid>
+    <transparent>true</transparent>
+    <auto_size>true</auto_size>
+    <text>Vertical water flow 
+detection sensor n°1 </text>
+    <scripts />
+    <height>58</height>
+    <border_width>2</border_width>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <visible>true</visible>
+    <vertical_alignment>1</vertical_alignment>
+    <border_color>
+      <color name="Blue" red="0" green="128" blue="255" />
+    </border_color>
+    <widget_type>Label</widget_type>
+    <wrap_words>true</wrap_words>
+    <background_color>
+      <color name="White" red="255" green="255" blue="255" />
+    </background_color>
+    <width>315</width>
+    <x>372</x>
+    <name>Label Template_15</name>
+    <y>438</y>
+    <foreground_color>
+      <color name="Black" red="0" green="0" blue="0" />
+    </foreground_color>
+    <actions hook="false" hook_all="false" />
+    <show_scrollbar>false</show_scrollbar>
+    <font>
+      <fontdata fontName="Monospace" height="19" style="1" />
+    </font>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <border_style>0</border_style>
+    <tooltip></tooltip>
+    <horizontal_alignment>0</horizontal_alignment>
+    <rules />
+    <enabled>true</enabled>
+    <wuid>-209fb26:154e7ea932c:-7279</wuid>
+    <transparent>true</transparent>
+    <auto_size>true</auto_size>
+    <text>Vertical water flow 
+detection sensor n°2 </text>
+    <scripts />
+    <height>58</height>
+    <border_width>2</border_width>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <visible>true</visible>
+    <vertical_alignment>1</vertical_alignment>
+    <border_color>
+      <color name="Blue" red="0" green="128" blue="255" />
+    </border_color>
+    <widget_type>Label</widget_type>
+    <wrap_words>true</wrap_words>
+    <background_color>
+      <color name="White" red="255" green="255" blue="255" />
+    </background_color>
+    <width>315</width>
+    <x>372</x>
+    <name>Label Template_16</name>
+    <y>521</y>
+    <foreground_color>
+      <color name="Black" red="0" green="0" blue="0" />
+    </foreground_color>
+    <actions hook="false" hook_all="false" />
+    <show_scrollbar>false</show_scrollbar>
+    <font>
+      <fontdata fontName="Monospace" height="19" style="1" />
+    </font>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <border_style>0</border_style>
+    <tooltip></tooltip>
+    <horizontal_alignment>0</horizontal_alignment>
+    <rules />
+    <enabled>true</enabled>
+    <wuid>-209fb26:154e7ea932c:-7278</wuid>
+    <transparent>true</transparent>
+    <auto_size>true</auto_size>
+    <text>Horizontal beam stop
+temperature transmitter </text>
+    <scripts />
+    <height>58</height>
+    <border_width>2</border_width>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <visible>true</visible>
+    <vertical_alignment>1</vertical_alignment>
+    <border_color>
+      <color name="Blue" red="0" green="128" blue="255" />
+    </border_color>
+    <widget_type>Label</widget_type>
+    <wrap_words>true</wrap_words>
+    <background_color>
+      <color name="White" red="255" green="255" blue="255" />
+    </background_color>
+    <width>360</width>
+    <x>372</x>
+    <name>Label Template_17</name>
+    <y>607</y>
+    <foreground_color>
+      <color name="Black" red="0" green="0" blue="0" />
+    </foreground_color>
+    <actions hook="false" hook_all="false" />
+    <show_scrollbar>false</show_scrollbar>
+    <font>
+      <fontdata fontName="Monospace" height="19" style="1" />
+    </font>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <border_style>0</border_style>
+    <tooltip></tooltip>
+    <horizontal_alignment>0</horizontal_alignment>
+    <rules />
+    <enabled>true</enabled>
+    <wuid>-209fb26:154e7ea932c:-7277</wuid>
+    <transparent>true</transparent>
+    <auto_size>true</auto_size>
+    <text>Horizontal slit 
+temperature transmitter </text>
+    <scripts />
+    <height>58</height>
+    <border_width>2</border_width>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <visible>true</visible>
+    <vertical_alignment>1</vertical_alignment>
+    <border_color>
+      <color name="Blue" red="0" green="128" blue="255" />
+    </border_color>
+    <widget_type>Label</widget_type>
+    <wrap_words>true</wrap_words>
+    <background_color>
+      <color name="White" red="255" green="255" blue="255" />
+    </background_color>
+    <width>360</width>
+    <x>372</x>
+    <name>Label Template_18</name>
+    <y>685</y>
+    <foreground_color>
+      <color name="Black" red="0" green="0" blue="0" />
+    </foreground_color>
+    <actions hook="false" hook_all="false" />
+    <show_scrollbar>false</show_scrollbar>
+    <font>
+      <fontdata fontName="Monospace" height="19" style="1" />
+    </font>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <border_style>0</border_style>
+    <tooltip></tooltip>
+    <horizontal_alignment>0</horizontal_alignment>
+    <rules />
+    <enabled>true</enabled>
+    <wuid>-209fb26:154e7ea932c:-7276</wuid>
+    <transparent>true</transparent>
+    <auto_size>true</auto_size>
+    <text>Vertical beam stop
+temperature transmitter </text>
+    <scripts />
+    <height>58</height>
+    <border_width>2</border_width>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <visible>true</visible>
+    <vertical_alignment>1</vertical_alignment>
+    <border_color>
+      <color name="Blue" red="0" green="128" blue="255" />
+    </border_color>
+    <widget_type>Label</widget_type>
+    <wrap_words>true</wrap_words>
+    <background_color>
+      <color name="White" red="255" green="255" blue="255" />
+    </background_color>
+    <width>360</width>
+    <x>372</x>
+    <name>Label Template_19</name>
+    <y>766</y>
+    <foreground_color>
+      <color name="Black" red="0" green="0" blue="0" />
+    </foreground_color>
+    <actions hook="false" hook_all="false" />
+    <show_scrollbar>false</show_scrollbar>
+    <font>
+      <fontdata fontName="Monospace" height="19" style="1" />
+    </font>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <border_style>0</border_style>
+    <tooltip></tooltip>
+    <horizontal_alignment>0</horizontal_alignment>
+    <rules />
+    <enabled>true</enabled>
+    <wuid>-209fb26:154e7ea932c:-7275</wuid>
+    <transparent>true</transparent>
+    <auto_size>true</auto_size>
+    <text>Vertical slit temperature 
+transmitter</text>
+    <scripts />
+    <height>58</height>
+    <border_width>2</border_width>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <visible>true</visible>
+    <vertical_alignment>1</vertical_alignment>
+    <border_color>
+      <color name="Blue" red="0" green="128" blue="255" />
+    </border_color>
+    <widget_type>Label</widget_type>
+    <wrap_words>true</wrap_words>
+    <background_color>
+      <color name="White" red="255" green="255" blue="255" />
+    </background_color>
+    <width>390</width>
+    <x>372</x>
+    <name>Label Template_20</name>
+    <y>846</y>
+    <foreground_color>
+      <color name="Black" red="0" green="0" blue="0" />
+    </foreground_color>
+    <actions hook="false" hook_all="false" />
+    <show_scrollbar>false</show_scrollbar>
+    <font>
+      <fontdata fontName="Monospace" height="19" style="1" />
+    </font>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
+    <alarm_pulsing>false</alarm_pulsing>
+    <tooltip>$(pv_name)</tooltip>
+    <rules />
+    <effect_3d>true</effect_3d>
+    <bit>-1</bit>
+    <pv_value />
+    <height>60</height>
+    <border_width>1</border_width>
+    <visible>true</visible>
+    <pv_name>INFN-SRC:INTK-MFC:STATUS</pv_name>
+    <border_color>
+      <color name="Blue" red="0" green="128" blue="255" />
+    </border_color>
+    <widget_type>LED</widget_type>
+    <name>LED_10</name>
+    <actions hook="false" hook_all="false" />
+    <show_boolean_label>false</show_boolean_label>
+    <border_style>0</border_style>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <enabled>true</enabled>
+    <wuid>-209fb26:154e7ea932c:-6da6</wuid>
+    <on_color>
+      <color name="Green On" red="0" green="255" blue="0" />
+    </on_color>
+    <scripts />
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <on_label>ON</on_label>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <off_color>
+      <color name="Major" red="255" green="0" blue="0" />
+    </off_color>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color name="Field Background Grey" red="240" green="240" blue="240" />
+    </background_color>
+    <square_led>false</square_led>
+    <width>60</width>
+    <x>1197</x>
+    <data_type>0</data_type>
+    <y>180</y>
+    <foreground_color>
+      <color name="Button Grey" red="180" green="180" blue="180" />
+    </foreground_color>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+    </font>
+    <off_label>OFF</off_label>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <border_style>0</border_style>
+    <tooltip></tooltip>
+    <horizontal_alignment>0</horizontal_alignment>
+    <rules />
+    <enabled>true</enabled>
+    <wuid>-209fb26:154e7ea932c:-6da5</wuid>
+    <transparent>true</transparent>
+    <auto_size>true</auto_size>
+    <text>Vacuum status</text>
+    <scripts />
+    <height>29</height>
+    <border_width>2</border_width>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <visible>true</visible>
+    <vertical_alignment>1</vertical_alignment>
+    <border_color>
+      <color name="Blue" red="0" green="128" blue="255" />
+    </border_color>
+    <widget_type>Label</widget_type>
+    <wrap_words>true</wrap_words>
+    <background_color>
+      <color name="White" red="255" green="255" blue="255" />
+    </background_color>
+    <width>195</width>
+    <x>1272</x>
+    <name>Label Template_21</name>
+    <y>195</y>
+    <foreground_color>
+      <color name="Black" red="0" green="0" blue="0" />
+    </foreground_color>
+    <actions hook="false" hook_all="false" />
+    <show_scrollbar>false</show_scrollbar>
+    <font>
+      <fontdata fontName="Monospace" height="19" style="1" />
+    </font>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <border_style>0</border_style>
+    <tooltip></tooltip>
+    <horizontal_alignment>0</horizontal_alignment>
+    <rules />
+    <enabled>true</enabled>
+    <wuid>-209fb26:154e7ea932c:-6da4</wuid>
+    <transparent>true</transparent>
+    <auto_size>true</auto_size>
+    <text>Fault mode 2 </text>
+    <scripts />
+    <height>43</height>
+    <border_width>2</border_width>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <visible>true</visible>
+    <vertical_alignment>1</vertical_alignment>
+    <border_color>
+      <color name="Blue" red="0" green="128" blue="255" />
+    </border_color>
+    <widget_type>Label</widget_type>
+    <wrap_words>true</wrap_words>
+    <background_color>
+      <color name="White" red="255" green="255" blue="255" />
+    </background_color>
+    <width>286</width>
+    <x>1392</x>
+    <name>Label Template_22</name>
+    <y>75</y>
+    <foreground_color>
+      <color name="Black" red="0" green="0" blue="0" />
+    </foreground_color>
+    <actions hook="false" hook_all="false" />
+    <show_scrollbar>false</show_scrollbar>
+    <font>
+      <fontdata fontName="Monospace" height="28" style="1" />
+    </font>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.ActionButton" version="2.0.0">
+    <toggle_button>false</toggle_button>
+    <border_style>14</border_style>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <alarm_pulsing>false</alarm_pulsing>
+    <tooltip>$(pv_name)</tooltip>
+    <push_action_index>0</push_action_index>
+    <rules>
+      <rule name="Rule_END_FM2" prop_id="enabled" out_exp="false">
+        <exp bool_exp="pv0 == 1 &amp;&amp; pv1==1">
+          <value>true</value>
+        </exp>
+        <pv trig="true">INFN-SRC:INTK-MPS:STATUS</pv>
+        <pv trig="true">INFN-SRC:INTK-HMI:FM2</pv>
+      </rule>
+    </rules>
+    <enabled>true</enabled>
+    <wuid>-209fb26:154e7ea932c:-6da3</wuid>
+    <pv_value />
+    <text>End of the fault mode</text>
+    <scripts>
+      <path pathString="EmbeddedJs" checkConnect="true" sfe="false" seoe="false">
+        <scriptName>EmbeddedScript</scriptName>
         <scriptText><![CDATA[importPackage(Packages.org.csstudio.opibuilder.scriptUtil);
 
 pvs[0].setValue("0");
-]]></scriptText>
-        <pv trig="true">INFN-SRC:INTK-HMI:END_FM2</pv>
-      </path>
-    </scripts>
-    <border_alarm_sensitive>false</border_alarm_sensitive>
-    <height>70</height>
-    <border_width>0</border_width>
-    <scale_options>
-      <width_scalable>true</width_scalable>
-      <height_scalable>true</height_scalable>
-      <keep_wh_ratio>false</keep_wh_ratio>
-    </scale_options>
-    <image></image>
-    <visible>true</visible>
-    <pv_name></pv_name>
-    <border_color>
-      <color name="Green On" red="0" green="255" blue="0" />
-    </border_color>
-    <widget_type>Action Button</widget_type>
-    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-    <background_color>
-      <color red="211" green="215" blue="207" />
-    </background_color>
-    <width>400</width>
-    <x>1348</x>
-    <name>Action Button_8</name>
-    <y>463</y>
-    <style>0</style>
-    <foreground_color>
-      <color name="Black" red="0" green="0" blue="0" />
-    </foreground_color>
-    <actions hook="false" hook_all="true">
-      <action type="WRITE_PV">
-        <pv_name>INFN-SRC:INTK-HMI:END_FM2</pv_name>
-        <value>1</value>
-        <timeout>10</timeout>
-        <confirm_message></confirm_message>
-        <description></description>
-      </action>
-    </actions>
-    <font>
-      <fontdata fontName="Monospace" height="18" style="1" />
-    </font>
-  </widget>
-  <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
-    <alarm_pulsing>false</alarm_pulsing>
-    <tooltip>$(pv_name)</tooltip>
-    <rules />
-    <effect_3d>true</effect_3d>
-    <bit>-1</bit>
-    <pv_value />
-    <height>60</height>
-    <border_width>1</border_width>
-    <visible>true</visible>
-    <pv_name>INFN-SRC:INTK-SS1:STATUS</pv_name>
-    <border_color>
-      <color name="Blue" red="0" green="128" blue="255" />
-    </border_color>
-    <widget_type>LED</widget_type>
-    <name>LED_11</name>
-    <actions hook="false" hook_all="false" />
-    <show_boolean_label>false</show_boolean_label>
-    <border_style>0</border_style>
-    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-    <enabled>true</enabled>
-    <wuid>-209fb26:154e7ea932c:-6d4c</wuid>
-    <on_color>
-      <color red="115" green="210" blue="22" />
-    </on_color>
-    <scripts />
-    <border_alarm_sensitive>false</border_alarm_sensitive>
-    <on_label>ON</on_label>
-    <scale_options>
-      <width_scalable>true</width_scalable>
-      <height_scalable>true</height_scalable>
-      <keep_wh_ratio>true</keep_wh_ratio>
-    </scale_options>
-    <off_color>
-      <color name="Major" red="255" green="0" blue="0" />
-    </off_color>
-    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-    <background_color>
-      <color name="Field Background Grey" red="240" green="240" blue="240" />
-    </background_color>
-    <square_led>false</square_led>
-    <width>60</width>
-    <x>1197</x>
-    <data_type>0</data_type>
-    <y>810</y>
-    <foreground_color>
-      <color name="Button Grey" red="180" green="180" blue="180" />
-    </foreground_color>
-    <font>
-      <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-    </font>
-    <off_label>OFF</off_label>
-  </widget>
-  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-    <border_style>0</border_style>
-    <tooltip></tooltip>
-    <horizontal_alignment>0</horizontal_alignment>
-    <rules />
-    <enabled>true</enabled>
-    <wuid>-209fb26:154e7ea932c:-6d4b</wuid>
-    <transparent>true</transparent>
-    <auto_size>true</auto_size>
-    <text>Seesaw, power status</text>
-    <scripts />
-    <height>29</height>
-    <border_width>2</border_width>
-    <scale_options>
-      <width_scalable>true</width_scalable>
-      <height_scalable>true</height_scalable>
-      <keep_wh_ratio>false</keep_wh_ratio>
-    </scale_options>
-    <visible>true</visible>
-    <vertical_alignment>1</vertical_alignment>
-    <border_color>
-      <color name="Blue" red="0" green="128" blue="255" />
-    </border_color>
-    <widget_type>Label</widget_type>
-    <wrap_words>true</wrap_words>
-    <background_color>
-      <color name="White" red="255" green="255" blue="255" />
-    </background_color>
-    <width>300</width>
-    <x>1272</x>
-    <name>Label Template_23</name>
-    <y>825</y>
-    <foreground_color>
-      <color name="Black" red="0" green="0" blue="0" />
-    </foreground_color>
-    <actions hook="false" hook_all="false" />
-    <show_scrollbar>false</show_scrollbar>
-    <font>
-      <fontdata fontName="Monospace" height="19" style="1" />
-    </font>
-  </widget>
-  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-    <border_style>0</border_style>
-    <tooltip></tooltip>
-    <horizontal_alignment>0</horizontal_alignment>
-    <rules />
-    <enabled>true</enabled>
-    <wuid>-209fb26:154e7ea932c:-6d4a</wuid>
-    <transparent>true</transparent>
-    <auto_size>true</auto_size>
-    <text>Fault mode 3 </text>
-    <scripts />
-    <height>43</height>
-    <border_width>2</border_width>
-    <scale_options>
-      <width_scalable>true</width_scalable>
-      <height_scalable>true</height_scalable>
-      <keep_wh_ratio>false</keep_wh_ratio>
-    </scale_options>
-    <visible>true</visible>
-    <vertical_alignment>1</vertical_alignment>
-    <border_color>
-      <color name="Blue" red="0" green="128" blue="255" />
-    </border_color>
-    <widget_type>Label</widget_type>
-    <wrap_words>true</wrap_words>
-    <background_color>
-      <color name="White" red="255" green="255" blue="255" />
-    </background_color>
-    <width>286</width>
-    <x>1422</x>
-    <name>Label Template_24</name>
-    <y>690</y>
-    <foreground_color>
-      <color name="Black" red="0" green="0" blue="0" />
-    </foreground_color>
-    <actions hook="false" hook_all="false" />
-    <show_scrollbar>false</show_scrollbar>
-    <font>
-      <fontdata fontName="Monospace" height="28" style="1" />
-    </font>
-  </widget>
-  <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
-    <alarm_pulsing>false</alarm_pulsing>
-    <tooltip>$(pv_name)</tooltip>
-    <rules />
-    <effect_3d>true</effect_3d>
-    <bit>-1</bit>
-    <pv_value />
-    <height>60</height>
-    <border_width>1</border_width>
-    <visible>true</visible>
-    <pv_name>INFN-SRC:INTK-HMI:FM1</pv_name>
-    <border_color>
-      <color name="Blue" red="0" green="128" blue="255" />
-    </border_color>
-    <widget_type>LED</widget_type>
-    <name>LED_12</name>
-    <actions hook="false" hook_all="false" />
-    <show_boolean_label>false</show_boolean_label>
-    <border_style>0</border_style>
-    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-    <enabled>true</enabled>
-    <wuid>4b16a64d:158af4f8f37:-72f7</wuid>
-    <on_color>
-      <color name="Major" red="255" green="0" blue="0" />
-    </on_color>
-    <scripts />
-    <border_alarm_sensitive>false</border_alarm_sensitive>
-    <on_label>ON</on_label>
-    <scale_options>
-      <width_scalable>true</width_scalable>
-      <height_scalable>true</height_scalable>
-      <keep_wh_ratio>true</keep_wh_ratio>
-    </scale_options>
-    <off_color>
-      <color name="Green On" red="0" green="255" blue="0" />
-    </off_color>
-    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-    <background_color>
-      <color name="Field Background Grey" red="240" green="240" blue="240" />
-    </background_color>
-    <square_led>false</square_led>
-    <width>60</width>
-    <x>297</x>
-    <data_type>0</data_type>
-    <y>70</y>
-    <foreground_color>
-      <color name="Button Grey" red="180" green="180" blue="180" />
-    </foreground_color>
-    <font>
-      <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-    </font>
-    <off_label>OFF</off_label>
-  </widget>
-  <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
-    <alarm_pulsing>false</alarm_pulsing>
-    <tooltip>$(pv_name)</tooltip>
-    <rules />
-    <effect_3d>true</effect_3d>
-    <bit>-1</bit>
-    <pv_value />
-    <height>60</height>
-    <border_width>1</border_width>
-    <visible>true</visible>
-    <pv_name>INFN-SRC:INTK-HMI:FM2</pv_name>
-    <border_color>
-      <color name="Blue" red="0" green="128" blue="255" />
-    </border_color>
-    <widget_type>LED</widget_type>
-    <name>LED_13</name>
-    <actions hook="false" hook_all="false" />
-    <show_boolean_label>false</show_boolean_label>
-    <border_style>0</border_style>
-    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-    <enabled>true</enabled>
-    <wuid>4b16a64d:158af4f8f37:-7246</wuid>
-    <on_color>
-      <color name="Major" red="255" green="0" blue="0" />
-    </on_color>
-    <scripts />
-    <border_alarm_sensitive>false</border_alarm_sensitive>
-    <on_label>ON</on_label>
-    <scale_options>
-      <width_scalable>true</width_scalable>
-      <height_scalable>true</height_scalable>
-      <keep_wh_ratio>true</keep_wh_ratio>
-    </scale_options>
-    <off_color>
-      <color name="Green On" red="0" green="255" blue="0" />
-    </off_color>
-    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-    <background_color>
-      <color name="Field Background Grey" red="240" green="240" blue="240" />
-    </background_color>
-    <square_led>false</square_led>
-    <width>60</width>
-    <x>1197</x>
-    <data_type>0</data_type>
-    <y>70</y>
-    <foreground_color>
-      <color name="Button Grey" red="180" green="180" blue="180" />
-    </foreground_color>
-    <font>
-      <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-    </font>
-    <off_label>OFF</off_label>
-  </widget>
-  <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
-    <alarm_pulsing>false</alarm_pulsing>
-    <tooltip>$(pv_name)</tooltip>
-    <rules />
-    <effect_3d>true</effect_3d>
-    <bit>-1</bit>
-    <pv_value />
-    <height>60</height>
-    <border_width>1</border_width>
-    <visible>true</visible>
-    <pv_name>INFN-SRC:INTK-HMI:FM3</pv_name>
-    <border_color>
-      <color name="Blue" red="0" green="128" blue="255" />
-    </border_color>
-    <widget_type>LED</widget_type>
-    <name>LED_14</name>
-    <actions hook="false" hook_all="false" />
-    <show_boolean_label>false</show_boolean_label>
-    <border_style>0</border_style>
-    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-    <enabled>true</enabled>
-    <wuid>4b16a64d:158af4f8f37:-723f</wuid>
-    <on_color>
-      <color name="Major" red="255" green="0" blue="0" />
-    </on_color>
-    <scripts />
-    <border_alarm_sensitive>false</border_alarm_sensitive>
-    <on_label>ON</on_label>
-    <scale_options>
-      <width_scalable>true</width_scalable>
-      <height_scalable>true</height_scalable>
-      <keep_wh_ratio>true</keep_wh_ratio>
-    </scale_options>
-    <off_color>
-      <color name="Green On" red="0" green="255" blue="0" />
-    </off_color>
-    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-    <background_color>
-      <color name="Field Background Grey" red="240" green="240" blue="240" />
-    </background_color>
-    <square_led>false</square_led>
-    <width>60</width>
-    <x>1197</x>
-    <data_type>0</data_type>
-    <y>685</y>
-    <foreground_color>
-      <color name="Button Grey" red="180" green="180" blue="180" />
-    </foreground_color>
-    <font>
-      <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-    </font>
-    <off_label>OFF</off_label>
-  </widget>
-  <widget typeId="org.csstudio.opibuilder.widgets.ActionButton" version="2.0.0">
-    <toggle_button>false</toggle_button>
-    <border_style>14</border_style>
-    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-    <alarm_pulsing>false</alarm_pulsing>
-    <tooltip>$(pv_name)</tooltip>
-    <push_action_index>0</push_action_index>
-    <rules>
-      <rule name="Rule_END_FM3" prop_id="enabled" out_exp="false">
-        <exp bool_exp="pv0 == 1 &amp;&amp; pv1 == 1">
-          <value>true</value>
-        </exp>
-        <pv trig="true">INFN-SRC:INTK-SS1:STATUS</pv>
-        <pv trig="true">INFN-SRC:INTK-HMI:FM3</pv>
-      </rule>
-    </rules>
-    <enabled>true</enabled>
-    <wuid>-580472f8:158b995c210:-7965</wuid>
-    <pv_value />
-    <text>End of the fault mode</text>
-    <scripts>
-      <path pathString="EmbeddedJs" checkConnect="true" sfe="false" seoe="false">
-        <scriptName>EmbeddedScript</scriptName>
+]]></scriptText>
+        <pv trig="true">INFN-SRC:INTK-HMI:END_FM2</pv>
+      </path>
+    </scripts>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <height>70</height>
+    <border_width>0</border_width>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <image></image>
+    <visible>true</visible>
+    <pv_name></pv_name>
+    <border_color>
+      <color name="Green On" red="0" green="255" blue="0" />
+    </border_color>
+    <widget_type>Action Button</widget_type>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="211" green="215" blue="207" />
+    </background_color>
+    <width>400</width>
+    <x>1348</x>
+    <name>Action Button_8</name>
+    <y>463</y>
+    <style>0</style>
+    <foreground_color>
+      <color name="Black" red="0" green="0" blue="0" />
+    </foreground_color>
+    <actions hook="false" hook_all="true">
+      <action type="WRITE_PV">
+        <pv_name>INFN-SRC:INTK-HMI:END_FM2</pv_name>
+        <value>1</value>
+        <timeout>10</timeout>
+        <confirm_message></confirm_message>
+        <description></description>
+      </action>
+    </actions>
+    <font>
+      <fontdata fontName="Monospace" height="18" style="1" />
+    </font>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
+    <alarm_pulsing>false</alarm_pulsing>
+    <tooltip>$(pv_name)</tooltip>
+    <rules />
+    <effect_3d>true</effect_3d>
+    <bit>-1</bit>
+    <pv_value />
+    <height>60</height>
+    <border_width>1</border_width>
+    <visible>true</visible>
+    <pv_name>INFN-SRC:INTK-SS1:STATUS</pv_name>
+    <border_color>
+      <color name="Blue" red="0" green="128" blue="255" />
+    </border_color>
+    <widget_type>LED</widget_type>
+    <name>LED_11</name>
+    <actions hook="false" hook_all="false" />
+    <show_boolean_label>false</show_boolean_label>
+    <border_style>0</border_style>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <enabled>true</enabled>
+    <wuid>-209fb26:154e7ea932c:-6d4c</wuid>
+    <on_color>
+      <color red="115" green="210" blue="22" />
+    </on_color>
+    <scripts />
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <on_label>ON</on_label>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <off_color>
+      <color name="Major" red="255" green="0" blue="0" />
+    </off_color>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color name="Field Background Grey" red="240" green="240" blue="240" />
+    </background_color>
+    <square_led>false</square_led>
+    <width>60</width>
+    <x>1197</x>
+    <data_type>0</data_type>
+    <y>810</y>
+    <foreground_color>
+      <color name="Button Grey" red="180" green="180" blue="180" />
+    </foreground_color>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+    </font>
+    <off_label>OFF</off_label>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <border_style>0</border_style>
+    <tooltip></tooltip>
+    <horizontal_alignment>0</horizontal_alignment>
+    <rules />
+    <enabled>true</enabled>
+    <wuid>-209fb26:154e7ea932c:-6d4b</wuid>
+    <transparent>true</transparent>
+    <auto_size>true</auto_size>
+    <text>Seesaw, power status</text>
+    <scripts />
+    <height>29</height>
+    <border_width>2</border_width>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <visible>true</visible>
+    <vertical_alignment>1</vertical_alignment>
+    <border_color>
+      <color name="Blue" red="0" green="128" blue="255" />
+    </border_color>
+    <widget_type>Label</widget_type>
+    <wrap_words>true</wrap_words>
+    <background_color>
+      <color name="White" red="255" green="255" blue="255" />
+    </background_color>
+    <width>300</width>
+    <x>1272</x>
+    <name>Label Template_23</name>
+    <y>825</y>
+    <foreground_color>
+      <color name="Black" red="0" green="0" blue="0" />
+    </foreground_color>
+    <actions hook="false" hook_all="false" />
+    <show_scrollbar>false</show_scrollbar>
+    <font>
+      <fontdata fontName="Monospace" height="19" style="1" />
+    </font>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <border_style>0</border_style>
+    <tooltip></tooltip>
+    <horizontal_alignment>0</horizontal_alignment>
+    <rules />
+    <enabled>true</enabled>
+    <wuid>-209fb26:154e7ea932c:-6d4a</wuid>
+    <transparent>true</transparent>
+    <auto_size>true</auto_size>
+    <text>Fault mode 3 </text>
+    <scripts />
+    <height>43</height>
+    <border_width>2</border_width>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <visible>true</visible>
+    <vertical_alignment>1</vertical_alignment>
+    <border_color>
+      <color name="Blue" red="0" green="128" blue="255" />
+    </border_color>
+    <widget_type>Label</widget_type>
+    <wrap_words>true</wrap_words>
+    <background_color>
+      <color name="White" red="255" green="255" blue="255" />
+    </background_color>
+    <width>286</width>
+    <x>1422</x>
+    <name>Label Template_24</name>
+    <y>690</y>
+    <foreground_color>
+      <color name="Black" red="0" green="0" blue="0" />
+    </foreground_color>
+    <actions hook="false" hook_all="false" />
+    <show_scrollbar>false</show_scrollbar>
+    <font>
+      <fontdata fontName="Monospace" height="28" style="1" />
+    </font>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
+    <alarm_pulsing>false</alarm_pulsing>
+    <tooltip>$(pv_name)</tooltip>
+    <rules />
+    <effect_3d>true</effect_3d>
+    <bit>-1</bit>
+    <pv_value />
+    <height>60</height>
+    <border_width>1</border_width>
+    <visible>true</visible>
+    <pv_name>INFN-SRC:INTK-HMI:FM1</pv_name>
+    <border_color>
+      <color name="Blue" red="0" green="128" blue="255" />
+    </border_color>
+    <widget_type>LED</widget_type>
+    <name>LED_12</name>
+    <actions hook="false" hook_all="false" />
+    <show_boolean_label>false</show_boolean_label>
+    <border_style>0</border_style>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <enabled>true</enabled>
+    <wuid>4b16a64d:158af4f8f37:-72f7</wuid>
+    <on_color>
+      <color name="Major" red="255" green="0" blue="0" />
+    </on_color>
+    <scripts />
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <on_label>ON</on_label>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <off_color>
+      <color name="Green On" red="0" green="255" blue="0" />
+    </off_color>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color name="Field Background Grey" red="240" green="240" blue="240" />
+    </background_color>
+    <square_led>false</square_led>
+    <width>60</width>
+    <x>297</x>
+    <data_type>0</data_type>
+    <y>70</y>
+    <foreground_color>
+      <color name="Button Grey" red="180" green="180" blue="180" />
+    </foreground_color>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+    </font>
+    <off_label>OFF</off_label>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
+    <alarm_pulsing>false</alarm_pulsing>
+    <tooltip>$(pv_name)</tooltip>
+    <rules />
+    <effect_3d>true</effect_3d>
+    <bit>-1</bit>
+    <pv_value />
+    <height>60</height>
+    <border_width>1</border_width>
+    <visible>true</visible>
+    <pv_name>INFN-SRC:INTK-HMI:FM2</pv_name>
+    <border_color>
+      <color name="Blue" red="0" green="128" blue="255" />
+    </border_color>
+    <widget_type>LED</widget_type>
+    <name>LED_13</name>
+    <actions hook="false" hook_all="false" />
+    <show_boolean_label>false</show_boolean_label>
+    <border_style>0</border_style>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <enabled>true</enabled>
+    <wuid>4b16a64d:158af4f8f37:-7246</wuid>
+    <on_color>
+      <color name="Major" red="255" green="0" blue="0" />
+    </on_color>
+    <scripts />
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <on_label>ON</on_label>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <off_color>
+      <color name="Green On" red="0" green="255" blue="0" />
+    </off_color>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color name="Field Background Grey" red="240" green="240" blue="240" />
+    </background_color>
+    <square_led>false</square_led>
+    <width>60</width>
+    <x>1197</x>
+    <data_type>0</data_type>
+    <y>70</y>
+    <foreground_color>
+      <color name="Button Grey" red="180" green="180" blue="180" />
+    </foreground_color>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+    </font>
+    <off_label>OFF</off_label>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
+    <alarm_pulsing>false</alarm_pulsing>
+    <tooltip>$(pv_name)</tooltip>
+    <rules />
+    <effect_3d>true</effect_3d>
+    <bit>-1</bit>
+    <pv_value />
+    <height>60</height>
+    <border_width>1</border_width>
+    <visible>true</visible>
+    <pv_name>INFN-SRC:INTK-HMI:FM3</pv_name>
+    <border_color>
+      <color name="Blue" red="0" green="128" blue="255" />
+    </border_color>
+    <widget_type>LED</widget_type>
+    <name>LED_14</name>
+    <actions hook="false" hook_all="false" />
+    <show_boolean_label>false</show_boolean_label>
+    <border_style>0</border_style>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <enabled>true</enabled>
+    <wuid>4b16a64d:158af4f8f37:-723f</wuid>
+    <on_color>
+      <color name="Major" red="255" green="0" blue="0" />
+    </on_color>
+    <scripts />
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <on_label>ON</on_label>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <off_color>
+      <color name="Green On" red="0" green="255" blue="0" />
+    </off_color>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color name="Field Background Grey" red="240" green="240" blue="240" />
+    </background_color>
+    <square_led>false</square_led>
+    <width>60</width>
+    <x>1197</x>
+    <data_type>0</data_type>
+    <y>685</y>
+    <foreground_color>
+      <color name="Button Grey" red="180" green="180" blue="180" />
+    </foreground_color>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+    </font>
+    <off_label>OFF</off_label>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.ActionButton" version="2.0.0">
+    <toggle_button>false</toggle_button>
+    <border_style>14</border_style>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <alarm_pulsing>false</alarm_pulsing>
+    <tooltip>$(pv_name)</tooltip>
+    <push_action_index>0</push_action_index>
+    <rules>
+      <rule name="Rule_END_FM3" prop_id="enabled" out_exp="false">
+        <exp bool_exp="pv0 == 1 &amp;&amp; pv1 == 1">
+          <value>true</value>
+        </exp>
+        <pv trig="true">INFN-SRC:INTK-SS1:STATUS</pv>
+        <pv trig="true">INFN-SRC:INTK-HMI:FM3</pv>
+      </rule>
+    </rules>
+    <enabled>true</enabled>
+    <wuid>-580472f8:158b995c210:-7965</wuid>
+    <pv_value />
+    <text>End of the fault mode</text>
+    <scripts>
+      <path pathString="EmbeddedJs" checkConnect="true" sfe="false" seoe="false">
+        <scriptName>EmbeddedScript</scriptName>
         <scriptText><![CDATA[importPackage(Packages.org.csstudio.opibuilder.scriptUtil);
 
 pvs[0].setValue("0");
-]]></scriptText>
-        <pv trig="true">INFN-SRC:INTK-HMI:END_FM3</pv>
-      </path>
-    </scripts>
-    <border_alarm_sensitive>false</border_alarm_sensitive>
-    <height>70</height>
-    <border_width>0</border_width>
-    <scale_options>
-      <width_scalable>true</width_scalable>
-      <height_scalable>true</height_scalable>
-      <keep_wh_ratio>false</keep_wh_ratio>
-    </scale_options>
-    <image></image>
-    <visible>true</visible>
-    <pv_name></pv_name>
-    <border_color>
-      <color name="Green On" red="0" green="255" blue="0" />
-    </border_color>
-    <widget_type>Action Button</widget_type>
-    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-    <background_color>
-      <color red="211" green="215" blue="207" />
-    </background_color>
-    <width>400</width>
-    <x>1341</x>
-    <name>Action Button_14</name>
-    <y>1100</y>
-    <style>0</style>
-    <foreground_color>
-      <color name="Black" red="0" green="0" blue="0" />
-    </foreground_color>
-    <actions hook="false" hook_all="true">
-      <action type="WRITE_PV">
-        <pv_name>INFN-SRC:INTK-HMI:END_FM3</pv_name>
-        <value>1</value>
-        <timeout>10</timeout>
-        <confirm_message></confirm_message>
-        <description></description>
-      </action>
-    </actions>
-    <font>
-      <fontdata fontName="Monospace" height="18" style="1" />
-    </font>
-  </widget>
-  <widget typeId="org.csstudio.opibuilder.widgets.ActionButton" version="2.0.0">
-    <toggle_button>false</toggle_button>
-    <border_style>14</border_style>
-    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-    <alarm_pulsing>false</alarm_pulsing>
-    <tooltip>$(pv_name)</tooltip>
-    <push_action_index>0</push_action_index>
-    <rules>
-      <rule name="Rule_END_FM1" prop_id="enabled" out_exp="false">
-        <exp bool_exp="pv0 == 1 &amp;&amp; pv1 == 1 &amp;&amp; pv2 == 1 &amp;&amp; pv3 == 1 &amp;&amp; pv4 == 1 &amp;&amp; pv5 == 1 &amp;&amp; pv6 == 1 &amp;&amp; pv7 == 1 &amp;&amp; pv8 == 1 &amp;&amp; pv9 == 1">
-          <value>true</value>
-        </exp>
-        <pv trig="true">INFN-SRC:INTK-MPS:STATUS</pv>
-        <pv trig="true">INFN-SRC:INTK-HEm3:WFDS</pv>
-        <pv trig="true">INFN-SRC:INTK-HEm4:WFDS</pv>
-        <pv trig="true">INFN-SRC:INTK-VEm3:WFDS</pv>
-        <pv trig="true">INFN-SRC:INTK-VEm4:WFDS</pv>
-        <pv trig="true">INFN-SRC:INTK-TT1:TEMP</pv>
-        <pv trig="true">INFN-SRC:INTK-TT2:TEMP</pv>
-        <pv trig="true">INFN-SRC:INTK-TT3:TEMP</pv>
-        <pv trig="true">INFN-SRC:INTK-TT4:TEMP</pv>
-        <pv trig="true">INFN-SRC:INTK-HMI:FM1</pv>
-      </rule>
-    </rules>
-    <enabled>true</enabled>
-    <wuid>-580472f8:158b995c210:-795b</wuid>
-    <pv_value />
-    <text>End of the fault mode</text>
-    <scripts>
-      <path pathString="EmbeddedJs" checkConnect="true" sfe="false" seoe="false">
-        <scriptName>EmbeddedScript</scriptName>
+]]></scriptText>
+        <pv trig="true">INFN-SRC:INTK-HMI:END_FM3</pv>
+      </path>
+    </scripts>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <height>70</height>
+    <border_width>0</border_width>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <image></image>
+    <visible>true</visible>
+    <pv_name></pv_name>
+    <border_color>
+      <color name="Green On" red="0" green="255" blue="0" />
+    </border_color>
+    <widget_type>Action Button</widget_type>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="211" green="215" blue="207" />
+    </background_color>
+    <width>400</width>
+    <x>1341</x>
+    <name>Action Button_14</name>
+    <y>1100</y>
+    <style>0</style>
+    <foreground_color>
+      <color name="Black" red="0" green="0" blue="0" />
+    </foreground_color>
+    <actions hook="false" hook_all="true">
+      <action type="WRITE_PV">
+        <pv_name>INFN-SRC:INTK-HMI:END_FM3</pv_name>
+        <value>1</value>
+        <timeout>10</timeout>
+        <confirm_message></confirm_message>
+        <description></description>
+      </action>
+    </actions>
+    <font>
+      <fontdata fontName="Monospace" height="18" style="1" />
+    </font>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.ActionButton" version="2.0.0">
+    <toggle_button>false</toggle_button>
+    <border_style>14</border_style>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <alarm_pulsing>false</alarm_pulsing>
+    <tooltip>$(pv_name)</tooltip>
+    <push_action_index>0</push_action_index>
+    <rules>
+      <rule name="Rule_END_FM1" prop_id="enabled" out_exp="false">
+        <exp bool_exp="pv0 == 1 &amp;&amp; pv1 == 1 &amp;&amp; pv2 == 1 &amp;&amp; pv3 == 1 &amp;&amp; pv4 == 1 &amp;&amp; pv5 == 1 &amp;&amp; pv6 == 1 &amp;&amp; pv7 == 1 &amp;&amp; pv8 == 1 &amp;&amp; pv9 == 1">
+          <value>true</value>
+        </exp>
+        <pv trig="true">INFN-SRC:INTK-MPS:STATUS</pv>
+        <pv trig="true">INFN-SRC:INTK-HEm3:WFDS</pv>
+        <pv trig="true">INFN-SRC:INTK-HEm4:WFDS</pv>
+        <pv trig="true">INFN-SRC:INTK-VEm3:WFDS</pv>
+        <pv trig="true">INFN-SRC:INTK-VEm4:WFDS</pv>
+        <pv trig="true">INFN-SRC:INTK-TT1:TEMP</pv>
+        <pv trig="true">INFN-SRC:INTK-TT2:TEMP</pv>
+        <pv trig="true">INFN-SRC:INTK-TT3:TEMP</pv>
+        <pv trig="true">INFN-SRC:INTK-TT4:TEMP</pv>
+        <pv trig="true">INFN-SRC:INTK-HMI:FM1</pv>
+      </rule>
+    </rules>
+    <enabled>true</enabled>
+    <wuid>-580472f8:158b995c210:-795b</wuid>
+    <pv_value />
+    <text>End of the fault mode</text>
+    <scripts>
+      <path pathString="EmbeddedJs" checkConnect="true" sfe="false" seoe="false">
+        <scriptName>EmbeddedScript</scriptName>
         <scriptText><![CDATA[importPackage(Packages.org.csstudio.opibuilder.scriptUtil);
 
 pvs[0].setValue("0");
-]]></scriptText>
-        <pv trig="true">INFN-SRC:INTK-HMI:END_FM1</pv>
-      </path>
-    </scripts>
-    <border_alarm_sensitive>false</border_alarm_sensitive>
-    <height>70</height>
-    <border_width>0</border_width>
-    <scale_options>
-      <width_scalable>true</width_scalable>
-      <height_scalable>true</height_scalable>
-      <keep_wh_ratio>false</keep_wh_ratio>
-    </scale_options>
-    <image></image>
-    <visible>true</visible>
-    <pv_name></pv_name>
-    <border_color>
-      <color name="Green On" red="0" green="255" blue="0" />
-    </border_color>
-    <widget_type>Action Button</widget_type>
-    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-    <background_color>
-      <color red="211" green="215" blue="207" />
-    </background_color>
-    <width>400</width>
-    <x>432</x>
-    <name>Action Button_15</name>
-    <y>1100</y>
-    <style>0</style>
-    <foreground_color>
-      <color name="Black" red="0" green="0" blue="0" />
-    </foreground_color>
-    <actions hook="false" hook_all="true">
-      <action type="WRITE_PV">
-        <pv_name>INFN-SRC:INTK-HMI:END_FM1</pv_name>
-        <value>1</value>
-        <timeout>10</timeout>
-        <confirm_message></confirm_message>
-        <description></description>
-      </action>
-    </actions>
-    <font>
-      <fontdata fontName="Monospace" height="18" style="1" />
-    </font>
-  </widget>
-  <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
-    <alarm_pulsing>false</alarm_pulsing>
-    <tooltip>$(pv_name)</tooltip>
-    <rules />
-    <effect_3d>true</effect_3d>
-    <bit>-1</bit>
-    <pv_value />
-    <height>60</height>
-    <border_width>1</border_width>
-    <visible>true</visible>
-    <pv_name>INFN-SRC:INTK-HEm3:EOR</pv_name>
-    <border_color>
-      <color name="Blue" red="0" green="128" blue="255" />
-    </border_color>
-    <widget_type>LED</widget_type>
-    <name>LED_15</name>
-    <actions hook="false" hook_all="false" />
-    <show_boolean_label>false</show_boolean_label>
-    <border_style>0</border_style>
-    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-    <enabled>true</enabled>
-    <wuid>1444df35:15ce48b5140:-7eb9</wuid>
-    <on_color>
-      <color name="Major" red="255" green="0" blue="0" />
-    </on_color>
-    <scripts />
-    <border_alarm_sensitive>false</border_alarm_sensitive>
-    <on_label>ON</on_label>
-    <scale_options>
-      <width_scalable>true</width_scalable>
-      <height_scalable>true</height_scalable>
-      <keep_wh_ratio>true</keep_wh_ratio>
-    </scale_options>
-    <off_color>
-      <color name="Green On" red="0" green="255" blue="0" />
-    </off_color>
-    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-    <background_color>
-      <color name="Field Background Grey" red="240" green="240" blue="240" />
-    </background_color>
-    <square_led>false</square_led>
-    <width>60</width>
-    <x>1197</x>
-    <data_type>0</data_type>
-    <y>265</y>
-    <foreground_color>
-      <color name="Button Grey" red="180" green="180" blue="180" />
-    </foreground_color>
-    <font>
-      <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-    </font>
-    <off_label>OFF</off_label>
-  </widget>
-  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-    <border_style>0</border_style>
-    <tooltip></tooltip>
-    <horizontal_alignment>0</horizontal_alignment>
-    <rules />
-    <enabled>true</enabled>
-    <wuid>1444df35:15ce48b5140:-7eb8</wuid>
-    <transparent>true</transparent>
-    <auto_size>true</auto_size>
-    <text>Horizontal parking position</text>
-    <scripts />
-    <height>29</height>
-    <border_width>2</border_width>
-    <scale_options>
-      <width_scalable>true</width_scalable>
-      <height_scalable>true</height_scalable>
-      <keep_wh_ratio>false</keep_wh_ratio>
-    </scale_options>
-    <visible>true</visible>
-    <vertical_alignment>1</vertical_alignment>
-    <border_color>
-      <color name="Blue" red="0" green="128" blue="255" />
-    </border_color>
-    <widget_type>Label</widget_type>
-    <wrap_words>true</wrap_words>
-    <background_color>
-      <color name="White" red="255" green="255" blue="255" />
-    </background_color>
-    <width>405</width>
-    <x>1272</x>
-    <name>Label Template_25</name>
-    <y>280</y>
-    <foreground_color>
-      <color name="Black" red="0" green="0" blue="0" />
-    </foreground_color>
-    <actions hook="false" hook_all="false" />
-    <show_scrollbar>false</show_scrollbar>
-    <font>
-      <fontdata fontName="Monospace" height="19" style="1" />
-    </font>
-  </widget>
-  <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
-    <alarm_pulsing>false</alarm_pulsing>
-    <tooltip>$(pv_name)</tooltip>
-    <rules />
-    <effect_3d>true</effect_3d>
-    <bit>-1</bit>
-    <pv_value />
-    <height>60</height>
-    <border_width>1</border_width>
-    <visible>true</visible>
-    <pv_name>INFN-SRC:INTK-VEm3:EOR</pv_name>
-    <border_color>
-      <color name="Blue" red="0" green="128" blue="255" />
-    </border_color>
-    <widget_type>LED</widget_type>
-    <name>LED_16</name>
-    <actions hook="false" hook_all="false" />
-    <show_boolean_label>false</show_boolean_label>
-    <border_style>0</border_style>
-    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-    <enabled>true</enabled>
-    <wuid>1444df35:15ce48b5140:-7ead</wuid>
-    <on_color>
-      <color name="Major" red="255" green="0" blue="0" />
-    </on_color>
-    <scripts />
-    <border_alarm_sensitive>false</border_alarm_sensitive>
-    <on_label>ON</on_label>
-    <scale_options>
-      <width_scalable>true</width_scalable>
-      <height_scalable>true</height_scalable>
-      <keep_wh_ratio>true</keep_wh_ratio>
-    </scale_options>
-    <off_color>
-      <color name="Green On" red="0" green="255" blue="0" />
-    </off_color>
-    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-    <background_color>
-      <color name="Field Background Grey" red="240" green="240" blue="240" />
-    </background_color>
-    <square_led>false</square_led>
-    <width>60</width>
-    <x>1197</x>
-    <data_type>0</data_type>
-    <y>339</y>
-    <foreground_color>
-      <color name="Button Grey" red="180" green="180" blue="180" />
-    </foreground_color>
-    <font>
-      <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-    </font>
-    <off_label>OFF</off_label>
-  </widget>
-  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-    <border_style>0</border_style>
-    <tooltip></tooltip>
-    <horizontal_alignment>0</horizontal_alignment>
-    <rules />
-    <enabled>true</enabled>
-    <wuid>1444df35:15ce48b5140:-7eac</wuid>
-    <transparent>true</transparent>
-    <auto_size>true</auto_size>
-    <text>Vertical parking position</text>
-    <scripts />
-    <height>29</height>
-    <border_width>2</border_width>
-    <scale_options>
-      <width_scalable>true</width_scalable>
-      <height_scalable>true</height_scalable>
-      <keep_wh_ratio>false</keep_wh_ratio>
-    </scale_options>
-    <visible>true</visible>
-    <vertical_alignment>1</vertical_alignment>
-    <border_color>
-      <color name="Blue" red="0" green="128" blue="255" />
-    </border_color>
-    <widget_type>Label</widget_type>
-    <wrap_words>true</wrap_words>
-    <background_color>
-      <color name="White" red="255" green="255" blue="255" />
-    </background_color>
-    <width>375</width>
-    <x>1272</x>
-    <name>Label Template_26</name>
-    <y>354</y>
-    <foreground_color>
-      <color name="Black" red="0" green="0" blue="0" />
-    </foreground_color>
-    <actions hook="false" hook_all="false" />
-    <show_scrollbar>false</show_scrollbar>
-    <font>
-      <fontdata fontName="Monospace" height="19" style="1" />
-    </font>
-  </widget>
-  <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
-    <alarm_pulsing>false</alarm_pulsing>
-    <tooltip>$(pv_name)</tooltip>
-    <rules />
-    <effect_3d>true</effect_3d>
-    <bit>-1</bit>
-    <pv_value />
-    <height>60</height>
-    <border_width>1</border_width>
-    <visible>true</visible>
-    <pv_name>INFN-SRC:INTK-HEm3:EOR</pv_name>
-    <border_color>
-      <color name="Blue" red="0" green="128" blue="255" />
-    </border_color>
-    <widget_type>LED</widget_type>
-    <name>LED_17</name>
-    <actions hook="false" hook_all="false" />
-    <show_boolean_label>false</show_boolean_label>
-    <border_style>0</border_style>
-    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-    <enabled>true</enabled>
-    <wuid>1444df35:15ce48b5140:-7e8f</wuid>
-    <on_color>
-      <color name="Major" red="255" green="0" blue="0" />
-    </on_color>
-    <scripts />
-    <border_alarm_sensitive>false</border_alarm_sensitive>
-    <on_label>ON</on_label>
-    <scale_options>
-      <width_scalable>true</width_scalable>
-      <height_scalable>true</height_scalable>
-      <keep_wh_ratio>true</keep_wh_ratio>
-    </scale_options>
-    <off_color>
-      <color name="Green On" red="0" green="255" blue="0" />
-    </off_color>
-    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-    <background_color>
-      <color name="Field Background Grey" red="240" green="240" blue="240" />
-    </background_color>
-    <square_led>false</square_led>
-    <width>60</width>
-    <x>297</x>
-    <data_type>0</data_type>
-    <y>923</y>
-    <foreground_color>
-      <color name="Button Grey" red="180" green="180" blue="180" />
-    </foreground_color>
-    <font>
-      <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-    </font>
-    <off_label>OFF</off_label>
-  </widget>
-  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-    <border_style>0</border_style>
-    <tooltip></tooltip>
-    <horizontal_alignment>0</horizontal_alignment>
-    <rules />
-    <enabled>true</enabled>
-    <wuid>1444df35:15ce48b5140:-7e8e</wuid>
-    <transparent>true</transparent>
-    <auto_size>true</auto_size>
-    <text>Horizontal parking position</text>
-    <scripts />
-    <height>29</height>
-    <border_width>2</border_width>
-    <scale_options>
-      <width_scalable>true</width_scalable>
-      <height_scalable>true</height_scalable>
-      <keep_wh_ratio>false</keep_wh_ratio>
-    </scale_options>
-    <visible>true</visible>
-    <vertical_alignment>1</vertical_alignment>
-    <border_color>
-      <color name="Blue" red="0" green="128" blue="255" />
-    </border_color>
-    <widget_type>Label</widget_type>
-    <wrap_words>true</wrap_words>
-    <background_color>
-      <color name="White" red="255" green="255" blue="255" />
-    </background_color>
-    <width>405</width>
-    <x>372</x>
-    <name>Label Template_27</name>
-    <y>938</y>
-    <foreground_color>
-      <color name="Black" red="0" green="0" blue="0" />
-    </foreground_color>
-    <actions hook="false" hook_all="false" />
-    <show_scrollbar>false</show_scrollbar>
-    <font>
-      <fontdata fontName="Monospace" height="19" style="1" />
-    </font>
-  </widget>
-  <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
-    <alarm_pulsing>false</alarm_pulsing>
-    <tooltip>$(pv_name)</tooltip>
-    <rules />
-    <effect_3d>true</effect_3d>
-    <bit>-1</bit>
-    <pv_value />
-    <height>60</height>
-    <border_width>1</border_width>
-    <visible>true</visible>
-    <pv_name>INFN-SRC:INTK-VEm3:EOR</pv_name>
-    <border_color>
-      <color name="Blue" red="0" green="128" blue="255" />
-    </border_color>
-    <widget_type>LED</widget_type>
-    <name>LED_18</name>
-    <actions hook="false" hook_all="false" />
-    <show_boolean_label>false</show_boolean_label>
-    <border_style>0</border_style>
-    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-    <enabled>true</enabled>
-    <wuid>1444df35:15ce48b5140:-7e8d</wuid>
-    <on_color>
-      <color name="Major" red="255" green="0" blue="0" />
-    </on_color>
-    <scripts />
-    <border_alarm_sensitive>false</border_alarm_sensitive>
-    <on_label>ON</on_label>
-    <scale_options>
-      <width_scalable>true</width_scalable>
-      <height_scalable>true</height_scalable>
-      <keep_wh_ratio>true</keep_wh_ratio>
-    </scale_options>
-    <off_color>
-      <color name="Green On" red="0" green="255" blue="0" />
-    </off_color>
-    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-    <background_color>
-      <color name="Field Background Grey" red="240" green="240" blue="240" />
-    </background_color>
-    <square_led>false</square_led>
-    <width>60</width>
-    <x>297</x>
-    <data_type>0</data_type>
-    <y>1000</y>
-    <foreground_color>
-      <color name="Button Grey" red="180" green="180" blue="180" />
-    </foreground_color>
-    <font>
-      <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-    </font>
-    <off_label>OFF</off_label>
-  </widget>
-  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-    <border_style>0</border_style>
-    <tooltip></tooltip>
-    <horizontal_alignment>0</horizontal_alignment>
-    <rules />
-    <enabled>true</enabled>
-    <wuid>1444df35:15ce48b5140:-7e8c</wuid>
-    <transparent>true</transparent>
-    <auto_size>true</auto_size>
-    <text>Vertical parking position</text>
-    <scripts />
-    <height>29</height>
-    <border_width>2</border_width>
-    <scale_options>
-      <width_scalable>true</width_scalable>
-      <height_scalable>true</height_scalable>
-      <keep_wh_ratio>false</keep_wh_ratio>
-    </scale_options>
-    <visible>true</visible>
-    <vertical_alignment>1</vertical_alignment>
-    <border_color>
-      <color name="Blue" red="0" green="128" blue="255" />
-    </border_color>
-    <widget_type>Label</widget_type>
-    <wrap_words>true</wrap_words>
-    <background_color>
-      <color name="White" red="255" green="255" blue="255" />
-    </background_color>
-    <width>375</width>
-    <x>372</x>
-    <name>Label Template_28</name>
-    <y>1015</y>
-    <foreground_color>
-      <color name="Black" red="0" green="0" blue="0" />
-    </foreground_color>
-    <actions hook="false" hook_all="false" />
-    <show_scrollbar>false</show_scrollbar>
-    <font>
-      <fontdata fontName="Monospace" height="19" style="1" />
-    </font>
-  </widget>
+]]></scriptText>
+        <pv trig="true">INFN-SRC:INTK-HMI:END_FM1</pv>
+      </path>
+    </scripts>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <height>70</height>
+    <border_width>0</border_width>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <image></image>
+    <visible>true</visible>
+    <pv_name></pv_name>
+    <border_color>
+      <color name="Green On" red="0" green="255" blue="0" />
+    </border_color>
+    <widget_type>Action Button</widget_type>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="211" green="215" blue="207" />
+    </background_color>
+    <width>400</width>
+    <x>432</x>
+    <name>Action Button_15</name>
+    <y>1100</y>
+    <style>0</style>
+    <foreground_color>
+      <color name="Black" red="0" green="0" blue="0" />
+    </foreground_color>
+    <actions hook="false" hook_all="true">
+      <action type="WRITE_PV">
+        <pv_name>INFN-SRC:INTK-HMI:END_FM1</pv_name>
+        <value>1</value>
+        <timeout>10</timeout>
+        <confirm_message></confirm_message>
+        <description></description>
+      </action>
+    </actions>
+    <font>
+      <fontdata fontName="Monospace" height="18" style="1" />
+    </font>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
+    <alarm_pulsing>false</alarm_pulsing>
+    <tooltip>$(pv_name)</tooltip>
+    <rules />
+    <effect_3d>true</effect_3d>
+    <bit>-1</bit>
+    <pv_value />
+    <height>60</height>
+    <border_width>1</border_width>
+    <visible>true</visible>
+    <pv_name>INFN-SRC:INTK-HEm3:EOR</pv_name>
+    <border_color>
+      <color name="Blue" red="0" green="128" blue="255" />
+    </border_color>
+    <widget_type>LED</widget_type>
+    <name>LED_15</name>
+    <actions hook="false" hook_all="false" />
+    <show_boolean_label>false</show_boolean_label>
+    <border_style>0</border_style>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <enabled>true</enabled>
+    <wuid>1444df35:15ce48b5140:-7eb9</wuid>
+    <on_color>
+      <color name="Major" red="255" green="0" blue="0" />
+    </on_color>
+    <scripts />
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <on_label>ON</on_label>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <off_color>
+      <color name="Green On" red="0" green="255" blue="0" />
+    </off_color>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color name="Field Background Grey" red="240" green="240" blue="240" />
+    </background_color>
+    <square_led>false</square_led>
+    <width>60</width>
+    <x>1197</x>
+    <data_type>0</data_type>
+    <y>265</y>
+    <foreground_color>
+      <color name="Button Grey" red="180" green="180" blue="180" />
+    </foreground_color>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+    </font>
+    <off_label>OFF</off_label>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <border_style>0</border_style>
+    <tooltip></tooltip>
+    <horizontal_alignment>0</horizontal_alignment>
+    <rules />
+    <enabled>true</enabled>
+    <wuid>1444df35:15ce48b5140:-7eb8</wuid>
+    <transparent>true</transparent>
+    <auto_size>true</auto_size>
+    <text>Horizontal parking position</text>
+    <scripts />
+    <height>29</height>
+    <border_width>2</border_width>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <visible>true</visible>
+    <vertical_alignment>1</vertical_alignment>
+    <border_color>
+      <color name="Blue" red="0" green="128" blue="255" />
+    </border_color>
+    <widget_type>Label</widget_type>
+    <wrap_words>true</wrap_words>
+    <background_color>
+      <color name="White" red="255" green="255" blue="255" />
+    </background_color>
+    <width>405</width>
+    <x>1272</x>
+    <name>Label Template_25</name>
+    <y>280</y>
+    <foreground_color>
+      <color name="Black" red="0" green="0" blue="0" />
+    </foreground_color>
+    <actions hook="false" hook_all="false" />
+    <show_scrollbar>false</show_scrollbar>
+    <font>
+      <fontdata fontName="Monospace" height="19" style="1" />
+    </font>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
+    <alarm_pulsing>false</alarm_pulsing>
+    <tooltip>$(pv_name)</tooltip>
+    <rules />
+    <effect_3d>true</effect_3d>
+    <bit>-1</bit>
+    <pv_value />
+    <height>60</height>
+    <border_width>1</border_width>
+    <visible>true</visible>
+    <pv_name>INFN-SRC:INTK-VEm3:EOR</pv_name>
+    <border_color>
+      <color name="Blue" red="0" green="128" blue="255" />
+    </border_color>
+    <widget_type>LED</widget_type>
+    <name>LED_16</name>
+    <actions hook="false" hook_all="false" />
+    <show_boolean_label>false</show_boolean_label>
+    <border_style>0</border_style>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <enabled>true</enabled>
+    <wuid>1444df35:15ce48b5140:-7ead</wuid>
+    <on_color>
+      <color name="Major" red="255" green="0" blue="0" />
+    </on_color>
+    <scripts />
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <on_label>ON</on_label>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <off_color>
+      <color name="Green On" red="0" green="255" blue="0" />
+    </off_color>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color name="Field Background Grey" red="240" green="240" blue="240" />
+    </background_color>
+    <square_led>false</square_led>
+    <width>60</width>
+    <x>1197</x>
+    <data_type>0</data_type>
+    <y>339</y>
+    <foreground_color>
+      <color name="Button Grey" red="180" green="180" blue="180" />
+    </foreground_color>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+    </font>
+    <off_label>OFF</off_label>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <border_style>0</border_style>
+    <tooltip></tooltip>
+    <horizontal_alignment>0</horizontal_alignment>
+    <rules />
+    <enabled>true</enabled>
+    <wuid>1444df35:15ce48b5140:-7eac</wuid>
+    <transparent>true</transparent>
+    <auto_size>true</auto_size>
+    <text>Vertical parking position</text>
+    <scripts />
+    <height>29</height>
+    <border_width>2</border_width>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <visible>true</visible>
+    <vertical_alignment>1</vertical_alignment>
+    <border_color>
+      <color name="Blue" red="0" green="128" blue="255" />
+    </border_color>
+    <widget_type>Label</widget_type>
+    <wrap_words>true</wrap_words>
+    <background_color>
+      <color name="White" red="255" green="255" blue="255" />
+    </background_color>
+    <width>375</width>
+    <x>1272</x>
+    <name>Label Template_26</name>
+    <y>354</y>
+    <foreground_color>
+      <color name="Black" red="0" green="0" blue="0" />
+    </foreground_color>
+    <actions hook="false" hook_all="false" />
+    <show_scrollbar>false</show_scrollbar>
+    <font>
+      <fontdata fontName="Monospace" height="19" style="1" />
+    </font>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
+    <alarm_pulsing>false</alarm_pulsing>
+    <tooltip>$(pv_name)</tooltip>
+    <rules />
+    <effect_3d>true</effect_3d>
+    <bit>-1</bit>
+    <pv_value />
+    <height>60</height>
+    <border_width>1</border_width>
+    <visible>true</visible>
+    <pv_name>INFN-SRC:INTK-HEm3:EOR</pv_name>
+    <border_color>
+      <color name="Blue" red="0" green="128" blue="255" />
+    </border_color>
+    <widget_type>LED</widget_type>
+    <name>LED_17</name>
+    <actions hook="false" hook_all="false" />
+    <show_boolean_label>false</show_boolean_label>
+    <border_style>0</border_style>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <enabled>true</enabled>
+    <wuid>1444df35:15ce48b5140:-7e8f</wuid>
+    <on_color>
+      <color name="Major" red="255" green="0" blue="0" />
+    </on_color>
+    <scripts />
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <on_label>ON</on_label>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <off_color>
+      <color name="Green On" red="0" green="255" blue="0" />
+    </off_color>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color name="Field Background Grey" red="240" green="240" blue="240" />
+    </background_color>
+    <square_led>false</square_led>
+    <width>60</width>
+    <x>297</x>
+    <data_type>0</data_type>
+    <y>923</y>
+    <foreground_color>
+      <color name="Button Grey" red="180" green="180" blue="180" />
+    </foreground_color>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+    </font>
+    <off_label>OFF</off_label>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <border_style>0</border_style>
+    <tooltip></tooltip>
+    <horizontal_alignment>0</horizontal_alignment>
+    <rules />
+    <enabled>true</enabled>
+    <wuid>1444df35:15ce48b5140:-7e8e</wuid>
+    <transparent>true</transparent>
+    <auto_size>true</auto_size>
+    <text>Horizontal parking position</text>
+    <scripts />
+    <height>29</height>
+    <border_width>2</border_width>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <visible>true</visible>
+    <vertical_alignment>1</vertical_alignment>
+    <border_color>
+      <color name="Blue" red="0" green="128" blue="255" />
+    </border_color>
+    <widget_type>Label</widget_type>
+    <wrap_words>true</wrap_words>
+    <background_color>
+      <color name="White" red="255" green="255" blue="255" />
+    </background_color>
+    <width>405</width>
+    <x>372</x>
+    <name>Label Template_27</name>
+    <y>938</y>
+    <foreground_color>
+      <color name="Black" red="0" green="0" blue="0" />
+    </foreground_color>
+    <actions hook="false" hook_all="false" />
+    <show_scrollbar>false</show_scrollbar>
+    <font>
+      <fontdata fontName="Monospace" height="19" style="1" />
+    </font>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
+    <alarm_pulsing>false</alarm_pulsing>
+    <tooltip>$(pv_name)</tooltip>
+    <rules />
+    <effect_3d>true</effect_3d>
+    <bit>-1</bit>
+    <pv_value />
+    <height>60</height>
+    <border_width>1</border_width>
+    <visible>true</visible>
+    <pv_name>INFN-SRC:INTK-VEm3:EOR</pv_name>
+    <border_color>
+      <color name="Blue" red="0" green="128" blue="255" />
+    </border_color>
+    <widget_type>LED</widget_type>
+    <name>LED_18</name>
+    <actions hook="false" hook_all="false" />
+    <show_boolean_label>false</show_boolean_label>
+    <border_style>0</border_style>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <enabled>true</enabled>
+    <wuid>1444df35:15ce48b5140:-7e8d</wuid>
+    <on_color>
+      <color name="Major" red="255" green="0" blue="0" />
+    </on_color>
+    <scripts />
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <on_label>ON</on_label>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <off_color>
+      <color name="Green On" red="0" green="255" blue="0" />
+    </off_color>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color name="Field Background Grey" red="240" green="240" blue="240" />
+    </background_color>
+    <square_led>false</square_led>
+    <width>60</width>
+    <x>297</x>
+    <data_type>0</data_type>
+    <y>1000</y>
+    <foreground_color>
+      <color name="Button Grey" red="180" green="180" blue="180" />
+    </foreground_color>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+    </font>
+    <off_label>OFF</off_label>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <border_style>0</border_style>
+    <tooltip></tooltip>
+    <horizontal_alignment>0</horizontal_alignment>
+    <rules />
+    <enabled>true</enabled>
+    <wuid>1444df35:15ce48b5140:-7e8c</wuid>
+    <transparent>true</transparent>
+    <auto_size>true</auto_size>
+    <text>Vertical parking position</text>
+    <scripts />
+    <height>29</height>
+    <border_width>2</border_width>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <visible>true</visible>
+    <vertical_alignment>1</vertical_alignment>
+    <border_color>
+      <color name="Blue" red="0" green="128" blue="255" />
+    </border_color>
+    <widget_type>Label</widget_type>
+    <wrap_words>true</wrap_words>
+    <background_color>
+      <color name="White" red="255" green="255" blue="255" />
+    </background_color>
+    <width>375</width>
+    <x>372</x>
+    <name>Label Template_28</name>
+    <y>1015</y>
+    <foreground_color>
+      <color name="Black" red="0" green="0" blue="0" />
+    </foreground_color>
+    <actions hook="false" hook_all="false" />
+    <show_scrollbar>false</show_scrollbar>
+    <font>
+      <fontdata fontName="Monospace" height="19" style="1" />
+    </font>
+  </widget>
 </display>
\ No newline at end of file
diff --git a/NON-APPROVED/lebt-010-pbi-emu/3-FM4,5.opi b/NON-APPROVED/lebt-pbi/emu/3-FM4,5.opi
old mode 100755
new mode 100644
similarity index 97%
rename from NON-APPROVED/lebt-010-pbi-emu/3-FM4,5.opi
rename to NON-APPROVED/lebt-pbi/emu/3-FM4,5.opi
index 312f49150c7918ce17c5320dbc7f9dc48dddcf38..9a0362ff6e8af8bfc0df1206c08dadcdebf94772
--- a/NON-APPROVED/lebt-010-pbi-emu/3-FM4,5.opi
+++ b/NON-APPROVED/lebt-pbi/emu/3-FM4,5.opi
@@ -1,2295 +1,2295 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<display typeId="org.csstudio.opibuilder.Display" version="1.0.0">
-  <show_close_button>true</show_close_button>
-  <rules />
-  <wuid>-14a921ec:134b2495e46:-7f53</wuid>
-  <show_grid>false</show_grid>
-  <auto_zoom_to_fit_all>false</auto_zoom_to_fit_all>
-  <scripts />
-  <height>1280</height>
-  <macros>
-    <include_parent_macros>true</include_parent_macros>
-  </macros>
-  <boy_version>4.0.103.201507131348</boy_version>
-  <show_edit_range>true</show_edit_range>
-  <widget_type>Display</widget_type>
-  <auto_scale_widgets>
-    <auto_scale_widgets>false</auto_scale_widgets>
-    <min_width>-1</min_width>
-    <min_height>-1</min_height>
-  </auto_scale_widgets>
-  <background_color>
-    <color name="GUI Background Grey" red="220" green="220" blue="220" />
-  </background_color>
-  <width>1920</width>
-  <x>0</x>
-  <name></name>
-  <grid_space>10</grid_space>
-  <show_ruler>true</show_ruler>
-  <y>0</y>
-  <snap_to_geometry>true</snap_to_geometry>
-  <foreground_color>
-    <color name="Container Border Grey" red="150" green="150" blue="150" />
-  </foreground_color>
-  <actions hook="false" hook_all="false" />
-  <widget typeId="org.csstudio.opibuilder.widgets.Rectangle" version="1.0.0">
-    <border_style>0</border_style>
-    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-    <line_width>0</line_width>
-    <horizontal_fill>true</horizontal_fill>
-    <alarm_pulsing>false</alarm_pulsing>
-    <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-    <rules />
-    <enabled>true</enabled>
-    <wuid>75ed6521:158d9b9c63a:-6d66</wuid>
-    <transparent>false</transparent>
-    <pv_value />
-    <alpha>255</alpha>
-    <bg_gradient_color>
-      <color red="255" green="255" blue="255" />
-    </bg_gradient_color>
-    <scripts />
-    <border_alarm_sensitive>false</border_alarm_sensitive>
-    <height>1302</height>
-    <border_width>1</border_width>
-    <scale_options>
-      <width_scalable>true</width_scalable>
-      <height_scalable>true</height_scalable>
-      <keep_wh_ratio>false</keep_wh_ratio>
-    </scale_options>
-    <visible>true</visible>
-    <pv_name></pv_name>
-    <gradient>false</gradient>
-    <border_color>
-      <color red="0" green="128" blue="255" />
-    </border_color>
-    <anti_alias>true</anti_alias>
-    <line_style>0</line_style>
-    <widget_type>Rectangle</widget_type>
-    <fg_gradient_color>
-      <color red="255" green="255" blue="255" />
-    </fg_gradient_color>
-    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-    <background_color>
-      <color name="Container Grey" red="200" green="200" blue="200" />
-    </background_color>
-    <width>2193</width>
-    <x>-32</x>
-    <name>Rectangle</name>
-    <y>-28</y>
-    <fill_level>0.0</fill_level>
-    <foreground_color>
-      <color red="255" green="0" blue="0" />
-    </foreground_color>
-    <actions hook="false" hook_all="false" />
-    <font>
-      <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-    </font>
-    <line_color>
-      <color red="128" green="0" blue="255" />
-    </line_color>
-  </widget>
-  <widget typeId="org.csstudio.opibuilder.widgets.RoundedRectangle" version="1.0.0">
-    <border_style>0</border_style>
-    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-    <line_width>0</line_width>
-    <horizontal_fill>true</horizontal_fill>
-    <alarm_pulsing>false</alarm_pulsing>
-    <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-    <rules />
-    <enabled>true</enabled>
-    <wuid>-2b379613:154ebe48039:-7dbd</wuid>
-    <transparent>false</transparent>
-    <pv_value />
-    <alpha>255</alpha>
-    <corner_height>16</corner_height>
-    <bg_gradient_color>
-      <color red="255" green="255" blue="255" />
-    </bg_gradient_color>
-    <scripts />
-    <border_alarm_sensitive>false</border_alarm_sensitive>
-    <height>1230</height>
-    <border_width>1</border_width>
-    <scale_options>
-      <width_scalable>true</width_scalable>
-      <height_scalable>true</height_scalable>
-      <keep_wh_ratio>false</keep_wh_ratio>
-    </scale_options>
-    <visible>true</visible>
-    <pv_name></pv_name>
-    <gradient>false</gradient>
-    <border_color>
-      <color red="0" green="128" blue="255" />
-    </border_color>
-    <anti_alias>true</anti_alias>
-    <corner_width>16</corner_width>
-    <line_style>0</line_style>
-    <widget_type>Rounded Rectangle</widget_type>
-    <fg_gradient_color>
-      <color red="255" green="255" blue="255" />
-    </fg_gradient_color>
-    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-    <background_color>
-      <color name="Field Background Grey" red="240" green="240" blue="240" />
-    </background_color>
-    <width>722</width>
-    <x>1180</x>
-    <name>Rounded Rectangle_2</name>
-    <y>20</y>
-    <fill_level>0.0</fill_level>
-    <foreground_color>
-      <color red="255" green="0" blue="0" />
-    </foreground_color>
-    <actions hook="false" hook_all="false" />
-    <font>
-      <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-    </font>
-    <line_color>
-      <color red="128" green="0" blue="255" />
-    </line_color>
-  </widget>
-  <widget typeId="org.csstudio.opibuilder.widgets.RoundedRectangle" version="1.0.0">
-    <border_style>0</border_style>
-    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-    <line_width>0</line_width>
-    <horizontal_fill>true</horizontal_fill>
-    <alarm_pulsing>false</alarm_pulsing>
-    <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-    <rules />
-    <enabled>true</enabled>
-    <wuid>-2b379613:154ebe48039:-7dbc</wuid>
-    <transparent>false</transparent>
-    <pv_value />
-    <alpha>255</alpha>
-    <corner_height>16</corner_height>
-    <bg_gradient_color>
-      <color red="255" green="255" blue="255" />
-    </bg_gradient_color>
-    <scripts />
-    <border_alarm_sensitive>false</border_alarm_sensitive>
-    <height>246</height>
-    <border_width>1</border_width>
-    <scale_options>
-      <width_scalable>true</width_scalable>
-      <height_scalable>true</height_scalable>
-      <keep_wh_ratio>false</keep_wh_ratio>
-    </scale_options>
-    <visible>true</visible>
-    <pv_name></pv_name>
-    <gradient>false</gradient>
-    <border_color>
-      <color red="0" green="128" blue="255" />
-    </border_color>
-    <anti_alias>true</anti_alias>
-    <corner_width>16</corner_width>
-    <line_style>0</line_style>
-    <widget_type>Rounded Rectangle</widget_type>
-    <fg_gradient_color>
-      <color red="255" green="255" blue="255" />
-    </fg_gradient_color>
-    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-    <background_color>
-      <color name="Primary Blue" red="0" green="148" blue="202" />
-    </background_color>
-    <width>722</width>
-    <x>1180</x>
-    <name>Rounded Rectangle_3</name>
-    <y>20</y>
-    <fill_level>0.0</fill_level>
-    <foreground_color>
-      <color red="255" green="0" blue="0" />
-    </foreground_color>
-    <actions hook="false" hook_all="false" />
-    <font>
-      <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-    </font>
-    <line_color>
-      <color red="128" green="0" blue="255" />
-    </line_color>
-  </widget>
-  <widget typeId="org.csstudio.opibuilder.widgets.Rectangle" version="1.0.0">
-    <border_style>0</border_style>
-    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-    <line_width>0</line_width>
-    <horizontal_fill>true</horizontal_fill>
-    <alarm_pulsing>false</alarm_pulsing>
-    <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-    <rules />
-    <enabled>true</enabled>
-    <wuid>-2b379613:154ebe48039:-7dbb</wuid>
-    <transparent>false</transparent>
-    <pv_value />
-    <alpha>255</alpha>
-    <bg_gradient_color>
-      <color red="255" green="255" blue="255" />
-    </bg_gradient_color>
-    <scripts />
-    <border_alarm_sensitive>false</border_alarm_sensitive>
-    <height>300</height>
-    <border_width>1</border_width>
-    <scale_options>
-      <width_scalable>true</width_scalable>
-      <height_scalable>true</height_scalable>
-      <keep_wh_ratio>false</keep_wh_ratio>
-    </scale_options>
-    <visible>true</visible>
-    <pv_name></pv_name>
-    <gradient>false</gradient>
-    <border_color>
-      <color red="0" green="128" blue="255" />
-    </border_color>
-    <anti_alias>true</anti_alias>
-    <line_style>0</line_style>
-    <widget_type>Rectangle</widget_type>
-    <fg_gradient_color>
-      <color red="255" green="255" blue="255" />
-    </fg_gradient_color>
-    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-    <background_color>
-      <color name="Field Background Grey" red="240" green="240" blue="240" />
-    </background_color>
-    <width>722</width>
-    <x>1180</x>
-    <name>Rectangle_2</name>
-    <y>160</y>
-    <fill_level>0.0</fill_level>
-    <foreground_color>
-      <color red="255" green="0" blue="0" />
-    </foreground_color>
-    <actions hook="false" hook_all="false" />
-    <font>
-      <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-    </font>
-    <line_color>
-      <color red="128" green="0" blue="255" />
-    </line_color>
-  </widget>
-  <widget typeId="org.csstudio.opibuilder.widgets.RoundedRectangle" version="1.0.0">
-    <border_style>0</border_style>
-    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-    <line_width>0</line_width>
-    <horizontal_fill>true</horizontal_fill>
-    <alarm_pulsing>false</alarm_pulsing>
-    <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-    <rules />
-    <enabled>true</enabled>
-    <wuid>-2b379613:154ebe48039:-7e79</wuid>
-    <transparent>false</transparent>
-    <pv_value />
-    <alpha>255</alpha>
-    <corner_height>16</corner_height>
-    <bg_gradient_color>
-      <color red="255" green="255" blue="255" />
-    </bg_gradient_color>
-    <scripts />
-    <border_alarm_sensitive>false</border_alarm_sensitive>
-    <height>1230</height>
-    <border_width>1</border_width>
-    <scale_options>
-      <width_scalable>true</width_scalable>
-      <height_scalable>true</height_scalable>
-      <keep_wh_ratio>false</keep_wh_ratio>
-    </scale_options>
-    <visible>true</visible>
-    <pv_name></pv_name>
-    <gradient>false</gradient>
-    <border_color>
-      <color red="0" green="128" blue="255" />
-    </border_color>
-    <anti_alias>true</anti_alias>
-    <corner_width>16</corner_width>
-    <line_style>0</line_style>
-    <widget_type>Rounded Rectangle</widget_type>
-    <fg_gradient_color>
-      <color red="255" green="255" blue="255" />
-    </fg_gradient_color>
-    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-    <background_color>
-      <color name="Field Background Grey" red="240" green="240" blue="240" />
-    </background_color>
-    <width>773</width>
-    <x>210</x>
-    <name>Rounded Rectangle</name>
-    <y>8</y>
-    <fill_level>0.0</fill_level>
-    <foreground_color>
-      <color red="255" green="0" blue="0" />
-    </foreground_color>
-    <actions hook="false" hook_all="false" />
-    <font>
-      <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-    </font>
-    <line_color>
-      <color red="128" green="0" blue="255" />
-    </line_color>
-  </widget>
-  <widget typeId="org.csstudio.opibuilder.widgets.RoundedRectangle" version="1.0.0">
-    <border_style>0</border_style>
-    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-    <line_width>0</line_width>
-    <horizontal_fill>true</horizontal_fill>
-    <alarm_pulsing>false</alarm_pulsing>
-    <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-    <rules />
-    <enabled>true</enabled>
-    <wuid>-2b379613:154ebe48039:-7e78</wuid>
-    <transparent>false</transparent>
-    <pv_value />
-    <alpha>255</alpha>
-    <corner_height>16</corner_height>
-    <bg_gradient_color>
-      <color red="255" green="255" blue="255" />
-    </bg_gradient_color>
-    <scripts />
-    <border_alarm_sensitive>false</border_alarm_sensitive>
-    <height>246</height>
-    <border_width>1</border_width>
-    <scale_options>
-      <width_scalable>true</width_scalable>
-      <height_scalable>true</height_scalable>
-      <keep_wh_ratio>false</keep_wh_ratio>
-    </scale_options>
-    <visible>true</visible>
-    <pv_name></pv_name>
-    <gradient>false</gradient>
-    <border_color>
-      <color name="Invalid" red="255" green="0" blue="255" />
-    </border_color>
-    <anti_alias>true</anti_alias>
-    <corner_width>16</corner_width>
-    <line_style>0</line_style>
-    <widget_type>Rounded Rectangle</widget_type>
-    <fg_gradient_color>
-      <color red="255" green="255" blue="255" />
-    </fg_gradient_color>
-    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-    <background_color>
-      <color name="Primary Blue" red="0" green="148" blue="202" />
-    </background_color>
-    <width>773</width>
-    <x>210</x>
-    <name>Rounded Rectangle_1</name>
-    <y>8</y>
-    <fill_level>0.0</fill_level>
-    <foreground_color>
-      <color red="255" green="0" blue="0" />
-    </foreground_color>
-    <actions hook="false" hook_all="false" />
-    <font>
-      <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-    </font>
-    <line_color>
-      <color red="128" green="0" blue="255" />
-    </line_color>
-  </widget>
-  <widget typeId="org.csstudio.opibuilder.widgets.Rectangle" version="1.0.0">
-    <border_style>0</border_style>
-    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-    <line_width>0</line_width>
-    <horizontal_fill>true</horizontal_fill>
-    <alarm_pulsing>false</alarm_pulsing>
-    <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-    <rules />
-    <enabled>true</enabled>
-    <wuid>-2b379613:154ebe48039:-7e77</wuid>
-    <transparent>false</transparent>
-    <pv_value />
-    <alpha>255</alpha>
-    <bg_gradient_color>
-      <color red="255" green="255" blue="255" />
-    </bg_gradient_color>
-    <scripts />
-    <border_alarm_sensitive>false</border_alarm_sensitive>
-    <height>300</height>
-    <border_width>1</border_width>
-    <scale_options>
-      <width_scalable>true</width_scalable>
-      <height_scalable>true</height_scalable>
-      <keep_wh_ratio>false</keep_wh_ratio>
-    </scale_options>
-    <visible>true</visible>
-    <pv_name></pv_name>
-    <gradient>false</gradient>
-    <border_color>
-      <color red="0" green="128" blue="255" />
-    </border_color>
-    <anti_alias>true</anti_alias>
-    <line_style>0</line_style>
-    <widget_type>Rectangle</widget_type>
-    <fg_gradient_color>
-      <color red="255" green="255" blue="255" />
-    </fg_gradient_color>
-    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-    <background_color>
-      <color name="Field Background Grey" red="240" green="240" blue="240" />
-    </background_color>
-    <width>773</width>
-    <x>210</x>
-    <name>Rectangle_1</name>
-    <y>148</y>
-    <fill_level>0.0</fill_level>
-    <foreground_color>
-      <color red="255" green="0" blue="0" />
-    </foreground_color>
-    <actions hook="false" hook_all="false" />
-    <font>
-      <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-    </font>
-    <line_color>
-      <color red="128" green="0" blue="255" />
-    </line_color>
-  </widget>
-  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-    <border_style>0</border_style>
-    <tooltip></tooltip>
-    <horizontal_alignment>0</horizontal_alignment>
-    <rules>
-      <rule name="visible" prop_id="visible" out_exp="false">
-        <exp bool_exp="pv0==1">
-          <value>false</value>
-        </exp>
-        <pv trig="true">INFN-SRC:INTK-HMI:VH_SELECT</pv>
-      </rule>
-    </rules>
-    <enabled>true</enabled>
-    <wuid>-2b379613:154ebe48039:-7ec7</wuid>
-    <transparent>true</transparent>
-    <auto_size>true</auto_size>
-    <text>EMU, low end of run</text>
-    <scripts />
-    <height>29</height>
-    <border_width>2</border_width>
-    <scale_options>
-      <width_scalable>true</width_scalable>
-      <height_scalable>true</height_scalable>
-      <keep_wh_ratio>false</keep_wh_ratio>
-    </scale_options>
-    <visible>true</visible>
-    <vertical_alignment>1</vertical_alignment>
-    <border_color>
-      <color name="Blue" red="0" green="128" blue="255" />
-    </border_color>
-    <widget_type>Label</widget_type>
-    <wrap_words>true</wrap_words>
-    <background_color>
-      <color name="White" red="255" green="255" blue="255" />
-    </background_color>
-    <width>285</width>
-    <x>318</x>
-    <name>Label Template_1</name>
-    <y>295</y>
-    <foreground_color>
-      <color name="Black" red="0" green="0" blue="0" />
-    </foreground_color>
-    <actions hook="false" hook_all="false" />
-    <show_scrollbar>false</show_scrollbar>
-    <font>
-      <fontdata fontName="Monospace" height="19" style="1" />
-    </font>
-  </widget>
-  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-    <border_style>0</border_style>
-    <tooltip></tooltip>
-    <horizontal_alignment>0</horizontal_alignment>
-    <rules>
-      <rule name="visible" prop_id="visible" out_exp="false">
-        <exp bool_exp="pv0==1">
-          <value>true</value>
-        </exp>
-        <pv trig="true">INFN-SRC:INTK-HMI:VH_SELECT</pv>
-      </rule>
-    </rules>
-    <enabled>true</enabled>
-    <wuid>-2b379613:154ebe48039:-7ec6</wuid>
-    <transparent>true</transparent>
-    <auto_size>true</auto_size>
-    <text>EMU, high end of run</text>
-    <scripts />
-    <height>29</height>
-    <border_width>2</border_width>
-    <scale_options>
-      <width_scalable>true</width_scalable>
-      <height_scalable>true</height_scalable>
-      <keep_wh_ratio>false</keep_wh_ratio>
-    </scale_options>
-    <visible>false</visible>
-    <vertical_alignment>1</vertical_alignment>
-    <border_color>
-      <color name="Blue" red="0" green="128" blue="255" />
-    </border_color>
-    <widget_type>Label</widget_type>
-    <wrap_words>true</wrap_words>
-    <background_color>
-      <color name="White" red="255" green="255" blue="255" />
-    </background_color>
-    <width>300</width>
-    <x>311</x>
-    <name>Label Template_2</name>
-    <y>213</y>
-    <foreground_color>
-      <color name="Black" red="0" green="0" blue="0" />
-    </foreground_color>
-    <actions hook="false" hook_all="false" />
-    <show_scrollbar>false</show_scrollbar>
-    <font>
-      <fontdata fontName="Monospace" height="19" style="1" />
-    </font>
-  </widget>
-  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-    <border_style>0</border_style>
-    <tooltip></tooltip>
-    <horizontal_alignment>0</horizontal_alignment>
-    <rules>
-      <rule name="visible" prop_id="visible" out_exp="false">
-        <exp bool_exp="pv0==1">
-          <value>true</value>
-        </exp>
-        <pv trig="true">INFN-SRC:INTK-HMI:VH_SELECT</pv>
-      </rule>
-    </rules>
-    <enabled>true</enabled>
-    <wuid>-2b379613:154ebe48039:-7ec4</wuid>
-    <transparent>true</transparent>
-    <auto_size>true</auto_size>
-    <text>EMU, low end of run</text>
-    <scripts />
-    <height>28</height>
-    <border_width>2</border_width>
-    <scale_options>
-      <width_scalable>true</width_scalable>
-      <height_scalable>true</height_scalable>
-      <keep_wh_ratio>false</keep_wh_ratio>
-    </scale_options>
-    <visible>false</visible>
-    <vertical_alignment>1</vertical_alignment>
-    <border_color>
-      <color name="Blue" red="0" green="128" blue="255" />
-    </border_color>
-    <widget_type>Label</widget_type>
-    <wrap_words>true</wrap_words>
-    <background_color>
-      <color name="White" red="255" green="255" blue="255" />
-    </background_color>
-    <width>266</width>
-    <x>315</x>
-    <name>Label Template_3</name>
-    <y>296</y>
-    <foreground_color>
-      <color name="Black" red="0" green="0" blue="0" />
-    </foreground_color>
-    <actions hook="false" hook_all="false" />
-    <show_scrollbar>false</show_scrollbar>
-    <font>
-      <fontdata fontName="Monospace" height="18" style="1" />
-    </font>
-  </widget>
-  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-    <border_style>0</border_style>
-    <tooltip></tooltip>
-    <horizontal_alignment>0</horizontal_alignment>
-    <rules />
-    <enabled>true</enabled>
-    <wuid>-2b379613:154ebe48039:-7ec3</wuid>
-    <transparent>true</transparent>
-    <auto_size>true</auto_size>
-    <text>Fault mode 4 </text>
-    <scripts />
-    <height>43</height>
-    <border_width>2</border_width>
-    <scale_options>
-      <width_scalable>true</width_scalable>
-      <height_scalable>true</height_scalable>
-      <keep_wh_ratio>false</keep_wh_ratio>
-    </scale_options>
-    <visible>true</visible>
-    <vertical_alignment>1</vertical_alignment>
-    <border_color>
-      <color name="Blue" red="0" green="128" blue="255" />
-    </border_color>
-    <widget_type>Label</widget_type>
-    <wrap_words>true</wrap_words>
-    <background_color>
-      <color name="White" red="255" green="255" blue="255" />
-    </background_color>
-    <width>286</width>
-    <x>415</x>
-    <name>Label Template_4</name>
-    <y>63</y>
-    <foreground_color>
-      <color name="Black" red="0" green="0" blue="0" />
-    </foreground_color>
-    <actions hook="false" hook_all="false" />
-    <show_scrollbar>false</show_scrollbar>
-    <font>
-      <fontdata fontName="Monospace" height="28" style="1" />
-    </font>
-  </widget>
-  <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
-    <alarm_pulsing>false</alarm_pulsing>
-    <tooltip>$(pv_name)</tooltip>
-    <rules />
-    <effect_3d>true</effect_3d>
-    <bit>-1</bit>
-    <pv_value />
-    <height>60</height>
-    <border_width>1</border_width>
-    <visible>true</visible>
-    <pv_name>INFN-SRC:INTK-HMI:CAPT_MOT_FAILURE</pv_name>
-    <border_color>
-      <color name="Blue" red="0" green="128" blue="255" />
-    </border_color>
-    <widget_type>LED</widget_type>
-    <name>LED_4</name>
-    <actions hook="false" hook_all="false" />
-    <show_boolean_label>false</show_boolean_label>
-    <border_style>0</border_style>
-    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-    <enabled>true</enabled>
-    <wuid>-2b379613:154ebe48039:-7ec2</wuid>
-    <on_color>
-      <color name="Major" red="255" green="0" blue="0" />
-    </on_color>
-    <scripts />
-    <border_alarm_sensitive>false</border_alarm_sensitive>
-    <on_label>ON</on_label>
-    <scale_options>
-      <width_scalable>true</width_scalable>
-      <height_scalable>true</height_scalable>
-      <keep_wh_ratio>true</keep_wh_ratio>
-    </scale_options>
-    <off_color>
-      <color name="Green On" red="0" green="255" blue="0" />
-    </off_color>
-    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-    <background_color>
-      <color name="Field Background Grey" red="240" green="240" blue="240" />
-    </background_color>
-    <square_led>false</square_led>
-    <width>60</width>
-    <x>1197</x>
-    <data_type>0</data_type>
-    <y>187</y>
-    <foreground_color>
-      <color name="Button Grey" red="180" green="180" blue="180" />
-    </foreground_color>
-    <font>
-      <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-    </font>
-    <off_label>OFF</off_label>
-  </widget>
-  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-    <border_style>0</border_style>
-    <tooltip></tooltip>
-    <horizontal_alignment>0</horizontal_alignment>
-    <rules />
-    <enabled>true</enabled>
-    <wuid>-2b379613:154ebe48039:-7ec1</wuid>
-    <transparent>true</transparent>
-    <auto_size>true</auto_size>
-    <text>Motor failure</text>
-    <scripts />
-    <height>29</height>
-    <border_width>2</border_width>
-    <scale_options>
-      <width_scalable>true</width_scalable>
-      <height_scalable>true</height_scalable>
-      <keep_wh_ratio>false</keep_wh_ratio>
-    </scale_options>
-    <visible>true</visible>
-    <vertical_alignment>1</vertical_alignment>
-    <border_color>
-      <color name="Blue" red="0" green="128" blue="255" />
-    </border_color>
-    <widget_type>Label</widget_type>
-    <wrap_words>true</wrap_words>
-    <background_color>
-      <color name="White" red="255" green="255" blue="255" />
-    </background_color>
-    <width>195</width>
-    <x>1272</x>
-    <name>Label Template_6</name>
-    <y>195</y>
-    <foreground_color>
-      <color name="Black" red="0" green="0" blue="0" />
-    </foreground_color>
-    <actions hook="false" hook_all="false" />
-    <show_scrollbar>false</show_scrollbar>
-    <font>
-      <fontdata fontName="Monospace" height="19" style="1" />
-    </font>
-  </widget>
-  <widget typeId="org.csstudio.opibuilder.widgets.ActionButton" version="2.0.0">
-    <toggle_button>false</toggle_button>
-    <border_style>0</border_style>
-    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-    <alarm_pulsing>false</alarm_pulsing>
-    <tooltip>$(pv_name)</tooltip>
-    <push_action_index>0</push_action_index>
-    <rules>
-      <rule name="Rule_acknowledge_FM5" prop_id="enabled" out_exp="false">
-        <exp bool_exp="pv0==1 &amp;&amp; pv1==0">
-          <value>true</value>
-        </exp>
-        <pv trig="true">INFN-SRC:INTK-HMI:FM5</pv>
-        <pv trig="true">INFN-SRC:INTK-HMI:CAPT_MOT_FAILURE</pv>
-      </rule>
-    </rules>
-    <enabled>true</enabled>
-    <wuid>-2b379613:154ebe48039:-7ebf</wuid>
-    <pv_value />
-    <text>Go to manual mode</text>
-    <scripts>
-      <path pathString="EmbeddedJs" checkConnect="true" sfe="false" seoe="false">
-        <scriptName>EmbeddedScript</scriptName>
+<display typeId="org.csstudio.opibuilder.Display" version="1.0.0">
+  <show_close_button>true</show_close_button>
+  <rules />
+  <wuid>-14a921ec:134b2495e46:-7f53</wuid>
+  <show_grid>false</show_grid>
+  <auto_zoom_to_fit_all>false</auto_zoom_to_fit_all>
+  <scripts />
+  <height>1280</height>
+  <macros>
+    <include_parent_macros>true</include_parent_macros>
+  </macros>
+  <boy_version>4.0.103.201507131348</boy_version>
+  <show_edit_range>true</show_edit_range>
+  <widget_type>Display</widget_type>
+  <auto_scale_widgets>
+    <auto_scale_widgets>false</auto_scale_widgets>
+    <min_width>-1</min_width>
+    <min_height>-1</min_height>
+  </auto_scale_widgets>
+  <background_color>
+    <color name="GUI Background Grey" red="220" green="220" blue="220" />
+  </background_color>
+  <width>1920</width>
+  <x>0</x>
+  <name></name>
+  <grid_space>10</grid_space>
+  <show_ruler>true</show_ruler>
+  <y>0</y>
+  <snap_to_geometry>true</snap_to_geometry>
+  <foreground_color>
+    <color name="Container Border Grey" red="150" green="150" blue="150" />
+  </foreground_color>
+  <actions hook="false" hook_all="false" />
+  <widget typeId="org.csstudio.opibuilder.widgets.Rectangle" version="1.0.0">
+    <border_style>0</border_style>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <line_width>0</line_width>
+    <horizontal_fill>true</horizontal_fill>
+    <alarm_pulsing>false</alarm_pulsing>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <rules />
+    <enabled>true</enabled>
+    <wuid>75ed6521:158d9b9c63a:-6d66</wuid>
+    <transparent>false</transparent>
+    <pv_value />
+    <alpha>255</alpha>
+    <bg_gradient_color>
+      <color red="255" green="255" blue="255" />
+    </bg_gradient_color>
+    <scripts />
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <height>1302</height>
+    <border_width>1</border_width>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <visible>true</visible>
+    <pv_name></pv_name>
+    <gradient>false</gradient>
+    <border_color>
+      <color red="0" green="128" blue="255" />
+    </border_color>
+    <anti_alias>true</anti_alias>
+    <line_style>0</line_style>
+    <widget_type>Rectangle</widget_type>
+    <fg_gradient_color>
+      <color red="255" green="255" blue="255" />
+    </fg_gradient_color>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color name="Container Grey" red="200" green="200" blue="200" />
+    </background_color>
+    <width>2193</width>
+    <x>-32</x>
+    <name>Rectangle</name>
+    <y>-28</y>
+    <fill_level>0.0</fill_level>
+    <foreground_color>
+      <color red="255" green="0" blue="0" />
+    </foreground_color>
+    <actions hook="false" hook_all="false" />
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+    </font>
+    <line_color>
+      <color red="128" green="0" blue="255" />
+    </line_color>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.RoundedRectangle" version="1.0.0">
+    <border_style>0</border_style>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <line_width>0</line_width>
+    <horizontal_fill>true</horizontal_fill>
+    <alarm_pulsing>false</alarm_pulsing>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <rules />
+    <enabled>true</enabled>
+    <wuid>-2b379613:154ebe48039:-7dbd</wuid>
+    <transparent>false</transparent>
+    <pv_value />
+    <alpha>255</alpha>
+    <corner_height>16</corner_height>
+    <bg_gradient_color>
+      <color red="255" green="255" blue="255" />
+    </bg_gradient_color>
+    <scripts />
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <height>1230</height>
+    <border_width>1</border_width>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <visible>true</visible>
+    <pv_name></pv_name>
+    <gradient>false</gradient>
+    <border_color>
+      <color red="0" green="128" blue="255" />
+    </border_color>
+    <anti_alias>true</anti_alias>
+    <corner_width>16</corner_width>
+    <line_style>0</line_style>
+    <widget_type>Rounded Rectangle</widget_type>
+    <fg_gradient_color>
+      <color red="255" green="255" blue="255" />
+    </fg_gradient_color>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color name="Field Background Grey" red="240" green="240" blue="240" />
+    </background_color>
+    <width>722</width>
+    <x>1180</x>
+    <name>Rounded Rectangle_2</name>
+    <y>20</y>
+    <fill_level>0.0</fill_level>
+    <foreground_color>
+      <color red="255" green="0" blue="0" />
+    </foreground_color>
+    <actions hook="false" hook_all="false" />
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+    </font>
+    <line_color>
+      <color red="128" green="0" blue="255" />
+    </line_color>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.RoundedRectangle" version="1.0.0">
+    <border_style>0</border_style>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <line_width>0</line_width>
+    <horizontal_fill>true</horizontal_fill>
+    <alarm_pulsing>false</alarm_pulsing>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <rules />
+    <enabled>true</enabled>
+    <wuid>-2b379613:154ebe48039:-7dbc</wuid>
+    <transparent>false</transparent>
+    <pv_value />
+    <alpha>255</alpha>
+    <corner_height>16</corner_height>
+    <bg_gradient_color>
+      <color red="255" green="255" blue="255" />
+    </bg_gradient_color>
+    <scripts />
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <height>246</height>
+    <border_width>1</border_width>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <visible>true</visible>
+    <pv_name></pv_name>
+    <gradient>false</gradient>
+    <border_color>
+      <color red="0" green="128" blue="255" />
+    </border_color>
+    <anti_alias>true</anti_alias>
+    <corner_width>16</corner_width>
+    <line_style>0</line_style>
+    <widget_type>Rounded Rectangle</widget_type>
+    <fg_gradient_color>
+      <color red="255" green="255" blue="255" />
+    </fg_gradient_color>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color name="Primary Blue" red="0" green="148" blue="202" />
+    </background_color>
+    <width>722</width>
+    <x>1180</x>
+    <name>Rounded Rectangle_3</name>
+    <y>20</y>
+    <fill_level>0.0</fill_level>
+    <foreground_color>
+      <color red="255" green="0" blue="0" />
+    </foreground_color>
+    <actions hook="false" hook_all="false" />
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+    </font>
+    <line_color>
+      <color red="128" green="0" blue="255" />
+    </line_color>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Rectangle" version="1.0.0">
+    <border_style>0</border_style>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <line_width>0</line_width>
+    <horizontal_fill>true</horizontal_fill>
+    <alarm_pulsing>false</alarm_pulsing>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <rules />
+    <enabled>true</enabled>
+    <wuid>-2b379613:154ebe48039:-7dbb</wuid>
+    <transparent>false</transparent>
+    <pv_value />
+    <alpha>255</alpha>
+    <bg_gradient_color>
+      <color red="255" green="255" blue="255" />
+    </bg_gradient_color>
+    <scripts />
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <height>300</height>
+    <border_width>1</border_width>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <visible>true</visible>
+    <pv_name></pv_name>
+    <gradient>false</gradient>
+    <border_color>
+      <color red="0" green="128" blue="255" />
+    </border_color>
+    <anti_alias>true</anti_alias>
+    <line_style>0</line_style>
+    <widget_type>Rectangle</widget_type>
+    <fg_gradient_color>
+      <color red="255" green="255" blue="255" />
+    </fg_gradient_color>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color name="Field Background Grey" red="240" green="240" blue="240" />
+    </background_color>
+    <width>722</width>
+    <x>1180</x>
+    <name>Rectangle_2</name>
+    <y>160</y>
+    <fill_level>0.0</fill_level>
+    <foreground_color>
+      <color red="255" green="0" blue="0" />
+    </foreground_color>
+    <actions hook="false" hook_all="false" />
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+    </font>
+    <line_color>
+      <color red="128" green="0" blue="255" />
+    </line_color>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.RoundedRectangle" version="1.0.0">
+    <border_style>0</border_style>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <line_width>0</line_width>
+    <horizontal_fill>true</horizontal_fill>
+    <alarm_pulsing>false</alarm_pulsing>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <rules />
+    <enabled>true</enabled>
+    <wuid>-2b379613:154ebe48039:-7e79</wuid>
+    <transparent>false</transparent>
+    <pv_value />
+    <alpha>255</alpha>
+    <corner_height>16</corner_height>
+    <bg_gradient_color>
+      <color red="255" green="255" blue="255" />
+    </bg_gradient_color>
+    <scripts />
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <height>1230</height>
+    <border_width>1</border_width>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <visible>true</visible>
+    <pv_name></pv_name>
+    <gradient>false</gradient>
+    <border_color>
+      <color red="0" green="128" blue="255" />
+    </border_color>
+    <anti_alias>true</anti_alias>
+    <corner_width>16</corner_width>
+    <line_style>0</line_style>
+    <widget_type>Rounded Rectangle</widget_type>
+    <fg_gradient_color>
+      <color red="255" green="255" blue="255" />
+    </fg_gradient_color>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color name="Field Background Grey" red="240" green="240" blue="240" />
+    </background_color>
+    <width>773</width>
+    <x>210</x>
+    <name>Rounded Rectangle</name>
+    <y>8</y>
+    <fill_level>0.0</fill_level>
+    <foreground_color>
+      <color red="255" green="0" blue="0" />
+    </foreground_color>
+    <actions hook="false" hook_all="false" />
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+    </font>
+    <line_color>
+      <color red="128" green="0" blue="255" />
+    </line_color>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.RoundedRectangle" version="1.0.0">
+    <border_style>0</border_style>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <line_width>0</line_width>
+    <horizontal_fill>true</horizontal_fill>
+    <alarm_pulsing>false</alarm_pulsing>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <rules />
+    <enabled>true</enabled>
+    <wuid>-2b379613:154ebe48039:-7e78</wuid>
+    <transparent>false</transparent>
+    <pv_value />
+    <alpha>255</alpha>
+    <corner_height>16</corner_height>
+    <bg_gradient_color>
+      <color red="255" green="255" blue="255" />
+    </bg_gradient_color>
+    <scripts />
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <height>246</height>
+    <border_width>1</border_width>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <visible>true</visible>
+    <pv_name></pv_name>
+    <gradient>false</gradient>
+    <border_color>
+      <color name="Invalid" red="255" green="0" blue="255" />
+    </border_color>
+    <anti_alias>true</anti_alias>
+    <corner_width>16</corner_width>
+    <line_style>0</line_style>
+    <widget_type>Rounded Rectangle</widget_type>
+    <fg_gradient_color>
+      <color red="255" green="255" blue="255" />
+    </fg_gradient_color>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color name="Primary Blue" red="0" green="148" blue="202" />
+    </background_color>
+    <width>773</width>
+    <x>210</x>
+    <name>Rounded Rectangle_1</name>
+    <y>8</y>
+    <fill_level>0.0</fill_level>
+    <foreground_color>
+      <color red="255" green="0" blue="0" />
+    </foreground_color>
+    <actions hook="false" hook_all="false" />
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+    </font>
+    <line_color>
+      <color red="128" green="0" blue="255" />
+    </line_color>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Rectangle" version="1.0.0">
+    <border_style>0</border_style>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <line_width>0</line_width>
+    <horizontal_fill>true</horizontal_fill>
+    <alarm_pulsing>false</alarm_pulsing>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <rules />
+    <enabled>true</enabled>
+    <wuid>-2b379613:154ebe48039:-7e77</wuid>
+    <transparent>false</transparent>
+    <pv_value />
+    <alpha>255</alpha>
+    <bg_gradient_color>
+      <color red="255" green="255" blue="255" />
+    </bg_gradient_color>
+    <scripts />
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <height>300</height>
+    <border_width>1</border_width>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <visible>true</visible>
+    <pv_name></pv_name>
+    <gradient>false</gradient>
+    <border_color>
+      <color red="0" green="128" blue="255" />
+    </border_color>
+    <anti_alias>true</anti_alias>
+    <line_style>0</line_style>
+    <widget_type>Rectangle</widget_type>
+    <fg_gradient_color>
+      <color red="255" green="255" blue="255" />
+    </fg_gradient_color>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color name="Field Background Grey" red="240" green="240" blue="240" />
+    </background_color>
+    <width>773</width>
+    <x>210</x>
+    <name>Rectangle_1</name>
+    <y>148</y>
+    <fill_level>0.0</fill_level>
+    <foreground_color>
+      <color red="255" green="0" blue="0" />
+    </foreground_color>
+    <actions hook="false" hook_all="false" />
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+    </font>
+    <line_color>
+      <color red="128" green="0" blue="255" />
+    </line_color>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <border_style>0</border_style>
+    <tooltip></tooltip>
+    <horizontal_alignment>0</horizontal_alignment>
+    <rules>
+      <rule name="visible" prop_id="visible" out_exp="false">
+        <exp bool_exp="pv0==1">
+          <value>false</value>
+        </exp>
+        <pv trig="true">INFN-SRC:INTK-HMI:VH_SELECT</pv>
+      </rule>
+    </rules>
+    <enabled>true</enabled>
+    <wuid>-2b379613:154ebe48039:-7ec7</wuid>
+    <transparent>true</transparent>
+    <auto_size>true</auto_size>
+    <text>EMU, low end of run</text>
+    <scripts />
+    <height>29</height>
+    <border_width>2</border_width>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <visible>true</visible>
+    <vertical_alignment>1</vertical_alignment>
+    <border_color>
+      <color name="Blue" red="0" green="128" blue="255" />
+    </border_color>
+    <widget_type>Label</widget_type>
+    <wrap_words>true</wrap_words>
+    <background_color>
+      <color name="White" red="255" green="255" blue="255" />
+    </background_color>
+    <width>285</width>
+    <x>318</x>
+    <name>Label Template_1</name>
+    <y>295</y>
+    <foreground_color>
+      <color name="Black" red="0" green="0" blue="0" />
+    </foreground_color>
+    <actions hook="false" hook_all="false" />
+    <show_scrollbar>false</show_scrollbar>
+    <font>
+      <fontdata fontName="Monospace" height="19" style="1" />
+    </font>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <border_style>0</border_style>
+    <tooltip></tooltip>
+    <horizontal_alignment>0</horizontal_alignment>
+    <rules>
+      <rule name="visible" prop_id="visible" out_exp="false">
+        <exp bool_exp="pv0==1">
+          <value>true</value>
+        </exp>
+        <pv trig="true">INFN-SRC:INTK-HMI:VH_SELECT</pv>
+      </rule>
+    </rules>
+    <enabled>true</enabled>
+    <wuid>-2b379613:154ebe48039:-7ec6</wuid>
+    <transparent>true</transparent>
+    <auto_size>true</auto_size>
+    <text>EMU, high end of run</text>
+    <scripts />
+    <height>29</height>
+    <border_width>2</border_width>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <visible>false</visible>
+    <vertical_alignment>1</vertical_alignment>
+    <border_color>
+      <color name="Blue" red="0" green="128" blue="255" />
+    </border_color>
+    <widget_type>Label</widget_type>
+    <wrap_words>true</wrap_words>
+    <background_color>
+      <color name="White" red="255" green="255" blue="255" />
+    </background_color>
+    <width>300</width>
+    <x>311</x>
+    <name>Label Template_2</name>
+    <y>213</y>
+    <foreground_color>
+      <color name="Black" red="0" green="0" blue="0" />
+    </foreground_color>
+    <actions hook="false" hook_all="false" />
+    <show_scrollbar>false</show_scrollbar>
+    <font>
+      <fontdata fontName="Monospace" height="19" style="1" />
+    </font>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <border_style>0</border_style>
+    <tooltip></tooltip>
+    <horizontal_alignment>0</horizontal_alignment>
+    <rules>
+      <rule name="visible" prop_id="visible" out_exp="false">
+        <exp bool_exp="pv0==1">
+          <value>true</value>
+        </exp>
+        <pv trig="true">INFN-SRC:INTK-HMI:VH_SELECT</pv>
+      </rule>
+    </rules>
+    <enabled>true</enabled>
+    <wuid>-2b379613:154ebe48039:-7ec4</wuid>
+    <transparent>true</transparent>
+    <auto_size>true</auto_size>
+    <text>EMU, low end of run</text>
+    <scripts />
+    <height>28</height>
+    <border_width>2</border_width>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <visible>false</visible>
+    <vertical_alignment>1</vertical_alignment>
+    <border_color>
+      <color name="Blue" red="0" green="128" blue="255" />
+    </border_color>
+    <widget_type>Label</widget_type>
+    <wrap_words>true</wrap_words>
+    <background_color>
+      <color name="White" red="255" green="255" blue="255" />
+    </background_color>
+    <width>266</width>
+    <x>315</x>
+    <name>Label Template_3</name>
+    <y>296</y>
+    <foreground_color>
+      <color name="Black" red="0" green="0" blue="0" />
+    </foreground_color>
+    <actions hook="false" hook_all="false" />
+    <show_scrollbar>false</show_scrollbar>
+    <font>
+      <fontdata fontName="Monospace" height="18" style="1" />
+    </font>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <border_style>0</border_style>
+    <tooltip></tooltip>
+    <horizontal_alignment>0</horizontal_alignment>
+    <rules />
+    <enabled>true</enabled>
+    <wuid>-2b379613:154ebe48039:-7ec3</wuid>
+    <transparent>true</transparent>
+    <auto_size>true</auto_size>
+    <text>Fault mode 4 </text>
+    <scripts />
+    <height>43</height>
+    <border_width>2</border_width>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <visible>true</visible>
+    <vertical_alignment>1</vertical_alignment>
+    <border_color>
+      <color name="Blue" red="0" green="128" blue="255" />
+    </border_color>
+    <widget_type>Label</widget_type>
+    <wrap_words>true</wrap_words>
+    <background_color>
+      <color name="White" red="255" green="255" blue="255" />
+    </background_color>
+    <width>286</width>
+    <x>415</x>
+    <name>Label Template_4</name>
+    <y>63</y>
+    <foreground_color>
+      <color name="Black" red="0" green="0" blue="0" />
+    </foreground_color>
+    <actions hook="false" hook_all="false" />
+    <show_scrollbar>false</show_scrollbar>
+    <font>
+      <fontdata fontName="Monospace" height="28" style="1" />
+    </font>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
+    <alarm_pulsing>false</alarm_pulsing>
+    <tooltip>$(pv_name)</tooltip>
+    <rules />
+    <effect_3d>true</effect_3d>
+    <bit>-1</bit>
+    <pv_value />
+    <height>60</height>
+    <border_width>1</border_width>
+    <visible>true</visible>
+    <pv_name>INFN-SRC:INTK-HMI:CAPT_MOT_FAILURE</pv_name>
+    <border_color>
+      <color name="Blue" red="0" green="128" blue="255" />
+    </border_color>
+    <widget_type>LED</widget_type>
+    <name>LED_4</name>
+    <actions hook="false" hook_all="false" />
+    <show_boolean_label>false</show_boolean_label>
+    <border_style>0</border_style>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <enabled>true</enabled>
+    <wuid>-2b379613:154ebe48039:-7ec2</wuid>
+    <on_color>
+      <color name="Major" red="255" green="0" blue="0" />
+    </on_color>
+    <scripts />
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <on_label>ON</on_label>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <off_color>
+      <color name="Green On" red="0" green="255" blue="0" />
+    </off_color>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color name="Field Background Grey" red="240" green="240" blue="240" />
+    </background_color>
+    <square_led>false</square_led>
+    <width>60</width>
+    <x>1197</x>
+    <data_type>0</data_type>
+    <y>187</y>
+    <foreground_color>
+      <color name="Button Grey" red="180" green="180" blue="180" />
+    </foreground_color>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+    </font>
+    <off_label>OFF</off_label>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <border_style>0</border_style>
+    <tooltip></tooltip>
+    <horizontal_alignment>0</horizontal_alignment>
+    <rules />
+    <enabled>true</enabled>
+    <wuid>-2b379613:154ebe48039:-7ec1</wuid>
+    <transparent>true</transparent>
+    <auto_size>true</auto_size>
+    <text>Motor failure</text>
+    <scripts />
+    <height>29</height>
+    <border_width>2</border_width>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <visible>true</visible>
+    <vertical_alignment>1</vertical_alignment>
+    <border_color>
+      <color name="Blue" red="0" green="128" blue="255" />
+    </border_color>
+    <widget_type>Label</widget_type>
+    <wrap_words>true</wrap_words>
+    <background_color>
+      <color name="White" red="255" green="255" blue="255" />
+    </background_color>
+    <width>195</width>
+    <x>1272</x>
+    <name>Label Template_6</name>
+    <y>195</y>
+    <foreground_color>
+      <color name="Black" red="0" green="0" blue="0" />
+    </foreground_color>
+    <actions hook="false" hook_all="false" />
+    <show_scrollbar>false</show_scrollbar>
+    <font>
+      <fontdata fontName="Monospace" height="19" style="1" />
+    </font>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.ActionButton" version="2.0.0">
+    <toggle_button>false</toggle_button>
+    <border_style>0</border_style>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <alarm_pulsing>false</alarm_pulsing>
+    <tooltip>$(pv_name)</tooltip>
+    <push_action_index>0</push_action_index>
+    <rules>
+      <rule name="Rule_acknowledge_FM5" prop_id="enabled" out_exp="false">
+        <exp bool_exp="pv0==1 &amp;&amp; pv1==0">
+          <value>true</value>
+        </exp>
+        <pv trig="true">INFN-SRC:INTK-HMI:FM5</pv>
+        <pv trig="true">INFN-SRC:INTK-HMI:CAPT_MOT_FAILURE</pv>
+      </rule>
+    </rules>
+    <enabled>true</enabled>
+    <wuid>-2b379613:154ebe48039:-7ebf</wuid>
+    <pv_value />
+    <text>Go to manual mode</text>
+    <scripts>
+      <path pathString="EmbeddedJs" checkConnect="true" sfe="false" seoe="false">
+        <scriptName>EmbeddedScript</scriptName>
         <scriptText><![CDATA[importPackage(Packages.org.csstudio.opibuilder.scriptUtil);
 
 pvs[0].setValue("0");
-]]></scriptText>
-        <pv trig="true">INFN-SRC:INTK-HMI:ACKNOWLEDGE_FM5</pv>
-      </path>
-    </scripts>
-    <border_alarm_sensitive>false</border_alarm_sensitive>
-    <height>70</height>
-    <border_width>5</border_width>
-    <scale_options>
-      <width_scalable>true</width_scalable>
-      <height_scalable>true</height_scalable>
-      <keep_wh_ratio>false</keep_wh_ratio>
-    </scale_options>
-    <image></image>
-    <visible>true</visible>
-    <pv_name></pv_name>
-    <border_color>
-      <color name="Green On" red="0" green="255" blue="0" />
-    </border_color>
-    <widget_type>Action Button</widget_type>
-    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-    <background_color>
-      <color red="211" green="215" blue="207" />
-    </background_color>
-    <width>533</width>
-    <x>1256</x>
-    <name>Action Button_8</name>
-    <y>293</y>
-    <style>0</style>
-    <foreground_color>
-      <color name="Black" red="0" green="0" blue="0" />
-    </foreground_color>
-    <actions hook="false" hook_all="false">
-      <action type="WRITE_PV">
-        <pv_name>INFN-SRC:INTK-HMI:ACKNOWLEDGE_FM5</pv_name>
-        <value>1</value>
-        <timeout>10</timeout>
-        <confirm_message></confirm_message>
-        <description></description>
-      </action>
-    </actions>
-    <font>
-      <fontdata fontName="Monospace" height="24" style="1" />
-    </font>
-  </widget>
-  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-    <border_style>0</border_style>
-    <tooltip></tooltip>
-    <horizontal_alignment>0</horizontal_alignment>
-    <rules />
-    <enabled>true</enabled>
-    <wuid>-2b379613:154ebe48039:-7ebc</wuid>
-    <transparent>true</transparent>
-    <auto_size>true</auto_size>
-    <text>Fault mode 5 </text>
-    <scripts />
-    <height>43</height>
-    <border_width>2</border_width>
-    <scale_options>
-      <width_scalable>true</width_scalable>
-      <height_scalable>true</height_scalable>
-      <keep_wh_ratio>false</keep_wh_ratio>
-    </scale_options>
-    <visible>true</visible>
-    <vertical_alignment>1</vertical_alignment>
-    <border_color>
-      <color name="Blue" red="0" green="128" blue="255" />
-    </border_color>
-    <widget_type>Label</widget_type>
-    <wrap_words>true</wrap_words>
-    <background_color>
-      <color name="White" red="255" green="255" blue="255" />
-    </background_color>
-    <width>286</width>
-    <x>1392</x>
-    <name>Label Template_11</name>
-    <y>75</y>
-    <foreground_color>
-      <color name="Black" red="0" green="0" blue="0" />
-    </foreground_color>
-    <actions hook="false" hook_all="false" />
-    <show_scrollbar>false</show_scrollbar>
-    <font>
-      <fontdata fontName="Monospace" height="28" style="1" />
-    </font>
-  </widget>
-  <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
-    <alarm_pulsing>false</alarm_pulsing>
-    <tooltip>$(pv_name)</tooltip>
-    <rules />
-    <effect_3d>true</effect_3d>
-    <bit>-1</bit>
-    <pv_value />
-    <height>60</height>
-    <border_width>1</border_width>
-    <visible>true</visible>
-    <pv_name>INFN-SRC:INTK-HMI:MAINT_ACK</pv_name>
-    <border_color>
-      <color name="Blue" red="0" green="128" blue="255" />
-    </border_color>
-    <widget_type>LED</widget_type>
-    <name>LED_10</name>
-    <actions hook="false" hook_all="false" />
-    <show_boolean_label>false</show_boolean_label>
-    <border_style>0</border_style>
-    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-    <enabled>true</enabled>
-    <wuid>-1525c3f7:1589075fe5d:-7c75</wuid>
-    <on_color>
-      <color name="Green On" red="0" green="255" blue="0" />
-    </on_color>
-    <scripts />
-    <border_alarm_sensitive>false</border_alarm_sensitive>
-    <on_label>ON</on_label>
-    <scale_options>
-      <width_scalable>true</width_scalable>
-      <height_scalable>true</height_scalable>
-      <keep_wh_ratio>true</keep_wh_ratio>
-    </scale_options>
-    <off_color>
-      <color name="Major" red="255" green="0" blue="0" />
-    </off_color>
-    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-    <background_color>
-      <color name="Field Background Grey" red="240" green="240" blue="240" />
-    </background_color>
-    <square_led>false</square_led>
-    <width>60</width>
-    <x>238</x>
-    <data_type>0</data_type>
-    <y>749</y>
-    <foreground_color>
-      <color name="Button Grey" red="180" green="180" blue="180" />
-    </foreground_color>
-    <font>
-      <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-    </font>
-    <off_label>OFF</off_label>
-  </widget>
-  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-    <border_style>0</border_style>
-    <tooltip></tooltip>
-    <horizontal_alignment>0</horizontal_alignment>
-    <rules />
-    <enabled>true</enabled>
-    <wuid>-1525c3f7:1589075fe5d:-79d3</wuid>
-    <transparent>true</transparent>
-    <auto_size>true</auto_size>
-    <text>In maintenance position</text>
-    <scripts />
-    <height>28</height>
-    <border_width>2</border_width>
-    <scale_options>
-      <width_scalable>true</width_scalable>
-      <height_scalable>true</height_scalable>
-      <keep_wh_ratio>false</keep_wh_ratio>
-    </scale_options>
-    <visible>true</visible>
-    <vertical_alignment>1</vertical_alignment>
-    <border_color>
-      <color name="Blue" red="0" green="128" blue="255" />
-    </border_color>
-    <widget_type>Label</widget_type>
-    <wrap_words>true</wrap_words>
-    <background_color>
-      <color name="White" red="255" green="255" blue="255" />
-    </background_color>
-    <width>322</width>
-    <x>315</x>
-    <name>Label Template_13</name>
-    <y>765</y>
-    <foreground_color>
-      <color name="Black" red="0" green="0" blue="0" />
-    </foreground_color>
-    <actions hook="false" hook_all="false" />
-    <show_scrollbar>false</show_scrollbar>
-    <font>
-      <fontdata fontName="Monospace" height="18" style="1" />
-    </font>
-  </widget>
-  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-    <border_style>0</border_style>
-    <tooltip></tooltip>
-    <horizontal_alignment>0</horizontal_alignment>
-    <rules>
-      <rule name="visible" prop_id="visible" out_exp="false">
-        <exp bool_exp="pv0==1">
-          <value>false</value>
-        </exp>
-        <pv trig="true">INFN-SRC:INTK-HMI:VH_SELECT</pv>
-      </rule>
-    </rules>
-    <enabled>true</enabled>
-    <wuid>-2b379613:154ebe48039:-7eba</wuid>
-    <transparent>true</transparent>
-    <auto_size>true</auto_size>
-    <text>EMU, low end of run</text>
-    <scripts />
-    <height>29</height>
-    <border_width>2</border_width>
-    <scale_options>
-      <width_scalable>true</width_scalable>
-      <height_scalable>true</height_scalable>
-      <keep_wh_ratio>false</keep_wh_ratio>
-    </scale_options>
-    <visible>true</visible>
-    <vertical_alignment>1</vertical_alignment>
-    <border_color>
-      <color name="Blue" red="0" green="128" blue="255" />
-    </border_color>
-    <widget_type>Label</widget_type>
-    <wrap_words>true</wrap_words>
-    <background_color>
-      <color name="White" red="255" green="255" blue="255" />
-    </background_color>
-    <width>285</width>
-    <x>310</x>
-    <name>Label Template_12</name>
-    <y>213</y>
-    <foreground_color>
-      <color name="Black" red="0" green="0" blue="0" />
-    </foreground_color>
-    <actions hook="false" hook_all="false" />
-    <show_scrollbar>false</show_scrollbar>
-    <font>
-      <fontdata fontName="Monospace" height="19" style="1" />
-    </font>
-  </widget>
-  <widget typeId="org.csstudio.opibuilder.widgets.ActionButton" version="2.0.0">
-    <toggle_button>false</toggle_button>
-    <border_style>14</border_style>
-    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-    <alarm_pulsing>false</alarm_pulsing>
-    <tooltip>$(pv_name)</tooltip>
-    <push_action_index>0</push_action_index>
-    <rules>
-      <rule name="FM4_go_to_maintenance_position" prop_id="enabled" out_exp="false">
-        <exp bool_exp="pv0 == 0 &amp;&amp; pv1 == 0 &amp;&amp; pv2 == 1">
-          <value>true</value>
-        </exp>
-        <pv trig="true">INFN-SRC:INTK-VEm1:EOR</pv>
-        <pv trig="true">INFN-SRC:INTK-VEm2:EOR</pv>
-        <pv trig="true">INFN-SRC:INTK-HMI:FM4</pv>
-      </rule>
-    </rules>
-    <enabled>true</enabled>
-    <wuid>1ef89a72:1588c87b7c5:-7ef5</wuid>
-    <pv_value />
-    <text>Go to maintenance position</text>
-    <scripts>
-      <path pathString="EmbeddedJs" checkConnect="true" sfe="false" seoe="false">
-        <scriptName>EmbeddedScript</scriptName>
+]]></scriptText>
+        <pv trig="true">INFN-SRC:INTK-HMI:ACKNOWLEDGE_FM5</pv>
+      </path>
+    </scripts>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <height>70</height>
+    <border_width>5</border_width>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <image></image>
+    <visible>true</visible>
+    <pv_name></pv_name>
+    <border_color>
+      <color name="Green On" red="0" green="255" blue="0" />
+    </border_color>
+    <widget_type>Action Button</widget_type>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="211" green="215" blue="207" />
+    </background_color>
+    <width>533</width>
+    <x>1256</x>
+    <name>Action Button_8</name>
+    <y>293</y>
+    <style>0</style>
+    <foreground_color>
+      <color name="Black" red="0" green="0" blue="0" />
+    </foreground_color>
+    <actions hook="false" hook_all="false">
+      <action type="WRITE_PV">
+        <pv_name>INFN-SRC:INTK-HMI:ACKNOWLEDGE_FM5</pv_name>
+        <value>1</value>
+        <timeout>10</timeout>
+        <confirm_message></confirm_message>
+        <description></description>
+      </action>
+    </actions>
+    <font>
+      <fontdata fontName="Monospace" height="24" style="1" />
+    </font>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <border_style>0</border_style>
+    <tooltip></tooltip>
+    <horizontal_alignment>0</horizontal_alignment>
+    <rules />
+    <enabled>true</enabled>
+    <wuid>-2b379613:154ebe48039:-7ebc</wuid>
+    <transparent>true</transparent>
+    <auto_size>true</auto_size>
+    <text>Fault mode 5 </text>
+    <scripts />
+    <height>43</height>
+    <border_width>2</border_width>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <visible>true</visible>
+    <vertical_alignment>1</vertical_alignment>
+    <border_color>
+      <color name="Blue" red="0" green="128" blue="255" />
+    </border_color>
+    <widget_type>Label</widget_type>
+    <wrap_words>true</wrap_words>
+    <background_color>
+      <color name="White" red="255" green="255" blue="255" />
+    </background_color>
+    <width>286</width>
+    <x>1392</x>
+    <name>Label Template_11</name>
+    <y>75</y>
+    <foreground_color>
+      <color name="Black" red="0" green="0" blue="0" />
+    </foreground_color>
+    <actions hook="false" hook_all="false" />
+    <show_scrollbar>false</show_scrollbar>
+    <font>
+      <fontdata fontName="Monospace" height="28" style="1" />
+    </font>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
+    <alarm_pulsing>false</alarm_pulsing>
+    <tooltip>$(pv_name)</tooltip>
+    <rules />
+    <effect_3d>true</effect_3d>
+    <bit>-1</bit>
+    <pv_value />
+    <height>60</height>
+    <border_width>1</border_width>
+    <visible>true</visible>
+    <pv_name>INFN-SRC:INTK-HMI:MAINT_ACK</pv_name>
+    <border_color>
+      <color name="Blue" red="0" green="128" blue="255" />
+    </border_color>
+    <widget_type>LED</widget_type>
+    <name>LED_10</name>
+    <actions hook="false" hook_all="false" />
+    <show_boolean_label>false</show_boolean_label>
+    <border_style>0</border_style>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <enabled>true</enabled>
+    <wuid>-1525c3f7:1589075fe5d:-7c75</wuid>
+    <on_color>
+      <color name="Green On" red="0" green="255" blue="0" />
+    </on_color>
+    <scripts />
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <on_label>ON</on_label>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <off_color>
+      <color name="Major" red="255" green="0" blue="0" />
+    </off_color>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color name="Field Background Grey" red="240" green="240" blue="240" />
+    </background_color>
+    <square_led>false</square_led>
+    <width>60</width>
+    <x>238</x>
+    <data_type>0</data_type>
+    <y>749</y>
+    <foreground_color>
+      <color name="Button Grey" red="180" green="180" blue="180" />
+    </foreground_color>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+    </font>
+    <off_label>OFF</off_label>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <border_style>0</border_style>
+    <tooltip></tooltip>
+    <horizontal_alignment>0</horizontal_alignment>
+    <rules />
+    <enabled>true</enabled>
+    <wuid>-1525c3f7:1589075fe5d:-79d3</wuid>
+    <transparent>true</transparent>
+    <auto_size>true</auto_size>
+    <text>In maintenance position</text>
+    <scripts />
+    <height>28</height>
+    <border_width>2</border_width>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <visible>true</visible>
+    <vertical_alignment>1</vertical_alignment>
+    <border_color>
+      <color name="Blue" red="0" green="128" blue="255" />
+    </border_color>
+    <widget_type>Label</widget_type>
+    <wrap_words>true</wrap_words>
+    <background_color>
+      <color name="White" red="255" green="255" blue="255" />
+    </background_color>
+    <width>322</width>
+    <x>315</x>
+    <name>Label Template_13</name>
+    <y>765</y>
+    <foreground_color>
+      <color name="Black" red="0" green="0" blue="0" />
+    </foreground_color>
+    <actions hook="false" hook_all="false" />
+    <show_scrollbar>false</show_scrollbar>
+    <font>
+      <fontdata fontName="Monospace" height="18" style="1" />
+    </font>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <border_style>0</border_style>
+    <tooltip></tooltip>
+    <horizontal_alignment>0</horizontal_alignment>
+    <rules>
+      <rule name="visible" prop_id="visible" out_exp="false">
+        <exp bool_exp="pv0==1">
+          <value>false</value>
+        </exp>
+        <pv trig="true">INFN-SRC:INTK-HMI:VH_SELECT</pv>
+      </rule>
+    </rules>
+    <enabled>true</enabled>
+    <wuid>-2b379613:154ebe48039:-7eba</wuid>
+    <transparent>true</transparent>
+    <auto_size>true</auto_size>
+    <text>EMU, low end of run</text>
+    <scripts />
+    <height>29</height>
+    <border_width>2</border_width>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <visible>true</visible>
+    <vertical_alignment>1</vertical_alignment>
+    <border_color>
+      <color name="Blue" red="0" green="128" blue="255" />
+    </border_color>
+    <widget_type>Label</widget_type>
+    <wrap_words>true</wrap_words>
+    <background_color>
+      <color name="White" red="255" green="255" blue="255" />
+    </background_color>
+    <width>285</width>
+    <x>310</x>
+    <name>Label Template_12</name>
+    <y>213</y>
+    <foreground_color>
+      <color name="Black" red="0" green="0" blue="0" />
+    </foreground_color>
+    <actions hook="false" hook_all="false" />
+    <show_scrollbar>false</show_scrollbar>
+    <font>
+      <fontdata fontName="Monospace" height="19" style="1" />
+    </font>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.ActionButton" version="2.0.0">
+    <toggle_button>false</toggle_button>
+    <border_style>14</border_style>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <alarm_pulsing>false</alarm_pulsing>
+    <tooltip>$(pv_name)</tooltip>
+    <push_action_index>0</push_action_index>
+    <rules>
+      <rule name="FM4_go_to_maintenance_position" prop_id="enabled" out_exp="false">
+        <exp bool_exp="pv0 == 0 &amp;&amp; pv1 == 0 &amp;&amp; pv2 == 1">
+          <value>true</value>
+        </exp>
+        <pv trig="true">INFN-SRC:INTK-VEm1:EOR</pv>
+        <pv trig="true">INFN-SRC:INTK-VEm2:EOR</pv>
+        <pv trig="true">INFN-SRC:INTK-HMI:FM4</pv>
+      </rule>
+    </rules>
+    <enabled>true</enabled>
+    <wuid>1ef89a72:1588c87b7c5:-7ef5</wuid>
+    <pv_value />
+    <text>Go to maintenance position</text>
+    <scripts>
+      <path pathString="EmbeddedJs" checkConnect="true" sfe="false" seoe="false">
+        <scriptName>EmbeddedScript</scriptName>
         <scriptText><![CDATA[importPackage(Packages.org.csstudio.opibuilder.scriptUtil);
 
 pvs[0].setValue("0");
-]]></scriptText>
-        <pv trig="true">INFN-SRC:INTK-HMI:FM4_CONF</pv>
-      </path>
-    </scripts>
-    <border_alarm_sensitive>false</border_alarm_sensitive>
-    <height>70</height>
-    <border_width>0</border_width>
-    <scale_options>
-      <width_scalable>true</width_scalable>
-      <height_scalable>true</height_scalable>
-      <keep_wh_ratio>false</keep_wh_ratio>
-    </scale_options>
-    <image></image>
-    <visible>true</visible>
-    <pv_name></pv_name>
-    <border_color>
-      <color name="Green On" red="0" green="255" blue="0" />
-    </border_color>
-    <widget_type>Action Button</widget_type>
-    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-    <background_color>
-      <color red="211" green="215" blue="207" />
-    </background_color>
-    <width>564</width>
-    <x>315</x>
-    <name>Action Button_14</name>
-    <y>390</y>
-    <style>0</style>
-    <foreground_color>
-      <color name="Black" red="0" green="0" blue="0" />
-    </foreground_color>
-    <actions hook="false" hook_all="false">
-      <action type="WRITE_PV">
-        <pv_name>INFN-SRC:INTK-HMI:FM4_CONF</pv_name>
-        <value>1</value>
-        <timeout>10</timeout>
-        <confirm_message></confirm_message>
-        <description></description>
-      </action>
-    </actions>
-    <font>
-      <fontdata fontName="Monospace" height="24" style="1" />
-    </font>
-  </widget>
-  <widget typeId="org.csstudio.opibuilder.widgets.ActionButton" version="2.0.0">
-    <toggle_button>false</toggle_button>
-    <border_style>0</border_style>
-    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-    <alarm_pulsing>false</alarm_pulsing>
-    <tooltip>$(pv_name)</tooltip>
-    <push_action_index>0</push_action_index>
-    <rules>
-      <rule name="End_of_fault_mode_5" prop_id="enabled" out_exp="false">
-        <exp bool_exp="pv0==1 &amp;&amp; pv1==0 ">
-          <value>true</value>
-        </exp>
-        <pv trig="true">INFN-SRC:INTK-HMI:FM5</pv>
-        <pv trig="true">INFN-SRC:INTK-VEm3:EOR</pv>
-      </rule>
-    </rules>
-    <enabled>true</enabled>
-    <wuid>-1525c3f7:1589075fe5d:-7740</wuid>
-    <pv_value />
-    <text>End of fault mode</text>
-    <scripts>
-      <path pathString="EmbeddedJs" checkConnect="true" sfe="false" seoe="false">
-        <scriptName>EmbeddedScript</scriptName>
+]]></scriptText>
+        <pv trig="true">INFN-SRC:INTK-HMI:FM4_CONF</pv>
+      </path>
+    </scripts>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <height>70</height>
+    <border_width>0</border_width>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <image></image>
+    <visible>true</visible>
+    <pv_name></pv_name>
+    <border_color>
+      <color name="Green On" red="0" green="255" blue="0" />
+    </border_color>
+    <widget_type>Action Button</widget_type>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="211" green="215" blue="207" />
+    </background_color>
+    <width>564</width>
+    <x>315</x>
+    <name>Action Button_14</name>
+    <y>390</y>
+    <style>0</style>
+    <foreground_color>
+      <color name="Black" red="0" green="0" blue="0" />
+    </foreground_color>
+    <actions hook="false" hook_all="false">
+      <action type="WRITE_PV">
+        <pv_name>INFN-SRC:INTK-HMI:FM4_CONF</pv_name>
+        <value>1</value>
+        <timeout>10</timeout>
+        <confirm_message></confirm_message>
+        <description></description>
+      </action>
+    </actions>
+    <font>
+      <fontdata fontName="Monospace" height="24" style="1" />
+    </font>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.ActionButton" version="2.0.0">
+    <toggle_button>false</toggle_button>
+    <border_style>0</border_style>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <alarm_pulsing>false</alarm_pulsing>
+    <tooltip>$(pv_name)</tooltip>
+    <push_action_index>0</push_action_index>
+    <rules>
+      <rule name="End_of_fault_mode_5" prop_id="enabled" out_exp="false">
+        <exp bool_exp="pv0==1 &amp;&amp; pv1==0 ">
+          <value>true</value>
+        </exp>
+        <pv trig="true">INFN-SRC:INTK-HMI:FM5</pv>
+        <pv trig="true">INFN-SRC:INTK-VEm3:EOR</pv>
+      </rule>
+    </rules>
+    <enabled>true</enabled>
+    <wuid>-1525c3f7:1589075fe5d:-7740</wuid>
+    <pv_value />
+    <text>End of fault mode</text>
+    <scripts>
+      <path pathString="EmbeddedJs" checkConnect="true" sfe="false" seoe="false">
+        <scriptName>EmbeddedScript</scriptName>
         <scriptText><![CDATA[importPackage(Packages.org.csstudio.opibuilder.scriptUtil);
 
 pvs[0].setValue("0");
-]]></scriptText>
-        <pv trig="true">INFN-SRC:INTK-HMI:END_FM5</pv>
-      </path>
-    </scripts>
-    <border_alarm_sensitive>false</border_alarm_sensitive>
-    <height>70</height>
-    <border_width>5</border_width>
-    <scale_options>
-      <width_scalable>true</width_scalable>
-      <height_scalable>true</height_scalable>
-      <keep_wh_ratio>false</keep_wh_ratio>
-    </scale_options>
-    <image></image>
-    <visible>true</visible>
-    <pv_name></pv_name>
-    <border_color>
-      <color name="Green On" red="0" green="255" blue="0" />
-    </border_color>
-    <widget_type>Action Button</widget_type>
-    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-    <background_color>
-      <color red="211" green="215" blue="207" />
-    </background_color>
-    <width>532</width>
-    <x>1269</x>
-    <name>Action Button_16</name>
-    <y>607</y>
-    <style>0</style>
-    <foreground_color>
-      <color name="Black" red="0" green="0" blue="0" />
-    </foreground_color>
-    <actions hook="false" hook_all="false">
-      <action type="WRITE_PV">
-        <pv_name>INFN-SRC:INTK-HMI:END_FM5</pv_name>
-        <value>1</value>
-        <timeout>10</timeout>
-        <confirm_message></confirm_message>
-        <description></description>
-      </action>
-    </actions>
-    <font>
-      <fontdata fontName="Monospace" height="24" style="1" />
-    </font>
-  </widget>
-  <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
-    <alarm_pulsing>false</alarm_pulsing>
-    <tooltip>$(pv_name)</tooltip>
-    <rules />
-    <effect_3d>true</effect_3d>
-    <bit>-1</bit>
-    <pv_value />
-    <height>60</height>
-    <border_width>1</border_width>
-    <visible>true</visible>
-    <pv_name>INFN-SRC:INTK-HMI:FM4</pv_name>
-    <border_color>
-      <color name="Blue" red="0" green="128" blue="255" />
-    </border_color>
-    <widget_type>LED</widget_type>
-    <name>LED_12</name>
-    <actions hook="false" hook_all="false" />
-    <show_boolean_label>false</show_boolean_label>
-    <border_style>0</border_style>
-    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-    <enabled>true</enabled>
-    <wuid>4b16a64d:158af4f8f37:-713d</wuid>
-    <on_color>
-      <color name="Major" red="255" green="0" blue="0" />
-    </on_color>
-    <scripts />
-    <border_alarm_sensitive>false</border_alarm_sensitive>
-    <on_label>ON</on_label>
-    <scale_options>
-      <width_scalable>true</width_scalable>
-      <height_scalable>true</height_scalable>
-      <keep_wh_ratio>true</keep_wh_ratio>
-    </scale_options>
-    <off_color>
-      <color name="Green On" red="0" green="255" blue="0" />
-    </off_color>
-    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-    <background_color>
-      <color name="Field Background Grey" red="240" green="240" blue="240" />
-    </background_color>
-    <square_led>false</square_led>
-    <width>60</width>
-    <x>235</x>
-    <data_type>0</data_type>
-    <y>58</y>
-    <foreground_color>
-      <color name="Button Grey" red="180" green="180" blue="180" />
-    </foreground_color>
-    <font>
-      <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-    </font>
-    <off_label>OFF</off_label>
-  </widget>
-  <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
-    <alarm_pulsing>false</alarm_pulsing>
-    <tooltip>$(pv_name)</tooltip>
-    <rules />
-    <effect_3d>true</effect_3d>
-    <bit>-1</bit>
-    <pv_value />
-    <height>60</height>
-    <border_width>1</border_width>
-    <visible>true</visible>
-    <pv_name>INFN-SRC:INTK-HMI:FM5</pv_name>
-    <border_color>
-      <color name="Blue" red="0" green="128" blue="255" />
-    </border_color>
-    <widget_type>LED</widget_type>
-    <name>LED_19</name>
-    <actions hook="false" hook_all="false" />
-    <show_boolean_label>false</show_boolean_label>
-    <border_style>0</border_style>
-    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-    <enabled>true</enabled>
-    <wuid>4b16a64d:158af4f8f37:-7136</wuid>
-    <on_color>
-      <color name="Major" red="255" green="0" blue="0" />
-    </on_color>
-    <scripts />
-    <border_alarm_sensitive>false</border_alarm_sensitive>
-    <on_label>ON</on_label>
-    <scale_options>
-      <width_scalable>true</width_scalable>
-      <height_scalable>true</height_scalable>
-      <keep_wh_ratio>true</keep_wh_ratio>
-    </scale_options>
-    <off_color>
-      <color name="Green On" red="0" green="255" blue="0" />
-    </off_color>
-    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-    <background_color>
-      <color name="Field Background Grey" red="240" green="240" blue="240" />
-    </background_color>
-    <square_led>false</square_led>
-    <width>60</width>
-    <x>1197</x>
-    <data_type>0</data_type>
-    <y>70</y>
-    <foreground_color>
-      <color name="Button Grey" red="180" green="180" blue="180" />
-    </foreground_color>
-    <font>
-      <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-    </font>
-    <off_label>OFF</off_label>
-  </widget>
-  <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
-    <alarm_pulsing>false</alarm_pulsing>
-    <tooltip>$(pv_name)</tooltip>
-    <rules>
-      <rule name="visible" prop_id="visible" out_exp="false">
-        <exp bool_exp="pv0==1">
-          <value>true</value>
-        </exp>
-        <pv trig="true">INFN-SRC:INTK-HMI:VH_SELECT</pv>
-      </rule>
-    </rules>
-    <effect_3d>true</effect_3d>
-    <bit>-1</bit>
-    <pv_value />
-    <height>60</height>
-    <border_width>1</border_width>
-    <visible>false</visible>
-    <pv_name>INFN-SRC:INTK-HEm2:EOR</pv_name>
-    <border_color>
-      <color name="Blue" red="0" green="128" blue="255" />
-    </border_color>
-    <widget_type>LED</widget_type>
-    <name>LED_3</name>
-    <actions hook="false" hook_all="false" />
-    <show_boolean_label>false</show_boolean_label>
-    <border_style>0</border_style>
-    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-    <enabled>true</enabled>
-    <wuid>-580472f8:158b995c210:-7818</wuid>
-    <on_color>
-      <color name="Green On" red="0" green="255" blue="0" />
-    </on_color>
-    <scripts />
-    <border_alarm_sensitive>false</border_alarm_sensitive>
-    <on_label>ON</on_label>
-    <scale_options>
-      <width_scalable>true</width_scalable>
-      <height_scalable>true</height_scalable>
-      <keep_wh_ratio>true</keep_wh_ratio>
-    </scale_options>
-    <off_color>
-      <color name="Red On" red="255" green="0" blue="0" />
-    </off_color>
-    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-    <background_color>
-      <color red="238" green="238" blue="236" />
-    </background_color>
-    <square_led>false</square_led>
-    <width>60</width>
-    <x>236</x>
-    <data_type>0</data_type>
-    <y>280</y>
-    <foreground_color>
-      <color name="Button Grey" red="180" green="180" blue="180" />
-    </foreground_color>
-    <font>
-      <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-    </font>
-    <off_label>OFF</off_label>
-  </widget>
-  <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
-    <alarm_pulsing>false</alarm_pulsing>
-    <tooltip>$(pv_name)</tooltip>
-    <rules>
-      <rule name="visible" prop_id="visible" out_exp="false">
-        <exp bool_exp="pv0==1">
-          <value>true</value>
-        </exp>
-        <pv trig="true">INFN-SRC:INTK-HMI:VH_SELECT</pv>
-      </rule>
-    </rules>
-    <effect_3d>true</effect_3d>
-    <bit>-1</bit>
-    <pv_value />
-    <height>60</height>
-    <border_width>1</border_width>
-    <visible>false</visible>
-    <pv_name>INFN-SRC:INTK-HEm1:EOR</pv_name>
-    <border_color>
-      <color name="Blue" red="0" green="128" blue="255" />
-    </border_color>
-    <widget_type>LED</widget_type>
-    <name>LED_21</name>
-    <actions hook="false" hook_all="false" />
-    <show_boolean_label>false</show_boolean_label>
-    <border_style>0</border_style>
-    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-    <enabled>true</enabled>
-    <wuid>-580472f8:158b995c210:-7817</wuid>
-    <on_color>
-      <color name="Green On" red="0" green="255" blue="0" />
-    </on_color>
-    <scripts />
-    <border_alarm_sensitive>false</border_alarm_sensitive>
-    <on_label>ON</on_label>
-    <scale_options>
-      <width_scalable>true</width_scalable>
-      <height_scalable>true</height_scalable>
-      <keep_wh_ratio>true</keep_wh_ratio>
-    </scale_options>
-    <off_color>
-      <color name="Major" red="255" green="0" blue="0" />
-    </off_color>
-    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-    <background_color>
-      <color red="238" green="238" blue="236" />
-    </background_color>
-    <square_led>false</square_led>
-    <width>60</width>
-    <x>235</x>
-    <data_type>0</data_type>
-    <y>200</y>
-    <foreground_color>
-      <color name="Button Grey" red="180" green="180" blue="180" />
-    </foreground_color>
-    <font>
-      <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-    </font>
-    <off_label>OFF</off_label>
-  </widget>
-  <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
-    <alarm_pulsing>false</alarm_pulsing>
-    <tooltip>$(pv_name)</tooltip>
-    <rules>
-      <rule name="visible" prop_id="visible" out_exp="false">
-        <exp bool_exp="pv0==1">
-          <value>false</value>
-        </exp>
-        <pv trig="true">INFN-SRC:INTK-HMI:VH_SELECT</pv>
-      </rule>
-    </rules>
-    <effect_3d>true</effect_3d>
-    <bit>-1</bit>
-    <pv_value />
-    <height>60</height>
-    <border_width>1</border_width>
-    <visible>true</visible>
-    <pv_name>INFN-SRC:INTK-VEm2:EOR</pv_name>
-    <border_color>
-      <color name="Blue" red="0" green="128" blue="255" />
-    </border_color>
-    <widget_type>LED</widget_type>
-    <name>LED_6</name>
-    <actions hook="false" hook_all="false" />
-    <show_boolean_label>false</show_boolean_label>
-    <border_style>0</border_style>
-    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-    <enabled>true</enabled>
-    <wuid>-580472f8:158b995c210:-7816</wuid>
-    <on_color>
-      <color red="0" green="255" blue="0" />
-    </on_color>
-    <scripts />
-    <border_alarm_sensitive>false</border_alarm_sensitive>
-    <on_label>ON</on_label>
-    <scale_options>
-      <width_scalable>true</width_scalable>
-      <height_scalable>true</height_scalable>
-      <keep_wh_ratio>true</keep_wh_ratio>
-    </scale_options>
-    <off_color>
-      <color name="Major" red="255" green="0" blue="0" />
-    </off_color>
-    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-    <background_color>
-      <color name="Field Background Grey" red="240" green="240" blue="240" />
-    </background_color>
-    <square_led>false</square_led>
-    <width>60</width>
-    <x>236</x>
-    <data_type>0</data_type>
-    <y>280</y>
-    <foreground_color>
-      <color name="Button Grey" red="180" green="180" blue="180" />
-    </foreground_color>
-    <font>
-      <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-    </font>
-    <off_label>OFF</off_label>
-  </widget>
-  <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
-    <alarm_pulsing>false</alarm_pulsing>
-    <tooltip>$(pv_name)</tooltip>
-    <rules>
-      <rule name="visible" prop_id="visible" out_exp="false">
-        <exp bool_exp="pv0==1">
-          <value>false</value>
-        </exp>
-        <pv trig="true">INFN-SRC:INTK-HMI:VH_SELECT</pv>
-      </rule>
-    </rules>
-    <effect_3d>true</effect_3d>
-    <bit>-1</bit>
-    <pv_value />
-    <height>60</height>
-    <border_width>1</border_width>
-    <visible>true</visible>
-    <pv_name>INFN-SRC:INTK-VEm1:EOR</pv_name>
-    <border_color>
-      <color name="Blue" red="0" green="128" blue="255" />
-    </border_color>
-    <widget_type>LED</widget_type>
-    <name>LED_7</name>
-    <actions hook="false" hook_all="false" />
-    <show_boolean_label>false</show_boolean_label>
-    <border_style>0</border_style>
-    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-    <enabled>true</enabled>
-    <wuid>-580472f8:158b995c210:-7815</wuid>
-    <on_color>
-      <color red="0" green="255" blue="0" />
-    </on_color>
-    <scripts />
-    <border_alarm_sensitive>false</border_alarm_sensitive>
-    <on_label>ON</on_label>
-    <scale_options>
-      <width_scalable>true</width_scalable>
-      <height_scalable>true</height_scalable>
-      <keep_wh_ratio>true</keep_wh_ratio>
-    </scale_options>
-    <off_color>
-      <color name="Major" red="255" green="0" blue="0" />
-    </off_color>
-    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-    <background_color>
-      <color name="Field Background Grey" red="240" green="240" blue="240" />
-    </background_color>
-    <square_led>false</square_led>
-    <width>60</width>
-    <x>234</x>
-    <data_type>0</data_type>
-    <y>202</y>
-    <foreground_color>
-      <color name="Button Grey" red="180" green="180" blue="180" />
-    </foreground_color>
-    <font>
-      <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-    </font>
-    <off_label>OFF</off_label>
-  </widget>
-  <widget typeId="org.csstudio.opibuilder.widgets.ActionButton" version="2.0.0">
-    <toggle_button>false</toggle_button>
-    <border_style>14</border_style>
-    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-    <alarm_pulsing>false</alarm_pulsing>
-    <tooltip>$(pv_name)</tooltip>
-    <push_action_index>0</push_action_index>
-    <rules>
-      <rule name="FM4_go_to_home_position" prop_id="enabled" out_exp="false">
-        <exp bool_exp="pv0 == 0 &amp;&amp; pv1 == 1">
-          <value>true</value>
-        </exp>
-        <pv trig="true">INFN-SRC:INTK-HMI:MAINT_ACK</pv>
-        <pv trig="true">INFN-SRC:INTK-HMI:FM4</pv>
-      </rule>
-    </rules>
-    <enabled>true</enabled>
-    <wuid>36adcf08:158b9d2554f:-7f2f</wuid>
-    <pv_value />
-    <text>Go to home position</text>
-    <scripts>
-      <path pathString="EmbeddedJs" checkConnect="true" sfe="false" seoe="false">
-        <scriptName>EmbeddedScript</scriptName>
+]]></scriptText>
+        <pv trig="true">INFN-SRC:INTK-HMI:END_FM5</pv>
+      </path>
+    </scripts>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <height>70</height>
+    <border_width>5</border_width>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <image></image>
+    <visible>true</visible>
+    <pv_name></pv_name>
+    <border_color>
+      <color name="Green On" red="0" green="255" blue="0" />
+    </border_color>
+    <widget_type>Action Button</widget_type>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="211" green="215" blue="207" />
+    </background_color>
+    <width>532</width>
+    <x>1269</x>
+    <name>Action Button_16</name>
+    <y>607</y>
+    <style>0</style>
+    <foreground_color>
+      <color name="Black" red="0" green="0" blue="0" />
+    </foreground_color>
+    <actions hook="false" hook_all="false">
+      <action type="WRITE_PV">
+        <pv_name>INFN-SRC:INTK-HMI:END_FM5</pv_name>
+        <value>1</value>
+        <timeout>10</timeout>
+        <confirm_message></confirm_message>
+        <description></description>
+      </action>
+    </actions>
+    <font>
+      <fontdata fontName="Monospace" height="24" style="1" />
+    </font>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
+    <alarm_pulsing>false</alarm_pulsing>
+    <tooltip>$(pv_name)</tooltip>
+    <rules />
+    <effect_3d>true</effect_3d>
+    <bit>-1</bit>
+    <pv_value />
+    <height>60</height>
+    <border_width>1</border_width>
+    <visible>true</visible>
+    <pv_name>INFN-SRC:INTK-HMI:FM4</pv_name>
+    <border_color>
+      <color name="Blue" red="0" green="128" blue="255" />
+    </border_color>
+    <widget_type>LED</widget_type>
+    <name>LED_12</name>
+    <actions hook="false" hook_all="false" />
+    <show_boolean_label>false</show_boolean_label>
+    <border_style>0</border_style>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <enabled>true</enabled>
+    <wuid>4b16a64d:158af4f8f37:-713d</wuid>
+    <on_color>
+      <color name="Major" red="255" green="0" blue="0" />
+    </on_color>
+    <scripts />
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <on_label>ON</on_label>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <off_color>
+      <color name="Green On" red="0" green="255" blue="0" />
+    </off_color>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color name="Field Background Grey" red="240" green="240" blue="240" />
+    </background_color>
+    <square_led>false</square_led>
+    <width>60</width>
+    <x>235</x>
+    <data_type>0</data_type>
+    <y>58</y>
+    <foreground_color>
+      <color name="Button Grey" red="180" green="180" blue="180" />
+    </foreground_color>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+    </font>
+    <off_label>OFF</off_label>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
+    <alarm_pulsing>false</alarm_pulsing>
+    <tooltip>$(pv_name)</tooltip>
+    <rules />
+    <effect_3d>true</effect_3d>
+    <bit>-1</bit>
+    <pv_value />
+    <height>60</height>
+    <border_width>1</border_width>
+    <visible>true</visible>
+    <pv_name>INFN-SRC:INTK-HMI:FM5</pv_name>
+    <border_color>
+      <color name="Blue" red="0" green="128" blue="255" />
+    </border_color>
+    <widget_type>LED</widget_type>
+    <name>LED_19</name>
+    <actions hook="false" hook_all="false" />
+    <show_boolean_label>false</show_boolean_label>
+    <border_style>0</border_style>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <enabled>true</enabled>
+    <wuid>4b16a64d:158af4f8f37:-7136</wuid>
+    <on_color>
+      <color name="Major" red="255" green="0" blue="0" />
+    </on_color>
+    <scripts />
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <on_label>ON</on_label>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <off_color>
+      <color name="Green On" red="0" green="255" blue="0" />
+    </off_color>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color name="Field Background Grey" red="240" green="240" blue="240" />
+    </background_color>
+    <square_led>false</square_led>
+    <width>60</width>
+    <x>1197</x>
+    <data_type>0</data_type>
+    <y>70</y>
+    <foreground_color>
+      <color name="Button Grey" red="180" green="180" blue="180" />
+    </foreground_color>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+    </font>
+    <off_label>OFF</off_label>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
+    <alarm_pulsing>false</alarm_pulsing>
+    <tooltip>$(pv_name)</tooltip>
+    <rules>
+      <rule name="visible" prop_id="visible" out_exp="false">
+        <exp bool_exp="pv0==1">
+          <value>true</value>
+        </exp>
+        <pv trig="true">INFN-SRC:INTK-HMI:VH_SELECT</pv>
+      </rule>
+    </rules>
+    <effect_3d>true</effect_3d>
+    <bit>-1</bit>
+    <pv_value />
+    <height>60</height>
+    <border_width>1</border_width>
+    <visible>false</visible>
+    <pv_name>INFN-SRC:INTK-HEm2:EOR</pv_name>
+    <border_color>
+      <color name="Blue" red="0" green="128" blue="255" />
+    </border_color>
+    <widget_type>LED</widget_type>
+    <name>LED_3</name>
+    <actions hook="false" hook_all="false" />
+    <show_boolean_label>false</show_boolean_label>
+    <border_style>0</border_style>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <enabled>true</enabled>
+    <wuid>-580472f8:158b995c210:-7818</wuid>
+    <on_color>
+      <color name="Green On" red="0" green="255" blue="0" />
+    </on_color>
+    <scripts />
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <on_label>ON</on_label>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <off_color>
+      <color name="Red On" red="255" green="0" blue="0" />
+    </off_color>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="238" green="238" blue="236" />
+    </background_color>
+    <square_led>false</square_led>
+    <width>60</width>
+    <x>236</x>
+    <data_type>0</data_type>
+    <y>280</y>
+    <foreground_color>
+      <color name="Button Grey" red="180" green="180" blue="180" />
+    </foreground_color>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+    </font>
+    <off_label>OFF</off_label>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
+    <alarm_pulsing>false</alarm_pulsing>
+    <tooltip>$(pv_name)</tooltip>
+    <rules>
+      <rule name="visible" prop_id="visible" out_exp="false">
+        <exp bool_exp="pv0==1">
+          <value>true</value>
+        </exp>
+        <pv trig="true">INFN-SRC:INTK-HMI:VH_SELECT</pv>
+      </rule>
+    </rules>
+    <effect_3d>true</effect_3d>
+    <bit>-1</bit>
+    <pv_value />
+    <height>60</height>
+    <border_width>1</border_width>
+    <visible>false</visible>
+    <pv_name>INFN-SRC:INTK-HEm1:EOR</pv_name>
+    <border_color>
+      <color name="Blue" red="0" green="128" blue="255" />
+    </border_color>
+    <widget_type>LED</widget_type>
+    <name>LED_21</name>
+    <actions hook="false" hook_all="false" />
+    <show_boolean_label>false</show_boolean_label>
+    <border_style>0</border_style>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <enabled>true</enabled>
+    <wuid>-580472f8:158b995c210:-7817</wuid>
+    <on_color>
+      <color name="Green On" red="0" green="255" blue="0" />
+    </on_color>
+    <scripts />
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <on_label>ON</on_label>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <off_color>
+      <color name="Major" red="255" green="0" blue="0" />
+    </off_color>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="238" green="238" blue="236" />
+    </background_color>
+    <square_led>false</square_led>
+    <width>60</width>
+    <x>235</x>
+    <data_type>0</data_type>
+    <y>200</y>
+    <foreground_color>
+      <color name="Button Grey" red="180" green="180" blue="180" />
+    </foreground_color>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+    </font>
+    <off_label>OFF</off_label>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
+    <alarm_pulsing>false</alarm_pulsing>
+    <tooltip>$(pv_name)</tooltip>
+    <rules>
+      <rule name="visible" prop_id="visible" out_exp="false">
+        <exp bool_exp="pv0==1">
+          <value>false</value>
+        </exp>
+        <pv trig="true">INFN-SRC:INTK-HMI:VH_SELECT</pv>
+      </rule>
+    </rules>
+    <effect_3d>true</effect_3d>
+    <bit>-1</bit>
+    <pv_value />
+    <height>60</height>
+    <border_width>1</border_width>
+    <visible>true</visible>
+    <pv_name>INFN-SRC:INTK-VEm2:EOR</pv_name>
+    <border_color>
+      <color name="Blue" red="0" green="128" blue="255" />
+    </border_color>
+    <widget_type>LED</widget_type>
+    <name>LED_6</name>
+    <actions hook="false" hook_all="false" />
+    <show_boolean_label>false</show_boolean_label>
+    <border_style>0</border_style>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <enabled>true</enabled>
+    <wuid>-580472f8:158b995c210:-7816</wuid>
+    <on_color>
+      <color red="0" green="255" blue="0" />
+    </on_color>
+    <scripts />
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <on_label>ON</on_label>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <off_color>
+      <color name="Major" red="255" green="0" blue="0" />
+    </off_color>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color name="Field Background Grey" red="240" green="240" blue="240" />
+    </background_color>
+    <square_led>false</square_led>
+    <width>60</width>
+    <x>236</x>
+    <data_type>0</data_type>
+    <y>280</y>
+    <foreground_color>
+      <color name="Button Grey" red="180" green="180" blue="180" />
+    </foreground_color>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+    </font>
+    <off_label>OFF</off_label>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
+    <alarm_pulsing>false</alarm_pulsing>
+    <tooltip>$(pv_name)</tooltip>
+    <rules>
+      <rule name="visible" prop_id="visible" out_exp="false">
+        <exp bool_exp="pv0==1">
+          <value>false</value>
+        </exp>
+        <pv trig="true">INFN-SRC:INTK-HMI:VH_SELECT</pv>
+      </rule>
+    </rules>
+    <effect_3d>true</effect_3d>
+    <bit>-1</bit>
+    <pv_value />
+    <height>60</height>
+    <border_width>1</border_width>
+    <visible>true</visible>
+    <pv_name>INFN-SRC:INTK-VEm1:EOR</pv_name>
+    <border_color>
+      <color name="Blue" red="0" green="128" blue="255" />
+    </border_color>
+    <widget_type>LED</widget_type>
+    <name>LED_7</name>
+    <actions hook="false" hook_all="false" />
+    <show_boolean_label>false</show_boolean_label>
+    <border_style>0</border_style>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <enabled>true</enabled>
+    <wuid>-580472f8:158b995c210:-7815</wuid>
+    <on_color>
+      <color red="0" green="255" blue="0" />
+    </on_color>
+    <scripts />
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <on_label>ON</on_label>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <off_color>
+      <color name="Major" red="255" green="0" blue="0" />
+    </off_color>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color name="Field Background Grey" red="240" green="240" blue="240" />
+    </background_color>
+    <square_led>false</square_led>
+    <width>60</width>
+    <x>234</x>
+    <data_type>0</data_type>
+    <y>202</y>
+    <foreground_color>
+      <color name="Button Grey" red="180" green="180" blue="180" />
+    </foreground_color>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+    </font>
+    <off_label>OFF</off_label>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.ActionButton" version="2.0.0">
+    <toggle_button>false</toggle_button>
+    <border_style>14</border_style>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <alarm_pulsing>false</alarm_pulsing>
+    <tooltip>$(pv_name)</tooltip>
+    <push_action_index>0</push_action_index>
+    <rules>
+      <rule name="FM4_go_to_home_position" prop_id="enabled" out_exp="false">
+        <exp bool_exp="pv0 == 0 &amp;&amp; pv1 == 1">
+          <value>true</value>
+        </exp>
+        <pv trig="true">INFN-SRC:INTK-HMI:MAINT_ACK</pv>
+        <pv trig="true">INFN-SRC:INTK-HMI:FM4</pv>
+      </rule>
+    </rules>
+    <enabled>true</enabled>
+    <wuid>36adcf08:158b9d2554f:-7f2f</wuid>
+    <pv_value />
+    <text>Go to home position</text>
+    <scripts>
+      <path pathString="EmbeddedJs" checkConnect="true" sfe="false" seoe="false">
+        <scriptName>EmbeddedScript</scriptName>
         <scriptText><![CDATA[importPackage(Packages.org.csstudio.opibuilder.scriptUtil);
 
 pvs[0].setValue("0");
-]]></scriptText>
-        <pv trig="true">INFN-SRC:INTK-HMI:FM4_ACK</pv>
-      </path>
-    </scripts>
-    <border_alarm_sensitive>false</border_alarm_sensitive>
-    <height>70</height>
-    <border_width>0</border_width>
-    <scale_options>
-      <width_scalable>true</width_scalable>
-      <height_scalable>true</height_scalable>
-      <keep_wh_ratio>false</keep_wh_ratio>
-    </scale_options>
-    <image></image>
-    <visible>true</visible>
-    <pv_name></pv_name>
-    <border_color>
-      <color name="Green On" red="0" green="255" blue="0" />
-    </border_color>
-    <widget_type>Action Button</widget_type>
-    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-    <background_color>
-      <color red="211" green="215" blue="207" />
-    </background_color>
-    <width>564</width>
-    <x>321</x>
-    <name>Action Button_21</name>
-    <y>849</y>
-    <style>0</style>
-    <foreground_color>
-      <color name="Black" red="0" green="0" blue="0" />
-    </foreground_color>
-    <actions hook="false" hook_all="false">
-      <action type="WRITE_PV">
-        <pv_name>INFN-SRC:INTK-HMI:FM4_ACK</pv_name>
-        <value>1</value>
-        <timeout>10</timeout>
-        <confirm_message></confirm_message>
-        <description></description>
-      </action>
-    </actions>
-    <font>
-      <fontdata fontName="Monospace" height="24" style="1" />
-    </font>
-  </widget>
-  <widget typeId="org.csstudio.opibuilder.widgets.ActionButton" version="2.0.0">
-    <toggle_button>true</toggle_button>
-    <border_style>14</border_style>
-    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-    <alarm_pulsing>false</alarm_pulsing>
-    <tooltip>$(pv_name)</tooltip>
-    <push_action_index>0</push_action_index>
-    <rules>
-      <rule name="FM4_end_of_fault_mode" prop_id="enabled" out_exp="false">
-        <exp bool_exp="pv0 == 0 &amp;&amp; pv1 == 0 &amp;&amp; pv2 == 1">
-          <value>true</value>
-        </exp>
-        <pv trig="true">INFN-SRC:INTK-HMI:HOME_ACK</pv>
-        <pv trig="true">INFN-SRC:INTK-VEm3:EOR</pv>
-        <pv trig="true">INFN-SRC:INTK-HMI:FM4</pv>
-      </rule>
-    </rules>
-    <enabled>true</enabled>
-    <wuid>36adcf08:158b9d2554f:-7f23</wuid>
-    <release_action_index>1</release_action_index>
-    <pv_value />
-    <text>End of fault mode</text>
-    <scripts>
-      <path pathString="EmbeddedJs" checkConnect="true" sfe="false" seoe="false">
-        <scriptName>EmbeddedScript</scriptName>
+]]></scriptText>
+        <pv trig="true">INFN-SRC:INTK-HMI:FM4_ACK</pv>
+      </path>
+    </scripts>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <height>70</height>
+    <border_width>0</border_width>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <image></image>
+    <visible>true</visible>
+    <pv_name></pv_name>
+    <border_color>
+      <color name="Green On" red="0" green="255" blue="0" />
+    </border_color>
+    <widget_type>Action Button</widget_type>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="211" green="215" blue="207" />
+    </background_color>
+    <width>564</width>
+    <x>321</x>
+    <name>Action Button_21</name>
+    <y>849</y>
+    <style>0</style>
+    <foreground_color>
+      <color name="Black" red="0" green="0" blue="0" />
+    </foreground_color>
+    <actions hook="false" hook_all="false">
+      <action type="WRITE_PV">
+        <pv_name>INFN-SRC:INTK-HMI:FM4_ACK</pv_name>
+        <value>1</value>
+        <timeout>10</timeout>
+        <confirm_message></confirm_message>
+        <description></description>
+      </action>
+    </actions>
+    <font>
+      <fontdata fontName="Monospace" height="24" style="1" />
+    </font>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.ActionButton" version="2.0.0">
+    <toggle_button>true</toggle_button>
+    <border_style>14</border_style>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <alarm_pulsing>false</alarm_pulsing>
+    <tooltip>$(pv_name)</tooltip>
+    <push_action_index>0</push_action_index>
+    <rules>
+      <rule name="FM4_end_of_fault_mode" prop_id="enabled" out_exp="false">
+        <exp bool_exp="pv0 == 0 &amp;&amp; pv1 == 0 &amp;&amp; pv2 == 1">
+          <value>true</value>
+        </exp>
+        <pv trig="true">INFN-SRC:INTK-HMI:HOME_ACK</pv>
+        <pv trig="true">INFN-SRC:INTK-VEm3:EOR</pv>
+        <pv trig="true">INFN-SRC:INTK-HMI:FM4</pv>
+      </rule>
+    </rules>
+    <enabled>true</enabled>
+    <wuid>36adcf08:158b9d2554f:-7f23</wuid>
+    <release_action_index>1</release_action_index>
+    <pv_value />
+    <text>End of fault mode</text>
+    <scripts>
+      <path pathString="EmbeddedJs" checkConnect="true" sfe="false" seoe="false">
+        <scriptName>EmbeddedScript</scriptName>
         <scriptText><![CDATA[importPackage(Packages.org.csstudio.opibuilder.scriptUtil);
 
 pvs[0].setValue("0");
-]]></scriptText>
-        <pv trig="true">INFN-SRC:INTK-HMI:END_FM4</pv>
-      </path>
-    </scripts>
-    <border_alarm_sensitive>false</border_alarm_sensitive>
-    <height>70</height>
-    <border_width>0</border_width>
-    <scale_options>
-      <width_scalable>true</width_scalable>
-      <height_scalable>true</height_scalable>
-      <keep_wh_ratio>false</keep_wh_ratio>
-    </scale_options>
-    <image></image>
-    <visible>true</visible>
-    <pv_name></pv_name>
-    <border_color>
-      <color name="Green On" red="0" green="255" blue="0" />
-    </border_color>
-    <widget_type>Action Button</widget_type>
-    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-    <background_color>
-      <color red="211" green="215" blue="207" />
-    </background_color>
-    <width>564</width>
-    <x>322</x>
-    <name>Action Button_22</name>
-    <y>1118</y>
-    <style>0</style>
-    <foreground_color>
-      <color name="Black" red="0" green="0" blue="0" />
-    </foreground_color>
-    <actions hook="false" hook_all="false">
-      <action type="WRITE_PV">
-        <pv_name>INFN-SRC:INTK-HMI:END_FM4</pv_name>
-        <value>1</value>
-        <timeout>10</timeout>
-        <confirm_message></confirm_message>
-        <description></description>
-      </action>
-    </actions>
-    <font>
-      <fontdata fontName="Monospace" height="24" style="1" />
-    </font>
-  </widget>
-  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-    <border_style>0</border_style>
-    <tooltip></tooltip>
-    <horizontal_alignment>0</horizontal_alignment>
-    <rules>
-      <rule name="visible" prop_id="visible" out_exp="false">
-        <exp bool_exp="pv0==1">
-          <value>false</value>
-        </exp>
-        <pv trig="true">INFN-SRC:INTK-HMI:VH_SELECT</pv>
-      </rule>
-    </rules>
-    <enabled>true</enabled>
-    <wuid>36adcf08:158b9d2554f:-7eca</wuid>
-    <transparent>true</transparent>
-    <auto_size>true</auto_size>
-    <text>Vertical emittance-meter, home position</text>
-    <scripts />
-    <height>29</height>
-    <border_width>2</border_width>
-    <scale_options>
-      <width_scalable>true</width_scalable>
-      <height_scalable>true</height_scalable>
-      <keep_wh_ratio>false</keep_wh_ratio>
-    </scale_options>
-    <visible>true</visible>
-    <vertical_alignment>1</vertical_alignment>
-    <border_color>
-      <color name="Blue" red="0" green="128" blue="255" />
-    </border_color>
-    <widget_type>Label</widget_type>
-    <wrap_words>true</wrap_words>
-    <background_color>
-      <color name="White" red="255" green="255" blue="255" />
-    </background_color>
-    <width>585</width>
-    <x>312</x>
-    <name>Label Template_17</name>
-    <y>973</y>
-    <foreground_color>
-      <color name="Black" red="0" green="0" blue="0" />
-    </foreground_color>
-    <actions hook="false" hook_all="false" />
-    <show_scrollbar>false</show_scrollbar>
-    <font>
-      <fontdata fontName="Monospace" height="19" style="1" />
-    </font>
-  </widget>
-  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-    <border_style>0</border_style>
-    <tooltip></tooltip>
-    <horizontal_alignment>0</horizontal_alignment>
-    <rules>
-      <rule name="visible" prop_id="visible" out_exp="false">
-        <exp bool_exp="pv0==1">
-          <value>true</value>
-        </exp>
-        <pv trig="true">INFN-SRC:INTK-HMI:VH_SELECT</pv>
-      </rule>
-    </rules>
-    <enabled>true</enabled>
-    <wuid>36adcf08:158b9d2554f:-7ec9</wuid>
-    <transparent>true</transparent>
-    <auto_size>true</auto_size>
-    <text>Horizontal emittance-meter, home position</text>
-    <scripts />
-    <height>29</height>
-    <border_width>2</border_width>
-    <scale_options>
-      <width_scalable>true</width_scalable>
-      <height_scalable>true</height_scalable>
-      <keep_wh_ratio>false</keep_wh_ratio>
-    </scale_options>
-    <visible>false</visible>
-    <vertical_alignment>1</vertical_alignment>
-    <border_color>
-      <color name="Blue" red="0" green="128" blue="255" />
-    </border_color>
-    <widget_type>Label</widget_type>
-    <wrap_words>true</wrap_words>
-    <background_color>
-      <color name="White" red="255" green="255" blue="255" />
-    </background_color>
-    <width>615</width>
-    <x>315</x>
-    <name>Label Template_18</name>
-    <y>973</y>
-    <foreground_color>
-      <color name="Black" red="0" green="0" blue="0" />
-    </foreground_color>
-    <actions hook="false" hook_all="false" />
-    <show_scrollbar>false</show_scrollbar>
-    <font>
-      <fontdata fontName="Monospace" height="19" style="1" />
-    </font>
-  </widget>
-  <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
-    <alarm_pulsing>false</alarm_pulsing>
-    <tooltip>$(pv_name)</tooltip>
-    <rules>
-      <rule name="visible" prop_id="visible" out_exp="false">
-        <exp bool_exp="pv0==1">
-          <value>false</value>
-        </exp>
-        <pv trig="true">INFN-SRC:INTK-HMI:VH_SELECT</pv>
-      </rule>
-    </rules>
-    <effect_3d>true</effect_3d>
-    <bit>-1</bit>
-    <pv_value />
-    <height>60</height>
-    <border_width>1</border_width>
-    <visible>true</visible>
-    <pv_name>INFN-SRC:INTK-VEm3:EOR</pv_name>
-    <border_color>
-      <color name="Blue" red="0" green="128" blue="255" />
-    </border_color>
-    <widget_type>LED</widget_type>
-    <name>LED_24</name>
-    <actions hook="false" hook_all="false" />
-    <show_boolean_label>false</show_boolean_label>
-    <border_style>0</border_style>
-    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-    <enabled>true</enabled>
-    <wuid>36adcf08:158b9d2554f:-7ec8</wuid>
-    <on_color>
-      <color name="Major" red="255" green="0" blue="0" />
-    </on_color>
-    <scripts />
-    <border_alarm_sensitive>false</border_alarm_sensitive>
-    <on_label>ON</on_label>
-    <scale_options>
-      <width_scalable>true</width_scalable>
-      <height_scalable>true</height_scalable>
-      <keep_wh_ratio>true</keep_wh_ratio>
-    </scale_options>
-    <off_color>
-      <color red="0" green="255" blue="0" />
-    </off_color>
-    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-    <background_color>
-      <color name="Field Background Grey" red="240" green="240" blue="240" />
-    </background_color>
-    <square_led>false</square_led>
-    <width>60</width>
-    <x>233</x>
-    <data_type>0</data_type>
-    <y>958</y>
-    <foreground_color>
-      <color name="Button Grey" red="180" green="180" blue="180" />
-    </foreground_color>
-    <font>
-      <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-    </font>
-    <off_label>OFF</off_label>
-  </widget>
-  <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
-    <alarm_pulsing>false</alarm_pulsing>
-    <tooltip>$(pv_name)</tooltip>
-    <rules>
-      <rule name="visible" prop_id="visible" out_exp="false">
-        <exp bool_exp="pv0==1">
-          <value>true</value>
-        </exp>
-        <pv trig="true">INFN-SRC:INTK-HMI:VH_SELECT</pv>
-      </rule>
-    </rules>
-    <effect_3d>true</effect_3d>
-    <bit>-1</bit>
-    <pv_value />
-    <height>60</height>
-    <border_width>1</border_width>
-    <visible>false</visible>
-    <pv_name>INFN-SRC:INTK-HEm3:EOR</pv_name>
-    <border_color>
-      <color name="Blue" red="0" green="128" blue="255" />
-    </border_color>
-    <widget_type>LED</widget_type>
-    <name>LED_25</name>
-    <actions hook="false" hook_all="false" />
-    <show_boolean_label>false</show_boolean_label>
-    <border_style>0</border_style>
-    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-    <enabled>true</enabled>
-    <wuid>36adcf08:158b9d2554f:-7ec7</wuid>
-    <on_color>
-      <color name="Major" red="255" green="0" blue="0" />
-    </on_color>
-    <scripts />
-    <border_alarm_sensitive>false</border_alarm_sensitive>
-    <on_label>ON</on_label>
-    <scale_options>
-      <width_scalable>true</width_scalable>
-      <height_scalable>true</height_scalable>
-      <keep_wh_ratio>true</keep_wh_ratio>
-    </scale_options>
-    <off_color>
-      <color red="0" green="255" blue="0" />
-    </off_color>
-    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-    <background_color>
-      <color name="Field Background Grey" red="240" green="240" blue="240" />
-    </background_color>
-    <square_led>false</square_led>
-    <width>60</width>
-    <x>235</x>
-    <data_type>0</data_type>
-    <y>958</y>
-    <foreground_color>
-      <color name="Button Grey" red="180" green="180" blue="180" />
-    </foreground_color>
-    <font>
-      <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-    </font>
-    <off_label>OFF</off_label>
-  </widget>
-  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-    <border_style>0</border_style>
-    <tooltip></tooltip>
-    <horizontal_alignment>0</horizontal_alignment>
-    <rules>
-      <rule name="visible" prop_id="visible" out_exp="false">
-        <exp bool_exp="pv0==1">
-          <value>false</value>
-        </exp>
-        <pv trig="true">INFN-SRC:INTK-HMI:VH_SELECT</pv>
-      </rule>
-    </rules>
-    <enabled>true</enabled>
-    <wuid>36adcf08:158b9d2554f:-7d11</wuid>
-    <transparent>true</transparent>
-    <auto_size>true</auto_size>
-    <text>Vertical emittance-meter, home position</text>
-    <scripts />
-    <height>29</height>
-    <border_width>2</border_width>
-    <scale_options>
-      <width_scalable>true</width_scalable>
-      <height_scalable>true</height_scalable>
-      <keep_wh_ratio>false</keep_wh_ratio>
-    </scale_options>
-    <visible>true</visible>
-    <vertical_alignment>1</vertical_alignment>
-    <border_color>
-      <color name="Blue" red="0" green="128" blue="255" />
-    </border_color>
-    <widget_type>Label</widget_type>
-    <wrap_words>true</wrap_words>
-    <background_color>
-      <color name="White" red="255" green="255" blue="255" />
-    </background_color>
-    <width>585</width>
-    <x>1272</x>
-    <name>Label Template_19</name>
-    <y>474</y>
-    <foreground_color>
-      <color name="Black" red="0" green="0" blue="0" />
-    </foreground_color>
-    <actions hook="false" hook_all="false" />
-    <show_scrollbar>false</show_scrollbar>
-    <font>
-      <fontdata fontName="Monospace" height="19" style="1" />
-    </font>
-  </widget>
-  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-    <border_style>0</border_style>
-    <tooltip></tooltip>
-    <horizontal_alignment>0</horizontal_alignment>
-    <rules>
-      <rule name="visible" prop_id="visible" out_exp="false">
-        <exp bool_exp="pv0==1">
-          <value>true</value>
-        </exp>
-        <pv trig="true">INFN-SRC:INTK-HMI:VH_SELECT</pv>
-      </rule>
-    </rules>
-    <enabled>true</enabled>
-    <wuid>36adcf08:158b9d2554f:-7d10</wuid>
-    <transparent>true</transparent>
-    <auto_size>true</auto_size>
-    <text>Horizontal emittance-meter, home position</text>
-    <scripts />
-    <height>29</height>
-    <border_width>2</border_width>
-    <scale_options>
-      <width_scalable>true</width_scalable>
-      <height_scalable>true</height_scalable>
-      <keep_wh_ratio>false</keep_wh_ratio>
-    </scale_options>
-    <visible>false</visible>
-    <vertical_alignment>1</vertical_alignment>
-    <border_color>
-      <color name="Blue" red="0" green="128" blue="255" />
-    </border_color>
-    <widget_type>Label</widget_type>
-    <wrap_words>true</wrap_words>
-    <background_color>
-      <color name="White" red="255" green="255" blue="255" />
-    </background_color>
-    <width>615</width>
-    <x>1272</x>
-    <name>Label Template_20</name>
-    <y>474</y>
-    <foreground_color>
-      <color name="Black" red="0" green="0" blue="0" />
-    </foreground_color>
-    <actions hook="false" hook_all="false" />
-    <show_scrollbar>false</show_scrollbar>
-    <font>
-      <fontdata fontName="Monospace" height="19" style="1" />
-    </font>
-  </widget>
-  <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
-    <alarm_pulsing>false</alarm_pulsing>
-    <tooltip>$(pv_name)</tooltip>
-    <rules>
-      <rule name="visible" prop_id="visible" out_exp="false">
-        <exp bool_exp="pv0==1">
-          <value>false</value>
-        </exp>
-        <pv trig="true">INFN-SRC:INTK-HMI:VH_SELECT</pv>
-      </rule>
-    </rules>
-    <effect_3d>true</effect_3d>
-    <bit>-1</bit>
-    <pv_value />
-    <height>60</height>
-    <border_width>1</border_width>
-    <visible>true</visible>
-    <pv_name>INFN-SRC:INTK-HEm3:EOR</pv_name>
-    <border_color>
-      <color name="Blue" red="0" green="128" blue="255" />
-    </border_color>
-    <widget_type>LED</widget_type>
-    <name>LED_26</name>
-    <actions hook="false" hook_all="false" />
-    <show_boolean_label>false</show_boolean_label>
-    <border_style>0</border_style>
-    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-    <enabled>true</enabled>
-    <wuid>36adcf08:158b9d2554f:-7d0f</wuid>
-    <on_color>
-      <color name="Major" red="255" green="0" blue="0" />
-    </on_color>
-    <scripts />
-    <border_alarm_sensitive>false</border_alarm_sensitive>
-    <on_label>ON</on_label>
-    <scale_options>
-      <width_scalable>true</width_scalable>
-      <height_scalable>true</height_scalable>
-      <keep_wh_ratio>true</keep_wh_ratio>
-    </scale_options>
-    <off_color>
-      <color red="0" green="255" blue="0" />
-    </off_color>
-    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-    <background_color>
-      <color name="Field Background Grey" red="240" green="240" blue="240" />
-    </background_color>
-    <square_led>false</square_led>
-    <width>60</width>
-    <x>1197</x>
-    <data_type>0</data_type>
-    <y>459</y>
-    <foreground_color>
-      <color name="Button Grey" red="180" green="180" blue="180" />
-    </foreground_color>
-    <font>
-      <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-    </font>
-    <off_label>OFF</off_label>
-  </widget>
-  <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
-    <alarm_pulsing>false</alarm_pulsing>
-    <tooltip>$(pv_name)</tooltip>
-    <rules>
-      <rule name="visible" prop_id="visible" out_exp="false">
-        <exp bool_exp="pv0==1">
-          <value>true</value>
-        </exp>
-        <pv trig="true">INFN-SRC:INTK-HMI:VH_SELECT</pv>
-      </rule>
-    </rules>
-    <effect_3d>true</effect_3d>
-    <bit>-1</bit>
-    <pv_value />
-    <height>60</height>
-    <border_width>1</border_width>
-    <visible>false</visible>
-    <pv_name>INFN-SRC:INTK-VEm3:EOR</pv_name>
-    <border_color>
-      <color name="Blue" red="0" green="128" blue="255" />
-    </border_color>
-    <widget_type>LED</widget_type>
-    <name>LED_27</name>
-    <actions hook="false" hook_all="false" />
-    <show_boolean_label>false</show_boolean_label>
-    <border_style>0</border_style>
-    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-    <enabled>true</enabled>
-    <wuid>36adcf08:158b9d2554f:-7d0e</wuid>
-    <on_color>
-      <color name="Major" red="255" green="0" blue="0" />
-    </on_color>
-    <scripts />
-    <border_alarm_sensitive>false</border_alarm_sensitive>
-    <on_label>ON</on_label>
-    <scale_options>
-      <width_scalable>true</width_scalable>
-      <height_scalable>true</height_scalable>
-      <keep_wh_ratio>true</keep_wh_ratio>
-    </scale_options>
-    <off_color>
-      <color red="0" green="255" blue="0" />
-    </off_color>
-    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-    <background_color>
-      <color name="Field Background Grey" red="240" green="240" blue="240" />
-    </background_color>
-    <square_led>false</square_led>
-    <width>60</width>
-    <x>1197</x>
-    <data_type>0</data_type>
-    <y>459</y>
-    <foreground_color>
-      <color name="Button Grey" red="180" green="180" blue="180" />
-    </foreground_color>
-    <font>
-      <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-    </font>
-    <off_label>OFF</off_label>
-  </widget>
-  <widget typeId="org.csstudio.opibuilder.widgets.Rectangle" version="1.0.0">
-    <border_style>0</border_style>
-    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-    <line_width>0</line_width>
-    <horizontal_fill>true</horizontal_fill>
-    <alarm_pulsing>false</alarm_pulsing>
-    <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-    <rules />
-    <enabled>true</enabled>
-    <wuid>-67165f8a:15ce4595e06:-8bc</wuid>
-    <transparent>false</transparent>
-    <pv_value />
-    <alpha>255</alpha>
-    <bg_gradient_color>
-      <color red="255" green="255" blue="255" />
-    </bg_gradient_color>
-    <scripts />
-    <border_alarm_sensitive>false</border_alarm_sensitive>
-    <height>220</height>
-    <border_width>1</border_width>
-    <scale_options>
-      <width_scalable>true</width_scalable>
-      <height_scalable>true</height_scalable>
-      <keep_wh_ratio>false</keep_wh_ratio>
-    </scale_options>
-    <visible>true</visible>
-    <pv_name></pv_name>
-    <gradient>false</gradient>
-    <border_color>
-      <color red="0" green="128" blue="255" />
-    </border_color>
-    <anti_alias>true</anti_alias>
-    <line_style>0</line_style>
-    <widget_type>Rectangle</widget_type>
-    <fg_gradient_color>
-      <color red="255" green="255" blue="255" />
-    </fg_gradient_color>
-    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-    <background_color>
-      <color red="230" green="230" blue="250" />
-    </background_color>
-    <width>392</width>
-    <x>401</x>
-    <name>Rectangle_4</name>
-    <y>502</y>
-    <fill_level>0.0</fill_level>
-    <foreground_color>
-      <color red="255" green="0" blue="0" />
-    </foreground_color>
-    <actions hook="false" hook_all="false" />
-    <font>
-      <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-    </font>
-    <line_color>
-      <color red="128" green="0" blue="255" />
-    </line_color>
-  </widget>
-  <widget typeId="org.csstudio.opibuilder.widgets.ActionButton" version="2.0.0">
-    <toggle_button>false</toggle_button>
-    <border_style>14</border_style>
-    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-    <alarm_pulsing>false</alarm_pulsing>
-    <tooltip>$(pv_name)</tooltip>
-    <push_action_index>0</push_action_index>
-    <rules />
-    <enabled>true</enabled>
-    <wuid>-67165f8a:15ce4595e06:-d37</wuid>
-    <pv_value />
-    <text>Reset PMAC</text>
-    <scripts />
-    <border_alarm_sensitive>false</border_alarm_sensitive>
-    <height>70</height>
-    <border_width>0</border_width>
-    <scale_options>
-      <width_scalable>true</width_scalable>
-      <height_scalable>true</height_scalable>
-      <keep_wh_ratio>false</keep_wh_ratio>
-    </scale_options>
-    <image></image>
-    <visible>true</visible>
-    <pv_name></pv_name>
-    <border_color>
-      <color name="Green On" red="0" green="255" blue="0" />
-    </border_color>
-    <widget_type>Action Button</widget_type>
-    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-    <background_color>
-      <color red="211" green="215" blue="207" />
-    </background_color>
-    <width>251</width>
-    <x>474</x>
-    <name>Action Button_23</name>
-    <y>559</y>
-    <style>0</style>
-    <foreground_color>
-      <color name="Black" red="0" green="0" blue="0" />
-    </foreground_color>
-    <actions hook="false" hook_all="false">
-      <action type="WRITE_PV">
-        <pv_name>LNS-ISRC-010:PBI-EM-PMAC:ASK</pv_name>
-        <value>$$$</value>
-        <timeout>10</timeout>
-        <confirm_message></confirm_message>
-        <description></description>
-      </action>
-    </actions>
-    <font>
-      <fontdata fontName="Monospace" height="24" style="1" />
-    </font>
-  </widget>
-  <widget typeId="org.csstudio.opibuilder.widgets.ActionButton" version="2.0.0">
-    <toggle_button>false</toggle_button>
-    <border_style>14</border_style>
-    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-    <alarm_pulsing>false</alarm_pulsing>
-    <tooltip>$(pv_name)</tooltip>
-    <push_action_index>0</push_action_index>
-    <rules />
-    <enabled>true</enabled>
-    <wuid>-67165f8a:15ce4595e06:-d29</wuid>
-    <pv_value />
-    <text>Re-launch</text>
-    <scripts />
-    <border_alarm_sensitive>false</border_alarm_sensitive>
-    <height>70</height>
-    <border_width>0</border_width>
-    <scale_options>
-      <width_scalable>true</width_scalable>
-      <height_scalable>true</height_scalable>
-      <keep_wh_ratio>false</keep_wh_ratio>
-    </scale_options>
-    <image></image>
-    <visible>true</visible>
-    <pv_name></pv_name>
-    <border_color>
-      <color name="Green On" red="0" green="255" blue="0" />
-    </border_color>
-    <widget_type>Action Button</widget_type>
-    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-    <background_color>
-      <color red="211" green="215" blue="207" />
-    </background_color>
-    <width>251</width>
-    <x>474</x>
-    <name>Action Button_24</name>
-    <y>641</y>
-    <style>0</style>
-    <foreground_color>
-      <color name="Black" red="0" green="0" blue="0" />
-    </foreground_color>
-    <actions hook="false" hook_all="false">
-      <action type="WRITE_PV">
-        <pv_name>LNS-ISRC-010:PBI-EM-PMAC:ASK</pv_name>
-        <value>P91=1</value>
-        <timeout>10</timeout>
-        <confirm_message></confirm_message>
-        <description></description>
-      </action>
-    </actions>
-    <font>
-      <fontdata fontName="Monospace" height="24" style="1" />
-    </font>
-  </widget>
-  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-    <border_style>0</border_style>
-    <tooltip></tooltip>
-    <horizontal_alignment>0</horizontal_alignment>
-    <rules />
-    <enabled>true</enabled>
-    <wuid>-67165f8a:15ce4595e06:-8b2</wuid>
-    <transparent>true</transparent>
-    <auto_size>true</auto_size>
-    <text>Only on motor failure case</text>
-    <scripts />
-    <height>28</height>
-    <border_width>2</border_width>
-    <scale_options>
-      <width_scalable>true</width_scalable>
-      <height_scalable>true</height_scalable>
-      <keep_wh_ratio>false</keep_wh_ratio>
-    </scale_options>
-    <visible>true</visible>
-    <vertical_alignment>1</vertical_alignment>
-    <border_color>
-      <color name="Blue" red="0" green="128" blue="255" />
-    </border_color>
-    <widget_type>Label</widget_type>
-    <wrap_words>true</wrap_words>
-    <background_color>
-      <color name="White" red="255" green="255" blue="255" />
-    </background_color>
-    <width>364</width>
-    <x>418</x>
-    <name>Label Template_21</name>
-    <y>513</y>
-    <foreground_color>
-      <color name="Black" red="0" green="0" blue="0" />
-    </foreground_color>
-    <actions hook="false" hook_all="false" />
-    <show_scrollbar>false</show_scrollbar>
-    <font>
-      <fontdata fontName="Monospace" height="18" style="1" />
-    </font>
-  </widget>
-  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-    <border_style>0</border_style>
-    <tooltip></tooltip>
-    <horizontal_alignment>0</horizontal_alignment>
-    <rules>
-      <rule name="text" prop_id="text" out_exp="false">
-        <exp bool_exp="pv0==1">
-          <value>Horizontal EMU</value>
-        </exp>
-        <pv trig="true">INFN-SRC:INTK-HMI:VH_SELECT</pv>
-      </rule>
-    </rules>
-    <enabled>true</enabled>
-    <wuid>-67165f8a:15ce4595e06:-5b5</wuid>
-    <transparent>true</transparent>
-    <auto_size>true</auto_size>
-    <text>Vertical EMU</text>
-    <scripts />
-    <height>29</height>
-    <border_width>2</border_width>
-    <scale_options>
-      <width_scalable>true</width_scalable>
-      <height_scalable>true</height_scalable>
-      <keep_wh_ratio>false</keep_wh_ratio>
-    </scale_options>
-    <visible>true</visible>
-    <vertical_alignment>1</vertical_alignment>
-    <border_color>
-      <color name="Blue" red="0" green="128" blue="255" />
-    </border_color>
-    <widget_type>Label</widget_type>
-    <wrap_words>true</wrap_words>
-    <background_color>
-      <color name="White" red="255" green="255" blue="255" />
-    </background_color>
-    <width>180</width>
-    <x>510</x>
-    <name>Label Template_46</name>
-    <y>160</y>
-    <foreground_color>
-      <color name="Black" red="0" green="0" blue="0" />
-    </foreground_color>
-    <actions hook="false" hook_all="false" />
-    <show_scrollbar>false</show_scrollbar>
-    <font>
-      <fontdata fontName="Monospace" height="19" style="1" />
-    </font>
-  </widget>
+]]></scriptText>
+        <pv trig="true">INFN-SRC:INTK-HMI:END_FM4</pv>
+      </path>
+    </scripts>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <height>70</height>
+    <border_width>0</border_width>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <image></image>
+    <visible>true</visible>
+    <pv_name></pv_name>
+    <border_color>
+      <color name="Green On" red="0" green="255" blue="0" />
+    </border_color>
+    <widget_type>Action Button</widget_type>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="211" green="215" blue="207" />
+    </background_color>
+    <width>564</width>
+    <x>322</x>
+    <name>Action Button_22</name>
+    <y>1118</y>
+    <style>0</style>
+    <foreground_color>
+      <color name="Black" red="0" green="0" blue="0" />
+    </foreground_color>
+    <actions hook="false" hook_all="false">
+      <action type="WRITE_PV">
+        <pv_name>INFN-SRC:INTK-HMI:END_FM4</pv_name>
+        <value>1</value>
+        <timeout>10</timeout>
+        <confirm_message></confirm_message>
+        <description></description>
+      </action>
+    </actions>
+    <font>
+      <fontdata fontName="Monospace" height="24" style="1" />
+    </font>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <border_style>0</border_style>
+    <tooltip></tooltip>
+    <horizontal_alignment>0</horizontal_alignment>
+    <rules>
+      <rule name="visible" prop_id="visible" out_exp="false">
+        <exp bool_exp="pv0==1">
+          <value>false</value>
+        </exp>
+        <pv trig="true">INFN-SRC:INTK-HMI:VH_SELECT</pv>
+      </rule>
+    </rules>
+    <enabled>true</enabled>
+    <wuid>36adcf08:158b9d2554f:-7eca</wuid>
+    <transparent>true</transparent>
+    <auto_size>true</auto_size>
+    <text>Vertical emittance-meter, home position</text>
+    <scripts />
+    <height>29</height>
+    <border_width>2</border_width>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <visible>true</visible>
+    <vertical_alignment>1</vertical_alignment>
+    <border_color>
+      <color name="Blue" red="0" green="128" blue="255" />
+    </border_color>
+    <widget_type>Label</widget_type>
+    <wrap_words>true</wrap_words>
+    <background_color>
+      <color name="White" red="255" green="255" blue="255" />
+    </background_color>
+    <width>585</width>
+    <x>312</x>
+    <name>Label Template_17</name>
+    <y>973</y>
+    <foreground_color>
+      <color name="Black" red="0" green="0" blue="0" />
+    </foreground_color>
+    <actions hook="false" hook_all="false" />
+    <show_scrollbar>false</show_scrollbar>
+    <font>
+      <fontdata fontName="Monospace" height="19" style="1" />
+    </font>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <border_style>0</border_style>
+    <tooltip></tooltip>
+    <horizontal_alignment>0</horizontal_alignment>
+    <rules>
+      <rule name="visible" prop_id="visible" out_exp="false">
+        <exp bool_exp="pv0==1">
+          <value>true</value>
+        </exp>
+        <pv trig="true">INFN-SRC:INTK-HMI:VH_SELECT</pv>
+      </rule>
+    </rules>
+    <enabled>true</enabled>
+    <wuid>36adcf08:158b9d2554f:-7ec9</wuid>
+    <transparent>true</transparent>
+    <auto_size>true</auto_size>
+    <text>Horizontal emittance-meter, home position</text>
+    <scripts />
+    <height>29</height>
+    <border_width>2</border_width>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <visible>false</visible>
+    <vertical_alignment>1</vertical_alignment>
+    <border_color>
+      <color name="Blue" red="0" green="128" blue="255" />
+    </border_color>
+    <widget_type>Label</widget_type>
+    <wrap_words>true</wrap_words>
+    <background_color>
+      <color name="White" red="255" green="255" blue="255" />
+    </background_color>
+    <width>615</width>
+    <x>315</x>
+    <name>Label Template_18</name>
+    <y>973</y>
+    <foreground_color>
+      <color name="Black" red="0" green="0" blue="0" />
+    </foreground_color>
+    <actions hook="false" hook_all="false" />
+    <show_scrollbar>false</show_scrollbar>
+    <font>
+      <fontdata fontName="Monospace" height="19" style="1" />
+    </font>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
+    <alarm_pulsing>false</alarm_pulsing>
+    <tooltip>$(pv_name)</tooltip>
+    <rules>
+      <rule name="visible" prop_id="visible" out_exp="false">
+        <exp bool_exp="pv0==1">
+          <value>false</value>
+        </exp>
+        <pv trig="true">INFN-SRC:INTK-HMI:VH_SELECT</pv>
+      </rule>
+    </rules>
+    <effect_3d>true</effect_3d>
+    <bit>-1</bit>
+    <pv_value />
+    <height>60</height>
+    <border_width>1</border_width>
+    <visible>true</visible>
+    <pv_name>INFN-SRC:INTK-VEm3:EOR</pv_name>
+    <border_color>
+      <color name="Blue" red="0" green="128" blue="255" />
+    </border_color>
+    <widget_type>LED</widget_type>
+    <name>LED_24</name>
+    <actions hook="false" hook_all="false" />
+    <show_boolean_label>false</show_boolean_label>
+    <border_style>0</border_style>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <enabled>true</enabled>
+    <wuid>36adcf08:158b9d2554f:-7ec8</wuid>
+    <on_color>
+      <color name="Major" red="255" green="0" blue="0" />
+    </on_color>
+    <scripts />
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <on_label>ON</on_label>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <off_color>
+      <color red="0" green="255" blue="0" />
+    </off_color>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color name="Field Background Grey" red="240" green="240" blue="240" />
+    </background_color>
+    <square_led>false</square_led>
+    <width>60</width>
+    <x>233</x>
+    <data_type>0</data_type>
+    <y>958</y>
+    <foreground_color>
+      <color name="Button Grey" red="180" green="180" blue="180" />
+    </foreground_color>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+    </font>
+    <off_label>OFF</off_label>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
+    <alarm_pulsing>false</alarm_pulsing>
+    <tooltip>$(pv_name)</tooltip>
+    <rules>
+      <rule name="visible" prop_id="visible" out_exp="false">
+        <exp bool_exp="pv0==1">
+          <value>true</value>
+        </exp>
+        <pv trig="true">INFN-SRC:INTK-HMI:VH_SELECT</pv>
+      </rule>
+    </rules>
+    <effect_3d>true</effect_3d>
+    <bit>-1</bit>
+    <pv_value />
+    <height>60</height>
+    <border_width>1</border_width>
+    <visible>false</visible>
+    <pv_name>INFN-SRC:INTK-HEm3:EOR</pv_name>
+    <border_color>
+      <color name="Blue" red="0" green="128" blue="255" />
+    </border_color>
+    <widget_type>LED</widget_type>
+    <name>LED_25</name>
+    <actions hook="false" hook_all="false" />
+    <show_boolean_label>false</show_boolean_label>
+    <border_style>0</border_style>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <enabled>true</enabled>
+    <wuid>36adcf08:158b9d2554f:-7ec7</wuid>
+    <on_color>
+      <color name="Major" red="255" green="0" blue="0" />
+    </on_color>
+    <scripts />
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <on_label>ON</on_label>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <off_color>
+      <color red="0" green="255" blue="0" />
+    </off_color>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color name="Field Background Grey" red="240" green="240" blue="240" />
+    </background_color>
+    <square_led>false</square_led>
+    <width>60</width>
+    <x>235</x>
+    <data_type>0</data_type>
+    <y>958</y>
+    <foreground_color>
+      <color name="Button Grey" red="180" green="180" blue="180" />
+    </foreground_color>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+    </font>
+    <off_label>OFF</off_label>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <border_style>0</border_style>
+    <tooltip></tooltip>
+    <horizontal_alignment>0</horizontal_alignment>
+    <rules>
+      <rule name="visible" prop_id="visible" out_exp="false">
+        <exp bool_exp="pv0==1">
+          <value>false</value>
+        </exp>
+        <pv trig="true">INFN-SRC:INTK-HMI:VH_SELECT</pv>
+      </rule>
+    </rules>
+    <enabled>true</enabled>
+    <wuid>36adcf08:158b9d2554f:-7d11</wuid>
+    <transparent>true</transparent>
+    <auto_size>true</auto_size>
+    <text>Vertical emittance-meter, home position</text>
+    <scripts />
+    <height>29</height>
+    <border_width>2</border_width>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <visible>true</visible>
+    <vertical_alignment>1</vertical_alignment>
+    <border_color>
+      <color name="Blue" red="0" green="128" blue="255" />
+    </border_color>
+    <widget_type>Label</widget_type>
+    <wrap_words>true</wrap_words>
+    <background_color>
+      <color name="White" red="255" green="255" blue="255" />
+    </background_color>
+    <width>585</width>
+    <x>1272</x>
+    <name>Label Template_19</name>
+    <y>474</y>
+    <foreground_color>
+      <color name="Black" red="0" green="0" blue="0" />
+    </foreground_color>
+    <actions hook="false" hook_all="false" />
+    <show_scrollbar>false</show_scrollbar>
+    <font>
+      <fontdata fontName="Monospace" height="19" style="1" />
+    </font>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <border_style>0</border_style>
+    <tooltip></tooltip>
+    <horizontal_alignment>0</horizontal_alignment>
+    <rules>
+      <rule name="visible" prop_id="visible" out_exp="false">
+        <exp bool_exp="pv0==1">
+          <value>true</value>
+        </exp>
+        <pv trig="true">INFN-SRC:INTK-HMI:VH_SELECT</pv>
+      </rule>
+    </rules>
+    <enabled>true</enabled>
+    <wuid>36adcf08:158b9d2554f:-7d10</wuid>
+    <transparent>true</transparent>
+    <auto_size>true</auto_size>
+    <text>Horizontal emittance-meter, home position</text>
+    <scripts />
+    <height>29</height>
+    <border_width>2</border_width>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <visible>false</visible>
+    <vertical_alignment>1</vertical_alignment>
+    <border_color>
+      <color name="Blue" red="0" green="128" blue="255" />
+    </border_color>
+    <widget_type>Label</widget_type>
+    <wrap_words>true</wrap_words>
+    <background_color>
+      <color name="White" red="255" green="255" blue="255" />
+    </background_color>
+    <width>615</width>
+    <x>1272</x>
+    <name>Label Template_20</name>
+    <y>474</y>
+    <foreground_color>
+      <color name="Black" red="0" green="0" blue="0" />
+    </foreground_color>
+    <actions hook="false" hook_all="false" />
+    <show_scrollbar>false</show_scrollbar>
+    <font>
+      <fontdata fontName="Monospace" height="19" style="1" />
+    </font>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
+    <alarm_pulsing>false</alarm_pulsing>
+    <tooltip>$(pv_name)</tooltip>
+    <rules>
+      <rule name="visible" prop_id="visible" out_exp="false">
+        <exp bool_exp="pv0==1">
+          <value>false</value>
+        </exp>
+        <pv trig="true">INFN-SRC:INTK-HMI:VH_SELECT</pv>
+      </rule>
+    </rules>
+    <effect_3d>true</effect_3d>
+    <bit>-1</bit>
+    <pv_value />
+    <height>60</height>
+    <border_width>1</border_width>
+    <visible>true</visible>
+    <pv_name>INFN-SRC:INTK-HEm3:EOR</pv_name>
+    <border_color>
+      <color name="Blue" red="0" green="128" blue="255" />
+    </border_color>
+    <widget_type>LED</widget_type>
+    <name>LED_26</name>
+    <actions hook="false" hook_all="false" />
+    <show_boolean_label>false</show_boolean_label>
+    <border_style>0</border_style>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <enabled>true</enabled>
+    <wuid>36adcf08:158b9d2554f:-7d0f</wuid>
+    <on_color>
+      <color name="Major" red="255" green="0" blue="0" />
+    </on_color>
+    <scripts />
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <on_label>ON</on_label>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <off_color>
+      <color red="0" green="255" blue="0" />
+    </off_color>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color name="Field Background Grey" red="240" green="240" blue="240" />
+    </background_color>
+    <square_led>false</square_led>
+    <width>60</width>
+    <x>1197</x>
+    <data_type>0</data_type>
+    <y>459</y>
+    <foreground_color>
+      <color name="Button Grey" red="180" green="180" blue="180" />
+    </foreground_color>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+    </font>
+    <off_label>OFF</off_label>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
+    <alarm_pulsing>false</alarm_pulsing>
+    <tooltip>$(pv_name)</tooltip>
+    <rules>
+      <rule name="visible" prop_id="visible" out_exp="false">
+        <exp bool_exp="pv0==1">
+          <value>true</value>
+        </exp>
+        <pv trig="true">INFN-SRC:INTK-HMI:VH_SELECT</pv>
+      </rule>
+    </rules>
+    <effect_3d>true</effect_3d>
+    <bit>-1</bit>
+    <pv_value />
+    <height>60</height>
+    <border_width>1</border_width>
+    <visible>false</visible>
+    <pv_name>INFN-SRC:INTK-VEm3:EOR</pv_name>
+    <border_color>
+      <color name="Blue" red="0" green="128" blue="255" />
+    </border_color>
+    <widget_type>LED</widget_type>
+    <name>LED_27</name>
+    <actions hook="false" hook_all="false" />
+    <show_boolean_label>false</show_boolean_label>
+    <border_style>0</border_style>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <enabled>true</enabled>
+    <wuid>36adcf08:158b9d2554f:-7d0e</wuid>
+    <on_color>
+      <color name="Major" red="255" green="0" blue="0" />
+    </on_color>
+    <scripts />
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <on_label>ON</on_label>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <off_color>
+      <color red="0" green="255" blue="0" />
+    </off_color>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color name="Field Background Grey" red="240" green="240" blue="240" />
+    </background_color>
+    <square_led>false</square_led>
+    <width>60</width>
+    <x>1197</x>
+    <data_type>0</data_type>
+    <y>459</y>
+    <foreground_color>
+      <color name="Button Grey" red="180" green="180" blue="180" />
+    </foreground_color>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+    </font>
+    <off_label>OFF</off_label>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Rectangle" version="1.0.0">
+    <border_style>0</border_style>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <line_width>0</line_width>
+    <horizontal_fill>true</horizontal_fill>
+    <alarm_pulsing>false</alarm_pulsing>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <rules />
+    <enabled>true</enabled>
+    <wuid>-67165f8a:15ce4595e06:-8bc</wuid>
+    <transparent>false</transparent>
+    <pv_value />
+    <alpha>255</alpha>
+    <bg_gradient_color>
+      <color red="255" green="255" blue="255" />
+    </bg_gradient_color>
+    <scripts />
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <height>220</height>
+    <border_width>1</border_width>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <visible>true</visible>
+    <pv_name></pv_name>
+    <gradient>false</gradient>
+    <border_color>
+      <color red="0" green="128" blue="255" />
+    </border_color>
+    <anti_alias>true</anti_alias>
+    <line_style>0</line_style>
+    <widget_type>Rectangle</widget_type>
+    <fg_gradient_color>
+      <color red="255" green="255" blue="255" />
+    </fg_gradient_color>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="230" green="230" blue="250" />
+    </background_color>
+    <width>392</width>
+    <x>401</x>
+    <name>Rectangle_4</name>
+    <y>502</y>
+    <fill_level>0.0</fill_level>
+    <foreground_color>
+      <color red="255" green="0" blue="0" />
+    </foreground_color>
+    <actions hook="false" hook_all="false" />
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+    </font>
+    <line_color>
+      <color red="128" green="0" blue="255" />
+    </line_color>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.ActionButton" version="2.0.0">
+    <toggle_button>false</toggle_button>
+    <border_style>14</border_style>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <alarm_pulsing>false</alarm_pulsing>
+    <tooltip>$(pv_name)</tooltip>
+    <push_action_index>0</push_action_index>
+    <rules />
+    <enabled>true</enabled>
+    <wuid>-67165f8a:15ce4595e06:-d37</wuid>
+    <pv_value />
+    <text>Reset PMAC</text>
+    <scripts />
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <height>70</height>
+    <border_width>0</border_width>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <image></image>
+    <visible>true</visible>
+    <pv_name></pv_name>
+    <border_color>
+      <color name="Green On" red="0" green="255" blue="0" />
+    </border_color>
+    <widget_type>Action Button</widget_type>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="211" green="215" blue="207" />
+    </background_color>
+    <width>251</width>
+    <x>474</x>
+    <name>Action Button_23</name>
+    <y>559</y>
+    <style>0</style>
+    <foreground_color>
+      <color name="Black" red="0" green="0" blue="0" />
+    </foreground_color>
+    <actions hook="false" hook_all="false">
+      <action type="WRITE_PV">
+        <pv_name>LNS-ISRC-010:PBI-EM-PMAC:ASK</pv_name>
+        <value>$$$</value>
+        <timeout>10</timeout>
+        <confirm_message></confirm_message>
+        <description></description>
+      </action>
+    </actions>
+    <font>
+      <fontdata fontName="Monospace" height="24" style="1" />
+    </font>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.ActionButton" version="2.0.0">
+    <toggle_button>false</toggle_button>
+    <border_style>14</border_style>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <alarm_pulsing>false</alarm_pulsing>
+    <tooltip>$(pv_name)</tooltip>
+    <push_action_index>0</push_action_index>
+    <rules />
+    <enabled>true</enabled>
+    <wuid>-67165f8a:15ce4595e06:-d29</wuid>
+    <pv_value />
+    <text>Re-launch</text>
+    <scripts />
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <height>70</height>
+    <border_width>0</border_width>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <image></image>
+    <visible>true</visible>
+    <pv_name></pv_name>
+    <border_color>
+      <color name="Green On" red="0" green="255" blue="0" />
+    </border_color>
+    <widget_type>Action Button</widget_type>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="211" green="215" blue="207" />
+    </background_color>
+    <width>251</width>
+    <x>474</x>
+    <name>Action Button_24</name>
+    <y>641</y>
+    <style>0</style>
+    <foreground_color>
+      <color name="Black" red="0" green="0" blue="0" />
+    </foreground_color>
+    <actions hook="false" hook_all="false">
+      <action type="WRITE_PV">
+        <pv_name>LNS-ISRC-010:PBI-EM-PMAC:ASK</pv_name>
+        <value>P91=1</value>
+        <timeout>10</timeout>
+        <confirm_message></confirm_message>
+        <description></description>
+      </action>
+    </actions>
+    <font>
+      <fontdata fontName="Monospace" height="24" style="1" />
+    </font>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <border_style>0</border_style>
+    <tooltip></tooltip>
+    <horizontal_alignment>0</horizontal_alignment>
+    <rules />
+    <enabled>true</enabled>
+    <wuid>-67165f8a:15ce4595e06:-8b2</wuid>
+    <transparent>true</transparent>
+    <auto_size>true</auto_size>
+    <text>Only on motor failure case</text>
+    <scripts />
+    <height>28</height>
+    <border_width>2</border_width>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <visible>true</visible>
+    <vertical_alignment>1</vertical_alignment>
+    <border_color>
+      <color name="Blue" red="0" green="128" blue="255" />
+    </border_color>
+    <widget_type>Label</widget_type>
+    <wrap_words>true</wrap_words>
+    <background_color>
+      <color name="White" red="255" green="255" blue="255" />
+    </background_color>
+    <width>364</width>
+    <x>418</x>
+    <name>Label Template_21</name>
+    <y>513</y>
+    <foreground_color>
+      <color name="Black" red="0" green="0" blue="0" />
+    </foreground_color>
+    <actions hook="false" hook_all="false" />
+    <show_scrollbar>false</show_scrollbar>
+    <font>
+      <fontdata fontName="Monospace" height="18" style="1" />
+    </font>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <border_style>0</border_style>
+    <tooltip></tooltip>
+    <horizontal_alignment>0</horizontal_alignment>
+    <rules>
+      <rule name="text" prop_id="text" out_exp="false">
+        <exp bool_exp="pv0==1">
+          <value>Horizontal EMU</value>
+        </exp>
+        <pv trig="true">INFN-SRC:INTK-HMI:VH_SELECT</pv>
+      </rule>
+    </rules>
+    <enabled>true</enabled>
+    <wuid>-67165f8a:15ce4595e06:-5b5</wuid>
+    <transparent>true</transparent>
+    <auto_size>true</auto_size>
+    <text>Vertical EMU</text>
+    <scripts />
+    <height>29</height>
+    <border_width>2</border_width>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <visible>true</visible>
+    <vertical_alignment>1</vertical_alignment>
+    <border_color>
+      <color name="Blue" red="0" green="128" blue="255" />
+    </border_color>
+    <widget_type>Label</widget_type>
+    <wrap_words>true</wrap_words>
+    <background_color>
+      <color name="White" red="255" green="255" blue="255" />
+    </background_color>
+    <width>180</width>
+    <x>510</x>
+    <name>Label Template_46</name>
+    <y>160</y>
+    <foreground_color>
+      <color name="Black" red="0" green="0" blue="0" />
+    </foreground_color>
+    <actions hook="false" hook_all="false" />
+    <show_scrollbar>false</show_scrollbar>
+    <font>
+      <fontdata fontName="Monospace" height="19" style="1" />
+    </font>
+  </widget>
 </display>
\ No newline at end of file
diff --git a/NON-APPROVED/lebt-010-pbi-emu/4-Inout_value.opi b/NON-APPROVED/lebt-pbi/emu/4-Inout_value.opi
old mode 100755
new mode 100644
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-emu/4-Inout_value.opi
rename to NON-APPROVED/lebt-pbi/emu/4-Inout_value.opi
diff --git a/NON-APPROVED/lebt-010-pbi-emu/5-Credits.opi b/NON-APPROVED/lebt-pbi/emu/5-Credits.opi
old mode 100755
new mode 100644
similarity index 97%
rename from NON-APPROVED/lebt-010-pbi-emu/5-Credits.opi
rename to NON-APPROVED/lebt-pbi/emu/5-Credits.opi
index faecbdd46a847b5b9f1c2f7384c1832d3d1e7937..8c6ce7c73fd8c0ffcf8c882f30c9f492a25f3e7a
--- a/NON-APPROVED/lebt-010-pbi-emu/5-Credits.opi
+++ b/NON-APPROVED/lebt-pbi/emu/5-Credits.opi
@@ -1,389 +1,389 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<display typeId="org.csstudio.opibuilder.Display" version="1.0.0">
-  <show_close_button>true</show_close_button>
-  <rules />
-  <wuid>-14a921ec:134b2495e46:-7f53</wuid>
-  <show_grid>false</show_grid>
-  <auto_zoom_to_fit_all>false</auto_zoom_to_fit_all>
-  <scripts />
-  <height>1280</height>
-  <macros>
-    <include_parent_macros>true</include_parent_macros>
-  </macros>
-  <boy_version>4.0.103.201506251634</boy_version>
-  <show_edit_range>true</show_edit_range>
-  <widget_type>Display</widget_type>
-  <auto_scale_widgets>
-    <auto_scale_widgets>false</auto_scale_widgets>
-    <min_width>-1</min_width>
-    <min_height>-1</min_height>
-  </auto_scale_widgets>
-  <background_color>
-    <color name="GUI Background Grey" red="220" green="220" blue="220" />
-  </background_color>
-  <width>1920</width>
-  <x>0</x>
-  <name></name>
-  <grid_space>10</grid_space>
-  <show_ruler>true</show_ruler>
-  <y>0</y>
-  <snap_to_geometry>true</snap_to_geometry>
-  <foreground_color>
-    <color name="Container Border Grey" red="150" green="150" blue="150" />
-  </foreground_color>
-  <actions hook="false" hook_all="false" />
-  <widget typeId="org.csstudio.opibuilder.widgets.Rectangle" version="1.0.0">
-    <border_style>0</border_style>
-    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-    <line_width>5</line_width>
-    <horizontal_fill>true</horizontal_fill>
-    <alarm_pulsing>false</alarm_pulsing>
-    <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-    <rules />
-    <enabled>true</enabled>
-    <wuid>-25ab7263:1550142aa54:-7d2a</wuid>
-    <transparent>false</transparent>
-    <pv_value />
-    <alpha>255</alpha>
-    <bg_gradient_color>
-      <color red="255" green="255" blue="255" />
-    </bg_gradient_color>
-    <scripts />
-    <border_alarm_sensitive>false</border_alarm_sensitive>
-    <height>1280</height>
-    <border_width>1</border_width>
-    <scale_options>
-      <width_scalable>true</width_scalable>
-      <height_scalable>true</height_scalable>
-      <keep_wh_ratio>false</keep_wh_ratio>
-    </scale_options>
-    <visible>true</visible>
-    <pv_name></pv_name>
-    <gradient>false</gradient>
-    <border_color>
-      <color name="Field Background Grey" red="240" green="240" blue="240" />
-    </border_color>
-    <anti_alias>true</anti_alias>
-    <line_style>0</line_style>
-    <widget_type>Rectangle</widget_type>
-    <fg_gradient_color>
-      <color name="White" red="255" green="255" blue="255" />
-    </fg_gradient_color>
-    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-    <background_color>
-      <color name="Field Background Grey" red="240" green="240" blue="240" />
-    </background_color>
-    <width>400</width>
-    <x>0</x>
-    <name>Rectangle</name>
-    <y>0</y>
-    <fill_level>0.0</fill_level>
-    <foreground_color>
-      <color red="255" green="0" blue="0" />
-    </foreground_color>
-    <actions hook="false" hook_all="false" />
-    <font>
-      <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-    </font>
-    <line_color>
-      <color name="Field Background Grey" red="240" green="240" blue="240" />
-    </line_color>
-  </widget>
-  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-    <border_style>0</border_style>
-    <tooltip></tooltip>
-    <horizontal_alignment>0</horizontal_alignment>
-    <rules />
-    <enabled>true</enabled>
-    <wuid>-25ab7263:1550142aa54:-7c70</wuid>
-    <transparent>true</transparent>
-    <auto_size>true</auto_size>
-    <text>Created by Fabian CEDOMIROVIC   
-
-
-supervised by Tom JOANNEM</text>
-    <scripts />
-    <height>200</height>
-    <border_width>2</border_width>
-    <scale_options>
-      <width_scalable>true</width_scalable>
-      <height_scalable>true</height_scalable>
-      <keep_wh_ratio>false</keep_wh_ratio>
-    </scale_options>
-    <visible>true</visible>
-    <vertical_alignment>1</vertical_alignment>
-    <border_color>
-      <color name="Blue" red="0" green="128" blue="255" />
-    </border_color>
-    <widget_type>Label</widget_type>
-    <wrap_words>true</wrap_words>
-    <background_color>
-      <color name="White" red="255" green="255" blue="255" />
-    </background_color>
-    <width>832</width>
-    <x>716</x>
-    <name>Label Template_11</name>
-    <y>488</y>
-    <foreground_color>
-      <color name="Black" red="0" green="0" blue="0" />
-    </foreground_color>
-    <actions hook="false" hook_all="false" />
-    <show_scrollbar>false</show_scrollbar>
-    <font>
-      <fontdata fontName="Monospace" height="32" style="1" />
-    </font>
-  </widget>
-  <widget typeId="org.csstudio.opibuilder.widgets.ActionButton" version="2.0.0">
-    <toggle_button>false</toggle_button>
-    <border_style>14</border_style>
-    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-    <alarm_pulsing>false</alarm_pulsing>
-    <tooltip>$(pv_name)</tooltip>
-    <push_action_index>0</push_action_index>
-    <rules>
-      <rule name="Rule_fault_mode_1,2and3" prop_id="background_color" out_exp="false">
-        <exp bool_exp="pv0 == 1">
-          <value>
-            <color name="Major" red="255" green="0" blue="0" />
-          </value>
-        </exp>
-        <exp bool_exp="pv1 == 1">
-          <value>
-            <color name="Major" red="255" green="0" blue="0" />
-          </value>
-        </exp>
-        <exp bool_exp="pv2 == 1">
-          <value>
-            <color name="Major" red="255" green="0" blue="0" />
-          </value>
-        </exp>
-        <pv trig="true">INFN-SRC:INTK-HMI:FM1</pv>
-        <pv trig="true">INFN-SRC:INTK-HMI:FM2</pv>
-        <pv trig="true">INFN-SRC:INTK-HMI:FM3</pv>
-      </rule>
-    </rules>
-    <enabled>true</enabled>
-    <wuid>36adcf08:158b9d2554f:-7dec</wuid>
-    <pv_value />
-    <text>Fault mode 1, 2 and 3</text>
-    <scripts />
-    <border_alarm_sensitive>false</border_alarm_sensitive>
-    <height>70</height>
-    <border_width>0</border_width>
-    <scale_options>
-      <width_scalable>true</width_scalable>
-      <height_scalable>true</height_scalable>
-      <keep_wh_ratio>false</keep_wh_ratio>
-    </scale_options>
-    <image></image>
-    <visible>true</visible>
-    <pv_name></pv_name>
-    <border_color>
-      <color red="255" green="255" blue="255" />
-    </border_color>
-    <widget_type>Action Button</widget_type>
-    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-    <background_color>
-      <color red="211" green="215" blue="207" />
-    </background_color>
-    <width>360</width>
-    <x>20</x>
-    <name>Action Button</name>
-    <y>93</y>
-    <style>0</style>
-    <foreground_color>
-      <color name="Black" red="0" green="0" blue="0" />
-    </foreground_color>
-    <actions hook="false" hook_all="false">
-      <action type="OPEN_DISPLAY">
-        <path>2-FM1,2,3.opi</path>
-        <macros>
-          <include_parent_macros>true</include_parent_macros>
-        </macros>
-        <replace>1</replace>
-        <description></description>
-      </action>
-    </actions>
-    <font>
-      <fontdata fontName="Monospace" height="19" style="1" />
-    </font>
-  </widget>
-  <widget typeId="org.csstudio.opibuilder.widgets.ActionButton" version="2.0.0">
-    <toggle_button>false</toggle_button>
-    <border_style>14</border_style>
-    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-    <alarm_pulsing>false</alarm_pulsing>
-    <tooltip>$(pv_name)</tooltip>
-    <push_action_index>0</push_action_index>
-    <rules>
-      <rule name="Rule_fault_mode4and5" prop_id="background_color" out_exp="false">
-        <exp bool_exp="pv0==1">
-          <value>
-            <color name="Major" red="255" green="0" blue="0" />
-          </value>
-        </exp>
-        <exp bool_exp="pv1==1">
-          <value>
-            <color name="Major" red="255" green="0" blue="0" />
-          </value>
-        </exp>
-        <pv trig="true">INFN-SRC:INTK-HMI:FM5</pv>
-        <pv trig="true">INFN-SRC:INTK-HMI:FM4</pv>
-      </rule>
-    </rules>
-    <enabled>true</enabled>
-    <wuid>36adcf08:158b9d2554f:-7deb</wuid>
-    <pv_value />
-    <text>Fault mode 4 and 5</text>
-    <scripts />
-    <border_alarm_sensitive>false</border_alarm_sensitive>
-    <height>70</height>
-    <border_width>0</border_width>
-    <scale_options>
-      <width_scalable>true</width_scalable>
-      <height_scalable>true</height_scalable>
-      <keep_wh_ratio>false</keep_wh_ratio>
-    </scale_options>
-    <image></image>
-    <visible>true</visible>
-    <pv_name></pv_name>
-    <border_color>
-      <color red="255" green="255" blue="255" />
-    </border_color>
-    <widget_type>Action Button</widget_type>
-    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-    <background_color>
-      <color red="211" green="215" blue="207" />
-    </background_color>
-    <width>360</width>
-    <x>20</x>
-    <name>Action Button_10</name>
-    <y>168</y>
-    <style>0</style>
-    <foreground_color>
-      <color name="Black" red="0" green="0" blue="0" />
-    </foreground_color>
-    <actions hook="false" hook_all="false">
-      <action type="OPEN_DISPLAY">
-        <path>3-FM4,5.opi</path>
-        <macros>
-          <include_parent_macros>true</include_parent_macros>
-        </macros>
-        <replace>1</replace>
-        <description></description>
-      </action>
-    </actions>
-    <font>
-      <fontdata fontName="Monospace" height="18" style="1" />
-    </font>
-  </widget>
-  <widget typeId="org.csstudio.opibuilder.widgets.ActionButton" version="2.0.0">
-    <toggle_button>false</toggle_button>
-    <border_style>14</border_style>
-    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-    <alarm_pulsing>false</alarm_pulsing>
-    <tooltip>$(pv_name)</tooltip>
-    <push_action_index>0</push_action_index>
-    <rules />
-    <enabled>true</enabled>
-    <wuid>36adcf08:158b9d2554f:-7dea</wuid>
-    <pv_value />
-    <text>Home</text>
-    <scripts />
-    <border_alarm_sensitive>false</border_alarm_sensitive>
-    <height>70</height>
-    <border_width>0</border_width>
-    <scale_options>
-      <width_scalable>true</width_scalable>
-      <height_scalable>true</height_scalable>
-      <keep_wh_ratio>false</keep_wh_ratio>
-    </scale_options>
-    <image></image>
-    <visible>true</visible>
-    <pv_name></pv_name>
-    <border_color>
-      <color red="255" green="255" blue="255" />
-    </border_color>
-    <widget_type>Action Button</widget_type>
-    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-    <background_color>
-      <color red="211" green="215" blue="207" />
-    </background_color>
-    <width>360</width>
-    <x>20</x>
-    <name>Action Button_6</name>
-    <y>18</y>
-    <style>0</style>
-    <foreground_color>
-      <color name="Black" red="0" green="0" blue="0" />
-    </foreground_color>
-    <actions hook="false" hook_all="false">
-      <action type="OPEN_DISPLAY">
-        <path>1-Home.opi</path>
-        <macros>
-          <include_parent_macros>true</include_parent_macros>
-        </macros>
-        <replace>1</replace>
-        <description></description>
-      </action>
-    </actions>
-    <font>
-      <fontdata fontName="Monospace" height="18" style="1" />
-    </font>
-  </widget>
-  <widget typeId="org.csstudio.opibuilder.widgets.ActionButton" version="2.0.0">
-    <toggle_button>false</toggle_button>
-    <border_style>14</border_style>
-    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-    <alarm_pulsing>false</alarm_pulsing>
-    <tooltip>$(pv_name)</tooltip>
-    <push_action_index>0</push_action_index>
-    <rules />
-    <enabled>true</enabled>
-    <wuid>36adcf08:158b9d2554f:-7de9</wuid>
-    <pv_value />
-    <text>Inputs/outputs value</text>
-    <scripts />
-    <border_alarm_sensitive>false</border_alarm_sensitive>
-    <height>70</height>
-    <border_width>0</border_width>
-    <scale_options>
-      <width_scalable>true</width_scalable>
-      <height_scalable>true</height_scalable>
-      <keep_wh_ratio>false</keep_wh_ratio>
-    </scale_options>
-    <image></image>
-    <visible>true</visible>
-    <pv_name></pv_name>
-    <border_color>
-      <color red="255" green="255" blue="255" />
-    </border_color>
-    <widget_type>Action Button</widget_type>
-    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-    <background_color>
-      <color red="211" green="215" blue="207" />
-    </background_color>
-    <width>360</width>
-    <x>20</x>
-    <name>Action Button_13</name>
-    <y>243</y>
-    <style>0</style>
-    <foreground_color>
-      <color name="Black" red="0" green="0" blue="0" />
-    </foreground_color>
-    <actions hook="false" hook_all="false">
-      <action type="OPEN_DISPLAY">
-        <path>4-Inout_value.opi</path>
-        <macros>
-          <include_parent_macros>true</include_parent_macros>
-        </macros>
-        <replace>1</replace>
-        <description></description>
-      </action>
-    </actions>
-    <font>
-      <fontdata fontName="Monospace" height="18" style="1" />
-    </font>
-  </widget>
+<display typeId="org.csstudio.opibuilder.Display" version="1.0.0">
+  <show_close_button>true</show_close_button>
+  <rules />
+  <wuid>-14a921ec:134b2495e46:-7f53</wuid>
+  <show_grid>false</show_grid>
+  <auto_zoom_to_fit_all>false</auto_zoom_to_fit_all>
+  <scripts />
+  <height>1280</height>
+  <macros>
+    <include_parent_macros>true</include_parent_macros>
+  </macros>
+  <boy_version>4.0.103.201506251634</boy_version>
+  <show_edit_range>true</show_edit_range>
+  <widget_type>Display</widget_type>
+  <auto_scale_widgets>
+    <auto_scale_widgets>false</auto_scale_widgets>
+    <min_width>-1</min_width>
+    <min_height>-1</min_height>
+  </auto_scale_widgets>
+  <background_color>
+    <color name="GUI Background Grey" red="220" green="220" blue="220" />
+  </background_color>
+  <width>1920</width>
+  <x>0</x>
+  <name></name>
+  <grid_space>10</grid_space>
+  <show_ruler>true</show_ruler>
+  <y>0</y>
+  <snap_to_geometry>true</snap_to_geometry>
+  <foreground_color>
+    <color name="Container Border Grey" red="150" green="150" blue="150" />
+  </foreground_color>
+  <actions hook="false" hook_all="false" />
+  <widget typeId="org.csstudio.opibuilder.widgets.Rectangle" version="1.0.0">
+    <border_style>0</border_style>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <line_width>5</line_width>
+    <horizontal_fill>true</horizontal_fill>
+    <alarm_pulsing>false</alarm_pulsing>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <rules />
+    <enabled>true</enabled>
+    <wuid>-25ab7263:1550142aa54:-7d2a</wuid>
+    <transparent>false</transparent>
+    <pv_value />
+    <alpha>255</alpha>
+    <bg_gradient_color>
+      <color red="255" green="255" blue="255" />
+    </bg_gradient_color>
+    <scripts />
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <height>1280</height>
+    <border_width>1</border_width>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <visible>true</visible>
+    <pv_name></pv_name>
+    <gradient>false</gradient>
+    <border_color>
+      <color name="Field Background Grey" red="240" green="240" blue="240" />
+    </border_color>
+    <anti_alias>true</anti_alias>
+    <line_style>0</line_style>
+    <widget_type>Rectangle</widget_type>
+    <fg_gradient_color>
+      <color name="White" red="255" green="255" blue="255" />
+    </fg_gradient_color>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color name="Field Background Grey" red="240" green="240" blue="240" />
+    </background_color>
+    <width>400</width>
+    <x>0</x>
+    <name>Rectangle</name>
+    <y>0</y>
+    <fill_level>0.0</fill_level>
+    <foreground_color>
+      <color red="255" green="0" blue="0" />
+    </foreground_color>
+    <actions hook="false" hook_all="false" />
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+    </font>
+    <line_color>
+      <color name="Field Background Grey" red="240" green="240" blue="240" />
+    </line_color>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <border_style>0</border_style>
+    <tooltip></tooltip>
+    <horizontal_alignment>0</horizontal_alignment>
+    <rules />
+    <enabled>true</enabled>
+    <wuid>-25ab7263:1550142aa54:-7c70</wuid>
+    <transparent>true</transparent>
+    <auto_size>true</auto_size>
+    <text>Created by Fabian CEDOMIROVIC   
+
+
+supervised by Tom JOANNEM</text>
+    <scripts />
+    <height>200</height>
+    <border_width>2</border_width>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <visible>true</visible>
+    <vertical_alignment>1</vertical_alignment>
+    <border_color>
+      <color name="Blue" red="0" green="128" blue="255" />
+    </border_color>
+    <widget_type>Label</widget_type>
+    <wrap_words>true</wrap_words>
+    <background_color>
+      <color name="White" red="255" green="255" blue="255" />
+    </background_color>
+    <width>832</width>
+    <x>716</x>
+    <name>Label Template_11</name>
+    <y>488</y>
+    <foreground_color>
+      <color name="Black" red="0" green="0" blue="0" />
+    </foreground_color>
+    <actions hook="false" hook_all="false" />
+    <show_scrollbar>false</show_scrollbar>
+    <font>
+      <fontdata fontName="Monospace" height="32" style="1" />
+    </font>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.ActionButton" version="2.0.0">
+    <toggle_button>false</toggle_button>
+    <border_style>14</border_style>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <alarm_pulsing>false</alarm_pulsing>
+    <tooltip>$(pv_name)</tooltip>
+    <push_action_index>0</push_action_index>
+    <rules>
+      <rule name="Rule_fault_mode_1,2and3" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0 == 1">
+          <value>
+            <color name="Major" red="255" green="0" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="pv1 == 1">
+          <value>
+            <color name="Major" red="255" green="0" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="pv2 == 1">
+          <value>
+            <color name="Major" red="255" green="0" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">INFN-SRC:INTK-HMI:FM1</pv>
+        <pv trig="true">INFN-SRC:INTK-HMI:FM2</pv>
+        <pv trig="true">INFN-SRC:INTK-HMI:FM3</pv>
+      </rule>
+    </rules>
+    <enabled>true</enabled>
+    <wuid>36adcf08:158b9d2554f:-7dec</wuid>
+    <pv_value />
+    <text>Fault mode 1, 2 and 3</text>
+    <scripts />
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <height>70</height>
+    <border_width>0</border_width>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <image></image>
+    <visible>true</visible>
+    <pv_name></pv_name>
+    <border_color>
+      <color red="255" green="255" blue="255" />
+    </border_color>
+    <widget_type>Action Button</widget_type>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="211" green="215" blue="207" />
+    </background_color>
+    <width>360</width>
+    <x>20</x>
+    <name>Action Button</name>
+    <y>93</y>
+    <style>0</style>
+    <foreground_color>
+      <color name="Black" red="0" green="0" blue="0" />
+    </foreground_color>
+    <actions hook="false" hook_all="false">
+      <action type="OPEN_DISPLAY">
+        <path>2-FM1,2,3.opi</path>
+        <macros>
+          <include_parent_macros>true</include_parent_macros>
+        </macros>
+        <replace>1</replace>
+        <description></description>
+      </action>
+    </actions>
+    <font>
+      <fontdata fontName="Monospace" height="19" style="1" />
+    </font>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.ActionButton" version="2.0.0">
+    <toggle_button>false</toggle_button>
+    <border_style>14</border_style>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <alarm_pulsing>false</alarm_pulsing>
+    <tooltip>$(pv_name)</tooltip>
+    <push_action_index>0</push_action_index>
+    <rules>
+      <rule name="Rule_fault_mode4and5" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0==1">
+          <value>
+            <color name="Major" red="255" green="0" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="pv1==1">
+          <value>
+            <color name="Major" red="255" green="0" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">INFN-SRC:INTK-HMI:FM5</pv>
+        <pv trig="true">INFN-SRC:INTK-HMI:FM4</pv>
+      </rule>
+    </rules>
+    <enabled>true</enabled>
+    <wuid>36adcf08:158b9d2554f:-7deb</wuid>
+    <pv_value />
+    <text>Fault mode 4 and 5</text>
+    <scripts />
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <height>70</height>
+    <border_width>0</border_width>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <image></image>
+    <visible>true</visible>
+    <pv_name></pv_name>
+    <border_color>
+      <color red="255" green="255" blue="255" />
+    </border_color>
+    <widget_type>Action Button</widget_type>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="211" green="215" blue="207" />
+    </background_color>
+    <width>360</width>
+    <x>20</x>
+    <name>Action Button_10</name>
+    <y>168</y>
+    <style>0</style>
+    <foreground_color>
+      <color name="Black" red="0" green="0" blue="0" />
+    </foreground_color>
+    <actions hook="false" hook_all="false">
+      <action type="OPEN_DISPLAY">
+        <path>3-FM4,5.opi</path>
+        <macros>
+          <include_parent_macros>true</include_parent_macros>
+        </macros>
+        <replace>1</replace>
+        <description></description>
+      </action>
+    </actions>
+    <font>
+      <fontdata fontName="Monospace" height="18" style="1" />
+    </font>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.ActionButton" version="2.0.0">
+    <toggle_button>false</toggle_button>
+    <border_style>14</border_style>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <alarm_pulsing>false</alarm_pulsing>
+    <tooltip>$(pv_name)</tooltip>
+    <push_action_index>0</push_action_index>
+    <rules />
+    <enabled>true</enabled>
+    <wuid>36adcf08:158b9d2554f:-7dea</wuid>
+    <pv_value />
+    <text>Home</text>
+    <scripts />
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <height>70</height>
+    <border_width>0</border_width>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <image></image>
+    <visible>true</visible>
+    <pv_name></pv_name>
+    <border_color>
+      <color red="255" green="255" blue="255" />
+    </border_color>
+    <widget_type>Action Button</widget_type>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="211" green="215" blue="207" />
+    </background_color>
+    <width>360</width>
+    <x>20</x>
+    <name>Action Button_6</name>
+    <y>18</y>
+    <style>0</style>
+    <foreground_color>
+      <color name="Black" red="0" green="0" blue="0" />
+    </foreground_color>
+    <actions hook="false" hook_all="false">
+      <action type="OPEN_DISPLAY">
+        <path>1-Home.opi</path>
+        <macros>
+          <include_parent_macros>true</include_parent_macros>
+        </macros>
+        <replace>1</replace>
+        <description></description>
+      </action>
+    </actions>
+    <font>
+      <fontdata fontName="Monospace" height="18" style="1" />
+    </font>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.ActionButton" version="2.0.0">
+    <toggle_button>false</toggle_button>
+    <border_style>14</border_style>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <alarm_pulsing>false</alarm_pulsing>
+    <tooltip>$(pv_name)</tooltip>
+    <push_action_index>0</push_action_index>
+    <rules />
+    <enabled>true</enabled>
+    <wuid>36adcf08:158b9d2554f:-7de9</wuid>
+    <pv_value />
+    <text>Inputs/outputs value</text>
+    <scripts />
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <height>70</height>
+    <border_width>0</border_width>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <image></image>
+    <visible>true</visible>
+    <pv_name></pv_name>
+    <border_color>
+      <color red="255" green="255" blue="255" />
+    </border_color>
+    <widget_type>Action Button</widget_type>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="211" green="215" blue="207" />
+    </background_color>
+    <width>360</width>
+    <x>20</x>
+    <name>Action Button_13</name>
+    <y>243</y>
+    <style>0</style>
+    <foreground_color>
+      <color name="Black" red="0" green="0" blue="0" />
+    </foreground_color>
+    <actions hook="false" hook_all="false">
+      <action type="OPEN_DISPLAY">
+        <path>4-Inout_value.opi</path>
+        <macros>
+          <include_parent_macros>true</include_parent_macros>
+        </macros>
+        <replace>1</replace>
+        <description></description>
+      </action>
+    </actions>
+    <font>
+      <fontdata fontName="Monospace" height="18" style="1" />
+    </font>
+  </widget>
 </display>
\ No newline at end of file
diff --git a/NON-APPROVED/lebt-010-pbi-emu/EMU.opi b/NON-APPROVED/lebt-pbi/emu/EMU.opi
old mode 100755
new mode 100644
similarity index 97%
rename from NON-APPROVED/lebt-010-pbi-emu/EMU.opi
rename to NON-APPROVED/lebt-pbi/emu/EMU.opi
index ac66cba66f4bf9218e22f6ce3e9b1eb89563d8e0..f152598ec8ed4ddda266d3ecf4d293ba8f31b189
--- a/NON-APPROVED/lebt-010-pbi-emu/EMU.opi
+++ b/NON-APPROVED/lebt-pbi/emu/EMU.opi
@@ -1,10254 +1,10254 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<display typeId="org.csstudio.opibuilder.Display" version="1.0.0">
-  <show_close_button>true</show_close_button>
-  <rules />
-  <wuid>175d5c50:15ce367d227:-6877</wuid>
-  <show_grid>true</show_grid>
-  <auto_zoom_to_fit_all>true</auto_zoom_to_fit_all>
-  <scripts />
-  <height>1300</height>
-  <macros>
-    <include_parent_macros>true</include_parent_macros>
-  </macros>
-  <boy_version>4.0.103.201506251634</boy_version>
-  <show_edit_range>true</show_edit_range>
-  <widget_type>Display</widget_type>
-  <auto_scale_widgets>
-    <auto_scale_widgets>true</auto_scale_widgets>
-    <min_width>-1</min_width>
-    <min_height>-1</min_height>
-  </auto_scale_widgets>
-  <background_color>
-    <color red="240" green="240" blue="240" />
-  </background_color>
-  <width>2491</width>
-  <x>-1</x>
-  <name></name>
-  <grid_space>6</grid_space>
-  <show_ruler>true</show_ruler>
-  <y>-1</y>
-  <snap_to_geometry>true</snap_to_geometry>
-  <foreground_color>
-    <color red="192" green="192" blue="192" />
-  </foreground_color>
-  <actions hook="false" hook_all="false" />
-  <widget typeId="org.csstudio.opibuilder.widgets.tab" version="1.0.0">
-    <active_tab>0</active_tab>
-    <tooltip></tooltip>
-    <height>1200</height>
-    <tab_2_icon_path></tab_2_icon_path>
-    <border_width>1</border_width>
-    <border_color>
-      <color red="0" green="128" blue="255" />
-    </border_color>
-    <tab_0_foreground_color>
-      <color red="0" green="0" blue="0" />
-    </tab_0_foreground_color>
-    <actions hook="false" hook_all="false" />
-    <tab_1_enabled>true</tab_1_enabled>
-    <border_style>0</border_style>
-    <enabled>true</enabled>
-    <wuid>175d5c50:15ce367d227:-635d</wuid>
-    <tab_1_background_color>
-      <color red="255" green="255" blue="255" />
-    </tab_1_background_color>
-    <tab_1_icon_path></tab_1_icon_path>
-    <tab_2_foreground_color>
-      <color red="0" green="0" blue="0" />
-    </tab_2_foreground_color>
-    <tab_1_font>
-      <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-    </tab_1_font>
-    <tab_2_enabled>true</tab_2_enabled>
-    <background_color>
-      <color red="240" green="240" blue="240" />
-    </background_color>
-    <width>2491</width>
-    <x>-18</x>
-    <horizontal_tabs>true</horizontal_tabs>
-    <y>6</y>
-    <rules />
-    <macros>
-      <include_parent_macros>true</include_parent_macros>
-    </macros>
-    <visible>true</visible>
-    <tab_0_background_color>
-      <color red="255" green="255" blue="255" />
-    </tab_0_background_color>
-    <widget_type>Tabbed Container</widget_type>
-    <tab_2_font>
-      <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-    </tab_2_font>
-    <name></name>
-    <minimum_tab_height>10</minimum_tab_height>
-    <tab_2_title>PLC</tab_2_title>
-    <tab_0_font>
-      <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-    </tab_0_font>
-    <tab_2_background_color>
-      <color red="255" green="255" blue="255" />
-    </tab_2_background_color>
-    <tab_0_title>SCANNING</tab_0_title>
-    <tab_1_foreground_color>
-      <color red="0" green="0" blue="0" />
-    </tab_1_foreground_color>
-    <tab_1_title>DTACQ</tab_1_title>
-    <scripts />
-    <tab_count>3</tab_count>
-    <scale_options>
-      <width_scalable>true</width_scalable>
-      <height_scalable>true</height_scalable>
-      <keep_wh_ratio>false</keep_wh_ratio>
-    </scale_options>
-    <tab_0_icon_path></tab_0_icon_path>
-    <tab_0_enabled>true</tab_0_enabled>
-    <foreground_color>
-      <color red="192" green="192" blue="192" />
-    </foreground_color>
-    <widget typeId="org.csstudio.opibuilder.widgets.groupingContainer" version="1.0.0">
-      <border_style>0</border_style>
-      <tooltip></tooltip>
-      <rules />
-      <enabled>true</enabled>
-      <wuid>175d5c50:15ce367d227:-635c</wuid>
-      <transparent>true</transparent>
-      <lock_children>false</lock_children>
-      <scripts />
-      <height>1164</height>
-      <border_width>1</border_width>
-      <scale_options>
-        <width_scalable>true</width_scalable>
-        <height_scalable>true</height_scalable>
-        <keep_wh_ratio>false</keep_wh_ratio>
-      </scale_options>
-      <macros>
-        <include_parent_macros>true</include_parent_macros>
-      </macros>
-      <visible>true</visible>
-      <border_color>
-        <color red="0" green="128" blue="255" />
-      </border_color>
-      <widget_type>Grouping Container</widget_type>
-      <background_color>
-        <color red="240" green="240" blue="240" />
-      </background_color>
-      <width>2489</width>
-      <x>1</x>
-      <name>SCANNING</name>
-      <y>1</y>
-      <foreground_color>
-        <color red="192" green="192" blue="192" />
-      </foreground_color>
-      <actions hook="false" hook_all="false" />
-      <fc>false</fc>
-      <show_scrollbar>true</show_scrollbar>
-      <font>
-        <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-      </font>
-      <widget typeId="org.csstudio.opibuilder.widgets.RoundedRectangle" version="1.0.0">
-        <border_style>0</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <line_width>0</line_width>
-        <horizontal_fill>true</horizontal_fill>
-        <alarm_pulsing>false</alarm_pulsing>
-        <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>175d5c50:15ce367d227:-635b</wuid>
-        <transparent>false</transparent>
-        <pv_value />
-        <alpha>255</alpha>
-        <corner_height>16</corner_height>
-        <bg_gradient_color>
-          <color red="255" green="255" blue="255" />
-        </bg_gradient_color>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <height>1099</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>true</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <pv_name></pv_name>
-        <gradient>false</gradient>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <anti_alias>true</anti_alias>
-        <corner_width>16</corner_width>
-        <line_style>0</line_style>
-        <widget_type>Rounded Rectangle</widget_type>
-        <fg_gradient_color>
-          <color red="255" green="255" blue="255" />
-        </fg_gradient_color>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <background_color>
-          <color name="Container Grey" red="200" green="200" blue="200" />
-        </background_color>
-        <width>349</width>
-        <x>29</x>
-        <name>Rounded Rectangle_5</name>
-        <y>12</y>
-        <fill_level>0.0</fill_level>
-        <foreground_color>
-          <color red="255" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-        </font>
-        <line_color>
-          <color red="128" green="0" blue="255" />
-        </line_color>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.tab" version="1.0.0">
-        <active_tab>0</active_tab>
-        <tooltip></tooltip>
-        <tab_3_icon_path></tab_3_icon_path>
-        <height>295</height>
-        <tab_2_icon_path></tab_2_icon_path>
-        <border_width>1</border_width>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <tab_0_foreground_color>
-          <color red="0" green="0" blue="0" />
-        </tab_0_foreground_color>
-        <actions hook="false" hook_all="false" />
-        <tab_1_enabled>true</tab_1_enabled>
-        <border_style>0</border_style>
-        <enabled>true</enabled>
-        <wuid>175d5c50:15ce367d227:-635a</wuid>
-        <tab_1_background_color>
-          <color name="Field Background Grey" red="240" green="240" blue="240" />
-        </tab_1_background_color>
-        <tab_1_icon_path></tab_1_icon_path>
-        <tab_2_foreground_color>
-          <color red="0" green="0" blue="0" />
-        </tab_2_foreground_color>
-        <tab_1_font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </tab_1_font>
-        <tab_3_title>BPS</tab_3_title>
-        <tab_2_enabled>true</tab_2_enabled>
-        <background_color>
-          <color name="Container Grey" red="200" green="200" blue="200" />
-        </background_color>
-        <width>326</width>
-        <x>42</x>
-        <horizontal_tabs>true</horizontal_tabs>
-        <y>78</y>
-        <rules />
-        <tab_3_font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </tab_3_font>
-        <macros>
-          <include_parent_macros>true</include_parent_macros>
-        </macros>
-        <visible>true</visible>
-        <tab_0_background_color>
-          <color name="Field Background Grey" red="240" green="240" blue="240" />
-        </tab_0_background_color>
-        <tab_3_foreground_color>
-          <color red="0" green="0" blue="0" />
-        </tab_3_foreground_color>
-        <widget_type>Tabbed Container</widget_type>
-        <tab_2_font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </tab_2_font>
-        <tab_3_background_color>
-          <color name="Field Background Grey" red="240" green="240" blue="240" />
-        </tab_3_background_color>
-        <tab_3_enabled>true</tab_3_enabled>
-        <name>Tabbed Container_1</name>
-        <minimum_tab_height>10</minimum_tab_height>
-        <tab_2_title>Motor</tab_2_title>
-        <tab_0_font>
-          <opifont.name fontName="OpenSans" height="10" style="1">Small Bold</opifont.name>
-        </tab_0_font>
-        <tab_2_background_color>
-          <color name="Field Background Grey" red="240" green="240" blue="240" />
-        </tab_2_background_color>
-        <tab_0_title>DACQ</tab_0_title>
-        <tab_1_foreground_color>
-          <color red="0" green="0" blue="0" />
-        </tab_1_foreground_color>
-        <tab_1_title>Dimension</tab_1_title>
-        <scripts />
-        <tab_count>4</tab_count>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <tab_0_icon_path></tab_0_icon_path>
-        <tab_0_enabled>true</tab_0_enabled>
-        <foreground_color>
-          <color name="Container Grey" red="200" green="200" blue="200" />
-        </foreground_color>
-        <widget typeId="org.csstudio.opibuilder.widgets.groupingContainer" version="1.0.0">
-          <border_style>0</border_style>
-          <tooltip></tooltip>
-          <rules />
-          <enabled>true</enabled>
-          <wuid>175d5c50:15ce367d227:-6359</wuid>
-          <transparent>true</transparent>
-          <lock_children>false</lock_children>
-          <scripts />
-          <height>259</height>
-          <border_width>1</border_width>
-          <scale_options>
-            <width_scalable>true</width_scalable>
-            <height_scalable>true</height_scalable>
-            <keep_wh_ratio>false</keep_wh_ratio>
-          </scale_options>
-          <macros>
-            <include_parent_macros>true</include_parent_macros>
-          </macros>
-          <visible>false</visible>
-          <border_color>
-            <color red="0" green="128" blue="255" />
-          </border_color>
-          <widget_type>Grouping Container</widget_type>
-          <background_color>
-            <color red="240" green="240" blue="240" />
-          </background_color>
-          <width>324</width>
-          <x>1</x>
-          <name>DACQ</name>
-          <y>1</y>
-          <foreground_color>
-            <color red="192" green="192" blue="192" />
-          </foreground_color>
-          <actions hook="false" hook_all="false" />
-          <fc>false</fc>
-          <show_scrollbar>true</show_scrollbar>
-          <font>
-            <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-          </font>
-          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-            <border_style>0</border_style>
-            <tooltip></tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
-            <rules />
-            <enabled>false</enabled>
-            <wuid>175d5c50:15ce367d227:-6358</wuid>
-            <transparent>true</transparent>
-            <auto_size>false</auto_size>
-            <text>T1</text>
-            <scripts />
-            <height>20</height>
-            <border_width>2</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <visible>true</visible>
-            <vertical_alignment>1</vertical_alignment>
-            <border_color>
-              <color name="IO Border" red="215" green="215" blue="215" />
-            </border_color>
-            <widget_type>Label</widget_type>
-            <wrap_words>false</wrap_words>
-            <background_color>
-              <color name="IO Background" red="255" green="255" blue="205" />
-            </background_color>
-            <width>151</width>
-            <x>49</x>
-            <name>Label Orientation_1</name>
-            <y>54</y>
-            <foreground_color>
-              <color name="IO Foreground" red="0" green="0" blue="0" />
-            </foreground_color>
-            <actions hook="false" hook_all="false" />
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
-            <alarm_pulsing>false</alarm_pulsing>
-            <precision>0</precision>
-            <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
-            <rules>
-              <rule name="Disable" prop_id="enabled" out_exp="false">
-                <exp bool_exp="pv0==0">
-                  <value>true</value>
-                </exp>
-                <exp bool_exp="pv0==1">
-                  <value>false</value>
-                </exp>
-                <pv trig="true">${PREFIX}${TYPE}:MTR.BUSY</pv>
-              </rule>
-            </rules>
-            <pv_value />
-            <auto_size>false</auto_size>
-            <text></text>
-            <rotation_angle>0.0</rotation_angle>
-            <show_units>true</show_units>
-            <height>31</height>
-            <multiline_input>false</multiline_input>
-            <border_width>1</border_width>
-            <visible>true</visible>
-            <pv_name>$(PREFIX)$(TYPE):LCURSOR_ms</pv_name>
-            <selector_type>0</selector_type>
-            <border_color>
-              <color red="0" green="128" blue="255" />
-            </border_color>
-            <precision_from_pv>true</precision_from_pv>
-            <widget_type>Text Input</widget_type>
-            <confirm_message></confirm_message>
-            <name>Text Input</name>
-            <style>0</style>
-            <actions hook="false" hook_all="false" />
-            <border_style>3</border_style>
-            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-            <enabled>false</enabled>
-            <wuid>175d5c50:15ce367d227:-6357</wuid>
-            <transparent>false</transparent>
-            <scripts />
-            <border_alarm_sensitive>false</border_alarm_sensitive>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-            <format_type>0</format_type>
-            <limits_from_pv>false</limits_from_pv>
-            <background_color>
-              <color name="TextBackground" red="70" green="70" blue="70" />
-            </background_color>
-            <width>100</width>
-            <x>168</x>
-            <y>48</y>
-            <maximum>1.7976931348623157E308</maximum>
-            <foreground_color>
-              <color name="KeyboardEntry" red="0" green="255" blue="255" />
-            </foreground_color>
-            <minimum>-1.7976931348623157E308</minimum>
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-            <border_style>0</border_style>
-            <tooltip></tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
-            <rules />
-            <enabled>false</enabled>
-            <wuid>175d5c50:15ce367d227:-6356</wuid>
-            <transparent>true</transparent>
-            <auto_size>false</auto_size>
-            <text>T2</text>
-            <scripts />
-            <height>20</height>
-            <border_width>2</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <visible>true</visible>
-            <vertical_alignment>1</vertical_alignment>
-            <border_color>
-              <color name="IO Border" red="215" green="215" blue="215" />
-            </border_color>
-            <widget_type>Label</widget_type>
-            <wrap_words>false</wrap_words>
-            <background_color>
-              <color name="IO Background" red="255" green="255" blue="205" />
-            </background_color>
-            <width>174</width>
-            <x>38</x>
-            <name>Label Orientation_2</name>
-            <y>96</y>
-            <foreground_color>
-              <color name="IO Foreground" red="0" green="0" blue="0" />
-            </foreground_color>
-            <actions hook="false" hook_all="false" />
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-            <border_style>0</border_style>
-            <tooltip></tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
-            <rules />
-            <enabled>true</enabled>
-            <wuid>175d5c50:15ce367d227:-6355</wuid>
-            <transparent>true</transparent>
-            <auto_size>false</auto_size>
-            <text>Measure interval</text>
-            <scripts />
-            <height>20</height>
-            <border_width>1</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <visible>true</visible>
-            <vertical_alignment>1</vertical_alignment>
-            <border_color>
-              <color red="0" green="128" blue="255" />
-            </border_color>
-            <widget_type>Label</widget_type>
-            <wrap_words>false</wrap_words>
-            <background_color>
-              <color red="255" green="255" blue="255" />
-            </background_color>
-            <width>151</width>
-            <x>142</x>
-            <name>Label</name>
-            <y>18</y>
-            <foreground_color>
-              <color red="0" green="0" blue="0" />
-            </foreground_color>
-            <actions hook="false" hook_all="false" />
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-            <border_style>0</border_style>
-            <tooltip></tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
-            <rules />
-            <enabled>true</enabled>
-            <wuid>175d5c50:15ce367d227:-6354</wuid>
-            <transparent>true</transparent>
-            <auto_size>false</auto_size>
-            <text>Frequency sample </text>
-            <scripts />
-            <height>20</height>
-            <border_width>1</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <visible>true</visible>
-            <vertical_alignment>1</vertical_alignment>
-            <border_color>
-              <color red="0" green="128" blue="255" />
-            </border_color>
-            <widget_type>Label</widget_type>
-            <wrap_words>false</wrap_words>
-            <background_color>
-              <color red="255" green="255" blue="255" />
-            </background_color>
-            <width>151</width>
-            <x>6</x>
-            <name>Label_164</name>
-            <y>138</y>
-            <foreground_color>
-              <color red="0" green="0" blue="0" />
-            </foreground_color>
-            <actions hook="false" hook_all="false" />
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
-            <border_style>0</border_style>
-            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-            <alarm_pulsing>false</alarm_pulsing>
-            <precision>0</precision>
-            <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
-            <rules />
-            <enabled>true</enabled>
-            <wuid>175d5c50:15ce367d227:-6353</wuid>
-            <transparent>false</transparent>
-            <pv_value />
-            <auto_size>false</auto_size>
-            <text>######</text>
-            <rotation_angle>0.0</rotation_angle>
-            <scripts />
-            <border_alarm_sensitive>true</border_alarm_sensitive>
-            <show_units>true</show_units>
-            <height>31</height>
-            <border_width>1</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <visible>true</visible>
-            <pv_name>$(PREFIX):CARD0:SAMPLINGRATE-RB</pv_name>
-            <vertical_alignment>1</vertical_alignment>
-            <border_color>
-              <color red="0" green="128" blue="255" />
-            </border_color>
-            <precision_from_pv>true</precision_from_pv>
-            <widget_type>Text Update</widget_type>
-            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-            <wrap_words>false</wrap_words>
-            <format_type>0</format_type>
-            <background_color>
-              <color red="70" green="70" blue="70" />
-            </background_color>
-            <width>100</width>
-            <x>168</x>
-            <name>Text Update</name>
-            <y>132</y>
-            <foreground_color>
-              <color name="Green On" red="0" green="255" blue="0" />
-            </foreground_color>
-            <actions hook="false" hook_all="false" />
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
-            <alarm_pulsing>false</alarm_pulsing>
-            <precision>0</precision>
-            <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
-            <rules>
-              <rule name="Disable" prop_id="enabled" out_exp="false">
-                <exp bool_exp="pv0==0">
-                  <value>true</value>
-                </exp>
-                <exp bool_exp="pv0==1">
-                  <value>false</value>
-                </exp>
-                <pv trig="true">${PREFIX}${TYPE}:MTR.BUSY</pv>
-              </rule>
-            </rules>
-            <pv_value />
-            <auto_size>false</auto_size>
-            <text></text>
-            <rotation_angle>0.0</rotation_angle>
-            <show_units>true</show_units>
-            <height>31</height>
-            <multiline_input>false</multiline_input>
-            <border_width>1</border_width>
-            <visible>true</visible>
-            <pv_name>$(PREFIX)$(TYPE):RCURSOR_ms</pv_name>
-            <selector_type>0</selector_type>
-            <border_color>
-              <color red="0" green="128" blue="255" />
-            </border_color>
-            <precision_from_pv>true</precision_from_pv>
-            <widget_type>Text Input</widget_type>
-            <confirm_message></confirm_message>
-            <name>Text Input</name>
-            <style>0</style>
-            <actions hook="false" hook_all="false" />
-            <border_style>3</border_style>
-            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-            <enabled>false</enabled>
-            <wuid>175d5c50:15ce367d227:-6352</wuid>
-            <transparent>false</transparent>
-            <scripts />
-            <border_alarm_sensitive>false</border_alarm_sensitive>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-            <format_type>0</format_type>
-            <limits_from_pv>false</limits_from_pv>
-            <background_color>
-              <color name="TextBackground" red="70" green="70" blue="70" />
-            </background_color>
-            <width>100</width>
-            <x>168</x>
-            <y>90</y>
-            <maximum>1.7976931348623157E308</maximum>
-            <foreground_color>
-              <color name="KeyboardEntry" red="0" green="255" blue="255" />
-            </foreground_color>
-            <minimum>-1.7976931348623157E308</minimum>
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-            </font>
-          </widget>
-        </widget>
-        <widget typeId="org.csstudio.opibuilder.widgets.groupingContainer" version="1.0.0">
-          <border_style>0</border_style>
-          <tooltip></tooltip>
-          <rules />
-          <enabled>true</enabled>
-          <wuid>175d5c50:15ce367d227:-6351</wuid>
-          <transparent>true</transparent>
-          <lock_children>false</lock_children>
-          <scripts />
-          <height>259</height>
-          <border_width>1</border_width>
-          <scale_options>
-            <width_scalable>true</width_scalable>
-            <height_scalable>true</height_scalable>
-            <keep_wh_ratio>false</keep_wh_ratio>
-          </scale_options>
-          <macros>
-            <include_parent_macros>true</include_parent_macros>
-          </macros>
-          <visible>false</visible>
-          <border_color>
-            <color red="0" green="128" blue="255" />
-          </border_color>
-          <widget_type>Grouping Container</widget_type>
-          <background_color>
-            <color red="240" green="240" blue="240" />
-          </background_color>
-          <width>324</width>
-          <x>1</x>
-          <name>Dimension</name>
-          <y>1</y>
-          <foreground_color>
-            <color red="192" green="192" blue="192" />
-          </foreground_color>
-          <actions hook="false" hook_all="false" />
-          <fc>false</fc>
-          <show_scrollbar>true</show_scrollbar>
-          <font>
-            <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-          </font>
-          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-            <border_style>0</border_style>
-            <tooltip></tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
-            <rules />
-            <enabled>false</enabled>
-            <wuid>175d5c50:15ce367d227:-6350</wuid>
-            <transparent>true</transparent>
-            <auto_size>false</auto_size>
-            <text>Energy (eV)</text>
-            <scripts />
-            <height>20</height>
-            <border_width>2</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <visible>true</visible>
-            <vertical_alignment>1</vertical_alignment>
-            <border_color>
-              <color name="IO Border" red="215" green="215" blue="215" />
-            </border_color>
-            <widget_type>Label</widget_type>
-            <wrap_words>false</wrap_words>
-            <background_color>
-              <color name="IO Background" red="255" green="255" blue="205" />
-            </background_color>
-            <width>151</width>
-            <x>12</x>
-            <name>Label Orientation_1</name>
-            <y>24</y>
-            <foreground_color>
-              <color name="IO Foreground" red="0" green="0" blue="0" />
-            </foreground_color>
-            <actions hook="false" hook_all="false" />
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
-            <alarm_pulsing>false</alarm_pulsing>
-            <precision>0</precision>
-            <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
-            <rules />
-            <pv_value />
-            <auto_size>false</auto_size>
-            <text></text>
-            <rotation_angle>0.0</rotation_angle>
-            <show_units>true</show_units>
-            <height>31</height>
-            <multiline_input>false</multiline_input>
-            <border_width>1</border_width>
-            <visible>true</visible>
-            <pv_name>${PREFIX}${TYPE}:CALC-Energy-SP</pv_name>
-            <selector_type>0</selector_type>
-            <border_color>
-              <color red="0" green="128" blue="255" />
-            </border_color>
-            <precision_from_pv>true</precision_from_pv>
-            <widget_type>Text Input</widget_type>
-            <confirm_message></confirm_message>
-            <name>Text Input</name>
-            <style>0</style>
-            <actions hook="false" hook_all="false" />
-            <border_style>3</border_style>
-            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-            <enabled>true</enabled>
-            <wuid>175d5c50:15ce367d227:-634f</wuid>
-            <transparent>false</transparent>
-            <scripts />
-            <border_alarm_sensitive>false</border_alarm_sensitive>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-            <format_type>0</format_type>
-            <limits_from_pv>false</limits_from_pv>
-            <background_color>
-              <color name="TextBackground" red="70" green="70" blue="70" />
-            </background_color>
-            <width>100</width>
-            <x>198</x>
-            <y>18</y>
-            <maximum>1.7976931348623157E308</maximum>
-            <foreground_color>
-              <color name="KeyboardEntry" red="0" green="255" blue="255" />
-            </foreground_color>
-            <minimum>-1.7976931348623157E308</minimum>
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-            <border_style>0</border_style>
-            <tooltip></tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
-            <rules />
-            <enabled>false</enabled>
-            <wuid>175d5c50:15ce367d227:-634e</wuid>
-            <transparent>true</transparent>
-            <auto_size>false</auto_size>
-            <text>Distance betw. Plates</text>
-            <scripts />
-            <height>20</height>
-            <border_width>2</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <visible>false</visible>
-            <vertical_alignment>1</vertical_alignment>
-            <border_color>
-              <color name="IO Border" red="215" green="215" blue="215" />
-            </border_color>
-            <widget_type>Label</widget_type>
-            <wrap_words>false</wrap_words>
-            <background_color>
-              <color name="IO Background" red="255" green="255" blue="205" />
-            </background_color>
-            <width>174</width>
-            <x>13</x>
-            <name>Label Orientation_2</name>
-            <y>66</y>
-            <foreground_color>
-              <color name="IO Foreground" red="0" green="0" blue="0" />
-            </foreground_color>
-            <actions hook="false" hook_all="false" />
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
-            <alarm_pulsing>false</alarm_pulsing>
-            <precision>0</precision>
-            <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
-            <rules />
-            <pv_value />
-            <auto_size>false</auto_size>
-            <text></text>
-            <rotation_angle>0.0</rotation_angle>
-            <show_units>true</show_units>
-            <height>31</height>
-            <multiline_input>false</multiline_input>
-            <border_width>1</border_width>
-            <visible>false</visible>
-            <pv_name>${PREFIX}${TYPE}:CALC-DistP-SP</pv_name>
-            <selector_type>0</selector_type>
-            <border_color>
-              <color red="0" green="128" blue="255" />
-            </border_color>
-            <precision_from_pv>true</precision_from_pv>
-            <widget_type>Text Input</widget_type>
-            <confirm_message></confirm_message>
-            <name>Text Input_2</name>
-            <style>0</style>
-            <actions hook="false" hook_all="false" />
-            <border_style>3</border_style>
-            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-            <enabled>true</enabled>
-            <wuid>175d5c50:15ce367d227:-634d</wuid>
-            <transparent>false</transparent>
-            <scripts />
-            <border_alarm_sensitive>false</border_alarm_sensitive>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-            <format_type>0</format_type>
-            <limits_from_pv>false</limits_from_pv>
-            <background_color>
-              <color name="TextBackground" red="70" green="70" blue="70" />
-            </background_color>
-            <width>100</width>
-            <x>198</x>
-            <y>60</y>
-            <maximum>1.7976931348623157E308</maximum>
-            <foreground_color>
-              <color name="KeyboardEntry" red="0" green="255" blue="255" />
-            </foreground_color>
-            <minimum>-1.7976931348623157E308</minimum>
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-            <border_style>0</border_style>
-            <tooltip></tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
-            <rules />
-            <enabled>false</enabled>
-            <wuid>175d5c50:15ce367d227:-634c</wuid>
-            <transparent>true</transparent>
-            <auto_size>false</auto_size>
-            <text>Plate lenght</text>
-            <scripts />
-            <height>20</height>
-            <border_width>2</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <visible>false</visible>
-            <vertical_alignment>1</vertical_alignment>
-            <border_color>
-              <color name="IO Border" red="215" green="215" blue="215" />
-            </border_color>
-            <widget_type>Label</widget_type>
-            <wrap_words>false</wrap_words>
-            <background_color>
-              <color name="IO Background" red="255" green="255" blue="205" />
-            </background_color>
-            <width>199</width>
-            <x>0</x>
-            <name>Label Orientation_3</name>
-            <y>106</y>
-            <foreground_color>
-              <color name="IO Foreground" red="0" green="0" blue="0" />
-            </foreground_color>
-            <actions hook="false" hook_all="false" />
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
-            <alarm_pulsing>false</alarm_pulsing>
-            <precision>0</precision>
-            <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
-            <rules />
-            <pv_value />
-            <auto_size>false</auto_size>
-            <text></text>
-            <rotation_angle>0.0</rotation_angle>
-            <show_units>true</show_units>
-            <height>31</height>
-            <multiline_input>false</multiline_input>
-            <border_width>1</border_width>
-            <visible>false</visible>
-            <pv_name>${PREFIX}${TYPE}:CALC-LenghP-SP</pv_name>
-            <selector_type>0</selector_type>
-            <border_color>
-              <color red="0" green="128" blue="255" />
-            </border_color>
-            <precision_from_pv>true</precision_from_pv>
-            <widget_type>Text Input</widget_type>
-            <confirm_message></confirm_message>
-            <name>Text Input_3</name>
-            <style>0</style>
-            <actions hook="false" hook_all="false" />
-            <border_style>3</border_style>
-            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-            <enabled>true</enabled>
-            <wuid>175d5c50:15ce367d227:-634b</wuid>
-            <transparent>false</transparent>
-            <scripts />
-            <border_alarm_sensitive>false</border_alarm_sensitive>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-            <format_type>0</format_type>
-            <limits_from_pv>false</limits_from_pv>
-            <background_color>
-              <color name="TextBackground" red="70" green="70" blue="70" />
-            </background_color>
-            <width>100</width>
-            <x>198</x>
-            <y>100</y>
-            <maximum>1.7976931348623157E308</maximum>
-            <foreground_color>
-              <color name="KeyboardEntry" red="0" green="255" blue="255" />
-            </foreground_color>
-            <minimum>-1.7976931348623157E308</minimum>
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
-            <alarm_pulsing>false</alarm_pulsing>
-            <precision>0</precision>
-            <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
-            <rules />
-            <pv_value />
-            <auto_size>false</auto_size>
-            <text></text>
-            <rotation_angle>0.0</rotation_angle>
-            <show_units>true</show_units>
-            <height>31</height>
-            <multiline_input>false</multiline_input>
-            <border_width>1</border_width>
-            <visible>false</visible>
-            <pv_name>${PREFIX}${TYPE}:CALC-FacLenghP-SP</pv_name>
-            <selector_type>0</selector_type>
-            <border_color>
-              <color red="0" green="128" blue="255" />
-            </border_color>
-            <precision_from_pv>true</precision_from_pv>
-            <widget_type>Text Input</widget_type>
-            <confirm_message></confirm_message>
-            <name>Text Input_4</name>
-            <style>0</style>
-            <actions hook="false" hook_all="false" />
-            <border_style>3</border_style>
-            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-            <enabled>true</enabled>
-            <wuid>175d5c50:15ce367d227:-634a</wuid>
-            <transparent>false</transparent>
-            <scripts />
-            <border_alarm_sensitive>false</border_alarm_sensitive>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-            <format_type>0</format_type>
-            <limits_from_pv>false</limits_from_pv>
-            <background_color>
-              <color name="TextBackground" red="70" green="70" blue="70" />
-            </background_color>
-            <width>100</width>
-            <x>198</x>
-            <y>145</y>
-            <maximum>1.7976931348623157E308</maximum>
-            <foreground_color>
-              <color name="KeyboardEntry" red="0" green="255" blue="255" />
-            </foreground_color>
-            <minimum>-1.7976931348623157E308</minimum>
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-            <border_style>0</border_style>
-            <tooltip></tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
-            <rules />
-            <enabled>false</enabled>
-            <wuid>175d5c50:15ce367d227:-6349</wuid>
-            <transparent>true</transparent>
-            <auto_size>false</auto_size>
-            <text>Face Plate lenght</text>
-            <scripts />
-            <height>20</height>
-            <border_width>2</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <visible>false</visible>
-            <vertical_alignment>1</vertical_alignment>
-            <border_color>
-              <color name="IO Border" red="215" green="215" blue="215" />
-            </border_color>
-            <widget_type>Label</widget_type>
-            <wrap_words>false</wrap_words>
-            <background_color>
-              <color name="IO Background" red="255" green="255" blue="205" />
-            </background_color>
-            <width>199</width>
-            <x>0</x>
-            <name>Label Orientation_4</name>
-            <y>151</y>
-            <foreground_color>
-              <color name="IO Foreground" red="0" green="0" blue="0" />
-            </foreground_color>
-            <actions hook="false" hook_all="false" />
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-            <border_style>0</border_style>
-            <tooltip></tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
-            <rules />
-            <enabled>false</enabled>
-            <wuid>175d5c50:15ce367d227:-6348</wuid>
-            <transparent>true</transparent>
-            <auto_size>false</auto_size>
-            <text>Rear Plate lenght</text>
-            <scripts />
-            <height>20</height>
-            <border_width>2</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <visible>false</visible>
-            <vertical_alignment>1</vertical_alignment>
-            <border_color>
-              <color name="IO Border" red="215" green="215" blue="215" />
-            </border_color>
-            <widget_type>Label</widget_type>
-            <wrap_words>false</wrap_words>
-            <background_color>
-              <color name="IO Background" red="255" green="255" blue="205" />
-            </background_color>
-            <width>199</width>
-            <x>0</x>
-            <name>Label Orientation_4</name>
-            <y>195</y>
-            <foreground_color>
-              <color name="IO Foreground" red="0" green="0" blue="0" />
-            </foreground_color>
-            <actions hook="false" hook_all="false" />
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
-            <alarm_pulsing>false</alarm_pulsing>
-            <precision>0</precision>
-            <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
-            <rules />
-            <pv_value />
-            <auto_size>false</auto_size>
-            <text></text>
-            <rotation_angle>0.0</rotation_angle>
-            <show_units>true</show_units>
-            <height>31</height>
-            <multiline_input>false</multiline_input>
-            <border_width>1</border_width>
-            <visible>false</visible>
-            <pv_name>${PREFIX}${TYPE}:CALC-RearLenghP-SP</pv_name>
-            <selector_type>0</selector_type>
-            <border_color>
-              <color red="0" green="128" blue="255" />
-            </border_color>
-            <precision_from_pv>true</precision_from_pv>
-            <widget_type>Text Input</widget_type>
-            <confirm_message></confirm_message>
-            <name>Text Input_4</name>
-            <style>0</style>
-            <actions hook="false" hook_all="false" />
-            <border_style>3</border_style>
-            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-            <enabled>true</enabled>
-            <wuid>175d5c50:15ce367d227:-6347</wuid>
-            <transparent>false</transparent>
-            <scripts />
-            <border_alarm_sensitive>false</border_alarm_sensitive>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-            <format_type>0</format_type>
-            <limits_from_pv>false</limits_from_pv>
-            <background_color>
-              <color name="TextBackground" red="70" green="70" blue="70" />
-            </background_color>
-            <width>100</width>
-            <x>198</x>
-            <y>189</y>
-            <maximum>1.7976931348623157E308</maximum>
-            <foreground_color>
-              <color name="KeyboardEntry" red="0" green="255" blue="255" />
-            </foreground_color>
-            <minimum>-1.7976931348623157E308</minimum>
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-            </font>
-          </widget>
-        </widget>
-        <widget typeId="org.csstudio.opibuilder.widgets.groupingContainer" version="1.0.0">
-          <border_style>0</border_style>
-          <tooltip></tooltip>
-          <rules />
-          <enabled>true</enabled>
-          <wuid>175d5c50:15ce367d227:-6346</wuid>
-          <transparent>true</transparent>
-          <lock_children>false</lock_children>
-          <scripts />
-          <height>259</height>
-          <border_width>1</border_width>
-          <scale_options>
-            <width_scalable>true</width_scalable>
-            <height_scalable>true</height_scalable>
-            <keep_wh_ratio>false</keep_wh_ratio>
-          </scale_options>
-          <macros>
-            <include_parent_macros>true</include_parent_macros>
-          </macros>
-          <visible>true</visible>
-          <border_color>
-            <color red="0" green="128" blue="255" />
-          </border_color>
-          <widget_type>Grouping Container</widget_type>
-          <background_color>
-            <color red="240" green="240" blue="240" />
-          </background_color>
-          <width>324</width>
-          <x>1</x>
-          <name>Motor</name>
-          <y>1</y>
-          <foreground_color>
-            <color red="192" green="192" blue="192" />
-          </foreground_color>
-          <actions hook="false" hook_all="false" />
-          <fc>false</fc>
-          <show_scrollbar>true</show_scrollbar>
-          <font>
-            <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-          </font>
-          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-            <border_style>0</border_style>
-            <tooltip></tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
-            <rules />
-            <enabled>false</enabled>
-            <wuid>175d5c50:15ce367d227:-6345</wuid>
-            <transparent>true</transparent>
-            <auto_size>false</auto_size>
-            <text>Velocity</text>
-            <scripts />
-            <height>20</height>
-            <border_width>2</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <visible>true</visible>
-            <vertical_alignment>1</vertical_alignment>
-            <border_color>
-              <color name="IO Border" red="215" green="215" blue="215" />
-            </border_color>
-            <widget_type>Label</widget_type>
-            <wrap_words>false</wrap_words>
-            <background_color>
-              <color name="IO Background" red="255" green="255" blue="205" />
-            </background_color>
-            <width>151</width>
-            <x>12</x>
-            <name>Label Orientation_1</name>
-            <y>30</y>
-            <foreground_color>
-              <color name="IO Foreground" red="0" green="0" blue="0" />
-            </foreground_color>
-            <actions hook="false" hook_all="false" />
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
-            <alarm_pulsing>false</alarm_pulsing>
-            <precision>2</precision>
-            <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
-            <rules>
-              <rule name="Disable" prop_id="enabled" out_exp="false">
-                <exp bool_exp="pv0==1">
-                  <value>false</value>
-                </exp>
-                <exp bool_exp="pv0==0">
-                  <value>true</value>
-                </exp>
-                <pv trig="true">${PREFIX}${TYPE}:MTR.BUSY</pv>
-              </rule>
-            </rules>
-            <pv_value />
-            <auto_size>false</auto_size>
-            <text></text>
-            <rotation_angle>0.0</rotation_angle>
-            <show_units>true</show_units>
-            <height>31</height>
-            <multiline_input>false</multiline_input>
-            <border_width>1</border_width>
-            <visible>true</visible>
-            <pv_name>$(PREFIX)-PMAC:$(NAME_MTR).VELO</pv_name>
-            <selector_type>0</selector_type>
-            <border_color>
-              <color red="0" green="128" blue="255" />
-            </border_color>
-            <precision_from_pv>false</precision_from_pv>
-            <widget_type>Text Input</widget_type>
-            <confirm_message></confirm_message>
-            <name>Text Input</name>
-            <style>0</style>
-            <actions hook="false" hook_all="false" />
-            <border_style>3</border_style>
-            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-            <enabled>true</enabled>
-            <wuid>175d5c50:15ce367d227:-6344</wuid>
-            <transparent>false</transparent>
-            <scripts />
-            <border_alarm_sensitive>false</border_alarm_sensitive>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-            <format_type>0</format_type>
-            <limits_from_pv>false</limits_from_pv>
-            <background_color>
-              <color name="TextBackground" red="70" green="70" blue="70" />
-            </background_color>
-            <width>130</width>
-            <x>168</x>
-            <y>24</y>
-            <maximum>7.0</maximum>
-            <foreground_color>
-              <color name="KeyboardEntry" red="0" green="255" blue="255" />
-            </foreground_color>
-            <minimum>-1.7976931348623157E308</minimum>
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-            <border_style>0</border_style>
-            <tooltip></tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
-            <rules />
-            <enabled>false</enabled>
-            <wuid>175d5c50:15ce367d227:-6343</wuid>
-            <transparent>true</transparent>
-            <auto_size>false</auto_size>
-            <text>Homing Velocity</text>
-            <scripts />
-            <height>20</height>
-            <border_width>2</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <visible>true</visible>
-            <vertical_alignment>1</vertical_alignment>
-            <border_color>
-              <color name="IO Border" red="215" green="215" blue="215" />
-            </border_color>
-            <widget_type>Label</widget_type>
-            <wrap_words>false</wrap_words>
-            <background_color>
-              <color name="IO Background" red="255" green="255" blue="205" />
-            </background_color>
-            <width>151</width>
-            <x>12</x>
-            <name>Label Orientation_1</name>
-            <y>72</y>
-            <foreground_color>
-              <color name="IO Foreground" red="0" green="0" blue="0" />
-            </foreground_color>
-            <actions hook="false" hook_all="false" />
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
-            <alarm_pulsing>false</alarm_pulsing>
-            <precision>2</precision>
-            <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
-            <rules>
-              <rule name="Disable" prop_id="enabled" out_exp="false">
-                <exp bool_exp="pv0==1">
-                  <value>false</value>
-                </exp>
-                <exp bool_exp="pv0==0">
-                  <value>true</value>
-                </exp>
-                <pv trig="true">${PREFIX}${TYPE}:MTR.BUSY</pv>
-              </rule>
-            </rules>
-            <pv_value />
-            <auto_size>false</auto_size>
-            <text></text>
-            <rotation_angle>0.0</rotation_angle>
-            <show_units>true</show_units>
-            <height>31</height>
-            <multiline_input>false</multiline_input>
-            <border_width>1</border_width>
-            <visible>true</visible>
-            <pv_name>$(PREFIX)-PMAC:$(NAME_MTR).HVEL</pv_name>
-            <selector_type>0</selector_type>
-            <border_color>
-              <color red="0" green="128" blue="255" />
-            </border_color>
-            <precision_from_pv>false</precision_from_pv>
-            <widget_type>Text Input</widget_type>
-            <confirm_message></confirm_message>
-            <name>Text Input</name>
-            <style>0</style>
-            <actions hook="false" hook_all="false" />
-            <border_style>3</border_style>
-            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-            <enabled>true</enabled>
-            <wuid>175d5c50:15ce367d227:-6342</wuid>
-            <transparent>false</transparent>
-            <scripts />
-            <border_alarm_sensitive>false</border_alarm_sensitive>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-            <format_type>0</format_type>
-            <limits_from_pv>false</limits_from_pv>
-            <background_color>
-              <color name="TextBackground" red="70" green="70" blue="70" />
-            </background_color>
-            <width>130</width>
-            <x>168</x>
-            <y>66</y>
-            <maximum>7.0</maximum>
-            <foreground_color>
-              <color name="KeyboardEntry" red="0" green="255" blue="255" />
-            </foreground_color>
-            <minimum>-1.7976931348623157E308</minimum>
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-            <border_style>0</border_style>
-            <tooltip></tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
-            <rules />
-            <enabled>false</enabled>
-            <wuid>175d5c50:15ce367d227:-6341</wuid>
-            <transparent>true</transparent>
-            <auto_size>false</auto_size>
-            <text>Acc. time</text>
-            <scripts />
-            <height>20</height>
-            <border_width>2</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <visible>true</visible>
-            <vertical_alignment>1</vertical_alignment>
-            <border_color>
-              <color name="IO Border" red="215" green="215" blue="215" />
-            </border_color>
-            <widget_type>Label</widget_type>
-            <wrap_words>false</wrap_words>
-            <background_color>
-              <color name="IO Background" red="255" green="255" blue="205" />
-            </background_color>
-            <width>151</width>
-            <x>12</x>
-            <name>Label Orientation_1</name>
-            <y>114</y>
-            <foreground_color>
-              <color name="IO Foreground" red="0" green="0" blue="0" />
-            </foreground_color>
-            <actions hook="false" hook_all="false" />
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
-            <alarm_pulsing>false</alarm_pulsing>
-            <precision>2</precision>
-            <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
-            <rules>
-              <rule name="Disable" prop_id="enabled" out_exp="false">
-                <exp bool_exp="pv0==1">
-                  <value>false</value>
-                </exp>
-                <exp bool_exp="pv0==0">
-                  <value>true</value>
-                </exp>
-                <pv trig="true">${PREFIX}${TYPE}:MTR.BUSY</pv>
-              </rule>
-            </rules>
-            <pv_value />
-            <auto_size>false</auto_size>
-            <text></text>
-            <rotation_angle>0.0</rotation_angle>
-            <show_units>true</show_units>
-            <height>31</height>
-            <multiline_input>false</multiline_input>
-            <border_width>1</border_width>
-            <visible>true</visible>
-            <pv_name>$(PREFIX)-PMAC:$(NAME_MTR).ACCL</pv_name>
-            <selector_type>0</selector_type>
-            <border_color>
-              <color red="0" green="128" blue="255" />
-            </border_color>
-            <precision_from_pv>false</precision_from_pv>
-            <widget_type>Text Input</widget_type>
-            <confirm_message></confirm_message>
-            <name>Text Input</name>
-            <style>0</style>
-            <actions hook="false" hook_all="false" />
-            <border_style>3</border_style>
-            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-            <enabled>true</enabled>
-            <wuid>175d5c50:15ce367d227:-6340</wuid>
-            <transparent>false</transparent>
-            <scripts />
-            <border_alarm_sensitive>false</border_alarm_sensitive>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-            <format_type>0</format_type>
-            <limits_from_pv>false</limits_from_pv>
-            <background_color>
-              <color name="TextBackground" red="70" green="70" blue="70" />
-            </background_color>
-            <width>130</width>
-            <x>168</x>
-            <y>108</y>
-            <maximum>1.7976931348623157E308</maximum>
-            <foreground_color>
-              <color name="KeyboardEntry" red="0" green="255" blue="255" />
-            </foreground_color>
-            <minimum>-1.7976931348623157E308</minimum>
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.ActionButton" version="2.0.0">
-            <toggle_button>false</toggle_button>
-            <border_style>6</border_style>
-            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-            <alarm_pulsing>false</alarm_pulsing>
-            <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-            <push_action_index>0</push_action_index>
-            <rules>
-              <rule name="Enable" prop_id="enabled" out_exp="false">
-                <exp bool_exp="pv0==0">
-                  <value>true</value>
-                </exp>
-                <exp bool_exp="pv0==1">
-                  <value>false</value>
-                </exp>
-                <pv trig="true">${PREFIX}${TYPE}:MTR.BUSY</pv>
-              </rule>
-            </rules>
-            <enabled>true</enabled>
-            <wuid>175d5c50:15ce367d227:-633f</wuid>
-            <pv_value />
-            <text>RESET</text>
-            <scripts />
-            <border_alarm_sensitive>true</border_alarm_sensitive>
-            <height>25</height>
-            <border_width>2</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <image></image>
-            <visible>true</visible>
-            <pv_name></pv_name>
-            <border_color>
-              <color name="Button Grey" red="180" green="180" blue="180" />
-            </border_color>
-            <widget_type>Action Button</widget_type>
-            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-            <background_color>
-              <color name="Button Grey" red="180" green="180" blue="180" />
-            </background_color>
-            <width>61</width>
-            <x>12</x>
-            <name>Action Button Template</name>
-            <y>231</y>
-            <style>0</style>
-            <foreground_color>
-              <color name="IO Foreground" red="0" green="0" blue="0" />
-            </foreground_color>
-            <actions hook="false" hook_all="false">
-              <action type="WRITE_PV">
-                <pv_name>$(PREFIX)-PMAC:$(NAME_MTR)-ACTMTR.PROC</pv_name>
-                <value>1</value>
-                <timeout>10</timeout>
-                <confirm_message></confirm_message>
-                <description></description>
-              </action>
-            </actions>
-            <font>
-              <opifont.name fontName="OpenSans" height="10" style="1">Small Bold</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-            <border_style>0</border_style>
-            <tooltip></tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
-            <rules />
-            <enabled>false</enabled>
-            <wuid>175d5c50:15ce367d227:-633e</wuid>
-            <transparent>true</transparent>
-            <auto_size>false</auto_size>
-            <text>Position CONS</text>
-            <scripts />
-            <height>20</height>
-            <border_width>2</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <visible>true</visible>
-            <vertical_alignment>1</vertical_alignment>
-            <border_color>
-              <color name="IO Border" red="215" green="215" blue="215" />
-            </border_color>
-            <widget_type>Label</widget_type>
-            <wrap_words>false</wrap_words>
-            <background_color>
-              <color name="IO Background" red="255" green="255" blue="205" />
-            </background_color>
-            <width>151</width>
-            <x>12</x>
-            <name>Label Orientation_1</name>
-            <y>156</y>
-            <foreground_color>
-              <color name="IO Foreground" red="0" green="0" blue="0" />
-            </foreground_color>
-            <actions hook="false" hook_all="false" />
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
-            <alarm_pulsing>false</alarm_pulsing>
-            <precision>2</precision>
-            <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
-            <rules>
-              <rule name="Disable" prop_id="enabled" out_exp="false">
-                <exp bool_exp="pv0==1 || pv1==0">
-                  <value>false</value>
-                </exp>
-                <exp bool_exp="pv0==0 &amp;&amp; pv1==1">
-                  <value>true</value>
-                </exp>
-                <pv trig="true">${PREFIX}${TYPE}:MTR.BUSY</pv>
-                <pv trig="true">$(PREFIX)$(TYPE)-PMAC:BRAKE_S</pv>
-              </rule>
-            </rules>
-            <pv_value />
-            <auto_size>false</auto_size>
-            <text></text>
-            <rotation_angle>0.0</rotation_angle>
-            <show_units>true</show_units>
-            <height>31</height>
-            <multiline_input>false</multiline_input>
-            <border_width>1</border_width>
-            <visible>true</visible>
-            <pv_name>$(PREFIX)-PMAC:$(NAME_MTR).VAL</pv_name>
-            <selector_type>0</selector_type>
-            <border_color>
-              <color red="0" green="128" blue="255" />
-            </border_color>
-            <precision_from_pv>false</precision_from_pv>
-            <widget_type>Text Input</widget_type>
-            <confirm_message></confirm_message>
-            <name>Text Input</name>
-            <style>0</style>
-            <actions hook="false" hook_all="false" />
-            <border_style>3</border_style>
-            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-            <enabled>true</enabled>
-            <wuid>175d5c50:15ce367d227:-633d</wuid>
-            <transparent>false</transparent>
-            <scripts />
-            <border_alarm_sensitive>false</border_alarm_sensitive>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-            <format_type>0</format_type>
-            <limits_from_pv>false</limits_from_pv>
-            <background_color>
-              <color name="TextBackground" red="70" green="70" blue="70" />
-            </background_color>
-            <width>130</width>
-            <x>168</x>
-            <y>150</y>
-            <maximum>1.7976931348623157E308</maximum>
-            <foreground_color>
-              <color name="KeyboardEntry" red="0" green="255" blue="255" />
-            </foreground_color>
-            <minimum>-1.7976931348623157E308</minimum>
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.ActionButton" version="2.0.0">
-            <toggle_button>false</toggle_button>
-            <border_style>6</border_style>
-            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-            <alarm_pulsing>false</alarm_pulsing>
-            <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-            <push_action_index>0</push_action_index>
-            <rules>
-              <rule name="Enable" prop_id="enabled" out_exp="false">
-                <exp bool_exp="pv0==1 &amp;&amp; pv1==0">
-                  <value>true</value>
-                </exp>
-                <exp bool_exp="pv0==0 || pv1==1">
-                  <value>false</value>
-                </exp>
-                <pv trig="true">$(PREFIX)$(TYPE)-PMAC:BRAKE_R</pv>
-                <pv trig="true">${PREFIX}${TYPE}:MTR.BUSY</pv>
-              </rule>
-            </rules>
-            <enabled>true</enabled>
-            <wuid>175d5c50:15ce367d227:-633c</wuid>
-            <pv_value />
-            <text>MOVE</text>
-            <scripts />
-            <border_alarm_sensitive>true</border_alarm_sensitive>
-            <height>25</height>
-            <border_width>2</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <image></image>
-            <visible>true</visible>
-            <pv_name></pv_name>
-            <border_color>
-              <color name="IO Border" red="215" green="215" blue="215" />
-            </border_color>
-            <widget_type>Action Button</widget_type>
-            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-            <background_color>
-              <color name="IO Button" red="178" green="178" blue="178" />
-            </background_color>
-            <width>73</width>
-            <x>180</x>
-            <name>Action Button Template_3</name>
-            <y>198</y>
-            <style>0</style>
-            <foreground_color>
-              <color name="IO Foreground" red="0" green="0" blue="0" />
-            </foreground_color>
-            <actions hook="false" hook_all="false">
-              <action type="WRITE_PV">
-                <pv_name>$(PREFIX)-PMAC:$(NAME_MTR).SPMG</pv_name>
-                <value>2</value>
-                <timeout>10</timeout>
-                <confirm_message></confirm_message>
-                <description></description>
-              </action>
-            </actions>
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.ActionButton" version="2.0.0">
-            <toggle_button>false</toggle_button>
-            <border_style>6</border_style>
-            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-            <alarm_pulsing>false</alarm_pulsing>
-            <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-            <push_action_index>0</push_action_index>
-            <rules>
-              <rule name="Enable" prop_id="enabled" out_exp="false">
-                <exp bool_exp="pv0==1">
-                  <value>false</value>
-                </exp>
-                <exp bool_exp="pv0==0">
-                  <value>true</value>
-                </exp>
-                <pv trig="true">${PREFIX}${TYPE}:MTR.BUSY</pv>
-              </rule>
-            </rules>
-            <enabled>true</enabled>
-            <wuid>175d5c50:15ce367d227:-633b</wuid>
-            <pv_value />
-            <text>STOP</text>
-            <scripts />
-            <border_alarm_sensitive>true</border_alarm_sensitive>
-            <height>25</height>
-            <border_width>2</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <image></image>
-            <visible>true</visible>
-            <pv_name></pv_name>
-            <border_color>
-              <color name="IO Border" red="215" green="215" blue="215" />
-            </border_color>
-            <widget_type>Action Button</widget_type>
-            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-            <background_color>
-              <color name="Major" red="255" green="0" blue="0" />
-            </background_color>
-            <width>73</width>
-            <x>90</x>
-            <name>Action Button Template_3</name>
-            <y>198</y>
-            <style>0</style>
-            <foreground_color>
-              <color name="IO Foreground" red="0" green="0" blue="0" />
-            </foreground_color>
-            <actions hook="false" hook_all="false">
-              <action type="WRITE_PV">
-                <pv_name>$(PREFIX)-PMAC:$(NAME_MTR).SPMG</pv_name>
-                <value>0</value>
-                <timeout>10</timeout>
-                <confirm_message></confirm_message>
-                <description></description>
-              </action>
-            </actions>
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.BoolSwitch" version="1.0.0">
-            <toggle_button>true</toggle_button>
-            <border_style>0</border_style>
-            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-            <alarm_pulsing>false</alarm_pulsing>
-            <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-            <push_action_index>0</push_action_index>
-            <rules />
-            <effect_3d>true</effect_3d>
-            <bit>-1</bit>
-            <enabled>true</enabled>
-            <wuid>175d5c50:15ce367d227:-633a</wuid>
-            <on_color>
-              <color name="Green Off" red="0" green="30" blue="0" />
-            </on_color>
-            <show_confirm_dialog>0</show_confirm_dialog>
-            <password></password>
-            <pv_value />
-            <released_action_index>1</released_action_index>
-            <scripts />
-            <border_alarm_sensitive>false</border_alarm_sensitive>
-            <height>52</height>
-            <on_label>OFF</on_label>
-            <border_width>1</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <visible>true</visible>
-            <pv_name>$(PREFIX)$(TYPE)-PMAC:BRAKE_R</pv_name>
-            <border_color>
-              <color red="0" green="128" blue="255" />
-            </border_color>
-            <widget_type>Boolean Switch</widget_type>
-            <off_color>
-              <color name="Major" red="255" green="0" blue="0" />
-            </off_color>
-            <confirm_message>Are your sure you want to do this?</confirm_message>
-            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-            <background_color>
-              <color red="240" green="240" blue="240" />
-            </background_color>
-            <boolean_label_position>0</boolean_label_position>
-            <width>49</width>
-            <x>271</x>
-            <name>Boolean Switch</name>
-            <data_type>0</data_type>
-            <y>204</y>
-            <foreground_color>
-              <color red="0" green="0" blue="0" />
-            </foreground_color>
-            <actions hook="false" hook_all="false">
-              <action type="WRITE_PV">
-                <pv_name>$(PREFIX)$(TYPE)-PMAC:BRAKE_S</pv_name>
-                <value>1</value>
-                <timeout>10</timeout>
-                <confirm_message></confirm_message>
-                <description></description>
-              </action>
-              <action type="WRITE_PV">
-                <pv_name>$(PREFIX)$(TYPE)-PMAC:BRAKE_S</pv_name>
-                <value>0</value>
-                <timeout>10</timeout>
-                <confirm_message></confirm_message>
-                <description></description>
-              </action>
-            </actions>
-            <show_boolean_label>false</show_boolean_label>
-            <font>
-              <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-            </font>
-            <off_label>ON</off_label>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-            <border_style>0</border_style>
-            <tooltip></tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
-            <rules />
-            <enabled>true</enabled>
-            <wuid>175d5c50:15ce367d227:-6339</wuid>
-            <transparent>true</transparent>
-            <auto_size>false</auto_size>
-            <text>brake</text>
-            <scripts />
-            <height>20</height>
-            <border_width>1</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <visible>true</visible>
-            <vertical_alignment>1</vertical_alignment>
-            <border_color>
-              <color red="0" green="128" blue="255" />
-            </border_color>
-            <widget_type>Label</widget_type>
-            <wrap_words>false</wrap_words>
-            <background_color>
-              <color red="255" green="255" blue="255" />
-            </background_color>
-            <width>80</width>
-            <x>240</x>
-            <name>Label</name>
-            <y>185</y>
-            <foreground_color>
-              <color red="0" green="0" blue="0" />
-            </foreground_color>
-            <actions hook="false" hook_all="false" />
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="0">Normal</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.ActionButton" version="2.0.0">
-            <toggle_button>false</toggle_button>
-            <border_style>6</border_style>
-            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-            <alarm_pulsing>false</alarm_pulsing>
-            <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-            <push_action_index>0</push_action_index>
-            <rules>
-              <rule name="Enable" prop_id="enabled" out_exp="false">
-                <exp bool_exp="pv0==0 &amp;&amp; pv1==1">
-                  <value>true</value>
-                </exp>
-                <exp bool_exp="pv0==1 || pv1==0">
-                  <value>false</value>
-                </exp>
-                <pv trig="true">${PREFIX}${TYPE}:MTR.BUSY</pv>
-                <pv trig="true">$(PREFIX)$(TYPE)-PMAC:BRAKE_R</pv>
-              </rule>
-            </rules>
-            <enabled>true</enabled>
-            <wuid>175d5c50:15ce367d227:-6338</wuid>
-            <pv_value />
-            <text>HOME</text>
-            <scripts />
-            <border_alarm_sensitive>true</border_alarm_sensitive>
-            <height>25</height>
-            <border_width>2</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <image></image>
-            <visible>true</visible>
-            <pv_name></pv_name>
-            <border_color>
-              <color name="Button Grey" red="180" green="180" blue="180" />
-            </border_color>
-            <widget_type>Action Button</widget_type>
-            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-            <background_color>
-              <color name="Button Grey" red="180" green="180" blue="180" />
-            </background_color>
-            <width>61</width>
-            <x>12</x>
-            <name>Action Button Template</name>
-            <y>198</y>
-            <style>0</style>
-            <foreground_color>
-              <color name="IO Foreground" red="0" green="0" blue="0" />
-            </foreground_color>
-            <actions hook="false" hook_all="false">
-              <action type="WRITE_PV">
-                <pv_name>$(PREFIX)$(TYPE):PROC-AUTO-HOME</pv_name>
-                <value>1</value>
-                <timeout>10</timeout>
-                <confirm_message></confirm_message>
-                <description></description>
-              </action>
-            </actions>
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-            </font>
-          </widget>
-        </widget>
-        <widget typeId="org.csstudio.opibuilder.widgets.groupingContainer" version="1.0.0">
-          <border_style>0</border_style>
-          <tooltip></tooltip>
-          <rules />
-          <enabled>true</enabled>
-          <wuid>175d5c50:15ce367d227:-6337</wuid>
-          <transparent>true</transparent>
-          <lock_children>false</lock_children>
-          <scripts />
-          <height>259</height>
-          <border_width>1</border_width>
-          <scale_options>
-            <width_scalable>true</width_scalable>
-            <height_scalable>true</height_scalable>
-            <keep_wh_ratio>false</keep_wh_ratio>
-          </scale_options>
-          <macros>
-            <include_parent_macros>true</include_parent_macros>
-          </macros>
-          <visible>false</visible>
-          <border_color>
-            <color red="0" green="128" blue="255" />
-          </border_color>
-          <widget_type>Grouping Container</widget_type>
-          <background_color>
-            <color red="240" green="240" blue="240" />
-          </background_color>
-          <width>324</width>
-          <x>1</x>
-          <name>BPS</name>
-          <y>1</y>
-          <foreground_color>
-            <color red="192" green="192" blue="192" />
-          </foreground_color>
-          <actions hook="false" hook_all="false" />
-          <fc>false</fc>
-          <show_scrollbar>true</show_scrollbar>
-          <font>
-            <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-          </font>
-          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-            <border_style>0</border_style>
-            <tooltip></tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
-            <rules />
-            <enabled>false</enabled>
-            <wuid>175d5c50:15ce367d227:-6336</wuid>
-            <transparent>true</transparent>
-            <auto_size>false</auto_size>
-            <text>Voltage</text>
-            <scripts />
-            <height>20</height>
-            <border_width>2</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <visible>true</visible>
-            <vertical_alignment>1</vertical_alignment>
-            <border_color>
-              <color name="IO Border" red="215" green="215" blue="215" />
-            </border_color>
-            <widget_type>Label</widget_type>
-            <wrap_words>false</wrap_words>
-            <background_color>
-              <color name="IO Background" red="255" green="255" blue="205" />
-            </background_color>
-            <width>67</width>
-            <x>12</x>
-            <name>Label Orientation_2</name>
-            <y>96</y>
-            <foreground_color>
-              <color name="IO Foreground" red="0" green="0" blue="0" />
-            </foreground_color>
-            <actions hook="false" hook_all="false" />
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-            <border_style>0</border_style>
-            <tooltip></tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
-            <rules />
-            <enabled>false</enabled>
-            <wuid>175d5c50:15ce367d227:-6335</wuid>
-            <transparent>true</transparent>
-            <auto_size>false</auto_size>
-            <text>Current</text>
-            <scripts />
-            <height>20</height>
-            <border_width>2</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <visible>true</visible>
-            <vertical_alignment>1</vertical_alignment>
-            <border_color>
-              <color name="IO Border" red="215" green="215" blue="215" />
-            </border_color>
-            <widget_type>Label</widget_type>
-            <wrap_words>false</wrap_words>
-            <background_color>
-              <color name="IO Background" red="255" green="255" blue="205" />
-            </background_color>
-            <width>73</width>
-            <x>6</x>
-            <name>Label Orientation_3</name>
-            <y>54</y>
-            <foreground_color>
-              <color name="IO Foreground" red="0" green="0" blue="0" />
-            </foreground_color>
-            <actions hook="false" hook_all="false" />
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
-            <alarm_pulsing>false</alarm_pulsing>
-            <precision>0</precision>
-            <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
-            <rules />
-            <pv_value />
-            <auto_size>false</auto_size>
-            <text></text>
-            <rotation_angle>0.0</rotation_angle>
-            <show_units>true</show_units>
-            <height>31</height>
-            <multiline_input>false</multiline_input>
-            <border_width>1</border_width>
-            <visible>true</visible>
-            <pv_name>${PREFIX}${TYPE}:BPS-CurS</pv_name>
-            <selector_type>0</selector_type>
-            <border_color>
-              <color red="0" green="128" blue="255" />
-            </border_color>
-            <precision_from_pv>true</precision_from_pv>
-            <widget_type>Text Input</widget_type>
-            <confirm_message></confirm_message>
-            <name>Text Input_3</name>
-            <style>0</style>
-            <actions hook="false" hook_all="false" />
-            <border_style>3</border_style>
-            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-            <enabled>true</enabled>
-            <wuid>175d5c50:15ce367d227:-6334</wuid>
-            <transparent>false</transparent>
-            <scripts />
-            <border_alarm_sensitive>false</border_alarm_sensitive>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-            <format_type>0</format_type>
-            <limits_from_pv>false</limits_from_pv>
-            <background_color>
-              <color name="TextBackground" red="70" green="70" blue="70" />
-            </background_color>
-            <width>91</width>
-            <x>90</x>
-            <y>48</y>
-            <maximum>1.7976931348623157E308</maximum>
-            <foreground_color>
-              <color name="KeyboardEntry" red="0" green="255" blue="255" />
-            </foreground_color>
-            <minimum>-1.7976931348623157E308</minimum>
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-            <border_style>0</border_style>
-            <tooltip></tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
-            <rules />
-            <enabled>true</enabled>
-            <wuid>175d5c50:15ce367d227:-6333</wuid>
-            <transparent>true</transparent>
-            <auto_size>false</auto_size>
-            <text>VERTICAL</text>
-            <scripts />
-            <height>20</height>
-            <border_width>1</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <visible>true</visible>
-            <vertical_alignment>1</vertical_alignment>
-            <border_color>
-              <color red="0" green="128" blue="255" />
-            </border_color>
-            <widget_type>Label</widget_type>
-            <wrap_words>false</wrap_words>
-            <background_color>
-              <color red="255" green="255" blue="255" />
-            </background_color>
-            <width>199</width>
-            <x>66</x>
-            <name>Label_164</name>
-            <y>12</y>
-            <foreground_color>
-              <color red="0" green="0" blue="0" />
-            </foreground_color>
-            <actions hook="false" hook_all="false" />
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="0">Normal</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
-            <border_style>0</border_style>
-            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-            <alarm_pulsing>false</alarm_pulsing>
-            <precision>0</precision>
-            <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
-            <rules />
-            <enabled>true</enabled>
-            <wuid>175d5c50:15ce367d227:-6332</wuid>
-            <transparent>false</transparent>
-            <pv_value />
-            <auto_size>false</auto_size>
-            <text>######</text>
-            <rotation_angle>0.0</rotation_angle>
-            <scripts />
-            <border_alarm_sensitive>true</border_alarm_sensitive>
-            <show_units>true</show_units>
-            <height>31</height>
-            <border_width>1</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <visible>true</visible>
-            <pv_name>${PREFIX}${TYPE}:BPS-CurR</pv_name>
-            <vertical_alignment>1</vertical_alignment>
-            <border_color>
-              <color red="0" green="128" blue="255" />
-            </border_color>
-            <precision_from_pv>true</precision_from_pv>
-            <widget_type>Text Update</widget_type>
-            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-            <wrap_words>false</wrap_words>
-            <format_type>0</format_type>
-            <background_color>
-              <color red="70" green="70" blue="70" />
-            </background_color>
-            <width>100</width>
-            <x>198</x>
-            <name>Text Update</name>
-            <y>48</y>
-            <foreground_color>
-              <color name="Green On" red="0" green="255" blue="0" />
-            </foreground_color>
-            <actions hook="false" hook_all="false" />
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
-            <border_style>0</border_style>
-            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-            <alarm_pulsing>false</alarm_pulsing>
-            <precision>0</precision>
-            <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
-            <rules />
-            <enabled>true</enabled>
-            <wuid>175d5c50:15ce367d227:-6331</wuid>
-            <transparent>false</transparent>
-            <pv_value />
-            <auto_size>false</auto_size>
-            <text>######</text>
-            <rotation_angle>0.0</rotation_angle>
-            <scripts />
-            <border_alarm_sensitive>true</border_alarm_sensitive>
-            <show_units>true</show_units>
-            <height>31</height>
-            <border_width>1</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <visible>true</visible>
-            <pv_name>${PREFIX}${TYPE}:BPS-VolR</pv_name>
-            <vertical_alignment>1</vertical_alignment>
-            <border_color>
-              <color red="0" green="128" blue="255" />
-            </border_color>
-            <precision_from_pv>true</precision_from_pv>
-            <widget_type>Text Update</widget_type>
-            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-            <wrap_words>false</wrap_words>
-            <format_type>0</format_type>
-            <background_color>
-              <color red="70" green="70" blue="70" />
-            </background_color>
-            <width>100</width>
-            <x>198</x>
-            <name>Text Update</name>
-            <y>90</y>
-            <foreground_color>
-              <color name="Green On" red="0" green="255" blue="0" />
-            </foreground_color>
-            <actions hook="false" hook_all="false" />
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
-            <alarm_pulsing>false</alarm_pulsing>
-            <precision>0</precision>
-            <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
-            <rules />
-            <pv_value />
-            <auto_size>false</auto_size>
-            <text></text>
-            <rotation_angle>0.0</rotation_angle>
-            <show_units>true</show_units>
-            <height>31</height>
-            <multiline_input>false</multiline_input>
-            <border_width>1</border_width>
-            <visible>true</visible>
-            <pv_name>${PREFIX}${TYPE}:BPS-VolS</pv_name>
-            <selector_type>0</selector_type>
-            <border_color>
-              <color red="0" green="128" blue="255" />
-            </border_color>
-            <precision_from_pv>true</precision_from_pv>
-            <widget_type>Text Input</widget_type>
-            <confirm_message></confirm_message>
-            <name>Text Input_3</name>
-            <style>0</style>
-            <actions hook="false" hook_all="false" />
-            <border_style>3</border_style>
-            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-            <enabled>true</enabled>
-            <wuid>175d5c50:15ce367d227:-6330</wuid>
-            <transparent>false</transparent>
-            <scripts />
-            <border_alarm_sensitive>false</border_alarm_sensitive>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-            <format_type>0</format_type>
-            <limits_from_pv>false</limits_from_pv>
-            <background_color>
-              <color name="TextBackground" red="70" green="70" blue="70" />
-            </background_color>
-            <width>91</width>
-            <x>90</x>
-            <y>90</y>
-            <maximum>1.7976931348623157E308</maximum>
-            <foreground_color>
-              <color name="KeyboardEntry" red="0" green="255" blue="255" />
-            </foreground_color>
-            <minimum>-1.7976931348623157E308</minimum>
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-            </font>
-          </widget>
-        </widget>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.RoundedRectangle" version="1.0.0">
-        <border_style>0</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <line_width>0</line_width>
-        <horizontal_fill>true</horizontal_fill>
-        <alarm_pulsing>false</alarm_pulsing>
-        <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>175d5c50:15ce367d227:-632f</wuid>
-        <transparent>false</transparent>
-        <pv_value />
-        <alpha>255</alpha>
-        <corner_height>16</corner_height>
-        <bg_gradient_color>
-          <color red="255" green="255" blue="255" />
-        </bg_gradient_color>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <height>1099</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <pv_name></pv_name>
-        <gradient>false</gradient>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <anti_alias>true</anti_alias>
-        <corner_width>16</corner_width>
-        <line_style>0</line_style>
-        <widget_type>Rounded Rectangle</widget_type>
-        <fg_gradient_color>
-          <color red="255" green="255" blue="255" />
-        </fg_gradient_color>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <background_color>
-          <color name="Container Grey" red="200" green="200" blue="200" />
-        </background_color>
-        <width>1681</width>
-        <x>414</x>
-        <name>Rounded Rectangle_5</name>
-        <y>18</y>
-        <fill_level>0.0</fill_level>
-        <foreground_color>
-          <color red="255" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-        </font>
-        <line_color>
-          <color red="128" green="0" blue="255" />
-        </line_color>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.RoundedRectangle" version="1.0.0">
-        <border_style>0</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <line_width>0</line_width>
-        <horizontal_fill>true</horizontal_fill>
-        <alarm_pulsing>false</alarm_pulsing>
-        <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>175d5c50:15ce367d227:-632e</wuid>
-        <transparent>false</transparent>
-        <pv_value />
-        <alpha>255</alpha>
-        <corner_height>16</corner_height>
-        <bg_gradient_color>
-          <color red="255" green="255" blue="255" />
-        </bg_gradient_color>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <height>208</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <pv_name></pv_name>
-        <gradient>false</gradient>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <anti_alias>true</anti_alias>
-        <corner_width>16</corner_width>
-        <line_style>0</line_style>
-        <widget_type>Rounded Rectangle</widget_type>
-        <fg_gradient_color>
-          <color red="255" green="255" blue="255" />
-        </fg_gradient_color>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <background_color>
-          <color name="Black" red="0" green="0" blue="0" />
-        </background_color>
-        <width>205</width>
-        <x>420</x>
-        <name>Rounded Rectangle_7</name>
-        <y>894</y>
-        <fill_level>0.0</fill_level>
-        <foreground_color>
-          <color red="255" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-        </font>
-        <line_color>
-          <color red="128" green="0" blue="255" />
-        </line_color>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
-        <border_style>0</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <alarm_pulsing>false</alarm_pulsing>
-        <precision>0</precision>
-        <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-        <horizontal_alignment>0</horizontal_alignment>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>175d5c50:15ce367d227:-632d</wuid>
-        <transparent>true</transparent>
-        <pv_value />
-        <auto_size>false</auto_size>
-        <text>######</text>
-        <rotation_angle>0.0</rotation_angle>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <show_units>true</show_units>
-        <height>20</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <pv_name>$(PREFIX)$(TYPE):CALC-PROJ-X</pv_name>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <precision_from_pv>true</precision_from_pv>
-        <widget_type>Text Update</widget_type>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <wrap_words>false</wrap_words>
-        <format_type>0</format_type>
-        <background_color>
-          <color red="255" green="255" blue="255" />
-        </background_color>
-        <width>100</width>
-        <x>540</x>
-        <name>Text Update</name>
-        <y>912</y>
-        <foreground_color>
-          <color name="Green On" red="0" green="255" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.RoundedRectangle" version="1.0.0">
-        <border_style>0</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <line_width>0</line_width>
-        <horizontal_fill>true</horizontal_fill>
-        <alarm_pulsing>false</alarm_pulsing>
-        <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>175d5c50:15ce367d227:-632c</wuid>
-        <transparent>false</transparent>
-        <pv_value />
-        <alpha>255</alpha>
-        <corner_height>16</corner_height>
-        <bg_gradient_color>
-          <color red="255" green="255" blue="255" />
-        </bg_gradient_color>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <height>79</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <pv_name></pv_name>
-        <gradient>false</gradient>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <anti_alias>true</anti_alias>
-        <corner_width>16</corner_width>
-        <line_style>0</line_style>
-        <widget_type>Rounded Rectangle</widget_type>
-        <fg_gradient_color>
-          <color red="255" green="255" blue="255" />
-        </fg_gradient_color>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <background_color>
-          <color name="Container Border Grey" red="150" green="150" blue="150" />
-        </background_color>
-        <width>350</width>
-        <x>29</x>
-        <name>Rounded Rectangle</name>
-        <y>1038</y>
-        <fill_level>0.0</fill_level>
-        <foreground_color>
-          <color red="255" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-        </font>
-        <line_color>
-          <color red="128" green="0" blue="255" />
-        </line_color>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
-        <alarm_pulsing>false</alarm_pulsing>
-        <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-        <rules />
-        <effect_3d>true</effect_3d>
-        <bit>-1</bit>
-        <pv_value />
-        <height>36</height>
-        <border_width>1</border_width>
-        <visible>true</visible>
-        <pv_name>${PREFIX}${TYPE}:MTR.BUSY</pv_name>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <widget_type>LED</widget_type>
-        <name>LED</name>
-        <actions hook="false" hook_all="false" />
-        <show_boolean_label>false</show_boolean_label>
-        <border_style>0</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <enabled>true</enabled>
-        <wuid>175d5c50:15ce367d227:-632b</wuid>
-        <on_color>
-          <color red="0" green="255" blue="0" />
-        </on_color>
-        <scripts />
-        <border_alarm_sensitive>true</border_alarm_sensitive>
-        <on_label>ON</on_label>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>true</keep_wh_ratio>
-        </scale_options>
-        <off_color>
-          <color red="0" green="100" blue="0" />
-        </off_color>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <background_color>
-          <color red="240" green="240" blue="240" />
-        </background_color>
-        <square_led>true</square_led>
-        <width>32</width>
-        <x>336</x>
-        <data_type>0</data_type>
-        <y>1066</y>
-        <foreground_color>
-          <color red="192" green="192" blue="192" />
-        </foreground_color>
-        <font>
-          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-        </font>
-        <off_label>OFF</off_label>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
-        <border_style>0</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <line_width>1</line_width>
-        <horizontal_fill>true</horizontal_fill>
-        <alarm_pulsing>false</alarm_pulsing>
-        <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-        <arrows>0</arrows>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>175d5c50:15ce367d227:-632a</wuid>
-        <transparent>false</transparent>
-        <points>
-          <point x="30" y="393" />
-          <point x="378" y="393" />
-          <point x="378" y="393" />
-          <point x="378" y="393" />
-          <point x="378" y="393" />
-        </points>
-        <fill_arrow>true</fill_arrow>
-        <pv_value />
-        <alpha>255</alpha>
-        <rotation_angle>0.0</rotation_angle>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <height>1</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>true</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <pv_name></pv_name>
-        <border_color>
-          <color name="Black" red="0" green="0" blue="0" />
-        </border_color>
-        <anti_alias>true</anti_alias>
-        <line_style>0</line_style>
-        <arrow_length>20</arrow_length>
-        <widget_type>Polyline</widget_type>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <background_color>
-          <color name="Black" red="0" green="0" blue="0" />
-        </background_color>
-        <width>349</width>
-        <x>30</x>
-        <name>Polyline</name>
-        <y>393</y>
-        <fill_level>0.0</fill_level>
-        <foreground_color>
-          <color red="255" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-        <border_style>0</border_style>
-        <tooltip></tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>175d5c50:15ce367d227:-6329</wuid>
-        <transparent>false</transparent>
-        <auto_size>false</auto_size>
-        <text>Position</text>
-        <scripts />
-        <height>25</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <widget_type>Label</widget_type>
-        <wrap_words>false</wrap_words>
-        <background_color>
-          <color name="panelArea" red="240" green="240" blue="240" />
-        </background_color>
-        <width>229</width>
-        <x>96</x>
-        <name>Label_156</name>
-        <y>381</y>
-        <foreground_color>
-          <color red="0" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-        <border_style>0</border_style>
-        <tooltip></tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules />
-        <enabled>false</enabled>
-        <wuid>175d5c50:15ce367d227:-6328</wuid>
-        <transparent>true</transparent>
-        <auto_size>false</auto_size>
-        <text>START position</text>
-        <scripts />
-        <height>20</height>
-        <border_width>2</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color name="IO Border" red="215" green="215" blue="215" />
-        </border_color>
-        <widget_type>Label</widget_type>
-        <wrap_words>false</wrap_words>
-        <background_color>
-          <color name="IO Background" red="255" green="255" blue="205" />
-        </background_color>
-        <width>151</width>
-        <x>42</x>
-        <name>Label Orientation_7</name>
-        <y>420</y>
-        <foreground_color>
-          <color name="IO Foreground" red="0" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
-        <alarm_pulsing>false</alarm_pulsing>
-        <precision>0</precision>
-        <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules>
-          <rule name="Disable" prop_id="enabled" out_exp="false">
-            <exp bool_exp="pv0==1">
-              <value>false</value>
-            </exp>
-            <exp bool_exp="pv0==0">
-              <value>true</value>
-            </exp>
-            <pv trig="true">${PREFIX}${TYPE}:MTR.BUSY</pv>
-          </rule>
-        </rules>
-        <pv_value />
-        <auto_size>false</auto_size>
-        <text></text>
-        <rotation_angle>0.0</rotation_angle>
-        <show_units>true</show_units>
-        <height>31</height>
-        <multiline_input>false</multiline_input>
-        <border_width>1</border_width>
-        <visible>true</visible>
-        <pv_name>${PREFIX}${TYPE}:MTR.P4SP</pv_name>
-        <selector_type>0</selector_type>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <precision_from_pv>true</precision_from_pv>
-        <widget_type>Text Input</widget_type>
-        <confirm_message></confirm_message>
-        <name>Text Input</name>
-        <style>0</style>
-        <actions hook="false" hook_all="false" />
-        <border_style>3</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <enabled>true</enabled>
-        <wuid>175d5c50:15ce367d227:-6327</wuid>
-        <transparent>false</transparent>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <format_type>0</format_type>
-        <limits_from_pv>false</limits_from_pv>
-        <background_color>
-          <color name="TextBackground" red="70" green="70" blue="70" />
-        </background_color>
-        <width>121</width>
-        <x>228</x>
-        <y>414</y>
-        <maximum>0.0</maximum>
-        <foreground_color>
-          <color name="KeyboardEntry" red="0" green="255" blue="255" />
-        </foreground_color>
-        <minimum>-200.0</minimum>
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-        <border_style>0</border_style>
-        <tooltip></tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules />
-        <enabled>false</enabled>
-        <wuid>175d5c50:15ce367d227:-6326</wuid>
-        <transparent>true</transparent>
-        <auto_size>false</auto_size>
-        <text>END position</text>
-        <scripts />
-        <height>20</height>
-        <border_width>2</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color name="IO Border" red="215" green="215" blue="215" />
-        </border_color>
-        <widget_type>Label</widget_type>
-        <wrap_words>false</wrap_words>
-        <background_color>
-          <color name="IO Background" red="255" green="255" blue="205" />
-        </background_color>
-        <width>104</width>
-        <x>71</x>
-        <name>Label Orientation_7</name>
-        <y>462</y>
-        <foreground_color>
-          <color name="IO Foreground" red="0" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
-        <alarm_pulsing>false</alarm_pulsing>
-        <precision>0</precision>
-        <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules>
-          <rule name="Disable" prop_id="enabled" out_exp="false">
-            <exp bool_exp="pv0==1">
-              <value>false</value>
-            </exp>
-            <exp bool_exp="pv0==0">
-              <value>true</value>
-            </exp>
-            <pv trig="true">${PREFIX}${TYPE}:MTR.BUSY</pv>
-          </rule>
-        </rules>
-        <pv_value />
-        <auto_size>false</auto_size>
-        <text></text>
-        <rotation_angle>0.0</rotation_angle>
-        <show_units>true</show_units>
-        <height>31</height>
-        <multiline_input>false</multiline_input>
-        <border_width>1</border_width>
-        <visible>true</visible>
-        <pv_name>${PREFIX}${TYPE}:MTR.P4EP</pv_name>
-        <selector_type>0</selector_type>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <precision_from_pv>true</precision_from_pv>
-        <widget_type>Text Input</widget_type>
-        <confirm_message></confirm_message>
-        <name>Text Input</name>
-        <style>0</style>
-        <actions hook="false" hook_all="false" />
-        <border_style>3</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <enabled>true</enabled>
-        <wuid>175d5c50:15ce367d227:-6325</wuid>
-        <transparent>false</transparent>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <format_type>0</format_type>
-        <limits_from_pv>false</limits_from_pv>
-        <background_color>
-          <color name="TextBackground" red="70" green="70" blue="70" />
-        </background_color>
-        <width>121</width>
-        <x>228</x>
-        <y>456</y>
-        <maximum>1.7976931348623157E308</maximum>
-        <foreground_color>
-          <color name="KeyboardEntry" red="0" green="255" blue="255" />
-        </foreground_color>
-        <minimum>-1.7976931348623157E308</minimum>
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
-        <border_style>0</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <line_width>1</line_width>
-        <horizontal_fill>true</horizontal_fill>
-        <alarm_pulsing>false</alarm_pulsing>
-        <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-        <arrows>0</arrows>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>175d5c50:15ce367d227:-6324</wuid>
-        <transparent>false</transparent>
-        <points>
-          <point x="29" y="597" />
-          <point x="377" y="597" />
-          <point x="377" y="597" />
-          <point x="377" y="597" />
-          <point x="377" y="597" />
-        </points>
-        <fill_arrow>true</fill_arrow>
-        <pv_value />
-        <alpha>255</alpha>
-        <rotation_angle>0.0</rotation_angle>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <height>1</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>true</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <pv_name></pv_name>
-        <border_color>
-          <color name="Black" red="0" green="0" blue="0" />
-        </border_color>
-        <anti_alias>true</anti_alias>
-        <line_style>0</line_style>
-        <arrow_length>20</arrow_length>
-        <widget_type>Polyline</widget_type>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <background_color>
-          <color name="Black" red="0" green="0" blue="0" />
-        </background_color>
-        <width>349</width>
-        <x>29</x>
-        <name>Polyline</name>
-        <y>597</y>
-        <fill_level>0.0</fill_level>
-        <foreground_color>
-          <color red="255" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-        <border_style>0</border_style>
-        <tooltip></tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>175d5c50:15ce367d227:-6323</wuid>
-        <transparent>false</transparent>
-        <auto_size>false</auto_size>
-        <text>Angle</text>
-        <scripts />
-        <height>25</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <widget_type>Label</widget_type>
-        <wrap_words>false</wrap_words>
-        <background_color>
-          <color name="panelArea" red="240" green="240" blue="240" />
-        </background_color>
-        <width>229</width>
-        <x>96</x>
-        <name>Label_156</name>
-        <y>585</y>
-        <foreground_color>
-          <color red="0" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-        <border_style>0</border_style>
-        <tooltip></tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules />
-        <enabled>false</enabled>
-        <wuid>175d5c50:15ce367d227:-6322</wuid>
-        <transparent>true</transparent>
-        <auto_size>false</auto_size>
-        <text>Number of positions</text>
-        <scripts />
-        <height>20</height>
-        <border_width>2</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color name="IO Border" red="215" green="215" blue="215" />
-        </border_color>
-        <widget_type>Label</widget_type>
-        <wrap_words>false</wrap_words>
-        <background_color>
-          <color name="IO Background" red="255" green="255" blue="205" />
-        </background_color>
-        <width>199</width>
-        <x>30</x>
-        <name>Label Orientation_7</name>
-        <y>502</y>
-        <foreground_color>
-          <color name="IO Foreground" red="0" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
-        <alarm_pulsing>false</alarm_pulsing>
-        <precision>0</precision>
-        <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules>
-          <rule name="Disable" prop_id="enabled" out_exp="false">
-            <exp bool_exp="pv0==1">
-              <value>false</value>
-            </exp>
-            <exp bool_exp="pv0==0">
-              <value>true</value>
-            </exp>
-            <pv trig="true">${PREFIX}${TYPE}:MTR.BUSY</pv>
-          </rule>
-        </rules>
-        <pv_value />
-        <auto_size>false</auto_size>
-        <text></text>
-        <rotation_angle>0.0</rotation_angle>
-        <show_units>true</show_units>
-        <height>31</height>
-        <multiline_input>false</multiline_input>
-        <border_width>1</border_width>
-        <visible>true</visible>
-        <pv_name>${PREFIX}${TYPE}:MTR.NPTS</pv_name>
-        <selector_type>0</selector_type>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <precision_from_pv>true</precision_from_pv>
-        <widget_type>Text Input</widget_type>
-        <confirm_message></confirm_message>
-        <name>Text Input</name>
-        <style>0</style>
-        <actions hook="false" hook_all="false" />
-        <border_style>3</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <enabled>true</enabled>
-        <wuid>175d5c50:15ce367d227:-6321</wuid>
-        <transparent>false</transparent>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <format_type>0</format_type>
-        <limits_from_pv>false</limits_from_pv>
-        <background_color>
-          <color name="TextBackground" red="70" green="70" blue="70" />
-        </background_color>
-        <width>121</width>
-        <x>228</x>
-        <y>496</y>
-        <maximum>100.0</maximum>
-        <foreground_color>
-          <color name="KeyboardEntry" red="0" green="255" blue="255" />
-        </foreground_color>
-        <minimum>0.0</minimum>
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-        <border_style>0</border_style>
-        <tooltip></tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules />
-        <enabled>false</enabled>
-        <wuid>175d5c50:15ce367d227:-6320</wuid>
-        <transparent>true</transparent>
-        <auto_size>false</auto_size>
-        <text>Step size</text>
-        <scripts />
-        <height>20</height>
-        <border_width>2</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color name="IO Border" red="215" green="215" blue="215" />
-        </border_color>
-        <widget_type>Label</widget_type>
-        <wrap_words>false</wrap_words>
-        <background_color>
-          <color name="IO Background" red="255" green="255" blue="205" />
-        </background_color>
-        <width>199</width>
-        <x>30</x>
-        <name>Label Orientation_7</name>
-        <y>547</y>
-        <foreground_color>
-          <color name="IO Foreground" red="0" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
-        <alarm_pulsing>false</alarm_pulsing>
-        <precision>0</precision>
-        <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules>
-          <rule name="Disable" prop_id="enabled" out_exp="false">
-            <exp bool_exp="pv0==1">
-              <value>false</value>
-            </exp>
-            <exp bool_exp="pv0==0">
-              <value>true</value>
-            </exp>
-            <pv trig="true">${PREFIX}${TYPE}:MTR.BUSY</pv>
-          </rule>
-        </rules>
-        <pv_value />
-        <auto_size>false</auto_size>
-        <text></text>
-        <rotation_angle>0.0</rotation_angle>
-        <show_units>true</show_units>
-        <height>31</height>
-        <multiline_input>false</multiline_input>
-        <border_width>1</border_width>
-        <visible>true</visible>
-        <pv_name>${PREFIX}${TYPE}:MTR.P4SI</pv_name>
-        <selector_type>0</selector_type>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <precision_from_pv>true</precision_from_pv>
-        <widget_type>Text Input</widget_type>
-        <confirm_message></confirm_message>
-        <name>Text Input</name>
-        <style>0</style>
-        <actions hook="false" hook_all="false" />
-        <border_style>3</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <enabled>true</enabled>
-        <wuid>175d5c50:15ce367d227:-631f</wuid>
-        <transparent>false</transparent>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <format_type>0</format_type>
-        <limits_from_pv>false</limits_from_pv>
-        <background_color>
-          <color name="TextBackground" red="70" green="70" blue="70" />
-        </background_color>
-        <width>121</width>
-        <x>228</x>
-        <y>541</y>
-        <maximum>1.7976931348623157E308</maximum>
-        <foreground_color>
-          <color name="KeyboardEntry" red="0" green="255" blue="255" />
-        </foreground_color>
-        <minimum>-1.7976931348623157E308</minimum>
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-        <border_style>0</border_style>
-        <tooltip></tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules />
-        <enabled>false</enabled>
-        <wuid>175d5c50:15ce367d227:-631e</wuid>
-        <transparent>true</transparent>
-        <auto_size>false</auto_size>
-        <text>Nb Angles</text>
-        <scripts />
-        <height>20</height>
-        <border_width>2</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color name="IO Border" red="215" green="215" blue="215" />
-        </border_color>
-        <widget_type>Label</widget_type>
-        <wrap_words>false</wrap_words>
-        <background_color>
-          <color name="IO Background" red="255" green="255" blue="205" />
-        </background_color>
-        <width>84</width>
-        <x>99</x>
-        <name>Label Orientation_2</name>
-        <y>715</y>
-        <foreground_color>
-          <color name="IO Foreground" red="0" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
-        <alarm_pulsing>false</alarm_pulsing>
-        <precision>0</precision>
-        <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules>
-          <rule name="Disable" prop_id="enabled" out_exp="false">
-            <exp bool_exp="pv0==1">
-              <value>false</value>
-            </exp>
-            <exp bool_exp="pv0==0">
-              <value>true</value>
-            </exp>
-            <pv trig="true">${PREFIX}${TYPE}:MTR.BUSY</pv>
-          </rule>
-        </rules>
-        <pv_value />
-        <auto_size>false</auto_size>
-        <text></text>
-        <rotation_angle>0.0</rotation_angle>
-        <show_units>true</show_units>
-        <height>31</height>
-        <multiline_input>false</multiline_input>
-        <border_width>1</border_width>
-        <visible>true</visible>
-        <pv_name>${PREFIX}${TYPE}:PS.NPTS</pv_name>
-        <selector_type>0</selector_type>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <precision_from_pv>true</precision_from_pv>
-        <widget_type>Text Input</widget_type>
-        <confirm_message></confirm_message>
-        <name>Text Input_2</name>
-        <style>0</style>
-        <actions hook="false" hook_all="false" />
-        <border_style>3</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <enabled>true</enabled>
-        <wuid>175d5c50:15ce367d227:-631d</wuid>
-        <transparent>false</transparent>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <format_type>0</format_type>
-        <limits_from_pv>false</limits_from_pv>
-        <background_color>
-          <color name="TextBackground" red="70" green="70" blue="70" />
-        </background_color>
-        <width>121</width>
-        <x>228</x>
-        <y>709</y>
-        <maximum>400.0</maximum>
-        <foreground_color>
-          <color name="KeyboardEntry" red="0" green="255" blue="255" />
-        </foreground_color>
-        <minimum>0.0</minimum>
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.ActionButton" version="2.0.0">
-        <toggle_button>false</toggle_button>
-        <border_style>6</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <alarm_pulsing>false</alarm_pulsing>
-        <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-        <push_action_index>0</push_action_index>
-        <rules>
-          <rule name="Enable" prop_id="enabled" out_exp="false">
-            <exp bool_exp="pv0==0 || pv1==1||pv2==1 || pv3==1">
-              <value>false</value>
-            </exp>
-            <exp bool_exp="pv0==1 &amp;&amp; pv1==0 &amp;&amp; pv2==0 &amp;&amp; pv3==0">
-              <value>true</value>
-            </exp>
-            <pv trig="true">${PREFIX}${TYPE}:MTR.BUSY</pv>
-            <pv trig="true">${PREFIX}${TYPE}:PROC-AUTO-HOME</pv>
-            <pv trig="true">${PREFIX}${TYPE}-PMAC:SWITCH_H_R</pv>
-            <pv trig="true">${PREFIX}${TYPE}:PS.BUSY</pv>
-          </rule>
-        </rules>
-        <enabled>true</enabled>
-        <wuid>175d5c50:15ce367d227:-631c</wuid>
-        <pv_value />
-        <text>ABORT</text>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <height>55</height>
-        <border_width>2</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <image></image>
-        <visible>true</visible>
-        <pv_name></pv_name>
-        <border_color>
-          <color name="IO Border" red="215" green="215" blue="215" />
-        </border_color>
-        <widget_type>Action Button</widget_type>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <background_color>
-          <color name="Major" red="255" green="0" blue="0" />
-        </background_color>
-        <width>146</width>
-        <x>45</x>
-        <name>Abort Scan</name>
-        <y>1056</y>
-        <style>0</style>
-        <foreground_color>
-          <color name="IO Foreground" red="0" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="true">
-          <action type="WRITE_PV">
-            <pv_name>${PREFIX}${TYPE}:MTR-ABORT.PROC</pv_name>
-            <value>1</value>
-            <timeout>10</timeout>
-            <confirm_message></confirm_message>
-            <description>Abort Scan</description>
-          </action>
-        </actions>
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.ActionButton" version="2.0.0">
-        <toggle_button>false</toggle_button>
-        <border_style>6</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <alarm_pulsing>false</alarm_pulsing>
-        <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-        <push_action_index>0</push_action_index>
-        <rules>
-          <rule name="Enable" prop_id="enabled" out_exp="false">
-            <exp bool_exp="pv0==0 &amp;&amp; pv1==0 &amp;&amp; pv2==0 &amp;&amp; pv3==0 &amp;&amp; pv4==0 &amp;&amp; pv5==0 &amp;&amp; pv6==0 &amp;&amp;pv7==1">
-              <value>true</value>
-            </exp>
-            <exp bool_exp="pv0==1 || pv1==0 || pv2==0 || pv3==0 || pv4==0 || pv5==0 ||pv6==0 ||pv7==0">
-              <value>false</value>
-            </exp>
-            <pv trig="true">${PREFIX}${TYPE}:MTR.BUSY</pv>
-            <pv trig="true">INFN-SRC:INTK-HMI:FM1</pv>
-            <pv trig="true">INFN-SRC:INTK-HMI:FM2</pv>
-            <pv trig="true">INFN-SRC:INTK-HMI:FM3</pv>
-            <pv trig="true">INFN-SRC:INTK-HMI:FM4</pv>
-            <pv trig="true">INFN-SRC:INTK-HMI:FM5</pv>
-            <pv trig="true">${PREFIX}${TYPE}:PROC-AUTO-HOME</pv>
-            <pv trig="true">INFN-SRC:INTK-Src:STATUS</pv>
-          </rule>
-        </rules>
-        <enabled>true</enabled>
-        <wuid>175d5c50:15ce367d227:-631b</wuid>
-        <pv_value />
-        <text>START</text>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <height>55</height>
-        <border_width>2</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <image></image>
-        <visible>true</visible>
-        <pv_name></pv_name>
-        <border_color>
-          <color name="IO Border" red="215" green="215" blue="215" />
-        </border_color>
-        <widget_type>Action Button</widget_type>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <background_color>
-          <color name="IO Button" red="178" green="178" blue="178" />
-        </background_color>
-        <width>103</width>
-        <x>216</x>
-        <name>Start Scan</name>
-        <y>1056</y>
-        <style>0</style>
-        <foreground_color>
-          <color name="IO Foreground" red="0" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false">
-          <action type="WRITE_PV">
-            <pv_name>${PREFIX}${TYPE}:MTR.EXSC</pv_name>
-            <value>1</value>
-            <timeout>10</timeout>
-            <confirm_message></confirm_message>
-            <description>Start SCAN</description>
-          </action>
-        </actions>
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-        <border_style>0</border_style>
-        <tooltip></tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules />
-        <enabled>false</enabled>
-        <wuid>175d5c50:15ce367d227:-631a</wuid>
-        <transparent>true</transparent>
-        <auto_size>false</auto_size>
-        <text>MRAD  MIN</text>
-        <scripts />
-        <height>25</height>
-        <border_width>2</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color name="IO Border" red="215" green="215" blue="215" />
-        </border_color>
-        <widget_type>Label</widget_type>
-        <wrap_words>false</wrap_words>
-        <background_color>
-          <color name="IO Background" red="255" green="255" blue="205" />
-        </background_color>
-        <width>101</width>
-        <x>83</x>
-        <name>Label Orientation_7</name>
-        <y>669</y>
-        <foreground_color>
-          <color name="IO Foreground" red="0" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
-        <alarm_pulsing>false</alarm_pulsing>
-        <precision>0</precision>
-        <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules>
-          <rule name="Disable" prop_id="enabled" out_exp="false">
-            <exp bool_exp="pv0==1">
-              <value>false</value>
-            </exp>
-            <exp bool_exp="pv0==0">
-              <value>true</value>
-            </exp>
-            <pv trig="true">${PREFIX}${TYPE}:MTR.BUSY</pv>
-          </rule>
-        </rules>
-        <pv_value />
-        <auto_size>false</auto_size>
-        <text></text>
-        <rotation_angle>0.0</rotation_angle>
-        <show_units>true</show_units>
-        <height>31</height>
-        <multiline_input>false</multiline_input>
-        <border_width>1</border_width>
-        <visible>true</visible>
-        <pv_name>${PREFIX}${TYPE}:PROC-AngleMin-SP</pv_name>
-        <selector_type>0</selector_type>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <precision_from_pv>true</precision_from_pv>
-        <widget_type>Text Input</widget_type>
-        <confirm_message></confirm_message>
-        <name>Text Input</name>
-        <style>0</style>
-        <actions hook="false" hook_all="false" />
-        <border_style>3</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <enabled>true</enabled>
-        <wuid>175d5c50:15ce367d227:-6319</wuid>
-        <transparent>false</transparent>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <format_type>0</format_type>
-        <limits_from_pv>false</limits_from_pv>
-        <background_color>
-          <color name="TextBackground" red="70" green="70" blue="70" />
-        </background_color>
-        <width>121</width>
-        <x>228</x>
-        <y>666</y>
-        <maximum>1.7976931348623157E308</maximum>
-        <foreground_color>
-          <color name="KeyboardEntry" red="0" green="255" blue="255" />
-        </foreground_color>
-        <minimum>-1.7976931348623157E308</minimum>
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-        <border_style>0</border_style>
-        <tooltip></tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules />
-        <enabled>false</enabled>
-        <wuid>175d5c50:15ce367d227:-6318</wuid>
-        <transparent>true</transparent>
-        <auto_size>false</auto_size>
-        <text>Step size</text>
-        <scripts />
-        <height>20</height>
-        <border_width>2</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color name="IO Border" red="215" green="215" blue="215" />
-        </border_color>
-        <widget_type>Label</widget_type>
-        <wrap_words>false</wrap_words>
-        <background_color>
-          <color name="IO Background" red="255" green="255" blue="205" />
-        </background_color>
-        <width>144</width>
-        <x>60</x>
-        <name>Label Orientation_2</name>
-        <y>756</y>
-        <foreground_color>
-          <color name="IO Foreground" red="0" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
-        <alarm_pulsing>false</alarm_pulsing>
-        <precision>0</precision>
-        <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules>
-          <rule name="Disable" prop_id="enabled" out_exp="false">
-            <exp bool_exp="pv0==1">
-              <value>false</value>
-            </exp>
-            <exp bool_exp="pv0==0">
-              <value>true</value>
-            </exp>
-            <pv trig="true">${PREFIX}${TYPE}:MTR.BUSY</pv>
-          </rule>
-        </rules>
-        <pv_value />
-        <auto_size>false</auto_size>
-        <text></text>
-        <rotation_angle>0.0</rotation_angle>
-        <show_units>true</show_units>
-        <height>31</height>
-        <multiline_input>false</multiline_input>
-        <border_width>1</border_width>
-        <visible>true</visible>
-        <pv_name>${PREFIX}${TYPE}:PROC-StepAngle</pv_name>
-        <selector_type>0</selector_type>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <precision_from_pv>true</precision_from_pv>
-        <widget_type>Text Input</widget_type>
-        <confirm_message></confirm_message>
-        <name>Text Input_2</name>
-        <style>0</style>
-        <actions hook="false" hook_all="false" />
-        <border_style>3</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <enabled>true</enabled>
-        <wuid>175d5c50:15ce367d227:-6317</wuid>
-        <transparent>false</transparent>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <format_type>0</format_type>
-        <limits_from_pv>false</limits_from_pv>
-        <background_color>
-          <color name="TextBackground" red="70" green="70" blue="70" />
-        </background_color>
-        <width>121</width>
-        <x>228</x>
-        <y>750</y>
-        <maximum>1.7976931348623157E308</maximum>
-        <foreground_color>
-          <color name="KeyboardEntry" red="0" green="255" blue="255" />
-        </foreground_color>
-        <minimum>-1.7976931348623157E308</minimum>
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-        <border_style>0</border_style>
-        <tooltip></tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules />
-        <enabled>false</enabled>
-        <wuid>175d5c50:15ce367d227:-6316</wuid>
-        <transparent>true</transparent>
-        <auto_size>false</auto_size>
-        <text>MRAD MAX</text>
-        <scripts />
-        <height>25</height>
-        <border_width>2</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color name="IO Border" red="215" green="215" blue="215" />
-        </border_color>
-        <widget_type>Label</widget_type>
-        <wrap_words>false</wrap_words>
-        <background_color>
-          <color name="IO Background" red="255" green="255" blue="205" />
-        </background_color>
-        <width>99</width>
-        <x>82</x>
-        <name>Label Orientation_1</name>
-        <y>624</y>
-        <foreground_color>
-          <color name="IO Foreground" red="0" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
-        <alarm_pulsing>false</alarm_pulsing>
-        <precision>0</precision>
-        <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules>
-          <rule name="Disable" prop_id="enabled" out_exp="false">
-            <exp bool_exp="pv0==1">
-              <value>false</value>
-            </exp>
-            <exp bool_exp="pv0==0">
-              <value>true</value>
-            </exp>
-            <pv trig="true">${PREFIX}${TYPE}:MTR.BUSY</pv>
-          </rule>
-        </rules>
-        <pv_value />
-        <auto_size>false</auto_size>
-        <text></text>
-        <rotation_angle>0.0</rotation_angle>
-        <show_units>true</show_units>
-        <height>31</height>
-        <multiline_input>false</multiline_input>
-        <border_width>1</border_width>
-        <visible>true</visible>
-        <pv_name>${PREFIX}${TYPE}:PROC-AngleMax-SP</pv_name>
-        <selector_type>0</selector_type>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <precision_from_pv>true</precision_from_pv>
-        <widget_type>Text Input</widget_type>
-        <confirm_message></confirm_message>
-        <name>Text Input</name>
-        <style>0</style>
-        <actions hook="false" hook_all="false" />
-        <border_style>3</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <enabled>true</enabled>
-        <wuid>175d5c50:15ce367d227:-6315</wuid>
-        <transparent>false</transparent>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <format_type>0</format_type>
-        <limits_from_pv>false</limits_from_pv>
-        <background_color>
-          <color name="TextBackground" red="70" green="70" blue="70" />
-        </background_color>
-        <width>121</width>
-        <x>228</x>
-        <y>624</y>
-        <maximum>1.7976931348623157E308</maximum>
-        <foreground_color>
-          <color name="KeyboardEntry" red="0" green="255" blue="255" />
-        </foreground_color>
-        <minimum>-1.7976931348623157E308</minimum>
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-        <border_style>0</border_style>
-        <tooltip></tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>175d5c50:15ce367d227:-6314</wuid>
-        <transparent>false</transparent>
-        <auto_size>false</auto_size>
-        <text>CONFIGURATION</text>
-        <scripts />
-        <height>32</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <widget_type>Label</widget_type>
-        <wrap_words>true</wrap_words>
-        <background_color>
-          <color name="SubPanel" red="176" green="218" blue="249" />
-        </background_color>
-        <width>349</width>
-        <x>30</x>
-        <name>Label_15</name>
-        <y>39</y>
-        <foreground_color>
-          <color red="0" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <show_scrollbar>false</show_scrollbar>
-        <font>
-          <opifont.name fontName="OpenSans" height="15" style="1">Medium Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.intensityGraph" version="1.0.0">
-        <vertial_profile_y_pv_value />
-        <y_axis_show_minor_ticks>true</y_axis_show_minor_ticks>
-        <alarm_pulsing>false</alarm_pulsing>
-        <tooltip>$(pv_name)</tooltip>
-        <x_axis_show_minor_ticks>true</x_axis_show_minor_ticks>
-        <roi_0_w_pv_value />
-        <roi_0_visible>true</roi_0_visible>
-        <horizon_profile_x_pv_name>$(PREFIX)$(TYPE):CALC-PROJ-Xabsc</horizon_profile_x_pv_name>
-        <height>798</height>
-        <border_width>1</border_width>
-        <graph_area_width>1290</graph_area_width>
-        <y_axis_scale_font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </y_axis_scale_font>
-        <roi_0_x_pv></roi_0_x_pv>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <x_axis_minimum>-200.0</x_axis_minimum>
-        <y_axis_maximum>80.0</y_axis_maximum>
-        <pixel_info_pv_value />
-        <x_axis_maximum>0.0</x_axis_maximum>
-        <vertial_profile_x_pv_value />
-        <roi_0_title>ROI 0</roi_0_title>
-        <actions hook="false" hook_all="false" />
-        <border_style>0</border_style>
-        <rgb_mode>false</rgb_mode>
-        <roi_1_title>ROI 1</roi_1_title>
-        <crop_left>0</crop_left>
-        <roi_1_y_pv_value />
-        <x_axis_scale_font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </x_axis_scale_font>
-        <data_width>0</data_width>
-        <enabled>true</enabled>
-        <wuid>175d5c50:15ce367d227:-6313</wuid>
-        <roi_1_visible>true</roi_1_visible>
-        <y_axis_title_font>
-          <opifont.name fontName="Cantarell" height="11" style="1">Default Bold</opifont.name>
-        </y_axis_title_font>
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <graph_area_height>737</graph_area_height>
-        <x_axis_visible>true</x_axis_visible>
-        <roi_0_y_pv_value />
-        <roi_1_h_pv_value />
-        <vertical_profile_x_pv_name>$(PREFIX)$(TYPE):CALC-PROJ-Yabsc</vertical_profile_x_pv_name>
-        <pixel_info_pv_name></pixel_info_pv_name>
-        <roi_0_width_pv></roi_0_width_pv>
-        <x_axis_axis_color>
-          <color red="0" green="0" blue="0" />
-        </x_axis_axis_color>
-        <roi_0_h_pv_value />
-        <roi_1_x_pv></roi_1_x_pv>
-        <background_color>
-          <color red="240" green="240" blue="240" />
-        </background_color>
-        <x_axis_axis_title>mm</x_axis_axis_title>
-        <width>1405</width>
-        <x>660</x>
-        <y>100</y>
-        <maximum>5.0</maximum>
-        <data_height>0</data_height>
-        <minimum>-1.0</minimum>
-        <crop_right>0</crop_right>
-        <crop_top>0</crop_top>
-        <roi_color>
-          <color red="0" green="255" blue="255" />
-        </roi_color>
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-        <roi_0_y_pv></roi_0_y_pv>
-        <rules>
-          <rule name="DataHeight" prop_id="data_height" out_exp="true">
-            <exp bool_exp="pv0&gt;0">
-              <value>pv0</value>
-            </exp>
-            <pv trig="true">${PREFIX}${TYPE}:PS.NPTS</pv>
-          </rule>
-          <rule name="DataWidth" prop_id="data_width" out_exp="true">
-            <exp bool_exp="pv0&gt;0">
-              <value>pv0</value>
-            </exp>
-            <pv trig="true">${PREFIX}${TYPE}:MTR.NPTS</pv>
-          </rule>
-          <rule name="XMax" prop_id="x_axis_maximum" out_exp="true">
-            <exp bool_exp="pv0!=0">
-              <value>pv0</value>
-            </exp>
-            <pv trig="true">${PREFIX}${TYPE}:MTR.P4EP</pv>
-          </rule>
-          <rule name="XMin" prop_id="x_axis_minimum" out_exp="true">
-            <exp bool_exp="pv0!=0">
-              <value>pv0</value>
-            </exp>
-            <pv trig="true">${PREFIX}${TYPE}:MTR.P4SP</pv>
-          </rule>
-          <rule name="YMax" prop_id="y_axis_maximum" out_exp="true">
-            <exp bool_exp="pv0!=0">
-              <value>pv0</value>
-            </exp>
-            <pv trig="true">${PREFIX}${TYPE}:PROC-AngleMax-SP</pv>
-          </rule>
-          <rule name="YMin" prop_id="y_axis_minimum" out_exp="true">
-            <exp bool_exp="pv0!=0">
-              <value>pv0</value>
-            </exp>
-            <pv trig="true">${PREFIX}${TYPE}:PROC-AngleMin-SP</pv>
-          </rule>
-        </rules>
-        <horizon_profile_y_pv_value />
-        <roi_1_x_pv_value />
-        <roi_count>2</roi_count>
-        <roi_1_y_pv></roi_1_y_pv>
-        <pv_value />
-        <color_map>
-          <interpolate>true</interpolate>
-          <autoscale>true</autoscale>
-          <map>2</map>
-        </color_map>
-        <show_ramp>true</show_ramp>
-        <y_axis_axis_title>mrad</y_axis_axis_title>
-        <horizon_profile_y_pv_name>$(PREFIX)$(TYPE):CALC-PROJ-Xwf</horizon_profile_y_pv_name>
-        <single_line_profiling>false</single_line_profiling>
-        <y_axis_minimum>-80.0</y_axis_minimum>
-        <visible>true</visible>
-        <roi_1_w_pv_value />
-        <vertical_profile_y_pv_name>$(PREFIX)$(TYPE):CALC-PROJ-Ywf</vertical_profile_y_pv_name>
-        <x_axis_major_tick_step_hint>50</x_axis_major_tick_step_hint>
-        <pv_name>$(PREFIX)$(TYPE):BUFF-CURRENT</pv_name>
-        <roi_0_height_pv></roi_0_height_pv>
-        <widget_type>Intensity Graph</widget_type>
-        <name>Intensity Graph</name>
-        <y_axis_axis_color>
-          <color red="0" green="0" blue="0" />
-        </y_axis_axis_color>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <roi_1_height_pv></roi_1_height_pv>
-        <roi_1_width_pv></roi_1_width_pv>
-        <y_axis_major_tick_step_hint>50</y_axis_major_tick_step_hint>
-        <scripts />
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>true</keep_wh_ratio>
-        </scale_options>
-        <x_axis_title_font>
-          <opifont.name fontName="Cantarell" height="11" style="1">Default Bold</opifont.name>
-        </x_axis_title_font>
-        <crop_bottom>0</crop_bottom>
-        <y_axis_visible>true</y_axis_visible>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <horizon_profile_x_pv_value />
-        <roi_0_x_pv_value />
-        <foreground_color>
-          <color red="0" green="0" blue="0" />
-        </foreground_color>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.tank" version="1.0.0">
-        <alarm_pulsing>false</alarm_pulsing>
-        <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-        <rules />
-        <effect_3d>true</effect_3d>
-        <scale_font>
-          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-        </scale_font>
-        <pv_value />
-        <show_scale>true</show_scale>
-        <scale_format></scale_format>
-        <height>5</height>
-        <fill_color>
-          <color red="0" green="0" blue="255" />
-        </fill_color>
-        <border_width>1</border_width>
-        <visible>true</visible>
-        <pv_name></pv_name>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <widget_type>Tank</widget_type>
-        <name>Tank</name>
-        <show_hi>true</show_hi>
-        <actions hook="false" hook_all="false" />
-        <show_lo>true</show_lo>
-        <border_style>0</border_style>
-        <show_lolo>true</show_lolo>
-        <show_minor_ticks>true</show_minor_ticks>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <show_markers>true</show_markers>
-        <color_hihi>
-          <color red="255" green="0" blue="0" />
-        </color_hihi>
-        <show_hihi>true</show_hihi>
-        <log_scale>false</log_scale>
-        <enabled>true</enabled>
-        <wuid>175d5c50:15ce367d227:-6312</wuid>
-        <level_hihi>90.0</level_hihi>
-        <color_hi>
-          <color red="255" green="128" blue="0" />
-        </color_hi>
-        <color_lo>
-          <color red="255" green="128" blue="0" />
-        </color_lo>
-        <scripts />
-        <border_alarm_sensitive>true</border_alarm_sensitive>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <fillcolor_alarm_sensitive>false</fillcolor_alarm_sensitive>
-        <color_fillbackground>
-          <color red="192" green="192" blue="192" />
-        </color_fillbackground>
-        <major_tick_step_hint>50</major_tick_step_hint>
-        <level_hi>80.0</level_hi>
-        <transparent_background>true</transparent_background>
-        <level_lo>20.0</level_lo>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <limits_from_pv>true</limits_from_pv>
-        <background_color>
-          <color red="240" green="240" blue="240" />
-        </background_color>
-        <level_lolo>10.0</level_lolo>
-        <width>475</width>
-        <x>522</x>
-        <y>1008</y>
-        <maximum>100.0</maximum>
-        <color_lolo>
-          <color red="255" green="0" blue="0" />
-        </color_lolo>
-        <foreground_color>
-          <color red="0" green="0" blue="0" />
-        </foreground_color>
-        <minimum>0.0</minimum>
-        <font>
-          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-        <border_style>0</border_style>
-        <tooltip></tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>175d5c50:15ce367d227:-6311</wuid>
-        <transparent>false</transparent>
-        <auto_size>false</auto_size>
-        <text>MEASURE</text>
-        <scripts />
-        <height>32</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <widget_type>Label</widget_type>
-        <wrap_words>true</wrap_words>
-        <background_color>
-          <color name="SubPanel" red="176" green="218" blue="249" />
-        </background_color>
-        <width>1681</width>
-        <x>414</x>
-        <name>Label_15</name>
-        <y>39</y>
-        <foreground_color>
-          <color red="0" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <show_scrollbar>false</show_scrollbar>
-        <font>
-          <opifont.name fontName="OpenSans" height="15" style="1">Medium Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.RoundedRectangle" version="1.0.0">
-        <border_style>0</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <line_width>0</line_width>
-        <horizontal_fill>true</horizontal_fill>
-        <alarm_pulsing>false</alarm_pulsing>
-        <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>175d5c50:15ce367d227:-6310</wuid>
-        <transparent>false</transparent>
-        <pv_value />
-        <alpha>255</alpha>
-        <corner_height>16</corner_height>
-        <bg_gradient_color>
-          <color red="255" green="255" blue="255" />
-        </bg_gradient_color>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <height>1093</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <pv_name></pv_name>
-        <gradient>false</gradient>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <anti_alias>true</anti_alias>
-        <corner_width>16</corner_width>
-        <line_style>0</line_style>
-        <widget_type>Rounded Rectangle</widget_type>
-        <fg_gradient_color>
-          <color red="255" green="255" blue="255" />
-        </fg_gradient_color>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <background_color>
-          <color red="186" green="189" blue="182" />
-        </background_color>
-        <width>319</width>
-        <x>2136</x>
-        <name>Rounded Rectangle_5</name>
-        <y>18</y>
-        <fill_level>0.0</fill_level>
-        <foreground_color>
-          <color red="255" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-        </font>
-        <line_color>
-          <color red="128" green="0" blue="255" />
-        </line_color>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.tab" version="1.0.0">
-        <active_tab>0</active_tab>
-        <tooltip></tooltip>
-        <height>597</height>
-        <border_width>1</border_width>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <tab_0_foreground_color>
-          <color red="0" green="0" blue="0" />
-        </tab_0_foreground_color>
-        <actions hook="false" hook_all="false" />
-        <border_style>0</border_style>
-        <enabled>true</enabled>
-        <wuid>175d5c50:15ce367d227:-630f</wuid>
-        <background_color>
-          <color red="186" green="189" blue="182" />
-        </background_color>
-        <width>319</width>
-        <x>2136</x>
-        <horizontal_tabs>true</horizontal_tabs>
-        <y>82</y>
-        <rules />
-        <macros>
-          <include_parent_macros>true</include_parent_macros>
-        </macros>
-        <visible>true</visible>
-        <tab_0_background_color>
-          <color red="186" green="189" blue="182" />
-        </tab_0_background_color>
-        <widget_type>Tabbed Container</widget_type>
-        <name>Tabbed Container</name>
-        <minimum_tab_height>10</minimum_tab_height>
-        <tab_0_font>
-          <opifont.name fontName="OpenSans" height="10" style="1">Small Bold</opifont.name>
-        </tab_0_font>
-        <tab_0_title>SCANNING</tab_0_title>
-        <scripts />
-        <tab_count>1</tab_count>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <tab_0_icon_path></tab_0_icon_path>
-        <tab_0_enabled>true</tab_0_enabled>
-        <foreground_color>
-          <color red="192" green="192" blue="192" />
-        </foreground_color>
-        <widget typeId="org.csstudio.opibuilder.widgets.groupingContainer" version="1.0.0">
-          <border_style>0</border_style>
-          <tooltip></tooltip>
-          <rules />
-          <enabled>true</enabled>
-          <wuid>175d5c50:15ce367d227:-630e</wuid>
-          <transparent>true</transparent>
-          <lock_children>false</lock_children>
-          <scripts />
-          <height>565</height>
-          <border_width>1</border_width>
-          <scale_options>
-            <width_scalable>true</width_scalable>
-            <height_scalable>true</height_scalable>
-            <keep_wh_ratio>false</keep_wh_ratio>
-          </scale_options>
-          <macros>
-            <include_parent_macros>true</include_parent_macros>
-          </macros>
-          <visible>true</visible>
-          <border_color>
-            <color red="0" green="128" blue="255" />
-          </border_color>
-          <widget_type>Grouping Container</widget_type>
-          <background_color>
-            <color red="240" green="240" blue="240" />
-          </background_color>
-          <width>317</width>
-          <x>1</x>
-          <name>SCANNING</name>
-          <y>1</y>
-          <foreground_color>
-            <color red="192" green="192" blue="192" />
-          </foreground_color>
-          <actions hook="false" hook_all="false" />
-          <fc>false</fc>
-          <show_scrollbar>true</show_scrollbar>
-          <font>
-            <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-          </font>
-          <widget typeId="org.csstudio.opibuilder.widgets.Rectangle" version="1.0.0">
-            <border_style>0</border_style>
-            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-            <line_width>0</line_width>
-            <horizontal_fill>true</horizontal_fill>
-            <alarm_pulsing>false</alarm_pulsing>
-            <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-            <rules />
-            <enabled>true</enabled>
-            <wuid>175d5c50:15ce367d227:-630d</wuid>
-            <transparent>false</transparent>
-            <pv_value />
-            <alpha>255</alpha>
-            <bg_gradient_color>
-              <color red="255" green="255" blue="255" />
-            </bg_gradient_color>
-            <scripts />
-            <border_alarm_sensitive>false</border_alarm_sensitive>
-            <height>325</height>
-            <border_width>1</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <visible>true</visible>
-            <pv_name></pv_name>
-            <gradient>false</gradient>
-            <border_color>
-              <color red="0" green="128" blue="255" />
-            </border_color>
-            <anti_alias>true</anti_alias>
-            <line_style>0</line_style>
-            <widget_type>Rectangle</widget_type>
-            <fg_gradient_color>
-              <color red="255" green="255" blue="255" />
-            </fg_gradient_color>
-            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-            <background_color>
-              <color red="136" green="138" blue="133" />
-            </background_color>
-            <width>295</width>
-            <x>12</x>
-            <name>Rectangle_1</name>
-            <y>228</y>
-            <fill_level>0.0</fill_level>
-            <foreground_color>
-              <color red="255" green="0" blue="0" />
-            </foreground_color>
-            <actions hook="false" hook_all="false" />
-            <font>
-              <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-            </font>
-            <line_color>
-              <color red="128" green="0" blue="255" />
-            </line_color>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.Rectangle" version="1.0.0">
-            <border_style>0</border_style>
-            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-            <line_width>0</line_width>
-            <horizontal_fill>true</horizontal_fill>
-            <alarm_pulsing>false</alarm_pulsing>
-            <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-            <rules />
-            <enabled>true</enabled>
-            <wuid>175d5c50:15ce367d227:-630c</wuid>
-            <transparent>false</transparent>
-            <pv_value />
-            <alpha>255</alpha>
-            <bg_gradient_color>
-              <color red="255" green="255" blue="255" />
-            </bg_gradient_color>
-            <scripts />
-            <border_alarm_sensitive>false</border_alarm_sensitive>
-            <height>193</height>
-            <border_width>1</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <visible>true</visible>
-            <pv_name></pv_name>
-            <gradient>false</gradient>
-            <border_color>
-              <color red="0" green="128" blue="255" />
-            </border_color>
-            <anti_alias>true</anti_alias>
-            <line_style>0</line_style>
-            <widget_type>Rectangle</widget_type>
-            <fg_gradient_color>
-              <color red="255" green="255" blue="255" />
-            </fg_gradient_color>
-            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-            <background_color>
-              <color red="136" green="138" blue="133" />
-            </background_color>
-            <width>295</width>
-            <x>12</x>
-            <name>Rectangle_1</name>
-            <y>18</y>
-            <fill_level>0.0</fill_level>
-            <foreground_color>
-              <color red="255" green="0" blue="0" />
-            </foreground_color>
-            <actions hook="false" hook_all="false" />
-            <font>
-              <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-            </font>
-            <line_color>
-              <color red="128" green="0" blue="255" />
-            </line_color>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-            <border_style>0</border_style>
-            <tooltip></tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
-            <rules />
-            <enabled>false</enabled>
-            <wuid>175d5c50:15ce367d227:-630b</wuid>
-            <transparent>true</transparent>
-            <auto_size>false</auto_size>
-            <text>PS Horizontal</text>
-            <scripts />
-            <height>20</height>
-            <border_width>2</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <visible>true</visible>
-            <vertical_alignment>1</vertical_alignment>
-            <border_color>
-              <color name="IO Border" red="215" green="215" blue="215" />
-            </border_color>
-            <widget_type>Label</widget_type>
-            <wrap_words>false</wrap_words>
-            <background_color>
-              <color name="IO Background" red="255" green="255" blue="205" />
-            </background_color>
-            <width>125</width>
-            <x>38</x>
-            <name>Label Orientation_7</name>
-            <y>36</y>
-            <foreground_color>
-              <color name="IO Foreground" red="0" green="0" blue="0" />
-            </foreground_color>
-            <actions hook="false" hook_all="false" />
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
-            <alarm_pulsing>false</alarm_pulsing>
-            <precision>0</precision>
-            <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
-            <rules />
-            <pv_value />
-            <auto_size>false</auto_size>
-            <text></text>
-            <rotation_angle>0.0</rotation_angle>
-            <show_units>true</show_units>
-            <height>31</height>
-            <multiline_input>false</multiline_input>
-            <border_width>1</border_width>
-            <visible>true</visible>
-            <pv_name>$(PREFIX):HVhor-SP</pv_name>
-            <selector_type>0</selector_type>
-            <border_color>
-              <color red="0" green="128" blue="255" />
-            </border_color>
-            <precision_from_pv>true</precision_from_pv>
-            <widget_type>Text Input</widget_type>
-            <confirm_message></confirm_message>
-            <name>Text Input</name>
-            <style>0</style>
-            <actions hook="false" hook_all="false" />
-            <border_style>3</border_style>
-            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-            <enabled>true</enabled>
-            <wuid>175d5c50:15ce367d227:-630a</wuid>
-            <transparent>false</transparent>
-            <scripts />
-            <border_alarm_sensitive>false</border_alarm_sensitive>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-            <format_type>0</format_type>
-            <limits_from_pv>false</limits_from_pv>
-            <background_color>
-              <color name="TextBackground" red="70" green="70" blue="70" />
-            </background_color>
-            <width>100</width>
-            <x>186</x>
-            <y>30</y>
-            <maximum>1.7976931348623157E308</maximum>
-            <foreground_color>
-              <color name="Green On" red="0" green="255" blue="0" />
-            </foreground_color>
-            <minimum>-1.7976931348623157E308</minimum>
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-            <border_style>0</border_style>
-            <tooltip></tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
-            <rules />
-            <enabled>false</enabled>
-            <wuid>175d5c50:15ce367d227:-6309</wuid>
-            <transparent>true</transparent>
-            <auto_size>false</auto_size>
-            <text>PS Vertical</text>
-            <scripts />
-            <height>20</height>
-            <border_width>2</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <visible>true</visible>
-            <vertical_alignment>1</vertical_alignment>
-            <border_color>
-              <color name="IO Border" red="215" green="215" blue="215" />
-            </border_color>
-            <widget_type>Label</widget_type>
-            <wrap_words>false</wrap_words>
-            <background_color>
-              <color name="IO Background" red="255" green="255" blue="205" />
-            </background_color>
-            <width>127</width>
-            <x>30</x>
-            <name>Label Orientation_7</name>
-            <y>84</y>
-            <foreground_color>
-              <color name="IO Foreground" red="0" green="0" blue="0" />
-            </foreground_color>
-            <actions hook="false" hook_all="false" />
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
-            <alarm_pulsing>false</alarm_pulsing>
-            <precision>0</precision>
-            <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
-            <rules />
-            <pv_value />
-            <auto_size>false</auto_size>
-            <text></text>
-            <rotation_angle>0.0</rotation_angle>
-            <show_units>true</show_units>
-            <height>31</height>
-            <multiline_input>false</multiline_input>
-            <border_width>1</border_width>
-            <visible>true</visible>
-            <pv_name>$(PREFIX):HVver-SP</pv_name>
-            <selector_type>0</selector_type>
-            <border_color>
-              <color red="0" green="128" blue="255" />
-            </border_color>
-            <precision_from_pv>true</precision_from_pv>
-            <widget_type>Text Input</widget_type>
-            <confirm_message></confirm_message>
-            <name>Text Input</name>
-            <style>0</style>
-            <actions hook="false" hook_all="false" />
-            <border_style>3</border_style>
-            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-            <enabled>true</enabled>
-            <wuid>175d5c50:15ce367d227:-6308</wuid>
-            <transparent>false</transparent>
-            <scripts />
-            <border_alarm_sensitive>false</border_alarm_sensitive>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-            <format_type>0</format_type>
-            <limits_from_pv>false</limits_from_pv>
-            <background_color>
-              <color name="TextBackground" red="70" green="70" blue="70" />
-            </background_color>
-            <width>100</width>
-            <x>186</x>
-            <y>78</y>
-            <maximum>1.7976931348623157E308</maximum>
-            <foreground_color>
-              <color name="Green On" red="0" green="255" blue="0" />
-            </foreground_color>
-            <minimum>-1.7976931348623157E308</minimum>
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-            <border_style>0</border_style>
-            <tooltip></tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
-            <rules />
-            <enabled>false</enabled>
-            <wuid>175d5c50:15ce367d227:-6307</wuid>
-            <transparent>true</transparent>
-            <auto_size>false</auto_size>
-            <text>Angle STEP ...</text>
-            <scripts />
-            <height>20</height>
-            <border_width>2</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <visible>true</visible>
-            <vertical_alignment>1</vertical_alignment>
-            <border_color>
-              <color name="IO Border" red="215" green="215" blue="215" />
-            </border_color>
-            <widget_type>Label</widget_type>
-            <wrap_words>false</wrap_words>
-            <background_color>
-              <color name="IO Background" red="255" green="255" blue="205" />
-            </background_color>
-            <width>151</width>
-            <x>25</x>
-            <name>Label Orientation_7</name>
-            <y>132</y>
-            <foreground_color>
-              <color name="IO Foreground" red="0" green="0" blue="0" />
-            </foreground_color>
-            <actions hook="false" hook_all="false" />
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
-            <alarm_pulsing>false</alarm_pulsing>
-            <precision>0</precision>
-            <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
-            <rules />
-            <pv_value />
-            <auto_size>false</auto_size>
-            <text></text>
-            <rotation_angle>0.0</rotation_angle>
-            <show_units>true</show_units>
-            <height>31</height>
-            <multiline_input>false</multiline_input>
-            <border_width>1</border_width>
-            <visible>true</visible>
-            <pv_name>${PREFIX}${TYPE}:PS-NORD_POS</pv_name>
-            <selector_type>0</selector_type>
-            <border_color>
-              <color red="0" green="128" blue="255" />
-            </border_color>
-            <precision_from_pv>true</precision_from_pv>
-            <widget_type>Text Input</widget_type>
-            <confirm_message></confirm_message>
-            <name>Text Input</name>
-            <style>0</style>
-            <actions hook="false" hook_all="false" />
-            <border_style>3</border_style>
-            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-            <enabled>true</enabled>
-            <wuid>175d5c50:15ce367d227:-6306</wuid>
-            <transparent>false</transparent>
-            <scripts />
-            <border_alarm_sensitive>false</border_alarm_sensitive>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-            <format_type>0</format_type>
-            <limits_from_pv>false</limits_from_pv>
-            <background_color>
-              <color name="TextBackground" red="70" green="70" blue="70" />
-            </background_color>
-            <width>100</width>
-            <x>186</x>
-            <y>126</y>
-            <maximum>1.7976931348623157E308</maximum>
-            <foreground_color>
-              <color name="Green On" red="0" green="255" blue="0" />
-            </foreground_color>
-            <minimum>-1.7976931348623157E308</minimum>
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
-            <alarm_pulsing>false</alarm_pulsing>
-            <precision>0</precision>
-            <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
-            <rules />
-            <pv_value />
-            <auto_size>false</auto_size>
-            <text></text>
-            <rotation_angle>0.0</rotation_angle>
-            <show_units>true</show_units>
-            <height>31</height>
-            <multiline_input>false</multiline_input>
-            <border_width>1</border_width>
-            <visible>true</visible>
-            <pv_name>${PREFIX}${TYPE}:MTR-NORD_POS</pv_name>
-            <selector_type>0</selector_type>
-            <border_color>
-              <color red="0" green="128" blue="255" />
-            </border_color>
-            <precision_from_pv>true</precision_from_pv>
-            <widget_type>Text Input</widget_type>
-            <confirm_message></confirm_message>
-            <name>Text Input_3</name>
-            <style>0</style>
-            <actions hook="false" hook_all="false" />
-            <border_style>3</border_style>
-            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-            <enabled>true</enabled>
-            <wuid>175d5c50:15ce367d227:-6305</wuid>
-            <transparent>false</transparent>
-            <scripts />
-            <border_alarm_sensitive>false</border_alarm_sensitive>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-            <format_type>0</format_type>
-            <limits_from_pv>false</limits_from_pv>
-            <background_color>
-              <color name="TextBackground" red="70" green="70" blue="70" />
-            </background_color>
-            <width>100</width>
-            <x>186</x>
-            <y>240</y>
-            <maximum>1.7976931348623157E308</maximum>
-            <foreground_color>
-              <color name="Green On" red="0" green="255" blue="0" />
-            </foreground_color>
-            <minimum>-1.7976931348623157E308</minimum>
-            <font>
-              <fontdata fontName="Sans" height="10" style="1" />
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-            <border_style>0</border_style>
-            <tooltip></tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
-            <rules />
-            <enabled>false</enabled>
-            <wuid>175d5c50:15ce367d227:-6304</wuid>
-            <transparent>true</transparent>
-            <auto_size>false</auto_size>
-            <text>Pos STEP ...</text>
-            <scripts />
-            <height>20</height>
-            <border_width>2</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <visible>true</visible>
-            <vertical_alignment>1</vertical_alignment>
-            <border_color>
-              <color name="IO Border" red="215" green="215" blue="215" />
-            </border_color>
-            <widget_type>Label</widget_type>
-            <wrap_words>false</wrap_words>
-            <background_color>
-              <color name="IO Background" red="255" green="255" blue="205" />
-            </background_color>
-            <width>172</width>
-            <x>15</x>
-            <name>Label Orientation_1</name>
-            <y>246</y>
-            <foreground_color>
-              <color name="IO Foreground" red="0" green="0" blue="0" />
-            </foreground_color>
-            <actions hook="false" hook_all="false" />
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.bytemonitor" version="1.0.0">
-            <border_style>0</border_style>
-            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-            <alarm_pulsing>false</alarm_pulsing>
-            <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-            <rules />
-            <effect_3d>true</effect_3d>
-            <enabled>true</enabled>
-            <wuid>175d5c50:15ce367d227:-6303</wuid>
-            <on_color>
-              <color name="Major" red="255" green="0" blue="0" />
-            </on_color>
-            <horizontal>false</horizontal>
-            <pv_value />
-            <numBits>1</numBits>
-            <scripts />
-            <border_alarm_sensitive>true</border_alarm_sensitive>
-            <height>28</height>
-            <border_width>0</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <visible>true</visible>
-            <pv_name>$(PREFIX)-PMAC:$(NAME_MTR).MSTA</pv_name>
-            <border_color>
-              <color name="IO Border" red="215" green="215" blue="215" />
-            </border_color>
-            <bitReverse>true</bitReverse>
-            <label />
-            <widget_type>Byte Monitor</widget_type>
-            <off_color>
-              <color name="IO Grid" red="215" green="215" blue="215" />
-            </off_color>
-            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-            <background_color>
-              <color name="IO Background" red="255" green="255" blue="205" />
-            </background_color>
-            <square_led>true</square_led>
-            <startBit>13</startBit>
-            <width>70</width>
-            <x>201</x>
-            <name>Byte Monitor Template</name>
-            <y>438</y>
-            <foreground_color>
-              <color name="IO InputPV Fg" red="0" green="32" blue="92" />
-            </foreground_color>
-            <actions hook="false" hook_all="false" />
-            <font>
-              <opifont.name fontName="arial" height="10" style="0">IO Normal</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-            <border_style>0</border_style>
-            <tooltip></tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
-            <rules />
-            <enabled>true</enabled>
-            <wuid>175d5c50:15ce367d227:-6302</wuid>
-            <transparent>true</transparent>
-            <auto_size>false</auto_size>
-            <text>LOW Limit </text>
-            <scripts />
-            <height>20</height>
-            <border_width>1</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <visible>true</visible>
-            <vertical_alignment>1</vertical_alignment>
-            <border_color>
-              <color red="0" green="128" blue="255" />
-            </border_color>
-            <widget_type>Label</widget_type>
-            <wrap_words>false</wrap_words>
-            <background_color>
-              <color red="255" green="255" blue="255" />
-            </background_color>
-            <width>83</width>
-            <x>52</x>
-            <name>Label_164</name>
-            <y>442</y>
-            <foreground_color>
-              <color red="0" green="0" blue="0" />
-            </foreground_color>
-            <actions hook="false" hook_all="false" />
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-            <border_style>0</border_style>
-            <tooltip></tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
-            <rules />
-            <enabled>true</enabled>
-            <wuid>175d5c50:15ce367d227:-6301</wuid>
-            <transparent>true</transparent>
-            <auto_size>false</auto_size>
-            <text>HIGH Limit </text>
-            <scripts />
-            <height>20</height>
-            <border_width>1</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <visible>true</visible>
-            <vertical_alignment>1</vertical_alignment>
-            <border_color>
-              <color red="0" green="128" blue="255" />
-            </border_color>
-            <widget_type>Label</widget_type>
-            <wrap_words>false</wrap_words>
-            <background_color>
-              <color red="255" green="255" blue="255" />
-            </background_color>
-            <width>93</width>
-            <x>52</x>
-            <name>Label_164</name>
-            <y>478</y>
-            <foreground_color>
-              <color red="0" green="0" blue="0" />
-            </foreground_color>
-            <actions hook="false" hook_all="false" />
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.bytemonitor" version="1.0.0">
-            <border_style>0</border_style>
-            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-            <alarm_pulsing>false</alarm_pulsing>
-            <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-            <rules />
-            <effect_3d>true</effect_3d>
-            <enabled>true</enabled>
-            <wuid>175d5c50:15ce367d227:-6300</wuid>
-            <on_color>
-              <color name="Major" red="255" green="0" blue="0" />
-            </on_color>
-            <horizontal>false</horizontal>
-            <pv_value />
-            <numBits>1</numBits>
-            <scripts />
-            <border_alarm_sensitive>true</border_alarm_sensitive>
-            <height>28</height>
-            <border_width>0</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <visible>true</visible>
-            <pv_name>$(PREFIX)-PMAC:$(NAME_MTR).MSTA</pv_name>
-            <border_color>
-              <color name="IO Border" red="215" green="215" blue="215" />
-            </border_color>
-            <bitReverse>true</bitReverse>
-            <label />
-            <widget_type>Byte Monitor</widget_type>
-            <off_color>
-              <color name="IO Grid" red="215" green="215" blue="215" />
-            </off_color>
-            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-            <background_color>
-              <color name="IO Background" red="255" green="255" blue="205" />
-            </background_color>
-            <square_led>true</square_led>
-            <startBit>2</startBit>
-            <width>70</width>
-            <x>201</x>
-            <name>Byte Monitor Template</name>
-            <y>474</y>
-            <foreground_color>
-              <color name="IO InputPV Fg" red="0" green="32" blue="92" />
-            </foreground_color>
-            <actions hook="false" hook_all="false" />
-            <font>
-              <opifont.name fontName="arial" height="10" style="0">IO Normal</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.bytemonitor" version="1.0.0">
-            <border_style>0</border_style>
-            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-            <alarm_pulsing>false</alarm_pulsing>
-            <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-            <rules />
-            <effect_3d>true</effect_3d>
-            <enabled>true</enabled>
-            <wuid>175d5c50:15ce367d227:-62ff</wuid>
-            <on_color>
-              <color name="Major" red="255" green="0" blue="0" />
-            </on_color>
-            <horizontal>false</horizontal>
-            <pv_value />
-            <numBits>1</numBits>
-            <scripts />
-            <border_alarm_sensitive>true</border_alarm_sensitive>
-            <height>28</height>
-            <border_width>0</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <visible>true</visible>
-            <pv_name>$(PREFIX)-PMAC:$(NAME_MTR).MOVN</pv_name>
-            <border_color>
-              <color name="IO Border" red="215" green="215" blue="215" />
-            </border_color>
-            <bitReverse>true</bitReverse>
-            <label />
-            <widget_type>Byte Monitor</widget_type>
-            <off_color>
-              <color name="IO Grid" red="215" green="215" blue="215" />
-            </off_color>
-            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-            <background_color>
-              <color name="IO Background" red="255" green="255" blue="205" />
-            </background_color>
-            <square_led>true</square_led>
-            <startBit>0</startBit>
-            <width>70</width>
-            <x>201</x>
-            <name>Byte Monitor Template</name>
-            <y>330</y>
-            <foreground_color>
-              <color name="IO InputPV Fg" red="0" green="32" blue="92" />
-            </foreground_color>
-            <actions hook="false" hook_all="false" />
-            <font>
-              <opifont.name fontName="arial" height="10" style="0">IO Normal</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-            <border_style>0</border_style>
-            <tooltip></tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
-            <rules />
-            <enabled>true</enabled>
-            <wuid>175d5c50:15ce367d227:-62fe</wuid>
-            <transparent>true</transparent>
-            <auto_size>false</auto_size>
-            <text>Motor is moving ...</text>
-            <scripts />
-            <height>20</height>
-            <border_width>1</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <visible>true</visible>
-            <vertical_alignment>1</vertical_alignment>
-            <border_color>
-              <color red="0" green="128" blue="255" />
-            </border_color>
-            <widget_type>Label</widget_type>
-            <wrap_words>false</wrap_words>
-            <background_color>
-              <color red="255" green="255" blue="255" />
-            </background_color>
-            <width>151</width>
-            <x>25</x>
-            <name>Label_164</name>
-            <y>334</y>
-            <foreground_color>
-              <color red="0" green="0" blue="0" />
-            </foreground_color>
-            <actions hook="false" hook_all="false" />
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
-            <alarm_pulsing>false</alarm_pulsing>
-            <precision>2</precision>
-            <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
-            <rules />
-            <pv_value />
-            <auto_size>false</auto_size>
-            <text></text>
-            <rotation_angle>0.0</rotation_angle>
-            <show_units>true</show_units>
-            <height>31</height>
-            <multiline_input>false</multiline_input>
-            <border_width>1</border_width>
-            <visible>true</visible>
-            <pv_name>$(PREFIX)-PMAC:$(NAME_MTR).RBV</pv_name>
-            <selector_type>0</selector_type>
-            <border_color>
-              <color red="0" green="128" blue="255" />
-            </border_color>
-            <precision_from_pv>false</precision_from_pv>
-            <widget_type>Text Input</widget_type>
-            <confirm_message></confirm_message>
-            <name>Text Input_3</name>
-            <style>0</style>
-            <actions hook="false" hook_all="false" />
-            <border_style>3</border_style>
-            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-            <enabled>true</enabled>
-            <wuid>175d5c50:15ce367d227:-62fd</wuid>
-            <transparent>false</transparent>
-            <scripts />
-            <border_alarm_sensitive>false</border_alarm_sensitive>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-            <format_type>0</format_type>
-            <limits_from_pv>false</limits_from_pv>
-            <background_color>
-              <color name="TextBackground" red="70" green="70" blue="70" />
-            </background_color>
-            <width>100</width>
-            <x>186</x>
-            <y>288</y>
-            <maximum>1.7976931348623157E308</maximum>
-            <foreground_color>
-              <color name="Green On" red="0" green="255" blue="0" />
-            </foreground_color>
-            <minimum>-1.7976931348623157E308</minimum>
-            <font>
-              <fontdata fontName="Sans" height="10" style="1" />
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-            <border_style>0</border_style>
-            <tooltip></tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
-            <rules />
-            <enabled>false</enabled>
-            <wuid>175d5c50:15ce367d227:-62fc</wuid>
-            <transparent>true</transparent>
-            <auto_size>false</auto_size>
-            <text>Position in course</text>
-            <scripts />
-            <height>20</height>
-            <border_width>2</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <visible>true</visible>
-            <vertical_alignment>1</vertical_alignment>
-            <border_color>
-              <color name="IO Border" red="215" green="215" blue="215" />
-            </border_color>
-            <widget_type>Label</widget_type>
-            <wrap_words>false</wrap_words>
-            <background_color>
-              <color name="IO Background" red="255" green="255" blue="205" />
-            </background_color>
-            <width>166</width>
-            <x>12</x>
-            <name>Label Orientation_1</name>
-            <y>294</y>
-            <foreground_color>
-              <color name="IO Foreground" red="0" green="0" blue="0" />
-            </foreground_color>
-            <actions hook="false" hook_all="false" />
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.bytemonitor" version="1.0.0">
-            <border_style>0</border_style>
-            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-            <alarm_pulsing>false</alarm_pulsing>
-            <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-            <rules />
-            <effect_3d>true</effect_3d>
-            <enabled>true</enabled>
-            <wuid>175d5c50:15ce367d227:-62fb</wuid>
-            <on_color>
-              <color name="Green On" red="0" green="255" blue="0" />
-            </on_color>
-            <horizontal>false</horizontal>
-            <pv_value />
-            <numBits>1</numBits>
-            <scripts />
-            <border_alarm_sensitive>true</border_alarm_sensitive>
-            <height>28</height>
-            <border_width>0</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <visible>true</visible>
-            <pv_name>$(PREFIX)-PMAC:$(NAME_MTR).MSTA</pv_name>
-            <border_color>
-              <color name="IO Border" red="215" green="215" blue="215" />
-            </border_color>
-            <bitReverse>true</bitReverse>
-            <label />
-            <widget_type>Byte Monitor</widget_type>
-            <off_color>
-              <color name="IO Grid" red="215" green="215" blue="215" />
-            </off_color>
-            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-            <background_color>
-              <color name="IO Background" red="255" green="255" blue="205" />
-            </background_color>
-            <square_led>true</square_led>
-            <startBit>1</startBit>
-            <width>70</width>
-            <x>201</x>
-            <name>Byte Monitor Template</name>
-            <y>366</y>
-            <foreground_color>
-              <color name="IO InputPV Fg" red="0" green="32" blue="92" />
-            </foreground_color>
-            <actions hook="false" hook_all="false" />
-            <font>
-              <opifont.name fontName="arial" height="10" style="0">IO Normal</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-            <border_style>0</border_style>
-            <tooltip></tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
-            <rules />
-            <enabled>true</enabled>
-            <wuid>175d5c50:15ce367d227:-62fa</wuid>
-            <transparent>true</transparent>
-            <auto_size>false</auto_size>
-            <text>Motor is placed</text>
-            <scripts />
-            <height>20</height>
-            <border_width>1</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <visible>true</visible>
-            <vertical_alignment>1</vertical_alignment>
-            <border_color>
-              <color red="0" green="128" blue="255" />
-            </border_color>
-            <widget_type>Label</widget_type>
-            <wrap_words>false</wrap_words>
-            <background_color>
-              <color red="255" green="255" blue="255" />
-            </background_color>
-            <width>125</width>
-            <x>38</x>
-            <name>Label_164</name>
-            <y>370</y>
-            <foreground_color>
-              <color red="0" green="0" blue="0" />
-            </foreground_color>
-            <actions hook="false" hook_all="false" />
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-            <border_style>0</border_style>
-            <tooltip></tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
-            <rules />
-            <enabled>true</enabled>
-            <wuid>175d5c50:15ce367d227:-62f9</wuid>
-            <transparent>true</transparent>
-            <auto_size>false</auto_size>
-            <text>HV is ramping ...</text>
-            <scripts />
-            <height>20</height>
-            <border_width>1</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <visible>true</visible>
-            <vertical_alignment>1</vertical_alignment>
-            <border_color>
-              <color red="0" green="128" blue="255" />
-            </border_color>
-            <widget_type>Label</widget_type>
-            <wrap_words>false</wrap_words>
-            <background_color>
-              <color red="255" green="255" blue="255" />
-            </background_color>
-            <width>196</width>
-            <x>6</x>
-            <name>Label_164</name>
-            <y>178</y>
-            <foreground_color>
-              <color red="0" green="0" blue="0" />
-            </foreground_color>
-            <actions hook="false" hook_all="false" />
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.bytemonitor" version="1.0.0">
-            <border_style>0</border_style>
-            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-            <alarm_pulsing>false</alarm_pulsing>
-            <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-            <rules />
-            <effect_3d>true</effect_3d>
-            <enabled>true</enabled>
-            <wuid>175d5c50:15ce367d227:-62f8</wuid>
-            <on_color>
-              <color name="Major" red="255" green="0" blue="0" />
-            </on_color>
-            <horizontal>false</horizontal>
-            <pv_value />
-            <numBits>1</numBits>
-            <scripts />
-            <border_alarm_sensitive>true</border_alarm_sensitive>
-            <height>28</height>
-            <border_width>0</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <visible>true</visible>
-            <pv_name>${PREFIX}${TYPE}:PS.BUSY</pv_name>
-            <border_color>
-              <color name="IO Border" red="215" green="215" blue="215" />
-            </border_color>
-            <bitReverse>true</bitReverse>
-            <label />
-            <widget_type>Byte Monitor</widget_type>
-            <off_color>
-              <color name="IO Grid" red="215" green="215" blue="215" />
-            </off_color>
-            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-            <background_color>
-              <color name="IO Background" red="255" green="255" blue="205" />
-            </background_color>
-            <square_led>true</square_led>
-            <startBit>0</startBit>
-            <width>70</width>
-            <x>201</x>
-            <name>Byte Monitor Template</name>
-            <y>174</y>
-            <foreground_color>
-              <color name="IO InputPV Fg" red="0" green="32" blue="92" />
-            </foreground_color>
-            <actions hook="false" hook_all="false" />
-            <font>
-              <opifont.name fontName="arial" height="10" style="0">IO Normal</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.Rectangle" version="1.0.0">
-            <border_style>0</border_style>
-            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-            <line_width>4</line_width>
-            <horizontal_fill>true</horizontal_fill>
-            <alarm_pulsing>false</alarm_pulsing>
-            <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-            <rules>
-              <rule name="Visible" prop_id="visible" out_exp="false">
-                <exp bool_exp="pv0==1">
-                  <value>true</value>
-                </exp>
-                <exp bool_exp="pv0==0">
-                  <value>false</value>
-                </exp>
-                <pv trig="true">${PREFIX}${TYPE}:PS.BUSY</pv>
-              </rule>
-            </rules>
-            <enabled>true</enabled>
-            <wuid>175d5c50:15ce367d227:-62f7</wuid>
-            <transparent>true</transparent>
-            <pv_value />
-            <alpha>255</alpha>
-            <bg_gradient_color>
-              <color red="255" green="255" blue="255" />
-            </bg_gradient_color>
-            <scripts />
-            <border_alarm_sensitive>false</border_alarm_sensitive>
-            <height>193</height>
-            <border_width>1</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <visible>true</visible>
-            <pv_name>${PREFIX}${TYPE}:PS.BUSY</pv_name>
-            <gradient>false</gradient>
-            <border_color>
-              <color name="Major" red="255" green="0" blue="0" />
-            </border_color>
-            <anti_alias>true</anti_alias>
-            <line_style>0</line_style>
-            <widget_type>Rectangle</widget_type>
-            <fg_gradient_color>
-              <color red="255" green="255" blue="255" />
-            </fg_gradient_color>
-            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-            <background_color>
-              <color name="Major" red="255" green="0" blue="0" />
-            </background_color>
-            <width>295</width>
-            <x>12</x>
-            <name>Rectangle</name>
-            <y>18</y>
-            <fill_level>0.0</fill_level>
-            <foreground_color>
-              <color red="255" green="0" blue="0" />
-            </foreground_color>
-            <actions hook="false" hook_all="false" />
-            <font>
-              <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-            </font>
-            <line_color>
-              <color name="Major" red="255" green="0" blue="0" />
-            </line_color>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-            <border_style>0</border_style>
-            <tooltip></tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
-            <rules />
-            <enabled>true</enabled>
-            <wuid>175d5c50:15ce367d227:-62f6</wuid>
-            <transparent>true</transparent>
-            <auto_size>false</auto_size>
-            <text>Motor is Homed</text>
-            <scripts />
-            <height>20</height>
-            <border_width>1</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <visible>true</visible>
-            <vertical_alignment>1</vertical_alignment>
-            <border_color>
-              <color red="0" green="128" blue="255" />
-            </border_color>
-            <widget_type>Label</widget_type>
-            <wrap_words>false</wrap_words>
-            <background_color>
-              <color red="255" green="255" blue="255" />
-            </background_color>
-            <width>125</width>
-            <x>38</x>
-            <name>Label_164</name>
-            <y>406</y>
-            <foreground_color>
-              <color red="0" green="0" blue="0" />
-            </foreground_color>
-            <actions hook="false" hook_all="false" />
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.bytemonitor" version="1.0.0">
-            <border_style>0</border_style>
-            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-            <alarm_pulsing>false</alarm_pulsing>
-            <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-            <rules />
-            <effect_3d>true</effect_3d>
-            <enabled>true</enabled>
-            <wuid>175d5c50:15ce367d227:-62f5</wuid>
-            <on_color>
-              <color name="Green On" red="0" green="255" blue="0" />
-            </on_color>
-            <horizontal>false</horizontal>
-            <pv_value />
-            <numBits>1</numBits>
-            <scripts />
-            <border_alarm_sensitive>true</border_alarm_sensitive>
-            <height>28</height>
-            <border_width>0</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <visible>true</visible>
-            <pv_name>$(PREFIX)-PMAC:$(NAME_MTR).MSTA</pv_name>
-            <border_color>
-              <color name="IO Border" red="215" green="215" blue="215" />
-            </border_color>
-            <bitReverse>true</bitReverse>
-            <label />
-            <widget_type>Byte Monitor</widget_type>
-            <off_color>
-              <color name="Major" red="255" green="0" blue="0" />
-            </off_color>
-            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-            <background_color>
-              <color name="IO Background" red="255" green="255" blue="205" />
-            </background_color>
-            <square_led>true</square_led>
-            <startBit>14</startBit>
-            <width>70</width>
-            <x>201</x>
-            <name>Byte Monitor Template</name>
-            <y>402</y>
-            <foreground_color>
-              <color name="IO InputPV Fg" red="0" green="32" blue="92" />
-            </foreground_color>
-            <actions hook="false" hook_all="false" />
-            <font>
-              <opifont.name fontName="arial" height="10" style="0">IO Normal</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.Rectangle" version="1.0.0">
-            <border_style>0</border_style>
-            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-            <line_width>4</line_width>
-            <horizontal_fill>true</horizontal_fill>
-            <alarm_pulsing>false</alarm_pulsing>
-            <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-            <rules>
-              <rule name="Visible" prop_id="visible" out_exp="false">
-                <exp bool_exp="pv0==1">
-                  <value>true</value>
-                </exp>
-                <exp bool_exp="pv0==0">
-                  <value>false</value>
-                </exp>
-                <pv trig="true">$(PREFIX)-PMAC:$(NAME_MTR).MOVN</pv>
-              </rule>
-            </rules>
-            <enabled>true</enabled>
-            <wuid>175d5c50:15ce367d227:-62f4</wuid>
-            <transparent>true</transparent>
-            <pv_value />
-            <alpha>255</alpha>
-            <bg_gradient_color>
-              <color red="255" green="255" blue="255" />
-            </bg_gradient_color>
-            <scripts />
-            <border_alarm_sensitive>false</border_alarm_sensitive>
-            <height>325</height>
-            <border_width>1</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <visible>true</visible>
-            <pv_name>$(PREFIX)-PMAC:$(NAME_MTR).MOVN</pv_name>
-            <gradient>false</gradient>
-            <border_color>
-              <color name="Major" red="255" green="0" blue="0" />
-            </border_color>
-            <anti_alias>true</anti_alias>
-            <line_style>0</line_style>
-            <widget_type>Rectangle</widget_type>
-            <fg_gradient_color>
-              <color red="255" green="255" blue="255" />
-            </fg_gradient_color>
-            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-            <background_color>
-              <color name="Major" red="255" green="0" blue="0" />
-            </background_color>
-            <width>295</width>
-            <x>12</x>
-            <name>Rectangle_1</name>
-            <y>228</y>
-            <fill_level>0.0</fill_level>
-            <foreground_color>
-              <color red="255" green="0" blue="0" />
-            </foreground_color>
-            <actions hook="false" hook_all="false" />
-            <font>
-              <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-            </font>
-            <line_color>
-              <color name="Major" red="255" green="0" blue="0" />
-            </line_color>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-            <border_style>0</border_style>
-            <tooltip></tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
-            <rules />
-            <enabled>true</enabled>
-            <wuid>175d5c50:15ce367d227:-62f3</wuid>
-            <transparent>true</transparent>
-            <auto_size>false</auto_size>
-            <text>Brake ON</text>
-            <scripts />
-            <height>20</height>
-            <border_width>1</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <visible>true</visible>
-            <vertical_alignment>1</vertical_alignment>
-            <border_color>
-              <color red="0" green="128" blue="255" />
-            </border_color>
-            <widget_type>Label</widget_type>
-            <wrap_words>false</wrap_words>
-            <background_color>
-              <color red="255" green="255" blue="255" />
-            </background_color>
-            <width>83</width>
-            <x>52</x>
-            <name>Label_164</name>
-            <y>514</y>
-            <foreground_color>
-              <color red="0" green="0" blue="0" />
-            </foreground_color>
-            <actions hook="false" hook_all="false" />
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.bytemonitor" version="1.0.0">
-            <border_style>0</border_style>
-            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-            <alarm_pulsing>false</alarm_pulsing>
-            <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-            <rules />
-            <effect_3d>true</effect_3d>
-            <enabled>true</enabled>
-            <wuid>175d5c50:15ce367d227:-62f2</wuid>
-            <on_color>
-              <color name="Field Background Grey" red="240" green="240" blue="240" />
-            </on_color>
-            <horizontal>false</horizontal>
-            <pv_value />
-            <numBits>1</numBits>
-            <scripts />
-            <border_alarm_sensitive>true</border_alarm_sensitive>
-            <height>28</height>
-            <border_width>0</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <visible>true</visible>
-            <pv_name>$(PREFIX)$(TYPE)-PMAC:BRAKE_R</pv_name>
-            <border_color>
-              <color name="IO Border" red="215" green="215" blue="215" />
-            </border_color>
-            <bitReverse>true</bitReverse>
-            <label />
-            <widget_type>Byte Monitor</widget_type>
-            <off_color>
-              <color name="Major" red="255" green="0" blue="0" />
-            </off_color>
-            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-            <background_color>
-              <color name="IO Background" red="255" green="255" blue="205" />
-            </background_color>
-            <square_led>true</square_led>
-            <startBit>0</startBit>
-            <width>70</width>
-            <x>201</x>
-            <name>Byte Monitor Template</name>
-            <y>510</y>
-            <foreground_color>
-              <color name="IO InputPV Fg" red="0" green="32" blue="92" />
-            </foreground_color>
-            <actions hook="false" hook_all="false" />
-            <font>
-              <opifont.name fontName="arial" height="10" style="0">IO Normal</opifont.name>
-            </font>
-          </widget>
-        </widget>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-        <border_style>0</border_style>
-        <tooltip></tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>175d5c50:15ce367d227:-62f1</wuid>
-        <transparent>false</transparent>
-        <auto_size>false</auto_size>
-        <text>STATUS</text>
-        <scripts />
-        <height>32</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <widget_type>Label</widget_type>
-        <wrap_words>true</wrap_words>
-        <background_color>
-          <color name="SubPanel" red="176" green="218" blue="249" />
-        </background_color>
-        <width>319</width>
-        <x>2136</x>
-        <name>Label_15</name>
-        <y>39</y>
-        <foreground_color>
-          <color red="0" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <show_scrollbar>false</show_scrollbar>
-        <font>
-          <opifont.name fontName="OpenSans" height="15" style="1">Medium Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
-        <border_style>0</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <line_width>5</line_width>
-        <horizontal_fill>true</horizontal_fill>
-        <alarm_pulsing>false</alarm_pulsing>
-        <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-        <arrows>0</arrows>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>175d5c50:15ce367d227:-62f0</wuid>
-        <transparent>false</transparent>
-        <points>
-          <point x="29" y="1038" />
-          <point x="377" y="1038" />
-          <point x="377" y="1038" />
-          <point x="377" y="1038" />
-          <point x="377" y="1038" />
-        </points>
-        <fill_arrow>true</fill_arrow>
-        <pv_value />
-        <alpha>255</alpha>
-        <rotation_angle>0.0</rotation_angle>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <height>1</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>true</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <pv_name></pv_name>
-        <border_color>
-          <color name="Black" red="0" green="0" blue="0" />
-        </border_color>
-        <anti_alias>true</anti_alias>
-        <line_style>0</line_style>
-        <arrow_length>20</arrow_length>
-        <widget_type>Polyline</widget_type>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <background_color>
-          <color name="Black" red="0" green="0" blue="0" />
-        </background_color>
-        <width>349</width>
-        <x>29</x>
-        <name>Polyline</name>
-        <y>1038</y>
-        <fill_level>0.0</fill_level>
-        <foreground_color>
-          <color red="255" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
-        <alarm_pulsing>false</alarm_pulsing>
-        <precision>2</precision>
-        <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules />
-        <pv_value />
-        <auto_size>false</auto_size>
-        <text></text>
-        <rotation_angle>0.0</rotation_angle>
-        <show_units>false</show_units>
-        <height>22</height>
-        <multiline_input>false</multiline_input>
-        <border_width>1</border_width>
-        <visible>true</visible>
-        <pv_name>$(PREFIX)-PMAC:$(NAME_MTR).RBV</pv_name>
-        <selector_type>0</selector_type>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <precision_from_pv>false</precision_from_pv>
-        <widget_type>Text Input</widget_type>
-        <confirm_message></confirm_message>
-        <name>Text Input_9</name>
-        <style>0</style>
-        <actions hook="false" hook_all="false" />
-        <border_style>3</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <enabled>true</enabled>
-        <wuid>175d5c50:15ce367d227:-62ef</wuid>
-        <transparent>false</transparent>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <format_type>0</format_type>
-        <limits_from_pv>false</limits_from_pv>
-        <background_color>
-          <color name="TextBackground" red="70" green="70" blue="70" />
-        </background_color>
-        <width>100</width>
-        <x>1205</x>
-        <y>876</y>
-        <maximum>1.7976931348623157E308</maximum>
-        <foreground_color>
-          <color name="Green On" red="0" green="255" blue="0" />
-        </foreground_color>
-        <minimum>-1.7976931348623157E308</minimum>
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-        <border_style>0</border_style>
-        <tooltip></tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules>
-          <rule name="Visible" prop_id="visible" out_exp="false">
-            <exp bool_exp="pv0==1">
-              <value>true</value>
-            </exp>
-            <exp bool_exp="pv0==0">
-              <value>false</value>
-            </exp>
-            <pv trig="true">$(PREFIX)-PMAC:$(NAME_MTR).MOVN</pv>
-          </rule>
-        </rules>
-        <enabled>false</enabled>
-        <wuid>175d5c50:15ce367d227:-62ee</wuid>
-        <transparent>true</transparent>
-        <auto_size>false</auto_size>
-        <text>MOTOR IS MOVING ...</text>
-        <scripts />
-        <height>20</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <widget_type>Label</widget_type>
-        <wrap_words>false</wrap_words>
-        <background_color>
-          <color red="255" green="255" blue="255" />
-        </background_color>
-        <width>181</width>
-        <x>1020</x>
-        <name>Label</name>
-        <y>877</y>
-        <foreground_color>
-          <color name="Major" red="255" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.xyGraph" version="1.0.0">
-        <axis_1_scale_format></axis_1_scale_format>
-        <alarm_pulsing>false</alarm_pulsing>
-        <tooltip>$(trace_0_y_pv)
-$(trace_0_y_pv_value)</tooltip>
-        <trace_0_concatenate_data>false</trace_0_concatenate_data>
-        <trace_0_trace_type>0</trace_0_trace_type>
-        <border_width>1</border_width>
-        <border_style>0</border_style>
-        <axis_0_grid_color>
-          <color red="200" green="200" blue="200" />
-        </axis_0_grid_color>
-        <trace_0_name>$(trace_0_y_pv)</trace_0_name>
-        <trace_0_update_mode>0</trace_0_update_mode>
-        <wuid>175d5c50:15ce367d227:-62ed</wuid>
-        <transparent>false</transparent>
-        <axis_0_title_font>
-          <opifont.name fontName="Cantarell" height="11" style="1">Default Bold</opifont.name>
-        </axis_0_title_font>
-        <background_color>
-          <color name="Container Grey" red="200" green="200" blue="200" />
-        </background_color>
-        <x>639</x>
-        <y>912</y>
-        <trace_0_x_axis_index>0</trace_0_x_axis_index>
-        <axis_count>2</axis_count>
-        <pv_value />
-        <trace_0_buffer_size>100</trace_0_buffer_size>
-        <axis_1_maximum>1.0</axis_1_maximum>
-        <axis_0_scale_font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </axis_0_scale_font>
-        <trigger_pv></trigger_pv>
-        <widget_type>XY Graph</widget_type>
-        <axis_1_axis_color>
-          <color red="0" green="0" blue="0" />
-        </axis_1_axis_color>
-        <axis_0_scale_format></axis_0_scale_format>
-        <axis_1_log_scale>false</axis_1_log_scale>
-        <title></title>
-        <trace_0_visible>true</trace_0_visible>
-        <show_legend>false</show_legend>
-        <axis_0_axis_title>mm</axis_0_axis_title>
-        <axis_0_axis_color>
-          <color red="0" green="0" blue="0" />
-        </axis_0_axis_color>
-        <axis_0_dash_grid_line>true</axis_0_dash_grid_line>
-        <trace_0_point_style>0</trace_0_point_style>
-        <trace_0_line_width>1</trace_0_line_width>
-        <axis_0_time_format>0</axis_0_time_format>
-        <trace_count>1</trace_count>
-        <axis_1_show_grid>true</axis_1_show_grid>
-        <axis_1_dash_grid_line>true</axis_1_dash_grid_line>
-        <show_toolbar>false</show_toolbar>
-        <axis_0_visible>true</axis_0_visible>
-        <axis_0_show_grid>true</axis_0_show_grid>
-        <trace_0_y_axis_index>1</trace_0_y_axis_index>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <axis_0_maximum>1.0</axis_0_maximum>
-        <height>181</height>
-        <trigger_pv_value />
-        <axis_1_grid_color>
-          <color red="200" green="200" blue="200" />
-        </axis_1_grid_color>
-        <actions hook="false" hook_all="false" />
-        <axis_0_log_scale>false</axis_0_log_scale>
-        <trace_0_x_pv_value />
-        <axis_0_auto_scale_threshold>0.0</axis_0_auto_scale_threshold>
-        <rules />
-        <axis_1_visible>true</axis_1_visible>
-        <trace_0_update_delay>1</trace_0_update_delay>
-        <pv_name>$(PREFIX)$(TYPE):CALC-PROJ-Xwf</pv_name>
-        <name>XY Graph</name>
-        <axis_0_auto_scale>true</axis_0_auto_scale>
-        <axis_0_minimum>-100.0</axis_0_minimum>
-        <axis_1_axis_title></axis_1_axis_title>
-        <axis_1_auto_scale>true</axis_1_auto_scale>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <trace_0_y_pv>$(PREFIX)$(TYPE):CALC-PROJ-Xwf</trace_0_y_pv>
-        <trace_0_plot_mode>0</trace_0_plot_mode>
-        <enabled>true</enabled>
-        <trace_0_x_pv>$(PREFIX)$(TYPE):CALC-PROJ-Xabsc</trace_0_x_pv>
-        <axis_1_scale_font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </axis_1_scale_font>
-        <axis_1_time_format>0</axis_1_time_format>
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <show_plot_area_border>true</show_plot_area_border>
-        <width>1384</width>
-        <axis_1_minimum>-1.0</axis_1_minimum>
-        <title_font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </title_font>
-        <trace_0_y_pv_value />
-        <plot_area_background_color>
-          <color name="Field Background Grey" red="240" green="240" blue="240" />
-        </plot_area_background_color>
-        <axis_1_title_font>
-          <opifont.name fontName="Cantarell" height="11" style="1">Default Bold</opifont.name>
-        </axis_1_title_font>
-        <visible>true</visible>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <scripts />
-        <trace_0_point_size>4</trace_0_point_size>
-        <trace_0_trace_color>
-          <color red="21" green="21" blue="196" />
-        </trace_0_trace_color>
-        <trace_0_anti_alias>true</trace_0_anti_alias>
-        <axis_1_auto_scale_threshold>0.1</axis_1_auto_scale_threshold>
-        <foreground_color>
-          <color red="0" green="0" blue="255" />
-        </foreground_color>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.xyGraph" version="1.0.0">
-        <axis_1_scale_format></axis_1_scale_format>
-        <alarm_pulsing>false</alarm_pulsing>
-        <tooltip>$(trace_0_y_pv)
-$(trace_0_y_pv_value)</tooltip>
-        <trace_0_concatenate_data>false</trace_0_concatenate_data>
-        <trace_0_trace_type>0</trace_0_trace_type>
-        <border_width>1</border_width>
-        <border_style>0</border_style>
-        <axis_0_grid_color>
-          <color red="200" green="200" blue="200" />
-        </axis_0_grid_color>
-        <trace_0_name>$(trace_0_y_pv)</trace_0_name>
-        <trace_0_update_mode>0</trace_0_update_mode>
-        <wuid>175d5c50:15ce367d227:-62ec</wuid>
-        <transparent>false</transparent>
-        <axis_0_title_font>
-          <opifont.name fontName="Cantarell" height="11" style="1">Default Bold</opifont.name>
-        </axis_0_title_font>
-        <background_color>
-          <color name="Container Grey" red="200" green="200" blue="200" />
-        </background_color>
-        <x>432</x>
-        <y>100</y>
-        <trace_0_x_axis_index>0</trace_0_x_axis_index>
-        <axis_count>2</axis_count>
-        <pv_value />
-        <trace_0_buffer_size>500</trace_0_buffer_size>
-        <axis_1_maximum>100.0</axis_1_maximum>
-        <axis_0_scale_font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </axis_0_scale_font>
-        <trigger_pv></trigger_pv>
-        <widget_type>XY Graph</widget_type>
-        <axis_1_axis_color>
-          <color red="0" green="0" blue="0" />
-        </axis_1_axis_color>
-        <axis_0_scale_format></axis_0_scale_format>
-        <axis_1_log_scale>false</axis_1_log_scale>
-        <title></title>
-        <trace_0_visible>true</trace_0_visible>
-        <show_legend>false</show_legend>
-        <axis_0_axis_title></axis_0_axis_title>
-        <axis_0_axis_color>
-          <color red="0" green="0" blue="0" />
-        </axis_0_axis_color>
-        <axis_0_dash_grid_line>true</axis_0_dash_grid_line>
-        <trace_0_point_style>0</trace_0_point_style>
-        <trace_0_line_width>1</trace_0_line_width>
-        <axis_0_time_format>0</axis_0_time_format>
-        <trace_count>1</trace_count>
-        <axis_1_show_grid>true</axis_1_show_grid>
-        <axis_1_dash_grid_line>true</axis_1_dash_grid_line>
-        <show_toolbar>false</show_toolbar>
-        <axis_0_visible>true</axis_0_visible>
-        <axis_0_show_grid>true</axis_0_show_grid>
-        <trace_0_y_axis_index>1</trace_0_y_axis_index>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <axis_0_maximum>100.0</axis_0_maximum>
-        <height>795</height>
-        <trigger_pv_value />
-        <axis_1_grid_color>
-          <color red="200" green="200" blue="200" />
-        </axis_1_grid_color>
-        <actions hook="false" hook_all="false" />
-        <axis_0_log_scale>false</axis_0_log_scale>
-        <trace_0_x_pv_value />
-        <axis_0_auto_scale_threshold>0.1</axis_0_auto_scale_threshold>
-        <rules />
-        <axis_1_visible>true</axis_1_visible>
-        <trace_0_update_delay>10</trace_0_update_delay>
-        <pv_name></pv_name>
-        <name>XY Graph</name>
-        <axis_0_auto_scale>true</axis_0_auto_scale>
-        <axis_0_minimum>-100.0</axis_0_minimum>
-        <axis_1_axis_title>mrad</axis_1_axis_title>
-        <axis_1_auto_scale>true</axis_1_auto_scale>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <trace_0_y_pv>$(PREFIX)$(TYPE):CALC-PROJ-Yabsc</trace_0_y_pv>
-        <trace_0_plot_mode>0</trace_0_plot_mode>
-        <enabled>true</enabled>
-        <trace_0_x_pv>$(PREFIX)$(TYPE):CALC-PROJ-Ywf</trace_0_x_pv>
-        <axis_1_scale_font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </axis_1_scale_font>
-        <axis_1_time_format>0</axis_1_time_format>
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <show_plot_area_border>true</show_plot_area_border>
-        <width>217</width>
-        <axis_1_minimum>-100.0</axis_1_minimum>
-        <title_font>
-          <opifont.name fontName="Cantarell" height="11" style="1">Default Bold</opifont.name>
-        </title_font>
-        <trace_0_y_pv_value />
-        <plot_area_background_color>
-          <color red="255" green="255" blue="255" />
-        </plot_area_background_color>
-        <axis_1_title_font>
-          <opifont.name fontName="Cantarell" height="11" style="1">Default Bold</opifont.name>
-        </axis_1_title_font>
-        <visible>true</visible>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <scripts />
-        <trace_0_point_size>4</trace_0_point_size>
-        <trace_0_trace_color>
-          <color red="21" green="21" blue="196" />
-        </trace_0_trace_color>
-        <trace_0_anti_alias>false</trace_0_anti_alias>
-        <axis_1_auto_scale_threshold>0.0</axis_1_auto_scale_threshold>
-        <foreground_color>
-          <color red="0" green="0" blue="255" />
-        </foreground_color>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-        <border_style>0</border_style>
-        <tooltip></tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules />
-        <enabled>false</enabled>
-        <wuid>175d5c50:15ce367d227:-62eb</wuid>
-        <transparent>true</transparent>
-        <auto_size>false</auto_size>
-        <text>X Mean</text>
-        <scripts />
-        <height>20</height>
-        <border_width>2</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color name="IO Border" red="215" green="215" blue="215" />
-        </border_color>
-        <widget_type>Label</widget_type>
-        <wrap_words>false</wrap_words>
-        <background_color>
-          <color name="IO Background" red="255" green="255" blue="205" />
-        </background_color>
-        <width>121</width>
-        <x>420</x>
-        <name>Label Orientation_2</name>
-        <y>912</y>
-        <foreground_color>
-          <color name="White" red="255" green="255" blue="255" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-        <border_style>0</border_style>
-        <tooltip></tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules />
-        <enabled>false</enabled>
-        <wuid>175d5c50:15ce367d227:-62ea</wuid>
-        <transparent>true</transparent>
-        <auto_size>false</auto_size>
-        <text>X' Mean</text>
-        <scripts />
-        <height>20</height>
-        <border_width>2</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color name="IO Border" red="215" green="215" blue="215" />
-        </border_color>
-        <widget_type>Label</widget_type>
-        <wrap_words>false</wrap_words>
-        <background_color>
-          <color name="IO Background" red="255" green="255" blue="205" />
-        </background_color>
-        <width>121</width>
-        <x>420</x>
-        <name>Label Orientation_2</name>
-        <y>942</y>
-        <foreground_color>
-          <color name="White" red="255" green="255" blue="255" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
-        <border_style>0</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <alarm_pulsing>false</alarm_pulsing>
-        <precision>0</precision>
-        <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-        <horizontal_alignment>0</horizontal_alignment>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>175d5c50:15ce367d227:-62e9</wuid>
-        <transparent>true</transparent>
-        <pv_value />
-        <auto_size>false</auto_size>
-        <text>######</text>
-        <rotation_angle>0.0</rotation_angle>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <show_units>true</show_units>
-        <height>20</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <pv_name>${PREFIX}${TYPE}:CALC-PROJ-Y</pv_name>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <precision_from_pv>true</precision_from_pv>
-        <widget_type>Text Update</widget_type>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <wrap_words>false</wrap_words>
-        <format_type>0</format_type>
-        <background_color>
-          <color red="255" green="255" blue="255" />
-        </background_color>
-        <width>100</width>
-        <x>540</x>
-        <name>Text Update</name>
-        <y>942</y>
-        <foreground_color>
-          <color name="Green On" red="0" green="255" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-        <border_style>0</border_style>
-        <tooltip></tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules />
-        <enabled>false</enabled>
-        <wuid>175d5c50:15ce367d227:-62e8</wuid>
-        <transparent>true</transparent>
-        <auto_size>false</auto_size>
-        <text>Tension MRAD MAX</text>
-        <scripts />
-        <height>20</height>
-        <border_width>2</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color name="IO Border" red="215" green="215" blue="215" />
-        </border_color>
-        <widget_type>Label</widget_type>
-        <wrap_words>false</wrap_words>
-        <background_color>
-          <color name="IO Background" red="255" green="255" blue="205" />
-        </background_color>
-        <width>168</width>
-        <x>36</x>
-        <name>Label Orientation_3</name>
-        <y>857</y>
-        <foreground_color>
-          <color name="IO Foreground" red="0" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
-        <border_style>0</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <alarm_pulsing>false</alarm_pulsing>
-        <precision>0</precision>
-        <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>175d5c50:15ce367d227:-62e7</wuid>
-        <transparent>false</transparent>
-        <pv_value />
-        <auto_size>false</auto_size>
-        <text>######</text>
-        <rotation_angle>0.0</rotation_angle>
-        <scripts />
-        <border_alarm_sensitive>true</border_alarm_sensitive>
-        <show_units>true</show_units>
-        <height>31</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <pv_name>${PREFIX}${TYPE}:PROC-VoltMaxP1</pv_name>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <precision_from_pv>true</precision_from_pv>
-        <widget_type>Text Update</widget_type>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <wrap_words>false</wrap_words>
-        <format_type>0</format_type>
-        <background_color>
-          <color red="70" green="70" blue="70" />
-        </background_color>
-        <width>160</width>
-        <x>209</x>
-        <name>Text Update</name>
-        <y>851</y>
-        <foreground_color>
-          <color name="Green On" red="0" green="255" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
-        <border_style>0</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <alarm_pulsing>false</alarm_pulsing>
-        <precision>0</precision>
-        <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>175d5c50:15ce367d227:-62e6</wuid>
-        <transparent>false</transparent>
-        <pv_value />
-        <auto_size>false</auto_size>
-        <text>######</text>
-        <rotation_angle>0.0</rotation_angle>
-        <scripts />
-        <border_alarm_sensitive>true</border_alarm_sensitive>
-        <show_units>true</show_units>
-        <height>31</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <pv_name>${PREFIX}${TYPE}:PROC-VoltMinP1</pv_name>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <precision_from_pv>true</precision_from_pv>
-        <widget_type>Text Update</widget_type>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <wrap_words>false</wrap_words>
-        <format_type>0</format_type>
-        <background_color>
-          <color red="70" green="70" blue="70" />
-        </background_color>
-        <width>160</width>
-        <x>209</x>
-        <name>Text Update_1</name>
-        <y>893</y>
-        <foreground_color>
-          <color name="Green On" red="0" green="255" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-        <border_style>0</border_style>
-        <tooltip></tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules />
-        <enabled>false</enabled>
-        <wuid>175d5c50:15ce367d227:-62e5</wuid>
-        <transparent>true</transparent>
-        <auto_size>false</auto_size>
-        <text>Tension MRAD MIN</text>
-        <scripts />
-        <height>25</height>
-        <border_width>2</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color name="IO Border" red="215" green="215" blue="215" />
-        </border_color>
-        <widget_type>Label</widget_type>
-        <wrap_words>false</wrap_words>
-        <background_color>
-          <color name="IO Background" red="255" green="255" blue="205" />
-        </background_color>
-        <width>168</width>
-        <x>36</x>
-        <name>Label Orientation_3</name>
-        <y>899</y>
-        <foreground_color>
-          <color name="IO Foreground" red="0" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
-        <border_style>0</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <alarm_pulsing>false</alarm_pulsing>
-        <precision>0</precision>
-        <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-        <horizontal_alignment>0</horizontal_alignment>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>175d5c50:15ce367d227:-62e4</wuid>
-        <transparent>true</transparent>
-        <pv_value />
-        <auto_size>false</auto_size>
-        <text>######</text>
-        <rotation_angle>0.0</rotation_angle>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <show_units>true</show_units>
-        <height>20</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <pv_name>${PREFIX}${TYPE}:CALC-RMS-SIZE</pv_name>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <precision_from_pv>true</precision_from_pv>
-        <widget_type>Text Update</widget_type>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <wrap_words>false</wrap_words>
-        <format_type>0</format_type>
-        <background_color>
-          <color red="255" green="255" blue="255" />
-        </background_color>
-        <width>100</width>
-        <x>540</x>
-        <name>Text Update</name>
-        <y>978</y>
-        <foreground_color>
-          <color name="Green On" red="0" green="255" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-        <border_style>0</border_style>
-        <tooltip></tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules />
-        <enabled>false</enabled>
-        <wuid>175d5c50:15ce367d227:-62e3</wuid>
-        <transparent>true</transparent>
-        <auto_size>false</auto_size>
-        <text>SIGMA X</text>
-        <scripts />
-        <height>20</height>
-        <border_width>2</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color name="IO Border" red="215" green="215" blue="215" />
-        </border_color>
-        <widget_type>Label</widget_type>
-        <wrap_words>false</wrap_words>
-        <background_color>
-          <color name="IO Background" red="255" green="255" blue="205" />
-        </background_color>
-        <width>121</width>
-        <x>420</x>
-        <name>Label Orientation_2</name>
-        <y>978</y>
-        <foreground_color>
-          <color name="White" red="255" green="255" blue="255" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-        <border_style>0</border_style>
-        <tooltip></tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules />
-        <enabled>false</enabled>
-        <wuid>175d5c50:15ce367d227:-62e2</wuid>
-        <transparent>true</transparent>
-        <auto_size>false</auto_size>
-        <text>SIGMA X'</text>
-        <scripts />
-        <height>20</height>
-        <border_width>2</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color name="IO Border" red="215" green="215" blue="215" />
-        </border_color>
-        <widget_type>Label</widget_type>
-        <wrap_words>false</wrap_words>
-        <background_color>
-          <color name="IO Background" red="255" green="255" blue="205" />
-        </background_color>
-        <width>121</width>
-        <x>420</x>
-        <name>Label Orientation_3</name>
-        <y>1012</y>
-        <foreground_color>
-          <color name="White" red="255" green="255" blue="255" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
-        <border_style>0</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <alarm_pulsing>false</alarm_pulsing>
-        <precision>0</precision>
-        <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-        <horizontal_alignment>0</horizontal_alignment>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>175d5c50:15ce367d227:-62e1</wuid>
-        <transparent>true</transparent>
-        <pv_value />
-        <auto_size>false</auto_size>
-        <text>######</text>
-        <rotation_angle>0.0</rotation_angle>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <show_units>true</show_units>
-        <height>20</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <pv_name>${PREFIX}${TYPE}:CALC-RMS-ANGLE</pv_name>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <precision_from_pv>true</precision_from_pv>
-        <widget_type>Text Update</widget_type>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <wrap_words>false</wrap_words>
-        <format_type>0</format_type>
-        <background_color>
-          <color red="255" green="255" blue="255" />
-        </background_color>
-        <width>100</width>
-        <x>540</x>
-        <name>Text Update_1</name>
-        <y>1012</y>
-        <foreground_color>
-          <color name="Green On" red="0" green="255" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-        <border_style>0</border_style>
-        <tooltip></tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules />
-        <enabled>false</enabled>
-        <wuid>175d5c50:15ce367d227:-62e0</wuid>
-        <transparent>true</transparent>
-        <auto_size>false</auto_size>
-        <text>SIGMA XX'</text>
-        <scripts />
-        <height>20</height>
-        <border_width>2</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color name="IO Border" red="215" green="215" blue="215" />
-        </border_color>
-        <widget_type>Label</widget_type>
-        <wrap_words>false</wrap_words>
-        <background_color>
-          <color name="IO Background" red="255" green="255" blue="205" />
-        </background_color>
-        <width>121</width>
-        <x>420</x>
-        <name>Label Orientation_3</name>
-        <y>1047</y>
-        <foreground_color>
-          <color name="White" red="255" green="255" blue="255" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
-        <border_style>0</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <alarm_pulsing>false</alarm_pulsing>
-        <precision>0</precision>
-        <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-        <horizontal_alignment>0</horizontal_alignment>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>175d5c50:15ce367d227:-62df</wuid>
-        <transparent>true</transparent>
-        <pv_value />
-        <auto_size>false</auto_size>
-        <text>######</text>
-        <rotation_angle>0.0</rotation_angle>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <show_units>true</show_units>
-        <height>20</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <pv_name>${PREFIX}${TYPE}:CALC-SIGMA</pv_name>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <precision_from_pv>true</precision_from_pv>
-        <widget_type>Text Update</widget_type>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <wrap_words>false</wrap_words>
-        <format_type>0</format_type>
-        <background_color>
-          <color red="255" green="255" blue="255" />
-        </background_color>
-        <width>100</width>
-        <x>540</x>
-        <name>Text Update_1</name>
-        <y>1047</y>
-        <foreground_color>
-          <color name="Green On" red="0" green="255" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.tab" version="1.0.0">
-        <active_tab>0</active_tab>
-        <tooltip></tooltip>
-        <height>343</height>
-        <border_width>1</border_width>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <tab_0_foreground_color>
-          <color red="0" green="0" blue="0" />
-        </tab_0_foreground_color>
-        <actions hook="false" hook_all="false" />
-        <border_style>0</border_style>
-        <enabled>true</enabled>
-        <wuid>175d5c50:15ce367d227:-62de</wuid>
-        <background_color>
-          <color red="240" green="240" blue="240" />
-        </background_color>
-        <width>319</width>
-        <x>2136</x>
-        <horizontal_tabs>true</horizontal_tabs>
-        <y>678</y>
-        <rules />
-        <macros>
-          <include_parent_macros>true</include_parent_macros>
-        </macros>
-        <visible>true</visible>
-        <tab_0_background_color>
-          <color red="183" green="189" blue="182" />
-        </tab_0_background_color>
-        <widget_type>Tabbed Container</widget_type>
-        <name>Tabbed Container_2</name>
-        <minimum_tab_height>10</minimum_tab_height>
-        <tab_0_font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </tab_0_font>
-        <tab_0_title>PLC-STATUS</tab_0_title>
-        <scripts />
-        <tab_count>1</tab_count>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <tab_0_icon_path></tab_0_icon_path>
-        <tab_0_enabled>true</tab_0_enabled>
-        <foreground_color>
-          <color red="192" green="192" blue="192" />
-        </foreground_color>
-        <widget typeId="org.csstudio.opibuilder.widgets.groupingContainer" version="1.0.0">
-          <border_style>0</border_style>
-          <tooltip></tooltip>
-          <rules />
-          <enabled>true</enabled>
-          <wuid>175d5c50:15ce367d227:-62dd</wuid>
-          <transparent>true</transparent>
-          <lock_children>false</lock_children>
-          <scripts />
-          <height>307</height>
-          <border_width>1</border_width>
-          <scale_options>
-            <width_scalable>true</width_scalable>
-            <height_scalable>true</height_scalable>
-            <keep_wh_ratio>false</keep_wh_ratio>
-          </scale_options>
-          <macros>
-            <include_parent_macros>true</include_parent_macros>
-          </macros>
-          <visible>true</visible>
-          <border_color>
-            <color red="0" green="128" blue="255" />
-          </border_color>
-          <widget_type>Grouping Container</widget_type>
-          <background_color>
-            <color red="240" green="240" blue="240" />
-          </background_color>
-          <width>317</width>
-          <x>1</x>
-          <name>PLC-STATUS</name>
-          <y>1</y>
-          <foreground_color>
-            <color red="192" green="192" blue="192" />
-          </foreground_color>
-          <actions hook="false" hook_all="false" />
-          <fc>false</fc>
-          <show_scrollbar>true</show_scrollbar>
-          <font>
-            <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-          </font>
-          <widget typeId="org.csstudio.opibuilder.widgets.Rectangle" version="1.0.0">
-            <border_style>0</border_style>
-            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-            <line_width>0</line_width>
-            <horizontal_fill>true</horizontal_fill>
-            <alarm_pulsing>false</alarm_pulsing>
-            <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-            <rules />
-            <enabled>true</enabled>
-            <wuid>175d5c50:15ce367d227:-62dc</wuid>
-            <transparent>false</transparent>
-            <pv_value />
-            <alpha>255</alpha>
-            <bg_gradient_color>
-              <color red="255" green="255" blue="255" />
-            </bg_gradient_color>
-            <scripts />
-            <border_alarm_sensitive>false</border_alarm_sensitive>
-            <height>283</height>
-            <border_width>1</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <visible>true</visible>
-            <pv_name></pv_name>
-            <gradient>false</gradient>
-            <border_color>
-              <color red="0" green="128" blue="255" />
-            </border_color>
-            <anti_alias>true</anti_alias>
-            <line_style>0</line_style>
-            <widget_type>Rectangle</widget_type>
-            <fg_gradient_color>
-              <color red="255" green="255" blue="255" />
-            </fg_gradient_color>
-            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-            <background_color>
-              <color red="136" green="138" blue="133" />
-            </background_color>
-            <width>295</width>
-            <x>12</x>
-            <name>Rectangle</name>
-            <y>6</y>
-            <fill_level>0.0</fill_level>
-            <foreground_color>
-              <color red="255" green="0" blue="0" />
-            </foreground_color>
-            <actions hook="false" hook_all="false" />
-            <font>
-              <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-            </font>
-            <line_color>
-              <color red="128" green="0" blue="255" />
-            </line_color>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-            <border_style>0</border_style>
-            <tooltip></tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
-            <rules />
-            <enabled>true</enabled>
-            <wuid>175d5c50:15ce367d227:-62db</wuid>
-            <transparent>true</transparent>
-            <auto_size>false</auto_size>
-            <text>Temp BEAM Stop</text>
-            <scripts />
-            <height>20</height>
-            <border_width>1</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <visible>true</visible>
-            <vertical_alignment>1</vertical_alignment>
-            <border_color>
-              <color red="0" green="128" blue="255" />
-            </border_color>
-            <widget_type>Label</widget_type>
-            <wrap_words>false</wrap_words>
-            <background_color>
-              <color red="255" green="255" blue="255" />
-            </background_color>
-            <width>134</width>
-            <x>28</x>
-            <name>Label_164</name>
-            <y>30</y>
-            <foreground_color>
-              <color red="0" green="0" blue="0" />
-            </foreground_color>
-            <actions hook="false" hook_all="false" />
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
-            <border_style>0</border_style>
-            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-            <alarm_pulsing>false</alarm_pulsing>
-            <precision>2</precision>
-            <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
-            <rules />
-            <enabled>true</enabled>
-            <wuid>175d5c50:15ce367d227:-62da</wuid>
-            <transparent>false</transparent>
-            <pv_value />
-            <auto_size>false</auto_size>
-            <text>######</text>
-            <rotation_angle>0.0</rotation_angle>
-            <scripts />
-            <border_alarm_sensitive>true</border_alarm_sensitive>
-            <show_units>true</show_units>
-            <height>31</height>
-            <border_width>1</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <visible>true</visible>
-            <pv_name>INFN-SRC:INTK-VBS:TEMP</pv_name>
-            <vertical_alignment>1</vertical_alignment>
-            <border_color>
-              <color red="0" green="128" blue="255" />
-            </border_color>
-            <precision_from_pv>false</precision_from_pv>
-            <widget_type>Text Update</widget_type>
-            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-            <wrap_words>false</wrap_words>
-            <format_type>0</format_type>
-            <background_color>
-              <color red="70" green="70" blue="70" />
-            </background_color>
-            <width>112</width>
-            <x>174</x>
-            <name>Text Update</name>
-            <y>24</y>
-            <foreground_color>
-              <color name="Green On" red="0" green="255" blue="0" />
-            </foreground_color>
-            <actions hook="false" hook_all="false" />
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
-            <border_style>0</border_style>
-            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-            <alarm_pulsing>false</alarm_pulsing>
-            <precision>2</precision>
-            <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
-            <rules />
-            <enabled>true</enabled>
-            <wuid>175d5c50:15ce367d227:-62d9</wuid>
-            <transparent>false</transparent>
-            <pv_value />
-            <auto_size>false</auto_size>
-            <text>######</text>
-            <rotation_angle>0.0</rotation_angle>
-            <scripts />
-            <border_alarm_sensitive>true</border_alarm_sensitive>
-            <show_units>true</show_units>
-            <height>31</height>
-            <border_width>1</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <visible>true</visible>
-            <pv_name>INFN-SRC:INTK-VS:TEMP</pv_name>
-            <vertical_alignment>1</vertical_alignment>
-            <border_color>
-              <color red="0" green="128" blue="255" />
-            </border_color>
-            <precision_from_pv>false</precision_from_pv>
-            <widget_type>Text Update</widget_type>
-            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-            <wrap_words>false</wrap_words>
-            <format_type>0</format_type>
-            <background_color>
-              <color red="70" green="70" blue="70" />
-            </background_color>
-            <width>112</width>
-            <x>174</x>
-            <name>Text Update_1</name>
-            <y>66</y>
-            <foreground_color>
-              <color name="Green On" red="0" green="255" blue="0" />
-            </foreground_color>
-            <actions hook="false" hook_all="false" />
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-            <border_style>0</border_style>
-            <tooltip></tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
-            <rules />
-            <enabled>true</enabled>
-            <wuid>175d5c50:15ce367d227:-62d4</wuid>
-            <transparent>true</transparent>
-            <auto_size>false</auto_size>
-            <text>Temp SLIT</text>
-            <scripts />
-            <height>20</height>
-            <border_width>1</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <visible>true</visible>
-            <vertical_alignment>1</vertical_alignment>
-            <border_color>
-              <color red="0" green="128" blue="255" />
-            </border_color>
-            <widget_type>Label</widget_type>
-            <wrap_words>false</wrap_words>
-            <background_color>
-              <color red="255" green="255" blue="255" />
-            </background_color>
-            <width>134</width>
-            <x>24</x>
-            <name>Label_165</name>
-            <y>72</y>
-            <foreground_color>
-              <color red="0" green="0" blue="0" />
-            </foreground_color>
-            <actions hook="false" hook_all="false" />
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.Rectangle" version="1.0.0">
-            <border_style>0</border_style>
-            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-            <line_width>4</line_width>
-            <horizontal_fill>true</horizontal_fill>
-            <alarm_pulsing>false</alarm_pulsing>
-            <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-            <rules>
-              <rule name="Visible" prop_id="visible" out_exp="false">
-                <exp bool_exp="pv0==1 || pv1==1||pv2==1||pv3==1||pv4==1">
-                  <value>true</value>
-                </exp>
-                <exp bool_exp="pv0==0 &amp;&amp; pv1==0 &amp;&amp; pv2==0 &amp;&amp; pv3==0 &amp;&amp; pv4==0">
-                  <value>false</value>
-                </exp>
-                <pv trig="true">INFN-SRC:INTK-HMI:FM1</pv>
-                <pv trig="true">INFN-SRC:INTK-HMI:FM2</pv>
-                <pv trig="true">INFN-SRC:INTK-HMI:FM3</pv>
-                <pv trig="true">INFN-SRC:INTK-HMI:FM4</pv>
-                <pv trig="true">INFN-SRC:INTK-HMI:FM5</pv>
-              </rule>
-            </rules>
-            <enabled>true</enabled>
-            <wuid>175d5c50:15ce367d227:-62d3</wuid>
-            <transparent>true</transparent>
-            <pv_value />
-            <alpha>255</alpha>
-            <bg_gradient_color>
-              <color red="255" green="255" blue="255" />
-            </bg_gradient_color>
-            <scripts />
-            <border_alarm_sensitive>false</border_alarm_sensitive>
-            <height>283</height>
-            <border_width>1</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <visible>true</visible>
-            <pv_name></pv_name>
-            <gradient>false</gradient>
-            <border_color>
-              <color name="Major" red="255" green="0" blue="0" />
-            </border_color>
-            <anti_alias>true</anti_alias>
-            <line_style>0</line_style>
-            <widget_type>Rectangle</widget_type>
-            <fg_gradient_color>
-              <color red="255" green="255" blue="255" />
-            </fg_gradient_color>
-            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-            <background_color>
-              <color name="Major" red="255" green="0" blue="0" />
-            </background_color>
-            <width>295</width>
-            <x>12</x>
-            <name>Rectangle</name>
-            <y>6</y>
-            <fill_level>0.0</fill_level>
-            <foreground_color>
-              <color red="255" green="0" blue="0" />
-            </foreground_color>
-            <actions hook="false" hook_all="false" />
-            <font>
-              <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-            </font>
-            <line_color>
-              <color name="Major" red="255" green="0" blue="0" />
-            </line_color>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
-            <border_style>0</border_style>
-            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-            <alarm_pulsing>false</alarm_pulsing>
-            <precision>2</precision>
-            <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
-            <rules>
-              <rule name="status" prop_id="text" out_exp="false">
-                <exp bool_exp="pv0==1 || pv1==1 || pv2==1 || pv3==1|| pv4==1||pv5==0">
-                  <value>PLC Defaults or FC inserted</value>
-                </exp>
-                <exp bool_exp="pv0==1 &amp;&amp; pv1==0 &amp;&amp; pv2==0 &amp;&amp; pv3==0 &amp;&amp; pv4==0 &amp;&amp; pv5==1">
-                  <value>OK</value>
-                </exp>
-                <pv trig="true">INFN-SRC:INTK-HMI:FM1</pv>
-                <pv trig="true">INFN-SRC:INTK-HMI:FM2</pv>
-                <pv trig="true">INFN-SRC:INTK-HMI:FM3</pv>
-                <pv trig="true">INFN-SRC:INTK-HMI:FM4</pv>
-                <pv trig="true">INFN-SRC:INTK-HMI:FM5</pv>
-                <pv trig="true">INFN-SRC:INTK-Src:STATUS</pv>
-              </rule>
-              <rule name="Color" prop_id="foreground_color" out_exp="false">
-                <exp bool_exp="pv0==1 || pv1==1 || pv2==1 || pv3==1|| pv4==1||pv5==0">
-                  <value>
-                    <color name="Major" red="255" green="0" blue="0" />
-                  </value>
-                </exp>
-                <exp bool_exp="pv0==1 &amp;&amp; pv1==1 &amp;&amp; pv2==1 &amp;&amp; pv3==1 &amp;&amp; pv4==1 &amp;&amp; pv5==1">
-                  <value>
-                    <color name="Green On" red="0" green="255" blue="0" />
-                  </value>
-                </exp>
-                <pv trig="true">INFN-SRC:INTK-HMI:FM1</pv>
-                <pv trig="true">INFN-SRC:INTK-HMI:FM2</pv>
-                <pv trig="true">INFN-SRC:INTK-HMI:FM3</pv>
-                <pv trig="true">INFN-SRC:INTK-HMI:FM4</pv>
-                <pv trig="true">INFN-SRC:INTK-HMI:FM5</pv>
-                <pv trig="true">INFN-SRC:INTK-Src:STATUS</pv>
-              </rule>
-            </rules>
-            <enabled>true</enabled>
-            <wuid>175d5c50:15ce367d227:-62d2</wuid>
-            <transparent>false</transparent>
-            <pv_value />
-            <auto_size>false</auto_size>
-            <text>OK</text>
-            <rotation_angle>0.0</rotation_angle>
-            <scripts />
-            <border_alarm_sensitive>true</border_alarm_sensitive>
-            <show_units>true</show_units>
-            <height>31</height>
-            <border_width>1</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <visible>true</visible>
-            <pv_name></pv_name>
-            <vertical_alignment>1</vertical_alignment>
-            <border_color>
-              <color red="0" green="128" blue="255" />
-            </border_color>
-            <precision_from_pv>false</precision_from_pv>
-            <widget_type>Text Update</widget_type>
-            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-            <wrap_words>false</wrap_words>
-            <format_type>0</format_type>
-            <background_color>
-              <color red="70" green="70" blue="70" />
-            </background_color>
-            <width>267</width>
-            <x>28</x>
-            <name>Text Update_1</name>
-            <y>240</y>
-            <foreground_color>
-              <color name="Green On" red="0" green="255" blue="0" />
-            </foreground_color>
-            <actions hook="false" hook_all="false" />
-            <font>
-              <opifont.name fontName="OpenSans" height="15" style="0">Medium</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-            <border_style>0</border_style>
-            <tooltip></tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
-            <rules />
-            <enabled>true</enabled>
-            <wuid>175d5c50:15ce367d227:-62d1</wuid>
-            <transparent>true</transparent>
-            <auto_size>false</auto_size>
-            <text>Status</text>
-            <scripts />
-            <height>20</height>
-            <border_width>1</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <visible>true</visible>
-            <vertical_alignment>1</vertical_alignment>
-            <border_color>
-              <color red="0" green="128" blue="255" />
-            </border_color>
-            <widget_type>Label</widget_type>
-            <wrap_words>false</wrap_words>
-            <background_color>
-              <color red="255" green="255" blue="255" />
-            </background_color>
-            <width>267</width>
-            <x>28</x>
-            <name>Label_165</name>
-            <y>221</y>
-            <foreground_color>
-              <color red="0" green="0" blue="0" />
-            </foreground_color>
-            <actions hook="false" hook_all="false" />
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
-            <alarm_pulsing>false</alarm_pulsing>
-            <tooltip>$(pv_name)</tooltip>
-            <rules />
-            <effect_3d>true</effect_3d>
-            <bit>-1</bit>
-            <pv_value />
-            <height>21</height>
-            <border_width>1</border_width>
-            <visible>true</visible>
-            <pv_name>INFN-SRC:INTK-HMI:VH_SELECT</pv_name>
-            <border_color>
-              <color name="Blue" red="0" green="128" blue="255" />
-            </border_color>
-            <widget_type>LED</widget_type>
-            <name>LED</name>
-            <actions hook="false" hook_all="false" />
-            <show_boolean_label>false</show_boolean_label>
-            <border_style>0</border_style>
-            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-            <enabled>true</enabled>
-            <wuid>2cdec29e:15cea06ab43:-3b81</wuid>
-            <on_color>
-              <color name="Green On" red="0" green="255" blue="0" />
-            </on_color>
-            <scripts />
-            <border_alarm_sensitive>false</border_alarm_sensitive>
-            <on_label>ON</on_label>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>true</keep_wh_ratio>
-            </scale_options>
-            <off_color>
-              <color name="Field Background Grey" red="240" green="240" blue="240" />
-            </off_color>
-            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-            <background_color>
-              <color name="Field Background Grey" red="240" green="240" blue="240" />
-            </background_color>
-            <square_led>false</square_led>
-            <width>21</width>
-            <x>265</x>
-            <data_type>0</data_type>
-            <y>122</y>
-            <foreground_color>
-              <color name="Button Grey" red="180" green="180" blue="180" />
-            </foreground_color>
-            <font>
-              <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-            </font>
-            <off_label>OFF</off_label>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
-            <alarm_pulsing>false</alarm_pulsing>
-            <tooltip>$(pv_name)</tooltip>
-            <rules />
-            <effect_3d>true</effect_3d>
-            <bit>-1</bit>
-            <pv_value />
-            <height>21</height>
-            <border_width>1</border_width>
-            <visible>true</visible>
-            <pv_name>INFN-SRC:INTK-HMI:VH_SELECT</pv_name>
-            <border_color>
-              <color name="Blue" red="0" green="128" blue="255" />
-            </border_color>
-            <widget_type>LED</widget_type>
-            <name>LED_1</name>
-            <actions hook="false" hook_all="false" />
-            <show_boolean_label>false</show_boolean_label>
-            <border_style>0</border_style>
-            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-            <enabled>true</enabled>
-            <wuid>2cdec29e:15cea06ab43:-3b80</wuid>
-            <on_color>
-              <color name="Field Background Grey" red="240" green="240" blue="240" />
-            </on_color>
-            <scripts />
-            <border_alarm_sensitive>false</border_alarm_sensitive>
-            <on_label>ON</on_label>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>true</keep_wh_ratio>
-            </scale_options>
-            <off_color>
-              <color name="Green On" red="0" green="255" blue="0" />
-            </off_color>
-            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-            <background_color>
-              <color name="Field Background Grey" red="240" green="240" blue="240" />
-            </background_color>
-            <square_led>false</square_led>
-            <width>21</width>
-            <x>265</x>
-            <data_type>0</data_type>
-            <y>176</y>
-            <foreground_color>
-              <color name="Button Grey" red="180" green="180" blue="180" />
-            </foreground_color>
-            <font>
-              <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-            </font>
-            <off_label>OFF</off_label>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.ActionButton" version="2.0.0">
-            <toggle_button>false</toggle_button>
-            <border_style>14</border_style>
-            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-            <alarm_pulsing>false</alarm_pulsing>
-            <tooltip>$(pv_name)</tooltip>
-            <push_action_index>0</push_action_index>
-            <rules>
-              <rule name="Selection_horizontale" prop_id="enabled" out_exp="false">
-                <exp bool_exp="pv0 == 1">
-                  <value>false</value>
-                </exp>
-                <pv trig="true">INFN-SRC:INTK-VEm3:EOR</pv>
-              </rule>
-            </rules>
-            <enabled>true</enabled>
-            <wuid>9fc862a:15cedc69c0d:-d9b</wuid>
-            <pv_value />
-            <text>Horizontal selection</text>
-            <scripts>
-              <path pathString="EmbeddedJs" checkConnect="true" sfe="false" seoe="false">
-                <scriptName>EmbeddedScript</scriptName>
+<display typeId="org.csstudio.opibuilder.Display" version="1.0.0">
+  <show_close_button>true</show_close_button>
+  <rules />
+  <wuid>175d5c50:15ce367d227:-6877</wuid>
+  <show_grid>true</show_grid>
+  <auto_zoom_to_fit_all>true</auto_zoom_to_fit_all>
+  <scripts />
+  <height>1300</height>
+  <macros>
+    <include_parent_macros>true</include_parent_macros>
+  </macros>
+  <boy_version>4.0.103.201506251634</boy_version>
+  <show_edit_range>true</show_edit_range>
+  <widget_type>Display</widget_type>
+  <auto_scale_widgets>
+    <auto_scale_widgets>true</auto_scale_widgets>
+    <min_width>-1</min_width>
+    <min_height>-1</min_height>
+  </auto_scale_widgets>
+  <background_color>
+    <color red="240" green="240" blue="240" />
+  </background_color>
+  <width>2491</width>
+  <x>-1</x>
+  <name></name>
+  <grid_space>6</grid_space>
+  <show_ruler>true</show_ruler>
+  <y>-1</y>
+  <snap_to_geometry>true</snap_to_geometry>
+  <foreground_color>
+    <color red="192" green="192" blue="192" />
+  </foreground_color>
+  <actions hook="false" hook_all="false" />
+  <widget typeId="org.csstudio.opibuilder.widgets.tab" version="1.0.0">
+    <active_tab>0</active_tab>
+    <tooltip></tooltip>
+    <height>1200</height>
+    <tab_2_icon_path></tab_2_icon_path>
+    <border_width>1</border_width>
+    <border_color>
+      <color red="0" green="128" blue="255" />
+    </border_color>
+    <tab_0_foreground_color>
+      <color red="0" green="0" blue="0" />
+    </tab_0_foreground_color>
+    <actions hook="false" hook_all="false" />
+    <tab_1_enabled>true</tab_1_enabled>
+    <border_style>0</border_style>
+    <enabled>true</enabled>
+    <wuid>175d5c50:15ce367d227:-635d</wuid>
+    <tab_1_background_color>
+      <color red="255" green="255" blue="255" />
+    </tab_1_background_color>
+    <tab_1_icon_path></tab_1_icon_path>
+    <tab_2_foreground_color>
+      <color red="0" green="0" blue="0" />
+    </tab_2_foreground_color>
+    <tab_1_font>
+      <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+    </tab_1_font>
+    <tab_2_enabled>true</tab_2_enabled>
+    <background_color>
+      <color red="240" green="240" blue="240" />
+    </background_color>
+    <width>2491</width>
+    <x>-18</x>
+    <horizontal_tabs>true</horizontal_tabs>
+    <y>6</y>
+    <rules />
+    <macros>
+      <include_parent_macros>true</include_parent_macros>
+    </macros>
+    <visible>true</visible>
+    <tab_0_background_color>
+      <color red="255" green="255" blue="255" />
+    </tab_0_background_color>
+    <widget_type>Tabbed Container</widget_type>
+    <tab_2_font>
+      <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+    </tab_2_font>
+    <name></name>
+    <minimum_tab_height>10</minimum_tab_height>
+    <tab_2_title>PLC</tab_2_title>
+    <tab_0_font>
+      <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+    </tab_0_font>
+    <tab_2_background_color>
+      <color red="255" green="255" blue="255" />
+    </tab_2_background_color>
+    <tab_0_title>SCANNING</tab_0_title>
+    <tab_1_foreground_color>
+      <color red="0" green="0" blue="0" />
+    </tab_1_foreground_color>
+    <tab_1_title>DTACQ</tab_1_title>
+    <scripts />
+    <tab_count>3</tab_count>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <tab_0_icon_path></tab_0_icon_path>
+    <tab_0_enabled>true</tab_0_enabled>
+    <foreground_color>
+      <color red="192" green="192" blue="192" />
+    </foreground_color>
+    <widget typeId="org.csstudio.opibuilder.widgets.groupingContainer" version="1.0.0">
+      <border_style>0</border_style>
+      <tooltip></tooltip>
+      <rules />
+      <enabled>true</enabled>
+      <wuid>175d5c50:15ce367d227:-635c</wuid>
+      <transparent>true</transparent>
+      <lock_children>false</lock_children>
+      <scripts />
+      <height>1164</height>
+      <border_width>1</border_width>
+      <scale_options>
+        <width_scalable>true</width_scalable>
+        <height_scalable>true</height_scalable>
+        <keep_wh_ratio>false</keep_wh_ratio>
+      </scale_options>
+      <macros>
+        <include_parent_macros>true</include_parent_macros>
+      </macros>
+      <visible>true</visible>
+      <border_color>
+        <color red="0" green="128" blue="255" />
+      </border_color>
+      <widget_type>Grouping Container</widget_type>
+      <background_color>
+        <color red="240" green="240" blue="240" />
+      </background_color>
+      <width>2489</width>
+      <x>1</x>
+      <name>SCANNING</name>
+      <y>1</y>
+      <foreground_color>
+        <color red="192" green="192" blue="192" />
+      </foreground_color>
+      <actions hook="false" hook_all="false" />
+      <fc>false</fc>
+      <show_scrollbar>true</show_scrollbar>
+      <font>
+        <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+      </font>
+      <widget typeId="org.csstudio.opibuilder.widgets.RoundedRectangle" version="1.0.0">
+        <border_style>0</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <line_width>0</line_width>
+        <horizontal_fill>true</horizontal_fill>
+        <alarm_pulsing>false</alarm_pulsing>
+        <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>175d5c50:15ce367d227:-635b</wuid>
+        <transparent>false</transparent>
+        <pv_value />
+        <alpha>255</alpha>
+        <corner_height>16</corner_height>
+        <bg_gradient_color>
+          <color red="255" green="255" blue="255" />
+        </bg_gradient_color>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <height>1099</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>true</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <pv_name></pv_name>
+        <gradient>false</gradient>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <anti_alias>true</anti_alias>
+        <corner_width>16</corner_width>
+        <line_style>0</line_style>
+        <widget_type>Rounded Rectangle</widget_type>
+        <fg_gradient_color>
+          <color red="255" green="255" blue="255" />
+        </fg_gradient_color>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <background_color>
+          <color name="Container Grey" red="200" green="200" blue="200" />
+        </background_color>
+        <width>349</width>
+        <x>29</x>
+        <name>Rounded Rectangle_5</name>
+        <y>12</y>
+        <fill_level>0.0</fill_level>
+        <foreground_color>
+          <color red="255" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+        </font>
+        <line_color>
+          <color red="128" green="0" blue="255" />
+        </line_color>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.tab" version="1.0.0">
+        <active_tab>0</active_tab>
+        <tooltip></tooltip>
+        <tab_3_icon_path></tab_3_icon_path>
+        <height>295</height>
+        <tab_2_icon_path></tab_2_icon_path>
+        <border_width>1</border_width>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <tab_0_foreground_color>
+          <color red="0" green="0" blue="0" />
+        </tab_0_foreground_color>
+        <actions hook="false" hook_all="false" />
+        <tab_1_enabled>true</tab_1_enabled>
+        <border_style>0</border_style>
+        <enabled>true</enabled>
+        <wuid>175d5c50:15ce367d227:-635a</wuid>
+        <tab_1_background_color>
+          <color name="Field Background Grey" red="240" green="240" blue="240" />
+        </tab_1_background_color>
+        <tab_1_icon_path></tab_1_icon_path>
+        <tab_2_foreground_color>
+          <color red="0" green="0" blue="0" />
+        </tab_2_foreground_color>
+        <tab_1_font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </tab_1_font>
+        <tab_3_title>BPS</tab_3_title>
+        <tab_2_enabled>true</tab_2_enabled>
+        <background_color>
+          <color name="Container Grey" red="200" green="200" blue="200" />
+        </background_color>
+        <width>326</width>
+        <x>42</x>
+        <horizontal_tabs>true</horizontal_tabs>
+        <y>78</y>
+        <rules />
+        <tab_3_font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </tab_3_font>
+        <macros>
+          <include_parent_macros>true</include_parent_macros>
+        </macros>
+        <visible>true</visible>
+        <tab_0_background_color>
+          <color name="Field Background Grey" red="240" green="240" blue="240" />
+        </tab_0_background_color>
+        <tab_3_foreground_color>
+          <color red="0" green="0" blue="0" />
+        </tab_3_foreground_color>
+        <widget_type>Tabbed Container</widget_type>
+        <tab_2_font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </tab_2_font>
+        <tab_3_background_color>
+          <color name="Field Background Grey" red="240" green="240" blue="240" />
+        </tab_3_background_color>
+        <tab_3_enabled>true</tab_3_enabled>
+        <name>Tabbed Container_1</name>
+        <minimum_tab_height>10</minimum_tab_height>
+        <tab_2_title>Motor</tab_2_title>
+        <tab_0_font>
+          <opifont.name fontName="OpenSans" height="10" style="1">Small Bold</opifont.name>
+        </tab_0_font>
+        <tab_2_background_color>
+          <color name="Field Background Grey" red="240" green="240" blue="240" />
+        </tab_2_background_color>
+        <tab_0_title>DACQ</tab_0_title>
+        <tab_1_foreground_color>
+          <color red="0" green="0" blue="0" />
+        </tab_1_foreground_color>
+        <tab_1_title>Dimension</tab_1_title>
+        <scripts />
+        <tab_count>4</tab_count>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <tab_0_icon_path></tab_0_icon_path>
+        <tab_0_enabled>true</tab_0_enabled>
+        <foreground_color>
+          <color name="Container Grey" red="200" green="200" blue="200" />
+        </foreground_color>
+        <widget typeId="org.csstudio.opibuilder.widgets.groupingContainer" version="1.0.0">
+          <border_style>0</border_style>
+          <tooltip></tooltip>
+          <rules />
+          <enabled>true</enabled>
+          <wuid>175d5c50:15ce367d227:-6359</wuid>
+          <transparent>true</transparent>
+          <lock_children>false</lock_children>
+          <scripts />
+          <height>259</height>
+          <border_width>1</border_width>
+          <scale_options>
+            <width_scalable>true</width_scalable>
+            <height_scalable>true</height_scalable>
+            <keep_wh_ratio>false</keep_wh_ratio>
+          </scale_options>
+          <macros>
+            <include_parent_macros>true</include_parent_macros>
+          </macros>
+          <visible>false</visible>
+          <border_color>
+            <color red="0" green="128" blue="255" />
+          </border_color>
+          <widget_type>Grouping Container</widget_type>
+          <background_color>
+            <color red="240" green="240" blue="240" />
+          </background_color>
+          <width>324</width>
+          <x>1</x>
+          <name>DACQ</name>
+          <y>1</y>
+          <foreground_color>
+            <color red="192" green="192" blue="192" />
+          </foreground_color>
+          <actions hook="false" hook_all="false" />
+          <fc>false</fc>
+          <show_scrollbar>true</show_scrollbar>
+          <font>
+            <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+          </font>
+          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+            <border_style>0</border_style>
+            <tooltip></tooltip>
+            <horizontal_alignment>1</horizontal_alignment>
+            <rules />
+            <enabled>false</enabled>
+            <wuid>175d5c50:15ce367d227:-6358</wuid>
+            <transparent>true</transparent>
+            <auto_size>false</auto_size>
+            <text>T1</text>
+            <scripts />
+            <height>20</height>
+            <border_width>2</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <visible>true</visible>
+            <vertical_alignment>1</vertical_alignment>
+            <border_color>
+              <color name="IO Border" red="215" green="215" blue="215" />
+            </border_color>
+            <widget_type>Label</widget_type>
+            <wrap_words>false</wrap_words>
+            <background_color>
+              <color name="IO Background" red="255" green="255" blue="205" />
+            </background_color>
+            <width>151</width>
+            <x>49</x>
+            <name>Label Orientation_1</name>
+            <y>54</y>
+            <foreground_color>
+              <color name="IO Foreground" red="0" green="0" blue="0" />
+            </foreground_color>
+            <actions hook="false" hook_all="false" />
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
+            <alarm_pulsing>false</alarm_pulsing>
+            <precision>0</precision>
+            <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+            <horizontal_alignment>1</horizontal_alignment>
+            <rules>
+              <rule name="Disable" prop_id="enabled" out_exp="false">
+                <exp bool_exp="pv0==0">
+                  <value>true</value>
+                </exp>
+                <exp bool_exp="pv0==1">
+                  <value>false</value>
+                </exp>
+                <pv trig="true">${PREFIX}${TYPE}:MTR.BUSY</pv>
+              </rule>
+            </rules>
+            <pv_value />
+            <auto_size>false</auto_size>
+            <text></text>
+            <rotation_angle>0.0</rotation_angle>
+            <show_units>true</show_units>
+            <height>31</height>
+            <multiline_input>false</multiline_input>
+            <border_width>1</border_width>
+            <visible>true</visible>
+            <pv_name>$(PREFIX)$(TYPE):LCURSOR_ms</pv_name>
+            <selector_type>0</selector_type>
+            <border_color>
+              <color red="0" green="128" blue="255" />
+            </border_color>
+            <precision_from_pv>true</precision_from_pv>
+            <widget_type>Text Input</widget_type>
+            <confirm_message></confirm_message>
+            <name>Text Input</name>
+            <style>0</style>
+            <actions hook="false" hook_all="false" />
+            <border_style>3</border_style>
+            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+            <enabled>false</enabled>
+            <wuid>175d5c50:15ce367d227:-6357</wuid>
+            <transparent>false</transparent>
+            <scripts />
+            <border_alarm_sensitive>false</border_alarm_sensitive>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+            <format_type>0</format_type>
+            <limits_from_pv>false</limits_from_pv>
+            <background_color>
+              <color name="TextBackground" red="70" green="70" blue="70" />
+            </background_color>
+            <width>100</width>
+            <x>168</x>
+            <y>48</y>
+            <maximum>1.7976931348623157E308</maximum>
+            <foreground_color>
+              <color name="KeyboardEntry" red="0" green="255" blue="255" />
+            </foreground_color>
+            <minimum>-1.7976931348623157E308</minimum>
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+            <border_style>0</border_style>
+            <tooltip></tooltip>
+            <horizontal_alignment>1</horizontal_alignment>
+            <rules />
+            <enabled>false</enabled>
+            <wuid>175d5c50:15ce367d227:-6356</wuid>
+            <transparent>true</transparent>
+            <auto_size>false</auto_size>
+            <text>T2</text>
+            <scripts />
+            <height>20</height>
+            <border_width>2</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <visible>true</visible>
+            <vertical_alignment>1</vertical_alignment>
+            <border_color>
+              <color name="IO Border" red="215" green="215" blue="215" />
+            </border_color>
+            <widget_type>Label</widget_type>
+            <wrap_words>false</wrap_words>
+            <background_color>
+              <color name="IO Background" red="255" green="255" blue="205" />
+            </background_color>
+            <width>174</width>
+            <x>38</x>
+            <name>Label Orientation_2</name>
+            <y>96</y>
+            <foreground_color>
+              <color name="IO Foreground" red="0" green="0" blue="0" />
+            </foreground_color>
+            <actions hook="false" hook_all="false" />
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+            <border_style>0</border_style>
+            <tooltip></tooltip>
+            <horizontal_alignment>1</horizontal_alignment>
+            <rules />
+            <enabled>true</enabled>
+            <wuid>175d5c50:15ce367d227:-6355</wuid>
+            <transparent>true</transparent>
+            <auto_size>false</auto_size>
+            <text>Measure interval</text>
+            <scripts />
+            <height>20</height>
+            <border_width>1</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <visible>true</visible>
+            <vertical_alignment>1</vertical_alignment>
+            <border_color>
+              <color red="0" green="128" blue="255" />
+            </border_color>
+            <widget_type>Label</widget_type>
+            <wrap_words>false</wrap_words>
+            <background_color>
+              <color red="255" green="255" blue="255" />
+            </background_color>
+            <width>151</width>
+            <x>142</x>
+            <name>Label</name>
+            <y>18</y>
+            <foreground_color>
+              <color red="0" green="0" blue="0" />
+            </foreground_color>
+            <actions hook="false" hook_all="false" />
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+            <border_style>0</border_style>
+            <tooltip></tooltip>
+            <horizontal_alignment>1</horizontal_alignment>
+            <rules />
+            <enabled>true</enabled>
+            <wuid>175d5c50:15ce367d227:-6354</wuid>
+            <transparent>true</transparent>
+            <auto_size>false</auto_size>
+            <text>Frequency sample </text>
+            <scripts />
+            <height>20</height>
+            <border_width>1</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <visible>true</visible>
+            <vertical_alignment>1</vertical_alignment>
+            <border_color>
+              <color red="0" green="128" blue="255" />
+            </border_color>
+            <widget_type>Label</widget_type>
+            <wrap_words>false</wrap_words>
+            <background_color>
+              <color red="255" green="255" blue="255" />
+            </background_color>
+            <width>151</width>
+            <x>6</x>
+            <name>Label_164</name>
+            <y>138</y>
+            <foreground_color>
+              <color red="0" green="0" blue="0" />
+            </foreground_color>
+            <actions hook="false" hook_all="false" />
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
+            <border_style>0</border_style>
+            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+            <alarm_pulsing>false</alarm_pulsing>
+            <precision>0</precision>
+            <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+            <horizontal_alignment>1</horizontal_alignment>
+            <rules />
+            <enabled>true</enabled>
+            <wuid>175d5c50:15ce367d227:-6353</wuid>
+            <transparent>false</transparent>
+            <pv_value />
+            <auto_size>false</auto_size>
+            <text>######</text>
+            <rotation_angle>0.0</rotation_angle>
+            <scripts />
+            <border_alarm_sensitive>true</border_alarm_sensitive>
+            <show_units>true</show_units>
+            <height>31</height>
+            <border_width>1</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <visible>true</visible>
+            <pv_name>$(PREFIX):CARD0:SAMPLINGRATE-RB</pv_name>
+            <vertical_alignment>1</vertical_alignment>
+            <border_color>
+              <color red="0" green="128" blue="255" />
+            </border_color>
+            <precision_from_pv>true</precision_from_pv>
+            <widget_type>Text Update</widget_type>
+            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+            <wrap_words>false</wrap_words>
+            <format_type>0</format_type>
+            <background_color>
+              <color red="70" green="70" blue="70" />
+            </background_color>
+            <width>100</width>
+            <x>168</x>
+            <name>Text Update</name>
+            <y>132</y>
+            <foreground_color>
+              <color name="Green On" red="0" green="255" blue="0" />
+            </foreground_color>
+            <actions hook="false" hook_all="false" />
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
+            <alarm_pulsing>false</alarm_pulsing>
+            <precision>0</precision>
+            <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+            <horizontal_alignment>1</horizontal_alignment>
+            <rules>
+              <rule name="Disable" prop_id="enabled" out_exp="false">
+                <exp bool_exp="pv0==0">
+                  <value>true</value>
+                </exp>
+                <exp bool_exp="pv0==1">
+                  <value>false</value>
+                </exp>
+                <pv trig="true">${PREFIX}${TYPE}:MTR.BUSY</pv>
+              </rule>
+            </rules>
+            <pv_value />
+            <auto_size>false</auto_size>
+            <text></text>
+            <rotation_angle>0.0</rotation_angle>
+            <show_units>true</show_units>
+            <height>31</height>
+            <multiline_input>false</multiline_input>
+            <border_width>1</border_width>
+            <visible>true</visible>
+            <pv_name>$(PREFIX)$(TYPE):RCURSOR_ms</pv_name>
+            <selector_type>0</selector_type>
+            <border_color>
+              <color red="0" green="128" blue="255" />
+            </border_color>
+            <precision_from_pv>true</precision_from_pv>
+            <widget_type>Text Input</widget_type>
+            <confirm_message></confirm_message>
+            <name>Text Input</name>
+            <style>0</style>
+            <actions hook="false" hook_all="false" />
+            <border_style>3</border_style>
+            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+            <enabled>false</enabled>
+            <wuid>175d5c50:15ce367d227:-6352</wuid>
+            <transparent>false</transparent>
+            <scripts />
+            <border_alarm_sensitive>false</border_alarm_sensitive>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+            <format_type>0</format_type>
+            <limits_from_pv>false</limits_from_pv>
+            <background_color>
+              <color name="TextBackground" red="70" green="70" blue="70" />
+            </background_color>
+            <width>100</width>
+            <x>168</x>
+            <y>90</y>
+            <maximum>1.7976931348623157E308</maximum>
+            <foreground_color>
+              <color name="KeyboardEntry" red="0" green="255" blue="255" />
+            </foreground_color>
+            <minimum>-1.7976931348623157E308</minimum>
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+            </font>
+          </widget>
+        </widget>
+        <widget typeId="org.csstudio.opibuilder.widgets.groupingContainer" version="1.0.0">
+          <border_style>0</border_style>
+          <tooltip></tooltip>
+          <rules />
+          <enabled>true</enabled>
+          <wuid>175d5c50:15ce367d227:-6351</wuid>
+          <transparent>true</transparent>
+          <lock_children>false</lock_children>
+          <scripts />
+          <height>259</height>
+          <border_width>1</border_width>
+          <scale_options>
+            <width_scalable>true</width_scalable>
+            <height_scalable>true</height_scalable>
+            <keep_wh_ratio>false</keep_wh_ratio>
+          </scale_options>
+          <macros>
+            <include_parent_macros>true</include_parent_macros>
+          </macros>
+          <visible>false</visible>
+          <border_color>
+            <color red="0" green="128" blue="255" />
+          </border_color>
+          <widget_type>Grouping Container</widget_type>
+          <background_color>
+            <color red="240" green="240" blue="240" />
+          </background_color>
+          <width>324</width>
+          <x>1</x>
+          <name>Dimension</name>
+          <y>1</y>
+          <foreground_color>
+            <color red="192" green="192" blue="192" />
+          </foreground_color>
+          <actions hook="false" hook_all="false" />
+          <fc>false</fc>
+          <show_scrollbar>true</show_scrollbar>
+          <font>
+            <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+          </font>
+          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+            <border_style>0</border_style>
+            <tooltip></tooltip>
+            <horizontal_alignment>1</horizontal_alignment>
+            <rules />
+            <enabled>false</enabled>
+            <wuid>175d5c50:15ce367d227:-6350</wuid>
+            <transparent>true</transparent>
+            <auto_size>false</auto_size>
+            <text>Energy (eV)</text>
+            <scripts />
+            <height>20</height>
+            <border_width>2</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <visible>true</visible>
+            <vertical_alignment>1</vertical_alignment>
+            <border_color>
+              <color name="IO Border" red="215" green="215" blue="215" />
+            </border_color>
+            <widget_type>Label</widget_type>
+            <wrap_words>false</wrap_words>
+            <background_color>
+              <color name="IO Background" red="255" green="255" blue="205" />
+            </background_color>
+            <width>151</width>
+            <x>12</x>
+            <name>Label Orientation_1</name>
+            <y>24</y>
+            <foreground_color>
+              <color name="IO Foreground" red="0" green="0" blue="0" />
+            </foreground_color>
+            <actions hook="false" hook_all="false" />
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
+            <alarm_pulsing>false</alarm_pulsing>
+            <precision>0</precision>
+            <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+            <horizontal_alignment>1</horizontal_alignment>
+            <rules />
+            <pv_value />
+            <auto_size>false</auto_size>
+            <text></text>
+            <rotation_angle>0.0</rotation_angle>
+            <show_units>true</show_units>
+            <height>31</height>
+            <multiline_input>false</multiline_input>
+            <border_width>1</border_width>
+            <visible>true</visible>
+            <pv_name>${PREFIX}${TYPE}:CALC-Energy-SP</pv_name>
+            <selector_type>0</selector_type>
+            <border_color>
+              <color red="0" green="128" blue="255" />
+            </border_color>
+            <precision_from_pv>true</precision_from_pv>
+            <widget_type>Text Input</widget_type>
+            <confirm_message></confirm_message>
+            <name>Text Input</name>
+            <style>0</style>
+            <actions hook="false" hook_all="false" />
+            <border_style>3</border_style>
+            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+            <enabled>true</enabled>
+            <wuid>175d5c50:15ce367d227:-634f</wuid>
+            <transparent>false</transparent>
+            <scripts />
+            <border_alarm_sensitive>false</border_alarm_sensitive>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+            <format_type>0</format_type>
+            <limits_from_pv>false</limits_from_pv>
+            <background_color>
+              <color name="TextBackground" red="70" green="70" blue="70" />
+            </background_color>
+            <width>100</width>
+            <x>198</x>
+            <y>18</y>
+            <maximum>1.7976931348623157E308</maximum>
+            <foreground_color>
+              <color name="KeyboardEntry" red="0" green="255" blue="255" />
+            </foreground_color>
+            <minimum>-1.7976931348623157E308</minimum>
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+            <border_style>0</border_style>
+            <tooltip></tooltip>
+            <horizontal_alignment>1</horizontal_alignment>
+            <rules />
+            <enabled>false</enabled>
+            <wuid>175d5c50:15ce367d227:-634e</wuid>
+            <transparent>true</transparent>
+            <auto_size>false</auto_size>
+            <text>Distance betw. Plates</text>
+            <scripts />
+            <height>20</height>
+            <border_width>2</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <visible>false</visible>
+            <vertical_alignment>1</vertical_alignment>
+            <border_color>
+              <color name="IO Border" red="215" green="215" blue="215" />
+            </border_color>
+            <widget_type>Label</widget_type>
+            <wrap_words>false</wrap_words>
+            <background_color>
+              <color name="IO Background" red="255" green="255" blue="205" />
+            </background_color>
+            <width>174</width>
+            <x>13</x>
+            <name>Label Orientation_2</name>
+            <y>66</y>
+            <foreground_color>
+              <color name="IO Foreground" red="0" green="0" blue="0" />
+            </foreground_color>
+            <actions hook="false" hook_all="false" />
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
+            <alarm_pulsing>false</alarm_pulsing>
+            <precision>0</precision>
+            <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+            <horizontal_alignment>1</horizontal_alignment>
+            <rules />
+            <pv_value />
+            <auto_size>false</auto_size>
+            <text></text>
+            <rotation_angle>0.0</rotation_angle>
+            <show_units>true</show_units>
+            <height>31</height>
+            <multiline_input>false</multiline_input>
+            <border_width>1</border_width>
+            <visible>false</visible>
+            <pv_name>${PREFIX}${TYPE}:CALC-DistP-SP</pv_name>
+            <selector_type>0</selector_type>
+            <border_color>
+              <color red="0" green="128" blue="255" />
+            </border_color>
+            <precision_from_pv>true</precision_from_pv>
+            <widget_type>Text Input</widget_type>
+            <confirm_message></confirm_message>
+            <name>Text Input_2</name>
+            <style>0</style>
+            <actions hook="false" hook_all="false" />
+            <border_style>3</border_style>
+            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+            <enabled>true</enabled>
+            <wuid>175d5c50:15ce367d227:-634d</wuid>
+            <transparent>false</transparent>
+            <scripts />
+            <border_alarm_sensitive>false</border_alarm_sensitive>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+            <format_type>0</format_type>
+            <limits_from_pv>false</limits_from_pv>
+            <background_color>
+              <color name="TextBackground" red="70" green="70" blue="70" />
+            </background_color>
+            <width>100</width>
+            <x>198</x>
+            <y>60</y>
+            <maximum>1.7976931348623157E308</maximum>
+            <foreground_color>
+              <color name="KeyboardEntry" red="0" green="255" blue="255" />
+            </foreground_color>
+            <minimum>-1.7976931348623157E308</minimum>
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+            <border_style>0</border_style>
+            <tooltip></tooltip>
+            <horizontal_alignment>1</horizontal_alignment>
+            <rules />
+            <enabled>false</enabled>
+            <wuid>175d5c50:15ce367d227:-634c</wuid>
+            <transparent>true</transparent>
+            <auto_size>false</auto_size>
+            <text>Plate lenght</text>
+            <scripts />
+            <height>20</height>
+            <border_width>2</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <visible>false</visible>
+            <vertical_alignment>1</vertical_alignment>
+            <border_color>
+              <color name="IO Border" red="215" green="215" blue="215" />
+            </border_color>
+            <widget_type>Label</widget_type>
+            <wrap_words>false</wrap_words>
+            <background_color>
+              <color name="IO Background" red="255" green="255" blue="205" />
+            </background_color>
+            <width>199</width>
+            <x>0</x>
+            <name>Label Orientation_3</name>
+            <y>106</y>
+            <foreground_color>
+              <color name="IO Foreground" red="0" green="0" blue="0" />
+            </foreground_color>
+            <actions hook="false" hook_all="false" />
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
+            <alarm_pulsing>false</alarm_pulsing>
+            <precision>0</precision>
+            <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+            <horizontal_alignment>1</horizontal_alignment>
+            <rules />
+            <pv_value />
+            <auto_size>false</auto_size>
+            <text></text>
+            <rotation_angle>0.0</rotation_angle>
+            <show_units>true</show_units>
+            <height>31</height>
+            <multiline_input>false</multiline_input>
+            <border_width>1</border_width>
+            <visible>false</visible>
+            <pv_name>${PREFIX}${TYPE}:CALC-LenghP-SP</pv_name>
+            <selector_type>0</selector_type>
+            <border_color>
+              <color red="0" green="128" blue="255" />
+            </border_color>
+            <precision_from_pv>true</precision_from_pv>
+            <widget_type>Text Input</widget_type>
+            <confirm_message></confirm_message>
+            <name>Text Input_3</name>
+            <style>0</style>
+            <actions hook="false" hook_all="false" />
+            <border_style>3</border_style>
+            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+            <enabled>true</enabled>
+            <wuid>175d5c50:15ce367d227:-634b</wuid>
+            <transparent>false</transparent>
+            <scripts />
+            <border_alarm_sensitive>false</border_alarm_sensitive>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+            <format_type>0</format_type>
+            <limits_from_pv>false</limits_from_pv>
+            <background_color>
+              <color name="TextBackground" red="70" green="70" blue="70" />
+            </background_color>
+            <width>100</width>
+            <x>198</x>
+            <y>100</y>
+            <maximum>1.7976931348623157E308</maximum>
+            <foreground_color>
+              <color name="KeyboardEntry" red="0" green="255" blue="255" />
+            </foreground_color>
+            <minimum>-1.7976931348623157E308</minimum>
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
+            <alarm_pulsing>false</alarm_pulsing>
+            <precision>0</precision>
+            <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+            <horizontal_alignment>1</horizontal_alignment>
+            <rules />
+            <pv_value />
+            <auto_size>false</auto_size>
+            <text></text>
+            <rotation_angle>0.0</rotation_angle>
+            <show_units>true</show_units>
+            <height>31</height>
+            <multiline_input>false</multiline_input>
+            <border_width>1</border_width>
+            <visible>false</visible>
+            <pv_name>${PREFIX}${TYPE}:CALC-FacLenghP-SP</pv_name>
+            <selector_type>0</selector_type>
+            <border_color>
+              <color red="0" green="128" blue="255" />
+            </border_color>
+            <precision_from_pv>true</precision_from_pv>
+            <widget_type>Text Input</widget_type>
+            <confirm_message></confirm_message>
+            <name>Text Input_4</name>
+            <style>0</style>
+            <actions hook="false" hook_all="false" />
+            <border_style>3</border_style>
+            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+            <enabled>true</enabled>
+            <wuid>175d5c50:15ce367d227:-634a</wuid>
+            <transparent>false</transparent>
+            <scripts />
+            <border_alarm_sensitive>false</border_alarm_sensitive>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+            <format_type>0</format_type>
+            <limits_from_pv>false</limits_from_pv>
+            <background_color>
+              <color name="TextBackground" red="70" green="70" blue="70" />
+            </background_color>
+            <width>100</width>
+            <x>198</x>
+            <y>145</y>
+            <maximum>1.7976931348623157E308</maximum>
+            <foreground_color>
+              <color name="KeyboardEntry" red="0" green="255" blue="255" />
+            </foreground_color>
+            <minimum>-1.7976931348623157E308</minimum>
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+            <border_style>0</border_style>
+            <tooltip></tooltip>
+            <horizontal_alignment>1</horizontal_alignment>
+            <rules />
+            <enabled>false</enabled>
+            <wuid>175d5c50:15ce367d227:-6349</wuid>
+            <transparent>true</transparent>
+            <auto_size>false</auto_size>
+            <text>Face Plate lenght</text>
+            <scripts />
+            <height>20</height>
+            <border_width>2</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <visible>false</visible>
+            <vertical_alignment>1</vertical_alignment>
+            <border_color>
+              <color name="IO Border" red="215" green="215" blue="215" />
+            </border_color>
+            <widget_type>Label</widget_type>
+            <wrap_words>false</wrap_words>
+            <background_color>
+              <color name="IO Background" red="255" green="255" blue="205" />
+            </background_color>
+            <width>199</width>
+            <x>0</x>
+            <name>Label Orientation_4</name>
+            <y>151</y>
+            <foreground_color>
+              <color name="IO Foreground" red="0" green="0" blue="0" />
+            </foreground_color>
+            <actions hook="false" hook_all="false" />
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+            <border_style>0</border_style>
+            <tooltip></tooltip>
+            <horizontal_alignment>1</horizontal_alignment>
+            <rules />
+            <enabled>false</enabled>
+            <wuid>175d5c50:15ce367d227:-6348</wuid>
+            <transparent>true</transparent>
+            <auto_size>false</auto_size>
+            <text>Rear Plate lenght</text>
+            <scripts />
+            <height>20</height>
+            <border_width>2</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <visible>false</visible>
+            <vertical_alignment>1</vertical_alignment>
+            <border_color>
+              <color name="IO Border" red="215" green="215" blue="215" />
+            </border_color>
+            <widget_type>Label</widget_type>
+            <wrap_words>false</wrap_words>
+            <background_color>
+              <color name="IO Background" red="255" green="255" blue="205" />
+            </background_color>
+            <width>199</width>
+            <x>0</x>
+            <name>Label Orientation_4</name>
+            <y>195</y>
+            <foreground_color>
+              <color name="IO Foreground" red="0" green="0" blue="0" />
+            </foreground_color>
+            <actions hook="false" hook_all="false" />
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
+            <alarm_pulsing>false</alarm_pulsing>
+            <precision>0</precision>
+            <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+            <horizontal_alignment>1</horizontal_alignment>
+            <rules />
+            <pv_value />
+            <auto_size>false</auto_size>
+            <text></text>
+            <rotation_angle>0.0</rotation_angle>
+            <show_units>true</show_units>
+            <height>31</height>
+            <multiline_input>false</multiline_input>
+            <border_width>1</border_width>
+            <visible>false</visible>
+            <pv_name>${PREFIX}${TYPE}:CALC-RearLenghP-SP</pv_name>
+            <selector_type>0</selector_type>
+            <border_color>
+              <color red="0" green="128" blue="255" />
+            </border_color>
+            <precision_from_pv>true</precision_from_pv>
+            <widget_type>Text Input</widget_type>
+            <confirm_message></confirm_message>
+            <name>Text Input_4</name>
+            <style>0</style>
+            <actions hook="false" hook_all="false" />
+            <border_style>3</border_style>
+            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+            <enabled>true</enabled>
+            <wuid>175d5c50:15ce367d227:-6347</wuid>
+            <transparent>false</transparent>
+            <scripts />
+            <border_alarm_sensitive>false</border_alarm_sensitive>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+            <format_type>0</format_type>
+            <limits_from_pv>false</limits_from_pv>
+            <background_color>
+              <color name="TextBackground" red="70" green="70" blue="70" />
+            </background_color>
+            <width>100</width>
+            <x>198</x>
+            <y>189</y>
+            <maximum>1.7976931348623157E308</maximum>
+            <foreground_color>
+              <color name="KeyboardEntry" red="0" green="255" blue="255" />
+            </foreground_color>
+            <minimum>-1.7976931348623157E308</minimum>
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+            </font>
+          </widget>
+        </widget>
+        <widget typeId="org.csstudio.opibuilder.widgets.groupingContainer" version="1.0.0">
+          <border_style>0</border_style>
+          <tooltip></tooltip>
+          <rules />
+          <enabled>true</enabled>
+          <wuid>175d5c50:15ce367d227:-6346</wuid>
+          <transparent>true</transparent>
+          <lock_children>false</lock_children>
+          <scripts />
+          <height>259</height>
+          <border_width>1</border_width>
+          <scale_options>
+            <width_scalable>true</width_scalable>
+            <height_scalable>true</height_scalable>
+            <keep_wh_ratio>false</keep_wh_ratio>
+          </scale_options>
+          <macros>
+            <include_parent_macros>true</include_parent_macros>
+          </macros>
+          <visible>true</visible>
+          <border_color>
+            <color red="0" green="128" blue="255" />
+          </border_color>
+          <widget_type>Grouping Container</widget_type>
+          <background_color>
+            <color red="240" green="240" blue="240" />
+          </background_color>
+          <width>324</width>
+          <x>1</x>
+          <name>Motor</name>
+          <y>1</y>
+          <foreground_color>
+            <color red="192" green="192" blue="192" />
+          </foreground_color>
+          <actions hook="false" hook_all="false" />
+          <fc>false</fc>
+          <show_scrollbar>true</show_scrollbar>
+          <font>
+            <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+          </font>
+          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+            <border_style>0</border_style>
+            <tooltip></tooltip>
+            <horizontal_alignment>1</horizontal_alignment>
+            <rules />
+            <enabled>false</enabled>
+            <wuid>175d5c50:15ce367d227:-6345</wuid>
+            <transparent>true</transparent>
+            <auto_size>false</auto_size>
+            <text>Velocity</text>
+            <scripts />
+            <height>20</height>
+            <border_width>2</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <visible>true</visible>
+            <vertical_alignment>1</vertical_alignment>
+            <border_color>
+              <color name="IO Border" red="215" green="215" blue="215" />
+            </border_color>
+            <widget_type>Label</widget_type>
+            <wrap_words>false</wrap_words>
+            <background_color>
+              <color name="IO Background" red="255" green="255" blue="205" />
+            </background_color>
+            <width>151</width>
+            <x>12</x>
+            <name>Label Orientation_1</name>
+            <y>30</y>
+            <foreground_color>
+              <color name="IO Foreground" red="0" green="0" blue="0" />
+            </foreground_color>
+            <actions hook="false" hook_all="false" />
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
+            <alarm_pulsing>false</alarm_pulsing>
+            <precision>2</precision>
+            <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+            <horizontal_alignment>1</horizontal_alignment>
+            <rules>
+              <rule name="Disable" prop_id="enabled" out_exp="false">
+                <exp bool_exp="pv0==1">
+                  <value>false</value>
+                </exp>
+                <exp bool_exp="pv0==0">
+                  <value>true</value>
+                </exp>
+                <pv trig="true">${PREFIX}${TYPE}:MTR.BUSY</pv>
+              </rule>
+            </rules>
+            <pv_value />
+            <auto_size>false</auto_size>
+            <text></text>
+            <rotation_angle>0.0</rotation_angle>
+            <show_units>true</show_units>
+            <height>31</height>
+            <multiline_input>false</multiline_input>
+            <border_width>1</border_width>
+            <visible>true</visible>
+            <pv_name>$(PREFIX)-PMAC:$(NAME_MTR).VELO</pv_name>
+            <selector_type>0</selector_type>
+            <border_color>
+              <color red="0" green="128" blue="255" />
+            </border_color>
+            <precision_from_pv>false</precision_from_pv>
+            <widget_type>Text Input</widget_type>
+            <confirm_message></confirm_message>
+            <name>Text Input</name>
+            <style>0</style>
+            <actions hook="false" hook_all="false" />
+            <border_style>3</border_style>
+            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+            <enabled>true</enabled>
+            <wuid>175d5c50:15ce367d227:-6344</wuid>
+            <transparent>false</transparent>
+            <scripts />
+            <border_alarm_sensitive>false</border_alarm_sensitive>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+            <format_type>0</format_type>
+            <limits_from_pv>false</limits_from_pv>
+            <background_color>
+              <color name="TextBackground" red="70" green="70" blue="70" />
+            </background_color>
+            <width>130</width>
+            <x>168</x>
+            <y>24</y>
+            <maximum>7.0</maximum>
+            <foreground_color>
+              <color name="KeyboardEntry" red="0" green="255" blue="255" />
+            </foreground_color>
+            <minimum>-1.7976931348623157E308</minimum>
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+            <border_style>0</border_style>
+            <tooltip></tooltip>
+            <horizontal_alignment>1</horizontal_alignment>
+            <rules />
+            <enabled>false</enabled>
+            <wuid>175d5c50:15ce367d227:-6343</wuid>
+            <transparent>true</transparent>
+            <auto_size>false</auto_size>
+            <text>Homing Velocity</text>
+            <scripts />
+            <height>20</height>
+            <border_width>2</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <visible>true</visible>
+            <vertical_alignment>1</vertical_alignment>
+            <border_color>
+              <color name="IO Border" red="215" green="215" blue="215" />
+            </border_color>
+            <widget_type>Label</widget_type>
+            <wrap_words>false</wrap_words>
+            <background_color>
+              <color name="IO Background" red="255" green="255" blue="205" />
+            </background_color>
+            <width>151</width>
+            <x>12</x>
+            <name>Label Orientation_1</name>
+            <y>72</y>
+            <foreground_color>
+              <color name="IO Foreground" red="0" green="0" blue="0" />
+            </foreground_color>
+            <actions hook="false" hook_all="false" />
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
+            <alarm_pulsing>false</alarm_pulsing>
+            <precision>2</precision>
+            <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+            <horizontal_alignment>1</horizontal_alignment>
+            <rules>
+              <rule name="Disable" prop_id="enabled" out_exp="false">
+                <exp bool_exp="pv0==1">
+                  <value>false</value>
+                </exp>
+                <exp bool_exp="pv0==0">
+                  <value>true</value>
+                </exp>
+                <pv trig="true">${PREFIX}${TYPE}:MTR.BUSY</pv>
+              </rule>
+            </rules>
+            <pv_value />
+            <auto_size>false</auto_size>
+            <text></text>
+            <rotation_angle>0.0</rotation_angle>
+            <show_units>true</show_units>
+            <height>31</height>
+            <multiline_input>false</multiline_input>
+            <border_width>1</border_width>
+            <visible>true</visible>
+            <pv_name>$(PREFIX)-PMAC:$(NAME_MTR).HVEL</pv_name>
+            <selector_type>0</selector_type>
+            <border_color>
+              <color red="0" green="128" blue="255" />
+            </border_color>
+            <precision_from_pv>false</precision_from_pv>
+            <widget_type>Text Input</widget_type>
+            <confirm_message></confirm_message>
+            <name>Text Input</name>
+            <style>0</style>
+            <actions hook="false" hook_all="false" />
+            <border_style>3</border_style>
+            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+            <enabled>true</enabled>
+            <wuid>175d5c50:15ce367d227:-6342</wuid>
+            <transparent>false</transparent>
+            <scripts />
+            <border_alarm_sensitive>false</border_alarm_sensitive>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+            <format_type>0</format_type>
+            <limits_from_pv>false</limits_from_pv>
+            <background_color>
+              <color name="TextBackground" red="70" green="70" blue="70" />
+            </background_color>
+            <width>130</width>
+            <x>168</x>
+            <y>66</y>
+            <maximum>7.0</maximum>
+            <foreground_color>
+              <color name="KeyboardEntry" red="0" green="255" blue="255" />
+            </foreground_color>
+            <minimum>-1.7976931348623157E308</minimum>
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+            <border_style>0</border_style>
+            <tooltip></tooltip>
+            <horizontal_alignment>1</horizontal_alignment>
+            <rules />
+            <enabled>false</enabled>
+            <wuid>175d5c50:15ce367d227:-6341</wuid>
+            <transparent>true</transparent>
+            <auto_size>false</auto_size>
+            <text>Acc. time</text>
+            <scripts />
+            <height>20</height>
+            <border_width>2</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <visible>true</visible>
+            <vertical_alignment>1</vertical_alignment>
+            <border_color>
+              <color name="IO Border" red="215" green="215" blue="215" />
+            </border_color>
+            <widget_type>Label</widget_type>
+            <wrap_words>false</wrap_words>
+            <background_color>
+              <color name="IO Background" red="255" green="255" blue="205" />
+            </background_color>
+            <width>151</width>
+            <x>12</x>
+            <name>Label Orientation_1</name>
+            <y>114</y>
+            <foreground_color>
+              <color name="IO Foreground" red="0" green="0" blue="0" />
+            </foreground_color>
+            <actions hook="false" hook_all="false" />
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
+            <alarm_pulsing>false</alarm_pulsing>
+            <precision>2</precision>
+            <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+            <horizontal_alignment>1</horizontal_alignment>
+            <rules>
+              <rule name="Disable" prop_id="enabled" out_exp="false">
+                <exp bool_exp="pv0==1">
+                  <value>false</value>
+                </exp>
+                <exp bool_exp="pv0==0">
+                  <value>true</value>
+                </exp>
+                <pv trig="true">${PREFIX}${TYPE}:MTR.BUSY</pv>
+              </rule>
+            </rules>
+            <pv_value />
+            <auto_size>false</auto_size>
+            <text></text>
+            <rotation_angle>0.0</rotation_angle>
+            <show_units>true</show_units>
+            <height>31</height>
+            <multiline_input>false</multiline_input>
+            <border_width>1</border_width>
+            <visible>true</visible>
+            <pv_name>$(PREFIX)-PMAC:$(NAME_MTR).ACCL</pv_name>
+            <selector_type>0</selector_type>
+            <border_color>
+              <color red="0" green="128" blue="255" />
+            </border_color>
+            <precision_from_pv>false</precision_from_pv>
+            <widget_type>Text Input</widget_type>
+            <confirm_message></confirm_message>
+            <name>Text Input</name>
+            <style>0</style>
+            <actions hook="false" hook_all="false" />
+            <border_style>3</border_style>
+            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+            <enabled>true</enabled>
+            <wuid>175d5c50:15ce367d227:-6340</wuid>
+            <transparent>false</transparent>
+            <scripts />
+            <border_alarm_sensitive>false</border_alarm_sensitive>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+            <format_type>0</format_type>
+            <limits_from_pv>false</limits_from_pv>
+            <background_color>
+              <color name="TextBackground" red="70" green="70" blue="70" />
+            </background_color>
+            <width>130</width>
+            <x>168</x>
+            <y>108</y>
+            <maximum>1.7976931348623157E308</maximum>
+            <foreground_color>
+              <color name="KeyboardEntry" red="0" green="255" blue="255" />
+            </foreground_color>
+            <minimum>-1.7976931348623157E308</minimum>
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.ActionButton" version="2.0.0">
+            <toggle_button>false</toggle_button>
+            <border_style>6</border_style>
+            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+            <alarm_pulsing>false</alarm_pulsing>
+            <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+            <push_action_index>0</push_action_index>
+            <rules>
+              <rule name="Enable" prop_id="enabled" out_exp="false">
+                <exp bool_exp="pv0==0">
+                  <value>true</value>
+                </exp>
+                <exp bool_exp="pv0==1">
+                  <value>false</value>
+                </exp>
+                <pv trig="true">${PREFIX}${TYPE}:MTR.BUSY</pv>
+              </rule>
+            </rules>
+            <enabled>true</enabled>
+            <wuid>175d5c50:15ce367d227:-633f</wuid>
+            <pv_value />
+            <text>RESET</text>
+            <scripts />
+            <border_alarm_sensitive>true</border_alarm_sensitive>
+            <height>25</height>
+            <border_width>2</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <image></image>
+            <visible>true</visible>
+            <pv_name></pv_name>
+            <border_color>
+              <color name="Button Grey" red="180" green="180" blue="180" />
+            </border_color>
+            <widget_type>Action Button</widget_type>
+            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+            <background_color>
+              <color name="Button Grey" red="180" green="180" blue="180" />
+            </background_color>
+            <width>61</width>
+            <x>12</x>
+            <name>Action Button Template</name>
+            <y>231</y>
+            <style>0</style>
+            <foreground_color>
+              <color name="IO Foreground" red="0" green="0" blue="0" />
+            </foreground_color>
+            <actions hook="false" hook_all="false">
+              <action type="WRITE_PV">
+                <pv_name>$(PREFIX)-PMAC:$(NAME_MTR)-ACTMTR.PROC</pv_name>
+                <value>1</value>
+                <timeout>10</timeout>
+                <confirm_message></confirm_message>
+                <description></description>
+              </action>
+            </actions>
+            <font>
+              <opifont.name fontName="OpenSans" height="10" style="1">Small Bold</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+            <border_style>0</border_style>
+            <tooltip></tooltip>
+            <horizontal_alignment>1</horizontal_alignment>
+            <rules />
+            <enabled>false</enabled>
+            <wuid>175d5c50:15ce367d227:-633e</wuid>
+            <transparent>true</transparent>
+            <auto_size>false</auto_size>
+            <text>Position CONS</text>
+            <scripts />
+            <height>20</height>
+            <border_width>2</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <visible>true</visible>
+            <vertical_alignment>1</vertical_alignment>
+            <border_color>
+              <color name="IO Border" red="215" green="215" blue="215" />
+            </border_color>
+            <widget_type>Label</widget_type>
+            <wrap_words>false</wrap_words>
+            <background_color>
+              <color name="IO Background" red="255" green="255" blue="205" />
+            </background_color>
+            <width>151</width>
+            <x>12</x>
+            <name>Label Orientation_1</name>
+            <y>156</y>
+            <foreground_color>
+              <color name="IO Foreground" red="0" green="0" blue="0" />
+            </foreground_color>
+            <actions hook="false" hook_all="false" />
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
+            <alarm_pulsing>false</alarm_pulsing>
+            <precision>2</precision>
+            <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+            <horizontal_alignment>1</horizontal_alignment>
+            <rules>
+              <rule name="Disable" prop_id="enabled" out_exp="false">
+                <exp bool_exp="pv0==1 || pv1==0">
+                  <value>false</value>
+                </exp>
+                <exp bool_exp="pv0==0 &amp;&amp; pv1==1">
+                  <value>true</value>
+                </exp>
+                <pv trig="true">${PREFIX}${TYPE}:MTR.BUSY</pv>
+                <pv trig="true">$(PREFIX)$(TYPE)-PMAC:BRAKE_S</pv>
+              </rule>
+            </rules>
+            <pv_value />
+            <auto_size>false</auto_size>
+            <text></text>
+            <rotation_angle>0.0</rotation_angle>
+            <show_units>true</show_units>
+            <height>31</height>
+            <multiline_input>false</multiline_input>
+            <border_width>1</border_width>
+            <visible>true</visible>
+            <pv_name>$(PREFIX)-PMAC:$(NAME_MTR).VAL</pv_name>
+            <selector_type>0</selector_type>
+            <border_color>
+              <color red="0" green="128" blue="255" />
+            </border_color>
+            <precision_from_pv>false</precision_from_pv>
+            <widget_type>Text Input</widget_type>
+            <confirm_message></confirm_message>
+            <name>Text Input</name>
+            <style>0</style>
+            <actions hook="false" hook_all="false" />
+            <border_style>3</border_style>
+            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+            <enabled>true</enabled>
+            <wuid>175d5c50:15ce367d227:-633d</wuid>
+            <transparent>false</transparent>
+            <scripts />
+            <border_alarm_sensitive>false</border_alarm_sensitive>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+            <format_type>0</format_type>
+            <limits_from_pv>false</limits_from_pv>
+            <background_color>
+              <color name="TextBackground" red="70" green="70" blue="70" />
+            </background_color>
+            <width>130</width>
+            <x>168</x>
+            <y>150</y>
+            <maximum>1.7976931348623157E308</maximum>
+            <foreground_color>
+              <color name="KeyboardEntry" red="0" green="255" blue="255" />
+            </foreground_color>
+            <minimum>-1.7976931348623157E308</minimum>
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.ActionButton" version="2.0.0">
+            <toggle_button>false</toggle_button>
+            <border_style>6</border_style>
+            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+            <alarm_pulsing>false</alarm_pulsing>
+            <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+            <push_action_index>0</push_action_index>
+            <rules>
+              <rule name="Enable" prop_id="enabled" out_exp="false">
+                <exp bool_exp="pv0==1 &amp;&amp; pv1==0">
+                  <value>true</value>
+                </exp>
+                <exp bool_exp="pv0==0 || pv1==1">
+                  <value>false</value>
+                </exp>
+                <pv trig="true">$(PREFIX)$(TYPE)-PMAC:BRAKE_R</pv>
+                <pv trig="true">${PREFIX}${TYPE}:MTR.BUSY</pv>
+              </rule>
+            </rules>
+            <enabled>true</enabled>
+            <wuid>175d5c50:15ce367d227:-633c</wuid>
+            <pv_value />
+            <text>MOVE</text>
+            <scripts />
+            <border_alarm_sensitive>true</border_alarm_sensitive>
+            <height>25</height>
+            <border_width>2</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <image></image>
+            <visible>true</visible>
+            <pv_name></pv_name>
+            <border_color>
+              <color name="IO Border" red="215" green="215" blue="215" />
+            </border_color>
+            <widget_type>Action Button</widget_type>
+            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+            <background_color>
+              <color name="IO Button" red="178" green="178" blue="178" />
+            </background_color>
+            <width>73</width>
+            <x>180</x>
+            <name>Action Button Template_3</name>
+            <y>198</y>
+            <style>0</style>
+            <foreground_color>
+              <color name="IO Foreground" red="0" green="0" blue="0" />
+            </foreground_color>
+            <actions hook="false" hook_all="false">
+              <action type="WRITE_PV">
+                <pv_name>$(PREFIX)-PMAC:$(NAME_MTR).SPMG</pv_name>
+                <value>2</value>
+                <timeout>10</timeout>
+                <confirm_message></confirm_message>
+                <description></description>
+              </action>
+            </actions>
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.ActionButton" version="2.0.0">
+            <toggle_button>false</toggle_button>
+            <border_style>6</border_style>
+            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+            <alarm_pulsing>false</alarm_pulsing>
+            <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+            <push_action_index>0</push_action_index>
+            <rules>
+              <rule name="Enable" prop_id="enabled" out_exp="false">
+                <exp bool_exp="pv0==1">
+                  <value>false</value>
+                </exp>
+                <exp bool_exp="pv0==0">
+                  <value>true</value>
+                </exp>
+                <pv trig="true">${PREFIX}${TYPE}:MTR.BUSY</pv>
+              </rule>
+            </rules>
+            <enabled>true</enabled>
+            <wuid>175d5c50:15ce367d227:-633b</wuid>
+            <pv_value />
+            <text>STOP</text>
+            <scripts />
+            <border_alarm_sensitive>true</border_alarm_sensitive>
+            <height>25</height>
+            <border_width>2</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <image></image>
+            <visible>true</visible>
+            <pv_name></pv_name>
+            <border_color>
+              <color name="IO Border" red="215" green="215" blue="215" />
+            </border_color>
+            <widget_type>Action Button</widget_type>
+            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+            <background_color>
+              <color name="Major" red="255" green="0" blue="0" />
+            </background_color>
+            <width>73</width>
+            <x>90</x>
+            <name>Action Button Template_3</name>
+            <y>198</y>
+            <style>0</style>
+            <foreground_color>
+              <color name="IO Foreground" red="0" green="0" blue="0" />
+            </foreground_color>
+            <actions hook="false" hook_all="false">
+              <action type="WRITE_PV">
+                <pv_name>$(PREFIX)-PMAC:$(NAME_MTR).SPMG</pv_name>
+                <value>0</value>
+                <timeout>10</timeout>
+                <confirm_message></confirm_message>
+                <description></description>
+              </action>
+            </actions>
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.BoolSwitch" version="1.0.0">
+            <toggle_button>true</toggle_button>
+            <border_style>0</border_style>
+            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+            <alarm_pulsing>false</alarm_pulsing>
+            <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+            <push_action_index>0</push_action_index>
+            <rules />
+            <effect_3d>true</effect_3d>
+            <bit>-1</bit>
+            <enabled>true</enabled>
+            <wuid>175d5c50:15ce367d227:-633a</wuid>
+            <on_color>
+              <color name="Green Off" red="0" green="30" blue="0" />
+            </on_color>
+            <show_confirm_dialog>0</show_confirm_dialog>
+            <password></password>
+            <pv_value />
+            <released_action_index>1</released_action_index>
+            <scripts />
+            <border_alarm_sensitive>false</border_alarm_sensitive>
+            <height>52</height>
+            <on_label>OFF</on_label>
+            <border_width>1</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <visible>true</visible>
+            <pv_name>$(PREFIX)$(TYPE)-PMAC:BRAKE_R</pv_name>
+            <border_color>
+              <color red="0" green="128" blue="255" />
+            </border_color>
+            <widget_type>Boolean Switch</widget_type>
+            <off_color>
+              <color name="Major" red="255" green="0" blue="0" />
+            </off_color>
+            <confirm_message>Are your sure you want to do this?</confirm_message>
+            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+            <background_color>
+              <color red="240" green="240" blue="240" />
+            </background_color>
+            <boolean_label_position>0</boolean_label_position>
+            <width>49</width>
+            <x>271</x>
+            <name>Boolean Switch</name>
+            <data_type>0</data_type>
+            <y>204</y>
+            <foreground_color>
+              <color red="0" green="0" blue="0" />
+            </foreground_color>
+            <actions hook="false" hook_all="false">
+              <action type="WRITE_PV">
+                <pv_name>$(PREFIX)$(TYPE)-PMAC:BRAKE_S</pv_name>
+                <value>1</value>
+                <timeout>10</timeout>
+                <confirm_message></confirm_message>
+                <description></description>
+              </action>
+              <action type="WRITE_PV">
+                <pv_name>$(PREFIX)$(TYPE)-PMAC:BRAKE_S</pv_name>
+                <value>0</value>
+                <timeout>10</timeout>
+                <confirm_message></confirm_message>
+                <description></description>
+              </action>
+            </actions>
+            <show_boolean_label>false</show_boolean_label>
+            <font>
+              <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+            </font>
+            <off_label>ON</off_label>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+            <border_style>0</border_style>
+            <tooltip></tooltip>
+            <horizontal_alignment>1</horizontal_alignment>
+            <rules />
+            <enabled>true</enabled>
+            <wuid>175d5c50:15ce367d227:-6339</wuid>
+            <transparent>true</transparent>
+            <auto_size>false</auto_size>
+            <text>brake</text>
+            <scripts />
+            <height>20</height>
+            <border_width>1</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <visible>true</visible>
+            <vertical_alignment>1</vertical_alignment>
+            <border_color>
+              <color red="0" green="128" blue="255" />
+            </border_color>
+            <widget_type>Label</widget_type>
+            <wrap_words>false</wrap_words>
+            <background_color>
+              <color red="255" green="255" blue="255" />
+            </background_color>
+            <width>80</width>
+            <x>240</x>
+            <name>Label</name>
+            <y>185</y>
+            <foreground_color>
+              <color red="0" green="0" blue="0" />
+            </foreground_color>
+            <actions hook="false" hook_all="false" />
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="0">Normal</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.ActionButton" version="2.0.0">
+            <toggle_button>false</toggle_button>
+            <border_style>6</border_style>
+            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+            <alarm_pulsing>false</alarm_pulsing>
+            <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+            <push_action_index>0</push_action_index>
+            <rules>
+              <rule name="Enable" prop_id="enabled" out_exp="false">
+                <exp bool_exp="pv0==0 &amp;&amp; pv1==1">
+                  <value>true</value>
+                </exp>
+                <exp bool_exp="pv0==1 || pv1==0">
+                  <value>false</value>
+                </exp>
+                <pv trig="true">${PREFIX}${TYPE}:MTR.BUSY</pv>
+                <pv trig="true">$(PREFIX)$(TYPE)-PMAC:BRAKE_R</pv>
+              </rule>
+            </rules>
+            <enabled>true</enabled>
+            <wuid>175d5c50:15ce367d227:-6338</wuid>
+            <pv_value />
+            <text>HOME</text>
+            <scripts />
+            <border_alarm_sensitive>true</border_alarm_sensitive>
+            <height>25</height>
+            <border_width>2</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <image></image>
+            <visible>true</visible>
+            <pv_name></pv_name>
+            <border_color>
+              <color name="Button Grey" red="180" green="180" blue="180" />
+            </border_color>
+            <widget_type>Action Button</widget_type>
+            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+            <background_color>
+              <color name="Button Grey" red="180" green="180" blue="180" />
+            </background_color>
+            <width>61</width>
+            <x>12</x>
+            <name>Action Button Template</name>
+            <y>198</y>
+            <style>0</style>
+            <foreground_color>
+              <color name="IO Foreground" red="0" green="0" blue="0" />
+            </foreground_color>
+            <actions hook="false" hook_all="false">
+              <action type="WRITE_PV">
+                <pv_name>$(PREFIX)$(TYPE):PROC-AUTO-HOME</pv_name>
+                <value>1</value>
+                <timeout>10</timeout>
+                <confirm_message></confirm_message>
+                <description></description>
+              </action>
+            </actions>
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+            </font>
+          </widget>
+        </widget>
+        <widget typeId="org.csstudio.opibuilder.widgets.groupingContainer" version="1.0.0">
+          <border_style>0</border_style>
+          <tooltip></tooltip>
+          <rules />
+          <enabled>true</enabled>
+          <wuid>175d5c50:15ce367d227:-6337</wuid>
+          <transparent>true</transparent>
+          <lock_children>false</lock_children>
+          <scripts />
+          <height>259</height>
+          <border_width>1</border_width>
+          <scale_options>
+            <width_scalable>true</width_scalable>
+            <height_scalable>true</height_scalable>
+            <keep_wh_ratio>false</keep_wh_ratio>
+          </scale_options>
+          <macros>
+            <include_parent_macros>true</include_parent_macros>
+          </macros>
+          <visible>false</visible>
+          <border_color>
+            <color red="0" green="128" blue="255" />
+          </border_color>
+          <widget_type>Grouping Container</widget_type>
+          <background_color>
+            <color red="240" green="240" blue="240" />
+          </background_color>
+          <width>324</width>
+          <x>1</x>
+          <name>BPS</name>
+          <y>1</y>
+          <foreground_color>
+            <color red="192" green="192" blue="192" />
+          </foreground_color>
+          <actions hook="false" hook_all="false" />
+          <fc>false</fc>
+          <show_scrollbar>true</show_scrollbar>
+          <font>
+            <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+          </font>
+          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+            <border_style>0</border_style>
+            <tooltip></tooltip>
+            <horizontal_alignment>1</horizontal_alignment>
+            <rules />
+            <enabled>false</enabled>
+            <wuid>175d5c50:15ce367d227:-6336</wuid>
+            <transparent>true</transparent>
+            <auto_size>false</auto_size>
+            <text>Voltage</text>
+            <scripts />
+            <height>20</height>
+            <border_width>2</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <visible>true</visible>
+            <vertical_alignment>1</vertical_alignment>
+            <border_color>
+              <color name="IO Border" red="215" green="215" blue="215" />
+            </border_color>
+            <widget_type>Label</widget_type>
+            <wrap_words>false</wrap_words>
+            <background_color>
+              <color name="IO Background" red="255" green="255" blue="205" />
+            </background_color>
+            <width>67</width>
+            <x>12</x>
+            <name>Label Orientation_2</name>
+            <y>96</y>
+            <foreground_color>
+              <color name="IO Foreground" red="0" green="0" blue="0" />
+            </foreground_color>
+            <actions hook="false" hook_all="false" />
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+            <border_style>0</border_style>
+            <tooltip></tooltip>
+            <horizontal_alignment>1</horizontal_alignment>
+            <rules />
+            <enabled>false</enabled>
+            <wuid>175d5c50:15ce367d227:-6335</wuid>
+            <transparent>true</transparent>
+            <auto_size>false</auto_size>
+            <text>Current</text>
+            <scripts />
+            <height>20</height>
+            <border_width>2</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <visible>true</visible>
+            <vertical_alignment>1</vertical_alignment>
+            <border_color>
+              <color name="IO Border" red="215" green="215" blue="215" />
+            </border_color>
+            <widget_type>Label</widget_type>
+            <wrap_words>false</wrap_words>
+            <background_color>
+              <color name="IO Background" red="255" green="255" blue="205" />
+            </background_color>
+            <width>73</width>
+            <x>6</x>
+            <name>Label Orientation_3</name>
+            <y>54</y>
+            <foreground_color>
+              <color name="IO Foreground" red="0" green="0" blue="0" />
+            </foreground_color>
+            <actions hook="false" hook_all="false" />
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
+            <alarm_pulsing>false</alarm_pulsing>
+            <precision>0</precision>
+            <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+            <horizontal_alignment>1</horizontal_alignment>
+            <rules />
+            <pv_value />
+            <auto_size>false</auto_size>
+            <text></text>
+            <rotation_angle>0.0</rotation_angle>
+            <show_units>true</show_units>
+            <height>31</height>
+            <multiline_input>false</multiline_input>
+            <border_width>1</border_width>
+            <visible>true</visible>
+            <pv_name>${PREFIX}${TYPE}:BPS-CurS</pv_name>
+            <selector_type>0</selector_type>
+            <border_color>
+              <color red="0" green="128" blue="255" />
+            </border_color>
+            <precision_from_pv>true</precision_from_pv>
+            <widget_type>Text Input</widget_type>
+            <confirm_message></confirm_message>
+            <name>Text Input_3</name>
+            <style>0</style>
+            <actions hook="false" hook_all="false" />
+            <border_style>3</border_style>
+            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+            <enabled>true</enabled>
+            <wuid>175d5c50:15ce367d227:-6334</wuid>
+            <transparent>false</transparent>
+            <scripts />
+            <border_alarm_sensitive>false</border_alarm_sensitive>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+            <format_type>0</format_type>
+            <limits_from_pv>false</limits_from_pv>
+            <background_color>
+              <color name="TextBackground" red="70" green="70" blue="70" />
+            </background_color>
+            <width>91</width>
+            <x>90</x>
+            <y>48</y>
+            <maximum>1.7976931348623157E308</maximum>
+            <foreground_color>
+              <color name="KeyboardEntry" red="0" green="255" blue="255" />
+            </foreground_color>
+            <minimum>-1.7976931348623157E308</minimum>
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+            <border_style>0</border_style>
+            <tooltip></tooltip>
+            <horizontal_alignment>1</horizontal_alignment>
+            <rules />
+            <enabled>true</enabled>
+            <wuid>175d5c50:15ce367d227:-6333</wuid>
+            <transparent>true</transparent>
+            <auto_size>false</auto_size>
+            <text>VERTICAL</text>
+            <scripts />
+            <height>20</height>
+            <border_width>1</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <visible>true</visible>
+            <vertical_alignment>1</vertical_alignment>
+            <border_color>
+              <color red="0" green="128" blue="255" />
+            </border_color>
+            <widget_type>Label</widget_type>
+            <wrap_words>false</wrap_words>
+            <background_color>
+              <color red="255" green="255" blue="255" />
+            </background_color>
+            <width>199</width>
+            <x>66</x>
+            <name>Label_164</name>
+            <y>12</y>
+            <foreground_color>
+              <color red="0" green="0" blue="0" />
+            </foreground_color>
+            <actions hook="false" hook_all="false" />
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="0">Normal</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
+            <border_style>0</border_style>
+            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+            <alarm_pulsing>false</alarm_pulsing>
+            <precision>0</precision>
+            <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+            <horizontal_alignment>1</horizontal_alignment>
+            <rules />
+            <enabled>true</enabled>
+            <wuid>175d5c50:15ce367d227:-6332</wuid>
+            <transparent>false</transparent>
+            <pv_value />
+            <auto_size>false</auto_size>
+            <text>######</text>
+            <rotation_angle>0.0</rotation_angle>
+            <scripts />
+            <border_alarm_sensitive>true</border_alarm_sensitive>
+            <show_units>true</show_units>
+            <height>31</height>
+            <border_width>1</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <visible>true</visible>
+            <pv_name>${PREFIX}${TYPE}:BPS-CurR</pv_name>
+            <vertical_alignment>1</vertical_alignment>
+            <border_color>
+              <color red="0" green="128" blue="255" />
+            </border_color>
+            <precision_from_pv>true</precision_from_pv>
+            <widget_type>Text Update</widget_type>
+            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+            <wrap_words>false</wrap_words>
+            <format_type>0</format_type>
+            <background_color>
+              <color red="70" green="70" blue="70" />
+            </background_color>
+            <width>100</width>
+            <x>198</x>
+            <name>Text Update</name>
+            <y>48</y>
+            <foreground_color>
+              <color name="Green On" red="0" green="255" blue="0" />
+            </foreground_color>
+            <actions hook="false" hook_all="false" />
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
+            <border_style>0</border_style>
+            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+            <alarm_pulsing>false</alarm_pulsing>
+            <precision>0</precision>
+            <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+            <horizontal_alignment>1</horizontal_alignment>
+            <rules />
+            <enabled>true</enabled>
+            <wuid>175d5c50:15ce367d227:-6331</wuid>
+            <transparent>false</transparent>
+            <pv_value />
+            <auto_size>false</auto_size>
+            <text>######</text>
+            <rotation_angle>0.0</rotation_angle>
+            <scripts />
+            <border_alarm_sensitive>true</border_alarm_sensitive>
+            <show_units>true</show_units>
+            <height>31</height>
+            <border_width>1</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <visible>true</visible>
+            <pv_name>${PREFIX}${TYPE}:BPS-VolR</pv_name>
+            <vertical_alignment>1</vertical_alignment>
+            <border_color>
+              <color red="0" green="128" blue="255" />
+            </border_color>
+            <precision_from_pv>true</precision_from_pv>
+            <widget_type>Text Update</widget_type>
+            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+            <wrap_words>false</wrap_words>
+            <format_type>0</format_type>
+            <background_color>
+              <color red="70" green="70" blue="70" />
+            </background_color>
+            <width>100</width>
+            <x>198</x>
+            <name>Text Update</name>
+            <y>90</y>
+            <foreground_color>
+              <color name="Green On" red="0" green="255" blue="0" />
+            </foreground_color>
+            <actions hook="false" hook_all="false" />
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
+            <alarm_pulsing>false</alarm_pulsing>
+            <precision>0</precision>
+            <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+            <horizontal_alignment>1</horizontal_alignment>
+            <rules />
+            <pv_value />
+            <auto_size>false</auto_size>
+            <text></text>
+            <rotation_angle>0.0</rotation_angle>
+            <show_units>true</show_units>
+            <height>31</height>
+            <multiline_input>false</multiline_input>
+            <border_width>1</border_width>
+            <visible>true</visible>
+            <pv_name>${PREFIX}${TYPE}:BPS-VolS</pv_name>
+            <selector_type>0</selector_type>
+            <border_color>
+              <color red="0" green="128" blue="255" />
+            </border_color>
+            <precision_from_pv>true</precision_from_pv>
+            <widget_type>Text Input</widget_type>
+            <confirm_message></confirm_message>
+            <name>Text Input_3</name>
+            <style>0</style>
+            <actions hook="false" hook_all="false" />
+            <border_style>3</border_style>
+            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+            <enabled>true</enabled>
+            <wuid>175d5c50:15ce367d227:-6330</wuid>
+            <transparent>false</transparent>
+            <scripts />
+            <border_alarm_sensitive>false</border_alarm_sensitive>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+            <format_type>0</format_type>
+            <limits_from_pv>false</limits_from_pv>
+            <background_color>
+              <color name="TextBackground" red="70" green="70" blue="70" />
+            </background_color>
+            <width>91</width>
+            <x>90</x>
+            <y>90</y>
+            <maximum>1.7976931348623157E308</maximum>
+            <foreground_color>
+              <color name="KeyboardEntry" red="0" green="255" blue="255" />
+            </foreground_color>
+            <minimum>-1.7976931348623157E308</minimum>
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+            </font>
+          </widget>
+        </widget>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.RoundedRectangle" version="1.0.0">
+        <border_style>0</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <line_width>0</line_width>
+        <horizontal_fill>true</horizontal_fill>
+        <alarm_pulsing>false</alarm_pulsing>
+        <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>175d5c50:15ce367d227:-632f</wuid>
+        <transparent>false</transparent>
+        <pv_value />
+        <alpha>255</alpha>
+        <corner_height>16</corner_height>
+        <bg_gradient_color>
+          <color red="255" green="255" blue="255" />
+        </bg_gradient_color>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <height>1099</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <pv_name></pv_name>
+        <gradient>false</gradient>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <anti_alias>true</anti_alias>
+        <corner_width>16</corner_width>
+        <line_style>0</line_style>
+        <widget_type>Rounded Rectangle</widget_type>
+        <fg_gradient_color>
+          <color red="255" green="255" blue="255" />
+        </fg_gradient_color>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <background_color>
+          <color name="Container Grey" red="200" green="200" blue="200" />
+        </background_color>
+        <width>1681</width>
+        <x>414</x>
+        <name>Rounded Rectangle_5</name>
+        <y>18</y>
+        <fill_level>0.0</fill_level>
+        <foreground_color>
+          <color red="255" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+        </font>
+        <line_color>
+          <color red="128" green="0" blue="255" />
+        </line_color>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.RoundedRectangle" version="1.0.0">
+        <border_style>0</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <line_width>0</line_width>
+        <horizontal_fill>true</horizontal_fill>
+        <alarm_pulsing>false</alarm_pulsing>
+        <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>175d5c50:15ce367d227:-632e</wuid>
+        <transparent>false</transparent>
+        <pv_value />
+        <alpha>255</alpha>
+        <corner_height>16</corner_height>
+        <bg_gradient_color>
+          <color red="255" green="255" blue="255" />
+        </bg_gradient_color>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <height>208</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <pv_name></pv_name>
+        <gradient>false</gradient>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <anti_alias>true</anti_alias>
+        <corner_width>16</corner_width>
+        <line_style>0</line_style>
+        <widget_type>Rounded Rectangle</widget_type>
+        <fg_gradient_color>
+          <color red="255" green="255" blue="255" />
+        </fg_gradient_color>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <background_color>
+          <color name="Black" red="0" green="0" blue="0" />
+        </background_color>
+        <width>205</width>
+        <x>420</x>
+        <name>Rounded Rectangle_7</name>
+        <y>894</y>
+        <fill_level>0.0</fill_level>
+        <foreground_color>
+          <color red="255" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+        </font>
+        <line_color>
+          <color red="128" green="0" blue="255" />
+        </line_color>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
+        <border_style>0</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <alarm_pulsing>false</alarm_pulsing>
+        <precision>0</precision>
+        <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+        <horizontal_alignment>0</horizontal_alignment>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>175d5c50:15ce367d227:-632d</wuid>
+        <transparent>true</transparent>
+        <pv_value />
+        <auto_size>false</auto_size>
+        <text>######</text>
+        <rotation_angle>0.0</rotation_angle>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <show_units>true</show_units>
+        <height>20</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <pv_name>$(PREFIX)$(TYPE):CALC-PROJ-X</pv_name>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <precision_from_pv>true</precision_from_pv>
+        <widget_type>Text Update</widget_type>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <wrap_words>false</wrap_words>
+        <format_type>0</format_type>
+        <background_color>
+          <color red="255" green="255" blue="255" />
+        </background_color>
+        <width>100</width>
+        <x>540</x>
+        <name>Text Update</name>
+        <y>912</y>
+        <foreground_color>
+          <color name="Green On" red="0" green="255" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.RoundedRectangle" version="1.0.0">
+        <border_style>0</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <line_width>0</line_width>
+        <horizontal_fill>true</horizontal_fill>
+        <alarm_pulsing>false</alarm_pulsing>
+        <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>175d5c50:15ce367d227:-632c</wuid>
+        <transparent>false</transparent>
+        <pv_value />
+        <alpha>255</alpha>
+        <corner_height>16</corner_height>
+        <bg_gradient_color>
+          <color red="255" green="255" blue="255" />
+        </bg_gradient_color>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <height>79</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <pv_name></pv_name>
+        <gradient>false</gradient>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <anti_alias>true</anti_alias>
+        <corner_width>16</corner_width>
+        <line_style>0</line_style>
+        <widget_type>Rounded Rectangle</widget_type>
+        <fg_gradient_color>
+          <color red="255" green="255" blue="255" />
+        </fg_gradient_color>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <background_color>
+          <color name="Container Border Grey" red="150" green="150" blue="150" />
+        </background_color>
+        <width>350</width>
+        <x>29</x>
+        <name>Rounded Rectangle</name>
+        <y>1038</y>
+        <fill_level>0.0</fill_level>
+        <foreground_color>
+          <color red="255" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+        </font>
+        <line_color>
+          <color red="128" green="0" blue="255" />
+        </line_color>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
+        <alarm_pulsing>false</alarm_pulsing>
+        <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+        <rules />
+        <effect_3d>true</effect_3d>
+        <bit>-1</bit>
+        <pv_value />
+        <height>36</height>
+        <border_width>1</border_width>
+        <visible>true</visible>
+        <pv_name>${PREFIX}${TYPE}:MTR.BUSY</pv_name>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <widget_type>LED</widget_type>
+        <name>LED</name>
+        <actions hook="false" hook_all="false" />
+        <show_boolean_label>false</show_boolean_label>
+        <border_style>0</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <enabled>true</enabled>
+        <wuid>175d5c50:15ce367d227:-632b</wuid>
+        <on_color>
+          <color red="0" green="255" blue="0" />
+        </on_color>
+        <scripts />
+        <border_alarm_sensitive>true</border_alarm_sensitive>
+        <on_label>ON</on_label>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>true</keep_wh_ratio>
+        </scale_options>
+        <off_color>
+          <color red="0" green="100" blue="0" />
+        </off_color>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <background_color>
+          <color red="240" green="240" blue="240" />
+        </background_color>
+        <square_led>true</square_led>
+        <width>32</width>
+        <x>336</x>
+        <data_type>0</data_type>
+        <y>1066</y>
+        <foreground_color>
+          <color red="192" green="192" blue="192" />
+        </foreground_color>
+        <font>
+          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+        </font>
+        <off_label>OFF</off_label>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+        <border_style>0</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <line_width>1</line_width>
+        <horizontal_fill>true</horizontal_fill>
+        <alarm_pulsing>false</alarm_pulsing>
+        <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+        <arrows>0</arrows>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>175d5c50:15ce367d227:-632a</wuid>
+        <transparent>false</transparent>
+        <points>
+          <point x="30" y="393" />
+          <point x="378" y="393" />
+          <point x="378" y="393" />
+          <point x="378" y="393" />
+          <point x="378" y="393" />
+        </points>
+        <fill_arrow>true</fill_arrow>
+        <pv_value />
+        <alpha>255</alpha>
+        <rotation_angle>0.0</rotation_angle>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <height>1</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>true</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <pv_name></pv_name>
+        <border_color>
+          <color name="Black" red="0" green="0" blue="0" />
+        </border_color>
+        <anti_alias>true</anti_alias>
+        <line_style>0</line_style>
+        <arrow_length>20</arrow_length>
+        <widget_type>Polyline</widget_type>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <background_color>
+          <color name="Black" red="0" green="0" blue="0" />
+        </background_color>
+        <width>349</width>
+        <x>30</x>
+        <name>Polyline</name>
+        <y>393</y>
+        <fill_level>0.0</fill_level>
+        <foreground_color>
+          <color red="255" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+        <border_style>0</border_style>
+        <tooltip></tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>175d5c50:15ce367d227:-6329</wuid>
+        <transparent>false</transparent>
+        <auto_size>false</auto_size>
+        <text>Position</text>
+        <scripts />
+        <height>25</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <widget_type>Label</widget_type>
+        <wrap_words>false</wrap_words>
+        <background_color>
+          <color name="panelArea" red="240" green="240" blue="240" />
+        </background_color>
+        <width>229</width>
+        <x>96</x>
+        <name>Label_156</name>
+        <y>381</y>
+        <foreground_color>
+          <color red="0" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+        <border_style>0</border_style>
+        <tooltip></tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules />
+        <enabled>false</enabled>
+        <wuid>175d5c50:15ce367d227:-6328</wuid>
+        <transparent>true</transparent>
+        <auto_size>false</auto_size>
+        <text>START position</text>
+        <scripts />
+        <height>20</height>
+        <border_width>2</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color name="IO Border" red="215" green="215" blue="215" />
+        </border_color>
+        <widget_type>Label</widget_type>
+        <wrap_words>false</wrap_words>
+        <background_color>
+          <color name="IO Background" red="255" green="255" blue="205" />
+        </background_color>
+        <width>151</width>
+        <x>42</x>
+        <name>Label Orientation_7</name>
+        <y>420</y>
+        <foreground_color>
+          <color name="IO Foreground" red="0" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
+        <alarm_pulsing>false</alarm_pulsing>
+        <precision>0</precision>
+        <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules>
+          <rule name="Disable" prop_id="enabled" out_exp="false">
+            <exp bool_exp="pv0==1">
+              <value>false</value>
+            </exp>
+            <exp bool_exp="pv0==0">
+              <value>true</value>
+            </exp>
+            <pv trig="true">${PREFIX}${TYPE}:MTR.BUSY</pv>
+          </rule>
+        </rules>
+        <pv_value />
+        <auto_size>false</auto_size>
+        <text></text>
+        <rotation_angle>0.0</rotation_angle>
+        <show_units>true</show_units>
+        <height>31</height>
+        <multiline_input>false</multiline_input>
+        <border_width>1</border_width>
+        <visible>true</visible>
+        <pv_name>${PREFIX}${TYPE}:MTR.P4SP</pv_name>
+        <selector_type>0</selector_type>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <precision_from_pv>true</precision_from_pv>
+        <widget_type>Text Input</widget_type>
+        <confirm_message></confirm_message>
+        <name>Text Input</name>
+        <style>0</style>
+        <actions hook="false" hook_all="false" />
+        <border_style>3</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <enabled>true</enabled>
+        <wuid>175d5c50:15ce367d227:-6327</wuid>
+        <transparent>false</transparent>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <format_type>0</format_type>
+        <limits_from_pv>false</limits_from_pv>
+        <background_color>
+          <color name="TextBackground" red="70" green="70" blue="70" />
+        </background_color>
+        <width>121</width>
+        <x>228</x>
+        <y>414</y>
+        <maximum>0.0</maximum>
+        <foreground_color>
+          <color name="KeyboardEntry" red="0" green="255" blue="255" />
+        </foreground_color>
+        <minimum>-200.0</minimum>
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+        <border_style>0</border_style>
+        <tooltip></tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules />
+        <enabled>false</enabled>
+        <wuid>175d5c50:15ce367d227:-6326</wuid>
+        <transparent>true</transparent>
+        <auto_size>false</auto_size>
+        <text>END position</text>
+        <scripts />
+        <height>20</height>
+        <border_width>2</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color name="IO Border" red="215" green="215" blue="215" />
+        </border_color>
+        <widget_type>Label</widget_type>
+        <wrap_words>false</wrap_words>
+        <background_color>
+          <color name="IO Background" red="255" green="255" blue="205" />
+        </background_color>
+        <width>104</width>
+        <x>71</x>
+        <name>Label Orientation_7</name>
+        <y>462</y>
+        <foreground_color>
+          <color name="IO Foreground" red="0" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
+        <alarm_pulsing>false</alarm_pulsing>
+        <precision>0</precision>
+        <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules>
+          <rule name="Disable" prop_id="enabled" out_exp="false">
+            <exp bool_exp="pv0==1">
+              <value>false</value>
+            </exp>
+            <exp bool_exp="pv0==0">
+              <value>true</value>
+            </exp>
+            <pv trig="true">${PREFIX}${TYPE}:MTR.BUSY</pv>
+          </rule>
+        </rules>
+        <pv_value />
+        <auto_size>false</auto_size>
+        <text></text>
+        <rotation_angle>0.0</rotation_angle>
+        <show_units>true</show_units>
+        <height>31</height>
+        <multiline_input>false</multiline_input>
+        <border_width>1</border_width>
+        <visible>true</visible>
+        <pv_name>${PREFIX}${TYPE}:MTR.P4EP</pv_name>
+        <selector_type>0</selector_type>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <precision_from_pv>true</precision_from_pv>
+        <widget_type>Text Input</widget_type>
+        <confirm_message></confirm_message>
+        <name>Text Input</name>
+        <style>0</style>
+        <actions hook="false" hook_all="false" />
+        <border_style>3</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <enabled>true</enabled>
+        <wuid>175d5c50:15ce367d227:-6325</wuid>
+        <transparent>false</transparent>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <format_type>0</format_type>
+        <limits_from_pv>false</limits_from_pv>
+        <background_color>
+          <color name="TextBackground" red="70" green="70" blue="70" />
+        </background_color>
+        <width>121</width>
+        <x>228</x>
+        <y>456</y>
+        <maximum>1.7976931348623157E308</maximum>
+        <foreground_color>
+          <color name="KeyboardEntry" red="0" green="255" blue="255" />
+        </foreground_color>
+        <minimum>-1.7976931348623157E308</minimum>
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+        <border_style>0</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <line_width>1</line_width>
+        <horizontal_fill>true</horizontal_fill>
+        <alarm_pulsing>false</alarm_pulsing>
+        <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+        <arrows>0</arrows>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>175d5c50:15ce367d227:-6324</wuid>
+        <transparent>false</transparent>
+        <points>
+          <point x="29" y="597" />
+          <point x="377" y="597" />
+          <point x="377" y="597" />
+          <point x="377" y="597" />
+          <point x="377" y="597" />
+        </points>
+        <fill_arrow>true</fill_arrow>
+        <pv_value />
+        <alpha>255</alpha>
+        <rotation_angle>0.0</rotation_angle>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <height>1</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>true</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <pv_name></pv_name>
+        <border_color>
+          <color name="Black" red="0" green="0" blue="0" />
+        </border_color>
+        <anti_alias>true</anti_alias>
+        <line_style>0</line_style>
+        <arrow_length>20</arrow_length>
+        <widget_type>Polyline</widget_type>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <background_color>
+          <color name="Black" red="0" green="0" blue="0" />
+        </background_color>
+        <width>349</width>
+        <x>29</x>
+        <name>Polyline</name>
+        <y>597</y>
+        <fill_level>0.0</fill_level>
+        <foreground_color>
+          <color red="255" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+        <border_style>0</border_style>
+        <tooltip></tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>175d5c50:15ce367d227:-6323</wuid>
+        <transparent>false</transparent>
+        <auto_size>false</auto_size>
+        <text>Angle</text>
+        <scripts />
+        <height>25</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <widget_type>Label</widget_type>
+        <wrap_words>false</wrap_words>
+        <background_color>
+          <color name="panelArea" red="240" green="240" blue="240" />
+        </background_color>
+        <width>229</width>
+        <x>96</x>
+        <name>Label_156</name>
+        <y>585</y>
+        <foreground_color>
+          <color red="0" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+        <border_style>0</border_style>
+        <tooltip></tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules />
+        <enabled>false</enabled>
+        <wuid>175d5c50:15ce367d227:-6322</wuid>
+        <transparent>true</transparent>
+        <auto_size>false</auto_size>
+        <text>Number of positions</text>
+        <scripts />
+        <height>20</height>
+        <border_width>2</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color name="IO Border" red="215" green="215" blue="215" />
+        </border_color>
+        <widget_type>Label</widget_type>
+        <wrap_words>false</wrap_words>
+        <background_color>
+          <color name="IO Background" red="255" green="255" blue="205" />
+        </background_color>
+        <width>199</width>
+        <x>30</x>
+        <name>Label Orientation_7</name>
+        <y>502</y>
+        <foreground_color>
+          <color name="IO Foreground" red="0" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
+        <alarm_pulsing>false</alarm_pulsing>
+        <precision>0</precision>
+        <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules>
+          <rule name="Disable" prop_id="enabled" out_exp="false">
+            <exp bool_exp="pv0==1">
+              <value>false</value>
+            </exp>
+            <exp bool_exp="pv0==0">
+              <value>true</value>
+            </exp>
+            <pv trig="true">${PREFIX}${TYPE}:MTR.BUSY</pv>
+          </rule>
+        </rules>
+        <pv_value />
+        <auto_size>false</auto_size>
+        <text></text>
+        <rotation_angle>0.0</rotation_angle>
+        <show_units>true</show_units>
+        <height>31</height>
+        <multiline_input>false</multiline_input>
+        <border_width>1</border_width>
+        <visible>true</visible>
+        <pv_name>${PREFIX}${TYPE}:MTR.NPTS</pv_name>
+        <selector_type>0</selector_type>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <precision_from_pv>true</precision_from_pv>
+        <widget_type>Text Input</widget_type>
+        <confirm_message></confirm_message>
+        <name>Text Input</name>
+        <style>0</style>
+        <actions hook="false" hook_all="false" />
+        <border_style>3</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <enabled>true</enabled>
+        <wuid>175d5c50:15ce367d227:-6321</wuid>
+        <transparent>false</transparent>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <format_type>0</format_type>
+        <limits_from_pv>false</limits_from_pv>
+        <background_color>
+          <color name="TextBackground" red="70" green="70" blue="70" />
+        </background_color>
+        <width>121</width>
+        <x>228</x>
+        <y>496</y>
+        <maximum>100.0</maximum>
+        <foreground_color>
+          <color name="KeyboardEntry" red="0" green="255" blue="255" />
+        </foreground_color>
+        <minimum>0.0</minimum>
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+        <border_style>0</border_style>
+        <tooltip></tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules />
+        <enabled>false</enabled>
+        <wuid>175d5c50:15ce367d227:-6320</wuid>
+        <transparent>true</transparent>
+        <auto_size>false</auto_size>
+        <text>Step size</text>
+        <scripts />
+        <height>20</height>
+        <border_width>2</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color name="IO Border" red="215" green="215" blue="215" />
+        </border_color>
+        <widget_type>Label</widget_type>
+        <wrap_words>false</wrap_words>
+        <background_color>
+          <color name="IO Background" red="255" green="255" blue="205" />
+        </background_color>
+        <width>199</width>
+        <x>30</x>
+        <name>Label Orientation_7</name>
+        <y>547</y>
+        <foreground_color>
+          <color name="IO Foreground" red="0" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
+        <alarm_pulsing>false</alarm_pulsing>
+        <precision>0</precision>
+        <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules>
+          <rule name="Disable" prop_id="enabled" out_exp="false">
+            <exp bool_exp="pv0==1">
+              <value>false</value>
+            </exp>
+            <exp bool_exp="pv0==0">
+              <value>true</value>
+            </exp>
+            <pv trig="true">${PREFIX}${TYPE}:MTR.BUSY</pv>
+          </rule>
+        </rules>
+        <pv_value />
+        <auto_size>false</auto_size>
+        <text></text>
+        <rotation_angle>0.0</rotation_angle>
+        <show_units>true</show_units>
+        <height>31</height>
+        <multiline_input>false</multiline_input>
+        <border_width>1</border_width>
+        <visible>true</visible>
+        <pv_name>${PREFIX}${TYPE}:MTR.P4SI</pv_name>
+        <selector_type>0</selector_type>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <precision_from_pv>true</precision_from_pv>
+        <widget_type>Text Input</widget_type>
+        <confirm_message></confirm_message>
+        <name>Text Input</name>
+        <style>0</style>
+        <actions hook="false" hook_all="false" />
+        <border_style>3</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <enabled>true</enabled>
+        <wuid>175d5c50:15ce367d227:-631f</wuid>
+        <transparent>false</transparent>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <format_type>0</format_type>
+        <limits_from_pv>false</limits_from_pv>
+        <background_color>
+          <color name="TextBackground" red="70" green="70" blue="70" />
+        </background_color>
+        <width>121</width>
+        <x>228</x>
+        <y>541</y>
+        <maximum>1.7976931348623157E308</maximum>
+        <foreground_color>
+          <color name="KeyboardEntry" red="0" green="255" blue="255" />
+        </foreground_color>
+        <minimum>-1.7976931348623157E308</minimum>
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+        <border_style>0</border_style>
+        <tooltip></tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules />
+        <enabled>false</enabled>
+        <wuid>175d5c50:15ce367d227:-631e</wuid>
+        <transparent>true</transparent>
+        <auto_size>false</auto_size>
+        <text>Nb Angles</text>
+        <scripts />
+        <height>20</height>
+        <border_width>2</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color name="IO Border" red="215" green="215" blue="215" />
+        </border_color>
+        <widget_type>Label</widget_type>
+        <wrap_words>false</wrap_words>
+        <background_color>
+          <color name="IO Background" red="255" green="255" blue="205" />
+        </background_color>
+        <width>84</width>
+        <x>99</x>
+        <name>Label Orientation_2</name>
+        <y>715</y>
+        <foreground_color>
+          <color name="IO Foreground" red="0" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
+        <alarm_pulsing>false</alarm_pulsing>
+        <precision>0</precision>
+        <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules>
+          <rule name="Disable" prop_id="enabled" out_exp="false">
+            <exp bool_exp="pv0==1">
+              <value>false</value>
+            </exp>
+            <exp bool_exp="pv0==0">
+              <value>true</value>
+            </exp>
+            <pv trig="true">${PREFIX}${TYPE}:MTR.BUSY</pv>
+          </rule>
+        </rules>
+        <pv_value />
+        <auto_size>false</auto_size>
+        <text></text>
+        <rotation_angle>0.0</rotation_angle>
+        <show_units>true</show_units>
+        <height>31</height>
+        <multiline_input>false</multiline_input>
+        <border_width>1</border_width>
+        <visible>true</visible>
+        <pv_name>${PREFIX}${TYPE}:PS.NPTS</pv_name>
+        <selector_type>0</selector_type>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <precision_from_pv>true</precision_from_pv>
+        <widget_type>Text Input</widget_type>
+        <confirm_message></confirm_message>
+        <name>Text Input_2</name>
+        <style>0</style>
+        <actions hook="false" hook_all="false" />
+        <border_style>3</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <enabled>true</enabled>
+        <wuid>175d5c50:15ce367d227:-631d</wuid>
+        <transparent>false</transparent>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <format_type>0</format_type>
+        <limits_from_pv>false</limits_from_pv>
+        <background_color>
+          <color name="TextBackground" red="70" green="70" blue="70" />
+        </background_color>
+        <width>121</width>
+        <x>228</x>
+        <y>709</y>
+        <maximum>400.0</maximum>
+        <foreground_color>
+          <color name="KeyboardEntry" red="0" green="255" blue="255" />
+        </foreground_color>
+        <minimum>0.0</minimum>
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.ActionButton" version="2.0.0">
+        <toggle_button>false</toggle_button>
+        <border_style>6</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <alarm_pulsing>false</alarm_pulsing>
+        <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+        <push_action_index>0</push_action_index>
+        <rules>
+          <rule name="Enable" prop_id="enabled" out_exp="false">
+            <exp bool_exp="pv0==0 || pv1==1||pv2==1 || pv3==1">
+              <value>false</value>
+            </exp>
+            <exp bool_exp="pv0==1 &amp;&amp; pv1==0 &amp;&amp; pv2==0 &amp;&amp; pv3==0">
+              <value>true</value>
+            </exp>
+            <pv trig="true">${PREFIX}${TYPE}:MTR.BUSY</pv>
+            <pv trig="true">${PREFIX}${TYPE}:PROC-AUTO-HOME</pv>
+            <pv trig="true">${PREFIX}${TYPE}-PMAC:SWITCH_H_R</pv>
+            <pv trig="true">${PREFIX}${TYPE}:PS.BUSY</pv>
+          </rule>
+        </rules>
+        <enabled>true</enabled>
+        <wuid>175d5c50:15ce367d227:-631c</wuid>
+        <pv_value />
+        <text>ABORT</text>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <height>55</height>
+        <border_width>2</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <image></image>
+        <visible>true</visible>
+        <pv_name></pv_name>
+        <border_color>
+          <color name="IO Border" red="215" green="215" blue="215" />
+        </border_color>
+        <widget_type>Action Button</widget_type>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <background_color>
+          <color name="Major" red="255" green="0" blue="0" />
+        </background_color>
+        <width>146</width>
+        <x>45</x>
+        <name>Abort Scan</name>
+        <y>1056</y>
+        <style>0</style>
+        <foreground_color>
+          <color name="IO Foreground" red="0" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="true">
+          <action type="WRITE_PV">
+            <pv_name>${PREFIX}${TYPE}:MTR-ABORT.PROC</pv_name>
+            <value>1</value>
+            <timeout>10</timeout>
+            <confirm_message></confirm_message>
+            <description>Abort Scan</description>
+          </action>
+        </actions>
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.ActionButton" version="2.0.0">
+        <toggle_button>false</toggle_button>
+        <border_style>6</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <alarm_pulsing>false</alarm_pulsing>
+        <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+        <push_action_index>0</push_action_index>
+        <rules>
+          <rule name="Enable" prop_id="enabled" out_exp="false">
+            <exp bool_exp="pv0==0 &amp;&amp; pv1==0 &amp;&amp; pv2==0 &amp;&amp; pv3==0 &amp;&amp; pv4==0 &amp;&amp; pv5==0 &amp;&amp; pv6==0 &amp;&amp;pv7==1">
+              <value>true</value>
+            </exp>
+            <exp bool_exp="pv0==1 || pv1==0 || pv2==0 || pv3==0 || pv4==0 || pv5==0 ||pv6==0 ||pv7==0">
+              <value>false</value>
+            </exp>
+            <pv trig="true">${PREFIX}${TYPE}:MTR.BUSY</pv>
+            <pv trig="true">INFN-SRC:INTK-HMI:FM1</pv>
+            <pv trig="true">INFN-SRC:INTK-HMI:FM2</pv>
+            <pv trig="true">INFN-SRC:INTK-HMI:FM3</pv>
+            <pv trig="true">INFN-SRC:INTK-HMI:FM4</pv>
+            <pv trig="true">INFN-SRC:INTK-HMI:FM5</pv>
+            <pv trig="true">${PREFIX}${TYPE}:PROC-AUTO-HOME</pv>
+            <pv trig="true">INFN-SRC:INTK-Src:STATUS</pv>
+          </rule>
+        </rules>
+        <enabled>true</enabled>
+        <wuid>175d5c50:15ce367d227:-631b</wuid>
+        <pv_value />
+        <text>START</text>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <height>55</height>
+        <border_width>2</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <image></image>
+        <visible>true</visible>
+        <pv_name></pv_name>
+        <border_color>
+          <color name="IO Border" red="215" green="215" blue="215" />
+        </border_color>
+        <widget_type>Action Button</widget_type>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <background_color>
+          <color name="IO Button" red="178" green="178" blue="178" />
+        </background_color>
+        <width>103</width>
+        <x>216</x>
+        <name>Start Scan</name>
+        <y>1056</y>
+        <style>0</style>
+        <foreground_color>
+          <color name="IO Foreground" red="0" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false">
+          <action type="WRITE_PV">
+            <pv_name>${PREFIX}${TYPE}:MTR.EXSC</pv_name>
+            <value>1</value>
+            <timeout>10</timeout>
+            <confirm_message></confirm_message>
+            <description>Start SCAN</description>
+          </action>
+        </actions>
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+        <border_style>0</border_style>
+        <tooltip></tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules />
+        <enabled>false</enabled>
+        <wuid>175d5c50:15ce367d227:-631a</wuid>
+        <transparent>true</transparent>
+        <auto_size>false</auto_size>
+        <text>MRAD  MIN</text>
+        <scripts />
+        <height>25</height>
+        <border_width>2</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color name="IO Border" red="215" green="215" blue="215" />
+        </border_color>
+        <widget_type>Label</widget_type>
+        <wrap_words>false</wrap_words>
+        <background_color>
+          <color name="IO Background" red="255" green="255" blue="205" />
+        </background_color>
+        <width>101</width>
+        <x>83</x>
+        <name>Label Orientation_7</name>
+        <y>669</y>
+        <foreground_color>
+          <color name="IO Foreground" red="0" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
+        <alarm_pulsing>false</alarm_pulsing>
+        <precision>0</precision>
+        <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules>
+          <rule name="Disable" prop_id="enabled" out_exp="false">
+            <exp bool_exp="pv0==1">
+              <value>false</value>
+            </exp>
+            <exp bool_exp="pv0==0">
+              <value>true</value>
+            </exp>
+            <pv trig="true">${PREFIX}${TYPE}:MTR.BUSY</pv>
+          </rule>
+        </rules>
+        <pv_value />
+        <auto_size>false</auto_size>
+        <text></text>
+        <rotation_angle>0.0</rotation_angle>
+        <show_units>true</show_units>
+        <height>31</height>
+        <multiline_input>false</multiline_input>
+        <border_width>1</border_width>
+        <visible>true</visible>
+        <pv_name>${PREFIX}${TYPE}:PROC-AngleMin-SP</pv_name>
+        <selector_type>0</selector_type>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <precision_from_pv>true</precision_from_pv>
+        <widget_type>Text Input</widget_type>
+        <confirm_message></confirm_message>
+        <name>Text Input</name>
+        <style>0</style>
+        <actions hook="false" hook_all="false" />
+        <border_style>3</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <enabled>true</enabled>
+        <wuid>175d5c50:15ce367d227:-6319</wuid>
+        <transparent>false</transparent>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <format_type>0</format_type>
+        <limits_from_pv>false</limits_from_pv>
+        <background_color>
+          <color name="TextBackground" red="70" green="70" blue="70" />
+        </background_color>
+        <width>121</width>
+        <x>228</x>
+        <y>666</y>
+        <maximum>1.7976931348623157E308</maximum>
+        <foreground_color>
+          <color name="KeyboardEntry" red="0" green="255" blue="255" />
+        </foreground_color>
+        <minimum>-1.7976931348623157E308</minimum>
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+        <border_style>0</border_style>
+        <tooltip></tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules />
+        <enabled>false</enabled>
+        <wuid>175d5c50:15ce367d227:-6318</wuid>
+        <transparent>true</transparent>
+        <auto_size>false</auto_size>
+        <text>Step size</text>
+        <scripts />
+        <height>20</height>
+        <border_width>2</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color name="IO Border" red="215" green="215" blue="215" />
+        </border_color>
+        <widget_type>Label</widget_type>
+        <wrap_words>false</wrap_words>
+        <background_color>
+          <color name="IO Background" red="255" green="255" blue="205" />
+        </background_color>
+        <width>144</width>
+        <x>60</x>
+        <name>Label Orientation_2</name>
+        <y>756</y>
+        <foreground_color>
+          <color name="IO Foreground" red="0" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
+        <alarm_pulsing>false</alarm_pulsing>
+        <precision>0</precision>
+        <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules>
+          <rule name="Disable" prop_id="enabled" out_exp="false">
+            <exp bool_exp="pv0==1">
+              <value>false</value>
+            </exp>
+            <exp bool_exp="pv0==0">
+              <value>true</value>
+            </exp>
+            <pv trig="true">${PREFIX}${TYPE}:MTR.BUSY</pv>
+          </rule>
+        </rules>
+        <pv_value />
+        <auto_size>false</auto_size>
+        <text></text>
+        <rotation_angle>0.0</rotation_angle>
+        <show_units>true</show_units>
+        <height>31</height>
+        <multiline_input>false</multiline_input>
+        <border_width>1</border_width>
+        <visible>true</visible>
+        <pv_name>${PREFIX}${TYPE}:PROC-StepAngle</pv_name>
+        <selector_type>0</selector_type>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <precision_from_pv>true</precision_from_pv>
+        <widget_type>Text Input</widget_type>
+        <confirm_message></confirm_message>
+        <name>Text Input_2</name>
+        <style>0</style>
+        <actions hook="false" hook_all="false" />
+        <border_style>3</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <enabled>true</enabled>
+        <wuid>175d5c50:15ce367d227:-6317</wuid>
+        <transparent>false</transparent>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <format_type>0</format_type>
+        <limits_from_pv>false</limits_from_pv>
+        <background_color>
+          <color name="TextBackground" red="70" green="70" blue="70" />
+        </background_color>
+        <width>121</width>
+        <x>228</x>
+        <y>750</y>
+        <maximum>1.7976931348623157E308</maximum>
+        <foreground_color>
+          <color name="KeyboardEntry" red="0" green="255" blue="255" />
+        </foreground_color>
+        <minimum>-1.7976931348623157E308</minimum>
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+        <border_style>0</border_style>
+        <tooltip></tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules />
+        <enabled>false</enabled>
+        <wuid>175d5c50:15ce367d227:-6316</wuid>
+        <transparent>true</transparent>
+        <auto_size>false</auto_size>
+        <text>MRAD MAX</text>
+        <scripts />
+        <height>25</height>
+        <border_width>2</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color name="IO Border" red="215" green="215" blue="215" />
+        </border_color>
+        <widget_type>Label</widget_type>
+        <wrap_words>false</wrap_words>
+        <background_color>
+          <color name="IO Background" red="255" green="255" blue="205" />
+        </background_color>
+        <width>99</width>
+        <x>82</x>
+        <name>Label Orientation_1</name>
+        <y>624</y>
+        <foreground_color>
+          <color name="IO Foreground" red="0" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
+        <alarm_pulsing>false</alarm_pulsing>
+        <precision>0</precision>
+        <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules>
+          <rule name="Disable" prop_id="enabled" out_exp="false">
+            <exp bool_exp="pv0==1">
+              <value>false</value>
+            </exp>
+            <exp bool_exp="pv0==0">
+              <value>true</value>
+            </exp>
+            <pv trig="true">${PREFIX}${TYPE}:MTR.BUSY</pv>
+          </rule>
+        </rules>
+        <pv_value />
+        <auto_size>false</auto_size>
+        <text></text>
+        <rotation_angle>0.0</rotation_angle>
+        <show_units>true</show_units>
+        <height>31</height>
+        <multiline_input>false</multiline_input>
+        <border_width>1</border_width>
+        <visible>true</visible>
+        <pv_name>${PREFIX}${TYPE}:PROC-AngleMax-SP</pv_name>
+        <selector_type>0</selector_type>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <precision_from_pv>true</precision_from_pv>
+        <widget_type>Text Input</widget_type>
+        <confirm_message></confirm_message>
+        <name>Text Input</name>
+        <style>0</style>
+        <actions hook="false" hook_all="false" />
+        <border_style>3</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <enabled>true</enabled>
+        <wuid>175d5c50:15ce367d227:-6315</wuid>
+        <transparent>false</transparent>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <format_type>0</format_type>
+        <limits_from_pv>false</limits_from_pv>
+        <background_color>
+          <color name="TextBackground" red="70" green="70" blue="70" />
+        </background_color>
+        <width>121</width>
+        <x>228</x>
+        <y>624</y>
+        <maximum>1.7976931348623157E308</maximum>
+        <foreground_color>
+          <color name="KeyboardEntry" red="0" green="255" blue="255" />
+        </foreground_color>
+        <minimum>-1.7976931348623157E308</minimum>
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+        <border_style>0</border_style>
+        <tooltip></tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>175d5c50:15ce367d227:-6314</wuid>
+        <transparent>false</transparent>
+        <auto_size>false</auto_size>
+        <text>CONFIGURATION</text>
+        <scripts />
+        <height>32</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <widget_type>Label</widget_type>
+        <wrap_words>true</wrap_words>
+        <background_color>
+          <color name="SubPanel" red="176" green="218" blue="249" />
+        </background_color>
+        <width>349</width>
+        <x>30</x>
+        <name>Label_15</name>
+        <y>39</y>
+        <foreground_color>
+          <color red="0" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <show_scrollbar>false</show_scrollbar>
+        <font>
+          <opifont.name fontName="OpenSans" height="15" style="1">Medium Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.intensityGraph" version="1.0.0">
+        <vertial_profile_y_pv_value />
+        <y_axis_show_minor_ticks>true</y_axis_show_minor_ticks>
+        <alarm_pulsing>false</alarm_pulsing>
+        <tooltip>$(pv_name)</tooltip>
+        <x_axis_show_minor_ticks>true</x_axis_show_minor_ticks>
+        <roi_0_w_pv_value />
+        <roi_0_visible>true</roi_0_visible>
+        <horizon_profile_x_pv_name>$(PREFIX)$(TYPE):CALC-PROJ-Xabsc</horizon_profile_x_pv_name>
+        <height>798</height>
+        <border_width>1</border_width>
+        <graph_area_width>1290</graph_area_width>
+        <y_axis_scale_font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </y_axis_scale_font>
+        <roi_0_x_pv></roi_0_x_pv>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <x_axis_minimum>-200.0</x_axis_minimum>
+        <y_axis_maximum>80.0</y_axis_maximum>
+        <pixel_info_pv_value />
+        <x_axis_maximum>0.0</x_axis_maximum>
+        <vertial_profile_x_pv_value />
+        <roi_0_title>ROI 0</roi_0_title>
+        <actions hook="false" hook_all="false" />
+        <border_style>0</border_style>
+        <rgb_mode>false</rgb_mode>
+        <roi_1_title>ROI 1</roi_1_title>
+        <crop_left>0</crop_left>
+        <roi_1_y_pv_value />
+        <x_axis_scale_font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </x_axis_scale_font>
+        <data_width>0</data_width>
+        <enabled>true</enabled>
+        <wuid>175d5c50:15ce367d227:-6313</wuid>
+        <roi_1_visible>true</roi_1_visible>
+        <y_axis_title_font>
+          <opifont.name fontName="Cantarell" height="11" style="1">Default Bold</opifont.name>
+        </y_axis_title_font>
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <graph_area_height>737</graph_area_height>
+        <x_axis_visible>true</x_axis_visible>
+        <roi_0_y_pv_value />
+        <roi_1_h_pv_value />
+        <vertical_profile_x_pv_name>$(PREFIX)$(TYPE):CALC-PROJ-Yabsc</vertical_profile_x_pv_name>
+        <pixel_info_pv_name></pixel_info_pv_name>
+        <roi_0_width_pv></roi_0_width_pv>
+        <x_axis_axis_color>
+          <color red="0" green="0" blue="0" />
+        </x_axis_axis_color>
+        <roi_0_h_pv_value />
+        <roi_1_x_pv></roi_1_x_pv>
+        <background_color>
+          <color red="240" green="240" blue="240" />
+        </background_color>
+        <x_axis_axis_title>mm</x_axis_axis_title>
+        <width>1405</width>
+        <x>660</x>
+        <y>100</y>
+        <maximum>5.0</maximum>
+        <data_height>0</data_height>
+        <minimum>-1.0</minimum>
+        <crop_right>0</crop_right>
+        <crop_top>0</crop_top>
+        <roi_color>
+          <color red="0" green="255" blue="255" />
+        </roi_color>
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+        <roi_0_y_pv></roi_0_y_pv>
+        <rules>
+          <rule name="DataHeight" prop_id="data_height" out_exp="true">
+            <exp bool_exp="pv0&gt;0">
+              <value>pv0</value>
+            </exp>
+            <pv trig="true">${PREFIX}${TYPE}:PS.NPTS</pv>
+          </rule>
+          <rule name="DataWidth" prop_id="data_width" out_exp="true">
+            <exp bool_exp="pv0&gt;0">
+              <value>pv0</value>
+            </exp>
+            <pv trig="true">${PREFIX}${TYPE}:MTR.NPTS</pv>
+          </rule>
+          <rule name="XMax" prop_id="x_axis_maximum" out_exp="true">
+            <exp bool_exp="pv0!=0">
+              <value>pv0</value>
+            </exp>
+            <pv trig="true">${PREFIX}${TYPE}:MTR.P4EP</pv>
+          </rule>
+          <rule name="XMin" prop_id="x_axis_minimum" out_exp="true">
+            <exp bool_exp="pv0!=0">
+              <value>pv0</value>
+            </exp>
+            <pv trig="true">${PREFIX}${TYPE}:MTR.P4SP</pv>
+          </rule>
+          <rule name="YMax" prop_id="y_axis_maximum" out_exp="true">
+            <exp bool_exp="pv0!=0">
+              <value>pv0</value>
+            </exp>
+            <pv trig="true">${PREFIX}${TYPE}:PROC-AngleMax-SP</pv>
+          </rule>
+          <rule name="YMin" prop_id="y_axis_minimum" out_exp="true">
+            <exp bool_exp="pv0!=0">
+              <value>pv0</value>
+            </exp>
+            <pv trig="true">${PREFIX}${TYPE}:PROC-AngleMin-SP</pv>
+          </rule>
+        </rules>
+        <horizon_profile_y_pv_value />
+        <roi_1_x_pv_value />
+        <roi_count>2</roi_count>
+        <roi_1_y_pv></roi_1_y_pv>
+        <pv_value />
+        <color_map>
+          <interpolate>true</interpolate>
+          <autoscale>true</autoscale>
+          <map>2</map>
+        </color_map>
+        <show_ramp>true</show_ramp>
+        <y_axis_axis_title>mrad</y_axis_axis_title>
+        <horizon_profile_y_pv_name>$(PREFIX)$(TYPE):CALC-PROJ-Xwf</horizon_profile_y_pv_name>
+        <single_line_profiling>false</single_line_profiling>
+        <y_axis_minimum>-80.0</y_axis_minimum>
+        <visible>true</visible>
+        <roi_1_w_pv_value />
+        <vertical_profile_y_pv_name>$(PREFIX)$(TYPE):CALC-PROJ-Ywf</vertical_profile_y_pv_name>
+        <x_axis_major_tick_step_hint>50</x_axis_major_tick_step_hint>
+        <pv_name>$(PREFIX)$(TYPE):BUFF-CURRENT</pv_name>
+        <roi_0_height_pv></roi_0_height_pv>
+        <widget_type>Intensity Graph</widget_type>
+        <name>Intensity Graph</name>
+        <y_axis_axis_color>
+          <color red="0" green="0" blue="0" />
+        </y_axis_axis_color>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <roi_1_height_pv></roi_1_height_pv>
+        <roi_1_width_pv></roi_1_width_pv>
+        <y_axis_major_tick_step_hint>50</y_axis_major_tick_step_hint>
+        <scripts />
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>true</keep_wh_ratio>
+        </scale_options>
+        <x_axis_title_font>
+          <opifont.name fontName="Cantarell" height="11" style="1">Default Bold</opifont.name>
+        </x_axis_title_font>
+        <crop_bottom>0</crop_bottom>
+        <y_axis_visible>true</y_axis_visible>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <horizon_profile_x_pv_value />
+        <roi_0_x_pv_value />
+        <foreground_color>
+          <color red="0" green="0" blue="0" />
+        </foreground_color>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.tank" version="1.0.0">
+        <alarm_pulsing>false</alarm_pulsing>
+        <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+        <rules />
+        <effect_3d>true</effect_3d>
+        <scale_font>
+          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+        </scale_font>
+        <pv_value />
+        <show_scale>true</show_scale>
+        <scale_format></scale_format>
+        <height>5</height>
+        <fill_color>
+          <color red="0" green="0" blue="255" />
+        </fill_color>
+        <border_width>1</border_width>
+        <visible>true</visible>
+        <pv_name></pv_name>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <widget_type>Tank</widget_type>
+        <name>Tank</name>
+        <show_hi>true</show_hi>
+        <actions hook="false" hook_all="false" />
+        <show_lo>true</show_lo>
+        <border_style>0</border_style>
+        <show_lolo>true</show_lolo>
+        <show_minor_ticks>true</show_minor_ticks>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <show_markers>true</show_markers>
+        <color_hihi>
+          <color red="255" green="0" blue="0" />
+        </color_hihi>
+        <show_hihi>true</show_hihi>
+        <log_scale>false</log_scale>
+        <enabled>true</enabled>
+        <wuid>175d5c50:15ce367d227:-6312</wuid>
+        <level_hihi>90.0</level_hihi>
+        <color_hi>
+          <color red="255" green="128" blue="0" />
+        </color_hi>
+        <color_lo>
+          <color red="255" green="128" blue="0" />
+        </color_lo>
+        <scripts />
+        <border_alarm_sensitive>true</border_alarm_sensitive>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <fillcolor_alarm_sensitive>false</fillcolor_alarm_sensitive>
+        <color_fillbackground>
+          <color red="192" green="192" blue="192" />
+        </color_fillbackground>
+        <major_tick_step_hint>50</major_tick_step_hint>
+        <level_hi>80.0</level_hi>
+        <transparent_background>true</transparent_background>
+        <level_lo>20.0</level_lo>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <limits_from_pv>true</limits_from_pv>
+        <background_color>
+          <color red="240" green="240" blue="240" />
+        </background_color>
+        <level_lolo>10.0</level_lolo>
+        <width>475</width>
+        <x>522</x>
+        <y>1008</y>
+        <maximum>100.0</maximum>
+        <color_lolo>
+          <color red="255" green="0" blue="0" />
+        </color_lolo>
+        <foreground_color>
+          <color red="0" green="0" blue="0" />
+        </foreground_color>
+        <minimum>0.0</minimum>
+        <font>
+          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+        <border_style>0</border_style>
+        <tooltip></tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>175d5c50:15ce367d227:-6311</wuid>
+        <transparent>false</transparent>
+        <auto_size>false</auto_size>
+        <text>MEASURE</text>
+        <scripts />
+        <height>32</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <widget_type>Label</widget_type>
+        <wrap_words>true</wrap_words>
+        <background_color>
+          <color name="SubPanel" red="176" green="218" blue="249" />
+        </background_color>
+        <width>1681</width>
+        <x>414</x>
+        <name>Label_15</name>
+        <y>39</y>
+        <foreground_color>
+          <color red="0" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <show_scrollbar>false</show_scrollbar>
+        <font>
+          <opifont.name fontName="OpenSans" height="15" style="1">Medium Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.RoundedRectangle" version="1.0.0">
+        <border_style>0</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <line_width>0</line_width>
+        <horizontal_fill>true</horizontal_fill>
+        <alarm_pulsing>false</alarm_pulsing>
+        <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>175d5c50:15ce367d227:-6310</wuid>
+        <transparent>false</transparent>
+        <pv_value />
+        <alpha>255</alpha>
+        <corner_height>16</corner_height>
+        <bg_gradient_color>
+          <color red="255" green="255" blue="255" />
+        </bg_gradient_color>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <height>1093</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <pv_name></pv_name>
+        <gradient>false</gradient>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <anti_alias>true</anti_alias>
+        <corner_width>16</corner_width>
+        <line_style>0</line_style>
+        <widget_type>Rounded Rectangle</widget_type>
+        <fg_gradient_color>
+          <color red="255" green="255" blue="255" />
+        </fg_gradient_color>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <background_color>
+          <color red="186" green="189" blue="182" />
+        </background_color>
+        <width>319</width>
+        <x>2136</x>
+        <name>Rounded Rectangle_5</name>
+        <y>18</y>
+        <fill_level>0.0</fill_level>
+        <foreground_color>
+          <color red="255" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+        </font>
+        <line_color>
+          <color red="128" green="0" blue="255" />
+        </line_color>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.tab" version="1.0.0">
+        <active_tab>0</active_tab>
+        <tooltip></tooltip>
+        <height>597</height>
+        <border_width>1</border_width>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <tab_0_foreground_color>
+          <color red="0" green="0" blue="0" />
+        </tab_0_foreground_color>
+        <actions hook="false" hook_all="false" />
+        <border_style>0</border_style>
+        <enabled>true</enabled>
+        <wuid>175d5c50:15ce367d227:-630f</wuid>
+        <background_color>
+          <color red="186" green="189" blue="182" />
+        </background_color>
+        <width>319</width>
+        <x>2136</x>
+        <horizontal_tabs>true</horizontal_tabs>
+        <y>82</y>
+        <rules />
+        <macros>
+          <include_parent_macros>true</include_parent_macros>
+        </macros>
+        <visible>true</visible>
+        <tab_0_background_color>
+          <color red="186" green="189" blue="182" />
+        </tab_0_background_color>
+        <widget_type>Tabbed Container</widget_type>
+        <name>Tabbed Container</name>
+        <minimum_tab_height>10</minimum_tab_height>
+        <tab_0_font>
+          <opifont.name fontName="OpenSans" height="10" style="1">Small Bold</opifont.name>
+        </tab_0_font>
+        <tab_0_title>SCANNING</tab_0_title>
+        <scripts />
+        <tab_count>1</tab_count>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <tab_0_icon_path></tab_0_icon_path>
+        <tab_0_enabled>true</tab_0_enabled>
+        <foreground_color>
+          <color red="192" green="192" blue="192" />
+        </foreground_color>
+        <widget typeId="org.csstudio.opibuilder.widgets.groupingContainer" version="1.0.0">
+          <border_style>0</border_style>
+          <tooltip></tooltip>
+          <rules />
+          <enabled>true</enabled>
+          <wuid>175d5c50:15ce367d227:-630e</wuid>
+          <transparent>true</transparent>
+          <lock_children>false</lock_children>
+          <scripts />
+          <height>565</height>
+          <border_width>1</border_width>
+          <scale_options>
+            <width_scalable>true</width_scalable>
+            <height_scalable>true</height_scalable>
+            <keep_wh_ratio>false</keep_wh_ratio>
+          </scale_options>
+          <macros>
+            <include_parent_macros>true</include_parent_macros>
+          </macros>
+          <visible>true</visible>
+          <border_color>
+            <color red="0" green="128" blue="255" />
+          </border_color>
+          <widget_type>Grouping Container</widget_type>
+          <background_color>
+            <color red="240" green="240" blue="240" />
+          </background_color>
+          <width>317</width>
+          <x>1</x>
+          <name>SCANNING</name>
+          <y>1</y>
+          <foreground_color>
+            <color red="192" green="192" blue="192" />
+          </foreground_color>
+          <actions hook="false" hook_all="false" />
+          <fc>false</fc>
+          <show_scrollbar>true</show_scrollbar>
+          <font>
+            <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+          </font>
+          <widget typeId="org.csstudio.opibuilder.widgets.Rectangle" version="1.0.0">
+            <border_style>0</border_style>
+            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+            <line_width>0</line_width>
+            <horizontal_fill>true</horizontal_fill>
+            <alarm_pulsing>false</alarm_pulsing>
+            <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+            <rules />
+            <enabled>true</enabled>
+            <wuid>175d5c50:15ce367d227:-630d</wuid>
+            <transparent>false</transparent>
+            <pv_value />
+            <alpha>255</alpha>
+            <bg_gradient_color>
+              <color red="255" green="255" blue="255" />
+            </bg_gradient_color>
+            <scripts />
+            <border_alarm_sensitive>false</border_alarm_sensitive>
+            <height>325</height>
+            <border_width>1</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <visible>true</visible>
+            <pv_name></pv_name>
+            <gradient>false</gradient>
+            <border_color>
+              <color red="0" green="128" blue="255" />
+            </border_color>
+            <anti_alias>true</anti_alias>
+            <line_style>0</line_style>
+            <widget_type>Rectangle</widget_type>
+            <fg_gradient_color>
+              <color red="255" green="255" blue="255" />
+            </fg_gradient_color>
+            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+            <background_color>
+              <color red="136" green="138" blue="133" />
+            </background_color>
+            <width>295</width>
+            <x>12</x>
+            <name>Rectangle_1</name>
+            <y>228</y>
+            <fill_level>0.0</fill_level>
+            <foreground_color>
+              <color red="255" green="0" blue="0" />
+            </foreground_color>
+            <actions hook="false" hook_all="false" />
+            <font>
+              <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+            </font>
+            <line_color>
+              <color red="128" green="0" blue="255" />
+            </line_color>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.Rectangle" version="1.0.0">
+            <border_style>0</border_style>
+            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+            <line_width>0</line_width>
+            <horizontal_fill>true</horizontal_fill>
+            <alarm_pulsing>false</alarm_pulsing>
+            <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+            <rules />
+            <enabled>true</enabled>
+            <wuid>175d5c50:15ce367d227:-630c</wuid>
+            <transparent>false</transparent>
+            <pv_value />
+            <alpha>255</alpha>
+            <bg_gradient_color>
+              <color red="255" green="255" blue="255" />
+            </bg_gradient_color>
+            <scripts />
+            <border_alarm_sensitive>false</border_alarm_sensitive>
+            <height>193</height>
+            <border_width>1</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <visible>true</visible>
+            <pv_name></pv_name>
+            <gradient>false</gradient>
+            <border_color>
+              <color red="0" green="128" blue="255" />
+            </border_color>
+            <anti_alias>true</anti_alias>
+            <line_style>0</line_style>
+            <widget_type>Rectangle</widget_type>
+            <fg_gradient_color>
+              <color red="255" green="255" blue="255" />
+            </fg_gradient_color>
+            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+            <background_color>
+              <color red="136" green="138" blue="133" />
+            </background_color>
+            <width>295</width>
+            <x>12</x>
+            <name>Rectangle_1</name>
+            <y>18</y>
+            <fill_level>0.0</fill_level>
+            <foreground_color>
+              <color red="255" green="0" blue="0" />
+            </foreground_color>
+            <actions hook="false" hook_all="false" />
+            <font>
+              <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+            </font>
+            <line_color>
+              <color red="128" green="0" blue="255" />
+            </line_color>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+            <border_style>0</border_style>
+            <tooltip></tooltip>
+            <horizontal_alignment>1</horizontal_alignment>
+            <rules />
+            <enabled>false</enabled>
+            <wuid>175d5c50:15ce367d227:-630b</wuid>
+            <transparent>true</transparent>
+            <auto_size>false</auto_size>
+            <text>PS Horizontal</text>
+            <scripts />
+            <height>20</height>
+            <border_width>2</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <visible>true</visible>
+            <vertical_alignment>1</vertical_alignment>
+            <border_color>
+              <color name="IO Border" red="215" green="215" blue="215" />
+            </border_color>
+            <widget_type>Label</widget_type>
+            <wrap_words>false</wrap_words>
+            <background_color>
+              <color name="IO Background" red="255" green="255" blue="205" />
+            </background_color>
+            <width>125</width>
+            <x>38</x>
+            <name>Label Orientation_7</name>
+            <y>36</y>
+            <foreground_color>
+              <color name="IO Foreground" red="0" green="0" blue="0" />
+            </foreground_color>
+            <actions hook="false" hook_all="false" />
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
+            <alarm_pulsing>false</alarm_pulsing>
+            <precision>0</precision>
+            <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+            <horizontal_alignment>1</horizontal_alignment>
+            <rules />
+            <pv_value />
+            <auto_size>false</auto_size>
+            <text></text>
+            <rotation_angle>0.0</rotation_angle>
+            <show_units>true</show_units>
+            <height>31</height>
+            <multiline_input>false</multiline_input>
+            <border_width>1</border_width>
+            <visible>true</visible>
+            <pv_name>$(PREFIX):HVhor-SP</pv_name>
+            <selector_type>0</selector_type>
+            <border_color>
+              <color red="0" green="128" blue="255" />
+            </border_color>
+            <precision_from_pv>true</precision_from_pv>
+            <widget_type>Text Input</widget_type>
+            <confirm_message></confirm_message>
+            <name>Text Input</name>
+            <style>0</style>
+            <actions hook="false" hook_all="false" />
+            <border_style>3</border_style>
+            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+            <enabled>true</enabled>
+            <wuid>175d5c50:15ce367d227:-630a</wuid>
+            <transparent>false</transparent>
+            <scripts />
+            <border_alarm_sensitive>false</border_alarm_sensitive>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+            <format_type>0</format_type>
+            <limits_from_pv>false</limits_from_pv>
+            <background_color>
+              <color name="TextBackground" red="70" green="70" blue="70" />
+            </background_color>
+            <width>100</width>
+            <x>186</x>
+            <y>30</y>
+            <maximum>1.7976931348623157E308</maximum>
+            <foreground_color>
+              <color name="Green On" red="0" green="255" blue="0" />
+            </foreground_color>
+            <minimum>-1.7976931348623157E308</minimum>
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+            <border_style>0</border_style>
+            <tooltip></tooltip>
+            <horizontal_alignment>1</horizontal_alignment>
+            <rules />
+            <enabled>false</enabled>
+            <wuid>175d5c50:15ce367d227:-6309</wuid>
+            <transparent>true</transparent>
+            <auto_size>false</auto_size>
+            <text>PS Vertical</text>
+            <scripts />
+            <height>20</height>
+            <border_width>2</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <visible>true</visible>
+            <vertical_alignment>1</vertical_alignment>
+            <border_color>
+              <color name="IO Border" red="215" green="215" blue="215" />
+            </border_color>
+            <widget_type>Label</widget_type>
+            <wrap_words>false</wrap_words>
+            <background_color>
+              <color name="IO Background" red="255" green="255" blue="205" />
+            </background_color>
+            <width>127</width>
+            <x>30</x>
+            <name>Label Orientation_7</name>
+            <y>84</y>
+            <foreground_color>
+              <color name="IO Foreground" red="0" green="0" blue="0" />
+            </foreground_color>
+            <actions hook="false" hook_all="false" />
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
+            <alarm_pulsing>false</alarm_pulsing>
+            <precision>0</precision>
+            <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+            <horizontal_alignment>1</horizontal_alignment>
+            <rules />
+            <pv_value />
+            <auto_size>false</auto_size>
+            <text></text>
+            <rotation_angle>0.0</rotation_angle>
+            <show_units>true</show_units>
+            <height>31</height>
+            <multiline_input>false</multiline_input>
+            <border_width>1</border_width>
+            <visible>true</visible>
+            <pv_name>$(PREFIX):HVver-SP</pv_name>
+            <selector_type>0</selector_type>
+            <border_color>
+              <color red="0" green="128" blue="255" />
+            </border_color>
+            <precision_from_pv>true</precision_from_pv>
+            <widget_type>Text Input</widget_type>
+            <confirm_message></confirm_message>
+            <name>Text Input</name>
+            <style>0</style>
+            <actions hook="false" hook_all="false" />
+            <border_style>3</border_style>
+            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+            <enabled>true</enabled>
+            <wuid>175d5c50:15ce367d227:-6308</wuid>
+            <transparent>false</transparent>
+            <scripts />
+            <border_alarm_sensitive>false</border_alarm_sensitive>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+            <format_type>0</format_type>
+            <limits_from_pv>false</limits_from_pv>
+            <background_color>
+              <color name="TextBackground" red="70" green="70" blue="70" />
+            </background_color>
+            <width>100</width>
+            <x>186</x>
+            <y>78</y>
+            <maximum>1.7976931348623157E308</maximum>
+            <foreground_color>
+              <color name="Green On" red="0" green="255" blue="0" />
+            </foreground_color>
+            <minimum>-1.7976931348623157E308</minimum>
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+            <border_style>0</border_style>
+            <tooltip></tooltip>
+            <horizontal_alignment>1</horizontal_alignment>
+            <rules />
+            <enabled>false</enabled>
+            <wuid>175d5c50:15ce367d227:-6307</wuid>
+            <transparent>true</transparent>
+            <auto_size>false</auto_size>
+            <text>Angle STEP ...</text>
+            <scripts />
+            <height>20</height>
+            <border_width>2</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <visible>true</visible>
+            <vertical_alignment>1</vertical_alignment>
+            <border_color>
+              <color name="IO Border" red="215" green="215" blue="215" />
+            </border_color>
+            <widget_type>Label</widget_type>
+            <wrap_words>false</wrap_words>
+            <background_color>
+              <color name="IO Background" red="255" green="255" blue="205" />
+            </background_color>
+            <width>151</width>
+            <x>25</x>
+            <name>Label Orientation_7</name>
+            <y>132</y>
+            <foreground_color>
+              <color name="IO Foreground" red="0" green="0" blue="0" />
+            </foreground_color>
+            <actions hook="false" hook_all="false" />
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
+            <alarm_pulsing>false</alarm_pulsing>
+            <precision>0</precision>
+            <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+            <horizontal_alignment>1</horizontal_alignment>
+            <rules />
+            <pv_value />
+            <auto_size>false</auto_size>
+            <text></text>
+            <rotation_angle>0.0</rotation_angle>
+            <show_units>true</show_units>
+            <height>31</height>
+            <multiline_input>false</multiline_input>
+            <border_width>1</border_width>
+            <visible>true</visible>
+            <pv_name>${PREFIX}${TYPE}:PS-NORD_POS</pv_name>
+            <selector_type>0</selector_type>
+            <border_color>
+              <color red="0" green="128" blue="255" />
+            </border_color>
+            <precision_from_pv>true</precision_from_pv>
+            <widget_type>Text Input</widget_type>
+            <confirm_message></confirm_message>
+            <name>Text Input</name>
+            <style>0</style>
+            <actions hook="false" hook_all="false" />
+            <border_style>3</border_style>
+            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+            <enabled>true</enabled>
+            <wuid>175d5c50:15ce367d227:-6306</wuid>
+            <transparent>false</transparent>
+            <scripts />
+            <border_alarm_sensitive>false</border_alarm_sensitive>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+            <format_type>0</format_type>
+            <limits_from_pv>false</limits_from_pv>
+            <background_color>
+              <color name="TextBackground" red="70" green="70" blue="70" />
+            </background_color>
+            <width>100</width>
+            <x>186</x>
+            <y>126</y>
+            <maximum>1.7976931348623157E308</maximum>
+            <foreground_color>
+              <color name="Green On" red="0" green="255" blue="0" />
+            </foreground_color>
+            <minimum>-1.7976931348623157E308</minimum>
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
+            <alarm_pulsing>false</alarm_pulsing>
+            <precision>0</precision>
+            <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+            <horizontal_alignment>1</horizontal_alignment>
+            <rules />
+            <pv_value />
+            <auto_size>false</auto_size>
+            <text></text>
+            <rotation_angle>0.0</rotation_angle>
+            <show_units>true</show_units>
+            <height>31</height>
+            <multiline_input>false</multiline_input>
+            <border_width>1</border_width>
+            <visible>true</visible>
+            <pv_name>${PREFIX}${TYPE}:MTR-NORD_POS</pv_name>
+            <selector_type>0</selector_type>
+            <border_color>
+              <color red="0" green="128" blue="255" />
+            </border_color>
+            <precision_from_pv>true</precision_from_pv>
+            <widget_type>Text Input</widget_type>
+            <confirm_message></confirm_message>
+            <name>Text Input_3</name>
+            <style>0</style>
+            <actions hook="false" hook_all="false" />
+            <border_style>3</border_style>
+            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+            <enabled>true</enabled>
+            <wuid>175d5c50:15ce367d227:-6305</wuid>
+            <transparent>false</transparent>
+            <scripts />
+            <border_alarm_sensitive>false</border_alarm_sensitive>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+            <format_type>0</format_type>
+            <limits_from_pv>false</limits_from_pv>
+            <background_color>
+              <color name="TextBackground" red="70" green="70" blue="70" />
+            </background_color>
+            <width>100</width>
+            <x>186</x>
+            <y>240</y>
+            <maximum>1.7976931348623157E308</maximum>
+            <foreground_color>
+              <color name="Green On" red="0" green="255" blue="0" />
+            </foreground_color>
+            <minimum>-1.7976931348623157E308</minimum>
+            <font>
+              <fontdata fontName="Sans" height="10" style="1" />
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+            <border_style>0</border_style>
+            <tooltip></tooltip>
+            <horizontal_alignment>1</horizontal_alignment>
+            <rules />
+            <enabled>false</enabled>
+            <wuid>175d5c50:15ce367d227:-6304</wuid>
+            <transparent>true</transparent>
+            <auto_size>false</auto_size>
+            <text>Pos STEP ...</text>
+            <scripts />
+            <height>20</height>
+            <border_width>2</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <visible>true</visible>
+            <vertical_alignment>1</vertical_alignment>
+            <border_color>
+              <color name="IO Border" red="215" green="215" blue="215" />
+            </border_color>
+            <widget_type>Label</widget_type>
+            <wrap_words>false</wrap_words>
+            <background_color>
+              <color name="IO Background" red="255" green="255" blue="205" />
+            </background_color>
+            <width>172</width>
+            <x>15</x>
+            <name>Label Orientation_1</name>
+            <y>246</y>
+            <foreground_color>
+              <color name="IO Foreground" red="0" green="0" blue="0" />
+            </foreground_color>
+            <actions hook="false" hook_all="false" />
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.bytemonitor" version="1.0.0">
+            <border_style>0</border_style>
+            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+            <alarm_pulsing>false</alarm_pulsing>
+            <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+            <rules />
+            <effect_3d>true</effect_3d>
+            <enabled>true</enabled>
+            <wuid>175d5c50:15ce367d227:-6303</wuid>
+            <on_color>
+              <color name="Major" red="255" green="0" blue="0" />
+            </on_color>
+            <horizontal>false</horizontal>
+            <pv_value />
+            <numBits>1</numBits>
+            <scripts />
+            <border_alarm_sensitive>true</border_alarm_sensitive>
+            <height>28</height>
+            <border_width>0</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <visible>true</visible>
+            <pv_name>$(PREFIX)-PMAC:$(NAME_MTR).MSTA</pv_name>
+            <border_color>
+              <color name="IO Border" red="215" green="215" blue="215" />
+            </border_color>
+            <bitReverse>true</bitReverse>
+            <label />
+            <widget_type>Byte Monitor</widget_type>
+            <off_color>
+              <color name="IO Grid" red="215" green="215" blue="215" />
+            </off_color>
+            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+            <background_color>
+              <color name="IO Background" red="255" green="255" blue="205" />
+            </background_color>
+            <square_led>true</square_led>
+            <startBit>13</startBit>
+            <width>70</width>
+            <x>201</x>
+            <name>Byte Monitor Template</name>
+            <y>438</y>
+            <foreground_color>
+              <color name="IO InputPV Fg" red="0" green="32" blue="92" />
+            </foreground_color>
+            <actions hook="false" hook_all="false" />
+            <font>
+              <opifont.name fontName="arial" height="10" style="0">IO Normal</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+            <border_style>0</border_style>
+            <tooltip></tooltip>
+            <horizontal_alignment>1</horizontal_alignment>
+            <rules />
+            <enabled>true</enabled>
+            <wuid>175d5c50:15ce367d227:-6302</wuid>
+            <transparent>true</transparent>
+            <auto_size>false</auto_size>
+            <text>LOW Limit </text>
+            <scripts />
+            <height>20</height>
+            <border_width>1</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <visible>true</visible>
+            <vertical_alignment>1</vertical_alignment>
+            <border_color>
+              <color red="0" green="128" blue="255" />
+            </border_color>
+            <widget_type>Label</widget_type>
+            <wrap_words>false</wrap_words>
+            <background_color>
+              <color red="255" green="255" blue="255" />
+            </background_color>
+            <width>83</width>
+            <x>52</x>
+            <name>Label_164</name>
+            <y>442</y>
+            <foreground_color>
+              <color red="0" green="0" blue="0" />
+            </foreground_color>
+            <actions hook="false" hook_all="false" />
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+            <border_style>0</border_style>
+            <tooltip></tooltip>
+            <horizontal_alignment>1</horizontal_alignment>
+            <rules />
+            <enabled>true</enabled>
+            <wuid>175d5c50:15ce367d227:-6301</wuid>
+            <transparent>true</transparent>
+            <auto_size>false</auto_size>
+            <text>HIGH Limit </text>
+            <scripts />
+            <height>20</height>
+            <border_width>1</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <visible>true</visible>
+            <vertical_alignment>1</vertical_alignment>
+            <border_color>
+              <color red="0" green="128" blue="255" />
+            </border_color>
+            <widget_type>Label</widget_type>
+            <wrap_words>false</wrap_words>
+            <background_color>
+              <color red="255" green="255" blue="255" />
+            </background_color>
+            <width>93</width>
+            <x>52</x>
+            <name>Label_164</name>
+            <y>478</y>
+            <foreground_color>
+              <color red="0" green="0" blue="0" />
+            </foreground_color>
+            <actions hook="false" hook_all="false" />
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.bytemonitor" version="1.0.0">
+            <border_style>0</border_style>
+            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+            <alarm_pulsing>false</alarm_pulsing>
+            <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+            <rules />
+            <effect_3d>true</effect_3d>
+            <enabled>true</enabled>
+            <wuid>175d5c50:15ce367d227:-6300</wuid>
+            <on_color>
+              <color name="Major" red="255" green="0" blue="0" />
+            </on_color>
+            <horizontal>false</horizontal>
+            <pv_value />
+            <numBits>1</numBits>
+            <scripts />
+            <border_alarm_sensitive>true</border_alarm_sensitive>
+            <height>28</height>
+            <border_width>0</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <visible>true</visible>
+            <pv_name>$(PREFIX)-PMAC:$(NAME_MTR).MSTA</pv_name>
+            <border_color>
+              <color name="IO Border" red="215" green="215" blue="215" />
+            </border_color>
+            <bitReverse>true</bitReverse>
+            <label />
+            <widget_type>Byte Monitor</widget_type>
+            <off_color>
+              <color name="IO Grid" red="215" green="215" blue="215" />
+            </off_color>
+            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+            <background_color>
+              <color name="IO Background" red="255" green="255" blue="205" />
+            </background_color>
+            <square_led>true</square_led>
+            <startBit>2</startBit>
+            <width>70</width>
+            <x>201</x>
+            <name>Byte Monitor Template</name>
+            <y>474</y>
+            <foreground_color>
+              <color name="IO InputPV Fg" red="0" green="32" blue="92" />
+            </foreground_color>
+            <actions hook="false" hook_all="false" />
+            <font>
+              <opifont.name fontName="arial" height="10" style="0">IO Normal</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.bytemonitor" version="1.0.0">
+            <border_style>0</border_style>
+            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+            <alarm_pulsing>false</alarm_pulsing>
+            <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+            <rules />
+            <effect_3d>true</effect_3d>
+            <enabled>true</enabled>
+            <wuid>175d5c50:15ce367d227:-62ff</wuid>
+            <on_color>
+              <color name="Major" red="255" green="0" blue="0" />
+            </on_color>
+            <horizontal>false</horizontal>
+            <pv_value />
+            <numBits>1</numBits>
+            <scripts />
+            <border_alarm_sensitive>true</border_alarm_sensitive>
+            <height>28</height>
+            <border_width>0</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <visible>true</visible>
+            <pv_name>$(PREFIX)-PMAC:$(NAME_MTR).MOVN</pv_name>
+            <border_color>
+              <color name="IO Border" red="215" green="215" blue="215" />
+            </border_color>
+            <bitReverse>true</bitReverse>
+            <label />
+            <widget_type>Byte Monitor</widget_type>
+            <off_color>
+              <color name="IO Grid" red="215" green="215" blue="215" />
+            </off_color>
+            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+            <background_color>
+              <color name="IO Background" red="255" green="255" blue="205" />
+            </background_color>
+            <square_led>true</square_led>
+            <startBit>0</startBit>
+            <width>70</width>
+            <x>201</x>
+            <name>Byte Monitor Template</name>
+            <y>330</y>
+            <foreground_color>
+              <color name="IO InputPV Fg" red="0" green="32" blue="92" />
+            </foreground_color>
+            <actions hook="false" hook_all="false" />
+            <font>
+              <opifont.name fontName="arial" height="10" style="0">IO Normal</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+            <border_style>0</border_style>
+            <tooltip></tooltip>
+            <horizontal_alignment>1</horizontal_alignment>
+            <rules />
+            <enabled>true</enabled>
+            <wuid>175d5c50:15ce367d227:-62fe</wuid>
+            <transparent>true</transparent>
+            <auto_size>false</auto_size>
+            <text>Motor is moving ...</text>
+            <scripts />
+            <height>20</height>
+            <border_width>1</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <visible>true</visible>
+            <vertical_alignment>1</vertical_alignment>
+            <border_color>
+              <color red="0" green="128" blue="255" />
+            </border_color>
+            <widget_type>Label</widget_type>
+            <wrap_words>false</wrap_words>
+            <background_color>
+              <color red="255" green="255" blue="255" />
+            </background_color>
+            <width>151</width>
+            <x>25</x>
+            <name>Label_164</name>
+            <y>334</y>
+            <foreground_color>
+              <color red="0" green="0" blue="0" />
+            </foreground_color>
+            <actions hook="false" hook_all="false" />
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
+            <alarm_pulsing>false</alarm_pulsing>
+            <precision>2</precision>
+            <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+            <horizontal_alignment>1</horizontal_alignment>
+            <rules />
+            <pv_value />
+            <auto_size>false</auto_size>
+            <text></text>
+            <rotation_angle>0.0</rotation_angle>
+            <show_units>true</show_units>
+            <height>31</height>
+            <multiline_input>false</multiline_input>
+            <border_width>1</border_width>
+            <visible>true</visible>
+            <pv_name>$(PREFIX)-PMAC:$(NAME_MTR).RBV</pv_name>
+            <selector_type>0</selector_type>
+            <border_color>
+              <color red="0" green="128" blue="255" />
+            </border_color>
+            <precision_from_pv>false</precision_from_pv>
+            <widget_type>Text Input</widget_type>
+            <confirm_message></confirm_message>
+            <name>Text Input_3</name>
+            <style>0</style>
+            <actions hook="false" hook_all="false" />
+            <border_style>3</border_style>
+            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+            <enabled>true</enabled>
+            <wuid>175d5c50:15ce367d227:-62fd</wuid>
+            <transparent>false</transparent>
+            <scripts />
+            <border_alarm_sensitive>false</border_alarm_sensitive>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+            <format_type>0</format_type>
+            <limits_from_pv>false</limits_from_pv>
+            <background_color>
+              <color name="TextBackground" red="70" green="70" blue="70" />
+            </background_color>
+            <width>100</width>
+            <x>186</x>
+            <y>288</y>
+            <maximum>1.7976931348623157E308</maximum>
+            <foreground_color>
+              <color name="Green On" red="0" green="255" blue="0" />
+            </foreground_color>
+            <minimum>-1.7976931348623157E308</minimum>
+            <font>
+              <fontdata fontName="Sans" height="10" style="1" />
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+            <border_style>0</border_style>
+            <tooltip></tooltip>
+            <horizontal_alignment>1</horizontal_alignment>
+            <rules />
+            <enabled>false</enabled>
+            <wuid>175d5c50:15ce367d227:-62fc</wuid>
+            <transparent>true</transparent>
+            <auto_size>false</auto_size>
+            <text>Position in course</text>
+            <scripts />
+            <height>20</height>
+            <border_width>2</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <visible>true</visible>
+            <vertical_alignment>1</vertical_alignment>
+            <border_color>
+              <color name="IO Border" red="215" green="215" blue="215" />
+            </border_color>
+            <widget_type>Label</widget_type>
+            <wrap_words>false</wrap_words>
+            <background_color>
+              <color name="IO Background" red="255" green="255" blue="205" />
+            </background_color>
+            <width>166</width>
+            <x>12</x>
+            <name>Label Orientation_1</name>
+            <y>294</y>
+            <foreground_color>
+              <color name="IO Foreground" red="0" green="0" blue="0" />
+            </foreground_color>
+            <actions hook="false" hook_all="false" />
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.bytemonitor" version="1.0.0">
+            <border_style>0</border_style>
+            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+            <alarm_pulsing>false</alarm_pulsing>
+            <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+            <rules />
+            <effect_3d>true</effect_3d>
+            <enabled>true</enabled>
+            <wuid>175d5c50:15ce367d227:-62fb</wuid>
+            <on_color>
+              <color name="Green On" red="0" green="255" blue="0" />
+            </on_color>
+            <horizontal>false</horizontal>
+            <pv_value />
+            <numBits>1</numBits>
+            <scripts />
+            <border_alarm_sensitive>true</border_alarm_sensitive>
+            <height>28</height>
+            <border_width>0</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <visible>true</visible>
+            <pv_name>$(PREFIX)-PMAC:$(NAME_MTR).MSTA</pv_name>
+            <border_color>
+              <color name="IO Border" red="215" green="215" blue="215" />
+            </border_color>
+            <bitReverse>true</bitReverse>
+            <label />
+            <widget_type>Byte Monitor</widget_type>
+            <off_color>
+              <color name="IO Grid" red="215" green="215" blue="215" />
+            </off_color>
+            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+            <background_color>
+              <color name="IO Background" red="255" green="255" blue="205" />
+            </background_color>
+            <square_led>true</square_led>
+            <startBit>1</startBit>
+            <width>70</width>
+            <x>201</x>
+            <name>Byte Monitor Template</name>
+            <y>366</y>
+            <foreground_color>
+              <color name="IO InputPV Fg" red="0" green="32" blue="92" />
+            </foreground_color>
+            <actions hook="false" hook_all="false" />
+            <font>
+              <opifont.name fontName="arial" height="10" style="0">IO Normal</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+            <border_style>0</border_style>
+            <tooltip></tooltip>
+            <horizontal_alignment>1</horizontal_alignment>
+            <rules />
+            <enabled>true</enabled>
+            <wuid>175d5c50:15ce367d227:-62fa</wuid>
+            <transparent>true</transparent>
+            <auto_size>false</auto_size>
+            <text>Motor is placed</text>
+            <scripts />
+            <height>20</height>
+            <border_width>1</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <visible>true</visible>
+            <vertical_alignment>1</vertical_alignment>
+            <border_color>
+              <color red="0" green="128" blue="255" />
+            </border_color>
+            <widget_type>Label</widget_type>
+            <wrap_words>false</wrap_words>
+            <background_color>
+              <color red="255" green="255" blue="255" />
+            </background_color>
+            <width>125</width>
+            <x>38</x>
+            <name>Label_164</name>
+            <y>370</y>
+            <foreground_color>
+              <color red="0" green="0" blue="0" />
+            </foreground_color>
+            <actions hook="false" hook_all="false" />
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+            <border_style>0</border_style>
+            <tooltip></tooltip>
+            <horizontal_alignment>1</horizontal_alignment>
+            <rules />
+            <enabled>true</enabled>
+            <wuid>175d5c50:15ce367d227:-62f9</wuid>
+            <transparent>true</transparent>
+            <auto_size>false</auto_size>
+            <text>HV is ramping ...</text>
+            <scripts />
+            <height>20</height>
+            <border_width>1</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <visible>true</visible>
+            <vertical_alignment>1</vertical_alignment>
+            <border_color>
+              <color red="0" green="128" blue="255" />
+            </border_color>
+            <widget_type>Label</widget_type>
+            <wrap_words>false</wrap_words>
+            <background_color>
+              <color red="255" green="255" blue="255" />
+            </background_color>
+            <width>196</width>
+            <x>6</x>
+            <name>Label_164</name>
+            <y>178</y>
+            <foreground_color>
+              <color red="0" green="0" blue="0" />
+            </foreground_color>
+            <actions hook="false" hook_all="false" />
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.bytemonitor" version="1.0.0">
+            <border_style>0</border_style>
+            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+            <alarm_pulsing>false</alarm_pulsing>
+            <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+            <rules />
+            <effect_3d>true</effect_3d>
+            <enabled>true</enabled>
+            <wuid>175d5c50:15ce367d227:-62f8</wuid>
+            <on_color>
+              <color name="Major" red="255" green="0" blue="0" />
+            </on_color>
+            <horizontal>false</horizontal>
+            <pv_value />
+            <numBits>1</numBits>
+            <scripts />
+            <border_alarm_sensitive>true</border_alarm_sensitive>
+            <height>28</height>
+            <border_width>0</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <visible>true</visible>
+            <pv_name>${PREFIX}${TYPE}:PS.BUSY</pv_name>
+            <border_color>
+              <color name="IO Border" red="215" green="215" blue="215" />
+            </border_color>
+            <bitReverse>true</bitReverse>
+            <label />
+            <widget_type>Byte Monitor</widget_type>
+            <off_color>
+              <color name="IO Grid" red="215" green="215" blue="215" />
+            </off_color>
+            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+            <background_color>
+              <color name="IO Background" red="255" green="255" blue="205" />
+            </background_color>
+            <square_led>true</square_led>
+            <startBit>0</startBit>
+            <width>70</width>
+            <x>201</x>
+            <name>Byte Monitor Template</name>
+            <y>174</y>
+            <foreground_color>
+              <color name="IO InputPV Fg" red="0" green="32" blue="92" />
+            </foreground_color>
+            <actions hook="false" hook_all="false" />
+            <font>
+              <opifont.name fontName="arial" height="10" style="0">IO Normal</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.Rectangle" version="1.0.0">
+            <border_style>0</border_style>
+            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+            <line_width>4</line_width>
+            <horizontal_fill>true</horizontal_fill>
+            <alarm_pulsing>false</alarm_pulsing>
+            <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+            <rules>
+              <rule name="Visible" prop_id="visible" out_exp="false">
+                <exp bool_exp="pv0==1">
+                  <value>true</value>
+                </exp>
+                <exp bool_exp="pv0==0">
+                  <value>false</value>
+                </exp>
+                <pv trig="true">${PREFIX}${TYPE}:PS.BUSY</pv>
+              </rule>
+            </rules>
+            <enabled>true</enabled>
+            <wuid>175d5c50:15ce367d227:-62f7</wuid>
+            <transparent>true</transparent>
+            <pv_value />
+            <alpha>255</alpha>
+            <bg_gradient_color>
+              <color red="255" green="255" blue="255" />
+            </bg_gradient_color>
+            <scripts />
+            <border_alarm_sensitive>false</border_alarm_sensitive>
+            <height>193</height>
+            <border_width>1</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <visible>true</visible>
+            <pv_name>${PREFIX}${TYPE}:PS.BUSY</pv_name>
+            <gradient>false</gradient>
+            <border_color>
+              <color name="Major" red="255" green="0" blue="0" />
+            </border_color>
+            <anti_alias>true</anti_alias>
+            <line_style>0</line_style>
+            <widget_type>Rectangle</widget_type>
+            <fg_gradient_color>
+              <color red="255" green="255" blue="255" />
+            </fg_gradient_color>
+            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+            <background_color>
+              <color name="Major" red="255" green="0" blue="0" />
+            </background_color>
+            <width>295</width>
+            <x>12</x>
+            <name>Rectangle</name>
+            <y>18</y>
+            <fill_level>0.0</fill_level>
+            <foreground_color>
+              <color red="255" green="0" blue="0" />
+            </foreground_color>
+            <actions hook="false" hook_all="false" />
+            <font>
+              <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+            </font>
+            <line_color>
+              <color name="Major" red="255" green="0" blue="0" />
+            </line_color>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+            <border_style>0</border_style>
+            <tooltip></tooltip>
+            <horizontal_alignment>1</horizontal_alignment>
+            <rules />
+            <enabled>true</enabled>
+            <wuid>175d5c50:15ce367d227:-62f6</wuid>
+            <transparent>true</transparent>
+            <auto_size>false</auto_size>
+            <text>Motor is Homed</text>
+            <scripts />
+            <height>20</height>
+            <border_width>1</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <visible>true</visible>
+            <vertical_alignment>1</vertical_alignment>
+            <border_color>
+              <color red="0" green="128" blue="255" />
+            </border_color>
+            <widget_type>Label</widget_type>
+            <wrap_words>false</wrap_words>
+            <background_color>
+              <color red="255" green="255" blue="255" />
+            </background_color>
+            <width>125</width>
+            <x>38</x>
+            <name>Label_164</name>
+            <y>406</y>
+            <foreground_color>
+              <color red="0" green="0" blue="0" />
+            </foreground_color>
+            <actions hook="false" hook_all="false" />
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.bytemonitor" version="1.0.0">
+            <border_style>0</border_style>
+            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+            <alarm_pulsing>false</alarm_pulsing>
+            <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+            <rules />
+            <effect_3d>true</effect_3d>
+            <enabled>true</enabled>
+            <wuid>175d5c50:15ce367d227:-62f5</wuid>
+            <on_color>
+              <color name="Green On" red="0" green="255" blue="0" />
+            </on_color>
+            <horizontal>false</horizontal>
+            <pv_value />
+            <numBits>1</numBits>
+            <scripts />
+            <border_alarm_sensitive>true</border_alarm_sensitive>
+            <height>28</height>
+            <border_width>0</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <visible>true</visible>
+            <pv_name>$(PREFIX)-PMAC:$(NAME_MTR).MSTA</pv_name>
+            <border_color>
+              <color name="IO Border" red="215" green="215" blue="215" />
+            </border_color>
+            <bitReverse>true</bitReverse>
+            <label />
+            <widget_type>Byte Monitor</widget_type>
+            <off_color>
+              <color name="Major" red="255" green="0" blue="0" />
+            </off_color>
+            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+            <background_color>
+              <color name="IO Background" red="255" green="255" blue="205" />
+            </background_color>
+            <square_led>true</square_led>
+            <startBit>14</startBit>
+            <width>70</width>
+            <x>201</x>
+            <name>Byte Monitor Template</name>
+            <y>402</y>
+            <foreground_color>
+              <color name="IO InputPV Fg" red="0" green="32" blue="92" />
+            </foreground_color>
+            <actions hook="false" hook_all="false" />
+            <font>
+              <opifont.name fontName="arial" height="10" style="0">IO Normal</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.Rectangle" version="1.0.0">
+            <border_style>0</border_style>
+            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+            <line_width>4</line_width>
+            <horizontal_fill>true</horizontal_fill>
+            <alarm_pulsing>false</alarm_pulsing>
+            <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+            <rules>
+              <rule name="Visible" prop_id="visible" out_exp="false">
+                <exp bool_exp="pv0==1">
+                  <value>true</value>
+                </exp>
+                <exp bool_exp="pv0==0">
+                  <value>false</value>
+                </exp>
+                <pv trig="true">$(PREFIX)-PMAC:$(NAME_MTR).MOVN</pv>
+              </rule>
+            </rules>
+            <enabled>true</enabled>
+            <wuid>175d5c50:15ce367d227:-62f4</wuid>
+            <transparent>true</transparent>
+            <pv_value />
+            <alpha>255</alpha>
+            <bg_gradient_color>
+              <color red="255" green="255" blue="255" />
+            </bg_gradient_color>
+            <scripts />
+            <border_alarm_sensitive>false</border_alarm_sensitive>
+            <height>325</height>
+            <border_width>1</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <visible>true</visible>
+            <pv_name>$(PREFIX)-PMAC:$(NAME_MTR).MOVN</pv_name>
+            <gradient>false</gradient>
+            <border_color>
+              <color name="Major" red="255" green="0" blue="0" />
+            </border_color>
+            <anti_alias>true</anti_alias>
+            <line_style>0</line_style>
+            <widget_type>Rectangle</widget_type>
+            <fg_gradient_color>
+              <color red="255" green="255" blue="255" />
+            </fg_gradient_color>
+            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+            <background_color>
+              <color name="Major" red="255" green="0" blue="0" />
+            </background_color>
+            <width>295</width>
+            <x>12</x>
+            <name>Rectangle_1</name>
+            <y>228</y>
+            <fill_level>0.0</fill_level>
+            <foreground_color>
+              <color red="255" green="0" blue="0" />
+            </foreground_color>
+            <actions hook="false" hook_all="false" />
+            <font>
+              <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+            </font>
+            <line_color>
+              <color name="Major" red="255" green="0" blue="0" />
+            </line_color>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+            <border_style>0</border_style>
+            <tooltip></tooltip>
+            <horizontal_alignment>1</horizontal_alignment>
+            <rules />
+            <enabled>true</enabled>
+            <wuid>175d5c50:15ce367d227:-62f3</wuid>
+            <transparent>true</transparent>
+            <auto_size>false</auto_size>
+            <text>Brake ON</text>
+            <scripts />
+            <height>20</height>
+            <border_width>1</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <visible>true</visible>
+            <vertical_alignment>1</vertical_alignment>
+            <border_color>
+              <color red="0" green="128" blue="255" />
+            </border_color>
+            <widget_type>Label</widget_type>
+            <wrap_words>false</wrap_words>
+            <background_color>
+              <color red="255" green="255" blue="255" />
+            </background_color>
+            <width>83</width>
+            <x>52</x>
+            <name>Label_164</name>
+            <y>514</y>
+            <foreground_color>
+              <color red="0" green="0" blue="0" />
+            </foreground_color>
+            <actions hook="false" hook_all="false" />
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.bytemonitor" version="1.0.0">
+            <border_style>0</border_style>
+            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+            <alarm_pulsing>false</alarm_pulsing>
+            <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+            <rules />
+            <effect_3d>true</effect_3d>
+            <enabled>true</enabled>
+            <wuid>175d5c50:15ce367d227:-62f2</wuid>
+            <on_color>
+              <color name="Field Background Grey" red="240" green="240" blue="240" />
+            </on_color>
+            <horizontal>false</horizontal>
+            <pv_value />
+            <numBits>1</numBits>
+            <scripts />
+            <border_alarm_sensitive>true</border_alarm_sensitive>
+            <height>28</height>
+            <border_width>0</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <visible>true</visible>
+            <pv_name>$(PREFIX)$(TYPE)-PMAC:BRAKE_R</pv_name>
+            <border_color>
+              <color name="IO Border" red="215" green="215" blue="215" />
+            </border_color>
+            <bitReverse>true</bitReverse>
+            <label />
+            <widget_type>Byte Monitor</widget_type>
+            <off_color>
+              <color name="Major" red="255" green="0" blue="0" />
+            </off_color>
+            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+            <background_color>
+              <color name="IO Background" red="255" green="255" blue="205" />
+            </background_color>
+            <square_led>true</square_led>
+            <startBit>0</startBit>
+            <width>70</width>
+            <x>201</x>
+            <name>Byte Monitor Template</name>
+            <y>510</y>
+            <foreground_color>
+              <color name="IO InputPV Fg" red="0" green="32" blue="92" />
+            </foreground_color>
+            <actions hook="false" hook_all="false" />
+            <font>
+              <opifont.name fontName="arial" height="10" style="0">IO Normal</opifont.name>
+            </font>
+          </widget>
+        </widget>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+        <border_style>0</border_style>
+        <tooltip></tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>175d5c50:15ce367d227:-62f1</wuid>
+        <transparent>false</transparent>
+        <auto_size>false</auto_size>
+        <text>STATUS</text>
+        <scripts />
+        <height>32</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <widget_type>Label</widget_type>
+        <wrap_words>true</wrap_words>
+        <background_color>
+          <color name="SubPanel" red="176" green="218" blue="249" />
+        </background_color>
+        <width>319</width>
+        <x>2136</x>
+        <name>Label_15</name>
+        <y>39</y>
+        <foreground_color>
+          <color red="0" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <show_scrollbar>false</show_scrollbar>
+        <font>
+          <opifont.name fontName="OpenSans" height="15" style="1">Medium Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+        <border_style>0</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <line_width>5</line_width>
+        <horizontal_fill>true</horizontal_fill>
+        <alarm_pulsing>false</alarm_pulsing>
+        <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+        <arrows>0</arrows>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>175d5c50:15ce367d227:-62f0</wuid>
+        <transparent>false</transparent>
+        <points>
+          <point x="29" y="1038" />
+          <point x="377" y="1038" />
+          <point x="377" y="1038" />
+          <point x="377" y="1038" />
+          <point x="377" y="1038" />
+        </points>
+        <fill_arrow>true</fill_arrow>
+        <pv_value />
+        <alpha>255</alpha>
+        <rotation_angle>0.0</rotation_angle>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <height>1</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>true</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <pv_name></pv_name>
+        <border_color>
+          <color name="Black" red="0" green="0" blue="0" />
+        </border_color>
+        <anti_alias>true</anti_alias>
+        <line_style>0</line_style>
+        <arrow_length>20</arrow_length>
+        <widget_type>Polyline</widget_type>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <background_color>
+          <color name="Black" red="0" green="0" blue="0" />
+        </background_color>
+        <width>349</width>
+        <x>29</x>
+        <name>Polyline</name>
+        <y>1038</y>
+        <fill_level>0.0</fill_level>
+        <foreground_color>
+          <color red="255" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
+        <alarm_pulsing>false</alarm_pulsing>
+        <precision>2</precision>
+        <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules />
+        <pv_value />
+        <auto_size>false</auto_size>
+        <text></text>
+        <rotation_angle>0.0</rotation_angle>
+        <show_units>false</show_units>
+        <height>22</height>
+        <multiline_input>false</multiline_input>
+        <border_width>1</border_width>
+        <visible>true</visible>
+        <pv_name>$(PREFIX)-PMAC:$(NAME_MTR).RBV</pv_name>
+        <selector_type>0</selector_type>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <precision_from_pv>false</precision_from_pv>
+        <widget_type>Text Input</widget_type>
+        <confirm_message></confirm_message>
+        <name>Text Input_9</name>
+        <style>0</style>
+        <actions hook="false" hook_all="false" />
+        <border_style>3</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <enabled>true</enabled>
+        <wuid>175d5c50:15ce367d227:-62ef</wuid>
+        <transparent>false</transparent>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <format_type>0</format_type>
+        <limits_from_pv>false</limits_from_pv>
+        <background_color>
+          <color name="TextBackground" red="70" green="70" blue="70" />
+        </background_color>
+        <width>100</width>
+        <x>1205</x>
+        <y>876</y>
+        <maximum>1.7976931348623157E308</maximum>
+        <foreground_color>
+          <color name="Green On" red="0" green="255" blue="0" />
+        </foreground_color>
+        <minimum>-1.7976931348623157E308</minimum>
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+        <border_style>0</border_style>
+        <tooltip></tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules>
+          <rule name="Visible" prop_id="visible" out_exp="false">
+            <exp bool_exp="pv0==1">
+              <value>true</value>
+            </exp>
+            <exp bool_exp="pv0==0">
+              <value>false</value>
+            </exp>
+            <pv trig="true">$(PREFIX)-PMAC:$(NAME_MTR).MOVN</pv>
+          </rule>
+        </rules>
+        <enabled>false</enabled>
+        <wuid>175d5c50:15ce367d227:-62ee</wuid>
+        <transparent>true</transparent>
+        <auto_size>false</auto_size>
+        <text>MOTOR IS MOVING ...</text>
+        <scripts />
+        <height>20</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <widget_type>Label</widget_type>
+        <wrap_words>false</wrap_words>
+        <background_color>
+          <color red="255" green="255" blue="255" />
+        </background_color>
+        <width>181</width>
+        <x>1020</x>
+        <name>Label</name>
+        <y>877</y>
+        <foreground_color>
+          <color name="Major" red="255" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.xyGraph" version="1.0.0">
+        <axis_1_scale_format></axis_1_scale_format>
+        <alarm_pulsing>false</alarm_pulsing>
+        <tooltip>$(trace_0_y_pv)
+$(trace_0_y_pv_value)</tooltip>
+        <trace_0_concatenate_data>false</trace_0_concatenate_data>
+        <trace_0_trace_type>0</trace_0_trace_type>
+        <border_width>1</border_width>
+        <border_style>0</border_style>
+        <axis_0_grid_color>
+          <color red="200" green="200" blue="200" />
+        </axis_0_grid_color>
+        <trace_0_name>$(trace_0_y_pv)</trace_0_name>
+        <trace_0_update_mode>0</trace_0_update_mode>
+        <wuid>175d5c50:15ce367d227:-62ed</wuid>
+        <transparent>false</transparent>
+        <axis_0_title_font>
+          <opifont.name fontName="Cantarell" height="11" style="1">Default Bold</opifont.name>
+        </axis_0_title_font>
+        <background_color>
+          <color name="Container Grey" red="200" green="200" blue="200" />
+        </background_color>
+        <x>639</x>
+        <y>912</y>
+        <trace_0_x_axis_index>0</trace_0_x_axis_index>
+        <axis_count>2</axis_count>
+        <pv_value />
+        <trace_0_buffer_size>100</trace_0_buffer_size>
+        <axis_1_maximum>1.0</axis_1_maximum>
+        <axis_0_scale_font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </axis_0_scale_font>
+        <trigger_pv></trigger_pv>
+        <widget_type>XY Graph</widget_type>
+        <axis_1_axis_color>
+          <color red="0" green="0" blue="0" />
+        </axis_1_axis_color>
+        <axis_0_scale_format></axis_0_scale_format>
+        <axis_1_log_scale>false</axis_1_log_scale>
+        <title></title>
+        <trace_0_visible>true</trace_0_visible>
+        <show_legend>false</show_legend>
+        <axis_0_axis_title>mm</axis_0_axis_title>
+        <axis_0_axis_color>
+          <color red="0" green="0" blue="0" />
+        </axis_0_axis_color>
+        <axis_0_dash_grid_line>true</axis_0_dash_grid_line>
+        <trace_0_point_style>0</trace_0_point_style>
+        <trace_0_line_width>1</trace_0_line_width>
+        <axis_0_time_format>0</axis_0_time_format>
+        <trace_count>1</trace_count>
+        <axis_1_show_grid>true</axis_1_show_grid>
+        <axis_1_dash_grid_line>true</axis_1_dash_grid_line>
+        <show_toolbar>false</show_toolbar>
+        <axis_0_visible>true</axis_0_visible>
+        <axis_0_show_grid>true</axis_0_show_grid>
+        <trace_0_y_axis_index>1</trace_0_y_axis_index>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <axis_0_maximum>1.0</axis_0_maximum>
+        <height>181</height>
+        <trigger_pv_value />
+        <axis_1_grid_color>
+          <color red="200" green="200" blue="200" />
+        </axis_1_grid_color>
+        <actions hook="false" hook_all="false" />
+        <axis_0_log_scale>false</axis_0_log_scale>
+        <trace_0_x_pv_value />
+        <axis_0_auto_scale_threshold>0.0</axis_0_auto_scale_threshold>
+        <rules />
+        <axis_1_visible>true</axis_1_visible>
+        <trace_0_update_delay>1</trace_0_update_delay>
+        <pv_name>$(PREFIX)$(TYPE):CALC-PROJ-Xwf</pv_name>
+        <name>XY Graph</name>
+        <axis_0_auto_scale>true</axis_0_auto_scale>
+        <axis_0_minimum>-100.0</axis_0_minimum>
+        <axis_1_axis_title></axis_1_axis_title>
+        <axis_1_auto_scale>true</axis_1_auto_scale>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <trace_0_y_pv>$(PREFIX)$(TYPE):CALC-PROJ-Xwf</trace_0_y_pv>
+        <trace_0_plot_mode>0</trace_0_plot_mode>
+        <enabled>true</enabled>
+        <trace_0_x_pv>$(PREFIX)$(TYPE):CALC-PROJ-Xabsc</trace_0_x_pv>
+        <axis_1_scale_font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </axis_1_scale_font>
+        <axis_1_time_format>0</axis_1_time_format>
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <show_plot_area_border>true</show_plot_area_border>
+        <width>1384</width>
+        <axis_1_minimum>-1.0</axis_1_minimum>
+        <title_font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </title_font>
+        <trace_0_y_pv_value />
+        <plot_area_background_color>
+          <color name="Field Background Grey" red="240" green="240" blue="240" />
+        </plot_area_background_color>
+        <axis_1_title_font>
+          <opifont.name fontName="Cantarell" height="11" style="1">Default Bold</opifont.name>
+        </axis_1_title_font>
+        <visible>true</visible>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <scripts />
+        <trace_0_point_size>4</trace_0_point_size>
+        <trace_0_trace_color>
+          <color red="21" green="21" blue="196" />
+        </trace_0_trace_color>
+        <trace_0_anti_alias>true</trace_0_anti_alias>
+        <axis_1_auto_scale_threshold>0.1</axis_1_auto_scale_threshold>
+        <foreground_color>
+          <color red="0" green="0" blue="255" />
+        </foreground_color>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.xyGraph" version="1.0.0">
+        <axis_1_scale_format></axis_1_scale_format>
+        <alarm_pulsing>false</alarm_pulsing>
+        <tooltip>$(trace_0_y_pv)
+$(trace_0_y_pv_value)</tooltip>
+        <trace_0_concatenate_data>false</trace_0_concatenate_data>
+        <trace_0_trace_type>0</trace_0_trace_type>
+        <border_width>1</border_width>
+        <border_style>0</border_style>
+        <axis_0_grid_color>
+          <color red="200" green="200" blue="200" />
+        </axis_0_grid_color>
+        <trace_0_name>$(trace_0_y_pv)</trace_0_name>
+        <trace_0_update_mode>0</trace_0_update_mode>
+        <wuid>175d5c50:15ce367d227:-62ec</wuid>
+        <transparent>false</transparent>
+        <axis_0_title_font>
+          <opifont.name fontName="Cantarell" height="11" style="1">Default Bold</opifont.name>
+        </axis_0_title_font>
+        <background_color>
+          <color name="Container Grey" red="200" green="200" blue="200" />
+        </background_color>
+        <x>432</x>
+        <y>100</y>
+        <trace_0_x_axis_index>0</trace_0_x_axis_index>
+        <axis_count>2</axis_count>
+        <pv_value />
+        <trace_0_buffer_size>500</trace_0_buffer_size>
+        <axis_1_maximum>100.0</axis_1_maximum>
+        <axis_0_scale_font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </axis_0_scale_font>
+        <trigger_pv></trigger_pv>
+        <widget_type>XY Graph</widget_type>
+        <axis_1_axis_color>
+          <color red="0" green="0" blue="0" />
+        </axis_1_axis_color>
+        <axis_0_scale_format></axis_0_scale_format>
+        <axis_1_log_scale>false</axis_1_log_scale>
+        <title></title>
+        <trace_0_visible>true</trace_0_visible>
+        <show_legend>false</show_legend>
+        <axis_0_axis_title></axis_0_axis_title>
+        <axis_0_axis_color>
+          <color red="0" green="0" blue="0" />
+        </axis_0_axis_color>
+        <axis_0_dash_grid_line>true</axis_0_dash_grid_line>
+        <trace_0_point_style>0</trace_0_point_style>
+        <trace_0_line_width>1</trace_0_line_width>
+        <axis_0_time_format>0</axis_0_time_format>
+        <trace_count>1</trace_count>
+        <axis_1_show_grid>true</axis_1_show_grid>
+        <axis_1_dash_grid_line>true</axis_1_dash_grid_line>
+        <show_toolbar>false</show_toolbar>
+        <axis_0_visible>true</axis_0_visible>
+        <axis_0_show_grid>true</axis_0_show_grid>
+        <trace_0_y_axis_index>1</trace_0_y_axis_index>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <axis_0_maximum>100.0</axis_0_maximum>
+        <height>795</height>
+        <trigger_pv_value />
+        <axis_1_grid_color>
+          <color red="200" green="200" blue="200" />
+        </axis_1_grid_color>
+        <actions hook="false" hook_all="false" />
+        <axis_0_log_scale>false</axis_0_log_scale>
+        <trace_0_x_pv_value />
+        <axis_0_auto_scale_threshold>0.1</axis_0_auto_scale_threshold>
+        <rules />
+        <axis_1_visible>true</axis_1_visible>
+        <trace_0_update_delay>10</trace_0_update_delay>
+        <pv_name></pv_name>
+        <name>XY Graph</name>
+        <axis_0_auto_scale>true</axis_0_auto_scale>
+        <axis_0_minimum>-100.0</axis_0_minimum>
+        <axis_1_axis_title>mrad</axis_1_axis_title>
+        <axis_1_auto_scale>true</axis_1_auto_scale>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <trace_0_y_pv>$(PREFIX)$(TYPE):CALC-PROJ-Yabsc</trace_0_y_pv>
+        <trace_0_plot_mode>0</trace_0_plot_mode>
+        <enabled>true</enabled>
+        <trace_0_x_pv>$(PREFIX)$(TYPE):CALC-PROJ-Ywf</trace_0_x_pv>
+        <axis_1_scale_font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </axis_1_scale_font>
+        <axis_1_time_format>0</axis_1_time_format>
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <show_plot_area_border>true</show_plot_area_border>
+        <width>217</width>
+        <axis_1_minimum>-100.0</axis_1_minimum>
+        <title_font>
+          <opifont.name fontName="Cantarell" height="11" style="1">Default Bold</opifont.name>
+        </title_font>
+        <trace_0_y_pv_value />
+        <plot_area_background_color>
+          <color red="255" green="255" blue="255" />
+        </plot_area_background_color>
+        <axis_1_title_font>
+          <opifont.name fontName="Cantarell" height="11" style="1">Default Bold</opifont.name>
+        </axis_1_title_font>
+        <visible>true</visible>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <scripts />
+        <trace_0_point_size>4</trace_0_point_size>
+        <trace_0_trace_color>
+          <color red="21" green="21" blue="196" />
+        </trace_0_trace_color>
+        <trace_0_anti_alias>false</trace_0_anti_alias>
+        <axis_1_auto_scale_threshold>0.0</axis_1_auto_scale_threshold>
+        <foreground_color>
+          <color red="0" green="0" blue="255" />
+        </foreground_color>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+        <border_style>0</border_style>
+        <tooltip></tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules />
+        <enabled>false</enabled>
+        <wuid>175d5c50:15ce367d227:-62eb</wuid>
+        <transparent>true</transparent>
+        <auto_size>false</auto_size>
+        <text>X Mean</text>
+        <scripts />
+        <height>20</height>
+        <border_width>2</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color name="IO Border" red="215" green="215" blue="215" />
+        </border_color>
+        <widget_type>Label</widget_type>
+        <wrap_words>false</wrap_words>
+        <background_color>
+          <color name="IO Background" red="255" green="255" blue="205" />
+        </background_color>
+        <width>121</width>
+        <x>420</x>
+        <name>Label Orientation_2</name>
+        <y>912</y>
+        <foreground_color>
+          <color name="White" red="255" green="255" blue="255" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+        <border_style>0</border_style>
+        <tooltip></tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules />
+        <enabled>false</enabled>
+        <wuid>175d5c50:15ce367d227:-62ea</wuid>
+        <transparent>true</transparent>
+        <auto_size>false</auto_size>
+        <text>X' Mean</text>
+        <scripts />
+        <height>20</height>
+        <border_width>2</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color name="IO Border" red="215" green="215" blue="215" />
+        </border_color>
+        <widget_type>Label</widget_type>
+        <wrap_words>false</wrap_words>
+        <background_color>
+          <color name="IO Background" red="255" green="255" blue="205" />
+        </background_color>
+        <width>121</width>
+        <x>420</x>
+        <name>Label Orientation_2</name>
+        <y>942</y>
+        <foreground_color>
+          <color name="White" red="255" green="255" blue="255" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
+        <border_style>0</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <alarm_pulsing>false</alarm_pulsing>
+        <precision>0</precision>
+        <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+        <horizontal_alignment>0</horizontal_alignment>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>175d5c50:15ce367d227:-62e9</wuid>
+        <transparent>true</transparent>
+        <pv_value />
+        <auto_size>false</auto_size>
+        <text>######</text>
+        <rotation_angle>0.0</rotation_angle>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <show_units>true</show_units>
+        <height>20</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <pv_name>${PREFIX}${TYPE}:CALC-PROJ-Y</pv_name>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <precision_from_pv>true</precision_from_pv>
+        <widget_type>Text Update</widget_type>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <wrap_words>false</wrap_words>
+        <format_type>0</format_type>
+        <background_color>
+          <color red="255" green="255" blue="255" />
+        </background_color>
+        <width>100</width>
+        <x>540</x>
+        <name>Text Update</name>
+        <y>942</y>
+        <foreground_color>
+          <color name="Green On" red="0" green="255" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+        <border_style>0</border_style>
+        <tooltip></tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules />
+        <enabled>false</enabled>
+        <wuid>175d5c50:15ce367d227:-62e8</wuid>
+        <transparent>true</transparent>
+        <auto_size>false</auto_size>
+        <text>Tension MRAD MAX</text>
+        <scripts />
+        <height>20</height>
+        <border_width>2</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color name="IO Border" red="215" green="215" blue="215" />
+        </border_color>
+        <widget_type>Label</widget_type>
+        <wrap_words>false</wrap_words>
+        <background_color>
+          <color name="IO Background" red="255" green="255" blue="205" />
+        </background_color>
+        <width>168</width>
+        <x>36</x>
+        <name>Label Orientation_3</name>
+        <y>857</y>
+        <foreground_color>
+          <color name="IO Foreground" red="0" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
+        <border_style>0</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <alarm_pulsing>false</alarm_pulsing>
+        <precision>0</precision>
+        <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>175d5c50:15ce367d227:-62e7</wuid>
+        <transparent>false</transparent>
+        <pv_value />
+        <auto_size>false</auto_size>
+        <text>######</text>
+        <rotation_angle>0.0</rotation_angle>
+        <scripts />
+        <border_alarm_sensitive>true</border_alarm_sensitive>
+        <show_units>true</show_units>
+        <height>31</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <pv_name>${PREFIX}${TYPE}:PROC-VoltMaxP1</pv_name>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <precision_from_pv>true</precision_from_pv>
+        <widget_type>Text Update</widget_type>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <wrap_words>false</wrap_words>
+        <format_type>0</format_type>
+        <background_color>
+          <color red="70" green="70" blue="70" />
+        </background_color>
+        <width>160</width>
+        <x>209</x>
+        <name>Text Update</name>
+        <y>851</y>
+        <foreground_color>
+          <color name="Green On" red="0" green="255" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
+        <border_style>0</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <alarm_pulsing>false</alarm_pulsing>
+        <precision>0</precision>
+        <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>175d5c50:15ce367d227:-62e6</wuid>
+        <transparent>false</transparent>
+        <pv_value />
+        <auto_size>false</auto_size>
+        <text>######</text>
+        <rotation_angle>0.0</rotation_angle>
+        <scripts />
+        <border_alarm_sensitive>true</border_alarm_sensitive>
+        <show_units>true</show_units>
+        <height>31</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <pv_name>${PREFIX}${TYPE}:PROC-VoltMinP1</pv_name>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <precision_from_pv>true</precision_from_pv>
+        <widget_type>Text Update</widget_type>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <wrap_words>false</wrap_words>
+        <format_type>0</format_type>
+        <background_color>
+          <color red="70" green="70" blue="70" />
+        </background_color>
+        <width>160</width>
+        <x>209</x>
+        <name>Text Update_1</name>
+        <y>893</y>
+        <foreground_color>
+          <color name="Green On" red="0" green="255" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+        <border_style>0</border_style>
+        <tooltip></tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules />
+        <enabled>false</enabled>
+        <wuid>175d5c50:15ce367d227:-62e5</wuid>
+        <transparent>true</transparent>
+        <auto_size>false</auto_size>
+        <text>Tension MRAD MIN</text>
+        <scripts />
+        <height>25</height>
+        <border_width>2</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color name="IO Border" red="215" green="215" blue="215" />
+        </border_color>
+        <widget_type>Label</widget_type>
+        <wrap_words>false</wrap_words>
+        <background_color>
+          <color name="IO Background" red="255" green="255" blue="205" />
+        </background_color>
+        <width>168</width>
+        <x>36</x>
+        <name>Label Orientation_3</name>
+        <y>899</y>
+        <foreground_color>
+          <color name="IO Foreground" red="0" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
+        <border_style>0</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <alarm_pulsing>false</alarm_pulsing>
+        <precision>0</precision>
+        <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+        <horizontal_alignment>0</horizontal_alignment>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>175d5c50:15ce367d227:-62e4</wuid>
+        <transparent>true</transparent>
+        <pv_value />
+        <auto_size>false</auto_size>
+        <text>######</text>
+        <rotation_angle>0.0</rotation_angle>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <show_units>true</show_units>
+        <height>20</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <pv_name>${PREFIX}${TYPE}:CALC-RMS-SIZE</pv_name>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <precision_from_pv>true</precision_from_pv>
+        <widget_type>Text Update</widget_type>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <wrap_words>false</wrap_words>
+        <format_type>0</format_type>
+        <background_color>
+          <color red="255" green="255" blue="255" />
+        </background_color>
+        <width>100</width>
+        <x>540</x>
+        <name>Text Update</name>
+        <y>978</y>
+        <foreground_color>
+          <color name="Green On" red="0" green="255" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+        <border_style>0</border_style>
+        <tooltip></tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules />
+        <enabled>false</enabled>
+        <wuid>175d5c50:15ce367d227:-62e3</wuid>
+        <transparent>true</transparent>
+        <auto_size>false</auto_size>
+        <text>SIGMA X</text>
+        <scripts />
+        <height>20</height>
+        <border_width>2</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color name="IO Border" red="215" green="215" blue="215" />
+        </border_color>
+        <widget_type>Label</widget_type>
+        <wrap_words>false</wrap_words>
+        <background_color>
+          <color name="IO Background" red="255" green="255" blue="205" />
+        </background_color>
+        <width>121</width>
+        <x>420</x>
+        <name>Label Orientation_2</name>
+        <y>978</y>
+        <foreground_color>
+          <color name="White" red="255" green="255" blue="255" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+        <border_style>0</border_style>
+        <tooltip></tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules />
+        <enabled>false</enabled>
+        <wuid>175d5c50:15ce367d227:-62e2</wuid>
+        <transparent>true</transparent>
+        <auto_size>false</auto_size>
+        <text>SIGMA X'</text>
+        <scripts />
+        <height>20</height>
+        <border_width>2</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color name="IO Border" red="215" green="215" blue="215" />
+        </border_color>
+        <widget_type>Label</widget_type>
+        <wrap_words>false</wrap_words>
+        <background_color>
+          <color name="IO Background" red="255" green="255" blue="205" />
+        </background_color>
+        <width>121</width>
+        <x>420</x>
+        <name>Label Orientation_3</name>
+        <y>1012</y>
+        <foreground_color>
+          <color name="White" red="255" green="255" blue="255" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
+        <border_style>0</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <alarm_pulsing>false</alarm_pulsing>
+        <precision>0</precision>
+        <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+        <horizontal_alignment>0</horizontal_alignment>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>175d5c50:15ce367d227:-62e1</wuid>
+        <transparent>true</transparent>
+        <pv_value />
+        <auto_size>false</auto_size>
+        <text>######</text>
+        <rotation_angle>0.0</rotation_angle>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <show_units>true</show_units>
+        <height>20</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <pv_name>${PREFIX}${TYPE}:CALC-RMS-ANGLE</pv_name>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <precision_from_pv>true</precision_from_pv>
+        <widget_type>Text Update</widget_type>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <wrap_words>false</wrap_words>
+        <format_type>0</format_type>
+        <background_color>
+          <color red="255" green="255" blue="255" />
+        </background_color>
+        <width>100</width>
+        <x>540</x>
+        <name>Text Update_1</name>
+        <y>1012</y>
+        <foreground_color>
+          <color name="Green On" red="0" green="255" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+        <border_style>0</border_style>
+        <tooltip></tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules />
+        <enabled>false</enabled>
+        <wuid>175d5c50:15ce367d227:-62e0</wuid>
+        <transparent>true</transparent>
+        <auto_size>false</auto_size>
+        <text>SIGMA XX'</text>
+        <scripts />
+        <height>20</height>
+        <border_width>2</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color name="IO Border" red="215" green="215" blue="215" />
+        </border_color>
+        <widget_type>Label</widget_type>
+        <wrap_words>false</wrap_words>
+        <background_color>
+          <color name="IO Background" red="255" green="255" blue="205" />
+        </background_color>
+        <width>121</width>
+        <x>420</x>
+        <name>Label Orientation_3</name>
+        <y>1047</y>
+        <foreground_color>
+          <color name="White" red="255" green="255" blue="255" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
+        <border_style>0</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <alarm_pulsing>false</alarm_pulsing>
+        <precision>0</precision>
+        <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+        <horizontal_alignment>0</horizontal_alignment>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>175d5c50:15ce367d227:-62df</wuid>
+        <transparent>true</transparent>
+        <pv_value />
+        <auto_size>false</auto_size>
+        <text>######</text>
+        <rotation_angle>0.0</rotation_angle>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <show_units>true</show_units>
+        <height>20</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <pv_name>${PREFIX}${TYPE}:CALC-SIGMA</pv_name>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <precision_from_pv>true</precision_from_pv>
+        <widget_type>Text Update</widget_type>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <wrap_words>false</wrap_words>
+        <format_type>0</format_type>
+        <background_color>
+          <color red="255" green="255" blue="255" />
+        </background_color>
+        <width>100</width>
+        <x>540</x>
+        <name>Text Update_1</name>
+        <y>1047</y>
+        <foreground_color>
+          <color name="Green On" red="0" green="255" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.tab" version="1.0.0">
+        <active_tab>0</active_tab>
+        <tooltip></tooltip>
+        <height>343</height>
+        <border_width>1</border_width>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <tab_0_foreground_color>
+          <color red="0" green="0" blue="0" />
+        </tab_0_foreground_color>
+        <actions hook="false" hook_all="false" />
+        <border_style>0</border_style>
+        <enabled>true</enabled>
+        <wuid>175d5c50:15ce367d227:-62de</wuid>
+        <background_color>
+          <color red="240" green="240" blue="240" />
+        </background_color>
+        <width>319</width>
+        <x>2136</x>
+        <horizontal_tabs>true</horizontal_tabs>
+        <y>678</y>
+        <rules />
+        <macros>
+          <include_parent_macros>true</include_parent_macros>
+        </macros>
+        <visible>true</visible>
+        <tab_0_background_color>
+          <color red="183" green="189" blue="182" />
+        </tab_0_background_color>
+        <widget_type>Tabbed Container</widget_type>
+        <name>Tabbed Container_2</name>
+        <minimum_tab_height>10</minimum_tab_height>
+        <tab_0_font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </tab_0_font>
+        <tab_0_title>PLC-STATUS</tab_0_title>
+        <scripts />
+        <tab_count>1</tab_count>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <tab_0_icon_path></tab_0_icon_path>
+        <tab_0_enabled>true</tab_0_enabled>
+        <foreground_color>
+          <color red="192" green="192" blue="192" />
+        </foreground_color>
+        <widget typeId="org.csstudio.opibuilder.widgets.groupingContainer" version="1.0.0">
+          <border_style>0</border_style>
+          <tooltip></tooltip>
+          <rules />
+          <enabled>true</enabled>
+          <wuid>175d5c50:15ce367d227:-62dd</wuid>
+          <transparent>true</transparent>
+          <lock_children>false</lock_children>
+          <scripts />
+          <height>307</height>
+          <border_width>1</border_width>
+          <scale_options>
+            <width_scalable>true</width_scalable>
+            <height_scalable>true</height_scalable>
+            <keep_wh_ratio>false</keep_wh_ratio>
+          </scale_options>
+          <macros>
+            <include_parent_macros>true</include_parent_macros>
+          </macros>
+          <visible>true</visible>
+          <border_color>
+            <color red="0" green="128" blue="255" />
+          </border_color>
+          <widget_type>Grouping Container</widget_type>
+          <background_color>
+            <color red="240" green="240" blue="240" />
+          </background_color>
+          <width>317</width>
+          <x>1</x>
+          <name>PLC-STATUS</name>
+          <y>1</y>
+          <foreground_color>
+            <color red="192" green="192" blue="192" />
+          </foreground_color>
+          <actions hook="false" hook_all="false" />
+          <fc>false</fc>
+          <show_scrollbar>true</show_scrollbar>
+          <font>
+            <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+          </font>
+          <widget typeId="org.csstudio.opibuilder.widgets.Rectangle" version="1.0.0">
+            <border_style>0</border_style>
+            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+            <line_width>0</line_width>
+            <horizontal_fill>true</horizontal_fill>
+            <alarm_pulsing>false</alarm_pulsing>
+            <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+            <rules />
+            <enabled>true</enabled>
+            <wuid>175d5c50:15ce367d227:-62dc</wuid>
+            <transparent>false</transparent>
+            <pv_value />
+            <alpha>255</alpha>
+            <bg_gradient_color>
+              <color red="255" green="255" blue="255" />
+            </bg_gradient_color>
+            <scripts />
+            <border_alarm_sensitive>false</border_alarm_sensitive>
+            <height>283</height>
+            <border_width>1</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <visible>true</visible>
+            <pv_name></pv_name>
+            <gradient>false</gradient>
+            <border_color>
+              <color red="0" green="128" blue="255" />
+            </border_color>
+            <anti_alias>true</anti_alias>
+            <line_style>0</line_style>
+            <widget_type>Rectangle</widget_type>
+            <fg_gradient_color>
+              <color red="255" green="255" blue="255" />
+            </fg_gradient_color>
+            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+            <background_color>
+              <color red="136" green="138" blue="133" />
+            </background_color>
+            <width>295</width>
+            <x>12</x>
+            <name>Rectangle</name>
+            <y>6</y>
+            <fill_level>0.0</fill_level>
+            <foreground_color>
+              <color red="255" green="0" blue="0" />
+            </foreground_color>
+            <actions hook="false" hook_all="false" />
+            <font>
+              <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+            </font>
+            <line_color>
+              <color red="128" green="0" blue="255" />
+            </line_color>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+            <border_style>0</border_style>
+            <tooltip></tooltip>
+            <horizontal_alignment>1</horizontal_alignment>
+            <rules />
+            <enabled>true</enabled>
+            <wuid>175d5c50:15ce367d227:-62db</wuid>
+            <transparent>true</transparent>
+            <auto_size>false</auto_size>
+            <text>Temp BEAM Stop</text>
+            <scripts />
+            <height>20</height>
+            <border_width>1</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <visible>true</visible>
+            <vertical_alignment>1</vertical_alignment>
+            <border_color>
+              <color red="0" green="128" blue="255" />
+            </border_color>
+            <widget_type>Label</widget_type>
+            <wrap_words>false</wrap_words>
+            <background_color>
+              <color red="255" green="255" blue="255" />
+            </background_color>
+            <width>134</width>
+            <x>28</x>
+            <name>Label_164</name>
+            <y>30</y>
+            <foreground_color>
+              <color red="0" green="0" blue="0" />
+            </foreground_color>
+            <actions hook="false" hook_all="false" />
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
+            <border_style>0</border_style>
+            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+            <alarm_pulsing>false</alarm_pulsing>
+            <precision>2</precision>
+            <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+            <horizontal_alignment>1</horizontal_alignment>
+            <rules />
+            <enabled>true</enabled>
+            <wuid>175d5c50:15ce367d227:-62da</wuid>
+            <transparent>false</transparent>
+            <pv_value />
+            <auto_size>false</auto_size>
+            <text>######</text>
+            <rotation_angle>0.0</rotation_angle>
+            <scripts />
+            <border_alarm_sensitive>true</border_alarm_sensitive>
+            <show_units>true</show_units>
+            <height>31</height>
+            <border_width>1</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <visible>true</visible>
+            <pv_name>INFN-SRC:INTK-VBS:TEMP</pv_name>
+            <vertical_alignment>1</vertical_alignment>
+            <border_color>
+              <color red="0" green="128" blue="255" />
+            </border_color>
+            <precision_from_pv>false</precision_from_pv>
+            <widget_type>Text Update</widget_type>
+            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+            <wrap_words>false</wrap_words>
+            <format_type>0</format_type>
+            <background_color>
+              <color red="70" green="70" blue="70" />
+            </background_color>
+            <width>112</width>
+            <x>174</x>
+            <name>Text Update</name>
+            <y>24</y>
+            <foreground_color>
+              <color name="Green On" red="0" green="255" blue="0" />
+            </foreground_color>
+            <actions hook="false" hook_all="false" />
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
+            <border_style>0</border_style>
+            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+            <alarm_pulsing>false</alarm_pulsing>
+            <precision>2</precision>
+            <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+            <horizontal_alignment>1</horizontal_alignment>
+            <rules />
+            <enabled>true</enabled>
+            <wuid>175d5c50:15ce367d227:-62d9</wuid>
+            <transparent>false</transparent>
+            <pv_value />
+            <auto_size>false</auto_size>
+            <text>######</text>
+            <rotation_angle>0.0</rotation_angle>
+            <scripts />
+            <border_alarm_sensitive>true</border_alarm_sensitive>
+            <show_units>true</show_units>
+            <height>31</height>
+            <border_width>1</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <visible>true</visible>
+            <pv_name>INFN-SRC:INTK-VS:TEMP</pv_name>
+            <vertical_alignment>1</vertical_alignment>
+            <border_color>
+              <color red="0" green="128" blue="255" />
+            </border_color>
+            <precision_from_pv>false</precision_from_pv>
+            <widget_type>Text Update</widget_type>
+            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+            <wrap_words>false</wrap_words>
+            <format_type>0</format_type>
+            <background_color>
+              <color red="70" green="70" blue="70" />
+            </background_color>
+            <width>112</width>
+            <x>174</x>
+            <name>Text Update_1</name>
+            <y>66</y>
+            <foreground_color>
+              <color name="Green On" red="0" green="255" blue="0" />
+            </foreground_color>
+            <actions hook="false" hook_all="false" />
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+            <border_style>0</border_style>
+            <tooltip></tooltip>
+            <horizontal_alignment>1</horizontal_alignment>
+            <rules />
+            <enabled>true</enabled>
+            <wuid>175d5c50:15ce367d227:-62d4</wuid>
+            <transparent>true</transparent>
+            <auto_size>false</auto_size>
+            <text>Temp SLIT</text>
+            <scripts />
+            <height>20</height>
+            <border_width>1</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <visible>true</visible>
+            <vertical_alignment>1</vertical_alignment>
+            <border_color>
+              <color red="0" green="128" blue="255" />
+            </border_color>
+            <widget_type>Label</widget_type>
+            <wrap_words>false</wrap_words>
+            <background_color>
+              <color red="255" green="255" blue="255" />
+            </background_color>
+            <width>134</width>
+            <x>24</x>
+            <name>Label_165</name>
+            <y>72</y>
+            <foreground_color>
+              <color red="0" green="0" blue="0" />
+            </foreground_color>
+            <actions hook="false" hook_all="false" />
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.Rectangle" version="1.0.0">
+            <border_style>0</border_style>
+            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+            <line_width>4</line_width>
+            <horizontal_fill>true</horizontal_fill>
+            <alarm_pulsing>false</alarm_pulsing>
+            <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+            <rules>
+              <rule name="Visible" prop_id="visible" out_exp="false">
+                <exp bool_exp="pv0==1 || pv1==1||pv2==1||pv3==1||pv4==1">
+                  <value>true</value>
+                </exp>
+                <exp bool_exp="pv0==0 &amp;&amp; pv1==0 &amp;&amp; pv2==0 &amp;&amp; pv3==0 &amp;&amp; pv4==0">
+                  <value>false</value>
+                </exp>
+                <pv trig="true">INFN-SRC:INTK-HMI:FM1</pv>
+                <pv trig="true">INFN-SRC:INTK-HMI:FM2</pv>
+                <pv trig="true">INFN-SRC:INTK-HMI:FM3</pv>
+                <pv trig="true">INFN-SRC:INTK-HMI:FM4</pv>
+                <pv trig="true">INFN-SRC:INTK-HMI:FM5</pv>
+              </rule>
+            </rules>
+            <enabled>true</enabled>
+            <wuid>175d5c50:15ce367d227:-62d3</wuid>
+            <transparent>true</transparent>
+            <pv_value />
+            <alpha>255</alpha>
+            <bg_gradient_color>
+              <color red="255" green="255" blue="255" />
+            </bg_gradient_color>
+            <scripts />
+            <border_alarm_sensitive>false</border_alarm_sensitive>
+            <height>283</height>
+            <border_width>1</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <visible>true</visible>
+            <pv_name></pv_name>
+            <gradient>false</gradient>
+            <border_color>
+              <color name="Major" red="255" green="0" blue="0" />
+            </border_color>
+            <anti_alias>true</anti_alias>
+            <line_style>0</line_style>
+            <widget_type>Rectangle</widget_type>
+            <fg_gradient_color>
+              <color red="255" green="255" blue="255" />
+            </fg_gradient_color>
+            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+            <background_color>
+              <color name="Major" red="255" green="0" blue="0" />
+            </background_color>
+            <width>295</width>
+            <x>12</x>
+            <name>Rectangle</name>
+            <y>6</y>
+            <fill_level>0.0</fill_level>
+            <foreground_color>
+              <color red="255" green="0" blue="0" />
+            </foreground_color>
+            <actions hook="false" hook_all="false" />
+            <font>
+              <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+            </font>
+            <line_color>
+              <color name="Major" red="255" green="0" blue="0" />
+            </line_color>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
+            <border_style>0</border_style>
+            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+            <alarm_pulsing>false</alarm_pulsing>
+            <precision>2</precision>
+            <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+            <horizontal_alignment>1</horizontal_alignment>
+            <rules>
+              <rule name="status" prop_id="text" out_exp="false">
+                <exp bool_exp="pv0==1 || pv1==1 || pv2==1 || pv3==1|| pv4==1||pv5==0">
+                  <value>PLC Defaults or FC inserted</value>
+                </exp>
+                <exp bool_exp="pv0==1 &amp;&amp; pv1==0 &amp;&amp; pv2==0 &amp;&amp; pv3==0 &amp;&amp; pv4==0 &amp;&amp; pv5==1">
+                  <value>OK</value>
+                </exp>
+                <pv trig="true">INFN-SRC:INTK-HMI:FM1</pv>
+                <pv trig="true">INFN-SRC:INTK-HMI:FM2</pv>
+                <pv trig="true">INFN-SRC:INTK-HMI:FM3</pv>
+                <pv trig="true">INFN-SRC:INTK-HMI:FM4</pv>
+                <pv trig="true">INFN-SRC:INTK-HMI:FM5</pv>
+                <pv trig="true">INFN-SRC:INTK-Src:STATUS</pv>
+              </rule>
+              <rule name="Color" prop_id="foreground_color" out_exp="false">
+                <exp bool_exp="pv0==1 || pv1==1 || pv2==1 || pv3==1|| pv4==1||pv5==0">
+                  <value>
+                    <color name="Major" red="255" green="0" blue="0" />
+                  </value>
+                </exp>
+                <exp bool_exp="pv0==1 &amp;&amp; pv1==1 &amp;&amp; pv2==1 &amp;&amp; pv3==1 &amp;&amp; pv4==1 &amp;&amp; pv5==1">
+                  <value>
+                    <color name="Green On" red="0" green="255" blue="0" />
+                  </value>
+                </exp>
+                <pv trig="true">INFN-SRC:INTK-HMI:FM1</pv>
+                <pv trig="true">INFN-SRC:INTK-HMI:FM2</pv>
+                <pv trig="true">INFN-SRC:INTK-HMI:FM3</pv>
+                <pv trig="true">INFN-SRC:INTK-HMI:FM4</pv>
+                <pv trig="true">INFN-SRC:INTK-HMI:FM5</pv>
+                <pv trig="true">INFN-SRC:INTK-Src:STATUS</pv>
+              </rule>
+            </rules>
+            <enabled>true</enabled>
+            <wuid>175d5c50:15ce367d227:-62d2</wuid>
+            <transparent>false</transparent>
+            <pv_value />
+            <auto_size>false</auto_size>
+            <text>OK</text>
+            <rotation_angle>0.0</rotation_angle>
+            <scripts />
+            <border_alarm_sensitive>true</border_alarm_sensitive>
+            <show_units>true</show_units>
+            <height>31</height>
+            <border_width>1</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <visible>true</visible>
+            <pv_name></pv_name>
+            <vertical_alignment>1</vertical_alignment>
+            <border_color>
+              <color red="0" green="128" blue="255" />
+            </border_color>
+            <precision_from_pv>false</precision_from_pv>
+            <widget_type>Text Update</widget_type>
+            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+            <wrap_words>false</wrap_words>
+            <format_type>0</format_type>
+            <background_color>
+              <color red="70" green="70" blue="70" />
+            </background_color>
+            <width>267</width>
+            <x>28</x>
+            <name>Text Update_1</name>
+            <y>240</y>
+            <foreground_color>
+              <color name="Green On" red="0" green="255" blue="0" />
+            </foreground_color>
+            <actions hook="false" hook_all="false" />
+            <font>
+              <opifont.name fontName="OpenSans" height="15" style="0">Medium</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+            <border_style>0</border_style>
+            <tooltip></tooltip>
+            <horizontal_alignment>1</horizontal_alignment>
+            <rules />
+            <enabled>true</enabled>
+            <wuid>175d5c50:15ce367d227:-62d1</wuid>
+            <transparent>true</transparent>
+            <auto_size>false</auto_size>
+            <text>Status</text>
+            <scripts />
+            <height>20</height>
+            <border_width>1</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <visible>true</visible>
+            <vertical_alignment>1</vertical_alignment>
+            <border_color>
+              <color red="0" green="128" blue="255" />
+            </border_color>
+            <widget_type>Label</widget_type>
+            <wrap_words>false</wrap_words>
+            <background_color>
+              <color red="255" green="255" blue="255" />
+            </background_color>
+            <width>267</width>
+            <x>28</x>
+            <name>Label_165</name>
+            <y>221</y>
+            <foreground_color>
+              <color red="0" green="0" blue="0" />
+            </foreground_color>
+            <actions hook="false" hook_all="false" />
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
+            <alarm_pulsing>false</alarm_pulsing>
+            <tooltip>$(pv_name)</tooltip>
+            <rules />
+            <effect_3d>true</effect_3d>
+            <bit>-1</bit>
+            <pv_value />
+            <height>21</height>
+            <border_width>1</border_width>
+            <visible>true</visible>
+            <pv_name>INFN-SRC:INTK-HMI:VH_SELECT</pv_name>
+            <border_color>
+              <color name="Blue" red="0" green="128" blue="255" />
+            </border_color>
+            <widget_type>LED</widget_type>
+            <name>LED</name>
+            <actions hook="false" hook_all="false" />
+            <show_boolean_label>false</show_boolean_label>
+            <border_style>0</border_style>
+            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+            <enabled>true</enabled>
+            <wuid>2cdec29e:15cea06ab43:-3b81</wuid>
+            <on_color>
+              <color name="Green On" red="0" green="255" blue="0" />
+            </on_color>
+            <scripts />
+            <border_alarm_sensitive>false</border_alarm_sensitive>
+            <on_label>ON</on_label>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>true</keep_wh_ratio>
+            </scale_options>
+            <off_color>
+              <color name="Field Background Grey" red="240" green="240" blue="240" />
+            </off_color>
+            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+            <background_color>
+              <color name="Field Background Grey" red="240" green="240" blue="240" />
+            </background_color>
+            <square_led>false</square_led>
+            <width>21</width>
+            <x>265</x>
+            <data_type>0</data_type>
+            <y>122</y>
+            <foreground_color>
+              <color name="Button Grey" red="180" green="180" blue="180" />
+            </foreground_color>
+            <font>
+              <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+            </font>
+            <off_label>OFF</off_label>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
+            <alarm_pulsing>false</alarm_pulsing>
+            <tooltip>$(pv_name)</tooltip>
+            <rules />
+            <effect_3d>true</effect_3d>
+            <bit>-1</bit>
+            <pv_value />
+            <height>21</height>
+            <border_width>1</border_width>
+            <visible>true</visible>
+            <pv_name>INFN-SRC:INTK-HMI:VH_SELECT</pv_name>
+            <border_color>
+              <color name="Blue" red="0" green="128" blue="255" />
+            </border_color>
+            <widget_type>LED</widget_type>
+            <name>LED_1</name>
+            <actions hook="false" hook_all="false" />
+            <show_boolean_label>false</show_boolean_label>
+            <border_style>0</border_style>
+            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+            <enabled>true</enabled>
+            <wuid>2cdec29e:15cea06ab43:-3b80</wuid>
+            <on_color>
+              <color name="Field Background Grey" red="240" green="240" blue="240" />
+            </on_color>
+            <scripts />
+            <border_alarm_sensitive>false</border_alarm_sensitive>
+            <on_label>ON</on_label>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>true</keep_wh_ratio>
+            </scale_options>
+            <off_color>
+              <color name="Green On" red="0" green="255" blue="0" />
+            </off_color>
+            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+            <background_color>
+              <color name="Field Background Grey" red="240" green="240" blue="240" />
+            </background_color>
+            <square_led>false</square_led>
+            <width>21</width>
+            <x>265</x>
+            <data_type>0</data_type>
+            <y>176</y>
+            <foreground_color>
+              <color name="Button Grey" red="180" green="180" blue="180" />
+            </foreground_color>
+            <font>
+              <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+            </font>
+            <off_label>OFF</off_label>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.ActionButton" version="2.0.0">
+            <toggle_button>false</toggle_button>
+            <border_style>14</border_style>
+            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+            <alarm_pulsing>false</alarm_pulsing>
+            <tooltip>$(pv_name)</tooltip>
+            <push_action_index>0</push_action_index>
+            <rules>
+              <rule name="Selection_horizontale" prop_id="enabled" out_exp="false">
+                <exp bool_exp="pv0 == 1">
+                  <value>false</value>
+                </exp>
+                <pv trig="true">INFN-SRC:INTK-VEm3:EOR</pv>
+              </rule>
+            </rules>
+            <enabled>true</enabled>
+            <wuid>9fc862a:15cedc69c0d:-d9b</wuid>
+            <pv_value />
+            <text>Horizontal selection</text>
+            <scripts>
+              <path pathString="EmbeddedJs" checkConnect="true" sfe="false" seoe="false">
+                <scriptName>EmbeddedScript</scriptName>
                 <scriptText><![CDATA[importPackage(Packages.org.csstudio.opibuilder.scriptUtil);
 
 if(PVUtil.getDouble(pvs[0])==1){
 pvs[1].setValue("LNS-ISRC-010:PBI-EMH:DAQTRG-DAQSTGUARD")
-}]]></scriptText>
-                <pv trig="true">INFN-SRC:INTK-HMI:VH_SELECT</pv>
-                <pv trig="false">$(PREFIX):CARD0-STAT-RB.FLNK</pv>
-                <pv trig="true">LNS-ISRC-010:PBI-EMH-FC:CurrR:AVG.MDEL</pv>
-              </path>
-            </scripts>
-            <border_alarm_sensitive>false</border_alarm_sensitive>
-            <height>37</height>
-            <border_width>0</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <image></image>
-            <visible>true</visible>
-            <pv_name></pv_name>
-            <border_color>
-              <color name="Primary Blue" red="0" green="148" blue="202" />
-            </border_color>
-            <widget_type>Action Button</widget_type>
-            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-            <background_color>
-              <color red="211" green="215" blue="207" />
-            </background_color>
-            <width>213</width>
-            <x>28</x>
-            <name>Action Button_7</name>
-            <y>114</y>
-            <style>0</style>
-            <foreground_color>
-              <color name="Black" red="0" green="0" blue="0" />
-            </foreground_color>
-            <actions hook="false" hook_all="false">
-              <action type="WRITE_PV">
-                <pv_name>INFN-SRC:INTK-HMI:VH_SELECT</pv_name>
-                <value>1</value>
-                <timeout>10</timeout>
-                <confirm_message></confirm_message>
-                <description></description>
-              </action>
-            </actions>
-            <font>
-              <opifont.name fontName="Cantarell" height="13" style="1">Header 3</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.ActionButton" version="2.0.0">
-            <toggle_button>false</toggle_button>
-            <border_style>14</border_style>
-            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-            <alarm_pulsing>false</alarm_pulsing>
-            <tooltip>$(pv_name)</tooltip>
-            <push_action_index>0</push_action_index>
-            <rules>
-              <rule name="Selection_horizontale" prop_id="enabled" out_exp="false">
-                <exp bool_exp="pv0 == 1">
-                  <value>false</value>
-                </exp>
-                <pv trig="true">INFN-SRC:INTK-HEm3:EOR</pv>
-              </rule>
-            </rules>
-            <enabled>true</enabled>
-            <wuid>9fc862a:15cedc69c0d:2d4</wuid>
-            <pv_value />
-            <text>Vertical selection</text>
-            <scripts>
-              <path pathString="EmbeddedJs" checkConnect="true" sfe="false" seoe="false">
-                <scriptName>EmbeddedScript</scriptName>
+}]]></scriptText>
+                <pv trig="true">INFN-SRC:INTK-HMI:VH_SELECT</pv>
+                <pv trig="false">$(PREFIX):CARD0-STAT-RB.FLNK</pv>
+                <pv trig="true">LNS-ISRC-010:PBI-EMH-FC:CurrR:AVG.MDEL</pv>
+              </path>
+            </scripts>
+            <border_alarm_sensitive>false</border_alarm_sensitive>
+            <height>37</height>
+            <border_width>0</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <image></image>
+            <visible>true</visible>
+            <pv_name></pv_name>
+            <border_color>
+              <color name="Primary Blue" red="0" green="148" blue="202" />
+            </border_color>
+            <widget_type>Action Button</widget_type>
+            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+            <background_color>
+              <color red="211" green="215" blue="207" />
+            </background_color>
+            <width>213</width>
+            <x>28</x>
+            <name>Action Button_7</name>
+            <y>114</y>
+            <style>0</style>
+            <foreground_color>
+              <color name="Black" red="0" green="0" blue="0" />
+            </foreground_color>
+            <actions hook="false" hook_all="false">
+              <action type="WRITE_PV">
+                <pv_name>INFN-SRC:INTK-HMI:VH_SELECT</pv_name>
+                <value>1</value>
+                <timeout>10</timeout>
+                <confirm_message></confirm_message>
+                <description></description>
+              </action>
+            </actions>
+            <font>
+              <opifont.name fontName="Cantarell" height="13" style="1">Header 3</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.ActionButton" version="2.0.0">
+            <toggle_button>false</toggle_button>
+            <border_style>14</border_style>
+            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+            <alarm_pulsing>false</alarm_pulsing>
+            <tooltip>$(pv_name)</tooltip>
+            <push_action_index>0</push_action_index>
+            <rules>
+              <rule name="Selection_horizontale" prop_id="enabled" out_exp="false">
+                <exp bool_exp="pv0 == 1">
+                  <value>false</value>
+                </exp>
+                <pv trig="true">INFN-SRC:INTK-HEm3:EOR</pv>
+              </rule>
+            </rules>
+            <enabled>true</enabled>
+            <wuid>9fc862a:15cedc69c0d:2d4</wuid>
+            <pv_value />
+            <text>Vertical selection</text>
+            <scripts>
+              <path pathString="EmbeddedJs" checkConnect="true" sfe="false" seoe="false">
+                <scriptName>EmbeddedScript</scriptName>
                 <scriptText><![CDATA[importPackage(Packages.org.csstudio.opibuilder.scriptUtil);
 
 if(PVUtil.getDouble(pvs[0])==0){
 pvs[1].setValue("LNS-ISRC-010:PBI-EMV:DAQTRG-DAQSTGUARD")
-}]]></scriptText>
-                <pv trig="true">INFN-SRC:INTK-HMI:VH_SELECT</pv>
-                <pv trig="false">$(PREFIX):CARD0-STAT-RB.FLNK</pv>
-                <pv trig="true">LNS-ISRC-010:PBI-EMV-FC:CurrR:AVG.MDEL</pv>
-              </path>
-            </scripts>
-            <border_alarm_sensitive>false</border_alarm_sensitive>
-            <height>37</height>
-            <border_width>0</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <image></image>
-            <visible>true</visible>
-            <pv_name></pv_name>
-            <border_color>
-              <color name="Primary Blue" red="0" green="148" blue="202" />
-            </border_color>
-            <widget_type>Action Button</widget_type>
-            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-            <background_color>
-              <color red="211" green="215" blue="207" />
-            </background_color>
-            <width>213</width>
-            <x>28</x>
-            <name>Action Button_7</name>
-            <y>168</y>
-            <style>0</style>
-            <foreground_color>
-              <color name="Black" red="0" green="0" blue="0" />
-            </foreground_color>
-            <actions hook="false" hook_all="false">
-              <action type="WRITE_PV">
-                <pv_name>INFN-SRC:INTK-HMI:VH_SELECT</pv_name>
-                <value>0</value>
-                <timeout>10</timeout>
-                <confirm_message></confirm_message>
-                <description></description>
-              </action>
-            </actions>
-            <font>
-              <opifont.name fontName="Cantarell" height="13" style="1">Header 3</opifont.name>
-            </font>
-          </widget>
-        </widget>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.ActionButton" version="2.0.0">
-        <toggle_button>false</toggle_button>
-        <border_style>0</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <alarm_pulsing>false</alarm_pulsing>
-        <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-        <push_action_index>0</push_action_index>
-        <rules>
-          <rule name="Enable" prop_id="enabled" out_exp="false">
-            <exp bool_exp="pv0==0 &amp;&amp; pv1==0">
-              <value>true</value>
-            </exp>
-            <exp bool_exp="pv0==1 || pv1==1">
-              <value>false</value>
-            </exp>
-            <pv trig="true">${PREFIX}${TYPE}:MTR.BUSY</pv>
-            <pv trig="true">${PREFIX}${TYPE}:PS.BUSY</pv>
-          </rule>
-        </rules>
-        <enabled>true</enabled>
-        <wuid>175d5c50:15ce367d227:-62d0</wuid>
-        <pv_value />
-        <text>Extract DATA</text>
-        <scripts>
-          <path pathString="Scripts/ExtracData.py" checkConnect="true" sfe="true" seoe="false">
-            <pv trig="true">loc://StartExtract</pv>
-            <pv trig="false">${PREFIX}${TYPE}:PS.NPTS</pv>
-            <pv trig="false">${PREFIX}${TYPE}:MTR.NPTS</pv>
-            <pv trig="false">${PREFIX}${TYPE}:CALC-Energy-SP</pv>
-            <pv trig="false">$(PREFIX):CARD0:SAMPLINGRATE-RB</pv>
-            <pv trig="false">${PREFIX}${TYPE}:MTR.P4SI</pv>
-            <pv trig="false">$(PREFIX)$(TYPE):BUFF-CURRENT</pv>
-            <pv trig="false">$(PREFIX)$(TYPE):BUFF-ANGLE</pv>
-            <pv trig="false">$(PREFIX)$(TYPE):BUFF-MTR-POS</pv>
-            <pv trig="false">INFN-SRC:INTK-HMI:VH_SELECT</pv>
-          </path>
-        </scripts>
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <height>57</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <image></image>
-        <visible>true</visible>
-        <pv_name></pv_name>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <widget_type>Action Button</widget_type>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <background_color>
-          <color name="Button Grey" red="180" green="180" blue="180" />
-        </background_color>
-        <width>166</width>
-        <x>2220</x>
-        <name>Action Button</name>
-        <y>1038</y>
-        <style>0</style>
-        <foreground_color>
-          <color red="0" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false">
-          <action type="WRITE_PV">
-            <pv_name>loc://StartExtract</pv_name>
-            <value>1</value>
-            <timeout>10</timeout>
-            <confirm_message></confirm_message>
-            <description></description>
-          </action>
-        </actions>
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-        <border_style>0</border_style>
-        <tooltip></tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules>
-          <rule name="Visible" prop_id="visible" out_exp="false">
-            <exp bool_exp="pv0==1">
-              <value>true</value>
-            </exp>
-            <exp bool_exp="pv0==0">
-              <value>false</value>
-            </exp>
-            <pv trig="true">${PREFIX}${TYPE}:PROC-AUTO-HOME</pv>
-          </rule>
-        </rules>
-        <enabled>false</enabled>
-        <wuid>175d5c50:15ce367d227:-62cf</wuid>
-        <transparent>true</transparent>
-        <auto_size>false</auto_size>
-        <text>STOPPING IN PROGRESS ...</text>
-        <scripts />
-        <height>60</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <widget_type>Label</widget_type>
-        <wrap_words>false</wrap_words>
-        <background_color>
-          <color red="255" green="255" blue="255" />
-        </background_color>
-        <width>505</width>
-        <x>1086</x>
-        <name>Label</name>
-        <y>150</y>
-        <foreground_color>
-          <color name="Major" red="255" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="Cantarell" height="19" style="1">Header 1</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
-        <alarm_pulsing>false</alarm_pulsing>
-        <precision>0</precision>
-        <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-        <horizontal_alignment>0</horizontal_alignment>
-        <rules />
-        <pv_value />
-        <auto_size>false</auto_size>
-        <text></text>
-        <rotation_angle>0.0</rotation_angle>
-        <show_units>true</show_units>
-        <height>25</height>
-        <multiline_input>false</multiline_input>
-        <border_width>1</border_width>
-        <visible>true</visible>
-        <pv_name>${PREFIX}${TYPE}:MTR.FAZE</pv_name>
-        <selector_type>0</selector_type>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <precision_from_pv>true</precision_from_pv>
-        <widget_type>Text Input</widget_type>
-        <confirm_message></confirm_message>
-        <name>Text Input_9</name>
-        <style>0</style>
-        <actions hook="false" hook_all="false" />
-        <border_style>3</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <enabled>true</enabled>
-        <wuid>175d5c50:15ce367d227:c08</wuid>
-        <transparent>false</transparent>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <format_type>0</format_type>
-        <limits_from_pv>false</limits_from_pv>
-        <background_color>
-          <color name="Black" red="0" green="0" blue="0" />
-        </background_color>
-        <width>322</width>
-        <x>1764</x>
-        <y>42</y>
-        <maximum>1.7976931348623157E308</maximum>
-        <foreground_color>
-          <color name="Major" red="255" green="0" blue="0" />
-        </foreground_color>
-        <minimum>-1.7976931348623157E308</minimum>
-        <font>
-          <opifont.name fontName="OpenSans" height="10" style="1">Small Bold</opifont.name>
-        </font>
-      </widget>
-    </widget>
-    <widget typeId="org.csstudio.opibuilder.widgets.groupingContainer" version="1.0.0">
-      <border_style>0</border_style>
-      <tooltip></tooltip>
-      <rules />
-      <enabled>true</enabled>
-      <wuid>175d5c50:15ce367d227:-62ce</wuid>
-      <transparent>true</transparent>
-      <lock_children>false</lock_children>
-      <scripts />
-      <height>1164</height>
-      <border_width>1</border_width>
-      <scale_options>
-        <width_scalable>true</width_scalable>
-        <height_scalable>true</height_scalable>
-        <keep_wh_ratio>false</keep_wh_ratio>
-      </scale_options>
-      <macros>
-        <include_parent_macros>true</include_parent_macros>
-      </macros>
-      <visible>false</visible>
-      <border_color>
-        <color red="0" green="128" blue="255" />
-      </border_color>
-      <widget_type>Grouping Container</widget_type>
-      <background_color>
-        <color red="240" green="240" blue="240" />
-      </background_color>
-      <width>2489</width>
-      <x>1</x>
-      <name>DTACQ</name>
-      <y>1</y>
-      <foreground_color>
-        <color red="192" green="192" blue="192" />
-      </foreground_color>
-      <actions hook="false" hook_all="false" />
-      <fc>false</fc>
-      <show_scrollbar>true</show_scrollbar>
-      <font>
-        <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-      </font>
-      <widget typeId="org.csstudio.opibuilder.widgets.Rectangle" version="1.0.0">
-        <border_style>0</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <line_width>0</line_width>
-        <horizontal_fill>true</horizontal_fill>
-        <alarm_pulsing>false</alarm_pulsing>
-        <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>175d5c50:15ce367d227:-62cd</wuid>
-        <transparent>false</transparent>
-        <pv_value />
-        <alpha>255</alpha>
-        <bg_gradient_color>
-          <color red="255" green="255" blue="255" />
-        </bg_gradient_color>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <height>936</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <pv_name></pv_name>
-        <gradient>false</gradient>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <anti_alias>true</anti_alias>
-        <line_style>0</line_style>
-        <widget_type>Rectangle</widget_type>
-        <fg_gradient_color>
-          <color red="255" green="255" blue="255" />
-        </fg_gradient_color>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <background_color>
-          <color name="Container Grey" red="200" green="200" blue="200" />
-        </background_color>
-        <width>1483</width>
-        <x>0</x>
-        <name>Rectangle</name>
-        <y>43</y>
-        <fill_level>0.0</fill_level>
-        <foreground_color>
-          <color red="255" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-        </font>
-        <line_color>
-          <color red="128" green="0" blue="255" />
-        </line_color>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
-        <border_style>0</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <alarm_pulsing>false</alarm_pulsing>
-        <precision>0</precision>
-        <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-        <horizontal_alignment>0</horizontal_alignment>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>175d5c50:15ce367d227:-62cc</wuid>
-        <transparent>false</transparent>
-        <pv_value />
-        <auto_size>false</auto_size>
-        <text>######</text>
-        <rotation_angle>0.0</rotation_angle>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <show_units>true</show_units>
-        <height>20</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <pv_name>$(PREFIX):CARD0-STAT-RB</pv_name>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <precision_from_pv>true</precision_from_pv>
-        <widget_type>Text Update</widget_type>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <wrap_words>false</wrap_words>
-        <format_type>0</format_type>
-        <background_color>
-          <color red="0" green="0" blue="0" />
-        </background_color>
-        <width>148</width>
-        <x>1104</x>
-        <name>Text Update</name>
-        <y>24</y>
-        <foreground_color>
-          <color name="TextDynamic" red="0" green="244" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.Rectangle" version="1.0.0">
-        <border_style>0</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <line_width>0</line_width>
-        <horizontal_fill>true</horizontal_fill>
-        <alarm_pulsing>false</alarm_pulsing>
-        <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>175d5c50:15ce367d227:-62cb</wuid>
-        <transparent>false</transparent>
-        <pv_value />
-        <alpha>255</alpha>
-        <bg_gradient_color>
-          <color red="255" green="255" blue="255" />
-        </bg_gradient_color>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <height>20</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <pv_name></pv_name>
-        <gradient>false</gradient>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <anti_alias>true</anti_alias>
-        <line_style>0</line_style>
-        <widget_type>Rectangle</widget_type>
-        <fg_gradient_color>
-          <color red="255" green="255" blue="255" />
-        </fg_gradient_color>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <background_color>
-          <color red="186" green="189" blue="182" />
-        </background_color>
-        <width>160</width>
-        <x>408</x>
-        <name>Rectangle_2</name>
-        <y>850</y>
-        <fill_level>0.0</fill_level>
-        <foreground_color>
-          <color red="255" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-        </font>
-        <line_color>
-          <color red="128" green="0" blue="255" />
-        </line_color>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.xyGraph" version="1.0.0">
-        <axis_1_scale_format></axis_1_scale_format>
-        <trace_2_x_axis_index>0</trace_2_x_axis_index>
-        <alarm_pulsing>false</alarm_pulsing>
-        <tooltip>$(trace_0_y_pv)
-$(trace_0_y_pv_value)</tooltip>
-        <trace_0_concatenate_data>false</trace_0_concatenate_data>
-        <trace_0_trace_type>0</trace_0_trace_type>
-        <trace_4_line_width>3</trace_4_line_width>
-        <border_width>1</border_width>
-        <trace_3_point_size>4</trace_3_point_size>
-        <trace_1_x_axis_index>0</trace_1_x_axis_index>
-        <border_style>0</border_style>
-        <axis_0_grid_color>
-          <color red="78" green="154" blue="6" />
-        </axis_0_grid_color>
-        <axis_2_visible>false</axis_2_visible>
-        <trace_0_name>$(trace_0_y_pv)</trace_0_name>
-        <axis_2_minimum>0.0</axis_2_minimum>
-        <trace_0_update_mode>0</trace_0_update_mode>
-        <trace_1_x_pv>$(PREFIX)-HV1:VoltR_XMS</trace_1_x_pv>
-        <wuid>175d5c50:15ce367d227:-62ca</wuid>
-        <transparent>false</transparent>
-        <trace_1_update_mode>0</trace_1_update_mode>
-        <axis_0_title_font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </axis_0_title_font>
-        <trace_2_update_mode>0</trace_2_update_mode>
-        <background_color>
-          <color name="Field Background Grey" red="240" green="240" blue="240" />
-        </background_color>
-        <trace_3_update_mode>0</trace_3_update_mode>
-        <x>408</x>
-        <y>120</y>
-        <trace_4_update_mode>0</trace_4_update_mode>
-        <trace_3_x_axis_index>0</trace_3_x_axis_index>
-        <trace_0_x_axis_index>0</trace_0_x_axis_index>
-        <axis_count>3</axis_count>
-        <trace_4_x_pv>$(PREFIX)-HV1:VoltR:RCURSOR_X</trace_4_x_pv>
-        <trace_3_y_pv_value />
-        <trace_1_point_size>4</trace_1_point_size>
-        <trace_1_anti_alias>false</trace_1_anti_alias>
-        <pv_value />
-        <axis_2_grid_color>
-          <color red="200" green="200" blue="200" />
-        </axis_2_grid_color>
-        <trace_0_buffer_size>520</trace_0_buffer_size>
-        <trace_2_buffer_size>520</trace_2_buffer_size>
-        <axis_1_maximum>10.0</axis_1_maximum>
-        <axis_0_scale_font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </axis_0_scale_font>
-        <trigger_pv></trigger_pv>
-        <trace_4_update_delay>1</trace_4_update_delay>
-        <widget_type>XY Graph</widget_type>
-        <trace_2_line_width>1</trace_2_line_width>
-        <trace_4_plot_mode>0</trace_4_plot_mode>
-        <trace_3_concatenate_data>false</trace_3_concatenate_data>
-        <trace_4_x_pv_value />
-        <axis_1_axis_color>
-          <color red="0" green="0" blue="0" />
-        </axis_1_axis_color>
-        <axis_0_scale_format></axis_0_scale_format>
-        <axis_1_log_scale>false</axis_1_log_scale>
-        <title></title>
-        <trace_0_visible>true</trace_0_visible>
-        <trace_4_buffer_size>2</trace_4_buffer_size>
-        <trace_1_name>$(trace_1_y_pv)</trace_1_name>
-        <trace_3_anti_alias>false</trace_3_anti_alias>
-        <trace_1_y_pv_value />
-        <axis_2_auto_scale>true</axis_2_auto_scale>
-        <trace_4_y_pv>loc://val(-100,100)</trace_4_y_pv>
-        <show_legend>false</show_legend>
-        <trace_3_visible>true</trace_3_visible>
-        <trace_4_x_axis_index>0</trace_4_x_axis_index>
-        <trace_3_name>$(trace_3_y_pv)</trace_3_name>
-        <axis_0_axis_title>ms</axis_0_axis_title>
-        <axis_0_axis_color>
-          <color red="0" green="0" blue="0" />
-        </axis_0_axis_color>
-        <axis_2_scale_font>
-          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-        </axis_2_scale_font>
-        <trace_3_update_delay>1</trace_3_update_delay>
-        <trace_2_update_delay>1</trace_2_update_delay>
-        <trace_4_point_style>0</trace_4_point_style>
-        <axis_0_dash_grid_line>false</axis_0_dash_grid_line>
-        <trace_0_point_style>2</trace_0_point_style>
-        <trace_1_point_style>2</trace_1_point_style>
-        <trace_0_line_width>1</trace_0_line_width>
-        <axis_2_y_axis>false</axis_2_y_axis>
-        <trace_3_x_pv_value />
-        <axis_0_time_format>0</axis_0_time_format>
-        <trace_count>5</trace_count>
-        <axis_1_show_grid>true</axis_1_show_grid>
-        <trace_3_x_pv>$(PREFIX)-HV1:VoltR:LCURSOR_X</trace_3_x_pv>
-        <trace_2_trace_color>
-          <color name="Primary Blue" red="0" green="148" blue="202" />
-        </trace_2_trace_color>
-        <trace_4_visible>true</trace_4_visible>
-        <axis_1_dash_grid_line>true</axis_1_dash_grid_line>
-        <trace_3_buffer_size>2</trace_3_buffer_size>
-        <trace_2_trace_type>0</trace_2_trace_type>
-        <trace_3_line_width>3</trace_3_line_width>
-        <show_toolbar>true</show_toolbar>
-        <axis_0_visible>true</axis_0_visible>
-        <axis_0_show_grid>true</axis_0_show_grid>
-        <trace_0_y_axis_index>1</trace_0_y_axis_index>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>true</keep_wh_ratio>
-        </scale_options>
-        <trace_1_y_pv>$(PREFIX)-HV1:VoltR_Y</trace_1_y_pv>
-        <trace_2_concatenate_data>false</trace_2_concatenate_data>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <trace_2_y_pv_value />
-        <trace_2_anti_alias>false</trace_2_anti_alias>
-        <axis_0_maximum>6.0</axis_0_maximum>
-        <trace_1_y_axis_index>1</trace_1_y_axis_index>
-        <trace_2_name>$(trace_2_y_pv)</trace_2_name>
-        <height>451</height>
-        <trace_2_visible>false</trace_2_visible>
-        <trigger_pv_value />
-        <trace_3_y_pv>loc://val(-100,100)</trace_3_y_pv>
-        <axis_1_grid_color>
-          <color red="78" green="154" blue="6" />
-        </axis_1_grid_color>
-        <actions hook="false" hook_all="false" />
-        <trace_2_point_size>4</trace_2_point_size>
-        <trace_4_concatenate_data>false</trace_4_concatenate_data>
-        <axis_2_axis_color>
-          <color red="0" green="0" blue="0" />
-        </axis_2_axis_color>
-        <axis_0_log_scale>false</axis_0_log_scale>
-        <trace_0_x_pv_value />
-        <axis_0_auto_scale_threshold>0.0</axis_0_auto_scale_threshold>
-        <rules />
-        <axis_1_visible>true</axis_1_visible>
-        <axis_2_show_grid>false</axis_2_show_grid>
-        <trace_3_y_axis_index>1</trace_3_y_axis_index>
-        <trace_0_update_delay>1</trace_0_update_delay>
-        <trace_1_concatenate_data>false</trace_1_concatenate_data>
-        <trace_1_trace_color>
-          <color red="242" green="26" blue="26" />
-        </trace_1_trace_color>
-        <trace_3_trace_color>
-          <color name="Major" red="255" green="0" blue="0" />
-        </trace_3_trace_color>
-        <pv_name></pv_name>
-        <axis_2_log_scale>false</axis_2_log_scale>
-        <axis_2_auto_scale_threshold>0.0</axis_2_auto_scale_threshold>
-        <name>XY Graph</name>
-        <trace_1_trace_type>0</trace_1_trace_type>
-        <axis_0_auto_scale>true</axis_0_auto_scale>
-        <axis_0_minimum>-6.0</axis_0_minimum>
-        <trace_2_y_axis_index>1</trace_2_y_axis_index>
-        <trace_1_update_delay>1</trace_1_update_delay>
-        <axis_2_dash_grid_line>false</axis_2_dash_grid_line>
-        <axis_1_axis_title>mA</axis_1_axis_title>
-        <trace_2_x_pv_value />
-        <axis_1_auto_scale>false</axis_1_auto_scale>
-        <trace_1_line_width>1</trace_1_line_width>
-        <trace_3_trace_type>1</trace_3_trace_type>
-        <trace_2_y_pv>$(PREFIX)-HV2:VoltR_Y</trace_2_y_pv>
-        <trace_1_plot_mode>0</trace_1_plot_mode>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <axis_2_title_font>
-          <opifont.name fontName="Cantarell" height="11" style="1">Default Bold</opifont.name>
-        </axis_2_title_font>
-        <trace_3_point_style>0</trace_3_point_style>
-        <trace_0_y_pv>$(PREFIX)$(TYPE)-FC:CurrR_Y</trace_0_y_pv>
-        <trace_2_point_style>2</trace_2_point_style>
-        <trace_0_plot_mode>0</trace_0_plot_mode>
-        <trace_4_trace_type>1</trace_4_trace_type>
-        <enabled>true</enabled>
-        <trace_0_x_pv>$(PREFIX)$(TYPE)-FC:CurrR_XMS</trace_0_x_pv>
-        <axis_1_scale_font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </axis_1_scale_font>
-        <axis_1_time_format>0</axis_1_time_format>
-        <axis_2_time_format>0</axis_2_time_format>
-        <axis_2_left_bottom_side>false</axis_2_left_bottom_side>
-        <trace_3_plot_mode>0</trace_3_plot_mode>
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <axis_2_maximum>22.0</axis_2_maximum>
-        <show_plot_area_border>false</show_plot_area_border>
-        <width>895</width>
-        <trace_1_x_pv_value />
-        <axis_1_minimum>-10.0</axis_1_minimum>
-        <title_font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </title_font>
-        <trace_4_anti_alias>false</trace_4_anti_alias>
-        <trace_0_y_pv_value />
-        <trace_1_visible>false</trace_1_visible>
-        <plot_area_background_color>
-          <color red="0" green="0" blue="0" />
-        </plot_area_background_color>
-        <trace_4_point_size>4</trace_4_point_size>
-        <axis_1_title_font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </axis_1_title_font>
-        <visible>true</visible>
-        <axis_2_axis_title>ms</axis_2_axis_title>
-        <trace_4_trace_color>
-          <color name="Major" red="255" green="0" blue="0" />
-        </trace_4_trace_color>
-        <trace_1_buffer_size>520</trace_1_buffer_size>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <axis_2_scale_format></axis_2_scale_format>
-        <trace_4_y_pv_value />
-        <scripts />
-        <trace_0_point_size>3</trace_0_point_size>
-        <trace_0_trace_color>
-          <color red="0" green="255" blue="0" />
-        </trace_0_trace_color>
-        <trace_0_anti_alias>false</trace_0_anti_alias>
-        <trace_4_name>$(trace_4_y_pv)</trace_4_name>
-        <axis_1_auto_scale_threshold>0.0</axis_1_auto_scale_threshold>
-        <trace_4_y_axis_index>1</trace_4_y_axis_index>
-        <trace_2_plot_mode>0</trace_2_plot_mode>
-        <trace_2_x_pv>$(PREFIX)-HV2:VoltR_XMS</trace_2_x_pv>
-        <foreground_color>
-          <color red="0" green="0" blue="255" />
-        </foreground_color>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.RoundedRectangle" version="1.0.0">
-        <border_style>0</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <line_width>0</line_width>
-        <horizontal_fill>true</horizontal_fill>
-        <alarm_pulsing>false</alarm_pulsing>
-        <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>175d5c50:15ce367d227:-62c9</wuid>
-        <transparent>false</transparent>
-        <pv_value />
-        <alpha>255</alpha>
-        <corner_height>16</corner_height>
-        <bg_gradient_color>
-          <color red="255" green="255" blue="255" />
-        </bg_gradient_color>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <height>97</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <pv_name></pv_name>
-        <gradient>false</gradient>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <anti_alias>true</anti_alias>
-        <corner_width>16</corner_width>
-        <line_style>0</line_style>
-        <widget_type>Rounded Rectangle</widget_type>
-        <fg_gradient_color>
-          <color red="255" green="255" blue="255" />
-        </fg_gradient_color>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <background_color>
-          <color name="Field Background Grey" red="240" green="240" blue="240" />
-        </background_color>
-        <width>349</width>
-        <x>36</x>
-        <name>Rounded Rectangle_4</name>
-        <y>126</y>
-        <fill_level>0.0</fill_level>
-        <foreground_color>
-          <color red="255" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-        </font>
-        <line_color>
-          <color red="128" green="0" blue="255" />
-        </line_color>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-        <border_style>0</border_style>
-        <tooltip></tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>175d5c50:15ce367d227:-62c8</wuid>
-        <transparent>true</transparent>
-        <auto_size>false</auto_size>
-        <text>ms</text>
-        <scripts />
-        <height>20</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <widget_type>Label</widget_type>
-        <wrap_words>false</wrap_words>
-        <background_color>
-          <color red="255" green="255" blue="255" />
-        </background_color>
-        <width>40</width>
-        <x>328</x>
-        <name>Label_16</name>
-        <y>178</y>
-        <foreground_color>
-          <color red="0" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="OpenSans" height="10" style="1">Small Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.RoundedRectangle" version="1.0.0">
-        <border_style>0</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <line_width>0</line_width>
-        <horizontal_fill>true</horizontal_fill>
-        <alarm_pulsing>false</alarm_pulsing>
-        <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>175d5c50:15ce367d227:-62c7</wuid>
-        <transparent>false</transparent>
-        <pv_value />
-        <alpha>255</alpha>
-        <corner_height>16</corner_height>
-        <bg_gradient_color>
-          <color red="255" green="255" blue="255" />
-        </bg_gradient_color>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <height>97</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <pv_name></pv_name>
-        <gradient>false</gradient>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <anti_alias>true</anti_alias>
-        <corner_width>16</corner_width>
-        <line_style>0</line_style>
-        <widget_type>Rounded Rectangle</widget_type>
-        <fg_gradient_color>
-          <color red="255" green="255" blue="255" />
-        </fg_gradient_color>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <background_color>
-          <color name="Field Background Grey" red="240" green="240" blue="240" />
-        </background_color>
-        <width>349</width>
-        <x>36</x>
-        <name>Rounded Rectangle_5</name>
-        <y>246</y>
-        <fill_level>0.0</fill_level>
-        <foreground_color>
-          <color red="255" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-        </font>
-        <line_color>
-          <color red="128" green="0" blue="255" />
-        </line_color>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
-        <border_style>0</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <line_width>2</line_width>
-        <horizontal_fill>true</horizontal_fill>
-        <alarm_pulsing>false</alarm_pulsing>
-        <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-        <arrows>1</arrows>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>175d5c50:15ce367d227:-62c6</wuid>
-        <transparent>false</transparent>
-        <points>
-          <point x="213" y="180" />
-          <point x="156" y="180" />
-          <point x="156" y="180" />
-        </points>
-        <fill_arrow>true</fill_arrow>
-        <pv_value />
-        <alpha>255</alpha>
-        <rotation_angle>0.0</rotation_angle>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <height>1</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>true</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <pv_name></pv_name>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <anti_alias>true</anti_alias>
-        <line_style>2</line_style>
-        <arrow_length>20</arrow_length>
-        <widget_type>Polyline</widget_type>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <background_color>
-          <color red="0" green="0" blue="0" />
-        </background_color>
-        <width>58</width>
-        <x>156</x>
-        <name>Polyline_1</name>
-        <y>180</y>
-        <fill_level>0.0</fill_level>
-        <foreground_color>
-          <color red="255" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
-        <border_style>0</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <line_width>2</line_width>
-        <horizontal_fill>true</horizontal_fill>
-        <alarm_pulsing>false</alarm_pulsing>
-        <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-        <arrows>1</arrows>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>175d5c50:15ce367d227:-62c5</wuid>
-        <transparent>false</transparent>
-        <points>
-          <point x="213" y="300" />
-          <point x="156" y="300" />
-          <point x="156" y="300" />
-        </points>
-        <fill_arrow>true</fill_arrow>
-        <pv_value />
-        <alpha>255</alpha>
-        <rotation_angle>0.0</rotation_angle>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <height>1</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>true</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <pv_name></pv_name>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <anti_alias>true</anti_alias>
-        <line_style>2</line_style>
-        <arrow_length>20</arrow_length>
-        <widget_type>Polyline</widget_type>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <background_color>
-          <color red="0" green="0" blue="0" />
-        </background_color>
-        <width>58</width>
-        <x>156</x>
-        <name>Polyline_2</name>
-        <y>300</y>
-        <fill_level>0.0</fill_level>
-        <foreground_color>
-          <color red="255" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-        <border_style>0</border_style>
-        <tooltip></tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>175d5c50:15ce367d227:-62c4</wuid>
-        <transparent>true</transparent>
-        <auto_size>false</auto_size>
-        <text>ms</text>
-        <scripts />
-        <height>20</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <widget_type>Label</widget_type>
-        <wrap_words>false</wrap_words>
-        <background_color>
-          <color red="255" green="255" blue="255" />
-        </background_color>
-        <width>40</width>
-        <x>328</x>
-        <name>Label_18</name>
-        <y>298</y>
-        <foreground_color>
-          <color red="0" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="OpenSans" height="10" style="1">Small Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-        <border_style>0</border_style>
-        <tooltip></tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>175d5c50:15ce367d227:-62c3</wuid>
-        <transparent>false</transparent>
-        <auto_size>false</auto_size>
-        <text>FC Curr</text>
-        <scripts />
-        <height>24</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <widget_type>Label</widget_type>
-        <wrap_words>false</wrap_words>
-        <background_color>
-          <color red="0" green="0" blue="0" />
-        </background_color>
-        <width>160</width>
-        <x>408</x>
-        <name>Label_11</name>
-        <y>870</y>
-        <foreground_color>
-          <color name="TextDynamic" red="0" green="244" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
-        <border_style>0</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <alarm_pulsing>false</alarm_pulsing>
-        <precision>3</precision>
-        <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>175d5c50:15ce367d227:-62c2</wuid>
-        <transparent>false</transparent>
-        <pv_value />
-        <auto_size>false</auto_size>
-        <text>######</text>
-        <rotation_angle>0.0</rotation_angle>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <show_units>false</show_units>
-        <height>24</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <pv_name>$(PREFIX)$(TYPE)-FC:CurrR:AVG</pv_name>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <precision_from_pv>false</precision_from_pv>
-        <widget_type>Text Update</widget_type>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <wrap_words>false</wrap_words>
-        <format_type>0</format_type>
-        <background_color>
-          <color name="TextBackground" red="70" green="70" blue="70" />
-        </background_color>
-        <width>150</width>
-        <x>567</x>
-        <name>Text Update_3</name>
-        <y>870</y>
-        <foreground_color>
-          <color name="Minor" red="255" green="128" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
-        <border_style>0</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <alarm_pulsing>false</alarm_pulsing>
-        <precision>3</precision>
-        <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>175d5c50:15ce367d227:-62c1</wuid>
-        <transparent>false</transparent>
-        <pv_value />
-        <auto_size>false</auto_size>
-        <text>######</text>
-        <rotation_angle>0.0</rotation_angle>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <show_units>false</show_units>
-        <height>24</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <pv_name>$(PREFIX)$(TYPE)-FC:CurrR:MAX</pv_name>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <precision_from_pv>false</precision_from_pv>
-        <widget_type>Text Update</widget_type>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <wrap_words>false</wrap_words>
-        <format_type>0</format_type>
-        <background_color>
-          <color name="TextBackground" red="70" green="70" blue="70" />
-        </background_color>
-        <width>150</width>
-        <x>716</x>
-        <name>Text Update_1</name>
-        <y>870</y>
-        <foreground_color>
-          <color red="114" green="159" blue="207" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
-        <border_style>0</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <alarm_pulsing>false</alarm_pulsing>
-        <precision>3</precision>
-        <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>175d5c50:15ce367d227:-62c0</wuid>
-        <transparent>false</transparent>
-        <pv_value />
-        <auto_size>false</auto_size>
-        <text>######</text>
-        <rotation_angle>0.0</rotation_angle>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <show_units>false</show_units>
-        <height>24</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <pv_name>$(PREFIX)$(TYPE)-FC:CurrR:MIN</pv_name>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <precision_from_pv>false</precision_from_pv>
-        <widget_type>Text Update</widget_type>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <wrap_words>false</wrap_words>
-        <format_type>0</format_type>
-        <background_color>
-          <color name="TextBackground" red="70" green="70" blue="70" />
-        </background_color>
-        <width>150</width>
-        <x>865</x>
-        <name>Text Update_2</name>
-        <y>870</y>
-        <foreground_color>
-          <color red="252" green="233" blue="79" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.Rectangle" version="1.0.0">
-        <border_style>0</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <line_width>1</line_width>
-        <horizontal_fill>true</horizontal_fill>
-        <alarm_pulsing>false</alarm_pulsing>
-        <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>175d5c50:15ce367d227:-62bf</wuid>
-        <transparent>false</transparent>
-        <pv_value />
-        <alpha>255</alpha>
-        <bg_gradient_color>
-          <color red="255" green="255" blue="255" />
-        </bg_gradient_color>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <height>22</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <pv_name></pv_name>
-        <gradient>false</gradient>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <anti_alias>true</anti_alias>
-        <line_style>0</line_style>
-        <widget_type>Rectangle</widget_type>
-        <fg_gradient_color>
-          <color red="255" green="255" blue="255" />
-        </fg_gradient_color>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <background_color>
-          <color red="186" green="189" blue="182" />
-        </background_color>
-        <width>448</width>
-        <x>567</x>
-        <name>Rectangle_1</name>
-        <y>849</y>
-        <fill_level>0.0</fill_level>
-        <foreground_color>
-          <color red="255" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-        </font>
-        <line_color>
-          <color red="0" green="0" blue="0" />
-        </line_color>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-        <border_style>0</border_style>
-        <tooltip></tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>175d5c50:15ce367d227:-62be</wuid>
-        <transparent>true</transparent>
-        <auto_size>false</auto_size>
-        <text>Max</text>
-        <scripts />
-        <height>20</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <widget_type>Label</widget_type>
-        <wrap_words>false</wrap_words>
-        <background_color>
-          <color red="255" green="255" blue="255" />
-        </background_color>
-        <width>150</width>
-        <x>716</x>
-        <name>Label_5</name>
-        <y>850</y>
-        <foreground_color>
-          <color red="0" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-        <border_style>0</border_style>
-        <tooltip></tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>175d5c50:15ce367d227:-62bd</wuid>
-        <transparent>true</transparent>
-        <auto_size>false</auto_size>
-        <text>Min</text>
-        <scripts />
-        <height>20</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <widget_type>Label</widget_type>
-        <wrap_words>false</wrap_words>
-        <background_color>
-          <color red="255" green="255" blue="255" />
-        </background_color>
-        <width>150</width>
-        <x>865</x>
-        <name>Label_22</name>
-        <y>850</y>
-        <foreground_color>
-          <color red="0" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-        <border_style>0</border_style>
-        <tooltip></tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>175d5c50:15ce367d227:-62bc</wuid>
-        <transparent>true</transparent>
-        <auto_size>false</auto_size>
-        <text>Average</text>
-        <scripts />
-        <height>20</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <widget_type>Label</widget_type>
-        <wrap_words>false</wrap_words>
-        <background_color>
-          <color red="255" green="255" blue="255" />
-        </background_color>
-        <width>150</width>
-        <x>567</x>
-        <name>Label_21</name>
-        <y>850</y>
-        <foreground_color>
-          <color red="0" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-        <border_style>0</border_style>
-        <tooltip></tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>175d5c50:15ce367d227:-62bb</wuid>
-        <transparent>true</transparent>
-        <auto_size>false</auto_size>
-        <text>Main GRAPH</text>
-        <scripts />
-        <height>20</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <widget_type>Label</widget_type>
-        <wrap_words>false</wrap_words>
-        <background_color>
-          <color red="255" green="255" blue="255" />
-        </background_color>
-        <width>115</width>
-        <x>840</x>
-        <name>Label_25</name>
-        <y>96</y>
-        <foreground_color>
-          <color red="0" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="Cantarell" height="11" style="1">Default Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.spinner" version="1.0.0">
-        <border_style>6</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <alarm_pulsing>false</alarm_pulsing>
-        <precision>3</precision>
-        <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules>
-          <rule name="BorderRule" prop_id="border_style" out_exp="false">
-            <exp bool_exp="pv0==1">
-              <value>9</value>
-            </exp>
-            <pv trig="true">$(pv_name).SIMM</pv>
-          </rule>
-        </rules>
-        <enabled>false</enabled>
-        <wuid>175d5c50:15ce367d227:-62ba</wuid>
-        <transparent>false</transparent>
-        <pv_value />
-        <scripts />
-        <buttons_on_left>false</buttons_on_left>
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <height>31</height>
-        <border_width>2</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <pv_name>$(PREFIX):CARD0:TRIGGER:PRETRIGGER_ms</pv_name>
-        <vertical_alignment>1</vertical_alignment>
-        <format>0</format>
-        <horizontal_buttons_layout>false</horizontal_buttons_layout>
-        <border_color>
-          <color name="IO Border" red="215" green="215" blue="215" />
-        </border_color>
-        <precision_from_pv>false</precision_from_pv>
-        <widget_type>Spinner</widget_type>
-        <step_increment>1.0</step_increment>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <limits_from_pv>true</limits_from_pv>
-        <background_color>
-          <color red="70" green="70" blue="70" />
-        </background_color>
-        <page_increment>10.0</page_increment>
-        <width>115</width>
-        <x>54</x>
-        <name>Spinner Template_10</name>
-        <y>168</y>
-        <maximum>10.0</maximum>
-        <foreground_color>
-          <color red="0" green="255" blue="255" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <minimum>0.0</minimum>
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.spinner" version="1.0.0">
-        <border_style>6</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <alarm_pulsing>false</alarm_pulsing>
-        <precision>3</precision>
-        <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules>
-          <rule name="BorderRule" prop_id="border_style" out_exp="false">
-            <exp bool_exp="pv0==1">
-              <value>9</value>
-            </exp>
-            <pv trig="true">$(pv_name).SIMM</pv>
-          </rule>
-        </rules>
-        <enabled>true</enabled>
-        <wuid>175d5c50:15ce367d227:-62b9</wuid>
-        <transparent>false</transparent>
-        <pv_value />
-        <scripts />
-        <buttons_on_left>false</buttons_on_left>
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <height>31</height>
-        <border_width>2</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <pv_name>$(PREFIX):CARD0:NSAMPLES_ms</pv_name>
-        <vertical_alignment>1</vertical_alignment>
-        <format>0</format>
-        <horizontal_buttons_layout>false</horizontal_buttons_layout>
-        <border_color>
-          <color name="IO Border" red="215" green="215" blue="215" />
-        </border_color>
-        <precision_from_pv>false</precision_from_pv>
-        <widget_type>Spinner</widget_type>
-        <step_increment>0.1</step_increment>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <limits_from_pv>false</limits_from_pv>
-        <background_color>
-          <color red="70" green="70" blue="70" />
-        </background_color>
-        <page_increment>10.0</page_increment>
-        <width>115</width>
-        <x>214</x>
-        <name>Spinner Template_1</name>
-        <y>168</y>
-        <maximum>10.0</maximum>
-        <foreground_color>
-          <color red="0" green="255" blue="255" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <minimum>1.0</minimum>
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.spinner" version="1.0.0">
-        <border_style>6</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <alarm_pulsing>false</alarm_pulsing>
-        <precision>3</precision>
-        <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules>
-          <rule name="BorderRule" prop_id="border_style" out_exp="false">
-            <exp bool_exp="pv0==1">
-              <value>9</value>
-            </exp>
-            <pv trig="true">$(pv_name).SIMM</pv>
-          </rule>
-        </rules>
-        <enabled>true</enabled>
-        <wuid>175d5c50:15ce367d227:-62b8</wuid>
-        <transparent>false</transparent>
-        <pv_value />
-        <scripts />
-        <buttons_on_left>false</buttons_on_left>
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <height>31</height>
-        <border_width>2</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <pv_name>$(PREFIX)$(TYPE):RCURSOR_ms</pv_name>
-        <vertical_alignment>1</vertical_alignment>
-        <format>0</format>
-        <horizontal_buttons_layout>false</horizontal_buttons_layout>
-        <border_color>
-          <color name="IO Border" red="215" green="215" blue="215" />
-        </border_color>
-        <precision_from_pv>false</precision_from_pv>
-        <widget_type>Spinner</widget_type>
-        <step_increment>1.0</step_increment>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <limits_from_pv>false</limits_from_pv>
-        <background_color>
-          <color red="70" green="70" blue="70" />
-        </background_color>
-        <page_increment>10.0</page_increment>
-        <width>115</width>
-        <x>214</x>
-        <name>Spinner Template_3</name>
-        <y>288</y>
-        <maximum>100.0</maximum>
-        <foreground_color>
-          <color red="0" green="255" blue="255" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <minimum>-100.0</minimum>
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-        <border_style>0</border_style>
-        <tooltip></tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>175d5c50:15ce367d227:-62b7</wuid>
-        <transparent>false</transparent>
-        <auto_size>false</auto_size>
-        <text>HV1 Volt</text>
-        <scripts />
-        <height>24</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <widget_type>Label</widget_type>
-        <wrap_words>false</wrap_words>
-        <background_color>
-          <color red="0" green="0" blue="0" />
-        </background_color>
-        <width>160</width>
-        <x>408</x>
-        <name>Label_11</name>
-        <y>893</y>
-        <foreground_color>
-          <color name="Major" red="255" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
-        <border_style>0</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <alarm_pulsing>false</alarm_pulsing>
-        <precision>3</precision>
-        <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>175d5c50:15ce367d227:-62b6</wuid>
-        <transparent>false</transparent>
-        <pv_value />
-        <auto_size>false</auto_size>
-        <text>######</text>
-        <rotation_angle>0.0</rotation_angle>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <show_units>true</show_units>
-        <height>24</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <pv_name>$(PREFIX)-HV1:VoltR:AVG</pv_name>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <precision_from_pv>true</precision_from_pv>
-        <widget_type>Text Update</widget_type>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <wrap_words>false</wrap_words>
-        <format_type>0</format_type>
-        <background_color>
-          <color name="TextBackground" red="70" green="70" blue="70" />
-        </background_color>
-        <width>150</width>
-        <x>567</x>
-        <name>Text Update_3</name>
-        <y>893</y>
-        <foreground_color>
-          <color name="Minor" red="255" green="128" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
-        <border_style>0</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <alarm_pulsing>false</alarm_pulsing>
-        <precision>3</precision>
-        <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>175d5c50:15ce367d227:-62b5</wuid>
-        <transparent>false</transparent>
-        <pv_value />
-        <auto_size>false</auto_size>
-        <text>######</text>
-        <rotation_angle>0.0</rotation_angle>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <show_units>true</show_units>
-        <height>24</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <pv_name>$(PREFIX)-HV1:VoltR:MAX</pv_name>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <precision_from_pv>false</precision_from_pv>
-        <widget_type>Text Update</widget_type>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <wrap_words>false</wrap_words>
-        <format_type>0</format_type>
-        <background_color>
-          <color name="TextBackground" red="70" green="70" blue="70" />
-        </background_color>
-        <width>150</width>
-        <x>716</x>
-        <name>Text Update_1</name>
-        <y>893</y>
-        <foreground_color>
-          <color red="114" green="159" blue="207" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
-        <border_style>0</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <alarm_pulsing>false</alarm_pulsing>
-        <precision>3</precision>
-        <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>175d5c50:15ce367d227:-62b4</wuid>
-        <transparent>false</transparent>
-        <pv_value />
-        <auto_size>false</auto_size>
-        <text>######</text>
-        <rotation_angle>0.0</rotation_angle>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <show_units>true</show_units>
-        <height>24</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <pv_name>$(PREFIX)-HV1:VoltR:MIN</pv_name>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <precision_from_pv>false</precision_from_pv>
-        <widget_type>Text Update</widget_type>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <wrap_words>false</wrap_words>
-        <format_type>0</format_type>
-        <background_color>
-          <color name="TextBackground" red="70" green="70" blue="70" />
-        </background_color>
-        <width>150</width>
-        <x>865</x>
-        <name>Text Update_2</name>
-        <y>893</y>
-        <foreground_color>
-          <color red="252" green="233" blue="79" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-        <border_style>0</border_style>
-        <tooltip></tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>175d5c50:15ce367d227:-62b3</wuid>
-        <transparent>false</transparent>
-        <auto_size>false</auto_size>
-        <text>HV2 Volt</text>
-        <scripts />
-        <height>24</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <widget_type>Label</widget_type>
-        <wrap_words>false</wrap_words>
-        <background_color>
-          <color red="0" green="0" blue="0" />
-        </background_color>
-        <width>160</width>
-        <x>408</x>
-        <name>Label_11</name>
-        <y>916</y>
-        <foreground_color>
-          <color name="Primary Blue" red="0" green="148" blue="202" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
-        <border_style>0</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <alarm_pulsing>false</alarm_pulsing>
-        <precision>3</precision>
-        <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>175d5c50:15ce367d227:-62b2</wuid>
-        <transparent>false</transparent>
-        <pv_value />
-        <auto_size>false</auto_size>
-        <text>######</text>
-        <rotation_angle>0.0</rotation_angle>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <show_units>true</show_units>
-        <height>24</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <pv_name>$(PREFIX)-HV2:VoltR:AVG</pv_name>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <precision_from_pv>true</precision_from_pv>
-        <widget_type>Text Update</widget_type>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <wrap_words>false</wrap_words>
-        <format_type>0</format_type>
-        <background_color>
-          <color name="TextBackground" red="70" green="70" blue="70" />
-        </background_color>
-        <width>150</width>
-        <x>567</x>
-        <name>Text Update_3</name>
-        <y>916</y>
-        <foreground_color>
-          <color name="Minor" red="255" green="128" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
-        <border_style>0</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <alarm_pulsing>false</alarm_pulsing>
-        <precision>3</precision>
-        <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>175d5c50:15ce367d227:-62b1</wuid>
-        <transparent>false</transparent>
-        <pv_value />
-        <auto_size>false</auto_size>
-        <text>######</text>
-        <rotation_angle>0.0</rotation_angle>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <show_units>true</show_units>
-        <height>24</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <pv_name>$(PREFIX)-HV2:VoltR:MAX</pv_name>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <precision_from_pv>false</precision_from_pv>
-        <widget_type>Text Update</widget_type>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <wrap_words>false</wrap_words>
-        <format_type>0</format_type>
-        <background_color>
-          <color name="TextBackground" red="70" green="70" blue="70" />
-        </background_color>
-        <width>150</width>
-        <x>716</x>
-        <name>Text Update_1</name>
-        <y>916</y>
-        <foreground_color>
-          <color red="114" green="159" blue="207" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
-        <border_style>0</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <alarm_pulsing>false</alarm_pulsing>
-        <precision>3</precision>
-        <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>175d5c50:15ce367d227:-62b0</wuid>
-        <transparent>false</transparent>
-        <pv_value />
-        <auto_size>false</auto_size>
-        <text>######</text>
-        <rotation_angle>0.0</rotation_angle>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <show_units>true</show_units>
-        <height>24</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <pv_name>$(PREFIX)-HV2:VoltR:MIN</pv_name>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <precision_from_pv>false</precision_from_pv>
-        <widget_type>Text Update</widget_type>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <wrap_words>false</wrap_words>
-        <format_type>0</format_type>
-        <background_color>
-          <color name="TextBackground" red="70" green="70" blue="70" />
-        </background_color>
-        <width>150</width>
-        <x>865</x>
-        <name>Text Update_2</name>
-        <y>916</y>
-        <foreground_color>
-          <color red="252" green="233" blue="79" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-        <border_style>0</border_style>
-        <tooltip></tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>175d5c50:15ce367d227:-62af</wuid>
-        <transparent>false</transparent>
-        <auto_size>false</auto_size>
-        <text>Display interval</text>
-        <scripts />
-        <height>32</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <widget_type>Label</widget_type>
-        <wrap_words>true</wrap_words>
-        <background_color>
-          <color name="SubPanel" red="176" green="218" blue="249" />
-        </background_color>
-        <width>349</width>
-        <x>36</x>
-        <name>Label_15</name>
-        <y>126</y>
-        <foreground_color>
-          <color red="0" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <show_scrollbar>false</show_scrollbar>
-        <font>
-          <opifont.name fontName="OpenSans" height="15" style="1">Medium Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-        <border_style>0</border_style>
-        <tooltip></tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>175d5c50:15ce367d227:-62ae</wuid>
-        <transparent>false</transparent>
-        <auto_size>false</auto_size>
-        <text>Measure interval</text>
-        <scripts />
-        <height>32</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <widget_type>Label</widget_type>
-        <wrap_words>true</wrap_words>
-        <background_color>
-          <color name="SubPanel" red="176" green="218" blue="249" />
-        </background_color>
-        <width>349</width>
-        <x>36</x>
-        <name>Label_15</name>
-        <y>246</y>
-        <foreground_color>
-          <color red="0" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <show_scrollbar>false</show_scrollbar>
-        <font>
-          <opifont.name fontName="OpenSans" height="15" style="1">Medium Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-        <border_style>0</border_style>
-        <tooltip></tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>175d5c50:15ce367d227:-62ad</wuid>
-        <transparent>false</transparent>
-        <auto_size>false</auto_size>
-        <text>FAST ACQUISITION</text>
-        <scripts />
-        <height>32</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <widget_type>Label</widget_type>
-        <wrap_words>true</wrap_words>
-        <background_color>
-          <color name="SubPanel" red="176" green="218" blue="249" />
-        </background_color>
-        <width>1483</width>
-        <x>0</x>
-        <name>Label_15</name>
-        <y>12</y>
-        <foreground_color>
-          <color red="0" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <show_scrollbar>false</show_scrollbar>
-        <font>
-          <opifont.name fontName="OpenSans" height="15" style="1">Medium Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.spinner" version="1.0.0">
-        <border_style>6</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <alarm_pulsing>false</alarm_pulsing>
-        <precision>3</precision>
-        <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules>
-          <rule name="BorderRule" prop_id="border_style" out_exp="false">
-            <exp bool_exp="pv0==1">
-              <value>9</value>
-            </exp>
-            <pv trig="true">$(pv_name).SIMM</pv>
-          </rule>
-        </rules>
-        <enabled>true</enabled>
-        <wuid>175d5c50:15ce367d227:-62ac</wuid>
-        <transparent>false</transparent>
-        <pv_value />
-        <scripts />
-        <buttons_on_left>false</buttons_on_left>
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <height>31</height>
-        <border_width>2</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <pv_name>$(PREFIX)$(TYPE):LCURSOR_ms</pv_name>
-        <vertical_alignment>1</vertical_alignment>
-        <format>0</format>
-        <horizontal_buttons_layout>false</horizontal_buttons_layout>
-        <border_color>
-          <color name="IO Border" red="215" green="215" blue="215" />
-        </border_color>
-        <precision_from_pv>false</precision_from_pv>
-        <widget_type>Spinner</widget_type>
-        <step_increment>1.0</step_increment>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <limits_from_pv>false</limits_from_pv>
-        <background_color>
-          <color red="70" green="70" blue="70" />
-        </background_color>
-        <page_increment>10.0</page_increment>
-        <width>115</width>
-        <x>54</x>
-        <name>Spinner Template_3</name>
-        <y>288</y>
-        <maximum>100.0</maximum>
-        <foreground_color>
-          <color red="0" green="255" blue="255" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <minimum>-100.0</minimum>
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.xyGraph" version="1.0.0">
-        <axis_1_scale_format></axis_1_scale_format>
-        <trace_2_x_axis_index>0</trace_2_x_axis_index>
-        <alarm_pulsing>false</alarm_pulsing>
-        <tooltip>$(trace_0_y_pv)
-$(trace_0_y_pv_value)</tooltip>
-        <trace_0_concatenate_data>false</trace_0_concatenate_data>
-        <trace_0_trace_type>0</trace_0_trace_type>
-        <trace_4_line_width>3</trace_4_line_width>
-        <border_width>1</border_width>
-        <trace_3_point_size>4</trace_3_point_size>
-        <trace_1_x_axis_index>0</trace_1_x_axis_index>
-        <border_style>0</border_style>
-        <axis_0_grid_color>
-          <color red="78" green="154" blue="6" />
-        </axis_0_grid_color>
-        <axis_2_visible>false</axis_2_visible>
-        <trace_0_name>$(trace_0_y_pv)</trace_0_name>
-        <axis_2_minimum>0.0</axis_2_minimum>
-        <trace_0_update_mode>0</trace_0_update_mode>
-        <trace_1_x_pv>$(PREFIX)-HV1:VoltR_XMS</trace_1_x_pv>
-        <wuid>175d5c50:15ce367d227:-62ab</wuid>
-        <transparent>false</transparent>
-        <trace_1_update_mode>0</trace_1_update_mode>
-        <axis_0_title_font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </axis_0_title_font>
-        <trace_2_update_mode>0</trace_2_update_mode>
-        <background_color>
-          <color name="Field Background Grey" red="240" green="240" blue="240" />
-        </background_color>
-        <trace_3_update_mode>0</trace_3_update_mode>
-        <x>408</x>
-        <y>582</y>
-        <trace_4_update_mode>0</trace_4_update_mode>
-        <trace_3_x_axis_index>0</trace_3_x_axis_index>
-        <trace_0_x_axis_index>0</trace_0_x_axis_index>
-        <axis_count>3</axis_count>
-        <trace_4_x_pv>$(PREFIX)-HV1:VoltR:RCURSOR_X</trace_4_x_pv>
-        <trace_3_y_pv_value />
-        <trace_1_point_size>4</trace_1_point_size>
-        <trace_1_anti_alias>false</trace_1_anti_alias>
-        <pv_value />
-        <axis_2_grid_color>
-          <color red="200" green="200" blue="200" />
-        </axis_2_grid_color>
-        <trace_0_buffer_size>520</trace_0_buffer_size>
-        <trace_2_buffer_size>520</trace_2_buffer_size>
-        <axis_1_maximum>8.0</axis_1_maximum>
-        <axis_0_scale_font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </axis_0_scale_font>
-        <trigger_pv></trigger_pv>
-        <trace_4_update_delay>1</trace_4_update_delay>
-        <widget_type>XY Graph</widget_type>
-        <trace_2_line_width>1</trace_2_line_width>
-        <trace_4_plot_mode>0</trace_4_plot_mode>
-        <trace_3_concatenate_data>false</trace_3_concatenate_data>
-        <trace_4_x_pv_value />
-        <axis_1_axis_color>
-          <color red="0" green="0" blue="0" />
-        </axis_1_axis_color>
-        <axis_0_scale_format></axis_0_scale_format>
-        <axis_1_log_scale>false</axis_1_log_scale>
-        <title></title>
-        <trace_0_visible>false</trace_0_visible>
-        <trace_4_buffer_size>2</trace_4_buffer_size>
-        <trace_1_name>$(trace_1_y_pv)</trace_1_name>
-        <trace_3_anti_alias>false</trace_3_anti_alias>
-        <trace_1_y_pv_value />
-        <axis_2_auto_scale>true</axis_2_auto_scale>
-        <trace_4_y_pv>loc://val(-100,100)</trace_4_y_pv>
-        <show_legend>false</show_legend>
-        <trace_3_visible>true</trace_3_visible>
-        <trace_4_x_axis_index>0</trace_4_x_axis_index>
-        <trace_3_name>$(trace_3_y_pv)</trace_3_name>
-        <axis_0_axis_title>ms</axis_0_axis_title>
-        <axis_0_axis_color>
-          <color red="0" green="0" blue="0" />
-        </axis_0_axis_color>
-        <axis_2_scale_font>
-          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-        </axis_2_scale_font>
-        <trace_3_update_delay>1</trace_3_update_delay>
-        <trace_2_update_delay>1</trace_2_update_delay>
-        <trace_4_point_style>0</trace_4_point_style>
-        <axis_0_dash_grid_line>false</axis_0_dash_grid_line>
-        <trace_0_point_style>2</trace_0_point_style>
-        <trace_1_point_style>2</trace_1_point_style>
-        <trace_0_line_width>1</trace_0_line_width>
-        <axis_2_y_axis>false</axis_2_y_axis>
-        <trace_3_x_pv_value />
-        <axis_0_time_format>0</axis_0_time_format>
-        <trace_count>5</trace_count>
-        <axis_1_show_grid>true</axis_1_show_grid>
-        <trace_3_x_pv>$(PREFIX)-HV1:VoltR:LCURSOR_X</trace_3_x_pv>
-        <trace_2_trace_color>
-          <color name="Primary Blue" red="0" green="148" blue="202" />
-        </trace_2_trace_color>
-        <trace_4_visible>true</trace_4_visible>
-        <axis_1_dash_grid_line>true</axis_1_dash_grid_line>
-        <trace_3_buffer_size>2</trace_3_buffer_size>
-        <trace_2_trace_type>0</trace_2_trace_type>
-        <trace_3_line_width>3</trace_3_line_width>
-        <show_toolbar>true</show_toolbar>
-        <axis_0_visible>true</axis_0_visible>
-        <axis_0_show_grid>true</axis_0_show_grid>
-        <trace_0_y_axis_index>1</trace_0_y_axis_index>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>true</keep_wh_ratio>
-        </scale_options>
-        <trace_1_y_pv>$(PREFIX)-HV1:VoltR_Y</trace_1_y_pv>
-        <trace_2_concatenate_data>false</trace_2_concatenate_data>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <trace_2_y_pv_value />
-        <trace_2_anti_alias>false</trace_2_anti_alias>
-        <axis_0_maximum>6.0</axis_0_maximum>
-        <trace_1_y_axis_index>1</trace_1_y_axis_index>
-        <trace_2_name>$(trace_2_y_pv)</trace_2_name>
-        <height>247</height>
-        <trace_2_visible>true</trace_2_visible>
-        <trigger_pv_value />
-        <trace_3_y_pv>loc://val(-100,100)</trace_3_y_pv>
-        <axis_1_grid_color>
-          <color red="78" green="154" blue="6" />
-        </axis_1_grid_color>
-        <actions hook="false" hook_all="false" />
-        <trace_2_point_size>4</trace_2_point_size>
-        <trace_4_concatenate_data>false</trace_4_concatenate_data>
-        <axis_2_axis_color>
-          <color red="0" green="0" blue="0" />
-        </axis_2_axis_color>
-        <axis_0_log_scale>false</axis_0_log_scale>
-        <trace_0_x_pv_value />
-        <axis_0_auto_scale_threshold>0.0</axis_0_auto_scale_threshold>
-        <rules />
-        <axis_1_visible>true</axis_1_visible>
-        <axis_2_show_grid>false</axis_2_show_grid>
-        <trace_3_y_axis_index>1</trace_3_y_axis_index>
-        <trace_0_update_delay>1</trace_0_update_delay>
-        <trace_1_concatenate_data>false</trace_1_concatenate_data>
-        <trace_1_trace_color>
-          <color red="242" green="26" blue="26" />
-        </trace_1_trace_color>
-        <trace_3_trace_color>
-          <color name="Major" red="255" green="0" blue="0" />
-        </trace_3_trace_color>
-        <pv_name></pv_name>
-        <axis_2_log_scale>false</axis_2_log_scale>
-        <axis_2_auto_scale_threshold>0.0</axis_2_auto_scale_threshold>
-        <name>XY Graph</name>
-        <trace_1_trace_type>0</trace_1_trace_type>
-        <axis_0_auto_scale>true</axis_0_auto_scale>
-        <axis_0_minimum>-6.0</axis_0_minimum>
-        <trace_2_y_axis_index>1</trace_2_y_axis_index>
-        <trace_1_update_delay>1</trace_1_update_delay>
-        <axis_2_dash_grid_line>false</axis_2_dash_grid_line>
-        <axis_1_axis_title>mA</axis_1_axis_title>
-        <trace_2_x_pv_value />
-        <axis_1_auto_scale>false</axis_1_auto_scale>
-        <trace_1_line_width>1</trace_1_line_width>
-        <trace_3_trace_type>1</trace_3_trace_type>
-        <trace_2_y_pv>$(PREFIX)-HV2:VoltR_Y</trace_2_y_pv>
-        <trace_1_plot_mode>0</trace_1_plot_mode>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <axis_2_title_font>
-          <opifont.name fontName="Cantarell" height="11" style="1">Default Bold</opifont.name>
-        </axis_2_title_font>
-        <trace_3_point_style>0</trace_3_point_style>
-        <trace_0_y_pv>$(PREFIX)$(TYPE)-FC:CurrR_Y</trace_0_y_pv>
-        <trace_2_point_style>2</trace_2_point_style>
-        <trace_0_plot_mode>0</trace_0_plot_mode>
-        <trace_4_trace_type>1</trace_4_trace_type>
-        <enabled>true</enabled>
-        <trace_0_x_pv>$(PREFIX)$(TYPE)-FC:CurrR_XMS</trace_0_x_pv>
-        <axis_1_scale_font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </axis_1_scale_font>
-        <axis_1_time_format>0</axis_1_time_format>
-        <axis_2_time_format>0</axis_2_time_format>
-        <axis_2_left_bottom_side>false</axis_2_left_bottom_side>
-        <trace_3_plot_mode>0</trace_3_plot_mode>
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <axis_2_maximum>22.0</axis_2_maximum>
-        <show_plot_area_border>false</show_plot_area_border>
-        <width>895</width>
-        <trace_1_x_pv_value />
-        <axis_1_minimum>-8.0</axis_1_minimum>
-        <title_font>
-          <opifont.name fontName="Cantarell" height="11" style="1">Default Bold</opifont.name>
-        </title_font>
-        <trace_4_anti_alias>false</trace_4_anti_alias>
-        <trace_0_y_pv_value />
-        <trace_1_visible>true</trace_1_visible>
-        <plot_area_background_color>
-          <color red="0" green="0" blue="0" />
-        </plot_area_background_color>
-        <trace_4_point_size>4</trace_4_point_size>
-        <axis_1_title_font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </axis_1_title_font>
-        <visible>true</visible>
-        <axis_2_axis_title>ms</axis_2_axis_title>
-        <trace_4_trace_color>
-          <color name="Major" red="255" green="0" blue="0" />
-        </trace_4_trace_color>
-        <trace_1_buffer_size>520</trace_1_buffer_size>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <axis_2_scale_format></axis_2_scale_format>
-        <trace_4_y_pv_value />
-        <scripts />
-        <trace_0_point_size>3</trace_0_point_size>
-        <trace_0_trace_color>
-          <color red="0" green="255" blue="0" />
-        </trace_0_trace_color>
-        <trace_0_anti_alias>false</trace_0_anti_alias>
-        <trace_4_name>$(trace_4_y_pv)</trace_4_name>
-        <axis_1_auto_scale_threshold>0.0</axis_1_auto_scale_threshold>
-        <trace_4_y_axis_index>1</trace_4_y_axis_index>
-        <trace_2_plot_mode>0</trace_2_plot_mode>
-        <trace_2_x_pv>$(PREFIX)-HV2:VoltR_XMS</trace_2_x_pv>
-        <foreground_color>
-          <color red="0" green="0" blue="255" />
-        </foreground_color>
-      </widget>
-    </widget>
-    <widget typeId="org.csstudio.opibuilder.widgets.groupingContainer" version="1.0.0">
-      <border_style>0</border_style>
-      <tooltip></tooltip>
-      <rules />
-      <enabled>true</enabled>
-      <wuid>175d5c50:15ce367d227:-62aa</wuid>
-      <transparent>true</transparent>
-      <lock_children>false</lock_children>
-      <scripts />
-      <height>1164</height>
-      <border_width>1</border_width>
-      <scale_options>
-        <width_scalable>true</width_scalable>
-        <height_scalable>true</height_scalable>
-        <keep_wh_ratio>false</keep_wh_ratio>
-      </scale_options>
-      <macros>
-        <include_parent_macros>true</include_parent_macros>
-      </macros>
-      <visible>false</visible>
-      <border_color>
-        <color red="0" green="128" blue="255" />
-      </border_color>
-      <widget_type>Grouping Container</widget_type>
-      <background_color>
-        <color red="240" green="240" blue="240" />
-      </background_color>
-      <width>2489</width>
-      <x>1</x>
-      <name>PLC</name>
-      <y>1</y>
-      <foreground_color>
-        <color red="192" green="192" blue="192" />
-      </foreground_color>
-      <actions hook="false" hook_all="false" />
-      <fc>false</fc>
-      <show_scrollbar>true</show_scrollbar>
-      <font>
-        <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-      </font>
-      <widget typeId="org.csstudio.opibuilder.widgets.linkingContainer" version="1.0.0">
-        <opi_file></opi_file>
-        <border_style>3</border_style>
-        <tooltip></tooltip>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>175d5c50:15ce367d227:-62a9</wuid>
-        <scripts>
-          <path pathString="/CSS/emu/Scripts/PlcOpi.js" checkConnect="true" sfe="false" seoe="false">
-            <pv trig="true">loc://pagePLC</pv>
-          </path>
-        </scripts>
-        <height>1060</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <macros>
-          <include_parent_macros>true</include_parent_macros>
-        </macros>
-        <resize_behaviour>0</resize_behaviour>
-        <visible>true</visible>
-        <group_name></group_name>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <widget_type>Linking Container</widget_type>
-        <background_color>
-          <color name="Container Grey" red="200" green="200" blue="200" />
-        </background_color>
-        <width>2011</width>
-        <x>414</x>
-        <name>Linking Container</name>
-        <y>27</y>
-        <foreground_color>
-          <color red="192" green="192" blue="192" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.ActionButton" version="2.0.0">
-        <toggle_button>false</toggle_button>
-        <border_style>14</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <alarm_pulsing>false</alarm_pulsing>
-        <tooltip>$(pv_name)</tooltip>
-        <push_action_index>0</push_action_index>
-        <rules>
-          <rule name="Rule_fault_mode_1,2and3" prop_id="background_color" out_exp="false">
-            <exp bool_exp="pv0 == 1 || pv1==1 ||pv2==1">
-              <value>
-                <color name="Major" red="255" green="0" blue="0" />
-              </value>
-            </exp>
-            <pv trig="true">INFN-SRC:INTK-HMI:FM1</pv>
-            <pv trig="true">INFN-SRC:INTK-HMI:FM2</pv>
-            <pv trig="true">INFN-SRC:INTK-HMI:FM3</pv>
-          </rule>
-        </rules>
-        <enabled>true</enabled>
-        <wuid>175d5c50:15ce367d227:-62a8</wuid>
-        <pv_value />
-        <text>Fault mode 1, 2 and 3</text>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <height>70</height>
-        <border_width>0</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <image></image>
-        <visible>true</visible>
-        <pv_name></pv_name>
-        <border_color>
-          <color red="255" green="255" blue="255" />
-        </border_color>
-        <widget_type>Action Button</widget_type>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <background_color>
-          <color name="Container Border Grey" red="150" green="150" blue="150" />
-        </background_color>
-        <width>360</width>
-        <x>12</x>
-        <name>Action Button</name>
-        <y>102</y>
-        <style>0</style>
-        <foreground_color>
-          <color name="Black" red="0" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false">
-          <action type="WRITE_PV">
-            <pv_name>loc://pagePLC</pv_name>
-            <value>fm123</value>
-            <timeout>10</timeout>
-            <confirm_message></confirm_message>
-            <description></description>
-          </action>
-        </actions>
-        <font>
-          <opifont.name fontName="OpenSans" height="15" style="1">Medium Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.ActionButton" version="2.0.0">
-        <toggle_button>false</toggle_button>
-        <border_style>14</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <alarm_pulsing>false</alarm_pulsing>
-        <tooltip>$(pv_name)</tooltip>
-        <push_action_index>0</push_action_index>
-        <rules>
-          <rule name="Rule_fault_mode4and5" prop_id="background_color" out_exp="false">
-            <exp bool_exp="pv0==1 || pv1==1">
-              <value>
-                <color name="Major" red="255" green="0" blue="0" />
-              </value>
-            </exp>
-            <pv trig="true">INFN-SRC:INTK-HMI:FM5</pv>
-            <pv trig="true">INFN-SRC:INTK-HMI:FM4</pv>
-          </rule>
-        </rules>
-        <enabled>true</enabled>
-        <wuid>175d5c50:15ce367d227:-62a7</wuid>
-        <pv_value />
-        <text>Fault mode 4 and 5</text>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <height>70</height>
-        <border_width>0</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <image></image>
-        <visible>true</visible>
-        <pv_name></pv_name>
-        <border_color>
-          <color red="255" green="255" blue="255" />
-        </border_color>
-        <widget_type>Action Button</widget_type>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <background_color>
-          <color name="Container Border Grey" red="150" green="150" blue="150" />
-        </background_color>
-        <width>360</width>
-        <x>12</x>
-        <name>Action Button_10</name>
-        <y>177</y>
-        <style>0</style>
-        <foreground_color>
-          <color name="Black" red="0" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false">
-          <action type="WRITE_PV">
-            <pv_name>loc://pagePLC</pv_name>
-            <value>fm45</value>
-            <timeout>10</timeout>
-            <confirm_message></confirm_message>
-            <description></description>
-          </action>
-        </actions>
-        <font>
-          <opifont.name fontName="OpenSans" height="15" style="1">Medium Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.ActionButton" version="2.0.0">
-        <toggle_button>false</toggle_button>
-        <border_style>14</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <alarm_pulsing>false</alarm_pulsing>
-        <tooltip>$(pv_name)</tooltip>
-        <push_action_index>0</push_action_index>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>175d5c50:15ce367d227:-62a6</wuid>
-        <pv_value />
-        <text>Home</text>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <height>70</height>
-        <border_width>0</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <image></image>
-        <visible>true</visible>
-        <pv_name>loc://pagePLC("home")</pv_name>
-        <border_color>
-          <color red="255" green="255" blue="255" />
-        </border_color>
-        <widget_type>Action Button</widget_type>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <background_color>
-          <color name="Container Border Grey" red="150" green="150" blue="150" />
-        </background_color>
-        <width>360</width>
-        <x>12</x>
-        <name>Action Button_6</name>
-        <y>27</y>
-        <style>0</style>
-        <foreground_color>
-          <color name="Black" red="0" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false">
-          <action type="WRITE_PV">
-            <pv_name>loc://pagePLC</pv_name>
-            <value>home</value>
-            <timeout>10</timeout>
-            <confirm_message></confirm_message>
-            <description></description>
-          </action>
-        </actions>
-        <font>
-          <opifont.name fontName="OpenSans" height="15" style="1">Medium Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.ActionButton" version="2.0.0">
-        <toggle_button>false</toggle_button>
-        <border_style>14</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <alarm_pulsing>false</alarm_pulsing>
-        <tooltip>$(pv_name)</tooltip>
-        <push_action_index>0</push_action_index>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>175d5c50:15ce367d227:-62a5</wuid>
-        <pv_value />
-        <text>Inputs/outputs value</text>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <height>70</height>
-        <border_width>0</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <image></image>
-        <visible>true</visible>
-        <pv_name></pv_name>
-        <border_color>
-          <color red="255" green="255" blue="255" />
-        </border_color>
-        <widget_type>Action Button</widget_type>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <background_color>
-          <color name="Container Border Grey" red="150" green="150" blue="150" />
-        </background_color>
-        <width>360</width>
-        <x>12</x>
-        <name>Action Button_13</name>
-        <y>252</y>
-        <style>0</style>
-        <foreground_color>
-          <color name="Black" red="0" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false">
-          <action type="WRITE_PV">
-            <pv_name>loc://pagePLC</pv_name>
-            <value>InOut</value>
-            <timeout>10</timeout>
-            <confirm_message></confirm_message>
-            <description></description>
-          </action>
-        </actions>
-        <font>
-          <opifont.name fontName="OpenSans" height="15" style="1">Medium Bold</opifont.name>
-        </font>
-      </widget>
-    </widget>
-  </widget>
+}]]></scriptText>
+                <pv trig="true">INFN-SRC:INTK-HMI:VH_SELECT</pv>
+                <pv trig="false">$(PREFIX):CARD0-STAT-RB.FLNK</pv>
+                <pv trig="true">LNS-ISRC-010:PBI-EMV-FC:CurrR:AVG.MDEL</pv>
+              </path>
+            </scripts>
+            <border_alarm_sensitive>false</border_alarm_sensitive>
+            <height>37</height>
+            <border_width>0</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <image></image>
+            <visible>true</visible>
+            <pv_name></pv_name>
+            <border_color>
+              <color name="Primary Blue" red="0" green="148" blue="202" />
+            </border_color>
+            <widget_type>Action Button</widget_type>
+            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+            <background_color>
+              <color red="211" green="215" blue="207" />
+            </background_color>
+            <width>213</width>
+            <x>28</x>
+            <name>Action Button_7</name>
+            <y>168</y>
+            <style>0</style>
+            <foreground_color>
+              <color name="Black" red="0" green="0" blue="0" />
+            </foreground_color>
+            <actions hook="false" hook_all="false">
+              <action type="WRITE_PV">
+                <pv_name>INFN-SRC:INTK-HMI:VH_SELECT</pv_name>
+                <value>0</value>
+                <timeout>10</timeout>
+                <confirm_message></confirm_message>
+                <description></description>
+              </action>
+            </actions>
+            <font>
+              <opifont.name fontName="Cantarell" height="13" style="1">Header 3</opifont.name>
+            </font>
+          </widget>
+        </widget>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.ActionButton" version="2.0.0">
+        <toggle_button>false</toggle_button>
+        <border_style>0</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <alarm_pulsing>false</alarm_pulsing>
+        <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+        <push_action_index>0</push_action_index>
+        <rules>
+          <rule name="Enable" prop_id="enabled" out_exp="false">
+            <exp bool_exp="pv0==0 &amp;&amp; pv1==0">
+              <value>true</value>
+            </exp>
+            <exp bool_exp="pv0==1 || pv1==1">
+              <value>false</value>
+            </exp>
+            <pv trig="true">${PREFIX}${TYPE}:MTR.BUSY</pv>
+            <pv trig="true">${PREFIX}${TYPE}:PS.BUSY</pv>
+          </rule>
+        </rules>
+        <enabled>true</enabled>
+        <wuid>175d5c50:15ce367d227:-62d0</wuid>
+        <pv_value />
+        <text>Extract DATA</text>
+        <scripts>
+          <path pathString="Scripts/ExtracData.py" checkConnect="true" sfe="true" seoe="false">
+            <pv trig="true">loc://StartExtract</pv>
+            <pv trig="false">${PREFIX}${TYPE}:PS.NPTS</pv>
+            <pv trig="false">${PREFIX}${TYPE}:MTR.NPTS</pv>
+            <pv trig="false">${PREFIX}${TYPE}:CALC-Energy-SP</pv>
+            <pv trig="false">$(PREFIX):CARD0:SAMPLINGRATE-RB</pv>
+            <pv trig="false">${PREFIX}${TYPE}:MTR.P4SI</pv>
+            <pv trig="false">$(PREFIX)$(TYPE):BUFF-CURRENT</pv>
+            <pv trig="false">$(PREFIX)$(TYPE):BUFF-ANGLE</pv>
+            <pv trig="false">$(PREFIX)$(TYPE):BUFF-MTR-POS</pv>
+            <pv trig="false">INFN-SRC:INTK-HMI:VH_SELECT</pv>
+          </path>
+        </scripts>
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <height>57</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <image></image>
+        <visible>true</visible>
+        <pv_name></pv_name>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <widget_type>Action Button</widget_type>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <background_color>
+          <color name="Button Grey" red="180" green="180" blue="180" />
+        </background_color>
+        <width>166</width>
+        <x>2220</x>
+        <name>Action Button</name>
+        <y>1038</y>
+        <style>0</style>
+        <foreground_color>
+          <color red="0" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false">
+          <action type="WRITE_PV">
+            <pv_name>loc://StartExtract</pv_name>
+            <value>1</value>
+            <timeout>10</timeout>
+            <confirm_message></confirm_message>
+            <description></description>
+          </action>
+        </actions>
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+        <border_style>0</border_style>
+        <tooltip></tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules>
+          <rule name="Visible" prop_id="visible" out_exp="false">
+            <exp bool_exp="pv0==1">
+              <value>true</value>
+            </exp>
+            <exp bool_exp="pv0==0">
+              <value>false</value>
+            </exp>
+            <pv trig="true">${PREFIX}${TYPE}:PROC-AUTO-HOME</pv>
+          </rule>
+        </rules>
+        <enabled>false</enabled>
+        <wuid>175d5c50:15ce367d227:-62cf</wuid>
+        <transparent>true</transparent>
+        <auto_size>false</auto_size>
+        <text>STOPPING IN PROGRESS ...</text>
+        <scripts />
+        <height>60</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <widget_type>Label</widget_type>
+        <wrap_words>false</wrap_words>
+        <background_color>
+          <color red="255" green="255" blue="255" />
+        </background_color>
+        <width>505</width>
+        <x>1086</x>
+        <name>Label</name>
+        <y>150</y>
+        <foreground_color>
+          <color name="Major" red="255" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="Cantarell" height="19" style="1">Header 1</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
+        <alarm_pulsing>false</alarm_pulsing>
+        <precision>0</precision>
+        <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+        <horizontal_alignment>0</horizontal_alignment>
+        <rules />
+        <pv_value />
+        <auto_size>false</auto_size>
+        <text></text>
+        <rotation_angle>0.0</rotation_angle>
+        <show_units>true</show_units>
+        <height>25</height>
+        <multiline_input>false</multiline_input>
+        <border_width>1</border_width>
+        <visible>true</visible>
+        <pv_name>${PREFIX}${TYPE}:MTR.FAZE</pv_name>
+        <selector_type>0</selector_type>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <precision_from_pv>true</precision_from_pv>
+        <widget_type>Text Input</widget_type>
+        <confirm_message></confirm_message>
+        <name>Text Input_9</name>
+        <style>0</style>
+        <actions hook="false" hook_all="false" />
+        <border_style>3</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <enabled>true</enabled>
+        <wuid>175d5c50:15ce367d227:c08</wuid>
+        <transparent>false</transparent>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <format_type>0</format_type>
+        <limits_from_pv>false</limits_from_pv>
+        <background_color>
+          <color name="Black" red="0" green="0" blue="0" />
+        </background_color>
+        <width>322</width>
+        <x>1764</x>
+        <y>42</y>
+        <maximum>1.7976931348623157E308</maximum>
+        <foreground_color>
+          <color name="Major" red="255" green="0" blue="0" />
+        </foreground_color>
+        <minimum>-1.7976931348623157E308</minimum>
+        <font>
+          <opifont.name fontName="OpenSans" height="10" style="1">Small Bold</opifont.name>
+        </font>
+      </widget>
+    </widget>
+    <widget typeId="org.csstudio.opibuilder.widgets.groupingContainer" version="1.0.0">
+      <border_style>0</border_style>
+      <tooltip></tooltip>
+      <rules />
+      <enabled>true</enabled>
+      <wuid>175d5c50:15ce367d227:-62ce</wuid>
+      <transparent>true</transparent>
+      <lock_children>false</lock_children>
+      <scripts />
+      <height>1164</height>
+      <border_width>1</border_width>
+      <scale_options>
+        <width_scalable>true</width_scalable>
+        <height_scalable>true</height_scalable>
+        <keep_wh_ratio>false</keep_wh_ratio>
+      </scale_options>
+      <macros>
+        <include_parent_macros>true</include_parent_macros>
+      </macros>
+      <visible>false</visible>
+      <border_color>
+        <color red="0" green="128" blue="255" />
+      </border_color>
+      <widget_type>Grouping Container</widget_type>
+      <background_color>
+        <color red="240" green="240" blue="240" />
+      </background_color>
+      <width>2489</width>
+      <x>1</x>
+      <name>DTACQ</name>
+      <y>1</y>
+      <foreground_color>
+        <color red="192" green="192" blue="192" />
+      </foreground_color>
+      <actions hook="false" hook_all="false" />
+      <fc>false</fc>
+      <show_scrollbar>true</show_scrollbar>
+      <font>
+        <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+      </font>
+      <widget typeId="org.csstudio.opibuilder.widgets.Rectangle" version="1.0.0">
+        <border_style>0</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <line_width>0</line_width>
+        <horizontal_fill>true</horizontal_fill>
+        <alarm_pulsing>false</alarm_pulsing>
+        <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>175d5c50:15ce367d227:-62cd</wuid>
+        <transparent>false</transparent>
+        <pv_value />
+        <alpha>255</alpha>
+        <bg_gradient_color>
+          <color red="255" green="255" blue="255" />
+        </bg_gradient_color>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <height>936</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <pv_name></pv_name>
+        <gradient>false</gradient>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <anti_alias>true</anti_alias>
+        <line_style>0</line_style>
+        <widget_type>Rectangle</widget_type>
+        <fg_gradient_color>
+          <color red="255" green="255" blue="255" />
+        </fg_gradient_color>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <background_color>
+          <color name="Container Grey" red="200" green="200" blue="200" />
+        </background_color>
+        <width>1483</width>
+        <x>0</x>
+        <name>Rectangle</name>
+        <y>43</y>
+        <fill_level>0.0</fill_level>
+        <foreground_color>
+          <color red="255" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+        </font>
+        <line_color>
+          <color red="128" green="0" blue="255" />
+        </line_color>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
+        <border_style>0</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <alarm_pulsing>false</alarm_pulsing>
+        <precision>0</precision>
+        <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+        <horizontal_alignment>0</horizontal_alignment>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>175d5c50:15ce367d227:-62cc</wuid>
+        <transparent>false</transparent>
+        <pv_value />
+        <auto_size>false</auto_size>
+        <text>######</text>
+        <rotation_angle>0.0</rotation_angle>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <show_units>true</show_units>
+        <height>20</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <pv_name>$(PREFIX):CARD0-STAT-RB</pv_name>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <precision_from_pv>true</precision_from_pv>
+        <widget_type>Text Update</widget_type>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <wrap_words>false</wrap_words>
+        <format_type>0</format_type>
+        <background_color>
+          <color red="0" green="0" blue="0" />
+        </background_color>
+        <width>148</width>
+        <x>1104</x>
+        <name>Text Update</name>
+        <y>24</y>
+        <foreground_color>
+          <color name="TextDynamic" red="0" green="244" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.Rectangle" version="1.0.0">
+        <border_style>0</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <line_width>0</line_width>
+        <horizontal_fill>true</horizontal_fill>
+        <alarm_pulsing>false</alarm_pulsing>
+        <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>175d5c50:15ce367d227:-62cb</wuid>
+        <transparent>false</transparent>
+        <pv_value />
+        <alpha>255</alpha>
+        <bg_gradient_color>
+          <color red="255" green="255" blue="255" />
+        </bg_gradient_color>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <height>20</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <pv_name></pv_name>
+        <gradient>false</gradient>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <anti_alias>true</anti_alias>
+        <line_style>0</line_style>
+        <widget_type>Rectangle</widget_type>
+        <fg_gradient_color>
+          <color red="255" green="255" blue="255" />
+        </fg_gradient_color>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <background_color>
+          <color red="186" green="189" blue="182" />
+        </background_color>
+        <width>160</width>
+        <x>408</x>
+        <name>Rectangle_2</name>
+        <y>850</y>
+        <fill_level>0.0</fill_level>
+        <foreground_color>
+          <color red="255" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+        </font>
+        <line_color>
+          <color red="128" green="0" blue="255" />
+        </line_color>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.xyGraph" version="1.0.0">
+        <axis_1_scale_format></axis_1_scale_format>
+        <trace_2_x_axis_index>0</trace_2_x_axis_index>
+        <alarm_pulsing>false</alarm_pulsing>
+        <tooltip>$(trace_0_y_pv)
+$(trace_0_y_pv_value)</tooltip>
+        <trace_0_concatenate_data>false</trace_0_concatenate_data>
+        <trace_0_trace_type>0</trace_0_trace_type>
+        <trace_4_line_width>3</trace_4_line_width>
+        <border_width>1</border_width>
+        <trace_3_point_size>4</trace_3_point_size>
+        <trace_1_x_axis_index>0</trace_1_x_axis_index>
+        <border_style>0</border_style>
+        <axis_0_grid_color>
+          <color red="78" green="154" blue="6" />
+        </axis_0_grid_color>
+        <axis_2_visible>false</axis_2_visible>
+        <trace_0_name>$(trace_0_y_pv)</trace_0_name>
+        <axis_2_minimum>0.0</axis_2_minimum>
+        <trace_0_update_mode>0</trace_0_update_mode>
+        <trace_1_x_pv>$(PREFIX)-HV1:VoltR_XMS</trace_1_x_pv>
+        <wuid>175d5c50:15ce367d227:-62ca</wuid>
+        <transparent>false</transparent>
+        <trace_1_update_mode>0</trace_1_update_mode>
+        <axis_0_title_font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </axis_0_title_font>
+        <trace_2_update_mode>0</trace_2_update_mode>
+        <background_color>
+          <color name="Field Background Grey" red="240" green="240" blue="240" />
+        </background_color>
+        <trace_3_update_mode>0</trace_3_update_mode>
+        <x>408</x>
+        <y>120</y>
+        <trace_4_update_mode>0</trace_4_update_mode>
+        <trace_3_x_axis_index>0</trace_3_x_axis_index>
+        <trace_0_x_axis_index>0</trace_0_x_axis_index>
+        <axis_count>3</axis_count>
+        <trace_4_x_pv>$(PREFIX)-HV1:VoltR:RCURSOR_X</trace_4_x_pv>
+        <trace_3_y_pv_value />
+        <trace_1_point_size>4</trace_1_point_size>
+        <trace_1_anti_alias>false</trace_1_anti_alias>
+        <pv_value />
+        <axis_2_grid_color>
+          <color red="200" green="200" blue="200" />
+        </axis_2_grid_color>
+        <trace_0_buffer_size>520</trace_0_buffer_size>
+        <trace_2_buffer_size>520</trace_2_buffer_size>
+        <axis_1_maximum>10.0</axis_1_maximum>
+        <axis_0_scale_font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </axis_0_scale_font>
+        <trigger_pv></trigger_pv>
+        <trace_4_update_delay>1</trace_4_update_delay>
+        <widget_type>XY Graph</widget_type>
+        <trace_2_line_width>1</trace_2_line_width>
+        <trace_4_plot_mode>0</trace_4_plot_mode>
+        <trace_3_concatenate_data>false</trace_3_concatenate_data>
+        <trace_4_x_pv_value />
+        <axis_1_axis_color>
+          <color red="0" green="0" blue="0" />
+        </axis_1_axis_color>
+        <axis_0_scale_format></axis_0_scale_format>
+        <axis_1_log_scale>false</axis_1_log_scale>
+        <title></title>
+        <trace_0_visible>true</trace_0_visible>
+        <trace_4_buffer_size>2</trace_4_buffer_size>
+        <trace_1_name>$(trace_1_y_pv)</trace_1_name>
+        <trace_3_anti_alias>false</trace_3_anti_alias>
+        <trace_1_y_pv_value />
+        <axis_2_auto_scale>true</axis_2_auto_scale>
+        <trace_4_y_pv>loc://val(-100,100)</trace_4_y_pv>
+        <show_legend>false</show_legend>
+        <trace_3_visible>true</trace_3_visible>
+        <trace_4_x_axis_index>0</trace_4_x_axis_index>
+        <trace_3_name>$(trace_3_y_pv)</trace_3_name>
+        <axis_0_axis_title>ms</axis_0_axis_title>
+        <axis_0_axis_color>
+          <color red="0" green="0" blue="0" />
+        </axis_0_axis_color>
+        <axis_2_scale_font>
+          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+        </axis_2_scale_font>
+        <trace_3_update_delay>1</trace_3_update_delay>
+        <trace_2_update_delay>1</trace_2_update_delay>
+        <trace_4_point_style>0</trace_4_point_style>
+        <axis_0_dash_grid_line>false</axis_0_dash_grid_line>
+        <trace_0_point_style>2</trace_0_point_style>
+        <trace_1_point_style>2</trace_1_point_style>
+        <trace_0_line_width>1</trace_0_line_width>
+        <axis_2_y_axis>false</axis_2_y_axis>
+        <trace_3_x_pv_value />
+        <axis_0_time_format>0</axis_0_time_format>
+        <trace_count>5</trace_count>
+        <axis_1_show_grid>true</axis_1_show_grid>
+        <trace_3_x_pv>$(PREFIX)-HV1:VoltR:LCURSOR_X</trace_3_x_pv>
+        <trace_2_trace_color>
+          <color name="Primary Blue" red="0" green="148" blue="202" />
+        </trace_2_trace_color>
+        <trace_4_visible>true</trace_4_visible>
+        <axis_1_dash_grid_line>true</axis_1_dash_grid_line>
+        <trace_3_buffer_size>2</trace_3_buffer_size>
+        <trace_2_trace_type>0</trace_2_trace_type>
+        <trace_3_line_width>3</trace_3_line_width>
+        <show_toolbar>true</show_toolbar>
+        <axis_0_visible>true</axis_0_visible>
+        <axis_0_show_grid>true</axis_0_show_grid>
+        <trace_0_y_axis_index>1</trace_0_y_axis_index>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>true</keep_wh_ratio>
+        </scale_options>
+        <trace_1_y_pv>$(PREFIX)-HV1:VoltR_Y</trace_1_y_pv>
+        <trace_2_concatenate_data>false</trace_2_concatenate_data>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <trace_2_y_pv_value />
+        <trace_2_anti_alias>false</trace_2_anti_alias>
+        <axis_0_maximum>6.0</axis_0_maximum>
+        <trace_1_y_axis_index>1</trace_1_y_axis_index>
+        <trace_2_name>$(trace_2_y_pv)</trace_2_name>
+        <height>451</height>
+        <trace_2_visible>false</trace_2_visible>
+        <trigger_pv_value />
+        <trace_3_y_pv>loc://val(-100,100)</trace_3_y_pv>
+        <axis_1_grid_color>
+          <color red="78" green="154" blue="6" />
+        </axis_1_grid_color>
+        <actions hook="false" hook_all="false" />
+        <trace_2_point_size>4</trace_2_point_size>
+        <trace_4_concatenate_data>false</trace_4_concatenate_data>
+        <axis_2_axis_color>
+          <color red="0" green="0" blue="0" />
+        </axis_2_axis_color>
+        <axis_0_log_scale>false</axis_0_log_scale>
+        <trace_0_x_pv_value />
+        <axis_0_auto_scale_threshold>0.0</axis_0_auto_scale_threshold>
+        <rules />
+        <axis_1_visible>true</axis_1_visible>
+        <axis_2_show_grid>false</axis_2_show_grid>
+        <trace_3_y_axis_index>1</trace_3_y_axis_index>
+        <trace_0_update_delay>1</trace_0_update_delay>
+        <trace_1_concatenate_data>false</trace_1_concatenate_data>
+        <trace_1_trace_color>
+          <color red="242" green="26" blue="26" />
+        </trace_1_trace_color>
+        <trace_3_trace_color>
+          <color name="Major" red="255" green="0" blue="0" />
+        </trace_3_trace_color>
+        <pv_name></pv_name>
+        <axis_2_log_scale>false</axis_2_log_scale>
+        <axis_2_auto_scale_threshold>0.0</axis_2_auto_scale_threshold>
+        <name>XY Graph</name>
+        <trace_1_trace_type>0</trace_1_trace_type>
+        <axis_0_auto_scale>true</axis_0_auto_scale>
+        <axis_0_minimum>-6.0</axis_0_minimum>
+        <trace_2_y_axis_index>1</trace_2_y_axis_index>
+        <trace_1_update_delay>1</trace_1_update_delay>
+        <axis_2_dash_grid_line>false</axis_2_dash_grid_line>
+        <axis_1_axis_title>mA</axis_1_axis_title>
+        <trace_2_x_pv_value />
+        <axis_1_auto_scale>false</axis_1_auto_scale>
+        <trace_1_line_width>1</trace_1_line_width>
+        <trace_3_trace_type>1</trace_3_trace_type>
+        <trace_2_y_pv>$(PREFIX)-HV2:VoltR_Y</trace_2_y_pv>
+        <trace_1_plot_mode>0</trace_1_plot_mode>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <axis_2_title_font>
+          <opifont.name fontName="Cantarell" height="11" style="1">Default Bold</opifont.name>
+        </axis_2_title_font>
+        <trace_3_point_style>0</trace_3_point_style>
+        <trace_0_y_pv>$(PREFIX)$(TYPE)-FC:CurrR_Y</trace_0_y_pv>
+        <trace_2_point_style>2</trace_2_point_style>
+        <trace_0_plot_mode>0</trace_0_plot_mode>
+        <trace_4_trace_type>1</trace_4_trace_type>
+        <enabled>true</enabled>
+        <trace_0_x_pv>$(PREFIX)$(TYPE)-FC:CurrR_XMS</trace_0_x_pv>
+        <axis_1_scale_font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </axis_1_scale_font>
+        <axis_1_time_format>0</axis_1_time_format>
+        <axis_2_time_format>0</axis_2_time_format>
+        <axis_2_left_bottom_side>false</axis_2_left_bottom_side>
+        <trace_3_plot_mode>0</trace_3_plot_mode>
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <axis_2_maximum>22.0</axis_2_maximum>
+        <show_plot_area_border>false</show_plot_area_border>
+        <width>895</width>
+        <trace_1_x_pv_value />
+        <axis_1_minimum>-10.0</axis_1_minimum>
+        <title_font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </title_font>
+        <trace_4_anti_alias>false</trace_4_anti_alias>
+        <trace_0_y_pv_value />
+        <trace_1_visible>false</trace_1_visible>
+        <plot_area_background_color>
+          <color red="0" green="0" blue="0" />
+        </plot_area_background_color>
+        <trace_4_point_size>4</trace_4_point_size>
+        <axis_1_title_font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </axis_1_title_font>
+        <visible>true</visible>
+        <axis_2_axis_title>ms</axis_2_axis_title>
+        <trace_4_trace_color>
+          <color name="Major" red="255" green="0" blue="0" />
+        </trace_4_trace_color>
+        <trace_1_buffer_size>520</trace_1_buffer_size>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <axis_2_scale_format></axis_2_scale_format>
+        <trace_4_y_pv_value />
+        <scripts />
+        <trace_0_point_size>3</trace_0_point_size>
+        <trace_0_trace_color>
+          <color red="0" green="255" blue="0" />
+        </trace_0_trace_color>
+        <trace_0_anti_alias>false</trace_0_anti_alias>
+        <trace_4_name>$(trace_4_y_pv)</trace_4_name>
+        <axis_1_auto_scale_threshold>0.0</axis_1_auto_scale_threshold>
+        <trace_4_y_axis_index>1</trace_4_y_axis_index>
+        <trace_2_plot_mode>0</trace_2_plot_mode>
+        <trace_2_x_pv>$(PREFIX)-HV2:VoltR_XMS</trace_2_x_pv>
+        <foreground_color>
+          <color red="0" green="0" blue="255" />
+        </foreground_color>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.RoundedRectangle" version="1.0.0">
+        <border_style>0</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <line_width>0</line_width>
+        <horizontal_fill>true</horizontal_fill>
+        <alarm_pulsing>false</alarm_pulsing>
+        <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>175d5c50:15ce367d227:-62c9</wuid>
+        <transparent>false</transparent>
+        <pv_value />
+        <alpha>255</alpha>
+        <corner_height>16</corner_height>
+        <bg_gradient_color>
+          <color red="255" green="255" blue="255" />
+        </bg_gradient_color>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <height>97</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <pv_name></pv_name>
+        <gradient>false</gradient>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <anti_alias>true</anti_alias>
+        <corner_width>16</corner_width>
+        <line_style>0</line_style>
+        <widget_type>Rounded Rectangle</widget_type>
+        <fg_gradient_color>
+          <color red="255" green="255" blue="255" />
+        </fg_gradient_color>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <background_color>
+          <color name="Field Background Grey" red="240" green="240" blue="240" />
+        </background_color>
+        <width>349</width>
+        <x>36</x>
+        <name>Rounded Rectangle_4</name>
+        <y>126</y>
+        <fill_level>0.0</fill_level>
+        <foreground_color>
+          <color red="255" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+        </font>
+        <line_color>
+          <color red="128" green="0" blue="255" />
+        </line_color>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+        <border_style>0</border_style>
+        <tooltip></tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>175d5c50:15ce367d227:-62c8</wuid>
+        <transparent>true</transparent>
+        <auto_size>false</auto_size>
+        <text>ms</text>
+        <scripts />
+        <height>20</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <widget_type>Label</widget_type>
+        <wrap_words>false</wrap_words>
+        <background_color>
+          <color red="255" green="255" blue="255" />
+        </background_color>
+        <width>40</width>
+        <x>328</x>
+        <name>Label_16</name>
+        <y>178</y>
+        <foreground_color>
+          <color red="0" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="OpenSans" height="10" style="1">Small Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.RoundedRectangle" version="1.0.0">
+        <border_style>0</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <line_width>0</line_width>
+        <horizontal_fill>true</horizontal_fill>
+        <alarm_pulsing>false</alarm_pulsing>
+        <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>175d5c50:15ce367d227:-62c7</wuid>
+        <transparent>false</transparent>
+        <pv_value />
+        <alpha>255</alpha>
+        <corner_height>16</corner_height>
+        <bg_gradient_color>
+          <color red="255" green="255" blue="255" />
+        </bg_gradient_color>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <height>97</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <pv_name></pv_name>
+        <gradient>false</gradient>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <anti_alias>true</anti_alias>
+        <corner_width>16</corner_width>
+        <line_style>0</line_style>
+        <widget_type>Rounded Rectangle</widget_type>
+        <fg_gradient_color>
+          <color red="255" green="255" blue="255" />
+        </fg_gradient_color>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <background_color>
+          <color name="Field Background Grey" red="240" green="240" blue="240" />
+        </background_color>
+        <width>349</width>
+        <x>36</x>
+        <name>Rounded Rectangle_5</name>
+        <y>246</y>
+        <fill_level>0.0</fill_level>
+        <foreground_color>
+          <color red="255" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+        </font>
+        <line_color>
+          <color red="128" green="0" blue="255" />
+        </line_color>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+        <border_style>0</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <line_width>2</line_width>
+        <horizontal_fill>true</horizontal_fill>
+        <alarm_pulsing>false</alarm_pulsing>
+        <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+        <arrows>1</arrows>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>175d5c50:15ce367d227:-62c6</wuid>
+        <transparent>false</transparent>
+        <points>
+          <point x="213" y="180" />
+          <point x="156" y="180" />
+          <point x="156" y="180" />
+        </points>
+        <fill_arrow>true</fill_arrow>
+        <pv_value />
+        <alpha>255</alpha>
+        <rotation_angle>0.0</rotation_angle>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <height>1</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>true</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <pv_name></pv_name>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <anti_alias>true</anti_alias>
+        <line_style>2</line_style>
+        <arrow_length>20</arrow_length>
+        <widget_type>Polyline</widget_type>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <background_color>
+          <color red="0" green="0" blue="0" />
+        </background_color>
+        <width>58</width>
+        <x>156</x>
+        <name>Polyline_1</name>
+        <y>180</y>
+        <fill_level>0.0</fill_level>
+        <foreground_color>
+          <color red="255" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+        <border_style>0</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <line_width>2</line_width>
+        <horizontal_fill>true</horizontal_fill>
+        <alarm_pulsing>false</alarm_pulsing>
+        <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+        <arrows>1</arrows>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>175d5c50:15ce367d227:-62c5</wuid>
+        <transparent>false</transparent>
+        <points>
+          <point x="213" y="300" />
+          <point x="156" y="300" />
+          <point x="156" y="300" />
+        </points>
+        <fill_arrow>true</fill_arrow>
+        <pv_value />
+        <alpha>255</alpha>
+        <rotation_angle>0.0</rotation_angle>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <height>1</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>true</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <pv_name></pv_name>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <anti_alias>true</anti_alias>
+        <line_style>2</line_style>
+        <arrow_length>20</arrow_length>
+        <widget_type>Polyline</widget_type>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <background_color>
+          <color red="0" green="0" blue="0" />
+        </background_color>
+        <width>58</width>
+        <x>156</x>
+        <name>Polyline_2</name>
+        <y>300</y>
+        <fill_level>0.0</fill_level>
+        <foreground_color>
+          <color red="255" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+        <border_style>0</border_style>
+        <tooltip></tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>175d5c50:15ce367d227:-62c4</wuid>
+        <transparent>true</transparent>
+        <auto_size>false</auto_size>
+        <text>ms</text>
+        <scripts />
+        <height>20</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <widget_type>Label</widget_type>
+        <wrap_words>false</wrap_words>
+        <background_color>
+          <color red="255" green="255" blue="255" />
+        </background_color>
+        <width>40</width>
+        <x>328</x>
+        <name>Label_18</name>
+        <y>298</y>
+        <foreground_color>
+          <color red="0" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="OpenSans" height="10" style="1">Small Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+        <border_style>0</border_style>
+        <tooltip></tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>175d5c50:15ce367d227:-62c3</wuid>
+        <transparent>false</transparent>
+        <auto_size>false</auto_size>
+        <text>FC Curr</text>
+        <scripts />
+        <height>24</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <widget_type>Label</widget_type>
+        <wrap_words>false</wrap_words>
+        <background_color>
+          <color red="0" green="0" blue="0" />
+        </background_color>
+        <width>160</width>
+        <x>408</x>
+        <name>Label_11</name>
+        <y>870</y>
+        <foreground_color>
+          <color name="TextDynamic" red="0" green="244" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
+        <border_style>0</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <alarm_pulsing>false</alarm_pulsing>
+        <precision>3</precision>
+        <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>175d5c50:15ce367d227:-62c2</wuid>
+        <transparent>false</transparent>
+        <pv_value />
+        <auto_size>false</auto_size>
+        <text>######</text>
+        <rotation_angle>0.0</rotation_angle>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <show_units>false</show_units>
+        <height>24</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <pv_name>$(PREFIX)$(TYPE)-FC:CurrR:AVG</pv_name>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <precision_from_pv>false</precision_from_pv>
+        <widget_type>Text Update</widget_type>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <wrap_words>false</wrap_words>
+        <format_type>0</format_type>
+        <background_color>
+          <color name="TextBackground" red="70" green="70" blue="70" />
+        </background_color>
+        <width>150</width>
+        <x>567</x>
+        <name>Text Update_3</name>
+        <y>870</y>
+        <foreground_color>
+          <color name="Minor" red="255" green="128" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
+        <border_style>0</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <alarm_pulsing>false</alarm_pulsing>
+        <precision>3</precision>
+        <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>175d5c50:15ce367d227:-62c1</wuid>
+        <transparent>false</transparent>
+        <pv_value />
+        <auto_size>false</auto_size>
+        <text>######</text>
+        <rotation_angle>0.0</rotation_angle>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <show_units>false</show_units>
+        <height>24</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <pv_name>$(PREFIX)$(TYPE)-FC:CurrR:MAX</pv_name>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <precision_from_pv>false</precision_from_pv>
+        <widget_type>Text Update</widget_type>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <wrap_words>false</wrap_words>
+        <format_type>0</format_type>
+        <background_color>
+          <color name="TextBackground" red="70" green="70" blue="70" />
+        </background_color>
+        <width>150</width>
+        <x>716</x>
+        <name>Text Update_1</name>
+        <y>870</y>
+        <foreground_color>
+          <color red="114" green="159" blue="207" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
+        <border_style>0</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <alarm_pulsing>false</alarm_pulsing>
+        <precision>3</precision>
+        <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>175d5c50:15ce367d227:-62c0</wuid>
+        <transparent>false</transparent>
+        <pv_value />
+        <auto_size>false</auto_size>
+        <text>######</text>
+        <rotation_angle>0.0</rotation_angle>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <show_units>false</show_units>
+        <height>24</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <pv_name>$(PREFIX)$(TYPE)-FC:CurrR:MIN</pv_name>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <precision_from_pv>false</precision_from_pv>
+        <widget_type>Text Update</widget_type>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <wrap_words>false</wrap_words>
+        <format_type>0</format_type>
+        <background_color>
+          <color name="TextBackground" red="70" green="70" blue="70" />
+        </background_color>
+        <width>150</width>
+        <x>865</x>
+        <name>Text Update_2</name>
+        <y>870</y>
+        <foreground_color>
+          <color red="252" green="233" blue="79" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.Rectangle" version="1.0.0">
+        <border_style>0</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <line_width>1</line_width>
+        <horizontal_fill>true</horizontal_fill>
+        <alarm_pulsing>false</alarm_pulsing>
+        <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>175d5c50:15ce367d227:-62bf</wuid>
+        <transparent>false</transparent>
+        <pv_value />
+        <alpha>255</alpha>
+        <bg_gradient_color>
+          <color red="255" green="255" blue="255" />
+        </bg_gradient_color>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <height>22</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <pv_name></pv_name>
+        <gradient>false</gradient>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <anti_alias>true</anti_alias>
+        <line_style>0</line_style>
+        <widget_type>Rectangle</widget_type>
+        <fg_gradient_color>
+          <color red="255" green="255" blue="255" />
+        </fg_gradient_color>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <background_color>
+          <color red="186" green="189" blue="182" />
+        </background_color>
+        <width>448</width>
+        <x>567</x>
+        <name>Rectangle_1</name>
+        <y>849</y>
+        <fill_level>0.0</fill_level>
+        <foreground_color>
+          <color red="255" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+        </font>
+        <line_color>
+          <color red="0" green="0" blue="0" />
+        </line_color>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+        <border_style>0</border_style>
+        <tooltip></tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>175d5c50:15ce367d227:-62be</wuid>
+        <transparent>true</transparent>
+        <auto_size>false</auto_size>
+        <text>Max</text>
+        <scripts />
+        <height>20</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <widget_type>Label</widget_type>
+        <wrap_words>false</wrap_words>
+        <background_color>
+          <color red="255" green="255" blue="255" />
+        </background_color>
+        <width>150</width>
+        <x>716</x>
+        <name>Label_5</name>
+        <y>850</y>
+        <foreground_color>
+          <color red="0" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+        <border_style>0</border_style>
+        <tooltip></tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>175d5c50:15ce367d227:-62bd</wuid>
+        <transparent>true</transparent>
+        <auto_size>false</auto_size>
+        <text>Min</text>
+        <scripts />
+        <height>20</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <widget_type>Label</widget_type>
+        <wrap_words>false</wrap_words>
+        <background_color>
+          <color red="255" green="255" blue="255" />
+        </background_color>
+        <width>150</width>
+        <x>865</x>
+        <name>Label_22</name>
+        <y>850</y>
+        <foreground_color>
+          <color red="0" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+        <border_style>0</border_style>
+        <tooltip></tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>175d5c50:15ce367d227:-62bc</wuid>
+        <transparent>true</transparent>
+        <auto_size>false</auto_size>
+        <text>Average</text>
+        <scripts />
+        <height>20</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <widget_type>Label</widget_type>
+        <wrap_words>false</wrap_words>
+        <background_color>
+          <color red="255" green="255" blue="255" />
+        </background_color>
+        <width>150</width>
+        <x>567</x>
+        <name>Label_21</name>
+        <y>850</y>
+        <foreground_color>
+          <color red="0" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+        <border_style>0</border_style>
+        <tooltip></tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>175d5c50:15ce367d227:-62bb</wuid>
+        <transparent>true</transparent>
+        <auto_size>false</auto_size>
+        <text>Main GRAPH</text>
+        <scripts />
+        <height>20</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <widget_type>Label</widget_type>
+        <wrap_words>false</wrap_words>
+        <background_color>
+          <color red="255" green="255" blue="255" />
+        </background_color>
+        <width>115</width>
+        <x>840</x>
+        <name>Label_25</name>
+        <y>96</y>
+        <foreground_color>
+          <color red="0" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="Cantarell" height="11" style="1">Default Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.spinner" version="1.0.0">
+        <border_style>6</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <alarm_pulsing>false</alarm_pulsing>
+        <precision>3</precision>
+        <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules>
+          <rule name="BorderRule" prop_id="border_style" out_exp="false">
+            <exp bool_exp="pv0==1">
+              <value>9</value>
+            </exp>
+            <pv trig="true">$(pv_name).SIMM</pv>
+          </rule>
+        </rules>
+        <enabled>false</enabled>
+        <wuid>175d5c50:15ce367d227:-62ba</wuid>
+        <transparent>false</transparent>
+        <pv_value />
+        <scripts />
+        <buttons_on_left>false</buttons_on_left>
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <height>31</height>
+        <border_width>2</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <pv_name>$(PREFIX):CARD0:TRIGGER:PRETRIGGER_ms</pv_name>
+        <vertical_alignment>1</vertical_alignment>
+        <format>0</format>
+        <horizontal_buttons_layout>false</horizontal_buttons_layout>
+        <border_color>
+          <color name="IO Border" red="215" green="215" blue="215" />
+        </border_color>
+        <precision_from_pv>false</precision_from_pv>
+        <widget_type>Spinner</widget_type>
+        <step_increment>1.0</step_increment>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <limits_from_pv>true</limits_from_pv>
+        <background_color>
+          <color red="70" green="70" blue="70" />
+        </background_color>
+        <page_increment>10.0</page_increment>
+        <width>115</width>
+        <x>54</x>
+        <name>Spinner Template_10</name>
+        <y>168</y>
+        <maximum>10.0</maximum>
+        <foreground_color>
+          <color red="0" green="255" blue="255" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <minimum>0.0</minimum>
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.spinner" version="1.0.0">
+        <border_style>6</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <alarm_pulsing>false</alarm_pulsing>
+        <precision>3</precision>
+        <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules>
+          <rule name="BorderRule" prop_id="border_style" out_exp="false">
+            <exp bool_exp="pv0==1">
+              <value>9</value>
+            </exp>
+            <pv trig="true">$(pv_name).SIMM</pv>
+          </rule>
+        </rules>
+        <enabled>true</enabled>
+        <wuid>175d5c50:15ce367d227:-62b9</wuid>
+        <transparent>false</transparent>
+        <pv_value />
+        <scripts />
+        <buttons_on_left>false</buttons_on_left>
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <height>31</height>
+        <border_width>2</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <pv_name>$(PREFIX):CARD0:NSAMPLES_ms</pv_name>
+        <vertical_alignment>1</vertical_alignment>
+        <format>0</format>
+        <horizontal_buttons_layout>false</horizontal_buttons_layout>
+        <border_color>
+          <color name="IO Border" red="215" green="215" blue="215" />
+        </border_color>
+        <precision_from_pv>false</precision_from_pv>
+        <widget_type>Spinner</widget_type>
+        <step_increment>0.1</step_increment>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <limits_from_pv>false</limits_from_pv>
+        <background_color>
+          <color red="70" green="70" blue="70" />
+        </background_color>
+        <page_increment>10.0</page_increment>
+        <width>115</width>
+        <x>214</x>
+        <name>Spinner Template_1</name>
+        <y>168</y>
+        <maximum>10.0</maximum>
+        <foreground_color>
+          <color red="0" green="255" blue="255" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <minimum>1.0</minimum>
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.spinner" version="1.0.0">
+        <border_style>6</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <alarm_pulsing>false</alarm_pulsing>
+        <precision>3</precision>
+        <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules>
+          <rule name="BorderRule" prop_id="border_style" out_exp="false">
+            <exp bool_exp="pv0==1">
+              <value>9</value>
+            </exp>
+            <pv trig="true">$(pv_name).SIMM</pv>
+          </rule>
+        </rules>
+        <enabled>true</enabled>
+        <wuid>175d5c50:15ce367d227:-62b8</wuid>
+        <transparent>false</transparent>
+        <pv_value />
+        <scripts />
+        <buttons_on_left>false</buttons_on_left>
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <height>31</height>
+        <border_width>2</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <pv_name>$(PREFIX)$(TYPE):RCURSOR_ms</pv_name>
+        <vertical_alignment>1</vertical_alignment>
+        <format>0</format>
+        <horizontal_buttons_layout>false</horizontal_buttons_layout>
+        <border_color>
+          <color name="IO Border" red="215" green="215" blue="215" />
+        </border_color>
+        <precision_from_pv>false</precision_from_pv>
+        <widget_type>Spinner</widget_type>
+        <step_increment>1.0</step_increment>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <limits_from_pv>false</limits_from_pv>
+        <background_color>
+          <color red="70" green="70" blue="70" />
+        </background_color>
+        <page_increment>10.0</page_increment>
+        <width>115</width>
+        <x>214</x>
+        <name>Spinner Template_3</name>
+        <y>288</y>
+        <maximum>100.0</maximum>
+        <foreground_color>
+          <color red="0" green="255" blue="255" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <minimum>-100.0</minimum>
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+        <border_style>0</border_style>
+        <tooltip></tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>175d5c50:15ce367d227:-62b7</wuid>
+        <transparent>false</transparent>
+        <auto_size>false</auto_size>
+        <text>HV1 Volt</text>
+        <scripts />
+        <height>24</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <widget_type>Label</widget_type>
+        <wrap_words>false</wrap_words>
+        <background_color>
+          <color red="0" green="0" blue="0" />
+        </background_color>
+        <width>160</width>
+        <x>408</x>
+        <name>Label_11</name>
+        <y>893</y>
+        <foreground_color>
+          <color name="Major" red="255" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
+        <border_style>0</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <alarm_pulsing>false</alarm_pulsing>
+        <precision>3</precision>
+        <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>175d5c50:15ce367d227:-62b6</wuid>
+        <transparent>false</transparent>
+        <pv_value />
+        <auto_size>false</auto_size>
+        <text>######</text>
+        <rotation_angle>0.0</rotation_angle>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <show_units>true</show_units>
+        <height>24</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <pv_name>$(PREFIX)-HV1:VoltR:AVG</pv_name>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <precision_from_pv>true</precision_from_pv>
+        <widget_type>Text Update</widget_type>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <wrap_words>false</wrap_words>
+        <format_type>0</format_type>
+        <background_color>
+          <color name="TextBackground" red="70" green="70" blue="70" />
+        </background_color>
+        <width>150</width>
+        <x>567</x>
+        <name>Text Update_3</name>
+        <y>893</y>
+        <foreground_color>
+          <color name="Minor" red="255" green="128" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
+        <border_style>0</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <alarm_pulsing>false</alarm_pulsing>
+        <precision>3</precision>
+        <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>175d5c50:15ce367d227:-62b5</wuid>
+        <transparent>false</transparent>
+        <pv_value />
+        <auto_size>false</auto_size>
+        <text>######</text>
+        <rotation_angle>0.0</rotation_angle>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <show_units>true</show_units>
+        <height>24</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <pv_name>$(PREFIX)-HV1:VoltR:MAX</pv_name>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <precision_from_pv>false</precision_from_pv>
+        <widget_type>Text Update</widget_type>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <wrap_words>false</wrap_words>
+        <format_type>0</format_type>
+        <background_color>
+          <color name="TextBackground" red="70" green="70" blue="70" />
+        </background_color>
+        <width>150</width>
+        <x>716</x>
+        <name>Text Update_1</name>
+        <y>893</y>
+        <foreground_color>
+          <color red="114" green="159" blue="207" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
+        <border_style>0</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <alarm_pulsing>false</alarm_pulsing>
+        <precision>3</precision>
+        <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>175d5c50:15ce367d227:-62b4</wuid>
+        <transparent>false</transparent>
+        <pv_value />
+        <auto_size>false</auto_size>
+        <text>######</text>
+        <rotation_angle>0.0</rotation_angle>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <show_units>true</show_units>
+        <height>24</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <pv_name>$(PREFIX)-HV1:VoltR:MIN</pv_name>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <precision_from_pv>false</precision_from_pv>
+        <widget_type>Text Update</widget_type>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <wrap_words>false</wrap_words>
+        <format_type>0</format_type>
+        <background_color>
+          <color name="TextBackground" red="70" green="70" blue="70" />
+        </background_color>
+        <width>150</width>
+        <x>865</x>
+        <name>Text Update_2</name>
+        <y>893</y>
+        <foreground_color>
+          <color red="252" green="233" blue="79" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+        <border_style>0</border_style>
+        <tooltip></tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>175d5c50:15ce367d227:-62b3</wuid>
+        <transparent>false</transparent>
+        <auto_size>false</auto_size>
+        <text>HV2 Volt</text>
+        <scripts />
+        <height>24</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <widget_type>Label</widget_type>
+        <wrap_words>false</wrap_words>
+        <background_color>
+          <color red="0" green="0" blue="0" />
+        </background_color>
+        <width>160</width>
+        <x>408</x>
+        <name>Label_11</name>
+        <y>916</y>
+        <foreground_color>
+          <color name="Primary Blue" red="0" green="148" blue="202" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
+        <border_style>0</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <alarm_pulsing>false</alarm_pulsing>
+        <precision>3</precision>
+        <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>175d5c50:15ce367d227:-62b2</wuid>
+        <transparent>false</transparent>
+        <pv_value />
+        <auto_size>false</auto_size>
+        <text>######</text>
+        <rotation_angle>0.0</rotation_angle>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <show_units>true</show_units>
+        <height>24</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <pv_name>$(PREFIX)-HV2:VoltR:AVG</pv_name>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <precision_from_pv>true</precision_from_pv>
+        <widget_type>Text Update</widget_type>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <wrap_words>false</wrap_words>
+        <format_type>0</format_type>
+        <background_color>
+          <color name="TextBackground" red="70" green="70" blue="70" />
+        </background_color>
+        <width>150</width>
+        <x>567</x>
+        <name>Text Update_3</name>
+        <y>916</y>
+        <foreground_color>
+          <color name="Minor" red="255" green="128" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
+        <border_style>0</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <alarm_pulsing>false</alarm_pulsing>
+        <precision>3</precision>
+        <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>175d5c50:15ce367d227:-62b1</wuid>
+        <transparent>false</transparent>
+        <pv_value />
+        <auto_size>false</auto_size>
+        <text>######</text>
+        <rotation_angle>0.0</rotation_angle>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <show_units>true</show_units>
+        <height>24</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <pv_name>$(PREFIX)-HV2:VoltR:MAX</pv_name>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <precision_from_pv>false</precision_from_pv>
+        <widget_type>Text Update</widget_type>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <wrap_words>false</wrap_words>
+        <format_type>0</format_type>
+        <background_color>
+          <color name="TextBackground" red="70" green="70" blue="70" />
+        </background_color>
+        <width>150</width>
+        <x>716</x>
+        <name>Text Update_1</name>
+        <y>916</y>
+        <foreground_color>
+          <color red="114" green="159" blue="207" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
+        <border_style>0</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <alarm_pulsing>false</alarm_pulsing>
+        <precision>3</precision>
+        <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>175d5c50:15ce367d227:-62b0</wuid>
+        <transparent>false</transparent>
+        <pv_value />
+        <auto_size>false</auto_size>
+        <text>######</text>
+        <rotation_angle>0.0</rotation_angle>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <show_units>true</show_units>
+        <height>24</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <pv_name>$(PREFIX)-HV2:VoltR:MIN</pv_name>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <precision_from_pv>false</precision_from_pv>
+        <widget_type>Text Update</widget_type>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <wrap_words>false</wrap_words>
+        <format_type>0</format_type>
+        <background_color>
+          <color name="TextBackground" red="70" green="70" blue="70" />
+        </background_color>
+        <width>150</width>
+        <x>865</x>
+        <name>Text Update_2</name>
+        <y>916</y>
+        <foreground_color>
+          <color red="252" green="233" blue="79" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+        <border_style>0</border_style>
+        <tooltip></tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>175d5c50:15ce367d227:-62af</wuid>
+        <transparent>false</transparent>
+        <auto_size>false</auto_size>
+        <text>Display interval</text>
+        <scripts />
+        <height>32</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <widget_type>Label</widget_type>
+        <wrap_words>true</wrap_words>
+        <background_color>
+          <color name="SubPanel" red="176" green="218" blue="249" />
+        </background_color>
+        <width>349</width>
+        <x>36</x>
+        <name>Label_15</name>
+        <y>126</y>
+        <foreground_color>
+          <color red="0" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <show_scrollbar>false</show_scrollbar>
+        <font>
+          <opifont.name fontName="OpenSans" height="15" style="1">Medium Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+        <border_style>0</border_style>
+        <tooltip></tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>175d5c50:15ce367d227:-62ae</wuid>
+        <transparent>false</transparent>
+        <auto_size>false</auto_size>
+        <text>Measure interval</text>
+        <scripts />
+        <height>32</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <widget_type>Label</widget_type>
+        <wrap_words>true</wrap_words>
+        <background_color>
+          <color name="SubPanel" red="176" green="218" blue="249" />
+        </background_color>
+        <width>349</width>
+        <x>36</x>
+        <name>Label_15</name>
+        <y>246</y>
+        <foreground_color>
+          <color red="0" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <show_scrollbar>false</show_scrollbar>
+        <font>
+          <opifont.name fontName="OpenSans" height="15" style="1">Medium Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+        <border_style>0</border_style>
+        <tooltip></tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>175d5c50:15ce367d227:-62ad</wuid>
+        <transparent>false</transparent>
+        <auto_size>false</auto_size>
+        <text>FAST ACQUISITION</text>
+        <scripts />
+        <height>32</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <widget_type>Label</widget_type>
+        <wrap_words>true</wrap_words>
+        <background_color>
+          <color name="SubPanel" red="176" green="218" blue="249" />
+        </background_color>
+        <width>1483</width>
+        <x>0</x>
+        <name>Label_15</name>
+        <y>12</y>
+        <foreground_color>
+          <color red="0" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <show_scrollbar>false</show_scrollbar>
+        <font>
+          <opifont.name fontName="OpenSans" height="15" style="1">Medium Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.spinner" version="1.0.0">
+        <border_style>6</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <alarm_pulsing>false</alarm_pulsing>
+        <precision>3</precision>
+        <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules>
+          <rule name="BorderRule" prop_id="border_style" out_exp="false">
+            <exp bool_exp="pv0==1">
+              <value>9</value>
+            </exp>
+            <pv trig="true">$(pv_name).SIMM</pv>
+          </rule>
+        </rules>
+        <enabled>true</enabled>
+        <wuid>175d5c50:15ce367d227:-62ac</wuid>
+        <transparent>false</transparent>
+        <pv_value />
+        <scripts />
+        <buttons_on_left>false</buttons_on_left>
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <height>31</height>
+        <border_width>2</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <pv_name>$(PREFIX)$(TYPE):LCURSOR_ms</pv_name>
+        <vertical_alignment>1</vertical_alignment>
+        <format>0</format>
+        <horizontal_buttons_layout>false</horizontal_buttons_layout>
+        <border_color>
+          <color name="IO Border" red="215" green="215" blue="215" />
+        </border_color>
+        <precision_from_pv>false</precision_from_pv>
+        <widget_type>Spinner</widget_type>
+        <step_increment>1.0</step_increment>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <limits_from_pv>false</limits_from_pv>
+        <background_color>
+          <color red="70" green="70" blue="70" />
+        </background_color>
+        <page_increment>10.0</page_increment>
+        <width>115</width>
+        <x>54</x>
+        <name>Spinner Template_3</name>
+        <y>288</y>
+        <maximum>100.0</maximum>
+        <foreground_color>
+          <color red="0" green="255" blue="255" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <minimum>-100.0</minimum>
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.xyGraph" version="1.0.0">
+        <axis_1_scale_format></axis_1_scale_format>
+        <trace_2_x_axis_index>0</trace_2_x_axis_index>
+        <alarm_pulsing>false</alarm_pulsing>
+        <tooltip>$(trace_0_y_pv)
+$(trace_0_y_pv_value)</tooltip>
+        <trace_0_concatenate_data>false</trace_0_concatenate_data>
+        <trace_0_trace_type>0</trace_0_trace_type>
+        <trace_4_line_width>3</trace_4_line_width>
+        <border_width>1</border_width>
+        <trace_3_point_size>4</trace_3_point_size>
+        <trace_1_x_axis_index>0</trace_1_x_axis_index>
+        <border_style>0</border_style>
+        <axis_0_grid_color>
+          <color red="78" green="154" blue="6" />
+        </axis_0_grid_color>
+        <axis_2_visible>false</axis_2_visible>
+        <trace_0_name>$(trace_0_y_pv)</trace_0_name>
+        <axis_2_minimum>0.0</axis_2_minimum>
+        <trace_0_update_mode>0</trace_0_update_mode>
+        <trace_1_x_pv>$(PREFIX)-HV1:VoltR_XMS</trace_1_x_pv>
+        <wuid>175d5c50:15ce367d227:-62ab</wuid>
+        <transparent>false</transparent>
+        <trace_1_update_mode>0</trace_1_update_mode>
+        <axis_0_title_font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </axis_0_title_font>
+        <trace_2_update_mode>0</trace_2_update_mode>
+        <background_color>
+          <color name="Field Background Grey" red="240" green="240" blue="240" />
+        </background_color>
+        <trace_3_update_mode>0</trace_3_update_mode>
+        <x>408</x>
+        <y>582</y>
+        <trace_4_update_mode>0</trace_4_update_mode>
+        <trace_3_x_axis_index>0</trace_3_x_axis_index>
+        <trace_0_x_axis_index>0</trace_0_x_axis_index>
+        <axis_count>3</axis_count>
+        <trace_4_x_pv>$(PREFIX)-HV1:VoltR:RCURSOR_X</trace_4_x_pv>
+        <trace_3_y_pv_value />
+        <trace_1_point_size>4</trace_1_point_size>
+        <trace_1_anti_alias>false</trace_1_anti_alias>
+        <pv_value />
+        <axis_2_grid_color>
+          <color red="200" green="200" blue="200" />
+        </axis_2_grid_color>
+        <trace_0_buffer_size>520</trace_0_buffer_size>
+        <trace_2_buffer_size>520</trace_2_buffer_size>
+        <axis_1_maximum>8.0</axis_1_maximum>
+        <axis_0_scale_font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </axis_0_scale_font>
+        <trigger_pv></trigger_pv>
+        <trace_4_update_delay>1</trace_4_update_delay>
+        <widget_type>XY Graph</widget_type>
+        <trace_2_line_width>1</trace_2_line_width>
+        <trace_4_plot_mode>0</trace_4_plot_mode>
+        <trace_3_concatenate_data>false</trace_3_concatenate_data>
+        <trace_4_x_pv_value />
+        <axis_1_axis_color>
+          <color red="0" green="0" blue="0" />
+        </axis_1_axis_color>
+        <axis_0_scale_format></axis_0_scale_format>
+        <axis_1_log_scale>false</axis_1_log_scale>
+        <title></title>
+        <trace_0_visible>false</trace_0_visible>
+        <trace_4_buffer_size>2</trace_4_buffer_size>
+        <trace_1_name>$(trace_1_y_pv)</trace_1_name>
+        <trace_3_anti_alias>false</trace_3_anti_alias>
+        <trace_1_y_pv_value />
+        <axis_2_auto_scale>true</axis_2_auto_scale>
+        <trace_4_y_pv>loc://val(-100,100)</trace_4_y_pv>
+        <show_legend>false</show_legend>
+        <trace_3_visible>true</trace_3_visible>
+        <trace_4_x_axis_index>0</trace_4_x_axis_index>
+        <trace_3_name>$(trace_3_y_pv)</trace_3_name>
+        <axis_0_axis_title>ms</axis_0_axis_title>
+        <axis_0_axis_color>
+          <color red="0" green="0" blue="0" />
+        </axis_0_axis_color>
+        <axis_2_scale_font>
+          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+        </axis_2_scale_font>
+        <trace_3_update_delay>1</trace_3_update_delay>
+        <trace_2_update_delay>1</trace_2_update_delay>
+        <trace_4_point_style>0</trace_4_point_style>
+        <axis_0_dash_grid_line>false</axis_0_dash_grid_line>
+        <trace_0_point_style>2</trace_0_point_style>
+        <trace_1_point_style>2</trace_1_point_style>
+        <trace_0_line_width>1</trace_0_line_width>
+        <axis_2_y_axis>false</axis_2_y_axis>
+        <trace_3_x_pv_value />
+        <axis_0_time_format>0</axis_0_time_format>
+        <trace_count>5</trace_count>
+        <axis_1_show_grid>true</axis_1_show_grid>
+        <trace_3_x_pv>$(PREFIX)-HV1:VoltR:LCURSOR_X</trace_3_x_pv>
+        <trace_2_trace_color>
+          <color name="Primary Blue" red="0" green="148" blue="202" />
+        </trace_2_trace_color>
+        <trace_4_visible>true</trace_4_visible>
+        <axis_1_dash_grid_line>true</axis_1_dash_grid_line>
+        <trace_3_buffer_size>2</trace_3_buffer_size>
+        <trace_2_trace_type>0</trace_2_trace_type>
+        <trace_3_line_width>3</trace_3_line_width>
+        <show_toolbar>true</show_toolbar>
+        <axis_0_visible>true</axis_0_visible>
+        <axis_0_show_grid>true</axis_0_show_grid>
+        <trace_0_y_axis_index>1</trace_0_y_axis_index>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>true</keep_wh_ratio>
+        </scale_options>
+        <trace_1_y_pv>$(PREFIX)-HV1:VoltR_Y</trace_1_y_pv>
+        <trace_2_concatenate_data>false</trace_2_concatenate_data>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <trace_2_y_pv_value />
+        <trace_2_anti_alias>false</trace_2_anti_alias>
+        <axis_0_maximum>6.0</axis_0_maximum>
+        <trace_1_y_axis_index>1</trace_1_y_axis_index>
+        <trace_2_name>$(trace_2_y_pv)</trace_2_name>
+        <height>247</height>
+        <trace_2_visible>true</trace_2_visible>
+        <trigger_pv_value />
+        <trace_3_y_pv>loc://val(-100,100)</trace_3_y_pv>
+        <axis_1_grid_color>
+          <color red="78" green="154" blue="6" />
+        </axis_1_grid_color>
+        <actions hook="false" hook_all="false" />
+        <trace_2_point_size>4</trace_2_point_size>
+        <trace_4_concatenate_data>false</trace_4_concatenate_data>
+        <axis_2_axis_color>
+          <color red="0" green="0" blue="0" />
+        </axis_2_axis_color>
+        <axis_0_log_scale>false</axis_0_log_scale>
+        <trace_0_x_pv_value />
+        <axis_0_auto_scale_threshold>0.0</axis_0_auto_scale_threshold>
+        <rules />
+        <axis_1_visible>true</axis_1_visible>
+        <axis_2_show_grid>false</axis_2_show_grid>
+        <trace_3_y_axis_index>1</trace_3_y_axis_index>
+        <trace_0_update_delay>1</trace_0_update_delay>
+        <trace_1_concatenate_data>false</trace_1_concatenate_data>
+        <trace_1_trace_color>
+          <color red="242" green="26" blue="26" />
+        </trace_1_trace_color>
+        <trace_3_trace_color>
+          <color name="Major" red="255" green="0" blue="0" />
+        </trace_3_trace_color>
+        <pv_name></pv_name>
+        <axis_2_log_scale>false</axis_2_log_scale>
+        <axis_2_auto_scale_threshold>0.0</axis_2_auto_scale_threshold>
+        <name>XY Graph</name>
+        <trace_1_trace_type>0</trace_1_trace_type>
+        <axis_0_auto_scale>true</axis_0_auto_scale>
+        <axis_0_minimum>-6.0</axis_0_minimum>
+        <trace_2_y_axis_index>1</trace_2_y_axis_index>
+        <trace_1_update_delay>1</trace_1_update_delay>
+        <axis_2_dash_grid_line>false</axis_2_dash_grid_line>
+        <axis_1_axis_title>mA</axis_1_axis_title>
+        <trace_2_x_pv_value />
+        <axis_1_auto_scale>false</axis_1_auto_scale>
+        <trace_1_line_width>1</trace_1_line_width>
+        <trace_3_trace_type>1</trace_3_trace_type>
+        <trace_2_y_pv>$(PREFIX)-HV2:VoltR_Y</trace_2_y_pv>
+        <trace_1_plot_mode>0</trace_1_plot_mode>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <axis_2_title_font>
+          <opifont.name fontName="Cantarell" height="11" style="1">Default Bold</opifont.name>
+        </axis_2_title_font>
+        <trace_3_point_style>0</trace_3_point_style>
+        <trace_0_y_pv>$(PREFIX)$(TYPE)-FC:CurrR_Y</trace_0_y_pv>
+        <trace_2_point_style>2</trace_2_point_style>
+        <trace_0_plot_mode>0</trace_0_plot_mode>
+        <trace_4_trace_type>1</trace_4_trace_type>
+        <enabled>true</enabled>
+        <trace_0_x_pv>$(PREFIX)$(TYPE)-FC:CurrR_XMS</trace_0_x_pv>
+        <axis_1_scale_font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </axis_1_scale_font>
+        <axis_1_time_format>0</axis_1_time_format>
+        <axis_2_time_format>0</axis_2_time_format>
+        <axis_2_left_bottom_side>false</axis_2_left_bottom_side>
+        <trace_3_plot_mode>0</trace_3_plot_mode>
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <axis_2_maximum>22.0</axis_2_maximum>
+        <show_plot_area_border>false</show_plot_area_border>
+        <width>895</width>
+        <trace_1_x_pv_value />
+        <axis_1_minimum>-8.0</axis_1_minimum>
+        <title_font>
+          <opifont.name fontName="Cantarell" height="11" style="1">Default Bold</opifont.name>
+        </title_font>
+        <trace_4_anti_alias>false</trace_4_anti_alias>
+        <trace_0_y_pv_value />
+        <trace_1_visible>true</trace_1_visible>
+        <plot_area_background_color>
+          <color red="0" green="0" blue="0" />
+        </plot_area_background_color>
+        <trace_4_point_size>4</trace_4_point_size>
+        <axis_1_title_font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </axis_1_title_font>
+        <visible>true</visible>
+        <axis_2_axis_title>ms</axis_2_axis_title>
+        <trace_4_trace_color>
+          <color name="Major" red="255" green="0" blue="0" />
+        </trace_4_trace_color>
+        <trace_1_buffer_size>520</trace_1_buffer_size>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <axis_2_scale_format></axis_2_scale_format>
+        <trace_4_y_pv_value />
+        <scripts />
+        <trace_0_point_size>3</trace_0_point_size>
+        <trace_0_trace_color>
+          <color red="0" green="255" blue="0" />
+        </trace_0_trace_color>
+        <trace_0_anti_alias>false</trace_0_anti_alias>
+        <trace_4_name>$(trace_4_y_pv)</trace_4_name>
+        <axis_1_auto_scale_threshold>0.0</axis_1_auto_scale_threshold>
+        <trace_4_y_axis_index>1</trace_4_y_axis_index>
+        <trace_2_plot_mode>0</trace_2_plot_mode>
+        <trace_2_x_pv>$(PREFIX)-HV2:VoltR_XMS</trace_2_x_pv>
+        <foreground_color>
+          <color red="0" green="0" blue="255" />
+        </foreground_color>
+      </widget>
+    </widget>
+    <widget typeId="org.csstudio.opibuilder.widgets.groupingContainer" version="1.0.0">
+      <border_style>0</border_style>
+      <tooltip></tooltip>
+      <rules />
+      <enabled>true</enabled>
+      <wuid>175d5c50:15ce367d227:-62aa</wuid>
+      <transparent>true</transparent>
+      <lock_children>false</lock_children>
+      <scripts />
+      <height>1164</height>
+      <border_width>1</border_width>
+      <scale_options>
+        <width_scalable>true</width_scalable>
+        <height_scalable>true</height_scalable>
+        <keep_wh_ratio>false</keep_wh_ratio>
+      </scale_options>
+      <macros>
+        <include_parent_macros>true</include_parent_macros>
+      </macros>
+      <visible>false</visible>
+      <border_color>
+        <color red="0" green="128" blue="255" />
+      </border_color>
+      <widget_type>Grouping Container</widget_type>
+      <background_color>
+        <color red="240" green="240" blue="240" />
+      </background_color>
+      <width>2489</width>
+      <x>1</x>
+      <name>PLC</name>
+      <y>1</y>
+      <foreground_color>
+        <color red="192" green="192" blue="192" />
+      </foreground_color>
+      <actions hook="false" hook_all="false" />
+      <fc>false</fc>
+      <show_scrollbar>true</show_scrollbar>
+      <font>
+        <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+      </font>
+      <widget typeId="org.csstudio.opibuilder.widgets.linkingContainer" version="1.0.0">
+        <opi_file></opi_file>
+        <border_style>3</border_style>
+        <tooltip></tooltip>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>175d5c50:15ce367d227:-62a9</wuid>
+        <scripts>
+          <path pathString="/CSS/emu/Scripts/PlcOpi.js" checkConnect="true" sfe="false" seoe="false">
+            <pv trig="true">loc://pagePLC</pv>
+          </path>
+        </scripts>
+        <height>1060</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <macros>
+          <include_parent_macros>true</include_parent_macros>
+        </macros>
+        <resize_behaviour>0</resize_behaviour>
+        <visible>true</visible>
+        <group_name></group_name>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <widget_type>Linking Container</widget_type>
+        <background_color>
+          <color name="Container Grey" red="200" green="200" blue="200" />
+        </background_color>
+        <width>2011</width>
+        <x>414</x>
+        <name>Linking Container</name>
+        <y>27</y>
+        <foreground_color>
+          <color red="192" green="192" blue="192" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.ActionButton" version="2.0.0">
+        <toggle_button>false</toggle_button>
+        <border_style>14</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <alarm_pulsing>false</alarm_pulsing>
+        <tooltip>$(pv_name)</tooltip>
+        <push_action_index>0</push_action_index>
+        <rules>
+          <rule name="Rule_fault_mode_1,2and3" prop_id="background_color" out_exp="false">
+            <exp bool_exp="pv0 == 1 || pv1==1 ||pv2==1">
+              <value>
+                <color name="Major" red="255" green="0" blue="0" />
+              </value>
+            </exp>
+            <pv trig="true">INFN-SRC:INTK-HMI:FM1</pv>
+            <pv trig="true">INFN-SRC:INTK-HMI:FM2</pv>
+            <pv trig="true">INFN-SRC:INTK-HMI:FM3</pv>
+          </rule>
+        </rules>
+        <enabled>true</enabled>
+        <wuid>175d5c50:15ce367d227:-62a8</wuid>
+        <pv_value />
+        <text>Fault mode 1, 2 and 3</text>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <height>70</height>
+        <border_width>0</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <image></image>
+        <visible>true</visible>
+        <pv_name></pv_name>
+        <border_color>
+          <color red="255" green="255" blue="255" />
+        </border_color>
+        <widget_type>Action Button</widget_type>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <background_color>
+          <color name="Container Border Grey" red="150" green="150" blue="150" />
+        </background_color>
+        <width>360</width>
+        <x>12</x>
+        <name>Action Button</name>
+        <y>102</y>
+        <style>0</style>
+        <foreground_color>
+          <color name="Black" red="0" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false">
+          <action type="WRITE_PV">
+            <pv_name>loc://pagePLC</pv_name>
+            <value>fm123</value>
+            <timeout>10</timeout>
+            <confirm_message></confirm_message>
+            <description></description>
+          </action>
+        </actions>
+        <font>
+          <opifont.name fontName="OpenSans" height="15" style="1">Medium Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.ActionButton" version="2.0.0">
+        <toggle_button>false</toggle_button>
+        <border_style>14</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <alarm_pulsing>false</alarm_pulsing>
+        <tooltip>$(pv_name)</tooltip>
+        <push_action_index>0</push_action_index>
+        <rules>
+          <rule name="Rule_fault_mode4and5" prop_id="background_color" out_exp="false">
+            <exp bool_exp="pv0==1 || pv1==1">
+              <value>
+                <color name="Major" red="255" green="0" blue="0" />
+              </value>
+            </exp>
+            <pv trig="true">INFN-SRC:INTK-HMI:FM5</pv>
+            <pv trig="true">INFN-SRC:INTK-HMI:FM4</pv>
+          </rule>
+        </rules>
+        <enabled>true</enabled>
+        <wuid>175d5c50:15ce367d227:-62a7</wuid>
+        <pv_value />
+        <text>Fault mode 4 and 5</text>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <height>70</height>
+        <border_width>0</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <image></image>
+        <visible>true</visible>
+        <pv_name></pv_name>
+        <border_color>
+          <color red="255" green="255" blue="255" />
+        </border_color>
+        <widget_type>Action Button</widget_type>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <background_color>
+          <color name="Container Border Grey" red="150" green="150" blue="150" />
+        </background_color>
+        <width>360</width>
+        <x>12</x>
+        <name>Action Button_10</name>
+        <y>177</y>
+        <style>0</style>
+        <foreground_color>
+          <color name="Black" red="0" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false">
+          <action type="WRITE_PV">
+            <pv_name>loc://pagePLC</pv_name>
+            <value>fm45</value>
+            <timeout>10</timeout>
+            <confirm_message></confirm_message>
+            <description></description>
+          </action>
+        </actions>
+        <font>
+          <opifont.name fontName="OpenSans" height="15" style="1">Medium Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.ActionButton" version="2.0.0">
+        <toggle_button>false</toggle_button>
+        <border_style>14</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <alarm_pulsing>false</alarm_pulsing>
+        <tooltip>$(pv_name)</tooltip>
+        <push_action_index>0</push_action_index>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>175d5c50:15ce367d227:-62a6</wuid>
+        <pv_value />
+        <text>Home</text>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <height>70</height>
+        <border_width>0</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <image></image>
+        <visible>true</visible>
+        <pv_name>loc://pagePLC("home")</pv_name>
+        <border_color>
+          <color red="255" green="255" blue="255" />
+        </border_color>
+        <widget_type>Action Button</widget_type>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <background_color>
+          <color name="Container Border Grey" red="150" green="150" blue="150" />
+        </background_color>
+        <width>360</width>
+        <x>12</x>
+        <name>Action Button_6</name>
+        <y>27</y>
+        <style>0</style>
+        <foreground_color>
+          <color name="Black" red="0" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false">
+          <action type="WRITE_PV">
+            <pv_name>loc://pagePLC</pv_name>
+            <value>home</value>
+            <timeout>10</timeout>
+            <confirm_message></confirm_message>
+            <description></description>
+          </action>
+        </actions>
+        <font>
+          <opifont.name fontName="OpenSans" height="15" style="1">Medium Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.ActionButton" version="2.0.0">
+        <toggle_button>false</toggle_button>
+        <border_style>14</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <alarm_pulsing>false</alarm_pulsing>
+        <tooltip>$(pv_name)</tooltip>
+        <push_action_index>0</push_action_index>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>175d5c50:15ce367d227:-62a5</wuid>
+        <pv_value />
+        <text>Inputs/outputs value</text>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <height>70</height>
+        <border_width>0</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <image></image>
+        <visible>true</visible>
+        <pv_name></pv_name>
+        <border_color>
+          <color red="255" green="255" blue="255" />
+        </border_color>
+        <widget_type>Action Button</widget_type>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <background_color>
+          <color name="Container Border Grey" red="150" green="150" blue="150" />
+        </background_color>
+        <width>360</width>
+        <x>12</x>
+        <name>Action Button_13</name>
+        <y>252</y>
+        <style>0</style>
+        <foreground_color>
+          <color name="Black" red="0" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false">
+          <action type="WRITE_PV">
+            <pv_name>loc://pagePLC</pv_name>
+            <value>InOut</value>
+            <timeout>10</timeout>
+            <confirm_message></confirm_message>
+            <description></description>
+          </action>
+        </actions>
+        <font>
+          <opifont.name fontName="OpenSans" height="15" style="1">Medium Bold</opifont.name>
+        </font>
+      </widget>
+    </widget>
+  </widget>
 </display>
\ No newline at end of file
diff --git a/NON-APPROVED/lebt-010-pbi-emu/EMU_H.opi b/NON-APPROVED/lebt-pbi/emu/EMU_H.opi
old mode 100755
new mode 100644
similarity index 97%
rename from NON-APPROVED/lebt-010-pbi-emu/EMU_H.opi
rename to NON-APPROVED/lebt-pbi/emu/EMU_H.opi
index fd33ce2e1f9f4c28bea121481c0a3738b62d0de3..f94eb91dd607a1d194dcc82b363b3efe690aeaae
--- a/NON-APPROVED/lebt-010-pbi-emu/EMU_H.opi
+++ b/NON-APPROVED/lebt-pbi/emu/EMU_H.opi
@@ -1,10479 +1,10479 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<display typeId="org.csstudio.opibuilder.Display" version="1.0.0">
-  <show_close_button>true</show_close_button>
-  <rules />
-  <wuid>3f06f9b8:152877ca726:-7d52</wuid>
-  <show_grid>true</show_grid>
-  <auto_zoom_to_fit_all>true</auto_zoom_to_fit_all>
-  <scripts />
-  <height>1600</height>
-  <macros>
-    <include_parent_macros>true</include_parent_macros>
-    <PREFIX>LNS-ISRC-010:PBI-EM</PREFIX>
-    <NAME_MTR>MTR2</NAME_MTR>
-    <TYPE>H</TYPE>
-  </macros>
-  <boy_version>4.0.103.201506251634</boy_version>
-  <show_edit_range>true</show_edit_range>
-  <widget_type>Display</widget_type>
-  <auto_scale_widgets>
-    <auto_scale_widgets>false</auto_scale_widgets>
-    <min_width>-1</min_width>
-    <min_height>-1</min_height>
-  </auto_scale_widgets>
-  <background_color>
-    <color red="240" green="240" blue="240" />
-  </background_color>
-  <width>2000</width>
-  <x>-1</x>
-  <name></name>
-  <grid_space>6</grid_space>
-  <show_ruler>true</show_ruler>
-  <y>-1</y>
-  <snap_to_geometry>true</snap_to_geometry>
-  <foreground_color>
-    <color red="192" green="192" blue="192" />
-  </foreground_color>
-  <actions hook="false" hook_all="false" />
-  <widget typeId="org.csstudio.opibuilder.widgets.linkingContainer" version="1.0.0">
-    <opi_file></opi_file>
-    <border_style>3</border_style>
-    <tooltip></tooltip>
-    <rules />
-    <enabled>true</enabled>
-    <wuid>7476ed13:15cc9bea0ad:-7cf6</wuid>
-    <scripts />
-    <height>1236</height>
-    <border_width>1</border_width>
-    <scale_options>
-      <width_scalable>true</width_scalable>
-      <height_scalable>true</height_scalable>
-      <keep_wh_ratio>false</keep_wh_ratio>
-    </scale_options>
-    <macros>
-      <include_parent_macros>true</include_parent_macros>
-    </macros>
-    <resize_behaviour>0</resize_behaviour>
-    <visible>true</visible>
-    <group_name></group_name>
-    <border_color>
-      <color red="0" green="128" blue="255" />
-    </border_color>
-    <widget_type>Linking Container</widget_type>
-    <background_color>
-      <color red="240" green="240" blue="240" />
-    </background_color>
-    <width>2542</width>
-    <x>9</x>
-    <name>Linking Container</name>
-    <y>91</y>
-    <foreground_color>
-      <color red="192" green="192" blue="192" />
-    </foreground_color>
-    <actions hook="false" hook_all="false" />
-    <font>
-      <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-    </font>
-  </widget>
-  <widget typeId="org.csstudio.opibuilder.widgets.tab" version="1.0.0">
-    <active_tab>0</active_tab>
-    <tooltip></tooltip>
-    <height>1165</height>
-    <tab_2_icon_path></tab_2_icon_path>
-    <border_width>1</border_width>
-    <border_color>
-      <color red="0" green="128" blue="255" />
-    </border_color>
-    <tab_0_foreground_color>
-      <color red="0" green="0" blue="0" />
-    </tab_0_foreground_color>
-    <actions hook="false" hook_all="false" />
-    <tab_1_enabled>true</tab_1_enabled>
-    <border_style>0</border_style>
-    <enabled>true</enabled>
-    <wuid>2fea3147:153609206ed:-7766</wuid>
-    <tab_1_background_color>
-      <color red="255" green="255" blue="255" />
-    </tab_1_background_color>
-    <tab_1_icon_path></tab_1_icon_path>
-    <tab_2_foreground_color>
-      <color red="0" green="0" blue="0" />
-    </tab_2_foreground_color>
-    <tab_1_font>
-      <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-    </tab_1_font>
-    <tab_2_enabled>true</tab_2_enabled>
-    <background_color>
-      <color red="240" green="240" blue="240" />
-    </background_color>
-    <width>2491</width>
-    <x>18</x>
-    <horizontal_tabs>true</horizontal_tabs>
-    <y>102</y>
-    <rules />
-    <macros>
-      <include_parent_macros>true</include_parent_macros>
-    </macros>
-    <visible>true</visible>
-    <tab_0_background_color>
-      <color red="255" green="255" blue="255" />
-    </tab_0_background_color>
-    <widget_type>Tabbed Container</widget_type>
-    <tab_2_font>
-      <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-    </tab_2_font>
-    <name></name>
-    <minimum_tab_height>10</minimum_tab_height>
-    <tab_2_title>PLC</tab_2_title>
-    <tab_0_font>
-      <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-    </tab_0_font>
-    <tab_2_background_color>
-      <color red="255" green="255" blue="255" />
-    </tab_2_background_color>
-    <tab_0_title>SCANNING</tab_0_title>
-    <tab_1_foreground_color>
-      <color red="0" green="0" blue="0" />
-    </tab_1_foreground_color>
-    <tab_1_title>DTACQ</tab_1_title>
-    <scripts />
-    <tab_count>3</tab_count>
-    <scale_options>
-      <width_scalable>true</width_scalable>
-      <height_scalable>true</height_scalable>
-      <keep_wh_ratio>false</keep_wh_ratio>
-    </scale_options>
-    <tab_0_icon_path></tab_0_icon_path>
-    <tab_0_enabled>true</tab_0_enabled>
-    <foreground_color>
-      <color red="192" green="192" blue="192" />
-    </foreground_color>
-    <widget typeId="org.csstudio.opibuilder.widgets.groupingContainer" version="1.0.0">
-      <border_style>0</border_style>
-      <tooltip></tooltip>
-      <rules />
-      <enabled>true</enabled>
-      <wuid>-4f668e34:1537ecf193c:-7f8d</wuid>
-      <transparent>true</transparent>
-      <lock_children>false</lock_children>
-      <scripts />
-      <height>1129</height>
-      <border_width>1</border_width>
-      <scale_options>
-        <width_scalable>true</width_scalable>
-        <height_scalable>true</height_scalable>
-        <keep_wh_ratio>false</keep_wh_ratio>
-      </scale_options>
-      <macros>
-        <include_parent_macros>true</include_parent_macros>
-      </macros>
-      <visible>true</visible>
-      <border_color>
-        <color red="0" green="128" blue="255" />
-      </border_color>
-      <widget_type>Grouping Container</widget_type>
-      <background_color>
-        <color red="240" green="240" blue="240" />
-      </background_color>
-      <width>2489</width>
-      <x>1</x>
-      <name>SCANNING</name>
-      <y>1</y>
-      <foreground_color>
-        <color red="192" green="192" blue="192" />
-      </foreground_color>
-      <actions hook="false" hook_all="false" />
-      <fc>false</fc>
-      <show_scrollbar>true</show_scrollbar>
-      <font>
-        <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-      </font>
-      <widget typeId="org.csstudio.opibuilder.widgets.RoundedRectangle" version="1.0.0">
-        <border_style>0</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <line_width>0</line_width>
-        <horizontal_fill>true</horizontal_fill>
-        <alarm_pulsing>false</alarm_pulsing>
-        <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>1e771979:1565068c2e3:-4ace</wuid>
-        <transparent>false</transparent>
-        <pv_value />
-        <alpha>255</alpha>
-        <corner_height>16</corner_height>
-        <bg_gradient_color>
-          <color red="255" green="255" blue="255" />
-        </bg_gradient_color>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <height>1099</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>true</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <pv_name></pv_name>
-        <gradient>false</gradient>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <anti_alias>true</anti_alias>
-        <corner_width>16</corner_width>
-        <line_style>0</line_style>
-        <widget_type>Rounded Rectangle</widget_type>
-        <fg_gradient_color>
-          <color red="255" green="255" blue="255" />
-        </fg_gradient_color>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <background_color>
-          <color name="Container Grey" red="200" green="200" blue="200" />
-        </background_color>
-        <width>349</width>
-        <x>29</x>
-        <name>Rounded Rectangle_5</name>
-        <y>12</y>
-        <fill_level>0.0</fill_level>
-        <foreground_color>
-          <color red="255" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-        </font>
-        <line_color>
-          <color red="128" green="0" blue="255" />
-        </line_color>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.tab" version="1.0.0">
-        <active_tab>0</active_tab>
-        <tooltip></tooltip>
-        <tab_3_icon_path></tab_3_icon_path>
-        <height>295</height>
-        <tab_2_icon_path></tab_2_icon_path>
-        <border_width>1</border_width>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <tab_0_foreground_color>
-          <color red="0" green="0" blue="0" />
-        </tab_0_foreground_color>
-        <actions hook="false" hook_all="false" />
-        <tab_1_enabled>true</tab_1_enabled>
-        <border_style>0</border_style>
-        <enabled>true</enabled>
-        <wuid>-1ab698cd:1586d27a42e:-6643</wuid>
-        <tab_1_background_color>
-          <color name="Field Background Grey" red="240" green="240" blue="240" />
-        </tab_1_background_color>
-        <tab_1_icon_path></tab_1_icon_path>
-        <tab_2_foreground_color>
-          <color red="0" green="0" blue="0" />
-        </tab_2_foreground_color>
-        <tab_1_font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </tab_1_font>
-        <tab_3_title>BPS</tab_3_title>
-        <tab_2_enabled>true</tab_2_enabled>
-        <background_color>
-          <color name="Container Grey" red="200" green="200" blue="200" />
-        </background_color>
-        <width>326</width>
-        <x>42</x>
-        <horizontal_tabs>true</horizontal_tabs>
-        <y>78</y>
-        <rules />
-        <tab_3_font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </tab_3_font>
-        <macros>
-          <include_parent_macros>true</include_parent_macros>
-        </macros>
-        <visible>true</visible>
-        <tab_0_background_color>
-          <color name="Field Background Grey" red="240" green="240" blue="240" />
-        </tab_0_background_color>
-        <tab_3_foreground_color>
-          <color red="0" green="0" blue="0" />
-        </tab_3_foreground_color>
-        <widget_type>Tabbed Container</widget_type>
-        <tab_2_font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </tab_2_font>
-        <tab_3_background_color>
-          <color name="Field Background Grey" red="240" green="240" blue="240" />
-        </tab_3_background_color>
-        <tab_3_enabled>true</tab_3_enabled>
-        <name>Tabbed Container_1</name>
-        <minimum_tab_height>10</minimum_tab_height>
-        <tab_2_title>Motor</tab_2_title>
-        <tab_0_font>
-          <opifont.name fontName="OpenSans" height="10" style="1">Small Bold</opifont.name>
-        </tab_0_font>
-        <tab_2_background_color>
-          <color name="Field Background Grey" red="240" green="240" blue="240" />
-        </tab_2_background_color>
-        <tab_0_title>DACQ</tab_0_title>
-        <tab_1_foreground_color>
-          <color red="0" green="0" blue="0" />
-        </tab_1_foreground_color>
-        <tab_1_title>Dimension</tab_1_title>
-        <scripts />
-        <tab_count>4</tab_count>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <tab_0_icon_path></tab_0_icon_path>
-        <tab_0_enabled>true</tab_0_enabled>
-        <foreground_color>
-          <color name="Container Grey" red="200" green="200" blue="200" />
-        </foreground_color>
-        <widget typeId="org.csstudio.opibuilder.widgets.groupingContainer" version="1.0.0">
-          <border_style>0</border_style>
-          <tooltip></tooltip>
-          <rules />
-          <enabled>true</enabled>
-          <wuid>-1168daa3:158859bc9c3:-6933</wuid>
-          <transparent>true</transparent>
-          <lock_children>false</lock_children>
-          <scripts />
-          <height>259</height>
-          <border_width>1</border_width>
-          <scale_options>
-            <width_scalable>true</width_scalable>
-            <height_scalable>true</height_scalable>
-            <keep_wh_ratio>false</keep_wh_ratio>
-          </scale_options>
-          <macros>
-            <include_parent_macros>true</include_parent_macros>
-          </macros>
-          <visible>false</visible>
-          <border_color>
-            <color red="0" green="128" blue="255" />
-          </border_color>
-          <widget_type>Grouping Container</widget_type>
-          <background_color>
-            <color red="240" green="240" blue="240" />
-          </background_color>
-          <width>324</width>
-          <x>1</x>
-          <name>DACQ</name>
-          <y>1</y>
-          <foreground_color>
-            <color red="192" green="192" blue="192" />
-          </foreground_color>
-          <actions hook="false" hook_all="false" />
-          <fc>false</fc>
-          <show_scrollbar>true</show_scrollbar>
-          <font>
-            <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-          </font>
-          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-            <border_style>0</border_style>
-            <tooltip></tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
-            <rules />
-            <enabled>false</enabled>
-            <wuid>-1168daa3:158859bc9c3:-691d</wuid>
-            <transparent>true</transparent>
-            <auto_size>false</auto_size>
-            <text>T1</text>
-            <scripts />
-            <height>20</height>
-            <border_width>2</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <visible>true</visible>
-            <vertical_alignment>1</vertical_alignment>
-            <border_color>
-              <color name="IO Border" red="215" green="215" blue="215" />
-            </border_color>
-            <widget_type>Label</widget_type>
-            <wrap_words>false</wrap_words>
-            <background_color>
-              <color name="IO Background" red="255" green="255" blue="205" />
-            </background_color>
-            <width>151</width>
-            <x>49</x>
-            <name>Label Orientation_1</name>
-            <y>54</y>
-            <foreground_color>
-              <color name="IO Foreground" red="0" green="0" blue="0" />
-            </foreground_color>
-            <actions hook="false" hook_all="false" />
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
-            <alarm_pulsing>false</alarm_pulsing>
-            <precision>0</precision>
-            <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
-            <rules>
-              <rule name="Disable" prop_id="enabled" out_exp="false">
-                <exp bool_exp="pv0==0">
-                  <value>true</value>
-                </exp>
-                <exp bool_exp="pv0==1">
-                  <value>false</value>
-                </exp>
-                <pv trig="true">${PREFIX}${TYPE}:MTR.BUSY</pv>
-              </rule>
-            </rules>
-            <pv_value />
-            <auto_size>false</auto_size>
-            <text></text>
-            <rotation_angle>0.0</rotation_angle>
-            <show_units>true</show_units>
-            <height>31</height>
-            <multiline_input>false</multiline_input>
-            <border_width>1</border_width>
-            <visible>true</visible>
-            <pv_name>$(PREFIX)$(TYPE):LCURSOR_ms</pv_name>
-            <selector_type>0</selector_type>
-            <border_color>
-              <color red="0" green="128" blue="255" />
-            </border_color>
-            <precision_from_pv>true</precision_from_pv>
-            <widget_type>Text Input</widget_type>
-            <confirm_message></confirm_message>
-            <name>Text Input</name>
-            <style>0</style>
-            <actions hook="false" hook_all="false" />
-            <border_style>3</border_style>
-            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-            <enabled>false</enabled>
-            <wuid>-1168daa3:158859bc9c3:-691c</wuid>
-            <transparent>false</transparent>
-            <scripts />
-            <border_alarm_sensitive>false</border_alarm_sensitive>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-            <format_type>0</format_type>
-            <limits_from_pv>false</limits_from_pv>
-            <background_color>
-              <color name="TextBackground" red="70" green="70" blue="70" />
-            </background_color>
-            <width>100</width>
-            <x>168</x>
-            <y>48</y>
-            <maximum>1.7976931348623157E308</maximum>
-            <foreground_color>
-              <color name="KeyboardEntry" red="0" green="255" blue="255" />
-            </foreground_color>
-            <minimum>-1.7976931348623157E308</minimum>
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-            <border_style>0</border_style>
-            <tooltip></tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
-            <rules />
-            <enabled>false</enabled>
-            <wuid>-1168daa3:158859bc9c3:-691b</wuid>
-            <transparent>true</transparent>
-            <auto_size>false</auto_size>
-            <text>T2</text>
-            <scripts />
-            <height>20</height>
-            <border_width>2</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <visible>true</visible>
-            <vertical_alignment>1</vertical_alignment>
-            <border_color>
-              <color name="IO Border" red="215" green="215" blue="215" />
-            </border_color>
-            <widget_type>Label</widget_type>
-            <wrap_words>false</wrap_words>
-            <background_color>
-              <color name="IO Background" red="255" green="255" blue="205" />
-            </background_color>
-            <width>174</width>
-            <x>38</x>
-            <name>Label Orientation_2</name>
-            <y>96</y>
-            <foreground_color>
-              <color name="IO Foreground" red="0" green="0" blue="0" />
-            </foreground_color>
-            <actions hook="false" hook_all="false" />
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-            <border_style>0</border_style>
-            <tooltip></tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
-            <rules />
-            <enabled>true</enabled>
-            <wuid>-1168daa3:158859bc9c3:-68d0</wuid>
-            <transparent>true</transparent>
-            <auto_size>false</auto_size>
-            <text>Measure interval</text>
-            <scripts />
-            <height>20</height>
-            <border_width>1</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <visible>true</visible>
-            <vertical_alignment>1</vertical_alignment>
-            <border_color>
-              <color red="0" green="128" blue="255" />
-            </border_color>
-            <widget_type>Label</widget_type>
-            <wrap_words>false</wrap_words>
-            <background_color>
-              <color red="255" green="255" blue="255" />
-            </background_color>
-            <width>151</width>
-            <x>142</x>
-            <name>Label</name>
-            <y>18</y>
-            <foreground_color>
-              <color red="0" green="0" blue="0" />
-            </foreground_color>
-            <actions hook="false" hook_all="false" />
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-            <border_style>0</border_style>
-            <tooltip></tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
-            <rules />
-            <enabled>true</enabled>
-            <wuid>-1168daa3:158859bc9c3:-68c6</wuid>
-            <transparent>true</transparent>
-            <auto_size>false</auto_size>
-            <text>Frequency sample </text>
-            <scripts />
-            <height>20</height>
-            <border_width>1</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <visible>true</visible>
-            <vertical_alignment>1</vertical_alignment>
-            <border_color>
-              <color red="0" green="128" blue="255" />
-            </border_color>
-            <widget_type>Label</widget_type>
-            <wrap_words>false</wrap_words>
-            <background_color>
-              <color red="255" green="255" blue="255" />
-            </background_color>
-            <width>151</width>
-            <x>6</x>
-            <name>Label_164</name>
-            <y>138</y>
-            <foreground_color>
-              <color red="0" green="0" blue="0" />
-            </foreground_color>
-            <actions hook="false" hook_all="false" />
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
-            <border_style>0</border_style>
-            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-            <alarm_pulsing>false</alarm_pulsing>
-            <precision>0</precision>
-            <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
-            <rules />
-            <enabled>true</enabled>
-            <wuid>-6047e935:1589bd389ef:-608e</wuid>
-            <transparent>false</transparent>
-            <pv_value />
-            <auto_size>false</auto_size>
-            <text>######</text>
-            <rotation_angle>0.0</rotation_angle>
-            <scripts />
-            <border_alarm_sensitive>true</border_alarm_sensitive>
-            <show_units>true</show_units>
-            <height>31</height>
-            <border_width>1</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <visible>true</visible>
-            <pv_name>$(PREFIX):CARD0:SAMPLINGRATE-RB</pv_name>
-            <vertical_alignment>1</vertical_alignment>
-            <border_color>
-              <color red="0" green="128" blue="255" />
-            </border_color>
-            <precision_from_pv>true</precision_from_pv>
-            <widget_type>Text Update</widget_type>
-            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-            <wrap_words>false</wrap_words>
-            <format_type>0</format_type>
-            <background_color>
-              <color red="70" green="70" blue="70" />
-            </background_color>
-            <width>100</width>
-            <x>168</x>
-            <name>Text Update</name>
-            <y>132</y>
-            <foreground_color>
-              <color name="Green On" red="0" green="255" blue="0" />
-            </foreground_color>
-            <actions hook="false" hook_all="false" />
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
-            <alarm_pulsing>false</alarm_pulsing>
-            <precision>0</precision>
-            <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
-            <rules>
-              <rule name="Disable" prop_id="enabled" out_exp="false">
-                <exp bool_exp="pv0==0">
-                  <value>true</value>
-                </exp>
-                <exp bool_exp="pv0==1">
-                  <value>false</value>
-                </exp>
-                <pv trig="true">${PREFIX}${TYPE}:MTR.BUSY</pv>
-              </rule>
-            </rules>
-            <pv_value />
-            <auto_size>false</auto_size>
-            <text></text>
-            <rotation_angle>0.0</rotation_angle>
-            <show_units>true</show_units>
-            <height>31</height>
-            <multiline_input>false</multiline_input>
-            <border_width>1</border_width>
-            <visible>true</visible>
-            <pv_name>$(PREFIX)$(TYPE):RCURSOR_ms</pv_name>
-            <selector_type>0</selector_type>
-            <border_color>
-              <color red="0" green="128" blue="255" />
-            </border_color>
-            <precision_from_pv>true</precision_from_pv>
-            <widget_type>Text Input</widget_type>
-            <confirm_message></confirm_message>
-            <name>Text Input</name>
-            <style>0</style>
-            <actions hook="false" hook_all="false" />
-            <border_style>3</border_style>
-            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-            <enabled>false</enabled>
-            <wuid>-6047e935:1589bd389ef:-5e00</wuid>
-            <transparent>false</transparent>
-            <scripts />
-            <border_alarm_sensitive>false</border_alarm_sensitive>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-            <format_type>0</format_type>
-            <limits_from_pv>false</limits_from_pv>
-            <background_color>
-              <color name="TextBackground" red="70" green="70" blue="70" />
-            </background_color>
-            <width>100</width>
-            <x>168</x>
-            <y>90</y>
-            <maximum>1.7976931348623157E308</maximum>
-            <foreground_color>
-              <color name="KeyboardEntry" red="0" green="255" blue="255" />
-            </foreground_color>
-            <minimum>-1.7976931348623157E308</minimum>
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-            </font>
-          </widget>
-        </widget>
-        <widget typeId="org.csstudio.opibuilder.widgets.groupingContainer" version="1.0.0">
-          <border_style>0</border_style>
-          <tooltip></tooltip>
-          <rules />
-          <enabled>true</enabled>
-          <wuid>-1ab698cd:1586d27a42e:-6642</wuid>
-          <transparent>true</transparent>
-          <lock_children>false</lock_children>
-          <scripts />
-          <height>259</height>
-          <border_width>1</border_width>
-          <scale_options>
-            <width_scalable>true</width_scalable>
-            <height_scalable>true</height_scalable>
-            <keep_wh_ratio>false</keep_wh_ratio>
-          </scale_options>
-          <macros>
-            <include_parent_macros>true</include_parent_macros>
-          </macros>
-          <visible>false</visible>
-          <border_color>
-            <color red="0" green="128" blue="255" />
-          </border_color>
-          <widget_type>Grouping Container</widget_type>
-          <background_color>
-            <color red="240" green="240" blue="240" />
-          </background_color>
-          <width>324</width>
-          <x>1</x>
-          <name>Dimension</name>
-          <y>1</y>
-          <foreground_color>
-            <color red="192" green="192" blue="192" />
-          </foreground_color>
-          <actions hook="false" hook_all="false" />
-          <fc>false</fc>
-          <show_scrollbar>true</show_scrollbar>
-          <font>
-            <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-          </font>
-          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-            <border_style>0</border_style>
-            <tooltip></tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
-            <rules />
-            <enabled>false</enabled>
-            <wuid>-20a75393:15809f6e4ee:-6feb</wuid>
-            <transparent>true</transparent>
-            <auto_size>false</auto_size>
-            <text>Energy (eV)</text>
-            <scripts />
-            <height>20</height>
-            <border_width>2</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <visible>true</visible>
-            <vertical_alignment>1</vertical_alignment>
-            <border_color>
-              <color name="IO Border" red="215" green="215" blue="215" />
-            </border_color>
-            <widget_type>Label</widget_type>
-            <wrap_words>false</wrap_words>
-            <background_color>
-              <color name="IO Background" red="255" green="255" blue="205" />
-            </background_color>
-            <width>151</width>
-            <x>12</x>
-            <name>Label Orientation_1</name>
-            <y>24</y>
-            <foreground_color>
-              <color name="IO Foreground" red="0" green="0" blue="0" />
-            </foreground_color>
-            <actions hook="false" hook_all="false" />
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
-            <alarm_pulsing>false</alarm_pulsing>
-            <precision>0</precision>
-            <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
-            <rules />
-            <pv_value />
-            <auto_size>false</auto_size>
-            <text></text>
-            <rotation_angle>0.0</rotation_angle>
-            <show_units>true</show_units>
-            <height>31</height>
-            <multiline_input>false</multiline_input>
-            <border_width>1</border_width>
-            <visible>true</visible>
-            <pv_name>${PREFIX}${TYPE}:CALC-Energy-SP</pv_name>
-            <selector_type>0</selector_type>
-            <border_color>
-              <color red="0" green="128" blue="255" />
-            </border_color>
-            <precision_from_pv>true</precision_from_pv>
-            <widget_type>Text Input</widget_type>
-            <confirm_message></confirm_message>
-            <name>Text Input</name>
-            <style>0</style>
-            <actions hook="false" hook_all="false" />
-            <border_style>3</border_style>
-            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-            <enabled>true</enabled>
-            <wuid>-20a75393:15809f6e4ee:-6fea</wuid>
-            <transparent>false</transparent>
-            <scripts />
-            <border_alarm_sensitive>false</border_alarm_sensitive>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-            <format_type>0</format_type>
-            <limits_from_pv>false</limits_from_pv>
-            <background_color>
-              <color name="TextBackground" red="70" green="70" blue="70" />
-            </background_color>
-            <width>100</width>
-            <x>198</x>
-            <y>18</y>
-            <maximum>1.7976931348623157E308</maximum>
-            <foreground_color>
-              <color name="KeyboardEntry" red="0" green="255" blue="255" />
-            </foreground_color>
-            <minimum>-1.7976931348623157E308</minimum>
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-            <border_style>0</border_style>
-            <tooltip></tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
-            <rules />
-            <enabled>false</enabled>
-            <wuid>-20a75393:15809f6e4ee:-6fe9</wuid>
-            <transparent>true</transparent>
-            <auto_size>false</auto_size>
-            <text>Distance betw. Plates</text>
-            <scripts />
-            <height>20</height>
-            <border_width>2</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <visible>false</visible>
-            <vertical_alignment>1</vertical_alignment>
-            <border_color>
-              <color name="IO Border" red="215" green="215" blue="215" />
-            </border_color>
-            <widget_type>Label</widget_type>
-            <wrap_words>false</wrap_words>
-            <background_color>
-              <color name="IO Background" red="255" green="255" blue="205" />
-            </background_color>
-            <width>174</width>
-            <x>13</x>
-            <name>Label Orientation_2</name>
-            <y>66</y>
-            <foreground_color>
-              <color name="IO Foreground" red="0" green="0" blue="0" />
-            </foreground_color>
-            <actions hook="false" hook_all="false" />
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
-            <alarm_pulsing>false</alarm_pulsing>
-            <precision>0</precision>
-            <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
-            <rules />
-            <pv_value />
-            <auto_size>false</auto_size>
-            <text></text>
-            <rotation_angle>0.0</rotation_angle>
-            <show_units>true</show_units>
-            <height>31</height>
-            <multiline_input>false</multiline_input>
-            <border_width>1</border_width>
-            <visible>false</visible>
-            <pv_name>${PREFIX}${TYPE}:CALC-DistP-SP</pv_name>
-            <selector_type>0</selector_type>
-            <border_color>
-              <color red="0" green="128" blue="255" />
-            </border_color>
-            <precision_from_pv>true</precision_from_pv>
-            <widget_type>Text Input</widget_type>
-            <confirm_message></confirm_message>
-            <name>Text Input_2</name>
-            <style>0</style>
-            <actions hook="false" hook_all="false" />
-            <border_style>3</border_style>
-            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-            <enabled>true</enabled>
-            <wuid>-20a75393:15809f6e4ee:-6fe8</wuid>
-            <transparent>false</transparent>
-            <scripts />
-            <border_alarm_sensitive>false</border_alarm_sensitive>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-            <format_type>0</format_type>
-            <limits_from_pv>false</limits_from_pv>
-            <background_color>
-              <color name="TextBackground" red="70" green="70" blue="70" />
-            </background_color>
-            <width>100</width>
-            <x>198</x>
-            <y>60</y>
-            <maximum>1.7976931348623157E308</maximum>
-            <foreground_color>
-              <color name="KeyboardEntry" red="0" green="255" blue="255" />
-            </foreground_color>
-            <minimum>-1.7976931348623157E308</minimum>
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-            <border_style>0</border_style>
-            <tooltip></tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
-            <rules />
-            <enabled>false</enabled>
-            <wuid>-20a75393:15809f6e4ee:-6fe7</wuid>
-            <transparent>true</transparent>
-            <auto_size>false</auto_size>
-            <text>Plate lenght</text>
-            <scripts />
-            <height>20</height>
-            <border_width>2</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <visible>false</visible>
-            <vertical_alignment>1</vertical_alignment>
-            <border_color>
-              <color name="IO Border" red="215" green="215" blue="215" />
-            </border_color>
-            <widget_type>Label</widget_type>
-            <wrap_words>false</wrap_words>
-            <background_color>
-              <color name="IO Background" red="255" green="255" blue="205" />
-            </background_color>
-            <width>199</width>
-            <x>0</x>
-            <name>Label Orientation_3</name>
-            <y>106</y>
-            <foreground_color>
-              <color name="IO Foreground" red="0" green="0" blue="0" />
-            </foreground_color>
-            <actions hook="false" hook_all="false" />
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
-            <alarm_pulsing>false</alarm_pulsing>
-            <precision>0</precision>
-            <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
-            <rules />
-            <pv_value />
-            <auto_size>false</auto_size>
-            <text></text>
-            <rotation_angle>0.0</rotation_angle>
-            <show_units>true</show_units>
-            <height>31</height>
-            <multiline_input>false</multiline_input>
-            <border_width>1</border_width>
-            <visible>false</visible>
-            <pv_name>${PREFIX}${TYPE}:CALC-LenghP-SP</pv_name>
-            <selector_type>0</selector_type>
-            <border_color>
-              <color red="0" green="128" blue="255" />
-            </border_color>
-            <precision_from_pv>true</precision_from_pv>
-            <widget_type>Text Input</widget_type>
-            <confirm_message></confirm_message>
-            <name>Text Input_3</name>
-            <style>0</style>
-            <actions hook="false" hook_all="false" />
-            <border_style>3</border_style>
-            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-            <enabled>true</enabled>
-            <wuid>-20a75393:15809f6e4ee:-6fe6</wuid>
-            <transparent>false</transparent>
-            <scripts />
-            <border_alarm_sensitive>false</border_alarm_sensitive>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-            <format_type>0</format_type>
-            <limits_from_pv>false</limits_from_pv>
-            <background_color>
-              <color name="TextBackground" red="70" green="70" blue="70" />
-            </background_color>
-            <width>100</width>
-            <x>198</x>
-            <y>100</y>
-            <maximum>1.7976931348623157E308</maximum>
-            <foreground_color>
-              <color name="KeyboardEntry" red="0" green="255" blue="255" />
-            </foreground_color>
-            <minimum>-1.7976931348623157E308</minimum>
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
-            <alarm_pulsing>false</alarm_pulsing>
-            <precision>0</precision>
-            <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
-            <rules />
-            <pv_value />
-            <auto_size>false</auto_size>
-            <text></text>
-            <rotation_angle>0.0</rotation_angle>
-            <show_units>true</show_units>
-            <height>31</height>
-            <multiline_input>false</multiline_input>
-            <border_width>1</border_width>
-            <visible>false</visible>
-            <pv_name>${PREFIX}${TYPE}:CALC-FacLenghP-SP</pv_name>
-            <selector_type>0</selector_type>
-            <border_color>
-              <color red="0" green="128" blue="255" />
-            </border_color>
-            <precision_from_pv>true</precision_from_pv>
-            <widget_type>Text Input</widget_type>
-            <confirm_message></confirm_message>
-            <name>Text Input_4</name>
-            <style>0</style>
-            <actions hook="false" hook_all="false" />
-            <border_style>3</border_style>
-            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-            <enabled>true</enabled>
-            <wuid>-20a75393:15809f6e4ee:-6fe4</wuid>
-            <transparent>false</transparent>
-            <scripts />
-            <border_alarm_sensitive>false</border_alarm_sensitive>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-            <format_type>0</format_type>
-            <limits_from_pv>false</limits_from_pv>
-            <background_color>
-              <color name="TextBackground" red="70" green="70" blue="70" />
-            </background_color>
-            <width>100</width>
-            <x>198</x>
-            <y>145</y>
-            <maximum>1.7976931348623157E308</maximum>
-            <foreground_color>
-              <color name="KeyboardEntry" red="0" green="255" blue="255" />
-            </foreground_color>
-            <minimum>-1.7976931348623157E308</minimum>
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-            <border_style>0</border_style>
-            <tooltip></tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
-            <rules />
-            <enabled>false</enabled>
-            <wuid>-20a75393:15809f6e4ee:-6fe5</wuid>
-            <transparent>true</transparent>
-            <auto_size>false</auto_size>
-            <text>Face Plate lenght</text>
-            <scripts />
-            <height>20</height>
-            <border_width>2</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <visible>false</visible>
-            <vertical_alignment>1</vertical_alignment>
-            <border_color>
-              <color name="IO Border" red="215" green="215" blue="215" />
-            </border_color>
-            <widget_type>Label</widget_type>
-            <wrap_words>false</wrap_words>
-            <background_color>
-              <color name="IO Background" red="255" green="255" blue="205" />
-            </background_color>
-            <width>199</width>
-            <x>0</x>
-            <name>Label Orientation_4</name>
-            <y>151</y>
-            <foreground_color>
-              <color name="IO Foreground" red="0" green="0" blue="0" />
-            </foreground_color>
-            <actions hook="false" hook_all="false" />
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-            <border_style>0</border_style>
-            <tooltip></tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
-            <rules />
-            <enabled>false</enabled>
-            <wuid>-20a75393:15809f6e4ee:-6fa3</wuid>
-            <transparent>true</transparent>
-            <auto_size>false</auto_size>
-            <text>Rear Plate lenght</text>
-            <scripts />
-            <height>20</height>
-            <border_width>2</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <visible>false</visible>
-            <vertical_alignment>1</vertical_alignment>
-            <border_color>
-              <color name="IO Border" red="215" green="215" blue="215" />
-            </border_color>
-            <widget_type>Label</widget_type>
-            <wrap_words>false</wrap_words>
-            <background_color>
-              <color name="IO Background" red="255" green="255" blue="205" />
-            </background_color>
-            <width>199</width>
-            <x>0</x>
-            <name>Label Orientation_4</name>
-            <y>195</y>
-            <foreground_color>
-              <color name="IO Foreground" red="0" green="0" blue="0" />
-            </foreground_color>
-            <actions hook="false" hook_all="false" />
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
-            <alarm_pulsing>false</alarm_pulsing>
-            <precision>0</precision>
-            <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
-            <rules />
-            <pv_value />
-            <auto_size>false</auto_size>
-            <text></text>
-            <rotation_angle>0.0</rotation_angle>
-            <show_units>true</show_units>
-            <height>31</height>
-            <multiline_input>false</multiline_input>
-            <border_width>1</border_width>
-            <visible>false</visible>
-            <pv_name>${PREFIX}${TYPE}:CALC-RearLenghP-SP</pv_name>
-            <selector_type>0</selector_type>
-            <border_color>
-              <color red="0" green="128" blue="255" />
-            </border_color>
-            <precision_from_pv>true</precision_from_pv>
-            <widget_type>Text Input</widget_type>
-            <confirm_message></confirm_message>
-            <name>Text Input_4</name>
-            <style>0</style>
-            <actions hook="false" hook_all="false" />
-            <border_style>3</border_style>
-            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-            <enabled>true</enabled>
-            <wuid>-20a75393:15809f6e4ee:-6fa2</wuid>
-            <transparent>false</transparent>
-            <scripts />
-            <border_alarm_sensitive>false</border_alarm_sensitive>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-            <format_type>0</format_type>
-            <limits_from_pv>false</limits_from_pv>
-            <background_color>
-              <color name="TextBackground" red="70" green="70" blue="70" />
-            </background_color>
-            <width>100</width>
-            <x>198</x>
-            <y>189</y>
-            <maximum>1.7976931348623157E308</maximum>
-            <foreground_color>
-              <color name="KeyboardEntry" red="0" green="255" blue="255" />
-            </foreground_color>
-            <minimum>-1.7976931348623157E308</minimum>
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-            </font>
-          </widget>
-        </widget>
-        <widget typeId="org.csstudio.opibuilder.widgets.groupingContainer" version="1.0.0">
-          <border_style>0</border_style>
-          <tooltip></tooltip>
-          <rules />
-          <enabled>true</enabled>
-          <wuid>-1ab698cd:1586d27a42e:-62df</wuid>
-          <transparent>true</transparent>
-          <lock_children>false</lock_children>
-          <scripts />
-          <height>259</height>
-          <border_width>1</border_width>
-          <scale_options>
-            <width_scalable>true</width_scalable>
-            <height_scalable>true</height_scalable>
-            <keep_wh_ratio>false</keep_wh_ratio>
-          </scale_options>
-          <macros>
-            <include_parent_macros>true</include_parent_macros>
-          </macros>
-          <visible>true</visible>
-          <border_color>
-            <color red="0" green="128" blue="255" />
-          </border_color>
-          <widget_type>Grouping Container</widget_type>
-          <background_color>
-            <color red="240" green="240" blue="240" />
-          </background_color>
-          <width>324</width>
-          <x>1</x>
-          <name>Motor</name>
-          <y>1</y>
-          <foreground_color>
-            <color red="192" green="192" blue="192" />
-          </foreground_color>
-          <actions hook="false" hook_all="false" />
-          <fc>false</fc>
-          <show_scrollbar>true</show_scrollbar>
-          <font>
-            <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-          </font>
-          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-            <border_style>0</border_style>
-            <tooltip></tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
-            <rules />
-            <enabled>false</enabled>
-            <wuid>-1ab698cd:1586d27a42e:-62d1</wuid>
-            <transparent>true</transparent>
-            <auto_size>false</auto_size>
-            <text>Velocity</text>
-            <scripts />
-            <height>20</height>
-            <border_width>2</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <visible>true</visible>
-            <vertical_alignment>1</vertical_alignment>
-            <border_color>
-              <color name="IO Border" red="215" green="215" blue="215" />
-            </border_color>
-            <widget_type>Label</widget_type>
-            <wrap_words>false</wrap_words>
-            <background_color>
-              <color name="IO Background" red="255" green="255" blue="205" />
-            </background_color>
-            <width>151</width>
-            <x>12</x>
-            <name>Label Orientation_1</name>
-            <y>30</y>
-            <foreground_color>
-              <color name="IO Foreground" red="0" green="0" blue="0" />
-            </foreground_color>
-            <actions hook="false" hook_all="false" />
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
-            <alarm_pulsing>false</alarm_pulsing>
-            <precision>2</precision>
-            <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
-            <rules>
-              <rule name="Disable" prop_id="enabled" out_exp="false">
-                <exp bool_exp="pv0==1">
-                  <value>false</value>
-                </exp>
-                <exp bool_exp="pv0==0">
-                  <value>true</value>
-                </exp>
-                <pv trig="true">${PREFIX}${TYPE}:MTR.BUSY</pv>
-              </rule>
-            </rules>
-            <pv_value />
-            <auto_size>false</auto_size>
-            <text></text>
-            <rotation_angle>0.0</rotation_angle>
-            <show_units>true</show_units>
-            <height>31</height>
-            <multiline_input>false</multiline_input>
-            <border_width>1</border_width>
-            <visible>true</visible>
-            <pv_name>$(PREFIX)-PMAC:$(NAME_MTR).VELO</pv_name>
-            <selector_type>0</selector_type>
-            <border_color>
-              <color red="0" green="128" blue="255" />
-            </border_color>
-            <precision_from_pv>false</precision_from_pv>
-            <widget_type>Text Input</widget_type>
-            <confirm_message></confirm_message>
-            <name>Text Input</name>
-            <style>0</style>
-            <actions hook="false" hook_all="false" />
-            <border_style>3</border_style>
-            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-            <enabled>true</enabled>
-            <wuid>-1ab698cd:1586d27a42e:-62d0</wuid>
-            <transparent>false</transparent>
-            <scripts />
-            <border_alarm_sensitive>false</border_alarm_sensitive>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-            <format_type>0</format_type>
-            <limits_from_pv>false</limits_from_pv>
-            <background_color>
-              <color name="TextBackground" red="70" green="70" blue="70" />
-            </background_color>
-            <width>130</width>
-            <x>168</x>
-            <y>24</y>
-            <maximum>7.0</maximum>
-            <foreground_color>
-              <color name="KeyboardEntry" red="0" green="255" blue="255" />
-            </foreground_color>
-            <minimum>-1.7976931348623157E308</minimum>
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-            <border_style>0</border_style>
-            <tooltip></tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
-            <rules />
-            <enabled>false</enabled>
-            <wuid>-1ab698cd:1586d27a42e:-62b9</wuid>
-            <transparent>true</transparent>
-            <auto_size>false</auto_size>
-            <text>Homing Velocity</text>
-            <scripts />
-            <height>20</height>
-            <border_width>2</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <visible>true</visible>
-            <vertical_alignment>1</vertical_alignment>
-            <border_color>
-              <color name="IO Border" red="215" green="215" blue="215" />
-            </border_color>
-            <widget_type>Label</widget_type>
-            <wrap_words>false</wrap_words>
-            <background_color>
-              <color name="IO Background" red="255" green="255" blue="205" />
-            </background_color>
-            <width>151</width>
-            <x>12</x>
-            <name>Label Orientation_1</name>
-            <y>72</y>
-            <foreground_color>
-              <color name="IO Foreground" red="0" green="0" blue="0" />
-            </foreground_color>
-            <actions hook="false" hook_all="false" />
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
-            <alarm_pulsing>false</alarm_pulsing>
-            <precision>2</precision>
-            <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
-            <rules>
-              <rule name="Disable" prop_id="enabled" out_exp="false">
-                <exp bool_exp="pv0==1">
-                  <value>false</value>
-                </exp>
-                <exp bool_exp="pv0==0">
-                  <value>true</value>
-                </exp>
-                <pv trig="true">${PREFIX}${TYPE}:MTR.BUSY</pv>
-              </rule>
-            </rules>
-            <pv_value />
-            <auto_size>false</auto_size>
-            <text></text>
-            <rotation_angle>0.0</rotation_angle>
-            <show_units>true</show_units>
-            <height>31</height>
-            <multiline_input>false</multiline_input>
-            <border_width>1</border_width>
-            <visible>true</visible>
-            <pv_name>$(PREFIX)-PMAC:$(NAME_MTR).HVEL</pv_name>
-            <selector_type>0</selector_type>
-            <border_color>
-              <color red="0" green="128" blue="255" />
-            </border_color>
-            <precision_from_pv>false</precision_from_pv>
-            <widget_type>Text Input</widget_type>
-            <confirm_message></confirm_message>
-            <name>Text Input</name>
-            <style>0</style>
-            <actions hook="false" hook_all="false" />
-            <border_style>3</border_style>
-            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-            <enabled>true</enabled>
-            <wuid>-1ab698cd:1586d27a42e:-62b8</wuid>
-            <transparent>false</transparent>
-            <scripts />
-            <border_alarm_sensitive>false</border_alarm_sensitive>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-            <format_type>0</format_type>
-            <limits_from_pv>false</limits_from_pv>
-            <background_color>
-              <color name="TextBackground" red="70" green="70" blue="70" />
-            </background_color>
-            <width>130</width>
-            <x>168</x>
-            <y>66</y>
-            <maximum>7.0</maximum>
-            <foreground_color>
-              <color name="KeyboardEntry" red="0" green="255" blue="255" />
-            </foreground_color>
-            <minimum>-1.7976931348623157E308</minimum>
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-            <border_style>0</border_style>
-            <tooltip></tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
-            <rules />
-            <enabled>false</enabled>
-            <wuid>-1ab698cd:1586d27a42e:-6298</wuid>
-            <transparent>true</transparent>
-            <auto_size>false</auto_size>
-            <text>Acc. time</text>
-            <scripts />
-            <height>20</height>
-            <border_width>2</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <visible>true</visible>
-            <vertical_alignment>1</vertical_alignment>
-            <border_color>
-              <color name="IO Border" red="215" green="215" blue="215" />
-            </border_color>
-            <widget_type>Label</widget_type>
-            <wrap_words>false</wrap_words>
-            <background_color>
-              <color name="IO Background" red="255" green="255" blue="205" />
-            </background_color>
-            <width>151</width>
-            <x>12</x>
-            <name>Label Orientation_1</name>
-            <y>114</y>
-            <foreground_color>
-              <color name="IO Foreground" red="0" green="0" blue="0" />
-            </foreground_color>
-            <actions hook="false" hook_all="false" />
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
-            <alarm_pulsing>false</alarm_pulsing>
-            <precision>2</precision>
-            <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
-            <rules>
-              <rule name="Disable" prop_id="enabled" out_exp="false">
-                <exp bool_exp="pv0==1">
-                  <value>false</value>
-                </exp>
-                <exp bool_exp="pv0==0">
-                  <value>true</value>
-                </exp>
-                <pv trig="true">${PREFIX}${TYPE}:MTR.BUSY</pv>
-              </rule>
-            </rules>
-            <pv_value />
-            <auto_size>false</auto_size>
-            <text></text>
-            <rotation_angle>0.0</rotation_angle>
-            <show_units>true</show_units>
-            <height>31</height>
-            <multiline_input>false</multiline_input>
-            <border_width>1</border_width>
-            <visible>true</visible>
-            <pv_name>$(PREFIX)-PMAC:$(NAME_MTR).ACCL</pv_name>
-            <selector_type>0</selector_type>
-            <border_color>
-              <color red="0" green="128" blue="255" />
-            </border_color>
-            <precision_from_pv>false</precision_from_pv>
-            <widget_type>Text Input</widget_type>
-            <confirm_message></confirm_message>
-            <name>Text Input</name>
-            <style>0</style>
-            <actions hook="false" hook_all="false" />
-            <border_style>3</border_style>
-            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-            <enabled>true</enabled>
-            <wuid>-1ab698cd:1586d27a42e:-6297</wuid>
-            <transparent>false</transparent>
-            <scripts />
-            <border_alarm_sensitive>false</border_alarm_sensitive>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-            <format_type>0</format_type>
-            <limits_from_pv>false</limits_from_pv>
-            <background_color>
-              <color name="TextBackground" red="70" green="70" blue="70" />
-            </background_color>
-            <width>130</width>
-            <x>168</x>
-            <y>108</y>
-            <maximum>1.7976931348623157E308</maximum>
-            <foreground_color>
-              <color name="KeyboardEntry" red="0" green="255" blue="255" />
-            </foreground_color>
-            <minimum>-1.7976931348623157E308</minimum>
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.ActionButton" version="2.0.0">
-            <toggle_button>false</toggle_button>
-            <border_style>6</border_style>
-            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-            <alarm_pulsing>false</alarm_pulsing>
-            <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-            <push_action_index>0</push_action_index>
-            <rules>
-              <rule name="Enable" prop_id="enabled" out_exp="false">
-                <exp bool_exp="pv0==0">
-                  <value>true</value>
-                </exp>
-                <exp bool_exp="pv0==1">
-                  <value>false</value>
-                </exp>
-                <pv trig="true">${PREFIX}${TYPE}:MTR.BUSY</pv>
-              </rule>
-            </rules>
-            <enabled>true</enabled>
-            <wuid>-1ab698cd:1586d27a42e:-5fde</wuid>
-            <pv_value />
-            <text>RESET</text>
-            <scripts />
-            <border_alarm_sensitive>true</border_alarm_sensitive>
-            <height>25</height>
-            <border_width>2</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <image></image>
-            <visible>true</visible>
-            <pv_name></pv_name>
-            <border_color>
-              <color name="Button Grey" red="180" green="180" blue="180" />
-            </border_color>
-            <widget_type>Action Button</widget_type>
-            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-            <background_color>
-              <color name="Button Grey" red="180" green="180" blue="180" />
-            </background_color>
-            <width>61</width>
-            <x>12</x>
-            <name>Action Button Template</name>
-            <y>231</y>
-            <style>0</style>
-            <foreground_color>
-              <color name="IO Foreground" red="0" green="0" blue="0" />
-            </foreground_color>
-            <actions hook="false" hook_all="false">
-              <action type="WRITE_PV">
-                <pv_name>$(PREFIX)-PMAC:$(NAME_MTR)-ACTMTR.PROC</pv_name>
-                <value>1</value>
-                <timeout>10</timeout>
-                <confirm_message></confirm_message>
-                <description></description>
-              </action>
-            </actions>
-            <font>
-              <opifont.name fontName="OpenSans" height="10" style="1">Small Bold</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-            <border_style>0</border_style>
-            <tooltip></tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
-            <rules />
-            <enabled>false</enabled>
-            <wuid>-1168daa3:158859bc9c3:-2f8d</wuid>
-            <transparent>true</transparent>
-            <auto_size>false</auto_size>
-            <text>Position CONS</text>
-            <scripts />
-            <height>20</height>
-            <border_width>2</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <visible>true</visible>
-            <vertical_alignment>1</vertical_alignment>
-            <border_color>
-              <color name="IO Border" red="215" green="215" blue="215" />
-            </border_color>
-            <widget_type>Label</widget_type>
-            <wrap_words>false</wrap_words>
-            <background_color>
-              <color name="IO Background" red="255" green="255" blue="205" />
-            </background_color>
-            <width>151</width>
-            <x>12</x>
-            <name>Label Orientation_1</name>
-            <y>156</y>
-            <foreground_color>
-              <color name="IO Foreground" red="0" green="0" blue="0" />
-            </foreground_color>
-            <actions hook="false" hook_all="false" />
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
-            <alarm_pulsing>false</alarm_pulsing>
-            <precision>2</precision>
-            <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
-            <rules>
-              <rule name="Disable" prop_id="enabled" out_exp="false">
-                <exp bool_exp="pv0==1 || pv1==0">
-                  <value>false</value>
-                </exp>
-                <exp bool_exp="pv0==0 &amp;&amp; pv1==1">
-                  <value>true</value>
-                </exp>
-                <pv trig="true">${PREFIX}${TYPE}:MTR.BUSY</pv>
-                <pv trig="true">$(PREFIX)$(TYPE)-PMAC:BRAKE_S</pv>
-              </rule>
-            </rules>
-            <pv_value />
-            <auto_size>false</auto_size>
-            <text></text>
-            <rotation_angle>0.0</rotation_angle>
-            <show_units>true</show_units>
-            <height>31</height>
-            <multiline_input>false</multiline_input>
-            <border_width>1</border_width>
-            <visible>true</visible>
-            <pv_name>$(PREFIX)-PMAC:$(NAME_MTR).VAL</pv_name>
-            <selector_type>0</selector_type>
-            <border_color>
-              <color red="0" green="128" blue="255" />
-            </border_color>
-            <precision_from_pv>false</precision_from_pv>
-            <widget_type>Text Input</widget_type>
-            <confirm_message></confirm_message>
-            <name>Text Input</name>
-            <style>0</style>
-            <actions hook="false" hook_all="false" />
-            <border_style>3</border_style>
-            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-            <enabled>true</enabled>
-            <wuid>-1168daa3:158859bc9c3:-2f8c</wuid>
-            <transparent>false</transparent>
-            <scripts />
-            <border_alarm_sensitive>false</border_alarm_sensitive>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-            <format_type>0</format_type>
-            <limits_from_pv>false</limits_from_pv>
-            <background_color>
-              <color name="TextBackground" red="70" green="70" blue="70" />
-            </background_color>
-            <width>130</width>
-            <x>168</x>
-            <y>150</y>
-            <maximum>1.7976931348623157E308</maximum>
-            <foreground_color>
-              <color name="KeyboardEntry" red="0" green="255" blue="255" />
-            </foreground_color>
-            <minimum>-1.7976931348623157E308</minimum>
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.ActionButton" version="2.0.0">
-            <toggle_button>false</toggle_button>
-            <border_style>6</border_style>
-            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-            <alarm_pulsing>false</alarm_pulsing>
-            <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-            <push_action_index>0</push_action_index>
-            <rules>
-              <rule name="Enable" prop_id="enabled" out_exp="false">
-                <exp bool_exp="pv0==1 &amp;&amp; pv1==0">
-                  <value>true</value>
-                </exp>
-                <exp bool_exp="pv0==0 || pv1==1">
-                  <value>false</value>
-                </exp>
-                <pv trig="true">$(PREFIX)$(TYPE)-PMAC:BRAKE_S</pv>
-                <pv trig="true">${PREFIX}${TYPE}:MTR.BUSY</pv>
-              </rule>
-            </rules>
-            <enabled>true</enabled>
-            <wuid>-1168daa3:158859bc9c3:-8e0</wuid>
-            <pv_value />
-            <text>MOVE</text>
-            <scripts />
-            <border_alarm_sensitive>true</border_alarm_sensitive>
-            <height>25</height>
-            <border_width>2</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <image></image>
-            <visible>true</visible>
-            <pv_name></pv_name>
-            <border_color>
-              <color name="IO Border" red="215" green="215" blue="215" />
-            </border_color>
-            <widget_type>Action Button</widget_type>
-            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-            <background_color>
-              <color name="IO Button" red="178" green="178" blue="178" />
-            </background_color>
-            <width>73</width>
-            <x>180</x>
-            <name>Action Button Template_3</name>
-            <y>198</y>
-            <style>0</style>
-            <foreground_color>
-              <color name="IO Foreground" red="0" green="0" blue="0" />
-            </foreground_color>
-            <actions hook="false" hook_all="false">
-              <action type="WRITE_PV">
-                <pv_name>$(PREFIX)-PMAC:$(NAME_MTR).SPMG</pv_name>
-                <value>2</value>
-                <timeout>10</timeout>
-                <confirm_message></confirm_message>
-                <description></description>
-              </action>
-            </actions>
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.ActionButton" version="2.0.0">
-            <toggle_button>false</toggle_button>
-            <border_style>6</border_style>
-            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-            <alarm_pulsing>false</alarm_pulsing>
-            <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-            <push_action_index>0</push_action_index>
-            <rules>
-              <rule name="Enable" prop_id="enabled" out_exp="false">
-                <exp bool_exp="pv0==1">
-                  <value>false</value>
-                </exp>
-                <exp bool_exp="pv0==0">
-                  <value>true</value>
-                </exp>
-                <pv trig="true">${PREFIX}${TYPE}:MTR.BUSY</pv>
-              </rule>
-            </rules>
-            <enabled>true</enabled>
-            <wuid>-1168daa3:158859bc9c3:-3d9</wuid>
-            <pv_value />
-            <text>STOP</text>
-            <scripts />
-            <border_alarm_sensitive>true</border_alarm_sensitive>
-            <height>25</height>
-            <border_width>2</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <image></image>
-            <visible>true</visible>
-            <pv_name></pv_name>
-            <border_color>
-              <color name="IO Border" red="215" green="215" blue="215" />
-            </border_color>
-            <widget_type>Action Button</widget_type>
-            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-            <background_color>
-              <color name="Major" red="255" green="0" blue="0" />
-            </background_color>
-            <width>73</width>
-            <x>90</x>
-            <name>Action Button Template_3</name>
-            <y>198</y>
-            <style>0</style>
-            <foreground_color>
-              <color name="IO Foreground" red="0" green="0" blue="0" />
-            </foreground_color>
-            <actions hook="false" hook_all="false">
-              <action type="WRITE_PV">
-                <pv_name>$(PREFIX)-PMAC:$(NAME_MTR).SPMG</pv_name>
-                <value>0</value>
-                <timeout>10</timeout>
-                <confirm_message></confirm_message>
-                <description></description>
-              </action>
-            </actions>
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.BoolSwitch" version="1.0.0">
-            <toggle_button>true</toggle_button>
-            <border_style>0</border_style>
-            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-            <alarm_pulsing>false</alarm_pulsing>
-            <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-            <push_action_index>0</push_action_index>
-            <rules />
-            <effect_3d>true</effect_3d>
-            <bit>-1</bit>
-            <enabled>true</enabled>
-            <wuid>-1168daa3:158859bc9c3:-380</wuid>
-            <on_color>
-              <color name="Green Off" red="0" green="30" blue="0" />
-            </on_color>
-            <show_confirm_dialog>0</show_confirm_dialog>
-            <password></password>
-            <pv_value />
-            <released_action_index>1</released_action_index>
-            <scripts />
-            <border_alarm_sensitive>false</border_alarm_sensitive>
-            <height>52</height>
-            <on_label>OFF</on_label>
-            <border_width>1</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <visible>true</visible>
-            <pv_name>$(PREFIX)$(TYPE)-PMAC:BRAKE_R</pv_name>
-            <border_color>
-              <color red="0" green="128" blue="255" />
-            </border_color>
-            <widget_type>Boolean Switch</widget_type>
-            <off_color>
-              <color name="Major" red="255" green="0" blue="0" />
-            </off_color>
-            <confirm_message>Are your sure you want to do this?</confirm_message>
-            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-            <background_color>
-              <color red="240" green="240" blue="240" />
-            </background_color>
-            <boolean_label_position>0</boolean_label_position>
-            <width>49</width>
-            <x>271</x>
-            <name>Boolean Switch</name>
-            <data_type>0</data_type>
-            <y>204</y>
-            <foreground_color>
-              <color red="0" green="0" blue="0" />
-            </foreground_color>
-            <actions hook="false" hook_all="false">
-              <action type="WRITE_PV">
-                <pv_name>$(PREFIX)$(TYPE)-PMAC:BRAKE_S</pv_name>
-                <value>1</value>
-                <timeout>10</timeout>
-                <confirm_message></confirm_message>
-                <description></description>
-              </action>
-              <action type="WRITE_PV">
-                <pv_name>$(PREFIX)$(TYPE)-PMAC:BRAKE_S</pv_name>
-                <value>0</value>
-                <timeout>10</timeout>
-                <confirm_message></confirm_message>
-                <description></description>
-              </action>
-            </actions>
-            <show_boolean_label>false</show_boolean_label>
-            <font>
-              <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-            </font>
-            <off_label>ON</off_label>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-            <border_style>0</border_style>
-            <tooltip></tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
-            <rules />
-            <enabled>true</enabled>
-            <wuid>-1168daa3:158859bc9c3:-227</wuid>
-            <transparent>true</transparent>
-            <auto_size>false</auto_size>
-            <text>brake</text>
-            <scripts />
-            <height>20</height>
-            <border_width>1</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <visible>true</visible>
-            <vertical_alignment>1</vertical_alignment>
-            <border_color>
-              <color red="0" green="128" blue="255" />
-            </border_color>
-            <widget_type>Label</widget_type>
-            <wrap_words>false</wrap_words>
-            <background_color>
-              <color red="255" green="255" blue="255" />
-            </background_color>
-            <width>80</width>
-            <x>240</x>
-            <name>Label</name>
-            <y>185</y>
-            <foreground_color>
-              <color red="0" green="0" blue="0" />
-            </foreground_color>
-            <actions hook="false" hook_all="false" />
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="0">Normal</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.ActionButton" version="2.0.0">
-            <toggle_button>false</toggle_button>
-            <border_style>6</border_style>
-            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-            <alarm_pulsing>false</alarm_pulsing>
-            <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-            <push_action_index>0</push_action_index>
-            <rules>
-              <rule name="Enable" prop_id="enabled" out_exp="false">
-                <exp bool_exp="pv0==1 &amp;&amp; pv1==0 &amp;&amp; pv2==0">
-                  <value>true</value>
-                </exp>
-                <exp bool_exp="pv0==0 || pv1==1||pv2==1">
-                  <value>false</value>
-                </exp>
-                <pv trig="true">$(PREFIX)$(TYPE)-PMAC:BRAKE_S</pv>
-                <pv trig="true">${PREFIX}${TYPE}:MTR.BUSY</pv>
-                <pv trig="true">$(PREFIX)-PMAC:$(NAME_MTR).MSTA</pv>
-              </rule>
-            </rules>
-            <enabled>true</enabled>
-            <wuid>-68059dcf:15e4dde69d7:-7754</wuid>
-            <pv_value />
-            <text>HOME</text>
-            <scripts />
-            <border_alarm_sensitive>true</border_alarm_sensitive>
-            <height>25</height>
-            <border_width>2</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <image></image>
-            <visible>true</visible>
-            <pv_name></pv_name>
-            <border_color>
-              <color name="IO Border" red="215" green="215" blue="215" />
-            </border_color>
-            <widget_type>Action Button</widget_type>
-            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-            <background_color>
-              <color name="IO Button" red="178" green="178" blue="178" />
-            </background_color>
-            <width>73</width>
-            <x>6</x>
-            <name>Action Button Template_3</name>
-            <y>198</y>
-            <style>0</style>
-            <foreground_color>
-              <color name="IO Foreground" red="0" green="0" blue="0" />
-            </foreground_color>
-            <actions hook="false" hook_all="false">
-              <action type="WRITE_PV">
-                <pv_name>$(PREFIX)$(TYPE):PROC-AUTO-HOME</pv_name>
-                <value>1</value>
-                <timeout>10</timeout>
-                <confirm_message></confirm_message>
-                <description></description>
-              </action>
-            </actions>
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-            </font>
-          </widget>
-        </widget>
-        <widget typeId="org.csstudio.opibuilder.widgets.groupingContainer" version="1.0.0">
-          <border_style>0</border_style>
-          <tooltip></tooltip>
-          <rules />
-          <enabled>true</enabled>
-          <wuid>4b16a64d:158af4f8f37:-7f5c</wuid>
-          <transparent>true</transparent>
-          <lock_children>false</lock_children>
-          <scripts />
-          <height>259</height>
-          <border_width>1</border_width>
-          <scale_options>
-            <width_scalable>true</width_scalable>
-            <height_scalable>true</height_scalable>
-            <keep_wh_ratio>false</keep_wh_ratio>
-          </scale_options>
-          <macros>
-            <include_parent_macros>true</include_parent_macros>
-          </macros>
-          <visible>false</visible>
-          <border_color>
-            <color red="0" green="128" blue="255" />
-          </border_color>
-          <widget_type>Grouping Container</widget_type>
-          <background_color>
-            <color red="240" green="240" blue="240" />
-          </background_color>
-          <width>324</width>
-          <x>1</x>
-          <name>BPS</name>
-          <y>1</y>
-          <foreground_color>
-            <color red="192" green="192" blue="192" />
-          </foreground_color>
-          <actions hook="false" hook_all="false" />
-          <fc>false</fc>
-          <show_scrollbar>true</show_scrollbar>
-          <font>
-            <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-          </font>
-          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-            <border_style>0</border_style>
-            <tooltip></tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
-            <rules />
-            <enabled>false</enabled>
-            <wuid>4b16a64d:158af4f8f37:-7f46</wuid>
-            <transparent>true</transparent>
-            <auto_size>false</auto_size>
-            <text>Voltage</text>
-            <scripts />
-            <height>20</height>
-            <border_width>2</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <visible>true</visible>
-            <vertical_alignment>1</vertical_alignment>
-            <border_color>
-              <color name="IO Border" red="215" green="215" blue="215" />
-            </border_color>
-            <widget_type>Label</widget_type>
-            <wrap_words>false</wrap_words>
-            <background_color>
-              <color name="IO Background" red="255" green="255" blue="205" />
-            </background_color>
-            <width>67</width>
-            <x>12</x>
-            <name>Label Orientation_2</name>
-            <y>96</y>
-            <foreground_color>
-              <color name="IO Foreground" red="0" green="0" blue="0" />
-            </foreground_color>
-            <actions hook="false" hook_all="false" />
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-            <border_style>0</border_style>
-            <tooltip></tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
-            <rules />
-            <enabled>false</enabled>
-            <wuid>4b16a64d:158af4f8f37:-7f44</wuid>
-            <transparent>true</transparent>
-            <auto_size>false</auto_size>
-            <text>Current</text>
-            <scripts />
-            <height>20</height>
-            <border_width>2</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <visible>true</visible>
-            <vertical_alignment>1</vertical_alignment>
-            <border_color>
-              <color name="IO Border" red="215" green="215" blue="215" />
-            </border_color>
-            <widget_type>Label</widget_type>
-            <wrap_words>false</wrap_words>
-            <background_color>
-              <color name="IO Background" red="255" green="255" blue="205" />
-            </background_color>
-            <width>73</width>
-            <x>6</x>
-            <name>Label Orientation_3</name>
-            <y>54</y>
-            <foreground_color>
-              <color name="IO Foreground" red="0" green="0" blue="0" />
-            </foreground_color>
-            <actions hook="false" hook_all="false" />
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
-            <alarm_pulsing>false</alarm_pulsing>
-            <precision>0</precision>
-            <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
-            <rules />
-            <pv_value />
-            <auto_size>false</auto_size>
-            <text></text>
-            <rotation_angle>0.0</rotation_angle>
-            <show_units>true</show_units>
-            <height>31</height>
-            <multiline_input>false</multiline_input>
-            <border_width>1</border_width>
-            <visible>true</visible>
-            <pv_name>${PREFIX}${TYPE}:BPS-CurS</pv_name>
-            <selector_type>0</selector_type>
-            <border_color>
-              <color red="0" green="128" blue="255" />
-            </border_color>
-            <precision_from_pv>true</precision_from_pv>
-            <widget_type>Text Input</widget_type>
-            <confirm_message></confirm_message>
-            <name>Text Input_3</name>
-            <style>0</style>
-            <actions hook="false" hook_all="false" />
-            <border_style>3</border_style>
-            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-            <enabled>true</enabled>
-            <wuid>4b16a64d:158af4f8f37:-7f43</wuid>
-            <transparent>false</transparent>
-            <scripts />
-            <border_alarm_sensitive>false</border_alarm_sensitive>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-            <format_type>0</format_type>
-            <limits_from_pv>false</limits_from_pv>
-            <background_color>
-              <color name="TextBackground" red="70" green="70" blue="70" />
-            </background_color>
-            <width>91</width>
-            <x>90</x>
-            <y>48</y>
-            <maximum>1.7976931348623157E308</maximum>
-            <foreground_color>
-              <color name="KeyboardEntry" red="0" green="255" blue="255" />
-            </foreground_color>
-            <minimum>-1.7976931348623157E308</minimum>
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-            <border_style>0</border_style>
-            <tooltip></tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
-            <rules />
-            <enabled>true</enabled>
-            <wuid>4b16a64d:158af4f8f37:-7f3b</wuid>
-            <transparent>true</transparent>
-            <auto_size>false</auto_size>
-            <text>VERTICAL</text>
-            <scripts />
-            <height>20</height>
-            <border_width>1</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <visible>true</visible>
-            <vertical_alignment>1</vertical_alignment>
-            <border_color>
-              <color red="0" green="128" blue="255" />
-            </border_color>
-            <widget_type>Label</widget_type>
-            <wrap_words>false</wrap_words>
-            <background_color>
-              <color red="255" green="255" blue="255" />
-            </background_color>
-            <width>199</width>
-            <x>66</x>
-            <name>Label_164</name>
-            <y>12</y>
-            <foreground_color>
-              <color red="0" green="0" blue="0" />
-            </foreground_color>
-            <actions hook="false" hook_all="false" />
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="0">Normal</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
-            <border_style>0</border_style>
-            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-            <alarm_pulsing>false</alarm_pulsing>
-            <precision>0</precision>
-            <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
-            <rules />
-            <enabled>true</enabled>
-            <wuid>4b16a64d:158af4f8f37:-7f27</wuid>
-            <transparent>false</transparent>
-            <pv_value />
-            <auto_size>false</auto_size>
-            <text>######</text>
-            <rotation_angle>0.0</rotation_angle>
-            <scripts />
-            <border_alarm_sensitive>true</border_alarm_sensitive>
-            <show_units>true</show_units>
-            <height>31</height>
-            <border_width>1</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <visible>true</visible>
-            <pv_name>${PREFIX}${TYPE}:BPS-CurR</pv_name>
-            <vertical_alignment>1</vertical_alignment>
-            <border_color>
-              <color red="0" green="128" blue="255" />
-            </border_color>
-            <precision_from_pv>true</precision_from_pv>
-            <widget_type>Text Update</widget_type>
-            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-            <wrap_words>false</wrap_words>
-            <format_type>0</format_type>
-            <background_color>
-              <color red="70" green="70" blue="70" />
-            </background_color>
-            <width>100</width>
-            <x>198</x>
-            <name>Text Update</name>
-            <y>48</y>
-            <foreground_color>
-              <color name="Green On" red="0" green="255" blue="0" />
-            </foreground_color>
-            <actions hook="false" hook_all="false" />
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
-            <border_style>0</border_style>
-            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-            <alarm_pulsing>false</alarm_pulsing>
-            <precision>0</precision>
-            <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
-            <rules />
-            <enabled>true</enabled>
-            <wuid>4b16a64d:158af4f8f37:-7f1b</wuid>
-            <transparent>false</transparent>
-            <pv_value />
-            <auto_size>false</auto_size>
-            <text>######</text>
-            <rotation_angle>0.0</rotation_angle>
-            <scripts />
-            <border_alarm_sensitive>true</border_alarm_sensitive>
-            <show_units>true</show_units>
-            <height>31</height>
-            <border_width>1</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <visible>true</visible>
-            <pv_name>${PREFIX}${TYPE}:BPS-VolR</pv_name>
-            <vertical_alignment>1</vertical_alignment>
-            <border_color>
-              <color red="0" green="128" blue="255" />
-            </border_color>
-            <precision_from_pv>true</precision_from_pv>
-            <widget_type>Text Update</widget_type>
-            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-            <wrap_words>false</wrap_words>
-            <format_type>0</format_type>
-            <background_color>
-              <color red="70" green="70" blue="70" />
-            </background_color>
-            <width>100</width>
-            <x>198</x>
-            <name>Text Update</name>
-            <y>90</y>
-            <foreground_color>
-              <color name="Green On" red="0" green="255" blue="0" />
-            </foreground_color>
-            <actions hook="false" hook_all="false" />
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
-            <alarm_pulsing>false</alarm_pulsing>
-            <precision>0</precision>
-            <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
-            <rules />
-            <pv_value />
-            <auto_size>false</auto_size>
-            <text></text>
-            <rotation_angle>0.0</rotation_angle>
-            <show_units>true</show_units>
-            <height>31</height>
-            <multiline_input>false</multiline_input>
-            <border_width>1</border_width>
-            <visible>true</visible>
-            <pv_name>${PREFIX}${TYPE}:BPS-VolS</pv_name>
-            <selector_type>0</selector_type>
-            <border_color>
-              <color red="0" green="128" blue="255" />
-            </border_color>
-            <precision_from_pv>true</precision_from_pv>
-            <widget_type>Text Input</widget_type>
-            <confirm_message></confirm_message>
-            <name>Text Input_3</name>
-            <style>0</style>
-            <actions hook="false" hook_all="false" />
-            <border_style>3</border_style>
-            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-            <enabled>true</enabled>
-            <wuid>4b16a64d:158af4f8f37:-6180</wuid>
-            <transparent>false</transparent>
-            <scripts />
-            <border_alarm_sensitive>false</border_alarm_sensitive>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-            <format_type>0</format_type>
-            <limits_from_pv>false</limits_from_pv>
-            <background_color>
-              <color name="TextBackground" red="70" green="70" blue="70" />
-            </background_color>
-            <width>91</width>
-            <x>90</x>
-            <y>90</y>
-            <maximum>1.7976931348623157E308</maximum>
-            <foreground_color>
-              <color name="KeyboardEntry" red="0" green="255" blue="255" />
-            </foreground_color>
-            <minimum>-1.7976931348623157E308</minimum>
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-            </font>
-          </widget>
-        </widget>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.RoundedRectangle" version="1.0.0">
-        <border_style>0</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <line_width>0</line_width>
-        <horizontal_fill>true</horizontal_fill>
-        <alarm_pulsing>false</alarm_pulsing>
-        <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>-16429ab9:1582e68df9a:-4223</wuid>
-        <transparent>false</transparent>
-        <pv_value />
-        <alpha>255</alpha>
-        <corner_height>16</corner_height>
-        <bg_gradient_color>
-          <color red="255" green="255" blue="255" />
-        </bg_gradient_color>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <height>1099</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <pv_name></pv_name>
-        <gradient>false</gradient>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <anti_alias>true</anti_alias>
-        <corner_width>16</corner_width>
-        <line_style>0</line_style>
-        <widget_type>Rounded Rectangle</widget_type>
-        <fg_gradient_color>
-          <color red="255" green="255" blue="255" />
-        </fg_gradient_color>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <background_color>
-          <color name="Container Grey" red="200" green="200" blue="200" />
-        </background_color>
-        <width>1681</width>
-        <x>414</x>
-        <name>Rounded Rectangle_5</name>
-        <y>18</y>
-        <fill_level>0.0</fill_level>
-        <foreground_color>
-          <color red="255" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-        </font>
-        <line_color>
-          <color red="128" green="0" blue="255" />
-        </line_color>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.RoundedRectangle" version="1.0.0">
-        <border_style>0</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <line_width>0</line_width>
-        <horizontal_fill>true</horizontal_fill>
-        <alarm_pulsing>false</alarm_pulsing>
-        <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>-47901338:158955bc5eb:-344b</wuid>
-        <transparent>false</transparent>
-        <pv_value />
-        <alpha>255</alpha>
-        <corner_height>16</corner_height>
-        <bg_gradient_color>
-          <color red="255" green="255" blue="255" />
-        </bg_gradient_color>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <height>208</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <pv_name></pv_name>
-        <gradient>false</gradient>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <anti_alias>true</anti_alias>
-        <corner_width>16</corner_width>
-        <line_style>0</line_style>
-        <widget_type>Rounded Rectangle</widget_type>
-        <fg_gradient_color>
-          <color red="255" green="255" blue="255" />
-        </fg_gradient_color>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <background_color>
-          <color name="Black" red="0" green="0" blue="0" />
-        </background_color>
-        <width>205</width>
-        <x>420</x>
-        <name>Rounded Rectangle_7</name>
-        <y>894</y>
-        <fill_level>0.0</fill_level>
-        <foreground_color>
-          <color red="255" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-        </font>
-        <line_color>
-          <color red="128" green="0" blue="255" />
-        </line_color>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
-        <border_style>0</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <alarm_pulsing>false</alarm_pulsing>
-        <precision>0</precision>
-        <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-        <horizontal_alignment>0</horizontal_alignment>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>-47901338:158955bc5eb:-31fa</wuid>
-        <transparent>true</transparent>
-        <pv_value />
-        <auto_size>false</auto_size>
-        <text>######</text>
-        <rotation_angle>0.0</rotation_angle>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <show_units>true</show_units>
-        <height>20</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <pv_name>$(PREFIX)$(TYPE):CALC-PROJ-X</pv_name>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <precision_from_pv>true</precision_from_pv>
-        <widget_type>Text Update</widget_type>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <wrap_words>false</wrap_words>
-        <format_type>0</format_type>
-        <background_color>
-          <color red="255" green="255" blue="255" />
-        </background_color>
-        <width>100</width>
-        <x>540</x>
-        <name>Text Update</name>
-        <y>912</y>
-        <foreground_color>
-          <color name="Green On" red="0" green="255" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.RoundedRectangle" version="1.0.0">
-        <border_style>0</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <line_width>0</line_width>
-        <horizontal_fill>true</horizontal_fill>
-        <alarm_pulsing>false</alarm_pulsing>
-        <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>-16429ab9:158444d4181:-7ba7</wuid>
-        <transparent>false</transparent>
-        <pv_value />
-        <alpha>255</alpha>
-        <corner_height>16</corner_height>
-        <bg_gradient_color>
-          <color red="255" green="255" blue="255" />
-        </bg_gradient_color>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <height>79</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <pv_name></pv_name>
-        <gradient>false</gradient>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <anti_alias>true</anti_alias>
-        <corner_width>16</corner_width>
-        <line_style>0</line_style>
-        <widget_type>Rounded Rectangle</widget_type>
-        <fg_gradient_color>
-          <color red="255" green="255" blue="255" />
-        </fg_gradient_color>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <background_color>
-          <color name="Container Border Grey" red="150" green="150" blue="150" />
-        </background_color>
-        <width>350</width>
-        <x>29</x>
-        <name>Rounded Rectangle</name>
-        <y>1038</y>
-        <fill_level>0.0</fill_level>
-        <foreground_color>
-          <color red="255" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-        </font>
-        <line_color>
-          <color red="128" green="0" blue="255" />
-        </line_color>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
-        <alarm_pulsing>false</alarm_pulsing>
-        <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-        <rules />
-        <effect_3d>true</effect_3d>
-        <bit>-1</bit>
-        <pv_value />
-        <height>36</height>
-        <border_width>1</border_width>
-        <visible>true</visible>
-        <pv_name>${PREFIX}${TYPE}:MTR.BUSY</pv_name>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <widget_type>LED</widget_type>
-        <name>LED</name>
-        <actions hook="false" hook_all="false" />
-        <show_boolean_label>false</show_boolean_label>
-        <border_style>0</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <enabled>true</enabled>
-        <wuid>1e771979:1565068c2e3:-4cec</wuid>
-        <on_color>
-          <color red="0" green="255" blue="0" />
-        </on_color>
-        <scripts />
-        <border_alarm_sensitive>true</border_alarm_sensitive>
-        <on_label>ON</on_label>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>true</keep_wh_ratio>
-        </scale_options>
-        <off_color>
-          <color red="0" green="100" blue="0" />
-        </off_color>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <background_color>
-          <color red="240" green="240" blue="240" />
-        </background_color>
-        <square_led>true</square_led>
-        <width>32</width>
-        <x>336</x>
-        <data_type>0</data_type>
-        <y>1066</y>
-        <foreground_color>
-          <color red="192" green="192" blue="192" />
-        </foreground_color>
-        <font>
-          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-        </font>
-        <off_label>OFF</off_label>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
-        <border_style>0</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <line_width>1</line_width>
-        <horizontal_fill>true</horizontal_fill>
-        <alarm_pulsing>false</alarm_pulsing>
-        <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-        <arrows>0</arrows>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>1e771979:1565068c2e3:-4a2d</wuid>
-        <transparent>false</transparent>
-        <points>
-          <point x="30" y="393" />
-          <point x="378" y="393" />
-          <point x="378" y="393" />
-          <point x="378" y="393" />
-          <point x="378" y="393" />
-        </points>
-        <fill_arrow>true</fill_arrow>
-        <pv_value />
-        <alpha>255</alpha>
-        <rotation_angle>0.0</rotation_angle>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <height>1</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>true</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <pv_name></pv_name>
-        <border_color>
-          <color name="Black" red="0" green="0" blue="0" />
-        </border_color>
-        <anti_alias>true</anti_alias>
-        <line_style>0</line_style>
-        <arrow_length>20</arrow_length>
-        <widget_type>Polyline</widget_type>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <background_color>
-          <color name="Black" red="0" green="0" blue="0" />
-        </background_color>
-        <width>349</width>
-        <x>30</x>
-        <name>Polyline</name>
-        <y>393</y>
-        <fill_level>0.0</fill_level>
-        <foreground_color>
-          <color red="255" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-        <border_style>0</border_style>
-        <tooltip></tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>1e771979:1565068c2e3:-4ab2</wuid>
-        <transparent>false</transparent>
-        <auto_size>false</auto_size>
-        <text>Position</text>
-        <scripts />
-        <height>25</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <widget_type>Label</widget_type>
-        <wrap_words>false</wrap_words>
-        <background_color>
-          <color name="panelArea" red="240" green="240" blue="240" />
-        </background_color>
-        <width>229</width>
-        <x>96</x>
-        <name>Label_156</name>
-        <y>381</y>
-        <foreground_color>
-          <color red="0" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-        <border_style>0</border_style>
-        <tooltip></tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules />
-        <enabled>false</enabled>
-        <wuid>1e771979:1565068c2e3:-3e44</wuid>
-        <transparent>true</transparent>
-        <auto_size>false</auto_size>
-        <text>START position</text>
-        <scripts />
-        <height>20</height>
-        <border_width>2</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color name="IO Border" red="215" green="215" blue="215" />
-        </border_color>
-        <widget_type>Label</widget_type>
-        <wrap_words>false</wrap_words>
-        <background_color>
-          <color name="IO Background" red="255" green="255" blue="205" />
-        </background_color>
-        <width>151</width>
-        <x>42</x>
-        <name>Label Orientation_7</name>
-        <y>420</y>
-        <foreground_color>
-          <color name="IO Foreground" red="0" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
-        <alarm_pulsing>false</alarm_pulsing>
-        <precision>0</precision>
-        <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules>
-          <rule name="Disable" prop_id="enabled" out_exp="false">
-            <exp bool_exp="pv0==1">
-              <value>false</value>
-            </exp>
-            <exp bool_exp="pv0==0">
-              <value>true</value>
-            </exp>
-            <pv trig="true">${PREFIX}${TYPE}:MTR.BUSY</pv>
-          </rule>
-        </rules>
-        <pv_value />
-        <auto_size>false</auto_size>
-        <text></text>
-        <rotation_angle>0.0</rotation_angle>
-        <show_units>true</show_units>
-        <height>31</height>
-        <multiline_input>false</multiline_input>
-        <border_width>1</border_width>
-        <visible>true</visible>
-        <pv_name>${PREFIX}${TYPE}:MTR.P4SP</pv_name>
-        <selector_type>0</selector_type>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <precision_from_pv>true</precision_from_pv>
-        <widget_type>Text Input</widget_type>
-        <confirm_message></confirm_message>
-        <name>Text Input</name>
-        <style>0</style>
-        <actions hook="false" hook_all="false" />
-        <border_style>3</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <enabled>true</enabled>
-        <wuid>1e771979:1565068c2e3:-3e43</wuid>
-        <transparent>false</transparent>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <format_type>0</format_type>
-        <limits_from_pv>false</limits_from_pv>
-        <background_color>
-          <color name="TextBackground" red="70" green="70" blue="70" />
-        </background_color>
-        <width>121</width>
-        <x>228</x>
-        <y>414</y>
-        <maximum>0.0</maximum>
-        <foreground_color>
-          <color name="KeyboardEntry" red="0" green="255" blue="255" />
-        </foreground_color>
-        <minimum>-200.0</minimum>
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-        <border_style>0</border_style>
-        <tooltip></tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules />
-        <enabled>false</enabled>
-        <wuid>1e771979:1565068c2e3:-3d91</wuid>
-        <transparent>true</transparent>
-        <auto_size>false</auto_size>
-        <text>END position</text>
-        <scripts />
-        <height>20</height>
-        <border_width>2</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color name="IO Border" red="215" green="215" blue="215" />
-        </border_color>
-        <widget_type>Label</widget_type>
-        <wrap_words>false</wrap_words>
-        <background_color>
-          <color name="IO Background" red="255" green="255" blue="205" />
-        </background_color>
-        <width>104</width>
-        <x>71</x>
-        <name>Label Orientation_7</name>
-        <y>462</y>
-        <foreground_color>
-          <color name="IO Foreground" red="0" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
-        <alarm_pulsing>false</alarm_pulsing>
-        <precision>0</precision>
-        <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules>
-          <rule name="Disable" prop_id="enabled" out_exp="false">
-            <exp bool_exp="pv0==1">
-              <value>false</value>
-            </exp>
-            <exp bool_exp="pv0==0">
-              <value>true</value>
-            </exp>
-            <pv trig="true">${PREFIX}${TYPE}:MTR.BUSY</pv>
-          </rule>
-        </rules>
-        <pv_value />
-        <auto_size>false</auto_size>
-        <text></text>
-        <rotation_angle>0.0</rotation_angle>
-        <show_units>true</show_units>
-        <height>31</height>
-        <multiline_input>false</multiline_input>
-        <border_width>1</border_width>
-        <visible>true</visible>
-        <pv_name>${PREFIX}${TYPE}:MTR.P4EP</pv_name>
-        <selector_type>0</selector_type>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <precision_from_pv>true</precision_from_pv>
-        <widget_type>Text Input</widget_type>
-        <confirm_message></confirm_message>
-        <name>Text Input</name>
-        <style>0</style>
-        <actions hook="false" hook_all="false" />
-        <border_style>3</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <enabled>true</enabled>
-        <wuid>1e771979:1565068c2e3:-3d90</wuid>
-        <transparent>false</transparent>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <format_type>0</format_type>
-        <limits_from_pv>false</limits_from_pv>
-        <background_color>
-          <color name="TextBackground" red="70" green="70" blue="70" />
-        </background_color>
-        <width>121</width>
-        <x>228</x>
-        <y>456</y>
-        <maximum>1.7976931348623157E308</maximum>
-        <foreground_color>
-          <color name="KeyboardEntry" red="0" green="255" blue="255" />
-        </foreground_color>
-        <minimum>-1.7976931348623157E308</minimum>
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
-        <border_style>0</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <line_width>1</line_width>
-        <horizontal_fill>true</horizontal_fill>
-        <alarm_pulsing>false</alarm_pulsing>
-        <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-        <arrows>0</arrows>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>1e771979:1565068c2e3:-33bf</wuid>
-        <transparent>false</transparent>
-        <points>
-          <point x="29" y="597" />
-          <point x="377" y="597" />
-          <point x="377" y="597" />
-          <point x="377" y="597" />
-          <point x="377" y="597" />
-        </points>
-        <fill_arrow>true</fill_arrow>
-        <pv_value />
-        <alpha>255</alpha>
-        <rotation_angle>0.0</rotation_angle>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <height>1</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>true</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <pv_name></pv_name>
-        <border_color>
-          <color name="Black" red="0" green="0" blue="0" />
-        </border_color>
-        <anti_alias>true</anti_alias>
-        <line_style>0</line_style>
-        <arrow_length>20</arrow_length>
-        <widget_type>Polyline</widget_type>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <background_color>
-          <color name="Black" red="0" green="0" blue="0" />
-        </background_color>
-        <width>349</width>
-        <x>29</x>
-        <name>Polyline</name>
-        <y>597</y>
-        <fill_level>0.0</fill_level>
-        <foreground_color>
-          <color red="255" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-        <border_style>0</border_style>
-        <tooltip></tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>1e771979:1565068c2e3:-33be</wuid>
-        <transparent>false</transparent>
-        <auto_size>false</auto_size>
-        <text>Angle</text>
-        <scripts />
-        <height>25</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <widget_type>Label</widget_type>
-        <wrap_words>false</wrap_words>
-        <background_color>
-          <color name="panelArea" red="240" green="240" blue="240" />
-        </background_color>
-        <width>229</width>
-        <x>96</x>
-        <name>Label_156</name>
-        <y>585</y>
-        <foreground_color>
-          <color red="0" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-        <border_style>0</border_style>
-        <tooltip></tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules />
-        <enabled>false</enabled>
-        <wuid>1e771979:1565068c2e3:-33b3</wuid>
-        <transparent>true</transparent>
-        <auto_size>false</auto_size>
-        <text>Number of positions</text>
-        <scripts />
-        <height>20</height>
-        <border_width>2</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color name="IO Border" red="215" green="215" blue="215" />
-        </border_color>
-        <widget_type>Label</widget_type>
-        <wrap_words>false</wrap_words>
-        <background_color>
-          <color name="IO Background" red="255" green="255" blue="205" />
-        </background_color>
-        <width>199</width>
-        <x>30</x>
-        <name>Label Orientation_7</name>
-        <y>502</y>
-        <foreground_color>
-          <color name="IO Foreground" red="0" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
-        <alarm_pulsing>false</alarm_pulsing>
-        <precision>0</precision>
-        <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules>
-          <rule name="Disable" prop_id="enabled" out_exp="false">
-            <exp bool_exp="pv0==1">
-              <value>false</value>
-            </exp>
-            <exp bool_exp="pv0==0">
-              <value>true</value>
-            </exp>
-            <pv trig="true">${PREFIX}${TYPE}:MTR.BUSY</pv>
-          </rule>
-        </rules>
-        <pv_value />
-        <auto_size>false</auto_size>
-        <text></text>
-        <rotation_angle>0.0</rotation_angle>
-        <show_units>true</show_units>
-        <height>31</height>
-        <multiline_input>false</multiline_input>
-        <border_width>1</border_width>
-        <visible>true</visible>
-        <pv_name>${PREFIX}${TYPE}:MTR.NPTS</pv_name>
-        <selector_type>0</selector_type>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <precision_from_pv>true</precision_from_pv>
-        <widget_type>Text Input</widget_type>
-        <confirm_message></confirm_message>
-        <name>Text Input</name>
-        <style>0</style>
-        <actions hook="false" hook_all="false" />
-        <border_style>3</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <enabled>true</enabled>
-        <wuid>1e771979:1565068c2e3:-33a9</wuid>
-        <transparent>false</transparent>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <format_type>0</format_type>
-        <limits_from_pv>false</limits_from_pv>
-        <background_color>
-          <color name="TextBackground" red="70" green="70" blue="70" />
-        </background_color>
-        <width>121</width>
-        <x>228</x>
-        <y>496</y>
-        <maximum>100.0</maximum>
-        <foreground_color>
-          <color name="KeyboardEntry" red="0" green="255" blue="255" />
-        </foreground_color>
-        <minimum>0.0</minimum>
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-        <border_style>0</border_style>
-        <tooltip></tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules />
-        <enabled>false</enabled>
-        <wuid>1e771979:1565068c2e3:-335c</wuid>
-        <transparent>true</transparent>
-        <auto_size>false</auto_size>
-        <text>Step size</text>
-        <scripts />
-        <height>20</height>
-        <border_width>2</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color name="IO Border" red="215" green="215" blue="215" />
-        </border_color>
-        <widget_type>Label</widget_type>
-        <wrap_words>false</wrap_words>
-        <background_color>
-          <color name="IO Background" red="255" green="255" blue="205" />
-        </background_color>
-        <width>199</width>
-        <x>30</x>
-        <name>Label Orientation_7</name>
-        <y>547</y>
-        <foreground_color>
-          <color name="IO Foreground" red="0" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
-        <alarm_pulsing>false</alarm_pulsing>
-        <precision>0</precision>
-        <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules>
-          <rule name="Disable" prop_id="enabled" out_exp="false">
-            <exp bool_exp="pv0==1">
-              <value>false</value>
-            </exp>
-            <exp bool_exp="pv0==0">
-              <value>true</value>
-            </exp>
-            <pv trig="true">${PREFIX}${TYPE}:MTR.BUSY</pv>
-          </rule>
-        </rules>
-        <pv_value />
-        <auto_size>false</auto_size>
-        <text></text>
-        <rotation_angle>0.0</rotation_angle>
-        <show_units>true</show_units>
-        <height>31</height>
-        <multiline_input>false</multiline_input>
-        <border_width>1</border_width>
-        <visible>true</visible>
-        <pv_name>${PREFIX}${TYPE}:MTR.P4SI</pv_name>
-        <selector_type>0</selector_type>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <precision_from_pv>true</precision_from_pv>
-        <widget_type>Text Input</widget_type>
-        <confirm_message></confirm_message>
-        <name>Text Input</name>
-        <style>0</style>
-        <actions hook="false" hook_all="false" />
-        <border_style>3</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <enabled>true</enabled>
-        <wuid>1e771979:1565068c2e3:-335b</wuid>
-        <transparent>false</transparent>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <format_type>0</format_type>
-        <limits_from_pv>false</limits_from_pv>
-        <background_color>
-          <color name="TextBackground" red="70" green="70" blue="70" />
-        </background_color>
-        <width>121</width>
-        <x>228</x>
-        <y>541</y>
-        <maximum>1.7976931348623157E308</maximum>
-        <foreground_color>
-          <color name="KeyboardEntry" red="0" green="255" blue="255" />
-        </foreground_color>
-        <minimum>-1.7976931348623157E308</minimum>
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-        <border_style>0</border_style>
-        <tooltip></tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules />
-        <enabled>false</enabled>
-        <wuid>1e771979:1565068c2e3:-31f0</wuid>
-        <transparent>true</transparent>
-        <auto_size>false</auto_size>
-        <text>Nb Angles</text>
-        <scripts />
-        <height>20</height>
-        <border_width>2</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color name="IO Border" red="215" green="215" blue="215" />
-        </border_color>
-        <widget_type>Label</widget_type>
-        <wrap_words>false</wrap_words>
-        <background_color>
-          <color name="IO Background" red="255" green="255" blue="205" />
-        </background_color>
-        <width>84</width>
-        <x>99</x>
-        <name>Label Orientation_2</name>
-        <y>715</y>
-        <foreground_color>
-          <color name="IO Foreground" red="0" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
-        <alarm_pulsing>false</alarm_pulsing>
-        <precision>0</precision>
-        <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules>
-          <rule name="Disable" prop_id="enabled" out_exp="false">
-            <exp bool_exp="pv0==1">
-              <value>false</value>
-            </exp>
-            <exp bool_exp="pv0==0">
-              <value>true</value>
-            </exp>
-            <pv trig="true">${PREFIX}${TYPE}:MTR.BUSY</pv>
-          </rule>
-        </rules>
-        <pv_value />
-        <auto_size>false</auto_size>
-        <text></text>
-        <rotation_angle>0.0</rotation_angle>
-        <show_units>true</show_units>
-        <height>31</height>
-        <multiline_input>false</multiline_input>
-        <border_width>1</border_width>
-        <visible>true</visible>
-        <pv_name>${PREFIX}${TYPE}:PS.NPTS</pv_name>
-        <selector_type>0</selector_type>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <precision_from_pv>true</precision_from_pv>
-        <widget_type>Text Input</widget_type>
-        <confirm_message></confirm_message>
-        <name>Text Input_2</name>
-        <style>0</style>
-        <actions hook="false" hook_all="false" />
-        <border_style>3</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <enabled>true</enabled>
-        <wuid>1e771979:1565068c2e3:-31ef</wuid>
-        <transparent>false</transparent>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <format_type>0</format_type>
-        <limits_from_pv>false</limits_from_pv>
-        <background_color>
-          <color name="TextBackground" red="70" green="70" blue="70" />
-        </background_color>
-        <width>121</width>
-        <x>228</x>
-        <y>709</y>
-        <maximum>400.0</maximum>
-        <foreground_color>
-          <color name="KeyboardEntry" red="0" green="255" blue="255" />
-        </foreground_color>
-        <minimum>0.0</minimum>
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.ActionButton" version="2.0.0">
-        <toggle_button>false</toggle_button>
-        <border_style>6</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <alarm_pulsing>false</alarm_pulsing>
-        <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-        <push_action_index>0</push_action_index>
-        <rules>
-          <rule name="Enable" prop_id="enabled" out_exp="false">
-            <exp bool_exp="pv0==0 || pv1==1||pv2==1 ||pv3==1">
-              <value>false</value>
-            </exp>
-            <exp bool_exp="pv0==1 &amp;&amp; pv1==0 &amp;&amp; pv2==0 &amp;&amp; pv3==0">
-              <value>true</value>
-            </exp>
-            <pv trig="true">${PREFIX}${TYPE}:MTR.BUSY</pv>
-            <pv trig="true">${PREFIX}${TYPE}:PROC-AUTO-HOME</pv>
-            <pv trig="true">${PREFIX}${TYPE}-PMAC:SWITCH_H_R</pv>
-            <pv trig="true">${PREFIX}${TYPE}:PS.BUSY</pv>
-          </rule>
-        </rules>
-        <enabled>true</enabled>
-        <wuid>1e771979:1565068c2e3:-2a00</wuid>
-        <pv_value />
-        <text>ABORT</text>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <height>55</height>
-        <border_width>2</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <image></image>
-        <visible>true</visible>
-        <pv_name></pv_name>
-        <border_color>
-          <color name="IO Border" red="215" green="215" blue="215" />
-        </border_color>
-        <widget_type>Action Button</widget_type>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <background_color>
-          <color name="Major" red="255" green="0" blue="0" />
-        </background_color>
-        <width>146</width>
-        <x>45</x>
-        <name>Abort Scan</name>
-        <y>1056</y>
-        <style>0</style>
-        <foreground_color>
-          <color name="IO Foreground" red="0" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="true">
-          <action type="WRITE_PV">
-            <pv_name>${PREFIX}${TYPE}:MTR-ABORT.PROC</pv_name>
-            <value>1</value>
-            <timeout>10</timeout>
-            <confirm_message></confirm_message>
-            <description>Abort Scan</description>
-          </action>
-        </actions>
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.ActionButton" version="2.0.0">
-        <toggle_button>false</toggle_button>
-        <border_style>6</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <alarm_pulsing>false</alarm_pulsing>
-        <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-        <push_action_index>0</push_action_index>
-        <rules>
-          <rule name="Enable" prop_id="enabled" out_exp="false">
-            <exp bool_exp="pv0==0 &amp;&amp; pv1==0 &amp;&amp; pv2==0 &amp;&amp; pv3==0 &amp;&amp; pv4==0 &amp;&amp; pv5==0 &amp;&amp; pv6==0">
-              <value>true</value>
-            </exp>
-            <exp bool_exp="pv0==1 || pv1==0 || pv2==0 || pv3==0 || pv4==0 || pv5==0 ||pv6==0">
-              <value>false</value>
-            </exp>
-            <pv trig="true">${PREFIX}${TYPE}:MTR.BUSY</pv>
-            <pv trig="true">INFN-SRC:INTK-HMI:FM1</pv>
-            <pv trig="true">INFN-SRC:INTK-HMI:FM2</pv>
-            <pv trig="true">INFN-SRC:INTK-HMI:FM3</pv>
-            <pv trig="true">INFN-SRC:INTK-HMI:FM4</pv>
-            <pv trig="true">INFN-SRC:INTK-HMI:FM5</pv>
-            <pv trig="true">${PREFIX}${TYPE}:PROC-AUTO-HOME</pv>
-          </rule>
-        </rules>
-        <enabled>true</enabled>
-        <wuid>1e771979:1565068c2e3:-2a01</wuid>
-        <pv_value />
-        <text>START</text>
-        <scripts>
-          <path pathString="EmbeddedJs" checkConnect="true" sfe="false" seoe="false">
-            <scriptName>StartArchiving</scriptName>
+<display typeId="org.csstudio.opibuilder.Display" version="1.0.0">
+  <show_close_button>true</show_close_button>
+  <rules />
+  <wuid>3f06f9b8:152877ca726:-7d52</wuid>
+  <show_grid>true</show_grid>
+  <auto_zoom_to_fit_all>true</auto_zoom_to_fit_all>
+  <scripts />
+  <height>1600</height>
+  <macros>
+    <include_parent_macros>true</include_parent_macros>
+    <PREFIX>LNS-ISRC-010:PBI-EM</PREFIX>
+    <NAME_MTR>MTR2</NAME_MTR>
+    <TYPE>H</TYPE>
+  </macros>
+  <boy_version>4.0.103.201506251634</boy_version>
+  <show_edit_range>true</show_edit_range>
+  <widget_type>Display</widget_type>
+  <auto_scale_widgets>
+    <auto_scale_widgets>false</auto_scale_widgets>
+    <min_width>-1</min_width>
+    <min_height>-1</min_height>
+  </auto_scale_widgets>
+  <background_color>
+    <color red="240" green="240" blue="240" />
+  </background_color>
+  <width>2000</width>
+  <x>-1</x>
+  <name></name>
+  <grid_space>6</grid_space>
+  <show_ruler>true</show_ruler>
+  <y>-1</y>
+  <snap_to_geometry>true</snap_to_geometry>
+  <foreground_color>
+    <color red="192" green="192" blue="192" />
+  </foreground_color>
+  <actions hook="false" hook_all="false" />
+  <widget typeId="org.csstudio.opibuilder.widgets.linkingContainer" version="1.0.0">
+    <opi_file></opi_file>
+    <border_style>3</border_style>
+    <tooltip></tooltip>
+    <rules />
+    <enabled>true</enabled>
+    <wuid>7476ed13:15cc9bea0ad:-7cf6</wuid>
+    <scripts />
+    <height>1236</height>
+    <border_width>1</border_width>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <macros>
+      <include_parent_macros>true</include_parent_macros>
+    </macros>
+    <resize_behaviour>0</resize_behaviour>
+    <visible>true</visible>
+    <group_name></group_name>
+    <border_color>
+      <color red="0" green="128" blue="255" />
+    </border_color>
+    <widget_type>Linking Container</widget_type>
+    <background_color>
+      <color red="240" green="240" blue="240" />
+    </background_color>
+    <width>2542</width>
+    <x>9</x>
+    <name>Linking Container</name>
+    <y>91</y>
+    <foreground_color>
+      <color red="192" green="192" blue="192" />
+    </foreground_color>
+    <actions hook="false" hook_all="false" />
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+    </font>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.tab" version="1.0.0">
+    <active_tab>0</active_tab>
+    <tooltip></tooltip>
+    <height>1165</height>
+    <tab_2_icon_path></tab_2_icon_path>
+    <border_width>1</border_width>
+    <border_color>
+      <color red="0" green="128" blue="255" />
+    </border_color>
+    <tab_0_foreground_color>
+      <color red="0" green="0" blue="0" />
+    </tab_0_foreground_color>
+    <actions hook="false" hook_all="false" />
+    <tab_1_enabled>true</tab_1_enabled>
+    <border_style>0</border_style>
+    <enabled>true</enabled>
+    <wuid>2fea3147:153609206ed:-7766</wuid>
+    <tab_1_background_color>
+      <color red="255" green="255" blue="255" />
+    </tab_1_background_color>
+    <tab_1_icon_path></tab_1_icon_path>
+    <tab_2_foreground_color>
+      <color red="0" green="0" blue="0" />
+    </tab_2_foreground_color>
+    <tab_1_font>
+      <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+    </tab_1_font>
+    <tab_2_enabled>true</tab_2_enabled>
+    <background_color>
+      <color red="240" green="240" blue="240" />
+    </background_color>
+    <width>2491</width>
+    <x>18</x>
+    <horizontal_tabs>true</horizontal_tabs>
+    <y>102</y>
+    <rules />
+    <macros>
+      <include_parent_macros>true</include_parent_macros>
+    </macros>
+    <visible>true</visible>
+    <tab_0_background_color>
+      <color red="255" green="255" blue="255" />
+    </tab_0_background_color>
+    <widget_type>Tabbed Container</widget_type>
+    <tab_2_font>
+      <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+    </tab_2_font>
+    <name></name>
+    <minimum_tab_height>10</minimum_tab_height>
+    <tab_2_title>PLC</tab_2_title>
+    <tab_0_font>
+      <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+    </tab_0_font>
+    <tab_2_background_color>
+      <color red="255" green="255" blue="255" />
+    </tab_2_background_color>
+    <tab_0_title>SCANNING</tab_0_title>
+    <tab_1_foreground_color>
+      <color red="0" green="0" blue="0" />
+    </tab_1_foreground_color>
+    <tab_1_title>DTACQ</tab_1_title>
+    <scripts />
+    <tab_count>3</tab_count>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <tab_0_icon_path></tab_0_icon_path>
+    <tab_0_enabled>true</tab_0_enabled>
+    <foreground_color>
+      <color red="192" green="192" blue="192" />
+    </foreground_color>
+    <widget typeId="org.csstudio.opibuilder.widgets.groupingContainer" version="1.0.0">
+      <border_style>0</border_style>
+      <tooltip></tooltip>
+      <rules />
+      <enabled>true</enabled>
+      <wuid>-4f668e34:1537ecf193c:-7f8d</wuid>
+      <transparent>true</transparent>
+      <lock_children>false</lock_children>
+      <scripts />
+      <height>1129</height>
+      <border_width>1</border_width>
+      <scale_options>
+        <width_scalable>true</width_scalable>
+        <height_scalable>true</height_scalable>
+        <keep_wh_ratio>false</keep_wh_ratio>
+      </scale_options>
+      <macros>
+        <include_parent_macros>true</include_parent_macros>
+      </macros>
+      <visible>true</visible>
+      <border_color>
+        <color red="0" green="128" blue="255" />
+      </border_color>
+      <widget_type>Grouping Container</widget_type>
+      <background_color>
+        <color red="240" green="240" blue="240" />
+      </background_color>
+      <width>2489</width>
+      <x>1</x>
+      <name>SCANNING</name>
+      <y>1</y>
+      <foreground_color>
+        <color red="192" green="192" blue="192" />
+      </foreground_color>
+      <actions hook="false" hook_all="false" />
+      <fc>false</fc>
+      <show_scrollbar>true</show_scrollbar>
+      <font>
+        <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+      </font>
+      <widget typeId="org.csstudio.opibuilder.widgets.RoundedRectangle" version="1.0.0">
+        <border_style>0</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <line_width>0</line_width>
+        <horizontal_fill>true</horizontal_fill>
+        <alarm_pulsing>false</alarm_pulsing>
+        <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>1e771979:1565068c2e3:-4ace</wuid>
+        <transparent>false</transparent>
+        <pv_value />
+        <alpha>255</alpha>
+        <corner_height>16</corner_height>
+        <bg_gradient_color>
+          <color red="255" green="255" blue="255" />
+        </bg_gradient_color>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <height>1099</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>true</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <pv_name></pv_name>
+        <gradient>false</gradient>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <anti_alias>true</anti_alias>
+        <corner_width>16</corner_width>
+        <line_style>0</line_style>
+        <widget_type>Rounded Rectangle</widget_type>
+        <fg_gradient_color>
+          <color red="255" green="255" blue="255" />
+        </fg_gradient_color>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <background_color>
+          <color name="Container Grey" red="200" green="200" blue="200" />
+        </background_color>
+        <width>349</width>
+        <x>29</x>
+        <name>Rounded Rectangle_5</name>
+        <y>12</y>
+        <fill_level>0.0</fill_level>
+        <foreground_color>
+          <color red="255" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+        </font>
+        <line_color>
+          <color red="128" green="0" blue="255" />
+        </line_color>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.tab" version="1.0.0">
+        <active_tab>0</active_tab>
+        <tooltip></tooltip>
+        <tab_3_icon_path></tab_3_icon_path>
+        <height>295</height>
+        <tab_2_icon_path></tab_2_icon_path>
+        <border_width>1</border_width>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <tab_0_foreground_color>
+          <color red="0" green="0" blue="0" />
+        </tab_0_foreground_color>
+        <actions hook="false" hook_all="false" />
+        <tab_1_enabled>true</tab_1_enabled>
+        <border_style>0</border_style>
+        <enabled>true</enabled>
+        <wuid>-1ab698cd:1586d27a42e:-6643</wuid>
+        <tab_1_background_color>
+          <color name="Field Background Grey" red="240" green="240" blue="240" />
+        </tab_1_background_color>
+        <tab_1_icon_path></tab_1_icon_path>
+        <tab_2_foreground_color>
+          <color red="0" green="0" blue="0" />
+        </tab_2_foreground_color>
+        <tab_1_font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </tab_1_font>
+        <tab_3_title>BPS</tab_3_title>
+        <tab_2_enabled>true</tab_2_enabled>
+        <background_color>
+          <color name="Container Grey" red="200" green="200" blue="200" />
+        </background_color>
+        <width>326</width>
+        <x>42</x>
+        <horizontal_tabs>true</horizontal_tabs>
+        <y>78</y>
+        <rules />
+        <tab_3_font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </tab_3_font>
+        <macros>
+          <include_parent_macros>true</include_parent_macros>
+        </macros>
+        <visible>true</visible>
+        <tab_0_background_color>
+          <color name="Field Background Grey" red="240" green="240" blue="240" />
+        </tab_0_background_color>
+        <tab_3_foreground_color>
+          <color red="0" green="0" blue="0" />
+        </tab_3_foreground_color>
+        <widget_type>Tabbed Container</widget_type>
+        <tab_2_font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </tab_2_font>
+        <tab_3_background_color>
+          <color name="Field Background Grey" red="240" green="240" blue="240" />
+        </tab_3_background_color>
+        <tab_3_enabled>true</tab_3_enabled>
+        <name>Tabbed Container_1</name>
+        <minimum_tab_height>10</minimum_tab_height>
+        <tab_2_title>Motor</tab_2_title>
+        <tab_0_font>
+          <opifont.name fontName="OpenSans" height="10" style="1">Small Bold</opifont.name>
+        </tab_0_font>
+        <tab_2_background_color>
+          <color name="Field Background Grey" red="240" green="240" blue="240" />
+        </tab_2_background_color>
+        <tab_0_title>DACQ</tab_0_title>
+        <tab_1_foreground_color>
+          <color red="0" green="0" blue="0" />
+        </tab_1_foreground_color>
+        <tab_1_title>Dimension</tab_1_title>
+        <scripts />
+        <tab_count>4</tab_count>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <tab_0_icon_path></tab_0_icon_path>
+        <tab_0_enabled>true</tab_0_enabled>
+        <foreground_color>
+          <color name="Container Grey" red="200" green="200" blue="200" />
+        </foreground_color>
+        <widget typeId="org.csstudio.opibuilder.widgets.groupingContainer" version="1.0.0">
+          <border_style>0</border_style>
+          <tooltip></tooltip>
+          <rules />
+          <enabled>true</enabled>
+          <wuid>-1168daa3:158859bc9c3:-6933</wuid>
+          <transparent>true</transparent>
+          <lock_children>false</lock_children>
+          <scripts />
+          <height>259</height>
+          <border_width>1</border_width>
+          <scale_options>
+            <width_scalable>true</width_scalable>
+            <height_scalable>true</height_scalable>
+            <keep_wh_ratio>false</keep_wh_ratio>
+          </scale_options>
+          <macros>
+            <include_parent_macros>true</include_parent_macros>
+          </macros>
+          <visible>false</visible>
+          <border_color>
+            <color red="0" green="128" blue="255" />
+          </border_color>
+          <widget_type>Grouping Container</widget_type>
+          <background_color>
+            <color red="240" green="240" blue="240" />
+          </background_color>
+          <width>324</width>
+          <x>1</x>
+          <name>DACQ</name>
+          <y>1</y>
+          <foreground_color>
+            <color red="192" green="192" blue="192" />
+          </foreground_color>
+          <actions hook="false" hook_all="false" />
+          <fc>false</fc>
+          <show_scrollbar>true</show_scrollbar>
+          <font>
+            <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+          </font>
+          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+            <border_style>0</border_style>
+            <tooltip></tooltip>
+            <horizontal_alignment>1</horizontal_alignment>
+            <rules />
+            <enabled>false</enabled>
+            <wuid>-1168daa3:158859bc9c3:-691d</wuid>
+            <transparent>true</transparent>
+            <auto_size>false</auto_size>
+            <text>T1</text>
+            <scripts />
+            <height>20</height>
+            <border_width>2</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <visible>true</visible>
+            <vertical_alignment>1</vertical_alignment>
+            <border_color>
+              <color name="IO Border" red="215" green="215" blue="215" />
+            </border_color>
+            <widget_type>Label</widget_type>
+            <wrap_words>false</wrap_words>
+            <background_color>
+              <color name="IO Background" red="255" green="255" blue="205" />
+            </background_color>
+            <width>151</width>
+            <x>49</x>
+            <name>Label Orientation_1</name>
+            <y>54</y>
+            <foreground_color>
+              <color name="IO Foreground" red="0" green="0" blue="0" />
+            </foreground_color>
+            <actions hook="false" hook_all="false" />
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
+            <alarm_pulsing>false</alarm_pulsing>
+            <precision>0</precision>
+            <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+            <horizontal_alignment>1</horizontal_alignment>
+            <rules>
+              <rule name="Disable" prop_id="enabled" out_exp="false">
+                <exp bool_exp="pv0==0">
+                  <value>true</value>
+                </exp>
+                <exp bool_exp="pv0==1">
+                  <value>false</value>
+                </exp>
+                <pv trig="true">${PREFIX}${TYPE}:MTR.BUSY</pv>
+              </rule>
+            </rules>
+            <pv_value />
+            <auto_size>false</auto_size>
+            <text></text>
+            <rotation_angle>0.0</rotation_angle>
+            <show_units>true</show_units>
+            <height>31</height>
+            <multiline_input>false</multiline_input>
+            <border_width>1</border_width>
+            <visible>true</visible>
+            <pv_name>$(PREFIX)$(TYPE):LCURSOR_ms</pv_name>
+            <selector_type>0</selector_type>
+            <border_color>
+              <color red="0" green="128" blue="255" />
+            </border_color>
+            <precision_from_pv>true</precision_from_pv>
+            <widget_type>Text Input</widget_type>
+            <confirm_message></confirm_message>
+            <name>Text Input</name>
+            <style>0</style>
+            <actions hook="false" hook_all="false" />
+            <border_style>3</border_style>
+            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+            <enabled>false</enabled>
+            <wuid>-1168daa3:158859bc9c3:-691c</wuid>
+            <transparent>false</transparent>
+            <scripts />
+            <border_alarm_sensitive>false</border_alarm_sensitive>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+            <format_type>0</format_type>
+            <limits_from_pv>false</limits_from_pv>
+            <background_color>
+              <color name="TextBackground" red="70" green="70" blue="70" />
+            </background_color>
+            <width>100</width>
+            <x>168</x>
+            <y>48</y>
+            <maximum>1.7976931348623157E308</maximum>
+            <foreground_color>
+              <color name="KeyboardEntry" red="0" green="255" blue="255" />
+            </foreground_color>
+            <minimum>-1.7976931348623157E308</minimum>
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+            <border_style>0</border_style>
+            <tooltip></tooltip>
+            <horizontal_alignment>1</horizontal_alignment>
+            <rules />
+            <enabled>false</enabled>
+            <wuid>-1168daa3:158859bc9c3:-691b</wuid>
+            <transparent>true</transparent>
+            <auto_size>false</auto_size>
+            <text>T2</text>
+            <scripts />
+            <height>20</height>
+            <border_width>2</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <visible>true</visible>
+            <vertical_alignment>1</vertical_alignment>
+            <border_color>
+              <color name="IO Border" red="215" green="215" blue="215" />
+            </border_color>
+            <widget_type>Label</widget_type>
+            <wrap_words>false</wrap_words>
+            <background_color>
+              <color name="IO Background" red="255" green="255" blue="205" />
+            </background_color>
+            <width>174</width>
+            <x>38</x>
+            <name>Label Orientation_2</name>
+            <y>96</y>
+            <foreground_color>
+              <color name="IO Foreground" red="0" green="0" blue="0" />
+            </foreground_color>
+            <actions hook="false" hook_all="false" />
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+            <border_style>0</border_style>
+            <tooltip></tooltip>
+            <horizontal_alignment>1</horizontal_alignment>
+            <rules />
+            <enabled>true</enabled>
+            <wuid>-1168daa3:158859bc9c3:-68d0</wuid>
+            <transparent>true</transparent>
+            <auto_size>false</auto_size>
+            <text>Measure interval</text>
+            <scripts />
+            <height>20</height>
+            <border_width>1</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <visible>true</visible>
+            <vertical_alignment>1</vertical_alignment>
+            <border_color>
+              <color red="0" green="128" blue="255" />
+            </border_color>
+            <widget_type>Label</widget_type>
+            <wrap_words>false</wrap_words>
+            <background_color>
+              <color red="255" green="255" blue="255" />
+            </background_color>
+            <width>151</width>
+            <x>142</x>
+            <name>Label</name>
+            <y>18</y>
+            <foreground_color>
+              <color red="0" green="0" blue="0" />
+            </foreground_color>
+            <actions hook="false" hook_all="false" />
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+            <border_style>0</border_style>
+            <tooltip></tooltip>
+            <horizontal_alignment>1</horizontal_alignment>
+            <rules />
+            <enabled>true</enabled>
+            <wuid>-1168daa3:158859bc9c3:-68c6</wuid>
+            <transparent>true</transparent>
+            <auto_size>false</auto_size>
+            <text>Frequency sample </text>
+            <scripts />
+            <height>20</height>
+            <border_width>1</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <visible>true</visible>
+            <vertical_alignment>1</vertical_alignment>
+            <border_color>
+              <color red="0" green="128" blue="255" />
+            </border_color>
+            <widget_type>Label</widget_type>
+            <wrap_words>false</wrap_words>
+            <background_color>
+              <color red="255" green="255" blue="255" />
+            </background_color>
+            <width>151</width>
+            <x>6</x>
+            <name>Label_164</name>
+            <y>138</y>
+            <foreground_color>
+              <color red="0" green="0" blue="0" />
+            </foreground_color>
+            <actions hook="false" hook_all="false" />
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
+            <border_style>0</border_style>
+            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+            <alarm_pulsing>false</alarm_pulsing>
+            <precision>0</precision>
+            <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+            <horizontal_alignment>1</horizontal_alignment>
+            <rules />
+            <enabled>true</enabled>
+            <wuid>-6047e935:1589bd389ef:-608e</wuid>
+            <transparent>false</transparent>
+            <pv_value />
+            <auto_size>false</auto_size>
+            <text>######</text>
+            <rotation_angle>0.0</rotation_angle>
+            <scripts />
+            <border_alarm_sensitive>true</border_alarm_sensitive>
+            <show_units>true</show_units>
+            <height>31</height>
+            <border_width>1</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <visible>true</visible>
+            <pv_name>$(PREFIX):CARD0:SAMPLINGRATE-RB</pv_name>
+            <vertical_alignment>1</vertical_alignment>
+            <border_color>
+              <color red="0" green="128" blue="255" />
+            </border_color>
+            <precision_from_pv>true</precision_from_pv>
+            <widget_type>Text Update</widget_type>
+            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+            <wrap_words>false</wrap_words>
+            <format_type>0</format_type>
+            <background_color>
+              <color red="70" green="70" blue="70" />
+            </background_color>
+            <width>100</width>
+            <x>168</x>
+            <name>Text Update</name>
+            <y>132</y>
+            <foreground_color>
+              <color name="Green On" red="0" green="255" blue="0" />
+            </foreground_color>
+            <actions hook="false" hook_all="false" />
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
+            <alarm_pulsing>false</alarm_pulsing>
+            <precision>0</precision>
+            <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+            <horizontal_alignment>1</horizontal_alignment>
+            <rules>
+              <rule name="Disable" prop_id="enabled" out_exp="false">
+                <exp bool_exp="pv0==0">
+                  <value>true</value>
+                </exp>
+                <exp bool_exp="pv0==1">
+                  <value>false</value>
+                </exp>
+                <pv trig="true">${PREFIX}${TYPE}:MTR.BUSY</pv>
+              </rule>
+            </rules>
+            <pv_value />
+            <auto_size>false</auto_size>
+            <text></text>
+            <rotation_angle>0.0</rotation_angle>
+            <show_units>true</show_units>
+            <height>31</height>
+            <multiline_input>false</multiline_input>
+            <border_width>1</border_width>
+            <visible>true</visible>
+            <pv_name>$(PREFIX)$(TYPE):RCURSOR_ms</pv_name>
+            <selector_type>0</selector_type>
+            <border_color>
+              <color red="0" green="128" blue="255" />
+            </border_color>
+            <precision_from_pv>true</precision_from_pv>
+            <widget_type>Text Input</widget_type>
+            <confirm_message></confirm_message>
+            <name>Text Input</name>
+            <style>0</style>
+            <actions hook="false" hook_all="false" />
+            <border_style>3</border_style>
+            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+            <enabled>false</enabled>
+            <wuid>-6047e935:1589bd389ef:-5e00</wuid>
+            <transparent>false</transparent>
+            <scripts />
+            <border_alarm_sensitive>false</border_alarm_sensitive>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+            <format_type>0</format_type>
+            <limits_from_pv>false</limits_from_pv>
+            <background_color>
+              <color name="TextBackground" red="70" green="70" blue="70" />
+            </background_color>
+            <width>100</width>
+            <x>168</x>
+            <y>90</y>
+            <maximum>1.7976931348623157E308</maximum>
+            <foreground_color>
+              <color name="KeyboardEntry" red="0" green="255" blue="255" />
+            </foreground_color>
+            <minimum>-1.7976931348623157E308</minimum>
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+            </font>
+          </widget>
+        </widget>
+        <widget typeId="org.csstudio.opibuilder.widgets.groupingContainer" version="1.0.0">
+          <border_style>0</border_style>
+          <tooltip></tooltip>
+          <rules />
+          <enabled>true</enabled>
+          <wuid>-1ab698cd:1586d27a42e:-6642</wuid>
+          <transparent>true</transparent>
+          <lock_children>false</lock_children>
+          <scripts />
+          <height>259</height>
+          <border_width>1</border_width>
+          <scale_options>
+            <width_scalable>true</width_scalable>
+            <height_scalable>true</height_scalable>
+            <keep_wh_ratio>false</keep_wh_ratio>
+          </scale_options>
+          <macros>
+            <include_parent_macros>true</include_parent_macros>
+          </macros>
+          <visible>false</visible>
+          <border_color>
+            <color red="0" green="128" blue="255" />
+          </border_color>
+          <widget_type>Grouping Container</widget_type>
+          <background_color>
+            <color red="240" green="240" blue="240" />
+          </background_color>
+          <width>324</width>
+          <x>1</x>
+          <name>Dimension</name>
+          <y>1</y>
+          <foreground_color>
+            <color red="192" green="192" blue="192" />
+          </foreground_color>
+          <actions hook="false" hook_all="false" />
+          <fc>false</fc>
+          <show_scrollbar>true</show_scrollbar>
+          <font>
+            <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+          </font>
+          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+            <border_style>0</border_style>
+            <tooltip></tooltip>
+            <horizontal_alignment>1</horizontal_alignment>
+            <rules />
+            <enabled>false</enabled>
+            <wuid>-20a75393:15809f6e4ee:-6feb</wuid>
+            <transparent>true</transparent>
+            <auto_size>false</auto_size>
+            <text>Energy (eV)</text>
+            <scripts />
+            <height>20</height>
+            <border_width>2</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <visible>true</visible>
+            <vertical_alignment>1</vertical_alignment>
+            <border_color>
+              <color name="IO Border" red="215" green="215" blue="215" />
+            </border_color>
+            <widget_type>Label</widget_type>
+            <wrap_words>false</wrap_words>
+            <background_color>
+              <color name="IO Background" red="255" green="255" blue="205" />
+            </background_color>
+            <width>151</width>
+            <x>12</x>
+            <name>Label Orientation_1</name>
+            <y>24</y>
+            <foreground_color>
+              <color name="IO Foreground" red="0" green="0" blue="0" />
+            </foreground_color>
+            <actions hook="false" hook_all="false" />
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
+            <alarm_pulsing>false</alarm_pulsing>
+            <precision>0</precision>
+            <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+            <horizontal_alignment>1</horizontal_alignment>
+            <rules />
+            <pv_value />
+            <auto_size>false</auto_size>
+            <text></text>
+            <rotation_angle>0.0</rotation_angle>
+            <show_units>true</show_units>
+            <height>31</height>
+            <multiline_input>false</multiline_input>
+            <border_width>1</border_width>
+            <visible>true</visible>
+            <pv_name>${PREFIX}${TYPE}:CALC-Energy-SP</pv_name>
+            <selector_type>0</selector_type>
+            <border_color>
+              <color red="0" green="128" blue="255" />
+            </border_color>
+            <precision_from_pv>true</precision_from_pv>
+            <widget_type>Text Input</widget_type>
+            <confirm_message></confirm_message>
+            <name>Text Input</name>
+            <style>0</style>
+            <actions hook="false" hook_all="false" />
+            <border_style>3</border_style>
+            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+            <enabled>true</enabled>
+            <wuid>-20a75393:15809f6e4ee:-6fea</wuid>
+            <transparent>false</transparent>
+            <scripts />
+            <border_alarm_sensitive>false</border_alarm_sensitive>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+            <format_type>0</format_type>
+            <limits_from_pv>false</limits_from_pv>
+            <background_color>
+              <color name="TextBackground" red="70" green="70" blue="70" />
+            </background_color>
+            <width>100</width>
+            <x>198</x>
+            <y>18</y>
+            <maximum>1.7976931348623157E308</maximum>
+            <foreground_color>
+              <color name="KeyboardEntry" red="0" green="255" blue="255" />
+            </foreground_color>
+            <minimum>-1.7976931348623157E308</minimum>
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+            <border_style>0</border_style>
+            <tooltip></tooltip>
+            <horizontal_alignment>1</horizontal_alignment>
+            <rules />
+            <enabled>false</enabled>
+            <wuid>-20a75393:15809f6e4ee:-6fe9</wuid>
+            <transparent>true</transparent>
+            <auto_size>false</auto_size>
+            <text>Distance betw. Plates</text>
+            <scripts />
+            <height>20</height>
+            <border_width>2</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <visible>false</visible>
+            <vertical_alignment>1</vertical_alignment>
+            <border_color>
+              <color name="IO Border" red="215" green="215" blue="215" />
+            </border_color>
+            <widget_type>Label</widget_type>
+            <wrap_words>false</wrap_words>
+            <background_color>
+              <color name="IO Background" red="255" green="255" blue="205" />
+            </background_color>
+            <width>174</width>
+            <x>13</x>
+            <name>Label Orientation_2</name>
+            <y>66</y>
+            <foreground_color>
+              <color name="IO Foreground" red="0" green="0" blue="0" />
+            </foreground_color>
+            <actions hook="false" hook_all="false" />
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
+            <alarm_pulsing>false</alarm_pulsing>
+            <precision>0</precision>
+            <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+            <horizontal_alignment>1</horizontal_alignment>
+            <rules />
+            <pv_value />
+            <auto_size>false</auto_size>
+            <text></text>
+            <rotation_angle>0.0</rotation_angle>
+            <show_units>true</show_units>
+            <height>31</height>
+            <multiline_input>false</multiline_input>
+            <border_width>1</border_width>
+            <visible>false</visible>
+            <pv_name>${PREFIX}${TYPE}:CALC-DistP-SP</pv_name>
+            <selector_type>0</selector_type>
+            <border_color>
+              <color red="0" green="128" blue="255" />
+            </border_color>
+            <precision_from_pv>true</precision_from_pv>
+            <widget_type>Text Input</widget_type>
+            <confirm_message></confirm_message>
+            <name>Text Input_2</name>
+            <style>0</style>
+            <actions hook="false" hook_all="false" />
+            <border_style>3</border_style>
+            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+            <enabled>true</enabled>
+            <wuid>-20a75393:15809f6e4ee:-6fe8</wuid>
+            <transparent>false</transparent>
+            <scripts />
+            <border_alarm_sensitive>false</border_alarm_sensitive>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+            <format_type>0</format_type>
+            <limits_from_pv>false</limits_from_pv>
+            <background_color>
+              <color name="TextBackground" red="70" green="70" blue="70" />
+            </background_color>
+            <width>100</width>
+            <x>198</x>
+            <y>60</y>
+            <maximum>1.7976931348623157E308</maximum>
+            <foreground_color>
+              <color name="KeyboardEntry" red="0" green="255" blue="255" />
+            </foreground_color>
+            <minimum>-1.7976931348623157E308</minimum>
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+            <border_style>0</border_style>
+            <tooltip></tooltip>
+            <horizontal_alignment>1</horizontal_alignment>
+            <rules />
+            <enabled>false</enabled>
+            <wuid>-20a75393:15809f6e4ee:-6fe7</wuid>
+            <transparent>true</transparent>
+            <auto_size>false</auto_size>
+            <text>Plate lenght</text>
+            <scripts />
+            <height>20</height>
+            <border_width>2</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <visible>false</visible>
+            <vertical_alignment>1</vertical_alignment>
+            <border_color>
+              <color name="IO Border" red="215" green="215" blue="215" />
+            </border_color>
+            <widget_type>Label</widget_type>
+            <wrap_words>false</wrap_words>
+            <background_color>
+              <color name="IO Background" red="255" green="255" blue="205" />
+            </background_color>
+            <width>199</width>
+            <x>0</x>
+            <name>Label Orientation_3</name>
+            <y>106</y>
+            <foreground_color>
+              <color name="IO Foreground" red="0" green="0" blue="0" />
+            </foreground_color>
+            <actions hook="false" hook_all="false" />
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
+            <alarm_pulsing>false</alarm_pulsing>
+            <precision>0</precision>
+            <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+            <horizontal_alignment>1</horizontal_alignment>
+            <rules />
+            <pv_value />
+            <auto_size>false</auto_size>
+            <text></text>
+            <rotation_angle>0.0</rotation_angle>
+            <show_units>true</show_units>
+            <height>31</height>
+            <multiline_input>false</multiline_input>
+            <border_width>1</border_width>
+            <visible>false</visible>
+            <pv_name>${PREFIX}${TYPE}:CALC-LenghP-SP</pv_name>
+            <selector_type>0</selector_type>
+            <border_color>
+              <color red="0" green="128" blue="255" />
+            </border_color>
+            <precision_from_pv>true</precision_from_pv>
+            <widget_type>Text Input</widget_type>
+            <confirm_message></confirm_message>
+            <name>Text Input_3</name>
+            <style>0</style>
+            <actions hook="false" hook_all="false" />
+            <border_style>3</border_style>
+            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+            <enabled>true</enabled>
+            <wuid>-20a75393:15809f6e4ee:-6fe6</wuid>
+            <transparent>false</transparent>
+            <scripts />
+            <border_alarm_sensitive>false</border_alarm_sensitive>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+            <format_type>0</format_type>
+            <limits_from_pv>false</limits_from_pv>
+            <background_color>
+              <color name="TextBackground" red="70" green="70" blue="70" />
+            </background_color>
+            <width>100</width>
+            <x>198</x>
+            <y>100</y>
+            <maximum>1.7976931348623157E308</maximum>
+            <foreground_color>
+              <color name="KeyboardEntry" red="0" green="255" blue="255" />
+            </foreground_color>
+            <minimum>-1.7976931348623157E308</minimum>
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
+            <alarm_pulsing>false</alarm_pulsing>
+            <precision>0</precision>
+            <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+            <horizontal_alignment>1</horizontal_alignment>
+            <rules />
+            <pv_value />
+            <auto_size>false</auto_size>
+            <text></text>
+            <rotation_angle>0.0</rotation_angle>
+            <show_units>true</show_units>
+            <height>31</height>
+            <multiline_input>false</multiline_input>
+            <border_width>1</border_width>
+            <visible>false</visible>
+            <pv_name>${PREFIX}${TYPE}:CALC-FacLenghP-SP</pv_name>
+            <selector_type>0</selector_type>
+            <border_color>
+              <color red="0" green="128" blue="255" />
+            </border_color>
+            <precision_from_pv>true</precision_from_pv>
+            <widget_type>Text Input</widget_type>
+            <confirm_message></confirm_message>
+            <name>Text Input_4</name>
+            <style>0</style>
+            <actions hook="false" hook_all="false" />
+            <border_style>3</border_style>
+            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+            <enabled>true</enabled>
+            <wuid>-20a75393:15809f6e4ee:-6fe4</wuid>
+            <transparent>false</transparent>
+            <scripts />
+            <border_alarm_sensitive>false</border_alarm_sensitive>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+            <format_type>0</format_type>
+            <limits_from_pv>false</limits_from_pv>
+            <background_color>
+              <color name="TextBackground" red="70" green="70" blue="70" />
+            </background_color>
+            <width>100</width>
+            <x>198</x>
+            <y>145</y>
+            <maximum>1.7976931348623157E308</maximum>
+            <foreground_color>
+              <color name="KeyboardEntry" red="0" green="255" blue="255" />
+            </foreground_color>
+            <minimum>-1.7976931348623157E308</minimum>
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+            <border_style>0</border_style>
+            <tooltip></tooltip>
+            <horizontal_alignment>1</horizontal_alignment>
+            <rules />
+            <enabled>false</enabled>
+            <wuid>-20a75393:15809f6e4ee:-6fe5</wuid>
+            <transparent>true</transparent>
+            <auto_size>false</auto_size>
+            <text>Face Plate lenght</text>
+            <scripts />
+            <height>20</height>
+            <border_width>2</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <visible>false</visible>
+            <vertical_alignment>1</vertical_alignment>
+            <border_color>
+              <color name="IO Border" red="215" green="215" blue="215" />
+            </border_color>
+            <widget_type>Label</widget_type>
+            <wrap_words>false</wrap_words>
+            <background_color>
+              <color name="IO Background" red="255" green="255" blue="205" />
+            </background_color>
+            <width>199</width>
+            <x>0</x>
+            <name>Label Orientation_4</name>
+            <y>151</y>
+            <foreground_color>
+              <color name="IO Foreground" red="0" green="0" blue="0" />
+            </foreground_color>
+            <actions hook="false" hook_all="false" />
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+            <border_style>0</border_style>
+            <tooltip></tooltip>
+            <horizontal_alignment>1</horizontal_alignment>
+            <rules />
+            <enabled>false</enabled>
+            <wuid>-20a75393:15809f6e4ee:-6fa3</wuid>
+            <transparent>true</transparent>
+            <auto_size>false</auto_size>
+            <text>Rear Plate lenght</text>
+            <scripts />
+            <height>20</height>
+            <border_width>2</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <visible>false</visible>
+            <vertical_alignment>1</vertical_alignment>
+            <border_color>
+              <color name="IO Border" red="215" green="215" blue="215" />
+            </border_color>
+            <widget_type>Label</widget_type>
+            <wrap_words>false</wrap_words>
+            <background_color>
+              <color name="IO Background" red="255" green="255" blue="205" />
+            </background_color>
+            <width>199</width>
+            <x>0</x>
+            <name>Label Orientation_4</name>
+            <y>195</y>
+            <foreground_color>
+              <color name="IO Foreground" red="0" green="0" blue="0" />
+            </foreground_color>
+            <actions hook="false" hook_all="false" />
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
+            <alarm_pulsing>false</alarm_pulsing>
+            <precision>0</precision>
+            <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+            <horizontal_alignment>1</horizontal_alignment>
+            <rules />
+            <pv_value />
+            <auto_size>false</auto_size>
+            <text></text>
+            <rotation_angle>0.0</rotation_angle>
+            <show_units>true</show_units>
+            <height>31</height>
+            <multiline_input>false</multiline_input>
+            <border_width>1</border_width>
+            <visible>false</visible>
+            <pv_name>${PREFIX}${TYPE}:CALC-RearLenghP-SP</pv_name>
+            <selector_type>0</selector_type>
+            <border_color>
+              <color red="0" green="128" blue="255" />
+            </border_color>
+            <precision_from_pv>true</precision_from_pv>
+            <widget_type>Text Input</widget_type>
+            <confirm_message></confirm_message>
+            <name>Text Input_4</name>
+            <style>0</style>
+            <actions hook="false" hook_all="false" />
+            <border_style>3</border_style>
+            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+            <enabled>true</enabled>
+            <wuid>-20a75393:15809f6e4ee:-6fa2</wuid>
+            <transparent>false</transparent>
+            <scripts />
+            <border_alarm_sensitive>false</border_alarm_sensitive>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+            <format_type>0</format_type>
+            <limits_from_pv>false</limits_from_pv>
+            <background_color>
+              <color name="TextBackground" red="70" green="70" blue="70" />
+            </background_color>
+            <width>100</width>
+            <x>198</x>
+            <y>189</y>
+            <maximum>1.7976931348623157E308</maximum>
+            <foreground_color>
+              <color name="KeyboardEntry" red="0" green="255" blue="255" />
+            </foreground_color>
+            <minimum>-1.7976931348623157E308</minimum>
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+            </font>
+          </widget>
+        </widget>
+        <widget typeId="org.csstudio.opibuilder.widgets.groupingContainer" version="1.0.0">
+          <border_style>0</border_style>
+          <tooltip></tooltip>
+          <rules />
+          <enabled>true</enabled>
+          <wuid>-1ab698cd:1586d27a42e:-62df</wuid>
+          <transparent>true</transparent>
+          <lock_children>false</lock_children>
+          <scripts />
+          <height>259</height>
+          <border_width>1</border_width>
+          <scale_options>
+            <width_scalable>true</width_scalable>
+            <height_scalable>true</height_scalable>
+            <keep_wh_ratio>false</keep_wh_ratio>
+          </scale_options>
+          <macros>
+            <include_parent_macros>true</include_parent_macros>
+          </macros>
+          <visible>true</visible>
+          <border_color>
+            <color red="0" green="128" blue="255" />
+          </border_color>
+          <widget_type>Grouping Container</widget_type>
+          <background_color>
+            <color red="240" green="240" blue="240" />
+          </background_color>
+          <width>324</width>
+          <x>1</x>
+          <name>Motor</name>
+          <y>1</y>
+          <foreground_color>
+            <color red="192" green="192" blue="192" />
+          </foreground_color>
+          <actions hook="false" hook_all="false" />
+          <fc>false</fc>
+          <show_scrollbar>true</show_scrollbar>
+          <font>
+            <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+          </font>
+          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+            <border_style>0</border_style>
+            <tooltip></tooltip>
+            <horizontal_alignment>1</horizontal_alignment>
+            <rules />
+            <enabled>false</enabled>
+            <wuid>-1ab698cd:1586d27a42e:-62d1</wuid>
+            <transparent>true</transparent>
+            <auto_size>false</auto_size>
+            <text>Velocity</text>
+            <scripts />
+            <height>20</height>
+            <border_width>2</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <visible>true</visible>
+            <vertical_alignment>1</vertical_alignment>
+            <border_color>
+              <color name="IO Border" red="215" green="215" blue="215" />
+            </border_color>
+            <widget_type>Label</widget_type>
+            <wrap_words>false</wrap_words>
+            <background_color>
+              <color name="IO Background" red="255" green="255" blue="205" />
+            </background_color>
+            <width>151</width>
+            <x>12</x>
+            <name>Label Orientation_1</name>
+            <y>30</y>
+            <foreground_color>
+              <color name="IO Foreground" red="0" green="0" blue="0" />
+            </foreground_color>
+            <actions hook="false" hook_all="false" />
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
+            <alarm_pulsing>false</alarm_pulsing>
+            <precision>2</precision>
+            <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+            <horizontal_alignment>1</horizontal_alignment>
+            <rules>
+              <rule name="Disable" prop_id="enabled" out_exp="false">
+                <exp bool_exp="pv0==1">
+                  <value>false</value>
+                </exp>
+                <exp bool_exp="pv0==0">
+                  <value>true</value>
+                </exp>
+                <pv trig="true">${PREFIX}${TYPE}:MTR.BUSY</pv>
+              </rule>
+            </rules>
+            <pv_value />
+            <auto_size>false</auto_size>
+            <text></text>
+            <rotation_angle>0.0</rotation_angle>
+            <show_units>true</show_units>
+            <height>31</height>
+            <multiline_input>false</multiline_input>
+            <border_width>1</border_width>
+            <visible>true</visible>
+            <pv_name>$(PREFIX)-PMAC:$(NAME_MTR).VELO</pv_name>
+            <selector_type>0</selector_type>
+            <border_color>
+              <color red="0" green="128" blue="255" />
+            </border_color>
+            <precision_from_pv>false</precision_from_pv>
+            <widget_type>Text Input</widget_type>
+            <confirm_message></confirm_message>
+            <name>Text Input</name>
+            <style>0</style>
+            <actions hook="false" hook_all="false" />
+            <border_style>3</border_style>
+            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+            <enabled>true</enabled>
+            <wuid>-1ab698cd:1586d27a42e:-62d0</wuid>
+            <transparent>false</transparent>
+            <scripts />
+            <border_alarm_sensitive>false</border_alarm_sensitive>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+            <format_type>0</format_type>
+            <limits_from_pv>false</limits_from_pv>
+            <background_color>
+              <color name="TextBackground" red="70" green="70" blue="70" />
+            </background_color>
+            <width>130</width>
+            <x>168</x>
+            <y>24</y>
+            <maximum>7.0</maximum>
+            <foreground_color>
+              <color name="KeyboardEntry" red="0" green="255" blue="255" />
+            </foreground_color>
+            <minimum>-1.7976931348623157E308</minimum>
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+            <border_style>0</border_style>
+            <tooltip></tooltip>
+            <horizontal_alignment>1</horizontal_alignment>
+            <rules />
+            <enabled>false</enabled>
+            <wuid>-1ab698cd:1586d27a42e:-62b9</wuid>
+            <transparent>true</transparent>
+            <auto_size>false</auto_size>
+            <text>Homing Velocity</text>
+            <scripts />
+            <height>20</height>
+            <border_width>2</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <visible>true</visible>
+            <vertical_alignment>1</vertical_alignment>
+            <border_color>
+              <color name="IO Border" red="215" green="215" blue="215" />
+            </border_color>
+            <widget_type>Label</widget_type>
+            <wrap_words>false</wrap_words>
+            <background_color>
+              <color name="IO Background" red="255" green="255" blue="205" />
+            </background_color>
+            <width>151</width>
+            <x>12</x>
+            <name>Label Orientation_1</name>
+            <y>72</y>
+            <foreground_color>
+              <color name="IO Foreground" red="0" green="0" blue="0" />
+            </foreground_color>
+            <actions hook="false" hook_all="false" />
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
+            <alarm_pulsing>false</alarm_pulsing>
+            <precision>2</precision>
+            <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+            <horizontal_alignment>1</horizontal_alignment>
+            <rules>
+              <rule name="Disable" prop_id="enabled" out_exp="false">
+                <exp bool_exp="pv0==1">
+                  <value>false</value>
+                </exp>
+                <exp bool_exp="pv0==0">
+                  <value>true</value>
+                </exp>
+                <pv trig="true">${PREFIX}${TYPE}:MTR.BUSY</pv>
+              </rule>
+            </rules>
+            <pv_value />
+            <auto_size>false</auto_size>
+            <text></text>
+            <rotation_angle>0.0</rotation_angle>
+            <show_units>true</show_units>
+            <height>31</height>
+            <multiline_input>false</multiline_input>
+            <border_width>1</border_width>
+            <visible>true</visible>
+            <pv_name>$(PREFIX)-PMAC:$(NAME_MTR).HVEL</pv_name>
+            <selector_type>0</selector_type>
+            <border_color>
+              <color red="0" green="128" blue="255" />
+            </border_color>
+            <precision_from_pv>false</precision_from_pv>
+            <widget_type>Text Input</widget_type>
+            <confirm_message></confirm_message>
+            <name>Text Input</name>
+            <style>0</style>
+            <actions hook="false" hook_all="false" />
+            <border_style>3</border_style>
+            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+            <enabled>true</enabled>
+            <wuid>-1ab698cd:1586d27a42e:-62b8</wuid>
+            <transparent>false</transparent>
+            <scripts />
+            <border_alarm_sensitive>false</border_alarm_sensitive>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+            <format_type>0</format_type>
+            <limits_from_pv>false</limits_from_pv>
+            <background_color>
+              <color name="TextBackground" red="70" green="70" blue="70" />
+            </background_color>
+            <width>130</width>
+            <x>168</x>
+            <y>66</y>
+            <maximum>7.0</maximum>
+            <foreground_color>
+              <color name="KeyboardEntry" red="0" green="255" blue="255" />
+            </foreground_color>
+            <minimum>-1.7976931348623157E308</minimum>
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+            <border_style>0</border_style>
+            <tooltip></tooltip>
+            <horizontal_alignment>1</horizontal_alignment>
+            <rules />
+            <enabled>false</enabled>
+            <wuid>-1ab698cd:1586d27a42e:-6298</wuid>
+            <transparent>true</transparent>
+            <auto_size>false</auto_size>
+            <text>Acc. time</text>
+            <scripts />
+            <height>20</height>
+            <border_width>2</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <visible>true</visible>
+            <vertical_alignment>1</vertical_alignment>
+            <border_color>
+              <color name="IO Border" red="215" green="215" blue="215" />
+            </border_color>
+            <widget_type>Label</widget_type>
+            <wrap_words>false</wrap_words>
+            <background_color>
+              <color name="IO Background" red="255" green="255" blue="205" />
+            </background_color>
+            <width>151</width>
+            <x>12</x>
+            <name>Label Orientation_1</name>
+            <y>114</y>
+            <foreground_color>
+              <color name="IO Foreground" red="0" green="0" blue="0" />
+            </foreground_color>
+            <actions hook="false" hook_all="false" />
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
+            <alarm_pulsing>false</alarm_pulsing>
+            <precision>2</precision>
+            <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+            <horizontal_alignment>1</horizontal_alignment>
+            <rules>
+              <rule name="Disable" prop_id="enabled" out_exp="false">
+                <exp bool_exp="pv0==1">
+                  <value>false</value>
+                </exp>
+                <exp bool_exp="pv0==0">
+                  <value>true</value>
+                </exp>
+                <pv trig="true">${PREFIX}${TYPE}:MTR.BUSY</pv>
+              </rule>
+            </rules>
+            <pv_value />
+            <auto_size>false</auto_size>
+            <text></text>
+            <rotation_angle>0.0</rotation_angle>
+            <show_units>true</show_units>
+            <height>31</height>
+            <multiline_input>false</multiline_input>
+            <border_width>1</border_width>
+            <visible>true</visible>
+            <pv_name>$(PREFIX)-PMAC:$(NAME_MTR).ACCL</pv_name>
+            <selector_type>0</selector_type>
+            <border_color>
+              <color red="0" green="128" blue="255" />
+            </border_color>
+            <precision_from_pv>false</precision_from_pv>
+            <widget_type>Text Input</widget_type>
+            <confirm_message></confirm_message>
+            <name>Text Input</name>
+            <style>0</style>
+            <actions hook="false" hook_all="false" />
+            <border_style>3</border_style>
+            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+            <enabled>true</enabled>
+            <wuid>-1ab698cd:1586d27a42e:-6297</wuid>
+            <transparent>false</transparent>
+            <scripts />
+            <border_alarm_sensitive>false</border_alarm_sensitive>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+            <format_type>0</format_type>
+            <limits_from_pv>false</limits_from_pv>
+            <background_color>
+              <color name="TextBackground" red="70" green="70" blue="70" />
+            </background_color>
+            <width>130</width>
+            <x>168</x>
+            <y>108</y>
+            <maximum>1.7976931348623157E308</maximum>
+            <foreground_color>
+              <color name="KeyboardEntry" red="0" green="255" blue="255" />
+            </foreground_color>
+            <minimum>-1.7976931348623157E308</minimum>
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.ActionButton" version="2.0.0">
+            <toggle_button>false</toggle_button>
+            <border_style>6</border_style>
+            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+            <alarm_pulsing>false</alarm_pulsing>
+            <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+            <push_action_index>0</push_action_index>
+            <rules>
+              <rule name="Enable" prop_id="enabled" out_exp="false">
+                <exp bool_exp="pv0==0">
+                  <value>true</value>
+                </exp>
+                <exp bool_exp="pv0==1">
+                  <value>false</value>
+                </exp>
+                <pv trig="true">${PREFIX}${TYPE}:MTR.BUSY</pv>
+              </rule>
+            </rules>
+            <enabled>true</enabled>
+            <wuid>-1ab698cd:1586d27a42e:-5fde</wuid>
+            <pv_value />
+            <text>RESET</text>
+            <scripts />
+            <border_alarm_sensitive>true</border_alarm_sensitive>
+            <height>25</height>
+            <border_width>2</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <image></image>
+            <visible>true</visible>
+            <pv_name></pv_name>
+            <border_color>
+              <color name="Button Grey" red="180" green="180" blue="180" />
+            </border_color>
+            <widget_type>Action Button</widget_type>
+            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+            <background_color>
+              <color name="Button Grey" red="180" green="180" blue="180" />
+            </background_color>
+            <width>61</width>
+            <x>12</x>
+            <name>Action Button Template</name>
+            <y>231</y>
+            <style>0</style>
+            <foreground_color>
+              <color name="IO Foreground" red="0" green="0" blue="0" />
+            </foreground_color>
+            <actions hook="false" hook_all="false">
+              <action type="WRITE_PV">
+                <pv_name>$(PREFIX)-PMAC:$(NAME_MTR)-ACTMTR.PROC</pv_name>
+                <value>1</value>
+                <timeout>10</timeout>
+                <confirm_message></confirm_message>
+                <description></description>
+              </action>
+            </actions>
+            <font>
+              <opifont.name fontName="OpenSans" height="10" style="1">Small Bold</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+            <border_style>0</border_style>
+            <tooltip></tooltip>
+            <horizontal_alignment>1</horizontal_alignment>
+            <rules />
+            <enabled>false</enabled>
+            <wuid>-1168daa3:158859bc9c3:-2f8d</wuid>
+            <transparent>true</transparent>
+            <auto_size>false</auto_size>
+            <text>Position CONS</text>
+            <scripts />
+            <height>20</height>
+            <border_width>2</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <visible>true</visible>
+            <vertical_alignment>1</vertical_alignment>
+            <border_color>
+              <color name="IO Border" red="215" green="215" blue="215" />
+            </border_color>
+            <widget_type>Label</widget_type>
+            <wrap_words>false</wrap_words>
+            <background_color>
+              <color name="IO Background" red="255" green="255" blue="205" />
+            </background_color>
+            <width>151</width>
+            <x>12</x>
+            <name>Label Orientation_1</name>
+            <y>156</y>
+            <foreground_color>
+              <color name="IO Foreground" red="0" green="0" blue="0" />
+            </foreground_color>
+            <actions hook="false" hook_all="false" />
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
+            <alarm_pulsing>false</alarm_pulsing>
+            <precision>2</precision>
+            <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+            <horizontal_alignment>1</horizontal_alignment>
+            <rules>
+              <rule name="Disable" prop_id="enabled" out_exp="false">
+                <exp bool_exp="pv0==1 || pv1==0">
+                  <value>false</value>
+                </exp>
+                <exp bool_exp="pv0==0 &amp;&amp; pv1==1">
+                  <value>true</value>
+                </exp>
+                <pv trig="true">${PREFIX}${TYPE}:MTR.BUSY</pv>
+                <pv trig="true">$(PREFIX)$(TYPE)-PMAC:BRAKE_S</pv>
+              </rule>
+            </rules>
+            <pv_value />
+            <auto_size>false</auto_size>
+            <text></text>
+            <rotation_angle>0.0</rotation_angle>
+            <show_units>true</show_units>
+            <height>31</height>
+            <multiline_input>false</multiline_input>
+            <border_width>1</border_width>
+            <visible>true</visible>
+            <pv_name>$(PREFIX)-PMAC:$(NAME_MTR).VAL</pv_name>
+            <selector_type>0</selector_type>
+            <border_color>
+              <color red="0" green="128" blue="255" />
+            </border_color>
+            <precision_from_pv>false</precision_from_pv>
+            <widget_type>Text Input</widget_type>
+            <confirm_message></confirm_message>
+            <name>Text Input</name>
+            <style>0</style>
+            <actions hook="false" hook_all="false" />
+            <border_style>3</border_style>
+            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+            <enabled>true</enabled>
+            <wuid>-1168daa3:158859bc9c3:-2f8c</wuid>
+            <transparent>false</transparent>
+            <scripts />
+            <border_alarm_sensitive>false</border_alarm_sensitive>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+            <format_type>0</format_type>
+            <limits_from_pv>false</limits_from_pv>
+            <background_color>
+              <color name="TextBackground" red="70" green="70" blue="70" />
+            </background_color>
+            <width>130</width>
+            <x>168</x>
+            <y>150</y>
+            <maximum>1.7976931348623157E308</maximum>
+            <foreground_color>
+              <color name="KeyboardEntry" red="0" green="255" blue="255" />
+            </foreground_color>
+            <minimum>-1.7976931348623157E308</minimum>
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.ActionButton" version="2.0.0">
+            <toggle_button>false</toggle_button>
+            <border_style>6</border_style>
+            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+            <alarm_pulsing>false</alarm_pulsing>
+            <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+            <push_action_index>0</push_action_index>
+            <rules>
+              <rule name="Enable" prop_id="enabled" out_exp="false">
+                <exp bool_exp="pv0==1 &amp;&amp; pv1==0">
+                  <value>true</value>
+                </exp>
+                <exp bool_exp="pv0==0 || pv1==1">
+                  <value>false</value>
+                </exp>
+                <pv trig="true">$(PREFIX)$(TYPE)-PMAC:BRAKE_S</pv>
+                <pv trig="true">${PREFIX}${TYPE}:MTR.BUSY</pv>
+              </rule>
+            </rules>
+            <enabled>true</enabled>
+            <wuid>-1168daa3:158859bc9c3:-8e0</wuid>
+            <pv_value />
+            <text>MOVE</text>
+            <scripts />
+            <border_alarm_sensitive>true</border_alarm_sensitive>
+            <height>25</height>
+            <border_width>2</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <image></image>
+            <visible>true</visible>
+            <pv_name></pv_name>
+            <border_color>
+              <color name="IO Border" red="215" green="215" blue="215" />
+            </border_color>
+            <widget_type>Action Button</widget_type>
+            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+            <background_color>
+              <color name="IO Button" red="178" green="178" blue="178" />
+            </background_color>
+            <width>73</width>
+            <x>180</x>
+            <name>Action Button Template_3</name>
+            <y>198</y>
+            <style>0</style>
+            <foreground_color>
+              <color name="IO Foreground" red="0" green="0" blue="0" />
+            </foreground_color>
+            <actions hook="false" hook_all="false">
+              <action type="WRITE_PV">
+                <pv_name>$(PREFIX)-PMAC:$(NAME_MTR).SPMG</pv_name>
+                <value>2</value>
+                <timeout>10</timeout>
+                <confirm_message></confirm_message>
+                <description></description>
+              </action>
+            </actions>
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.ActionButton" version="2.0.0">
+            <toggle_button>false</toggle_button>
+            <border_style>6</border_style>
+            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+            <alarm_pulsing>false</alarm_pulsing>
+            <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+            <push_action_index>0</push_action_index>
+            <rules>
+              <rule name="Enable" prop_id="enabled" out_exp="false">
+                <exp bool_exp="pv0==1">
+                  <value>false</value>
+                </exp>
+                <exp bool_exp="pv0==0">
+                  <value>true</value>
+                </exp>
+                <pv trig="true">${PREFIX}${TYPE}:MTR.BUSY</pv>
+              </rule>
+            </rules>
+            <enabled>true</enabled>
+            <wuid>-1168daa3:158859bc9c3:-3d9</wuid>
+            <pv_value />
+            <text>STOP</text>
+            <scripts />
+            <border_alarm_sensitive>true</border_alarm_sensitive>
+            <height>25</height>
+            <border_width>2</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <image></image>
+            <visible>true</visible>
+            <pv_name></pv_name>
+            <border_color>
+              <color name="IO Border" red="215" green="215" blue="215" />
+            </border_color>
+            <widget_type>Action Button</widget_type>
+            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+            <background_color>
+              <color name="Major" red="255" green="0" blue="0" />
+            </background_color>
+            <width>73</width>
+            <x>90</x>
+            <name>Action Button Template_3</name>
+            <y>198</y>
+            <style>0</style>
+            <foreground_color>
+              <color name="IO Foreground" red="0" green="0" blue="0" />
+            </foreground_color>
+            <actions hook="false" hook_all="false">
+              <action type="WRITE_PV">
+                <pv_name>$(PREFIX)-PMAC:$(NAME_MTR).SPMG</pv_name>
+                <value>0</value>
+                <timeout>10</timeout>
+                <confirm_message></confirm_message>
+                <description></description>
+              </action>
+            </actions>
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.BoolSwitch" version="1.0.0">
+            <toggle_button>true</toggle_button>
+            <border_style>0</border_style>
+            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+            <alarm_pulsing>false</alarm_pulsing>
+            <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+            <push_action_index>0</push_action_index>
+            <rules />
+            <effect_3d>true</effect_3d>
+            <bit>-1</bit>
+            <enabled>true</enabled>
+            <wuid>-1168daa3:158859bc9c3:-380</wuid>
+            <on_color>
+              <color name="Green Off" red="0" green="30" blue="0" />
+            </on_color>
+            <show_confirm_dialog>0</show_confirm_dialog>
+            <password></password>
+            <pv_value />
+            <released_action_index>1</released_action_index>
+            <scripts />
+            <border_alarm_sensitive>false</border_alarm_sensitive>
+            <height>52</height>
+            <on_label>OFF</on_label>
+            <border_width>1</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <visible>true</visible>
+            <pv_name>$(PREFIX)$(TYPE)-PMAC:BRAKE_R</pv_name>
+            <border_color>
+              <color red="0" green="128" blue="255" />
+            </border_color>
+            <widget_type>Boolean Switch</widget_type>
+            <off_color>
+              <color name="Major" red="255" green="0" blue="0" />
+            </off_color>
+            <confirm_message>Are your sure you want to do this?</confirm_message>
+            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+            <background_color>
+              <color red="240" green="240" blue="240" />
+            </background_color>
+            <boolean_label_position>0</boolean_label_position>
+            <width>49</width>
+            <x>271</x>
+            <name>Boolean Switch</name>
+            <data_type>0</data_type>
+            <y>204</y>
+            <foreground_color>
+              <color red="0" green="0" blue="0" />
+            </foreground_color>
+            <actions hook="false" hook_all="false">
+              <action type="WRITE_PV">
+                <pv_name>$(PREFIX)$(TYPE)-PMAC:BRAKE_S</pv_name>
+                <value>1</value>
+                <timeout>10</timeout>
+                <confirm_message></confirm_message>
+                <description></description>
+              </action>
+              <action type="WRITE_PV">
+                <pv_name>$(PREFIX)$(TYPE)-PMAC:BRAKE_S</pv_name>
+                <value>0</value>
+                <timeout>10</timeout>
+                <confirm_message></confirm_message>
+                <description></description>
+              </action>
+            </actions>
+            <show_boolean_label>false</show_boolean_label>
+            <font>
+              <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+            </font>
+            <off_label>ON</off_label>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+            <border_style>0</border_style>
+            <tooltip></tooltip>
+            <horizontal_alignment>1</horizontal_alignment>
+            <rules />
+            <enabled>true</enabled>
+            <wuid>-1168daa3:158859bc9c3:-227</wuid>
+            <transparent>true</transparent>
+            <auto_size>false</auto_size>
+            <text>brake</text>
+            <scripts />
+            <height>20</height>
+            <border_width>1</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <visible>true</visible>
+            <vertical_alignment>1</vertical_alignment>
+            <border_color>
+              <color red="0" green="128" blue="255" />
+            </border_color>
+            <widget_type>Label</widget_type>
+            <wrap_words>false</wrap_words>
+            <background_color>
+              <color red="255" green="255" blue="255" />
+            </background_color>
+            <width>80</width>
+            <x>240</x>
+            <name>Label</name>
+            <y>185</y>
+            <foreground_color>
+              <color red="0" green="0" blue="0" />
+            </foreground_color>
+            <actions hook="false" hook_all="false" />
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="0">Normal</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.ActionButton" version="2.0.0">
+            <toggle_button>false</toggle_button>
+            <border_style>6</border_style>
+            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+            <alarm_pulsing>false</alarm_pulsing>
+            <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+            <push_action_index>0</push_action_index>
+            <rules>
+              <rule name="Enable" prop_id="enabled" out_exp="false">
+                <exp bool_exp="pv0==1 &amp;&amp; pv1==0 &amp;&amp; pv2==0">
+                  <value>true</value>
+                </exp>
+                <exp bool_exp="pv0==0 || pv1==1||pv2==1">
+                  <value>false</value>
+                </exp>
+                <pv trig="true">$(PREFIX)$(TYPE)-PMAC:BRAKE_S</pv>
+                <pv trig="true">${PREFIX}${TYPE}:MTR.BUSY</pv>
+                <pv trig="true">$(PREFIX)-PMAC:$(NAME_MTR).MSTA</pv>
+              </rule>
+            </rules>
+            <enabled>true</enabled>
+            <wuid>-68059dcf:15e4dde69d7:-7754</wuid>
+            <pv_value />
+            <text>HOME</text>
+            <scripts />
+            <border_alarm_sensitive>true</border_alarm_sensitive>
+            <height>25</height>
+            <border_width>2</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <image></image>
+            <visible>true</visible>
+            <pv_name></pv_name>
+            <border_color>
+              <color name="IO Border" red="215" green="215" blue="215" />
+            </border_color>
+            <widget_type>Action Button</widget_type>
+            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+            <background_color>
+              <color name="IO Button" red="178" green="178" blue="178" />
+            </background_color>
+            <width>73</width>
+            <x>6</x>
+            <name>Action Button Template_3</name>
+            <y>198</y>
+            <style>0</style>
+            <foreground_color>
+              <color name="IO Foreground" red="0" green="0" blue="0" />
+            </foreground_color>
+            <actions hook="false" hook_all="false">
+              <action type="WRITE_PV">
+                <pv_name>$(PREFIX)$(TYPE):PROC-AUTO-HOME</pv_name>
+                <value>1</value>
+                <timeout>10</timeout>
+                <confirm_message></confirm_message>
+                <description></description>
+              </action>
+            </actions>
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+            </font>
+          </widget>
+        </widget>
+        <widget typeId="org.csstudio.opibuilder.widgets.groupingContainer" version="1.0.0">
+          <border_style>0</border_style>
+          <tooltip></tooltip>
+          <rules />
+          <enabled>true</enabled>
+          <wuid>4b16a64d:158af4f8f37:-7f5c</wuid>
+          <transparent>true</transparent>
+          <lock_children>false</lock_children>
+          <scripts />
+          <height>259</height>
+          <border_width>1</border_width>
+          <scale_options>
+            <width_scalable>true</width_scalable>
+            <height_scalable>true</height_scalable>
+            <keep_wh_ratio>false</keep_wh_ratio>
+          </scale_options>
+          <macros>
+            <include_parent_macros>true</include_parent_macros>
+          </macros>
+          <visible>false</visible>
+          <border_color>
+            <color red="0" green="128" blue="255" />
+          </border_color>
+          <widget_type>Grouping Container</widget_type>
+          <background_color>
+            <color red="240" green="240" blue="240" />
+          </background_color>
+          <width>324</width>
+          <x>1</x>
+          <name>BPS</name>
+          <y>1</y>
+          <foreground_color>
+            <color red="192" green="192" blue="192" />
+          </foreground_color>
+          <actions hook="false" hook_all="false" />
+          <fc>false</fc>
+          <show_scrollbar>true</show_scrollbar>
+          <font>
+            <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+          </font>
+          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+            <border_style>0</border_style>
+            <tooltip></tooltip>
+            <horizontal_alignment>1</horizontal_alignment>
+            <rules />
+            <enabled>false</enabled>
+            <wuid>4b16a64d:158af4f8f37:-7f46</wuid>
+            <transparent>true</transparent>
+            <auto_size>false</auto_size>
+            <text>Voltage</text>
+            <scripts />
+            <height>20</height>
+            <border_width>2</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <visible>true</visible>
+            <vertical_alignment>1</vertical_alignment>
+            <border_color>
+              <color name="IO Border" red="215" green="215" blue="215" />
+            </border_color>
+            <widget_type>Label</widget_type>
+            <wrap_words>false</wrap_words>
+            <background_color>
+              <color name="IO Background" red="255" green="255" blue="205" />
+            </background_color>
+            <width>67</width>
+            <x>12</x>
+            <name>Label Orientation_2</name>
+            <y>96</y>
+            <foreground_color>
+              <color name="IO Foreground" red="0" green="0" blue="0" />
+            </foreground_color>
+            <actions hook="false" hook_all="false" />
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+            <border_style>0</border_style>
+            <tooltip></tooltip>
+            <horizontal_alignment>1</horizontal_alignment>
+            <rules />
+            <enabled>false</enabled>
+            <wuid>4b16a64d:158af4f8f37:-7f44</wuid>
+            <transparent>true</transparent>
+            <auto_size>false</auto_size>
+            <text>Current</text>
+            <scripts />
+            <height>20</height>
+            <border_width>2</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <visible>true</visible>
+            <vertical_alignment>1</vertical_alignment>
+            <border_color>
+              <color name="IO Border" red="215" green="215" blue="215" />
+            </border_color>
+            <widget_type>Label</widget_type>
+            <wrap_words>false</wrap_words>
+            <background_color>
+              <color name="IO Background" red="255" green="255" blue="205" />
+            </background_color>
+            <width>73</width>
+            <x>6</x>
+            <name>Label Orientation_3</name>
+            <y>54</y>
+            <foreground_color>
+              <color name="IO Foreground" red="0" green="0" blue="0" />
+            </foreground_color>
+            <actions hook="false" hook_all="false" />
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
+            <alarm_pulsing>false</alarm_pulsing>
+            <precision>0</precision>
+            <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+            <horizontal_alignment>1</horizontal_alignment>
+            <rules />
+            <pv_value />
+            <auto_size>false</auto_size>
+            <text></text>
+            <rotation_angle>0.0</rotation_angle>
+            <show_units>true</show_units>
+            <height>31</height>
+            <multiline_input>false</multiline_input>
+            <border_width>1</border_width>
+            <visible>true</visible>
+            <pv_name>${PREFIX}${TYPE}:BPS-CurS</pv_name>
+            <selector_type>0</selector_type>
+            <border_color>
+              <color red="0" green="128" blue="255" />
+            </border_color>
+            <precision_from_pv>true</precision_from_pv>
+            <widget_type>Text Input</widget_type>
+            <confirm_message></confirm_message>
+            <name>Text Input_3</name>
+            <style>0</style>
+            <actions hook="false" hook_all="false" />
+            <border_style>3</border_style>
+            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+            <enabled>true</enabled>
+            <wuid>4b16a64d:158af4f8f37:-7f43</wuid>
+            <transparent>false</transparent>
+            <scripts />
+            <border_alarm_sensitive>false</border_alarm_sensitive>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+            <format_type>0</format_type>
+            <limits_from_pv>false</limits_from_pv>
+            <background_color>
+              <color name="TextBackground" red="70" green="70" blue="70" />
+            </background_color>
+            <width>91</width>
+            <x>90</x>
+            <y>48</y>
+            <maximum>1.7976931348623157E308</maximum>
+            <foreground_color>
+              <color name="KeyboardEntry" red="0" green="255" blue="255" />
+            </foreground_color>
+            <minimum>-1.7976931348623157E308</minimum>
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+            <border_style>0</border_style>
+            <tooltip></tooltip>
+            <horizontal_alignment>1</horizontal_alignment>
+            <rules />
+            <enabled>true</enabled>
+            <wuid>4b16a64d:158af4f8f37:-7f3b</wuid>
+            <transparent>true</transparent>
+            <auto_size>false</auto_size>
+            <text>VERTICAL</text>
+            <scripts />
+            <height>20</height>
+            <border_width>1</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <visible>true</visible>
+            <vertical_alignment>1</vertical_alignment>
+            <border_color>
+              <color red="0" green="128" blue="255" />
+            </border_color>
+            <widget_type>Label</widget_type>
+            <wrap_words>false</wrap_words>
+            <background_color>
+              <color red="255" green="255" blue="255" />
+            </background_color>
+            <width>199</width>
+            <x>66</x>
+            <name>Label_164</name>
+            <y>12</y>
+            <foreground_color>
+              <color red="0" green="0" blue="0" />
+            </foreground_color>
+            <actions hook="false" hook_all="false" />
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="0">Normal</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
+            <border_style>0</border_style>
+            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+            <alarm_pulsing>false</alarm_pulsing>
+            <precision>0</precision>
+            <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+            <horizontal_alignment>1</horizontal_alignment>
+            <rules />
+            <enabled>true</enabled>
+            <wuid>4b16a64d:158af4f8f37:-7f27</wuid>
+            <transparent>false</transparent>
+            <pv_value />
+            <auto_size>false</auto_size>
+            <text>######</text>
+            <rotation_angle>0.0</rotation_angle>
+            <scripts />
+            <border_alarm_sensitive>true</border_alarm_sensitive>
+            <show_units>true</show_units>
+            <height>31</height>
+            <border_width>1</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <visible>true</visible>
+            <pv_name>${PREFIX}${TYPE}:BPS-CurR</pv_name>
+            <vertical_alignment>1</vertical_alignment>
+            <border_color>
+              <color red="0" green="128" blue="255" />
+            </border_color>
+            <precision_from_pv>true</precision_from_pv>
+            <widget_type>Text Update</widget_type>
+            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+            <wrap_words>false</wrap_words>
+            <format_type>0</format_type>
+            <background_color>
+              <color red="70" green="70" blue="70" />
+            </background_color>
+            <width>100</width>
+            <x>198</x>
+            <name>Text Update</name>
+            <y>48</y>
+            <foreground_color>
+              <color name="Green On" red="0" green="255" blue="0" />
+            </foreground_color>
+            <actions hook="false" hook_all="false" />
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
+            <border_style>0</border_style>
+            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+            <alarm_pulsing>false</alarm_pulsing>
+            <precision>0</precision>
+            <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+            <horizontal_alignment>1</horizontal_alignment>
+            <rules />
+            <enabled>true</enabled>
+            <wuid>4b16a64d:158af4f8f37:-7f1b</wuid>
+            <transparent>false</transparent>
+            <pv_value />
+            <auto_size>false</auto_size>
+            <text>######</text>
+            <rotation_angle>0.0</rotation_angle>
+            <scripts />
+            <border_alarm_sensitive>true</border_alarm_sensitive>
+            <show_units>true</show_units>
+            <height>31</height>
+            <border_width>1</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <visible>true</visible>
+            <pv_name>${PREFIX}${TYPE}:BPS-VolR</pv_name>
+            <vertical_alignment>1</vertical_alignment>
+            <border_color>
+              <color red="0" green="128" blue="255" />
+            </border_color>
+            <precision_from_pv>true</precision_from_pv>
+            <widget_type>Text Update</widget_type>
+            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+            <wrap_words>false</wrap_words>
+            <format_type>0</format_type>
+            <background_color>
+              <color red="70" green="70" blue="70" />
+            </background_color>
+            <width>100</width>
+            <x>198</x>
+            <name>Text Update</name>
+            <y>90</y>
+            <foreground_color>
+              <color name="Green On" red="0" green="255" blue="0" />
+            </foreground_color>
+            <actions hook="false" hook_all="false" />
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
+            <alarm_pulsing>false</alarm_pulsing>
+            <precision>0</precision>
+            <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+            <horizontal_alignment>1</horizontal_alignment>
+            <rules />
+            <pv_value />
+            <auto_size>false</auto_size>
+            <text></text>
+            <rotation_angle>0.0</rotation_angle>
+            <show_units>true</show_units>
+            <height>31</height>
+            <multiline_input>false</multiline_input>
+            <border_width>1</border_width>
+            <visible>true</visible>
+            <pv_name>${PREFIX}${TYPE}:BPS-VolS</pv_name>
+            <selector_type>0</selector_type>
+            <border_color>
+              <color red="0" green="128" blue="255" />
+            </border_color>
+            <precision_from_pv>true</precision_from_pv>
+            <widget_type>Text Input</widget_type>
+            <confirm_message></confirm_message>
+            <name>Text Input_3</name>
+            <style>0</style>
+            <actions hook="false" hook_all="false" />
+            <border_style>3</border_style>
+            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+            <enabled>true</enabled>
+            <wuid>4b16a64d:158af4f8f37:-6180</wuid>
+            <transparent>false</transparent>
+            <scripts />
+            <border_alarm_sensitive>false</border_alarm_sensitive>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+            <format_type>0</format_type>
+            <limits_from_pv>false</limits_from_pv>
+            <background_color>
+              <color name="TextBackground" red="70" green="70" blue="70" />
+            </background_color>
+            <width>91</width>
+            <x>90</x>
+            <y>90</y>
+            <maximum>1.7976931348623157E308</maximum>
+            <foreground_color>
+              <color name="KeyboardEntry" red="0" green="255" blue="255" />
+            </foreground_color>
+            <minimum>-1.7976931348623157E308</minimum>
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+            </font>
+          </widget>
+        </widget>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.RoundedRectangle" version="1.0.0">
+        <border_style>0</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <line_width>0</line_width>
+        <horizontal_fill>true</horizontal_fill>
+        <alarm_pulsing>false</alarm_pulsing>
+        <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>-16429ab9:1582e68df9a:-4223</wuid>
+        <transparent>false</transparent>
+        <pv_value />
+        <alpha>255</alpha>
+        <corner_height>16</corner_height>
+        <bg_gradient_color>
+          <color red="255" green="255" blue="255" />
+        </bg_gradient_color>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <height>1099</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <pv_name></pv_name>
+        <gradient>false</gradient>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <anti_alias>true</anti_alias>
+        <corner_width>16</corner_width>
+        <line_style>0</line_style>
+        <widget_type>Rounded Rectangle</widget_type>
+        <fg_gradient_color>
+          <color red="255" green="255" blue="255" />
+        </fg_gradient_color>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <background_color>
+          <color name="Container Grey" red="200" green="200" blue="200" />
+        </background_color>
+        <width>1681</width>
+        <x>414</x>
+        <name>Rounded Rectangle_5</name>
+        <y>18</y>
+        <fill_level>0.0</fill_level>
+        <foreground_color>
+          <color red="255" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+        </font>
+        <line_color>
+          <color red="128" green="0" blue="255" />
+        </line_color>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.RoundedRectangle" version="1.0.0">
+        <border_style>0</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <line_width>0</line_width>
+        <horizontal_fill>true</horizontal_fill>
+        <alarm_pulsing>false</alarm_pulsing>
+        <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>-47901338:158955bc5eb:-344b</wuid>
+        <transparent>false</transparent>
+        <pv_value />
+        <alpha>255</alpha>
+        <corner_height>16</corner_height>
+        <bg_gradient_color>
+          <color red="255" green="255" blue="255" />
+        </bg_gradient_color>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <height>208</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <pv_name></pv_name>
+        <gradient>false</gradient>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <anti_alias>true</anti_alias>
+        <corner_width>16</corner_width>
+        <line_style>0</line_style>
+        <widget_type>Rounded Rectangle</widget_type>
+        <fg_gradient_color>
+          <color red="255" green="255" blue="255" />
+        </fg_gradient_color>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <background_color>
+          <color name="Black" red="0" green="0" blue="0" />
+        </background_color>
+        <width>205</width>
+        <x>420</x>
+        <name>Rounded Rectangle_7</name>
+        <y>894</y>
+        <fill_level>0.0</fill_level>
+        <foreground_color>
+          <color red="255" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+        </font>
+        <line_color>
+          <color red="128" green="0" blue="255" />
+        </line_color>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
+        <border_style>0</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <alarm_pulsing>false</alarm_pulsing>
+        <precision>0</precision>
+        <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+        <horizontal_alignment>0</horizontal_alignment>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>-47901338:158955bc5eb:-31fa</wuid>
+        <transparent>true</transparent>
+        <pv_value />
+        <auto_size>false</auto_size>
+        <text>######</text>
+        <rotation_angle>0.0</rotation_angle>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <show_units>true</show_units>
+        <height>20</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <pv_name>$(PREFIX)$(TYPE):CALC-PROJ-X</pv_name>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <precision_from_pv>true</precision_from_pv>
+        <widget_type>Text Update</widget_type>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <wrap_words>false</wrap_words>
+        <format_type>0</format_type>
+        <background_color>
+          <color red="255" green="255" blue="255" />
+        </background_color>
+        <width>100</width>
+        <x>540</x>
+        <name>Text Update</name>
+        <y>912</y>
+        <foreground_color>
+          <color name="Green On" red="0" green="255" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.RoundedRectangle" version="1.0.0">
+        <border_style>0</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <line_width>0</line_width>
+        <horizontal_fill>true</horizontal_fill>
+        <alarm_pulsing>false</alarm_pulsing>
+        <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>-16429ab9:158444d4181:-7ba7</wuid>
+        <transparent>false</transparent>
+        <pv_value />
+        <alpha>255</alpha>
+        <corner_height>16</corner_height>
+        <bg_gradient_color>
+          <color red="255" green="255" blue="255" />
+        </bg_gradient_color>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <height>79</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <pv_name></pv_name>
+        <gradient>false</gradient>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <anti_alias>true</anti_alias>
+        <corner_width>16</corner_width>
+        <line_style>0</line_style>
+        <widget_type>Rounded Rectangle</widget_type>
+        <fg_gradient_color>
+          <color red="255" green="255" blue="255" />
+        </fg_gradient_color>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <background_color>
+          <color name="Container Border Grey" red="150" green="150" blue="150" />
+        </background_color>
+        <width>350</width>
+        <x>29</x>
+        <name>Rounded Rectangle</name>
+        <y>1038</y>
+        <fill_level>0.0</fill_level>
+        <foreground_color>
+          <color red="255" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+        </font>
+        <line_color>
+          <color red="128" green="0" blue="255" />
+        </line_color>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
+        <alarm_pulsing>false</alarm_pulsing>
+        <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+        <rules />
+        <effect_3d>true</effect_3d>
+        <bit>-1</bit>
+        <pv_value />
+        <height>36</height>
+        <border_width>1</border_width>
+        <visible>true</visible>
+        <pv_name>${PREFIX}${TYPE}:MTR.BUSY</pv_name>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <widget_type>LED</widget_type>
+        <name>LED</name>
+        <actions hook="false" hook_all="false" />
+        <show_boolean_label>false</show_boolean_label>
+        <border_style>0</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <enabled>true</enabled>
+        <wuid>1e771979:1565068c2e3:-4cec</wuid>
+        <on_color>
+          <color red="0" green="255" blue="0" />
+        </on_color>
+        <scripts />
+        <border_alarm_sensitive>true</border_alarm_sensitive>
+        <on_label>ON</on_label>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>true</keep_wh_ratio>
+        </scale_options>
+        <off_color>
+          <color red="0" green="100" blue="0" />
+        </off_color>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <background_color>
+          <color red="240" green="240" blue="240" />
+        </background_color>
+        <square_led>true</square_led>
+        <width>32</width>
+        <x>336</x>
+        <data_type>0</data_type>
+        <y>1066</y>
+        <foreground_color>
+          <color red="192" green="192" blue="192" />
+        </foreground_color>
+        <font>
+          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+        </font>
+        <off_label>OFF</off_label>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+        <border_style>0</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <line_width>1</line_width>
+        <horizontal_fill>true</horizontal_fill>
+        <alarm_pulsing>false</alarm_pulsing>
+        <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+        <arrows>0</arrows>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>1e771979:1565068c2e3:-4a2d</wuid>
+        <transparent>false</transparent>
+        <points>
+          <point x="30" y="393" />
+          <point x="378" y="393" />
+          <point x="378" y="393" />
+          <point x="378" y="393" />
+          <point x="378" y="393" />
+        </points>
+        <fill_arrow>true</fill_arrow>
+        <pv_value />
+        <alpha>255</alpha>
+        <rotation_angle>0.0</rotation_angle>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <height>1</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>true</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <pv_name></pv_name>
+        <border_color>
+          <color name="Black" red="0" green="0" blue="0" />
+        </border_color>
+        <anti_alias>true</anti_alias>
+        <line_style>0</line_style>
+        <arrow_length>20</arrow_length>
+        <widget_type>Polyline</widget_type>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <background_color>
+          <color name="Black" red="0" green="0" blue="0" />
+        </background_color>
+        <width>349</width>
+        <x>30</x>
+        <name>Polyline</name>
+        <y>393</y>
+        <fill_level>0.0</fill_level>
+        <foreground_color>
+          <color red="255" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+        <border_style>0</border_style>
+        <tooltip></tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>1e771979:1565068c2e3:-4ab2</wuid>
+        <transparent>false</transparent>
+        <auto_size>false</auto_size>
+        <text>Position</text>
+        <scripts />
+        <height>25</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <widget_type>Label</widget_type>
+        <wrap_words>false</wrap_words>
+        <background_color>
+          <color name="panelArea" red="240" green="240" blue="240" />
+        </background_color>
+        <width>229</width>
+        <x>96</x>
+        <name>Label_156</name>
+        <y>381</y>
+        <foreground_color>
+          <color red="0" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+        <border_style>0</border_style>
+        <tooltip></tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules />
+        <enabled>false</enabled>
+        <wuid>1e771979:1565068c2e3:-3e44</wuid>
+        <transparent>true</transparent>
+        <auto_size>false</auto_size>
+        <text>START position</text>
+        <scripts />
+        <height>20</height>
+        <border_width>2</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color name="IO Border" red="215" green="215" blue="215" />
+        </border_color>
+        <widget_type>Label</widget_type>
+        <wrap_words>false</wrap_words>
+        <background_color>
+          <color name="IO Background" red="255" green="255" blue="205" />
+        </background_color>
+        <width>151</width>
+        <x>42</x>
+        <name>Label Orientation_7</name>
+        <y>420</y>
+        <foreground_color>
+          <color name="IO Foreground" red="0" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
+        <alarm_pulsing>false</alarm_pulsing>
+        <precision>0</precision>
+        <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules>
+          <rule name="Disable" prop_id="enabled" out_exp="false">
+            <exp bool_exp="pv0==1">
+              <value>false</value>
+            </exp>
+            <exp bool_exp="pv0==0">
+              <value>true</value>
+            </exp>
+            <pv trig="true">${PREFIX}${TYPE}:MTR.BUSY</pv>
+          </rule>
+        </rules>
+        <pv_value />
+        <auto_size>false</auto_size>
+        <text></text>
+        <rotation_angle>0.0</rotation_angle>
+        <show_units>true</show_units>
+        <height>31</height>
+        <multiline_input>false</multiline_input>
+        <border_width>1</border_width>
+        <visible>true</visible>
+        <pv_name>${PREFIX}${TYPE}:MTR.P4SP</pv_name>
+        <selector_type>0</selector_type>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <precision_from_pv>true</precision_from_pv>
+        <widget_type>Text Input</widget_type>
+        <confirm_message></confirm_message>
+        <name>Text Input</name>
+        <style>0</style>
+        <actions hook="false" hook_all="false" />
+        <border_style>3</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <enabled>true</enabled>
+        <wuid>1e771979:1565068c2e3:-3e43</wuid>
+        <transparent>false</transparent>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <format_type>0</format_type>
+        <limits_from_pv>false</limits_from_pv>
+        <background_color>
+          <color name="TextBackground" red="70" green="70" blue="70" />
+        </background_color>
+        <width>121</width>
+        <x>228</x>
+        <y>414</y>
+        <maximum>0.0</maximum>
+        <foreground_color>
+          <color name="KeyboardEntry" red="0" green="255" blue="255" />
+        </foreground_color>
+        <minimum>-200.0</minimum>
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+        <border_style>0</border_style>
+        <tooltip></tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules />
+        <enabled>false</enabled>
+        <wuid>1e771979:1565068c2e3:-3d91</wuid>
+        <transparent>true</transparent>
+        <auto_size>false</auto_size>
+        <text>END position</text>
+        <scripts />
+        <height>20</height>
+        <border_width>2</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color name="IO Border" red="215" green="215" blue="215" />
+        </border_color>
+        <widget_type>Label</widget_type>
+        <wrap_words>false</wrap_words>
+        <background_color>
+          <color name="IO Background" red="255" green="255" blue="205" />
+        </background_color>
+        <width>104</width>
+        <x>71</x>
+        <name>Label Orientation_7</name>
+        <y>462</y>
+        <foreground_color>
+          <color name="IO Foreground" red="0" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
+        <alarm_pulsing>false</alarm_pulsing>
+        <precision>0</precision>
+        <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules>
+          <rule name="Disable" prop_id="enabled" out_exp="false">
+            <exp bool_exp="pv0==1">
+              <value>false</value>
+            </exp>
+            <exp bool_exp="pv0==0">
+              <value>true</value>
+            </exp>
+            <pv trig="true">${PREFIX}${TYPE}:MTR.BUSY</pv>
+          </rule>
+        </rules>
+        <pv_value />
+        <auto_size>false</auto_size>
+        <text></text>
+        <rotation_angle>0.0</rotation_angle>
+        <show_units>true</show_units>
+        <height>31</height>
+        <multiline_input>false</multiline_input>
+        <border_width>1</border_width>
+        <visible>true</visible>
+        <pv_name>${PREFIX}${TYPE}:MTR.P4EP</pv_name>
+        <selector_type>0</selector_type>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <precision_from_pv>true</precision_from_pv>
+        <widget_type>Text Input</widget_type>
+        <confirm_message></confirm_message>
+        <name>Text Input</name>
+        <style>0</style>
+        <actions hook="false" hook_all="false" />
+        <border_style>3</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <enabled>true</enabled>
+        <wuid>1e771979:1565068c2e3:-3d90</wuid>
+        <transparent>false</transparent>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <format_type>0</format_type>
+        <limits_from_pv>false</limits_from_pv>
+        <background_color>
+          <color name="TextBackground" red="70" green="70" blue="70" />
+        </background_color>
+        <width>121</width>
+        <x>228</x>
+        <y>456</y>
+        <maximum>1.7976931348623157E308</maximum>
+        <foreground_color>
+          <color name="KeyboardEntry" red="0" green="255" blue="255" />
+        </foreground_color>
+        <minimum>-1.7976931348623157E308</minimum>
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+        <border_style>0</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <line_width>1</line_width>
+        <horizontal_fill>true</horizontal_fill>
+        <alarm_pulsing>false</alarm_pulsing>
+        <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+        <arrows>0</arrows>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>1e771979:1565068c2e3:-33bf</wuid>
+        <transparent>false</transparent>
+        <points>
+          <point x="29" y="597" />
+          <point x="377" y="597" />
+          <point x="377" y="597" />
+          <point x="377" y="597" />
+          <point x="377" y="597" />
+        </points>
+        <fill_arrow>true</fill_arrow>
+        <pv_value />
+        <alpha>255</alpha>
+        <rotation_angle>0.0</rotation_angle>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <height>1</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>true</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <pv_name></pv_name>
+        <border_color>
+          <color name="Black" red="0" green="0" blue="0" />
+        </border_color>
+        <anti_alias>true</anti_alias>
+        <line_style>0</line_style>
+        <arrow_length>20</arrow_length>
+        <widget_type>Polyline</widget_type>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <background_color>
+          <color name="Black" red="0" green="0" blue="0" />
+        </background_color>
+        <width>349</width>
+        <x>29</x>
+        <name>Polyline</name>
+        <y>597</y>
+        <fill_level>0.0</fill_level>
+        <foreground_color>
+          <color red="255" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+        <border_style>0</border_style>
+        <tooltip></tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>1e771979:1565068c2e3:-33be</wuid>
+        <transparent>false</transparent>
+        <auto_size>false</auto_size>
+        <text>Angle</text>
+        <scripts />
+        <height>25</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <widget_type>Label</widget_type>
+        <wrap_words>false</wrap_words>
+        <background_color>
+          <color name="panelArea" red="240" green="240" blue="240" />
+        </background_color>
+        <width>229</width>
+        <x>96</x>
+        <name>Label_156</name>
+        <y>585</y>
+        <foreground_color>
+          <color red="0" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+        <border_style>0</border_style>
+        <tooltip></tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules />
+        <enabled>false</enabled>
+        <wuid>1e771979:1565068c2e3:-33b3</wuid>
+        <transparent>true</transparent>
+        <auto_size>false</auto_size>
+        <text>Number of positions</text>
+        <scripts />
+        <height>20</height>
+        <border_width>2</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color name="IO Border" red="215" green="215" blue="215" />
+        </border_color>
+        <widget_type>Label</widget_type>
+        <wrap_words>false</wrap_words>
+        <background_color>
+          <color name="IO Background" red="255" green="255" blue="205" />
+        </background_color>
+        <width>199</width>
+        <x>30</x>
+        <name>Label Orientation_7</name>
+        <y>502</y>
+        <foreground_color>
+          <color name="IO Foreground" red="0" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
+        <alarm_pulsing>false</alarm_pulsing>
+        <precision>0</precision>
+        <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules>
+          <rule name="Disable" prop_id="enabled" out_exp="false">
+            <exp bool_exp="pv0==1">
+              <value>false</value>
+            </exp>
+            <exp bool_exp="pv0==0">
+              <value>true</value>
+            </exp>
+            <pv trig="true">${PREFIX}${TYPE}:MTR.BUSY</pv>
+          </rule>
+        </rules>
+        <pv_value />
+        <auto_size>false</auto_size>
+        <text></text>
+        <rotation_angle>0.0</rotation_angle>
+        <show_units>true</show_units>
+        <height>31</height>
+        <multiline_input>false</multiline_input>
+        <border_width>1</border_width>
+        <visible>true</visible>
+        <pv_name>${PREFIX}${TYPE}:MTR.NPTS</pv_name>
+        <selector_type>0</selector_type>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <precision_from_pv>true</precision_from_pv>
+        <widget_type>Text Input</widget_type>
+        <confirm_message></confirm_message>
+        <name>Text Input</name>
+        <style>0</style>
+        <actions hook="false" hook_all="false" />
+        <border_style>3</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <enabled>true</enabled>
+        <wuid>1e771979:1565068c2e3:-33a9</wuid>
+        <transparent>false</transparent>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <format_type>0</format_type>
+        <limits_from_pv>false</limits_from_pv>
+        <background_color>
+          <color name="TextBackground" red="70" green="70" blue="70" />
+        </background_color>
+        <width>121</width>
+        <x>228</x>
+        <y>496</y>
+        <maximum>100.0</maximum>
+        <foreground_color>
+          <color name="KeyboardEntry" red="0" green="255" blue="255" />
+        </foreground_color>
+        <minimum>0.0</minimum>
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+        <border_style>0</border_style>
+        <tooltip></tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules />
+        <enabled>false</enabled>
+        <wuid>1e771979:1565068c2e3:-335c</wuid>
+        <transparent>true</transparent>
+        <auto_size>false</auto_size>
+        <text>Step size</text>
+        <scripts />
+        <height>20</height>
+        <border_width>2</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color name="IO Border" red="215" green="215" blue="215" />
+        </border_color>
+        <widget_type>Label</widget_type>
+        <wrap_words>false</wrap_words>
+        <background_color>
+          <color name="IO Background" red="255" green="255" blue="205" />
+        </background_color>
+        <width>199</width>
+        <x>30</x>
+        <name>Label Orientation_7</name>
+        <y>547</y>
+        <foreground_color>
+          <color name="IO Foreground" red="0" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
+        <alarm_pulsing>false</alarm_pulsing>
+        <precision>0</precision>
+        <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules>
+          <rule name="Disable" prop_id="enabled" out_exp="false">
+            <exp bool_exp="pv0==1">
+              <value>false</value>
+            </exp>
+            <exp bool_exp="pv0==0">
+              <value>true</value>
+            </exp>
+            <pv trig="true">${PREFIX}${TYPE}:MTR.BUSY</pv>
+          </rule>
+        </rules>
+        <pv_value />
+        <auto_size>false</auto_size>
+        <text></text>
+        <rotation_angle>0.0</rotation_angle>
+        <show_units>true</show_units>
+        <height>31</height>
+        <multiline_input>false</multiline_input>
+        <border_width>1</border_width>
+        <visible>true</visible>
+        <pv_name>${PREFIX}${TYPE}:MTR.P4SI</pv_name>
+        <selector_type>0</selector_type>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <precision_from_pv>true</precision_from_pv>
+        <widget_type>Text Input</widget_type>
+        <confirm_message></confirm_message>
+        <name>Text Input</name>
+        <style>0</style>
+        <actions hook="false" hook_all="false" />
+        <border_style>3</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <enabled>true</enabled>
+        <wuid>1e771979:1565068c2e3:-335b</wuid>
+        <transparent>false</transparent>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <format_type>0</format_type>
+        <limits_from_pv>false</limits_from_pv>
+        <background_color>
+          <color name="TextBackground" red="70" green="70" blue="70" />
+        </background_color>
+        <width>121</width>
+        <x>228</x>
+        <y>541</y>
+        <maximum>1.7976931348623157E308</maximum>
+        <foreground_color>
+          <color name="KeyboardEntry" red="0" green="255" blue="255" />
+        </foreground_color>
+        <minimum>-1.7976931348623157E308</minimum>
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+        <border_style>0</border_style>
+        <tooltip></tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules />
+        <enabled>false</enabled>
+        <wuid>1e771979:1565068c2e3:-31f0</wuid>
+        <transparent>true</transparent>
+        <auto_size>false</auto_size>
+        <text>Nb Angles</text>
+        <scripts />
+        <height>20</height>
+        <border_width>2</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color name="IO Border" red="215" green="215" blue="215" />
+        </border_color>
+        <widget_type>Label</widget_type>
+        <wrap_words>false</wrap_words>
+        <background_color>
+          <color name="IO Background" red="255" green="255" blue="205" />
+        </background_color>
+        <width>84</width>
+        <x>99</x>
+        <name>Label Orientation_2</name>
+        <y>715</y>
+        <foreground_color>
+          <color name="IO Foreground" red="0" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
+        <alarm_pulsing>false</alarm_pulsing>
+        <precision>0</precision>
+        <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules>
+          <rule name="Disable" prop_id="enabled" out_exp="false">
+            <exp bool_exp="pv0==1">
+              <value>false</value>
+            </exp>
+            <exp bool_exp="pv0==0">
+              <value>true</value>
+            </exp>
+            <pv trig="true">${PREFIX}${TYPE}:MTR.BUSY</pv>
+          </rule>
+        </rules>
+        <pv_value />
+        <auto_size>false</auto_size>
+        <text></text>
+        <rotation_angle>0.0</rotation_angle>
+        <show_units>true</show_units>
+        <height>31</height>
+        <multiline_input>false</multiline_input>
+        <border_width>1</border_width>
+        <visible>true</visible>
+        <pv_name>${PREFIX}${TYPE}:PS.NPTS</pv_name>
+        <selector_type>0</selector_type>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <precision_from_pv>true</precision_from_pv>
+        <widget_type>Text Input</widget_type>
+        <confirm_message></confirm_message>
+        <name>Text Input_2</name>
+        <style>0</style>
+        <actions hook="false" hook_all="false" />
+        <border_style>3</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <enabled>true</enabled>
+        <wuid>1e771979:1565068c2e3:-31ef</wuid>
+        <transparent>false</transparent>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <format_type>0</format_type>
+        <limits_from_pv>false</limits_from_pv>
+        <background_color>
+          <color name="TextBackground" red="70" green="70" blue="70" />
+        </background_color>
+        <width>121</width>
+        <x>228</x>
+        <y>709</y>
+        <maximum>400.0</maximum>
+        <foreground_color>
+          <color name="KeyboardEntry" red="0" green="255" blue="255" />
+        </foreground_color>
+        <minimum>0.0</minimum>
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.ActionButton" version="2.0.0">
+        <toggle_button>false</toggle_button>
+        <border_style>6</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <alarm_pulsing>false</alarm_pulsing>
+        <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+        <push_action_index>0</push_action_index>
+        <rules>
+          <rule name="Enable" prop_id="enabled" out_exp="false">
+            <exp bool_exp="pv0==0 || pv1==1||pv2==1 ||pv3==1">
+              <value>false</value>
+            </exp>
+            <exp bool_exp="pv0==1 &amp;&amp; pv1==0 &amp;&amp; pv2==0 &amp;&amp; pv3==0">
+              <value>true</value>
+            </exp>
+            <pv trig="true">${PREFIX}${TYPE}:MTR.BUSY</pv>
+            <pv trig="true">${PREFIX}${TYPE}:PROC-AUTO-HOME</pv>
+            <pv trig="true">${PREFIX}${TYPE}-PMAC:SWITCH_H_R</pv>
+            <pv trig="true">${PREFIX}${TYPE}:PS.BUSY</pv>
+          </rule>
+        </rules>
+        <enabled>true</enabled>
+        <wuid>1e771979:1565068c2e3:-2a00</wuid>
+        <pv_value />
+        <text>ABORT</text>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <height>55</height>
+        <border_width>2</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <image></image>
+        <visible>true</visible>
+        <pv_name></pv_name>
+        <border_color>
+          <color name="IO Border" red="215" green="215" blue="215" />
+        </border_color>
+        <widget_type>Action Button</widget_type>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <background_color>
+          <color name="Major" red="255" green="0" blue="0" />
+        </background_color>
+        <width>146</width>
+        <x>45</x>
+        <name>Abort Scan</name>
+        <y>1056</y>
+        <style>0</style>
+        <foreground_color>
+          <color name="IO Foreground" red="0" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="true">
+          <action type="WRITE_PV">
+            <pv_name>${PREFIX}${TYPE}:MTR-ABORT.PROC</pv_name>
+            <value>1</value>
+            <timeout>10</timeout>
+            <confirm_message></confirm_message>
+            <description>Abort Scan</description>
+          </action>
+        </actions>
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.ActionButton" version="2.0.0">
+        <toggle_button>false</toggle_button>
+        <border_style>6</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <alarm_pulsing>false</alarm_pulsing>
+        <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+        <push_action_index>0</push_action_index>
+        <rules>
+          <rule name="Enable" prop_id="enabled" out_exp="false">
+            <exp bool_exp="pv0==0 &amp;&amp; pv1==0 &amp;&amp; pv2==0 &amp;&amp; pv3==0 &amp;&amp; pv4==0 &amp;&amp; pv5==0 &amp;&amp; pv6==0">
+              <value>true</value>
+            </exp>
+            <exp bool_exp="pv0==1 || pv1==0 || pv2==0 || pv3==0 || pv4==0 || pv5==0 ||pv6==0">
+              <value>false</value>
+            </exp>
+            <pv trig="true">${PREFIX}${TYPE}:MTR.BUSY</pv>
+            <pv trig="true">INFN-SRC:INTK-HMI:FM1</pv>
+            <pv trig="true">INFN-SRC:INTK-HMI:FM2</pv>
+            <pv trig="true">INFN-SRC:INTK-HMI:FM3</pv>
+            <pv trig="true">INFN-SRC:INTK-HMI:FM4</pv>
+            <pv trig="true">INFN-SRC:INTK-HMI:FM5</pv>
+            <pv trig="true">${PREFIX}${TYPE}:PROC-AUTO-HOME</pv>
+          </rule>
+        </rules>
+        <enabled>true</enabled>
+        <wuid>1e771979:1565068c2e3:-2a01</wuid>
+        <pv_value />
+        <text>START</text>
+        <scripts>
+          <path pathString="EmbeddedJs" checkConnect="true" sfe="false" seoe="false">
+            <scriptName>StartArchiving</scriptName>
             <scriptText><![CDATA[importPackage(Packages.org.csstudio.opibuilder.scriptUtil);
-if(PVUtil.getDouble(pvs[0])==1){pvs[1].setValue(1);}]]></scriptText>
-            <pv trig="true">${PREFIX}${TYPE}:MTR.EXSC</pv>
-            <pv trig="false">${PREFIX}${TYPE}:Archive</pv>
-          </path>
-        </scripts>
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <height>55</height>
-        <border_width>2</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <image></image>
-        <visible>true</visible>
-        <pv_name></pv_name>
-        <border_color>
-          <color name="IO Border" red="215" green="215" blue="215" />
-        </border_color>
-        <widget_type>Action Button</widget_type>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <background_color>
-          <color name="IO Button" red="178" green="178" blue="178" />
-        </background_color>
-        <width>103</width>
-        <x>216</x>
-        <name>Start Scan</name>
-        <y>1056</y>
-        <style>0</style>
-        <foreground_color>
-          <color name="IO Foreground" red="0" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false">
-          <action type="WRITE_PV">
-            <pv_name>${PREFIX}${TYPE}:MTR.EXSC</pv_name>
-            <value>1</value>
-            <timeout>10</timeout>
-            <confirm_message></confirm_message>
-            <description>Start SCAN</description>
-          </action>
-        </actions>
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-        <border_style>0</border_style>
-        <tooltip></tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules />
-        <enabled>false</enabled>
-        <wuid>1e771979:1565068c2e3:-31f4</wuid>
-        <transparent>true</transparent>
-        <auto_size>false</auto_size>
-        <text>MRAD  MIN</text>
-        <scripts />
-        <height>25</height>
-        <border_width>2</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color name="IO Border" red="215" green="215" blue="215" />
-        </border_color>
-        <widget_type>Label</widget_type>
-        <wrap_words>false</wrap_words>
-        <background_color>
-          <color name="IO Background" red="255" green="255" blue="205" />
-        </background_color>
-        <width>101</width>
-        <x>83</x>
-        <name>Label Orientation_7</name>
-        <y>669</y>
-        <foreground_color>
-          <color name="IO Foreground" red="0" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
-        <alarm_pulsing>false</alarm_pulsing>
-        <precision>0</precision>
-        <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules>
-          <rule name="Disable" prop_id="enabled" out_exp="false">
-            <exp bool_exp="pv0==1">
-              <value>false</value>
-            </exp>
-            <exp bool_exp="pv0==0">
-              <value>true</value>
-            </exp>
-            <pv trig="true">${PREFIX}${TYPE}:MTR.BUSY</pv>
-          </rule>
-        </rules>
-        <pv_value />
-        <auto_size>false</auto_size>
-        <text></text>
-        <rotation_angle>0.0</rotation_angle>
-        <show_units>true</show_units>
-        <height>31</height>
-        <multiline_input>false</multiline_input>
-        <border_width>1</border_width>
-        <visible>true</visible>
-        <pv_name>${PREFIX}${TYPE}:PROC-AngleMin-SP</pv_name>
-        <selector_type>0</selector_type>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <precision_from_pv>true</precision_from_pv>
-        <widget_type>Text Input</widget_type>
-        <confirm_message></confirm_message>
-        <name>Text Input</name>
-        <style>0</style>
-        <actions hook="false" hook_all="false" />
-        <border_style>3</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <enabled>true</enabled>
-        <wuid>1e771979:1565068c2e3:-31f3</wuid>
-        <transparent>false</transparent>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <format_type>0</format_type>
-        <limits_from_pv>false</limits_from_pv>
-        <background_color>
-          <color name="TextBackground" red="70" green="70" blue="70" />
-        </background_color>
-        <width>121</width>
-        <x>228</x>
-        <y>666</y>
-        <maximum>1.7976931348623157E308</maximum>
-        <foreground_color>
-          <color name="KeyboardEntry" red="0" green="255" blue="255" />
-        </foreground_color>
-        <minimum>-1.7976931348623157E308</minimum>
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-        <border_style>0</border_style>
-        <tooltip></tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules />
-        <enabled>false</enabled>
-        <wuid>-cae44c:157dd221fed:-75d1</wuid>
-        <transparent>true</transparent>
-        <auto_size>false</auto_size>
-        <text>Step size</text>
-        <scripts />
-        <height>20</height>
-        <border_width>2</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color name="IO Border" red="215" green="215" blue="215" />
-        </border_color>
-        <widget_type>Label</widget_type>
-        <wrap_words>false</wrap_words>
-        <background_color>
-          <color name="IO Background" red="255" green="255" blue="205" />
-        </background_color>
-        <width>144</width>
-        <x>60</x>
-        <name>Label Orientation_2</name>
-        <y>756</y>
-        <foreground_color>
-          <color name="IO Foreground" red="0" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
-        <alarm_pulsing>false</alarm_pulsing>
-        <precision>0</precision>
-        <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules>
-          <rule name="Disable" prop_id="enabled" out_exp="false">
-            <exp bool_exp="pv0==1">
-              <value>false</value>
-            </exp>
-            <exp bool_exp="pv0==0">
-              <value>true</value>
-            </exp>
-            <pv trig="true">${PREFIX}${TYPE}:MTR.BUSY</pv>
-          </rule>
-        </rules>
-        <pv_value />
-        <auto_size>false</auto_size>
-        <text></text>
-        <rotation_angle>0.0</rotation_angle>
-        <show_units>true</show_units>
-        <height>31</height>
-        <multiline_input>false</multiline_input>
-        <border_width>1</border_width>
-        <visible>true</visible>
-        <pv_name>${PREFIX}${TYPE}:PROC-StepAngle</pv_name>
-        <selector_type>0</selector_type>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <precision_from_pv>true</precision_from_pv>
-        <widget_type>Text Input</widget_type>
-        <confirm_message></confirm_message>
-        <name>Text Input_2</name>
-        <style>0</style>
-        <actions hook="false" hook_all="false" />
-        <border_style>3</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <enabled>true</enabled>
-        <wuid>-cae44c:157dd221fed:-75d0</wuid>
-        <transparent>false</transparent>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <format_type>0</format_type>
-        <limits_from_pv>false</limits_from_pv>
-        <background_color>
-          <color name="TextBackground" red="70" green="70" blue="70" />
-        </background_color>
-        <width>121</width>
-        <x>228</x>
-        <y>750</y>
-        <maximum>1.7976931348623157E308</maximum>
-        <foreground_color>
-          <color name="KeyboardEntry" red="0" green="255" blue="255" />
-        </foreground_color>
-        <minimum>-1.7976931348623157E308</minimum>
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-        <border_style>0</border_style>
-        <tooltip></tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules />
-        <enabled>false</enabled>
-        <wuid>4ad471b5:157e1276406:-740b</wuid>
-        <transparent>true</transparent>
-        <auto_size>false</auto_size>
-        <text>MRAD MAX</text>
-        <scripts />
-        <height>25</height>
-        <border_width>2</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color name="IO Border" red="215" green="215" blue="215" />
-        </border_color>
-        <widget_type>Label</widget_type>
-        <wrap_words>false</wrap_words>
-        <background_color>
-          <color name="IO Background" red="255" green="255" blue="205" />
-        </background_color>
-        <width>99</width>
-        <x>82</x>
-        <name>Label Orientation_1</name>
-        <y>624</y>
-        <foreground_color>
-          <color name="IO Foreground" red="0" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
-        <alarm_pulsing>false</alarm_pulsing>
-        <precision>0</precision>
-        <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules>
-          <rule name="Disable" prop_id="enabled" out_exp="false">
-            <exp bool_exp="pv0==1">
-              <value>false</value>
-            </exp>
-            <exp bool_exp="pv0==0">
-              <value>true</value>
-            </exp>
-            <pv trig="true">${PREFIX}${TYPE}:MTR.BUSY</pv>
-          </rule>
-        </rules>
-        <pv_value />
-        <auto_size>false</auto_size>
-        <text></text>
-        <rotation_angle>0.0</rotation_angle>
-        <show_units>true</show_units>
-        <height>31</height>
-        <multiline_input>false</multiline_input>
-        <border_width>1</border_width>
-        <visible>true</visible>
-        <pv_name>${PREFIX}${TYPE}:PROC-AngleMax-SP</pv_name>
-        <selector_type>0</selector_type>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <precision_from_pv>true</precision_from_pv>
-        <widget_type>Text Input</widget_type>
-        <confirm_message></confirm_message>
-        <name>Text Input</name>
-        <style>0</style>
-        <actions hook="false" hook_all="false" />
-        <border_style>3</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <enabled>true</enabled>
-        <wuid>4ad471b5:157e1276406:-740a</wuid>
-        <transparent>false</transparent>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <format_type>0</format_type>
-        <limits_from_pv>false</limits_from_pv>
-        <background_color>
-          <color name="TextBackground" red="70" green="70" blue="70" />
-        </background_color>
-        <width>121</width>
-        <x>228</x>
-        <y>624</y>
-        <maximum>1.7976931348623157E308</maximum>
-        <foreground_color>
-          <color name="KeyboardEntry" red="0" green="255" blue="255" />
-        </foreground_color>
-        <minimum>-1.7976931348623157E308</minimum>
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-        <border_style>0</border_style>
-        <tooltip></tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>-20a75393:15809f6e4ee:-700a</wuid>
-        <transparent>false</transparent>
-        <auto_size>false</auto_size>
-        <text>CONFIGURATION</text>
-        <scripts />
-        <height>32</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <widget_type>Label</widget_type>
-        <wrap_words>true</wrap_words>
-        <background_color>
-          <color name="SubPanel" red="176" green="218" blue="249" />
-        </background_color>
-        <width>349</width>
-        <x>30</x>
-        <name>Label_15</name>
-        <y>39</y>
-        <foreground_color>
-          <color red="0" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <show_scrollbar>false</show_scrollbar>
-        <font>
-          <opifont.name fontName="OpenSans" height="15" style="1">Medium Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.intensityGraph" version="1.0.0">
-        <vertial_profile_y_pv_value />
-        <y_axis_show_minor_ticks>true</y_axis_show_minor_ticks>
-        <alarm_pulsing>false</alarm_pulsing>
-        <tooltip>$(pv_name)</tooltip>
-        <x_axis_show_minor_ticks>true</x_axis_show_minor_ticks>
-        <roi_0_w_pv_value />
-        <roi_0_visible>true</roi_0_visible>
-        <horizon_profile_x_pv_name>$(PREFIX)$(TYPE):CALC-PROJ-Xabsc</horizon_profile_x_pv_name>
-        <height>798</height>
-        <border_width>1</border_width>
-        <graph_area_width>1290</graph_area_width>
-        <y_axis_scale_font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </y_axis_scale_font>
-        <roi_0_x_pv></roi_0_x_pv>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <x_axis_minimum>-200.0</x_axis_minimum>
-        <y_axis_maximum>80.0</y_axis_maximum>
-        <pixel_info_pv_value />
-        <x_axis_maximum>0.0</x_axis_maximum>
-        <vertial_profile_x_pv_value />
-        <roi_0_title>ROI 0</roi_0_title>
-        <actions hook="false" hook_all="false" />
-        <border_style>0</border_style>
-        <rgb_mode>false</rgb_mode>
-        <roi_1_title>ROI 1</roi_1_title>
-        <crop_left>0</crop_left>
-        <roi_1_y_pv_value />
-        <x_axis_scale_font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </x_axis_scale_font>
-        <data_width>0</data_width>
-        <enabled>true</enabled>
-        <wuid>-16429ab9:1582e68df9a:-6ffb</wuid>
-        <roi_1_visible>true</roi_1_visible>
-        <y_axis_title_font>
-          <opifont.name fontName="Cantarell" height="11" style="1">Default Bold</opifont.name>
-        </y_axis_title_font>
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <graph_area_height>737</graph_area_height>
-        <x_axis_visible>true</x_axis_visible>
-        <roi_0_y_pv_value />
-        <roi_1_h_pv_value />
-        <vertical_profile_x_pv_name>$(PREFIX)$(TYPE):CALC-PROJ-Yabsc</vertical_profile_x_pv_name>
-        <pixel_info_pv_name></pixel_info_pv_name>
-        <roi_0_width_pv></roi_0_width_pv>
-        <x_axis_axis_color>
-          <color red="0" green="0" blue="0" />
-        </x_axis_axis_color>
-        <roi_0_h_pv_value />
-        <roi_1_x_pv></roi_1_x_pv>
-        <background_color>
-          <color red="240" green="240" blue="240" />
-        </background_color>
-        <x_axis_axis_title>mm</x_axis_axis_title>
-        <width>1405</width>
-        <x>660</x>
-        <y>100</y>
-        <maximum>5.0</maximum>
-        <data_height>0</data_height>
-        <minimum>-1.0</minimum>
-        <crop_right>0</crop_right>
-        <crop_top>0</crop_top>
-        <roi_color>
-          <color red="0" green="255" blue="255" />
-        </roi_color>
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-        <roi_0_y_pv></roi_0_y_pv>
-        <rules>
-          <rule name="DataHeight" prop_id="data_height" out_exp="true">
-            <exp bool_exp="pv0&gt;0">
-              <value>pv0</value>
-            </exp>
-            <pv trig="true">${PREFIX}${TYPE}:PS.NPTS</pv>
-          </rule>
-          <rule name="DataWidth" prop_id="data_width" out_exp="true">
-            <exp bool_exp="pv0&gt;0">
-              <value>pv0</value>
-            </exp>
-            <pv trig="true">${PREFIX}${TYPE}:MTR.NPTS</pv>
-          </rule>
-          <rule name="XMax" prop_id="x_axis_maximum" out_exp="true">
-            <exp bool_exp="pv0!=0">
-              <value>pv0</value>
-            </exp>
-            <pv trig="true">${PREFIX}${TYPE}:MTR.P4EP</pv>
-          </rule>
-          <rule name="XMin" prop_id="x_axis_minimum" out_exp="true">
-            <exp bool_exp="pv0!=0">
-              <value>pv0</value>
-            </exp>
-            <pv trig="true">${PREFIX}${TYPE}:MTR.P4SP</pv>
-          </rule>
-          <rule name="YMax" prop_id="y_axis_maximum" out_exp="true">
-            <exp bool_exp="pv0!=0">
-              <value>pv0</value>
-            </exp>
-            <pv trig="true">${PREFIX}${TYPE}:PROC-AngleMax-SP</pv>
-          </rule>
-          <rule name="YMin" prop_id="y_axis_minimum" out_exp="true">
-            <exp bool_exp="pv0!=0">
-              <value>pv0</value>
-            </exp>
-            <pv trig="true">${PREFIX}${TYPE}:PROC-AngleMin-SP</pv>
-          </rule>
-        </rules>
-        <horizon_profile_y_pv_value />
-        <roi_1_x_pv_value />
-        <roi_count>2</roi_count>
-        <roi_1_y_pv></roi_1_y_pv>
-        <pv_value />
-        <color_map>
-          <interpolate>true</interpolate>
-          <autoscale>true</autoscale>
-          <map>2</map>
-        </color_map>
-        <show_ramp>true</show_ramp>
-        <y_axis_axis_title>mrad</y_axis_axis_title>
-        <horizon_profile_y_pv_name>$(PREFIX)$(TYPE):CALC-PROJ-Xwf</horizon_profile_y_pv_name>
-        <single_line_profiling>false</single_line_profiling>
-        <y_axis_minimum>-80.0</y_axis_minimum>
-        <visible>true</visible>
-        <roi_1_w_pv_value />
-        <vertical_profile_y_pv_name>$(PREFIX)$(TYPE):CALC-PROJ-Ywf</vertical_profile_y_pv_name>
-        <x_axis_major_tick_step_hint>50</x_axis_major_tick_step_hint>
-        <pv_name>$(PREFIX)$(TYPE):BUFF-CURRENT</pv_name>
-        <roi_0_height_pv></roi_0_height_pv>
-        <widget_type>Intensity Graph</widget_type>
-        <name>Intensity Graph</name>
-        <y_axis_axis_color>
-          <color red="0" green="0" blue="0" />
-        </y_axis_axis_color>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <roi_1_height_pv></roi_1_height_pv>
-        <roi_1_width_pv></roi_1_width_pv>
-        <y_axis_major_tick_step_hint>50</y_axis_major_tick_step_hint>
-        <scripts />
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>true</keep_wh_ratio>
-        </scale_options>
-        <x_axis_title_font>
-          <opifont.name fontName="Cantarell" height="11" style="1">Default Bold</opifont.name>
-        </x_axis_title_font>
-        <crop_bottom>0</crop_bottom>
-        <y_axis_visible>true</y_axis_visible>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <horizon_profile_x_pv_value />
-        <roi_0_x_pv_value />
-        <foreground_color>
-          <color red="0" green="0" blue="0" />
-        </foreground_color>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.tank" version="1.0.0">
-        <alarm_pulsing>false</alarm_pulsing>
-        <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-        <rules />
-        <effect_3d>true</effect_3d>
-        <scale_font>
-          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-        </scale_font>
-        <pv_value />
-        <show_scale>true</show_scale>
-        <scale_format></scale_format>
-        <height>5</height>
-        <fill_color>
-          <color red="0" green="0" blue="255" />
-        </fill_color>
-        <border_width>1</border_width>
-        <visible>true</visible>
-        <pv_name></pv_name>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <widget_type>Tank</widget_type>
-        <name>Tank</name>
-        <show_hi>true</show_hi>
-        <actions hook="false" hook_all="false" />
-        <show_lo>true</show_lo>
-        <border_style>0</border_style>
-        <show_lolo>true</show_lolo>
-        <show_minor_ticks>true</show_minor_ticks>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <show_markers>true</show_markers>
-        <color_hihi>
-          <color red="255" green="0" blue="0" />
-        </color_hihi>
-        <show_hihi>true</show_hihi>
-        <log_scale>false</log_scale>
-        <enabled>true</enabled>
-        <wuid>-16429ab9:1582e68df9a:-568c</wuid>
-        <level_hihi>90.0</level_hihi>
-        <color_hi>
-          <color red="255" green="128" blue="0" />
-        </color_hi>
-        <color_lo>
-          <color red="255" green="128" blue="0" />
-        </color_lo>
-        <scripts />
-        <border_alarm_sensitive>true</border_alarm_sensitive>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <fillcolor_alarm_sensitive>false</fillcolor_alarm_sensitive>
-        <color_fillbackground>
-          <color red="192" green="192" blue="192" />
-        </color_fillbackground>
-        <major_tick_step_hint>50</major_tick_step_hint>
-        <level_hi>80.0</level_hi>
-        <transparent_background>true</transparent_background>
-        <level_lo>20.0</level_lo>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <limits_from_pv>true</limits_from_pv>
-        <background_color>
-          <color red="240" green="240" blue="240" />
-        </background_color>
-        <level_lolo>10.0</level_lolo>
-        <width>475</width>
-        <x>522</x>
-        <y>1008</y>
-        <maximum>100.0</maximum>
-        <color_lolo>
-          <color red="255" green="0" blue="0" />
-        </color_lolo>
-        <foreground_color>
-          <color red="0" green="0" blue="0" />
-        </foreground_color>
-        <minimum>0.0</minimum>
-        <font>
-          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-        <border_style>0</border_style>
-        <tooltip></tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>-16429ab9:1582e68df9a:-4219</wuid>
-        <transparent>false</transparent>
-        <auto_size>false</auto_size>
-        <text>MEASURE</text>
-        <scripts />
-        <height>32</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <widget_type>Label</widget_type>
-        <wrap_words>true</wrap_words>
-        <background_color>
-          <color name="SubPanel" red="176" green="218" blue="249" />
-        </background_color>
-        <width>1681</width>
-        <x>414</x>
-        <name>Label_15</name>
-        <y>39</y>
-        <foreground_color>
-          <color red="0" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <show_scrollbar>false</show_scrollbar>
-        <font>
-          <opifont.name fontName="OpenSans" height="15" style="1">Medium Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.RoundedRectangle" version="1.0.0">
-        <border_style>0</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <line_width>0</line_width>
-        <horizontal_fill>true</horizontal_fill>
-        <alarm_pulsing>false</alarm_pulsing>
-        <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>-16429ab9:1582e68df9a:-3a8f</wuid>
-        <transparent>false</transparent>
-        <pv_value />
-        <alpha>255</alpha>
-        <corner_height>16</corner_height>
-        <bg_gradient_color>
-          <color red="255" green="255" blue="255" />
-        </bg_gradient_color>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <height>1099</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <pv_name></pv_name>
-        <gradient>false</gradient>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <anti_alias>true</anti_alias>
-        <corner_width>16</corner_width>
-        <line_style>0</line_style>
-        <widget_type>Rounded Rectangle</widget_type>
-        <fg_gradient_color>
-          <color red="255" green="255" blue="255" />
-        </fg_gradient_color>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <background_color>
-          <color red="186" green="189" blue="182" />
-        </background_color>
-        <width>319</width>
-        <x>2136</x>
-        <name>Rounded Rectangle_5</name>
-        <y>18</y>
-        <fill_level>0.0</fill_level>
-        <foreground_color>
-          <color red="255" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-        </font>
-        <line_color>
-          <color red="128" green="0" blue="255" />
-        </line_color>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.tab" version="1.0.0">
-        <active_tab>0</active_tab>
-        <tooltip></tooltip>
-        <height>597</height>
-        <border_width>1</border_width>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <tab_0_foreground_color>
-          <color red="0" green="0" blue="0" />
-        </tab_0_foreground_color>
-        <actions hook="false" hook_all="false" />
-        <border_style>0</border_style>
-        <enabled>true</enabled>
-        <wuid>-16429ab9:1582e68df9a:-3a8b</wuid>
-        <background_color>
-          <color red="186" green="189" blue="182" />
-        </background_color>
-        <width>319</width>
-        <x>2136</x>
-        <horizontal_tabs>true</horizontal_tabs>
-        <y>82</y>
-        <rules />
-        <macros>
-          <include_parent_macros>true</include_parent_macros>
-        </macros>
-        <visible>true</visible>
-        <tab_0_background_color>
-          <color red="186" green="189" blue="182" />
-        </tab_0_background_color>
-        <widget_type>Tabbed Container</widget_type>
-        <name>Tabbed Container</name>
-        <minimum_tab_height>10</minimum_tab_height>
-        <tab_0_font>
-          <opifont.name fontName="OpenSans" height="10" style="1">Small Bold</opifont.name>
-        </tab_0_font>
-        <tab_0_title>SCANNING</tab_0_title>
-        <scripts />
-        <tab_count>1</tab_count>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <tab_0_icon_path></tab_0_icon_path>
-        <tab_0_enabled>true</tab_0_enabled>
-        <foreground_color>
-          <color red="192" green="192" blue="192" />
-        </foreground_color>
-        <widget typeId="org.csstudio.opibuilder.widgets.groupingContainer" version="1.0.0">
-          <border_style>0</border_style>
-          <tooltip></tooltip>
-          <rules />
-          <enabled>true</enabled>
-          <wuid>-16429ab9:1582e68df9a:-3a8a</wuid>
-          <transparent>true</transparent>
-          <lock_children>false</lock_children>
-          <scripts />
-          <height>565</height>
-          <border_width>1</border_width>
-          <scale_options>
-            <width_scalable>true</width_scalable>
-            <height_scalable>true</height_scalable>
-            <keep_wh_ratio>false</keep_wh_ratio>
-          </scale_options>
-          <macros>
-            <include_parent_macros>true</include_parent_macros>
-          </macros>
-          <visible>true</visible>
-          <border_color>
-            <color red="0" green="128" blue="255" />
-          </border_color>
-          <widget_type>Grouping Container</widget_type>
-          <background_color>
-            <color red="240" green="240" blue="240" />
-          </background_color>
-          <width>317</width>
-          <x>1</x>
-          <name>SCANNING</name>
-          <y>1</y>
-          <foreground_color>
-            <color red="192" green="192" blue="192" />
-          </foreground_color>
-          <actions hook="false" hook_all="false" />
-          <fc>false</fc>
-          <show_scrollbar>true</show_scrollbar>
-          <font>
-            <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-          </font>
-          <widget typeId="org.csstudio.opibuilder.widgets.Rectangle" version="1.0.0">
-            <border_style>0</border_style>
-            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-            <line_width>0</line_width>
-            <horizontal_fill>true</horizontal_fill>
-            <alarm_pulsing>false</alarm_pulsing>
-            <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-            <rules />
-            <enabled>true</enabled>
-            <wuid>-460a3b47:15868b634f9:-7035</wuid>
-            <transparent>false</transparent>
-            <pv_value />
-            <alpha>255</alpha>
-            <bg_gradient_color>
-              <color red="255" green="255" blue="255" />
-            </bg_gradient_color>
-            <scripts />
-            <border_alarm_sensitive>false</border_alarm_sensitive>
-            <height>325</height>
-            <border_width>1</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <visible>true</visible>
-            <pv_name></pv_name>
-            <gradient>false</gradient>
-            <border_color>
-              <color red="0" green="128" blue="255" />
-            </border_color>
-            <anti_alias>true</anti_alias>
-            <line_style>0</line_style>
-            <widget_type>Rectangle</widget_type>
-            <fg_gradient_color>
-              <color red="255" green="255" blue="255" />
-            </fg_gradient_color>
-            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-            <background_color>
-              <color red="136" green="138" blue="133" />
-            </background_color>
-            <width>295</width>
-            <x>12</x>
-            <name>Rectangle_1</name>
-            <y>228</y>
-            <fill_level>0.0</fill_level>
-            <foreground_color>
-              <color red="255" green="0" blue="0" />
-            </foreground_color>
-            <actions hook="false" hook_all="false" />
-            <font>
-              <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-            </font>
-            <line_color>
-              <color red="128" green="0" blue="255" />
-            </line_color>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.Rectangle" version="1.0.0">
-            <border_style>0</border_style>
-            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-            <line_width>0</line_width>
-            <horizontal_fill>true</horizontal_fill>
-            <alarm_pulsing>false</alarm_pulsing>
-            <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-            <rules />
-            <enabled>true</enabled>
-            <wuid>-460a3b47:15868b634f9:-7106</wuid>
-            <transparent>false</transparent>
-            <pv_value />
-            <alpha>255</alpha>
-            <bg_gradient_color>
-              <color red="255" green="255" blue="255" />
-            </bg_gradient_color>
-            <scripts />
-            <border_alarm_sensitive>false</border_alarm_sensitive>
-            <height>193</height>
-            <border_width>1</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <visible>true</visible>
-            <pv_name></pv_name>
-            <gradient>false</gradient>
-            <border_color>
-              <color red="0" green="128" blue="255" />
-            </border_color>
-            <anti_alias>true</anti_alias>
-            <line_style>0</line_style>
-            <widget_type>Rectangle</widget_type>
-            <fg_gradient_color>
-              <color red="255" green="255" blue="255" />
-            </fg_gradient_color>
-            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-            <background_color>
-              <color red="136" green="138" blue="133" />
-            </background_color>
-            <width>295</width>
-            <x>12</x>
-            <name>Rectangle_1</name>
-            <y>18</y>
-            <fill_level>0.0</fill_level>
-            <foreground_color>
-              <color red="255" green="0" blue="0" />
-            </foreground_color>
-            <actions hook="false" hook_all="false" />
-            <font>
-              <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-            </font>
-            <line_color>
-              <color red="128" green="0" blue="255" />
-            </line_color>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-            <border_style>0</border_style>
-            <tooltip></tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
-            <rules />
-            <enabled>false</enabled>
-            <wuid>4ad471b5:157e1276406:-781e</wuid>
-            <transparent>true</transparent>
-            <auto_size>false</auto_size>
-            <text>PS Horizontal</text>
-            <scripts />
-            <height>20</height>
-            <border_width>2</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <visible>true</visible>
-            <vertical_alignment>1</vertical_alignment>
-            <border_color>
-              <color name="IO Border" red="215" green="215" blue="215" />
-            </border_color>
-            <widget_type>Label</widget_type>
-            <wrap_words>false</wrap_words>
-            <background_color>
-              <color name="IO Background" red="255" green="255" blue="205" />
-            </background_color>
-            <width>125</width>
-            <x>38</x>
-            <name>Label Orientation_7</name>
-            <y>36</y>
-            <foreground_color>
-              <color name="IO Foreground" red="0" green="0" blue="0" />
-            </foreground_color>
-            <actions hook="false" hook_all="false" />
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
-            <alarm_pulsing>false</alarm_pulsing>
-            <precision>0</precision>
-            <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
-            <rules />
-            <pv_value />
-            <auto_size>false</auto_size>
-            <text></text>
-            <rotation_angle>0.0</rotation_angle>
-            <show_units>true</show_units>
-            <height>31</height>
-            <multiline_input>false</multiline_input>
-            <border_width>1</border_width>
-            <visible>true</visible>
-            <pv_name>$(PREFIX):HVhor-SP</pv_name>
-            <selector_type>0</selector_type>
-            <border_color>
-              <color red="0" green="128" blue="255" />
-            </border_color>
-            <precision_from_pv>true</precision_from_pv>
-            <widget_type>Text Input</widget_type>
-            <confirm_message></confirm_message>
-            <name>Text Input</name>
-            <style>0</style>
-            <actions hook="false" hook_all="false" />
-            <border_style>3</border_style>
-            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-            <enabled>true</enabled>
-            <wuid>4ad471b5:157e1276406:-781d</wuid>
-            <transparent>false</transparent>
-            <scripts />
-            <border_alarm_sensitive>false</border_alarm_sensitive>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-            <format_type>0</format_type>
-            <limits_from_pv>false</limits_from_pv>
-            <background_color>
-              <color name="TextBackground" red="70" green="70" blue="70" />
-            </background_color>
-            <width>100</width>
-            <x>186</x>
-            <y>30</y>
-            <maximum>1.7976931348623157E308</maximum>
-            <foreground_color>
-              <color name="Green On" red="0" green="255" blue="0" />
-            </foreground_color>
-            <minimum>-1.7976931348623157E308</minimum>
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-            <border_style>0</border_style>
-            <tooltip></tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
-            <rules />
-            <enabled>false</enabled>
-            <wuid>4ad471b5:157e1276406:-780f</wuid>
-            <transparent>true</transparent>
-            <auto_size>false</auto_size>
-            <text>PS Vertical</text>
-            <scripts />
-            <height>20</height>
-            <border_width>2</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <visible>true</visible>
-            <vertical_alignment>1</vertical_alignment>
-            <border_color>
-              <color name="IO Border" red="215" green="215" blue="215" />
-            </border_color>
-            <widget_type>Label</widget_type>
-            <wrap_words>false</wrap_words>
-            <background_color>
-              <color name="IO Background" red="255" green="255" blue="205" />
-            </background_color>
-            <width>127</width>
-            <x>30</x>
-            <name>Label Orientation_7</name>
-            <y>84</y>
-            <foreground_color>
-              <color name="IO Foreground" red="0" green="0" blue="0" />
-            </foreground_color>
-            <actions hook="false" hook_all="false" />
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
-            <alarm_pulsing>false</alarm_pulsing>
-            <precision>0</precision>
-            <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
-            <rules />
-            <pv_value />
-            <auto_size>false</auto_size>
-            <text></text>
-            <rotation_angle>0.0</rotation_angle>
-            <show_units>true</show_units>
-            <height>31</height>
-            <multiline_input>false</multiline_input>
-            <border_width>1</border_width>
-            <visible>true</visible>
-            <pv_name>$(PREFIX):HVver-SP</pv_name>
-            <selector_type>0</selector_type>
-            <border_color>
-              <color red="0" green="128" blue="255" />
-            </border_color>
-            <precision_from_pv>true</precision_from_pv>
-            <widget_type>Text Input</widget_type>
-            <confirm_message></confirm_message>
-            <name>Text Input</name>
-            <style>0</style>
-            <actions hook="false" hook_all="false" />
-            <border_style>3</border_style>
-            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-            <enabled>true</enabled>
-            <wuid>4ad471b5:157e1276406:-780e</wuid>
-            <transparent>false</transparent>
-            <scripts />
-            <border_alarm_sensitive>false</border_alarm_sensitive>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-            <format_type>0</format_type>
-            <limits_from_pv>false</limits_from_pv>
-            <background_color>
-              <color name="TextBackground" red="70" green="70" blue="70" />
-            </background_color>
-            <width>100</width>
-            <x>186</x>
-            <y>78</y>
-            <maximum>1.7976931348623157E308</maximum>
-            <foreground_color>
-              <color name="Green On" red="0" green="255" blue="0" />
-            </foreground_color>
-            <minimum>-1.7976931348623157E308</minimum>
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-            <border_style>0</border_style>
-            <tooltip></tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
-            <rules />
-            <enabled>false</enabled>
-            <wuid>79429b6c:157dd491a6d:-7dd7</wuid>
-            <transparent>true</transparent>
-            <auto_size>false</auto_size>
-            <text>Angle STEP ...</text>
-            <scripts />
-            <height>20</height>
-            <border_width>2</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <visible>true</visible>
-            <vertical_alignment>1</vertical_alignment>
-            <border_color>
-              <color name="IO Border" red="215" green="215" blue="215" />
-            </border_color>
-            <widget_type>Label</widget_type>
-            <wrap_words>false</wrap_words>
-            <background_color>
-              <color name="IO Background" red="255" green="255" blue="205" />
-            </background_color>
-            <width>151</width>
-            <x>25</x>
-            <name>Label Orientation_7</name>
-            <y>132</y>
-            <foreground_color>
-              <color name="IO Foreground" red="0" green="0" blue="0" />
-            </foreground_color>
-            <actions hook="false" hook_all="false" />
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
-            <alarm_pulsing>false</alarm_pulsing>
-            <precision>0</precision>
-            <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
-            <rules />
-            <pv_value />
-            <auto_size>false</auto_size>
-            <text></text>
-            <rotation_angle>0.0</rotation_angle>
-            <show_units>true</show_units>
-            <height>31</height>
-            <multiline_input>false</multiline_input>
-            <border_width>1</border_width>
-            <visible>true</visible>
-            <pv_name>${PREFIX}${TYPE}:PS-NORD_POS</pv_name>
-            <selector_type>0</selector_type>
-            <border_color>
-              <color red="0" green="128" blue="255" />
-            </border_color>
-            <precision_from_pv>true</precision_from_pv>
-            <widget_type>Text Input</widget_type>
-            <confirm_message></confirm_message>
-            <name>Text Input</name>
-            <style>0</style>
-            <actions hook="false" hook_all="false" />
-            <border_style>3</border_style>
-            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-            <enabled>true</enabled>
-            <wuid>79429b6c:157dd491a6d:-7dd6</wuid>
-            <transparent>false</transparent>
-            <scripts />
-            <border_alarm_sensitive>false</border_alarm_sensitive>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-            <format_type>0</format_type>
-            <limits_from_pv>false</limits_from_pv>
-            <background_color>
-              <color name="TextBackground" red="70" green="70" blue="70" />
-            </background_color>
-            <width>100</width>
-            <x>186</x>
-            <y>126</y>
-            <maximum>1.7976931348623157E308</maximum>
-            <foreground_color>
-              <color name="Green On" red="0" green="255" blue="0" />
-            </foreground_color>
-            <minimum>-1.7976931348623157E308</minimum>
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
-            <alarm_pulsing>false</alarm_pulsing>
-            <precision>0</precision>
-            <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
-            <rules />
-            <pv_value />
-            <auto_size>false</auto_size>
-            <text></text>
-            <rotation_angle>0.0</rotation_angle>
-            <show_units>true</show_units>
-            <height>31</height>
-            <multiline_input>false</multiline_input>
-            <border_width>1</border_width>
-            <visible>true</visible>
-            <pv_name>${PREFIX}${TYPE}:MTR-NORD_POS</pv_name>
-            <selector_type>0</selector_type>
-            <border_color>
-              <color red="0" green="128" blue="255" />
-            </border_color>
-            <precision_from_pv>true</precision_from_pv>
-            <widget_type>Text Input</widget_type>
-            <confirm_message></confirm_message>
-            <name>Text Input_3</name>
-            <style>0</style>
-            <actions hook="false" hook_all="false" />
-            <border_style>3</border_style>
-            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-            <enabled>true</enabled>
-            <wuid>-16429ab9:1582e68df9a:-6dec</wuid>
-            <transparent>false</transparent>
-            <scripts />
-            <border_alarm_sensitive>false</border_alarm_sensitive>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-            <format_type>0</format_type>
-            <limits_from_pv>false</limits_from_pv>
-            <background_color>
-              <color name="TextBackground" red="70" green="70" blue="70" />
-            </background_color>
-            <width>100</width>
-            <x>186</x>
-            <y>240</y>
-            <maximum>1.7976931348623157E308</maximum>
-            <foreground_color>
-              <color name="Green On" red="0" green="255" blue="0" />
-            </foreground_color>
-            <minimum>-1.7976931348623157E308</minimum>
-            <font>
-              <fontdata fontName="Sans" height="10" style="1" />
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-            <border_style>0</border_style>
-            <tooltip></tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
-            <rules />
-            <enabled>false</enabled>
-            <wuid>-16429ab9:1582e68df9a:-3c09</wuid>
-            <transparent>true</transparent>
-            <auto_size>false</auto_size>
-            <text>Pos STEP ...</text>
-            <scripts />
-            <height>20</height>
-            <border_width>2</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <visible>true</visible>
-            <vertical_alignment>1</vertical_alignment>
-            <border_color>
-              <color name="IO Border" red="215" green="215" blue="215" />
-            </border_color>
-            <widget_type>Label</widget_type>
-            <wrap_words>false</wrap_words>
-            <background_color>
-              <color name="IO Background" red="255" green="255" blue="205" />
-            </background_color>
-            <width>172</width>
-            <x>15</x>
-            <name>Label Orientation_1</name>
-            <y>246</y>
-            <foreground_color>
-              <color name="IO Foreground" red="0" green="0" blue="0" />
-            </foreground_color>
-            <actions hook="false" hook_all="false" />
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.bytemonitor" version="1.0.0">
-            <border_style>0</border_style>
-            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-            <alarm_pulsing>false</alarm_pulsing>
-            <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-            <rules />
-            <effect_3d>true</effect_3d>
-            <enabled>true</enabled>
-            <wuid>59fc39f9:158487e5950:-422a</wuid>
-            <on_color>
-              <color name="Major" red="255" green="0" blue="0" />
-            </on_color>
-            <horizontal>false</horizontal>
-            <pv_value />
-            <numBits>1</numBits>
-            <scripts />
-            <border_alarm_sensitive>true</border_alarm_sensitive>
-            <height>28</height>
-            <border_width>0</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <visible>true</visible>
-            <pv_name>$(PREFIX)-PMAC:$(NAME_MTR).MSTA</pv_name>
-            <border_color>
-              <color name="IO Border" red="215" green="215" blue="215" />
-            </border_color>
-            <bitReverse>true</bitReverse>
-            <label />
-            <widget_type>Byte Monitor</widget_type>
-            <off_color>
-              <color name="IO Grid" red="215" green="215" blue="215" />
-            </off_color>
-            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-            <background_color>
-              <color name="IO Background" red="255" green="255" blue="205" />
-            </background_color>
-            <square_led>true</square_led>
-            <startBit>13</startBit>
-            <width>70</width>
-            <x>201</x>
-            <name>Byte Monitor Template</name>
-            <y>438</y>
-            <foreground_color>
-              <color name="IO InputPV Fg" red="0" green="32" blue="92" />
-            </foreground_color>
-            <actions hook="false" hook_all="false" />
-            <font>
-              <opifont.name fontName="arial" height="10" style="0">IO Normal</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-            <border_style>0</border_style>
-            <tooltip></tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
-            <rules />
-            <enabled>true</enabled>
-            <wuid>59fc39f9:158487e5950:-3dc7</wuid>
-            <transparent>true</transparent>
-            <auto_size>false</auto_size>
-            <text>LOW Limit </text>
-            <scripts />
-            <height>20</height>
-            <border_width>1</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <visible>true</visible>
-            <vertical_alignment>1</vertical_alignment>
-            <border_color>
-              <color red="0" green="128" blue="255" />
-            </border_color>
-            <widget_type>Label</widget_type>
-            <wrap_words>false</wrap_words>
-            <background_color>
-              <color red="255" green="255" blue="255" />
-            </background_color>
-            <width>83</width>
-            <x>52</x>
-            <name>Label_164</name>
-            <y>442</y>
-            <foreground_color>
-              <color red="0" green="0" blue="0" />
-            </foreground_color>
-            <actions hook="false" hook_all="false" />
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-            <border_style>0</border_style>
-            <tooltip></tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
-            <rules />
-            <enabled>true</enabled>
-            <wuid>59fc39f9:158487e5950:-38d5</wuid>
-            <transparent>true</transparent>
-            <auto_size>false</auto_size>
-            <text>HIGH Limit </text>
-            <scripts />
-            <height>20</height>
-            <border_width>1</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <visible>true</visible>
-            <vertical_alignment>1</vertical_alignment>
-            <border_color>
-              <color red="0" green="128" blue="255" />
-            </border_color>
-            <widget_type>Label</widget_type>
-            <wrap_words>false</wrap_words>
-            <background_color>
-              <color red="255" green="255" blue="255" />
-            </background_color>
-            <width>93</width>
-            <x>52</x>
-            <name>Label_164</name>
-            <y>478</y>
-            <foreground_color>
-              <color red="0" green="0" blue="0" />
-            </foreground_color>
-            <actions hook="false" hook_all="false" />
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.bytemonitor" version="1.0.0">
-            <border_style>0</border_style>
-            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-            <alarm_pulsing>false</alarm_pulsing>
-            <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-            <rules />
-            <effect_3d>true</effect_3d>
-            <enabled>true</enabled>
-            <wuid>59fc39f9:158487e5950:-38d6</wuid>
-            <on_color>
-              <color name="Major" red="255" green="0" blue="0" />
-            </on_color>
-            <horizontal>false</horizontal>
-            <pv_value />
-            <numBits>1</numBits>
-            <scripts />
-            <border_alarm_sensitive>true</border_alarm_sensitive>
-            <height>28</height>
-            <border_width>0</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <visible>true</visible>
-            <pv_name>$(PREFIX)-PMAC:$(NAME_MTR).MSTA</pv_name>
-            <border_color>
-              <color name="IO Border" red="215" green="215" blue="215" />
-            </border_color>
-            <bitReverse>true</bitReverse>
-            <label />
-            <widget_type>Byte Monitor</widget_type>
-            <off_color>
-              <color name="IO Grid" red="215" green="215" blue="215" />
-            </off_color>
-            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-            <background_color>
-              <color name="IO Background" red="255" green="255" blue="205" />
-            </background_color>
-            <square_led>true</square_led>
-            <startBit>2</startBit>
-            <width>70</width>
-            <x>201</x>
-            <name>Byte Monitor Template</name>
-            <y>474</y>
-            <foreground_color>
-              <color name="IO InputPV Fg" red="0" green="32" blue="92" />
-            </foreground_color>
-            <actions hook="false" hook_all="false" />
-            <font>
-              <opifont.name fontName="arial" height="10" style="0">IO Normal</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.bytemonitor" version="1.0.0">
-            <border_style>0</border_style>
-            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-            <alarm_pulsing>false</alarm_pulsing>
-            <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-            <rules />
-            <effect_3d>true</effect_3d>
-            <enabled>true</enabled>
-            <wuid>59fc39f9:158487e5950:-38ce</wuid>
-            <on_color>
-              <color name="Major" red="255" green="0" blue="0" />
-            </on_color>
-            <horizontal>false</horizontal>
-            <pv_value />
-            <numBits>1</numBits>
-            <scripts />
-            <border_alarm_sensitive>true</border_alarm_sensitive>
-            <height>28</height>
-            <border_width>0</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <visible>true</visible>
-            <pv_name>$(PREFIX)-PMAC:$(NAME_MTR).MOVN</pv_name>
-            <border_color>
-              <color name="IO Border" red="215" green="215" blue="215" />
-            </border_color>
-            <bitReverse>true</bitReverse>
-            <label />
-            <widget_type>Byte Monitor</widget_type>
-            <off_color>
-              <color name="IO Grid" red="215" green="215" blue="215" />
-            </off_color>
-            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-            <background_color>
-              <color name="IO Background" red="255" green="255" blue="205" />
-            </background_color>
-            <square_led>true</square_led>
-            <startBit>0</startBit>
-            <width>70</width>
-            <x>201</x>
-            <name>Byte Monitor Template</name>
-            <y>330</y>
-            <foreground_color>
-              <color name="IO InputPV Fg" red="0" green="32" blue="92" />
-            </foreground_color>
-            <actions hook="false" hook_all="false" />
-            <font>
-              <opifont.name fontName="arial" height="10" style="0">IO Normal</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-            <border_style>0</border_style>
-            <tooltip></tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
-            <rules />
-            <enabled>true</enabled>
-            <wuid>59fc39f9:158487e5950:-38cd</wuid>
-            <transparent>true</transparent>
-            <auto_size>false</auto_size>
-            <text>Motor is moving ...</text>
-            <scripts />
-            <height>20</height>
-            <border_width>1</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <visible>true</visible>
-            <vertical_alignment>1</vertical_alignment>
-            <border_color>
-              <color red="0" green="128" blue="255" />
-            </border_color>
-            <widget_type>Label</widget_type>
-            <wrap_words>false</wrap_words>
-            <background_color>
-              <color red="255" green="255" blue="255" />
-            </background_color>
-            <width>151</width>
-            <x>25</x>
-            <name>Label_164</name>
-            <y>334</y>
-            <foreground_color>
-              <color red="0" green="0" blue="0" />
-            </foreground_color>
-            <actions hook="false" hook_all="false" />
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
-            <alarm_pulsing>false</alarm_pulsing>
-            <precision>2</precision>
-            <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
-            <rules />
-            <pv_value />
-            <auto_size>false</auto_size>
-            <text></text>
-            <rotation_angle>0.0</rotation_angle>
-            <show_units>true</show_units>
-            <height>31</height>
-            <multiline_input>false</multiline_input>
-            <border_width>1</border_width>
-            <visible>true</visible>
-            <pv_name>$(PREFIX)-PMAC:$(NAME_MTR).RBV</pv_name>
-            <selector_type>0</selector_type>
-            <border_color>
-              <color red="0" green="128" blue="255" />
-            </border_color>
-            <precision_from_pv>false</precision_from_pv>
-            <widget_type>Text Input</widget_type>
-            <confirm_message></confirm_message>
-            <name>Text Input_3</name>
-            <style>0</style>
-            <actions hook="false" hook_all="false" />
-            <border_style>3</border_style>
-            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-            <enabled>true</enabled>
-            <wuid>59fc39f9:158487e5950:-356b</wuid>
-            <transparent>false</transparent>
-            <scripts />
-            <border_alarm_sensitive>false</border_alarm_sensitive>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-            <format_type>0</format_type>
-            <limits_from_pv>false</limits_from_pv>
-            <background_color>
-              <color name="TextBackground" red="70" green="70" blue="70" />
-            </background_color>
-            <width>100</width>
-            <x>186</x>
-            <y>288</y>
-            <maximum>1.7976931348623157E308</maximum>
-            <foreground_color>
-              <color name="Green On" red="0" green="255" blue="0" />
-            </foreground_color>
-            <minimum>-1.7976931348623157E308</minimum>
-            <font>
-              <fontdata fontName="Sans" height="10" style="1" />
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-            <border_style>0</border_style>
-            <tooltip></tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
-            <rules />
-            <enabled>false</enabled>
-            <wuid>59fc39f9:158487e5950:-356a</wuid>
-            <transparent>true</transparent>
-            <auto_size>false</auto_size>
-            <text>Position in course</text>
-            <scripts />
-            <height>20</height>
-            <border_width>2</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <visible>true</visible>
-            <vertical_alignment>1</vertical_alignment>
-            <border_color>
-              <color name="IO Border" red="215" green="215" blue="215" />
-            </border_color>
-            <widget_type>Label</widget_type>
-            <wrap_words>false</wrap_words>
-            <background_color>
-              <color name="IO Background" red="255" green="255" blue="205" />
-            </background_color>
-            <width>166</width>
-            <x>12</x>
-            <name>Label Orientation_1</name>
-            <y>294</y>
-            <foreground_color>
-              <color name="IO Foreground" red="0" green="0" blue="0" />
-            </foreground_color>
-            <actions hook="false" hook_all="false" />
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.bytemonitor" version="1.0.0">
-            <border_style>0</border_style>
-            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-            <alarm_pulsing>false</alarm_pulsing>
-            <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-            <rules />
-            <effect_3d>true</effect_3d>
-            <enabled>true</enabled>
-            <wuid>59fc39f9:158487e5950:-33a7</wuid>
-            <on_color>
-              <color name="Green On" red="0" green="255" blue="0" />
-            </on_color>
-            <horizontal>false</horizontal>
-            <pv_value />
-            <numBits>1</numBits>
-            <scripts />
-            <border_alarm_sensitive>true</border_alarm_sensitive>
-            <height>28</height>
-            <border_width>0</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <visible>true</visible>
-            <pv_name>$(PREFIX)-PMAC:$(NAME_MTR).MSTA</pv_name>
-            <border_color>
-              <color name="IO Border" red="215" green="215" blue="215" />
-            </border_color>
-            <bitReverse>true</bitReverse>
-            <label />
-            <widget_type>Byte Monitor</widget_type>
-            <off_color>
-              <color name="IO Grid" red="215" green="215" blue="215" />
-            </off_color>
-            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-            <background_color>
-              <color name="IO Background" red="255" green="255" blue="205" />
-            </background_color>
-            <square_led>true</square_led>
-            <startBit>1</startBit>
-            <width>70</width>
-            <x>201</x>
-            <name>Byte Monitor Template</name>
-            <y>366</y>
-            <foreground_color>
-              <color name="IO InputPV Fg" red="0" green="32" blue="92" />
-            </foreground_color>
-            <actions hook="false" hook_all="false" />
-            <font>
-              <opifont.name fontName="arial" height="10" style="0">IO Normal</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-            <border_style>0</border_style>
-            <tooltip></tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
-            <rules />
-            <enabled>true</enabled>
-            <wuid>59fc39f9:158487e5950:-33a6</wuid>
-            <transparent>true</transparent>
-            <auto_size>false</auto_size>
-            <text>Motor is placed</text>
-            <scripts />
-            <height>20</height>
-            <border_width>1</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <visible>true</visible>
-            <vertical_alignment>1</vertical_alignment>
-            <border_color>
-              <color red="0" green="128" blue="255" />
-            </border_color>
-            <widget_type>Label</widget_type>
-            <wrap_words>false</wrap_words>
-            <background_color>
-              <color red="255" green="255" blue="255" />
-            </background_color>
-            <width>125</width>
-            <x>38</x>
-            <name>Label_164</name>
-            <y>370</y>
-            <foreground_color>
-              <color red="0" green="0" blue="0" />
-            </foreground_color>
-            <actions hook="false" hook_all="false" />
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-            <border_style>0</border_style>
-            <tooltip></tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
-            <rules />
-            <enabled>true</enabled>
-            <wuid>59fc39f9:158487e5950:-26fe</wuid>
-            <transparent>true</transparent>
-            <auto_size>false</auto_size>
-            <text>HV is ramping ...</text>
-            <scripts />
-            <height>20</height>
-            <border_width>1</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <visible>true</visible>
-            <vertical_alignment>1</vertical_alignment>
-            <border_color>
-              <color red="0" green="128" blue="255" />
-            </border_color>
-            <widget_type>Label</widget_type>
-            <wrap_words>false</wrap_words>
-            <background_color>
-              <color red="255" green="255" blue="255" />
-            </background_color>
-            <width>196</width>
-            <x>6</x>
-            <name>Label_164</name>
-            <y>178</y>
-            <foreground_color>
-              <color red="0" green="0" blue="0" />
-            </foreground_color>
-            <actions hook="false" hook_all="false" />
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.bytemonitor" version="1.0.0">
-            <border_style>0</border_style>
-            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-            <alarm_pulsing>false</alarm_pulsing>
-            <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-            <rules />
-            <effect_3d>true</effect_3d>
-            <enabled>true</enabled>
-            <wuid>59fc39f9:158487e5950:-26ff</wuid>
-            <on_color>
-              <color name="Major" red="255" green="0" blue="0" />
-            </on_color>
-            <horizontal>false</horizontal>
-            <pv_value />
-            <numBits>1</numBits>
-            <scripts />
-            <border_alarm_sensitive>true</border_alarm_sensitive>
-            <height>28</height>
-            <border_width>0</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <visible>true</visible>
-            <pv_name>${PREFIX}${TYPE}:PS.BUSY</pv_name>
-            <border_color>
-              <color name="IO Border" red="215" green="215" blue="215" />
-            </border_color>
-            <bitReverse>true</bitReverse>
-            <label />
-            <widget_type>Byte Monitor</widget_type>
-            <off_color>
-              <color name="IO Grid" red="215" green="215" blue="215" />
-            </off_color>
-            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-            <background_color>
-              <color name="IO Background" red="255" green="255" blue="205" />
-            </background_color>
-            <square_led>true</square_led>
-            <startBit>0</startBit>
-            <width>70</width>
-            <x>201</x>
-            <name>Byte Monitor Template</name>
-            <y>174</y>
-            <foreground_color>
-              <color name="IO InputPV Fg" red="0" green="32" blue="92" />
-            </foreground_color>
-            <actions hook="false" hook_all="false" />
-            <font>
-              <opifont.name fontName="arial" height="10" style="0">IO Normal</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.Rectangle" version="1.0.0">
-            <border_style>0</border_style>
-            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-            <line_width>4</line_width>
-            <horizontal_fill>true</horizontal_fill>
-            <alarm_pulsing>false</alarm_pulsing>
-            <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-            <rules>
-              <rule name="Visible" prop_id="visible" out_exp="false">
-                <exp bool_exp="pv0==1">
-                  <value>true</value>
-                </exp>
-                <exp bool_exp="pv0==0">
-                  <value>false</value>
-                </exp>
-                <pv trig="true">${PREFIX}${TYPE}:PS.BUSY</pv>
-              </rule>
-            </rules>
-            <enabled>true</enabled>
-            <wuid>59fc39f9:158487e5950:-2314</wuid>
-            <transparent>true</transparent>
-            <pv_value />
-            <alpha>255</alpha>
-            <bg_gradient_color>
-              <color red="255" green="255" blue="255" />
-            </bg_gradient_color>
-            <scripts />
-            <border_alarm_sensitive>false</border_alarm_sensitive>
-            <height>193</height>
-            <border_width>1</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <visible>true</visible>
-            <pv_name>${PREFIX}${TYPE}:PS.BUSY</pv_name>
-            <gradient>false</gradient>
-            <border_color>
-              <color name="Major" red="255" green="0" blue="0" />
-            </border_color>
-            <anti_alias>true</anti_alias>
-            <line_style>0</line_style>
-            <widget_type>Rectangle</widget_type>
-            <fg_gradient_color>
-              <color red="255" green="255" blue="255" />
-            </fg_gradient_color>
-            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-            <background_color>
-              <color name="Major" red="255" green="0" blue="0" />
-            </background_color>
-            <width>295</width>
-            <x>12</x>
-            <name>Rectangle</name>
-            <y>18</y>
-            <fill_level>0.0</fill_level>
-            <foreground_color>
-              <color red="255" green="0" blue="0" />
-            </foreground_color>
-            <actions hook="false" hook_all="false" />
-            <font>
-              <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-            </font>
-            <line_color>
-              <color name="Major" red="255" green="0" blue="0" />
-            </line_color>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-            <border_style>0</border_style>
-            <tooltip></tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
-            <rules />
-            <enabled>true</enabled>
-            <wuid>-460a3b47:15868b634f9:-6f5c</wuid>
-            <transparent>true</transparent>
-            <auto_size>false</auto_size>
-            <text>Motor is Homed</text>
-            <scripts />
-            <height>20</height>
-            <border_width>1</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <visible>true</visible>
-            <vertical_alignment>1</vertical_alignment>
-            <border_color>
-              <color red="0" green="128" blue="255" />
-            </border_color>
-            <widget_type>Label</widget_type>
-            <wrap_words>false</wrap_words>
-            <background_color>
-              <color red="255" green="255" blue="255" />
-            </background_color>
-            <width>125</width>
-            <x>38</x>
-            <name>Label_164</name>
-            <y>406</y>
-            <foreground_color>
-              <color red="0" green="0" blue="0" />
-            </foreground_color>
-            <actions hook="false" hook_all="false" />
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.bytemonitor" version="1.0.0">
-            <border_style>0</border_style>
-            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-            <alarm_pulsing>false</alarm_pulsing>
-            <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-            <rules />
-            <effect_3d>true</effect_3d>
-            <enabled>true</enabled>
-            <wuid>-460a3b47:15868b634f9:-6f52</wuid>
-            <on_color>
-              <color name="Green On" red="0" green="255" blue="0" />
-            </on_color>
-            <horizontal>false</horizontal>
-            <pv_value />
-            <numBits>1</numBits>
-            <scripts />
-            <border_alarm_sensitive>true</border_alarm_sensitive>
-            <height>28</height>
-            <border_width>0</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <visible>true</visible>
-            <pv_name>$(PREFIX)-PMAC:$(NAME_MTR).MSTA</pv_name>
-            <border_color>
-              <color name="IO Border" red="215" green="215" blue="215" />
-            </border_color>
-            <bitReverse>true</bitReverse>
-            <label />
-            <widget_type>Byte Monitor</widget_type>
-            <off_color>
-              <color name="Major" red="255" green="0" blue="0" />
-            </off_color>
-            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-            <background_color>
-              <color name="IO Background" red="255" green="255" blue="205" />
-            </background_color>
-            <square_led>true</square_led>
-            <startBit>14</startBit>
-            <width>70</width>
-            <x>201</x>
-            <name>Byte Monitor Template</name>
-            <y>402</y>
-            <foreground_color>
-              <color name="IO InputPV Fg" red="0" green="32" blue="92" />
-            </foreground_color>
-            <actions hook="false" hook_all="false" />
-            <font>
-              <opifont.name fontName="arial" height="10" style="0">IO Normal</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.Rectangle" version="1.0.0">
-            <border_style>0</border_style>
-            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-            <line_width>4</line_width>
-            <horizontal_fill>true</horizontal_fill>
-            <alarm_pulsing>false</alarm_pulsing>
-            <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-            <rules>
-              <rule name="Visible" prop_id="visible" out_exp="false">
-                <exp bool_exp="pv0==1">
-                  <value>true</value>
-                </exp>
-                <exp bool_exp="pv0==0">
-                  <value>false</value>
-                </exp>
-                <pv trig="true">$(PREFIX)-PMAC:$(NAME_MTR).MOVN</pv>
-              </rule>
-            </rules>
-            <enabled>true</enabled>
-            <wuid>59fc39f9:158487e5950:-2172</wuid>
-            <transparent>true</transparent>
-            <pv_value />
-            <alpha>255</alpha>
-            <bg_gradient_color>
-              <color red="255" green="255" blue="255" />
-            </bg_gradient_color>
-            <scripts />
-            <border_alarm_sensitive>false</border_alarm_sensitive>
-            <height>325</height>
-            <border_width>1</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <visible>true</visible>
-            <pv_name>$(PREFIX)-PMAC:$(NAME_MTR).MOVN</pv_name>
-            <gradient>false</gradient>
-            <border_color>
-              <color name="Major" red="255" green="0" blue="0" />
-            </border_color>
-            <anti_alias>true</anti_alias>
-            <line_style>0</line_style>
-            <widget_type>Rectangle</widget_type>
-            <fg_gradient_color>
-              <color red="255" green="255" blue="255" />
-            </fg_gradient_color>
-            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-            <background_color>
-              <color name="Major" red="255" green="0" blue="0" />
-            </background_color>
-            <width>295</width>
-            <x>12</x>
-            <name>Rectangle_1</name>
-            <y>228</y>
-            <fill_level>0.0</fill_level>
-            <foreground_color>
-              <color red="255" green="0" blue="0" />
-            </foreground_color>
-            <actions hook="false" hook_all="false" />
-            <font>
-              <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-            </font>
-            <line_color>
-              <color name="Major" red="255" green="0" blue="0" />
-            </line_color>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-            <border_style>0</border_style>
-            <tooltip></tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
-            <rules />
-            <enabled>true</enabled>
-            <wuid>-1168daa3:158859bc9c3:-6028</wuid>
-            <transparent>true</transparent>
-            <auto_size>false</auto_size>
-            <text>Brake ON</text>
-            <scripts />
-            <height>20</height>
-            <border_width>1</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <visible>true</visible>
-            <vertical_alignment>1</vertical_alignment>
-            <border_color>
-              <color red="0" green="128" blue="255" />
-            </border_color>
-            <widget_type>Label</widget_type>
-            <wrap_words>false</wrap_words>
-            <background_color>
-              <color red="255" green="255" blue="255" />
-            </background_color>
-            <width>83</width>
-            <x>52</x>
-            <name>Label_164</name>
-            <y>514</y>
-            <foreground_color>
-              <color red="0" green="0" blue="0" />
-            </foreground_color>
-            <actions hook="false" hook_all="false" />
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.bytemonitor" version="1.0.0">
-            <border_style>0</border_style>
-            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-            <alarm_pulsing>false</alarm_pulsing>
-            <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-            <rules />
-            <effect_3d>true</effect_3d>
-            <enabled>true</enabled>
-            <wuid>60f6e55b:158baae9c78:-79b8</wuid>
-            <on_color>
-              <color name="Field Background Grey" red="240" green="240" blue="240" />
-            </on_color>
-            <horizontal>false</horizontal>
-            <pv_value />
-            <numBits>1</numBits>
-            <scripts />
-            <border_alarm_sensitive>true</border_alarm_sensitive>
-            <height>28</height>
-            <border_width>0</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <visible>true</visible>
-            <pv_name>$(PREFIX)$(TYPE)-PMAC:BRAKE_R</pv_name>
-            <border_color>
-              <color name="IO Border" red="215" green="215" blue="215" />
-            </border_color>
-            <bitReverse>true</bitReverse>
-            <label />
-            <widget_type>Byte Monitor</widget_type>
-            <off_color>
-              <color name="Major" red="255" green="0" blue="0" />
-            </off_color>
-            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-            <background_color>
-              <color name="IO Background" red="255" green="255" blue="205" />
-            </background_color>
-            <square_led>true</square_led>
-            <startBit>0</startBit>
-            <width>70</width>
-            <x>201</x>
-            <name>Byte Monitor Template</name>
-            <y>510</y>
-            <foreground_color>
-              <color name="IO InputPV Fg" red="0" green="32" blue="92" />
-            </foreground_color>
-            <actions hook="false" hook_all="false" />
-            <font>
-              <opifont.name fontName="arial" height="10" style="0">IO Normal</opifont.name>
-            </font>
-          </widget>
-        </widget>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-        <border_style>0</border_style>
-        <tooltip></tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>-16429ab9:1582e68df9a:-3a7c</wuid>
-        <transparent>false</transparent>
-        <auto_size>false</auto_size>
-        <text>STATUS</text>
-        <scripts />
-        <height>32</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <widget_type>Label</widget_type>
-        <wrap_words>true</wrap_words>
-        <background_color>
-          <color name="SubPanel" red="176" green="218" blue="249" />
-        </background_color>
-        <width>319</width>
-        <x>2136</x>
-        <name>Label_15</name>
-        <y>39</y>
-        <foreground_color>
-          <color red="0" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <show_scrollbar>false</show_scrollbar>
-        <font>
-          <opifont.name fontName="OpenSans" height="15" style="1">Medium Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
-        <border_style>0</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <line_width>5</line_width>
-        <horizontal_fill>true</horizontal_fill>
-        <alarm_pulsing>false</alarm_pulsing>
-        <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-        <arrows>0</arrows>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>-16429ab9:1582e68df9a:-363a</wuid>
-        <transparent>false</transparent>
-        <points>
-          <point x="29" y="1038" />
-          <point x="377" y="1038" />
-          <point x="377" y="1038" />
-          <point x="377" y="1038" />
-          <point x="377" y="1038" />
-        </points>
-        <fill_arrow>true</fill_arrow>
-        <pv_value />
-        <alpha>255</alpha>
-        <rotation_angle>0.0</rotation_angle>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <height>1</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>true</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <pv_name></pv_name>
-        <border_color>
-          <color name="Black" red="0" green="0" blue="0" />
-        </border_color>
-        <anti_alias>true</anti_alias>
-        <line_style>0</line_style>
-        <arrow_length>20</arrow_length>
-        <widget_type>Polyline</widget_type>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <background_color>
-          <color name="Black" red="0" green="0" blue="0" />
-        </background_color>
-        <width>349</width>
-        <x>29</x>
-        <name>Polyline</name>
-        <y>1038</y>
-        <fill_level>0.0</fill_level>
-        <foreground_color>
-          <color red="255" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
-        <alarm_pulsing>false</alarm_pulsing>
-        <precision>2</precision>
-        <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules />
-        <pv_value />
-        <auto_size>false</auto_size>
-        <text></text>
-        <rotation_angle>0.0</rotation_angle>
-        <show_units>false</show_units>
-        <height>22</height>
-        <multiline_input>false</multiline_input>
-        <border_width>1</border_width>
-        <visible>true</visible>
-        <pv_name>$(PREFIX)-PMAC:$(NAME_MTR).RBV</pv_name>
-        <selector_type>0</selector_type>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <precision_from_pv>false</precision_from_pv>
-        <widget_type>Text Input</widget_type>
-        <confirm_message></confirm_message>
-        <name>Text Input_9</name>
-        <style>0</style>
-        <actions hook="false" hook_all="false" />
-        <border_style>3</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <enabled>true</enabled>
-        <wuid>-16429ab9:158444d4181:-628c</wuid>
-        <transparent>false</transparent>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <format_type>0</format_type>
-        <limits_from_pv>false</limits_from_pv>
-        <background_color>
-          <color name="TextBackground" red="70" green="70" blue="70" />
-        </background_color>
-        <width>100</width>
-        <x>1205</x>
-        <y>876</y>
-        <maximum>1.7976931348623157E308</maximum>
-        <foreground_color>
-          <color name="Green On" red="0" green="255" blue="0" />
-        </foreground_color>
-        <minimum>-1.7976931348623157E308</minimum>
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-        <border_style>0</border_style>
-        <tooltip></tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules>
-          <rule name="Visible" prop_id="visible" out_exp="false">
-            <exp bool_exp="pv0==1">
-              <value>true</value>
-            </exp>
-            <exp bool_exp="pv0==0">
-              <value>false</value>
-            </exp>
-            <pv trig="true">$(PREFIX)-PMAC:$(NAME_MTR).MOVN</pv>
-          </rule>
-        </rules>
-        <enabled>false</enabled>
-        <wuid>59fc39f9:158487e5950:-4c5d</wuid>
-        <transparent>true</transparent>
-        <auto_size>false</auto_size>
-        <text>MOTOR IS MOVING ...</text>
-        <scripts />
-        <height>20</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <widget_type>Label</widget_type>
-        <wrap_words>false</wrap_words>
-        <background_color>
-          <color red="255" green="255" blue="255" />
-        </background_color>
-        <width>181</width>
-        <x>1020</x>
-        <name>Label</name>
-        <y>877</y>
-        <foreground_color>
-          <color name="Major" red="255" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.xyGraph" version="1.0.0">
-        <axis_1_scale_format></axis_1_scale_format>
-        <alarm_pulsing>false</alarm_pulsing>
-        <tooltip>$(trace_0_y_pv)
-$(trace_0_y_pv_value)</tooltip>
-        <trace_0_concatenate_data>false</trace_0_concatenate_data>
-        <trace_0_trace_type>0</trace_0_trace_type>
-        <border_width>1</border_width>
-        <border_style>0</border_style>
-        <axis_0_grid_color>
-          <color red="200" green="200" blue="200" />
-        </axis_0_grid_color>
-        <trace_0_name>$(trace_0_y_pv)</trace_0_name>
-        <trace_0_update_mode>0</trace_0_update_mode>
-        <wuid>-1168daa3:158859bc9c3:6e0</wuid>
-        <transparent>false</transparent>
-        <axis_0_title_font>
-          <opifont.name fontName="Cantarell" height="11" style="1">Default Bold</opifont.name>
-        </axis_0_title_font>
-        <background_color>
-          <color name="Container Grey" red="200" green="200" blue="200" />
-        </background_color>
-        <x>639</x>
-        <y>912</y>
-        <trace_0_x_axis_index>0</trace_0_x_axis_index>
-        <axis_count>2</axis_count>
-        <pv_value />
-        <trace_0_buffer_size>100</trace_0_buffer_size>
-        <axis_1_maximum>1.0</axis_1_maximum>
-        <axis_0_scale_font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </axis_0_scale_font>
-        <trigger_pv></trigger_pv>
-        <widget_type>XY Graph</widget_type>
-        <axis_1_axis_color>
-          <color red="0" green="0" blue="0" />
-        </axis_1_axis_color>
-        <axis_0_scale_format></axis_0_scale_format>
-        <axis_1_log_scale>false</axis_1_log_scale>
-        <title></title>
-        <trace_0_visible>true</trace_0_visible>
-        <show_legend>false</show_legend>
-        <axis_0_axis_title>mm</axis_0_axis_title>
-        <axis_0_axis_color>
-          <color red="0" green="0" blue="0" />
-        </axis_0_axis_color>
-        <axis_0_dash_grid_line>true</axis_0_dash_grid_line>
-        <trace_0_point_style>0</trace_0_point_style>
-        <trace_0_line_width>1</trace_0_line_width>
-        <axis_0_time_format>0</axis_0_time_format>
-        <trace_count>1</trace_count>
-        <axis_1_show_grid>true</axis_1_show_grid>
-        <axis_1_dash_grid_line>true</axis_1_dash_grid_line>
-        <show_toolbar>false</show_toolbar>
-        <axis_0_visible>true</axis_0_visible>
-        <axis_0_show_grid>true</axis_0_show_grid>
-        <trace_0_y_axis_index>1</trace_0_y_axis_index>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <axis_0_maximum>1.0</axis_0_maximum>
-        <height>181</height>
-        <trigger_pv_value />
-        <axis_1_grid_color>
-          <color red="200" green="200" blue="200" />
-        </axis_1_grid_color>
-        <actions hook="false" hook_all="false" />
-        <axis_0_log_scale>false</axis_0_log_scale>
-        <trace_0_x_pv_value />
-        <axis_0_auto_scale_threshold>0.0</axis_0_auto_scale_threshold>
-        <rules />
-        <axis_1_visible>true</axis_1_visible>
-        <trace_0_update_delay>1</trace_0_update_delay>
-        <pv_name>$(PREFIX)$(TYPE):CALC-PROJ-Xwf</pv_name>
-        <name>XY Graph</name>
-        <axis_0_auto_scale>true</axis_0_auto_scale>
-        <axis_0_minimum>-100.0</axis_0_minimum>
-        <axis_1_axis_title></axis_1_axis_title>
-        <axis_1_auto_scale>true</axis_1_auto_scale>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <trace_0_y_pv>$(PREFIX)$(TYPE):CALC-PROJ-Xwf</trace_0_y_pv>
-        <trace_0_plot_mode>0</trace_0_plot_mode>
-        <enabled>true</enabled>
-        <trace_0_x_pv>$(PREFIX)$(TYPE):CALC-PROJ-Xabsc</trace_0_x_pv>
-        <axis_1_scale_font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </axis_1_scale_font>
-        <axis_1_time_format>0</axis_1_time_format>
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <show_plot_area_border>true</show_plot_area_border>
-        <width>1384</width>
-        <axis_1_minimum>-1.0</axis_1_minimum>
-        <title_font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </title_font>
-        <trace_0_y_pv_value />
-        <plot_area_background_color>
-          <color name="Field Background Grey" red="240" green="240" blue="240" />
-        </plot_area_background_color>
-        <axis_1_title_font>
-          <opifont.name fontName="Cantarell" height="11" style="1">Default Bold</opifont.name>
-        </axis_1_title_font>
-        <visible>true</visible>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <scripts />
-        <trace_0_point_size>4</trace_0_point_size>
-        <trace_0_trace_color>
-          <color red="21" green="21" blue="196" />
-        </trace_0_trace_color>
-        <trace_0_anti_alias>true</trace_0_anti_alias>
-        <axis_1_auto_scale_threshold>0.1</axis_1_auto_scale_threshold>
-        <foreground_color>
-          <color red="0" green="0" blue="255" />
-        </foreground_color>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.xyGraph" version="1.0.0">
-        <axis_1_scale_format></axis_1_scale_format>
-        <alarm_pulsing>false</alarm_pulsing>
-        <tooltip>$(trace_0_y_pv)
-$(trace_0_y_pv_value)</tooltip>
-        <trace_0_concatenate_data>false</trace_0_concatenate_data>
-        <trace_0_trace_type>0</trace_0_trace_type>
-        <border_width>1</border_width>
-        <border_style>0</border_style>
-        <axis_0_grid_color>
-          <color red="200" green="200" blue="200" />
-        </axis_0_grid_color>
-        <trace_0_name>$(trace_0_y_pv)</trace_0_name>
-        <trace_0_update_mode>0</trace_0_update_mode>
-        <wuid>-1168daa3:158859bc9c3:50e</wuid>
-        <transparent>false</transparent>
-        <axis_0_title_font>
-          <opifont.name fontName="Cantarell" height="11" style="1">Default Bold</opifont.name>
-        </axis_0_title_font>
-        <background_color>
-          <color name="Container Grey" red="200" green="200" blue="200" />
-        </background_color>
-        <x>432</x>
-        <y>100</y>
-        <trace_0_x_axis_index>0</trace_0_x_axis_index>
-        <axis_count>2</axis_count>
-        <pv_value />
-        <trace_0_buffer_size>500</trace_0_buffer_size>
-        <axis_1_maximum>100.0</axis_1_maximum>
-        <axis_0_scale_font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </axis_0_scale_font>
-        <trigger_pv></trigger_pv>
-        <widget_type>XY Graph</widget_type>
-        <axis_1_axis_color>
-          <color red="0" green="0" blue="0" />
-        </axis_1_axis_color>
-        <axis_0_scale_format></axis_0_scale_format>
-        <axis_1_log_scale>false</axis_1_log_scale>
-        <title></title>
-        <trace_0_visible>true</trace_0_visible>
-        <show_legend>false</show_legend>
-        <axis_0_axis_title></axis_0_axis_title>
-        <axis_0_axis_color>
-          <color red="0" green="0" blue="0" />
-        </axis_0_axis_color>
-        <axis_0_dash_grid_line>true</axis_0_dash_grid_line>
-        <trace_0_point_style>0</trace_0_point_style>
-        <trace_0_line_width>1</trace_0_line_width>
-        <axis_0_time_format>0</axis_0_time_format>
-        <trace_count>1</trace_count>
-        <axis_1_show_grid>true</axis_1_show_grid>
-        <axis_1_dash_grid_line>true</axis_1_dash_grid_line>
-        <show_toolbar>false</show_toolbar>
-        <axis_0_visible>true</axis_0_visible>
-        <axis_0_show_grid>true</axis_0_show_grid>
-        <trace_0_y_axis_index>1</trace_0_y_axis_index>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <axis_0_maximum>100.0</axis_0_maximum>
-        <height>795</height>
-        <trigger_pv_value />
-        <axis_1_grid_color>
-          <color red="200" green="200" blue="200" />
-        </axis_1_grid_color>
-        <actions hook="false" hook_all="false" />
-        <axis_0_log_scale>false</axis_0_log_scale>
-        <trace_0_x_pv_value />
-        <axis_0_auto_scale_threshold>0.1</axis_0_auto_scale_threshold>
-        <rules />
-        <axis_1_visible>true</axis_1_visible>
-        <trace_0_update_delay>10</trace_0_update_delay>
-        <pv_name></pv_name>
-        <name>XY Graph</name>
-        <axis_0_auto_scale>true</axis_0_auto_scale>
-        <axis_0_minimum>-100.0</axis_0_minimum>
-        <axis_1_axis_title>mrad</axis_1_axis_title>
-        <axis_1_auto_scale>true</axis_1_auto_scale>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <trace_0_y_pv>$(PREFIX)$(TYPE):CALC-PROJ-Yabsc</trace_0_y_pv>
-        <trace_0_plot_mode>0</trace_0_plot_mode>
-        <enabled>true</enabled>
-        <trace_0_x_pv>$(PREFIX)$(TYPE):CALC-PROJ-Ywf</trace_0_x_pv>
-        <axis_1_scale_font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </axis_1_scale_font>
-        <axis_1_time_format>0</axis_1_time_format>
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <show_plot_area_border>true</show_plot_area_border>
-        <width>217</width>
-        <axis_1_minimum>-100.0</axis_1_minimum>
-        <title_font>
-          <opifont.name fontName="Cantarell" height="11" style="1">Default Bold</opifont.name>
-        </title_font>
-        <trace_0_y_pv_value />
-        <plot_area_background_color>
-          <color red="255" green="255" blue="255" />
-        </plot_area_background_color>
-        <axis_1_title_font>
-          <opifont.name fontName="Cantarell" height="11" style="1">Default Bold</opifont.name>
-        </axis_1_title_font>
-        <visible>true</visible>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <scripts />
-        <trace_0_point_size>4</trace_0_point_size>
-        <trace_0_trace_color>
-          <color red="21" green="21" blue="196" />
-        </trace_0_trace_color>
-        <trace_0_anti_alias>false</trace_0_anti_alias>
-        <axis_1_auto_scale_threshold>0.0</axis_1_auto_scale_threshold>
-        <foreground_color>
-          <color red="0" green="0" blue="255" />
-        </foreground_color>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-        <border_style>0</border_style>
-        <tooltip></tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules />
-        <enabled>false</enabled>
-        <wuid>-47901338:158955bc5eb:-3243</wuid>
-        <transparent>true</transparent>
-        <auto_size>false</auto_size>
-        <text>X Mean</text>
-        <scripts />
-        <height>20</height>
-        <border_width>2</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color name="IO Border" red="215" green="215" blue="215" />
-        </border_color>
-        <widget_type>Label</widget_type>
-        <wrap_words>false</wrap_words>
-        <background_color>
-          <color name="IO Background" red="255" green="255" blue="205" />
-        </background_color>
-        <width>121</width>
-        <x>420</x>
-        <name>Label Orientation_2</name>
-        <y>912</y>
-        <foreground_color>
-          <color name="White" red="255" green="255" blue="255" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-        <border_style>0</border_style>
-        <tooltip></tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules />
-        <enabled>false</enabled>
-        <wuid>-47901338:158955bc5eb:-3235</wuid>
-        <transparent>true</transparent>
-        <auto_size>false</auto_size>
-        <text>X' Mean</text>
-        <scripts />
-        <height>20</height>
-        <border_width>2</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color name="IO Border" red="215" green="215" blue="215" />
-        </border_color>
-        <widget_type>Label</widget_type>
-        <wrap_words>false</wrap_words>
-        <background_color>
-          <color name="IO Background" red="255" green="255" blue="205" />
-        </background_color>
-        <width>121</width>
-        <x>420</x>
-        <name>Label Orientation_2</name>
-        <y>942</y>
-        <foreground_color>
-          <color name="White" red="255" green="255" blue="255" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
-        <border_style>0</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <alarm_pulsing>false</alarm_pulsing>
-        <precision>0</precision>
-        <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-        <horizontal_alignment>0</horizontal_alignment>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>-47901338:158955bc5eb:-31f2</wuid>
-        <transparent>true</transparent>
-        <pv_value />
-        <auto_size>false</auto_size>
-        <text>######</text>
-        <rotation_angle>0.0</rotation_angle>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <show_units>true</show_units>
-        <height>20</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <pv_name>${PREFIX}${TYPE}:CALC-PROJ-Y</pv_name>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <precision_from_pv>true</precision_from_pv>
-        <widget_type>Text Update</widget_type>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <wrap_words>false</wrap_words>
-        <format_type>0</format_type>
-        <background_color>
-          <color red="255" green="255" blue="255" />
-        </background_color>
-        <width>100</width>
-        <x>540</x>
-        <name>Text Update</name>
-        <y>942</y>
-        <foreground_color>
-          <color name="Green On" red="0" green="255" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-        <border_style>0</border_style>
-        <tooltip></tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules />
-        <enabled>false</enabled>
-        <wuid>4b16a64d:158af4f8f37:-7b9f</wuid>
-        <transparent>true</transparent>
-        <auto_size>false</auto_size>
-        <text>Tension MRAD MAX</text>
-        <scripts />
-        <height>20</height>
-        <border_width>2</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color name="IO Border" red="215" green="215" blue="215" />
-        </border_color>
-        <widget_type>Label</widget_type>
-        <wrap_words>false</wrap_words>
-        <background_color>
-          <color name="IO Background" red="255" green="255" blue="205" />
-        </background_color>
-        <width>168</width>
-        <x>36</x>
-        <name>Label Orientation_3</name>
-        <y>857</y>
-        <foreground_color>
-          <color name="IO Foreground" red="0" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
-        <border_style>0</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <alarm_pulsing>false</alarm_pulsing>
-        <precision>0</precision>
-        <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>4b16a64d:158af4f8f37:-7b9e</wuid>
-        <transparent>false</transparent>
-        <pv_value />
-        <auto_size>false</auto_size>
-        <text>######</text>
-        <rotation_angle>0.0</rotation_angle>
-        <scripts />
-        <border_alarm_sensitive>true</border_alarm_sensitive>
-        <show_units>true</show_units>
-        <height>31</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <pv_name>${PREFIX}${TYPE}:PROC-VoltMaxP1</pv_name>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <precision_from_pv>true</precision_from_pv>
-        <widget_type>Text Update</widget_type>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <wrap_words>false</wrap_words>
-        <format_type>0</format_type>
-        <background_color>
-          <color red="70" green="70" blue="70" />
-        </background_color>
-        <width>160</width>
-        <x>209</x>
-        <name>Text Update</name>
-        <y>851</y>
-        <foreground_color>
-          <color name="Green On" red="0" green="255" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
-        <border_style>0</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <alarm_pulsing>false</alarm_pulsing>
-        <precision>0</precision>
-        <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>4b16a64d:158af4f8f37:-7b9d</wuid>
-        <transparent>false</transparent>
-        <pv_value />
-        <auto_size>false</auto_size>
-        <text>######</text>
-        <rotation_angle>0.0</rotation_angle>
-        <scripts />
-        <border_alarm_sensitive>true</border_alarm_sensitive>
-        <show_units>true</show_units>
-        <height>31</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <pv_name>${PREFIX}${TYPE}:PROC-VoltMinP1</pv_name>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <precision_from_pv>true</precision_from_pv>
-        <widget_type>Text Update</widget_type>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <wrap_words>false</wrap_words>
-        <format_type>0</format_type>
-        <background_color>
-          <color red="70" green="70" blue="70" />
-        </background_color>
-        <width>160</width>
-        <x>209</x>
-        <name>Text Update_1</name>
-        <y>893</y>
-        <foreground_color>
-          <color name="Green On" red="0" green="255" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-        <border_style>0</border_style>
-        <tooltip></tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules />
-        <enabled>false</enabled>
-        <wuid>4b16a64d:158af4f8f37:-7ae3</wuid>
-        <transparent>true</transparent>
-        <auto_size>false</auto_size>
-        <text>Tension MRAD MIN</text>
-        <scripts />
-        <height>25</height>
-        <border_width>2</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color name="IO Border" red="215" green="215" blue="215" />
-        </border_color>
-        <widget_type>Label</widget_type>
-        <wrap_words>false</wrap_words>
-        <background_color>
-          <color name="IO Background" red="255" green="255" blue="205" />
-        </background_color>
-        <width>168</width>
-        <x>36</x>
-        <name>Label Orientation_3</name>
-        <y>899</y>
-        <foreground_color>
-          <color name="IO Foreground" red="0" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
-        <border_style>0</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <alarm_pulsing>false</alarm_pulsing>
-        <precision>0</precision>
-        <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-        <horizontal_alignment>0</horizontal_alignment>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>82148ce:158b4de09bc:-7db2</wuid>
-        <transparent>true</transparent>
-        <pv_value />
-        <auto_size>false</auto_size>
-        <text>######</text>
-        <rotation_angle>0.0</rotation_angle>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <show_units>true</show_units>
-        <height>20</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <pv_name>${PREFIX}${TYPE}:CALC-RMS-SIZE</pv_name>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <precision_from_pv>true</precision_from_pv>
-        <widget_type>Text Update</widget_type>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <wrap_words>false</wrap_words>
-        <format_type>0</format_type>
-        <background_color>
-          <color red="255" green="255" blue="255" />
-        </background_color>
-        <width>100</width>
-        <x>540</x>
-        <name>Text Update</name>
-        <y>978</y>
-        <foreground_color>
-          <color name="Green On" red="0" green="255" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-        <border_style>0</border_style>
-        <tooltip></tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules />
-        <enabled>false</enabled>
-        <wuid>82148ce:158b4de09bc:-7db1</wuid>
-        <transparent>true</transparent>
-        <auto_size>false</auto_size>
-        <text>SIGMA X</text>
-        <scripts />
-        <height>20</height>
-        <border_width>2</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color name="IO Border" red="215" green="215" blue="215" />
-        </border_color>
-        <widget_type>Label</widget_type>
-        <wrap_words>false</wrap_words>
-        <background_color>
-          <color name="IO Background" red="255" green="255" blue="205" />
-        </background_color>
-        <width>121</width>
-        <x>420</x>
-        <name>Label Orientation_2</name>
-        <y>978</y>
-        <foreground_color>
-          <color name="White" red="255" green="255" blue="255" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-        <border_style>0</border_style>
-        <tooltip></tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules />
-        <enabled>false</enabled>
-        <wuid>82148ce:158b4de09bc:-7db0</wuid>
-        <transparent>true</transparent>
-        <auto_size>false</auto_size>
-        <text>SIGMA X'</text>
-        <scripts />
-        <height>20</height>
-        <border_width>2</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color name="IO Border" red="215" green="215" blue="215" />
-        </border_color>
-        <widget_type>Label</widget_type>
-        <wrap_words>false</wrap_words>
-        <background_color>
-          <color name="IO Background" red="255" green="255" blue="205" />
-        </background_color>
-        <width>121</width>
-        <x>420</x>
-        <name>Label Orientation_3</name>
-        <y>1012</y>
-        <foreground_color>
-          <color name="White" red="255" green="255" blue="255" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
-        <border_style>0</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <alarm_pulsing>false</alarm_pulsing>
-        <precision>0</precision>
-        <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-        <horizontal_alignment>0</horizontal_alignment>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>82148ce:158b4de09bc:-7daf</wuid>
-        <transparent>true</transparent>
-        <pv_value />
-        <auto_size>false</auto_size>
-        <text>######</text>
-        <rotation_angle>0.0</rotation_angle>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <show_units>true</show_units>
-        <height>20</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <pv_name>${PREFIX}${TYPE}:CALC-RMS-ANGLE</pv_name>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <precision_from_pv>true</precision_from_pv>
-        <widget_type>Text Update</widget_type>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <wrap_words>false</wrap_words>
-        <format_type>0</format_type>
-        <background_color>
-          <color red="255" green="255" blue="255" />
-        </background_color>
-        <width>100</width>
-        <x>540</x>
-        <name>Text Update_1</name>
-        <y>1012</y>
-        <foreground_color>
-          <color name="Green On" red="0" green="255" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-        <border_style>0</border_style>
-        <tooltip></tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules />
-        <enabled>false</enabled>
-        <wuid>-254931a3:158b5a49183:-7dd1</wuid>
-        <transparent>true</transparent>
-        <auto_size>false</auto_size>
-        <text>SIGMA XX'</text>
-        <scripts />
-        <height>20</height>
-        <border_width>2</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color name="IO Border" red="215" green="215" blue="215" />
-        </border_color>
-        <widget_type>Label</widget_type>
-        <wrap_words>false</wrap_words>
-        <background_color>
-          <color name="IO Background" red="255" green="255" blue="205" />
-        </background_color>
-        <width>121</width>
-        <x>420</x>
-        <name>Label Orientation_3</name>
-        <y>1047</y>
-        <foreground_color>
-          <color name="White" red="255" green="255" blue="255" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
-        <border_style>0</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <alarm_pulsing>false</alarm_pulsing>
-        <precision>0</precision>
-        <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-        <horizontal_alignment>0</horizontal_alignment>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>-254931a3:158b5a49183:-7dd0</wuid>
-        <transparent>true</transparent>
-        <pv_value />
-        <auto_size>false</auto_size>
-        <text>######</text>
-        <rotation_angle>0.0</rotation_angle>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <show_units>true</show_units>
-        <height>20</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <pv_name>${PREFIX}${TYPE}:CALC-SIGMA</pv_name>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <precision_from_pv>true</precision_from_pv>
-        <widget_type>Text Update</widget_type>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <wrap_words>false</wrap_words>
-        <format_type>0</format_type>
-        <background_color>
-          <color red="255" green="255" blue="255" />
-        </background_color>
-        <width>100</width>
-        <x>540</x>
-        <name>Text Update_1</name>
-        <y>1047</y>
-        <foreground_color>
-          <color name="Green On" red="0" green="255" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.tab" version="1.0.0">
-        <active_tab>0</active_tab>
-        <tooltip></tooltip>
-        <height>354</height>
-        <border_width>1</border_width>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <tab_0_foreground_color>
-          <color red="0" green="0" blue="0" />
-        </tab_0_foreground_color>
-        <actions hook="false" hook_all="false" />
-        <border_style>0</border_style>
-        <enabled>true</enabled>
-        <wuid>60f6e55b:158baae9c78:-7f2b</wuid>
-        <background_color>
-          <color red="240" green="240" blue="240" />
-        </background_color>
-        <width>319</width>
-        <x>2136</x>
-        <horizontal_tabs>true</horizontal_tabs>
-        <y>678</y>
-        <rules />
-        <macros>
-          <include_parent_macros>true</include_parent_macros>
-        </macros>
-        <visible>true</visible>
-        <tab_0_background_color>
-          <color red="183" green="189" blue="182" />
-        </tab_0_background_color>
-        <widget_type>Tabbed Container</widget_type>
-        <name>Tabbed Container_2</name>
-        <minimum_tab_height>10</minimum_tab_height>
-        <tab_0_font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </tab_0_font>
-        <tab_0_title>PLC-STATUS</tab_0_title>
-        <scripts />
-        <tab_count>1</tab_count>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <tab_0_icon_path></tab_0_icon_path>
-        <tab_0_enabled>true</tab_0_enabled>
-        <foreground_color>
-          <color red="192" green="192" blue="192" />
-        </foreground_color>
-        <widget typeId="org.csstudio.opibuilder.widgets.groupingContainer" version="1.0.0">
-          <border_style>0</border_style>
-          <tooltip></tooltip>
-          <rules />
-          <enabled>true</enabled>
-          <wuid>60f6e55b:158baae9c78:-7f2a</wuid>
-          <transparent>true</transparent>
-          <lock_children>false</lock_children>
-          <scripts />
-          <height>318</height>
-          <border_width>1</border_width>
-          <scale_options>
-            <width_scalable>true</width_scalable>
-            <height_scalable>true</height_scalable>
-            <keep_wh_ratio>false</keep_wh_ratio>
-          </scale_options>
-          <macros>
-            <include_parent_macros>true</include_parent_macros>
-          </macros>
-          <visible>true</visible>
-          <border_color>
-            <color red="0" green="128" blue="255" />
-          </border_color>
-          <widget_type>Grouping Container</widget_type>
-          <background_color>
-            <color red="240" green="240" blue="240" />
-          </background_color>
-          <width>317</width>
-          <x>1</x>
-          <name>PLC-STATUS</name>
-          <y>1</y>
-          <foreground_color>
-            <color red="192" green="192" blue="192" />
-          </foreground_color>
-          <actions hook="false" hook_all="false" />
-          <fc>false</fc>
-          <show_scrollbar>true</show_scrollbar>
-          <font>
-            <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-          </font>
-          <widget typeId="org.csstudio.opibuilder.widgets.Rectangle" version="1.0.0">
-            <border_style>0</border_style>
-            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-            <line_width>0</line_width>
-            <horizontal_fill>true</horizontal_fill>
-            <alarm_pulsing>false</alarm_pulsing>
-            <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-            <rules />
-            <enabled>true</enabled>
-            <wuid>60f6e55b:158baae9c78:-7f15</wuid>
-            <transparent>false</transparent>
-            <pv_value />
-            <alpha>255</alpha>
-            <bg_gradient_color>
-              <color red="255" green="255" blue="255" />
-            </bg_gradient_color>
-            <scripts />
-            <border_alarm_sensitive>false</border_alarm_sensitive>
-            <height>301</height>
-            <border_width>1</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <visible>true</visible>
-            <pv_name></pv_name>
-            <gradient>false</gradient>
-            <border_color>
-              <color red="0" green="128" blue="255" />
-            </border_color>
-            <anti_alias>true</anti_alias>
-            <line_style>0</line_style>
-            <widget_type>Rectangle</widget_type>
-            <fg_gradient_color>
-              <color red="255" green="255" blue="255" />
-            </fg_gradient_color>
-            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-            <background_color>
-              <color red="136" green="138" blue="133" />
-            </background_color>
-            <width>295</width>
-            <x>12</x>
-            <name>Rectangle</name>
-            <y>6</y>
-            <fill_level>0.0</fill_level>
-            <foreground_color>
-              <color red="255" green="0" blue="0" />
-            </foreground_color>
-            <actions hook="false" hook_all="false" />
-            <font>
-              <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-            </font>
-            <line_color>
-              <color red="128" green="0" blue="255" />
-            </line_color>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-            <border_style>0</border_style>
-            <tooltip></tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
-            <rules />
-            <enabled>true</enabled>
-            <wuid>60f6e55b:158baae9c78:-7f14</wuid>
-            <transparent>true</transparent>
-            <auto_size>false</auto_size>
-            <text>Temp BEAM Stop</text>
-            <scripts />
-            <height>20</height>
-            <border_width>1</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <visible>true</visible>
-            <vertical_alignment>1</vertical_alignment>
-            <border_color>
-              <color red="0" green="128" blue="255" />
-            </border_color>
-            <widget_type>Label</widget_type>
-            <wrap_words>false</wrap_words>
-            <background_color>
-              <color red="255" green="255" blue="255" />
-            </background_color>
-            <width>134</width>
-            <x>28</x>
-            <name>Label_164</name>
-            <y>30</y>
-            <foreground_color>
-              <color red="0" green="0" blue="0" />
-            </foreground_color>
-            <actions hook="false" hook_all="false" />
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
-            <border_style>0</border_style>
-            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-            <alarm_pulsing>false</alarm_pulsing>
-            <precision>2</precision>
-            <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
-            <rules />
-            <enabled>true</enabled>
-            <wuid>60f6e55b:158baae9c78:-7f13</wuid>
-            <transparent>false</transparent>
-            <pv_value />
-            <auto_size>false</auto_size>
-            <text>######</text>
-            <rotation_angle>0.0</rotation_angle>
-            <scripts />
-            <border_alarm_sensitive>true</border_alarm_sensitive>
-            <show_units>true</show_units>
-            <height>31</height>
-            <border_width>1</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <visible>true</visible>
-            <pv_name>INFN-SRC:INTK-VBS:TEMP</pv_name>
-            <vertical_alignment>1</vertical_alignment>
-            <border_color>
-              <color red="0" green="128" blue="255" />
-            </border_color>
-            <precision_from_pv>false</precision_from_pv>
-            <widget_type>Text Update</widget_type>
-            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-            <wrap_words>false</wrap_words>
-            <format_type>0</format_type>
-            <background_color>
-              <color red="70" green="70" blue="70" />
-            </background_color>
-            <width>112</width>
-            <x>174</x>
-            <name>Text Update</name>
-            <y>24</y>
-            <foreground_color>
-              <color name="Green On" red="0" green="255" blue="0" />
-            </foreground_color>
-            <actions hook="false" hook_all="false" />
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
-            <border_style>0</border_style>
-            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-            <alarm_pulsing>false</alarm_pulsing>
-            <precision>2</precision>
-            <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
-            <rules />
-            <enabled>true</enabled>
-            <wuid>60f6e55b:158baae9c78:-7f12</wuid>
-            <transparent>false</transparent>
-            <pv_value />
-            <auto_size>false</auto_size>
-            <text>######</text>
-            <rotation_angle>0.0</rotation_angle>
-            <scripts />
-            <border_alarm_sensitive>true</border_alarm_sensitive>
-            <show_units>true</show_units>
-            <height>31</height>
-            <border_width>1</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <visible>true</visible>
-            <pv_name>INFN-SRC:INTK-VS:TEMP</pv_name>
-            <vertical_alignment>1</vertical_alignment>
-            <border_color>
-              <color red="0" green="128" blue="255" />
-            </border_color>
-            <precision_from_pv>false</precision_from_pv>
-            <widget_type>Text Update</widget_type>
-            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-            <wrap_words>false</wrap_words>
-            <format_type>0</format_type>
-            <background_color>
-              <color red="70" green="70" blue="70" />
-            </background_color>
-            <width>112</width>
-            <x>174</x>
-            <name>Text Update_1</name>
-            <y>66</y>
-            <foreground_color>
-              <color name="Green On" red="0" green="255" blue="0" />
-            </foreground_color>
-            <actions hook="false" hook_all="false" />
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.ActionButton" version="2.0.0">
-            <toggle_button>false</toggle_button>
-            <border_style>6</border_style>
-            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-            <alarm_pulsing>false</alarm_pulsing>
-            <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-            <push_action_index>0</push_action_index>
-            <rules>
-              <rule name="Enable" prop_id="enabled" out_exp="false">
-                <exp bool_exp="pv0 &gt;= 200">
-                  <value>false</value>
-                </exp>
-                <exp bool_exp="pv0&lt;=200">
-                  <value>true</value>
-                </exp>
-                <pv trig="true">${PREFIX}${TYPE}:MTR.P4SI</pv>
-              </rule>
-            </rules>
-            <enabled>false</enabled>
-            <wuid>60f6e55b:158baae9c78:-7f11</wuid>
-            <pv_value />
-            <text>HORIZONTAL</text>
-            <scripts />
-            <border_alarm_sensitive>false</border_alarm_sensitive>
-            <height>55</height>
-            <border_width>2</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <image></image>
-            <visible>true</visible>
-            <pv_name>INFN-SRC:INTK-HMI:VH_SELECT</pv_name>
-            <border_color>
-              <color name="IO Border" red="215" green="215" blue="215" />
-            </border_color>
-            <widget_type>Action Button</widget_type>
-            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-            <background_color>
-              <color name="IO Button" red="178" green="178" blue="178" />
-            </background_color>
-            <width>133</width>
-            <x>46</x>
-            <name>Start Scan</name>
-            <y>126</y>
-            <style>0</style>
-            <foreground_color>
-              <color name="IO Foreground" red="0" green="0" blue="0" />
-            </foreground_color>
-            <actions hook="false" hook_all="false">
-              <action type="WRITE_PV">
-                <pv_name>INFN-SRC:INTK-HMI:VH_SELECT</pv_name>
-                <value>1</value>
-                <timeout>10</timeout>
-                <confirm_message></confirm_message>
-                <description>Select HORIZONTAL</description>
-              </action>
-            </actions>
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
-            <alarm_pulsing>false</alarm_pulsing>
-            <tooltip>$(pv_name)</tooltip>
-            <rules />
-            <effect_3d>true</effect_3d>
-            <bit>-1</bit>
-            <pv_value />
-            <height>23</height>
-            <border_width>1</border_width>
-            <visible>true</visible>
-            <pv_name>INFN-SRC:INTK-HMI:VH_SELECT</pv_name>
-            <border_color>
-              <color name="Blue" red="0" green="128" blue="255" />
-            </border_color>
-            <widget_type>LED</widget_type>
-            <name>LED</name>
-            <actions hook="false" hook_all="false" />
-            <show_boolean_label>false</show_boolean_label>
-            <border_style>0</border_style>
-            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-            <enabled>true</enabled>
-            <wuid>60f6e55b:158baae9c78:-7f10</wuid>
-            <on_color>
-              <color name="Green On" red="0" green="255" blue="0" />
-            </on_color>
-            <scripts />
-            <border_alarm_sensitive>false</border_alarm_sensitive>
-            <on_label>ON</on_label>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>true</keep_wh_ratio>
-            </scale_options>
-            <off_color>
-              <color name="Field Background Grey" red="240" green="240" blue="240" />
-            </off_color>
-            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-            <background_color>
-              <color name="Field Background Grey" red="240" green="240" blue="240" />
-            </background_color>
-            <square_led>false</square_led>
-            <width>23</width>
-            <x>234</x>
-            <data_type>0</data_type>
-            <y>142</y>
-            <foreground_color>
-              <color name="Button Grey" red="180" green="180" blue="180" />
-            </foreground_color>
-            <font>
-              <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-            </font>
-            <off_label>OFF</off_label>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
-            <alarm_pulsing>false</alarm_pulsing>
-            <tooltip>$(pv_name)</tooltip>
-            <rules />
-            <effect_3d>true</effect_3d>
-            <bit>-1</bit>
-            <pv_value />
-            <height>23</height>
-            <border_width>1</border_width>
-            <visible>true</visible>
-            <pv_name>INFN-SRC:INTK-HMI:VH_SELECT</pv_name>
-            <border_color>
-              <color name="Blue" red="0" green="128" blue="255" />
-            </border_color>
-            <widget_type>LED</widget_type>
-            <name>LED_1</name>
-            <actions hook="false" hook_all="false" />
-            <show_boolean_label>false</show_boolean_label>
-            <border_style>0</border_style>
-            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-            <enabled>true</enabled>
-            <wuid>60f6e55b:158baae9c78:-7f0f</wuid>
-            <on_color>
-              <color name="Field Background Grey" red="240" green="240" blue="240" />
-            </on_color>
-            <scripts />
-            <border_alarm_sensitive>false</border_alarm_sensitive>
-            <on_label>ON</on_label>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>true</keep_wh_ratio>
-            </scale_options>
-            <off_color>
-              <color name="Green On" red="0" green="255" blue="0" />
-            </off_color>
-            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-            <background_color>
-              <color name="Field Background Grey" red="240" green="240" blue="240" />
-            </background_color>
-            <square_led>false</square_led>
-            <width>23</width>
-            <x>234</x>
-            <data_type>0</data_type>
-            <y>208</y>
-            <foreground_color>
-              <color name="Button Grey" red="180" green="180" blue="180" />
-            </foreground_color>
-            <font>
-              <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-            </font>
-            <off_label>OFF</off_label>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.ActionButton" version="2.0.0">
-            <toggle_button>false</toggle_button>
-            <border_style>6</border_style>
-            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-            <alarm_pulsing>false</alarm_pulsing>
-            <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-            <push_action_index>0</push_action_index>
-            <rules>
-              <rule name="Enable" prop_id="enabled" out_exp="false">
-                <exp bool_exp="pv0 &gt;= 200">
-                  <value>false</value>
-                </exp>
-                <exp bool_exp="pv0&lt;=200">
-                  <value>true</value>
-                </exp>
-                <pv trig="true">${PREFIX}${TYPE}:MTR.P4SI</pv>
-              </rule>
-            </rules>
-            <enabled>false</enabled>
-            <wuid>60f6e55b:158baae9c78:-7f0e</wuid>
-            <pv_value />
-            <text>VERTICAL</text>
-            <scripts />
-            <border_alarm_sensitive>false</border_alarm_sensitive>
-            <height>55</height>
-            <border_width>2</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <image></image>
-            <visible>true</visible>
-            <pv_name>INFN-SRC:INTK-HMI:VH_SELECT</pv_name>
-            <border_color>
-              <color name="IO Border" red="215" green="215" blue="215" />
-            </border_color>
-            <widget_type>Action Button</widget_type>
-            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-            <background_color>
-              <color name="IO Button" red="178" green="178" blue="178" />
-            </background_color>
-            <width>133</width>
-            <x>46</x>
-            <name>Start Scan_1</name>
-            <y>192</y>
-            <style>0</style>
-            <foreground_color>
-              <color name="IO Foreground" red="0" green="0" blue="0" />
-            </foreground_color>
-            <actions hook="false" hook_all="false">
-              <action type="WRITE_PV">
-                <pv_name>INFN-SRC:INTK-HMI:VH_SELECT</pv_name>
-                <value>1</value>
-                <timeout>10</timeout>
-                <confirm_message></confirm_message>
-                <description>Select VERTICAL</description>
-              </action>
-            </actions>
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-            <border_style>0</border_style>
-            <tooltip></tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
-            <rules />
-            <enabled>true</enabled>
-            <wuid>60f6e55b:158baae9c78:-7f0d</wuid>
-            <transparent>true</transparent>
-            <auto_size>false</auto_size>
-            <text>Temp SLIT</text>
-            <scripts />
-            <height>20</height>
-            <border_width>1</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <visible>true</visible>
-            <vertical_alignment>1</vertical_alignment>
-            <border_color>
-              <color red="0" green="128" blue="255" />
-            </border_color>
-            <widget_type>Label</widget_type>
-            <wrap_words>false</wrap_words>
-            <background_color>
-              <color red="255" green="255" blue="255" />
-            </background_color>
-            <width>134</width>
-            <x>24</x>
-            <name>Label_165</name>
-            <y>72</y>
-            <foreground_color>
-              <color red="0" green="0" blue="0" />
-            </foreground_color>
-            <actions hook="false" hook_all="false" />
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.Rectangle" version="1.0.0">
-            <border_style>0</border_style>
-            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-            <line_width>4</line_width>
-            <horizontal_fill>true</horizontal_fill>
-            <alarm_pulsing>false</alarm_pulsing>
-            <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-            <rules>
-              <rule name="Visible" prop_id="visible" out_exp="false">
-                <exp bool_exp="pv0==1 || pv1==1||pv2==1||pv3==1||pv4==1">
-                  <value>true</value>
-                </exp>
-                <exp bool_exp="pv0==0 &amp;&amp; pv1==0 &amp;&amp; pv2==0 &amp;&amp; pv3==0 &amp;&amp; pv4==0">
-                  <value>false</value>
-                </exp>
-                <pv trig="true">INFN-SRC:INTK-HMI:FM1</pv>
-                <pv trig="true">INFN-SRC:INTK-HMI:FM2</pv>
-                <pv trig="true">INFN-SRC:INTK-HMI:FM3</pv>
-                <pv trig="true">INFN-SRC:INTK-HMI:FM4</pv>
-                <pv trig="true">INFN-SRC:INTK-HMI:FM5</pv>
-              </rule>
-            </rules>
-            <enabled>true</enabled>
-            <wuid>-25f0d7e:158d972c59b:-7f2b</wuid>
-            <transparent>true</transparent>
-            <pv_value />
-            <alpha>255</alpha>
-            <bg_gradient_color>
-              <color red="255" green="255" blue="255" />
-            </bg_gradient_color>
-            <scripts />
-            <border_alarm_sensitive>false</border_alarm_sensitive>
-            <height>301</height>
-            <border_width>1</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <visible>true</visible>
-            <pv_name></pv_name>
-            <gradient>false</gradient>
-            <border_color>
-              <color name="Major" red="255" green="0" blue="0" />
-            </border_color>
-            <anti_alias>true</anti_alias>
-            <line_style>0</line_style>
-            <widget_type>Rectangle</widget_type>
-            <fg_gradient_color>
-              <color red="255" green="255" blue="255" />
-            </fg_gradient_color>
-            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-            <background_color>
-              <color name="Major" red="255" green="0" blue="0" />
-            </background_color>
-            <width>295</width>
-            <x>12</x>
-            <name>Rectangle</name>
-            <y>6</y>
-            <fill_level>0.0</fill_level>
-            <foreground_color>
-              <color red="255" green="0" blue="0" />
-            </foreground_color>
-            <actions hook="false" hook_all="false" />
-            <font>
-              <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-            </font>
-            <line_color>
-              <color name="Major" red="255" green="0" blue="0" />
-            </line_color>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
-            <border_style>0</border_style>
-            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-            <alarm_pulsing>false</alarm_pulsing>
-            <precision>2</precision>
-            <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
-            <rules>
-              <rule name="status" prop_id="text" out_exp="false">
-                <exp bool_exp="pv0==1 || pv1==1 || pv2==1 || pv3==1|| pv4==1">
-                  <value>Error</value>
-                </exp>
-                <exp bool_exp="pv0==1 &amp;&amp; pv1==0 &amp;&amp; pv2==0 &amp;&amp; pv3==0 &amp;&amp; pv4==0">
-                  <value>OK</value>
-                </exp>
-                <pv trig="true">INFN-SRC:INTK-HMI:FM1</pv>
-                <pv trig="true">INFN-SRC:INTK-HMI:FM2</pv>
-                <pv trig="true">INFN-SRC:INTK-HMI:FM3</pv>
-                <pv trig="true">INFN-SRC:INTK-HMI:FM4</pv>
-                <pv trig="true">INFN-SRC:INTK-HMI:FM5</pv>
-              </rule>
-              <rule name="Color" prop_id="foreground_color" out_exp="false">
-                <exp bool_exp="pv0==1 || pv1==1 || pv2==1 || pv3==1|| pv4==1">
-                  <value>
-                    <color name="Major" red="255" green="0" blue="0" />
-                  </value>
-                </exp>
-                <exp bool_exp="pv0==1 &amp;&amp; pv1==1 &amp;&amp; pv2==1 &amp;&amp; pv3==1 &amp;&amp; pv4==1">
-                  <value>
-                    <color name="Green On" red="0" green="255" blue="0" />
-                  </value>
-                </exp>
-                <pv trig="true">INFN-SRC:INTK-HMI:FM1</pv>
-                <pv trig="true">INFN-SRC:INTK-HMI:FM2</pv>
-                <pv trig="true">INFN-SRC:INTK-HMI:FM3</pv>
-                <pv trig="true">INFN-SRC:INTK-HMI:FM4</pv>
-                <pv trig="true">INFN-SRC:INTK-HMI:FM5</pv>
-              </rule>
-            </rules>
-            <enabled>true</enabled>
-            <wuid>100e174:1598cdb59c9:-78c8</wuid>
-            <transparent>false</transparent>
-            <pv_value />
-            <auto_size>false</auto_size>
-            <text>OK</text>
-            <rotation_angle>0.0</rotation_angle>
-            <scripts />
-            <border_alarm_sensitive>true</border_alarm_sensitive>
-            <show_units>true</show_units>
-            <height>31</height>
-            <border_width>1</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <visible>true</visible>
-            <pv_name></pv_name>
-            <vertical_alignment>1</vertical_alignment>
-            <border_color>
-              <color red="0" green="128" blue="255" />
-            </border_color>
-            <precision_from_pv>false</precision_from_pv>
-            <widget_type>Text Update</widget_type>
-            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-            <wrap_words>false</wrap_words>
-            <format_type>0</format_type>
-            <background_color>
-              <color red="70" green="70" blue="70" />
-            </background_color>
-            <width>112</width>
-            <x>174</x>
-            <name>Text Update_1</name>
-            <y>264</y>
-            <foreground_color>
-              <color name="Green On" red="0" green="255" blue="0" />
-            </foreground_color>
-            <actions hook="false" hook_all="false" />
-            <font>
-              <opifont.name fontName="OpenSans" height="15" style="1">Medium Bold</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-            <border_style>0</border_style>
-            <tooltip></tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
-            <rules />
-            <enabled>true</enabled>
-            <wuid>100e174:1598cdb59c9:-78c7</wuid>
-            <transparent>true</transparent>
-            <auto_size>false</auto_size>
-            <text>Status</text>
-            <scripts />
-            <height>20</height>
-            <border_width>1</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <visible>true</visible>
-            <vertical_alignment>1</vertical_alignment>
-            <border_color>
-              <color red="0" green="128" blue="255" />
-            </border_color>
-            <widget_type>Label</widget_type>
-            <wrap_words>false</wrap_words>
-            <background_color>
-              <color red="255" green="255" blue="255" />
-            </background_color>
-            <width>134</width>
-            <x>24</x>
-            <name>Label_165</name>
-            <y>270</y>
-            <foreground_color>
-              <color red="0" green="0" blue="0" />
-            </foreground_color>
-            <actions hook="false" hook_all="false" />
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-            </font>
-          </widget>
-        </widget>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.ActionButton" version="2.0.0">
-        <toggle_button>false</toggle_button>
-        <border_style>0</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <alarm_pulsing>false</alarm_pulsing>
-        <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-        <push_action_index>0</push_action_index>
-        <rules>
-          <rule name="Enable" prop_id="enabled" out_exp="false">
-            <exp bool_exp="pv0==0 &amp;&amp; pv1==0">
-              <value>true</value>
-            </exp>
-            <exp bool_exp="pv0==1 || pv1==1">
-              <value>false</value>
-            </exp>
-            <pv trig="true">${PREFIX}${TYPE}:MTR.BUSY</pv>
-            <pv trig="true">${PREFIX}${TYPE}:PS.BUSY</pv>
-          </rule>
-        </rules>
-        <enabled>true</enabled>
-        <wuid>-61dcfd6b:158bac54bbd:-7a9a</wuid>
-        <pv_value />
-        <text>Extract DATA</text>
-        <scripts>
-          <path pathString="Scripts/ExtracData.py" checkConnect="true" sfe="false" seoe="false">
-            <pv trig="true">loc://StartExtract</pv>
-            <pv trig="false">${PREFIX}${TYPE}:PS.NPTS</pv>
-            <pv trig="false">${PREFIX}${TYPE}:MTR.NPTS</pv>
-            <pv trig="false">${PREFIX}${TYPE}:CALC-Energy-SP</pv>
-            <pv trig="false">$(PREFIX):CARD0:SAMPLINGRATE-RB</pv>
-            <pv trig="false">${PREFIX}${TYPE}:MTR.P4SI</pv>
-            <pv trig="false">$(PREFIX)$(TYPE):BUFF-CURRENT</pv>
-            <pv trig="false">$(PREFIX)$(TYPE):BUFF-ANGLE</pv>
-            <pv trig="false">$(PREFIX)$(TYPE):BUFF-MTR-POS</pv>
-          </path>
-        </scripts>
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <height>57</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <image></image>
-        <visible>true</visible>
-        <pv_name></pv_name>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <widget_type>Action Button</widget_type>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <background_color>
-          <color name="Button Grey" red="180" green="180" blue="180" />
-        </background_color>
-        <width>166</width>
-        <x>2220</x>
-        <name>Action Button</name>
-        <y>1049</y>
-        <style>0</style>
-        <foreground_color>
-          <color red="0" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false">
-          <action type="WRITE_PV">
-            <pv_name>loc://StartExtract</pv_name>
-            <value>1</value>
-            <timeout>10</timeout>
-            <confirm_message></confirm_message>
-            <description></description>
-          </action>
-        </actions>
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-        <border_style>0</border_style>
-        <tooltip></tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules>
-          <rule name="Visible" prop_id="visible" out_exp="false">
-            <exp bool_exp="pv0==1">
-              <value>true</value>
-            </exp>
-            <exp bool_exp="pv0==0">
-              <value>false</value>
-            </exp>
-            <pv trig="true">${PREFIX}${TYPE}:PROC-AUTO-HOME</pv>
-          </rule>
-        </rules>
-        <enabled>false</enabled>
-        <wuid>7feef39:159b7455f16:-7060</wuid>
-        <transparent>true</transparent>
-        <auto_size>false</auto_size>
-        <text>STOPPING IN PROGRESS ...</text>
-        <scripts />
-        <height>60</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <widget_type>Label</widget_type>
-        <wrap_words>false</wrap_words>
-        <background_color>
-          <color red="255" green="255" blue="255" />
-        </background_color>
-        <width>505</width>
-        <x>1086</x>
-        <name>Label</name>
-        <y>150</y>
-        <foreground_color>
-          <color name="Major" red="255" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="Cantarell" height="19" style="1">Header 1</opifont.name>
-        </font>
-      </widget>
-    </widget>
-    <widget typeId="org.csstudio.opibuilder.widgets.groupingContainer" version="1.0.0">
-      <border_style>0</border_style>
-      <tooltip></tooltip>
-      <rules />
-      <enabled>true</enabled>
-      <wuid>2fea3147:153609206ed:-7765</wuid>
-      <transparent>true</transparent>
-      <lock_children>false</lock_children>
-      <scripts />
-      <height>1129</height>
-      <border_width>1</border_width>
-      <scale_options>
-        <width_scalable>true</width_scalable>
-        <height_scalable>true</height_scalable>
-        <keep_wh_ratio>false</keep_wh_ratio>
-      </scale_options>
-      <macros>
-        <include_parent_macros>true</include_parent_macros>
-      </macros>
-      <visible>false</visible>
-      <border_color>
-        <color red="0" green="128" blue="255" />
-      </border_color>
-      <widget_type>Grouping Container</widget_type>
-      <background_color>
-        <color red="240" green="240" blue="240" />
-      </background_color>
-      <width>2489</width>
-      <x>1</x>
-      <name>DTACQ</name>
-      <y>1</y>
-      <foreground_color>
-        <color red="192" green="192" blue="192" />
-      </foreground_color>
-      <actions hook="false" hook_all="false" />
-      <fc>false</fc>
-      <show_scrollbar>true</show_scrollbar>
-      <font>
-        <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-      </font>
-      <widget typeId="org.csstudio.opibuilder.widgets.Rectangle" version="1.0.0">
-        <border_style>0</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <line_width>0</line_width>
-        <horizontal_fill>true</horizontal_fill>
-        <alarm_pulsing>false</alarm_pulsing>
-        <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>-1168daa3:158859bc9c3:-eb7</wuid>
-        <transparent>false</transparent>
-        <pv_value />
-        <alpha>255</alpha>
-        <bg_gradient_color>
-          <color red="255" green="255" blue="255" />
-        </bg_gradient_color>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <height>936</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <pv_name></pv_name>
-        <gradient>false</gradient>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <anti_alias>true</anti_alias>
-        <line_style>0</line_style>
-        <widget_type>Rectangle</widget_type>
-        <fg_gradient_color>
-          <color red="255" green="255" blue="255" />
-        </fg_gradient_color>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <background_color>
-          <color name="Container Grey" red="200" green="200" blue="200" />
-        </background_color>
-        <width>1483</width>
-        <x>0</x>
-        <name>Rectangle</name>
-        <y>43</y>
-        <fill_level>0.0</fill_level>
-        <foreground_color>
-          <color red="255" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-        </font>
-        <line_color>
-          <color red="128" green="0" blue="255" />
-        </line_color>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
-        <border_style>0</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <alarm_pulsing>false</alarm_pulsing>
-        <precision>0</precision>
-        <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-        <horizontal_alignment>0</horizontal_alignment>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>1e771979:1565068c2e3:-483e</wuid>
-        <transparent>false</transparent>
-        <pv_value />
-        <auto_size>false</auto_size>
-        <text>######</text>
-        <rotation_angle>0.0</rotation_angle>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <show_units>true</show_units>
-        <height>20</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <pv_name>$(PREFIX):CARD0-STAT-RB</pv_name>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <precision_from_pv>true</precision_from_pv>
-        <widget_type>Text Update</widget_type>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <wrap_words>false</wrap_words>
-        <format_type>0</format_type>
-        <background_color>
-          <color red="0" green="0" blue="0" />
-        </background_color>
-        <width>148</width>
-        <x>1104</x>
-        <name>Text Update</name>
-        <y>24</y>
-        <foreground_color>
-          <color name="TextDynamic" red="0" green="244" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.Rectangle" version="1.0.0">
-        <border_style>0</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <line_width>0</line_width>
-        <horizontal_fill>true</horizontal_fill>
-        <alarm_pulsing>false</alarm_pulsing>
-        <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>-3d4af206:15877d6a498:-7781</wuid>
-        <transparent>false</transparent>
-        <pv_value />
-        <alpha>255</alpha>
-        <bg_gradient_color>
-          <color red="255" green="255" blue="255" />
-        </bg_gradient_color>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <height>20</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <pv_name></pv_name>
-        <gradient>false</gradient>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <anti_alias>true</anti_alias>
-        <line_style>0</line_style>
-        <widget_type>Rectangle</widget_type>
-        <fg_gradient_color>
-          <color red="255" green="255" blue="255" />
-        </fg_gradient_color>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <background_color>
-          <color red="186" green="189" blue="182" />
-        </background_color>
-        <width>160</width>
-        <x>408</x>
-        <name>Rectangle_2</name>
-        <y>850</y>
-        <fill_level>0.0</fill_level>
-        <foreground_color>
-          <color red="255" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-        </font>
-        <line_color>
-          <color red="128" green="0" blue="255" />
-        </line_color>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.xyGraph" version="1.0.0">
-        <axis_1_scale_format></axis_1_scale_format>
-        <trace_2_x_axis_index>0</trace_2_x_axis_index>
-        <alarm_pulsing>false</alarm_pulsing>
-        <tooltip>$(trace_0_y_pv)
-$(trace_0_y_pv_value)</tooltip>
-        <trace_0_concatenate_data>false</trace_0_concatenate_data>
-        <trace_0_trace_type>0</trace_0_trace_type>
-        <trace_4_line_width>3</trace_4_line_width>
-        <border_width>1</border_width>
-        <trace_3_point_size>4</trace_3_point_size>
-        <trace_1_x_axis_index>0</trace_1_x_axis_index>
-        <border_style>0</border_style>
-        <axis_0_grid_color>
-          <color red="78" green="154" blue="6" />
-        </axis_0_grid_color>
-        <axis_2_visible>false</axis_2_visible>
-        <trace_0_name>$(trace_0_y_pv)</trace_0_name>
-        <axis_2_minimum>0.0</axis_2_minimum>
-        <trace_0_update_mode>0</trace_0_update_mode>
-        <trace_1_x_pv>$(PREFIX)-HV1:VoltR_XMS</trace_1_x_pv>
-        <wuid>-3d4af206:15877d6a498:-7780</wuid>
-        <transparent>false</transparent>
-        <trace_1_update_mode>0</trace_1_update_mode>
-        <axis_0_title_font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </axis_0_title_font>
-        <trace_2_update_mode>0</trace_2_update_mode>
-        <background_color>
-          <color name="Field Background Grey" red="240" green="240" blue="240" />
-        </background_color>
-        <trace_3_update_mode>0</trace_3_update_mode>
-        <x>408</x>
-        <y>120</y>
-        <trace_4_update_mode>0</trace_4_update_mode>
-        <trace_3_x_axis_index>0</trace_3_x_axis_index>
-        <trace_0_x_axis_index>0</trace_0_x_axis_index>
-        <axis_count>3</axis_count>
-        <trace_4_x_pv>$(PREFIX)-HV1:VoltR:RCURSOR_X</trace_4_x_pv>
-        <trace_3_y_pv_value />
-        <trace_1_point_size>4</trace_1_point_size>
-        <trace_1_anti_alias>false</trace_1_anti_alias>
-        <pv_value />
-        <axis_2_grid_color>
-          <color red="200" green="200" blue="200" />
-        </axis_2_grid_color>
-        <trace_0_buffer_size>520</trace_0_buffer_size>
-        <trace_2_buffer_size>520</trace_2_buffer_size>
-        <axis_1_maximum>10.0</axis_1_maximum>
-        <axis_0_scale_font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </axis_0_scale_font>
-        <trigger_pv></trigger_pv>
-        <trace_4_update_delay>1</trace_4_update_delay>
-        <widget_type>XY Graph</widget_type>
-        <trace_2_line_width>1</trace_2_line_width>
-        <trace_4_plot_mode>0</trace_4_plot_mode>
-        <trace_3_concatenate_data>false</trace_3_concatenate_data>
-        <trace_4_x_pv_value />
-        <axis_1_axis_color>
-          <color red="0" green="0" blue="0" />
-        </axis_1_axis_color>
-        <axis_0_scale_format></axis_0_scale_format>
-        <axis_1_log_scale>false</axis_1_log_scale>
-        <title></title>
-        <trace_0_visible>true</trace_0_visible>
-        <trace_4_buffer_size>2</trace_4_buffer_size>
-        <trace_1_name>$(trace_1_y_pv)</trace_1_name>
-        <trace_3_anti_alias>false</trace_3_anti_alias>
-        <trace_1_y_pv_value />
-        <axis_2_auto_scale>true</axis_2_auto_scale>
-        <trace_4_y_pv>loc://val(-100,100)</trace_4_y_pv>
-        <show_legend>false</show_legend>
-        <trace_3_visible>true</trace_3_visible>
-        <trace_4_x_axis_index>0</trace_4_x_axis_index>
-        <trace_3_name>$(trace_3_y_pv)</trace_3_name>
-        <axis_0_axis_title>ms</axis_0_axis_title>
-        <axis_0_axis_color>
-          <color red="0" green="0" blue="0" />
-        </axis_0_axis_color>
-        <axis_2_scale_font>
-          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-        </axis_2_scale_font>
-        <trace_3_update_delay>1</trace_3_update_delay>
-        <trace_2_update_delay>1</trace_2_update_delay>
-        <trace_4_point_style>0</trace_4_point_style>
-        <axis_0_dash_grid_line>false</axis_0_dash_grid_line>
-        <trace_0_point_style>2</trace_0_point_style>
-        <trace_1_point_style>2</trace_1_point_style>
-        <trace_0_line_width>1</trace_0_line_width>
-        <axis_2_y_axis>false</axis_2_y_axis>
-        <trace_3_x_pv_value />
-        <axis_0_time_format>0</axis_0_time_format>
-        <trace_count>5</trace_count>
-        <axis_1_show_grid>true</axis_1_show_grid>
-        <trace_3_x_pv>$(PREFIX)-HV1:VoltR:LCURSOR_X</trace_3_x_pv>
-        <trace_2_trace_color>
-          <color name="Primary Blue" red="0" green="148" blue="202" />
-        </trace_2_trace_color>
-        <trace_4_visible>true</trace_4_visible>
-        <axis_1_dash_grid_line>true</axis_1_dash_grid_line>
-        <trace_3_buffer_size>2</trace_3_buffer_size>
-        <trace_2_trace_type>0</trace_2_trace_type>
-        <trace_3_line_width>3</trace_3_line_width>
-        <show_toolbar>true</show_toolbar>
-        <axis_0_visible>true</axis_0_visible>
-        <axis_0_show_grid>true</axis_0_show_grid>
-        <trace_0_y_axis_index>1</trace_0_y_axis_index>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>true</keep_wh_ratio>
-        </scale_options>
-        <trace_1_y_pv>$(PREFIX)-HV1:VoltR_Y</trace_1_y_pv>
-        <trace_2_concatenate_data>false</trace_2_concatenate_data>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <trace_2_y_pv_value />
-        <trace_2_anti_alias>false</trace_2_anti_alias>
-        <axis_0_maximum>6.0</axis_0_maximum>
-        <trace_1_y_axis_index>1</trace_1_y_axis_index>
-        <trace_2_name>$(trace_2_y_pv)</trace_2_name>
-        <height>451</height>
-        <trace_2_visible>false</trace_2_visible>
-        <trigger_pv_value />
-        <trace_3_y_pv>loc://val(-100,100)</trace_3_y_pv>
-        <axis_1_grid_color>
-          <color red="78" green="154" blue="6" />
-        </axis_1_grid_color>
-        <actions hook="false" hook_all="false" />
-        <trace_2_point_size>4</trace_2_point_size>
-        <trace_4_concatenate_data>false</trace_4_concatenate_data>
-        <axis_2_axis_color>
-          <color red="0" green="0" blue="0" />
-        </axis_2_axis_color>
-        <axis_0_log_scale>false</axis_0_log_scale>
-        <trace_0_x_pv_value />
-        <axis_0_auto_scale_threshold>0.0</axis_0_auto_scale_threshold>
-        <rules />
-        <axis_1_visible>true</axis_1_visible>
-        <axis_2_show_grid>false</axis_2_show_grid>
-        <trace_3_y_axis_index>1</trace_3_y_axis_index>
-        <trace_0_update_delay>1</trace_0_update_delay>
-        <trace_1_concatenate_data>false</trace_1_concatenate_data>
-        <trace_1_trace_color>
-          <color red="242" green="26" blue="26" />
-        </trace_1_trace_color>
-        <trace_3_trace_color>
-          <color name="Major" red="255" green="0" blue="0" />
-        </trace_3_trace_color>
-        <pv_name></pv_name>
-        <axis_2_log_scale>false</axis_2_log_scale>
-        <axis_2_auto_scale_threshold>0.0</axis_2_auto_scale_threshold>
-        <name>XY Graph</name>
-        <trace_1_trace_type>0</trace_1_trace_type>
-        <axis_0_auto_scale>true</axis_0_auto_scale>
-        <axis_0_minimum>-6.0</axis_0_minimum>
-        <trace_2_y_axis_index>1</trace_2_y_axis_index>
-        <trace_1_update_delay>1</trace_1_update_delay>
-        <axis_2_dash_grid_line>false</axis_2_dash_grid_line>
-        <axis_1_axis_title>mA</axis_1_axis_title>
-        <trace_2_x_pv_value />
-        <axis_1_auto_scale>false</axis_1_auto_scale>
-        <trace_1_line_width>1</trace_1_line_width>
-        <trace_3_trace_type>1</trace_3_trace_type>
-        <trace_2_y_pv>$(PREFIX)-HV2:VoltR_Y</trace_2_y_pv>
-        <trace_1_plot_mode>0</trace_1_plot_mode>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <axis_2_title_font>
-          <opifont.name fontName="Cantarell" height="11" style="1">Default Bold</opifont.name>
-        </axis_2_title_font>
-        <trace_3_point_style>0</trace_3_point_style>
-        <trace_0_y_pv>$(PREFIX)$(TYPE)-FC:CurrR_Y</trace_0_y_pv>
-        <trace_2_point_style>2</trace_2_point_style>
-        <trace_0_plot_mode>0</trace_0_plot_mode>
-        <trace_4_trace_type>1</trace_4_trace_type>
-        <enabled>true</enabled>
-        <trace_0_x_pv>$(PREFIX)$(TYPE)-FC:CurrR_XMS</trace_0_x_pv>
-        <axis_1_scale_font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </axis_1_scale_font>
-        <axis_1_time_format>0</axis_1_time_format>
-        <axis_2_time_format>0</axis_2_time_format>
-        <axis_2_left_bottom_side>false</axis_2_left_bottom_side>
-        <trace_3_plot_mode>0</trace_3_plot_mode>
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <axis_2_maximum>22.0</axis_2_maximum>
-        <show_plot_area_border>false</show_plot_area_border>
-        <width>895</width>
-        <trace_1_x_pv_value />
-        <axis_1_minimum>-10.0</axis_1_minimum>
-        <title_font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </title_font>
-        <trace_4_anti_alias>false</trace_4_anti_alias>
-        <trace_0_y_pv_value />
-        <trace_1_visible>false</trace_1_visible>
-        <plot_area_background_color>
-          <color red="0" green="0" blue="0" />
-        </plot_area_background_color>
-        <trace_4_point_size>4</trace_4_point_size>
-        <axis_1_title_font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </axis_1_title_font>
-        <visible>true</visible>
-        <axis_2_axis_title>ms</axis_2_axis_title>
-        <trace_4_trace_color>
-          <color name="Major" red="255" green="0" blue="0" />
-        </trace_4_trace_color>
-        <trace_1_buffer_size>520</trace_1_buffer_size>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <axis_2_scale_format></axis_2_scale_format>
-        <trace_4_y_pv_value />
-        <scripts />
-        <trace_0_point_size>3</trace_0_point_size>
-        <trace_0_trace_color>
-          <color red="0" green="255" blue="0" />
-        </trace_0_trace_color>
-        <trace_0_anti_alias>false</trace_0_anti_alias>
-        <trace_4_name>$(trace_4_y_pv)</trace_4_name>
-        <axis_1_auto_scale_threshold>0.0</axis_1_auto_scale_threshold>
-        <trace_4_y_axis_index>1</trace_4_y_axis_index>
-        <trace_2_plot_mode>0</trace_2_plot_mode>
-        <trace_2_x_pv>$(PREFIX)-HV2:VoltR_XMS</trace_2_x_pv>
-        <foreground_color>
-          <color red="0" green="0" blue="255" />
-        </foreground_color>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.RoundedRectangle" version="1.0.0">
-        <border_style>0</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <line_width>0</line_width>
-        <horizontal_fill>true</horizontal_fill>
-        <alarm_pulsing>false</alarm_pulsing>
-        <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>-3d4af206:15877d6a498:-777f</wuid>
-        <transparent>false</transparent>
-        <pv_value />
-        <alpha>255</alpha>
-        <corner_height>16</corner_height>
-        <bg_gradient_color>
-          <color red="255" green="255" blue="255" />
-        </bg_gradient_color>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <height>97</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <pv_name></pv_name>
-        <gradient>false</gradient>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <anti_alias>true</anti_alias>
-        <corner_width>16</corner_width>
-        <line_style>0</line_style>
-        <widget_type>Rounded Rectangle</widget_type>
-        <fg_gradient_color>
-          <color red="255" green="255" blue="255" />
-        </fg_gradient_color>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <background_color>
-          <color name="Field Background Grey" red="240" green="240" blue="240" />
-        </background_color>
-        <width>349</width>
-        <x>36</x>
-        <name>Rounded Rectangle_4</name>
-        <y>126</y>
-        <fill_level>0.0</fill_level>
-        <foreground_color>
-          <color red="255" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-        </font>
-        <line_color>
-          <color red="128" green="0" blue="255" />
-        </line_color>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-        <border_style>0</border_style>
-        <tooltip></tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>-3d4af206:15877d6a498:-777d</wuid>
-        <transparent>true</transparent>
-        <auto_size>false</auto_size>
-        <text>ms</text>
-        <scripts />
-        <height>20</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <widget_type>Label</widget_type>
-        <wrap_words>false</wrap_words>
-        <background_color>
-          <color red="255" green="255" blue="255" />
-        </background_color>
-        <width>40</width>
-        <x>328</x>
-        <name>Label_16</name>
-        <y>178</y>
-        <foreground_color>
-          <color red="0" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="OpenSans" height="10" style="1">Small Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.RoundedRectangle" version="1.0.0">
-        <border_style>0</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <line_width>0</line_width>
-        <horizontal_fill>true</horizontal_fill>
-        <alarm_pulsing>false</alarm_pulsing>
-        <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>-3d4af206:15877d6a498:-777c</wuid>
-        <transparent>false</transparent>
-        <pv_value />
-        <alpha>255</alpha>
-        <corner_height>16</corner_height>
-        <bg_gradient_color>
-          <color red="255" green="255" blue="255" />
-        </bg_gradient_color>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <height>97</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <pv_name></pv_name>
-        <gradient>false</gradient>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <anti_alias>true</anti_alias>
-        <corner_width>16</corner_width>
-        <line_style>0</line_style>
-        <widget_type>Rounded Rectangle</widget_type>
-        <fg_gradient_color>
-          <color red="255" green="255" blue="255" />
-        </fg_gradient_color>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <background_color>
-          <color name="Field Background Grey" red="240" green="240" blue="240" />
-        </background_color>
-        <width>349</width>
-        <x>36</x>
-        <name>Rounded Rectangle_5</name>
-        <y>246</y>
-        <fill_level>0.0</fill_level>
-        <foreground_color>
-          <color red="255" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-        </font>
-        <line_color>
-          <color red="128" green="0" blue="255" />
-        </line_color>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
-        <border_style>0</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <line_width>2</line_width>
-        <horizontal_fill>true</horizontal_fill>
-        <alarm_pulsing>false</alarm_pulsing>
-        <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-        <arrows>1</arrows>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>-3d4af206:15877d6a498:-777b</wuid>
-        <transparent>false</transparent>
-        <points>
-          <point x="213" y="180" />
-          <point x="156" y="180" />
-          <point x="156" y="180" />
-        </points>
-        <fill_arrow>true</fill_arrow>
-        <pv_value />
-        <alpha>255</alpha>
-        <rotation_angle>0.0</rotation_angle>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <height>1</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>true</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <pv_name></pv_name>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <anti_alias>true</anti_alias>
-        <line_style>2</line_style>
-        <arrow_length>20</arrow_length>
-        <widget_type>Polyline</widget_type>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <background_color>
-          <color red="0" green="0" blue="0" />
-        </background_color>
-        <width>58</width>
-        <x>156</x>
-        <name>Polyline_1</name>
-        <y>180</y>
-        <fill_level>0.0</fill_level>
-        <foreground_color>
-          <color red="255" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
-        <border_style>0</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <line_width>2</line_width>
-        <horizontal_fill>true</horizontal_fill>
-        <alarm_pulsing>false</alarm_pulsing>
-        <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-        <arrows>1</arrows>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>-3d4af206:15877d6a498:-7779</wuid>
-        <transparent>false</transparent>
-        <points>
-          <point x="213" y="300" />
-          <point x="156" y="300" />
-          <point x="156" y="300" />
-        </points>
-        <fill_arrow>true</fill_arrow>
-        <pv_value />
-        <alpha>255</alpha>
-        <rotation_angle>0.0</rotation_angle>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <height>1</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>true</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <pv_name></pv_name>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <anti_alias>true</anti_alias>
-        <line_style>2</line_style>
-        <arrow_length>20</arrow_length>
-        <widget_type>Polyline</widget_type>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <background_color>
-          <color red="0" green="0" blue="0" />
-        </background_color>
-        <width>58</width>
-        <x>156</x>
-        <name>Polyline_2</name>
-        <y>300</y>
-        <fill_level>0.0</fill_level>
-        <foreground_color>
-          <color red="255" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-        <border_style>0</border_style>
-        <tooltip></tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>-3d4af206:15877d6a498:-7778</wuid>
-        <transparent>true</transparent>
-        <auto_size>false</auto_size>
-        <text>ms</text>
-        <scripts />
-        <height>20</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <widget_type>Label</widget_type>
-        <wrap_words>false</wrap_words>
-        <background_color>
-          <color red="255" green="255" blue="255" />
-        </background_color>
-        <width>40</width>
-        <x>328</x>
-        <name>Label_18</name>
-        <y>298</y>
-        <foreground_color>
-          <color red="0" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="OpenSans" height="10" style="1">Small Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-        <border_style>0</border_style>
-        <tooltip></tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>-3d4af206:15877d6a498:-7777</wuid>
-        <transparent>false</transparent>
-        <auto_size>false</auto_size>
-        <text>FC Curr</text>
-        <scripts />
-        <height>24</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <widget_type>Label</widget_type>
-        <wrap_words>false</wrap_words>
-        <background_color>
-          <color red="0" green="0" blue="0" />
-        </background_color>
-        <width>160</width>
-        <x>408</x>
-        <name>Label_11</name>
-        <y>870</y>
-        <foreground_color>
-          <color name="TextDynamic" red="0" green="244" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
-        <border_style>0</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <alarm_pulsing>false</alarm_pulsing>
-        <precision>3</precision>
-        <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>-3d4af206:15877d6a498:-7776</wuid>
-        <transparent>false</transparent>
-        <pv_value />
-        <auto_size>false</auto_size>
-        <text>######</text>
-        <rotation_angle>0.0</rotation_angle>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <show_units>false</show_units>
-        <height>24</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <pv_name>$(PREFIX)$(TYPE)-FC:CurrR:AVG</pv_name>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <precision_from_pv>false</precision_from_pv>
-        <widget_type>Text Update</widget_type>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <wrap_words>false</wrap_words>
-        <format_type>0</format_type>
-        <background_color>
-          <color name="TextBackground" red="70" green="70" blue="70" />
-        </background_color>
-        <width>150</width>
-        <x>567</x>
-        <name>Text Update_3</name>
-        <y>870</y>
-        <foreground_color>
-          <color name="Minor" red="255" green="128" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
-        <border_style>0</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <alarm_pulsing>false</alarm_pulsing>
-        <precision>3</precision>
-        <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>-3d4af206:15877d6a498:-7775</wuid>
-        <transparent>false</transparent>
-        <pv_value />
-        <auto_size>false</auto_size>
-        <text>######</text>
-        <rotation_angle>0.0</rotation_angle>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <show_units>false</show_units>
-        <height>24</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <pv_name>$(PREFIX)$(TYPE)-FC:CurrR:MAX</pv_name>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <precision_from_pv>false</precision_from_pv>
-        <widget_type>Text Update</widget_type>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <wrap_words>false</wrap_words>
-        <format_type>0</format_type>
-        <background_color>
-          <color name="TextBackground" red="70" green="70" blue="70" />
-        </background_color>
-        <width>150</width>
-        <x>716</x>
-        <name>Text Update_1</name>
-        <y>870</y>
-        <foreground_color>
-          <color red="114" green="159" blue="207" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
-        <border_style>0</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <alarm_pulsing>false</alarm_pulsing>
-        <precision>3</precision>
-        <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>-3d4af206:15877d6a498:-7774</wuid>
-        <transparent>false</transparent>
-        <pv_value />
-        <auto_size>false</auto_size>
-        <text>######</text>
-        <rotation_angle>0.0</rotation_angle>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <show_units>false</show_units>
-        <height>24</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <pv_name>$(PREFIX)$(TYPE)-FC:CurrR:MIN</pv_name>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <precision_from_pv>false</precision_from_pv>
-        <widget_type>Text Update</widget_type>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <wrap_words>false</wrap_words>
-        <format_type>0</format_type>
-        <background_color>
-          <color name="TextBackground" red="70" green="70" blue="70" />
-        </background_color>
-        <width>150</width>
-        <x>865</x>
-        <name>Text Update_2</name>
-        <y>870</y>
-        <foreground_color>
-          <color red="252" green="233" blue="79" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.Rectangle" version="1.0.0">
-        <border_style>0</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <line_width>1</line_width>
-        <horizontal_fill>true</horizontal_fill>
-        <alarm_pulsing>false</alarm_pulsing>
-        <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>-3d4af206:15877d6a498:-7773</wuid>
-        <transparent>false</transparent>
-        <pv_value />
-        <alpha>255</alpha>
-        <bg_gradient_color>
-          <color red="255" green="255" blue="255" />
-        </bg_gradient_color>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <height>22</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <pv_name></pv_name>
-        <gradient>false</gradient>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <anti_alias>true</anti_alias>
-        <line_style>0</line_style>
-        <widget_type>Rectangle</widget_type>
-        <fg_gradient_color>
-          <color red="255" green="255" blue="255" />
-        </fg_gradient_color>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <background_color>
-          <color red="186" green="189" blue="182" />
-        </background_color>
-        <width>448</width>
-        <x>567</x>
-        <name>Rectangle_1</name>
-        <y>849</y>
-        <fill_level>0.0</fill_level>
-        <foreground_color>
-          <color red="255" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-        </font>
-        <line_color>
-          <color red="0" green="0" blue="0" />
-        </line_color>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-        <border_style>0</border_style>
-        <tooltip></tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>-3d4af206:15877d6a498:-7772</wuid>
-        <transparent>true</transparent>
-        <auto_size>false</auto_size>
-        <text>Max</text>
-        <scripts />
-        <height>20</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <widget_type>Label</widget_type>
-        <wrap_words>false</wrap_words>
-        <background_color>
-          <color red="255" green="255" blue="255" />
-        </background_color>
-        <width>150</width>
-        <x>716</x>
-        <name>Label_5</name>
-        <y>850</y>
-        <foreground_color>
-          <color red="0" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-        <border_style>0</border_style>
-        <tooltip></tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>-3d4af206:15877d6a498:-7771</wuid>
-        <transparent>true</transparent>
-        <auto_size>false</auto_size>
-        <text>Min</text>
-        <scripts />
-        <height>20</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <widget_type>Label</widget_type>
-        <wrap_words>false</wrap_words>
-        <background_color>
-          <color red="255" green="255" blue="255" />
-        </background_color>
-        <width>150</width>
-        <x>865</x>
-        <name>Label_22</name>
-        <y>850</y>
-        <foreground_color>
-          <color red="0" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-        <border_style>0</border_style>
-        <tooltip></tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>-3d4af206:15877d6a498:-7770</wuid>
-        <transparent>true</transparent>
-        <auto_size>false</auto_size>
-        <text>Average</text>
-        <scripts />
-        <height>20</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <widget_type>Label</widget_type>
-        <wrap_words>false</wrap_words>
-        <background_color>
-          <color red="255" green="255" blue="255" />
-        </background_color>
-        <width>150</width>
-        <x>567</x>
-        <name>Label_21</name>
-        <y>850</y>
-        <foreground_color>
-          <color red="0" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-        <border_style>0</border_style>
-        <tooltip></tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>-3d4af206:15877d6a498:-776f</wuid>
-        <transparent>true</transparent>
-        <auto_size>false</auto_size>
-        <text>Main GRAPH</text>
-        <scripts />
-        <height>20</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <widget_type>Label</widget_type>
-        <wrap_words>false</wrap_words>
-        <background_color>
-          <color red="255" green="255" blue="255" />
-        </background_color>
-        <width>115</width>
-        <x>840</x>
-        <name>Label_25</name>
-        <y>96</y>
-        <foreground_color>
-          <color red="0" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="Cantarell" height="11" style="1">Default Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.spinner" version="1.0.0">
-        <border_style>6</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <alarm_pulsing>false</alarm_pulsing>
-        <precision>3</precision>
-        <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules>
-          <rule name="BorderRule" prop_id="border_style" out_exp="false">
-            <exp bool_exp="pv0==1">
-              <value>9</value>
-            </exp>
-            <pv trig="true">$(pv_name).SIMM</pv>
-          </rule>
-        </rules>
-        <enabled>false</enabled>
-        <wuid>-3d4af206:15877d6a498:-7769</wuid>
-        <transparent>false</transparent>
-        <pv_value />
-        <scripts />
-        <buttons_on_left>false</buttons_on_left>
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <height>31</height>
-        <border_width>2</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <pv_name>$(PREFIX):CARD0:TRIGGER:PRETRIGGER_ms</pv_name>
-        <vertical_alignment>1</vertical_alignment>
-        <format>0</format>
-        <horizontal_buttons_layout>false</horizontal_buttons_layout>
-        <border_color>
-          <color name="IO Border" red="215" green="215" blue="215" />
-        </border_color>
-        <precision_from_pv>false</precision_from_pv>
-        <widget_type>Spinner</widget_type>
-        <step_increment>1.0</step_increment>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <limits_from_pv>true</limits_from_pv>
-        <background_color>
-          <color red="70" green="70" blue="70" />
-        </background_color>
-        <page_increment>10.0</page_increment>
-        <width>115</width>
-        <x>54</x>
-        <name>Spinner Template_10</name>
-        <y>168</y>
-        <maximum>10.0</maximum>
-        <foreground_color>
-          <color red="0" green="255" blue="255" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <minimum>0.0</minimum>
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.spinner" version="1.0.0">
-        <border_style>6</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <alarm_pulsing>false</alarm_pulsing>
-        <precision>3</precision>
-        <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules>
-          <rule name="BorderRule" prop_id="border_style" out_exp="false">
-            <exp bool_exp="pv0==1">
-              <value>9</value>
-            </exp>
-            <pv trig="true">$(pv_name).SIMM</pv>
-          </rule>
-        </rules>
-        <enabled>true</enabled>
-        <wuid>-3d4af206:15877d6a498:-7768</wuid>
-        <transparent>false</transparent>
-        <pv_value />
-        <scripts />
-        <buttons_on_left>false</buttons_on_left>
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <height>31</height>
-        <border_width>2</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <pv_name>$(PREFIX):CARD0:NSAMPLES_ms</pv_name>
-        <vertical_alignment>1</vertical_alignment>
-        <format>0</format>
-        <horizontal_buttons_layout>false</horizontal_buttons_layout>
-        <border_color>
-          <color name="IO Border" red="215" green="215" blue="215" />
-        </border_color>
-        <precision_from_pv>false</precision_from_pv>
-        <widget_type>Spinner</widget_type>
-        <step_increment>0.1</step_increment>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <limits_from_pv>false</limits_from_pv>
-        <background_color>
-          <color red="70" green="70" blue="70" />
-        </background_color>
-        <page_increment>10.0</page_increment>
-        <width>115</width>
-        <x>214</x>
-        <name>Spinner Template_1</name>
-        <y>168</y>
-        <maximum>10.0</maximum>
-        <foreground_color>
-          <color red="0" green="255" blue="255" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <minimum>1.0</minimum>
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.spinner" version="1.0.0">
-        <border_style>6</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <alarm_pulsing>false</alarm_pulsing>
-        <precision>3</precision>
-        <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules>
-          <rule name="BorderRule" prop_id="border_style" out_exp="false">
-            <exp bool_exp="pv0==1">
-              <value>9</value>
-            </exp>
-            <pv trig="true">$(pv_name).SIMM</pv>
-          </rule>
-        </rules>
-        <enabled>true</enabled>
-        <wuid>-3d4af206:15877d6a498:-7766</wuid>
-        <transparent>false</transparent>
-        <pv_value />
-        <scripts />
-        <buttons_on_left>false</buttons_on_left>
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <height>31</height>
-        <border_width>2</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <pv_name>$(PREFIX)$(TYPE):RCURSOR_ms</pv_name>
-        <vertical_alignment>1</vertical_alignment>
-        <format>0</format>
-        <horizontal_buttons_layout>false</horizontal_buttons_layout>
-        <border_color>
-          <color name="IO Border" red="215" green="215" blue="215" />
-        </border_color>
-        <precision_from_pv>false</precision_from_pv>
-        <widget_type>Spinner</widget_type>
-        <step_increment>1.0</step_increment>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <limits_from_pv>false</limits_from_pv>
-        <background_color>
-          <color red="70" green="70" blue="70" />
-        </background_color>
-        <page_increment>10.0</page_increment>
-        <width>115</width>
-        <x>214</x>
-        <name>Spinner Template_3</name>
-        <y>288</y>
-        <maximum>100.0</maximum>
-        <foreground_color>
-          <color red="0" green="255" blue="255" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <minimum>-100.0</minimum>
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-        <border_style>0</border_style>
-        <tooltip></tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>-1168daa3:158859bc9c3:-751a</wuid>
-        <transparent>false</transparent>
-        <auto_size>false</auto_size>
-        <text>HV1 Volt</text>
-        <scripts />
-        <height>24</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <widget_type>Label</widget_type>
-        <wrap_words>false</wrap_words>
-        <background_color>
-          <color red="0" green="0" blue="0" />
-        </background_color>
-        <width>160</width>
-        <x>408</x>
-        <name>Label_11</name>
-        <y>893</y>
-        <foreground_color>
-          <color name="Major" red="255" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
-        <border_style>0</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <alarm_pulsing>false</alarm_pulsing>
-        <precision>3</precision>
-        <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>-1168daa3:158859bc9c3:-7519</wuid>
-        <transparent>false</transparent>
-        <pv_value />
-        <auto_size>false</auto_size>
-        <text>######</text>
-        <rotation_angle>0.0</rotation_angle>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <show_units>true</show_units>
-        <height>24</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <pv_name>$(PREFIX)-HV1:VoltR:AVG</pv_name>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <precision_from_pv>true</precision_from_pv>
-        <widget_type>Text Update</widget_type>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <wrap_words>false</wrap_words>
-        <format_type>0</format_type>
-        <background_color>
-          <color name="TextBackground" red="70" green="70" blue="70" />
-        </background_color>
-        <width>150</width>
-        <x>567</x>
-        <name>Text Update_3</name>
-        <y>893</y>
-        <foreground_color>
-          <color name="Minor" red="255" green="128" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
-        <border_style>0</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <alarm_pulsing>false</alarm_pulsing>
-        <precision>3</precision>
-        <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>-1168daa3:158859bc9c3:-7518</wuid>
-        <transparent>false</transparent>
-        <pv_value />
-        <auto_size>false</auto_size>
-        <text>######</text>
-        <rotation_angle>0.0</rotation_angle>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <show_units>true</show_units>
-        <height>24</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <pv_name>$(PREFIX)-HV1:VoltR:MAX</pv_name>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <precision_from_pv>false</precision_from_pv>
-        <widget_type>Text Update</widget_type>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <wrap_words>false</wrap_words>
-        <format_type>0</format_type>
-        <background_color>
-          <color name="TextBackground" red="70" green="70" blue="70" />
-        </background_color>
-        <width>150</width>
-        <x>716</x>
-        <name>Text Update_1</name>
-        <y>893</y>
-        <foreground_color>
-          <color red="114" green="159" blue="207" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
-        <border_style>0</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <alarm_pulsing>false</alarm_pulsing>
-        <precision>3</precision>
-        <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>-1168daa3:158859bc9c3:-7517</wuid>
-        <transparent>false</transparent>
-        <pv_value />
-        <auto_size>false</auto_size>
-        <text>######</text>
-        <rotation_angle>0.0</rotation_angle>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <show_units>true</show_units>
-        <height>24</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <pv_name>$(PREFIX)-HV1:VoltR:MIN</pv_name>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <precision_from_pv>false</precision_from_pv>
-        <widget_type>Text Update</widget_type>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <wrap_words>false</wrap_words>
-        <format_type>0</format_type>
-        <background_color>
-          <color name="TextBackground" red="70" green="70" blue="70" />
-        </background_color>
-        <width>150</width>
-        <x>865</x>
-        <name>Text Update_2</name>
-        <y>893</y>
-        <foreground_color>
-          <color red="252" green="233" blue="79" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-        <border_style>0</border_style>
-        <tooltip></tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>-1168daa3:158859bc9c3:-70a0</wuid>
-        <transparent>false</transparent>
-        <auto_size>false</auto_size>
-        <text>HV2 Volt</text>
-        <scripts />
-        <height>24</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <widget_type>Label</widget_type>
-        <wrap_words>false</wrap_words>
-        <background_color>
-          <color red="0" green="0" blue="0" />
-        </background_color>
-        <width>160</width>
-        <x>408</x>
-        <name>Label_11</name>
-        <y>916</y>
-        <foreground_color>
-          <color name="Primary Blue" red="0" green="148" blue="202" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
-        <border_style>0</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <alarm_pulsing>false</alarm_pulsing>
-        <precision>3</precision>
-        <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>-1168daa3:158859bc9c3:-709f</wuid>
-        <transparent>false</transparent>
-        <pv_value />
-        <auto_size>false</auto_size>
-        <text>######</text>
-        <rotation_angle>0.0</rotation_angle>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <show_units>true</show_units>
-        <height>24</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <pv_name>$(PREFIX)-HV2:VoltR:AVG</pv_name>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <precision_from_pv>true</precision_from_pv>
-        <widget_type>Text Update</widget_type>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <wrap_words>false</wrap_words>
-        <format_type>0</format_type>
-        <background_color>
-          <color name="TextBackground" red="70" green="70" blue="70" />
-        </background_color>
-        <width>150</width>
-        <x>567</x>
-        <name>Text Update_3</name>
-        <y>916</y>
-        <foreground_color>
-          <color name="Minor" red="255" green="128" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
-        <border_style>0</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <alarm_pulsing>false</alarm_pulsing>
-        <precision>3</precision>
-        <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>-1168daa3:158859bc9c3:-709e</wuid>
-        <transparent>false</transparent>
-        <pv_value />
-        <auto_size>false</auto_size>
-        <text>######</text>
-        <rotation_angle>0.0</rotation_angle>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <show_units>true</show_units>
-        <height>24</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <pv_name>$(PREFIX)-HV2:VoltR:MAX</pv_name>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <precision_from_pv>false</precision_from_pv>
-        <widget_type>Text Update</widget_type>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <wrap_words>false</wrap_words>
-        <format_type>0</format_type>
-        <background_color>
-          <color name="TextBackground" red="70" green="70" blue="70" />
-        </background_color>
-        <width>150</width>
-        <x>716</x>
-        <name>Text Update_1</name>
-        <y>916</y>
-        <foreground_color>
-          <color red="114" green="159" blue="207" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
-        <border_style>0</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <alarm_pulsing>false</alarm_pulsing>
-        <precision>3</precision>
-        <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>-1168daa3:158859bc9c3:-709d</wuid>
-        <transparent>false</transparent>
-        <pv_value />
-        <auto_size>false</auto_size>
-        <text>######</text>
-        <rotation_angle>0.0</rotation_angle>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <show_units>true</show_units>
-        <height>24</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <pv_name>$(PREFIX)-HV2:VoltR:MIN</pv_name>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <precision_from_pv>false</precision_from_pv>
-        <widget_type>Text Update</widget_type>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <wrap_words>false</wrap_words>
-        <format_type>0</format_type>
-        <background_color>
-          <color name="TextBackground" red="70" green="70" blue="70" />
-        </background_color>
-        <width>150</width>
-        <x>865</x>
-        <name>Text Update_2</name>
-        <y>916</y>
-        <foreground_color>
-          <color red="252" green="233" blue="79" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-        <border_style>0</border_style>
-        <tooltip></tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>-1168daa3:158859bc9c3:-f67</wuid>
-        <transparent>false</transparent>
-        <auto_size>false</auto_size>
-        <text>Display interval</text>
-        <scripts />
-        <height>32</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <widget_type>Label</widget_type>
-        <wrap_words>true</wrap_words>
-        <background_color>
-          <color name="SubPanel" red="176" green="218" blue="249" />
-        </background_color>
-        <width>349</width>
-        <x>36</x>
-        <name>Label_15</name>
-        <y>126</y>
-        <foreground_color>
-          <color red="0" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <show_scrollbar>false</show_scrollbar>
-        <font>
-          <opifont.name fontName="OpenSans" height="15" style="1">Medium Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-        <border_style>0</border_style>
-        <tooltip></tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>-1168daa3:158859bc9c3:-f5d</wuid>
-        <transparent>false</transparent>
-        <auto_size>false</auto_size>
-        <text>Measure interval</text>
-        <scripts />
-        <height>32</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <widget_type>Label</widget_type>
-        <wrap_words>true</wrap_words>
-        <background_color>
-          <color name="SubPanel" red="176" green="218" blue="249" />
-        </background_color>
-        <width>349</width>
-        <x>36</x>
-        <name>Label_15</name>
-        <y>246</y>
-        <foreground_color>
-          <color red="0" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <show_scrollbar>false</show_scrollbar>
-        <font>
-          <opifont.name fontName="OpenSans" height="15" style="1">Medium Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-        <border_style>0</border_style>
-        <tooltip></tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>-1168daa3:158859bc9c3:-f53</wuid>
-        <transparent>false</transparent>
-        <auto_size>false</auto_size>
-        <text>FAST ACQUISITION</text>
-        <scripts />
-        <height>32</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <widget_type>Label</widget_type>
-        <wrap_words>true</wrap_words>
-        <background_color>
-          <color name="SubPanel" red="176" green="218" blue="249" />
-        </background_color>
-        <width>1483</width>
-        <x>0</x>
-        <name>Label_15</name>
-        <y>12</y>
-        <foreground_color>
-          <color red="0" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <show_scrollbar>false</show_scrollbar>
-        <font>
-          <opifont.name fontName="OpenSans" height="15" style="1">Medium Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.spinner" version="1.0.0">
-        <border_style>6</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <alarm_pulsing>false</alarm_pulsing>
-        <precision>3</precision>
-        <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules>
-          <rule name="BorderRule" prop_id="border_style" out_exp="false">
-            <exp bool_exp="pv0==1">
-              <value>9</value>
-            </exp>
-            <pv trig="true">$(pv_name).SIMM</pv>
-          </rule>
-        </rules>
-        <enabled>true</enabled>
-        <wuid>-6047e935:1589bd389ef:-66ec</wuid>
-        <transparent>false</transparent>
-        <pv_value />
-        <scripts />
-        <buttons_on_left>false</buttons_on_left>
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <height>31</height>
-        <border_width>2</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <pv_name>$(PREFIX)$(TYPE):LCURSOR_ms</pv_name>
-        <vertical_alignment>1</vertical_alignment>
-        <format>0</format>
-        <horizontal_buttons_layout>false</horizontal_buttons_layout>
-        <border_color>
-          <color name="IO Border" red="215" green="215" blue="215" />
-        </border_color>
-        <precision_from_pv>false</precision_from_pv>
-        <widget_type>Spinner</widget_type>
-        <step_increment>1.0</step_increment>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <limits_from_pv>false</limits_from_pv>
-        <background_color>
-          <color red="70" green="70" blue="70" />
-        </background_color>
-        <page_increment>10.0</page_increment>
-        <width>115</width>
-        <x>54</x>
-        <name>Spinner Template_3</name>
-        <y>288</y>
-        <maximum>100.0</maximum>
-        <foreground_color>
-          <color red="0" green="255" blue="255" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <minimum>-100.0</minimum>
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.xyGraph" version="1.0.0">
-        <axis_1_scale_format></axis_1_scale_format>
-        <trace_2_x_axis_index>0</trace_2_x_axis_index>
-        <alarm_pulsing>false</alarm_pulsing>
-        <tooltip>$(trace_0_y_pv)
-$(trace_0_y_pv_value)</tooltip>
-        <trace_0_concatenate_data>false</trace_0_concatenate_data>
-        <trace_0_trace_type>0</trace_0_trace_type>
-        <trace_4_line_width>3</trace_4_line_width>
-        <border_width>1</border_width>
-        <trace_3_point_size>4</trace_3_point_size>
-        <trace_1_x_axis_index>0</trace_1_x_axis_index>
-        <border_style>0</border_style>
-        <axis_0_grid_color>
-          <color red="78" green="154" blue="6" />
-        </axis_0_grid_color>
-        <axis_2_visible>false</axis_2_visible>
-        <trace_0_name>$(trace_0_y_pv)</trace_0_name>
-        <axis_2_minimum>0.0</axis_2_minimum>
-        <trace_0_update_mode>0</trace_0_update_mode>
-        <trace_1_x_pv>$(PREFIX)-HV1:VoltR_XMS</trace_1_x_pv>
-        <wuid>-61dcfd6b:158bac54bbd:-7d05</wuid>
-        <transparent>false</transparent>
-        <trace_1_update_mode>0</trace_1_update_mode>
-        <axis_0_title_font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </axis_0_title_font>
-        <trace_2_update_mode>0</trace_2_update_mode>
-        <background_color>
-          <color name="Field Background Grey" red="240" green="240" blue="240" />
-        </background_color>
-        <trace_3_update_mode>0</trace_3_update_mode>
-        <x>408</x>
-        <y>582</y>
-        <trace_4_update_mode>0</trace_4_update_mode>
-        <trace_3_x_axis_index>0</trace_3_x_axis_index>
-        <trace_0_x_axis_index>0</trace_0_x_axis_index>
-        <axis_count>3</axis_count>
-        <trace_4_x_pv>$(PREFIX)-HV1:VoltR:RCURSOR_X</trace_4_x_pv>
-        <trace_3_y_pv_value />
-        <trace_1_point_size>4</trace_1_point_size>
-        <trace_1_anti_alias>false</trace_1_anti_alias>
-        <pv_value />
-        <axis_2_grid_color>
-          <color red="200" green="200" blue="200" />
-        </axis_2_grid_color>
-        <trace_0_buffer_size>520</trace_0_buffer_size>
-        <trace_2_buffer_size>520</trace_2_buffer_size>
-        <axis_1_maximum>8.0</axis_1_maximum>
-        <axis_0_scale_font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </axis_0_scale_font>
-        <trigger_pv></trigger_pv>
-        <trace_4_update_delay>1</trace_4_update_delay>
-        <widget_type>XY Graph</widget_type>
-        <trace_2_line_width>1</trace_2_line_width>
-        <trace_4_plot_mode>0</trace_4_plot_mode>
-        <trace_3_concatenate_data>false</trace_3_concatenate_data>
-        <trace_4_x_pv_value />
-        <axis_1_axis_color>
-          <color red="0" green="0" blue="0" />
-        </axis_1_axis_color>
-        <axis_0_scale_format></axis_0_scale_format>
-        <axis_1_log_scale>false</axis_1_log_scale>
-        <title></title>
-        <trace_0_visible>false</trace_0_visible>
-        <trace_4_buffer_size>2</trace_4_buffer_size>
-        <trace_1_name>$(trace_1_y_pv)</trace_1_name>
-        <trace_3_anti_alias>false</trace_3_anti_alias>
-        <trace_1_y_pv_value />
-        <axis_2_auto_scale>true</axis_2_auto_scale>
-        <trace_4_y_pv>loc://val(-100,100)</trace_4_y_pv>
-        <show_legend>false</show_legend>
-        <trace_3_visible>true</trace_3_visible>
-        <trace_4_x_axis_index>0</trace_4_x_axis_index>
-        <trace_3_name>$(trace_3_y_pv)</trace_3_name>
-        <axis_0_axis_title>ms</axis_0_axis_title>
-        <axis_0_axis_color>
-          <color red="0" green="0" blue="0" />
-        </axis_0_axis_color>
-        <axis_2_scale_font>
-          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-        </axis_2_scale_font>
-        <trace_3_update_delay>1</trace_3_update_delay>
-        <trace_2_update_delay>1</trace_2_update_delay>
-        <trace_4_point_style>0</trace_4_point_style>
-        <axis_0_dash_grid_line>false</axis_0_dash_grid_line>
-        <trace_0_point_style>2</trace_0_point_style>
-        <trace_1_point_style>2</trace_1_point_style>
-        <trace_0_line_width>1</trace_0_line_width>
-        <axis_2_y_axis>false</axis_2_y_axis>
-        <trace_3_x_pv_value />
-        <axis_0_time_format>0</axis_0_time_format>
-        <trace_count>5</trace_count>
-        <axis_1_show_grid>true</axis_1_show_grid>
-        <trace_3_x_pv>$(PREFIX)-HV1:VoltR:LCURSOR_X</trace_3_x_pv>
-        <trace_2_trace_color>
-          <color name="Primary Blue" red="0" green="148" blue="202" />
-        </trace_2_trace_color>
-        <trace_4_visible>true</trace_4_visible>
-        <axis_1_dash_grid_line>true</axis_1_dash_grid_line>
-        <trace_3_buffer_size>2</trace_3_buffer_size>
-        <trace_2_trace_type>0</trace_2_trace_type>
-        <trace_3_line_width>3</trace_3_line_width>
-        <show_toolbar>true</show_toolbar>
-        <axis_0_visible>true</axis_0_visible>
-        <axis_0_show_grid>true</axis_0_show_grid>
-        <trace_0_y_axis_index>1</trace_0_y_axis_index>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>true</keep_wh_ratio>
-        </scale_options>
-        <trace_1_y_pv>$(PREFIX)-HV1:VoltR_Y</trace_1_y_pv>
-        <trace_2_concatenate_data>false</trace_2_concatenate_data>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <trace_2_y_pv_value />
-        <trace_2_anti_alias>false</trace_2_anti_alias>
-        <axis_0_maximum>6.0</axis_0_maximum>
-        <trace_1_y_axis_index>1</trace_1_y_axis_index>
-        <trace_2_name>$(trace_2_y_pv)</trace_2_name>
-        <height>247</height>
-        <trace_2_visible>true</trace_2_visible>
-        <trigger_pv_value />
-        <trace_3_y_pv>loc://val(-100,100)</trace_3_y_pv>
-        <axis_1_grid_color>
-          <color red="78" green="154" blue="6" />
-        </axis_1_grid_color>
-        <actions hook="false" hook_all="false" />
-        <trace_2_point_size>4</trace_2_point_size>
-        <trace_4_concatenate_data>false</trace_4_concatenate_data>
-        <axis_2_axis_color>
-          <color red="0" green="0" blue="0" />
-        </axis_2_axis_color>
-        <axis_0_log_scale>false</axis_0_log_scale>
-        <trace_0_x_pv_value />
-        <axis_0_auto_scale_threshold>0.0</axis_0_auto_scale_threshold>
-        <rules />
-        <axis_1_visible>true</axis_1_visible>
-        <axis_2_show_grid>false</axis_2_show_grid>
-        <trace_3_y_axis_index>1</trace_3_y_axis_index>
-        <trace_0_update_delay>1</trace_0_update_delay>
-        <trace_1_concatenate_data>false</trace_1_concatenate_data>
-        <trace_1_trace_color>
-          <color red="242" green="26" blue="26" />
-        </trace_1_trace_color>
-        <trace_3_trace_color>
-          <color name="Major" red="255" green="0" blue="0" />
-        </trace_3_trace_color>
-        <pv_name></pv_name>
-        <axis_2_log_scale>false</axis_2_log_scale>
-        <axis_2_auto_scale_threshold>0.0</axis_2_auto_scale_threshold>
-        <name>XY Graph</name>
-        <trace_1_trace_type>0</trace_1_trace_type>
-        <axis_0_auto_scale>true</axis_0_auto_scale>
-        <axis_0_minimum>-6.0</axis_0_minimum>
-        <trace_2_y_axis_index>1</trace_2_y_axis_index>
-        <trace_1_update_delay>1</trace_1_update_delay>
-        <axis_2_dash_grid_line>false</axis_2_dash_grid_line>
-        <axis_1_axis_title>mA</axis_1_axis_title>
-        <trace_2_x_pv_value />
-        <axis_1_auto_scale>false</axis_1_auto_scale>
-        <trace_1_line_width>1</trace_1_line_width>
-        <trace_3_trace_type>1</trace_3_trace_type>
-        <trace_2_y_pv>$(PREFIX)-HV2:VoltR_Y</trace_2_y_pv>
-        <trace_1_plot_mode>0</trace_1_plot_mode>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <axis_2_title_font>
-          <opifont.name fontName="Cantarell" height="11" style="1">Default Bold</opifont.name>
-        </axis_2_title_font>
-        <trace_3_point_style>0</trace_3_point_style>
-        <trace_0_y_pv>$(PREFIX)$(TYPE)-FC:CurrR_Y</trace_0_y_pv>
-        <trace_2_point_style>2</trace_2_point_style>
-        <trace_0_plot_mode>0</trace_0_plot_mode>
-        <trace_4_trace_type>1</trace_4_trace_type>
-        <enabled>true</enabled>
-        <trace_0_x_pv>$(PREFIX)$(TYPE)-FC:CurrR_XMS</trace_0_x_pv>
-        <axis_1_scale_font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </axis_1_scale_font>
-        <axis_1_time_format>0</axis_1_time_format>
-        <axis_2_time_format>0</axis_2_time_format>
-        <axis_2_left_bottom_side>false</axis_2_left_bottom_side>
-        <trace_3_plot_mode>0</trace_3_plot_mode>
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <axis_2_maximum>22.0</axis_2_maximum>
-        <show_plot_area_border>false</show_plot_area_border>
-        <width>895</width>
-        <trace_1_x_pv_value />
-        <axis_1_minimum>-8.0</axis_1_minimum>
-        <title_font>
-          <opifont.name fontName="Cantarell" height="11" style="1">Default Bold</opifont.name>
-        </title_font>
-        <trace_4_anti_alias>false</trace_4_anti_alias>
-        <trace_0_y_pv_value />
-        <trace_1_visible>true</trace_1_visible>
-        <plot_area_background_color>
-          <color red="0" green="0" blue="0" />
-        </plot_area_background_color>
-        <trace_4_point_size>4</trace_4_point_size>
-        <axis_1_title_font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </axis_1_title_font>
-        <visible>true</visible>
-        <axis_2_axis_title>ms</axis_2_axis_title>
-        <trace_4_trace_color>
-          <color name="Major" red="255" green="0" blue="0" />
-        </trace_4_trace_color>
-        <trace_1_buffer_size>520</trace_1_buffer_size>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <axis_2_scale_format></axis_2_scale_format>
-        <trace_4_y_pv_value />
-        <scripts />
-        <trace_0_point_size>3</trace_0_point_size>
-        <trace_0_trace_color>
-          <color red="0" green="255" blue="0" />
-        </trace_0_trace_color>
-        <trace_0_anti_alias>false</trace_0_anti_alias>
-        <trace_4_name>$(trace_4_y_pv)</trace_4_name>
-        <axis_1_auto_scale_threshold>0.0</axis_1_auto_scale_threshold>
-        <trace_4_y_axis_index>1</trace_4_y_axis_index>
-        <trace_2_plot_mode>0</trace_2_plot_mode>
-        <trace_2_x_pv>$(PREFIX)-HV2:VoltR_XMS</trace_2_x_pv>
-        <foreground_color>
-          <color red="0" green="0" blue="255" />
-        </foreground_color>
-      </widget>
-    </widget>
-    <widget typeId="org.csstudio.opibuilder.widgets.groupingContainer" version="1.0.0">
-      <border_style>0</border_style>
-      <tooltip></tooltip>
-      <rules />
-      <enabled>true</enabled>
-      <wuid>-25f0d7e:158d972c59b:-7efc</wuid>
-      <transparent>true</transparent>
-      <lock_children>false</lock_children>
-      <scripts />
-      <height>1129</height>
-      <border_width>1</border_width>
-      <scale_options>
-        <width_scalable>true</width_scalable>
-        <height_scalable>true</height_scalable>
-        <keep_wh_ratio>false</keep_wh_ratio>
-      </scale_options>
-      <macros>
-        <include_parent_macros>true</include_parent_macros>
-      </macros>
-      <visible>false</visible>
-      <border_color>
-        <color red="0" green="128" blue="255" />
-      </border_color>
-      <widget_type>Grouping Container</widget_type>
-      <background_color>
-        <color red="240" green="240" blue="240" />
-      </background_color>
-      <width>2489</width>
-      <x>1</x>
-      <name>PLC</name>
-      <y>1</y>
-      <foreground_color>
-        <color red="192" green="192" blue="192" />
-      </foreground_color>
-      <actions hook="false" hook_all="false" />
-      <fc>false</fc>
-      <show_scrollbar>true</show_scrollbar>
-      <font>
-        <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-      </font>
-      <widget typeId="org.csstudio.opibuilder.widgets.linkingContainer" version="1.0.0">
-        <opi_file></opi_file>
-        <border_style>3</border_style>
-        <tooltip></tooltip>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>-25f0d7e:158d972c59b:-7e2e</wuid>
-        <scripts>
-          <path pathString="/CSS/emu/Scripts/PlcOpi.js" checkConnect="true" sfe="false" seoe="false">
-            <pv trig="true">loc://pagePLC</pv>
-          </path>
-        </scripts>
-        <height>1060</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <macros>
-          <include_parent_macros>true</include_parent_macros>
-        </macros>
-        <resize_behaviour>0</resize_behaviour>
-        <visible>true</visible>
-        <group_name></group_name>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <widget_type>Linking Container</widget_type>
-        <background_color>
-          <color name="Container Grey" red="200" green="200" blue="200" />
-        </background_color>
-        <width>2011</width>
-        <x>414</x>
-        <name>Linking Container</name>
-        <y>27</y>
-        <foreground_color>
-          <color red="192" green="192" blue="192" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.ActionButton" version="2.0.0">
-        <toggle_button>false</toggle_button>
-        <border_style>14</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <alarm_pulsing>false</alarm_pulsing>
-        <tooltip>$(pv_name)</tooltip>
-        <push_action_index>0</push_action_index>
-        <rules>
-          <rule name="Rule_fault_mode_1,2and3" prop_id="background_color" out_exp="false">
-            <exp bool_exp="pv0 == 1 || pv1==1 ||pv2==1">
-              <value>
-                <color name="Major" red="255" green="0" blue="0" />
-              </value>
-            </exp>
-            <pv trig="true">INFN-SRC:INTK-HMI:FM1</pv>
-            <pv trig="true">INFN-SRC:INTK-HMI:FM2</pv>
-            <pv trig="true">INFN-SRC:INTK-HMI:FM3</pv>
-          </rule>
-        </rules>
-        <enabled>true</enabled>
-        <wuid>-25f0d7e:158d972c59b:-7d3b</wuid>
-        <pv_value />
-        <text>Fault mode 1, 2 and 3</text>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <height>70</height>
-        <border_width>0</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <image></image>
-        <visible>true</visible>
-        <pv_name></pv_name>
-        <border_color>
-          <color red="255" green="255" blue="255" />
-        </border_color>
-        <widget_type>Action Button</widget_type>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <background_color>
-          <color name="Container Border Grey" red="150" green="150" blue="150" />
-        </background_color>
-        <width>360</width>
-        <x>12</x>
-        <name>Action Button</name>
-        <y>102</y>
-        <style>0</style>
-        <foreground_color>
-          <color name="Black" red="0" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false">
-          <action type="WRITE_PV">
-            <pv_name>loc://pagePLC</pv_name>
-            <value>fm123</value>
-            <timeout>10</timeout>
-            <confirm_message></confirm_message>
-            <description></description>
-          </action>
-        </actions>
-        <font>
-          <opifont.name fontName="OpenSans" height="15" style="1">Medium Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.ActionButton" version="2.0.0">
-        <toggle_button>false</toggle_button>
-        <border_style>14</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <alarm_pulsing>false</alarm_pulsing>
-        <tooltip>$(pv_name)</tooltip>
-        <push_action_index>0</push_action_index>
-        <rules>
-          <rule name="Rule_fault_mode4and5" prop_id="background_color" out_exp="false">
-            <exp bool_exp="pv0==1 || pv1==1">
-              <value>
-                <color name="Major" red="255" green="0" blue="0" />
-              </value>
-            </exp>
-            <pv trig="true">INFN-SRC:INTK-HMI:FM5</pv>
-            <pv trig="true">INFN-SRC:INTK-HMI:FM4</pv>
-          </rule>
-        </rules>
-        <enabled>true</enabled>
-        <wuid>-25f0d7e:158d972c59b:-7d3a</wuid>
-        <pv_value />
-        <text>Fault mode 4 and 5</text>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <height>70</height>
-        <border_width>0</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <image></image>
-        <visible>true</visible>
-        <pv_name></pv_name>
-        <border_color>
-          <color red="255" green="255" blue="255" />
-        </border_color>
-        <widget_type>Action Button</widget_type>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <background_color>
-          <color name="Container Border Grey" red="150" green="150" blue="150" />
-        </background_color>
-        <width>360</width>
-        <x>12</x>
-        <name>Action Button_10</name>
-        <y>177</y>
-        <style>0</style>
-        <foreground_color>
-          <color name="Black" red="0" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false">
-          <action type="WRITE_PV">
-            <pv_name>loc://pagePLC</pv_name>
-            <value>fm45</value>
-            <timeout>10</timeout>
-            <confirm_message></confirm_message>
-            <description></description>
-          </action>
-        </actions>
-        <font>
-          <opifont.name fontName="OpenSans" height="15" style="1">Medium Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.ActionButton" version="2.0.0">
-        <toggle_button>false</toggle_button>
-        <border_style>14</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <alarm_pulsing>false</alarm_pulsing>
-        <tooltip>$(pv_name)</tooltip>
-        <push_action_index>0</push_action_index>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>-25f0d7e:158d972c59b:-7d39</wuid>
-        <pv_value />
-        <text>Home</text>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <height>70</height>
-        <border_width>0</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <image></image>
-        <visible>true</visible>
-        <pv_name>loc://pagePLC("home")</pv_name>
-        <border_color>
-          <color red="255" green="255" blue="255" />
-        </border_color>
-        <widget_type>Action Button</widget_type>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <background_color>
-          <color name="Container Border Grey" red="150" green="150" blue="150" />
-        </background_color>
-        <width>360</width>
-        <x>12</x>
-        <name>Action Button_6</name>
-        <y>27</y>
-        <style>0</style>
-        <foreground_color>
-          <color name="Black" red="0" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false">
-          <action type="WRITE_PV">
-            <pv_name>loc://pagePLC</pv_name>
-            <value>home</value>
-            <timeout>10</timeout>
-            <confirm_message></confirm_message>
-            <description></description>
-          </action>
-        </actions>
-        <font>
-          <opifont.name fontName="OpenSans" height="15" style="1">Medium Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.ActionButton" version="2.0.0">
-        <toggle_button>false</toggle_button>
-        <border_style>14</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <alarm_pulsing>false</alarm_pulsing>
-        <tooltip>$(pv_name)</tooltip>
-        <push_action_index>0</push_action_index>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>-25f0d7e:158d972c59b:-7d38</wuid>
-        <pv_value />
-        <text>Inputs/outputs value</text>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <height>70</height>
-        <border_width>0</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <image></image>
-        <visible>true</visible>
-        <pv_name></pv_name>
-        <border_color>
-          <color red="255" green="255" blue="255" />
-        </border_color>
-        <widget_type>Action Button</widget_type>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <background_color>
-          <color name="Container Border Grey" red="150" green="150" blue="150" />
-        </background_color>
-        <width>360</width>
-        <x>12</x>
-        <name>Action Button_13</name>
-        <y>252</y>
-        <style>0</style>
-        <foreground_color>
-          <color name="Black" red="0" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false">
-          <action type="WRITE_PV">
-            <pv_name>loc://pagePLC</pv_name>
-            <value>InOut</value>
-            <timeout>10</timeout>
-            <confirm_message></confirm_message>
-            <description></description>
-          </action>
-        </actions>
-        <font>
-          <opifont.name fontName="OpenSans" height="15" style="1">Medium Bold</opifont.name>
-        </font>
-      </widget>
-    </widget>
-  </widget>
-  <widget typeId="org.csstudio.opibuilder.widgets.Rectangle" version="1.0.0">
-    <border_style>0</border_style>
-    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-    <line_width>1</line_width>
-    <horizontal_fill>true</horizontal_fill>
-    <alarm_pulsing>false</alarm_pulsing>
-    <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-    <rules />
-    <enabled>true</enabled>
-    <wuid>20cc570d:152c6318c71:-19d6</wuid>
-    <transparent>false</transparent>
-    <pv_value />
-    <alpha>255</alpha>
-    <bg_gradient_color>
-      <color name="IO Foreground" red="0" green="0" blue="0" />
-    </bg_gradient_color>
-    <scripts />
-    <border_alarm_sensitive>false</border_alarm_sensitive>
-    <height>80</height>
-    <border_width>2</border_width>
-    <scale_options>
-      <width_scalable>true</width_scalable>
-      <height_scalable>true</height_scalable>
-      <keep_wh_ratio>false</keep_wh_ratio>
-    </scale_options>
-    <visible>true</visible>
-    <pv_name></pv_name>
-    <gradient>false</gradient>
-    <border_color>
-      <color red="0" green="148" blue="202" />
-    </border_color>
-    <anti_alias>true</anti_alias>
-    <line_style>0</line_style>
-    <widget_type>Rectangle</widget_type>
-    <fg_gradient_color>
-      <color name="IO Foreground" red="0" green="0" blue="0" />
-    </fg_gradient_color>
-    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-    <background_color>
-      <color red="0" green="148" blue="202" />
-    </background_color>
-    <width>2491</width>
-    <x>18</x>
-    <name>Rectangle Template</name>
-    <y>0</y>
-    <fill_level>100.0</fill_level>
-    <foreground_color>
-      <color red="0" green="148" blue="202" />
-    </foreground_color>
-    <actions hook="false" hook_all="false" />
-    <font>
-      <opifont.name fontName="arial" height="10" style="0">IO Normal</opifont.name>
-    </font>
-    <line_color>
-      <color name="IO Line" red="0" green="32" blue="92" />
-    </line_color>
-  </widget>
-  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-    <border_style>0</border_style>
-    <tooltip></tooltip>
-    <horizontal_alignment>1</horizontal_alignment>
-    <rules />
-    <enabled>false</enabled>
-    <wuid>20cc570d:152c6318c71:-19d2</wuid>
-    <transparent>true</transparent>
-    <auto_size>false</auto_size>
-    <text>EMITTANCE METER $(TYPE)</text>
-    <scripts />
-    <height>43</height>
-    <border_width>2</border_width>
-    <scale_options>
-      <width_scalable>true</width_scalable>
-      <height_scalable>true</height_scalable>
-      <keep_wh_ratio>false</keep_wh_ratio>
-    </scale_options>
-    <visible>true</visible>
-    <vertical_alignment>1</vertical_alignment>
-    <border_color>
-      <color name="IO Border" red="215" green="215" blue="215" />
-    </border_color>
-    <widget_type>Label</widget_type>
-    <wrap_words>true</wrap_words>
-    <background_color>
-      <color name="IO Background" red="255" green="255" blue="205" />
-    </background_color>
-    <width>2491</width>
-    <x>18</x>
-    <name>Label Template</name>
-    <y>18</y>
-    <foreground_color>
-      <color red="255" green="255" blue="255" />
-    </foreground_color>
-    <actions hook="false" hook_all="false" />
-    <show_scrollbar>false</show_scrollbar>
-    <font>
-      <fontdata fontName="Titillium" height="28" style="0" />
-    </font>
-  </widget>
-  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-    <border_style>0</border_style>
-    <tooltip></tooltip>
-    <horizontal_alignment>1</horizontal_alignment>
-    <rules />
-    <enabled>false</enabled>
-    <wuid>-cae44c:157dd221fed:-6b69</wuid>
-    <transparent>true</transparent>
-    <auto_size>false</auto_size>
-    <text>Status</text>
-    <scripts />
-    <height>20</height>
-    <border_width>2</border_width>
-    <scale_options>
-      <width_scalable>true</width_scalable>
-      <height_scalable>true</height_scalable>
-      <keep_wh_ratio>false</keep_wh_ratio>
-    </scale_options>
-    <visible>true</visible>
-    <vertical_alignment>1</vertical_alignment>
-    <border_color>
-      <color name="IO Border" red="215" green="215" blue="215" />
-    </border_color>
-    <widget_type>Label</widget_type>
-    <wrap_words>false</wrap_words>
-    <background_color>
-      <color name="IO Background" red="255" green="255" blue="205" />
-    </background_color>
-    <width>79</width>
-    <x>2088</x>
-    <name>Label Orientation_7</name>
-    <y>30</y>
-    <foreground_color>
-      <color name="IO Foreground" red="0" green="0" blue="0" />
-    </foreground_color>
-    <actions hook="false" hook_all="false" />
-    <font>
-      <fontdata fontName="Sans" height="10" style="1" />
-    </font>
-  </widget>
-  <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
-    <alarm_pulsing>false</alarm_pulsing>
-    <precision>0</precision>
-    <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-    <horizontal_alignment>0</horizontal_alignment>
-    <rules />
-    <pv_value />
-    <auto_size>false</auto_size>
-    <text></text>
-    <rotation_angle>0.0</rotation_angle>
-    <show_units>true</show_units>
-    <height>25</height>
-    <multiline_input>false</multiline_input>
-    <border_width>1</border_width>
-    <visible>true</visible>
-    <pv_name>${PREFIX}${TYPE}:MTR.FAZE</pv_name>
-    <selector_type>0</selector_type>
-    <border_color>
-      <color red="0" green="128" blue="255" />
-    </border_color>
-    <precision_from_pv>true</precision_from_pv>
-    <widget_type>Text Input</widget_type>
-    <confirm_message></confirm_message>
-    <name>Text Input_9</name>
-    <style>0</style>
-    <actions hook="false" hook_all="false" />
-    <border_style>3</border_style>
-    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-    <enabled>true</enabled>
-    <wuid>-cae44c:157dd221fed:-6b63</wuid>
-    <transparent>false</transparent>
-    <scripts />
-    <border_alarm_sensitive>false</border_alarm_sensitive>
-    <scale_options>
-      <width_scalable>true</width_scalable>
-      <height_scalable>true</height_scalable>
-      <keep_wh_ratio>false</keep_wh_ratio>
-    </scale_options>
-    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-    <format_type>0</format_type>
-    <limits_from_pv>false</limits_from_pv>
-    <background_color>
-      <color name="Black" red="0" green="0" blue="0" />
-    </background_color>
-    <width>322</width>
-    <x>2172</x>
-    <y>27</y>
-    <maximum>1.7976931348623157E308</maximum>
-    <foreground_color>
-      <color name="Major" red="255" green="0" blue="0" />
-    </foreground_color>
-    <minimum>-1.7976931348623157E308</minimum>
-    <font>
-      <opifont.name fontName="OpenSans" height="10" style="1">Small Bold</opifont.name>
-    </font>
-  </widget>
-  <widget typeId="org.csstudio.opibuilder.widgets.combo" version="1.0.0">
-    <border_style>0</border_style>
-    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-    <alarm_pulsing>false</alarm_pulsing>
-    <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-    <rules />
-    <enabled>true</enabled>
-    <wuid>-1b7d41f2:15cc967e931:-7f3e</wuid>
-    <pv_value />
-    <scripts>
-      <path pathString="EmbeddedJs" checkConnect="true" sfe="false" seoe="false">
-        <scriptName>EmbeddedScript</scriptName>
+if(PVUtil.getDouble(pvs[0])==1){pvs[1].setValue(1);}]]></scriptText>
+            <pv trig="true">${PREFIX}${TYPE}:MTR.EXSC</pv>
+            <pv trig="false">${PREFIX}${TYPE}:Archive</pv>
+          </path>
+        </scripts>
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <height>55</height>
+        <border_width>2</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <image></image>
+        <visible>true</visible>
+        <pv_name></pv_name>
+        <border_color>
+          <color name="IO Border" red="215" green="215" blue="215" />
+        </border_color>
+        <widget_type>Action Button</widget_type>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <background_color>
+          <color name="IO Button" red="178" green="178" blue="178" />
+        </background_color>
+        <width>103</width>
+        <x>216</x>
+        <name>Start Scan</name>
+        <y>1056</y>
+        <style>0</style>
+        <foreground_color>
+          <color name="IO Foreground" red="0" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false">
+          <action type="WRITE_PV">
+            <pv_name>${PREFIX}${TYPE}:MTR.EXSC</pv_name>
+            <value>1</value>
+            <timeout>10</timeout>
+            <confirm_message></confirm_message>
+            <description>Start SCAN</description>
+          </action>
+        </actions>
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+        <border_style>0</border_style>
+        <tooltip></tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules />
+        <enabled>false</enabled>
+        <wuid>1e771979:1565068c2e3:-31f4</wuid>
+        <transparent>true</transparent>
+        <auto_size>false</auto_size>
+        <text>MRAD  MIN</text>
+        <scripts />
+        <height>25</height>
+        <border_width>2</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color name="IO Border" red="215" green="215" blue="215" />
+        </border_color>
+        <widget_type>Label</widget_type>
+        <wrap_words>false</wrap_words>
+        <background_color>
+          <color name="IO Background" red="255" green="255" blue="205" />
+        </background_color>
+        <width>101</width>
+        <x>83</x>
+        <name>Label Orientation_7</name>
+        <y>669</y>
+        <foreground_color>
+          <color name="IO Foreground" red="0" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
+        <alarm_pulsing>false</alarm_pulsing>
+        <precision>0</precision>
+        <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules>
+          <rule name="Disable" prop_id="enabled" out_exp="false">
+            <exp bool_exp="pv0==1">
+              <value>false</value>
+            </exp>
+            <exp bool_exp="pv0==0">
+              <value>true</value>
+            </exp>
+            <pv trig="true">${PREFIX}${TYPE}:MTR.BUSY</pv>
+          </rule>
+        </rules>
+        <pv_value />
+        <auto_size>false</auto_size>
+        <text></text>
+        <rotation_angle>0.0</rotation_angle>
+        <show_units>true</show_units>
+        <height>31</height>
+        <multiline_input>false</multiline_input>
+        <border_width>1</border_width>
+        <visible>true</visible>
+        <pv_name>${PREFIX}${TYPE}:PROC-AngleMin-SP</pv_name>
+        <selector_type>0</selector_type>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <precision_from_pv>true</precision_from_pv>
+        <widget_type>Text Input</widget_type>
+        <confirm_message></confirm_message>
+        <name>Text Input</name>
+        <style>0</style>
+        <actions hook="false" hook_all="false" />
+        <border_style>3</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <enabled>true</enabled>
+        <wuid>1e771979:1565068c2e3:-31f3</wuid>
+        <transparent>false</transparent>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <format_type>0</format_type>
+        <limits_from_pv>false</limits_from_pv>
+        <background_color>
+          <color name="TextBackground" red="70" green="70" blue="70" />
+        </background_color>
+        <width>121</width>
+        <x>228</x>
+        <y>666</y>
+        <maximum>1.7976931348623157E308</maximum>
+        <foreground_color>
+          <color name="KeyboardEntry" red="0" green="255" blue="255" />
+        </foreground_color>
+        <minimum>-1.7976931348623157E308</minimum>
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+        <border_style>0</border_style>
+        <tooltip></tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules />
+        <enabled>false</enabled>
+        <wuid>-cae44c:157dd221fed:-75d1</wuid>
+        <transparent>true</transparent>
+        <auto_size>false</auto_size>
+        <text>Step size</text>
+        <scripts />
+        <height>20</height>
+        <border_width>2</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color name="IO Border" red="215" green="215" blue="215" />
+        </border_color>
+        <widget_type>Label</widget_type>
+        <wrap_words>false</wrap_words>
+        <background_color>
+          <color name="IO Background" red="255" green="255" blue="205" />
+        </background_color>
+        <width>144</width>
+        <x>60</x>
+        <name>Label Orientation_2</name>
+        <y>756</y>
+        <foreground_color>
+          <color name="IO Foreground" red="0" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
+        <alarm_pulsing>false</alarm_pulsing>
+        <precision>0</precision>
+        <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules>
+          <rule name="Disable" prop_id="enabled" out_exp="false">
+            <exp bool_exp="pv0==1">
+              <value>false</value>
+            </exp>
+            <exp bool_exp="pv0==0">
+              <value>true</value>
+            </exp>
+            <pv trig="true">${PREFIX}${TYPE}:MTR.BUSY</pv>
+          </rule>
+        </rules>
+        <pv_value />
+        <auto_size>false</auto_size>
+        <text></text>
+        <rotation_angle>0.0</rotation_angle>
+        <show_units>true</show_units>
+        <height>31</height>
+        <multiline_input>false</multiline_input>
+        <border_width>1</border_width>
+        <visible>true</visible>
+        <pv_name>${PREFIX}${TYPE}:PROC-StepAngle</pv_name>
+        <selector_type>0</selector_type>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <precision_from_pv>true</precision_from_pv>
+        <widget_type>Text Input</widget_type>
+        <confirm_message></confirm_message>
+        <name>Text Input_2</name>
+        <style>0</style>
+        <actions hook="false" hook_all="false" />
+        <border_style>3</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <enabled>true</enabled>
+        <wuid>-cae44c:157dd221fed:-75d0</wuid>
+        <transparent>false</transparent>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <format_type>0</format_type>
+        <limits_from_pv>false</limits_from_pv>
+        <background_color>
+          <color name="TextBackground" red="70" green="70" blue="70" />
+        </background_color>
+        <width>121</width>
+        <x>228</x>
+        <y>750</y>
+        <maximum>1.7976931348623157E308</maximum>
+        <foreground_color>
+          <color name="KeyboardEntry" red="0" green="255" blue="255" />
+        </foreground_color>
+        <minimum>-1.7976931348623157E308</minimum>
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+        <border_style>0</border_style>
+        <tooltip></tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules />
+        <enabled>false</enabled>
+        <wuid>4ad471b5:157e1276406:-740b</wuid>
+        <transparent>true</transparent>
+        <auto_size>false</auto_size>
+        <text>MRAD MAX</text>
+        <scripts />
+        <height>25</height>
+        <border_width>2</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color name="IO Border" red="215" green="215" blue="215" />
+        </border_color>
+        <widget_type>Label</widget_type>
+        <wrap_words>false</wrap_words>
+        <background_color>
+          <color name="IO Background" red="255" green="255" blue="205" />
+        </background_color>
+        <width>99</width>
+        <x>82</x>
+        <name>Label Orientation_1</name>
+        <y>624</y>
+        <foreground_color>
+          <color name="IO Foreground" red="0" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
+        <alarm_pulsing>false</alarm_pulsing>
+        <precision>0</precision>
+        <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules>
+          <rule name="Disable" prop_id="enabled" out_exp="false">
+            <exp bool_exp="pv0==1">
+              <value>false</value>
+            </exp>
+            <exp bool_exp="pv0==0">
+              <value>true</value>
+            </exp>
+            <pv trig="true">${PREFIX}${TYPE}:MTR.BUSY</pv>
+          </rule>
+        </rules>
+        <pv_value />
+        <auto_size>false</auto_size>
+        <text></text>
+        <rotation_angle>0.0</rotation_angle>
+        <show_units>true</show_units>
+        <height>31</height>
+        <multiline_input>false</multiline_input>
+        <border_width>1</border_width>
+        <visible>true</visible>
+        <pv_name>${PREFIX}${TYPE}:PROC-AngleMax-SP</pv_name>
+        <selector_type>0</selector_type>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <precision_from_pv>true</precision_from_pv>
+        <widget_type>Text Input</widget_type>
+        <confirm_message></confirm_message>
+        <name>Text Input</name>
+        <style>0</style>
+        <actions hook="false" hook_all="false" />
+        <border_style>3</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <enabled>true</enabled>
+        <wuid>4ad471b5:157e1276406:-740a</wuid>
+        <transparent>false</transparent>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <format_type>0</format_type>
+        <limits_from_pv>false</limits_from_pv>
+        <background_color>
+          <color name="TextBackground" red="70" green="70" blue="70" />
+        </background_color>
+        <width>121</width>
+        <x>228</x>
+        <y>624</y>
+        <maximum>1.7976931348623157E308</maximum>
+        <foreground_color>
+          <color name="KeyboardEntry" red="0" green="255" blue="255" />
+        </foreground_color>
+        <minimum>-1.7976931348623157E308</minimum>
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+        <border_style>0</border_style>
+        <tooltip></tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>-20a75393:15809f6e4ee:-700a</wuid>
+        <transparent>false</transparent>
+        <auto_size>false</auto_size>
+        <text>CONFIGURATION</text>
+        <scripts />
+        <height>32</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <widget_type>Label</widget_type>
+        <wrap_words>true</wrap_words>
+        <background_color>
+          <color name="SubPanel" red="176" green="218" blue="249" />
+        </background_color>
+        <width>349</width>
+        <x>30</x>
+        <name>Label_15</name>
+        <y>39</y>
+        <foreground_color>
+          <color red="0" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <show_scrollbar>false</show_scrollbar>
+        <font>
+          <opifont.name fontName="OpenSans" height="15" style="1">Medium Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.intensityGraph" version="1.0.0">
+        <vertial_profile_y_pv_value />
+        <y_axis_show_minor_ticks>true</y_axis_show_minor_ticks>
+        <alarm_pulsing>false</alarm_pulsing>
+        <tooltip>$(pv_name)</tooltip>
+        <x_axis_show_minor_ticks>true</x_axis_show_minor_ticks>
+        <roi_0_w_pv_value />
+        <roi_0_visible>true</roi_0_visible>
+        <horizon_profile_x_pv_name>$(PREFIX)$(TYPE):CALC-PROJ-Xabsc</horizon_profile_x_pv_name>
+        <height>798</height>
+        <border_width>1</border_width>
+        <graph_area_width>1290</graph_area_width>
+        <y_axis_scale_font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </y_axis_scale_font>
+        <roi_0_x_pv></roi_0_x_pv>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <x_axis_minimum>-200.0</x_axis_minimum>
+        <y_axis_maximum>80.0</y_axis_maximum>
+        <pixel_info_pv_value />
+        <x_axis_maximum>0.0</x_axis_maximum>
+        <vertial_profile_x_pv_value />
+        <roi_0_title>ROI 0</roi_0_title>
+        <actions hook="false" hook_all="false" />
+        <border_style>0</border_style>
+        <rgb_mode>false</rgb_mode>
+        <roi_1_title>ROI 1</roi_1_title>
+        <crop_left>0</crop_left>
+        <roi_1_y_pv_value />
+        <x_axis_scale_font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </x_axis_scale_font>
+        <data_width>0</data_width>
+        <enabled>true</enabled>
+        <wuid>-16429ab9:1582e68df9a:-6ffb</wuid>
+        <roi_1_visible>true</roi_1_visible>
+        <y_axis_title_font>
+          <opifont.name fontName="Cantarell" height="11" style="1">Default Bold</opifont.name>
+        </y_axis_title_font>
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <graph_area_height>737</graph_area_height>
+        <x_axis_visible>true</x_axis_visible>
+        <roi_0_y_pv_value />
+        <roi_1_h_pv_value />
+        <vertical_profile_x_pv_name>$(PREFIX)$(TYPE):CALC-PROJ-Yabsc</vertical_profile_x_pv_name>
+        <pixel_info_pv_name></pixel_info_pv_name>
+        <roi_0_width_pv></roi_0_width_pv>
+        <x_axis_axis_color>
+          <color red="0" green="0" blue="0" />
+        </x_axis_axis_color>
+        <roi_0_h_pv_value />
+        <roi_1_x_pv></roi_1_x_pv>
+        <background_color>
+          <color red="240" green="240" blue="240" />
+        </background_color>
+        <x_axis_axis_title>mm</x_axis_axis_title>
+        <width>1405</width>
+        <x>660</x>
+        <y>100</y>
+        <maximum>5.0</maximum>
+        <data_height>0</data_height>
+        <minimum>-1.0</minimum>
+        <crop_right>0</crop_right>
+        <crop_top>0</crop_top>
+        <roi_color>
+          <color red="0" green="255" blue="255" />
+        </roi_color>
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+        <roi_0_y_pv></roi_0_y_pv>
+        <rules>
+          <rule name="DataHeight" prop_id="data_height" out_exp="true">
+            <exp bool_exp="pv0&gt;0">
+              <value>pv0</value>
+            </exp>
+            <pv trig="true">${PREFIX}${TYPE}:PS.NPTS</pv>
+          </rule>
+          <rule name="DataWidth" prop_id="data_width" out_exp="true">
+            <exp bool_exp="pv0&gt;0">
+              <value>pv0</value>
+            </exp>
+            <pv trig="true">${PREFIX}${TYPE}:MTR.NPTS</pv>
+          </rule>
+          <rule name="XMax" prop_id="x_axis_maximum" out_exp="true">
+            <exp bool_exp="pv0!=0">
+              <value>pv0</value>
+            </exp>
+            <pv trig="true">${PREFIX}${TYPE}:MTR.P4EP</pv>
+          </rule>
+          <rule name="XMin" prop_id="x_axis_minimum" out_exp="true">
+            <exp bool_exp="pv0!=0">
+              <value>pv0</value>
+            </exp>
+            <pv trig="true">${PREFIX}${TYPE}:MTR.P4SP</pv>
+          </rule>
+          <rule name="YMax" prop_id="y_axis_maximum" out_exp="true">
+            <exp bool_exp="pv0!=0">
+              <value>pv0</value>
+            </exp>
+            <pv trig="true">${PREFIX}${TYPE}:PROC-AngleMax-SP</pv>
+          </rule>
+          <rule name="YMin" prop_id="y_axis_minimum" out_exp="true">
+            <exp bool_exp="pv0!=0">
+              <value>pv0</value>
+            </exp>
+            <pv trig="true">${PREFIX}${TYPE}:PROC-AngleMin-SP</pv>
+          </rule>
+        </rules>
+        <horizon_profile_y_pv_value />
+        <roi_1_x_pv_value />
+        <roi_count>2</roi_count>
+        <roi_1_y_pv></roi_1_y_pv>
+        <pv_value />
+        <color_map>
+          <interpolate>true</interpolate>
+          <autoscale>true</autoscale>
+          <map>2</map>
+        </color_map>
+        <show_ramp>true</show_ramp>
+        <y_axis_axis_title>mrad</y_axis_axis_title>
+        <horizon_profile_y_pv_name>$(PREFIX)$(TYPE):CALC-PROJ-Xwf</horizon_profile_y_pv_name>
+        <single_line_profiling>false</single_line_profiling>
+        <y_axis_minimum>-80.0</y_axis_minimum>
+        <visible>true</visible>
+        <roi_1_w_pv_value />
+        <vertical_profile_y_pv_name>$(PREFIX)$(TYPE):CALC-PROJ-Ywf</vertical_profile_y_pv_name>
+        <x_axis_major_tick_step_hint>50</x_axis_major_tick_step_hint>
+        <pv_name>$(PREFIX)$(TYPE):BUFF-CURRENT</pv_name>
+        <roi_0_height_pv></roi_0_height_pv>
+        <widget_type>Intensity Graph</widget_type>
+        <name>Intensity Graph</name>
+        <y_axis_axis_color>
+          <color red="0" green="0" blue="0" />
+        </y_axis_axis_color>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <roi_1_height_pv></roi_1_height_pv>
+        <roi_1_width_pv></roi_1_width_pv>
+        <y_axis_major_tick_step_hint>50</y_axis_major_tick_step_hint>
+        <scripts />
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>true</keep_wh_ratio>
+        </scale_options>
+        <x_axis_title_font>
+          <opifont.name fontName="Cantarell" height="11" style="1">Default Bold</opifont.name>
+        </x_axis_title_font>
+        <crop_bottom>0</crop_bottom>
+        <y_axis_visible>true</y_axis_visible>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <horizon_profile_x_pv_value />
+        <roi_0_x_pv_value />
+        <foreground_color>
+          <color red="0" green="0" blue="0" />
+        </foreground_color>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.tank" version="1.0.0">
+        <alarm_pulsing>false</alarm_pulsing>
+        <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+        <rules />
+        <effect_3d>true</effect_3d>
+        <scale_font>
+          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+        </scale_font>
+        <pv_value />
+        <show_scale>true</show_scale>
+        <scale_format></scale_format>
+        <height>5</height>
+        <fill_color>
+          <color red="0" green="0" blue="255" />
+        </fill_color>
+        <border_width>1</border_width>
+        <visible>true</visible>
+        <pv_name></pv_name>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <widget_type>Tank</widget_type>
+        <name>Tank</name>
+        <show_hi>true</show_hi>
+        <actions hook="false" hook_all="false" />
+        <show_lo>true</show_lo>
+        <border_style>0</border_style>
+        <show_lolo>true</show_lolo>
+        <show_minor_ticks>true</show_minor_ticks>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <show_markers>true</show_markers>
+        <color_hihi>
+          <color red="255" green="0" blue="0" />
+        </color_hihi>
+        <show_hihi>true</show_hihi>
+        <log_scale>false</log_scale>
+        <enabled>true</enabled>
+        <wuid>-16429ab9:1582e68df9a:-568c</wuid>
+        <level_hihi>90.0</level_hihi>
+        <color_hi>
+          <color red="255" green="128" blue="0" />
+        </color_hi>
+        <color_lo>
+          <color red="255" green="128" blue="0" />
+        </color_lo>
+        <scripts />
+        <border_alarm_sensitive>true</border_alarm_sensitive>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <fillcolor_alarm_sensitive>false</fillcolor_alarm_sensitive>
+        <color_fillbackground>
+          <color red="192" green="192" blue="192" />
+        </color_fillbackground>
+        <major_tick_step_hint>50</major_tick_step_hint>
+        <level_hi>80.0</level_hi>
+        <transparent_background>true</transparent_background>
+        <level_lo>20.0</level_lo>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <limits_from_pv>true</limits_from_pv>
+        <background_color>
+          <color red="240" green="240" blue="240" />
+        </background_color>
+        <level_lolo>10.0</level_lolo>
+        <width>475</width>
+        <x>522</x>
+        <y>1008</y>
+        <maximum>100.0</maximum>
+        <color_lolo>
+          <color red="255" green="0" blue="0" />
+        </color_lolo>
+        <foreground_color>
+          <color red="0" green="0" blue="0" />
+        </foreground_color>
+        <minimum>0.0</minimum>
+        <font>
+          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+        <border_style>0</border_style>
+        <tooltip></tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>-16429ab9:1582e68df9a:-4219</wuid>
+        <transparent>false</transparent>
+        <auto_size>false</auto_size>
+        <text>MEASURE</text>
+        <scripts />
+        <height>32</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <widget_type>Label</widget_type>
+        <wrap_words>true</wrap_words>
+        <background_color>
+          <color name="SubPanel" red="176" green="218" blue="249" />
+        </background_color>
+        <width>1681</width>
+        <x>414</x>
+        <name>Label_15</name>
+        <y>39</y>
+        <foreground_color>
+          <color red="0" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <show_scrollbar>false</show_scrollbar>
+        <font>
+          <opifont.name fontName="OpenSans" height="15" style="1">Medium Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.RoundedRectangle" version="1.0.0">
+        <border_style>0</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <line_width>0</line_width>
+        <horizontal_fill>true</horizontal_fill>
+        <alarm_pulsing>false</alarm_pulsing>
+        <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>-16429ab9:1582e68df9a:-3a8f</wuid>
+        <transparent>false</transparent>
+        <pv_value />
+        <alpha>255</alpha>
+        <corner_height>16</corner_height>
+        <bg_gradient_color>
+          <color red="255" green="255" blue="255" />
+        </bg_gradient_color>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <height>1099</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <pv_name></pv_name>
+        <gradient>false</gradient>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <anti_alias>true</anti_alias>
+        <corner_width>16</corner_width>
+        <line_style>0</line_style>
+        <widget_type>Rounded Rectangle</widget_type>
+        <fg_gradient_color>
+          <color red="255" green="255" blue="255" />
+        </fg_gradient_color>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <background_color>
+          <color red="186" green="189" blue="182" />
+        </background_color>
+        <width>319</width>
+        <x>2136</x>
+        <name>Rounded Rectangle_5</name>
+        <y>18</y>
+        <fill_level>0.0</fill_level>
+        <foreground_color>
+          <color red="255" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+        </font>
+        <line_color>
+          <color red="128" green="0" blue="255" />
+        </line_color>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.tab" version="1.0.0">
+        <active_tab>0</active_tab>
+        <tooltip></tooltip>
+        <height>597</height>
+        <border_width>1</border_width>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <tab_0_foreground_color>
+          <color red="0" green="0" blue="0" />
+        </tab_0_foreground_color>
+        <actions hook="false" hook_all="false" />
+        <border_style>0</border_style>
+        <enabled>true</enabled>
+        <wuid>-16429ab9:1582e68df9a:-3a8b</wuid>
+        <background_color>
+          <color red="186" green="189" blue="182" />
+        </background_color>
+        <width>319</width>
+        <x>2136</x>
+        <horizontal_tabs>true</horizontal_tabs>
+        <y>82</y>
+        <rules />
+        <macros>
+          <include_parent_macros>true</include_parent_macros>
+        </macros>
+        <visible>true</visible>
+        <tab_0_background_color>
+          <color red="186" green="189" blue="182" />
+        </tab_0_background_color>
+        <widget_type>Tabbed Container</widget_type>
+        <name>Tabbed Container</name>
+        <minimum_tab_height>10</minimum_tab_height>
+        <tab_0_font>
+          <opifont.name fontName="OpenSans" height="10" style="1">Small Bold</opifont.name>
+        </tab_0_font>
+        <tab_0_title>SCANNING</tab_0_title>
+        <scripts />
+        <tab_count>1</tab_count>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <tab_0_icon_path></tab_0_icon_path>
+        <tab_0_enabled>true</tab_0_enabled>
+        <foreground_color>
+          <color red="192" green="192" blue="192" />
+        </foreground_color>
+        <widget typeId="org.csstudio.opibuilder.widgets.groupingContainer" version="1.0.0">
+          <border_style>0</border_style>
+          <tooltip></tooltip>
+          <rules />
+          <enabled>true</enabled>
+          <wuid>-16429ab9:1582e68df9a:-3a8a</wuid>
+          <transparent>true</transparent>
+          <lock_children>false</lock_children>
+          <scripts />
+          <height>565</height>
+          <border_width>1</border_width>
+          <scale_options>
+            <width_scalable>true</width_scalable>
+            <height_scalable>true</height_scalable>
+            <keep_wh_ratio>false</keep_wh_ratio>
+          </scale_options>
+          <macros>
+            <include_parent_macros>true</include_parent_macros>
+          </macros>
+          <visible>true</visible>
+          <border_color>
+            <color red="0" green="128" blue="255" />
+          </border_color>
+          <widget_type>Grouping Container</widget_type>
+          <background_color>
+            <color red="240" green="240" blue="240" />
+          </background_color>
+          <width>317</width>
+          <x>1</x>
+          <name>SCANNING</name>
+          <y>1</y>
+          <foreground_color>
+            <color red="192" green="192" blue="192" />
+          </foreground_color>
+          <actions hook="false" hook_all="false" />
+          <fc>false</fc>
+          <show_scrollbar>true</show_scrollbar>
+          <font>
+            <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+          </font>
+          <widget typeId="org.csstudio.opibuilder.widgets.Rectangle" version="1.0.0">
+            <border_style>0</border_style>
+            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+            <line_width>0</line_width>
+            <horizontal_fill>true</horizontal_fill>
+            <alarm_pulsing>false</alarm_pulsing>
+            <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+            <rules />
+            <enabled>true</enabled>
+            <wuid>-460a3b47:15868b634f9:-7035</wuid>
+            <transparent>false</transparent>
+            <pv_value />
+            <alpha>255</alpha>
+            <bg_gradient_color>
+              <color red="255" green="255" blue="255" />
+            </bg_gradient_color>
+            <scripts />
+            <border_alarm_sensitive>false</border_alarm_sensitive>
+            <height>325</height>
+            <border_width>1</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <visible>true</visible>
+            <pv_name></pv_name>
+            <gradient>false</gradient>
+            <border_color>
+              <color red="0" green="128" blue="255" />
+            </border_color>
+            <anti_alias>true</anti_alias>
+            <line_style>0</line_style>
+            <widget_type>Rectangle</widget_type>
+            <fg_gradient_color>
+              <color red="255" green="255" blue="255" />
+            </fg_gradient_color>
+            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+            <background_color>
+              <color red="136" green="138" blue="133" />
+            </background_color>
+            <width>295</width>
+            <x>12</x>
+            <name>Rectangle_1</name>
+            <y>228</y>
+            <fill_level>0.0</fill_level>
+            <foreground_color>
+              <color red="255" green="0" blue="0" />
+            </foreground_color>
+            <actions hook="false" hook_all="false" />
+            <font>
+              <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+            </font>
+            <line_color>
+              <color red="128" green="0" blue="255" />
+            </line_color>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.Rectangle" version="1.0.0">
+            <border_style>0</border_style>
+            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+            <line_width>0</line_width>
+            <horizontal_fill>true</horizontal_fill>
+            <alarm_pulsing>false</alarm_pulsing>
+            <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+            <rules />
+            <enabled>true</enabled>
+            <wuid>-460a3b47:15868b634f9:-7106</wuid>
+            <transparent>false</transparent>
+            <pv_value />
+            <alpha>255</alpha>
+            <bg_gradient_color>
+              <color red="255" green="255" blue="255" />
+            </bg_gradient_color>
+            <scripts />
+            <border_alarm_sensitive>false</border_alarm_sensitive>
+            <height>193</height>
+            <border_width>1</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <visible>true</visible>
+            <pv_name></pv_name>
+            <gradient>false</gradient>
+            <border_color>
+              <color red="0" green="128" blue="255" />
+            </border_color>
+            <anti_alias>true</anti_alias>
+            <line_style>0</line_style>
+            <widget_type>Rectangle</widget_type>
+            <fg_gradient_color>
+              <color red="255" green="255" blue="255" />
+            </fg_gradient_color>
+            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+            <background_color>
+              <color red="136" green="138" blue="133" />
+            </background_color>
+            <width>295</width>
+            <x>12</x>
+            <name>Rectangle_1</name>
+            <y>18</y>
+            <fill_level>0.0</fill_level>
+            <foreground_color>
+              <color red="255" green="0" blue="0" />
+            </foreground_color>
+            <actions hook="false" hook_all="false" />
+            <font>
+              <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+            </font>
+            <line_color>
+              <color red="128" green="0" blue="255" />
+            </line_color>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+            <border_style>0</border_style>
+            <tooltip></tooltip>
+            <horizontal_alignment>1</horizontal_alignment>
+            <rules />
+            <enabled>false</enabled>
+            <wuid>4ad471b5:157e1276406:-781e</wuid>
+            <transparent>true</transparent>
+            <auto_size>false</auto_size>
+            <text>PS Horizontal</text>
+            <scripts />
+            <height>20</height>
+            <border_width>2</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <visible>true</visible>
+            <vertical_alignment>1</vertical_alignment>
+            <border_color>
+              <color name="IO Border" red="215" green="215" blue="215" />
+            </border_color>
+            <widget_type>Label</widget_type>
+            <wrap_words>false</wrap_words>
+            <background_color>
+              <color name="IO Background" red="255" green="255" blue="205" />
+            </background_color>
+            <width>125</width>
+            <x>38</x>
+            <name>Label Orientation_7</name>
+            <y>36</y>
+            <foreground_color>
+              <color name="IO Foreground" red="0" green="0" blue="0" />
+            </foreground_color>
+            <actions hook="false" hook_all="false" />
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
+            <alarm_pulsing>false</alarm_pulsing>
+            <precision>0</precision>
+            <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+            <horizontal_alignment>1</horizontal_alignment>
+            <rules />
+            <pv_value />
+            <auto_size>false</auto_size>
+            <text></text>
+            <rotation_angle>0.0</rotation_angle>
+            <show_units>true</show_units>
+            <height>31</height>
+            <multiline_input>false</multiline_input>
+            <border_width>1</border_width>
+            <visible>true</visible>
+            <pv_name>$(PREFIX):HVhor-SP</pv_name>
+            <selector_type>0</selector_type>
+            <border_color>
+              <color red="0" green="128" blue="255" />
+            </border_color>
+            <precision_from_pv>true</precision_from_pv>
+            <widget_type>Text Input</widget_type>
+            <confirm_message></confirm_message>
+            <name>Text Input</name>
+            <style>0</style>
+            <actions hook="false" hook_all="false" />
+            <border_style>3</border_style>
+            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+            <enabled>true</enabled>
+            <wuid>4ad471b5:157e1276406:-781d</wuid>
+            <transparent>false</transparent>
+            <scripts />
+            <border_alarm_sensitive>false</border_alarm_sensitive>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+            <format_type>0</format_type>
+            <limits_from_pv>false</limits_from_pv>
+            <background_color>
+              <color name="TextBackground" red="70" green="70" blue="70" />
+            </background_color>
+            <width>100</width>
+            <x>186</x>
+            <y>30</y>
+            <maximum>1.7976931348623157E308</maximum>
+            <foreground_color>
+              <color name="Green On" red="0" green="255" blue="0" />
+            </foreground_color>
+            <minimum>-1.7976931348623157E308</minimum>
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+            <border_style>0</border_style>
+            <tooltip></tooltip>
+            <horizontal_alignment>1</horizontal_alignment>
+            <rules />
+            <enabled>false</enabled>
+            <wuid>4ad471b5:157e1276406:-780f</wuid>
+            <transparent>true</transparent>
+            <auto_size>false</auto_size>
+            <text>PS Vertical</text>
+            <scripts />
+            <height>20</height>
+            <border_width>2</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <visible>true</visible>
+            <vertical_alignment>1</vertical_alignment>
+            <border_color>
+              <color name="IO Border" red="215" green="215" blue="215" />
+            </border_color>
+            <widget_type>Label</widget_type>
+            <wrap_words>false</wrap_words>
+            <background_color>
+              <color name="IO Background" red="255" green="255" blue="205" />
+            </background_color>
+            <width>127</width>
+            <x>30</x>
+            <name>Label Orientation_7</name>
+            <y>84</y>
+            <foreground_color>
+              <color name="IO Foreground" red="0" green="0" blue="0" />
+            </foreground_color>
+            <actions hook="false" hook_all="false" />
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
+            <alarm_pulsing>false</alarm_pulsing>
+            <precision>0</precision>
+            <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+            <horizontal_alignment>1</horizontal_alignment>
+            <rules />
+            <pv_value />
+            <auto_size>false</auto_size>
+            <text></text>
+            <rotation_angle>0.0</rotation_angle>
+            <show_units>true</show_units>
+            <height>31</height>
+            <multiline_input>false</multiline_input>
+            <border_width>1</border_width>
+            <visible>true</visible>
+            <pv_name>$(PREFIX):HVver-SP</pv_name>
+            <selector_type>0</selector_type>
+            <border_color>
+              <color red="0" green="128" blue="255" />
+            </border_color>
+            <precision_from_pv>true</precision_from_pv>
+            <widget_type>Text Input</widget_type>
+            <confirm_message></confirm_message>
+            <name>Text Input</name>
+            <style>0</style>
+            <actions hook="false" hook_all="false" />
+            <border_style>3</border_style>
+            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+            <enabled>true</enabled>
+            <wuid>4ad471b5:157e1276406:-780e</wuid>
+            <transparent>false</transparent>
+            <scripts />
+            <border_alarm_sensitive>false</border_alarm_sensitive>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+            <format_type>0</format_type>
+            <limits_from_pv>false</limits_from_pv>
+            <background_color>
+              <color name="TextBackground" red="70" green="70" blue="70" />
+            </background_color>
+            <width>100</width>
+            <x>186</x>
+            <y>78</y>
+            <maximum>1.7976931348623157E308</maximum>
+            <foreground_color>
+              <color name="Green On" red="0" green="255" blue="0" />
+            </foreground_color>
+            <minimum>-1.7976931348623157E308</minimum>
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+            <border_style>0</border_style>
+            <tooltip></tooltip>
+            <horizontal_alignment>1</horizontal_alignment>
+            <rules />
+            <enabled>false</enabled>
+            <wuid>79429b6c:157dd491a6d:-7dd7</wuid>
+            <transparent>true</transparent>
+            <auto_size>false</auto_size>
+            <text>Angle STEP ...</text>
+            <scripts />
+            <height>20</height>
+            <border_width>2</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <visible>true</visible>
+            <vertical_alignment>1</vertical_alignment>
+            <border_color>
+              <color name="IO Border" red="215" green="215" blue="215" />
+            </border_color>
+            <widget_type>Label</widget_type>
+            <wrap_words>false</wrap_words>
+            <background_color>
+              <color name="IO Background" red="255" green="255" blue="205" />
+            </background_color>
+            <width>151</width>
+            <x>25</x>
+            <name>Label Orientation_7</name>
+            <y>132</y>
+            <foreground_color>
+              <color name="IO Foreground" red="0" green="0" blue="0" />
+            </foreground_color>
+            <actions hook="false" hook_all="false" />
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
+            <alarm_pulsing>false</alarm_pulsing>
+            <precision>0</precision>
+            <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+            <horizontal_alignment>1</horizontal_alignment>
+            <rules />
+            <pv_value />
+            <auto_size>false</auto_size>
+            <text></text>
+            <rotation_angle>0.0</rotation_angle>
+            <show_units>true</show_units>
+            <height>31</height>
+            <multiline_input>false</multiline_input>
+            <border_width>1</border_width>
+            <visible>true</visible>
+            <pv_name>${PREFIX}${TYPE}:PS-NORD_POS</pv_name>
+            <selector_type>0</selector_type>
+            <border_color>
+              <color red="0" green="128" blue="255" />
+            </border_color>
+            <precision_from_pv>true</precision_from_pv>
+            <widget_type>Text Input</widget_type>
+            <confirm_message></confirm_message>
+            <name>Text Input</name>
+            <style>0</style>
+            <actions hook="false" hook_all="false" />
+            <border_style>3</border_style>
+            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+            <enabled>true</enabled>
+            <wuid>79429b6c:157dd491a6d:-7dd6</wuid>
+            <transparent>false</transparent>
+            <scripts />
+            <border_alarm_sensitive>false</border_alarm_sensitive>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+            <format_type>0</format_type>
+            <limits_from_pv>false</limits_from_pv>
+            <background_color>
+              <color name="TextBackground" red="70" green="70" blue="70" />
+            </background_color>
+            <width>100</width>
+            <x>186</x>
+            <y>126</y>
+            <maximum>1.7976931348623157E308</maximum>
+            <foreground_color>
+              <color name="Green On" red="0" green="255" blue="0" />
+            </foreground_color>
+            <minimum>-1.7976931348623157E308</minimum>
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
+            <alarm_pulsing>false</alarm_pulsing>
+            <precision>0</precision>
+            <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+            <horizontal_alignment>1</horizontal_alignment>
+            <rules />
+            <pv_value />
+            <auto_size>false</auto_size>
+            <text></text>
+            <rotation_angle>0.0</rotation_angle>
+            <show_units>true</show_units>
+            <height>31</height>
+            <multiline_input>false</multiline_input>
+            <border_width>1</border_width>
+            <visible>true</visible>
+            <pv_name>${PREFIX}${TYPE}:MTR-NORD_POS</pv_name>
+            <selector_type>0</selector_type>
+            <border_color>
+              <color red="0" green="128" blue="255" />
+            </border_color>
+            <precision_from_pv>true</precision_from_pv>
+            <widget_type>Text Input</widget_type>
+            <confirm_message></confirm_message>
+            <name>Text Input_3</name>
+            <style>0</style>
+            <actions hook="false" hook_all="false" />
+            <border_style>3</border_style>
+            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+            <enabled>true</enabled>
+            <wuid>-16429ab9:1582e68df9a:-6dec</wuid>
+            <transparent>false</transparent>
+            <scripts />
+            <border_alarm_sensitive>false</border_alarm_sensitive>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+            <format_type>0</format_type>
+            <limits_from_pv>false</limits_from_pv>
+            <background_color>
+              <color name="TextBackground" red="70" green="70" blue="70" />
+            </background_color>
+            <width>100</width>
+            <x>186</x>
+            <y>240</y>
+            <maximum>1.7976931348623157E308</maximum>
+            <foreground_color>
+              <color name="Green On" red="0" green="255" blue="0" />
+            </foreground_color>
+            <minimum>-1.7976931348623157E308</minimum>
+            <font>
+              <fontdata fontName="Sans" height="10" style="1" />
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+            <border_style>0</border_style>
+            <tooltip></tooltip>
+            <horizontal_alignment>1</horizontal_alignment>
+            <rules />
+            <enabled>false</enabled>
+            <wuid>-16429ab9:1582e68df9a:-3c09</wuid>
+            <transparent>true</transparent>
+            <auto_size>false</auto_size>
+            <text>Pos STEP ...</text>
+            <scripts />
+            <height>20</height>
+            <border_width>2</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <visible>true</visible>
+            <vertical_alignment>1</vertical_alignment>
+            <border_color>
+              <color name="IO Border" red="215" green="215" blue="215" />
+            </border_color>
+            <widget_type>Label</widget_type>
+            <wrap_words>false</wrap_words>
+            <background_color>
+              <color name="IO Background" red="255" green="255" blue="205" />
+            </background_color>
+            <width>172</width>
+            <x>15</x>
+            <name>Label Orientation_1</name>
+            <y>246</y>
+            <foreground_color>
+              <color name="IO Foreground" red="0" green="0" blue="0" />
+            </foreground_color>
+            <actions hook="false" hook_all="false" />
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.bytemonitor" version="1.0.0">
+            <border_style>0</border_style>
+            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+            <alarm_pulsing>false</alarm_pulsing>
+            <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+            <rules />
+            <effect_3d>true</effect_3d>
+            <enabled>true</enabled>
+            <wuid>59fc39f9:158487e5950:-422a</wuid>
+            <on_color>
+              <color name="Major" red="255" green="0" blue="0" />
+            </on_color>
+            <horizontal>false</horizontal>
+            <pv_value />
+            <numBits>1</numBits>
+            <scripts />
+            <border_alarm_sensitive>true</border_alarm_sensitive>
+            <height>28</height>
+            <border_width>0</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <visible>true</visible>
+            <pv_name>$(PREFIX)-PMAC:$(NAME_MTR).MSTA</pv_name>
+            <border_color>
+              <color name="IO Border" red="215" green="215" blue="215" />
+            </border_color>
+            <bitReverse>true</bitReverse>
+            <label />
+            <widget_type>Byte Monitor</widget_type>
+            <off_color>
+              <color name="IO Grid" red="215" green="215" blue="215" />
+            </off_color>
+            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+            <background_color>
+              <color name="IO Background" red="255" green="255" blue="205" />
+            </background_color>
+            <square_led>true</square_led>
+            <startBit>13</startBit>
+            <width>70</width>
+            <x>201</x>
+            <name>Byte Monitor Template</name>
+            <y>438</y>
+            <foreground_color>
+              <color name="IO InputPV Fg" red="0" green="32" blue="92" />
+            </foreground_color>
+            <actions hook="false" hook_all="false" />
+            <font>
+              <opifont.name fontName="arial" height="10" style="0">IO Normal</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+            <border_style>0</border_style>
+            <tooltip></tooltip>
+            <horizontal_alignment>1</horizontal_alignment>
+            <rules />
+            <enabled>true</enabled>
+            <wuid>59fc39f9:158487e5950:-3dc7</wuid>
+            <transparent>true</transparent>
+            <auto_size>false</auto_size>
+            <text>LOW Limit </text>
+            <scripts />
+            <height>20</height>
+            <border_width>1</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <visible>true</visible>
+            <vertical_alignment>1</vertical_alignment>
+            <border_color>
+              <color red="0" green="128" blue="255" />
+            </border_color>
+            <widget_type>Label</widget_type>
+            <wrap_words>false</wrap_words>
+            <background_color>
+              <color red="255" green="255" blue="255" />
+            </background_color>
+            <width>83</width>
+            <x>52</x>
+            <name>Label_164</name>
+            <y>442</y>
+            <foreground_color>
+              <color red="0" green="0" blue="0" />
+            </foreground_color>
+            <actions hook="false" hook_all="false" />
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+            <border_style>0</border_style>
+            <tooltip></tooltip>
+            <horizontal_alignment>1</horizontal_alignment>
+            <rules />
+            <enabled>true</enabled>
+            <wuid>59fc39f9:158487e5950:-38d5</wuid>
+            <transparent>true</transparent>
+            <auto_size>false</auto_size>
+            <text>HIGH Limit </text>
+            <scripts />
+            <height>20</height>
+            <border_width>1</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <visible>true</visible>
+            <vertical_alignment>1</vertical_alignment>
+            <border_color>
+              <color red="0" green="128" blue="255" />
+            </border_color>
+            <widget_type>Label</widget_type>
+            <wrap_words>false</wrap_words>
+            <background_color>
+              <color red="255" green="255" blue="255" />
+            </background_color>
+            <width>93</width>
+            <x>52</x>
+            <name>Label_164</name>
+            <y>478</y>
+            <foreground_color>
+              <color red="0" green="0" blue="0" />
+            </foreground_color>
+            <actions hook="false" hook_all="false" />
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.bytemonitor" version="1.0.0">
+            <border_style>0</border_style>
+            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+            <alarm_pulsing>false</alarm_pulsing>
+            <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+            <rules />
+            <effect_3d>true</effect_3d>
+            <enabled>true</enabled>
+            <wuid>59fc39f9:158487e5950:-38d6</wuid>
+            <on_color>
+              <color name="Major" red="255" green="0" blue="0" />
+            </on_color>
+            <horizontal>false</horizontal>
+            <pv_value />
+            <numBits>1</numBits>
+            <scripts />
+            <border_alarm_sensitive>true</border_alarm_sensitive>
+            <height>28</height>
+            <border_width>0</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <visible>true</visible>
+            <pv_name>$(PREFIX)-PMAC:$(NAME_MTR).MSTA</pv_name>
+            <border_color>
+              <color name="IO Border" red="215" green="215" blue="215" />
+            </border_color>
+            <bitReverse>true</bitReverse>
+            <label />
+            <widget_type>Byte Monitor</widget_type>
+            <off_color>
+              <color name="IO Grid" red="215" green="215" blue="215" />
+            </off_color>
+            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+            <background_color>
+              <color name="IO Background" red="255" green="255" blue="205" />
+            </background_color>
+            <square_led>true</square_led>
+            <startBit>2</startBit>
+            <width>70</width>
+            <x>201</x>
+            <name>Byte Monitor Template</name>
+            <y>474</y>
+            <foreground_color>
+              <color name="IO InputPV Fg" red="0" green="32" blue="92" />
+            </foreground_color>
+            <actions hook="false" hook_all="false" />
+            <font>
+              <opifont.name fontName="arial" height="10" style="0">IO Normal</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.bytemonitor" version="1.0.0">
+            <border_style>0</border_style>
+            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+            <alarm_pulsing>false</alarm_pulsing>
+            <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+            <rules />
+            <effect_3d>true</effect_3d>
+            <enabled>true</enabled>
+            <wuid>59fc39f9:158487e5950:-38ce</wuid>
+            <on_color>
+              <color name="Major" red="255" green="0" blue="0" />
+            </on_color>
+            <horizontal>false</horizontal>
+            <pv_value />
+            <numBits>1</numBits>
+            <scripts />
+            <border_alarm_sensitive>true</border_alarm_sensitive>
+            <height>28</height>
+            <border_width>0</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <visible>true</visible>
+            <pv_name>$(PREFIX)-PMAC:$(NAME_MTR).MOVN</pv_name>
+            <border_color>
+              <color name="IO Border" red="215" green="215" blue="215" />
+            </border_color>
+            <bitReverse>true</bitReverse>
+            <label />
+            <widget_type>Byte Monitor</widget_type>
+            <off_color>
+              <color name="IO Grid" red="215" green="215" blue="215" />
+            </off_color>
+            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+            <background_color>
+              <color name="IO Background" red="255" green="255" blue="205" />
+            </background_color>
+            <square_led>true</square_led>
+            <startBit>0</startBit>
+            <width>70</width>
+            <x>201</x>
+            <name>Byte Monitor Template</name>
+            <y>330</y>
+            <foreground_color>
+              <color name="IO InputPV Fg" red="0" green="32" blue="92" />
+            </foreground_color>
+            <actions hook="false" hook_all="false" />
+            <font>
+              <opifont.name fontName="arial" height="10" style="0">IO Normal</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+            <border_style>0</border_style>
+            <tooltip></tooltip>
+            <horizontal_alignment>1</horizontal_alignment>
+            <rules />
+            <enabled>true</enabled>
+            <wuid>59fc39f9:158487e5950:-38cd</wuid>
+            <transparent>true</transparent>
+            <auto_size>false</auto_size>
+            <text>Motor is moving ...</text>
+            <scripts />
+            <height>20</height>
+            <border_width>1</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <visible>true</visible>
+            <vertical_alignment>1</vertical_alignment>
+            <border_color>
+              <color red="0" green="128" blue="255" />
+            </border_color>
+            <widget_type>Label</widget_type>
+            <wrap_words>false</wrap_words>
+            <background_color>
+              <color red="255" green="255" blue="255" />
+            </background_color>
+            <width>151</width>
+            <x>25</x>
+            <name>Label_164</name>
+            <y>334</y>
+            <foreground_color>
+              <color red="0" green="0" blue="0" />
+            </foreground_color>
+            <actions hook="false" hook_all="false" />
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
+            <alarm_pulsing>false</alarm_pulsing>
+            <precision>2</precision>
+            <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+            <horizontal_alignment>1</horizontal_alignment>
+            <rules />
+            <pv_value />
+            <auto_size>false</auto_size>
+            <text></text>
+            <rotation_angle>0.0</rotation_angle>
+            <show_units>true</show_units>
+            <height>31</height>
+            <multiline_input>false</multiline_input>
+            <border_width>1</border_width>
+            <visible>true</visible>
+            <pv_name>$(PREFIX)-PMAC:$(NAME_MTR).RBV</pv_name>
+            <selector_type>0</selector_type>
+            <border_color>
+              <color red="0" green="128" blue="255" />
+            </border_color>
+            <precision_from_pv>false</precision_from_pv>
+            <widget_type>Text Input</widget_type>
+            <confirm_message></confirm_message>
+            <name>Text Input_3</name>
+            <style>0</style>
+            <actions hook="false" hook_all="false" />
+            <border_style>3</border_style>
+            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+            <enabled>true</enabled>
+            <wuid>59fc39f9:158487e5950:-356b</wuid>
+            <transparent>false</transparent>
+            <scripts />
+            <border_alarm_sensitive>false</border_alarm_sensitive>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+            <format_type>0</format_type>
+            <limits_from_pv>false</limits_from_pv>
+            <background_color>
+              <color name="TextBackground" red="70" green="70" blue="70" />
+            </background_color>
+            <width>100</width>
+            <x>186</x>
+            <y>288</y>
+            <maximum>1.7976931348623157E308</maximum>
+            <foreground_color>
+              <color name="Green On" red="0" green="255" blue="0" />
+            </foreground_color>
+            <minimum>-1.7976931348623157E308</minimum>
+            <font>
+              <fontdata fontName="Sans" height="10" style="1" />
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+            <border_style>0</border_style>
+            <tooltip></tooltip>
+            <horizontal_alignment>1</horizontal_alignment>
+            <rules />
+            <enabled>false</enabled>
+            <wuid>59fc39f9:158487e5950:-356a</wuid>
+            <transparent>true</transparent>
+            <auto_size>false</auto_size>
+            <text>Position in course</text>
+            <scripts />
+            <height>20</height>
+            <border_width>2</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <visible>true</visible>
+            <vertical_alignment>1</vertical_alignment>
+            <border_color>
+              <color name="IO Border" red="215" green="215" blue="215" />
+            </border_color>
+            <widget_type>Label</widget_type>
+            <wrap_words>false</wrap_words>
+            <background_color>
+              <color name="IO Background" red="255" green="255" blue="205" />
+            </background_color>
+            <width>166</width>
+            <x>12</x>
+            <name>Label Orientation_1</name>
+            <y>294</y>
+            <foreground_color>
+              <color name="IO Foreground" red="0" green="0" blue="0" />
+            </foreground_color>
+            <actions hook="false" hook_all="false" />
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.bytemonitor" version="1.0.0">
+            <border_style>0</border_style>
+            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+            <alarm_pulsing>false</alarm_pulsing>
+            <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+            <rules />
+            <effect_3d>true</effect_3d>
+            <enabled>true</enabled>
+            <wuid>59fc39f9:158487e5950:-33a7</wuid>
+            <on_color>
+              <color name="Green On" red="0" green="255" blue="0" />
+            </on_color>
+            <horizontal>false</horizontal>
+            <pv_value />
+            <numBits>1</numBits>
+            <scripts />
+            <border_alarm_sensitive>true</border_alarm_sensitive>
+            <height>28</height>
+            <border_width>0</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <visible>true</visible>
+            <pv_name>$(PREFIX)-PMAC:$(NAME_MTR).MSTA</pv_name>
+            <border_color>
+              <color name="IO Border" red="215" green="215" blue="215" />
+            </border_color>
+            <bitReverse>true</bitReverse>
+            <label />
+            <widget_type>Byte Monitor</widget_type>
+            <off_color>
+              <color name="IO Grid" red="215" green="215" blue="215" />
+            </off_color>
+            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+            <background_color>
+              <color name="IO Background" red="255" green="255" blue="205" />
+            </background_color>
+            <square_led>true</square_led>
+            <startBit>1</startBit>
+            <width>70</width>
+            <x>201</x>
+            <name>Byte Monitor Template</name>
+            <y>366</y>
+            <foreground_color>
+              <color name="IO InputPV Fg" red="0" green="32" blue="92" />
+            </foreground_color>
+            <actions hook="false" hook_all="false" />
+            <font>
+              <opifont.name fontName="arial" height="10" style="0">IO Normal</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+            <border_style>0</border_style>
+            <tooltip></tooltip>
+            <horizontal_alignment>1</horizontal_alignment>
+            <rules />
+            <enabled>true</enabled>
+            <wuid>59fc39f9:158487e5950:-33a6</wuid>
+            <transparent>true</transparent>
+            <auto_size>false</auto_size>
+            <text>Motor is placed</text>
+            <scripts />
+            <height>20</height>
+            <border_width>1</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <visible>true</visible>
+            <vertical_alignment>1</vertical_alignment>
+            <border_color>
+              <color red="0" green="128" blue="255" />
+            </border_color>
+            <widget_type>Label</widget_type>
+            <wrap_words>false</wrap_words>
+            <background_color>
+              <color red="255" green="255" blue="255" />
+            </background_color>
+            <width>125</width>
+            <x>38</x>
+            <name>Label_164</name>
+            <y>370</y>
+            <foreground_color>
+              <color red="0" green="0" blue="0" />
+            </foreground_color>
+            <actions hook="false" hook_all="false" />
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+            <border_style>0</border_style>
+            <tooltip></tooltip>
+            <horizontal_alignment>1</horizontal_alignment>
+            <rules />
+            <enabled>true</enabled>
+            <wuid>59fc39f9:158487e5950:-26fe</wuid>
+            <transparent>true</transparent>
+            <auto_size>false</auto_size>
+            <text>HV is ramping ...</text>
+            <scripts />
+            <height>20</height>
+            <border_width>1</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <visible>true</visible>
+            <vertical_alignment>1</vertical_alignment>
+            <border_color>
+              <color red="0" green="128" blue="255" />
+            </border_color>
+            <widget_type>Label</widget_type>
+            <wrap_words>false</wrap_words>
+            <background_color>
+              <color red="255" green="255" blue="255" />
+            </background_color>
+            <width>196</width>
+            <x>6</x>
+            <name>Label_164</name>
+            <y>178</y>
+            <foreground_color>
+              <color red="0" green="0" blue="0" />
+            </foreground_color>
+            <actions hook="false" hook_all="false" />
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.bytemonitor" version="1.0.0">
+            <border_style>0</border_style>
+            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+            <alarm_pulsing>false</alarm_pulsing>
+            <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+            <rules />
+            <effect_3d>true</effect_3d>
+            <enabled>true</enabled>
+            <wuid>59fc39f9:158487e5950:-26ff</wuid>
+            <on_color>
+              <color name="Major" red="255" green="0" blue="0" />
+            </on_color>
+            <horizontal>false</horizontal>
+            <pv_value />
+            <numBits>1</numBits>
+            <scripts />
+            <border_alarm_sensitive>true</border_alarm_sensitive>
+            <height>28</height>
+            <border_width>0</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <visible>true</visible>
+            <pv_name>${PREFIX}${TYPE}:PS.BUSY</pv_name>
+            <border_color>
+              <color name="IO Border" red="215" green="215" blue="215" />
+            </border_color>
+            <bitReverse>true</bitReverse>
+            <label />
+            <widget_type>Byte Monitor</widget_type>
+            <off_color>
+              <color name="IO Grid" red="215" green="215" blue="215" />
+            </off_color>
+            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+            <background_color>
+              <color name="IO Background" red="255" green="255" blue="205" />
+            </background_color>
+            <square_led>true</square_led>
+            <startBit>0</startBit>
+            <width>70</width>
+            <x>201</x>
+            <name>Byte Monitor Template</name>
+            <y>174</y>
+            <foreground_color>
+              <color name="IO InputPV Fg" red="0" green="32" blue="92" />
+            </foreground_color>
+            <actions hook="false" hook_all="false" />
+            <font>
+              <opifont.name fontName="arial" height="10" style="0">IO Normal</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.Rectangle" version="1.0.0">
+            <border_style>0</border_style>
+            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+            <line_width>4</line_width>
+            <horizontal_fill>true</horizontal_fill>
+            <alarm_pulsing>false</alarm_pulsing>
+            <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+            <rules>
+              <rule name="Visible" prop_id="visible" out_exp="false">
+                <exp bool_exp="pv0==1">
+                  <value>true</value>
+                </exp>
+                <exp bool_exp="pv0==0">
+                  <value>false</value>
+                </exp>
+                <pv trig="true">${PREFIX}${TYPE}:PS.BUSY</pv>
+              </rule>
+            </rules>
+            <enabled>true</enabled>
+            <wuid>59fc39f9:158487e5950:-2314</wuid>
+            <transparent>true</transparent>
+            <pv_value />
+            <alpha>255</alpha>
+            <bg_gradient_color>
+              <color red="255" green="255" blue="255" />
+            </bg_gradient_color>
+            <scripts />
+            <border_alarm_sensitive>false</border_alarm_sensitive>
+            <height>193</height>
+            <border_width>1</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <visible>true</visible>
+            <pv_name>${PREFIX}${TYPE}:PS.BUSY</pv_name>
+            <gradient>false</gradient>
+            <border_color>
+              <color name="Major" red="255" green="0" blue="0" />
+            </border_color>
+            <anti_alias>true</anti_alias>
+            <line_style>0</line_style>
+            <widget_type>Rectangle</widget_type>
+            <fg_gradient_color>
+              <color red="255" green="255" blue="255" />
+            </fg_gradient_color>
+            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+            <background_color>
+              <color name="Major" red="255" green="0" blue="0" />
+            </background_color>
+            <width>295</width>
+            <x>12</x>
+            <name>Rectangle</name>
+            <y>18</y>
+            <fill_level>0.0</fill_level>
+            <foreground_color>
+              <color red="255" green="0" blue="0" />
+            </foreground_color>
+            <actions hook="false" hook_all="false" />
+            <font>
+              <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+            </font>
+            <line_color>
+              <color name="Major" red="255" green="0" blue="0" />
+            </line_color>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+            <border_style>0</border_style>
+            <tooltip></tooltip>
+            <horizontal_alignment>1</horizontal_alignment>
+            <rules />
+            <enabled>true</enabled>
+            <wuid>-460a3b47:15868b634f9:-6f5c</wuid>
+            <transparent>true</transparent>
+            <auto_size>false</auto_size>
+            <text>Motor is Homed</text>
+            <scripts />
+            <height>20</height>
+            <border_width>1</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <visible>true</visible>
+            <vertical_alignment>1</vertical_alignment>
+            <border_color>
+              <color red="0" green="128" blue="255" />
+            </border_color>
+            <widget_type>Label</widget_type>
+            <wrap_words>false</wrap_words>
+            <background_color>
+              <color red="255" green="255" blue="255" />
+            </background_color>
+            <width>125</width>
+            <x>38</x>
+            <name>Label_164</name>
+            <y>406</y>
+            <foreground_color>
+              <color red="0" green="0" blue="0" />
+            </foreground_color>
+            <actions hook="false" hook_all="false" />
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.bytemonitor" version="1.0.0">
+            <border_style>0</border_style>
+            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+            <alarm_pulsing>false</alarm_pulsing>
+            <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+            <rules />
+            <effect_3d>true</effect_3d>
+            <enabled>true</enabled>
+            <wuid>-460a3b47:15868b634f9:-6f52</wuid>
+            <on_color>
+              <color name="Green On" red="0" green="255" blue="0" />
+            </on_color>
+            <horizontal>false</horizontal>
+            <pv_value />
+            <numBits>1</numBits>
+            <scripts />
+            <border_alarm_sensitive>true</border_alarm_sensitive>
+            <height>28</height>
+            <border_width>0</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <visible>true</visible>
+            <pv_name>$(PREFIX)-PMAC:$(NAME_MTR).MSTA</pv_name>
+            <border_color>
+              <color name="IO Border" red="215" green="215" blue="215" />
+            </border_color>
+            <bitReverse>true</bitReverse>
+            <label />
+            <widget_type>Byte Monitor</widget_type>
+            <off_color>
+              <color name="Major" red="255" green="0" blue="0" />
+            </off_color>
+            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+            <background_color>
+              <color name="IO Background" red="255" green="255" blue="205" />
+            </background_color>
+            <square_led>true</square_led>
+            <startBit>14</startBit>
+            <width>70</width>
+            <x>201</x>
+            <name>Byte Monitor Template</name>
+            <y>402</y>
+            <foreground_color>
+              <color name="IO InputPV Fg" red="0" green="32" blue="92" />
+            </foreground_color>
+            <actions hook="false" hook_all="false" />
+            <font>
+              <opifont.name fontName="arial" height="10" style="0">IO Normal</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.Rectangle" version="1.0.0">
+            <border_style>0</border_style>
+            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+            <line_width>4</line_width>
+            <horizontal_fill>true</horizontal_fill>
+            <alarm_pulsing>false</alarm_pulsing>
+            <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+            <rules>
+              <rule name="Visible" prop_id="visible" out_exp="false">
+                <exp bool_exp="pv0==1">
+                  <value>true</value>
+                </exp>
+                <exp bool_exp="pv0==0">
+                  <value>false</value>
+                </exp>
+                <pv trig="true">$(PREFIX)-PMAC:$(NAME_MTR).MOVN</pv>
+              </rule>
+            </rules>
+            <enabled>true</enabled>
+            <wuid>59fc39f9:158487e5950:-2172</wuid>
+            <transparent>true</transparent>
+            <pv_value />
+            <alpha>255</alpha>
+            <bg_gradient_color>
+              <color red="255" green="255" blue="255" />
+            </bg_gradient_color>
+            <scripts />
+            <border_alarm_sensitive>false</border_alarm_sensitive>
+            <height>325</height>
+            <border_width>1</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <visible>true</visible>
+            <pv_name>$(PREFIX)-PMAC:$(NAME_MTR).MOVN</pv_name>
+            <gradient>false</gradient>
+            <border_color>
+              <color name="Major" red="255" green="0" blue="0" />
+            </border_color>
+            <anti_alias>true</anti_alias>
+            <line_style>0</line_style>
+            <widget_type>Rectangle</widget_type>
+            <fg_gradient_color>
+              <color red="255" green="255" blue="255" />
+            </fg_gradient_color>
+            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+            <background_color>
+              <color name="Major" red="255" green="0" blue="0" />
+            </background_color>
+            <width>295</width>
+            <x>12</x>
+            <name>Rectangle_1</name>
+            <y>228</y>
+            <fill_level>0.0</fill_level>
+            <foreground_color>
+              <color red="255" green="0" blue="0" />
+            </foreground_color>
+            <actions hook="false" hook_all="false" />
+            <font>
+              <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+            </font>
+            <line_color>
+              <color name="Major" red="255" green="0" blue="0" />
+            </line_color>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+            <border_style>0</border_style>
+            <tooltip></tooltip>
+            <horizontal_alignment>1</horizontal_alignment>
+            <rules />
+            <enabled>true</enabled>
+            <wuid>-1168daa3:158859bc9c3:-6028</wuid>
+            <transparent>true</transparent>
+            <auto_size>false</auto_size>
+            <text>Brake ON</text>
+            <scripts />
+            <height>20</height>
+            <border_width>1</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <visible>true</visible>
+            <vertical_alignment>1</vertical_alignment>
+            <border_color>
+              <color red="0" green="128" blue="255" />
+            </border_color>
+            <widget_type>Label</widget_type>
+            <wrap_words>false</wrap_words>
+            <background_color>
+              <color red="255" green="255" blue="255" />
+            </background_color>
+            <width>83</width>
+            <x>52</x>
+            <name>Label_164</name>
+            <y>514</y>
+            <foreground_color>
+              <color red="0" green="0" blue="0" />
+            </foreground_color>
+            <actions hook="false" hook_all="false" />
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.bytemonitor" version="1.0.0">
+            <border_style>0</border_style>
+            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+            <alarm_pulsing>false</alarm_pulsing>
+            <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+            <rules />
+            <effect_3d>true</effect_3d>
+            <enabled>true</enabled>
+            <wuid>60f6e55b:158baae9c78:-79b8</wuid>
+            <on_color>
+              <color name="Field Background Grey" red="240" green="240" blue="240" />
+            </on_color>
+            <horizontal>false</horizontal>
+            <pv_value />
+            <numBits>1</numBits>
+            <scripts />
+            <border_alarm_sensitive>true</border_alarm_sensitive>
+            <height>28</height>
+            <border_width>0</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <visible>true</visible>
+            <pv_name>$(PREFIX)$(TYPE)-PMAC:BRAKE_R</pv_name>
+            <border_color>
+              <color name="IO Border" red="215" green="215" blue="215" />
+            </border_color>
+            <bitReverse>true</bitReverse>
+            <label />
+            <widget_type>Byte Monitor</widget_type>
+            <off_color>
+              <color name="Major" red="255" green="0" blue="0" />
+            </off_color>
+            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+            <background_color>
+              <color name="IO Background" red="255" green="255" blue="205" />
+            </background_color>
+            <square_led>true</square_led>
+            <startBit>0</startBit>
+            <width>70</width>
+            <x>201</x>
+            <name>Byte Monitor Template</name>
+            <y>510</y>
+            <foreground_color>
+              <color name="IO InputPV Fg" red="0" green="32" blue="92" />
+            </foreground_color>
+            <actions hook="false" hook_all="false" />
+            <font>
+              <opifont.name fontName="arial" height="10" style="0">IO Normal</opifont.name>
+            </font>
+          </widget>
+        </widget>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+        <border_style>0</border_style>
+        <tooltip></tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>-16429ab9:1582e68df9a:-3a7c</wuid>
+        <transparent>false</transparent>
+        <auto_size>false</auto_size>
+        <text>STATUS</text>
+        <scripts />
+        <height>32</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <widget_type>Label</widget_type>
+        <wrap_words>true</wrap_words>
+        <background_color>
+          <color name="SubPanel" red="176" green="218" blue="249" />
+        </background_color>
+        <width>319</width>
+        <x>2136</x>
+        <name>Label_15</name>
+        <y>39</y>
+        <foreground_color>
+          <color red="0" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <show_scrollbar>false</show_scrollbar>
+        <font>
+          <opifont.name fontName="OpenSans" height="15" style="1">Medium Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+        <border_style>0</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <line_width>5</line_width>
+        <horizontal_fill>true</horizontal_fill>
+        <alarm_pulsing>false</alarm_pulsing>
+        <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+        <arrows>0</arrows>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>-16429ab9:1582e68df9a:-363a</wuid>
+        <transparent>false</transparent>
+        <points>
+          <point x="29" y="1038" />
+          <point x="377" y="1038" />
+          <point x="377" y="1038" />
+          <point x="377" y="1038" />
+          <point x="377" y="1038" />
+        </points>
+        <fill_arrow>true</fill_arrow>
+        <pv_value />
+        <alpha>255</alpha>
+        <rotation_angle>0.0</rotation_angle>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <height>1</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>true</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <pv_name></pv_name>
+        <border_color>
+          <color name="Black" red="0" green="0" blue="0" />
+        </border_color>
+        <anti_alias>true</anti_alias>
+        <line_style>0</line_style>
+        <arrow_length>20</arrow_length>
+        <widget_type>Polyline</widget_type>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <background_color>
+          <color name="Black" red="0" green="0" blue="0" />
+        </background_color>
+        <width>349</width>
+        <x>29</x>
+        <name>Polyline</name>
+        <y>1038</y>
+        <fill_level>0.0</fill_level>
+        <foreground_color>
+          <color red="255" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
+        <alarm_pulsing>false</alarm_pulsing>
+        <precision>2</precision>
+        <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules />
+        <pv_value />
+        <auto_size>false</auto_size>
+        <text></text>
+        <rotation_angle>0.0</rotation_angle>
+        <show_units>false</show_units>
+        <height>22</height>
+        <multiline_input>false</multiline_input>
+        <border_width>1</border_width>
+        <visible>true</visible>
+        <pv_name>$(PREFIX)-PMAC:$(NAME_MTR).RBV</pv_name>
+        <selector_type>0</selector_type>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <precision_from_pv>false</precision_from_pv>
+        <widget_type>Text Input</widget_type>
+        <confirm_message></confirm_message>
+        <name>Text Input_9</name>
+        <style>0</style>
+        <actions hook="false" hook_all="false" />
+        <border_style>3</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <enabled>true</enabled>
+        <wuid>-16429ab9:158444d4181:-628c</wuid>
+        <transparent>false</transparent>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <format_type>0</format_type>
+        <limits_from_pv>false</limits_from_pv>
+        <background_color>
+          <color name="TextBackground" red="70" green="70" blue="70" />
+        </background_color>
+        <width>100</width>
+        <x>1205</x>
+        <y>876</y>
+        <maximum>1.7976931348623157E308</maximum>
+        <foreground_color>
+          <color name="Green On" red="0" green="255" blue="0" />
+        </foreground_color>
+        <minimum>-1.7976931348623157E308</minimum>
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+        <border_style>0</border_style>
+        <tooltip></tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules>
+          <rule name="Visible" prop_id="visible" out_exp="false">
+            <exp bool_exp="pv0==1">
+              <value>true</value>
+            </exp>
+            <exp bool_exp="pv0==0">
+              <value>false</value>
+            </exp>
+            <pv trig="true">$(PREFIX)-PMAC:$(NAME_MTR).MOVN</pv>
+          </rule>
+        </rules>
+        <enabled>false</enabled>
+        <wuid>59fc39f9:158487e5950:-4c5d</wuid>
+        <transparent>true</transparent>
+        <auto_size>false</auto_size>
+        <text>MOTOR IS MOVING ...</text>
+        <scripts />
+        <height>20</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <widget_type>Label</widget_type>
+        <wrap_words>false</wrap_words>
+        <background_color>
+          <color red="255" green="255" blue="255" />
+        </background_color>
+        <width>181</width>
+        <x>1020</x>
+        <name>Label</name>
+        <y>877</y>
+        <foreground_color>
+          <color name="Major" red="255" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.xyGraph" version="1.0.0">
+        <axis_1_scale_format></axis_1_scale_format>
+        <alarm_pulsing>false</alarm_pulsing>
+        <tooltip>$(trace_0_y_pv)
+$(trace_0_y_pv_value)</tooltip>
+        <trace_0_concatenate_data>false</trace_0_concatenate_data>
+        <trace_0_trace_type>0</trace_0_trace_type>
+        <border_width>1</border_width>
+        <border_style>0</border_style>
+        <axis_0_grid_color>
+          <color red="200" green="200" blue="200" />
+        </axis_0_grid_color>
+        <trace_0_name>$(trace_0_y_pv)</trace_0_name>
+        <trace_0_update_mode>0</trace_0_update_mode>
+        <wuid>-1168daa3:158859bc9c3:6e0</wuid>
+        <transparent>false</transparent>
+        <axis_0_title_font>
+          <opifont.name fontName="Cantarell" height="11" style="1">Default Bold</opifont.name>
+        </axis_0_title_font>
+        <background_color>
+          <color name="Container Grey" red="200" green="200" blue="200" />
+        </background_color>
+        <x>639</x>
+        <y>912</y>
+        <trace_0_x_axis_index>0</trace_0_x_axis_index>
+        <axis_count>2</axis_count>
+        <pv_value />
+        <trace_0_buffer_size>100</trace_0_buffer_size>
+        <axis_1_maximum>1.0</axis_1_maximum>
+        <axis_0_scale_font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </axis_0_scale_font>
+        <trigger_pv></trigger_pv>
+        <widget_type>XY Graph</widget_type>
+        <axis_1_axis_color>
+          <color red="0" green="0" blue="0" />
+        </axis_1_axis_color>
+        <axis_0_scale_format></axis_0_scale_format>
+        <axis_1_log_scale>false</axis_1_log_scale>
+        <title></title>
+        <trace_0_visible>true</trace_0_visible>
+        <show_legend>false</show_legend>
+        <axis_0_axis_title>mm</axis_0_axis_title>
+        <axis_0_axis_color>
+          <color red="0" green="0" blue="0" />
+        </axis_0_axis_color>
+        <axis_0_dash_grid_line>true</axis_0_dash_grid_line>
+        <trace_0_point_style>0</trace_0_point_style>
+        <trace_0_line_width>1</trace_0_line_width>
+        <axis_0_time_format>0</axis_0_time_format>
+        <trace_count>1</trace_count>
+        <axis_1_show_grid>true</axis_1_show_grid>
+        <axis_1_dash_grid_line>true</axis_1_dash_grid_line>
+        <show_toolbar>false</show_toolbar>
+        <axis_0_visible>true</axis_0_visible>
+        <axis_0_show_grid>true</axis_0_show_grid>
+        <trace_0_y_axis_index>1</trace_0_y_axis_index>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <axis_0_maximum>1.0</axis_0_maximum>
+        <height>181</height>
+        <trigger_pv_value />
+        <axis_1_grid_color>
+          <color red="200" green="200" blue="200" />
+        </axis_1_grid_color>
+        <actions hook="false" hook_all="false" />
+        <axis_0_log_scale>false</axis_0_log_scale>
+        <trace_0_x_pv_value />
+        <axis_0_auto_scale_threshold>0.0</axis_0_auto_scale_threshold>
+        <rules />
+        <axis_1_visible>true</axis_1_visible>
+        <trace_0_update_delay>1</trace_0_update_delay>
+        <pv_name>$(PREFIX)$(TYPE):CALC-PROJ-Xwf</pv_name>
+        <name>XY Graph</name>
+        <axis_0_auto_scale>true</axis_0_auto_scale>
+        <axis_0_minimum>-100.0</axis_0_minimum>
+        <axis_1_axis_title></axis_1_axis_title>
+        <axis_1_auto_scale>true</axis_1_auto_scale>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <trace_0_y_pv>$(PREFIX)$(TYPE):CALC-PROJ-Xwf</trace_0_y_pv>
+        <trace_0_plot_mode>0</trace_0_plot_mode>
+        <enabled>true</enabled>
+        <trace_0_x_pv>$(PREFIX)$(TYPE):CALC-PROJ-Xabsc</trace_0_x_pv>
+        <axis_1_scale_font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </axis_1_scale_font>
+        <axis_1_time_format>0</axis_1_time_format>
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <show_plot_area_border>true</show_plot_area_border>
+        <width>1384</width>
+        <axis_1_minimum>-1.0</axis_1_minimum>
+        <title_font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </title_font>
+        <trace_0_y_pv_value />
+        <plot_area_background_color>
+          <color name="Field Background Grey" red="240" green="240" blue="240" />
+        </plot_area_background_color>
+        <axis_1_title_font>
+          <opifont.name fontName="Cantarell" height="11" style="1">Default Bold</opifont.name>
+        </axis_1_title_font>
+        <visible>true</visible>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <scripts />
+        <trace_0_point_size>4</trace_0_point_size>
+        <trace_0_trace_color>
+          <color red="21" green="21" blue="196" />
+        </trace_0_trace_color>
+        <trace_0_anti_alias>true</trace_0_anti_alias>
+        <axis_1_auto_scale_threshold>0.1</axis_1_auto_scale_threshold>
+        <foreground_color>
+          <color red="0" green="0" blue="255" />
+        </foreground_color>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.xyGraph" version="1.0.0">
+        <axis_1_scale_format></axis_1_scale_format>
+        <alarm_pulsing>false</alarm_pulsing>
+        <tooltip>$(trace_0_y_pv)
+$(trace_0_y_pv_value)</tooltip>
+        <trace_0_concatenate_data>false</trace_0_concatenate_data>
+        <trace_0_trace_type>0</trace_0_trace_type>
+        <border_width>1</border_width>
+        <border_style>0</border_style>
+        <axis_0_grid_color>
+          <color red="200" green="200" blue="200" />
+        </axis_0_grid_color>
+        <trace_0_name>$(trace_0_y_pv)</trace_0_name>
+        <trace_0_update_mode>0</trace_0_update_mode>
+        <wuid>-1168daa3:158859bc9c3:50e</wuid>
+        <transparent>false</transparent>
+        <axis_0_title_font>
+          <opifont.name fontName="Cantarell" height="11" style="1">Default Bold</opifont.name>
+        </axis_0_title_font>
+        <background_color>
+          <color name="Container Grey" red="200" green="200" blue="200" />
+        </background_color>
+        <x>432</x>
+        <y>100</y>
+        <trace_0_x_axis_index>0</trace_0_x_axis_index>
+        <axis_count>2</axis_count>
+        <pv_value />
+        <trace_0_buffer_size>500</trace_0_buffer_size>
+        <axis_1_maximum>100.0</axis_1_maximum>
+        <axis_0_scale_font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </axis_0_scale_font>
+        <trigger_pv></trigger_pv>
+        <widget_type>XY Graph</widget_type>
+        <axis_1_axis_color>
+          <color red="0" green="0" blue="0" />
+        </axis_1_axis_color>
+        <axis_0_scale_format></axis_0_scale_format>
+        <axis_1_log_scale>false</axis_1_log_scale>
+        <title></title>
+        <trace_0_visible>true</trace_0_visible>
+        <show_legend>false</show_legend>
+        <axis_0_axis_title></axis_0_axis_title>
+        <axis_0_axis_color>
+          <color red="0" green="0" blue="0" />
+        </axis_0_axis_color>
+        <axis_0_dash_grid_line>true</axis_0_dash_grid_line>
+        <trace_0_point_style>0</trace_0_point_style>
+        <trace_0_line_width>1</trace_0_line_width>
+        <axis_0_time_format>0</axis_0_time_format>
+        <trace_count>1</trace_count>
+        <axis_1_show_grid>true</axis_1_show_grid>
+        <axis_1_dash_grid_line>true</axis_1_dash_grid_line>
+        <show_toolbar>false</show_toolbar>
+        <axis_0_visible>true</axis_0_visible>
+        <axis_0_show_grid>true</axis_0_show_grid>
+        <trace_0_y_axis_index>1</trace_0_y_axis_index>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <axis_0_maximum>100.0</axis_0_maximum>
+        <height>795</height>
+        <trigger_pv_value />
+        <axis_1_grid_color>
+          <color red="200" green="200" blue="200" />
+        </axis_1_grid_color>
+        <actions hook="false" hook_all="false" />
+        <axis_0_log_scale>false</axis_0_log_scale>
+        <trace_0_x_pv_value />
+        <axis_0_auto_scale_threshold>0.1</axis_0_auto_scale_threshold>
+        <rules />
+        <axis_1_visible>true</axis_1_visible>
+        <trace_0_update_delay>10</trace_0_update_delay>
+        <pv_name></pv_name>
+        <name>XY Graph</name>
+        <axis_0_auto_scale>true</axis_0_auto_scale>
+        <axis_0_minimum>-100.0</axis_0_minimum>
+        <axis_1_axis_title>mrad</axis_1_axis_title>
+        <axis_1_auto_scale>true</axis_1_auto_scale>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <trace_0_y_pv>$(PREFIX)$(TYPE):CALC-PROJ-Yabsc</trace_0_y_pv>
+        <trace_0_plot_mode>0</trace_0_plot_mode>
+        <enabled>true</enabled>
+        <trace_0_x_pv>$(PREFIX)$(TYPE):CALC-PROJ-Ywf</trace_0_x_pv>
+        <axis_1_scale_font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </axis_1_scale_font>
+        <axis_1_time_format>0</axis_1_time_format>
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <show_plot_area_border>true</show_plot_area_border>
+        <width>217</width>
+        <axis_1_minimum>-100.0</axis_1_minimum>
+        <title_font>
+          <opifont.name fontName="Cantarell" height="11" style="1">Default Bold</opifont.name>
+        </title_font>
+        <trace_0_y_pv_value />
+        <plot_area_background_color>
+          <color red="255" green="255" blue="255" />
+        </plot_area_background_color>
+        <axis_1_title_font>
+          <opifont.name fontName="Cantarell" height="11" style="1">Default Bold</opifont.name>
+        </axis_1_title_font>
+        <visible>true</visible>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <scripts />
+        <trace_0_point_size>4</trace_0_point_size>
+        <trace_0_trace_color>
+          <color red="21" green="21" blue="196" />
+        </trace_0_trace_color>
+        <trace_0_anti_alias>false</trace_0_anti_alias>
+        <axis_1_auto_scale_threshold>0.0</axis_1_auto_scale_threshold>
+        <foreground_color>
+          <color red="0" green="0" blue="255" />
+        </foreground_color>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+        <border_style>0</border_style>
+        <tooltip></tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules />
+        <enabled>false</enabled>
+        <wuid>-47901338:158955bc5eb:-3243</wuid>
+        <transparent>true</transparent>
+        <auto_size>false</auto_size>
+        <text>X Mean</text>
+        <scripts />
+        <height>20</height>
+        <border_width>2</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color name="IO Border" red="215" green="215" blue="215" />
+        </border_color>
+        <widget_type>Label</widget_type>
+        <wrap_words>false</wrap_words>
+        <background_color>
+          <color name="IO Background" red="255" green="255" blue="205" />
+        </background_color>
+        <width>121</width>
+        <x>420</x>
+        <name>Label Orientation_2</name>
+        <y>912</y>
+        <foreground_color>
+          <color name="White" red="255" green="255" blue="255" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+        <border_style>0</border_style>
+        <tooltip></tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules />
+        <enabled>false</enabled>
+        <wuid>-47901338:158955bc5eb:-3235</wuid>
+        <transparent>true</transparent>
+        <auto_size>false</auto_size>
+        <text>X' Mean</text>
+        <scripts />
+        <height>20</height>
+        <border_width>2</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color name="IO Border" red="215" green="215" blue="215" />
+        </border_color>
+        <widget_type>Label</widget_type>
+        <wrap_words>false</wrap_words>
+        <background_color>
+          <color name="IO Background" red="255" green="255" blue="205" />
+        </background_color>
+        <width>121</width>
+        <x>420</x>
+        <name>Label Orientation_2</name>
+        <y>942</y>
+        <foreground_color>
+          <color name="White" red="255" green="255" blue="255" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
+        <border_style>0</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <alarm_pulsing>false</alarm_pulsing>
+        <precision>0</precision>
+        <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+        <horizontal_alignment>0</horizontal_alignment>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>-47901338:158955bc5eb:-31f2</wuid>
+        <transparent>true</transparent>
+        <pv_value />
+        <auto_size>false</auto_size>
+        <text>######</text>
+        <rotation_angle>0.0</rotation_angle>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <show_units>true</show_units>
+        <height>20</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <pv_name>${PREFIX}${TYPE}:CALC-PROJ-Y</pv_name>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <precision_from_pv>true</precision_from_pv>
+        <widget_type>Text Update</widget_type>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <wrap_words>false</wrap_words>
+        <format_type>0</format_type>
+        <background_color>
+          <color red="255" green="255" blue="255" />
+        </background_color>
+        <width>100</width>
+        <x>540</x>
+        <name>Text Update</name>
+        <y>942</y>
+        <foreground_color>
+          <color name="Green On" red="0" green="255" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+        <border_style>0</border_style>
+        <tooltip></tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules />
+        <enabled>false</enabled>
+        <wuid>4b16a64d:158af4f8f37:-7b9f</wuid>
+        <transparent>true</transparent>
+        <auto_size>false</auto_size>
+        <text>Tension MRAD MAX</text>
+        <scripts />
+        <height>20</height>
+        <border_width>2</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color name="IO Border" red="215" green="215" blue="215" />
+        </border_color>
+        <widget_type>Label</widget_type>
+        <wrap_words>false</wrap_words>
+        <background_color>
+          <color name="IO Background" red="255" green="255" blue="205" />
+        </background_color>
+        <width>168</width>
+        <x>36</x>
+        <name>Label Orientation_3</name>
+        <y>857</y>
+        <foreground_color>
+          <color name="IO Foreground" red="0" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
+        <border_style>0</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <alarm_pulsing>false</alarm_pulsing>
+        <precision>0</precision>
+        <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>4b16a64d:158af4f8f37:-7b9e</wuid>
+        <transparent>false</transparent>
+        <pv_value />
+        <auto_size>false</auto_size>
+        <text>######</text>
+        <rotation_angle>0.0</rotation_angle>
+        <scripts />
+        <border_alarm_sensitive>true</border_alarm_sensitive>
+        <show_units>true</show_units>
+        <height>31</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <pv_name>${PREFIX}${TYPE}:PROC-VoltMaxP1</pv_name>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <precision_from_pv>true</precision_from_pv>
+        <widget_type>Text Update</widget_type>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <wrap_words>false</wrap_words>
+        <format_type>0</format_type>
+        <background_color>
+          <color red="70" green="70" blue="70" />
+        </background_color>
+        <width>160</width>
+        <x>209</x>
+        <name>Text Update</name>
+        <y>851</y>
+        <foreground_color>
+          <color name="Green On" red="0" green="255" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
+        <border_style>0</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <alarm_pulsing>false</alarm_pulsing>
+        <precision>0</precision>
+        <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>4b16a64d:158af4f8f37:-7b9d</wuid>
+        <transparent>false</transparent>
+        <pv_value />
+        <auto_size>false</auto_size>
+        <text>######</text>
+        <rotation_angle>0.0</rotation_angle>
+        <scripts />
+        <border_alarm_sensitive>true</border_alarm_sensitive>
+        <show_units>true</show_units>
+        <height>31</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <pv_name>${PREFIX}${TYPE}:PROC-VoltMinP1</pv_name>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <precision_from_pv>true</precision_from_pv>
+        <widget_type>Text Update</widget_type>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <wrap_words>false</wrap_words>
+        <format_type>0</format_type>
+        <background_color>
+          <color red="70" green="70" blue="70" />
+        </background_color>
+        <width>160</width>
+        <x>209</x>
+        <name>Text Update_1</name>
+        <y>893</y>
+        <foreground_color>
+          <color name="Green On" red="0" green="255" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+        <border_style>0</border_style>
+        <tooltip></tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules />
+        <enabled>false</enabled>
+        <wuid>4b16a64d:158af4f8f37:-7ae3</wuid>
+        <transparent>true</transparent>
+        <auto_size>false</auto_size>
+        <text>Tension MRAD MIN</text>
+        <scripts />
+        <height>25</height>
+        <border_width>2</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color name="IO Border" red="215" green="215" blue="215" />
+        </border_color>
+        <widget_type>Label</widget_type>
+        <wrap_words>false</wrap_words>
+        <background_color>
+          <color name="IO Background" red="255" green="255" blue="205" />
+        </background_color>
+        <width>168</width>
+        <x>36</x>
+        <name>Label Orientation_3</name>
+        <y>899</y>
+        <foreground_color>
+          <color name="IO Foreground" red="0" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
+        <border_style>0</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <alarm_pulsing>false</alarm_pulsing>
+        <precision>0</precision>
+        <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+        <horizontal_alignment>0</horizontal_alignment>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>82148ce:158b4de09bc:-7db2</wuid>
+        <transparent>true</transparent>
+        <pv_value />
+        <auto_size>false</auto_size>
+        <text>######</text>
+        <rotation_angle>0.0</rotation_angle>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <show_units>true</show_units>
+        <height>20</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <pv_name>${PREFIX}${TYPE}:CALC-RMS-SIZE</pv_name>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <precision_from_pv>true</precision_from_pv>
+        <widget_type>Text Update</widget_type>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <wrap_words>false</wrap_words>
+        <format_type>0</format_type>
+        <background_color>
+          <color red="255" green="255" blue="255" />
+        </background_color>
+        <width>100</width>
+        <x>540</x>
+        <name>Text Update</name>
+        <y>978</y>
+        <foreground_color>
+          <color name="Green On" red="0" green="255" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+        <border_style>0</border_style>
+        <tooltip></tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules />
+        <enabled>false</enabled>
+        <wuid>82148ce:158b4de09bc:-7db1</wuid>
+        <transparent>true</transparent>
+        <auto_size>false</auto_size>
+        <text>SIGMA X</text>
+        <scripts />
+        <height>20</height>
+        <border_width>2</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color name="IO Border" red="215" green="215" blue="215" />
+        </border_color>
+        <widget_type>Label</widget_type>
+        <wrap_words>false</wrap_words>
+        <background_color>
+          <color name="IO Background" red="255" green="255" blue="205" />
+        </background_color>
+        <width>121</width>
+        <x>420</x>
+        <name>Label Orientation_2</name>
+        <y>978</y>
+        <foreground_color>
+          <color name="White" red="255" green="255" blue="255" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+        <border_style>0</border_style>
+        <tooltip></tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules />
+        <enabled>false</enabled>
+        <wuid>82148ce:158b4de09bc:-7db0</wuid>
+        <transparent>true</transparent>
+        <auto_size>false</auto_size>
+        <text>SIGMA X'</text>
+        <scripts />
+        <height>20</height>
+        <border_width>2</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color name="IO Border" red="215" green="215" blue="215" />
+        </border_color>
+        <widget_type>Label</widget_type>
+        <wrap_words>false</wrap_words>
+        <background_color>
+          <color name="IO Background" red="255" green="255" blue="205" />
+        </background_color>
+        <width>121</width>
+        <x>420</x>
+        <name>Label Orientation_3</name>
+        <y>1012</y>
+        <foreground_color>
+          <color name="White" red="255" green="255" blue="255" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
+        <border_style>0</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <alarm_pulsing>false</alarm_pulsing>
+        <precision>0</precision>
+        <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+        <horizontal_alignment>0</horizontal_alignment>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>82148ce:158b4de09bc:-7daf</wuid>
+        <transparent>true</transparent>
+        <pv_value />
+        <auto_size>false</auto_size>
+        <text>######</text>
+        <rotation_angle>0.0</rotation_angle>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <show_units>true</show_units>
+        <height>20</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <pv_name>${PREFIX}${TYPE}:CALC-RMS-ANGLE</pv_name>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <precision_from_pv>true</precision_from_pv>
+        <widget_type>Text Update</widget_type>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <wrap_words>false</wrap_words>
+        <format_type>0</format_type>
+        <background_color>
+          <color red="255" green="255" blue="255" />
+        </background_color>
+        <width>100</width>
+        <x>540</x>
+        <name>Text Update_1</name>
+        <y>1012</y>
+        <foreground_color>
+          <color name="Green On" red="0" green="255" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+        <border_style>0</border_style>
+        <tooltip></tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules />
+        <enabled>false</enabled>
+        <wuid>-254931a3:158b5a49183:-7dd1</wuid>
+        <transparent>true</transparent>
+        <auto_size>false</auto_size>
+        <text>SIGMA XX'</text>
+        <scripts />
+        <height>20</height>
+        <border_width>2</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color name="IO Border" red="215" green="215" blue="215" />
+        </border_color>
+        <widget_type>Label</widget_type>
+        <wrap_words>false</wrap_words>
+        <background_color>
+          <color name="IO Background" red="255" green="255" blue="205" />
+        </background_color>
+        <width>121</width>
+        <x>420</x>
+        <name>Label Orientation_3</name>
+        <y>1047</y>
+        <foreground_color>
+          <color name="White" red="255" green="255" blue="255" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
+        <border_style>0</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <alarm_pulsing>false</alarm_pulsing>
+        <precision>0</precision>
+        <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+        <horizontal_alignment>0</horizontal_alignment>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>-254931a3:158b5a49183:-7dd0</wuid>
+        <transparent>true</transparent>
+        <pv_value />
+        <auto_size>false</auto_size>
+        <text>######</text>
+        <rotation_angle>0.0</rotation_angle>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <show_units>true</show_units>
+        <height>20</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <pv_name>${PREFIX}${TYPE}:CALC-SIGMA</pv_name>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <precision_from_pv>true</precision_from_pv>
+        <widget_type>Text Update</widget_type>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <wrap_words>false</wrap_words>
+        <format_type>0</format_type>
+        <background_color>
+          <color red="255" green="255" blue="255" />
+        </background_color>
+        <width>100</width>
+        <x>540</x>
+        <name>Text Update_1</name>
+        <y>1047</y>
+        <foreground_color>
+          <color name="Green On" red="0" green="255" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.tab" version="1.0.0">
+        <active_tab>0</active_tab>
+        <tooltip></tooltip>
+        <height>354</height>
+        <border_width>1</border_width>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <tab_0_foreground_color>
+          <color red="0" green="0" blue="0" />
+        </tab_0_foreground_color>
+        <actions hook="false" hook_all="false" />
+        <border_style>0</border_style>
+        <enabled>true</enabled>
+        <wuid>60f6e55b:158baae9c78:-7f2b</wuid>
+        <background_color>
+          <color red="240" green="240" blue="240" />
+        </background_color>
+        <width>319</width>
+        <x>2136</x>
+        <horizontal_tabs>true</horizontal_tabs>
+        <y>678</y>
+        <rules />
+        <macros>
+          <include_parent_macros>true</include_parent_macros>
+        </macros>
+        <visible>true</visible>
+        <tab_0_background_color>
+          <color red="183" green="189" blue="182" />
+        </tab_0_background_color>
+        <widget_type>Tabbed Container</widget_type>
+        <name>Tabbed Container_2</name>
+        <minimum_tab_height>10</minimum_tab_height>
+        <tab_0_font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </tab_0_font>
+        <tab_0_title>PLC-STATUS</tab_0_title>
+        <scripts />
+        <tab_count>1</tab_count>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <tab_0_icon_path></tab_0_icon_path>
+        <tab_0_enabled>true</tab_0_enabled>
+        <foreground_color>
+          <color red="192" green="192" blue="192" />
+        </foreground_color>
+        <widget typeId="org.csstudio.opibuilder.widgets.groupingContainer" version="1.0.0">
+          <border_style>0</border_style>
+          <tooltip></tooltip>
+          <rules />
+          <enabled>true</enabled>
+          <wuid>60f6e55b:158baae9c78:-7f2a</wuid>
+          <transparent>true</transparent>
+          <lock_children>false</lock_children>
+          <scripts />
+          <height>318</height>
+          <border_width>1</border_width>
+          <scale_options>
+            <width_scalable>true</width_scalable>
+            <height_scalable>true</height_scalable>
+            <keep_wh_ratio>false</keep_wh_ratio>
+          </scale_options>
+          <macros>
+            <include_parent_macros>true</include_parent_macros>
+          </macros>
+          <visible>true</visible>
+          <border_color>
+            <color red="0" green="128" blue="255" />
+          </border_color>
+          <widget_type>Grouping Container</widget_type>
+          <background_color>
+            <color red="240" green="240" blue="240" />
+          </background_color>
+          <width>317</width>
+          <x>1</x>
+          <name>PLC-STATUS</name>
+          <y>1</y>
+          <foreground_color>
+            <color red="192" green="192" blue="192" />
+          </foreground_color>
+          <actions hook="false" hook_all="false" />
+          <fc>false</fc>
+          <show_scrollbar>true</show_scrollbar>
+          <font>
+            <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+          </font>
+          <widget typeId="org.csstudio.opibuilder.widgets.Rectangle" version="1.0.0">
+            <border_style>0</border_style>
+            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+            <line_width>0</line_width>
+            <horizontal_fill>true</horizontal_fill>
+            <alarm_pulsing>false</alarm_pulsing>
+            <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+            <rules />
+            <enabled>true</enabled>
+            <wuid>60f6e55b:158baae9c78:-7f15</wuid>
+            <transparent>false</transparent>
+            <pv_value />
+            <alpha>255</alpha>
+            <bg_gradient_color>
+              <color red="255" green="255" blue="255" />
+            </bg_gradient_color>
+            <scripts />
+            <border_alarm_sensitive>false</border_alarm_sensitive>
+            <height>301</height>
+            <border_width>1</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <visible>true</visible>
+            <pv_name></pv_name>
+            <gradient>false</gradient>
+            <border_color>
+              <color red="0" green="128" blue="255" />
+            </border_color>
+            <anti_alias>true</anti_alias>
+            <line_style>0</line_style>
+            <widget_type>Rectangle</widget_type>
+            <fg_gradient_color>
+              <color red="255" green="255" blue="255" />
+            </fg_gradient_color>
+            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+            <background_color>
+              <color red="136" green="138" blue="133" />
+            </background_color>
+            <width>295</width>
+            <x>12</x>
+            <name>Rectangle</name>
+            <y>6</y>
+            <fill_level>0.0</fill_level>
+            <foreground_color>
+              <color red="255" green="0" blue="0" />
+            </foreground_color>
+            <actions hook="false" hook_all="false" />
+            <font>
+              <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+            </font>
+            <line_color>
+              <color red="128" green="0" blue="255" />
+            </line_color>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+            <border_style>0</border_style>
+            <tooltip></tooltip>
+            <horizontal_alignment>1</horizontal_alignment>
+            <rules />
+            <enabled>true</enabled>
+            <wuid>60f6e55b:158baae9c78:-7f14</wuid>
+            <transparent>true</transparent>
+            <auto_size>false</auto_size>
+            <text>Temp BEAM Stop</text>
+            <scripts />
+            <height>20</height>
+            <border_width>1</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <visible>true</visible>
+            <vertical_alignment>1</vertical_alignment>
+            <border_color>
+              <color red="0" green="128" blue="255" />
+            </border_color>
+            <widget_type>Label</widget_type>
+            <wrap_words>false</wrap_words>
+            <background_color>
+              <color red="255" green="255" blue="255" />
+            </background_color>
+            <width>134</width>
+            <x>28</x>
+            <name>Label_164</name>
+            <y>30</y>
+            <foreground_color>
+              <color red="0" green="0" blue="0" />
+            </foreground_color>
+            <actions hook="false" hook_all="false" />
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
+            <border_style>0</border_style>
+            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+            <alarm_pulsing>false</alarm_pulsing>
+            <precision>2</precision>
+            <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+            <horizontal_alignment>1</horizontal_alignment>
+            <rules />
+            <enabled>true</enabled>
+            <wuid>60f6e55b:158baae9c78:-7f13</wuid>
+            <transparent>false</transparent>
+            <pv_value />
+            <auto_size>false</auto_size>
+            <text>######</text>
+            <rotation_angle>0.0</rotation_angle>
+            <scripts />
+            <border_alarm_sensitive>true</border_alarm_sensitive>
+            <show_units>true</show_units>
+            <height>31</height>
+            <border_width>1</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <visible>true</visible>
+            <pv_name>INFN-SRC:INTK-VBS:TEMP</pv_name>
+            <vertical_alignment>1</vertical_alignment>
+            <border_color>
+              <color red="0" green="128" blue="255" />
+            </border_color>
+            <precision_from_pv>false</precision_from_pv>
+            <widget_type>Text Update</widget_type>
+            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+            <wrap_words>false</wrap_words>
+            <format_type>0</format_type>
+            <background_color>
+              <color red="70" green="70" blue="70" />
+            </background_color>
+            <width>112</width>
+            <x>174</x>
+            <name>Text Update</name>
+            <y>24</y>
+            <foreground_color>
+              <color name="Green On" red="0" green="255" blue="0" />
+            </foreground_color>
+            <actions hook="false" hook_all="false" />
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
+            <border_style>0</border_style>
+            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+            <alarm_pulsing>false</alarm_pulsing>
+            <precision>2</precision>
+            <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+            <horizontal_alignment>1</horizontal_alignment>
+            <rules />
+            <enabled>true</enabled>
+            <wuid>60f6e55b:158baae9c78:-7f12</wuid>
+            <transparent>false</transparent>
+            <pv_value />
+            <auto_size>false</auto_size>
+            <text>######</text>
+            <rotation_angle>0.0</rotation_angle>
+            <scripts />
+            <border_alarm_sensitive>true</border_alarm_sensitive>
+            <show_units>true</show_units>
+            <height>31</height>
+            <border_width>1</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <visible>true</visible>
+            <pv_name>INFN-SRC:INTK-VS:TEMP</pv_name>
+            <vertical_alignment>1</vertical_alignment>
+            <border_color>
+              <color red="0" green="128" blue="255" />
+            </border_color>
+            <precision_from_pv>false</precision_from_pv>
+            <widget_type>Text Update</widget_type>
+            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+            <wrap_words>false</wrap_words>
+            <format_type>0</format_type>
+            <background_color>
+              <color red="70" green="70" blue="70" />
+            </background_color>
+            <width>112</width>
+            <x>174</x>
+            <name>Text Update_1</name>
+            <y>66</y>
+            <foreground_color>
+              <color name="Green On" red="0" green="255" blue="0" />
+            </foreground_color>
+            <actions hook="false" hook_all="false" />
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.ActionButton" version="2.0.0">
+            <toggle_button>false</toggle_button>
+            <border_style>6</border_style>
+            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+            <alarm_pulsing>false</alarm_pulsing>
+            <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+            <push_action_index>0</push_action_index>
+            <rules>
+              <rule name="Enable" prop_id="enabled" out_exp="false">
+                <exp bool_exp="pv0 &gt;= 200">
+                  <value>false</value>
+                </exp>
+                <exp bool_exp="pv0&lt;=200">
+                  <value>true</value>
+                </exp>
+                <pv trig="true">${PREFIX}${TYPE}:MTR.P4SI</pv>
+              </rule>
+            </rules>
+            <enabled>false</enabled>
+            <wuid>60f6e55b:158baae9c78:-7f11</wuid>
+            <pv_value />
+            <text>HORIZONTAL</text>
+            <scripts />
+            <border_alarm_sensitive>false</border_alarm_sensitive>
+            <height>55</height>
+            <border_width>2</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <image></image>
+            <visible>true</visible>
+            <pv_name>INFN-SRC:INTK-HMI:VH_SELECT</pv_name>
+            <border_color>
+              <color name="IO Border" red="215" green="215" blue="215" />
+            </border_color>
+            <widget_type>Action Button</widget_type>
+            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+            <background_color>
+              <color name="IO Button" red="178" green="178" blue="178" />
+            </background_color>
+            <width>133</width>
+            <x>46</x>
+            <name>Start Scan</name>
+            <y>126</y>
+            <style>0</style>
+            <foreground_color>
+              <color name="IO Foreground" red="0" green="0" blue="0" />
+            </foreground_color>
+            <actions hook="false" hook_all="false">
+              <action type="WRITE_PV">
+                <pv_name>INFN-SRC:INTK-HMI:VH_SELECT</pv_name>
+                <value>1</value>
+                <timeout>10</timeout>
+                <confirm_message></confirm_message>
+                <description>Select HORIZONTAL</description>
+              </action>
+            </actions>
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
+            <alarm_pulsing>false</alarm_pulsing>
+            <tooltip>$(pv_name)</tooltip>
+            <rules />
+            <effect_3d>true</effect_3d>
+            <bit>-1</bit>
+            <pv_value />
+            <height>23</height>
+            <border_width>1</border_width>
+            <visible>true</visible>
+            <pv_name>INFN-SRC:INTK-HMI:VH_SELECT</pv_name>
+            <border_color>
+              <color name="Blue" red="0" green="128" blue="255" />
+            </border_color>
+            <widget_type>LED</widget_type>
+            <name>LED</name>
+            <actions hook="false" hook_all="false" />
+            <show_boolean_label>false</show_boolean_label>
+            <border_style>0</border_style>
+            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+            <enabled>true</enabled>
+            <wuid>60f6e55b:158baae9c78:-7f10</wuid>
+            <on_color>
+              <color name="Green On" red="0" green="255" blue="0" />
+            </on_color>
+            <scripts />
+            <border_alarm_sensitive>false</border_alarm_sensitive>
+            <on_label>ON</on_label>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>true</keep_wh_ratio>
+            </scale_options>
+            <off_color>
+              <color name="Field Background Grey" red="240" green="240" blue="240" />
+            </off_color>
+            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+            <background_color>
+              <color name="Field Background Grey" red="240" green="240" blue="240" />
+            </background_color>
+            <square_led>false</square_led>
+            <width>23</width>
+            <x>234</x>
+            <data_type>0</data_type>
+            <y>142</y>
+            <foreground_color>
+              <color name="Button Grey" red="180" green="180" blue="180" />
+            </foreground_color>
+            <font>
+              <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+            </font>
+            <off_label>OFF</off_label>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
+            <alarm_pulsing>false</alarm_pulsing>
+            <tooltip>$(pv_name)</tooltip>
+            <rules />
+            <effect_3d>true</effect_3d>
+            <bit>-1</bit>
+            <pv_value />
+            <height>23</height>
+            <border_width>1</border_width>
+            <visible>true</visible>
+            <pv_name>INFN-SRC:INTK-HMI:VH_SELECT</pv_name>
+            <border_color>
+              <color name="Blue" red="0" green="128" blue="255" />
+            </border_color>
+            <widget_type>LED</widget_type>
+            <name>LED_1</name>
+            <actions hook="false" hook_all="false" />
+            <show_boolean_label>false</show_boolean_label>
+            <border_style>0</border_style>
+            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+            <enabled>true</enabled>
+            <wuid>60f6e55b:158baae9c78:-7f0f</wuid>
+            <on_color>
+              <color name="Field Background Grey" red="240" green="240" blue="240" />
+            </on_color>
+            <scripts />
+            <border_alarm_sensitive>false</border_alarm_sensitive>
+            <on_label>ON</on_label>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>true</keep_wh_ratio>
+            </scale_options>
+            <off_color>
+              <color name="Green On" red="0" green="255" blue="0" />
+            </off_color>
+            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+            <background_color>
+              <color name="Field Background Grey" red="240" green="240" blue="240" />
+            </background_color>
+            <square_led>false</square_led>
+            <width>23</width>
+            <x>234</x>
+            <data_type>0</data_type>
+            <y>208</y>
+            <foreground_color>
+              <color name="Button Grey" red="180" green="180" blue="180" />
+            </foreground_color>
+            <font>
+              <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+            </font>
+            <off_label>OFF</off_label>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.ActionButton" version="2.0.0">
+            <toggle_button>false</toggle_button>
+            <border_style>6</border_style>
+            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+            <alarm_pulsing>false</alarm_pulsing>
+            <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+            <push_action_index>0</push_action_index>
+            <rules>
+              <rule name="Enable" prop_id="enabled" out_exp="false">
+                <exp bool_exp="pv0 &gt;= 200">
+                  <value>false</value>
+                </exp>
+                <exp bool_exp="pv0&lt;=200">
+                  <value>true</value>
+                </exp>
+                <pv trig="true">${PREFIX}${TYPE}:MTR.P4SI</pv>
+              </rule>
+            </rules>
+            <enabled>false</enabled>
+            <wuid>60f6e55b:158baae9c78:-7f0e</wuid>
+            <pv_value />
+            <text>VERTICAL</text>
+            <scripts />
+            <border_alarm_sensitive>false</border_alarm_sensitive>
+            <height>55</height>
+            <border_width>2</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <image></image>
+            <visible>true</visible>
+            <pv_name>INFN-SRC:INTK-HMI:VH_SELECT</pv_name>
+            <border_color>
+              <color name="IO Border" red="215" green="215" blue="215" />
+            </border_color>
+            <widget_type>Action Button</widget_type>
+            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+            <background_color>
+              <color name="IO Button" red="178" green="178" blue="178" />
+            </background_color>
+            <width>133</width>
+            <x>46</x>
+            <name>Start Scan_1</name>
+            <y>192</y>
+            <style>0</style>
+            <foreground_color>
+              <color name="IO Foreground" red="0" green="0" blue="0" />
+            </foreground_color>
+            <actions hook="false" hook_all="false">
+              <action type="WRITE_PV">
+                <pv_name>INFN-SRC:INTK-HMI:VH_SELECT</pv_name>
+                <value>1</value>
+                <timeout>10</timeout>
+                <confirm_message></confirm_message>
+                <description>Select VERTICAL</description>
+              </action>
+            </actions>
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+            <border_style>0</border_style>
+            <tooltip></tooltip>
+            <horizontal_alignment>1</horizontal_alignment>
+            <rules />
+            <enabled>true</enabled>
+            <wuid>60f6e55b:158baae9c78:-7f0d</wuid>
+            <transparent>true</transparent>
+            <auto_size>false</auto_size>
+            <text>Temp SLIT</text>
+            <scripts />
+            <height>20</height>
+            <border_width>1</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <visible>true</visible>
+            <vertical_alignment>1</vertical_alignment>
+            <border_color>
+              <color red="0" green="128" blue="255" />
+            </border_color>
+            <widget_type>Label</widget_type>
+            <wrap_words>false</wrap_words>
+            <background_color>
+              <color red="255" green="255" blue="255" />
+            </background_color>
+            <width>134</width>
+            <x>24</x>
+            <name>Label_165</name>
+            <y>72</y>
+            <foreground_color>
+              <color red="0" green="0" blue="0" />
+            </foreground_color>
+            <actions hook="false" hook_all="false" />
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.Rectangle" version="1.0.0">
+            <border_style>0</border_style>
+            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+            <line_width>4</line_width>
+            <horizontal_fill>true</horizontal_fill>
+            <alarm_pulsing>false</alarm_pulsing>
+            <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+            <rules>
+              <rule name="Visible" prop_id="visible" out_exp="false">
+                <exp bool_exp="pv0==1 || pv1==1||pv2==1||pv3==1||pv4==1">
+                  <value>true</value>
+                </exp>
+                <exp bool_exp="pv0==0 &amp;&amp; pv1==0 &amp;&amp; pv2==0 &amp;&amp; pv3==0 &amp;&amp; pv4==0">
+                  <value>false</value>
+                </exp>
+                <pv trig="true">INFN-SRC:INTK-HMI:FM1</pv>
+                <pv trig="true">INFN-SRC:INTK-HMI:FM2</pv>
+                <pv trig="true">INFN-SRC:INTK-HMI:FM3</pv>
+                <pv trig="true">INFN-SRC:INTK-HMI:FM4</pv>
+                <pv trig="true">INFN-SRC:INTK-HMI:FM5</pv>
+              </rule>
+            </rules>
+            <enabled>true</enabled>
+            <wuid>-25f0d7e:158d972c59b:-7f2b</wuid>
+            <transparent>true</transparent>
+            <pv_value />
+            <alpha>255</alpha>
+            <bg_gradient_color>
+              <color red="255" green="255" blue="255" />
+            </bg_gradient_color>
+            <scripts />
+            <border_alarm_sensitive>false</border_alarm_sensitive>
+            <height>301</height>
+            <border_width>1</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <visible>true</visible>
+            <pv_name></pv_name>
+            <gradient>false</gradient>
+            <border_color>
+              <color name="Major" red="255" green="0" blue="0" />
+            </border_color>
+            <anti_alias>true</anti_alias>
+            <line_style>0</line_style>
+            <widget_type>Rectangle</widget_type>
+            <fg_gradient_color>
+              <color red="255" green="255" blue="255" />
+            </fg_gradient_color>
+            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+            <background_color>
+              <color name="Major" red="255" green="0" blue="0" />
+            </background_color>
+            <width>295</width>
+            <x>12</x>
+            <name>Rectangle</name>
+            <y>6</y>
+            <fill_level>0.0</fill_level>
+            <foreground_color>
+              <color red="255" green="0" blue="0" />
+            </foreground_color>
+            <actions hook="false" hook_all="false" />
+            <font>
+              <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+            </font>
+            <line_color>
+              <color name="Major" red="255" green="0" blue="0" />
+            </line_color>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
+            <border_style>0</border_style>
+            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+            <alarm_pulsing>false</alarm_pulsing>
+            <precision>2</precision>
+            <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+            <horizontal_alignment>1</horizontal_alignment>
+            <rules>
+              <rule name="status" prop_id="text" out_exp="false">
+                <exp bool_exp="pv0==1 || pv1==1 || pv2==1 || pv3==1|| pv4==1">
+                  <value>Error</value>
+                </exp>
+                <exp bool_exp="pv0==1 &amp;&amp; pv1==0 &amp;&amp; pv2==0 &amp;&amp; pv3==0 &amp;&amp; pv4==0">
+                  <value>OK</value>
+                </exp>
+                <pv trig="true">INFN-SRC:INTK-HMI:FM1</pv>
+                <pv trig="true">INFN-SRC:INTK-HMI:FM2</pv>
+                <pv trig="true">INFN-SRC:INTK-HMI:FM3</pv>
+                <pv trig="true">INFN-SRC:INTK-HMI:FM4</pv>
+                <pv trig="true">INFN-SRC:INTK-HMI:FM5</pv>
+              </rule>
+              <rule name="Color" prop_id="foreground_color" out_exp="false">
+                <exp bool_exp="pv0==1 || pv1==1 || pv2==1 || pv3==1|| pv4==1">
+                  <value>
+                    <color name="Major" red="255" green="0" blue="0" />
+                  </value>
+                </exp>
+                <exp bool_exp="pv0==1 &amp;&amp; pv1==1 &amp;&amp; pv2==1 &amp;&amp; pv3==1 &amp;&amp; pv4==1">
+                  <value>
+                    <color name="Green On" red="0" green="255" blue="0" />
+                  </value>
+                </exp>
+                <pv trig="true">INFN-SRC:INTK-HMI:FM1</pv>
+                <pv trig="true">INFN-SRC:INTK-HMI:FM2</pv>
+                <pv trig="true">INFN-SRC:INTK-HMI:FM3</pv>
+                <pv trig="true">INFN-SRC:INTK-HMI:FM4</pv>
+                <pv trig="true">INFN-SRC:INTK-HMI:FM5</pv>
+              </rule>
+            </rules>
+            <enabled>true</enabled>
+            <wuid>100e174:1598cdb59c9:-78c8</wuid>
+            <transparent>false</transparent>
+            <pv_value />
+            <auto_size>false</auto_size>
+            <text>OK</text>
+            <rotation_angle>0.0</rotation_angle>
+            <scripts />
+            <border_alarm_sensitive>true</border_alarm_sensitive>
+            <show_units>true</show_units>
+            <height>31</height>
+            <border_width>1</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <visible>true</visible>
+            <pv_name></pv_name>
+            <vertical_alignment>1</vertical_alignment>
+            <border_color>
+              <color red="0" green="128" blue="255" />
+            </border_color>
+            <precision_from_pv>false</precision_from_pv>
+            <widget_type>Text Update</widget_type>
+            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+            <wrap_words>false</wrap_words>
+            <format_type>0</format_type>
+            <background_color>
+              <color red="70" green="70" blue="70" />
+            </background_color>
+            <width>112</width>
+            <x>174</x>
+            <name>Text Update_1</name>
+            <y>264</y>
+            <foreground_color>
+              <color name="Green On" red="0" green="255" blue="0" />
+            </foreground_color>
+            <actions hook="false" hook_all="false" />
+            <font>
+              <opifont.name fontName="OpenSans" height="15" style="1">Medium Bold</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+            <border_style>0</border_style>
+            <tooltip></tooltip>
+            <horizontal_alignment>1</horizontal_alignment>
+            <rules />
+            <enabled>true</enabled>
+            <wuid>100e174:1598cdb59c9:-78c7</wuid>
+            <transparent>true</transparent>
+            <auto_size>false</auto_size>
+            <text>Status</text>
+            <scripts />
+            <height>20</height>
+            <border_width>1</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <visible>true</visible>
+            <vertical_alignment>1</vertical_alignment>
+            <border_color>
+              <color red="0" green="128" blue="255" />
+            </border_color>
+            <widget_type>Label</widget_type>
+            <wrap_words>false</wrap_words>
+            <background_color>
+              <color red="255" green="255" blue="255" />
+            </background_color>
+            <width>134</width>
+            <x>24</x>
+            <name>Label_165</name>
+            <y>270</y>
+            <foreground_color>
+              <color red="0" green="0" blue="0" />
+            </foreground_color>
+            <actions hook="false" hook_all="false" />
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+            </font>
+          </widget>
+        </widget>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.ActionButton" version="2.0.0">
+        <toggle_button>false</toggle_button>
+        <border_style>0</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <alarm_pulsing>false</alarm_pulsing>
+        <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+        <push_action_index>0</push_action_index>
+        <rules>
+          <rule name="Enable" prop_id="enabled" out_exp="false">
+            <exp bool_exp="pv0==0 &amp;&amp; pv1==0">
+              <value>true</value>
+            </exp>
+            <exp bool_exp="pv0==1 || pv1==1">
+              <value>false</value>
+            </exp>
+            <pv trig="true">${PREFIX}${TYPE}:MTR.BUSY</pv>
+            <pv trig="true">${PREFIX}${TYPE}:PS.BUSY</pv>
+          </rule>
+        </rules>
+        <enabled>true</enabled>
+        <wuid>-61dcfd6b:158bac54bbd:-7a9a</wuid>
+        <pv_value />
+        <text>Extract DATA</text>
+        <scripts>
+          <path pathString="Scripts/ExtracData.py" checkConnect="true" sfe="false" seoe="false">
+            <pv trig="true">loc://StartExtract</pv>
+            <pv trig="false">${PREFIX}${TYPE}:PS.NPTS</pv>
+            <pv trig="false">${PREFIX}${TYPE}:MTR.NPTS</pv>
+            <pv trig="false">${PREFIX}${TYPE}:CALC-Energy-SP</pv>
+            <pv trig="false">$(PREFIX):CARD0:SAMPLINGRATE-RB</pv>
+            <pv trig="false">${PREFIX}${TYPE}:MTR.P4SI</pv>
+            <pv trig="false">$(PREFIX)$(TYPE):BUFF-CURRENT</pv>
+            <pv trig="false">$(PREFIX)$(TYPE):BUFF-ANGLE</pv>
+            <pv trig="false">$(PREFIX)$(TYPE):BUFF-MTR-POS</pv>
+          </path>
+        </scripts>
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <height>57</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <image></image>
+        <visible>true</visible>
+        <pv_name></pv_name>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <widget_type>Action Button</widget_type>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <background_color>
+          <color name="Button Grey" red="180" green="180" blue="180" />
+        </background_color>
+        <width>166</width>
+        <x>2220</x>
+        <name>Action Button</name>
+        <y>1049</y>
+        <style>0</style>
+        <foreground_color>
+          <color red="0" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false">
+          <action type="WRITE_PV">
+            <pv_name>loc://StartExtract</pv_name>
+            <value>1</value>
+            <timeout>10</timeout>
+            <confirm_message></confirm_message>
+            <description></description>
+          </action>
+        </actions>
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+        <border_style>0</border_style>
+        <tooltip></tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules>
+          <rule name="Visible" prop_id="visible" out_exp="false">
+            <exp bool_exp="pv0==1">
+              <value>true</value>
+            </exp>
+            <exp bool_exp="pv0==0">
+              <value>false</value>
+            </exp>
+            <pv trig="true">${PREFIX}${TYPE}:PROC-AUTO-HOME</pv>
+          </rule>
+        </rules>
+        <enabled>false</enabled>
+        <wuid>7feef39:159b7455f16:-7060</wuid>
+        <transparent>true</transparent>
+        <auto_size>false</auto_size>
+        <text>STOPPING IN PROGRESS ...</text>
+        <scripts />
+        <height>60</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <widget_type>Label</widget_type>
+        <wrap_words>false</wrap_words>
+        <background_color>
+          <color red="255" green="255" blue="255" />
+        </background_color>
+        <width>505</width>
+        <x>1086</x>
+        <name>Label</name>
+        <y>150</y>
+        <foreground_color>
+          <color name="Major" red="255" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="Cantarell" height="19" style="1">Header 1</opifont.name>
+        </font>
+      </widget>
+    </widget>
+    <widget typeId="org.csstudio.opibuilder.widgets.groupingContainer" version="1.0.0">
+      <border_style>0</border_style>
+      <tooltip></tooltip>
+      <rules />
+      <enabled>true</enabled>
+      <wuid>2fea3147:153609206ed:-7765</wuid>
+      <transparent>true</transparent>
+      <lock_children>false</lock_children>
+      <scripts />
+      <height>1129</height>
+      <border_width>1</border_width>
+      <scale_options>
+        <width_scalable>true</width_scalable>
+        <height_scalable>true</height_scalable>
+        <keep_wh_ratio>false</keep_wh_ratio>
+      </scale_options>
+      <macros>
+        <include_parent_macros>true</include_parent_macros>
+      </macros>
+      <visible>false</visible>
+      <border_color>
+        <color red="0" green="128" blue="255" />
+      </border_color>
+      <widget_type>Grouping Container</widget_type>
+      <background_color>
+        <color red="240" green="240" blue="240" />
+      </background_color>
+      <width>2489</width>
+      <x>1</x>
+      <name>DTACQ</name>
+      <y>1</y>
+      <foreground_color>
+        <color red="192" green="192" blue="192" />
+      </foreground_color>
+      <actions hook="false" hook_all="false" />
+      <fc>false</fc>
+      <show_scrollbar>true</show_scrollbar>
+      <font>
+        <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+      </font>
+      <widget typeId="org.csstudio.opibuilder.widgets.Rectangle" version="1.0.0">
+        <border_style>0</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <line_width>0</line_width>
+        <horizontal_fill>true</horizontal_fill>
+        <alarm_pulsing>false</alarm_pulsing>
+        <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>-1168daa3:158859bc9c3:-eb7</wuid>
+        <transparent>false</transparent>
+        <pv_value />
+        <alpha>255</alpha>
+        <bg_gradient_color>
+          <color red="255" green="255" blue="255" />
+        </bg_gradient_color>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <height>936</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <pv_name></pv_name>
+        <gradient>false</gradient>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <anti_alias>true</anti_alias>
+        <line_style>0</line_style>
+        <widget_type>Rectangle</widget_type>
+        <fg_gradient_color>
+          <color red="255" green="255" blue="255" />
+        </fg_gradient_color>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <background_color>
+          <color name="Container Grey" red="200" green="200" blue="200" />
+        </background_color>
+        <width>1483</width>
+        <x>0</x>
+        <name>Rectangle</name>
+        <y>43</y>
+        <fill_level>0.0</fill_level>
+        <foreground_color>
+          <color red="255" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+        </font>
+        <line_color>
+          <color red="128" green="0" blue="255" />
+        </line_color>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
+        <border_style>0</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <alarm_pulsing>false</alarm_pulsing>
+        <precision>0</precision>
+        <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+        <horizontal_alignment>0</horizontal_alignment>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>1e771979:1565068c2e3:-483e</wuid>
+        <transparent>false</transparent>
+        <pv_value />
+        <auto_size>false</auto_size>
+        <text>######</text>
+        <rotation_angle>0.0</rotation_angle>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <show_units>true</show_units>
+        <height>20</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <pv_name>$(PREFIX):CARD0-STAT-RB</pv_name>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <precision_from_pv>true</precision_from_pv>
+        <widget_type>Text Update</widget_type>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <wrap_words>false</wrap_words>
+        <format_type>0</format_type>
+        <background_color>
+          <color red="0" green="0" blue="0" />
+        </background_color>
+        <width>148</width>
+        <x>1104</x>
+        <name>Text Update</name>
+        <y>24</y>
+        <foreground_color>
+          <color name="TextDynamic" red="0" green="244" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.Rectangle" version="1.0.0">
+        <border_style>0</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <line_width>0</line_width>
+        <horizontal_fill>true</horizontal_fill>
+        <alarm_pulsing>false</alarm_pulsing>
+        <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>-3d4af206:15877d6a498:-7781</wuid>
+        <transparent>false</transparent>
+        <pv_value />
+        <alpha>255</alpha>
+        <bg_gradient_color>
+          <color red="255" green="255" blue="255" />
+        </bg_gradient_color>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <height>20</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <pv_name></pv_name>
+        <gradient>false</gradient>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <anti_alias>true</anti_alias>
+        <line_style>0</line_style>
+        <widget_type>Rectangle</widget_type>
+        <fg_gradient_color>
+          <color red="255" green="255" blue="255" />
+        </fg_gradient_color>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <background_color>
+          <color red="186" green="189" blue="182" />
+        </background_color>
+        <width>160</width>
+        <x>408</x>
+        <name>Rectangle_2</name>
+        <y>850</y>
+        <fill_level>0.0</fill_level>
+        <foreground_color>
+          <color red="255" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+        </font>
+        <line_color>
+          <color red="128" green="0" blue="255" />
+        </line_color>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.xyGraph" version="1.0.0">
+        <axis_1_scale_format></axis_1_scale_format>
+        <trace_2_x_axis_index>0</trace_2_x_axis_index>
+        <alarm_pulsing>false</alarm_pulsing>
+        <tooltip>$(trace_0_y_pv)
+$(trace_0_y_pv_value)</tooltip>
+        <trace_0_concatenate_data>false</trace_0_concatenate_data>
+        <trace_0_trace_type>0</trace_0_trace_type>
+        <trace_4_line_width>3</trace_4_line_width>
+        <border_width>1</border_width>
+        <trace_3_point_size>4</trace_3_point_size>
+        <trace_1_x_axis_index>0</trace_1_x_axis_index>
+        <border_style>0</border_style>
+        <axis_0_grid_color>
+          <color red="78" green="154" blue="6" />
+        </axis_0_grid_color>
+        <axis_2_visible>false</axis_2_visible>
+        <trace_0_name>$(trace_0_y_pv)</trace_0_name>
+        <axis_2_minimum>0.0</axis_2_minimum>
+        <trace_0_update_mode>0</trace_0_update_mode>
+        <trace_1_x_pv>$(PREFIX)-HV1:VoltR_XMS</trace_1_x_pv>
+        <wuid>-3d4af206:15877d6a498:-7780</wuid>
+        <transparent>false</transparent>
+        <trace_1_update_mode>0</trace_1_update_mode>
+        <axis_0_title_font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </axis_0_title_font>
+        <trace_2_update_mode>0</trace_2_update_mode>
+        <background_color>
+          <color name="Field Background Grey" red="240" green="240" blue="240" />
+        </background_color>
+        <trace_3_update_mode>0</trace_3_update_mode>
+        <x>408</x>
+        <y>120</y>
+        <trace_4_update_mode>0</trace_4_update_mode>
+        <trace_3_x_axis_index>0</trace_3_x_axis_index>
+        <trace_0_x_axis_index>0</trace_0_x_axis_index>
+        <axis_count>3</axis_count>
+        <trace_4_x_pv>$(PREFIX)-HV1:VoltR:RCURSOR_X</trace_4_x_pv>
+        <trace_3_y_pv_value />
+        <trace_1_point_size>4</trace_1_point_size>
+        <trace_1_anti_alias>false</trace_1_anti_alias>
+        <pv_value />
+        <axis_2_grid_color>
+          <color red="200" green="200" blue="200" />
+        </axis_2_grid_color>
+        <trace_0_buffer_size>520</trace_0_buffer_size>
+        <trace_2_buffer_size>520</trace_2_buffer_size>
+        <axis_1_maximum>10.0</axis_1_maximum>
+        <axis_0_scale_font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </axis_0_scale_font>
+        <trigger_pv></trigger_pv>
+        <trace_4_update_delay>1</trace_4_update_delay>
+        <widget_type>XY Graph</widget_type>
+        <trace_2_line_width>1</trace_2_line_width>
+        <trace_4_plot_mode>0</trace_4_plot_mode>
+        <trace_3_concatenate_data>false</trace_3_concatenate_data>
+        <trace_4_x_pv_value />
+        <axis_1_axis_color>
+          <color red="0" green="0" blue="0" />
+        </axis_1_axis_color>
+        <axis_0_scale_format></axis_0_scale_format>
+        <axis_1_log_scale>false</axis_1_log_scale>
+        <title></title>
+        <trace_0_visible>true</trace_0_visible>
+        <trace_4_buffer_size>2</trace_4_buffer_size>
+        <trace_1_name>$(trace_1_y_pv)</trace_1_name>
+        <trace_3_anti_alias>false</trace_3_anti_alias>
+        <trace_1_y_pv_value />
+        <axis_2_auto_scale>true</axis_2_auto_scale>
+        <trace_4_y_pv>loc://val(-100,100)</trace_4_y_pv>
+        <show_legend>false</show_legend>
+        <trace_3_visible>true</trace_3_visible>
+        <trace_4_x_axis_index>0</trace_4_x_axis_index>
+        <trace_3_name>$(trace_3_y_pv)</trace_3_name>
+        <axis_0_axis_title>ms</axis_0_axis_title>
+        <axis_0_axis_color>
+          <color red="0" green="0" blue="0" />
+        </axis_0_axis_color>
+        <axis_2_scale_font>
+          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+        </axis_2_scale_font>
+        <trace_3_update_delay>1</trace_3_update_delay>
+        <trace_2_update_delay>1</trace_2_update_delay>
+        <trace_4_point_style>0</trace_4_point_style>
+        <axis_0_dash_grid_line>false</axis_0_dash_grid_line>
+        <trace_0_point_style>2</trace_0_point_style>
+        <trace_1_point_style>2</trace_1_point_style>
+        <trace_0_line_width>1</trace_0_line_width>
+        <axis_2_y_axis>false</axis_2_y_axis>
+        <trace_3_x_pv_value />
+        <axis_0_time_format>0</axis_0_time_format>
+        <trace_count>5</trace_count>
+        <axis_1_show_grid>true</axis_1_show_grid>
+        <trace_3_x_pv>$(PREFIX)-HV1:VoltR:LCURSOR_X</trace_3_x_pv>
+        <trace_2_trace_color>
+          <color name="Primary Blue" red="0" green="148" blue="202" />
+        </trace_2_trace_color>
+        <trace_4_visible>true</trace_4_visible>
+        <axis_1_dash_grid_line>true</axis_1_dash_grid_line>
+        <trace_3_buffer_size>2</trace_3_buffer_size>
+        <trace_2_trace_type>0</trace_2_trace_type>
+        <trace_3_line_width>3</trace_3_line_width>
+        <show_toolbar>true</show_toolbar>
+        <axis_0_visible>true</axis_0_visible>
+        <axis_0_show_grid>true</axis_0_show_grid>
+        <trace_0_y_axis_index>1</trace_0_y_axis_index>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>true</keep_wh_ratio>
+        </scale_options>
+        <trace_1_y_pv>$(PREFIX)-HV1:VoltR_Y</trace_1_y_pv>
+        <trace_2_concatenate_data>false</trace_2_concatenate_data>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <trace_2_y_pv_value />
+        <trace_2_anti_alias>false</trace_2_anti_alias>
+        <axis_0_maximum>6.0</axis_0_maximum>
+        <trace_1_y_axis_index>1</trace_1_y_axis_index>
+        <trace_2_name>$(trace_2_y_pv)</trace_2_name>
+        <height>451</height>
+        <trace_2_visible>false</trace_2_visible>
+        <trigger_pv_value />
+        <trace_3_y_pv>loc://val(-100,100)</trace_3_y_pv>
+        <axis_1_grid_color>
+          <color red="78" green="154" blue="6" />
+        </axis_1_grid_color>
+        <actions hook="false" hook_all="false" />
+        <trace_2_point_size>4</trace_2_point_size>
+        <trace_4_concatenate_data>false</trace_4_concatenate_data>
+        <axis_2_axis_color>
+          <color red="0" green="0" blue="0" />
+        </axis_2_axis_color>
+        <axis_0_log_scale>false</axis_0_log_scale>
+        <trace_0_x_pv_value />
+        <axis_0_auto_scale_threshold>0.0</axis_0_auto_scale_threshold>
+        <rules />
+        <axis_1_visible>true</axis_1_visible>
+        <axis_2_show_grid>false</axis_2_show_grid>
+        <trace_3_y_axis_index>1</trace_3_y_axis_index>
+        <trace_0_update_delay>1</trace_0_update_delay>
+        <trace_1_concatenate_data>false</trace_1_concatenate_data>
+        <trace_1_trace_color>
+          <color red="242" green="26" blue="26" />
+        </trace_1_trace_color>
+        <trace_3_trace_color>
+          <color name="Major" red="255" green="0" blue="0" />
+        </trace_3_trace_color>
+        <pv_name></pv_name>
+        <axis_2_log_scale>false</axis_2_log_scale>
+        <axis_2_auto_scale_threshold>0.0</axis_2_auto_scale_threshold>
+        <name>XY Graph</name>
+        <trace_1_trace_type>0</trace_1_trace_type>
+        <axis_0_auto_scale>true</axis_0_auto_scale>
+        <axis_0_minimum>-6.0</axis_0_minimum>
+        <trace_2_y_axis_index>1</trace_2_y_axis_index>
+        <trace_1_update_delay>1</trace_1_update_delay>
+        <axis_2_dash_grid_line>false</axis_2_dash_grid_line>
+        <axis_1_axis_title>mA</axis_1_axis_title>
+        <trace_2_x_pv_value />
+        <axis_1_auto_scale>false</axis_1_auto_scale>
+        <trace_1_line_width>1</trace_1_line_width>
+        <trace_3_trace_type>1</trace_3_trace_type>
+        <trace_2_y_pv>$(PREFIX)-HV2:VoltR_Y</trace_2_y_pv>
+        <trace_1_plot_mode>0</trace_1_plot_mode>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <axis_2_title_font>
+          <opifont.name fontName="Cantarell" height="11" style="1">Default Bold</opifont.name>
+        </axis_2_title_font>
+        <trace_3_point_style>0</trace_3_point_style>
+        <trace_0_y_pv>$(PREFIX)$(TYPE)-FC:CurrR_Y</trace_0_y_pv>
+        <trace_2_point_style>2</trace_2_point_style>
+        <trace_0_plot_mode>0</trace_0_plot_mode>
+        <trace_4_trace_type>1</trace_4_trace_type>
+        <enabled>true</enabled>
+        <trace_0_x_pv>$(PREFIX)$(TYPE)-FC:CurrR_XMS</trace_0_x_pv>
+        <axis_1_scale_font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </axis_1_scale_font>
+        <axis_1_time_format>0</axis_1_time_format>
+        <axis_2_time_format>0</axis_2_time_format>
+        <axis_2_left_bottom_side>false</axis_2_left_bottom_side>
+        <trace_3_plot_mode>0</trace_3_plot_mode>
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <axis_2_maximum>22.0</axis_2_maximum>
+        <show_plot_area_border>false</show_plot_area_border>
+        <width>895</width>
+        <trace_1_x_pv_value />
+        <axis_1_minimum>-10.0</axis_1_minimum>
+        <title_font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </title_font>
+        <trace_4_anti_alias>false</trace_4_anti_alias>
+        <trace_0_y_pv_value />
+        <trace_1_visible>false</trace_1_visible>
+        <plot_area_background_color>
+          <color red="0" green="0" blue="0" />
+        </plot_area_background_color>
+        <trace_4_point_size>4</trace_4_point_size>
+        <axis_1_title_font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </axis_1_title_font>
+        <visible>true</visible>
+        <axis_2_axis_title>ms</axis_2_axis_title>
+        <trace_4_trace_color>
+          <color name="Major" red="255" green="0" blue="0" />
+        </trace_4_trace_color>
+        <trace_1_buffer_size>520</trace_1_buffer_size>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <axis_2_scale_format></axis_2_scale_format>
+        <trace_4_y_pv_value />
+        <scripts />
+        <trace_0_point_size>3</trace_0_point_size>
+        <trace_0_trace_color>
+          <color red="0" green="255" blue="0" />
+        </trace_0_trace_color>
+        <trace_0_anti_alias>false</trace_0_anti_alias>
+        <trace_4_name>$(trace_4_y_pv)</trace_4_name>
+        <axis_1_auto_scale_threshold>0.0</axis_1_auto_scale_threshold>
+        <trace_4_y_axis_index>1</trace_4_y_axis_index>
+        <trace_2_plot_mode>0</trace_2_plot_mode>
+        <trace_2_x_pv>$(PREFIX)-HV2:VoltR_XMS</trace_2_x_pv>
+        <foreground_color>
+          <color red="0" green="0" blue="255" />
+        </foreground_color>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.RoundedRectangle" version="1.0.0">
+        <border_style>0</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <line_width>0</line_width>
+        <horizontal_fill>true</horizontal_fill>
+        <alarm_pulsing>false</alarm_pulsing>
+        <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>-3d4af206:15877d6a498:-777f</wuid>
+        <transparent>false</transparent>
+        <pv_value />
+        <alpha>255</alpha>
+        <corner_height>16</corner_height>
+        <bg_gradient_color>
+          <color red="255" green="255" blue="255" />
+        </bg_gradient_color>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <height>97</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <pv_name></pv_name>
+        <gradient>false</gradient>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <anti_alias>true</anti_alias>
+        <corner_width>16</corner_width>
+        <line_style>0</line_style>
+        <widget_type>Rounded Rectangle</widget_type>
+        <fg_gradient_color>
+          <color red="255" green="255" blue="255" />
+        </fg_gradient_color>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <background_color>
+          <color name="Field Background Grey" red="240" green="240" blue="240" />
+        </background_color>
+        <width>349</width>
+        <x>36</x>
+        <name>Rounded Rectangle_4</name>
+        <y>126</y>
+        <fill_level>0.0</fill_level>
+        <foreground_color>
+          <color red="255" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+        </font>
+        <line_color>
+          <color red="128" green="0" blue="255" />
+        </line_color>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+        <border_style>0</border_style>
+        <tooltip></tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>-3d4af206:15877d6a498:-777d</wuid>
+        <transparent>true</transparent>
+        <auto_size>false</auto_size>
+        <text>ms</text>
+        <scripts />
+        <height>20</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <widget_type>Label</widget_type>
+        <wrap_words>false</wrap_words>
+        <background_color>
+          <color red="255" green="255" blue="255" />
+        </background_color>
+        <width>40</width>
+        <x>328</x>
+        <name>Label_16</name>
+        <y>178</y>
+        <foreground_color>
+          <color red="0" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="OpenSans" height="10" style="1">Small Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.RoundedRectangle" version="1.0.0">
+        <border_style>0</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <line_width>0</line_width>
+        <horizontal_fill>true</horizontal_fill>
+        <alarm_pulsing>false</alarm_pulsing>
+        <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>-3d4af206:15877d6a498:-777c</wuid>
+        <transparent>false</transparent>
+        <pv_value />
+        <alpha>255</alpha>
+        <corner_height>16</corner_height>
+        <bg_gradient_color>
+          <color red="255" green="255" blue="255" />
+        </bg_gradient_color>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <height>97</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <pv_name></pv_name>
+        <gradient>false</gradient>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <anti_alias>true</anti_alias>
+        <corner_width>16</corner_width>
+        <line_style>0</line_style>
+        <widget_type>Rounded Rectangle</widget_type>
+        <fg_gradient_color>
+          <color red="255" green="255" blue="255" />
+        </fg_gradient_color>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <background_color>
+          <color name="Field Background Grey" red="240" green="240" blue="240" />
+        </background_color>
+        <width>349</width>
+        <x>36</x>
+        <name>Rounded Rectangle_5</name>
+        <y>246</y>
+        <fill_level>0.0</fill_level>
+        <foreground_color>
+          <color red="255" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+        </font>
+        <line_color>
+          <color red="128" green="0" blue="255" />
+        </line_color>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+        <border_style>0</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <line_width>2</line_width>
+        <horizontal_fill>true</horizontal_fill>
+        <alarm_pulsing>false</alarm_pulsing>
+        <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+        <arrows>1</arrows>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>-3d4af206:15877d6a498:-777b</wuid>
+        <transparent>false</transparent>
+        <points>
+          <point x="213" y="180" />
+          <point x="156" y="180" />
+          <point x="156" y="180" />
+        </points>
+        <fill_arrow>true</fill_arrow>
+        <pv_value />
+        <alpha>255</alpha>
+        <rotation_angle>0.0</rotation_angle>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <height>1</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>true</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <pv_name></pv_name>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <anti_alias>true</anti_alias>
+        <line_style>2</line_style>
+        <arrow_length>20</arrow_length>
+        <widget_type>Polyline</widget_type>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <background_color>
+          <color red="0" green="0" blue="0" />
+        </background_color>
+        <width>58</width>
+        <x>156</x>
+        <name>Polyline_1</name>
+        <y>180</y>
+        <fill_level>0.0</fill_level>
+        <foreground_color>
+          <color red="255" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+        <border_style>0</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <line_width>2</line_width>
+        <horizontal_fill>true</horizontal_fill>
+        <alarm_pulsing>false</alarm_pulsing>
+        <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+        <arrows>1</arrows>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>-3d4af206:15877d6a498:-7779</wuid>
+        <transparent>false</transparent>
+        <points>
+          <point x="213" y="300" />
+          <point x="156" y="300" />
+          <point x="156" y="300" />
+        </points>
+        <fill_arrow>true</fill_arrow>
+        <pv_value />
+        <alpha>255</alpha>
+        <rotation_angle>0.0</rotation_angle>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <height>1</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>true</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <pv_name></pv_name>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <anti_alias>true</anti_alias>
+        <line_style>2</line_style>
+        <arrow_length>20</arrow_length>
+        <widget_type>Polyline</widget_type>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <background_color>
+          <color red="0" green="0" blue="0" />
+        </background_color>
+        <width>58</width>
+        <x>156</x>
+        <name>Polyline_2</name>
+        <y>300</y>
+        <fill_level>0.0</fill_level>
+        <foreground_color>
+          <color red="255" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+        <border_style>0</border_style>
+        <tooltip></tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>-3d4af206:15877d6a498:-7778</wuid>
+        <transparent>true</transparent>
+        <auto_size>false</auto_size>
+        <text>ms</text>
+        <scripts />
+        <height>20</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <widget_type>Label</widget_type>
+        <wrap_words>false</wrap_words>
+        <background_color>
+          <color red="255" green="255" blue="255" />
+        </background_color>
+        <width>40</width>
+        <x>328</x>
+        <name>Label_18</name>
+        <y>298</y>
+        <foreground_color>
+          <color red="0" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="OpenSans" height="10" style="1">Small Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+        <border_style>0</border_style>
+        <tooltip></tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>-3d4af206:15877d6a498:-7777</wuid>
+        <transparent>false</transparent>
+        <auto_size>false</auto_size>
+        <text>FC Curr</text>
+        <scripts />
+        <height>24</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <widget_type>Label</widget_type>
+        <wrap_words>false</wrap_words>
+        <background_color>
+          <color red="0" green="0" blue="0" />
+        </background_color>
+        <width>160</width>
+        <x>408</x>
+        <name>Label_11</name>
+        <y>870</y>
+        <foreground_color>
+          <color name="TextDynamic" red="0" green="244" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
+        <border_style>0</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <alarm_pulsing>false</alarm_pulsing>
+        <precision>3</precision>
+        <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>-3d4af206:15877d6a498:-7776</wuid>
+        <transparent>false</transparent>
+        <pv_value />
+        <auto_size>false</auto_size>
+        <text>######</text>
+        <rotation_angle>0.0</rotation_angle>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <show_units>false</show_units>
+        <height>24</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <pv_name>$(PREFIX)$(TYPE)-FC:CurrR:AVG</pv_name>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <precision_from_pv>false</precision_from_pv>
+        <widget_type>Text Update</widget_type>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <wrap_words>false</wrap_words>
+        <format_type>0</format_type>
+        <background_color>
+          <color name="TextBackground" red="70" green="70" blue="70" />
+        </background_color>
+        <width>150</width>
+        <x>567</x>
+        <name>Text Update_3</name>
+        <y>870</y>
+        <foreground_color>
+          <color name="Minor" red="255" green="128" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
+        <border_style>0</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <alarm_pulsing>false</alarm_pulsing>
+        <precision>3</precision>
+        <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>-3d4af206:15877d6a498:-7775</wuid>
+        <transparent>false</transparent>
+        <pv_value />
+        <auto_size>false</auto_size>
+        <text>######</text>
+        <rotation_angle>0.0</rotation_angle>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <show_units>false</show_units>
+        <height>24</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <pv_name>$(PREFIX)$(TYPE)-FC:CurrR:MAX</pv_name>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <precision_from_pv>false</precision_from_pv>
+        <widget_type>Text Update</widget_type>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <wrap_words>false</wrap_words>
+        <format_type>0</format_type>
+        <background_color>
+          <color name="TextBackground" red="70" green="70" blue="70" />
+        </background_color>
+        <width>150</width>
+        <x>716</x>
+        <name>Text Update_1</name>
+        <y>870</y>
+        <foreground_color>
+          <color red="114" green="159" blue="207" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
+        <border_style>0</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <alarm_pulsing>false</alarm_pulsing>
+        <precision>3</precision>
+        <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>-3d4af206:15877d6a498:-7774</wuid>
+        <transparent>false</transparent>
+        <pv_value />
+        <auto_size>false</auto_size>
+        <text>######</text>
+        <rotation_angle>0.0</rotation_angle>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <show_units>false</show_units>
+        <height>24</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <pv_name>$(PREFIX)$(TYPE)-FC:CurrR:MIN</pv_name>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <precision_from_pv>false</precision_from_pv>
+        <widget_type>Text Update</widget_type>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <wrap_words>false</wrap_words>
+        <format_type>0</format_type>
+        <background_color>
+          <color name="TextBackground" red="70" green="70" blue="70" />
+        </background_color>
+        <width>150</width>
+        <x>865</x>
+        <name>Text Update_2</name>
+        <y>870</y>
+        <foreground_color>
+          <color red="252" green="233" blue="79" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.Rectangle" version="1.0.0">
+        <border_style>0</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <line_width>1</line_width>
+        <horizontal_fill>true</horizontal_fill>
+        <alarm_pulsing>false</alarm_pulsing>
+        <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>-3d4af206:15877d6a498:-7773</wuid>
+        <transparent>false</transparent>
+        <pv_value />
+        <alpha>255</alpha>
+        <bg_gradient_color>
+          <color red="255" green="255" blue="255" />
+        </bg_gradient_color>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <height>22</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <pv_name></pv_name>
+        <gradient>false</gradient>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <anti_alias>true</anti_alias>
+        <line_style>0</line_style>
+        <widget_type>Rectangle</widget_type>
+        <fg_gradient_color>
+          <color red="255" green="255" blue="255" />
+        </fg_gradient_color>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <background_color>
+          <color red="186" green="189" blue="182" />
+        </background_color>
+        <width>448</width>
+        <x>567</x>
+        <name>Rectangle_1</name>
+        <y>849</y>
+        <fill_level>0.0</fill_level>
+        <foreground_color>
+          <color red="255" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+        </font>
+        <line_color>
+          <color red="0" green="0" blue="0" />
+        </line_color>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+        <border_style>0</border_style>
+        <tooltip></tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>-3d4af206:15877d6a498:-7772</wuid>
+        <transparent>true</transparent>
+        <auto_size>false</auto_size>
+        <text>Max</text>
+        <scripts />
+        <height>20</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <widget_type>Label</widget_type>
+        <wrap_words>false</wrap_words>
+        <background_color>
+          <color red="255" green="255" blue="255" />
+        </background_color>
+        <width>150</width>
+        <x>716</x>
+        <name>Label_5</name>
+        <y>850</y>
+        <foreground_color>
+          <color red="0" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+        <border_style>0</border_style>
+        <tooltip></tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>-3d4af206:15877d6a498:-7771</wuid>
+        <transparent>true</transparent>
+        <auto_size>false</auto_size>
+        <text>Min</text>
+        <scripts />
+        <height>20</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <widget_type>Label</widget_type>
+        <wrap_words>false</wrap_words>
+        <background_color>
+          <color red="255" green="255" blue="255" />
+        </background_color>
+        <width>150</width>
+        <x>865</x>
+        <name>Label_22</name>
+        <y>850</y>
+        <foreground_color>
+          <color red="0" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+        <border_style>0</border_style>
+        <tooltip></tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>-3d4af206:15877d6a498:-7770</wuid>
+        <transparent>true</transparent>
+        <auto_size>false</auto_size>
+        <text>Average</text>
+        <scripts />
+        <height>20</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <widget_type>Label</widget_type>
+        <wrap_words>false</wrap_words>
+        <background_color>
+          <color red="255" green="255" blue="255" />
+        </background_color>
+        <width>150</width>
+        <x>567</x>
+        <name>Label_21</name>
+        <y>850</y>
+        <foreground_color>
+          <color red="0" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+        <border_style>0</border_style>
+        <tooltip></tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>-3d4af206:15877d6a498:-776f</wuid>
+        <transparent>true</transparent>
+        <auto_size>false</auto_size>
+        <text>Main GRAPH</text>
+        <scripts />
+        <height>20</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <widget_type>Label</widget_type>
+        <wrap_words>false</wrap_words>
+        <background_color>
+          <color red="255" green="255" blue="255" />
+        </background_color>
+        <width>115</width>
+        <x>840</x>
+        <name>Label_25</name>
+        <y>96</y>
+        <foreground_color>
+          <color red="0" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="Cantarell" height="11" style="1">Default Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.spinner" version="1.0.0">
+        <border_style>6</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <alarm_pulsing>false</alarm_pulsing>
+        <precision>3</precision>
+        <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules>
+          <rule name="BorderRule" prop_id="border_style" out_exp="false">
+            <exp bool_exp="pv0==1">
+              <value>9</value>
+            </exp>
+            <pv trig="true">$(pv_name).SIMM</pv>
+          </rule>
+        </rules>
+        <enabled>false</enabled>
+        <wuid>-3d4af206:15877d6a498:-7769</wuid>
+        <transparent>false</transparent>
+        <pv_value />
+        <scripts />
+        <buttons_on_left>false</buttons_on_left>
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <height>31</height>
+        <border_width>2</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <pv_name>$(PREFIX):CARD0:TRIGGER:PRETRIGGER_ms</pv_name>
+        <vertical_alignment>1</vertical_alignment>
+        <format>0</format>
+        <horizontal_buttons_layout>false</horizontal_buttons_layout>
+        <border_color>
+          <color name="IO Border" red="215" green="215" blue="215" />
+        </border_color>
+        <precision_from_pv>false</precision_from_pv>
+        <widget_type>Spinner</widget_type>
+        <step_increment>1.0</step_increment>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <limits_from_pv>true</limits_from_pv>
+        <background_color>
+          <color red="70" green="70" blue="70" />
+        </background_color>
+        <page_increment>10.0</page_increment>
+        <width>115</width>
+        <x>54</x>
+        <name>Spinner Template_10</name>
+        <y>168</y>
+        <maximum>10.0</maximum>
+        <foreground_color>
+          <color red="0" green="255" blue="255" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <minimum>0.0</minimum>
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.spinner" version="1.0.0">
+        <border_style>6</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <alarm_pulsing>false</alarm_pulsing>
+        <precision>3</precision>
+        <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules>
+          <rule name="BorderRule" prop_id="border_style" out_exp="false">
+            <exp bool_exp="pv0==1">
+              <value>9</value>
+            </exp>
+            <pv trig="true">$(pv_name).SIMM</pv>
+          </rule>
+        </rules>
+        <enabled>true</enabled>
+        <wuid>-3d4af206:15877d6a498:-7768</wuid>
+        <transparent>false</transparent>
+        <pv_value />
+        <scripts />
+        <buttons_on_left>false</buttons_on_left>
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <height>31</height>
+        <border_width>2</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <pv_name>$(PREFIX):CARD0:NSAMPLES_ms</pv_name>
+        <vertical_alignment>1</vertical_alignment>
+        <format>0</format>
+        <horizontal_buttons_layout>false</horizontal_buttons_layout>
+        <border_color>
+          <color name="IO Border" red="215" green="215" blue="215" />
+        </border_color>
+        <precision_from_pv>false</precision_from_pv>
+        <widget_type>Spinner</widget_type>
+        <step_increment>0.1</step_increment>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <limits_from_pv>false</limits_from_pv>
+        <background_color>
+          <color red="70" green="70" blue="70" />
+        </background_color>
+        <page_increment>10.0</page_increment>
+        <width>115</width>
+        <x>214</x>
+        <name>Spinner Template_1</name>
+        <y>168</y>
+        <maximum>10.0</maximum>
+        <foreground_color>
+          <color red="0" green="255" blue="255" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <minimum>1.0</minimum>
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.spinner" version="1.0.0">
+        <border_style>6</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <alarm_pulsing>false</alarm_pulsing>
+        <precision>3</precision>
+        <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules>
+          <rule name="BorderRule" prop_id="border_style" out_exp="false">
+            <exp bool_exp="pv0==1">
+              <value>9</value>
+            </exp>
+            <pv trig="true">$(pv_name).SIMM</pv>
+          </rule>
+        </rules>
+        <enabled>true</enabled>
+        <wuid>-3d4af206:15877d6a498:-7766</wuid>
+        <transparent>false</transparent>
+        <pv_value />
+        <scripts />
+        <buttons_on_left>false</buttons_on_left>
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <height>31</height>
+        <border_width>2</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <pv_name>$(PREFIX)$(TYPE):RCURSOR_ms</pv_name>
+        <vertical_alignment>1</vertical_alignment>
+        <format>0</format>
+        <horizontal_buttons_layout>false</horizontal_buttons_layout>
+        <border_color>
+          <color name="IO Border" red="215" green="215" blue="215" />
+        </border_color>
+        <precision_from_pv>false</precision_from_pv>
+        <widget_type>Spinner</widget_type>
+        <step_increment>1.0</step_increment>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <limits_from_pv>false</limits_from_pv>
+        <background_color>
+          <color red="70" green="70" blue="70" />
+        </background_color>
+        <page_increment>10.0</page_increment>
+        <width>115</width>
+        <x>214</x>
+        <name>Spinner Template_3</name>
+        <y>288</y>
+        <maximum>100.0</maximum>
+        <foreground_color>
+          <color red="0" green="255" blue="255" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <minimum>-100.0</minimum>
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+        <border_style>0</border_style>
+        <tooltip></tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>-1168daa3:158859bc9c3:-751a</wuid>
+        <transparent>false</transparent>
+        <auto_size>false</auto_size>
+        <text>HV1 Volt</text>
+        <scripts />
+        <height>24</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <widget_type>Label</widget_type>
+        <wrap_words>false</wrap_words>
+        <background_color>
+          <color red="0" green="0" blue="0" />
+        </background_color>
+        <width>160</width>
+        <x>408</x>
+        <name>Label_11</name>
+        <y>893</y>
+        <foreground_color>
+          <color name="Major" red="255" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
+        <border_style>0</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <alarm_pulsing>false</alarm_pulsing>
+        <precision>3</precision>
+        <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>-1168daa3:158859bc9c3:-7519</wuid>
+        <transparent>false</transparent>
+        <pv_value />
+        <auto_size>false</auto_size>
+        <text>######</text>
+        <rotation_angle>0.0</rotation_angle>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <show_units>true</show_units>
+        <height>24</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <pv_name>$(PREFIX)-HV1:VoltR:AVG</pv_name>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <precision_from_pv>true</precision_from_pv>
+        <widget_type>Text Update</widget_type>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <wrap_words>false</wrap_words>
+        <format_type>0</format_type>
+        <background_color>
+          <color name="TextBackground" red="70" green="70" blue="70" />
+        </background_color>
+        <width>150</width>
+        <x>567</x>
+        <name>Text Update_3</name>
+        <y>893</y>
+        <foreground_color>
+          <color name="Minor" red="255" green="128" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
+        <border_style>0</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <alarm_pulsing>false</alarm_pulsing>
+        <precision>3</precision>
+        <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>-1168daa3:158859bc9c3:-7518</wuid>
+        <transparent>false</transparent>
+        <pv_value />
+        <auto_size>false</auto_size>
+        <text>######</text>
+        <rotation_angle>0.0</rotation_angle>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <show_units>true</show_units>
+        <height>24</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <pv_name>$(PREFIX)-HV1:VoltR:MAX</pv_name>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <precision_from_pv>false</precision_from_pv>
+        <widget_type>Text Update</widget_type>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <wrap_words>false</wrap_words>
+        <format_type>0</format_type>
+        <background_color>
+          <color name="TextBackground" red="70" green="70" blue="70" />
+        </background_color>
+        <width>150</width>
+        <x>716</x>
+        <name>Text Update_1</name>
+        <y>893</y>
+        <foreground_color>
+          <color red="114" green="159" blue="207" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
+        <border_style>0</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <alarm_pulsing>false</alarm_pulsing>
+        <precision>3</precision>
+        <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>-1168daa3:158859bc9c3:-7517</wuid>
+        <transparent>false</transparent>
+        <pv_value />
+        <auto_size>false</auto_size>
+        <text>######</text>
+        <rotation_angle>0.0</rotation_angle>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <show_units>true</show_units>
+        <height>24</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <pv_name>$(PREFIX)-HV1:VoltR:MIN</pv_name>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <precision_from_pv>false</precision_from_pv>
+        <widget_type>Text Update</widget_type>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <wrap_words>false</wrap_words>
+        <format_type>0</format_type>
+        <background_color>
+          <color name="TextBackground" red="70" green="70" blue="70" />
+        </background_color>
+        <width>150</width>
+        <x>865</x>
+        <name>Text Update_2</name>
+        <y>893</y>
+        <foreground_color>
+          <color red="252" green="233" blue="79" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+        <border_style>0</border_style>
+        <tooltip></tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>-1168daa3:158859bc9c3:-70a0</wuid>
+        <transparent>false</transparent>
+        <auto_size>false</auto_size>
+        <text>HV2 Volt</text>
+        <scripts />
+        <height>24</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <widget_type>Label</widget_type>
+        <wrap_words>false</wrap_words>
+        <background_color>
+          <color red="0" green="0" blue="0" />
+        </background_color>
+        <width>160</width>
+        <x>408</x>
+        <name>Label_11</name>
+        <y>916</y>
+        <foreground_color>
+          <color name="Primary Blue" red="0" green="148" blue="202" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
+        <border_style>0</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <alarm_pulsing>false</alarm_pulsing>
+        <precision>3</precision>
+        <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>-1168daa3:158859bc9c3:-709f</wuid>
+        <transparent>false</transparent>
+        <pv_value />
+        <auto_size>false</auto_size>
+        <text>######</text>
+        <rotation_angle>0.0</rotation_angle>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <show_units>true</show_units>
+        <height>24</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <pv_name>$(PREFIX)-HV2:VoltR:AVG</pv_name>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <precision_from_pv>true</precision_from_pv>
+        <widget_type>Text Update</widget_type>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <wrap_words>false</wrap_words>
+        <format_type>0</format_type>
+        <background_color>
+          <color name="TextBackground" red="70" green="70" blue="70" />
+        </background_color>
+        <width>150</width>
+        <x>567</x>
+        <name>Text Update_3</name>
+        <y>916</y>
+        <foreground_color>
+          <color name="Minor" red="255" green="128" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
+        <border_style>0</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <alarm_pulsing>false</alarm_pulsing>
+        <precision>3</precision>
+        <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>-1168daa3:158859bc9c3:-709e</wuid>
+        <transparent>false</transparent>
+        <pv_value />
+        <auto_size>false</auto_size>
+        <text>######</text>
+        <rotation_angle>0.0</rotation_angle>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <show_units>true</show_units>
+        <height>24</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <pv_name>$(PREFIX)-HV2:VoltR:MAX</pv_name>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <precision_from_pv>false</precision_from_pv>
+        <widget_type>Text Update</widget_type>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <wrap_words>false</wrap_words>
+        <format_type>0</format_type>
+        <background_color>
+          <color name="TextBackground" red="70" green="70" blue="70" />
+        </background_color>
+        <width>150</width>
+        <x>716</x>
+        <name>Text Update_1</name>
+        <y>916</y>
+        <foreground_color>
+          <color red="114" green="159" blue="207" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
+        <border_style>0</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <alarm_pulsing>false</alarm_pulsing>
+        <precision>3</precision>
+        <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>-1168daa3:158859bc9c3:-709d</wuid>
+        <transparent>false</transparent>
+        <pv_value />
+        <auto_size>false</auto_size>
+        <text>######</text>
+        <rotation_angle>0.0</rotation_angle>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <show_units>true</show_units>
+        <height>24</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <pv_name>$(PREFIX)-HV2:VoltR:MIN</pv_name>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <precision_from_pv>false</precision_from_pv>
+        <widget_type>Text Update</widget_type>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <wrap_words>false</wrap_words>
+        <format_type>0</format_type>
+        <background_color>
+          <color name="TextBackground" red="70" green="70" blue="70" />
+        </background_color>
+        <width>150</width>
+        <x>865</x>
+        <name>Text Update_2</name>
+        <y>916</y>
+        <foreground_color>
+          <color red="252" green="233" blue="79" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+        <border_style>0</border_style>
+        <tooltip></tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>-1168daa3:158859bc9c3:-f67</wuid>
+        <transparent>false</transparent>
+        <auto_size>false</auto_size>
+        <text>Display interval</text>
+        <scripts />
+        <height>32</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <widget_type>Label</widget_type>
+        <wrap_words>true</wrap_words>
+        <background_color>
+          <color name="SubPanel" red="176" green="218" blue="249" />
+        </background_color>
+        <width>349</width>
+        <x>36</x>
+        <name>Label_15</name>
+        <y>126</y>
+        <foreground_color>
+          <color red="0" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <show_scrollbar>false</show_scrollbar>
+        <font>
+          <opifont.name fontName="OpenSans" height="15" style="1">Medium Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+        <border_style>0</border_style>
+        <tooltip></tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>-1168daa3:158859bc9c3:-f5d</wuid>
+        <transparent>false</transparent>
+        <auto_size>false</auto_size>
+        <text>Measure interval</text>
+        <scripts />
+        <height>32</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <widget_type>Label</widget_type>
+        <wrap_words>true</wrap_words>
+        <background_color>
+          <color name="SubPanel" red="176" green="218" blue="249" />
+        </background_color>
+        <width>349</width>
+        <x>36</x>
+        <name>Label_15</name>
+        <y>246</y>
+        <foreground_color>
+          <color red="0" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <show_scrollbar>false</show_scrollbar>
+        <font>
+          <opifont.name fontName="OpenSans" height="15" style="1">Medium Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+        <border_style>0</border_style>
+        <tooltip></tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>-1168daa3:158859bc9c3:-f53</wuid>
+        <transparent>false</transparent>
+        <auto_size>false</auto_size>
+        <text>FAST ACQUISITION</text>
+        <scripts />
+        <height>32</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <widget_type>Label</widget_type>
+        <wrap_words>true</wrap_words>
+        <background_color>
+          <color name="SubPanel" red="176" green="218" blue="249" />
+        </background_color>
+        <width>1483</width>
+        <x>0</x>
+        <name>Label_15</name>
+        <y>12</y>
+        <foreground_color>
+          <color red="0" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <show_scrollbar>false</show_scrollbar>
+        <font>
+          <opifont.name fontName="OpenSans" height="15" style="1">Medium Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.spinner" version="1.0.0">
+        <border_style>6</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <alarm_pulsing>false</alarm_pulsing>
+        <precision>3</precision>
+        <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules>
+          <rule name="BorderRule" prop_id="border_style" out_exp="false">
+            <exp bool_exp="pv0==1">
+              <value>9</value>
+            </exp>
+            <pv trig="true">$(pv_name).SIMM</pv>
+          </rule>
+        </rules>
+        <enabled>true</enabled>
+        <wuid>-6047e935:1589bd389ef:-66ec</wuid>
+        <transparent>false</transparent>
+        <pv_value />
+        <scripts />
+        <buttons_on_left>false</buttons_on_left>
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <height>31</height>
+        <border_width>2</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <pv_name>$(PREFIX)$(TYPE):LCURSOR_ms</pv_name>
+        <vertical_alignment>1</vertical_alignment>
+        <format>0</format>
+        <horizontal_buttons_layout>false</horizontal_buttons_layout>
+        <border_color>
+          <color name="IO Border" red="215" green="215" blue="215" />
+        </border_color>
+        <precision_from_pv>false</precision_from_pv>
+        <widget_type>Spinner</widget_type>
+        <step_increment>1.0</step_increment>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <limits_from_pv>false</limits_from_pv>
+        <background_color>
+          <color red="70" green="70" blue="70" />
+        </background_color>
+        <page_increment>10.0</page_increment>
+        <width>115</width>
+        <x>54</x>
+        <name>Spinner Template_3</name>
+        <y>288</y>
+        <maximum>100.0</maximum>
+        <foreground_color>
+          <color red="0" green="255" blue="255" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <minimum>-100.0</minimum>
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.xyGraph" version="1.0.0">
+        <axis_1_scale_format></axis_1_scale_format>
+        <trace_2_x_axis_index>0</trace_2_x_axis_index>
+        <alarm_pulsing>false</alarm_pulsing>
+        <tooltip>$(trace_0_y_pv)
+$(trace_0_y_pv_value)</tooltip>
+        <trace_0_concatenate_data>false</trace_0_concatenate_data>
+        <trace_0_trace_type>0</trace_0_trace_type>
+        <trace_4_line_width>3</trace_4_line_width>
+        <border_width>1</border_width>
+        <trace_3_point_size>4</trace_3_point_size>
+        <trace_1_x_axis_index>0</trace_1_x_axis_index>
+        <border_style>0</border_style>
+        <axis_0_grid_color>
+          <color red="78" green="154" blue="6" />
+        </axis_0_grid_color>
+        <axis_2_visible>false</axis_2_visible>
+        <trace_0_name>$(trace_0_y_pv)</trace_0_name>
+        <axis_2_minimum>0.0</axis_2_minimum>
+        <trace_0_update_mode>0</trace_0_update_mode>
+        <trace_1_x_pv>$(PREFIX)-HV1:VoltR_XMS</trace_1_x_pv>
+        <wuid>-61dcfd6b:158bac54bbd:-7d05</wuid>
+        <transparent>false</transparent>
+        <trace_1_update_mode>0</trace_1_update_mode>
+        <axis_0_title_font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </axis_0_title_font>
+        <trace_2_update_mode>0</trace_2_update_mode>
+        <background_color>
+          <color name="Field Background Grey" red="240" green="240" blue="240" />
+        </background_color>
+        <trace_3_update_mode>0</trace_3_update_mode>
+        <x>408</x>
+        <y>582</y>
+        <trace_4_update_mode>0</trace_4_update_mode>
+        <trace_3_x_axis_index>0</trace_3_x_axis_index>
+        <trace_0_x_axis_index>0</trace_0_x_axis_index>
+        <axis_count>3</axis_count>
+        <trace_4_x_pv>$(PREFIX)-HV1:VoltR:RCURSOR_X</trace_4_x_pv>
+        <trace_3_y_pv_value />
+        <trace_1_point_size>4</trace_1_point_size>
+        <trace_1_anti_alias>false</trace_1_anti_alias>
+        <pv_value />
+        <axis_2_grid_color>
+          <color red="200" green="200" blue="200" />
+        </axis_2_grid_color>
+        <trace_0_buffer_size>520</trace_0_buffer_size>
+        <trace_2_buffer_size>520</trace_2_buffer_size>
+        <axis_1_maximum>8.0</axis_1_maximum>
+        <axis_0_scale_font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </axis_0_scale_font>
+        <trigger_pv></trigger_pv>
+        <trace_4_update_delay>1</trace_4_update_delay>
+        <widget_type>XY Graph</widget_type>
+        <trace_2_line_width>1</trace_2_line_width>
+        <trace_4_plot_mode>0</trace_4_plot_mode>
+        <trace_3_concatenate_data>false</trace_3_concatenate_data>
+        <trace_4_x_pv_value />
+        <axis_1_axis_color>
+          <color red="0" green="0" blue="0" />
+        </axis_1_axis_color>
+        <axis_0_scale_format></axis_0_scale_format>
+        <axis_1_log_scale>false</axis_1_log_scale>
+        <title></title>
+        <trace_0_visible>false</trace_0_visible>
+        <trace_4_buffer_size>2</trace_4_buffer_size>
+        <trace_1_name>$(trace_1_y_pv)</trace_1_name>
+        <trace_3_anti_alias>false</trace_3_anti_alias>
+        <trace_1_y_pv_value />
+        <axis_2_auto_scale>true</axis_2_auto_scale>
+        <trace_4_y_pv>loc://val(-100,100)</trace_4_y_pv>
+        <show_legend>false</show_legend>
+        <trace_3_visible>true</trace_3_visible>
+        <trace_4_x_axis_index>0</trace_4_x_axis_index>
+        <trace_3_name>$(trace_3_y_pv)</trace_3_name>
+        <axis_0_axis_title>ms</axis_0_axis_title>
+        <axis_0_axis_color>
+          <color red="0" green="0" blue="0" />
+        </axis_0_axis_color>
+        <axis_2_scale_font>
+          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+        </axis_2_scale_font>
+        <trace_3_update_delay>1</trace_3_update_delay>
+        <trace_2_update_delay>1</trace_2_update_delay>
+        <trace_4_point_style>0</trace_4_point_style>
+        <axis_0_dash_grid_line>false</axis_0_dash_grid_line>
+        <trace_0_point_style>2</trace_0_point_style>
+        <trace_1_point_style>2</trace_1_point_style>
+        <trace_0_line_width>1</trace_0_line_width>
+        <axis_2_y_axis>false</axis_2_y_axis>
+        <trace_3_x_pv_value />
+        <axis_0_time_format>0</axis_0_time_format>
+        <trace_count>5</trace_count>
+        <axis_1_show_grid>true</axis_1_show_grid>
+        <trace_3_x_pv>$(PREFIX)-HV1:VoltR:LCURSOR_X</trace_3_x_pv>
+        <trace_2_trace_color>
+          <color name="Primary Blue" red="0" green="148" blue="202" />
+        </trace_2_trace_color>
+        <trace_4_visible>true</trace_4_visible>
+        <axis_1_dash_grid_line>true</axis_1_dash_grid_line>
+        <trace_3_buffer_size>2</trace_3_buffer_size>
+        <trace_2_trace_type>0</trace_2_trace_type>
+        <trace_3_line_width>3</trace_3_line_width>
+        <show_toolbar>true</show_toolbar>
+        <axis_0_visible>true</axis_0_visible>
+        <axis_0_show_grid>true</axis_0_show_grid>
+        <trace_0_y_axis_index>1</trace_0_y_axis_index>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>true</keep_wh_ratio>
+        </scale_options>
+        <trace_1_y_pv>$(PREFIX)-HV1:VoltR_Y</trace_1_y_pv>
+        <trace_2_concatenate_data>false</trace_2_concatenate_data>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <trace_2_y_pv_value />
+        <trace_2_anti_alias>false</trace_2_anti_alias>
+        <axis_0_maximum>6.0</axis_0_maximum>
+        <trace_1_y_axis_index>1</trace_1_y_axis_index>
+        <trace_2_name>$(trace_2_y_pv)</trace_2_name>
+        <height>247</height>
+        <trace_2_visible>true</trace_2_visible>
+        <trigger_pv_value />
+        <trace_3_y_pv>loc://val(-100,100)</trace_3_y_pv>
+        <axis_1_grid_color>
+          <color red="78" green="154" blue="6" />
+        </axis_1_grid_color>
+        <actions hook="false" hook_all="false" />
+        <trace_2_point_size>4</trace_2_point_size>
+        <trace_4_concatenate_data>false</trace_4_concatenate_data>
+        <axis_2_axis_color>
+          <color red="0" green="0" blue="0" />
+        </axis_2_axis_color>
+        <axis_0_log_scale>false</axis_0_log_scale>
+        <trace_0_x_pv_value />
+        <axis_0_auto_scale_threshold>0.0</axis_0_auto_scale_threshold>
+        <rules />
+        <axis_1_visible>true</axis_1_visible>
+        <axis_2_show_grid>false</axis_2_show_grid>
+        <trace_3_y_axis_index>1</trace_3_y_axis_index>
+        <trace_0_update_delay>1</trace_0_update_delay>
+        <trace_1_concatenate_data>false</trace_1_concatenate_data>
+        <trace_1_trace_color>
+          <color red="242" green="26" blue="26" />
+        </trace_1_trace_color>
+        <trace_3_trace_color>
+          <color name="Major" red="255" green="0" blue="0" />
+        </trace_3_trace_color>
+        <pv_name></pv_name>
+        <axis_2_log_scale>false</axis_2_log_scale>
+        <axis_2_auto_scale_threshold>0.0</axis_2_auto_scale_threshold>
+        <name>XY Graph</name>
+        <trace_1_trace_type>0</trace_1_trace_type>
+        <axis_0_auto_scale>true</axis_0_auto_scale>
+        <axis_0_minimum>-6.0</axis_0_minimum>
+        <trace_2_y_axis_index>1</trace_2_y_axis_index>
+        <trace_1_update_delay>1</trace_1_update_delay>
+        <axis_2_dash_grid_line>false</axis_2_dash_grid_line>
+        <axis_1_axis_title>mA</axis_1_axis_title>
+        <trace_2_x_pv_value />
+        <axis_1_auto_scale>false</axis_1_auto_scale>
+        <trace_1_line_width>1</trace_1_line_width>
+        <trace_3_trace_type>1</trace_3_trace_type>
+        <trace_2_y_pv>$(PREFIX)-HV2:VoltR_Y</trace_2_y_pv>
+        <trace_1_plot_mode>0</trace_1_plot_mode>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <axis_2_title_font>
+          <opifont.name fontName="Cantarell" height="11" style="1">Default Bold</opifont.name>
+        </axis_2_title_font>
+        <trace_3_point_style>0</trace_3_point_style>
+        <trace_0_y_pv>$(PREFIX)$(TYPE)-FC:CurrR_Y</trace_0_y_pv>
+        <trace_2_point_style>2</trace_2_point_style>
+        <trace_0_plot_mode>0</trace_0_plot_mode>
+        <trace_4_trace_type>1</trace_4_trace_type>
+        <enabled>true</enabled>
+        <trace_0_x_pv>$(PREFIX)$(TYPE)-FC:CurrR_XMS</trace_0_x_pv>
+        <axis_1_scale_font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </axis_1_scale_font>
+        <axis_1_time_format>0</axis_1_time_format>
+        <axis_2_time_format>0</axis_2_time_format>
+        <axis_2_left_bottom_side>false</axis_2_left_bottom_side>
+        <trace_3_plot_mode>0</trace_3_plot_mode>
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <axis_2_maximum>22.0</axis_2_maximum>
+        <show_plot_area_border>false</show_plot_area_border>
+        <width>895</width>
+        <trace_1_x_pv_value />
+        <axis_1_minimum>-8.0</axis_1_minimum>
+        <title_font>
+          <opifont.name fontName="Cantarell" height="11" style="1">Default Bold</opifont.name>
+        </title_font>
+        <trace_4_anti_alias>false</trace_4_anti_alias>
+        <trace_0_y_pv_value />
+        <trace_1_visible>true</trace_1_visible>
+        <plot_area_background_color>
+          <color red="0" green="0" blue="0" />
+        </plot_area_background_color>
+        <trace_4_point_size>4</trace_4_point_size>
+        <axis_1_title_font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </axis_1_title_font>
+        <visible>true</visible>
+        <axis_2_axis_title>ms</axis_2_axis_title>
+        <trace_4_trace_color>
+          <color name="Major" red="255" green="0" blue="0" />
+        </trace_4_trace_color>
+        <trace_1_buffer_size>520</trace_1_buffer_size>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <axis_2_scale_format></axis_2_scale_format>
+        <trace_4_y_pv_value />
+        <scripts />
+        <trace_0_point_size>3</trace_0_point_size>
+        <trace_0_trace_color>
+          <color red="0" green="255" blue="0" />
+        </trace_0_trace_color>
+        <trace_0_anti_alias>false</trace_0_anti_alias>
+        <trace_4_name>$(trace_4_y_pv)</trace_4_name>
+        <axis_1_auto_scale_threshold>0.0</axis_1_auto_scale_threshold>
+        <trace_4_y_axis_index>1</trace_4_y_axis_index>
+        <trace_2_plot_mode>0</trace_2_plot_mode>
+        <trace_2_x_pv>$(PREFIX)-HV2:VoltR_XMS</trace_2_x_pv>
+        <foreground_color>
+          <color red="0" green="0" blue="255" />
+        </foreground_color>
+      </widget>
+    </widget>
+    <widget typeId="org.csstudio.opibuilder.widgets.groupingContainer" version="1.0.0">
+      <border_style>0</border_style>
+      <tooltip></tooltip>
+      <rules />
+      <enabled>true</enabled>
+      <wuid>-25f0d7e:158d972c59b:-7efc</wuid>
+      <transparent>true</transparent>
+      <lock_children>false</lock_children>
+      <scripts />
+      <height>1129</height>
+      <border_width>1</border_width>
+      <scale_options>
+        <width_scalable>true</width_scalable>
+        <height_scalable>true</height_scalable>
+        <keep_wh_ratio>false</keep_wh_ratio>
+      </scale_options>
+      <macros>
+        <include_parent_macros>true</include_parent_macros>
+      </macros>
+      <visible>false</visible>
+      <border_color>
+        <color red="0" green="128" blue="255" />
+      </border_color>
+      <widget_type>Grouping Container</widget_type>
+      <background_color>
+        <color red="240" green="240" blue="240" />
+      </background_color>
+      <width>2489</width>
+      <x>1</x>
+      <name>PLC</name>
+      <y>1</y>
+      <foreground_color>
+        <color red="192" green="192" blue="192" />
+      </foreground_color>
+      <actions hook="false" hook_all="false" />
+      <fc>false</fc>
+      <show_scrollbar>true</show_scrollbar>
+      <font>
+        <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+      </font>
+      <widget typeId="org.csstudio.opibuilder.widgets.linkingContainer" version="1.0.0">
+        <opi_file></opi_file>
+        <border_style>3</border_style>
+        <tooltip></tooltip>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>-25f0d7e:158d972c59b:-7e2e</wuid>
+        <scripts>
+          <path pathString="/CSS/emu/Scripts/PlcOpi.js" checkConnect="true" sfe="false" seoe="false">
+            <pv trig="true">loc://pagePLC</pv>
+          </path>
+        </scripts>
+        <height>1060</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <macros>
+          <include_parent_macros>true</include_parent_macros>
+        </macros>
+        <resize_behaviour>0</resize_behaviour>
+        <visible>true</visible>
+        <group_name></group_name>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <widget_type>Linking Container</widget_type>
+        <background_color>
+          <color name="Container Grey" red="200" green="200" blue="200" />
+        </background_color>
+        <width>2011</width>
+        <x>414</x>
+        <name>Linking Container</name>
+        <y>27</y>
+        <foreground_color>
+          <color red="192" green="192" blue="192" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.ActionButton" version="2.0.0">
+        <toggle_button>false</toggle_button>
+        <border_style>14</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <alarm_pulsing>false</alarm_pulsing>
+        <tooltip>$(pv_name)</tooltip>
+        <push_action_index>0</push_action_index>
+        <rules>
+          <rule name="Rule_fault_mode_1,2and3" prop_id="background_color" out_exp="false">
+            <exp bool_exp="pv0 == 1 || pv1==1 ||pv2==1">
+              <value>
+                <color name="Major" red="255" green="0" blue="0" />
+              </value>
+            </exp>
+            <pv trig="true">INFN-SRC:INTK-HMI:FM1</pv>
+            <pv trig="true">INFN-SRC:INTK-HMI:FM2</pv>
+            <pv trig="true">INFN-SRC:INTK-HMI:FM3</pv>
+          </rule>
+        </rules>
+        <enabled>true</enabled>
+        <wuid>-25f0d7e:158d972c59b:-7d3b</wuid>
+        <pv_value />
+        <text>Fault mode 1, 2 and 3</text>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <height>70</height>
+        <border_width>0</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <image></image>
+        <visible>true</visible>
+        <pv_name></pv_name>
+        <border_color>
+          <color red="255" green="255" blue="255" />
+        </border_color>
+        <widget_type>Action Button</widget_type>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <background_color>
+          <color name="Container Border Grey" red="150" green="150" blue="150" />
+        </background_color>
+        <width>360</width>
+        <x>12</x>
+        <name>Action Button</name>
+        <y>102</y>
+        <style>0</style>
+        <foreground_color>
+          <color name="Black" red="0" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false">
+          <action type="WRITE_PV">
+            <pv_name>loc://pagePLC</pv_name>
+            <value>fm123</value>
+            <timeout>10</timeout>
+            <confirm_message></confirm_message>
+            <description></description>
+          </action>
+        </actions>
+        <font>
+          <opifont.name fontName="OpenSans" height="15" style="1">Medium Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.ActionButton" version="2.0.0">
+        <toggle_button>false</toggle_button>
+        <border_style>14</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <alarm_pulsing>false</alarm_pulsing>
+        <tooltip>$(pv_name)</tooltip>
+        <push_action_index>0</push_action_index>
+        <rules>
+          <rule name="Rule_fault_mode4and5" prop_id="background_color" out_exp="false">
+            <exp bool_exp="pv0==1 || pv1==1">
+              <value>
+                <color name="Major" red="255" green="0" blue="0" />
+              </value>
+            </exp>
+            <pv trig="true">INFN-SRC:INTK-HMI:FM5</pv>
+            <pv trig="true">INFN-SRC:INTK-HMI:FM4</pv>
+          </rule>
+        </rules>
+        <enabled>true</enabled>
+        <wuid>-25f0d7e:158d972c59b:-7d3a</wuid>
+        <pv_value />
+        <text>Fault mode 4 and 5</text>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <height>70</height>
+        <border_width>0</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <image></image>
+        <visible>true</visible>
+        <pv_name></pv_name>
+        <border_color>
+          <color red="255" green="255" blue="255" />
+        </border_color>
+        <widget_type>Action Button</widget_type>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <background_color>
+          <color name="Container Border Grey" red="150" green="150" blue="150" />
+        </background_color>
+        <width>360</width>
+        <x>12</x>
+        <name>Action Button_10</name>
+        <y>177</y>
+        <style>0</style>
+        <foreground_color>
+          <color name="Black" red="0" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false">
+          <action type="WRITE_PV">
+            <pv_name>loc://pagePLC</pv_name>
+            <value>fm45</value>
+            <timeout>10</timeout>
+            <confirm_message></confirm_message>
+            <description></description>
+          </action>
+        </actions>
+        <font>
+          <opifont.name fontName="OpenSans" height="15" style="1">Medium Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.ActionButton" version="2.0.0">
+        <toggle_button>false</toggle_button>
+        <border_style>14</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <alarm_pulsing>false</alarm_pulsing>
+        <tooltip>$(pv_name)</tooltip>
+        <push_action_index>0</push_action_index>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>-25f0d7e:158d972c59b:-7d39</wuid>
+        <pv_value />
+        <text>Home</text>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <height>70</height>
+        <border_width>0</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <image></image>
+        <visible>true</visible>
+        <pv_name>loc://pagePLC("home")</pv_name>
+        <border_color>
+          <color red="255" green="255" blue="255" />
+        </border_color>
+        <widget_type>Action Button</widget_type>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <background_color>
+          <color name="Container Border Grey" red="150" green="150" blue="150" />
+        </background_color>
+        <width>360</width>
+        <x>12</x>
+        <name>Action Button_6</name>
+        <y>27</y>
+        <style>0</style>
+        <foreground_color>
+          <color name="Black" red="0" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false">
+          <action type="WRITE_PV">
+            <pv_name>loc://pagePLC</pv_name>
+            <value>home</value>
+            <timeout>10</timeout>
+            <confirm_message></confirm_message>
+            <description></description>
+          </action>
+        </actions>
+        <font>
+          <opifont.name fontName="OpenSans" height="15" style="1">Medium Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.ActionButton" version="2.0.0">
+        <toggle_button>false</toggle_button>
+        <border_style>14</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <alarm_pulsing>false</alarm_pulsing>
+        <tooltip>$(pv_name)</tooltip>
+        <push_action_index>0</push_action_index>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>-25f0d7e:158d972c59b:-7d38</wuid>
+        <pv_value />
+        <text>Inputs/outputs value</text>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <height>70</height>
+        <border_width>0</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <image></image>
+        <visible>true</visible>
+        <pv_name></pv_name>
+        <border_color>
+          <color red="255" green="255" blue="255" />
+        </border_color>
+        <widget_type>Action Button</widget_type>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <background_color>
+          <color name="Container Border Grey" red="150" green="150" blue="150" />
+        </background_color>
+        <width>360</width>
+        <x>12</x>
+        <name>Action Button_13</name>
+        <y>252</y>
+        <style>0</style>
+        <foreground_color>
+          <color name="Black" red="0" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false">
+          <action type="WRITE_PV">
+            <pv_name>loc://pagePLC</pv_name>
+            <value>InOut</value>
+            <timeout>10</timeout>
+            <confirm_message></confirm_message>
+            <description></description>
+          </action>
+        </actions>
+        <font>
+          <opifont.name fontName="OpenSans" height="15" style="1">Medium Bold</opifont.name>
+        </font>
+      </widget>
+    </widget>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Rectangle" version="1.0.0">
+    <border_style>0</border_style>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <line_width>1</line_width>
+    <horizontal_fill>true</horizontal_fill>
+    <alarm_pulsing>false</alarm_pulsing>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <rules />
+    <enabled>true</enabled>
+    <wuid>20cc570d:152c6318c71:-19d6</wuid>
+    <transparent>false</transparent>
+    <pv_value />
+    <alpha>255</alpha>
+    <bg_gradient_color>
+      <color name="IO Foreground" red="0" green="0" blue="0" />
+    </bg_gradient_color>
+    <scripts />
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <height>80</height>
+    <border_width>2</border_width>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <visible>true</visible>
+    <pv_name></pv_name>
+    <gradient>false</gradient>
+    <border_color>
+      <color red="0" green="148" blue="202" />
+    </border_color>
+    <anti_alias>true</anti_alias>
+    <line_style>0</line_style>
+    <widget_type>Rectangle</widget_type>
+    <fg_gradient_color>
+      <color name="IO Foreground" red="0" green="0" blue="0" />
+    </fg_gradient_color>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="148" blue="202" />
+    </background_color>
+    <width>2491</width>
+    <x>18</x>
+    <name>Rectangle Template</name>
+    <y>0</y>
+    <fill_level>100.0</fill_level>
+    <foreground_color>
+      <color red="0" green="148" blue="202" />
+    </foreground_color>
+    <actions hook="false" hook_all="false" />
+    <font>
+      <opifont.name fontName="arial" height="10" style="0">IO Normal</opifont.name>
+    </font>
+    <line_color>
+      <color name="IO Line" red="0" green="32" blue="92" />
+    </line_color>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <border_style>0</border_style>
+    <tooltip></tooltip>
+    <horizontal_alignment>1</horizontal_alignment>
+    <rules />
+    <enabled>false</enabled>
+    <wuid>20cc570d:152c6318c71:-19d2</wuid>
+    <transparent>true</transparent>
+    <auto_size>false</auto_size>
+    <text>EMITTANCE METER $(TYPE)</text>
+    <scripts />
+    <height>43</height>
+    <border_width>2</border_width>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <visible>true</visible>
+    <vertical_alignment>1</vertical_alignment>
+    <border_color>
+      <color name="IO Border" red="215" green="215" blue="215" />
+    </border_color>
+    <widget_type>Label</widget_type>
+    <wrap_words>true</wrap_words>
+    <background_color>
+      <color name="IO Background" red="255" green="255" blue="205" />
+    </background_color>
+    <width>2491</width>
+    <x>18</x>
+    <name>Label Template</name>
+    <y>18</y>
+    <foreground_color>
+      <color red="255" green="255" blue="255" />
+    </foreground_color>
+    <actions hook="false" hook_all="false" />
+    <show_scrollbar>false</show_scrollbar>
+    <font>
+      <fontdata fontName="Titillium" height="28" style="0" />
+    </font>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <border_style>0</border_style>
+    <tooltip></tooltip>
+    <horizontal_alignment>1</horizontal_alignment>
+    <rules />
+    <enabled>false</enabled>
+    <wuid>-cae44c:157dd221fed:-6b69</wuid>
+    <transparent>true</transparent>
+    <auto_size>false</auto_size>
+    <text>Status</text>
+    <scripts />
+    <height>20</height>
+    <border_width>2</border_width>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <visible>true</visible>
+    <vertical_alignment>1</vertical_alignment>
+    <border_color>
+      <color name="IO Border" red="215" green="215" blue="215" />
+    </border_color>
+    <widget_type>Label</widget_type>
+    <wrap_words>false</wrap_words>
+    <background_color>
+      <color name="IO Background" red="255" green="255" blue="205" />
+    </background_color>
+    <width>79</width>
+    <x>2088</x>
+    <name>Label Orientation_7</name>
+    <y>30</y>
+    <foreground_color>
+      <color name="IO Foreground" red="0" green="0" blue="0" />
+    </foreground_color>
+    <actions hook="false" hook_all="false" />
+    <font>
+      <fontdata fontName="Sans" height="10" style="1" />
+    </font>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
+    <alarm_pulsing>false</alarm_pulsing>
+    <precision>0</precision>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <horizontal_alignment>0</horizontal_alignment>
+    <rules />
+    <pv_value />
+    <auto_size>false</auto_size>
+    <text></text>
+    <rotation_angle>0.0</rotation_angle>
+    <show_units>true</show_units>
+    <height>25</height>
+    <multiline_input>false</multiline_input>
+    <border_width>1</border_width>
+    <visible>true</visible>
+    <pv_name>${PREFIX}${TYPE}:MTR.FAZE</pv_name>
+    <selector_type>0</selector_type>
+    <border_color>
+      <color red="0" green="128" blue="255" />
+    </border_color>
+    <precision_from_pv>true</precision_from_pv>
+    <widget_type>Text Input</widget_type>
+    <confirm_message></confirm_message>
+    <name>Text Input_9</name>
+    <style>0</style>
+    <actions hook="false" hook_all="false" />
+    <border_style>3</border_style>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <enabled>true</enabled>
+    <wuid>-cae44c:157dd221fed:-6b63</wuid>
+    <transparent>false</transparent>
+    <scripts />
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <format_type>0</format_type>
+    <limits_from_pv>false</limits_from_pv>
+    <background_color>
+      <color name="Black" red="0" green="0" blue="0" />
+    </background_color>
+    <width>322</width>
+    <x>2172</x>
+    <y>27</y>
+    <maximum>1.7976931348623157E308</maximum>
+    <foreground_color>
+      <color name="Major" red="255" green="0" blue="0" />
+    </foreground_color>
+    <minimum>-1.7976931348623157E308</minimum>
+    <font>
+      <opifont.name fontName="OpenSans" height="10" style="1">Small Bold</opifont.name>
+    </font>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.combo" version="1.0.0">
+    <border_style>0</border_style>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <alarm_pulsing>false</alarm_pulsing>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <rules />
+    <enabled>true</enabled>
+    <wuid>-1b7d41f2:15cc967e931:-7f3e</wuid>
+    <pv_value />
+    <scripts>
+      <path pathString="EmbeddedJs" checkConnect="true" sfe="false" seoe="false">
+        <scriptName>EmbeddedScript</scriptName>
         <scriptText><![CDATA[importPackage(Packages.org.csstudio.opibuilder.scriptUtil);
 display.getWidget(Text Update).setPropertyValue("Text",test)
-]]></scriptText>
-        <pv trig="true">loc://testMacro</pv>
-      </path>
-    </scripts>
-    <border_alarm_sensitive>true</border_alarm_sensitive>
-    <height>24</height>
-    <border_width>1</border_width>
-    <scale_options>
-      <width_scalable>true</width_scalable>
-      <height_scalable>false</height_scalable>
-      <keep_wh_ratio>false</keep_wh_ratio>
-    </scale_options>
-    <items_from_pv>false</items_from_pv>
-    <visible>true</visible>
-    <pv_name>loc://testMacro</pv_name>
-    <border_color>
-      <color red="0" green="128" blue="255" />
-    </border_color>
-    <widget_type>Combo</widget_type>
-    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-    <background_color>
-      <color red="255" green="255" blue="255" />
-    </background_color>
-    <width>100</width>
-    <x>522</x>
-    <name>Combo</name>
-    <y>25</y>
-    <foreground_color>
-      <color red="0" green="0" blue="0" />
-    </foreground_color>
-    <actions hook="false" hook_all="false" />
-    <items>
-      <s>VERTICAL</s>
-      <s>HORIZONTAL</s>
-    </items>
-    <font>
-      <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-    </font>
-  </widget>
+]]></scriptText>
+        <pv trig="true">loc://testMacro</pv>
+      </path>
+    </scripts>
+    <border_alarm_sensitive>true</border_alarm_sensitive>
+    <height>24</height>
+    <border_width>1</border_width>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>false</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <items_from_pv>false</items_from_pv>
+    <visible>true</visible>
+    <pv_name>loc://testMacro</pv_name>
+    <border_color>
+      <color red="0" green="128" blue="255" />
+    </border_color>
+    <widget_type>Combo</widget_type>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="255" green="255" blue="255" />
+    </background_color>
+    <width>100</width>
+    <x>522</x>
+    <name>Combo</name>
+    <y>25</y>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <actions hook="false" hook_all="false" />
+    <items>
+      <s>VERTICAL</s>
+      <s>HORIZONTAL</s>
+    </items>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+    </font>
+  </widget>
 </display>
\ No newline at end of file
diff --git a/NON-APPROVED/lebt-010-pbi-emu/EMU_V.opi b/NON-APPROVED/lebt-pbi/emu/EMU_V.opi
old mode 100755
new mode 100644
similarity index 97%
rename from NON-APPROVED/lebt-010-pbi-emu/EMU_V.opi
rename to NON-APPROVED/lebt-pbi/emu/EMU_V.opi
index d9c5a93a52dd0ce4b4c0c1b7be506b5e6b260265..4a3177b93db1da554e81e140361482cf32c09cb7
--- a/NON-APPROVED/lebt-010-pbi-emu/EMU_V.opi
+++ b/NON-APPROVED/lebt-pbi/emu/EMU_V.opi
@@ -1,10479 +1,10479 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<display typeId="org.csstudio.opibuilder.Display" version="1.0.0">
-  <show_close_button>true</show_close_button>
-  <rules />
-  <wuid>3f06f9b8:152877ca726:-7d52</wuid>
-  <show_grid>true</show_grid>
-  <auto_zoom_to_fit_all>true</auto_zoom_to_fit_all>
-  <scripts />
-  <height>1600</height>
-  <macros>
-    <include_parent_macros>true</include_parent_macros>
-    <PREFIX>LNS-ISRC-010:PBI-EM</PREFIX>
-    <NAME_MTR>MTR1</NAME_MTR>
-    <TYPE>V</TYPE>
-  </macros>
-  <boy_version>4.0.103.201506251634</boy_version>
-  <show_edit_range>true</show_edit_range>
-  <widget_type>Display</widget_type>
-  <auto_scale_widgets>
-    <auto_scale_widgets>false</auto_scale_widgets>
-    <min_width>-1</min_width>
-    <min_height>-1</min_height>
-  </auto_scale_widgets>
-  <background_color>
-    <color red="240" green="240" blue="240" />
-  </background_color>
-  <width>2000</width>
-  <x>-1</x>
-  <name></name>
-  <grid_space>6</grid_space>
-  <show_ruler>true</show_ruler>
-  <y>-1</y>
-  <snap_to_geometry>true</snap_to_geometry>
-  <foreground_color>
-    <color red="192" green="192" blue="192" />
-  </foreground_color>
-  <actions hook="false" hook_all="false" />
-  <widget typeId="org.csstudio.opibuilder.widgets.linkingContainer" version="1.0.0">
-    <opi_file></opi_file>
-    <border_style>3</border_style>
-    <tooltip></tooltip>
-    <rules />
-    <enabled>true</enabled>
-    <wuid>7476ed13:15cc9bea0ad:-7cf6</wuid>
-    <scripts />
-    <height>1236</height>
-    <border_width>1</border_width>
-    <scale_options>
-      <width_scalable>true</width_scalable>
-      <height_scalable>true</height_scalable>
-      <keep_wh_ratio>false</keep_wh_ratio>
-    </scale_options>
-    <macros>
-      <include_parent_macros>true</include_parent_macros>
-    </macros>
-    <resize_behaviour>0</resize_behaviour>
-    <visible>true</visible>
-    <group_name></group_name>
-    <border_color>
-      <color red="0" green="128" blue="255" />
-    </border_color>
-    <widget_type>Linking Container</widget_type>
-    <background_color>
-      <color red="240" green="240" blue="240" />
-    </background_color>
-    <width>2542</width>
-    <x>9</x>
-    <name>Linking Container</name>
-    <y>91</y>
-    <foreground_color>
-      <color red="192" green="192" blue="192" />
-    </foreground_color>
-    <actions hook="false" hook_all="false" />
-    <font>
-      <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-    </font>
-  </widget>
-  <widget typeId="org.csstudio.opibuilder.widgets.tab" version="1.0.0">
-    <active_tab>0</active_tab>
-    <tooltip></tooltip>
-    <height>1165</height>
-    <tab_2_icon_path></tab_2_icon_path>
-    <border_width>1</border_width>
-    <border_color>
-      <color red="0" green="128" blue="255" />
-    </border_color>
-    <tab_0_foreground_color>
-      <color red="0" green="0" blue="0" />
-    </tab_0_foreground_color>
-    <actions hook="false" hook_all="false" />
-    <tab_1_enabled>true</tab_1_enabled>
-    <border_style>0</border_style>
-    <enabled>true</enabled>
-    <wuid>2fea3147:153609206ed:-7766</wuid>
-    <tab_1_background_color>
-      <color red="255" green="255" blue="255" />
-    </tab_1_background_color>
-    <tab_1_icon_path></tab_1_icon_path>
-    <tab_2_foreground_color>
-      <color red="0" green="0" blue="0" />
-    </tab_2_foreground_color>
-    <tab_1_font>
-      <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-    </tab_1_font>
-    <tab_2_enabled>true</tab_2_enabled>
-    <background_color>
-      <color red="240" green="240" blue="240" />
-    </background_color>
-    <width>2491</width>
-    <x>18</x>
-    <horizontal_tabs>true</horizontal_tabs>
-    <y>102</y>
-    <rules />
-    <macros>
-      <include_parent_macros>true</include_parent_macros>
-    </macros>
-    <visible>true</visible>
-    <tab_0_background_color>
-      <color red="255" green="255" blue="255" />
-    </tab_0_background_color>
-    <widget_type>Tabbed Container</widget_type>
-    <tab_2_font>
-      <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-    </tab_2_font>
-    <name></name>
-    <minimum_tab_height>10</minimum_tab_height>
-    <tab_2_title>PLC</tab_2_title>
-    <tab_0_font>
-      <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-    </tab_0_font>
-    <tab_2_background_color>
-      <color red="255" green="255" blue="255" />
-    </tab_2_background_color>
-    <tab_0_title>SCANNING</tab_0_title>
-    <tab_1_foreground_color>
-      <color red="0" green="0" blue="0" />
-    </tab_1_foreground_color>
-    <tab_1_title>DTACQ</tab_1_title>
-    <scripts />
-    <tab_count>3</tab_count>
-    <scale_options>
-      <width_scalable>true</width_scalable>
-      <height_scalable>true</height_scalable>
-      <keep_wh_ratio>false</keep_wh_ratio>
-    </scale_options>
-    <tab_0_icon_path></tab_0_icon_path>
-    <tab_0_enabled>true</tab_0_enabled>
-    <foreground_color>
-      <color red="192" green="192" blue="192" />
-    </foreground_color>
-    <widget typeId="org.csstudio.opibuilder.widgets.groupingContainer" version="1.0.0">
-      <border_style>0</border_style>
-      <tooltip></tooltip>
-      <rules />
-      <enabled>true</enabled>
-      <wuid>-4f668e34:1537ecf193c:-7f8d</wuid>
-      <transparent>true</transparent>
-      <lock_children>false</lock_children>
-      <scripts />
-      <height>1129</height>
-      <border_width>1</border_width>
-      <scale_options>
-        <width_scalable>true</width_scalable>
-        <height_scalable>true</height_scalable>
-        <keep_wh_ratio>false</keep_wh_ratio>
-      </scale_options>
-      <macros>
-        <include_parent_macros>true</include_parent_macros>
-      </macros>
-      <visible>true</visible>
-      <border_color>
-        <color red="0" green="128" blue="255" />
-      </border_color>
-      <widget_type>Grouping Container</widget_type>
-      <background_color>
-        <color red="240" green="240" blue="240" />
-      </background_color>
-      <width>2489</width>
-      <x>1</x>
-      <name>SCANNING</name>
-      <y>1</y>
-      <foreground_color>
-        <color red="192" green="192" blue="192" />
-      </foreground_color>
-      <actions hook="false" hook_all="false" />
-      <fc>false</fc>
-      <show_scrollbar>true</show_scrollbar>
-      <font>
-        <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-      </font>
-      <widget typeId="org.csstudio.opibuilder.widgets.RoundedRectangle" version="1.0.0">
-        <border_style>0</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <line_width>0</line_width>
-        <horizontal_fill>true</horizontal_fill>
-        <alarm_pulsing>false</alarm_pulsing>
-        <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>1e771979:1565068c2e3:-4ace</wuid>
-        <transparent>false</transparent>
-        <pv_value />
-        <alpha>255</alpha>
-        <corner_height>16</corner_height>
-        <bg_gradient_color>
-          <color red="255" green="255" blue="255" />
-        </bg_gradient_color>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <height>1099</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>true</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <pv_name></pv_name>
-        <gradient>false</gradient>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <anti_alias>true</anti_alias>
-        <corner_width>16</corner_width>
-        <line_style>0</line_style>
-        <widget_type>Rounded Rectangle</widget_type>
-        <fg_gradient_color>
-          <color red="255" green="255" blue="255" />
-        </fg_gradient_color>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <background_color>
-          <color name="Container Grey" red="200" green="200" blue="200" />
-        </background_color>
-        <width>349</width>
-        <x>29</x>
-        <name>Rounded Rectangle_5</name>
-        <y>12</y>
-        <fill_level>0.0</fill_level>
-        <foreground_color>
-          <color red="255" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-        </font>
-        <line_color>
-          <color red="128" green="0" blue="255" />
-        </line_color>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.tab" version="1.0.0">
-        <active_tab>0</active_tab>
-        <tooltip></tooltip>
-        <tab_3_icon_path></tab_3_icon_path>
-        <height>295</height>
-        <tab_2_icon_path></tab_2_icon_path>
-        <border_width>1</border_width>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <tab_0_foreground_color>
-          <color red="0" green="0" blue="0" />
-        </tab_0_foreground_color>
-        <actions hook="false" hook_all="false" />
-        <tab_1_enabled>true</tab_1_enabled>
-        <border_style>0</border_style>
-        <enabled>true</enabled>
-        <wuid>-1ab698cd:1586d27a42e:-6643</wuid>
-        <tab_1_background_color>
-          <color name="Field Background Grey" red="240" green="240" blue="240" />
-        </tab_1_background_color>
-        <tab_1_icon_path></tab_1_icon_path>
-        <tab_2_foreground_color>
-          <color red="0" green="0" blue="0" />
-        </tab_2_foreground_color>
-        <tab_1_font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </tab_1_font>
-        <tab_3_title>BPS</tab_3_title>
-        <tab_2_enabled>true</tab_2_enabled>
-        <background_color>
-          <color name="Container Grey" red="200" green="200" blue="200" />
-        </background_color>
-        <width>326</width>
-        <x>42</x>
-        <horizontal_tabs>true</horizontal_tabs>
-        <y>78</y>
-        <rules />
-        <tab_3_font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </tab_3_font>
-        <macros>
-          <include_parent_macros>true</include_parent_macros>
-        </macros>
-        <visible>true</visible>
-        <tab_0_background_color>
-          <color name="Field Background Grey" red="240" green="240" blue="240" />
-        </tab_0_background_color>
-        <tab_3_foreground_color>
-          <color red="0" green="0" blue="0" />
-        </tab_3_foreground_color>
-        <widget_type>Tabbed Container</widget_type>
-        <tab_2_font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </tab_2_font>
-        <tab_3_background_color>
-          <color name="Field Background Grey" red="240" green="240" blue="240" />
-        </tab_3_background_color>
-        <tab_3_enabled>true</tab_3_enabled>
-        <name>Tabbed Container_1</name>
-        <minimum_tab_height>10</minimum_tab_height>
-        <tab_2_title>Motor</tab_2_title>
-        <tab_0_font>
-          <opifont.name fontName="OpenSans" height="10" style="1">Small Bold</opifont.name>
-        </tab_0_font>
-        <tab_2_background_color>
-          <color name="Field Background Grey" red="240" green="240" blue="240" />
-        </tab_2_background_color>
-        <tab_0_title>DACQ</tab_0_title>
-        <tab_1_foreground_color>
-          <color red="0" green="0" blue="0" />
-        </tab_1_foreground_color>
-        <tab_1_title>Dimension</tab_1_title>
-        <scripts />
-        <tab_count>4</tab_count>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <tab_0_icon_path></tab_0_icon_path>
-        <tab_0_enabled>true</tab_0_enabled>
-        <foreground_color>
-          <color name="Container Grey" red="200" green="200" blue="200" />
-        </foreground_color>
-        <widget typeId="org.csstudio.opibuilder.widgets.groupingContainer" version="1.0.0">
-          <border_style>0</border_style>
-          <tooltip></tooltip>
-          <rules />
-          <enabled>true</enabled>
-          <wuid>-1168daa3:158859bc9c3:-6933</wuid>
-          <transparent>true</transparent>
-          <lock_children>false</lock_children>
-          <scripts />
-          <height>259</height>
-          <border_width>1</border_width>
-          <scale_options>
-            <width_scalable>true</width_scalable>
-            <height_scalable>true</height_scalable>
-            <keep_wh_ratio>false</keep_wh_ratio>
-          </scale_options>
-          <macros>
-            <include_parent_macros>true</include_parent_macros>
-          </macros>
-          <visible>false</visible>
-          <border_color>
-            <color red="0" green="128" blue="255" />
-          </border_color>
-          <widget_type>Grouping Container</widget_type>
-          <background_color>
-            <color red="240" green="240" blue="240" />
-          </background_color>
-          <width>324</width>
-          <x>1</x>
-          <name>DACQ</name>
-          <y>1</y>
-          <foreground_color>
-            <color red="192" green="192" blue="192" />
-          </foreground_color>
-          <actions hook="false" hook_all="false" />
-          <fc>false</fc>
-          <show_scrollbar>true</show_scrollbar>
-          <font>
-            <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-          </font>
-          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-            <border_style>0</border_style>
-            <tooltip></tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
-            <rules />
-            <enabled>false</enabled>
-            <wuid>-1168daa3:158859bc9c3:-691d</wuid>
-            <transparent>true</transparent>
-            <auto_size>false</auto_size>
-            <text>T1</text>
-            <scripts />
-            <height>20</height>
-            <border_width>2</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <visible>true</visible>
-            <vertical_alignment>1</vertical_alignment>
-            <border_color>
-              <color name="IO Border" red="215" green="215" blue="215" />
-            </border_color>
-            <widget_type>Label</widget_type>
-            <wrap_words>false</wrap_words>
-            <background_color>
-              <color name="IO Background" red="255" green="255" blue="205" />
-            </background_color>
-            <width>151</width>
-            <x>49</x>
-            <name>Label Orientation_1</name>
-            <y>54</y>
-            <foreground_color>
-              <color name="IO Foreground" red="0" green="0" blue="0" />
-            </foreground_color>
-            <actions hook="false" hook_all="false" />
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
-            <alarm_pulsing>false</alarm_pulsing>
-            <precision>0</precision>
-            <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
-            <rules>
-              <rule name="Disable" prop_id="enabled" out_exp="false">
-                <exp bool_exp="pv0==0">
-                  <value>true</value>
-                </exp>
-                <exp bool_exp="pv0==1">
-                  <value>false</value>
-                </exp>
-                <pv trig="true">${PREFIX}${TYPE}:MTR.BUSY</pv>
-              </rule>
-            </rules>
-            <pv_value />
-            <auto_size>false</auto_size>
-            <text></text>
-            <rotation_angle>0.0</rotation_angle>
-            <show_units>true</show_units>
-            <height>31</height>
-            <multiline_input>false</multiline_input>
-            <border_width>1</border_width>
-            <visible>true</visible>
-            <pv_name>$(PREFIX)$(TYPE):LCURSOR_ms</pv_name>
-            <selector_type>0</selector_type>
-            <border_color>
-              <color red="0" green="128" blue="255" />
-            </border_color>
-            <precision_from_pv>true</precision_from_pv>
-            <widget_type>Text Input</widget_type>
-            <confirm_message></confirm_message>
-            <name>Text Input</name>
-            <style>0</style>
-            <actions hook="false" hook_all="false" />
-            <border_style>3</border_style>
-            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-            <enabled>false</enabled>
-            <wuid>-1168daa3:158859bc9c3:-691c</wuid>
-            <transparent>false</transparent>
-            <scripts />
-            <border_alarm_sensitive>false</border_alarm_sensitive>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-            <format_type>0</format_type>
-            <limits_from_pv>false</limits_from_pv>
-            <background_color>
-              <color name="TextBackground" red="70" green="70" blue="70" />
-            </background_color>
-            <width>100</width>
-            <x>168</x>
-            <y>48</y>
-            <maximum>1.7976931348623157E308</maximum>
-            <foreground_color>
-              <color name="KeyboardEntry" red="0" green="255" blue="255" />
-            </foreground_color>
-            <minimum>-1.7976931348623157E308</minimum>
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-            <border_style>0</border_style>
-            <tooltip></tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
-            <rules />
-            <enabled>false</enabled>
-            <wuid>-1168daa3:158859bc9c3:-691b</wuid>
-            <transparent>true</transparent>
-            <auto_size>false</auto_size>
-            <text>T2</text>
-            <scripts />
-            <height>20</height>
-            <border_width>2</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <visible>true</visible>
-            <vertical_alignment>1</vertical_alignment>
-            <border_color>
-              <color name="IO Border" red="215" green="215" blue="215" />
-            </border_color>
-            <widget_type>Label</widget_type>
-            <wrap_words>false</wrap_words>
-            <background_color>
-              <color name="IO Background" red="255" green="255" blue="205" />
-            </background_color>
-            <width>174</width>
-            <x>38</x>
-            <name>Label Orientation_2</name>
-            <y>96</y>
-            <foreground_color>
-              <color name="IO Foreground" red="0" green="0" blue="0" />
-            </foreground_color>
-            <actions hook="false" hook_all="false" />
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-            <border_style>0</border_style>
-            <tooltip></tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
-            <rules />
-            <enabled>true</enabled>
-            <wuid>-1168daa3:158859bc9c3:-68d0</wuid>
-            <transparent>true</transparent>
-            <auto_size>false</auto_size>
-            <text>Measure interval</text>
-            <scripts />
-            <height>20</height>
-            <border_width>1</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <visible>true</visible>
-            <vertical_alignment>1</vertical_alignment>
-            <border_color>
-              <color red="0" green="128" blue="255" />
-            </border_color>
-            <widget_type>Label</widget_type>
-            <wrap_words>false</wrap_words>
-            <background_color>
-              <color red="255" green="255" blue="255" />
-            </background_color>
-            <width>151</width>
-            <x>142</x>
-            <name>Label</name>
-            <y>18</y>
-            <foreground_color>
-              <color red="0" green="0" blue="0" />
-            </foreground_color>
-            <actions hook="false" hook_all="false" />
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-            <border_style>0</border_style>
-            <tooltip></tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
-            <rules />
-            <enabled>true</enabled>
-            <wuid>-1168daa3:158859bc9c3:-68c6</wuid>
-            <transparent>true</transparent>
-            <auto_size>false</auto_size>
-            <text>Frequency sample </text>
-            <scripts />
-            <height>20</height>
-            <border_width>1</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <visible>true</visible>
-            <vertical_alignment>1</vertical_alignment>
-            <border_color>
-              <color red="0" green="128" blue="255" />
-            </border_color>
-            <widget_type>Label</widget_type>
-            <wrap_words>false</wrap_words>
-            <background_color>
-              <color red="255" green="255" blue="255" />
-            </background_color>
-            <width>151</width>
-            <x>6</x>
-            <name>Label_164</name>
-            <y>138</y>
-            <foreground_color>
-              <color red="0" green="0" blue="0" />
-            </foreground_color>
-            <actions hook="false" hook_all="false" />
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
-            <border_style>0</border_style>
-            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-            <alarm_pulsing>false</alarm_pulsing>
-            <precision>0</precision>
-            <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
-            <rules />
-            <enabled>true</enabled>
-            <wuid>-6047e935:1589bd389ef:-608e</wuid>
-            <transparent>false</transparent>
-            <pv_value />
-            <auto_size>false</auto_size>
-            <text>######</text>
-            <rotation_angle>0.0</rotation_angle>
-            <scripts />
-            <border_alarm_sensitive>true</border_alarm_sensitive>
-            <show_units>true</show_units>
-            <height>31</height>
-            <border_width>1</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <visible>true</visible>
-            <pv_name>$(PREFIX):CARD0:SAMPLINGRATE-RB</pv_name>
-            <vertical_alignment>1</vertical_alignment>
-            <border_color>
-              <color red="0" green="128" blue="255" />
-            </border_color>
-            <precision_from_pv>true</precision_from_pv>
-            <widget_type>Text Update</widget_type>
-            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-            <wrap_words>false</wrap_words>
-            <format_type>0</format_type>
-            <background_color>
-              <color red="70" green="70" blue="70" />
-            </background_color>
-            <width>100</width>
-            <x>168</x>
-            <name>Text Update</name>
-            <y>132</y>
-            <foreground_color>
-              <color name="Green On" red="0" green="255" blue="0" />
-            </foreground_color>
-            <actions hook="false" hook_all="false" />
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
-            <alarm_pulsing>false</alarm_pulsing>
-            <precision>0</precision>
-            <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
-            <rules>
-              <rule name="Disable" prop_id="enabled" out_exp="false">
-                <exp bool_exp="pv0==0">
-                  <value>true</value>
-                </exp>
-                <exp bool_exp="pv0==1">
-                  <value>false</value>
-                </exp>
-                <pv trig="true">${PREFIX}${TYPE}:MTR.BUSY</pv>
-              </rule>
-            </rules>
-            <pv_value />
-            <auto_size>false</auto_size>
-            <text></text>
-            <rotation_angle>0.0</rotation_angle>
-            <show_units>true</show_units>
-            <height>31</height>
-            <multiline_input>false</multiline_input>
-            <border_width>1</border_width>
-            <visible>true</visible>
-            <pv_name>$(PREFIX)$(TYPE):RCURSOR_ms</pv_name>
-            <selector_type>0</selector_type>
-            <border_color>
-              <color red="0" green="128" blue="255" />
-            </border_color>
-            <precision_from_pv>true</precision_from_pv>
-            <widget_type>Text Input</widget_type>
-            <confirm_message></confirm_message>
-            <name>Text Input</name>
-            <style>0</style>
-            <actions hook="false" hook_all="false" />
-            <border_style>3</border_style>
-            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-            <enabled>false</enabled>
-            <wuid>-6047e935:1589bd389ef:-5e00</wuid>
-            <transparent>false</transparent>
-            <scripts />
-            <border_alarm_sensitive>false</border_alarm_sensitive>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-            <format_type>0</format_type>
-            <limits_from_pv>false</limits_from_pv>
-            <background_color>
-              <color name="TextBackground" red="70" green="70" blue="70" />
-            </background_color>
-            <width>100</width>
-            <x>168</x>
-            <y>90</y>
-            <maximum>1.7976931348623157E308</maximum>
-            <foreground_color>
-              <color name="KeyboardEntry" red="0" green="255" blue="255" />
-            </foreground_color>
-            <minimum>-1.7976931348623157E308</minimum>
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-            </font>
-          </widget>
-        </widget>
-        <widget typeId="org.csstudio.opibuilder.widgets.groupingContainer" version="1.0.0">
-          <border_style>0</border_style>
-          <tooltip></tooltip>
-          <rules />
-          <enabled>true</enabled>
-          <wuid>-1ab698cd:1586d27a42e:-6642</wuid>
-          <transparent>true</transparent>
-          <lock_children>false</lock_children>
-          <scripts />
-          <height>259</height>
-          <border_width>1</border_width>
-          <scale_options>
-            <width_scalable>true</width_scalable>
-            <height_scalable>true</height_scalable>
-            <keep_wh_ratio>false</keep_wh_ratio>
-          </scale_options>
-          <macros>
-            <include_parent_macros>true</include_parent_macros>
-          </macros>
-          <visible>false</visible>
-          <border_color>
-            <color red="0" green="128" blue="255" />
-          </border_color>
-          <widget_type>Grouping Container</widget_type>
-          <background_color>
-            <color red="240" green="240" blue="240" />
-          </background_color>
-          <width>324</width>
-          <x>1</x>
-          <name>Dimension</name>
-          <y>1</y>
-          <foreground_color>
-            <color red="192" green="192" blue="192" />
-          </foreground_color>
-          <actions hook="false" hook_all="false" />
-          <fc>false</fc>
-          <show_scrollbar>true</show_scrollbar>
-          <font>
-            <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-          </font>
-          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-            <border_style>0</border_style>
-            <tooltip></tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
-            <rules />
-            <enabled>false</enabled>
-            <wuid>-20a75393:15809f6e4ee:-6feb</wuid>
-            <transparent>true</transparent>
-            <auto_size>false</auto_size>
-            <text>Energy (eV)</text>
-            <scripts />
-            <height>20</height>
-            <border_width>2</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <visible>true</visible>
-            <vertical_alignment>1</vertical_alignment>
-            <border_color>
-              <color name="IO Border" red="215" green="215" blue="215" />
-            </border_color>
-            <widget_type>Label</widget_type>
-            <wrap_words>false</wrap_words>
-            <background_color>
-              <color name="IO Background" red="255" green="255" blue="205" />
-            </background_color>
-            <width>151</width>
-            <x>12</x>
-            <name>Label Orientation_1</name>
-            <y>24</y>
-            <foreground_color>
-              <color name="IO Foreground" red="0" green="0" blue="0" />
-            </foreground_color>
-            <actions hook="false" hook_all="false" />
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
-            <alarm_pulsing>false</alarm_pulsing>
-            <precision>0</precision>
-            <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
-            <rules />
-            <pv_value />
-            <auto_size>false</auto_size>
-            <text></text>
-            <rotation_angle>0.0</rotation_angle>
-            <show_units>true</show_units>
-            <height>31</height>
-            <multiline_input>false</multiline_input>
-            <border_width>1</border_width>
-            <visible>true</visible>
-            <pv_name>${PREFIX}${TYPE}:CALC-Energy-SP</pv_name>
-            <selector_type>0</selector_type>
-            <border_color>
-              <color red="0" green="128" blue="255" />
-            </border_color>
-            <precision_from_pv>true</precision_from_pv>
-            <widget_type>Text Input</widget_type>
-            <confirm_message></confirm_message>
-            <name>Text Input</name>
-            <style>0</style>
-            <actions hook="false" hook_all="false" />
-            <border_style>3</border_style>
-            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-            <enabled>true</enabled>
-            <wuid>-20a75393:15809f6e4ee:-6fea</wuid>
-            <transparent>false</transparent>
-            <scripts />
-            <border_alarm_sensitive>false</border_alarm_sensitive>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-            <format_type>0</format_type>
-            <limits_from_pv>false</limits_from_pv>
-            <background_color>
-              <color name="TextBackground" red="70" green="70" blue="70" />
-            </background_color>
-            <width>100</width>
-            <x>198</x>
-            <y>18</y>
-            <maximum>1.7976931348623157E308</maximum>
-            <foreground_color>
-              <color name="KeyboardEntry" red="0" green="255" blue="255" />
-            </foreground_color>
-            <minimum>-1.7976931348623157E308</minimum>
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-            <border_style>0</border_style>
-            <tooltip></tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
-            <rules />
-            <enabled>false</enabled>
-            <wuid>-20a75393:15809f6e4ee:-6fe9</wuid>
-            <transparent>true</transparent>
-            <auto_size>false</auto_size>
-            <text>Distance betw. Plates</text>
-            <scripts />
-            <height>20</height>
-            <border_width>2</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <visible>false</visible>
-            <vertical_alignment>1</vertical_alignment>
-            <border_color>
-              <color name="IO Border" red="215" green="215" blue="215" />
-            </border_color>
-            <widget_type>Label</widget_type>
-            <wrap_words>false</wrap_words>
-            <background_color>
-              <color name="IO Background" red="255" green="255" blue="205" />
-            </background_color>
-            <width>174</width>
-            <x>13</x>
-            <name>Label Orientation_2</name>
-            <y>66</y>
-            <foreground_color>
-              <color name="IO Foreground" red="0" green="0" blue="0" />
-            </foreground_color>
-            <actions hook="false" hook_all="false" />
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
-            <alarm_pulsing>false</alarm_pulsing>
-            <precision>0</precision>
-            <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
-            <rules />
-            <pv_value />
-            <auto_size>false</auto_size>
-            <text></text>
-            <rotation_angle>0.0</rotation_angle>
-            <show_units>true</show_units>
-            <height>31</height>
-            <multiline_input>false</multiline_input>
-            <border_width>1</border_width>
-            <visible>false</visible>
-            <pv_name>${PREFIX}${TYPE}:CALC-DistP-SP</pv_name>
-            <selector_type>0</selector_type>
-            <border_color>
-              <color red="0" green="128" blue="255" />
-            </border_color>
-            <precision_from_pv>true</precision_from_pv>
-            <widget_type>Text Input</widget_type>
-            <confirm_message></confirm_message>
-            <name>Text Input_2</name>
-            <style>0</style>
-            <actions hook="false" hook_all="false" />
-            <border_style>3</border_style>
-            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-            <enabled>true</enabled>
-            <wuid>-20a75393:15809f6e4ee:-6fe8</wuid>
-            <transparent>false</transparent>
-            <scripts />
-            <border_alarm_sensitive>false</border_alarm_sensitive>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-            <format_type>0</format_type>
-            <limits_from_pv>false</limits_from_pv>
-            <background_color>
-              <color name="TextBackground" red="70" green="70" blue="70" />
-            </background_color>
-            <width>100</width>
-            <x>198</x>
-            <y>60</y>
-            <maximum>1.7976931348623157E308</maximum>
-            <foreground_color>
-              <color name="KeyboardEntry" red="0" green="255" blue="255" />
-            </foreground_color>
-            <minimum>-1.7976931348623157E308</minimum>
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-            <border_style>0</border_style>
-            <tooltip></tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
-            <rules />
-            <enabled>false</enabled>
-            <wuid>-20a75393:15809f6e4ee:-6fe7</wuid>
-            <transparent>true</transparent>
-            <auto_size>false</auto_size>
-            <text>Plate lenght</text>
-            <scripts />
-            <height>20</height>
-            <border_width>2</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <visible>false</visible>
-            <vertical_alignment>1</vertical_alignment>
-            <border_color>
-              <color name="IO Border" red="215" green="215" blue="215" />
-            </border_color>
-            <widget_type>Label</widget_type>
-            <wrap_words>false</wrap_words>
-            <background_color>
-              <color name="IO Background" red="255" green="255" blue="205" />
-            </background_color>
-            <width>199</width>
-            <x>0</x>
-            <name>Label Orientation_3</name>
-            <y>106</y>
-            <foreground_color>
-              <color name="IO Foreground" red="0" green="0" blue="0" />
-            </foreground_color>
-            <actions hook="false" hook_all="false" />
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
-            <alarm_pulsing>false</alarm_pulsing>
-            <precision>0</precision>
-            <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
-            <rules />
-            <pv_value />
-            <auto_size>false</auto_size>
-            <text></text>
-            <rotation_angle>0.0</rotation_angle>
-            <show_units>true</show_units>
-            <height>31</height>
-            <multiline_input>false</multiline_input>
-            <border_width>1</border_width>
-            <visible>false</visible>
-            <pv_name>${PREFIX}${TYPE}:CALC-LenghP-SP</pv_name>
-            <selector_type>0</selector_type>
-            <border_color>
-              <color red="0" green="128" blue="255" />
-            </border_color>
-            <precision_from_pv>true</precision_from_pv>
-            <widget_type>Text Input</widget_type>
-            <confirm_message></confirm_message>
-            <name>Text Input_3</name>
-            <style>0</style>
-            <actions hook="false" hook_all="false" />
-            <border_style>3</border_style>
-            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-            <enabled>true</enabled>
-            <wuid>-20a75393:15809f6e4ee:-6fe6</wuid>
-            <transparent>false</transparent>
-            <scripts />
-            <border_alarm_sensitive>false</border_alarm_sensitive>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-            <format_type>0</format_type>
-            <limits_from_pv>false</limits_from_pv>
-            <background_color>
-              <color name="TextBackground" red="70" green="70" blue="70" />
-            </background_color>
-            <width>100</width>
-            <x>198</x>
-            <y>100</y>
-            <maximum>1.7976931348623157E308</maximum>
-            <foreground_color>
-              <color name="KeyboardEntry" red="0" green="255" blue="255" />
-            </foreground_color>
-            <minimum>-1.7976931348623157E308</minimum>
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
-            <alarm_pulsing>false</alarm_pulsing>
-            <precision>0</precision>
-            <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
-            <rules />
-            <pv_value />
-            <auto_size>false</auto_size>
-            <text></text>
-            <rotation_angle>0.0</rotation_angle>
-            <show_units>true</show_units>
-            <height>31</height>
-            <multiline_input>false</multiline_input>
-            <border_width>1</border_width>
-            <visible>false</visible>
-            <pv_name>${PREFIX}${TYPE}:CALC-FacLenghP-SP</pv_name>
-            <selector_type>0</selector_type>
-            <border_color>
-              <color red="0" green="128" blue="255" />
-            </border_color>
-            <precision_from_pv>true</precision_from_pv>
-            <widget_type>Text Input</widget_type>
-            <confirm_message></confirm_message>
-            <name>Text Input_4</name>
-            <style>0</style>
-            <actions hook="false" hook_all="false" />
-            <border_style>3</border_style>
-            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-            <enabled>true</enabled>
-            <wuid>-20a75393:15809f6e4ee:-6fe4</wuid>
-            <transparent>false</transparent>
-            <scripts />
-            <border_alarm_sensitive>false</border_alarm_sensitive>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-            <format_type>0</format_type>
-            <limits_from_pv>false</limits_from_pv>
-            <background_color>
-              <color name="TextBackground" red="70" green="70" blue="70" />
-            </background_color>
-            <width>100</width>
-            <x>198</x>
-            <y>145</y>
-            <maximum>1.7976931348623157E308</maximum>
-            <foreground_color>
-              <color name="KeyboardEntry" red="0" green="255" blue="255" />
-            </foreground_color>
-            <minimum>-1.7976931348623157E308</minimum>
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-            <border_style>0</border_style>
-            <tooltip></tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
-            <rules />
-            <enabled>false</enabled>
-            <wuid>-20a75393:15809f6e4ee:-6fe5</wuid>
-            <transparent>true</transparent>
-            <auto_size>false</auto_size>
-            <text>Face Plate lenght</text>
-            <scripts />
-            <height>20</height>
-            <border_width>2</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <visible>false</visible>
-            <vertical_alignment>1</vertical_alignment>
-            <border_color>
-              <color name="IO Border" red="215" green="215" blue="215" />
-            </border_color>
-            <widget_type>Label</widget_type>
-            <wrap_words>false</wrap_words>
-            <background_color>
-              <color name="IO Background" red="255" green="255" blue="205" />
-            </background_color>
-            <width>199</width>
-            <x>0</x>
-            <name>Label Orientation_4</name>
-            <y>151</y>
-            <foreground_color>
-              <color name="IO Foreground" red="0" green="0" blue="0" />
-            </foreground_color>
-            <actions hook="false" hook_all="false" />
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-            <border_style>0</border_style>
-            <tooltip></tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
-            <rules />
-            <enabled>false</enabled>
-            <wuid>-20a75393:15809f6e4ee:-6fa3</wuid>
-            <transparent>true</transparent>
-            <auto_size>false</auto_size>
-            <text>Rear Plate lenght</text>
-            <scripts />
-            <height>20</height>
-            <border_width>2</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <visible>false</visible>
-            <vertical_alignment>1</vertical_alignment>
-            <border_color>
-              <color name="IO Border" red="215" green="215" blue="215" />
-            </border_color>
-            <widget_type>Label</widget_type>
-            <wrap_words>false</wrap_words>
-            <background_color>
-              <color name="IO Background" red="255" green="255" blue="205" />
-            </background_color>
-            <width>199</width>
-            <x>0</x>
-            <name>Label Orientation_4</name>
-            <y>195</y>
-            <foreground_color>
-              <color name="IO Foreground" red="0" green="0" blue="0" />
-            </foreground_color>
-            <actions hook="false" hook_all="false" />
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
-            <alarm_pulsing>false</alarm_pulsing>
-            <precision>0</precision>
-            <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
-            <rules />
-            <pv_value />
-            <auto_size>false</auto_size>
-            <text></text>
-            <rotation_angle>0.0</rotation_angle>
-            <show_units>true</show_units>
-            <height>31</height>
-            <multiline_input>false</multiline_input>
-            <border_width>1</border_width>
-            <visible>false</visible>
-            <pv_name>${PREFIX}${TYPE}:CALC-RearLenghP-SP</pv_name>
-            <selector_type>0</selector_type>
-            <border_color>
-              <color red="0" green="128" blue="255" />
-            </border_color>
-            <precision_from_pv>true</precision_from_pv>
-            <widget_type>Text Input</widget_type>
-            <confirm_message></confirm_message>
-            <name>Text Input_4</name>
-            <style>0</style>
-            <actions hook="false" hook_all="false" />
-            <border_style>3</border_style>
-            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-            <enabled>true</enabled>
-            <wuid>-20a75393:15809f6e4ee:-6fa2</wuid>
-            <transparent>false</transparent>
-            <scripts />
-            <border_alarm_sensitive>false</border_alarm_sensitive>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-            <format_type>0</format_type>
-            <limits_from_pv>false</limits_from_pv>
-            <background_color>
-              <color name="TextBackground" red="70" green="70" blue="70" />
-            </background_color>
-            <width>100</width>
-            <x>198</x>
-            <y>189</y>
-            <maximum>1.7976931348623157E308</maximum>
-            <foreground_color>
-              <color name="KeyboardEntry" red="0" green="255" blue="255" />
-            </foreground_color>
-            <minimum>-1.7976931348623157E308</minimum>
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-            </font>
-          </widget>
-        </widget>
-        <widget typeId="org.csstudio.opibuilder.widgets.groupingContainer" version="1.0.0">
-          <border_style>0</border_style>
-          <tooltip></tooltip>
-          <rules />
-          <enabled>true</enabled>
-          <wuid>-1ab698cd:1586d27a42e:-62df</wuid>
-          <transparent>true</transparent>
-          <lock_children>false</lock_children>
-          <scripts />
-          <height>259</height>
-          <border_width>1</border_width>
-          <scale_options>
-            <width_scalable>true</width_scalable>
-            <height_scalable>true</height_scalable>
-            <keep_wh_ratio>false</keep_wh_ratio>
-          </scale_options>
-          <macros>
-            <include_parent_macros>true</include_parent_macros>
-          </macros>
-          <visible>true</visible>
-          <border_color>
-            <color red="0" green="128" blue="255" />
-          </border_color>
-          <widget_type>Grouping Container</widget_type>
-          <background_color>
-            <color red="240" green="240" blue="240" />
-          </background_color>
-          <width>324</width>
-          <x>1</x>
-          <name>Motor</name>
-          <y>1</y>
-          <foreground_color>
-            <color red="192" green="192" blue="192" />
-          </foreground_color>
-          <actions hook="false" hook_all="false" />
-          <fc>false</fc>
-          <show_scrollbar>true</show_scrollbar>
-          <font>
-            <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-          </font>
-          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-            <border_style>0</border_style>
-            <tooltip></tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
-            <rules />
-            <enabled>false</enabled>
-            <wuid>-1ab698cd:1586d27a42e:-62d1</wuid>
-            <transparent>true</transparent>
-            <auto_size>false</auto_size>
-            <text>Velocity</text>
-            <scripts />
-            <height>20</height>
-            <border_width>2</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <visible>true</visible>
-            <vertical_alignment>1</vertical_alignment>
-            <border_color>
-              <color name="IO Border" red="215" green="215" blue="215" />
-            </border_color>
-            <widget_type>Label</widget_type>
-            <wrap_words>false</wrap_words>
-            <background_color>
-              <color name="IO Background" red="255" green="255" blue="205" />
-            </background_color>
-            <width>151</width>
-            <x>12</x>
-            <name>Label Orientation_1</name>
-            <y>30</y>
-            <foreground_color>
-              <color name="IO Foreground" red="0" green="0" blue="0" />
-            </foreground_color>
-            <actions hook="false" hook_all="false" />
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
-            <alarm_pulsing>false</alarm_pulsing>
-            <precision>2</precision>
-            <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
-            <rules>
-              <rule name="Disable" prop_id="enabled" out_exp="false">
-                <exp bool_exp="pv0==1">
-                  <value>false</value>
-                </exp>
-                <exp bool_exp="pv0==0">
-                  <value>true</value>
-                </exp>
-                <pv trig="true">${PREFIX}${TYPE}:MTR.BUSY</pv>
-              </rule>
-            </rules>
-            <pv_value />
-            <auto_size>false</auto_size>
-            <text></text>
-            <rotation_angle>0.0</rotation_angle>
-            <show_units>true</show_units>
-            <height>31</height>
-            <multiline_input>false</multiline_input>
-            <border_width>1</border_width>
-            <visible>true</visible>
-            <pv_name>$(PREFIX)-PMAC:$(NAME_MTR).VELO</pv_name>
-            <selector_type>0</selector_type>
-            <border_color>
-              <color red="0" green="128" blue="255" />
-            </border_color>
-            <precision_from_pv>false</precision_from_pv>
-            <widget_type>Text Input</widget_type>
-            <confirm_message></confirm_message>
-            <name>Text Input</name>
-            <style>0</style>
-            <actions hook="false" hook_all="false" />
-            <border_style>3</border_style>
-            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-            <enabled>true</enabled>
-            <wuid>-1ab698cd:1586d27a42e:-62d0</wuid>
-            <transparent>false</transparent>
-            <scripts />
-            <border_alarm_sensitive>false</border_alarm_sensitive>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-            <format_type>0</format_type>
-            <limits_from_pv>false</limits_from_pv>
-            <background_color>
-              <color name="TextBackground" red="70" green="70" blue="70" />
-            </background_color>
-            <width>130</width>
-            <x>168</x>
-            <y>24</y>
-            <maximum>7.0</maximum>
-            <foreground_color>
-              <color name="KeyboardEntry" red="0" green="255" blue="255" />
-            </foreground_color>
-            <minimum>-1.7976931348623157E308</minimum>
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-            <border_style>0</border_style>
-            <tooltip></tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
-            <rules />
-            <enabled>false</enabled>
-            <wuid>-1ab698cd:1586d27a42e:-62b9</wuid>
-            <transparent>true</transparent>
-            <auto_size>false</auto_size>
-            <text>Homing Velocity</text>
-            <scripts />
-            <height>20</height>
-            <border_width>2</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <visible>true</visible>
-            <vertical_alignment>1</vertical_alignment>
-            <border_color>
-              <color name="IO Border" red="215" green="215" blue="215" />
-            </border_color>
-            <widget_type>Label</widget_type>
-            <wrap_words>false</wrap_words>
-            <background_color>
-              <color name="IO Background" red="255" green="255" blue="205" />
-            </background_color>
-            <width>151</width>
-            <x>12</x>
-            <name>Label Orientation_1</name>
-            <y>72</y>
-            <foreground_color>
-              <color name="IO Foreground" red="0" green="0" blue="0" />
-            </foreground_color>
-            <actions hook="false" hook_all="false" />
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
-            <alarm_pulsing>false</alarm_pulsing>
-            <precision>2</precision>
-            <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
-            <rules>
-              <rule name="Disable" prop_id="enabled" out_exp="false">
-                <exp bool_exp="pv0==1">
-                  <value>false</value>
-                </exp>
-                <exp bool_exp="pv0==0">
-                  <value>true</value>
-                </exp>
-                <pv trig="true">${PREFIX}${TYPE}:MTR.BUSY</pv>
-              </rule>
-            </rules>
-            <pv_value />
-            <auto_size>false</auto_size>
-            <text></text>
-            <rotation_angle>0.0</rotation_angle>
-            <show_units>true</show_units>
-            <height>31</height>
-            <multiline_input>false</multiline_input>
-            <border_width>1</border_width>
-            <visible>true</visible>
-            <pv_name>$(PREFIX)-PMAC:$(NAME_MTR).HVEL</pv_name>
-            <selector_type>0</selector_type>
-            <border_color>
-              <color red="0" green="128" blue="255" />
-            </border_color>
-            <precision_from_pv>false</precision_from_pv>
-            <widget_type>Text Input</widget_type>
-            <confirm_message></confirm_message>
-            <name>Text Input</name>
-            <style>0</style>
-            <actions hook="false" hook_all="false" />
-            <border_style>3</border_style>
-            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-            <enabled>true</enabled>
-            <wuid>-1ab698cd:1586d27a42e:-62b8</wuid>
-            <transparent>false</transparent>
-            <scripts />
-            <border_alarm_sensitive>false</border_alarm_sensitive>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-            <format_type>0</format_type>
-            <limits_from_pv>false</limits_from_pv>
-            <background_color>
-              <color name="TextBackground" red="70" green="70" blue="70" />
-            </background_color>
-            <width>130</width>
-            <x>168</x>
-            <y>66</y>
-            <maximum>7.0</maximum>
-            <foreground_color>
-              <color name="KeyboardEntry" red="0" green="255" blue="255" />
-            </foreground_color>
-            <minimum>-1.7976931348623157E308</minimum>
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-            <border_style>0</border_style>
-            <tooltip></tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
-            <rules />
-            <enabled>false</enabled>
-            <wuid>-1ab698cd:1586d27a42e:-6298</wuid>
-            <transparent>true</transparent>
-            <auto_size>false</auto_size>
-            <text>Acc. time</text>
-            <scripts />
-            <height>20</height>
-            <border_width>2</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <visible>true</visible>
-            <vertical_alignment>1</vertical_alignment>
-            <border_color>
-              <color name="IO Border" red="215" green="215" blue="215" />
-            </border_color>
-            <widget_type>Label</widget_type>
-            <wrap_words>false</wrap_words>
-            <background_color>
-              <color name="IO Background" red="255" green="255" blue="205" />
-            </background_color>
-            <width>151</width>
-            <x>12</x>
-            <name>Label Orientation_1</name>
-            <y>114</y>
-            <foreground_color>
-              <color name="IO Foreground" red="0" green="0" blue="0" />
-            </foreground_color>
-            <actions hook="false" hook_all="false" />
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
-            <alarm_pulsing>false</alarm_pulsing>
-            <precision>2</precision>
-            <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
-            <rules>
-              <rule name="Disable" prop_id="enabled" out_exp="false">
-                <exp bool_exp="pv0==1">
-                  <value>false</value>
-                </exp>
-                <exp bool_exp="pv0==0">
-                  <value>true</value>
-                </exp>
-                <pv trig="true">${PREFIX}${TYPE}:MTR.BUSY</pv>
-              </rule>
-            </rules>
-            <pv_value />
-            <auto_size>false</auto_size>
-            <text></text>
-            <rotation_angle>0.0</rotation_angle>
-            <show_units>true</show_units>
-            <height>31</height>
-            <multiline_input>false</multiline_input>
-            <border_width>1</border_width>
-            <visible>true</visible>
-            <pv_name>$(PREFIX)-PMAC:$(NAME_MTR).ACCL</pv_name>
-            <selector_type>0</selector_type>
-            <border_color>
-              <color red="0" green="128" blue="255" />
-            </border_color>
-            <precision_from_pv>false</precision_from_pv>
-            <widget_type>Text Input</widget_type>
-            <confirm_message></confirm_message>
-            <name>Text Input</name>
-            <style>0</style>
-            <actions hook="false" hook_all="false" />
-            <border_style>3</border_style>
-            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-            <enabled>true</enabled>
-            <wuid>-1ab698cd:1586d27a42e:-6297</wuid>
-            <transparent>false</transparent>
-            <scripts />
-            <border_alarm_sensitive>false</border_alarm_sensitive>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-            <format_type>0</format_type>
-            <limits_from_pv>false</limits_from_pv>
-            <background_color>
-              <color name="TextBackground" red="70" green="70" blue="70" />
-            </background_color>
-            <width>130</width>
-            <x>168</x>
-            <y>108</y>
-            <maximum>1.7976931348623157E308</maximum>
-            <foreground_color>
-              <color name="KeyboardEntry" red="0" green="255" blue="255" />
-            </foreground_color>
-            <minimum>-1.7976931348623157E308</minimum>
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.ActionButton" version="2.0.0">
-            <toggle_button>false</toggle_button>
-            <border_style>6</border_style>
-            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-            <alarm_pulsing>false</alarm_pulsing>
-            <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-            <push_action_index>0</push_action_index>
-            <rules>
-              <rule name="Enable" prop_id="enabled" out_exp="false">
-                <exp bool_exp="pv0==0">
-                  <value>true</value>
-                </exp>
-                <exp bool_exp="pv0==1">
-                  <value>false</value>
-                </exp>
-                <pv trig="true">${PREFIX}${TYPE}:MTR.BUSY</pv>
-              </rule>
-            </rules>
-            <enabled>true</enabled>
-            <wuid>-1ab698cd:1586d27a42e:-5fde</wuid>
-            <pv_value />
-            <text>RESET</text>
-            <scripts />
-            <border_alarm_sensitive>true</border_alarm_sensitive>
-            <height>25</height>
-            <border_width>2</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <image></image>
-            <visible>true</visible>
-            <pv_name></pv_name>
-            <border_color>
-              <color name="Button Grey" red="180" green="180" blue="180" />
-            </border_color>
-            <widget_type>Action Button</widget_type>
-            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-            <background_color>
-              <color name="Button Grey" red="180" green="180" blue="180" />
-            </background_color>
-            <width>61</width>
-            <x>12</x>
-            <name>Action Button Template</name>
-            <y>231</y>
-            <style>0</style>
-            <foreground_color>
-              <color name="IO Foreground" red="0" green="0" blue="0" />
-            </foreground_color>
-            <actions hook="false" hook_all="false">
-              <action type="WRITE_PV">
-                <pv_name>$(PREFIX)-PMAC:$(NAME_MTR)-ACTMTR.PROC</pv_name>
-                <value>1</value>
-                <timeout>10</timeout>
-                <confirm_message></confirm_message>
-                <description></description>
-              </action>
-            </actions>
-            <font>
-              <opifont.name fontName="OpenSans" height="10" style="1">Small Bold</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-            <border_style>0</border_style>
-            <tooltip></tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
-            <rules />
-            <enabled>false</enabled>
-            <wuid>-1168daa3:158859bc9c3:-2f8d</wuid>
-            <transparent>true</transparent>
-            <auto_size>false</auto_size>
-            <text>Position CONS</text>
-            <scripts />
-            <height>20</height>
-            <border_width>2</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <visible>true</visible>
-            <vertical_alignment>1</vertical_alignment>
-            <border_color>
-              <color name="IO Border" red="215" green="215" blue="215" />
-            </border_color>
-            <widget_type>Label</widget_type>
-            <wrap_words>false</wrap_words>
-            <background_color>
-              <color name="IO Background" red="255" green="255" blue="205" />
-            </background_color>
-            <width>151</width>
-            <x>12</x>
-            <name>Label Orientation_1</name>
-            <y>156</y>
-            <foreground_color>
-              <color name="IO Foreground" red="0" green="0" blue="0" />
-            </foreground_color>
-            <actions hook="false" hook_all="false" />
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
-            <alarm_pulsing>false</alarm_pulsing>
-            <precision>2</precision>
-            <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
-            <rules>
-              <rule name="Disable" prop_id="enabled" out_exp="false">
-                <exp bool_exp="pv0==1 || pv1==0">
-                  <value>false</value>
-                </exp>
-                <exp bool_exp="pv0==0 &amp;&amp; pv1==1">
-                  <value>true</value>
-                </exp>
-                <pv trig="true">${PREFIX}${TYPE}:MTR.BUSY</pv>
-                <pv trig="true">$(PREFIX)$(TYPE)-PMAC:BRAKE_S</pv>
-              </rule>
-            </rules>
-            <pv_value />
-            <auto_size>false</auto_size>
-            <text></text>
-            <rotation_angle>0.0</rotation_angle>
-            <show_units>true</show_units>
-            <height>31</height>
-            <multiline_input>false</multiline_input>
-            <border_width>1</border_width>
-            <visible>true</visible>
-            <pv_name>$(PREFIX)-PMAC:$(NAME_MTR).VAL</pv_name>
-            <selector_type>0</selector_type>
-            <border_color>
-              <color red="0" green="128" blue="255" />
-            </border_color>
-            <precision_from_pv>false</precision_from_pv>
-            <widget_type>Text Input</widget_type>
-            <confirm_message></confirm_message>
-            <name>Text Input</name>
-            <style>0</style>
-            <actions hook="false" hook_all="false" />
-            <border_style>3</border_style>
-            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-            <enabled>true</enabled>
-            <wuid>-1168daa3:158859bc9c3:-2f8c</wuid>
-            <transparent>false</transparent>
-            <scripts />
-            <border_alarm_sensitive>false</border_alarm_sensitive>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-            <format_type>0</format_type>
-            <limits_from_pv>false</limits_from_pv>
-            <background_color>
-              <color name="TextBackground" red="70" green="70" blue="70" />
-            </background_color>
-            <width>130</width>
-            <x>168</x>
-            <y>150</y>
-            <maximum>1.7976931348623157E308</maximum>
-            <foreground_color>
-              <color name="KeyboardEntry" red="0" green="255" blue="255" />
-            </foreground_color>
-            <minimum>-1.7976931348623157E308</minimum>
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.ActionButton" version="2.0.0">
-            <toggle_button>false</toggle_button>
-            <border_style>6</border_style>
-            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-            <alarm_pulsing>false</alarm_pulsing>
-            <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-            <push_action_index>0</push_action_index>
-            <rules>
-              <rule name="Enable" prop_id="enabled" out_exp="false">
-                <exp bool_exp="pv0==1 &amp;&amp; pv1==0">
-                  <value>true</value>
-                </exp>
-                <exp bool_exp="pv0==0 || pv1==1">
-                  <value>false</value>
-                </exp>
-                <pv trig="true">$(PREFIX)$(TYPE)-PMAC:BRAKE_S</pv>
-                <pv trig="true">${PREFIX}${TYPE}:MTR.BUSY</pv>
-              </rule>
-            </rules>
-            <enabled>true</enabled>
-            <wuid>-1168daa3:158859bc9c3:-8e0</wuid>
-            <pv_value />
-            <text>MOVE</text>
-            <scripts />
-            <border_alarm_sensitive>true</border_alarm_sensitive>
-            <height>25</height>
-            <border_width>2</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <image></image>
-            <visible>true</visible>
-            <pv_name></pv_name>
-            <border_color>
-              <color name="IO Border" red="215" green="215" blue="215" />
-            </border_color>
-            <widget_type>Action Button</widget_type>
-            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-            <background_color>
-              <color name="IO Button" red="178" green="178" blue="178" />
-            </background_color>
-            <width>73</width>
-            <x>180</x>
-            <name>Action Button Template_3</name>
-            <y>198</y>
-            <style>0</style>
-            <foreground_color>
-              <color name="IO Foreground" red="0" green="0" blue="0" />
-            </foreground_color>
-            <actions hook="false" hook_all="false">
-              <action type="WRITE_PV">
-                <pv_name>$(PREFIX)-PMAC:$(NAME_MTR).SPMG</pv_name>
-                <value>2</value>
-                <timeout>10</timeout>
-                <confirm_message></confirm_message>
-                <description></description>
-              </action>
-            </actions>
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.ActionButton" version="2.0.0">
-            <toggle_button>false</toggle_button>
-            <border_style>6</border_style>
-            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-            <alarm_pulsing>false</alarm_pulsing>
-            <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-            <push_action_index>0</push_action_index>
-            <rules>
-              <rule name="Enable" prop_id="enabled" out_exp="false">
-                <exp bool_exp="pv0==1">
-                  <value>false</value>
-                </exp>
-                <exp bool_exp="pv0==0">
-                  <value>true</value>
-                </exp>
-                <pv trig="true">${PREFIX}${TYPE}:MTR.BUSY</pv>
-              </rule>
-            </rules>
-            <enabled>true</enabled>
-            <wuid>-1168daa3:158859bc9c3:-3d9</wuid>
-            <pv_value />
-            <text>STOP</text>
-            <scripts />
-            <border_alarm_sensitive>true</border_alarm_sensitive>
-            <height>25</height>
-            <border_width>2</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <image></image>
-            <visible>true</visible>
-            <pv_name></pv_name>
-            <border_color>
-              <color name="IO Border" red="215" green="215" blue="215" />
-            </border_color>
-            <widget_type>Action Button</widget_type>
-            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-            <background_color>
-              <color name="Major" red="255" green="0" blue="0" />
-            </background_color>
-            <width>73</width>
-            <x>90</x>
-            <name>Action Button Template_3</name>
-            <y>198</y>
-            <style>0</style>
-            <foreground_color>
-              <color name="IO Foreground" red="0" green="0" blue="0" />
-            </foreground_color>
-            <actions hook="false" hook_all="false">
-              <action type="WRITE_PV">
-                <pv_name>$(PREFIX)-PMAC:$(NAME_MTR).SPMG</pv_name>
-                <value>0</value>
-                <timeout>10</timeout>
-                <confirm_message></confirm_message>
-                <description></description>
-              </action>
-            </actions>
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.BoolSwitch" version="1.0.0">
-            <toggle_button>true</toggle_button>
-            <border_style>0</border_style>
-            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-            <alarm_pulsing>false</alarm_pulsing>
-            <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-            <push_action_index>0</push_action_index>
-            <rules />
-            <effect_3d>true</effect_3d>
-            <bit>-1</bit>
-            <enabled>true</enabled>
-            <wuid>-1168daa3:158859bc9c3:-380</wuid>
-            <on_color>
-              <color name="Green Off" red="0" green="30" blue="0" />
-            </on_color>
-            <show_confirm_dialog>0</show_confirm_dialog>
-            <password></password>
-            <pv_value />
-            <released_action_index>1</released_action_index>
-            <scripts />
-            <border_alarm_sensitive>false</border_alarm_sensitive>
-            <height>52</height>
-            <on_label>OFF</on_label>
-            <border_width>1</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <visible>true</visible>
-            <pv_name>$(PREFIX)$(TYPE)-PMAC:BRAKE_R</pv_name>
-            <border_color>
-              <color red="0" green="128" blue="255" />
-            </border_color>
-            <widget_type>Boolean Switch</widget_type>
-            <off_color>
-              <color name="Major" red="255" green="0" blue="0" />
-            </off_color>
-            <confirm_message>Are your sure you want to do this?</confirm_message>
-            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-            <background_color>
-              <color red="240" green="240" blue="240" />
-            </background_color>
-            <boolean_label_position>0</boolean_label_position>
-            <width>49</width>
-            <x>271</x>
-            <name>Boolean Switch</name>
-            <data_type>0</data_type>
-            <y>204</y>
-            <foreground_color>
-              <color red="0" green="0" blue="0" />
-            </foreground_color>
-            <actions hook="false" hook_all="false">
-              <action type="WRITE_PV">
-                <pv_name>$(PREFIX)$(TYPE)-PMAC:BRAKE_S</pv_name>
-                <value>1</value>
-                <timeout>10</timeout>
-                <confirm_message></confirm_message>
-                <description></description>
-              </action>
-              <action type="WRITE_PV">
-                <pv_name>$(PREFIX)$(TYPE)-PMAC:BRAKE_S</pv_name>
-                <value>0</value>
-                <timeout>10</timeout>
-                <confirm_message></confirm_message>
-                <description></description>
-              </action>
-            </actions>
-            <show_boolean_label>false</show_boolean_label>
-            <font>
-              <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-            </font>
-            <off_label>ON</off_label>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-            <border_style>0</border_style>
-            <tooltip></tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
-            <rules />
-            <enabled>true</enabled>
-            <wuid>-1168daa3:158859bc9c3:-227</wuid>
-            <transparent>true</transparent>
-            <auto_size>false</auto_size>
-            <text>brake</text>
-            <scripts />
-            <height>20</height>
-            <border_width>1</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <visible>true</visible>
-            <vertical_alignment>1</vertical_alignment>
-            <border_color>
-              <color red="0" green="128" blue="255" />
-            </border_color>
-            <widget_type>Label</widget_type>
-            <wrap_words>false</wrap_words>
-            <background_color>
-              <color red="255" green="255" blue="255" />
-            </background_color>
-            <width>80</width>
-            <x>240</x>
-            <name>Label</name>
-            <y>185</y>
-            <foreground_color>
-              <color red="0" green="0" blue="0" />
-            </foreground_color>
-            <actions hook="false" hook_all="false" />
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="0">Normal</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.ActionButton" version="2.0.0">
-            <toggle_button>false</toggle_button>
-            <border_style>6</border_style>
-            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-            <alarm_pulsing>false</alarm_pulsing>
-            <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-            <push_action_index>0</push_action_index>
-            <rules>
-              <rule name="Enable" prop_id="enabled" out_exp="false">
-                <exp bool_exp="pv0==1 &amp;&amp; pv1==0 &amp;&amp; pv2==0">
-                  <value>true</value>
-                </exp>
-                <exp bool_exp="pv0==0 || pv1==1 || pv2==1">
-                  <value>false</value>
-                </exp>
-                <pv trig="true">$(PREFIX)$(TYPE)-PMAC:BRAKE_S</pv>
-                <pv trig="true">${PREFIX}${TYPE}:MTR.BUSY</pv>
-                <pv trig="true">$(PREFIX)-PMAC:$(NAME_MTR).MSTA</pv>
-              </rule>
-            </rules>
-            <enabled>true</enabled>
-            <wuid>-68059dcf:15e4dde69d7:-75a5</wuid>
-            <pv_value />
-            <text>HOME</text>
-            <scripts />
-            <border_alarm_sensitive>true</border_alarm_sensitive>
-            <height>25</height>
-            <border_width>2</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <image></image>
-            <visible>true</visible>
-            <pv_name></pv_name>
-            <border_color>
-              <color name="IO Border" red="215" green="215" blue="215" />
-            </border_color>
-            <widget_type>Action Button</widget_type>
-            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-            <background_color>
-              <color name="IO Button" red="178" green="178" blue="178" />
-            </background_color>
-            <width>73</width>
-            <x>6</x>
-            <name>Action Button Template_3</name>
-            <y>198</y>
-            <style>0</style>
-            <foreground_color>
-              <color name="IO Foreground" red="0" green="0" blue="0" />
-            </foreground_color>
-            <actions hook="false" hook_all="false">
-              <action type="WRITE_PV">
-                <pv_name>$(PREFIX)$(TYPE):PROC-AUTO-HOME</pv_name>
-                <value>1</value>
-                <timeout>10</timeout>
-                <confirm_message></confirm_message>
-                <description></description>
-              </action>
-            </actions>
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-            </font>
-          </widget>
-        </widget>
-        <widget typeId="org.csstudio.opibuilder.widgets.groupingContainer" version="1.0.0">
-          <border_style>0</border_style>
-          <tooltip></tooltip>
-          <rules />
-          <enabled>true</enabled>
-          <wuid>4b16a64d:158af4f8f37:-7f5c</wuid>
-          <transparent>true</transparent>
-          <lock_children>false</lock_children>
-          <scripts />
-          <height>259</height>
-          <border_width>1</border_width>
-          <scale_options>
-            <width_scalable>true</width_scalable>
-            <height_scalable>true</height_scalable>
-            <keep_wh_ratio>false</keep_wh_ratio>
-          </scale_options>
-          <macros>
-            <include_parent_macros>true</include_parent_macros>
-          </macros>
-          <visible>false</visible>
-          <border_color>
-            <color red="0" green="128" blue="255" />
-          </border_color>
-          <widget_type>Grouping Container</widget_type>
-          <background_color>
-            <color red="240" green="240" blue="240" />
-          </background_color>
-          <width>324</width>
-          <x>1</x>
-          <name>BPS</name>
-          <y>1</y>
-          <foreground_color>
-            <color red="192" green="192" blue="192" />
-          </foreground_color>
-          <actions hook="false" hook_all="false" />
-          <fc>false</fc>
-          <show_scrollbar>true</show_scrollbar>
-          <font>
-            <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-          </font>
-          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-            <border_style>0</border_style>
-            <tooltip></tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
-            <rules />
-            <enabled>false</enabled>
-            <wuid>4b16a64d:158af4f8f37:-7f46</wuid>
-            <transparent>true</transparent>
-            <auto_size>false</auto_size>
-            <text>Voltage</text>
-            <scripts />
-            <height>20</height>
-            <border_width>2</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <visible>true</visible>
-            <vertical_alignment>1</vertical_alignment>
-            <border_color>
-              <color name="IO Border" red="215" green="215" blue="215" />
-            </border_color>
-            <widget_type>Label</widget_type>
-            <wrap_words>false</wrap_words>
-            <background_color>
-              <color name="IO Background" red="255" green="255" blue="205" />
-            </background_color>
-            <width>67</width>
-            <x>12</x>
-            <name>Label Orientation_2</name>
-            <y>96</y>
-            <foreground_color>
-              <color name="IO Foreground" red="0" green="0" blue="0" />
-            </foreground_color>
-            <actions hook="false" hook_all="false" />
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-            <border_style>0</border_style>
-            <tooltip></tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
-            <rules />
-            <enabled>false</enabled>
-            <wuid>4b16a64d:158af4f8f37:-7f44</wuid>
-            <transparent>true</transparent>
-            <auto_size>false</auto_size>
-            <text>Current</text>
-            <scripts />
-            <height>20</height>
-            <border_width>2</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <visible>true</visible>
-            <vertical_alignment>1</vertical_alignment>
-            <border_color>
-              <color name="IO Border" red="215" green="215" blue="215" />
-            </border_color>
-            <widget_type>Label</widget_type>
-            <wrap_words>false</wrap_words>
-            <background_color>
-              <color name="IO Background" red="255" green="255" blue="205" />
-            </background_color>
-            <width>73</width>
-            <x>6</x>
-            <name>Label Orientation_3</name>
-            <y>54</y>
-            <foreground_color>
-              <color name="IO Foreground" red="0" green="0" blue="0" />
-            </foreground_color>
-            <actions hook="false" hook_all="false" />
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
-            <alarm_pulsing>false</alarm_pulsing>
-            <precision>0</precision>
-            <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
-            <rules />
-            <pv_value />
-            <auto_size>false</auto_size>
-            <text></text>
-            <rotation_angle>0.0</rotation_angle>
-            <show_units>true</show_units>
-            <height>31</height>
-            <multiline_input>false</multiline_input>
-            <border_width>1</border_width>
-            <visible>true</visible>
-            <pv_name>${PREFIX}${TYPE}:BPS-CurS</pv_name>
-            <selector_type>0</selector_type>
-            <border_color>
-              <color red="0" green="128" blue="255" />
-            </border_color>
-            <precision_from_pv>true</precision_from_pv>
-            <widget_type>Text Input</widget_type>
-            <confirm_message></confirm_message>
-            <name>Text Input_3</name>
-            <style>0</style>
-            <actions hook="false" hook_all="false" />
-            <border_style>3</border_style>
-            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-            <enabled>true</enabled>
-            <wuid>4b16a64d:158af4f8f37:-7f43</wuid>
-            <transparent>false</transparent>
-            <scripts />
-            <border_alarm_sensitive>false</border_alarm_sensitive>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-            <format_type>0</format_type>
-            <limits_from_pv>false</limits_from_pv>
-            <background_color>
-              <color name="TextBackground" red="70" green="70" blue="70" />
-            </background_color>
-            <width>91</width>
-            <x>90</x>
-            <y>48</y>
-            <maximum>1.7976931348623157E308</maximum>
-            <foreground_color>
-              <color name="KeyboardEntry" red="0" green="255" blue="255" />
-            </foreground_color>
-            <minimum>-1.7976931348623157E308</minimum>
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-            <border_style>0</border_style>
-            <tooltip></tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
-            <rules />
-            <enabled>true</enabled>
-            <wuid>4b16a64d:158af4f8f37:-7f3b</wuid>
-            <transparent>true</transparent>
-            <auto_size>false</auto_size>
-            <text>VERTICAL</text>
-            <scripts />
-            <height>20</height>
-            <border_width>1</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <visible>true</visible>
-            <vertical_alignment>1</vertical_alignment>
-            <border_color>
-              <color red="0" green="128" blue="255" />
-            </border_color>
-            <widget_type>Label</widget_type>
-            <wrap_words>false</wrap_words>
-            <background_color>
-              <color red="255" green="255" blue="255" />
-            </background_color>
-            <width>199</width>
-            <x>66</x>
-            <name>Label_164</name>
-            <y>12</y>
-            <foreground_color>
-              <color red="0" green="0" blue="0" />
-            </foreground_color>
-            <actions hook="false" hook_all="false" />
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="0">Normal</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
-            <border_style>0</border_style>
-            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-            <alarm_pulsing>false</alarm_pulsing>
-            <precision>0</precision>
-            <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
-            <rules />
-            <enabled>true</enabled>
-            <wuid>4b16a64d:158af4f8f37:-7f27</wuid>
-            <transparent>false</transparent>
-            <pv_value />
-            <auto_size>false</auto_size>
-            <text>######</text>
-            <rotation_angle>0.0</rotation_angle>
-            <scripts />
-            <border_alarm_sensitive>true</border_alarm_sensitive>
-            <show_units>true</show_units>
-            <height>31</height>
-            <border_width>1</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <visible>true</visible>
-            <pv_name>${PREFIX}${TYPE}:BPS-CurR</pv_name>
-            <vertical_alignment>1</vertical_alignment>
-            <border_color>
-              <color red="0" green="128" blue="255" />
-            </border_color>
-            <precision_from_pv>true</precision_from_pv>
-            <widget_type>Text Update</widget_type>
-            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-            <wrap_words>false</wrap_words>
-            <format_type>0</format_type>
-            <background_color>
-              <color red="70" green="70" blue="70" />
-            </background_color>
-            <width>100</width>
-            <x>198</x>
-            <name>Text Update</name>
-            <y>48</y>
-            <foreground_color>
-              <color name="Green On" red="0" green="255" blue="0" />
-            </foreground_color>
-            <actions hook="false" hook_all="false" />
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
-            <border_style>0</border_style>
-            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-            <alarm_pulsing>false</alarm_pulsing>
-            <precision>0</precision>
-            <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
-            <rules />
-            <enabled>true</enabled>
-            <wuid>4b16a64d:158af4f8f37:-7f1b</wuid>
-            <transparent>false</transparent>
-            <pv_value />
-            <auto_size>false</auto_size>
-            <text>######</text>
-            <rotation_angle>0.0</rotation_angle>
-            <scripts />
-            <border_alarm_sensitive>true</border_alarm_sensitive>
-            <show_units>true</show_units>
-            <height>31</height>
-            <border_width>1</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <visible>true</visible>
-            <pv_name>${PREFIX}${TYPE}:BPS-VolR</pv_name>
-            <vertical_alignment>1</vertical_alignment>
-            <border_color>
-              <color red="0" green="128" blue="255" />
-            </border_color>
-            <precision_from_pv>true</precision_from_pv>
-            <widget_type>Text Update</widget_type>
-            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-            <wrap_words>false</wrap_words>
-            <format_type>0</format_type>
-            <background_color>
-              <color red="70" green="70" blue="70" />
-            </background_color>
-            <width>100</width>
-            <x>198</x>
-            <name>Text Update</name>
-            <y>90</y>
-            <foreground_color>
-              <color name="Green On" red="0" green="255" blue="0" />
-            </foreground_color>
-            <actions hook="false" hook_all="false" />
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
-            <alarm_pulsing>false</alarm_pulsing>
-            <precision>0</precision>
-            <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
-            <rules />
-            <pv_value />
-            <auto_size>false</auto_size>
-            <text></text>
-            <rotation_angle>0.0</rotation_angle>
-            <show_units>true</show_units>
-            <height>31</height>
-            <multiline_input>false</multiline_input>
-            <border_width>1</border_width>
-            <visible>true</visible>
-            <pv_name>${PREFIX}${TYPE}:BPS-VolS</pv_name>
-            <selector_type>0</selector_type>
-            <border_color>
-              <color red="0" green="128" blue="255" />
-            </border_color>
-            <precision_from_pv>true</precision_from_pv>
-            <widget_type>Text Input</widget_type>
-            <confirm_message></confirm_message>
-            <name>Text Input_3</name>
-            <style>0</style>
-            <actions hook="false" hook_all="false" />
-            <border_style>3</border_style>
-            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-            <enabled>true</enabled>
-            <wuid>4b16a64d:158af4f8f37:-6180</wuid>
-            <transparent>false</transparent>
-            <scripts />
-            <border_alarm_sensitive>false</border_alarm_sensitive>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-            <format_type>0</format_type>
-            <limits_from_pv>false</limits_from_pv>
-            <background_color>
-              <color name="TextBackground" red="70" green="70" blue="70" />
-            </background_color>
-            <width>91</width>
-            <x>90</x>
-            <y>90</y>
-            <maximum>1.7976931348623157E308</maximum>
-            <foreground_color>
-              <color name="KeyboardEntry" red="0" green="255" blue="255" />
-            </foreground_color>
-            <minimum>-1.7976931348623157E308</minimum>
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-            </font>
-          </widget>
-        </widget>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.RoundedRectangle" version="1.0.0">
-        <border_style>0</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <line_width>0</line_width>
-        <horizontal_fill>true</horizontal_fill>
-        <alarm_pulsing>false</alarm_pulsing>
-        <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>-16429ab9:1582e68df9a:-4223</wuid>
-        <transparent>false</transparent>
-        <pv_value />
-        <alpha>255</alpha>
-        <corner_height>16</corner_height>
-        <bg_gradient_color>
-          <color red="255" green="255" blue="255" />
-        </bg_gradient_color>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <height>1099</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <pv_name></pv_name>
-        <gradient>false</gradient>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <anti_alias>true</anti_alias>
-        <corner_width>16</corner_width>
-        <line_style>0</line_style>
-        <widget_type>Rounded Rectangle</widget_type>
-        <fg_gradient_color>
-          <color red="255" green="255" blue="255" />
-        </fg_gradient_color>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <background_color>
-          <color name="Container Grey" red="200" green="200" blue="200" />
-        </background_color>
-        <width>1681</width>
-        <x>414</x>
-        <name>Rounded Rectangle_5</name>
-        <y>18</y>
-        <fill_level>0.0</fill_level>
-        <foreground_color>
-          <color red="255" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-        </font>
-        <line_color>
-          <color red="128" green="0" blue="255" />
-        </line_color>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.RoundedRectangle" version="1.0.0">
-        <border_style>0</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <line_width>0</line_width>
-        <horizontal_fill>true</horizontal_fill>
-        <alarm_pulsing>false</alarm_pulsing>
-        <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>-47901338:158955bc5eb:-344b</wuid>
-        <transparent>false</transparent>
-        <pv_value />
-        <alpha>255</alpha>
-        <corner_height>16</corner_height>
-        <bg_gradient_color>
-          <color red="255" green="255" blue="255" />
-        </bg_gradient_color>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <height>208</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <pv_name></pv_name>
-        <gradient>false</gradient>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <anti_alias>true</anti_alias>
-        <corner_width>16</corner_width>
-        <line_style>0</line_style>
-        <widget_type>Rounded Rectangle</widget_type>
-        <fg_gradient_color>
-          <color red="255" green="255" blue="255" />
-        </fg_gradient_color>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <background_color>
-          <color name="Black" red="0" green="0" blue="0" />
-        </background_color>
-        <width>205</width>
-        <x>420</x>
-        <name>Rounded Rectangle_7</name>
-        <y>894</y>
-        <fill_level>0.0</fill_level>
-        <foreground_color>
-          <color red="255" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-        </font>
-        <line_color>
-          <color red="128" green="0" blue="255" />
-        </line_color>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
-        <border_style>0</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <alarm_pulsing>false</alarm_pulsing>
-        <precision>0</precision>
-        <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-        <horizontal_alignment>0</horizontal_alignment>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>-47901338:158955bc5eb:-31fa</wuid>
-        <transparent>true</transparent>
-        <pv_value />
-        <auto_size>false</auto_size>
-        <text>######</text>
-        <rotation_angle>0.0</rotation_angle>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <show_units>true</show_units>
-        <height>20</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <pv_name>$(PREFIX)$(TYPE):CALC-PROJ-X</pv_name>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <precision_from_pv>true</precision_from_pv>
-        <widget_type>Text Update</widget_type>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <wrap_words>false</wrap_words>
-        <format_type>0</format_type>
-        <background_color>
-          <color red="255" green="255" blue="255" />
-        </background_color>
-        <width>100</width>
-        <x>540</x>
-        <name>Text Update</name>
-        <y>912</y>
-        <foreground_color>
-          <color name="Green On" red="0" green="255" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.RoundedRectangle" version="1.0.0">
-        <border_style>0</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <line_width>0</line_width>
-        <horizontal_fill>true</horizontal_fill>
-        <alarm_pulsing>false</alarm_pulsing>
-        <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>-16429ab9:158444d4181:-7ba7</wuid>
-        <transparent>false</transparent>
-        <pv_value />
-        <alpha>255</alpha>
-        <corner_height>16</corner_height>
-        <bg_gradient_color>
-          <color red="255" green="255" blue="255" />
-        </bg_gradient_color>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <height>79</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <pv_name></pv_name>
-        <gradient>false</gradient>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <anti_alias>true</anti_alias>
-        <corner_width>16</corner_width>
-        <line_style>0</line_style>
-        <widget_type>Rounded Rectangle</widget_type>
-        <fg_gradient_color>
-          <color red="255" green="255" blue="255" />
-        </fg_gradient_color>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <background_color>
-          <color name="Container Border Grey" red="150" green="150" blue="150" />
-        </background_color>
-        <width>350</width>
-        <x>29</x>
-        <name>Rounded Rectangle</name>
-        <y>1038</y>
-        <fill_level>0.0</fill_level>
-        <foreground_color>
-          <color red="255" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-        </font>
-        <line_color>
-          <color red="128" green="0" blue="255" />
-        </line_color>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
-        <alarm_pulsing>false</alarm_pulsing>
-        <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-        <rules />
-        <effect_3d>true</effect_3d>
-        <bit>-1</bit>
-        <pv_value />
-        <height>36</height>
-        <border_width>1</border_width>
-        <visible>true</visible>
-        <pv_name>${PREFIX}${TYPE}:MTR.BUSY</pv_name>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <widget_type>LED</widget_type>
-        <name>LED</name>
-        <actions hook="false" hook_all="false" />
-        <show_boolean_label>false</show_boolean_label>
-        <border_style>0</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <enabled>true</enabled>
-        <wuid>1e771979:1565068c2e3:-4cec</wuid>
-        <on_color>
-          <color red="0" green="255" blue="0" />
-        </on_color>
-        <scripts />
-        <border_alarm_sensitive>true</border_alarm_sensitive>
-        <on_label>ON</on_label>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>true</keep_wh_ratio>
-        </scale_options>
-        <off_color>
-          <color red="0" green="100" blue="0" />
-        </off_color>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <background_color>
-          <color red="240" green="240" blue="240" />
-        </background_color>
-        <square_led>true</square_led>
-        <width>32</width>
-        <x>336</x>
-        <data_type>0</data_type>
-        <y>1066</y>
-        <foreground_color>
-          <color red="192" green="192" blue="192" />
-        </foreground_color>
-        <font>
-          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-        </font>
-        <off_label>OFF</off_label>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
-        <border_style>0</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <line_width>1</line_width>
-        <horizontal_fill>true</horizontal_fill>
-        <alarm_pulsing>false</alarm_pulsing>
-        <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-        <arrows>0</arrows>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>1e771979:1565068c2e3:-4a2d</wuid>
-        <transparent>false</transparent>
-        <points>
-          <point x="30" y="393" />
-          <point x="378" y="393" />
-          <point x="378" y="393" />
-          <point x="378" y="393" />
-          <point x="378" y="393" />
-        </points>
-        <fill_arrow>true</fill_arrow>
-        <pv_value />
-        <alpha>255</alpha>
-        <rotation_angle>0.0</rotation_angle>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <height>1</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>true</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <pv_name></pv_name>
-        <border_color>
-          <color name="Black" red="0" green="0" blue="0" />
-        </border_color>
-        <anti_alias>true</anti_alias>
-        <line_style>0</line_style>
-        <arrow_length>20</arrow_length>
-        <widget_type>Polyline</widget_type>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <background_color>
-          <color name="Black" red="0" green="0" blue="0" />
-        </background_color>
-        <width>349</width>
-        <x>30</x>
-        <name>Polyline</name>
-        <y>393</y>
-        <fill_level>0.0</fill_level>
-        <foreground_color>
-          <color red="255" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-        <border_style>0</border_style>
-        <tooltip></tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>1e771979:1565068c2e3:-4ab2</wuid>
-        <transparent>false</transparent>
-        <auto_size>false</auto_size>
-        <text>Position</text>
-        <scripts />
-        <height>25</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <widget_type>Label</widget_type>
-        <wrap_words>false</wrap_words>
-        <background_color>
-          <color name="panelArea" red="240" green="240" blue="240" />
-        </background_color>
-        <width>229</width>
-        <x>96</x>
-        <name>Label_156</name>
-        <y>381</y>
-        <foreground_color>
-          <color red="0" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-        <border_style>0</border_style>
-        <tooltip></tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules />
-        <enabled>false</enabled>
-        <wuid>1e771979:1565068c2e3:-3e44</wuid>
-        <transparent>true</transparent>
-        <auto_size>false</auto_size>
-        <text>START position</text>
-        <scripts />
-        <height>20</height>
-        <border_width>2</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color name="IO Border" red="215" green="215" blue="215" />
-        </border_color>
-        <widget_type>Label</widget_type>
-        <wrap_words>false</wrap_words>
-        <background_color>
-          <color name="IO Background" red="255" green="255" blue="205" />
-        </background_color>
-        <width>151</width>
-        <x>42</x>
-        <name>Label Orientation_7</name>
-        <y>420</y>
-        <foreground_color>
-          <color name="IO Foreground" red="0" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
-        <alarm_pulsing>false</alarm_pulsing>
-        <precision>0</precision>
-        <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules>
-          <rule name="Disable" prop_id="enabled" out_exp="false">
-            <exp bool_exp="pv0==1">
-              <value>false</value>
-            </exp>
-            <exp bool_exp="pv0==0">
-              <value>true</value>
-            </exp>
-            <pv trig="true">${PREFIX}${TYPE}:MTR.BUSY</pv>
-          </rule>
-        </rules>
-        <pv_value />
-        <auto_size>false</auto_size>
-        <text></text>
-        <rotation_angle>0.0</rotation_angle>
-        <show_units>true</show_units>
-        <height>31</height>
-        <multiline_input>false</multiline_input>
-        <border_width>1</border_width>
-        <visible>true</visible>
-        <pv_name>${PREFIX}${TYPE}:MTR.P4SP</pv_name>
-        <selector_type>0</selector_type>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <precision_from_pv>true</precision_from_pv>
-        <widget_type>Text Input</widget_type>
-        <confirm_message></confirm_message>
-        <name>Text Input</name>
-        <style>0</style>
-        <actions hook="false" hook_all="false" />
-        <border_style>3</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <enabled>true</enabled>
-        <wuid>1e771979:1565068c2e3:-3e43</wuid>
-        <transparent>false</transparent>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <format_type>0</format_type>
-        <limits_from_pv>false</limits_from_pv>
-        <background_color>
-          <color name="TextBackground" red="70" green="70" blue="70" />
-        </background_color>
-        <width>121</width>
-        <x>228</x>
-        <y>414</y>
-        <maximum>0.0</maximum>
-        <foreground_color>
-          <color name="KeyboardEntry" red="0" green="255" blue="255" />
-        </foreground_color>
-        <minimum>-200.0</minimum>
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-        <border_style>0</border_style>
-        <tooltip></tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules />
-        <enabled>false</enabled>
-        <wuid>1e771979:1565068c2e3:-3d91</wuid>
-        <transparent>true</transparent>
-        <auto_size>false</auto_size>
-        <text>END position</text>
-        <scripts />
-        <height>20</height>
-        <border_width>2</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color name="IO Border" red="215" green="215" blue="215" />
-        </border_color>
-        <widget_type>Label</widget_type>
-        <wrap_words>false</wrap_words>
-        <background_color>
-          <color name="IO Background" red="255" green="255" blue="205" />
-        </background_color>
-        <width>104</width>
-        <x>71</x>
-        <name>Label Orientation_7</name>
-        <y>462</y>
-        <foreground_color>
-          <color name="IO Foreground" red="0" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
-        <alarm_pulsing>false</alarm_pulsing>
-        <precision>0</precision>
-        <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules>
-          <rule name="Disable" prop_id="enabled" out_exp="false">
-            <exp bool_exp="pv0==1">
-              <value>false</value>
-            </exp>
-            <exp bool_exp="pv0==0">
-              <value>true</value>
-            </exp>
-            <pv trig="true">${PREFIX}${TYPE}:MTR.BUSY</pv>
-          </rule>
-        </rules>
-        <pv_value />
-        <auto_size>false</auto_size>
-        <text></text>
-        <rotation_angle>0.0</rotation_angle>
-        <show_units>true</show_units>
-        <height>31</height>
-        <multiline_input>false</multiline_input>
-        <border_width>1</border_width>
-        <visible>true</visible>
-        <pv_name>${PREFIX}${TYPE}:MTR.P4EP</pv_name>
-        <selector_type>0</selector_type>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <precision_from_pv>true</precision_from_pv>
-        <widget_type>Text Input</widget_type>
-        <confirm_message></confirm_message>
-        <name>Text Input</name>
-        <style>0</style>
-        <actions hook="false" hook_all="false" />
-        <border_style>3</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <enabled>true</enabled>
-        <wuid>1e771979:1565068c2e3:-3d90</wuid>
-        <transparent>false</transparent>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <format_type>0</format_type>
-        <limits_from_pv>false</limits_from_pv>
-        <background_color>
-          <color name="TextBackground" red="70" green="70" blue="70" />
-        </background_color>
-        <width>121</width>
-        <x>228</x>
-        <y>456</y>
-        <maximum>1.7976931348623157E308</maximum>
-        <foreground_color>
-          <color name="KeyboardEntry" red="0" green="255" blue="255" />
-        </foreground_color>
-        <minimum>-1.7976931348623157E308</minimum>
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
-        <border_style>0</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <line_width>1</line_width>
-        <horizontal_fill>true</horizontal_fill>
-        <alarm_pulsing>false</alarm_pulsing>
-        <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-        <arrows>0</arrows>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>1e771979:1565068c2e3:-33bf</wuid>
-        <transparent>false</transparent>
-        <points>
-          <point x="29" y="597" />
-          <point x="377" y="597" />
-          <point x="377" y="597" />
-          <point x="377" y="597" />
-          <point x="377" y="597" />
-        </points>
-        <fill_arrow>true</fill_arrow>
-        <pv_value />
-        <alpha>255</alpha>
-        <rotation_angle>0.0</rotation_angle>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <height>1</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>true</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <pv_name></pv_name>
-        <border_color>
-          <color name="Black" red="0" green="0" blue="0" />
-        </border_color>
-        <anti_alias>true</anti_alias>
-        <line_style>0</line_style>
-        <arrow_length>20</arrow_length>
-        <widget_type>Polyline</widget_type>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <background_color>
-          <color name="Black" red="0" green="0" blue="0" />
-        </background_color>
-        <width>349</width>
-        <x>29</x>
-        <name>Polyline</name>
-        <y>597</y>
-        <fill_level>0.0</fill_level>
-        <foreground_color>
-          <color red="255" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-        <border_style>0</border_style>
-        <tooltip></tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>1e771979:1565068c2e3:-33be</wuid>
-        <transparent>false</transparent>
-        <auto_size>false</auto_size>
-        <text>Angle</text>
-        <scripts />
-        <height>25</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <widget_type>Label</widget_type>
-        <wrap_words>false</wrap_words>
-        <background_color>
-          <color name="panelArea" red="240" green="240" blue="240" />
-        </background_color>
-        <width>229</width>
-        <x>96</x>
-        <name>Label_156</name>
-        <y>585</y>
-        <foreground_color>
-          <color red="0" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-        <border_style>0</border_style>
-        <tooltip></tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules />
-        <enabled>false</enabled>
-        <wuid>1e771979:1565068c2e3:-33b3</wuid>
-        <transparent>true</transparent>
-        <auto_size>false</auto_size>
-        <text>Number of positions</text>
-        <scripts />
-        <height>20</height>
-        <border_width>2</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color name="IO Border" red="215" green="215" blue="215" />
-        </border_color>
-        <widget_type>Label</widget_type>
-        <wrap_words>false</wrap_words>
-        <background_color>
-          <color name="IO Background" red="255" green="255" blue="205" />
-        </background_color>
-        <width>199</width>
-        <x>30</x>
-        <name>Label Orientation_7</name>
-        <y>502</y>
-        <foreground_color>
-          <color name="IO Foreground" red="0" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
-        <alarm_pulsing>false</alarm_pulsing>
-        <precision>0</precision>
-        <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules>
-          <rule name="Disable" prop_id="enabled" out_exp="false">
-            <exp bool_exp="pv0==1">
-              <value>false</value>
-            </exp>
-            <exp bool_exp="pv0==0">
-              <value>true</value>
-            </exp>
-            <pv trig="true">${PREFIX}${TYPE}:MTR.BUSY</pv>
-          </rule>
-        </rules>
-        <pv_value />
-        <auto_size>false</auto_size>
-        <text></text>
-        <rotation_angle>0.0</rotation_angle>
-        <show_units>true</show_units>
-        <height>31</height>
-        <multiline_input>false</multiline_input>
-        <border_width>1</border_width>
-        <visible>true</visible>
-        <pv_name>${PREFIX}${TYPE}:MTR.NPTS</pv_name>
-        <selector_type>0</selector_type>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <precision_from_pv>true</precision_from_pv>
-        <widget_type>Text Input</widget_type>
-        <confirm_message></confirm_message>
-        <name>Text Input</name>
-        <style>0</style>
-        <actions hook="false" hook_all="false" />
-        <border_style>3</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <enabled>true</enabled>
-        <wuid>1e771979:1565068c2e3:-33a9</wuid>
-        <transparent>false</transparent>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <format_type>0</format_type>
-        <limits_from_pv>false</limits_from_pv>
-        <background_color>
-          <color name="TextBackground" red="70" green="70" blue="70" />
-        </background_color>
-        <width>121</width>
-        <x>228</x>
-        <y>496</y>
-        <maximum>100.0</maximum>
-        <foreground_color>
-          <color name="KeyboardEntry" red="0" green="255" blue="255" />
-        </foreground_color>
-        <minimum>0.0</minimum>
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-        <border_style>0</border_style>
-        <tooltip></tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules />
-        <enabled>false</enabled>
-        <wuid>1e771979:1565068c2e3:-335c</wuid>
-        <transparent>true</transparent>
-        <auto_size>false</auto_size>
-        <text>Step size</text>
-        <scripts />
-        <height>20</height>
-        <border_width>2</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color name="IO Border" red="215" green="215" blue="215" />
-        </border_color>
-        <widget_type>Label</widget_type>
-        <wrap_words>false</wrap_words>
-        <background_color>
-          <color name="IO Background" red="255" green="255" blue="205" />
-        </background_color>
-        <width>199</width>
-        <x>30</x>
-        <name>Label Orientation_7</name>
-        <y>547</y>
-        <foreground_color>
-          <color name="IO Foreground" red="0" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
-        <alarm_pulsing>false</alarm_pulsing>
-        <precision>0</precision>
-        <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules>
-          <rule name="Disable" prop_id="enabled" out_exp="false">
-            <exp bool_exp="pv0==1">
-              <value>false</value>
-            </exp>
-            <exp bool_exp="pv0==0">
-              <value>true</value>
-            </exp>
-            <pv trig="true">${PREFIX}${TYPE}:MTR.BUSY</pv>
-          </rule>
-        </rules>
-        <pv_value />
-        <auto_size>false</auto_size>
-        <text></text>
-        <rotation_angle>0.0</rotation_angle>
-        <show_units>true</show_units>
-        <height>31</height>
-        <multiline_input>false</multiline_input>
-        <border_width>1</border_width>
-        <visible>true</visible>
-        <pv_name>${PREFIX}${TYPE}:MTR.P4SI</pv_name>
-        <selector_type>0</selector_type>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <precision_from_pv>true</precision_from_pv>
-        <widget_type>Text Input</widget_type>
-        <confirm_message></confirm_message>
-        <name>Text Input</name>
-        <style>0</style>
-        <actions hook="false" hook_all="false" />
-        <border_style>3</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <enabled>true</enabled>
-        <wuid>1e771979:1565068c2e3:-335b</wuid>
-        <transparent>false</transparent>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <format_type>0</format_type>
-        <limits_from_pv>false</limits_from_pv>
-        <background_color>
-          <color name="TextBackground" red="70" green="70" blue="70" />
-        </background_color>
-        <width>121</width>
-        <x>228</x>
-        <y>541</y>
-        <maximum>1.7976931348623157E308</maximum>
-        <foreground_color>
-          <color name="KeyboardEntry" red="0" green="255" blue="255" />
-        </foreground_color>
-        <minimum>-1.7976931348623157E308</minimum>
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-        <border_style>0</border_style>
-        <tooltip></tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules />
-        <enabled>false</enabled>
-        <wuid>1e771979:1565068c2e3:-31f0</wuid>
-        <transparent>true</transparent>
-        <auto_size>false</auto_size>
-        <text>Nb Angles</text>
-        <scripts />
-        <height>20</height>
-        <border_width>2</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color name="IO Border" red="215" green="215" blue="215" />
-        </border_color>
-        <widget_type>Label</widget_type>
-        <wrap_words>false</wrap_words>
-        <background_color>
-          <color name="IO Background" red="255" green="255" blue="205" />
-        </background_color>
-        <width>84</width>
-        <x>99</x>
-        <name>Label Orientation_2</name>
-        <y>715</y>
-        <foreground_color>
-          <color name="IO Foreground" red="0" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
-        <alarm_pulsing>false</alarm_pulsing>
-        <precision>0</precision>
-        <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules>
-          <rule name="Disable" prop_id="enabled" out_exp="false">
-            <exp bool_exp="pv0==1">
-              <value>false</value>
-            </exp>
-            <exp bool_exp="pv0==0">
-              <value>true</value>
-            </exp>
-            <pv trig="true">${PREFIX}${TYPE}:MTR.BUSY</pv>
-          </rule>
-        </rules>
-        <pv_value />
-        <auto_size>false</auto_size>
-        <text></text>
-        <rotation_angle>0.0</rotation_angle>
-        <show_units>true</show_units>
-        <height>31</height>
-        <multiline_input>false</multiline_input>
-        <border_width>1</border_width>
-        <visible>true</visible>
-        <pv_name>${PREFIX}${TYPE}:PS.NPTS</pv_name>
-        <selector_type>0</selector_type>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <precision_from_pv>true</precision_from_pv>
-        <widget_type>Text Input</widget_type>
-        <confirm_message></confirm_message>
-        <name>Text Input_2</name>
-        <style>0</style>
-        <actions hook="false" hook_all="false" />
-        <border_style>3</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <enabled>true</enabled>
-        <wuid>1e771979:1565068c2e3:-31ef</wuid>
-        <transparent>false</transparent>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <format_type>0</format_type>
-        <limits_from_pv>false</limits_from_pv>
-        <background_color>
-          <color name="TextBackground" red="70" green="70" blue="70" />
-        </background_color>
-        <width>121</width>
-        <x>228</x>
-        <y>709</y>
-        <maximum>400.0</maximum>
-        <foreground_color>
-          <color name="KeyboardEntry" red="0" green="255" blue="255" />
-        </foreground_color>
-        <minimum>0.0</minimum>
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.ActionButton" version="2.0.0">
-        <toggle_button>false</toggle_button>
-        <border_style>6</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <alarm_pulsing>false</alarm_pulsing>
-        <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-        <push_action_index>0</push_action_index>
-        <rules>
-          <rule name="Enable" prop_id="enabled" out_exp="false">
-            <exp bool_exp="pv0==0 || pv1==1||pv2==1||pv3==1">
-              <value>false</value>
-            </exp>
-            <exp bool_exp="pv0==1 &amp;&amp; pv1==0 &amp;&amp; pv2==0 &amp;&amp; pv3==0">
-              <value>true</value>
-            </exp>
-            <pv trig="true">${PREFIX}${TYPE}:MTR.BUSY</pv>
-            <pv trig="true">${PREFIX}${TYPE}:PROC-AUTO-HOME</pv>
-            <pv trig="true">${PREFIX}${TYPE}-PMAC:SWITCH_H_R</pv>
-            <pv trig="true">${PREFIX}${TYPE}:PS.BUSY</pv>
-          </rule>
-        </rules>
-        <enabled>true</enabled>
-        <wuid>1e771979:1565068c2e3:-2a00</wuid>
-        <pv_value />
-        <text>ABORT</text>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <height>55</height>
-        <border_width>2</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <image></image>
-        <visible>true</visible>
-        <pv_name></pv_name>
-        <border_color>
-          <color name="IO Border" red="215" green="215" blue="215" />
-        </border_color>
-        <widget_type>Action Button</widget_type>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <background_color>
-          <color name="Major" red="255" green="0" blue="0" />
-        </background_color>
-        <width>146</width>
-        <x>45</x>
-        <name>Abort Scan</name>
-        <y>1056</y>
-        <style>0</style>
-        <foreground_color>
-          <color name="IO Foreground" red="0" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="true">
-          <action type="WRITE_PV">
-            <pv_name>${PREFIX}${TYPE}:MTR-ABORT.PROC</pv_name>
-            <value>1</value>
-            <timeout>10</timeout>
-            <confirm_message></confirm_message>
-            <description>Abort Scan</description>
-          </action>
-        </actions>
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.ActionButton" version="2.0.0">
-        <toggle_button>false</toggle_button>
-        <border_style>6</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <alarm_pulsing>false</alarm_pulsing>
-        <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-        <push_action_index>0</push_action_index>
-        <rules>
-          <rule name="Enable" prop_id="enabled" out_exp="false">
-            <exp bool_exp="pv0==0 &amp;&amp; pv1==0 &amp;&amp; pv2==0 &amp;&amp; pv3==0 &amp;&amp; pv4==0 &amp;&amp; pv5==0 &amp;&amp; pv6==0">
-              <value>true</value>
-            </exp>
-            <exp bool_exp="pv0==1 || pv1==0 || pv2==0 || pv3==0 || pv4==0 || pv5==0 ||pv6==0">
-              <value>false</value>
-            </exp>
-            <pv trig="true">${PREFIX}${TYPE}:MTR.BUSY</pv>
-            <pv trig="true">INFN-SRC:INTK-HMI:FM1</pv>
-            <pv trig="true">INFN-SRC:INTK-HMI:FM2</pv>
-            <pv trig="true">INFN-SRC:INTK-HMI:FM3</pv>
-            <pv trig="true">INFN-SRC:INTK-HMI:FM4</pv>
-            <pv trig="true">INFN-SRC:INTK-HMI:FM5</pv>
-            <pv trig="true">${PREFIX}${TYPE}:PROC-AUTO-HOME</pv>
-          </rule>
-        </rules>
-        <enabled>true</enabled>
-        <wuid>1e771979:1565068c2e3:-2a01</wuid>
-        <pv_value />
-        <text>START</text>
-        <scripts>
-          <path pathString="EmbeddedJs" checkConnect="true" sfe="false" seoe="false">
-            <scriptName>StartArchiving</scriptName>
+<display typeId="org.csstudio.opibuilder.Display" version="1.0.0">
+  <show_close_button>true</show_close_button>
+  <rules />
+  <wuid>3f06f9b8:152877ca726:-7d52</wuid>
+  <show_grid>true</show_grid>
+  <auto_zoom_to_fit_all>true</auto_zoom_to_fit_all>
+  <scripts />
+  <height>1600</height>
+  <macros>
+    <include_parent_macros>true</include_parent_macros>
+    <PREFIX>LNS-ISRC-010:PBI-EM</PREFIX>
+    <NAME_MTR>MTR1</NAME_MTR>
+    <TYPE>V</TYPE>
+  </macros>
+  <boy_version>4.0.103.201506251634</boy_version>
+  <show_edit_range>true</show_edit_range>
+  <widget_type>Display</widget_type>
+  <auto_scale_widgets>
+    <auto_scale_widgets>false</auto_scale_widgets>
+    <min_width>-1</min_width>
+    <min_height>-1</min_height>
+  </auto_scale_widgets>
+  <background_color>
+    <color red="240" green="240" blue="240" />
+  </background_color>
+  <width>2000</width>
+  <x>-1</x>
+  <name></name>
+  <grid_space>6</grid_space>
+  <show_ruler>true</show_ruler>
+  <y>-1</y>
+  <snap_to_geometry>true</snap_to_geometry>
+  <foreground_color>
+    <color red="192" green="192" blue="192" />
+  </foreground_color>
+  <actions hook="false" hook_all="false" />
+  <widget typeId="org.csstudio.opibuilder.widgets.linkingContainer" version="1.0.0">
+    <opi_file></opi_file>
+    <border_style>3</border_style>
+    <tooltip></tooltip>
+    <rules />
+    <enabled>true</enabled>
+    <wuid>7476ed13:15cc9bea0ad:-7cf6</wuid>
+    <scripts />
+    <height>1236</height>
+    <border_width>1</border_width>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <macros>
+      <include_parent_macros>true</include_parent_macros>
+    </macros>
+    <resize_behaviour>0</resize_behaviour>
+    <visible>true</visible>
+    <group_name></group_name>
+    <border_color>
+      <color red="0" green="128" blue="255" />
+    </border_color>
+    <widget_type>Linking Container</widget_type>
+    <background_color>
+      <color red="240" green="240" blue="240" />
+    </background_color>
+    <width>2542</width>
+    <x>9</x>
+    <name>Linking Container</name>
+    <y>91</y>
+    <foreground_color>
+      <color red="192" green="192" blue="192" />
+    </foreground_color>
+    <actions hook="false" hook_all="false" />
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+    </font>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.tab" version="1.0.0">
+    <active_tab>0</active_tab>
+    <tooltip></tooltip>
+    <height>1165</height>
+    <tab_2_icon_path></tab_2_icon_path>
+    <border_width>1</border_width>
+    <border_color>
+      <color red="0" green="128" blue="255" />
+    </border_color>
+    <tab_0_foreground_color>
+      <color red="0" green="0" blue="0" />
+    </tab_0_foreground_color>
+    <actions hook="false" hook_all="false" />
+    <tab_1_enabled>true</tab_1_enabled>
+    <border_style>0</border_style>
+    <enabled>true</enabled>
+    <wuid>2fea3147:153609206ed:-7766</wuid>
+    <tab_1_background_color>
+      <color red="255" green="255" blue="255" />
+    </tab_1_background_color>
+    <tab_1_icon_path></tab_1_icon_path>
+    <tab_2_foreground_color>
+      <color red="0" green="0" blue="0" />
+    </tab_2_foreground_color>
+    <tab_1_font>
+      <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+    </tab_1_font>
+    <tab_2_enabled>true</tab_2_enabled>
+    <background_color>
+      <color red="240" green="240" blue="240" />
+    </background_color>
+    <width>2491</width>
+    <x>18</x>
+    <horizontal_tabs>true</horizontal_tabs>
+    <y>102</y>
+    <rules />
+    <macros>
+      <include_parent_macros>true</include_parent_macros>
+    </macros>
+    <visible>true</visible>
+    <tab_0_background_color>
+      <color red="255" green="255" blue="255" />
+    </tab_0_background_color>
+    <widget_type>Tabbed Container</widget_type>
+    <tab_2_font>
+      <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+    </tab_2_font>
+    <name></name>
+    <minimum_tab_height>10</minimum_tab_height>
+    <tab_2_title>PLC</tab_2_title>
+    <tab_0_font>
+      <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+    </tab_0_font>
+    <tab_2_background_color>
+      <color red="255" green="255" blue="255" />
+    </tab_2_background_color>
+    <tab_0_title>SCANNING</tab_0_title>
+    <tab_1_foreground_color>
+      <color red="0" green="0" blue="0" />
+    </tab_1_foreground_color>
+    <tab_1_title>DTACQ</tab_1_title>
+    <scripts />
+    <tab_count>3</tab_count>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <tab_0_icon_path></tab_0_icon_path>
+    <tab_0_enabled>true</tab_0_enabled>
+    <foreground_color>
+      <color red="192" green="192" blue="192" />
+    </foreground_color>
+    <widget typeId="org.csstudio.opibuilder.widgets.groupingContainer" version="1.0.0">
+      <border_style>0</border_style>
+      <tooltip></tooltip>
+      <rules />
+      <enabled>true</enabled>
+      <wuid>-4f668e34:1537ecf193c:-7f8d</wuid>
+      <transparent>true</transparent>
+      <lock_children>false</lock_children>
+      <scripts />
+      <height>1129</height>
+      <border_width>1</border_width>
+      <scale_options>
+        <width_scalable>true</width_scalable>
+        <height_scalable>true</height_scalable>
+        <keep_wh_ratio>false</keep_wh_ratio>
+      </scale_options>
+      <macros>
+        <include_parent_macros>true</include_parent_macros>
+      </macros>
+      <visible>true</visible>
+      <border_color>
+        <color red="0" green="128" blue="255" />
+      </border_color>
+      <widget_type>Grouping Container</widget_type>
+      <background_color>
+        <color red="240" green="240" blue="240" />
+      </background_color>
+      <width>2489</width>
+      <x>1</x>
+      <name>SCANNING</name>
+      <y>1</y>
+      <foreground_color>
+        <color red="192" green="192" blue="192" />
+      </foreground_color>
+      <actions hook="false" hook_all="false" />
+      <fc>false</fc>
+      <show_scrollbar>true</show_scrollbar>
+      <font>
+        <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+      </font>
+      <widget typeId="org.csstudio.opibuilder.widgets.RoundedRectangle" version="1.0.0">
+        <border_style>0</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <line_width>0</line_width>
+        <horizontal_fill>true</horizontal_fill>
+        <alarm_pulsing>false</alarm_pulsing>
+        <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>1e771979:1565068c2e3:-4ace</wuid>
+        <transparent>false</transparent>
+        <pv_value />
+        <alpha>255</alpha>
+        <corner_height>16</corner_height>
+        <bg_gradient_color>
+          <color red="255" green="255" blue="255" />
+        </bg_gradient_color>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <height>1099</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>true</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <pv_name></pv_name>
+        <gradient>false</gradient>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <anti_alias>true</anti_alias>
+        <corner_width>16</corner_width>
+        <line_style>0</line_style>
+        <widget_type>Rounded Rectangle</widget_type>
+        <fg_gradient_color>
+          <color red="255" green="255" blue="255" />
+        </fg_gradient_color>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <background_color>
+          <color name="Container Grey" red="200" green="200" blue="200" />
+        </background_color>
+        <width>349</width>
+        <x>29</x>
+        <name>Rounded Rectangle_5</name>
+        <y>12</y>
+        <fill_level>0.0</fill_level>
+        <foreground_color>
+          <color red="255" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+        </font>
+        <line_color>
+          <color red="128" green="0" blue="255" />
+        </line_color>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.tab" version="1.0.0">
+        <active_tab>0</active_tab>
+        <tooltip></tooltip>
+        <tab_3_icon_path></tab_3_icon_path>
+        <height>295</height>
+        <tab_2_icon_path></tab_2_icon_path>
+        <border_width>1</border_width>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <tab_0_foreground_color>
+          <color red="0" green="0" blue="0" />
+        </tab_0_foreground_color>
+        <actions hook="false" hook_all="false" />
+        <tab_1_enabled>true</tab_1_enabled>
+        <border_style>0</border_style>
+        <enabled>true</enabled>
+        <wuid>-1ab698cd:1586d27a42e:-6643</wuid>
+        <tab_1_background_color>
+          <color name="Field Background Grey" red="240" green="240" blue="240" />
+        </tab_1_background_color>
+        <tab_1_icon_path></tab_1_icon_path>
+        <tab_2_foreground_color>
+          <color red="0" green="0" blue="0" />
+        </tab_2_foreground_color>
+        <tab_1_font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </tab_1_font>
+        <tab_3_title>BPS</tab_3_title>
+        <tab_2_enabled>true</tab_2_enabled>
+        <background_color>
+          <color name="Container Grey" red="200" green="200" blue="200" />
+        </background_color>
+        <width>326</width>
+        <x>42</x>
+        <horizontal_tabs>true</horizontal_tabs>
+        <y>78</y>
+        <rules />
+        <tab_3_font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </tab_3_font>
+        <macros>
+          <include_parent_macros>true</include_parent_macros>
+        </macros>
+        <visible>true</visible>
+        <tab_0_background_color>
+          <color name="Field Background Grey" red="240" green="240" blue="240" />
+        </tab_0_background_color>
+        <tab_3_foreground_color>
+          <color red="0" green="0" blue="0" />
+        </tab_3_foreground_color>
+        <widget_type>Tabbed Container</widget_type>
+        <tab_2_font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </tab_2_font>
+        <tab_3_background_color>
+          <color name="Field Background Grey" red="240" green="240" blue="240" />
+        </tab_3_background_color>
+        <tab_3_enabled>true</tab_3_enabled>
+        <name>Tabbed Container_1</name>
+        <minimum_tab_height>10</minimum_tab_height>
+        <tab_2_title>Motor</tab_2_title>
+        <tab_0_font>
+          <opifont.name fontName="OpenSans" height="10" style="1">Small Bold</opifont.name>
+        </tab_0_font>
+        <tab_2_background_color>
+          <color name="Field Background Grey" red="240" green="240" blue="240" />
+        </tab_2_background_color>
+        <tab_0_title>DACQ</tab_0_title>
+        <tab_1_foreground_color>
+          <color red="0" green="0" blue="0" />
+        </tab_1_foreground_color>
+        <tab_1_title>Dimension</tab_1_title>
+        <scripts />
+        <tab_count>4</tab_count>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <tab_0_icon_path></tab_0_icon_path>
+        <tab_0_enabled>true</tab_0_enabled>
+        <foreground_color>
+          <color name="Container Grey" red="200" green="200" blue="200" />
+        </foreground_color>
+        <widget typeId="org.csstudio.opibuilder.widgets.groupingContainer" version="1.0.0">
+          <border_style>0</border_style>
+          <tooltip></tooltip>
+          <rules />
+          <enabled>true</enabled>
+          <wuid>-1168daa3:158859bc9c3:-6933</wuid>
+          <transparent>true</transparent>
+          <lock_children>false</lock_children>
+          <scripts />
+          <height>259</height>
+          <border_width>1</border_width>
+          <scale_options>
+            <width_scalable>true</width_scalable>
+            <height_scalable>true</height_scalable>
+            <keep_wh_ratio>false</keep_wh_ratio>
+          </scale_options>
+          <macros>
+            <include_parent_macros>true</include_parent_macros>
+          </macros>
+          <visible>false</visible>
+          <border_color>
+            <color red="0" green="128" blue="255" />
+          </border_color>
+          <widget_type>Grouping Container</widget_type>
+          <background_color>
+            <color red="240" green="240" blue="240" />
+          </background_color>
+          <width>324</width>
+          <x>1</x>
+          <name>DACQ</name>
+          <y>1</y>
+          <foreground_color>
+            <color red="192" green="192" blue="192" />
+          </foreground_color>
+          <actions hook="false" hook_all="false" />
+          <fc>false</fc>
+          <show_scrollbar>true</show_scrollbar>
+          <font>
+            <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+          </font>
+          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+            <border_style>0</border_style>
+            <tooltip></tooltip>
+            <horizontal_alignment>1</horizontal_alignment>
+            <rules />
+            <enabled>false</enabled>
+            <wuid>-1168daa3:158859bc9c3:-691d</wuid>
+            <transparent>true</transparent>
+            <auto_size>false</auto_size>
+            <text>T1</text>
+            <scripts />
+            <height>20</height>
+            <border_width>2</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <visible>true</visible>
+            <vertical_alignment>1</vertical_alignment>
+            <border_color>
+              <color name="IO Border" red="215" green="215" blue="215" />
+            </border_color>
+            <widget_type>Label</widget_type>
+            <wrap_words>false</wrap_words>
+            <background_color>
+              <color name="IO Background" red="255" green="255" blue="205" />
+            </background_color>
+            <width>151</width>
+            <x>49</x>
+            <name>Label Orientation_1</name>
+            <y>54</y>
+            <foreground_color>
+              <color name="IO Foreground" red="0" green="0" blue="0" />
+            </foreground_color>
+            <actions hook="false" hook_all="false" />
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
+            <alarm_pulsing>false</alarm_pulsing>
+            <precision>0</precision>
+            <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+            <horizontal_alignment>1</horizontal_alignment>
+            <rules>
+              <rule name="Disable" prop_id="enabled" out_exp="false">
+                <exp bool_exp="pv0==0">
+                  <value>true</value>
+                </exp>
+                <exp bool_exp="pv0==1">
+                  <value>false</value>
+                </exp>
+                <pv trig="true">${PREFIX}${TYPE}:MTR.BUSY</pv>
+              </rule>
+            </rules>
+            <pv_value />
+            <auto_size>false</auto_size>
+            <text></text>
+            <rotation_angle>0.0</rotation_angle>
+            <show_units>true</show_units>
+            <height>31</height>
+            <multiline_input>false</multiline_input>
+            <border_width>1</border_width>
+            <visible>true</visible>
+            <pv_name>$(PREFIX)$(TYPE):LCURSOR_ms</pv_name>
+            <selector_type>0</selector_type>
+            <border_color>
+              <color red="0" green="128" blue="255" />
+            </border_color>
+            <precision_from_pv>true</precision_from_pv>
+            <widget_type>Text Input</widget_type>
+            <confirm_message></confirm_message>
+            <name>Text Input</name>
+            <style>0</style>
+            <actions hook="false" hook_all="false" />
+            <border_style>3</border_style>
+            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+            <enabled>false</enabled>
+            <wuid>-1168daa3:158859bc9c3:-691c</wuid>
+            <transparent>false</transparent>
+            <scripts />
+            <border_alarm_sensitive>false</border_alarm_sensitive>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+            <format_type>0</format_type>
+            <limits_from_pv>false</limits_from_pv>
+            <background_color>
+              <color name="TextBackground" red="70" green="70" blue="70" />
+            </background_color>
+            <width>100</width>
+            <x>168</x>
+            <y>48</y>
+            <maximum>1.7976931348623157E308</maximum>
+            <foreground_color>
+              <color name="KeyboardEntry" red="0" green="255" blue="255" />
+            </foreground_color>
+            <minimum>-1.7976931348623157E308</minimum>
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+            <border_style>0</border_style>
+            <tooltip></tooltip>
+            <horizontal_alignment>1</horizontal_alignment>
+            <rules />
+            <enabled>false</enabled>
+            <wuid>-1168daa3:158859bc9c3:-691b</wuid>
+            <transparent>true</transparent>
+            <auto_size>false</auto_size>
+            <text>T2</text>
+            <scripts />
+            <height>20</height>
+            <border_width>2</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <visible>true</visible>
+            <vertical_alignment>1</vertical_alignment>
+            <border_color>
+              <color name="IO Border" red="215" green="215" blue="215" />
+            </border_color>
+            <widget_type>Label</widget_type>
+            <wrap_words>false</wrap_words>
+            <background_color>
+              <color name="IO Background" red="255" green="255" blue="205" />
+            </background_color>
+            <width>174</width>
+            <x>38</x>
+            <name>Label Orientation_2</name>
+            <y>96</y>
+            <foreground_color>
+              <color name="IO Foreground" red="0" green="0" blue="0" />
+            </foreground_color>
+            <actions hook="false" hook_all="false" />
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+            <border_style>0</border_style>
+            <tooltip></tooltip>
+            <horizontal_alignment>1</horizontal_alignment>
+            <rules />
+            <enabled>true</enabled>
+            <wuid>-1168daa3:158859bc9c3:-68d0</wuid>
+            <transparent>true</transparent>
+            <auto_size>false</auto_size>
+            <text>Measure interval</text>
+            <scripts />
+            <height>20</height>
+            <border_width>1</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <visible>true</visible>
+            <vertical_alignment>1</vertical_alignment>
+            <border_color>
+              <color red="0" green="128" blue="255" />
+            </border_color>
+            <widget_type>Label</widget_type>
+            <wrap_words>false</wrap_words>
+            <background_color>
+              <color red="255" green="255" blue="255" />
+            </background_color>
+            <width>151</width>
+            <x>142</x>
+            <name>Label</name>
+            <y>18</y>
+            <foreground_color>
+              <color red="0" green="0" blue="0" />
+            </foreground_color>
+            <actions hook="false" hook_all="false" />
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+            <border_style>0</border_style>
+            <tooltip></tooltip>
+            <horizontal_alignment>1</horizontal_alignment>
+            <rules />
+            <enabled>true</enabled>
+            <wuid>-1168daa3:158859bc9c3:-68c6</wuid>
+            <transparent>true</transparent>
+            <auto_size>false</auto_size>
+            <text>Frequency sample </text>
+            <scripts />
+            <height>20</height>
+            <border_width>1</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <visible>true</visible>
+            <vertical_alignment>1</vertical_alignment>
+            <border_color>
+              <color red="0" green="128" blue="255" />
+            </border_color>
+            <widget_type>Label</widget_type>
+            <wrap_words>false</wrap_words>
+            <background_color>
+              <color red="255" green="255" blue="255" />
+            </background_color>
+            <width>151</width>
+            <x>6</x>
+            <name>Label_164</name>
+            <y>138</y>
+            <foreground_color>
+              <color red="0" green="0" blue="0" />
+            </foreground_color>
+            <actions hook="false" hook_all="false" />
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
+            <border_style>0</border_style>
+            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+            <alarm_pulsing>false</alarm_pulsing>
+            <precision>0</precision>
+            <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+            <horizontal_alignment>1</horizontal_alignment>
+            <rules />
+            <enabled>true</enabled>
+            <wuid>-6047e935:1589bd389ef:-608e</wuid>
+            <transparent>false</transparent>
+            <pv_value />
+            <auto_size>false</auto_size>
+            <text>######</text>
+            <rotation_angle>0.0</rotation_angle>
+            <scripts />
+            <border_alarm_sensitive>true</border_alarm_sensitive>
+            <show_units>true</show_units>
+            <height>31</height>
+            <border_width>1</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <visible>true</visible>
+            <pv_name>$(PREFIX):CARD0:SAMPLINGRATE-RB</pv_name>
+            <vertical_alignment>1</vertical_alignment>
+            <border_color>
+              <color red="0" green="128" blue="255" />
+            </border_color>
+            <precision_from_pv>true</precision_from_pv>
+            <widget_type>Text Update</widget_type>
+            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+            <wrap_words>false</wrap_words>
+            <format_type>0</format_type>
+            <background_color>
+              <color red="70" green="70" blue="70" />
+            </background_color>
+            <width>100</width>
+            <x>168</x>
+            <name>Text Update</name>
+            <y>132</y>
+            <foreground_color>
+              <color name="Green On" red="0" green="255" blue="0" />
+            </foreground_color>
+            <actions hook="false" hook_all="false" />
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
+            <alarm_pulsing>false</alarm_pulsing>
+            <precision>0</precision>
+            <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+            <horizontal_alignment>1</horizontal_alignment>
+            <rules>
+              <rule name="Disable" prop_id="enabled" out_exp="false">
+                <exp bool_exp="pv0==0">
+                  <value>true</value>
+                </exp>
+                <exp bool_exp="pv0==1">
+                  <value>false</value>
+                </exp>
+                <pv trig="true">${PREFIX}${TYPE}:MTR.BUSY</pv>
+              </rule>
+            </rules>
+            <pv_value />
+            <auto_size>false</auto_size>
+            <text></text>
+            <rotation_angle>0.0</rotation_angle>
+            <show_units>true</show_units>
+            <height>31</height>
+            <multiline_input>false</multiline_input>
+            <border_width>1</border_width>
+            <visible>true</visible>
+            <pv_name>$(PREFIX)$(TYPE):RCURSOR_ms</pv_name>
+            <selector_type>0</selector_type>
+            <border_color>
+              <color red="0" green="128" blue="255" />
+            </border_color>
+            <precision_from_pv>true</precision_from_pv>
+            <widget_type>Text Input</widget_type>
+            <confirm_message></confirm_message>
+            <name>Text Input</name>
+            <style>0</style>
+            <actions hook="false" hook_all="false" />
+            <border_style>3</border_style>
+            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+            <enabled>false</enabled>
+            <wuid>-6047e935:1589bd389ef:-5e00</wuid>
+            <transparent>false</transparent>
+            <scripts />
+            <border_alarm_sensitive>false</border_alarm_sensitive>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+            <format_type>0</format_type>
+            <limits_from_pv>false</limits_from_pv>
+            <background_color>
+              <color name="TextBackground" red="70" green="70" blue="70" />
+            </background_color>
+            <width>100</width>
+            <x>168</x>
+            <y>90</y>
+            <maximum>1.7976931348623157E308</maximum>
+            <foreground_color>
+              <color name="KeyboardEntry" red="0" green="255" blue="255" />
+            </foreground_color>
+            <minimum>-1.7976931348623157E308</minimum>
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+            </font>
+          </widget>
+        </widget>
+        <widget typeId="org.csstudio.opibuilder.widgets.groupingContainer" version="1.0.0">
+          <border_style>0</border_style>
+          <tooltip></tooltip>
+          <rules />
+          <enabled>true</enabled>
+          <wuid>-1ab698cd:1586d27a42e:-6642</wuid>
+          <transparent>true</transparent>
+          <lock_children>false</lock_children>
+          <scripts />
+          <height>259</height>
+          <border_width>1</border_width>
+          <scale_options>
+            <width_scalable>true</width_scalable>
+            <height_scalable>true</height_scalable>
+            <keep_wh_ratio>false</keep_wh_ratio>
+          </scale_options>
+          <macros>
+            <include_parent_macros>true</include_parent_macros>
+          </macros>
+          <visible>false</visible>
+          <border_color>
+            <color red="0" green="128" blue="255" />
+          </border_color>
+          <widget_type>Grouping Container</widget_type>
+          <background_color>
+            <color red="240" green="240" blue="240" />
+          </background_color>
+          <width>324</width>
+          <x>1</x>
+          <name>Dimension</name>
+          <y>1</y>
+          <foreground_color>
+            <color red="192" green="192" blue="192" />
+          </foreground_color>
+          <actions hook="false" hook_all="false" />
+          <fc>false</fc>
+          <show_scrollbar>true</show_scrollbar>
+          <font>
+            <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+          </font>
+          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+            <border_style>0</border_style>
+            <tooltip></tooltip>
+            <horizontal_alignment>1</horizontal_alignment>
+            <rules />
+            <enabled>false</enabled>
+            <wuid>-20a75393:15809f6e4ee:-6feb</wuid>
+            <transparent>true</transparent>
+            <auto_size>false</auto_size>
+            <text>Energy (eV)</text>
+            <scripts />
+            <height>20</height>
+            <border_width>2</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <visible>true</visible>
+            <vertical_alignment>1</vertical_alignment>
+            <border_color>
+              <color name="IO Border" red="215" green="215" blue="215" />
+            </border_color>
+            <widget_type>Label</widget_type>
+            <wrap_words>false</wrap_words>
+            <background_color>
+              <color name="IO Background" red="255" green="255" blue="205" />
+            </background_color>
+            <width>151</width>
+            <x>12</x>
+            <name>Label Orientation_1</name>
+            <y>24</y>
+            <foreground_color>
+              <color name="IO Foreground" red="0" green="0" blue="0" />
+            </foreground_color>
+            <actions hook="false" hook_all="false" />
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
+            <alarm_pulsing>false</alarm_pulsing>
+            <precision>0</precision>
+            <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+            <horizontal_alignment>1</horizontal_alignment>
+            <rules />
+            <pv_value />
+            <auto_size>false</auto_size>
+            <text></text>
+            <rotation_angle>0.0</rotation_angle>
+            <show_units>true</show_units>
+            <height>31</height>
+            <multiline_input>false</multiline_input>
+            <border_width>1</border_width>
+            <visible>true</visible>
+            <pv_name>${PREFIX}${TYPE}:CALC-Energy-SP</pv_name>
+            <selector_type>0</selector_type>
+            <border_color>
+              <color red="0" green="128" blue="255" />
+            </border_color>
+            <precision_from_pv>true</precision_from_pv>
+            <widget_type>Text Input</widget_type>
+            <confirm_message></confirm_message>
+            <name>Text Input</name>
+            <style>0</style>
+            <actions hook="false" hook_all="false" />
+            <border_style>3</border_style>
+            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+            <enabled>true</enabled>
+            <wuid>-20a75393:15809f6e4ee:-6fea</wuid>
+            <transparent>false</transparent>
+            <scripts />
+            <border_alarm_sensitive>false</border_alarm_sensitive>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+            <format_type>0</format_type>
+            <limits_from_pv>false</limits_from_pv>
+            <background_color>
+              <color name="TextBackground" red="70" green="70" blue="70" />
+            </background_color>
+            <width>100</width>
+            <x>198</x>
+            <y>18</y>
+            <maximum>1.7976931348623157E308</maximum>
+            <foreground_color>
+              <color name="KeyboardEntry" red="0" green="255" blue="255" />
+            </foreground_color>
+            <minimum>-1.7976931348623157E308</minimum>
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+            <border_style>0</border_style>
+            <tooltip></tooltip>
+            <horizontal_alignment>1</horizontal_alignment>
+            <rules />
+            <enabled>false</enabled>
+            <wuid>-20a75393:15809f6e4ee:-6fe9</wuid>
+            <transparent>true</transparent>
+            <auto_size>false</auto_size>
+            <text>Distance betw. Plates</text>
+            <scripts />
+            <height>20</height>
+            <border_width>2</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <visible>false</visible>
+            <vertical_alignment>1</vertical_alignment>
+            <border_color>
+              <color name="IO Border" red="215" green="215" blue="215" />
+            </border_color>
+            <widget_type>Label</widget_type>
+            <wrap_words>false</wrap_words>
+            <background_color>
+              <color name="IO Background" red="255" green="255" blue="205" />
+            </background_color>
+            <width>174</width>
+            <x>13</x>
+            <name>Label Orientation_2</name>
+            <y>66</y>
+            <foreground_color>
+              <color name="IO Foreground" red="0" green="0" blue="0" />
+            </foreground_color>
+            <actions hook="false" hook_all="false" />
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
+            <alarm_pulsing>false</alarm_pulsing>
+            <precision>0</precision>
+            <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+            <horizontal_alignment>1</horizontal_alignment>
+            <rules />
+            <pv_value />
+            <auto_size>false</auto_size>
+            <text></text>
+            <rotation_angle>0.0</rotation_angle>
+            <show_units>true</show_units>
+            <height>31</height>
+            <multiline_input>false</multiline_input>
+            <border_width>1</border_width>
+            <visible>false</visible>
+            <pv_name>${PREFIX}${TYPE}:CALC-DistP-SP</pv_name>
+            <selector_type>0</selector_type>
+            <border_color>
+              <color red="0" green="128" blue="255" />
+            </border_color>
+            <precision_from_pv>true</precision_from_pv>
+            <widget_type>Text Input</widget_type>
+            <confirm_message></confirm_message>
+            <name>Text Input_2</name>
+            <style>0</style>
+            <actions hook="false" hook_all="false" />
+            <border_style>3</border_style>
+            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+            <enabled>true</enabled>
+            <wuid>-20a75393:15809f6e4ee:-6fe8</wuid>
+            <transparent>false</transparent>
+            <scripts />
+            <border_alarm_sensitive>false</border_alarm_sensitive>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+            <format_type>0</format_type>
+            <limits_from_pv>false</limits_from_pv>
+            <background_color>
+              <color name="TextBackground" red="70" green="70" blue="70" />
+            </background_color>
+            <width>100</width>
+            <x>198</x>
+            <y>60</y>
+            <maximum>1.7976931348623157E308</maximum>
+            <foreground_color>
+              <color name="KeyboardEntry" red="0" green="255" blue="255" />
+            </foreground_color>
+            <minimum>-1.7976931348623157E308</minimum>
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+            <border_style>0</border_style>
+            <tooltip></tooltip>
+            <horizontal_alignment>1</horizontal_alignment>
+            <rules />
+            <enabled>false</enabled>
+            <wuid>-20a75393:15809f6e4ee:-6fe7</wuid>
+            <transparent>true</transparent>
+            <auto_size>false</auto_size>
+            <text>Plate lenght</text>
+            <scripts />
+            <height>20</height>
+            <border_width>2</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <visible>false</visible>
+            <vertical_alignment>1</vertical_alignment>
+            <border_color>
+              <color name="IO Border" red="215" green="215" blue="215" />
+            </border_color>
+            <widget_type>Label</widget_type>
+            <wrap_words>false</wrap_words>
+            <background_color>
+              <color name="IO Background" red="255" green="255" blue="205" />
+            </background_color>
+            <width>199</width>
+            <x>0</x>
+            <name>Label Orientation_3</name>
+            <y>106</y>
+            <foreground_color>
+              <color name="IO Foreground" red="0" green="0" blue="0" />
+            </foreground_color>
+            <actions hook="false" hook_all="false" />
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
+            <alarm_pulsing>false</alarm_pulsing>
+            <precision>0</precision>
+            <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+            <horizontal_alignment>1</horizontal_alignment>
+            <rules />
+            <pv_value />
+            <auto_size>false</auto_size>
+            <text></text>
+            <rotation_angle>0.0</rotation_angle>
+            <show_units>true</show_units>
+            <height>31</height>
+            <multiline_input>false</multiline_input>
+            <border_width>1</border_width>
+            <visible>false</visible>
+            <pv_name>${PREFIX}${TYPE}:CALC-LenghP-SP</pv_name>
+            <selector_type>0</selector_type>
+            <border_color>
+              <color red="0" green="128" blue="255" />
+            </border_color>
+            <precision_from_pv>true</precision_from_pv>
+            <widget_type>Text Input</widget_type>
+            <confirm_message></confirm_message>
+            <name>Text Input_3</name>
+            <style>0</style>
+            <actions hook="false" hook_all="false" />
+            <border_style>3</border_style>
+            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+            <enabled>true</enabled>
+            <wuid>-20a75393:15809f6e4ee:-6fe6</wuid>
+            <transparent>false</transparent>
+            <scripts />
+            <border_alarm_sensitive>false</border_alarm_sensitive>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+            <format_type>0</format_type>
+            <limits_from_pv>false</limits_from_pv>
+            <background_color>
+              <color name="TextBackground" red="70" green="70" blue="70" />
+            </background_color>
+            <width>100</width>
+            <x>198</x>
+            <y>100</y>
+            <maximum>1.7976931348623157E308</maximum>
+            <foreground_color>
+              <color name="KeyboardEntry" red="0" green="255" blue="255" />
+            </foreground_color>
+            <minimum>-1.7976931348623157E308</minimum>
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
+            <alarm_pulsing>false</alarm_pulsing>
+            <precision>0</precision>
+            <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+            <horizontal_alignment>1</horizontal_alignment>
+            <rules />
+            <pv_value />
+            <auto_size>false</auto_size>
+            <text></text>
+            <rotation_angle>0.0</rotation_angle>
+            <show_units>true</show_units>
+            <height>31</height>
+            <multiline_input>false</multiline_input>
+            <border_width>1</border_width>
+            <visible>false</visible>
+            <pv_name>${PREFIX}${TYPE}:CALC-FacLenghP-SP</pv_name>
+            <selector_type>0</selector_type>
+            <border_color>
+              <color red="0" green="128" blue="255" />
+            </border_color>
+            <precision_from_pv>true</precision_from_pv>
+            <widget_type>Text Input</widget_type>
+            <confirm_message></confirm_message>
+            <name>Text Input_4</name>
+            <style>0</style>
+            <actions hook="false" hook_all="false" />
+            <border_style>3</border_style>
+            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+            <enabled>true</enabled>
+            <wuid>-20a75393:15809f6e4ee:-6fe4</wuid>
+            <transparent>false</transparent>
+            <scripts />
+            <border_alarm_sensitive>false</border_alarm_sensitive>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+            <format_type>0</format_type>
+            <limits_from_pv>false</limits_from_pv>
+            <background_color>
+              <color name="TextBackground" red="70" green="70" blue="70" />
+            </background_color>
+            <width>100</width>
+            <x>198</x>
+            <y>145</y>
+            <maximum>1.7976931348623157E308</maximum>
+            <foreground_color>
+              <color name="KeyboardEntry" red="0" green="255" blue="255" />
+            </foreground_color>
+            <minimum>-1.7976931348623157E308</minimum>
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+            <border_style>0</border_style>
+            <tooltip></tooltip>
+            <horizontal_alignment>1</horizontal_alignment>
+            <rules />
+            <enabled>false</enabled>
+            <wuid>-20a75393:15809f6e4ee:-6fe5</wuid>
+            <transparent>true</transparent>
+            <auto_size>false</auto_size>
+            <text>Face Plate lenght</text>
+            <scripts />
+            <height>20</height>
+            <border_width>2</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <visible>false</visible>
+            <vertical_alignment>1</vertical_alignment>
+            <border_color>
+              <color name="IO Border" red="215" green="215" blue="215" />
+            </border_color>
+            <widget_type>Label</widget_type>
+            <wrap_words>false</wrap_words>
+            <background_color>
+              <color name="IO Background" red="255" green="255" blue="205" />
+            </background_color>
+            <width>199</width>
+            <x>0</x>
+            <name>Label Orientation_4</name>
+            <y>151</y>
+            <foreground_color>
+              <color name="IO Foreground" red="0" green="0" blue="0" />
+            </foreground_color>
+            <actions hook="false" hook_all="false" />
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+            <border_style>0</border_style>
+            <tooltip></tooltip>
+            <horizontal_alignment>1</horizontal_alignment>
+            <rules />
+            <enabled>false</enabled>
+            <wuid>-20a75393:15809f6e4ee:-6fa3</wuid>
+            <transparent>true</transparent>
+            <auto_size>false</auto_size>
+            <text>Rear Plate lenght</text>
+            <scripts />
+            <height>20</height>
+            <border_width>2</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <visible>false</visible>
+            <vertical_alignment>1</vertical_alignment>
+            <border_color>
+              <color name="IO Border" red="215" green="215" blue="215" />
+            </border_color>
+            <widget_type>Label</widget_type>
+            <wrap_words>false</wrap_words>
+            <background_color>
+              <color name="IO Background" red="255" green="255" blue="205" />
+            </background_color>
+            <width>199</width>
+            <x>0</x>
+            <name>Label Orientation_4</name>
+            <y>195</y>
+            <foreground_color>
+              <color name="IO Foreground" red="0" green="0" blue="0" />
+            </foreground_color>
+            <actions hook="false" hook_all="false" />
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
+            <alarm_pulsing>false</alarm_pulsing>
+            <precision>0</precision>
+            <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+            <horizontal_alignment>1</horizontal_alignment>
+            <rules />
+            <pv_value />
+            <auto_size>false</auto_size>
+            <text></text>
+            <rotation_angle>0.0</rotation_angle>
+            <show_units>true</show_units>
+            <height>31</height>
+            <multiline_input>false</multiline_input>
+            <border_width>1</border_width>
+            <visible>false</visible>
+            <pv_name>${PREFIX}${TYPE}:CALC-RearLenghP-SP</pv_name>
+            <selector_type>0</selector_type>
+            <border_color>
+              <color red="0" green="128" blue="255" />
+            </border_color>
+            <precision_from_pv>true</precision_from_pv>
+            <widget_type>Text Input</widget_type>
+            <confirm_message></confirm_message>
+            <name>Text Input_4</name>
+            <style>0</style>
+            <actions hook="false" hook_all="false" />
+            <border_style>3</border_style>
+            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+            <enabled>true</enabled>
+            <wuid>-20a75393:15809f6e4ee:-6fa2</wuid>
+            <transparent>false</transparent>
+            <scripts />
+            <border_alarm_sensitive>false</border_alarm_sensitive>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+            <format_type>0</format_type>
+            <limits_from_pv>false</limits_from_pv>
+            <background_color>
+              <color name="TextBackground" red="70" green="70" blue="70" />
+            </background_color>
+            <width>100</width>
+            <x>198</x>
+            <y>189</y>
+            <maximum>1.7976931348623157E308</maximum>
+            <foreground_color>
+              <color name="KeyboardEntry" red="0" green="255" blue="255" />
+            </foreground_color>
+            <minimum>-1.7976931348623157E308</minimum>
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+            </font>
+          </widget>
+        </widget>
+        <widget typeId="org.csstudio.opibuilder.widgets.groupingContainer" version="1.0.0">
+          <border_style>0</border_style>
+          <tooltip></tooltip>
+          <rules />
+          <enabled>true</enabled>
+          <wuid>-1ab698cd:1586d27a42e:-62df</wuid>
+          <transparent>true</transparent>
+          <lock_children>false</lock_children>
+          <scripts />
+          <height>259</height>
+          <border_width>1</border_width>
+          <scale_options>
+            <width_scalable>true</width_scalable>
+            <height_scalable>true</height_scalable>
+            <keep_wh_ratio>false</keep_wh_ratio>
+          </scale_options>
+          <macros>
+            <include_parent_macros>true</include_parent_macros>
+          </macros>
+          <visible>true</visible>
+          <border_color>
+            <color red="0" green="128" blue="255" />
+          </border_color>
+          <widget_type>Grouping Container</widget_type>
+          <background_color>
+            <color red="240" green="240" blue="240" />
+          </background_color>
+          <width>324</width>
+          <x>1</x>
+          <name>Motor</name>
+          <y>1</y>
+          <foreground_color>
+            <color red="192" green="192" blue="192" />
+          </foreground_color>
+          <actions hook="false" hook_all="false" />
+          <fc>false</fc>
+          <show_scrollbar>true</show_scrollbar>
+          <font>
+            <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+          </font>
+          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+            <border_style>0</border_style>
+            <tooltip></tooltip>
+            <horizontal_alignment>1</horizontal_alignment>
+            <rules />
+            <enabled>false</enabled>
+            <wuid>-1ab698cd:1586d27a42e:-62d1</wuid>
+            <transparent>true</transparent>
+            <auto_size>false</auto_size>
+            <text>Velocity</text>
+            <scripts />
+            <height>20</height>
+            <border_width>2</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <visible>true</visible>
+            <vertical_alignment>1</vertical_alignment>
+            <border_color>
+              <color name="IO Border" red="215" green="215" blue="215" />
+            </border_color>
+            <widget_type>Label</widget_type>
+            <wrap_words>false</wrap_words>
+            <background_color>
+              <color name="IO Background" red="255" green="255" blue="205" />
+            </background_color>
+            <width>151</width>
+            <x>12</x>
+            <name>Label Orientation_1</name>
+            <y>30</y>
+            <foreground_color>
+              <color name="IO Foreground" red="0" green="0" blue="0" />
+            </foreground_color>
+            <actions hook="false" hook_all="false" />
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
+            <alarm_pulsing>false</alarm_pulsing>
+            <precision>2</precision>
+            <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+            <horizontal_alignment>1</horizontal_alignment>
+            <rules>
+              <rule name="Disable" prop_id="enabled" out_exp="false">
+                <exp bool_exp="pv0==1">
+                  <value>false</value>
+                </exp>
+                <exp bool_exp="pv0==0">
+                  <value>true</value>
+                </exp>
+                <pv trig="true">${PREFIX}${TYPE}:MTR.BUSY</pv>
+              </rule>
+            </rules>
+            <pv_value />
+            <auto_size>false</auto_size>
+            <text></text>
+            <rotation_angle>0.0</rotation_angle>
+            <show_units>true</show_units>
+            <height>31</height>
+            <multiline_input>false</multiline_input>
+            <border_width>1</border_width>
+            <visible>true</visible>
+            <pv_name>$(PREFIX)-PMAC:$(NAME_MTR).VELO</pv_name>
+            <selector_type>0</selector_type>
+            <border_color>
+              <color red="0" green="128" blue="255" />
+            </border_color>
+            <precision_from_pv>false</precision_from_pv>
+            <widget_type>Text Input</widget_type>
+            <confirm_message></confirm_message>
+            <name>Text Input</name>
+            <style>0</style>
+            <actions hook="false" hook_all="false" />
+            <border_style>3</border_style>
+            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+            <enabled>true</enabled>
+            <wuid>-1ab698cd:1586d27a42e:-62d0</wuid>
+            <transparent>false</transparent>
+            <scripts />
+            <border_alarm_sensitive>false</border_alarm_sensitive>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+            <format_type>0</format_type>
+            <limits_from_pv>false</limits_from_pv>
+            <background_color>
+              <color name="TextBackground" red="70" green="70" blue="70" />
+            </background_color>
+            <width>130</width>
+            <x>168</x>
+            <y>24</y>
+            <maximum>7.0</maximum>
+            <foreground_color>
+              <color name="KeyboardEntry" red="0" green="255" blue="255" />
+            </foreground_color>
+            <minimum>-1.7976931348623157E308</minimum>
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+            <border_style>0</border_style>
+            <tooltip></tooltip>
+            <horizontal_alignment>1</horizontal_alignment>
+            <rules />
+            <enabled>false</enabled>
+            <wuid>-1ab698cd:1586d27a42e:-62b9</wuid>
+            <transparent>true</transparent>
+            <auto_size>false</auto_size>
+            <text>Homing Velocity</text>
+            <scripts />
+            <height>20</height>
+            <border_width>2</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <visible>true</visible>
+            <vertical_alignment>1</vertical_alignment>
+            <border_color>
+              <color name="IO Border" red="215" green="215" blue="215" />
+            </border_color>
+            <widget_type>Label</widget_type>
+            <wrap_words>false</wrap_words>
+            <background_color>
+              <color name="IO Background" red="255" green="255" blue="205" />
+            </background_color>
+            <width>151</width>
+            <x>12</x>
+            <name>Label Orientation_1</name>
+            <y>72</y>
+            <foreground_color>
+              <color name="IO Foreground" red="0" green="0" blue="0" />
+            </foreground_color>
+            <actions hook="false" hook_all="false" />
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
+            <alarm_pulsing>false</alarm_pulsing>
+            <precision>2</precision>
+            <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+            <horizontal_alignment>1</horizontal_alignment>
+            <rules>
+              <rule name="Disable" prop_id="enabled" out_exp="false">
+                <exp bool_exp="pv0==1">
+                  <value>false</value>
+                </exp>
+                <exp bool_exp="pv0==0">
+                  <value>true</value>
+                </exp>
+                <pv trig="true">${PREFIX}${TYPE}:MTR.BUSY</pv>
+              </rule>
+            </rules>
+            <pv_value />
+            <auto_size>false</auto_size>
+            <text></text>
+            <rotation_angle>0.0</rotation_angle>
+            <show_units>true</show_units>
+            <height>31</height>
+            <multiline_input>false</multiline_input>
+            <border_width>1</border_width>
+            <visible>true</visible>
+            <pv_name>$(PREFIX)-PMAC:$(NAME_MTR).HVEL</pv_name>
+            <selector_type>0</selector_type>
+            <border_color>
+              <color red="0" green="128" blue="255" />
+            </border_color>
+            <precision_from_pv>false</precision_from_pv>
+            <widget_type>Text Input</widget_type>
+            <confirm_message></confirm_message>
+            <name>Text Input</name>
+            <style>0</style>
+            <actions hook="false" hook_all="false" />
+            <border_style>3</border_style>
+            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+            <enabled>true</enabled>
+            <wuid>-1ab698cd:1586d27a42e:-62b8</wuid>
+            <transparent>false</transparent>
+            <scripts />
+            <border_alarm_sensitive>false</border_alarm_sensitive>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+            <format_type>0</format_type>
+            <limits_from_pv>false</limits_from_pv>
+            <background_color>
+              <color name="TextBackground" red="70" green="70" blue="70" />
+            </background_color>
+            <width>130</width>
+            <x>168</x>
+            <y>66</y>
+            <maximum>7.0</maximum>
+            <foreground_color>
+              <color name="KeyboardEntry" red="0" green="255" blue="255" />
+            </foreground_color>
+            <minimum>-1.7976931348623157E308</minimum>
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+            <border_style>0</border_style>
+            <tooltip></tooltip>
+            <horizontal_alignment>1</horizontal_alignment>
+            <rules />
+            <enabled>false</enabled>
+            <wuid>-1ab698cd:1586d27a42e:-6298</wuid>
+            <transparent>true</transparent>
+            <auto_size>false</auto_size>
+            <text>Acc. time</text>
+            <scripts />
+            <height>20</height>
+            <border_width>2</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <visible>true</visible>
+            <vertical_alignment>1</vertical_alignment>
+            <border_color>
+              <color name="IO Border" red="215" green="215" blue="215" />
+            </border_color>
+            <widget_type>Label</widget_type>
+            <wrap_words>false</wrap_words>
+            <background_color>
+              <color name="IO Background" red="255" green="255" blue="205" />
+            </background_color>
+            <width>151</width>
+            <x>12</x>
+            <name>Label Orientation_1</name>
+            <y>114</y>
+            <foreground_color>
+              <color name="IO Foreground" red="0" green="0" blue="0" />
+            </foreground_color>
+            <actions hook="false" hook_all="false" />
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
+            <alarm_pulsing>false</alarm_pulsing>
+            <precision>2</precision>
+            <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+            <horizontal_alignment>1</horizontal_alignment>
+            <rules>
+              <rule name="Disable" prop_id="enabled" out_exp="false">
+                <exp bool_exp="pv0==1">
+                  <value>false</value>
+                </exp>
+                <exp bool_exp="pv0==0">
+                  <value>true</value>
+                </exp>
+                <pv trig="true">${PREFIX}${TYPE}:MTR.BUSY</pv>
+              </rule>
+            </rules>
+            <pv_value />
+            <auto_size>false</auto_size>
+            <text></text>
+            <rotation_angle>0.0</rotation_angle>
+            <show_units>true</show_units>
+            <height>31</height>
+            <multiline_input>false</multiline_input>
+            <border_width>1</border_width>
+            <visible>true</visible>
+            <pv_name>$(PREFIX)-PMAC:$(NAME_MTR).ACCL</pv_name>
+            <selector_type>0</selector_type>
+            <border_color>
+              <color red="0" green="128" blue="255" />
+            </border_color>
+            <precision_from_pv>false</precision_from_pv>
+            <widget_type>Text Input</widget_type>
+            <confirm_message></confirm_message>
+            <name>Text Input</name>
+            <style>0</style>
+            <actions hook="false" hook_all="false" />
+            <border_style>3</border_style>
+            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+            <enabled>true</enabled>
+            <wuid>-1ab698cd:1586d27a42e:-6297</wuid>
+            <transparent>false</transparent>
+            <scripts />
+            <border_alarm_sensitive>false</border_alarm_sensitive>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+            <format_type>0</format_type>
+            <limits_from_pv>false</limits_from_pv>
+            <background_color>
+              <color name="TextBackground" red="70" green="70" blue="70" />
+            </background_color>
+            <width>130</width>
+            <x>168</x>
+            <y>108</y>
+            <maximum>1.7976931348623157E308</maximum>
+            <foreground_color>
+              <color name="KeyboardEntry" red="0" green="255" blue="255" />
+            </foreground_color>
+            <minimum>-1.7976931348623157E308</minimum>
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.ActionButton" version="2.0.0">
+            <toggle_button>false</toggle_button>
+            <border_style>6</border_style>
+            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+            <alarm_pulsing>false</alarm_pulsing>
+            <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+            <push_action_index>0</push_action_index>
+            <rules>
+              <rule name="Enable" prop_id="enabled" out_exp="false">
+                <exp bool_exp="pv0==0">
+                  <value>true</value>
+                </exp>
+                <exp bool_exp="pv0==1">
+                  <value>false</value>
+                </exp>
+                <pv trig="true">${PREFIX}${TYPE}:MTR.BUSY</pv>
+              </rule>
+            </rules>
+            <enabled>true</enabled>
+            <wuid>-1ab698cd:1586d27a42e:-5fde</wuid>
+            <pv_value />
+            <text>RESET</text>
+            <scripts />
+            <border_alarm_sensitive>true</border_alarm_sensitive>
+            <height>25</height>
+            <border_width>2</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <image></image>
+            <visible>true</visible>
+            <pv_name></pv_name>
+            <border_color>
+              <color name="Button Grey" red="180" green="180" blue="180" />
+            </border_color>
+            <widget_type>Action Button</widget_type>
+            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+            <background_color>
+              <color name="Button Grey" red="180" green="180" blue="180" />
+            </background_color>
+            <width>61</width>
+            <x>12</x>
+            <name>Action Button Template</name>
+            <y>231</y>
+            <style>0</style>
+            <foreground_color>
+              <color name="IO Foreground" red="0" green="0" blue="0" />
+            </foreground_color>
+            <actions hook="false" hook_all="false">
+              <action type="WRITE_PV">
+                <pv_name>$(PREFIX)-PMAC:$(NAME_MTR)-ACTMTR.PROC</pv_name>
+                <value>1</value>
+                <timeout>10</timeout>
+                <confirm_message></confirm_message>
+                <description></description>
+              </action>
+            </actions>
+            <font>
+              <opifont.name fontName="OpenSans" height="10" style="1">Small Bold</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+            <border_style>0</border_style>
+            <tooltip></tooltip>
+            <horizontal_alignment>1</horizontal_alignment>
+            <rules />
+            <enabled>false</enabled>
+            <wuid>-1168daa3:158859bc9c3:-2f8d</wuid>
+            <transparent>true</transparent>
+            <auto_size>false</auto_size>
+            <text>Position CONS</text>
+            <scripts />
+            <height>20</height>
+            <border_width>2</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <visible>true</visible>
+            <vertical_alignment>1</vertical_alignment>
+            <border_color>
+              <color name="IO Border" red="215" green="215" blue="215" />
+            </border_color>
+            <widget_type>Label</widget_type>
+            <wrap_words>false</wrap_words>
+            <background_color>
+              <color name="IO Background" red="255" green="255" blue="205" />
+            </background_color>
+            <width>151</width>
+            <x>12</x>
+            <name>Label Orientation_1</name>
+            <y>156</y>
+            <foreground_color>
+              <color name="IO Foreground" red="0" green="0" blue="0" />
+            </foreground_color>
+            <actions hook="false" hook_all="false" />
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
+            <alarm_pulsing>false</alarm_pulsing>
+            <precision>2</precision>
+            <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+            <horizontal_alignment>1</horizontal_alignment>
+            <rules>
+              <rule name="Disable" prop_id="enabled" out_exp="false">
+                <exp bool_exp="pv0==1 || pv1==0">
+                  <value>false</value>
+                </exp>
+                <exp bool_exp="pv0==0 &amp;&amp; pv1==1">
+                  <value>true</value>
+                </exp>
+                <pv trig="true">${PREFIX}${TYPE}:MTR.BUSY</pv>
+                <pv trig="true">$(PREFIX)$(TYPE)-PMAC:BRAKE_S</pv>
+              </rule>
+            </rules>
+            <pv_value />
+            <auto_size>false</auto_size>
+            <text></text>
+            <rotation_angle>0.0</rotation_angle>
+            <show_units>true</show_units>
+            <height>31</height>
+            <multiline_input>false</multiline_input>
+            <border_width>1</border_width>
+            <visible>true</visible>
+            <pv_name>$(PREFIX)-PMAC:$(NAME_MTR).VAL</pv_name>
+            <selector_type>0</selector_type>
+            <border_color>
+              <color red="0" green="128" blue="255" />
+            </border_color>
+            <precision_from_pv>false</precision_from_pv>
+            <widget_type>Text Input</widget_type>
+            <confirm_message></confirm_message>
+            <name>Text Input</name>
+            <style>0</style>
+            <actions hook="false" hook_all="false" />
+            <border_style>3</border_style>
+            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+            <enabled>true</enabled>
+            <wuid>-1168daa3:158859bc9c3:-2f8c</wuid>
+            <transparent>false</transparent>
+            <scripts />
+            <border_alarm_sensitive>false</border_alarm_sensitive>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+            <format_type>0</format_type>
+            <limits_from_pv>false</limits_from_pv>
+            <background_color>
+              <color name="TextBackground" red="70" green="70" blue="70" />
+            </background_color>
+            <width>130</width>
+            <x>168</x>
+            <y>150</y>
+            <maximum>1.7976931348623157E308</maximum>
+            <foreground_color>
+              <color name="KeyboardEntry" red="0" green="255" blue="255" />
+            </foreground_color>
+            <minimum>-1.7976931348623157E308</minimum>
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.ActionButton" version="2.0.0">
+            <toggle_button>false</toggle_button>
+            <border_style>6</border_style>
+            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+            <alarm_pulsing>false</alarm_pulsing>
+            <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+            <push_action_index>0</push_action_index>
+            <rules>
+              <rule name="Enable" prop_id="enabled" out_exp="false">
+                <exp bool_exp="pv0==1 &amp;&amp; pv1==0">
+                  <value>true</value>
+                </exp>
+                <exp bool_exp="pv0==0 || pv1==1">
+                  <value>false</value>
+                </exp>
+                <pv trig="true">$(PREFIX)$(TYPE)-PMAC:BRAKE_S</pv>
+                <pv trig="true">${PREFIX}${TYPE}:MTR.BUSY</pv>
+              </rule>
+            </rules>
+            <enabled>true</enabled>
+            <wuid>-1168daa3:158859bc9c3:-8e0</wuid>
+            <pv_value />
+            <text>MOVE</text>
+            <scripts />
+            <border_alarm_sensitive>true</border_alarm_sensitive>
+            <height>25</height>
+            <border_width>2</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <image></image>
+            <visible>true</visible>
+            <pv_name></pv_name>
+            <border_color>
+              <color name="IO Border" red="215" green="215" blue="215" />
+            </border_color>
+            <widget_type>Action Button</widget_type>
+            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+            <background_color>
+              <color name="IO Button" red="178" green="178" blue="178" />
+            </background_color>
+            <width>73</width>
+            <x>180</x>
+            <name>Action Button Template_3</name>
+            <y>198</y>
+            <style>0</style>
+            <foreground_color>
+              <color name="IO Foreground" red="0" green="0" blue="0" />
+            </foreground_color>
+            <actions hook="false" hook_all="false">
+              <action type="WRITE_PV">
+                <pv_name>$(PREFIX)-PMAC:$(NAME_MTR).SPMG</pv_name>
+                <value>2</value>
+                <timeout>10</timeout>
+                <confirm_message></confirm_message>
+                <description></description>
+              </action>
+            </actions>
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.ActionButton" version="2.0.0">
+            <toggle_button>false</toggle_button>
+            <border_style>6</border_style>
+            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+            <alarm_pulsing>false</alarm_pulsing>
+            <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+            <push_action_index>0</push_action_index>
+            <rules>
+              <rule name="Enable" prop_id="enabled" out_exp="false">
+                <exp bool_exp="pv0==1">
+                  <value>false</value>
+                </exp>
+                <exp bool_exp="pv0==0">
+                  <value>true</value>
+                </exp>
+                <pv trig="true">${PREFIX}${TYPE}:MTR.BUSY</pv>
+              </rule>
+            </rules>
+            <enabled>true</enabled>
+            <wuid>-1168daa3:158859bc9c3:-3d9</wuid>
+            <pv_value />
+            <text>STOP</text>
+            <scripts />
+            <border_alarm_sensitive>true</border_alarm_sensitive>
+            <height>25</height>
+            <border_width>2</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <image></image>
+            <visible>true</visible>
+            <pv_name></pv_name>
+            <border_color>
+              <color name="IO Border" red="215" green="215" blue="215" />
+            </border_color>
+            <widget_type>Action Button</widget_type>
+            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+            <background_color>
+              <color name="Major" red="255" green="0" blue="0" />
+            </background_color>
+            <width>73</width>
+            <x>90</x>
+            <name>Action Button Template_3</name>
+            <y>198</y>
+            <style>0</style>
+            <foreground_color>
+              <color name="IO Foreground" red="0" green="0" blue="0" />
+            </foreground_color>
+            <actions hook="false" hook_all="false">
+              <action type="WRITE_PV">
+                <pv_name>$(PREFIX)-PMAC:$(NAME_MTR).SPMG</pv_name>
+                <value>0</value>
+                <timeout>10</timeout>
+                <confirm_message></confirm_message>
+                <description></description>
+              </action>
+            </actions>
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.BoolSwitch" version="1.0.0">
+            <toggle_button>true</toggle_button>
+            <border_style>0</border_style>
+            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+            <alarm_pulsing>false</alarm_pulsing>
+            <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+            <push_action_index>0</push_action_index>
+            <rules />
+            <effect_3d>true</effect_3d>
+            <bit>-1</bit>
+            <enabled>true</enabled>
+            <wuid>-1168daa3:158859bc9c3:-380</wuid>
+            <on_color>
+              <color name="Green Off" red="0" green="30" blue="0" />
+            </on_color>
+            <show_confirm_dialog>0</show_confirm_dialog>
+            <password></password>
+            <pv_value />
+            <released_action_index>1</released_action_index>
+            <scripts />
+            <border_alarm_sensitive>false</border_alarm_sensitive>
+            <height>52</height>
+            <on_label>OFF</on_label>
+            <border_width>1</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <visible>true</visible>
+            <pv_name>$(PREFIX)$(TYPE)-PMAC:BRAKE_R</pv_name>
+            <border_color>
+              <color red="0" green="128" blue="255" />
+            </border_color>
+            <widget_type>Boolean Switch</widget_type>
+            <off_color>
+              <color name="Major" red="255" green="0" blue="0" />
+            </off_color>
+            <confirm_message>Are your sure you want to do this?</confirm_message>
+            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+            <background_color>
+              <color red="240" green="240" blue="240" />
+            </background_color>
+            <boolean_label_position>0</boolean_label_position>
+            <width>49</width>
+            <x>271</x>
+            <name>Boolean Switch</name>
+            <data_type>0</data_type>
+            <y>204</y>
+            <foreground_color>
+              <color red="0" green="0" blue="0" />
+            </foreground_color>
+            <actions hook="false" hook_all="false">
+              <action type="WRITE_PV">
+                <pv_name>$(PREFIX)$(TYPE)-PMAC:BRAKE_S</pv_name>
+                <value>1</value>
+                <timeout>10</timeout>
+                <confirm_message></confirm_message>
+                <description></description>
+              </action>
+              <action type="WRITE_PV">
+                <pv_name>$(PREFIX)$(TYPE)-PMAC:BRAKE_S</pv_name>
+                <value>0</value>
+                <timeout>10</timeout>
+                <confirm_message></confirm_message>
+                <description></description>
+              </action>
+            </actions>
+            <show_boolean_label>false</show_boolean_label>
+            <font>
+              <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+            </font>
+            <off_label>ON</off_label>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+            <border_style>0</border_style>
+            <tooltip></tooltip>
+            <horizontal_alignment>1</horizontal_alignment>
+            <rules />
+            <enabled>true</enabled>
+            <wuid>-1168daa3:158859bc9c3:-227</wuid>
+            <transparent>true</transparent>
+            <auto_size>false</auto_size>
+            <text>brake</text>
+            <scripts />
+            <height>20</height>
+            <border_width>1</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <visible>true</visible>
+            <vertical_alignment>1</vertical_alignment>
+            <border_color>
+              <color red="0" green="128" blue="255" />
+            </border_color>
+            <widget_type>Label</widget_type>
+            <wrap_words>false</wrap_words>
+            <background_color>
+              <color red="255" green="255" blue="255" />
+            </background_color>
+            <width>80</width>
+            <x>240</x>
+            <name>Label</name>
+            <y>185</y>
+            <foreground_color>
+              <color red="0" green="0" blue="0" />
+            </foreground_color>
+            <actions hook="false" hook_all="false" />
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="0">Normal</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.ActionButton" version="2.0.0">
+            <toggle_button>false</toggle_button>
+            <border_style>6</border_style>
+            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+            <alarm_pulsing>false</alarm_pulsing>
+            <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+            <push_action_index>0</push_action_index>
+            <rules>
+              <rule name="Enable" prop_id="enabled" out_exp="false">
+                <exp bool_exp="pv0==1 &amp;&amp; pv1==0 &amp;&amp; pv2==0">
+                  <value>true</value>
+                </exp>
+                <exp bool_exp="pv0==0 || pv1==1 || pv2==1">
+                  <value>false</value>
+                </exp>
+                <pv trig="true">$(PREFIX)$(TYPE)-PMAC:BRAKE_S</pv>
+                <pv trig="true">${PREFIX}${TYPE}:MTR.BUSY</pv>
+                <pv trig="true">$(PREFIX)-PMAC:$(NAME_MTR).MSTA</pv>
+              </rule>
+            </rules>
+            <enabled>true</enabled>
+            <wuid>-68059dcf:15e4dde69d7:-75a5</wuid>
+            <pv_value />
+            <text>HOME</text>
+            <scripts />
+            <border_alarm_sensitive>true</border_alarm_sensitive>
+            <height>25</height>
+            <border_width>2</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <image></image>
+            <visible>true</visible>
+            <pv_name></pv_name>
+            <border_color>
+              <color name="IO Border" red="215" green="215" blue="215" />
+            </border_color>
+            <widget_type>Action Button</widget_type>
+            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+            <background_color>
+              <color name="IO Button" red="178" green="178" blue="178" />
+            </background_color>
+            <width>73</width>
+            <x>6</x>
+            <name>Action Button Template_3</name>
+            <y>198</y>
+            <style>0</style>
+            <foreground_color>
+              <color name="IO Foreground" red="0" green="0" blue="0" />
+            </foreground_color>
+            <actions hook="false" hook_all="false">
+              <action type="WRITE_PV">
+                <pv_name>$(PREFIX)$(TYPE):PROC-AUTO-HOME</pv_name>
+                <value>1</value>
+                <timeout>10</timeout>
+                <confirm_message></confirm_message>
+                <description></description>
+              </action>
+            </actions>
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+            </font>
+          </widget>
+        </widget>
+        <widget typeId="org.csstudio.opibuilder.widgets.groupingContainer" version="1.0.0">
+          <border_style>0</border_style>
+          <tooltip></tooltip>
+          <rules />
+          <enabled>true</enabled>
+          <wuid>4b16a64d:158af4f8f37:-7f5c</wuid>
+          <transparent>true</transparent>
+          <lock_children>false</lock_children>
+          <scripts />
+          <height>259</height>
+          <border_width>1</border_width>
+          <scale_options>
+            <width_scalable>true</width_scalable>
+            <height_scalable>true</height_scalable>
+            <keep_wh_ratio>false</keep_wh_ratio>
+          </scale_options>
+          <macros>
+            <include_parent_macros>true</include_parent_macros>
+          </macros>
+          <visible>false</visible>
+          <border_color>
+            <color red="0" green="128" blue="255" />
+          </border_color>
+          <widget_type>Grouping Container</widget_type>
+          <background_color>
+            <color red="240" green="240" blue="240" />
+          </background_color>
+          <width>324</width>
+          <x>1</x>
+          <name>BPS</name>
+          <y>1</y>
+          <foreground_color>
+            <color red="192" green="192" blue="192" />
+          </foreground_color>
+          <actions hook="false" hook_all="false" />
+          <fc>false</fc>
+          <show_scrollbar>true</show_scrollbar>
+          <font>
+            <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+          </font>
+          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+            <border_style>0</border_style>
+            <tooltip></tooltip>
+            <horizontal_alignment>1</horizontal_alignment>
+            <rules />
+            <enabled>false</enabled>
+            <wuid>4b16a64d:158af4f8f37:-7f46</wuid>
+            <transparent>true</transparent>
+            <auto_size>false</auto_size>
+            <text>Voltage</text>
+            <scripts />
+            <height>20</height>
+            <border_width>2</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <visible>true</visible>
+            <vertical_alignment>1</vertical_alignment>
+            <border_color>
+              <color name="IO Border" red="215" green="215" blue="215" />
+            </border_color>
+            <widget_type>Label</widget_type>
+            <wrap_words>false</wrap_words>
+            <background_color>
+              <color name="IO Background" red="255" green="255" blue="205" />
+            </background_color>
+            <width>67</width>
+            <x>12</x>
+            <name>Label Orientation_2</name>
+            <y>96</y>
+            <foreground_color>
+              <color name="IO Foreground" red="0" green="0" blue="0" />
+            </foreground_color>
+            <actions hook="false" hook_all="false" />
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+            <border_style>0</border_style>
+            <tooltip></tooltip>
+            <horizontal_alignment>1</horizontal_alignment>
+            <rules />
+            <enabled>false</enabled>
+            <wuid>4b16a64d:158af4f8f37:-7f44</wuid>
+            <transparent>true</transparent>
+            <auto_size>false</auto_size>
+            <text>Current</text>
+            <scripts />
+            <height>20</height>
+            <border_width>2</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <visible>true</visible>
+            <vertical_alignment>1</vertical_alignment>
+            <border_color>
+              <color name="IO Border" red="215" green="215" blue="215" />
+            </border_color>
+            <widget_type>Label</widget_type>
+            <wrap_words>false</wrap_words>
+            <background_color>
+              <color name="IO Background" red="255" green="255" blue="205" />
+            </background_color>
+            <width>73</width>
+            <x>6</x>
+            <name>Label Orientation_3</name>
+            <y>54</y>
+            <foreground_color>
+              <color name="IO Foreground" red="0" green="0" blue="0" />
+            </foreground_color>
+            <actions hook="false" hook_all="false" />
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
+            <alarm_pulsing>false</alarm_pulsing>
+            <precision>0</precision>
+            <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+            <horizontal_alignment>1</horizontal_alignment>
+            <rules />
+            <pv_value />
+            <auto_size>false</auto_size>
+            <text></text>
+            <rotation_angle>0.0</rotation_angle>
+            <show_units>true</show_units>
+            <height>31</height>
+            <multiline_input>false</multiline_input>
+            <border_width>1</border_width>
+            <visible>true</visible>
+            <pv_name>${PREFIX}${TYPE}:BPS-CurS</pv_name>
+            <selector_type>0</selector_type>
+            <border_color>
+              <color red="0" green="128" blue="255" />
+            </border_color>
+            <precision_from_pv>true</precision_from_pv>
+            <widget_type>Text Input</widget_type>
+            <confirm_message></confirm_message>
+            <name>Text Input_3</name>
+            <style>0</style>
+            <actions hook="false" hook_all="false" />
+            <border_style>3</border_style>
+            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+            <enabled>true</enabled>
+            <wuid>4b16a64d:158af4f8f37:-7f43</wuid>
+            <transparent>false</transparent>
+            <scripts />
+            <border_alarm_sensitive>false</border_alarm_sensitive>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+            <format_type>0</format_type>
+            <limits_from_pv>false</limits_from_pv>
+            <background_color>
+              <color name="TextBackground" red="70" green="70" blue="70" />
+            </background_color>
+            <width>91</width>
+            <x>90</x>
+            <y>48</y>
+            <maximum>1.7976931348623157E308</maximum>
+            <foreground_color>
+              <color name="KeyboardEntry" red="0" green="255" blue="255" />
+            </foreground_color>
+            <minimum>-1.7976931348623157E308</minimum>
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+            <border_style>0</border_style>
+            <tooltip></tooltip>
+            <horizontal_alignment>1</horizontal_alignment>
+            <rules />
+            <enabled>true</enabled>
+            <wuid>4b16a64d:158af4f8f37:-7f3b</wuid>
+            <transparent>true</transparent>
+            <auto_size>false</auto_size>
+            <text>VERTICAL</text>
+            <scripts />
+            <height>20</height>
+            <border_width>1</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <visible>true</visible>
+            <vertical_alignment>1</vertical_alignment>
+            <border_color>
+              <color red="0" green="128" blue="255" />
+            </border_color>
+            <widget_type>Label</widget_type>
+            <wrap_words>false</wrap_words>
+            <background_color>
+              <color red="255" green="255" blue="255" />
+            </background_color>
+            <width>199</width>
+            <x>66</x>
+            <name>Label_164</name>
+            <y>12</y>
+            <foreground_color>
+              <color red="0" green="0" blue="0" />
+            </foreground_color>
+            <actions hook="false" hook_all="false" />
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="0">Normal</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
+            <border_style>0</border_style>
+            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+            <alarm_pulsing>false</alarm_pulsing>
+            <precision>0</precision>
+            <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+            <horizontal_alignment>1</horizontal_alignment>
+            <rules />
+            <enabled>true</enabled>
+            <wuid>4b16a64d:158af4f8f37:-7f27</wuid>
+            <transparent>false</transparent>
+            <pv_value />
+            <auto_size>false</auto_size>
+            <text>######</text>
+            <rotation_angle>0.0</rotation_angle>
+            <scripts />
+            <border_alarm_sensitive>true</border_alarm_sensitive>
+            <show_units>true</show_units>
+            <height>31</height>
+            <border_width>1</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <visible>true</visible>
+            <pv_name>${PREFIX}${TYPE}:BPS-CurR</pv_name>
+            <vertical_alignment>1</vertical_alignment>
+            <border_color>
+              <color red="0" green="128" blue="255" />
+            </border_color>
+            <precision_from_pv>true</precision_from_pv>
+            <widget_type>Text Update</widget_type>
+            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+            <wrap_words>false</wrap_words>
+            <format_type>0</format_type>
+            <background_color>
+              <color red="70" green="70" blue="70" />
+            </background_color>
+            <width>100</width>
+            <x>198</x>
+            <name>Text Update</name>
+            <y>48</y>
+            <foreground_color>
+              <color name="Green On" red="0" green="255" blue="0" />
+            </foreground_color>
+            <actions hook="false" hook_all="false" />
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
+            <border_style>0</border_style>
+            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+            <alarm_pulsing>false</alarm_pulsing>
+            <precision>0</precision>
+            <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+            <horizontal_alignment>1</horizontal_alignment>
+            <rules />
+            <enabled>true</enabled>
+            <wuid>4b16a64d:158af4f8f37:-7f1b</wuid>
+            <transparent>false</transparent>
+            <pv_value />
+            <auto_size>false</auto_size>
+            <text>######</text>
+            <rotation_angle>0.0</rotation_angle>
+            <scripts />
+            <border_alarm_sensitive>true</border_alarm_sensitive>
+            <show_units>true</show_units>
+            <height>31</height>
+            <border_width>1</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <visible>true</visible>
+            <pv_name>${PREFIX}${TYPE}:BPS-VolR</pv_name>
+            <vertical_alignment>1</vertical_alignment>
+            <border_color>
+              <color red="0" green="128" blue="255" />
+            </border_color>
+            <precision_from_pv>true</precision_from_pv>
+            <widget_type>Text Update</widget_type>
+            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+            <wrap_words>false</wrap_words>
+            <format_type>0</format_type>
+            <background_color>
+              <color red="70" green="70" blue="70" />
+            </background_color>
+            <width>100</width>
+            <x>198</x>
+            <name>Text Update</name>
+            <y>90</y>
+            <foreground_color>
+              <color name="Green On" red="0" green="255" blue="0" />
+            </foreground_color>
+            <actions hook="false" hook_all="false" />
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
+            <alarm_pulsing>false</alarm_pulsing>
+            <precision>0</precision>
+            <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+            <horizontal_alignment>1</horizontal_alignment>
+            <rules />
+            <pv_value />
+            <auto_size>false</auto_size>
+            <text></text>
+            <rotation_angle>0.0</rotation_angle>
+            <show_units>true</show_units>
+            <height>31</height>
+            <multiline_input>false</multiline_input>
+            <border_width>1</border_width>
+            <visible>true</visible>
+            <pv_name>${PREFIX}${TYPE}:BPS-VolS</pv_name>
+            <selector_type>0</selector_type>
+            <border_color>
+              <color red="0" green="128" blue="255" />
+            </border_color>
+            <precision_from_pv>true</precision_from_pv>
+            <widget_type>Text Input</widget_type>
+            <confirm_message></confirm_message>
+            <name>Text Input_3</name>
+            <style>0</style>
+            <actions hook="false" hook_all="false" />
+            <border_style>3</border_style>
+            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+            <enabled>true</enabled>
+            <wuid>4b16a64d:158af4f8f37:-6180</wuid>
+            <transparent>false</transparent>
+            <scripts />
+            <border_alarm_sensitive>false</border_alarm_sensitive>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+            <format_type>0</format_type>
+            <limits_from_pv>false</limits_from_pv>
+            <background_color>
+              <color name="TextBackground" red="70" green="70" blue="70" />
+            </background_color>
+            <width>91</width>
+            <x>90</x>
+            <y>90</y>
+            <maximum>1.7976931348623157E308</maximum>
+            <foreground_color>
+              <color name="KeyboardEntry" red="0" green="255" blue="255" />
+            </foreground_color>
+            <minimum>-1.7976931348623157E308</minimum>
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+            </font>
+          </widget>
+        </widget>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.RoundedRectangle" version="1.0.0">
+        <border_style>0</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <line_width>0</line_width>
+        <horizontal_fill>true</horizontal_fill>
+        <alarm_pulsing>false</alarm_pulsing>
+        <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>-16429ab9:1582e68df9a:-4223</wuid>
+        <transparent>false</transparent>
+        <pv_value />
+        <alpha>255</alpha>
+        <corner_height>16</corner_height>
+        <bg_gradient_color>
+          <color red="255" green="255" blue="255" />
+        </bg_gradient_color>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <height>1099</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <pv_name></pv_name>
+        <gradient>false</gradient>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <anti_alias>true</anti_alias>
+        <corner_width>16</corner_width>
+        <line_style>0</line_style>
+        <widget_type>Rounded Rectangle</widget_type>
+        <fg_gradient_color>
+          <color red="255" green="255" blue="255" />
+        </fg_gradient_color>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <background_color>
+          <color name="Container Grey" red="200" green="200" blue="200" />
+        </background_color>
+        <width>1681</width>
+        <x>414</x>
+        <name>Rounded Rectangle_5</name>
+        <y>18</y>
+        <fill_level>0.0</fill_level>
+        <foreground_color>
+          <color red="255" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+        </font>
+        <line_color>
+          <color red="128" green="0" blue="255" />
+        </line_color>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.RoundedRectangle" version="1.0.0">
+        <border_style>0</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <line_width>0</line_width>
+        <horizontal_fill>true</horizontal_fill>
+        <alarm_pulsing>false</alarm_pulsing>
+        <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>-47901338:158955bc5eb:-344b</wuid>
+        <transparent>false</transparent>
+        <pv_value />
+        <alpha>255</alpha>
+        <corner_height>16</corner_height>
+        <bg_gradient_color>
+          <color red="255" green="255" blue="255" />
+        </bg_gradient_color>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <height>208</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <pv_name></pv_name>
+        <gradient>false</gradient>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <anti_alias>true</anti_alias>
+        <corner_width>16</corner_width>
+        <line_style>0</line_style>
+        <widget_type>Rounded Rectangle</widget_type>
+        <fg_gradient_color>
+          <color red="255" green="255" blue="255" />
+        </fg_gradient_color>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <background_color>
+          <color name="Black" red="0" green="0" blue="0" />
+        </background_color>
+        <width>205</width>
+        <x>420</x>
+        <name>Rounded Rectangle_7</name>
+        <y>894</y>
+        <fill_level>0.0</fill_level>
+        <foreground_color>
+          <color red="255" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+        </font>
+        <line_color>
+          <color red="128" green="0" blue="255" />
+        </line_color>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
+        <border_style>0</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <alarm_pulsing>false</alarm_pulsing>
+        <precision>0</precision>
+        <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+        <horizontal_alignment>0</horizontal_alignment>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>-47901338:158955bc5eb:-31fa</wuid>
+        <transparent>true</transparent>
+        <pv_value />
+        <auto_size>false</auto_size>
+        <text>######</text>
+        <rotation_angle>0.0</rotation_angle>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <show_units>true</show_units>
+        <height>20</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <pv_name>$(PREFIX)$(TYPE):CALC-PROJ-X</pv_name>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <precision_from_pv>true</precision_from_pv>
+        <widget_type>Text Update</widget_type>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <wrap_words>false</wrap_words>
+        <format_type>0</format_type>
+        <background_color>
+          <color red="255" green="255" blue="255" />
+        </background_color>
+        <width>100</width>
+        <x>540</x>
+        <name>Text Update</name>
+        <y>912</y>
+        <foreground_color>
+          <color name="Green On" red="0" green="255" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.RoundedRectangle" version="1.0.0">
+        <border_style>0</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <line_width>0</line_width>
+        <horizontal_fill>true</horizontal_fill>
+        <alarm_pulsing>false</alarm_pulsing>
+        <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>-16429ab9:158444d4181:-7ba7</wuid>
+        <transparent>false</transparent>
+        <pv_value />
+        <alpha>255</alpha>
+        <corner_height>16</corner_height>
+        <bg_gradient_color>
+          <color red="255" green="255" blue="255" />
+        </bg_gradient_color>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <height>79</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <pv_name></pv_name>
+        <gradient>false</gradient>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <anti_alias>true</anti_alias>
+        <corner_width>16</corner_width>
+        <line_style>0</line_style>
+        <widget_type>Rounded Rectangle</widget_type>
+        <fg_gradient_color>
+          <color red="255" green="255" blue="255" />
+        </fg_gradient_color>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <background_color>
+          <color name="Container Border Grey" red="150" green="150" blue="150" />
+        </background_color>
+        <width>350</width>
+        <x>29</x>
+        <name>Rounded Rectangle</name>
+        <y>1038</y>
+        <fill_level>0.0</fill_level>
+        <foreground_color>
+          <color red="255" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+        </font>
+        <line_color>
+          <color red="128" green="0" blue="255" />
+        </line_color>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
+        <alarm_pulsing>false</alarm_pulsing>
+        <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+        <rules />
+        <effect_3d>true</effect_3d>
+        <bit>-1</bit>
+        <pv_value />
+        <height>36</height>
+        <border_width>1</border_width>
+        <visible>true</visible>
+        <pv_name>${PREFIX}${TYPE}:MTR.BUSY</pv_name>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <widget_type>LED</widget_type>
+        <name>LED</name>
+        <actions hook="false" hook_all="false" />
+        <show_boolean_label>false</show_boolean_label>
+        <border_style>0</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <enabled>true</enabled>
+        <wuid>1e771979:1565068c2e3:-4cec</wuid>
+        <on_color>
+          <color red="0" green="255" blue="0" />
+        </on_color>
+        <scripts />
+        <border_alarm_sensitive>true</border_alarm_sensitive>
+        <on_label>ON</on_label>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>true</keep_wh_ratio>
+        </scale_options>
+        <off_color>
+          <color red="0" green="100" blue="0" />
+        </off_color>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <background_color>
+          <color red="240" green="240" blue="240" />
+        </background_color>
+        <square_led>true</square_led>
+        <width>32</width>
+        <x>336</x>
+        <data_type>0</data_type>
+        <y>1066</y>
+        <foreground_color>
+          <color red="192" green="192" blue="192" />
+        </foreground_color>
+        <font>
+          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+        </font>
+        <off_label>OFF</off_label>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+        <border_style>0</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <line_width>1</line_width>
+        <horizontal_fill>true</horizontal_fill>
+        <alarm_pulsing>false</alarm_pulsing>
+        <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+        <arrows>0</arrows>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>1e771979:1565068c2e3:-4a2d</wuid>
+        <transparent>false</transparent>
+        <points>
+          <point x="30" y="393" />
+          <point x="378" y="393" />
+          <point x="378" y="393" />
+          <point x="378" y="393" />
+          <point x="378" y="393" />
+        </points>
+        <fill_arrow>true</fill_arrow>
+        <pv_value />
+        <alpha>255</alpha>
+        <rotation_angle>0.0</rotation_angle>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <height>1</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>true</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <pv_name></pv_name>
+        <border_color>
+          <color name="Black" red="0" green="0" blue="0" />
+        </border_color>
+        <anti_alias>true</anti_alias>
+        <line_style>0</line_style>
+        <arrow_length>20</arrow_length>
+        <widget_type>Polyline</widget_type>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <background_color>
+          <color name="Black" red="0" green="0" blue="0" />
+        </background_color>
+        <width>349</width>
+        <x>30</x>
+        <name>Polyline</name>
+        <y>393</y>
+        <fill_level>0.0</fill_level>
+        <foreground_color>
+          <color red="255" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+        <border_style>0</border_style>
+        <tooltip></tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>1e771979:1565068c2e3:-4ab2</wuid>
+        <transparent>false</transparent>
+        <auto_size>false</auto_size>
+        <text>Position</text>
+        <scripts />
+        <height>25</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <widget_type>Label</widget_type>
+        <wrap_words>false</wrap_words>
+        <background_color>
+          <color name="panelArea" red="240" green="240" blue="240" />
+        </background_color>
+        <width>229</width>
+        <x>96</x>
+        <name>Label_156</name>
+        <y>381</y>
+        <foreground_color>
+          <color red="0" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+        <border_style>0</border_style>
+        <tooltip></tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules />
+        <enabled>false</enabled>
+        <wuid>1e771979:1565068c2e3:-3e44</wuid>
+        <transparent>true</transparent>
+        <auto_size>false</auto_size>
+        <text>START position</text>
+        <scripts />
+        <height>20</height>
+        <border_width>2</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color name="IO Border" red="215" green="215" blue="215" />
+        </border_color>
+        <widget_type>Label</widget_type>
+        <wrap_words>false</wrap_words>
+        <background_color>
+          <color name="IO Background" red="255" green="255" blue="205" />
+        </background_color>
+        <width>151</width>
+        <x>42</x>
+        <name>Label Orientation_7</name>
+        <y>420</y>
+        <foreground_color>
+          <color name="IO Foreground" red="0" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
+        <alarm_pulsing>false</alarm_pulsing>
+        <precision>0</precision>
+        <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules>
+          <rule name="Disable" prop_id="enabled" out_exp="false">
+            <exp bool_exp="pv0==1">
+              <value>false</value>
+            </exp>
+            <exp bool_exp="pv0==0">
+              <value>true</value>
+            </exp>
+            <pv trig="true">${PREFIX}${TYPE}:MTR.BUSY</pv>
+          </rule>
+        </rules>
+        <pv_value />
+        <auto_size>false</auto_size>
+        <text></text>
+        <rotation_angle>0.0</rotation_angle>
+        <show_units>true</show_units>
+        <height>31</height>
+        <multiline_input>false</multiline_input>
+        <border_width>1</border_width>
+        <visible>true</visible>
+        <pv_name>${PREFIX}${TYPE}:MTR.P4SP</pv_name>
+        <selector_type>0</selector_type>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <precision_from_pv>true</precision_from_pv>
+        <widget_type>Text Input</widget_type>
+        <confirm_message></confirm_message>
+        <name>Text Input</name>
+        <style>0</style>
+        <actions hook="false" hook_all="false" />
+        <border_style>3</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <enabled>true</enabled>
+        <wuid>1e771979:1565068c2e3:-3e43</wuid>
+        <transparent>false</transparent>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <format_type>0</format_type>
+        <limits_from_pv>false</limits_from_pv>
+        <background_color>
+          <color name="TextBackground" red="70" green="70" blue="70" />
+        </background_color>
+        <width>121</width>
+        <x>228</x>
+        <y>414</y>
+        <maximum>0.0</maximum>
+        <foreground_color>
+          <color name="KeyboardEntry" red="0" green="255" blue="255" />
+        </foreground_color>
+        <minimum>-200.0</minimum>
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+        <border_style>0</border_style>
+        <tooltip></tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules />
+        <enabled>false</enabled>
+        <wuid>1e771979:1565068c2e3:-3d91</wuid>
+        <transparent>true</transparent>
+        <auto_size>false</auto_size>
+        <text>END position</text>
+        <scripts />
+        <height>20</height>
+        <border_width>2</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color name="IO Border" red="215" green="215" blue="215" />
+        </border_color>
+        <widget_type>Label</widget_type>
+        <wrap_words>false</wrap_words>
+        <background_color>
+          <color name="IO Background" red="255" green="255" blue="205" />
+        </background_color>
+        <width>104</width>
+        <x>71</x>
+        <name>Label Orientation_7</name>
+        <y>462</y>
+        <foreground_color>
+          <color name="IO Foreground" red="0" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
+        <alarm_pulsing>false</alarm_pulsing>
+        <precision>0</precision>
+        <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules>
+          <rule name="Disable" prop_id="enabled" out_exp="false">
+            <exp bool_exp="pv0==1">
+              <value>false</value>
+            </exp>
+            <exp bool_exp="pv0==0">
+              <value>true</value>
+            </exp>
+            <pv trig="true">${PREFIX}${TYPE}:MTR.BUSY</pv>
+          </rule>
+        </rules>
+        <pv_value />
+        <auto_size>false</auto_size>
+        <text></text>
+        <rotation_angle>0.0</rotation_angle>
+        <show_units>true</show_units>
+        <height>31</height>
+        <multiline_input>false</multiline_input>
+        <border_width>1</border_width>
+        <visible>true</visible>
+        <pv_name>${PREFIX}${TYPE}:MTR.P4EP</pv_name>
+        <selector_type>0</selector_type>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <precision_from_pv>true</precision_from_pv>
+        <widget_type>Text Input</widget_type>
+        <confirm_message></confirm_message>
+        <name>Text Input</name>
+        <style>0</style>
+        <actions hook="false" hook_all="false" />
+        <border_style>3</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <enabled>true</enabled>
+        <wuid>1e771979:1565068c2e3:-3d90</wuid>
+        <transparent>false</transparent>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <format_type>0</format_type>
+        <limits_from_pv>false</limits_from_pv>
+        <background_color>
+          <color name="TextBackground" red="70" green="70" blue="70" />
+        </background_color>
+        <width>121</width>
+        <x>228</x>
+        <y>456</y>
+        <maximum>1.7976931348623157E308</maximum>
+        <foreground_color>
+          <color name="KeyboardEntry" red="0" green="255" blue="255" />
+        </foreground_color>
+        <minimum>-1.7976931348623157E308</minimum>
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+        <border_style>0</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <line_width>1</line_width>
+        <horizontal_fill>true</horizontal_fill>
+        <alarm_pulsing>false</alarm_pulsing>
+        <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+        <arrows>0</arrows>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>1e771979:1565068c2e3:-33bf</wuid>
+        <transparent>false</transparent>
+        <points>
+          <point x="29" y="597" />
+          <point x="377" y="597" />
+          <point x="377" y="597" />
+          <point x="377" y="597" />
+          <point x="377" y="597" />
+        </points>
+        <fill_arrow>true</fill_arrow>
+        <pv_value />
+        <alpha>255</alpha>
+        <rotation_angle>0.0</rotation_angle>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <height>1</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>true</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <pv_name></pv_name>
+        <border_color>
+          <color name="Black" red="0" green="0" blue="0" />
+        </border_color>
+        <anti_alias>true</anti_alias>
+        <line_style>0</line_style>
+        <arrow_length>20</arrow_length>
+        <widget_type>Polyline</widget_type>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <background_color>
+          <color name="Black" red="0" green="0" blue="0" />
+        </background_color>
+        <width>349</width>
+        <x>29</x>
+        <name>Polyline</name>
+        <y>597</y>
+        <fill_level>0.0</fill_level>
+        <foreground_color>
+          <color red="255" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+        <border_style>0</border_style>
+        <tooltip></tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>1e771979:1565068c2e3:-33be</wuid>
+        <transparent>false</transparent>
+        <auto_size>false</auto_size>
+        <text>Angle</text>
+        <scripts />
+        <height>25</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <widget_type>Label</widget_type>
+        <wrap_words>false</wrap_words>
+        <background_color>
+          <color name="panelArea" red="240" green="240" blue="240" />
+        </background_color>
+        <width>229</width>
+        <x>96</x>
+        <name>Label_156</name>
+        <y>585</y>
+        <foreground_color>
+          <color red="0" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+        <border_style>0</border_style>
+        <tooltip></tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules />
+        <enabled>false</enabled>
+        <wuid>1e771979:1565068c2e3:-33b3</wuid>
+        <transparent>true</transparent>
+        <auto_size>false</auto_size>
+        <text>Number of positions</text>
+        <scripts />
+        <height>20</height>
+        <border_width>2</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color name="IO Border" red="215" green="215" blue="215" />
+        </border_color>
+        <widget_type>Label</widget_type>
+        <wrap_words>false</wrap_words>
+        <background_color>
+          <color name="IO Background" red="255" green="255" blue="205" />
+        </background_color>
+        <width>199</width>
+        <x>30</x>
+        <name>Label Orientation_7</name>
+        <y>502</y>
+        <foreground_color>
+          <color name="IO Foreground" red="0" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
+        <alarm_pulsing>false</alarm_pulsing>
+        <precision>0</precision>
+        <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules>
+          <rule name="Disable" prop_id="enabled" out_exp="false">
+            <exp bool_exp="pv0==1">
+              <value>false</value>
+            </exp>
+            <exp bool_exp="pv0==0">
+              <value>true</value>
+            </exp>
+            <pv trig="true">${PREFIX}${TYPE}:MTR.BUSY</pv>
+          </rule>
+        </rules>
+        <pv_value />
+        <auto_size>false</auto_size>
+        <text></text>
+        <rotation_angle>0.0</rotation_angle>
+        <show_units>true</show_units>
+        <height>31</height>
+        <multiline_input>false</multiline_input>
+        <border_width>1</border_width>
+        <visible>true</visible>
+        <pv_name>${PREFIX}${TYPE}:MTR.NPTS</pv_name>
+        <selector_type>0</selector_type>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <precision_from_pv>true</precision_from_pv>
+        <widget_type>Text Input</widget_type>
+        <confirm_message></confirm_message>
+        <name>Text Input</name>
+        <style>0</style>
+        <actions hook="false" hook_all="false" />
+        <border_style>3</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <enabled>true</enabled>
+        <wuid>1e771979:1565068c2e3:-33a9</wuid>
+        <transparent>false</transparent>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <format_type>0</format_type>
+        <limits_from_pv>false</limits_from_pv>
+        <background_color>
+          <color name="TextBackground" red="70" green="70" blue="70" />
+        </background_color>
+        <width>121</width>
+        <x>228</x>
+        <y>496</y>
+        <maximum>100.0</maximum>
+        <foreground_color>
+          <color name="KeyboardEntry" red="0" green="255" blue="255" />
+        </foreground_color>
+        <minimum>0.0</minimum>
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+        <border_style>0</border_style>
+        <tooltip></tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules />
+        <enabled>false</enabled>
+        <wuid>1e771979:1565068c2e3:-335c</wuid>
+        <transparent>true</transparent>
+        <auto_size>false</auto_size>
+        <text>Step size</text>
+        <scripts />
+        <height>20</height>
+        <border_width>2</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color name="IO Border" red="215" green="215" blue="215" />
+        </border_color>
+        <widget_type>Label</widget_type>
+        <wrap_words>false</wrap_words>
+        <background_color>
+          <color name="IO Background" red="255" green="255" blue="205" />
+        </background_color>
+        <width>199</width>
+        <x>30</x>
+        <name>Label Orientation_7</name>
+        <y>547</y>
+        <foreground_color>
+          <color name="IO Foreground" red="0" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
+        <alarm_pulsing>false</alarm_pulsing>
+        <precision>0</precision>
+        <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules>
+          <rule name="Disable" prop_id="enabled" out_exp="false">
+            <exp bool_exp="pv0==1">
+              <value>false</value>
+            </exp>
+            <exp bool_exp="pv0==0">
+              <value>true</value>
+            </exp>
+            <pv trig="true">${PREFIX}${TYPE}:MTR.BUSY</pv>
+          </rule>
+        </rules>
+        <pv_value />
+        <auto_size>false</auto_size>
+        <text></text>
+        <rotation_angle>0.0</rotation_angle>
+        <show_units>true</show_units>
+        <height>31</height>
+        <multiline_input>false</multiline_input>
+        <border_width>1</border_width>
+        <visible>true</visible>
+        <pv_name>${PREFIX}${TYPE}:MTR.P4SI</pv_name>
+        <selector_type>0</selector_type>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <precision_from_pv>true</precision_from_pv>
+        <widget_type>Text Input</widget_type>
+        <confirm_message></confirm_message>
+        <name>Text Input</name>
+        <style>0</style>
+        <actions hook="false" hook_all="false" />
+        <border_style>3</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <enabled>true</enabled>
+        <wuid>1e771979:1565068c2e3:-335b</wuid>
+        <transparent>false</transparent>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <format_type>0</format_type>
+        <limits_from_pv>false</limits_from_pv>
+        <background_color>
+          <color name="TextBackground" red="70" green="70" blue="70" />
+        </background_color>
+        <width>121</width>
+        <x>228</x>
+        <y>541</y>
+        <maximum>1.7976931348623157E308</maximum>
+        <foreground_color>
+          <color name="KeyboardEntry" red="0" green="255" blue="255" />
+        </foreground_color>
+        <minimum>-1.7976931348623157E308</minimum>
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+        <border_style>0</border_style>
+        <tooltip></tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules />
+        <enabled>false</enabled>
+        <wuid>1e771979:1565068c2e3:-31f0</wuid>
+        <transparent>true</transparent>
+        <auto_size>false</auto_size>
+        <text>Nb Angles</text>
+        <scripts />
+        <height>20</height>
+        <border_width>2</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color name="IO Border" red="215" green="215" blue="215" />
+        </border_color>
+        <widget_type>Label</widget_type>
+        <wrap_words>false</wrap_words>
+        <background_color>
+          <color name="IO Background" red="255" green="255" blue="205" />
+        </background_color>
+        <width>84</width>
+        <x>99</x>
+        <name>Label Orientation_2</name>
+        <y>715</y>
+        <foreground_color>
+          <color name="IO Foreground" red="0" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
+        <alarm_pulsing>false</alarm_pulsing>
+        <precision>0</precision>
+        <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules>
+          <rule name="Disable" prop_id="enabled" out_exp="false">
+            <exp bool_exp="pv0==1">
+              <value>false</value>
+            </exp>
+            <exp bool_exp="pv0==0">
+              <value>true</value>
+            </exp>
+            <pv trig="true">${PREFIX}${TYPE}:MTR.BUSY</pv>
+          </rule>
+        </rules>
+        <pv_value />
+        <auto_size>false</auto_size>
+        <text></text>
+        <rotation_angle>0.0</rotation_angle>
+        <show_units>true</show_units>
+        <height>31</height>
+        <multiline_input>false</multiline_input>
+        <border_width>1</border_width>
+        <visible>true</visible>
+        <pv_name>${PREFIX}${TYPE}:PS.NPTS</pv_name>
+        <selector_type>0</selector_type>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <precision_from_pv>true</precision_from_pv>
+        <widget_type>Text Input</widget_type>
+        <confirm_message></confirm_message>
+        <name>Text Input_2</name>
+        <style>0</style>
+        <actions hook="false" hook_all="false" />
+        <border_style>3</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <enabled>true</enabled>
+        <wuid>1e771979:1565068c2e3:-31ef</wuid>
+        <transparent>false</transparent>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <format_type>0</format_type>
+        <limits_from_pv>false</limits_from_pv>
+        <background_color>
+          <color name="TextBackground" red="70" green="70" blue="70" />
+        </background_color>
+        <width>121</width>
+        <x>228</x>
+        <y>709</y>
+        <maximum>400.0</maximum>
+        <foreground_color>
+          <color name="KeyboardEntry" red="0" green="255" blue="255" />
+        </foreground_color>
+        <minimum>0.0</minimum>
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.ActionButton" version="2.0.0">
+        <toggle_button>false</toggle_button>
+        <border_style>6</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <alarm_pulsing>false</alarm_pulsing>
+        <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+        <push_action_index>0</push_action_index>
+        <rules>
+          <rule name="Enable" prop_id="enabled" out_exp="false">
+            <exp bool_exp="pv0==0 || pv1==1||pv2==1||pv3==1">
+              <value>false</value>
+            </exp>
+            <exp bool_exp="pv0==1 &amp;&amp; pv1==0 &amp;&amp; pv2==0 &amp;&amp; pv3==0">
+              <value>true</value>
+            </exp>
+            <pv trig="true">${PREFIX}${TYPE}:MTR.BUSY</pv>
+            <pv trig="true">${PREFIX}${TYPE}:PROC-AUTO-HOME</pv>
+            <pv trig="true">${PREFIX}${TYPE}-PMAC:SWITCH_H_R</pv>
+            <pv trig="true">${PREFIX}${TYPE}:PS.BUSY</pv>
+          </rule>
+        </rules>
+        <enabled>true</enabled>
+        <wuid>1e771979:1565068c2e3:-2a00</wuid>
+        <pv_value />
+        <text>ABORT</text>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <height>55</height>
+        <border_width>2</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <image></image>
+        <visible>true</visible>
+        <pv_name></pv_name>
+        <border_color>
+          <color name="IO Border" red="215" green="215" blue="215" />
+        </border_color>
+        <widget_type>Action Button</widget_type>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <background_color>
+          <color name="Major" red="255" green="0" blue="0" />
+        </background_color>
+        <width>146</width>
+        <x>45</x>
+        <name>Abort Scan</name>
+        <y>1056</y>
+        <style>0</style>
+        <foreground_color>
+          <color name="IO Foreground" red="0" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="true">
+          <action type="WRITE_PV">
+            <pv_name>${PREFIX}${TYPE}:MTR-ABORT.PROC</pv_name>
+            <value>1</value>
+            <timeout>10</timeout>
+            <confirm_message></confirm_message>
+            <description>Abort Scan</description>
+          </action>
+        </actions>
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.ActionButton" version="2.0.0">
+        <toggle_button>false</toggle_button>
+        <border_style>6</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <alarm_pulsing>false</alarm_pulsing>
+        <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+        <push_action_index>0</push_action_index>
+        <rules>
+          <rule name="Enable" prop_id="enabled" out_exp="false">
+            <exp bool_exp="pv0==0 &amp;&amp; pv1==0 &amp;&amp; pv2==0 &amp;&amp; pv3==0 &amp;&amp; pv4==0 &amp;&amp; pv5==0 &amp;&amp; pv6==0">
+              <value>true</value>
+            </exp>
+            <exp bool_exp="pv0==1 || pv1==0 || pv2==0 || pv3==0 || pv4==0 || pv5==0 ||pv6==0">
+              <value>false</value>
+            </exp>
+            <pv trig="true">${PREFIX}${TYPE}:MTR.BUSY</pv>
+            <pv trig="true">INFN-SRC:INTK-HMI:FM1</pv>
+            <pv trig="true">INFN-SRC:INTK-HMI:FM2</pv>
+            <pv trig="true">INFN-SRC:INTK-HMI:FM3</pv>
+            <pv trig="true">INFN-SRC:INTK-HMI:FM4</pv>
+            <pv trig="true">INFN-SRC:INTK-HMI:FM5</pv>
+            <pv trig="true">${PREFIX}${TYPE}:PROC-AUTO-HOME</pv>
+          </rule>
+        </rules>
+        <enabled>true</enabled>
+        <wuid>1e771979:1565068c2e3:-2a01</wuid>
+        <pv_value />
+        <text>START</text>
+        <scripts>
+          <path pathString="EmbeddedJs" checkConnect="true" sfe="false" seoe="false">
+            <scriptName>StartArchiving</scriptName>
             <scriptText><![CDATA[importPackage(Packages.org.csstudio.opibuilder.scriptUtil);
-if(PVUtil.getDouble(pvs[0])==1){pvs[1].setValue(1);}]]></scriptText>
-            <pv trig="true">${PREFIX}${TYPE}:MTR.EXSC</pv>
-            <pv trig="false">${PREFIX}${TYPE}:Archive</pv>
-          </path>
-        </scripts>
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <height>55</height>
-        <border_width>2</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <image></image>
-        <visible>true</visible>
-        <pv_name></pv_name>
-        <border_color>
-          <color name="IO Border" red="215" green="215" blue="215" />
-        </border_color>
-        <widget_type>Action Button</widget_type>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <background_color>
-          <color name="IO Button" red="178" green="178" blue="178" />
-        </background_color>
-        <width>103</width>
-        <x>216</x>
-        <name>Start Scan</name>
-        <y>1056</y>
-        <style>0</style>
-        <foreground_color>
-          <color name="IO Foreground" red="0" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false">
-          <action type="WRITE_PV">
-            <pv_name>${PREFIX}${TYPE}:MTR.EXSC</pv_name>
-            <value>1</value>
-            <timeout>10</timeout>
-            <confirm_message></confirm_message>
-            <description>Start SCAN</description>
-          </action>
-        </actions>
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-        <border_style>0</border_style>
-        <tooltip></tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules />
-        <enabled>false</enabled>
-        <wuid>1e771979:1565068c2e3:-31f4</wuid>
-        <transparent>true</transparent>
-        <auto_size>false</auto_size>
-        <text>MRAD  MIN</text>
-        <scripts />
-        <height>25</height>
-        <border_width>2</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color name="IO Border" red="215" green="215" blue="215" />
-        </border_color>
-        <widget_type>Label</widget_type>
-        <wrap_words>false</wrap_words>
-        <background_color>
-          <color name="IO Background" red="255" green="255" blue="205" />
-        </background_color>
-        <width>101</width>
-        <x>83</x>
-        <name>Label Orientation_7</name>
-        <y>669</y>
-        <foreground_color>
-          <color name="IO Foreground" red="0" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
-        <alarm_pulsing>false</alarm_pulsing>
-        <precision>0</precision>
-        <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules>
-          <rule name="Disable" prop_id="enabled" out_exp="false">
-            <exp bool_exp="pv0==1">
-              <value>false</value>
-            </exp>
-            <exp bool_exp="pv0==0">
-              <value>true</value>
-            </exp>
-            <pv trig="true">${PREFIX}${TYPE}:MTR.BUSY</pv>
-          </rule>
-        </rules>
-        <pv_value />
-        <auto_size>false</auto_size>
-        <text></text>
-        <rotation_angle>0.0</rotation_angle>
-        <show_units>true</show_units>
-        <height>31</height>
-        <multiline_input>false</multiline_input>
-        <border_width>1</border_width>
-        <visible>true</visible>
-        <pv_name>${PREFIX}${TYPE}:PROC-AngleMin-SP</pv_name>
-        <selector_type>0</selector_type>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <precision_from_pv>true</precision_from_pv>
-        <widget_type>Text Input</widget_type>
-        <confirm_message></confirm_message>
-        <name>Text Input</name>
-        <style>0</style>
-        <actions hook="false" hook_all="false" />
-        <border_style>3</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <enabled>true</enabled>
-        <wuid>1e771979:1565068c2e3:-31f3</wuid>
-        <transparent>false</transparent>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <format_type>0</format_type>
-        <limits_from_pv>false</limits_from_pv>
-        <background_color>
-          <color name="TextBackground" red="70" green="70" blue="70" />
-        </background_color>
-        <width>121</width>
-        <x>228</x>
-        <y>666</y>
-        <maximum>1.7976931348623157E308</maximum>
-        <foreground_color>
-          <color name="KeyboardEntry" red="0" green="255" blue="255" />
-        </foreground_color>
-        <minimum>-1.7976931348623157E308</minimum>
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-        <border_style>0</border_style>
-        <tooltip></tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules />
-        <enabled>false</enabled>
-        <wuid>-cae44c:157dd221fed:-75d1</wuid>
-        <transparent>true</transparent>
-        <auto_size>false</auto_size>
-        <text>Step size</text>
-        <scripts />
-        <height>20</height>
-        <border_width>2</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color name="IO Border" red="215" green="215" blue="215" />
-        </border_color>
-        <widget_type>Label</widget_type>
-        <wrap_words>false</wrap_words>
-        <background_color>
-          <color name="IO Background" red="255" green="255" blue="205" />
-        </background_color>
-        <width>144</width>
-        <x>60</x>
-        <name>Label Orientation_2</name>
-        <y>756</y>
-        <foreground_color>
-          <color name="IO Foreground" red="0" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
-        <alarm_pulsing>false</alarm_pulsing>
-        <precision>0</precision>
-        <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules>
-          <rule name="Disable" prop_id="enabled" out_exp="false">
-            <exp bool_exp="pv0==1">
-              <value>false</value>
-            </exp>
-            <exp bool_exp="pv0==0">
-              <value>true</value>
-            </exp>
-            <pv trig="true">${PREFIX}${TYPE}:MTR.BUSY</pv>
-          </rule>
-        </rules>
-        <pv_value />
-        <auto_size>false</auto_size>
-        <text></text>
-        <rotation_angle>0.0</rotation_angle>
-        <show_units>true</show_units>
-        <height>31</height>
-        <multiline_input>false</multiline_input>
-        <border_width>1</border_width>
-        <visible>true</visible>
-        <pv_name>${PREFIX}${TYPE}:PROC-StepAngle</pv_name>
-        <selector_type>0</selector_type>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <precision_from_pv>true</precision_from_pv>
-        <widget_type>Text Input</widget_type>
-        <confirm_message></confirm_message>
-        <name>Text Input_2</name>
-        <style>0</style>
-        <actions hook="false" hook_all="false" />
-        <border_style>3</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <enabled>true</enabled>
-        <wuid>-cae44c:157dd221fed:-75d0</wuid>
-        <transparent>false</transparent>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <format_type>0</format_type>
-        <limits_from_pv>false</limits_from_pv>
-        <background_color>
-          <color name="TextBackground" red="70" green="70" blue="70" />
-        </background_color>
-        <width>121</width>
-        <x>228</x>
-        <y>750</y>
-        <maximum>1.7976931348623157E308</maximum>
-        <foreground_color>
-          <color name="KeyboardEntry" red="0" green="255" blue="255" />
-        </foreground_color>
-        <minimum>-1.7976931348623157E308</minimum>
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-        <border_style>0</border_style>
-        <tooltip></tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules />
-        <enabled>false</enabled>
-        <wuid>4ad471b5:157e1276406:-740b</wuid>
-        <transparent>true</transparent>
-        <auto_size>false</auto_size>
-        <text>MRAD MAX</text>
-        <scripts />
-        <height>25</height>
-        <border_width>2</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color name="IO Border" red="215" green="215" blue="215" />
-        </border_color>
-        <widget_type>Label</widget_type>
-        <wrap_words>false</wrap_words>
-        <background_color>
-          <color name="IO Background" red="255" green="255" blue="205" />
-        </background_color>
-        <width>99</width>
-        <x>82</x>
-        <name>Label Orientation_1</name>
-        <y>624</y>
-        <foreground_color>
-          <color name="IO Foreground" red="0" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
-        <alarm_pulsing>false</alarm_pulsing>
-        <precision>0</precision>
-        <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules>
-          <rule name="Disable" prop_id="enabled" out_exp="false">
-            <exp bool_exp="pv0==1">
-              <value>false</value>
-            </exp>
-            <exp bool_exp="pv0==0">
-              <value>true</value>
-            </exp>
-            <pv trig="true">${PREFIX}${TYPE}:MTR.BUSY</pv>
-          </rule>
-        </rules>
-        <pv_value />
-        <auto_size>false</auto_size>
-        <text></text>
-        <rotation_angle>0.0</rotation_angle>
-        <show_units>true</show_units>
-        <height>31</height>
-        <multiline_input>false</multiline_input>
-        <border_width>1</border_width>
-        <visible>true</visible>
-        <pv_name>${PREFIX}${TYPE}:PROC-AngleMax-SP</pv_name>
-        <selector_type>0</selector_type>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <precision_from_pv>true</precision_from_pv>
-        <widget_type>Text Input</widget_type>
-        <confirm_message></confirm_message>
-        <name>Text Input</name>
-        <style>0</style>
-        <actions hook="false" hook_all="false" />
-        <border_style>3</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <enabled>true</enabled>
-        <wuid>4ad471b5:157e1276406:-740a</wuid>
-        <transparent>false</transparent>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <format_type>0</format_type>
-        <limits_from_pv>false</limits_from_pv>
-        <background_color>
-          <color name="TextBackground" red="70" green="70" blue="70" />
-        </background_color>
-        <width>121</width>
-        <x>228</x>
-        <y>624</y>
-        <maximum>1.7976931348623157E308</maximum>
-        <foreground_color>
-          <color name="KeyboardEntry" red="0" green="255" blue="255" />
-        </foreground_color>
-        <minimum>-1.7976931348623157E308</minimum>
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-        <border_style>0</border_style>
-        <tooltip></tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>-20a75393:15809f6e4ee:-700a</wuid>
-        <transparent>false</transparent>
-        <auto_size>false</auto_size>
-        <text>CONFIGURATION</text>
-        <scripts />
-        <height>32</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <widget_type>Label</widget_type>
-        <wrap_words>true</wrap_words>
-        <background_color>
-          <color name="SubPanel" red="176" green="218" blue="249" />
-        </background_color>
-        <width>349</width>
-        <x>30</x>
-        <name>Label_15</name>
-        <y>39</y>
-        <foreground_color>
-          <color red="0" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <show_scrollbar>false</show_scrollbar>
-        <font>
-          <opifont.name fontName="OpenSans" height="15" style="1">Medium Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.intensityGraph" version="1.0.0">
-        <vertial_profile_y_pv_value />
-        <y_axis_show_minor_ticks>true</y_axis_show_minor_ticks>
-        <alarm_pulsing>false</alarm_pulsing>
-        <tooltip>$(pv_name)</tooltip>
-        <x_axis_show_minor_ticks>true</x_axis_show_minor_ticks>
-        <roi_0_w_pv_value />
-        <roi_0_visible>true</roi_0_visible>
-        <horizon_profile_x_pv_name>$(PREFIX)$(TYPE):CALC-PROJ-Xabsc</horizon_profile_x_pv_name>
-        <height>798</height>
-        <border_width>1</border_width>
-        <graph_area_width>1290</graph_area_width>
-        <y_axis_scale_font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </y_axis_scale_font>
-        <roi_0_x_pv></roi_0_x_pv>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <x_axis_minimum>-200.0</x_axis_minimum>
-        <y_axis_maximum>80.0</y_axis_maximum>
-        <pixel_info_pv_value />
-        <x_axis_maximum>0.0</x_axis_maximum>
-        <vertial_profile_x_pv_value />
-        <roi_0_title>ROI 0</roi_0_title>
-        <actions hook="false" hook_all="false" />
-        <border_style>0</border_style>
-        <rgb_mode>false</rgb_mode>
-        <roi_1_title>ROI 1</roi_1_title>
-        <crop_left>0</crop_left>
-        <roi_1_y_pv_value />
-        <x_axis_scale_font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </x_axis_scale_font>
-        <data_width>0</data_width>
-        <enabled>true</enabled>
-        <wuid>-16429ab9:1582e68df9a:-6ffb</wuid>
-        <roi_1_visible>true</roi_1_visible>
-        <y_axis_title_font>
-          <opifont.name fontName="Cantarell" height="11" style="1">Default Bold</opifont.name>
-        </y_axis_title_font>
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <graph_area_height>737</graph_area_height>
-        <x_axis_visible>true</x_axis_visible>
-        <roi_0_y_pv_value />
-        <roi_1_h_pv_value />
-        <vertical_profile_x_pv_name>$(PREFIX)$(TYPE):CALC-PROJ-Yabsc</vertical_profile_x_pv_name>
-        <pixel_info_pv_name></pixel_info_pv_name>
-        <roi_0_width_pv></roi_0_width_pv>
-        <x_axis_axis_color>
-          <color red="0" green="0" blue="0" />
-        </x_axis_axis_color>
-        <roi_0_h_pv_value />
-        <roi_1_x_pv></roi_1_x_pv>
-        <background_color>
-          <color red="240" green="240" blue="240" />
-        </background_color>
-        <x_axis_axis_title>mm</x_axis_axis_title>
-        <width>1405</width>
-        <x>660</x>
-        <y>100</y>
-        <maximum>5.0</maximum>
-        <data_height>0</data_height>
-        <minimum>-1.0</minimum>
-        <crop_right>0</crop_right>
-        <crop_top>0</crop_top>
-        <roi_color>
-          <color red="0" green="255" blue="255" />
-        </roi_color>
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-        <roi_0_y_pv></roi_0_y_pv>
-        <rules>
-          <rule name="DataHeight" prop_id="data_height" out_exp="true">
-            <exp bool_exp="pv0&gt;0">
-              <value>pv0</value>
-            </exp>
-            <pv trig="true">${PREFIX}${TYPE}:PS.NPTS</pv>
-          </rule>
-          <rule name="DataWidth" prop_id="data_width" out_exp="true">
-            <exp bool_exp="pv0&gt;0">
-              <value>pv0</value>
-            </exp>
-            <pv trig="true">${PREFIX}${TYPE}:MTR.NPTS</pv>
-          </rule>
-          <rule name="XMax" prop_id="x_axis_maximum" out_exp="true">
-            <exp bool_exp="pv0!=0">
-              <value>pv0</value>
-            </exp>
-            <pv trig="true">${PREFIX}${TYPE}:MTR.P4EP</pv>
-          </rule>
-          <rule name="XMin" prop_id="x_axis_minimum" out_exp="true">
-            <exp bool_exp="pv0!=0">
-              <value>pv0</value>
-            </exp>
-            <pv trig="true">${PREFIX}${TYPE}:MTR.P4SP</pv>
-          </rule>
-          <rule name="YMax" prop_id="y_axis_maximum" out_exp="true">
-            <exp bool_exp="pv0!=0">
-              <value>pv0</value>
-            </exp>
-            <pv trig="true">${PREFIX}${TYPE}:PROC-AngleMax-SP</pv>
-          </rule>
-          <rule name="YMin" prop_id="y_axis_minimum" out_exp="true">
-            <exp bool_exp="pv0!=0">
-              <value>pv0</value>
-            </exp>
-            <pv trig="true">${PREFIX}${TYPE}:PROC-AngleMin-SP</pv>
-          </rule>
-        </rules>
-        <horizon_profile_y_pv_value />
-        <roi_1_x_pv_value />
-        <roi_count>2</roi_count>
-        <roi_1_y_pv></roi_1_y_pv>
-        <pv_value />
-        <color_map>
-          <interpolate>true</interpolate>
-          <autoscale>true</autoscale>
-          <map>2</map>
-        </color_map>
-        <show_ramp>true</show_ramp>
-        <y_axis_axis_title>mrad</y_axis_axis_title>
-        <horizon_profile_y_pv_name>$(PREFIX)$(TYPE):CALC-PROJ-Xwf</horizon_profile_y_pv_name>
-        <single_line_profiling>false</single_line_profiling>
-        <y_axis_minimum>-80.0</y_axis_minimum>
-        <visible>true</visible>
-        <roi_1_w_pv_value />
-        <vertical_profile_y_pv_name>$(PREFIX)$(TYPE):CALC-PROJ-Ywf</vertical_profile_y_pv_name>
-        <x_axis_major_tick_step_hint>50</x_axis_major_tick_step_hint>
-        <pv_name>$(PREFIX)$(TYPE):BUFF-CURRENT</pv_name>
-        <roi_0_height_pv></roi_0_height_pv>
-        <widget_type>Intensity Graph</widget_type>
-        <name>Intensity Graph</name>
-        <y_axis_axis_color>
-          <color red="0" green="0" blue="0" />
-        </y_axis_axis_color>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <roi_1_height_pv></roi_1_height_pv>
-        <roi_1_width_pv></roi_1_width_pv>
-        <y_axis_major_tick_step_hint>50</y_axis_major_tick_step_hint>
-        <scripts />
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>true</keep_wh_ratio>
-        </scale_options>
-        <x_axis_title_font>
-          <opifont.name fontName="Cantarell" height="11" style="1">Default Bold</opifont.name>
-        </x_axis_title_font>
-        <crop_bottom>0</crop_bottom>
-        <y_axis_visible>true</y_axis_visible>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <horizon_profile_x_pv_value />
-        <roi_0_x_pv_value />
-        <foreground_color>
-          <color red="0" green="0" blue="0" />
-        </foreground_color>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.tank" version="1.0.0">
-        <alarm_pulsing>false</alarm_pulsing>
-        <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-        <rules />
-        <effect_3d>true</effect_3d>
-        <scale_font>
-          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-        </scale_font>
-        <pv_value />
-        <show_scale>true</show_scale>
-        <scale_format></scale_format>
-        <height>5</height>
-        <fill_color>
-          <color red="0" green="0" blue="255" />
-        </fill_color>
-        <border_width>1</border_width>
-        <visible>true</visible>
-        <pv_name></pv_name>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <widget_type>Tank</widget_type>
-        <name>Tank</name>
-        <show_hi>true</show_hi>
-        <actions hook="false" hook_all="false" />
-        <show_lo>true</show_lo>
-        <border_style>0</border_style>
-        <show_lolo>true</show_lolo>
-        <show_minor_ticks>true</show_minor_ticks>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <show_markers>true</show_markers>
-        <color_hihi>
-          <color red="255" green="0" blue="0" />
-        </color_hihi>
-        <show_hihi>true</show_hihi>
-        <log_scale>false</log_scale>
-        <enabled>true</enabled>
-        <wuid>-16429ab9:1582e68df9a:-568c</wuid>
-        <level_hihi>90.0</level_hihi>
-        <color_hi>
-          <color red="255" green="128" blue="0" />
-        </color_hi>
-        <color_lo>
-          <color red="255" green="128" blue="0" />
-        </color_lo>
-        <scripts />
-        <border_alarm_sensitive>true</border_alarm_sensitive>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <fillcolor_alarm_sensitive>false</fillcolor_alarm_sensitive>
-        <color_fillbackground>
-          <color red="192" green="192" blue="192" />
-        </color_fillbackground>
-        <major_tick_step_hint>50</major_tick_step_hint>
-        <level_hi>80.0</level_hi>
-        <transparent_background>true</transparent_background>
-        <level_lo>20.0</level_lo>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <limits_from_pv>true</limits_from_pv>
-        <background_color>
-          <color red="240" green="240" blue="240" />
-        </background_color>
-        <level_lolo>10.0</level_lolo>
-        <width>475</width>
-        <x>522</x>
-        <y>1008</y>
-        <maximum>100.0</maximum>
-        <color_lolo>
-          <color red="255" green="0" blue="0" />
-        </color_lolo>
-        <foreground_color>
-          <color red="0" green="0" blue="0" />
-        </foreground_color>
-        <minimum>0.0</minimum>
-        <font>
-          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-        <border_style>0</border_style>
-        <tooltip></tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>-16429ab9:1582e68df9a:-4219</wuid>
-        <transparent>false</transparent>
-        <auto_size>false</auto_size>
-        <text>MEASURE</text>
-        <scripts />
-        <height>32</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <widget_type>Label</widget_type>
-        <wrap_words>true</wrap_words>
-        <background_color>
-          <color name="SubPanel" red="176" green="218" blue="249" />
-        </background_color>
-        <width>1681</width>
-        <x>414</x>
-        <name>Label_15</name>
-        <y>39</y>
-        <foreground_color>
-          <color red="0" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <show_scrollbar>false</show_scrollbar>
-        <font>
-          <opifont.name fontName="OpenSans" height="15" style="1">Medium Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.RoundedRectangle" version="1.0.0">
-        <border_style>0</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <line_width>0</line_width>
-        <horizontal_fill>true</horizontal_fill>
-        <alarm_pulsing>false</alarm_pulsing>
-        <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>-16429ab9:1582e68df9a:-3a8f</wuid>
-        <transparent>false</transparent>
-        <pv_value />
-        <alpha>255</alpha>
-        <corner_height>16</corner_height>
-        <bg_gradient_color>
-          <color red="255" green="255" blue="255" />
-        </bg_gradient_color>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <height>1099</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <pv_name></pv_name>
-        <gradient>false</gradient>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <anti_alias>true</anti_alias>
-        <corner_width>16</corner_width>
-        <line_style>0</line_style>
-        <widget_type>Rounded Rectangle</widget_type>
-        <fg_gradient_color>
-          <color red="255" green="255" blue="255" />
-        </fg_gradient_color>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <background_color>
-          <color red="186" green="189" blue="182" />
-        </background_color>
-        <width>319</width>
-        <x>2136</x>
-        <name>Rounded Rectangle_5</name>
-        <y>18</y>
-        <fill_level>0.0</fill_level>
-        <foreground_color>
-          <color red="255" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-        </font>
-        <line_color>
-          <color red="128" green="0" blue="255" />
-        </line_color>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.tab" version="1.0.0">
-        <active_tab>0</active_tab>
-        <tooltip></tooltip>
-        <height>597</height>
-        <border_width>1</border_width>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <tab_0_foreground_color>
-          <color red="0" green="0" blue="0" />
-        </tab_0_foreground_color>
-        <actions hook="false" hook_all="false" />
-        <border_style>0</border_style>
-        <enabled>true</enabled>
-        <wuid>-16429ab9:1582e68df9a:-3a8b</wuid>
-        <background_color>
-          <color red="186" green="189" blue="182" />
-        </background_color>
-        <width>319</width>
-        <x>2136</x>
-        <horizontal_tabs>true</horizontal_tabs>
-        <y>82</y>
-        <rules />
-        <macros>
-          <include_parent_macros>true</include_parent_macros>
-        </macros>
-        <visible>true</visible>
-        <tab_0_background_color>
-          <color red="186" green="189" blue="182" />
-        </tab_0_background_color>
-        <widget_type>Tabbed Container</widget_type>
-        <name>Tabbed Container</name>
-        <minimum_tab_height>10</minimum_tab_height>
-        <tab_0_font>
-          <opifont.name fontName="OpenSans" height="10" style="1">Small Bold</opifont.name>
-        </tab_0_font>
-        <tab_0_title>SCANNING</tab_0_title>
-        <scripts />
-        <tab_count>1</tab_count>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <tab_0_icon_path></tab_0_icon_path>
-        <tab_0_enabled>true</tab_0_enabled>
-        <foreground_color>
-          <color red="192" green="192" blue="192" />
-        </foreground_color>
-        <widget typeId="org.csstudio.opibuilder.widgets.groupingContainer" version="1.0.0">
-          <border_style>0</border_style>
-          <tooltip></tooltip>
-          <rules />
-          <enabled>true</enabled>
-          <wuid>-16429ab9:1582e68df9a:-3a8a</wuid>
-          <transparent>true</transparent>
-          <lock_children>false</lock_children>
-          <scripts />
-          <height>565</height>
-          <border_width>1</border_width>
-          <scale_options>
-            <width_scalable>true</width_scalable>
-            <height_scalable>true</height_scalable>
-            <keep_wh_ratio>false</keep_wh_ratio>
-          </scale_options>
-          <macros>
-            <include_parent_macros>true</include_parent_macros>
-          </macros>
-          <visible>true</visible>
-          <border_color>
-            <color red="0" green="128" blue="255" />
-          </border_color>
-          <widget_type>Grouping Container</widget_type>
-          <background_color>
-            <color red="240" green="240" blue="240" />
-          </background_color>
-          <width>317</width>
-          <x>1</x>
-          <name>SCANNING</name>
-          <y>1</y>
-          <foreground_color>
-            <color red="192" green="192" blue="192" />
-          </foreground_color>
-          <actions hook="false" hook_all="false" />
-          <fc>false</fc>
-          <show_scrollbar>true</show_scrollbar>
-          <font>
-            <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-          </font>
-          <widget typeId="org.csstudio.opibuilder.widgets.Rectangle" version="1.0.0">
-            <border_style>0</border_style>
-            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-            <line_width>0</line_width>
-            <horizontal_fill>true</horizontal_fill>
-            <alarm_pulsing>false</alarm_pulsing>
-            <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-            <rules />
-            <enabled>true</enabled>
-            <wuid>-460a3b47:15868b634f9:-7035</wuid>
-            <transparent>false</transparent>
-            <pv_value />
-            <alpha>255</alpha>
-            <bg_gradient_color>
-              <color red="255" green="255" blue="255" />
-            </bg_gradient_color>
-            <scripts />
-            <border_alarm_sensitive>false</border_alarm_sensitive>
-            <height>325</height>
-            <border_width>1</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <visible>true</visible>
-            <pv_name></pv_name>
-            <gradient>false</gradient>
-            <border_color>
-              <color red="0" green="128" blue="255" />
-            </border_color>
-            <anti_alias>true</anti_alias>
-            <line_style>0</line_style>
-            <widget_type>Rectangle</widget_type>
-            <fg_gradient_color>
-              <color red="255" green="255" blue="255" />
-            </fg_gradient_color>
-            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-            <background_color>
-              <color red="136" green="138" blue="133" />
-            </background_color>
-            <width>295</width>
-            <x>12</x>
-            <name>Rectangle_1</name>
-            <y>228</y>
-            <fill_level>0.0</fill_level>
-            <foreground_color>
-              <color red="255" green="0" blue="0" />
-            </foreground_color>
-            <actions hook="false" hook_all="false" />
-            <font>
-              <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-            </font>
-            <line_color>
-              <color red="128" green="0" blue="255" />
-            </line_color>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.Rectangle" version="1.0.0">
-            <border_style>0</border_style>
-            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-            <line_width>0</line_width>
-            <horizontal_fill>true</horizontal_fill>
-            <alarm_pulsing>false</alarm_pulsing>
-            <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-            <rules />
-            <enabled>true</enabled>
-            <wuid>-460a3b47:15868b634f9:-7106</wuid>
-            <transparent>false</transparent>
-            <pv_value />
-            <alpha>255</alpha>
-            <bg_gradient_color>
-              <color red="255" green="255" blue="255" />
-            </bg_gradient_color>
-            <scripts />
-            <border_alarm_sensitive>false</border_alarm_sensitive>
-            <height>193</height>
-            <border_width>1</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <visible>true</visible>
-            <pv_name></pv_name>
-            <gradient>false</gradient>
-            <border_color>
-              <color red="0" green="128" blue="255" />
-            </border_color>
-            <anti_alias>true</anti_alias>
-            <line_style>0</line_style>
-            <widget_type>Rectangle</widget_type>
-            <fg_gradient_color>
-              <color red="255" green="255" blue="255" />
-            </fg_gradient_color>
-            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-            <background_color>
-              <color red="136" green="138" blue="133" />
-            </background_color>
-            <width>295</width>
-            <x>12</x>
-            <name>Rectangle_1</name>
-            <y>18</y>
-            <fill_level>0.0</fill_level>
-            <foreground_color>
-              <color red="255" green="0" blue="0" />
-            </foreground_color>
-            <actions hook="false" hook_all="false" />
-            <font>
-              <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-            </font>
-            <line_color>
-              <color red="128" green="0" blue="255" />
-            </line_color>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-            <border_style>0</border_style>
-            <tooltip></tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
-            <rules />
-            <enabled>false</enabled>
-            <wuid>4ad471b5:157e1276406:-781e</wuid>
-            <transparent>true</transparent>
-            <auto_size>false</auto_size>
-            <text>PS Horizontal</text>
-            <scripts />
-            <height>20</height>
-            <border_width>2</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <visible>true</visible>
-            <vertical_alignment>1</vertical_alignment>
-            <border_color>
-              <color name="IO Border" red="215" green="215" blue="215" />
-            </border_color>
-            <widget_type>Label</widget_type>
-            <wrap_words>false</wrap_words>
-            <background_color>
-              <color name="IO Background" red="255" green="255" blue="205" />
-            </background_color>
-            <width>125</width>
-            <x>38</x>
-            <name>Label Orientation_7</name>
-            <y>36</y>
-            <foreground_color>
-              <color name="IO Foreground" red="0" green="0" blue="0" />
-            </foreground_color>
-            <actions hook="false" hook_all="false" />
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
-            <alarm_pulsing>false</alarm_pulsing>
-            <precision>0</precision>
-            <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
-            <rules />
-            <pv_value />
-            <auto_size>false</auto_size>
-            <text></text>
-            <rotation_angle>0.0</rotation_angle>
-            <show_units>true</show_units>
-            <height>31</height>
-            <multiline_input>false</multiline_input>
-            <border_width>1</border_width>
-            <visible>true</visible>
-            <pv_name>$(PREFIX):HVhor-SP</pv_name>
-            <selector_type>0</selector_type>
-            <border_color>
-              <color red="0" green="128" blue="255" />
-            </border_color>
-            <precision_from_pv>true</precision_from_pv>
-            <widget_type>Text Input</widget_type>
-            <confirm_message></confirm_message>
-            <name>Text Input</name>
-            <style>0</style>
-            <actions hook="false" hook_all="false" />
-            <border_style>3</border_style>
-            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-            <enabled>true</enabled>
-            <wuid>4ad471b5:157e1276406:-781d</wuid>
-            <transparent>false</transparent>
-            <scripts />
-            <border_alarm_sensitive>false</border_alarm_sensitive>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-            <format_type>0</format_type>
-            <limits_from_pv>false</limits_from_pv>
-            <background_color>
-              <color name="TextBackground" red="70" green="70" blue="70" />
-            </background_color>
-            <width>100</width>
-            <x>186</x>
-            <y>30</y>
-            <maximum>1.7976931348623157E308</maximum>
-            <foreground_color>
-              <color name="Green On" red="0" green="255" blue="0" />
-            </foreground_color>
-            <minimum>-1.7976931348623157E308</minimum>
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-            <border_style>0</border_style>
-            <tooltip></tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
-            <rules />
-            <enabled>false</enabled>
-            <wuid>4ad471b5:157e1276406:-780f</wuid>
-            <transparent>true</transparent>
-            <auto_size>false</auto_size>
-            <text>PS Vertical</text>
-            <scripts />
-            <height>20</height>
-            <border_width>2</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <visible>true</visible>
-            <vertical_alignment>1</vertical_alignment>
-            <border_color>
-              <color name="IO Border" red="215" green="215" blue="215" />
-            </border_color>
-            <widget_type>Label</widget_type>
-            <wrap_words>false</wrap_words>
-            <background_color>
-              <color name="IO Background" red="255" green="255" blue="205" />
-            </background_color>
-            <width>127</width>
-            <x>30</x>
-            <name>Label Orientation_7</name>
-            <y>84</y>
-            <foreground_color>
-              <color name="IO Foreground" red="0" green="0" blue="0" />
-            </foreground_color>
-            <actions hook="false" hook_all="false" />
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
-            <alarm_pulsing>false</alarm_pulsing>
-            <precision>0</precision>
-            <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
-            <rules />
-            <pv_value />
-            <auto_size>false</auto_size>
-            <text></text>
-            <rotation_angle>0.0</rotation_angle>
-            <show_units>true</show_units>
-            <height>31</height>
-            <multiline_input>false</multiline_input>
-            <border_width>1</border_width>
-            <visible>true</visible>
-            <pv_name>$(PREFIX):HVver-SP</pv_name>
-            <selector_type>0</selector_type>
-            <border_color>
-              <color red="0" green="128" blue="255" />
-            </border_color>
-            <precision_from_pv>true</precision_from_pv>
-            <widget_type>Text Input</widget_type>
-            <confirm_message></confirm_message>
-            <name>Text Input</name>
-            <style>0</style>
-            <actions hook="false" hook_all="false" />
-            <border_style>3</border_style>
-            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-            <enabled>true</enabled>
-            <wuid>4ad471b5:157e1276406:-780e</wuid>
-            <transparent>false</transparent>
-            <scripts />
-            <border_alarm_sensitive>false</border_alarm_sensitive>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-            <format_type>0</format_type>
-            <limits_from_pv>false</limits_from_pv>
-            <background_color>
-              <color name="TextBackground" red="70" green="70" blue="70" />
-            </background_color>
-            <width>100</width>
-            <x>186</x>
-            <y>78</y>
-            <maximum>1.7976931348623157E308</maximum>
-            <foreground_color>
-              <color name="Green On" red="0" green="255" blue="0" />
-            </foreground_color>
-            <minimum>-1.7976931348623157E308</minimum>
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-            <border_style>0</border_style>
-            <tooltip></tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
-            <rules />
-            <enabled>false</enabled>
-            <wuid>79429b6c:157dd491a6d:-7dd7</wuid>
-            <transparent>true</transparent>
-            <auto_size>false</auto_size>
-            <text>Angle STEP ...</text>
-            <scripts />
-            <height>20</height>
-            <border_width>2</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <visible>true</visible>
-            <vertical_alignment>1</vertical_alignment>
-            <border_color>
-              <color name="IO Border" red="215" green="215" blue="215" />
-            </border_color>
-            <widget_type>Label</widget_type>
-            <wrap_words>false</wrap_words>
-            <background_color>
-              <color name="IO Background" red="255" green="255" blue="205" />
-            </background_color>
-            <width>151</width>
-            <x>25</x>
-            <name>Label Orientation_7</name>
-            <y>132</y>
-            <foreground_color>
-              <color name="IO Foreground" red="0" green="0" blue="0" />
-            </foreground_color>
-            <actions hook="false" hook_all="false" />
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
-            <alarm_pulsing>false</alarm_pulsing>
-            <precision>0</precision>
-            <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
-            <rules />
-            <pv_value />
-            <auto_size>false</auto_size>
-            <text></text>
-            <rotation_angle>0.0</rotation_angle>
-            <show_units>true</show_units>
-            <height>31</height>
-            <multiline_input>false</multiline_input>
-            <border_width>1</border_width>
-            <visible>true</visible>
-            <pv_name>${PREFIX}${TYPE}:PS-NORD_POS</pv_name>
-            <selector_type>0</selector_type>
-            <border_color>
-              <color red="0" green="128" blue="255" />
-            </border_color>
-            <precision_from_pv>true</precision_from_pv>
-            <widget_type>Text Input</widget_type>
-            <confirm_message></confirm_message>
-            <name>Text Input</name>
-            <style>0</style>
-            <actions hook="false" hook_all="false" />
-            <border_style>3</border_style>
-            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-            <enabled>true</enabled>
-            <wuid>79429b6c:157dd491a6d:-7dd6</wuid>
-            <transparent>false</transparent>
-            <scripts />
-            <border_alarm_sensitive>false</border_alarm_sensitive>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-            <format_type>0</format_type>
-            <limits_from_pv>false</limits_from_pv>
-            <background_color>
-              <color name="TextBackground" red="70" green="70" blue="70" />
-            </background_color>
-            <width>100</width>
-            <x>186</x>
-            <y>126</y>
-            <maximum>1.7976931348623157E308</maximum>
-            <foreground_color>
-              <color name="Green On" red="0" green="255" blue="0" />
-            </foreground_color>
-            <minimum>-1.7976931348623157E308</minimum>
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
-            <alarm_pulsing>false</alarm_pulsing>
-            <precision>0</precision>
-            <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
-            <rules />
-            <pv_value />
-            <auto_size>false</auto_size>
-            <text></text>
-            <rotation_angle>0.0</rotation_angle>
-            <show_units>true</show_units>
-            <height>31</height>
-            <multiline_input>false</multiline_input>
-            <border_width>1</border_width>
-            <visible>true</visible>
-            <pv_name>${PREFIX}${TYPE}:MTR-NORD_POS</pv_name>
-            <selector_type>0</selector_type>
-            <border_color>
-              <color red="0" green="128" blue="255" />
-            </border_color>
-            <precision_from_pv>true</precision_from_pv>
-            <widget_type>Text Input</widget_type>
-            <confirm_message></confirm_message>
-            <name>Text Input_3</name>
-            <style>0</style>
-            <actions hook="false" hook_all="false" />
-            <border_style>3</border_style>
-            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-            <enabled>true</enabled>
-            <wuid>-16429ab9:1582e68df9a:-6dec</wuid>
-            <transparent>false</transparent>
-            <scripts />
-            <border_alarm_sensitive>false</border_alarm_sensitive>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-            <format_type>0</format_type>
-            <limits_from_pv>false</limits_from_pv>
-            <background_color>
-              <color name="TextBackground" red="70" green="70" blue="70" />
-            </background_color>
-            <width>100</width>
-            <x>186</x>
-            <y>240</y>
-            <maximum>1.7976931348623157E308</maximum>
-            <foreground_color>
-              <color name="Green On" red="0" green="255" blue="0" />
-            </foreground_color>
-            <minimum>-1.7976931348623157E308</minimum>
-            <font>
-              <fontdata fontName="Sans" height="10" style="1" />
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-            <border_style>0</border_style>
-            <tooltip></tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
-            <rules />
-            <enabled>false</enabled>
-            <wuid>-16429ab9:1582e68df9a:-3c09</wuid>
-            <transparent>true</transparent>
-            <auto_size>false</auto_size>
-            <text>Pos STEP ...</text>
-            <scripts />
-            <height>20</height>
-            <border_width>2</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <visible>true</visible>
-            <vertical_alignment>1</vertical_alignment>
-            <border_color>
-              <color name="IO Border" red="215" green="215" blue="215" />
-            </border_color>
-            <widget_type>Label</widget_type>
-            <wrap_words>false</wrap_words>
-            <background_color>
-              <color name="IO Background" red="255" green="255" blue="205" />
-            </background_color>
-            <width>172</width>
-            <x>15</x>
-            <name>Label Orientation_1</name>
-            <y>246</y>
-            <foreground_color>
-              <color name="IO Foreground" red="0" green="0" blue="0" />
-            </foreground_color>
-            <actions hook="false" hook_all="false" />
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.bytemonitor" version="1.0.0">
-            <border_style>0</border_style>
-            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-            <alarm_pulsing>false</alarm_pulsing>
-            <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-            <rules />
-            <effect_3d>true</effect_3d>
-            <enabled>true</enabled>
-            <wuid>59fc39f9:158487e5950:-422a</wuid>
-            <on_color>
-              <color name="Major" red="255" green="0" blue="0" />
-            </on_color>
-            <horizontal>false</horizontal>
-            <pv_value />
-            <numBits>1</numBits>
-            <scripts />
-            <border_alarm_sensitive>true</border_alarm_sensitive>
-            <height>28</height>
-            <border_width>0</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <visible>true</visible>
-            <pv_name>$(PREFIX)-PMAC:$(NAME_MTR).MSTA</pv_name>
-            <border_color>
-              <color name="IO Border" red="215" green="215" blue="215" />
-            </border_color>
-            <bitReverse>true</bitReverse>
-            <label />
-            <widget_type>Byte Monitor</widget_type>
-            <off_color>
-              <color name="IO Grid" red="215" green="215" blue="215" />
-            </off_color>
-            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-            <background_color>
-              <color name="IO Background" red="255" green="255" blue="205" />
-            </background_color>
-            <square_led>true</square_led>
-            <startBit>13</startBit>
-            <width>70</width>
-            <x>201</x>
-            <name>Byte Monitor Template</name>
-            <y>438</y>
-            <foreground_color>
-              <color name="IO InputPV Fg" red="0" green="32" blue="92" />
-            </foreground_color>
-            <actions hook="false" hook_all="false" />
-            <font>
-              <opifont.name fontName="arial" height="10" style="0">IO Normal</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-            <border_style>0</border_style>
-            <tooltip></tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
-            <rules />
-            <enabled>true</enabled>
-            <wuid>59fc39f9:158487e5950:-3dc7</wuid>
-            <transparent>true</transparent>
-            <auto_size>false</auto_size>
-            <text>LOW Limit </text>
-            <scripts />
-            <height>20</height>
-            <border_width>1</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <visible>true</visible>
-            <vertical_alignment>1</vertical_alignment>
-            <border_color>
-              <color red="0" green="128" blue="255" />
-            </border_color>
-            <widget_type>Label</widget_type>
-            <wrap_words>false</wrap_words>
-            <background_color>
-              <color red="255" green="255" blue="255" />
-            </background_color>
-            <width>83</width>
-            <x>52</x>
-            <name>Label_164</name>
-            <y>442</y>
-            <foreground_color>
-              <color red="0" green="0" blue="0" />
-            </foreground_color>
-            <actions hook="false" hook_all="false" />
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-            <border_style>0</border_style>
-            <tooltip></tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
-            <rules />
-            <enabled>true</enabled>
-            <wuid>59fc39f9:158487e5950:-38d5</wuid>
-            <transparent>true</transparent>
-            <auto_size>false</auto_size>
-            <text>HIGH Limit </text>
-            <scripts />
-            <height>20</height>
-            <border_width>1</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <visible>true</visible>
-            <vertical_alignment>1</vertical_alignment>
-            <border_color>
-              <color red="0" green="128" blue="255" />
-            </border_color>
-            <widget_type>Label</widget_type>
-            <wrap_words>false</wrap_words>
-            <background_color>
-              <color red="255" green="255" blue="255" />
-            </background_color>
-            <width>93</width>
-            <x>52</x>
-            <name>Label_164</name>
-            <y>478</y>
-            <foreground_color>
-              <color red="0" green="0" blue="0" />
-            </foreground_color>
-            <actions hook="false" hook_all="false" />
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.bytemonitor" version="1.0.0">
-            <border_style>0</border_style>
-            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-            <alarm_pulsing>false</alarm_pulsing>
-            <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-            <rules />
-            <effect_3d>true</effect_3d>
-            <enabled>true</enabled>
-            <wuid>59fc39f9:158487e5950:-38d6</wuid>
-            <on_color>
-              <color name="Major" red="255" green="0" blue="0" />
-            </on_color>
-            <horizontal>false</horizontal>
-            <pv_value />
-            <numBits>1</numBits>
-            <scripts />
-            <border_alarm_sensitive>true</border_alarm_sensitive>
-            <height>28</height>
-            <border_width>0</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <visible>true</visible>
-            <pv_name>$(PREFIX)-PMAC:$(NAME_MTR).MSTA</pv_name>
-            <border_color>
-              <color name="IO Border" red="215" green="215" blue="215" />
-            </border_color>
-            <bitReverse>true</bitReverse>
-            <label />
-            <widget_type>Byte Monitor</widget_type>
-            <off_color>
-              <color name="IO Grid" red="215" green="215" blue="215" />
-            </off_color>
-            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-            <background_color>
-              <color name="IO Background" red="255" green="255" blue="205" />
-            </background_color>
-            <square_led>true</square_led>
-            <startBit>2</startBit>
-            <width>70</width>
-            <x>201</x>
-            <name>Byte Monitor Template</name>
-            <y>474</y>
-            <foreground_color>
-              <color name="IO InputPV Fg" red="0" green="32" blue="92" />
-            </foreground_color>
-            <actions hook="false" hook_all="false" />
-            <font>
-              <opifont.name fontName="arial" height="10" style="0">IO Normal</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.bytemonitor" version="1.0.0">
-            <border_style>0</border_style>
-            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-            <alarm_pulsing>false</alarm_pulsing>
-            <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-            <rules />
-            <effect_3d>true</effect_3d>
-            <enabled>true</enabled>
-            <wuid>59fc39f9:158487e5950:-38ce</wuid>
-            <on_color>
-              <color name="Major" red="255" green="0" blue="0" />
-            </on_color>
-            <horizontal>false</horizontal>
-            <pv_value />
-            <numBits>1</numBits>
-            <scripts />
-            <border_alarm_sensitive>true</border_alarm_sensitive>
-            <height>28</height>
-            <border_width>0</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <visible>true</visible>
-            <pv_name>$(PREFIX)-PMAC:$(NAME_MTR).MOVN</pv_name>
-            <border_color>
-              <color name="IO Border" red="215" green="215" blue="215" />
-            </border_color>
-            <bitReverse>true</bitReverse>
-            <label />
-            <widget_type>Byte Monitor</widget_type>
-            <off_color>
-              <color name="IO Grid" red="215" green="215" blue="215" />
-            </off_color>
-            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-            <background_color>
-              <color name="IO Background" red="255" green="255" blue="205" />
-            </background_color>
-            <square_led>true</square_led>
-            <startBit>0</startBit>
-            <width>70</width>
-            <x>201</x>
-            <name>Byte Monitor Template</name>
-            <y>330</y>
-            <foreground_color>
-              <color name="IO InputPV Fg" red="0" green="32" blue="92" />
-            </foreground_color>
-            <actions hook="false" hook_all="false" />
-            <font>
-              <opifont.name fontName="arial" height="10" style="0">IO Normal</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-            <border_style>0</border_style>
-            <tooltip></tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
-            <rules />
-            <enabled>true</enabled>
-            <wuid>59fc39f9:158487e5950:-38cd</wuid>
-            <transparent>true</transparent>
-            <auto_size>false</auto_size>
-            <text>Motor is moving ...</text>
-            <scripts />
-            <height>20</height>
-            <border_width>1</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <visible>true</visible>
-            <vertical_alignment>1</vertical_alignment>
-            <border_color>
-              <color red="0" green="128" blue="255" />
-            </border_color>
-            <widget_type>Label</widget_type>
-            <wrap_words>false</wrap_words>
-            <background_color>
-              <color red="255" green="255" blue="255" />
-            </background_color>
-            <width>151</width>
-            <x>25</x>
-            <name>Label_164</name>
-            <y>334</y>
-            <foreground_color>
-              <color red="0" green="0" blue="0" />
-            </foreground_color>
-            <actions hook="false" hook_all="false" />
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
-            <alarm_pulsing>false</alarm_pulsing>
-            <precision>2</precision>
-            <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
-            <rules />
-            <pv_value />
-            <auto_size>false</auto_size>
-            <text></text>
-            <rotation_angle>0.0</rotation_angle>
-            <show_units>true</show_units>
-            <height>31</height>
-            <multiline_input>false</multiline_input>
-            <border_width>1</border_width>
-            <visible>true</visible>
-            <pv_name>$(PREFIX)-PMAC:$(NAME_MTR).RBV</pv_name>
-            <selector_type>0</selector_type>
-            <border_color>
-              <color red="0" green="128" blue="255" />
-            </border_color>
-            <precision_from_pv>false</precision_from_pv>
-            <widget_type>Text Input</widget_type>
-            <confirm_message></confirm_message>
-            <name>Text Input_3</name>
-            <style>0</style>
-            <actions hook="false" hook_all="false" />
-            <border_style>3</border_style>
-            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-            <enabled>true</enabled>
-            <wuid>59fc39f9:158487e5950:-356b</wuid>
-            <transparent>false</transparent>
-            <scripts />
-            <border_alarm_sensitive>false</border_alarm_sensitive>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-            <format_type>0</format_type>
-            <limits_from_pv>false</limits_from_pv>
-            <background_color>
-              <color name="TextBackground" red="70" green="70" blue="70" />
-            </background_color>
-            <width>100</width>
-            <x>186</x>
-            <y>288</y>
-            <maximum>1.7976931348623157E308</maximum>
-            <foreground_color>
-              <color name="Green On" red="0" green="255" blue="0" />
-            </foreground_color>
-            <minimum>-1.7976931348623157E308</minimum>
-            <font>
-              <fontdata fontName="Sans" height="10" style="1" />
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-            <border_style>0</border_style>
-            <tooltip></tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
-            <rules />
-            <enabled>false</enabled>
-            <wuid>59fc39f9:158487e5950:-356a</wuid>
-            <transparent>true</transparent>
-            <auto_size>false</auto_size>
-            <text>Position in course</text>
-            <scripts />
-            <height>20</height>
-            <border_width>2</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <visible>true</visible>
-            <vertical_alignment>1</vertical_alignment>
-            <border_color>
-              <color name="IO Border" red="215" green="215" blue="215" />
-            </border_color>
-            <widget_type>Label</widget_type>
-            <wrap_words>false</wrap_words>
-            <background_color>
-              <color name="IO Background" red="255" green="255" blue="205" />
-            </background_color>
-            <width>166</width>
-            <x>12</x>
-            <name>Label Orientation_1</name>
-            <y>294</y>
-            <foreground_color>
-              <color name="IO Foreground" red="0" green="0" blue="0" />
-            </foreground_color>
-            <actions hook="false" hook_all="false" />
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.bytemonitor" version="1.0.0">
-            <border_style>0</border_style>
-            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-            <alarm_pulsing>false</alarm_pulsing>
-            <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-            <rules />
-            <effect_3d>true</effect_3d>
-            <enabled>true</enabled>
-            <wuid>59fc39f9:158487e5950:-33a7</wuid>
-            <on_color>
-              <color name="Green On" red="0" green="255" blue="0" />
-            </on_color>
-            <horizontal>false</horizontal>
-            <pv_value />
-            <numBits>1</numBits>
-            <scripts />
-            <border_alarm_sensitive>true</border_alarm_sensitive>
-            <height>28</height>
-            <border_width>0</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <visible>true</visible>
-            <pv_name>$(PREFIX)-PMAC:$(NAME_MTR).MSTA</pv_name>
-            <border_color>
-              <color name="IO Border" red="215" green="215" blue="215" />
-            </border_color>
-            <bitReverse>true</bitReverse>
-            <label />
-            <widget_type>Byte Monitor</widget_type>
-            <off_color>
-              <color name="IO Grid" red="215" green="215" blue="215" />
-            </off_color>
-            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-            <background_color>
-              <color name="IO Background" red="255" green="255" blue="205" />
-            </background_color>
-            <square_led>true</square_led>
-            <startBit>1</startBit>
-            <width>70</width>
-            <x>201</x>
-            <name>Byte Monitor Template</name>
-            <y>366</y>
-            <foreground_color>
-              <color name="IO InputPV Fg" red="0" green="32" blue="92" />
-            </foreground_color>
-            <actions hook="false" hook_all="false" />
-            <font>
-              <opifont.name fontName="arial" height="10" style="0">IO Normal</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-            <border_style>0</border_style>
-            <tooltip></tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
-            <rules />
-            <enabled>true</enabled>
-            <wuid>59fc39f9:158487e5950:-33a6</wuid>
-            <transparent>true</transparent>
-            <auto_size>false</auto_size>
-            <text>Motor is placed</text>
-            <scripts />
-            <height>20</height>
-            <border_width>1</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <visible>true</visible>
-            <vertical_alignment>1</vertical_alignment>
-            <border_color>
-              <color red="0" green="128" blue="255" />
-            </border_color>
-            <widget_type>Label</widget_type>
-            <wrap_words>false</wrap_words>
-            <background_color>
-              <color red="255" green="255" blue="255" />
-            </background_color>
-            <width>125</width>
-            <x>38</x>
-            <name>Label_164</name>
-            <y>370</y>
-            <foreground_color>
-              <color red="0" green="0" blue="0" />
-            </foreground_color>
-            <actions hook="false" hook_all="false" />
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-            <border_style>0</border_style>
-            <tooltip></tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
-            <rules />
-            <enabled>true</enabled>
-            <wuid>59fc39f9:158487e5950:-26fe</wuid>
-            <transparent>true</transparent>
-            <auto_size>false</auto_size>
-            <text>HV is ramping ...</text>
-            <scripts />
-            <height>20</height>
-            <border_width>1</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <visible>true</visible>
-            <vertical_alignment>1</vertical_alignment>
-            <border_color>
-              <color red="0" green="128" blue="255" />
-            </border_color>
-            <widget_type>Label</widget_type>
-            <wrap_words>false</wrap_words>
-            <background_color>
-              <color red="255" green="255" blue="255" />
-            </background_color>
-            <width>196</width>
-            <x>6</x>
-            <name>Label_164</name>
-            <y>178</y>
-            <foreground_color>
-              <color red="0" green="0" blue="0" />
-            </foreground_color>
-            <actions hook="false" hook_all="false" />
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.bytemonitor" version="1.0.0">
-            <border_style>0</border_style>
-            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-            <alarm_pulsing>false</alarm_pulsing>
-            <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-            <rules />
-            <effect_3d>true</effect_3d>
-            <enabled>true</enabled>
-            <wuid>59fc39f9:158487e5950:-26ff</wuid>
-            <on_color>
-              <color name="Major" red="255" green="0" blue="0" />
-            </on_color>
-            <horizontal>false</horizontal>
-            <pv_value />
-            <numBits>1</numBits>
-            <scripts />
-            <border_alarm_sensitive>true</border_alarm_sensitive>
-            <height>28</height>
-            <border_width>0</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <visible>true</visible>
-            <pv_name>${PREFIX}${TYPE}:PS.BUSY</pv_name>
-            <border_color>
-              <color name="IO Border" red="215" green="215" blue="215" />
-            </border_color>
-            <bitReverse>true</bitReverse>
-            <label />
-            <widget_type>Byte Monitor</widget_type>
-            <off_color>
-              <color name="IO Grid" red="215" green="215" blue="215" />
-            </off_color>
-            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-            <background_color>
-              <color name="IO Background" red="255" green="255" blue="205" />
-            </background_color>
-            <square_led>true</square_led>
-            <startBit>0</startBit>
-            <width>70</width>
-            <x>201</x>
-            <name>Byte Monitor Template</name>
-            <y>174</y>
-            <foreground_color>
-              <color name="IO InputPV Fg" red="0" green="32" blue="92" />
-            </foreground_color>
-            <actions hook="false" hook_all="false" />
-            <font>
-              <opifont.name fontName="arial" height="10" style="0">IO Normal</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.Rectangle" version="1.0.0">
-            <border_style>0</border_style>
-            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-            <line_width>4</line_width>
-            <horizontal_fill>true</horizontal_fill>
-            <alarm_pulsing>false</alarm_pulsing>
-            <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-            <rules>
-              <rule name="Visible" prop_id="visible" out_exp="false">
-                <exp bool_exp="pv0==1">
-                  <value>true</value>
-                </exp>
-                <exp bool_exp="pv0==0">
-                  <value>false</value>
-                </exp>
-                <pv trig="true">${PREFIX}${TYPE}:PS.BUSY</pv>
-              </rule>
-            </rules>
-            <enabled>true</enabled>
-            <wuid>59fc39f9:158487e5950:-2314</wuid>
-            <transparent>true</transparent>
-            <pv_value />
-            <alpha>255</alpha>
-            <bg_gradient_color>
-              <color red="255" green="255" blue="255" />
-            </bg_gradient_color>
-            <scripts />
-            <border_alarm_sensitive>false</border_alarm_sensitive>
-            <height>193</height>
-            <border_width>1</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <visible>true</visible>
-            <pv_name>${PREFIX}${TYPE}:PS.BUSY</pv_name>
-            <gradient>false</gradient>
-            <border_color>
-              <color name="Major" red="255" green="0" blue="0" />
-            </border_color>
-            <anti_alias>true</anti_alias>
-            <line_style>0</line_style>
-            <widget_type>Rectangle</widget_type>
-            <fg_gradient_color>
-              <color red="255" green="255" blue="255" />
-            </fg_gradient_color>
-            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-            <background_color>
-              <color name="Major" red="255" green="0" blue="0" />
-            </background_color>
-            <width>295</width>
-            <x>12</x>
-            <name>Rectangle</name>
-            <y>18</y>
-            <fill_level>0.0</fill_level>
-            <foreground_color>
-              <color red="255" green="0" blue="0" />
-            </foreground_color>
-            <actions hook="false" hook_all="false" />
-            <font>
-              <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-            </font>
-            <line_color>
-              <color name="Major" red="255" green="0" blue="0" />
-            </line_color>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-            <border_style>0</border_style>
-            <tooltip></tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
-            <rules />
-            <enabled>true</enabled>
-            <wuid>-460a3b47:15868b634f9:-6f5c</wuid>
-            <transparent>true</transparent>
-            <auto_size>false</auto_size>
-            <text>Motor is Homed</text>
-            <scripts />
-            <height>20</height>
-            <border_width>1</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <visible>true</visible>
-            <vertical_alignment>1</vertical_alignment>
-            <border_color>
-              <color red="0" green="128" blue="255" />
-            </border_color>
-            <widget_type>Label</widget_type>
-            <wrap_words>false</wrap_words>
-            <background_color>
-              <color red="255" green="255" blue="255" />
-            </background_color>
-            <width>125</width>
-            <x>38</x>
-            <name>Label_164</name>
-            <y>406</y>
-            <foreground_color>
-              <color red="0" green="0" blue="0" />
-            </foreground_color>
-            <actions hook="false" hook_all="false" />
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.bytemonitor" version="1.0.0">
-            <border_style>0</border_style>
-            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-            <alarm_pulsing>false</alarm_pulsing>
-            <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-            <rules />
-            <effect_3d>true</effect_3d>
-            <enabled>true</enabled>
-            <wuid>-460a3b47:15868b634f9:-6f52</wuid>
-            <on_color>
-              <color name="Green On" red="0" green="255" blue="0" />
-            </on_color>
-            <horizontal>false</horizontal>
-            <pv_value />
-            <numBits>1</numBits>
-            <scripts />
-            <border_alarm_sensitive>true</border_alarm_sensitive>
-            <height>28</height>
-            <border_width>0</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <visible>true</visible>
-            <pv_name>$(PREFIX)-PMAC:$(NAME_MTR).MSTA</pv_name>
-            <border_color>
-              <color name="IO Border" red="215" green="215" blue="215" />
-            </border_color>
-            <bitReverse>true</bitReverse>
-            <label />
-            <widget_type>Byte Monitor</widget_type>
-            <off_color>
-              <color name="Major" red="255" green="0" blue="0" />
-            </off_color>
-            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-            <background_color>
-              <color name="IO Background" red="255" green="255" blue="205" />
-            </background_color>
-            <square_led>true</square_led>
-            <startBit>14</startBit>
-            <width>70</width>
-            <x>201</x>
-            <name>Byte Monitor Template</name>
-            <y>402</y>
-            <foreground_color>
-              <color name="IO InputPV Fg" red="0" green="32" blue="92" />
-            </foreground_color>
-            <actions hook="false" hook_all="false" />
-            <font>
-              <opifont.name fontName="arial" height="10" style="0">IO Normal</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.Rectangle" version="1.0.0">
-            <border_style>0</border_style>
-            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-            <line_width>4</line_width>
-            <horizontal_fill>true</horizontal_fill>
-            <alarm_pulsing>false</alarm_pulsing>
-            <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-            <rules>
-              <rule name="Visible" prop_id="visible" out_exp="false">
-                <exp bool_exp="pv0==1">
-                  <value>true</value>
-                </exp>
-                <exp bool_exp="pv0==0">
-                  <value>false</value>
-                </exp>
-                <pv trig="true">$(PREFIX)-PMAC:$(NAME_MTR).MOVN</pv>
-              </rule>
-            </rules>
-            <enabled>true</enabled>
-            <wuid>59fc39f9:158487e5950:-2172</wuid>
-            <transparent>true</transparent>
-            <pv_value />
-            <alpha>255</alpha>
-            <bg_gradient_color>
-              <color red="255" green="255" blue="255" />
-            </bg_gradient_color>
-            <scripts />
-            <border_alarm_sensitive>false</border_alarm_sensitive>
-            <height>325</height>
-            <border_width>1</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <visible>true</visible>
-            <pv_name>$(PREFIX)-PMAC:$(NAME_MTR).MOVN</pv_name>
-            <gradient>false</gradient>
-            <border_color>
-              <color name="Major" red="255" green="0" blue="0" />
-            </border_color>
-            <anti_alias>true</anti_alias>
-            <line_style>0</line_style>
-            <widget_type>Rectangle</widget_type>
-            <fg_gradient_color>
-              <color red="255" green="255" blue="255" />
-            </fg_gradient_color>
-            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-            <background_color>
-              <color name="Major" red="255" green="0" blue="0" />
-            </background_color>
-            <width>295</width>
-            <x>12</x>
-            <name>Rectangle_1</name>
-            <y>228</y>
-            <fill_level>0.0</fill_level>
-            <foreground_color>
-              <color red="255" green="0" blue="0" />
-            </foreground_color>
-            <actions hook="false" hook_all="false" />
-            <font>
-              <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-            </font>
-            <line_color>
-              <color name="Major" red="255" green="0" blue="0" />
-            </line_color>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-            <border_style>0</border_style>
-            <tooltip></tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
-            <rules />
-            <enabled>true</enabled>
-            <wuid>-1168daa3:158859bc9c3:-6028</wuid>
-            <transparent>true</transparent>
-            <auto_size>false</auto_size>
-            <text>Brake ON</text>
-            <scripts />
-            <height>20</height>
-            <border_width>1</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <visible>true</visible>
-            <vertical_alignment>1</vertical_alignment>
-            <border_color>
-              <color red="0" green="128" blue="255" />
-            </border_color>
-            <widget_type>Label</widget_type>
-            <wrap_words>false</wrap_words>
-            <background_color>
-              <color red="255" green="255" blue="255" />
-            </background_color>
-            <width>83</width>
-            <x>52</x>
-            <name>Label_164</name>
-            <y>514</y>
-            <foreground_color>
-              <color red="0" green="0" blue="0" />
-            </foreground_color>
-            <actions hook="false" hook_all="false" />
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.bytemonitor" version="1.0.0">
-            <border_style>0</border_style>
-            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-            <alarm_pulsing>false</alarm_pulsing>
-            <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-            <rules />
-            <effect_3d>true</effect_3d>
-            <enabled>true</enabled>
-            <wuid>60f6e55b:158baae9c78:-79b8</wuid>
-            <on_color>
-              <color name="Field Background Grey" red="240" green="240" blue="240" />
-            </on_color>
-            <horizontal>false</horizontal>
-            <pv_value />
-            <numBits>1</numBits>
-            <scripts />
-            <border_alarm_sensitive>true</border_alarm_sensitive>
-            <height>28</height>
-            <border_width>0</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <visible>true</visible>
-            <pv_name>$(PREFIX)$(TYPE)-PMAC:BRAKE_R</pv_name>
-            <border_color>
-              <color name="IO Border" red="215" green="215" blue="215" />
-            </border_color>
-            <bitReverse>true</bitReverse>
-            <label />
-            <widget_type>Byte Monitor</widget_type>
-            <off_color>
-              <color name="Major" red="255" green="0" blue="0" />
-            </off_color>
-            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-            <background_color>
-              <color name="IO Background" red="255" green="255" blue="205" />
-            </background_color>
-            <square_led>true</square_led>
-            <startBit>0</startBit>
-            <width>70</width>
-            <x>201</x>
-            <name>Byte Monitor Template</name>
-            <y>510</y>
-            <foreground_color>
-              <color name="IO InputPV Fg" red="0" green="32" blue="92" />
-            </foreground_color>
-            <actions hook="false" hook_all="false" />
-            <font>
-              <opifont.name fontName="arial" height="10" style="0">IO Normal</opifont.name>
-            </font>
-          </widget>
-        </widget>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-        <border_style>0</border_style>
-        <tooltip></tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>-16429ab9:1582e68df9a:-3a7c</wuid>
-        <transparent>false</transparent>
-        <auto_size>false</auto_size>
-        <text>STATUS</text>
-        <scripts />
-        <height>32</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <widget_type>Label</widget_type>
-        <wrap_words>true</wrap_words>
-        <background_color>
-          <color name="SubPanel" red="176" green="218" blue="249" />
-        </background_color>
-        <width>319</width>
-        <x>2136</x>
-        <name>Label_15</name>
-        <y>39</y>
-        <foreground_color>
-          <color red="0" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <show_scrollbar>false</show_scrollbar>
-        <font>
-          <opifont.name fontName="OpenSans" height="15" style="1">Medium Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
-        <border_style>0</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <line_width>5</line_width>
-        <horizontal_fill>true</horizontal_fill>
-        <alarm_pulsing>false</alarm_pulsing>
-        <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-        <arrows>0</arrows>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>-16429ab9:1582e68df9a:-363a</wuid>
-        <transparent>false</transparent>
-        <points>
-          <point x="29" y="1038" />
-          <point x="377" y="1038" />
-          <point x="377" y="1038" />
-          <point x="377" y="1038" />
-          <point x="377" y="1038" />
-        </points>
-        <fill_arrow>true</fill_arrow>
-        <pv_value />
-        <alpha>255</alpha>
-        <rotation_angle>0.0</rotation_angle>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <height>1</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>true</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <pv_name></pv_name>
-        <border_color>
-          <color name="Black" red="0" green="0" blue="0" />
-        </border_color>
-        <anti_alias>true</anti_alias>
-        <line_style>0</line_style>
-        <arrow_length>20</arrow_length>
-        <widget_type>Polyline</widget_type>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <background_color>
-          <color name="Black" red="0" green="0" blue="0" />
-        </background_color>
-        <width>349</width>
-        <x>29</x>
-        <name>Polyline</name>
-        <y>1038</y>
-        <fill_level>0.0</fill_level>
-        <foreground_color>
-          <color red="255" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
-        <alarm_pulsing>false</alarm_pulsing>
-        <precision>2</precision>
-        <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules />
-        <pv_value />
-        <auto_size>false</auto_size>
-        <text></text>
-        <rotation_angle>0.0</rotation_angle>
-        <show_units>false</show_units>
-        <height>22</height>
-        <multiline_input>false</multiline_input>
-        <border_width>1</border_width>
-        <visible>true</visible>
-        <pv_name>$(PREFIX)-PMAC:$(NAME_MTR).RBV</pv_name>
-        <selector_type>0</selector_type>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <precision_from_pv>false</precision_from_pv>
-        <widget_type>Text Input</widget_type>
-        <confirm_message></confirm_message>
-        <name>Text Input_9</name>
-        <style>0</style>
-        <actions hook="false" hook_all="false" />
-        <border_style>3</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <enabled>true</enabled>
-        <wuid>-16429ab9:158444d4181:-628c</wuid>
-        <transparent>false</transparent>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <format_type>0</format_type>
-        <limits_from_pv>false</limits_from_pv>
-        <background_color>
-          <color name="TextBackground" red="70" green="70" blue="70" />
-        </background_color>
-        <width>100</width>
-        <x>1205</x>
-        <y>876</y>
-        <maximum>1.7976931348623157E308</maximum>
-        <foreground_color>
-          <color name="Green On" red="0" green="255" blue="0" />
-        </foreground_color>
-        <minimum>-1.7976931348623157E308</minimum>
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-        <border_style>0</border_style>
-        <tooltip></tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules>
-          <rule name="Visible" prop_id="visible" out_exp="false">
-            <exp bool_exp="pv0==1">
-              <value>true</value>
-            </exp>
-            <exp bool_exp="pv0==0">
-              <value>false</value>
-            </exp>
-            <pv trig="true">$(PREFIX)-PMAC:$(NAME_MTR).MOVN</pv>
-          </rule>
-        </rules>
-        <enabled>false</enabled>
-        <wuid>59fc39f9:158487e5950:-4c5d</wuid>
-        <transparent>true</transparent>
-        <auto_size>false</auto_size>
-        <text>MOTOR IS MOVING ...</text>
-        <scripts />
-        <height>20</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <widget_type>Label</widget_type>
-        <wrap_words>false</wrap_words>
-        <background_color>
-          <color red="255" green="255" blue="255" />
-        </background_color>
-        <width>181</width>
-        <x>1020</x>
-        <name>Label</name>
-        <y>877</y>
-        <foreground_color>
-          <color name="Major" red="255" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.xyGraph" version="1.0.0">
-        <axis_1_scale_format></axis_1_scale_format>
-        <alarm_pulsing>false</alarm_pulsing>
-        <tooltip>$(trace_0_y_pv)
-$(trace_0_y_pv_value)</tooltip>
-        <trace_0_concatenate_data>false</trace_0_concatenate_data>
-        <trace_0_trace_type>0</trace_0_trace_type>
-        <border_width>1</border_width>
-        <border_style>0</border_style>
-        <axis_0_grid_color>
-          <color red="200" green="200" blue="200" />
-        </axis_0_grid_color>
-        <trace_0_name>$(trace_0_y_pv)</trace_0_name>
-        <trace_0_update_mode>0</trace_0_update_mode>
-        <wuid>-1168daa3:158859bc9c3:6e0</wuid>
-        <transparent>false</transparent>
-        <axis_0_title_font>
-          <opifont.name fontName="Cantarell" height="11" style="1">Default Bold</opifont.name>
-        </axis_0_title_font>
-        <background_color>
-          <color name="Container Grey" red="200" green="200" blue="200" />
-        </background_color>
-        <x>639</x>
-        <y>912</y>
-        <trace_0_x_axis_index>0</trace_0_x_axis_index>
-        <axis_count>2</axis_count>
-        <pv_value />
-        <trace_0_buffer_size>100</trace_0_buffer_size>
-        <axis_1_maximum>1.0</axis_1_maximum>
-        <axis_0_scale_font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </axis_0_scale_font>
-        <trigger_pv></trigger_pv>
-        <widget_type>XY Graph</widget_type>
-        <axis_1_axis_color>
-          <color red="0" green="0" blue="0" />
-        </axis_1_axis_color>
-        <axis_0_scale_format></axis_0_scale_format>
-        <axis_1_log_scale>false</axis_1_log_scale>
-        <title></title>
-        <trace_0_visible>true</trace_0_visible>
-        <show_legend>false</show_legend>
-        <axis_0_axis_title>mm</axis_0_axis_title>
-        <axis_0_axis_color>
-          <color red="0" green="0" blue="0" />
-        </axis_0_axis_color>
-        <axis_0_dash_grid_line>true</axis_0_dash_grid_line>
-        <trace_0_point_style>0</trace_0_point_style>
-        <trace_0_line_width>1</trace_0_line_width>
-        <axis_0_time_format>0</axis_0_time_format>
-        <trace_count>1</trace_count>
-        <axis_1_show_grid>true</axis_1_show_grid>
-        <axis_1_dash_grid_line>true</axis_1_dash_grid_line>
-        <show_toolbar>false</show_toolbar>
-        <axis_0_visible>true</axis_0_visible>
-        <axis_0_show_grid>true</axis_0_show_grid>
-        <trace_0_y_axis_index>1</trace_0_y_axis_index>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <axis_0_maximum>1.0</axis_0_maximum>
-        <height>181</height>
-        <trigger_pv_value />
-        <axis_1_grid_color>
-          <color red="200" green="200" blue="200" />
-        </axis_1_grid_color>
-        <actions hook="false" hook_all="false" />
-        <axis_0_log_scale>false</axis_0_log_scale>
-        <trace_0_x_pv_value />
-        <axis_0_auto_scale_threshold>0.0</axis_0_auto_scale_threshold>
-        <rules />
-        <axis_1_visible>true</axis_1_visible>
-        <trace_0_update_delay>1</trace_0_update_delay>
-        <pv_name>$(PREFIX)$(TYPE):CALC-PROJ-Xwf</pv_name>
-        <name>XY Graph</name>
-        <axis_0_auto_scale>true</axis_0_auto_scale>
-        <axis_0_minimum>-100.0</axis_0_minimum>
-        <axis_1_axis_title></axis_1_axis_title>
-        <axis_1_auto_scale>true</axis_1_auto_scale>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <trace_0_y_pv>$(PREFIX)$(TYPE):CALC-PROJ-Xwf</trace_0_y_pv>
-        <trace_0_plot_mode>0</trace_0_plot_mode>
-        <enabled>true</enabled>
-        <trace_0_x_pv>$(PREFIX)$(TYPE):CALC-PROJ-Xabsc</trace_0_x_pv>
-        <axis_1_scale_font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </axis_1_scale_font>
-        <axis_1_time_format>0</axis_1_time_format>
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <show_plot_area_border>true</show_plot_area_border>
-        <width>1384</width>
-        <axis_1_minimum>-1.0</axis_1_minimum>
-        <title_font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </title_font>
-        <trace_0_y_pv_value />
-        <plot_area_background_color>
-          <color name="Field Background Grey" red="240" green="240" blue="240" />
-        </plot_area_background_color>
-        <axis_1_title_font>
-          <opifont.name fontName="Cantarell" height="11" style="1">Default Bold</opifont.name>
-        </axis_1_title_font>
-        <visible>true</visible>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <scripts />
-        <trace_0_point_size>4</trace_0_point_size>
-        <trace_0_trace_color>
-          <color red="21" green="21" blue="196" />
-        </trace_0_trace_color>
-        <trace_0_anti_alias>true</trace_0_anti_alias>
-        <axis_1_auto_scale_threshold>0.1</axis_1_auto_scale_threshold>
-        <foreground_color>
-          <color red="0" green="0" blue="255" />
-        </foreground_color>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.xyGraph" version="1.0.0">
-        <axis_1_scale_format></axis_1_scale_format>
-        <alarm_pulsing>false</alarm_pulsing>
-        <tooltip>$(trace_0_y_pv)
-$(trace_0_y_pv_value)</tooltip>
-        <trace_0_concatenate_data>false</trace_0_concatenate_data>
-        <trace_0_trace_type>0</trace_0_trace_type>
-        <border_width>1</border_width>
-        <border_style>0</border_style>
-        <axis_0_grid_color>
-          <color red="200" green="200" blue="200" />
-        </axis_0_grid_color>
-        <trace_0_name>$(trace_0_y_pv)</trace_0_name>
-        <trace_0_update_mode>0</trace_0_update_mode>
-        <wuid>-1168daa3:158859bc9c3:50e</wuid>
-        <transparent>false</transparent>
-        <axis_0_title_font>
-          <opifont.name fontName="Cantarell" height="11" style="1">Default Bold</opifont.name>
-        </axis_0_title_font>
-        <background_color>
-          <color name="Container Grey" red="200" green="200" blue="200" />
-        </background_color>
-        <x>432</x>
-        <y>100</y>
-        <trace_0_x_axis_index>0</trace_0_x_axis_index>
-        <axis_count>2</axis_count>
-        <pv_value />
-        <trace_0_buffer_size>500</trace_0_buffer_size>
-        <axis_1_maximum>100.0</axis_1_maximum>
-        <axis_0_scale_font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </axis_0_scale_font>
-        <trigger_pv></trigger_pv>
-        <widget_type>XY Graph</widget_type>
-        <axis_1_axis_color>
-          <color red="0" green="0" blue="0" />
-        </axis_1_axis_color>
-        <axis_0_scale_format></axis_0_scale_format>
-        <axis_1_log_scale>false</axis_1_log_scale>
-        <title></title>
-        <trace_0_visible>true</trace_0_visible>
-        <show_legend>false</show_legend>
-        <axis_0_axis_title></axis_0_axis_title>
-        <axis_0_axis_color>
-          <color red="0" green="0" blue="0" />
-        </axis_0_axis_color>
-        <axis_0_dash_grid_line>true</axis_0_dash_grid_line>
-        <trace_0_point_style>0</trace_0_point_style>
-        <trace_0_line_width>1</trace_0_line_width>
-        <axis_0_time_format>0</axis_0_time_format>
-        <trace_count>1</trace_count>
-        <axis_1_show_grid>true</axis_1_show_grid>
-        <axis_1_dash_grid_line>true</axis_1_dash_grid_line>
-        <show_toolbar>false</show_toolbar>
-        <axis_0_visible>true</axis_0_visible>
-        <axis_0_show_grid>true</axis_0_show_grid>
-        <trace_0_y_axis_index>1</trace_0_y_axis_index>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <axis_0_maximum>100.0</axis_0_maximum>
-        <height>795</height>
-        <trigger_pv_value />
-        <axis_1_grid_color>
-          <color red="200" green="200" blue="200" />
-        </axis_1_grid_color>
-        <actions hook="false" hook_all="false" />
-        <axis_0_log_scale>false</axis_0_log_scale>
-        <trace_0_x_pv_value />
-        <axis_0_auto_scale_threshold>0.1</axis_0_auto_scale_threshold>
-        <rules />
-        <axis_1_visible>true</axis_1_visible>
-        <trace_0_update_delay>10</trace_0_update_delay>
-        <pv_name></pv_name>
-        <name>XY Graph</name>
-        <axis_0_auto_scale>true</axis_0_auto_scale>
-        <axis_0_minimum>-100.0</axis_0_minimum>
-        <axis_1_axis_title>mrad</axis_1_axis_title>
-        <axis_1_auto_scale>true</axis_1_auto_scale>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <trace_0_y_pv>$(PREFIX)$(TYPE):CALC-PROJ-Yabsc</trace_0_y_pv>
-        <trace_0_plot_mode>0</trace_0_plot_mode>
-        <enabled>true</enabled>
-        <trace_0_x_pv>$(PREFIX)$(TYPE):CALC-PROJ-Ywf</trace_0_x_pv>
-        <axis_1_scale_font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </axis_1_scale_font>
-        <axis_1_time_format>0</axis_1_time_format>
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <show_plot_area_border>true</show_plot_area_border>
-        <width>217</width>
-        <axis_1_minimum>-100.0</axis_1_minimum>
-        <title_font>
-          <opifont.name fontName="Cantarell" height="11" style="1">Default Bold</opifont.name>
-        </title_font>
-        <trace_0_y_pv_value />
-        <plot_area_background_color>
-          <color red="255" green="255" blue="255" />
-        </plot_area_background_color>
-        <axis_1_title_font>
-          <opifont.name fontName="Cantarell" height="11" style="1">Default Bold</opifont.name>
-        </axis_1_title_font>
-        <visible>true</visible>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <scripts />
-        <trace_0_point_size>4</trace_0_point_size>
-        <trace_0_trace_color>
-          <color red="21" green="21" blue="196" />
-        </trace_0_trace_color>
-        <trace_0_anti_alias>false</trace_0_anti_alias>
-        <axis_1_auto_scale_threshold>0.0</axis_1_auto_scale_threshold>
-        <foreground_color>
-          <color red="0" green="0" blue="255" />
-        </foreground_color>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-        <border_style>0</border_style>
-        <tooltip></tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules />
-        <enabled>false</enabled>
-        <wuid>-47901338:158955bc5eb:-3243</wuid>
-        <transparent>true</transparent>
-        <auto_size>false</auto_size>
-        <text>X Mean</text>
-        <scripts />
-        <height>20</height>
-        <border_width>2</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color name="IO Border" red="215" green="215" blue="215" />
-        </border_color>
-        <widget_type>Label</widget_type>
-        <wrap_words>false</wrap_words>
-        <background_color>
-          <color name="IO Background" red="255" green="255" blue="205" />
-        </background_color>
-        <width>121</width>
-        <x>420</x>
-        <name>Label Orientation_2</name>
-        <y>912</y>
-        <foreground_color>
-          <color name="White" red="255" green="255" blue="255" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-        <border_style>0</border_style>
-        <tooltip></tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules />
-        <enabled>false</enabled>
-        <wuid>-47901338:158955bc5eb:-3235</wuid>
-        <transparent>true</transparent>
-        <auto_size>false</auto_size>
-        <text>X' Mean</text>
-        <scripts />
-        <height>20</height>
-        <border_width>2</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color name="IO Border" red="215" green="215" blue="215" />
-        </border_color>
-        <widget_type>Label</widget_type>
-        <wrap_words>false</wrap_words>
-        <background_color>
-          <color name="IO Background" red="255" green="255" blue="205" />
-        </background_color>
-        <width>121</width>
-        <x>420</x>
-        <name>Label Orientation_2</name>
-        <y>942</y>
-        <foreground_color>
-          <color name="White" red="255" green="255" blue="255" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
-        <border_style>0</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <alarm_pulsing>false</alarm_pulsing>
-        <precision>0</precision>
-        <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-        <horizontal_alignment>0</horizontal_alignment>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>-47901338:158955bc5eb:-31f2</wuid>
-        <transparent>true</transparent>
-        <pv_value />
-        <auto_size>false</auto_size>
-        <text>######</text>
-        <rotation_angle>0.0</rotation_angle>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <show_units>true</show_units>
-        <height>20</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <pv_name>${PREFIX}${TYPE}:CALC-PROJ-Y</pv_name>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <precision_from_pv>true</precision_from_pv>
-        <widget_type>Text Update</widget_type>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <wrap_words>false</wrap_words>
-        <format_type>0</format_type>
-        <background_color>
-          <color red="255" green="255" blue="255" />
-        </background_color>
-        <width>100</width>
-        <x>540</x>
-        <name>Text Update</name>
-        <y>942</y>
-        <foreground_color>
-          <color name="Green On" red="0" green="255" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-        <border_style>0</border_style>
-        <tooltip></tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules />
-        <enabled>false</enabled>
-        <wuid>4b16a64d:158af4f8f37:-7b9f</wuid>
-        <transparent>true</transparent>
-        <auto_size>false</auto_size>
-        <text>Tension MRAD MAX</text>
-        <scripts />
-        <height>20</height>
-        <border_width>2</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color name="IO Border" red="215" green="215" blue="215" />
-        </border_color>
-        <widget_type>Label</widget_type>
-        <wrap_words>false</wrap_words>
-        <background_color>
-          <color name="IO Background" red="255" green="255" blue="205" />
-        </background_color>
-        <width>168</width>
-        <x>36</x>
-        <name>Label Orientation_3</name>
-        <y>857</y>
-        <foreground_color>
-          <color name="IO Foreground" red="0" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
-        <border_style>0</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <alarm_pulsing>false</alarm_pulsing>
-        <precision>0</precision>
-        <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>4b16a64d:158af4f8f37:-7b9e</wuid>
-        <transparent>false</transparent>
-        <pv_value />
-        <auto_size>false</auto_size>
-        <text>######</text>
-        <rotation_angle>0.0</rotation_angle>
-        <scripts />
-        <border_alarm_sensitive>true</border_alarm_sensitive>
-        <show_units>true</show_units>
-        <height>31</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <pv_name>${PREFIX}${TYPE}:PROC-VoltMaxP1</pv_name>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <precision_from_pv>true</precision_from_pv>
-        <widget_type>Text Update</widget_type>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <wrap_words>false</wrap_words>
-        <format_type>0</format_type>
-        <background_color>
-          <color red="70" green="70" blue="70" />
-        </background_color>
-        <width>160</width>
-        <x>209</x>
-        <name>Text Update</name>
-        <y>851</y>
-        <foreground_color>
-          <color name="Green On" red="0" green="255" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
-        <border_style>0</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <alarm_pulsing>false</alarm_pulsing>
-        <precision>0</precision>
-        <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>4b16a64d:158af4f8f37:-7b9d</wuid>
-        <transparent>false</transparent>
-        <pv_value />
-        <auto_size>false</auto_size>
-        <text>######</text>
-        <rotation_angle>0.0</rotation_angle>
-        <scripts />
-        <border_alarm_sensitive>true</border_alarm_sensitive>
-        <show_units>true</show_units>
-        <height>31</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <pv_name>${PREFIX}${TYPE}:PROC-VoltMinP1</pv_name>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <precision_from_pv>true</precision_from_pv>
-        <widget_type>Text Update</widget_type>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <wrap_words>false</wrap_words>
-        <format_type>0</format_type>
-        <background_color>
-          <color red="70" green="70" blue="70" />
-        </background_color>
-        <width>160</width>
-        <x>209</x>
-        <name>Text Update_1</name>
-        <y>893</y>
-        <foreground_color>
-          <color name="Green On" red="0" green="255" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-        <border_style>0</border_style>
-        <tooltip></tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules />
-        <enabled>false</enabled>
-        <wuid>4b16a64d:158af4f8f37:-7ae3</wuid>
-        <transparent>true</transparent>
-        <auto_size>false</auto_size>
-        <text>Tension MRAD MIN</text>
-        <scripts />
-        <height>25</height>
-        <border_width>2</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color name="IO Border" red="215" green="215" blue="215" />
-        </border_color>
-        <widget_type>Label</widget_type>
-        <wrap_words>false</wrap_words>
-        <background_color>
-          <color name="IO Background" red="255" green="255" blue="205" />
-        </background_color>
-        <width>168</width>
-        <x>36</x>
-        <name>Label Orientation_3</name>
-        <y>899</y>
-        <foreground_color>
-          <color name="IO Foreground" red="0" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
-        <border_style>0</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <alarm_pulsing>false</alarm_pulsing>
-        <precision>0</precision>
-        <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-        <horizontal_alignment>0</horizontal_alignment>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>82148ce:158b4de09bc:-7db2</wuid>
-        <transparent>true</transparent>
-        <pv_value />
-        <auto_size>false</auto_size>
-        <text>######</text>
-        <rotation_angle>0.0</rotation_angle>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <show_units>true</show_units>
-        <height>20</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <pv_name>${PREFIX}${TYPE}:CALC-RMS-SIZE</pv_name>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <precision_from_pv>true</precision_from_pv>
-        <widget_type>Text Update</widget_type>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <wrap_words>false</wrap_words>
-        <format_type>0</format_type>
-        <background_color>
-          <color red="255" green="255" blue="255" />
-        </background_color>
-        <width>100</width>
-        <x>540</x>
-        <name>Text Update</name>
-        <y>978</y>
-        <foreground_color>
-          <color name="Green On" red="0" green="255" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-        <border_style>0</border_style>
-        <tooltip></tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules />
-        <enabled>false</enabled>
-        <wuid>82148ce:158b4de09bc:-7db1</wuid>
-        <transparent>true</transparent>
-        <auto_size>false</auto_size>
-        <text>SIGMA X</text>
-        <scripts />
-        <height>20</height>
-        <border_width>2</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color name="IO Border" red="215" green="215" blue="215" />
-        </border_color>
-        <widget_type>Label</widget_type>
-        <wrap_words>false</wrap_words>
-        <background_color>
-          <color name="IO Background" red="255" green="255" blue="205" />
-        </background_color>
-        <width>121</width>
-        <x>420</x>
-        <name>Label Orientation_2</name>
-        <y>978</y>
-        <foreground_color>
-          <color name="White" red="255" green="255" blue="255" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-        <border_style>0</border_style>
-        <tooltip></tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules />
-        <enabled>false</enabled>
-        <wuid>82148ce:158b4de09bc:-7db0</wuid>
-        <transparent>true</transparent>
-        <auto_size>false</auto_size>
-        <text>SIGMA X'</text>
-        <scripts />
-        <height>20</height>
-        <border_width>2</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color name="IO Border" red="215" green="215" blue="215" />
-        </border_color>
-        <widget_type>Label</widget_type>
-        <wrap_words>false</wrap_words>
-        <background_color>
-          <color name="IO Background" red="255" green="255" blue="205" />
-        </background_color>
-        <width>121</width>
-        <x>420</x>
-        <name>Label Orientation_3</name>
-        <y>1012</y>
-        <foreground_color>
-          <color name="White" red="255" green="255" blue="255" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
-        <border_style>0</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <alarm_pulsing>false</alarm_pulsing>
-        <precision>0</precision>
-        <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-        <horizontal_alignment>0</horizontal_alignment>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>82148ce:158b4de09bc:-7daf</wuid>
-        <transparent>true</transparent>
-        <pv_value />
-        <auto_size>false</auto_size>
-        <text>######</text>
-        <rotation_angle>0.0</rotation_angle>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <show_units>true</show_units>
-        <height>20</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <pv_name>${PREFIX}${TYPE}:CALC-RMS-ANGLE</pv_name>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <precision_from_pv>true</precision_from_pv>
-        <widget_type>Text Update</widget_type>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <wrap_words>false</wrap_words>
-        <format_type>0</format_type>
-        <background_color>
-          <color red="255" green="255" blue="255" />
-        </background_color>
-        <width>100</width>
-        <x>540</x>
-        <name>Text Update_1</name>
-        <y>1012</y>
-        <foreground_color>
-          <color name="Green On" red="0" green="255" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-        <border_style>0</border_style>
-        <tooltip></tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules />
-        <enabled>false</enabled>
-        <wuid>-254931a3:158b5a49183:-7dd1</wuid>
-        <transparent>true</transparent>
-        <auto_size>false</auto_size>
-        <text>SIGMA XX'</text>
-        <scripts />
-        <height>20</height>
-        <border_width>2</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color name="IO Border" red="215" green="215" blue="215" />
-        </border_color>
-        <widget_type>Label</widget_type>
-        <wrap_words>false</wrap_words>
-        <background_color>
-          <color name="IO Background" red="255" green="255" blue="205" />
-        </background_color>
-        <width>121</width>
-        <x>420</x>
-        <name>Label Orientation_3</name>
-        <y>1047</y>
-        <foreground_color>
-          <color name="White" red="255" green="255" blue="255" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
-        <border_style>0</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <alarm_pulsing>false</alarm_pulsing>
-        <precision>0</precision>
-        <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-        <horizontal_alignment>0</horizontal_alignment>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>-254931a3:158b5a49183:-7dd0</wuid>
-        <transparent>true</transparent>
-        <pv_value />
-        <auto_size>false</auto_size>
-        <text>######</text>
-        <rotation_angle>0.0</rotation_angle>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <show_units>true</show_units>
-        <height>20</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <pv_name>${PREFIX}${TYPE}:CALC-SIGMA</pv_name>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <precision_from_pv>true</precision_from_pv>
-        <widget_type>Text Update</widget_type>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <wrap_words>false</wrap_words>
-        <format_type>0</format_type>
-        <background_color>
-          <color red="255" green="255" blue="255" />
-        </background_color>
-        <width>100</width>
-        <x>540</x>
-        <name>Text Update_1</name>
-        <y>1047</y>
-        <foreground_color>
-          <color name="Green On" red="0" green="255" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.tab" version="1.0.0">
-        <active_tab>0</active_tab>
-        <tooltip></tooltip>
-        <height>354</height>
-        <border_width>1</border_width>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <tab_0_foreground_color>
-          <color red="0" green="0" blue="0" />
-        </tab_0_foreground_color>
-        <actions hook="false" hook_all="false" />
-        <border_style>0</border_style>
-        <enabled>true</enabled>
-        <wuid>60f6e55b:158baae9c78:-7f2b</wuid>
-        <background_color>
-          <color red="240" green="240" blue="240" />
-        </background_color>
-        <width>319</width>
-        <x>2136</x>
-        <horizontal_tabs>true</horizontal_tabs>
-        <y>678</y>
-        <rules />
-        <macros>
-          <include_parent_macros>true</include_parent_macros>
-        </macros>
-        <visible>true</visible>
-        <tab_0_background_color>
-          <color red="183" green="189" blue="182" />
-        </tab_0_background_color>
-        <widget_type>Tabbed Container</widget_type>
-        <name>Tabbed Container_2</name>
-        <minimum_tab_height>10</minimum_tab_height>
-        <tab_0_font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </tab_0_font>
-        <tab_0_title>PLC-STATUS</tab_0_title>
-        <scripts />
-        <tab_count>1</tab_count>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <tab_0_icon_path></tab_0_icon_path>
-        <tab_0_enabled>true</tab_0_enabled>
-        <foreground_color>
-          <color red="192" green="192" blue="192" />
-        </foreground_color>
-        <widget typeId="org.csstudio.opibuilder.widgets.groupingContainer" version="1.0.0">
-          <border_style>0</border_style>
-          <tooltip></tooltip>
-          <rules />
-          <enabled>true</enabled>
-          <wuid>60f6e55b:158baae9c78:-7f2a</wuid>
-          <transparent>true</transparent>
-          <lock_children>false</lock_children>
-          <scripts />
-          <height>318</height>
-          <border_width>1</border_width>
-          <scale_options>
-            <width_scalable>true</width_scalable>
-            <height_scalable>true</height_scalable>
-            <keep_wh_ratio>false</keep_wh_ratio>
-          </scale_options>
-          <macros>
-            <include_parent_macros>true</include_parent_macros>
-          </macros>
-          <visible>true</visible>
-          <border_color>
-            <color red="0" green="128" blue="255" />
-          </border_color>
-          <widget_type>Grouping Container</widget_type>
-          <background_color>
-            <color red="240" green="240" blue="240" />
-          </background_color>
-          <width>317</width>
-          <x>1</x>
-          <name>PLC-STATUS</name>
-          <y>1</y>
-          <foreground_color>
-            <color red="192" green="192" blue="192" />
-          </foreground_color>
-          <actions hook="false" hook_all="false" />
-          <fc>false</fc>
-          <show_scrollbar>true</show_scrollbar>
-          <font>
-            <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-          </font>
-          <widget typeId="org.csstudio.opibuilder.widgets.Rectangle" version="1.0.0">
-            <border_style>0</border_style>
-            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-            <line_width>0</line_width>
-            <horizontal_fill>true</horizontal_fill>
-            <alarm_pulsing>false</alarm_pulsing>
-            <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-            <rules />
-            <enabled>true</enabled>
-            <wuid>60f6e55b:158baae9c78:-7f15</wuid>
-            <transparent>false</transparent>
-            <pv_value />
-            <alpha>255</alpha>
-            <bg_gradient_color>
-              <color red="255" green="255" blue="255" />
-            </bg_gradient_color>
-            <scripts />
-            <border_alarm_sensitive>false</border_alarm_sensitive>
-            <height>301</height>
-            <border_width>1</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <visible>true</visible>
-            <pv_name></pv_name>
-            <gradient>false</gradient>
-            <border_color>
-              <color red="0" green="128" blue="255" />
-            </border_color>
-            <anti_alias>true</anti_alias>
-            <line_style>0</line_style>
-            <widget_type>Rectangle</widget_type>
-            <fg_gradient_color>
-              <color red="255" green="255" blue="255" />
-            </fg_gradient_color>
-            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-            <background_color>
-              <color red="136" green="138" blue="133" />
-            </background_color>
-            <width>295</width>
-            <x>12</x>
-            <name>Rectangle</name>
-            <y>6</y>
-            <fill_level>0.0</fill_level>
-            <foreground_color>
-              <color red="255" green="0" blue="0" />
-            </foreground_color>
-            <actions hook="false" hook_all="false" />
-            <font>
-              <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-            </font>
-            <line_color>
-              <color red="128" green="0" blue="255" />
-            </line_color>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-            <border_style>0</border_style>
-            <tooltip></tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
-            <rules />
-            <enabled>true</enabled>
-            <wuid>60f6e55b:158baae9c78:-7f14</wuid>
-            <transparent>true</transparent>
-            <auto_size>false</auto_size>
-            <text>Temp BEAM Stop</text>
-            <scripts />
-            <height>20</height>
-            <border_width>1</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <visible>true</visible>
-            <vertical_alignment>1</vertical_alignment>
-            <border_color>
-              <color red="0" green="128" blue="255" />
-            </border_color>
-            <widget_type>Label</widget_type>
-            <wrap_words>false</wrap_words>
-            <background_color>
-              <color red="255" green="255" blue="255" />
-            </background_color>
-            <width>134</width>
-            <x>28</x>
-            <name>Label_164</name>
-            <y>30</y>
-            <foreground_color>
-              <color red="0" green="0" blue="0" />
-            </foreground_color>
-            <actions hook="false" hook_all="false" />
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
-            <border_style>0</border_style>
-            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-            <alarm_pulsing>false</alarm_pulsing>
-            <precision>2</precision>
-            <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
-            <rules />
-            <enabled>true</enabled>
-            <wuid>60f6e55b:158baae9c78:-7f13</wuid>
-            <transparent>false</transparent>
-            <pv_value />
-            <auto_size>false</auto_size>
-            <text>######</text>
-            <rotation_angle>0.0</rotation_angle>
-            <scripts />
-            <border_alarm_sensitive>true</border_alarm_sensitive>
-            <show_units>true</show_units>
-            <height>31</height>
-            <border_width>1</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <visible>true</visible>
-            <pv_name>INFN-SRC:INTK-VBS:TEMP</pv_name>
-            <vertical_alignment>1</vertical_alignment>
-            <border_color>
-              <color red="0" green="128" blue="255" />
-            </border_color>
-            <precision_from_pv>false</precision_from_pv>
-            <widget_type>Text Update</widget_type>
-            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-            <wrap_words>false</wrap_words>
-            <format_type>0</format_type>
-            <background_color>
-              <color red="70" green="70" blue="70" />
-            </background_color>
-            <width>112</width>
-            <x>174</x>
-            <name>Text Update</name>
-            <y>24</y>
-            <foreground_color>
-              <color name="Green On" red="0" green="255" blue="0" />
-            </foreground_color>
-            <actions hook="false" hook_all="false" />
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
-            <border_style>0</border_style>
-            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-            <alarm_pulsing>false</alarm_pulsing>
-            <precision>2</precision>
-            <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
-            <rules />
-            <enabled>true</enabled>
-            <wuid>60f6e55b:158baae9c78:-7f12</wuid>
-            <transparent>false</transparent>
-            <pv_value />
-            <auto_size>false</auto_size>
-            <text>######</text>
-            <rotation_angle>0.0</rotation_angle>
-            <scripts />
-            <border_alarm_sensitive>true</border_alarm_sensitive>
-            <show_units>true</show_units>
-            <height>31</height>
-            <border_width>1</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <visible>true</visible>
-            <pv_name>INFN-SRC:INTK-VS:TEMP</pv_name>
-            <vertical_alignment>1</vertical_alignment>
-            <border_color>
-              <color red="0" green="128" blue="255" />
-            </border_color>
-            <precision_from_pv>false</precision_from_pv>
-            <widget_type>Text Update</widget_type>
-            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-            <wrap_words>false</wrap_words>
-            <format_type>0</format_type>
-            <background_color>
-              <color red="70" green="70" blue="70" />
-            </background_color>
-            <width>112</width>
-            <x>174</x>
-            <name>Text Update_1</name>
-            <y>66</y>
-            <foreground_color>
-              <color name="Green On" red="0" green="255" blue="0" />
-            </foreground_color>
-            <actions hook="false" hook_all="false" />
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.ActionButton" version="2.0.0">
-            <toggle_button>false</toggle_button>
-            <border_style>6</border_style>
-            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-            <alarm_pulsing>false</alarm_pulsing>
-            <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-            <push_action_index>0</push_action_index>
-            <rules>
-              <rule name="Enable" prop_id="enabled" out_exp="false">
-                <exp bool_exp="pv0 &gt;= 200">
-                  <value>false</value>
-                </exp>
-                <exp bool_exp="pv0&lt;=200">
-                  <value>true</value>
-                </exp>
-                <pv trig="true">${PREFIX}${TYPE}:MTR.P4SI</pv>
-              </rule>
-            </rules>
-            <enabled>false</enabled>
-            <wuid>60f6e55b:158baae9c78:-7f11</wuid>
-            <pv_value />
-            <text>HORIZONTAL</text>
-            <scripts />
-            <border_alarm_sensitive>false</border_alarm_sensitive>
-            <height>55</height>
-            <border_width>2</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <image></image>
-            <visible>true</visible>
-            <pv_name>INFN-SRC:INTK-HMI:VH_SELECT</pv_name>
-            <border_color>
-              <color name="IO Border" red="215" green="215" blue="215" />
-            </border_color>
-            <widget_type>Action Button</widget_type>
-            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-            <background_color>
-              <color name="IO Button" red="178" green="178" blue="178" />
-            </background_color>
-            <width>133</width>
-            <x>46</x>
-            <name>Start Scan</name>
-            <y>126</y>
-            <style>0</style>
-            <foreground_color>
-              <color name="IO Foreground" red="0" green="0" blue="0" />
-            </foreground_color>
-            <actions hook="false" hook_all="false">
-              <action type="WRITE_PV">
-                <pv_name>INFN-SRC:INTK-HMI:VH_SELECT</pv_name>
-                <value>1</value>
-                <timeout>10</timeout>
-                <confirm_message></confirm_message>
-                <description>Select HORIZONTAL</description>
-              </action>
-            </actions>
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
-            <alarm_pulsing>false</alarm_pulsing>
-            <tooltip>$(pv_name)</tooltip>
-            <rules />
-            <effect_3d>true</effect_3d>
-            <bit>-1</bit>
-            <pv_value />
-            <height>23</height>
-            <border_width>1</border_width>
-            <visible>true</visible>
-            <pv_name>INFN-SRC:INTK-HMI:VH_SELECT</pv_name>
-            <border_color>
-              <color name="Blue" red="0" green="128" blue="255" />
-            </border_color>
-            <widget_type>LED</widget_type>
-            <name>LED</name>
-            <actions hook="false" hook_all="false" />
-            <show_boolean_label>false</show_boolean_label>
-            <border_style>0</border_style>
-            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-            <enabled>true</enabled>
-            <wuid>60f6e55b:158baae9c78:-7f10</wuid>
-            <on_color>
-              <color name="Green On" red="0" green="255" blue="0" />
-            </on_color>
-            <scripts />
-            <border_alarm_sensitive>false</border_alarm_sensitive>
-            <on_label>ON</on_label>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>true</keep_wh_ratio>
-            </scale_options>
-            <off_color>
-              <color name="Field Background Grey" red="240" green="240" blue="240" />
-            </off_color>
-            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-            <background_color>
-              <color name="Field Background Grey" red="240" green="240" blue="240" />
-            </background_color>
-            <square_led>false</square_led>
-            <width>23</width>
-            <x>234</x>
-            <data_type>0</data_type>
-            <y>142</y>
-            <foreground_color>
-              <color name="Button Grey" red="180" green="180" blue="180" />
-            </foreground_color>
-            <font>
-              <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-            </font>
-            <off_label>OFF</off_label>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
-            <alarm_pulsing>false</alarm_pulsing>
-            <tooltip>$(pv_name)</tooltip>
-            <rules />
-            <effect_3d>true</effect_3d>
-            <bit>-1</bit>
-            <pv_value />
-            <height>23</height>
-            <border_width>1</border_width>
-            <visible>true</visible>
-            <pv_name>INFN-SRC:INTK-HMI:VH_SELECT</pv_name>
-            <border_color>
-              <color name="Blue" red="0" green="128" blue="255" />
-            </border_color>
-            <widget_type>LED</widget_type>
-            <name>LED_1</name>
-            <actions hook="false" hook_all="false" />
-            <show_boolean_label>false</show_boolean_label>
-            <border_style>0</border_style>
-            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-            <enabled>true</enabled>
-            <wuid>60f6e55b:158baae9c78:-7f0f</wuid>
-            <on_color>
-              <color name="Field Background Grey" red="240" green="240" blue="240" />
-            </on_color>
-            <scripts />
-            <border_alarm_sensitive>false</border_alarm_sensitive>
-            <on_label>ON</on_label>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>true</keep_wh_ratio>
-            </scale_options>
-            <off_color>
-              <color name="Green On" red="0" green="255" blue="0" />
-            </off_color>
-            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-            <background_color>
-              <color name="Field Background Grey" red="240" green="240" blue="240" />
-            </background_color>
-            <square_led>false</square_led>
-            <width>23</width>
-            <x>234</x>
-            <data_type>0</data_type>
-            <y>208</y>
-            <foreground_color>
-              <color name="Button Grey" red="180" green="180" blue="180" />
-            </foreground_color>
-            <font>
-              <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-            </font>
-            <off_label>OFF</off_label>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.ActionButton" version="2.0.0">
-            <toggle_button>false</toggle_button>
-            <border_style>6</border_style>
-            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-            <alarm_pulsing>false</alarm_pulsing>
-            <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-            <push_action_index>0</push_action_index>
-            <rules>
-              <rule name="Enable" prop_id="enabled" out_exp="false">
-                <exp bool_exp="pv0 &gt;= 200">
-                  <value>false</value>
-                </exp>
-                <exp bool_exp="pv0&lt;=200">
-                  <value>true</value>
-                </exp>
-                <pv trig="true">${PREFIX}${TYPE}:MTR.P4SI</pv>
-              </rule>
-            </rules>
-            <enabled>false</enabled>
-            <wuid>60f6e55b:158baae9c78:-7f0e</wuid>
-            <pv_value />
-            <text>VERTICAL</text>
-            <scripts />
-            <border_alarm_sensitive>false</border_alarm_sensitive>
-            <height>55</height>
-            <border_width>2</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <image></image>
-            <visible>true</visible>
-            <pv_name>INFN-SRC:INTK-HMI:VH_SELECT</pv_name>
-            <border_color>
-              <color name="IO Border" red="215" green="215" blue="215" />
-            </border_color>
-            <widget_type>Action Button</widget_type>
-            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-            <background_color>
-              <color name="IO Button" red="178" green="178" blue="178" />
-            </background_color>
-            <width>133</width>
-            <x>46</x>
-            <name>Start Scan_1</name>
-            <y>192</y>
-            <style>0</style>
-            <foreground_color>
-              <color name="IO Foreground" red="0" green="0" blue="0" />
-            </foreground_color>
-            <actions hook="false" hook_all="false">
-              <action type="WRITE_PV">
-                <pv_name>INFN-SRC:INTK-HMI:VH_SELECT</pv_name>
-                <value>1</value>
-                <timeout>10</timeout>
-                <confirm_message></confirm_message>
-                <description>Select VERTICAL</description>
-              </action>
-            </actions>
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-            <border_style>0</border_style>
-            <tooltip></tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
-            <rules />
-            <enabled>true</enabled>
-            <wuid>60f6e55b:158baae9c78:-7f0d</wuid>
-            <transparent>true</transparent>
-            <auto_size>false</auto_size>
-            <text>Temp SLIT</text>
-            <scripts />
-            <height>20</height>
-            <border_width>1</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <visible>true</visible>
-            <vertical_alignment>1</vertical_alignment>
-            <border_color>
-              <color red="0" green="128" blue="255" />
-            </border_color>
-            <widget_type>Label</widget_type>
-            <wrap_words>false</wrap_words>
-            <background_color>
-              <color red="255" green="255" blue="255" />
-            </background_color>
-            <width>134</width>
-            <x>24</x>
-            <name>Label_165</name>
-            <y>72</y>
-            <foreground_color>
-              <color red="0" green="0" blue="0" />
-            </foreground_color>
-            <actions hook="false" hook_all="false" />
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.Rectangle" version="1.0.0">
-            <border_style>0</border_style>
-            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-            <line_width>4</line_width>
-            <horizontal_fill>true</horizontal_fill>
-            <alarm_pulsing>false</alarm_pulsing>
-            <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-            <rules>
-              <rule name="Visible" prop_id="visible" out_exp="false">
-                <exp bool_exp="pv0==1 || pv1==1||pv2==1||pv3==1||pv4==1">
-                  <value>true</value>
-                </exp>
-                <exp bool_exp="pv0==0 &amp;&amp; pv1==0 &amp;&amp; pv2==0 &amp;&amp; pv3==0 &amp;&amp; pv4==0">
-                  <value>false</value>
-                </exp>
-                <pv trig="true">INFN-SRC:INTK-HMI:FM1</pv>
-                <pv trig="true">INFN-SRC:INTK-HMI:FM2</pv>
-                <pv trig="true">INFN-SRC:INTK-HMI:FM3</pv>
-                <pv trig="true">INFN-SRC:INTK-HMI:FM4</pv>
-                <pv trig="true">INFN-SRC:INTK-HMI:FM5</pv>
-              </rule>
-            </rules>
-            <enabled>true</enabled>
-            <wuid>-25f0d7e:158d972c59b:-7f2b</wuid>
-            <transparent>true</transparent>
-            <pv_value />
-            <alpha>255</alpha>
-            <bg_gradient_color>
-              <color red="255" green="255" blue="255" />
-            </bg_gradient_color>
-            <scripts />
-            <border_alarm_sensitive>false</border_alarm_sensitive>
-            <height>301</height>
-            <border_width>1</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <visible>true</visible>
-            <pv_name></pv_name>
-            <gradient>false</gradient>
-            <border_color>
-              <color name="Major" red="255" green="0" blue="0" />
-            </border_color>
-            <anti_alias>true</anti_alias>
-            <line_style>0</line_style>
-            <widget_type>Rectangle</widget_type>
-            <fg_gradient_color>
-              <color red="255" green="255" blue="255" />
-            </fg_gradient_color>
-            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-            <background_color>
-              <color name="Major" red="255" green="0" blue="0" />
-            </background_color>
-            <width>295</width>
-            <x>12</x>
-            <name>Rectangle</name>
-            <y>6</y>
-            <fill_level>0.0</fill_level>
-            <foreground_color>
-              <color red="255" green="0" blue="0" />
-            </foreground_color>
-            <actions hook="false" hook_all="false" />
-            <font>
-              <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-            </font>
-            <line_color>
-              <color name="Major" red="255" green="0" blue="0" />
-            </line_color>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
-            <border_style>0</border_style>
-            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-            <alarm_pulsing>false</alarm_pulsing>
-            <precision>2</precision>
-            <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
-            <rules>
-              <rule name="status" prop_id="text" out_exp="false">
-                <exp bool_exp="pv0==1 || pv1==1 || pv2==1 || pv3==1|| pv4==1">
-                  <value>Error</value>
-                </exp>
-                <exp bool_exp="pv0==1 &amp;&amp; pv1==0 &amp;&amp; pv2==0 &amp;&amp; pv3==0 &amp;&amp; pv4==0">
-                  <value>OK</value>
-                </exp>
-                <pv trig="true">INFN-SRC:INTK-HMI:FM1</pv>
-                <pv trig="true">INFN-SRC:INTK-HMI:FM2</pv>
-                <pv trig="true">INFN-SRC:INTK-HMI:FM3</pv>
-                <pv trig="true">INFN-SRC:INTK-HMI:FM4</pv>
-                <pv trig="true">INFN-SRC:INTK-HMI:FM5</pv>
-              </rule>
-              <rule name="Color" prop_id="foreground_color" out_exp="false">
-                <exp bool_exp="pv0==1 || pv1==1 || pv2==1 || pv3==1|| pv4==1">
-                  <value>
-                    <color name="Major" red="255" green="0" blue="0" />
-                  </value>
-                </exp>
-                <exp bool_exp="pv0==1 &amp;&amp; pv1==1 &amp;&amp; pv2==1 &amp;&amp; pv3==1 &amp;&amp; pv4==1">
-                  <value>
-                    <color name="Green On" red="0" green="255" blue="0" />
-                  </value>
-                </exp>
-                <pv trig="true">INFN-SRC:INTK-HMI:FM1</pv>
-                <pv trig="true">INFN-SRC:INTK-HMI:FM2</pv>
-                <pv trig="true">INFN-SRC:INTK-HMI:FM3</pv>
-                <pv trig="true">INFN-SRC:INTK-HMI:FM4</pv>
-                <pv trig="true">INFN-SRC:INTK-HMI:FM5</pv>
-              </rule>
-            </rules>
-            <enabled>true</enabled>
-            <wuid>100e174:1598cdb59c9:-78c8</wuid>
-            <transparent>false</transparent>
-            <pv_value />
-            <auto_size>false</auto_size>
-            <text>OK</text>
-            <rotation_angle>0.0</rotation_angle>
-            <scripts />
-            <border_alarm_sensitive>true</border_alarm_sensitive>
-            <show_units>true</show_units>
-            <height>31</height>
-            <border_width>1</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <visible>true</visible>
-            <pv_name></pv_name>
-            <vertical_alignment>1</vertical_alignment>
-            <border_color>
-              <color red="0" green="128" blue="255" />
-            </border_color>
-            <precision_from_pv>false</precision_from_pv>
-            <widget_type>Text Update</widget_type>
-            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-            <wrap_words>false</wrap_words>
-            <format_type>0</format_type>
-            <background_color>
-              <color red="70" green="70" blue="70" />
-            </background_color>
-            <width>112</width>
-            <x>174</x>
-            <name>Text Update_1</name>
-            <y>264</y>
-            <foreground_color>
-              <color name="Green On" red="0" green="255" blue="0" />
-            </foreground_color>
-            <actions hook="false" hook_all="false" />
-            <font>
-              <opifont.name fontName="OpenSans" height="15" style="1">Medium Bold</opifont.name>
-            </font>
-          </widget>
-          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-            <border_style>0</border_style>
-            <tooltip></tooltip>
-            <horizontal_alignment>1</horizontal_alignment>
-            <rules />
-            <enabled>true</enabled>
-            <wuid>100e174:1598cdb59c9:-78c7</wuid>
-            <transparent>true</transparent>
-            <auto_size>false</auto_size>
-            <text>Status</text>
-            <scripts />
-            <height>20</height>
-            <border_width>1</border_width>
-            <scale_options>
-              <width_scalable>true</width_scalable>
-              <height_scalable>true</height_scalable>
-              <keep_wh_ratio>false</keep_wh_ratio>
-            </scale_options>
-            <visible>true</visible>
-            <vertical_alignment>1</vertical_alignment>
-            <border_color>
-              <color red="0" green="128" blue="255" />
-            </border_color>
-            <widget_type>Label</widget_type>
-            <wrap_words>false</wrap_words>
-            <background_color>
-              <color red="255" green="255" blue="255" />
-            </background_color>
-            <width>134</width>
-            <x>24</x>
-            <name>Label_165</name>
-            <y>270</y>
-            <foreground_color>
-              <color red="0" green="0" blue="0" />
-            </foreground_color>
-            <actions hook="false" hook_all="false" />
-            <font>
-              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-            </font>
-          </widget>
-        </widget>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.ActionButton" version="2.0.0">
-        <toggle_button>false</toggle_button>
-        <border_style>0</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <alarm_pulsing>false</alarm_pulsing>
-        <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-        <push_action_index>0</push_action_index>
-        <rules>
-          <rule name="Enable" prop_id="enabled" out_exp="false">
-            <exp bool_exp="pv0==0 &amp;&amp; pv1==0">
-              <value>true</value>
-            </exp>
-            <exp bool_exp="pv0==1 || pv1==1">
-              <value>false</value>
-            </exp>
-            <pv trig="true">${PREFIX}${TYPE}:MTR.BUSY</pv>
-            <pv trig="true">${PREFIX}${TYPE}:PS.BUSY</pv>
-          </rule>
-        </rules>
-        <enabled>true</enabled>
-        <wuid>-61dcfd6b:158bac54bbd:-7a9a</wuid>
-        <pv_value />
-        <text>Extract DATA</text>
-        <scripts>
-          <path pathString="Scripts/ExtracData.py" checkConnect="true" sfe="false" seoe="false">
-            <pv trig="true">loc://StartExtract</pv>
-            <pv trig="false">${PREFIX}${TYPE}:PS.NPTS</pv>
-            <pv trig="false">${PREFIX}${TYPE}:MTR.NPTS</pv>
-            <pv trig="false">${PREFIX}${TYPE}:CALC-Energy-SP</pv>
-            <pv trig="false">$(PREFIX):CARD0:SAMPLINGRATE-RB</pv>
-            <pv trig="false">${PREFIX}${TYPE}:MTR.P4SI</pv>
-            <pv trig="false">$(PREFIX)$(TYPE):BUFF-CURRENT</pv>
-            <pv trig="false">$(PREFIX)$(TYPE):BUFF-ANGLE</pv>
-            <pv trig="false">$(PREFIX)$(TYPE):BUFF-MTR-POS</pv>
-          </path>
-        </scripts>
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <height>57</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <image></image>
-        <visible>true</visible>
-        <pv_name></pv_name>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <widget_type>Action Button</widget_type>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <background_color>
-          <color name="Button Grey" red="180" green="180" blue="180" />
-        </background_color>
-        <width>166</width>
-        <x>2220</x>
-        <name>Action Button</name>
-        <y>1049</y>
-        <style>0</style>
-        <foreground_color>
-          <color red="0" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false">
-          <action type="WRITE_PV">
-            <pv_name>loc://StartExtract</pv_name>
-            <value>1</value>
-            <timeout>10</timeout>
-            <confirm_message></confirm_message>
-            <description></description>
-          </action>
-        </actions>
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-        <border_style>0</border_style>
-        <tooltip></tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules>
-          <rule name="Visible" prop_id="visible" out_exp="false">
-            <exp bool_exp="pv0==1">
-              <value>true</value>
-            </exp>
-            <exp bool_exp="pv0==0">
-              <value>false</value>
-            </exp>
-            <pv trig="true">${PREFIX}${TYPE}:PROC-AUTO-HOME</pv>
-          </rule>
-        </rules>
-        <enabled>false</enabled>
-        <wuid>7feef39:159b7455f16:-7060</wuid>
-        <transparent>true</transparent>
-        <auto_size>false</auto_size>
-        <text>STOPPING IN PROGRESS ...</text>
-        <scripts />
-        <height>60</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <widget_type>Label</widget_type>
-        <wrap_words>false</wrap_words>
-        <background_color>
-          <color red="255" green="255" blue="255" />
-        </background_color>
-        <width>505</width>
-        <x>1086</x>
-        <name>Label</name>
-        <y>150</y>
-        <foreground_color>
-          <color name="Major" red="255" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="Cantarell" height="19" style="1">Header 1</opifont.name>
-        </font>
-      </widget>
-    </widget>
-    <widget typeId="org.csstudio.opibuilder.widgets.groupingContainer" version="1.0.0">
-      <border_style>0</border_style>
-      <tooltip></tooltip>
-      <rules />
-      <enabled>true</enabled>
-      <wuid>2fea3147:153609206ed:-7765</wuid>
-      <transparent>true</transparent>
-      <lock_children>false</lock_children>
-      <scripts />
-      <height>1129</height>
-      <border_width>1</border_width>
-      <scale_options>
-        <width_scalable>true</width_scalable>
-        <height_scalable>true</height_scalable>
-        <keep_wh_ratio>false</keep_wh_ratio>
-      </scale_options>
-      <macros>
-        <include_parent_macros>true</include_parent_macros>
-      </macros>
-      <visible>false</visible>
-      <border_color>
-        <color red="0" green="128" blue="255" />
-      </border_color>
-      <widget_type>Grouping Container</widget_type>
-      <background_color>
-        <color red="240" green="240" blue="240" />
-      </background_color>
-      <width>2489</width>
-      <x>1</x>
-      <name>DTACQ</name>
-      <y>1</y>
-      <foreground_color>
-        <color red="192" green="192" blue="192" />
-      </foreground_color>
-      <actions hook="false" hook_all="false" />
-      <fc>false</fc>
-      <show_scrollbar>true</show_scrollbar>
-      <font>
-        <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-      </font>
-      <widget typeId="org.csstudio.opibuilder.widgets.Rectangle" version="1.0.0">
-        <border_style>0</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <line_width>0</line_width>
-        <horizontal_fill>true</horizontal_fill>
-        <alarm_pulsing>false</alarm_pulsing>
-        <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>-1168daa3:158859bc9c3:-eb7</wuid>
-        <transparent>false</transparent>
-        <pv_value />
-        <alpha>255</alpha>
-        <bg_gradient_color>
-          <color red="255" green="255" blue="255" />
-        </bg_gradient_color>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <height>936</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <pv_name></pv_name>
-        <gradient>false</gradient>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <anti_alias>true</anti_alias>
-        <line_style>0</line_style>
-        <widget_type>Rectangle</widget_type>
-        <fg_gradient_color>
-          <color red="255" green="255" blue="255" />
-        </fg_gradient_color>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <background_color>
-          <color name="Container Grey" red="200" green="200" blue="200" />
-        </background_color>
-        <width>1483</width>
-        <x>0</x>
-        <name>Rectangle</name>
-        <y>43</y>
-        <fill_level>0.0</fill_level>
-        <foreground_color>
-          <color red="255" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-        </font>
-        <line_color>
-          <color red="128" green="0" blue="255" />
-        </line_color>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
-        <border_style>0</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <alarm_pulsing>false</alarm_pulsing>
-        <precision>0</precision>
-        <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-        <horizontal_alignment>0</horizontal_alignment>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>1e771979:1565068c2e3:-483e</wuid>
-        <transparent>false</transparent>
-        <pv_value />
-        <auto_size>false</auto_size>
-        <text>######</text>
-        <rotation_angle>0.0</rotation_angle>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <show_units>true</show_units>
-        <height>20</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <pv_name>$(PREFIX):CARD0-STAT-RB</pv_name>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <precision_from_pv>true</precision_from_pv>
-        <widget_type>Text Update</widget_type>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <wrap_words>false</wrap_words>
-        <format_type>0</format_type>
-        <background_color>
-          <color red="0" green="0" blue="0" />
-        </background_color>
-        <width>148</width>
-        <x>1104</x>
-        <name>Text Update</name>
-        <y>24</y>
-        <foreground_color>
-          <color name="TextDynamic" red="0" green="244" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.Rectangle" version="1.0.0">
-        <border_style>0</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <line_width>0</line_width>
-        <horizontal_fill>true</horizontal_fill>
-        <alarm_pulsing>false</alarm_pulsing>
-        <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>-3d4af206:15877d6a498:-7781</wuid>
-        <transparent>false</transparent>
-        <pv_value />
-        <alpha>255</alpha>
-        <bg_gradient_color>
-          <color red="255" green="255" blue="255" />
-        </bg_gradient_color>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <height>20</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <pv_name></pv_name>
-        <gradient>false</gradient>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <anti_alias>true</anti_alias>
-        <line_style>0</line_style>
-        <widget_type>Rectangle</widget_type>
-        <fg_gradient_color>
-          <color red="255" green="255" blue="255" />
-        </fg_gradient_color>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <background_color>
-          <color red="186" green="189" blue="182" />
-        </background_color>
-        <width>160</width>
-        <x>408</x>
-        <name>Rectangle_2</name>
-        <y>850</y>
-        <fill_level>0.0</fill_level>
-        <foreground_color>
-          <color red="255" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-        </font>
-        <line_color>
-          <color red="128" green="0" blue="255" />
-        </line_color>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.xyGraph" version="1.0.0">
-        <axis_1_scale_format></axis_1_scale_format>
-        <trace_2_x_axis_index>0</trace_2_x_axis_index>
-        <alarm_pulsing>false</alarm_pulsing>
-        <tooltip>$(trace_0_y_pv)
-$(trace_0_y_pv_value)</tooltip>
-        <trace_0_concatenate_data>false</trace_0_concatenate_data>
-        <trace_0_trace_type>0</trace_0_trace_type>
-        <trace_4_line_width>3</trace_4_line_width>
-        <border_width>1</border_width>
-        <trace_3_point_size>4</trace_3_point_size>
-        <trace_1_x_axis_index>0</trace_1_x_axis_index>
-        <border_style>0</border_style>
-        <axis_0_grid_color>
-          <color red="78" green="154" blue="6" />
-        </axis_0_grid_color>
-        <axis_2_visible>false</axis_2_visible>
-        <trace_0_name>$(trace_0_y_pv)</trace_0_name>
-        <axis_2_minimum>0.0</axis_2_minimum>
-        <trace_0_update_mode>0</trace_0_update_mode>
-        <trace_1_x_pv>$(PREFIX)-HV1:VoltR_XMS</trace_1_x_pv>
-        <wuid>-3d4af206:15877d6a498:-7780</wuid>
-        <transparent>false</transparent>
-        <trace_1_update_mode>0</trace_1_update_mode>
-        <axis_0_title_font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </axis_0_title_font>
-        <trace_2_update_mode>0</trace_2_update_mode>
-        <background_color>
-          <color name="Field Background Grey" red="240" green="240" blue="240" />
-        </background_color>
-        <trace_3_update_mode>0</trace_3_update_mode>
-        <x>408</x>
-        <y>120</y>
-        <trace_4_update_mode>0</trace_4_update_mode>
-        <trace_3_x_axis_index>0</trace_3_x_axis_index>
-        <trace_0_x_axis_index>0</trace_0_x_axis_index>
-        <axis_count>3</axis_count>
-        <trace_4_x_pv>$(PREFIX)-HV1:VoltR:RCURSOR_X</trace_4_x_pv>
-        <trace_3_y_pv_value />
-        <trace_1_point_size>4</trace_1_point_size>
-        <trace_1_anti_alias>false</trace_1_anti_alias>
-        <pv_value />
-        <axis_2_grid_color>
-          <color red="200" green="200" blue="200" />
-        </axis_2_grid_color>
-        <trace_0_buffer_size>520</trace_0_buffer_size>
-        <trace_2_buffer_size>520</trace_2_buffer_size>
-        <axis_1_maximum>10.0</axis_1_maximum>
-        <axis_0_scale_font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </axis_0_scale_font>
-        <trigger_pv></trigger_pv>
-        <trace_4_update_delay>1</trace_4_update_delay>
-        <widget_type>XY Graph</widget_type>
-        <trace_2_line_width>1</trace_2_line_width>
-        <trace_4_plot_mode>0</trace_4_plot_mode>
-        <trace_3_concatenate_data>false</trace_3_concatenate_data>
-        <trace_4_x_pv_value />
-        <axis_1_axis_color>
-          <color red="0" green="0" blue="0" />
-        </axis_1_axis_color>
-        <axis_0_scale_format></axis_0_scale_format>
-        <axis_1_log_scale>false</axis_1_log_scale>
-        <title></title>
-        <trace_0_visible>true</trace_0_visible>
-        <trace_4_buffer_size>2</trace_4_buffer_size>
-        <trace_1_name>$(trace_1_y_pv)</trace_1_name>
-        <trace_3_anti_alias>false</trace_3_anti_alias>
-        <trace_1_y_pv_value />
-        <axis_2_auto_scale>true</axis_2_auto_scale>
-        <trace_4_y_pv>loc://val(-100,100)</trace_4_y_pv>
-        <show_legend>false</show_legend>
-        <trace_3_visible>true</trace_3_visible>
-        <trace_4_x_axis_index>0</trace_4_x_axis_index>
-        <trace_3_name>$(trace_3_y_pv)</trace_3_name>
-        <axis_0_axis_title>ms</axis_0_axis_title>
-        <axis_0_axis_color>
-          <color red="0" green="0" blue="0" />
-        </axis_0_axis_color>
-        <axis_2_scale_font>
-          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-        </axis_2_scale_font>
-        <trace_3_update_delay>1</trace_3_update_delay>
-        <trace_2_update_delay>1</trace_2_update_delay>
-        <trace_4_point_style>0</trace_4_point_style>
-        <axis_0_dash_grid_line>false</axis_0_dash_grid_line>
-        <trace_0_point_style>2</trace_0_point_style>
-        <trace_1_point_style>2</trace_1_point_style>
-        <trace_0_line_width>1</trace_0_line_width>
-        <axis_2_y_axis>false</axis_2_y_axis>
-        <trace_3_x_pv_value />
-        <axis_0_time_format>0</axis_0_time_format>
-        <trace_count>5</trace_count>
-        <axis_1_show_grid>true</axis_1_show_grid>
-        <trace_3_x_pv>$(PREFIX)-HV1:VoltR:LCURSOR_X</trace_3_x_pv>
-        <trace_2_trace_color>
-          <color name="Primary Blue" red="0" green="148" blue="202" />
-        </trace_2_trace_color>
-        <trace_4_visible>true</trace_4_visible>
-        <axis_1_dash_grid_line>true</axis_1_dash_grid_line>
-        <trace_3_buffer_size>2</trace_3_buffer_size>
-        <trace_2_trace_type>0</trace_2_trace_type>
-        <trace_3_line_width>3</trace_3_line_width>
-        <show_toolbar>true</show_toolbar>
-        <axis_0_visible>true</axis_0_visible>
-        <axis_0_show_grid>true</axis_0_show_grid>
-        <trace_0_y_axis_index>1</trace_0_y_axis_index>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>true</keep_wh_ratio>
-        </scale_options>
-        <trace_1_y_pv>$(PREFIX)-HV1:VoltR_Y</trace_1_y_pv>
-        <trace_2_concatenate_data>false</trace_2_concatenate_data>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <trace_2_y_pv_value />
-        <trace_2_anti_alias>false</trace_2_anti_alias>
-        <axis_0_maximum>6.0</axis_0_maximum>
-        <trace_1_y_axis_index>1</trace_1_y_axis_index>
-        <trace_2_name>$(trace_2_y_pv)</trace_2_name>
-        <height>451</height>
-        <trace_2_visible>false</trace_2_visible>
-        <trigger_pv_value />
-        <trace_3_y_pv>loc://val(-100,100)</trace_3_y_pv>
-        <axis_1_grid_color>
-          <color red="78" green="154" blue="6" />
-        </axis_1_grid_color>
-        <actions hook="false" hook_all="false" />
-        <trace_2_point_size>4</trace_2_point_size>
-        <trace_4_concatenate_data>false</trace_4_concatenate_data>
-        <axis_2_axis_color>
-          <color red="0" green="0" blue="0" />
-        </axis_2_axis_color>
-        <axis_0_log_scale>false</axis_0_log_scale>
-        <trace_0_x_pv_value />
-        <axis_0_auto_scale_threshold>0.0</axis_0_auto_scale_threshold>
-        <rules />
-        <axis_1_visible>true</axis_1_visible>
-        <axis_2_show_grid>false</axis_2_show_grid>
-        <trace_3_y_axis_index>1</trace_3_y_axis_index>
-        <trace_0_update_delay>1</trace_0_update_delay>
-        <trace_1_concatenate_data>false</trace_1_concatenate_data>
-        <trace_1_trace_color>
-          <color red="242" green="26" blue="26" />
-        </trace_1_trace_color>
-        <trace_3_trace_color>
-          <color name="Major" red="255" green="0" blue="0" />
-        </trace_3_trace_color>
-        <pv_name></pv_name>
-        <axis_2_log_scale>false</axis_2_log_scale>
-        <axis_2_auto_scale_threshold>0.0</axis_2_auto_scale_threshold>
-        <name>XY Graph</name>
-        <trace_1_trace_type>0</trace_1_trace_type>
-        <axis_0_auto_scale>true</axis_0_auto_scale>
-        <axis_0_minimum>-6.0</axis_0_minimum>
-        <trace_2_y_axis_index>1</trace_2_y_axis_index>
-        <trace_1_update_delay>1</trace_1_update_delay>
-        <axis_2_dash_grid_line>false</axis_2_dash_grid_line>
-        <axis_1_axis_title>mA</axis_1_axis_title>
-        <trace_2_x_pv_value />
-        <axis_1_auto_scale>false</axis_1_auto_scale>
-        <trace_1_line_width>1</trace_1_line_width>
-        <trace_3_trace_type>1</trace_3_trace_type>
-        <trace_2_y_pv>$(PREFIX)-HV2:VoltR_Y</trace_2_y_pv>
-        <trace_1_plot_mode>0</trace_1_plot_mode>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <axis_2_title_font>
-          <opifont.name fontName="Cantarell" height="11" style="1">Default Bold</opifont.name>
-        </axis_2_title_font>
-        <trace_3_point_style>0</trace_3_point_style>
-        <trace_0_y_pv>$(PREFIX)$(TYPE)-FC:CurrR_Y</trace_0_y_pv>
-        <trace_2_point_style>2</trace_2_point_style>
-        <trace_0_plot_mode>0</trace_0_plot_mode>
-        <trace_4_trace_type>1</trace_4_trace_type>
-        <enabled>true</enabled>
-        <trace_0_x_pv>$(PREFIX)$(TYPE)-FC:CurrR_XMS</trace_0_x_pv>
-        <axis_1_scale_font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </axis_1_scale_font>
-        <axis_1_time_format>0</axis_1_time_format>
-        <axis_2_time_format>0</axis_2_time_format>
-        <axis_2_left_bottom_side>false</axis_2_left_bottom_side>
-        <trace_3_plot_mode>0</trace_3_plot_mode>
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <axis_2_maximum>22.0</axis_2_maximum>
-        <show_plot_area_border>false</show_plot_area_border>
-        <width>895</width>
-        <trace_1_x_pv_value />
-        <axis_1_minimum>-10.0</axis_1_minimum>
-        <title_font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </title_font>
-        <trace_4_anti_alias>false</trace_4_anti_alias>
-        <trace_0_y_pv_value />
-        <trace_1_visible>false</trace_1_visible>
-        <plot_area_background_color>
-          <color red="0" green="0" blue="0" />
-        </plot_area_background_color>
-        <trace_4_point_size>4</trace_4_point_size>
-        <axis_1_title_font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </axis_1_title_font>
-        <visible>true</visible>
-        <axis_2_axis_title>ms</axis_2_axis_title>
-        <trace_4_trace_color>
-          <color name="Major" red="255" green="0" blue="0" />
-        </trace_4_trace_color>
-        <trace_1_buffer_size>520</trace_1_buffer_size>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <axis_2_scale_format></axis_2_scale_format>
-        <trace_4_y_pv_value />
-        <scripts />
-        <trace_0_point_size>3</trace_0_point_size>
-        <trace_0_trace_color>
-          <color red="0" green="255" blue="0" />
-        </trace_0_trace_color>
-        <trace_0_anti_alias>false</trace_0_anti_alias>
-        <trace_4_name>$(trace_4_y_pv)</trace_4_name>
-        <axis_1_auto_scale_threshold>0.0</axis_1_auto_scale_threshold>
-        <trace_4_y_axis_index>1</trace_4_y_axis_index>
-        <trace_2_plot_mode>0</trace_2_plot_mode>
-        <trace_2_x_pv>$(PREFIX)-HV2:VoltR_XMS</trace_2_x_pv>
-        <foreground_color>
-          <color red="0" green="0" blue="255" />
-        </foreground_color>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.RoundedRectangle" version="1.0.0">
-        <border_style>0</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <line_width>0</line_width>
-        <horizontal_fill>true</horizontal_fill>
-        <alarm_pulsing>false</alarm_pulsing>
-        <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>-3d4af206:15877d6a498:-777f</wuid>
-        <transparent>false</transparent>
-        <pv_value />
-        <alpha>255</alpha>
-        <corner_height>16</corner_height>
-        <bg_gradient_color>
-          <color red="255" green="255" blue="255" />
-        </bg_gradient_color>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <height>97</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <pv_name></pv_name>
-        <gradient>false</gradient>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <anti_alias>true</anti_alias>
-        <corner_width>16</corner_width>
-        <line_style>0</line_style>
-        <widget_type>Rounded Rectangle</widget_type>
-        <fg_gradient_color>
-          <color red="255" green="255" blue="255" />
-        </fg_gradient_color>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <background_color>
-          <color name="Field Background Grey" red="240" green="240" blue="240" />
-        </background_color>
-        <width>349</width>
-        <x>36</x>
-        <name>Rounded Rectangle_4</name>
-        <y>126</y>
-        <fill_level>0.0</fill_level>
-        <foreground_color>
-          <color red="255" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-        </font>
-        <line_color>
-          <color red="128" green="0" blue="255" />
-        </line_color>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-        <border_style>0</border_style>
-        <tooltip></tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>-3d4af206:15877d6a498:-777d</wuid>
-        <transparent>true</transparent>
-        <auto_size>false</auto_size>
-        <text>ms</text>
-        <scripts />
-        <height>20</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <widget_type>Label</widget_type>
-        <wrap_words>false</wrap_words>
-        <background_color>
-          <color red="255" green="255" blue="255" />
-        </background_color>
-        <width>40</width>
-        <x>328</x>
-        <name>Label_16</name>
-        <y>178</y>
-        <foreground_color>
-          <color red="0" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="OpenSans" height="10" style="1">Small Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.RoundedRectangle" version="1.0.0">
-        <border_style>0</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <line_width>0</line_width>
-        <horizontal_fill>true</horizontal_fill>
-        <alarm_pulsing>false</alarm_pulsing>
-        <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>-3d4af206:15877d6a498:-777c</wuid>
-        <transparent>false</transparent>
-        <pv_value />
-        <alpha>255</alpha>
-        <corner_height>16</corner_height>
-        <bg_gradient_color>
-          <color red="255" green="255" blue="255" />
-        </bg_gradient_color>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <height>97</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <pv_name></pv_name>
-        <gradient>false</gradient>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <anti_alias>true</anti_alias>
-        <corner_width>16</corner_width>
-        <line_style>0</line_style>
-        <widget_type>Rounded Rectangle</widget_type>
-        <fg_gradient_color>
-          <color red="255" green="255" blue="255" />
-        </fg_gradient_color>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <background_color>
-          <color name="Field Background Grey" red="240" green="240" blue="240" />
-        </background_color>
-        <width>349</width>
-        <x>36</x>
-        <name>Rounded Rectangle_5</name>
-        <y>246</y>
-        <fill_level>0.0</fill_level>
-        <foreground_color>
-          <color red="255" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-        </font>
-        <line_color>
-          <color red="128" green="0" blue="255" />
-        </line_color>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
-        <border_style>0</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <line_width>2</line_width>
-        <horizontal_fill>true</horizontal_fill>
-        <alarm_pulsing>false</alarm_pulsing>
-        <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-        <arrows>1</arrows>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>-3d4af206:15877d6a498:-777b</wuid>
-        <transparent>false</transparent>
-        <points>
-          <point x="213" y="180" />
-          <point x="156" y="180" />
-          <point x="156" y="180" />
-        </points>
-        <fill_arrow>true</fill_arrow>
-        <pv_value />
-        <alpha>255</alpha>
-        <rotation_angle>0.0</rotation_angle>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <height>1</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>true</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <pv_name></pv_name>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <anti_alias>true</anti_alias>
-        <line_style>2</line_style>
-        <arrow_length>20</arrow_length>
-        <widget_type>Polyline</widget_type>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <background_color>
-          <color red="0" green="0" blue="0" />
-        </background_color>
-        <width>58</width>
-        <x>156</x>
-        <name>Polyline_1</name>
-        <y>180</y>
-        <fill_level>0.0</fill_level>
-        <foreground_color>
-          <color red="255" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
-        <border_style>0</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <line_width>2</line_width>
-        <horizontal_fill>true</horizontal_fill>
-        <alarm_pulsing>false</alarm_pulsing>
-        <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-        <arrows>1</arrows>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>-3d4af206:15877d6a498:-7779</wuid>
-        <transparent>false</transparent>
-        <points>
-          <point x="213" y="300" />
-          <point x="156" y="300" />
-          <point x="156" y="300" />
-        </points>
-        <fill_arrow>true</fill_arrow>
-        <pv_value />
-        <alpha>255</alpha>
-        <rotation_angle>0.0</rotation_angle>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <height>1</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>true</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <pv_name></pv_name>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <anti_alias>true</anti_alias>
-        <line_style>2</line_style>
-        <arrow_length>20</arrow_length>
-        <widget_type>Polyline</widget_type>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <background_color>
-          <color red="0" green="0" blue="0" />
-        </background_color>
-        <width>58</width>
-        <x>156</x>
-        <name>Polyline_2</name>
-        <y>300</y>
-        <fill_level>0.0</fill_level>
-        <foreground_color>
-          <color red="255" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-        <border_style>0</border_style>
-        <tooltip></tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>-3d4af206:15877d6a498:-7778</wuid>
-        <transparent>true</transparent>
-        <auto_size>false</auto_size>
-        <text>ms</text>
-        <scripts />
-        <height>20</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <widget_type>Label</widget_type>
-        <wrap_words>false</wrap_words>
-        <background_color>
-          <color red="255" green="255" blue="255" />
-        </background_color>
-        <width>40</width>
-        <x>328</x>
-        <name>Label_18</name>
-        <y>298</y>
-        <foreground_color>
-          <color red="0" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="OpenSans" height="10" style="1">Small Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-        <border_style>0</border_style>
-        <tooltip></tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>-3d4af206:15877d6a498:-7777</wuid>
-        <transparent>false</transparent>
-        <auto_size>false</auto_size>
-        <text>FC Curr</text>
-        <scripts />
-        <height>24</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <widget_type>Label</widget_type>
-        <wrap_words>false</wrap_words>
-        <background_color>
-          <color red="0" green="0" blue="0" />
-        </background_color>
-        <width>160</width>
-        <x>408</x>
-        <name>Label_11</name>
-        <y>870</y>
-        <foreground_color>
-          <color name="TextDynamic" red="0" green="244" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
-        <border_style>0</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <alarm_pulsing>false</alarm_pulsing>
-        <precision>3</precision>
-        <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>-3d4af206:15877d6a498:-7776</wuid>
-        <transparent>false</transparent>
-        <pv_value />
-        <auto_size>false</auto_size>
-        <text>######</text>
-        <rotation_angle>0.0</rotation_angle>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <show_units>false</show_units>
-        <height>24</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <pv_name>$(PREFIX)$(TYPE)-FC:CurrR:AVG</pv_name>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <precision_from_pv>false</precision_from_pv>
-        <widget_type>Text Update</widget_type>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <wrap_words>false</wrap_words>
-        <format_type>0</format_type>
-        <background_color>
-          <color name="TextBackground" red="70" green="70" blue="70" />
-        </background_color>
-        <width>150</width>
-        <x>567</x>
-        <name>Text Update_3</name>
-        <y>870</y>
-        <foreground_color>
-          <color name="Minor" red="255" green="128" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
-        <border_style>0</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <alarm_pulsing>false</alarm_pulsing>
-        <precision>3</precision>
-        <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>-3d4af206:15877d6a498:-7775</wuid>
-        <transparent>false</transparent>
-        <pv_value />
-        <auto_size>false</auto_size>
-        <text>######</text>
-        <rotation_angle>0.0</rotation_angle>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <show_units>false</show_units>
-        <height>24</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <pv_name>$(PREFIX)$(TYPE)-FC:CurrR:MAX</pv_name>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <precision_from_pv>false</precision_from_pv>
-        <widget_type>Text Update</widget_type>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <wrap_words>false</wrap_words>
-        <format_type>0</format_type>
-        <background_color>
-          <color name="TextBackground" red="70" green="70" blue="70" />
-        </background_color>
-        <width>150</width>
-        <x>716</x>
-        <name>Text Update_1</name>
-        <y>870</y>
-        <foreground_color>
-          <color red="114" green="159" blue="207" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
-        <border_style>0</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <alarm_pulsing>false</alarm_pulsing>
-        <precision>3</precision>
-        <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>-3d4af206:15877d6a498:-7774</wuid>
-        <transparent>false</transparent>
-        <pv_value />
-        <auto_size>false</auto_size>
-        <text>######</text>
-        <rotation_angle>0.0</rotation_angle>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <show_units>false</show_units>
-        <height>24</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <pv_name>$(PREFIX)$(TYPE)-FC:CurrR:MIN</pv_name>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <precision_from_pv>false</precision_from_pv>
-        <widget_type>Text Update</widget_type>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <wrap_words>false</wrap_words>
-        <format_type>0</format_type>
-        <background_color>
-          <color name="TextBackground" red="70" green="70" blue="70" />
-        </background_color>
-        <width>150</width>
-        <x>865</x>
-        <name>Text Update_2</name>
-        <y>870</y>
-        <foreground_color>
-          <color red="252" green="233" blue="79" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.Rectangle" version="1.0.0">
-        <border_style>0</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <line_width>1</line_width>
-        <horizontal_fill>true</horizontal_fill>
-        <alarm_pulsing>false</alarm_pulsing>
-        <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>-3d4af206:15877d6a498:-7773</wuid>
-        <transparent>false</transparent>
-        <pv_value />
-        <alpha>255</alpha>
-        <bg_gradient_color>
-          <color red="255" green="255" blue="255" />
-        </bg_gradient_color>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <height>22</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <pv_name></pv_name>
-        <gradient>false</gradient>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <anti_alias>true</anti_alias>
-        <line_style>0</line_style>
-        <widget_type>Rectangle</widget_type>
-        <fg_gradient_color>
-          <color red="255" green="255" blue="255" />
-        </fg_gradient_color>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <background_color>
-          <color red="186" green="189" blue="182" />
-        </background_color>
-        <width>448</width>
-        <x>567</x>
-        <name>Rectangle_1</name>
-        <y>849</y>
-        <fill_level>0.0</fill_level>
-        <foreground_color>
-          <color red="255" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-        </font>
-        <line_color>
-          <color red="0" green="0" blue="0" />
-        </line_color>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-        <border_style>0</border_style>
-        <tooltip></tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>-3d4af206:15877d6a498:-7772</wuid>
-        <transparent>true</transparent>
-        <auto_size>false</auto_size>
-        <text>Max</text>
-        <scripts />
-        <height>20</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <widget_type>Label</widget_type>
-        <wrap_words>false</wrap_words>
-        <background_color>
-          <color red="255" green="255" blue="255" />
-        </background_color>
-        <width>150</width>
-        <x>716</x>
-        <name>Label_5</name>
-        <y>850</y>
-        <foreground_color>
-          <color red="0" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-        <border_style>0</border_style>
-        <tooltip></tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>-3d4af206:15877d6a498:-7771</wuid>
-        <transparent>true</transparent>
-        <auto_size>false</auto_size>
-        <text>Min</text>
-        <scripts />
-        <height>20</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <widget_type>Label</widget_type>
-        <wrap_words>false</wrap_words>
-        <background_color>
-          <color red="255" green="255" blue="255" />
-        </background_color>
-        <width>150</width>
-        <x>865</x>
-        <name>Label_22</name>
-        <y>850</y>
-        <foreground_color>
-          <color red="0" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-        <border_style>0</border_style>
-        <tooltip></tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>-3d4af206:15877d6a498:-7770</wuid>
-        <transparent>true</transparent>
-        <auto_size>false</auto_size>
-        <text>Average</text>
-        <scripts />
-        <height>20</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <widget_type>Label</widget_type>
-        <wrap_words>false</wrap_words>
-        <background_color>
-          <color red="255" green="255" blue="255" />
-        </background_color>
-        <width>150</width>
-        <x>567</x>
-        <name>Label_21</name>
-        <y>850</y>
-        <foreground_color>
-          <color red="0" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-        <border_style>0</border_style>
-        <tooltip></tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>-3d4af206:15877d6a498:-776f</wuid>
-        <transparent>true</transparent>
-        <auto_size>false</auto_size>
-        <text>Main GRAPH</text>
-        <scripts />
-        <height>20</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <widget_type>Label</widget_type>
-        <wrap_words>false</wrap_words>
-        <background_color>
-          <color red="255" green="255" blue="255" />
-        </background_color>
-        <width>115</width>
-        <x>840</x>
-        <name>Label_25</name>
-        <y>96</y>
-        <foreground_color>
-          <color red="0" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="Cantarell" height="11" style="1">Default Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.spinner" version="1.0.0">
-        <border_style>6</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <alarm_pulsing>false</alarm_pulsing>
-        <precision>3</precision>
-        <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules>
-          <rule name="BorderRule" prop_id="border_style" out_exp="false">
-            <exp bool_exp="pv0==1">
-              <value>9</value>
-            </exp>
-            <pv trig="true">$(pv_name).SIMM</pv>
-          </rule>
-        </rules>
-        <enabled>false</enabled>
-        <wuid>-3d4af206:15877d6a498:-7769</wuid>
-        <transparent>false</transparent>
-        <pv_value />
-        <scripts />
-        <buttons_on_left>false</buttons_on_left>
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <height>31</height>
-        <border_width>2</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <pv_name>$(PREFIX):CARD0:TRIGGER:PRETRIGGER_ms</pv_name>
-        <vertical_alignment>1</vertical_alignment>
-        <format>0</format>
-        <horizontal_buttons_layout>false</horizontal_buttons_layout>
-        <border_color>
-          <color name="IO Border" red="215" green="215" blue="215" />
-        </border_color>
-        <precision_from_pv>false</precision_from_pv>
-        <widget_type>Spinner</widget_type>
-        <step_increment>1.0</step_increment>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <limits_from_pv>true</limits_from_pv>
-        <background_color>
-          <color red="70" green="70" blue="70" />
-        </background_color>
-        <page_increment>10.0</page_increment>
-        <width>115</width>
-        <x>54</x>
-        <name>Spinner Template_10</name>
-        <y>168</y>
-        <maximum>10.0</maximum>
-        <foreground_color>
-          <color red="0" green="255" blue="255" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <minimum>0.0</minimum>
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.spinner" version="1.0.0">
-        <border_style>6</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <alarm_pulsing>false</alarm_pulsing>
-        <precision>3</precision>
-        <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules>
-          <rule name="BorderRule" prop_id="border_style" out_exp="false">
-            <exp bool_exp="pv0==1">
-              <value>9</value>
-            </exp>
-            <pv trig="true">$(pv_name).SIMM</pv>
-          </rule>
-        </rules>
-        <enabled>true</enabled>
-        <wuid>-3d4af206:15877d6a498:-7768</wuid>
-        <transparent>false</transparent>
-        <pv_value />
-        <scripts />
-        <buttons_on_left>false</buttons_on_left>
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <height>31</height>
-        <border_width>2</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <pv_name>$(PREFIX):CARD0:NSAMPLES_ms</pv_name>
-        <vertical_alignment>1</vertical_alignment>
-        <format>0</format>
-        <horizontal_buttons_layout>false</horizontal_buttons_layout>
-        <border_color>
-          <color name="IO Border" red="215" green="215" blue="215" />
-        </border_color>
-        <precision_from_pv>false</precision_from_pv>
-        <widget_type>Spinner</widget_type>
-        <step_increment>0.1</step_increment>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <limits_from_pv>false</limits_from_pv>
-        <background_color>
-          <color red="70" green="70" blue="70" />
-        </background_color>
-        <page_increment>10.0</page_increment>
-        <width>115</width>
-        <x>214</x>
-        <name>Spinner Template_1</name>
-        <y>168</y>
-        <maximum>10.0</maximum>
-        <foreground_color>
-          <color red="0" green="255" blue="255" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <minimum>1.0</minimum>
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.spinner" version="1.0.0">
-        <border_style>6</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <alarm_pulsing>false</alarm_pulsing>
-        <precision>3</precision>
-        <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules>
-          <rule name="BorderRule" prop_id="border_style" out_exp="false">
-            <exp bool_exp="pv0==1">
-              <value>9</value>
-            </exp>
-            <pv trig="true">$(pv_name).SIMM</pv>
-          </rule>
-        </rules>
-        <enabled>true</enabled>
-        <wuid>-3d4af206:15877d6a498:-7766</wuid>
-        <transparent>false</transparent>
-        <pv_value />
-        <scripts />
-        <buttons_on_left>false</buttons_on_left>
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <height>31</height>
-        <border_width>2</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <pv_name>$(PREFIX)$(TYPE):RCURSOR_ms</pv_name>
-        <vertical_alignment>1</vertical_alignment>
-        <format>0</format>
-        <horizontal_buttons_layout>false</horizontal_buttons_layout>
-        <border_color>
-          <color name="IO Border" red="215" green="215" blue="215" />
-        </border_color>
-        <precision_from_pv>false</precision_from_pv>
-        <widget_type>Spinner</widget_type>
-        <step_increment>1.0</step_increment>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <limits_from_pv>false</limits_from_pv>
-        <background_color>
-          <color red="70" green="70" blue="70" />
-        </background_color>
-        <page_increment>10.0</page_increment>
-        <width>115</width>
-        <x>214</x>
-        <name>Spinner Template_3</name>
-        <y>288</y>
-        <maximum>100.0</maximum>
-        <foreground_color>
-          <color red="0" green="255" blue="255" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <minimum>-100.0</minimum>
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-        <border_style>0</border_style>
-        <tooltip></tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>-1168daa3:158859bc9c3:-751a</wuid>
-        <transparent>false</transparent>
-        <auto_size>false</auto_size>
-        <text>HV1 Volt</text>
-        <scripts />
-        <height>24</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <widget_type>Label</widget_type>
-        <wrap_words>false</wrap_words>
-        <background_color>
-          <color red="0" green="0" blue="0" />
-        </background_color>
-        <width>160</width>
-        <x>408</x>
-        <name>Label_11</name>
-        <y>893</y>
-        <foreground_color>
-          <color name="Major" red="255" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
-        <border_style>0</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <alarm_pulsing>false</alarm_pulsing>
-        <precision>3</precision>
-        <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>-1168daa3:158859bc9c3:-7519</wuid>
-        <transparent>false</transparent>
-        <pv_value />
-        <auto_size>false</auto_size>
-        <text>######</text>
-        <rotation_angle>0.0</rotation_angle>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <show_units>true</show_units>
-        <height>24</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <pv_name>$(PREFIX)-HV1:VoltR:AVG</pv_name>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <precision_from_pv>true</precision_from_pv>
-        <widget_type>Text Update</widget_type>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <wrap_words>false</wrap_words>
-        <format_type>0</format_type>
-        <background_color>
-          <color name="TextBackground" red="70" green="70" blue="70" />
-        </background_color>
-        <width>150</width>
-        <x>567</x>
-        <name>Text Update_3</name>
-        <y>893</y>
-        <foreground_color>
-          <color name="Minor" red="255" green="128" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
-        <border_style>0</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <alarm_pulsing>false</alarm_pulsing>
-        <precision>3</precision>
-        <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>-1168daa3:158859bc9c3:-7518</wuid>
-        <transparent>false</transparent>
-        <pv_value />
-        <auto_size>false</auto_size>
-        <text>######</text>
-        <rotation_angle>0.0</rotation_angle>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <show_units>true</show_units>
-        <height>24</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <pv_name>$(PREFIX)-HV1:VoltR:MAX</pv_name>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <precision_from_pv>false</precision_from_pv>
-        <widget_type>Text Update</widget_type>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <wrap_words>false</wrap_words>
-        <format_type>0</format_type>
-        <background_color>
-          <color name="TextBackground" red="70" green="70" blue="70" />
-        </background_color>
-        <width>150</width>
-        <x>716</x>
-        <name>Text Update_1</name>
-        <y>893</y>
-        <foreground_color>
-          <color red="114" green="159" blue="207" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
-        <border_style>0</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <alarm_pulsing>false</alarm_pulsing>
-        <precision>3</precision>
-        <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>-1168daa3:158859bc9c3:-7517</wuid>
-        <transparent>false</transparent>
-        <pv_value />
-        <auto_size>false</auto_size>
-        <text>######</text>
-        <rotation_angle>0.0</rotation_angle>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <show_units>true</show_units>
-        <height>24</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <pv_name>$(PREFIX)-HV1:VoltR:MIN</pv_name>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <precision_from_pv>false</precision_from_pv>
-        <widget_type>Text Update</widget_type>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <wrap_words>false</wrap_words>
-        <format_type>0</format_type>
-        <background_color>
-          <color name="TextBackground" red="70" green="70" blue="70" />
-        </background_color>
-        <width>150</width>
-        <x>865</x>
-        <name>Text Update_2</name>
-        <y>893</y>
-        <foreground_color>
-          <color red="252" green="233" blue="79" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-        <border_style>0</border_style>
-        <tooltip></tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>-1168daa3:158859bc9c3:-70a0</wuid>
-        <transparent>false</transparent>
-        <auto_size>false</auto_size>
-        <text>HV2 Volt</text>
-        <scripts />
-        <height>24</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <widget_type>Label</widget_type>
-        <wrap_words>false</wrap_words>
-        <background_color>
-          <color red="0" green="0" blue="0" />
-        </background_color>
-        <width>160</width>
-        <x>408</x>
-        <name>Label_11</name>
-        <y>916</y>
-        <foreground_color>
-          <color name="Primary Blue" red="0" green="148" blue="202" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
-        <border_style>0</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <alarm_pulsing>false</alarm_pulsing>
-        <precision>3</precision>
-        <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>-1168daa3:158859bc9c3:-709f</wuid>
-        <transparent>false</transparent>
-        <pv_value />
-        <auto_size>false</auto_size>
-        <text>######</text>
-        <rotation_angle>0.0</rotation_angle>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <show_units>true</show_units>
-        <height>24</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <pv_name>$(PREFIX)-HV2:VoltR:AVG</pv_name>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <precision_from_pv>true</precision_from_pv>
-        <widget_type>Text Update</widget_type>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <wrap_words>false</wrap_words>
-        <format_type>0</format_type>
-        <background_color>
-          <color name="TextBackground" red="70" green="70" blue="70" />
-        </background_color>
-        <width>150</width>
-        <x>567</x>
-        <name>Text Update_3</name>
-        <y>916</y>
-        <foreground_color>
-          <color name="Minor" red="255" green="128" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
-        <border_style>0</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <alarm_pulsing>false</alarm_pulsing>
-        <precision>3</precision>
-        <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>-1168daa3:158859bc9c3:-709e</wuid>
-        <transparent>false</transparent>
-        <pv_value />
-        <auto_size>false</auto_size>
-        <text>######</text>
-        <rotation_angle>0.0</rotation_angle>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <show_units>true</show_units>
-        <height>24</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <pv_name>$(PREFIX)-HV2:VoltR:MAX</pv_name>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <precision_from_pv>false</precision_from_pv>
-        <widget_type>Text Update</widget_type>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <wrap_words>false</wrap_words>
-        <format_type>0</format_type>
-        <background_color>
-          <color name="TextBackground" red="70" green="70" blue="70" />
-        </background_color>
-        <width>150</width>
-        <x>716</x>
-        <name>Text Update_1</name>
-        <y>916</y>
-        <foreground_color>
-          <color red="114" green="159" blue="207" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
-        <border_style>0</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <alarm_pulsing>false</alarm_pulsing>
-        <precision>3</precision>
-        <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>-1168daa3:158859bc9c3:-709d</wuid>
-        <transparent>false</transparent>
-        <pv_value />
-        <auto_size>false</auto_size>
-        <text>######</text>
-        <rotation_angle>0.0</rotation_angle>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <show_units>true</show_units>
-        <height>24</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <pv_name>$(PREFIX)-HV2:VoltR:MIN</pv_name>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <precision_from_pv>false</precision_from_pv>
-        <widget_type>Text Update</widget_type>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <wrap_words>false</wrap_words>
-        <format_type>0</format_type>
-        <background_color>
-          <color name="TextBackground" red="70" green="70" blue="70" />
-        </background_color>
-        <width>150</width>
-        <x>865</x>
-        <name>Text Update_2</name>
-        <y>916</y>
-        <foreground_color>
-          <color red="252" green="233" blue="79" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-        <border_style>0</border_style>
-        <tooltip></tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>-1168daa3:158859bc9c3:-f67</wuid>
-        <transparent>false</transparent>
-        <auto_size>false</auto_size>
-        <text>Display interval</text>
-        <scripts />
-        <height>32</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <widget_type>Label</widget_type>
-        <wrap_words>true</wrap_words>
-        <background_color>
-          <color name="SubPanel" red="176" green="218" blue="249" />
-        </background_color>
-        <width>349</width>
-        <x>36</x>
-        <name>Label_15</name>
-        <y>126</y>
-        <foreground_color>
-          <color red="0" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <show_scrollbar>false</show_scrollbar>
-        <font>
-          <opifont.name fontName="OpenSans" height="15" style="1">Medium Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-        <border_style>0</border_style>
-        <tooltip></tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>-1168daa3:158859bc9c3:-f5d</wuid>
-        <transparent>false</transparent>
-        <auto_size>false</auto_size>
-        <text>Measure interval</text>
-        <scripts />
-        <height>32</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <widget_type>Label</widget_type>
-        <wrap_words>true</wrap_words>
-        <background_color>
-          <color name="SubPanel" red="176" green="218" blue="249" />
-        </background_color>
-        <width>349</width>
-        <x>36</x>
-        <name>Label_15</name>
-        <y>246</y>
-        <foreground_color>
-          <color red="0" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <show_scrollbar>false</show_scrollbar>
-        <font>
-          <opifont.name fontName="OpenSans" height="15" style="1">Medium Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-        <border_style>0</border_style>
-        <tooltip></tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>-1168daa3:158859bc9c3:-f53</wuid>
-        <transparent>false</transparent>
-        <auto_size>false</auto_size>
-        <text>FAST ACQUISITION</text>
-        <scripts />
-        <height>32</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <widget_type>Label</widget_type>
-        <wrap_words>true</wrap_words>
-        <background_color>
-          <color name="SubPanel" red="176" green="218" blue="249" />
-        </background_color>
-        <width>1483</width>
-        <x>0</x>
-        <name>Label_15</name>
-        <y>12</y>
-        <foreground_color>
-          <color red="0" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <show_scrollbar>false</show_scrollbar>
-        <font>
-          <opifont.name fontName="OpenSans" height="15" style="1">Medium Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.spinner" version="1.0.0">
-        <border_style>6</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <alarm_pulsing>false</alarm_pulsing>
-        <precision>3</precision>
-        <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules>
-          <rule name="BorderRule" prop_id="border_style" out_exp="false">
-            <exp bool_exp="pv0==1">
-              <value>9</value>
-            </exp>
-            <pv trig="true">$(pv_name).SIMM</pv>
-          </rule>
-        </rules>
-        <enabled>true</enabled>
-        <wuid>-6047e935:1589bd389ef:-66ec</wuid>
-        <transparent>false</transparent>
-        <pv_value />
-        <scripts />
-        <buttons_on_left>false</buttons_on_left>
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <height>31</height>
-        <border_width>2</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <pv_name>$(PREFIX)$(TYPE):LCURSOR_ms</pv_name>
-        <vertical_alignment>1</vertical_alignment>
-        <format>0</format>
-        <horizontal_buttons_layout>false</horizontal_buttons_layout>
-        <border_color>
-          <color name="IO Border" red="215" green="215" blue="215" />
-        </border_color>
-        <precision_from_pv>false</precision_from_pv>
-        <widget_type>Spinner</widget_type>
-        <step_increment>1.0</step_increment>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <limits_from_pv>false</limits_from_pv>
-        <background_color>
-          <color red="70" green="70" blue="70" />
-        </background_color>
-        <page_increment>10.0</page_increment>
-        <width>115</width>
-        <x>54</x>
-        <name>Spinner Template_3</name>
-        <y>288</y>
-        <maximum>100.0</maximum>
-        <foreground_color>
-          <color red="0" green="255" blue="255" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <minimum>-100.0</minimum>
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.xyGraph" version="1.0.0">
-        <axis_1_scale_format></axis_1_scale_format>
-        <trace_2_x_axis_index>0</trace_2_x_axis_index>
-        <alarm_pulsing>false</alarm_pulsing>
-        <tooltip>$(trace_0_y_pv)
-$(trace_0_y_pv_value)</tooltip>
-        <trace_0_concatenate_data>false</trace_0_concatenate_data>
-        <trace_0_trace_type>0</trace_0_trace_type>
-        <trace_4_line_width>3</trace_4_line_width>
-        <border_width>1</border_width>
-        <trace_3_point_size>4</trace_3_point_size>
-        <trace_1_x_axis_index>0</trace_1_x_axis_index>
-        <border_style>0</border_style>
-        <axis_0_grid_color>
-          <color red="78" green="154" blue="6" />
-        </axis_0_grid_color>
-        <axis_2_visible>false</axis_2_visible>
-        <trace_0_name>$(trace_0_y_pv)</trace_0_name>
-        <axis_2_minimum>0.0</axis_2_minimum>
-        <trace_0_update_mode>0</trace_0_update_mode>
-        <trace_1_x_pv>$(PREFIX)-HV1:VoltR_XMS</trace_1_x_pv>
-        <wuid>-61dcfd6b:158bac54bbd:-7d05</wuid>
-        <transparent>false</transparent>
-        <trace_1_update_mode>0</trace_1_update_mode>
-        <axis_0_title_font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </axis_0_title_font>
-        <trace_2_update_mode>0</trace_2_update_mode>
-        <background_color>
-          <color name="Field Background Grey" red="240" green="240" blue="240" />
-        </background_color>
-        <trace_3_update_mode>0</trace_3_update_mode>
-        <x>408</x>
-        <y>582</y>
-        <trace_4_update_mode>0</trace_4_update_mode>
-        <trace_3_x_axis_index>0</trace_3_x_axis_index>
-        <trace_0_x_axis_index>0</trace_0_x_axis_index>
-        <axis_count>3</axis_count>
-        <trace_4_x_pv>$(PREFIX)-HV1:VoltR:RCURSOR_X</trace_4_x_pv>
-        <trace_3_y_pv_value />
-        <trace_1_point_size>4</trace_1_point_size>
-        <trace_1_anti_alias>false</trace_1_anti_alias>
-        <pv_value />
-        <axis_2_grid_color>
-          <color red="200" green="200" blue="200" />
-        </axis_2_grid_color>
-        <trace_0_buffer_size>520</trace_0_buffer_size>
-        <trace_2_buffer_size>520</trace_2_buffer_size>
-        <axis_1_maximum>8.0</axis_1_maximum>
-        <axis_0_scale_font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </axis_0_scale_font>
-        <trigger_pv></trigger_pv>
-        <trace_4_update_delay>1</trace_4_update_delay>
-        <widget_type>XY Graph</widget_type>
-        <trace_2_line_width>1</trace_2_line_width>
-        <trace_4_plot_mode>0</trace_4_plot_mode>
-        <trace_3_concatenate_data>false</trace_3_concatenate_data>
-        <trace_4_x_pv_value />
-        <axis_1_axis_color>
-          <color red="0" green="0" blue="0" />
-        </axis_1_axis_color>
-        <axis_0_scale_format></axis_0_scale_format>
-        <axis_1_log_scale>false</axis_1_log_scale>
-        <title></title>
-        <trace_0_visible>false</trace_0_visible>
-        <trace_4_buffer_size>2</trace_4_buffer_size>
-        <trace_1_name>$(trace_1_y_pv)</trace_1_name>
-        <trace_3_anti_alias>false</trace_3_anti_alias>
-        <trace_1_y_pv_value />
-        <axis_2_auto_scale>true</axis_2_auto_scale>
-        <trace_4_y_pv>loc://val(-100,100)</trace_4_y_pv>
-        <show_legend>false</show_legend>
-        <trace_3_visible>true</trace_3_visible>
-        <trace_4_x_axis_index>0</trace_4_x_axis_index>
-        <trace_3_name>$(trace_3_y_pv)</trace_3_name>
-        <axis_0_axis_title>ms</axis_0_axis_title>
-        <axis_0_axis_color>
-          <color red="0" green="0" blue="0" />
-        </axis_0_axis_color>
-        <axis_2_scale_font>
-          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-        </axis_2_scale_font>
-        <trace_3_update_delay>1</trace_3_update_delay>
-        <trace_2_update_delay>1</trace_2_update_delay>
-        <trace_4_point_style>0</trace_4_point_style>
-        <axis_0_dash_grid_line>false</axis_0_dash_grid_line>
-        <trace_0_point_style>2</trace_0_point_style>
-        <trace_1_point_style>2</trace_1_point_style>
-        <trace_0_line_width>1</trace_0_line_width>
-        <axis_2_y_axis>false</axis_2_y_axis>
-        <trace_3_x_pv_value />
-        <axis_0_time_format>0</axis_0_time_format>
-        <trace_count>5</trace_count>
-        <axis_1_show_grid>true</axis_1_show_grid>
-        <trace_3_x_pv>$(PREFIX)-HV1:VoltR:LCURSOR_X</trace_3_x_pv>
-        <trace_2_trace_color>
-          <color name="Primary Blue" red="0" green="148" blue="202" />
-        </trace_2_trace_color>
-        <trace_4_visible>true</trace_4_visible>
-        <axis_1_dash_grid_line>true</axis_1_dash_grid_line>
-        <trace_3_buffer_size>2</trace_3_buffer_size>
-        <trace_2_trace_type>0</trace_2_trace_type>
-        <trace_3_line_width>3</trace_3_line_width>
-        <show_toolbar>true</show_toolbar>
-        <axis_0_visible>true</axis_0_visible>
-        <axis_0_show_grid>true</axis_0_show_grid>
-        <trace_0_y_axis_index>1</trace_0_y_axis_index>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>true</keep_wh_ratio>
-        </scale_options>
-        <trace_1_y_pv>$(PREFIX)-HV1:VoltR_Y</trace_1_y_pv>
-        <trace_2_concatenate_data>false</trace_2_concatenate_data>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <trace_2_y_pv_value />
-        <trace_2_anti_alias>false</trace_2_anti_alias>
-        <axis_0_maximum>6.0</axis_0_maximum>
-        <trace_1_y_axis_index>1</trace_1_y_axis_index>
-        <trace_2_name>$(trace_2_y_pv)</trace_2_name>
-        <height>247</height>
-        <trace_2_visible>true</trace_2_visible>
-        <trigger_pv_value />
-        <trace_3_y_pv>loc://val(-100,100)</trace_3_y_pv>
-        <axis_1_grid_color>
-          <color red="78" green="154" blue="6" />
-        </axis_1_grid_color>
-        <actions hook="false" hook_all="false" />
-        <trace_2_point_size>4</trace_2_point_size>
-        <trace_4_concatenate_data>false</trace_4_concatenate_data>
-        <axis_2_axis_color>
-          <color red="0" green="0" blue="0" />
-        </axis_2_axis_color>
-        <axis_0_log_scale>false</axis_0_log_scale>
-        <trace_0_x_pv_value />
-        <axis_0_auto_scale_threshold>0.0</axis_0_auto_scale_threshold>
-        <rules />
-        <axis_1_visible>true</axis_1_visible>
-        <axis_2_show_grid>false</axis_2_show_grid>
-        <trace_3_y_axis_index>1</trace_3_y_axis_index>
-        <trace_0_update_delay>1</trace_0_update_delay>
-        <trace_1_concatenate_data>false</trace_1_concatenate_data>
-        <trace_1_trace_color>
-          <color red="242" green="26" blue="26" />
-        </trace_1_trace_color>
-        <trace_3_trace_color>
-          <color name="Major" red="255" green="0" blue="0" />
-        </trace_3_trace_color>
-        <pv_name></pv_name>
-        <axis_2_log_scale>false</axis_2_log_scale>
-        <axis_2_auto_scale_threshold>0.0</axis_2_auto_scale_threshold>
-        <name>XY Graph</name>
-        <trace_1_trace_type>0</trace_1_trace_type>
-        <axis_0_auto_scale>true</axis_0_auto_scale>
-        <axis_0_minimum>-6.0</axis_0_minimum>
-        <trace_2_y_axis_index>1</trace_2_y_axis_index>
-        <trace_1_update_delay>1</trace_1_update_delay>
-        <axis_2_dash_grid_line>false</axis_2_dash_grid_line>
-        <axis_1_axis_title>mA</axis_1_axis_title>
-        <trace_2_x_pv_value />
-        <axis_1_auto_scale>false</axis_1_auto_scale>
-        <trace_1_line_width>1</trace_1_line_width>
-        <trace_3_trace_type>1</trace_3_trace_type>
-        <trace_2_y_pv>$(PREFIX)-HV2:VoltR_Y</trace_2_y_pv>
-        <trace_1_plot_mode>0</trace_1_plot_mode>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <axis_2_title_font>
-          <opifont.name fontName="Cantarell" height="11" style="1">Default Bold</opifont.name>
-        </axis_2_title_font>
-        <trace_3_point_style>0</trace_3_point_style>
-        <trace_0_y_pv>$(PREFIX)$(TYPE)-FC:CurrR_Y</trace_0_y_pv>
-        <trace_2_point_style>2</trace_2_point_style>
-        <trace_0_plot_mode>0</trace_0_plot_mode>
-        <trace_4_trace_type>1</trace_4_trace_type>
-        <enabled>true</enabled>
-        <trace_0_x_pv>$(PREFIX)$(TYPE)-FC:CurrR_XMS</trace_0_x_pv>
-        <axis_1_scale_font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </axis_1_scale_font>
-        <axis_1_time_format>0</axis_1_time_format>
-        <axis_2_time_format>0</axis_2_time_format>
-        <axis_2_left_bottom_side>false</axis_2_left_bottom_side>
-        <trace_3_plot_mode>0</trace_3_plot_mode>
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <axis_2_maximum>22.0</axis_2_maximum>
-        <show_plot_area_border>false</show_plot_area_border>
-        <width>895</width>
-        <trace_1_x_pv_value />
-        <axis_1_minimum>-8.0</axis_1_minimum>
-        <title_font>
-          <opifont.name fontName="Cantarell" height="11" style="1">Default Bold</opifont.name>
-        </title_font>
-        <trace_4_anti_alias>false</trace_4_anti_alias>
-        <trace_0_y_pv_value />
-        <trace_1_visible>true</trace_1_visible>
-        <plot_area_background_color>
-          <color red="0" green="0" blue="0" />
-        </plot_area_background_color>
-        <trace_4_point_size>4</trace_4_point_size>
-        <axis_1_title_font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </axis_1_title_font>
-        <visible>true</visible>
-        <axis_2_axis_title>ms</axis_2_axis_title>
-        <trace_4_trace_color>
-          <color name="Major" red="255" green="0" blue="0" />
-        </trace_4_trace_color>
-        <trace_1_buffer_size>520</trace_1_buffer_size>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <axis_2_scale_format></axis_2_scale_format>
-        <trace_4_y_pv_value />
-        <scripts />
-        <trace_0_point_size>3</trace_0_point_size>
-        <trace_0_trace_color>
-          <color red="0" green="255" blue="0" />
-        </trace_0_trace_color>
-        <trace_0_anti_alias>false</trace_0_anti_alias>
-        <trace_4_name>$(trace_4_y_pv)</trace_4_name>
-        <axis_1_auto_scale_threshold>0.0</axis_1_auto_scale_threshold>
-        <trace_4_y_axis_index>1</trace_4_y_axis_index>
-        <trace_2_plot_mode>0</trace_2_plot_mode>
-        <trace_2_x_pv>$(PREFIX)-HV2:VoltR_XMS</trace_2_x_pv>
-        <foreground_color>
-          <color red="0" green="0" blue="255" />
-        </foreground_color>
-      </widget>
-    </widget>
-    <widget typeId="org.csstudio.opibuilder.widgets.groupingContainer" version="1.0.0">
-      <border_style>0</border_style>
-      <tooltip></tooltip>
-      <rules />
-      <enabled>true</enabled>
-      <wuid>-25f0d7e:158d972c59b:-7efc</wuid>
-      <transparent>true</transparent>
-      <lock_children>false</lock_children>
-      <scripts />
-      <height>1129</height>
-      <border_width>1</border_width>
-      <scale_options>
-        <width_scalable>true</width_scalable>
-        <height_scalable>true</height_scalable>
-        <keep_wh_ratio>false</keep_wh_ratio>
-      </scale_options>
-      <macros>
-        <include_parent_macros>true</include_parent_macros>
-      </macros>
-      <visible>false</visible>
-      <border_color>
-        <color red="0" green="128" blue="255" />
-      </border_color>
-      <widget_type>Grouping Container</widget_type>
-      <background_color>
-        <color red="240" green="240" blue="240" />
-      </background_color>
-      <width>2489</width>
-      <x>1</x>
-      <name>PLC</name>
-      <y>1</y>
-      <foreground_color>
-        <color red="192" green="192" blue="192" />
-      </foreground_color>
-      <actions hook="false" hook_all="false" />
-      <fc>false</fc>
-      <show_scrollbar>true</show_scrollbar>
-      <font>
-        <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-      </font>
-      <widget typeId="org.csstudio.opibuilder.widgets.linkingContainer" version="1.0.0">
-        <opi_file></opi_file>
-        <border_style>3</border_style>
-        <tooltip></tooltip>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>-25f0d7e:158d972c59b:-7e2e</wuid>
-        <scripts>
-          <path pathString="/CSS/emu/Scripts/PlcOpi.js" checkConnect="true" sfe="false" seoe="false">
-            <pv trig="true">loc://pagePLC</pv>
-          </path>
-        </scripts>
-        <height>1060</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <macros>
-          <include_parent_macros>true</include_parent_macros>
-        </macros>
-        <resize_behaviour>0</resize_behaviour>
-        <visible>true</visible>
-        <group_name></group_name>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <widget_type>Linking Container</widget_type>
-        <background_color>
-          <color name="Container Grey" red="200" green="200" blue="200" />
-        </background_color>
-        <width>2011</width>
-        <x>414</x>
-        <name>Linking Container</name>
-        <y>27</y>
-        <foreground_color>
-          <color red="192" green="192" blue="192" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.ActionButton" version="2.0.0">
-        <toggle_button>false</toggle_button>
-        <border_style>14</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <alarm_pulsing>false</alarm_pulsing>
-        <tooltip>$(pv_name)</tooltip>
-        <push_action_index>0</push_action_index>
-        <rules>
-          <rule name="Rule_fault_mode_1,2and3" prop_id="background_color" out_exp="false">
-            <exp bool_exp="pv0 == 1 || pv1==1 ||pv2==1">
-              <value>
-                <color name="Major" red="255" green="0" blue="0" />
-              </value>
-            </exp>
-            <pv trig="true">INFN-SRC:INTK-HMI:FM1</pv>
-            <pv trig="true">INFN-SRC:INTK-HMI:FM2</pv>
-            <pv trig="true">INFN-SRC:INTK-HMI:FM3</pv>
-          </rule>
-        </rules>
-        <enabled>true</enabled>
-        <wuid>-25f0d7e:158d972c59b:-7d3b</wuid>
-        <pv_value />
-        <text>Fault mode 1, 2 and 3</text>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <height>70</height>
-        <border_width>0</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <image></image>
-        <visible>true</visible>
-        <pv_name></pv_name>
-        <border_color>
-          <color red="255" green="255" blue="255" />
-        </border_color>
-        <widget_type>Action Button</widget_type>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <background_color>
-          <color name="Container Border Grey" red="150" green="150" blue="150" />
-        </background_color>
-        <width>360</width>
-        <x>12</x>
-        <name>Action Button</name>
-        <y>102</y>
-        <style>0</style>
-        <foreground_color>
-          <color name="Black" red="0" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false">
-          <action type="WRITE_PV">
-            <pv_name>loc://pagePLC</pv_name>
-            <value>fm123</value>
-            <timeout>10</timeout>
-            <confirm_message></confirm_message>
-            <description></description>
-          </action>
-        </actions>
-        <font>
-          <opifont.name fontName="OpenSans" height="15" style="1">Medium Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.ActionButton" version="2.0.0">
-        <toggle_button>false</toggle_button>
-        <border_style>14</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <alarm_pulsing>false</alarm_pulsing>
-        <tooltip>$(pv_name)</tooltip>
-        <push_action_index>0</push_action_index>
-        <rules>
-          <rule name="Rule_fault_mode4and5" prop_id="background_color" out_exp="false">
-            <exp bool_exp="pv0==1 || pv1==1">
-              <value>
-                <color name="Major" red="255" green="0" blue="0" />
-              </value>
-            </exp>
-            <pv trig="true">INFN-SRC:INTK-HMI:FM5</pv>
-            <pv trig="true">INFN-SRC:INTK-HMI:FM4</pv>
-          </rule>
-        </rules>
-        <enabled>true</enabled>
-        <wuid>-25f0d7e:158d972c59b:-7d3a</wuid>
-        <pv_value />
-        <text>Fault mode 4 and 5</text>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <height>70</height>
-        <border_width>0</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <image></image>
-        <visible>true</visible>
-        <pv_name></pv_name>
-        <border_color>
-          <color red="255" green="255" blue="255" />
-        </border_color>
-        <widget_type>Action Button</widget_type>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <background_color>
-          <color name="Container Border Grey" red="150" green="150" blue="150" />
-        </background_color>
-        <width>360</width>
-        <x>12</x>
-        <name>Action Button_10</name>
-        <y>177</y>
-        <style>0</style>
-        <foreground_color>
-          <color name="Black" red="0" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false">
-          <action type="WRITE_PV">
-            <pv_name>loc://pagePLC</pv_name>
-            <value>fm45</value>
-            <timeout>10</timeout>
-            <confirm_message></confirm_message>
-            <description></description>
-          </action>
-        </actions>
-        <font>
-          <opifont.name fontName="OpenSans" height="15" style="1">Medium Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.ActionButton" version="2.0.0">
-        <toggle_button>false</toggle_button>
-        <border_style>14</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <alarm_pulsing>false</alarm_pulsing>
-        <tooltip>$(pv_name)</tooltip>
-        <push_action_index>0</push_action_index>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>-25f0d7e:158d972c59b:-7d39</wuid>
-        <pv_value />
-        <text>Home</text>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <height>70</height>
-        <border_width>0</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <image></image>
-        <visible>true</visible>
-        <pv_name>loc://pagePLC("home")</pv_name>
-        <border_color>
-          <color red="255" green="255" blue="255" />
-        </border_color>
-        <widget_type>Action Button</widget_type>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <background_color>
-          <color name="Container Border Grey" red="150" green="150" blue="150" />
-        </background_color>
-        <width>360</width>
-        <x>12</x>
-        <name>Action Button_6</name>
-        <y>27</y>
-        <style>0</style>
-        <foreground_color>
-          <color name="Black" red="0" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false">
-          <action type="WRITE_PV">
-            <pv_name>loc://pagePLC</pv_name>
-            <value>home</value>
-            <timeout>10</timeout>
-            <confirm_message></confirm_message>
-            <description></description>
-          </action>
-        </actions>
-        <font>
-          <opifont.name fontName="OpenSans" height="15" style="1">Medium Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.ActionButton" version="2.0.0">
-        <toggle_button>false</toggle_button>
-        <border_style>14</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <alarm_pulsing>false</alarm_pulsing>
-        <tooltip>$(pv_name)</tooltip>
-        <push_action_index>0</push_action_index>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>-25f0d7e:158d972c59b:-7d38</wuid>
-        <pv_value />
-        <text>Inputs/outputs value</text>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <height>70</height>
-        <border_width>0</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <image></image>
-        <visible>true</visible>
-        <pv_name></pv_name>
-        <border_color>
-          <color red="255" green="255" blue="255" />
-        </border_color>
-        <widget_type>Action Button</widget_type>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <background_color>
-          <color name="Container Border Grey" red="150" green="150" blue="150" />
-        </background_color>
-        <width>360</width>
-        <x>12</x>
-        <name>Action Button_13</name>
-        <y>252</y>
-        <style>0</style>
-        <foreground_color>
-          <color name="Black" red="0" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false">
-          <action type="WRITE_PV">
-            <pv_name>loc://pagePLC</pv_name>
-            <value>InOut</value>
-            <timeout>10</timeout>
-            <confirm_message></confirm_message>
-            <description></description>
-          </action>
-        </actions>
-        <font>
-          <opifont.name fontName="OpenSans" height="15" style="1">Medium Bold</opifont.name>
-        </font>
-      </widget>
-    </widget>
-  </widget>
-  <widget typeId="org.csstudio.opibuilder.widgets.Rectangle" version="1.0.0">
-    <border_style>0</border_style>
-    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-    <line_width>1</line_width>
-    <horizontal_fill>true</horizontal_fill>
-    <alarm_pulsing>false</alarm_pulsing>
-    <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-    <rules />
-    <enabled>true</enabled>
-    <wuid>20cc570d:152c6318c71:-19d6</wuid>
-    <transparent>false</transparent>
-    <pv_value />
-    <alpha>255</alpha>
-    <bg_gradient_color>
-      <color name="IO Foreground" red="0" green="0" blue="0" />
-    </bg_gradient_color>
-    <scripts />
-    <border_alarm_sensitive>false</border_alarm_sensitive>
-    <height>80</height>
-    <border_width>2</border_width>
-    <scale_options>
-      <width_scalable>true</width_scalable>
-      <height_scalable>true</height_scalable>
-      <keep_wh_ratio>false</keep_wh_ratio>
-    </scale_options>
-    <visible>true</visible>
-    <pv_name></pv_name>
-    <gradient>false</gradient>
-    <border_color>
-      <color red="0" green="148" blue="202" />
-    </border_color>
-    <anti_alias>true</anti_alias>
-    <line_style>0</line_style>
-    <widget_type>Rectangle</widget_type>
-    <fg_gradient_color>
-      <color name="IO Foreground" red="0" green="0" blue="0" />
-    </fg_gradient_color>
-    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-    <background_color>
-      <color red="0" green="148" blue="202" />
-    </background_color>
-    <width>2491</width>
-    <x>18</x>
-    <name>Rectangle Template</name>
-    <y>0</y>
-    <fill_level>100.0</fill_level>
-    <foreground_color>
-      <color red="0" green="148" blue="202" />
-    </foreground_color>
-    <actions hook="false" hook_all="false" />
-    <font>
-      <opifont.name fontName="arial" height="10" style="0">IO Normal</opifont.name>
-    </font>
-    <line_color>
-      <color name="IO Line" red="0" green="32" blue="92" />
-    </line_color>
-  </widget>
-  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-    <border_style>0</border_style>
-    <tooltip></tooltip>
-    <horizontal_alignment>1</horizontal_alignment>
-    <rules />
-    <enabled>false</enabled>
-    <wuid>20cc570d:152c6318c71:-19d2</wuid>
-    <transparent>true</transparent>
-    <auto_size>false</auto_size>
-    <text>EMITTANCE METER $(TYPE)</text>
-    <scripts />
-    <height>43</height>
-    <border_width>2</border_width>
-    <scale_options>
-      <width_scalable>true</width_scalable>
-      <height_scalable>true</height_scalable>
-      <keep_wh_ratio>false</keep_wh_ratio>
-    </scale_options>
-    <visible>true</visible>
-    <vertical_alignment>1</vertical_alignment>
-    <border_color>
-      <color name="IO Border" red="215" green="215" blue="215" />
-    </border_color>
-    <widget_type>Label</widget_type>
-    <wrap_words>true</wrap_words>
-    <background_color>
-      <color name="IO Background" red="255" green="255" blue="205" />
-    </background_color>
-    <width>2491</width>
-    <x>18</x>
-    <name>Label Template</name>
-    <y>18</y>
-    <foreground_color>
-      <color red="255" green="255" blue="255" />
-    </foreground_color>
-    <actions hook="false" hook_all="false" />
-    <show_scrollbar>false</show_scrollbar>
-    <font>
-      <fontdata fontName="Titillium" height="28" style="0" />
-    </font>
-  </widget>
-  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-    <border_style>0</border_style>
-    <tooltip></tooltip>
-    <horizontal_alignment>1</horizontal_alignment>
-    <rules />
-    <enabled>false</enabled>
-    <wuid>-cae44c:157dd221fed:-6b69</wuid>
-    <transparent>true</transparent>
-    <auto_size>false</auto_size>
-    <text>Status</text>
-    <scripts />
-    <height>20</height>
-    <border_width>2</border_width>
-    <scale_options>
-      <width_scalable>true</width_scalable>
-      <height_scalable>true</height_scalable>
-      <keep_wh_ratio>false</keep_wh_ratio>
-    </scale_options>
-    <visible>true</visible>
-    <vertical_alignment>1</vertical_alignment>
-    <border_color>
-      <color name="IO Border" red="215" green="215" blue="215" />
-    </border_color>
-    <widget_type>Label</widget_type>
-    <wrap_words>false</wrap_words>
-    <background_color>
-      <color name="IO Background" red="255" green="255" blue="205" />
-    </background_color>
-    <width>79</width>
-    <x>2088</x>
-    <name>Label Orientation_7</name>
-    <y>30</y>
-    <foreground_color>
-      <color name="IO Foreground" red="0" green="0" blue="0" />
-    </foreground_color>
-    <actions hook="false" hook_all="false" />
-    <font>
-      <fontdata fontName="Sans" height="10" style="1" />
-    </font>
-  </widget>
-  <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
-    <alarm_pulsing>false</alarm_pulsing>
-    <precision>0</precision>
-    <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-    <horizontal_alignment>0</horizontal_alignment>
-    <rules />
-    <pv_value />
-    <auto_size>false</auto_size>
-    <text></text>
-    <rotation_angle>0.0</rotation_angle>
-    <show_units>true</show_units>
-    <height>25</height>
-    <multiline_input>false</multiline_input>
-    <border_width>1</border_width>
-    <visible>true</visible>
-    <pv_name>${PREFIX}${TYPE}:MTR.FAZE</pv_name>
-    <selector_type>0</selector_type>
-    <border_color>
-      <color red="0" green="128" blue="255" />
-    </border_color>
-    <precision_from_pv>true</precision_from_pv>
-    <widget_type>Text Input</widget_type>
-    <confirm_message></confirm_message>
-    <name>Text Input_9</name>
-    <style>0</style>
-    <actions hook="false" hook_all="false" />
-    <border_style>3</border_style>
-    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-    <enabled>true</enabled>
-    <wuid>-cae44c:157dd221fed:-6b63</wuid>
-    <transparent>false</transparent>
-    <scripts />
-    <border_alarm_sensitive>false</border_alarm_sensitive>
-    <scale_options>
-      <width_scalable>true</width_scalable>
-      <height_scalable>true</height_scalable>
-      <keep_wh_ratio>false</keep_wh_ratio>
-    </scale_options>
-    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-    <format_type>0</format_type>
-    <limits_from_pv>false</limits_from_pv>
-    <background_color>
-      <color name="Black" red="0" green="0" blue="0" />
-    </background_color>
-    <width>322</width>
-    <x>2172</x>
-    <y>27</y>
-    <maximum>1.7976931348623157E308</maximum>
-    <foreground_color>
-      <color name="Major" red="255" green="0" blue="0" />
-    </foreground_color>
-    <minimum>-1.7976931348623157E308</minimum>
-    <font>
-      <opifont.name fontName="OpenSans" height="10" style="1">Small Bold</opifont.name>
-    </font>
-  </widget>
-  <widget typeId="org.csstudio.opibuilder.widgets.combo" version="1.0.0">
-    <border_style>0</border_style>
-    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-    <alarm_pulsing>false</alarm_pulsing>
-    <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-    <rules />
-    <enabled>true</enabled>
-    <wuid>-1b7d41f2:15cc967e931:-7f3e</wuid>
-    <pv_value />
-    <scripts>
-      <path pathString="EmbeddedJs" checkConnect="true" sfe="false" seoe="false">
-        <scriptName>EmbeddedScript</scriptName>
+if(PVUtil.getDouble(pvs[0])==1){pvs[1].setValue(1);}]]></scriptText>
+            <pv trig="true">${PREFIX}${TYPE}:MTR.EXSC</pv>
+            <pv trig="false">${PREFIX}${TYPE}:Archive</pv>
+          </path>
+        </scripts>
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <height>55</height>
+        <border_width>2</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <image></image>
+        <visible>true</visible>
+        <pv_name></pv_name>
+        <border_color>
+          <color name="IO Border" red="215" green="215" blue="215" />
+        </border_color>
+        <widget_type>Action Button</widget_type>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <background_color>
+          <color name="IO Button" red="178" green="178" blue="178" />
+        </background_color>
+        <width>103</width>
+        <x>216</x>
+        <name>Start Scan</name>
+        <y>1056</y>
+        <style>0</style>
+        <foreground_color>
+          <color name="IO Foreground" red="0" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false">
+          <action type="WRITE_PV">
+            <pv_name>${PREFIX}${TYPE}:MTR.EXSC</pv_name>
+            <value>1</value>
+            <timeout>10</timeout>
+            <confirm_message></confirm_message>
+            <description>Start SCAN</description>
+          </action>
+        </actions>
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+        <border_style>0</border_style>
+        <tooltip></tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules />
+        <enabled>false</enabled>
+        <wuid>1e771979:1565068c2e3:-31f4</wuid>
+        <transparent>true</transparent>
+        <auto_size>false</auto_size>
+        <text>MRAD  MIN</text>
+        <scripts />
+        <height>25</height>
+        <border_width>2</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color name="IO Border" red="215" green="215" blue="215" />
+        </border_color>
+        <widget_type>Label</widget_type>
+        <wrap_words>false</wrap_words>
+        <background_color>
+          <color name="IO Background" red="255" green="255" blue="205" />
+        </background_color>
+        <width>101</width>
+        <x>83</x>
+        <name>Label Orientation_7</name>
+        <y>669</y>
+        <foreground_color>
+          <color name="IO Foreground" red="0" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
+        <alarm_pulsing>false</alarm_pulsing>
+        <precision>0</precision>
+        <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules>
+          <rule name="Disable" prop_id="enabled" out_exp="false">
+            <exp bool_exp="pv0==1">
+              <value>false</value>
+            </exp>
+            <exp bool_exp="pv0==0">
+              <value>true</value>
+            </exp>
+            <pv trig="true">${PREFIX}${TYPE}:MTR.BUSY</pv>
+          </rule>
+        </rules>
+        <pv_value />
+        <auto_size>false</auto_size>
+        <text></text>
+        <rotation_angle>0.0</rotation_angle>
+        <show_units>true</show_units>
+        <height>31</height>
+        <multiline_input>false</multiline_input>
+        <border_width>1</border_width>
+        <visible>true</visible>
+        <pv_name>${PREFIX}${TYPE}:PROC-AngleMin-SP</pv_name>
+        <selector_type>0</selector_type>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <precision_from_pv>true</precision_from_pv>
+        <widget_type>Text Input</widget_type>
+        <confirm_message></confirm_message>
+        <name>Text Input</name>
+        <style>0</style>
+        <actions hook="false" hook_all="false" />
+        <border_style>3</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <enabled>true</enabled>
+        <wuid>1e771979:1565068c2e3:-31f3</wuid>
+        <transparent>false</transparent>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <format_type>0</format_type>
+        <limits_from_pv>false</limits_from_pv>
+        <background_color>
+          <color name="TextBackground" red="70" green="70" blue="70" />
+        </background_color>
+        <width>121</width>
+        <x>228</x>
+        <y>666</y>
+        <maximum>1.7976931348623157E308</maximum>
+        <foreground_color>
+          <color name="KeyboardEntry" red="0" green="255" blue="255" />
+        </foreground_color>
+        <minimum>-1.7976931348623157E308</minimum>
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+        <border_style>0</border_style>
+        <tooltip></tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules />
+        <enabled>false</enabled>
+        <wuid>-cae44c:157dd221fed:-75d1</wuid>
+        <transparent>true</transparent>
+        <auto_size>false</auto_size>
+        <text>Step size</text>
+        <scripts />
+        <height>20</height>
+        <border_width>2</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color name="IO Border" red="215" green="215" blue="215" />
+        </border_color>
+        <widget_type>Label</widget_type>
+        <wrap_words>false</wrap_words>
+        <background_color>
+          <color name="IO Background" red="255" green="255" blue="205" />
+        </background_color>
+        <width>144</width>
+        <x>60</x>
+        <name>Label Orientation_2</name>
+        <y>756</y>
+        <foreground_color>
+          <color name="IO Foreground" red="0" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
+        <alarm_pulsing>false</alarm_pulsing>
+        <precision>0</precision>
+        <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules>
+          <rule name="Disable" prop_id="enabled" out_exp="false">
+            <exp bool_exp="pv0==1">
+              <value>false</value>
+            </exp>
+            <exp bool_exp="pv0==0">
+              <value>true</value>
+            </exp>
+            <pv trig="true">${PREFIX}${TYPE}:MTR.BUSY</pv>
+          </rule>
+        </rules>
+        <pv_value />
+        <auto_size>false</auto_size>
+        <text></text>
+        <rotation_angle>0.0</rotation_angle>
+        <show_units>true</show_units>
+        <height>31</height>
+        <multiline_input>false</multiline_input>
+        <border_width>1</border_width>
+        <visible>true</visible>
+        <pv_name>${PREFIX}${TYPE}:PROC-StepAngle</pv_name>
+        <selector_type>0</selector_type>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <precision_from_pv>true</precision_from_pv>
+        <widget_type>Text Input</widget_type>
+        <confirm_message></confirm_message>
+        <name>Text Input_2</name>
+        <style>0</style>
+        <actions hook="false" hook_all="false" />
+        <border_style>3</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <enabled>true</enabled>
+        <wuid>-cae44c:157dd221fed:-75d0</wuid>
+        <transparent>false</transparent>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <format_type>0</format_type>
+        <limits_from_pv>false</limits_from_pv>
+        <background_color>
+          <color name="TextBackground" red="70" green="70" blue="70" />
+        </background_color>
+        <width>121</width>
+        <x>228</x>
+        <y>750</y>
+        <maximum>1.7976931348623157E308</maximum>
+        <foreground_color>
+          <color name="KeyboardEntry" red="0" green="255" blue="255" />
+        </foreground_color>
+        <minimum>-1.7976931348623157E308</minimum>
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+        <border_style>0</border_style>
+        <tooltip></tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules />
+        <enabled>false</enabled>
+        <wuid>4ad471b5:157e1276406:-740b</wuid>
+        <transparent>true</transparent>
+        <auto_size>false</auto_size>
+        <text>MRAD MAX</text>
+        <scripts />
+        <height>25</height>
+        <border_width>2</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color name="IO Border" red="215" green="215" blue="215" />
+        </border_color>
+        <widget_type>Label</widget_type>
+        <wrap_words>false</wrap_words>
+        <background_color>
+          <color name="IO Background" red="255" green="255" blue="205" />
+        </background_color>
+        <width>99</width>
+        <x>82</x>
+        <name>Label Orientation_1</name>
+        <y>624</y>
+        <foreground_color>
+          <color name="IO Foreground" red="0" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
+        <alarm_pulsing>false</alarm_pulsing>
+        <precision>0</precision>
+        <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules>
+          <rule name="Disable" prop_id="enabled" out_exp="false">
+            <exp bool_exp="pv0==1">
+              <value>false</value>
+            </exp>
+            <exp bool_exp="pv0==0">
+              <value>true</value>
+            </exp>
+            <pv trig="true">${PREFIX}${TYPE}:MTR.BUSY</pv>
+          </rule>
+        </rules>
+        <pv_value />
+        <auto_size>false</auto_size>
+        <text></text>
+        <rotation_angle>0.0</rotation_angle>
+        <show_units>true</show_units>
+        <height>31</height>
+        <multiline_input>false</multiline_input>
+        <border_width>1</border_width>
+        <visible>true</visible>
+        <pv_name>${PREFIX}${TYPE}:PROC-AngleMax-SP</pv_name>
+        <selector_type>0</selector_type>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <precision_from_pv>true</precision_from_pv>
+        <widget_type>Text Input</widget_type>
+        <confirm_message></confirm_message>
+        <name>Text Input</name>
+        <style>0</style>
+        <actions hook="false" hook_all="false" />
+        <border_style>3</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <enabled>true</enabled>
+        <wuid>4ad471b5:157e1276406:-740a</wuid>
+        <transparent>false</transparent>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <format_type>0</format_type>
+        <limits_from_pv>false</limits_from_pv>
+        <background_color>
+          <color name="TextBackground" red="70" green="70" blue="70" />
+        </background_color>
+        <width>121</width>
+        <x>228</x>
+        <y>624</y>
+        <maximum>1.7976931348623157E308</maximum>
+        <foreground_color>
+          <color name="KeyboardEntry" red="0" green="255" blue="255" />
+        </foreground_color>
+        <minimum>-1.7976931348623157E308</minimum>
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+        <border_style>0</border_style>
+        <tooltip></tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>-20a75393:15809f6e4ee:-700a</wuid>
+        <transparent>false</transparent>
+        <auto_size>false</auto_size>
+        <text>CONFIGURATION</text>
+        <scripts />
+        <height>32</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <widget_type>Label</widget_type>
+        <wrap_words>true</wrap_words>
+        <background_color>
+          <color name="SubPanel" red="176" green="218" blue="249" />
+        </background_color>
+        <width>349</width>
+        <x>30</x>
+        <name>Label_15</name>
+        <y>39</y>
+        <foreground_color>
+          <color red="0" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <show_scrollbar>false</show_scrollbar>
+        <font>
+          <opifont.name fontName="OpenSans" height="15" style="1">Medium Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.intensityGraph" version="1.0.0">
+        <vertial_profile_y_pv_value />
+        <y_axis_show_minor_ticks>true</y_axis_show_minor_ticks>
+        <alarm_pulsing>false</alarm_pulsing>
+        <tooltip>$(pv_name)</tooltip>
+        <x_axis_show_minor_ticks>true</x_axis_show_minor_ticks>
+        <roi_0_w_pv_value />
+        <roi_0_visible>true</roi_0_visible>
+        <horizon_profile_x_pv_name>$(PREFIX)$(TYPE):CALC-PROJ-Xabsc</horizon_profile_x_pv_name>
+        <height>798</height>
+        <border_width>1</border_width>
+        <graph_area_width>1290</graph_area_width>
+        <y_axis_scale_font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </y_axis_scale_font>
+        <roi_0_x_pv></roi_0_x_pv>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <x_axis_minimum>-200.0</x_axis_minimum>
+        <y_axis_maximum>80.0</y_axis_maximum>
+        <pixel_info_pv_value />
+        <x_axis_maximum>0.0</x_axis_maximum>
+        <vertial_profile_x_pv_value />
+        <roi_0_title>ROI 0</roi_0_title>
+        <actions hook="false" hook_all="false" />
+        <border_style>0</border_style>
+        <rgb_mode>false</rgb_mode>
+        <roi_1_title>ROI 1</roi_1_title>
+        <crop_left>0</crop_left>
+        <roi_1_y_pv_value />
+        <x_axis_scale_font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </x_axis_scale_font>
+        <data_width>0</data_width>
+        <enabled>true</enabled>
+        <wuid>-16429ab9:1582e68df9a:-6ffb</wuid>
+        <roi_1_visible>true</roi_1_visible>
+        <y_axis_title_font>
+          <opifont.name fontName="Cantarell" height="11" style="1">Default Bold</opifont.name>
+        </y_axis_title_font>
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <graph_area_height>737</graph_area_height>
+        <x_axis_visible>true</x_axis_visible>
+        <roi_0_y_pv_value />
+        <roi_1_h_pv_value />
+        <vertical_profile_x_pv_name>$(PREFIX)$(TYPE):CALC-PROJ-Yabsc</vertical_profile_x_pv_name>
+        <pixel_info_pv_name></pixel_info_pv_name>
+        <roi_0_width_pv></roi_0_width_pv>
+        <x_axis_axis_color>
+          <color red="0" green="0" blue="0" />
+        </x_axis_axis_color>
+        <roi_0_h_pv_value />
+        <roi_1_x_pv></roi_1_x_pv>
+        <background_color>
+          <color red="240" green="240" blue="240" />
+        </background_color>
+        <x_axis_axis_title>mm</x_axis_axis_title>
+        <width>1405</width>
+        <x>660</x>
+        <y>100</y>
+        <maximum>5.0</maximum>
+        <data_height>0</data_height>
+        <minimum>-1.0</minimum>
+        <crop_right>0</crop_right>
+        <crop_top>0</crop_top>
+        <roi_color>
+          <color red="0" green="255" blue="255" />
+        </roi_color>
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+        <roi_0_y_pv></roi_0_y_pv>
+        <rules>
+          <rule name="DataHeight" prop_id="data_height" out_exp="true">
+            <exp bool_exp="pv0&gt;0">
+              <value>pv0</value>
+            </exp>
+            <pv trig="true">${PREFIX}${TYPE}:PS.NPTS</pv>
+          </rule>
+          <rule name="DataWidth" prop_id="data_width" out_exp="true">
+            <exp bool_exp="pv0&gt;0">
+              <value>pv0</value>
+            </exp>
+            <pv trig="true">${PREFIX}${TYPE}:MTR.NPTS</pv>
+          </rule>
+          <rule name="XMax" prop_id="x_axis_maximum" out_exp="true">
+            <exp bool_exp="pv0!=0">
+              <value>pv0</value>
+            </exp>
+            <pv trig="true">${PREFIX}${TYPE}:MTR.P4EP</pv>
+          </rule>
+          <rule name="XMin" prop_id="x_axis_minimum" out_exp="true">
+            <exp bool_exp="pv0!=0">
+              <value>pv0</value>
+            </exp>
+            <pv trig="true">${PREFIX}${TYPE}:MTR.P4SP</pv>
+          </rule>
+          <rule name="YMax" prop_id="y_axis_maximum" out_exp="true">
+            <exp bool_exp="pv0!=0">
+              <value>pv0</value>
+            </exp>
+            <pv trig="true">${PREFIX}${TYPE}:PROC-AngleMax-SP</pv>
+          </rule>
+          <rule name="YMin" prop_id="y_axis_minimum" out_exp="true">
+            <exp bool_exp="pv0!=0">
+              <value>pv0</value>
+            </exp>
+            <pv trig="true">${PREFIX}${TYPE}:PROC-AngleMin-SP</pv>
+          </rule>
+        </rules>
+        <horizon_profile_y_pv_value />
+        <roi_1_x_pv_value />
+        <roi_count>2</roi_count>
+        <roi_1_y_pv></roi_1_y_pv>
+        <pv_value />
+        <color_map>
+          <interpolate>true</interpolate>
+          <autoscale>true</autoscale>
+          <map>2</map>
+        </color_map>
+        <show_ramp>true</show_ramp>
+        <y_axis_axis_title>mrad</y_axis_axis_title>
+        <horizon_profile_y_pv_name>$(PREFIX)$(TYPE):CALC-PROJ-Xwf</horizon_profile_y_pv_name>
+        <single_line_profiling>false</single_line_profiling>
+        <y_axis_minimum>-80.0</y_axis_minimum>
+        <visible>true</visible>
+        <roi_1_w_pv_value />
+        <vertical_profile_y_pv_name>$(PREFIX)$(TYPE):CALC-PROJ-Ywf</vertical_profile_y_pv_name>
+        <x_axis_major_tick_step_hint>50</x_axis_major_tick_step_hint>
+        <pv_name>$(PREFIX)$(TYPE):BUFF-CURRENT</pv_name>
+        <roi_0_height_pv></roi_0_height_pv>
+        <widget_type>Intensity Graph</widget_type>
+        <name>Intensity Graph</name>
+        <y_axis_axis_color>
+          <color red="0" green="0" blue="0" />
+        </y_axis_axis_color>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <roi_1_height_pv></roi_1_height_pv>
+        <roi_1_width_pv></roi_1_width_pv>
+        <y_axis_major_tick_step_hint>50</y_axis_major_tick_step_hint>
+        <scripts />
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>true</keep_wh_ratio>
+        </scale_options>
+        <x_axis_title_font>
+          <opifont.name fontName="Cantarell" height="11" style="1">Default Bold</opifont.name>
+        </x_axis_title_font>
+        <crop_bottom>0</crop_bottom>
+        <y_axis_visible>true</y_axis_visible>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <horizon_profile_x_pv_value />
+        <roi_0_x_pv_value />
+        <foreground_color>
+          <color red="0" green="0" blue="0" />
+        </foreground_color>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.tank" version="1.0.0">
+        <alarm_pulsing>false</alarm_pulsing>
+        <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+        <rules />
+        <effect_3d>true</effect_3d>
+        <scale_font>
+          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+        </scale_font>
+        <pv_value />
+        <show_scale>true</show_scale>
+        <scale_format></scale_format>
+        <height>5</height>
+        <fill_color>
+          <color red="0" green="0" blue="255" />
+        </fill_color>
+        <border_width>1</border_width>
+        <visible>true</visible>
+        <pv_name></pv_name>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <widget_type>Tank</widget_type>
+        <name>Tank</name>
+        <show_hi>true</show_hi>
+        <actions hook="false" hook_all="false" />
+        <show_lo>true</show_lo>
+        <border_style>0</border_style>
+        <show_lolo>true</show_lolo>
+        <show_minor_ticks>true</show_minor_ticks>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <show_markers>true</show_markers>
+        <color_hihi>
+          <color red="255" green="0" blue="0" />
+        </color_hihi>
+        <show_hihi>true</show_hihi>
+        <log_scale>false</log_scale>
+        <enabled>true</enabled>
+        <wuid>-16429ab9:1582e68df9a:-568c</wuid>
+        <level_hihi>90.0</level_hihi>
+        <color_hi>
+          <color red="255" green="128" blue="0" />
+        </color_hi>
+        <color_lo>
+          <color red="255" green="128" blue="0" />
+        </color_lo>
+        <scripts />
+        <border_alarm_sensitive>true</border_alarm_sensitive>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <fillcolor_alarm_sensitive>false</fillcolor_alarm_sensitive>
+        <color_fillbackground>
+          <color red="192" green="192" blue="192" />
+        </color_fillbackground>
+        <major_tick_step_hint>50</major_tick_step_hint>
+        <level_hi>80.0</level_hi>
+        <transparent_background>true</transparent_background>
+        <level_lo>20.0</level_lo>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <limits_from_pv>true</limits_from_pv>
+        <background_color>
+          <color red="240" green="240" blue="240" />
+        </background_color>
+        <level_lolo>10.0</level_lolo>
+        <width>475</width>
+        <x>522</x>
+        <y>1008</y>
+        <maximum>100.0</maximum>
+        <color_lolo>
+          <color red="255" green="0" blue="0" />
+        </color_lolo>
+        <foreground_color>
+          <color red="0" green="0" blue="0" />
+        </foreground_color>
+        <minimum>0.0</minimum>
+        <font>
+          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+        <border_style>0</border_style>
+        <tooltip></tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>-16429ab9:1582e68df9a:-4219</wuid>
+        <transparent>false</transparent>
+        <auto_size>false</auto_size>
+        <text>MEASURE</text>
+        <scripts />
+        <height>32</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <widget_type>Label</widget_type>
+        <wrap_words>true</wrap_words>
+        <background_color>
+          <color name="SubPanel" red="176" green="218" blue="249" />
+        </background_color>
+        <width>1681</width>
+        <x>414</x>
+        <name>Label_15</name>
+        <y>39</y>
+        <foreground_color>
+          <color red="0" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <show_scrollbar>false</show_scrollbar>
+        <font>
+          <opifont.name fontName="OpenSans" height="15" style="1">Medium Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.RoundedRectangle" version="1.0.0">
+        <border_style>0</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <line_width>0</line_width>
+        <horizontal_fill>true</horizontal_fill>
+        <alarm_pulsing>false</alarm_pulsing>
+        <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>-16429ab9:1582e68df9a:-3a8f</wuid>
+        <transparent>false</transparent>
+        <pv_value />
+        <alpha>255</alpha>
+        <corner_height>16</corner_height>
+        <bg_gradient_color>
+          <color red="255" green="255" blue="255" />
+        </bg_gradient_color>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <height>1099</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <pv_name></pv_name>
+        <gradient>false</gradient>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <anti_alias>true</anti_alias>
+        <corner_width>16</corner_width>
+        <line_style>0</line_style>
+        <widget_type>Rounded Rectangle</widget_type>
+        <fg_gradient_color>
+          <color red="255" green="255" blue="255" />
+        </fg_gradient_color>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <background_color>
+          <color red="186" green="189" blue="182" />
+        </background_color>
+        <width>319</width>
+        <x>2136</x>
+        <name>Rounded Rectangle_5</name>
+        <y>18</y>
+        <fill_level>0.0</fill_level>
+        <foreground_color>
+          <color red="255" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+        </font>
+        <line_color>
+          <color red="128" green="0" blue="255" />
+        </line_color>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.tab" version="1.0.0">
+        <active_tab>0</active_tab>
+        <tooltip></tooltip>
+        <height>597</height>
+        <border_width>1</border_width>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <tab_0_foreground_color>
+          <color red="0" green="0" blue="0" />
+        </tab_0_foreground_color>
+        <actions hook="false" hook_all="false" />
+        <border_style>0</border_style>
+        <enabled>true</enabled>
+        <wuid>-16429ab9:1582e68df9a:-3a8b</wuid>
+        <background_color>
+          <color red="186" green="189" blue="182" />
+        </background_color>
+        <width>319</width>
+        <x>2136</x>
+        <horizontal_tabs>true</horizontal_tabs>
+        <y>82</y>
+        <rules />
+        <macros>
+          <include_parent_macros>true</include_parent_macros>
+        </macros>
+        <visible>true</visible>
+        <tab_0_background_color>
+          <color red="186" green="189" blue="182" />
+        </tab_0_background_color>
+        <widget_type>Tabbed Container</widget_type>
+        <name>Tabbed Container</name>
+        <minimum_tab_height>10</minimum_tab_height>
+        <tab_0_font>
+          <opifont.name fontName="OpenSans" height="10" style="1">Small Bold</opifont.name>
+        </tab_0_font>
+        <tab_0_title>SCANNING</tab_0_title>
+        <scripts />
+        <tab_count>1</tab_count>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <tab_0_icon_path></tab_0_icon_path>
+        <tab_0_enabled>true</tab_0_enabled>
+        <foreground_color>
+          <color red="192" green="192" blue="192" />
+        </foreground_color>
+        <widget typeId="org.csstudio.opibuilder.widgets.groupingContainer" version="1.0.0">
+          <border_style>0</border_style>
+          <tooltip></tooltip>
+          <rules />
+          <enabled>true</enabled>
+          <wuid>-16429ab9:1582e68df9a:-3a8a</wuid>
+          <transparent>true</transparent>
+          <lock_children>false</lock_children>
+          <scripts />
+          <height>565</height>
+          <border_width>1</border_width>
+          <scale_options>
+            <width_scalable>true</width_scalable>
+            <height_scalable>true</height_scalable>
+            <keep_wh_ratio>false</keep_wh_ratio>
+          </scale_options>
+          <macros>
+            <include_parent_macros>true</include_parent_macros>
+          </macros>
+          <visible>true</visible>
+          <border_color>
+            <color red="0" green="128" blue="255" />
+          </border_color>
+          <widget_type>Grouping Container</widget_type>
+          <background_color>
+            <color red="240" green="240" blue="240" />
+          </background_color>
+          <width>317</width>
+          <x>1</x>
+          <name>SCANNING</name>
+          <y>1</y>
+          <foreground_color>
+            <color red="192" green="192" blue="192" />
+          </foreground_color>
+          <actions hook="false" hook_all="false" />
+          <fc>false</fc>
+          <show_scrollbar>true</show_scrollbar>
+          <font>
+            <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+          </font>
+          <widget typeId="org.csstudio.opibuilder.widgets.Rectangle" version="1.0.0">
+            <border_style>0</border_style>
+            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+            <line_width>0</line_width>
+            <horizontal_fill>true</horizontal_fill>
+            <alarm_pulsing>false</alarm_pulsing>
+            <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+            <rules />
+            <enabled>true</enabled>
+            <wuid>-460a3b47:15868b634f9:-7035</wuid>
+            <transparent>false</transparent>
+            <pv_value />
+            <alpha>255</alpha>
+            <bg_gradient_color>
+              <color red="255" green="255" blue="255" />
+            </bg_gradient_color>
+            <scripts />
+            <border_alarm_sensitive>false</border_alarm_sensitive>
+            <height>325</height>
+            <border_width>1</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <visible>true</visible>
+            <pv_name></pv_name>
+            <gradient>false</gradient>
+            <border_color>
+              <color red="0" green="128" blue="255" />
+            </border_color>
+            <anti_alias>true</anti_alias>
+            <line_style>0</line_style>
+            <widget_type>Rectangle</widget_type>
+            <fg_gradient_color>
+              <color red="255" green="255" blue="255" />
+            </fg_gradient_color>
+            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+            <background_color>
+              <color red="136" green="138" blue="133" />
+            </background_color>
+            <width>295</width>
+            <x>12</x>
+            <name>Rectangle_1</name>
+            <y>228</y>
+            <fill_level>0.0</fill_level>
+            <foreground_color>
+              <color red="255" green="0" blue="0" />
+            </foreground_color>
+            <actions hook="false" hook_all="false" />
+            <font>
+              <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+            </font>
+            <line_color>
+              <color red="128" green="0" blue="255" />
+            </line_color>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.Rectangle" version="1.0.0">
+            <border_style>0</border_style>
+            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+            <line_width>0</line_width>
+            <horizontal_fill>true</horizontal_fill>
+            <alarm_pulsing>false</alarm_pulsing>
+            <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+            <rules />
+            <enabled>true</enabled>
+            <wuid>-460a3b47:15868b634f9:-7106</wuid>
+            <transparent>false</transparent>
+            <pv_value />
+            <alpha>255</alpha>
+            <bg_gradient_color>
+              <color red="255" green="255" blue="255" />
+            </bg_gradient_color>
+            <scripts />
+            <border_alarm_sensitive>false</border_alarm_sensitive>
+            <height>193</height>
+            <border_width>1</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <visible>true</visible>
+            <pv_name></pv_name>
+            <gradient>false</gradient>
+            <border_color>
+              <color red="0" green="128" blue="255" />
+            </border_color>
+            <anti_alias>true</anti_alias>
+            <line_style>0</line_style>
+            <widget_type>Rectangle</widget_type>
+            <fg_gradient_color>
+              <color red="255" green="255" blue="255" />
+            </fg_gradient_color>
+            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+            <background_color>
+              <color red="136" green="138" blue="133" />
+            </background_color>
+            <width>295</width>
+            <x>12</x>
+            <name>Rectangle_1</name>
+            <y>18</y>
+            <fill_level>0.0</fill_level>
+            <foreground_color>
+              <color red="255" green="0" blue="0" />
+            </foreground_color>
+            <actions hook="false" hook_all="false" />
+            <font>
+              <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+            </font>
+            <line_color>
+              <color red="128" green="0" blue="255" />
+            </line_color>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+            <border_style>0</border_style>
+            <tooltip></tooltip>
+            <horizontal_alignment>1</horizontal_alignment>
+            <rules />
+            <enabled>false</enabled>
+            <wuid>4ad471b5:157e1276406:-781e</wuid>
+            <transparent>true</transparent>
+            <auto_size>false</auto_size>
+            <text>PS Horizontal</text>
+            <scripts />
+            <height>20</height>
+            <border_width>2</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <visible>true</visible>
+            <vertical_alignment>1</vertical_alignment>
+            <border_color>
+              <color name="IO Border" red="215" green="215" blue="215" />
+            </border_color>
+            <widget_type>Label</widget_type>
+            <wrap_words>false</wrap_words>
+            <background_color>
+              <color name="IO Background" red="255" green="255" blue="205" />
+            </background_color>
+            <width>125</width>
+            <x>38</x>
+            <name>Label Orientation_7</name>
+            <y>36</y>
+            <foreground_color>
+              <color name="IO Foreground" red="0" green="0" blue="0" />
+            </foreground_color>
+            <actions hook="false" hook_all="false" />
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
+            <alarm_pulsing>false</alarm_pulsing>
+            <precision>0</precision>
+            <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+            <horizontal_alignment>1</horizontal_alignment>
+            <rules />
+            <pv_value />
+            <auto_size>false</auto_size>
+            <text></text>
+            <rotation_angle>0.0</rotation_angle>
+            <show_units>true</show_units>
+            <height>31</height>
+            <multiline_input>false</multiline_input>
+            <border_width>1</border_width>
+            <visible>true</visible>
+            <pv_name>$(PREFIX):HVhor-SP</pv_name>
+            <selector_type>0</selector_type>
+            <border_color>
+              <color red="0" green="128" blue="255" />
+            </border_color>
+            <precision_from_pv>true</precision_from_pv>
+            <widget_type>Text Input</widget_type>
+            <confirm_message></confirm_message>
+            <name>Text Input</name>
+            <style>0</style>
+            <actions hook="false" hook_all="false" />
+            <border_style>3</border_style>
+            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+            <enabled>true</enabled>
+            <wuid>4ad471b5:157e1276406:-781d</wuid>
+            <transparent>false</transparent>
+            <scripts />
+            <border_alarm_sensitive>false</border_alarm_sensitive>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+            <format_type>0</format_type>
+            <limits_from_pv>false</limits_from_pv>
+            <background_color>
+              <color name="TextBackground" red="70" green="70" blue="70" />
+            </background_color>
+            <width>100</width>
+            <x>186</x>
+            <y>30</y>
+            <maximum>1.7976931348623157E308</maximum>
+            <foreground_color>
+              <color name="Green On" red="0" green="255" blue="0" />
+            </foreground_color>
+            <minimum>-1.7976931348623157E308</minimum>
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+            <border_style>0</border_style>
+            <tooltip></tooltip>
+            <horizontal_alignment>1</horizontal_alignment>
+            <rules />
+            <enabled>false</enabled>
+            <wuid>4ad471b5:157e1276406:-780f</wuid>
+            <transparent>true</transparent>
+            <auto_size>false</auto_size>
+            <text>PS Vertical</text>
+            <scripts />
+            <height>20</height>
+            <border_width>2</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <visible>true</visible>
+            <vertical_alignment>1</vertical_alignment>
+            <border_color>
+              <color name="IO Border" red="215" green="215" blue="215" />
+            </border_color>
+            <widget_type>Label</widget_type>
+            <wrap_words>false</wrap_words>
+            <background_color>
+              <color name="IO Background" red="255" green="255" blue="205" />
+            </background_color>
+            <width>127</width>
+            <x>30</x>
+            <name>Label Orientation_7</name>
+            <y>84</y>
+            <foreground_color>
+              <color name="IO Foreground" red="0" green="0" blue="0" />
+            </foreground_color>
+            <actions hook="false" hook_all="false" />
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
+            <alarm_pulsing>false</alarm_pulsing>
+            <precision>0</precision>
+            <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+            <horizontal_alignment>1</horizontal_alignment>
+            <rules />
+            <pv_value />
+            <auto_size>false</auto_size>
+            <text></text>
+            <rotation_angle>0.0</rotation_angle>
+            <show_units>true</show_units>
+            <height>31</height>
+            <multiline_input>false</multiline_input>
+            <border_width>1</border_width>
+            <visible>true</visible>
+            <pv_name>$(PREFIX):HVver-SP</pv_name>
+            <selector_type>0</selector_type>
+            <border_color>
+              <color red="0" green="128" blue="255" />
+            </border_color>
+            <precision_from_pv>true</precision_from_pv>
+            <widget_type>Text Input</widget_type>
+            <confirm_message></confirm_message>
+            <name>Text Input</name>
+            <style>0</style>
+            <actions hook="false" hook_all="false" />
+            <border_style>3</border_style>
+            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+            <enabled>true</enabled>
+            <wuid>4ad471b5:157e1276406:-780e</wuid>
+            <transparent>false</transparent>
+            <scripts />
+            <border_alarm_sensitive>false</border_alarm_sensitive>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+            <format_type>0</format_type>
+            <limits_from_pv>false</limits_from_pv>
+            <background_color>
+              <color name="TextBackground" red="70" green="70" blue="70" />
+            </background_color>
+            <width>100</width>
+            <x>186</x>
+            <y>78</y>
+            <maximum>1.7976931348623157E308</maximum>
+            <foreground_color>
+              <color name="Green On" red="0" green="255" blue="0" />
+            </foreground_color>
+            <minimum>-1.7976931348623157E308</minimum>
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+            <border_style>0</border_style>
+            <tooltip></tooltip>
+            <horizontal_alignment>1</horizontal_alignment>
+            <rules />
+            <enabled>false</enabled>
+            <wuid>79429b6c:157dd491a6d:-7dd7</wuid>
+            <transparent>true</transparent>
+            <auto_size>false</auto_size>
+            <text>Angle STEP ...</text>
+            <scripts />
+            <height>20</height>
+            <border_width>2</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <visible>true</visible>
+            <vertical_alignment>1</vertical_alignment>
+            <border_color>
+              <color name="IO Border" red="215" green="215" blue="215" />
+            </border_color>
+            <widget_type>Label</widget_type>
+            <wrap_words>false</wrap_words>
+            <background_color>
+              <color name="IO Background" red="255" green="255" blue="205" />
+            </background_color>
+            <width>151</width>
+            <x>25</x>
+            <name>Label Orientation_7</name>
+            <y>132</y>
+            <foreground_color>
+              <color name="IO Foreground" red="0" green="0" blue="0" />
+            </foreground_color>
+            <actions hook="false" hook_all="false" />
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
+            <alarm_pulsing>false</alarm_pulsing>
+            <precision>0</precision>
+            <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+            <horizontal_alignment>1</horizontal_alignment>
+            <rules />
+            <pv_value />
+            <auto_size>false</auto_size>
+            <text></text>
+            <rotation_angle>0.0</rotation_angle>
+            <show_units>true</show_units>
+            <height>31</height>
+            <multiline_input>false</multiline_input>
+            <border_width>1</border_width>
+            <visible>true</visible>
+            <pv_name>${PREFIX}${TYPE}:PS-NORD_POS</pv_name>
+            <selector_type>0</selector_type>
+            <border_color>
+              <color red="0" green="128" blue="255" />
+            </border_color>
+            <precision_from_pv>true</precision_from_pv>
+            <widget_type>Text Input</widget_type>
+            <confirm_message></confirm_message>
+            <name>Text Input</name>
+            <style>0</style>
+            <actions hook="false" hook_all="false" />
+            <border_style>3</border_style>
+            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+            <enabled>true</enabled>
+            <wuid>79429b6c:157dd491a6d:-7dd6</wuid>
+            <transparent>false</transparent>
+            <scripts />
+            <border_alarm_sensitive>false</border_alarm_sensitive>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+            <format_type>0</format_type>
+            <limits_from_pv>false</limits_from_pv>
+            <background_color>
+              <color name="TextBackground" red="70" green="70" blue="70" />
+            </background_color>
+            <width>100</width>
+            <x>186</x>
+            <y>126</y>
+            <maximum>1.7976931348623157E308</maximum>
+            <foreground_color>
+              <color name="Green On" red="0" green="255" blue="0" />
+            </foreground_color>
+            <minimum>-1.7976931348623157E308</minimum>
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
+            <alarm_pulsing>false</alarm_pulsing>
+            <precision>0</precision>
+            <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+            <horizontal_alignment>1</horizontal_alignment>
+            <rules />
+            <pv_value />
+            <auto_size>false</auto_size>
+            <text></text>
+            <rotation_angle>0.0</rotation_angle>
+            <show_units>true</show_units>
+            <height>31</height>
+            <multiline_input>false</multiline_input>
+            <border_width>1</border_width>
+            <visible>true</visible>
+            <pv_name>${PREFIX}${TYPE}:MTR-NORD_POS</pv_name>
+            <selector_type>0</selector_type>
+            <border_color>
+              <color red="0" green="128" blue="255" />
+            </border_color>
+            <precision_from_pv>true</precision_from_pv>
+            <widget_type>Text Input</widget_type>
+            <confirm_message></confirm_message>
+            <name>Text Input_3</name>
+            <style>0</style>
+            <actions hook="false" hook_all="false" />
+            <border_style>3</border_style>
+            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+            <enabled>true</enabled>
+            <wuid>-16429ab9:1582e68df9a:-6dec</wuid>
+            <transparent>false</transparent>
+            <scripts />
+            <border_alarm_sensitive>false</border_alarm_sensitive>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+            <format_type>0</format_type>
+            <limits_from_pv>false</limits_from_pv>
+            <background_color>
+              <color name="TextBackground" red="70" green="70" blue="70" />
+            </background_color>
+            <width>100</width>
+            <x>186</x>
+            <y>240</y>
+            <maximum>1.7976931348623157E308</maximum>
+            <foreground_color>
+              <color name="Green On" red="0" green="255" blue="0" />
+            </foreground_color>
+            <minimum>-1.7976931348623157E308</minimum>
+            <font>
+              <fontdata fontName="Sans" height="10" style="1" />
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+            <border_style>0</border_style>
+            <tooltip></tooltip>
+            <horizontal_alignment>1</horizontal_alignment>
+            <rules />
+            <enabled>false</enabled>
+            <wuid>-16429ab9:1582e68df9a:-3c09</wuid>
+            <transparent>true</transparent>
+            <auto_size>false</auto_size>
+            <text>Pos STEP ...</text>
+            <scripts />
+            <height>20</height>
+            <border_width>2</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <visible>true</visible>
+            <vertical_alignment>1</vertical_alignment>
+            <border_color>
+              <color name="IO Border" red="215" green="215" blue="215" />
+            </border_color>
+            <widget_type>Label</widget_type>
+            <wrap_words>false</wrap_words>
+            <background_color>
+              <color name="IO Background" red="255" green="255" blue="205" />
+            </background_color>
+            <width>172</width>
+            <x>15</x>
+            <name>Label Orientation_1</name>
+            <y>246</y>
+            <foreground_color>
+              <color name="IO Foreground" red="0" green="0" blue="0" />
+            </foreground_color>
+            <actions hook="false" hook_all="false" />
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.bytemonitor" version="1.0.0">
+            <border_style>0</border_style>
+            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+            <alarm_pulsing>false</alarm_pulsing>
+            <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+            <rules />
+            <effect_3d>true</effect_3d>
+            <enabled>true</enabled>
+            <wuid>59fc39f9:158487e5950:-422a</wuid>
+            <on_color>
+              <color name="Major" red="255" green="0" blue="0" />
+            </on_color>
+            <horizontal>false</horizontal>
+            <pv_value />
+            <numBits>1</numBits>
+            <scripts />
+            <border_alarm_sensitive>true</border_alarm_sensitive>
+            <height>28</height>
+            <border_width>0</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <visible>true</visible>
+            <pv_name>$(PREFIX)-PMAC:$(NAME_MTR).MSTA</pv_name>
+            <border_color>
+              <color name="IO Border" red="215" green="215" blue="215" />
+            </border_color>
+            <bitReverse>true</bitReverse>
+            <label />
+            <widget_type>Byte Monitor</widget_type>
+            <off_color>
+              <color name="IO Grid" red="215" green="215" blue="215" />
+            </off_color>
+            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+            <background_color>
+              <color name="IO Background" red="255" green="255" blue="205" />
+            </background_color>
+            <square_led>true</square_led>
+            <startBit>13</startBit>
+            <width>70</width>
+            <x>201</x>
+            <name>Byte Monitor Template</name>
+            <y>438</y>
+            <foreground_color>
+              <color name="IO InputPV Fg" red="0" green="32" blue="92" />
+            </foreground_color>
+            <actions hook="false" hook_all="false" />
+            <font>
+              <opifont.name fontName="arial" height="10" style="0">IO Normal</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+            <border_style>0</border_style>
+            <tooltip></tooltip>
+            <horizontal_alignment>1</horizontal_alignment>
+            <rules />
+            <enabled>true</enabled>
+            <wuid>59fc39f9:158487e5950:-3dc7</wuid>
+            <transparent>true</transparent>
+            <auto_size>false</auto_size>
+            <text>LOW Limit </text>
+            <scripts />
+            <height>20</height>
+            <border_width>1</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <visible>true</visible>
+            <vertical_alignment>1</vertical_alignment>
+            <border_color>
+              <color red="0" green="128" blue="255" />
+            </border_color>
+            <widget_type>Label</widget_type>
+            <wrap_words>false</wrap_words>
+            <background_color>
+              <color red="255" green="255" blue="255" />
+            </background_color>
+            <width>83</width>
+            <x>52</x>
+            <name>Label_164</name>
+            <y>442</y>
+            <foreground_color>
+              <color red="0" green="0" blue="0" />
+            </foreground_color>
+            <actions hook="false" hook_all="false" />
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+            <border_style>0</border_style>
+            <tooltip></tooltip>
+            <horizontal_alignment>1</horizontal_alignment>
+            <rules />
+            <enabled>true</enabled>
+            <wuid>59fc39f9:158487e5950:-38d5</wuid>
+            <transparent>true</transparent>
+            <auto_size>false</auto_size>
+            <text>HIGH Limit </text>
+            <scripts />
+            <height>20</height>
+            <border_width>1</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <visible>true</visible>
+            <vertical_alignment>1</vertical_alignment>
+            <border_color>
+              <color red="0" green="128" blue="255" />
+            </border_color>
+            <widget_type>Label</widget_type>
+            <wrap_words>false</wrap_words>
+            <background_color>
+              <color red="255" green="255" blue="255" />
+            </background_color>
+            <width>93</width>
+            <x>52</x>
+            <name>Label_164</name>
+            <y>478</y>
+            <foreground_color>
+              <color red="0" green="0" blue="0" />
+            </foreground_color>
+            <actions hook="false" hook_all="false" />
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.bytemonitor" version="1.0.0">
+            <border_style>0</border_style>
+            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+            <alarm_pulsing>false</alarm_pulsing>
+            <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+            <rules />
+            <effect_3d>true</effect_3d>
+            <enabled>true</enabled>
+            <wuid>59fc39f9:158487e5950:-38d6</wuid>
+            <on_color>
+              <color name="Major" red="255" green="0" blue="0" />
+            </on_color>
+            <horizontal>false</horizontal>
+            <pv_value />
+            <numBits>1</numBits>
+            <scripts />
+            <border_alarm_sensitive>true</border_alarm_sensitive>
+            <height>28</height>
+            <border_width>0</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <visible>true</visible>
+            <pv_name>$(PREFIX)-PMAC:$(NAME_MTR).MSTA</pv_name>
+            <border_color>
+              <color name="IO Border" red="215" green="215" blue="215" />
+            </border_color>
+            <bitReverse>true</bitReverse>
+            <label />
+            <widget_type>Byte Monitor</widget_type>
+            <off_color>
+              <color name="IO Grid" red="215" green="215" blue="215" />
+            </off_color>
+            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+            <background_color>
+              <color name="IO Background" red="255" green="255" blue="205" />
+            </background_color>
+            <square_led>true</square_led>
+            <startBit>2</startBit>
+            <width>70</width>
+            <x>201</x>
+            <name>Byte Monitor Template</name>
+            <y>474</y>
+            <foreground_color>
+              <color name="IO InputPV Fg" red="0" green="32" blue="92" />
+            </foreground_color>
+            <actions hook="false" hook_all="false" />
+            <font>
+              <opifont.name fontName="arial" height="10" style="0">IO Normal</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.bytemonitor" version="1.0.0">
+            <border_style>0</border_style>
+            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+            <alarm_pulsing>false</alarm_pulsing>
+            <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+            <rules />
+            <effect_3d>true</effect_3d>
+            <enabled>true</enabled>
+            <wuid>59fc39f9:158487e5950:-38ce</wuid>
+            <on_color>
+              <color name="Major" red="255" green="0" blue="0" />
+            </on_color>
+            <horizontal>false</horizontal>
+            <pv_value />
+            <numBits>1</numBits>
+            <scripts />
+            <border_alarm_sensitive>true</border_alarm_sensitive>
+            <height>28</height>
+            <border_width>0</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <visible>true</visible>
+            <pv_name>$(PREFIX)-PMAC:$(NAME_MTR).MOVN</pv_name>
+            <border_color>
+              <color name="IO Border" red="215" green="215" blue="215" />
+            </border_color>
+            <bitReverse>true</bitReverse>
+            <label />
+            <widget_type>Byte Monitor</widget_type>
+            <off_color>
+              <color name="IO Grid" red="215" green="215" blue="215" />
+            </off_color>
+            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+            <background_color>
+              <color name="IO Background" red="255" green="255" blue="205" />
+            </background_color>
+            <square_led>true</square_led>
+            <startBit>0</startBit>
+            <width>70</width>
+            <x>201</x>
+            <name>Byte Monitor Template</name>
+            <y>330</y>
+            <foreground_color>
+              <color name="IO InputPV Fg" red="0" green="32" blue="92" />
+            </foreground_color>
+            <actions hook="false" hook_all="false" />
+            <font>
+              <opifont.name fontName="arial" height="10" style="0">IO Normal</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+            <border_style>0</border_style>
+            <tooltip></tooltip>
+            <horizontal_alignment>1</horizontal_alignment>
+            <rules />
+            <enabled>true</enabled>
+            <wuid>59fc39f9:158487e5950:-38cd</wuid>
+            <transparent>true</transparent>
+            <auto_size>false</auto_size>
+            <text>Motor is moving ...</text>
+            <scripts />
+            <height>20</height>
+            <border_width>1</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <visible>true</visible>
+            <vertical_alignment>1</vertical_alignment>
+            <border_color>
+              <color red="0" green="128" blue="255" />
+            </border_color>
+            <widget_type>Label</widget_type>
+            <wrap_words>false</wrap_words>
+            <background_color>
+              <color red="255" green="255" blue="255" />
+            </background_color>
+            <width>151</width>
+            <x>25</x>
+            <name>Label_164</name>
+            <y>334</y>
+            <foreground_color>
+              <color red="0" green="0" blue="0" />
+            </foreground_color>
+            <actions hook="false" hook_all="false" />
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
+            <alarm_pulsing>false</alarm_pulsing>
+            <precision>2</precision>
+            <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+            <horizontal_alignment>1</horizontal_alignment>
+            <rules />
+            <pv_value />
+            <auto_size>false</auto_size>
+            <text></text>
+            <rotation_angle>0.0</rotation_angle>
+            <show_units>true</show_units>
+            <height>31</height>
+            <multiline_input>false</multiline_input>
+            <border_width>1</border_width>
+            <visible>true</visible>
+            <pv_name>$(PREFIX)-PMAC:$(NAME_MTR).RBV</pv_name>
+            <selector_type>0</selector_type>
+            <border_color>
+              <color red="0" green="128" blue="255" />
+            </border_color>
+            <precision_from_pv>false</precision_from_pv>
+            <widget_type>Text Input</widget_type>
+            <confirm_message></confirm_message>
+            <name>Text Input_3</name>
+            <style>0</style>
+            <actions hook="false" hook_all="false" />
+            <border_style>3</border_style>
+            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+            <enabled>true</enabled>
+            <wuid>59fc39f9:158487e5950:-356b</wuid>
+            <transparent>false</transparent>
+            <scripts />
+            <border_alarm_sensitive>false</border_alarm_sensitive>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+            <format_type>0</format_type>
+            <limits_from_pv>false</limits_from_pv>
+            <background_color>
+              <color name="TextBackground" red="70" green="70" blue="70" />
+            </background_color>
+            <width>100</width>
+            <x>186</x>
+            <y>288</y>
+            <maximum>1.7976931348623157E308</maximum>
+            <foreground_color>
+              <color name="Green On" red="0" green="255" blue="0" />
+            </foreground_color>
+            <minimum>-1.7976931348623157E308</minimum>
+            <font>
+              <fontdata fontName="Sans" height="10" style="1" />
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+            <border_style>0</border_style>
+            <tooltip></tooltip>
+            <horizontal_alignment>1</horizontal_alignment>
+            <rules />
+            <enabled>false</enabled>
+            <wuid>59fc39f9:158487e5950:-356a</wuid>
+            <transparent>true</transparent>
+            <auto_size>false</auto_size>
+            <text>Position in course</text>
+            <scripts />
+            <height>20</height>
+            <border_width>2</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <visible>true</visible>
+            <vertical_alignment>1</vertical_alignment>
+            <border_color>
+              <color name="IO Border" red="215" green="215" blue="215" />
+            </border_color>
+            <widget_type>Label</widget_type>
+            <wrap_words>false</wrap_words>
+            <background_color>
+              <color name="IO Background" red="255" green="255" blue="205" />
+            </background_color>
+            <width>166</width>
+            <x>12</x>
+            <name>Label Orientation_1</name>
+            <y>294</y>
+            <foreground_color>
+              <color name="IO Foreground" red="0" green="0" blue="0" />
+            </foreground_color>
+            <actions hook="false" hook_all="false" />
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.bytemonitor" version="1.0.0">
+            <border_style>0</border_style>
+            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+            <alarm_pulsing>false</alarm_pulsing>
+            <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+            <rules />
+            <effect_3d>true</effect_3d>
+            <enabled>true</enabled>
+            <wuid>59fc39f9:158487e5950:-33a7</wuid>
+            <on_color>
+              <color name="Green On" red="0" green="255" blue="0" />
+            </on_color>
+            <horizontal>false</horizontal>
+            <pv_value />
+            <numBits>1</numBits>
+            <scripts />
+            <border_alarm_sensitive>true</border_alarm_sensitive>
+            <height>28</height>
+            <border_width>0</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <visible>true</visible>
+            <pv_name>$(PREFIX)-PMAC:$(NAME_MTR).MSTA</pv_name>
+            <border_color>
+              <color name="IO Border" red="215" green="215" blue="215" />
+            </border_color>
+            <bitReverse>true</bitReverse>
+            <label />
+            <widget_type>Byte Monitor</widget_type>
+            <off_color>
+              <color name="IO Grid" red="215" green="215" blue="215" />
+            </off_color>
+            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+            <background_color>
+              <color name="IO Background" red="255" green="255" blue="205" />
+            </background_color>
+            <square_led>true</square_led>
+            <startBit>1</startBit>
+            <width>70</width>
+            <x>201</x>
+            <name>Byte Monitor Template</name>
+            <y>366</y>
+            <foreground_color>
+              <color name="IO InputPV Fg" red="0" green="32" blue="92" />
+            </foreground_color>
+            <actions hook="false" hook_all="false" />
+            <font>
+              <opifont.name fontName="arial" height="10" style="0">IO Normal</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+            <border_style>0</border_style>
+            <tooltip></tooltip>
+            <horizontal_alignment>1</horizontal_alignment>
+            <rules />
+            <enabled>true</enabled>
+            <wuid>59fc39f9:158487e5950:-33a6</wuid>
+            <transparent>true</transparent>
+            <auto_size>false</auto_size>
+            <text>Motor is placed</text>
+            <scripts />
+            <height>20</height>
+            <border_width>1</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <visible>true</visible>
+            <vertical_alignment>1</vertical_alignment>
+            <border_color>
+              <color red="0" green="128" blue="255" />
+            </border_color>
+            <widget_type>Label</widget_type>
+            <wrap_words>false</wrap_words>
+            <background_color>
+              <color red="255" green="255" blue="255" />
+            </background_color>
+            <width>125</width>
+            <x>38</x>
+            <name>Label_164</name>
+            <y>370</y>
+            <foreground_color>
+              <color red="0" green="0" blue="0" />
+            </foreground_color>
+            <actions hook="false" hook_all="false" />
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+            <border_style>0</border_style>
+            <tooltip></tooltip>
+            <horizontal_alignment>1</horizontal_alignment>
+            <rules />
+            <enabled>true</enabled>
+            <wuid>59fc39f9:158487e5950:-26fe</wuid>
+            <transparent>true</transparent>
+            <auto_size>false</auto_size>
+            <text>HV is ramping ...</text>
+            <scripts />
+            <height>20</height>
+            <border_width>1</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <visible>true</visible>
+            <vertical_alignment>1</vertical_alignment>
+            <border_color>
+              <color red="0" green="128" blue="255" />
+            </border_color>
+            <widget_type>Label</widget_type>
+            <wrap_words>false</wrap_words>
+            <background_color>
+              <color red="255" green="255" blue="255" />
+            </background_color>
+            <width>196</width>
+            <x>6</x>
+            <name>Label_164</name>
+            <y>178</y>
+            <foreground_color>
+              <color red="0" green="0" blue="0" />
+            </foreground_color>
+            <actions hook="false" hook_all="false" />
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.bytemonitor" version="1.0.0">
+            <border_style>0</border_style>
+            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+            <alarm_pulsing>false</alarm_pulsing>
+            <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+            <rules />
+            <effect_3d>true</effect_3d>
+            <enabled>true</enabled>
+            <wuid>59fc39f9:158487e5950:-26ff</wuid>
+            <on_color>
+              <color name="Major" red="255" green="0" blue="0" />
+            </on_color>
+            <horizontal>false</horizontal>
+            <pv_value />
+            <numBits>1</numBits>
+            <scripts />
+            <border_alarm_sensitive>true</border_alarm_sensitive>
+            <height>28</height>
+            <border_width>0</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <visible>true</visible>
+            <pv_name>${PREFIX}${TYPE}:PS.BUSY</pv_name>
+            <border_color>
+              <color name="IO Border" red="215" green="215" blue="215" />
+            </border_color>
+            <bitReverse>true</bitReverse>
+            <label />
+            <widget_type>Byte Monitor</widget_type>
+            <off_color>
+              <color name="IO Grid" red="215" green="215" blue="215" />
+            </off_color>
+            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+            <background_color>
+              <color name="IO Background" red="255" green="255" blue="205" />
+            </background_color>
+            <square_led>true</square_led>
+            <startBit>0</startBit>
+            <width>70</width>
+            <x>201</x>
+            <name>Byte Monitor Template</name>
+            <y>174</y>
+            <foreground_color>
+              <color name="IO InputPV Fg" red="0" green="32" blue="92" />
+            </foreground_color>
+            <actions hook="false" hook_all="false" />
+            <font>
+              <opifont.name fontName="arial" height="10" style="0">IO Normal</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.Rectangle" version="1.0.0">
+            <border_style>0</border_style>
+            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+            <line_width>4</line_width>
+            <horizontal_fill>true</horizontal_fill>
+            <alarm_pulsing>false</alarm_pulsing>
+            <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+            <rules>
+              <rule name="Visible" prop_id="visible" out_exp="false">
+                <exp bool_exp="pv0==1">
+                  <value>true</value>
+                </exp>
+                <exp bool_exp="pv0==0">
+                  <value>false</value>
+                </exp>
+                <pv trig="true">${PREFIX}${TYPE}:PS.BUSY</pv>
+              </rule>
+            </rules>
+            <enabled>true</enabled>
+            <wuid>59fc39f9:158487e5950:-2314</wuid>
+            <transparent>true</transparent>
+            <pv_value />
+            <alpha>255</alpha>
+            <bg_gradient_color>
+              <color red="255" green="255" blue="255" />
+            </bg_gradient_color>
+            <scripts />
+            <border_alarm_sensitive>false</border_alarm_sensitive>
+            <height>193</height>
+            <border_width>1</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <visible>true</visible>
+            <pv_name>${PREFIX}${TYPE}:PS.BUSY</pv_name>
+            <gradient>false</gradient>
+            <border_color>
+              <color name="Major" red="255" green="0" blue="0" />
+            </border_color>
+            <anti_alias>true</anti_alias>
+            <line_style>0</line_style>
+            <widget_type>Rectangle</widget_type>
+            <fg_gradient_color>
+              <color red="255" green="255" blue="255" />
+            </fg_gradient_color>
+            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+            <background_color>
+              <color name="Major" red="255" green="0" blue="0" />
+            </background_color>
+            <width>295</width>
+            <x>12</x>
+            <name>Rectangle</name>
+            <y>18</y>
+            <fill_level>0.0</fill_level>
+            <foreground_color>
+              <color red="255" green="0" blue="0" />
+            </foreground_color>
+            <actions hook="false" hook_all="false" />
+            <font>
+              <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+            </font>
+            <line_color>
+              <color name="Major" red="255" green="0" blue="0" />
+            </line_color>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+            <border_style>0</border_style>
+            <tooltip></tooltip>
+            <horizontal_alignment>1</horizontal_alignment>
+            <rules />
+            <enabled>true</enabled>
+            <wuid>-460a3b47:15868b634f9:-6f5c</wuid>
+            <transparent>true</transparent>
+            <auto_size>false</auto_size>
+            <text>Motor is Homed</text>
+            <scripts />
+            <height>20</height>
+            <border_width>1</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <visible>true</visible>
+            <vertical_alignment>1</vertical_alignment>
+            <border_color>
+              <color red="0" green="128" blue="255" />
+            </border_color>
+            <widget_type>Label</widget_type>
+            <wrap_words>false</wrap_words>
+            <background_color>
+              <color red="255" green="255" blue="255" />
+            </background_color>
+            <width>125</width>
+            <x>38</x>
+            <name>Label_164</name>
+            <y>406</y>
+            <foreground_color>
+              <color red="0" green="0" blue="0" />
+            </foreground_color>
+            <actions hook="false" hook_all="false" />
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.bytemonitor" version="1.0.0">
+            <border_style>0</border_style>
+            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+            <alarm_pulsing>false</alarm_pulsing>
+            <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+            <rules />
+            <effect_3d>true</effect_3d>
+            <enabled>true</enabled>
+            <wuid>-460a3b47:15868b634f9:-6f52</wuid>
+            <on_color>
+              <color name="Green On" red="0" green="255" blue="0" />
+            </on_color>
+            <horizontal>false</horizontal>
+            <pv_value />
+            <numBits>1</numBits>
+            <scripts />
+            <border_alarm_sensitive>true</border_alarm_sensitive>
+            <height>28</height>
+            <border_width>0</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <visible>true</visible>
+            <pv_name>$(PREFIX)-PMAC:$(NAME_MTR).MSTA</pv_name>
+            <border_color>
+              <color name="IO Border" red="215" green="215" blue="215" />
+            </border_color>
+            <bitReverse>true</bitReverse>
+            <label />
+            <widget_type>Byte Monitor</widget_type>
+            <off_color>
+              <color name="Major" red="255" green="0" blue="0" />
+            </off_color>
+            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+            <background_color>
+              <color name="IO Background" red="255" green="255" blue="205" />
+            </background_color>
+            <square_led>true</square_led>
+            <startBit>14</startBit>
+            <width>70</width>
+            <x>201</x>
+            <name>Byte Monitor Template</name>
+            <y>402</y>
+            <foreground_color>
+              <color name="IO InputPV Fg" red="0" green="32" blue="92" />
+            </foreground_color>
+            <actions hook="false" hook_all="false" />
+            <font>
+              <opifont.name fontName="arial" height="10" style="0">IO Normal</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.Rectangle" version="1.0.0">
+            <border_style>0</border_style>
+            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+            <line_width>4</line_width>
+            <horizontal_fill>true</horizontal_fill>
+            <alarm_pulsing>false</alarm_pulsing>
+            <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+            <rules>
+              <rule name="Visible" prop_id="visible" out_exp="false">
+                <exp bool_exp="pv0==1">
+                  <value>true</value>
+                </exp>
+                <exp bool_exp="pv0==0">
+                  <value>false</value>
+                </exp>
+                <pv trig="true">$(PREFIX)-PMAC:$(NAME_MTR).MOVN</pv>
+              </rule>
+            </rules>
+            <enabled>true</enabled>
+            <wuid>59fc39f9:158487e5950:-2172</wuid>
+            <transparent>true</transparent>
+            <pv_value />
+            <alpha>255</alpha>
+            <bg_gradient_color>
+              <color red="255" green="255" blue="255" />
+            </bg_gradient_color>
+            <scripts />
+            <border_alarm_sensitive>false</border_alarm_sensitive>
+            <height>325</height>
+            <border_width>1</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <visible>true</visible>
+            <pv_name>$(PREFIX)-PMAC:$(NAME_MTR).MOVN</pv_name>
+            <gradient>false</gradient>
+            <border_color>
+              <color name="Major" red="255" green="0" blue="0" />
+            </border_color>
+            <anti_alias>true</anti_alias>
+            <line_style>0</line_style>
+            <widget_type>Rectangle</widget_type>
+            <fg_gradient_color>
+              <color red="255" green="255" blue="255" />
+            </fg_gradient_color>
+            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+            <background_color>
+              <color name="Major" red="255" green="0" blue="0" />
+            </background_color>
+            <width>295</width>
+            <x>12</x>
+            <name>Rectangle_1</name>
+            <y>228</y>
+            <fill_level>0.0</fill_level>
+            <foreground_color>
+              <color red="255" green="0" blue="0" />
+            </foreground_color>
+            <actions hook="false" hook_all="false" />
+            <font>
+              <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+            </font>
+            <line_color>
+              <color name="Major" red="255" green="0" blue="0" />
+            </line_color>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+            <border_style>0</border_style>
+            <tooltip></tooltip>
+            <horizontal_alignment>1</horizontal_alignment>
+            <rules />
+            <enabled>true</enabled>
+            <wuid>-1168daa3:158859bc9c3:-6028</wuid>
+            <transparent>true</transparent>
+            <auto_size>false</auto_size>
+            <text>Brake ON</text>
+            <scripts />
+            <height>20</height>
+            <border_width>1</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <visible>true</visible>
+            <vertical_alignment>1</vertical_alignment>
+            <border_color>
+              <color red="0" green="128" blue="255" />
+            </border_color>
+            <widget_type>Label</widget_type>
+            <wrap_words>false</wrap_words>
+            <background_color>
+              <color red="255" green="255" blue="255" />
+            </background_color>
+            <width>83</width>
+            <x>52</x>
+            <name>Label_164</name>
+            <y>514</y>
+            <foreground_color>
+              <color red="0" green="0" blue="0" />
+            </foreground_color>
+            <actions hook="false" hook_all="false" />
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.bytemonitor" version="1.0.0">
+            <border_style>0</border_style>
+            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+            <alarm_pulsing>false</alarm_pulsing>
+            <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+            <rules />
+            <effect_3d>true</effect_3d>
+            <enabled>true</enabled>
+            <wuid>60f6e55b:158baae9c78:-79b8</wuid>
+            <on_color>
+              <color name="Field Background Grey" red="240" green="240" blue="240" />
+            </on_color>
+            <horizontal>false</horizontal>
+            <pv_value />
+            <numBits>1</numBits>
+            <scripts />
+            <border_alarm_sensitive>true</border_alarm_sensitive>
+            <height>28</height>
+            <border_width>0</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <visible>true</visible>
+            <pv_name>$(PREFIX)$(TYPE)-PMAC:BRAKE_R</pv_name>
+            <border_color>
+              <color name="IO Border" red="215" green="215" blue="215" />
+            </border_color>
+            <bitReverse>true</bitReverse>
+            <label />
+            <widget_type>Byte Monitor</widget_type>
+            <off_color>
+              <color name="Major" red="255" green="0" blue="0" />
+            </off_color>
+            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+            <background_color>
+              <color name="IO Background" red="255" green="255" blue="205" />
+            </background_color>
+            <square_led>true</square_led>
+            <startBit>0</startBit>
+            <width>70</width>
+            <x>201</x>
+            <name>Byte Monitor Template</name>
+            <y>510</y>
+            <foreground_color>
+              <color name="IO InputPV Fg" red="0" green="32" blue="92" />
+            </foreground_color>
+            <actions hook="false" hook_all="false" />
+            <font>
+              <opifont.name fontName="arial" height="10" style="0">IO Normal</opifont.name>
+            </font>
+          </widget>
+        </widget>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+        <border_style>0</border_style>
+        <tooltip></tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>-16429ab9:1582e68df9a:-3a7c</wuid>
+        <transparent>false</transparent>
+        <auto_size>false</auto_size>
+        <text>STATUS</text>
+        <scripts />
+        <height>32</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <widget_type>Label</widget_type>
+        <wrap_words>true</wrap_words>
+        <background_color>
+          <color name="SubPanel" red="176" green="218" blue="249" />
+        </background_color>
+        <width>319</width>
+        <x>2136</x>
+        <name>Label_15</name>
+        <y>39</y>
+        <foreground_color>
+          <color red="0" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <show_scrollbar>false</show_scrollbar>
+        <font>
+          <opifont.name fontName="OpenSans" height="15" style="1">Medium Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+        <border_style>0</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <line_width>5</line_width>
+        <horizontal_fill>true</horizontal_fill>
+        <alarm_pulsing>false</alarm_pulsing>
+        <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+        <arrows>0</arrows>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>-16429ab9:1582e68df9a:-363a</wuid>
+        <transparent>false</transparent>
+        <points>
+          <point x="29" y="1038" />
+          <point x="377" y="1038" />
+          <point x="377" y="1038" />
+          <point x="377" y="1038" />
+          <point x="377" y="1038" />
+        </points>
+        <fill_arrow>true</fill_arrow>
+        <pv_value />
+        <alpha>255</alpha>
+        <rotation_angle>0.0</rotation_angle>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <height>1</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>true</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <pv_name></pv_name>
+        <border_color>
+          <color name="Black" red="0" green="0" blue="0" />
+        </border_color>
+        <anti_alias>true</anti_alias>
+        <line_style>0</line_style>
+        <arrow_length>20</arrow_length>
+        <widget_type>Polyline</widget_type>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <background_color>
+          <color name="Black" red="0" green="0" blue="0" />
+        </background_color>
+        <width>349</width>
+        <x>29</x>
+        <name>Polyline</name>
+        <y>1038</y>
+        <fill_level>0.0</fill_level>
+        <foreground_color>
+          <color red="255" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
+        <alarm_pulsing>false</alarm_pulsing>
+        <precision>2</precision>
+        <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules />
+        <pv_value />
+        <auto_size>false</auto_size>
+        <text></text>
+        <rotation_angle>0.0</rotation_angle>
+        <show_units>false</show_units>
+        <height>22</height>
+        <multiline_input>false</multiline_input>
+        <border_width>1</border_width>
+        <visible>true</visible>
+        <pv_name>$(PREFIX)-PMAC:$(NAME_MTR).RBV</pv_name>
+        <selector_type>0</selector_type>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <precision_from_pv>false</precision_from_pv>
+        <widget_type>Text Input</widget_type>
+        <confirm_message></confirm_message>
+        <name>Text Input_9</name>
+        <style>0</style>
+        <actions hook="false" hook_all="false" />
+        <border_style>3</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <enabled>true</enabled>
+        <wuid>-16429ab9:158444d4181:-628c</wuid>
+        <transparent>false</transparent>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <format_type>0</format_type>
+        <limits_from_pv>false</limits_from_pv>
+        <background_color>
+          <color name="TextBackground" red="70" green="70" blue="70" />
+        </background_color>
+        <width>100</width>
+        <x>1205</x>
+        <y>876</y>
+        <maximum>1.7976931348623157E308</maximum>
+        <foreground_color>
+          <color name="Green On" red="0" green="255" blue="0" />
+        </foreground_color>
+        <minimum>-1.7976931348623157E308</minimum>
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+        <border_style>0</border_style>
+        <tooltip></tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules>
+          <rule name="Visible" prop_id="visible" out_exp="false">
+            <exp bool_exp="pv0==1">
+              <value>true</value>
+            </exp>
+            <exp bool_exp="pv0==0">
+              <value>false</value>
+            </exp>
+            <pv trig="true">$(PREFIX)-PMAC:$(NAME_MTR).MOVN</pv>
+          </rule>
+        </rules>
+        <enabled>false</enabled>
+        <wuid>59fc39f9:158487e5950:-4c5d</wuid>
+        <transparent>true</transparent>
+        <auto_size>false</auto_size>
+        <text>MOTOR IS MOVING ...</text>
+        <scripts />
+        <height>20</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <widget_type>Label</widget_type>
+        <wrap_words>false</wrap_words>
+        <background_color>
+          <color red="255" green="255" blue="255" />
+        </background_color>
+        <width>181</width>
+        <x>1020</x>
+        <name>Label</name>
+        <y>877</y>
+        <foreground_color>
+          <color name="Major" red="255" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.xyGraph" version="1.0.0">
+        <axis_1_scale_format></axis_1_scale_format>
+        <alarm_pulsing>false</alarm_pulsing>
+        <tooltip>$(trace_0_y_pv)
+$(trace_0_y_pv_value)</tooltip>
+        <trace_0_concatenate_data>false</trace_0_concatenate_data>
+        <trace_0_trace_type>0</trace_0_trace_type>
+        <border_width>1</border_width>
+        <border_style>0</border_style>
+        <axis_0_grid_color>
+          <color red="200" green="200" blue="200" />
+        </axis_0_grid_color>
+        <trace_0_name>$(trace_0_y_pv)</trace_0_name>
+        <trace_0_update_mode>0</trace_0_update_mode>
+        <wuid>-1168daa3:158859bc9c3:6e0</wuid>
+        <transparent>false</transparent>
+        <axis_0_title_font>
+          <opifont.name fontName="Cantarell" height="11" style="1">Default Bold</opifont.name>
+        </axis_0_title_font>
+        <background_color>
+          <color name="Container Grey" red="200" green="200" blue="200" />
+        </background_color>
+        <x>639</x>
+        <y>912</y>
+        <trace_0_x_axis_index>0</trace_0_x_axis_index>
+        <axis_count>2</axis_count>
+        <pv_value />
+        <trace_0_buffer_size>100</trace_0_buffer_size>
+        <axis_1_maximum>1.0</axis_1_maximum>
+        <axis_0_scale_font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </axis_0_scale_font>
+        <trigger_pv></trigger_pv>
+        <widget_type>XY Graph</widget_type>
+        <axis_1_axis_color>
+          <color red="0" green="0" blue="0" />
+        </axis_1_axis_color>
+        <axis_0_scale_format></axis_0_scale_format>
+        <axis_1_log_scale>false</axis_1_log_scale>
+        <title></title>
+        <trace_0_visible>true</trace_0_visible>
+        <show_legend>false</show_legend>
+        <axis_0_axis_title>mm</axis_0_axis_title>
+        <axis_0_axis_color>
+          <color red="0" green="0" blue="0" />
+        </axis_0_axis_color>
+        <axis_0_dash_grid_line>true</axis_0_dash_grid_line>
+        <trace_0_point_style>0</trace_0_point_style>
+        <trace_0_line_width>1</trace_0_line_width>
+        <axis_0_time_format>0</axis_0_time_format>
+        <trace_count>1</trace_count>
+        <axis_1_show_grid>true</axis_1_show_grid>
+        <axis_1_dash_grid_line>true</axis_1_dash_grid_line>
+        <show_toolbar>false</show_toolbar>
+        <axis_0_visible>true</axis_0_visible>
+        <axis_0_show_grid>true</axis_0_show_grid>
+        <trace_0_y_axis_index>1</trace_0_y_axis_index>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <axis_0_maximum>1.0</axis_0_maximum>
+        <height>181</height>
+        <trigger_pv_value />
+        <axis_1_grid_color>
+          <color red="200" green="200" blue="200" />
+        </axis_1_grid_color>
+        <actions hook="false" hook_all="false" />
+        <axis_0_log_scale>false</axis_0_log_scale>
+        <trace_0_x_pv_value />
+        <axis_0_auto_scale_threshold>0.0</axis_0_auto_scale_threshold>
+        <rules />
+        <axis_1_visible>true</axis_1_visible>
+        <trace_0_update_delay>1</trace_0_update_delay>
+        <pv_name>$(PREFIX)$(TYPE):CALC-PROJ-Xwf</pv_name>
+        <name>XY Graph</name>
+        <axis_0_auto_scale>true</axis_0_auto_scale>
+        <axis_0_minimum>-100.0</axis_0_minimum>
+        <axis_1_axis_title></axis_1_axis_title>
+        <axis_1_auto_scale>true</axis_1_auto_scale>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <trace_0_y_pv>$(PREFIX)$(TYPE):CALC-PROJ-Xwf</trace_0_y_pv>
+        <trace_0_plot_mode>0</trace_0_plot_mode>
+        <enabled>true</enabled>
+        <trace_0_x_pv>$(PREFIX)$(TYPE):CALC-PROJ-Xabsc</trace_0_x_pv>
+        <axis_1_scale_font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </axis_1_scale_font>
+        <axis_1_time_format>0</axis_1_time_format>
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <show_plot_area_border>true</show_plot_area_border>
+        <width>1384</width>
+        <axis_1_minimum>-1.0</axis_1_minimum>
+        <title_font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </title_font>
+        <trace_0_y_pv_value />
+        <plot_area_background_color>
+          <color name="Field Background Grey" red="240" green="240" blue="240" />
+        </plot_area_background_color>
+        <axis_1_title_font>
+          <opifont.name fontName="Cantarell" height="11" style="1">Default Bold</opifont.name>
+        </axis_1_title_font>
+        <visible>true</visible>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <scripts />
+        <trace_0_point_size>4</trace_0_point_size>
+        <trace_0_trace_color>
+          <color red="21" green="21" blue="196" />
+        </trace_0_trace_color>
+        <trace_0_anti_alias>true</trace_0_anti_alias>
+        <axis_1_auto_scale_threshold>0.1</axis_1_auto_scale_threshold>
+        <foreground_color>
+          <color red="0" green="0" blue="255" />
+        </foreground_color>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.xyGraph" version="1.0.0">
+        <axis_1_scale_format></axis_1_scale_format>
+        <alarm_pulsing>false</alarm_pulsing>
+        <tooltip>$(trace_0_y_pv)
+$(trace_0_y_pv_value)</tooltip>
+        <trace_0_concatenate_data>false</trace_0_concatenate_data>
+        <trace_0_trace_type>0</trace_0_trace_type>
+        <border_width>1</border_width>
+        <border_style>0</border_style>
+        <axis_0_grid_color>
+          <color red="200" green="200" blue="200" />
+        </axis_0_grid_color>
+        <trace_0_name>$(trace_0_y_pv)</trace_0_name>
+        <trace_0_update_mode>0</trace_0_update_mode>
+        <wuid>-1168daa3:158859bc9c3:50e</wuid>
+        <transparent>false</transparent>
+        <axis_0_title_font>
+          <opifont.name fontName="Cantarell" height="11" style="1">Default Bold</opifont.name>
+        </axis_0_title_font>
+        <background_color>
+          <color name="Container Grey" red="200" green="200" blue="200" />
+        </background_color>
+        <x>432</x>
+        <y>100</y>
+        <trace_0_x_axis_index>0</trace_0_x_axis_index>
+        <axis_count>2</axis_count>
+        <pv_value />
+        <trace_0_buffer_size>500</trace_0_buffer_size>
+        <axis_1_maximum>100.0</axis_1_maximum>
+        <axis_0_scale_font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </axis_0_scale_font>
+        <trigger_pv></trigger_pv>
+        <widget_type>XY Graph</widget_type>
+        <axis_1_axis_color>
+          <color red="0" green="0" blue="0" />
+        </axis_1_axis_color>
+        <axis_0_scale_format></axis_0_scale_format>
+        <axis_1_log_scale>false</axis_1_log_scale>
+        <title></title>
+        <trace_0_visible>true</trace_0_visible>
+        <show_legend>false</show_legend>
+        <axis_0_axis_title></axis_0_axis_title>
+        <axis_0_axis_color>
+          <color red="0" green="0" blue="0" />
+        </axis_0_axis_color>
+        <axis_0_dash_grid_line>true</axis_0_dash_grid_line>
+        <trace_0_point_style>0</trace_0_point_style>
+        <trace_0_line_width>1</trace_0_line_width>
+        <axis_0_time_format>0</axis_0_time_format>
+        <trace_count>1</trace_count>
+        <axis_1_show_grid>true</axis_1_show_grid>
+        <axis_1_dash_grid_line>true</axis_1_dash_grid_line>
+        <show_toolbar>false</show_toolbar>
+        <axis_0_visible>true</axis_0_visible>
+        <axis_0_show_grid>true</axis_0_show_grid>
+        <trace_0_y_axis_index>1</trace_0_y_axis_index>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <axis_0_maximum>100.0</axis_0_maximum>
+        <height>795</height>
+        <trigger_pv_value />
+        <axis_1_grid_color>
+          <color red="200" green="200" blue="200" />
+        </axis_1_grid_color>
+        <actions hook="false" hook_all="false" />
+        <axis_0_log_scale>false</axis_0_log_scale>
+        <trace_0_x_pv_value />
+        <axis_0_auto_scale_threshold>0.1</axis_0_auto_scale_threshold>
+        <rules />
+        <axis_1_visible>true</axis_1_visible>
+        <trace_0_update_delay>10</trace_0_update_delay>
+        <pv_name></pv_name>
+        <name>XY Graph</name>
+        <axis_0_auto_scale>true</axis_0_auto_scale>
+        <axis_0_minimum>-100.0</axis_0_minimum>
+        <axis_1_axis_title>mrad</axis_1_axis_title>
+        <axis_1_auto_scale>true</axis_1_auto_scale>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <trace_0_y_pv>$(PREFIX)$(TYPE):CALC-PROJ-Yabsc</trace_0_y_pv>
+        <trace_0_plot_mode>0</trace_0_plot_mode>
+        <enabled>true</enabled>
+        <trace_0_x_pv>$(PREFIX)$(TYPE):CALC-PROJ-Ywf</trace_0_x_pv>
+        <axis_1_scale_font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </axis_1_scale_font>
+        <axis_1_time_format>0</axis_1_time_format>
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <show_plot_area_border>true</show_plot_area_border>
+        <width>217</width>
+        <axis_1_minimum>-100.0</axis_1_minimum>
+        <title_font>
+          <opifont.name fontName="Cantarell" height="11" style="1">Default Bold</opifont.name>
+        </title_font>
+        <trace_0_y_pv_value />
+        <plot_area_background_color>
+          <color red="255" green="255" blue="255" />
+        </plot_area_background_color>
+        <axis_1_title_font>
+          <opifont.name fontName="Cantarell" height="11" style="1">Default Bold</opifont.name>
+        </axis_1_title_font>
+        <visible>true</visible>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <scripts />
+        <trace_0_point_size>4</trace_0_point_size>
+        <trace_0_trace_color>
+          <color red="21" green="21" blue="196" />
+        </trace_0_trace_color>
+        <trace_0_anti_alias>false</trace_0_anti_alias>
+        <axis_1_auto_scale_threshold>0.0</axis_1_auto_scale_threshold>
+        <foreground_color>
+          <color red="0" green="0" blue="255" />
+        </foreground_color>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+        <border_style>0</border_style>
+        <tooltip></tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules />
+        <enabled>false</enabled>
+        <wuid>-47901338:158955bc5eb:-3243</wuid>
+        <transparent>true</transparent>
+        <auto_size>false</auto_size>
+        <text>X Mean</text>
+        <scripts />
+        <height>20</height>
+        <border_width>2</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color name="IO Border" red="215" green="215" blue="215" />
+        </border_color>
+        <widget_type>Label</widget_type>
+        <wrap_words>false</wrap_words>
+        <background_color>
+          <color name="IO Background" red="255" green="255" blue="205" />
+        </background_color>
+        <width>121</width>
+        <x>420</x>
+        <name>Label Orientation_2</name>
+        <y>912</y>
+        <foreground_color>
+          <color name="White" red="255" green="255" blue="255" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+        <border_style>0</border_style>
+        <tooltip></tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules />
+        <enabled>false</enabled>
+        <wuid>-47901338:158955bc5eb:-3235</wuid>
+        <transparent>true</transparent>
+        <auto_size>false</auto_size>
+        <text>X' Mean</text>
+        <scripts />
+        <height>20</height>
+        <border_width>2</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color name="IO Border" red="215" green="215" blue="215" />
+        </border_color>
+        <widget_type>Label</widget_type>
+        <wrap_words>false</wrap_words>
+        <background_color>
+          <color name="IO Background" red="255" green="255" blue="205" />
+        </background_color>
+        <width>121</width>
+        <x>420</x>
+        <name>Label Orientation_2</name>
+        <y>942</y>
+        <foreground_color>
+          <color name="White" red="255" green="255" blue="255" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
+        <border_style>0</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <alarm_pulsing>false</alarm_pulsing>
+        <precision>0</precision>
+        <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+        <horizontal_alignment>0</horizontal_alignment>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>-47901338:158955bc5eb:-31f2</wuid>
+        <transparent>true</transparent>
+        <pv_value />
+        <auto_size>false</auto_size>
+        <text>######</text>
+        <rotation_angle>0.0</rotation_angle>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <show_units>true</show_units>
+        <height>20</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <pv_name>${PREFIX}${TYPE}:CALC-PROJ-Y</pv_name>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <precision_from_pv>true</precision_from_pv>
+        <widget_type>Text Update</widget_type>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <wrap_words>false</wrap_words>
+        <format_type>0</format_type>
+        <background_color>
+          <color red="255" green="255" blue="255" />
+        </background_color>
+        <width>100</width>
+        <x>540</x>
+        <name>Text Update</name>
+        <y>942</y>
+        <foreground_color>
+          <color name="Green On" red="0" green="255" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+        <border_style>0</border_style>
+        <tooltip></tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules />
+        <enabled>false</enabled>
+        <wuid>4b16a64d:158af4f8f37:-7b9f</wuid>
+        <transparent>true</transparent>
+        <auto_size>false</auto_size>
+        <text>Tension MRAD MAX</text>
+        <scripts />
+        <height>20</height>
+        <border_width>2</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color name="IO Border" red="215" green="215" blue="215" />
+        </border_color>
+        <widget_type>Label</widget_type>
+        <wrap_words>false</wrap_words>
+        <background_color>
+          <color name="IO Background" red="255" green="255" blue="205" />
+        </background_color>
+        <width>168</width>
+        <x>36</x>
+        <name>Label Orientation_3</name>
+        <y>857</y>
+        <foreground_color>
+          <color name="IO Foreground" red="0" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
+        <border_style>0</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <alarm_pulsing>false</alarm_pulsing>
+        <precision>0</precision>
+        <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>4b16a64d:158af4f8f37:-7b9e</wuid>
+        <transparent>false</transparent>
+        <pv_value />
+        <auto_size>false</auto_size>
+        <text>######</text>
+        <rotation_angle>0.0</rotation_angle>
+        <scripts />
+        <border_alarm_sensitive>true</border_alarm_sensitive>
+        <show_units>true</show_units>
+        <height>31</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <pv_name>${PREFIX}${TYPE}:PROC-VoltMaxP1</pv_name>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <precision_from_pv>true</precision_from_pv>
+        <widget_type>Text Update</widget_type>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <wrap_words>false</wrap_words>
+        <format_type>0</format_type>
+        <background_color>
+          <color red="70" green="70" blue="70" />
+        </background_color>
+        <width>160</width>
+        <x>209</x>
+        <name>Text Update</name>
+        <y>851</y>
+        <foreground_color>
+          <color name="Green On" red="0" green="255" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
+        <border_style>0</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <alarm_pulsing>false</alarm_pulsing>
+        <precision>0</precision>
+        <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>4b16a64d:158af4f8f37:-7b9d</wuid>
+        <transparent>false</transparent>
+        <pv_value />
+        <auto_size>false</auto_size>
+        <text>######</text>
+        <rotation_angle>0.0</rotation_angle>
+        <scripts />
+        <border_alarm_sensitive>true</border_alarm_sensitive>
+        <show_units>true</show_units>
+        <height>31</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <pv_name>${PREFIX}${TYPE}:PROC-VoltMinP1</pv_name>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <precision_from_pv>true</precision_from_pv>
+        <widget_type>Text Update</widget_type>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <wrap_words>false</wrap_words>
+        <format_type>0</format_type>
+        <background_color>
+          <color red="70" green="70" blue="70" />
+        </background_color>
+        <width>160</width>
+        <x>209</x>
+        <name>Text Update_1</name>
+        <y>893</y>
+        <foreground_color>
+          <color name="Green On" red="0" green="255" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+        <border_style>0</border_style>
+        <tooltip></tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules />
+        <enabled>false</enabled>
+        <wuid>4b16a64d:158af4f8f37:-7ae3</wuid>
+        <transparent>true</transparent>
+        <auto_size>false</auto_size>
+        <text>Tension MRAD MIN</text>
+        <scripts />
+        <height>25</height>
+        <border_width>2</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color name="IO Border" red="215" green="215" blue="215" />
+        </border_color>
+        <widget_type>Label</widget_type>
+        <wrap_words>false</wrap_words>
+        <background_color>
+          <color name="IO Background" red="255" green="255" blue="205" />
+        </background_color>
+        <width>168</width>
+        <x>36</x>
+        <name>Label Orientation_3</name>
+        <y>899</y>
+        <foreground_color>
+          <color name="IO Foreground" red="0" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
+        <border_style>0</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <alarm_pulsing>false</alarm_pulsing>
+        <precision>0</precision>
+        <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+        <horizontal_alignment>0</horizontal_alignment>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>82148ce:158b4de09bc:-7db2</wuid>
+        <transparent>true</transparent>
+        <pv_value />
+        <auto_size>false</auto_size>
+        <text>######</text>
+        <rotation_angle>0.0</rotation_angle>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <show_units>true</show_units>
+        <height>20</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <pv_name>${PREFIX}${TYPE}:CALC-RMS-SIZE</pv_name>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <precision_from_pv>true</precision_from_pv>
+        <widget_type>Text Update</widget_type>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <wrap_words>false</wrap_words>
+        <format_type>0</format_type>
+        <background_color>
+          <color red="255" green="255" blue="255" />
+        </background_color>
+        <width>100</width>
+        <x>540</x>
+        <name>Text Update</name>
+        <y>978</y>
+        <foreground_color>
+          <color name="Green On" red="0" green="255" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+        <border_style>0</border_style>
+        <tooltip></tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules />
+        <enabled>false</enabled>
+        <wuid>82148ce:158b4de09bc:-7db1</wuid>
+        <transparent>true</transparent>
+        <auto_size>false</auto_size>
+        <text>SIGMA X</text>
+        <scripts />
+        <height>20</height>
+        <border_width>2</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color name="IO Border" red="215" green="215" blue="215" />
+        </border_color>
+        <widget_type>Label</widget_type>
+        <wrap_words>false</wrap_words>
+        <background_color>
+          <color name="IO Background" red="255" green="255" blue="205" />
+        </background_color>
+        <width>121</width>
+        <x>420</x>
+        <name>Label Orientation_2</name>
+        <y>978</y>
+        <foreground_color>
+          <color name="White" red="255" green="255" blue="255" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+        <border_style>0</border_style>
+        <tooltip></tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules />
+        <enabled>false</enabled>
+        <wuid>82148ce:158b4de09bc:-7db0</wuid>
+        <transparent>true</transparent>
+        <auto_size>false</auto_size>
+        <text>SIGMA X'</text>
+        <scripts />
+        <height>20</height>
+        <border_width>2</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color name="IO Border" red="215" green="215" blue="215" />
+        </border_color>
+        <widget_type>Label</widget_type>
+        <wrap_words>false</wrap_words>
+        <background_color>
+          <color name="IO Background" red="255" green="255" blue="205" />
+        </background_color>
+        <width>121</width>
+        <x>420</x>
+        <name>Label Orientation_3</name>
+        <y>1012</y>
+        <foreground_color>
+          <color name="White" red="255" green="255" blue="255" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
+        <border_style>0</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <alarm_pulsing>false</alarm_pulsing>
+        <precision>0</precision>
+        <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+        <horizontal_alignment>0</horizontal_alignment>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>82148ce:158b4de09bc:-7daf</wuid>
+        <transparent>true</transparent>
+        <pv_value />
+        <auto_size>false</auto_size>
+        <text>######</text>
+        <rotation_angle>0.0</rotation_angle>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <show_units>true</show_units>
+        <height>20</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <pv_name>${PREFIX}${TYPE}:CALC-RMS-ANGLE</pv_name>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <precision_from_pv>true</precision_from_pv>
+        <widget_type>Text Update</widget_type>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <wrap_words>false</wrap_words>
+        <format_type>0</format_type>
+        <background_color>
+          <color red="255" green="255" blue="255" />
+        </background_color>
+        <width>100</width>
+        <x>540</x>
+        <name>Text Update_1</name>
+        <y>1012</y>
+        <foreground_color>
+          <color name="Green On" red="0" green="255" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+        <border_style>0</border_style>
+        <tooltip></tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules />
+        <enabled>false</enabled>
+        <wuid>-254931a3:158b5a49183:-7dd1</wuid>
+        <transparent>true</transparent>
+        <auto_size>false</auto_size>
+        <text>SIGMA XX'</text>
+        <scripts />
+        <height>20</height>
+        <border_width>2</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color name="IO Border" red="215" green="215" blue="215" />
+        </border_color>
+        <widget_type>Label</widget_type>
+        <wrap_words>false</wrap_words>
+        <background_color>
+          <color name="IO Background" red="255" green="255" blue="205" />
+        </background_color>
+        <width>121</width>
+        <x>420</x>
+        <name>Label Orientation_3</name>
+        <y>1047</y>
+        <foreground_color>
+          <color name="White" red="255" green="255" blue="255" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
+        <border_style>0</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <alarm_pulsing>false</alarm_pulsing>
+        <precision>0</precision>
+        <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+        <horizontal_alignment>0</horizontal_alignment>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>-254931a3:158b5a49183:-7dd0</wuid>
+        <transparent>true</transparent>
+        <pv_value />
+        <auto_size>false</auto_size>
+        <text>######</text>
+        <rotation_angle>0.0</rotation_angle>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <show_units>true</show_units>
+        <height>20</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <pv_name>${PREFIX}${TYPE}:CALC-SIGMA</pv_name>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <precision_from_pv>true</precision_from_pv>
+        <widget_type>Text Update</widget_type>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <wrap_words>false</wrap_words>
+        <format_type>0</format_type>
+        <background_color>
+          <color red="255" green="255" blue="255" />
+        </background_color>
+        <width>100</width>
+        <x>540</x>
+        <name>Text Update_1</name>
+        <y>1047</y>
+        <foreground_color>
+          <color name="Green On" red="0" green="255" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.tab" version="1.0.0">
+        <active_tab>0</active_tab>
+        <tooltip></tooltip>
+        <height>354</height>
+        <border_width>1</border_width>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <tab_0_foreground_color>
+          <color red="0" green="0" blue="0" />
+        </tab_0_foreground_color>
+        <actions hook="false" hook_all="false" />
+        <border_style>0</border_style>
+        <enabled>true</enabled>
+        <wuid>60f6e55b:158baae9c78:-7f2b</wuid>
+        <background_color>
+          <color red="240" green="240" blue="240" />
+        </background_color>
+        <width>319</width>
+        <x>2136</x>
+        <horizontal_tabs>true</horizontal_tabs>
+        <y>678</y>
+        <rules />
+        <macros>
+          <include_parent_macros>true</include_parent_macros>
+        </macros>
+        <visible>true</visible>
+        <tab_0_background_color>
+          <color red="183" green="189" blue="182" />
+        </tab_0_background_color>
+        <widget_type>Tabbed Container</widget_type>
+        <name>Tabbed Container_2</name>
+        <minimum_tab_height>10</minimum_tab_height>
+        <tab_0_font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </tab_0_font>
+        <tab_0_title>PLC-STATUS</tab_0_title>
+        <scripts />
+        <tab_count>1</tab_count>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <tab_0_icon_path></tab_0_icon_path>
+        <tab_0_enabled>true</tab_0_enabled>
+        <foreground_color>
+          <color red="192" green="192" blue="192" />
+        </foreground_color>
+        <widget typeId="org.csstudio.opibuilder.widgets.groupingContainer" version="1.0.0">
+          <border_style>0</border_style>
+          <tooltip></tooltip>
+          <rules />
+          <enabled>true</enabled>
+          <wuid>60f6e55b:158baae9c78:-7f2a</wuid>
+          <transparent>true</transparent>
+          <lock_children>false</lock_children>
+          <scripts />
+          <height>318</height>
+          <border_width>1</border_width>
+          <scale_options>
+            <width_scalable>true</width_scalable>
+            <height_scalable>true</height_scalable>
+            <keep_wh_ratio>false</keep_wh_ratio>
+          </scale_options>
+          <macros>
+            <include_parent_macros>true</include_parent_macros>
+          </macros>
+          <visible>true</visible>
+          <border_color>
+            <color red="0" green="128" blue="255" />
+          </border_color>
+          <widget_type>Grouping Container</widget_type>
+          <background_color>
+            <color red="240" green="240" blue="240" />
+          </background_color>
+          <width>317</width>
+          <x>1</x>
+          <name>PLC-STATUS</name>
+          <y>1</y>
+          <foreground_color>
+            <color red="192" green="192" blue="192" />
+          </foreground_color>
+          <actions hook="false" hook_all="false" />
+          <fc>false</fc>
+          <show_scrollbar>true</show_scrollbar>
+          <font>
+            <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+          </font>
+          <widget typeId="org.csstudio.opibuilder.widgets.Rectangle" version="1.0.0">
+            <border_style>0</border_style>
+            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+            <line_width>0</line_width>
+            <horizontal_fill>true</horizontal_fill>
+            <alarm_pulsing>false</alarm_pulsing>
+            <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+            <rules />
+            <enabled>true</enabled>
+            <wuid>60f6e55b:158baae9c78:-7f15</wuid>
+            <transparent>false</transparent>
+            <pv_value />
+            <alpha>255</alpha>
+            <bg_gradient_color>
+              <color red="255" green="255" blue="255" />
+            </bg_gradient_color>
+            <scripts />
+            <border_alarm_sensitive>false</border_alarm_sensitive>
+            <height>301</height>
+            <border_width>1</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <visible>true</visible>
+            <pv_name></pv_name>
+            <gradient>false</gradient>
+            <border_color>
+              <color red="0" green="128" blue="255" />
+            </border_color>
+            <anti_alias>true</anti_alias>
+            <line_style>0</line_style>
+            <widget_type>Rectangle</widget_type>
+            <fg_gradient_color>
+              <color red="255" green="255" blue="255" />
+            </fg_gradient_color>
+            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+            <background_color>
+              <color red="136" green="138" blue="133" />
+            </background_color>
+            <width>295</width>
+            <x>12</x>
+            <name>Rectangle</name>
+            <y>6</y>
+            <fill_level>0.0</fill_level>
+            <foreground_color>
+              <color red="255" green="0" blue="0" />
+            </foreground_color>
+            <actions hook="false" hook_all="false" />
+            <font>
+              <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+            </font>
+            <line_color>
+              <color red="128" green="0" blue="255" />
+            </line_color>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+            <border_style>0</border_style>
+            <tooltip></tooltip>
+            <horizontal_alignment>1</horizontal_alignment>
+            <rules />
+            <enabled>true</enabled>
+            <wuid>60f6e55b:158baae9c78:-7f14</wuid>
+            <transparent>true</transparent>
+            <auto_size>false</auto_size>
+            <text>Temp BEAM Stop</text>
+            <scripts />
+            <height>20</height>
+            <border_width>1</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <visible>true</visible>
+            <vertical_alignment>1</vertical_alignment>
+            <border_color>
+              <color red="0" green="128" blue="255" />
+            </border_color>
+            <widget_type>Label</widget_type>
+            <wrap_words>false</wrap_words>
+            <background_color>
+              <color red="255" green="255" blue="255" />
+            </background_color>
+            <width>134</width>
+            <x>28</x>
+            <name>Label_164</name>
+            <y>30</y>
+            <foreground_color>
+              <color red="0" green="0" blue="0" />
+            </foreground_color>
+            <actions hook="false" hook_all="false" />
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
+            <border_style>0</border_style>
+            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+            <alarm_pulsing>false</alarm_pulsing>
+            <precision>2</precision>
+            <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+            <horizontal_alignment>1</horizontal_alignment>
+            <rules />
+            <enabled>true</enabled>
+            <wuid>60f6e55b:158baae9c78:-7f13</wuid>
+            <transparent>false</transparent>
+            <pv_value />
+            <auto_size>false</auto_size>
+            <text>######</text>
+            <rotation_angle>0.0</rotation_angle>
+            <scripts />
+            <border_alarm_sensitive>true</border_alarm_sensitive>
+            <show_units>true</show_units>
+            <height>31</height>
+            <border_width>1</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <visible>true</visible>
+            <pv_name>INFN-SRC:INTK-VBS:TEMP</pv_name>
+            <vertical_alignment>1</vertical_alignment>
+            <border_color>
+              <color red="0" green="128" blue="255" />
+            </border_color>
+            <precision_from_pv>false</precision_from_pv>
+            <widget_type>Text Update</widget_type>
+            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+            <wrap_words>false</wrap_words>
+            <format_type>0</format_type>
+            <background_color>
+              <color red="70" green="70" blue="70" />
+            </background_color>
+            <width>112</width>
+            <x>174</x>
+            <name>Text Update</name>
+            <y>24</y>
+            <foreground_color>
+              <color name="Green On" red="0" green="255" blue="0" />
+            </foreground_color>
+            <actions hook="false" hook_all="false" />
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
+            <border_style>0</border_style>
+            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+            <alarm_pulsing>false</alarm_pulsing>
+            <precision>2</precision>
+            <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+            <horizontal_alignment>1</horizontal_alignment>
+            <rules />
+            <enabled>true</enabled>
+            <wuid>60f6e55b:158baae9c78:-7f12</wuid>
+            <transparent>false</transparent>
+            <pv_value />
+            <auto_size>false</auto_size>
+            <text>######</text>
+            <rotation_angle>0.0</rotation_angle>
+            <scripts />
+            <border_alarm_sensitive>true</border_alarm_sensitive>
+            <show_units>true</show_units>
+            <height>31</height>
+            <border_width>1</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <visible>true</visible>
+            <pv_name>INFN-SRC:INTK-VS:TEMP</pv_name>
+            <vertical_alignment>1</vertical_alignment>
+            <border_color>
+              <color red="0" green="128" blue="255" />
+            </border_color>
+            <precision_from_pv>false</precision_from_pv>
+            <widget_type>Text Update</widget_type>
+            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+            <wrap_words>false</wrap_words>
+            <format_type>0</format_type>
+            <background_color>
+              <color red="70" green="70" blue="70" />
+            </background_color>
+            <width>112</width>
+            <x>174</x>
+            <name>Text Update_1</name>
+            <y>66</y>
+            <foreground_color>
+              <color name="Green On" red="0" green="255" blue="0" />
+            </foreground_color>
+            <actions hook="false" hook_all="false" />
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.ActionButton" version="2.0.0">
+            <toggle_button>false</toggle_button>
+            <border_style>6</border_style>
+            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+            <alarm_pulsing>false</alarm_pulsing>
+            <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+            <push_action_index>0</push_action_index>
+            <rules>
+              <rule name="Enable" prop_id="enabled" out_exp="false">
+                <exp bool_exp="pv0 &gt;= 200">
+                  <value>false</value>
+                </exp>
+                <exp bool_exp="pv0&lt;=200">
+                  <value>true</value>
+                </exp>
+                <pv trig="true">${PREFIX}${TYPE}:MTR.P4SI</pv>
+              </rule>
+            </rules>
+            <enabled>false</enabled>
+            <wuid>60f6e55b:158baae9c78:-7f11</wuid>
+            <pv_value />
+            <text>HORIZONTAL</text>
+            <scripts />
+            <border_alarm_sensitive>false</border_alarm_sensitive>
+            <height>55</height>
+            <border_width>2</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <image></image>
+            <visible>true</visible>
+            <pv_name>INFN-SRC:INTK-HMI:VH_SELECT</pv_name>
+            <border_color>
+              <color name="IO Border" red="215" green="215" blue="215" />
+            </border_color>
+            <widget_type>Action Button</widget_type>
+            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+            <background_color>
+              <color name="IO Button" red="178" green="178" blue="178" />
+            </background_color>
+            <width>133</width>
+            <x>46</x>
+            <name>Start Scan</name>
+            <y>126</y>
+            <style>0</style>
+            <foreground_color>
+              <color name="IO Foreground" red="0" green="0" blue="0" />
+            </foreground_color>
+            <actions hook="false" hook_all="false">
+              <action type="WRITE_PV">
+                <pv_name>INFN-SRC:INTK-HMI:VH_SELECT</pv_name>
+                <value>1</value>
+                <timeout>10</timeout>
+                <confirm_message></confirm_message>
+                <description>Select HORIZONTAL</description>
+              </action>
+            </actions>
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
+            <alarm_pulsing>false</alarm_pulsing>
+            <tooltip>$(pv_name)</tooltip>
+            <rules />
+            <effect_3d>true</effect_3d>
+            <bit>-1</bit>
+            <pv_value />
+            <height>23</height>
+            <border_width>1</border_width>
+            <visible>true</visible>
+            <pv_name>INFN-SRC:INTK-HMI:VH_SELECT</pv_name>
+            <border_color>
+              <color name="Blue" red="0" green="128" blue="255" />
+            </border_color>
+            <widget_type>LED</widget_type>
+            <name>LED</name>
+            <actions hook="false" hook_all="false" />
+            <show_boolean_label>false</show_boolean_label>
+            <border_style>0</border_style>
+            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+            <enabled>true</enabled>
+            <wuid>60f6e55b:158baae9c78:-7f10</wuid>
+            <on_color>
+              <color name="Green On" red="0" green="255" blue="0" />
+            </on_color>
+            <scripts />
+            <border_alarm_sensitive>false</border_alarm_sensitive>
+            <on_label>ON</on_label>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>true</keep_wh_ratio>
+            </scale_options>
+            <off_color>
+              <color name="Field Background Grey" red="240" green="240" blue="240" />
+            </off_color>
+            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+            <background_color>
+              <color name="Field Background Grey" red="240" green="240" blue="240" />
+            </background_color>
+            <square_led>false</square_led>
+            <width>23</width>
+            <x>234</x>
+            <data_type>0</data_type>
+            <y>142</y>
+            <foreground_color>
+              <color name="Button Grey" red="180" green="180" blue="180" />
+            </foreground_color>
+            <font>
+              <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+            </font>
+            <off_label>OFF</off_label>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
+            <alarm_pulsing>false</alarm_pulsing>
+            <tooltip>$(pv_name)</tooltip>
+            <rules />
+            <effect_3d>true</effect_3d>
+            <bit>-1</bit>
+            <pv_value />
+            <height>23</height>
+            <border_width>1</border_width>
+            <visible>true</visible>
+            <pv_name>INFN-SRC:INTK-HMI:VH_SELECT</pv_name>
+            <border_color>
+              <color name="Blue" red="0" green="128" blue="255" />
+            </border_color>
+            <widget_type>LED</widget_type>
+            <name>LED_1</name>
+            <actions hook="false" hook_all="false" />
+            <show_boolean_label>false</show_boolean_label>
+            <border_style>0</border_style>
+            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+            <enabled>true</enabled>
+            <wuid>60f6e55b:158baae9c78:-7f0f</wuid>
+            <on_color>
+              <color name="Field Background Grey" red="240" green="240" blue="240" />
+            </on_color>
+            <scripts />
+            <border_alarm_sensitive>false</border_alarm_sensitive>
+            <on_label>ON</on_label>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>true</keep_wh_ratio>
+            </scale_options>
+            <off_color>
+              <color name="Green On" red="0" green="255" blue="0" />
+            </off_color>
+            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+            <background_color>
+              <color name="Field Background Grey" red="240" green="240" blue="240" />
+            </background_color>
+            <square_led>false</square_led>
+            <width>23</width>
+            <x>234</x>
+            <data_type>0</data_type>
+            <y>208</y>
+            <foreground_color>
+              <color name="Button Grey" red="180" green="180" blue="180" />
+            </foreground_color>
+            <font>
+              <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+            </font>
+            <off_label>OFF</off_label>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.ActionButton" version="2.0.0">
+            <toggle_button>false</toggle_button>
+            <border_style>6</border_style>
+            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+            <alarm_pulsing>false</alarm_pulsing>
+            <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+            <push_action_index>0</push_action_index>
+            <rules>
+              <rule name="Enable" prop_id="enabled" out_exp="false">
+                <exp bool_exp="pv0 &gt;= 200">
+                  <value>false</value>
+                </exp>
+                <exp bool_exp="pv0&lt;=200">
+                  <value>true</value>
+                </exp>
+                <pv trig="true">${PREFIX}${TYPE}:MTR.P4SI</pv>
+              </rule>
+            </rules>
+            <enabled>false</enabled>
+            <wuid>60f6e55b:158baae9c78:-7f0e</wuid>
+            <pv_value />
+            <text>VERTICAL</text>
+            <scripts />
+            <border_alarm_sensitive>false</border_alarm_sensitive>
+            <height>55</height>
+            <border_width>2</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <image></image>
+            <visible>true</visible>
+            <pv_name>INFN-SRC:INTK-HMI:VH_SELECT</pv_name>
+            <border_color>
+              <color name="IO Border" red="215" green="215" blue="215" />
+            </border_color>
+            <widget_type>Action Button</widget_type>
+            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+            <background_color>
+              <color name="IO Button" red="178" green="178" blue="178" />
+            </background_color>
+            <width>133</width>
+            <x>46</x>
+            <name>Start Scan_1</name>
+            <y>192</y>
+            <style>0</style>
+            <foreground_color>
+              <color name="IO Foreground" red="0" green="0" blue="0" />
+            </foreground_color>
+            <actions hook="false" hook_all="false">
+              <action type="WRITE_PV">
+                <pv_name>INFN-SRC:INTK-HMI:VH_SELECT</pv_name>
+                <value>1</value>
+                <timeout>10</timeout>
+                <confirm_message></confirm_message>
+                <description>Select VERTICAL</description>
+              </action>
+            </actions>
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+            <border_style>0</border_style>
+            <tooltip></tooltip>
+            <horizontal_alignment>1</horizontal_alignment>
+            <rules />
+            <enabled>true</enabled>
+            <wuid>60f6e55b:158baae9c78:-7f0d</wuid>
+            <transparent>true</transparent>
+            <auto_size>false</auto_size>
+            <text>Temp SLIT</text>
+            <scripts />
+            <height>20</height>
+            <border_width>1</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <visible>true</visible>
+            <vertical_alignment>1</vertical_alignment>
+            <border_color>
+              <color red="0" green="128" blue="255" />
+            </border_color>
+            <widget_type>Label</widget_type>
+            <wrap_words>false</wrap_words>
+            <background_color>
+              <color red="255" green="255" blue="255" />
+            </background_color>
+            <width>134</width>
+            <x>24</x>
+            <name>Label_165</name>
+            <y>72</y>
+            <foreground_color>
+              <color red="0" green="0" blue="0" />
+            </foreground_color>
+            <actions hook="false" hook_all="false" />
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.Rectangle" version="1.0.0">
+            <border_style>0</border_style>
+            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+            <line_width>4</line_width>
+            <horizontal_fill>true</horizontal_fill>
+            <alarm_pulsing>false</alarm_pulsing>
+            <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+            <rules>
+              <rule name="Visible" prop_id="visible" out_exp="false">
+                <exp bool_exp="pv0==1 || pv1==1||pv2==1||pv3==1||pv4==1">
+                  <value>true</value>
+                </exp>
+                <exp bool_exp="pv0==0 &amp;&amp; pv1==0 &amp;&amp; pv2==0 &amp;&amp; pv3==0 &amp;&amp; pv4==0">
+                  <value>false</value>
+                </exp>
+                <pv trig="true">INFN-SRC:INTK-HMI:FM1</pv>
+                <pv trig="true">INFN-SRC:INTK-HMI:FM2</pv>
+                <pv trig="true">INFN-SRC:INTK-HMI:FM3</pv>
+                <pv trig="true">INFN-SRC:INTK-HMI:FM4</pv>
+                <pv trig="true">INFN-SRC:INTK-HMI:FM5</pv>
+              </rule>
+            </rules>
+            <enabled>true</enabled>
+            <wuid>-25f0d7e:158d972c59b:-7f2b</wuid>
+            <transparent>true</transparent>
+            <pv_value />
+            <alpha>255</alpha>
+            <bg_gradient_color>
+              <color red="255" green="255" blue="255" />
+            </bg_gradient_color>
+            <scripts />
+            <border_alarm_sensitive>false</border_alarm_sensitive>
+            <height>301</height>
+            <border_width>1</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <visible>true</visible>
+            <pv_name></pv_name>
+            <gradient>false</gradient>
+            <border_color>
+              <color name="Major" red="255" green="0" blue="0" />
+            </border_color>
+            <anti_alias>true</anti_alias>
+            <line_style>0</line_style>
+            <widget_type>Rectangle</widget_type>
+            <fg_gradient_color>
+              <color red="255" green="255" blue="255" />
+            </fg_gradient_color>
+            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+            <background_color>
+              <color name="Major" red="255" green="0" blue="0" />
+            </background_color>
+            <width>295</width>
+            <x>12</x>
+            <name>Rectangle</name>
+            <y>6</y>
+            <fill_level>0.0</fill_level>
+            <foreground_color>
+              <color red="255" green="0" blue="0" />
+            </foreground_color>
+            <actions hook="false" hook_all="false" />
+            <font>
+              <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+            </font>
+            <line_color>
+              <color name="Major" red="255" green="0" blue="0" />
+            </line_color>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
+            <border_style>0</border_style>
+            <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+            <alarm_pulsing>false</alarm_pulsing>
+            <precision>2</precision>
+            <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+            <horizontal_alignment>1</horizontal_alignment>
+            <rules>
+              <rule name="status" prop_id="text" out_exp="false">
+                <exp bool_exp="pv0==1 || pv1==1 || pv2==1 || pv3==1|| pv4==1">
+                  <value>Error</value>
+                </exp>
+                <exp bool_exp="pv0==1 &amp;&amp; pv1==0 &amp;&amp; pv2==0 &amp;&amp; pv3==0 &amp;&amp; pv4==0">
+                  <value>OK</value>
+                </exp>
+                <pv trig="true">INFN-SRC:INTK-HMI:FM1</pv>
+                <pv trig="true">INFN-SRC:INTK-HMI:FM2</pv>
+                <pv trig="true">INFN-SRC:INTK-HMI:FM3</pv>
+                <pv trig="true">INFN-SRC:INTK-HMI:FM4</pv>
+                <pv trig="true">INFN-SRC:INTK-HMI:FM5</pv>
+              </rule>
+              <rule name="Color" prop_id="foreground_color" out_exp="false">
+                <exp bool_exp="pv0==1 || pv1==1 || pv2==1 || pv3==1|| pv4==1">
+                  <value>
+                    <color name="Major" red="255" green="0" blue="0" />
+                  </value>
+                </exp>
+                <exp bool_exp="pv0==1 &amp;&amp; pv1==1 &amp;&amp; pv2==1 &amp;&amp; pv3==1 &amp;&amp; pv4==1">
+                  <value>
+                    <color name="Green On" red="0" green="255" blue="0" />
+                  </value>
+                </exp>
+                <pv trig="true">INFN-SRC:INTK-HMI:FM1</pv>
+                <pv trig="true">INFN-SRC:INTK-HMI:FM2</pv>
+                <pv trig="true">INFN-SRC:INTK-HMI:FM3</pv>
+                <pv trig="true">INFN-SRC:INTK-HMI:FM4</pv>
+                <pv trig="true">INFN-SRC:INTK-HMI:FM5</pv>
+              </rule>
+            </rules>
+            <enabled>true</enabled>
+            <wuid>100e174:1598cdb59c9:-78c8</wuid>
+            <transparent>false</transparent>
+            <pv_value />
+            <auto_size>false</auto_size>
+            <text>OK</text>
+            <rotation_angle>0.0</rotation_angle>
+            <scripts />
+            <border_alarm_sensitive>true</border_alarm_sensitive>
+            <show_units>true</show_units>
+            <height>31</height>
+            <border_width>1</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <visible>true</visible>
+            <pv_name></pv_name>
+            <vertical_alignment>1</vertical_alignment>
+            <border_color>
+              <color red="0" green="128" blue="255" />
+            </border_color>
+            <precision_from_pv>false</precision_from_pv>
+            <widget_type>Text Update</widget_type>
+            <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+            <wrap_words>false</wrap_words>
+            <format_type>0</format_type>
+            <background_color>
+              <color red="70" green="70" blue="70" />
+            </background_color>
+            <width>112</width>
+            <x>174</x>
+            <name>Text Update_1</name>
+            <y>264</y>
+            <foreground_color>
+              <color name="Green On" red="0" green="255" blue="0" />
+            </foreground_color>
+            <actions hook="false" hook_all="false" />
+            <font>
+              <opifont.name fontName="OpenSans" height="15" style="1">Medium Bold</opifont.name>
+            </font>
+          </widget>
+          <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+            <border_style>0</border_style>
+            <tooltip></tooltip>
+            <horizontal_alignment>1</horizontal_alignment>
+            <rules />
+            <enabled>true</enabled>
+            <wuid>100e174:1598cdb59c9:-78c7</wuid>
+            <transparent>true</transparent>
+            <auto_size>false</auto_size>
+            <text>Status</text>
+            <scripts />
+            <height>20</height>
+            <border_width>1</border_width>
+            <scale_options>
+              <width_scalable>true</width_scalable>
+              <height_scalable>true</height_scalable>
+              <keep_wh_ratio>false</keep_wh_ratio>
+            </scale_options>
+            <visible>true</visible>
+            <vertical_alignment>1</vertical_alignment>
+            <border_color>
+              <color red="0" green="128" blue="255" />
+            </border_color>
+            <widget_type>Label</widget_type>
+            <wrap_words>false</wrap_words>
+            <background_color>
+              <color red="255" green="255" blue="255" />
+            </background_color>
+            <width>134</width>
+            <x>24</x>
+            <name>Label_165</name>
+            <y>270</y>
+            <foreground_color>
+              <color red="0" green="0" blue="0" />
+            </foreground_color>
+            <actions hook="false" hook_all="false" />
+            <font>
+              <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+            </font>
+          </widget>
+        </widget>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.ActionButton" version="2.0.0">
+        <toggle_button>false</toggle_button>
+        <border_style>0</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <alarm_pulsing>false</alarm_pulsing>
+        <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+        <push_action_index>0</push_action_index>
+        <rules>
+          <rule name="Enable" prop_id="enabled" out_exp="false">
+            <exp bool_exp="pv0==0 &amp;&amp; pv1==0">
+              <value>true</value>
+            </exp>
+            <exp bool_exp="pv0==1 || pv1==1">
+              <value>false</value>
+            </exp>
+            <pv trig="true">${PREFIX}${TYPE}:MTR.BUSY</pv>
+            <pv trig="true">${PREFIX}${TYPE}:PS.BUSY</pv>
+          </rule>
+        </rules>
+        <enabled>true</enabled>
+        <wuid>-61dcfd6b:158bac54bbd:-7a9a</wuid>
+        <pv_value />
+        <text>Extract DATA</text>
+        <scripts>
+          <path pathString="Scripts/ExtracData.py" checkConnect="true" sfe="false" seoe="false">
+            <pv trig="true">loc://StartExtract</pv>
+            <pv trig="false">${PREFIX}${TYPE}:PS.NPTS</pv>
+            <pv trig="false">${PREFIX}${TYPE}:MTR.NPTS</pv>
+            <pv trig="false">${PREFIX}${TYPE}:CALC-Energy-SP</pv>
+            <pv trig="false">$(PREFIX):CARD0:SAMPLINGRATE-RB</pv>
+            <pv trig="false">${PREFIX}${TYPE}:MTR.P4SI</pv>
+            <pv trig="false">$(PREFIX)$(TYPE):BUFF-CURRENT</pv>
+            <pv trig="false">$(PREFIX)$(TYPE):BUFF-ANGLE</pv>
+            <pv trig="false">$(PREFIX)$(TYPE):BUFF-MTR-POS</pv>
+          </path>
+        </scripts>
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <height>57</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <image></image>
+        <visible>true</visible>
+        <pv_name></pv_name>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <widget_type>Action Button</widget_type>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <background_color>
+          <color name="Button Grey" red="180" green="180" blue="180" />
+        </background_color>
+        <width>166</width>
+        <x>2220</x>
+        <name>Action Button</name>
+        <y>1049</y>
+        <style>0</style>
+        <foreground_color>
+          <color red="0" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false">
+          <action type="WRITE_PV">
+            <pv_name>loc://StartExtract</pv_name>
+            <value>1</value>
+            <timeout>10</timeout>
+            <confirm_message></confirm_message>
+            <description></description>
+          </action>
+        </actions>
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+        <border_style>0</border_style>
+        <tooltip></tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules>
+          <rule name="Visible" prop_id="visible" out_exp="false">
+            <exp bool_exp="pv0==1">
+              <value>true</value>
+            </exp>
+            <exp bool_exp="pv0==0">
+              <value>false</value>
+            </exp>
+            <pv trig="true">${PREFIX}${TYPE}:PROC-AUTO-HOME</pv>
+          </rule>
+        </rules>
+        <enabled>false</enabled>
+        <wuid>7feef39:159b7455f16:-7060</wuid>
+        <transparent>true</transparent>
+        <auto_size>false</auto_size>
+        <text>STOPPING IN PROGRESS ...</text>
+        <scripts />
+        <height>60</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <widget_type>Label</widget_type>
+        <wrap_words>false</wrap_words>
+        <background_color>
+          <color red="255" green="255" blue="255" />
+        </background_color>
+        <width>505</width>
+        <x>1086</x>
+        <name>Label</name>
+        <y>150</y>
+        <foreground_color>
+          <color name="Major" red="255" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="Cantarell" height="19" style="1">Header 1</opifont.name>
+        </font>
+      </widget>
+    </widget>
+    <widget typeId="org.csstudio.opibuilder.widgets.groupingContainer" version="1.0.0">
+      <border_style>0</border_style>
+      <tooltip></tooltip>
+      <rules />
+      <enabled>true</enabled>
+      <wuid>2fea3147:153609206ed:-7765</wuid>
+      <transparent>true</transparent>
+      <lock_children>false</lock_children>
+      <scripts />
+      <height>1129</height>
+      <border_width>1</border_width>
+      <scale_options>
+        <width_scalable>true</width_scalable>
+        <height_scalable>true</height_scalable>
+        <keep_wh_ratio>false</keep_wh_ratio>
+      </scale_options>
+      <macros>
+        <include_parent_macros>true</include_parent_macros>
+      </macros>
+      <visible>false</visible>
+      <border_color>
+        <color red="0" green="128" blue="255" />
+      </border_color>
+      <widget_type>Grouping Container</widget_type>
+      <background_color>
+        <color red="240" green="240" blue="240" />
+      </background_color>
+      <width>2489</width>
+      <x>1</x>
+      <name>DTACQ</name>
+      <y>1</y>
+      <foreground_color>
+        <color red="192" green="192" blue="192" />
+      </foreground_color>
+      <actions hook="false" hook_all="false" />
+      <fc>false</fc>
+      <show_scrollbar>true</show_scrollbar>
+      <font>
+        <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+      </font>
+      <widget typeId="org.csstudio.opibuilder.widgets.Rectangle" version="1.0.0">
+        <border_style>0</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <line_width>0</line_width>
+        <horizontal_fill>true</horizontal_fill>
+        <alarm_pulsing>false</alarm_pulsing>
+        <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>-1168daa3:158859bc9c3:-eb7</wuid>
+        <transparent>false</transparent>
+        <pv_value />
+        <alpha>255</alpha>
+        <bg_gradient_color>
+          <color red="255" green="255" blue="255" />
+        </bg_gradient_color>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <height>936</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <pv_name></pv_name>
+        <gradient>false</gradient>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <anti_alias>true</anti_alias>
+        <line_style>0</line_style>
+        <widget_type>Rectangle</widget_type>
+        <fg_gradient_color>
+          <color red="255" green="255" blue="255" />
+        </fg_gradient_color>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <background_color>
+          <color name="Container Grey" red="200" green="200" blue="200" />
+        </background_color>
+        <width>1483</width>
+        <x>0</x>
+        <name>Rectangle</name>
+        <y>43</y>
+        <fill_level>0.0</fill_level>
+        <foreground_color>
+          <color red="255" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+        </font>
+        <line_color>
+          <color red="128" green="0" blue="255" />
+        </line_color>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
+        <border_style>0</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <alarm_pulsing>false</alarm_pulsing>
+        <precision>0</precision>
+        <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+        <horizontal_alignment>0</horizontal_alignment>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>1e771979:1565068c2e3:-483e</wuid>
+        <transparent>false</transparent>
+        <pv_value />
+        <auto_size>false</auto_size>
+        <text>######</text>
+        <rotation_angle>0.0</rotation_angle>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <show_units>true</show_units>
+        <height>20</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <pv_name>$(PREFIX):CARD0-STAT-RB</pv_name>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <precision_from_pv>true</precision_from_pv>
+        <widget_type>Text Update</widget_type>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <wrap_words>false</wrap_words>
+        <format_type>0</format_type>
+        <background_color>
+          <color red="0" green="0" blue="0" />
+        </background_color>
+        <width>148</width>
+        <x>1104</x>
+        <name>Text Update</name>
+        <y>24</y>
+        <foreground_color>
+          <color name="TextDynamic" red="0" green="244" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.Rectangle" version="1.0.0">
+        <border_style>0</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <line_width>0</line_width>
+        <horizontal_fill>true</horizontal_fill>
+        <alarm_pulsing>false</alarm_pulsing>
+        <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>-3d4af206:15877d6a498:-7781</wuid>
+        <transparent>false</transparent>
+        <pv_value />
+        <alpha>255</alpha>
+        <bg_gradient_color>
+          <color red="255" green="255" blue="255" />
+        </bg_gradient_color>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <height>20</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <pv_name></pv_name>
+        <gradient>false</gradient>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <anti_alias>true</anti_alias>
+        <line_style>0</line_style>
+        <widget_type>Rectangle</widget_type>
+        <fg_gradient_color>
+          <color red="255" green="255" blue="255" />
+        </fg_gradient_color>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <background_color>
+          <color red="186" green="189" blue="182" />
+        </background_color>
+        <width>160</width>
+        <x>408</x>
+        <name>Rectangle_2</name>
+        <y>850</y>
+        <fill_level>0.0</fill_level>
+        <foreground_color>
+          <color red="255" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+        </font>
+        <line_color>
+          <color red="128" green="0" blue="255" />
+        </line_color>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.xyGraph" version="1.0.0">
+        <axis_1_scale_format></axis_1_scale_format>
+        <trace_2_x_axis_index>0</trace_2_x_axis_index>
+        <alarm_pulsing>false</alarm_pulsing>
+        <tooltip>$(trace_0_y_pv)
+$(trace_0_y_pv_value)</tooltip>
+        <trace_0_concatenate_data>false</trace_0_concatenate_data>
+        <trace_0_trace_type>0</trace_0_trace_type>
+        <trace_4_line_width>3</trace_4_line_width>
+        <border_width>1</border_width>
+        <trace_3_point_size>4</trace_3_point_size>
+        <trace_1_x_axis_index>0</trace_1_x_axis_index>
+        <border_style>0</border_style>
+        <axis_0_grid_color>
+          <color red="78" green="154" blue="6" />
+        </axis_0_grid_color>
+        <axis_2_visible>false</axis_2_visible>
+        <trace_0_name>$(trace_0_y_pv)</trace_0_name>
+        <axis_2_minimum>0.0</axis_2_minimum>
+        <trace_0_update_mode>0</trace_0_update_mode>
+        <trace_1_x_pv>$(PREFIX)-HV1:VoltR_XMS</trace_1_x_pv>
+        <wuid>-3d4af206:15877d6a498:-7780</wuid>
+        <transparent>false</transparent>
+        <trace_1_update_mode>0</trace_1_update_mode>
+        <axis_0_title_font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </axis_0_title_font>
+        <trace_2_update_mode>0</trace_2_update_mode>
+        <background_color>
+          <color name="Field Background Grey" red="240" green="240" blue="240" />
+        </background_color>
+        <trace_3_update_mode>0</trace_3_update_mode>
+        <x>408</x>
+        <y>120</y>
+        <trace_4_update_mode>0</trace_4_update_mode>
+        <trace_3_x_axis_index>0</trace_3_x_axis_index>
+        <trace_0_x_axis_index>0</trace_0_x_axis_index>
+        <axis_count>3</axis_count>
+        <trace_4_x_pv>$(PREFIX)-HV1:VoltR:RCURSOR_X</trace_4_x_pv>
+        <trace_3_y_pv_value />
+        <trace_1_point_size>4</trace_1_point_size>
+        <trace_1_anti_alias>false</trace_1_anti_alias>
+        <pv_value />
+        <axis_2_grid_color>
+          <color red="200" green="200" blue="200" />
+        </axis_2_grid_color>
+        <trace_0_buffer_size>520</trace_0_buffer_size>
+        <trace_2_buffer_size>520</trace_2_buffer_size>
+        <axis_1_maximum>10.0</axis_1_maximum>
+        <axis_0_scale_font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </axis_0_scale_font>
+        <trigger_pv></trigger_pv>
+        <trace_4_update_delay>1</trace_4_update_delay>
+        <widget_type>XY Graph</widget_type>
+        <trace_2_line_width>1</trace_2_line_width>
+        <trace_4_plot_mode>0</trace_4_plot_mode>
+        <trace_3_concatenate_data>false</trace_3_concatenate_data>
+        <trace_4_x_pv_value />
+        <axis_1_axis_color>
+          <color red="0" green="0" blue="0" />
+        </axis_1_axis_color>
+        <axis_0_scale_format></axis_0_scale_format>
+        <axis_1_log_scale>false</axis_1_log_scale>
+        <title></title>
+        <trace_0_visible>true</trace_0_visible>
+        <trace_4_buffer_size>2</trace_4_buffer_size>
+        <trace_1_name>$(trace_1_y_pv)</trace_1_name>
+        <trace_3_anti_alias>false</trace_3_anti_alias>
+        <trace_1_y_pv_value />
+        <axis_2_auto_scale>true</axis_2_auto_scale>
+        <trace_4_y_pv>loc://val(-100,100)</trace_4_y_pv>
+        <show_legend>false</show_legend>
+        <trace_3_visible>true</trace_3_visible>
+        <trace_4_x_axis_index>0</trace_4_x_axis_index>
+        <trace_3_name>$(trace_3_y_pv)</trace_3_name>
+        <axis_0_axis_title>ms</axis_0_axis_title>
+        <axis_0_axis_color>
+          <color red="0" green="0" blue="0" />
+        </axis_0_axis_color>
+        <axis_2_scale_font>
+          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+        </axis_2_scale_font>
+        <trace_3_update_delay>1</trace_3_update_delay>
+        <trace_2_update_delay>1</trace_2_update_delay>
+        <trace_4_point_style>0</trace_4_point_style>
+        <axis_0_dash_grid_line>false</axis_0_dash_grid_line>
+        <trace_0_point_style>2</trace_0_point_style>
+        <trace_1_point_style>2</trace_1_point_style>
+        <trace_0_line_width>1</trace_0_line_width>
+        <axis_2_y_axis>false</axis_2_y_axis>
+        <trace_3_x_pv_value />
+        <axis_0_time_format>0</axis_0_time_format>
+        <trace_count>5</trace_count>
+        <axis_1_show_grid>true</axis_1_show_grid>
+        <trace_3_x_pv>$(PREFIX)-HV1:VoltR:LCURSOR_X</trace_3_x_pv>
+        <trace_2_trace_color>
+          <color name="Primary Blue" red="0" green="148" blue="202" />
+        </trace_2_trace_color>
+        <trace_4_visible>true</trace_4_visible>
+        <axis_1_dash_grid_line>true</axis_1_dash_grid_line>
+        <trace_3_buffer_size>2</trace_3_buffer_size>
+        <trace_2_trace_type>0</trace_2_trace_type>
+        <trace_3_line_width>3</trace_3_line_width>
+        <show_toolbar>true</show_toolbar>
+        <axis_0_visible>true</axis_0_visible>
+        <axis_0_show_grid>true</axis_0_show_grid>
+        <trace_0_y_axis_index>1</trace_0_y_axis_index>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>true</keep_wh_ratio>
+        </scale_options>
+        <trace_1_y_pv>$(PREFIX)-HV1:VoltR_Y</trace_1_y_pv>
+        <trace_2_concatenate_data>false</trace_2_concatenate_data>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <trace_2_y_pv_value />
+        <trace_2_anti_alias>false</trace_2_anti_alias>
+        <axis_0_maximum>6.0</axis_0_maximum>
+        <trace_1_y_axis_index>1</trace_1_y_axis_index>
+        <trace_2_name>$(trace_2_y_pv)</trace_2_name>
+        <height>451</height>
+        <trace_2_visible>false</trace_2_visible>
+        <trigger_pv_value />
+        <trace_3_y_pv>loc://val(-100,100)</trace_3_y_pv>
+        <axis_1_grid_color>
+          <color red="78" green="154" blue="6" />
+        </axis_1_grid_color>
+        <actions hook="false" hook_all="false" />
+        <trace_2_point_size>4</trace_2_point_size>
+        <trace_4_concatenate_data>false</trace_4_concatenate_data>
+        <axis_2_axis_color>
+          <color red="0" green="0" blue="0" />
+        </axis_2_axis_color>
+        <axis_0_log_scale>false</axis_0_log_scale>
+        <trace_0_x_pv_value />
+        <axis_0_auto_scale_threshold>0.0</axis_0_auto_scale_threshold>
+        <rules />
+        <axis_1_visible>true</axis_1_visible>
+        <axis_2_show_grid>false</axis_2_show_grid>
+        <trace_3_y_axis_index>1</trace_3_y_axis_index>
+        <trace_0_update_delay>1</trace_0_update_delay>
+        <trace_1_concatenate_data>false</trace_1_concatenate_data>
+        <trace_1_trace_color>
+          <color red="242" green="26" blue="26" />
+        </trace_1_trace_color>
+        <trace_3_trace_color>
+          <color name="Major" red="255" green="0" blue="0" />
+        </trace_3_trace_color>
+        <pv_name></pv_name>
+        <axis_2_log_scale>false</axis_2_log_scale>
+        <axis_2_auto_scale_threshold>0.0</axis_2_auto_scale_threshold>
+        <name>XY Graph</name>
+        <trace_1_trace_type>0</trace_1_trace_type>
+        <axis_0_auto_scale>true</axis_0_auto_scale>
+        <axis_0_minimum>-6.0</axis_0_minimum>
+        <trace_2_y_axis_index>1</trace_2_y_axis_index>
+        <trace_1_update_delay>1</trace_1_update_delay>
+        <axis_2_dash_grid_line>false</axis_2_dash_grid_line>
+        <axis_1_axis_title>mA</axis_1_axis_title>
+        <trace_2_x_pv_value />
+        <axis_1_auto_scale>false</axis_1_auto_scale>
+        <trace_1_line_width>1</trace_1_line_width>
+        <trace_3_trace_type>1</trace_3_trace_type>
+        <trace_2_y_pv>$(PREFIX)-HV2:VoltR_Y</trace_2_y_pv>
+        <trace_1_plot_mode>0</trace_1_plot_mode>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <axis_2_title_font>
+          <opifont.name fontName="Cantarell" height="11" style="1">Default Bold</opifont.name>
+        </axis_2_title_font>
+        <trace_3_point_style>0</trace_3_point_style>
+        <trace_0_y_pv>$(PREFIX)$(TYPE)-FC:CurrR_Y</trace_0_y_pv>
+        <trace_2_point_style>2</trace_2_point_style>
+        <trace_0_plot_mode>0</trace_0_plot_mode>
+        <trace_4_trace_type>1</trace_4_trace_type>
+        <enabled>true</enabled>
+        <trace_0_x_pv>$(PREFIX)$(TYPE)-FC:CurrR_XMS</trace_0_x_pv>
+        <axis_1_scale_font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </axis_1_scale_font>
+        <axis_1_time_format>0</axis_1_time_format>
+        <axis_2_time_format>0</axis_2_time_format>
+        <axis_2_left_bottom_side>false</axis_2_left_bottom_side>
+        <trace_3_plot_mode>0</trace_3_plot_mode>
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <axis_2_maximum>22.0</axis_2_maximum>
+        <show_plot_area_border>false</show_plot_area_border>
+        <width>895</width>
+        <trace_1_x_pv_value />
+        <axis_1_minimum>-10.0</axis_1_minimum>
+        <title_font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </title_font>
+        <trace_4_anti_alias>false</trace_4_anti_alias>
+        <trace_0_y_pv_value />
+        <trace_1_visible>false</trace_1_visible>
+        <plot_area_background_color>
+          <color red="0" green="0" blue="0" />
+        </plot_area_background_color>
+        <trace_4_point_size>4</trace_4_point_size>
+        <axis_1_title_font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </axis_1_title_font>
+        <visible>true</visible>
+        <axis_2_axis_title>ms</axis_2_axis_title>
+        <trace_4_trace_color>
+          <color name="Major" red="255" green="0" blue="0" />
+        </trace_4_trace_color>
+        <trace_1_buffer_size>520</trace_1_buffer_size>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <axis_2_scale_format></axis_2_scale_format>
+        <trace_4_y_pv_value />
+        <scripts />
+        <trace_0_point_size>3</trace_0_point_size>
+        <trace_0_trace_color>
+          <color red="0" green="255" blue="0" />
+        </trace_0_trace_color>
+        <trace_0_anti_alias>false</trace_0_anti_alias>
+        <trace_4_name>$(trace_4_y_pv)</trace_4_name>
+        <axis_1_auto_scale_threshold>0.0</axis_1_auto_scale_threshold>
+        <trace_4_y_axis_index>1</trace_4_y_axis_index>
+        <trace_2_plot_mode>0</trace_2_plot_mode>
+        <trace_2_x_pv>$(PREFIX)-HV2:VoltR_XMS</trace_2_x_pv>
+        <foreground_color>
+          <color red="0" green="0" blue="255" />
+        </foreground_color>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.RoundedRectangle" version="1.0.0">
+        <border_style>0</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <line_width>0</line_width>
+        <horizontal_fill>true</horizontal_fill>
+        <alarm_pulsing>false</alarm_pulsing>
+        <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>-3d4af206:15877d6a498:-777f</wuid>
+        <transparent>false</transparent>
+        <pv_value />
+        <alpha>255</alpha>
+        <corner_height>16</corner_height>
+        <bg_gradient_color>
+          <color red="255" green="255" blue="255" />
+        </bg_gradient_color>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <height>97</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <pv_name></pv_name>
+        <gradient>false</gradient>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <anti_alias>true</anti_alias>
+        <corner_width>16</corner_width>
+        <line_style>0</line_style>
+        <widget_type>Rounded Rectangle</widget_type>
+        <fg_gradient_color>
+          <color red="255" green="255" blue="255" />
+        </fg_gradient_color>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <background_color>
+          <color name="Field Background Grey" red="240" green="240" blue="240" />
+        </background_color>
+        <width>349</width>
+        <x>36</x>
+        <name>Rounded Rectangle_4</name>
+        <y>126</y>
+        <fill_level>0.0</fill_level>
+        <foreground_color>
+          <color red="255" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+        </font>
+        <line_color>
+          <color red="128" green="0" blue="255" />
+        </line_color>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+        <border_style>0</border_style>
+        <tooltip></tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>-3d4af206:15877d6a498:-777d</wuid>
+        <transparent>true</transparent>
+        <auto_size>false</auto_size>
+        <text>ms</text>
+        <scripts />
+        <height>20</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <widget_type>Label</widget_type>
+        <wrap_words>false</wrap_words>
+        <background_color>
+          <color red="255" green="255" blue="255" />
+        </background_color>
+        <width>40</width>
+        <x>328</x>
+        <name>Label_16</name>
+        <y>178</y>
+        <foreground_color>
+          <color red="0" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="OpenSans" height="10" style="1">Small Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.RoundedRectangle" version="1.0.0">
+        <border_style>0</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <line_width>0</line_width>
+        <horizontal_fill>true</horizontal_fill>
+        <alarm_pulsing>false</alarm_pulsing>
+        <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>-3d4af206:15877d6a498:-777c</wuid>
+        <transparent>false</transparent>
+        <pv_value />
+        <alpha>255</alpha>
+        <corner_height>16</corner_height>
+        <bg_gradient_color>
+          <color red="255" green="255" blue="255" />
+        </bg_gradient_color>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <height>97</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <pv_name></pv_name>
+        <gradient>false</gradient>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <anti_alias>true</anti_alias>
+        <corner_width>16</corner_width>
+        <line_style>0</line_style>
+        <widget_type>Rounded Rectangle</widget_type>
+        <fg_gradient_color>
+          <color red="255" green="255" blue="255" />
+        </fg_gradient_color>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <background_color>
+          <color name="Field Background Grey" red="240" green="240" blue="240" />
+        </background_color>
+        <width>349</width>
+        <x>36</x>
+        <name>Rounded Rectangle_5</name>
+        <y>246</y>
+        <fill_level>0.0</fill_level>
+        <foreground_color>
+          <color red="255" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+        </font>
+        <line_color>
+          <color red="128" green="0" blue="255" />
+        </line_color>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+        <border_style>0</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <line_width>2</line_width>
+        <horizontal_fill>true</horizontal_fill>
+        <alarm_pulsing>false</alarm_pulsing>
+        <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+        <arrows>1</arrows>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>-3d4af206:15877d6a498:-777b</wuid>
+        <transparent>false</transparent>
+        <points>
+          <point x="213" y="180" />
+          <point x="156" y="180" />
+          <point x="156" y="180" />
+        </points>
+        <fill_arrow>true</fill_arrow>
+        <pv_value />
+        <alpha>255</alpha>
+        <rotation_angle>0.0</rotation_angle>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <height>1</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>true</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <pv_name></pv_name>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <anti_alias>true</anti_alias>
+        <line_style>2</line_style>
+        <arrow_length>20</arrow_length>
+        <widget_type>Polyline</widget_type>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <background_color>
+          <color red="0" green="0" blue="0" />
+        </background_color>
+        <width>58</width>
+        <x>156</x>
+        <name>Polyline_1</name>
+        <y>180</y>
+        <fill_level>0.0</fill_level>
+        <foreground_color>
+          <color red="255" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+        <border_style>0</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <line_width>2</line_width>
+        <horizontal_fill>true</horizontal_fill>
+        <alarm_pulsing>false</alarm_pulsing>
+        <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+        <arrows>1</arrows>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>-3d4af206:15877d6a498:-7779</wuid>
+        <transparent>false</transparent>
+        <points>
+          <point x="213" y="300" />
+          <point x="156" y="300" />
+          <point x="156" y="300" />
+        </points>
+        <fill_arrow>true</fill_arrow>
+        <pv_value />
+        <alpha>255</alpha>
+        <rotation_angle>0.0</rotation_angle>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <height>1</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>true</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <pv_name></pv_name>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <anti_alias>true</anti_alias>
+        <line_style>2</line_style>
+        <arrow_length>20</arrow_length>
+        <widget_type>Polyline</widget_type>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <background_color>
+          <color red="0" green="0" blue="0" />
+        </background_color>
+        <width>58</width>
+        <x>156</x>
+        <name>Polyline_2</name>
+        <y>300</y>
+        <fill_level>0.0</fill_level>
+        <foreground_color>
+          <color red="255" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+        <border_style>0</border_style>
+        <tooltip></tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>-3d4af206:15877d6a498:-7778</wuid>
+        <transparent>true</transparent>
+        <auto_size>false</auto_size>
+        <text>ms</text>
+        <scripts />
+        <height>20</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <widget_type>Label</widget_type>
+        <wrap_words>false</wrap_words>
+        <background_color>
+          <color red="255" green="255" blue="255" />
+        </background_color>
+        <width>40</width>
+        <x>328</x>
+        <name>Label_18</name>
+        <y>298</y>
+        <foreground_color>
+          <color red="0" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="OpenSans" height="10" style="1">Small Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+        <border_style>0</border_style>
+        <tooltip></tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>-3d4af206:15877d6a498:-7777</wuid>
+        <transparent>false</transparent>
+        <auto_size>false</auto_size>
+        <text>FC Curr</text>
+        <scripts />
+        <height>24</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <widget_type>Label</widget_type>
+        <wrap_words>false</wrap_words>
+        <background_color>
+          <color red="0" green="0" blue="0" />
+        </background_color>
+        <width>160</width>
+        <x>408</x>
+        <name>Label_11</name>
+        <y>870</y>
+        <foreground_color>
+          <color name="TextDynamic" red="0" green="244" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
+        <border_style>0</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <alarm_pulsing>false</alarm_pulsing>
+        <precision>3</precision>
+        <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>-3d4af206:15877d6a498:-7776</wuid>
+        <transparent>false</transparent>
+        <pv_value />
+        <auto_size>false</auto_size>
+        <text>######</text>
+        <rotation_angle>0.0</rotation_angle>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <show_units>false</show_units>
+        <height>24</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <pv_name>$(PREFIX)$(TYPE)-FC:CurrR:AVG</pv_name>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <precision_from_pv>false</precision_from_pv>
+        <widget_type>Text Update</widget_type>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <wrap_words>false</wrap_words>
+        <format_type>0</format_type>
+        <background_color>
+          <color name="TextBackground" red="70" green="70" blue="70" />
+        </background_color>
+        <width>150</width>
+        <x>567</x>
+        <name>Text Update_3</name>
+        <y>870</y>
+        <foreground_color>
+          <color name="Minor" red="255" green="128" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
+        <border_style>0</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <alarm_pulsing>false</alarm_pulsing>
+        <precision>3</precision>
+        <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>-3d4af206:15877d6a498:-7775</wuid>
+        <transparent>false</transparent>
+        <pv_value />
+        <auto_size>false</auto_size>
+        <text>######</text>
+        <rotation_angle>0.0</rotation_angle>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <show_units>false</show_units>
+        <height>24</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <pv_name>$(PREFIX)$(TYPE)-FC:CurrR:MAX</pv_name>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <precision_from_pv>false</precision_from_pv>
+        <widget_type>Text Update</widget_type>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <wrap_words>false</wrap_words>
+        <format_type>0</format_type>
+        <background_color>
+          <color name="TextBackground" red="70" green="70" blue="70" />
+        </background_color>
+        <width>150</width>
+        <x>716</x>
+        <name>Text Update_1</name>
+        <y>870</y>
+        <foreground_color>
+          <color red="114" green="159" blue="207" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
+        <border_style>0</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <alarm_pulsing>false</alarm_pulsing>
+        <precision>3</precision>
+        <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>-3d4af206:15877d6a498:-7774</wuid>
+        <transparent>false</transparent>
+        <pv_value />
+        <auto_size>false</auto_size>
+        <text>######</text>
+        <rotation_angle>0.0</rotation_angle>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <show_units>false</show_units>
+        <height>24</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <pv_name>$(PREFIX)$(TYPE)-FC:CurrR:MIN</pv_name>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <precision_from_pv>false</precision_from_pv>
+        <widget_type>Text Update</widget_type>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <wrap_words>false</wrap_words>
+        <format_type>0</format_type>
+        <background_color>
+          <color name="TextBackground" red="70" green="70" blue="70" />
+        </background_color>
+        <width>150</width>
+        <x>865</x>
+        <name>Text Update_2</name>
+        <y>870</y>
+        <foreground_color>
+          <color red="252" green="233" blue="79" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.Rectangle" version="1.0.0">
+        <border_style>0</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <line_width>1</line_width>
+        <horizontal_fill>true</horizontal_fill>
+        <alarm_pulsing>false</alarm_pulsing>
+        <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>-3d4af206:15877d6a498:-7773</wuid>
+        <transparent>false</transparent>
+        <pv_value />
+        <alpha>255</alpha>
+        <bg_gradient_color>
+          <color red="255" green="255" blue="255" />
+        </bg_gradient_color>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <height>22</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <pv_name></pv_name>
+        <gradient>false</gradient>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <anti_alias>true</anti_alias>
+        <line_style>0</line_style>
+        <widget_type>Rectangle</widget_type>
+        <fg_gradient_color>
+          <color red="255" green="255" blue="255" />
+        </fg_gradient_color>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <background_color>
+          <color red="186" green="189" blue="182" />
+        </background_color>
+        <width>448</width>
+        <x>567</x>
+        <name>Rectangle_1</name>
+        <y>849</y>
+        <fill_level>0.0</fill_level>
+        <foreground_color>
+          <color red="255" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+        </font>
+        <line_color>
+          <color red="0" green="0" blue="0" />
+        </line_color>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+        <border_style>0</border_style>
+        <tooltip></tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>-3d4af206:15877d6a498:-7772</wuid>
+        <transparent>true</transparent>
+        <auto_size>false</auto_size>
+        <text>Max</text>
+        <scripts />
+        <height>20</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <widget_type>Label</widget_type>
+        <wrap_words>false</wrap_words>
+        <background_color>
+          <color red="255" green="255" blue="255" />
+        </background_color>
+        <width>150</width>
+        <x>716</x>
+        <name>Label_5</name>
+        <y>850</y>
+        <foreground_color>
+          <color red="0" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+        <border_style>0</border_style>
+        <tooltip></tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>-3d4af206:15877d6a498:-7771</wuid>
+        <transparent>true</transparent>
+        <auto_size>false</auto_size>
+        <text>Min</text>
+        <scripts />
+        <height>20</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <widget_type>Label</widget_type>
+        <wrap_words>false</wrap_words>
+        <background_color>
+          <color red="255" green="255" blue="255" />
+        </background_color>
+        <width>150</width>
+        <x>865</x>
+        <name>Label_22</name>
+        <y>850</y>
+        <foreground_color>
+          <color red="0" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+        <border_style>0</border_style>
+        <tooltip></tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>-3d4af206:15877d6a498:-7770</wuid>
+        <transparent>true</transparent>
+        <auto_size>false</auto_size>
+        <text>Average</text>
+        <scripts />
+        <height>20</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <widget_type>Label</widget_type>
+        <wrap_words>false</wrap_words>
+        <background_color>
+          <color red="255" green="255" blue="255" />
+        </background_color>
+        <width>150</width>
+        <x>567</x>
+        <name>Label_21</name>
+        <y>850</y>
+        <foreground_color>
+          <color red="0" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+        <border_style>0</border_style>
+        <tooltip></tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>-3d4af206:15877d6a498:-776f</wuid>
+        <transparent>true</transparent>
+        <auto_size>false</auto_size>
+        <text>Main GRAPH</text>
+        <scripts />
+        <height>20</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <widget_type>Label</widget_type>
+        <wrap_words>false</wrap_words>
+        <background_color>
+          <color red="255" green="255" blue="255" />
+        </background_color>
+        <width>115</width>
+        <x>840</x>
+        <name>Label_25</name>
+        <y>96</y>
+        <foreground_color>
+          <color red="0" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="Cantarell" height="11" style="1">Default Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.spinner" version="1.0.0">
+        <border_style>6</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <alarm_pulsing>false</alarm_pulsing>
+        <precision>3</precision>
+        <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules>
+          <rule name="BorderRule" prop_id="border_style" out_exp="false">
+            <exp bool_exp="pv0==1">
+              <value>9</value>
+            </exp>
+            <pv trig="true">$(pv_name).SIMM</pv>
+          </rule>
+        </rules>
+        <enabled>false</enabled>
+        <wuid>-3d4af206:15877d6a498:-7769</wuid>
+        <transparent>false</transparent>
+        <pv_value />
+        <scripts />
+        <buttons_on_left>false</buttons_on_left>
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <height>31</height>
+        <border_width>2</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <pv_name>$(PREFIX):CARD0:TRIGGER:PRETRIGGER_ms</pv_name>
+        <vertical_alignment>1</vertical_alignment>
+        <format>0</format>
+        <horizontal_buttons_layout>false</horizontal_buttons_layout>
+        <border_color>
+          <color name="IO Border" red="215" green="215" blue="215" />
+        </border_color>
+        <precision_from_pv>false</precision_from_pv>
+        <widget_type>Spinner</widget_type>
+        <step_increment>1.0</step_increment>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <limits_from_pv>true</limits_from_pv>
+        <background_color>
+          <color red="70" green="70" blue="70" />
+        </background_color>
+        <page_increment>10.0</page_increment>
+        <width>115</width>
+        <x>54</x>
+        <name>Spinner Template_10</name>
+        <y>168</y>
+        <maximum>10.0</maximum>
+        <foreground_color>
+          <color red="0" green="255" blue="255" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <minimum>0.0</minimum>
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.spinner" version="1.0.0">
+        <border_style>6</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <alarm_pulsing>false</alarm_pulsing>
+        <precision>3</precision>
+        <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules>
+          <rule name="BorderRule" prop_id="border_style" out_exp="false">
+            <exp bool_exp="pv0==1">
+              <value>9</value>
+            </exp>
+            <pv trig="true">$(pv_name).SIMM</pv>
+          </rule>
+        </rules>
+        <enabled>true</enabled>
+        <wuid>-3d4af206:15877d6a498:-7768</wuid>
+        <transparent>false</transparent>
+        <pv_value />
+        <scripts />
+        <buttons_on_left>false</buttons_on_left>
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <height>31</height>
+        <border_width>2</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <pv_name>$(PREFIX):CARD0:NSAMPLES_ms</pv_name>
+        <vertical_alignment>1</vertical_alignment>
+        <format>0</format>
+        <horizontal_buttons_layout>false</horizontal_buttons_layout>
+        <border_color>
+          <color name="IO Border" red="215" green="215" blue="215" />
+        </border_color>
+        <precision_from_pv>false</precision_from_pv>
+        <widget_type>Spinner</widget_type>
+        <step_increment>0.1</step_increment>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <limits_from_pv>false</limits_from_pv>
+        <background_color>
+          <color red="70" green="70" blue="70" />
+        </background_color>
+        <page_increment>10.0</page_increment>
+        <width>115</width>
+        <x>214</x>
+        <name>Spinner Template_1</name>
+        <y>168</y>
+        <maximum>10.0</maximum>
+        <foreground_color>
+          <color red="0" green="255" blue="255" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <minimum>1.0</minimum>
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.spinner" version="1.0.0">
+        <border_style>6</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <alarm_pulsing>false</alarm_pulsing>
+        <precision>3</precision>
+        <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules>
+          <rule name="BorderRule" prop_id="border_style" out_exp="false">
+            <exp bool_exp="pv0==1">
+              <value>9</value>
+            </exp>
+            <pv trig="true">$(pv_name).SIMM</pv>
+          </rule>
+        </rules>
+        <enabled>true</enabled>
+        <wuid>-3d4af206:15877d6a498:-7766</wuid>
+        <transparent>false</transparent>
+        <pv_value />
+        <scripts />
+        <buttons_on_left>false</buttons_on_left>
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <height>31</height>
+        <border_width>2</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <pv_name>$(PREFIX)$(TYPE):RCURSOR_ms</pv_name>
+        <vertical_alignment>1</vertical_alignment>
+        <format>0</format>
+        <horizontal_buttons_layout>false</horizontal_buttons_layout>
+        <border_color>
+          <color name="IO Border" red="215" green="215" blue="215" />
+        </border_color>
+        <precision_from_pv>false</precision_from_pv>
+        <widget_type>Spinner</widget_type>
+        <step_increment>1.0</step_increment>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <limits_from_pv>false</limits_from_pv>
+        <background_color>
+          <color red="70" green="70" blue="70" />
+        </background_color>
+        <page_increment>10.0</page_increment>
+        <width>115</width>
+        <x>214</x>
+        <name>Spinner Template_3</name>
+        <y>288</y>
+        <maximum>100.0</maximum>
+        <foreground_color>
+          <color red="0" green="255" blue="255" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <minimum>-100.0</minimum>
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+        <border_style>0</border_style>
+        <tooltip></tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>-1168daa3:158859bc9c3:-751a</wuid>
+        <transparent>false</transparent>
+        <auto_size>false</auto_size>
+        <text>HV1 Volt</text>
+        <scripts />
+        <height>24</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <widget_type>Label</widget_type>
+        <wrap_words>false</wrap_words>
+        <background_color>
+          <color red="0" green="0" blue="0" />
+        </background_color>
+        <width>160</width>
+        <x>408</x>
+        <name>Label_11</name>
+        <y>893</y>
+        <foreground_color>
+          <color name="Major" red="255" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
+        <border_style>0</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <alarm_pulsing>false</alarm_pulsing>
+        <precision>3</precision>
+        <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>-1168daa3:158859bc9c3:-7519</wuid>
+        <transparent>false</transparent>
+        <pv_value />
+        <auto_size>false</auto_size>
+        <text>######</text>
+        <rotation_angle>0.0</rotation_angle>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <show_units>true</show_units>
+        <height>24</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <pv_name>$(PREFIX)-HV1:VoltR:AVG</pv_name>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <precision_from_pv>true</precision_from_pv>
+        <widget_type>Text Update</widget_type>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <wrap_words>false</wrap_words>
+        <format_type>0</format_type>
+        <background_color>
+          <color name="TextBackground" red="70" green="70" blue="70" />
+        </background_color>
+        <width>150</width>
+        <x>567</x>
+        <name>Text Update_3</name>
+        <y>893</y>
+        <foreground_color>
+          <color name="Minor" red="255" green="128" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
+        <border_style>0</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <alarm_pulsing>false</alarm_pulsing>
+        <precision>3</precision>
+        <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>-1168daa3:158859bc9c3:-7518</wuid>
+        <transparent>false</transparent>
+        <pv_value />
+        <auto_size>false</auto_size>
+        <text>######</text>
+        <rotation_angle>0.0</rotation_angle>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <show_units>true</show_units>
+        <height>24</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <pv_name>$(PREFIX)-HV1:VoltR:MAX</pv_name>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <precision_from_pv>false</precision_from_pv>
+        <widget_type>Text Update</widget_type>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <wrap_words>false</wrap_words>
+        <format_type>0</format_type>
+        <background_color>
+          <color name="TextBackground" red="70" green="70" blue="70" />
+        </background_color>
+        <width>150</width>
+        <x>716</x>
+        <name>Text Update_1</name>
+        <y>893</y>
+        <foreground_color>
+          <color red="114" green="159" blue="207" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
+        <border_style>0</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <alarm_pulsing>false</alarm_pulsing>
+        <precision>3</precision>
+        <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>-1168daa3:158859bc9c3:-7517</wuid>
+        <transparent>false</transparent>
+        <pv_value />
+        <auto_size>false</auto_size>
+        <text>######</text>
+        <rotation_angle>0.0</rotation_angle>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <show_units>true</show_units>
+        <height>24</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <pv_name>$(PREFIX)-HV1:VoltR:MIN</pv_name>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <precision_from_pv>false</precision_from_pv>
+        <widget_type>Text Update</widget_type>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <wrap_words>false</wrap_words>
+        <format_type>0</format_type>
+        <background_color>
+          <color name="TextBackground" red="70" green="70" blue="70" />
+        </background_color>
+        <width>150</width>
+        <x>865</x>
+        <name>Text Update_2</name>
+        <y>893</y>
+        <foreground_color>
+          <color red="252" green="233" blue="79" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+        <border_style>0</border_style>
+        <tooltip></tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>-1168daa3:158859bc9c3:-70a0</wuid>
+        <transparent>false</transparent>
+        <auto_size>false</auto_size>
+        <text>HV2 Volt</text>
+        <scripts />
+        <height>24</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <widget_type>Label</widget_type>
+        <wrap_words>false</wrap_words>
+        <background_color>
+          <color red="0" green="0" blue="0" />
+        </background_color>
+        <width>160</width>
+        <x>408</x>
+        <name>Label_11</name>
+        <y>916</y>
+        <foreground_color>
+          <color name="Primary Blue" red="0" green="148" blue="202" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
+        <border_style>0</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <alarm_pulsing>false</alarm_pulsing>
+        <precision>3</precision>
+        <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>-1168daa3:158859bc9c3:-709f</wuid>
+        <transparent>false</transparent>
+        <pv_value />
+        <auto_size>false</auto_size>
+        <text>######</text>
+        <rotation_angle>0.0</rotation_angle>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <show_units>true</show_units>
+        <height>24</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <pv_name>$(PREFIX)-HV2:VoltR:AVG</pv_name>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <precision_from_pv>true</precision_from_pv>
+        <widget_type>Text Update</widget_type>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <wrap_words>false</wrap_words>
+        <format_type>0</format_type>
+        <background_color>
+          <color name="TextBackground" red="70" green="70" blue="70" />
+        </background_color>
+        <width>150</width>
+        <x>567</x>
+        <name>Text Update_3</name>
+        <y>916</y>
+        <foreground_color>
+          <color name="Minor" red="255" green="128" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
+        <border_style>0</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <alarm_pulsing>false</alarm_pulsing>
+        <precision>3</precision>
+        <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>-1168daa3:158859bc9c3:-709e</wuid>
+        <transparent>false</transparent>
+        <pv_value />
+        <auto_size>false</auto_size>
+        <text>######</text>
+        <rotation_angle>0.0</rotation_angle>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <show_units>true</show_units>
+        <height>24</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <pv_name>$(PREFIX)-HV2:VoltR:MAX</pv_name>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <precision_from_pv>false</precision_from_pv>
+        <widget_type>Text Update</widget_type>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <wrap_words>false</wrap_words>
+        <format_type>0</format_type>
+        <background_color>
+          <color name="TextBackground" red="70" green="70" blue="70" />
+        </background_color>
+        <width>150</width>
+        <x>716</x>
+        <name>Text Update_1</name>
+        <y>916</y>
+        <foreground_color>
+          <color red="114" green="159" blue="207" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
+        <border_style>0</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <alarm_pulsing>false</alarm_pulsing>
+        <precision>3</precision>
+        <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>-1168daa3:158859bc9c3:-709d</wuid>
+        <transparent>false</transparent>
+        <pv_value />
+        <auto_size>false</auto_size>
+        <text>######</text>
+        <rotation_angle>0.0</rotation_angle>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <show_units>true</show_units>
+        <height>24</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <pv_name>$(PREFIX)-HV2:VoltR:MIN</pv_name>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <precision_from_pv>false</precision_from_pv>
+        <widget_type>Text Update</widget_type>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <wrap_words>false</wrap_words>
+        <format_type>0</format_type>
+        <background_color>
+          <color name="TextBackground" red="70" green="70" blue="70" />
+        </background_color>
+        <width>150</width>
+        <x>865</x>
+        <name>Text Update_2</name>
+        <y>916</y>
+        <foreground_color>
+          <color red="252" green="233" blue="79" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+        <border_style>0</border_style>
+        <tooltip></tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>-1168daa3:158859bc9c3:-f67</wuid>
+        <transparent>false</transparent>
+        <auto_size>false</auto_size>
+        <text>Display interval</text>
+        <scripts />
+        <height>32</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <widget_type>Label</widget_type>
+        <wrap_words>true</wrap_words>
+        <background_color>
+          <color name="SubPanel" red="176" green="218" blue="249" />
+        </background_color>
+        <width>349</width>
+        <x>36</x>
+        <name>Label_15</name>
+        <y>126</y>
+        <foreground_color>
+          <color red="0" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <show_scrollbar>false</show_scrollbar>
+        <font>
+          <opifont.name fontName="OpenSans" height="15" style="1">Medium Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+        <border_style>0</border_style>
+        <tooltip></tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>-1168daa3:158859bc9c3:-f5d</wuid>
+        <transparent>false</transparent>
+        <auto_size>false</auto_size>
+        <text>Measure interval</text>
+        <scripts />
+        <height>32</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <widget_type>Label</widget_type>
+        <wrap_words>true</wrap_words>
+        <background_color>
+          <color name="SubPanel" red="176" green="218" blue="249" />
+        </background_color>
+        <width>349</width>
+        <x>36</x>
+        <name>Label_15</name>
+        <y>246</y>
+        <foreground_color>
+          <color red="0" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <show_scrollbar>false</show_scrollbar>
+        <font>
+          <opifont.name fontName="OpenSans" height="15" style="1">Medium Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+        <border_style>0</border_style>
+        <tooltip></tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>-1168daa3:158859bc9c3:-f53</wuid>
+        <transparent>false</transparent>
+        <auto_size>false</auto_size>
+        <text>FAST ACQUISITION</text>
+        <scripts />
+        <height>32</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <widget_type>Label</widget_type>
+        <wrap_words>true</wrap_words>
+        <background_color>
+          <color name="SubPanel" red="176" green="218" blue="249" />
+        </background_color>
+        <width>1483</width>
+        <x>0</x>
+        <name>Label_15</name>
+        <y>12</y>
+        <foreground_color>
+          <color red="0" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <show_scrollbar>false</show_scrollbar>
+        <font>
+          <opifont.name fontName="OpenSans" height="15" style="1">Medium Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.spinner" version="1.0.0">
+        <border_style>6</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <alarm_pulsing>false</alarm_pulsing>
+        <precision>3</precision>
+        <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules>
+          <rule name="BorderRule" prop_id="border_style" out_exp="false">
+            <exp bool_exp="pv0==1">
+              <value>9</value>
+            </exp>
+            <pv trig="true">$(pv_name).SIMM</pv>
+          </rule>
+        </rules>
+        <enabled>true</enabled>
+        <wuid>-6047e935:1589bd389ef:-66ec</wuid>
+        <transparent>false</transparent>
+        <pv_value />
+        <scripts />
+        <buttons_on_left>false</buttons_on_left>
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <height>31</height>
+        <border_width>2</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <pv_name>$(PREFIX)$(TYPE):LCURSOR_ms</pv_name>
+        <vertical_alignment>1</vertical_alignment>
+        <format>0</format>
+        <horizontal_buttons_layout>false</horizontal_buttons_layout>
+        <border_color>
+          <color name="IO Border" red="215" green="215" blue="215" />
+        </border_color>
+        <precision_from_pv>false</precision_from_pv>
+        <widget_type>Spinner</widget_type>
+        <step_increment>1.0</step_increment>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <limits_from_pv>false</limits_from_pv>
+        <background_color>
+          <color red="70" green="70" blue="70" />
+        </background_color>
+        <page_increment>10.0</page_increment>
+        <width>115</width>
+        <x>54</x>
+        <name>Spinner Template_3</name>
+        <y>288</y>
+        <maximum>100.0</maximum>
+        <foreground_color>
+          <color red="0" green="255" blue="255" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <minimum>-100.0</minimum>
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.xyGraph" version="1.0.0">
+        <axis_1_scale_format></axis_1_scale_format>
+        <trace_2_x_axis_index>0</trace_2_x_axis_index>
+        <alarm_pulsing>false</alarm_pulsing>
+        <tooltip>$(trace_0_y_pv)
+$(trace_0_y_pv_value)</tooltip>
+        <trace_0_concatenate_data>false</trace_0_concatenate_data>
+        <trace_0_trace_type>0</trace_0_trace_type>
+        <trace_4_line_width>3</trace_4_line_width>
+        <border_width>1</border_width>
+        <trace_3_point_size>4</trace_3_point_size>
+        <trace_1_x_axis_index>0</trace_1_x_axis_index>
+        <border_style>0</border_style>
+        <axis_0_grid_color>
+          <color red="78" green="154" blue="6" />
+        </axis_0_grid_color>
+        <axis_2_visible>false</axis_2_visible>
+        <trace_0_name>$(trace_0_y_pv)</trace_0_name>
+        <axis_2_minimum>0.0</axis_2_minimum>
+        <trace_0_update_mode>0</trace_0_update_mode>
+        <trace_1_x_pv>$(PREFIX)-HV1:VoltR_XMS</trace_1_x_pv>
+        <wuid>-61dcfd6b:158bac54bbd:-7d05</wuid>
+        <transparent>false</transparent>
+        <trace_1_update_mode>0</trace_1_update_mode>
+        <axis_0_title_font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </axis_0_title_font>
+        <trace_2_update_mode>0</trace_2_update_mode>
+        <background_color>
+          <color name="Field Background Grey" red="240" green="240" blue="240" />
+        </background_color>
+        <trace_3_update_mode>0</trace_3_update_mode>
+        <x>408</x>
+        <y>582</y>
+        <trace_4_update_mode>0</trace_4_update_mode>
+        <trace_3_x_axis_index>0</trace_3_x_axis_index>
+        <trace_0_x_axis_index>0</trace_0_x_axis_index>
+        <axis_count>3</axis_count>
+        <trace_4_x_pv>$(PREFIX)-HV1:VoltR:RCURSOR_X</trace_4_x_pv>
+        <trace_3_y_pv_value />
+        <trace_1_point_size>4</trace_1_point_size>
+        <trace_1_anti_alias>false</trace_1_anti_alias>
+        <pv_value />
+        <axis_2_grid_color>
+          <color red="200" green="200" blue="200" />
+        </axis_2_grid_color>
+        <trace_0_buffer_size>520</trace_0_buffer_size>
+        <trace_2_buffer_size>520</trace_2_buffer_size>
+        <axis_1_maximum>8.0</axis_1_maximum>
+        <axis_0_scale_font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </axis_0_scale_font>
+        <trigger_pv></trigger_pv>
+        <trace_4_update_delay>1</trace_4_update_delay>
+        <widget_type>XY Graph</widget_type>
+        <trace_2_line_width>1</trace_2_line_width>
+        <trace_4_plot_mode>0</trace_4_plot_mode>
+        <trace_3_concatenate_data>false</trace_3_concatenate_data>
+        <trace_4_x_pv_value />
+        <axis_1_axis_color>
+          <color red="0" green="0" blue="0" />
+        </axis_1_axis_color>
+        <axis_0_scale_format></axis_0_scale_format>
+        <axis_1_log_scale>false</axis_1_log_scale>
+        <title></title>
+        <trace_0_visible>false</trace_0_visible>
+        <trace_4_buffer_size>2</trace_4_buffer_size>
+        <trace_1_name>$(trace_1_y_pv)</trace_1_name>
+        <trace_3_anti_alias>false</trace_3_anti_alias>
+        <trace_1_y_pv_value />
+        <axis_2_auto_scale>true</axis_2_auto_scale>
+        <trace_4_y_pv>loc://val(-100,100)</trace_4_y_pv>
+        <show_legend>false</show_legend>
+        <trace_3_visible>true</trace_3_visible>
+        <trace_4_x_axis_index>0</trace_4_x_axis_index>
+        <trace_3_name>$(trace_3_y_pv)</trace_3_name>
+        <axis_0_axis_title>ms</axis_0_axis_title>
+        <axis_0_axis_color>
+          <color red="0" green="0" blue="0" />
+        </axis_0_axis_color>
+        <axis_2_scale_font>
+          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+        </axis_2_scale_font>
+        <trace_3_update_delay>1</trace_3_update_delay>
+        <trace_2_update_delay>1</trace_2_update_delay>
+        <trace_4_point_style>0</trace_4_point_style>
+        <axis_0_dash_grid_line>false</axis_0_dash_grid_line>
+        <trace_0_point_style>2</trace_0_point_style>
+        <trace_1_point_style>2</trace_1_point_style>
+        <trace_0_line_width>1</trace_0_line_width>
+        <axis_2_y_axis>false</axis_2_y_axis>
+        <trace_3_x_pv_value />
+        <axis_0_time_format>0</axis_0_time_format>
+        <trace_count>5</trace_count>
+        <axis_1_show_grid>true</axis_1_show_grid>
+        <trace_3_x_pv>$(PREFIX)-HV1:VoltR:LCURSOR_X</trace_3_x_pv>
+        <trace_2_trace_color>
+          <color name="Primary Blue" red="0" green="148" blue="202" />
+        </trace_2_trace_color>
+        <trace_4_visible>true</trace_4_visible>
+        <axis_1_dash_grid_line>true</axis_1_dash_grid_line>
+        <trace_3_buffer_size>2</trace_3_buffer_size>
+        <trace_2_trace_type>0</trace_2_trace_type>
+        <trace_3_line_width>3</trace_3_line_width>
+        <show_toolbar>true</show_toolbar>
+        <axis_0_visible>true</axis_0_visible>
+        <axis_0_show_grid>true</axis_0_show_grid>
+        <trace_0_y_axis_index>1</trace_0_y_axis_index>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>true</keep_wh_ratio>
+        </scale_options>
+        <trace_1_y_pv>$(PREFIX)-HV1:VoltR_Y</trace_1_y_pv>
+        <trace_2_concatenate_data>false</trace_2_concatenate_data>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <trace_2_y_pv_value />
+        <trace_2_anti_alias>false</trace_2_anti_alias>
+        <axis_0_maximum>6.0</axis_0_maximum>
+        <trace_1_y_axis_index>1</trace_1_y_axis_index>
+        <trace_2_name>$(trace_2_y_pv)</trace_2_name>
+        <height>247</height>
+        <trace_2_visible>true</trace_2_visible>
+        <trigger_pv_value />
+        <trace_3_y_pv>loc://val(-100,100)</trace_3_y_pv>
+        <axis_1_grid_color>
+          <color red="78" green="154" blue="6" />
+        </axis_1_grid_color>
+        <actions hook="false" hook_all="false" />
+        <trace_2_point_size>4</trace_2_point_size>
+        <trace_4_concatenate_data>false</trace_4_concatenate_data>
+        <axis_2_axis_color>
+          <color red="0" green="0" blue="0" />
+        </axis_2_axis_color>
+        <axis_0_log_scale>false</axis_0_log_scale>
+        <trace_0_x_pv_value />
+        <axis_0_auto_scale_threshold>0.0</axis_0_auto_scale_threshold>
+        <rules />
+        <axis_1_visible>true</axis_1_visible>
+        <axis_2_show_grid>false</axis_2_show_grid>
+        <trace_3_y_axis_index>1</trace_3_y_axis_index>
+        <trace_0_update_delay>1</trace_0_update_delay>
+        <trace_1_concatenate_data>false</trace_1_concatenate_data>
+        <trace_1_trace_color>
+          <color red="242" green="26" blue="26" />
+        </trace_1_trace_color>
+        <trace_3_trace_color>
+          <color name="Major" red="255" green="0" blue="0" />
+        </trace_3_trace_color>
+        <pv_name></pv_name>
+        <axis_2_log_scale>false</axis_2_log_scale>
+        <axis_2_auto_scale_threshold>0.0</axis_2_auto_scale_threshold>
+        <name>XY Graph</name>
+        <trace_1_trace_type>0</trace_1_trace_type>
+        <axis_0_auto_scale>true</axis_0_auto_scale>
+        <axis_0_minimum>-6.0</axis_0_minimum>
+        <trace_2_y_axis_index>1</trace_2_y_axis_index>
+        <trace_1_update_delay>1</trace_1_update_delay>
+        <axis_2_dash_grid_line>false</axis_2_dash_grid_line>
+        <axis_1_axis_title>mA</axis_1_axis_title>
+        <trace_2_x_pv_value />
+        <axis_1_auto_scale>false</axis_1_auto_scale>
+        <trace_1_line_width>1</trace_1_line_width>
+        <trace_3_trace_type>1</trace_3_trace_type>
+        <trace_2_y_pv>$(PREFIX)-HV2:VoltR_Y</trace_2_y_pv>
+        <trace_1_plot_mode>0</trace_1_plot_mode>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <axis_2_title_font>
+          <opifont.name fontName="Cantarell" height="11" style="1">Default Bold</opifont.name>
+        </axis_2_title_font>
+        <trace_3_point_style>0</trace_3_point_style>
+        <trace_0_y_pv>$(PREFIX)$(TYPE)-FC:CurrR_Y</trace_0_y_pv>
+        <trace_2_point_style>2</trace_2_point_style>
+        <trace_0_plot_mode>0</trace_0_plot_mode>
+        <trace_4_trace_type>1</trace_4_trace_type>
+        <enabled>true</enabled>
+        <trace_0_x_pv>$(PREFIX)$(TYPE)-FC:CurrR_XMS</trace_0_x_pv>
+        <axis_1_scale_font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </axis_1_scale_font>
+        <axis_1_time_format>0</axis_1_time_format>
+        <axis_2_time_format>0</axis_2_time_format>
+        <axis_2_left_bottom_side>false</axis_2_left_bottom_side>
+        <trace_3_plot_mode>0</trace_3_plot_mode>
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <axis_2_maximum>22.0</axis_2_maximum>
+        <show_plot_area_border>false</show_plot_area_border>
+        <width>895</width>
+        <trace_1_x_pv_value />
+        <axis_1_minimum>-8.0</axis_1_minimum>
+        <title_font>
+          <opifont.name fontName="Cantarell" height="11" style="1">Default Bold</opifont.name>
+        </title_font>
+        <trace_4_anti_alias>false</trace_4_anti_alias>
+        <trace_0_y_pv_value />
+        <trace_1_visible>true</trace_1_visible>
+        <plot_area_background_color>
+          <color red="0" green="0" blue="0" />
+        </plot_area_background_color>
+        <trace_4_point_size>4</trace_4_point_size>
+        <axis_1_title_font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </axis_1_title_font>
+        <visible>true</visible>
+        <axis_2_axis_title>ms</axis_2_axis_title>
+        <trace_4_trace_color>
+          <color name="Major" red="255" green="0" blue="0" />
+        </trace_4_trace_color>
+        <trace_1_buffer_size>520</trace_1_buffer_size>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <axis_2_scale_format></axis_2_scale_format>
+        <trace_4_y_pv_value />
+        <scripts />
+        <trace_0_point_size>3</trace_0_point_size>
+        <trace_0_trace_color>
+          <color red="0" green="255" blue="0" />
+        </trace_0_trace_color>
+        <trace_0_anti_alias>false</trace_0_anti_alias>
+        <trace_4_name>$(trace_4_y_pv)</trace_4_name>
+        <axis_1_auto_scale_threshold>0.0</axis_1_auto_scale_threshold>
+        <trace_4_y_axis_index>1</trace_4_y_axis_index>
+        <trace_2_plot_mode>0</trace_2_plot_mode>
+        <trace_2_x_pv>$(PREFIX)-HV2:VoltR_XMS</trace_2_x_pv>
+        <foreground_color>
+          <color red="0" green="0" blue="255" />
+        </foreground_color>
+      </widget>
+    </widget>
+    <widget typeId="org.csstudio.opibuilder.widgets.groupingContainer" version="1.0.0">
+      <border_style>0</border_style>
+      <tooltip></tooltip>
+      <rules />
+      <enabled>true</enabled>
+      <wuid>-25f0d7e:158d972c59b:-7efc</wuid>
+      <transparent>true</transparent>
+      <lock_children>false</lock_children>
+      <scripts />
+      <height>1129</height>
+      <border_width>1</border_width>
+      <scale_options>
+        <width_scalable>true</width_scalable>
+        <height_scalable>true</height_scalable>
+        <keep_wh_ratio>false</keep_wh_ratio>
+      </scale_options>
+      <macros>
+        <include_parent_macros>true</include_parent_macros>
+      </macros>
+      <visible>false</visible>
+      <border_color>
+        <color red="0" green="128" blue="255" />
+      </border_color>
+      <widget_type>Grouping Container</widget_type>
+      <background_color>
+        <color red="240" green="240" blue="240" />
+      </background_color>
+      <width>2489</width>
+      <x>1</x>
+      <name>PLC</name>
+      <y>1</y>
+      <foreground_color>
+        <color red="192" green="192" blue="192" />
+      </foreground_color>
+      <actions hook="false" hook_all="false" />
+      <fc>false</fc>
+      <show_scrollbar>true</show_scrollbar>
+      <font>
+        <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+      </font>
+      <widget typeId="org.csstudio.opibuilder.widgets.linkingContainer" version="1.0.0">
+        <opi_file></opi_file>
+        <border_style>3</border_style>
+        <tooltip></tooltip>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>-25f0d7e:158d972c59b:-7e2e</wuid>
+        <scripts>
+          <path pathString="/CSS/emu/Scripts/PlcOpi.js" checkConnect="true" sfe="false" seoe="false">
+            <pv trig="true">loc://pagePLC</pv>
+          </path>
+        </scripts>
+        <height>1060</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <macros>
+          <include_parent_macros>true</include_parent_macros>
+        </macros>
+        <resize_behaviour>0</resize_behaviour>
+        <visible>true</visible>
+        <group_name></group_name>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <widget_type>Linking Container</widget_type>
+        <background_color>
+          <color name="Container Grey" red="200" green="200" blue="200" />
+        </background_color>
+        <width>2011</width>
+        <x>414</x>
+        <name>Linking Container</name>
+        <y>27</y>
+        <foreground_color>
+          <color red="192" green="192" blue="192" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.ActionButton" version="2.0.0">
+        <toggle_button>false</toggle_button>
+        <border_style>14</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <alarm_pulsing>false</alarm_pulsing>
+        <tooltip>$(pv_name)</tooltip>
+        <push_action_index>0</push_action_index>
+        <rules>
+          <rule name="Rule_fault_mode_1,2and3" prop_id="background_color" out_exp="false">
+            <exp bool_exp="pv0 == 1 || pv1==1 ||pv2==1">
+              <value>
+                <color name="Major" red="255" green="0" blue="0" />
+              </value>
+            </exp>
+            <pv trig="true">INFN-SRC:INTK-HMI:FM1</pv>
+            <pv trig="true">INFN-SRC:INTK-HMI:FM2</pv>
+            <pv trig="true">INFN-SRC:INTK-HMI:FM3</pv>
+          </rule>
+        </rules>
+        <enabled>true</enabled>
+        <wuid>-25f0d7e:158d972c59b:-7d3b</wuid>
+        <pv_value />
+        <text>Fault mode 1, 2 and 3</text>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <height>70</height>
+        <border_width>0</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <image></image>
+        <visible>true</visible>
+        <pv_name></pv_name>
+        <border_color>
+          <color red="255" green="255" blue="255" />
+        </border_color>
+        <widget_type>Action Button</widget_type>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <background_color>
+          <color name="Container Border Grey" red="150" green="150" blue="150" />
+        </background_color>
+        <width>360</width>
+        <x>12</x>
+        <name>Action Button</name>
+        <y>102</y>
+        <style>0</style>
+        <foreground_color>
+          <color name="Black" red="0" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false">
+          <action type="WRITE_PV">
+            <pv_name>loc://pagePLC</pv_name>
+            <value>fm123</value>
+            <timeout>10</timeout>
+            <confirm_message></confirm_message>
+            <description></description>
+          </action>
+        </actions>
+        <font>
+          <opifont.name fontName="OpenSans" height="15" style="1">Medium Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.ActionButton" version="2.0.0">
+        <toggle_button>false</toggle_button>
+        <border_style>14</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <alarm_pulsing>false</alarm_pulsing>
+        <tooltip>$(pv_name)</tooltip>
+        <push_action_index>0</push_action_index>
+        <rules>
+          <rule name="Rule_fault_mode4and5" prop_id="background_color" out_exp="false">
+            <exp bool_exp="pv0==1 || pv1==1">
+              <value>
+                <color name="Major" red="255" green="0" blue="0" />
+              </value>
+            </exp>
+            <pv trig="true">INFN-SRC:INTK-HMI:FM5</pv>
+            <pv trig="true">INFN-SRC:INTK-HMI:FM4</pv>
+          </rule>
+        </rules>
+        <enabled>true</enabled>
+        <wuid>-25f0d7e:158d972c59b:-7d3a</wuid>
+        <pv_value />
+        <text>Fault mode 4 and 5</text>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <height>70</height>
+        <border_width>0</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <image></image>
+        <visible>true</visible>
+        <pv_name></pv_name>
+        <border_color>
+          <color red="255" green="255" blue="255" />
+        </border_color>
+        <widget_type>Action Button</widget_type>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <background_color>
+          <color name="Container Border Grey" red="150" green="150" blue="150" />
+        </background_color>
+        <width>360</width>
+        <x>12</x>
+        <name>Action Button_10</name>
+        <y>177</y>
+        <style>0</style>
+        <foreground_color>
+          <color name="Black" red="0" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false">
+          <action type="WRITE_PV">
+            <pv_name>loc://pagePLC</pv_name>
+            <value>fm45</value>
+            <timeout>10</timeout>
+            <confirm_message></confirm_message>
+            <description></description>
+          </action>
+        </actions>
+        <font>
+          <opifont.name fontName="OpenSans" height="15" style="1">Medium Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.ActionButton" version="2.0.0">
+        <toggle_button>false</toggle_button>
+        <border_style>14</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <alarm_pulsing>false</alarm_pulsing>
+        <tooltip>$(pv_name)</tooltip>
+        <push_action_index>0</push_action_index>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>-25f0d7e:158d972c59b:-7d39</wuid>
+        <pv_value />
+        <text>Home</text>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <height>70</height>
+        <border_width>0</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <image></image>
+        <visible>true</visible>
+        <pv_name>loc://pagePLC("home")</pv_name>
+        <border_color>
+          <color red="255" green="255" blue="255" />
+        </border_color>
+        <widget_type>Action Button</widget_type>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <background_color>
+          <color name="Container Border Grey" red="150" green="150" blue="150" />
+        </background_color>
+        <width>360</width>
+        <x>12</x>
+        <name>Action Button_6</name>
+        <y>27</y>
+        <style>0</style>
+        <foreground_color>
+          <color name="Black" red="0" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false">
+          <action type="WRITE_PV">
+            <pv_name>loc://pagePLC</pv_name>
+            <value>home</value>
+            <timeout>10</timeout>
+            <confirm_message></confirm_message>
+            <description></description>
+          </action>
+        </actions>
+        <font>
+          <opifont.name fontName="OpenSans" height="15" style="1">Medium Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.ActionButton" version="2.0.0">
+        <toggle_button>false</toggle_button>
+        <border_style>14</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <alarm_pulsing>false</alarm_pulsing>
+        <tooltip>$(pv_name)</tooltip>
+        <push_action_index>0</push_action_index>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>-25f0d7e:158d972c59b:-7d38</wuid>
+        <pv_value />
+        <text>Inputs/outputs value</text>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <height>70</height>
+        <border_width>0</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <image></image>
+        <visible>true</visible>
+        <pv_name></pv_name>
+        <border_color>
+          <color red="255" green="255" blue="255" />
+        </border_color>
+        <widget_type>Action Button</widget_type>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <background_color>
+          <color name="Container Border Grey" red="150" green="150" blue="150" />
+        </background_color>
+        <width>360</width>
+        <x>12</x>
+        <name>Action Button_13</name>
+        <y>252</y>
+        <style>0</style>
+        <foreground_color>
+          <color name="Black" red="0" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false">
+          <action type="WRITE_PV">
+            <pv_name>loc://pagePLC</pv_name>
+            <value>InOut</value>
+            <timeout>10</timeout>
+            <confirm_message></confirm_message>
+            <description></description>
+          </action>
+        </actions>
+        <font>
+          <opifont.name fontName="OpenSans" height="15" style="1">Medium Bold</opifont.name>
+        </font>
+      </widget>
+    </widget>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Rectangle" version="1.0.0">
+    <border_style>0</border_style>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <line_width>1</line_width>
+    <horizontal_fill>true</horizontal_fill>
+    <alarm_pulsing>false</alarm_pulsing>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <rules />
+    <enabled>true</enabled>
+    <wuid>20cc570d:152c6318c71:-19d6</wuid>
+    <transparent>false</transparent>
+    <pv_value />
+    <alpha>255</alpha>
+    <bg_gradient_color>
+      <color name="IO Foreground" red="0" green="0" blue="0" />
+    </bg_gradient_color>
+    <scripts />
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <height>80</height>
+    <border_width>2</border_width>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <visible>true</visible>
+    <pv_name></pv_name>
+    <gradient>false</gradient>
+    <border_color>
+      <color red="0" green="148" blue="202" />
+    </border_color>
+    <anti_alias>true</anti_alias>
+    <line_style>0</line_style>
+    <widget_type>Rectangle</widget_type>
+    <fg_gradient_color>
+      <color name="IO Foreground" red="0" green="0" blue="0" />
+    </fg_gradient_color>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="148" blue="202" />
+    </background_color>
+    <width>2491</width>
+    <x>18</x>
+    <name>Rectangle Template</name>
+    <y>0</y>
+    <fill_level>100.0</fill_level>
+    <foreground_color>
+      <color red="0" green="148" blue="202" />
+    </foreground_color>
+    <actions hook="false" hook_all="false" />
+    <font>
+      <opifont.name fontName="arial" height="10" style="0">IO Normal</opifont.name>
+    </font>
+    <line_color>
+      <color name="IO Line" red="0" green="32" blue="92" />
+    </line_color>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <border_style>0</border_style>
+    <tooltip></tooltip>
+    <horizontal_alignment>1</horizontal_alignment>
+    <rules />
+    <enabled>false</enabled>
+    <wuid>20cc570d:152c6318c71:-19d2</wuid>
+    <transparent>true</transparent>
+    <auto_size>false</auto_size>
+    <text>EMITTANCE METER $(TYPE)</text>
+    <scripts />
+    <height>43</height>
+    <border_width>2</border_width>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <visible>true</visible>
+    <vertical_alignment>1</vertical_alignment>
+    <border_color>
+      <color name="IO Border" red="215" green="215" blue="215" />
+    </border_color>
+    <widget_type>Label</widget_type>
+    <wrap_words>true</wrap_words>
+    <background_color>
+      <color name="IO Background" red="255" green="255" blue="205" />
+    </background_color>
+    <width>2491</width>
+    <x>18</x>
+    <name>Label Template</name>
+    <y>18</y>
+    <foreground_color>
+      <color red="255" green="255" blue="255" />
+    </foreground_color>
+    <actions hook="false" hook_all="false" />
+    <show_scrollbar>false</show_scrollbar>
+    <font>
+      <fontdata fontName="Titillium" height="28" style="0" />
+    </font>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <border_style>0</border_style>
+    <tooltip></tooltip>
+    <horizontal_alignment>1</horizontal_alignment>
+    <rules />
+    <enabled>false</enabled>
+    <wuid>-cae44c:157dd221fed:-6b69</wuid>
+    <transparent>true</transparent>
+    <auto_size>false</auto_size>
+    <text>Status</text>
+    <scripts />
+    <height>20</height>
+    <border_width>2</border_width>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <visible>true</visible>
+    <vertical_alignment>1</vertical_alignment>
+    <border_color>
+      <color name="IO Border" red="215" green="215" blue="215" />
+    </border_color>
+    <widget_type>Label</widget_type>
+    <wrap_words>false</wrap_words>
+    <background_color>
+      <color name="IO Background" red="255" green="255" blue="205" />
+    </background_color>
+    <width>79</width>
+    <x>2088</x>
+    <name>Label Orientation_7</name>
+    <y>30</y>
+    <foreground_color>
+      <color name="IO Foreground" red="0" green="0" blue="0" />
+    </foreground_color>
+    <actions hook="false" hook_all="false" />
+    <font>
+      <fontdata fontName="Sans" height="10" style="1" />
+    </font>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
+    <alarm_pulsing>false</alarm_pulsing>
+    <precision>0</precision>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <horizontal_alignment>0</horizontal_alignment>
+    <rules />
+    <pv_value />
+    <auto_size>false</auto_size>
+    <text></text>
+    <rotation_angle>0.0</rotation_angle>
+    <show_units>true</show_units>
+    <height>25</height>
+    <multiline_input>false</multiline_input>
+    <border_width>1</border_width>
+    <visible>true</visible>
+    <pv_name>${PREFIX}${TYPE}:MTR.FAZE</pv_name>
+    <selector_type>0</selector_type>
+    <border_color>
+      <color red="0" green="128" blue="255" />
+    </border_color>
+    <precision_from_pv>true</precision_from_pv>
+    <widget_type>Text Input</widget_type>
+    <confirm_message></confirm_message>
+    <name>Text Input_9</name>
+    <style>0</style>
+    <actions hook="false" hook_all="false" />
+    <border_style>3</border_style>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <enabled>true</enabled>
+    <wuid>-cae44c:157dd221fed:-6b63</wuid>
+    <transparent>false</transparent>
+    <scripts />
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <format_type>0</format_type>
+    <limits_from_pv>false</limits_from_pv>
+    <background_color>
+      <color name="Black" red="0" green="0" blue="0" />
+    </background_color>
+    <width>322</width>
+    <x>2172</x>
+    <y>27</y>
+    <maximum>1.7976931348623157E308</maximum>
+    <foreground_color>
+      <color name="Major" red="255" green="0" blue="0" />
+    </foreground_color>
+    <minimum>-1.7976931348623157E308</minimum>
+    <font>
+      <opifont.name fontName="OpenSans" height="10" style="1">Small Bold</opifont.name>
+    </font>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.combo" version="1.0.0">
+    <border_style>0</border_style>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <alarm_pulsing>false</alarm_pulsing>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <rules />
+    <enabled>true</enabled>
+    <wuid>-1b7d41f2:15cc967e931:-7f3e</wuid>
+    <pv_value />
+    <scripts>
+      <path pathString="EmbeddedJs" checkConnect="true" sfe="false" seoe="false">
+        <scriptName>EmbeddedScript</scriptName>
         <scriptText><![CDATA[importPackage(Packages.org.csstudio.opibuilder.scriptUtil);
 display.getWidget(Text Update).setPropertyValue("Text",test)
-]]></scriptText>
-        <pv trig="true">loc://testMacro</pv>
-      </path>
-    </scripts>
-    <border_alarm_sensitive>true</border_alarm_sensitive>
-    <height>24</height>
-    <border_width>1</border_width>
-    <scale_options>
-      <width_scalable>true</width_scalable>
-      <height_scalable>false</height_scalable>
-      <keep_wh_ratio>false</keep_wh_ratio>
-    </scale_options>
-    <items_from_pv>false</items_from_pv>
-    <visible>true</visible>
-    <pv_name>loc://testMacro</pv_name>
-    <border_color>
-      <color red="0" green="128" blue="255" />
-    </border_color>
-    <widget_type>Combo</widget_type>
-    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-    <background_color>
-      <color red="255" green="255" blue="255" />
-    </background_color>
-    <width>100</width>
-    <x>522</x>
-    <name>Combo</name>
-    <y>25</y>
-    <foreground_color>
-      <color red="0" green="0" blue="0" />
-    </foreground_color>
-    <actions hook="false" hook_all="false" />
-    <items>
-      <s>VERTICAL</s>
-      <s>HORIZONTAL</s>
-    </items>
-    <font>
-      <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-    </font>
-  </widget>
+]]></scriptText>
+        <pv trig="true">loc://testMacro</pv>
+      </path>
+    </scripts>
+    <border_alarm_sensitive>true</border_alarm_sensitive>
+    <height>24</height>
+    <border_width>1</border_width>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>false</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <items_from_pv>false</items_from_pv>
+    <visible>true</visible>
+    <pv_name>loc://testMacro</pv_name>
+    <border_color>
+      <color red="0" green="128" blue="255" />
+    </border_color>
+    <widget_type>Combo</widget_type>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="255" green="255" blue="255" />
+    </background_color>
+    <width>100</width>
+    <x>522</x>
+    <name>Combo</name>
+    <y>25</y>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <actions hook="false" hook_all="false" />
+    <items>
+      <s>VERTICAL</s>
+      <s>HORIZONTAL</s>
+    </items>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+    </font>
+  </widget>
 </display>
\ No newline at end of file
diff --git a/NON-APPROVED/lebt-010-pbi-emu/EMU_main.opi b/NON-APPROVED/lebt-pbi/emu/EMU_main.opi
old mode 100755
new mode 100644
similarity index 97%
rename from NON-APPROVED/lebt-010-pbi-emu/EMU_main.opi
rename to NON-APPROVED/lebt-pbi/emu/EMU_main.opi
index 6c2dd81bfe24efdda35d8d9b0f32418fdfe9f90a..32e108c6f89e02da33b12e35ab54029defc92b11
--- a/NON-APPROVED/lebt-010-pbi-emu/EMU_main.opi
+++ b/NON-APPROVED/lebt-pbi/emu/EMU_main.opi
@@ -1,48 +1,48 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<display typeId="org.csstudio.opibuilder.Display" version="1.0.0">
-  <show_close_button>true</show_close_button>
-  <rules />
-  <wuid>3f06f9b8:152877ca726:-7d52</wuid>
-  <show_grid>true</show_grid>
-  <auto_zoom_to_fit_all>true</auto_zoom_to_fit_all>
-  <scripts />
-  <height>1600</height>
-  <macros>
-    <include_parent_macros>true</include_parent_macros>
-    <PREFIX>LNS-ISRC-010:PBI-EM</PREFIX>
-  </macros>
-  <boy_version>4.0.103.201506251634</boy_version>
-  <show_edit_range>true</show_edit_range>
-  <widget_type>Display</widget_type>
-  <auto_scale_widgets>
-    <auto_scale_widgets>false</auto_scale_widgets>
-    <min_width>-1</min_width>
-    <min_height>-1</min_height>
-  </auto_scale_widgets>
-  <background_color>
-    <color red="240" green="240" blue="240" />
-  </background_color>
-  <width>2560</width>
-  <x>-1</x>
-  <name></name>
-  <grid_space>6</grid_space>
-  <show_ruler>true</show_ruler>
-  <y>-1</y>
-  <snap_to_geometry>true</snap_to_geometry>
-  <foreground_color>
-    <color red="192" green="192" blue="192" />
-  </foreground_color>
-  <actions hook="false" hook_all="false" />
-  <widget typeId="org.csstudio.opibuilder.widgets.linkingContainer" version="1.0.0">
-    <opi_file>EMU.opi</opi_file>
-    <border_style>3</border_style>
-    <tooltip></tooltip>
-    <rules />
-    <enabled>true</enabled>
-    <wuid>175d5c50:15ce367d227:-4a1f</wuid>
-    <scripts>
-      <path pathString="EmbeddedJs" checkConnect="true" sfe="false" seoe="false">
-        <scriptName>EmbeddedScript</scriptName>
+<display typeId="org.csstudio.opibuilder.Display" version="1.0.0">
+  <show_close_button>true</show_close_button>
+  <rules />
+  <wuid>3f06f9b8:152877ca726:-7d52</wuid>
+  <show_grid>true</show_grid>
+  <auto_zoom_to_fit_all>true</auto_zoom_to_fit_all>
+  <scripts />
+  <height>1600</height>
+  <macros>
+    <include_parent_macros>true</include_parent_macros>
+    <PREFIX>LNS-ISRC-010:PBI-EM</PREFIX>
+  </macros>
+  <boy_version>4.0.103.201506251634</boy_version>
+  <show_edit_range>true</show_edit_range>
+  <widget_type>Display</widget_type>
+  <auto_scale_widgets>
+    <auto_scale_widgets>false</auto_scale_widgets>
+    <min_width>-1</min_width>
+    <min_height>-1</min_height>
+  </auto_scale_widgets>
+  <background_color>
+    <color red="240" green="240" blue="240" />
+  </background_color>
+  <width>2560</width>
+  <x>-1</x>
+  <name></name>
+  <grid_space>6</grid_space>
+  <show_ruler>true</show_ruler>
+  <y>-1</y>
+  <snap_to_geometry>true</snap_to_geometry>
+  <foreground_color>
+    <color red="192" green="192" blue="192" />
+  </foreground_color>
+  <actions hook="false" hook_all="false" />
+  <widget typeId="org.csstudio.opibuilder.widgets.linkingContainer" version="1.0.0">
+    <opi_file>EMU.opi</opi_file>
+    <border_style>3</border_style>
+    <tooltip></tooltip>
+    <rules />
+    <enabled>true</enabled>
+    <wuid>175d5c50:15ce367d227:-4a1f</wuid>
+    <scripts>
+      <path pathString="EmbeddedJs" checkConnect="true" sfe="false" seoe="false">
+        <scriptName>EmbeddedScript</scriptName>
         <scriptText><![CDATA[importPackage(Packages.org.csstudio.opibuilder.scriptUtil);
 
 var TYPE_EMU;
@@ -59,203 +59,203 @@ widget.setPropertyValue("macros", TYPE_MACROS);
 // reload the embedded OPI
 widget.setPropertyValue("opi_file", "");
 widget.setPropertyValue("opi_file", "EMU.opi");
-]]></scriptText>
-        <pv trig="true">INFN-SRC:INTK-HMI:VH_SELECT</pv>
-      </path>
-    </scripts>
-    <height>1203</height>
-    <border_width>1</border_width>
-    <scale_options>
-      <width_scalable>true</width_scalable>
-      <height_scalable>true</height_scalable>
-      <keep_wh_ratio>false</keep_wh_ratio>
-    </scale_options>
-    <macros>
-      <include_parent_macros>true</include_parent_macros>
-      <TYPE>V</TYPE>
-      <NAME_MTR>MTR2</NAME_MTR>
-    </macros>
-    <resize_behaviour>1</resize_behaviour>
-    <visible>true</visible>
-    <group_name></group_name>
-    <border_color>
-      <color red="0" green="128" blue="255" />
-    </border_color>
-    <widget_type>Linking Container</widget_type>
-    <background_color>
-      <color red="240" green="240" blue="240" />
-    </background_color>
-    <width>2494</width>
-    <x>18</x>
-    <name>Linking Container</name>
-    <y>96</y>
-    <foreground_color>
-      <color red="192" green="192" blue="192" />
-    </foreground_color>
-    <actions hook="false" hook_all="false" />
-    <font>
-      <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-    </font>
-  </widget>
-  <widget typeId="org.csstudio.opibuilder.widgets.Rectangle" version="1.0.0">
-    <border_style>0</border_style>
-    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-    <line_width>1</line_width>
-    <horizontal_fill>true</horizontal_fill>
-    <alarm_pulsing>false</alarm_pulsing>
-    <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-    <rules />
-    <enabled>true</enabled>
-    <wuid>20cc570d:152c6318c71:-19d6</wuid>
-    <transparent>false</transparent>
-    <pv_value />
-    <alpha>255</alpha>
-    <bg_gradient_color>
-      <color name="IO Foreground" red="0" green="0" blue="0" />
-    </bg_gradient_color>
-    <scripts />
-    <border_alarm_sensitive>false</border_alarm_sensitive>
-    <height>80</height>
-    <border_width>2</border_width>
-    <scale_options>
-      <width_scalable>true</width_scalable>
-      <height_scalable>true</height_scalable>
-      <keep_wh_ratio>false</keep_wh_ratio>
-    </scale_options>
-    <visible>true</visible>
-    <pv_name></pv_name>
-    <gradient>false</gradient>
-    <border_color>
-      <color red="0" green="148" blue="202" />
-    </border_color>
-    <anti_alias>true</anti_alias>
-    <line_style>0</line_style>
-    <widget_type>Rectangle</widget_type>
-    <fg_gradient_color>
-      <color name="IO Foreground" red="0" green="0" blue="0" />
-    </fg_gradient_color>
-    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-    <background_color>
-      <color red="0" green="148" blue="202" />
-    </background_color>
-    <width>2542</width>
-    <x>18</x>
-    <name>Rectangle Template</name>
-    <y>0</y>
-    <fill_level>100.0</fill_level>
-    <foreground_color>
-      <color red="0" green="148" blue="202" />
-    </foreground_color>
-    <actions hook="false" hook_all="false" />
-    <font>
-      <opifont.name fontName="arial" height="10" style="0">IO Normal</opifont.name>
-    </font>
-    <line_color>
-      <color name="IO Line" red="0" green="32" blue="92" />
-    </line_color>
-  </widget>
-  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-    <border_style>0</border_style>
-    <tooltip></tooltip>
-    <horizontal_alignment>1</horizontal_alignment>
-    <rules />
-    <enabled>false</enabled>
-    <wuid>20cc570d:152c6318c71:-19d2</wuid>
-    <transparent>true</transparent>
-    <auto_size>false</auto_size>
-    <text>EMITTANCE METER</text>
-    <scripts />
-    <height>43</height>
-    <border_width>2</border_width>
-    <scale_options>
-      <width_scalable>true</width_scalable>
-      <height_scalable>true</height_scalable>
-      <keep_wh_ratio>false</keep_wh_ratio>
-    </scale_options>
-    <visible>true</visible>
-    <vertical_alignment>1</vertical_alignment>
-    <border_color>
-      <color name="IO Border" red="215" green="215" blue="215" />
-    </border_color>
-    <widget_type>Label</widget_type>
-    <wrap_words>true</wrap_words>
-    <background_color>
-      <color name="IO Background" red="255" green="255" blue="205" />
-    </background_color>
-    <width>2491</width>
-    <x>18</x>
-    <name>Label Template</name>
-    <y>18</y>
-    <foreground_color>
-      <color red="255" green="255" blue="255" />
-    </foreground_color>
-    <actions hook="false" hook_all="false" />
-    <show_scrollbar>false</show_scrollbar>
-    <font>
-      <fontdata fontName="Titillium" height="28" style="0" />
-    </font>
-  </widget>
-  <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
-    <border_style>0</border_style>
-    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-    <alarm_pulsing>false</alarm_pulsing>
-    <precision>0</precision>
-    <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-    <horizontal_alignment>0</horizontal_alignment>
-    <rules>
-      <rule name="ChangeText" prop_id="text" out_exp="false">
-        <exp bool_exp="pv0==0">
-          <value>VERTICAL</value>
-        </exp>
-        <exp bool_exp="pv0==1">
-          <value>HORIZONTAL</value>
-        </exp>
-        <pv trig="true">INFN-SRC:INTK-HMI:VH_SELECT</pv>
-      </rule>
-    </rules>
-    <enabled>true</enabled>
-    <wuid>2835359d:15ce4fa0b12:-559e</wuid>
-    <transparent>true</transparent>
-    <pv_value />
-    <auto_size>false</auto_size>
-    <text>######</text>
-    <rotation_angle>0.0</rotation_angle>
-    <scripts />
-    <border_alarm_sensitive>true</border_alarm_sensitive>
-    <show_units>true</show_units>
-    <height>55</height>
-    <border_width>1</border_width>
-    <scale_options>
-      <width_scalable>true</width_scalable>
-      <height_scalable>true</height_scalable>
-      <keep_wh_ratio>false</keep_wh_ratio>
-    </scale_options>
-    <visible>true</visible>
-    <pv_name></pv_name>
-    <vertical_alignment>1</vertical_alignment>
-    <border_color>
-      <color red="0" green="128" blue="255" />
-    </border_color>
-    <precision_from_pv>true</precision_from_pv>
-    <widget_type>Text Update</widget_type>
-    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-    <wrap_words>false</wrap_words>
-    <format_type>0</format_type>
-    <background_color>
-      <color red="255" green="255" blue="255" />
-    </background_color>
-    <width>301</width>
-    <x>1428</x>
-    <name>Text Update</name>
-    <y>12</y>
-    <foreground_color>
-      <color name="Black" red="0" green="0" blue="0" />
-    </foreground_color>
-    <actions hook="false" hook_all="false" />
-    <font>
-      <fontdata fontName="Titillium" height="28" style="0" />
-    </font>
-  </widget>
+]]></scriptText>
+        <pv trig="true">INFN-SRC:INTK-HMI:VH_SELECT</pv>
+      </path>
+    </scripts>
+    <height>1203</height>
+    <border_width>1</border_width>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <macros>
+      <include_parent_macros>true</include_parent_macros>
+      <TYPE>V</TYPE>
+      <NAME_MTR>MTR2</NAME_MTR>
+    </macros>
+    <resize_behaviour>1</resize_behaviour>
+    <visible>true</visible>
+    <group_name></group_name>
+    <border_color>
+      <color red="0" green="128" blue="255" />
+    </border_color>
+    <widget_type>Linking Container</widget_type>
+    <background_color>
+      <color red="240" green="240" blue="240" />
+    </background_color>
+    <width>2494</width>
+    <x>18</x>
+    <name>Linking Container</name>
+    <y>96</y>
+    <foreground_color>
+      <color red="192" green="192" blue="192" />
+    </foreground_color>
+    <actions hook="false" hook_all="false" />
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+    </font>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Rectangle" version="1.0.0">
+    <border_style>0</border_style>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <line_width>1</line_width>
+    <horizontal_fill>true</horizontal_fill>
+    <alarm_pulsing>false</alarm_pulsing>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <rules />
+    <enabled>true</enabled>
+    <wuid>20cc570d:152c6318c71:-19d6</wuid>
+    <transparent>false</transparent>
+    <pv_value />
+    <alpha>255</alpha>
+    <bg_gradient_color>
+      <color name="IO Foreground" red="0" green="0" blue="0" />
+    </bg_gradient_color>
+    <scripts />
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <height>80</height>
+    <border_width>2</border_width>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <visible>true</visible>
+    <pv_name></pv_name>
+    <gradient>false</gradient>
+    <border_color>
+      <color red="0" green="148" blue="202" />
+    </border_color>
+    <anti_alias>true</anti_alias>
+    <line_style>0</line_style>
+    <widget_type>Rectangle</widget_type>
+    <fg_gradient_color>
+      <color name="IO Foreground" red="0" green="0" blue="0" />
+    </fg_gradient_color>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="148" blue="202" />
+    </background_color>
+    <width>2542</width>
+    <x>18</x>
+    <name>Rectangle Template</name>
+    <y>0</y>
+    <fill_level>100.0</fill_level>
+    <foreground_color>
+      <color red="0" green="148" blue="202" />
+    </foreground_color>
+    <actions hook="false" hook_all="false" />
+    <font>
+      <opifont.name fontName="arial" height="10" style="0">IO Normal</opifont.name>
+    </font>
+    <line_color>
+      <color name="IO Line" red="0" green="32" blue="92" />
+    </line_color>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <border_style>0</border_style>
+    <tooltip></tooltip>
+    <horizontal_alignment>1</horizontal_alignment>
+    <rules />
+    <enabled>false</enabled>
+    <wuid>20cc570d:152c6318c71:-19d2</wuid>
+    <transparent>true</transparent>
+    <auto_size>false</auto_size>
+    <text>EMITTANCE METER</text>
+    <scripts />
+    <height>43</height>
+    <border_width>2</border_width>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <visible>true</visible>
+    <vertical_alignment>1</vertical_alignment>
+    <border_color>
+      <color name="IO Border" red="215" green="215" blue="215" />
+    </border_color>
+    <widget_type>Label</widget_type>
+    <wrap_words>true</wrap_words>
+    <background_color>
+      <color name="IO Background" red="255" green="255" blue="205" />
+    </background_color>
+    <width>2491</width>
+    <x>18</x>
+    <name>Label Template</name>
+    <y>18</y>
+    <foreground_color>
+      <color red="255" green="255" blue="255" />
+    </foreground_color>
+    <actions hook="false" hook_all="false" />
+    <show_scrollbar>false</show_scrollbar>
+    <font>
+      <fontdata fontName="Titillium" height="28" style="0" />
+    </font>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
+    <border_style>0</border_style>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <alarm_pulsing>false</alarm_pulsing>
+    <precision>0</precision>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <horizontal_alignment>0</horizontal_alignment>
+    <rules>
+      <rule name="ChangeText" prop_id="text" out_exp="false">
+        <exp bool_exp="pv0==0">
+          <value>VERTICAL</value>
+        </exp>
+        <exp bool_exp="pv0==1">
+          <value>HORIZONTAL</value>
+        </exp>
+        <pv trig="true">INFN-SRC:INTK-HMI:VH_SELECT</pv>
+      </rule>
+    </rules>
+    <enabled>true</enabled>
+    <wuid>2835359d:15ce4fa0b12:-559e</wuid>
+    <transparent>true</transparent>
+    <pv_value />
+    <auto_size>false</auto_size>
+    <text>######</text>
+    <rotation_angle>0.0</rotation_angle>
+    <scripts />
+    <border_alarm_sensitive>true</border_alarm_sensitive>
+    <show_units>true</show_units>
+    <height>55</height>
+    <border_width>1</border_width>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <visible>true</visible>
+    <pv_name></pv_name>
+    <vertical_alignment>1</vertical_alignment>
+    <border_color>
+      <color red="0" green="128" blue="255" />
+    </border_color>
+    <precision_from_pv>true</precision_from_pv>
+    <widget_type>Text Update</widget_type>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <wrap_words>false</wrap_words>
+    <format_type>0</format_type>
+    <background_color>
+      <color red="255" green="255" blue="255" />
+    </background_color>
+    <width>301</width>
+    <x>1428</x>
+    <name>Text Update</name>
+    <y>12</y>
+    <foreground_color>
+      <color name="Black" red="0" green="0" blue="0" />
+    </foreground_color>
+    <actions hook="false" hook_all="false" />
+    <font>
+      <fontdata fontName="Titillium" height="28" style="0" />
+    </font>
+  </widget>
 </display>
\ No newline at end of file
diff --git a/NON-APPROVED/lebt-pbi/emu/release-history.txt b/NON-APPROVED/lebt-pbi/emu/release-history.txt
new file mode 100644
index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391
diff --git a/NON-APPROVED/lebt-010-pbi-emu/testEmitance_1100x600.opi b/NON-APPROVED/lebt-pbi/emu/testEmitance_1100x600.opi
old mode 100755
new mode 100644
similarity index 97%
rename from NON-APPROVED/lebt-010-pbi-emu/testEmitance_1100x600.opi
rename to NON-APPROVED/lebt-pbi/emu/testEmitance_1100x600.opi
index 41f562ab84b8a95ef59379bbbd1e4cb7cb43a20b..b60a4f8ba2bcc55376eac91a5d94e03a337a25a8
--- a/NON-APPROVED/lebt-010-pbi-emu/testEmitance_1100x600.opi
+++ b/NON-APPROVED/lebt-pbi/emu/testEmitance_1100x600.opi
@@ -1,9100 +1,9100 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<display typeId="org.csstudio.opibuilder.Display" version="1.0.0">
-  <show_close_button>true</show_close_button>
-  <rules />
-  <wuid>-14a921ec:134b2495e46:-7f53</wuid>
-  <show_grid>true</show_grid>
-  <auto_zoom_to_fit_all>false</auto_zoom_to_fit_all>
-  <scripts />
-  <height>620</height>
-  <macros>
-    <include_parent_macros>true</include_parent_macros>
-    <P-EMU-PLC>INFN-SRC</P-EMU-PLC>
-    <P-EMU-PMAC>LNS-ISRC-010</P-EMU-PMAC>
-    <M-EMU-GENERAL>PBI-EM-PMAC</M-EMU-GENERAL>
-    <M-EMU-V>PBI-EMV-PMAC</M-EMU-V>
-    <M-EMU-H>PBI-EMH-PMAC</M-EMU-H>
-    <MAX_COUNTS>796879</MAX_COUNTS>
-    <MAX_CSS>350</MAX_CSS>
-  </macros>
-  <boy_version>4.0.103.201507131348</boy_version>
-  <show_edit_range>true</show_edit_range>
-  <widget_type>Display</widget_type>
-  <auto_scale_widgets>
-    <auto_scale_widgets>false</auto_scale_widgets>
-    <min_width>-1</min_width>
-    <min_height>-1</min_height>
-  </auto_scale_widgets>
-  <background_color>
-    <color name="GUI Background Grey" red="220" green="220" blue="220" />
-  </background_color>
-  <width>1070</width>
-  <x>0</x>
-  <name></name>
-  <grid_space>10</grid_space>
-  <show_ruler>true</show_ruler>
-  <y>0</y>
-  <snap_to_geometry>true</snap_to_geometry>
-  <foreground_color>
-    <color name="Container Border Grey" red="150" green="150" blue="150" />
-  </foreground_color>
-  <actions hook="false" hook_all="false" />
-  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-    <border_style>0</border_style>
-    <tooltip></tooltip>
-    <horizontal_alignment>0</horizontal_alignment>
-    <rules />
-    <enabled>false</enabled>
-    <wuid>-4427f650:152f9873ed1:-7d40</wuid>
-    <transparent>false</transparent>
-    <auto_size>false</auto_size>
-    <text>	EMU test motor</text>
-    <scripts />
-    <height>80</height>
-    <border_width>1</border_width>
-    <scale_options>
-      <width_scalable>true</width_scalable>
-      <height_scalable>true</height_scalable>
-      <keep_wh_ratio>false</keep_wh_ratio>
-    </scale_options>
-    <visible>true</visible>
-    <vertical_alignment>1</vertical_alignment>
-    <border_color>
-      <color name="Container Border Grey" red="150" green="150" blue="150" />
-    </border_color>
-    <widget_type>Label</widget_type>
-    <wrap_words>false</wrap_words>
-    <background_color>
-      <color name="Primary Blue" red="0" green="148" blue="202" />
-    </background_color>
-    <width>1100</width>
-    <x>0</x>
-    <name>Label_1</name>
-    <y>0</y>
-    <foreground_color>
-      <color name="White" red="255" green="255" blue="255" />
-    </foreground_color>
-    <actions hook="false" hook_all="false" />
-    <font>
-      <opifont.name fontName="Titillium" height="25" style="0">Title</opifont.name>
-    </font>
-  </widget>
-  <widget typeId="org.csstudio.opibuilder.widgets.groupingContainer" version="1.0.0">
-    <border_style>1</border_style>
-    <tooltip></tooltip>
-    <rules />
-    <enabled>true</enabled>
-    <wuid>-2f9a11f7:155b523133c:-565b</wuid>
-    <transparent>false</transparent>
-    <lock_children>false</lock_children>
-    <scripts />
-    <height>498</height>
-    <border_width>0</border_width>
-    <scale_options>
-      <width_scalable>true</width_scalable>
-      <height_scalable>true</height_scalable>
-      <keep_wh_ratio>false</keep_wh_ratio>
-    </scale_options>
-    <macros>
-      <include_parent_macros>true</include_parent_macros>
-      <x_ref>0</x_ref>
-      <y_ref>0</y_ref>
-      <border_ref>40</border_ref>
-      <blade_width>230</blade_width>
-      <blade_height>460</blade_height>
-      <blade_l1>398</blade_l1>
-      <blade_l2>115</blade_l2>
-      <blade_l3>230</blade_l3>
-      <blade_l4>199</blade_l4>
-      <cos60>0.5</cos60>
-      <sin60>0.866025404</sin60>
-      <tan30>0.58</tan30>
-      <offset_balde>2</offset_balde>
-      <tan60>1.732050808</tan60>
-      <cos30>0.866025404</cos30>
-    </macros>
-    <visible>true</visible>
-    <border_color>
-      <color name="Container Border Grey" red="150" green="150" blue="150" />
-    </border_color>
-    <widget_type>Grouping Container</widget_type>
-    <background_color>
-      <color name="Container Grey" red="200" green="200" blue="200" />
-    </background_color>
-    <width>460</width>
-    <x>90</x>
-    <name>Grouping Container_3</name>
-    <y>90</y>
-    <foreground_color>
-      <color name="Black" red="0" green="0" blue="0" />
-    </foreground_color>
-    <actions hook="false" hook_all="false" />
-    <fc>false</fc>
-    <show_scrollbar>false</show_scrollbar>
-    <font>
-      <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-    </font>
-    <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
-      <border_style>0</border_style>
-      <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-      <line_width>1</line_width>
-      <horizontal_fill>true</horizontal_fill>
-      <alarm_pulsing>false</alarm_pulsing>
-      <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-      <arrows>0</arrows>
-      <rules />
-      <enabled>true</enabled>
-      <wuid>d3f28bb:157fafcb9d3:-7367</wuid>
-      <transparent>false</transparent>
-      <points>
-        <point x="50" y="20" />
-        <point x="51" y="409" />
-        <point x="51" y="409" />
-        <point x="51" y="409" />
-      </points>
-      <fill_arrow>true</fill_arrow>
-      <pv_value />
-      <alpha>255</alpha>
-      <rotation_angle>0.0</rotation_angle>
-      <scripts>
-        <path pathString="enable_HV.js" checkConnect="true" sfe="false" seoe="false">
-          <pv trig="true">$(P-EMU-PMAC):$(M-EMU-GENERAL):VH_SELECT_R</pv>
-        </path>
-      </scripts>
-      <border_alarm_sensitive>false</border_alarm_sensitive>
-      <height>390</height>
-      <border_width>1</border_width>
-      <scale_options>
-        <width_scalable>true</width_scalable>
-        <height_scalable>true</height_scalable>
-        <keep_wh_ratio>true</keep_wh_ratio>
-      </scale_options>
-      <visible>true</visible>
-      <pv_name></pv_name>
-      <border_color>
-        <color red="0" green="128" blue="255" />
-      </border_color>
-      <anti_alias>true</anti_alias>
-      <line_style>0</line_style>
-      <arrow_length>20</arrow_length>
-      <widget_type>Polyline</widget_type>
-      <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-      <background_color>
-        <color red="30" green="144" blue="255" />
-      </background_color>
-      <width>2</width>
-      <x>50</x>
-      <name>VERTICAL_axis</name>
-      <y>20</y>
-      <fill_level>0.0</fill_level>
-      <foreground_color>
-        <color red="255" green="0" blue="0" />
-      </foreground_color>
-      <actions hook="false" hook_all="false" />
-      <font>
-        <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-      </font>
-    </widget>
-    <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
-      <border_style>0</border_style>
-      <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-      <line_width>1</line_width>
-      <horizontal_fill>true</horizontal_fill>
-      <alarm_pulsing>false</alarm_pulsing>
-      <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-      <arrows>0</arrows>
-      <rules />
-      <enabled>true</enabled>
-      <wuid>d3f28bb:157fafcb9d3:-735d</wuid>
-      <transparent>false</transparent>
-      <points>
-        <point x="50" y="410" />
-        <point x="438" y="411" />
-        <point x="438" y="411" />
-        <point x="438" y="411" />
-      </points>
-      <fill_arrow>true</fill_arrow>
-      <pv_value />
-      <alpha>255</alpha>
-      <rotation_angle>0.0</rotation_angle>
-      <scripts>
-        <path pathString="enable_HV.js" checkConnect="true" sfe="false" seoe="false">
-          <pv trig="true">$(P-EMU-PMAC):$(M-EMU-GENERAL):VH_SELECT_R</pv>
-        </path>
-      </scripts>
-      <border_alarm_sensitive>false</border_alarm_sensitive>
-      <height>2</height>
-      <border_width>1</border_width>
-      <scale_options>
-        <width_scalable>true</width_scalable>
-        <height_scalable>true</height_scalable>
-        <keep_wh_ratio>true</keep_wh_ratio>
-      </scale_options>
-      <visible>true</visible>
-      <pv_name></pv_name>
-      <border_color>
-        <color red="0" green="128" blue="255" />
-      </border_color>
-      <anti_alias>true</anti_alias>
-      <line_style>0</line_style>
-      <arrow_length>20</arrow_length>
-      <widget_type>Polyline</widget_type>
-      <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-      <background_color>
-        <color red="30" green="144" blue="255" />
-      </background_color>
-      <width>389</width>
-      <x>50</x>
-      <name>HORIZONTAL_axis</name>
-      <y>410</y>
-      <fill_level>0.0</fill_level>
-      <foreground_color>
-        <color red="255" green="0" blue="0" />
-      </foreground_color>
-      <actions hook="false" hook_all="false" />
-      <font>
-        <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-      </font>
-    </widget>
-    <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
-      <border_style>0</border_style>
-      <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-      <line_width>1</line_width>
-      <horizontal_fill>true</horizontal_fill>
-      <alarm_pulsing>false</alarm_pulsing>
-      <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-      <arrows>0</arrows>
-      <rules />
-      <enabled>true</enabled>
-      <wuid>d3f28bb:157fafcb9d3:-7133</wuid>
-      <transparent>false</transparent>
-      <points>
-        <point x="25" y="40" />
-        <point x="74" y="40" />
-      </points>
-      <fill_arrow>true</fill_arrow>
-      <pv_value />
-      <alpha>255</alpha>
-      <rotation_angle>0.0</rotation_angle>
-      <scripts>
-        <path pathString="enable_HV.js" checkConnect="true" sfe="false" seoe="false">
-          <pv trig="true">$(P-EMU-PMAC):$(M-EMU-GENERAL):VH_SELECT_R</pv>
-        </path>
-      </scripts>
-      <border_alarm_sensitive>false</border_alarm_sensitive>
-      <height>1</height>
-      <border_width>1</border_width>
-      <scale_options>
-        <width_scalable>true</width_scalable>
-        <height_scalable>true</height_scalable>
-        <keep_wh_ratio>true</keep_wh_ratio>
-      </scale_options>
-      <visible>true</visible>
-      <pv_name></pv_name>
-      <border_color>
-        <color red="0" green="128" blue="255" />
-      </border_color>
-      <anti_alias>true</anti_alias>
-      <line_style>0</line_style>
-      <arrow_length>20</arrow_length>
-      <widget_type>Polyline</widget_type>
-      <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-      <background_color>
-        <color name="Minor" red="255" green="128" blue="0" />
-      </background_color>
-      <width>50</width>
-      <x>25</x>
-      <name>VERTICAL_H</name>
-      <y>40</y>
-      <fill_level>0.0</fill_level>
-      <foreground_color>
-        <color red="255" green="0" blue="0" />
-      </foreground_color>
-      <actions hook="false" hook_all="false" />
-      <font>
-        <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-      </font>
-    </widget>
-    <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
-      <border_style>0</border_style>
-      <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-      <line_width>1</line_width>
-      <horizontal_fill>true</horizontal_fill>
-      <alarm_pulsing>false</alarm_pulsing>
-      <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-      <arrows>0</arrows>
-      <rules />
-      <enabled>true</enabled>
-      <wuid>d3f28bb:157fafcb9d3:-7125</wuid>
-      <transparent>false</transparent>
-      <points>
-        <point x="25" y="390" />
-        <point x="74" y="390" />
-      </points>
-      <fill_arrow>true</fill_arrow>
-      <pv_value />
-      <alpha>255</alpha>
-      <rotation_angle>0.0</rotation_angle>
-      <scripts>
-        <path pathString="enable_HV.js" checkConnect="true" sfe="false" seoe="false">
-          <pv trig="true">$(P-EMU-PMAC):$(M-EMU-GENERAL):VH_SELECT_R</pv>
-        </path>
-      </scripts>
-      <border_alarm_sensitive>false</border_alarm_sensitive>
-      <height>1</height>
-      <border_width>1</border_width>
-      <scale_options>
-        <width_scalable>true</width_scalable>
-        <height_scalable>true</height_scalable>
-        <keep_wh_ratio>true</keep_wh_ratio>
-      </scale_options>
-      <visible>true</visible>
-      <pv_name></pv_name>
-      <border_color>
-        <color red="0" green="128" blue="255" />
-      </border_color>
-      <anti_alias>true</anti_alias>
-      <line_style>0</line_style>
-      <arrow_length>20</arrow_length>
-      <widget_type>Polyline</widget_type>
-      <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-      <background_color>
-        <color name="Minor" red="255" green="128" blue="0" />
-      </background_color>
-      <width>50</width>
-      <x>25</x>
-      <name>VERTICAL_L</name>
-      <y>390</y>
-      <fill_level>0.0</fill_level>
-      <foreground_color>
-        <color red="255" green="0" blue="0" />
-      </foreground_color>
-      <actions hook="false" hook_all="false" />
-      <font>
-        <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-      </font>
-    </widget>
-    <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
-      <border_style>0</border_style>
-      <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-      <line_width>2</line_width>
-      <horizontal_fill>true</horizontal_fill>
-      <alarm_pulsing>false</alarm_pulsing>
-      <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-      <arrows>0</arrows>
-      <rules>
-        <rule name="Y_position" prop_id="y" out_exp="true">
-          <exp bool_exp="true">
-            <value>20 + 20 + (-pv0)*pv1/pv2</value>
-          </exp>
-          <pv trig="true">$(P-EMU-PMAC):$(M-EMU-V):M_POSITION_R</pv>
-          <pv trig="true">sim://const($(MAX_CSS))</pv>
-          <pv trig="true">sim://const($(MAX_COUNTS))</pv>
-        </rule>
-      </rules>
-      <enabled>true</enabled>
-      <wuid>d3f28bb:157fafcb9d3:-70c6</wuid>
-      <transparent>false</transparent>
-      <points>
-        <point x="24" y="300" />
-        <point x="73" y="300" />
-      </points>
-      <fill_arrow>true</fill_arrow>
-      <pv_value />
-      <alpha>255</alpha>
-      <rotation_angle>0.0</rotation_angle>
-      <scripts>
-        <path pathString="enable_HV.js" checkConnect="true" sfe="false" seoe="false">
-          <pv trig="true">$(P-EMU-PMAC):$(M-EMU-GENERAL):VH_SELECT_R</pv>
-        </path>
-      </scripts>
-      <border_alarm_sensitive>false</border_alarm_sensitive>
-      <height>1</height>
-      <border_width>1</border_width>
-      <scale_options>
-        <width_scalable>true</width_scalable>
-        <height_scalable>true</height_scalable>
-        <keep_wh_ratio>true</keep_wh_ratio>
-      </scale_options>
-      <visible>true</visible>
-      <pv_name></pv_name>
-      <border_color>
-        <color red="0" green="128" blue="255" />
-      </border_color>
-      <anti_alias>true</anti_alias>
-      <line_style>0</line_style>
-      <arrow_length>20</arrow_length>
-      <widget_type>Polyline</widget_type>
-      <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-      <background_color>
-        <color name="Major" red="255" green="0" blue="0" />
-      </background_color>
-      <width>50</width>
-      <x>24</x>
-      <name>VERTICAL_moteur</name>
-      <y>300</y>
-      <fill_level>0.0</fill_level>
-      <foreground_color>
-        <color red="255" green="0" blue="0" />
-      </foreground_color>
-      <actions hook="false" hook_all="false" />
-      <font>
-        <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-      </font>
-    </widget>
-    <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-      <border_style>0</border_style>
-      <tooltip></tooltip>
-      <horizontal_alignment>0</horizontal_alignment>
-      <rules />
-      <enabled>true</enabled>
-      <wuid>752d155:157fbdffea9:-7cf5</wuid>
-      <transparent>true</transparent>
-      <auto_size>true</auto_size>
-      <text>VH</text>
-      <scripts>
-        <path pathString="enable_HV.js" checkConnect="true" sfe="false" seoe="false">
-          <pv trig="true">$(P-EMU-PMAC):$(M-EMU-GENERAL):VH_SELECT_R</pv>
-        </path>
-      </scripts>
-      <height>18</height>
-      <border_width>2</border_width>
-      <scale_options>
-        <width_scalable>true</width_scalable>
-        <height_scalable>true</height_scalable>
-        <keep_wh_ratio>false</keep_wh_ratio>
-      </scale_options>
-      <visible>true</visible>
-      <vertical_alignment>1</vertical_alignment>
-      <border_color>
-        <color name="Black" red="0" green="0" blue="0" />
-      </border_color>
-      <widget_type>Label</widget_type>
-      <wrap_words>true</wrap_words>
-      <background_color>
-        <color name="White" red="255" green="255" blue="255" />
-      </background_color>
-      <width>18</width>
-      <x>8</x>
-      <name>Label Template_13</name>
-      <y>32</y>
-      <foreground_color>
-        <color name="Black" red="0" green="0" blue="0" />
-      </foreground_color>
-      <actions hook="false" hook_all="false" />
-      <show_scrollbar>false</show_scrollbar>
-      <font>
-        <opifont.name fontName="OpenSans" height="10" style="0">Small</opifont.name>
-      </font>
-    </widget>
-    <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-      <border_style>0</border_style>
-      <tooltip></tooltip>
-      <horizontal_alignment>0</horizontal_alignment>
-      <rules />
-      <enabled>true</enabled>
-      <wuid>752d155:157fbdffea9:-7ceb</wuid>
-      <transparent>true</transparent>
-      <auto_size>true</auto_size>
-      <text>VL</text>
-      <scripts>
-        <path pathString="enable_HV.js" checkConnect="true" sfe="false" seoe="false">
-          <pv trig="true">$(P-EMU-PMAC):$(M-EMU-GENERAL):VH_SELECT_R</pv>
-        </path>
-      </scripts>
-      <height>18</height>
-      <border_width>2</border_width>
-      <scale_options>
-        <width_scalable>true</width_scalable>
-        <height_scalable>true</height_scalable>
-        <keep_wh_ratio>false</keep_wh_ratio>
-      </scale_options>
-      <visible>true</visible>
-      <vertical_alignment>1</vertical_alignment>
-      <border_color>
-        <color name="Black" red="0" green="0" blue="0" />
-      </border_color>
-      <widget_type>Label</widget_type>
-      <wrap_words>true</wrap_words>
-      <background_color>
-        <color name="White" red="255" green="255" blue="255" />
-      </background_color>
-      <width>15</width>
-      <x>9</x>
-      <name>Label Template_1</name>
-      <y>382</y>
-      <foreground_color>
-        <color name="Black" red="0" green="0" blue="0" />
-      </foreground_color>
-      <actions hook="false" hook_all="false" />
-      <show_scrollbar>false</show_scrollbar>
-      <font>
-        <opifont.name fontName="OpenSans" height="10" style="0">Small</opifont.name>
-      </font>
-    </widget>
-    <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-      <border_style>0</border_style>
-      <tooltip></tooltip>
-      <horizontal_alignment>0</horizontal_alignment>
-      <rules />
-      <enabled>true</enabled>
-      <wuid>752d155:157fbdffea9:-7ce1</wuid>
-      <transparent>true</transparent>
-      <auto_size>true</auto_size>
-      <text>cm</text>
-      <scripts>
-        <path pathString="enable_HV.js" checkConnect="true" sfe="false" seoe="false">
-          <pv trig="true">$(P-EMU-PMAC):$(M-EMU-GENERAL):VH_SELECT_R</pv>
-        </path>
-      </scripts>
-      <height>18</height>
-      <border_width>2</border_width>
-      <scale_options>
-        <width_scalable>true</width_scalable>
-        <height_scalable>true</height_scalable>
-        <keep_wh_ratio>false</keep_wh_ratio>
-      </scale_options>
-      <visible>true</visible>
-      <vertical_alignment>1</vertical_alignment>
-      <border_color>
-        <color name="Black" red="0" green="0" blue="0" />
-      </border_color>
-      <widget_type>Label</widget_type>
-      <wrap_words>true</wrap_words>
-      <background_color>
-        <color name="White" red="255" green="255" blue="255" />
-      </background_color>
-      <width>18</width>
-      <x>25</x>
-      <name>Label Template_2</name>
-      <y>3</y>
-      <foreground_color>
-        <color name="Black" red="0" green="0" blue="0" />
-      </foreground_color>
-      <actions hook="false" hook_all="false" />
-      <show_scrollbar>false</show_scrollbar>
-      <font>
-        <opifont.name fontName="OpenSans" height="10" style="0">Small</opifont.name>
-      </font>
-    </widget>
-    <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-      <border_style>0</border_style>
-      <tooltip></tooltip>
-      <horizontal_alignment>0</horizontal_alignment>
-      <rules />
-      <enabled>true</enabled>
-      <wuid>752d155:157fbdffea9:-7cd7</wuid>
-      <transparent>true</transparent>
-      <auto_size>true</auto_size>
-      <text>cts</text>
-      <scripts>
-        <path pathString="enable_HV.js" checkConnect="true" sfe="false" seoe="false">
-          <pv trig="true">$(P-EMU-PMAC):$(M-EMU-GENERAL):VH_SELECT_R</pv>
-        </path>
-      </scripts>
-      <height>18</height>
-      <border_width>2</border_width>
-      <scale_options>
-        <width_scalable>true</width_scalable>
-        <height_scalable>true</height_scalable>
-        <keep_wh_ratio>false</keep_wh_ratio>
-      </scale_options>
-      <visible>true</visible>
-      <vertical_alignment>1</vertical_alignment>
-      <border_color>
-        <color name="Black" red="0" green="0" blue="0" />
-      </border_color>
-      <widget_type>Label</widget_type>
-      <wrap_words>true</wrap_words>
-      <background_color>
-        <color name="White" red="255" green="255" blue="255" />
-      </background_color>
-      <width>17</width>
-      <x>58</x>
-      <name>Label Template_3</name>
-      <y>3</y>
-      <foreground_color>
-        <color name="Black" red="0" green="0" blue="0" />
-      </foreground_color>
-      <actions hook="false" hook_all="false" />
-      <show_scrollbar>false</show_scrollbar>
-      <font>
-        <opifont.name fontName="OpenSans" height="10" style="0">Small</opifont.name>
-      </font>
-    </widget>
-    <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-      <border_style>0</border_style>
-      <tooltip></tooltip>
-      <horizontal_alignment>0</horizontal_alignment>
-      <rules />
-      <enabled>true</enabled>
-      <wuid>752d155:157fbdffea9:-7ccb</wuid>
-      <transparent>true</transparent>
-      <auto_size>true</auto_size>
-      <text>0</text>
-      <scripts>
-        <path pathString="enable_HV.js" checkConnect="true" sfe="false" seoe="false">
-          <pv trig="true">$(P-EMU-PMAC):$(M-EMU-GENERAL):VH_SELECT_R</pv>
-        </path>
-      </scripts>
-      <height>18</height>
-      <border_width>2</border_width>
-      <scale_options>
-        <width_scalable>true</width_scalable>
-        <height_scalable>true</height_scalable>
-        <keep_wh_ratio>false</keep_wh_ratio>
-      </scale_options>
-      <visible>true</visible>
-      <vertical_alignment>1</vertical_alignment>
-      <border_color>
-        <color name="Black" red="0" green="0" blue="0" />
-      </border_color>
-      <widget_type>Label</widget_type>
-      <wrap_words>true</wrap_words>
-      <background_color>
-        <color name="White" red="255" green="255" blue="255" />
-      </background_color>
-      <width>7</width>
-      <x>30</x>
-      <name>Label Template_4</name>
-      <y>20</y>
-      <foreground_color>
-        <color name="Black" red="0" green="0" blue="0" />
-      </foreground_color>
-      <actions hook="false" hook_all="false" />
-      <show_scrollbar>false</show_scrollbar>
-      <font>
-        <opifont.name fontName="OpenSans" height="10" style="0">Small</opifont.name>
-      </font>
-    </widget>
-    <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-      <border_style>0</border_style>
-      <tooltip></tooltip>
-      <horizontal_alignment>0</horizontal_alignment>
-      <rules />
-      <enabled>true</enabled>
-      <wuid>752d155:157fbdffea9:-7cc1</wuid>
-      <transparent>true</transparent>
-      <auto_size>true</auto_size>
-      <text>0</text>
-      <scripts>
-        <path pathString="enable_HV.js" checkConnect="true" sfe="false" seoe="false">
-          <pv trig="true">$(P-EMU-PMAC):$(M-EMU-GENERAL):VH_SELECT_R</pv>
-        </path>
-      </scripts>
-      <height>18</height>
-      <border_width>2</border_width>
-      <scale_options>
-        <width_scalable>true</width_scalable>
-        <height_scalable>true</height_scalable>
-        <keep_wh_ratio>false</keep_wh_ratio>
-      </scale_options>
-      <visible>true</visible>
-      <vertical_alignment>1</vertical_alignment>
-      <border_color>
-        <color name="Black" red="0" green="0" blue="0" />
-      </border_color>
-      <widget_type>Label</widget_type>
-      <wrap_words>true</wrap_words>
-      <background_color>
-        <color name="White" red="255" green="255" blue="255" />
-      </background_color>
-      <width>7</width>
-      <x>63</x>
-      <name>Label Template_5</name>
-      <y>20</y>
-      <foreground_color>
-        <color name="Black" red="0" green="0" blue="0" />
-      </foreground_color>
-      <actions hook="false" hook_all="false" />
-      <show_scrollbar>false</show_scrollbar>
-      <font>
-        <opifont.name fontName="OpenSans" height="10" style="0">Small</opifont.name>
-      </font>
-    </widget>
-    <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-      <border_style>0</border_style>
-      <tooltip></tooltip>
-      <horizontal_alignment>0</horizontal_alignment>
-      <rules />
-      <enabled>true</enabled>
-      <wuid>752d155:157fbdffea9:-7c93</wuid>
-      <transparent>true</transparent>
-      <auto_size>true</auto_size>
-      <text>-796879</text>
-      <scripts>
-        <path pathString="enable_HV.js" checkConnect="true" sfe="false" seoe="false">
-          <pv trig="true">$(P-EMU-PMAC):$(M-EMU-GENERAL):VH_SELECT_R</pv>
-        </path>
-      </scripts>
-      <height>18</height>
-      <border_width>2</border_width>
-      <scale_options>
-        <width_scalable>true</width_scalable>
-        <height_scalable>true</height_scalable>
-        <keep_wh_ratio>false</keep_wh_ratio>
-      </scale_options>
-      <visible>true</visible>
-      <vertical_alignment>1</vertical_alignment>
-      <border_color>
-        <color name="Black" red="0" green="0" blue="0" />
-      </border_color>
-      <widget_type>Label</widget_type>
-      <wrap_words>true</wrap_words>
-      <background_color>
-        <color name="White" red="255" green="255" blue="255" />
-      </background_color>
-      <width>46</width>
-      <x>79</x>
-      <name>Label Template_6</name>
-      <y>373</y>
-      <foreground_color>
-        <color name="Black" red="0" green="0" blue="0" />
-      </foreground_color>
-      <actions hook="false" hook_all="false" />
-      <show_scrollbar>false</show_scrollbar>
-      <font>
-        <opifont.name fontName="OpenSans" height="10" style="0">Small</opifont.name>
-      </font>
-    </widget>
-    <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-      <border_style>0</border_style>
-      <tooltip></tooltip>
-      <horizontal_alignment>0</horizontal_alignment>
-      <rules />
-      <enabled>true</enabled>
-      <wuid>752d155:157fbdffea9:-7c89</wuid>
-      <transparent>true</transparent>
-      <auto_size>true</auto_size>
-      <text>-21</text>
-      <scripts>
-        <path pathString="enable_HV.js" checkConnect="true" sfe="false" seoe="false">
-          <pv trig="true">$(P-EMU-PMAC):$(M-EMU-GENERAL):VH_SELECT_R</pv>
-        </path>
-      </scripts>
-      <height>18</height>
-      <border_width>2</border_width>
-      <scale_options>
-        <width_scalable>true</width_scalable>
-        <height_scalable>true</height_scalable>
-        <keep_wh_ratio>false</keep_wh_ratio>
-      </scale_options>
-      <visible>true</visible>
-      <vertical_alignment>1</vertical_alignment>
-      <border_color>
-        <color name="Black" red="0" green="0" blue="0" />
-      </border_color>
-      <widget_type>Label</widget_type>
-      <wrap_words>true</wrap_words>
-      <background_color>
-        <color name="White" red="255" green="255" blue="255" />
-      </background_color>
-      <width>18</width>
-      <x>27</x>
-      <name>Label Template_7</name>
-      <y>365</y>
-      <foreground_color>
-        <color name="Black" red="0" green="0" blue="0" />
-      </foreground_color>
-      <actions hook="false" hook_all="false" />
-      <show_scrollbar>false</show_scrollbar>
-      <font>
-        <opifont.name fontName="OpenSans" height="10" style="0">Small</opifont.name>
-      </font>
-    </widget>
-    <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
-      <border_style>0</border_style>
-      <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-      <line_width>1</line_width>
-      <horizontal_fill>true</horizontal_fill>
-      <alarm_pulsing>false</alarm_pulsing>
-      <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-      <arrows>0</arrows>
-      <rules />
-      <enabled>true</enabled>
-      <wuid>752d155:157fbdffea9:-7bcd</wuid>
-      <transparent>false</transparent>
-      <points>
-        <point x="24" y="88" />
-        <point x="73" y="88" />
-      </points>
-      <fill_arrow>true</fill_arrow>
-      <pv_value />
-      <alpha>255</alpha>
-      <rotation_angle>0.0</rotation_angle>
-      <scripts>
-        <path pathString="enable_HV.js" checkConnect="true" sfe="false" seoe="false">
-          <pv trig="true">$(P-EMU-PMAC):$(M-EMU-GENERAL):VH_SELECT_R</pv>
-        </path>
-      </scripts>
-      <border_alarm_sensitive>false</border_alarm_sensitive>
-      <height>1</height>
-      <border_width>1</border_width>
-      <scale_options>
-        <width_scalable>true</width_scalable>
-        <height_scalable>true</height_scalable>
-        <keep_wh_ratio>true</keep_wh_ratio>
-      </scale_options>
-      <visible>true</visible>
-      <pv_name></pv_name>
-      <border_color>
-        <color red="0" green="128" blue="255" />
-      </border_color>
-      <anti_alias>true</anti_alias>
-      <line_style>0</line_style>
-      <arrow_length>20</arrow_length>
-      <widget_type>Polyline</widget_type>
-      <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-      <background_color>
-        <color name="Green On" red="0" green="255" blue="0" />
-      </background_color>
-      <width>50</width>
-      <x>24</x>
-      <name>VERTICAL_maintenance_position</name>
-      <y>88</y>
-      <fill_level>0.0</fill_level>
-      <foreground_color>
-        <color red="255" green="0" blue="0" />
-      </foreground_color>
-      <actions hook="false" hook_all="false" />
-      <font>
-        <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-      </font>
-    </widget>
-    <widget typeId="org.csstudio.opibuilder.widgets.ActionButton" version="2.0.0">
-      <toggle_button>false</toggle_button>
-      <border_style>0</border_style>
-      <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-      <alarm_pulsing>false</alarm_pulsing>
-      <tooltip>$(pv_name)</tooltip>
-      <push_action_index>0</push_action_index>
-      <rules />
-      <enabled>true</enabled>
-      <wuid>d3f28bb:157fafcb9d3:-7a17</wuid>
-      <pv_value />
-      <text>STOP EMERGENCY</text>
-      <scripts />
-      <border_alarm_sensitive>false</border_alarm_sensitive>
-      <height>40</height>
-      <border_width>1</border_width>
-      <scale_options>
-        <width_scalable>true</width_scalable>
-        <height_scalable>true</height_scalable>
-        <keep_wh_ratio>false</keep_wh_ratio>
-      </scale_options>
-      <image></image>
-      <visible>true</visible>
-      <pv_name></pv_name>
-      <border_color>
-        <color name="Blue" red="0" green="128" blue="255" />
-      </border_color>
-      <widget_type>Action Button</widget_type>
-      <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-      <background_color>
-        <color name="Button Grey" red="180" green="180" blue="180" />
-      </background_color>
-      <width>156</width>
-      <x>143</x>
-      <name>Action Button_1</name>
-      <y>440</y>
-      <style>0</style>
-      <foreground_color>
-        <color name="Black" red="0" green="0" blue="0" />
-      </foreground_color>
-      <actions hook="false" hook_all="false">
-        <action type="WRITE_PV">
-          <pv_name>$(P-EMU-PMAC):$(M-EMU-GENERAL):ASK</pv_name>
-          <value>#1K#2KM33=0M34=0</value>
-          <timeout>10</timeout>
-          <confirm_message></confirm_message>
-          <description></description>
-        </action>
-      </actions>
-      <font>
-        <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-      </font>
-    </widget>
-    <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
-      <alarm_pulsing>false</alarm_pulsing>
-      <tooltip>$(pv_name)</tooltip>
-      <rules />
-      <effect_3d>true</effect_3d>
-      <bit>-1</bit>
-      <pv_value />
-      <height>18</height>
-      <border_width>1</border_width>
-      <visible>true</visible>
-      <pv_name>$(P-EMU-PMAC):$(M-EMU-GENERAL):M_FAILURE_R</pv_name>
-      <border_color>
-        <color name="Blue" red="0" green="128" blue="255" />
-      </border_color>
-      <widget_type>LED</widget_type>
-      <name>LED</name>
-      <actions hook="false" hook_all="false" />
-      <show_boolean_label>false</show_boolean_label>
-      <border_style>0</border_style>
-      <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-      <enabled>true</enabled>
-      <wuid>3936cfcc:15896dd4538:-7ef2</wuid>
-      <on_color>
-        <color name="Major" red="255" green="0" blue="0" />
-      </on_color>
-      <scripts />
-      <border_alarm_sensitive>false</border_alarm_sensitive>
-      <on_label>ON</on_label>
-      <scale_options>
-        <width_scalable>true</width_scalable>
-        <height_scalable>true</height_scalable>
-        <keep_wh_ratio>true</keep_wh_ratio>
-      </scale_options>
-      <off_color>
-        <color name="Green Off" red="0" green="30" blue="0" />
-      </off_color>
-      <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-      <background_color>
-        <color name="Field Background Grey" red="240" green="240" blue="240" />
-      </background_color>
-      <square_led>false</square_led>
-      <width>18</width>
-      <x>93</x>
-      <data_type>0</data_type>
-      <y>14</y>
-      <foreground_color>
-        <color name="Button Grey" red="180" green="180" blue="180" />
-      </foreground_color>
-      <font>
-        <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-      </font>
-      <off_label>OFF</off_label>
-    </widget>
-    <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-      <border_style>0</border_style>
-      <tooltip></tooltip>
-      <horizontal_alignment>0</horizontal_alignment>
-      <rules />
-      <enabled>true</enabled>
-      <wuid>3936cfcc:15896dd4538:-7ef1</wuid>
-      <transparent>true</transparent>
-      <auto_size>true</auto_size>
-      <text>Geo Brick intern error (P92)</text>
-      <scripts />
-      <height>18</height>
-      <border_width>2</border_width>
-      <scale_options>
-        <width_scalable>true</width_scalable>
-        <height_scalable>true</height_scalable>
-        <keep_wh_ratio>false</keep_wh_ratio>
-      </scale_options>
-      <visible>true</visible>
-      <vertical_alignment>1</vertical_alignment>
-      <border_color>
-        <color name="Black" red="0" green="0" blue="0" />
-      </border_color>
-      <widget_type>Label</widget_type>
-      <wrap_words>true</wrap_words>
-      <background_color>
-        <color name="White" red="255" green="255" blue="255" />
-      </background_color>
-      <width>161</width>
-      <x>115</x>
-      <name>Label Template_8</name>
-      <y>14</y>
-      <foreground_color>
-        <color name="Black" red="0" green="0" blue="0" />
-      </foreground_color>
-      <actions hook="false" hook_all="false" />
-      <show_scrollbar>false</show_scrollbar>
-      <font>
-        <opifont.name fontName="OpenSans" height="10" style="0">Small</opifont.name>
-      </font>
-    </widget>
-    <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
-      <alarm_pulsing>false</alarm_pulsing>
-      <tooltip>$(pv_name)</tooltip>
-      <rules />
-      <effect_3d>true</effect_3d>
-      <bit>-1</bit>
-      <pv_value />
-      <height>18</height>
-      <border_width>1</border_width>
-      <visible>true</visible>
-      <pv_name>$(P-EMU-PMAC):$(M-EMU-GENERAL):CURRENT_ERR_R</pv_name>
-      <border_color>
-        <color name="Blue" red="0" green="128" blue="255" />
-      </border_color>
-      <widget_type>LED</widget_type>
-      <name>LED_1</name>
-      <actions hook="false" hook_all="false" />
-      <show_boolean_label>false</show_boolean_label>
-      <border_style>0</border_style>
-      <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-      <enabled>true</enabled>
-      <wuid>3936cfcc:15896dd4538:-7ef0</wuid>
-      <on_color>
-        <color name="Major" red="255" green="0" blue="0" />
-      </on_color>
-      <scripts />
-      <border_alarm_sensitive>false</border_alarm_sensitive>
-      <on_label>ON</on_label>
-      <scale_options>
-        <width_scalable>true</width_scalable>
-        <height_scalable>true</height_scalable>
-        <keep_wh_ratio>true</keep_wh_ratio>
-      </scale_options>
-      <off_color>
-        <color name="Green Off" red="0" green="30" blue="0" />
-      </off_color>
-      <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-      <background_color>
-        <color name="Field Background Grey" red="240" green="240" blue="240" />
-      </background_color>
-      <square_led>false</square_led>
-      <width>18</width>
-      <x>93</x>
-      <data_type>0</data_type>
-      <y>44</y>
-      <foreground_color>
-        <color name="Button Grey" red="180" green="180" blue="180" />
-      </foreground_color>
-      <font>
-        <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-      </font>
-      <off_label>OFF</off_label>
-    </widget>
-    <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-      <border_style>0</border_style>
-      <tooltip></tooltip>
-      <horizontal_alignment>0</horizontal_alignment>
-      <rules />
-      <enabled>true</enabled>
-      <wuid>3936cfcc:15896dd4538:-7eef</wuid>
-      <transparent>true</transparent>
-      <auto_size>true</auto_size>
-      <text>Current over limit (P93)</text>
-      <scripts />
-      <height>18</height>
-      <border_width>2</border_width>
-      <scale_options>
-        <width_scalable>true</width_scalable>
-        <height_scalable>true</height_scalable>
-        <keep_wh_ratio>false</keep_wh_ratio>
-      </scale_options>
-      <visible>true</visible>
-      <vertical_alignment>1</vertical_alignment>
-      <border_color>
-        <color name="Black" red="0" green="0" blue="0" />
-      </border_color>
-      <widget_type>Label</widget_type>
-      <wrap_words>true</wrap_words>
-      <background_color>
-        <color name="White" red="255" green="255" blue="255" />
-      </background_color>
-      <width>138</width>
-      <x>115</x>
-      <name>Label Template_9</name>
-      <y>44</y>
-      <foreground_color>
-        <color name="Black" red="0" green="0" blue="0" />
-      </foreground_color>
-      <actions hook="false" hook_all="false" />
-      <show_scrollbar>false</show_scrollbar>
-      <font>
-        <opifont.name fontName="OpenSans" height="10" style="0">Small</opifont.name>
-      </font>
-    </widget>
-    <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
-      <border_style>0</border_style>
-      <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-      <line_width>2</line_width>
-      <horizontal_fill>true</horizontal_fill>
-      <alarm_pulsing>false</alarm_pulsing>
-      <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-      <arrows>0</arrows>
-      <rules>
-        <rule name="X_position" prop_id="x" out_exp="true">
-          <exp bool_exp="true">
-            <value>50 + 20 + 350 + (pv0)*pv1/pv2</value>
-          </exp>
-          <pv trig="true">$(P-EMU-PMAC):$(M-EMU-H):M_POSITION_R</pv>
-          <pv trig="true">sim://const($(MAX_CSS))</pv>
-          <pv trig="true">sim://const($(MAX_COUNTS))</pv>
-        </rule>
-      </rules>
-      <enabled>true</enabled>
-      <wuid>3936cfcc:15896dd4538:-7ed8</wuid>
-      <transparent>false</transparent>
-      <points>
-        <point x="290" y="434" />
-        <point x="290" y="385" />
-      </points>
-      <fill_arrow>true</fill_arrow>
-      <pv_value />
-      <alpha>255</alpha>
-      <rotation_angle>0.0</rotation_angle>
-      <scripts>
-        <path pathString="enable_HV.js" checkConnect="true" sfe="false" seoe="false">
-          <pv trig="true">$(P-EMU-PMAC):$(M-EMU-GENERAL):VH_SELECT_R</pv>
-        </path>
-      </scripts>
-      <border_alarm_sensitive>false</border_alarm_sensitive>
-      <height>50</height>
-      <border_width>1</border_width>
-      <scale_options>
-        <width_scalable>true</width_scalable>
-        <height_scalable>true</height_scalable>
-        <keep_wh_ratio>true</keep_wh_ratio>
-      </scale_options>
-      <visible>true</visible>
-      <pv_name></pv_name>
-      <border_color>
-        <color red="0" green="128" blue="255" />
-      </border_color>
-      <anti_alias>true</anti_alias>
-      <line_style>0</line_style>
-      <arrow_length>20</arrow_length>
-      <widget_type>Polyline</widget_type>
-      <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-      <background_color>
-        <color name="Invalid" red="255" green="0" blue="255" />
-      </background_color>
-      <width>1</width>
-      <x>290</x>
-      <name>HORIZONTAL_moteur</name>
-      <y>385</y>
-      <fill_level>0.0</fill_level>
-      <foreground_color>
-        <color red="255" green="0" blue="0" />
-      </foreground_color>
-      <actions hook="false" hook_all="false" />
-      <font>
-        <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-      </font>
-    </widget>
-    <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
-      <border_style>0</border_style>
-      <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-      <line_width>1</line_width>
-      <horizontal_fill>true</horizontal_fill>
-      <alarm_pulsing>false</alarm_pulsing>
-      <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-      <arrows>0</arrows>
-      <rules />
-      <enabled>true</enabled>
-      <wuid>3936cfcc:15896dd4538:-7ecc</wuid>
-      <transparent>false</transparent>
-      <points>
-        <point x="420" y="385" />
-        <point x="420" y="434" />
-      </points>
-      <fill_arrow>true</fill_arrow>
-      <pv_value />
-      <alpha>255</alpha>
-      <rotation_angle>0.0</rotation_angle>
-      <scripts>
-        <path pathString="enable_HV.js" checkConnect="true" sfe="false" seoe="false">
-          <pv trig="true">$(P-EMU-PMAC):$(M-EMU-GENERAL):VH_SELECT_R</pv>
-        </path>
-      </scripts>
-      <border_alarm_sensitive>false</border_alarm_sensitive>
-      <height>50</height>
-      <border_width>1</border_width>
-      <scale_options>
-        <width_scalable>true</width_scalable>
-        <height_scalable>true</height_scalable>
-        <keep_wh_ratio>true</keep_wh_ratio>
-      </scale_options>
-      <visible>true</visible>
-      <pv_name></pv_name>
-      <border_color>
-        <color red="0" green="128" blue="255" />
-      </border_color>
-      <anti_alias>true</anti_alias>
-      <line_style>0</line_style>
-      <arrow_length>20</arrow_length>
-      <widget_type>Polyline</widget_type>
-      <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-      <background_color>
-        <color name="Minor" red="255" green="128" blue="0" />
-      </background_color>
-      <width>1</width>
-      <x>420</x>
-      <name>HORIZONTAL_H</name>
-      <y>385</y>
-      <fill_level>0.0</fill_level>
-      <foreground_color>
-        <color red="255" green="0" blue="0" />
-      </foreground_color>
-      <actions hook="false" hook_all="false" />
-      <font>
-        <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-      </font>
-    </widget>
-    <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
-      <border_style>0</border_style>
-      <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-      <line_width>1</line_width>
-      <horizontal_fill>true</horizontal_fill>
-      <alarm_pulsing>false</alarm_pulsing>
-      <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-      <arrows>0</arrows>
-      <rules />
-      <enabled>true</enabled>
-      <wuid>3936cfcc:15896dd4538:-7eb6</wuid>
-      <transparent>false</transparent>
-      <points>
-        <point x="70" y="385" />
-        <point x="70" y="434" />
-      </points>
-      <fill_arrow>true</fill_arrow>
-      <pv_value />
-      <alpha>255</alpha>
-      <rotation_angle>0.0</rotation_angle>
-      <scripts>
-        <path pathString="enable_HV.js" checkConnect="true" sfe="false" seoe="false">
-          <pv trig="true">$(P-EMU-PMAC):$(M-EMU-GENERAL):VH_SELECT_R</pv>
-        </path>
-      </scripts>
-      <border_alarm_sensitive>false</border_alarm_sensitive>
-      <height>50</height>
-      <border_width>1</border_width>
-      <scale_options>
-        <width_scalable>true</width_scalable>
-        <height_scalable>true</height_scalable>
-        <keep_wh_ratio>true</keep_wh_ratio>
-      </scale_options>
-      <visible>true</visible>
-      <pv_name></pv_name>
-      <border_color>
-        <color red="0" green="128" blue="255" />
-      </border_color>
-      <anti_alias>true</anti_alias>
-      <line_style>0</line_style>
-      <arrow_length>20</arrow_length>
-      <widget_type>Polyline</widget_type>
-      <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-      <background_color>
-        <color name="Minor" red="255" green="128" blue="0" />
-      </background_color>
-      <width>1</width>
-      <x>70</x>
-      <name>HORIZONTAL_L</name>
-      <y>385</y>
-      <fill_level>0.0</fill_level>
-      <foreground_color>
-        <color red="255" green="0" blue="0" />
-      </foreground_color>
-      <actions hook="false" hook_all="false" />
-      <font>
-        <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-      </font>
-    </widget>
-    <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-      <border_style>0</border_style>
-      <tooltip></tooltip>
-      <horizontal_alignment>0</horizontal_alignment>
-      <rules />
-      <enabled>true</enabled>
-      <wuid>3936cfcc:15896dd4538:-7e9e</wuid>
-      <transparent>true</transparent>
-      <auto_size>true</auto_size>
-      <text>HL</text>
-      <scripts>
-        <path pathString="enable_HV.js" checkConnect="true" sfe="false" seoe="false">
-          <pv trig="true">$(P-EMU-PMAC):$(M-EMU-GENERAL):VH_SELECT_R</pv>
-        </path>
-      </scripts>
-      <height>18</height>
-      <border_width>2</border_width>
-      <scale_options>
-        <width_scalable>true</width_scalable>
-        <height_scalable>true</height_scalable>
-        <keep_wh_ratio>false</keep_wh_ratio>
-      </scale_options>
-      <visible>true</visible>
-      <vertical_alignment>1</vertical_alignment>
-      <border_color>
-        <color name="Black" red="0" green="0" blue="0" />
-      </border_color>
-      <widget_type>Label</widget_type>
-      <wrap_words>true</wrap_words>
-      <background_color>
-        <color name="White" red="255" green="255" blue="255" />
-      </background_color>
-      <width>17</width>
-      <x>51</x>
-      <name>Label Template_10</name>
-      <y>411</y>
-      <foreground_color>
-        <color name="Black" red="0" green="0" blue="0" />
-      </foreground_color>
-      <actions hook="false" hook_all="false" />
-      <show_scrollbar>false</show_scrollbar>
-      <font>
-        <opifont.name fontName="OpenSans" height="10" style="0">Small</opifont.name>
-      </font>
-    </widget>
-    <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-      <border_style>0</border_style>
-      <tooltip></tooltip>
-      <horizontal_alignment>0</horizontal_alignment>
-      <rules />
-      <enabled>true</enabled>
-      <wuid>3936cfcc:15896dd4538:-7e94</wuid>
-      <transparent>true</transparent>
-      <auto_size>true</auto_size>
-      <text>HH</text>
-      <scripts>
-        <path pathString="enable_HV.js" checkConnect="true" sfe="false" seoe="false">
-          <pv trig="true">$(P-EMU-PMAC):$(M-EMU-GENERAL):VH_SELECT_R</pv>
-        </path>
-      </scripts>
-      <height>18</height>
-      <border_width>2</border_width>
-      <scale_options>
-        <width_scalable>true</width_scalable>
-        <height_scalable>true</height_scalable>
-        <keep_wh_ratio>false</keep_wh_ratio>
-      </scale_options>
-      <visible>true</visible>
-      <vertical_alignment>1</vertical_alignment>
-      <border_color>
-        <color name="Black" red="0" green="0" blue="0" />
-      </border_color>
-      <widget_type>Label</widget_type>
-      <wrap_words>true</wrap_words>
-      <background_color>
-        <color name="White" red="255" green="255" blue="255" />
-      </background_color>
-      <width>20</width>
-      <x>425</x>
-      <name>Label Template_13</name>
-      <y>417</y>
-      <foreground_color>
-        <color name="Black" red="0" green="0" blue="0" />
-      </foreground_color>
-      <actions hook="false" hook_all="false" />
-      <show_scrollbar>false</show_scrollbar>
-      <font>
-        <opifont.name fontName="OpenSans" height="10" style="0">Small</opifont.name>
-      </font>
-    </widget>
-    <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-      <border_style>0</border_style>
-      <tooltip></tooltip>
-      <horizontal_alignment>0</horizontal_alignment>
-      <rules />
-      <enabled>true</enabled>
-      <wuid>3936cfcc:15896dd4538:-7e88</wuid>
-      <transparent>true</transparent>
-      <auto_size>true</auto_size>
-      <text>-21</text>
-      <scripts>
-        <path pathString="enable_HV.js" checkConnect="true" sfe="false" seoe="false">
-          <pv trig="true">$(P-EMU-PMAC):$(M-EMU-GENERAL):VH_SELECT_R</pv>
-        </path>
-      </scripts>
-      <height>18</height>
-      <border_width>2</border_width>
-      <scale_options>
-        <width_scalable>true</width_scalable>
-        <height_scalable>true</height_scalable>
-        <keep_wh_ratio>false</keep_wh_ratio>
-      </scale_options>
-      <visible>true</visible>
-      <vertical_alignment>1</vertical_alignment>
-      <border_color>
-        <color name="Black" red="0" green="0" blue="0" />
-      </border_color>
-      <widget_type>Label</widget_type>
-      <wrap_words>true</wrap_words>
-      <background_color>
-        <color name="White" red="255" green="255" blue="255" />
-      </background_color>
-      <width>18</width>
-      <x>62</x>
-      <name>Label Template_14</name>
-      <y>440</y>
-      <foreground_color>
-        <color name="Black" red="0" green="0" blue="0" />
-      </foreground_color>
-      <actions hook="false" hook_all="false" />
-      <show_scrollbar>false</show_scrollbar>
-      <font>
-        <opifont.name fontName="OpenSans" height="10" style="0">Small</opifont.name>
-      </font>
-    </widget>
-    <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-      <border_style>0</border_style>
-      <tooltip></tooltip>
-      <horizontal_alignment>0</horizontal_alignment>
-      <rules />
-      <enabled>true</enabled>
-      <wuid>3936cfcc:15896dd4538:-7c79</wuid>
-      <transparent>true</transparent>
-      <auto_size>true</auto_size>
-      <text>cm</text>
-      <scripts>
-        <path pathString="enable_HV.js" checkConnect="true" sfe="false" seoe="false">
-          <pv trig="true">$(P-EMU-PMAC):$(M-EMU-GENERAL):VH_SELECT_R</pv>
-        </path>
-      </scripts>
-      <height>18</height>
-      <border_width>2</border_width>
-      <scale_options>
-        <width_scalable>true</width_scalable>
-        <height_scalable>true</height_scalable>
-        <keep_wh_ratio>false</keep_wh_ratio>
-      </scale_options>
-      <visible>true</visible>
-      <vertical_alignment>1</vertical_alignment>
-      <border_color>
-        <color name="Black" red="0" green="0" blue="0" />
-      </border_color>
-      <widget_type>Label</widget_type>
-      <wrap_words>true</wrap_words>
-      <background_color>
-        <color name="White" red="255" green="255" blue="255" />
-      </background_color>
-      <width>18</width>
-      <x>438</x>
-      <name>Label Template_15</name>
-      <y>434</y>
-      <foreground_color>
-        <color name="Black" red="0" green="0" blue="0" />
-      </foreground_color>
-      <actions hook="false" hook_all="false" />
-      <show_scrollbar>false</show_scrollbar>
-      <font>
-        <opifont.name fontName="OpenSans" height="10" style="0">Small</opifont.name>
-      </font>
-    </widget>
-    <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-      <border_style>0</border_style>
-      <tooltip></tooltip>
-      <horizontal_alignment>0</horizontal_alignment>
-      <rules />
-      <enabled>true</enabled>
-      <wuid>3936cfcc:15896dd4538:-7c71</wuid>
-      <transparent>true</transparent>
-      <auto_size>true</auto_size>
-      <text>cts</text>
-      <scripts>
-        <path pathString="enable_HV.js" checkConnect="true" sfe="false" seoe="false">
-          <pv trig="true">$(P-EMU-PMAC):$(M-EMU-GENERAL):VH_SELECT_R</pv>
-        </path>
-      </scripts>
-      <height>18</height>
-      <border_width>2</border_width>
-      <scale_options>
-        <width_scalable>true</width_scalable>
-        <height_scalable>true</height_scalable>
-        <keep_wh_ratio>false</keep_wh_ratio>
-      </scale_options>
-      <visible>true</visible>
-      <vertical_alignment>1</vertical_alignment>
-      <border_color>
-        <color name="Black" red="0" green="0" blue="0" />
-      </border_color>
-      <widget_type>Label</widget_type>
-      <wrap_words>true</wrap_words>
-      <background_color>
-        <color name="White" red="255" green="255" blue="255" />
-      </background_color>
-      <width>17</width>
-      <x>438</x>
-      <name>Label Template_16</name>
-      <y>390</y>
-      <foreground_color>
-        <color name="Black" red="0" green="0" blue="0" />
-      </foreground_color>
-      <actions hook="false" hook_all="false" />
-      <show_scrollbar>false</show_scrollbar>
-      <font>
-        <opifont.name fontName="OpenSans" height="10" style="0">Small</opifont.name>
-      </font>
-    </widget>
-    <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-      <border_style>0</border_style>
-      <tooltip></tooltip>
-      <horizontal_alignment>0</horizontal_alignment>
-      <rules />
-      <enabled>true</enabled>
-      <wuid>3936cfcc:15896dd4538:-7c69</wuid>
-      <transparent>true</transparent>
-      <auto_size>true</auto_size>
-      <text>0</text>
-      <scripts>
-        <path pathString="enable_HV.js" checkConnect="true" sfe="false" seoe="false">
-          <pv trig="true">$(P-EMU-PMAC):$(M-EMU-GENERAL):VH_SELECT_R</pv>
-        </path>
-      </scripts>
-      <height>18</height>
-      <border_width>2</border_width>
-      <scale_options>
-        <width_scalable>true</width_scalable>
-        <height_scalable>true</height_scalable>
-        <keep_wh_ratio>false</keep_wh_ratio>
-      </scale_options>
-      <visible>true</visible>
-      <vertical_alignment>1</vertical_alignment>
-      <border_color>
-        <color name="Black" red="0" green="0" blue="0" />
-      </border_color>
-      <widget_type>Label</widget_type>
-      <wrap_words>true</wrap_words>
-      <background_color>
-        <color name="White" red="255" green="255" blue="255" />
-      </background_color>
-      <width>7</width>
-      <x>425</x>
-      <name>Label Template_17</name>
-      <y>390</y>
-      <foreground_color>
-        <color name="Black" red="0" green="0" blue="0" />
-      </foreground_color>
-      <actions hook="false" hook_all="false" />
-      <show_scrollbar>false</show_scrollbar>
-      <font>
-        <opifont.name fontName="OpenSans" height="10" style="0">Small</opifont.name>
-      </font>
-    </widget>
-    <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-      <border_style>0</border_style>
-      <tooltip></tooltip>
-      <horizontal_alignment>0</horizontal_alignment>
-      <rules />
-      <enabled>true</enabled>
-      <wuid>3936cfcc:15896dd4538:-7c64</wuid>
-      <transparent>true</transparent>
-      <auto_size>true</auto_size>
-      <text>0</text>
-      <scripts>
-        <path pathString="enable_HV.js" checkConnect="true" sfe="false" seoe="false">
-          <pv trig="true">$(P-EMU-PMAC):$(M-EMU-GENERAL):VH_SELECT_R</pv>
-        </path>
-      </scripts>
-      <height>18</height>
-      <border_width>2</border_width>
-      <scale_options>
-        <width_scalable>true</width_scalable>
-        <height_scalable>true</height_scalable>
-        <keep_wh_ratio>false</keep_wh_ratio>
-      </scale_options>
-      <visible>true</visible>
-      <vertical_alignment>1</vertical_alignment>
-      <border_color>
-        <color name="Black" red="0" green="0" blue="0" />
-      </border_color>
-      <widget_type>Label</widget_type>
-      <wrap_words>true</wrap_words>
-      <background_color>
-        <color name="White" red="255" green="255" blue="255" />
-      </background_color>
-      <width>7</width>
-      <x>425</x>
-      <name>Label Template_18</name>
-      <y>434</y>
-      <foreground_color>
-        <color name="Black" red="0" green="0" blue="0" />
-      </foreground_color>
-      <actions hook="false" hook_all="false" />
-      <show_scrollbar>false</show_scrollbar>
-      <font>
-        <opifont.name fontName="OpenSans" height="10" style="0">Small</opifont.name>
-      </font>
-    </widget>
-    <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-      <border_style>0</border_style>
-      <tooltip></tooltip>
-      <horizontal_alignment>0</horizontal_alignment>
-      <rules />
-      <enabled>true</enabled>
-      <wuid>3936cfcc:15896dd4538:-7be0</wuid>
-      <transparent>true</transparent>
-      <auto_size>true</auto_size>
-      <text>Vertical</text>
-      <scripts />
-      <height>18</height>
-      <border_width>2</border_width>
-      <scale_options>
-        <width_scalable>true</width_scalable>
-        <height_scalable>true</height_scalable>
-        <keep_wh_ratio>false</keep_wh_ratio>
-      </scale_options>
-      <visible>true</visible>
-      <vertical_alignment>1</vertical_alignment>
-      <border_color>
-        <color name="Black" red="0" green="0" blue="0" />
-      </border_color>
-      <widget_type>Label</widget_type>
-      <wrap_words>true</wrap_words>
-      <background_color>
-        <color name="White" red="255" green="255" blue="255" />
-      </background_color>
-      <width>44</width>
-      <x>330</x>
-      <name>Label Template_19</name>
-      <y>44</y>
-      <foreground_color>
-        <color name="Black" red="0" green="0" blue="0" />
-      </foreground_color>
-      <actions hook="false" hook_all="false" />
-      <show_scrollbar>false</show_scrollbar>
-      <font>
-        <opifont.name fontName="OpenSans" height="10" style="0">Small</opifont.name>
-      </font>
-    </widget>
-    <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
-      <border_style>0</border_style>
-      <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-      <line_width>1</line_width>
-      <horizontal_fill>true</horizontal_fill>
-      <alarm_pulsing>false</alarm_pulsing>
-      <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-      <arrows>0</arrows>
-      <rules>
-        <rule name="Y_position" prop_id="y" out_exp="true">
-          <exp bool_exp="true">
-            <value>20 + 20 + (-pv0)*pv1/pv2</value>
-          </exp>
-          <pv trig="true">$(P-EMU-PMAC):$(M-EMU-GENERAL):HOME_THRESHOLD_S</pv>
-          <pv trig="true">sim://const($(MAX_CSS))</pv>
-          <pv trig="true">sim://const($(MAX_COUNTS))</pv>
-        </rule>
-      </rules>
-      <enabled>true</enabled>
-      <wuid>3936cfcc:15896dd4538:-7897</wuid>
-      <transparent>false</transparent>
-      <points>
-        <point x="24" y="62" />
-        <point x="73" y="62" />
-      </points>
-      <fill_arrow>true</fill_arrow>
-      <pv_value />
-      <alpha>255</alpha>
-      <rotation_angle>0.0</rotation_angle>
-      <scripts>
-        <path pathString="enable_HV.js" checkConnect="true" sfe="false" seoe="false">
-          <pv trig="true">$(P-EMU-PMAC):$(M-EMU-GENERAL):VH_SELECT_R</pv>
-        </path>
-      </scripts>
-      <border_alarm_sensitive>false</border_alarm_sensitive>
-      <height>1</height>
-      <border_width>1</border_width>
-      <scale_options>
-        <width_scalable>true</width_scalable>
-        <height_scalable>true</height_scalable>
-        <keep_wh_ratio>true</keep_wh_ratio>
-      </scale_options>
-      <visible>true</visible>
-      <pv_name></pv_name>
-      <border_color>
-        <color red="0" green="128" blue="255" />
-      </border_color>
-      <anti_alias>true</anti_alias>
-      <line_style>0</line_style>
-      <arrow_length>20</arrow_length>
-      <widget_type>Polyline</widget_type>
-      <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-      <background_color>
-        <color name="Primary Blue" red="0" green="148" blue="202" />
-      </background_color>
-      <width>50</width>
-      <x>24</x>
-      <name>VERTICAL_moteur</name>
-      <y>62</y>
-      <fill_level>0.0</fill_level>
-      <foreground_color>
-        <color red="255" green="0" blue="0" />
-      </foreground_color>
-      <actions hook="false" hook_all="false" />
-      <font>
-        <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-      </font>
-    </widget>
-    <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
-      <border_style>0</border_style>
-      <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-      <line_width>1</line_width>
-      <horizontal_fill>true</horizontal_fill>
-      <alarm_pulsing>false</alarm_pulsing>
-      <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-      <arrows>0</arrows>
-      <rules>
-        <rule name="X_position" prop_id="x" out_exp="true">
-          <exp bool_exp="true">
-            <value>20 + 50 + 350 - (-pv0)*pv1/pv2</value>
-          </exp>
-          <pv trig="true">$(P-EMU-PMAC):$(M-EMU-GENERAL):HOME_THRESHOLD_S</pv>
-          <pv trig="true">sim://const($(MAX_CSS))</pv>
-          <pv trig="true">sim://const($(MAX_COUNTS))</pv>
-        </rule>
-      </rules>
-      <enabled>true</enabled>
-      <wuid>3936cfcc:15896dd4538:-788b</wuid>
-      <transparent>false</transparent>
-      <points>
-        <point x="398" y="435" />
-        <point x="398" y="386" />
-      </points>
-      <fill_arrow>true</fill_arrow>
-      <pv_value />
-      <alpha>255</alpha>
-      <rotation_angle>0.0</rotation_angle>
-      <scripts>
-        <path pathString="enable_HV.js" checkConnect="true" sfe="false" seoe="false">
-          <pv trig="true">$(P-EMU-PMAC):$(M-EMU-GENERAL):VH_SELECT_R</pv>
-        </path>
-      </scripts>
-      <border_alarm_sensitive>false</border_alarm_sensitive>
-      <height>50</height>
-      <border_width>1</border_width>
-      <scale_options>
-        <width_scalable>true</width_scalable>
-        <height_scalable>true</height_scalable>
-        <keep_wh_ratio>true</keep_wh_ratio>
-      </scale_options>
-      <visible>true</visible>
-      <pv_name></pv_name>
-      <border_color>
-        <color red="0" green="128" blue="255" />
-      </border_color>
-      <anti_alias>true</anti_alias>
-      <line_style>0</line_style>
-      <arrow_length>20</arrow_length>
-      <widget_type>Polyline</widget_type>
-      <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-      <background_color>
-        <color name="Primary Blue" red="0" green="148" blue="202" />
-      </background_color>
-      <width>1</width>
-      <x>398</x>
-      <name>HORIZONTAL_moteur</name>
-      <y>386</y>
-      <fill_level>0.0</fill_level>
-      <foreground_color>
-        <color red="255" green="0" blue="0" />
-      </foreground_color>
-      <actions hook="false" hook_all="false" />
-      <font>
-        <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-      </font>
-    </widget>
-    <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
-      <alarm_pulsing>false</alarm_pulsing>
-      <tooltip>$(pv_name)</tooltip>
-      <rules />
-      <effect_3d>true</effect_3d>
-      <bit>-1</bit>
-      <pv_value />
-      <height>18</height>
-      <border_width>1</border_width>
-      <visible>true</visible>
-      <pv_name>$(P-EMU-PMAC):$(M-EMU-GENERAL):VH_SELECT_R</pv_name>
-      <border_color>
-        <color name="Blue" red="0" green="128" blue="255" />
-      </border_color>
-      <widget_type>LED</widget_type>
-      <name>LED_2</name>
-      <actions hook="false" hook_all="false" />
-      <show_boolean_label>false</show_boolean_label>
-      <border_style>0</border_style>
-      <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-      <enabled>true</enabled>
-      <wuid>24bb3e9f:15ccae401b7:-6e31</wuid>
-      <on_color>
-        <color name="Green Off" red="0" green="30" blue="0" />
-      </on_color>
-      <scripts />
-      <border_alarm_sensitive>false</border_alarm_sensitive>
-      <on_label>ON</on_label>
-      <scale_options>
-        <width_scalable>true</width_scalable>
-        <height_scalable>true</height_scalable>
-        <keep_wh_ratio>true</keep_wh_ratio>
-      </scale_options>
-      <off_color>
-        <color name="Green On" red="0" green="255" blue="0" />
-      </off_color>
-      <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-      <background_color>
-        <color name="Field Background Grey" red="240" green="240" blue="240" />
-      </background_color>
-      <square_led>false</square_led>
-      <width>18</width>
-      <x>308</x>
-      <data_type>0</data_type>
-      <y>44</y>
-      <foreground_color>
-        <color name="Button Grey" red="180" green="180" blue="180" />
-      </foreground_color>
-      <font>
-        <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-      </font>
-      <off_label>OFF</off_label>
-    </widget>
-    <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-      <border_style>0</border_style>
-      <tooltip></tooltip>
-      <horizontal_alignment>0</horizontal_alignment>
-      <rules />
-      <enabled>true</enabled>
-      <wuid>3936cfcc:15896dd4538:-7bd6</wuid>
-      <transparent>true</transparent>
-      <auto_size>true</auto_size>
-      <text>Horizontal</text>
-      <scripts />
-      <height>18</height>
-      <border_width>2</border_width>
-      <scale_options>
-        <width_scalable>true</width_scalable>
-        <height_scalable>true</height_scalable>
-        <keep_wh_ratio>false</keep_wh_ratio>
-      </scale_options>
-      <visible>true</visible>
-      <vertical_alignment>1</vertical_alignment>
-      <border_color>
-        <color name="Black" red="0" green="0" blue="0" />
-      </border_color>
-      <widget_type>Label</widget_type>
-      <wrap_words>true</wrap_words>
-      <background_color>
-        <color name="White" red="255" green="255" blue="255" />
-      </background_color>
-      <width>63</width>
-      <x>330</x>
-      <name>Label Template_20</name>
-      <y>16</y>
-      <foreground_color>
-        <color name="Black" red="0" green="0" blue="0" />
-      </foreground_color>
-      <actions hook="false" hook_all="false" />
-      <show_scrollbar>false</show_scrollbar>
-      <font>
-        <opifont.name fontName="OpenSans" height="10" style="0">Small</opifont.name>
-      </font>
-    </widget>
-    <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
-      <alarm_pulsing>false</alarm_pulsing>
-      <tooltip>$(pv_name)</tooltip>
-      <rules />
-      <effect_3d>true</effect_3d>
-      <bit>-1</bit>
-      <pv_value />
-      <height>18</height>
-      <border_width>1</border_width>
-      <visible>true</visible>
-      <pv_name>$(P-EMU-PMAC):$(M-EMU-GENERAL):VH_SELECT_R</pv_name>
-      <border_color>
-        <color name="Blue" red="0" green="128" blue="255" />
-      </border_color>
-      <widget_type>LED</widget_type>
-      <name>LED_1</name>
-      <actions hook="false" hook_all="false" />
-      <show_boolean_label>false</show_boolean_label>
-      <border_style>0</border_style>
-      <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-      <enabled>true</enabled>
-      <wuid>24bb3e9f:15ccae401b7:-6e2c</wuid>
-      <on_color>
-        <color name="Green On" red="0" green="255" blue="0" />
-      </on_color>
-      <scripts />
-      <border_alarm_sensitive>false</border_alarm_sensitive>
-      <on_label>ON</on_label>
-      <scale_options>
-        <width_scalable>true</width_scalable>
-        <height_scalable>true</height_scalable>
-        <keep_wh_ratio>true</keep_wh_ratio>
-      </scale_options>
-      <off_color>
-        <color name="Green Off" red="0" green="30" blue="0" />
-      </off_color>
-      <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-      <background_color>
-        <color name="Field Background Grey" red="240" green="240" blue="240" />
-      </background_color>
-      <square_led>false</square_led>
-      <width>18</width>
-      <x>308</x>
-      <data_type>0</data_type>
-      <y>16</y>
-      <foreground_color>
-        <color name="Button Grey" red="180" green="180" blue="180" />
-      </foreground_color>
-      <font>
-        <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-      </font>
-      <off_label>OFF</off_label>
-    </widget>
-    <widget typeId="org.csstudio.opibuilder.widgets.groupingContainer" version="1.0.0">
-      <border_style>0</border_style>
-      <tooltip></tooltip>
-      <rules />
-      <enabled>true</enabled>
-      <wuid>-67165f8a:15ce4595e06:-6cd5</wuid>
-      <transparent>false</transparent>
-      <lock_children>true</lock_children>
-      <scripts />
-      <height>131</height>
-      <border_width>1</border_width>
-      <scale_options>
-        <width_scalable>true</width_scalable>
-        <height_scalable>true</height_scalable>
-        <keep_wh_ratio>false</keep_wh_ratio>
-      </scale_options>
-      <macros>
-        <include_parent_macros>true</include_parent_macros>
-      </macros>
-      <visible>true</visible>
-      <border_color>
-        <color red="0" green="128" blue="255" />
-      </border_color>
-      <widget_type>Grouping Container</widget_type>
-      <background_color>
-        <color red="240" green="240" blue="240" />
-      </background_color>
-      <width>296</width>
-      <x>143</x>
-      <name>Grouping Container</name>
-      <y>190</y>
-      <foreground_color>
-        <color red="192" green="192" blue="192" />
-      </foreground_color>
-      <actions hook="false" hook_all="false" />
-      <fc>false</fc>
-      <show_scrollbar>false</show_scrollbar>
-      <font>
-        <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-      </font>
-      <widget typeId="org.csstudio.opibuilder.widgets.Rectangle" version="1.0.0">
-        <border_style>1</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <line_width>0</line_width>
-        <horizontal_fill>true</horizontal_fill>
-        <alarm_pulsing>false</alarm_pulsing>
-        <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>752d155:157fbdffea9:-7b24</wuid>
-        <transparent>false</transparent>
-        <pv_value />
-        <alpha>255</alpha>
-        <bg_gradient_color>
-          <color red="255" green="255" blue="255" />
-        </bg_gradient_color>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <height>131</height>
-        <border_width>2</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <pv_name></pv_name>
-        <gradient>false</gradient>
-        <border_color>
-          <color name="Primary Blue" red="0" green="148" blue="202" />
-        </border_color>
-        <anti_alias>true</anti_alias>
-        <line_style>0</line_style>
-        <widget_type>Rectangle</widget_type>
-        <fg_gradient_color>
-          <color red="255" green="255" blue="255" />
-        </fg_gradient_color>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <background_color>
-          <color name="White" red="255" green="255" blue="255" />
-        </background_color>
-        <width>296</width>
-        <x>0</x>
-        <name>Rectangle_1</name>
-        <y>0</y>
-        <fill_level>0.0</fill_level>
-        <foreground_color>
-          <color red="255" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-        </font>
-        <line_color>
-          <color red="128" green="0" blue="255" />
-        </line_color>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-        <border_style>0</border_style>
-        <tooltip></tooltip>
-        <horizontal_alignment>0</horizontal_alignment>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>752d155:157fbdffea9:-7b1d</wuid>
-        <transparent>true</transparent>
-        <auto_size>true</auto_size>
-        <text>VH and VL:  motor switch limits</text>
-        <scripts />
-        <height>18</height>
-        <border_width>2</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color name="Black" red="0" green="0" blue="0" />
-        </border_color>
-        <widget_type>Label</widget_type>
-        <wrap_words>true</wrap_words>
-        <background_color>
-          <color name="White" red="255" green="255" blue="255" />
-        </background_color>
-        <width>185</width>
-        <x>90</x>
-        <name>Label Template_13</name>
-        <y>12</y>
-        <foreground_color>
-          <color name="Black" red="0" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <show_scrollbar>false</show_scrollbar>
-        <font>
-          <opifont.name fontName="OpenSans" height="10" style="0">Small</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
-        <border_style>0</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <line_width>1</line_width>
-        <horizontal_fill>true</horizontal_fill>
-        <alarm_pulsing>false</alarm_pulsing>
-        <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-        <arrows>0</arrows>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>752d155:157fbdffea9:-7ae9</wuid>
-        <transparent>false</transparent>
-        <points>
-          <point x="20" y="20" />
-          <point x="69" y="20" />
-        </points>
-        <fill_arrow>true</fill_arrow>
-        <pv_value />
-        <alpha>255</alpha>
-        <rotation_angle>0.0</rotation_angle>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <height>1</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>true</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <pv_name></pv_name>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <anti_alias>true</anti_alias>
-        <line_style>0</line_style>
-        <arrow_length>20</arrow_length>
-        <widget_type>Polyline</widget_type>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <background_color>
-          <color name="Minor" red="255" green="128" blue="0" />
-        </background_color>
-        <width>50</width>
-        <x>20</x>
-        <name>VH</name>
-        <y>20</y>
-        <fill_level>0.0</fill_level>
-        <foreground_color>
-          <color red="255" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
-        <border_style>0</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <line_width>1</line_width>
-        <horizontal_fill>true</horizontal_fill>
-        <alarm_pulsing>false</alarm_pulsing>
-        <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-        <arrows>0</arrows>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>752d155:157fbdffea9:-7a49</wuid>
-        <transparent>false</transparent>
-        <points>
-          <point x="20" y="40" />
-          <point x="69" y="40" />
-        </points>
-        <fill_arrow>true</fill_arrow>
-        <pv_value />
-        <alpha>255</alpha>
-        <rotation_angle>0.0</rotation_angle>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <height>1</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>true</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <pv_name></pv_name>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <anti_alias>true</anti_alias>
-        <line_style>0</line_style>
-        <arrow_length>20</arrow_length>
-        <widget_type>Polyline</widget_type>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <background_color>
-          <color name="Green On" red="0" green="255" blue="0" />
-        </background_color>
-        <width>50</width>
-        <x>20</x>
-        <name>VH_1</name>
-        <y>40</y>
-        <fill_level>0.0</fill_level>
-        <foreground_color>
-          <color red="255" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-        <border_style>0</border_style>
-        <tooltip></tooltip>
-        <horizontal_alignment>0</horizontal_alignment>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>752d155:157fbdffea9:-7a41</wuid>
-        <transparent>true</transparent>
-        <auto_size>true</auto_size>
-        <text>Motor maintenance position</text>
-        <scripts />
-        <height>18</height>
-        <border_width>2</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color name="Black" red="0" green="0" blue="0" />
-        </border_color>
-        <widget_type>Label</widget_type>
-        <wrap_words>true</wrap_words>
-        <background_color>
-          <color name="White" red="255" green="255" blue="255" />
-        </background_color>
-        <width>171</width>
-        <x>90</x>
-        <name>Label Template_13</name>
-        <y>32</y>
-        <foreground_color>
-          <color name="Black" red="0" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <show_scrollbar>false</show_scrollbar>
-        <font>
-          <opifont.name fontName="OpenSans" height="10" style="0">Small</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
-        <border_style>0</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <line_width>2</line_width>
-        <horizontal_fill>true</horizontal_fill>
-        <alarm_pulsing>false</alarm_pulsing>
-        <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-        <arrows>0</arrows>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>752d155:157fbdffea9:-7a37</wuid>
-        <transparent>false</transparent>
-        <points>
-          <point x="20" y="60" />
-          <point x="69" y="60" />
-        </points>
-        <fill_arrow>true</fill_arrow>
-        <pv_value />
-        <alpha>255</alpha>
-        <rotation_angle>0.0</rotation_angle>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <height>1</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>true</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <pv_name></pv_name>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <anti_alias>true</anti_alias>
-        <line_style>0</line_style>
-        <arrow_length>20</arrow_length>
-        <widget_type>Polyline</widget_type>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <background_color>
-          <color name="Major" red="255" green="0" blue="0" />
-        </background_color>
-        <width>50</width>
-        <x>20</x>
-        <name>V_moteur_1</name>
-        <y>60</y>
-        <fill_level>0.0</fill_level>
-        <foreground_color>
-          <color red="255" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-        <border_style>0</border_style>
-        <tooltip></tooltip>
-        <horizontal_alignment>0</horizontal_alignment>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>752d155:157fbdffea9:-7a2d</wuid>
-        <transparent>true</transparent>
-        <auto_size>true</auto_size>
-        <text>Vertical motor position</text>
-        <scripts />
-        <height>18</height>
-        <border_width>2</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color name="Black" red="0" green="0" blue="0" />
-        </border_color>
-        <widget_type>Label</widget_type>
-        <wrap_words>true</wrap_words>
-        <background_color>
-          <color name="White" red="255" green="255" blue="255" />
-        </background_color>
-        <width>137</width>
-        <x>90</x>
-        <name>Label Template_13</name>
-        <y>52</y>
-        <foreground_color>
-          <color name="Black" red="0" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <show_scrollbar>false</show_scrollbar>
-        <font>
-          <opifont.name fontName="OpenSans" height="10" style="0">Small</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
-        <border_style>0</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <line_width>1</line_width>
-        <horizontal_fill>true</horizontal_fill>
-        <alarm_pulsing>false</alarm_pulsing>
-        <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-        <arrows>0</arrows>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>-1525c3f7:1589075fe5d:-748c</wuid>
-        <transparent>false</transparent>
-        <points>
-          <point x="20" y="100" />
-          <point x="69" y="100" />
-        </points>
-        <fill_arrow>true</fill_arrow>
-        <pv_value />
-        <alpha>255</alpha>
-        <rotation_angle>0.0</rotation_angle>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <height>1</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>true</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <pv_name></pv_name>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <anti_alias>true</anti_alias>
-        <line_style>0</line_style>
-        <arrow_length>20</arrow_length>
-        <widget_type>Polyline</widget_type>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <background_color>
-          <color name="Primary Blue" red="0" green="148" blue="202" />
-        </background_color>
-        <width>50</width>
-        <x>20</x>
-        <name>VH_4</name>
-        <y>100</y>
-        <fill_level>0.0</fill_level>
-        <foreground_color>
-          <color red="255" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-        <border_style>0</border_style>
-        <tooltip></tooltip>
-        <horizontal_alignment>0</horizontal_alignment>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>-1525c3f7:1589075fe5d:-7484</wuid>
-        <transparent>true</transparent>
-        <auto_size>true</auto_size>
-        <text>Deceleration homing procedure
-threshold</text>
-        <scripts />
-        <height>36</height>
-        <border_width>2</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color name="Black" red="0" green="0" blue="0" />
-        </border_color>
-        <widget_type>Label</widget_type>
-        <wrap_words>true</wrap_words>
-        <background_color>
-          <color name="White" red="255" green="255" blue="255" />
-        </background_color>
-        <width>189</width>
-        <x>88</x>
-        <name>Label Template_13</name>
-        <y>90</y>
-        <foreground_color>
-          <color name="Black" red="0" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <show_scrollbar>false</show_scrollbar>
-        <font>
-          <opifont.name fontName="OpenSans" height="10" style="0">Small</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
-        <border_style>0</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <line_width>2</line_width>
-        <horizontal_fill>true</horizontal_fill>
-        <alarm_pulsing>false</alarm_pulsing>
-        <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-        <arrows>0</arrows>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>3936cfcc:15896dd4538:-7e77</wuid>
-        <transparent>false</transparent>
-        <points>
-          <point x="20" y="80" />
-          <point x="69" y="80" />
-        </points>
-        <fill_arrow>true</fill_arrow>
-        <pv_value />
-        <alpha>255</alpha>
-        <rotation_angle>0.0</rotation_angle>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <height>1</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>true</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <pv_name></pv_name>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <anti_alias>true</anti_alias>
-        <line_style>0</line_style>
-        <arrow_length>20</arrow_length>
-        <widget_type>Polyline</widget_type>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <background_color>
-          <color name="Invalid" red="255" green="0" blue="255" />
-        </background_color>
-        <width>50</width>
-        <x>20</x>
-        <name>V_moteur_1</name>
-        <y>80</y>
-        <fill_level>0.0</fill_level>
-        <foreground_color>
-          <color red="255" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-        <border_style>0</border_style>
-        <tooltip></tooltip>
-        <horizontal_alignment>0</horizontal_alignment>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>3936cfcc:15896dd4538:-7e76</wuid>
-        <transparent>true</transparent>
-        <auto_size>true</auto_size>
-        <text>Horizontal motor position</text>
-        <scripts />
-        <height>18</height>
-        <border_width>2</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color name="Black" red="0" green="0" blue="0" />
-        </border_color>
-        <widget_type>Label</widget_type>
-        <wrap_words>true</wrap_words>
-        <background_color>
-          <color name="White" red="255" green="255" blue="255" />
-        </background_color>
-        <width>156</width>
-        <x>88</x>
-        <name>Label Template_13</name>
-        <y>72</y>
-        <foreground_color>
-          <color name="Black" red="0" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <show_scrollbar>false</show_scrollbar>
-        <font>
-          <opifont.name fontName="OpenSans" height="10" style="0">Small</opifont.name>
-        </font>
-      </widget>
-    </widget>
-    <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-      <border_style>0</border_style>
-      <tooltip></tooltip>
-      <horizontal_alignment>0</horizontal_alignment>
-      <rules />
-      <enabled>true</enabled>
-      <wuid>-67165f8a:15ce4595e06:-7112</wuid>
-      <transparent>true</transparent>
-      <auto_size>true</auto_size>
-      <text>first time P80</text>
-      <scripts />
-      <height>18</height>
-      <border_width>2</border_width>
-      <scale_options>
-        <width_scalable>true</width_scalable>
-        <height_scalable>true</height_scalable>
-        <keep_wh_ratio>false</keep_wh_ratio>
-      </scale_options>
-      <visible>true</visible>
-      <vertical_alignment>1</vertical_alignment>
-      <border_color>
-        <color name="Black" red="0" green="0" blue="0" />
-      </border_color>
-      <widget_type>Label</widget_type>
-      <wrap_words>true</wrap_words>
-      <background_color>
-        <color name="White" red="255" green="255" blue="255" />
-      </background_color>
-      <width>79</width>
-      <x>113</x>
-      <name>Label Template_25</name>
-      <y>120</y>
-      <foreground_color>
-        <color name="Black" red="0" green="0" blue="0" />
-      </foreground_color>
-      <actions hook="false" hook_all="false" />
-      <show_scrollbar>false</show_scrollbar>
-      <font>
-        <opifont.name fontName="OpenSans" height="10" style="0">Small</opifont.name>
-      </font>
-    </widget>
-    <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-      <border_style>0</border_style>
-      <tooltip></tooltip>
-      <horizontal_alignment>0</horizontal_alignment>
-      <rules />
-      <enabled>true</enabled>
-      <wuid>-67165f8a:15ce4595e06:-7841</wuid>
-      <transparent>true</transparent>
-      <auto_size>true</auto_size>
-      <text>go_home P90</text>
-      <scripts />
-      <height>18</height>
-      <border_width>2</border_width>
-      <scale_options>
-        <width_scalable>true</width_scalable>
-        <height_scalable>true</height_scalable>
-        <keep_wh_ratio>false</keep_wh_ratio>
-      </scale_options>
-      <visible>true</visible>
-      <vertical_alignment>1</vertical_alignment>
-      <border_color>
-        <color name="Black" red="0" green="0" blue="0" />
-      </border_color>
-      <widget_type>Label</widget_type>
-      <wrap_words>true</wrap_words>
-      <background_color>
-        <color name="White" red="255" green="255" blue="255" />
-      </background_color>
-      <width>81</width>
-      <x>112</x>
-      <name>Label Template_20</name>
-      <y>80</y>
-      <foreground_color>
-        <color name="Black" red="0" green="0" blue="0" />
-      </foreground_color>
-      <actions hook="false" hook_all="false" />
-      <show_scrollbar>false</show_scrollbar>
-      <font>
-        <opifont.name fontName="OpenSans" height="10" style="0">Small</opifont.name>
-      </font>
-    </widget>
-    <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
-      <alarm_pulsing>false</alarm_pulsing>
-      <tooltip>$(pv_name)</tooltip>
-      <rules />
-      <effect_3d>true</effect_3d>
-      <bit>-1</bit>
-      <pv_value />
-      <height>18</height>
-      <border_width>1</border_width>
-      <visible>true</visible>
-      <pv_name>$(P-EMU-PMAC):$(M-EMU-GENERAL):HOME_FIRSTTIME_R</pv_name>
-      <border_color>
-        <color name="Blue" red="0" green="128" blue="255" />
-      </border_color>
-      <widget_type>LED</widget_type>
-      <name>LED_9</name>
-      <actions hook="false" hook_all="false" />
-      <show_boolean_label>false</show_boolean_label>
-      <border_style>0</border_style>
-      <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-      <enabled>true</enabled>
-      <wuid>-67165f8a:15ce4595e06:-7113</wuid>
-      <on_color>
-        <color name="Green On" red="0" green="255" blue="0" />
-      </on_color>
-      <scripts />
-      <border_alarm_sensitive>false</border_alarm_sensitive>
-      <on_label>ON</on_label>
-      <scale_options>
-        <width_scalable>true</width_scalable>
-        <height_scalable>true</height_scalable>
-        <keep_wh_ratio>true</keep_wh_ratio>
-      </scale_options>
-      <off_color>
-        <color name="Green Off" red="0" green="30" blue="0" />
-      </off_color>
-      <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-      <background_color>
-        <color name="Field Background Grey" red="240" green="240" blue="240" />
-      </background_color>
-      <square_led>false</square_led>
-      <width>18</width>
-      <x>93</x>
-      <data_type>0</data_type>
-      <y>120</y>
-      <foreground_color>
-        <color name="Button Grey" red="180" green="180" blue="180" />
-      </foreground_color>
-      <font>
-        <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-      </font>
-      <off_label>OFF</off_label>
-    </widget>
-    <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
-      <alarm_pulsing>false</alarm_pulsing>
-      <tooltip>$(pv_name)</tooltip>
-      <rules />
-      <effect_3d>true</effect_3d>
-      <bit>-1</bit>
-      <pv_value />
-      <height>18</height>
-      <border_width>1</border_width>
-      <visible>true</visible>
-      <pv_name>INFN-SRC:INTK-HMI:HOME_ACK</pv_name>
-      <border_color>
-        <color name="Blue" red="0" green="128" blue="255" />
-      </border_color>
-      <widget_type>LED</widget_type>
-      <name>LED_4</name>
-      <actions hook="false" hook_all="false" />
-      <show_boolean_label>false</show_boolean_label>
-      <border_style>0</border_style>
-      <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-      <enabled>true</enabled>
-      <wuid>-67165f8a:15ce4595e06:-7828</wuid>
-      <on_color>
-        <color name="Green On" red="0" green="255" blue="0" />
-      </on_color>
-      <scripts />
-      <border_alarm_sensitive>false</border_alarm_sensitive>
-      <on_label>ON</on_label>
-      <scale_options>
-        <width_scalable>true</width_scalable>
-        <height_scalable>true</height_scalable>
-        <keep_wh_ratio>true</keep_wh_ratio>
-      </scale_options>
-      <off_color>
-        <color name="Green Off" red="0" green="30" blue="0" />
-      </off_color>
-      <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-      <background_color>
-        <color name="Field Background Grey" red="240" green="240" blue="240" />
-      </background_color>
-      <square_led>false</square_led>
-      <width>18</width>
-      <x>93</x>
-      <data_type>0</data_type>
-      <y>100</y>
-      <foreground_color>
-        <color name="Button Grey" red="180" green="180" blue="180" />
-      </foreground_color>
-      <font>
-        <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-      </font>
-      <off_label>OFF</off_label>
-    </widget>
-    <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-      <border_style>0</border_style>
-      <tooltip></tooltip>
-      <horizontal_alignment>0</horizontal_alignment>
-      <rules />
-      <enabled>true</enabled>
-      <wuid>-67165f8a:15ce4595e06:-7827</wuid>
-      <transparent>true</transparent>
-      <auto_size>true</auto_size>
-      <text>ack home P70</text>
-      <scripts />
-      <height>18</height>
-      <border_width>2</border_width>
-      <scale_options>
-        <width_scalable>true</width_scalable>
-        <height_scalable>true</height_scalable>
-        <keep_wh_ratio>false</keep_wh_ratio>
-      </scale_options>
-      <visible>true</visible>
-      <vertical_alignment>1</vertical_alignment>
-      <border_color>
-        <color name="Black" red="0" green="0" blue="0" />
-      </border_color>
-      <widget_type>Label</widget_type>
-      <wrap_words>true</wrap_words>
-      <background_color>
-        <color name="White" red="255" green="255" blue="255" />
-      </background_color>
-      <width>83</width>
-      <x>111</x>
-      <name>Label Template_20</name>
-      <y>100</y>
-      <foreground_color>
-        <color name="Black" red="0" green="0" blue="0" />
-      </foreground_color>
-      <actions hook="false" hook_all="false" />
-      <show_scrollbar>false</show_scrollbar>
-      <font>
-        <opifont.name fontName="OpenSans" height="10" style="0">Small</opifont.name>
-      </font>
-    </widget>
-    <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
-      <alarm_pulsing>false</alarm_pulsing>
-      <tooltip>$(pv_name)</tooltip>
-      <rules />
-      <effect_3d>true</effect_3d>
-      <bit>-1</bit>
-      <pv_value />
-      <height>18</height>
-      <border_width>1</border_width>
-      <visible>true</visible>
-      <pv_name>LNS-ISRC-010:PBI-EM-PMAC:GO_HOME_W</pv_name>
-      <border_color>
-        <color name="Blue" red="0" green="128" blue="255" />
-      </border_color>
-      <widget_type>LED</widget_type>
-      <name>LED_4</name>
-      <actions hook="false" hook_all="false" />
-      <show_boolean_label>false</show_boolean_label>
-      <border_style>0</border_style>
-      <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-      <enabled>true</enabled>
-      <wuid>-67165f8a:15ce4595e06:-7849</wuid>
-      <on_color>
-        <color name="Green On" red="0" green="255" blue="0" />
-      </on_color>
-      <scripts />
-      <border_alarm_sensitive>false</border_alarm_sensitive>
-      <on_label>ON</on_label>
-      <scale_options>
-        <width_scalable>true</width_scalable>
-        <height_scalable>true</height_scalable>
-        <keep_wh_ratio>true</keep_wh_ratio>
-      </scale_options>
-      <off_color>
-        <color name="Green Off" red="0" green="30" blue="0" />
-      </off_color>
-      <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-      <background_color>
-        <color name="Field Background Grey" red="240" green="240" blue="240" />
-      </background_color>
-      <square_led>false</square_led>
-      <width>18</width>
-      <x>93</x>
-      <data_type>0</data_type>
-      <y>80</y>
-      <foreground_color>
-        <color name="Button Grey" red="180" green="180" blue="180" />
-      </foreground_color>
-      <font>
-        <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-      </font>
-      <off_label>OFF</off_label>
-    </widget>
-    <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-      <border_style>0</border_style>
-      <tooltip></tooltip>
-      <horizontal_alignment>0</horizontal_alignment>
-      <rules />
-      <enabled>true</enabled>
-      <wuid>-67165f8a:15ce4595e06:-782f</wuid>
-      <transparent>true</transparent>
-      <auto_size>true</auto_size>
-      <text>go_maint P91</text>
-      <scripts />
-      <height>18</height>
-      <border_width>2</border_width>
-      <scale_options>
-        <width_scalable>true</width_scalable>
-        <height_scalable>true</height_scalable>
-        <keep_wh_ratio>false</keep_wh_ratio>
-      </scale_options>
-      <visible>true</visible>
-      <vertical_alignment>1</vertical_alignment>
-      <border_color>
-        <color name="Black" red="0" green="0" blue="0" />
-      </border_color>
-      <widget_type>Label</widget_type>
-      <wrap_words>true</wrap_words>
-      <background_color>
-        <color name="White" red="255" green="255" blue="255" />
-      </background_color>
-      <width>81</width>
-      <x>327</x>
-      <name>Label Template_20</name>
-      <y>80</y>
-      <foreground_color>
-        <color name="Black" red="0" green="0" blue="0" />
-      </foreground_color>
-      <actions hook="false" hook_all="false" />
-      <show_scrollbar>false</show_scrollbar>
-      <font>
-        <opifont.name fontName="OpenSans" height="10" style="0">Small</opifont.name>
-      </font>
-    </widget>
-    <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-      <border_style>0</border_style>
-      <tooltip></tooltip>
-      <horizontal_alignment>0</horizontal_alignment>
-      <rules />
-      <enabled>true</enabled>
-      <wuid>-67165f8a:15ce4595e06:-711a</wuid>
-      <transparent>true</transparent>
-      <auto_size>true</auto_size>
-      <text>first time P81</text>
-      <scripts />
-      <height>18</height>
-      <border_width>2</border_width>
-      <scale_options>
-        <width_scalable>true</width_scalable>
-        <height_scalable>true</height_scalable>
-        <keep_wh_ratio>false</keep_wh_ratio>
-      </scale_options>
-      <visible>true</visible>
-      <vertical_alignment>1</vertical_alignment>
-      <border_color>
-        <color name="Black" red="0" green="0" blue="0" />
-      </border_color>
-      <widget_type>Label</widget_type>
-      <wrap_words>true</wrap_words>
-      <background_color>
-        <color name="White" red="255" green="255" blue="255" />
-      </background_color>
-      <width>79</width>
-      <x>328</x>
-      <name>Label Template_24</name>
-      <y>120</y>
-      <foreground_color>
-        <color name="Black" red="0" green="0" blue="0" />
-      </foreground_color>
-      <actions hook="false" hook_all="false" />
-      <show_scrollbar>false</show_scrollbar>
-      <font>
-        <opifont.name fontName="OpenSans" height="10" style="0">Small</opifont.name>
-      </font>
-    </widget>
-    <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
-      <alarm_pulsing>false</alarm_pulsing>
-      <tooltip>$(pv_name)</tooltip>
-      <rules />
-      <effect_3d>true</effect_3d>
-      <bit>-1</bit>
-      <pv_value />
-      <height>18</height>
-      <border_width>1</border_width>
-      <visible>true</visible>
-      <pv_name>$(P-EMU-PMAC):$(M-EMU-GENERAL):MAINT_FIRSTTIME_R</pv_name>
-      <border_color>
-        <color name="Blue" red="0" green="128" blue="255" />
-      </border_color>
-      <widget_type>LED</widget_type>
-      <name>LED_8</name>
-      <actions hook="false" hook_all="false" />
-      <show_boolean_label>false</show_boolean_label>
-      <border_style>0</border_style>
-      <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-      <enabled>true</enabled>
-      <wuid>-67165f8a:15ce4595e06:-711b</wuid>
-      <on_color>
-        <color name="Green On" red="0" green="255" blue="0" />
-      </on_color>
-      <scripts />
-      <border_alarm_sensitive>false</border_alarm_sensitive>
-      <on_label>ON</on_label>
-      <scale_options>
-        <width_scalable>true</width_scalable>
-        <height_scalable>true</height_scalable>
-        <keep_wh_ratio>true</keep_wh_ratio>
-      </scale_options>
-      <off_color>
-        <color name="Green Off" red="0" green="30" blue="0" />
-      </off_color>
-      <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-      <background_color>
-        <color name="Field Background Grey" red="240" green="240" blue="240" />
-      </background_color>
-      <square_led>false</square_led>
-      <width>18</width>
-      <x>308</x>
-      <data_type>0</data_type>
-      <y>117</y>
-      <foreground_color>
-        <color name="Button Grey" red="180" green="180" blue="180" />
-      </foreground_color>
-      <font>
-        <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-      </font>
-      <off_label>OFF</off_label>
-    </widget>
-    <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-      <border_style>0</border_style>
-      <tooltip></tooltip>
-      <horizontal_alignment>0</horizontal_alignment>
-      <rules />
-      <enabled>true</enabled>
-      <wuid>-67165f8a:15ce4595e06:-781f</wuid>
-      <transparent>true</transparent>
-      <auto_size>true</auto_size>
-      <text>ack maint P71</text>
-      <scripts />
-      <height>18</height>
-      <border_width>2</border_width>
-      <scale_options>
-        <width_scalable>true</width_scalable>
-        <height_scalable>true</height_scalable>
-        <keep_wh_ratio>false</keep_wh_ratio>
-      </scale_options>
-      <visible>true</visible>
-      <vertical_alignment>1</vertical_alignment>
-      <border_color>
-        <color name="Black" red="0" green="0" blue="0" />
-      </border_color>
-      <widget_type>Label</widget_type>
-      <wrap_words>true</wrap_words>
-      <background_color>
-        <color name="White" red="255" green="255" blue="255" />
-      </background_color>
-      <width>83</width>
-      <x>326</x>
-      <name>Label Template_20</name>
-      <y>100</y>
-      <foreground_color>
-        <color name="Black" red="0" green="0" blue="0" />
-      </foreground_color>
-      <actions hook="false" hook_all="false" />
-      <show_scrollbar>false</show_scrollbar>
-      <font>
-        <opifont.name fontName="OpenSans" height="10" style="0">Small</opifont.name>
-      </font>
-    </widget>
-    <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
-      <alarm_pulsing>false</alarm_pulsing>
-      <tooltip>$(pv_name)</tooltip>
-      <rules />
-      <effect_3d>true</effect_3d>
-      <bit>-1</bit>
-      <pv_value />
-      <height>18</height>
-      <border_width>1</border_width>
-      <visible>true</visible>
-      <pv_name>INFN-SRC:INTK-HMI:MAINT_ACK</pv_name>
-      <border_color>
-        <color name="Blue" red="0" green="128" blue="255" />
-      </border_color>
-      <widget_type>LED</widget_type>
-      <name>LED_4</name>
-      <actions hook="false" hook_all="false" />
-      <show_boolean_label>false</show_boolean_label>
-      <border_style>0</border_style>
-      <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-      <enabled>true</enabled>
-      <wuid>-67165f8a:15ce4595e06:-7820</wuid>
-      <on_color>
-        <color name="Green On" red="0" green="255" blue="0" />
-      </on_color>
-      <scripts />
-      <border_alarm_sensitive>false</border_alarm_sensitive>
-      <on_label>ON</on_label>
-      <scale_options>
-        <width_scalable>true</width_scalable>
-        <height_scalable>true</height_scalable>
-        <keep_wh_ratio>true</keep_wh_ratio>
-      </scale_options>
-      <off_color>
-        <color name="Green Off" red="0" green="30" blue="0" />
-      </off_color>
-      <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-      <background_color>
-        <color name="Field Background Grey" red="240" green="240" blue="240" />
-      </background_color>
-      <square_led>false</square_led>
-      <width>18</width>
-      <x>308</x>
-      <data_type>0</data_type>
-      <y>100</y>
-      <foreground_color>
-        <color name="Button Grey" red="180" green="180" blue="180" />
-      </foreground_color>
-      <font>
-        <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-      </font>
-      <off_label>OFF</off_label>
-    </widget>
-    <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
-      <alarm_pulsing>false</alarm_pulsing>
-      <tooltip>$(pv_name)</tooltip>
-      <rules />
-      <effect_3d>true</effect_3d>
-      <bit>-1</bit>
-      <pv_value />
-      <height>18</height>
-      <border_width>1</border_width>
-      <visible>true</visible>
-      <pv_name>LNS-ISRC-010:PBI-EM-PMAC:GO_MAINTENANCE_W</pv_name>
-      <border_color>
-        <color name="Blue" red="0" green="128" blue="255" />
-      </border_color>
-      <widget_type>LED</widget_type>
-      <name>LED_4</name>
-      <actions hook="false" hook_all="false" />
-      <show_boolean_label>false</show_boolean_label>
-      <border_style>0</border_style>
-      <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-      <enabled>true</enabled>
-      <wuid>-67165f8a:15ce4595e06:-7830</wuid>
-      <on_color>
-        <color name="Green On" red="0" green="255" blue="0" />
-      </on_color>
-      <scripts />
-      <border_alarm_sensitive>false</border_alarm_sensitive>
-      <on_label>ON</on_label>
-      <scale_options>
-        <width_scalable>true</width_scalable>
-        <height_scalable>true</height_scalable>
-        <keep_wh_ratio>true</keep_wh_ratio>
-      </scale_options>
-      <off_color>
-        <color name="Green Off" red="0" green="30" blue="0" />
-      </off_color>
-      <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-      <background_color>
-        <color name="Field Background Grey" red="240" green="240" blue="240" />
-      </background_color>
-      <square_led>false</square_led>
-      <width>18</width>
-      <x>308</x>
-      <data_type>0</data_type>
-      <y>80</y>
-      <foreground_color>
-        <color name="Button Grey" red="180" green="180" blue="180" />
-      </foreground_color>
-      <font>
-        <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-      </font>
-      <off_label>OFF</off_label>
-    </widget>
-    <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
-      <border_style>0</border_style>
-      <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-      <line_width>1</line_width>
-      <horizontal_fill>true</horizontal_fill>
-      <alarm_pulsing>false</alarm_pulsing>
-      <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-      <arrows>0</arrows>
-      <rules />
-      <enabled>true</enabled>
-      <wuid>-67165f8a:15ce4595e06:-5c09</wuid>
-      <transparent>false</transparent>
-      <points>
-        <point x="373" y="386" />
-        <point x="373" y="435" />
-      </points>
-      <fill_arrow>true</fill_arrow>
-      <pv_value />
-      <alpha>255</alpha>
-      <rotation_angle>0.0</rotation_angle>
-      <scripts>
-        <path pathString="enable_HV.js" checkConnect="true" sfe="false" seoe="false">
-          <pv trig="true">$(P-EMU-PMAC):$(M-EMU-GENERAL):VH_SELECT_R</pv>
-        </path>
-      </scripts>
-      <border_alarm_sensitive>false</border_alarm_sensitive>
-      <height>50</height>
-      <border_width>1</border_width>
-      <scale_options>
-        <width_scalable>true</width_scalable>
-        <height_scalable>true</height_scalable>
-        <keep_wh_ratio>true</keep_wh_ratio>
-      </scale_options>
-      <visible>true</visible>
-      <pv_name></pv_name>
-      <border_color>
-        <color red="0" green="128" blue="255" />
-      </border_color>
-      <anti_alias>true</anti_alias>
-      <line_style>0</line_style>
-      <arrow_length>20</arrow_length>
-      <widget_type>Polyline</widget_type>
-      <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-      <background_color>
-        <color name="Green On" red="0" green="255" blue="0" />
-      </background_color>
-      <width>1</width>
-      <x>373</x>
-      <name>HORIZONTALmaintenance_position_1</name>
-      <y>386</y>
-      <fill_level>0.0</fill_level>
-      <foreground_color>
-        <color red="255" green="0" blue="0" />
-      </foreground_color>
-      <actions hook="false" hook_all="false" />
-      <font>
-        <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-      </font>
-    </widget>
-  </widget>
-  <widget typeId="org.csstudio.opibuilder.widgets.tab" version="1.0.0">
-    <active_tab>0</active_tab>
-    <tooltip></tooltip>
-    <tab_3_icon_path></tab_3_icon_path>
-    <height>499</height>
-    <tab_2_icon_path></tab_2_icon_path>
-    <border_width>1</border_width>
-    <border_color>
-      <color name="Container Border Grey" red="150" green="150" blue="150" />
-    </border_color>
-    <tab_0_foreground_color>
-      <color name="Black" red="0" green="0" blue="0" />
-    </tab_0_foreground_color>
-    <actions hook="false" hook_all="false">
-      <action type="WRITE_PV">
-        <pv_name>$(pv_name)</pv_name>
-        <value></value>
-        <timeout>10</timeout>
-        <confirm_message></confirm_message>
-        <description>save data</description>
-      </action>
-    </actions>
-    <tab_1_enabled>true</tab_1_enabled>
-    <border_style>14</border_style>
-    <enabled>true</enabled>
-    <wuid>-2f9a11f7:155b523133c:-55e9</wuid>
-    <tab_1_background_color>
-      <color name="Container Grey" red="200" green="200" blue="200" />
-    </tab_1_background_color>
-    <tab_1_icon_path></tab_1_icon_path>
-    <tab_2_foreground_color>
-      <color name="Black" red="0" green="0" blue="0" />
-    </tab_2_foreground_color>
-    <tab_1_font>
-      <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-    </tab_1_font>
-    <tab_3_title>Credits</tab_3_title>
-    <tab_2_enabled>true</tab_2_enabled>
-    <background_color>
-      <color name="Container Border Grey" red="150" green="150" blue="150" />
-    </background_color>
-    <width>451</width>
-    <x>560</x>
-    <horizontal_tabs>true</horizontal_tabs>
-    <y>90</y>
-    <rules>
-      <rule name="active_tab" prop_id="active_tab" out_exp="true">
-        <exp bool_exp="true">
-          <value>pv0</value>
-        </exp>
-        <pv trig="true">$(P-EMU-PMAC):$(M-EMU-GENERAL):VH_SELECT_R</pv>
-      </rule>
-    </rules>
-    <tab_3_font>
-      <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-    </tab_3_font>
-    <macros>
-      <include_parent_macros>true</include_parent_macros>
-    </macros>
-    <visible>true</visible>
-    <tab_0_background_color>
-      <color name="Container Grey" red="200" green="200" blue="200" />
-    </tab_0_background_color>
-    <tab_3_foreground_color>
-      <color name="Black" red="0" green="0" blue="0" />
-    </tab_3_foreground_color>
-    <widget_type>Tabbed Container</widget_type>
-    <tab_2_font>
-      <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-    </tab_2_font>
-    <tab_3_background_color>
-      <color name="Container Grey" red="200" green="200" blue="200" />
-    </tab_3_background_color>
-    <tab_3_enabled>true</tab_3_enabled>
-    <name>Tabbed Container_1</name>
-    <minimum_tab_height>10</minimum_tab_height>
-    <tab_2_title>Console and RB</tab_2_title>
-    <tab_0_font>
-      <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-    </tab_0_font>
-    <tab_2_background_color>
-      <color name="Container Grey" red="200" green="200" blue="200" />
-    </tab_2_background_color>
-    <tab_0_title>Vertical</tab_0_title>
-    <tab_1_foreground_color>
-      <color name="Black" red="0" green="0" blue="0" />
-    </tab_1_foreground_color>
-    <tab_1_title>Horizontal</tab_1_title>
-    <scripts />
-    <tab_count>4</tab_count>
-    <scale_options>
-      <width_scalable>true</width_scalable>
-      <height_scalable>true</height_scalable>
-      <keep_wh_ratio>false</keep_wh_ratio>
-    </scale_options>
-    <tab_0_icon_path></tab_0_icon_path>
-    <tab_0_enabled>true</tab_0_enabled>
-    <foreground_color>
-      <color name="Black" red="0" green="0" blue="0" />
-    </foreground_color>
-    <widget typeId="org.csstudio.opibuilder.widgets.groupingContainer" version="1.0.0">
-      <border_style>0</border_style>
-      <tooltip></tooltip>
-      <rules />
-      <enabled>true</enabled>
-      <wuid>-2f9a11f7:155b523133c:-55e8</wuid>
-      <transparent>true</transparent>
-      <lock_children>false</lock_children>
-      <scripts />
-      <height>459</height>
-      <border_width>1</border_width>
-      <scale_options>
-        <width_scalable>true</width_scalable>
-        <height_scalable>true</height_scalable>
-        <keep_wh_ratio>false</keep_wh_ratio>
-      </scale_options>
-      <macros>
-        <include_parent_macros>true</include_parent_macros>
-      </macros>
-      <visible>true</visible>
-      <border_color>
-        <color red="0" green="128" blue="255" />
-      </border_color>
-      <widget_type>Grouping Container</widget_type>
-      <background_color>
-        <color red="240" green="240" blue="240" />
-      </background_color>
-      <width>445</width>
-      <x>1</x>
-      <name>Vertical</name>
-      <y>1</y>
-      <foreground_color>
-        <color red="192" green="192" blue="192" />
-      </foreground_color>
-      <actions hook="false" hook_all="false" />
-      <fc>false</fc>
-      <show_scrollbar>true</show_scrollbar>
-      <font>
-        <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-      </font>
-      <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
-        <alarm_pulsing>false</alarm_pulsing>
-        <tooltip>$(pv_name)</tooltip>
-        <rules />
-        <effect_3d>true</effect_3d>
-        <bit>-1</bit>
-        <pv_value />
-        <height>18</height>
-        <border_width>1</border_width>
-        <visible>true</visible>
-        <pv_name>$(P-EMU-PMAC):$(M-EMU-V):SWITCH_H_R</pv_name>
-        <border_color>
-          <color name="Blue" red="0" green="128" blue="255" />
-        </border_color>
-        <widget_type>LED</widget_type>
-        <name>LED</name>
-        <actions hook="false" hook_all="false" />
-        <show_boolean_label>false</show_boolean_label>
-        <border_style>0</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <enabled>true</enabled>
-        <wuid>1bf3943c:157faf259c9:-7e58</wuid>
-        <on_color>
-          <color name="Minor" red="255" green="128" blue="0" />
-        </on_color>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <on_label>ON</on_label>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>true</keep_wh_ratio>
-        </scale_options>
-        <off_color>
-          <color name="Green Off" red="0" green="30" blue="0" />
-        </off_color>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <background_color>
-          <color name="Field Background Grey" red="240" green="240" blue="240" />
-        </background_color>
-        <square_led>false</square_led>
-        <width>18</width>
-        <x>30</x>
-        <data_type>0</data_type>
-        <y>10</y>
-        <foreground_color>
-          <color name="Button Grey" red="180" green="180" blue="180" />
-        </foreground_color>
-        <font>
-          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-        </font>
-        <off_label>OFF</off_label>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-        <border_style>0</border_style>
-        <tooltip></tooltip>
-        <horizontal_alignment>0</horizontal_alignment>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>1bf3943c:157faf259c9:-7e3f</wuid>
-        <transparent>true</transparent>
-        <auto_size>true</auto_size>
-        <text>high switch</text>
-        <scripts />
-        <height>18</height>
-        <border_width>2</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color name="Black" red="0" green="0" blue="0" />
-        </border_color>
-        <widget_type>Label</widget_type>
-        <wrap_words>true</wrap_words>
-        <background_color>
-          <color name="White" red="255" green="255" blue="255" />
-        </background_color>
-        <width>67</width>
-        <x>60</x>
-        <name>Label Template_13</name>
-        <y>10</y>
-        <foreground_color>
-          <color name="Black" red="0" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <show_scrollbar>false</show_scrollbar>
-        <font>
-          <opifont.name fontName="OpenSans" height="10" style="0">Small</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
-        <alarm_pulsing>false</alarm_pulsing>
-        <tooltip>$(pv_name)</tooltip>
-        <rules />
-        <effect_3d>true</effect_3d>
-        <bit>-1</bit>
-        <pv_value />
-        <height>18</height>
-        <border_width>1</border_width>
-        <visible>true</visible>
-        <pv_name>$(P-EMU-PMAC):$(M-EMU-V):SWITCH_L_R</pv_name>
-        <border_color>
-          <color name="Blue" red="0" green="128" blue="255" />
-        </border_color>
-        <widget_type>LED</widget_type>
-        <name>LED</name>
-        <actions hook="false" hook_all="false" />
-        <show_boolean_label>false</show_boolean_label>
-        <border_style>0</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <enabled>true</enabled>
-        <wuid>d3f28bb:157fafcb9d3:-7fd2</wuid>
-        <on_color>
-          <color name="Minor" red="255" green="128" blue="0" />
-        </on_color>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <on_label>ON</on_label>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>true</keep_wh_ratio>
-        </scale_options>
-        <off_color>
-          <color name="Green Off" red="0" green="30" blue="0" />
-        </off_color>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <background_color>
-          <color name="Field Background Grey" red="240" green="240" blue="240" />
-        </background_color>
-        <square_led>false</square_led>
-        <width>18</width>
-        <x>30</x>
-        <data_type>0</data_type>
-        <y>40</y>
-        <foreground_color>
-          <color name="Button Grey" red="180" green="180" blue="180" />
-        </foreground_color>
-        <font>
-          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-        </font>
-        <off_label>OFF</off_label>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-        <border_style>0</border_style>
-        <tooltip></tooltip>
-        <horizontal_alignment>0</horizontal_alignment>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>d3f28bb:157fafcb9d3:-7fae</wuid>
-        <transparent>true</transparent>
-        <auto_size>true</auto_size>
-        <text>low switch</text>
-        <scripts />
-        <height>18</height>
-        <border_width>2</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color name="Black" red="0" green="0" blue="0" />
-        </border_color>
-        <widget_type>Label</widget_type>
-        <wrap_words>true</wrap_words>
-        <background_color>
-          <color name="White" red="255" green="255" blue="255" />
-        </background_color>
-        <width>62</width>
-        <x>60</x>
-        <name>Label Template_13</name>
-        <y>40</y>
-        <foreground_color>
-          <color name="Black" red="0" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <show_scrollbar>false</show_scrollbar>
-        <font>
-          <opifont.name fontName="OpenSans" height="10" style="0">Small</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
-        <alarm_pulsing>false</alarm_pulsing>
-        <tooltip>$(pv_name)</tooltip>
-        <rules />
-        <effect_3d>true</effect_3d>
-        <bit>-1</bit>
-        <pv_value />
-        <height>18</height>
-        <border_width>1</border_width>
-        <visible>true</visible>
-        <pv_name>$(P-EMU-PMAC):$(M-EMU-V):M_IN_POSITION_R</pv_name>
-        <border_color>
-          <color name="Blue" red="0" green="128" blue="255" />
-        </border_color>
-        <widget_type>LED</widget_type>
-        <name>LED</name>
-        <actions hook="false" hook_all="false" />
-        <show_boolean_label>false</show_boolean_label>
-        <border_style>0</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <enabled>true</enabled>
-        <wuid>d3f28bb:157fafcb9d3:-7f51</wuid>
-        <on_color>
-          <color name="Green On" red="0" green="255" blue="0" />
-        </on_color>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <on_label>ON</on_label>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>true</keep_wh_ratio>
-        </scale_options>
-        <off_color>
-          <color name="Minor" red="255" green="128" blue="0" />
-        </off_color>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <background_color>
-          <color name="Field Background Grey" red="240" green="240" blue="240" />
-        </background_color>
-        <square_led>false</square_led>
-        <width>18</width>
-        <x>260</x>
-        <data_type>0</data_type>
-        <y>10</y>
-        <foreground_color>
-          <color name="Button Grey" red="180" green="180" blue="180" />
-        </foreground_color>
-        <font>
-          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-        </font>
-        <off_label>OFF</off_label>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
-        <alarm_pulsing>false</alarm_pulsing>
-        <tooltip>$(pv_name)</tooltip>
-        <rules />
-        <effect_3d>true</effect_3d>
-        <bit>-1</bit>
-        <pv_value />
-        <height>18</height>
-        <border_width>1</border_width>
-        <visible>true</visible>
-        <pv_name>$(P-EMU-PMAC):$(M-EMU-V):FATAL_FOL_ERR_R</pv_name>
-        <border_color>
-          <color name="Blue" red="0" green="128" blue="255" />
-        </border_color>
-        <widget_type>LED</widget_type>
-        <name>LED</name>
-        <actions hook="false" hook_all="false" />
-        <show_boolean_label>false</show_boolean_label>
-        <border_style>0</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <enabled>true</enabled>
-        <wuid>d3f28bb:157fafcb9d3:-7f4c</wuid>
-        <on_color>
-          <color name="Major" red="255" green="0" blue="0" />
-        </on_color>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <on_label>ON</on_label>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>true</keep_wh_ratio>
-        </scale_options>
-        <off_color>
-          <color red="0" green="30" blue="0" />
-        </off_color>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <background_color>
-          <color name="Field Background Grey" red="240" green="240" blue="240" />
-        </background_color>
-        <square_led>false</square_led>
-        <width>18</width>
-        <x>260</x>
-        <data_type>0</data_type>
-        <y>40</y>
-        <foreground_color>
-          <color name="Button Grey" red="180" green="180" blue="180" />
-        </foreground_color>
-        <font>
-          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-        </font>
-        <off_label>OFF</off_label>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-        <border_style>0</border_style>
-        <tooltip></tooltip>
-        <horizontal_alignment>0</horizontal_alignment>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>d3f28bb:157fafcb9d3:-7f44</wuid>
-        <transparent>true</transparent>
-        <auto_size>true</auto_size>
-        <text>motor in position</text>
-        <scripts />
-        <height>18</height>
-        <border_width>2</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color name="Black" red="0" green="0" blue="0" />
-        </border_color>
-        <widget_type>Label</widget_type>
-        <wrap_words>true</wrap_words>
-        <background_color>
-          <color name="White" red="255" green="255" blue="255" />
-        </background_color>
-        <width>104</width>
-        <x>290</x>
-        <name>Label Template_13</name>
-        <y>10</y>
-        <foreground_color>
-          <color name="Black" red="0" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <show_scrollbar>false</show_scrollbar>
-        <font>
-          <opifont.name fontName="OpenSans" height="10" style="0">Small</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-        <border_style>0</border_style>
-        <tooltip></tooltip>
-        <horizontal_alignment>0</horizontal_alignment>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>d3f28bb:157fafcb9d3:-7f3f</wuid>
-        <transparent>true</transparent>
-        <auto_size>true</auto_size>
-        <text>Fatal following error</text>
-        <scripts />
-        <height>18</height>
-        <border_width>2</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color name="Black" red="0" green="0" blue="0" />
-        </border_color>
-        <widget_type>Label</widget_type>
-        <wrap_words>true</wrap_words>
-        <background_color>
-          <color name="White" red="255" green="255" blue="255" />
-        </background_color>
-        <width>119</width>
-        <x>290</x>
-        <name>Label Template_13</name>
-        <y>40</y>
-        <foreground_color>
-          <color name="Black" red="0" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <show_scrollbar>false</show_scrollbar>
-        <font>
-          <opifont.name fontName="OpenSans" height="10" style="0">Small</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
-        <border_style>0</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <alarm_pulsing>false</alarm_pulsing>
-        <precision>0</precision>
-        <tooltip>$(pv_name)</tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>d3f28bb:157fafcb9d3:-7e14</wuid>
-        <transparent>false</transparent>
-        <pv_value />
-        <auto_size>false</auto_size>
-        <text></text>
-        <rotation_angle>0.0</rotation_angle>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <show_units>true</show_units>
-        <height>20</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <pv_name>$(P-EMU-PMAC):$(M-EMU-V):M_POSITION_R</pv_name>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color name="Blue" red="0" green="128" blue="255" />
-        </border_color>
-        <precision_from_pv>true</precision_from_pv>
-        <widget_type>Text Update</widget_type>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <wrap_words>false</wrap_words>
-        <format_type>0</format_type>
-        <background_color>
-          <color name="Field Background Grey" red="240" green="240" blue="240" />
-        </background_color>
-        <width>137</width>
-        <x>270</x>
-        <name>Text Update</name>
-        <y>70</y>
-        <foreground_color>
-          <color name="Black" red="0" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="0">Normal</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-        <border_style>0</border_style>
-        <tooltip></tooltip>
-        <horizontal_alignment>0</horizontal_alignment>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>d3f28bb:157fafcb9d3:-7e04</wuid>
-        <transparent>true</transparent>
-        <auto_size>true</auto_size>
-        <text>Actual position</text>
-        <scripts />
-        <height>18</height>
-        <border_width>2</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color name="Black" red="0" green="0" blue="0" />
-        </border_color>
-        <widget_type>Label</widget_type>
-        <wrap_words>true</wrap_words>
-        <background_color>
-          <color name="White" red="255" green="255" blue="255" />
-        </background_color>
-        <width>89</width>
-        <x>170</x>
-        <name>Label Template_13</name>
-        <y>70</y>
-        <foreground_color>
-          <color name="Black" red="0" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <show_scrollbar>false</show_scrollbar>
-        <font>
-          <opifont.name fontName="OpenSans" height="10" style="0">Small</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-        <border_style>0</border_style>
-        <tooltip></tooltip>
-        <horizontal_alignment>0</horizontal_alignment>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>d3f28bb:157fafcb9d3:-7d14</wuid>
-        <transparent>true</transparent>
-        <auto_size>true</auto_size>
-        <text>Brake</text>
-        <scripts />
-        <height>18</height>
-        <border_width>2</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color name="Black" red="0" green="0" blue="0" />
-        </border_color>
-        <widget_type>Label</widget_type>
-        <wrap_words>true</wrap_words>
-        <background_color>
-          <color name="White" red="255" green="255" blue="255" />
-        </background_color>
-        <width>34</width>
-        <x>30</x>
-        <name>Label Template_13</name>
-        <y>70</y>
-        <foreground_color>
-          <color name="Black" red="0" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <show_scrollbar>false</show_scrollbar>
-        <font>
-          <opifont.name fontName="OpenSans" height="10" style="0">Small</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
-        <border_style>0</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <alarm_pulsing>false</alarm_pulsing>
-        <precision>0</precision>
-        <tooltip>$(pv_name)</tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules>
-          <rule name="On_OFF_BRAKE" prop_id="text" out_exp="false">
-            <exp bool_exp="pv0">
-              <value>off</value>
-            </exp>
-            <pv trig="true">$(P-EMU-PMAC):$(M-EMU-V):BRAKE_R</pv>
-          </rule>
-        </rules>
-        <enabled>true</enabled>
-        <wuid>d3f28bb:157fafcb9d3:-7915</wuid>
-        <transparent>false</transparent>
-        <pv_value />
-        <auto_size>false</auto_size>
-        <text>on</text>
-        <rotation_angle>0.0</rotation_angle>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <show_units>true</show_units>
-        <height>18</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <pv_name></pv_name>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color name="Blue" red="0" green="128" blue="255" />
-        </border_color>
-        <precision_from_pv>true</precision_from_pv>
-        <widget_type>Text Update</widget_type>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <wrap_words>false</wrap_words>
-        <format_type>0</format_type>
-        <background_color>
-          <color name="Field Background Grey" red="240" green="240" blue="240" />
-        </background_color>
-        <width>41</width>
-        <x>70</x>
-        <name>Text Update</name>
-        <y>70</y>
-        <foreground_color>
-          <color name="Black" red="0" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="0">Normal</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
-        <alarm_pulsing>false</alarm_pulsing>
-        <tooltip>$(pv_name)</tooltip>
-        <rules />
-        <effect_3d>true</effect_3d>
-        <bit>-1</bit>
-        <pv_value />
-        <height>18</height>
-        <border_width>1</border_width>
-        <visible>true</visible>
-        <pv_name>$(P-EMU-PMAC):$(M-EMU-V):AMP_FAULT_R</pv_name>
-        <border_color>
-          <color name="Blue" red="0" green="128" blue="255" />
-        </border_color>
-        <widget_type>LED</widget_type>
-        <name>LED</name>
-        <actions hook="false" hook_all="false" />
-        <show_boolean_label>false</show_boolean_label>
-        <border_style>0</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <enabled>true</enabled>
-        <wuid>6f87bde5:1586c2bbffa:-7f0f</wuid>
-        <on_color>
-          <color name="Major" red="255" green="0" blue="0" />
-        </on_color>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <on_label>ON</on_label>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>true</keep_wh_ratio>
-        </scale_options>
-        <off_color>
-          <color name="Green Off" red="0" green="30" blue="0" />
-        </off_color>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <background_color>
-          <color name="Field Background Grey" red="240" green="240" blue="240" />
-        </background_color>
-        <square_led>false</square_led>
-        <width>18</width>
-        <x>10</x>
-        <data_type>0</data_type>
-        <y>400</y>
-        <foreground_color>
-          <color name="Button Grey" red="180" green="180" blue="180" />
-        </foreground_color>
-        <font>
-          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-        </font>
-        <off_label>OFF</off_label>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-        <border_style>0</border_style>
-        <tooltip></tooltip>
-        <horizontal_alignment>0</horizontal_alignment>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>6f87bde5:1586c2bbffa:-7f0e</wuid>
-        <transparent>true</transparent>
-        <auto_size>true</auto_size>
-        <text>Amplifier fault</text>
-        <scripts />
-        <height>18</height>
-        <border_width>2</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color name="Black" red="0" green="0" blue="0" />
-        </border_color>
-        <widget_type>Label</widget_type>
-        <wrap_words>true</wrap_words>
-        <background_color>
-          <color name="White" red="255" green="255" blue="255" />
-        </background_color>
-        <width>84</width>
-        <x>40</x>
-        <name>Label Template_13</name>
-        <y>400</y>
-        <foreground_color>
-          <color name="Black" red="0" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <show_scrollbar>false</show_scrollbar>
-        <font>
-          <opifont.name fontName="OpenSans" height="10" style="0">Small</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
-        <alarm_pulsing>false</alarm_pulsing>
-        <tooltip>$(pv_name)</tooltip>
-        <rules />
-        <effect_3d>true</effect_3d>
-        <bit>-1</bit>
-        <pv_value />
-        <height>18</height>
-        <border_width>1</border_width>
-        <visible>true</visible>
-        <pv_name>$(P-EMU-PMAC):$(M-EMU-V):INT_FOL_ERR_R</pv_name>
-        <border_color>
-          <color name="Blue" red="0" green="128" blue="255" />
-        </border_color>
-        <widget_type>LED</widget_type>
-        <name>LED</name>
-        <actions hook="false" hook_all="false" />
-        <show_boolean_label>false</show_boolean_label>
-        <border_style>0</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <enabled>true</enabled>
-        <wuid>6f87bde5:1586c2bbffa:-7ebc</wuid>
-        <on_color>
-          <color name="Major" red="255" green="0" blue="0" />
-        </on_color>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <on_label>ON</on_label>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>true</keep_wh_ratio>
-        </scale_options>
-        <off_color>
-          <color name="Green Off" red="0" green="30" blue="0" />
-        </off_color>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <background_color>
-          <color name="Field Background Grey" red="240" green="240" blue="240" />
-        </background_color>
-        <square_led>false</square_led>
-        <width>18</width>
-        <x>140</x>
-        <data_type>0</data_type>
-        <y>400</y>
-        <foreground_color>
-          <color name="Button Grey" red="180" green="180" blue="180" />
-        </foreground_color>
-        <font>
-          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-        </font>
-        <off_label>OFF</off_label>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-        <border_style>0</border_style>
-        <tooltip></tooltip>
-        <horizontal_alignment>0</horizontal_alignment>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>6f87bde5:1586c2bbffa:-7ebb</wuid>
-        <transparent>true</transparent>
-        <auto_size>true</auto_size>
-        <text>Int. foll.error</text>
-        <scripts />
-        <height>18</height>
-        <border_width>2</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color name="Black" red="0" green="0" blue="0" />
-        </border_color>
-        <widget_type>Label</widget_type>
-        <wrap_words>true</wrap_words>
-        <background_color>
-          <color name="White" red="255" green="255" blue="255" />
-        </background_color>
-        <width>74</width>
-        <x>170</x>
-        <name>Label Template_13</name>
-        <y>400</y>
-        <foreground_color>
-          <color name="Black" red="0" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <show_scrollbar>false</show_scrollbar>
-        <font>
-          <opifont.name fontName="OpenSans" height="10" style="0">Small</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
-        <alarm_pulsing>false</alarm_pulsing>
-        <tooltip>$(pv_name)</tooltip>
-        <rules />
-        <effect_3d>true</effect_3d>
-        <bit>-1</bit>
-        <pv_value />
-        <height>18</height>
-        <border_width>1</border_width>
-        <visible>true</visible>
-        <pv_name>$(P-EMU-PMAC):$(M-EMU-V):I2T_FAULT_R</pv_name>
-        <border_color>
-          <color name="Blue" red="0" green="128" blue="255" />
-        </border_color>
-        <widget_type>LED</widget_type>
-        <name>LED</name>
-        <actions hook="false" hook_all="false" />
-        <show_boolean_label>false</show_boolean_label>
-        <border_style>0</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <enabled>true</enabled>
-        <wuid>6f87bde5:1586c2bbffa:-7eb4</wuid>
-        <on_color>
-          <color name="Major" red="255" green="0" blue="0" />
-        </on_color>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <on_label>ON</on_label>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>true</keep_wh_ratio>
-        </scale_options>
-        <off_color>
-          <color name="Green Off" red="0" green="30" blue="0" />
-        </off_color>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <background_color>
-          <color name="Field Background Grey" red="240" green="240" blue="240" />
-        </background_color>
-        <square_led>false</square_led>
-        <width>18</width>
-        <x>140</x>
-        <data_type>0</data_type>
-        <y>430</y>
-        <foreground_color>
-          <color name="Button Grey" red="180" green="180" blue="180" />
-        </foreground_color>
-        <font>
-          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-        </font>
-        <off_label>OFF</off_label>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-        <border_style>0</border_style>
-        <tooltip></tooltip>
-        <horizontal_alignment>0</horizontal_alignment>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>6f87bde5:1586c2bbffa:-7eb3</wuid>
-        <transparent>true</transparent>
-        <auto_size>true</auto_size>
-        <text>I2T fault</text>
-        <scripts />
-        <height>18</height>
-        <border_width>2</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color name="Black" red="0" green="0" blue="0" />
-        </border_color>
-        <widget_type>Label</widget_type>
-        <wrap_words>true</wrap_words>
-        <background_color>
-          <color name="White" red="255" green="255" blue="255" />
-        </background_color>
-        <width>48</width>
-        <x>170</x>
-        <name>Label Template_13</name>
-        <y>430</y>
-        <foreground_color>
-          <color name="Black" red="0" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <show_scrollbar>false</show_scrollbar>
-        <font>
-          <opifont.name fontName="OpenSans" height="10" style="0">Small</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
-        <alarm_pulsing>false</alarm_pulsing>
-        <tooltip>$(pv_name)</tooltip>
-        <rules />
-        <effect_3d>true</effect_3d>
-        <bit>-1</bit>
-        <pv_value />
-        <height>18</height>
-        <border_width>1</border_width>
-        <visible>true</visible>
-        <pv_name>$(P-EMU-PMAC):$(M-EMU-V):PHASING_ERR_R</pv_name>
-        <border_color>
-          <color name="Blue" red="0" green="128" blue="255" />
-        </border_color>
-        <widget_type>LED</widget_type>
-        <name>LED</name>
-        <actions hook="false" hook_all="false" />
-        <show_boolean_label>false</show_boolean_label>
-        <border_style>0</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <enabled>true</enabled>
-        <wuid>6f87bde5:1586c2bbffa:-7eac</wuid>
-        <on_color>
-          <color name="Major" red="255" green="0" blue="0" />
-        </on_color>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <on_label>ON</on_label>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>true</keep_wh_ratio>
-        </scale_options>
-        <off_color>
-          <color name="Green Off" red="0" green="30" blue="0" />
-        </off_color>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <background_color>
-          <color name="Field Background Grey" red="240" green="240" blue="240" />
-        </background_color>
-        <square_led>false</square_led>
-        <width>18</width>
-        <x>10</x>
-        <data_type>0</data_type>
-        <y>430</y>
-        <foreground_color>
-          <color name="Button Grey" red="180" green="180" blue="180" />
-        </foreground_color>
-        <font>
-          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-        </font>
-        <off_label>OFF</off_label>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-        <border_style>0</border_style>
-        <tooltip></tooltip>
-        <horizontal_alignment>0</horizontal_alignment>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>6f87bde5:1586c2bbffa:-7eab</wuid>
-        <transparent>true</transparent>
-        <auto_size>true</auto_size>
-        <text>phasing error</text>
-        <scripts />
-        <height>18</height>
-        <border_width>2</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color name="Black" red="0" green="0" blue="0" />
-        </border_color>
-        <widget_type>Label</widget_type>
-        <wrap_words>true</wrap_words>
-        <background_color>
-          <color name="White" red="255" green="255" blue="255" />
-        </background_color>
-        <width>80</width>
-        <x>40</x>
-        <name>Label Template_13</name>
-        <y>430</y>
-        <foreground_color>
-          <color name="Black" red="0" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <show_scrollbar>false</show_scrollbar>
-        <font>
-          <opifont.name fontName="OpenSans" height="10" style="0">Small</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.xyGraph" version="1.0.0">
-        <axis_1_scale_format></axis_1_scale_format>
-        <alarm_pulsing>true</alarm_pulsing>
-        <tooltip></tooltip>
-        <trace_0_concatenate_data>true</trace_0_concatenate_data>
-        <trace_0_trace_type>0</trace_0_trace_type>
-        <border_width>1</border_width>
-        <border_style>5</border_style>
-        <axis_0_grid_color>
-          <color name="Container Grey" red="200" green="200" blue="200" />
-        </axis_0_grid_color>
-        <trace_0_name></trace_0_name>
-        <trace_0_update_mode>0</trace_0_update_mode>
-        <wuid>-365fd143:1586240e0c6:-79c8</wuid>
-        <transparent>false</transparent>
-        <axis_0_title_font>
-          <opifont.name fontName="OpenSans" height="10" style="1">Small Bold</opifont.name>
-        </axis_0_title_font>
-        <background_color>
-          <color name="White" red="255" green="255" blue="255" />
-        </background_color>
-        <x>10</x>
-        <y>95</y>
-        <trace_0_x_axis_index>0</trace_0_x_axis_index>
-        <axis_count>2</axis_count>
-        <pv_value />
-        <trace_0_buffer_size>1000</trace_0_buffer_size>
-        <axis_1_maximum>100.0</axis_1_maximum>
-        <axis_0_scale_font>
-          <opifont.name fontName="OpenSans" height="10" style="0">Small</opifont.name>
-        </axis_0_scale_font>
-        <trigger_pv></trigger_pv>
-        <widget_type>XY Graph</widget_type>
-        <axis_1_axis_color>
-          <color name="Black" red="0" green="0" blue="0" />
-        </axis_1_axis_color>
-        <axis_0_scale_format></axis_0_scale_format>
-        <axis_1_log_scale>false</axis_1_log_scale>
-        <title>Velocity</title>
-        <trace_0_visible>true</trace_0_visible>
-        <show_legend>false</show_legend>
-        <axis_0_axis_title>Actual direct velocity motor 1 in fct of time</axis_0_axis_title>
-        <axis_0_axis_color>
-          <color name="Black" red="0" green="0" blue="0" />
-        </axis_0_axis_color>
-        <axis_0_dash_grid_line>false</axis_0_dash_grid_line>
-        <trace_0_point_style>0</trace_0_point_style>
-        <trace_0_line_width>1</trace_0_line_width>
-        <axis_0_time_format>0</axis_0_time_format>
-        <trace_count>1</trace_count>
-        <axis_1_show_grid>true</axis_1_show_grid>
-        <axis_1_dash_grid_line>true</axis_1_dash_grid_line>
-        <show_toolbar>false</show_toolbar>
-        <axis_0_visible>true</axis_0_visible>
-        <axis_0_show_grid>true</axis_0_show_grid>
-        <trace_0_y_axis_index>1</trace_0_y_axis_index>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <axis_0_maximum>1000.0</axis_0_maximum>
-        <height>141</height>
-        <trigger_pv_value />
-        <axis_1_grid_color>
-          <color name="Container Grey" red="200" green="200" blue="200" />
-        </axis_1_grid_color>
-        <actions hook="false" hook_all="false" />
-        <axis_0_log_scale>false</axis_0_log_scale>
-        <trace_0_x_pv_value />
-        <axis_0_auto_scale_threshold>0.0</axis_0_auto_scale_threshold>
-        <rules />
-        <axis_1_visible>true</axis_1_visible>
-        <trace_0_update_delay>100</trace_0_update_delay>
-        <pv_name></pv_name>
-        <name>XY Graph</name>
-        <axis_0_auto_scale>true</axis_0_auto_scale>
-        <axis_0_minimum>0.0</axis_0_minimum>
-        <axis_1_axis_title></axis_1_axis_title>
-        <axis_1_auto_scale>true</axis_1_auto_scale>
-        <border_color>
-          <color name="Blue" red="0" green="128" blue="255" />
-        </border_color>
-        <trace_0_y_pv>$(P-EMU-PMAC):$(M-EMU-V):ACTUAL_VEL_R</trace_0_y_pv>
-        <trace_0_plot_mode>0</trace_0_plot_mode>
-        <enabled>true</enabled>
-        <trace_0_x_pv></trace_0_x_pv>
-        <axis_1_scale_font>
-          <opifont.name fontName="OpenSans" height="10" style="0">Small</opifont.name>
-        </axis_1_scale_font>
-        <axis_1_time_format>0</axis_1_time_format>
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <show_plot_area_border>false</show_plot_area_border>
-        <width>421</width>
-        <axis_1_minimum>0.0</axis_1_minimum>
-        <title_font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </title_font>
-        <trace_0_y_pv_value />
-        <plot_area_background_color>
-          <color name="White" red="255" green="255" blue="255" />
-        </plot_area_background_color>
-        <axis_1_title_font>
-          <opifont.name fontName="OpenSans" height="10" style="1">Small Bold</opifont.name>
-        </axis_1_title_font>
-        <visible>true</visible>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <scripts />
-        <trace_0_point_size>4</trace_0_point_size>
-        <trace_0_trace_color>
-          <color name="Red On" red="255" green="0" blue="0" />
-        </trace_0_trace_color>
-        <trace_0_anti_alias>true</trace_0_anti_alias>
-        <axis_1_auto_scale_threshold>0.0</axis_1_auto_scale_threshold>
-        <foreground_color>
-          <color name="Black" red="0" green="0" blue="0" />
-        </foreground_color>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.xyGraph" version="1.0.0">
-        <axis_1_scale_format></axis_1_scale_format>
-        <alarm_pulsing>true</alarm_pulsing>
-        <tooltip></tooltip>
-        <trace_0_concatenate_data>true</trace_0_concatenate_data>
-        <trace_0_trace_type>0</trace_0_trace_type>
-        <border_width>1</border_width>
-        <border_style>5</border_style>
-        <axis_0_grid_color>
-          <color name="Container Grey" red="200" green="200" blue="200" />
-        </axis_0_grid_color>
-        <trace_0_name></trace_0_name>
-        <trace_0_update_mode>0</trace_0_update_mode>
-        <wuid>-365fd143:1586240e0c6:-7907</wuid>
-        <transparent>false</transparent>
-        <axis_0_title_font>
-          <opifont.name fontName="OpenSans" height="10" style="1">Small Bold</opifont.name>
-        </axis_0_title_font>
-        <background_color>
-          <color name="White" red="255" green="255" blue="255" />
-        </background_color>
-        <x>10</x>
-        <y>243</y>
-        <trace_0_x_axis_index>0</trace_0_x_axis_index>
-        <axis_count>2</axis_count>
-        <pv_value />
-        <trace_0_buffer_size>1000</trace_0_buffer_size>
-        <axis_1_maximum>100.0</axis_1_maximum>
-        <axis_0_scale_font>
-          <opifont.name fontName="OpenSans" height="10" style="0">Small</opifont.name>
-        </axis_0_scale_font>
-        <trigger_pv></trigger_pv>
-        <widget_type>XY Graph</widget_type>
-        <axis_1_axis_color>
-          <color name="Black" red="0" green="0" blue="0" />
-        </axis_1_axis_color>
-        <axis_0_scale_format></axis_0_scale_format>
-        <axis_1_log_scale>false</axis_1_log_scale>
-        <title>Current</title>
-        <trace_0_visible>true</trace_0_visible>
-        <show_legend>false</show_legend>
-        <axis_0_axis_title>#1 Quadrature current-loop integrator output</axis_0_axis_title>
-        <axis_0_axis_color>
-          <color name="Black" red="0" green="0" blue="0" />
-        </axis_0_axis_color>
-        <axis_0_dash_grid_line>false</axis_0_dash_grid_line>
-        <trace_0_point_style>0</trace_0_point_style>
-        <trace_0_line_width>1</trace_0_line_width>
-        <axis_0_time_format>0</axis_0_time_format>
-        <trace_count>1</trace_count>
-        <axis_1_show_grid>true</axis_1_show_grid>
-        <axis_1_dash_grid_line>true</axis_1_dash_grid_line>
-        <show_toolbar>false</show_toolbar>
-        <axis_0_visible>true</axis_0_visible>
-        <axis_0_show_grid>true</axis_0_show_grid>
-        <trace_0_y_axis_index>1</trace_0_y_axis_index>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <axis_0_maximum>1000.0</axis_0_maximum>
-        <height>141</height>
-        <trigger_pv_value />
-        <axis_1_grid_color>
-          <color name="Container Grey" red="200" green="200" blue="200" />
-        </axis_1_grid_color>
-        <actions hook="false" hook_all="false" />
-        <axis_0_log_scale>false</axis_0_log_scale>
-        <trace_0_x_pv_value />
-        <axis_0_auto_scale_threshold>0.0</axis_0_auto_scale_threshold>
-        <rules />
-        <axis_1_visible>true</axis_1_visible>
-        <trace_0_update_delay>100</trace_0_update_delay>
-        <pv_name></pv_name>
-        <name>XY Graph</name>
-        <axis_0_auto_scale>true</axis_0_auto_scale>
-        <axis_0_minimum>0.0</axis_0_minimum>
-        <axis_1_axis_title></axis_1_axis_title>
-        <axis_1_auto_scale>true</axis_1_auto_scale>
-        <border_color>
-          <color name="Blue" red="0" green="128" blue="255" />
-        </border_color>
-        <trace_0_y_pv>$(P-EMU-PMAC):$(M-EMU-V):QUA_CUR_LOOP_R</trace_0_y_pv>
-        <trace_0_plot_mode>0</trace_0_plot_mode>
-        <enabled>true</enabled>
-        <trace_0_x_pv></trace_0_x_pv>
-        <axis_1_scale_font>
-          <opifont.name fontName="OpenSans" height="10" style="0">Small</opifont.name>
-        </axis_1_scale_font>
-        <axis_1_time_format>0</axis_1_time_format>
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <show_plot_area_border>false</show_plot_area_border>
-        <width>421</width>
-        <axis_1_minimum>0.0</axis_1_minimum>
-        <title_font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </title_font>
-        <trace_0_y_pv_value />
-        <plot_area_background_color>
-          <color name="White" red="255" green="255" blue="255" />
-        </plot_area_background_color>
-        <axis_1_title_font>
-          <opifont.name fontName="OpenSans" height="10" style="1">Small Bold</opifont.name>
-        </axis_1_title_font>
-        <visible>true</visible>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <scripts />
-        <trace_0_point_size>4</trace_0_point_size>
-        <trace_0_trace_color>
-          <color name="Red On" red="255" green="0" blue="0" />
-        </trace_0_trace_color>
-        <trace_0_anti_alias>true</trace_0_anti_alias>
-        <axis_1_auto_scale_threshold>0.0</axis_1_auto_scale_threshold>
-        <foreground_color>
-          <color name="Black" red="0" green="0" blue="0" />
-        </foreground_color>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
-        <alarm_pulsing>false</alarm_pulsing>
-        <tooltip>$(pv_name)</tooltip>
-        <rules />
-        <effect_3d>true</effect_3d>
-        <bit>-1</bit>
-        <pv_value />
-        <height>18</height>
-        <border_width>1</border_width>
-        <visible>true</visible>
-        <pv_name>$(P-EMU-PMAC):$(M-EMU-V):BRAKE_R</pv_name>
-        <border_color>
-          <color name="Blue" red="0" green="128" blue="255" />
-        </border_color>
-        <widget_type>LED</widget_type>
-        <name>LED_4</name>
-        <actions hook="false" hook_all="false" />
-        <show_boolean_label>false</show_boolean_label>
-        <border_style>0</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <enabled>true</enabled>
-        <wuid>-67165f8a:15ce4595e06:-7751</wuid>
-        <on_color>
-          <color name="Green On" red="0" green="255" blue="0" />
-        </on_color>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <on_label>ON</on_label>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>true</keep_wh_ratio>
-        </scale_options>
-        <off_color>
-          <color name="Green Off" red="0" green="30" blue="0" />
-        </off_color>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <background_color>
-          <color name="Field Background Grey" red="240" green="240" blue="240" />
-        </background_color>
-        <square_led>false</square_led>
-        <width>18</width>
-        <x>120</x>
-        <data_type>0</data_type>
-        <y>70</y>
-        <foreground_color>
-          <color name="Button Grey" red="180" green="180" blue="180" />
-        </foreground_color>
-        <font>
-          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-        </font>
-        <off_label>OFF</off_label>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
-        <border_style>0</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <alarm_pulsing>false</alarm_pulsing>
-        <precision>0</precision>
-        <tooltip>$(pv_name)</tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>-67165f8a:15ce4595e06:-1aca</wuid>
-        <transparent>false</transparent>
-        <pv_value />
-        <auto_size>false</auto_size>
-        <text></text>
-        <rotation_angle>0.0</rotation_angle>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <show_units>true</show_units>
-        <height>20</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <pv_name>$(P-EMU-PMAC):$(M-EMU-V):MAX_CURRENT_R</pv_name>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color name="Blue" red="0" green="128" blue="255" />
-        </border_color>
-        <precision_from_pv>true</precision_from_pv>
-        <widget_type>Text Update</widget_type>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <wrap_words>false</wrap_words>
-        <format_type>0</format_type>
-        <background_color>
-          <color name="Field Background Grey" red="240" green="240" blue="240" />
-        </background_color>
-        <width>137</width>
-        <x>290</x>
-        <name>Text Update_9</name>
-        <y>400</y>
-        <foreground_color>
-          <color name="Black" red="0" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="0">Normal</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
-        <border_style>0</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <alarm_pulsing>false</alarm_pulsing>
-        <precision>0</precision>
-        <tooltip>$(pv_name)</tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>-67165f8a:15ce4595e06:-1ac5</wuid>
-        <transparent>false</transparent>
-        <pv_value />
-        <auto_size>false</auto_size>
-        <text></text>
-        <rotation_angle>0.0</rotation_angle>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <show_units>true</show_units>
-        <height>20</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <pv_name>$(P-EMU-PMAC):$(M-EMU-V):MIN_CURRENT_R</pv_name>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color name="Blue" red="0" green="128" blue="255" />
-        </border_color>
-        <precision_from_pv>true</precision_from_pv>
-        <widget_type>Text Update</widget_type>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <wrap_words>false</wrap_words>
-        <format_type>0</format_type>
-        <background_color>
-          <color name="Field Background Grey" red="240" green="240" blue="240" />
-        </background_color>
-        <width>137</width>
-        <x>290</x>
-        <name>Text Update_9</name>
-        <y>435</y>
-        <foreground_color>
-          <color name="Black" red="0" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="0">Normal</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-        <border_style>0</border_style>
-        <tooltip></tooltip>
-        <horizontal_alignment>0</horizontal_alignment>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>-67165f8a:15ce4595e06:-1a07</wuid>
-        <transparent>true</transparent>
-        <auto_size>true</auto_size>
-        <text>Max current</text>
-        <scripts />
-        <height>18</height>
-        <border_width>2</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color name="Black" red="0" green="0" blue="0" />
-        </border_color>
-        <widget_type>Label</widget_type>
-        <wrap_words>true</wrap_words>
-        <background_color>
-          <color name="White" red="255" green="255" blue="255" />
-        </background_color>
-        <width>73</width>
-        <x>322</x>
-        <name>Label Template_13</name>
-        <y>383</y>
-        <foreground_color>
-          <color name="Black" red="0" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <show_scrollbar>false</show_scrollbar>
-        <font>
-          <opifont.name fontName="OpenSans" height="10" style="0">Small</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-        <border_style>0</border_style>
-        <tooltip></tooltip>
-        <horizontal_alignment>0</horizontal_alignment>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>-67165f8a:15ce4595e06:-19f9</wuid>
-        <transparent>true</transparent>
-        <auto_size>true</auto_size>
-        <text>Min current</text>
-        <scripts />
-        <height>18</height>
-        <border_width>2</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color name="Black" red="0" green="0" blue="0" />
-        </border_color>
-        <widget_type>Label</widget_type>
-        <wrap_words>true</wrap_words>
-        <background_color>
-          <color name="White" red="255" green="255" blue="255" />
-        </background_color>
-        <width>70</width>
-        <x>322</x>
-        <name>Label Template_13</name>
-        <y>417</y>
-        <foreground_color>
-          <color name="Black" red="0" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <show_scrollbar>false</show_scrollbar>
-        <font>
-          <opifont.name fontName="OpenSans" height="10" style="0">Small</opifont.name>
-        </font>
-      </widget>
-    </widget>
-    <widget typeId="org.csstudio.opibuilder.widgets.groupingContainer" version="1.0.0">
-      <border_style>0</border_style>
-      <tooltip></tooltip>
-      <rules />
-      <enabled>true</enabled>
-      <wuid>-2f9a11f7:155b523133c:-55e8</wuid>
-      <transparent>true</transparent>
-      <lock_children>false</lock_children>
-      <scripts />
-      <height>459</height>
-      <border_width>1</border_width>
-      <scale_options>
-        <width_scalable>true</width_scalable>
-        <height_scalable>true</height_scalable>
-        <keep_wh_ratio>false</keep_wh_ratio>
-      </scale_options>
-      <macros>
-        <include_parent_macros>true</include_parent_macros>
-      </macros>
-      <visible>false</visible>
-      <border_color>
-        <color red="0" green="128" blue="255" />
-      </border_color>
-      <widget_type>Grouping Container</widget_type>
-      <background_color>
-        <color red="240" green="240" blue="240" />
-      </background_color>
-      <width>445</width>
-      <x>1</x>
-      <name>Horizontal</name>
-      <y>1</y>
-      <foreground_color>
-        <color red="192" green="192" blue="192" />
-      </foreground_color>
-      <actions hook="false" hook_all="false" />
-      <fc>false</fc>
-      <show_scrollbar>true</show_scrollbar>
-      <font>
-        <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-      </font>
-      <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
-        <alarm_pulsing>false</alarm_pulsing>
-        <tooltip>$(pv_name)</tooltip>
-        <rules />
-        <effect_3d>true</effect_3d>
-        <bit>-1</bit>
-        <pv_value />
-        <height>18</height>
-        <border_width>1</border_width>
-        <visible>true</visible>
-        <pv_name>$(P-EMU-PMAC):$(M-EMU-H):SWITCH_H_R</pv_name>
-        <border_color>
-          <color name="Blue" red="0" green="128" blue="255" />
-        </border_color>
-        <widget_type>LED</widget_type>
-        <name>LED</name>
-        <actions hook="false" hook_all="false" />
-        <show_boolean_label>false</show_boolean_label>
-        <border_style>0</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <enabled>true</enabled>
-        <wuid>1bf3943c:157faf259c9:-7e58</wuid>
-        <on_color>
-          <color name="Minor" red="255" green="128" blue="0" />
-        </on_color>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <on_label>ON</on_label>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>true</keep_wh_ratio>
-        </scale_options>
-        <off_color>
-          <color name="Green Off" red="0" green="30" blue="0" />
-        </off_color>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <background_color>
-          <color name="Field Background Grey" red="240" green="240" blue="240" />
-        </background_color>
-        <square_led>false</square_led>
-        <width>18</width>
-        <x>30</x>
-        <data_type>0</data_type>
-        <y>10</y>
-        <foreground_color>
-          <color name="Button Grey" red="180" green="180" blue="180" />
-        </foreground_color>
-        <font>
-          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-        </font>
-        <off_label>OFF</off_label>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-        <border_style>0</border_style>
-        <tooltip></tooltip>
-        <horizontal_alignment>0</horizontal_alignment>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>1bf3943c:157faf259c9:-7e3f</wuid>
-        <transparent>true</transparent>
-        <auto_size>true</auto_size>
-        <text>high switch</text>
-        <scripts />
-        <height>18</height>
-        <border_width>2</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color name="Black" red="0" green="0" blue="0" />
-        </border_color>
-        <widget_type>Label</widget_type>
-        <wrap_words>true</wrap_words>
-        <background_color>
-          <color name="White" red="255" green="255" blue="255" />
-        </background_color>
-        <width>67</width>
-        <x>60</x>
-        <name>Label Template_13</name>
-        <y>10</y>
-        <foreground_color>
-          <color name="Black" red="0" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <show_scrollbar>false</show_scrollbar>
-        <font>
-          <opifont.name fontName="OpenSans" height="10" style="0">Small</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
-        <alarm_pulsing>false</alarm_pulsing>
-        <tooltip>$(pv_name)</tooltip>
-        <rules />
-        <effect_3d>true</effect_3d>
-        <bit>-1</bit>
-        <pv_value />
-        <height>18</height>
-        <border_width>1</border_width>
-        <visible>true</visible>
-        <pv_name>$(P-EMU-PMAC):$(M-EMU-H):SWITCH_L_R</pv_name>
-        <border_color>
-          <color name="Blue" red="0" green="128" blue="255" />
-        </border_color>
-        <widget_type>LED</widget_type>
-        <name>LED</name>
-        <actions hook="false" hook_all="false" />
-        <show_boolean_label>false</show_boolean_label>
-        <border_style>0</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <enabled>true</enabled>
-        <wuid>d3f28bb:157fafcb9d3:-7fd2</wuid>
-        <on_color>
-          <color name="Minor" red="255" green="128" blue="0" />
-        </on_color>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <on_label>ON</on_label>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>true</keep_wh_ratio>
-        </scale_options>
-        <off_color>
-          <color name="Green Off" red="0" green="30" blue="0" />
-        </off_color>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <background_color>
-          <color name="Field Background Grey" red="240" green="240" blue="240" />
-        </background_color>
-        <square_led>false</square_led>
-        <width>18</width>
-        <x>30</x>
-        <data_type>0</data_type>
-        <y>40</y>
-        <foreground_color>
-          <color name="Button Grey" red="180" green="180" blue="180" />
-        </foreground_color>
-        <font>
-          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-        </font>
-        <off_label>OFF</off_label>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-        <border_style>0</border_style>
-        <tooltip></tooltip>
-        <horizontal_alignment>0</horizontal_alignment>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>d3f28bb:157fafcb9d3:-7fae</wuid>
-        <transparent>true</transparent>
-        <auto_size>true</auto_size>
-        <text>low switch</text>
-        <scripts />
-        <height>18</height>
-        <border_width>2</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color name="Black" red="0" green="0" blue="0" />
-        </border_color>
-        <widget_type>Label</widget_type>
-        <wrap_words>true</wrap_words>
-        <background_color>
-          <color name="White" red="255" green="255" blue="255" />
-        </background_color>
-        <width>62</width>
-        <x>60</x>
-        <name>Label Template_13</name>
-        <y>40</y>
-        <foreground_color>
-          <color name="Black" red="0" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <show_scrollbar>false</show_scrollbar>
-        <font>
-          <opifont.name fontName="OpenSans" height="10" style="0">Small</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
-        <alarm_pulsing>false</alarm_pulsing>
-        <tooltip>$(pv_name)</tooltip>
-        <rules />
-        <effect_3d>true</effect_3d>
-        <bit>-1</bit>
-        <pv_value />
-        <height>18</height>
-        <border_width>1</border_width>
-        <visible>true</visible>
-        <pv_name>$(P-EMU-PMAC):$(M-EMU-H):M_IN_POSITION_R</pv_name>
-        <border_color>
-          <color name="Blue" red="0" green="128" blue="255" />
-        </border_color>
-        <widget_type>LED</widget_type>
-        <name>LED</name>
-        <actions hook="false" hook_all="false" />
-        <show_boolean_label>false</show_boolean_label>
-        <border_style>0</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <enabled>true</enabled>
-        <wuid>d3f28bb:157fafcb9d3:-7f51</wuid>
-        <on_color>
-          <color name="Green On" red="0" green="255" blue="0" />
-        </on_color>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <on_label>ON</on_label>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>true</keep_wh_ratio>
-        </scale_options>
-        <off_color>
-          <color name="Minor" red="255" green="128" blue="0" />
-        </off_color>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <background_color>
-          <color name="Field Background Grey" red="240" green="240" blue="240" />
-        </background_color>
-        <square_led>false</square_led>
-        <width>18</width>
-        <x>260</x>
-        <data_type>0</data_type>
-        <y>10</y>
-        <foreground_color>
-          <color name="Button Grey" red="180" green="180" blue="180" />
-        </foreground_color>
-        <font>
-          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-        </font>
-        <off_label>OFF</off_label>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
-        <alarm_pulsing>false</alarm_pulsing>
-        <tooltip>$(pv_name)</tooltip>
-        <rules />
-        <effect_3d>true</effect_3d>
-        <bit>-1</bit>
-        <pv_value />
-        <height>18</height>
-        <border_width>1</border_width>
-        <visible>true</visible>
-        <pv_name>$(P-EMU-PMAC):$(M-EMU-H):FATAL_FOL_ERR_R</pv_name>
-        <border_color>
-          <color name="Blue" red="0" green="128" blue="255" />
-        </border_color>
-        <widget_type>LED</widget_type>
-        <name>LED</name>
-        <actions hook="false" hook_all="false" />
-        <show_boolean_label>false</show_boolean_label>
-        <border_style>0</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <enabled>true</enabled>
-        <wuid>d3f28bb:157fafcb9d3:-7f4c</wuid>
-        <on_color>
-          <color name="Major" red="255" green="0" blue="0" />
-        </on_color>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <on_label>ON</on_label>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>true</keep_wh_ratio>
-        </scale_options>
-        <off_color>
-          <color red="0" green="30" blue="0" />
-        </off_color>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <background_color>
-          <color name="Field Background Grey" red="240" green="240" blue="240" />
-        </background_color>
-        <square_led>false</square_led>
-        <width>18</width>
-        <x>260</x>
-        <data_type>0</data_type>
-        <y>40</y>
-        <foreground_color>
-          <color name="Button Grey" red="180" green="180" blue="180" />
-        </foreground_color>
-        <font>
-          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-        </font>
-        <off_label>OFF</off_label>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-        <border_style>0</border_style>
-        <tooltip></tooltip>
-        <horizontal_alignment>0</horizontal_alignment>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>d3f28bb:157fafcb9d3:-7f44</wuid>
-        <transparent>true</transparent>
-        <auto_size>true</auto_size>
-        <text>motor in position</text>
-        <scripts />
-        <height>18</height>
-        <border_width>2</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color name="Black" red="0" green="0" blue="0" />
-        </border_color>
-        <widget_type>Label</widget_type>
-        <wrap_words>true</wrap_words>
-        <background_color>
-          <color name="White" red="255" green="255" blue="255" />
-        </background_color>
-        <width>104</width>
-        <x>290</x>
-        <name>Label Template_13</name>
-        <y>10</y>
-        <foreground_color>
-          <color name="Black" red="0" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <show_scrollbar>false</show_scrollbar>
-        <font>
-          <opifont.name fontName="OpenSans" height="10" style="0">Small</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-        <border_style>0</border_style>
-        <tooltip></tooltip>
-        <horizontal_alignment>0</horizontal_alignment>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>d3f28bb:157fafcb9d3:-7f3f</wuid>
-        <transparent>true</transparent>
-        <auto_size>true</auto_size>
-        <text>Fatal following error</text>
-        <scripts />
-        <height>18</height>
-        <border_width>2</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color name="Black" red="0" green="0" blue="0" />
-        </border_color>
-        <widget_type>Label</widget_type>
-        <wrap_words>true</wrap_words>
-        <background_color>
-          <color name="White" red="255" green="255" blue="255" />
-        </background_color>
-        <width>119</width>
-        <x>290</x>
-        <name>Label Template_13</name>
-        <y>40</y>
-        <foreground_color>
-          <color name="Black" red="0" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <show_scrollbar>false</show_scrollbar>
-        <font>
-          <opifont.name fontName="OpenSans" height="10" style="0">Small</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
-        <border_style>0</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <alarm_pulsing>false</alarm_pulsing>
-        <precision>0</precision>
-        <tooltip>$(pv_name)</tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>d3f28bb:157fafcb9d3:-7e14</wuid>
-        <transparent>false</transparent>
-        <pv_value />
-        <auto_size>false</auto_size>
-        <text></text>
-        <rotation_angle>0.0</rotation_angle>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <show_units>true</show_units>
-        <height>20</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <pv_name>$(P-EMU-PMAC):$(M-EMU-H):M_POSITION_R</pv_name>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color name="Blue" red="0" green="128" blue="255" />
-        </border_color>
-        <precision_from_pv>true</precision_from_pv>
-        <widget_type>Text Update</widget_type>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <wrap_words>false</wrap_words>
-        <format_type>0</format_type>
-        <background_color>
-          <color name="Field Background Grey" red="240" green="240" blue="240" />
-        </background_color>
-        <width>137</width>
-        <x>270</x>
-        <name>Text Update</name>
-        <y>70</y>
-        <foreground_color>
-          <color name="Black" red="0" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="0">Normal</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-        <border_style>0</border_style>
-        <tooltip></tooltip>
-        <horizontal_alignment>0</horizontal_alignment>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>d3f28bb:157fafcb9d3:-7e04</wuid>
-        <transparent>true</transparent>
-        <auto_size>true</auto_size>
-        <text>Actual position</text>
-        <scripts />
-        <height>18</height>
-        <border_width>2</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color name="Black" red="0" green="0" blue="0" />
-        </border_color>
-        <widget_type>Label</widget_type>
-        <wrap_words>true</wrap_words>
-        <background_color>
-          <color name="White" red="255" green="255" blue="255" />
-        </background_color>
-        <width>89</width>
-        <x>170</x>
-        <name>Label Template_13</name>
-        <y>70</y>
-        <foreground_color>
-          <color name="Black" red="0" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <show_scrollbar>false</show_scrollbar>
-        <font>
-          <opifont.name fontName="OpenSans" height="10" style="0">Small</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-        <border_style>0</border_style>
-        <tooltip></tooltip>
-        <horizontal_alignment>0</horizontal_alignment>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>d3f28bb:157fafcb9d3:-7d14</wuid>
-        <transparent>true</transparent>
-        <auto_size>true</auto_size>
-        <text>Brake</text>
-        <scripts />
-        <height>18</height>
-        <border_width>2</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color name="Black" red="0" green="0" blue="0" />
-        </border_color>
-        <widget_type>Label</widget_type>
-        <wrap_words>true</wrap_words>
-        <background_color>
-          <color name="White" red="255" green="255" blue="255" />
-        </background_color>
-        <width>34</width>
-        <x>30</x>
-        <name>Label Template_13</name>
-        <y>70</y>
-        <foreground_color>
-          <color name="Black" red="0" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <show_scrollbar>false</show_scrollbar>
-        <font>
-          <opifont.name fontName="OpenSans" height="10" style="0">Small</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
-        <border_style>0</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <alarm_pulsing>false</alarm_pulsing>
-        <precision>0</precision>
-        <tooltip>$(pv_name)</tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules>
-          <rule name="On_OFF_BRAKE" prop_id="text" out_exp="false">
-            <exp bool_exp="pv0">
-              <value>off</value>
-            </exp>
-            <pv trig="true">$(P-EMU-PMAC):$(M-EMU-H):BRAKE_R</pv>
-          </rule>
-        </rules>
-        <enabled>false</enabled>
-        <wuid>d3f28bb:157fafcb9d3:-7915</wuid>
-        <transparent>false</transparent>
-        <pv_value />
-        <auto_size>false</auto_size>
-        <text>on</text>
-        <rotation_angle>0.0</rotation_angle>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <show_units>true</show_units>
-        <height>18</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <pv_name></pv_name>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color name="Blue" red="0" green="128" blue="255" />
-        </border_color>
-        <precision_from_pv>true</precision_from_pv>
-        <widget_type>Text Update</widget_type>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <wrap_words>false</wrap_words>
-        <format_type>0</format_type>
-        <background_color>
-          <color name="Field Background Grey" red="240" green="240" blue="240" />
-        </background_color>
-        <width>41</width>
-        <x>70</x>
-        <name>Text Update</name>
-        <y>70</y>
-        <foreground_color>
-          <color name="Black" red="0" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="0">Normal</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.xyGraph" version="1.0.0">
-        <axis_1_scale_format></axis_1_scale_format>
-        <alarm_pulsing>true</alarm_pulsing>
-        <tooltip></tooltip>
-        <trace_0_concatenate_data>true</trace_0_concatenate_data>
-        <trace_0_trace_type>0</trace_0_trace_type>
-        <border_width>1</border_width>
-        <border_style>5</border_style>
-        <axis_0_grid_color>
-          <color name="Container Grey" red="200" green="200" blue="200" />
-        </axis_0_grid_color>
-        <trace_0_name></trace_0_name>
-        <trace_0_update_mode>0</trace_0_update_mode>
-        <wuid>-365fd143:1586240e0c6:-79c8</wuid>
-        <transparent>false</transparent>
-        <axis_0_title_font>
-          <opifont.name fontName="OpenSans" height="10" style="1">Small Bold</opifont.name>
-        </axis_0_title_font>
-        <background_color>
-          <color name="White" red="255" green="255" blue="255" />
-        </background_color>
-        <x>10</x>
-        <y>95</y>
-        <trace_0_x_axis_index>0</trace_0_x_axis_index>
-        <axis_count>2</axis_count>
-        <pv_value />
-        <trace_0_buffer_size>1000</trace_0_buffer_size>
-        <axis_1_maximum>100.0</axis_1_maximum>
-        <axis_0_scale_font>
-          <opifont.name fontName="OpenSans" height="10" style="0">Small</opifont.name>
-        </axis_0_scale_font>
-        <trigger_pv></trigger_pv>
-        <widget_type>XY Graph</widget_type>
-        <axis_1_axis_color>
-          <color name="Black" red="0" green="0" blue="0" />
-        </axis_1_axis_color>
-        <axis_0_scale_format></axis_0_scale_format>
-        <axis_1_log_scale>false</axis_1_log_scale>
-        <title>Velocity</title>
-        <trace_0_visible>true</trace_0_visible>
-        <show_legend>false</show_legend>
-        <axis_0_axis_title>Actual direct velocity motor 1 in fct of time</axis_0_axis_title>
-        <axis_0_axis_color>
-          <color name="Black" red="0" green="0" blue="0" />
-        </axis_0_axis_color>
-        <axis_0_dash_grid_line>false</axis_0_dash_grid_line>
-        <trace_0_point_style>0</trace_0_point_style>
-        <trace_0_line_width>1</trace_0_line_width>
-        <axis_0_time_format>0</axis_0_time_format>
-        <trace_count>1</trace_count>
-        <axis_1_show_grid>true</axis_1_show_grid>
-        <axis_1_dash_grid_line>true</axis_1_dash_grid_line>
-        <show_toolbar>false</show_toolbar>
-        <axis_0_visible>true</axis_0_visible>
-        <axis_0_show_grid>true</axis_0_show_grid>
-        <trace_0_y_axis_index>1</trace_0_y_axis_index>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <axis_0_maximum>1000.0</axis_0_maximum>
-        <height>141</height>
-        <trigger_pv_value />
-        <axis_1_grid_color>
-          <color name="Container Grey" red="200" green="200" blue="200" />
-        </axis_1_grid_color>
-        <actions hook="false" hook_all="false" />
-        <axis_0_log_scale>false</axis_0_log_scale>
-        <trace_0_x_pv_value />
-        <axis_0_auto_scale_threshold>0.0</axis_0_auto_scale_threshold>
-        <rules />
-        <axis_1_visible>true</axis_1_visible>
-        <trace_0_update_delay>100</trace_0_update_delay>
-        <pv_name></pv_name>
-        <name>XY Graph</name>
-        <axis_0_auto_scale>true</axis_0_auto_scale>
-        <axis_0_minimum>0.0</axis_0_minimum>
-        <axis_1_axis_title></axis_1_axis_title>
-        <axis_1_auto_scale>true</axis_1_auto_scale>
-        <border_color>
-          <color name="Blue" red="0" green="128" blue="255" />
-        </border_color>
-        <trace_0_y_pv>$(P-EMU-PMAC):$(M-EMU-H):ACTUAL_VEL_R</trace_0_y_pv>
-        <trace_0_plot_mode>0</trace_0_plot_mode>
-        <enabled>true</enabled>
-        <trace_0_x_pv></trace_0_x_pv>
-        <axis_1_scale_font>
-          <opifont.name fontName="OpenSans" height="10" style="0">Small</opifont.name>
-        </axis_1_scale_font>
-        <axis_1_time_format>0</axis_1_time_format>
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <show_plot_area_border>false</show_plot_area_border>
-        <width>421</width>
-        <axis_1_minimum>0.0</axis_1_minimum>
-        <title_font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </title_font>
-        <trace_0_y_pv_value />
-        <plot_area_background_color>
-          <color name="White" red="255" green="255" blue="255" />
-        </plot_area_background_color>
-        <axis_1_title_font>
-          <opifont.name fontName="OpenSans" height="10" style="1">Small Bold</opifont.name>
-        </axis_1_title_font>
-        <visible>true</visible>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <scripts />
-        <trace_0_point_size>4</trace_0_point_size>
-        <trace_0_trace_color>
-          <color name="Red On" red="255" green="0" blue="0" />
-        </trace_0_trace_color>
-        <trace_0_anti_alias>true</trace_0_anti_alias>
-        <axis_1_auto_scale_threshold>0.0</axis_1_auto_scale_threshold>
-        <foreground_color>
-          <color name="Black" red="0" green="0" blue="0" />
-        </foreground_color>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.xyGraph" version="1.0.0">
-        <axis_1_scale_format></axis_1_scale_format>
-        <alarm_pulsing>true</alarm_pulsing>
-        <tooltip></tooltip>
-        <trace_0_concatenate_data>true</trace_0_concatenate_data>
-        <trace_0_trace_type>0</trace_0_trace_type>
-        <border_width>1</border_width>
-        <border_style>5</border_style>
-        <axis_0_grid_color>
-          <color name="Container Grey" red="200" green="200" blue="200" />
-        </axis_0_grid_color>
-        <trace_0_name></trace_0_name>
-        <trace_0_update_mode>0</trace_0_update_mode>
-        <wuid>-365fd143:1586240e0c6:-7907</wuid>
-        <transparent>false</transparent>
-        <axis_0_title_font>
-          <opifont.name fontName="OpenSans" height="10" style="1">Small Bold</opifont.name>
-        </axis_0_title_font>
-        <background_color>
-          <color name="White" red="255" green="255" blue="255" />
-        </background_color>
-        <x>10</x>
-        <y>243</y>
-        <trace_0_x_axis_index>0</trace_0_x_axis_index>
-        <axis_count>2</axis_count>
-        <pv_value />
-        <trace_0_buffer_size>1000</trace_0_buffer_size>
-        <axis_1_maximum>100.0</axis_1_maximum>
-        <axis_0_scale_font>
-          <opifont.name fontName="OpenSans" height="10" style="0">Small</opifont.name>
-        </axis_0_scale_font>
-        <trigger_pv></trigger_pv>
-        <widget_type>XY Graph</widget_type>
-        <axis_1_axis_color>
-          <color name="Black" red="0" green="0" blue="0" />
-        </axis_1_axis_color>
-        <axis_0_scale_format></axis_0_scale_format>
-        <axis_1_log_scale>false</axis_1_log_scale>
-        <title>Current</title>
-        <trace_0_visible>true</trace_0_visible>
-        <show_legend>false</show_legend>
-        <axis_0_axis_title>#1 Quadrature current-loop integrator output</axis_0_axis_title>
-        <axis_0_axis_color>
-          <color name="Black" red="0" green="0" blue="0" />
-        </axis_0_axis_color>
-        <axis_0_dash_grid_line>false</axis_0_dash_grid_line>
-        <trace_0_point_style>0</trace_0_point_style>
-        <trace_0_line_width>1</trace_0_line_width>
-        <axis_0_time_format>0</axis_0_time_format>
-        <trace_count>1</trace_count>
-        <axis_1_show_grid>true</axis_1_show_grid>
-        <axis_1_dash_grid_line>true</axis_1_dash_grid_line>
-        <show_toolbar>false</show_toolbar>
-        <axis_0_visible>true</axis_0_visible>
-        <axis_0_show_grid>true</axis_0_show_grid>
-        <trace_0_y_axis_index>1</trace_0_y_axis_index>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <axis_0_maximum>1000.0</axis_0_maximum>
-        <height>141</height>
-        <trigger_pv_value />
-        <axis_1_grid_color>
-          <color name="Container Grey" red="200" green="200" blue="200" />
-        </axis_1_grid_color>
-        <actions hook="false" hook_all="false" />
-        <axis_0_log_scale>false</axis_0_log_scale>
-        <trace_0_x_pv_value />
-        <axis_0_auto_scale_threshold>0.0</axis_0_auto_scale_threshold>
-        <rules />
-        <axis_1_visible>true</axis_1_visible>
-        <trace_0_update_delay>100</trace_0_update_delay>
-        <pv_name></pv_name>
-        <name>XY Graph</name>
-        <axis_0_auto_scale>true</axis_0_auto_scale>
-        <axis_0_minimum>0.0</axis_0_minimum>
-        <axis_1_axis_title></axis_1_axis_title>
-        <axis_1_auto_scale>true</axis_1_auto_scale>
-        <border_color>
-          <color name="Blue" red="0" green="128" blue="255" />
-        </border_color>
-        <trace_0_y_pv>$(P-EMU-PMAC):$(M-EMU-H):QUA_CUR_LOOP_R</trace_0_y_pv>
-        <trace_0_plot_mode>0</trace_0_plot_mode>
-        <enabled>true</enabled>
-        <trace_0_x_pv></trace_0_x_pv>
-        <axis_1_scale_font>
-          <opifont.name fontName="OpenSans" height="10" style="0">Small</opifont.name>
-        </axis_1_scale_font>
-        <axis_1_time_format>0</axis_1_time_format>
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <show_plot_area_border>false</show_plot_area_border>
-        <width>421</width>
-        <axis_1_minimum>0.0</axis_1_minimum>
-        <title_font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </title_font>
-        <trace_0_y_pv_value />
-        <plot_area_background_color>
-          <color name="White" red="255" green="255" blue="255" />
-        </plot_area_background_color>
-        <axis_1_title_font>
-          <opifont.name fontName="OpenSans" height="10" style="1">Small Bold</opifont.name>
-        </axis_1_title_font>
-        <visible>true</visible>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <scripts />
-        <trace_0_point_size>4</trace_0_point_size>
-        <trace_0_trace_color>
-          <color name="Red On" red="255" green="0" blue="0" />
-        </trace_0_trace_color>
-        <trace_0_anti_alias>true</trace_0_anti_alias>
-        <axis_1_auto_scale_threshold>0.0</axis_1_auto_scale_threshold>
-        <foreground_color>
-          <color name="Black" red="0" green="0" blue="0" />
-        </foreground_color>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-        <border_style>0</border_style>
-        <tooltip></tooltip>
-        <horizontal_alignment>0</horizontal_alignment>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>6f87bde5:1586c2bbffa:-7f0e</wuid>
-        <transparent>true</transparent>
-        <auto_size>true</auto_size>
-        <text>Amplifier fault</text>
-        <scripts />
-        <height>18</height>
-        <border_width>2</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color name="Black" red="0" green="0" blue="0" />
-        </border_color>
-        <widget_type>Label</widget_type>
-        <wrap_words>true</wrap_words>
-        <background_color>
-          <color name="White" red="255" green="255" blue="255" />
-        </background_color>
-        <width>84</width>
-        <x>40</x>
-        <name>Label Template_13</name>
-        <y>400</y>
-        <foreground_color>
-          <color name="Black" red="0" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <show_scrollbar>false</show_scrollbar>
-        <font>
-          <opifont.name fontName="OpenSans" height="10" style="0">Small</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
-        <alarm_pulsing>false</alarm_pulsing>
-        <tooltip>$(pv_name)</tooltip>
-        <rules />
-        <effect_3d>true</effect_3d>
-        <bit>-1</bit>
-        <pv_value />
-        <height>18</height>
-        <border_width>1</border_width>
-        <visible>true</visible>
-        <pv_name>$(P-EMU-PMAC):$(M-EMU-H):AMP_FAULT_R</pv_name>
-        <border_color>
-          <color name="Blue" red="0" green="128" blue="255" />
-        </border_color>
-        <widget_type>LED</widget_type>
-        <name>LED</name>
-        <actions hook="false" hook_all="false" />
-        <show_boolean_label>false</show_boolean_label>
-        <border_style>0</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <enabled>true</enabled>
-        <wuid>6f87bde5:1586c2bbffa:-7f0f</wuid>
-        <on_color>
-          <color name="Major" red="255" green="0" blue="0" />
-        </on_color>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <on_label>ON</on_label>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>true</keep_wh_ratio>
-        </scale_options>
-        <off_color>
-          <color name="Green Off" red="0" green="30" blue="0" />
-        </off_color>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <background_color>
-          <color name="Field Background Grey" red="240" green="240" blue="240" />
-        </background_color>
-        <square_led>false</square_led>
-        <width>18</width>
-        <x>10</x>
-        <data_type>0</data_type>
-        <y>400</y>
-        <foreground_color>
-          <color name="Button Grey" red="180" green="180" blue="180" />
-        </foreground_color>
-        <font>
-          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-        </font>
-        <off_label>OFF</off_label>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
-        <alarm_pulsing>false</alarm_pulsing>
-        <tooltip>$(pv_name)</tooltip>
-        <rules />
-        <effect_3d>true</effect_3d>
-        <bit>-1</bit>
-        <pv_value />
-        <height>18</height>
-        <border_width>1</border_width>
-        <visible>true</visible>
-        <pv_name>$(P-EMU-PMAC):$(M-EMU-H):INT_FOL_ERR_R</pv_name>
-        <border_color>
-          <color name="Blue" red="0" green="128" blue="255" />
-        </border_color>
-        <widget_type>LED</widget_type>
-        <name>LED</name>
-        <actions hook="false" hook_all="false" />
-        <show_boolean_label>false</show_boolean_label>
-        <border_style>0</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <enabled>true</enabled>
-        <wuid>6f87bde5:1586c2bbffa:-7ebc</wuid>
-        <on_color>
-          <color name="Major" red="255" green="0" blue="0" />
-        </on_color>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <on_label>ON</on_label>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>true</keep_wh_ratio>
-        </scale_options>
-        <off_color>
-          <color name="Green Off" red="0" green="30" blue="0" />
-        </off_color>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <background_color>
-          <color name="Field Background Grey" red="240" green="240" blue="240" />
-        </background_color>
-        <square_led>false</square_led>
-        <width>18</width>
-        <x>140</x>
-        <data_type>0</data_type>
-        <y>400</y>
-        <foreground_color>
-          <color name="Button Grey" red="180" green="180" blue="180" />
-        </foreground_color>
-        <font>
-          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-        </font>
-        <off_label>OFF</off_label>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-        <border_style>0</border_style>
-        <tooltip></tooltip>
-        <horizontal_alignment>0</horizontal_alignment>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>6f87bde5:1586c2bbffa:-7ebb</wuid>
-        <transparent>true</transparent>
-        <auto_size>true</auto_size>
-        <text>Int. foll.error</text>
-        <scripts />
-        <height>18</height>
-        <border_width>2</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color name="Black" red="0" green="0" blue="0" />
-        </border_color>
-        <widget_type>Label</widget_type>
-        <wrap_words>true</wrap_words>
-        <background_color>
-          <color name="White" red="255" green="255" blue="255" />
-        </background_color>
-        <width>74</width>
-        <x>170</x>
-        <name>Label Template_13</name>
-        <y>400</y>
-        <foreground_color>
-          <color name="Black" red="0" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <show_scrollbar>false</show_scrollbar>
-        <font>
-          <opifont.name fontName="OpenSans" height="10" style="0">Small</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
-        <alarm_pulsing>false</alarm_pulsing>
-        <tooltip>$(pv_name)</tooltip>
-        <rules />
-        <effect_3d>true</effect_3d>
-        <bit>-1</bit>
-        <pv_value />
-        <height>18</height>
-        <border_width>1</border_width>
-        <visible>true</visible>
-        <pv_name>$(P-EMU-PMAC):$(M-EMU-H):I2T_FAULT_R</pv_name>
-        <border_color>
-          <color name="Blue" red="0" green="128" blue="255" />
-        </border_color>
-        <widget_type>LED</widget_type>
-        <name>LED</name>
-        <actions hook="false" hook_all="false" />
-        <show_boolean_label>false</show_boolean_label>
-        <border_style>0</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <enabled>true</enabled>
-        <wuid>6f87bde5:1586c2bbffa:-7eb4</wuid>
-        <on_color>
-          <color name="Major" red="255" green="0" blue="0" />
-        </on_color>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <on_label>ON</on_label>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>true</keep_wh_ratio>
-        </scale_options>
-        <off_color>
-          <color name="Green Off" red="0" green="30" blue="0" />
-        </off_color>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <background_color>
-          <color name="Field Background Grey" red="240" green="240" blue="240" />
-        </background_color>
-        <square_led>false</square_led>
-        <width>18</width>
-        <x>140</x>
-        <data_type>0</data_type>
-        <y>430</y>
-        <foreground_color>
-          <color name="Button Grey" red="180" green="180" blue="180" />
-        </foreground_color>
-        <font>
-          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-        </font>
-        <off_label>OFF</off_label>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-        <border_style>0</border_style>
-        <tooltip></tooltip>
-        <horizontal_alignment>0</horizontal_alignment>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>6f87bde5:1586c2bbffa:-7eb3</wuid>
-        <transparent>true</transparent>
-        <auto_size>true</auto_size>
-        <text>I2T fault</text>
-        <scripts />
-        <height>18</height>
-        <border_width>2</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color name="Black" red="0" green="0" blue="0" />
-        </border_color>
-        <widget_type>Label</widget_type>
-        <wrap_words>true</wrap_words>
-        <background_color>
-          <color name="White" red="255" green="255" blue="255" />
-        </background_color>
-        <width>48</width>
-        <x>170</x>
-        <name>Label Template_13</name>
-        <y>430</y>
-        <foreground_color>
-          <color name="Black" red="0" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <show_scrollbar>false</show_scrollbar>
-        <font>
-          <opifont.name fontName="OpenSans" height="10" style="0">Small</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
-        <alarm_pulsing>false</alarm_pulsing>
-        <tooltip>$(pv_name)</tooltip>
-        <rules />
-        <effect_3d>true</effect_3d>
-        <bit>-1</bit>
-        <pv_value />
-        <height>18</height>
-        <border_width>1</border_width>
-        <visible>true</visible>
-        <pv_name>$(P-EMU-PMAC):$(M-EMU-H):PHASING_ERR_R</pv_name>
-        <border_color>
-          <color name="Blue" red="0" green="128" blue="255" />
-        </border_color>
-        <widget_type>LED</widget_type>
-        <name>LED</name>
-        <actions hook="false" hook_all="false" />
-        <show_boolean_label>false</show_boolean_label>
-        <border_style>0</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <enabled>true</enabled>
-        <wuid>6f87bde5:1586c2bbffa:-7eac</wuid>
-        <on_color>
-          <color name="Major" red="255" green="0" blue="0" />
-        </on_color>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <on_label>ON</on_label>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>true</keep_wh_ratio>
-        </scale_options>
-        <off_color>
-          <color name="Green Off" red="0" green="30" blue="0" />
-        </off_color>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <background_color>
-          <color name="Field Background Grey" red="240" green="240" blue="240" />
-        </background_color>
-        <square_led>false</square_led>
-        <width>18</width>
-        <x>10</x>
-        <data_type>0</data_type>
-        <y>430</y>
-        <foreground_color>
-          <color name="Button Grey" red="180" green="180" blue="180" />
-        </foreground_color>
-        <font>
-          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-        </font>
-        <off_label>OFF</off_label>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-        <border_style>0</border_style>
-        <tooltip></tooltip>
-        <horizontal_alignment>0</horizontal_alignment>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>6f87bde5:1586c2bbffa:-7eab</wuid>
-        <transparent>true</transparent>
-        <auto_size>true</auto_size>
-        <text>phasing error</text>
-        <scripts />
-        <height>18</height>
-        <border_width>2</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color name="Black" red="0" green="0" blue="0" />
-        </border_color>
-        <widget_type>Label</widget_type>
-        <wrap_words>true</wrap_words>
-        <background_color>
-          <color name="White" red="255" green="255" blue="255" />
-        </background_color>
-        <width>80</width>
-        <x>40</x>
-        <name>Label Template_13</name>
-        <y>430</y>
-        <foreground_color>
-          <color name="Black" red="0" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <show_scrollbar>false</show_scrollbar>
-        <font>
-          <opifont.name fontName="OpenSans" height="10" style="0">Small</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
-        <alarm_pulsing>false</alarm_pulsing>
-        <tooltip>$(pv_name)</tooltip>
-        <rules />
-        <effect_3d>true</effect_3d>
-        <bit>-1</bit>
-        <pv_value />
-        <height>18</height>
-        <border_width>1</border_width>
-        <visible>true</visible>
-        <pv_name>$(P-EMU-PMAC):$(M-EMU-H):BRAKE_R</pv_name>
-        <border_color>
-          <color name="Blue" red="0" green="128" blue="255" />
-        </border_color>
-        <widget_type>LED</widget_type>
-        <name>LED_4</name>
-        <actions hook="false" hook_all="false" />
-        <show_boolean_label>false</show_boolean_label>
-        <border_style>0</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <enabled>true</enabled>
-        <wuid>-67165f8a:15ce4595e06:-6c23</wuid>
-        <on_color>
-          <color name="Green On" red="0" green="255" blue="0" />
-        </on_color>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <on_label>ON</on_label>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>true</keep_wh_ratio>
-        </scale_options>
-        <off_color>
-          <color name="Green Off" red="0" green="30" blue="0" />
-        </off_color>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <background_color>
-          <color name="Field Background Grey" red="240" green="240" blue="240" />
-        </background_color>
-        <square_led>false</square_led>
-        <width>18</width>
-        <x>120</x>
-        <data_type>0</data_type>
-        <y>70</y>
-        <foreground_color>
-          <color name="Button Grey" red="180" green="180" blue="180" />
-        </foreground_color>
-        <font>
-          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-        </font>
-        <off_label>OFF</off_label>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
-        <border_style>0</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <alarm_pulsing>false</alarm_pulsing>
-        <precision>0</precision>
-        <tooltip>$(pv_name)</tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>-67165f8a:15ce4595e06:-166e</wuid>
-        <transparent>false</transparent>
-        <pv_value />
-        <auto_size>false</auto_size>
-        <text></text>
-        <rotation_angle>0.0</rotation_angle>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <show_units>true</show_units>
-        <height>20</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <pv_name>$(P-EMU-PMAC):$(M-EMU-H):MAX_CURRENT_R</pv_name>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color name="Blue" red="0" green="128" blue="255" />
-        </border_color>
-        <precision_from_pv>true</precision_from_pv>
-        <widget_type>Text Update</widget_type>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <wrap_words>false</wrap_words>
-        <format_type>0</format_type>
-        <background_color>
-          <color name="Field Background Grey" red="240" green="240" blue="240" />
-        </background_color>
-        <width>137</width>
-        <x>290</x>
-        <name>Text Update_9</name>
-        <y>400</y>
-        <foreground_color>
-          <color name="Black" red="0" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="0">Normal</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
-        <border_style>0</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <alarm_pulsing>false</alarm_pulsing>
-        <precision>0</precision>
-        <tooltip>$(pv_name)</tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>-67165f8a:15ce4595e06:-166d</wuid>
-        <transparent>false</transparent>
-        <pv_value />
-        <auto_size>false</auto_size>
-        <text></text>
-        <rotation_angle>0.0</rotation_angle>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <show_units>true</show_units>
-        <height>20</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <pv_name>$(P-EMU-PMAC):$(M-EMU-H):MIN_CURRENT_R</pv_name>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color name="Blue" red="0" green="128" blue="255" />
-        </border_color>
-        <precision_from_pv>true</precision_from_pv>
-        <widget_type>Text Update</widget_type>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <wrap_words>false</wrap_words>
-        <format_type>0</format_type>
-        <background_color>
-          <color name="Field Background Grey" red="240" green="240" blue="240" />
-        </background_color>
-        <width>137</width>
-        <x>290</x>
-        <name>Text Update_10</name>
-        <y>435</y>
-        <foreground_color>
-          <color name="Black" red="0" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="0">Normal</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-        <border_style>0</border_style>
-        <tooltip></tooltip>
-        <horizontal_alignment>0</horizontal_alignment>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>-67165f8a:15ce4595e06:-166c</wuid>
-        <transparent>true</transparent>
-        <auto_size>true</auto_size>
-        <text>Max current</text>
-        <scripts />
-        <height>18</height>
-        <border_width>2</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color name="Black" red="0" green="0" blue="0" />
-        </border_color>
-        <widget_type>Label</widget_type>
-        <wrap_words>true</wrap_words>
-        <background_color>
-          <color name="White" red="255" green="255" blue="255" />
-        </background_color>
-        <width>73</width>
-        <x>322</x>
-        <name>Label Template_13</name>
-        <y>383</y>
-        <foreground_color>
-          <color name="Black" red="0" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <show_scrollbar>false</show_scrollbar>
-        <font>
-          <opifont.name fontName="OpenSans" height="10" style="0">Small</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-        <border_style>0</border_style>
-        <tooltip></tooltip>
-        <horizontal_alignment>0</horizontal_alignment>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>-67165f8a:15ce4595e06:-166b</wuid>
-        <transparent>true</transparent>
-        <auto_size>true</auto_size>
-        <text>Min current</text>
-        <scripts />
-        <height>18</height>
-        <border_width>2</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color name="Black" red="0" green="0" blue="0" />
-        </border_color>
-        <widget_type>Label</widget_type>
-        <wrap_words>true</wrap_words>
-        <background_color>
-          <color name="White" red="255" green="255" blue="255" />
-        </background_color>
-        <width>70</width>
-        <x>322</x>
-        <name>Label Template_14</name>
-        <y>417</y>
-        <foreground_color>
-          <color name="Black" red="0" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <show_scrollbar>false</show_scrollbar>
-        <font>
-          <opifont.name fontName="OpenSans" height="10" style="0">Small</opifont.name>
-        </font>
-      </widget>
-    </widget>
-    <widget typeId="org.csstudio.opibuilder.widgets.groupingContainer" version="1.0.0">
-      <border_style>0</border_style>
-      <tooltip></tooltip>
-      <rules />
-      <enabled>true</enabled>
-      <wuid>-2f9a11f7:155b523133c:-55e3</wuid>
-      <transparent>true</transparent>
-      <lock_children>false</lock_children>
-      <scripts />
-      <height>459</height>
-      <border_width>1</border_width>
-      <scale_options>
-        <width_scalable>true</width_scalable>
-        <height_scalable>true</height_scalable>
-        <keep_wh_ratio>false</keep_wh_ratio>
-      </scale_options>
-      <macros>
-        <include_parent_macros>true</include_parent_macros>
-      </macros>
-      <visible>false</visible>
-      <border_color>
-        <color red="0" green="128" blue="255" />
-      </border_color>
-      <widget_type>Grouping Container</widget_type>
-      <background_color>
-        <color red="240" green="240" blue="240" />
-      </background_color>
-      <width>445</width>
-      <x>1</x>
-      <name>Console and RB</name>
-      <y>1</y>
-      <foreground_color>
-        <color red="192" green="192" blue="192" />
-      </foreground_color>
-      <actions hook="false" hook_all="false" />
-      <fc>false</fc>
-      <show_scrollbar>true</show_scrollbar>
-      <font>
-        <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-      </font>
-      <widget typeId="org.csstudio.opibuilder.widgets.Rectangle" version="1.0.0">
-        <border_style>1</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <line_width>0</line_width>
-        <horizontal_fill>true</horizontal_fill>
-        <alarm_pulsing>false</alarm_pulsing>
-        <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>6f71986c:15a8412970d:-7f53</wuid>
-        <transparent>false</transparent>
-        <pv_value />
-        <alpha>255</alpha>
-        <bg_gradient_color>
-          <color red="255" green="255" blue="255" />
-        </bg_gradient_color>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <height>93</height>
-        <border_width>2</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <pv_name></pv_name>
-        <gradient>false</gradient>
-        <border_color>
-          <color name="Primary Blue" red="0" green="148" blue="202" />
-        </border_color>
-        <anti_alias>true</anti_alias>
-        <line_style>0</line_style>
-        <widget_type>Rectangle</widget_type>
-        <fg_gradient_color>
-          <color red="255" green="255" blue="255" />
-        </fg_gradient_color>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <background_color>
-          <color name="White" red="255" green="255" blue="255" />
-        </background_color>
-        <width>400</width>
-        <x>20</x>
-        <name>Rectangle_1</name>
-        <y>60</y>
-        <fill_level>0.0</fill_level>
-        <foreground_color>
-          <color red="255" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-        </font>
-        <line_color>
-          <color red="128" green="0" blue="255" />
-        </line_color>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.Rectangle" version="1.0.0">
-        <border_style>1</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <line_width>0</line_width>
-        <horizontal_fill>true</horizontal_fill>
-        <alarm_pulsing>false</alarm_pulsing>
-        <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>6f71986c:15a8412970d:-7f61</wuid>
-        <transparent>false</transparent>
-        <pv_value />
-        <alpha>255</alpha>
-        <bg_gradient_color>
-          <color red="255" green="255" blue="255" />
-        </bg_gradient_color>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <height>111</height>
-        <border_width>2</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <pv_name></pv_name>
-        <gradient>false</gradient>
-        <border_color>
-          <color name="Primary Blue" red="0" green="148" blue="202" />
-        </border_color>
-        <anti_alias>true</anti_alias>
-        <line_style>0</line_style>
-        <widget_type>Rectangle</widget_type>
-        <fg_gradient_color>
-          <color red="255" green="255" blue="255" />
-        </fg_gradient_color>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <background_color>
-          <color name="White" red="255" green="255" blue="255" />
-        </background_color>
-        <width>195</width>
-        <x>20</x>
-        <name>Rectangle_1</name>
-        <y>160</y>
-        <fill_level>0.0</fill_level>
-        <foreground_color>
-          <color red="255" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-        </font>
-        <line_color>
-          <color red="128" green="0" blue="255" />
-        </line_color>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-        <border_style>0</border_style>
-        <tooltip></tooltip>
-        <horizontal_alignment>0</horizontal_alignment>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>-2f9a11f7:155b523133c:-2aa6</wuid>
-        <transparent>true</transparent>
-        <auto_size>true</auto_size>
-        <text>Answer</text>
-        <scripts />
-        <height>18</height>
-        <border_width>2</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color name="Black" red="0" green="0" blue="0" />
-        </border_color>
-        <widget_type>Label</widget_type>
-        <wrap_words>true</wrap_words>
-        <background_color>
-          <color name="White" red="255" green="255" blue="255" />
-        </background_color>
-        <width>44</width>
-        <x>47</x>
-        <name>Label Template_1</name>
-        <y>110</y>
-        <foreground_color>
-          <color name="Black" red="0" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <show_scrollbar>false</show_scrollbar>
-        <font>
-          <opifont.name fontName="OpenSans" height="10" style="0">Small</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-        <border_style>0</border_style>
-        <tooltip></tooltip>
-        <horizontal_alignment>0</horizontal_alignment>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>-2f9a11f7:155b523133c:-2aae</wuid>
-        <transparent>true</transparent>
-        <auto_size>true</auto_size>
-        <text>Ask</text>
-        <scripts />
-        <height>18</height>
-        <border_width>2</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color name="Black" red="0" green="0" blue="0" />
-        </border_color>
-        <widget_type>Label</widget_type>
-        <wrap_words>true</wrap_words>
-        <background_color>
-          <color name="White" red="255" green="255" blue="255" />
-        </background_color>
-        <width>21</width>
-        <x>70</x>
-        <name>Label Template_13</name>
-        <y>75</y>
-        <foreground_color>
-          <color name="Black" red="0" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <show_scrollbar>false</show_scrollbar>
-        <font>
-          <opifont.name fontName="OpenSans" height="10" style="0">Small</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
-        <alarm_pulsing>false</alarm_pulsing>
-        <precision>0</precision>
-        <tooltip>$(pv_name)</tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules />
-        <pv_value />
-        <auto_size>false</auto_size>
-        <text></text>
-        <rotation_angle>0.0</rotation_angle>
-        <show_units>true</show_units>
-        <height>19</height>
-        <multiline_input>false</multiline_input>
-        <border_width>1</border_width>
-        <visible>true</visible>
-        <pv_name>$(P-EMU-PMAC):$(M-EMU-GENERAL):ASK</pv_name>
-        <selector_type>0</selector_type>
-        <border_color>
-          <color name="Blue" red="0" green="128" blue="255" />
-        </border_color>
-        <precision_from_pv>true</precision_from_pv>
-        <widget_type>Text Input</widget_type>
-        <confirm_message></confirm_message>
-        <name>Text Input</name>
-        <style>0</style>
-        <actions hook="false" hook_all="false" />
-        <border_style>3</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <enabled>true</enabled>
-        <wuid>-2f9a11f7:155b523133c:-2abe</wuid>
-        <transparent>false</transparent>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <format_type>0</format_type>
-        <limits_from_pv>true</limits_from_pv>
-        <background_color>
-          <color name="White" red="255" green="255" blue="255" />
-        </background_color>
-        <width>248</width>
-        <x>100</x>
-        <y>74</y>
-        <foreground_color>
-          <color name="Black" red="0" green="0" blue="0" />
-        </foreground_color>
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
-        <border_style>0</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <alarm_pulsing>false</alarm_pulsing>
-        <precision>0</precision>
-        <tooltip>$(pv_name)</tooltip>
-        <horizontal_alignment>2</horizontal_alignment>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>-2f9a11f7:155b523133c:-1963</wuid>
-        <transparent>false</transparent>
-        <pv_value />
-        <auto_size>false</auto_size>
-        <text></text>
-        <rotation_angle>0.0</rotation_angle>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <show_units>true</show_units>
-        <height>19</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <pv_name>$(P-EMU-PMAC):$(M-EMU-GENERAL):ANSWER</pv_name>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color name="Blue" red="0" green="128" blue="255" />
-        </border_color>
-        <precision_from_pv>true</precision_from_pv>
-        <widget_type>Text Update</widget_type>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <wrap_words>false</wrap_words>
-        <format_type>0</format_type>
-        <background_color>
-          <color name="Field Background Grey" red="240" green="240" blue="240" />
-        </background_color>
-        <width>248</width>
-        <x>100</x>
-        <name>Text Update</name>
-        <y>109</y>
-        <foreground_color>
-          <color name="Black" red="0" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="0">Normal</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-        <border_style>0</border_style>
-        <tooltip></tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>-447d441:1562bb6d1c1:-7f33</wuid>
-        <transparent>true</transparent>
-        <auto_size>true</auto_size>
-        <text>This tab is for advanced user ONLY !</text>
-        <scripts />
-        <height>27</height>
-        <border_width>2</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color name="Black" red="0" green="0" blue="0" />
-        </border_color>
-        <widget_type>Label</widget_type>
-        <wrap_words>true</wrap_words>
-        <background_color>
-          <color name="White" red="255" green="255" blue="255" />
-        </background_color>
-        <width>356</width>
-        <x>42</x>
-        <name>Label Template_5</name>
-        <y>20</y>
-        <foreground_color>
-          <color name="Black" red="0" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <show_scrollbar>false</show_scrollbar>
-        <font>
-          <opifont.name fontName="OpenSans" height="15" style="1">Medium Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-        <border_style>0</border_style>
-        <tooltip></tooltip>
-        <horizontal_alignment>0</horizontal_alignment>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>21559fe9:15a7ef4e682:-7de5</wuid>
-        <transparent>true</transparent>
-        <auto_size>true</auto_size>
-        <text>Brake</text>
-        <scripts />
-        <height>18</height>
-        <border_width>2</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color name="Black" red="0" green="0" blue="0" />
-        </border_color>
-        <widget_type>Label</widget_type>
-        <wrap_words>true</wrap_words>
-        <background_color>
-          <color name="White" red="255" green="255" blue="255" />
-        </background_color>
-        <width>34</width>
-        <x>77</x>
-        <name>Label Template_13</name>
-        <y>202</y>
-        <foreground_color>
-          <color name="Black" red="0" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <show_scrollbar>false</show_scrollbar>
-        <font>
-          <opifont.name fontName="OpenSans" height="10" style="0">Small</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
-        <border_style>0</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <alarm_pulsing>false</alarm_pulsing>
-        <precision>0</precision>
-        <tooltip>$(pv_name)</tooltip>
-        <horizontal_alignment>2</horizontal_alignment>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>21559fe9:15a7ef4e682:-7dcd</wuid>
-        <transparent>false</transparent>
-        <pv_value />
-        <auto_size>false</auto_size>
-        <text></text>
-        <rotation_angle>0.0</rotation_angle>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <show_units>false</show_units>
-        <height>19</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <pv_name>$(P-EMU-PMAC):$(M-EMU-V):BRAKE_R</pv_name>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color name="Blue" red="0" green="128" blue="255" />
-        </border_color>
-        <precision_from_pv>true</precision_from_pv>
-        <widget_type>Text Update</widget_type>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <wrap_words>false</wrap_words>
-        <format_type>0</format_type>
-        <background_color>
-          <color name="Field Background Grey" red="240" green="240" blue="240" />
-        </background_color>
-        <width>61</width>
-        <x>130</x>
-        <name>Text Update</name>
-        <y>201</y>
-        <foreground_color>
-          <color name="Black" red="0" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="0">Normal</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-        <border_style>0</border_style>
-        <tooltip></tooltip>
-        <horizontal_alignment>0</horizontal_alignment>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>21559fe9:15a7ef4e682:-7db4</wuid>
-        <transparent>true</transparent>
-        <auto_size>true</auto_size>
-        <text>Velocity</text>
-        <scripts />
-        <height>18</height>
-        <border_width>2</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color name="Black" red="0" green="0" blue="0" />
-        </border_color>
-        <widget_type>Label</widget_type>
-        <wrap_words>true</wrap_words>
-        <background_color>
-          <color name="White" red="255" green="255" blue="255" />
-        </background_color>
-        <width>47</width>
-        <x>64</x>
-        <name>Label Template_3</name>
-        <y>231</y>
-        <foreground_color>
-          <color name="Black" red="0" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <show_scrollbar>false</show_scrollbar>
-        <font>
-          <opifont.name fontName="OpenSans" height="10" style="0">Small</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
-        <border_style>0</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <alarm_pulsing>false</alarm_pulsing>
-        <precision>0</precision>
-        <tooltip>$(pv_name)</tooltip>
-        <horizontal_alignment>2</horizontal_alignment>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>21559fe9:15a7ef4e682:-7d7c</wuid>
-        <transparent>false</transparent>
-        <pv_value />
-        <auto_size>false</auto_size>
-        <text></text>
-        <rotation_angle>0.0</rotation_angle>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <show_units>true</show_units>
-        <height>19</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <pv_name>$(P-EMU-PMAC):$(M-EMU-V):VELOCITY_R</pv_name>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color name="Blue" red="0" green="128" blue="255" />
-        </border_color>
-        <precision_from_pv>true</precision_from_pv>
-        <widget_type>Text Update</widget_type>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <wrap_words>false</wrap_words>
-        <format_type>0</format_type>
-        <background_color>
-          <color name="Field Background Grey" red="240" green="240" blue="240" />
-        </background_color>
-        <width>61</width>
-        <x>130</x>
-        <name>Text Update</name>
-        <y>230</y>
-        <foreground_color>
-          <color name="Black" red="0" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="0">Normal</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-        <border_style>0</border_style>
-        <tooltip></tooltip>
-        <horizontal_alignment>0</horizontal_alignment>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>6f71986c:15a8412970d:-7f3e</wuid>
-        <transparent>true</transparent>
-        <auto_size>true</auto_size>
-        <text>Vertical motor</text>
-        <scripts />
-        <height>18</height>
-        <border_width>2</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color name="Black" red="0" green="0" blue="0" />
-        </border_color>
-        <widget_type>Label</widget_type>
-        <wrap_words>true</wrap_words>
-        <background_color>
-          <color name="White" red="255" green="255" blue="255" />
-        </background_color>
-        <width>85</width>
-        <x>75</x>
-        <name>Label Template_13</name>
-        <y>170</y>
-        <foreground_color>
-          <color name="Black" red="0" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <show_scrollbar>false</show_scrollbar>
-        <font>
-          <opifont.name fontName="OpenSans" height="10" style="0">Small</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.Rectangle" version="1.0.0">
-        <border_style>1</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <line_width>0</line_width>
-        <horizontal_fill>true</horizontal_fill>
-        <alarm_pulsing>false</alarm_pulsing>
-        <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>6f71986c:15a8412970d:-7ebe</wuid>
-        <transparent>false</transparent>
-        <pv_value />
-        <alpha>255</alpha>
-        <bg_gradient_color>
-          <color red="255" green="255" blue="255" />
-        </bg_gradient_color>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <height>111</height>
-        <border_width>2</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <pv_name></pv_name>
-        <gradient>false</gradient>
-        <border_color>
-          <color name="Primary Blue" red="0" green="148" blue="202" />
-        </border_color>
-        <anti_alias>true</anti_alias>
-        <line_style>0</line_style>
-        <widget_type>Rectangle</widget_type>
-        <fg_gradient_color>
-          <color red="255" green="255" blue="255" />
-        </fg_gradient_color>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <background_color>
-          <color name="White" red="255" green="255" blue="255" />
-        </background_color>
-        <width>195</width>
-        <x>225</x>
-        <name>Rectangle_1</name>
-        <y>160</y>
-        <fill_level>0.0</fill_level>
-        <foreground_color>
-          <color red="255" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-        </font>
-        <line_color>
-          <color red="128" green="0" blue="255" />
-        </line_color>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-        <border_style>0</border_style>
-        <tooltip></tooltip>
-        <horizontal_alignment>0</horizontal_alignment>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>6f71986c:15a8412970d:-7ebd</wuid>
-        <transparent>true</transparent>
-        <auto_size>true</auto_size>
-        <text>Brake</text>
-        <scripts />
-        <height>18</height>
-        <border_width>2</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color name="Black" red="0" green="0" blue="0" />
-        </border_color>
-        <widget_type>Label</widget_type>
-        <wrap_words>true</wrap_words>
-        <background_color>
-          <color name="White" red="255" green="255" blue="255" />
-        </background_color>
-        <width>34</width>
-        <x>282</x>
-        <name>Label Template_13</name>
-        <y>202</y>
-        <foreground_color>
-          <color name="Black" red="0" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <show_scrollbar>false</show_scrollbar>
-        <font>
-          <opifont.name fontName="OpenSans" height="10" style="0">Small</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
-        <border_style>0</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <alarm_pulsing>false</alarm_pulsing>
-        <precision>0</precision>
-        <tooltip>$(pv_name)</tooltip>
-        <horizontal_alignment>2</horizontal_alignment>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>6f71986c:15a8412970d:-7ebc</wuid>
-        <transparent>false</transparent>
-        <pv_value />
-        <auto_size>false</auto_size>
-        <text></text>
-        <rotation_angle>0.0</rotation_angle>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <show_units>false</show_units>
-        <height>19</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <pv_name>$(P-EMU-PMAC):$(M-EMU-H):BRAKE_R</pv_name>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color name="Blue" red="0" green="128" blue="255" />
-        </border_color>
-        <precision_from_pv>true</precision_from_pv>
-        <widget_type>Text Update</widget_type>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <wrap_words>false</wrap_words>
-        <format_type>0</format_type>
-        <background_color>
-          <color name="Field Background Grey" red="240" green="240" blue="240" />
-        </background_color>
-        <width>61</width>
-        <x>335</x>
-        <name>Text Update</name>
-        <y>201</y>
-        <foreground_color>
-          <color name="Black" red="0" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="0">Normal</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-        <border_style>0</border_style>
-        <tooltip></tooltip>
-        <horizontal_alignment>0</horizontal_alignment>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>6f71986c:15a8412970d:-7eb8</wuid>
-        <transparent>true</transparent>
-        <auto_size>true</auto_size>
-        <text>Velocity</text>
-        <scripts />
-        <height>18</height>
-        <border_width>2</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color name="Black" red="0" green="0" blue="0" />
-        </border_color>
-        <widget_type>Label</widget_type>
-        <wrap_words>true</wrap_words>
-        <background_color>
-          <color name="White" red="255" green="255" blue="255" />
-        </background_color>
-        <width>47</width>
-        <x>271</x>
-        <name>Label Template_4</name>
-        <y>231</y>
-        <foreground_color>
-          <color name="Black" red="0" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <show_scrollbar>false</show_scrollbar>
-        <font>
-          <opifont.name fontName="OpenSans" height="10" style="0">Small</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
-        <border_style>0</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <alarm_pulsing>false</alarm_pulsing>
-        <precision>0</precision>
-        <tooltip>$(pv_name)</tooltip>
-        <horizontal_alignment>2</horizontal_alignment>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>6f71986c:15a8412970d:-7eb4</wuid>
-        <transparent>false</transparent>
-        <pv_value />
-        <auto_size>false</auto_size>
-        <text></text>
-        <rotation_angle>0.0</rotation_angle>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <show_units>true</show_units>
-        <height>19</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <pv_name>$(P-EMU-PMAC):$(M-EMU-H):VELOCITY_R</pv_name>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color name="Blue" red="0" green="128" blue="255" />
-        </border_color>
-        <precision_from_pv>true</precision_from_pv>
-        <widget_type>Text Update</widget_type>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <wrap_words>false</wrap_words>
-        <format_type>0</format_type>
-        <background_color>
-          <color name="Field Background Grey" red="240" green="240" blue="240" />
-        </background_color>
-        <width>61</width>
-        <x>335</x>
-        <name>Text Update_4</name>
-        <y>230</y>
-        <foreground_color>
-          <color name="Black" red="0" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="0">Normal</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-        <border_style>0</border_style>
-        <tooltip></tooltip>
-        <horizontal_alignment>0</horizontal_alignment>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>6f71986c:15a8412970d:-7eb3</wuid>
-        <transparent>true</transparent>
-        <auto_size>true</auto_size>
-        <text>Horizontal motor</text>
-        <scripts />
-        <height>18</height>
-        <border_width>2</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color name="Black" red="0" green="0" blue="0" />
-        </border_color>
-        <widget_type>Label</widget_type>
-        <wrap_words>true</wrap_words>
-        <background_color>
-          <color name="White" red="255" green="255" blue="255" />
-        </background_color>
-        <width>104</width>
-        <x>271</x>
-        <name>Label Template_5</name>
-        <y>170</y>
-        <foreground_color>
-          <color name="Black" red="0" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <show_scrollbar>false</show_scrollbar>
-        <font>
-          <opifont.name fontName="OpenSans" height="10" style="0">Small</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.Rectangle" version="1.0.0">
-        <border_style>1</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <line_width>0</line_width>
-        <horizontal_fill>true</horizontal_fill>
-        <alarm_pulsing>false</alarm_pulsing>
-        <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>-67165f8a:15ce4595e06:-4f9d</wuid>
-        <transparent>false</transparent>
-        <pv_value />
-        <alpha>255</alpha>
-        <bg_gradient_color>
-          <color red="255" green="255" blue="255" />
-        </bg_gradient_color>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <height>100</height>
-        <border_width>2</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <pv_name></pv_name>
-        <gradient>false</gradient>
-        <border_color>
-          <color name="Primary Blue" red="0" green="148" blue="202" />
-        </border_color>
-        <anti_alias>true</anti_alias>
-        <line_style>0</line_style>
-        <widget_type>Rectangle</widget_type>
-        <fg_gradient_color>
-          <color red="255" green="255" blue="255" />
-        </fg_gradient_color>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <background_color>
-          <color red="240" green="240" blue="240" />
-        </background_color>
-        <width>400</width>
-        <x>20</x>
-        <name>Rectangle_1</name>
-        <y>440</y>
-        <fill_level>0.0</fill_level>
-        <foreground_color>
-          <color red="255" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-        </font>
-        <line_color>
-          <color red="128" green="0" blue="255" />
-        </line_color>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.Rectangle" version="1.0.0">
-        <border_style>1</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <line_width>0</line_width>
-        <horizontal_fill>true</horizontal_fill>
-        <alarm_pulsing>false</alarm_pulsing>
-        <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>-67165f8a:15ce4595e06:-4f9c</wuid>
-        <transparent>false</transparent>
-        <pv_value />
-        <alpha>255</alpha>
-        <bg_gradient_color>
-          <color red="255" green="255" blue="255" />
-        </bg_gradient_color>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <height>150</height>
-        <border_width>2</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <pv_name></pv_name>
-        <gradient>false</gradient>
-        <border_color>
-          <color name="Primary Blue" red="0" green="148" blue="202" />
-        </border_color>
-        <anti_alias>true</anti_alias>
-        <line_style>0</line_style>
-        <widget_type>Rectangle</widget_type>
-        <fg_gradient_color>
-          <color red="255" green="255" blue="255" />
-        </fg_gradient_color>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <background_color>
-          <color red="240" green="240" blue="240" />
-        </background_color>
-        <width>400</width>
-        <x>20</x>
-        <name>Rectangle_1</name>
-        <y>280</y>
-        <fill_level>0.0</fill_level>
-        <foreground_color>
-          <color red="255" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-        </font>
-        <line_color>
-          <color red="128" green="0" blue="255" />
-        </line_color>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-        <border_style>0</border_style>
-        <tooltip></tooltip>
-        <horizontal_alignment>0</horizontal_alignment>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>-67165f8a:15ce4595e06:-4f9b</wuid>
-        <transparent>true</transparent>
-        <auto_size>true</auto_size>
-        <text>Velocity before threshold (fast)</text>
-        <scripts />
-        <height>18</height>
-        <border_width>2</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color name="Black" red="0" green="0" blue="0" />
-        </border_color>
-        <widget_type>Label</widget_type>
-        <wrap_words>true</wrap_words>
-        <background_color>
-          <color name="White" red="255" green="255" blue="255" />
-        </background_color>
-        <width>183</width>
-        <x>45</x>
-        <name>Label Template_13</name>
-        <y>361</y>
-        <foreground_color>
-          <color name="Black" red="0" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <show_scrollbar>false</show_scrollbar>
-        <font>
-          <opifont.name fontName="OpenSans" height="10" style="0">Small</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-        <border_style>0</border_style>
-        <tooltip></tooltip>
-        <horizontal_alignment>0</horizontal_alignment>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>-67165f8a:15ce4595e06:-4f9a</wuid>
-        <transparent>true</transparent>
-        <auto_size>true</auto_size>
-        <text>Threshold</text>
-        <scripts />
-        <height>18</height>
-        <border_width>2</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color name="Black" red="0" green="0" blue="0" />
-        </border_color>
-        <widget_type>Label</widget_type>
-        <wrap_words>true</wrap_words>
-        <background_color>
-          <color name="White" red="255" green="255" blue="255" />
-        </background_color>
-        <width>60</width>
-        <x>168</x>
-        <name>Label Template_1</name>
-        <y>391</y>
-        <foreground_color>
-          <color name="Black" red="0" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <show_scrollbar>false</show_scrollbar>
-        <font>
-          <opifont.name fontName="OpenSans" height="10" style="0">Small</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-        <border_style>0</border_style>
-        <tooltip></tooltip>
-        <horizontal_alignment>0</horizontal_alignment>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>-67165f8a:15ce4595e06:-4f99</wuid>
-        <transparent>true</transparent>
-        <auto_size>true</auto_size>
-        <text>Velocity</text>
-        <scripts />
-        <height>18</height>
-        <border_width>2</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color name="Black" red="0" green="0" blue="0" />
-        </border_color>
-        <widget_type>Label</widget_type>
-        <wrap_words>true</wrap_words>
-        <background_color>
-          <color name="White" red="255" green="255" blue="255" />
-        </background_color>
-        <width>47</width>
-        <x>181</x>
-        <name>Label Template_2</name>
-        <y>491</y>
-        <foreground_color>
-          <color name="Black" red="0" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <show_scrollbar>false</show_scrollbar>
-        <font>
-          <opifont.name fontName="OpenSans" height="10" style="0">Small</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-        <border_style>0</border_style>
-        <tooltip></tooltip>
-        <horizontal_alignment>0</horizontal_alignment>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>-67165f8a:15ce4595e06:-4f98</wuid>
-        <transparent>true</transparent>
-        <auto_size>true</auto_size>
-        <text>Homing procedure</text>
-        <scripts />
-        <height>18</height>
-        <border_width>2</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color name="Black" red="0" green="0" blue="0" />
-        </border_color>
-        <widget_type>Label</widget_type>
-        <wrap_words>true</wrap_words>
-        <background_color>
-          <color name="White" red="255" green="255" blue="255" />
-        </background_color>
-        <width>122</width>
-        <x>159</x>
-        <name>Label Template_3</name>
-        <y>290</y>
-        <foreground_color>
-          <color name="Black" red="0" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <show_scrollbar>false</show_scrollbar>
-        <font>
-          <opifont.name fontName="OpenSans" height="10" style="1">Small Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-        <border_style>0</border_style>
-        <tooltip></tooltip>
-        <horizontal_alignment>0</horizontal_alignment>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>-67165f8a:15ce4595e06:-4f97</wuid>
-        <transparent>true</transparent>
-        <auto_size>true</auto_size>
-        <text>Maintenance procedure</text>
-        <scripts />
-        <height>18</height>
-        <border_width>2</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color name="Black" red="0" green="0" blue="0" />
-        </border_color>
-        <widget_type>Label</widget_type>
-        <wrap_words>true</wrap_words>
-        <background_color>
-          <color name="White" red="255" green="255" blue="255" />
-        </background_color>
-        <width>159</width>
-        <x>140</x>
-        <name>Label Template_4</name>
-        <y>450</y>
-        <foreground_color>
-          <color name="Black" red="0" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <show_scrollbar>false</show_scrollbar>
-        <font>
-          <opifont.name fontName="OpenSans" height="10" style="1">Small Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-        <border_style>0</border_style>
-        <tooltip></tooltip>
-        <horizontal_alignment>0</horizontal_alignment>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>-67165f8a:15ce4595e06:-4f96</wuid>
-        <transparent>true</transparent>
-        <auto_size>true</auto_size>
-        <text>Velocity after threshold (slow)</text>
-        <scripts />
-        <height>18</height>
-        <border_width>2</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color name="Black" red="0" green="0" blue="0" />
-        </border_color>
-        <widget_type>Label</widget_type>
-        <wrap_words>true</wrap_words>
-        <background_color>
-          <color name="White" red="255" green="255" blue="255" />
-        </background_color>
-        <width>177</width>
-        <x>48</x>
-        <name>Label Template_5</name>
-        <y>332</y>
-        <foreground_color>
-          <color name="Black" red="0" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <show_scrollbar>false</show_scrollbar>
-        <font>
-          <opifont.name fontName="OpenSans" height="10" style="0">Small</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
-        <border_style>0</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <alarm_pulsing>false</alarm_pulsing>
-        <precision>0</precision>
-        <tooltip>$(pv_name)</tooltip>
-        <horizontal_alignment>2</horizontal_alignment>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>-67165f8a:15ce4595e06:-4f95</wuid>
-        <transparent>false</transparent>
-        <pv_value />
-        <auto_size>false</auto_size>
-        <text></text>
-        <rotation_angle>0.0</rotation_angle>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <show_units>true</show_units>
-        <height>19</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <pv_name>$(P-EMU-PMAC):$(M-EMU-GENERAL):HOME_VELO_SLOW_R</pv_name>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color name="Blue" red="0" green="128" blue="255" />
-        </border_color>
-        <precision_from_pv>true</precision_from_pv>
-        <widget_type>Text Update</widget_type>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <wrap_words>false</wrap_words>
-        <format_type>0</format_type>
-        <background_color>
-          <color red="186" green="186" blue="192" />
-        </background_color>
-        <width>141</width>
-        <x>245</x>
-        <name>Text Update</name>
-        <y>331</y>
-        <foreground_color>
-          <color name="Black" red="0" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="0">Normal</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
-        <border_style>0</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <alarm_pulsing>false</alarm_pulsing>
-        <precision>0</precision>
-        <tooltip>$(pv_name)</tooltip>
-        <horizontal_alignment>2</horizontal_alignment>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>-67165f8a:15ce4595e06:-4f94</wuid>
-        <transparent>false</transparent>
-        <pv_value />
-        <auto_size>false</auto_size>
-        <text></text>
-        <rotation_angle>0.0</rotation_angle>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <show_units>true</show_units>
-        <height>19</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <pv_name>$(P-EMU-PMAC):$(M-EMU-GENERAL):MAINT_VELOCITY_R</pv_name>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color name="Blue" red="0" green="128" blue="255" />
-        </border_color>
-        <precision_from_pv>true</precision_from_pv>
-        <widget_type>Text Update</widget_type>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <wrap_words>false</wrap_words>
-        <format_type>0</format_type>
-        <background_color>
-          <color red="186" green="186" blue="192" />
-        </background_color>
-        <width>141</width>
-        <x>245</x>
-        <name>Text Update_2</name>
-        <y>490</y>
-        <foreground_color>
-          <color name="Black" red="0" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="0">Normal</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
-        <border_style>0</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <alarm_pulsing>false</alarm_pulsing>
-        <precision>0</precision>
-        <tooltip>$(pv_name)</tooltip>
-        <horizontal_alignment>2</horizontal_alignment>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>-67165f8a:15ce4595e06:-4f93</wuid>
-        <transparent>false</transparent>
-        <pv_value />
-        <auto_size>false</auto_size>
-        <text></text>
-        <rotation_angle>0.0</rotation_angle>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <show_units>true</show_units>
-        <height>19</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <pv_name>$(P-EMU-PMAC):$(M-EMU-GENERAL):HOME_VELO_FAST_R</pv_name>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color name="Blue" red="0" green="128" blue="255" />
-        </border_color>
-        <precision_from_pv>true</precision_from_pv>
-        <widget_type>Text Update</widget_type>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <wrap_words>false</wrap_words>
-        <format_type>0</format_type>
-        <background_color>
-          <color red="186" green="186" blue="192" />
-        </background_color>
-        <width>141</width>
-        <x>245</x>
-        <name>Text Update_3</name>
-        <y>360</y>
-        <foreground_color>
-          <color name="Black" red="0" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="0">Normal</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
-        <border_style>0</border_style>
-        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-        <alarm_pulsing>false</alarm_pulsing>
-        <precision>0</precision>
-        <tooltip>$(pv_name)</tooltip>
-        <horizontal_alignment>2</horizontal_alignment>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>-67165f8a:15ce4595e06:-4f92</wuid>
-        <transparent>false</transparent>
-        <pv_value />
-        <auto_size>false</auto_size>
-        <text></text>
-        <rotation_angle>0.0</rotation_angle>
-        <scripts />
-        <border_alarm_sensitive>false</border_alarm_sensitive>
-        <show_units>true</show_units>
-        <height>19</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <pv_name>$(P-EMU-PMAC):$(M-EMU-GENERAL):HOME_THRESHOLD_R</pv_name>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color name="Blue" red="0" green="128" blue="255" />
-        </border_color>
-        <precision_from_pv>true</precision_from_pv>
-        <widget_type>Text Update</widget_type>
-        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-        <wrap_words>false</wrap_words>
-        <format_type>0</format_type>
-        <background_color>
-          <color red="186" green="186" blue="192" />
-        </background_color>
-        <width>141</width>
-        <x>245</x>
-        <name>Text Update_1</name>
-        <y>390</y>
-        <foreground_color>
-          <color name="Black" red="0" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="0">Normal</opifont.name>
-        </font>
-      </widget>
-    </widget>
-    <widget typeId="org.csstudio.opibuilder.widgets.groupingContainer" version="1.0.0">
-      <border_style>0</border_style>
-      <tooltip></tooltip>
-      <rules />
-      <enabled>true</enabled>
-      <wuid>21559fe9:15a7ef4e682:-7ca3</wuid>
-      <transparent>true</transparent>
-      <lock_children>false</lock_children>
-      <scripts />
-      <height>459</height>
-      <border_width>1</border_width>
-      <scale_options>
-        <width_scalable>true</width_scalable>
-        <height_scalable>true</height_scalable>
-        <keep_wh_ratio>false</keep_wh_ratio>
-      </scale_options>
-      <macros>
-        <include_parent_macros>true</include_parent_macros>
-      </macros>
-      <visible>false</visible>
-      <border_color>
-        <color red="0" green="128" blue="255" />
-      </border_color>
-      <widget_type>Grouping Container</widget_type>
-      <background_color>
-        <color red="240" green="240" blue="240" />
-      </background_color>
-      <width>445</width>
-      <x>1</x>
-      <name>Credits</name>
-      <y>1</y>
-      <foreground_color>
-        <color red="192" green="192" blue="192" />
-      </foreground_color>
-      <actions hook="false" hook_all="false" />
-      <fc>false</fc>
-      <show_scrollbar>true</show_scrollbar>
-      <font>
-        <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-      </font>
-      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-        <border_style>0</border_style>
-        <tooltip></tooltip>
-        <horizontal_alignment>0</horizontal_alignment>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>21559fe9:15a7ef4e682:-7c77</wuid>
-        <transparent>true</transparent>
-        <auto_size>true</auto_size>
-        <text>Victor Nadot</text>
-        <scripts />
-        <height>22</height>
-        <border_width>2</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color name="Black" red="0" green="0" blue="0" />
-        </border_color>
-        <widget_type>Label</widget_type>
-        <wrap_words>true</wrap_words>
-        <background_color>
-          <color name="White" red="255" green="255" blue="255" />
-        </background_color>
-        <width>101</width>
-        <x>150</x>
-        <name>Label Template_13</name>
-        <y>180</y>
-        <foreground_color>
-          <color name="Black" red="0" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <show_scrollbar>false</show_scrollbar>
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-        <border_style>0</border_style>
-        <tooltip></tooltip>
-        <horizontal_alignment>0</horizontal_alignment>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>21559fe9:15a7ef4e682:-7c76</wuid>
-        <transparent>true</transparent>
-        <auto_size>true</auto_size>
-        <text>IRFU/SIS/LDISC</text>
-        <scripts />
-        <height>22</height>
-        <border_width>2</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color name="Black" red="0" green="0" blue="0" />
-        </border_color>
-        <widget_type>Label</widget_type>
-        <wrap_words>true</wrap_words>
-        <background_color>
-          <color name="White" red="255" green="255" blue="255" />
-        </background_color>
-        <width>111</width>
-        <x>150</x>
-        <name>Label Template_1</name>
-        <y>213</y>
-        <foreground_color>
-          <color name="Black" red="0" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <show_scrollbar>false</show_scrollbar>
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="0">Normal</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-        <border_style>0</border_style>
-        <tooltip></tooltip>
-        <horizontal_alignment>0</horizontal_alignment>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>21559fe9:15a7ef4e682:-7c75</wuid>
-        <transparent>true</transparent>
-        <auto_size>true</auto_size>
-        <text>victor.nadot@cea.Fr</text>
-        <scripts />
-        <height>22</height>
-        <border_width>2</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color name="Black" red="0" green="0" blue="0" />
-        </border_color>
-        <widget_type>Label</widget_type>
-        <wrap_words>true</wrap_words>
-        <background_color>
-          <color name="White" red="255" green="255" blue="255" />
-        </background_color>
-        <width>151</width>
-        <x>150</x>
-        <name>Label Template_2</name>
-        <y>250</y>
-        <foreground_color>
-          <color name="Primary Blue" red="0" green="148" blue="202" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <show_scrollbar>false</show_scrollbar>
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="0">Normal</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-        <border_style>0</border_style>
-        <tooltip></tooltip>
-        <horizontal_alignment>0</horizontal_alignment>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>21559fe9:15a7ef4e682:-7c74</wuid>
-        <transparent>true</transparent>
-        <auto_size>true</auto_size>
-        <text>Credits</text>
-        <scripts />
-        <height>35</height>
-        <border_width>2</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color name="Black" red="0" green="0" blue="0" />
-        </border_color>
-        <widget_type>Label</widget_type>
-        <wrap_words>true</wrap_words>
-        <background_color>
-          <color name="White" red="255" green="255" blue="255" />
-        </background_color>
-        <width>84</width>
-        <x>178</x>
-        <name>Label Template_3</name>
-        <y>20</y>
-        <foreground_color>
-          <color name="Black" red="0" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <show_scrollbar>false</show_scrollbar>
-        <font>
-          <opifont.name fontName="Cantarell" height="19" style="1">Header 1</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-        <border_style>0</border_style>
-        <tooltip></tooltip>
-        <horizontal_alignment>1</horizontal_alignment>
-        <rules />
-        <enabled>true</enabled>
-        <wuid>21559fe9:15a7ef4e682:-7c73</wuid>
-        <transparent>true</transparent>
-        <auto_size>false</auto_size>
-        <text>If you have any problem or are curious about the software, don't hesitate to contact me.</text>
-        <scripts />
-        <height>91</height>
-        <border_width>2</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <visible>true</visible>
-        <vertical_alignment>1</vertical_alignment>
-        <border_color>
-          <color name="Black" red="0" green="0" blue="0" />
-        </border_color>
-        <widget_type>Label</widget_type>
-        <wrap_words>true</wrap_words>
-        <background_color>
-          <color name="White" red="255" green="255" blue="255" />
-        </background_color>
-        <width>251</width>
-        <x>150</x>
-        <name>Label Template_4</name>
-        <y>70</y>
-        <foreground_color>
-          <color name="Black" red="0" green="0" blue="0" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <show_scrollbar>false</show_scrollbar>
-        <font>
-          <opifont.name fontName="OpenSans" height="12" style="0">Normal</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.Image" version="1.0.0">
-        <border_style>0</border_style>
-        <tooltip></tooltip>
-        <rules />
-        <crop_left>0</crop_left>
-        <enabled>true</enabled>
-        <wuid>-5e792ed0:15a8404317d:-7e2e</wuid>
-        <auto_size>false</auto_size>
-        <image_file>vnadot.png</image_file>
-        <scripts />
-        <height>111</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <align_to_nearest_second>false</align_to_nearest_second>
-        <visible>true</visible>
-        <crop_bottom>0</crop_bottom>
-        <degree>0</degree>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <no_animation>false</no_animation>
-        <widget_type>Image</widget_type>
-        <flip_horizontal>false</flip_horizontal>
-        <background_color>
-          <color red="240" green="240" blue="240" />
-        </background_color>
-        <permutation_matrix>
-          <row>
-            <col>1.0</col>
-            <col>0.0</col>
-          </row>
-          <row>
-            <col>0.0</col>
-            <col>1.0</col>
-          </row>
-        </permutation_matrix>
-        <width>101</width>
-        <x>20</x>
-        <name>Image_3</name>
-        <y>168</y>
-        <foreground_color>
-          <color red="192" green="192" blue="192" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <crop_top>0</crop_top>
-        <crop_right>0</crop_right>
-        <stretch_to_fit>true</stretch_to_fit>
-        <flip_vertical>false</flip_vertical>
-        <font>
-          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.Image" version="1.0.0">
-        <border_style>0</border_style>
-        <tooltip></tooltip>
-        <rules />
-        <crop_left>0</crop_left>
-        <enabled>true</enabled>
-        <wuid>-5e792ed0:15a8404317d:-7e2f</wuid>
-        <auto_size>false</auto_size>
-        <image_file>cea.png</image_file>
-        <scripts />
-        <height>81</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>true</keep_wh_ratio>
-        </scale_options>
-        <align_to_nearest_second>false</align_to_nearest_second>
-        <visible>true</visible>
-        <crop_bottom>0</crop_bottom>
-        <degree>0</degree>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <no_animation>false</no_animation>
-        <widget_type>Image</widget_type>
-        <flip_horizontal>false</flip_horizontal>
-        <background_color>
-          <color red="240" green="240" blue="240" />
-        </background_color>
-        <permutation_matrix>
-          <row>
-            <col>1.0</col>
-            <col>0.0</col>
-          </row>
-          <row>
-            <col>0.0</col>
-            <col>1.0</col>
-          </row>
-        </permutation_matrix>
-        <width>101</width>
-        <x>20</x>
-        <name>Image</name>
-        <y>300</y>
-        <foreground_color>
-          <color red="192" green="192" blue="192" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <crop_top>0</crop_top>
-        <crop_right>0</crop_right>
-        <stretch_to_fit>true</stretch_to_fit>
-        <flip_vertical>false</flip_vertical>
-        <font>
-          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.Image" version="1.0.0">
-        <border_style>0</border_style>
-        <tooltip></tooltip>
-        <rules />
-        <crop_left>0</crop_left>
-        <enabled>true</enabled>
-        <wuid>-5e792ed0:15a8404317d:-7e2c</wuid>
-        <auto_size>false</auto_size>
-        <image_file>irfu.png</image_file>
-        <scripts />
-        <height>81</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <align_to_nearest_second>false</align_to_nearest_second>
-        <visible>true</visible>
-        <crop_bottom>0</crop_bottom>
-        <degree>0</degree>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <no_animation>false</no_animation>
-        <widget_type>Image</widget_type>
-        <flip_horizontal>false</flip_horizontal>
-        <background_color>
-          <color red="240" green="240" blue="240" />
-        </background_color>
-        <permutation_matrix>
-          <row>
-            <col>1.0</col>
-            <col>0.0</col>
-          </row>
-          <row>
-            <col>0.0</col>
-            <col>1.0</col>
-          </row>
-        </permutation_matrix>
-        <width>261</width>
-        <x>140</x>
-        <name>Image_6</name>
-        <y>300</y>
-        <foreground_color>
-          <color red="192" green="192" blue="192" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <crop_top>0</crop_top>
-        <crop_right>0</crop_right>
-        <stretch_to_fit>true</stretch_to_fit>
-        <flip_vertical>false</flip_vertical>
-        <font>
-          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-        </font>
-      </widget>
-      <widget typeId="org.csstudio.opibuilder.widgets.Image" version="1.0.0">
-        <border_style>0</border_style>
-        <tooltip></tooltip>
-        <rules />
-        <crop_left>0</crop_left>
-        <enabled>true</enabled>
-        <wuid>-5e792ed0:15a8404317d:-7e2d</wuid>
-        <auto_size>false</auto_size>
-        <image_file>ess2.png</image_file>
-        <scripts />
-        <height>71</height>
-        <border_width>1</border_width>
-        <scale_options>
-          <width_scalable>true</width_scalable>
-          <height_scalable>true</height_scalable>
-          <keep_wh_ratio>false</keep_wh_ratio>
-        </scale_options>
-        <align_to_nearest_second>false</align_to_nearest_second>
-        <visible>true</visible>
-        <crop_bottom>0</crop_bottom>
-        <degree>0</degree>
-        <border_color>
-          <color red="0" green="128" blue="255" />
-        </border_color>
-        <no_animation>false</no_animation>
-        <widget_type>Image</widget_type>
-        <flip_horizontal>false</flip_horizontal>
-        <background_color>
-          <color red="240" green="240" blue="240" />
-        </background_color>
-        <permutation_matrix>
-          <row>
-            <col>1.0</col>
-            <col>0.0</col>
-          </row>
-          <row>
-            <col>0.0</col>
-            <col>1.0</col>
-          </row>
-        </permutation_matrix>
-        <width>101</width>
-        <x>20</x>
-        <name>Image_4</name>
-        <y>80</y>
-        <foreground_color>
-          <color red="192" green="192" blue="192" />
-        </foreground_color>
-        <actions hook="false" hook_all="false" />
-        <crop_top>0</crop_top>
-        <crop_right>0</crop_right>
-        <stretch_to_fit>true</stretch_to_fit>
-        <flip_vertical>false</flip_vertical>
-        <font>
-          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
-        </font>
-      </widget>
-    </widget>
-  </widget>
-  <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
-    <border_style>0</border_style>
-    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-    <alarm_pulsing>false</alarm_pulsing>
-    <precision>0</precision>
-    <tooltip>$(pv_name)</tooltip>
-    <horizontal_alignment>2</horizontal_alignment>
-    <rules />
-    <enabled>true</enabled>
-    <wuid>-67165f8a:15ce4595e06:-432f</wuid>
-    <transparent>false</transparent>
-    <pv_value />
-    <auto_size>false</auto_size>
-    <text></text>
-    <rotation_angle>0.0</rotation_angle>
-    <scripts />
-    <border_alarm_sensitive>false</border_alarm_sensitive>
-    <show_units>true</show_units>
-    <height>19</height>
-    <border_width>1</border_width>
-    <scale_options>
-      <width_scalable>true</width_scalable>
-      <height_scalable>true</height_scalable>
-      <keep_wh_ratio>false</keep_wh_ratio>
-    </scale_options>
-    <visible>true</visible>
-    <pv_name>$(P-EMU-PMAC):$(M-EMU-GENERAL):DEBUG_R</pv_name>
-    <vertical_alignment>1</vertical_alignment>
-    <border_color>
-      <color name="Blue" red="0" green="128" blue="255" />
-    </border_color>
-    <precision_from_pv>true</precision_from_pv>
-    <widget_type>Text Update</widget_type>
-    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-    <wrap_words>false</wrap_words>
-    <format_type>0</format_type>
-    <background_color>
-      <color red="186" green="186" blue="192" />
-    </background_color>
-    <width>141</width>
-    <x>340</x>
-    <name>Text Update</name>
-    <y>610</y>
-    <foreground_color>
-      <color name="Black" red="0" green="0" blue="0" />
-    </foreground_color>
-    <actions hook="false" hook_all="false" />
-    <font>
-      <opifont.name fontName="OpenSans" height="12" style="0">Normal</opifont.name>
-    </font>
-  </widget>
-  <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
-    <border_style>0</border_style>
-    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-    <alarm_pulsing>false</alarm_pulsing>
-    <precision>0</precision>
-    <tooltip>$(pv_name)</tooltip>
-    <horizontal_alignment>2</horizontal_alignment>
-    <rules />
-    <enabled>true</enabled>
-    <wuid>-67165f8a:15ce4595e06:-2463</wuid>
-    <transparent>false</transparent>
-    <pv_value />
-    <auto_size>false</auto_size>
-    <text></text>
-    <rotation_angle>0.0</rotation_angle>
-    <scripts />
-    <border_alarm_sensitive>false</border_alarm_sensitive>
-    <show_units>true</show_units>
-    <height>19</height>
-    <border_width>1</border_width>
-    <scale_options>
-      <width_scalable>true</width_scalable>
-      <height_scalable>true</height_scalable>
-      <keep_wh_ratio>false</keep_wh_ratio>
-    </scale_options>
-    <visible>true</visible>
-    <pv_name>$(P-EMU-PMAC):$(M-EMU-GENERAL):DEBUG1_R</pv_name>
-    <vertical_alignment>1</vertical_alignment>
-    <border_color>
-      <color name="Blue" red="0" green="128" blue="255" />
-    </border_color>
-    <precision_from_pv>true</precision_from_pv>
-    <widget_type>Text Update</widget_type>
-    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-    <wrap_words>false</wrap_words>
-    <format_type>0</format_type>
-    <background_color>
-      <color red="186" green="186" blue="192" />
-    </background_color>
-    <width>141</width>
-    <x>340</x>
-    <name>Text Update_1</name>
-    <y>638</y>
-    <foreground_color>
-      <color name="Black" red="0" green="0" blue="0" />
-    </foreground_color>
-    <actions hook="false" hook_all="false" />
-    <font>
-      <opifont.name fontName="OpenSans" height="12" style="0">Normal</opifont.name>
-    </font>
-  </widget>
-  <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
-    <border_style>0</border_style>
-    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-    <alarm_pulsing>false</alarm_pulsing>
-    <precision>0</precision>
-    <tooltip>$(pv_name)</tooltip>
-    <horizontal_alignment>2</horizontal_alignment>
-    <rules />
-    <enabled>true</enabled>
-    <wuid>-67165f8a:15ce4595e06:-245e</wuid>
-    <transparent>false</transparent>
-    <pv_value />
-    <auto_size>false</auto_size>
-    <text></text>
-    <rotation_angle>0.0</rotation_angle>
-    <scripts />
-    <border_alarm_sensitive>false</border_alarm_sensitive>
-    <show_units>true</show_units>
-    <height>19</height>
-    <border_width>1</border_width>
-    <scale_options>
-      <width_scalable>true</width_scalable>
-      <height_scalable>true</height_scalable>
-      <keep_wh_ratio>false</keep_wh_ratio>
-    </scale_options>
-    <visible>true</visible>
-    <pv_name>$(P-EMU-PMAC):$(M-EMU-GENERAL):DEBUG2_R</pv_name>
-    <vertical_alignment>1</vertical_alignment>
-    <border_color>
-      <color name="Blue" red="0" green="128" blue="255" />
-    </border_color>
-    <precision_from_pv>true</precision_from_pv>
-    <widget_type>Text Update</widget_type>
-    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-    <wrap_words>false</wrap_words>
-    <format_type>0</format_type>
-    <background_color>
-      <color red="186" green="186" blue="192" />
-    </background_color>
-    <width>141</width>
-    <x>340</x>
-    <name>Text Update_2</name>
-    <y>670</y>
-    <foreground_color>
-      <color name="Black" red="0" green="0" blue="0" />
-    </foreground_color>
-    <actions hook="false" hook_all="false" />
-    <font>
-      <opifont.name fontName="OpenSans" height="12" style="0">Normal</opifont.name>
-    </font>
-  </widget>
-  <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
-    <border_style>0</border_style>
-    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-    <alarm_pulsing>false</alarm_pulsing>
-    <precision>0</precision>
-    <tooltip>$(pv_name)</tooltip>
-    <horizontal_alignment>2</horizontal_alignment>
-    <rules />
-    <enabled>true</enabled>
-    <wuid>-67165f8a:15ce4595e06:-2459</wuid>
-    <transparent>false</transparent>
-    <pv_value />
-    <auto_size>false</auto_size>
-    <text></text>
-    <rotation_angle>0.0</rotation_angle>
-    <scripts />
-    <border_alarm_sensitive>false</border_alarm_sensitive>
-    <show_units>true</show_units>
-    <height>19</height>
-    <border_width>1</border_width>
-    <scale_options>
-      <width_scalable>true</width_scalable>
-      <height_scalable>true</height_scalable>
-      <keep_wh_ratio>false</keep_wh_ratio>
-    </scale_options>
-    <visible>true</visible>
-    <pv_name>$(P-EMU-PMAC):$(M-EMU-GENERAL):DEBUG3_R</pv_name>
-    <vertical_alignment>1</vertical_alignment>
-    <border_color>
-      <color name="Blue" red="0" green="128" blue="255" />
-    </border_color>
-    <precision_from_pv>true</precision_from_pv>
-    <widget_type>Text Update</widget_type>
-    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-    <wrap_words>false</wrap_words>
-    <format_type>0</format_type>
-    <background_color>
-      <color red="186" green="186" blue="192" />
-    </background_color>
-    <width>141</width>
-    <x>340</x>
-    <name>Text Update_3</name>
-    <y>700</y>
-    <foreground_color>
-      <color name="Black" red="0" green="0" blue="0" />
-    </foreground_color>
-    <actions hook="false" hook_all="false" />
-    <font>
-      <opifont.name fontName="OpenSans" height="12" style="0">Normal</opifont.name>
-    </font>
-  </widget>
-  <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
-    <border_style>0</border_style>
-    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-    <alarm_pulsing>false</alarm_pulsing>
-    <precision>0</precision>
-    <tooltip>$(pv_name)</tooltip>
-    <horizontal_alignment>2</horizontal_alignment>
-    <rules />
-    <enabled>true</enabled>
-    <wuid>-67165f8a:15ce4595e06:-2454</wuid>
-    <transparent>false</transparent>
-    <pv_value />
-    <auto_size>false</auto_size>
-    <text></text>
-    <rotation_angle>0.0</rotation_angle>
-    <scripts />
-    <border_alarm_sensitive>false</border_alarm_sensitive>
-    <show_units>true</show_units>
-    <height>19</height>
-    <border_width>1</border_width>
-    <scale_options>
-      <width_scalable>true</width_scalable>
-      <height_scalable>true</height_scalable>
-      <keep_wh_ratio>false</keep_wh_ratio>
-    </scale_options>
-    <visible>true</visible>
-    <pv_name>$(P-EMU-PMAC):$(M-EMU-GENERAL):DEBUG4_R</pv_name>
-    <vertical_alignment>1</vertical_alignment>
-    <border_color>
-      <color name="Blue" red="0" green="128" blue="255" />
-    </border_color>
-    <precision_from_pv>true</precision_from_pv>
-    <widget_type>Text Update</widget_type>
-    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-    <wrap_words>false</wrap_words>
-    <format_type>0</format_type>
-    <background_color>
-      <color red="186" green="186" blue="192" />
-    </background_color>
-    <width>141</width>
-    <x>340</x>
-    <name>Text Update_4</name>
-    <y>732</y>
-    <foreground_color>
-      <color name="Black" red="0" green="0" blue="0" />
-    </foreground_color>
-    <actions hook="false" hook_all="false" />
-    <font>
-      <opifont.name fontName="OpenSans" height="12" style="0">Normal</opifont.name>
-    </font>
-  </widget>
-  <widget typeId="org.csstudio.opibuilder.widgets.xyGraph" version="1.0.0">
-    <axis_1_scale_format></axis_1_scale_format>
-    <alarm_pulsing>true</alarm_pulsing>
-    <tooltip></tooltip>
-    <trace_0_concatenate_data>true</trace_0_concatenate_data>
-    <trace_0_trace_type>0</trace_0_trace_type>
-    <border_width>1</border_width>
-    <border_style>5</border_style>
-    <axis_0_grid_color>
-      <color name="Container Grey" red="200" green="200" blue="200" />
-    </axis_0_grid_color>
-    <trace_0_name></trace_0_name>
-    <trace_0_update_mode>0</trace_0_update_mode>
-    <wuid>-67165f8a:15ce4595e06:-244c</wuid>
-    <transparent>false</transparent>
-    <axis_0_title_font>
-      <opifont.name fontName="OpenSans" height="10" style="1">Small Bold</opifont.name>
-    </axis_0_title_font>
-    <background_color>
-      <color name="White" red="255" green="255" blue="255" />
-    </background_color>
-    <x>580</x>
-    <y>599</y>
-    <trace_0_x_axis_index>0</trace_0_x_axis_index>
-    <axis_count>2</axis_count>
-    <pv_value />
-    <trace_0_buffer_size>1000</trace_0_buffer_size>
-    <axis_1_maximum>100.0</axis_1_maximum>
-    <axis_0_scale_font>
-      <opifont.name fontName="OpenSans" height="10" style="0">Small</opifont.name>
-    </axis_0_scale_font>
-    <trigger_pv></trigger_pv>
-    <widget_type>XY Graph</widget_type>
-    <axis_1_axis_color>
-      <color name="Black" red="0" green="0" blue="0" />
-    </axis_1_axis_color>
-    <axis_0_scale_format></axis_0_scale_format>
-    <axis_1_log_scale>false</axis_1_log_scale>
-    <title>Position</title>
-    <trace_0_visible>true</trace_0_visible>
-    <show_legend>false</show_legend>
-    <axis_0_axis_title>#1 position</axis_0_axis_title>
-    <axis_0_axis_color>
-      <color name="Black" red="0" green="0" blue="0" />
-    </axis_0_axis_color>
-    <axis_0_dash_grid_line>false</axis_0_dash_grid_line>
-    <trace_0_point_style>0</trace_0_point_style>
-    <trace_0_line_width>1</trace_0_line_width>
-    <axis_0_time_format>0</axis_0_time_format>
-    <trace_count>1</trace_count>
-    <axis_1_show_grid>true</axis_1_show_grid>
-    <axis_1_dash_grid_line>true</axis_1_dash_grid_line>
-    <show_toolbar>false</show_toolbar>
-    <axis_0_visible>true</axis_0_visible>
-    <axis_0_show_grid>true</axis_0_show_grid>
-    <trace_0_y_axis_index>1</trace_0_y_axis_index>
-    <scale_options>
-      <width_scalable>true</width_scalable>
-      <height_scalable>true</height_scalable>
-      <keep_wh_ratio>false</keep_wh_ratio>
-    </scale_options>
-    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-    <axis_0_maximum>1000.0</axis_0_maximum>
-    <height>141</height>
-    <trigger_pv_value />
-    <axis_1_grid_color>
-      <color name="Container Grey" red="200" green="200" blue="200" />
-    </axis_1_grid_color>
-    <actions hook="false" hook_all="false" />
-    <axis_0_log_scale>false</axis_0_log_scale>
-    <trace_0_x_pv_value />
-    <axis_0_auto_scale_threshold>0.0</axis_0_auto_scale_threshold>
-    <rules />
-    <axis_1_visible>true</axis_1_visible>
-    <trace_0_update_delay>100</trace_0_update_delay>
-    <pv_name></pv_name>
-    <name>XY Graph</name>
-    <axis_0_auto_scale>true</axis_0_auto_scale>
-    <axis_0_minimum>0.0</axis_0_minimum>
-    <axis_1_axis_title></axis_1_axis_title>
-    <axis_1_auto_scale>true</axis_1_auto_scale>
-    <border_color>
-      <color name="Blue" red="0" green="128" blue="255" />
-    </border_color>
-    <trace_0_y_pv>$(P-EMU-PMAC):$(M-EMU-V):M_POSITION_R</trace_0_y_pv>
-    <trace_0_plot_mode>0</trace_0_plot_mode>
-    <enabled>true</enabled>
-    <trace_0_x_pv></trace_0_x_pv>
-    <axis_1_scale_font>
-      <opifont.name fontName="OpenSans" height="10" style="0">Small</opifont.name>
-    </axis_1_scale_font>
-    <axis_1_time_format>0</axis_1_time_format>
-    <border_alarm_sensitive>false</border_alarm_sensitive>
-    <show_plot_area_border>false</show_plot_area_border>
-    <width>421</width>
-    <axis_1_minimum>0.0</axis_1_minimum>
-    <title_font>
-      <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-    </title_font>
-    <trace_0_y_pv_value />
-    <plot_area_background_color>
-      <color name="White" red="255" green="255" blue="255" />
-    </plot_area_background_color>
-    <axis_1_title_font>
-      <opifont.name fontName="OpenSans" height="10" style="1">Small Bold</opifont.name>
-    </axis_1_title_font>
-    <visible>true</visible>
-    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-    <scripts />
-    <trace_0_point_size>4</trace_0_point_size>
-    <trace_0_trace_color>
-      <color name="Red On" red="255" green="0" blue="0" />
-    </trace_0_trace_color>
-    <trace_0_anti_alias>true</trace_0_anti_alias>
-    <axis_1_auto_scale_threshold>0.0</axis_1_auto_scale_threshold>
-    <foreground_color>
-      <color name="Black" red="0" green="0" blue="0" />
-    </foreground_color>
-  </widget>
-  <widget typeId="org.csstudio.opibuilder.widgets.xyGraph" version="1.0.0">
-    <axis_1_scale_format></axis_1_scale_format>
-    <alarm_pulsing>true</alarm_pulsing>
-    <tooltip></tooltip>
-    <trace_0_concatenate_data>true</trace_0_concatenate_data>
-    <trace_0_trace_type>0</trace_0_trace_type>
-    <border_width>1</border_width>
-    <border_style>5</border_style>
-    <axis_0_grid_color>
-      <color name="Container Grey" red="200" green="200" blue="200" />
-    </axis_0_grid_color>
-    <trace_0_name></trace_0_name>
-    <trace_0_update_mode>0</trace_0_update_mode>
-    <wuid>-67165f8a:15ce4595e06:-2447</wuid>
-    <transparent>false</transparent>
-    <axis_0_title_font>
-      <opifont.name fontName="OpenSans" height="10" style="1">Small Bold</opifont.name>
-    </axis_0_title_font>
-    <background_color>
-      <color name="White" red="255" green="255" blue="255" />
-    </background_color>
-    <x>580</x>
-    <y>750</y>
-    <trace_0_x_axis_index>0</trace_0_x_axis_index>
-    <axis_count>2</axis_count>
-    <pv_value />
-    <trace_0_buffer_size>1000</trace_0_buffer_size>
-    <axis_1_maximum>100.0</axis_1_maximum>
-    <axis_0_scale_font>
-      <opifont.name fontName="OpenSans" height="10" style="0">Small</opifont.name>
-    </axis_0_scale_font>
-    <trigger_pv></trigger_pv>
-    <widget_type>XY Graph</widget_type>
-    <axis_1_axis_color>
-      <color name="Black" red="0" green="0" blue="0" />
-    </axis_1_axis_color>
-    <axis_0_scale_format></axis_0_scale_format>
-    <axis_1_log_scale>false</axis_1_log_scale>
-    <title>Current</title>
-    <trace_0_visible>true</trace_0_visible>
-    <show_legend>false</show_legend>
-    <axis_0_axis_title>#1 Quadrature current-loop integrator output</axis_0_axis_title>
-    <axis_0_axis_color>
-      <color name="Black" red="0" green="0" blue="0" />
-    </axis_0_axis_color>
-    <axis_0_dash_grid_line>false</axis_0_dash_grid_line>
-    <trace_0_point_style>0</trace_0_point_style>
-    <trace_0_line_width>1</trace_0_line_width>
-    <axis_0_time_format>0</axis_0_time_format>
-    <trace_count>1</trace_count>
-    <axis_1_show_grid>true</axis_1_show_grid>
-    <axis_1_dash_grid_line>true</axis_1_dash_grid_line>
-    <show_toolbar>false</show_toolbar>
-    <axis_0_visible>true</axis_0_visible>
-    <axis_0_show_grid>true</axis_0_show_grid>
-    <trace_0_y_axis_index>1</trace_0_y_axis_index>
-    <scale_options>
-      <width_scalable>true</width_scalable>
-      <height_scalable>true</height_scalable>
-      <keep_wh_ratio>false</keep_wh_ratio>
-    </scale_options>
-    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-    <axis_0_maximum>1000.0</axis_0_maximum>
-    <height>141</height>
-    <trigger_pv_value />
-    <axis_1_grid_color>
-      <color name="Container Grey" red="200" green="200" blue="200" />
-    </axis_1_grid_color>
-    <actions hook="false" hook_all="false" />
-    <axis_0_log_scale>false</axis_0_log_scale>
-    <trace_0_x_pv_value />
-    <axis_0_auto_scale_threshold>0.0</axis_0_auto_scale_threshold>
-    <rules />
-    <axis_1_visible>true</axis_1_visible>
-    <trace_0_update_delay>100</trace_0_update_delay>
-    <pv_name></pv_name>
-    <name>XY Graph_1</name>
-    <axis_0_auto_scale>true</axis_0_auto_scale>
-    <axis_0_minimum>0.0</axis_0_minimum>
-    <axis_1_axis_title></axis_1_axis_title>
-    <axis_1_auto_scale>true</axis_1_auto_scale>
-    <border_color>
-      <color name="Blue" red="0" green="128" blue="255" />
-    </border_color>
-    <trace_0_y_pv>$(P-EMU-PMAC):$(M-EMU-GENERAL):DEBUG2_R</trace_0_y_pv>
-    <trace_0_plot_mode>0</trace_0_plot_mode>
-    <enabled>true</enabled>
-    <trace_0_x_pv></trace_0_x_pv>
-    <axis_1_scale_font>
-      <opifont.name fontName="OpenSans" height="10" style="0">Small</opifont.name>
-    </axis_1_scale_font>
-    <axis_1_time_format>0</axis_1_time_format>
-    <border_alarm_sensitive>false</border_alarm_sensitive>
-    <show_plot_area_border>false</show_plot_area_border>
-    <width>421</width>
-    <axis_1_minimum>0.0</axis_1_minimum>
-    <title_font>
-      <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-    </title_font>
-    <trace_0_y_pv_value />
-    <plot_area_background_color>
-      <color name="White" red="255" green="255" blue="255" />
-    </plot_area_background_color>
-    <axis_1_title_font>
-      <opifont.name fontName="OpenSans" height="10" style="1">Small Bold</opifont.name>
-    </axis_1_title_font>
-    <visible>true</visible>
-    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-    <scripts />
-    <trace_0_point_size>4</trace_0_point_size>
-    <trace_0_trace_color>
-      <color name="Red On" red="255" green="0" blue="0" />
-    </trace_0_trace_color>
-    <trace_0_anti_alias>true</trace_0_anti_alias>
-    <axis_1_auto_scale_threshold>0.0</axis_1_auto_scale_threshold>
-    <foreground_color>
-      <color name="Black" red="0" green="0" blue="0" />
-    </foreground_color>
-  </widget>
-  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-    <border_style>0</border_style>
-    <tooltip></tooltip>
-    <horizontal_alignment>0</horizontal_alignment>
-    <rules />
-    <enabled>true</enabled>
-    <wuid>-67165f8a:15ce4595e06:-2434</wuid>
-    <transparent>true</transparent>
-    <auto_size>true</auto_size>
-    <text>P505</text>
-    <scripts />
-    <height>18</height>
-    <border_width>2</border_width>
-    <scale_options>
-      <width_scalable>true</width_scalable>
-      <height_scalable>true</height_scalable>
-      <keep_wh_ratio>false</keep_wh_ratio>
-    </scale_options>
-    <visible>true</visible>
-    <vertical_alignment>1</vertical_alignment>
-    <border_color>
-      <color name="Black" red="0" green="0" blue="0" />
-    </border_color>
-    <widget_type>Label</widget_type>
-    <wrap_words>true</wrap_words>
-    <background_color>
-      <color name="White" red="255" green="255" blue="255" />
-    </background_color>
-    <width>29</width>
-    <x>298</x>
-    <name>Label Template_25</name>
-    <y>700</y>
-    <foreground_color>
-      <color name="Black" red="0" green="0" blue="0" />
-    </foreground_color>
-    <actions hook="false" hook_all="false" />
-    <show_scrollbar>false</show_scrollbar>
-    <font>
-      <opifont.name fontName="OpenSans" height="10" style="0">Small</opifont.name>
-    </font>
-  </widget>
-  <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
-    <border_style>0</border_style>
-    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-    <alarm_pulsing>false</alarm_pulsing>
-    <precision>0</precision>
-    <tooltip>$(pv_name)</tooltip>
-    <horizontal_alignment>2</horizontal_alignment>
-    <rules />
-    <enabled>true</enabled>
-    <wuid>-67165f8a:15ce4595e06:-242a</wuid>
-    <transparent>false</transparent>
-    <pv_value />
-    <auto_size>false</auto_size>
-    <text></text>
-    <rotation_angle>0.0</rotation_angle>
-    <scripts />
-    <border_alarm_sensitive>false</border_alarm_sensitive>
-    <show_units>true</show_units>
-    <height>19</height>
-    <border_width>1</border_width>
-    <scale_options>
-      <width_scalable>true</width_scalable>
-      <height_scalable>true</height_scalable>
-      <keep_wh_ratio>false</keep_wh_ratio>
-    </scale_options>
-    <visible>true</visible>
-    <pv_name>$(P-EMU-PMAC):$(M-EMU-GENERAL):DEBUG5_R</pv_name>
-    <vertical_alignment>1</vertical_alignment>
-    <border_color>
-      <color name="Blue" red="0" green="128" blue="255" />
-    </border_color>
-    <precision_from_pv>true</precision_from_pv>
-    <widget_type>Text Update</widget_type>
-    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-    <wrap_words>false</wrap_words>
-    <format_type>0</format_type>
-    <background_color>
-      <color red="186" green="186" blue="192" />
-    </background_color>
-    <width>141</width>
-    <x>340</x>
-    <name>Text Update_5</name>
-    <y>760</y>
-    <foreground_color>
-      <color name="Black" red="0" green="0" blue="0" />
-    </foreground_color>
-    <actions hook="false" hook_all="false" />
-    <font>
-      <opifont.name fontName="OpenSans" height="12" style="0">Normal</opifont.name>
-    </font>
-  </widget>
-  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-    <border_style>0</border_style>
-    <tooltip></tooltip>
-    <horizontal_alignment>0</horizontal_alignment>
-    <rules />
-    <enabled>true</enabled>
-    <wuid>-67165f8a:15ce4595e06:-241a</wuid>
-    <transparent>true</transparent>
-    <auto_size>true</auto_size>
-    <text>I120</text>
-    <scripts />
-    <height>18</height>
-    <border_width>2</border_width>
-    <scale_options>
-      <width_scalable>true</width_scalable>
-      <height_scalable>true</height_scalable>
-      <keep_wh_ratio>false</keep_wh_ratio>
-    </scale_options>
-    <visible>true</visible>
-    <vertical_alignment>1</vertical_alignment>
-    <border_color>
-      <color name="Black" red="0" green="0" blue="0" />
-    </border_color>
-    <widget_type>Label</widget_type>
-    <wrap_words>true</wrap_words>
-    <background_color>
-      <color name="White" red="255" green="255" blue="255" />
-    </background_color>
-    <width>25</width>
-    <x>300</x>
-    <name>Label Template_1</name>
-    <y>733</y>
-    <foreground_color>
-      <color name="Black" red="0" green="0" blue="0" />
-    </foreground_color>
-    <actions hook="false" hook_all="false" />
-    <show_scrollbar>false</show_scrollbar>
-    <font>
-      <opifont.name fontName="OpenSans" height="10" style="0">Small</opifont.name>
-    </font>
-  </widget>
-  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-    <border_style>0</border_style>
-    <tooltip></tooltip>
-    <horizontal_alignment>0</horizontal_alignment>
-    <rules />
-    <enabled>true</enabled>
-    <wuid>-67165f8a:15ce4595e06:-2413</wuid>
-    <transparent>true</transparent>
-    <auto_size>true</auto_size>
-    <text>I121</text>
-    <scripts />
-    <height>18</height>
-    <border_width>2</border_width>
-    <scale_options>
-      <width_scalable>true</width_scalable>
-      <height_scalable>true</height_scalable>
-      <keep_wh_ratio>false</keep_wh_ratio>
-    </scale_options>
-    <visible>true</visible>
-    <vertical_alignment>1</vertical_alignment>
-    <border_color>
-      <color name="Black" red="0" green="0" blue="0" />
-    </border_color>
-    <widget_type>Label</widget_type>
-    <wrap_words>true</wrap_words>
-    <background_color>
-      <color name="White" red="255" green="255" blue="255" />
-    </background_color>
-    <width>25</width>
-    <x>300</x>
-    <name>Label Template_2</name>
-    <y>761</y>
-    <foreground_color>
-      <color name="Black" red="0" green="0" blue="0" />
-    </foreground_color>
-    <actions hook="false" hook_all="false" />
-    <show_scrollbar>false</show_scrollbar>
-    <font>
-      <opifont.name fontName="OpenSans" height="10" style="0">Small</opifont.name>
-    </font>
-  </widget>
-  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-    <border_style>0</border_style>
-    <tooltip></tooltip>
-    <horizontal_alignment>0</horizontal_alignment>
-    <rules />
-    <enabled>true</enabled>
-    <wuid>-67165f8a:15ce4595e06:-240c</wuid>
-    <transparent>true</transparent>
-    <auto_size>true</auto_size>
-    <text>M175</text>
-    <scripts />
-    <height>18</height>
-    <border_width>2</border_width>
-    <scale_options>
-      <width_scalable>true</width_scalable>
-      <height_scalable>true</height_scalable>
-      <keep_wh_ratio>false</keep_wh_ratio>
-    </scale_options>
-    <visible>true</visible>
-    <vertical_alignment>1</vertical_alignment>
-    <border_color>
-      <color name="Black" red="0" green="0" blue="0" />
-    </border_color>
-    <widget_type>Label</widget_type>
-    <wrap_words>true</wrap_words>
-    <background_color>
-      <color name="White" red="255" green="255" blue="255" />
-    </background_color>
-    <width>33</width>
-    <x>296</x>
-    <name>Label Template_3</name>
-    <y>639</y>
-    <foreground_color>
-      <color name="Black" red="0" green="0" blue="0" />
-    </foreground_color>
-    <actions hook="false" hook_all="false" />
-    <show_scrollbar>false</show_scrollbar>
-    <font>
-      <opifont.name fontName="OpenSans" height="10" style="0">Small</opifont.name>
-    </font>
-  </widget>
-  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-    <border_style>0</border_style>
-    <tooltip></tooltip>
-    <horizontal_alignment>0</horizontal_alignment>
-    <rules />
-    <enabled>true</enabled>
-    <wuid>-67165f8a:15ce4595e06:-2407</wuid>
-    <transparent>true</transparent>
-    <auto_size>true</auto_size>
-    <text>M176</text>
-    <scripts />
-    <height>18</height>
-    <border_width>2</border_width>
-    <scale_options>
-      <width_scalable>true</width_scalable>
-      <height_scalable>true</height_scalable>
-      <keep_wh_ratio>false</keep_wh_ratio>
-    </scale_options>
-    <visible>true</visible>
-    <vertical_alignment>1</vertical_alignment>
-    <border_color>
-      <color name="Black" red="0" green="0" blue="0" />
-    </border_color>
-    <widget_type>Label</widget_type>
-    <wrap_words>true</wrap_words>
-    <background_color>
-      <color name="White" red="255" green="255" blue="255" />
-    </background_color>
-    <width>33</width>
-    <x>296</x>
-    <name>Label Template_4</name>
-    <y>671</y>
-    <foreground_color>
-      <color name="Black" red="0" green="0" blue="0" />
-    </foreground_color>
-    <actions hook="false" hook_all="false" />
-    <show_scrollbar>false</show_scrollbar>
-    <font>
-      <opifont.name fontName="OpenSans" height="10" style="0">Small</opifont.name>
-    </font>
-  </widget>
-  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-    <border_style>0</border_style>
-    <tooltip></tooltip>
-    <horizontal_alignment>0</horizontal_alignment>
-    <rules />
-    <enabled>true</enabled>
-    <wuid>-67165f8a:15ce4595e06:-2402</wuid>
-    <transparent>true</transparent>
-    <auto_size>true</auto_size>
-    <text>P20</text>
-    <scripts />
-    <height>18</height>
-    <border_width>2</border_width>
-    <scale_options>
-      <width_scalable>true</width_scalable>
-      <height_scalable>true</height_scalable>
-      <keep_wh_ratio>false</keep_wh_ratio>
-    </scale_options>
-    <visible>true</visible>
-    <vertical_alignment>1</vertical_alignment>
-    <border_color>
-      <color name="Black" red="0" green="0" blue="0" />
-    </border_color>
-    <widget_type>Label</widget_type>
-    <wrap_words>true</wrap_words>
-    <background_color>
-      <color name="White" red="255" green="255" blue="255" />
-    </background_color>
-    <width>22</width>
-    <x>302</x>
-    <name>Label Template_5</name>
-    <y>611</y>
-    <foreground_color>
-      <color name="Black" red="0" green="0" blue="0" />
-    </foreground_color>
-    <actions hook="false" hook_all="false" />
-    <show_scrollbar>false</show_scrollbar>
-    <font>
-      <opifont.name fontName="OpenSans" height="10" style="0">Small</opifont.name>
-    </font>
-  </widget>
-  <widget typeId="org.csstudio.opibuilder.widgets.xyGraph" version="1.0.0">
-    <axis_1_scale_format></axis_1_scale_format>
-    <alarm_pulsing>true</alarm_pulsing>
-    <tooltip></tooltip>
-    <trace_0_concatenate_data>true</trace_0_concatenate_data>
-    <trace_0_trace_type>0</trace_0_trace_type>
-    <border_width>1</border_width>
-    <border_style>5</border_style>
-    <axis_0_grid_color>
-      <color name="Container Grey" red="200" green="200" blue="200" />
-    </axis_0_grid_color>
-    <trace_0_name></trace_0_name>
-    <trace_0_update_mode>0</trace_0_update_mode>
-    <wuid>-67165f8a:15ce4595e06:-22a4</wuid>
-    <transparent>false</transparent>
-    <axis_0_title_font>
-      <opifont.name fontName="OpenSans" height="10" style="1">Small Bold</opifont.name>
-    </axis_0_title_font>
-    <background_color>
-      <color name="White" red="255" green="255" blue="255" />
-    </background_color>
-    <x>580</x>
-    <y>900</y>
-    <trace_0_x_axis_index>0</trace_0_x_axis_index>
-    <axis_count>2</axis_count>
-    <pv_value />
-    <trace_0_buffer_size>1000</trace_0_buffer_size>
-    <axis_1_maximum>100.0</axis_1_maximum>
-    <axis_0_scale_font>
-      <opifont.name fontName="OpenSans" height="10" style="0">Small</opifont.name>
-    </axis_0_scale_font>
-    <trigger_pv></trigger_pv>
-    <widget_type>XY Graph</widget_type>
-    <axis_1_axis_color>
-      <color name="Black" red="0" green="0" blue="0" />
-    </axis_1_axis_color>
-    <axis_0_scale_format></axis_0_scale_format>
-    <axis_1_log_scale>false</axis_1_log_scale>
-    <title>Current</title>
-    <trace_0_visible>true</trace_0_visible>
-    <show_legend>false</show_legend>
-    <axis_0_axis_title>#1 Quadrature current-loop integrator output</axis_0_axis_title>
-    <axis_0_axis_color>
-      <color name="Black" red="0" green="0" blue="0" />
-    </axis_0_axis_color>
-    <axis_0_dash_grid_line>false</axis_0_dash_grid_line>
-    <trace_0_point_style>0</trace_0_point_style>
-    <trace_0_line_width>1</trace_0_line_width>
-    <axis_0_time_format>0</axis_0_time_format>
-    <trace_count>1</trace_count>
-    <axis_1_show_grid>true</axis_1_show_grid>
-    <axis_1_dash_grid_line>true</axis_1_dash_grid_line>
-    <show_toolbar>false</show_toolbar>
-    <axis_0_visible>true</axis_0_visible>
-    <axis_0_show_grid>true</axis_0_show_grid>
-    <trace_0_y_axis_index>1</trace_0_y_axis_index>
-    <scale_options>
-      <width_scalable>true</width_scalable>
-      <height_scalable>true</height_scalable>
-      <keep_wh_ratio>false</keep_wh_ratio>
-    </scale_options>
-    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-    <axis_0_maximum>1000.0</axis_0_maximum>
-    <height>141</height>
-    <trigger_pv_value />
-    <axis_1_grid_color>
-      <color name="Container Grey" red="200" green="200" blue="200" />
-    </axis_1_grid_color>
-    <actions hook="false" hook_all="false" />
-    <axis_0_log_scale>false</axis_0_log_scale>
-    <trace_0_x_pv_value />
-    <axis_0_auto_scale_threshold>0.0</axis_0_auto_scale_threshold>
-    <rules />
-    <axis_1_visible>true</axis_1_visible>
-    <trace_0_update_delay>100</trace_0_update_delay>
-    <pv_name></pv_name>
-    <name>XY Graph_2</name>
-    <axis_0_auto_scale>true</axis_0_auto_scale>
-    <axis_0_minimum>0.0</axis_0_minimum>
-    <axis_1_axis_title></axis_1_axis_title>
-    <axis_1_auto_scale>true</axis_1_auto_scale>
-    <border_color>
-      <color name="Blue" red="0" green="128" blue="255" />
-    </border_color>
-    <trace_0_y_pv>$(P-EMU-PMAC):$(M-EMU-GENERAL):DEBUG6_R</trace_0_y_pv>
-    <trace_0_plot_mode>0</trace_0_plot_mode>
-    <enabled>true</enabled>
-    <trace_0_x_pv></trace_0_x_pv>
-    <axis_1_scale_font>
-      <opifont.name fontName="OpenSans" height="10" style="0">Small</opifont.name>
-    </axis_1_scale_font>
-    <axis_1_time_format>0</axis_1_time_format>
-    <border_alarm_sensitive>false</border_alarm_sensitive>
-    <show_plot_area_border>false</show_plot_area_border>
-    <width>421</width>
-    <axis_1_minimum>0.0</axis_1_minimum>
-    <title_font>
-      <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
-    </title_font>
-    <trace_0_y_pv_value />
-    <plot_area_background_color>
-      <color name="White" red="255" green="255" blue="255" />
-    </plot_area_background_color>
-    <axis_1_title_font>
-      <opifont.name fontName="OpenSans" height="10" style="1">Small Bold</opifont.name>
-    </axis_1_title_font>
-    <visible>true</visible>
-    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-    <scripts />
-    <trace_0_point_size>4</trace_0_point_size>
-    <trace_0_trace_color>
-      <color name="Red On" red="255" green="0" blue="0" />
-    </trace_0_trace_color>
-    <trace_0_anti_alias>true</trace_0_anti_alias>
-    <axis_1_auto_scale_threshold>0.0</axis_1_auto_scale_threshold>
-    <foreground_color>
-      <color name="Black" red="0" green="0" blue="0" />
-    </foreground_color>
-  </widget>
-  <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
-    <border_style>0</border_style>
-    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
-    <alarm_pulsing>false</alarm_pulsing>
-    <precision>0</precision>
-    <tooltip>$(pv_name)</tooltip>
-    <horizontal_alignment>2</horizontal_alignment>
-    <rules />
-    <enabled>true</enabled>
-    <wuid>-67165f8a:15ce4595e06:-2145</wuid>
-    <transparent>false</transparent>
-    <pv_value />
-    <auto_size>false</auto_size>
-    <text></text>
-    <rotation_angle>0.0</rotation_angle>
-    <scripts />
-    <border_alarm_sensitive>false</border_alarm_sensitive>
-    <show_units>true</show_units>
-    <height>19</height>
-    <border_width>1</border_width>
-    <scale_options>
-      <width_scalable>true</width_scalable>
-      <height_scalable>true</height_scalable>
-      <keep_wh_ratio>false</keep_wh_ratio>
-    </scale_options>
-    <visible>true</visible>
-    <pv_name>$(P-EMU-PMAC):$(M-EMU-GENERAL):DEBUG6_R</pv_name>
-    <vertical_alignment>1</vertical_alignment>
-    <border_color>
-      <color name="Blue" red="0" green="128" blue="255" />
-    </border_color>
-    <precision_from_pv>true</precision_from_pv>
-    <widget_type>Text Update</widget_type>
-    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
-    <wrap_words>false</wrap_words>
-    <format_type>0</format_type>
-    <background_color>
-      <color red="186" green="186" blue="192" />
-    </background_color>
-    <width>141</width>
-    <x>340</x>
-    <name>Text Update_6</name>
-    <y>790</y>
-    <foreground_color>
-      <color name="Black" red="0" green="0" blue="0" />
-    </foreground_color>
-    <actions hook="false" hook_all="false" />
-    <font>
-      <opifont.name fontName="OpenSans" height="12" style="0">Normal</opifont.name>
-    </font>
-  </widget>
-  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
-    <border_style>0</border_style>
-    <tooltip></tooltip>
-    <horizontal_alignment>0</horizontal_alignment>
-    <rules />
-    <enabled>true</enabled>
-    <wuid>-67165f8a:15ce4595e06:-2144</wuid>
-    <transparent>true</transparent>
-    <auto_size>true</auto_size>
-    <text>M177</text>
-    <scripts />
-    <height>18</height>
-    <border_width>2</border_width>
-    <scale_options>
-      <width_scalable>true</width_scalable>
-      <height_scalable>true</height_scalable>
-      <keep_wh_ratio>false</keep_wh_ratio>
-    </scale_options>
-    <visible>true</visible>
-    <vertical_alignment>1</vertical_alignment>
-    <border_color>
-      <color name="Black" red="0" green="0" blue="0" />
-    </border_color>
-    <widget_type>Label</widget_type>
-    <wrap_words>true</wrap_words>
-    <background_color>
-      <color name="White" red="255" green="255" blue="255" />
-    </background_color>
-    <width>33</width>
-    <x>296</x>
-    <name>Label Template_6</name>
-    <y>791</y>
-    <foreground_color>
-      <color name="Black" red="0" green="0" blue="0" />
-    </foreground_color>
-    <actions hook="false" hook_all="false" />
-    <show_scrollbar>false</show_scrollbar>
-    <font>
-      <opifont.name fontName="OpenSans" height="10" style="0">Small</opifont.name>
-    </font>
-  </widget>
+<display typeId="org.csstudio.opibuilder.Display" version="1.0.0">
+  <show_close_button>true</show_close_button>
+  <rules />
+  <wuid>-14a921ec:134b2495e46:-7f53</wuid>
+  <show_grid>true</show_grid>
+  <auto_zoom_to_fit_all>false</auto_zoom_to_fit_all>
+  <scripts />
+  <height>620</height>
+  <macros>
+    <include_parent_macros>true</include_parent_macros>
+    <P-EMU-PLC>INFN-SRC</P-EMU-PLC>
+    <P-EMU-PMAC>LNS-ISRC-010</P-EMU-PMAC>
+    <M-EMU-GENERAL>PBI-EM-PMAC</M-EMU-GENERAL>
+    <M-EMU-V>PBI-EMV-PMAC</M-EMU-V>
+    <M-EMU-H>PBI-EMH-PMAC</M-EMU-H>
+    <MAX_COUNTS>796879</MAX_COUNTS>
+    <MAX_CSS>350</MAX_CSS>
+  </macros>
+  <boy_version>4.0.103.201507131348</boy_version>
+  <show_edit_range>true</show_edit_range>
+  <widget_type>Display</widget_type>
+  <auto_scale_widgets>
+    <auto_scale_widgets>false</auto_scale_widgets>
+    <min_width>-1</min_width>
+    <min_height>-1</min_height>
+  </auto_scale_widgets>
+  <background_color>
+    <color name="GUI Background Grey" red="220" green="220" blue="220" />
+  </background_color>
+  <width>1070</width>
+  <x>0</x>
+  <name></name>
+  <grid_space>10</grid_space>
+  <show_ruler>true</show_ruler>
+  <y>0</y>
+  <snap_to_geometry>true</snap_to_geometry>
+  <foreground_color>
+    <color name="Container Border Grey" red="150" green="150" blue="150" />
+  </foreground_color>
+  <actions hook="false" hook_all="false" />
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <border_style>0</border_style>
+    <tooltip></tooltip>
+    <horizontal_alignment>0</horizontal_alignment>
+    <rules />
+    <enabled>false</enabled>
+    <wuid>-4427f650:152f9873ed1:-7d40</wuid>
+    <transparent>false</transparent>
+    <auto_size>false</auto_size>
+    <text>	EMU test motor</text>
+    <scripts />
+    <height>80</height>
+    <border_width>1</border_width>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <visible>true</visible>
+    <vertical_alignment>1</vertical_alignment>
+    <border_color>
+      <color name="Container Border Grey" red="150" green="150" blue="150" />
+    </border_color>
+    <widget_type>Label</widget_type>
+    <wrap_words>false</wrap_words>
+    <background_color>
+      <color name="Primary Blue" red="0" green="148" blue="202" />
+    </background_color>
+    <width>1100</width>
+    <x>0</x>
+    <name>Label_1</name>
+    <y>0</y>
+    <foreground_color>
+      <color name="White" red="255" green="255" blue="255" />
+    </foreground_color>
+    <actions hook="false" hook_all="false" />
+    <font>
+      <opifont.name fontName="Titillium" height="25" style="0">Title</opifont.name>
+    </font>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.groupingContainer" version="1.0.0">
+    <border_style>1</border_style>
+    <tooltip></tooltip>
+    <rules />
+    <enabled>true</enabled>
+    <wuid>-2f9a11f7:155b523133c:-565b</wuid>
+    <transparent>false</transparent>
+    <lock_children>false</lock_children>
+    <scripts />
+    <height>498</height>
+    <border_width>0</border_width>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <macros>
+      <include_parent_macros>true</include_parent_macros>
+      <x_ref>0</x_ref>
+      <y_ref>0</y_ref>
+      <border_ref>40</border_ref>
+      <blade_width>230</blade_width>
+      <blade_height>460</blade_height>
+      <blade_l1>398</blade_l1>
+      <blade_l2>115</blade_l2>
+      <blade_l3>230</blade_l3>
+      <blade_l4>199</blade_l4>
+      <cos60>0.5</cos60>
+      <sin60>0.866025404</sin60>
+      <tan30>0.58</tan30>
+      <offset_balde>2</offset_balde>
+      <tan60>1.732050808</tan60>
+      <cos30>0.866025404</cos30>
+    </macros>
+    <visible>true</visible>
+    <border_color>
+      <color name="Container Border Grey" red="150" green="150" blue="150" />
+    </border_color>
+    <widget_type>Grouping Container</widget_type>
+    <background_color>
+      <color name="Container Grey" red="200" green="200" blue="200" />
+    </background_color>
+    <width>460</width>
+    <x>90</x>
+    <name>Grouping Container_3</name>
+    <y>90</y>
+    <foreground_color>
+      <color name="Black" red="0" green="0" blue="0" />
+    </foreground_color>
+    <actions hook="false" hook_all="false" />
+    <fc>false</fc>
+    <show_scrollbar>false</show_scrollbar>
+    <font>
+      <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+    </font>
+    <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+      <border_style>0</border_style>
+      <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+      <line_width>1</line_width>
+      <horizontal_fill>true</horizontal_fill>
+      <alarm_pulsing>false</alarm_pulsing>
+      <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+      <arrows>0</arrows>
+      <rules />
+      <enabled>true</enabled>
+      <wuid>d3f28bb:157fafcb9d3:-7367</wuid>
+      <transparent>false</transparent>
+      <points>
+        <point x="50" y="20" />
+        <point x="51" y="409" />
+        <point x="51" y="409" />
+        <point x="51" y="409" />
+      </points>
+      <fill_arrow>true</fill_arrow>
+      <pv_value />
+      <alpha>255</alpha>
+      <rotation_angle>0.0</rotation_angle>
+      <scripts>
+        <path pathString="enable_HV.js" checkConnect="true" sfe="false" seoe="false">
+          <pv trig="true">$(P-EMU-PMAC):$(M-EMU-GENERAL):VH_SELECT_R</pv>
+        </path>
+      </scripts>
+      <border_alarm_sensitive>false</border_alarm_sensitive>
+      <height>390</height>
+      <border_width>1</border_width>
+      <scale_options>
+        <width_scalable>true</width_scalable>
+        <height_scalable>true</height_scalable>
+        <keep_wh_ratio>true</keep_wh_ratio>
+      </scale_options>
+      <visible>true</visible>
+      <pv_name></pv_name>
+      <border_color>
+        <color red="0" green="128" blue="255" />
+      </border_color>
+      <anti_alias>true</anti_alias>
+      <line_style>0</line_style>
+      <arrow_length>20</arrow_length>
+      <widget_type>Polyline</widget_type>
+      <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+      <background_color>
+        <color red="30" green="144" blue="255" />
+      </background_color>
+      <width>2</width>
+      <x>50</x>
+      <name>VERTICAL_axis</name>
+      <y>20</y>
+      <fill_level>0.0</fill_level>
+      <foreground_color>
+        <color red="255" green="0" blue="0" />
+      </foreground_color>
+      <actions hook="false" hook_all="false" />
+      <font>
+        <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+      </font>
+    </widget>
+    <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+      <border_style>0</border_style>
+      <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+      <line_width>1</line_width>
+      <horizontal_fill>true</horizontal_fill>
+      <alarm_pulsing>false</alarm_pulsing>
+      <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+      <arrows>0</arrows>
+      <rules />
+      <enabled>true</enabled>
+      <wuid>d3f28bb:157fafcb9d3:-735d</wuid>
+      <transparent>false</transparent>
+      <points>
+        <point x="50" y="410" />
+        <point x="438" y="411" />
+        <point x="438" y="411" />
+        <point x="438" y="411" />
+      </points>
+      <fill_arrow>true</fill_arrow>
+      <pv_value />
+      <alpha>255</alpha>
+      <rotation_angle>0.0</rotation_angle>
+      <scripts>
+        <path pathString="enable_HV.js" checkConnect="true" sfe="false" seoe="false">
+          <pv trig="true">$(P-EMU-PMAC):$(M-EMU-GENERAL):VH_SELECT_R</pv>
+        </path>
+      </scripts>
+      <border_alarm_sensitive>false</border_alarm_sensitive>
+      <height>2</height>
+      <border_width>1</border_width>
+      <scale_options>
+        <width_scalable>true</width_scalable>
+        <height_scalable>true</height_scalable>
+        <keep_wh_ratio>true</keep_wh_ratio>
+      </scale_options>
+      <visible>true</visible>
+      <pv_name></pv_name>
+      <border_color>
+        <color red="0" green="128" blue="255" />
+      </border_color>
+      <anti_alias>true</anti_alias>
+      <line_style>0</line_style>
+      <arrow_length>20</arrow_length>
+      <widget_type>Polyline</widget_type>
+      <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+      <background_color>
+        <color red="30" green="144" blue="255" />
+      </background_color>
+      <width>389</width>
+      <x>50</x>
+      <name>HORIZONTAL_axis</name>
+      <y>410</y>
+      <fill_level>0.0</fill_level>
+      <foreground_color>
+        <color red="255" green="0" blue="0" />
+      </foreground_color>
+      <actions hook="false" hook_all="false" />
+      <font>
+        <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+      </font>
+    </widget>
+    <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+      <border_style>0</border_style>
+      <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+      <line_width>1</line_width>
+      <horizontal_fill>true</horizontal_fill>
+      <alarm_pulsing>false</alarm_pulsing>
+      <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+      <arrows>0</arrows>
+      <rules />
+      <enabled>true</enabled>
+      <wuid>d3f28bb:157fafcb9d3:-7133</wuid>
+      <transparent>false</transparent>
+      <points>
+        <point x="25" y="40" />
+        <point x="74" y="40" />
+      </points>
+      <fill_arrow>true</fill_arrow>
+      <pv_value />
+      <alpha>255</alpha>
+      <rotation_angle>0.0</rotation_angle>
+      <scripts>
+        <path pathString="enable_HV.js" checkConnect="true" sfe="false" seoe="false">
+          <pv trig="true">$(P-EMU-PMAC):$(M-EMU-GENERAL):VH_SELECT_R</pv>
+        </path>
+      </scripts>
+      <border_alarm_sensitive>false</border_alarm_sensitive>
+      <height>1</height>
+      <border_width>1</border_width>
+      <scale_options>
+        <width_scalable>true</width_scalable>
+        <height_scalable>true</height_scalable>
+        <keep_wh_ratio>true</keep_wh_ratio>
+      </scale_options>
+      <visible>true</visible>
+      <pv_name></pv_name>
+      <border_color>
+        <color red="0" green="128" blue="255" />
+      </border_color>
+      <anti_alias>true</anti_alias>
+      <line_style>0</line_style>
+      <arrow_length>20</arrow_length>
+      <widget_type>Polyline</widget_type>
+      <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+      <background_color>
+        <color name="Minor" red="255" green="128" blue="0" />
+      </background_color>
+      <width>50</width>
+      <x>25</x>
+      <name>VERTICAL_H</name>
+      <y>40</y>
+      <fill_level>0.0</fill_level>
+      <foreground_color>
+        <color red="255" green="0" blue="0" />
+      </foreground_color>
+      <actions hook="false" hook_all="false" />
+      <font>
+        <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+      </font>
+    </widget>
+    <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+      <border_style>0</border_style>
+      <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+      <line_width>1</line_width>
+      <horizontal_fill>true</horizontal_fill>
+      <alarm_pulsing>false</alarm_pulsing>
+      <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+      <arrows>0</arrows>
+      <rules />
+      <enabled>true</enabled>
+      <wuid>d3f28bb:157fafcb9d3:-7125</wuid>
+      <transparent>false</transparent>
+      <points>
+        <point x="25" y="390" />
+        <point x="74" y="390" />
+      </points>
+      <fill_arrow>true</fill_arrow>
+      <pv_value />
+      <alpha>255</alpha>
+      <rotation_angle>0.0</rotation_angle>
+      <scripts>
+        <path pathString="enable_HV.js" checkConnect="true" sfe="false" seoe="false">
+          <pv trig="true">$(P-EMU-PMAC):$(M-EMU-GENERAL):VH_SELECT_R</pv>
+        </path>
+      </scripts>
+      <border_alarm_sensitive>false</border_alarm_sensitive>
+      <height>1</height>
+      <border_width>1</border_width>
+      <scale_options>
+        <width_scalable>true</width_scalable>
+        <height_scalable>true</height_scalable>
+        <keep_wh_ratio>true</keep_wh_ratio>
+      </scale_options>
+      <visible>true</visible>
+      <pv_name></pv_name>
+      <border_color>
+        <color red="0" green="128" blue="255" />
+      </border_color>
+      <anti_alias>true</anti_alias>
+      <line_style>0</line_style>
+      <arrow_length>20</arrow_length>
+      <widget_type>Polyline</widget_type>
+      <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+      <background_color>
+        <color name="Minor" red="255" green="128" blue="0" />
+      </background_color>
+      <width>50</width>
+      <x>25</x>
+      <name>VERTICAL_L</name>
+      <y>390</y>
+      <fill_level>0.0</fill_level>
+      <foreground_color>
+        <color red="255" green="0" blue="0" />
+      </foreground_color>
+      <actions hook="false" hook_all="false" />
+      <font>
+        <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+      </font>
+    </widget>
+    <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+      <border_style>0</border_style>
+      <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+      <line_width>2</line_width>
+      <horizontal_fill>true</horizontal_fill>
+      <alarm_pulsing>false</alarm_pulsing>
+      <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+      <arrows>0</arrows>
+      <rules>
+        <rule name="Y_position" prop_id="y" out_exp="true">
+          <exp bool_exp="true">
+            <value>20 + 20 + (-pv0)*pv1/pv2</value>
+          </exp>
+          <pv trig="true">$(P-EMU-PMAC):$(M-EMU-V):M_POSITION_R</pv>
+          <pv trig="true">sim://const($(MAX_CSS))</pv>
+          <pv trig="true">sim://const($(MAX_COUNTS))</pv>
+        </rule>
+      </rules>
+      <enabled>true</enabled>
+      <wuid>d3f28bb:157fafcb9d3:-70c6</wuid>
+      <transparent>false</transparent>
+      <points>
+        <point x="24" y="300" />
+        <point x="73" y="300" />
+      </points>
+      <fill_arrow>true</fill_arrow>
+      <pv_value />
+      <alpha>255</alpha>
+      <rotation_angle>0.0</rotation_angle>
+      <scripts>
+        <path pathString="enable_HV.js" checkConnect="true" sfe="false" seoe="false">
+          <pv trig="true">$(P-EMU-PMAC):$(M-EMU-GENERAL):VH_SELECT_R</pv>
+        </path>
+      </scripts>
+      <border_alarm_sensitive>false</border_alarm_sensitive>
+      <height>1</height>
+      <border_width>1</border_width>
+      <scale_options>
+        <width_scalable>true</width_scalable>
+        <height_scalable>true</height_scalable>
+        <keep_wh_ratio>true</keep_wh_ratio>
+      </scale_options>
+      <visible>true</visible>
+      <pv_name></pv_name>
+      <border_color>
+        <color red="0" green="128" blue="255" />
+      </border_color>
+      <anti_alias>true</anti_alias>
+      <line_style>0</line_style>
+      <arrow_length>20</arrow_length>
+      <widget_type>Polyline</widget_type>
+      <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+      <background_color>
+        <color name="Major" red="255" green="0" blue="0" />
+      </background_color>
+      <width>50</width>
+      <x>24</x>
+      <name>VERTICAL_moteur</name>
+      <y>300</y>
+      <fill_level>0.0</fill_level>
+      <foreground_color>
+        <color red="255" green="0" blue="0" />
+      </foreground_color>
+      <actions hook="false" hook_all="false" />
+      <font>
+        <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+      </font>
+    </widget>
+    <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+      <border_style>0</border_style>
+      <tooltip></tooltip>
+      <horizontal_alignment>0</horizontal_alignment>
+      <rules />
+      <enabled>true</enabled>
+      <wuid>752d155:157fbdffea9:-7cf5</wuid>
+      <transparent>true</transparent>
+      <auto_size>true</auto_size>
+      <text>VH</text>
+      <scripts>
+        <path pathString="enable_HV.js" checkConnect="true" sfe="false" seoe="false">
+          <pv trig="true">$(P-EMU-PMAC):$(M-EMU-GENERAL):VH_SELECT_R</pv>
+        </path>
+      </scripts>
+      <height>18</height>
+      <border_width>2</border_width>
+      <scale_options>
+        <width_scalable>true</width_scalable>
+        <height_scalable>true</height_scalable>
+        <keep_wh_ratio>false</keep_wh_ratio>
+      </scale_options>
+      <visible>true</visible>
+      <vertical_alignment>1</vertical_alignment>
+      <border_color>
+        <color name="Black" red="0" green="0" blue="0" />
+      </border_color>
+      <widget_type>Label</widget_type>
+      <wrap_words>true</wrap_words>
+      <background_color>
+        <color name="White" red="255" green="255" blue="255" />
+      </background_color>
+      <width>18</width>
+      <x>8</x>
+      <name>Label Template_13</name>
+      <y>32</y>
+      <foreground_color>
+        <color name="Black" red="0" green="0" blue="0" />
+      </foreground_color>
+      <actions hook="false" hook_all="false" />
+      <show_scrollbar>false</show_scrollbar>
+      <font>
+        <opifont.name fontName="OpenSans" height="10" style="0">Small</opifont.name>
+      </font>
+    </widget>
+    <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+      <border_style>0</border_style>
+      <tooltip></tooltip>
+      <horizontal_alignment>0</horizontal_alignment>
+      <rules />
+      <enabled>true</enabled>
+      <wuid>752d155:157fbdffea9:-7ceb</wuid>
+      <transparent>true</transparent>
+      <auto_size>true</auto_size>
+      <text>VL</text>
+      <scripts>
+        <path pathString="enable_HV.js" checkConnect="true" sfe="false" seoe="false">
+          <pv trig="true">$(P-EMU-PMAC):$(M-EMU-GENERAL):VH_SELECT_R</pv>
+        </path>
+      </scripts>
+      <height>18</height>
+      <border_width>2</border_width>
+      <scale_options>
+        <width_scalable>true</width_scalable>
+        <height_scalable>true</height_scalable>
+        <keep_wh_ratio>false</keep_wh_ratio>
+      </scale_options>
+      <visible>true</visible>
+      <vertical_alignment>1</vertical_alignment>
+      <border_color>
+        <color name="Black" red="0" green="0" blue="0" />
+      </border_color>
+      <widget_type>Label</widget_type>
+      <wrap_words>true</wrap_words>
+      <background_color>
+        <color name="White" red="255" green="255" blue="255" />
+      </background_color>
+      <width>15</width>
+      <x>9</x>
+      <name>Label Template_1</name>
+      <y>382</y>
+      <foreground_color>
+        <color name="Black" red="0" green="0" blue="0" />
+      </foreground_color>
+      <actions hook="false" hook_all="false" />
+      <show_scrollbar>false</show_scrollbar>
+      <font>
+        <opifont.name fontName="OpenSans" height="10" style="0">Small</opifont.name>
+      </font>
+    </widget>
+    <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+      <border_style>0</border_style>
+      <tooltip></tooltip>
+      <horizontal_alignment>0</horizontal_alignment>
+      <rules />
+      <enabled>true</enabled>
+      <wuid>752d155:157fbdffea9:-7ce1</wuid>
+      <transparent>true</transparent>
+      <auto_size>true</auto_size>
+      <text>cm</text>
+      <scripts>
+        <path pathString="enable_HV.js" checkConnect="true" sfe="false" seoe="false">
+          <pv trig="true">$(P-EMU-PMAC):$(M-EMU-GENERAL):VH_SELECT_R</pv>
+        </path>
+      </scripts>
+      <height>18</height>
+      <border_width>2</border_width>
+      <scale_options>
+        <width_scalable>true</width_scalable>
+        <height_scalable>true</height_scalable>
+        <keep_wh_ratio>false</keep_wh_ratio>
+      </scale_options>
+      <visible>true</visible>
+      <vertical_alignment>1</vertical_alignment>
+      <border_color>
+        <color name="Black" red="0" green="0" blue="0" />
+      </border_color>
+      <widget_type>Label</widget_type>
+      <wrap_words>true</wrap_words>
+      <background_color>
+        <color name="White" red="255" green="255" blue="255" />
+      </background_color>
+      <width>18</width>
+      <x>25</x>
+      <name>Label Template_2</name>
+      <y>3</y>
+      <foreground_color>
+        <color name="Black" red="0" green="0" blue="0" />
+      </foreground_color>
+      <actions hook="false" hook_all="false" />
+      <show_scrollbar>false</show_scrollbar>
+      <font>
+        <opifont.name fontName="OpenSans" height="10" style="0">Small</opifont.name>
+      </font>
+    </widget>
+    <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+      <border_style>0</border_style>
+      <tooltip></tooltip>
+      <horizontal_alignment>0</horizontal_alignment>
+      <rules />
+      <enabled>true</enabled>
+      <wuid>752d155:157fbdffea9:-7cd7</wuid>
+      <transparent>true</transparent>
+      <auto_size>true</auto_size>
+      <text>cts</text>
+      <scripts>
+        <path pathString="enable_HV.js" checkConnect="true" sfe="false" seoe="false">
+          <pv trig="true">$(P-EMU-PMAC):$(M-EMU-GENERAL):VH_SELECT_R</pv>
+        </path>
+      </scripts>
+      <height>18</height>
+      <border_width>2</border_width>
+      <scale_options>
+        <width_scalable>true</width_scalable>
+        <height_scalable>true</height_scalable>
+        <keep_wh_ratio>false</keep_wh_ratio>
+      </scale_options>
+      <visible>true</visible>
+      <vertical_alignment>1</vertical_alignment>
+      <border_color>
+        <color name="Black" red="0" green="0" blue="0" />
+      </border_color>
+      <widget_type>Label</widget_type>
+      <wrap_words>true</wrap_words>
+      <background_color>
+        <color name="White" red="255" green="255" blue="255" />
+      </background_color>
+      <width>17</width>
+      <x>58</x>
+      <name>Label Template_3</name>
+      <y>3</y>
+      <foreground_color>
+        <color name="Black" red="0" green="0" blue="0" />
+      </foreground_color>
+      <actions hook="false" hook_all="false" />
+      <show_scrollbar>false</show_scrollbar>
+      <font>
+        <opifont.name fontName="OpenSans" height="10" style="0">Small</opifont.name>
+      </font>
+    </widget>
+    <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+      <border_style>0</border_style>
+      <tooltip></tooltip>
+      <horizontal_alignment>0</horizontal_alignment>
+      <rules />
+      <enabled>true</enabled>
+      <wuid>752d155:157fbdffea9:-7ccb</wuid>
+      <transparent>true</transparent>
+      <auto_size>true</auto_size>
+      <text>0</text>
+      <scripts>
+        <path pathString="enable_HV.js" checkConnect="true" sfe="false" seoe="false">
+          <pv trig="true">$(P-EMU-PMAC):$(M-EMU-GENERAL):VH_SELECT_R</pv>
+        </path>
+      </scripts>
+      <height>18</height>
+      <border_width>2</border_width>
+      <scale_options>
+        <width_scalable>true</width_scalable>
+        <height_scalable>true</height_scalable>
+        <keep_wh_ratio>false</keep_wh_ratio>
+      </scale_options>
+      <visible>true</visible>
+      <vertical_alignment>1</vertical_alignment>
+      <border_color>
+        <color name="Black" red="0" green="0" blue="0" />
+      </border_color>
+      <widget_type>Label</widget_type>
+      <wrap_words>true</wrap_words>
+      <background_color>
+        <color name="White" red="255" green="255" blue="255" />
+      </background_color>
+      <width>7</width>
+      <x>30</x>
+      <name>Label Template_4</name>
+      <y>20</y>
+      <foreground_color>
+        <color name="Black" red="0" green="0" blue="0" />
+      </foreground_color>
+      <actions hook="false" hook_all="false" />
+      <show_scrollbar>false</show_scrollbar>
+      <font>
+        <opifont.name fontName="OpenSans" height="10" style="0">Small</opifont.name>
+      </font>
+    </widget>
+    <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+      <border_style>0</border_style>
+      <tooltip></tooltip>
+      <horizontal_alignment>0</horizontal_alignment>
+      <rules />
+      <enabled>true</enabled>
+      <wuid>752d155:157fbdffea9:-7cc1</wuid>
+      <transparent>true</transparent>
+      <auto_size>true</auto_size>
+      <text>0</text>
+      <scripts>
+        <path pathString="enable_HV.js" checkConnect="true" sfe="false" seoe="false">
+          <pv trig="true">$(P-EMU-PMAC):$(M-EMU-GENERAL):VH_SELECT_R</pv>
+        </path>
+      </scripts>
+      <height>18</height>
+      <border_width>2</border_width>
+      <scale_options>
+        <width_scalable>true</width_scalable>
+        <height_scalable>true</height_scalable>
+        <keep_wh_ratio>false</keep_wh_ratio>
+      </scale_options>
+      <visible>true</visible>
+      <vertical_alignment>1</vertical_alignment>
+      <border_color>
+        <color name="Black" red="0" green="0" blue="0" />
+      </border_color>
+      <widget_type>Label</widget_type>
+      <wrap_words>true</wrap_words>
+      <background_color>
+        <color name="White" red="255" green="255" blue="255" />
+      </background_color>
+      <width>7</width>
+      <x>63</x>
+      <name>Label Template_5</name>
+      <y>20</y>
+      <foreground_color>
+        <color name="Black" red="0" green="0" blue="0" />
+      </foreground_color>
+      <actions hook="false" hook_all="false" />
+      <show_scrollbar>false</show_scrollbar>
+      <font>
+        <opifont.name fontName="OpenSans" height="10" style="0">Small</opifont.name>
+      </font>
+    </widget>
+    <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+      <border_style>0</border_style>
+      <tooltip></tooltip>
+      <horizontal_alignment>0</horizontal_alignment>
+      <rules />
+      <enabled>true</enabled>
+      <wuid>752d155:157fbdffea9:-7c93</wuid>
+      <transparent>true</transparent>
+      <auto_size>true</auto_size>
+      <text>-796879</text>
+      <scripts>
+        <path pathString="enable_HV.js" checkConnect="true" sfe="false" seoe="false">
+          <pv trig="true">$(P-EMU-PMAC):$(M-EMU-GENERAL):VH_SELECT_R</pv>
+        </path>
+      </scripts>
+      <height>18</height>
+      <border_width>2</border_width>
+      <scale_options>
+        <width_scalable>true</width_scalable>
+        <height_scalable>true</height_scalable>
+        <keep_wh_ratio>false</keep_wh_ratio>
+      </scale_options>
+      <visible>true</visible>
+      <vertical_alignment>1</vertical_alignment>
+      <border_color>
+        <color name="Black" red="0" green="0" blue="0" />
+      </border_color>
+      <widget_type>Label</widget_type>
+      <wrap_words>true</wrap_words>
+      <background_color>
+        <color name="White" red="255" green="255" blue="255" />
+      </background_color>
+      <width>46</width>
+      <x>79</x>
+      <name>Label Template_6</name>
+      <y>373</y>
+      <foreground_color>
+        <color name="Black" red="0" green="0" blue="0" />
+      </foreground_color>
+      <actions hook="false" hook_all="false" />
+      <show_scrollbar>false</show_scrollbar>
+      <font>
+        <opifont.name fontName="OpenSans" height="10" style="0">Small</opifont.name>
+      </font>
+    </widget>
+    <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+      <border_style>0</border_style>
+      <tooltip></tooltip>
+      <horizontal_alignment>0</horizontal_alignment>
+      <rules />
+      <enabled>true</enabled>
+      <wuid>752d155:157fbdffea9:-7c89</wuid>
+      <transparent>true</transparent>
+      <auto_size>true</auto_size>
+      <text>-21</text>
+      <scripts>
+        <path pathString="enable_HV.js" checkConnect="true" sfe="false" seoe="false">
+          <pv trig="true">$(P-EMU-PMAC):$(M-EMU-GENERAL):VH_SELECT_R</pv>
+        </path>
+      </scripts>
+      <height>18</height>
+      <border_width>2</border_width>
+      <scale_options>
+        <width_scalable>true</width_scalable>
+        <height_scalable>true</height_scalable>
+        <keep_wh_ratio>false</keep_wh_ratio>
+      </scale_options>
+      <visible>true</visible>
+      <vertical_alignment>1</vertical_alignment>
+      <border_color>
+        <color name="Black" red="0" green="0" blue="0" />
+      </border_color>
+      <widget_type>Label</widget_type>
+      <wrap_words>true</wrap_words>
+      <background_color>
+        <color name="White" red="255" green="255" blue="255" />
+      </background_color>
+      <width>18</width>
+      <x>27</x>
+      <name>Label Template_7</name>
+      <y>365</y>
+      <foreground_color>
+        <color name="Black" red="0" green="0" blue="0" />
+      </foreground_color>
+      <actions hook="false" hook_all="false" />
+      <show_scrollbar>false</show_scrollbar>
+      <font>
+        <opifont.name fontName="OpenSans" height="10" style="0">Small</opifont.name>
+      </font>
+    </widget>
+    <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+      <border_style>0</border_style>
+      <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+      <line_width>1</line_width>
+      <horizontal_fill>true</horizontal_fill>
+      <alarm_pulsing>false</alarm_pulsing>
+      <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+      <arrows>0</arrows>
+      <rules />
+      <enabled>true</enabled>
+      <wuid>752d155:157fbdffea9:-7bcd</wuid>
+      <transparent>false</transparent>
+      <points>
+        <point x="24" y="88" />
+        <point x="73" y="88" />
+      </points>
+      <fill_arrow>true</fill_arrow>
+      <pv_value />
+      <alpha>255</alpha>
+      <rotation_angle>0.0</rotation_angle>
+      <scripts>
+        <path pathString="enable_HV.js" checkConnect="true" sfe="false" seoe="false">
+          <pv trig="true">$(P-EMU-PMAC):$(M-EMU-GENERAL):VH_SELECT_R</pv>
+        </path>
+      </scripts>
+      <border_alarm_sensitive>false</border_alarm_sensitive>
+      <height>1</height>
+      <border_width>1</border_width>
+      <scale_options>
+        <width_scalable>true</width_scalable>
+        <height_scalable>true</height_scalable>
+        <keep_wh_ratio>true</keep_wh_ratio>
+      </scale_options>
+      <visible>true</visible>
+      <pv_name></pv_name>
+      <border_color>
+        <color red="0" green="128" blue="255" />
+      </border_color>
+      <anti_alias>true</anti_alias>
+      <line_style>0</line_style>
+      <arrow_length>20</arrow_length>
+      <widget_type>Polyline</widget_type>
+      <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+      <background_color>
+        <color name="Green On" red="0" green="255" blue="0" />
+      </background_color>
+      <width>50</width>
+      <x>24</x>
+      <name>VERTICAL_maintenance_position</name>
+      <y>88</y>
+      <fill_level>0.0</fill_level>
+      <foreground_color>
+        <color red="255" green="0" blue="0" />
+      </foreground_color>
+      <actions hook="false" hook_all="false" />
+      <font>
+        <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+      </font>
+    </widget>
+    <widget typeId="org.csstudio.opibuilder.widgets.ActionButton" version="2.0.0">
+      <toggle_button>false</toggle_button>
+      <border_style>0</border_style>
+      <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+      <alarm_pulsing>false</alarm_pulsing>
+      <tooltip>$(pv_name)</tooltip>
+      <push_action_index>0</push_action_index>
+      <rules />
+      <enabled>true</enabled>
+      <wuid>d3f28bb:157fafcb9d3:-7a17</wuid>
+      <pv_value />
+      <text>STOP EMERGENCY</text>
+      <scripts />
+      <border_alarm_sensitive>false</border_alarm_sensitive>
+      <height>40</height>
+      <border_width>1</border_width>
+      <scale_options>
+        <width_scalable>true</width_scalable>
+        <height_scalable>true</height_scalable>
+        <keep_wh_ratio>false</keep_wh_ratio>
+      </scale_options>
+      <image></image>
+      <visible>true</visible>
+      <pv_name></pv_name>
+      <border_color>
+        <color name="Blue" red="0" green="128" blue="255" />
+      </border_color>
+      <widget_type>Action Button</widget_type>
+      <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+      <background_color>
+        <color name="Button Grey" red="180" green="180" blue="180" />
+      </background_color>
+      <width>156</width>
+      <x>143</x>
+      <name>Action Button_1</name>
+      <y>440</y>
+      <style>0</style>
+      <foreground_color>
+        <color name="Black" red="0" green="0" blue="0" />
+      </foreground_color>
+      <actions hook="false" hook_all="false">
+        <action type="WRITE_PV">
+          <pv_name>$(P-EMU-PMAC):$(M-EMU-GENERAL):ASK</pv_name>
+          <value>#1K#2KM33=0M34=0</value>
+          <timeout>10</timeout>
+          <confirm_message></confirm_message>
+          <description></description>
+        </action>
+      </actions>
+      <font>
+        <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+      </font>
+    </widget>
+    <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
+      <alarm_pulsing>false</alarm_pulsing>
+      <tooltip>$(pv_name)</tooltip>
+      <rules />
+      <effect_3d>true</effect_3d>
+      <bit>-1</bit>
+      <pv_value />
+      <height>18</height>
+      <border_width>1</border_width>
+      <visible>true</visible>
+      <pv_name>$(P-EMU-PMAC):$(M-EMU-GENERAL):M_FAILURE_R</pv_name>
+      <border_color>
+        <color name="Blue" red="0" green="128" blue="255" />
+      </border_color>
+      <widget_type>LED</widget_type>
+      <name>LED</name>
+      <actions hook="false" hook_all="false" />
+      <show_boolean_label>false</show_boolean_label>
+      <border_style>0</border_style>
+      <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+      <enabled>true</enabled>
+      <wuid>3936cfcc:15896dd4538:-7ef2</wuid>
+      <on_color>
+        <color name="Major" red="255" green="0" blue="0" />
+      </on_color>
+      <scripts />
+      <border_alarm_sensitive>false</border_alarm_sensitive>
+      <on_label>ON</on_label>
+      <scale_options>
+        <width_scalable>true</width_scalable>
+        <height_scalable>true</height_scalable>
+        <keep_wh_ratio>true</keep_wh_ratio>
+      </scale_options>
+      <off_color>
+        <color name="Green Off" red="0" green="30" blue="0" />
+      </off_color>
+      <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+      <background_color>
+        <color name="Field Background Grey" red="240" green="240" blue="240" />
+      </background_color>
+      <square_led>false</square_led>
+      <width>18</width>
+      <x>93</x>
+      <data_type>0</data_type>
+      <y>14</y>
+      <foreground_color>
+        <color name="Button Grey" red="180" green="180" blue="180" />
+      </foreground_color>
+      <font>
+        <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+      </font>
+      <off_label>OFF</off_label>
+    </widget>
+    <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+      <border_style>0</border_style>
+      <tooltip></tooltip>
+      <horizontal_alignment>0</horizontal_alignment>
+      <rules />
+      <enabled>true</enabled>
+      <wuid>3936cfcc:15896dd4538:-7ef1</wuid>
+      <transparent>true</transparent>
+      <auto_size>true</auto_size>
+      <text>Geo Brick intern error (P92)</text>
+      <scripts />
+      <height>18</height>
+      <border_width>2</border_width>
+      <scale_options>
+        <width_scalable>true</width_scalable>
+        <height_scalable>true</height_scalable>
+        <keep_wh_ratio>false</keep_wh_ratio>
+      </scale_options>
+      <visible>true</visible>
+      <vertical_alignment>1</vertical_alignment>
+      <border_color>
+        <color name="Black" red="0" green="0" blue="0" />
+      </border_color>
+      <widget_type>Label</widget_type>
+      <wrap_words>true</wrap_words>
+      <background_color>
+        <color name="White" red="255" green="255" blue="255" />
+      </background_color>
+      <width>161</width>
+      <x>115</x>
+      <name>Label Template_8</name>
+      <y>14</y>
+      <foreground_color>
+        <color name="Black" red="0" green="0" blue="0" />
+      </foreground_color>
+      <actions hook="false" hook_all="false" />
+      <show_scrollbar>false</show_scrollbar>
+      <font>
+        <opifont.name fontName="OpenSans" height="10" style="0">Small</opifont.name>
+      </font>
+    </widget>
+    <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
+      <alarm_pulsing>false</alarm_pulsing>
+      <tooltip>$(pv_name)</tooltip>
+      <rules />
+      <effect_3d>true</effect_3d>
+      <bit>-1</bit>
+      <pv_value />
+      <height>18</height>
+      <border_width>1</border_width>
+      <visible>true</visible>
+      <pv_name>$(P-EMU-PMAC):$(M-EMU-GENERAL):CURRENT_ERR_R</pv_name>
+      <border_color>
+        <color name="Blue" red="0" green="128" blue="255" />
+      </border_color>
+      <widget_type>LED</widget_type>
+      <name>LED_1</name>
+      <actions hook="false" hook_all="false" />
+      <show_boolean_label>false</show_boolean_label>
+      <border_style>0</border_style>
+      <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+      <enabled>true</enabled>
+      <wuid>3936cfcc:15896dd4538:-7ef0</wuid>
+      <on_color>
+        <color name="Major" red="255" green="0" blue="0" />
+      </on_color>
+      <scripts />
+      <border_alarm_sensitive>false</border_alarm_sensitive>
+      <on_label>ON</on_label>
+      <scale_options>
+        <width_scalable>true</width_scalable>
+        <height_scalable>true</height_scalable>
+        <keep_wh_ratio>true</keep_wh_ratio>
+      </scale_options>
+      <off_color>
+        <color name="Green Off" red="0" green="30" blue="0" />
+      </off_color>
+      <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+      <background_color>
+        <color name="Field Background Grey" red="240" green="240" blue="240" />
+      </background_color>
+      <square_led>false</square_led>
+      <width>18</width>
+      <x>93</x>
+      <data_type>0</data_type>
+      <y>44</y>
+      <foreground_color>
+        <color name="Button Grey" red="180" green="180" blue="180" />
+      </foreground_color>
+      <font>
+        <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+      </font>
+      <off_label>OFF</off_label>
+    </widget>
+    <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+      <border_style>0</border_style>
+      <tooltip></tooltip>
+      <horizontal_alignment>0</horizontal_alignment>
+      <rules />
+      <enabled>true</enabled>
+      <wuid>3936cfcc:15896dd4538:-7eef</wuid>
+      <transparent>true</transparent>
+      <auto_size>true</auto_size>
+      <text>Current over limit (P93)</text>
+      <scripts />
+      <height>18</height>
+      <border_width>2</border_width>
+      <scale_options>
+        <width_scalable>true</width_scalable>
+        <height_scalable>true</height_scalable>
+        <keep_wh_ratio>false</keep_wh_ratio>
+      </scale_options>
+      <visible>true</visible>
+      <vertical_alignment>1</vertical_alignment>
+      <border_color>
+        <color name="Black" red="0" green="0" blue="0" />
+      </border_color>
+      <widget_type>Label</widget_type>
+      <wrap_words>true</wrap_words>
+      <background_color>
+        <color name="White" red="255" green="255" blue="255" />
+      </background_color>
+      <width>138</width>
+      <x>115</x>
+      <name>Label Template_9</name>
+      <y>44</y>
+      <foreground_color>
+        <color name="Black" red="0" green="0" blue="0" />
+      </foreground_color>
+      <actions hook="false" hook_all="false" />
+      <show_scrollbar>false</show_scrollbar>
+      <font>
+        <opifont.name fontName="OpenSans" height="10" style="0">Small</opifont.name>
+      </font>
+    </widget>
+    <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+      <border_style>0</border_style>
+      <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+      <line_width>2</line_width>
+      <horizontal_fill>true</horizontal_fill>
+      <alarm_pulsing>false</alarm_pulsing>
+      <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+      <arrows>0</arrows>
+      <rules>
+        <rule name="X_position" prop_id="x" out_exp="true">
+          <exp bool_exp="true">
+            <value>50 + 20 + 350 + (pv0)*pv1/pv2</value>
+          </exp>
+          <pv trig="true">$(P-EMU-PMAC):$(M-EMU-H):M_POSITION_R</pv>
+          <pv trig="true">sim://const($(MAX_CSS))</pv>
+          <pv trig="true">sim://const($(MAX_COUNTS))</pv>
+        </rule>
+      </rules>
+      <enabled>true</enabled>
+      <wuid>3936cfcc:15896dd4538:-7ed8</wuid>
+      <transparent>false</transparent>
+      <points>
+        <point x="290" y="434" />
+        <point x="290" y="385" />
+      </points>
+      <fill_arrow>true</fill_arrow>
+      <pv_value />
+      <alpha>255</alpha>
+      <rotation_angle>0.0</rotation_angle>
+      <scripts>
+        <path pathString="enable_HV.js" checkConnect="true" sfe="false" seoe="false">
+          <pv trig="true">$(P-EMU-PMAC):$(M-EMU-GENERAL):VH_SELECT_R</pv>
+        </path>
+      </scripts>
+      <border_alarm_sensitive>false</border_alarm_sensitive>
+      <height>50</height>
+      <border_width>1</border_width>
+      <scale_options>
+        <width_scalable>true</width_scalable>
+        <height_scalable>true</height_scalable>
+        <keep_wh_ratio>true</keep_wh_ratio>
+      </scale_options>
+      <visible>true</visible>
+      <pv_name></pv_name>
+      <border_color>
+        <color red="0" green="128" blue="255" />
+      </border_color>
+      <anti_alias>true</anti_alias>
+      <line_style>0</line_style>
+      <arrow_length>20</arrow_length>
+      <widget_type>Polyline</widget_type>
+      <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+      <background_color>
+        <color name="Invalid" red="255" green="0" blue="255" />
+      </background_color>
+      <width>1</width>
+      <x>290</x>
+      <name>HORIZONTAL_moteur</name>
+      <y>385</y>
+      <fill_level>0.0</fill_level>
+      <foreground_color>
+        <color red="255" green="0" blue="0" />
+      </foreground_color>
+      <actions hook="false" hook_all="false" />
+      <font>
+        <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+      </font>
+    </widget>
+    <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+      <border_style>0</border_style>
+      <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+      <line_width>1</line_width>
+      <horizontal_fill>true</horizontal_fill>
+      <alarm_pulsing>false</alarm_pulsing>
+      <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+      <arrows>0</arrows>
+      <rules />
+      <enabled>true</enabled>
+      <wuid>3936cfcc:15896dd4538:-7ecc</wuid>
+      <transparent>false</transparent>
+      <points>
+        <point x="420" y="385" />
+        <point x="420" y="434" />
+      </points>
+      <fill_arrow>true</fill_arrow>
+      <pv_value />
+      <alpha>255</alpha>
+      <rotation_angle>0.0</rotation_angle>
+      <scripts>
+        <path pathString="enable_HV.js" checkConnect="true" sfe="false" seoe="false">
+          <pv trig="true">$(P-EMU-PMAC):$(M-EMU-GENERAL):VH_SELECT_R</pv>
+        </path>
+      </scripts>
+      <border_alarm_sensitive>false</border_alarm_sensitive>
+      <height>50</height>
+      <border_width>1</border_width>
+      <scale_options>
+        <width_scalable>true</width_scalable>
+        <height_scalable>true</height_scalable>
+        <keep_wh_ratio>true</keep_wh_ratio>
+      </scale_options>
+      <visible>true</visible>
+      <pv_name></pv_name>
+      <border_color>
+        <color red="0" green="128" blue="255" />
+      </border_color>
+      <anti_alias>true</anti_alias>
+      <line_style>0</line_style>
+      <arrow_length>20</arrow_length>
+      <widget_type>Polyline</widget_type>
+      <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+      <background_color>
+        <color name="Minor" red="255" green="128" blue="0" />
+      </background_color>
+      <width>1</width>
+      <x>420</x>
+      <name>HORIZONTAL_H</name>
+      <y>385</y>
+      <fill_level>0.0</fill_level>
+      <foreground_color>
+        <color red="255" green="0" blue="0" />
+      </foreground_color>
+      <actions hook="false" hook_all="false" />
+      <font>
+        <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+      </font>
+    </widget>
+    <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+      <border_style>0</border_style>
+      <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+      <line_width>1</line_width>
+      <horizontal_fill>true</horizontal_fill>
+      <alarm_pulsing>false</alarm_pulsing>
+      <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+      <arrows>0</arrows>
+      <rules />
+      <enabled>true</enabled>
+      <wuid>3936cfcc:15896dd4538:-7eb6</wuid>
+      <transparent>false</transparent>
+      <points>
+        <point x="70" y="385" />
+        <point x="70" y="434" />
+      </points>
+      <fill_arrow>true</fill_arrow>
+      <pv_value />
+      <alpha>255</alpha>
+      <rotation_angle>0.0</rotation_angle>
+      <scripts>
+        <path pathString="enable_HV.js" checkConnect="true" sfe="false" seoe="false">
+          <pv trig="true">$(P-EMU-PMAC):$(M-EMU-GENERAL):VH_SELECT_R</pv>
+        </path>
+      </scripts>
+      <border_alarm_sensitive>false</border_alarm_sensitive>
+      <height>50</height>
+      <border_width>1</border_width>
+      <scale_options>
+        <width_scalable>true</width_scalable>
+        <height_scalable>true</height_scalable>
+        <keep_wh_ratio>true</keep_wh_ratio>
+      </scale_options>
+      <visible>true</visible>
+      <pv_name></pv_name>
+      <border_color>
+        <color red="0" green="128" blue="255" />
+      </border_color>
+      <anti_alias>true</anti_alias>
+      <line_style>0</line_style>
+      <arrow_length>20</arrow_length>
+      <widget_type>Polyline</widget_type>
+      <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+      <background_color>
+        <color name="Minor" red="255" green="128" blue="0" />
+      </background_color>
+      <width>1</width>
+      <x>70</x>
+      <name>HORIZONTAL_L</name>
+      <y>385</y>
+      <fill_level>0.0</fill_level>
+      <foreground_color>
+        <color red="255" green="0" blue="0" />
+      </foreground_color>
+      <actions hook="false" hook_all="false" />
+      <font>
+        <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+      </font>
+    </widget>
+    <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+      <border_style>0</border_style>
+      <tooltip></tooltip>
+      <horizontal_alignment>0</horizontal_alignment>
+      <rules />
+      <enabled>true</enabled>
+      <wuid>3936cfcc:15896dd4538:-7e9e</wuid>
+      <transparent>true</transparent>
+      <auto_size>true</auto_size>
+      <text>HL</text>
+      <scripts>
+        <path pathString="enable_HV.js" checkConnect="true" sfe="false" seoe="false">
+          <pv trig="true">$(P-EMU-PMAC):$(M-EMU-GENERAL):VH_SELECT_R</pv>
+        </path>
+      </scripts>
+      <height>18</height>
+      <border_width>2</border_width>
+      <scale_options>
+        <width_scalable>true</width_scalable>
+        <height_scalable>true</height_scalable>
+        <keep_wh_ratio>false</keep_wh_ratio>
+      </scale_options>
+      <visible>true</visible>
+      <vertical_alignment>1</vertical_alignment>
+      <border_color>
+        <color name="Black" red="0" green="0" blue="0" />
+      </border_color>
+      <widget_type>Label</widget_type>
+      <wrap_words>true</wrap_words>
+      <background_color>
+        <color name="White" red="255" green="255" blue="255" />
+      </background_color>
+      <width>17</width>
+      <x>51</x>
+      <name>Label Template_10</name>
+      <y>411</y>
+      <foreground_color>
+        <color name="Black" red="0" green="0" blue="0" />
+      </foreground_color>
+      <actions hook="false" hook_all="false" />
+      <show_scrollbar>false</show_scrollbar>
+      <font>
+        <opifont.name fontName="OpenSans" height="10" style="0">Small</opifont.name>
+      </font>
+    </widget>
+    <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+      <border_style>0</border_style>
+      <tooltip></tooltip>
+      <horizontal_alignment>0</horizontal_alignment>
+      <rules />
+      <enabled>true</enabled>
+      <wuid>3936cfcc:15896dd4538:-7e94</wuid>
+      <transparent>true</transparent>
+      <auto_size>true</auto_size>
+      <text>HH</text>
+      <scripts>
+        <path pathString="enable_HV.js" checkConnect="true" sfe="false" seoe="false">
+          <pv trig="true">$(P-EMU-PMAC):$(M-EMU-GENERAL):VH_SELECT_R</pv>
+        </path>
+      </scripts>
+      <height>18</height>
+      <border_width>2</border_width>
+      <scale_options>
+        <width_scalable>true</width_scalable>
+        <height_scalable>true</height_scalable>
+        <keep_wh_ratio>false</keep_wh_ratio>
+      </scale_options>
+      <visible>true</visible>
+      <vertical_alignment>1</vertical_alignment>
+      <border_color>
+        <color name="Black" red="0" green="0" blue="0" />
+      </border_color>
+      <widget_type>Label</widget_type>
+      <wrap_words>true</wrap_words>
+      <background_color>
+        <color name="White" red="255" green="255" blue="255" />
+      </background_color>
+      <width>20</width>
+      <x>425</x>
+      <name>Label Template_13</name>
+      <y>417</y>
+      <foreground_color>
+        <color name="Black" red="0" green="0" blue="0" />
+      </foreground_color>
+      <actions hook="false" hook_all="false" />
+      <show_scrollbar>false</show_scrollbar>
+      <font>
+        <opifont.name fontName="OpenSans" height="10" style="0">Small</opifont.name>
+      </font>
+    </widget>
+    <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+      <border_style>0</border_style>
+      <tooltip></tooltip>
+      <horizontal_alignment>0</horizontal_alignment>
+      <rules />
+      <enabled>true</enabled>
+      <wuid>3936cfcc:15896dd4538:-7e88</wuid>
+      <transparent>true</transparent>
+      <auto_size>true</auto_size>
+      <text>-21</text>
+      <scripts>
+        <path pathString="enable_HV.js" checkConnect="true" sfe="false" seoe="false">
+          <pv trig="true">$(P-EMU-PMAC):$(M-EMU-GENERAL):VH_SELECT_R</pv>
+        </path>
+      </scripts>
+      <height>18</height>
+      <border_width>2</border_width>
+      <scale_options>
+        <width_scalable>true</width_scalable>
+        <height_scalable>true</height_scalable>
+        <keep_wh_ratio>false</keep_wh_ratio>
+      </scale_options>
+      <visible>true</visible>
+      <vertical_alignment>1</vertical_alignment>
+      <border_color>
+        <color name="Black" red="0" green="0" blue="0" />
+      </border_color>
+      <widget_type>Label</widget_type>
+      <wrap_words>true</wrap_words>
+      <background_color>
+        <color name="White" red="255" green="255" blue="255" />
+      </background_color>
+      <width>18</width>
+      <x>62</x>
+      <name>Label Template_14</name>
+      <y>440</y>
+      <foreground_color>
+        <color name="Black" red="0" green="0" blue="0" />
+      </foreground_color>
+      <actions hook="false" hook_all="false" />
+      <show_scrollbar>false</show_scrollbar>
+      <font>
+        <opifont.name fontName="OpenSans" height="10" style="0">Small</opifont.name>
+      </font>
+    </widget>
+    <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+      <border_style>0</border_style>
+      <tooltip></tooltip>
+      <horizontal_alignment>0</horizontal_alignment>
+      <rules />
+      <enabled>true</enabled>
+      <wuid>3936cfcc:15896dd4538:-7c79</wuid>
+      <transparent>true</transparent>
+      <auto_size>true</auto_size>
+      <text>cm</text>
+      <scripts>
+        <path pathString="enable_HV.js" checkConnect="true" sfe="false" seoe="false">
+          <pv trig="true">$(P-EMU-PMAC):$(M-EMU-GENERAL):VH_SELECT_R</pv>
+        </path>
+      </scripts>
+      <height>18</height>
+      <border_width>2</border_width>
+      <scale_options>
+        <width_scalable>true</width_scalable>
+        <height_scalable>true</height_scalable>
+        <keep_wh_ratio>false</keep_wh_ratio>
+      </scale_options>
+      <visible>true</visible>
+      <vertical_alignment>1</vertical_alignment>
+      <border_color>
+        <color name="Black" red="0" green="0" blue="0" />
+      </border_color>
+      <widget_type>Label</widget_type>
+      <wrap_words>true</wrap_words>
+      <background_color>
+        <color name="White" red="255" green="255" blue="255" />
+      </background_color>
+      <width>18</width>
+      <x>438</x>
+      <name>Label Template_15</name>
+      <y>434</y>
+      <foreground_color>
+        <color name="Black" red="0" green="0" blue="0" />
+      </foreground_color>
+      <actions hook="false" hook_all="false" />
+      <show_scrollbar>false</show_scrollbar>
+      <font>
+        <opifont.name fontName="OpenSans" height="10" style="0">Small</opifont.name>
+      </font>
+    </widget>
+    <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+      <border_style>0</border_style>
+      <tooltip></tooltip>
+      <horizontal_alignment>0</horizontal_alignment>
+      <rules />
+      <enabled>true</enabled>
+      <wuid>3936cfcc:15896dd4538:-7c71</wuid>
+      <transparent>true</transparent>
+      <auto_size>true</auto_size>
+      <text>cts</text>
+      <scripts>
+        <path pathString="enable_HV.js" checkConnect="true" sfe="false" seoe="false">
+          <pv trig="true">$(P-EMU-PMAC):$(M-EMU-GENERAL):VH_SELECT_R</pv>
+        </path>
+      </scripts>
+      <height>18</height>
+      <border_width>2</border_width>
+      <scale_options>
+        <width_scalable>true</width_scalable>
+        <height_scalable>true</height_scalable>
+        <keep_wh_ratio>false</keep_wh_ratio>
+      </scale_options>
+      <visible>true</visible>
+      <vertical_alignment>1</vertical_alignment>
+      <border_color>
+        <color name="Black" red="0" green="0" blue="0" />
+      </border_color>
+      <widget_type>Label</widget_type>
+      <wrap_words>true</wrap_words>
+      <background_color>
+        <color name="White" red="255" green="255" blue="255" />
+      </background_color>
+      <width>17</width>
+      <x>438</x>
+      <name>Label Template_16</name>
+      <y>390</y>
+      <foreground_color>
+        <color name="Black" red="0" green="0" blue="0" />
+      </foreground_color>
+      <actions hook="false" hook_all="false" />
+      <show_scrollbar>false</show_scrollbar>
+      <font>
+        <opifont.name fontName="OpenSans" height="10" style="0">Small</opifont.name>
+      </font>
+    </widget>
+    <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+      <border_style>0</border_style>
+      <tooltip></tooltip>
+      <horizontal_alignment>0</horizontal_alignment>
+      <rules />
+      <enabled>true</enabled>
+      <wuid>3936cfcc:15896dd4538:-7c69</wuid>
+      <transparent>true</transparent>
+      <auto_size>true</auto_size>
+      <text>0</text>
+      <scripts>
+        <path pathString="enable_HV.js" checkConnect="true" sfe="false" seoe="false">
+          <pv trig="true">$(P-EMU-PMAC):$(M-EMU-GENERAL):VH_SELECT_R</pv>
+        </path>
+      </scripts>
+      <height>18</height>
+      <border_width>2</border_width>
+      <scale_options>
+        <width_scalable>true</width_scalable>
+        <height_scalable>true</height_scalable>
+        <keep_wh_ratio>false</keep_wh_ratio>
+      </scale_options>
+      <visible>true</visible>
+      <vertical_alignment>1</vertical_alignment>
+      <border_color>
+        <color name="Black" red="0" green="0" blue="0" />
+      </border_color>
+      <widget_type>Label</widget_type>
+      <wrap_words>true</wrap_words>
+      <background_color>
+        <color name="White" red="255" green="255" blue="255" />
+      </background_color>
+      <width>7</width>
+      <x>425</x>
+      <name>Label Template_17</name>
+      <y>390</y>
+      <foreground_color>
+        <color name="Black" red="0" green="0" blue="0" />
+      </foreground_color>
+      <actions hook="false" hook_all="false" />
+      <show_scrollbar>false</show_scrollbar>
+      <font>
+        <opifont.name fontName="OpenSans" height="10" style="0">Small</opifont.name>
+      </font>
+    </widget>
+    <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+      <border_style>0</border_style>
+      <tooltip></tooltip>
+      <horizontal_alignment>0</horizontal_alignment>
+      <rules />
+      <enabled>true</enabled>
+      <wuid>3936cfcc:15896dd4538:-7c64</wuid>
+      <transparent>true</transparent>
+      <auto_size>true</auto_size>
+      <text>0</text>
+      <scripts>
+        <path pathString="enable_HV.js" checkConnect="true" sfe="false" seoe="false">
+          <pv trig="true">$(P-EMU-PMAC):$(M-EMU-GENERAL):VH_SELECT_R</pv>
+        </path>
+      </scripts>
+      <height>18</height>
+      <border_width>2</border_width>
+      <scale_options>
+        <width_scalable>true</width_scalable>
+        <height_scalable>true</height_scalable>
+        <keep_wh_ratio>false</keep_wh_ratio>
+      </scale_options>
+      <visible>true</visible>
+      <vertical_alignment>1</vertical_alignment>
+      <border_color>
+        <color name="Black" red="0" green="0" blue="0" />
+      </border_color>
+      <widget_type>Label</widget_type>
+      <wrap_words>true</wrap_words>
+      <background_color>
+        <color name="White" red="255" green="255" blue="255" />
+      </background_color>
+      <width>7</width>
+      <x>425</x>
+      <name>Label Template_18</name>
+      <y>434</y>
+      <foreground_color>
+        <color name="Black" red="0" green="0" blue="0" />
+      </foreground_color>
+      <actions hook="false" hook_all="false" />
+      <show_scrollbar>false</show_scrollbar>
+      <font>
+        <opifont.name fontName="OpenSans" height="10" style="0">Small</opifont.name>
+      </font>
+    </widget>
+    <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+      <border_style>0</border_style>
+      <tooltip></tooltip>
+      <horizontal_alignment>0</horizontal_alignment>
+      <rules />
+      <enabled>true</enabled>
+      <wuid>3936cfcc:15896dd4538:-7be0</wuid>
+      <transparent>true</transparent>
+      <auto_size>true</auto_size>
+      <text>Vertical</text>
+      <scripts />
+      <height>18</height>
+      <border_width>2</border_width>
+      <scale_options>
+        <width_scalable>true</width_scalable>
+        <height_scalable>true</height_scalable>
+        <keep_wh_ratio>false</keep_wh_ratio>
+      </scale_options>
+      <visible>true</visible>
+      <vertical_alignment>1</vertical_alignment>
+      <border_color>
+        <color name="Black" red="0" green="0" blue="0" />
+      </border_color>
+      <widget_type>Label</widget_type>
+      <wrap_words>true</wrap_words>
+      <background_color>
+        <color name="White" red="255" green="255" blue="255" />
+      </background_color>
+      <width>44</width>
+      <x>330</x>
+      <name>Label Template_19</name>
+      <y>44</y>
+      <foreground_color>
+        <color name="Black" red="0" green="0" blue="0" />
+      </foreground_color>
+      <actions hook="false" hook_all="false" />
+      <show_scrollbar>false</show_scrollbar>
+      <font>
+        <opifont.name fontName="OpenSans" height="10" style="0">Small</opifont.name>
+      </font>
+    </widget>
+    <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+      <border_style>0</border_style>
+      <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+      <line_width>1</line_width>
+      <horizontal_fill>true</horizontal_fill>
+      <alarm_pulsing>false</alarm_pulsing>
+      <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+      <arrows>0</arrows>
+      <rules>
+        <rule name="Y_position" prop_id="y" out_exp="true">
+          <exp bool_exp="true">
+            <value>20 + 20 + (-pv0)*pv1/pv2</value>
+          </exp>
+          <pv trig="true">$(P-EMU-PMAC):$(M-EMU-GENERAL):HOME_THRESHOLD_S</pv>
+          <pv trig="true">sim://const($(MAX_CSS))</pv>
+          <pv trig="true">sim://const($(MAX_COUNTS))</pv>
+        </rule>
+      </rules>
+      <enabled>true</enabled>
+      <wuid>3936cfcc:15896dd4538:-7897</wuid>
+      <transparent>false</transparent>
+      <points>
+        <point x="24" y="62" />
+        <point x="73" y="62" />
+      </points>
+      <fill_arrow>true</fill_arrow>
+      <pv_value />
+      <alpha>255</alpha>
+      <rotation_angle>0.0</rotation_angle>
+      <scripts>
+        <path pathString="enable_HV.js" checkConnect="true" sfe="false" seoe="false">
+          <pv trig="true">$(P-EMU-PMAC):$(M-EMU-GENERAL):VH_SELECT_R</pv>
+        </path>
+      </scripts>
+      <border_alarm_sensitive>false</border_alarm_sensitive>
+      <height>1</height>
+      <border_width>1</border_width>
+      <scale_options>
+        <width_scalable>true</width_scalable>
+        <height_scalable>true</height_scalable>
+        <keep_wh_ratio>true</keep_wh_ratio>
+      </scale_options>
+      <visible>true</visible>
+      <pv_name></pv_name>
+      <border_color>
+        <color red="0" green="128" blue="255" />
+      </border_color>
+      <anti_alias>true</anti_alias>
+      <line_style>0</line_style>
+      <arrow_length>20</arrow_length>
+      <widget_type>Polyline</widget_type>
+      <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+      <background_color>
+        <color name="Primary Blue" red="0" green="148" blue="202" />
+      </background_color>
+      <width>50</width>
+      <x>24</x>
+      <name>VERTICAL_moteur</name>
+      <y>62</y>
+      <fill_level>0.0</fill_level>
+      <foreground_color>
+        <color red="255" green="0" blue="0" />
+      </foreground_color>
+      <actions hook="false" hook_all="false" />
+      <font>
+        <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+      </font>
+    </widget>
+    <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+      <border_style>0</border_style>
+      <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+      <line_width>1</line_width>
+      <horizontal_fill>true</horizontal_fill>
+      <alarm_pulsing>false</alarm_pulsing>
+      <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+      <arrows>0</arrows>
+      <rules>
+        <rule name="X_position" prop_id="x" out_exp="true">
+          <exp bool_exp="true">
+            <value>20 + 50 + 350 - (-pv0)*pv1/pv2</value>
+          </exp>
+          <pv trig="true">$(P-EMU-PMAC):$(M-EMU-GENERAL):HOME_THRESHOLD_S</pv>
+          <pv trig="true">sim://const($(MAX_CSS))</pv>
+          <pv trig="true">sim://const($(MAX_COUNTS))</pv>
+        </rule>
+      </rules>
+      <enabled>true</enabled>
+      <wuid>3936cfcc:15896dd4538:-788b</wuid>
+      <transparent>false</transparent>
+      <points>
+        <point x="398" y="435" />
+        <point x="398" y="386" />
+      </points>
+      <fill_arrow>true</fill_arrow>
+      <pv_value />
+      <alpha>255</alpha>
+      <rotation_angle>0.0</rotation_angle>
+      <scripts>
+        <path pathString="enable_HV.js" checkConnect="true" sfe="false" seoe="false">
+          <pv trig="true">$(P-EMU-PMAC):$(M-EMU-GENERAL):VH_SELECT_R</pv>
+        </path>
+      </scripts>
+      <border_alarm_sensitive>false</border_alarm_sensitive>
+      <height>50</height>
+      <border_width>1</border_width>
+      <scale_options>
+        <width_scalable>true</width_scalable>
+        <height_scalable>true</height_scalable>
+        <keep_wh_ratio>true</keep_wh_ratio>
+      </scale_options>
+      <visible>true</visible>
+      <pv_name></pv_name>
+      <border_color>
+        <color red="0" green="128" blue="255" />
+      </border_color>
+      <anti_alias>true</anti_alias>
+      <line_style>0</line_style>
+      <arrow_length>20</arrow_length>
+      <widget_type>Polyline</widget_type>
+      <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+      <background_color>
+        <color name="Primary Blue" red="0" green="148" blue="202" />
+      </background_color>
+      <width>1</width>
+      <x>398</x>
+      <name>HORIZONTAL_moteur</name>
+      <y>386</y>
+      <fill_level>0.0</fill_level>
+      <foreground_color>
+        <color red="255" green="0" blue="0" />
+      </foreground_color>
+      <actions hook="false" hook_all="false" />
+      <font>
+        <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+      </font>
+    </widget>
+    <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
+      <alarm_pulsing>false</alarm_pulsing>
+      <tooltip>$(pv_name)</tooltip>
+      <rules />
+      <effect_3d>true</effect_3d>
+      <bit>-1</bit>
+      <pv_value />
+      <height>18</height>
+      <border_width>1</border_width>
+      <visible>true</visible>
+      <pv_name>$(P-EMU-PMAC):$(M-EMU-GENERAL):VH_SELECT_R</pv_name>
+      <border_color>
+        <color name="Blue" red="0" green="128" blue="255" />
+      </border_color>
+      <widget_type>LED</widget_type>
+      <name>LED_2</name>
+      <actions hook="false" hook_all="false" />
+      <show_boolean_label>false</show_boolean_label>
+      <border_style>0</border_style>
+      <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+      <enabled>true</enabled>
+      <wuid>24bb3e9f:15ccae401b7:-6e31</wuid>
+      <on_color>
+        <color name="Green Off" red="0" green="30" blue="0" />
+      </on_color>
+      <scripts />
+      <border_alarm_sensitive>false</border_alarm_sensitive>
+      <on_label>ON</on_label>
+      <scale_options>
+        <width_scalable>true</width_scalable>
+        <height_scalable>true</height_scalable>
+        <keep_wh_ratio>true</keep_wh_ratio>
+      </scale_options>
+      <off_color>
+        <color name="Green On" red="0" green="255" blue="0" />
+      </off_color>
+      <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+      <background_color>
+        <color name="Field Background Grey" red="240" green="240" blue="240" />
+      </background_color>
+      <square_led>false</square_led>
+      <width>18</width>
+      <x>308</x>
+      <data_type>0</data_type>
+      <y>44</y>
+      <foreground_color>
+        <color name="Button Grey" red="180" green="180" blue="180" />
+      </foreground_color>
+      <font>
+        <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+      </font>
+      <off_label>OFF</off_label>
+    </widget>
+    <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+      <border_style>0</border_style>
+      <tooltip></tooltip>
+      <horizontal_alignment>0</horizontal_alignment>
+      <rules />
+      <enabled>true</enabled>
+      <wuid>3936cfcc:15896dd4538:-7bd6</wuid>
+      <transparent>true</transparent>
+      <auto_size>true</auto_size>
+      <text>Horizontal</text>
+      <scripts />
+      <height>18</height>
+      <border_width>2</border_width>
+      <scale_options>
+        <width_scalable>true</width_scalable>
+        <height_scalable>true</height_scalable>
+        <keep_wh_ratio>false</keep_wh_ratio>
+      </scale_options>
+      <visible>true</visible>
+      <vertical_alignment>1</vertical_alignment>
+      <border_color>
+        <color name="Black" red="0" green="0" blue="0" />
+      </border_color>
+      <widget_type>Label</widget_type>
+      <wrap_words>true</wrap_words>
+      <background_color>
+        <color name="White" red="255" green="255" blue="255" />
+      </background_color>
+      <width>63</width>
+      <x>330</x>
+      <name>Label Template_20</name>
+      <y>16</y>
+      <foreground_color>
+        <color name="Black" red="0" green="0" blue="0" />
+      </foreground_color>
+      <actions hook="false" hook_all="false" />
+      <show_scrollbar>false</show_scrollbar>
+      <font>
+        <opifont.name fontName="OpenSans" height="10" style="0">Small</opifont.name>
+      </font>
+    </widget>
+    <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
+      <alarm_pulsing>false</alarm_pulsing>
+      <tooltip>$(pv_name)</tooltip>
+      <rules />
+      <effect_3d>true</effect_3d>
+      <bit>-1</bit>
+      <pv_value />
+      <height>18</height>
+      <border_width>1</border_width>
+      <visible>true</visible>
+      <pv_name>$(P-EMU-PMAC):$(M-EMU-GENERAL):VH_SELECT_R</pv_name>
+      <border_color>
+        <color name="Blue" red="0" green="128" blue="255" />
+      </border_color>
+      <widget_type>LED</widget_type>
+      <name>LED_1</name>
+      <actions hook="false" hook_all="false" />
+      <show_boolean_label>false</show_boolean_label>
+      <border_style>0</border_style>
+      <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+      <enabled>true</enabled>
+      <wuid>24bb3e9f:15ccae401b7:-6e2c</wuid>
+      <on_color>
+        <color name="Green On" red="0" green="255" blue="0" />
+      </on_color>
+      <scripts />
+      <border_alarm_sensitive>false</border_alarm_sensitive>
+      <on_label>ON</on_label>
+      <scale_options>
+        <width_scalable>true</width_scalable>
+        <height_scalable>true</height_scalable>
+        <keep_wh_ratio>true</keep_wh_ratio>
+      </scale_options>
+      <off_color>
+        <color name="Green Off" red="0" green="30" blue="0" />
+      </off_color>
+      <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+      <background_color>
+        <color name="Field Background Grey" red="240" green="240" blue="240" />
+      </background_color>
+      <square_led>false</square_led>
+      <width>18</width>
+      <x>308</x>
+      <data_type>0</data_type>
+      <y>16</y>
+      <foreground_color>
+        <color name="Button Grey" red="180" green="180" blue="180" />
+      </foreground_color>
+      <font>
+        <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+      </font>
+      <off_label>OFF</off_label>
+    </widget>
+    <widget typeId="org.csstudio.opibuilder.widgets.groupingContainer" version="1.0.0">
+      <border_style>0</border_style>
+      <tooltip></tooltip>
+      <rules />
+      <enabled>true</enabled>
+      <wuid>-67165f8a:15ce4595e06:-6cd5</wuid>
+      <transparent>false</transparent>
+      <lock_children>true</lock_children>
+      <scripts />
+      <height>131</height>
+      <border_width>1</border_width>
+      <scale_options>
+        <width_scalable>true</width_scalable>
+        <height_scalable>true</height_scalable>
+        <keep_wh_ratio>false</keep_wh_ratio>
+      </scale_options>
+      <macros>
+        <include_parent_macros>true</include_parent_macros>
+      </macros>
+      <visible>true</visible>
+      <border_color>
+        <color red="0" green="128" blue="255" />
+      </border_color>
+      <widget_type>Grouping Container</widget_type>
+      <background_color>
+        <color red="240" green="240" blue="240" />
+      </background_color>
+      <width>296</width>
+      <x>143</x>
+      <name>Grouping Container</name>
+      <y>190</y>
+      <foreground_color>
+        <color red="192" green="192" blue="192" />
+      </foreground_color>
+      <actions hook="false" hook_all="false" />
+      <fc>false</fc>
+      <show_scrollbar>false</show_scrollbar>
+      <font>
+        <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+      </font>
+      <widget typeId="org.csstudio.opibuilder.widgets.Rectangle" version="1.0.0">
+        <border_style>1</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <line_width>0</line_width>
+        <horizontal_fill>true</horizontal_fill>
+        <alarm_pulsing>false</alarm_pulsing>
+        <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>752d155:157fbdffea9:-7b24</wuid>
+        <transparent>false</transparent>
+        <pv_value />
+        <alpha>255</alpha>
+        <bg_gradient_color>
+          <color red="255" green="255" blue="255" />
+        </bg_gradient_color>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <height>131</height>
+        <border_width>2</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <pv_name></pv_name>
+        <gradient>false</gradient>
+        <border_color>
+          <color name="Primary Blue" red="0" green="148" blue="202" />
+        </border_color>
+        <anti_alias>true</anti_alias>
+        <line_style>0</line_style>
+        <widget_type>Rectangle</widget_type>
+        <fg_gradient_color>
+          <color red="255" green="255" blue="255" />
+        </fg_gradient_color>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <background_color>
+          <color name="White" red="255" green="255" blue="255" />
+        </background_color>
+        <width>296</width>
+        <x>0</x>
+        <name>Rectangle_1</name>
+        <y>0</y>
+        <fill_level>0.0</fill_level>
+        <foreground_color>
+          <color red="255" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+        </font>
+        <line_color>
+          <color red="128" green="0" blue="255" />
+        </line_color>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+        <border_style>0</border_style>
+        <tooltip></tooltip>
+        <horizontal_alignment>0</horizontal_alignment>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>752d155:157fbdffea9:-7b1d</wuid>
+        <transparent>true</transparent>
+        <auto_size>true</auto_size>
+        <text>VH and VL:  motor switch limits</text>
+        <scripts />
+        <height>18</height>
+        <border_width>2</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color name="Black" red="0" green="0" blue="0" />
+        </border_color>
+        <widget_type>Label</widget_type>
+        <wrap_words>true</wrap_words>
+        <background_color>
+          <color name="White" red="255" green="255" blue="255" />
+        </background_color>
+        <width>185</width>
+        <x>90</x>
+        <name>Label Template_13</name>
+        <y>12</y>
+        <foreground_color>
+          <color name="Black" red="0" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <show_scrollbar>false</show_scrollbar>
+        <font>
+          <opifont.name fontName="OpenSans" height="10" style="0">Small</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+        <border_style>0</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <line_width>1</line_width>
+        <horizontal_fill>true</horizontal_fill>
+        <alarm_pulsing>false</alarm_pulsing>
+        <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+        <arrows>0</arrows>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>752d155:157fbdffea9:-7ae9</wuid>
+        <transparent>false</transparent>
+        <points>
+          <point x="20" y="20" />
+          <point x="69" y="20" />
+        </points>
+        <fill_arrow>true</fill_arrow>
+        <pv_value />
+        <alpha>255</alpha>
+        <rotation_angle>0.0</rotation_angle>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <height>1</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>true</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <pv_name></pv_name>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <anti_alias>true</anti_alias>
+        <line_style>0</line_style>
+        <arrow_length>20</arrow_length>
+        <widget_type>Polyline</widget_type>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <background_color>
+          <color name="Minor" red="255" green="128" blue="0" />
+        </background_color>
+        <width>50</width>
+        <x>20</x>
+        <name>VH</name>
+        <y>20</y>
+        <fill_level>0.0</fill_level>
+        <foreground_color>
+          <color red="255" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+        <border_style>0</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <line_width>1</line_width>
+        <horizontal_fill>true</horizontal_fill>
+        <alarm_pulsing>false</alarm_pulsing>
+        <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+        <arrows>0</arrows>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>752d155:157fbdffea9:-7a49</wuid>
+        <transparent>false</transparent>
+        <points>
+          <point x="20" y="40" />
+          <point x="69" y="40" />
+        </points>
+        <fill_arrow>true</fill_arrow>
+        <pv_value />
+        <alpha>255</alpha>
+        <rotation_angle>0.0</rotation_angle>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <height>1</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>true</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <pv_name></pv_name>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <anti_alias>true</anti_alias>
+        <line_style>0</line_style>
+        <arrow_length>20</arrow_length>
+        <widget_type>Polyline</widget_type>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <background_color>
+          <color name="Green On" red="0" green="255" blue="0" />
+        </background_color>
+        <width>50</width>
+        <x>20</x>
+        <name>VH_1</name>
+        <y>40</y>
+        <fill_level>0.0</fill_level>
+        <foreground_color>
+          <color red="255" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+        <border_style>0</border_style>
+        <tooltip></tooltip>
+        <horizontal_alignment>0</horizontal_alignment>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>752d155:157fbdffea9:-7a41</wuid>
+        <transparent>true</transparent>
+        <auto_size>true</auto_size>
+        <text>Motor maintenance position</text>
+        <scripts />
+        <height>18</height>
+        <border_width>2</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color name="Black" red="0" green="0" blue="0" />
+        </border_color>
+        <widget_type>Label</widget_type>
+        <wrap_words>true</wrap_words>
+        <background_color>
+          <color name="White" red="255" green="255" blue="255" />
+        </background_color>
+        <width>171</width>
+        <x>90</x>
+        <name>Label Template_13</name>
+        <y>32</y>
+        <foreground_color>
+          <color name="Black" red="0" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <show_scrollbar>false</show_scrollbar>
+        <font>
+          <opifont.name fontName="OpenSans" height="10" style="0">Small</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+        <border_style>0</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <line_width>2</line_width>
+        <horizontal_fill>true</horizontal_fill>
+        <alarm_pulsing>false</alarm_pulsing>
+        <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+        <arrows>0</arrows>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>752d155:157fbdffea9:-7a37</wuid>
+        <transparent>false</transparent>
+        <points>
+          <point x="20" y="60" />
+          <point x="69" y="60" />
+        </points>
+        <fill_arrow>true</fill_arrow>
+        <pv_value />
+        <alpha>255</alpha>
+        <rotation_angle>0.0</rotation_angle>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <height>1</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>true</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <pv_name></pv_name>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <anti_alias>true</anti_alias>
+        <line_style>0</line_style>
+        <arrow_length>20</arrow_length>
+        <widget_type>Polyline</widget_type>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <background_color>
+          <color name="Major" red="255" green="0" blue="0" />
+        </background_color>
+        <width>50</width>
+        <x>20</x>
+        <name>V_moteur_1</name>
+        <y>60</y>
+        <fill_level>0.0</fill_level>
+        <foreground_color>
+          <color red="255" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+        <border_style>0</border_style>
+        <tooltip></tooltip>
+        <horizontal_alignment>0</horizontal_alignment>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>752d155:157fbdffea9:-7a2d</wuid>
+        <transparent>true</transparent>
+        <auto_size>true</auto_size>
+        <text>Vertical motor position</text>
+        <scripts />
+        <height>18</height>
+        <border_width>2</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color name="Black" red="0" green="0" blue="0" />
+        </border_color>
+        <widget_type>Label</widget_type>
+        <wrap_words>true</wrap_words>
+        <background_color>
+          <color name="White" red="255" green="255" blue="255" />
+        </background_color>
+        <width>137</width>
+        <x>90</x>
+        <name>Label Template_13</name>
+        <y>52</y>
+        <foreground_color>
+          <color name="Black" red="0" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <show_scrollbar>false</show_scrollbar>
+        <font>
+          <opifont.name fontName="OpenSans" height="10" style="0">Small</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+        <border_style>0</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <line_width>1</line_width>
+        <horizontal_fill>true</horizontal_fill>
+        <alarm_pulsing>false</alarm_pulsing>
+        <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+        <arrows>0</arrows>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>-1525c3f7:1589075fe5d:-748c</wuid>
+        <transparent>false</transparent>
+        <points>
+          <point x="20" y="100" />
+          <point x="69" y="100" />
+        </points>
+        <fill_arrow>true</fill_arrow>
+        <pv_value />
+        <alpha>255</alpha>
+        <rotation_angle>0.0</rotation_angle>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <height>1</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>true</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <pv_name></pv_name>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <anti_alias>true</anti_alias>
+        <line_style>0</line_style>
+        <arrow_length>20</arrow_length>
+        <widget_type>Polyline</widget_type>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <background_color>
+          <color name="Primary Blue" red="0" green="148" blue="202" />
+        </background_color>
+        <width>50</width>
+        <x>20</x>
+        <name>VH_4</name>
+        <y>100</y>
+        <fill_level>0.0</fill_level>
+        <foreground_color>
+          <color red="255" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+        <border_style>0</border_style>
+        <tooltip></tooltip>
+        <horizontal_alignment>0</horizontal_alignment>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>-1525c3f7:1589075fe5d:-7484</wuid>
+        <transparent>true</transparent>
+        <auto_size>true</auto_size>
+        <text>Deceleration homing procedure
+threshold</text>
+        <scripts />
+        <height>36</height>
+        <border_width>2</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color name="Black" red="0" green="0" blue="0" />
+        </border_color>
+        <widget_type>Label</widget_type>
+        <wrap_words>true</wrap_words>
+        <background_color>
+          <color name="White" red="255" green="255" blue="255" />
+        </background_color>
+        <width>189</width>
+        <x>88</x>
+        <name>Label Template_13</name>
+        <y>90</y>
+        <foreground_color>
+          <color name="Black" red="0" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <show_scrollbar>false</show_scrollbar>
+        <font>
+          <opifont.name fontName="OpenSans" height="10" style="0">Small</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+        <border_style>0</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <line_width>2</line_width>
+        <horizontal_fill>true</horizontal_fill>
+        <alarm_pulsing>false</alarm_pulsing>
+        <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+        <arrows>0</arrows>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>3936cfcc:15896dd4538:-7e77</wuid>
+        <transparent>false</transparent>
+        <points>
+          <point x="20" y="80" />
+          <point x="69" y="80" />
+        </points>
+        <fill_arrow>true</fill_arrow>
+        <pv_value />
+        <alpha>255</alpha>
+        <rotation_angle>0.0</rotation_angle>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <height>1</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>true</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <pv_name></pv_name>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <anti_alias>true</anti_alias>
+        <line_style>0</line_style>
+        <arrow_length>20</arrow_length>
+        <widget_type>Polyline</widget_type>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <background_color>
+          <color name="Invalid" red="255" green="0" blue="255" />
+        </background_color>
+        <width>50</width>
+        <x>20</x>
+        <name>V_moteur_1</name>
+        <y>80</y>
+        <fill_level>0.0</fill_level>
+        <foreground_color>
+          <color red="255" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+        <border_style>0</border_style>
+        <tooltip></tooltip>
+        <horizontal_alignment>0</horizontal_alignment>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>3936cfcc:15896dd4538:-7e76</wuid>
+        <transparent>true</transparent>
+        <auto_size>true</auto_size>
+        <text>Horizontal motor position</text>
+        <scripts />
+        <height>18</height>
+        <border_width>2</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color name="Black" red="0" green="0" blue="0" />
+        </border_color>
+        <widget_type>Label</widget_type>
+        <wrap_words>true</wrap_words>
+        <background_color>
+          <color name="White" red="255" green="255" blue="255" />
+        </background_color>
+        <width>156</width>
+        <x>88</x>
+        <name>Label Template_13</name>
+        <y>72</y>
+        <foreground_color>
+          <color name="Black" red="0" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <show_scrollbar>false</show_scrollbar>
+        <font>
+          <opifont.name fontName="OpenSans" height="10" style="0">Small</opifont.name>
+        </font>
+      </widget>
+    </widget>
+    <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+      <border_style>0</border_style>
+      <tooltip></tooltip>
+      <horizontal_alignment>0</horizontal_alignment>
+      <rules />
+      <enabled>true</enabled>
+      <wuid>-67165f8a:15ce4595e06:-7112</wuid>
+      <transparent>true</transparent>
+      <auto_size>true</auto_size>
+      <text>first time P80</text>
+      <scripts />
+      <height>18</height>
+      <border_width>2</border_width>
+      <scale_options>
+        <width_scalable>true</width_scalable>
+        <height_scalable>true</height_scalable>
+        <keep_wh_ratio>false</keep_wh_ratio>
+      </scale_options>
+      <visible>true</visible>
+      <vertical_alignment>1</vertical_alignment>
+      <border_color>
+        <color name="Black" red="0" green="0" blue="0" />
+      </border_color>
+      <widget_type>Label</widget_type>
+      <wrap_words>true</wrap_words>
+      <background_color>
+        <color name="White" red="255" green="255" blue="255" />
+      </background_color>
+      <width>79</width>
+      <x>113</x>
+      <name>Label Template_25</name>
+      <y>120</y>
+      <foreground_color>
+        <color name="Black" red="0" green="0" blue="0" />
+      </foreground_color>
+      <actions hook="false" hook_all="false" />
+      <show_scrollbar>false</show_scrollbar>
+      <font>
+        <opifont.name fontName="OpenSans" height="10" style="0">Small</opifont.name>
+      </font>
+    </widget>
+    <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+      <border_style>0</border_style>
+      <tooltip></tooltip>
+      <horizontal_alignment>0</horizontal_alignment>
+      <rules />
+      <enabled>true</enabled>
+      <wuid>-67165f8a:15ce4595e06:-7841</wuid>
+      <transparent>true</transparent>
+      <auto_size>true</auto_size>
+      <text>go_home P90</text>
+      <scripts />
+      <height>18</height>
+      <border_width>2</border_width>
+      <scale_options>
+        <width_scalable>true</width_scalable>
+        <height_scalable>true</height_scalable>
+        <keep_wh_ratio>false</keep_wh_ratio>
+      </scale_options>
+      <visible>true</visible>
+      <vertical_alignment>1</vertical_alignment>
+      <border_color>
+        <color name="Black" red="0" green="0" blue="0" />
+      </border_color>
+      <widget_type>Label</widget_type>
+      <wrap_words>true</wrap_words>
+      <background_color>
+        <color name="White" red="255" green="255" blue="255" />
+      </background_color>
+      <width>81</width>
+      <x>112</x>
+      <name>Label Template_20</name>
+      <y>80</y>
+      <foreground_color>
+        <color name="Black" red="0" green="0" blue="0" />
+      </foreground_color>
+      <actions hook="false" hook_all="false" />
+      <show_scrollbar>false</show_scrollbar>
+      <font>
+        <opifont.name fontName="OpenSans" height="10" style="0">Small</opifont.name>
+      </font>
+    </widget>
+    <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
+      <alarm_pulsing>false</alarm_pulsing>
+      <tooltip>$(pv_name)</tooltip>
+      <rules />
+      <effect_3d>true</effect_3d>
+      <bit>-1</bit>
+      <pv_value />
+      <height>18</height>
+      <border_width>1</border_width>
+      <visible>true</visible>
+      <pv_name>$(P-EMU-PMAC):$(M-EMU-GENERAL):HOME_FIRSTTIME_R</pv_name>
+      <border_color>
+        <color name="Blue" red="0" green="128" blue="255" />
+      </border_color>
+      <widget_type>LED</widget_type>
+      <name>LED_9</name>
+      <actions hook="false" hook_all="false" />
+      <show_boolean_label>false</show_boolean_label>
+      <border_style>0</border_style>
+      <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+      <enabled>true</enabled>
+      <wuid>-67165f8a:15ce4595e06:-7113</wuid>
+      <on_color>
+        <color name="Green On" red="0" green="255" blue="0" />
+      </on_color>
+      <scripts />
+      <border_alarm_sensitive>false</border_alarm_sensitive>
+      <on_label>ON</on_label>
+      <scale_options>
+        <width_scalable>true</width_scalable>
+        <height_scalable>true</height_scalable>
+        <keep_wh_ratio>true</keep_wh_ratio>
+      </scale_options>
+      <off_color>
+        <color name="Green Off" red="0" green="30" blue="0" />
+      </off_color>
+      <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+      <background_color>
+        <color name="Field Background Grey" red="240" green="240" blue="240" />
+      </background_color>
+      <square_led>false</square_led>
+      <width>18</width>
+      <x>93</x>
+      <data_type>0</data_type>
+      <y>120</y>
+      <foreground_color>
+        <color name="Button Grey" red="180" green="180" blue="180" />
+      </foreground_color>
+      <font>
+        <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+      </font>
+      <off_label>OFF</off_label>
+    </widget>
+    <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
+      <alarm_pulsing>false</alarm_pulsing>
+      <tooltip>$(pv_name)</tooltip>
+      <rules />
+      <effect_3d>true</effect_3d>
+      <bit>-1</bit>
+      <pv_value />
+      <height>18</height>
+      <border_width>1</border_width>
+      <visible>true</visible>
+      <pv_name>INFN-SRC:INTK-HMI:HOME_ACK</pv_name>
+      <border_color>
+        <color name="Blue" red="0" green="128" blue="255" />
+      </border_color>
+      <widget_type>LED</widget_type>
+      <name>LED_4</name>
+      <actions hook="false" hook_all="false" />
+      <show_boolean_label>false</show_boolean_label>
+      <border_style>0</border_style>
+      <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+      <enabled>true</enabled>
+      <wuid>-67165f8a:15ce4595e06:-7828</wuid>
+      <on_color>
+        <color name="Green On" red="0" green="255" blue="0" />
+      </on_color>
+      <scripts />
+      <border_alarm_sensitive>false</border_alarm_sensitive>
+      <on_label>ON</on_label>
+      <scale_options>
+        <width_scalable>true</width_scalable>
+        <height_scalable>true</height_scalable>
+        <keep_wh_ratio>true</keep_wh_ratio>
+      </scale_options>
+      <off_color>
+        <color name="Green Off" red="0" green="30" blue="0" />
+      </off_color>
+      <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+      <background_color>
+        <color name="Field Background Grey" red="240" green="240" blue="240" />
+      </background_color>
+      <square_led>false</square_led>
+      <width>18</width>
+      <x>93</x>
+      <data_type>0</data_type>
+      <y>100</y>
+      <foreground_color>
+        <color name="Button Grey" red="180" green="180" blue="180" />
+      </foreground_color>
+      <font>
+        <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+      </font>
+      <off_label>OFF</off_label>
+    </widget>
+    <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+      <border_style>0</border_style>
+      <tooltip></tooltip>
+      <horizontal_alignment>0</horizontal_alignment>
+      <rules />
+      <enabled>true</enabled>
+      <wuid>-67165f8a:15ce4595e06:-7827</wuid>
+      <transparent>true</transparent>
+      <auto_size>true</auto_size>
+      <text>ack home P70</text>
+      <scripts />
+      <height>18</height>
+      <border_width>2</border_width>
+      <scale_options>
+        <width_scalable>true</width_scalable>
+        <height_scalable>true</height_scalable>
+        <keep_wh_ratio>false</keep_wh_ratio>
+      </scale_options>
+      <visible>true</visible>
+      <vertical_alignment>1</vertical_alignment>
+      <border_color>
+        <color name="Black" red="0" green="0" blue="0" />
+      </border_color>
+      <widget_type>Label</widget_type>
+      <wrap_words>true</wrap_words>
+      <background_color>
+        <color name="White" red="255" green="255" blue="255" />
+      </background_color>
+      <width>83</width>
+      <x>111</x>
+      <name>Label Template_20</name>
+      <y>100</y>
+      <foreground_color>
+        <color name="Black" red="0" green="0" blue="0" />
+      </foreground_color>
+      <actions hook="false" hook_all="false" />
+      <show_scrollbar>false</show_scrollbar>
+      <font>
+        <opifont.name fontName="OpenSans" height="10" style="0">Small</opifont.name>
+      </font>
+    </widget>
+    <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
+      <alarm_pulsing>false</alarm_pulsing>
+      <tooltip>$(pv_name)</tooltip>
+      <rules />
+      <effect_3d>true</effect_3d>
+      <bit>-1</bit>
+      <pv_value />
+      <height>18</height>
+      <border_width>1</border_width>
+      <visible>true</visible>
+      <pv_name>LNS-ISRC-010:PBI-EM-PMAC:GO_HOME_W</pv_name>
+      <border_color>
+        <color name="Blue" red="0" green="128" blue="255" />
+      </border_color>
+      <widget_type>LED</widget_type>
+      <name>LED_4</name>
+      <actions hook="false" hook_all="false" />
+      <show_boolean_label>false</show_boolean_label>
+      <border_style>0</border_style>
+      <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+      <enabled>true</enabled>
+      <wuid>-67165f8a:15ce4595e06:-7849</wuid>
+      <on_color>
+        <color name="Green On" red="0" green="255" blue="0" />
+      </on_color>
+      <scripts />
+      <border_alarm_sensitive>false</border_alarm_sensitive>
+      <on_label>ON</on_label>
+      <scale_options>
+        <width_scalable>true</width_scalable>
+        <height_scalable>true</height_scalable>
+        <keep_wh_ratio>true</keep_wh_ratio>
+      </scale_options>
+      <off_color>
+        <color name="Green Off" red="0" green="30" blue="0" />
+      </off_color>
+      <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+      <background_color>
+        <color name="Field Background Grey" red="240" green="240" blue="240" />
+      </background_color>
+      <square_led>false</square_led>
+      <width>18</width>
+      <x>93</x>
+      <data_type>0</data_type>
+      <y>80</y>
+      <foreground_color>
+        <color name="Button Grey" red="180" green="180" blue="180" />
+      </foreground_color>
+      <font>
+        <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+      </font>
+      <off_label>OFF</off_label>
+    </widget>
+    <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+      <border_style>0</border_style>
+      <tooltip></tooltip>
+      <horizontal_alignment>0</horizontal_alignment>
+      <rules />
+      <enabled>true</enabled>
+      <wuid>-67165f8a:15ce4595e06:-782f</wuid>
+      <transparent>true</transparent>
+      <auto_size>true</auto_size>
+      <text>go_maint P91</text>
+      <scripts />
+      <height>18</height>
+      <border_width>2</border_width>
+      <scale_options>
+        <width_scalable>true</width_scalable>
+        <height_scalable>true</height_scalable>
+        <keep_wh_ratio>false</keep_wh_ratio>
+      </scale_options>
+      <visible>true</visible>
+      <vertical_alignment>1</vertical_alignment>
+      <border_color>
+        <color name="Black" red="0" green="0" blue="0" />
+      </border_color>
+      <widget_type>Label</widget_type>
+      <wrap_words>true</wrap_words>
+      <background_color>
+        <color name="White" red="255" green="255" blue="255" />
+      </background_color>
+      <width>81</width>
+      <x>327</x>
+      <name>Label Template_20</name>
+      <y>80</y>
+      <foreground_color>
+        <color name="Black" red="0" green="0" blue="0" />
+      </foreground_color>
+      <actions hook="false" hook_all="false" />
+      <show_scrollbar>false</show_scrollbar>
+      <font>
+        <opifont.name fontName="OpenSans" height="10" style="0">Small</opifont.name>
+      </font>
+    </widget>
+    <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+      <border_style>0</border_style>
+      <tooltip></tooltip>
+      <horizontal_alignment>0</horizontal_alignment>
+      <rules />
+      <enabled>true</enabled>
+      <wuid>-67165f8a:15ce4595e06:-711a</wuid>
+      <transparent>true</transparent>
+      <auto_size>true</auto_size>
+      <text>first time P81</text>
+      <scripts />
+      <height>18</height>
+      <border_width>2</border_width>
+      <scale_options>
+        <width_scalable>true</width_scalable>
+        <height_scalable>true</height_scalable>
+        <keep_wh_ratio>false</keep_wh_ratio>
+      </scale_options>
+      <visible>true</visible>
+      <vertical_alignment>1</vertical_alignment>
+      <border_color>
+        <color name="Black" red="0" green="0" blue="0" />
+      </border_color>
+      <widget_type>Label</widget_type>
+      <wrap_words>true</wrap_words>
+      <background_color>
+        <color name="White" red="255" green="255" blue="255" />
+      </background_color>
+      <width>79</width>
+      <x>328</x>
+      <name>Label Template_24</name>
+      <y>120</y>
+      <foreground_color>
+        <color name="Black" red="0" green="0" blue="0" />
+      </foreground_color>
+      <actions hook="false" hook_all="false" />
+      <show_scrollbar>false</show_scrollbar>
+      <font>
+        <opifont.name fontName="OpenSans" height="10" style="0">Small</opifont.name>
+      </font>
+    </widget>
+    <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
+      <alarm_pulsing>false</alarm_pulsing>
+      <tooltip>$(pv_name)</tooltip>
+      <rules />
+      <effect_3d>true</effect_3d>
+      <bit>-1</bit>
+      <pv_value />
+      <height>18</height>
+      <border_width>1</border_width>
+      <visible>true</visible>
+      <pv_name>$(P-EMU-PMAC):$(M-EMU-GENERAL):MAINT_FIRSTTIME_R</pv_name>
+      <border_color>
+        <color name="Blue" red="0" green="128" blue="255" />
+      </border_color>
+      <widget_type>LED</widget_type>
+      <name>LED_8</name>
+      <actions hook="false" hook_all="false" />
+      <show_boolean_label>false</show_boolean_label>
+      <border_style>0</border_style>
+      <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+      <enabled>true</enabled>
+      <wuid>-67165f8a:15ce4595e06:-711b</wuid>
+      <on_color>
+        <color name="Green On" red="0" green="255" blue="0" />
+      </on_color>
+      <scripts />
+      <border_alarm_sensitive>false</border_alarm_sensitive>
+      <on_label>ON</on_label>
+      <scale_options>
+        <width_scalable>true</width_scalable>
+        <height_scalable>true</height_scalable>
+        <keep_wh_ratio>true</keep_wh_ratio>
+      </scale_options>
+      <off_color>
+        <color name="Green Off" red="0" green="30" blue="0" />
+      </off_color>
+      <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+      <background_color>
+        <color name="Field Background Grey" red="240" green="240" blue="240" />
+      </background_color>
+      <square_led>false</square_led>
+      <width>18</width>
+      <x>308</x>
+      <data_type>0</data_type>
+      <y>117</y>
+      <foreground_color>
+        <color name="Button Grey" red="180" green="180" blue="180" />
+      </foreground_color>
+      <font>
+        <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+      </font>
+      <off_label>OFF</off_label>
+    </widget>
+    <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+      <border_style>0</border_style>
+      <tooltip></tooltip>
+      <horizontal_alignment>0</horizontal_alignment>
+      <rules />
+      <enabled>true</enabled>
+      <wuid>-67165f8a:15ce4595e06:-781f</wuid>
+      <transparent>true</transparent>
+      <auto_size>true</auto_size>
+      <text>ack maint P71</text>
+      <scripts />
+      <height>18</height>
+      <border_width>2</border_width>
+      <scale_options>
+        <width_scalable>true</width_scalable>
+        <height_scalable>true</height_scalable>
+        <keep_wh_ratio>false</keep_wh_ratio>
+      </scale_options>
+      <visible>true</visible>
+      <vertical_alignment>1</vertical_alignment>
+      <border_color>
+        <color name="Black" red="0" green="0" blue="0" />
+      </border_color>
+      <widget_type>Label</widget_type>
+      <wrap_words>true</wrap_words>
+      <background_color>
+        <color name="White" red="255" green="255" blue="255" />
+      </background_color>
+      <width>83</width>
+      <x>326</x>
+      <name>Label Template_20</name>
+      <y>100</y>
+      <foreground_color>
+        <color name="Black" red="0" green="0" blue="0" />
+      </foreground_color>
+      <actions hook="false" hook_all="false" />
+      <show_scrollbar>false</show_scrollbar>
+      <font>
+        <opifont.name fontName="OpenSans" height="10" style="0">Small</opifont.name>
+      </font>
+    </widget>
+    <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
+      <alarm_pulsing>false</alarm_pulsing>
+      <tooltip>$(pv_name)</tooltip>
+      <rules />
+      <effect_3d>true</effect_3d>
+      <bit>-1</bit>
+      <pv_value />
+      <height>18</height>
+      <border_width>1</border_width>
+      <visible>true</visible>
+      <pv_name>INFN-SRC:INTK-HMI:MAINT_ACK</pv_name>
+      <border_color>
+        <color name="Blue" red="0" green="128" blue="255" />
+      </border_color>
+      <widget_type>LED</widget_type>
+      <name>LED_4</name>
+      <actions hook="false" hook_all="false" />
+      <show_boolean_label>false</show_boolean_label>
+      <border_style>0</border_style>
+      <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+      <enabled>true</enabled>
+      <wuid>-67165f8a:15ce4595e06:-7820</wuid>
+      <on_color>
+        <color name="Green On" red="0" green="255" blue="0" />
+      </on_color>
+      <scripts />
+      <border_alarm_sensitive>false</border_alarm_sensitive>
+      <on_label>ON</on_label>
+      <scale_options>
+        <width_scalable>true</width_scalable>
+        <height_scalable>true</height_scalable>
+        <keep_wh_ratio>true</keep_wh_ratio>
+      </scale_options>
+      <off_color>
+        <color name="Green Off" red="0" green="30" blue="0" />
+      </off_color>
+      <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+      <background_color>
+        <color name="Field Background Grey" red="240" green="240" blue="240" />
+      </background_color>
+      <square_led>false</square_led>
+      <width>18</width>
+      <x>308</x>
+      <data_type>0</data_type>
+      <y>100</y>
+      <foreground_color>
+        <color name="Button Grey" red="180" green="180" blue="180" />
+      </foreground_color>
+      <font>
+        <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+      </font>
+      <off_label>OFF</off_label>
+    </widget>
+    <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
+      <alarm_pulsing>false</alarm_pulsing>
+      <tooltip>$(pv_name)</tooltip>
+      <rules />
+      <effect_3d>true</effect_3d>
+      <bit>-1</bit>
+      <pv_value />
+      <height>18</height>
+      <border_width>1</border_width>
+      <visible>true</visible>
+      <pv_name>LNS-ISRC-010:PBI-EM-PMAC:GO_MAINTENANCE_W</pv_name>
+      <border_color>
+        <color name="Blue" red="0" green="128" blue="255" />
+      </border_color>
+      <widget_type>LED</widget_type>
+      <name>LED_4</name>
+      <actions hook="false" hook_all="false" />
+      <show_boolean_label>false</show_boolean_label>
+      <border_style>0</border_style>
+      <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+      <enabled>true</enabled>
+      <wuid>-67165f8a:15ce4595e06:-7830</wuid>
+      <on_color>
+        <color name="Green On" red="0" green="255" blue="0" />
+      </on_color>
+      <scripts />
+      <border_alarm_sensitive>false</border_alarm_sensitive>
+      <on_label>ON</on_label>
+      <scale_options>
+        <width_scalable>true</width_scalable>
+        <height_scalable>true</height_scalable>
+        <keep_wh_ratio>true</keep_wh_ratio>
+      </scale_options>
+      <off_color>
+        <color name="Green Off" red="0" green="30" blue="0" />
+      </off_color>
+      <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+      <background_color>
+        <color name="Field Background Grey" red="240" green="240" blue="240" />
+      </background_color>
+      <square_led>false</square_led>
+      <width>18</width>
+      <x>308</x>
+      <data_type>0</data_type>
+      <y>80</y>
+      <foreground_color>
+        <color name="Button Grey" red="180" green="180" blue="180" />
+      </foreground_color>
+      <font>
+        <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+      </font>
+      <off_label>OFF</off_label>
+    </widget>
+    <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+      <border_style>0</border_style>
+      <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+      <line_width>1</line_width>
+      <horizontal_fill>true</horizontal_fill>
+      <alarm_pulsing>false</alarm_pulsing>
+      <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+      <arrows>0</arrows>
+      <rules />
+      <enabled>true</enabled>
+      <wuid>-67165f8a:15ce4595e06:-5c09</wuid>
+      <transparent>false</transparent>
+      <points>
+        <point x="373" y="386" />
+        <point x="373" y="435" />
+      </points>
+      <fill_arrow>true</fill_arrow>
+      <pv_value />
+      <alpha>255</alpha>
+      <rotation_angle>0.0</rotation_angle>
+      <scripts>
+        <path pathString="enable_HV.js" checkConnect="true" sfe="false" seoe="false">
+          <pv trig="true">$(P-EMU-PMAC):$(M-EMU-GENERAL):VH_SELECT_R</pv>
+        </path>
+      </scripts>
+      <border_alarm_sensitive>false</border_alarm_sensitive>
+      <height>50</height>
+      <border_width>1</border_width>
+      <scale_options>
+        <width_scalable>true</width_scalable>
+        <height_scalable>true</height_scalable>
+        <keep_wh_ratio>true</keep_wh_ratio>
+      </scale_options>
+      <visible>true</visible>
+      <pv_name></pv_name>
+      <border_color>
+        <color red="0" green="128" blue="255" />
+      </border_color>
+      <anti_alias>true</anti_alias>
+      <line_style>0</line_style>
+      <arrow_length>20</arrow_length>
+      <widget_type>Polyline</widget_type>
+      <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+      <background_color>
+        <color name="Green On" red="0" green="255" blue="0" />
+      </background_color>
+      <width>1</width>
+      <x>373</x>
+      <name>HORIZONTALmaintenance_position_1</name>
+      <y>386</y>
+      <fill_level>0.0</fill_level>
+      <foreground_color>
+        <color red="255" green="0" blue="0" />
+      </foreground_color>
+      <actions hook="false" hook_all="false" />
+      <font>
+        <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+      </font>
+    </widget>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.tab" version="1.0.0">
+    <active_tab>0</active_tab>
+    <tooltip></tooltip>
+    <tab_3_icon_path></tab_3_icon_path>
+    <height>499</height>
+    <tab_2_icon_path></tab_2_icon_path>
+    <border_width>1</border_width>
+    <border_color>
+      <color name="Container Border Grey" red="150" green="150" blue="150" />
+    </border_color>
+    <tab_0_foreground_color>
+      <color name="Black" red="0" green="0" blue="0" />
+    </tab_0_foreground_color>
+    <actions hook="false" hook_all="false">
+      <action type="WRITE_PV">
+        <pv_name>$(pv_name)</pv_name>
+        <value></value>
+        <timeout>10</timeout>
+        <confirm_message></confirm_message>
+        <description>save data</description>
+      </action>
+    </actions>
+    <tab_1_enabled>true</tab_1_enabled>
+    <border_style>14</border_style>
+    <enabled>true</enabled>
+    <wuid>-2f9a11f7:155b523133c:-55e9</wuid>
+    <tab_1_background_color>
+      <color name="Container Grey" red="200" green="200" blue="200" />
+    </tab_1_background_color>
+    <tab_1_icon_path></tab_1_icon_path>
+    <tab_2_foreground_color>
+      <color name="Black" red="0" green="0" blue="0" />
+    </tab_2_foreground_color>
+    <tab_1_font>
+      <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+    </tab_1_font>
+    <tab_3_title>Credits</tab_3_title>
+    <tab_2_enabled>true</tab_2_enabled>
+    <background_color>
+      <color name="Container Border Grey" red="150" green="150" blue="150" />
+    </background_color>
+    <width>451</width>
+    <x>560</x>
+    <horizontal_tabs>true</horizontal_tabs>
+    <y>90</y>
+    <rules>
+      <rule name="active_tab" prop_id="active_tab" out_exp="true">
+        <exp bool_exp="true">
+          <value>pv0</value>
+        </exp>
+        <pv trig="true">$(P-EMU-PMAC):$(M-EMU-GENERAL):VH_SELECT_R</pv>
+      </rule>
+    </rules>
+    <tab_3_font>
+      <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+    </tab_3_font>
+    <macros>
+      <include_parent_macros>true</include_parent_macros>
+    </macros>
+    <visible>true</visible>
+    <tab_0_background_color>
+      <color name="Container Grey" red="200" green="200" blue="200" />
+    </tab_0_background_color>
+    <tab_3_foreground_color>
+      <color name="Black" red="0" green="0" blue="0" />
+    </tab_3_foreground_color>
+    <widget_type>Tabbed Container</widget_type>
+    <tab_2_font>
+      <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+    </tab_2_font>
+    <tab_3_background_color>
+      <color name="Container Grey" red="200" green="200" blue="200" />
+    </tab_3_background_color>
+    <tab_3_enabled>true</tab_3_enabled>
+    <name>Tabbed Container_1</name>
+    <minimum_tab_height>10</minimum_tab_height>
+    <tab_2_title>Console and RB</tab_2_title>
+    <tab_0_font>
+      <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+    </tab_0_font>
+    <tab_2_background_color>
+      <color name="Container Grey" red="200" green="200" blue="200" />
+    </tab_2_background_color>
+    <tab_0_title>Vertical</tab_0_title>
+    <tab_1_foreground_color>
+      <color name="Black" red="0" green="0" blue="0" />
+    </tab_1_foreground_color>
+    <tab_1_title>Horizontal</tab_1_title>
+    <scripts />
+    <tab_count>4</tab_count>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <tab_0_icon_path></tab_0_icon_path>
+    <tab_0_enabled>true</tab_0_enabled>
+    <foreground_color>
+      <color name="Black" red="0" green="0" blue="0" />
+    </foreground_color>
+    <widget typeId="org.csstudio.opibuilder.widgets.groupingContainer" version="1.0.0">
+      <border_style>0</border_style>
+      <tooltip></tooltip>
+      <rules />
+      <enabled>true</enabled>
+      <wuid>-2f9a11f7:155b523133c:-55e8</wuid>
+      <transparent>true</transparent>
+      <lock_children>false</lock_children>
+      <scripts />
+      <height>459</height>
+      <border_width>1</border_width>
+      <scale_options>
+        <width_scalable>true</width_scalable>
+        <height_scalable>true</height_scalable>
+        <keep_wh_ratio>false</keep_wh_ratio>
+      </scale_options>
+      <macros>
+        <include_parent_macros>true</include_parent_macros>
+      </macros>
+      <visible>true</visible>
+      <border_color>
+        <color red="0" green="128" blue="255" />
+      </border_color>
+      <widget_type>Grouping Container</widget_type>
+      <background_color>
+        <color red="240" green="240" blue="240" />
+      </background_color>
+      <width>445</width>
+      <x>1</x>
+      <name>Vertical</name>
+      <y>1</y>
+      <foreground_color>
+        <color red="192" green="192" blue="192" />
+      </foreground_color>
+      <actions hook="false" hook_all="false" />
+      <fc>false</fc>
+      <show_scrollbar>true</show_scrollbar>
+      <font>
+        <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+      </font>
+      <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
+        <alarm_pulsing>false</alarm_pulsing>
+        <tooltip>$(pv_name)</tooltip>
+        <rules />
+        <effect_3d>true</effect_3d>
+        <bit>-1</bit>
+        <pv_value />
+        <height>18</height>
+        <border_width>1</border_width>
+        <visible>true</visible>
+        <pv_name>$(P-EMU-PMAC):$(M-EMU-V):SWITCH_H_R</pv_name>
+        <border_color>
+          <color name="Blue" red="0" green="128" blue="255" />
+        </border_color>
+        <widget_type>LED</widget_type>
+        <name>LED</name>
+        <actions hook="false" hook_all="false" />
+        <show_boolean_label>false</show_boolean_label>
+        <border_style>0</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <enabled>true</enabled>
+        <wuid>1bf3943c:157faf259c9:-7e58</wuid>
+        <on_color>
+          <color name="Minor" red="255" green="128" blue="0" />
+        </on_color>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <on_label>ON</on_label>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>true</keep_wh_ratio>
+        </scale_options>
+        <off_color>
+          <color name="Green Off" red="0" green="30" blue="0" />
+        </off_color>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <background_color>
+          <color name="Field Background Grey" red="240" green="240" blue="240" />
+        </background_color>
+        <square_led>false</square_led>
+        <width>18</width>
+        <x>30</x>
+        <data_type>0</data_type>
+        <y>10</y>
+        <foreground_color>
+          <color name="Button Grey" red="180" green="180" blue="180" />
+        </foreground_color>
+        <font>
+          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+        </font>
+        <off_label>OFF</off_label>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+        <border_style>0</border_style>
+        <tooltip></tooltip>
+        <horizontal_alignment>0</horizontal_alignment>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>1bf3943c:157faf259c9:-7e3f</wuid>
+        <transparent>true</transparent>
+        <auto_size>true</auto_size>
+        <text>high switch</text>
+        <scripts />
+        <height>18</height>
+        <border_width>2</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color name="Black" red="0" green="0" blue="0" />
+        </border_color>
+        <widget_type>Label</widget_type>
+        <wrap_words>true</wrap_words>
+        <background_color>
+          <color name="White" red="255" green="255" blue="255" />
+        </background_color>
+        <width>67</width>
+        <x>60</x>
+        <name>Label Template_13</name>
+        <y>10</y>
+        <foreground_color>
+          <color name="Black" red="0" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <show_scrollbar>false</show_scrollbar>
+        <font>
+          <opifont.name fontName="OpenSans" height="10" style="0">Small</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
+        <alarm_pulsing>false</alarm_pulsing>
+        <tooltip>$(pv_name)</tooltip>
+        <rules />
+        <effect_3d>true</effect_3d>
+        <bit>-1</bit>
+        <pv_value />
+        <height>18</height>
+        <border_width>1</border_width>
+        <visible>true</visible>
+        <pv_name>$(P-EMU-PMAC):$(M-EMU-V):SWITCH_L_R</pv_name>
+        <border_color>
+          <color name="Blue" red="0" green="128" blue="255" />
+        </border_color>
+        <widget_type>LED</widget_type>
+        <name>LED</name>
+        <actions hook="false" hook_all="false" />
+        <show_boolean_label>false</show_boolean_label>
+        <border_style>0</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <enabled>true</enabled>
+        <wuid>d3f28bb:157fafcb9d3:-7fd2</wuid>
+        <on_color>
+          <color name="Minor" red="255" green="128" blue="0" />
+        </on_color>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <on_label>ON</on_label>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>true</keep_wh_ratio>
+        </scale_options>
+        <off_color>
+          <color name="Green Off" red="0" green="30" blue="0" />
+        </off_color>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <background_color>
+          <color name="Field Background Grey" red="240" green="240" blue="240" />
+        </background_color>
+        <square_led>false</square_led>
+        <width>18</width>
+        <x>30</x>
+        <data_type>0</data_type>
+        <y>40</y>
+        <foreground_color>
+          <color name="Button Grey" red="180" green="180" blue="180" />
+        </foreground_color>
+        <font>
+          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+        </font>
+        <off_label>OFF</off_label>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+        <border_style>0</border_style>
+        <tooltip></tooltip>
+        <horizontal_alignment>0</horizontal_alignment>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>d3f28bb:157fafcb9d3:-7fae</wuid>
+        <transparent>true</transparent>
+        <auto_size>true</auto_size>
+        <text>low switch</text>
+        <scripts />
+        <height>18</height>
+        <border_width>2</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color name="Black" red="0" green="0" blue="0" />
+        </border_color>
+        <widget_type>Label</widget_type>
+        <wrap_words>true</wrap_words>
+        <background_color>
+          <color name="White" red="255" green="255" blue="255" />
+        </background_color>
+        <width>62</width>
+        <x>60</x>
+        <name>Label Template_13</name>
+        <y>40</y>
+        <foreground_color>
+          <color name="Black" red="0" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <show_scrollbar>false</show_scrollbar>
+        <font>
+          <opifont.name fontName="OpenSans" height="10" style="0">Small</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
+        <alarm_pulsing>false</alarm_pulsing>
+        <tooltip>$(pv_name)</tooltip>
+        <rules />
+        <effect_3d>true</effect_3d>
+        <bit>-1</bit>
+        <pv_value />
+        <height>18</height>
+        <border_width>1</border_width>
+        <visible>true</visible>
+        <pv_name>$(P-EMU-PMAC):$(M-EMU-V):M_IN_POSITION_R</pv_name>
+        <border_color>
+          <color name="Blue" red="0" green="128" blue="255" />
+        </border_color>
+        <widget_type>LED</widget_type>
+        <name>LED</name>
+        <actions hook="false" hook_all="false" />
+        <show_boolean_label>false</show_boolean_label>
+        <border_style>0</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <enabled>true</enabled>
+        <wuid>d3f28bb:157fafcb9d3:-7f51</wuid>
+        <on_color>
+          <color name="Green On" red="0" green="255" blue="0" />
+        </on_color>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <on_label>ON</on_label>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>true</keep_wh_ratio>
+        </scale_options>
+        <off_color>
+          <color name="Minor" red="255" green="128" blue="0" />
+        </off_color>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <background_color>
+          <color name="Field Background Grey" red="240" green="240" blue="240" />
+        </background_color>
+        <square_led>false</square_led>
+        <width>18</width>
+        <x>260</x>
+        <data_type>0</data_type>
+        <y>10</y>
+        <foreground_color>
+          <color name="Button Grey" red="180" green="180" blue="180" />
+        </foreground_color>
+        <font>
+          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+        </font>
+        <off_label>OFF</off_label>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
+        <alarm_pulsing>false</alarm_pulsing>
+        <tooltip>$(pv_name)</tooltip>
+        <rules />
+        <effect_3d>true</effect_3d>
+        <bit>-1</bit>
+        <pv_value />
+        <height>18</height>
+        <border_width>1</border_width>
+        <visible>true</visible>
+        <pv_name>$(P-EMU-PMAC):$(M-EMU-V):FATAL_FOL_ERR_R</pv_name>
+        <border_color>
+          <color name="Blue" red="0" green="128" blue="255" />
+        </border_color>
+        <widget_type>LED</widget_type>
+        <name>LED</name>
+        <actions hook="false" hook_all="false" />
+        <show_boolean_label>false</show_boolean_label>
+        <border_style>0</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <enabled>true</enabled>
+        <wuid>d3f28bb:157fafcb9d3:-7f4c</wuid>
+        <on_color>
+          <color name="Major" red="255" green="0" blue="0" />
+        </on_color>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <on_label>ON</on_label>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>true</keep_wh_ratio>
+        </scale_options>
+        <off_color>
+          <color red="0" green="30" blue="0" />
+        </off_color>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <background_color>
+          <color name="Field Background Grey" red="240" green="240" blue="240" />
+        </background_color>
+        <square_led>false</square_led>
+        <width>18</width>
+        <x>260</x>
+        <data_type>0</data_type>
+        <y>40</y>
+        <foreground_color>
+          <color name="Button Grey" red="180" green="180" blue="180" />
+        </foreground_color>
+        <font>
+          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+        </font>
+        <off_label>OFF</off_label>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+        <border_style>0</border_style>
+        <tooltip></tooltip>
+        <horizontal_alignment>0</horizontal_alignment>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>d3f28bb:157fafcb9d3:-7f44</wuid>
+        <transparent>true</transparent>
+        <auto_size>true</auto_size>
+        <text>motor in position</text>
+        <scripts />
+        <height>18</height>
+        <border_width>2</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color name="Black" red="0" green="0" blue="0" />
+        </border_color>
+        <widget_type>Label</widget_type>
+        <wrap_words>true</wrap_words>
+        <background_color>
+          <color name="White" red="255" green="255" blue="255" />
+        </background_color>
+        <width>104</width>
+        <x>290</x>
+        <name>Label Template_13</name>
+        <y>10</y>
+        <foreground_color>
+          <color name="Black" red="0" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <show_scrollbar>false</show_scrollbar>
+        <font>
+          <opifont.name fontName="OpenSans" height="10" style="0">Small</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+        <border_style>0</border_style>
+        <tooltip></tooltip>
+        <horizontal_alignment>0</horizontal_alignment>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>d3f28bb:157fafcb9d3:-7f3f</wuid>
+        <transparent>true</transparent>
+        <auto_size>true</auto_size>
+        <text>Fatal following error</text>
+        <scripts />
+        <height>18</height>
+        <border_width>2</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color name="Black" red="0" green="0" blue="0" />
+        </border_color>
+        <widget_type>Label</widget_type>
+        <wrap_words>true</wrap_words>
+        <background_color>
+          <color name="White" red="255" green="255" blue="255" />
+        </background_color>
+        <width>119</width>
+        <x>290</x>
+        <name>Label Template_13</name>
+        <y>40</y>
+        <foreground_color>
+          <color name="Black" red="0" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <show_scrollbar>false</show_scrollbar>
+        <font>
+          <opifont.name fontName="OpenSans" height="10" style="0">Small</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
+        <border_style>0</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <alarm_pulsing>false</alarm_pulsing>
+        <precision>0</precision>
+        <tooltip>$(pv_name)</tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>d3f28bb:157fafcb9d3:-7e14</wuid>
+        <transparent>false</transparent>
+        <pv_value />
+        <auto_size>false</auto_size>
+        <text></text>
+        <rotation_angle>0.0</rotation_angle>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <show_units>true</show_units>
+        <height>20</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <pv_name>$(P-EMU-PMAC):$(M-EMU-V):M_POSITION_R</pv_name>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color name="Blue" red="0" green="128" blue="255" />
+        </border_color>
+        <precision_from_pv>true</precision_from_pv>
+        <widget_type>Text Update</widget_type>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <wrap_words>false</wrap_words>
+        <format_type>0</format_type>
+        <background_color>
+          <color name="Field Background Grey" red="240" green="240" blue="240" />
+        </background_color>
+        <width>137</width>
+        <x>270</x>
+        <name>Text Update</name>
+        <y>70</y>
+        <foreground_color>
+          <color name="Black" red="0" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="0">Normal</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+        <border_style>0</border_style>
+        <tooltip></tooltip>
+        <horizontal_alignment>0</horizontal_alignment>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>d3f28bb:157fafcb9d3:-7e04</wuid>
+        <transparent>true</transparent>
+        <auto_size>true</auto_size>
+        <text>Actual position</text>
+        <scripts />
+        <height>18</height>
+        <border_width>2</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color name="Black" red="0" green="0" blue="0" />
+        </border_color>
+        <widget_type>Label</widget_type>
+        <wrap_words>true</wrap_words>
+        <background_color>
+          <color name="White" red="255" green="255" blue="255" />
+        </background_color>
+        <width>89</width>
+        <x>170</x>
+        <name>Label Template_13</name>
+        <y>70</y>
+        <foreground_color>
+          <color name="Black" red="0" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <show_scrollbar>false</show_scrollbar>
+        <font>
+          <opifont.name fontName="OpenSans" height="10" style="0">Small</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+        <border_style>0</border_style>
+        <tooltip></tooltip>
+        <horizontal_alignment>0</horizontal_alignment>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>d3f28bb:157fafcb9d3:-7d14</wuid>
+        <transparent>true</transparent>
+        <auto_size>true</auto_size>
+        <text>Brake</text>
+        <scripts />
+        <height>18</height>
+        <border_width>2</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color name="Black" red="0" green="0" blue="0" />
+        </border_color>
+        <widget_type>Label</widget_type>
+        <wrap_words>true</wrap_words>
+        <background_color>
+          <color name="White" red="255" green="255" blue="255" />
+        </background_color>
+        <width>34</width>
+        <x>30</x>
+        <name>Label Template_13</name>
+        <y>70</y>
+        <foreground_color>
+          <color name="Black" red="0" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <show_scrollbar>false</show_scrollbar>
+        <font>
+          <opifont.name fontName="OpenSans" height="10" style="0">Small</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
+        <border_style>0</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <alarm_pulsing>false</alarm_pulsing>
+        <precision>0</precision>
+        <tooltip>$(pv_name)</tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules>
+          <rule name="On_OFF_BRAKE" prop_id="text" out_exp="false">
+            <exp bool_exp="pv0">
+              <value>off</value>
+            </exp>
+            <pv trig="true">$(P-EMU-PMAC):$(M-EMU-V):BRAKE_R</pv>
+          </rule>
+        </rules>
+        <enabled>true</enabled>
+        <wuid>d3f28bb:157fafcb9d3:-7915</wuid>
+        <transparent>false</transparent>
+        <pv_value />
+        <auto_size>false</auto_size>
+        <text>on</text>
+        <rotation_angle>0.0</rotation_angle>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <show_units>true</show_units>
+        <height>18</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <pv_name></pv_name>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color name="Blue" red="0" green="128" blue="255" />
+        </border_color>
+        <precision_from_pv>true</precision_from_pv>
+        <widget_type>Text Update</widget_type>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <wrap_words>false</wrap_words>
+        <format_type>0</format_type>
+        <background_color>
+          <color name="Field Background Grey" red="240" green="240" blue="240" />
+        </background_color>
+        <width>41</width>
+        <x>70</x>
+        <name>Text Update</name>
+        <y>70</y>
+        <foreground_color>
+          <color name="Black" red="0" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="0">Normal</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
+        <alarm_pulsing>false</alarm_pulsing>
+        <tooltip>$(pv_name)</tooltip>
+        <rules />
+        <effect_3d>true</effect_3d>
+        <bit>-1</bit>
+        <pv_value />
+        <height>18</height>
+        <border_width>1</border_width>
+        <visible>true</visible>
+        <pv_name>$(P-EMU-PMAC):$(M-EMU-V):AMP_FAULT_R</pv_name>
+        <border_color>
+          <color name="Blue" red="0" green="128" blue="255" />
+        </border_color>
+        <widget_type>LED</widget_type>
+        <name>LED</name>
+        <actions hook="false" hook_all="false" />
+        <show_boolean_label>false</show_boolean_label>
+        <border_style>0</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <enabled>true</enabled>
+        <wuid>6f87bde5:1586c2bbffa:-7f0f</wuid>
+        <on_color>
+          <color name="Major" red="255" green="0" blue="0" />
+        </on_color>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <on_label>ON</on_label>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>true</keep_wh_ratio>
+        </scale_options>
+        <off_color>
+          <color name="Green Off" red="0" green="30" blue="0" />
+        </off_color>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <background_color>
+          <color name="Field Background Grey" red="240" green="240" blue="240" />
+        </background_color>
+        <square_led>false</square_led>
+        <width>18</width>
+        <x>10</x>
+        <data_type>0</data_type>
+        <y>400</y>
+        <foreground_color>
+          <color name="Button Grey" red="180" green="180" blue="180" />
+        </foreground_color>
+        <font>
+          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+        </font>
+        <off_label>OFF</off_label>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+        <border_style>0</border_style>
+        <tooltip></tooltip>
+        <horizontal_alignment>0</horizontal_alignment>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>6f87bde5:1586c2bbffa:-7f0e</wuid>
+        <transparent>true</transparent>
+        <auto_size>true</auto_size>
+        <text>Amplifier fault</text>
+        <scripts />
+        <height>18</height>
+        <border_width>2</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color name="Black" red="0" green="0" blue="0" />
+        </border_color>
+        <widget_type>Label</widget_type>
+        <wrap_words>true</wrap_words>
+        <background_color>
+          <color name="White" red="255" green="255" blue="255" />
+        </background_color>
+        <width>84</width>
+        <x>40</x>
+        <name>Label Template_13</name>
+        <y>400</y>
+        <foreground_color>
+          <color name="Black" red="0" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <show_scrollbar>false</show_scrollbar>
+        <font>
+          <opifont.name fontName="OpenSans" height="10" style="0">Small</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
+        <alarm_pulsing>false</alarm_pulsing>
+        <tooltip>$(pv_name)</tooltip>
+        <rules />
+        <effect_3d>true</effect_3d>
+        <bit>-1</bit>
+        <pv_value />
+        <height>18</height>
+        <border_width>1</border_width>
+        <visible>true</visible>
+        <pv_name>$(P-EMU-PMAC):$(M-EMU-V):INT_FOL_ERR_R</pv_name>
+        <border_color>
+          <color name="Blue" red="0" green="128" blue="255" />
+        </border_color>
+        <widget_type>LED</widget_type>
+        <name>LED</name>
+        <actions hook="false" hook_all="false" />
+        <show_boolean_label>false</show_boolean_label>
+        <border_style>0</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <enabled>true</enabled>
+        <wuid>6f87bde5:1586c2bbffa:-7ebc</wuid>
+        <on_color>
+          <color name="Major" red="255" green="0" blue="0" />
+        </on_color>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <on_label>ON</on_label>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>true</keep_wh_ratio>
+        </scale_options>
+        <off_color>
+          <color name="Green Off" red="0" green="30" blue="0" />
+        </off_color>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <background_color>
+          <color name="Field Background Grey" red="240" green="240" blue="240" />
+        </background_color>
+        <square_led>false</square_led>
+        <width>18</width>
+        <x>140</x>
+        <data_type>0</data_type>
+        <y>400</y>
+        <foreground_color>
+          <color name="Button Grey" red="180" green="180" blue="180" />
+        </foreground_color>
+        <font>
+          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+        </font>
+        <off_label>OFF</off_label>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+        <border_style>0</border_style>
+        <tooltip></tooltip>
+        <horizontal_alignment>0</horizontal_alignment>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>6f87bde5:1586c2bbffa:-7ebb</wuid>
+        <transparent>true</transparent>
+        <auto_size>true</auto_size>
+        <text>Int. foll.error</text>
+        <scripts />
+        <height>18</height>
+        <border_width>2</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color name="Black" red="0" green="0" blue="0" />
+        </border_color>
+        <widget_type>Label</widget_type>
+        <wrap_words>true</wrap_words>
+        <background_color>
+          <color name="White" red="255" green="255" blue="255" />
+        </background_color>
+        <width>74</width>
+        <x>170</x>
+        <name>Label Template_13</name>
+        <y>400</y>
+        <foreground_color>
+          <color name="Black" red="0" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <show_scrollbar>false</show_scrollbar>
+        <font>
+          <opifont.name fontName="OpenSans" height="10" style="0">Small</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
+        <alarm_pulsing>false</alarm_pulsing>
+        <tooltip>$(pv_name)</tooltip>
+        <rules />
+        <effect_3d>true</effect_3d>
+        <bit>-1</bit>
+        <pv_value />
+        <height>18</height>
+        <border_width>1</border_width>
+        <visible>true</visible>
+        <pv_name>$(P-EMU-PMAC):$(M-EMU-V):I2T_FAULT_R</pv_name>
+        <border_color>
+          <color name="Blue" red="0" green="128" blue="255" />
+        </border_color>
+        <widget_type>LED</widget_type>
+        <name>LED</name>
+        <actions hook="false" hook_all="false" />
+        <show_boolean_label>false</show_boolean_label>
+        <border_style>0</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <enabled>true</enabled>
+        <wuid>6f87bde5:1586c2bbffa:-7eb4</wuid>
+        <on_color>
+          <color name="Major" red="255" green="0" blue="0" />
+        </on_color>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <on_label>ON</on_label>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>true</keep_wh_ratio>
+        </scale_options>
+        <off_color>
+          <color name="Green Off" red="0" green="30" blue="0" />
+        </off_color>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <background_color>
+          <color name="Field Background Grey" red="240" green="240" blue="240" />
+        </background_color>
+        <square_led>false</square_led>
+        <width>18</width>
+        <x>140</x>
+        <data_type>0</data_type>
+        <y>430</y>
+        <foreground_color>
+          <color name="Button Grey" red="180" green="180" blue="180" />
+        </foreground_color>
+        <font>
+          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+        </font>
+        <off_label>OFF</off_label>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+        <border_style>0</border_style>
+        <tooltip></tooltip>
+        <horizontal_alignment>0</horizontal_alignment>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>6f87bde5:1586c2bbffa:-7eb3</wuid>
+        <transparent>true</transparent>
+        <auto_size>true</auto_size>
+        <text>I2T fault</text>
+        <scripts />
+        <height>18</height>
+        <border_width>2</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color name="Black" red="0" green="0" blue="0" />
+        </border_color>
+        <widget_type>Label</widget_type>
+        <wrap_words>true</wrap_words>
+        <background_color>
+          <color name="White" red="255" green="255" blue="255" />
+        </background_color>
+        <width>48</width>
+        <x>170</x>
+        <name>Label Template_13</name>
+        <y>430</y>
+        <foreground_color>
+          <color name="Black" red="0" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <show_scrollbar>false</show_scrollbar>
+        <font>
+          <opifont.name fontName="OpenSans" height="10" style="0">Small</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
+        <alarm_pulsing>false</alarm_pulsing>
+        <tooltip>$(pv_name)</tooltip>
+        <rules />
+        <effect_3d>true</effect_3d>
+        <bit>-1</bit>
+        <pv_value />
+        <height>18</height>
+        <border_width>1</border_width>
+        <visible>true</visible>
+        <pv_name>$(P-EMU-PMAC):$(M-EMU-V):PHASING_ERR_R</pv_name>
+        <border_color>
+          <color name="Blue" red="0" green="128" blue="255" />
+        </border_color>
+        <widget_type>LED</widget_type>
+        <name>LED</name>
+        <actions hook="false" hook_all="false" />
+        <show_boolean_label>false</show_boolean_label>
+        <border_style>0</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <enabled>true</enabled>
+        <wuid>6f87bde5:1586c2bbffa:-7eac</wuid>
+        <on_color>
+          <color name="Major" red="255" green="0" blue="0" />
+        </on_color>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <on_label>ON</on_label>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>true</keep_wh_ratio>
+        </scale_options>
+        <off_color>
+          <color name="Green Off" red="0" green="30" blue="0" />
+        </off_color>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <background_color>
+          <color name="Field Background Grey" red="240" green="240" blue="240" />
+        </background_color>
+        <square_led>false</square_led>
+        <width>18</width>
+        <x>10</x>
+        <data_type>0</data_type>
+        <y>430</y>
+        <foreground_color>
+          <color name="Button Grey" red="180" green="180" blue="180" />
+        </foreground_color>
+        <font>
+          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+        </font>
+        <off_label>OFF</off_label>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+        <border_style>0</border_style>
+        <tooltip></tooltip>
+        <horizontal_alignment>0</horizontal_alignment>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>6f87bde5:1586c2bbffa:-7eab</wuid>
+        <transparent>true</transparent>
+        <auto_size>true</auto_size>
+        <text>phasing error</text>
+        <scripts />
+        <height>18</height>
+        <border_width>2</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color name="Black" red="0" green="0" blue="0" />
+        </border_color>
+        <widget_type>Label</widget_type>
+        <wrap_words>true</wrap_words>
+        <background_color>
+          <color name="White" red="255" green="255" blue="255" />
+        </background_color>
+        <width>80</width>
+        <x>40</x>
+        <name>Label Template_13</name>
+        <y>430</y>
+        <foreground_color>
+          <color name="Black" red="0" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <show_scrollbar>false</show_scrollbar>
+        <font>
+          <opifont.name fontName="OpenSans" height="10" style="0">Small</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.xyGraph" version="1.0.0">
+        <axis_1_scale_format></axis_1_scale_format>
+        <alarm_pulsing>true</alarm_pulsing>
+        <tooltip></tooltip>
+        <trace_0_concatenate_data>true</trace_0_concatenate_data>
+        <trace_0_trace_type>0</trace_0_trace_type>
+        <border_width>1</border_width>
+        <border_style>5</border_style>
+        <axis_0_grid_color>
+          <color name="Container Grey" red="200" green="200" blue="200" />
+        </axis_0_grid_color>
+        <trace_0_name></trace_0_name>
+        <trace_0_update_mode>0</trace_0_update_mode>
+        <wuid>-365fd143:1586240e0c6:-79c8</wuid>
+        <transparent>false</transparent>
+        <axis_0_title_font>
+          <opifont.name fontName="OpenSans" height="10" style="1">Small Bold</opifont.name>
+        </axis_0_title_font>
+        <background_color>
+          <color name="White" red="255" green="255" blue="255" />
+        </background_color>
+        <x>10</x>
+        <y>95</y>
+        <trace_0_x_axis_index>0</trace_0_x_axis_index>
+        <axis_count>2</axis_count>
+        <pv_value />
+        <trace_0_buffer_size>1000</trace_0_buffer_size>
+        <axis_1_maximum>100.0</axis_1_maximum>
+        <axis_0_scale_font>
+          <opifont.name fontName="OpenSans" height="10" style="0">Small</opifont.name>
+        </axis_0_scale_font>
+        <trigger_pv></trigger_pv>
+        <widget_type>XY Graph</widget_type>
+        <axis_1_axis_color>
+          <color name="Black" red="0" green="0" blue="0" />
+        </axis_1_axis_color>
+        <axis_0_scale_format></axis_0_scale_format>
+        <axis_1_log_scale>false</axis_1_log_scale>
+        <title>Velocity</title>
+        <trace_0_visible>true</trace_0_visible>
+        <show_legend>false</show_legend>
+        <axis_0_axis_title>Actual direct velocity motor 1 in fct of time</axis_0_axis_title>
+        <axis_0_axis_color>
+          <color name="Black" red="0" green="0" blue="0" />
+        </axis_0_axis_color>
+        <axis_0_dash_grid_line>false</axis_0_dash_grid_line>
+        <trace_0_point_style>0</trace_0_point_style>
+        <trace_0_line_width>1</trace_0_line_width>
+        <axis_0_time_format>0</axis_0_time_format>
+        <trace_count>1</trace_count>
+        <axis_1_show_grid>true</axis_1_show_grid>
+        <axis_1_dash_grid_line>true</axis_1_dash_grid_line>
+        <show_toolbar>false</show_toolbar>
+        <axis_0_visible>true</axis_0_visible>
+        <axis_0_show_grid>true</axis_0_show_grid>
+        <trace_0_y_axis_index>1</trace_0_y_axis_index>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <axis_0_maximum>1000.0</axis_0_maximum>
+        <height>141</height>
+        <trigger_pv_value />
+        <axis_1_grid_color>
+          <color name="Container Grey" red="200" green="200" blue="200" />
+        </axis_1_grid_color>
+        <actions hook="false" hook_all="false" />
+        <axis_0_log_scale>false</axis_0_log_scale>
+        <trace_0_x_pv_value />
+        <axis_0_auto_scale_threshold>0.0</axis_0_auto_scale_threshold>
+        <rules />
+        <axis_1_visible>true</axis_1_visible>
+        <trace_0_update_delay>100</trace_0_update_delay>
+        <pv_name></pv_name>
+        <name>XY Graph</name>
+        <axis_0_auto_scale>true</axis_0_auto_scale>
+        <axis_0_minimum>0.0</axis_0_minimum>
+        <axis_1_axis_title></axis_1_axis_title>
+        <axis_1_auto_scale>true</axis_1_auto_scale>
+        <border_color>
+          <color name="Blue" red="0" green="128" blue="255" />
+        </border_color>
+        <trace_0_y_pv>$(P-EMU-PMAC):$(M-EMU-V):ACTUAL_VEL_R</trace_0_y_pv>
+        <trace_0_plot_mode>0</trace_0_plot_mode>
+        <enabled>true</enabled>
+        <trace_0_x_pv></trace_0_x_pv>
+        <axis_1_scale_font>
+          <opifont.name fontName="OpenSans" height="10" style="0">Small</opifont.name>
+        </axis_1_scale_font>
+        <axis_1_time_format>0</axis_1_time_format>
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <show_plot_area_border>false</show_plot_area_border>
+        <width>421</width>
+        <axis_1_minimum>0.0</axis_1_minimum>
+        <title_font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </title_font>
+        <trace_0_y_pv_value />
+        <plot_area_background_color>
+          <color name="White" red="255" green="255" blue="255" />
+        </plot_area_background_color>
+        <axis_1_title_font>
+          <opifont.name fontName="OpenSans" height="10" style="1">Small Bold</opifont.name>
+        </axis_1_title_font>
+        <visible>true</visible>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <scripts />
+        <trace_0_point_size>4</trace_0_point_size>
+        <trace_0_trace_color>
+          <color name="Red On" red="255" green="0" blue="0" />
+        </trace_0_trace_color>
+        <trace_0_anti_alias>true</trace_0_anti_alias>
+        <axis_1_auto_scale_threshold>0.0</axis_1_auto_scale_threshold>
+        <foreground_color>
+          <color name="Black" red="0" green="0" blue="0" />
+        </foreground_color>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.xyGraph" version="1.0.0">
+        <axis_1_scale_format></axis_1_scale_format>
+        <alarm_pulsing>true</alarm_pulsing>
+        <tooltip></tooltip>
+        <trace_0_concatenate_data>true</trace_0_concatenate_data>
+        <trace_0_trace_type>0</trace_0_trace_type>
+        <border_width>1</border_width>
+        <border_style>5</border_style>
+        <axis_0_grid_color>
+          <color name="Container Grey" red="200" green="200" blue="200" />
+        </axis_0_grid_color>
+        <trace_0_name></trace_0_name>
+        <trace_0_update_mode>0</trace_0_update_mode>
+        <wuid>-365fd143:1586240e0c6:-7907</wuid>
+        <transparent>false</transparent>
+        <axis_0_title_font>
+          <opifont.name fontName="OpenSans" height="10" style="1">Small Bold</opifont.name>
+        </axis_0_title_font>
+        <background_color>
+          <color name="White" red="255" green="255" blue="255" />
+        </background_color>
+        <x>10</x>
+        <y>243</y>
+        <trace_0_x_axis_index>0</trace_0_x_axis_index>
+        <axis_count>2</axis_count>
+        <pv_value />
+        <trace_0_buffer_size>1000</trace_0_buffer_size>
+        <axis_1_maximum>100.0</axis_1_maximum>
+        <axis_0_scale_font>
+          <opifont.name fontName="OpenSans" height="10" style="0">Small</opifont.name>
+        </axis_0_scale_font>
+        <trigger_pv></trigger_pv>
+        <widget_type>XY Graph</widget_type>
+        <axis_1_axis_color>
+          <color name="Black" red="0" green="0" blue="0" />
+        </axis_1_axis_color>
+        <axis_0_scale_format></axis_0_scale_format>
+        <axis_1_log_scale>false</axis_1_log_scale>
+        <title>Current</title>
+        <trace_0_visible>true</trace_0_visible>
+        <show_legend>false</show_legend>
+        <axis_0_axis_title>#1 Quadrature current-loop integrator output</axis_0_axis_title>
+        <axis_0_axis_color>
+          <color name="Black" red="0" green="0" blue="0" />
+        </axis_0_axis_color>
+        <axis_0_dash_grid_line>false</axis_0_dash_grid_line>
+        <trace_0_point_style>0</trace_0_point_style>
+        <trace_0_line_width>1</trace_0_line_width>
+        <axis_0_time_format>0</axis_0_time_format>
+        <trace_count>1</trace_count>
+        <axis_1_show_grid>true</axis_1_show_grid>
+        <axis_1_dash_grid_line>true</axis_1_dash_grid_line>
+        <show_toolbar>false</show_toolbar>
+        <axis_0_visible>true</axis_0_visible>
+        <axis_0_show_grid>true</axis_0_show_grid>
+        <trace_0_y_axis_index>1</trace_0_y_axis_index>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <axis_0_maximum>1000.0</axis_0_maximum>
+        <height>141</height>
+        <trigger_pv_value />
+        <axis_1_grid_color>
+          <color name="Container Grey" red="200" green="200" blue="200" />
+        </axis_1_grid_color>
+        <actions hook="false" hook_all="false" />
+        <axis_0_log_scale>false</axis_0_log_scale>
+        <trace_0_x_pv_value />
+        <axis_0_auto_scale_threshold>0.0</axis_0_auto_scale_threshold>
+        <rules />
+        <axis_1_visible>true</axis_1_visible>
+        <trace_0_update_delay>100</trace_0_update_delay>
+        <pv_name></pv_name>
+        <name>XY Graph</name>
+        <axis_0_auto_scale>true</axis_0_auto_scale>
+        <axis_0_minimum>0.0</axis_0_minimum>
+        <axis_1_axis_title></axis_1_axis_title>
+        <axis_1_auto_scale>true</axis_1_auto_scale>
+        <border_color>
+          <color name="Blue" red="0" green="128" blue="255" />
+        </border_color>
+        <trace_0_y_pv>$(P-EMU-PMAC):$(M-EMU-V):QUA_CUR_LOOP_R</trace_0_y_pv>
+        <trace_0_plot_mode>0</trace_0_plot_mode>
+        <enabled>true</enabled>
+        <trace_0_x_pv></trace_0_x_pv>
+        <axis_1_scale_font>
+          <opifont.name fontName="OpenSans" height="10" style="0">Small</opifont.name>
+        </axis_1_scale_font>
+        <axis_1_time_format>0</axis_1_time_format>
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <show_plot_area_border>false</show_plot_area_border>
+        <width>421</width>
+        <axis_1_minimum>0.0</axis_1_minimum>
+        <title_font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </title_font>
+        <trace_0_y_pv_value />
+        <plot_area_background_color>
+          <color name="White" red="255" green="255" blue="255" />
+        </plot_area_background_color>
+        <axis_1_title_font>
+          <opifont.name fontName="OpenSans" height="10" style="1">Small Bold</opifont.name>
+        </axis_1_title_font>
+        <visible>true</visible>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <scripts />
+        <trace_0_point_size>4</trace_0_point_size>
+        <trace_0_trace_color>
+          <color name="Red On" red="255" green="0" blue="0" />
+        </trace_0_trace_color>
+        <trace_0_anti_alias>true</trace_0_anti_alias>
+        <axis_1_auto_scale_threshold>0.0</axis_1_auto_scale_threshold>
+        <foreground_color>
+          <color name="Black" red="0" green="0" blue="0" />
+        </foreground_color>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
+        <alarm_pulsing>false</alarm_pulsing>
+        <tooltip>$(pv_name)</tooltip>
+        <rules />
+        <effect_3d>true</effect_3d>
+        <bit>-1</bit>
+        <pv_value />
+        <height>18</height>
+        <border_width>1</border_width>
+        <visible>true</visible>
+        <pv_name>$(P-EMU-PMAC):$(M-EMU-V):BRAKE_R</pv_name>
+        <border_color>
+          <color name="Blue" red="0" green="128" blue="255" />
+        </border_color>
+        <widget_type>LED</widget_type>
+        <name>LED_4</name>
+        <actions hook="false" hook_all="false" />
+        <show_boolean_label>false</show_boolean_label>
+        <border_style>0</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <enabled>true</enabled>
+        <wuid>-67165f8a:15ce4595e06:-7751</wuid>
+        <on_color>
+          <color name="Green On" red="0" green="255" blue="0" />
+        </on_color>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <on_label>ON</on_label>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>true</keep_wh_ratio>
+        </scale_options>
+        <off_color>
+          <color name="Green Off" red="0" green="30" blue="0" />
+        </off_color>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <background_color>
+          <color name="Field Background Grey" red="240" green="240" blue="240" />
+        </background_color>
+        <square_led>false</square_led>
+        <width>18</width>
+        <x>120</x>
+        <data_type>0</data_type>
+        <y>70</y>
+        <foreground_color>
+          <color name="Button Grey" red="180" green="180" blue="180" />
+        </foreground_color>
+        <font>
+          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+        </font>
+        <off_label>OFF</off_label>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
+        <border_style>0</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <alarm_pulsing>false</alarm_pulsing>
+        <precision>0</precision>
+        <tooltip>$(pv_name)</tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>-67165f8a:15ce4595e06:-1aca</wuid>
+        <transparent>false</transparent>
+        <pv_value />
+        <auto_size>false</auto_size>
+        <text></text>
+        <rotation_angle>0.0</rotation_angle>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <show_units>true</show_units>
+        <height>20</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <pv_name>$(P-EMU-PMAC):$(M-EMU-V):MAX_CURRENT_R</pv_name>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color name="Blue" red="0" green="128" blue="255" />
+        </border_color>
+        <precision_from_pv>true</precision_from_pv>
+        <widget_type>Text Update</widget_type>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <wrap_words>false</wrap_words>
+        <format_type>0</format_type>
+        <background_color>
+          <color name="Field Background Grey" red="240" green="240" blue="240" />
+        </background_color>
+        <width>137</width>
+        <x>290</x>
+        <name>Text Update_9</name>
+        <y>400</y>
+        <foreground_color>
+          <color name="Black" red="0" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="0">Normal</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
+        <border_style>0</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <alarm_pulsing>false</alarm_pulsing>
+        <precision>0</precision>
+        <tooltip>$(pv_name)</tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>-67165f8a:15ce4595e06:-1ac5</wuid>
+        <transparent>false</transparent>
+        <pv_value />
+        <auto_size>false</auto_size>
+        <text></text>
+        <rotation_angle>0.0</rotation_angle>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <show_units>true</show_units>
+        <height>20</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <pv_name>$(P-EMU-PMAC):$(M-EMU-V):MIN_CURRENT_R</pv_name>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color name="Blue" red="0" green="128" blue="255" />
+        </border_color>
+        <precision_from_pv>true</precision_from_pv>
+        <widget_type>Text Update</widget_type>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <wrap_words>false</wrap_words>
+        <format_type>0</format_type>
+        <background_color>
+          <color name="Field Background Grey" red="240" green="240" blue="240" />
+        </background_color>
+        <width>137</width>
+        <x>290</x>
+        <name>Text Update_9</name>
+        <y>435</y>
+        <foreground_color>
+          <color name="Black" red="0" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="0">Normal</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+        <border_style>0</border_style>
+        <tooltip></tooltip>
+        <horizontal_alignment>0</horizontal_alignment>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>-67165f8a:15ce4595e06:-1a07</wuid>
+        <transparent>true</transparent>
+        <auto_size>true</auto_size>
+        <text>Max current</text>
+        <scripts />
+        <height>18</height>
+        <border_width>2</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color name="Black" red="0" green="0" blue="0" />
+        </border_color>
+        <widget_type>Label</widget_type>
+        <wrap_words>true</wrap_words>
+        <background_color>
+          <color name="White" red="255" green="255" blue="255" />
+        </background_color>
+        <width>73</width>
+        <x>322</x>
+        <name>Label Template_13</name>
+        <y>383</y>
+        <foreground_color>
+          <color name="Black" red="0" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <show_scrollbar>false</show_scrollbar>
+        <font>
+          <opifont.name fontName="OpenSans" height="10" style="0">Small</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+        <border_style>0</border_style>
+        <tooltip></tooltip>
+        <horizontal_alignment>0</horizontal_alignment>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>-67165f8a:15ce4595e06:-19f9</wuid>
+        <transparent>true</transparent>
+        <auto_size>true</auto_size>
+        <text>Min current</text>
+        <scripts />
+        <height>18</height>
+        <border_width>2</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color name="Black" red="0" green="0" blue="0" />
+        </border_color>
+        <widget_type>Label</widget_type>
+        <wrap_words>true</wrap_words>
+        <background_color>
+          <color name="White" red="255" green="255" blue="255" />
+        </background_color>
+        <width>70</width>
+        <x>322</x>
+        <name>Label Template_13</name>
+        <y>417</y>
+        <foreground_color>
+          <color name="Black" red="0" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <show_scrollbar>false</show_scrollbar>
+        <font>
+          <opifont.name fontName="OpenSans" height="10" style="0">Small</opifont.name>
+        </font>
+      </widget>
+    </widget>
+    <widget typeId="org.csstudio.opibuilder.widgets.groupingContainer" version="1.0.0">
+      <border_style>0</border_style>
+      <tooltip></tooltip>
+      <rules />
+      <enabled>true</enabled>
+      <wuid>-2f9a11f7:155b523133c:-55e8</wuid>
+      <transparent>true</transparent>
+      <lock_children>false</lock_children>
+      <scripts />
+      <height>459</height>
+      <border_width>1</border_width>
+      <scale_options>
+        <width_scalable>true</width_scalable>
+        <height_scalable>true</height_scalable>
+        <keep_wh_ratio>false</keep_wh_ratio>
+      </scale_options>
+      <macros>
+        <include_parent_macros>true</include_parent_macros>
+      </macros>
+      <visible>false</visible>
+      <border_color>
+        <color red="0" green="128" blue="255" />
+      </border_color>
+      <widget_type>Grouping Container</widget_type>
+      <background_color>
+        <color red="240" green="240" blue="240" />
+      </background_color>
+      <width>445</width>
+      <x>1</x>
+      <name>Horizontal</name>
+      <y>1</y>
+      <foreground_color>
+        <color red="192" green="192" blue="192" />
+      </foreground_color>
+      <actions hook="false" hook_all="false" />
+      <fc>false</fc>
+      <show_scrollbar>true</show_scrollbar>
+      <font>
+        <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+      </font>
+      <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
+        <alarm_pulsing>false</alarm_pulsing>
+        <tooltip>$(pv_name)</tooltip>
+        <rules />
+        <effect_3d>true</effect_3d>
+        <bit>-1</bit>
+        <pv_value />
+        <height>18</height>
+        <border_width>1</border_width>
+        <visible>true</visible>
+        <pv_name>$(P-EMU-PMAC):$(M-EMU-H):SWITCH_H_R</pv_name>
+        <border_color>
+          <color name="Blue" red="0" green="128" blue="255" />
+        </border_color>
+        <widget_type>LED</widget_type>
+        <name>LED</name>
+        <actions hook="false" hook_all="false" />
+        <show_boolean_label>false</show_boolean_label>
+        <border_style>0</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <enabled>true</enabled>
+        <wuid>1bf3943c:157faf259c9:-7e58</wuid>
+        <on_color>
+          <color name="Minor" red="255" green="128" blue="0" />
+        </on_color>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <on_label>ON</on_label>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>true</keep_wh_ratio>
+        </scale_options>
+        <off_color>
+          <color name="Green Off" red="0" green="30" blue="0" />
+        </off_color>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <background_color>
+          <color name="Field Background Grey" red="240" green="240" blue="240" />
+        </background_color>
+        <square_led>false</square_led>
+        <width>18</width>
+        <x>30</x>
+        <data_type>0</data_type>
+        <y>10</y>
+        <foreground_color>
+          <color name="Button Grey" red="180" green="180" blue="180" />
+        </foreground_color>
+        <font>
+          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+        </font>
+        <off_label>OFF</off_label>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+        <border_style>0</border_style>
+        <tooltip></tooltip>
+        <horizontal_alignment>0</horizontal_alignment>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>1bf3943c:157faf259c9:-7e3f</wuid>
+        <transparent>true</transparent>
+        <auto_size>true</auto_size>
+        <text>high switch</text>
+        <scripts />
+        <height>18</height>
+        <border_width>2</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color name="Black" red="0" green="0" blue="0" />
+        </border_color>
+        <widget_type>Label</widget_type>
+        <wrap_words>true</wrap_words>
+        <background_color>
+          <color name="White" red="255" green="255" blue="255" />
+        </background_color>
+        <width>67</width>
+        <x>60</x>
+        <name>Label Template_13</name>
+        <y>10</y>
+        <foreground_color>
+          <color name="Black" red="0" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <show_scrollbar>false</show_scrollbar>
+        <font>
+          <opifont.name fontName="OpenSans" height="10" style="0">Small</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
+        <alarm_pulsing>false</alarm_pulsing>
+        <tooltip>$(pv_name)</tooltip>
+        <rules />
+        <effect_3d>true</effect_3d>
+        <bit>-1</bit>
+        <pv_value />
+        <height>18</height>
+        <border_width>1</border_width>
+        <visible>true</visible>
+        <pv_name>$(P-EMU-PMAC):$(M-EMU-H):SWITCH_L_R</pv_name>
+        <border_color>
+          <color name="Blue" red="0" green="128" blue="255" />
+        </border_color>
+        <widget_type>LED</widget_type>
+        <name>LED</name>
+        <actions hook="false" hook_all="false" />
+        <show_boolean_label>false</show_boolean_label>
+        <border_style>0</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <enabled>true</enabled>
+        <wuid>d3f28bb:157fafcb9d3:-7fd2</wuid>
+        <on_color>
+          <color name="Minor" red="255" green="128" blue="0" />
+        </on_color>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <on_label>ON</on_label>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>true</keep_wh_ratio>
+        </scale_options>
+        <off_color>
+          <color name="Green Off" red="0" green="30" blue="0" />
+        </off_color>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <background_color>
+          <color name="Field Background Grey" red="240" green="240" blue="240" />
+        </background_color>
+        <square_led>false</square_led>
+        <width>18</width>
+        <x>30</x>
+        <data_type>0</data_type>
+        <y>40</y>
+        <foreground_color>
+          <color name="Button Grey" red="180" green="180" blue="180" />
+        </foreground_color>
+        <font>
+          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+        </font>
+        <off_label>OFF</off_label>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+        <border_style>0</border_style>
+        <tooltip></tooltip>
+        <horizontal_alignment>0</horizontal_alignment>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>d3f28bb:157fafcb9d3:-7fae</wuid>
+        <transparent>true</transparent>
+        <auto_size>true</auto_size>
+        <text>low switch</text>
+        <scripts />
+        <height>18</height>
+        <border_width>2</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color name="Black" red="0" green="0" blue="0" />
+        </border_color>
+        <widget_type>Label</widget_type>
+        <wrap_words>true</wrap_words>
+        <background_color>
+          <color name="White" red="255" green="255" blue="255" />
+        </background_color>
+        <width>62</width>
+        <x>60</x>
+        <name>Label Template_13</name>
+        <y>40</y>
+        <foreground_color>
+          <color name="Black" red="0" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <show_scrollbar>false</show_scrollbar>
+        <font>
+          <opifont.name fontName="OpenSans" height="10" style="0">Small</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
+        <alarm_pulsing>false</alarm_pulsing>
+        <tooltip>$(pv_name)</tooltip>
+        <rules />
+        <effect_3d>true</effect_3d>
+        <bit>-1</bit>
+        <pv_value />
+        <height>18</height>
+        <border_width>1</border_width>
+        <visible>true</visible>
+        <pv_name>$(P-EMU-PMAC):$(M-EMU-H):M_IN_POSITION_R</pv_name>
+        <border_color>
+          <color name="Blue" red="0" green="128" blue="255" />
+        </border_color>
+        <widget_type>LED</widget_type>
+        <name>LED</name>
+        <actions hook="false" hook_all="false" />
+        <show_boolean_label>false</show_boolean_label>
+        <border_style>0</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <enabled>true</enabled>
+        <wuid>d3f28bb:157fafcb9d3:-7f51</wuid>
+        <on_color>
+          <color name="Green On" red="0" green="255" blue="0" />
+        </on_color>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <on_label>ON</on_label>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>true</keep_wh_ratio>
+        </scale_options>
+        <off_color>
+          <color name="Minor" red="255" green="128" blue="0" />
+        </off_color>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <background_color>
+          <color name="Field Background Grey" red="240" green="240" blue="240" />
+        </background_color>
+        <square_led>false</square_led>
+        <width>18</width>
+        <x>260</x>
+        <data_type>0</data_type>
+        <y>10</y>
+        <foreground_color>
+          <color name="Button Grey" red="180" green="180" blue="180" />
+        </foreground_color>
+        <font>
+          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+        </font>
+        <off_label>OFF</off_label>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
+        <alarm_pulsing>false</alarm_pulsing>
+        <tooltip>$(pv_name)</tooltip>
+        <rules />
+        <effect_3d>true</effect_3d>
+        <bit>-1</bit>
+        <pv_value />
+        <height>18</height>
+        <border_width>1</border_width>
+        <visible>true</visible>
+        <pv_name>$(P-EMU-PMAC):$(M-EMU-H):FATAL_FOL_ERR_R</pv_name>
+        <border_color>
+          <color name="Blue" red="0" green="128" blue="255" />
+        </border_color>
+        <widget_type>LED</widget_type>
+        <name>LED</name>
+        <actions hook="false" hook_all="false" />
+        <show_boolean_label>false</show_boolean_label>
+        <border_style>0</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <enabled>true</enabled>
+        <wuid>d3f28bb:157fafcb9d3:-7f4c</wuid>
+        <on_color>
+          <color name="Major" red="255" green="0" blue="0" />
+        </on_color>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <on_label>ON</on_label>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>true</keep_wh_ratio>
+        </scale_options>
+        <off_color>
+          <color red="0" green="30" blue="0" />
+        </off_color>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <background_color>
+          <color name="Field Background Grey" red="240" green="240" blue="240" />
+        </background_color>
+        <square_led>false</square_led>
+        <width>18</width>
+        <x>260</x>
+        <data_type>0</data_type>
+        <y>40</y>
+        <foreground_color>
+          <color name="Button Grey" red="180" green="180" blue="180" />
+        </foreground_color>
+        <font>
+          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+        </font>
+        <off_label>OFF</off_label>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+        <border_style>0</border_style>
+        <tooltip></tooltip>
+        <horizontal_alignment>0</horizontal_alignment>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>d3f28bb:157fafcb9d3:-7f44</wuid>
+        <transparent>true</transparent>
+        <auto_size>true</auto_size>
+        <text>motor in position</text>
+        <scripts />
+        <height>18</height>
+        <border_width>2</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color name="Black" red="0" green="0" blue="0" />
+        </border_color>
+        <widget_type>Label</widget_type>
+        <wrap_words>true</wrap_words>
+        <background_color>
+          <color name="White" red="255" green="255" blue="255" />
+        </background_color>
+        <width>104</width>
+        <x>290</x>
+        <name>Label Template_13</name>
+        <y>10</y>
+        <foreground_color>
+          <color name="Black" red="0" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <show_scrollbar>false</show_scrollbar>
+        <font>
+          <opifont.name fontName="OpenSans" height="10" style="0">Small</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+        <border_style>0</border_style>
+        <tooltip></tooltip>
+        <horizontal_alignment>0</horizontal_alignment>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>d3f28bb:157fafcb9d3:-7f3f</wuid>
+        <transparent>true</transparent>
+        <auto_size>true</auto_size>
+        <text>Fatal following error</text>
+        <scripts />
+        <height>18</height>
+        <border_width>2</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color name="Black" red="0" green="0" blue="0" />
+        </border_color>
+        <widget_type>Label</widget_type>
+        <wrap_words>true</wrap_words>
+        <background_color>
+          <color name="White" red="255" green="255" blue="255" />
+        </background_color>
+        <width>119</width>
+        <x>290</x>
+        <name>Label Template_13</name>
+        <y>40</y>
+        <foreground_color>
+          <color name="Black" red="0" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <show_scrollbar>false</show_scrollbar>
+        <font>
+          <opifont.name fontName="OpenSans" height="10" style="0">Small</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
+        <border_style>0</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <alarm_pulsing>false</alarm_pulsing>
+        <precision>0</precision>
+        <tooltip>$(pv_name)</tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>d3f28bb:157fafcb9d3:-7e14</wuid>
+        <transparent>false</transparent>
+        <pv_value />
+        <auto_size>false</auto_size>
+        <text></text>
+        <rotation_angle>0.0</rotation_angle>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <show_units>true</show_units>
+        <height>20</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <pv_name>$(P-EMU-PMAC):$(M-EMU-H):M_POSITION_R</pv_name>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color name="Blue" red="0" green="128" blue="255" />
+        </border_color>
+        <precision_from_pv>true</precision_from_pv>
+        <widget_type>Text Update</widget_type>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <wrap_words>false</wrap_words>
+        <format_type>0</format_type>
+        <background_color>
+          <color name="Field Background Grey" red="240" green="240" blue="240" />
+        </background_color>
+        <width>137</width>
+        <x>270</x>
+        <name>Text Update</name>
+        <y>70</y>
+        <foreground_color>
+          <color name="Black" red="0" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="0">Normal</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+        <border_style>0</border_style>
+        <tooltip></tooltip>
+        <horizontal_alignment>0</horizontal_alignment>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>d3f28bb:157fafcb9d3:-7e04</wuid>
+        <transparent>true</transparent>
+        <auto_size>true</auto_size>
+        <text>Actual position</text>
+        <scripts />
+        <height>18</height>
+        <border_width>2</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color name="Black" red="0" green="0" blue="0" />
+        </border_color>
+        <widget_type>Label</widget_type>
+        <wrap_words>true</wrap_words>
+        <background_color>
+          <color name="White" red="255" green="255" blue="255" />
+        </background_color>
+        <width>89</width>
+        <x>170</x>
+        <name>Label Template_13</name>
+        <y>70</y>
+        <foreground_color>
+          <color name="Black" red="0" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <show_scrollbar>false</show_scrollbar>
+        <font>
+          <opifont.name fontName="OpenSans" height="10" style="0">Small</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+        <border_style>0</border_style>
+        <tooltip></tooltip>
+        <horizontal_alignment>0</horizontal_alignment>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>d3f28bb:157fafcb9d3:-7d14</wuid>
+        <transparent>true</transparent>
+        <auto_size>true</auto_size>
+        <text>Brake</text>
+        <scripts />
+        <height>18</height>
+        <border_width>2</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color name="Black" red="0" green="0" blue="0" />
+        </border_color>
+        <widget_type>Label</widget_type>
+        <wrap_words>true</wrap_words>
+        <background_color>
+          <color name="White" red="255" green="255" blue="255" />
+        </background_color>
+        <width>34</width>
+        <x>30</x>
+        <name>Label Template_13</name>
+        <y>70</y>
+        <foreground_color>
+          <color name="Black" red="0" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <show_scrollbar>false</show_scrollbar>
+        <font>
+          <opifont.name fontName="OpenSans" height="10" style="0">Small</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
+        <border_style>0</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <alarm_pulsing>false</alarm_pulsing>
+        <precision>0</precision>
+        <tooltip>$(pv_name)</tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules>
+          <rule name="On_OFF_BRAKE" prop_id="text" out_exp="false">
+            <exp bool_exp="pv0">
+              <value>off</value>
+            </exp>
+            <pv trig="true">$(P-EMU-PMAC):$(M-EMU-H):BRAKE_R</pv>
+          </rule>
+        </rules>
+        <enabled>false</enabled>
+        <wuid>d3f28bb:157fafcb9d3:-7915</wuid>
+        <transparent>false</transparent>
+        <pv_value />
+        <auto_size>false</auto_size>
+        <text>on</text>
+        <rotation_angle>0.0</rotation_angle>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <show_units>true</show_units>
+        <height>18</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <pv_name></pv_name>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color name="Blue" red="0" green="128" blue="255" />
+        </border_color>
+        <precision_from_pv>true</precision_from_pv>
+        <widget_type>Text Update</widget_type>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <wrap_words>false</wrap_words>
+        <format_type>0</format_type>
+        <background_color>
+          <color name="Field Background Grey" red="240" green="240" blue="240" />
+        </background_color>
+        <width>41</width>
+        <x>70</x>
+        <name>Text Update</name>
+        <y>70</y>
+        <foreground_color>
+          <color name="Black" red="0" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="0">Normal</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.xyGraph" version="1.0.0">
+        <axis_1_scale_format></axis_1_scale_format>
+        <alarm_pulsing>true</alarm_pulsing>
+        <tooltip></tooltip>
+        <trace_0_concatenate_data>true</trace_0_concatenate_data>
+        <trace_0_trace_type>0</trace_0_trace_type>
+        <border_width>1</border_width>
+        <border_style>5</border_style>
+        <axis_0_grid_color>
+          <color name="Container Grey" red="200" green="200" blue="200" />
+        </axis_0_grid_color>
+        <trace_0_name></trace_0_name>
+        <trace_0_update_mode>0</trace_0_update_mode>
+        <wuid>-365fd143:1586240e0c6:-79c8</wuid>
+        <transparent>false</transparent>
+        <axis_0_title_font>
+          <opifont.name fontName="OpenSans" height="10" style="1">Small Bold</opifont.name>
+        </axis_0_title_font>
+        <background_color>
+          <color name="White" red="255" green="255" blue="255" />
+        </background_color>
+        <x>10</x>
+        <y>95</y>
+        <trace_0_x_axis_index>0</trace_0_x_axis_index>
+        <axis_count>2</axis_count>
+        <pv_value />
+        <trace_0_buffer_size>1000</trace_0_buffer_size>
+        <axis_1_maximum>100.0</axis_1_maximum>
+        <axis_0_scale_font>
+          <opifont.name fontName="OpenSans" height="10" style="0">Small</opifont.name>
+        </axis_0_scale_font>
+        <trigger_pv></trigger_pv>
+        <widget_type>XY Graph</widget_type>
+        <axis_1_axis_color>
+          <color name="Black" red="0" green="0" blue="0" />
+        </axis_1_axis_color>
+        <axis_0_scale_format></axis_0_scale_format>
+        <axis_1_log_scale>false</axis_1_log_scale>
+        <title>Velocity</title>
+        <trace_0_visible>true</trace_0_visible>
+        <show_legend>false</show_legend>
+        <axis_0_axis_title>Actual direct velocity motor 1 in fct of time</axis_0_axis_title>
+        <axis_0_axis_color>
+          <color name="Black" red="0" green="0" blue="0" />
+        </axis_0_axis_color>
+        <axis_0_dash_grid_line>false</axis_0_dash_grid_line>
+        <trace_0_point_style>0</trace_0_point_style>
+        <trace_0_line_width>1</trace_0_line_width>
+        <axis_0_time_format>0</axis_0_time_format>
+        <trace_count>1</trace_count>
+        <axis_1_show_grid>true</axis_1_show_grid>
+        <axis_1_dash_grid_line>true</axis_1_dash_grid_line>
+        <show_toolbar>false</show_toolbar>
+        <axis_0_visible>true</axis_0_visible>
+        <axis_0_show_grid>true</axis_0_show_grid>
+        <trace_0_y_axis_index>1</trace_0_y_axis_index>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <axis_0_maximum>1000.0</axis_0_maximum>
+        <height>141</height>
+        <trigger_pv_value />
+        <axis_1_grid_color>
+          <color name="Container Grey" red="200" green="200" blue="200" />
+        </axis_1_grid_color>
+        <actions hook="false" hook_all="false" />
+        <axis_0_log_scale>false</axis_0_log_scale>
+        <trace_0_x_pv_value />
+        <axis_0_auto_scale_threshold>0.0</axis_0_auto_scale_threshold>
+        <rules />
+        <axis_1_visible>true</axis_1_visible>
+        <trace_0_update_delay>100</trace_0_update_delay>
+        <pv_name></pv_name>
+        <name>XY Graph</name>
+        <axis_0_auto_scale>true</axis_0_auto_scale>
+        <axis_0_minimum>0.0</axis_0_minimum>
+        <axis_1_axis_title></axis_1_axis_title>
+        <axis_1_auto_scale>true</axis_1_auto_scale>
+        <border_color>
+          <color name="Blue" red="0" green="128" blue="255" />
+        </border_color>
+        <trace_0_y_pv>$(P-EMU-PMAC):$(M-EMU-H):ACTUAL_VEL_R</trace_0_y_pv>
+        <trace_0_plot_mode>0</trace_0_plot_mode>
+        <enabled>true</enabled>
+        <trace_0_x_pv></trace_0_x_pv>
+        <axis_1_scale_font>
+          <opifont.name fontName="OpenSans" height="10" style="0">Small</opifont.name>
+        </axis_1_scale_font>
+        <axis_1_time_format>0</axis_1_time_format>
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <show_plot_area_border>false</show_plot_area_border>
+        <width>421</width>
+        <axis_1_minimum>0.0</axis_1_minimum>
+        <title_font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </title_font>
+        <trace_0_y_pv_value />
+        <plot_area_background_color>
+          <color name="White" red="255" green="255" blue="255" />
+        </plot_area_background_color>
+        <axis_1_title_font>
+          <opifont.name fontName="OpenSans" height="10" style="1">Small Bold</opifont.name>
+        </axis_1_title_font>
+        <visible>true</visible>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <scripts />
+        <trace_0_point_size>4</trace_0_point_size>
+        <trace_0_trace_color>
+          <color name="Red On" red="255" green="0" blue="0" />
+        </trace_0_trace_color>
+        <trace_0_anti_alias>true</trace_0_anti_alias>
+        <axis_1_auto_scale_threshold>0.0</axis_1_auto_scale_threshold>
+        <foreground_color>
+          <color name="Black" red="0" green="0" blue="0" />
+        </foreground_color>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.xyGraph" version="1.0.0">
+        <axis_1_scale_format></axis_1_scale_format>
+        <alarm_pulsing>true</alarm_pulsing>
+        <tooltip></tooltip>
+        <trace_0_concatenate_data>true</trace_0_concatenate_data>
+        <trace_0_trace_type>0</trace_0_trace_type>
+        <border_width>1</border_width>
+        <border_style>5</border_style>
+        <axis_0_grid_color>
+          <color name="Container Grey" red="200" green="200" blue="200" />
+        </axis_0_grid_color>
+        <trace_0_name></trace_0_name>
+        <trace_0_update_mode>0</trace_0_update_mode>
+        <wuid>-365fd143:1586240e0c6:-7907</wuid>
+        <transparent>false</transparent>
+        <axis_0_title_font>
+          <opifont.name fontName="OpenSans" height="10" style="1">Small Bold</opifont.name>
+        </axis_0_title_font>
+        <background_color>
+          <color name="White" red="255" green="255" blue="255" />
+        </background_color>
+        <x>10</x>
+        <y>243</y>
+        <trace_0_x_axis_index>0</trace_0_x_axis_index>
+        <axis_count>2</axis_count>
+        <pv_value />
+        <trace_0_buffer_size>1000</trace_0_buffer_size>
+        <axis_1_maximum>100.0</axis_1_maximum>
+        <axis_0_scale_font>
+          <opifont.name fontName="OpenSans" height="10" style="0">Small</opifont.name>
+        </axis_0_scale_font>
+        <trigger_pv></trigger_pv>
+        <widget_type>XY Graph</widget_type>
+        <axis_1_axis_color>
+          <color name="Black" red="0" green="0" blue="0" />
+        </axis_1_axis_color>
+        <axis_0_scale_format></axis_0_scale_format>
+        <axis_1_log_scale>false</axis_1_log_scale>
+        <title>Current</title>
+        <trace_0_visible>true</trace_0_visible>
+        <show_legend>false</show_legend>
+        <axis_0_axis_title>#1 Quadrature current-loop integrator output</axis_0_axis_title>
+        <axis_0_axis_color>
+          <color name="Black" red="0" green="0" blue="0" />
+        </axis_0_axis_color>
+        <axis_0_dash_grid_line>false</axis_0_dash_grid_line>
+        <trace_0_point_style>0</trace_0_point_style>
+        <trace_0_line_width>1</trace_0_line_width>
+        <axis_0_time_format>0</axis_0_time_format>
+        <trace_count>1</trace_count>
+        <axis_1_show_grid>true</axis_1_show_grid>
+        <axis_1_dash_grid_line>true</axis_1_dash_grid_line>
+        <show_toolbar>false</show_toolbar>
+        <axis_0_visible>true</axis_0_visible>
+        <axis_0_show_grid>true</axis_0_show_grid>
+        <trace_0_y_axis_index>1</trace_0_y_axis_index>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <axis_0_maximum>1000.0</axis_0_maximum>
+        <height>141</height>
+        <trigger_pv_value />
+        <axis_1_grid_color>
+          <color name="Container Grey" red="200" green="200" blue="200" />
+        </axis_1_grid_color>
+        <actions hook="false" hook_all="false" />
+        <axis_0_log_scale>false</axis_0_log_scale>
+        <trace_0_x_pv_value />
+        <axis_0_auto_scale_threshold>0.0</axis_0_auto_scale_threshold>
+        <rules />
+        <axis_1_visible>true</axis_1_visible>
+        <trace_0_update_delay>100</trace_0_update_delay>
+        <pv_name></pv_name>
+        <name>XY Graph</name>
+        <axis_0_auto_scale>true</axis_0_auto_scale>
+        <axis_0_minimum>0.0</axis_0_minimum>
+        <axis_1_axis_title></axis_1_axis_title>
+        <axis_1_auto_scale>true</axis_1_auto_scale>
+        <border_color>
+          <color name="Blue" red="0" green="128" blue="255" />
+        </border_color>
+        <trace_0_y_pv>$(P-EMU-PMAC):$(M-EMU-H):QUA_CUR_LOOP_R</trace_0_y_pv>
+        <trace_0_plot_mode>0</trace_0_plot_mode>
+        <enabled>true</enabled>
+        <trace_0_x_pv></trace_0_x_pv>
+        <axis_1_scale_font>
+          <opifont.name fontName="OpenSans" height="10" style="0">Small</opifont.name>
+        </axis_1_scale_font>
+        <axis_1_time_format>0</axis_1_time_format>
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <show_plot_area_border>false</show_plot_area_border>
+        <width>421</width>
+        <axis_1_minimum>0.0</axis_1_minimum>
+        <title_font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </title_font>
+        <trace_0_y_pv_value />
+        <plot_area_background_color>
+          <color name="White" red="255" green="255" blue="255" />
+        </plot_area_background_color>
+        <axis_1_title_font>
+          <opifont.name fontName="OpenSans" height="10" style="1">Small Bold</opifont.name>
+        </axis_1_title_font>
+        <visible>true</visible>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <scripts />
+        <trace_0_point_size>4</trace_0_point_size>
+        <trace_0_trace_color>
+          <color name="Red On" red="255" green="0" blue="0" />
+        </trace_0_trace_color>
+        <trace_0_anti_alias>true</trace_0_anti_alias>
+        <axis_1_auto_scale_threshold>0.0</axis_1_auto_scale_threshold>
+        <foreground_color>
+          <color name="Black" red="0" green="0" blue="0" />
+        </foreground_color>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+        <border_style>0</border_style>
+        <tooltip></tooltip>
+        <horizontal_alignment>0</horizontal_alignment>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>6f87bde5:1586c2bbffa:-7f0e</wuid>
+        <transparent>true</transparent>
+        <auto_size>true</auto_size>
+        <text>Amplifier fault</text>
+        <scripts />
+        <height>18</height>
+        <border_width>2</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color name="Black" red="0" green="0" blue="0" />
+        </border_color>
+        <widget_type>Label</widget_type>
+        <wrap_words>true</wrap_words>
+        <background_color>
+          <color name="White" red="255" green="255" blue="255" />
+        </background_color>
+        <width>84</width>
+        <x>40</x>
+        <name>Label Template_13</name>
+        <y>400</y>
+        <foreground_color>
+          <color name="Black" red="0" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <show_scrollbar>false</show_scrollbar>
+        <font>
+          <opifont.name fontName="OpenSans" height="10" style="0">Small</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
+        <alarm_pulsing>false</alarm_pulsing>
+        <tooltip>$(pv_name)</tooltip>
+        <rules />
+        <effect_3d>true</effect_3d>
+        <bit>-1</bit>
+        <pv_value />
+        <height>18</height>
+        <border_width>1</border_width>
+        <visible>true</visible>
+        <pv_name>$(P-EMU-PMAC):$(M-EMU-H):AMP_FAULT_R</pv_name>
+        <border_color>
+          <color name="Blue" red="0" green="128" blue="255" />
+        </border_color>
+        <widget_type>LED</widget_type>
+        <name>LED</name>
+        <actions hook="false" hook_all="false" />
+        <show_boolean_label>false</show_boolean_label>
+        <border_style>0</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <enabled>true</enabled>
+        <wuid>6f87bde5:1586c2bbffa:-7f0f</wuid>
+        <on_color>
+          <color name="Major" red="255" green="0" blue="0" />
+        </on_color>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <on_label>ON</on_label>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>true</keep_wh_ratio>
+        </scale_options>
+        <off_color>
+          <color name="Green Off" red="0" green="30" blue="0" />
+        </off_color>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <background_color>
+          <color name="Field Background Grey" red="240" green="240" blue="240" />
+        </background_color>
+        <square_led>false</square_led>
+        <width>18</width>
+        <x>10</x>
+        <data_type>0</data_type>
+        <y>400</y>
+        <foreground_color>
+          <color name="Button Grey" red="180" green="180" blue="180" />
+        </foreground_color>
+        <font>
+          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+        </font>
+        <off_label>OFF</off_label>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
+        <alarm_pulsing>false</alarm_pulsing>
+        <tooltip>$(pv_name)</tooltip>
+        <rules />
+        <effect_3d>true</effect_3d>
+        <bit>-1</bit>
+        <pv_value />
+        <height>18</height>
+        <border_width>1</border_width>
+        <visible>true</visible>
+        <pv_name>$(P-EMU-PMAC):$(M-EMU-H):INT_FOL_ERR_R</pv_name>
+        <border_color>
+          <color name="Blue" red="0" green="128" blue="255" />
+        </border_color>
+        <widget_type>LED</widget_type>
+        <name>LED</name>
+        <actions hook="false" hook_all="false" />
+        <show_boolean_label>false</show_boolean_label>
+        <border_style>0</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <enabled>true</enabled>
+        <wuid>6f87bde5:1586c2bbffa:-7ebc</wuid>
+        <on_color>
+          <color name="Major" red="255" green="0" blue="0" />
+        </on_color>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <on_label>ON</on_label>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>true</keep_wh_ratio>
+        </scale_options>
+        <off_color>
+          <color name="Green Off" red="0" green="30" blue="0" />
+        </off_color>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <background_color>
+          <color name="Field Background Grey" red="240" green="240" blue="240" />
+        </background_color>
+        <square_led>false</square_led>
+        <width>18</width>
+        <x>140</x>
+        <data_type>0</data_type>
+        <y>400</y>
+        <foreground_color>
+          <color name="Button Grey" red="180" green="180" blue="180" />
+        </foreground_color>
+        <font>
+          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+        </font>
+        <off_label>OFF</off_label>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+        <border_style>0</border_style>
+        <tooltip></tooltip>
+        <horizontal_alignment>0</horizontal_alignment>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>6f87bde5:1586c2bbffa:-7ebb</wuid>
+        <transparent>true</transparent>
+        <auto_size>true</auto_size>
+        <text>Int. foll.error</text>
+        <scripts />
+        <height>18</height>
+        <border_width>2</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color name="Black" red="0" green="0" blue="0" />
+        </border_color>
+        <widget_type>Label</widget_type>
+        <wrap_words>true</wrap_words>
+        <background_color>
+          <color name="White" red="255" green="255" blue="255" />
+        </background_color>
+        <width>74</width>
+        <x>170</x>
+        <name>Label Template_13</name>
+        <y>400</y>
+        <foreground_color>
+          <color name="Black" red="0" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <show_scrollbar>false</show_scrollbar>
+        <font>
+          <opifont.name fontName="OpenSans" height="10" style="0">Small</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
+        <alarm_pulsing>false</alarm_pulsing>
+        <tooltip>$(pv_name)</tooltip>
+        <rules />
+        <effect_3d>true</effect_3d>
+        <bit>-1</bit>
+        <pv_value />
+        <height>18</height>
+        <border_width>1</border_width>
+        <visible>true</visible>
+        <pv_name>$(P-EMU-PMAC):$(M-EMU-H):I2T_FAULT_R</pv_name>
+        <border_color>
+          <color name="Blue" red="0" green="128" blue="255" />
+        </border_color>
+        <widget_type>LED</widget_type>
+        <name>LED</name>
+        <actions hook="false" hook_all="false" />
+        <show_boolean_label>false</show_boolean_label>
+        <border_style>0</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <enabled>true</enabled>
+        <wuid>6f87bde5:1586c2bbffa:-7eb4</wuid>
+        <on_color>
+          <color name="Major" red="255" green="0" blue="0" />
+        </on_color>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <on_label>ON</on_label>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>true</keep_wh_ratio>
+        </scale_options>
+        <off_color>
+          <color name="Green Off" red="0" green="30" blue="0" />
+        </off_color>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <background_color>
+          <color name="Field Background Grey" red="240" green="240" blue="240" />
+        </background_color>
+        <square_led>false</square_led>
+        <width>18</width>
+        <x>140</x>
+        <data_type>0</data_type>
+        <y>430</y>
+        <foreground_color>
+          <color name="Button Grey" red="180" green="180" blue="180" />
+        </foreground_color>
+        <font>
+          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+        </font>
+        <off_label>OFF</off_label>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+        <border_style>0</border_style>
+        <tooltip></tooltip>
+        <horizontal_alignment>0</horizontal_alignment>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>6f87bde5:1586c2bbffa:-7eb3</wuid>
+        <transparent>true</transparent>
+        <auto_size>true</auto_size>
+        <text>I2T fault</text>
+        <scripts />
+        <height>18</height>
+        <border_width>2</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color name="Black" red="0" green="0" blue="0" />
+        </border_color>
+        <widget_type>Label</widget_type>
+        <wrap_words>true</wrap_words>
+        <background_color>
+          <color name="White" red="255" green="255" blue="255" />
+        </background_color>
+        <width>48</width>
+        <x>170</x>
+        <name>Label Template_13</name>
+        <y>430</y>
+        <foreground_color>
+          <color name="Black" red="0" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <show_scrollbar>false</show_scrollbar>
+        <font>
+          <opifont.name fontName="OpenSans" height="10" style="0">Small</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
+        <alarm_pulsing>false</alarm_pulsing>
+        <tooltip>$(pv_name)</tooltip>
+        <rules />
+        <effect_3d>true</effect_3d>
+        <bit>-1</bit>
+        <pv_value />
+        <height>18</height>
+        <border_width>1</border_width>
+        <visible>true</visible>
+        <pv_name>$(P-EMU-PMAC):$(M-EMU-H):PHASING_ERR_R</pv_name>
+        <border_color>
+          <color name="Blue" red="0" green="128" blue="255" />
+        </border_color>
+        <widget_type>LED</widget_type>
+        <name>LED</name>
+        <actions hook="false" hook_all="false" />
+        <show_boolean_label>false</show_boolean_label>
+        <border_style>0</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <enabled>true</enabled>
+        <wuid>6f87bde5:1586c2bbffa:-7eac</wuid>
+        <on_color>
+          <color name="Major" red="255" green="0" blue="0" />
+        </on_color>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <on_label>ON</on_label>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>true</keep_wh_ratio>
+        </scale_options>
+        <off_color>
+          <color name="Green Off" red="0" green="30" blue="0" />
+        </off_color>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <background_color>
+          <color name="Field Background Grey" red="240" green="240" blue="240" />
+        </background_color>
+        <square_led>false</square_led>
+        <width>18</width>
+        <x>10</x>
+        <data_type>0</data_type>
+        <y>430</y>
+        <foreground_color>
+          <color name="Button Grey" red="180" green="180" blue="180" />
+        </foreground_color>
+        <font>
+          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+        </font>
+        <off_label>OFF</off_label>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+        <border_style>0</border_style>
+        <tooltip></tooltip>
+        <horizontal_alignment>0</horizontal_alignment>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>6f87bde5:1586c2bbffa:-7eab</wuid>
+        <transparent>true</transparent>
+        <auto_size>true</auto_size>
+        <text>phasing error</text>
+        <scripts />
+        <height>18</height>
+        <border_width>2</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color name="Black" red="0" green="0" blue="0" />
+        </border_color>
+        <widget_type>Label</widget_type>
+        <wrap_words>true</wrap_words>
+        <background_color>
+          <color name="White" red="255" green="255" blue="255" />
+        </background_color>
+        <width>80</width>
+        <x>40</x>
+        <name>Label Template_13</name>
+        <y>430</y>
+        <foreground_color>
+          <color name="Black" red="0" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <show_scrollbar>false</show_scrollbar>
+        <font>
+          <opifont.name fontName="OpenSans" height="10" style="0">Small</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
+        <alarm_pulsing>false</alarm_pulsing>
+        <tooltip>$(pv_name)</tooltip>
+        <rules />
+        <effect_3d>true</effect_3d>
+        <bit>-1</bit>
+        <pv_value />
+        <height>18</height>
+        <border_width>1</border_width>
+        <visible>true</visible>
+        <pv_name>$(P-EMU-PMAC):$(M-EMU-H):BRAKE_R</pv_name>
+        <border_color>
+          <color name="Blue" red="0" green="128" blue="255" />
+        </border_color>
+        <widget_type>LED</widget_type>
+        <name>LED_4</name>
+        <actions hook="false" hook_all="false" />
+        <show_boolean_label>false</show_boolean_label>
+        <border_style>0</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <enabled>true</enabled>
+        <wuid>-67165f8a:15ce4595e06:-6c23</wuid>
+        <on_color>
+          <color name="Green On" red="0" green="255" blue="0" />
+        </on_color>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <on_label>ON</on_label>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>true</keep_wh_ratio>
+        </scale_options>
+        <off_color>
+          <color name="Green Off" red="0" green="30" blue="0" />
+        </off_color>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <background_color>
+          <color name="Field Background Grey" red="240" green="240" blue="240" />
+        </background_color>
+        <square_led>false</square_led>
+        <width>18</width>
+        <x>120</x>
+        <data_type>0</data_type>
+        <y>70</y>
+        <foreground_color>
+          <color name="Button Grey" red="180" green="180" blue="180" />
+        </foreground_color>
+        <font>
+          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+        </font>
+        <off_label>OFF</off_label>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
+        <border_style>0</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <alarm_pulsing>false</alarm_pulsing>
+        <precision>0</precision>
+        <tooltip>$(pv_name)</tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>-67165f8a:15ce4595e06:-166e</wuid>
+        <transparent>false</transparent>
+        <pv_value />
+        <auto_size>false</auto_size>
+        <text></text>
+        <rotation_angle>0.0</rotation_angle>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <show_units>true</show_units>
+        <height>20</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <pv_name>$(P-EMU-PMAC):$(M-EMU-H):MAX_CURRENT_R</pv_name>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color name="Blue" red="0" green="128" blue="255" />
+        </border_color>
+        <precision_from_pv>true</precision_from_pv>
+        <widget_type>Text Update</widget_type>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <wrap_words>false</wrap_words>
+        <format_type>0</format_type>
+        <background_color>
+          <color name="Field Background Grey" red="240" green="240" blue="240" />
+        </background_color>
+        <width>137</width>
+        <x>290</x>
+        <name>Text Update_9</name>
+        <y>400</y>
+        <foreground_color>
+          <color name="Black" red="0" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="0">Normal</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
+        <border_style>0</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <alarm_pulsing>false</alarm_pulsing>
+        <precision>0</precision>
+        <tooltip>$(pv_name)</tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>-67165f8a:15ce4595e06:-166d</wuid>
+        <transparent>false</transparent>
+        <pv_value />
+        <auto_size>false</auto_size>
+        <text></text>
+        <rotation_angle>0.0</rotation_angle>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <show_units>true</show_units>
+        <height>20</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <pv_name>$(P-EMU-PMAC):$(M-EMU-H):MIN_CURRENT_R</pv_name>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color name="Blue" red="0" green="128" blue="255" />
+        </border_color>
+        <precision_from_pv>true</precision_from_pv>
+        <widget_type>Text Update</widget_type>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <wrap_words>false</wrap_words>
+        <format_type>0</format_type>
+        <background_color>
+          <color name="Field Background Grey" red="240" green="240" blue="240" />
+        </background_color>
+        <width>137</width>
+        <x>290</x>
+        <name>Text Update_10</name>
+        <y>435</y>
+        <foreground_color>
+          <color name="Black" red="0" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="0">Normal</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+        <border_style>0</border_style>
+        <tooltip></tooltip>
+        <horizontal_alignment>0</horizontal_alignment>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>-67165f8a:15ce4595e06:-166c</wuid>
+        <transparent>true</transparent>
+        <auto_size>true</auto_size>
+        <text>Max current</text>
+        <scripts />
+        <height>18</height>
+        <border_width>2</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color name="Black" red="0" green="0" blue="0" />
+        </border_color>
+        <widget_type>Label</widget_type>
+        <wrap_words>true</wrap_words>
+        <background_color>
+          <color name="White" red="255" green="255" blue="255" />
+        </background_color>
+        <width>73</width>
+        <x>322</x>
+        <name>Label Template_13</name>
+        <y>383</y>
+        <foreground_color>
+          <color name="Black" red="0" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <show_scrollbar>false</show_scrollbar>
+        <font>
+          <opifont.name fontName="OpenSans" height="10" style="0">Small</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+        <border_style>0</border_style>
+        <tooltip></tooltip>
+        <horizontal_alignment>0</horizontal_alignment>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>-67165f8a:15ce4595e06:-166b</wuid>
+        <transparent>true</transparent>
+        <auto_size>true</auto_size>
+        <text>Min current</text>
+        <scripts />
+        <height>18</height>
+        <border_width>2</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color name="Black" red="0" green="0" blue="0" />
+        </border_color>
+        <widget_type>Label</widget_type>
+        <wrap_words>true</wrap_words>
+        <background_color>
+          <color name="White" red="255" green="255" blue="255" />
+        </background_color>
+        <width>70</width>
+        <x>322</x>
+        <name>Label Template_14</name>
+        <y>417</y>
+        <foreground_color>
+          <color name="Black" red="0" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <show_scrollbar>false</show_scrollbar>
+        <font>
+          <opifont.name fontName="OpenSans" height="10" style="0">Small</opifont.name>
+        </font>
+      </widget>
+    </widget>
+    <widget typeId="org.csstudio.opibuilder.widgets.groupingContainer" version="1.0.0">
+      <border_style>0</border_style>
+      <tooltip></tooltip>
+      <rules />
+      <enabled>true</enabled>
+      <wuid>-2f9a11f7:155b523133c:-55e3</wuid>
+      <transparent>true</transparent>
+      <lock_children>false</lock_children>
+      <scripts />
+      <height>459</height>
+      <border_width>1</border_width>
+      <scale_options>
+        <width_scalable>true</width_scalable>
+        <height_scalable>true</height_scalable>
+        <keep_wh_ratio>false</keep_wh_ratio>
+      </scale_options>
+      <macros>
+        <include_parent_macros>true</include_parent_macros>
+      </macros>
+      <visible>false</visible>
+      <border_color>
+        <color red="0" green="128" blue="255" />
+      </border_color>
+      <widget_type>Grouping Container</widget_type>
+      <background_color>
+        <color red="240" green="240" blue="240" />
+      </background_color>
+      <width>445</width>
+      <x>1</x>
+      <name>Console and RB</name>
+      <y>1</y>
+      <foreground_color>
+        <color red="192" green="192" blue="192" />
+      </foreground_color>
+      <actions hook="false" hook_all="false" />
+      <fc>false</fc>
+      <show_scrollbar>true</show_scrollbar>
+      <font>
+        <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+      </font>
+      <widget typeId="org.csstudio.opibuilder.widgets.Rectangle" version="1.0.0">
+        <border_style>1</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <line_width>0</line_width>
+        <horizontal_fill>true</horizontal_fill>
+        <alarm_pulsing>false</alarm_pulsing>
+        <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>6f71986c:15a8412970d:-7f53</wuid>
+        <transparent>false</transparent>
+        <pv_value />
+        <alpha>255</alpha>
+        <bg_gradient_color>
+          <color red="255" green="255" blue="255" />
+        </bg_gradient_color>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <height>93</height>
+        <border_width>2</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <pv_name></pv_name>
+        <gradient>false</gradient>
+        <border_color>
+          <color name="Primary Blue" red="0" green="148" blue="202" />
+        </border_color>
+        <anti_alias>true</anti_alias>
+        <line_style>0</line_style>
+        <widget_type>Rectangle</widget_type>
+        <fg_gradient_color>
+          <color red="255" green="255" blue="255" />
+        </fg_gradient_color>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <background_color>
+          <color name="White" red="255" green="255" blue="255" />
+        </background_color>
+        <width>400</width>
+        <x>20</x>
+        <name>Rectangle_1</name>
+        <y>60</y>
+        <fill_level>0.0</fill_level>
+        <foreground_color>
+          <color red="255" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+        </font>
+        <line_color>
+          <color red="128" green="0" blue="255" />
+        </line_color>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.Rectangle" version="1.0.0">
+        <border_style>1</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <line_width>0</line_width>
+        <horizontal_fill>true</horizontal_fill>
+        <alarm_pulsing>false</alarm_pulsing>
+        <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>6f71986c:15a8412970d:-7f61</wuid>
+        <transparent>false</transparent>
+        <pv_value />
+        <alpha>255</alpha>
+        <bg_gradient_color>
+          <color red="255" green="255" blue="255" />
+        </bg_gradient_color>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <height>111</height>
+        <border_width>2</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <pv_name></pv_name>
+        <gradient>false</gradient>
+        <border_color>
+          <color name="Primary Blue" red="0" green="148" blue="202" />
+        </border_color>
+        <anti_alias>true</anti_alias>
+        <line_style>0</line_style>
+        <widget_type>Rectangle</widget_type>
+        <fg_gradient_color>
+          <color red="255" green="255" blue="255" />
+        </fg_gradient_color>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <background_color>
+          <color name="White" red="255" green="255" blue="255" />
+        </background_color>
+        <width>195</width>
+        <x>20</x>
+        <name>Rectangle_1</name>
+        <y>160</y>
+        <fill_level>0.0</fill_level>
+        <foreground_color>
+          <color red="255" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+        </font>
+        <line_color>
+          <color red="128" green="0" blue="255" />
+        </line_color>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+        <border_style>0</border_style>
+        <tooltip></tooltip>
+        <horizontal_alignment>0</horizontal_alignment>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>-2f9a11f7:155b523133c:-2aa6</wuid>
+        <transparent>true</transparent>
+        <auto_size>true</auto_size>
+        <text>Answer</text>
+        <scripts />
+        <height>18</height>
+        <border_width>2</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color name="Black" red="0" green="0" blue="0" />
+        </border_color>
+        <widget_type>Label</widget_type>
+        <wrap_words>true</wrap_words>
+        <background_color>
+          <color name="White" red="255" green="255" blue="255" />
+        </background_color>
+        <width>44</width>
+        <x>47</x>
+        <name>Label Template_1</name>
+        <y>110</y>
+        <foreground_color>
+          <color name="Black" red="0" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <show_scrollbar>false</show_scrollbar>
+        <font>
+          <opifont.name fontName="OpenSans" height="10" style="0">Small</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+        <border_style>0</border_style>
+        <tooltip></tooltip>
+        <horizontal_alignment>0</horizontal_alignment>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>-2f9a11f7:155b523133c:-2aae</wuid>
+        <transparent>true</transparent>
+        <auto_size>true</auto_size>
+        <text>Ask</text>
+        <scripts />
+        <height>18</height>
+        <border_width>2</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color name="Black" red="0" green="0" blue="0" />
+        </border_color>
+        <widget_type>Label</widget_type>
+        <wrap_words>true</wrap_words>
+        <background_color>
+          <color name="White" red="255" green="255" blue="255" />
+        </background_color>
+        <width>21</width>
+        <x>70</x>
+        <name>Label Template_13</name>
+        <y>75</y>
+        <foreground_color>
+          <color name="Black" red="0" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <show_scrollbar>false</show_scrollbar>
+        <font>
+          <opifont.name fontName="OpenSans" height="10" style="0">Small</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
+        <alarm_pulsing>false</alarm_pulsing>
+        <precision>0</precision>
+        <tooltip>$(pv_name)</tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules />
+        <pv_value />
+        <auto_size>false</auto_size>
+        <text></text>
+        <rotation_angle>0.0</rotation_angle>
+        <show_units>true</show_units>
+        <height>19</height>
+        <multiline_input>false</multiline_input>
+        <border_width>1</border_width>
+        <visible>true</visible>
+        <pv_name>$(P-EMU-PMAC):$(M-EMU-GENERAL):ASK</pv_name>
+        <selector_type>0</selector_type>
+        <border_color>
+          <color name="Blue" red="0" green="128" blue="255" />
+        </border_color>
+        <precision_from_pv>true</precision_from_pv>
+        <widget_type>Text Input</widget_type>
+        <confirm_message></confirm_message>
+        <name>Text Input</name>
+        <style>0</style>
+        <actions hook="false" hook_all="false" />
+        <border_style>3</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <enabled>true</enabled>
+        <wuid>-2f9a11f7:155b523133c:-2abe</wuid>
+        <transparent>false</transparent>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <format_type>0</format_type>
+        <limits_from_pv>true</limits_from_pv>
+        <background_color>
+          <color name="White" red="255" green="255" blue="255" />
+        </background_color>
+        <width>248</width>
+        <x>100</x>
+        <y>74</y>
+        <foreground_color>
+          <color name="Black" red="0" green="0" blue="0" />
+        </foreground_color>
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
+        <border_style>0</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <alarm_pulsing>false</alarm_pulsing>
+        <precision>0</precision>
+        <tooltip>$(pv_name)</tooltip>
+        <horizontal_alignment>2</horizontal_alignment>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>-2f9a11f7:155b523133c:-1963</wuid>
+        <transparent>false</transparent>
+        <pv_value />
+        <auto_size>false</auto_size>
+        <text></text>
+        <rotation_angle>0.0</rotation_angle>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <show_units>true</show_units>
+        <height>19</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <pv_name>$(P-EMU-PMAC):$(M-EMU-GENERAL):ANSWER</pv_name>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color name="Blue" red="0" green="128" blue="255" />
+        </border_color>
+        <precision_from_pv>true</precision_from_pv>
+        <widget_type>Text Update</widget_type>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <wrap_words>false</wrap_words>
+        <format_type>0</format_type>
+        <background_color>
+          <color name="Field Background Grey" red="240" green="240" blue="240" />
+        </background_color>
+        <width>248</width>
+        <x>100</x>
+        <name>Text Update</name>
+        <y>109</y>
+        <foreground_color>
+          <color name="Black" red="0" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="0">Normal</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+        <border_style>0</border_style>
+        <tooltip></tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>-447d441:1562bb6d1c1:-7f33</wuid>
+        <transparent>true</transparent>
+        <auto_size>true</auto_size>
+        <text>This tab is for advanced user ONLY !</text>
+        <scripts />
+        <height>27</height>
+        <border_width>2</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color name="Black" red="0" green="0" blue="0" />
+        </border_color>
+        <widget_type>Label</widget_type>
+        <wrap_words>true</wrap_words>
+        <background_color>
+          <color name="White" red="255" green="255" blue="255" />
+        </background_color>
+        <width>356</width>
+        <x>42</x>
+        <name>Label Template_5</name>
+        <y>20</y>
+        <foreground_color>
+          <color name="Black" red="0" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <show_scrollbar>false</show_scrollbar>
+        <font>
+          <opifont.name fontName="OpenSans" height="15" style="1">Medium Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+        <border_style>0</border_style>
+        <tooltip></tooltip>
+        <horizontal_alignment>0</horizontal_alignment>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>21559fe9:15a7ef4e682:-7de5</wuid>
+        <transparent>true</transparent>
+        <auto_size>true</auto_size>
+        <text>Brake</text>
+        <scripts />
+        <height>18</height>
+        <border_width>2</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color name="Black" red="0" green="0" blue="0" />
+        </border_color>
+        <widget_type>Label</widget_type>
+        <wrap_words>true</wrap_words>
+        <background_color>
+          <color name="White" red="255" green="255" blue="255" />
+        </background_color>
+        <width>34</width>
+        <x>77</x>
+        <name>Label Template_13</name>
+        <y>202</y>
+        <foreground_color>
+          <color name="Black" red="0" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <show_scrollbar>false</show_scrollbar>
+        <font>
+          <opifont.name fontName="OpenSans" height="10" style="0">Small</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
+        <border_style>0</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <alarm_pulsing>false</alarm_pulsing>
+        <precision>0</precision>
+        <tooltip>$(pv_name)</tooltip>
+        <horizontal_alignment>2</horizontal_alignment>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>21559fe9:15a7ef4e682:-7dcd</wuid>
+        <transparent>false</transparent>
+        <pv_value />
+        <auto_size>false</auto_size>
+        <text></text>
+        <rotation_angle>0.0</rotation_angle>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <show_units>false</show_units>
+        <height>19</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <pv_name>$(P-EMU-PMAC):$(M-EMU-V):BRAKE_R</pv_name>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color name="Blue" red="0" green="128" blue="255" />
+        </border_color>
+        <precision_from_pv>true</precision_from_pv>
+        <widget_type>Text Update</widget_type>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <wrap_words>false</wrap_words>
+        <format_type>0</format_type>
+        <background_color>
+          <color name="Field Background Grey" red="240" green="240" blue="240" />
+        </background_color>
+        <width>61</width>
+        <x>130</x>
+        <name>Text Update</name>
+        <y>201</y>
+        <foreground_color>
+          <color name="Black" red="0" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="0">Normal</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+        <border_style>0</border_style>
+        <tooltip></tooltip>
+        <horizontal_alignment>0</horizontal_alignment>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>21559fe9:15a7ef4e682:-7db4</wuid>
+        <transparent>true</transparent>
+        <auto_size>true</auto_size>
+        <text>Velocity</text>
+        <scripts />
+        <height>18</height>
+        <border_width>2</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color name="Black" red="0" green="0" blue="0" />
+        </border_color>
+        <widget_type>Label</widget_type>
+        <wrap_words>true</wrap_words>
+        <background_color>
+          <color name="White" red="255" green="255" blue="255" />
+        </background_color>
+        <width>47</width>
+        <x>64</x>
+        <name>Label Template_3</name>
+        <y>231</y>
+        <foreground_color>
+          <color name="Black" red="0" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <show_scrollbar>false</show_scrollbar>
+        <font>
+          <opifont.name fontName="OpenSans" height="10" style="0">Small</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
+        <border_style>0</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <alarm_pulsing>false</alarm_pulsing>
+        <precision>0</precision>
+        <tooltip>$(pv_name)</tooltip>
+        <horizontal_alignment>2</horizontal_alignment>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>21559fe9:15a7ef4e682:-7d7c</wuid>
+        <transparent>false</transparent>
+        <pv_value />
+        <auto_size>false</auto_size>
+        <text></text>
+        <rotation_angle>0.0</rotation_angle>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <show_units>true</show_units>
+        <height>19</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <pv_name>$(P-EMU-PMAC):$(M-EMU-V):VELOCITY_R</pv_name>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color name="Blue" red="0" green="128" blue="255" />
+        </border_color>
+        <precision_from_pv>true</precision_from_pv>
+        <widget_type>Text Update</widget_type>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <wrap_words>false</wrap_words>
+        <format_type>0</format_type>
+        <background_color>
+          <color name="Field Background Grey" red="240" green="240" blue="240" />
+        </background_color>
+        <width>61</width>
+        <x>130</x>
+        <name>Text Update</name>
+        <y>230</y>
+        <foreground_color>
+          <color name="Black" red="0" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="0">Normal</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+        <border_style>0</border_style>
+        <tooltip></tooltip>
+        <horizontal_alignment>0</horizontal_alignment>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>6f71986c:15a8412970d:-7f3e</wuid>
+        <transparent>true</transparent>
+        <auto_size>true</auto_size>
+        <text>Vertical motor</text>
+        <scripts />
+        <height>18</height>
+        <border_width>2</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color name="Black" red="0" green="0" blue="0" />
+        </border_color>
+        <widget_type>Label</widget_type>
+        <wrap_words>true</wrap_words>
+        <background_color>
+          <color name="White" red="255" green="255" blue="255" />
+        </background_color>
+        <width>85</width>
+        <x>75</x>
+        <name>Label Template_13</name>
+        <y>170</y>
+        <foreground_color>
+          <color name="Black" red="0" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <show_scrollbar>false</show_scrollbar>
+        <font>
+          <opifont.name fontName="OpenSans" height="10" style="0">Small</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.Rectangle" version="1.0.0">
+        <border_style>1</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <line_width>0</line_width>
+        <horizontal_fill>true</horizontal_fill>
+        <alarm_pulsing>false</alarm_pulsing>
+        <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>6f71986c:15a8412970d:-7ebe</wuid>
+        <transparent>false</transparent>
+        <pv_value />
+        <alpha>255</alpha>
+        <bg_gradient_color>
+          <color red="255" green="255" blue="255" />
+        </bg_gradient_color>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <height>111</height>
+        <border_width>2</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <pv_name></pv_name>
+        <gradient>false</gradient>
+        <border_color>
+          <color name="Primary Blue" red="0" green="148" blue="202" />
+        </border_color>
+        <anti_alias>true</anti_alias>
+        <line_style>0</line_style>
+        <widget_type>Rectangle</widget_type>
+        <fg_gradient_color>
+          <color red="255" green="255" blue="255" />
+        </fg_gradient_color>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <background_color>
+          <color name="White" red="255" green="255" blue="255" />
+        </background_color>
+        <width>195</width>
+        <x>225</x>
+        <name>Rectangle_1</name>
+        <y>160</y>
+        <fill_level>0.0</fill_level>
+        <foreground_color>
+          <color red="255" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+        </font>
+        <line_color>
+          <color red="128" green="0" blue="255" />
+        </line_color>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+        <border_style>0</border_style>
+        <tooltip></tooltip>
+        <horizontal_alignment>0</horizontal_alignment>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>6f71986c:15a8412970d:-7ebd</wuid>
+        <transparent>true</transparent>
+        <auto_size>true</auto_size>
+        <text>Brake</text>
+        <scripts />
+        <height>18</height>
+        <border_width>2</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color name="Black" red="0" green="0" blue="0" />
+        </border_color>
+        <widget_type>Label</widget_type>
+        <wrap_words>true</wrap_words>
+        <background_color>
+          <color name="White" red="255" green="255" blue="255" />
+        </background_color>
+        <width>34</width>
+        <x>282</x>
+        <name>Label Template_13</name>
+        <y>202</y>
+        <foreground_color>
+          <color name="Black" red="0" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <show_scrollbar>false</show_scrollbar>
+        <font>
+          <opifont.name fontName="OpenSans" height="10" style="0">Small</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
+        <border_style>0</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <alarm_pulsing>false</alarm_pulsing>
+        <precision>0</precision>
+        <tooltip>$(pv_name)</tooltip>
+        <horizontal_alignment>2</horizontal_alignment>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>6f71986c:15a8412970d:-7ebc</wuid>
+        <transparent>false</transparent>
+        <pv_value />
+        <auto_size>false</auto_size>
+        <text></text>
+        <rotation_angle>0.0</rotation_angle>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <show_units>false</show_units>
+        <height>19</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <pv_name>$(P-EMU-PMAC):$(M-EMU-H):BRAKE_R</pv_name>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color name="Blue" red="0" green="128" blue="255" />
+        </border_color>
+        <precision_from_pv>true</precision_from_pv>
+        <widget_type>Text Update</widget_type>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <wrap_words>false</wrap_words>
+        <format_type>0</format_type>
+        <background_color>
+          <color name="Field Background Grey" red="240" green="240" blue="240" />
+        </background_color>
+        <width>61</width>
+        <x>335</x>
+        <name>Text Update</name>
+        <y>201</y>
+        <foreground_color>
+          <color name="Black" red="0" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="0">Normal</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+        <border_style>0</border_style>
+        <tooltip></tooltip>
+        <horizontal_alignment>0</horizontal_alignment>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>6f71986c:15a8412970d:-7eb8</wuid>
+        <transparent>true</transparent>
+        <auto_size>true</auto_size>
+        <text>Velocity</text>
+        <scripts />
+        <height>18</height>
+        <border_width>2</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color name="Black" red="0" green="0" blue="0" />
+        </border_color>
+        <widget_type>Label</widget_type>
+        <wrap_words>true</wrap_words>
+        <background_color>
+          <color name="White" red="255" green="255" blue="255" />
+        </background_color>
+        <width>47</width>
+        <x>271</x>
+        <name>Label Template_4</name>
+        <y>231</y>
+        <foreground_color>
+          <color name="Black" red="0" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <show_scrollbar>false</show_scrollbar>
+        <font>
+          <opifont.name fontName="OpenSans" height="10" style="0">Small</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
+        <border_style>0</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <alarm_pulsing>false</alarm_pulsing>
+        <precision>0</precision>
+        <tooltip>$(pv_name)</tooltip>
+        <horizontal_alignment>2</horizontal_alignment>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>6f71986c:15a8412970d:-7eb4</wuid>
+        <transparent>false</transparent>
+        <pv_value />
+        <auto_size>false</auto_size>
+        <text></text>
+        <rotation_angle>0.0</rotation_angle>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <show_units>true</show_units>
+        <height>19</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <pv_name>$(P-EMU-PMAC):$(M-EMU-H):VELOCITY_R</pv_name>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color name="Blue" red="0" green="128" blue="255" />
+        </border_color>
+        <precision_from_pv>true</precision_from_pv>
+        <widget_type>Text Update</widget_type>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <wrap_words>false</wrap_words>
+        <format_type>0</format_type>
+        <background_color>
+          <color name="Field Background Grey" red="240" green="240" blue="240" />
+        </background_color>
+        <width>61</width>
+        <x>335</x>
+        <name>Text Update_4</name>
+        <y>230</y>
+        <foreground_color>
+          <color name="Black" red="0" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="0">Normal</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+        <border_style>0</border_style>
+        <tooltip></tooltip>
+        <horizontal_alignment>0</horizontal_alignment>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>6f71986c:15a8412970d:-7eb3</wuid>
+        <transparent>true</transparent>
+        <auto_size>true</auto_size>
+        <text>Horizontal motor</text>
+        <scripts />
+        <height>18</height>
+        <border_width>2</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color name="Black" red="0" green="0" blue="0" />
+        </border_color>
+        <widget_type>Label</widget_type>
+        <wrap_words>true</wrap_words>
+        <background_color>
+          <color name="White" red="255" green="255" blue="255" />
+        </background_color>
+        <width>104</width>
+        <x>271</x>
+        <name>Label Template_5</name>
+        <y>170</y>
+        <foreground_color>
+          <color name="Black" red="0" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <show_scrollbar>false</show_scrollbar>
+        <font>
+          <opifont.name fontName="OpenSans" height="10" style="0">Small</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.Rectangle" version="1.0.0">
+        <border_style>1</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <line_width>0</line_width>
+        <horizontal_fill>true</horizontal_fill>
+        <alarm_pulsing>false</alarm_pulsing>
+        <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>-67165f8a:15ce4595e06:-4f9d</wuid>
+        <transparent>false</transparent>
+        <pv_value />
+        <alpha>255</alpha>
+        <bg_gradient_color>
+          <color red="255" green="255" blue="255" />
+        </bg_gradient_color>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <height>100</height>
+        <border_width>2</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <pv_name></pv_name>
+        <gradient>false</gradient>
+        <border_color>
+          <color name="Primary Blue" red="0" green="148" blue="202" />
+        </border_color>
+        <anti_alias>true</anti_alias>
+        <line_style>0</line_style>
+        <widget_type>Rectangle</widget_type>
+        <fg_gradient_color>
+          <color red="255" green="255" blue="255" />
+        </fg_gradient_color>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <background_color>
+          <color red="240" green="240" blue="240" />
+        </background_color>
+        <width>400</width>
+        <x>20</x>
+        <name>Rectangle_1</name>
+        <y>440</y>
+        <fill_level>0.0</fill_level>
+        <foreground_color>
+          <color red="255" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+        </font>
+        <line_color>
+          <color red="128" green="0" blue="255" />
+        </line_color>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.Rectangle" version="1.0.0">
+        <border_style>1</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <line_width>0</line_width>
+        <horizontal_fill>true</horizontal_fill>
+        <alarm_pulsing>false</alarm_pulsing>
+        <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>-67165f8a:15ce4595e06:-4f9c</wuid>
+        <transparent>false</transparent>
+        <pv_value />
+        <alpha>255</alpha>
+        <bg_gradient_color>
+          <color red="255" green="255" blue="255" />
+        </bg_gradient_color>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <height>150</height>
+        <border_width>2</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <pv_name></pv_name>
+        <gradient>false</gradient>
+        <border_color>
+          <color name="Primary Blue" red="0" green="148" blue="202" />
+        </border_color>
+        <anti_alias>true</anti_alias>
+        <line_style>0</line_style>
+        <widget_type>Rectangle</widget_type>
+        <fg_gradient_color>
+          <color red="255" green="255" blue="255" />
+        </fg_gradient_color>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <background_color>
+          <color red="240" green="240" blue="240" />
+        </background_color>
+        <width>400</width>
+        <x>20</x>
+        <name>Rectangle_1</name>
+        <y>280</y>
+        <fill_level>0.0</fill_level>
+        <foreground_color>
+          <color red="255" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+        </font>
+        <line_color>
+          <color red="128" green="0" blue="255" />
+        </line_color>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+        <border_style>0</border_style>
+        <tooltip></tooltip>
+        <horizontal_alignment>0</horizontal_alignment>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>-67165f8a:15ce4595e06:-4f9b</wuid>
+        <transparent>true</transparent>
+        <auto_size>true</auto_size>
+        <text>Velocity before threshold (fast)</text>
+        <scripts />
+        <height>18</height>
+        <border_width>2</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color name="Black" red="0" green="0" blue="0" />
+        </border_color>
+        <widget_type>Label</widget_type>
+        <wrap_words>true</wrap_words>
+        <background_color>
+          <color name="White" red="255" green="255" blue="255" />
+        </background_color>
+        <width>183</width>
+        <x>45</x>
+        <name>Label Template_13</name>
+        <y>361</y>
+        <foreground_color>
+          <color name="Black" red="0" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <show_scrollbar>false</show_scrollbar>
+        <font>
+          <opifont.name fontName="OpenSans" height="10" style="0">Small</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+        <border_style>0</border_style>
+        <tooltip></tooltip>
+        <horizontal_alignment>0</horizontal_alignment>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>-67165f8a:15ce4595e06:-4f9a</wuid>
+        <transparent>true</transparent>
+        <auto_size>true</auto_size>
+        <text>Threshold</text>
+        <scripts />
+        <height>18</height>
+        <border_width>2</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color name="Black" red="0" green="0" blue="0" />
+        </border_color>
+        <widget_type>Label</widget_type>
+        <wrap_words>true</wrap_words>
+        <background_color>
+          <color name="White" red="255" green="255" blue="255" />
+        </background_color>
+        <width>60</width>
+        <x>168</x>
+        <name>Label Template_1</name>
+        <y>391</y>
+        <foreground_color>
+          <color name="Black" red="0" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <show_scrollbar>false</show_scrollbar>
+        <font>
+          <opifont.name fontName="OpenSans" height="10" style="0">Small</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+        <border_style>0</border_style>
+        <tooltip></tooltip>
+        <horizontal_alignment>0</horizontal_alignment>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>-67165f8a:15ce4595e06:-4f99</wuid>
+        <transparent>true</transparent>
+        <auto_size>true</auto_size>
+        <text>Velocity</text>
+        <scripts />
+        <height>18</height>
+        <border_width>2</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color name="Black" red="0" green="0" blue="0" />
+        </border_color>
+        <widget_type>Label</widget_type>
+        <wrap_words>true</wrap_words>
+        <background_color>
+          <color name="White" red="255" green="255" blue="255" />
+        </background_color>
+        <width>47</width>
+        <x>181</x>
+        <name>Label Template_2</name>
+        <y>491</y>
+        <foreground_color>
+          <color name="Black" red="0" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <show_scrollbar>false</show_scrollbar>
+        <font>
+          <opifont.name fontName="OpenSans" height="10" style="0">Small</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+        <border_style>0</border_style>
+        <tooltip></tooltip>
+        <horizontal_alignment>0</horizontal_alignment>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>-67165f8a:15ce4595e06:-4f98</wuid>
+        <transparent>true</transparent>
+        <auto_size>true</auto_size>
+        <text>Homing procedure</text>
+        <scripts />
+        <height>18</height>
+        <border_width>2</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color name="Black" red="0" green="0" blue="0" />
+        </border_color>
+        <widget_type>Label</widget_type>
+        <wrap_words>true</wrap_words>
+        <background_color>
+          <color name="White" red="255" green="255" blue="255" />
+        </background_color>
+        <width>122</width>
+        <x>159</x>
+        <name>Label Template_3</name>
+        <y>290</y>
+        <foreground_color>
+          <color name="Black" red="0" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <show_scrollbar>false</show_scrollbar>
+        <font>
+          <opifont.name fontName="OpenSans" height="10" style="1">Small Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+        <border_style>0</border_style>
+        <tooltip></tooltip>
+        <horizontal_alignment>0</horizontal_alignment>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>-67165f8a:15ce4595e06:-4f97</wuid>
+        <transparent>true</transparent>
+        <auto_size>true</auto_size>
+        <text>Maintenance procedure</text>
+        <scripts />
+        <height>18</height>
+        <border_width>2</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color name="Black" red="0" green="0" blue="0" />
+        </border_color>
+        <widget_type>Label</widget_type>
+        <wrap_words>true</wrap_words>
+        <background_color>
+          <color name="White" red="255" green="255" blue="255" />
+        </background_color>
+        <width>159</width>
+        <x>140</x>
+        <name>Label Template_4</name>
+        <y>450</y>
+        <foreground_color>
+          <color name="Black" red="0" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <show_scrollbar>false</show_scrollbar>
+        <font>
+          <opifont.name fontName="OpenSans" height="10" style="1">Small Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+        <border_style>0</border_style>
+        <tooltip></tooltip>
+        <horizontal_alignment>0</horizontal_alignment>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>-67165f8a:15ce4595e06:-4f96</wuid>
+        <transparent>true</transparent>
+        <auto_size>true</auto_size>
+        <text>Velocity after threshold (slow)</text>
+        <scripts />
+        <height>18</height>
+        <border_width>2</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color name="Black" red="0" green="0" blue="0" />
+        </border_color>
+        <widget_type>Label</widget_type>
+        <wrap_words>true</wrap_words>
+        <background_color>
+          <color name="White" red="255" green="255" blue="255" />
+        </background_color>
+        <width>177</width>
+        <x>48</x>
+        <name>Label Template_5</name>
+        <y>332</y>
+        <foreground_color>
+          <color name="Black" red="0" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <show_scrollbar>false</show_scrollbar>
+        <font>
+          <opifont.name fontName="OpenSans" height="10" style="0">Small</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
+        <border_style>0</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <alarm_pulsing>false</alarm_pulsing>
+        <precision>0</precision>
+        <tooltip>$(pv_name)</tooltip>
+        <horizontal_alignment>2</horizontal_alignment>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>-67165f8a:15ce4595e06:-4f95</wuid>
+        <transparent>false</transparent>
+        <pv_value />
+        <auto_size>false</auto_size>
+        <text></text>
+        <rotation_angle>0.0</rotation_angle>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <show_units>true</show_units>
+        <height>19</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <pv_name>$(P-EMU-PMAC):$(M-EMU-GENERAL):HOME_VELO_SLOW_R</pv_name>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color name="Blue" red="0" green="128" blue="255" />
+        </border_color>
+        <precision_from_pv>true</precision_from_pv>
+        <widget_type>Text Update</widget_type>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <wrap_words>false</wrap_words>
+        <format_type>0</format_type>
+        <background_color>
+          <color red="186" green="186" blue="192" />
+        </background_color>
+        <width>141</width>
+        <x>245</x>
+        <name>Text Update</name>
+        <y>331</y>
+        <foreground_color>
+          <color name="Black" red="0" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="0">Normal</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
+        <border_style>0</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <alarm_pulsing>false</alarm_pulsing>
+        <precision>0</precision>
+        <tooltip>$(pv_name)</tooltip>
+        <horizontal_alignment>2</horizontal_alignment>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>-67165f8a:15ce4595e06:-4f94</wuid>
+        <transparent>false</transparent>
+        <pv_value />
+        <auto_size>false</auto_size>
+        <text></text>
+        <rotation_angle>0.0</rotation_angle>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <show_units>true</show_units>
+        <height>19</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <pv_name>$(P-EMU-PMAC):$(M-EMU-GENERAL):MAINT_VELOCITY_R</pv_name>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color name="Blue" red="0" green="128" blue="255" />
+        </border_color>
+        <precision_from_pv>true</precision_from_pv>
+        <widget_type>Text Update</widget_type>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <wrap_words>false</wrap_words>
+        <format_type>0</format_type>
+        <background_color>
+          <color red="186" green="186" blue="192" />
+        </background_color>
+        <width>141</width>
+        <x>245</x>
+        <name>Text Update_2</name>
+        <y>490</y>
+        <foreground_color>
+          <color name="Black" red="0" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="0">Normal</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
+        <border_style>0</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <alarm_pulsing>false</alarm_pulsing>
+        <precision>0</precision>
+        <tooltip>$(pv_name)</tooltip>
+        <horizontal_alignment>2</horizontal_alignment>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>-67165f8a:15ce4595e06:-4f93</wuid>
+        <transparent>false</transparent>
+        <pv_value />
+        <auto_size>false</auto_size>
+        <text></text>
+        <rotation_angle>0.0</rotation_angle>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <show_units>true</show_units>
+        <height>19</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <pv_name>$(P-EMU-PMAC):$(M-EMU-GENERAL):HOME_VELO_FAST_R</pv_name>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color name="Blue" red="0" green="128" blue="255" />
+        </border_color>
+        <precision_from_pv>true</precision_from_pv>
+        <widget_type>Text Update</widget_type>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <wrap_words>false</wrap_words>
+        <format_type>0</format_type>
+        <background_color>
+          <color red="186" green="186" blue="192" />
+        </background_color>
+        <width>141</width>
+        <x>245</x>
+        <name>Text Update_3</name>
+        <y>360</y>
+        <foreground_color>
+          <color name="Black" red="0" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="0">Normal</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
+        <border_style>0</border_style>
+        <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+        <alarm_pulsing>false</alarm_pulsing>
+        <precision>0</precision>
+        <tooltip>$(pv_name)</tooltip>
+        <horizontal_alignment>2</horizontal_alignment>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>-67165f8a:15ce4595e06:-4f92</wuid>
+        <transparent>false</transparent>
+        <pv_value />
+        <auto_size>false</auto_size>
+        <text></text>
+        <rotation_angle>0.0</rotation_angle>
+        <scripts />
+        <border_alarm_sensitive>false</border_alarm_sensitive>
+        <show_units>true</show_units>
+        <height>19</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <pv_name>$(P-EMU-PMAC):$(M-EMU-GENERAL):HOME_THRESHOLD_R</pv_name>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color name="Blue" red="0" green="128" blue="255" />
+        </border_color>
+        <precision_from_pv>true</precision_from_pv>
+        <widget_type>Text Update</widget_type>
+        <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+        <wrap_words>false</wrap_words>
+        <format_type>0</format_type>
+        <background_color>
+          <color red="186" green="186" blue="192" />
+        </background_color>
+        <width>141</width>
+        <x>245</x>
+        <name>Text Update_1</name>
+        <y>390</y>
+        <foreground_color>
+          <color name="Black" red="0" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="0">Normal</opifont.name>
+        </font>
+      </widget>
+    </widget>
+    <widget typeId="org.csstudio.opibuilder.widgets.groupingContainer" version="1.0.0">
+      <border_style>0</border_style>
+      <tooltip></tooltip>
+      <rules />
+      <enabled>true</enabled>
+      <wuid>21559fe9:15a7ef4e682:-7ca3</wuid>
+      <transparent>true</transparent>
+      <lock_children>false</lock_children>
+      <scripts />
+      <height>459</height>
+      <border_width>1</border_width>
+      <scale_options>
+        <width_scalable>true</width_scalable>
+        <height_scalable>true</height_scalable>
+        <keep_wh_ratio>false</keep_wh_ratio>
+      </scale_options>
+      <macros>
+        <include_parent_macros>true</include_parent_macros>
+      </macros>
+      <visible>false</visible>
+      <border_color>
+        <color red="0" green="128" blue="255" />
+      </border_color>
+      <widget_type>Grouping Container</widget_type>
+      <background_color>
+        <color red="240" green="240" blue="240" />
+      </background_color>
+      <width>445</width>
+      <x>1</x>
+      <name>Credits</name>
+      <y>1</y>
+      <foreground_color>
+        <color red="192" green="192" blue="192" />
+      </foreground_color>
+      <actions hook="false" hook_all="false" />
+      <fc>false</fc>
+      <show_scrollbar>true</show_scrollbar>
+      <font>
+        <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+      </font>
+      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+        <border_style>0</border_style>
+        <tooltip></tooltip>
+        <horizontal_alignment>0</horizontal_alignment>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>21559fe9:15a7ef4e682:-7c77</wuid>
+        <transparent>true</transparent>
+        <auto_size>true</auto_size>
+        <text>Victor Nadot</text>
+        <scripts />
+        <height>22</height>
+        <border_width>2</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color name="Black" red="0" green="0" blue="0" />
+        </border_color>
+        <widget_type>Label</widget_type>
+        <wrap_words>true</wrap_words>
+        <background_color>
+          <color name="White" red="255" green="255" blue="255" />
+        </background_color>
+        <width>101</width>
+        <x>150</x>
+        <name>Label Template_13</name>
+        <y>180</y>
+        <foreground_color>
+          <color name="Black" red="0" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <show_scrollbar>false</show_scrollbar>
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+        <border_style>0</border_style>
+        <tooltip></tooltip>
+        <horizontal_alignment>0</horizontal_alignment>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>21559fe9:15a7ef4e682:-7c76</wuid>
+        <transparent>true</transparent>
+        <auto_size>true</auto_size>
+        <text>IRFU/SIS/LDISC</text>
+        <scripts />
+        <height>22</height>
+        <border_width>2</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color name="Black" red="0" green="0" blue="0" />
+        </border_color>
+        <widget_type>Label</widget_type>
+        <wrap_words>true</wrap_words>
+        <background_color>
+          <color name="White" red="255" green="255" blue="255" />
+        </background_color>
+        <width>111</width>
+        <x>150</x>
+        <name>Label Template_1</name>
+        <y>213</y>
+        <foreground_color>
+          <color name="Black" red="0" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <show_scrollbar>false</show_scrollbar>
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="0">Normal</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+        <border_style>0</border_style>
+        <tooltip></tooltip>
+        <horizontal_alignment>0</horizontal_alignment>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>21559fe9:15a7ef4e682:-7c75</wuid>
+        <transparent>true</transparent>
+        <auto_size>true</auto_size>
+        <text>victor.nadot@cea.Fr</text>
+        <scripts />
+        <height>22</height>
+        <border_width>2</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color name="Black" red="0" green="0" blue="0" />
+        </border_color>
+        <widget_type>Label</widget_type>
+        <wrap_words>true</wrap_words>
+        <background_color>
+          <color name="White" red="255" green="255" blue="255" />
+        </background_color>
+        <width>151</width>
+        <x>150</x>
+        <name>Label Template_2</name>
+        <y>250</y>
+        <foreground_color>
+          <color name="Primary Blue" red="0" green="148" blue="202" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <show_scrollbar>false</show_scrollbar>
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="0">Normal</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+        <border_style>0</border_style>
+        <tooltip></tooltip>
+        <horizontal_alignment>0</horizontal_alignment>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>21559fe9:15a7ef4e682:-7c74</wuid>
+        <transparent>true</transparent>
+        <auto_size>true</auto_size>
+        <text>Credits</text>
+        <scripts />
+        <height>35</height>
+        <border_width>2</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color name="Black" red="0" green="0" blue="0" />
+        </border_color>
+        <widget_type>Label</widget_type>
+        <wrap_words>true</wrap_words>
+        <background_color>
+          <color name="White" red="255" green="255" blue="255" />
+        </background_color>
+        <width>84</width>
+        <x>178</x>
+        <name>Label Template_3</name>
+        <y>20</y>
+        <foreground_color>
+          <color name="Black" red="0" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <show_scrollbar>false</show_scrollbar>
+        <font>
+          <opifont.name fontName="Cantarell" height="19" style="1">Header 1</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+        <border_style>0</border_style>
+        <tooltip></tooltip>
+        <horizontal_alignment>1</horizontal_alignment>
+        <rules />
+        <enabled>true</enabled>
+        <wuid>21559fe9:15a7ef4e682:-7c73</wuid>
+        <transparent>true</transparent>
+        <auto_size>false</auto_size>
+        <text>If you have any problem or are curious about the software, don't hesitate to contact me.</text>
+        <scripts />
+        <height>91</height>
+        <border_width>2</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <visible>true</visible>
+        <vertical_alignment>1</vertical_alignment>
+        <border_color>
+          <color name="Black" red="0" green="0" blue="0" />
+        </border_color>
+        <widget_type>Label</widget_type>
+        <wrap_words>true</wrap_words>
+        <background_color>
+          <color name="White" red="255" green="255" blue="255" />
+        </background_color>
+        <width>251</width>
+        <x>150</x>
+        <name>Label Template_4</name>
+        <y>70</y>
+        <foreground_color>
+          <color name="Black" red="0" green="0" blue="0" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <show_scrollbar>false</show_scrollbar>
+        <font>
+          <opifont.name fontName="OpenSans" height="12" style="0">Normal</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.Image" version="1.0.0">
+        <border_style>0</border_style>
+        <tooltip></tooltip>
+        <rules />
+        <crop_left>0</crop_left>
+        <enabled>true</enabled>
+        <wuid>-5e792ed0:15a8404317d:-7e2e</wuid>
+        <auto_size>false</auto_size>
+        <image_file>vnadot.png</image_file>
+        <scripts />
+        <height>111</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <align_to_nearest_second>false</align_to_nearest_second>
+        <visible>true</visible>
+        <crop_bottom>0</crop_bottom>
+        <degree>0</degree>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <no_animation>false</no_animation>
+        <widget_type>Image</widget_type>
+        <flip_horizontal>false</flip_horizontal>
+        <background_color>
+          <color red="240" green="240" blue="240" />
+        </background_color>
+        <permutation_matrix>
+          <row>
+            <col>1.0</col>
+            <col>0.0</col>
+          </row>
+          <row>
+            <col>0.0</col>
+            <col>1.0</col>
+          </row>
+        </permutation_matrix>
+        <width>101</width>
+        <x>20</x>
+        <name>Image_3</name>
+        <y>168</y>
+        <foreground_color>
+          <color red="192" green="192" blue="192" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <crop_top>0</crop_top>
+        <crop_right>0</crop_right>
+        <stretch_to_fit>true</stretch_to_fit>
+        <flip_vertical>false</flip_vertical>
+        <font>
+          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.Image" version="1.0.0">
+        <border_style>0</border_style>
+        <tooltip></tooltip>
+        <rules />
+        <crop_left>0</crop_left>
+        <enabled>true</enabled>
+        <wuid>-5e792ed0:15a8404317d:-7e2f</wuid>
+        <auto_size>false</auto_size>
+        <image_file>cea.png</image_file>
+        <scripts />
+        <height>81</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>true</keep_wh_ratio>
+        </scale_options>
+        <align_to_nearest_second>false</align_to_nearest_second>
+        <visible>true</visible>
+        <crop_bottom>0</crop_bottom>
+        <degree>0</degree>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <no_animation>false</no_animation>
+        <widget_type>Image</widget_type>
+        <flip_horizontal>false</flip_horizontal>
+        <background_color>
+          <color red="240" green="240" blue="240" />
+        </background_color>
+        <permutation_matrix>
+          <row>
+            <col>1.0</col>
+            <col>0.0</col>
+          </row>
+          <row>
+            <col>0.0</col>
+            <col>1.0</col>
+          </row>
+        </permutation_matrix>
+        <width>101</width>
+        <x>20</x>
+        <name>Image</name>
+        <y>300</y>
+        <foreground_color>
+          <color red="192" green="192" blue="192" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <crop_top>0</crop_top>
+        <crop_right>0</crop_right>
+        <stretch_to_fit>true</stretch_to_fit>
+        <flip_vertical>false</flip_vertical>
+        <font>
+          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.Image" version="1.0.0">
+        <border_style>0</border_style>
+        <tooltip></tooltip>
+        <rules />
+        <crop_left>0</crop_left>
+        <enabled>true</enabled>
+        <wuid>-5e792ed0:15a8404317d:-7e2c</wuid>
+        <auto_size>false</auto_size>
+        <image_file>irfu.png</image_file>
+        <scripts />
+        <height>81</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <align_to_nearest_second>false</align_to_nearest_second>
+        <visible>true</visible>
+        <crop_bottom>0</crop_bottom>
+        <degree>0</degree>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <no_animation>false</no_animation>
+        <widget_type>Image</widget_type>
+        <flip_horizontal>false</flip_horizontal>
+        <background_color>
+          <color red="240" green="240" blue="240" />
+        </background_color>
+        <permutation_matrix>
+          <row>
+            <col>1.0</col>
+            <col>0.0</col>
+          </row>
+          <row>
+            <col>0.0</col>
+            <col>1.0</col>
+          </row>
+        </permutation_matrix>
+        <width>261</width>
+        <x>140</x>
+        <name>Image_6</name>
+        <y>300</y>
+        <foreground_color>
+          <color red="192" green="192" blue="192" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <crop_top>0</crop_top>
+        <crop_right>0</crop_right>
+        <stretch_to_fit>true</stretch_to_fit>
+        <flip_vertical>false</flip_vertical>
+        <font>
+          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+        </font>
+      </widget>
+      <widget typeId="org.csstudio.opibuilder.widgets.Image" version="1.0.0">
+        <border_style>0</border_style>
+        <tooltip></tooltip>
+        <rules />
+        <crop_left>0</crop_left>
+        <enabled>true</enabled>
+        <wuid>-5e792ed0:15a8404317d:-7e2d</wuid>
+        <auto_size>false</auto_size>
+        <image_file>ess2.png</image_file>
+        <scripts />
+        <height>71</height>
+        <border_width>1</border_width>
+        <scale_options>
+          <width_scalable>true</width_scalable>
+          <height_scalable>true</height_scalable>
+          <keep_wh_ratio>false</keep_wh_ratio>
+        </scale_options>
+        <align_to_nearest_second>false</align_to_nearest_second>
+        <visible>true</visible>
+        <crop_bottom>0</crop_bottom>
+        <degree>0</degree>
+        <border_color>
+          <color red="0" green="128" blue="255" />
+        </border_color>
+        <no_animation>false</no_animation>
+        <widget_type>Image</widget_type>
+        <flip_horizontal>false</flip_horizontal>
+        <background_color>
+          <color red="240" green="240" blue="240" />
+        </background_color>
+        <permutation_matrix>
+          <row>
+            <col>1.0</col>
+            <col>0.0</col>
+          </row>
+          <row>
+            <col>0.0</col>
+            <col>1.0</col>
+          </row>
+        </permutation_matrix>
+        <width>101</width>
+        <x>20</x>
+        <name>Image_4</name>
+        <y>80</y>
+        <foreground_color>
+          <color red="192" green="192" blue="192" />
+        </foreground_color>
+        <actions hook="false" hook_all="false" />
+        <crop_top>0</crop_top>
+        <crop_right>0</crop_right>
+        <stretch_to_fit>true</stretch_to_fit>
+        <flip_vertical>false</flip_vertical>
+        <font>
+          <opifont.name fontName="Cantarell" height="11" style="0">Default</opifont.name>
+        </font>
+      </widget>
+    </widget>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
+    <border_style>0</border_style>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <alarm_pulsing>false</alarm_pulsing>
+    <precision>0</precision>
+    <tooltip>$(pv_name)</tooltip>
+    <horizontal_alignment>2</horizontal_alignment>
+    <rules />
+    <enabled>true</enabled>
+    <wuid>-67165f8a:15ce4595e06:-432f</wuid>
+    <transparent>false</transparent>
+    <pv_value />
+    <auto_size>false</auto_size>
+    <text></text>
+    <rotation_angle>0.0</rotation_angle>
+    <scripts />
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <show_units>true</show_units>
+    <height>19</height>
+    <border_width>1</border_width>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <visible>true</visible>
+    <pv_name>$(P-EMU-PMAC):$(M-EMU-GENERAL):DEBUG_R</pv_name>
+    <vertical_alignment>1</vertical_alignment>
+    <border_color>
+      <color name="Blue" red="0" green="128" blue="255" />
+    </border_color>
+    <precision_from_pv>true</precision_from_pv>
+    <widget_type>Text Update</widget_type>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <wrap_words>false</wrap_words>
+    <format_type>0</format_type>
+    <background_color>
+      <color red="186" green="186" blue="192" />
+    </background_color>
+    <width>141</width>
+    <x>340</x>
+    <name>Text Update</name>
+    <y>610</y>
+    <foreground_color>
+      <color name="Black" red="0" green="0" blue="0" />
+    </foreground_color>
+    <actions hook="false" hook_all="false" />
+    <font>
+      <opifont.name fontName="OpenSans" height="12" style="0">Normal</opifont.name>
+    </font>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
+    <border_style>0</border_style>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <alarm_pulsing>false</alarm_pulsing>
+    <precision>0</precision>
+    <tooltip>$(pv_name)</tooltip>
+    <horizontal_alignment>2</horizontal_alignment>
+    <rules />
+    <enabled>true</enabled>
+    <wuid>-67165f8a:15ce4595e06:-2463</wuid>
+    <transparent>false</transparent>
+    <pv_value />
+    <auto_size>false</auto_size>
+    <text></text>
+    <rotation_angle>0.0</rotation_angle>
+    <scripts />
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <show_units>true</show_units>
+    <height>19</height>
+    <border_width>1</border_width>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <visible>true</visible>
+    <pv_name>$(P-EMU-PMAC):$(M-EMU-GENERAL):DEBUG1_R</pv_name>
+    <vertical_alignment>1</vertical_alignment>
+    <border_color>
+      <color name="Blue" red="0" green="128" blue="255" />
+    </border_color>
+    <precision_from_pv>true</precision_from_pv>
+    <widget_type>Text Update</widget_type>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <wrap_words>false</wrap_words>
+    <format_type>0</format_type>
+    <background_color>
+      <color red="186" green="186" blue="192" />
+    </background_color>
+    <width>141</width>
+    <x>340</x>
+    <name>Text Update_1</name>
+    <y>638</y>
+    <foreground_color>
+      <color name="Black" red="0" green="0" blue="0" />
+    </foreground_color>
+    <actions hook="false" hook_all="false" />
+    <font>
+      <opifont.name fontName="OpenSans" height="12" style="0">Normal</opifont.name>
+    </font>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
+    <border_style>0</border_style>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <alarm_pulsing>false</alarm_pulsing>
+    <precision>0</precision>
+    <tooltip>$(pv_name)</tooltip>
+    <horizontal_alignment>2</horizontal_alignment>
+    <rules />
+    <enabled>true</enabled>
+    <wuid>-67165f8a:15ce4595e06:-245e</wuid>
+    <transparent>false</transparent>
+    <pv_value />
+    <auto_size>false</auto_size>
+    <text></text>
+    <rotation_angle>0.0</rotation_angle>
+    <scripts />
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <show_units>true</show_units>
+    <height>19</height>
+    <border_width>1</border_width>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <visible>true</visible>
+    <pv_name>$(P-EMU-PMAC):$(M-EMU-GENERAL):DEBUG2_R</pv_name>
+    <vertical_alignment>1</vertical_alignment>
+    <border_color>
+      <color name="Blue" red="0" green="128" blue="255" />
+    </border_color>
+    <precision_from_pv>true</precision_from_pv>
+    <widget_type>Text Update</widget_type>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <wrap_words>false</wrap_words>
+    <format_type>0</format_type>
+    <background_color>
+      <color red="186" green="186" blue="192" />
+    </background_color>
+    <width>141</width>
+    <x>340</x>
+    <name>Text Update_2</name>
+    <y>670</y>
+    <foreground_color>
+      <color name="Black" red="0" green="0" blue="0" />
+    </foreground_color>
+    <actions hook="false" hook_all="false" />
+    <font>
+      <opifont.name fontName="OpenSans" height="12" style="0">Normal</opifont.name>
+    </font>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
+    <border_style>0</border_style>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <alarm_pulsing>false</alarm_pulsing>
+    <precision>0</precision>
+    <tooltip>$(pv_name)</tooltip>
+    <horizontal_alignment>2</horizontal_alignment>
+    <rules />
+    <enabled>true</enabled>
+    <wuid>-67165f8a:15ce4595e06:-2459</wuid>
+    <transparent>false</transparent>
+    <pv_value />
+    <auto_size>false</auto_size>
+    <text></text>
+    <rotation_angle>0.0</rotation_angle>
+    <scripts />
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <show_units>true</show_units>
+    <height>19</height>
+    <border_width>1</border_width>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <visible>true</visible>
+    <pv_name>$(P-EMU-PMAC):$(M-EMU-GENERAL):DEBUG3_R</pv_name>
+    <vertical_alignment>1</vertical_alignment>
+    <border_color>
+      <color name="Blue" red="0" green="128" blue="255" />
+    </border_color>
+    <precision_from_pv>true</precision_from_pv>
+    <widget_type>Text Update</widget_type>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <wrap_words>false</wrap_words>
+    <format_type>0</format_type>
+    <background_color>
+      <color red="186" green="186" blue="192" />
+    </background_color>
+    <width>141</width>
+    <x>340</x>
+    <name>Text Update_3</name>
+    <y>700</y>
+    <foreground_color>
+      <color name="Black" red="0" green="0" blue="0" />
+    </foreground_color>
+    <actions hook="false" hook_all="false" />
+    <font>
+      <opifont.name fontName="OpenSans" height="12" style="0">Normal</opifont.name>
+    </font>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
+    <border_style>0</border_style>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <alarm_pulsing>false</alarm_pulsing>
+    <precision>0</precision>
+    <tooltip>$(pv_name)</tooltip>
+    <horizontal_alignment>2</horizontal_alignment>
+    <rules />
+    <enabled>true</enabled>
+    <wuid>-67165f8a:15ce4595e06:-2454</wuid>
+    <transparent>false</transparent>
+    <pv_value />
+    <auto_size>false</auto_size>
+    <text></text>
+    <rotation_angle>0.0</rotation_angle>
+    <scripts />
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <show_units>true</show_units>
+    <height>19</height>
+    <border_width>1</border_width>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <visible>true</visible>
+    <pv_name>$(P-EMU-PMAC):$(M-EMU-GENERAL):DEBUG4_R</pv_name>
+    <vertical_alignment>1</vertical_alignment>
+    <border_color>
+      <color name="Blue" red="0" green="128" blue="255" />
+    </border_color>
+    <precision_from_pv>true</precision_from_pv>
+    <widget_type>Text Update</widget_type>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <wrap_words>false</wrap_words>
+    <format_type>0</format_type>
+    <background_color>
+      <color red="186" green="186" blue="192" />
+    </background_color>
+    <width>141</width>
+    <x>340</x>
+    <name>Text Update_4</name>
+    <y>732</y>
+    <foreground_color>
+      <color name="Black" red="0" green="0" blue="0" />
+    </foreground_color>
+    <actions hook="false" hook_all="false" />
+    <font>
+      <opifont.name fontName="OpenSans" height="12" style="0">Normal</opifont.name>
+    </font>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.xyGraph" version="1.0.0">
+    <axis_1_scale_format></axis_1_scale_format>
+    <alarm_pulsing>true</alarm_pulsing>
+    <tooltip></tooltip>
+    <trace_0_concatenate_data>true</trace_0_concatenate_data>
+    <trace_0_trace_type>0</trace_0_trace_type>
+    <border_width>1</border_width>
+    <border_style>5</border_style>
+    <axis_0_grid_color>
+      <color name="Container Grey" red="200" green="200" blue="200" />
+    </axis_0_grid_color>
+    <trace_0_name></trace_0_name>
+    <trace_0_update_mode>0</trace_0_update_mode>
+    <wuid>-67165f8a:15ce4595e06:-244c</wuid>
+    <transparent>false</transparent>
+    <axis_0_title_font>
+      <opifont.name fontName="OpenSans" height="10" style="1">Small Bold</opifont.name>
+    </axis_0_title_font>
+    <background_color>
+      <color name="White" red="255" green="255" blue="255" />
+    </background_color>
+    <x>580</x>
+    <y>599</y>
+    <trace_0_x_axis_index>0</trace_0_x_axis_index>
+    <axis_count>2</axis_count>
+    <pv_value />
+    <trace_0_buffer_size>1000</trace_0_buffer_size>
+    <axis_1_maximum>100.0</axis_1_maximum>
+    <axis_0_scale_font>
+      <opifont.name fontName="OpenSans" height="10" style="0">Small</opifont.name>
+    </axis_0_scale_font>
+    <trigger_pv></trigger_pv>
+    <widget_type>XY Graph</widget_type>
+    <axis_1_axis_color>
+      <color name="Black" red="0" green="0" blue="0" />
+    </axis_1_axis_color>
+    <axis_0_scale_format></axis_0_scale_format>
+    <axis_1_log_scale>false</axis_1_log_scale>
+    <title>Position</title>
+    <trace_0_visible>true</trace_0_visible>
+    <show_legend>false</show_legend>
+    <axis_0_axis_title>#1 position</axis_0_axis_title>
+    <axis_0_axis_color>
+      <color name="Black" red="0" green="0" blue="0" />
+    </axis_0_axis_color>
+    <axis_0_dash_grid_line>false</axis_0_dash_grid_line>
+    <trace_0_point_style>0</trace_0_point_style>
+    <trace_0_line_width>1</trace_0_line_width>
+    <axis_0_time_format>0</axis_0_time_format>
+    <trace_count>1</trace_count>
+    <axis_1_show_grid>true</axis_1_show_grid>
+    <axis_1_dash_grid_line>true</axis_1_dash_grid_line>
+    <show_toolbar>false</show_toolbar>
+    <axis_0_visible>true</axis_0_visible>
+    <axis_0_show_grid>true</axis_0_show_grid>
+    <trace_0_y_axis_index>1</trace_0_y_axis_index>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <axis_0_maximum>1000.0</axis_0_maximum>
+    <height>141</height>
+    <trigger_pv_value />
+    <axis_1_grid_color>
+      <color name="Container Grey" red="200" green="200" blue="200" />
+    </axis_1_grid_color>
+    <actions hook="false" hook_all="false" />
+    <axis_0_log_scale>false</axis_0_log_scale>
+    <trace_0_x_pv_value />
+    <axis_0_auto_scale_threshold>0.0</axis_0_auto_scale_threshold>
+    <rules />
+    <axis_1_visible>true</axis_1_visible>
+    <trace_0_update_delay>100</trace_0_update_delay>
+    <pv_name></pv_name>
+    <name>XY Graph</name>
+    <axis_0_auto_scale>true</axis_0_auto_scale>
+    <axis_0_minimum>0.0</axis_0_minimum>
+    <axis_1_axis_title></axis_1_axis_title>
+    <axis_1_auto_scale>true</axis_1_auto_scale>
+    <border_color>
+      <color name="Blue" red="0" green="128" blue="255" />
+    </border_color>
+    <trace_0_y_pv>$(P-EMU-PMAC):$(M-EMU-V):M_POSITION_R</trace_0_y_pv>
+    <trace_0_plot_mode>0</trace_0_plot_mode>
+    <enabled>true</enabled>
+    <trace_0_x_pv></trace_0_x_pv>
+    <axis_1_scale_font>
+      <opifont.name fontName="OpenSans" height="10" style="0">Small</opifont.name>
+    </axis_1_scale_font>
+    <axis_1_time_format>0</axis_1_time_format>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <show_plot_area_border>false</show_plot_area_border>
+    <width>421</width>
+    <axis_1_minimum>0.0</axis_1_minimum>
+    <title_font>
+      <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+    </title_font>
+    <trace_0_y_pv_value />
+    <plot_area_background_color>
+      <color name="White" red="255" green="255" blue="255" />
+    </plot_area_background_color>
+    <axis_1_title_font>
+      <opifont.name fontName="OpenSans" height="10" style="1">Small Bold</opifont.name>
+    </axis_1_title_font>
+    <visible>true</visible>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <scripts />
+    <trace_0_point_size>4</trace_0_point_size>
+    <trace_0_trace_color>
+      <color name="Red On" red="255" green="0" blue="0" />
+    </trace_0_trace_color>
+    <trace_0_anti_alias>true</trace_0_anti_alias>
+    <axis_1_auto_scale_threshold>0.0</axis_1_auto_scale_threshold>
+    <foreground_color>
+      <color name="Black" red="0" green="0" blue="0" />
+    </foreground_color>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.xyGraph" version="1.0.0">
+    <axis_1_scale_format></axis_1_scale_format>
+    <alarm_pulsing>true</alarm_pulsing>
+    <tooltip></tooltip>
+    <trace_0_concatenate_data>true</trace_0_concatenate_data>
+    <trace_0_trace_type>0</trace_0_trace_type>
+    <border_width>1</border_width>
+    <border_style>5</border_style>
+    <axis_0_grid_color>
+      <color name="Container Grey" red="200" green="200" blue="200" />
+    </axis_0_grid_color>
+    <trace_0_name></trace_0_name>
+    <trace_0_update_mode>0</trace_0_update_mode>
+    <wuid>-67165f8a:15ce4595e06:-2447</wuid>
+    <transparent>false</transparent>
+    <axis_0_title_font>
+      <opifont.name fontName="OpenSans" height="10" style="1">Small Bold</opifont.name>
+    </axis_0_title_font>
+    <background_color>
+      <color name="White" red="255" green="255" blue="255" />
+    </background_color>
+    <x>580</x>
+    <y>750</y>
+    <trace_0_x_axis_index>0</trace_0_x_axis_index>
+    <axis_count>2</axis_count>
+    <pv_value />
+    <trace_0_buffer_size>1000</trace_0_buffer_size>
+    <axis_1_maximum>100.0</axis_1_maximum>
+    <axis_0_scale_font>
+      <opifont.name fontName="OpenSans" height="10" style="0">Small</opifont.name>
+    </axis_0_scale_font>
+    <trigger_pv></trigger_pv>
+    <widget_type>XY Graph</widget_type>
+    <axis_1_axis_color>
+      <color name="Black" red="0" green="0" blue="0" />
+    </axis_1_axis_color>
+    <axis_0_scale_format></axis_0_scale_format>
+    <axis_1_log_scale>false</axis_1_log_scale>
+    <title>Current</title>
+    <trace_0_visible>true</trace_0_visible>
+    <show_legend>false</show_legend>
+    <axis_0_axis_title>#1 Quadrature current-loop integrator output</axis_0_axis_title>
+    <axis_0_axis_color>
+      <color name="Black" red="0" green="0" blue="0" />
+    </axis_0_axis_color>
+    <axis_0_dash_grid_line>false</axis_0_dash_grid_line>
+    <trace_0_point_style>0</trace_0_point_style>
+    <trace_0_line_width>1</trace_0_line_width>
+    <axis_0_time_format>0</axis_0_time_format>
+    <trace_count>1</trace_count>
+    <axis_1_show_grid>true</axis_1_show_grid>
+    <axis_1_dash_grid_line>true</axis_1_dash_grid_line>
+    <show_toolbar>false</show_toolbar>
+    <axis_0_visible>true</axis_0_visible>
+    <axis_0_show_grid>true</axis_0_show_grid>
+    <trace_0_y_axis_index>1</trace_0_y_axis_index>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <axis_0_maximum>1000.0</axis_0_maximum>
+    <height>141</height>
+    <trigger_pv_value />
+    <axis_1_grid_color>
+      <color name="Container Grey" red="200" green="200" blue="200" />
+    </axis_1_grid_color>
+    <actions hook="false" hook_all="false" />
+    <axis_0_log_scale>false</axis_0_log_scale>
+    <trace_0_x_pv_value />
+    <axis_0_auto_scale_threshold>0.0</axis_0_auto_scale_threshold>
+    <rules />
+    <axis_1_visible>true</axis_1_visible>
+    <trace_0_update_delay>100</trace_0_update_delay>
+    <pv_name></pv_name>
+    <name>XY Graph_1</name>
+    <axis_0_auto_scale>true</axis_0_auto_scale>
+    <axis_0_minimum>0.0</axis_0_minimum>
+    <axis_1_axis_title></axis_1_axis_title>
+    <axis_1_auto_scale>true</axis_1_auto_scale>
+    <border_color>
+      <color name="Blue" red="0" green="128" blue="255" />
+    </border_color>
+    <trace_0_y_pv>$(P-EMU-PMAC):$(M-EMU-GENERAL):DEBUG2_R</trace_0_y_pv>
+    <trace_0_plot_mode>0</trace_0_plot_mode>
+    <enabled>true</enabled>
+    <trace_0_x_pv></trace_0_x_pv>
+    <axis_1_scale_font>
+      <opifont.name fontName="OpenSans" height="10" style="0">Small</opifont.name>
+    </axis_1_scale_font>
+    <axis_1_time_format>0</axis_1_time_format>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <show_plot_area_border>false</show_plot_area_border>
+    <width>421</width>
+    <axis_1_minimum>0.0</axis_1_minimum>
+    <title_font>
+      <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+    </title_font>
+    <trace_0_y_pv_value />
+    <plot_area_background_color>
+      <color name="White" red="255" green="255" blue="255" />
+    </plot_area_background_color>
+    <axis_1_title_font>
+      <opifont.name fontName="OpenSans" height="10" style="1">Small Bold</opifont.name>
+    </axis_1_title_font>
+    <visible>true</visible>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <scripts />
+    <trace_0_point_size>4</trace_0_point_size>
+    <trace_0_trace_color>
+      <color name="Red On" red="255" green="0" blue="0" />
+    </trace_0_trace_color>
+    <trace_0_anti_alias>true</trace_0_anti_alias>
+    <axis_1_auto_scale_threshold>0.0</axis_1_auto_scale_threshold>
+    <foreground_color>
+      <color name="Black" red="0" green="0" blue="0" />
+    </foreground_color>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <border_style>0</border_style>
+    <tooltip></tooltip>
+    <horizontal_alignment>0</horizontal_alignment>
+    <rules />
+    <enabled>true</enabled>
+    <wuid>-67165f8a:15ce4595e06:-2434</wuid>
+    <transparent>true</transparent>
+    <auto_size>true</auto_size>
+    <text>P505</text>
+    <scripts />
+    <height>18</height>
+    <border_width>2</border_width>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <visible>true</visible>
+    <vertical_alignment>1</vertical_alignment>
+    <border_color>
+      <color name="Black" red="0" green="0" blue="0" />
+    </border_color>
+    <widget_type>Label</widget_type>
+    <wrap_words>true</wrap_words>
+    <background_color>
+      <color name="White" red="255" green="255" blue="255" />
+    </background_color>
+    <width>29</width>
+    <x>298</x>
+    <name>Label Template_25</name>
+    <y>700</y>
+    <foreground_color>
+      <color name="Black" red="0" green="0" blue="0" />
+    </foreground_color>
+    <actions hook="false" hook_all="false" />
+    <show_scrollbar>false</show_scrollbar>
+    <font>
+      <opifont.name fontName="OpenSans" height="10" style="0">Small</opifont.name>
+    </font>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
+    <border_style>0</border_style>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <alarm_pulsing>false</alarm_pulsing>
+    <precision>0</precision>
+    <tooltip>$(pv_name)</tooltip>
+    <horizontal_alignment>2</horizontal_alignment>
+    <rules />
+    <enabled>true</enabled>
+    <wuid>-67165f8a:15ce4595e06:-242a</wuid>
+    <transparent>false</transparent>
+    <pv_value />
+    <auto_size>false</auto_size>
+    <text></text>
+    <rotation_angle>0.0</rotation_angle>
+    <scripts />
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <show_units>true</show_units>
+    <height>19</height>
+    <border_width>1</border_width>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <visible>true</visible>
+    <pv_name>$(P-EMU-PMAC):$(M-EMU-GENERAL):DEBUG5_R</pv_name>
+    <vertical_alignment>1</vertical_alignment>
+    <border_color>
+      <color name="Blue" red="0" green="128" blue="255" />
+    </border_color>
+    <precision_from_pv>true</precision_from_pv>
+    <widget_type>Text Update</widget_type>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <wrap_words>false</wrap_words>
+    <format_type>0</format_type>
+    <background_color>
+      <color red="186" green="186" blue="192" />
+    </background_color>
+    <width>141</width>
+    <x>340</x>
+    <name>Text Update_5</name>
+    <y>760</y>
+    <foreground_color>
+      <color name="Black" red="0" green="0" blue="0" />
+    </foreground_color>
+    <actions hook="false" hook_all="false" />
+    <font>
+      <opifont.name fontName="OpenSans" height="12" style="0">Normal</opifont.name>
+    </font>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <border_style>0</border_style>
+    <tooltip></tooltip>
+    <horizontal_alignment>0</horizontal_alignment>
+    <rules />
+    <enabled>true</enabled>
+    <wuid>-67165f8a:15ce4595e06:-241a</wuid>
+    <transparent>true</transparent>
+    <auto_size>true</auto_size>
+    <text>I120</text>
+    <scripts />
+    <height>18</height>
+    <border_width>2</border_width>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <visible>true</visible>
+    <vertical_alignment>1</vertical_alignment>
+    <border_color>
+      <color name="Black" red="0" green="0" blue="0" />
+    </border_color>
+    <widget_type>Label</widget_type>
+    <wrap_words>true</wrap_words>
+    <background_color>
+      <color name="White" red="255" green="255" blue="255" />
+    </background_color>
+    <width>25</width>
+    <x>300</x>
+    <name>Label Template_1</name>
+    <y>733</y>
+    <foreground_color>
+      <color name="Black" red="0" green="0" blue="0" />
+    </foreground_color>
+    <actions hook="false" hook_all="false" />
+    <show_scrollbar>false</show_scrollbar>
+    <font>
+      <opifont.name fontName="OpenSans" height="10" style="0">Small</opifont.name>
+    </font>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <border_style>0</border_style>
+    <tooltip></tooltip>
+    <horizontal_alignment>0</horizontal_alignment>
+    <rules />
+    <enabled>true</enabled>
+    <wuid>-67165f8a:15ce4595e06:-2413</wuid>
+    <transparent>true</transparent>
+    <auto_size>true</auto_size>
+    <text>I121</text>
+    <scripts />
+    <height>18</height>
+    <border_width>2</border_width>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <visible>true</visible>
+    <vertical_alignment>1</vertical_alignment>
+    <border_color>
+      <color name="Black" red="0" green="0" blue="0" />
+    </border_color>
+    <widget_type>Label</widget_type>
+    <wrap_words>true</wrap_words>
+    <background_color>
+      <color name="White" red="255" green="255" blue="255" />
+    </background_color>
+    <width>25</width>
+    <x>300</x>
+    <name>Label Template_2</name>
+    <y>761</y>
+    <foreground_color>
+      <color name="Black" red="0" green="0" blue="0" />
+    </foreground_color>
+    <actions hook="false" hook_all="false" />
+    <show_scrollbar>false</show_scrollbar>
+    <font>
+      <opifont.name fontName="OpenSans" height="10" style="0">Small</opifont.name>
+    </font>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <border_style>0</border_style>
+    <tooltip></tooltip>
+    <horizontal_alignment>0</horizontal_alignment>
+    <rules />
+    <enabled>true</enabled>
+    <wuid>-67165f8a:15ce4595e06:-240c</wuid>
+    <transparent>true</transparent>
+    <auto_size>true</auto_size>
+    <text>M175</text>
+    <scripts />
+    <height>18</height>
+    <border_width>2</border_width>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <visible>true</visible>
+    <vertical_alignment>1</vertical_alignment>
+    <border_color>
+      <color name="Black" red="0" green="0" blue="0" />
+    </border_color>
+    <widget_type>Label</widget_type>
+    <wrap_words>true</wrap_words>
+    <background_color>
+      <color name="White" red="255" green="255" blue="255" />
+    </background_color>
+    <width>33</width>
+    <x>296</x>
+    <name>Label Template_3</name>
+    <y>639</y>
+    <foreground_color>
+      <color name="Black" red="0" green="0" blue="0" />
+    </foreground_color>
+    <actions hook="false" hook_all="false" />
+    <show_scrollbar>false</show_scrollbar>
+    <font>
+      <opifont.name fontName="OpenSans" height="10" style="0">Small</opifont.name>
+    </font>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <border_style>0</border_style>
+    <tooltip></tooltip>
+    <horizontal_alignment>0</horizontal_alignment>
+    <rules />
+    <enabled>true</enabled>
+    <wuid>-67165f8a:15ce4595e06:-2407</wuid>
+    <transparent>true</transparent>
+    <auto_size>true</auto_size>
+    <text>M176</text>
+    <scripts />
+    <height>18</height>
+    <border_width>2</border_width>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <visible>true</visible>
+    <vertical_alignment>1</vertical_alignment>
+    <border_color>
+      <color name="Black" red="0" green="0" blue="0" />
+    </border_color>
+    <widget_type>Label</widget_type>
+    <wrap_words>true</wrap_words>
+    <background_color>
+      <color name="White" red="255" green="255" blue="255" />
+    </background_color>
+    <width>33</width>
+    <x>296</x>
+    <name>Label Template_4</name>
+    <y>671</y>
+    <foreground_color>
+      <color name="Black" red="0" green="0" blue="0" />
+    </foreground_color>
+    <actions hook="false" hook_all="false" />
+    <show_scrollbar>false</show_scrollbar>
+    <font>
+      <opifont.name fontName="OpenSans" height="10" style="0">Small</opifont.name>
+    </font>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <border_style>0</border_style>
+    <tooltip></tooltip>
+    <horizontal_alignment>0</horizontal_alignment>
+    <rules />
+    <enabled>true</enabled>
+    <wuid>-67165f8a:15ce4595e06:-2402</wuid>
+    <transparent>true</transparent>
+    <auto_size>true</auto_size>
+    <text>P20</text>
+    <scripts />
+    <height>18</height>
+    <border_width>2</border_width>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <visible>true</visible>
+    <vertical_alignment>1</vertical_alignment>
+    <border_color>
+      <color name="Black" red="0" green="0" blue="0" />
+    </border_color>
+    <widget_type>Label</widget_type>
+    <wrap_words>true</wrap_words>
+    <background_color>
+      <color name="White" red="255" green="255" blue="255" />
+    </background_color>
+    <width>22</width>
+    <x>302</x>
+    <name>Label Template_5</name>
+    <y>611</y>
+    <foreground_color>
+      <color name="Black" red="0" green="0" blue="0" />
+    </foreground_color>
+    <actions hook="false" hook_all="false" />
+    <show_scrollbar>false</show_scrollbar>
+    <font>
+      <opifont.name fontName="OpenSans" height="10" style="0">Small</opifont.name>
+    </font>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.xyGraph" version="1.0.0">
+    <axis_1_scale_format></axis_1_scale_format>
+    <alarm_pulsing>true</alarm_pulsing>
+    <tooltip></tooltip>
+    <trace_0_concatenate_data>true</trace_0_concatenate_data>
+    <trace_0_trace_type>0</trace_0_trace_type>
+    <border_width>1</border_width>
+    <border_style>5</border_style>
+    <axis_0_grid_color>
+      <color name="Container Grey" red="200" green="200" blue="200" />
+    </axis_0_grid_color>
+    <trace_0_name></trace_0_name>
+    <trace_0_update_mode>0</trace_0_update_mode>
+    <wuid>-67165f8a:15ce4595e06:-22a4</wuid>
+    <transparent>false</transparent>
+    <axis_0_title_font>
+      <opifont.name fontName="OpenSans" height="10" style="1">Small Bold</opifont.name>
+    </axis_0_title_font>
+    <background_color>
+      <color name="White" red="255" green="255" blue="255" />
+    </background_color>
+    <x>580</x>
+    <y>900</y>
+    <trace_0_x_axis_index>0</trace_0_x_axis_index>
+    <axis_count>2</axis_count>
+    <pv_value />
+    <trace_0_buffer_size>1000</trace_0_buffer_size>
+    <axis_1_maximum>100.0</axis_1_maximum>
+    <axis_0_scale_font>
+      <opifont.name fontName="OpenSans" height="10" style="0">Small</opifont.name>
+    </axis_0_scale_font>
+    <trigger_pv></trigger_pv>
+    <widget_type>XY Graph</widget_type>
+    <axis_1_axis_color>
+      <color name="Black" red="0" green="0" blue="0" />
+    </axis_1_axis_color>
+    <axis_0_scale_format></axis_0_scale_format>
+    <axis_1_log_scale>false</axis_1_log_scale>
+    <title>Current</title>
+    <trace_0_visible>true</trace_0_visible>
+    <show_legend>false</show_legend>
+    <axis_0_axis_title>#1 Quadrature current-loop integrator output</axis_0_axis_title>
+    <axis_0_axis_color>
+      <color name="Black" red="0" green="0" blue="0" />
+    </axis_0_axis_color>
+    <axis_0_dash_grid_line>false</axis_0_dash_grid_line>
+    <trace_0_point_style>0</trace_0_point_style>
+    <trace_0_line_width>1</trace_0_line_width>
+    <axis_0_time_format>0</axis_0_time_format>
+    <trace_count>1</trace_count>
+    <axis_1_show_grid>true</axis_1_show_grid>
+    <axis_1_dash_grid_line>true</axis_1_dash_grid_line>
+    <show_toolbar>false</show_toolbar>
+    <axis_0_visible>true</axis_0_visible>
+    <axis_0_show_grid>true</axis_0_show_grid>
+    <trace_0_y_axis_index>1</trace_0_y_axis_index>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <axis_0_maximum>1000.0</axis_0_maximum>
+    <height>141</height>
+    <trigger_pv_value />
+    <axis_1_grid_color>
+      <color name="Container Grey" red="200" green="200" blue="200" />
+    </axis_1_grid_color>
+    <actions hook="false" hook_all="false" />
+    <axis_0_log_scale>false</axis_0_log_scale>
+    <trace_0_x_pv_value />
+    <axis_0_auto_scale_threshold>0.0</axis_0_auto_scale_threshold>
+    <rules />
+    <axis_1_visible>true</axis_1_visible>
+    <trace_0_update_delay>100</trace_0_update_delay>
+    <pv_name></pv_name>
+    <name>XY Graph_2</name>
+    <axis_0_auto_scale>true</axis_0_auto_scale>
+    <axis_0_minimum>0.0</axis_0_minimum>
+    <axis_1_axis_title></axis_1_axis_title>
+    <axis_1_auto_scale>true</axis_1_auto_scale>
+    <border_color>
+      <color name="Blue" red="0" green="128" blue="255" />
+    </border_color>
+    <trace_0_y_pv>$(P-EMU-PMAC):$(M-EMU-GENERAL):DEBUG6_R</trace_0_y_pv>
+    <trace_0_plot_mode>0</trace_0_plot_mode>
+    <enabled>true</enabled>
+    <trace_0_x_pv></trace_0_x_pv>
+    <axis_1_scale_font>
+      <opifont.name fontName="OpenSans" height="10" style="0">Small</opifont.name>
+    </axis_1_scale_font>
+    <axis_1_time_format>0</axis_1_time_format>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <show_plot_area_border>false</show_plot_area_border>
+    <width>421</width>
+    <axis_1_minimum>0.0</axis_1_minimum>
+    <title_font>
+      <opifont.name fontName="OpenSans" height="12" style="1">Normal Bold</opifont.name>
+    </title_font>
+    <trace_0_y_pv_value />
+    <plot_area_background_color>
+      <color name="White" red="255" green="255" blue="255" />
+    </plot_area_background_color>
+    <axis_1_title_font>
+      <opifont.name fontName="OpenSans" height="10" style="1">Small Bold</opifont.name>
+    </axis_1_title_font>
+    <visible>true</visible>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <scripts />
+    <trace_0_point_size>4</trace_0_point_size>
+    <trace_0_trace_color>
+      <color name="Red On" red="255" green="0" blue="0" />
+    </trace_0_trace_color>
+    <trace_0_anti_alias>true</trace_0_anti_alias>
+    <axis_1_auto_scale_threshold>0.0</axis_1_auto_scale_threshold>
+    <foreground_color>
+      <color name="Black" red="0" green="0" blue="0" />
+    </foreground_color>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
+    <border_style>0</border_style>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <alarm_pulsing>false</alarm_pulsing>
+    <precision>0</precision>
+    <tooltip>$(pv_name)</tooltip>
+    <horizontal_alignment>2</horizontal_alignment>
+    <rules />
+    <enabled>true</enabled>
+    <wuid>-67165f8a:15ce4595e06:-2145</wuid>
+    <transparent>false</transparent>
+    <pv_value />
+    <auto_size>false</auto_size>
+    <text></text>
+    <rotation_angle>0.0</rotation_angle>
+    <scripts />
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <show_units>true</show_units>
+    <height>19</height>
+    <border_width>1</border_width>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <visible>true</visible>
+    <pv_name>$(P-EMU-PMAC):$(M-EMU-GENERAL):DEBUG6_R</pv_name>
+    <vertical_alignment>1</vertical_alignment>
+    <border_color>
+      <color name="Blue" red="0" green="128" blue="255" />
+    </border_color>
+    <precision_from_pv>true</precision_from_pv>
+    <widget_type>Text Update</widget_type>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <wrap_words>false</wrap_words>
+    <format_type>0</format_type>
+    <background_color>
+      <color red="186" green="186" blue="192" />
+    </background_color>
+    <width>141</width>
+    <x>340</x>
+    <name>Text Update_6</name>
+    <y>790</y>
+    <foreground_color>
+      <color name="Black" red="0" green="0" blue="0" />
+    </foreground_color>
+    <actions hook="false" hook_all="false" />
+    <font>
+      <opifont.name fontName="OpenSans" height="12" style="0">Normal</opifont.name>
+    </font>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <border_style>0</border_style>
+    <tooltip></tooltip>
+    <horizontal_alignment>0</horizontal_alignment>
+    <rules />
+    <enabled>true</enabled>
+    <wuid>-67165f8a:15ce4595e06:-2144</wuid>
+    <transparent>true</transparent>
+    <auto_size>true</auto_size>
+    <text>M177</text>
+    <scripts />
+    <height>18</height>
+    <border_width>2</border_width>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <visible>true</visible>
+    <vertical_alignment>1</vertical_alignment>
+    <border_color>
+      <color name="Black" red="0" green="0" blue="0" />
+    </border_color>
+    <widget_type>Label</widget_type>
+    <wrap_words>true</wrap_words>
+    <background_color>
+      <color name="White" red="255" green="255" blue="255" />
+    </background_color>
+    <width>33</width>
+    <x>296</x>
+    <name>Label Template_6</name>
+    <y>791</y>
+    <foreground_color>
+      <color name="Black" red="0" green="0" blue="0" />
+    </foreground_color>
+    <actions hook="false" hook_all="false" />
+    <show_scrollbar>false</show_scrollbar>
+    <font>
+      <opifont.name fontName="OpenSans" height="10" style="0">Small</opifont.name>
+    </font>
+  </widget>
 </display>
\ No newline at end of file
diff --git a/NON-APPROVED/lebt-010-pbi-fc-001/adsis8300fc/AD/ADAttrFile.opi b/NON-APPROVED/lebt-pbi/fc/adsis8300fc/AD/ADAttrFile.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-fc-001/adsis8300fc/AD/ADAttrFile.opi
rename to NON-APPROVED/lebt-pbi/fc/adsis8300fc/AD/ADAttrFile.opi
diff --git a/NON-APPROVED/lebt-010-pbi-fc-001/adsis8300fc/AD/ADBase.opi b/NON-APPROVED/lebt-pbi/fc/adsis8300fc/AD/ADBase.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-fc-001/adsis8300fc/AD/ADBase.opi
rename to NON-APPROVED/lebt-pbi/fc/adsis8300fc/AD/ADBase.opi
diff --git a/NON-APPROVED/lebt-010-pbi-fc-001/adsis8300fc/AD/ADBuffers.opi b/NON-APPROVED/lebt-pbi/fc/adsis8300fc/AD/ADBuffers.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-fc-001/adsis8300fc/AD/ADBuffers.opi
rename to NON-APPROVED/lebt-pbi/fc/adsis8300fc/AD/ADBuffers.opi
diff --git a/NON-APPROVED/lebt-010-pbi-fc-001/adsis8300fc/AD/ADCSimDetector.opi b/NON-APPROVED/lebt-pbi/fc/adsis8300fc/AD/ADCSimDetector.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-fc-001/adsis8300fc/AD/ADCSimDetector.opi
rename to NON-APPROVED/lebt-pbi/fc/adsis8300fc/AD/ADCSimDetector.opi
diff --git a/NON-APPROVED/lebt-010-pbi-fc-001/adsis8300fc/AD/ADCollect.opi b/NON-APPROVED/lebt-pbi/fc/adsis8300fc/AD/ADCollect.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-fc-001/adsis8300fc/AD/ADCollect.opi
rename to NON-APPROVED/lebt-pbi/fc/adsis8300fc/AD/ADCollect.opi
diff --git a/NON-APPROVED/lebt-010-pbi-fc-001/adsis8300fc/AD/ADDriverFile.opi b/NON-APPROVED/lebt-pbi/fc/adsis8300fc/AD/ADDriverFile.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-fc-001/adsis8300fc/AD/ADDriverFile.opi
rename to NON-APPROVED/lebt-pbi/fc/adsis8300fc/AD/ADDriverFile.opi
diff --git a/NON-APPROVED/lebt-010-pbi-fc-001/adsis8300fc/AD/ADPlugins.opi b/NON-APPROVED/lebt-pbi/fc/adsis8300fc/AD/ADPlugins.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-fc-001/adsis8300fc/AD/ADPlugins.opi
rename to NON-APPROVED/lebt-pbi/fc/adsis8300fc/AD/ADPlugins.opi
diff --git a/NON-APPROVED/lebt-010-pbi-fc-001/adsis8300fc/AD/ADReadout.opi b/NON-APPROVED/lebt-pbi/fc/adsis8300fc/AD/ADReadout.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-fc-001/adsis8300fc/AD/ADReadout.opi
rename to NON-APPROVED/lebt-pbi/fc/adsis8300fc/AD/ADReadout.opi
diff --git a/NON-APPROVED/lebt-010-pbi-fc-001/adsis8300fc/AD/ADSetup.opi b/NON-APPROVED/lebt-pbi/fc/adsis8300fc/AD/ADSetup.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-fc-001/adsis8300fc/AD/ADSetup.opi
rename to NON-APPROVED/lebt-pbi/fc/adsis8300fc/AD/ADSetup.opi
diff --git a/NON-APPROVED/lebt-010-pbi-fc-001/adsis8300fc/AD/NDCircularBuff.opi b/NON-APPROVED/lebt-pbi/fc/adsis8300fc/AD/NDCircularBuff.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-fc-001/adsis8300fc/AD/NDCircularBuff.opi
rename to NON-APPROVED/lebt-pbi/fc/adsis8300fc/AD/NDCircularBuff.opi
diff --git a/NON-APPROVED/lebt-010-pbi-fc-001/adsis8300fc/AD/NDCircularBuffHelp.opi b/NON-APPROVED/lebt-pbi/fc/adsis8300fc/AD/NDCircularBuffHelp.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-fc-001/adsis8300fc/AD/NDCircularBuffHelp.opi
rename to NON-APPROVED/lebt-pbi/fc/adsis8300fc/AD/NDCircularBuffHelp.opi
diff --git a/NON-APPROVED/lebt-010-pbi-fc-001/adsis8300fc/AD/NDColorConvert.opi b/NON-APPROVED/lebt-pbi/fc/adsis8300fc/AD/NDColorConvert.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-fc-001/adsis8300fc/AD/NDColorConvert.opi
rename to NON-APPROVED/lebt-pbi/fc/adsis8300fc/AD/NDColorConvert.opi
diff --git a/NON-APPROVED/lebt-010-pbi-fc-001/adsis8300fc/AD/NDFFT.opi b/NON-APPROVED/lebt-pbi/fc/adsis8300fc/AD/NDFFT.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-fc-001/adsis8300fc/AD/NDFFT.opi
rename to NON-APPROVED/lebt-pbi/fc/adsis8300fc/AD/NDFFT.opi
diff --git a/NON-APPROVED/lebt-010-pbi-fc-001/adsis8300fc/AD/NDFFT16.opi b/NON-APPROVED/lebt-pbi/fc/adsis8300fc/AD/NDFFT16.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-fc-001/adsis8300fc/AD/NDFFT16.opi
rename to NON-APPROVED/lebt-pbi/fc/adsis8300fc/AD/NDFFT16.opi
diff --git a/NON-APPROVED/lebt-010-pbi-fc-001/adsis8300fc/AD/NDFFTFreqSpectrumPlot.opi b/NON-APPROVED/lebt-pbi/fc/adsis8300fc/AD/NDFFTFreqSpectrumPlot.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-fc-001/adsis8300fc/AD/NDFFTFreqSpectrumPlot.opi
rename to NON-APPROVED/lebt-pbi/fc/adsis8300fc/AD/NDFFTFreqSpectrumPlot.opi
diff --git a/NON-APPROVED/lebt-010-pbi-fc-001/adsis8300fc/AD/NDFFTPlotAll.opi b/NON-APPROVED/lebt-pbi/fc/adsis8300fc/AD/NDFFTPlotAll.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-fc-001/adsis8300fc/AD/NDFFTPlotAll.opi
rename to NON-APPROVED/lebt-pbi/fc/adsis8300fc/AD/NDFFTPlotAll.opi
diff --git a/NON-APPROVED/lebt-010-pbi-fc-001/adsis8300fc/AD/NDFFTTimeSeriesPlot.opi b/NON-APPROVED/lebt-pbi/fc/adsis8300fc/AD/NDFFTTimeSeriesPlot.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-fc-001/adsis8300fc/AD/NDFFTTimeSeriesPlot.opi
rename to NON-APPROVED/lebt-pbi/fc/adsis8300fc/AD/NDFFTTimeSeriesPlot.opi
diff --git a/NON-APPROVED/lebt-010-pbi-fc-001/adsis8300fc/AD/NDFile.opi b/NON-APPROVED/lebt-pbi/fc/adsis8300fc/AD/NDFile.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-fc-001/adsis8300fc/AD/NDFile.opi
rename to NON-APPROVED/lebt-pbi/fc/adsis8300fc/AD/NDFile.opi
diff --git a/NON-APPROVED/lebt-010-pbi-fc-001/adsis8300fc/AD/NDFileAscii.opi b/NON-APPROVED/lebt-pbi/fc/adsis8300fc/AD/NDFileAscii.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-fc-001/adsis8300fc/AD/NDFileAscii.opi
rename to NON-APPROVED/lebt-pbi/fc/adsis8300fc/AD/NDFileAscii.opi
diff --git a/NON-APPROVED/lebt-010-pbi-fc-001/adsis8300fc/AD/NDFileBase.opi b/NON-APPROVED/lebt-pbi/fc/adsis8300fc/AD/NDFileBase.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-fc-001/adsis8300fc/AD/NDFileBase.opi
rename to NON-APPROVED/lebt-pbi/fc/adsis8300fc/AD/NDFileBase.opi
diff --git a/NON-APPROVED/lebt-010-pbi-fc-001/adsis8300fc/AD/NDFileHDF5.opi b/NON-APPROVED/lebt-pbi/fc/adsis8300fc/AD/NDFileHDF5.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-fc-001/adsis8300fc/AD/NDFileHDF5.opi
rename to NON-APPROVED/lebt-pbi/fc/adsis8300fc/AD/NDFileHDF5.opi
diff --git a/NON-APPROVED/lebt-010-pbi-fc-001/adsis8300fc/AD/NDFileHDF5_BAK.opi b/NON-APPROVED/lebt-pbi/fc/adsis8300fc/AD/NDFileHDF5_BAK.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-fc-001/adsis8300fc/AD/NDFileHDF5_BAK.opi
rename to NON-APPROVED/lebt-pbi/fc/adsis8300fc/AD/NDFileHDF5_BAK.opi
diff --git a/NON-APPROVED/lebt-010-pbi-fc-001/adsis8300fc/AD/NDFileJPEG.opi b/NON-APPROVED/lebt-pbi/fc/adsis8300fc/AD/NDFileJPEG.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-fc-001/adsis8300fc/AD/NDFileJPEG.opi
rename to NON-APPROVED/lebt-pbi/fc/adsis8300fc/AD/NDFileJPEG.opi
diff --git a/NON-APPROVED/lebt-010-pbi-fc-001/adsis8300fc/AD/NDFileMagick.opi b/NON-APPROVED/lebt-pbi/fc/adsis8300fc/AD/NDFileMagick.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-fc-001/adsis8300fc/AD/NDFileMagick.opi
rename to NON-APPROVED/lebt-pbi/fc/adsis8300fc/AD/NDFileMagick.opi
diff --git a/NON-APPROVED/lebt-010-pbi-fc-001/adsis8300fc/AD/NDFileNetCDF.opi b/NON-APPROVED/lebt-pbi/fc/adsis8300fc/AD/NDFileNetCDF.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-fc-001/adsis8300fc/AD/NDFileNetCDF.opi
rename to NON-APPROVED/lebt-pbi/fc/adsis8300fc/AD/NDFileNetCDF.opi
diff --git a/NON-APPROVED/lebt-010-pbi-fc-001/adsis8300fc/AD/NDFileNexus.opi b/NON-APPROVED/lebt-pbi/fc/adsis8300fc/AD/NDFileNexus.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-fc-001/adsis8300fc/AD/NDFileNexus.opi
rename to NON-APPROVED/lebt-pbi/fc/adsis8300fc/AD/NDFileNexus.opi
diff --git a/NON-APPROVED/lebt-010-pbi-fc-001/adsis8300fc/AD/NDFileNull.opi b/NON-APPROVED/lebt-pbi/fc/adsis8300fc/AD/NDFileNull.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-fc-001/adsis8300fc/AD/NDFileNull.opi
rename to NON-APPROVED/lebt-pbi/fc/adsis8300fc/AD/NDFileNull.opi
diff --git a/NON-APPROVED/lebt-010-pbi-fc-001/adsis8300fc/AD/NDFileTIFF.opi b/NON-APPROVED/lebt-pbi/fc/adsis8300fc/AD/NDFileTIFF.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-fc-001/adsis8300fc/AD/NDFileTIFF.opi
rename to NON-APPROVED/lebt-pbi/fc/adsis8300fc/AD/NDFileTIFF.opi
diff --git a/NON-APPROVED/lebt-010-pbi-fc-001/adsis8300fc/AD/NDOverlay.opi b/NON-APPROVED/lebt-pbi/fc/adsis8300fc/AD/NDOverlay.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-fc-001/adsis8300fc/AD/NDOverlay.opi
rename to NON-APPROVED/lebt-pbi/fc/adsis8300fc/AD/NDOverlay.opi
diff --git a/NON-APPROVED/lebt-010-pbi-fc-001/adsis8300fc/AD/NDOverlay8.opi b/NON-APPROVED/lebt-pbi/fc/adsis8300fc/AD/NDOverlay8.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-fc-001/adsis8300fc/AD/NDOverlay8.opi
rename to NON-APPROVED/lebt-pbi/fc/adsis8300fc/AD/NDOverlay8.opi
diff --git a/NON-APPROVED/lebt-010-pbi-fc-001/adsis8300fc/AD/NDOverlayN.opi b/NON-APPROVED/lebt-pbi/fc/adsis8300fc/AD/NDOverlayN.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-fc-001/adsis8300fc/AD/NDOverlayN.opi
rename to NON-APPROVED/lebt-pbi/fc/adsis8300fc/AD/NDOverlayN.opi
diff --git a/NON-APPROVED/lebt-010-pbi-fc-001/adsis8300fc/AD/NDPlot.opi b/NON-APPROVED/lebt-pbi/fc/adsis8300fc/AD/NDPlot.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-fc-001/adsis8300fc/AD/NDPlot.opi
rename to NON-APPROVED/lebt-pbi/fc/adsis8300fc/AD/NDPlot.opi
diff --git a/NON-APPROVED/lebt-010-pbi-fc-001/adsis8300fc/AD/NDPluginAttribute.opi b/NON-APPROVED/lebt-pbi/fc/adsis8300fc/AD/NDPluginAttribute.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-fc-001/adsis8300fc/AD/NDPluginAttribute.opi
rename to NON-APPROVED/lebt-pbi/fc/adsis8300fc/AD/NDPluginAttribute.opi
diff --git a/NON-APPROVED/lebt-010-pbi-fc-001/adsis8300fc/AD/NDPluginAttribute8.opi b/NON-APPROVED/lebt-pbi/fc/adsis8300fc/AD/NDPluginAttribute8.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-fc-001/adsis8300fc/AD/NDPluginAttribute8.opi
rename to NON-APPROVED/lebt-pbi/fc/adsis8300fc/AD/NDPluginAttribute8.opi
diff --git a/NON-APPROVED/lebt-010-pbi-fc-001/adsis8300fc/AD/NDPluginBase.opi b/NON-APPROVED/lebt-pbi/fc/adsis8300fc/AD/NDPluginBase.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-fc-001/adsis8300fc/AD/NDPluginBase.opi
rename to NON-APPROVED/lebt-pbi/fc/adsis8300fc/AD/NDPluginBase.opi
diff --git a/NON-APPROVED/lebt-010-pbi-fc-001/adsis8300fc/AD/NDPluginTimeSeries.opi b/NON-APPROVED/lebt-pbi/fc/adsis8300fc/AD/NDPluginTimeSeries.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-fc-001/adsis8300fc/AD/NDPluginTimeSeries.opi
rename to NON-APPROVED/lebt-pbi/fc/adsis8300fc/AD/NDPluginTimeSeries.opi
diff --git a/NON-APPROVED/lebt-010-pbi-fc-001/adsis8300fc/AD/NDPluginTimeSeriesN.opi b/NON-APPROVED/lebt-pbi/fc/adsis8300fc/AD/NDPluginTimeSeriesN.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-fc-001/adsis8300fc/AD/NDPluginTimeSeriesN.opi
rename to NON-APPROVED/lebt-pbi/fc/adsis8300fc/AD/NDPluginTimeSeriesN.opi
diff --git a/NON-APPROVED/lebt-010-pbi-fc-001/adsis8300fc/AD/NDProcess.opi b/NON-APPROVED/lebt-pbi/fc/adsis8300fc/AD/NDProcess.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-fc-001/adsis8300fc/AD/NDProcess.opi
rename to NON-APPROVED/lebt-pbi/fc/adsis8300fc/AD/NDProcess.opi
diff --git a/NON-APPROVED/lebt-010-pbi-fc-001/adsis8300fc/AD/NDROI.opi b/NON-APPROVED/lebt-pbi/fc/adsis8300fc/AD/NDROI.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-fc-001/adsis8300fc/AD/NDROI.opi
rename to NON-APPROVED/lebt-pbi/fc/adsis8300fc/AD/NDROI.opi
diff --git a/NON-APPROVED/lebt-010-pbi-fc-001/adsis8300fc/AD/NDROI4.opi b/NON-APPROVED/lebt-pbi/fc/adsis8300fc/AD/NDROI4.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-fc-001/adsis8300fc/AD/NDROI4.opi
rename to NON-APPROVED/lebt-pbi/fc/adsis8300fc/AD/NDROI4.opi
diff --git a/NON-APPROVED/lebt-010-pbi-fc-001/adsis8300fc/AD/NDROIStat.opi b/NON-APPROVED/lebt-pbi/fc/adsis8300fc/AD/NDROIStat.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-fc-001/adsis8300fc/AD/NDROIStat.opi
rename to NON-APPROVED/lebt-pbi/fc/adsis8300fc/AD/NDROIStat.opi
diff --git a/NON-APPROVED/lebt-010-pbi-fc-001/adsis8300fc/AD/NDROIStat8.opi b/NON-APPROVED/lebt-pbi/fc/adsis8300fc/AD/NDROIStat8.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-fc-001/adsis8300fc/AD/NDROIStat8.opi
rename to NON-APPROVED/lebt-pbi/fc/adsis8300fc/AD/NDROIStat8.opi
diff --git a/NON-APPROVED/lebt-010-pbi-fc-001/adsis8300fc/AD/NDROIStatN.opi b/NON-APPROVED/lebt-pbi/fc/adsis8300fc/AD/NDROIStatN.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-fc-001/adsis8300fc/AD/NDROIStatN.opi
rename to NON-APPROVED/lebt-pbi/fc/adsis8300fc/AD/NDROIStatN.opi
diff --git a/NON-APPROVED/lebt-010-pbi-fc-001/adsis8300fc/AD/NDStats.opi b/NON-APPROVED/lebt-pbi/fc/adsis8300fc/AD/NDStats.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-fc-001/adsis8300fc/AD/NDStats.opi
rename to NON-APPROVED/lebt-pbi/fc/adsis8300fc/AD/NDStats.opi
diff --git a/NON-APPROVED/lebt-010-pbi-fc-001/adsis8300fc/AD/NDStats5.opi b/NON-APPROVED/lebt-pbi/fc/adsis8300fc/AD/NDStats5.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-fc-001/adsis8300fc/AD/NDStats5.opi
rename to NON-APPROVED/lebt-pbi/fc/adsis8300fc/AD/NDStats5.opi
diff --git a/NON-APPROVED/lebt-010-pbi-fc-001/adsis8300fc/AD/NDStdArrays.opi b/NON-APPROVED/lebt-pbi/fc/adsis8300fc/AD/NDStdArrays.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-fc-001/adsis8300fc/AD/NDStdArrays.opi
rename to NON-APPROVED/lebt-pbi/fc/adsis8300fc/AD/NDStdArrays.opi
diff --git a/NON-APPROVED/lebt-010-pbi-fc-001/adsis8300fc/AD/NDStdArraysAIO.opi b/NON-APPROVED/lebt-pbi/fc/adsis8300fc/AD/NDStdArraysAIO.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-fc-001/adsis8300fc/AD/NDStdArraysAIO.opi
rename to NON-APPROVED/lebt-pbi/fc/adsis8300fc/AD/NDStdArraysAIO.opi
diff --git a/NON-APPROVED/lebt-010-pbi-fc-001/adsis8300fc/AD/NDStdArraysCH.opi b/NON-APPROVED/lebt-pbi/fc/adsis8300fc/AD/NDStdArraysCH.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-fc-001/adsis8300fc/AD/NDStdArraysCH.opi
rename to NON-APPROVED/lebt-pbi/fc/adsis8300fc/AD/NDStdArraysCH.opi
diff --git a/NON-APPROVED/lebt-010-pbi-fc-001/adsis8300fc/AD/NDTimeSeries.opi b/NON-APPROVED/lebt-pbi/fc/adsis8300fc/AD/NDTimeSeries.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-fc-001/adsis8300fc/AD/NDTimeSeries.opi
rename to NON-APPROVED/lebt-pbi/fc/adsis8300fc/AD/NDTimeSeries.opi
diff --git a/NON-APPROVED/lebt-010-pbi-fc-001/adsis8300fc/AD/NDTimeSeriesAll.opi b/NON-APPROVED/lebt-pbi/fc/adsis8300fc/AD/NDTimeSeriesAll.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-fc-001/adsis8300fc/AD/NDTimeSeriesAll.opi
rename to NON-APPROVED/lebt-pbi/fc/adsis8300fc/AD/NDTimeSeriesAll.opi
diff --git a/NON-APPROVED/lebt-010-pbi-fc-001/adsis8300fc/AD/NDTimeSeriesPlot.opi b/NON-APPROVED/lebt-pbi/fc/adsis8300fc/AD/NDTimeSeriesPlot.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-fc-001/adsis8300fc/AD/NDTimeSeriesPlot.opi
rename to NON-APPROVED/lebt-pbi/fc/adsis8300fc/AD/NDTimeSeriesPlot.opi
diff --git a/NON-APPROVED/lebt-010-pbi-fc-001/adsis8300fc/AD/NDTrace.opi b/NON-APPROVED/lebt-pbi/fc/adsis8300fc/AD/NDTrace.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-fc-001/adsis8300fc/AD/NDTrace.opi
rename to NON-APPROVED/lebt-pbi/fc/adsis8300fc/AD/NDTrace.opi
diff --git a/NON-APPROVED/lebt-010-pbi-fc-001/adsis8300fc/AD/NDTransform.opi b/NON-APPROVED/lebt-pbi/fc/adsis8300fc/AD/NDTransform.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-fc-001/adsis8300fc/AD/NDTransform.opi
rename to NON-APPROVED/lebt-pbi/fc/adsis8300fc/AD/NDTransform.opi
diff --git a/NON-APPROVED/lebt-010-pbi-fc-001/adsis8300fc/AD/commonPlugins.opi b/NON-APPROVED/lebt-pbi/fc/adsis8300fc/AD/commonPlugins.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-fc-001/adsis8300fc/AD/commonPlugins.opi
rename to NON-APPROVED/lebt-pbi/fc/adsis8300fc/AD/commonPlugins.opi
diff --git a/NON-APPROVED/lebt-010-pbi-fc-001/adsis8300fc/AD/createDirectoryHelp.opi b/NON-APPROVED/lebt-pbi/fc/adsis8300fc/AD/createDirectoryHelp.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-fc-001/adsis8300fc/AD/createDirectoryHelp.opi
rename to NON-APPROVED/lebt-pbi/fc/adsis8300fc/AD/createDirectoryHelp.opi
diff --git a/NON-APPROVED/lebt-010-pbi-fc-001/adsis8300fc/ADTop.opi b/NON-APPROVED/lebt-pbi/fc/adsis8300fc/ADTop.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-fc-001/adsis8300fc/ADTop.opi
rename to NON-APPROVED/lebt-pbi/fc/adsis8300fc/ADTop.opi
diff --git a/NON-APPROVED/lebt-010-pbi-fc-001/adsis8300fc/SIS8300.opi b/NON-APPROVED/lebt-pbi/fc/adsis8300fc/SIS8300.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-fc-001/adsis8300fc/SIS8300.opi
rename to NON-APPROVED/lebt-pbi/fc/adsis8300fc/SIS8300.opi
diff --git a/NON-APPROVED/lebt-010-pbi-fc-001/adsis8300fc/SIS8300Channel.opi b/NON-APPROVED/lebt-pbi/fc/adsis8300fc/SIS8300Channel.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-fc-001/adsis8300fc/SIS8300Channel.opi
rename to NON-APPROVED/lebt-pbi/fc/adsis8300fc/SIS8300Channel.opi
diff --git a/NON-APPROVED/lebt-010-pbi-fc-001/change_stats_units.js b/NON-APPROVED/lebt-pbi/fc/change_stats_units.js
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-fc-001/change_stats_units.js
rename to NON-APPROVED/lebt-pbi/fc/change_stats_units.js
diff --git a/NON-APPROVED/lebt-010-pbi-fc-001/ecat/ethercat.opi b/NON-APPROVED/lebt-pbi/fc/ecat/ethercat.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-fc-001/ecat/ethercat.opi
rename to NON-APPROVED/lebt-pbi/fc/ecat/ethercat.opi
diff --git a/NON-APPROVED/lebt-010-pbi-fc-001/fc.opi b/NON-APPROVED/lebt-pbi/fc/fc.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-fc-001/fc.opi
rename to NON-APPROVED/lebt-pbi/fc/fc.opi
diff --git a/NON-APPROVED/lebt-010-pbi-fc-001/fc_lcr.opi b/NON-APPROVED/lebt-pbi/fc/fc_lcr.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-fc-001/fc_lcr.opi
rename to NON-APPROVED/lebt-pbi/fc/fc_lcr.opi
diff --git a/NON-APPROVED/lebt-010-pbi-fc-001/fc_more.opi b/NON-APPROVED/lebt-pbi/fc/fc_more.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-fc-001/fc_more.opi
rename to NON-APPROVED/lebt-pbi/fc/fc_more.opi
diff --git a/NON-APPROVED/lebt-010-pbi-fc-001/fc_one.opi b/NON-APPROVED/lebt-pbi/fc/fc_one.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-fc-001/fc_one.opi
rename to NON-APPROVED/lebt-pbi/fc/fc_one.opi
diff --git a/NON-APPROVED/lebt-010-pbi-fc-001/fc_operator.opi b/NON-APPROVED/lebt-pbi/fc/fc_operator.opi
similarity index 93%
rename from NON-APPROVED/lebt-010-pbi-fc-001/fc_operator.opi
rename to NON-APPROVED/lebt-pbi/fc/fc_operator.opi
index 4e814e1f8abf630271302ab212c6fd9d5ce09545..70bfdaa1fc48adf4c7366585fa86fe838c1ebce9 100644
--- a/NON-APPROVED/lebt-010-pbi-fc-001/fc_operator.opi
+++ b/NON-APPROVED/lebt-pbi/fc/fc_operator.opi
@@ -48,7 +48,7 @@
     <border_width>2</border_width>
     <enabled>true</enabled>
     <font>
-      <opifont.name fontName="Ubuntu" height="20" style="1" pixels="false">Header 1</opifont.name>
+      <opifont.name fontName="Segoe UI" height="17" style="1" pixels="false">Header 1</opifont.name>
     </font>
     <foreground_color>
       <color red="0" green="0" blue="0" />
@@ -88,7 +88,7 @@
     <border_width>2</border_width>
     <enabled>true</enabled>
     <font>
-      <opifont.name fontName="Ubuntu" height="20" style="1" pixels="false">Header 1</opifont.name>
+      <opifont.name fontName="Segoe UI" height="17" style="1" pixels="false">Header 1</opifont.name>
     </font>
     <foreground_color>
       <color red="0" green="0" blue="0" />
@@ -128,7 +128,7 @@
     <border_width>1</border_width>
     <enabled>true</enabled>
     <font>
-      <opifont.name fontName="Ubuntu" height="16" style="1" pixels="false">Header 2</opifont.name>
+      <opifont.name fontName="Segoe UI" height="13" style="1" pixels="false">Header 2</opifont.name>
     </font>
     <foreground_color>
       <color red="0" green="0" blue="0" />
@@ -168,7 +168,7 @@
     <border_width>2</border_width>
     <enabled>true</enabled>
     <font>
-      <opifont.name fontName="Ubuntu" height="20" style="1" pixels="false">Header 1</opifont.name>
+      <opifont.name fontName="Segoe UI" height="17" style="1" pixels="false">Header 1</opifont.name>
     </font>
     <foreground_color>
       <color red="0" green="0" blue="0" />
@@ -208,7 +208,7 @@
     <border_width>1</border_width>
     <enabled>true</enabled>
     <font>
-      <opifont.name fontName="Ubuntu" height="14" style="1" pixels="false">Header 3</opifont.name>
+      <opifont.name fontName="Segoe UI" height="11" style="1" pixels="false">Header 3</opifont.name>
     </font>
     <foreground_color>
       <color red="0" green="0" blue="0" />
@@ -248,7 +248,7 @@
     <border_width>1</border_width>
     <enabled>true</enabled>
     <font>
-      <opifont.name fontName="Ubuntu" height="14" style="1" pixels="false">Header 3</opifont.name>
+      <opifont.name fontName="Segoe UI" height="11" style="1" pixels="false">Header 3</opifont.name>
     </font>
     <foreground_color>
       <color red="0" green="0" blue="0" />
@@ -288,7 +288,7 @@
     <border_width>2</border_width>
     <enabled>true</enabled>
     <font>
-      <opifont.name fontName="Ubuntu" height="20" style="1" pixels="false">Header 1</opifont.name>
+      <opifont.name fontName="Segoe UI" height="17" style="1" pixels="false">Header 1</opifont.name>
     </font>
     <foreground_color>
       <color red="0" green="0" blue="0" />
@@ -328,7 +328,7 @@
     <border_width>1</border_width>
     <enabled>true</enabled>
     <font>
-      <opifont.name fontName="Ubuntu" height="16" style="1" pixels="false">Header 2</opifont.name>
+      <opifont.name fontName="Segoe UI" height="13" style="1" pixels="false">Header 2</opifont.name>
     </font>
     <foreground_color>
       <color red="0" green="0" blue="0" />
@@ -368,7 +368,7 @@
     <border_width>1</border_width>
     <enabled>true</enabled>
     <font>
-      <opifont.name fontName="Ubuntu" height="20" style="1" pixels="false">Header 1</opifont.name>
+      <opifont.name fontName="Segoe UI" height="17" style="1" pixels="false">Header 1</opifont.name>
     </font>
     <foreground_color>
       <color red="0" green="0" blue="0" />
@@ -411,7 +411,7 @@
     <border_width>1</border_width>
     <enabled>true</enabled>
     <font>
-      <opifont.name fontName="Ubuntu" height="12" style="0" pixels="false">Default</opifont.name>
+      <opifont.name fontName="Segoe UI" height="9" style="0" pixels="false">Default</opifont.name>
     </font>
     <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
     <foreground_color>
@@ -463,7 +463,7 @@ $(pv_value)</tooltip>
     <buttons_on_left>false</buttons_on_left>
     <enabled>true</enabled>
     <font>
-      <opifont.name fontName="Ubuntu" height="12" style="0" pixels="false">Default</opifont.name>
+      <opifont.name fontName="Segoe UI" height="9" style="0" pixels="false">Default</opifont.name>
     </font>
     <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
     <foreground_color>
@@ -525,7 +525,7 @@ $(pv_value)</tooltip>
     <border_width>1</border_width>
     <enabled>true</enabled>
     <font>
-      <opifont.name fontName="Ubuntu" height="12" style="0" pixels="false">Default</opifont.name>
+      <opifont.name fontName="Segoe UI" height="9" style="0" pixels="false">Default</opifont.name>
     </font>
     <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
     <foreground_color>
@@ -579,7 +579,7 @@ $(pv_value)</tooltip>
     <border_width>1</border_width>
     <enabled>true</enabled>
     <font>
-      <opifont.name fontName="Ubuntu" height="12" style="0" pixels="false">Default</opifont.name>
+      <opifont.name fontName="Segoe UI" height="9" style="0" pixels="false">Default</opifont.name>
     </font>
     <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
     <foreground_color>
@@ -632,7 +632,7 @@ $(pv_value)</tooltip>
     <effect_3d>true</effect_3d>
     <enabled>true</enabled>
     <font>
-      <opifont.name fontName="Ubuntu" height="12" style="0" pixels="false">Default</opifont.name>
+      <opifont.name fontName="Segoe UI" height="9" style="0" pixels="false">Default</opifont.name>
     </font>
     <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
     <foreground_color>
@@ -684,7 +684,7 @@ $(pv_value)</tooltip>
     <border_width>1</border_width>
     <enabled>true</enabled>
     <font>
-      <opifont.name fontName="Ubuntu" height="12" style="0" pixels="false">Default</opifont.name>
+      <opifont.name fontName="Segoe UI" height="9" style="0" pixels="false">Default</opifont.name>
     </font>
     <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
     <foreground_color>
@@ -736,7 +736,7 @@ $(pv_value)</tooltip>
     <border_width>1</border_width>
     <enabled>true</enabled>
     <font>
-      <opifont.name fontName="Ubuntu" height="12" style="0" pixels="false">Default</opifont.name>
+      <opifont.name fontName="Segoe UI" height="9" style="0" pixels="false">Default</opifont.name>
     </font>
     <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
     <foreground_color>
@@ -788,7 +788,7 @@ $(pv_value)</tooltip>
     <buttons_on_left>false</buttons_on_left>
     <enabled>true</enabled>
     <font>
-      <opifont.name fontName="Ubuntu" height="12" style="0" pixels="false">Default</opifont.name>
+      <opifont.name fontName="Segoe UI" height="9" style="0" pixels="false">Default</opifont.name>
     </font>
     <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
     <foreground_color>
@@ -843,7 +843,7 @@ $(pv_value)</tooltip>
     <border_width>1</border_width>
     <enabled>true</enabled>
     <font>
-      <opifont.name fontName="Ubuntu" height="12" style="0" pixels="false">Default</opifont.name>
+      <opifont.name fontName="Segoe UI" height="9" style="0" pixels="false">Default</opifont.name>
     </font>
     <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
     <foreground_color>
@@ -895,7 +895,7 @@ $(pv_value)</tooltip>
     <buttons_on_left>false</buttons_on_left>
     <enabled>true</enabled>
     <font>
-      <opifont.name fontName="Ubuntu" height="12" style="0" pixels="false">Default</opifont.name>
+      <opifont.name fontName="Segoe UI" height="9" style="0" pixels="false">Default</opifont.name>
     </font>
     <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
     <foreground_color>
@@ -947,7 +947,7 @@ $(pv_value)</tooltip>
     <border_width>1</border_width>
     <enabled>true</enabled>
     <font>
-      <opifont.name fontName="Ubuntu" height="12" style="0" pixels="false">Default</opifont.name>
+      <opifont.name fontName="Segoe UI" height="9" style="0" pixels="false">Default</opifont.name>
     </font>
     <foreground_color>
       <color red="0" green="0" blue="0" />
@@ -987,7 +987,7 @@ $(pv_value)</tooltip>
     <border_width>1</border_width>
     <enabled>true</enabled>
     <font>
-      <opifont.name fontName="Ubuntu" height="12" style="0" pixels="false">Default</opifont.name>
+      <opifont.name fontName="Segoe UI" height="9" style="0" pixels="false">Default</opifont.name>
     </font>
     <foreground_color>
       <color red="0" green="0" blue="0" />
@@ -1030,7 +1030,7 @@ $(pv_value)</tooltip>
     <border_width>1</border_width>
     <enabled>true</enabled>
     <font>
-      <opifont.name fontName="Ubuntu" height="12" style="0" pixels="false">Default</opifont.name>
+      <opifont.name fontName="Segoe UI" height="9" style="0" pixels="false">Default</opifont.name>
     </font>
     <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
     <foreground_color>
@@ -1082,7 +1082,7 @@ $(pv_value)</tooltip>
     <buttons_on_left>false</buttons_on_left>
     <enabled>true</enabled>
     <font>
-      <opifont.name fontName="Ubuntu" height="12" style="0" pixels="false">Default</opifont.name>
+      <opifont.name fontName="Segoe UI" height="9" style="0" pixels="false">Default</opifont.name>
     </font>
     <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
     <foreground_color>
@@ -1134,7 +1134,7 @@ $(pv_value)</tooltip>
     <border_width>1</border_width>
     <enabled>true</enabled>
     <font>
-      <opifont.name fontName="Ubuntu" height="16" style="1" pixels="false">Header 2</opifont.name>
+      <opifont.name fontName="Segoe UI" height="13" style="1" pixels="false">Header 2</opifont.name>
     </font>
     <foreground_color>
       <color red="0" green="0" blue="0" />
@@ -1177,7 +1177,7 @@ $(pv_value)</tooltip>
     <border_width>1</border_width>
     <enabled>true</enabled>
     <font>
-      <opifont.name fontName="Ubuntu" height="12" style="0" pixels="false">Default</opifont.name>
+      <opifont.name fontName="Segoe UI" height="9" style="0" pixels="false">Default</opifont.name>
     </font>
     <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
     <foreground_color>
@@ -1232,7 +1232,7 @@ $(pv_value)</tooltip>
     <border_width>1</border_width>
     <enabled>true</enabled>
     <font>
-      <opifont.name fontName="Ubuntu" height="12" style="0" pixels="false">Default</opifont.name>
+      <opifont.name fontName="Segoe UI" height="9" style="0" pixels="false">Default</opifont.name>
     </font>
     <foreground_color>
       <color red="0" green="0" blue="0" />
@@ -1275,7 +1275,7 @@ $(pv_value)</tooltip>
     <border_width>1</border_width>
     <enabled>true</enabled>
     <font>
-      <opifont.name fontName="Ubuntu" height="12" style="0" pixels="false">Default</opifont.name>
+      <opifont.name fontName="Segoe UI" height="9" style="0" pixels="false">Default</opifont.name>
     </font>
     <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
     <foreground_color>
@@ -1330,7 +1330,7 @@ $(pv_value)</tooltip>
     <border_width>1</border_width>
     <enabled>true</enabled>
     <font>
-      <opifont.name fontName="Ubuntu" height="12" style="0" pixels="false">Default</opifont.name>
+      <opifont.name fontName="Segoe UI" height="9" style="0" pixels="false">Default</opifont.name>
     </font>
     <foreground_color>
       <color red="0" green="0" blue="0" />
@@ -1373,7 +1373,7 @@ $(pv_value)</tooltip>
     <border_width>1</border_width>
     <enabled>true</enabled>
     <font>
-      <opifont.name fontName="Ubuntu" height="12" style="0" pixels="false">Default</opifont.name>
+      <opifont.name fontName="Segoe UI" height="9" style="0" pixels="false">Default</opifont.name>
     </font>
     <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
     <foreground_color>
@@ -1428,7 +1428,7 @@ $(pv_value)</tooltip>
     <border_width>1</border_width>
     <enabled>true</enabled>
     <font>
-      <opifont.name fontName="Ubuntu" height="12" style="0" pixels="false">Default</opifont.name>
+      <opifont.name fontName="Segoe UI" height="9" style="0" pixels="false">Default</opifont.name>
     </font>
     <foreground_color>
       <color red="0" green="0" blue="0" />
@@ -1471,7 +1471,7 @@ $(pv_value)</tooltip>
     <border_width>1</border_width>
     <enabled>true</enabled>
     <font>
-      <opifont.name fontName="Ubuntu" height="12" style="0" pixels="false">Default</opifont.name>
+      <opifont.name fontName="Segoe UI" height="9" style="0" pixels="false">Default</opifont.name>
     </font>
     <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
     <foreground_color>
@@ -1528,7 +1528,7 @@ $(pv_value)</tooltip>
     <fill_arrow>true</fill_arrow>
     <fill_level>0.0</fill_level>
     <font>
-      <opifont.name fontName="Ubuntu" height="12" style="0" pixels="false">Default</opifont.name>
+      <opifont.name fontName="Segoe UI" height="9" style="0" pixels="false">Default</opifont.name>
     </font>
     <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
     <foreground_color>
@@ -1581,7 +1581,7 @@ $(pv_value)</tooltip>
     <fill_arrow>true</fill_arrow>
     <fill_level>0.0</fill_level>
     <font>
-      <opifont.name fontName="Ubuntu" height="12" style="0" pixels="false">Default</opifont.name>
+      <opifont.name fontName="Segoe UI" height="9" style="0" pixels="false">Default</opifont.name>
     </font>
     <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
     <foreground_color>
@@ -1630,7 +1630,7 @@ $(pv_value)</tooltip>
     <axis_0_maximum>100.0</axis_0_maximum>
     <axis_0_minimum>0.0</axis_0_minimum>
     <axis_0_scale_font>
-      <opifont.name fontName="Ubuntu" height="12" style="0" pixels="false">Default</opifont.name>
+      <opifont.name fontName="Segoe UI" height="9" style="0" pixels="false">Default</opifont.name>
     </axis_0_scale_font>
     <axis_0_scale_format></axis_0_scale_format>
     <axis_0_show_grid>true</axis_0_show_grid>
@@ -1653,7 +1653,7 @@ $(pv_value)</tooltip>
     <axis_1_maximum>100.0</axis_1_maximum>
     <axis_1_minimum>0.0</axis_1_minimum>
     <axis_1_scale_font>
-      <opifont.name fontName="Ubuntu" height="12" style="0" pixels="false">Default</opifont.name>
+      <opifont.name fontName="Segoe UI" height="9" style="0" pixels="false">Default</opifont.name>
     </axis_1_scale_font>
     <axis_1_scale_format></axis_1_scale_format>
     <axis_1_show_grid>true</axis_1_show_grid>
@@ -1677,13 +1677,13 @@ $(pv_value)</tooltip>
     <axis_2_maximum>100.0</axis_2_maximum>
     <axis_2_minimum>0.0</axis_2_minimum>
     <axis_2_scale_font>
-      <opifont.name fontName="Ubuntu" height="12" style="0" pixels="false">Default</opifont.name>
+      <opifont.name fontName="Segoe UI" height="9" style="0" pixels="false">Default</opifont.name>
     </axis_2_scale_font>
     <axis_2_scale_format></axis_2_scale_format>
     <axis_2_show_grid>true</axis_2_show_grid>
     <axis_2_time_format>0</axis_2_time_format>
     <axis_2_title_font>
-      <opifont.name fontName="Ubuntu" height="12" style="1" pixels="false">Default Bold</opifont.name>
+      <opifont.name fontName="Segoe UI" height="9" style="1" pixels="false">Default Bold</opifont.name>
     </axis_2_title_font>
     <axis_2_visible>true</axis_2_visible>
     <axis_2_y_axis>false</axis_2_y_axis>
@@ -1821,7 +1821,7 @@ $(trace_0_y_pv_value)</tooltip>
     <border_width>1</border_width>
     <enabled>true</enabled>
     <font>
-      <opifont.name fontName="Ubuntu" height="12" style="0" pixels="false">Default</opifont.name>
+      <opifont.name fontName="Segoe UI" height="9" style="0" pixels="false">Default</opifont.name>
     </font>
     <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
     <foreground_color>
@@ -1870,7 +1870,7 @@ $(pv_value)</tooltip>
     <border_width>1</border_width>
     <enabled>true</enabled>
     <font>
-      <opifont.name fontName="Ubuntu" height="12" style="0" pixels="false">Default</opifont.name>
+      <opifont.name fontName="Segoe UI" height="9" style="0" pixels="false">Default</opifont.name>
     </font>
     <foreground_color>
       <color red="0" green="0" blue="0" />
@@ -1910,7 +1910,7 @@ $(pv_value)</tooltip>
     <border_width>2</border_width>
     <enabled>true</enabled>
     <font>
-      <opifont.name fontName="Ubuntu" height="20" style="1" pixels="false">Header 1</opifont.name>
+      <opifont.name fontName="Segoe UI" height="17" style="1" pixels="false">Header 1</opifont.name>
     </font>
     <foreground_color>
       <color red="0" green="0" blue="0" />
@@ -1950,7 +1950,7 @@ $(pv_value)</tooltip>
     <border_width>1</border_width>
     <enabled>true</enabled>
     <font>
-      <opifont.name fontName="Ubuntu" height="16" style="1" pixels="false">Header 2</opifont.name>
+      <opifont.name fontName="Segoe UI" height="13" style="1" pixels="false">Header 2</opifont.name>
     </font>
     <foreground_color>
       <color red="0" green="0" blue="0" />
@@ -1997,7 +1997,7 @@ $(pv_value)</tooltip>
     <effect_3d>false</effect_3d>
     <enabled>true</enabled>
     <font>
-      <opifont.name fontName="Ubuntu" height="12" style="0" pixels="false">Default</opifont.name>
+      <opifont.name fontName="Segoe UI" height="9" style="0" pixels="false">Default</opifont.name>
     </font>
     <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
     <foreground_color>
@@ -2053,7 +2053,7 @@ $(pv_value)</tooltip>
     <border_width>1</border_width>
     <enabled>true</enabled>
     <font>
-      <opifont.name fontName="Ubuntu" height="12" style="0" pixels="false">Default</opifont.name>
+      <opifont.name fontName="Segoe UI" height="9" style="0" pixels="false">Default</opifont.name>
     </font>
     <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
     <foreground_color>
@@ -2102,7 +2102,7 @@ $(pv_value)</tooltip>
     <border_width>1</border_width>
     <enabled>true</enabled>
     <font>
-      <opifont.name fontName="Ubuntu" height="16" style="1" pixels="false">Header 2</opifont.name>
+      <opifont.name fontName="Segoe UI" height="13" style="1" pixels="false">Header 2</opifont.name>
     </font>
     <foreground_color>
       <color red="0" green="0" blue="0" />
@@ -2145,7 +2145,7 @@ $(pv_value)</tooltip>
     <border_width>1</border_width>
     <enabled>true</enabled>
     <font>
-      <opifont.name fontName="Ubuntu" height="12" style="0" pixels="false">Default</opifont.name>
+      <opifont.name fontName="Segoe UI" height="9" style="0" pixels="false">Default</opifont.name>
     </font>
     <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
     <foreground_color>
@@ -2197,7 +2197,7 @@ $(pv_value)</tooltip>
     <border_width>1</border_width>
     <enabled>true</enabled>
     <font>
-      <opifont.name fontName="Ubuntu" height="12" style="0" pixels="false">Default</opifont.name>
+      <opifont.name fontName="Segoe UI" height="9" style="0" pixels="false">Default</opifont.name>
     </font>
     <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
     <foreground_color>
@@ -2246,7 +2246,7 @@ $(pv_value)</tooltip>
     <border_width>1</border_width>
     <enabled>true</enabled>
     <font>
-      <opifont.name fontName="Ubuntu" height="16" style="1" pixels="false">Header 2</opifont.name>
+      <opifont.name fontName="Segoe UI" height="13" style="1" pixels="false">Header 2</opifont.name>
     </font>
     <foreground_color>
       <color red="0" green="0" blue="0" />
@@ -2286,7 +2286,7 @@ $(pv_value)</tooltip>
     <border_width>1</border_width>
     <enabled>true</enabled>
     <font>
-      <opifont.name fontName="Ubuntu" height="14" style="1" pixels="false">Header 3</opifont.name>
+      <opifont.name fontName="Segoe UI" height="11" style="1" pixels="false">Header 3</opifont.name>
     </font>
     <foreground_color>
       <color red="0" green="0" blue="0" />
@@ -2326,7 +2326,7 @@ $(pv_value)</tooltip>
     <border_width>1</border_width>
     <enabled>true</enabled>
     <font>
-      <opifont.name fontName="Ubuntu" height="14" style="1" pixels="false">Header 3</opifont.name>
+      <opifont.name fontName="Segoe UI" height="11" style="1" pixels="false">Header 3</opifont.name>
     </font>
     <foreground_color>
       <color red="0" green="0" blue="0" />
@@ -2376,7 +2376,7 @@ $(pv_value)</tooltip>
     <border_width>1</border_width>
     <enabled>true</enabled>
     <font>
-      <opifont.name fontName="Ubuntu" height="12" style="0" pixels="false">Default</opifont.name>
+      <opifont.name fontName="Segoe UI" height="9" style="0" pixels="false">Default</opifont.name>
     </font>
     <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
     <foreground_color>
@@ -2423,7 +2423,7 @@ $(pv_value)</tooltip>
     <border_width>1</border_width>
     <enabled>true</enabled>
     <font>
-      <opifont.name fontName="Ubuntu" height="12" style="0" pixels="false">Default</opifont.name>
+      <opifont.name fontName="Segoe UI" height="9" style="0" pixels="false">Default</opifont.name>
     </font>
     <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
     <foreground_color>
@@ -2475,7 +2475,7 @@ $(pv_value)</tooltip>
     <border_width>1</border_width>
     <enabled>true</enabled>
     <font>
-      <opifont.name fontName="Ubuntu" height="12" style="0" pixels="false">Default</opifont.name>
+      <opifont.name fontName="Segoe UI" height="9" style="0" pixels="false">Default</opifont.name>
     </font>
     <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
     <foreground_color>
@@ -2527,7 +2527,7 @@ $(pv_value)</tooltip>
     <border_width>1</border_width>
     <enabled>true</enabled>
     <font>
-      <opifont.name fontName="Ubuntu" height="12" style="0" pixels="false">Default</opifont.name>
+      <opifont.name fontName="Segoe UI" height="9" style="0" pixels="false">Default</opifont.name>
     </font>
     <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
     <foreground_color>
@@ -2576,7 +2576,7 @@ $(pv_value)</tooltip>
     <border_width>1</border_width>
     <enabled>true</enabled>
     <font>
-      <opifont.name fontName="Ubuntu" height="12" style="0" pixels="false">Default</opifont.name>
+      <opifont.name fontName="Segoe UI" height="9" style="0" pixels="false">Default</opifont.name>
     </font>
     <foreground_color>
       <color red="0" green="0" blue="0" />
@@ -2616,7 +2616,7 @@ $(pv_value)</tooltip>
     <border_width>1</border_width>
     <enabled>true</enabled>
     <font>
-      <opifont.name fontName="Ubuntu" height="12" style="0" pixels="false">Default</opifont.name>
+      <opifont.name fontName="Segoe UI" height="9" style="0" pixels="false">Default</opifont.name>
     </font>
     <foreground_color>
       <color red="0" green="0" blue="0" />
@@ -2659,7 +2659,7 @@ $(pv_value)</tooltip>
     <border_width>1</border_width>
     <enabled>true</enabled>
     <font>
-      <opifont.name fontName="Ubuntu" height="12" style="0" pixels="false">Default</opifont.name>
+      <opifont.name fontName="Segoe UI" height="9" style="0" pixels="false">Default</opifont.name>
     </font>
     <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
     <foreground_color>
@@ -2708,7 +2708,7 @@ $(pv_value)</tooltip>
     <border_width>1</border_width>
     <enabled>true</enabled>
     <font>
-      <opifont.name fontName="Ubuntu" height="12" style="0" pixels="false">Default</opifont.name>
+      <opifont.name fontName="Segoe UI" height="9" style="0" pixels="false">Default</opifont.name>
     </font>
     <foreground_color>
       <color red="0" green="0" blue="0" />
@@ -2751,7 +2751,7 @@ $(pv_value)</tooltip>
     <border_width>1</border_width>
     <enabled>true</enabled>
     <font>
-      <opifont.name fontName="Ubuntu" height="12" style="0" pixels="false">Default</opifont.name>
+      <opifont.name fontName="Segoe UI" height="9" style="0" pixels="false">Default</opifont.name>
     </font>
     <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
     <foreground_color>
@@ -2800,7 +2800,7 @@ $(pv_value)</tooltip>
     <border_width>1</border_width>
     <enabled>true</enabled>
     <font>
-      <opifont.name fontName="Ubuntu" height="12" style="0" pixels="false">Default</opifont.name>
+      <opifont.name fontName="Segoe UI" height="9" style="0" pixels="false">Default</opifont.name>
     </font>
     <foreground_color>
       <color red="0" green="0" blue="0" />
@@ -2840,7 +2840,7 @@ $(pv_value)</tooltip>
     <border_width>1</border_width>
     <enabled>true</enabled>
     <font>
-      <opifont.name fontName="Ubuntu" height="12" style="0" pixels="false">Default</opifont.name>
+      <opifont.name fontName="Segoe UI" height="9" style="0" pixels="false">Default</opifont.name>
     </font>
     <foreground_color>
       <color red="0" green="0" blue="0" />
@@ -2894,7 +2894,7 @@ $(pv_value)</tooltip>
     <border_width>1</border_width>
     <enabled>true</enabled>
     <font>
-      <opifont.name fontName="Ubuntu" height="12" style="0" pixels="false">Default</opifont.name>
+      <opifont.name fontName="Segoe UI" height="9" style="0" pixels="false">Default</opifont.name>
     </font>
     <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
     <foreground_color>
@@ -2941,7 +2941,7 @@ $(pv_value)</tooltip>
     <border_width>1</border_width>
     <enabled>true</enabled>
     <font>
-      <opifont.name fontName="Ubuntu" height="12" style="0" pixels="false">Default</opifont.name>
+      <opifont.name fontName="Segoe UI" height="9" style="0" pixels="false">Default</opifont.name>
     </font>
     <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
     <foreground_color>
@@ -2990,7 +2990,7 @@ $(pv_value)</tooltip>
     <border_width>1</border_width>
     <enabled>true</enabled>
     <font>
-      <opifont.name fontName="Ubuntu" height="12" style="0" pixels="false">Default</opifont.name>
+      <opifont.name fontName="Segoe UI" height="9" style="0" pixels="false">Default</opifont.name>
     </font>
     <foreground_color>
       <color red="0" green="0" blue="0" />
@@ -3030,7 +3030,7 @@ $(pv_value)</tooltip>
     <border_width>1</border_width>
     <enabled>true</enabled>
     <font>
-      <opifont.name fontName="Ubuntu" height="12" style="0" pixels="false">Default</opifont.name>
+      <opifont.name fontName="Segoe UI" height="9" style="0" pixels="false">Default</opifont.name>
     </font>
     <foreground_color>
       <color red="0" green="0" blue="0" />
@@ -3070,7 +3070,7 @@ $(pv_value)</tooltip>
     <border_width>1</border_width>
     <enabled>true</enabled>
     <font>
-      <opifont.name fontName="Ubuntu" height="12" style="0" pixels="false">Default</opifont.name>
+      <opifont.name fontName="Segoe UI" height="9" style="0" pixels="false">Default</opifont.name>
     </font>
     <foreground_color>
       <color red="0" green="0" blue="0" />
@@ -3114,7 +3114,7 @@ $(pv_value)</tooltip>
     <axis_0_maximum>1000.0</axis_0_maximum>
     <axis_0_minimum>0.0</axis_0_minimum>
     <axis_0_scale_font>
-      <opifont.name fontName="Ubuntu" height="12" style="0" pixels="false">Default</opifont.name>
+      <opifont.name fontName="Segoe UI" height="9" style="0" pixels="false">Default</opifont.name>
     </axis_0_scale_font>
     <axis_0_scale_format></axis_0_scale_format>
     <axis_0_show_grid>true</axis_0_show_grid>
@@ -3137,7 +3137,7 @@ $(pv_value)</tooltip>
     <axis_1_maximum>60000.0</axis_1_maximum>
     <axis_1_minimum>0.0</axis_1_minimum>
     <axis_1_scale_font>
-      <opifont.name fontName="Ubuntu" height="12" style="0" pixels="false">Default</opifont.name>
+      <opifont.name fontName="Segoe UI" height="9" style="0" pixels="false">Default</opifont.name>
     </axis_1_scale_font>
     <axis_1_scale_format></axis_1_scale_format>
     <axis_1_show_grid>true</axis_1_show_grid>
@@ -3315,7 +3315,7 @@ $(trace_0_y_pv_value)</tooltip>
     <border_width>1</border_width>
     <enabled>true</enabled>
     <font>
-      <opifont.name fontName="Ubuntu" height="12" style="0" pixels="false">Default</opifont.name>
+      <opifont.name fontName="Segoe UI" height="9" style="0" pixels="false">Default</opifont.name>
     </font>
     <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
     <foreground_color>
@@ -3367,7 +3367,7 @@ $(pv_value)</tooltip>
     <border_width>1</border_width>
     <enabled>true</enabled>
     <font>
-      <opifont.name fontName="Ubuntu" height="12" style="0" pixels="false">Default</opifont.name>
+      <opifont.name fontName="Segoe UI" height="9" style="0" pixels="false">Default</opifont.name>
     </font>
     <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
     <foreground_color>
@@ -3426,7 +3426,7 @@ $(pv_value)</tooltip>
     <border_width>1</border_width>
     <enabled>true</enabled>
     <font>
-      <opifont.name fontName="Ubuntu" height="12" style="0" pixels="false">Default</opifont.name>
+      <opifont.name fontName="Segoe UI" height="9" style="0" pixels="false">Default</opifont.name>
     </font>
     <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
     <foreground_color>
@@ -3484,7 +3484,7 @@ $(pv_value)</tooltip>
     <border_width>1</border_width>
     <enabled>true</enabled>
     <font>
-      <opifont.name fontName="Ubuntu" height="12" style="0" pixels="false">Default</opifont.name>
+      <opifont.name fontName="Segoe UI" height="9" style="0" pixels="false">Default</opifont.name>
     </font>
     <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
     <foreground_color>
@@ -3542,7 +3542,7 @@ $(pv_value)</tooltip>
     <border_width>1</border_width>
     <enabled>true</enabled>
     <font>
-      <opifont.name fontName="Ubuntu" height="12" style="0" pixels="false">Default</opifont.name>
+      <opifont.name fontName="Segoe UI" height="9" style="0" pixels="false">Default</opifont.name>
     </font>
     <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
     <foreground_color>
@@ -3589,7 +3589,7 @@ $(pv_value)</tooltip>
     <border_width>1</border_width>
     <enabled>true</enabled>
     <font>
-      <opifont.name fontName="Ubuntu" height="12" style="0" pixels="false">Default</opifont.name>
+      <opifont.name fontName="Segoe UI" height="9" style="0" pixels="false">Default</opifont.name>
     </font>
     <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
     <foreground_color>
@@ -3638,7 +3638,7 @@ $(pv_value)</tooltip>
     <border_width>1</border_width>
     <enabled>true</enabled>
     <font>
-      <opifont.name fontName="Ubuntu" height="12" style="0" pixels="false">Default</opifont.name>
+      <opifont.name fontName="Segoe UI" height="9" style="0" pixels="false">Default</opifont.name>
     </font>
     <foreground_color>
       <color red="0" green="0" blue="0" />
@@ -3682,7 +3682,7 @@ $(pv_value)</tooltip>
     <border_width>1</border_width>
     <enabled>true</enabled>
     <font>
-      <opifont.name fontName="Ubuntu" height="12" style="0" pixels="false">Default</opifont.name>
+      <opifont.name fontName="Segoe UI" height="9" style="0" pixels="false">Default</opifont.name>
     </font>
     <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
     <foreground_color>
@@ -3729,7 +3729,7 @@ $(pv_value)</tooltip>
     <border_width>1</border_width>
     <enabled>true</enabled>
     <font>
-      <opifont.name fontName="Ubuntu" height="12" style="0" pixels="false">Default</opifont.name>
+      <opifont.name fontName="Segoe UI" height="9" style="0" pixels="false">Default</opifont.name>
     </font>
     <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
     <foreground_color>
@@ -3776,7 +3776,7 @@ $(pv_value)</tooltip>
     <border_width>1</border_width>
     <enabled>true</enabled>
     <font>
-      <opifont.name fontName="Ubuntu" height="12" style="0" pixels="false">Default</opifont.name>
+      <opifont.name fontName="Segoe UI" height="9" style="0" pixels="false">Default</opifont.name>
     </font>
     <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
     <foreground_color>
@@ -3819,7 +3819,7 @@ $(pv_value)</tooltip>
     <border_width>1</border_width>
     <enabled>true</enabled>
     <font>
-      <opifont.name fontName="Ubuntu" height="12" style="0" pixels="false">Default</opifont.name>
+      <opifont.name fontName="Segoe UI" height="9" style="0" pixels="false">Default</opifont.name>
     </font>
     <foreground_color>
       <color red="0" green="0" blue="0" />
@@ -3862,7 +3862,7 @@ $(pv_value)</tooltip>
     <border_width>1</border_width>
     <enabled>true</enabled>
     <font>
-      <opifont.name fontName="Ubuntu" height="12" style="0" pixels="false">Default</opifont.name>
+      <opifont.name fontName="Segoe UI" height="9" style="0" pixels="false">Default</opifont.name>
     </font>
     <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
     <foreground_color>
@@ -3911,7 +3911,7 @@ $(pv_value)</tooltip>
     <border_width>1</border_width>
     <enabled>true</enabled>
     <font>
-      <opifont.name fontName="Ubuntu" height="12" style="0" pixels="false">Default</opifont.name>
+      <opifont.name fontName="Segoe UI" height="9" style="0" pixels="false">Default</opifont.name>
     </font>
     <foreground_color>
       <color red="0" green="0" blue="0" />
@@ -3951,7 +3951,7 @@ $(pv_value)</tooltip>
     <border_width>1</border_width>
     <enabled>true</enabled>
     <font>
-      <opifont.name fontName="Ubuntu" height="14" style="1" pixels="false">Header 3</opifont.name>
+      <opifont.name fontName="Segoe UI" height="11" style="1" pixels="false">Header 3</opifont.name>
     </font>
     <foreground_color>
       <color red="0" green="0" blue="0" />
@@ -4001,7 +4001,7 @@ $(pv_value)</tooltip>
     <border_width>1</border_width>
     <enabled>true</enabled>
     <font>
-      <opifont.name fontName="Ubuntu" height="12" style="0" pixels="false">Default</opifont.name>
+      <opifont.name fontName="Segoe UI" height="9" style="0" pixels="false">Default</opifont.name>
     </font>
     <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
     <foreground_color>
@@ -4045,7 +4045,7 @@ $(pv_value)</tooltip>
     <border_width>1</border_width>
     <enabled>true</enabled>
     <font>
-      <opifont.name fontName="Ubuntu" height="16" style="1" pixels="false">Header 2</opifont.name>
+      <opifont.name fontName="Segoe UI" height="13" style="1" pixels="false">Header 2</opifont.name>
     </font>
     <foreground_color>
       <color red="0" green="0" blue="0" />
@@ -4085,7 +4085,7 @@ $(pv_value)</tooltip>
     <border_width>1</border_width>
     <enabled>true</enabled>
     <font>
-      <opifont.name fontName="Ubuntu" height="14" style="1" pixels="false">Header 3</opifont.name>
+      <opifont.name fontName="Segoe UI" height="11" style="1" pixels="false">Header 3</opifont.name>
     </font>
     <foreground_color>
       <color red="0" green="0" blue="0" />
@@ -4128,7 +4128,7 @@ $(pv_value)</tooltip>
     <border_width>1</border_width>
     <enabled>true</enabled>
     <font>
-      <opifont.name fontName="Ubuntu" height="12" style="0" pixels="false">Default</opifont.name>
+      <opifont.name fontName="Segoe UI" height="9" style="0" pixels="false">Default</opifont.name>
     </font>
     <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
     <foreground_color>
@@ -4140,7 +4140,7 @@ $(pv_value)</tooltip>
     <name>Text Update_77</name>
     <precision>0</precision>
     <precision_from_pv>true</precision_from_pv>
-    <pv_name>$(MCU)WaterFlowR</pv_name>
+    <pv_name>LEBT-010:PBI-FC-001:WtrFlowOK</pv_name>
     <pv_value />
     <rotation_angle>0.0</rotation_angle>
     <rules />
@@ -4152,7 +4152,7 @@ $(pv_value)</tooltip>
     <scripts />
     <show_units>true</show_units>
     <text>$(pv_value)</text>
-    <tooltip>$(pv_name)
+    <tooltip>$(pv_name) [From ISrc PLC]&#xD;
 $(pv_value)</tooltip>
     <transparent>true</transparent>
     <vertical_alignment>1</vertical_alignment>
@@ -4180,7 +4180,7 @@ $(pv_value)</tooltip>
     <border_width>1</border_width>
     <enabled>true</enabled>
     <font>
-      <opifont.name fontName="Ubuntu" height="12" style="0" pixels="false">Default</opifont.name>
+      <opifont.name fontName="Segoe UI" height="9" style="0" pixels="false">Default</opifont.name>
     </font>
     <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
     <foreground_color>
@@ -4229,7 +4229,7 @@ $(pv_value)</tooltip>
     <border_width>1</border_width>
     <enabled>true</enabled>
     <font>
-      <opifont.name fontName="Ubuntu" height="16" style="1" pixels="false">Header 2</opifont.name>
+      <opifont.name fontName="Segoe UI" height="13" style="1" pixels="false">Header 2</opifont.name>
     </font>
     <foreground_color>
       <color red="0" green="0" blue="0" />
@@ -4272,7 +4272,7 @@ $(pv_value)</tooltip>
     <border_width>1</border_width>
     <enabled>true</enabled>
     <font>
-      <opifont.name fontName="Ubuntu" height="12" style="0" pixels="false">Default</opifont.name>
+      <opifont.name fontName="Segoe UI" height="9" style="0" pixels="false">Default</opifont.name>
     </font>
     <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
     <foreground_color>
@@ -4330,7 +4330,7 @@ $(pv_value)</tooltip>
     <effect_3d>true</effect_3d>
     <enabled>true</enabled>
     <font>
-      <opifont.name fontName="Ubuntu" height="12" style="0" pixels="false">Default</opifont.name>
+      <opifont.name fontName="Segoe UI" height="9" style="0" pixels="false">Default</opifont.name>
     </font>
     <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
     <foreground_color>
@@ -4346,7 +4346,7 @@ $(pv_value)</tooltip>
       <color name="IO Normal Level Alarm" red="0" green="255" blue="0" />
     </on_color>
     <on_label>Closed</on_label>
-    <pv_name>$(MCU)WaterFlowR</pv_name>
+    <pv_name>LEBT-010:PBI-FC-001:WtrFlowOK</pv_name>
     <pv_value />
     <rules />
     <scale_options>
@@ -4357,7 +4357,7 @@ $(pv_value)</tooltip>
     <scripts />
     <show_boolean_label>false</show_boolean_label>
     <square_led>false</square_led>
-    <tooltip>$(pv_name)
+    <tooltip>$(pv_name) [From ISrc PLC]&#xD;
 $(pv_value)</tooltip>
     <visible>true</visible>
     <widget_type>LED</widget_type>
@@ -4388,7 +4388,7 @@ $(pv_value)</tooltip>
     <effect_3d>true</effect_3d>
     <enabled>true</enabled>
     <font>
-      <opifont.name fontName="Ubuntu" height="12" style="0" pixels="false">Default</opifont.name>
+      <opifont.name fontName="Segoe UI" height="9" style="0" pixels="false">Default</opifont.name>
     </font>
     <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
     <foreground_color>
@@ -4404,7 +4404,7 @@ $(pv_value)</tooltip>
       <color name="IO Normal Level Alarm" red="0" green="255" blue="0" />
     </on_color>
     <on_label>Closed</on_label>
-    <pv_name>$(MCU)WaterFlowR</pv_name>
+    <pv_name>LEBT-010:PBI-FC-001:WtrFlowOK</pv_name>
     <pv_value />
     <rules />
     <scale_options>
@@ -4446,7 +4446,7 @@ $(pv_value)</tooltip>
     <effect_3d>true</effect_3d>
     <enabled>true</enabled>
     <font>
-      <opifont.name fontName="Ubuntu" height="12" style="0" pixels="false">Default</opifont.name>
+      <opifont.name fontName="Segoe UI" height="9" style="0" pixels="false">Default</opifont.name>
     </font>
     <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
     <foreground_color>
@@ -4504,7 +4504,7 @@ $(pv_value)</tooltip>
     <effect_3d>true</effect_3d>
     <enabled>true</enabled>
     <font>
-      <opifont.name fontName="Ubuntu" height="12" style="0" pixels="false">Default</opifont.name>
+      <opifont.name fontName="Segoe UI" height="9" style="0" pixels="false">Default</opifont.name>
     </font>
     <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
     <foreground_color>
@@ -4562,7 +4562,7 @@ $(pv_value)</tooltip>
     <effect_3d>true</effect_3d>
     <enabled>true</enabled>
     <font>
-      <opifont.name fontName="Ubuntu" height="12" style="0" pixels="false">Default</opifont.name>
+      <opifont.name fontName="Segoe UI" height="9" style="0" pixels="false">Default</opifont.name>
     </font>
     <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
     <foreground_color>
@@ -4611,7 +4611,7 @@ $(pv_value)</tooltip>
     <border_width>1</border_width>
     <enabled>true</enabled>
     <font>
-      <opifont.name fontName="Ubuntu" height="12" style="0" pixels="false">Default</opifont.name>
+      <opifont.name fontName="Segoe UI" height="9" style="0" pixels="false">Default</opifont.name>
     </font>
     <foreground_color>
       <color red="0" green="0" blue="0" />
@@ -4651,7 +4651,7 @@ $(pv_value)</tooltip>
     <border_width>1</border_width>
     <enabled>true</enabled>
     <font>
-      <opifont.name fontName="Ubuntu" height="12" style="0" pixels="false">Default</opifont.name>
+      <opifont.name fontName="Segoe UI" height="9" style="0" pixels="false">Default</opifont.name>
     </font>
     <foreground_color>
       <color red="0" green="0" blue="0" />
diff --git a/NON-APPROVED/lebt-010-pbi-fc-001/fc_system.opi b/NON-APPROVED/lebt-pbi/fc/fc_system.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-fc-001/fc_system.opi
rename to NON-APPROVED/lebt-pbi/fc/fc_system.opi
diff --git a/NON-APPROVED/lebt-010-pbi-fc-001/mrfioc2/README.md b/NON-APPROVED/lebt-pbi/fc/mrfioc2/README.md
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-fc-001/mrfioc2/README.md
rename to NON-APPROVED/lebt-pbi/fc/mrfioc2/README.md
diff --git a/NON-APPROVED/lebt-010-pbi-fc-001/mrfioc2/_evg_mxc.opi b/NON-APPROVED/lebt-pbi/fc/mrfioc2/_evg_mxc.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-fc-001/mrfioc2/_evg_mxc.opi
rename to NON-APPROVED/lebt-pbi/fc/mrfioc2/_evg_mxc.opi
diff --git a/NON-APPROVED/lebt-010-pbi-fc-001/mrfioc2/_evg_trigevt.opi b/NON-APPROVED/lebt-pbi/fc/mrfioc2/_evg_trigevt.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-fc-001/mrfioc2/_evg_trigevt.opi
rename to NON-APPROVED/lebt-pbi/fc/mrfioc2/_evg_trigevt.opi
diff --git a/NON-APPROVED/lebt-010-pbi-fc-001/mrfioc2/_evrdlygen.opi b/NON-APPROVED/lebt-pbi/fc/mrfioc2/_evrdlygen.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-fc-001/mrfioc2/_evrdlygen.opi
rename to NON-APPROVED/lebt-pbi/fc/mrfioc2/_evrdlygen.opi
diff --git a/NON-APPROVED/lebt-010-pbi-fc-001/mrfioc2/_evrinput.opi b/NON-APPROVED/lebt-pbi/fc/mrfioc2/_evrinput.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-fc-001/mrfioc2/_evrinput.opi
rename to NON-APPROVED/lebt-pbi/fc/mrfioc2/_evrinput.opi
diff --git a/NON-APPROVED/lebt-010-pbi-fc-001/mrfioc2/_evroutput.opi b/NON-APPROVED/lebt-pbi/fc/mrfioc2/_evroutput.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-fc-001/mrfioc2/_evroutput.opi
rename to NON-APPROVED/lebt-pbi/fc/mrfioc2/_evroutput.opi
diff --git a/NON-APPROVED/lebt-010-pbi-fc-001/mrfioc2/color_bytes.js b/NON-APPROVED/lebt-pbi/fc/mrfioc2/color_bytes.js
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-fc-001/mrfioc2/color_bytes.js
rename to NON-APPROVED/lebt-pbi/fc/mrfioc2/color_bytes.js
diff --git a/NON-APPROVED/lebt-010-pbi-fc-001/mrfioc2/evg-seq-append.py b/NON-APPROVED/lebt-pbi/fc/mrfioc2/evg-seq-append.py
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-fc-001/mrfioc2/evg-seq-append.py
rename to NON-APPROVED/lebt-pbi/fc/mrfioc2/evg-seq-append.py
diff --git a/NON-APPROVED/lebt-010-pbi-fc-001/mrfioc2/evg-seq-clear.py b/NON-APPROVED/lebt-pbi/fc/mrfioc2/evg-seq-clear.py
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-fc-001/mrfioc2/evg-seq-clear.py
rename to NON-APPROVED/lebt-pbi/fc/mrfioc2/evg-seq-clear.py
diff --git a/NON-APPROVED/lebt-010-pbi-fc-001/mrfioc2/evg-seq-revert.py b/NON-APPROVED/lebt-pbi/fc/mrfioc2/evg-seq-revert.py
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-fc-001/mrfioc2/evg-seq-revert.py
rename to NON-APPROVED/lebt-pbi/fc/mrfioc2/evg-seq-revert.py
diff --git a/NON-APPROVED/lebt-010-pbi-fc-001/mrfioc2/evg-seq-save.py b/NON-APPROVED/lebt-pbi/fc/mrfioc2/evg-seq-save.py
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-fc-001/mrfioc2/evg-seq-save.py
rename to NON-APPROVED/lebt-pbi/fc/mrfioc2/evg-seq-save.py
diff --git a/NON-APPROVED/lebt-010-pbi-fc-001/mrfioc2/evg-seq.opi b/NON-APPROVED/lebt-pbi/fc/mrfioc2/evg-seq.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-fc-001/mrfioc2/evg-seq.opi
rename to NON-APPROVED/lebt-pbi/fc/mrfioc2/evg-seq.opi
diff --git a/NON-APPROVED/lebt-010-pbi-fc-001/mrfioc2/evg-vme-230.opi b/NON-APPROVED/lebt-pbi/fc/mrfioc2/evg-vme-230.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-fc-001/mrfioc2/evg-vme-230.opi
rename to NON-APPROVED/lebt-pbi/fc/mrfioc2/evg-vme-230.opi
diff --git a/NON-APPROVED/lebt-010-pbi-fc-001/mrfioc2/evr-cml-output.opi b/NON-APPROVED/lebt-pbi/fc/mrfioc2/evr-cml-output.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-fc-001/mrfioc2/evr-cml-output.opi
rename to NON-APPROVED/lebt-pbi/fc/mrfioc2/evr-cml-output.opi
diff --git a/NON-APPROVED/lebt-010-pbi-fc-001/mrfioc2/evr-cml-pat40.opi b/NON-APPROVED/lebt-pbi/fc/mrfioc2/evr-cml-pat40.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-fc-001/mrfioc2/evr-cml-pat40.opi
rename to NON-APPROVED/lebt-pbi/fc/mrfioc2/evr-cml-pat40.opi
diff --git a/NON-APPROVED/lebt-010-pbi-fc-001/mrfioc2/evr-cpci-300.opi b/NON-APPROVED/lebt-pbi/fc/mrfioc2/evr-cpci-300.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-fc-001/mrfioc2/evr-cpci-300.opi
rename to NON-APPROVED/lebt-pbi/fc/mrfioc2/evr-cpci-300.opi
diff --git a/NON-APPROVED/lebt-010-pbi-fc-001/mrfioc2/evr-expert.opi b/NON-APPROVED/lebt-pbi/fc/mrfioc2/evr-expert.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-fc-001/mrfioc2/evr-expert.opi
rename to NON-APPROVED/lebt-pbi/fc/mrfioc2/evr-expert.opi
diff --git a/NON-APPROVED/lebt-010-pbi-fc-001/mrfioc2/evr-mtca-300.opi b/NON-APPROVED/lebt-pbi/fc/mrfioc2/evr-mtca-300.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-fc-001/mrfioc2/evr-mtca-300.opi
rename to NON-APPROVED/lebt-pbi/fc/mrfioc2/evr-mtca-300.opi
diff --git a/NON-APPROVED/lebt-010-pbi-fc-001/mrfioc2/evr-mtca-300u.opi b/NON-APPROVED/lebt-pbi/fc/mrfioc2/evr-mtca-300u.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-fc-001/mrfioc2/evr-mtca-300u.opi
rename to NON-APPROVED/lebt-pbi/fc/mrfioc2/evr-mtca-300u.opi
diff --git a/NON-APPROVED/lebt-010-pbi-fc-001/mrfioc2/evr-pcie-300dc.opi b/NON-APPROVED/lebt-pbi/fc/mrfioc2/evr-pcie-300dc.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-fc-001/mrfioc2/evr-pcie-300dc.opi
rename to NON-APPROVED/lebt-pbi/fc/mrfioc2/evr-pcie-300dc.opi
diff --git a/NON-APPROVED/lebt-010-pbi-fc-001/mrfioc2/evr-pmc-230.opi b/NON-APPROVED/lebt-pbi/fc/mrfioc2/evr-pmc-230.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-fc-001/mrfioc2/evr-pmc-230.opi
rename to NON-APPROVED/lebt-pbi/fc/mrfioc2/evr-pmc-230.opi
diff --git a/NON-APPROVED/lebt-010-pbi-fc-001/mrfioc2/evr-vmerf-230.opi b/NON-APPROVED/lebt-pbi/fc/mrfioc2/evr-vmerf-230.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-fc-001/mrfioc2/evr-vmerf-230.opi
rename to NON-APPROVED/lebt-pbi/fc/mrfioc2/evr-vmerf-230.opi
diff --git a/NON-APPROVED/lebt-010-pbi-fc-001/old/FaradayCup1.opi b/NON-APPROVED/lebt-pbi/fc/old/FaradayCup1.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-fc-001/old/FaradayCup1.opi
rename to NON-APPROVED/lebt-pbi/fc/old/FaradayCup1.opi
diff --git a/NON-APPROVED/lebt-010-pbi-fc-001/old/Screenshot_2018-06-04_23-46-56.png b/NON-APPROVED/lebt-pbi/fc/old/Screenshot_2018-06-04_23-46-56.png
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-fc-001/old/Screenshot_2018-06-04_23-46-56.png
rename to NON-APPROVED/lebt-pbi/fc/old/Screenshot_2018-06-04_23-46-56.png
diff --git a/NON-APPROVED/lebt-pbi/fc/release-history.txt b/NON-APPROVED/lebt-pbi/fc/release-history.txt
new file mode 100644
index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391
diff --git a/NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/README.md b/NON-APPROVED/lebt-pbi/npm/ess-opi-common/README.md
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/README.md
rename to NON-APPROVED/lebt-pbi/npm/ess-opi-common/README.md
diff --git a/NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/ess/README.md b/NON-APPROVED/lebt-pbi/npm/ess-opi-common/ess/README.md
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/ess/README.md
rename to NON-APPROVED/lebt-pbi/npm/ess-opi-common/ess/README.md
diff --git a/NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/ess/test/image/image.bob b/NON-APPROVED/lebt-pbi/npm/ess-opi-common/ess/test/image/image.bob
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/ess/test/image/image.bob
rename to NON-APPROVED/lebt-pbi/npm/ess-opi-common/ess/test/image/image.bob
diff --git a/NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/ess/test/image/vimage.opi b/NON-APPROVED/lebt-pbi/npm/ess-opi-common/ess/test/image/vimage.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/ess/test/image/vimage.opi
rename to NON-APPROVED/lebt-pbi/npm/ess-opi-common/ess/test/image/vimage.opi
diff --git a/NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/AD/ADAttrFile.opi b/NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/AD/ADAttrFile.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/AD/ADAttrFile.opi
rename to NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/AD/ADAttrFile.opi
diff --git a/NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/AD/ADBase.opi b/NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/AD/ADBase.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/AD/ADBase.opi
rename to NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/AD/ADBase.opi
diff --git a/NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/AD/ADBuffers.opi b/NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/AD/ADBuffers.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/AD/ADBuffers.opi
rename to NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/AD/ADBuffers.opi
diff --git a/NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/AD/ADCollect.opi b/NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/AD/ADCollect.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/AD/ADCollect.opi
rename to NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/AD/ADCollect.opi
diff --git a/NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/AD/ADDriverFile.opi b/NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/AD/ADDriverFile.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/AD/ADDriverFile.opi
rename to NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/AD/ADDriverFile.opi
diff --git a/NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/AD/ADEpicsShutter.opi b/NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/AD/ADEpicsShutter.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/AD/ADEpicsShutter.opi
rename to NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/AD/ADEpicsShutter.opi
diff --git a/NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/AD/ADPlugins.opi b/NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/AD/ADPlugins.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/AD/ADPlugins.opi
rename to NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/AD/ADPlugins.opi
diff --git a/NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/AD/ADReadout.opi b/NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/AD/ADReadout.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/AD/ADReadout.opi
rename to NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/AD/ADReadout.opi
diff --git a/NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/AD/ADSetup.opi b/NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/AD/ADSetup.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/AD/ADSetup.opi
rename to NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/AD/ADSetup.opi
diff --git a/NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/AD/ADShutter.opi b/NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/AD/ADShutter.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/AD/ADShutter.opi
rename to NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/AD/ADShutter.opi
diff --git a/NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/AD/ADTop.opi b/NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/AD/ADTop.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/AD/ADTop.opi
rename to NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/AD/ADTop.opi
diff --git a/NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/AD/NDCircularBuff.opi b/NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/AD/NDCircularBuff.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/AD/NDCircularBuff.opi
rename to NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/AD/NDCircularBuff.opi
diff --git a/NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/AD/NDCircularBuffHelp.opi b/NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/AD/NDCircularBuffHelp.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/AD/NDCircularBuffHelp.opi
rename to NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/AD/NDCircularBuffHelp.opi
diff --git a/NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/AD/NDColorConvert.opi b/NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/AD/NDColorConvert.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/AD/NDColorConvert.opi
rename to NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/AD/NDColorConvert.opi
diff --git a/NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/AD/NDFile.opi b/NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/AD/NDFile.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/AD/NDFile.opi
rename to NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/AD/NDFile.opi
diff --git a/NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/AD/NDFileBase.opi b/NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/AD/NDFileBase.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/AD/NDFileBase.opi
rename to NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/AD/NDFileBase.opi
diff --git a/NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/AD/NDFileHDF5.opi b/NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/AD/NDFileHDF5.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/AD/NDFileHDF5.opi
rename to NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/AD/NDFileHDF5.opi
diff --git a/NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/AD/NDFileHDF5_BAK.opi b/NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/AD/NDFileHDF5_BAK.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/AD/NDFileHDF5_BAK.opi
rename to NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/AD/NDFileHDF5_BAK.opi
diff --git a/NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/AD/NDFileJPEG.opi b/NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/AD/NDFileJPEG.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/AD/NDFileJPEG.opi
rename to NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/AD/NDFileJPEG.opi
diff --git a/NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/AD/NDFileMagick.opi b/NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/AD/NDFileMagick.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/AD/NDFileMagick.opi
rename to NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/AD/NDFileMagick.opi
diff --git a/NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/AD/NDFileNetCDF.opi b/NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/AD/NDFileNetCDF.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/AD/NDFileNetCDF.opi
rename to NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/AD/NDFileNetCDF.opi
diff --git a/NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/AD/NDFileNexus.opi b/NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/AD/NDFileNexus.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/AD/NDFileNexus.opi
rename to NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/AD/NDFileNexus.opi
diff --git a/NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/AD/NDFileNull.opi b/NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/AD/NDFileNull.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/AD/NDFileNull.opi
rename to NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/AD/NDFileNull.opi
diff --git a/NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/AD/NDFileTIFF.opi b/NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/AD/NDFileTIFF.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/AD/NDFileTIFF.opi
rename to NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/AD/NDFileTIFF.opi
diff --git a/NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/AD/NDOverlay.opi b/NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/AD/NDOverlay.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/AD/NDOverlay.opi
rename to NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/AD/NDOverlay.opi
diff --git a/NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/AD/NDOverlay8.opi b/NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/AD/NDOverlay8.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/AD/NDOverlay8.opi
rename to NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/AD/NDOverlay8.opi
diff --git a/NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/AD/NDOverlayN.opi b/NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/AD/NDOverlayN.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/AD/NDOverlayN.opi
rename to NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/AD/NDOverlayN.opi
diff --git a/NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/AD/NDPlot.opi b/NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/AD/NDPlot.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/AD/NDPlot.opi
rename to NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/AD/NDPlot.opi
diff --git a/NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/AD/NDPluginAttribute.opi b/NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/AD/NDPluginAttribute.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/AD/NDPluginAttribute.opi
rename to NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/AD/NDPluginAttribute.opi
diff --git a/NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/AD/NDPluginAttribute8.opi b/NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/AD/NDPluginAttribute8.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/AD/NDPluginAttribute8.opi
rename to NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/AD/NDPluginAttribute8.opi
diff --git a/NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/AD/NDPluginBase.opi b/NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/AD/NDPluginBase.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/AD/NDPluginBase.opi
rename to NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/AD/NDPluginBase.opi
diff --git a/NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/AD/NDPluginEdge.opi b/NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/AD/NDPluginEdge.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/AD/NDPluginEdge.opi
rename to NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/AD/NDPluginEdge.opi
diff --git a/NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/AD/NDProcess.opi b/NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/AD/NDProcess.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/AD/NDProcess.opi
rename to NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/AD/NDProcess.opi
diff --git a/NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/AD/NDPva.opi b/NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/AD/NDPva.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/AD/NDPva.opi
rename to NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/AD/NDPva.opi
diff --git a/NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/AD/NDROI.opi b/NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/AD/NDROI.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/AD/NDROI.opi
rename to NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/AD/NDROI.opi
diff --git a/NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/AD/NDROI4.opi b/NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/AD/NDROI4.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/AD/NDROI4.opi
rename to NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/AD/NDROI4.opi
diff --git a/NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/AD/NDROIStat.opi b/NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/AD/NDROIStat.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/AD/NDROIStat.opi
rename to NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/AD/NDROIStat.opi
diff --git a/NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/AD/NDROIStat8.opi b/NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/AD/NDROIStat8.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/AD/NDROIStat8.opi
rename to NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/AD/NDROIStat8.opi
diff --git a/NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/AD/NDROIStatN.opi b/NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/AD/NDROIStatN.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/AD/NDROIStatN.opi
rename to NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/AD/NDROIStatN.opi
diff --git a/NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/AD/NDStats.opi b/NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/AD/NDStats.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/AD/NDStats.opi
rename to NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/AD/NDStats.opi
diff --git a/NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/AD/NDStats5.opi b/NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/AD/NDStats5.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/AD/NDStats5.opi
rename to NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/AD/NDStats5.opi
diff --git a/NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/AD/NDStdArrays.opi b/NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/AD/NDStdArrays.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/AD/NDStdArrays.opi
rename to NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/AD/NDStdArrays.opi
diff --git a/NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/AD/NDTimeSeries.opi b/NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/AD/NDTimeSeries.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/AD/NDTimeSeries.opi
rename to NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/AD/NDTimeSeries.opi
diff --git a/NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/AD/NDTimeSeriesAll.opi b/NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/AD/NDTimeSeriesAll.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/AD/NDTimeSeriesAll.opi
rename to NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/AD/NDTimeSeriesAll.opi
diff --git a/NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/AD/NDTransform.opi b/NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/AD/NDTransform.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/AD/NDTransform.opi
rename to NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/AD/NDTransform.opi
diff --git a/NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/AD/URLDriver.opi b/NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/AD/URLDriver.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/AD/URLDriver.opi
rename to NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/AD/URLDriver.opi
diff --git a/NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/AD/URLDriverSetup.opi b/NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/AD/URLDriverSetup.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/AD/URLDriverSetup.opi
rename to NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/AD/URLDriverSetup.opi
diff --git a/NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/AD/autoconvert/prosilica.opi b/NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/AD/autoconvert/prosilica.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/AD/autoconvert/prosilica.opi
rename to NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/AD/autoconvert/prosilica.opi
diff --git a/NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/AD/autoconvert/prosilicaMore.opi b/NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/AD/autoconvert/prosilicaMore.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/AD/autoconvert/prosilicaMore.opi
rename to NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/AD/autoconvert/prosilicaMore.opi
diff --git a/NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/AD/commonPlugins.opi b/NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/AD/commonPlugins.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/AD/commonPlugins.opi
rename to NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/AD/commonPlugins.opi
diff --git a/NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/AD/contrib/_ad_view_controls.opi b/NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/AD/contrib/_ad_view_controls.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/AD/contrib/_ad_view_controls.opi
rename to NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/AD/contrib/_ad_view_controls.opi
diff --git a/NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/AD/contrib/_ad_view_controls_3.2.opi b/NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/AD/contrib/_ad_view_controls_3.2.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/AD/contrib/_ad_view_controls_3.2.opi
rename to NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/AD/contrib/_ad_view_controls_3.2.opi
diff --git a/NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/AD/contrib/_ad_view_controls_more.opi b/NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/AD/contrib/_ad_view_controls_more.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/AD/contrib/_ad_view_controls_more.opi
rename to NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/AD/contrib/_ad_view_controls_more.opi
diff --git a/NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/AD/contrib/_ad_view_histogram.opi b/NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/AD/contrib/_ad_view_histogram.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/AD/contrib/_ad_view_histogram.opi
rename to NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/AD/contrib/_ad_view_histogram.opi
diff --git a/NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/AD/contrib/_ad_view_image_4_3.opi b/NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/AD/contrib/_ad_view_image_4_3.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/AD/contrib/_ad_view_image_4_3.opi
rename to NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/AD/contrib/_ad_view_image_4_3.opi
diff --git a/NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/AD/contrib/_ad_view_image_4_3_gray.opi b/NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/AD/contrib/_ad_view_image_4_3_gray.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/AD/contrib/_ad_view_image_4_3_gray.opi
rename to NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/AD/contrib/_ad_view_image_4_3_gray.opi
diff --git a/NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/AD/contrib/_ad_view_image_4_3_mono_rgb.opi b/NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/AD/contrib/_ad_view_image_4_3_mono_rgb.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/AD/contrib/_ad_view_image_4_3_mono_rgb.opi
rename to NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/AD/contrib/_ad_view_image_4_3_mono_rgb.opi
diff --git a/NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/AD/contrib/_ad_view_image_4_3_pva.opi b/NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/AD/contrib/_ad_view_image_4_3_pva.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/AD/contrib/_ad_view_image_4_3_pva.opi
rename to NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/AD/contrib/_ad_view_image_4_3_pva.opi
diff --git a/NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/AD/contrib/_ad_view_image_controls.opi b/NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/AD/contrib/_ad_view_image_controls.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/AD/contrib/_ad_view_image_controls.opi
rename to NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/AD/contrib/_ad_view_image_controls.opi
diff --git a/NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/AD/contrib/_ad_view_image_controls_proc.opi b/NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/AD/contrib/_ad_view_image_controls_proc.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/AD/contrib/_ad_view_image_controls_proc.opi
rename to NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/AD/contrib/_ad_view_image_controls_proc.opi
diff --git a/NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/AD/contrib/_ad_view_image_rgb.opi b/NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/AD/contrib/_ad_view_image_rgb.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/AD/contrib/_ad_view_image_rgb.opi
rename to NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/AD/contrib/_ad_view_image_rgb.opi
diff --git a/NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/AD/contrib/_ad_view_image_square.opi b/NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/AD/contrib/_ad_view_image_square.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/AD/contrib/_ad_view_image_square.opi
rename to NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/AD/contrib/_ad_view_image_square.opi
diff --git a/NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/AD/contrib/_ad_view_intensity.opi b/NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/AD/contrib/_ad_view_intensity.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/AD/contrib/_ad_view_intensity.opi
rename to NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/AD/contrib/_ad_view_intensity.opi
diff --git a/NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/AD/contrib/ad_view.opi b/NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/AD/contrib/ad_view.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/AD/contrib/ad_view.opi
rename to NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/AD/contrib/ad_view.opi
diff --git a/NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/AD/contrib/ad_view_3.2.opi b/NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/AD/contrib/ad_view_3.2.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/AD/contrib/ad_view_3.2.opi
rename to NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/AD/contrib/ad_view_3.2.opi
diff --git a/NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/AD/contrib/ad_view_8bit.opi b/NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/AD/contrib/ad_view_8bit.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/AD/contrib/ad_view_8bit.opi
rename to NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/AD/contrib/ad_view_8bit.opi
diff --git a/NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/AD/contrib/ad_view_gray.opi b/NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/AD/contrib/ad_view_gray.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/AD/contrib/ad_view_gray.opi
rename to NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/AD/contrib/ad_view_gray.opi
diff --git a/NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/AD/contrib/ad_view_proc.opi b/NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/AD/contrib/ad_view_proc.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/AD/contrib/ad_view_proc.opi
rename to NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/AD/contrib/ad_view_proc.opi
diff --git a/NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/AD/contrib/ad_view_pva.opi b/NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/AD/contrib/ad_view_pva.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/AD/contrib/ad_view_pva.opi
rename to NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/AD/contrib/ad_view_pva.opi
diff --git a/NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/AD/contrib/ad_view_rgb.opi b/NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/AD/contrib/ad_view_rgb.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/AD/contrib/ad_view_rgb.opi
rename to NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/AD/contrib/ad_view_rgb.opi
diff --git a/NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/AD/contrib/image.bob b/NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/AD/contrib/image.bob
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/AD/contrib/image.bob
rename to NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/AD/contrib/image.bob
diff --git a/NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/AD/createDirectoryHelp.opi b/NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/AD/createDirectoryHelp.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/AD/createDirectoryHelp.opi
rename to NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/AD/createDirectoryHelp.opi
diff --git a/NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/AD/pointGrey.opi b/NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/AD/pointGrey.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/AD/pointGrey.opi
rename to NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/AD/pointGrey.opi
diff --git a/NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/AD/pointGreyFrameRate.opi b/NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/AD/pointGreyFrameRate.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/AD/pointGreyFrameRate.opi
rename to NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/AD/pointGreyFrameRate.opi
diff --git a/NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/AD/pointGreyPixelFormat.opi b/NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/AD/pointGreyPixelFormat.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/AD/pointGreyPixelFormat.opi
rename to NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/AD/pointGreyPixelFormat.opi
diff --git a/NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/AD/pointGreyProperties.opi b/NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/AD/pointGreyProperties.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/AD/pointGreyProperties.opi
rename to NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/AD/pointGreyProperties.opi
diff --git a/NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/AD/prosilica.opi b/NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/AD/prosilica.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/AD/prosilica.opi
rename to NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/AD/prosilica.opi
diff --git a/NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/AD/prosilicaMore.opi b/NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/AD/prosilicaMore.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/AD/prosilicaMore.opi
rename to NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/AD/prosilicaMore.opi
diff --git a/NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/README.md b/NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/README.md
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/README.md
rename to NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/README.md
diff --git a/NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/mrf/_evg_mxc.opi b/NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/mrf/_evg_mxc.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/mrf/_evg_mxc.opi
rename to NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/mrf/_evg_mxc.opi
diff --git a/NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/mrf/_evg_trigevt.opi b/NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/mrf/_evg_trigevt.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/mrf/_evg_trigevt.opi
rename to NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/mrf/_evg_trigevt.opi
diff --git a/NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/mrf/_evrdlygen.opi b/NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/mrf/_evrdlygen.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/mrf/_evrdlygen.opi
rename to NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/mrf/_evrdlygen.opi
diff --git a/NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/mrf/_evrinput.opi b/NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/mrf/_evrinput.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/mrf/_evrinput.opi
rename to NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/mrf/_evrinput.opi
diff --git a/NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/mrf/_evroutput.opi b/NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/mrf/_evroutput.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/mrf/_evroutput.opi
rename to NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/mrf/_evroutput.opi
diff --git a/NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/mrf/ess/0.2.0.0/README.md b/NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/mrf/ess/0.2.0.0/README.md
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/mrf/ess/0.2.0.0/README.md
rename to NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/mrf/ess/0.2.0.0/README.md
diff --git a/NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/mrf/ess/0.2.0.0/_evg_mxc.opi b/NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/mrf/ess/0.2.0.0/_evg_mxc.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/mrf/ess/0.2.0.0/_evg_mxc.opi
rename to NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/mrf/ess/0.2.0.0/_evg_mxc.opi
diff --git a/NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/mrf/ess/0.2.0.0/_evg_trigevt.opi b/NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/mrf/ess/0.2.0.0/_evg_trigevt.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/mrf/ess/0.2.0.0/_evg_trigevt.opi
rename to NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/mrf/ess/0.2.0.0/_evg_trigevt.opi
diff --git a/NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/mrf/ess/0.2.0.0/_evrdlygen.opi b/NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/mrf/ess/0.2.0.0/_evrdlygen.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/mrf/ess/0.2.0.0/_evrdlygen.opi
rename to NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/mrf/ess/0.2.0.0/_evrdlygen.opi
diff --git a/NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/mrf/ess/0.2.0.0/_evrinput.opi b/NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/mrf/ess/0.2.0.0/_evrinput.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/mrf/ess/0.2.0.0/_evrinput.opi
rename to NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/mrf/ess/0.2.0.0/_evrinput.opi
diff --git a/NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/mrf/ess/0.2.0.0/_evroutput.opi b/NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/mrf/ess/0.2.0.0/_evroutput.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/mrf/ess/0.2.0.0/_evroutput.opi
rename to NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/mrf/ess/0.2.0.0/_evroutput.opi
diff --git a/NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/mrf/ess/0.2.0.0/evg-cpci-230.opi b/NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/mrf/ess/0.2.0.0/evg-cpci-230.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/mrf/ess/0.2.0.0/evg-cpci-230.opi
rename to NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/mrf/ess/0.2.0.0/evg-cpci-230.opi
diff --git a/NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/mrf/ess/0.2.0.0/evg-seq-append.py b/NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/mrf/ess/0.2.0.0/evg-seq-append.py
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/mrf/ess/0.2.0.0/evg-seq-append.py
rename to NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/mrf/ess/0.2.0.0/evg-seq-append.py
diff --git a/NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/mrf/ess/0.2.0.0/evg-seq-clear.py b/NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/mrf/ess/0.2.0.0/evg-seq-clear.py
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/mrf/ess/0.2.0.0/evg-seq-clear.py
rename to NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/mrf/ess/0.2.0.0/evg-seq-clear.py
diff --git a/NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/mrf/ess/0.2.0.0/evg-seq-revert.py b/NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/mrf/ess/0.2.0.0/evg-seq-revert.py
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/mrf/ess/0.2.0.0/evg-seq-revert.py
rename to NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/mrf/ess/0.2.0.0/evg-seq-revert.py
diff --git a/NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/mrf/ess/0.2.0.0/evg-seq-save.py b/NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/mrf/ess/0.2.0.0/evg-seq-save.py
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/mrf/ess/0.2.0.0/evg-seq-save.py
rename to NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/mrf/ess/0.2.0.0/evg-seq-save.py
diff --git a/NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/mrf/ess/0.2.0.0/evg-seq.opi b/NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/mrf/ess/0.2.0.0/evg-seq.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/mrf/ess/0.2.0.0/evg-seq.opi
rename to NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/mrf/ess/0.2.0.0/evg-seq.opi
diff --git a/NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/mrf/ess/0.2.0.0/evg-vme-230.opi b/NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/mrf/ess/0.2.0.0/evg-vme-230.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/mrf/ess/0.2.0.0/evg-vme-230.opi
rename to NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/mrf/ess/0.2.0.0/evg-vme-230.opi
diff --git a/NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/mrf/ess/0.2.0.0/evr-cml-output.opi b/NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/mrf/ess/0.2.0.0/evr-cml-output.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/mrf/ess/0.2.0.0/evr-cml-output.opi
rename to NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/mrf/ess/0.2.0.0/evr-cml-output.opi
diff --git a/NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/mrf/ess/0.2.0.0/evr-cml-pat40.opi b/NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/mrf/ess/0.2.0.0/evr-cml-pat40.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/mrf/ess/0.2.0.0/evr-cml-pat40.opi
rename to NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/mrf/ess/0.2.0.0/evr-cml-pat40.opi
diff --git a/NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/mrf/ess/0.2.0.0/evr-cpci-300.opi b/NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/mrf/ess/0.2.0.0/evr-cpci-300.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/mrf/ess/0.2.0.0/evr-cpci-300.opi
rename to NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/mrf/ess/0.2.0.0/evr-cpci-300.opi
diff --git a/NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/mrf/ess/0.2.0.0/evr-expert.opi b/NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/mrf/ess/0.2.0.0/evr-expert.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/mrf/ess/0.2.0.0/evr-expert.opi
rename to NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/mrf/ess/0.2.0.0/evr-expert.opi
diff --git a/NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/mrf/ess/0.2.0.0/evr-mtca-300.opi b/NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/mrf/ess/0.2.0.0/evr-mtca-300.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/mrf/ess/0.2.0.0/evr-mtca-300.opi
rename to NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/mrf/ess/0.2.0.0/evr-mtca-300.opi
diff --git a/NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/mrf/ess/0.2.0.0/evr-mtca-300u.opi b/NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/mrf/ess/0.2.0.0/evr-mtca-300u.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/mrf/ess/0.2.0.0/evr-mtca-300u.opi
rename to NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/mrf/ess/0.2.0.0/evr-mtca-300u.opi
diff --git a/NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/mrf/ess/0.2.0.0/evr-pcie-300dc.opi b/NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/mrf/ess/0.2.0.0/evr-pcie-300dc.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/mrf/ess/0.2.0.0/evr-pcie-300dc.opi
rename to NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/mrf/ess/0.2.0.0/evr-pcie-300dc.opi
diff --git a/NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/mrf/ess/0.2.0.0/evr-pmc-230.opi b/NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/mrf/ess/0.2.0.0/evr-pmc-230.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/mrf/ess/0.2.0.0/evr-pmc-230.opi
rename to NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/mrf/ess/0.2.0.0/evr-pmc-230.opi
diff --git a/NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/mrf/ess/0.2.0.0/evr-vmerf-230.opi b/NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/mrf/ess/0.2.0.0/evr-vmerf-230.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/mrf/ess/0.2.0.0/evr-vmerf-230.opi
rename to NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/mrf/ess/0.2.0.0/evr-vmerf-230.opi
diff --git a/NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/mrf/ess/_evg_mxc.opi b/NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/mrf/ess/_evg_mxc.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/mrf/ess/_evg_mxc.opi
rename to NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/mrf/ess/_evg_mxc.opi
diff --git a/NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/mrf/ess/_evg_trigevt.opi b/NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/mrf/ess/_evg_trigevt.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/mrf/ess/_evg_trigevt.opi
rename to NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/mrf/ess/_evg_trigevt.opi
diff --git a/NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/mrf/ess/evg-seq.opi b/NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/mrf/ess/evg-seq.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/mrf/ess/evg-seq.opi
rename to NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/mrf/ess/evg-seq.opi
diff --git a/NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/mrf/ess/evg-vme-230.opi b/NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/mrf/ess/evg-vme-230.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/mrf/ess/evg-vme-230.opi
rename to NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/mrf/ess/evg-vme-230.opi
diff --git a/NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/mrf/ess/latest b/NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/mrf/ess/latest
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/mrf/ess/latest
rename to NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/mrf/ess/latest
diff --git a/NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/mrf/ess/stable b/NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/mrf/ess/stable
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/mrf/ess/stable
rename to NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/mrf/ess/stable
diff --git a/NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/mrf/evg-seq.opi b/NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/mrf/evg-seq.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/mrf/evg-seq.opi
rename to NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/mrf/evg-seq.opi
diff --git a/NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/mrf/evg-vme-230.opi b/NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/mrf/evg-vme-230.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/mrf/evg-vme-230.opi
rename to NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/mrf/evg-vme-230.opi
diff --git a/NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/mrf/evr-cml-output.opi b/NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/mrf/evr-cml-output.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/mrf/evr-cml-output.opi
rename to NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/mrf/evr-cml-output.opi
diff --git a/NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/mrf/evr-cml-pat40.opi b/NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/mrf/evr-cml-pat40.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/mrf/evr-cml-pat40.opi
rename to NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/mrf/evr-cml-pat40.opi
diff --git a/NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/mrf/evr-cpci-300.opi b/NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/mrf/evr-cpci-300.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/mrf/evr-cpci-300.opi
rename to NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/mrf/evr-cpci-300.opi
diff --git a/NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/mrf/evr-expert.opi b/NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/mrf/evr-expert.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/mrf/evr-expert.opi
rename to NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/mrf/evr-expert.opi
diff --git a/NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/mrf/evr-mtca-300.opi b/NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/mrf/evr-mtca-300.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/mrf/evr-mtca-300.opi
rename to NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/mrf/evr-mtca-300.opi
diff --git a/NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/mrf/evr-pcie-300dc.opi b/NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/mrf/evr-pcie-300dc.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/mrf/evr-pcie-300dc.opi
rename to NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/mrf/evr-pcie-300dc.opi
diff --git a/NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/mrf/evr-pmc-230.opi b/NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/mrf/evr-pmc-230.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/mrf/evr-pmc-230.opi
rename to NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/mrf/evr-pmc-230.opi
diff --git a/NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/mrf/evr-vmerf-230.opi b/NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/mrf/evr-vmerf-230.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/mrf/evr-vmerf-230.opi
rename to NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/mrf/evr-vmerf-230.opi
diff --git a/NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/snmp/_pdu_raritan_inlet.bob b/NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/snmp/_pdu_raritan_inlet.bob
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/snmp/_pdu_raritan_inlet.bob
rename to NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/snmp/_pdu_raritan_inlet.bob
diff --git a/NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/snmp/_pdu_raritan_misc.bob b/NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/snmp/_pdu_raritan_misc.bob
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/snmp/_pdu_raritan_misc.bob
rename to NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/snmp/_pdu_raritan_misc.bob
diff --git a/NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/snmp/_pdu_raritan_outlet.bob b/NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/snmp/_pdu_raritan_outlet.bob
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/snmp/_pdu_raritan_outlet.bob
rename to NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/snmp/_pdu_raritan_outlet.bob
diff --git a/NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/snmp/_pdu_raritan_sensor.bob b/NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/snmp/_pdu_raritan_sensor.bob
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/snmp/_pdu_raritan_sensor.bob
rename to NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/snmp/_pdu_raritan_sensor.bob
diff --git a/NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/snmp/pdu_raritan_8.bob b/NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/snmp/pdu_raritan_8.bob
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-npm/ess-opi-common/modules/snmp/pdu_raritan_8.bob
rename to NON-APPROVED/lebt-pbi/npm/ess-opi-common/modules/snmp/pdu_raritan_8.bob
diff --git a/NON-APPROVED/lebt-010-pbi-npm/npm-support/npm-image.opi b/NON-APPROVED/lebt-pbi/npm/npm-support/npm-image.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-npm/npm-support/npm-image.opi
rename to NON-APPROVED/lebt-pbi/npm/npm-support/npm-image.opi
diff --git a/NON-APPROVED/lebt-010-pbi-npm/npm-support/npm-main.opi b/NON-APPROVED/lebt-pbi/npm/npm-support/npm-main.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-npm/npm-support/npm-main.opi
rename to NON-APPROVED/lebt-pbi/npm/npm-support/npm-main.opi
diff --git a/NON-APPROVED/lebt-010-pbi-npm/npm-support/npm-openimage.opi b/NON-APPROVED/lebt-pbi/npm/npm-support/npm-openimage.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-npm/npm-support/npm-openimage.opi
rename to NON-APPROVED/lebt-pbi/npm/npm-support/npm-openimage.opi
diff --git a/NON-APPROVED/lebt-010-pbi-npm/npm-support/npmAssembly.opi b/NON-APPROVED/lebt-pbi/npm/npm-support/npmAssembly.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-npm/npm-support/npmAssembly.opi
rename to NON-APPROVED/lebt-pbi/npm/npm-support/npmAssembly.opi
diff --git a/NON-APPROVED/lebt-010-pbi-npm/npm-support/npmNDFits.opi b/NON-APPROVED/lebt-pbi/npm/npm-support/npmNDFits.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-npm/npm-support/npmNDFits.opi
rename to NON-APPROVED/lebt-pbi/npm/npm-support/npmNDFits.opi
diff --git a/NON-APPROVED/lebt-010-pbi-npm/npm-support/npmObjPosParams.opi b/NON-APPROVED/lebt-pbi/npm/npm-support/npmObjPosParams.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-npm/npm-support/npmObjPosParams.opi
rename to NON-APPROVED/lebt-pbi/npm/npm-support/npmObjPosParams.opi
diff --git a/NON-APPROVED/lebt-010-pbi-npm/npm-support/npmRollingBuffer.opi b/NON-APPROVED/lebt-pbi/npm/npm-support/npmRollingBuffer.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-npm/npm-support/npmRollingBuffer.opi
rename to NON-APPROVED/lebt-pbi/npm/npm-support/npmRollingBuffer.opi
diff --git a/NON-APPROVED/lebt-010-pbi-npm/npm-support/npmRollingBufferGraph.opi b/NON-APPROVED/lebt-pbi/npm/npm-support/npmRollingBufferGraph.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-npm/npm-support/npmRollingBufferGraph.opi
rename to NON-APPROVED/lebt-pbi/npm/npm-support/npmRollingBufferGraph.opi
diff --git a/NON-APPROVED/lebt-010-pbi-npm/npm-support/npmRollingBufferStats.opi b/NON-APPROVED/lebt-pbi/npm/npm-support/npmRollingBufferStats.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-npm/npm-support/npmRollingBufferStats.opi
rename to NON-APPROVED/lebt-pbi/npm/npm-support/npmRollingBufferStats.opi
diff --git a/NON-APPROVED/lebt-010-pbi-npm/npm-support/npmUser-main.opi b/NON-APPROVED/lebt-pbi/npm/npm-support/npmUser-main.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-npm/npm-support/npmUser-main.opi
rename to NON-APPROVED/lebt-pbi/npm/npm-support/npmUser-main.opi
diff --git a/NON-APPROVED/lebt-010-pbi-npm/npm-support/scripts/camera2Macro.js b/NON-APPROVED/lebt-pbi/npm/npm-support/scripts/camera2Macro.js
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-npm/npm-support/scripts/camera2Macro.js
rename to NON-APPROVED/lebt-pbi/npm/npm-support/scripts/camera2Macro.js
diff --git a/NON-APPROVED/lebt-010-pbi-npm/npm-support/scripts/open_image.js b/NON-APPROVED/lebt-pbi/npm/npm-support/scripts/open_image.js
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-npm/npm-support/scripts/open_image.js
rename to NON-APPROVED/lebt-pbi/npm/npm-support/scripts/open_image.js
diff --git a/NON-APPROVED/lebt-010-pbi-npm/npm-support/scripts/prefix2Macro.js b/NON-APPROVED/lebt-pbi/npm/npm-support/scripts/prefix2Macro.js
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-npm/npm-support/scripts/prefix2Macro.js
rename to NON-APPROVED/lebt-pbi/npm/npm-support/scripts/prefix2Macro.js
diff --git a/NON-APPROVED/lebt-010-pbi-npm/npm.opi b/NON-APPROVED/lebt-pbi/npm/npm.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-npm/npm.opi
rename to NON-APPROVED/lebt-pbi/npm/npm.opi
diff --git a/NON-APPROVED/lebt-pbi/npm/release-history.txt b/NON-APPROVED/lebt-pbi/npm/release-history.txt
new file mode 100644
index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391
diff --git a/NON-APPROVED/lebt-010-pbi-npm/user/npmPipeline.opi b/NON-APPROVED/lebt-pbi/npm/user/npmPipeline.opi
similarity index 95%
rename from NON-APPROVED/lebt-010-pbi-npm/user/npmPipeline.opi
rename to NON-APPROVED/lebt-pbi/npm/user/npmPipeline.opi
index d419fcb40f7565ff1752d7cbd05a0b22a3445344..0e21f516ee03bcb45ad6795fbebb31749a1e98b7 100644
--- a/NON-APPROVED/lebt-010-pbi-npm/user/npmPipeline.opi
+++ b/NON-APPROVED/lebt-pbi/npm/user/npmPipeline.opi
@@ -50,7 +50,7 @@
     <enabled>true</enabled>
     <fill_level>0.0</fill_level>
     <font>
-      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+      <opifont.name fontName="Segoe UI" height="9" style="0" pixels="false">Default</opifont.name>
     </font>
     <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
     <foreground_color>
@@ -98,7 +98,7 @@ $(pv_value)</tooltip>
     <enabled>true</enabled>
     <fc>false</fc>
     <font>
-      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+      <opifont.name fontName="Segoe UI" height="9" style="0" pixels="false">Default</opifont.name>
     </font>
     <foreground_color>
       <color red="192" green="192" blue="192" />
@@ -107,7 +107,7 @@ $(pv_value)</tooltip>
     <lock_children>false</lock_children>
     <macros>
       <include_parent_macros>true</include_parent_macros>
-      <AD_OPI_LOC>../../ess-opi-common/modules/AD/</AD_OPI_LOC>
+      <AD_OPI_LOC>../ess-opi-common/modules/AD/</AD_OPI_LOC>
     </macros>
     <name>Grouping Container_8</name>
     <rules />
@@ -147,7 +147,7 @@ $(pv_value)</tooltip>
       <fill_arrow>true</fill_arrow>
       <fill_level>0.0</fill_level>
       <font>
-        <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+        <opifont.name fontName="Segoe UI" height="9" style="0" pixels="false">Default</opifont.name>
       </font>
       <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
       <foreground_color>
@@ -221,7 +221,7 @@ $(pv_value)</tooltip>
       <fill_arrow>true</fill_arrow>
       <fill_level>0.0</fill_level>
       <font>
-        <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+        <opifont.name fontName="Segoe UI" height="9" style="0" pixels="false">Default</opifont.name>
       </font>
       <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
       <foreground_color>
@@ -296,7 +296,7 @@ $(pv_value)</tooltip>
       <fill_arrow>true</fill_arrow>
       <fill_level>0.0</fill_level>
       <font>
-        <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+        <opifont.name fontName="Segoe UI" height="9" style="0" pixels="false">Default</opifont.name>
       </font>
       <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
       <foreground_color>
@@ -370,7 +370,7 @@ $(pv_value)</tooltip>
       <fill_arrow>true</fill_arrow>
       <fill_level>0.0</fill_level>
       <font>
-        <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+        <opifont.name fontName="Segoe UI" height="9" style="0" pixels="false">Default</opifont.name>
       </font>
       <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
       <foreground_color>
@@ -446,7 +446,7 @@ $(pv_value)</tooltip>
       <fill_arrow>true</fill_arrow>
       <fill_level>0.0</fill_level>
       <font>
-        <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+        <opifont.name fontName="Segoe UI" height="9" style="0" pixels="false">Default</opifont.name>
       </font>
       <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
       <foreground_color>
@@ -520,7 +520,7 @@ $(pv_value)</tooltip>
       <fill_arrow>true</fill_arrow>
       <fill_level>0.0</fill_level>
       <font>
-        <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+        <opifont.name fontName="Segoe UI" height="9" style="0" pixels="false">Default</opifont.name>
       </font>
       <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
       <foreground_color>
@@ -594,7 +594,7 @@ $(pv_value)</tooltip>
       <fill_arrow>true</fill_arrow>
       <fill_level>0.0</fill_level>
       <font>
-        <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+        <opifont.name fontName="Segoe UI" height="9" style="0" pixels="false">Default</opifont.name>
       </font>
       <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
       <foreground_color>
@@ -661,7 +661,7 @@ $(pv_value)</tooltip>
       <enabled>true</enabled>
       <fc>false</fc>
       <font>
-        <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+        <opifont.name fontName="Segoe UI" height="9" style="0" pixels="false">Default</opifont.name>
       </font>
       <foreground_color>
         <color red="192" green="192" blue="192" />
@@ -702,12 +702,12 @@ $(pv_value)</tooltip>
         <border_width>1</border_width>
         <enabled>true</enabled>
         <font>
-          <opifont.name fontName="Cantarell" height="11" style="1" pixels="false">Default Bold</opifont.name>
+          <opifont.name fontName="Segoe UI" height="9" style="1" pixels="false">Default Bold</opifont.name>
         </font>
         <foreground_color>
           <color red="0" green="0" blue="0" />
         </foreground_color>
-        <height>20</height>
+        <height>15</height>
         <horizontal_alignment>1</horizontal_alignment>
         <name>Label</name>
         <rules />
@@ -723,7 +723,7 @@ $(pv_value)</tooltip>
         <vertical_alignment>1</vertical_alignment>
         <visible>true</visible>
         <widget_type>Label</widget_type>
-        <width>46</width>
+        <width>39</width>
         <wrap_words>false</wrap_words>
         <wuid>-819d6f3:164c73118c5:-6f73</wuid>
         <x>120</x>
@@ -742,12 +742,12 @@ $(pv_value)</tooltip>
         <border_width>1</border_width>
         <enabled>true</enabled>
         <font>
-          <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+          <opifont.name fontName="Segoe UI" height="9" style="0" pixels="false">Default</opifont.name>
         </font>
         <foreground_color>
           <color red="0" green="0" blue="0" />
         </foreground_color>
-        <height>20</height>
+        <height>15</height>
         <horizontal_alignment>1</horizontal_alignment>
         <name>Label_4</name>
         <rules />
@@ -763,7 +763,7 @@ $(pv_value)</tooltip>
         <vertical_alignment>1</vertical_alignment>
         <visible>true</visible>
         <widget_type>Label</widget_type>
-        <width>92</width>
+        <width>77</width>
         <wrap_words>false</wrap_words>
         <wuid>6be98e43:164cb50327e:-6e25</wuid>
         <x>14</x>
@@ -782,12 +782,12 @@ $(pv_value)</tooltip>
         <border_width>1</border_width>
         <enabled>true</enabled>
         <font>
-          <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+          <opifont.name fontName="Segoe UI" height="9" style="0" pixels="false">Default</opifont.name>
         </font>
         <foreground_color>
           <color red="0" green="0" blue="0" />
         </foreground_color>
-        <height>20</height>
+        <height>15</height>
         <horizontal_alignment>1</horizontal_alignment>
         <name>Label_1</name>
         <rules />
@@ -803,7 +803,7 @@ $(pv_value)</tooltip>
         <vertical_alignment>1</vertical_alignment>
         <visible>true</visible>
         <widget_type>Label</widget_type>
-        <width>30</width>
+        <width>25</width>
         <wrap_words>false</wrap_words>
         <wuid>6be98e43:164cb50327e:-6e24</wuid>
         <x>78</x>
@@ -822,12 +822,12 @@ $(pv_value)</tooltip>
         <border_width>1</border_width>
         <enabled>true</enabled>
         <font>
-          <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+          <opifont.name fontName="Segoe UI" height="9" style="0" pixels="false">Default</opifont.name>
         </font>
         <foreground_color>
           <color red="0" green="0" blue="0" />
         </foreground_color>
-        <height>20</height>
+        <height>15</height>
         <horizontal_alignment>1</horizontal_alignment>
         <name>Label_3</name>
         <rules />
@@ -843,7 +843,7 @@ $(pv_value)</tooltip>
         <vertical_alignment>1</vertical_alignment>
         <visible>true</visible>
         <widget_type>Label</widget_type>
-        <width>47</width>
+        <width>38</width>
         <wrap_words>false</wrap_words>
         <wuid>6be98e43:164cb50327e:-6e23</wuid>
         <x>63</x>
@@ -868,7 +868,7 @@ $(pv_value)</tooltip>
         <effect_3d>true</effect_3d>
         <enabled>true</enabled>
         <font>
-          <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+          <opifont.name fontName="Segoe UI" height="9" style="0" pixels="false">Default</opifont.name>
         </font>
         <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
         <foreground_color>
@@ -1093,7 +1093,7 @@ $(pv_value)</tooltip>
         <border_width>1</border_width>
         <enabled>true</enabled>
         <font>
-          <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+          <opifont.name fontName="Segoe UI" height="9" style="0" pixels="false">Default</opifont.name>
         </font>
         <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
         <foreground_color>
@@ -1146,7 +1146,7 @@ $(pv_value)</tooltip>
       <fill_arrow>true</fill_arrow>
       <fill_level>0.0</fill_level>
       <font>
-        <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+        <opifont.name fontName="Segoe UI" height="9" style="0" pixels="false">Default</opifont.name>
       </font>
       <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
       <foreground_color>
@@ -1211,7 +1211,7 @@ $(pv_value)</tooltip>
       <enabled>true</enabled>
       <fc>false</fc>
       <font>
-        <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+        <opifont.name fontName="Segoe UI" height="9" style="0" pixels="false">Default</opifont.name>
       </font>
       <foreground_color>
         <color red="192" green="192" blue="192" />
@@ -1252,12 +1252,12 @@ $(pv_value)</tooltip>
         <border_width>1</border_width>
         <enabled>true</enabled>
         <font>
-          <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+          <opifont.name fontName="Segoe UI" height="9" style="0" pixels="false">Default</opifont.name>
         </font>
         <foreground_color>
           <color red="0" green="0" blue="0" />
         </foreground_color>
-        <height>20</height>
+        <height>15</height>
         <horizontal_alignment>1</horizontal_alignment>
         <name>Label_4</name>
         <rules />
@@ -1273,7 +1273,7 @@ $(pv_value)</tooltip>
         <vertical_alignment>1</vertical_alignment>
         <visible>true</visible>
         <widget_type>Label</widget_type>
-        <width>92</width>
+        <width>77</width>
         <wrap_words>false</wrap_words>
         <wuid>-819d6f3:164c73118c5:-75c7</wuid>
         <x>14</x>
@@ -1292,12 +1292,12 @@ $(pv_value)</tooltip>
         <border_width>1</border_width>
         <enabled>true</enabled>
         <font>
-          <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+          <opifont.name fontName="Segoe UI" height="9" style="0" pixels="false">Default</opifont.name>
         </font>
         <foreground_color>
           <color red="0" green="0" blue="0" />
         </foreground_color>
-        <height>20</height>
+        <height>15</height>
         <horizontal_alignment>1</horizontal_alignment>
         <name>Label_2</name>
         <rules />
@@ -1313,7 +1313,7 @@ $(pv_value)</tooltip>
         <vertical_alignment>1</vertical_alignment>
         <visible>true</visible>
         <widget_type>Label</widget_type>
-        <width>52</width>
+        <width>44</width>
         <wrap_words>false</wrap_words>
         <wuid>-819d6f3:164c73118c5:-76e2</wuid>
         <x>56</x>
@@ -1332,12 +1332,12 @@ $(pv_value)</tooltip>
         <border_width>1</border_width>
         <enabled>true</enabled>
         <font>
-          <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+          <opifont.name fontName="Segoe UI" height="9" style="0" pixels="false">Default</opifont.name>
         </font>
         <foreground_color>
           <color red="0" green="0" blue="0" />
         </foreground_color>
-        <height>20</height>
+        <height>15</height>
         <horizontal_alignment>1</horizontal_alignment>
         <name>Label_1</name>
         <rules />
@@ -1353,7 +1353,7 @@ $(pv_value)</tooltip>
         <vertical_alignment>1</vertical_alignment>
         <visible>true</visible>
         <widget_type>Label</widget_type>
-        <width>30</width>
+        <width>25</width>
         <wrap_words>false</wrap_words>
         <wuid>-819d6f3:164c73118c5:-76ec</wuid>
         <x>78</x>
@@ -1372,12 +1372,12 @@ $(pv_value)</tooltip>
         <border_width>1</border_width>
         <enabled>true</enabled>
         <font>
-          <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+          <opifont.name fontName="Segoe UI" height="9" style="0" pixels="false">Default</opifont.name>
         </font>
         <foreground_color>
           <color red="0" green="0" blue="0" />
         </foreground_color>
-        <height>20</height>
+        <height>15</height>
         <horizontal_alignment>1</horizontal_alignment>
         <name>Label_3</name>
         <rules />
@@ -1393,7 +1393,7 @@ $(pv_value)</tooltip>
         <vertical_alignment>1</vertical_alignment>
         <visible>true</visible>
         <widget_type>Label</widget_type>
-        <width>97</width>
+        <width>81</width>
         <wrap_words>false</wrap_words>
         <wuid>-819d6f3:164c73118c5:-75fc</wuid>
         <x>7</x>
@@ -1418,7 +1418,7 @@ $(pv_value)</tooltip>
         <effect_3d>true</effect_3d>
         <enabled>true</enabled>
         <font>
-          <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+          <opifont.name fontName="Segoe UI" height="9" style="0" pixels="false">Default</opifont.name>
         </font>
         <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
         <foreground_color>
@@ -1480,7 +1480,7 @@ $(pv_value)</tooltip>
         <effect_3d>true</effect_3d>
         <enabled>true</enabled>
         <font>
-          <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+          <opifont.name fontName="Segoe UI" height="9" style="0" pixels="false">Default</opifont.name>
         </font>
         <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
         <foreground_color>
@@ -1536,12 +1536,12 @@ $(pv_value)</tooltip>
         <border_width>1</border_width>
         <enabled>true</enabled>
         <font>
-          <opifont.name fontName="Cantarell" height="11" style="1" pixels="false">Default Bold</opifont.name>
+          <opifont.name fontName="Segoe UI" height="9" style="1" pixels="false">Default Bold</opifont.name>
         </font>
         <foreground_color>
           <color red="0" green="0" blue="0" />
         </foreground_color>
-        <height>20</height>
+        <height>15</height>
         <horizontal_alignment>1</horizontal_alignment>
         <name>Label</name>
         <rules />
@@ -1557,7 +1557,7 @@ $(pv_value)</tooltip>
         <vertical_alignment>1</vertical_alignment>
         <visible>true</visible>
         <widget_type>Label</widget_type>
-        <width>77</width>
+        <width>62</width>
         <wrap_words>false</wrap_words>
         <wuid>-819d6f3:164c73118c5:-76f0</wuid>
         <x>102</x>
@@ -1796,7 +1796,7 @@ $(pv_value)</tooltip>
         <border_width>1</border_width>
         <enabled>true</enabled>
         <font>
-          <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+          <opifont.name fontName="Segoe UI" height="9" style="0" pixels="false">Default</opifont.name>
         </font>
         <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
         <foreground_color>
@@ -1849,7 +1849,7 @@ $(pv_value)</tooltip>
       <fill_arrow>true</fill_arrow>
       <fill_level>0.0</fill_level>
       <font>
-        <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+        <opifont.name fontName="Segoe UI" height="9" style="0" pixels="false">Default</opifont.name>
       </font>
       <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
       <foreground_color>
@@ -1916,7 +1916,7 @@ $(pv_value)</tooltip>
       <enabled>true</enabled>
       <fc>false</fc>
       <font>
-        <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+        <opifont.name fontName="Segoe UI" height="9" style="0" pixels="false">Default</opifont.name>
       </font>
       <foreground_color>
         <color red="192" green="192" blue="192" />
@@ -1957,12 +1957,12 @@ $(pv_value)</tooltip>
         <border_width>1</border_width>
         <enabled>true</enabled>
         <font>
-          <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+          <opifont.name fontName="Segoe UI" height="9" style="0" pixels="false">Default</opifont.name>
         </font>
         <foreground_color>
           <color red="0" green="0" blue="0" />
         </foreground_color>
-        <height>20</height>
+        <height>15</height>
         <horizontal_alignment>1</horizontal_alignment>
         <name>Label_4</name>
         <rules />
@@ -1978,7 +1978,7 @@ $(pv_value)</tooltip>
         <vertical_alignment>1</vertical_alignment>
         <visible>true</visible>
         <widget_type>Label</widget_type>
-        <width>92</width>
+        <width>77</width>
         <wrap_words>false</wrap_words>
         <wuid>-819d6f3:164c73118c5:-70fb</wuid>
         <x>14</x>
@@ -1997,12 +1997,12 @@ $(pv_value)</tooltip>
         <border_width>1</border_width>
         <enabled>true</enabled>
         <font>
-          <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+          <opifont.name fontName="Segoe UI" height="9" style="0" pixels="false">Default</opifont.name>
         </font>
         <foreground_color>
           <color red="0" green="0" blue="0" />
         </foreground_color>
-        <height>20</height>
+        <height>15</height>
         <horizontal_alignment>1</horizontal_alignment>
         <name>Label_1</name>
         <rules />
@@ -2018,7 +2018,7 @@ $(pv_value)</tooltip>
         <vertical_alignment>1</vertical_alignment>
         <visible>true</visible>
         <widget_type>Label</widget_type>
-        <width>30</width>
+        <width>25</width>
         <wrap_words>false</wrap_words>
         <wuid>-819d6f3:164c73118c5:-70f9</wuid>
         <x>78</x>
@@ -2037,12 +2037,12 @@ $(pv_value)</tooltip>
         <border_width>1</border_width>
         <enabled>true</enabled>
         <font>
-          <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+          <opifont.name fontName="Segoe UI" height="9" style="0" pixels="false">Default</opifont.name>
         </font>
         <foreground_color>
           <color red="0" green="0" blue="0" />
         </foreground_color>
-        <height>20</height>
+        <height>15</height>
         <horizontal_alignment>1</horizontal_alignment>
         <name>Label_3</name>
         <rules />
@@ -2058,7 +2058,7 @@ $(pv_value)</tooltip>
         <vertical_alignment>1</vertical_alignment>
         <visible>true</visible>
         <widget_type>Label</widget_type>
-        <width>47</width>
+        <width>38</width>
         <wrap_words>false</wrap_words>
         <wuid>-819d6f3:164c73118c5:-70f7</wuid>
         <x>63</x>
@@ -2083,7 +2083,7 @@ $(pv_value)</tooltip>
         <effect_3d>true</effect_3d>
         <enabled>true</enabled>
         <font>
-          <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+          <opifont.name fontName="Segoe UI" height="9" style="0" pixels="false">Default</opifont.name>
         </font>
         <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
         <foreground_color>
@@ -2139,12 +2139,12 @@ $(pv_value)</tooltip>
         <border_width>1</border_width>
         <enabled>true</enabled>
         <font>
-          <opifont.name fontName="Cantarell" height="11" style="1" pixels="false">Default Bold</opifont.name>
+          <opifont.name fontName="Segoe UI" height="9" style="1" pixels="false">Default Bold</opifont.name>
         </font>
         <foreground_color>
           <color red="0" green="0" blue="0" />
         </foreground_color>
-        <height>20</height>
+        <height>15</height>
         <horizontal_alignment>1</horizontal_alignment>
         <name>Label</name>
         <rules />
@@ -2160,7 +2160,7 @@ $(pv_value)</tooltip>
         <vertical_alignment>1</vertical_alignment>
         <visible>true</visible>
         <widget_type>Label</widget_type>
-        <width>74</width>
+        <width>60</width>
         <wrap_words>false</wrap_words>
         <wuid>-819d6f3:164c73118c5:-70f2</wuid>
         <x>102</x>
@@ -2348,7 +2348,7 @@ $(pv_value)</tooltip>
         <border_width>1</border_width>
         <enabled>true</enabled>
         <font>
-          <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+          <opifont.name fontName="Segoe UI" height="9" style="0" pixels="false">Default</opifont.name>
         </font>
         <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
         <foreground_color>
@@ -2393,7 +2393,7 @@ $(pv_value)</tooltip>
       <enabled>true</enabled>
       <fc>false</fc>
       <font>
-        <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+        <opifont.name fontName="Segoe UI" height="9" style="0" pixels="false">Default</opifont.name>
       </font>
       <foreground_color>
         <color red="192" green="192" blue="192" />
@@ -2434,12 +2434,12 @@ $(pv_value)</tooltip>
         <border_width>1</border_width>
         <enabled>true</enabled>
         <font>
-          <opifont.name fontName="Cantarell" height="11" style="1" pixels="false">Default Bold</opifont.name>
+          <opifont.name fontName="Segoe UI" height="9" style="1" pixels="false">Default Bold</opifont.name>
         </font>
         <foreground_color>
           <color red="0" green="0" blue="0" />
         </foreground_color>
-        <height>20</height>
+        <height>15</height>
         <horizontal_alignment>1</horizontal_alignment>
         <name>Label</name>
         <rules />
@@ -2455,7 +2455,7 @@ $(pv_value)</tooltip>
         <vertical_alignment>1</vertical_alignment>
         <visible>true</visible>
         <widget_type>Label</widget_type>
-        <width>46</width>
+        <width>39</width>
         <wrap_words>false</wrap_words>
         <wuid>-819d6f3:164c73118c5:-7065</wuid>
         <x>120</x>
@@ -2474,12 +2474,12 @@ $(pv_value)</tooltip>
         <border_width>1</border_width>
         <enabled>true</enabled>
         <font>
-          <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+          <opifont.name fontName="Segoe UI" height="9" style="0" pixels="false">Default</opifont.name>
         </font>
         <foreground_color>
           <color red="0" green="0" blue="0" />
         </foreground_color>
-        <height>20</height>
+        <height>15</height>
         <horizontal_alignment>1</horizontal_alignment>
         <name>Label_4</name>
         <rules />
@@ -2495,7 +2495,7 @@ $(pv_value)</tooltip>
         <vertical_alignment>1</vertical_alignment>
         <visible>true</visible>
         <widget_type>Label</widget_type>
-        <width>92</width>
+        <width>77</width>
         <wrap_words>false</wrap_words>
         <wuid>6be98e43:164cb50327e:-6ee1</wuid>
         <x>14</x>
@@ -2514,12 +2514,12 @@ $(pv_value)</tooltip>
         <border_width>1</border_width>
         <enabled>true</enabled>
         <font>
-          <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+          <opifont.name fontName="Segoe UI" height="9" style="0" pixels="false">Default</opifont.name>
         </font>
         <foreground_color>
           <color red="0" green="0" blue="0" />
         </foreground_color>
-        <height>20</height>
+        <height>15</height>
         <horizontal_alignment>1</horizontal_alignment>
         <name>Label_1</name>
         <rules />
@@ -2535,7 +2535,7 @@ $(pv_value)</tooltip>
         <vertical_alignment>1</vertical_alignment>
         <visible>true</visible>
         <widget_type>Label</widget_type>
-        <width>30</width>
+        <width>25</width>
         <wrap_words>false</wrap_words>
         <wuid>6be98e43:164cb50327e:-6ee0</wuid>
         <x>78</x>
@@ -2554,12 +2554,12 @@ $(pv_value)</tooltip>
         <border_width>1</border_width>
         <enabled>true</enabled>
         <font>
-          <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+          <opifont.name fontName="Segoe UI" height="9" style="0" pixels="false">Default</opifont.name>
         </font>
         <foreground_color>
           <color red="0" green="0" blue="0" />
         </foreground_color>
-        <height>20</height>
+        <height>15</height>
         <horizontal_alignment>1</horizontal_alignment>
         <name>Label_3</name>
         <rules />
@@ -2575,7 +2575,7 @@ $(pv_value)</tooltip>
         <vertical_alignment>1</vertical_alignment>
         <visible>true</visible>
         <widget_type>Label</widget_type>
-        <width>47</width>
+        <width>38</width>
         <wrap_words>false</wrap_words>
         <wuid>6be98e43:164cb50327e:-6edf</wuid>
         <x>63</x>
@@ -2600,7 +2600,7 @@ $(pv_value)</tooltip>
         <effect_3d>true</effect_3d>
         <enabled>true</enabled>
         <font>
-          <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+          <opifont.name fontName="Segoe UI" height="9" style="0" pixels="false">Default</opifont.name>
         </font>
         <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
         <foreground_color>
@@ -2825,7 +2825,7 @@ $(pv_value)</tooltip>
         <border_width>1</border_width>
         <enabled>true</enabled>
         <font>
-          <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+          <opifont.name fontName="Segoe UI" height="9" style="0" pixels="false">Default</opifont.name>
         </font>
         <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
         <foreground_color>
@@ -2870,7 +2870,7 @@ $(pv_value)</tooltip>
       <enabled>true</enabled>
       <fc>false</fc>
       <font>
-        <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+        <opifont.name fontName="Segoe UI" height="9" style="0" pixels="false">Default</opifont.name>
       </font>
       <foreground_color>
         <color red="192" green="192" blue="192" />
@@ -2911,12 +2911,12 @@ $(pv_value)</tooltip>
         <border_width>1</border_width>
         <enabled>true</enabled>
         <font>
-          <opifont.name fontName="Cantarell" height="11" style="1" pixels="false">Default Bold</opifont.name>
+          <opifont.name fontName="Segoe UI" height="9" style="1" pixels="false">Default Bold</opifont.name>
         </font>
         <foreground_color>
           <color red="0" green="0" blue="0" />
         </foreground_color>
-        <height>20</height>
+        <height>15</height>
         <horizontal_alignment>1</horizontal_alignment>
         <name>Label</name>
         <rules />
@@ -2932,7 +2932,7 @@ $(pv_value)</tooltip>
         <vertical_alignment>1</vertical_alignment>
         <visible>true</visible>
         <widget_type>Label</widget_type>
-        <width>45</width>
+        <width>38</width>
         <wrap_words>false</wrap_words>
         <wuid>-819d6f3:164c73118c5:-6f37</wuid>
         <x>120</x>
@@ -2951,12 +2951,12 @@ $(pv_value)</tooltip>
         <border_width>1</border_width>
         <enabled>true</enabled>
         <font>
-          <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+          <opifont.name fontName="Segoe UI" height="9" style="0" pixels="false">Default</opifont.name>
         </font>
         <foreground_color>
           <color red="0" green="0" blue="0" />
         </foreground_color>
-        <height>20</height>
+        <height>15</height>
         <horizontal_alignment>1</horizontal_alignment>
         <name>Label_4</name>
         <rules />
@@ -2972,7 +2972,7 @@ $(pv_value)</tooltip>
         <vertical_alignment>1</vertical_alignment>
         <visible>true</visible>
         <widget_type>Label</widget_type>
-        <width>92</width>
+        <width>77</width>
         <wrap_words>false</wrap_words>
         <wuid>6be98e43:164cb50327e:-6e35</wuid>
         <x>14</x>
@@ -2991,12 +2991,12 @@ $(pv_value)</tooltip>
         <border_width>1</border_width>
         <enabled>true</enabled>
         <font>
-          <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+          <opifont.name fontName="Segoe UI" height="9" style="0" pixels="false">Default</opifont.name>
         </font>
         <foreground_color>
           <color red="0" green="0" blue="0" />
         </foreground_color>
-        <height>20</height>
+        <height>15</height>
         <horizontal_alignment>1</horizontal_alignment>
         <name>Label_1</name>
         <rules />
@@ -3012,7 +3012,7 @@ $(pv_value)</tooltip>
         <vertical_alignment>1</vertical_alignment>
         <visible>true</visible>
         <widget_type>Label</widget_type>
-        <width>30</width>
+        <width>25</width>
         <wrap_words>false</wrap_words>
         <wuid>6be98e43:164cb50327e:-6e34</wuid>
         <x>78</x>
@@ -3031,12 +3031,12 @@ $(pv_value)</tooltip>
         <border_width>1</border_width>
         <enabled>true</enabled>
         <font>
-          <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+          <opifont.name fontName="Segoe UI" height="9" style="0" pixels="false">Default</opifont.name>
         </font>
         <foreground_color>
           <color red="0" green="0" blue="0" />
         </foreground_color>
-        <height>20</height>
+        <height>15</height>
         <horizontal_alignment>1</horizontal_alignment>
         <name>Label_3</name>
         <rules />
@@ -3052,7 +3052,7 @@ $(pv_value)</tooltip>
         <vertical_alignment>1</vertical_alignment>
         <visible>true</visible>
         <widget_type>Label</widget_type>
-        <width>47</width>
+        <width>38</width>
         <wrap_words>false</wrap_words>
         <wuid>6be98e43:164cb50327e:-6e33</wuid>
         <x>63</x>
@@ -3077,7 +3077,7 @@ $(pv_value)</tooltip>
         <effect_3d>true</effect_3d>
         <enabled>true</enabled>
         <font>
-          <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+          <opifont.name fontName="Segoe UI" height="9" style="0" pixels="false">Default</opifont.name>
         </font>
         <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
         <foreground_color>
@@ -3302,7 +3302,7 @@ $(pv_value)</tooltip>
         <border_width>1</border_width>
         <enabled>true</enabled>
         <font>
-          <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+          <opifont.name fontName="Segoe UI" height="9" style="0" pixels="false">Default</opifont.name>
         </font>
         <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
         <foreground_color>
@@ -3355,7 +3355,7 @@ $(pv_value)</tooltip>
       <fill_arrow>true</fill_arrow>
       <fill_level>0.0</fill_level>
       <font>
-        <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+        <opifont.name fontName="Segoe UI" height="9" style="0" pixels="false">Default</opifont.name>
       </font>
       <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
       <foreground_color>
@@ -3422,7 +3422,7 @@ $(pv_value)</tooltip>
       <enabled>true</enabled>
       <fc>false</fc>
       <font>
-        <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+        <opifont.name fontName="Segoe UI" height="9" style="0" pixels="false">Default</opifont.name>
       </font>
       <foreground_color>
         <color red="192" green="192" blue="192" />
@@ -3463,12 +3463,12 @@ $(pv_value)</tooltip>
         <border_width>1</border_width>
         <enabled>true</enabled>
         <font>
-          <opifont.name fontName="Cantarell" height="11" style="1" pixels="false">Default Bold</opifont.name>
+          <opifont.name fontName="Segoe UI" height="9" style="1" pixels="false">Default Bold</opifont.name>
         </font>
         <foreground_color>
           <color red="0" green="0" blue="0" />
         </foreground_color>
-        <height>20</height>
+        <height>15</height>
         <horizontal_alignment>1</horizontal_alignment>
         <name>Label</name>
         <rules />
@@ -3484,7 +3484,7 @@ $(pv_value)</tooltip>
         <vertical_alignment>1</vertical_alignment>
         <visible>true</visible>
         <widget_type>Label</widget_type>
-        <width>83</width>
+        <width>67</width>
         <wrap_words>false</wrap_words>
         <wuid>-819d6f3:164c73118c5:-6f87</wuid>
         <x>102</x>
@@ -3503,12 +3503,12 @@ $(pv_value)</tooltip>
         <border_width>1</border_width>
         <enabled>true</enabled>
         <font>
-          <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+          <opifont.name fontName="Segoe UI" height="9" style="0" pixels="false">Default</opifont.name>
         </font>
         <foreground_color>
           <color red="0" green="0" blue="0" />
         </foreground_color>
-        <height>20</height>
+        <height>15</height>
         <horizontal_alignment>1</horizontal_alignment>
         <name>Label_4</name>
         <rules />
@@ -3524,7 +3524,7 @@ $(pv_value)</tooltip>
         <vertical_alignment>1</vertical_alignment>
         <visible>true</visible>
         <widget_type>Label</widget_type>
-        <width>92</width>
+        <width>77</width>
         <wrap_words>false</wrap_words>
         <wuid>6be98e43:164cb50327e:-6e45</wuid>
         <x>14</x>
@@ -3543,12 +3543,12 @@ $(pv_value)</tooltip>
         <border_width>1</border_width>
         <enabled>true</enabled>
         <font>
-          <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+          <opifont.name fontName="Segoe UI" height="9" style="0" pixels="false">Default</opifont.name>
         </font>
         <foreground_color>
           <color red="0" green="0" blue="0" />
         </foreground_color>
-        <height>20</height>
+        <height>15</height>
         <horizontal_alignment>1</horizontal_alignment>
         <name>Label_1</name>
         <rules />
@@ -3564,7 +3564,7 @@ $(pv_value)</tooltip>
         <vertical_alignment>1</vertical_alignment>
         <visible>true</visible>
         <widget_type>Label</widget_type>
-        <width>30</width>
+        <width>25</width>
         <wrap_words>false</wrap_words>
         <wuid>6be98e43:164cb50327e:-6e44</wuid>
         <x>78</x>
@@ -3583,12 +3583,12 @@ $(pv_value)</tooltip>
         <border_width>1</border_width>
         <enabled>true</enabled>
         <font>
-          <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+          <opifont.name fontName="Segoe UI" height="9" style="0" pixels="false">Default</opifont.name>
         </font>
         <foreground_color>
           <color red="0" green="0" blue="0" />
         </foreground_color>
-        <height>20</height>
+        <height>15</height>
         <horizontal_alignment>1</horizontal_alignment>
         <name>Label_3</name>
         <rules />
@@ -3604,7 +3604,7 @@ $(pv_value)</tooltip>
         <vertical_alignment>1</vertical_alignment>
         <visible>true</visible>
         <widget_type>Label</widget_type>
-        <width>47</width>
+        <width>38</width>
         <wrap_words>false</wrap_words>
         <wuid>6be98e43:164cb50327e:-6e43</wuid>
         <x>63</x>
@@ -3629,7 +3629,7 @@ $(pv_value)</tooltip>
         <effect_3d>true</effect_3d>
         <enabled>true</enabled>
         <font>
-          <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+          <opifont.name fontName="Segoe UI" height="9" style="0" pixels="false">Default</opifont.name>
         </font>
         <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
         <foreground_color>
@@ -3854,7 +3854,7 @@ $(pv_value)</tooltip>
         <border_width>1</border_width>
         <enabled>true</enabled>
         <font>
-          <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+          <opifont.name fontName="Segoe UI" height="9" style="0" pixels="false">Default</opifont.name>
         </font>
         <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
         <foreground_color>
@@ -3899,7 +3899,7 @@ $(pv_value)</tooltip>
       <enabled>true</enabled>
       <fc>false</fc>
       <font>
-        <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+        <opifont.name fontName="Segoe UI" height="9" style="0" pixels="false">Default</opifont.name>
       </font>
       <foreground_color>
         <color red="192" green="192" blue="192" />
@@ -3940,12 +3940,12 @@ $(pv_value)</tooltip>
         <border_width>1</border_width>
         <enabled>true</enabled>
         <font>
-          <opifont.name fontName="Cantarell" height="11" style="1" pixels="false">Default Bold</opifont.name>
+          <opifont.name fontName="Segoe UI" height="9" style="1" pixels="false">Default Bold</opifont.name>
         </font>
         <foreground_color>
           <color red="0" green="0" blue="0" />
         </foreground_color>
-        <height>20</height>
+        <height>15</height>
         <horizontal_alignment>1</horizontal_alignment>
         <name>Label</name>
         <rules />
@@ -3961,7 +3961,7 @@ $(pv_value)</tooltip>
         <vertical_alignment>1</vertical_alignment>
         <visible>true</visible>
         <widget_type>Label</widget_type>
-        <width>57</width>
+        <width>46</width>
         <wrap_words>false</wrap_words>
         <wuid>-819d6f3:164c73118c5:-6fd7</wuid>
         <x>111</x>
@@ -3980,12 +3980,12 @@ $(pv_value)</tooltip>
         <border_width>1</border_width>
         <enabled>true</enabled>
         <font>
-          <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+          <opifont.name fontName="Segoe UI" height="9" style="0" pixels="false">Default</opifont.name>
         </font>
         <foreground_color>
           <color red="0" green="0" blue="0" />
         </foreground_color>
-        <height>20</height>
+        <height>15</height>
         <horizontal_alignment>1</horizontal_alignment>
         <name>Label_4</name>
         <rules />
@@ -4001,7 +4001,7 @@ $(pv_value)</tooltip>
         <vertical_alignment>1</vertical_alignment>
         <visible>true</visible>
         <widget_type>Label</widget_type>
-        <width>92</width>
+        <width>77</width>
         <wrap_words>false</wrap_words>
         <wuid>6be98e43:164cb50327e:-6e65</wuid>
         <x>14</x>
@@ -4020,12 +4020,12 @@ $(pv_value)</tooltip>
         <border_width>1</border_width>
         <enabled>true</enabled>
         <font>
-          <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+          <opifont.name fontName="Segoe UI" height="9" style="0" pixels="false">Default</opifont.name>
         </font>
         <foreground_color>
           <color red="0" green="0" blue="0" />
         </foreground_color>
-        <height>20</height>
+        <height>15</height>
         <horizontal_alignment>1</horizontal_alignment>
         <name>Label_1</name>
         <rules />
@@ -4041,7 +4041,7 @@ $(pv_value)</tooltip>
         <vertical_alignment>1</vertical_alignment>
         <visible>true</visible>
         <widget_type>Label</widget_type>
-        <width>30</width>
+        <width>25</width>
         <wrap_words>false</wrap_words>
         <wuid>6be98e43:164cb50327e:-6e64</wuid>
         <x>78</x>
@@ -4060,12 +4060,12 @@ $(pv_value)</tooltip>
         <border_width>1</border_width>
         <enabled>true</enabled>
         <font>
-          <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+          <opifont.name fontName="Segoe UI" height="9" style="0" pixels="false">Default</opifont.name>
         </font>
         <foreground_color>
           <color red="0" green="0" blue="0" />
         </foreground_color>
-        <height>20</height>
+        <height>15</height>
         <horizontal_alignment>1</horizontal_alignment>
         <name>Label_3</name>
         <rules />
@@ -4081,7 +4081,7 @@ $(pv_value)</tooltip>
         <vertical_alignment>1</vertical_alignment>
         <visible>true</visible>
         <widget_type>Label</widget_type>
-        <width>47</width>
+        <width>38</width>
         <wrap_words>false</wrap_words>
         <wuid>6be98e43:164cb50327e:-6e63</wuid>
         <x>63</x>
@@ -4106,7 +4106,7 @@ $(pv_value)</tooltip>
         <effect_3d>true</effect_3d>
         <enabled>true</enabled>
         <font>
-          <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+          <opifont.name fontName="Segoe UI" height="9" style="0" pixels="false">Default</opifont.name>
         </font>
         <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
         <foreground_color>
@@ -4331,7 +4331,7 @@ $(pv_value)</tooltip>
         <border_width>1</border_width>
         <enabled>true</enabled>
         <font>
-          <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+          <opifont.name fontName="Segoe UI" height="9" style="0" pixels="false">Default</opifont.name>
         </font>
         <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
         <foreground_color>
@@ -4376,7 +4376,7 @@ $(pv_value)</tooltip>
       <enabled>true</enabled>
       <fc>false</fc>
       <font>
-        <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+        <opifont.name fontName="Segoe UI" height="9" style="0" pixels="false">Default</opifont.name>
       </font>
       <foreground_color>
         <color red="192" green="192" blue="192" />
@@ -4417,12 +4417,12 @@ $(pv_value)</tooltip>
         <border_width>1</border_width>
         <enabled>true</enabled>
         <font>
-          <opifont.name fontName="Cantarell" height="11" style="1" pixels="false">Default Bold</opifont.name>
+          <opifont.name fontName="Segoe UI" height="9" style="1" pixels="false">Default Bold</opifont.name>
         </font>
         <foreground_color>
           <color red="0" green="0" blue="0" />
         </foreground_color>
-        <height>20</height>
+        <height>15</height>
         <horizontal_alignment>1</horizontal_alignment>
         <name>Label</name>
         <rules />
@@ -4438,7 +4438,7 @@ $(pv_value)</tooltip>
         <vertical_alignment>1</vertical_alignment>
         <visible>true</visible>
         <widget_type>Label</widget_type>
-        <width>47</width>
+        <width>37</width>
         <wrap_words>false</wrap_words>
         <wuid>-819d6f3:164c73118c5:-6faf</wuid>
         <x>120</x>
@@ -4457,12 +4457,12 @@ $(pv_value)</tooltip>
         <border_width>1</border_width>
         <enabled>true</enabled>
         <font>
-          <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+          <opifont.name fontName="Segoe UI" height="9" style="0" pixels="false">Default</opifont.name>
         </font>
         <foreground_color>
           <color red="0" green="0" blue="0" />
         </foreground_color>
-        <height>20</height>
+        <height>15</height>
         <horizontal_alignment>1</horizontal_alignment>
         <name>Label_4</name>
         <rules />
@@ -4478,7 +4478,7 @@ $(pv_value)</tooltip>
         <vertical_alignment>1</vertical_alignment>
         <visible>true</visible>
         <widget_type>Label</widget_type>
-        <width>92</width>
+        <width>77</width>
         <wrap_words>false</wrap_words>
         <wuid>6be98e43:164cb50327e:-6e55</wuid>
         <x>14</x>
@@ -4497,12 +4497,12 @@ $(pv_value)</tooltip>
         <border_width>1</border_width>
         <enabled>true</enabled>
         <font>
-          <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+          <opifont.name fontName="Segoe UI" height="9" style="0" pixels="false">Default</opifont.name>
         </font>
         <foreground_color>
           <color red="0" green="0" blue="0" />
         </foreground_color>
-        <height>20</height>
+        <height>15</height>
         <horizontal_alignment>1</horizontal_alignment>
         <name>Label_1</name>
         <rules />
@@ -4518,7 +4518,7 @@ $(pv_value)</tooltip>
         <vertical_alignment>1</vertical_alignment>
         <visible>true</visible>
         <widget_type>Label</widget_type>
-        <width>30</width>
+        <width>25</width>
         <wrap_words>false</wrap_words>
         <wuid>6be98e43:164cb50327e:-6e54</wuid>
         <x>78</x>
@@ -4537,12 +4537,12 @@ $(pv_value)</tooltip>
         <border_width>1</border_width>
         <enabled>true</enabled>
         <font>
-          <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+          <opifont.name fontName="Segoe UI" height="9" style="0" pixels="false">Default</opifont.name>
         </font>
         <foreground_color>
           <color red="0" green="0" blue="0" />
         </foreground_color>
-        <height>20</height>
+        <height>15</height>
         <horizontal_alignment>1</horizontal_alignment>
         <name>Label_3</name>
         <rules />
@@ -4558,7 +4558,7 @@ $(pv_value)</tooltip>
         <vertical_alignment>1</vertical_alignment>
         <visible>true</visible>
         <widget_type>Label</widget_type>
-        <width>47</width>
+        <width>38</width>
         <wrap_words>false</wrap_words>
         <wuid>6be98e43:164cb50327e:-6e53</wuid>
         <x>63</x>
@@ -4583,7 +4583,7 @@ $(pv_value)</tooltip>
         <effect_3d>true</effect_3d>
         <enabled>true</enabled>
         <font>
-          <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+          <opifont.name fontName="Segoe UI" height="9" style="0" pixels="false">Default</opifont.name>
         </font>
         <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
         <foreground_color>
@@ -4796,7 +4796,7 @@ $(pv_value)</tooltip>
       <border_width>1</border_width>
       <enabled>true</enabled>
       <font>
-        <fontdata fontName="Titillium" height="20" style="0" pixels="false" />
+        <opifont.name fontName="Source Sans Pro" height="16" style="0" pixels="false">NORMAL-SANS-PLAIN</opifont.name>
       </font>
       <foreground_color>
         <color name="IO Label" red="0" green="0" blue="0" />
@@ -4854,7 +4854,7 @@ $(pv_value)</tooltip>
       <border_width>1</border_width>
       <enabled>true</enabled>
       <font>
-        <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+        <opifont.name fontName="Segoe UI" height="9" style="0" pixels="false">Default</opifont.name>
       </font>
       <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
       <foreground_color>
diff --git a/NON-APPROVED/lebt-010-pbi-npm/user/npmUserAllSubs.opi b/NON-APPROVED/lebt-pbi/npm/user/npmUserAllSubs.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-npm/user/npmUserAllSubs.opi
rename to NON-APPROVED/lebt-pbi/npm/user/npmUserAllSubs.opi
diff --git a/NON-APPROVED/lebt-010-pbi-npm/user/npmUserCamera.opi b/NON-APPROVED/lebt-pbi/npm/user/npmUserCamera.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-npm/user/npmUserCamera.opi
rename to NON-APPROVED/lebt-pbi/npm/user/npmUserCamera.opi
diff --git a/NON-APPROVED/lebt-010-pbi-npm/user/npmUserGaussFit.opi b/NON-APPROVED/lebt-pbi/npm/user/npmUserGaussFit.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-npm/user/npmUserGaussFit.opi
rename to NON-APPROVED/lebt-pbi/npm/user/npmUserGaussFit.opi
diff --git a/NON-APPROVED/lebt-010-pbi-npm/user/npmUserLensMotor.opi b/NON-APPROVED/lebt-pbi/npm/user/npmUserLensMotor.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-npm/user/npmUserLensMotor.opi
rename to NON-APPROVED/lebt-pbi/npm/user/npmUserLensMotor.opi
diff --git a/NON-APPROVED/lebt-010-pbi-npm/user/npmUserLensMotor_Old.opi b/NON-APPROVED/lebt-pbi/npm/user/npmUserLensMotor_Old.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-npm/user/npmUserLensMotor_Old.opi
rename to NON-APPROVED/lebt-pbi/npm/user/npmUserLensMotor_Old.opi
diff --git a/NON-APPROVED/lebt-010-pbi-npm/user/npmUserObjPos.opi b/NON-APPROVED/lebt-pbi/npm/user/npmUserObjPos.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-npm/user/npmUserObjPos.opi
rename to NON-APPROVED/lebt-pbi/npm/user/npmUserObjPos.opi
diff --git a/NON-APPROVED/lebt-010-pbi-npm/user/npmUserOverview.opi b/NON-APPROVED/lebt-pbi/npm/user/npmUserOverview.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-npm/user/npmUserOverview.opi
rename to NON-APPROVED/lebt-pbi/npm/user/npmUserOverview.opi
diff --git a/NON-APPROVED/lebt-010-pbi-npm/user/npmUserPreProcessing.opi b/NON-APPROVED/lebt-pbi/npm/user/npmUserPreProcessing.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-npm/user/npmUserPreProcessing.opi
rename to NON-APPROVED/lebt-pbi/npm/user/npmUserPreProcessing.opi
diff --git a/NON-APPROVED/lebt-010-pbi-npm/user/npmUserRollingBuffers.opi b/NON-APPROVED/lebt-pbi/npm/user/npmUserRollingBuffers.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-npm/user/npmUserRollingBuffers.opi
rename to NON-APPROVED/lebt-pbi/npm/user/npmUserRollingBuffers.opi
diff --git a/NON-APPROVED/lebt-010-pbi-npm/user/npmUserStats.opi b/NON-APPROVED/lebt-pbi/npm/user/npmUserStats.opi
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-npm/user/npmUserStats.opi
rename to NON-APPROVED/lebt-pbi/npm/user/npmUserStats.opi
diff --git a/NON-APPROVED/lebt-010-pbi-npm/user/scripts/evr_macro.js b/NON-APPROVED/lebt-pbi/npm/user/scripts/evr_macro.js
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-npm/user/scripts/evr_macro.js
rename to NON-APPROVED/lebt-pbi/npm/user/scripts/evr_macro.js
diff --git a/NON-APPROVED/lebt-010-pbi-npm/user/scripts/image_limits.js b/NON-APPROVED/lebt-pbi/npm/user/scripts/image_limits.js
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-npm/user/scripts/image_limits.js
rename to NON-APPROVED/lebt-pbi/npm/user/scripts/image_limits.js
diff --git a/NON-APPROVED/lebt-010-pbi-npm/user/scripts/syncGaussianParam.py b/NON-APPROVED/lebt-pbi/npm/user/scripts/syncGaussianParam.py
similarity index 100%
rename from NON-APPROVED/lebt-010-pbi-npm/user/scripts/syncGaussianParam.py
rename to NON-APPROVED/lebt-pbi/npm/user/scripts/syncGaussianParam.py
diff --git a/NON-APPROVED/skid-rfq/EPICS-Errors.dxf b/NON-APPROVED/skid-rfq/EPICS-Errors.dxf
new file mode 100644
index 0000000000000000000000000000000000000000..443fbcca699b32e3adc201ee3c6ddcfdbe9e809f
--- /dev/null
+++ b/NON-APPROVED/skid-rfq/EPICS-Errors.dxf
@@ -0,0 +1,163092 @@
+  0
+SECTION
+  2
+HEADER
+  9
+$ACADVER
+  1
+AC1027
+  9
+$ACADMAINTVER
+ 70
+    81
+  9
+$DWGCODEPAGE
+  3
+ANSI_1252
+  9
+$LASTSAVEDBY
+  1
+tjoannem
+  9
+$REQUIREDVERSIONS
+160
+                 0
+  9
+$INSBASE
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  9
+$EXTMIN
+ 10
+-0.0872553884632907
+ 20
+-354.0597261921448
+ 30
+-54.40310825943015
+  9
+$EXTMAX
+ 10
+1915.93960918264
+ 20
+718.0769856330307
+ 30
+992366.5424119812
+  9
+$LIMMIN
+ 10
+0.0003931386999056
+ 20
+-177.0017847744181
+  9
+$LIMMAX
+ 10
+1915.000059505233
+ 20
+894.9971695415896
+  9
+$ORTHOMODE
+ 70
+     1
+  9
+$REGENMODE
+ 70
+     1
+  9
+$FILLMODE
+ 70
+     0
+  9
+$QTEXTMODE
+ 70
+     0
+  9
+$MIRRTEXT
+ 70
+     0
+  9
+$LTSCALE
+ 40
+1.0
+  9
+$ATTMODE
+ 70
+     1
+  9
+$TEXTSIZE
+ 40
+0.2
+  9
+$TRACEWID
+ 40
+0.05
+  9
+$TEXTSTYLE
+  7
+Standard
+  9
+$CLAYER
+  8
+0
+  9
+$CELTYPE
+  6
+ByLayer
+  9
+$CECOLOR
+ 62
+   256
+  9
+$CELTSCALE
+ 40
+1.0
+  9
+$DISPSILH
+ 70
+     0
+  9
+$DIMSCALE
+ 40
+1.0
+  9
+$DIMASZ
+ 40
+0.18
+  9
+$DIMEXO
+ 40
+0.0625
+  9
+$DIMDLI
+ 40
+0.38
+  9
+$DIMRND
+ 40
+0.0
+  9
+$DIMDLE
+ 40
+0.0
+  9
+$DIMEXE
+ 40
+0.18
+  9
+$DIMTP
+ 40
+0.0
+  9
+$DIMTM
+ 40
+0.0
+  9
+$DIMTXT
+ 40
+0.18
+  9
+$DIMCEN
+ 40
+0.09
+  9
+$DIMTSZ
+ 40
+0.0
+  9
+$DIMTOL
+ 70
+     0
+  9
+$DIMLIM
+ 70
+     0
+  9
+$DIMTIH
+ 70
+     1
+  9
+$DIMTOH
+ 70
+     1
+  9
+$DIMSE1
+ 70
+     0
+  9
+$DIMSE2
+ 70
+     0
+  9
+$DIMTAD
+ 70
+     0
+  9
+$DIMZIN
+ 70
+     0
+  9
+$DIMBLK
+  1
+
+  9
+$DIMASO
+ 70
+     1
+  9
+$DIMSHO
+ 70
+     1
+  9
+$DIMPOST
+  1
+
+  9
+$DIMAPOST
+  1
+
+  9
+$DIMALT
+ 70
+     0
+  9
+$DIMALTD
+ 70
+     2
+  9
+$DIMALTF
+ 40
+25.4
+  9
+$DIMLFAC
+ 40
+1.0
+  9
+$DIMTOFL
+ 70
+     0
+  9
+$DIMTVP
+ 40
+0.0
+  9
+$DIMTIX
+ 70
+     0
+  9
+$DIMSOXD
+ 70
+     0
+  9
+$DIMSAH
+ 70
+     0
+  9
+$DIMBLK1
+  1
+
+  9
+$DIMBLK2
+  1
+
+  9
+$DIMSTYLE
+  2
+Standard
+  9
+$DIMCLRD
+ 70
+     0
+  9
+$DIMCLRE
+ 70
+     0
+  9
+$DIMCLRT
+ 70
+     0
+  9
+$DIMTFAC
+ 40
+1.0
+  9
+$DIMGAP
+ 40
+0.09
+  9
+$DIMJUST
+ 70
+     0
+  9
+$DIMSD1
+ 70
+     0
+  9
+$DIMSD2
+ 70
+     0
+  9
+$DIMTOLJ
+ 70
+     1
+  9
+$DIMTZIN
+ 70
+     0
+  9
+$DIMALTZ
+ 70
+     0
+  9
+$DIMALTTZ
+ 70
+     0
+  9
+$DIMUPT
+ 70
+     0
+  9
+$DIMDEC
+ 70
+     4
+  9
+$DIMTDEC
+ 70
+     4
+  9
+$DIMALTU
+ 70
+     2
+  9
+$DIMALTTD
+ 70
+     2
+  9
+$DIMTXSTY
+  7
+Standard
+  9
+$DIMAUNIT
+ 70
+     0
+  9
+$DIMADEC
+ 70
+     0
+  9
+$DIMALTRND
+ 40
+0.0
+  9
+$DIMAZIN
+ 70
+     0
+  9
+$DIMDSEP
+ 70
+    46
+  9
+$DIMATFIT
+ 70
+     3
+  9
+$DIMFRAC
+ 70
+     0
+  9
+$DIMLDRBLK
+  1
+
+  9
+$DIMLUNIT
+ 70
+     2
+  9
+$DIMLWD
+ 70
+    -2
+  9
+$DIMLWE
+ 70
+    -2
+  9
+$DIMTMOVE
+ 70
+     0
+  9
+$DIMFXL
+ 40
+1.0
+  9
+$DIMFXLON
+ 70
+     0
+  9
+$DIMJOGANG
+ 40
+0.7853981633974483
+  9
+$DIMTFILL
+ 70
+     0
+  9
+$DIMTFILLCLR
+ 70
+     0
+  9
+$DIMARCSYM
+ 70
+     0
+  9
+$DIMLTYPE
+  6
+
+  9
+$DIMLTEX1
+  6
+
+  9
+$DIMLTEX2
+  6
+
+  9
+$DIMTXTDIRECTION
+ 70
+     0
+  9
+$LUNITS
+ 70
+     2
+  9
+$LUPREC
+ 70
+     4
+  9
+$SKETCHINC
+ 40
+0.1
+  9
+$FILLETRAD
+ 40
+0.0
+  9
+$AUNITS
+ 70
+     0
+  9
+$AUPREC
+ 70
+     0
+  9
+$MENU
+  1
+.
+  9
+$ELEVATION
+ 40
+0.0
+  9
+$PELEVATION
+ 40
+0.0
+  9
+$THICKNESS
+ 40
+0.0
+  9
+$LIMCHECK
+ 70
+     0
+  9
+$CHAMFERA
+ 40
+0.0
+  9
+$CHAMFERB
+ 40
+0.0
+  9
+$CHAMFERC
+ 40
+0.0
+  9
+$CHAMFERD
+ 40
+0.0
+  9
+$SKPOLY
+ 70
+     0
+  9
+$TDCREATE
+ 40
+2452643.146717604
+  9
+$TDUCREATE
+ 40
+2452643.063384271
+  9
+$TDUPDATE
+ 40
+2458290.471358612
+  9
+$TDUUPDATE
+ 40
+2458290.388025278
+  9
+$TDINDWG
+ 40
+42.5035762731
+  9
+$TDUSRTIMER
+ 40
+2457360.605559259
+  9
+$USRTIMER
+ 70
+     1
+  9
+$ANGBASE
+ 50
+0.0
+  9
+$ANGDIR
+ 70
+     0
+  9
+$PDMODE
+ 70
+     0
+  9
+$PDSIZE
+ 40
+0.0
+  9
+$PLINEWID
+ 40
+0.0
+  9
+$SPLFRAME
+ 70
+     0
+  9
+$SPLINETYPE
+ 70
+     6
+  9
+$SPLINESEGS
+ 70
+     8
+  9
+$HANDSEED
+  5
+22D77
+  9
+$SURFTAB1
+ 70
+     6
+  9
+$SURFTAB2
+ 70
+     6
+  9
+$SURFTYPE
+ 70
+     6
+  9
+$SURFU
+ 70
+     6
+  9
+$SURFV
+ 70
+     6
+  9
+$UCSBASE
+  2
+
+  9
+$UCSNAME
+  2
+
+  9
+$UCSORG
+ 10
+0.0018237785492943
+ 20
+353.9977964523938
+ 30
+0.0
+  9
+$UCSXDIR
+ 10
+1.0
+ 20
+0.0
+ 30
+0.0
+  9
+$UCSYDIR
+ 10
+0.0
+ 20
+1.0
+ 30
+0.0
+  9
+$UCSORTHOREF
+  2
+
+  9
+$UCSORTHOVIEW
+ 70
+     0
+  9
+$UCSORGTOP
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  9
+$UCSORGBOTTOM
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  9
+$UCSORGLEFT
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  9
+$UCSORGRIGHT
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  9
+$UCSORGFRONT
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  9
+$UCSORGBACK
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  9
+$PUCSBASE
+  2
+
+  9
+$PUCSNAME
+  2
+
+  9
+$PUCSORG
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  9
+$PUCSXDIR
+ 10
+1.0
+ 20
+0.0
+ 30
+0.0
+  9
+$PUCSYDIR
+ 10
+0.0
+ 20
+1.0
+ 30
+0.0
+  9
+$PUCSORTHOREF
+  2
+
+  9
+$PUCSORTHOVIEW
+ 70
+     0
+  9
+$PUCSORGTOP
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  9
+$PUCSORGBOTTOM
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  9
+$PUCSORGLEFT
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  9
+$PUCSORGRIGHT
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  9
+$PUCSORGFRONT
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  9
+$PUCSORGBACK
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  9
+$USERI1
+ 70
+     0
+  9
+$USERI2
+ 70
+     0
+  9
+$USERI3
+ 70
+     0
+  9
+$USERI4
+ 70
+     0
+  9
+$USERI5
+ 70
+     0
+  9
+$USERR1
+ 40
+0.0
+  9
+$USERR2
+ 40
+0.0
+  9
+$USERR3
+ 40
+0.0
+  9
+$USERR4
+ 40
+0.0
+  9
+$USERR5
+ 40
+0.0
+  9
+$WORLDVIEW
+ 70
+     1
+  9
+$SHADEDGE
+ 70
+     3
+  9
+$SHADEDIF
+ 70
+    70
+  9
+$TILEMODE
+ 70
+     1
+  9
+$MAXACTVP
+ 70
+    64
+  9
+$PINSBASE
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  9
+$PLIMCHECK
+ 70
+     0
+  9
+$PEXTMIN
+ 10
+1.049999999999996
+ 20
+0.6999999999999999
+ 30
+0.0
+  9
+$PEXTMAX
+ 10
+9.449999999999999
+ 20
+6.299999999999998
+ 30
+0.0
+  9
+$PLIMMIN
+ 10
+0.0
+ 20
+0.0
+  9
+$PLIMMAX
+ 10
+0.0
+ 20
+0.0
+  9
+$UNITMODE
+ 70
+     0
+  9
+$VISRETAIN
+ 70
+     1
+  9
+$PLINEGEN
+ 70
+     0
+  9
+$PSLTSCALE
+ 70
+     1
+  9
+$TREEDEPTH
+ 70
+  3020
+  9
+$CMLSTYLE
+  2
+Standard
+  9
+$CMLJUST
+ 70
+     0
+  9
+$CMLSCALE
+ 40
+1.0
+  9
+$PROXYGRAPHICS
+ 70
+     1
+  9
+$MEASUREMENT
+ 70
+     0
+  9
+$CELWEIGHT
+370
+    -1
+  9
+$ENDCAPS
+280
+     0
+  9
+$JOINSTYLE
+280
+     0
+  9
+$LWDISPLAY
+290
+     0
+  9
+$INSUNITS
+ 70
+     1
+  9
+$HYPERLINKBASE
+  1
+
+  9
+$STYLESHEET
+  1
+
+  9
+$XEDIT
+290
+     1
+  9
+$CEPSNTYPE
+380
+     0
+  9
+$PSTYLEMODE
+290
+     1
+  9
+$FINGERPRINTGUID
+  2
+{FDEAD576-A652-11D2-9A35-0060089B3A3F}
+  9
+$VERSIONGUID
+  2
+{E31082DA-4E29-451D-B670-D5CBCB744607}
+  9
+$EXTNAMES
+290
+     1
+  9
+$PSVPSCALE
+ 40
+0.0
+  9
+$OLESTARTUP
+290
+     0
+  9
+$SORTENTS
+280
+   127
+  9
+$INDEXCTL
+280
+     0
+  9
+$HIDETEXT
+280
+     1
+  9
+$XCLIPFRAME
+280
+     0
+  9
+$HALOGAP
+280
+     0
+  9
+$OBSCOLOR
+ 70
+   257
+  9
+$OBSLTYPE
+280
+     0
+  9
+$INTERSECTIONDISPLAY
+280
+     0
+  9
+$INTERSECTIONCOLOR
+ 70
+   257
+  9
+$DIMASSOC
+280
+     2
+  9
+$PROJECTNAME
+  1
+
+  9
+$CAMERADISPLAY
+290
+     0
+  9
+$LENSLENGTH
+ 40
+50.0
+  9
+$CAMERAHEIGHT
+ 40
+0.0
+  9
+$STEPSPERSEC
+ 40
+2.0
+  9
+$STEPSIZE
+ 40
+6.0
+  9
+$3DDWFPREC
+ 40
+2.0
+  9
+$PSOLWIDTH
+ 40
+0.25
+  9
+$PSOLHEIGHT
+ 40
+4.0
+  9
+$LOFTANG1
+ 40
+1.570796326794897
+  9
+$LOFTANG2
+ 40
+1.570796326794897
+  9
+$LOFTMAG1
+ 40
+0.0
+  9
+$LOFTMAG2
+ 40
+0.0
+  9
+$LOFTPARAM
+ 70
+     7
+  9
+$LOFTNORMALS
+280
+     1
+  9
+$LATITUDE
+ 40
+37.795
+  9
+$LONGITUDE
+ 40
+-122.394
+  9
+$NORTHDIRECTION
+ 40
+0.0
+  9
+$TIMEZONE
+ 70
+ -8000
+  9
+$LIGHTGLYPHDISPLAY
+280
+     1
+  9
+$TILEMODELIGHTSYNCH
+280
+     1
+  9
+$CMATERIAL
+347
+96
+  9
+$SOLIDHIST
+280
+     1
+  9
+$SHOWHIST
+280
+     1
+  9
+$DWFFRAME
+280
+     2
+  9
+$DGNFRAME
+280
+     0
+  9
+$REALWORLDSCALE
+290
+     1
+  9
+$INTERFERECOLOR
+ 62
+     1
+  9
+$INTERFEREOBJVS
+345
+A3
+  9
+$INTERFEREVPVS
+346
+AB9
+  9
+$CSHADOW
+280
+     0
+  9
+$SHADOWPLANELOCATION
+ 40
+0.0
+  0
+ENDSEC
+  0
+SECTION
+  2
+CLASSES
+  0
+CLASS
+  1
+ACDBDICTIONARYWDFLT
+  2
+AcDbDictionaryWithDefault
+  3
+ObjectDBX Classes
+ 90
+        0
+ 91
+        1
+280
+     0
+281
+     0
+  0
+CLASS
+  1
+DICTIONARYVAR
+  2
+AcDbDictionaryVar
+  3
+ObjectDBX Classes
+ 90
+        0
+ 91
+       10
+280
+     0
+281
+     0
+  0
+CLASS
+  1
+TABLESTYLE
+  2
+AcDbTableStyle
+  3
+ObjectDBX Classes
+ 90
+     4095
+ 91
+        1
+280
+     0
+281
+     0
+  0
+CLASS
+  1
+MATERIAL
+  2
+AcDbMaterial
+  3
+ObjectDBX Classes
+ 90
+     1153
+ 91
+        3
+280
+     0
+281
+     0
+  0
+CLASS
+  1
+VISUALSTYLE
+  2
+AcDbVisualStyle
+  3
+ObjectDBX Classes
+ 90
+     4095
+ 91
+       26
+280
+     0
+281
+     0
+  0
+CLASS
+  1
+SCALE
+  2
+AcDbScale
+  3
+ObjectDBX Classes
+ 90
+     1153
+ 91
+       33
+280
+     0
+281
+     0
+  0
+CLASS
+  1
+CELLSTYLEMAP
+  2
+AcDbCellStyleMap
+  3
+ObjectDBX Classes
+ 90
+     1152
+ 91
+        1
+280
+     0
+281
+     0
+  0
+CLASS
+  1
+RASTERVARIABLES
+  2
+AcDbRasterVariables
+  3
+ISM
+ 90
+        0
+ 91
+        1
+280
+     0
+281
+     0
+  0
+CLASS
+  1
+SORTENTSTABLE
+  2
+AcDbSortentsTable
+  3
+ObjectDBX Classes
+ 90
+        0
+ 91
+       66
+280
+     0
+281
+     0
+  0
+CLASS
+  1
+MLEADERSTYLE
+  2
+AcDbMLeaderStyle
+  3
+ACDB_MLEADERSTYLE_CLASS
+ 90
+     4095
+ 91
+        1
+280
+     0
+281
+     0
+  0
+CLASS
+  1
+SUN
+  2
+AcDbSun
+  3
+SCENEOE
+ 90
+     1153
+ 91
+        3
+280
+     0
+281
+     0
+  0
+CLASS
+  1
+ACDBSECTIONVIEWSTYLE
+  2
+AcDbSectionViewStyle
+  3
+ObjectDBX Classes
+ 90
+     1025
+ 91
+        2
+280
+     0
+281
+     0
+  0
+CLASS
+  1
+ACDBDETAILVIEWSTYLE
+  2
+AcDbDetailViewStyle
+  3
+ObjectDBX Classes
+ 90
+     1025
+ 91
+        2
+280
+     0
+281
+     0
+  0
+CLASS
+  1
+SOLID_BACKGROUND
+  2
+AcDbSolidBackground
+  3
+SCENEOE
+ 90
+     4095
+ 91
+        0
+280
+     0
+281
+     0
+  0
+CLASS
+  1
+NPOCOLLECTION
+  2
+AcDbImpNonPersistentObjectsCollection
+  3
+ObjectDBX Classes
+ 90
+     1153
+ 91
+        0
+280
+     0
+281
+     0
+  0
+CLASS
+  1
+ACDBASSOCPERSSUBENTMANAGER
+  2
+AcDbAssocPersSubentManager
+  3
+ObjectDBX Classes
+ 90
+     1024
+ 91
+        2
+280
+     0
+281
+     0
+  0
+CLASS
+  1
+ACDBPERSSUBENTMANAGER
+  2
+AcDbPersSubentManager
+  3
+AcDbPersSubentManager
+ 90
+     1024
+ 91
+        2
+280
+     0
+281
+     0
+  0
+ENDSEC
+  0
+SECTION
+  2
+TABLES
+  0
+TABLE
+  2
+VPORT
+  5
+8
+330
+0
+100
+AcDbSymbolTable
+ 70
+     1
+  0
+VPORT
+  5
+94
+330
+8
+100
+AcDbSymbolTableRecord
+100
+AcDbViewportTableRecord
+  2
+*Active
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 11
+1.0
+ 21
+1.0
+ 12
+940.2460621050828
+ 22
+-574.3275339572602
+ 13
+0.0
+ 23
+0.0
+ 14
+1.0
+ 24
+1.0
+ 15
+1.0
+ 25
+1.0
+ 16
+0.0
+ 26
+0.0
+ 36
+3.767880257459921
+ 17
+17.68011479200598
+ 27
+844.7962556319827
+ 37
+496.0
+ 40
+1254.830656422796
+ 41
+1.683885890516576
+ 42
+50.0
+ 43
+0.0
+ 44
+0.0
+ 50
+0.0
+ 51
+0.0
+ 71
+     0
+ 72
+  1000
+ 73
+     1
+ 74
+     3
+ 75
+     1
+ 76
+     1
+ 77
+     0
+ 78
+     0
+281
+     0
+ 65
+     1
+110
+0.0018237785492943
+120
+353.9977964523938
+130
+0.0
+111
+1.0
+121
+0.0
+131
+0.0
+112
+0.0
+122
+1.0
+132
+0.0
+ 79
+     0
+146
+0.0
+348
+9F
+ 60
+     2
+ 61
+     4
+292
+     1
+282
+     1
+141
+0.0
+142
+0.0
+ 63
+   250
+421
+  3355443
+361
+6B57
+1001
+ACAD_NAV_VCDISPLAY
+1070
+     3
+  0
+ENDTAB
+  0
+TABLE
+  2
+LTYPE
+  5
+5
+330
+0
+100
+AcDbSymbolTable
+ 70
+     7
+  0
+LTYPE
+  5
+14
+330
+5
+100
+AcDbSymbolTableRecord
+100
+AcDbLinetypeTableRecord
+  2
+ByBlock
+ 70
+     0
+  3
+
+ 72
+    65
+ 73
+     0
+ 40
+0.0
+  0
+LTYPE
+  5
+15
+330
+5
+100
+AcDbSymbolTableRecord
+100
+AcDbLinetypeTableRecord
+  2
+ByLayer
+ 70
+     0
+  3
+
+ 72
+    65
+ 73
+     0
+ 40
+0.0
+  0
+LTYPE
+  5
+16
+330
+5
+100
+AcDbSymbolTableRecord
+100
+AcDbLinetypeTableRecord
+  2
+Continuous
+ 70
+     0
+  3
+Solid line
+ 72
+    65
+ 73
+     0
+ 40
+0.0
+  0
+LTYPE
+  5
+E6
+330
+5
+100
+AcDbSymbolTableRecord
+100
+AcDbLinetypeTableRecord
+  2
+CONTINU
+ 70
+     0
+  3
+Ligne continue
+ 72
+    65
+ 73
+     0
+ 40
+0.0
+  0
+LTYPE
+  5
+430
+330
+5
+100
+AcDbSymbolTableRecord
+100
+AcDbLinetypeTableRecord
+  2
+CACHE
+ 70
+     0
+  3
+_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
+ 72
+    65
+ 73
+     2
+ 40
+0.375
+ 49
+0.25
+ 74
+     0
+ 49
+-0.125
+ 74
+     0
+  0
+LTYPE
+  5
+440
+330
+5
+100
+AcDbSymbolTableRecord
+100
+AcDbLinetypeTableRecord
+  2
+TIRET
+ 70
+     0
+  3
+- - - - - - -
+ 72
+    65
+ 73
+     2
+ 40
+0.22
+ 49
+0.11
+ 74
+     0
+ 49
+-0.11
+ 74
+     0
+  0
+LTYPE
+  5
+6B73
+330
+5
+100
+AcDbSymbolTableRecord
+100
+AcDbLinetypeTableRecord
+  2
+MIXTE
+ 70
+     0
+  3
+__ . __ . __ . __ . __ . __ . __ . __ . __ .
+ 72
+    65
+ 73
+     4
+ 40
+1.0
+ 49
+0.5
+ 74
+     0
+ 49
+-0.25
+ 74
+     0
+ 49
+0.0
+ 74
+     0
+ 49
+-0.25
+ 74
+     0
+  0
+LTYPE
+  5
+C7E8
+330
+5
+100
+AcDbSymbolTableRecord
+100
+AcDbLinetypeTableRecord
+  2
+DISCONTINU
+ 70
+     0
+  3
+__ __ __ __ __ __ __ __ __ __ __ __ __ __ __ __
+ 72
+    65
+ 73
+     2
+ 40
+0.75
+ 49
+0.5
+ 74
+     0
+ 49
+-0.25
+ 74
+     0
+  0
+LTYPE
+  5
+135B9
+330
+5
+100
+AcDbSymbolTableRecord
+100
+AcDbLinetypeTableRecord
+  2
+BORDURE
+ 70
+     0
+  3
+__ __ . __ __ . __ __ . __ __ . __ __ . __ __
+ 72
+    65
+ 73
+     6
+ 40
+1.75
+ 49
+0.5
+ 74
+     0
+ 49
+-0.25
+ 74
+     0
+ 49
+0.5
+ 74
+     0
+ 49
+-0.25
+ 74
+     0
+ 49
+0.0
+ 74
+     0
+ 49
+-0.25
+ 74
+     0
+  0
+ENDTAB
+  0
+TABLE
+  2
+LAYER
+  5
+2
+102
+{ACAD_XDICTIONARY
+360
+2E06
+102
+}
+330
+0
+100
+AcDbSymbolTable
+ 70
+    33
+  0
+LAYER
+  5
+10
+330
+2
+100
+AcDbSymbolTableRecord
+100
+AcDbLayerTableRecord
+  2
+0
+ 70
+     0
+ 62
+     7
+  6
+Continuous
+370
+    -3
+390
+F
+347
+98
+348
+0
+  0
+LAYER
+  5
+E4
+330
+2
+100
+AcDbSymbolTableRecord
+100
+AcDbLayerTableRecord
+  2
+INSTRUM
+ 70
+     0
+ 62
+     7
+  6
+CONTINU
+370
+    -3
+390
+F
+347
+98
+348
+0
+  0
+LAYER
+  5
+E7
+330
+2
+100
+AcDbSymbolTableRecord
+100
+AcDbLayerTableRecord
+  2
+IMG027
+ 70
+     0
+ 62
+    27
+  6
+CONTINU
+370
+    -3
+390
+F
+347
+98
+348
+0
+  0
+LAYER
+  5
+E8
+330
+2
+100
+AcDbSymbolTableRecord
+100
+AcDbLayerTableRecord
+  2
+IMG028
+ 70
+     0
+ 62
+    28
+  6
+CONTINU
+370
+    -3
+390
+F
+347
+98
+348
+0
+  0
+LAYER
+  5
+E9
+330
+2
+100
+AcDbSymbolTableRecord
+100
+AcDbLayerTableRecord
+  2
+IMG007
+ 70
+     0
+ 62
+     7
+  6
+CONTINU
+370
+    -3
+390
+F
+347
+98
+348
+0
+  0
+LAYER
+  5
+EA
+330
+2
+100
+AcDbSymbolTableRecord
+100
+AcDbLayerTableRecord
+  2
+IMG134
+ 70
+     0
+ 62
+   134
+  6
+CONTINU
+370
+    -3
+390
+F
+347
+98
+348
+0
+  0
+LAYER
+  5
+EB
+330
+2
+100
+AcDbSymbolTableRecord
+100
+AcDbLayerTableRecord
+  2
+IMG008
+ 70
+     0
+ 62
+     7
+  6
+Continuous
+370
+    -3
+390
+F
+347
+98
+348
+0
+  0
+LAYER
+  5
+EC
+330
+2
+100
+AcDbSymbolTableRecord
+100
+AcDbLayerTableRecord
+  2
+IMG009
+ 70
+     0
+ 62
+     9
+  6
+CONTINU
+370
+    -3
+390
+F
+347
+98
+348
+0
+  0
+LAYER
+  5
+423
+102
+{ACAD_XDICTIONARY
+360
+424
+102
+}
+330
+2
+100
+AcDbSymbolTableRecord
+100
+AcDbLayerTableRecord
+  2
+BROUIL
+ 70
+     0
+ 62
+     1
+  6
+Continuous
+370
+    -3
+390
+F
+347
+98
+348
+0
+  0
+LAYER
+  5
+427
+102
+{ACAD_XDICTIONARY
+360
+428
+102
+}
+330
+2
+100
+AcDbSymbolTableRecord
+100
+AcDbLayerTableRecord
+  2
+DESSIN
+ 70
+     0
+ 62
+     7
+  6
+Continuous
+370
+    -3
+390
+F
+347
+98
+348
+0
+  0
+LAYER
+  5
+42A
+102
+{ACAD_XDICTIONARY
+360
+42B
+102
+}
+330
+2
+100
+AcDbSymbolTableRecord
+100
+AcDbLayerTableRecord
+  2
+TEXTE
+ 70
+     0
+ 62
+     7
+  6
+Continuous
+370
+    -3
+390
+F
+347
+98
+348
+0
+  0
+LAYER
+  5
+42D
+102
+{ACAD_XDICTIONARY
+360
+42E
+102
+}
+330
+2
+100
+AcDbSymbolTableRecord
+100
+AcDbLayerTableRecord
+  2
+HE_Circuit_2
+ 70
+     0
+ 62
+    21
+  6
+CACHE
+370
+    -3
+390
+F
+347
+98
+348
+0
+  0
+LAYER
+  5
+431
+102
+{ACAD_XDICTIONARY
+360
+432
+102
+}
+330
+2
+100
+AcDbSymbolTableRecord
+100
+AcDbLayerTableRecord
+  2
+Vide
+ 70
+     0
+ 62
+   160
+  6
+CONTINU
+370
+    -3
+390
+F
+347
+98
+348
+0
+  0
+LAYER
+  5
+435
+102
+{ACAD_XDICTIONARY
+360
+436
+102
+}
+330
+2
+100
+AcDbSymbolTableRecord
+100
+AcDbLayerTableRecord
+  2
+He_Ecran
+ 70
+     0
+ 62
+   132
+  6
+CACHE
+370
+    -3
+390
+F
+347
+98
+348
+0
+  0
+LAYER
+  5
+438
+102
+{ACAD_XDICTIONARY
+360
+439
+102
+}
+330
+2
+100
+AcDbSymbolTableRecord
+100
+AcDbLayerTableRecord
+  2
+Ln2_FLU
+ 70
+     0
+ 62
+    90
+  6
+CONTINU
+370
+    -3
+390
+F
+347
+98
+348
+0
+  0
+LAYER
+  5
+43B
+102
+{ACAD_XDICTIONARY
+360
+43C
+102
+}
+330
+2
+100
+AcDbSymbolTableRecord
+100
+AcDbLayerTableRecord
+  2
+MIRIM
+ 70
+     0
+ 62
+    53
+  6
+Continuous
+370
+    -3
+390
+F
+347
+98
+348
+0
+1001
+AcAecLayerStandard
+1000
+
+1000
+
+  0
+LAYER
+  5
+9FD
+330
+2
+100
+AcDbSymbolTableRecord
+100
+AcDbLayerTableRecord
+  2
+IMG030
+ 70
+     0
+ 62
+    30
+  6
+CONTINU
+370
+    -3
+390
+F
+347
+98
+348
+0
+  0
+LAYER
+  5
+6B63
+102
+{ACAD_XDICTIONARY
+360
+6B64
+102
+}
+330
+2
+100
+AcDbSymbolTableRecord
+100
+AcDbLayerTableRecord
+  2
+Dessin_T
+ 70
+     0
+ 62
+     7
+  6
+CACHE
+370
+    -3
+390
+F
+347
+98
+348
+0
+  0
+LAYER
+  5
+6B67
+102
+{ACAD_XDICTIONARY
+360
+6B68
+102
+}
+330
+2
+100
+AcDbSymbolTableRecord
+100
+AcDbLayerTableRecord
+  2
+Piège froid
+ 70
+     0
+ 62
+   132
+  6
+CONTINU
+370
+    -3
+390
+F
+347
+98
+348
+0
+  0
+LAYER
+  5
+6B6E
+102
+{ACAD_XDICTIONARY
+360
+6B6F
+102
+}
+330
+2
+100
+AcDbSymbolTableRecord
+100
+AcDbLayerTableRecord
+  2
+Drain conducteur
+ 70
+     0
+ 62
+    30
+  6
+Continuous
+370
+    -3
+390
+F
+347
+98
+348
+0
+  0
+LAYER
+  5
+6B72
+330
+2
+100
+AcDbSymbolTableRecord
+100
+AcDbLayerTableRecord
+  2
+E_A_V
+ 70
+     0
+ 62
+   250
+  6
+MIXTE
+370
+    -3
+390
+F
+347
+98
+348
+0
+  0
+LAYER
+  5
+6B74
+330
+2
+100
+AcDbSymbolTableRecord
+100
+AcDbLayerTableRecord
+  2
+Support_Inox
+ 70
+     0
+ 62
+   181
+  6
+TIRET
+370
+    -3
+390
+F
+347
+98
+348
+0
+1001
+AcAecLayerStandard
+1000
+
+1000
+Support Inox pour Euclid
+  0
+LAYER
+  5
+6B77
+330
+2
+100
+AcDbSymbolTableRecord
+100
+AcDbLayerTableRecord
+  2
+Système RGA
+ 70
+     0
+ 62
+   114
+  6
+CONTINU
+370
+    -3
+390
+F
+347
+98
+348
+0
+1001
+AcAecLayerStandard
+1000
+
+1000
+
+  0
+LAYER
+  5
+100B5
+102
+{ACAD_XDICTIONARY
+360
+100B6
+102
+}
+330
+2
+100
+AcDbSymbolTableRecord
+100
+AcDbLayerTableRecord
+  2
+TRACE
+ 70
+     1
+ 62
+     4
+  6
+CONTINU
+370
+    -3
+390
+F
+347
+98
+348
+0
+  0
+LAYER
+  5
+100B7
+102
+{ACAD_XDICTIONARY
+360
+100B8
+102
+}
+330
+2
+100
+AcDbSymbolTableRecord
+100
+AcDbLayerTableRecord
+  2
+CARTOUCH
+ 70
+     0
+ 62
+     7
+  6
+CONTINU
+370
+    -3
+390
+F
+347
+98
+348
+0
+  0
+LAYER
+  5
+100B9
+102
+{ACAD_XDICTIONARY
+360
+100BA
+102
+}
+330
+2
+100
+AcDbSymbolTableRecord
+100
+AcDbLayerTableRecord
+  2
+HE_SYM
+ 70
+     0
+ 62
+    30
+  6
+CONTINU
+370
+    -3
+390
+F
+347
+98
+348
+0
+  0
+LAYER
+  5
+100BB
+102
+{ACAD_XDICTIONARY
+360
+100BC
+102
+}
+330
+2
+100
+AcDbSymbolTableRecord
+100
+AcDbLayerTableRecord
+  2
+HE_FLU
+ 70
+     0
+ 62
+    30
+  6
+CONTINU
+370
+    -3
+390
+F
+347
+98
+348
+0
+  0
+LAYER
+  5
+100BD
+102
+{ACAD_XDICTIONARY
+360
+100BE
+102
+}
+330
+2
+100
+AcDbSymbolTableRecord
+100
+AcDbLayerTableRecord
+  2
+HE_FLU_T
+ 70
+     0
+ 62
+    30
+  6
+TIRET
+370
+    -3
+390
+F
+347
+98
+348
+0
+  0
+LAYER
+  5
+100BF
+102
+{ACAD_XDICTIONARY
+360
+100C0
+102
+}
+330
+2
+100
+AcDbSymbolTableRecord
+100
+AcDbLayerTableRecord
+  2
+EAU_SYM
+ 70
+     0
+ 62
+     5
+  6
+CONTINU
+370
+    -3
+390
+F
+347
+98
+348
+0
+  0
+LAYER
+  5
+100C1
+102
+{ACAD_XDICTIONARY
+360
+100C2
+102
+}
+330
+2
+100
+AcDbSymbolTableRecord
+100
+AcDbLayerTableRecord
+  2
+Calque1
+ 70
+     0
+ 62
+    70
+  6
+CONTINU
+370
+    -3
+390
+F
+347
+98
+348
+0
+1001
+AcAecLayerStandard
+1000
+
+1000
+
+  0
+LAYER
+  5
+100C3
+102
+{ACAD_XDICTIONARY
+360
+100C4
+102
+}
+330
+2
+100
+AcDbSymbolTableRecord
+100
+AcDbLayerTableRecord
+  2
+ECRAN
+ 70
+     0
+ 62
+     7
+  6
+CACHE
+370
+    -3
+390
+F
+347
+98
+348
+0
+  0
+LAYER
+  5
+100C5
+102
+{ACAD_XDICTIONARY
+360
+100C6
+102
+}
+330
+2
+100
+AcDbSymbolTableRecord
+100
+AcDbLayerTableRecord
+  2
+N2_FLU
+ 70
+     0
+ 62
+     3
+  6
+CONTINU
+370
+    50
+390
+F
+347
+98
+348
+0
+  0
+LAYER
+  5
+135BA
+102
+{ACAD_XDICTIONARY
+360
+135BB
+102
+}
+330
+2
+100
+AcDbSymbolTableRecord
+100
+AcDbLayerTableRecord
+  2
+INST_T
+ 70
+     0
+ 62
+     7
+  6
+TIRET
+370
+    -3
+390
+F
+347
+98
+348
+0
+  0
+ENDTAB
+  0
+TABLE
+  2
+STYLE
+  5
+3
+330
+0
+100
+AcDbSymbolTable
+ 70
+     8
+  0
+STYLE
+  5
+11
+330
+3
+100
+AcDbSymbolTableRecord
+100
+AcDbTextStyleTableRecord
+  2
+Standard
+ 70
+     0
+ 40
+0.0
+ 41
+1.0
+ 50
+0.0
+ 71
+     0
+ 42
+0.2
+  3
+txt
+  4
+
+  0
+STYLE
+  5
+EF
+330
+3
+100
+AcDbSymbolTableRecord
+100
+AcDbTextStyleTableRecord
+  2
+DOM1
+ 70
+     0
+ 40
+10.0
+ 41
+1.0
+ 50
+0.0
+ 71
+     0
+ 42
+10.0
+  3
+GILLUBCD.TTF
+  4
+
+1001
+ACAD
+1000
+Gill Sans Ultra Bold Condensed
+1071
+       34
+  0
+STYLE
+  5
+F0
+330
+3
+100
+AcDbSymbolTableRecord
+100
+AcDbTextStyleTableRecord
+  2
+GRAS
+ 70
+     0
+ 40
+10.0
+ 41
+1.0
+ 50
+0.0
+ 71
+     0
+ 42
+10.0
+  3
+sanssb__.ttf
+  4
+
+1001
+ACAD
+1000
+SansSerif
+1071
+ 33554946
+  0
+STYLE
+  5
+3E9
+330
+3
+100
+AcDbSymbolTableRecord
+100
+AcDbTextStyleTableRecord
+  2
+SansSerif
+ 70
+     0
+ 40
+8.5
+ 41
+1.0
+ 50
+0.0
+ 71
+     0
+ 42
+8.5
+  3
+sanss___.ttf
+  4
+
+1001
+ACAD
+1000
+SansSerif
+1071
+      514
+  0
+STYLE
+  5
+442
+330
+3
+100
+AcDbSymbolTableRecord
+100
+AcDbTextStyleTableRecord
+  2
+STD
+ 70
+     0
+ 40
+0.0
+ 41
+1.0
+ 50
+0.0
+ 71
+     0
+ 42
+0.2
+  3
+SIMPLEX
+  4
+
+  0
+STYLE
+  5
+443
+330
+3
+100
+AcDbSymbolTableRecord
+100
+AcDbTextStyleTableRecord
+  2
+ROMANC
+ 70
+     0
+ 40
+1.0
+ 41
+1.0
+ 50
+0.0
+ 71
+     0
+ 42
+1.0
+  3
+romanc
+  4
+
+  0
+STYLE
+  5
+444
+330
+3
+100
+AcDbSymbolTableRecord
+100
+AcDbTextStyleTableRecord
+  2
+ROMANC8
+ 70
+     0
+ 40
+1.8
+ 41
+1.0
+ 50
+0.0
+ 71
+     0
+ 42
+2.0
+  3
+ROMANC8
+  4
+
+  0
+STYLE
+  5
+6508
+330
+3
+100
+AcDbSymbolTableRecord
+100
+AcDbTextStyleTableRecord
+  2
+FUTUROS
+ 70
+     0
+ 40
+0.0
+ 41
+0.5
+ 50
+0.0
+ 71
+     0
+ 42
+7.0
+  3
+simplex.shx
+  4
+
+  0
+ENDTAB
+  0
+TABLE
+  2
+VIEW
+  5
+6
+330
+0
+100
+AcDbSymbolTable
+ 70
+     1
+  0
+ENDTAB
+  0
+TABLE
+  2
+UCS
+  5
+7
+330
+0
+100
+AcDbSymbolTable
+ 70
+     0
+  0
+ENDTAB
+  0
+TABLE
+  2
+APPID
+  5
+9
+330
+0
+100
+AcDbSymbolTable
+ 70
+     6
+  0
+APPID
+  5
+12
+330
+9
+100
+AcDbSymbolTableRecord
+100
+AcDbRegAppTableRecord
+  2
+ACAD
+ 70
+     0
+  0
+APPID
+  5
+3E7
+330
+9
+100
+AcDbSymbolTableRecord
+100
+AcDbRegAppTableRecord
+  2
+ACAD_PSEXT
+ 70
+     0
+  0
+APPID
+  5
+43E
+330
+9
+100
+AcDbSymbolTableRecord
+100
+AcDbRegAppTableRecord
+  2
+AcAecLayerStandard
+ 70
+     0
+  0
+APPID
+  5
+A02
+330
+9
+100
+AcDbSymbolTableRecord
+100
+AcDbRegAppTableRecord
+  2
+ACAD_EXEMPT_FROM_CAD_STANDARDS
+ 70
+     0
+  0
+APPID
+  5
+A89
+330
+9
+100
+AcDbSymbolTableRecord
+100
+AcDbRegAppTableRecord
+  2
+ACAD_NAV_VCDISPLAY
+ 70
+     0
+  0
+APPID
+  5
+A8A
+330
+9
+100
+AcDbSymbolTableRecord
+100
+AcDbRegAppTableRecord
+  2
+ACAD_MLEADERVER
+ 70
+     0
+  0
+ENDTAB
+  0
+TABLE
+  2
+DIMSTYLE
+  5
+A
+330
+0
+100
+AcDbSymbolTable
+ 70
+     2
+100
+AcDbDimStyleTable
+ 71
+     1
+340
+27
+  0
+DIMSTYLE
+105
+27
+330
+A
+100
+AcDbSymbolTableRecord
+100
+AcDbDimStyleTableRecord
+  2
+Standard
+ 70
+     0
+340
+11
+  0
+DIMSTYLE
+105
+3E5
+330
+A
+100
+AcDbSymbolTableRecord
+100
+AcDbDimStyleTableRecord
+  2
+ISO-25
+ 70
+     0
+ 41
+2.5
+ 42
+0.6
+ 43
+3.799999999999998
+ 44
+1.3
+ 73
+     0
+ 74
+     0
+ 77
+     1
+ 78
+     8
+140
+2.5
+141
+2.5
+143
+0.0
+147
+0.6
+171
+     3
+172
+     1
+271
+     2
+272
+     2
+274
+     3
+278
+    44
+283
+     0
+284
+     8
+340
+11
+  0
+ENDTAB
+  0
+TABLE
+  2
+BLOCK_RECORD
+  5
+1
+330
+0
+100
+AcDbSymbolTable
+ 70
+   105
+  0
+BLOCK_RECORD
+  5
+1F
+102
+{ACAD_XDICTIONARY
+360
+178B
+102
+}
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+*Model_Space
+340
+22
+ 70
+     0
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+58
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+*Paper_Space
+340
+59
+ 70
+     0
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+5D
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+*Paper_Space0
+340
+5E
+ 70
+     0
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+121
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+Valnum
+340
+0
+102
+{BLKREFS
+331
+B424
+331
+C873
+331
+E48E
+331
+130BD
+331
+130E5
+331
+14AA2
+331
+15046
+331
+16E9E
+331
+18B66
+331
+1F918
+331
+1F91E
+331
+1F924
+331
+1F92B
+331
+20C76
+331
+20D03
+331
+22685
+331
+2268C
+331
+22693
+331
+2269A
+102
+}
+ 70
+     0
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+169
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+Jbutton
+340
+0
+102
+{BLKREFS
+331
+9918
+331
+9A92
+331
+9C51
+331
+9CE2
+331
+EF4D
+331
+130D0
+331
+130DA
+331
+13172
+331
+14EDE
+331
+14EE8
+331
+17A2B
+331
+1C8F1
+331
+1E626
+331
+1F07F
+331
+1F095
+331
+1F0AB
+331
+1F0C1
+331
+1F907
+331
+20640
+331
+20656
+331
+2066C
+331
+20682
+331
+20698
+331
+21229
+331
+2125B
+331
+2128D
+331
+212BF
+331
+212F1
+331
+21323
+331
+21539
+331
+2156B
+331
+2159D
+331
+215CF
+331
+21601
+331
+21633
+331
+21780
+331
+21796
+331
+217AC
+331
+217C2
+331
+217D8
+331
+21832
+331
+22608
+331
+22612
+331
+22620
+331
+2262A
+331
+22636
+331
+22640
+331
+2264A
+331
+22654
+331
+2265E
+331
+22675
+331
+229D3
+102
+}
+ 70
+     0
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+38A
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+bouton
+340
+0
+102
+{BLKREFS
+331
+AEA7
+331
+1308E
+102
+}
+ 70
+     0
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+489
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+ILOC
+340
+0
+102
+{BLKREFS
+331
+143DD
+102
+}
+ 70
+     0
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+48C
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+IL
+340
+0
+102
+{BLKREFS
+331
+48B
+331
+C7EA
+331
+13348
+102
+}
+ 70
+     0
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+495
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+POINT
+340
+0
+ 70
+     0
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+49E
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+FLP
+340
+0
+310
+280000002000000020000000010004000000000000020000000000000000000000000000000000000000000000008000008000000080800080000000800080008080000080808000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+310
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0000FFFFFFFF
+310
+FFFFFFFFFFFFFFFFFFFF00000000FFFFFFFFFFFFFFFFFFFFFFFF000000000000FFFFFFFFFFFFFFFFFFFF0000000000000000FFFFFFFFFFFFFFFF00000000000000000000FFFFFFFFFFFF000000000000000000000000FFFFFFFF0000000000000000000000000000FFFF0000000000000000000000000000000F0000000000
+310
+000000000000000000FFFF000000000000000000000000FFFFFFFF00000000000000000000FFFFFFFFFFFF0000000000000000FFFFFFFFFFFFFFFF000000000000FFFFFFFFFFFFFFFFFFFF00000000FFFFFFFFFFFFFFFFFFFFFFFF0000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+310
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+102
+{BLKREFS
+331
+143D5
+331
+143F2
+331
+14401
+331
+1440F
+331
+14420
+331
+1448B
+331
+14496
+331
+144B8
+102
+}
+ 70
+     0
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+4FD
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+RECH
+340
+0
+ 70
+     0
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+550
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+S_POINT1
+340
+0
+310
+2800000020000000200000000100040000000000000200000000000000000000000000000000000000000000000080000080000000808000800000008000800080800000C0C0C000808080000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0
+310
+0000FFFFFFFFFFFFFFFFFFFFFF000000000000000FFFFFFFFFFFFFFFF00000000000000000FFFFFFFFFFFFFF0000000000000000000FFFFFFFFFFFF000000000000000000000FFFFFFFFFF00000000000000000000000FFFFFFFF0000000000000000000000000FFFFFF000000000000000000000000000FFFFF0000000000
+310
+00000000000000000FFFFF0000000000000000000000000000FFF00000000000000000000000000000FFF00000000000000000000000000000FFF00000000000000000000000000000FFF000000000000000000000000000000F0000000000000000000000000000000F0000000000000000FFFFFFFFFFFFFFFF0000000000
+310
+000000000000000000000FF00000000000000000000000000000FFF00000000000000000000000000000FFF00000000000000000000000000000FFF00000000000000000000000000000FFFF000000000000000000000000000FFFFF000000000000000000000000000FFFFFF0000000000000000000000000FFFFFFFF0000
+310
+0000000000000000000FFFFFFFFFF000000000000000000000FFFFFFFFFFFF0000000000000000000FFFFFFFFFFFFFF00000000000000000FFFFFFFFFFFFFFFF000000000000000FFFFFFFFFFFFFFFFFFFF0000000000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+102
+{BLKREFS
+331
+14432
+331
+144D2
+331
+144D3
+331
+144D4
+331
+144D5
+102
+}
+ 70
+     0
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+562
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+S_FLECHE
+340
+0
+102
+{BLKREFS
+331
+143F7
+331
+14428
+331
+14429
+331
+14433
+331
+14454
+331
+14458
+331
+1445C
+331
+14470
+331
+14471
+331
+14482
+331
+144AA
+331
+144B0
+102
+}
+ 70
+     0
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+5A3
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+S_VDPNEU
+340
+0
+102
+{BLKREFS
+331
+143D0
+331
+143D1
+331
+143E9
+331
+143EA
+331
+14456
+331
+144A2
+331
+144A4
+331
+144BE
+102
+}
+ 70
+     0
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+9F7
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+Chaufferette
+340
+0
+ 70
+     4
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+A42
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+Equtor
+340
+0
+102
+{BLKREFS
+331
+A5E
+331
+167A8
+331
+16EAA
+331
+20C94
+331
+20CC1
+102
+}
+ 70
+     0
+280
+     1
+281
+     0
+1001
+ACAD
+1000
+DesignCenter Data
+1002
+{
+1070
+     1
+1070
+     0
+1002
+}
+  0
+BLOCK_RECORD
+  5
+A4E
+102
+{ACAD_XDICTIONARY
+360
+A4F
+102
+}
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+A$C5C615966
+340
+0
+ 70
+     0
+280
+     1
+281
+     0
+1001
+ACAD
+1000
+DesignCenter Data
+1002
+{
+1070
+     1
+1070
+     0
+1002
+}
+  0
+BLOCK_RECORD
+  5
+A69
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+palet
+340
+0
+102
+{BLKREFS
+331
+9F52
+331
+D3DF
+331
+D3E5
+331
+F13E
+331
+F144
+331
+130B0
+331
+130B6
+331
+130F1
+331
+130F7
+331
+15052
+331
+15058
+331
+17688
+331
+17713
+331
+1949C
+331
+1963C
+331
+207A0
+331
+207AE
+331
+207BC
+331
+207CA
+331
+207D8
+331
+21362
+331
+21368
+331
+2136E
+331
+21374
+331
+2137A
+331
+21380
+331
+21647
+331
+21656
+331
+21665
+331
+21674
+331
+21683
+331
+21692
+331
+217E8
+331
+217F6
+331
+21804
+331
+21812
+331
+21820
+331
+21844
+331
+229E5
+102
+}
+ 70
+     0
+280
+     1
+281
+     0
+1001
+ACAD
+1000
+DesignCenter Data
+1002
+{
+1070
+     1
+1070
+     0
+1002
+}
+  0
+BLOCK_RECORD
+  5
+A74
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+Vanne booléenne
+340
+0
+ 70
+     4
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+AF9
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+Vanne manuelle
+340
+0
+ 70
+     4
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+1021
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+Capteur analogique
+340
+0
+ 70
+     4
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+1426
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+Capteur de température
+340
+0
+ 70
+     4
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+2375
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+Rectangle
+340
+0
+ 70
+     0
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+35C3
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+Vanne booléenne 3 voies
+340
+0
+ 70
+     0
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+41D9
+102
+{ACAD_XDICTIONARY
+360
+41DB
+102
+}
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+A$C5BB60AC7
+340
+0
+ 70
+     1
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+9917
+102
+{ACAD_XDICTIONARY
+360
+9922
+102
+}
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+A$C55953CF7
+340
+0
+ 70
+     1
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+9A91
+102
+{ACAD_XDICTIONARY
+360
+9A9C
+102
+}
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+A$C3E555B74
+340
+0
+ 70
+     0
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+9C50
+102
+{ACAD_XDICTIONARY
+360
+9C5B
+102
+}
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+A$C15946F93
+340
+0
+ 70
+     1
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+9CE1
+102
+{ACAD_XDICTIONARY
+360
+9CEC
+102
+}
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+A$C212C1499
+340
+0
+ 70
+     1
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+9F51
+102
+{ACAD_XDICTIONARY
+360
+9F58
+102
+}
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+A$C07E1678B
+340
+0
+ 70
+     1
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+AEA2
+102
+{ACAD_XDICTIONARY
+360
+AEB1
+102
+}
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+A$C2F5C0FD1
+340
+0
+ 70
+     1
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+B423
+102
+{ACAD_XDICTIONARY
+360
+B42E
+102
+}
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+A$C1E1F2580
+340
+0
+ 70
+     1
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+BD91
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+Disque
+340
+0
+102
+{BLKREFS
+331
+1F075
+331
+1F08B
+331
+1F0A1
+331
+1F0B7
+331
+1FD9B
+331
+1FDA3
+331
+1FDAB
+331
+1FDB3
+331
+20636
+331
+2064C
+331
+20662
+331
+20678
+331
+2068E
+331
+21205
+331
+2120D
+331
+21215
+331
+2121D
+331
+21237
+331
+2123F
+331
+21247
+331
+2124F
+331
+21269
+331
+21271
+331
+21279
+331
+21281
+331
+2129B
+331
+212A3
+331
+212AB
+331
+212B3
+331
+212CD
+331
+212D5
+331
+212DD
+331
+212E5
+331
+212FF
+331
+21307
+331
+2130F
+331
+21317
+331
+21515
+331
+2151D
+331
+21525
+331
+2152D
+331
+21547
+331
+2154F
+331
+21557
+331
+2155F
+331
+21579
+331
+21581
+331
+21589
+331
+21591
+331
+215AB
+331
+215B3
+331
+215BB
+331
+215C3
+331
+215DD
+331
+215E5
+331
+215ED
+331
+215F5
+331
+2160F
+331
+21617
+331
+2161F
+331
+21627
+331
+21776
+331
+2178C
+331
+217A2
+331
+217B8
+331
+217CE
+331
+21828
+331
+228A6
+331
+228AE
+331
+228B6
+331
+228BE
+331
+228C6
+331
+228CE
+331
+22A34
+331
+22A3D
+102
+}
+ 70
+     0
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+BFA0
+102
+{ACAD_XDICTIONARY
+360
+BFA2
+102
+}
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+A$C687C57C3
+340
+0
+ 70
+     1
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+BFCE
+102
+{ACAD_XDICTIONARY
+360
+BFD0
+102
+}
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+A$C51B45B14
+340
+0
+ 70
+     1
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+C02B
+102
+{ACAD_XDICTIONARY
+360
+C02D
+102
+}
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+A$C4BC54F4F
+340
+0
+ 70
+     1
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+C0E5
+102
+{ACAD_XDICTIONARY
+360
+C0E7
+102
+}
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+A$C1C7E18F9
+340
+0
+ 70
+     1
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+C4BF
+102
+{ACAD_XDICTIONARY
+360
+C4C3
+102
+}
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+A$C75186B83
+340
+0
+ 70
+     1
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+C4EA
+102
+{ACAD_XDICTIONARY
+360
+C4EC
+102
+}
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+A$C1C916803
+340
+0
+ 70
+     1
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+C7DE
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+S_VDREGU
+340
+0
+102
+{BLKREFS
+331
+C7ED
+102
+}
+ 70
+     0
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+C7E9
+102
+{ACAD_XDICTIONARY
+360
+C7F2
+102
+}
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+A$C2C5646EA
+340
+0
+ 70
+     4
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+C86A
+102
+{ACAD_XDICTIONARY
+360
+C878
+102
+}
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+A$C61E9592C
+340
+0
+ 70
+     1
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+C97E
+102
+{ACAD_XDICTIONARY
+360
+C980
+102
+}
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+A$C08034BA2
+340
+0
+ 70
+     1
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+CA69
+102
+{ACAD_XDICTIONARY
+360
+CA6B
+102
+}
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+A$C4AEE3746
+340
+0
+ 70
+     1
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+D022
+102
+{ACAD_XDICTIONARY
+360
+D024
+102
+}
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+A$C4718551B
+340
+0
+ 70
+     1
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+D376
+102
+{ACAD_XDICTIONARY
+360
+D3EB
+102
+}
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+A$C4B4B37A6
+340
+0
+ 70
+     1
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+DC17
+102
+{ACAD_XDICTIONARY
+360
+DC19
+102
+}
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+A$C37C01819
+340
+0
+ 70
+     1
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+E48C
+102
+{ACAD_XDICTIONARY
+360
+E493
+102
+}
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+A$C35F31F96
+340
+0
+ 70
+     1
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+EF4C
+102
+{ACAD_XDICTIONARY
+360
+EF57
+102
+}
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+A$C15380ECB
+340
+0
+ 70
+     1
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+F0D5
+102
+{ACAD_XDICTIONARY
+360
+F14A
+102
+}
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+A$C29346BCE
+340
+0
+ 70
+     1
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+F9F9
+102
+{ACAD_XDICTIONARY
+360
+F9FB
+102
+}
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+A$C142D2CB3
+340
+0
+ 70
+     1
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+FCF7
+102
+{ACAD_XDICTIONARY
+360
+FCF9
+102
+}
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+A$C7C652EFC
+340
+0
+ 70
+     1
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+10069
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+S_RCHELE
+340
+0
+102
+{BLKREFS
+331
+12EEA
+331
+12F87
+331
+143C0
+331
+14407
+331
+14415
+331
+1448D
+102
+}
+ 70
+     0
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+10071
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+S_SOUPDR
+340
+0
+102
+{BLKREFS
+331
+12EE9
+331
+13001
+331
+1300F
+331
+143D9
+331
+14417
+331
+14434
+331
+14492
+331
+144AB
+331
+144B1
+331
+144B3
+102
+}
+ 70
+     0
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+1007C
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+VM
+340
+0
+ 70
+     0
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+10085
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+S_VDRPOS
+340
+0
+102
+{BLKREFS
+331
+143E5
+331
+14403
+331
+14419
+331
+14494
+102
+}
+ 70
+     0
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+10092
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+AR
+340
+0
+ 70
+     0
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+10099
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+FLP1
+340
+0
+102
+{BLKREFS
+331
+10097
+102
+}
+ 70
+     0
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+1009D
+102
+{ACAD_XDICTIONARY
+360
+1009E
+102
+}
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+A$C431521BD
+340
+0
+102
+{BLKREFS
+331
+143FE
+331
+1444F
+102
+}
+ 70
+     0
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+100B1
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+TT
+340
+0
+ 70
+     0
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+10AED
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+Icone
+340
+0
+ 70
+     0
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+10E26
+102
+{ACAD_XDICTIONARY
+360
+10E28
+102
+}
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+A$C16066308
+340
+0
+ 70
+     1
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+113E8
+102
+{ACAD_XDICTIONARY
+360
+113EA
+102
+}
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+A$C0F4C0ACB
+340
+0
+ 70
+     1
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+1142D
+102
+{ACAD_XDICTIONARY
+360
+1142F
+102
+}
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+A$C71774491
+340
+0
+ 70
+     1
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+1157E
+102
+{ACAD_XDICTIONARY
+360
+11580
+102
+}
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+A$C00C705AD
+340
+0
+ 70
+     1
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+11947
+102
+{ACAD_XDICTIONARY
+360
+11949
+102
+}
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+A$C0C1B25E7
+340
+0
+ 70
+     1
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+11965
+102
+{ACAD_XDICTIONARY
+360
+11967
+102
+}
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+A$C24203B1B
+340
+0
+ 70
+     1
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+11E3A
+102
+{ACAD_XDICTIONARY
+360
+11E4E
+102
+}
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+A$C72F02782
+340
+0
+ 70
+     1
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+123E7
+102
+{ACAD_XDICTIONARY
+360
+123E9
+102
+}
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+A$C03946768
+340
+0
+ 70
+     1
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+12455
+102
+{ACAD_XDICTIONARY
+360
+12457
+102
+}
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+A$C2F474CB2
+340
+0
+ 70
+     1
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+12EE4
+102
+{ACAD_XDICTIONARY
+360
+131BB
+102
+}
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+A$C5BA24769
+340
+0
+ 70
+     1
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+13333
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+S_VREGLM
+340
+0
+102
+{BLKREFS
+331
+1440D
+102
+}
+ 70
+     0
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+1333D
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+S_VDMANU
+340
+0
+102
+{BLKREFS
+331
+1441F
+331
+14423
+331
+1449A
+331
+1449C
+331
+1449E
+102
+}
+ 70
+     0
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+13346
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+S_INSLO1
+340
+0
+102
+{BLKREFS
+331
+14439
+331
+1443D
+331
+14440
+102
+}
+ 70
+     0
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+1334A
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+S_DSKRUP
+340
+0
+102
+{BLKREFS
+331
+14435
+102
+}
+ 70
+     0
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+135A9
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+S_DEVERS
+340
+0
+102
+{BLKREFS
+331
+144BF
+102
+}
+ 70
+     0
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+1415E
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+*X74
+340
+0
+102
+{BLKREFS
+331
+1444A
+102
+}
+ 70
+     0
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+143B2
+102
+{ACAD_XDICTIONARY
+360
+144D6
+102
+}
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+A$C159B3471
+340
+0
+ 70
+     1
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+145FE
+102
+{ACAD_XDICTIONARY
+360
+14612
+102
+}
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+A$C44E706FD
+340
+0
+ 70
+     1
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+14AA0
+102
+{ACAD_XDICTIONARY
+360
+14AAE
+102
+}
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+A$C5E240795
+340
+0
+ 70
+     1
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+14BA4
+102
+{ACAD_XDICTIONARY
+360
+14BA6
+102
+}
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+A$C2FEC580A
+340
+0
+ 70
+     1
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+14D9E
+102
+{ACAD_XDICTIONARY
+360
+14DA3
+102
+}
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+A$C20CD1C14
+340
+0
+ 70
+     1
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+14ED6
+102
+{ACAD_XDICTIONARY
+360
+14EF2
+102
+}
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+A$C21934436
+340
+0
+ 70
+     1
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+15007
+102
+{ACAD_XDICTIONARY
+360
+1505E
+102
+}
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+A$C5244044D
+340
+0
+ 70
+     1
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+15E4D
+102
+{ACAD_XDICTIONARY
+360
+15E4F
+102
+}
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+A$C37611931
+340
+0
+ 70
+     1
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+1679E
+102
+{ACAD_XDICTIONARY
+360
+167B3
+102
+}
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+A$C794D45F8
+340
+0
+ 70
+     1
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+16E9C
+102
+{ACAD_XDICTIONARY
+360
+16EB4
+102
+}
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+A$C7D117141
+340
+0
+ 70
+     1
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+173BD
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+Bargraphe
+340
+0
+ 70
+     0
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+17687
+102
+{ACAD_XDICTIONARY
+360
+1768E
+102
+}
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+A$C74052F46
+340
+0
+ 70
+     1
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+17712
+102
+{ACAD_XDICTIONARY
+360
+17719
+102
+}
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+A$C17580B20
+340
+0
+ 70
+     1
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+17A2A
+102
+{ACAD_XDICTIONARY
+360
+17A35
+102
+}
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+A$C2B4178E8
+340
+0
+ 70
+     1
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+17B7D
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+VR
+340
+0
+ 70
+     0
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+18B64
+102
+{ACAD_XDICTIONARY
+360
+18B72
+102
+}
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+A$C6C27455B
+340
+0
+ 70
+     1
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+18D8A
+102
+{ACAD_XDICTIONARY
+360
+18D97
+102
+}
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+A$C2D1E65A0
+340
+0
+ 70
+     1
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+18E21
+102
+{ACAD_XDICTIONARY
+360
+18E2E
+102
+}
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+A$C49107310
+340
+0
+ 70
+     1
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+193CB
+102
+{ACAD_XDICTIONARY
+360
+193D8
+102
+}
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+A$C1F504396
+340
+0
+ 70
+     1
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+1949B
+102
+{ACAD_XDICTIONARY
+360
+194A2
+102
+}
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+A$C43DE0D95
+340
+0
+ 70
+     1
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+1963B
+102
+{ACAD_XDICTIONARY
+360
+19642
+102
+}
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+A$C362F21FD
+340
+0
+ 70
+     1
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+1C8F0
+102
+{ACAD_XDICTIONARY
+360
+1C8FB
+102
+}
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+A$C51B40AF2
+340
+0
+ 70
+     1
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+1D763
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+Tendance-3
+340
+0
+ 70
+     0
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+1E625
+102
+{ACAD_XDICTIONARY
+360
+1E630
+102
+}
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+A$C756D7104
+340
+0
+ 70
+     1
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+1F072
+102
+{ACAD_XDICTIONARY
+360
+1F0CB
+102
+}
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+A$C469C2117
+340
+0
+ 70
+     1
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+1F903
+102
+{ACAD_XDICTIONARY
+360
+1F931
+102
+}
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+A$C274A4DC8
+340
+0
+ 70
+     1
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+20C74
+102
+{ACAD_XDICTIONARY
+360
+20C81
+102
+}
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+A$C2E5B22F8
+340
+0
+ 70
+     1
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+20C93
+102
+{ACAD_XDICTIONARY
+360
+20CA6
+102
+}
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+A$C38B009BD
+340
+0
+ 70
+     1
+280
+     1
+281
+     0
+  0
+ENDTAB
+  0
+ENDSEC
+  0
+SECTION
+  2
+BLOCKS
+  0
+BLOCK
+  5
+20
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+*Model_Space
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+*Model_Space
+  1
+*Model_Space
+  0
+ENDBLK
+  5
+21
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+5A
+330
+58
+100
+AcDbEntity
+ 67
+     1
+  8
+0
+100
+AcDbBlockBegin
+  2
+*Paper_Space
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+*Paper_Space
+  1
+*Paper_Space
+  0
+ENDBLK
+  5
+5B
+330
+58
+100
+AcDbEntity
+ 67
+     1
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+5F
+330
+5D
+100
+AcDbEntity
+ 67
+     1
+  8
+0
+100
+AcDbBlockBegin
+  2
+*Paper_Space0
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+*Paper_Space0
+  1
+*Paper_Space0
+  0
+VIEWPORT
+  5
+9C12
+330
+5D
+100
+AcDbEntity
+ 67
+     1
+  8
+0
+100
+AcDbViewport
+ 10
+5.25
+ 20
+3.5
+ 30
+0.0
+ 40
+12.6
+ 41
+8.4
+ 68
+     0
+ 69
+     0
+ 12
+5.25
+ 22
+3.5
+ 13
+0.0
+ 23
+0.0
+ 14
+0.5
+ 24
+0.5
+ 15
+0.0
+ 25
+0.0
+ 16
+0.0
+ 26
+0.0
+ 36
+1.0
+ 17
+0.0
+ 27
+0.0
+ 37
+0.0
+ 42
+50.0
+ 43
+0.0
+ 44
+0.0
+ 45
+8.4
+ 50
+0.0
+ 51
+0.0
+ 72
+   100
+ 90
+   557152
+  1
+
+281
+     0
+ 71
+     1
+ 74
+     0
+110
+0.0
+120
+0.0
+130
+0.0
+111
+1.0
+121
+0.0
+131
+0.0
+112
+0.0
+122
+1.0
+132
+0.0
+ 79
+     0
+146
+0.0
+170
+     0
+ 61
+     5
+292
+     1
+282
+     1
+141
+0.0
+142
+0.0
+ 63
+   250
+421
+  3355443
+361
+9C14
+  0
+VIEWPORT
+  5
+9C13
+330
+5D
+100
+AcDbEntity
+ 67
+     1
+  8
+0
+100
+AcDbViewport
+ 10
+5.25
+ 20
+3.5
+ 30
+0.0
+ 40
+8.4
+ 41
+5.599999999999997
+ 68
+     0
+ 69
+     0
+ 12
+808.0537415198476
+ 22
+468.0118961873636
+ 13
+0.0
+ 23
+0.0
+ 14
+0.5
+ 24
+0.5
+ 15
+0.0
+ 25
+0.0
+ 16
+0.0
+ 26
+0.0
+ 36
+1.0
+ 17
+0.0
+ 27
+0.0
+ 37
+0.0
+ 42
+50.0
+ 43
+0.0
+ 44
+0.0
+ 45
+1098.95300753995
+ 50
+0.0
+ 51
+0.0
+ 72
+   100
+ 90
+   557152
+  1
+
+281
+     0
+ 71
+     1
+ 74
+     0
+110
+0.0
+120
+0.0
+130
+0.0
+111
+1.0
+121
+0.0
+131
+0.0
+112
+0.0
+122
+1.0
+132
+0.0
+ 79
+     0
+146
+0.0
+170
+     0
+ 61
+     5
+292
+     1
+282
+     1
+141
+0.0
+142
+0.0
+ 63
+   250
+421
+  3355443
+  0
+ENDBLK
+  5
+60
+330
+5D
+100
+AcDbEntity
+ 67
+     1
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+122
+330
+121
+100
+AcDbEntity
+  8
+0
+ 62
+   255
+370
+     0
+100
+AcDbBlockBegin
+  2
+Valnum
+ 70
+     2
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+Valnum
+  1
+Valnum
+  0
+ATTDEF
+  5
+123
+330
+121
+100
+AcDbEntity
+  8
+IMG027
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+44.0
+ 20
+0.0
+ 30
+0.0
+ 40
+8.0
+  1
+TTxxx
+  7
+DOM1
+100
+AcDbAttributeDefinition
+280
+     0
+  3
+Nom 
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTDEF
+  5
+124
+330
+121
+100
+AcDbEntity
+  8
+IMG027
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+44.0
+ 20
+0.0
+ 30
+0.0
+ 40
+8.0
+  1
+14
+  7
+DOM1
+100
+AcDbAttributeDefinition
+280
+     0
+  3
+Coul(0=N,1=Blu,2=V,3=Cy,4=R,5=M,6=Br,7=G-c,8=G-f,9=Bl-c,10=V-c,11=Cy-c,12=R-c,13=M-c,14=J,15=Blc)
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTDEF
+  5
+125
+330
+121
+100
+AcDbEntity
+  8
+IMG027
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+44.0
+ 20
+0.0
+ 30
+0.0
+ 40
+8.0
+  1
+0
+  7
+DOM1
+100
+AcDbAttributeDefinition
+280
+     0
+  3
+Coulf(0=N,1=Blu,2=V,3=Cy,4=R,5=M,6=Br,7=G-c,8=G-f,9=Bl-c,10=V-c,11=Cy-c,12=R-c,13=M-c,14=J,15=Blc)
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+TEXT
+  5
+126
+330
+121
+100
+AcDbEntity
+  8
+IMG028
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+ 40
+8.0
+  1
+999.99
+  7
+DOM1
+100
+AcDbText
+  0
+ENDBLK
+  5
+127
+330
+121
+100
+AcDbEntity
+  8
+0
+ 62
+   255
+370
+     0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+16A
+330
+169
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+Jbutton
+ 70
+     2
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+Jbutton
+  1
+Jbutton
+  0
+ATTDEF
+  5
+16B
+330
+169
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+ 40
+0.1
+  1
+MEM=1
+  7
+DOM1
+100
+AcDbAttributeDefinition
+280
+     0
+  3
+Commande ou nom  MACRO
+  2
+COMMANDE
+ 70
+     1
+280
+     0
+  0
+ATTDEF
+  5
+16C
+330
+169
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+ 40
+0.1
+  1
+
+  7
+DOM1
+100
+AcDbAttributeDefinition
+280
+     0
+  3
+Nom var état bouton(ou rien)
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTDEF
+  5
+16D
+330
+169
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+ 40
+0.1
+  1
+10
+  7
+DOM1
+100
+AcDbAttributeDefinition
+280
+     0
+  3
+Coul1(0=N,1=Blu,2=V,3=Cy,4=R,5=M,6=Br,7=G-c,8=G-f,9=Bl-c,10=V-c,11=Cy-c,12=R-c,13=M-c,14=J,15=Blc)
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTDEF
+  5
+16E
+330
+169
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+ 40
+0.1
+  1
+7
+  7
+DOM1
+100
+AcDbAttributeDefinition
+280
+     0
+  3
+Coul0(0=N,1=Blu,2=V,3=Cy,4=R,5=M,6=Br,7=G-c,8=G-f,9=Bl-c,10=V-c,11=Cy-c,12=R-c,13=M-c,14=J,15=Blc)
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTDEF
+  5
+16F
+330
+169
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+ 40
+0.1
+  1
+1
+  7
+DOM1
+100
+AcDbAttributeDefinition
+280
+     0
+  3
+Confirm Commande (OUI=1 NON=0)
+  2
+CONFIRM
+ 70
+     1
+280
+     0
+  0
+ATTDEF
+  5
+170
+330
+169
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+ 40
+0.1
+  1
+
+  7
+DOM1
+100
+AcDbAttributeDefinition
+280
+     0
+  3
+MSG TO SET 1
+  2
+MSG-1
+ 70
+     1
+280
+     0
+  0
+ATTDEF
+  5
+171
+330
+169
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+ 40
+0.1
+  1
+
+  7
+DOM1
+100
+AcDbAttributeDefinition
+280
+     0
+  3
+MSG TO SET 0
+  2
+MSG-0
+ 70
+     1
+280
+     0
+  0
+ATTDEF
+  5
+172
+330
+169
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+ 40
+0.1
+  1
+
+  7
+DOM1
+100
+AcDbAttributeDefinition
+280
+     0
+  3
+Texte
+  2
+TEXTE
+ 70
+     1
+280
+     0
+  0
+SOLID
+  5
+173
+330
+169
+100
+AcDbEntity
+  8
+IMG009
+ 62
+     9
+100
+AcDbTrace
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+ 11
+1.0
+ 21
+0.0
+ 31
+0.0
+ 12
+0.0
+ 22
+1.0
+ 32
+0.0
+ 13
+1.0
+ 23
+1.0
+ 33
+0.0
+  0
+SOLID
+  5
+174
+330
+169
+100
+AcDbEntity
+  8
+IMG134
+ 62
+   134
+100
+AcDbTrace
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+ 11
+0.0
+ 21
+1.0
+ 31
+0.0
+ 12
+1.0
+ 22
+0.0
+ 32
+0.0
+ 13
+1.0
+ 23
+1.0
+ 33
+0.0
+  0
+ENDBLK
+  5
+175
+330
+169
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+3D1
+330
+38A
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+bouton
+ 70
+     2
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+bouton
+  1
+bouton
+  0
+ATTDEF
+  5
+3C8
+330
+38A
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+ 40
+0.1
+  1
+MEM=1
+  7
+DOM1
+100
+AcDbAttributeDefinition
+280
+     0
+  3
+Commande ou nom  MACRO
+  2
+COMMANDE
+ 70
+     1
+280
+     0
+  0
+ATTDEF
+  5
+3C9
+330
+38A
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+ 40
+0.1
+  1
+
+  7
+DOM1
+100
+AcDbAttributeDefinition
+280
+     0
+  3
+Nom var état bouton(ou rien)
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTDEF
+  5
+3CA
+330
+38A
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+ 40
+0.1
+  1
+
+  7
+DOM1
+100
+AcDbAttributeDefinition
+280
+     0
+  3
+Coul à commut(16 à 255)
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTDEF
+  5
+3CB
+330
+38A
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+ 40
+0.1
+  1
+10
+  7
+DOM1
+100
+AcDbAttributeDefinition
+280
+     0
+  3
+Coul1(0=N,1=Blu,2=V,3=Cy,4=R,5=M,6=Br,7=G-c,8=G-f,9=Bl-c,10=V-c,11=Cy-c,12=R-c,13=M-c,14=J,15=Blc)
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTDEF
+  5
+3CC
+330
+38A
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+ 40
+0.1
+  1
+7
+  7
+DOM1
+100
+AcDbAttributeDefinition
+280
+     0
+  3
+Coul0(0=N,1=Blu,2=V,3=Cy,4=R,5=M,6=Br,7=G-c,8=G-f,9=Bl-c,10=V-c,11=Cy-c,12=R-c,13=M-c,14=J,15=Blc)
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTDEF
+  5
+3CD
+330
+38A
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+ 40
+0.1
+  1
+
+  7
+DOM1
+100
+AcDbAttributeDefinition
+280
+     0
+  3
+Message pour mise à 1
+  2
+MSG-1
+ 70
+     1
+280
+     0
+  0
+ATTDEF
+  5
+3CE
+330
+38A
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+ 40
+0.1
+  1
+
+  7
+DOM1
+100
+AcDbAttributeDefinition
+280
+     0
+  3
+Message pour mise à 0
+  2
+MSG-0
+ 70
+     1
+280
+     0
+  0
+SOLID
+  5
+3CF
+330
+38A
+100
+AcDbEntity
+  8
+IMG009
+ 62
+     9
+100
+AcDbTrace
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+ 11
+1.0
+ 21
+0.0
+ 31
+0.0
+ 12
+0.0
+ 22
+1.0
+ 32
+0.0
+ 13
+1.0
+ 23
+1.0
+ 33
+0.0
+  0
+SOLID
+  5
+3D0
+330
+38A
+100
+AcDbEntity
+  8
+IMG134
+ 62
+   134
+100
+AcDbTrace
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+ 11
+0.0
+ 21
+1.0
+ 31
+0.0
+ 12
+1.0
+ 22
+0.0
+ 32
+0.0
+ 13
+1.0
+ 23
+1.0
+ 33
+0.0
+  0
+ENDBLK
+  5
+3D2
+330
+38A
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+48A
+330
+489
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+ILOC
+ 70
+     0
+ 10
+200.1
+ 20
+183.0
+ 30
+0.0
+  3
+ILOC
+  1
+ILOC
+  0
+INSERT
+  5
+48B
+330
+489
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+  2
+IL
+ 10
+200.1
+ 20
+183.0
+ 30
+0.0
+ 41
+0.9
+ 42
+0.9
+ 43
+0.9
+  0
+ENDBLK
+  5
+490
+330
+489
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+48D
+330
+48C
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+IL
+ 70
+     0
+ 10
+28.0
+ 20
+9.0
+ 30
+0.0
+  3
+IL
+  1
+IL
+  0
+CIRCLE
+  5
+48E
+330
+48C
+100
+AcDbEntity
+  8
+0
+100
+AcDbCircle
+ 10
+28.0
+ 20
+9.0
+ 30
+0.0
+ 40
+5.0
+  0
+ENDBLK
+  5
+48F
+330
+48C
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+496
+330
+495
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+POINT
+ 70
+     0
+ 10
+200.0
+ 20
+162.0
+ 30
+0.0
+  3
+POINT
+  1
+POINT
+  0
+LWPOLYLINE
+  5
+497
+330
+495
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     1
+ 43
+0.5
+ 10
+199.75
+ 20
+162.0
+ 42
+1.0
+ 10
+200.25
+ 20
+162.0
+ 42
+1.0
+  0
+ENDBLK
+  5
+498
+330
+495
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+49F
+330
+49E
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+FLP
+ 70
+     0
+ 10
+103.0
+ 20
+210.0
+ 30
+0.0
+  3
+FLP
+  1
+FLP
+  0
+SOLID
+  5
+4A0
+330
+49E
+100
+AcDbEntity
+  8
+0
+100
+AcDbTrace
+ 10
+105.0
+ 20
+210.0
+ 30
+0.0
+ 11
+103.0
+ 21
+210.5
+ 31
+0.0
+ 12
+103.0
+ 22
+209.5
+ 32
+0.0
+ 13
+103.0
+ 23
+209.5
+ 33
+0.0
+  0
+ENDBLK
+  5
+4A1
+330
+49E
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+4FE
+330
+4FD
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+RECH
+ 70
+     0
+ 10
+52.0
+ 20
+188.0
+ 30
+0.0
+  3
+RECH
+  1
+RECH
+  0
+CIRCLE
+  5
+4FF
+330
+4FD
+100
+AcDbEntity
+  8
+0
+100
+AcDbCircle
+ 10
+54.32087755306536
+ 20
+186.4363441738026
+ 30
+0.0
+ 40
+0.6
+  0
+CIRCLE
+  5
+500
+330
+4FD
+100
+AcDbEntity
+  8
+0
+100
+AcDbCircle
+ 10
+49.72514682071628
+ 20
+186.47566242723
+ 30
+0.0
+ 40
+0.6
+  0
+LINE
+  5
+501
+330
+4FD
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+51.0
+ 20
+189.0
+ 30
+0.0
+ 11
+50.0
+ 21
+187.0
+ 31
+0.0
+  0
+LINE
+  5
+502
+330
+4FD
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+52.0
+ 20
+187.0
+ 30
+0.0
+ 11
+51.0
+ 21
+189.0
+ 31
+0.0
+  0
+LINE
+  5
+503
+330
+4FD
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+53.0
+ 20
+189.0
+ 30
+0.0
+ 11
+52.0
+ 21
+187.0
+ 31
+0.0
+  0
+LINE
+  5
+504
+330
+4FD
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+54.0
+ 20
+187.0
+ 30
+0.0
+ 11
+53.0
+ 21
+189.0
+ 31
+0.0
+  0
+ENDBLK
+  5
+505
+330
+4FD
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+551
+330
+550
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+S_POINT1
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+S_POINT1
+  1
+S_POINT1
+  0
+LWPOLYLINE
+  5
+552
+330
+550
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     1
+ 43
+0.7500000000000001
+ 10
+-0.375
+ 20
+0.0
+ 42
+1.0
+ 10
+0.375
+ 20
+0.0
+ 42
+1.0
+  0
+ENDBLK
+  5
+553
+330
+550
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+563
+330
+562
+100
+AcDbEntity
+  8
+BROUIL
+100
+AcDbBlockBegin
+  2
+S_FLECHE
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+S_FLECHE
+  1
+S_FLECHE
+  0
+SOLID
+  5
+564
+330
+562
+100
+AcDbEntity
+  8
+0
+100
+AcDbTrace
+ 10
+3.0
+ 20
+0.0
+ 30
+0.0
+ 11
+0.0
+ 21
+0.75
+ 31
+0.0
+ 12
+0.0
+ 22
+-0.75
+ 32
+0.0
+ 13
+0.0
+ 23
+-0.75
+ 33
+0.0
+  0
+ENDBLK
+  5
+565
+330
+562
+100
+AcDbEntity
+  8
+BROUIL
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+5A4
+330
+5A3
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+S_VDPNEU
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+S_VDPNEU
+  1
+S_VDPNEU
+  0
+LINE
+  5
+5A5
+330
+5A3
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+0.0
+ 20
+4.125
+ 30
+0.0
+ 11
+0.0
+ 21
+2.25
+ 31
+0.0
+  0
+LINE
+  5
+5A6
+330
+5A3
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+0.0
+ 20
+2.25
+ 30
+0.0
+ 11
+0.0
+ 21
+0.0
+ 31
+0.0
+  0
+LINE
+  5
+5A7
+330
+5A3
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+-1.875
+ 20
+4.125
+ 30
+0.0
+ 11
+1.875
+ 21
+4.125
+ 31
+0.0
+  0
+LINE
+  5
+5A8
+330
+5A3
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+-1.875
+ 20
+2.25
+ 30
+0.0
+ 11
+1.875
+ 21
+2.25
+ 31
+0.0
+  0
+LINE
+  5
+5A9
+330
+5A3
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1.875
+ 20
+2.25
+ 30
+0.0
+ 11
+1.875
+ 21
+6.0
+ 31
+0.0
+  0
+LINE
+  5
+5AA
+330
+5A3
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1.875
+ 20
+6.0
+ 30
+0.0
+ 11
+-1.875
+ 21
+6.0
+ 31
+0.0
+  0
+LINE
+  5
+5AB
+330
+5A3
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+-1.875
+ 20
+6.0
+ 30
+0.0
+ 11
+-1.875
+ 21
+2.25
+ 31
+0.0
+  0
+LINE
+  5
+5AC
+330
+5A3
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+2.25
+ 20
+1.125
+ 30
+0.0
+ 11
+-2.25
+ 21
+-1.125
+ 31
+0.0
+  0
+LINE
+  5
+5AD
+330
+5A3
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+2.25
+ 20
+-1.125
+ 30
+0.0
+ 11
+2.25
+ 21
+1.125
+ 31
+0.0
+  0
+LINE
+  5
+5AE
+330
+5A3
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+-2.25
+ 20
+1.125
+ 30
+0.0
+ 11
+2.25
+ 21
+-1.125
+ 31
+0.0
+  0
+LINE
+  5
+5AF
+330
+5A3
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+-2.25
+ 20
+-1.125
+ 30
+0.0
+ 11
+-2.25
+ 21
+1.125
+ 31
+0.0
+  0
+ENDBLK
+  5
+5B0
+330
+5A3
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+A71
+330
+9F7
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+Chaufferette
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+Chaufferette
+  1
+Chaufferette
+  0
+LWPOLYLINE
+  5
+A3A
+330
+9F7
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbPolyline
+ 90
+        7
+ 70
+     0
+ 43
+0.0
+ 38
+16.0
+ 39
+16.0
+ 10
+-0.0000000000000853
+ 20
+0.0000000000001279
+ 10
+4.999999999999912
+ 20
+8.000000000000127
+ 10
+9.999999999999914
+ 20
+0.0000000000001279
+ 10
+14.99999999999991
+ 20
+8.000000000000127
+ 10
+19.99999999999991
+ 20
+0.0000000000001279
+ 10
+24.99999999999991
+ 20
+8.000000000000127
+ 10
+29.99999999999991
+ 20
+0.0000000000001279
+  0
+ENDBLK
+  5
+A72
+330
+9F7
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+A43
+330
+A42
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+Equtor
+ 70
+     2
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+Equtor
+  1
+Equtor
+  0
+ATTDEF
+  5
+A44
+330
+A42
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+ 40
+0.1
+  1
+FVxx
+  7
+DOM1
+100
+AcDbAttributeDefinition
+280
+     0
+  3
+Nom de la variable
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTDEF
+  5
+A45
+330
+A42
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+ 40
+0.1
+  1
+ON
+  7
+DOM1
+100
+AcDbAttributeDefinition
+280
+     0
+  3
+Texte pour valeur à 1
+  2
+EQU-1
+ 70
+     1
+280
+     0
+  0
+ATTDEF
+  5
+A46
+330
+A42
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+ 40
+0.1
+  1
+10
+  7
+DOM1
+100
+AcDbAttributeDefinition
+280
+     0
+  3
+Coul1(0=N,1=Blu,2=V,3=Cy,4=R,5=M,6=Br,7=G-c,8=G-f,9=Bl-c,10=V-c,11=Cy-c,12=R-c,13=M-c,14=J,15=Blc)
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTDEF
+  5
+A47
+330
+A42
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+ 40
+0.1
+  1
+OFF
+  7
+DOM1
+100
+AcDbAttributeDefinition
+280
+     0
+  3
+Texte pour valeur à 0
+  2
+EQU-0
+ 70
+     1
+280
+     0
+  0
+ATTDEF
+  5
+A48
+330
+A42
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+ 40
+0.1
+  1
+12
+  7
+DOM1
+100
+AcDbAttributeDefinition
+280
+     0
+  3
+Coul0(0=N,1=Blu,2=V,3=Cy,4=R,5=M,6=Br,7=G-c,8=G-f,9=Bl-c,10=V-c,11=Cy-c,12=R-c,13=M-c,14=J,15=Blc)
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTDEF
+  5
+A49
+330
+A42
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+ 40
+0.1
+  1
+0
+  7
+DOM1
+100
+AcDbAttributeDefinition
+280
+     0
+  3
+Coulf(0=N,1=Blu,2=V,3=Cy,4=R,5=M,6=Br,7=G-c,8=G-f,9=Bl-c,10=V-c,11=Cy-c,12=R-c,13=M-c,14=J,15=Blc)
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+ATTDEF
+  5
+A4A
+330
+A42
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+ 40
+0.1
+  1
+0
+  7
+DOM1
+100
+AcDbAttributeDefinition
+280
+     0
+  3
+clignot à 1(0=NON,1=OUI)
+  2
+CLIG-1
+ 70
+     1
+280
+     0
+  0
+ATTDEF
+  5
+A4B
+330
+A42
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+ 40
+0.1
+  1
+0
+  7
+DOM1
+100
+AcDbAttributeDefinition
+280
+     0
+  3
+clignot à 0(0=NON,1=OUI)
+  2
+CLIG-0
+ 70
+     1
+280
+     0
+  0
+SOLID
+  5
+A4C
+330
+A42
+100
+AcDbEntity
+  8
+IMG134
+ 62
+   134
+100
+AcDbTrace
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+ 11
+0.0
+ 21
+1.0
+ 31
+0.0
+ 12
+1.0
+ 22
+0.0
+ 32
+0.0
+ 13
+1.0
+ 23
+1.0
+ 33
+0.0
+  0
+ENDBLK
+  5
+A4D
+330
+A42
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+A51
+330
+A4E
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+A$C5C615966
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+A$C5C615966
+  1
+A$C5C615966
+  0
+SOLID
+  5
+A52
+330
+A4E
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+0.0000005829742804
+ 20
+63.00000096737221
+ 30
+832.0
+ 11
+0.0000005829742804
+ 21
+57.00000096737221
+ 31
+832.0
+ 12
+15.00000058297428
+ 22
+57.00000096737221
+ 32
+832.0
+ 13
+15.00000058297428
+ 23
+63.00000096737221
+ 33
+832.0
+ 39
+16.0
+  0
+LWPOLYLINE
+  5
+A53
+330
+A4E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbPolyline
+ 90
+        5
+ 70
+     0
+ 43
+0.0
+ 38
+816.0
+ 39
+16.0
+ 10
+0.0000005829742804
+ 20
+63.00000096737221
+ 10
+0.0000005829742804
+ 20
+57.00000096737221
+ 10
+15.00000058297428
+ 20
+63.00000096737221
+ 10
+15.00000058297428
+ 20
+57.00000096737221
+ 10
+0.0000005829742804
+ 20
+63.00000096737221
+  0
+LWPOLYLINE
+  5
+A54
+330
+A4E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+848.0
+ 39
+16.0
+ 10
+7.50000058297428
+ 20
+60.0000009673722
+ 10
+7.50000058297428
+ 20
+70.0000009673722
+  0
+LWPOLYLINE
+  5
+A55
+330
+A4E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+848.0
+ 39
+16.0
+ 10
+4.50000058297428
+ 20
+65.0000009673722
+ 10
+10.50000058297428
+ 20
+65.0000009673722
+  0
+LWPOLYLINE
+  5
+A56
+330
+A4E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+848.0
+ 39
+16.0
+ 10
+4.50000058297428
+ 20
+68.0000009673722
+ 10
+10.50000058297428
+ 20
+68.0000009673722
+  0
+SOLID
+  5
+A57
+330
+A4E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbTrace
+ 10
+51.00000058297428
+ 20
+24.00000096737222
+ 30
+320.0
+ 11
+109.0000005829743
+ 21
+24.00000096737222
+ 31
+320.0
+ 12
+51.00000058297428
+ 22
+1.000000967372214
+ 32
+320.0
+ 13
+109.0000005829743
+ 23
+1.000000967372214
+ 33
+320.0
+ 39
+16.0
+  0
+SOLID
+  5
+A58
+330
+A4E
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+50.00000058297428
+ 20
+0.0000009673722161
+ 30
+336.0
+ 11
+51.00000058297428
+ 21
+1.000000967372214
+ 31
+336.0
+ 12
+50.00000058297428
+ 22
+25.00000096737222
+ 32
+336.0
+ 13
+51.00000058297428
+ 23
+24.00000096737222
+ 33
+336.0
+  0
+SOLID
+  5
+A59
+330
+A4E
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+51.00000058297428
+ 20
+24.00000096737222
+ 30
+336.0
+ 11
+109.0000005829743
+ 21
+24.00000096737222
+ 31
+336.0
+ 12
+50.00000058297428
+ 22
+25.00000096737222
+ 32
+336.0
+ 13
+110.0000005829743
+ 23
+25.00000096737222
+ 33
+336.0
+  0
+SOLID
+  5
+A5A
+330
+A4E
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+50.00000058297428
+ 20
+0.0000009673722161
+ 30
+336.0
+ 11
+110.0000005829743
+ 21
+0.0000009673722161
+ 31
+336.0
+ 12
+51.00000058297428
+ 22
+1.000000967372214
+ 32
+336.0
+ 13
+109.0000005829743
+ 23
+1.000000967372214
+ 33
+336.0
+  0
+SOLID
+  5
+A5B
+330
+A4E
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+110.0000005829743
+ 20
+0.0000009673722161
+ 30
+336.0
+ 11
+109.0000005829743
+ 21
+1.000000967372214
+ 31
+336.0
+ 12
+110.0000005829743
+ 22
+25.00000096737222
+ 32
+336.0
+ 13
+109.0000005829743
+ 23
+24.00000096737222
+ 33
+336.0
+  0
+LWPOLYLINE
+  5
+A5C
+330
+A4E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 38
+336.0
+ 10
+50.00000058297428
+ 20
+25.00000096737222
+ 10
+110.0000005829743
+ 20
+25.00000096737222
+ 10
+110.0000005829743
+ 20
+0.0000009673722161
+ 10
+50.00000058297428
+ 20
+0.0000009673722161
+  0
+TEXT
+  5
+A5D
+330
+A4E
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbText
+ 10
+53.00000058297428
+ 20
+14.00000096737222
+ 30
+336.0
+ 40
+8.0
+  1
+FV 125
+  7
+GRAS
+100
+AcDbText
+  0
+INSERT
+  5
+A5E
+330
+A4E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Equtor
+ 10
+53.00000058297428
+ 20
+3.000000967372216
+ 30
+336.0
+ 41
+52.0
+ 42
+8.0
+ 43
+52.0
+  0
+ATTRIB
+  5
+A5F
+330
+A5E
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+53.00000058297428
+ 20
+3.000000967372216
+ 30
+336.0
+ 40
+0.8
+  1
+FV125
+ 41
+6.5
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+A60
+330
+A5E
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+53.00000058297428
+ 20
+3.000000967372216
+ 30
+336.0
+ 40
+0.8
+  1
+OUVERT
+ 41
+6.5
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+EQU-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+A61
+330
+A5E
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+53.00000058297428
+ 20
+3.000000967372216
+ 30
+336.0
+ 40
+0.8
+  1
+10
+ 41
+6.5
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+A62
+330
+A5E
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+53.00000058297428
+ 20
+3.000000967372216
+ 30
+336.0
+ 40
+0.8
+  1
+FERMEE
+ 41
+6.5
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+EQU-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+A63
+330
+A5E
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+53.00000058297428
+ 20
+3.000000967372216
+ 30
+336.0
+ 40
+0.8
+  1
+12
+ 41
+6.5
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+A64
+330
+A5E
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+53.00000058297428
+ 20
+3.000000967372216
+ 30
+336.0
+ 40
+0.8
+  1
+0
+ 41
+6.5
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+A65
+330
+A5E
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+53.00000058297428
+ 20
+3.000000967372216
+ 30
+336.0
+ 40
+0.8
+  1
+0
+ 41
+6.5
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+A66
+330
+A5E
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+53.00000058297428
+ 20
+3.000000967372216
+ 30
+336.0
+ 40
+0.8
+  1
+0
+ 41
+6.5
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+A67
+330
+A5E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+  0
+ENDBLK
+  5
+A68
+330
+A4E
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+F1E
+330
+A69
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+palet
+ 70
+     2
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+palet
+  1
+palet
+  0
+ATTDEF
+  5
+F19
+330
+A69
+100
+AcDbEntity
+  8
+IMG009
+ 62
+     9
+100
+AcDbText
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+ 40
+8.0
+  1
+FV1|(/FV2&FV3)
+  7
+DOM1
+100
+AcDbAttributeDefinition
+280
+     0
+  3
+Nom ou equation
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTDEF
+  5
+F1A
+330
+A69
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+ 40
+6.0
+  1
+
+  7
+DOM1
+100
+AcDbAttributeDefinition
+280
+     0
+  3
+Coul(0=N,1=Blu,2=V,3=Cy,4=R,5=M,6=Br,7=G-c,8=G-f,9=Bl-c,10=V-c,11=Cy-c,12=R-c,13=M-c,14=J,15=Blc)
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTDEF
+  5
+F1B
+330
+A69
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+ 40
+8.0
+  1
+10
+  7
+DOM1
+100
+AcDbAttributeDefinition
+280
+     0
+  3
+Coul1(0=N,1=Blu,2=V,3=Cy,4=R,5=M,6=Br,7=G-c,8=G-f,9=Bl-c,10=V-c,11=Cy-c,12=R-c,13=M-c,14=J,15=Blc)
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTDEF
+  5
+F1C
+330
+A69
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+ 40
+8.0
+  1
+12
+  7
+DOM1
+100
+AcDbAttributeDefinition
+280
+     0
+  3
+Coul0(0=N,1=Blu,2=V,3=Cy,4=R,5=M,6=Br,7=G-c,8=G-f,9=Bl-c,10=V-c,11=Cy-c,12=R-c,13=M-c,14=J,15=Blc)
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+TEXT
+  5
+F1D
+330
+A69
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     9
+100
+AcDbText
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+ 40
+8.0
+  1
+P
+  7
+DOM1
+100
+AcDbText
+  0
+ENDBLK
+  5
+F1F
+330
+A69
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+AF6
+330
+A74
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+Vanne booléenne
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+Vanne booléenne
+  1
+Vanne booléenne
+  0
+SOLID
+  5
+ABB
+330
+A74
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000284
+ 20
+3.000000000000026
+ 30
+16.0
+ 11
+-0.0000000000000284
+ 21
+-2.999999999999971
+ 31
+16.0
+ 12
+14.99999999999997
+ 22
+-2.999999999999971
+ 32
+16.0
+ 13
+14.99999999999997
+ 23
+3.000000000000026
+ 33
+16.0
+ 39
+16.0
+  0
+SOLID
+  5
+ABC
+330
+A74
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+3.999999999999971
+ 20
+10.00000000000003
+ 30
+0.0
+ 11
+10.99999999999997
+ 21
+10.00000000000003
+ 31
+0.0
+ 12
+3.999999999999971
+ 22
+5.000000000000028
+ 32
+0.0
+ 13
+10.99999999999997
+ 23
+5.000000000000028
+ 33
+0.0
+ 39
+16.0
+  0
+LWPOLYLINE
+  5
+ABD
+330
+A74
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbPolyline
+ 90
+        7
+ 70
+     0
+ 43
+0.0
+ 39
+16.0
+ 10
+7.499999999999971
+ 20
+0.0000000000000284
+ 10
+7.499999999999971
+ 20
+5.000000000000028
+ 10
+3.999999999999971
+ 20
+5.000000000000028
+ 10
+3.999999999999971
+ 20
+10.00000000000003
+ 10
+10.99999999999997
+ 20
+10.00000000000003
+ 10
+10.99999999999997
+ 20
+5.000000000000028
+ 10
+7.499999999999971
+ 20
+5.000000000000028
+  0
+LWPOLYLINE
+  5
+ABE
+330
+A74
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbPolyline
+ 90
+        5
+ 70
+     0
+ 43
+0.0
+ 39
+16.0
+ 10
+-0.0000000000000284
+ 20
+3.000000000000026
+ 10
+-0.0000000000000284
+ 20
+-2.999999999999971
+ 10
+14.99999999999997
+ 20
+3.000000000000026
+ 10
+14.99999999999997
+ 20
+-2.999999999999971
+ 10
+-0.0000000000000284
+ 20
+3.000000000000026
+  0
+LWPOLYLINE
+  5
+ABF
+330
+A74
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 39
+16.0
+ 10
+3.999999999999971
+ 20
+7.000000000000027
+ 10
+10.99999999999997
+ 20
+7.000000000000027
+  0
+ENDBLK
+  5
+AF7
+330
+A74
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+B70
+330
+AF9
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+Vanne manuelle
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+Vanne manuelle
+  1
+Vanne manuelle
+  0
+SOLID
+  5
+B37
+330
+AF9
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000568
+ 20
+3.000000000000055
+ 30
+16.0
+ 11
+-0.0000000000000568
+ 21
+-2.999999999999943
+ 31
+16.0
+ 12
+14.99999999999994
+ 22
+-2.999999999999943
+ 32
+16.0
+ 13
+14.99999999999994
+ 23
+3.000000000000055
+ 33
+16.0
+ 39
+16.0
+  0
+LWPOLYLINE
+  5
+B38
+330
+AF9
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbPolyline
+ 90
+        7
+ 70
+     0
+ 43
+0.0
+ 39
+16.0
+ 10
+7.499999999999943
+ 20
+0.0000000000000568
+ 10
+7.499999999999943
+ 20
+5.000000000000056
+ 10
+3.999999999999943
+ 20
+5.000000000000056
+ 10
+3.999999999999943
+ 20
+5.000000000000056
+ 10
+10.99999999999994
+ 20
+5.000000000000056
+ 10
+10.99999999999994
+ 20
+5.000000000000056
+ 10
+7.499999999999943
+ 20
+5.000000000000056
+  0
+LWPOLYLINE
+  5
+B39
+330
+AF9
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbPolyline
+ 90
+        5
+ 70
+     0
+ 43
+0.0
+ 39
+16.0
+ 10
+-0.0000000000000568
+ 20
+3.000000000000055
+ 10
+-0.0000000000000568
+ 20
+-2.999999999999943
+ 10
+14.99999999999994
+ 20
+3.000000000000055
+ 10
+14.99999999999994
+ 20
+-2.999999999999943
+ 10
+-0.0000000000000568
+ 20
+3.000000000000055
+  0
+ENDBLK
+  5
+B71
+330
+AF9
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+10FE
+330
+1021
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+Capteur analogique
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+Capteur analogique
+  1
+Capteur analogique
+  0
+SOLID
+  5
+1063
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+-5.000000000000085
+ 21
+0.0000000000000853
+ 31
+0.0
+ 12
+-5.000000000000085
+ 22
+0.3000000000000398
+ 32
+0.0
+ 13
+-5.000000000000085
+ 23
+0.3000000000000398
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+1064
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+-5.000000000000085
+ 21
+-0.2999999999998693
+ 31
+0.0
+ 12
+-5.000000000000085
+ 22
+0.0000000000000853
+ 32
+0.0
+ 13
+-5.000000000000085
+ 23
+0.0000000000000853
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+1065
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+-5.000000000000085
+ 21
+-0.5999999999998238
+ 31
+0.0
+ 12
+-5.000000000000085
+ 22
+-0.2999999999998693
+ 32
+0.0
+ 13
+-5.000000000000085
+ 23
+-0.2999999999998693
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+1066
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+-4.900000000000063
+ 21
+-0.9000000000000055
+ 31
+0.0
+ 12
+-5.000000000000085
+ 22
+-0.5999999999998238
+ 32
+0.0
+ 13
+-5.000000000000085
+ 23
+-0.5999999999998238
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+1067
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+-4.800000000000096
+ 21
+-1.199999999999959
+ 31
+0.0
+ 12
+-4.900000000000063
+ 22
+-0.9000000000000055
+ 32
+0.0
+ 13
+-4.900000000000063
+ 23
+-0.9000000000000055
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+1068
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+-4.800000000000096
+ 21
+-1.499999999999914
+ 31
+0.0
+ 12
+-4.800000000000096
+ 22
+-1.199999999999959
+ 32
+0.0
+ 13
+-4.800000000000096
+ 23
+-1.199999999999959
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+1069
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+-4.600000000000108
+ 21
+-1.799999999999869
+ 31
+0.0
+ 12
+-4.800000000000096
+ 22
+-1.499999999999914
+ 32
+0.0
+ 13
+-4.800000000000096
+ 23
+-1.499999999999914
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+106A
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+-4.500000000000085
+ 21
+-2.099999999999821
+ 31
+0.0
+ 12
+-4.700000000000073
+ 22
+-1.799999999999869
+ 32
+0.0
+ 13
+-4.700000000000073
+ 23
+-1.799999999999869
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+106B
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+-4.400000000000063
+ 21
+-2.400000000000006
+ 31
+0.0
+ 12
+-4.500000000000085
+ 22
+-2.099999999999821
+ 32
+0.0
+ 13
+-4.500000000000085
+ 23
+-2.099999999999821
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+106C
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+-4.200000000000073
+ 21
+-2.69999999999996
+ 31
+0.0
+ 12
+-4.400000000000063
+ 22
+-2.400000000000006
+ 32
+0.0
+ 13
+-4.400000000000063
+ 23
+-2.400000000000006
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+106D
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+-4.000000000000085
+ 21
+-2.900000000000006
+ 31
+0.0
+ 12
+-4.200000000000073
+ 22
+-2.69999999999996
+ 32
+0.0
+ 13
+-4.200000000000073
+ 23
+-2.69999999999996
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+106E
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+-3.900000000000062
+ 21
+-3.19999999999996
+ 31
+0.0
+ 12
+-4.100000000000108
+ 22
+-2.900000000000006
+ 32
+0.0
+ 13
+-4.100000000000108
+ 23
+-2.900000000000006
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+106F
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+-3.600000000000108
+ 21
+-3.400000000000006
+ 31
+0.0
+ 12
+-3.900000000000062
+ 22
+-3.19999999999996
+ 32
+0.0
+ 13
+-3.900000000000062
+ 23
+-3.19999999999996
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+1070
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+-3.400000000000062
+ 21
+-3.599999999999821
+ 31
+0.0
+ 12
+-3.700000000000073
+ 22
+-3.400000000000006
+ 32
+0.0
+ 13
+-3.700000000000073
+ 23
+-3.400000000000006
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+1071
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+-3.200000000000073
+ 21
+-3.900000000000006
+ 31
+0.0
+ 12
+-3.400000000000062
+ 22
+-3.599999999999821
+ 32
+0.0
+ 13
+-3.400000000000062
+ 23
+-3.599999999999821
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+1072
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+-2.900000000000062
+ 21
+-3.999999999999912
+ 31
+0.0
+ 12
+-3.200000000000073
+ 22
+-3.799999999999866
+ 32
+0.0
+ 13
+-3.200000000000073
+ 23
+-3.799999999999866
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+1073
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+-2.700000000000073
+ 21
+-4.19999999999996
+ 31
+0.0
+ 12
+-3.000000000000083
+ 22
+-3.999999999999912
+ 32
+0.0
+ 13
+-3.000000000000083
+ 23
+-3.999999999999912
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+1074
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+-2.400000000000062
+ 21
+-4.400000000000003
+ 31
+0.0
+ 12
+-2.700000000000073
+ 22
+-4.19999999999996
+ 32
+0.0
+ 13
+-2.700000000000073
+ 23
+-4.19999999999996
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+1075
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+-2.100000000000108
+ 21
+-4.499999999999912
+ 31
+0.0
+ 12
+-2.400000000000062
+ 22
+-4.400000000000003
+ 32
+0.0
+ 13
+-2.400000000000062
+ 23
+-4.400000000000003
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+1076
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+-1.800000000000095
+ 21
+-4.599999999999822
+ 31
+0.0
+ 12
+-2.100000000000108
+ 22
+-4.499999999999912
+ 32
+0.0
+ 13
+-2.100000000000108
+ 23
+-4.499999999999912
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+1077
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+-1.500000000000085
+ 21
+-4.799999999999869
+ 31
+0.0
+ 12
+-1.900000000000061
+ 22
+-4.599999999999822
+ 32
+0.0
+ 13
+-1.900000000000061
+ 23
+-4.599999999999822
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+1078
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+-1.200000000000073
+ 21
+-4.799999999999869
+ 31
+0.0
+ 12
+-1.600000000000108
+ 22
+-4.799999999999869
+ 32
+0.0
+ 13
+-1.600000000000108
+ 23
+-4.799999999999869
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+1079
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+-0.9000000000000625
+ 21
+-4.900000000000003
+ 31
+0.0
+ 12
+-1.300000000000094
+ 22
+-4.799999999999869
+ 32
+0.0
+ 13
+-1.300000000000094
+ 23
+-4.799999999999869
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+107A
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+-0.600000000000108
+ 21
+-4.999999999999912
+ 31
+0.0
+ 12
+-1.000000000000085
+ 22
+-4.900000000000003
+ 32
+0.0
+ 13
+-1.000000000000085
+ 23
+-4.900000000000003
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+107B
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+-0.3000000000000966
+ 21
+-4.999999999999912
+ 31
+0.0
+ 12
+-0.600000000000108
+ 22
+-4.999999999999912
+ 32
+0.0
+ 13
+-0.600000000000108
+ 23
+-4.999999999999912
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+107C
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+-0.0000000000000853
+ 21
+-4.999999999999912
+ 31
+0.0
+ 12
+-0.3000000000000966
+ 22
+-4.999999999999912
+ 32
+0.0
+ 13
+-0.3000000000000966
+ 23
+-4.999999999999912
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+107D
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+0.2999999999999261
+ 21
+-4.999999999999912
+ 31
+0.0
+ 12
+-0.0000000000000853
+ 22
+-4.999999999999912
+ 32
+0.0
+ 13
+-0.0000000000000853
+ 23
+-4.999999999999912
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+107E
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+0.5999999999999375
+ 21
+-4.999999999999912
+ 31
+0.0
+ 12
+0.2999999999999261
+ 22
+-4.999999999999912
+ 32
+0.0
+ 13
+0.2999999999999261
+ 23
+-4.999999999999912
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+107F
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+0.8999999999998918
+ 21
+-4.900000000000003
+ 31
+0.0
+ 12
+0.5999999999999375
+ 22
+-4.999999999999912
+ 32
+0.0
+ 13
+0.5999999999999375
+ 23
+-4.999999999999912
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+1080
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+1.199999999999902
+ 21
+-4.799999999999869
+ 31
+0.0
+ 12
+0.8999999999998918
+ 22
+-4.900000000000003
+ 32
+0.0
+ 13
+0.8999999999998918
+ 23
+-4.900000000000003
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+1081
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+1.499999999999914
+ 21
+-4.799999999999869
+ 31
+0.0
+ 12
+1.199999999999902
+ 22
+-4.799999999999869
+ 32
+0.0
+ 13
+1.199999999999902
+ 23
+-4.799999999999869
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+1082
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+1.799999999999926
+ 21
+-4.599999999999822
+ 31
+0.0
+ 12
+1.499999999999914
+ 22
+-4.799999999999869
+ 32
+0.0
+ 13
+1.499999999999914
+ 23
+-4.799999999999869
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+1083
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+2.099999999999937
+ 21
+-4.499999999999912
+ 31
+0.0
+ 12
+1.799999999999926
+ 22
+-4.69999999999996
+ 32
+0.0
+ 13
+1.799999999999926
+ 23
+-4.69999999999996
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+1084
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+2.399999999999891
+ 21
+-4.400000000000003
+ 31
+0.0
+ 12
+2.099999999999937
+ 22
+-4.499999999999912
+ 32
+0.0
+ 13
+2.099999999999937
+ 23
+-4.499999999999912
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+1085
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+2.699999999999901
+ 21
+-4.19999999999996
+ 31
+0.0
+ 12
+2.399999999999891
+ 22
+-4.400000000000003
+ 32
+0.0
+ 13
+2.399999999999891
+ 23
+-4.400000000000003
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+1086
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+2.899999999999891
+ 21
+-3.999999999999912
+ 31
+0.0
+ 12
+2.699999999999901
+ 22
+-4.19999999999996
+ 32
+0.0
+ 13
+2.699999999999901
+ 23
+-4.19999999999996
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+1087
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+3.199999999999901
+ 21
+-3.900000000000006
+ 31
+0.0
+ 12
+2.899999999999891
+ 22
+-4.099999999999822
+ 32
+0.0
+ 13
+2.899999999999891
+ 23
+-4.099999999999822
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+1088
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+3.399999999999891
+ 21
+-3.599999999999821
+ 31
+0.0
+ 12
+3.199999999999901
+ 22
+-3.900000000000006
+ 32
+0.0
+ 13
+3.199999999999901
+ 23
+-3.900000000000006
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+1089
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+3.599999999999937
+ 21
+-3.400000000000006
+ 31
+0.0
+ 12
+3.399999999999891
+ 22
+-3.69999999999996
+ 32
+0.0
+ 13
+3.399999999999891
+ 23
+-3.69999999999996
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+108A
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+3.899999999999891
+ 21
+-3.19999999999996
+ 31
+0.0
+ 12
+3.599999999999937
+ 22
+-3.400000000000006
+ 32
+0.0
+ 13
+3.599999999999937
+ 23
+-3.400000000000006
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+108B
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+3.999999999999912
+ 21
+-2.900000000000006
+ 31
+0.0
+ 12
+3.799999999999926
+ 22
+-3.19999999999996
+ 32
+0.0
+ 13
+3.799999999999926
+ 23
+-3.19999999999996
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+108C
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+4.199999999999903
+ 21
+-2.69999999999996
+ 31
+0.0
+ 12
+3.999999999999912
+ 22
+-2.999999999999912
+ 32
+0.0
+ 13
+3.999999999999912
+ 23
+-2.999999999999912
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+108D
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+4.399999999999891
+ 21
+-2.400000000000006
+ 31
+0.0
+ 12
+4.199999999999903
+ 22
+-2.69999999999996
+ 32
+0.0
+ 13
+4.199999999999903
+ 23
+-2.69999999999996
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+108E
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+4.499999999999912
+ 21
+-2.099999999999821
+ 31
+0.0
+ 12
+4.399999999999891
+ 22
+-2.400000000000006
+ 32
+0.0
+ 13
+4.399999999999891
+ 23
+-2.400000000000006
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+108F
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+4.599999999999936
+ 21
+-1.799999999999869
+ 31
+0.0
+ 12
+4.499999999999912
+ 22
+-2.099999999999821
+ 32
+0.0
+ 13
+4.499999999999912
+ 23
+-2.099999999999821
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+1090
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+4.799999999999925
+ 21
+-1.499999999999914
+ 31
+0.0
+ 12
+4.599999999999936
+ 22
+-1.900000000000004
+ 32
+0.0
+ 13
+4.599999999999936
+ 23
+-1.900000000000004
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+1091
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+4.799999999999925
+ 21
+-1.199999999999959
+ 31
+0.0
+ 12
+4.799999999999925
+ 22
+-1.599999999999821
+ 32
+0.0
+ 13
+4.799999999999925
+ 23
+-1.599999999999821
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+1092
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+4.899999999999891
+ 21
+-0.9000000000000055
+ 31
+0.0
+ 12
+4.799999999999925
+ 22
+-1.299999999999869
+ 32
+0.0
+ 13
+4.799999999999925
+ 23
+-1.299999999999869
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+1093
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+4.999999999999912
+ 21
+-0.5999999999998238
+ 31
+0.0
+ 12
+4.899999999999891
+ 22
+-0.9999999999999149
+ 32
+0.0
+ 13
+4.899999999999891
+ 23
+-0.9999999999999149
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+1094
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+4.999999999999912
+ 21
+-0.2999999999998693
+ 31
+0.0
+ 12
+4.999999999999912
+ 22
+-0.5999999999998238
+ 32
+0.0
+ 13
+4.999999999999912
+ 23
+-0.5999999999998238
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+1095
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+4.999999999999912
+ 21
+0.0000000000000853
+ 31
+0.0
+ 12
+4.999999999999912
+ 22
+-0.2999999999998693
+ 32
+0.0
+ 13
+4.999999999999912
+ 23
+-0.2999999999998693
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+1096
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+4.999999999999912
+ 21
+0.3000000000000398
+ 31
+0.0
+ 12
+4.999999999999912
+ 22
+0.0000000000000853
+ 32
+0.0
+ 13
+4.999999999999912
+ 23
+0.0000000000000853
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+1097
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+4.999999999999912
+ 21
+0.5999999999999944
+ 31
+0.0
+ 12
+4.999999999999912
+ 22
+0.3000000000000398
+ 32
+0.0
+ 13
+4.999999999999912
+ 23
+0.3000000000000398
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+1098
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+4.899999999999891
+ 21
+0.9000000000001762
+ 31
+0.0
+ 12
+4.999999999999912
+ 22
+0.5999999999999944
+ 32
+0.0
+ 13
+4.999999999999912
+ 23
+0.5999999999999944
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+1099
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+4.799999999999925
+ 21
+1.200000000000129
+ 31
+0.0
+ 12
+4.899999999999891
+ 22
+0.9000000000001762
+ 32
+0.0
+ 13
+4.899999999999891
+ 23
+0.9000000000001762
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+109A
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+4.799999999999925
+ 21
+1.500000000000085
+ 31
+0.0
+ 12
+4.799999999999925
+ 22
+1.200000000000129
+ 32
+0.0
+ 13
+4.799999999999925
+ 23
+1.200000000000129
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+109B
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+4.599999999999936
+ 21
+1.800000000000038
+ 31
+0.0
+ 12
+4.799999999999925
+ 22
+1.500000000000085
+ 32
+0.0
+ 13
+4.799999999999925
+ 23
+1.500000000000085
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+109C
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+4.499999999999912
+ 21
+2.099999999999992
+ 31
+0.0
+ 12
+4.699999999999903
+ 22
+1.800000000000038
+ 32
+0.0
+ 13
+4.699999999999903
+ 23
+1.800000000000038
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+109D
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+4.399999999999891
+ 21
+2.400000000000173
+ 31
+0.0
+ 12
+4.499999999999912
+ 22
+2.099999999999992
+ 32
+0.0
+ 13
+4.499999999999912
+ 23
+2.099999999999992
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+109E
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+4.199999999999903
+ 21
+2.700000000000131
+ 31
+0.0
+ 12
+4.399999999999891
+ 22
+2.400000000000173
+ 32
+0.0
+ 13
+4.399999999999891
+ 23
+2.400000000000173
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+109F
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+3.999999999999912
+ 21
+2.900000000000176
+ 31
+0.0
+ 12
+4.199999999999903
+ 22
+2.700000000000131
+ 32
+0.0
+ 13
+4.199999999999903
+ 23
+2.700000000000131
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+10A0
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+3.899999999999891
+ 21
+3.200000000000131
+ 31
+0.0
+ 12
+4.099999999999936
+ 22
+2.900000000000176
+ 32
+0.0
+ 13
+4.099999999999936
+ 23
+2.900000000000176
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+10A1
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+3.599999999999937
+ 21
+3.400000000000176
+ 31
+0.0
+ 12
+3.899999999999891
+ 22
+3.200000000000131
+ 32
+0.0
+ 13
+3.899999999999891
+ 23
+3.200000000000131
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+10A2
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+3.399999999999891
+ 21
+3.599999999999991
+ 31
+0.0
+ 12
+3.699999999999901
+ 22
+3.400000000000176
+ 32
+0.0
+ 13
+3.699999999999901
+ 23
+3.400000000000176
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+10A3
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+3.199999999999901
+ 21
+3.900000000000176
+ 31
+0.0
+ 12
+3.399999999999891
+ 22
+3.599999999999991
+ 32
+0.0
+ 13
+3.399999999999891
+ 23
+3.599999999999991
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+10A4
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+2.899999999999891
+ 21
+4.000000000000085
+ 31
+0.0
+ 12
+3.199999999999901
+ 22
+3.800000000000038
+ 32
+0.0
+ 13
+3.199999999999901
+ 23
+3.800000000000038
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+10A5
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+2.699999999999901
+ 21
+4.200000000000128
+ 31
+0.0
+ 12
+2.999999999999912
+ 22
+4.000000000000085
+ 32
+0.0
+ 13
+2.999999999999912
+ 23
+4.000000000000085
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+10A6
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+2.399999999999891
+ 21
+4.400000000000176
+ 31
+0.0
+ 12
+2.699999999999901
+ 22
+4.200000000000128
+ 32
+0.0
+ 13
+2.699999999999901
+ 23
+4.200000000000128
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+10A7
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+2.099999999999937
+ 21
+4.500000000000085
+ 31
+0.0
+ 12
+2.399999999999891
+ 22
+4.400000000000176
+ 32
+0.0
+ 13
+2.399999999999891
+ 23
+4.400000000000176
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+10A8
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+1.799999999999926
+ 21
+4.599999999999994
+ 31
+0.0
+ 12
+2.099999999999937
+ 22
+4.500000000000085
+ 32
+0.0
+ 13
+2.099999999999937
+ 23
+4.500000000000085
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+10A9
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+1.499999999999914
+ 21
+4.800000000000038
+ 31
+0.0
+ 12
+1.89999999999989
+ 22
+4.599999999999994
+ 32
+0.0
+ 13
+1.89999999999989
+ 23
+4.599999999999994
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+10AA
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+1.199999999999902
+ 21
+4.800000000000038
+ 31
+0.0
+ 12
+1.599999999999934
+ 22
+4.800000000000038
+ 32
+0.0
+ 13
+1.599999999999934
+ 23
+4.800000000000038
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+10AB
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+0.8999999999998918
+ 21
+4.900000000000176
+ 31
+0.0
+ 12
+1.299999999999926
+ 22
+4.800000000000038
+ 32
+0.0
+ 13
+1.299999999999926
+ 23
+4.800000000000038
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+10AC
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+0.5999999999999375
+ 21
+5.000000000000085
+ 31
+0.0
+ 12
+0.9999999999999149
+ 22
+4.900000000000176
+ 32
+0.0
+ 13
+0.9999999999999149
+ 23
+4.900000000000176
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+10AD
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+0.2999999999999261
+ 21
+5.000000000000085
+ 31
+0.0
+ 12
+0.5999999999999375
+ 22
+5.000000000000085
+ 32
+0.0
+ 13
+0.5999999999999375
+ 23
+5.000000000000085
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+10AE
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+-0.0000000000000853
+ 21
+5.000000000000085
+ 31
+0.0
+ 12
+0.2999999999999261
+ 22
+5.000000000000085
+ 32
+0.0
+ 13
+0.2999999999999261
+ 23
+5.000000000000085
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+10AF
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+-0.3000000000000966
+ 21
+5.000000000000085
+ 31
+0.0
+ 12
+-0.0000000000000853
+ 22
+5.000000000000085
+ 32
+0.0
+ 13
+-0.0000000000000853
+ 23
+5.000000000000085
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+10B0
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+-0.600000000000108
+ 21
+5.000000000000085
+ 31
+0.0
+ 12
+-0.3000000000000966
+ 22
+5.000000000000085
+ 32
+0.0
+ 13
+-0.3000000000000966
+ 23
+5.000000000000085
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+10B1
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+-0.9000000000000625
+ 21
+4.900000000000176
+ 31
+0.0
+ 12
+-0.600000000000108
+ 22
+5.000000000000085
+ 32
+0.0
+ 13
+-0.600000000000108
+ 23
+5.000000000000085
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+10B2
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+-1.200000000000073
+ 21
+4.800000000000038
+ 31
+0.0
+ 12
+-0.9000000000000625
+ 22
+4.900000000000176
+ 32
+0.0
+ 13
+-0.9000000000000625
+ 23
+4.900000000000176
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+10B3
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+-1.500000000000085
+ 21
+4.800000000000038
+ 31
+0.0
+ 12
+-1.200000000000073
+ 22
+4.800000000000038
+ 32
+0.0
+ 13
+-1.200000000000073
+ 23
+4.800000000000038
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+10B4
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+-1.800000000000095
+ 21
+4.599999999999994
+ 31
+0.0
+ 12
+-1.500000000000085
+ 22
+4.800000000000038
+ 32
+0.0
+ 13
+-1.500000000000085
+ 23
+4.800000000000038
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+10B5
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+-2.100000000000108
+ 21
+4.500000000000085
+ 31
+0.0
+ 12
+-1.800000000000095
+ 22
+4.700000000000128
+ 32
+0.0
+ 13
+-1.800000000000095
+ 23
+4.700000000000128
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+10B6
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+-2.400000000000062
+ 21
+4.400000000000176
+ 31
+0.0
+ 12
+-2.100000000000108
+ 22
+4.500000000000085
+ 32
+0.0
+ 13
+-2.100000000000108
+ 23
+4.500000000000085
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+10B7
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+-2.700000000000073
+ 21
+4.200000000000128
+ 31
+0.0
+ 12
+-2.400000000000062
+ 22
+4.400000000000176
+ 32
+0.0
+ 13
+-2.400000000000062
+ 23
+4.400000000000176
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+10B8
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+-2.900000000000062
+ 21
+4.000000000000085
+ 31
+0.0
+ 12
+-2.700000000000073
+ 22
+4.200000000000128
+ 32
+0.0
+ 13
+-2.700000000000073
+ 23
+4.200000000000128
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+10B9
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+-3.200000000000073
+ 21
+3.900000000000176
+ 31
+0.0
+ 12
+-2.900000000000062
+ 22
+4.099999999999993
+ 32
+0.0
+ 13
+-2.900000000000062
+ 23
+4.099999999999993
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+10BA
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+-3.400000000000062
+ 21
+3.599999999999991
+ 31
+0.0
+ 12
+-3.200000000000073
+ 22
+3.900000000000176
+ 32
+0.0
+ 13
+-3.200000000000073
+ 23
+3.900000000000176
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+10BB
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+-3.600000000000108
+ 21
+3.400000000000176
+ 31
+0.0
+ 12
+-3.400000000000062
+ 22
+3.700000000000131
+ 32
+0.0
+ 13
+-3.400000000000062
+ 23
+3.700000000000131
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+10BC
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+-3.900000000000062
+ 21
+3.200000000000131
+ 31
+0.0
+ 12
+-3.600000000000108
+ 22
+3.400000000000176
+ 32
+0.0
+ 13
+-3.600000000000108
+ 23
+3.400000000000176
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+10BD
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+-4.000000000000085
+ 21
+2.900000000000176
+ 31
+0.0
+ 12
+-3.800000000000095
+ 22
+3.200000000000131
+ 32
+0.0
+ 13
+-3.800000000000095
+ 23
+3.200000000000131
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+10BE
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+-4.200000000000073
+ 21
+2.700000000000131
+ 31
+0.0
+ 12
+-4.000000000000085
+ 22
+3.000000000000083
+ 32
+0.0
+ 13
+-4.000000000000085
+ 23
+3.000000000000083
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+10BF
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+-4.400000000000063
+ 21
+2.400000000000173
+ 31
+0.0
+ 12
+-4.200000000000073
+ 22
+2.700000000000131
+ 32
+0.0
+ 13
+-4.200000000000073
+ 23
+2.700000000000131
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+10C0
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+-4.500000000000085
+ 21
+2.099999999999992
+ 31
+0.0
+ 12
+-4.400000000000063
+ 22
+2.400000000000173
+ 32
+0.0
+ 13
+-4.400000000000063
+ 23
+2.400000000000173
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+10C1
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+-4.600000000000108
+ 21
+1.800000000000038
+ 31
+0.0
+ 12
+-4.500000000000085
+ 22
+2.099999999999992
+ 32
+0.0
+ 13
+-4.500000000000085
+ 23
+2.099999999999992
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+10C2
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+-4.800000000000096
+ 21
+1.500000000000085
+ 31
+0.0
+ 12
+-4.600000000000108
+ 22
+1.900000000000176
+ 32
+0.0
+ 13
+-4.600000000000108
+ 23
+1.900000000000176
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+10C3
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+-4.800000000000096
+ 21
+1.200000000000129
+ 31
+0.0
+ 12
+-4.800000000000096
+ 22
+1.599999999999994
+ 32
+0.0
+ 13
+-4.800000000000096
+ 23
+1.599999999999994
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+10C4
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+-4.900000000000063
+ 21
+0.9000000000001762
+ 31
+0.0
+ 12
+-4.800000000000096
+ 22
+1.30000000000004
+ 32
+0.0
+ 13
+-4.800000000000096
+ 23
+1.30000000000004
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+10C5
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+-5.000000000000085
+ 21
+0.5999999999999944
+ 31
+0.0
+ 12
+-4.900000000000063
+ 22
+1.000000000000085
+ 32
+0.0
+ 13
+-4.900000000000063
+ 23
+1.000000000000085
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+10C6
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+-5.000000000000085
+ 21
+0.3000000000000398
+ 31
+0.0
+ 12
+-5.000000000000085
+ 22
+0.5999999999999944
+ 32
+0.0
+ 13
+-5.000000000000085
+ 23
+0.5999999999999944
+ 33
+0.0
+ 39
+16.0
+  0
+CIRCLE
+  5
+10C7
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbCircle
+ 39
+16.0
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 40
+5.0
+  0
+ENDBLK
+  5
+10FF
+330
+1021
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+14A1
+330
+1426
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+Capteur de température
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+Capteur de température
+  1
+Capteur de température
+  0
+SOLID
+  5
+1468
+330
+1426
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+4.999999999999886
+ 20
+4.000000000000113
+ 30
+0.0
+ 11
+-0.0000000000001137
+ 21
+4.000000000000113
+ 31
+0.0
+ 12
+4.999999999999886
+ 22
+0.0000000000001137
+ 32
+0.0
+ 13
+-0.0000000000001137
+ 23
+0.0000000000001137
+ 33
+0.0
+ 39
+16.0
+  0
+LWPOLYLINE
+  5
+1469
+330
+1426
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+4.999999999999886
+ 20
+0.0000000000001137
+ 10
+-0.0000000000001137
+ 20
+0.0000000000001137
+ 10
+-0.0000000000001137
+ 20
+4.000000000000113
+ 10
+4.999999999999886
+ 20
+4.000000000000113
+  0
+LWPOLYLINE
+  5
+146A
+330
+1426
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+32.0
+ 39
+16.0
+ 10
+1.999999999999884
+ 20
+4.000000000000113
+ 10
+3.999999999999883
+ 20
+4.000000000000113
+  0
+ENDBLK
+  5
+14A2
+330
+1426
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+2376
+330
+2375
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+Rectangle
+ 70
+     2
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+Rectangle
+  1
+Rectangle
+  0
+ATTDEF
+  5
+2377
+330
+2375
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+ 40
+0.01
+  1
+TTxxx
+  7
+DOM1
+100
+AcDbAttributeDefinition
+280
+     0
+  3
+Nom variable
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTDEF
+  5
+2378
+330
+2375
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+ 40
+0.01
+  1
+10
+  7
+DOM1
+100
+AcDbAttributeDefinition
+280
+     0
+  3
+Coul1(0=N,1=Blu,2=V,3=Cy,4=R,5=M,6=Br,7=G-c,8=G-f,9=Bl-c,10=V-c,11=Cy-c,12=R-c,13=M-c,14=J,15=Blc)
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTDEF
+  5
+2379
+330
+2375
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+ 40
+0.01
+  1
+12
+  7
+DOM1
+100
+AcDbAttributeDefinition
+280
+     0
+  3
+Coul0(0=N,1=Blu,2=V,3=Cy,4=R,5=M,6=Br,7=G-c,8=G-f,9=Bl-c,10=V-c,11=Cy-c,12=R-c,13=M-c,14=J,15=Blc)
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+SOLID
+  5
+237A
+330
+2375
+100
+AcDbEntity
+  8
+IMG134
+ 62
+   134
+100
+AcDbTrace
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+ 11
+0.0
+ 21
+1.0
+ 31
+0.0
+ 12
+1.0
+ 22
+0.0
+ 32
+0.0
+ 13
+1.0
+ 23
+1.0
+ 33
+0.0
+  0
+ENDBLK
+  5
+237B
+330
+2375
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+35C4
+330
+35C3
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+Vanne booléenne 3 voies
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+Vanne booléenne 3 voies
+  1
+Vanne booléenne 3 voies
+  0
+SOLID
+  5
+35C5
+330
+35C3
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+10.49999999999993
+ 20
+-7.5
+ 30
+16.0
+ 11
+4.499999999999901
+ 21
+-7.499999999999943
+ 31
+16.0
+ 12
+7.499999999999943
+ 22
+0.0000000000000284
+ 32
+16.0
+ 13
+7.499999999999943
+ 23
+0.0000000000000284
+ 33
+16.0
+ 39
+16.0
+  0
+SOLID
+  5
+35C6
+330
+35C3
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+14.99999999999993
+ 20
+3.000000000000055
+ 30
+16.0
+ 11
+14.99999999999993
+ 21
+-2.999999999999971
+ 31
+16.0
+ 12
+7.499999999999927
+ 22
+0.0000000000000568
+ 32
+16.0
+ 13
+7.499999999999927
+ 23
+0.0000000000000568
+ 33
+16.0
+ 39
+16.0
+  0
+LINE
+  5
+35C7
+330
+35C3
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+4.499999999999901
+ 20
+-7.499999999999943
+ 30
+16.0
+ 11
+7.499999999999912
+ 21
+0.0000000000000568
+ 31
+16.0
+  0
+LINE
+  5
+35C8
+330
+35C3
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+7.499999999999927
+ 20
+0.0000000000000568
+ 30
+16.0
+ 11
+10.49999999999993
+ 21
+-7.5
+ 31
+16.0
+  0
+LINE
+  5
+35C9
+330
+35C3
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+14.99999999999993
+ 20
+-2.999999999999971
+ 30
+16.0
+ 11
+7.499999999999927
+ 21
+0.0000000000000568
+ 31
+16.0
+  0
+LINE
+  5
+35CA
+330
+35C3
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+-0.0000000000000284
+ 20
+3.000000000000055
+ 30
+16.0
+ 11
+7.499999999999971
+ 21
+0.0000000000000853
+ 31
+16.0
+  0
+LINE
+  5
+35CB
+330
+35C3
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+14.99999999999993
+ 20
+3.000000000000055
+ 30
+16.0
+ 11
+14.99999999999993
+ 21
+-2.999999999999971
+ 31
+16.0
+  0
+LINE
+  5
+35CC
+330
+35C3
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+-0.0000000000000284
+ 20
+-2.999999999999971
+ 30
+16.0
+ 11
+-0.0000000000000284
+ 21
+3.000000000000055
+ 31
+16.0
+  0
+LINE
+  5
+35CD
+330
+35C3
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+7.499999999999957
+ 20
+0.0000000000000568
+ 30
+0.0
+ 11
+14.99999999999993
+ 21
+3.000000000000055
+ 31
+16.0
+  0
+LINE
+  5
+35CE
+330
+35C3
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+7.499999999999912
+ 20
+0.0000000000000568
+ 30
+16.0
+ 11
+-0.0000000000000284
+ 21
+-2.999999999999971
+ 31
+16.0
+  0
+LINE
+  5
+35CF
+330
+35C3
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+10.49999999999993
+ 20
+-7.5
+ 30
+16.0
+ 11
+4.499999999999901
+ 21
+-7.499999999999943
+ 31
+16.0
+  0
+SOLID
+  5
+35D0
+330
+35C3
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000284
+ 20
+3.000000000000055
+ 30
+16.0
+ 11
+-0.0000000000000284
+ 21
+-2.999999999999971
+ 31
+16.0
+ 12
+7.499999999999957
+ 22
+0.0000000000000568
+ 32
+16.0
+ 13
+7.499999999999957
+ 23
+0.0000000000000568
+ 33
+16.0
+ 39
+16.0
+  0
+SOLID
+  5
+35D1
+330
+35C3
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+3.999999999999957
+ 20
+10.00000000000005
+ 30
+0.0
+ 11
+10.99999999999997
+ 21
+10.00000000000005
+ 31
+0.0
+ 12
+3.999999999999957
+ 22
+5.000000000000028
+ 32
+0.0
+ 13
+10.99999999999997
+ 23
+5.000000000000028
+ 33
+0.0
+ 39
+16.0
+  0
+LWPOLYLINE
+  5
+35D2
+330
+35C3
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbPolyline
+ 90
+        7
+ 70
+     0
+ 43
+0.0
+ 39
+16.0
+ 10
+7.499999999999957
+ 20
+0.0000000000000568
+ 10
+7.499999999999957
+ 20
+5.000000000000028
+ 10
+3.999999999999957
+ 20
+5.000000000000028
+ 10
+3.999999999999957
+ 20
+10.00000000000005
+ 10
+10.99999999999997
+ 20
+10.00000000000005
+ 10
+10.99999999999997
+ 20
+5.000000000000028
+ 10
+7.499999999999957
+ 20
+5.000000000000028
+  0
+LWPOLYLINE
+  5
+35D3
+330
+35C3
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 39
+16.0
+ 10
+3.999999999999957
+ 20
+7.000000000000027
+ 10
+10.99999999999997
+ 20
+7.000000000000027
+  0
+ENDBLK
+  5
+35D4
+330
+35C3
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+41DD
+330
+41D9
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+A$C5BB60AC7
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+A$C5BB60AC7
+  1
+A$C5BB60AC7
+  0
+SOLID
+  5
+41DA
+330
+41D9
+100
+AcDbEntity
+  8
+0
+ 62
+    10
+100
+AcDbTrace
+ 10
+-0.0000009892166872
+ 20
+0.0000001781107812
+ 30
+-12.0
+ 11
+266.3002472023618
+ 21
+0.0000001781107812
+ 31
+-12.0
+ 12
+-0.0000009892166872
+ 22
+3.176673844784998
+ 32
+-12.0
+ 13
+266.3002472023618
+ 23
+2.85439064637819
+ 33
+-12.0
+  0
+ENDBLK
+  5
+41DE
+330
+41D9
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+9924
+330
+9917
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+A$C55953CF7
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+A$C55953CF7
+  1
+
+  0
+INSERT
+  5
+9918
+330
+9917
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Jbutton
+ 10
+-0.0000005211932148
+ 20
+-0.0000006572838629
+ 30
+0.0
+ 41
+90.0
+ 42
+30.0
+ 43
+90.0
+  0
+ATTRIB
+  5
+9919
+330
+9918
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+-0.0000005211932148
+ 20
+-0.0000006572838629
+ 30
+0.0
+ 40
+3.0
+  1
+BP_MA_VIDE
+ 41
+3.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COMMANDE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+991A
+330
+9918
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+-0.0000005211932148
+ 20
+-0.0000006572838629
+ 30
+0.0
+ 40
+3.0
+  1
+
+ 41
+3.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+991B
+330
+9918
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+-0.0000005211932148
+ 20
+-0.0000006572838629
+ 30
+0.0
+ 40
+3.0
+  1
+10
+ 41
+3.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+991C
+330
+9918
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+-0.0000005211932148
+ 20
+-0.0000006572838629
+ 30
+0.0
+ 40
+3.0
+  1
+7
+ 41
+3.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+991D
+330
+9918
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+-0.0000005211932148
+ 20
+-0.0000006572838629
+ 30
+0.0
+ 40
+3.0
+  1
+1
+ 41
+3.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CONFIRM
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+991E
+330
+9918
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+-0.0000005211932148
+ 20
+-0.0000006572838629
+ 30
+0.0
+ 40
+3.0
+  1
+
+ 41
+3.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+991F
+330
+9918
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+-0.0000005211932148
+ 20
+-0.0000006572838629
+ 30
+0.0
+ 40
+3.0
+  1
+
+ 41
+3.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+9920
+330
+9918
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+-0.0000005211932148
+ 20
+-0.0000006572838629
+ 30
+0.0
+ 40
+3.0
+  1
+Marche
+ 41
+3.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+TEXTE
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+9921
+330
+9918
+100
+AcDbEntity
+  8
+0
+  0
+ENDBLK
+  5
+9925
+330
+9917
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+9A9E
+330
+9A91
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+A$C3E555B74
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+A$C3E555B74
+  1
+
+  0
+INSERT
+  5
+9A92
+330
+9A91
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Jbutton
+ 10
+-0.0000003053623914
+ 20
+0.000000445275532
+ 30
+0.0
+ 41
+100.0
+ 42
+20.0
+ 43
+100.0
+  0
+ATTRIB
+  5
+9A93
+330
+9A92
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+-0.0000003053623914
+ 20
+0.000000445275532
+ 30
+0.0
+ 40
+1.999999999999998
+  1
+CMD_PID_RCH01
+ 41
+4.999999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COMMANDE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+9A94
+330
+9A92
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+-0.0000003053623914
+ 20
+0.000000445275532
+ 30
+0.0
+ 40
+1.999999999999998
+  1
+CMD_PID_RCH01
+ 41
+4.999999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+9A95
+330
+9A92
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+-0.0000003053623914
+ 20
+0.000000445275532
+ 30
+0.0
+ 40
+1.999999999999998
+  1
+10
+ 41
+4.999999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+9A96
+330
+9A92
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+-0.0000003053623914
+ 20
+0.000000445275532
+ 30
+0.0
+ 40
+1.999999999999998
+  1
+7
+ 41
+4.999999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+9A97
+330
+9A92
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+-0.0000003053623914
+ 20
+0.000000445275532
+ 30
+0.0
+ 40
+1.999999999999998
+  1
+0
+ 41
+4.999999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CONFIRM
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+9A98
+330
+9A92
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+-0.0000003053623914
+ 20
+0.000000445275532
+ 30
+0.0
+ 40
+1.999999999999998
+  1
+Start PID RCH01
+ 41
+4.999999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+9A99
+330
+9A92
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+-0.0000003053623914
+ 20
+0.000000445275532
+ 30
+0.0
+ 40
+1.999999999999998
+  1
+Stop PID RCH01
+ 41
+4.999999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+9A9A
+330
+9A92
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+-0.0000003053623914
+ 20
+0.000000445275532
+ 30
+0.0
+ 40
+1.999999999999998
+  1
+ON/OFF RCH01
+ 41
+4.999999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+TEXTE
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+9A9B
+330
+9A92
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+  0
+ENDBLK
+  5
+9A9F
+330
+9A91
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+9C5D
+330
+9C50
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+A$C15946F93
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+A$C15946F93
+  1
+
+  0
+INSERT
+  5
+9C51
+330
+9C50
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Jbutton
+ 10
+0.0000009252607924
+ 20
+-0.0000005443978353
+ 30
+0.0
+ 41
+100.0
+ 42
+20.0
+ 43
+100.0
+  0
+ATTRIB
+  5
+9C52
+330
+9C51
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0000009252607924
+ 20
+-0.0000005443978353
+ 30
+0.0
+ 40
+1.999999999999998
+  1
+CMD_EH220
+ 41
+4.999999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COMMANDE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+9C53
+330
+9C51
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0000009252607924
+ 20
+-0.0000005443978353
+ 30
+0.0
+ 40
+1.999999999999998
+  1
+CMD_EH220
+ 41
+4.999999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+9C54
+330
+9C51
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0000009252607924
+ 20
+-0.0000005443978353
+ 30
+0.0
+ 40
+1.999999999999998
+  1
+10
+ 41
+4.999999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+9C55
+330
+9C51
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0000009252607924
+ 20
+-0.0000005443978353
+ 30
+0.0
+ 40
+1.999999999999998
+  1
+7
+ 41
+4.999999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+9C56
+330
+9C51
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0000009252607924
+ 20
+-0.0000005443978353
+ 30
+0.0
+ 40
+1.999999999999998
+  1
+0
+ 41
+4.999999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CONFIRM
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+9C57
+330
+9C51
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0000009252607924
+ 20
+-0.0000005443978353
+ 30
+0.0
+ 40
+1.999999999999998
+  1
+Start PID EH220
+ 41
+4.999999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+9C58
+330
+9C51
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0000009252607924
+ 20
+-0.0000005443978353
+ 30
+0.0
+ 40
+1.999999999999998
+  1
+Stop PID EH220
+ 41
+4.999999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+9C59
+330
+9C51
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0000009252607924
+ 20
+-0.0000005443978353
+ 30
+0.0
+ 40
+1.999999999999998
+  1
+ON/OFF EH220
+ 41
+4.999999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+TEXTE
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+9C5A
+330
+9C51
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+  0
+ENDBLK
+  5
+9C5E
+330
+9C50
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+9CEE
+330
+9CE1
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+A$C212C1499
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+A$C212C1499
+  1
+
+  0
+INSERT
+  5
+9CE2
+330
+9CE1
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Jbutton
+ 10
+0.0000028499102882
+ 20
+0.0000020432100882
+ 30
+0.0
+ 41
+67.0
+ 42
+20.0
+ 43
+100.0
+  0
+ATTRIB
+  5
+9CE3
+330
+9CE2
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0000028499102882
+ 20
+0.0000020432100882
+ 30
+0.0
+ 40
+1.999999999999999
+  1
+CMD_PP10
+ 41
+3.349999999999998
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COMMANDE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+9CE4
+330
+9CE2
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0000028499102882
+ 20
+0.0000020432100882
+ 30
+0.0
+ 40
+1.999999999999999
+  1
+CMD_PP10
+ 41
+3.349999999999998
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+9CE5
+330
+9CE2
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0000028499102882
+ 20
+0.0000020432100882
+ 30
+0.0
+ 40
+1.999999999999999
+  1
+7
+ 41
+3.349999999999998
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+9CE6
+330
+9CE2
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0000028499102882
+ 20
+0.0000020432100882
+ 30
+0.0
+ 40
+1.999999999999999
+  1
+7
+ 41
+3.349999999999998
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+9CE7
+330
+9CE2
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0000028499102882
+ 20
+0.0000020432100882
+ 30
+0.0
+ 40
+1.999999999999999
+  1
+0
+ 41
+3.349999999999998
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CONFIRM
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+9CE8
+330
+9CE2
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0000028499102882
+ 20
+0.0000020432100882
+ 30
+0.0
+ 40
+1.999999999999999
+  1
+Start PP10
+ 41
+3.349999999999998
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+9CE9
+330
+9CE2
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0000028499102882
+ 20
+0.0000020432100882
+ 30
+0.0
+ 40
+1.999999999999999
+  1
+Stop PP10
+ 41
+3.349999999999998
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+9CEA
+330
+9CE2
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0000028499102882
+ 20
+0.0000020432100882
+ 30
+0.0
+ 40
+1.999999999999999
+  1
+ON/OFF PP10
+ 41
+3.349999999999998
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+TEXTE
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+9CEB
+330
+9CE2
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+  0
+ENDBLK
+  5
+9CEF
+330
+9CE1
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+9F5A
+330
+9F51
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+A$C07E1678B
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+A$C07E1678B
+  1
+
+  0
+INSERT
+  5
+9F52
+330
+9F51
+100
+AcDbEntity
+  8
+0
+ 62
+     9
+100
+AcDbBlockReference
+ 66
+     1
+  2
+palet
+ 10
+0.1217321803026152
+ 20
+2.753752038842264
+ 30
+-43.19142612716809
+  0
+ATTRIB
+  5
+9F53
+330
+9F52
+100
+AcDbEntity
+  8
+IMG009
+ 62
+     9
+100
+AcDbText
+ 10
+0.1217321803026152
+ 20
+2.753752038842264
+ 30
+-43.19142612716809
+ 40
+8.0
+  1
+FV15_O&FV15_C
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+9F54
+330
+9F52
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.1217321803026152
+ 20
+2.753752038842264
+ 30
+-43.19142612716809
+ 40
+6.0
+  1
+24
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+9F55
+330
+9F52
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.1217321803026152
+ 20
+2.753752038842264
+ 30
+-43.19142612716809
+ 40
+8.0
+  1
+-1
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+9F56
+330
+9F52
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.1217321803026152
+ 20
+2.753752038842264
+ 30
+-43.19142612716809
+ 40
+8.0
+  1
+14
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+9F57
+330
+9F52
+100
+AcDbEntity
+  8
+0
+  0
+ENDBLK
+  5
+9F5B
+330
+9F51
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+AEB3
+330
+AEA2
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+A$C2F5C0FD1
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+A$C2F5C0FD1
+  1
+
+  0
+SOLID
+  5
+AEA3
+330
+AEA2
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+-0.000000048187303
+ 20
+-0.0000000522679215
+ 30
+0.0
+ 11
+94.10256088165217
+ 21
+0.0000006098103995
+ 31
+0.0
+ 12
+2.051280779053739
+ 22
+2.051277771150179
+ 32
+0.0
+ 13
+92.05128077905373
+ 23
+2.051280481014657
+ 33
+0.0
+  0
+SOLID
+  5
+AEA4
+330
+AEA2
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+2.051280779053739
+ 20
+2.051278046013578
+ 30
+0.0
+ 11
+-0.000000048187303
+ 21
+-0.0000000522679215
+ 31
+0.0
+ 12
+2.051280779053739
+ 22
+32.05128048101467
+ 32
+0.0
+ 13
+-0.0000001683561095
+ 23
+34.10256047611011
+ 33
+0.0
+  0
+SOLID
+  5
+AEA5
+330
+AEA2
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+2.051280779053739
+ 20
+32.05128048101467
+ 30
+0.0
+ 11
+92.05128077905373
+ 21
+32.05128048101467
+ 31
+0.0
+ 12
+-0.0000007113474112
+ 22
+34.10256048101456
+ 32
+0.0
+ 13
+94.10256077905343
+ 23
+34.10256062085722
+ 33
+0.0
+  0
+SOLID
+  5
+AEA6
+330
+AEA2
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     7
+100
+AcDbTrace
+ 10
+94.10256088165217
+ 20
+0.0000006098103995
+ 30
+0.0
+ 11
+92.05128118514812
+ 21
+2.051280481014657
+ 31
+0.0
+ 12
+94.10256077905343
+ 22
+34.10256062085722
+ 32
+0.0
+ 13
+92.05128077905373
+ 23
+32.05128048101467
+ 33
+0.0
+  0
+INSERT
+  5
+AEA7
+330
+AEA2
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+bouton
+ 10
+2.051280779053739
+ 20
+2.051278046013578
+ 30
+0.0
+ 41
+90.0
+ 42
+30.00000243500108
+ 43
+90.0
+  0
+ATTRIB
+  5
+AEA8
+330
+AEA7
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+2.051280779053739
+ 20
+2.051278046013578
+ 30
+0.0
+ 40
+3.000000243500108
+  1
+BP_MA_VIDE
+ 41
+2.99999975649991
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COMMANDE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+AEA9
+330
+AEA7
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+2.051280779053739
+ 20
+2.051278046013578
+ 30
+0.0
+ 40
+3.000000243500108
+  1
+
+ 41
+2.99999975649991
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+AEAA
+330
+AEA7
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+2.051280779053739
+ 20
+2.051278046013578
+ 30
+0.0
+ 40
+3.000000243500108
+  1
+
+ 41
+2.99999975649991
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+AEAB
+330
+AEA7
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+2.051280779053739
+ 20
+2.051278046013578
+ 30
+0.0
+ 40
+3.000000243500108
+  1
+7
+ 41
+2.99999975649991
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+AEAC
+330
+AEA7
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+2.051280779053739
+ 20
+2.051278046013578
+ 30
+0.0
+ 40
+3.000000243500108
+  1
+7
+ 41
+2.99999975649991
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+AEAD
+330
+AEA7
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+2.051280779053739
+ 20
+2.051278046013578
+ 30
+0.0
+ 40
+3.000000243500108
+  1
+
+ 41
+2.99999975649991
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+AEAE
+330
+AEA7
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+2.051280779053739
+ 20
+2.051278046013578
+ 30
+0.0
+ 40
+3.000000243500108
+  1
+
+ 41
+2.99999975649991
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+AEAF
+330
+AEA7
+100
+AcDbEntity
+  8
+0
+  0
+TEXT
+  5
+AEB0
+330
+AEA2
+100
+AcDbEntity
+  8
+INSTRUM
+ 62
+    18
+420
+   327685
+100
+AcDbText
+ 10
+32.31193485586573
+ 20
+14.38405029010056
+ 30
+0.0
+ 40
+8.0
+  1
+Marche
+  7
+GRAS
+100
+AcDbText
+  0
+ENDBLK
+  5
+AEB4
+330
+AEA2
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+B430
+330
+B423
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+A$C1E1F2580
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+A$C1E1F2580
+  1
+
+  0
+INSERT
+  5
+B424
+330
+B423
+100
+AcDbEntity
+  8
+0
+ 62
+     9
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Valnum
+ 10
+5.33801434875022
+ 20
+5.652320004577517
+ 30
+0.0
+ 41
+1.585079999999999
+ 42
+1.585079999999999
+ 43
+1.585079999999999
+  0
+ATTRIB
+  5
+B425
+330
+B424
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+75.08153434875111
+ 20
+5.652320004577517
+ 30
+0.0
+ 40
+12.68064
+  1
+PT15_S_mbar
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+B426
+330
+B424
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+75.08153434875111
+ 20
+5.652320004577517
+ 30
+0.0
+ 40
+12.68064
+  1
+14
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+B427
+330
+B424
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+75.08153434875111
+ 20
+5.652320004577517
+ 30
+0.0
+ 40
+12.68064
+  1
+0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+B428
+330
+B424
+100
+AcDbEntity
+  8
+0
+  0
+SOLID
+  5
+B429
+330
+B423
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+0.0000014990580439
+ 20
+-0.0000000866418759
+ 30
+0.0
+ 11
+128.147573391577
+ 21
+0.0000006552813829
+ 31
+0.0
+ 12
+2.051280199860797
+ 22
+2.05127873466256
+ 32
+0.0
+ 13
+126.0962933915771
+ 23
+2.05128078717962
+ 33
+0.0
+  0
+SOLID
+  5
+B42A
+330
+B423
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+2.051280199860912
+ 20
+2.051279292177695
+ 30
+0.0
+ 11
+0.0000014990580439
+ 21
+-0.0000000455789859
+ 31
+0.0
+ 12
+2.05128242119076
+ 22
+18.56408130531417
+ 32
+0.0
+ 13
+0.0000014737809124
+ 23
+20.61536130040975
+ 33
+0.0
+  0
+SOLID
+  5
+B42B
+330
+B423
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+2.051282421190876
+ 20
+18.56408222335517
+ 30
+0.0
+ 11
+126.0962933915771
+ 21
+18.56408116547152
+ 31
+0.0
+ 12
+0.0000014737809124
+ 22
+20.61536130040975
+ 32
+0.0
+ 13
+128.147573391577
+ 23
+20.6153613053142
+ 33
+0.0
+  0
+SOLID
+  5
+B42C
+330
+B423
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     7
+100
+AcDbTrace
+ 10
+128.147573391577
+ 20
+0.000001018573812
+ 30
+0.0
+ 11
+126.0962933915771
+ 21
+2.05128078717962
+ 31
+0.0
+ 12
+128.147573391577
+ 22
+20.6153613053142
+ 32
+0.0
+ 13
+126.0962933915771
+ 23
+18.56408116547152
+ 33
+0.0
+  0
+TEXT
+  5
+B42D
+330
+B423
+100
+AcDbEntity
+  8
+0
+ 62
+     2
+100
+AcDbText
+ 10
+91.00207969297093
+ 20
+6.021974735456637
+ 30
+0.0
+ 40
+10.0
+  1
+mbar
+  7
+GRAS
+100
+AcDbText
+  0
+ENDBLK
+  5
+B431
+330
+B423
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+BD92
+330
+BD91
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+Disque
+ 70
+     2
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+Disque
+  1
+
+  0
+ATTDEF
+  5
+BD93
+330
+BD91
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+ 40
+0.1
+  1
+TTxxx
+  7
+DOM1
+100
+AcDbAttributeDefinition
+280
+     0
+  3
+Nom variable
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTDEF
+  5
+BD94
+330
+BD91
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+ 40
+0.1
+  1
+10
+  7
+DOM1
+100
+AcDbAttributeDefinition
+280
+     0
+  3
+Coul1(0=N,1=Blu,2=V,3=Cy,4=R,5=M,6=Br,7=G-c,8=G-f,9=Bl-c,10=V-c,11=Cy-c,12=R-c,13=M-c,14=J,15=Blc)
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTDEF
+  5
+BD95
+330
+BD91
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+ 40
+0.1
+  1
+12
+  7
+DOM1
+100
+AcDbAttributeDefinition
+280
+     0
+  3
+Coul0(0=N,1=Blu,2=V,3=Cy,4=R,5=M,6=Br,7=G-c,8=G-f,9=Bl-c,10=V-c,11=Cy-c,12=R-c,13=M-c,14=J,15=Blc)
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTDEF
+  5
+BD96
+330
+BD91
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+ 40
+0.1
+  1
+7
+  7
+DOM1
+100
+AcDbAttributeDefinition
+280
+     0
+  3
+Coulf(0=N,1=Blu,2=V,3=Cy,4=R,5=M,6=Br,7=G-c,8=G-f,9=Bl-c,10=V-c,11=Cy-c,12=R-c,13=M-c,14=J,15=Blc)
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+ATTDEF
+  5
+BD97
+330
+BD91
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+ 40
+0.1
+  1
+0
+  7
+DOM1
+100
+AcDbAttributeDefinition
+280
+     0
+  3
+clignot à 1(0=NON,1=OUI)
+  2
+CLIG-1
+ 70
+     1
+280
+     0
+  0
+ATTDEF
+  5
+BD98
+330
+BD91
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+ 40
+0.1
+  1
+0
+  7
+DOM1
+100
+AcDbAttributeDefinition
+280
+     0
+  3
+clignot à 0(0=NON,1=OUI)
+  2
+CLIG-0
+ 70
+     1
+280
+     0
+  0
+CIRCLE
+  5
+BD99
+330
+BD91
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbCircle
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+ 40
+0.5
+  0
+ENDBLK
+  5
+BD9A
+330
+BD91
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+BFA4
+330
+BFA0
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+A$C687C57C3
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+A$C687C57C3
+  1
+
+  0
+SOLID
+  5
+BFA1
+330
+BFA0
+100
+AcDbEntity
+  8
+0
+ 62
+    14
+100
+AcDbTrace
+ 10
+28.40409855632481
+ 20
+52.76616275525327
+ 30
+0.0
+ 11
+185.4040980628368
+ 21
+-87.23383724474672
+ 31
+0.0
+ 12
+26.40409855632481
+ 22
+51.76616275525327
+ 32
+0.0
+ 13
+183.4040979394236
+ 23
+-88.2338361472145
+ 33
+0.0
+  0
+ENDBLK
+  5
+BFA5
+330
+BFA0
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+BFD2
+330
+BFCE
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+A$C51B45B14
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+A$C51B45B14
+  1
+
+  0
+SOLID
+  5
+BFCF
+330
+BFCE
+100
+AcDbEntity
+  8
+0
+ 62
+    14
+100
+AcDbTrace
+ 10
+26.44054854242109
+ 20
+22.8322251336757
+ 30
+0.0
+ 11
+26.44054854242109
+ 21
+-50.16777286688578
+ 31
+0.0
+ 12
+24.44054854242108
+ 22
+24.83222513367571
+ 32
+0.0
+ 13
+24.44054866583418
+ 23
+-51.16777376521475
+ 33
+0.0
+  0
+ENDBLK
+  5
+BFD3
+330
+BFCE
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+C02F
+330
+C02B
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+A$C4BC54F4F
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+A$C4BC54F4F
+  1
+
+  0
+SOLID
+  5
+C02C
+330
+C02B
+100
+AcDbEntity
+  8
+IMG008
+ 62
+    50
+100
+AcDbTrace
+ 10
+-0.0000015183272808
+ 20
+-0.0000008164278142
+ 30
+-10.71
+ 11
+-0.0000015183272808
+ 21
+63.99999918357218
+ 31
+-10.71
+ 12
+63.99999848167272
+ 22
+-0.0000008164278142
+ 32
+-10.71
+ 13
+63.99999848167272
+ 23
+63.99999918357218
+ 33
+-10.71
+ 39
+10.71
+  0
+ENDBLK
+  5
+C030
+330
+C02B
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+C0E9
+330
+C0E5
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+A$C1C7E18F9
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+A$C1C7E18F9
+  1
+
+  0
+SOLID
+  5
+C0E6
+330
+C0E5
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+0.0000013183729948
+ 20
+-0.0000015561333271
+ 30
+230.4
+ 11
+136.000002692491
+ 21
+-0.0000015561334408
+ 31
+230.4
+ 12
+1.800001318373176
+ 22
+1.799998443866626
+ 32
+230.4
+ 13
+134.2000026924908
+ 23
+1.799998443866626
+ 33
+230.4
+  0
+ENDBLK
+  5
+C0EA
+330
+C0E5
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+C4C5
+330
+C4BF
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+A$C75186B83
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+A$C75186B83
+  1
+
+  0
+SOLID
+  5
+C4C0
+330
+C4BF
+100
+AcDbEntity
+  8
+0
+ 62
+    20
+100
+AcDbTrace
+ 10
+0.0000005290020226
+ 20
+25.28159849329461
+ 30
+0.0
+ 11
+3.368934765092943
+ 21
+25.28233284907702
+ 31
+0.0
+ 12
+0.0045946446888365
+ 22
+0.0000010515511804
+ 32
+0.0
+ 13
+3.358560274490058
+ 23
+0.0000010515511804
+ 33
+0.0
+  0
+LINE
+  5
+C4C1
+330
+C4BF
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+0.0045946446888365
+ 20
+0.0000010515511804
+ 30
+0.0
+ 11
+0.0000005290020226
+ 21
+25.28159849329461
+ 31
+0.0
+  0
+LINE
+  5
+C4C2
+330
+C4BF
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+3.348912340417881
+ 20
+25.28232848461565
+ 30
+0.0
+ 11
+3.365005368477794
+ 21
+0.0000010515511804
+ 31
+0.0
+  0
+ENDBLK
+  5
+C4C6
+330
+C4BF
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+C4EE
+330
+C4EA
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+A$C1C916803
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+A$C1C916803
+  1
+
+  0
+LINE
+  5
+C4EB
+330
+C4EA
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+3.570001534056131
+ 20
+0.0000012800876448
+ 30
+0.0
+ 11
+0.0000015340559685
+ 21
+8.032501280087899
+ 31
+0.0
+  0
+ENDBLK
+  5
+C4EF
+330
+C4EA
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+C7DF
+330
+C7DE
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+S_VDREGU
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+S_VDREGU
+  1
+
+  0
+LINE
+  5
+C7E0
+330
+C7DE
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+2.25
+ 20
+1.125
+ 30
+0.0
+ 11
+-2.25
+ 21
+-1.125
+ 31
+0.0
+  0
+LINE
+  5
+C7E1
+330
+C7DE
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+2.25
+ 20
+-1.125
+ 30
+0.0
+ 11
+2.25
+ 21
+1.125
+ 31
+0.0
+  0
+LINE
+  5
+C7E2
+330
+C7DE
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+-2.25
+ 20
+1.125
+ 30
+0.0
+ 11
+2.25
+ 21
+-1.125
+ 31
+0.0
+  0
+LINE
+  5
+C7E3
+330
+C7DE
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+-2.25
+ 20
+-1.125
+ 30
+0.0
+ 11
+-2.25
+ 21
+1.125
+ 31
+0.0
+  0
+LINE
+  5
+C7E4
+330
+C7DE
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+0.0
+ 20
+2.25
+ 30
+0.0
+ 11
+0.0
+ 21
+0.0
+ 31
+0.0
+  0
+LINE
+  5
+C7E5
+330
+C7DE
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+-1.875
+ 20
+2.25
+ 30
+0.0
+ 11
+1.875
+ 21
+2.25
+ 31
+0.0
+  0
+ARC
+  5
+C7E6
+330
+C7DE
+100
+AcDbEntity
+  8
+0
+100
+AcDbCircle
+ 10
+0.0
+ 20
+2.25
+ 30
+0.0
+ 40
+1.875
+100
+AcDbArc
+ 50
+0.0
+ 51
+180.0
+  0
+ENDBLK
+  5
+C7E7
+330
+C7DE
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+C7F4
+330
+C7E9
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+A$C2C5646EA
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+A$C2C5646EA
+  1
+
+  0
+INSERT
+  5
+C7EA
+330
+C7E9
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbBlockReference
+  2
+IL
+ 10
+9.458496867646827
+ 20
+4.499999495291746
+ 30
+0.0
+ 41
+0.899999999999977
+ 42
+0.899999999999977
+ 43
+0.899999999999977
+  0
+MTEXT
+  5
+C7EB
+102
+{ACAD_XDICTIONARY
+360
+C7EC
+102
+}
+330
+C7E9
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbMText
+ 10
+9.458496867646827
+ 20
+4.499999495291746
+ 30
+0.0
+ 40
+1.8
+ 41
+11.0
+ 46
+6.000000000000011
+ 71
+     5
+ 72
+     5
+  1
+{\fArial|b0|i0|c0|p34;FT\P104}
+ 73
+     1
+ 44
+1.0
+1001
+ACAD
+1000
+ACAD_MTEXT_DEFINED_HEIGHT_BEGIN
+1070
+    46
+1040
+6.000000000000011
+1000
+ACAD_MTEXT_DEFINED_HEIGHT_END
+  0
+INSERT
+  5
+C7ED
+330
+C7E9
+100
+AcDbEntity
+  8
+DESSIN
+  6
+Continuous
+100
+AcDbBlockReference
+  2
+S_VDREGU
+ 10
+2.708496867646942
+ 20
+4.499999495291746
+ 30
+0.0
+  0
+MTEXT
+  5
+C7EE
+102
+{ACAD_XDICTIONARY
+360
+C7EF
+102
+}
+330
+C7E9
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbMText
+ 10
+2.708496867646942
+ 20
+12.49999949529174
+ 30
+0.0
+ 40
+1.8
+ 41
+11.0
+ 46
+6.000000000000011
+ 71
+     5
+ 72
+     5
+  1
+{\fArial|b0|i0|c0|p34;FCV\P104}
+ 73
+     1
+ 44
+1.0
+1001
+ACAD
+1000
+ACAD_MTEXT_DEFINED_HEIGHT_BEGIN
+1070
+    46
+1040
+6.000000000000011
+1000
+ACAD_MTEXT_DEFINED_HEIGHT_END
+  0
+LINE
+  5
+C7F0
+330
+C7E9
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+16.65849686764676
+ 20
+4.499999495291746
+ 30
+0.0
+ 11
+13.50849686764678
+ 21
+2.699999495291732
+ 31
+0.0
+  0
+LINE
+  5
+C7F1
+330
+C7E9
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+13.50849686764678
+ 20
+6.299999495291757
+ 30
+0.0
+ 11
+16.65849686764676
+ 21
+4.499999495291746
+ 31
+0.0
+  0
+ENDBLK
+  5
+C7F5
+330
+C7E9
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+C87A
+330
+C86A
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+A$C61E9592C
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+A$C61E9592C
+  1
+
+  0
+SOLID
+  5
+C86B
+330
+C86A
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbTrace
+ 10
+1.800005554178254
+ 20
+37.19999849723081
+ 30
+230.4
+ 11
+134.2000069282959
+ 21
+37.19999849723081
+ 31
+230.4
+ 12
+1.800005554178254
+ 22
+1.799998497230489
+ 32
+230.4
+ 13
+134.2000069282959
+ 23
+1.799998497230489
+ 33
+230.4
+ 39
+28.8
+  0
+SOLID
+  5
+C86C
+330
+C86A
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+0.0000055541780739
+ 20
+-0.0000015027694644
+ 30
+230.4
+ 11
+1.800005554178254
+ 21
+1.799998497230489
+ 31
+230.4
+ 12
+0.0000055541780739
+ 22
+38.99999849723031
+ 32
+230.4
+ 13
+1.800005554178254
+ 23
+37.19999849723081
+ 33
+230.4
+  0
+SOLID
+  5
+C86D
+330
+C86A
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+1.800005554178254
+ 20
+37.19999849723081
+ 30
+230.4
+ 11
+134.2000069282959
+ 21
+37.19999849723081
+ 31
+230.4
+ 12
+0.0000055541780739
+ 22
+38.99999849723031
+ 32
+230.4
+ 13
+136.0000069282961
+ 23
+38.99999849723031
+ 33
+230.4
+  0
+SOLID
+  5
+C86E
+330
+C86A
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+0.0000055541780739
+ 20
+-0.0000015027694644
+ 30
+230.4
+ 11
+136.0000069282961
+ 21
+-0.0000015027695781
+ 31
+230.4
+ 12
+1.800005554178254
+ 22
+1.799998497230489
+ 32
+230.4
+ 13
+134.2000069282959
+ 23
+1.799998497230489
+ 33
+230.4
+  0
+SOLID
+  5
+C86F
+330
+C86A
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+136.0000069282961
+ 20
+-0.0000015027694644
+ 30
+230.4
+ 11
+134.2000069282959
+ 21
+1.799998497230489
+ 31
+230.4
+ 12
+136.0000069282961
+ 22
+38.99999849723031
+ 32
+230.4
+ 13
+134.2000069282959
+ 23
+37.19999849723081
+ 33
+230.4
+  0
+LWPOLYLINE
+  5
+C870
+330
+C86A
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 38
+230.4
+ 10
+0.0000055541780739
+ 20
+38.99999849723031
+ 10
+136.0000069282961
+ 20
+38.99999849723031
+ 10
+136.0000069282961
+ 20
+-0.0000015027694644
+ 10
+0.0000055541780739
+ 20
+-0.0000015027694644
+  0
+TEXT
+  5
+C871
+330
+C86A
+100
+AcDbEntity
+  8
+0
+ 62
+   254
+100
+AcDbText
+ 10
+5.400005554177936
+ 20
+23.44269156405801
+ 30
+230.4
+ 40
+10.0
+  1
+PT103
+  7
+GRAS
+100
+AcDbText
+  0
+TEXT
+  5
+C872
+330
+C86A
+100
+AcDbEntity
+  8
+0
+ 62
+     2
+100
+AcDbText
+ 10
+88.00000692829611
+ 20
+5.999996799452446
+ 30
+201.6
+ 40
+14.4
+  1
+mbar
+100
+AcDbText
+  0
+INSERT
+  5
+C873
+330
+C86A
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Valnum
+ 10
+5.400005554177936
+ 20
+5.399998497230626
+ 30
+230.4
+ 41
+1.5
+ 42
+1.5
+ 43
+1.5
+  0
+ATTRIB
+  5
+C874
+330
+C873
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+71.40000555417863
+ 20
+5.399998497230626
+ 30
+230.4
+ 40
+12.00000000000011
+  1
+BAR_PT103
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+C875
+330
+C873
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+71.40000555417863
+ 20
+5.399998497230626
+ 30
+230.4
+ 40
+12.00000000000011
+  1
+14
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+C876
+330
+C873
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+71.40000555417863
+ 20
+5.399998497230626
+ 30
+230.4
+ 40
+12.00000000000011
+  1
+0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+C877
+330
+C873
+100
+AcDbEntity
+  8
+0
+  0
+ENDBLK
+  5
+C87B
+330
+C86A
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+C982
+330
+C97E
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+A$C08034BA2
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+A$C08034BA2
+  1
+
+  0
+SOLID
+  5
+C97F
+330
+C97E
+100
+AcDbEntity
+  8
+0
+ 62
+   241
+100
+AcDbTrace
+ 10
+-0.0000010090062688
+ 20
+0.0000020801829805
+ 30
+0.0
+ 11
+-0.0000010090062688
+ 21
+3.368692037719596
+ 31
+0.0
+ 12
+205.1499989909934
+ 22
+0.0162728628826017
+ 32
+0.0
+ 13
+205.1499989909934
+ 23
+3.370806814474121
+ 33
+0.0
+  0
+ENDBLK
+  5
+C983
+330
+C97E
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+CA6D
+330
+CA69
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+A$C4AEE3746
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+A$C4AEE3746
+  1
+
+  0
+SOLID
+  5
+CA6A
+330
+CA69
+100
+AcDbEntity
+  8
+0
+ 62
+    18
+420
+        0
+100
+AcDbTrace
+ 10
+3.363990457485896
+ 20
+0.0002203147734008
+ 30
+0.0
+ 11
+0.0005184106584011
+ 21
+-0.0000007935573194
+ 31
+0.0
+ 12
+3.281358254398127
+ 22
+13.64161571689123
+ 32
+0.0
+ 13
+0.0000003341135653
+ 23
+13.6407858951502
+ 33
+0.0
+  0
+ENDBLK
+  5
+CA6E
+330
+CA69
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+D026
+330
+D022
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+A$C4718551B
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+A$C4718551B
+  1
+
+  0
+TEXT
+  5
+D023
+330
+D022
+100
+AcDbEntity
+  8
+0
+ 62
+    18
+420
+        0
+100
+AcDbText
+ 10
+2.196989249421788
+ 20
+5.251628107535423
+ 30
+0.0
+ 40
+11.0
+  1
+Evacuation gaz
+  7
+GRAS
+100
+AcDbText
+  0
+ENDBLK
+  5
+D027
+330
+D022
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+D3ED
+330
+D376
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+A$C4B4B37A6
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+A$C4B4B37A6
+  1
+
+  0
+SOLID
+  5
+D377
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    75
+100
+AcDbTrace
+ 10
+2.588236691783436
+ 20
+14.5722278097039
+ 30
+-35.28011329797511
+ 11
+29.82655945860324
+ 21
+64.50915288220539
+ 31
+-35.28011329797511
+ 12
+57.06488222542134
+ 22
+14.5722278097039
+ 32
+-35.28011329797511
+ 13
+57.06488222542134
+ 23
+14.5722278097039
+ 33
+-35.28011329797511
+ 39
+14.52710547563681
+  0
+SOLID
+  5
+D378
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+28.01067127414774
+ 20
+50.88999149879588
+ 30
+-35.28011329797511
+ 11
+31.64244764305784
+ 21
+50.88999149879588
+ 31
+-35.28011329797511
+ 12
+28.01067127414774
+ 22
+23.65166873197687
+ 32
+-35.28011329797511
+ 13
+31.64244764305784
+ 23
+23.65166873197687
+ 33
+-35.28011329797511
+ 39
+14.52710547563681
+  0
+CIRCLE
+  5
+D379
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbCircle
+ 39
+29.05421095127363
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 40
+1.8158881844546
+  0
+SOLID
+  5
+D37A
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+29.82655945860324
+ 21
+20.92783645529494
+ 31
+-35.28011329797511
+ 12
+30.18973709549312
+ 22
+20.92783645529494
+ 32
+-35.28011329797511
+ 13
+30.18973709549312
+ 23
+20.92783645529494
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D37B
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+29.73576504938023
+ 21
+20.92783645529494
+ 31
+-35.28011329797511
+ 12
+30.00814827704858
+ 22
+20.92783645529494
+ 32
+-35.28011329797511
+ 13
+30.00814827704858
+ 23
+20.92783645529494
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D37C
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+29.5541762309349
+ 21
+20.92783645529494
+ 31
+-35.28011329797511
+ 12
+29.91735386782579
+ 22
+20.92783645529494
+ 32
+-35.28011329797511
+ 13
+29.91735386782579
+ 23
+20.92783645529494
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D37D
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+29.46338182171132
+ 21
+20.92783645529494
+ 31
+-35.28011329797511
+ 12
+29.82655945860324
+ 22
+20.92783645529494
+ 32
+-35.28011329797511
+ 13
+29.82655945860324
+ 23
+20.92783645529494
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D37E
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+29.37258741248866
+ 21
+20.83704204607224
+ 31
+-35.28011329797511
+ 12
+29.73576504938023
+ 22
+20.92783645529494
+ 32
+-35.28011329797511
+ 13
+29.73576504938023
+ 23
+20.92783645529494
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D37F
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+29.28179300326588
+ 21
+20.83704204607224
+ 31
+-35.28011329797511
+ 12
+29.5541762309349
+ 22
+20.92783645529494
+ 32
+-35.28011329797511
+ 13
+29.5541762309349
+ 23
+20.92783645529494
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D380
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+29.1909985940431
+ 21
+20.83704204607224
+ 31
+-35.28011329797511
+ 12
+29.46338182171132
+ 22
+20.92783645529494
+ 32
+-35.28011329797511
+ 13
+29.46338182171132
+ 23
+20.92783645529494
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D381
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+29.00940977559765
+ 21
+20.74624763684946
+ 31
+-35.28011329797511
+ 12
+29.37258741248866
+ 22
+20.83704204607224
+ 32
+-35.28011329797511
+ 13
+29.37258741248866
+ 23
+20.83704204607224
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D382
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+28.91861536637509
+ 21
+20.74624763684946
+ 31
+-35.28011329797511
+ 12
+29.28179300326588
+ 22
+20.83704204607224
+ 32
+-35.28011329797511
+ 13
+29.28179300326588
+ 23
+20.83704204607224
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D383
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+28.82782095715299
+ 21
+20.65545322762681
+ 31
+-35.28011329797511
+ 12
+29.1909985940431
+ 22
+20.83704204607224
+ 32
+-35.28011329797511
+ 13
+29.1909985940431
+ 23
+20.83704204607224
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D384
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+28.73702654792953
+ 21
+20.56465881840399
+ 31
+-35.28011329797511
+ 12
+29.00940977559765
+ 22
+20.74624763684946
+ 32
+-35.28011329797511
+ 13
+29.00940977559765
+ 23
+20.74624763684946
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D385
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+28.64623213870664
+ 21
+20.47386440918125
+ 31
+-35.28011329797511
+ 12
+28.91861536637509
+ 22
+20.65545322762681
+ 32
+-35.28011329797511
+ 13
+28.91861536637509
+ 23
+20.65545322762681
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D386
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+28.55543772948397
+ 21
+20.47386440918125
+ 31
+-35.28011329797511
+ 12
+28.82782095715299
+ 22
+20.65545322762681
+ 32
+-35.28011329797511
+ 13
+28.82782095715299
+ 23
+20.65545322762681
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D387
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+28.46464332026153
+ 21
+20.38306999995854
+ 31
+-35.28011329797511
+ 12
+28.73702654792953
+ 22
+20.56465881840399
+ 32
+-35.28011329797511
+ 13
+28.73702654792953
+ 23
+20.56465881840399
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D388
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+28.46464332026153
+ 21
+20.29227559073581
+ 31
+-35.28011329797511
+ 12
+28.64623213870664
+ 22
+20.47386440918125
+ 32
+-35.28011329797511
+ 13
+28.64623213870664
+ 23
+20.47386440918125
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D389
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+28.37384891103852
+ 21
+20.20148118151315
+ 31
+-35.28011329797511
+ 12
+28.55543772948397
+ 22
+20.47386440918125
+ 32
+-35.28011329797511
+ 13
+28.55543772948397
+ 23
+20.47386440918125
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D38A
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+28.28305450181574
+ 21
+20.11068677229056
+ 31
+-35.28011329797511
+ 12
+28.46464332026153
+ 22
+20.38306999995854
+ 32
+-35.28011329797511
+ 13
+28.46464332026153
+ 23
+20.38306999995854
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D38B
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+28.19226009259319
+ 21
+20.01989236306764
+ 31
+-35.28011329797511
+ 12
+28.46464332026153
+ 22
+20.29227559073581
+ 32
+-35.28011329797511
+ 13
+28.46464332026153
+ 23
+20.29227559073581
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D38C
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+28.19226009259319
+ 21
+19.92909795384497
+ 31
+-35.28011329797511
+ 12
+28.37384891103852
+ 22
+20.20148118151315
+ 32
+-35.28011329797511
+ 13
+28.37384891103852
+ 23
+20.20148118151315
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D38D
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+28.10146568337041
+ 21
+19.74750913539955
+ 31
+-35.28011329797511
+ 12
+28.28305450181574
+ 22
+20.11068677229056
+ 32
+-35.28011329797511
+ 13
+28.28305450181574
+ 23
+20.11068677229056
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D38E
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+28.10146568337041
+ 21
+19.6567147261768
+ 31
+-35.28011329797511
+ 12
+28.19226009259319
+ 22
+20.01989236306764
+ 32
+-35.28011329797511
+ 13
+28.19226009259319
+ 23
+20.01989236306764
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D38F
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+28.10146568337041
+ 21
+19.56592031695405
+ 31
+-35.28011329797511
+ 12
+28.19226009259319
+ 22
+19.83830354462191
+ 32
+-35.28011329797511
+ 13
+28.19226009259319
+ 23
+19.83830354462191
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D390
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+28.01067127414774
+ 21
+19.47512590773121
+ 31
+-35.28011329797511
+ 12
+28.10146568337041
+ 22
+19.74750913539955
+ 32
+-35.28011329797511
+ 13
+28.10146568337041
+ 23
+19.74750913539955
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D391
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+28.01067127414774
+ 21
+19.38433149850851
+ 31
+-35.28011329797511
+ 12
+28.10146568337041
+ 22
+19.6567147261768
+ 32
+-35.28011329797511
+ 13
+28.10146568337041
+ 23
+19.6567147261768
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D392
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+28.01067127414774
+ 21
+19.20274268006327
+ 31
+-35.28011329797511
+ 12
+28.10146568337041
+ 22
+19.56592031695405
+ 32
+-35.28011329797511
+ 13
+28.10146568337041
+ 23
+19.56592031695405
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D393
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+28.01067127414774
+ 21
+19.11194827084038
+ 31
+-35.28011329797511
+ 12
+28.01067127414774
+ 22
+19.47512590773121
+ 32
+-35.28011329797511
+ 13
+28.01067127414774
+ 23
+19.47512590773121
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D394
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+28.01067127414774
+ 21
+19.02115386161782
+ 31
+-35.28011329797511
+ 12
+28.01067127414774
+ 22
+19.29353708928585
+ 32
+-35.28011329797511
+ 13
+28.01067127414774
+ 23
+19.29353708928585
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D395
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+28.01067127414774
+ 21
+18.83956504317217
+ 31
+-35.28011329797511
+ 12
+28.01067127414774
+ 22
+19.20274268006327
+ 32
+-35.28011329797511
+ 13
+28.01067127414774
+ 23
+19.20274268006327
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D396
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+28.01067127414774
+ 21
+18.74877063394965
+ 31
+-35.28011329797511
+ 12
+28.01067127414774
+ 22
+19.11194827084038
+ 32
+-35.28011329797511
+ 13
+28.01067127414774
+ 23
+19.11194827084038
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D397
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+28.10146568337041
+ 21
+18.65797622472692
+ 31
+-35.28011329797511
+ 12
+28.01067127414774
+ 22
+19.02115386161782
+ 32
+-35.28011329797511
+ 13
+28.01067127414774
+ 23
+19.02115386161782
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D398
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+28.10146568337041
+ 21
+18.56718181550394
+ 31
+-35.28011329797511
+ 12
+28.01067127414774
+ 22
+18.83956504317217
+ 32
+-35.28011329797511
+ 13
+28.01067127414774
+ 23
+18.83956504317217
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D399
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+28.10146568337041
+ 21
+18.47638740628119
+ 31
+-35.28011329797511
+ 12
+28.01067127414774
+ 22
+18.74877063394965
+ 32
+-35.28011329797511
+ 13
+28.01067127414774
+ 23
+18.74877063394965
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D39A
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+28.19226009259319
+ 21
+18.29479858783594
+ 31
+-35.28011329797511
+ 12
+28.10146568337041
+ 22
+18.65797622472692
+ 32
+-35.28011329797511
+ 13
+28.10146568337041
+ 23
+18.65797622472692
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D39B
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+28.19226009259319
+ 21
+18.20400417861305
+ 31
+-35.28011329797511
+ 12
+28.10146568337041
+ 22
+18.56718181550394
+ 32
+-35.28011329797511
+ 13
+28.10146568337041
+ 23
+18.56718181550394
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D39C
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+28.28305450181574
+ 21
+18.11320976939048
+ 31
+-35.28011329797511
+ 12
+28.10146568337041
+ 22
+18.47638740628119
+ 32
+-35.28011329797511
+ 13
+28.10146568337041
+ 23
+18.47638740628119
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D39D
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+28.37384891103852
+ 21
+18.0224153601676
+ 31
+-35.28011329797511
+ 12
+28.19226009259319
+ 22
+18.29479858783594
+ 32
+-35.28011329797511
+ 13
+28.19226009259319
+ 23
+18.29479858783594
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D39E
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+28.46464332026153
+ 21
+17.93162095094475
+ 31
+-35.28011329797511
+ 12
+28.28305450181574
+ 22
+18.20400417861305
+ 32
+-35.28011329797511
+ 13
+28.28305450181574
+ 23
+18.20400417861305
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D39F
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+28.46464332026153
+ 21
+17.84082654172235
+ 31
+-35.28011329797511
+ 12
+28.28305450181574
+ 22
+18.11320976939048
+ 32
+-35.28011329797511
+ 13
+28.28305450181574
+ 23
+18.11320976939048
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D3A0
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+28.55543772948397
+ 21
+17.75003213249948
+ 31
+-35.28011329797511
+ 12
+28.37384891103852
+ 22
+18.0224153601676
+ 32
+-35.28011329797511
+ 13
+28.37384891103852
+ 23
+18.0224153601676
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D3A1
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+28.64623213870664
+ 21
+17.75003213249948
+ 31
+-35.28011329797511
+ 12
+28.46464332026153
+ 22
+17.93162095094475
+ 32
+-35.28011329797511
+ 13
+28.46464332026153
+ 23
+17.93162095094475
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D3A2
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+28.73702654792953
+ 21
+17.65923772327662
+ 31
+-35.28011329797511
+ 12
+28.46464332026153
+ 22
+17.84082654172235
+ 32
+-35.28011329797511
+ 13
+28.46464332026153
+ 23
+17.84082654172235
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D3A3
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+28.82782095715299
+ 21
+17.56844331405406
+ 31
+-35.28011329797511
+ 12
+28.55543772948397
+ 22
+17.75003213249948
+ 32
+-35.28011329797511
+ 13
+28.55543772948397
+ 23
+17.75003213249948
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D3A4
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+28.91861536637509
+ 21
+17.47764890483118
+ 31
+-35.28011329797511
+ 12
+28.64623213870664
+ 22
+17.75003213249948
+ 32
+-35.28011329797511
+ 13
+28.64623213870664
+ 23
+17.75003213249948
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D3A5
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+29.00940977559765
+ 21
+17.47764890483118
+ 31
+-35.28011329797511
+ 12
+28.73702654792953
+ 22
+17.65923772327662
+ 32
+-35.28011329797511
+ 13
+28.73702654792953
+ 23
+17.65923772327662
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D3A6
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+29.1909985940431
+ 21
+17.38685449560833
+ 31
+-35.28011329797511
+ 12
+28.82782095715299
+ 22
+17.56844331405406
+ 32
+-35.28011329797511
+ 13
+28.82782095715299
+ 23
+17.56844331405406
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D3A7
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+29.28179300326588
+ 21
+17.38685449560833
+ 31
+-35.28011329797511
+ 12
+28.91861536637509
+ 22
+17.47764890483118
+ 32
+-35.28011329797511
+ 13
+28.91861536637509
+ 23
+17.47764890483118
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D3A8
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+29.37258741248866
+ 21
+17.38685449560833
+ 31
+-35.28011329797511
+ 12
+29.10020418482043
+ 22
+17.47764890483118
+ 32
+-35.28011329797511
+ 13
+29.10020418482043
+ 23
+17.47764890483118
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D3A9
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+29.46338182171132
+ 21
+17.29606008638586
+ 31
+-35.28011329797511
+ 12
+29.1909985940431
+ 22
+17.38685449560833
+ 32
+-35.28011329797511
+ 13
+29.1909985940431
+ 23
+17.38685449560833
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D3AA
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+29.5541762309349
+ 21
+17.29606008638586
+ 31
+-35.28011329797511
+ 12
+29.28179300326588
+ 22
+17.38685449560833
+ 32
+-35.28011329797511
+ 13
+29.28179300326588
+ 23
+17.38685449560833
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D3AB
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+29.73576504938023
+ 21
+17.29606008638586
+ 31
+-35.28011329797511
+ 12
+29.37258741248866
+ 22
+17.38685449560833
+ 32
+-35.28011329797511
+ 13
+29.37258741248866
+ 23
+17.38685449560833
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D3AC
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+29.82655945860324
+ 21
+17.29606008638586
+ 31
+-35.28011329797511
+ 12
+29.46338182171132
+ 22
+17.29606008638586
+ 32
+-35.28011329797511
+ 13
+29.46338182171132
+ 23
+17.29606008638586
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D3AD
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+29.91735386782579
+ 21
+17.29606008638586
+ 31
+-35.28011329797511
+ 12
+29.64497064015688
+ 22
+17.29606008638586
+ 32
+-35.28011329797511
+ 13
+29.64497064015688
+ 23
+17.29606008638586
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D3AE
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+30.09894268627034
+ 21
+17.29606008638586
+ 31
+-35.28011329797511
+ 12
+29.73576504938023
+ 22
+17.29606008638586
+ 32
+-35.28011329797511
+ 13
+29.73576504938023
+ 23
+17.29606008638586
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D3AF
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+30.18973709549312
+ 21
+17.29606008638586
+ 31
+-35.28011329797511
+ 12
+29.82655945860324
+ 22
+17.29606008638586
+ 32
+-35.28011329797511
+ 13
+29.82655945860324
+ 23
+17.29606008638586
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D3B0
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+30.28053150471601
+ 21
+17.38685449560833
+ 31
+-35.28011329797511
+ 12
+29.91735386782579
+ 22
+17.29606008638586
+ 32
+-35.28011329797511
+ 13
+29.91735386782579
+ 23
+17.29606008638586
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D3B1
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+30.37132591393868
+ 21
+17.38685449560833
+ 31
+-35.28011329797511
+ 12
+30.09894268627034
+ 22
+17.29606008638586
+ 32
+-35.28011329797511
+ 13
+30.09894268627034
+ 23
+17.29606008638586
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D3B2
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+30.46212032316134
+ 21
+17.38685449560833
+ 31
+-35.28011329797511
+ 12
+30.18973709549312
+ 22
+17.29606008638586
+ 32
+-35.28011329797511
+ 13
+30.18973709549312
+ 23
+17.29606008638586
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D3B3
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+30.64370914160668
+ 21
+17.47764890483118
+ 31
+-35.28011329797511
+ 12
+30.28053150471601
+ 22
+17.38685449560833
+ 32
+-35.28011329797511
+ 13
+30.28053150471601
+ 23
+17.38685449560833
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D3B4
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+30.73450355082957
+ 21
+17.47764890483118
+ 31
+-35.28011329797511
+ 12
+30.37132591393868
+ 22
+17.38685449560833
+ 32
+-35.28011329797511
+ 13
+30.37132591393868
+ 23
+17.38685449560833
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D3B5
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+30.82529796005224
+ 21
+17.56844331405406
+ 31
+-35.28011329797511
+ 12
+30.46212032316134
+ 22
+17.38685449560833
+ 32
+-35.28011329797511
+ 13
+30.46212032316134
+ 23
+17.38685449560833
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D3B6
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+30.9160923692757
+ 21
+17.65923772327662
+ 31
+-35.28011329797511
+ 12
+30.64370914160668
+ 22
+17.47764890483118
+ 32
+-35.28011329797511
+ 13
+30.64370914160668
+ 23
+17.47764890483118
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D3B7
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+31.00688677849769
+ 21
+17.75003213249948
+ 31
+-35.28011329797511
+ 12
+30.73450355082957
+ 22
+17.56844331405406
+ 32
+-35.28011329797511
+ 13
+30.73450355082957
+ 23
+17.56844331405406
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D3B8
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+31.09768118772104
+ 21
+17.75003213249948
+ 31
+-35.28011329797511
+ 12
+30.82529796005224
+ 22
+17.56844331405406
+ 32
+-35.28011329797511
+ 13
+30.82529796005224
+ 23
+17.56844331405406
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D3B9
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+31.18847559694336
+ 21
+17.84082654172235
+ 31
+-35.28011329797511
+ 12
+30.9160923692757
+ 22
+17.65923772327662
+ 32
+-35.28011329797511
+ 13
+30.9160923692757
+ 23
+17.65923772327662
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D3BA
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+31.18847559694336
+ 21
+17.93162095094475
+ 31
+-35.28011329797511
+ 12
+31.00688677849769
+ 22
+17.75003213249948
+ 32
+-35.28011329797511
+ 13
+31.00688677849769
+ 23
+17.75003213249948
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D3BB
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+31.27927000616603
+ 21
+18.0224153601676
+ 31
+-35.28011329797511
+ 12
+31.09768118772104
+ 22
+17.75003213249948
+ 32
+-35.28011329797511
+ 13
+31.09768118772104
+ 23
+17.75003213249948
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D3BC
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+31.3700644153887
+ 21
+18.11320976939048
+ 31
+-35.28011329797511
+ 12
+31.18847559694336
+ 22
+17.84082654172235
+ 32
+-35.28011329797511
+ 13
+31.18847559694336
+ 23
+17.84082654172235
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D3BD
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+31.46085882461136
+ 21
+18.20400417861305
+ 31
+-35.28011329797511
+ 12
+31.18847559694336
+ 22
+17.93162095094475
+ 32
+-35.28011329797511
+ 13
+31.18847559694336
+ 23
+17.93162095094475
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D3BE
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+31.46085882461136
+ 21
+18.29479858783594
+ 31
+-35.28011329797511
+ 12
+31.27927000616603
+ 22
+18.0224153601676
+ 32
+-35.28011329797511
+ 13
+31.27927000616603
+ 23
+18.0224153601676
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D3BF
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+31.55165323383494
+ 21
+18.47638740628119
+ 31
+-35.28011329797511
+ 12
+31.3700644153887
+ 22
+18.11320976939048
+ 32
+-35.28011329797511
+ 13
+31.3700644153887
+ 23
+18.11320976939048
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D3C0
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+31.55165323383494
+ 21
+18.56718181550394
+ 31
+-35.28011329797511
+ 12
+31.46085882461136
+ 22
+18.20400417861305
+ 32
+-35.28011329797511
+ 13
+31.46085882461136
+ 23
+18.20400417861305
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D3C1
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+31.55165323383494
+ 21
+18.65797622472692
+ 31
+-35.28011329797511
+ 12
+31.46085882461136
+ 22
+18.38559299705848
+ 32
+-35.28011329797511
+ 13
+31.46085882461136
+ 23
+18.38559299705848
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D3C2
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+31.64244764305784
+ 21
+18.74877063394965
+ 31
+-35.28011329797511
+ 12
+31.55165323383494
+ 22
+18.47638740628119
+ 32
+-35.28011329797511
+ 13
+31.55165323383494
+ 23
+18.47638740628119
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D3C3
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+31.64244764305784
+ 21
+18.83956504317217
+ 31
+-35.28011329797511
+ 12
+31.55165323383494
+ 22
+18.56718181550394
+ 32
+-35.28011329797511
+ 13
+31.55165323383494
+ 23
+18.56718181550394
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D3C4
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+31.64244764305784
+ 21
+19.02115386161782
+ 31
+-35.28011329797511
+ 12
+31.55165323383494
+ 22
+18.65797622472692
+ 32
+-35.28011329797511
+ 13
+31.55165323383494
+ 23
+18.65797622472692
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D3C5
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+31.64244764305784
+ 21
+19.11194827084038
+ 31
+-35.28011329797511
+ 12
+31.64244764305784
+ 22
+18.74877063394965
+ 32
+-35.28011329797511
+ 13
+31.64244764305784
+ 23
+18.74877063394965
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D3C6
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+31.64244764305784
+ 21
+19.20274268006327
+ 31
+-35.28011329797511
+ 12
+31.64244764305784
+ 22
+18.93035945239487
+ 32
+-35.28011329797511
+ 13
+31.64244764305784
+ 23
+18.93035945239487
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D3C7
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+31.64244764305784
+ 21
+19.38433149850851
+ 31
+-35.28011329797511
+ 12
+31.64244764305784
+ 22
+19.02115386161782
+ 32
+-35.28011329797511
+ 13
+31.64244764305784
+ 23
+19.02115386161782
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D3C8
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+31.64244764305784
+ 21
+19.47512590773121
+ 31
+-35.28011329797511
+ 12
+31.64244764305784
+ 22
+19.11194827084038
+ 32
+-35.28011329797511
+ 13
+31.64244764305784
+ 23
+19.11194827084038
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D3C9
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+31.55165323383494
+ 21
+19.56592031695405
+ 31
+-35.28011329797511
+ 12
+31.64244764305784
+ 22
+19.20274268006327
+ 32
+-35.28011329797511
+ 13
+31.64244764305784
+ 23
+19.20274268006327
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D3CA
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+31.55165323383494
+ 21
+19.6567147261768
+ 31
+-35.28011329797511
+ 12
+31.64244764305784
+ 22
+19.38433149850851
+ 32
+-35.28011329797511
+ 13
+31.64244764305784
+ 23
+19.38433149850851
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D3CB
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+31.55165323383494
+ 21
+19.74750913539955
+ 31
+-35.28011329797511
+ 12
+31.64244764305784
+ 22
+19.47512590773121
+ 32
+-35.28011329797511
+ 13
+31.64244764305784
+ 23
+19.47512590773121
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D3CC
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+31.46085882461136
+ 21
+19.92909795384497
+ 31
+-35.28011329797511
+ 12
+31.55165323383494
+ 22
+19.56592031695405
+ 32
+-35.28011329797511
+ 13
+31.55165323383494
+ 23
+19.56592031695405
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D3CD
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+31.46085882461136
+ 21
+20.01989236306764
+ 31
+-35.28011329797511
+ 12
+31.55165323383494
+ 22
+19.6567147261768
+ 32
+-35.28011329797511
+ 13
+31.55165323383494
+ 23
+19.6567147261768
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D3CE
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+31.3700644153887
+ 21
+20.11068677229056
+ 31
+-35.28011329797511
+ 12
+31.55165323383494
+ 22
+19.74750913539955
+ 32
+-35.28011329797511
+ 13
+31.55165323383494
+ 23
+19.74750913539955
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D3CF
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+31.27927000616603
+ 21
+20.20148118151315
+ 31
+-35.28011329797511
+ 12
+31.46085882461136
+ 22
+19.92909795384497
+ 32
+-35.28011329797511
+ 13
+31.46085882461136
+ 23
+19.92909795384497
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D3D0
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+31.18847559694336
+ 21
+20.29227559073581
+ 31
+-35.28011329797511
+ 12
+31.3700644153887
+ 22
+20.01989236306764
+ 32
+-35.28011329797511
+ 13
+31.3700644153887
+ 23
+20.01989236306764
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D3D1
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+31.18847559694336
+ 21
+20.38306999995854
+ 31
+-35.28011329797511
+ 12
+31.3700644153887
+ 22
+20.11068677229056
+ 32
+-35.28011329797511
+ 13
+31.3700644153887
+ 23
+20.11068677229056
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D3D2
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+31.09768118772104
+ 21
+20.47386440918125
+ 31
+-35.28011329797511
+ 12
+31.27927000616603
+ 22
+20.20148118151315
+ 32
+-35.28011329797511
+ 13
+31.27927000616603
+ 23
+20.20148118151315
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D3D3
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+31.00688677849769
+ 21
+20.47386440918125
+ 31
+-35.28011329797511
+ 12
+31.18847559694336
+ 22
+20.29227559073581
+ 32
+-35.28011329797511
+ 13
+31.18847559694336
+ 23
+20.29227559073581
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D3D4
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+30.9160923692757
+ 21
+20.56465881840399
+ 31
+-35.28011329797511
+ 12
+31.18847559694336
+ 22
+20.38306999995854
+ 32
+-35.28011329797511
+ 13
+31.18847559694336
+ 23
+20.38306999995854
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D3D5
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+30.82529796005224
+ 21
+20.65545322762681
+ 31
+-35.28011329797511
+ 12
+31.09768118772104
+ 22
+20.47386440918125
+ 32
+-35.28011329797511
+ 13
+31.09768118772104
+ 23
+20.47386440918125
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D3D6
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+30.73450355082957
+ 21
+20.74624763684946
+ 31
+-35.28011329797511
+ 12
+31.00688677849769
+ 22
+20.47386440918125
+ 32
+-35.28011329797511
+ 13
+31.00688677849769
+ 23
+20.47386440918125
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D3D7
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+30.64370914160668
+ 21
+20.74624763684946
+ 31
+-35.28011329797511
+ 12
+30.9160923692757
+ 22
+20.56465881840399
+ 32
+-35.28011329797511
+ 13
+30.9160923692757
+ 23
+20.56465881840399
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D3D8
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+30.46212032316134
+ 21
+20.83704204607224
+ 31
+-35.28011329797511
+ 12
+30.82529796005224
+ 22
+20.65545322762681
+ 32
+-35.28011329797511
+ 13
+30.82529796005224
+ 23
+20.65545322762681
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D3D9
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+30.37132591393868
+ 21
+20.83704204607224
+ 31
+-35.28011329797511
+ 12
+30.73450355082957
+ 22
+20.74624763684946
+ 32
+-35.28011329797511
+ 13
+30.73450355082957
+ 23
+20.74624763684946
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D3DA
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+30.28053150471601
+ 21
+20.83704204607224
+ 31
+-35.28011329797511
+ 12
+30.55291473238424
+ 22
+20.74624763684946
+ 32
+-35.28011329797511
+ 13
+30.55291473238424
+ 23
+20.74624763684946
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D3DB
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+30.18973709549312
+ 21
+20.92783645529494
+ 31
+-35.28011329797511
+ 12
+30.46212032316134
+ 22
+20.83704204607224
+ 32
+-35.28011329797511
+ 13
+30.46212032316134
+ 23
+20.83704204607224
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D3DC
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+30.09894268627034
+ 21
+20.92783645529494
+ 31
+-35.28011329797511
+ 12
+30.37132591393868
+ 22
+20.83704204607224
+ 32
+-35.28011329797511
+ 13
+30.37132591393868
+ 23
+20.83704204607224
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D3DD
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+29.91735386782579
+ 21
+20.92783645529494
+ 31
+-35.28011329797511
+ 12
+30.28053150471601
+ 22
+20.83704204607224
+ 32
+-35.28011329797511
+ 13
+30.28053150471601
+ 23
+20.83704204607224
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+TEXT
+  5
+D3DE
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    75
+100
+AcDbText
+ 10
+4.061541548627701
+ 20
+3.676898702976274
+ 30
+-35.28011329797511
+ 40
+9.079440922273008
+  1
+ALARME
+  7
+GRAS
+100
+AcDbText
+  0
+INSERT
+  5
+D3DF
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+     9
+100
+AcDbBlockReference
+ 66
+     1
+  2
+palet
+ 10
+2.32223918727891
+ 20
+8.24737032244198
+ 30
+0.0
+ 41
+0.2057738028523552
+ 42
+0.2057738028523552
+ 43
+0.2057738028523552
+  0
+ATTRIB
+  5
+D3E0
+330
+D3DF
+100
+AcDbEntity
+  8
+IMG009
+ 62
+     9
+100
+AcDbText
+ 10
+2.32223918727891
+ 20
+8.24737032244198
+ 30
+0.0
+ 40
+1.851964225670774
+  1
+DEFAUT_GENERAL
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+D3E1
+330
+D3DF
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+2.32223918727891
+ 20
+8.24737032244198
+ 30
+0.0
+ 40
+1.337529718540003
+  1
+76
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+D3E2
+330
+D3DF
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+2.32223918727891
+ 20
+8.24737032244198
+ 30
+0.0
+ 40
+1.851964225670774
+  1
+7
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+D3E3
+330
+D3DF
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+2.32223918727891
+ 20
+8.24737032244198
+ 30
+0.0
+ 40
+1.851964225670774
+  1
+7
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+D3E4
+330
+D3DF
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+  0
+INSERT
+  5
+D3E5
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+     9
+100
+AcDbBlockReference
+ 66
+     1
+  2
+palet
+ 10
+0.025059385120926
+ 20
+8.455819403196926
+ 30
+0.0
+ 41
+0.2057738028523552
+ 42
+0.2057738028523552
+ 43
+0.2057738028523552
+  0
+ATTRIB
+  5
+D3E6
+330
+D3E5
+100
+AcDbEntity
+  8
+IMG009
+ 62
+     9
+100
+AcDbText
+ 10
+0.025059385120926
+ 20
+8.455819403196926
+ 30
+0.0
+ 40
+1.851964225670774
+  1
+DEFAUT_GENERAL
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+D3E7
+330
+D3E5
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.025059385120926
+ 20
+8.455819403196926
+ 30
+0.0
+ 40
+1.337529718540003
+  1
+75
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+D3E8
+330
+D3E5
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.025059385120926
+ 20
+8.455819403196926
+ 30
+0.0
+ 40
+1.851964225670774
+  1
+4
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+D3E9
+330
+D3E5
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.025059385120926
+ 20
+8.455819403196926
+ 30
+0.0
+ 40
+1.851964225670774
+  1
+7
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+D3EA
+330
+D3E5
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+  0
+ENDBLK
+  5
+D3EE
+330
+D376
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+DC1B
+330
+DC17
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+A$C37C01819
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+A$C37C01819
+  1
+
+  0
+SOLID
+  5
+DC18
+330
+DC17
+100
+AcDbEntity
+  8
+0
+ 62
+   241
+100
+AcDbTrace
+ 10
+3.363921483784223
+ 20
+0.0000001956257734
+ 30
+0.0
+ 11
+0.0004494369566146
+ 21
+0.0000001956257734
+ 31
+0.0
+ 12
+3.269340138933555
+ 22
+16.9827776773738
+ 32
+0.0
+ 13
+-0.0000015454070308
+ 23
+16.9827776773738
+ 33
+0.0
+  0
+ENDBLK
+  5
+DC1C
+330
+DC17
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+E495
+330
+E48C
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+A$C35F31F96
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+A$C35F31F96
+  1
+
+  0
+TEXT
+  5
+E48D
+330
+E48C
+100
+AcDbEntity
+  8
+0
+ 62
+     2
+100
+AcDbText
+ 10
+50.62463920983475
+ 20
+4.970010275742708
+ 30
+201.6
+ 40
+11.0
+  1
+l/min
+100
+AcDbText
+  0
+INSERT
+  5
+E48E
+330
+E48C
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Valnum
+ 10
+1.024635504300135
+ 20
+4.960543623837393
+ 30
+230.4
+ 41
+1.5
+ 42
+1.5
+ 43
+1.5
+  0
+ATTRIB
+  5
+E48F
+330
+E48E
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+67.02463550430081
+ 20
+4.960543623837393
+ 30
+230.4
+ 40
+12.00000000000011
+  1
+BAR_GAP_FT104_FT190/191
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+E490
+330
+E48E
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+67.02463550430081
+ 20
+4.960543623837393
+ 30
+230.4
+ 40
+12.00000000000011
+  1
+14
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+E491
+330
+E48E
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+67.02463550430081
+ 20
+4.960543623837393
+ 30
+230.4
+ 40
+12.00000000000011
+  1
+0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+E492
+330
+E48E
+100
+AcDbEntity
+  8
+0
+  0
+ENDBLK
+  5
+E496
+330
+E48C
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+EF59
+330
+EF4C
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+A$C15380ECB
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+A$C15380ECB
+  1
+
+  0
+INSERT
+  5
+EF4D
+330
+EF4C
+100
+AcDbEntity
+  8
+0
+ 62
+     9
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Jbutton
+ 10
+-0.0000004449268545
+ 20
+-0.0000002887325081
+ 30
+0.0
+ 41
+80.0
+ 42
+15.0
+ 43
+100.0
+  0
+ATTRIB
+  5
+EF4E
+330
+EF4D
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+-0.0000004449268545
+ 20
+-0.0000002887325081
+ 30
+0.0
+ 40
+1.5
+  1
+
+ 41
+5.333333333333325
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COMMANDE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+EF4F
+330
+EF4D
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+-0.0000004449268545
+ 20
+-0.0000002887325081
+ 30
+0.0
+ 40
+1.5
+  1
+BAR_LOCAL
+ 41
+5.333333333333325
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+EF50
+330
+EF4D
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+-0.0000004449268545
+ 20
+-0.0000002887325081
+ 30
+0.0
+ 40
+1.5
+  1
+10
+ 41
+5.333333333333325
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+EF51
+330
+EF4D
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+-0.0000004449268545
+ 20
+-0.0000002887325081
+ 30
+0.0
+ 40
+1.5
+  1
+12
+ 41
+5.333333333333325
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+EF52
+330
+EF4D
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+-0.0000004449268545
+ 20
+-0.0000002887325081
+ 30
+0.0
+ 40
+1.5
+  1
+0
+ 41
+5.333333333333325
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CONFIRM
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+EF53
+330
+EF4D
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+-0.0000004449268545
+ 20
+-0.0000002887325081
+ 30
+0.0
+ 40
+1.5
+  1
+
+ 41
+5.333333333333325
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+EF54
+330
+EF4D
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+-0.0000004449268545
+ 20
+-0.0000002887325081
+ 30
+0.0
+ 40
+1.5
+  1
+
+ 41
+5.333333333333325
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+EF55
+330
+EF4D
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+-0.0000004449268545
+ 20
+-0.0000002887325081
+ 30
+0.0
+ 40
+1.5
+  1
+LOCAL
+ 41
+5.333333333333325
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+TEXTE
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+EF56
+330
+EF4D
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+  0
+ENDBLK
+  5
+EF5A
+330
+EF4C
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+F14C
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+A$C29346BCE
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+A$C29346BCE
+  1
+
+  0
+SOLID
+  5
+F0D6
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    91
+100
+AcDbTrace
+ 10
+0.0000017216511878
+ 20
+14.23624128157337
+ 30
+-35.28011329797511
+ 11
+27.238324488471
+ 21
+64.17316635407485
+ 31
+-35.28011329797511
+ 12
+54.47664725528909
+ 22
+14.23624128157337
+ 32
+-35.28011329797511
+ 13
+54.47664725528909
+ 23
+14.23624128157337
+ 33
+-35.28011329797511
+ 39
+14.52710547563681
+  0
+SOLID
+  5
+F0D7
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+25.42243630401561
+ 20
+50.55400497066536
+ 30
+-35.28011329797511
+ 11
+29.0542126729257
+ 21
+50.55400497066536
+ 31
+-35.28011329797511
+ 12
+25.42243630401561
+ 22
+23.31568220384633
+ 32
+-35.28011329797511
+ 13
+29.0542126729257
+ 23
+23.31568220384633
+ 33
+-35.28011329797511
+ 39
+14.52710547563681
+  0
+CIRCLE
+  5
+F0D8
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbCircle
+ 39
+29.05421095127363
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 40
+1.8158881844546
+  0
+SOLID
+  5
+F0D9
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+27.238324488471
+ 21
+20.59184992716439
+ 31
+-35.28011329797511
+ 12
+27.60150212536098
+ 22
+20.59184992716439
+ 32
+-35.28011329797511
+ 13
+27.60150212536098
+ 23
+20.59184992716439
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F0DA
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+27.14753007924799
+ 21
+20.59184992716439
+ 31
+-35.28011329797511
+ 12
+27.41991330691633
+ 22
+20.59184992716439
+ 32
+-35.28011329797511
+ 13
+27.41991330691633
+ 23
+20.59184992716439
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F0DB
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+26.96594126080265
+ 21
+20.59184992716439
+ 31
+-35.28011329797511
+ 12
+27.32911889769356
+ 22
+20.59184992716439
+ 32
+-35.28011329797511
+ 13
+27.32911889769356
+ 23
+20.59184992716439
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F0DC
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+26.87514685157919
+ 21
+20.59184992716439
+ 31
+-35.28011329797511
+ 12
+27.238324488471
+ 22
+20.59184992716439
+ 32
+-35.28011329797511
+ 13
+27.238324488471
+ 23
+20.59184992716439
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F0DD
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+26.78435244235641
+ 21
+20.50105551794172
+ 31
+-35.28011329797511
+ 12
+27.14753007924799
+ 22
+20.59184992716439
+ 32
+-35.28011329797511
+ 13
+27.14753007924799
+ 23
+20.59184992716439
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F0DE
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+26.69355803313363
+ 21
+20.50105551794172
+ 31
+-35.28011329797511
+ 12
+26.96594126080265
+ 22
+20.59184992716439
+ 32
+-35.28011329797511
+ 13
+26.96594126080265
+ 23
+20.59184992716439
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F0DF
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+26.60276362391086
+ 21
+20.50105551794172
+ 31
+-35.28011329797511
+ 12
+26.87514685157919
+ 22
+20.59184992716439
+ 32
+-35.28011329797511
+ 13
+26.87514685157919
+ 23
+20.59184992716439
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F0E0
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+26.42117480546551
+ 21
+20.41026110871894
+ 31
+-35.28011329797511
+ 12
+26.78435244235641
+ 22
+20.50105551794172
+ 32
+-35.28011329797511
+ 13
+26.78435244235641
+ 23
+20.50105551794172
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F0E1
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+26.33038039624296
+ 21
+20.41026110871894
+ 31
+-35.28011329797511
+ 12
+26.69355803313363
+ 22
+20.50105551794172
+ 32
+-35.28011329797511
+ 13
+26.69355803313363
+ 23
+20.50105551794172
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F0E2
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+26.23958598702086
+ 21
+20.31946669949627
+ 31
+-35.28011329797511
+ 12
+26.60276362391086
+ 22
+20.50105551794172
+ 32
+-35.28011329797511
+ 13
+26.60276362391086
+ 23
+20.50105551794172
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F0E3
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+26.1487915777974
+ 21
+20.22867229027338
+ 31
+-35.28011329797511
+ 12
+26.42117480546551
+ 22
+20.41026110871894
+ 32
+-35.28011329797511
+ 13
+26.42117480546551
+ 23
+20.41026110871894
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F0E4
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+26.05799716857439
+ 21
+20.13787788105071
+ 31
+-35.28011329797511
+ 12
+26.33038039624296
+ 22
+20.31946669949627
+ 32
+-35.28011329797511
+ 13
+26.33038039624296
+ 23
+20.31946669949627
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F0E5
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+25.96720275935183
+ 21
+20.13787788105071
+ 31
+-35.28011329797511
+ 12
+26.23958598702086
+ 22
+20.31946669949627
+ 32
+-35.28011329797511
+ 13
+26.23958598702086
+ 23
+20.31946669949627
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F0E6
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+25.87640835012928
+ 21
+20.04708347182805
+ 31
+-35.28011329797511
+ 12
+26.1487915777974
+ 22
+20.22867229027338
+ 32
+-35.28011329797511
+ 13
+26.1487915777974
+ 23
+20.22867229027338
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F0E7
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+25.87640835012928
+ 21
+19.95628906260526
+ 31
+-35.28011329797511
+ 12
+26.05799716857439
+ 22
+20.13787788105071
+ 32
+-35.28011329797511
+ 13
+26.05799716857439
+ 23
+20.13787788105071
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F0E8
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+25.78561394090627
+ 21
+19.8654946533826
+ 31
+-35.28011329797511
+ 12
+25.96720275935183
+ 22
+20.13787788105071
+ 32
+-35.28011329797511
+ 13
+25.96720275935183
+ 23
+20.13787788105071
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F0E9
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+25.69481953168349
+ 21
+19.77470024416004
+ 31
+-35.28011329797511
+ 12
+25.87640835012928
+ 22
+20.04708347182805
+ 32
+-35.28011329797511
+ 13
+25.87640835012928
+ 23
+20.04708347182805
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F0EA
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+25.60402512246094
+ 21
+19.68390583493715
+ 31
+-35.28011329797511
+ 12
+25.87640835012928
+ 22
+19.95628906260526
+ 32
+-35.28011329797511
+ 13
+25.87640835012928
+ 23
+19.95628906260526
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F0EB
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+25.60402512246094
+ 21
+19.59311142571437
+ 31
+-35.28011329797511
+ 12
+25.78561394090627
+ 22
+19.8654946533826
+ 32
+-35.28011329797511
+ 13
+25.78561394090627
+ 23
+19.8654946533826
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F0EC
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+25.51323071323816
+ 21
+19.41152260726903
+ 31
+-35.28011329797511
+ 12
+25.69481953168349
+ 22
+19.77470024416004
+ 32
+-35.28011329797511
+ 13
+25.69481953168349
+ 23
+19.77470024416004
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F0ED
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+25.51323071323816
+ 21
+19.32072819804625
+ 31
+-35.28011329797511
+ 12
+25.60402512246094
+ 22
+19.68390583493715
+ 32
+-35.28011329797511
+ 13
+25.60402512246094
+ 23
+19.68390583493715
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F0EE
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+25.51323071323816
+ 21
+19.22993378882347
+ 31
+-35.28011329797511
+ 12
+25.60402512246094
+ 22
+19.50231701649135
+ 32
+-35.28011329797511
+ 13
+25.60402512246094
+ 23
+19.50231701649135
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F0EF
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+25.42243630401561
+ 21
+19.13913937960069
+ 31
+-35.28011329797511
+ 12
+25.51323071323816
+ 22
+19.41152260726903
+ 32
+-35.28011329797511
+ 13
+25.51323071323816
+ 23
+19.41152260726903
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F0F0
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+25.42243630401561
+ 21
+19.04834497037791
+ 31
+-35.28011329797511
+ 12
+25.51323071323816
+ 22
+19.32072819804625
+ 32
+-35.28011329797511
+ 13
+25.51323071323816
+ 23
+19.32072819804625
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F0F1
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+25.42243630401561
+ 21
+18.86675615193269
+ 31
+-35.28011329797511
+ 12
+25.51323071323816
+ 22
+19.22993378882347
+ 32
+-35.28011329797511
+ 13
+25.51323071323816
+ 23
+19.22993378882347
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F0F2
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+25.42243630401561
+ 21
+18.7759617427098
+ 31
+-35.28011329797511
+ 12
+25.42243630401561
+ 22
+19.13913937960069
+ 32
+-35.28011329797511
+ 13
+25.42243630401561
+ 23
+19.13913937960069
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F0F3
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+25.42243630401561
+ 21
+18.68516733348724
+ 31
+-35.28011329797511
+ 12
+25.42243630401561
+ 22
+18.95755056115536
+ 32
+-35.28011329797511
+ 13
+25.42243630401561
+ 23
+18.95755056115536
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F0F4
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+25.42243630401561
+ 21
+18.50357851504168
+ 31
+-35.28011329797511
+ 12
+25.42243630401561
+ 22
+18.86675615193269
+ 32
+-35.28011329797511
+ 13
+25.42243630401561
+ 23
+18.86675615193269
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F0F5
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+25.42243630401561
+ 21
+18.41278410581913
+ 31
+-35.28011329797511
+ 12
+25.42243630401561
+ 22
+18.7759617427098
+ 32
+-35.28011329797511
+ 13
+25.42243630401561
+ 23
+18.7759617427098
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F0F6
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+25.51323071323816
+ 21
+18.32198969659635
+ 31
+-35.28011329797511
+ 12
+25.42243630401561
+ 22
+18.68516733348724
+ 32
+-35.28011329797511
+ 13
+25.42243630401561
+ 23
+18.68516733348724
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F0F7
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+25.51323071323816
+ 21
+18.23119528737334
+ 31
+-35.28011329797511
+ 12
+25.42243630401561
+ 22
+18.50357851504168
+ 32
+-35.28011329797511
+ 13
+25.42243630401561
+ 23
+18.50357851504168
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F0F8
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+25.51323071323816
+ 21
+18.14040087815067
+ 31
+-35.28011329797511
+ 12
+25.42243630401561
+ 22
+18.41278410581913
+ 32
+-35.28011329797511
+ 13
+25.42243630401561
+ 23
+18.41278410581913
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F0F9
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+25.60402512246094
+ 21
+17.95881205970545
+ 31
+-35.28011329797511
+ 12
+25.51323071323816
+ 22
+18.32198969659635
+ 32
+-35.28011329797511
+ 13
+25.51323071323816
+ 23
+18.32198969659635
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F0FA
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+25.60402512246094
+ 21
+17.86801765048244
+ 31
+-35.28011329797511
+ 12
+25.51323071323816
+ 22
+18.23119528737334
+ 32
+-35.28011329797511
+ 13
+25.51323071323816
+ 23
+18.23119528737334
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F0FB
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+25.69481953168349
+ 21
+17.77722324125989
+ 31
+-35.28011329797511
+ 12
+25.51323071323816
+ 22
+18.14040087815067
+ 32
+-35.28011329797511
+ 13
+25.51323071323816
+ 23
+18.14040087815067
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F0FC
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+25.78561394090627
+ 21
+17.68642883203711
+ 31
+-35.28011329797511
+ 12
+25.60402512246094
+ 22
+17.95881205970545
+ 32
+-35.28011329797511
+ 13
+25.60402512246094
+ 23
+17.95881205970545
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F0FD
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+25.87640835012928
+ 21
+17.59563442281421
+ 31
+-35.28011329797511
+ 12
+25.69481953168349
+ 22
+17.86801765048244
+ 32
+-35.28011329797511
+ 13
+25.69481953168349
+ 23
+17.86801765048244
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F0FE
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+25.87640835012928
+ 21
+17.50484001359177
+ 31
+-35.28011329797511
+ 12
+25.69481953168349
+ 22
+17.77722324125989
+ 32
+-35.28011329797511
+ 13
+25.69481953168349
+ 23
+17.77722324125989
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F0FF
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+25.96720275935183
+ 21
+17.41404560436899
+ 31
+-35.28011329797511
+ 12
+25.78561394090627
+ 22
+17.68642883203711
+ 32
+-35.28011329797511
+ 13
+25.78561394090627
+ 23
+17.68642883203711
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F100
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+26.05799716857439
+ 21
+17.41404560436899
+ 31
+-35.28011329797511
+ 12
+25.87640835012928
+ 22
+17.59563442281421
+ 32
+-35.28011329797511
+ 13
+25.87640835012928
+ 23
+17.59563442281421
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F101
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+26.1487915777974
+ 21
+17.3232511951461
+ 31
+-35.28011329797511
+ 12
+25.87640835012928
+ 22
+17.50484001359177
+ 32
+-35.28011329797511
+ 13
+25.87640835012928
+ 23
+17.50484001359177
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F102
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+26.23958598702086
+ 21
+17.23245678592354
+ 31
+-35.28011329797511
+ 12
+25.96720275935183
+ 22
+17.41404560436899
+ 32
+-35.28011329797511
+ 13
+25.96720275935183
+ 23
+17.41404560436899
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F103
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+26.33038039624296
+ 21
+17.14166237670065
+ 31
+-35.28011329797511
+ 12
+26.05799716857439
+ 22
+17.41404560436899
+ 32
+-35.28011329797511
+ 13
+26.05799716857439
+ 23
+17.41404560436899
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F104
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+26.42117480546551
+ 21
+17.14166237670065
+ 31
+-35.28011329797511
+ 12
+26.1487915777974
+ 22
+17.3232511951461
+ 32
+-35.28011329797511
+ 13
+26.1487915777974
+ 23
+17.3232511951461
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F105
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+26.60276362391086
+ 21
+17.05086796747776
+ 31
+-35.28011329797511
+ 12
+26.23958598702086
+ 22
+17.23245678592354
+ 32
+-35.28011329797511
+ 13
+26.23958598702086
+ 23
+17.23245678592354
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F106
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+26.69355803313363
+ 21
+17.05086796747776
+ 31
+-35.28011329797511
+ 12
+26.33038039624296
+ 22
+17.14166237670065
+ 32
+-35.28011329797511
+ 13
+26.33038039624296
+ 23
+17.14166237670065
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F107
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+26.78435244235641
+ 21
+17.05086796747776
+ 31
+-35.28011329797511
+ 12
+26.51196921468829
+ 22
+17.14166237670065
+ 32
+-35.28011329797511
+ 13
+26.51196921468829
+ 23
+17.14166237670065
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F108
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+26.87514685157919
+ 21
+16.96007355825531
+ 31
+-35.28011329797511
+ 12
+26.60276362391086
+ 22
+17.05086796747776
+ 32
+-35.28011329797511
+ 13
+26.60276362391086
+ 23
+17.05086796747776
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F109
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+26.96594126080265
+ 21
+16.96007355825531
+ 31
+-35.28011329797511
+ 12
+26.69355803313363
+ 22
+17.05086796747776
+ 32
+-35.28011329797511
+ 13
+26.69355803313363
+ 23
+17.05086796747776
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F10A
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+27.14753007924799
+ 21
+16.96007355825531
+ 31
+-35.28011329797511
+ 12
+26.78435244235641
+ 22
+17.05086796747776
+ 32
+-35.28011329797511
+ 13
+26.78435244235641
+ 23
+17.05086796747776
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F10B
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+27.238324488471
+ 21
+16.96007355825531
+ 31
+-35.28011329797511
+ 12
+26.87514685157919
+ 22
+16.96007355825531
+ 32
+-35.28011329797511
+ 13
+26.87514685157919
+ 23
+16.96007355825531
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F10C
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+27.32911889769356
+ 21
+16.96007355825531
+ 31
+-35.28011329797511
+ 12
+27.05673567002475
+ 22
+16.96007355825531
+ 32
+-35.28011329797511
+ 13
+27.05673567002475
+ 23
+16.96007355825531
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F10D
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+27.5107077161382
+ 21
+16.96007355825531
+ 31
+-35.28011329797511
+ 12
+27.14753007924799
+ 22
+16.96007355825531
+ 32
+-35.28011329797511
+ 13
+27.14753007924799
+ 23
+16.96007355825531
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F10E
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+27.60150212536098
+ 21
+16.96007355825531
+ 31
+-35.28011329797511
+ 12
+27.238324488471
+ 22
+16.96007355825531
+ 32
+-35.28011329797511
+ 13
+27.238324488471
+ 23
+16.96007355825531
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F10F
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+27.69229653458376
+ 21
+17.05086796747776
+ 31
+-35.28011329797511
+ 12
+27.32911889769356
+ 22
+16.96007355825531
+ 32
+-35.28011329797511
+ 13
+27.32911889769356
+ 23
+16.96007355825531
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F110
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+27.78309094380654
+ 21
+17.05086796747776
+ 31
+-35.28011329797511
+ 12
+27.5107077161382
+ 22
+16.96007355825531
+ 32
+-35.28011329797511
+ 13
+27.5107077161382
+ 23
+16.96007355825531
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F111
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+27.87388535302909
+ 21
+17.05086796747776
+ 31
+-35.28011329797511
+ 12
+27.60150212536098
+ 22
+16.96007355825531
+ 32
+-35.28011329797511
+ 13
+27.60150212536098
+ 23
+16.96007355825531
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F112
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+28.05547417147443
+ 21
+17.14166237670065
+ 31
+-35.28011329797511
+ 12
+27.69229653458376
+ 22
+17.05086796747776
+ 32
+-35.28011329797511
+ 13
+27.69229653458376
+ 23
+17.05086796747776
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F113
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+28.14626858069744
+ 21
+17.14166237670065
+ 31
+-35.28011329797511
+ 12
+27.78309094380654
+ 22
+17.05086796747776
+ 32
+-35.28011329797511
+ 13
+27.78309094380654
+ 23
+17.05086796747776
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F114
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+28.23706298991999
+ 21
+17.23245678592354
+ 31
+-35.28011329797511
+ 12
+27.87388535302909
+ 22
+17.05086796747776
+ 32
+-35.28011329797511
+ 13
+27.87388535302909
+ 23
+17.05086796747776
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F115
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+28.32785739914346
+ 21
+17.3232511951461
+ 31
+-35.28011329797511
+ 12
+28.05547417147443
+ 22
+17.14166237670065
+ 32
+-35.28011329797511
+ 13
+28.05547417147443
+ 23
+17.14166237670065
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F116
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+28.41865180836555
+ 21
+17.41404560436899
+ 31
+-35.28011329797511
+ 12
+28.14626858069744
+ 22
+17.23245678592354
+ 32
+-35.28011329797511
+ 13
+28.14626858069744
+ 23
+17.23245678592354
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F117
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+28.50944621758879
+ 21
+17.41404560436899
+ 31
+-35.28011329797511
+ 12
+28.23706298991999
+ 22
+17.23245678592354
+ 32
+-35.28011329797511
+ 13
+28.23706298991999
+ 23
+17.23245678592354
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F118
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+28.60024062681111
+ 21
+17.50484001359177
+ 31
+-35.28011329797511
+ 12
+28.32785739914346
+ 22
+17.3232511951461
+ 32
+-35.28011329797511
+ 13
+28.32785739914346
+ 23
+17.3232511951461
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F119
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+28.60024062681111
+ 21
+17.59563442281421
+ 31
+-35.28011329797511
+ 12
+28.41865180836555
+ 22
+17.41404560436899
+ 32
+-35.28011329797511
+ 13
+28.41865180836555
+ 23
+17.41404560436899
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F11A
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+28.6910350360339
+ 21
+17.68642883203711
+ 31
+-35.28011329797511
+ 12
+28.50944621758879
+ 22
+17.41404560436899
+ 32
+-35.28011329797511
+ 13
+28.50944621758879
+ 23
+17.41404560436899
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F11B
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+28.78182944525645
+ 21
+17.77722324125989
+ 31
+-35.28011329797511
+ 12
+28.60024062681111
+ 22
+17.50484001359177
+ 32
+-35.28011329797511
+ 13
+28.60024062681111
+ 23
+17.50484001359177
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F11C
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+28.87262385447924
+ 21
+17.86801765048244
+ 31
+-35.28011329797511
+ 12
+28.60024062681111
+ 22
+17.59563442281421
+ 32
+-35.28011329797511
+ 13
+28.60024062681111
+ 23
+17.59563442281421
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F11D
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+28.87262385447924
+ 21
+17.95881205970545
+ 31
+-35.28011329797511
+ 12
+28.6910350360339
+ 22
+17.68642883203711
+ 32
+-35.28011329797511
+ 13
+28.6910350360339
+ 23
+17.68642883203711
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F11E
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+28.96341826370269
+ 21
+18.14040087815067
+ 31
+-35.28011329797511
+ 12
+28.78182944525645
+ 22
+17.77722324125989
+ 32
+-35.28011329797511
+ 13
+28.78182944525645
+ 23
+17.77722324125989
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F11F
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+28.96341826370269
+ 21
+18.23119528737334
+ 31
+-35.28011329797511
+ 12
+28.87262385447924
+ 22
+17.86801765048244
+ 32
+-35.28011329797511
+ 13
+28.87262385447924
+ 23
+17.86801765048244
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F120
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+28.96341826370269
+ 21
+18.32198969659635
+ 31
+-35.28011329797511
+ 12
+28.87262385447924
+ 22
+18.04960646892789
+ 32
+-35.28011329797511
+ 13
+28.87262385447924
+ 23
+18.04960646892789
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F121
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+29.0542126729257
+ 21
+18.41278410581913
+ 31
+-35.28011329797511
+ 12
+28.96341826370269
+ 22
+18.14040087815067
+ 32
+-35.28011329797511
+ 13
+28.96341826370269
+ 23
+18.14040087815067
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F122
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+29.0542126729257
+ 21
+18.50357851504168
+ 31
+-35.28011329797511
+ 12
+28.96341826370269
+ 22
+18.23119528737334
+ 32
+-35.28011329797511
+ 13
+28.96341826370269
+ 23
+18.23119528737334
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F123
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+29.0542126729257
+ 21
+18.68516733348724
+ 31
+-35.28011329797511
+ 12
+28.96341826370269
+ 22
+18.32198969659635
+ 32
+-35.28011329797511
+ 13
+28.96341826370269
+ 23
+18.32198969659635
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F124
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+29.0542126729257
+ 21
+18.7759617427098
+ 31
+-35.28011329797511
+ 12
+29.0542126729257
+ 22
+18.41278410581913
+ 32
+-35.28011329797511
+ 13
+29.0542126729257
+ 23
+18.41278410581913
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F125
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+29.0542126729257
+ 21
+18.86675615193269
+ 31
+-35.28011329797511
+ 12
+29.0542126729257
+ 22
+18.59437292426435
+ 32
+-35.28011329797511
+ 13
+29.0542126729257
+ 23
+18.59437292426435
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F126
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+29.0542126729257
+ 21
+19.04834497037791
+ 31
+-35.28011329797511
+ 12
+29.0542126729257
+ 22
+18.68516733348724
+ 32
+-35.28011329797511
+ 13
+29.0542126729257
+ 23
+18.68516733348724
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F127
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+29.0542126729257
+ 21
+19.13913937960069
+ 31
+-35.28011329797511
+ 12
+29.0542126729257
+ 22
+18.7759617427098
+ 32
+-35.28011329797511
+ 13
+29.0542126729257
+ 23
+18.7759617427098
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F128
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+28.96341826370269
+ 21
+19.22993378882347
+ 31
+-35.28011329797511
+ 12
+29.0542126729257
+ 22
+18.86675615193269
+ 32
+-35.28011329797511
+ 13
+29.0542126729257
+ 23
+18.86675615193269
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F129
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+28.96341826370269
+ 21
+19.32072819804625
+ 31
+-35.28011329797511
+ 12
+29.0542126729257
+ 22
+19.04834497037791
+ 32
+-35.28011329797511
+ 13
+29.0542126729257
+ 23
+19.04834497037791
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F12A
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+28.96341826370269
+ 21
+19.41152260726903
+ 31
+-35.28011329797511
+ 12
+29.0542126729257
+ 22
+19.13913937960069
+ 32
+-35.28011329797511
+ 13
+29.0542126729257
+ 23
+19.13913937960069
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F12B
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+28.87262385447924
+ 21
+19.59311142571437
+ 31
+-35.28011329797511
+ 12
+28.96341826370269
+ 22
+19.22993378882347
+ 32
+-35.28011329797511
+ 13
+28.96341826370269
+ 23
+19.22993378882347
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F12C
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+28.87262385447924
+ 21
+19.68390583493715
+ 31
+-35.28011329797511
+ 12
+28.96341826370269
+ 22
+19.32072819804625
+ 32
+-35.28011329797511
+ 13
+28.96341826370269
+ 23
+19.32072819804625
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F12D
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+28.78182944525645
+ 21
+19.77470024416004
+ 31
+-35.28011329797511
+ 12
+28.96341826370269
+ 22
+19.41152260726903
+ 32
+-35.28011329797511
+ 13
+28.96341826370269
+ 23
+19.41152260726903
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F12E
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+28.6910350360339
+ 21
+19.8654946533826
+ 31
+-35.28011329797511
+ 12
+28.87262385447924
+ 22
+19.59311142571437
+ 32
+-35.28011329797511
+ 13
+28.87262385447924
+ 23
+19.59311142571437
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F12F
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+28.60024062681111
+ 21
+19.95628906260526
+ 31
+-35.28011329797511
+ 12
+28.78182944525645
+ 22
+19.68390583493715
+ 32
+-35.28011329797511
+ 13
+28.78182944525645
+ 23
+19.68390583493715
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F130
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+28.60024062681111
+ 21
+20.04708347182805
+ 31
+-35.28011329797511
+ 12
+28.78182944525645
+ 22
+19.77470024416004
+ 32
+-35.28011329797511
+ 13
+28.78182944525645
+ 23
+19.77470024416004
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F131
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+28.50944621758879
+ 21
+20.13787788105071
+ 31
+-35.28011329797511
+ 12
+28.6910350360339
+ 22
+19.8654946533826
+ 32
+-35.28011329797511
+ 13
+28.6910350360339
+ 23
+19.8654946533826
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F132
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+28.41865180836555
+ 21
+20.13787788105071
+ 31
+-35.28011329797511
+ 12
+28.60024062681111
+ 22
+19.95628906260526
+ 32
+-35.28011329797511
+ 13
+28.60024062681111
+ 23
+19.95628906260526
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F133
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+28.32785739914346
+ 21
+20.22867229027338
+ 31
+-35.28011329797511
+ 12
+28.60024062681111
+ 22
+20.04708347182805
+ 32
+-35.28011329797511
+ 13
+28.60024062681111
+ 23
+20.04708347182805
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F134
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+28.23706298991999
+ 21
+20.31946669949627
+ 31
+-35.28011329797511
+ 12
+28.50944621758879
+ 22
+20.13787788105071
+ 32
+-35.28011329797511
+ 13
+28.50944621758879
+ 23
+20.13787788105071
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F135
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+28.14626858069744
+ 21
+20.41026110871894
+ 31
+-35.28011329797511
+ 12
+28.41865180836555
+ 22
+20.13787788105071
+ 32
+-35.28011329797511
+ 13
+28.41865180836555
+ 23
+20.13787788105071
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F136
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+28.05547417147443
+ 21
+20.41026110871894
+ 31
+-35.28011329797511
+ 12
+28.32785739914346
+ 22
+20.22867229027338
+ 32
+-35.28011329797511
+ 13
+28.32785739914346
+ 23
+20.22867229027338
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F137
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+27.87388535302909
+ 21
+20.50105551794172
+ 31
+-35.28011329797511
+ 12
+28.23706298991999
+ 22
+20.31946669949627
+ 32
+-35.28011329797511
+ 13
+28.23706298991999
+ 23
+20.31946669949627
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F138
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+27.78309094380654
+ 21
+20.50105551794172
+ 31
+-35.28011329797511
+ 12
+28.14626858069744
+ 22
+20.41026110871894
+ 32
+-35.28011329797511
+ 13
+28.14626858069744
+ 23
+20.41026110871894
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F139
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+27.69229653458376
+ 21
+20.50105551794172
+ 31
+-35.28011329797511
+ 12
+27.96467976225211
+ 22
+20.41026110871894
+ 32
+-35.28011329797511
+ 13
+27.96467976225211
+ 23
+20.41026110871894
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F13A
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+27.60150212536098
+ 21
+20.59184992716439
+ 31
+-35.28011329797511
+ 12
+27.87388535302909
+ 22
+20.50105551794172
+ 32
+-35.28011329797511
+ 13
+27.87388535302909
+ 23
+20.50105551794172
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F13B
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+27.5107077161382
+ 21
+20.59184992716439
+ 31
+-35.28011329797511
+ 12
+27.78309094380654
+ 22
+20.50105551794172
+ 32
+-35.28011329797511
+ 13
+27.78309094380654
+ 23
+20.50105551794172
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F13C
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+27.32911889769356
+ 21
+20.59184992716439
+ 31
+-35.28011329797511
+ 12
+27.69229653458376
+ 22
+20.50105551794172
+ 32
+-35.28011329797511
+ 13
+27.69229653458376
+ 23
+20.50105551794172
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+TEXT
+  5
+F13D
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    91
+100
+AcDbText
+ 10
+12.41176502986764
+ 20
+3.340912174845698
+ 30
+-35.28011329797511
+ 40
+9.079440922273008
+  1
+FAULT
+  7
+GRAS
+100
+AcDbText
+  0
+INSERT
+  5
+F13E
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+     9
+100
+AcDbBlockReference
+ 66
+     1
+  2
+palet
+ 10
+60.37845730941978
+ 20
+28.3935379639596
+ 30
+0.0
+ 41
+0.6173214085570656
+ 42
+0.6173214085570656
+ 43
+0.6173214085570656
+  0
+ATTRIB
+  5
+F13F
+330
+F13E
+100
+AcDbEntity
+  8
+IMG009
+ 62
+     9
+100
+AcDbText
+ 10
+60.37845730941978
+ 20
+28.3935379639596
+ 30
+0.0
+ 40
+5.555892677012328
+  1
+BAR_DEF_GAP
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+F140
+330
+F13E
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+60.37845730941978
+ 20
+28.3935379639596
+ 30
+0.0
+ 40
+4.012589155620011
+  1
+92
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+F141
+330
+F13E
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+60.37845730941978
+ 20
+28.3935379639596
+ 30
+0.0
+ 40
+5.555892677012328
+  1
+7
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+F142
+330
+F13E
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+60.37845730941978
+ 20
+28.3935379639596
+ 30
+0.0
+ 40
+5.555892677012328
+  1
+7
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+F143
+330
+F13E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+  0
+INSERT
+  5
+F144
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+     9
+100
+AcDbBlockReference
+ 66
+     1
+  2
+palet
+ 10
+53.48691790294594
+ 20
+29.01888520622413
+ 30
+0.0
+ 41
+0.6173214085570656
+ 42
+0.6173214085570656
+ 43
+0.6173214085570656
+  0
+ATTRIB
+  5
+F145
+330
+F144
+100
+AcDbEntity
+  8
+IMG009
+ 62
+     9
+100
+AcDbText
+ 10
+53.48691790294594
+ 20
+29.01888520622413
+ 30
+0.0
+ 40
+5.555892677012328
+  1
+BAR_DEF_GAP
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+F146
+330
+F144
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+53.48691790294594
+ 20
+29.01888520622413
+ 30
+0.0
+ 40
+4.012589155620011
+  1
+91
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+F147
+330
+F144
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+53.48691790294594
+ 20
+29.01888520622413
+ 30
+0.0
+ 40
+5.555892677012328
+  1
+4
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+F148
+330
+F144
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+53.48691790294594
+ 20
+29.01888520622413
+ 30
+0.0
+ 40
+5.555892677012328
+  1
+7
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+F149
+330
+F144
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+  0
+ENDBLK
+  5
+F14D
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+F9FD
+330
+F9F9
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+A$C142D2CB3
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+A$C142D2CB3
+  1
+
+  0
+LINE
+  5
+F9FA
+330
+F9F9
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+0.1133908140786843
+ 20
+44.6328583922467
+ 30
+0.0
+ 11
+-0.0000012969774161
+ 21
+0.0000001658535211
+ 31
+0.0
+  0
+ENDBLK
+  5
+F9FE
+330
+F9F9
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+FCFB
+330
+FCF7
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+A$C7C652EFC
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+A$C7C652EFC
+  1
+
+  0
+LINE
+  5
+FCF8
+330
+FCF7
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+-0.0000001168039034
+ 20
+0.0000001539212917
+ 30
+0.0
+ 11
+-0.0000001168039034
+ 21
+457.8798367087322
+ 31
+0.0
+  0
+ENDBLK
+  5
+FCFC
+330
+FCF7
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+1006A
+330
+10069
+100
+AcDbEntity
+  8
+HE_SYM
+100
+AcDbBlockBegin
+  2
+S_RCHELE
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+S_RCHELE
+  1
+
+  0
+CIRCLE
+  5
+1006B
+330
+10069
+100
+AcDbEntity
+  8
+0
+100
+AcDbCircle
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+ 40
+4.0
+  0
+LINE
+  5
+1006C
+330
+10069
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+0.0
+ 20
+3.0
+ 30
+0.0
+ 11
+-1.78885438199984
+ 21
+-0.5777087639996524
+ 31
+0.0
+  0
+LINE
+  5
+1006D
+330
+10069
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+-1.78885438199984
+ 20
+-0.5777087639996524
+ 30
+0.0
+ 11
+1.78885438199984
+ 21
+2.105572809000078
+ 31
+0.0
+  0
+LINE
+  5
+1006E
+330
+10069
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1.78885438199984
+ 20
+2.105572809000078
+ 30
+0.0
+ 11
+0.0
+ 21
+-1.472135954999571
+ 31
+0.0
+  0
+SOLID
+  5
+1006F
+330
+10069
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbTrace
+ 10
+-0.89442719099992
+ 20
+-3.260990336999411
+ 30
+0.0
+ 11
+0.4472135954999886
+ 21
+-1.695742752749564
+ 31
+0.0
+ 12
+-0.4472135954999886
+ 22
+-1.248529157249606
+ 32
+0.0
+ 13
+-0.4472135954999886
+ 23
+-1.248529157249606
+ 33
+0.0
+  0
+ENDBLK
+  5
+10070
+330
+10069
+100
+AcDbEntity
+  8
+HE_SYM
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+10072
+330
+10071
+100
+AcDbEntity
+  8
+HE_SYM
+100
+AcDbBlockBegin
+  2
+S_SOUPDR
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+S_SOUPDR
+  1
+
+  0
+LINE
+  5
+10073
+330
+10071
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+2.25
+ 20
+1.125
+ 30
+0.0
+ 11
+-2.25
+ 21
+-1.125
+ 31
+0.0
+  0
+LINE
+  5
+10074
+330
+10071
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+2.25
+ 20
+-1.125
+ 30
+0.0
+ 11
+2.25
+ 21
+1.125
+ 31
+0.0
+  0
+LINE
+  5
+10075
+330
+10071
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+-2.25
+ 20
+1.125
+ 30
+0.0
+ 11
+2.25
+ 21
+-1.125
+ 31
+0.0
+  0
+LINE
+  5
+10076
+330
+10071
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+-2.25
+ 20
+-1.125
+ 30
+0.0
+ 11
+-2.25
+ 21
+1.125
+ 31
+0.0
+  0
+LINE
+  5
+10077
+330
+10071
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+-0.75
+ 20
+0.75
+ 30
+0.0
+ 11
+0.75
+ 21
+1.5
+ 31
+0.0
+  0
+LINE
+  5
+10078
+330
+10071
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+-0.75
+ 20
+1.5
+ 30
+0.0
+ 11
+0.75
+ 21
+2.25
+ 31
+0.0
+  0
+LINE
+  5
+10079
+330
+10071
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+-0.75
+ 20
+2.25
+ 30
+0.0
+ 11
+0.75
+ 21
+3.0
+ 31
+0.0
+  0
+LINE
+  5
+1007A
+330
+10071
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+0.0
+ 20
+3.0
+ 30
+0.0
+ 11
+0.0
+ 21
+0.0
+ 31
+0.0
+  0
+ENDBLK
+  5
+1007B
+330
+10071
+100
+AcDbEntity
+  8
+HE_SYM
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+1007D
+330
+1007C
+100
+AcDbEntity
+  8
+EAU_SYM
+100
+AcDbBlockBegin
+  2
+VM
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+VM
+  1
+
+  0
+LINE
+  5
+1007E
+330
+1007C
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+0.0
+ 20
+2.25
+ 30
+0.0
+ 11
+0.0
+ 21
+0.0
+ 31
+0.0
+  0
+LINE
+  5
+1007F
+330
+1007C
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+-1.5
+ 20
+2.25
+ 30
+0.0
+ 11
+1.5
+ 21
+2.25
+ 31
+0.0
+  0
+LINE
+  5
+10080
+330
+1007C
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+2.25
+ 20
+1.125
+ 30
+0.0
+ 11
+-2.25
+ 21
+-1.125
+ 31
+0.0
+  0
+LINE
+  5
+10081
+330
+1007C
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+2.25
+ 20
+-1.125
+ 30
+0.0
+ 11
+2.25
+ 21
+1.125
+ 31
+0.0
+  0
+LINE
+  5
+10082
+330
+1007C
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+-2.25
+ 20
+1.125
+ 30
+0.0
+ 11
+2.25
+ 21
+-1.125
+ 31
+0.0
+  0
+LINE
+  5
+10083
+330
+1007C
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+-2.25
+ 20
+-1.125
+ 30
+0.0
+ 11
+-2.25
+ 21
+1.125
+ 31
+0.0
+  0
+ENDBLK
+  5
+10084
+330
+1007C
+100
+AcDbEntity
+  8
+EAU_SYM
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+10086
+330
+10085
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+S_VDRPOS
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+S_VDRPOS
+  1
+
+  0
+LINE
+  5
+10087
+330
+10085
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+-1.480000000000018
+ 20
+3.0
+ 30
+0.0
+ 11
+0.0
+ 21
+3.0
+ 31
+0.0
+  0
+LINE
+  5
+10088
+330
+10085
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+-1.480000000000018
+ 20
+1.280000000000001
+ 30
+0.0
+ 11
+-1.480000000000018
+ 21
+3.0
+ 31
+0.0
+  0
+LINE
+  5
+10089
+330
+10085
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+0.0
+ 20
+1.280000000000001
+ 30
+0.0
+ 11
+-1.480000000000018
+ 21
+1.280000000000001
+ 31
+0.0
+  0
+LINE
+  5
+1008A
+330
+10085
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+2.219999999999997
+ 20
+1.109999999999984
+ 30
+0.0
+ 11
+-2.219999999999997
+ 21
+-1.110000000000011
+ 31
+0.0
+  0
+LINE
+  5
+1008B
+330
+10085
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+2.219999999999997
+ 20
+-1.110000000000011
+ 30
+0.0
+ 11
+2.219999999999997
+ 21
+1.109999999999984
+ 31
+0.0
+  0
+LINE
+  5
+1008C
+330
+10085
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+-2.219999999999997
+ 20
+1.109999999999984
+ 30
+0.0
+ 11
+2.219999999999997
+ 21
+-1.110000000000011
+ 31
+0.0
+  0
+LINE
+  5
+1008D
+330
+10085
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+-2.219999999999997
+ 20
+-1.110000000000011
+ 30
+0.0
+ 11
+-2.219999999999997
+ 21
+1.109999999999984
+ 31
+0.0
+  0
+LINE
+  5
+1008E
+330
+10085
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+0.0
+ 20
+3.719999999999969
+ 30
+0.0
+ 11
+0.0
+ 21
+-0.0000000000000284
+ 31
+0.0
+  0
+LINE
+  5
+1008F
+330
+10085
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+-1.849999999999994
+ 20
+3.719999999999969
+ 30
+0.0
+ 11
+1.849999999999994
+ 21
+3.719999999999969
+ 31
+0.0
+  0
+ARC
+  5
+10090
+330
+10085
+100
+AcDbEntity
+  8
+0
+100
+AcDbCircle
+ 10
+0.0
+ 20
+3.719999999999969
+ 30
+0.0
+ 40
+1.85
+100
+AcDbArc
+ 50
+0.0
+ 51
+180.0
+  0
+ENDBLK
+  5
+10091
+330
+10085
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+10093
+330
+10092
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+AR
+ 70
+     0
+ 10
+231.0
+ 20
+215.0
+ 30
+0.0
+  3
+AR
+  1
+
+  0
+LINE
+  5
+10094
+330
+10092
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+228.75
+ 20
+216.125
+ 30
+0.0
+ 11
+228.75
+ 21
+213.875
+ 31
+0.0
+  0
+LINE
+  5
+10095
+330
+10092
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+228.75
+ 20
+213.875
+ 30
+0.0
+ 11
+233.25
+ 21
+216.125
+ 31
+0.0
+  0
+LINE
+  5
+10096
+330
+10092
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+233.25
+ 20
+216.125
+ 30
+0.0
+ 11
+233.25
+ 21
+213.875
+ 31
+0.0
+  0
+INSERT
+  5
+10097
+330
+10092
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+  2
+FLP1
+ 10
+233.25
+ 20
+216.125
+ 30
+0.0
+ 41
+0.75
+ 42
+0.75
+ 43
+0.75
+ 50
+26.56505117707799
+  0
+ENDBLK
+  5
+10098
+330
+10092
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+1009A
+330
+10099
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+FLP1
+ 70
+     0
+ 10
+29.0
+ 20
+18.0
+ 30
+0.0
+  3
+FLP1
+  1
+
+  0
+SOLID
+  5
+1009B
+330
+10099
+100
+AcDbEntity
+  8
+0
+100
+AcDbTrace
+ 10
+29.0
+ 20
+18.0
+ 30
+0.0
+ 11
+27.0
+ 21
+18.5
+ 31
+0.0
+ 12
+27.0
+ 22
+17.5
+ 32
+0.0
+ 13
+27.0
+ 23
+17.5
+ 33
+0.0
+  0
+ENDBLK
+  5
+1009C
+330
+10099
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+100A0
+330
+1009D
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+A$C431521BD
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+A$C431521BD
+  1
+
+  0
+LINE
+  5
+100A1
+330
+1009D
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+4.000000644438839
+ 20
+-0.0000000893741117
+ 30
+0.0
+ 11
+4.000000644438839
+ 21
+3.999999910625886
+ 31
+0.0
+  0
+LINE
+  5
+100A2
+330
+1009D
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+0.0000006444388418
+ 20
+-0.0000000893741117
+ 30
+0.0
+ 11
+4.000000644438839
+ 21
+-0.0000000893741117
+ 31
+0.0
+  0
+LINE
+  5
+100A3
+330
+1009D
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+0.0000006444388418
+ 20
+3.999999910625886
+ 30
+0.0
+ 11
+0.0000006444388418
+ 21
+-0.0000000893741117
+ 31
+0.0
+  0
+LINE
+  5
+100A4
+330
+1009D
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+4.000000644438839
+ 20
+3.999999910625886
+ 30
+0.0
+ 11
+0.0000006444388418
+ 21
+3.999999910625886
+ 31
+0.0
+  0
+LINE
+  5
+100A5
+330
+1009D
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+3.000000644438841
+ 20
+12.99999991062589
+ 30
+0.0
+ 11
+3.000000644438841
+ 21
+3.999999910625886
+ 31
+0.0
+  0
+LINE
+  5
+100A6
+330
+1009D
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1.00000064443884
+ 20
+20.99999991062589
+ 30
+0.0
+ 11
+1.00000064443884
+ 21
+3.999999910625886
+ 31
+0.0
+  0
+LINE
+  5
+100A7
+330
+1009D
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+3.000000644438841
+ 20
+20.99999991062589
+ 30
+0.0
+ 11
+1.00000064443884
+ 21
+20.99999991062589
+ 31
+0.0
+  0
+LINE
+  5
+100A8
+330
+1009D
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+3.000000644438841
+ 20
+12.99999991062589
+ 30
+0.0
+ 11
+5.000000644438839
+ 21
+13.99999991062589
+ 31
+0.0
+  0
+LINE
+  5
+100A9
+330
+1009D
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+5.000000644438839
+ 20
+13.99999991062589
+ 30
+0.0
+ 11
+3.000000644438841
+ 21
+14.99999991062589
+ 31
+0.0
+  0
+LINE
+  5
+100AA
+330
+1009D
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+5.000000644438839
+ 20
+15.99999991062589
+ 30
+0.0
+ 11
+3.000000644438841
+ 21
+16.99999991062589
+ 31
+0.0
+  0
+LINE
+  5
+100AB
+330
+1009D
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+3.000000644438841
+ 20
+14.99999991062589
+ 30
+0.0
+ 11
+5.000000644438839
+ 21
+15.99999991062589
+ 31
+0.0
+  0
+LINE
+  5
+100AC
+330
+1009D
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+3.000000644438841
+ 20
+16.99999991062589
+ 30
+0.0
+ 11
+5.000000644438839
+ 21
+17.99999991062589
+ 31
+0.0
+  0
+LINE
+  5
+100AD
+330
+1009D
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+5.000000644438839
+ 20
+17.99999991062589
+ 30
+0.0
+ 11
+3.000000644438841
+ 21
+18.99999991062589
+ 31
+0.0
+  0
+LINE
+  5
+100AE
+330
+1009D
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+3.000000644438841
+ 20
+18.99999991062589
+ 30
+0.0
+ 11
+5.000000644438839
+ 21
+19.99999991062589
+ 31
+0.0
+  0
+LINE
+  5
+100AF
+330
+1009D
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+5.000000644438839
+ 20
+19.99999991062589
+ 30
+0.0
+ 11
+3.000000644438841
+ 21
+20.99999991062589
+ 31
+0.0
+  0
+ENDBLK
+  5
+100B0
+330
+1009D
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+100B2
+330
+100B1
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+TT
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+TT
+  1
+
+  0
+LWPOLYLINE
+  5
+100B3
+330
+100B1
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     1
+ 43
+0.7500000000000001
+ 10
+-0.375
+ 20
+0.0
+ 42
+1.0
+ 10
+0.375
+ 20
+0.0
+ 42
+1.0
+  0
+ENDBLK
+  5
+100B4
+330
+100B1
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+10AF2
+330
+10AED
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+Icone
+ 70
+     2
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+Icone
+  1
+
+  0
+ATTDEF
+  5
+10AEE
+330
+10AED
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+ 40
+0.1
+  1
+FVxx
+  7
+DOM1
+100
+AcDbAttributeDefinition
+280
+     0
+  3
+Nom de la variable
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTDEF
+  5
+10AEF
+330
+10AED
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+ 40
+0.1
+  1
+Icone1.gif
+  7
+DOM1
+100
+AcDbAttributeDefinition
+280
+     0
+  3
+Nom du fichier icone(Gif,Jpg) pour etat 1
+  2
+ICONE1
+ 70
+     1
+280
+     0
+  0
+ATTDEF
+  5
+10AF0
+330
+10AED
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+ 40
+0.1
+  1
+Icone0.gif
+  7
+DOM1
+100
+AcDbAttributeDefinition
+280
+     0
+  3
+Nom du fichier icone(Gif,Jpg) pour etat 0
+  2
+ICONE0
+ 70
+     1
+280
+     0
+  0
+SOLID
+  5
+10AF1
+330
+10AED
+100
+AcDbEntity
+  8
+IMG134
+ 62
+   134
+100
+AcDbTrace
+ 10
+-0.0034647423922252
+ 20
+0.0001040660514491
+ 30
+0.0
+ 11
+-0.0034647423922252
+ 21
+1.000104066051449
+ 31
+0.0
+ 12
+0.9965352576077748
+ 22
+0.0001040660514491
+ 32
+0.0
+ 13
+0.9965352576077748
+ 23
+1.000104066051449
+ 33
+0.0
+  0
+ENDBLK
+  5
+10AF3
+330
+10AED
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+10E2A
+330
+10E26
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+A$C16066308
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+A$C16066308
+  1
+
+  0
+SOLID
+  5
+10E27
+330
+10E26
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+3.370847664982193
+ 20
+0.0087624511272679
+ 30
+0.0
+ 11
+0.0021576601311608
+ 21
+-0.0000085344674972
+ 31
+0.0
+ 12
+3.370847664982193
+ 22
+35.76717705257761
+ 32
+0.0
+ 13
+0.0000428833767501
+ 23
+35.76717705257761
+ 33
+0.0
+  0
+ENDBLK
+  5
+10E2B
+330
+10E26
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+113EC
+330
+113E8
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+A$C0F4C0ACB
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+A$C0F4C0ACB
+  1
+
+  0
+SOLID
+  5
+113E9
+330
+113E8
+100
+AcDbEntity
+  8
+IMG008
+ 62
+   109
+100
+AcDbTrace
+ 10
+0.6310945907414407
+ 20
+0.0000028051019854
+ 30
+0.0
+ 11
+0.0000017885324723
+ 21
+0.6310956073109537
+ 31
+0.0
+ 12
+5.931465495075599
+ 22
+5.300257650192634
+ 32
+0.0
+ 13
+5.300372692866403
+ 23
+5.931350452401602
+ 33
+0.0
+  0
+ENDBLK
+  5
+113ED
+330
+113E8
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+11431
+330
+1142D
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+A$C71774491
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+A$C71774491
+  1
+
+  0
+SOLID
+  5
+1142E
+330
+1142D
+100
+AcDbEntity
+  8
+IMG008
+ 62
+   109
+100
+AcDbTrace
+ 10
+1.262185459318288
+ 20
+0.0000021973105504
+ 30
+0.0
+ 11
+7.68119534698053
+ 21
+6.41901208497279
+ 31
+0.0
+ 12
+-0.0000001450996479
+ 22
+1.262187801728487
+ 32
+0.0
+ 13
+6.41900974256282
+ 23
+7.681197689390727
+ 33
+0.0
+ 39
+14.28
+  0
+ENDBLK
+  5
+11432
+330
+1142D
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+11582
+330
+1157E
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+A$C00C705AD
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+A$C00C705AD
+  1
+
+  0
+LINE
+  5
+1157F
+330
+1157E
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+14.268133388877
+ 20
+-336.9198394349707
+ 30
+0.0
+ 11
+14.268133388877
+ 21
+35.61386412085301
+ 31
+0.0
+  0
+ENDBLK
+  5
+11583
+330
+1157E
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+1194B
+330
+11947
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+A$C0C1B25E7
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+A$C0C1B25E7
+  1
+
+  0
+SOLID
+  5
+11948
+330
+11947
+100
+AcDbEntity
+  8
+0
+100
+AcDbTrace
+ 10
+0.0000026253519536
+ 20
+-0.0000019416302166
+ 30
+0.0
+ 11
+0.0000026253519536
+ 21
+3.368728044664635
+ 31
+0.0
+ 12
+235.5464795884752
+ 22
+-0.000001941632263
+ 32
+0.0
+ 13
+235.5464283555654
+ 23
+3.370802839974658
+ 33
+0.0
+  0
+ENDBLK
+  5
+1194C
+330
+11947
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+11969
+330
+11965
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+A$C24203B1B
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+A$C24203B1B
+  1
+
+  0
+SOLID
+  5
+11966
+330
+11965
+100
+AcDbEntity
+  8
+IMG008
+100
+AcDbTrace
+ 10
+6.129878092994657
+ 20
+-0.0000013356373074
+ 30
+0.0
+ 11
+0.0000026017978598
+ 21
+-0.0000013356373074
+ 31
+0.0
+ 12
+6.129878092994431
+ 22
+7.030003128247471
+ 32
+0.0
+ 13
+0.0000846680759423
+ 23
+7.030074684988902
+ 33
+0.0
+  0
+ENDBLK
+  5
+1196A
+330
+11965
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+11E50
+330
+11E3A
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+A$C72F02782
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+A$C72F02782
+  1
+
+  0
+SOLID
+  5
+11E3B
+330
+11E3A
+100
+AcDbEntity
+  8
+IMG008
+ 62
+   109
+100
+AcDbTrace
+ 10
+10.70999892894701
+ 20
+2.677499694581001
+ 30
+14.28
+ 11
+-0.0000010710527931
+ 21
+2.677499694581001
+ 31
+14.28
+ 12
+10.70999892894701
+ 22
+15.1724996945818
+ 32
+14.28
+ 13
+-0.0000010710527931
+ 23
+15.1724996945818
+ 33
+14.28
+ 39
+14.28
+  0
+SOLID
+  5
+11E3C
+330
+11E3A
+100
+AcDbEntity
+  8
+IMG008
+ 62
+   109
+100
+AcDbTrace
+ 10
+17.84999892894666
+ 20
+9.817581760859411
+ 30
+0.0
+ 11
+10.70999892894701
+ 21
+9.817581760859411
+ 31
+0.0
+ 12
+17.84999892894666
+ 22
+8.032581760859557
+ 32
+0.0
+ 13
+10.70999892894701
+ 23
+8.032581760859557
+ 33
+0.0
+ 39
+14.28
+  0
+SOLID
+  5
+11E3D
+330
+11E3A
+100
+AcDbEntity
+  8
+IMG008
+ 62
+   109
+100
+AcDbTrace
+ 10
+21.44420526056888
+ 20
+9.817499694581329
+ 30
+0.0
+ 11
+21.44420526056888
+ 21
+8.032499694581474
+ 31
+0.0
+ 12
+17.84999892894666
+ 22
+9.817581760859411
+ 32
+0.0
+ 13
+17.84999892894666
+ 23
+8.032581760859557
+ 33
+0.0
+  0
+SOLID
+  5
+11E3E
+330
+11E3A
+100
+AcDbEntity
+  8
+IMG008
+ 62
+   109
+100
+AcDbTrace
+ 10
+14.304205260569
+ 20
+17.84999969458158
+ 30
+0.0
+ 11
+17.84999892894666
+ 21
+9.817581760859411
+ 31
+0.0
+ 12
+25.01420526056904
+ 22
+17.84999969458158
+ 32
+0.0
+ 13
+21.44420526056888
+ 23
+9.817499694581329
+ 33
+0.0
+  0
+SOLID
+  5
+11E3F
+330
+11E3A
+100
+AcDbEntity
+  8
+IMG008
+ 62
+   109
+100
+AcDbTrace
+ 10
+14.304205260569
+ 20
+-0.00000030541878
+ 30
+0.0
+ 11
+17.84999892894666
+ 21
+8.032417628303393
+ 31
+0.0
+ 12
+25.01420526056904
+ 22
+-0.00000030541878
+ 32
+0.0
+ 13
+21.44420526056888
+ 23
+8.032499694581474
+ 33
+0.0
+  0
+LINE
+  5
+11E40
+330
+11E3A
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+14.304205260569
+ 20
+-0.00000030541878
+ 30
+0.0
+ 11
+17.84999892894666
+ 21
+8.032581760859557
+ 31
+14.28000000000001
+  0
+LINE
+  5
+11E41
+330
+11E3A
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+17.84999892894666
+ 20
+8.032581760859557
+ 30
+14.28000000000001
+ 11
+10.70999892894701
+ 21
+8.032581760859557
+ 31
+14.28000000000001
+  0
+LINE
+  5
+11E42
+330
+11E3A
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+10.70999892894701
+ 20
+8.032581760884795
+ 30
+28.56000000000003
+ 11
+10.73420526056861
+ 21
+2.67749969460624
+ 31
+28.56000000000003
+  0
+LINE
+  5
+11E43
+330
+11E3A
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+0.0242052605690333
+ 20
+2.677499694581001
+ 30
+28.56000000000006
+ 11
+10.73420526056884
+ 21
+2.677499694581001
+ 31
+28.56000000000006
+  0
+LINE
+  5
+11E44
+330
+11E3A
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+10.73420526056861
+ 20
+15.1724996945818
+ 30
+14.28000000000001
+ 11
+10.70999892894701
+ 21
+9.817581760859411
+ 31
+14.28000000000001
+  0
+LINE
+  5
+11E45
+330
+11E3A
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+10.70999892894701
+ 20
+9.817581760859411
+ 30
+14.28000000000001
+ 11
+17.84999892894666
+ 21
+9.817581760859411
+ 31
+14.28000000000001
+  0
+LINE
+  5
+11E46
+330
+11E3A
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+17.84999892894666
+ 20
+9.817581760859411
+ 30
+14.28000000000001
+ 11
+14.304205260569
+ 21
+17.84999969458158
+ 31
+0.0
+  0
+LINE
+  5
+11E47
+330
+11E3A
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+25.01420526056904
+ 20
+17.84999969458158
+ 30
+0.0
+ 11
+21.44420526056888
+ 21
+9.817499694581329
+ 31
+0.0
+  0
+LINE
+  5
+11E48
+330
+11E3A
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+21.44420526056888
+ 20
+9.817499694581329
+ 30
+0.0
+ 11
+21.44420526056888
+ 21
+8.032499694581474
+ 31
+0.0
+  0
+LINE
+  5
+11E49
+330
+11E3A
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+21.44420526056888
+ 20
+8.032499694581474
+ 30
+0.0
+ 11
+25.01420526056904
+ 21
+-0.00000030541878
+ 31
+0.0
+  0
+LINE
+  5
+11E4A
+330
+11E3A
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+10.70999892894701
+ 20
+15.1724996945818
+ 30
+14.28
+ 11
+-0.0000010710527931
+ 21
+15.1724996945818
+ 31
+14.28
+  0
+LINE
+  5
+11E4B
+330
+11E3A
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+-0.0000010710527931
+ 20
+15.1724996945818
+ 30
+28.56
+ 11
+0.0242052605690333
+ 21
+2.677499694581001
+ 31
+28.56000000000006
+  0
+LINE
+  5
+11E4C
+330
+11E3A
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+25.01420526056904
+ 20
+-0.00000030541878
+ 30
+14.28000000000001
+ 11
+14.304205260569
+ 21
+-0.00000030541878
+ 31
+0.0
+  0
+LINE
+  5
+11E4D
+330
+11E3A
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+25.01420526056904
+ 20
+17.84999969458158
+ 30
+14.28000000000001
+ 11
+14.304205260569
+ 21
+17.84999969458158
+ 31
+0.0
+  0
+ENDBLK
+  5
+11E51
+330
+11E3A
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+123EB
+330
+123E7
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+A$C03946768
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+A$C03946768
+  1
+
+  0
+SOLID
+  5
+123E8
+330
+123E7
+100
+AcDbEntity
+  8
+0
+100
+AcDbTrace
+ 10
+3.550159884410788
+ 20
+1.685515151421213
+ 30
+0.0
+ 11
+3.550159884410788
+ 21
+0.000000107667347
+ 31
+0.0
+ 12
+0.0
+ 22
+1.68540210432934
+ 32
+0.0
+ 13
+0.0
+ 23
+-0.000000286474517
+ 33
+0.0
+  0
+ENDBLK
+  5
+123EC
+330
+123E7
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+12459
+330
+12455
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+A$C2F474CB2
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+A$C2F474CB2
+  1
+
+  0
+SOLID
+  5
+12456
+330
+12455
+100
+AcDbEntity
+  8
+0
+100
+AcDbTrace
+ 10
+3.366178097484436
+ 20
+0.9311203606627032
+ 30
+0.0
+ 11
+1.961194415763543
+ 21
+0.0000017770126988
+ 31
+0.0
+ 12
+1.404891139605409
+ 22
+3.890341320056107
+ 32
+0.0
+ 13
+0.0000013612626049
+ 23
+2.959284968573911
+ 33
+0.0
+  0
+ENDBLK
+  5
+1245A
+330
+12455
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+131BD
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+A$C5BA24769
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+A$C5BA24769
+  1
+
+  0
+TEXT
+  5
+12EE5
+330
+12EE4
+100
+AcDbEntity
+  8
+TEXTE
+100
+AcDbText
+ 10
+576.2868006725287
+ 20
+715.1138095097271
+ 30
+0.0
+ 40
+8.0
+  1
+COLLECTEUR BP
+100
+AcDbText
+  0
+TEXT
+  5
+12EE6
+330
+12EE4
+100
+AcDbEntity
+  8
+TEXTE
+100
+AcDbText
+ 10
+576.2868006725287
+ 20
+773.6446879693241
+ 30
+0.0
+ 40
+8.0
+  1
+COLLECTEUR DE RECUPERATION
+100
+AcDbText
+  0
+TEXT
+  5
+12EE7
+330
+12EE4
+100
+AcDbEntity
+  8
+TEXTE
+100
+AcDbText
+ 10
+233.5103127741613
+ 20
+677.4205022624572
+ 30
+0.0
+ 40
+8.0
+  1
+FV4001
+100
+AcDbText
+  0
+TEXT
+  5
+12EE8
+330
+12EE4
+100
+AcDbEntity
+  8
+TEXTE
+100
+AcDbText
+ 10
+295.3592254773257
+ 20
+537.2445747987078
+ 30
+0.0
+ 40
+8.0
+  1
+DN 40
+100
+AcDbText
+  0
+INSERT
+  5
+12EE9
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbBlockReference
+  2
+S_SOUPDR
+ 10
+1194.150180791238
+ 20
+564.9596076311497
+ 30
+0.0
+ 41
+-3.6
+ 42
+3.6
+ 43
+3.6
+ 50
+270.0
+  0
+INSERT
+  5
+12EEA
+330
+12EE4
+100
+AcDbEntity
+  8
+HE_FLU
+ 62
+    20
+100
+AcDbBlockReference
+  2
+S_RCHELE
+ 10
+310.004028041612
+ 20
+580.7337993692542
+ 30
+0.0
+ 41
+3.6
+ 42
+3.6
+ 43
+3.6
+  0
+SOLID
+  5
+12EEB
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+72.28680212970559
+ 20
+767.449881243863
+ 30
+0.0
+ 11
+72.28680212970559
+ 21
+770.8185712487143
+ 31
+0.0
+ 12
+1585.914993700216
+ 22
+767.4563583364743
+ 32
+0.0
+ 13
+1585.914680128855
+ 23
+770.8271630415953
+ 33
+0.0
+  0
+SOLID
+  5
+12EEC
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+54.28680212970559
+ 20
+767.449881243863
+ 30
+0.0
+ 11
+54.28680212970559
+ 21
+770.8185712487143
+ 31
+0.0
+ 12
+63.28856252358807
+ 22
+767.4498812911775
+ 32
+0.0
+ 13
+63.28856252358807
+ 23
+770.8206860254687
+ 33
+0.0
+  0
+SOLID
+  5
+12EED
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+36.2868021297056
+ 20
+767.449881243863
+ 30
+0.0
+ 11
+36.2868021297056
+ 21
+770.8185712487143
+ 31
+0.0
+ 12
+45.28856252358806
+ 22
+767.4498812911775
+ 32
+0.0
+ 13
+45.28856252358806
+ 23
+770.8206860254687
+ 33
+0.0
+  0
+SOLID
+  5
+12EEE
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+18.28680212970559
+ 20
+767.449881243863
+ 30
+0.0
+ 11
+18.28680212970559
+ 21
+770.8185712487143
+ 31
+0.0
+ 12
+27.28856252358807
+ 22
+767.4498812911775
+ 32
+0.0
+ 13
+27.28856252358807
+ 23
+770.8206860254687
+ 33
+0.0
+  0
+SOLID
+  5
+12EEF
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+0.2868021297055918
+ 20
+767.449881243863
+ 30
+0.0
+ 11
+0.2868021297055918
+ 21
+770.8185712487143
+ 31
+0.0
+ 12
+9.288562523588067
+ 22
+767.4498812911775
+ 32
+0.0
+ 13
+9.288562523588067
+ 23
+770.8206860254687
+ 33
+0.0
+  0
+SOLID
+  5
+12EF0
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+72.28680212970559
+ 20
+708.4850620618965
+ 30
+0.0
+ 11
+72.28680212970559
+ 21
+711.8537520667476
+ 31
+0.0
+ 12
+1577.912766022428
+ 22
+708.4840449767177
+ 32
+0.0
+ 13
+1577.912821658929
+ 23
+711.8548497100903
+ 33
+0.0
+  0
+SOLID
+  5
+12EF1
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+54.28680212970559
+ 20
+708.4850620618965
+ 30
+0.0
+ 11
+54.28680212970559
+ 21
+711.8537520667476
+ 31
+0.0
+ 12
+63.28856252358807
+ 22
+708.4850621092108
+ 32
+0.0
+ 13
+63.28856252358807
+ 23
+711.8558668435022
+ 33
+0.0
+  0
+SOLID
+  5
+12EF2
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+36.2868021297056
+ 20
+708.4850620618965
+ 30
+0.0
+ 11
+36.2868021297056
+ 21
+711.8537520667476
+ 31
+0.0
+ 12
+45.28856252358806
+ 22
+708.4850621092108
+ 32
+0.0
+ 13
+45.28856252358806
+ 23
+711.8558668435022
+ 33
+0.0
+  0
+SOLID
+  5
+12EF3
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+18.28680212970559
+ 20
+708.4850620618965
+ 30
+0.0
+ 11
+18.28680212970559
+ 21
+711.8537520667476
+ 31
+0.0
+ 12
+27.28856252358807
+ 22
+708.4850621092108
+ 32
+0.0
+ 13
+27.28856252358807
+ 23
+711.8558668435022
+ 33
+0.0
+  0
+SOLID
+  5
+12EF4
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+0.2868021297055918
+ 20
+708.4850620618965
+ 30
+0.0
+ 11
+0.2868021297055918
+ 21
+711.8537520667476
+ 31
+0.0
+ 12
+9.288562523588067
+ 22
+708.4850621092108
+ 32
+0.0
+ 13
+9.288562523588067
+ 23
+711.8558668435022
+ 33
+0.0
+  0
+SOLID
+  5
+12EF5
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+72.31450669787246
+ 20
+649.5225946303984
+ 30
+0.0
+ 11
+72.31450669787246
+ 21
+652.8912846352492
+ 31
+0.0
+ 12
+1572.283218714001
+ 22
+649.5225946776931
+ 32
+0.0
+ 13
+1572.283218714001
+ 23
+652.8933994120039
+ 33
+0.0
+  0
+SOLID
+  5
+12EF6
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+54.31450669787245
+ 20
+649.5225946303984
+ 30
+0.0
+ 11
+54.31450669787245
+ 21
+652.8912846352492
+ 31
+0.0
+ 12
+63.31626709175495
+ 22
+649.5225946777127
+ 32
+0.0
+ 13
+63.31626709175495
+ 23
+652.8933994120039
+ 33
+0.0
+  0
+SOLID
+  5
+12EF7
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+36.31450669787247
+ 20
+649.5225946303984
+ 30
+0.0
+ 11
+36.31450669787247
+ 21
+652.8912846352492
+ 31
+0.0
+ 12
+45.31626709175495
+ 22
+649.5225946777127
+ 32
+0.0
+ 13
+45.31626709175495
+ 23
+652.8933994120039
+ 33
+0.0
+  0
+SOLID
+  5
+12EF8
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+18.31450669787247
+ 20
+649.5225946303984
+ 30
+0.0
+ 11
+18.31450669787247
+ 21
+652.8912846352492
+ 31
+0.0
+ 12
+27.31626709175495
+ 22
+649.5225946777127
+ 32
+0.0
+ 13
+27.31626709175495
+ 23
+652.8933994120039
+ 33
+0.0
+  0
+SOLID
+  5
+12EF9
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+0.3145066978724742
+ 20
+649.5225946303984
+ 30
+0.0
+ 11
+0.3145066978724742
+ 21
+652.8912846352492
+ 31
+0.0
+ 12
+9.316267091754951
+ 22
+649.5225946777127
+ 32
+0.0
+ 13
+9.316267091754951
+ 23
+652.8933994120039
+ 33
+0.0
+  0
+SOLID
+  5
+12EFA
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+298.2601355678694
+ 20
+609.7630824632179
+ 30
+0.0
+ 11
+294.8914455630184
+ 21
+609.7543114776232
+ 31
+0.0
+ 12
+298.2601355678694
+ 22
+645.5214970646683
+ 32
+0.0
+ 13
+294.8893307862639
+ 23
+645.5214970646683
+ 33
+0.0
+  0
+SOLID
+  5
+12EFB
+330
+12EE4
+100
+AcDbEntity
+  8
+IMG008
+ 62
+   109
+100
+AcDbTrace
+ 10
+287.6662845671685
+ 20
+674.898072369208
+ 30
+14.28
+ 11
+276.9562845671686
+ 21
+674.898072369208
+ 31
+14.28
+ 12
+287.6662845671685
+ 22
+687.3930723692089
+ 32
+14.28
+ 13
+276.9562845671686
+ 23
+687.3930723692089
+ 33
+14.28
+ 39
+14.28
+  0
+SOLID
+  5
+12EFC
+330
+12EE4
+100
+AcDbEntity
+  8
+IMG008
+ 62
+   109
+100
+AcDbTrace
+ 10
+294.8062845671682
+ 20
+682.0381544354865
+ 30
+0.0
+ 11
+287.6662845671685
+ 21
+682.0381544354865
+ 31
+0.0
+ 12
+294.8062845671682
+ 22
+680.2531544354866
+ 32
+0.0
+ 13
+287.6662845671685
+ 23
+680.2531544354866
+ 33
+0.0
+ 39
+14.28
+  0
+SOLID
+  5
+12EFD
+330
+12EE4
+100
+AcDbEntity
+  8
+IMG008
+ 62
+   109
+100
+AcDbTrace
+ 10
+298.4004908987903
+ 20
+682.0380723692084
+ 30
+0.0
+ 11
+298.4004908987903
+ 21
+680.2530723692085
+ 31
+0.0
+ 12
+294.8062845671682
+ 22
+682.0381544354865
+ 32
+0.0
+ 13
+294.8062845671682
+ 23
+680.2531544354866
+ 33
+0.0
+  0
+SOLID
+  5
+12EFE
+330
+12EE4
+100
+AcDbEntity
+  8
+IMG008
+ 62
+   109
+100
+AcDbTrace
+ 10
+291.2604908987905
+ 20
+690.0705723692087
+ 30
+0.0
+ 11
+294.8062845671682
+ 21
+682.0381544354865
+ 31
+0.0
+ 12
+301.9704908987906
+ 22
+690.0705723692087
+ 32
+0.0
+ 13
+298.4004908987903
+ 23
+682.0380723692084
+ 33
+0.0
+  0
+SOLID
+  5
+12EFF
+330
+12EE4
+100
+AcDbEntity
+  8
+IMG008
+ 62
+   109
+100
+AcDbTrace
+ 10
+291.2604908987905
+ 20
+672.2205723692082
+ 30
+0.0
+ 11
+294.8062845671682
+ 21
+680.2529903029302
+ 31
+0.0
+ 12
+301.9704908987906
+ 22
+672.2205723692082
+ 32
+0.0
+ 13
+298.4004908987903
+ 23
+680.2530723692085
+ 33
+0.0
+  0
+LINE
+  5
+12F00
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+291.2604908987905
+ 20
+672.2205723692082
+ 30
+0.0
+ 11
+294.8062845671682
+ 21
+680.2531544354866
+ 31
+14.28000000000001
+  0
+LINE
+  5
+12F01
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+294.8062845671682
+ 20
+680.2531544354866
+ 30
+14.28000000000001
+ 11
+287.6662845671685
+ 21
+680.2531544354866
+ 31
+14.28000000000001
+  0
+LINE
+  5
+12F02
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+287.6662845671685
+ 20
+680.2531544355119
+ 30
+28.56000000000003
+ 11
+287.6904908987901
+ 21
+674.8980723692332
+ 31
+28.56000000000003
+  0
+LINE
+  5
+12F03
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+276.9804908987905
+ 20
+674.898072369208
+ 30
+28.56000000000006
+ 11
+287.6904908987904
+ 21
+674.898072369208
+ 31
+28.56000000000006
+  0
+LINE
+  5
+12F04
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+287.6904908987901
+ 20
+687.3930723692089
+ 30
+14.28000000000001
+ 11
+287.6662845671685
+ 21
+682.0381544354865
+ 31
+14.28000000000001
+  0
+LINE
+  5
+12F05
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+287.6662845671685
+ 20
+682.0381544354865
+ 30
+14.28000000000001
+ 11
+294.8062845671682
+ 21
+682.0381544354865
+ 31
+14.28000000000001
+  0
+LINE
+  5
+12F06
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+294.8062845671682
+ 20
+682.0381544354865
+ 30
+14.28000000000001
+ 11
+291.2604908987905
+ 21
+690.0705723692087
+ 31
+0.0
+  0
+LINE
+  5
+12F07
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+301.9704908987906
+ 20
+690.0705723692087
+ 30
+0.0
+ 11
+298.4004908987903
+ 21
+682.0380723692084
+ 31
+0.0
+  0
+LINE
+  5
+12F08
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+298.4004908987903
+ 20
+682.0380723692084
+ 30
+0.0
+ 11
+298.4004908987903
+ 21
+680.2530723692085
+ 31
+0.0
+  0
+LINE
+  5
+12F09
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+298.4004908987903
+ 20
+680.2530723692085
+ 30
+0.0
+ 11
+301.9704908987906
+ 21
+672.2205723692082
+ 31
+0.0
+  0
+LINE
+  5
+12F0A
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+287.6662845671685
+ 20
+687.3930723692089
+ 30
+14.28
+ 11
+276.9562845671686
+ 21
+687.3930723692089
+ 31
+14.28
+  0
+LINE
+  5
+12F0B
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+276.9562845671686
+ 20
+687.3930723692089
+ 30
+28.56
+ 11
+276.9804908987905
+ 21
+674.898072369208
+ 31
+28.56000000000006
+  0
+LINE
+  5
+12F0C
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+301.9704908987906
+ 20
+672.2205723692082
+ 30
+14.28000000000001
+ 11
+291.2604908987905
+ 21
+672.2205723692082
+ 31
+0.0
+  0
+LINE
+  5
+12F0D
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+301.9704908987906
+ 20
+690.0705723692087
+ 30
+14.28000000000001
+ 11
+291.2604908987905
+ 21
+690.0705723692087
+ 31
+0.0
+  0
+SOLID
+  5
+12F0E
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+325.1157919904276
+ 20
+609.7630824632179
+ 30
+0.0
+ 11
+321.7471019855767
+ 21
+609.7543114776232
+ 31
+0.0
+ 12
+325.1157919904276
+ 22
+645.5214970646683
+ 32
+0.0
+ 13
+321.7449872088222
+ 23
+645.5214970646683
+ 33
+0.0
+  0
+SOLID
+  5
+12F0F
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+298.2600893825363
+ 20
+609.7631130847148
+ 30
+0.0
+ 11
+298.2600893825363
+ 21
+613.131803089566
+ 31
+0.0
+ 12
+321.7471019855767
+ 22
+609.7543114776232
+ 32
+0.0
+ 13
+321.7469021117508
+ 23
+613.1347743120111
+ 33
+0.0
+  0
+SOLID
+  5
+12F10
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+311.6889980748592
+ 20
+595.1337993692542
+ 30
+0.0
+ 11
+308.3190580083649
+ 21
+595.1337993692542
+ 31
+0.0
+ 12
+311.6889980748592
+ 22
+609.7587122811693
+ 32
+0.0
+ 13
+308.3181932932537
+ 23
+609.7587122811693
+ 33
+0.0
+  0
+SOLID
+  5
+12F11
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+311.680798422145
+ 20
+551.7088889298908
+ 30
+0.0
+ 11
+308.3108583556507
+ 21
+551.7088889298908
+ 31
+0.0
+ 12
+311.6807984221449
+ 22
+566.2020261433845
+ 32
+0.0
+ 13
+308.3099936405397
+ 23
+566.2020261433845
+ 33
+0.0
+  0
+SOLID
+  5
+12F12
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+304.5728098992272
+ 20
+548.2971540899482
+ 30
+0.0
+ 11
+304.5728098992273
+ 21
+551.7088889298908
+ 31
+0.0
+ 12
+315.4188468785685
+ 22
+548.2883524828565
+ 32
+0.0
+ 13
+315.4188468785684
+ 23
+551.7088889298908
+ 33
+0.0
+  0
+SOLID
+  5
+12F13
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+298.2601355678692
+ 20
+705.3987625374372
+ 30
+0.0
+ 11
+294.8914455630184
+ 21
+705.3987625374372
+ 31
+0.0
+ 12
+298.2601355678694
+ 22
+690.0705723692085
+ 32
+0.0
+ 13
+294.8907772859787
+ 23
+690.0705723692087
+ 33
+0.0
+  0
+SOLID
+  5
+12F14
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+298.2601355678694
+ 20
+672.2205723692082
+ 30
+0.0
+ 11
+294.8899990633035
+ 21
+672.2205723692082
+ 31
+0.0
+ 12
+298.2601784512461
+ 22
+656.8923981785379
+ 32
+0.0
+ 13
+294.8893736696407
+ 23
+656.8923981785379
+ 33
+0.0
+  0
+TEXT
+  5
+12F15
+330
+12EE4
+100
+AcDbEntity
+  8
+TEXTE
+100
+AcDbText
+ 10
+347.0757591737533
+ 20
+677.4205022624572
+ 30
+0.0
+ 40
+8.0
+  1
+FV4002
+100
+AcDbText
+  0
+SOLID
+  5
+12F16
+330
+12EE4
+100
+AcDbEntity
+  8
+IMG008
+ 62
+   109
+100
+AcDbTrace
+ 10
+332.3407069271186
+ 20
+674.898072369208
+ 30
+14.28
+ 11
+343.0507069271184
+ 21
+674.898072369208
+ 31
+14.28
+ 12
+332.3407069271186
+ 22
+687.3930723692089
+ 32
+14.28
+ 13
+343.0507069271184
+ 23
+687.3930723692089
+ 33
+14.28
+ 39
+14.28
+  0
+SOLID
+  5
+12F17
+330
+12EE4
+100
+AcDbEntity
+  8
+IMG008
+ 62
+   109
+100
+AcDbTrace
+ 10
+325.2007069271187
+ 20
+682.0381544354865
+ 30
+0.0
+ 11
+332.3407069271184
+ 21
+682.0381544354865
+ 31
+0.0
+ 12
+325.2007069271187
+ 22
+680.2531544354866
+ 32
+0.0
+ 13
+332.3407069271184
+ 23
+680.2531544354866
+ 33
+0.0
+ 39
+14.28
+  0
+SOLID
+  5
+12F18
+330
+12EE4
+100
+AcDbEntity
+  8
+IMG008
+ 62
+   109
+100
+AcDbTrace
+ 10
+321.6065005954968
+ 20
+682.0380723692084
+ 30
+0.0
+ 11
+321.6065005954968
+ 21
+680.2530723692085
+ 31
+0.0
+ 12
+325.2007069271187
+ 22
+682.0381544354865
+ 32
+0.0
+ 13
+325.2007069271187
+ 23
+680.2531544354866
+ 33
+0.0
+  0
+SOLID
+  5
+12F19
+330
+12EE4
+100
+AcDbEntity
+  8
+IMG008
+ 62
+   109
+100
+AcDbTrace
+ 10
+328.7465005954964
+ 20
+690.0705723692087
+ 30
+0.0
+ 11
+325.2007069271187
+ 21
+682.0381544354865
+ 31
+0.0
+ 12
+318.0365005954966
+ 22
+690.0705723692087
+ 32
+0.0
+ 13
+321.6065005954968
+ 23
+682.0380723692084
+ 33
+0.0
+  0
+SOLID
+  5
+12F1A
+330
+12EE4
+100
+AcDbEntity
+  8
+IMG008
+ 62
+   109
+100
+AcDbTrace
+ 10
+328.7465005954964
+ 20
+672.2205723692082
+ 30
+0.0
+ 11
+325.2007069271187
+ 21
+680.2529903029302
+ 31
+0.0
+ 12
+318.0365005954966
+ 22
+672.2205723692082
+ 32
+0.0
+ 13
+321.6065005954968
+ 23
+680.2530723692085
+ 33
+0.0
+  0
+LINE
+  5
+12F1B
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+328.7465005954964
+ 20
+672.2205723692082
+ 30
+0.0
+ 11
+325.2007069271187
+ 21
+680.2531544354866
+ 31
+14.28000000000001
+  0
+LINE
+  5
+12F1C
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+325.2007069271187
+ 20
+680.2531544354866
+ 30
+14.28000000000001
+ 11
+332.3407069271184
+ 21
+680.2531544354866
+ 31
+14.28000000000001
+  0
+LINE
+  5
+12F1D
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+332.3407069271184
+ 20
+680.2531544355119
+ 30
+28.56000000000003
+ 11
+332.3165005954968
+ 21
+674.8980723692332
+ 31
+28.56000000000003
+  0
+LINE
+  5
+12F1E
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+343.0265005954964
+ 20
+674.898072369208
+ 30
+28.56000000000006
+ 11
+332.3165005954966
+ 21
+674.898072369208
+ 31
+28.56000000000006
+  0
+LINE
+  5
+12F1F
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+332.3165005954968
+ 20
+687.3930723692089
+ 30
+14.28000000000001
+ 11
+332.3407069271184
+ 21
+682.0381544354865
+ 31
+14.28000000000001
+  0
+LINE
+  5
+12F20
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+332.3407069271184
+ 20
+682.0381544354865
+ 30
+14.28000000000001
+ 11
+325.2007069271187
+ 21
+682.0381544354865
+ 31
+14.28000000000001
+  0
+LINE
+  5
+12F21
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+325.2007069271187
+ 20
+682.0381544354865
+ 30
+14.28000000000001
+ 11
+328.7465005954964
+ 21
+690.0705723692087
+ 31
+0.0
+  0
+LINE
+  5
+12F22
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+318.0365005954966
+ 20
+690.0705723692087
+ 30
+0.0
+ 11
+321.6065005954968
+ 21
+682.0380723692084
+ 31
+0.0
+  0
+LINE
+  5
+12F23
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+321.6065005954968
+ 20
+682.0380723692084
+ 30
+0.0
+ 11
+321.6065005954968
+ 21
+680.2530723692085
+ 31
+0.0
+  0
+LINE
+  5
+12F24
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+321.6065005954968
+ 20
+680.2530723692085
+ 30
+0.0
+ 11
+318.0365005954966
+ 21
+672.2205723692082
+ 31
+0.0
+  0
+LINE
+  5
+12F25
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+332.3407069271186
+ 20
+687.3930723692089
+ 30
+14.28
+ 11
+343.0507069271184
+ 21
+687.3930723692089
+ 31
+14.28
+  0
+LINE
+  5
+12F26
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+343.0507069271184
+ 20
+687.3930723692089
+ 30
+28.56
+ 11
+343.0265005954964
+ 21
+674.898072369208
+ 31
+28.56000000000006
+  0
+LINE
+  5
+12F27
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+318.0365005954966
+ 20
+672.2205723692082
+ 30
+14.28000000000001
+ 11
+328.7465005954964
+ 21
+672.2205723692082
+ 31
+0.0
+  0
+LINE
+  5
+12F28
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+318.0365005954966
+ 20
+690.0705723692087
+ 30
+14.28000000000001
+ 11
+328.7465005954964
+ 21
+690.0705723692087
+ 31
+0.0
+  0
+SOLID
+  5
+12F29
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+321.7468559263167
+ 20
+708.4850620700704
+ 30
+0.0
+ 11
+325.1155459311676
+ 21
+708.4850620701806
+ 31
+0.0
+ 12
+321.7468559264176
+ 22
+690.0705723692085
+ 32
+0.0
+ 13
+325.1162142083083
+ 23
+690.0705723692087
+ 33
+0.0
+  0
+SOLID
+  5
+12F2A
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+321.7468559264178
+ 20
+672.2205723692082
+ 30
+0.0
+ 11
+325.1169924309834
+ 21
+672.2205723692082
+ 31
+0.0
+ 12
+321.7468130430409
+ 22
+656.8923981785379
+ 32
+0.0
+ 13
+325.1176178246463
+ 23
+656.8923981785379
+ 33
+0.0
+  0
+SOLID
+  5
+12F2B
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+298.2601355678692
+ 20
+714.9400515912065
+ 30
+0.0
+ 11
+294.8914455630184
+ 21
+714.9400515912065
+ 31
+0.0
+ 12
+298.2601355666511
+ 22
+767.4498812512672
+ 32
+0.0
+ 13
+294.8907772847604
+ 23
+767.449881251157
+ 33
+0.0
+  0
+LINE
+  5
+12F2C
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+298.2601353456766
+ 20
+690.0705726168737
+ 30
+14.28000000000001
+ 11
+298.2601353456766
+ 21
+705.3987625374372
+ 31
+0.0000000000000568
+  0
+LINE
+  5
+12F2D
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+294.8908097135373
+ 20
+690.07098308977
+ 30
+14.27999999999998
+ 11
+294.8908097135373
+ 21
+705.399173010334
+ 31
+0.0000000000000284
+  0
+LINE
+  5
+12F2E
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+294.8894060772125
+ 20
+656.8923504653992
+ 30
+14.28000000000001
+ 11
+294.8894060772125
+ 21
+672.2205403859629
+ 31
+0.0000000000000568
+  0
+LINE
+  5
+12F2F
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+298.260210858818
+ 20
+656.8923504653992
+ 30
+14.28000000000001
+ 11
+298.260210858818
+ 21
+672.2205403859629
+ 31
+0.0000000000000568
+  0
+LINE
+  5
+12F30
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+321.7468454504289
+ 20
+656.8922847572341
+ 30
+14.28000000000001
+ 11
+321.7468454504289
+ 21
+672.2204746777978
+ 31
+0.0000000000000568
+  0
+LINE
+  5
+12F31
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+325.1176502322183
+ 20
+656.8923504653992
+ 30
+14.28000000000001
+ 11
+325.1176502322183
+ 21
+672.2205403859629
+ 31
+0.0000000000000568
+  0
+LINE
+  5
+12F32
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+321.7468883339897
+ 20
+690.0705246560699
+ 30
+14.28000000000001
+ 11
+321.7468559263167
+ 21
+708.4850620700704
+ 31
+0.0
+  0
+LINE
+  5
+12F33
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+325.1162466114426
+ 20
+690.0706469328826
+ 30
+14.28000000000001
+ 11
+325.1162466113415
+ 21
+708.4850620701806
+ 31
+0.0
+  0
+LINE
+  5
+12F34
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+321.7468559263167
+ 20
+708.4850620700704
+ 30
+0.0
+ 11
+72.28680212970559
+ 21
+708.4850620618965
+ 31
+0.0
+  0
+LINE
+  5
+12F35
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+72.28680212970559
+ 20
+708.4850620618965
+ 30
+0.0
+ 11
+72.28679719617466
+ 21
+711.8537520667404
+ 31
+0.0
+  0
+LINE
+  5
+12F36
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+72.28679719617466
+ 20
+711.8537520667404
+ 30
+0.0
+ 11
+1581.281514314206
+ 21
+711.8526679781064
+ 31
+0.0
+  0
+LINE
+  5
+12F37
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+294.8914455630184
+ 20
+714.9400515912065
+ 30
+0.0
+ 11
+294.891445561298
+ 21
+767.449881251157
+ 31
+0.0
+  0
+LINE
+  5
+12F38
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+294.891445561298
+ 20
+767.449881251157
+ 30
+0.0
+ 11
+72.28680212970559
+ 21
+767.449881251157
+ 31
+0.0
+  0
+LINE
+  5
+12F39
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+72.28680212970559
+ 20
+767.449881251157
+ 30
+0.0
+ 11
+72.28680212970559
+ 21
+770.8185712487143
+ 31
+0.0
+  0
+LINE
+  5
+12F3A
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+72.28680212970559
+ 20
+770.8185712487143
+ 30
+0.0
+ 11
+1589.281399233444
+ 21
+770.8271630415953
+ 31
+0.0
+  0
+SOLID
+  5
+12F3B
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+54.28676647116136
+ 20
+767.4499119599887
+ 30
+0.0
+ 11
+54.28676647116136
+ 21
+770.8186019648398
+ 31
+0.0
+ 12
+63.28852686504385
+ 22
+767.4499120073031
+ 32
+0.0
+ 13
+63.28852686504385
+ 23
+770.8207167415942
+ 33
+0.0
+  0
+LINE
+  5
+12F3C
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+54.28676647116136
+ 20
+770.8186019648398
+ 30
+0.0
+ 11
+63.28852686504385
+ 21
+770.8186019648398
+ 31
+0.0
+  0
+LINE
+  5
+12F3D
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+63.28852686504385
+ 20
+770.8186019648398
+ 30
+0.0
+ 11
+63.28852686504385
+ 21
+767.4499120073031
+ 31
+0.0
+  0
+LINE
+  5
+12F3E
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+63.28852686504385
+ 20
+767.4499120073031
+ 30
+0.0
+ 11
+54.28676647116136
+ 21
+767.4499119599887
+ 31
+0.0
+  0
+LINE
+  5
+12F3F
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+54.28676647116136
+ 20
+767.4499119599887
+ 30
+0.0
+ 11
+54.28676647116136
+ 21
+770.8186019648398
+ 31
+0.0
+  0
+SOLID
+  5
+12F40
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+36.28676647116137
+ 20
+767.4499119599887
+ 30
+0.0
+ 11
+36.28676647116137
+ 21
+770.8186019648398
+ 31
+0.0
+ 12
+45.28852686504385
+ 22
+767.4499120073031
+ 32
+0.0
+ 13
+45.28852686504385
+ 23
+770.8207167415942
+ 33
+0.0
+  0
+LINE
+  5
+12F41
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+36.28676647116137
+ 20
+770.8186019648398
+ 30
+0.0
+ 11
+45.28852686504385
+ 21
+770.8186019648398
+ 31
+0.0
+  0
+LINE
+  5
+12F42
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+45.28852686504385
+ 20
+770.8186019648398
+ 30
+0.0
+ 11
+45.28852686504385
+ 21
+767.4499120073031
+ 31
+0.0
+  0
+LINE
+  5
+12F43
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+45.28852686504385
+ 20
+767.4499120073031
+ 30
+0.0
+ 11
+36.28676647116137
+ 21
+767.4499119599887
+ 31
+0.0
+  0
+LINE
+  5
+12F44
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+36.28676647116137
+ 20
+767.4499119599887
+ 30
+0.0
+ 11
+36.28676647116137
+ 21
+770.8186019648398
+ 31
+0.0
+  0
+SOLID
+  5
+12F45
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+18.28676647116137
+ 20
+767.4499119599887
+ 30
+0.0
+ 11
+18.28676647116137
+ 21
+770.8186019648398
+ 31
+0.0
+ 12
+27.28852686504385
+ 22
+767.4499120073031
+ 32
+0.0
+ 13
+27.28852686504385
+ 23
+770.8207167415942
+ 33
+0.0
+  0
+LINE
+  5
+12F46
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+18.28676647116137
+ 20
+770.8186019648398
+ 30
+0.0
+ 11
+27.28852686504385
+ 21
+770.8186019648398
+ 31
+0.0
+  0
+LINE
+  5
+12F47
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+27.28852686504385
+ 20
+770.8186019648398
+ 30
+0.0
+ 11
+27.28852686504385
+ 21
+767.4499120073031
+ 31
+0.0
+  0
+LINE
+  5
+12F48
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+27.28852686504385
+ 20
+767.4499120073031
+ 30
+0.0
+ 11
+18.28676647116137
+ 21
+767.4499119599887
+ 31
+0.0
+  0
+LINE
+  5
+12F49
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+18.28676647116137
+ 20
+767.4499119599887
+ 30
+0.0
+ 11
+18.28676647116137
+ 21
+770.8186019648398
+ 31
+0.0
+  0
+SOLID
+  5
+12F4A
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+0.2867664711613713
+ 20
+767.4499119599887
+ 30
+0.0
+ 11
+0.2867664711613713
+ 21
+770.8186019648398
+ 31
+0.0
+ 12
+9.288526865043847
+ 22
+767.4499120073031
+ 32
+0.0
+ 13
+9.288526865043847
+ 23
+770.8207167415942
+ 33
+0.0
+  0
+LINE
+  5
+12F4B
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+0.2867664711613713
+ 20
+770.8186019648398
+ 30
+0.0
+ 11
+9.288526865043847
+ 21
+770.8186019648398
+ 31
+0.0
+  0
+LINE
+  5
+12F4C
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+9.288526865043847
+ 20
+770.8186019648398
+ 30
+0.0
+ 11
+9.288526865043847
+ 21
+767.4499120073031
+ 31
+0.0
+  0
+LINE
+  5
+12F4D
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+9.288526865043847
+ 20
+767.4499120073031
+ 30
+0.0
+ 11
+0.2867664711613713
+ 21
+767.4499119599887
+ 31
+0.0
+  0
+LINE
+  5
+12F4E
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+0.2867664711613713
+ 20
+767.4499119599887
+ 30
+0.0
+ 11
+0.2867664711613713
+ 21
+770.8186019648398
+ 31
+0.0
+  0
+SOLID
+  5
+12F4F
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+54.28676647116136
+ 20
+708.4850927780221
+ 30
+0.0
+ 11
+54.28676647116136
+ 21
+711.8537827828729
+ 31
+0.0
+ 12
+63.28852686504385
+ 22
+708.4850928253366
+ 32
+0.0
+ 13
+63.28852686504385
+ 23
+711.8558975596276
+ 33
+0.0
+  0
+LINE
+  5
+12F50
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+54.28676647116136
+ 20
+711.8537827828729
+ 30
+0.0
+ 11
+63.28852686504385
+ 21
+711.8537827828729
+ 31
+0.0
+  0
+LINE
+  5
+12F51
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+63.28852686504385
+ 20
+711.8537827828729
+ 30
+0.0
+ 11
+63.28852686504385
+ 21
+708.4850928253366
+ 31
+0.0
+  0
+LINE
+  5
+12F52
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+63.28852686504385
+ 20
+708.4850928253366
+ 30
+0.0
+ 11
+54.28676647116136
+ 21
+708.4850927780221
+ 31
+0.0
+  0
+LINE
+  5
+12F53
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+54.28676647116136
+ 20
+708.4850927780221
+ 30
+0.0
+ 11
+54.28676647116136
+ 21
+711.8537827828729
+ 31
+0.0
+  0
+SOLID
+  5
+12F54
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+36.28676647116137
+ 20
+708.4850927780221
+ 30
+0.0
+ 11
+36.28676647116137
+ 21
+711.8537827828729
+ 31
+0.0
+ 12
+45.28852686504385
+ 22
+708.4850928253366
+ 32
+0.0
+ 13
+45.28852686504385
+ 23
+711.8558975596276
+ 33
+0.0
+  0
+LINE
+  5
+12F55
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+36.28676647116137
+ 20
+711.8537827828729
+ 30
+0.0
+ 11
+45.28852686504385
+ 21
+711.8537827828729
+ 31
+0.0
+  0
+LINE
+  5
+12F56
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+45.28852686504385
+ 20
+711.8537827828729
+ 30
+0.0
+ 11
+45.28852686504385
+ 21
+708.4850928253366
+ 31
+0.0
+  0
+LINE
+  5
+12F57
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+45.28852686504385
+ 20
+708.4850928253366
+ 30
+0.0
+ 11
+36.28676647116137
+ 21
+708.4850927780221
+ 31
+0.0
+  0
+LINE
+  5
+12F58
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+36.28676647116137
+ 20
+708.4850927780221
+ 30
+0.0
+ 11
+36.28676647116137
+ 21
+711.8537827828729
+ 31
+0.0
+  0
+SOLID
+  5
+12F59
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+18.28676647116137
+ 20
+708.4850927780221
+ 30
+0.0
+ 11
+18.28676647116137
+ 21
+711.8537827828729
+ 31
+0.0
+ 12
+27.28852686504385
+ 22
+708.4850928253366
+ 32
+0.0
+ 13
+27.28852686504385
+ 23
+711.8558975596276
+ 33
+0.0
+  0
+LINE
+  5
+12F5A
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+18.28676647116137
+ 20
+711.8537827828729
+ 30
+0.0
+ 11
+27.28852686504385
+ 21
+711.8537827828729
+ 31
+0.0
+  0
+LINE
+  5
+12F5B
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+27.28852686504385
+ 20
+711.8537827828729
+ 30
+0.0
+ 11
+27.28852686504385
+ 21
+708.4850928253366
+ 31
+0.0
+  0
+LINE
+  5
+12F5C
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+27.28852686504385
+ 20
+708.4850928253366
+ 30
+0.0
+ 11
+18.28676647116137
+ 21
+708.4850927780221
+ 31
+0.0
+  0
+LINE
+  5
+12F5D
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+18.28676647116137
+ 20
+708.4850927780221
+ 30
+0.0
+ 11
+18.28676647116137
+ 21
+711.8537827828729
+ 31
+0.0
+  0
+SOLID
+  5
+12F5E
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+0.2867664711613713
+ 20
+708.4850927780221
+ 30
+0.0
+ 11
+0.2867664711613713
+ 21
+711.8537827828729
+ 31
+0.0
+ 12
+9.288526865043847
+ 22
+708.4850928253366
+ 32
+0.0
+ 13
+9.288526865043847
+ 23
+711.8558975596276
+ 33
+0.0
+  0
+LINE
+  5
+12F5F
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+0.2867664711613713
+ 20
+711.8537827828729
+ 30
+0.0
+ 11
+9.288526865043847
+ 21
+711.8537827828729
+ 31
+0.0
+  0
+LINE
+  5
+12F60
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+9.288526865043847
+ 20
+711.8537827828729
+ 30
+0.0
+ 11
+9.288526865043847
+ 21
+708.4850928253366
+ 31
+0.0
+  0
+LINE
+  5
+12F61
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+9.288526865043847
+ 20
+708.4850928253366
+ 30
+0.0
+ 11
+0.2867664711613713
+ 21
+708.4850927780221
+ 31
+0.0
+  0
+LINE
+  5
+12F62
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+0.2867664711613713
+ 20
+708.4850927780221
+ 30
+0.0
+ 11
+0.2867664711613713
+ 21
+711.8537827828729
+ 31
+0.0
+  0
+SOLID
+  5
+12F63
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+54.31447103932825
+ 20
+649.522625346524
+ 30
+0.0
+ 11
+54.31447103932825
+ 21
+652.8913153513749
+ 31
+0.0
+ 12
+63.31623143321071
+ 22
+649.5226253938383
+ 32
+0.0
+ 13
+63.31623143321071
+ 23
+652.8934301281297
+ 33
+0.0
+  0
+LINE
+  5
+12F64
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+54.31447103932825
+ 20
+652.8913153513749
+ 30
+0.0
+ 11
+63.31623143321071
+ 21
+652.8913153513749
+ 31
+0.0
+  0
+LINE
+  5
+12F65
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+63.31623143321071
+ 20
+652.8913153513749
+ 30
+0.0
+ 11
+63.31623143321071
+ 21
+649.5226253938383
+ 31
+0.0
+  0
+LINE
+  5
+12F66
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+63.31623143321071
+ 20
+649.5226253938383
+ 30
+0.0
+ 11
+54.31447103932825
+ 21
+649.522625346524
+ 31
+0.0
+  0
+LINE
+  5
+12F67
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+54.31447103932825
+ 20
+649.522625346524
+ 30
+0.0
+ 11
+54.31447103932825
+ 21
+652.8913153513749
+ 31
+0.0
+  0
+SOLID
+  5
+12F68
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+36.31447103932825
+ 20
+649.522625346524
+ 30
+0.0
+ 11
+36.31447103932825
+ 21
+652.8913153513749
+ 31
+0.0
+ 12
+45.31623143321072
+ 22
+649.5226253938383
+ 32
+0.0
+ 13
+45.31623143321072
+ 23
+652.8934301281297
+ 33
+0.0
+  0
+LINE
+  5
+12F69
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+36.31447103932825
+ 20
+652.8913153513749
+ 30
+0.0
+ 11
+45.31623143321072
+ 21
+652.8913153513749
+ 31
+0.0
+  0
+LINE
+  5
+12F6A
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+45.31623143321072
+ 20
+652.8913153513749
+ 30
+0.0
+ 11
+45.31623143321072
+ 21
+649.5226253938383
+ 31
+0.0
+  0
+LINE
+  5
+12F6B
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+45.31623143321072
+ 20
+649.5226253938383
+ 30
+0.0
+ 11
+36.31447103932825
+ 21
+649.522625346524
+ 31
+0.0
+  0
+LINE
+  5
+12F6C
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+36.31447103932825
+ 20
+649.522625346524
+ 30
+0.0
+ 11
+36.31447103932825
+ 21
+652.8913153513749
+ 31
+0.0
+  0
+SOLID
+  5
+12F6D
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+18.31447103932825
+ 20
+649.522625346524
+ 30
+0.0
+ 11
+18.31447103932825
+ 21
+652.8913153513749
+ 31
+0.0
+ 12
+27.31623143321073
+ 22
+649.5226253938383
+ 32
+0.0
+ 13
+27.31623143321073
+ 23
+652.8934301281297
+ 33
+0.0
+  0
+LINE
+  5
+12F6E
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+18.31447103932825
+ 20
+652.8913153513749
+ 30
+0.0
+ 11
+27.31623143321073
+ 21
+652.8913153513749
+ 31
+0.0
+  0
+LINE
+  5
+12F6F
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+27.31623143321073
+ 20
+652.8913153513749
+ 30
+0.0
+ 11
+27.31623143321073
+ 21
+649.5226253938383
+ 31
+0.0
+  0
+LINE
+  5
+12F70
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+27.31623143321073
+ 20
+649.5226253938383
+ 30
+0.0
+ 11
+18.31447103932825
+ 21
+649.522625346524
+ 31
+0.0
+  0
+LINE
+  5
+12F71
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+18.31447103932825
+ 20
+649.522625346524
+ 30
+0.0
+ 11
+18.31447103932825
+ 21
+652.8913153513749
+ 31
+0.0
+  0
+SOLID
+  5
+12F72
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+0.3144710393282537
+ 20
+649.522625346524
+ 30
+0.0
+ 11
+0.3144710393282537
+ 21
+652.8913153513749
+ 31
+0.0
+ 12
+9.316231433210733
+ 22
+649.5226253938383
+ 32
+0.0
+ 13
+9.316231433210733
+ 23
+652.8934301281297
+ 33
+0.0
+  0
+LINE
+  5
+12F73
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+0.3144710393282537
+ 20
+652.8913153513749
+ 30
+0.0
+ 11
+9.316231433210733
+ 21
+652.8913153513749
+ 31
+0.0
+  0
+LINE
+  5
+12F74
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+9.316231433210733
+ 20
+652.8913153513749
+ 30
+0.0
+ 11
+9.316231433210733
+ 21
+649.5226253938383
+ 31
+0.0
+  0
+LINE
+  5
+12F75
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+9.316231433210733
+ 20
+649.5226253938383
+ 30
+0.0
+ 11
+0.3144710393282537
+ 21
+649.522625346524
+ 31
+0.0
+  0
+LINE
+  5
+12F76
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+0.3144710393282537
+ 20
+649.522625346524
+ 30
+0.0
+ 11
+0.3144710393282537
+ 21
+652.8913153513749
+ 31
+0.0
+  0
+LINE
+  5
+12F77
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+298.2601355678694
+ 20
+645.5214970646683
+ 30
+0.0
+ 11
+298.2600893825363
+ 21
+613.131803089566
+ 31
+0.0
+  0
+LINE
+  5
+12F78
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+298.2600893825363
+ 20
+613.131803089566
+ 30
+0.0
+ 11
+321.7469021117508
+ 21
+613.1347743120111
+ 31
+0.0
+  0
+LINE
+  5
+12F79
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+321.7469021117508
+ 20
+613.1347743120111
+ 30
+0.0
+ 11
+321.7469021117508
+ 21
+645.5214970646683
+ 31
+0.0
+  0
+LINE
+  5
+12F7A
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+325.1157919904276
+ 20
+609.7630824632179
+ 30
+0.0
+ 11
+311.6889980748592
+ 21
+609.7580806874502
+ 31
+0.0
+  0
+LINE
+  5
+12F7B
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+311.6889980748592
+ 20
+609.7580806874502
+ 30
+0.0
+ 11
+311.6889980748592
+ 21
+595.1337993692542
+ 31
+0.0
+  0
+LINE
+  5
+12F7C
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+308.3190580083649
+ 20
+595.1337993692542
+ 30
+0.0
+ 11
+308.3245388363224
+ 21
+609.7593414969365
+ 31
+0.0
+  0
+LINE
+  5
+12F7D
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+308.3245388363224
+ 20
+609.7593414969365
+ 30
+0.0
+ 11
+294.8914453125733
+ 21
+609.7585472495429
+ 31
+0.0
+  0
+LINE
+  5
+12F7E
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+294.8903880494224
+ 20
+609.7585471870311
+ 30
+0.0
+ 11
+294.8903880494224
+ 21
+645.5214970021565
+ 31
+0.0
+  0
+LINE
+  5
+12F7F
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+308.3099936405397
+ 20
+566.3338018418055
+ 30
+0.0
+ 11
+308.3099936405397
+ 21
+551.7088889298908
+ 31
+0.0
+  0
+LINE
+  5
+12F80
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+308.3099936405397
+ 20
+551.7088889298908
+ 30
+0.0
+ 11
+304.5728098992273
+ 21
+551.7088889298909
+ 31
+0.0
+  0
+LINE
+  5
+12F81
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+304.5728098992273
+ 20
+551.7088889298909
+ 30
+0.0
+ 11
+304.5728098992272
+ 21
+548.2971540899482
+ 31
+0.0
+  0
+LINE
+  5
+12F82
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+304.5728098992272
+ 20
+548.2971540899482
+ 30
+0.0
+ 11
+315.4188468785685
+ 21
+548.2971540899483
+ 31
+0.0
+  0
+LINE
+  5
+12F83
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+315.4188468785685
+ 20
+548.2971540899483
+ 30
+0.0
+ 11
+315.4188468785684
+ 21
+551.7088889298908
+ 31
+0.0
+  0
+LINE
+  5
+12F84
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+315.4188468785684
+ 20
+551.7088889298908
+ 30
+0.0
+ 11
+311.680798422145
+ 21
+551.7088889298908
+ 31
+0.0
+  0
+LINE
+  5
+12F85
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+311.680798422145
+ 20
+551.7088889298908
+ 30
+0.0
+ 11
+311.680798422145
+ 21
+566.3338018418055
+ 31
+0.0
+  0
+LINE
+  5
+12F86
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+325.1157919904276
+ 20
+645.5214970646683
+ 30
+0.0
+ 11
+325.1157919904276
+ 21
+609.7630824632179
+ 31
+0.0
+  0
+INSERT
+  5
+12F87
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbBlockReference
+  2
+S_RCHELE
+ 10
+1325.464136917261
+ 20
+580.7337994025272
+ 30
+0.0
+ 41
+3.6
+ 42
+3.6
+ 43
+3.6
+  0
+SOLID
+  5
+12F88
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1313.720244443519
+ 20
+609.7630824964908
+ 30
+0.0
+ 11
+1310.351554438668
+ 21
+609.7543115108962
+ 31
+0.0
+ 12
+1313.720244443519
+ 22
+645.5214970979413
+ 32
+0.0
+ 13
+1310.349439661913
+ 23
+645.5214970979413
+ 33
+0.0
+  0
+SOLID
+  5
+12F89
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1340.575900866077
+ 20
+609.7630824964908
+ 30
+0.0
+ 11
+1337.207210861226
+ 21
+609.7543115108962
+ 31
+0.0
+ 12
+1340.575900866077
+ 22
+645.5214970979413
+ 32
+0.0
+ 13
+1337.205096084472
+ 23
+645.5214970979413
+ 33
+0.0
+  0
+SOLID
+  5
+12F8A
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1313.720198258186
+ 20
+609.7631131179877
+ 30
+0.0
+ 11
+1313.720198258186
+ 21
+613.1318031228389
+ 31
+0.0
+ 12
+1337.207210861226
+ 22
+609.7543115108962
+ 32
+0.0
+ 13
+1337.2070109874
+ 23
+613.1347743452837
+ 33
+0.0
+  0
+SOLID
+  5
+12F8B
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1327.149106950509
+ 20
+595.1337994025272
+ 30
+0.0
+ 11
+1323.779166884014
+ 21
+595.1337994025272
+ 31
+0.0
+ 12
+1327.149106950509
+ 22
+609.7587123144419
+ 32
+0.0
+ 13
+1323.778302168903
+ 23
+609.7587123144419
+ 33
+0.0
+  0
+SOLID
+  5
+12F8C
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1327.140907297795
+ 20
+497.0542701511631
+ 30
+0.0
+ 11
+1323.770967231249
+ 21
+497.0542701511631
+ 31
+0.0
+ 12
+1327.140907297795
+ 22
+566.2020261766572
+ 32
+0.0
+ 13
+1323.770102516189
+ 23
+566.2020261766572
+ 33
+0.0
+  0
+SOLID
+  5
+12F8D
+330
+12EE4
+100
+AcDbEntity
+  8
+IMG008
+ 62
+    57
+100
+AcDbTrace
+ 10
+1340.660815802768
+ 20
+682.0381544687592
+ 30
+0.0
+ 11
+1347.800815802768
+ 21
+682.0381544687592
+ 31
+0.0
+ 12
+1340.660815802768
+ 22
+680.2531544687592
+ 32
+0.0
+ 13
+1347.800815802768
+ 23
+680.2531544687592
+ 33
+0.0
+ 39
+14.28
+  0
+SOLID
+  5
+12F8E
+330
+12EE4
+100
+AcDbEntity
+  8
+IMG008
+ 62
+    57
+100
+AcDbTrace
+ 10
+1337.066609471146
+ 20
+682.0380724024812
+ 30
+0.0
+ 11
+1337.066609471146
+ 21
+680.2530724024814
+ 31
+0.0
+ 12
+1340.660815802768
+ 22
+682.0381544687592
+ 32
+0.0
+ 13
+1340.660815802768
+ 23
+680.2531544687592
+ 33
+0.0
+  0
+SOLID
+  5
+12F8F
+330
+12EE4
+100
+AcDbEntity
+  8
+IMG008
+ 62
+    57
+100
+AcDbTrace
+ 10
+1344.206609471146
+ 20
+690.0705724024815
+ 30
+0.0
+ 11
+1340.660815802768
+ 21
+682.0381544687592
+ 31
+0.0
+ 12
+1333.496609471146
+ 22
+690.0705724024815
+ 32
+0.0
+ 13
+1337.066609471146
+ 23
+682.0380724024812
+ 33
+0.0
+  0
+SOLID
+  5
+12F90
+330
+12EE4
+100
+AcDbEntity
+  8
+IMG008
+ 62
+    57
+100
+AcDbTrace
+ 10
+1344.206609471146
+ 20
+672.2205724024811
+ 30
+0.0
+ 11
+1340.660815802768
+ 21
+680.2529903362032
+ 31
+0.0
+ 12
+1333.496609471146
+ 22
+672.2205724024811
+ 32
+0.0
+ 13
+1337.066609471146
+ 23
+680.2530724024814
+ 33
+0.0
+  0
+LINE
+  5
+12F91
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1344.206609471146
+ 20
+672.2205724024811
+ 30
+0.0
+ 11
+1340.660815802768
+ 21
+680.2531544687592
+ 31
+14.28000000000001
+  0
+LINE
+  5
+12F92
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1340.660815802768
+ 20
+680.2531544687592
+ 30
+14.28000000000001
+ 11
+1347.800815802768
+ 21
+680.2531544687592
+ 31
+14.28000000000001
+  0
+LINE
+  5
+12F93
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1347.800815802768
+ 20
+680.2531544687846
+ 30
+28.56000000000003
+ 11
+1347.776609471146
+ 21
+674.8980724025061
+ 31
+28.56000000000003
+  0
+LINE
+  5
+12F94
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1347.776609471146
+ 20
+687.3930724024817
+ 30
+14.28000000000001
+ 11
+1347.800815802768
+ 21
+682.0381544687592
+ 31
+14.28000000000001
+  0
+LINE
+  5
+12F95
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1347.800815802768
+ 20
+682.0381544687592
+ 30
+14.28000000000001
+ 11
+1340.660815802768
+ 21
+682.0381544687592
+ 31
+14.28000000000001
+  0
+LINE
+  5
+12F96
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1340.660815802768
+ 20
+682.0381544687592
+ 30
+14.28000000000001
+ 11
+1344.206609471146
+ 21
+690.0705724024815
+ 31
+0.0
+  0
+LINE
+  5
+12F97
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1333.496609471146
+ 20
+690.0705724024815
+ 30
+0.0
+ 11
+1337.066609471146
+ 21
+682.0380724024812
+ 31
+0.0
+  0
+LINE
+  5
+12F98
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1337.066609471146
+ 20
+682.0380724024812
+ 30
+0.0
+ 11
+1337.066609471146
+ 21
+680.2530724024814
+ 31
+0.0
+  0
+LINE
+  5
+12F99
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1337.066609471146
+ 20
+680.2530724024814
+ 30
+0.0
+ 11
+1333.496609471146
+ 21
+672.2205724024811
+ 31
+0.0
+  0
+LINE
+  5
+12F9A
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1333.496609471146
+ 20
+672.2205724024811
+ 30
+14.28000000000001
+ 11
+1344.206609471146
+ 21
+672.2205724024811
+ 31
+0.0
+  0
+LINE
+  5
+12F9B
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1333.496609471146
+ 20
+690.0705724024815
+ 30
+14.28000000000001
+ 11
+1344.206609471146
+ 21
+690.0705724024815
+ 31
+0.0
+  0
+SOLID
+  5
+12F9C
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1337.206964801966
+ 20
+708.4850621033432
+ 30
+0.0
+ 11
+1340.575654806817
+ 21
+708.4850621034535
+ 31
+0.0
+ 12
+1337.206964802067
+ 22
+690.0705724024812
+ 32
+0.0
+ 13
+1340.576323083958
+ 23
+690.0705724024815
+ 33
+0.0
+  0
+SOLID
+  5
+12F9D
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1337.206964802067
+ 20
+672.2205724024811
+ 30
+0.0
+ 11
+1340.577101306633
+ 21
+672.2205724024811
+ 31
+0.0
+ 12
+1337.206921918691
+ 22
+656.8923982118108
+ 32
+0.0
+ 13
+1340.577726700296
+ 23
+656.8923982118108
+ 33
+0.0
+  0
+SOLID
+  5
+12F9E
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1313.720244443519
+ 20
+714.9400516244792
+ 30
+0.0
+ 11
+1310.351554438668
+ 21
+714.9400516244792
+ 31
+0.0
+ 12
+1313.720244442301
+ 22
+767.4498812845402
+ 32
+0.0
+ 13
+1310.35088616041
+ 23
+767.4498812844299
+ 33
+0.0
+  0
+LINE
+  5
+12F9F
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1337.206954326078
+ 20
+656.892284790507
+ 30
+14.28000000000001
+ 11
+1337.206954326078
+ 21
+672.2204747110708
+ 31
+0.0000000000000568
+  0
+LINE
+  5
+12FA0
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1340.577759107868
+ 20
+656.892350498672
+ 30
+14.28000000000001
+ 11
+1340.577759107868
+ 21
+672.2205404192358
+ 31
+0.0000000000000568
+  0
+LINE
+  5
+12FA1
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1337.206997209639
+ 20
+690.0705246893428
+ 30
+14.28000000000001
+ 11
+1337.206964801966
+ 21
+708.4850621033432
+ 31
+0.0
+  0
+LINE
+  5
+12FA2
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1340.576355487092
+ 20
+690.0706469661557
+ 30
+14.28000000000001
+ 11
+1340.576355486991
+ 21
+708.4850621034535
+ 31
+0.0
+  0
+LINE
+  5
+12FA3
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1310.351554438668
+ 20
+714.9400516244792
+ 30
+0.0
+ 11
+1310.351554436947
+ 21
+767.4498812844299
+ 31
+0.0
+  0
+LINE
+  5
+12FA4
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1313.720244443519
+ 20
+645.5214970979413
+ 30
+0.0
+ 11
+1313.720198258186
+ 21
+613.1318031228389
+ 31
+0.0
+  0
+LINE
+  5
+12FA5
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1313.720198258186
+ 20
+613.1318031228389
+ 30
+0.0
+ 11
+1337.2070109874
+ 21
+613.1347743452837
+ 31
+0.0
+  0
+LINE
+  5
+12FA6
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1337.2070109874
+ 20
+613.1347743452837
+ 30
+0.0
+ 11
+1337.2070109874
+ 21
+645.5214970979413
+ 31
+0.0
+  0
+LINE
+  5
+12FA7
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1340.575900866077
+ 20
+609.7630824964908
+ 30
+0.0
+ 11
+1327.149106950509
+ 21
+609.7580807207231
+ 31
+0.0
+  0
+LINE
+  5
+12FA8
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1327.149106950509
+ 20
+609.7580807207231
+ 30
+0.0
+ 11
+1327.149106950509
+ 21
+595.1337994025272
+ 31
+0.0
+  0
+LINE
+  5
+12FA9
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1323.779166884014
+ 20
+595.1337994025272
+ 30
+0.0
+ 11
+1323.784647711972
+ 21
+609.7593415302092
+ 31
+0.0
+  0
+LINE
+  5
+12FAA
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1323.784647711972
+ 20
+609.7593415302092
+ 30
+0.0
+ 11
+1310.351554188223
+ 21
+609.7585472828158
+ 31
+0.0
+  0
+LINE
+  5
+12FAB
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1310.350496925072
+ 20
+609.7585472203037
+ 30
+0.0
+ 11
+1310.350496925072
+ 21
+645.5214970354291
+ 31
+0.0
+  0
+LINE
+  5
+12FAC
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1323.770102516189
+ 20
+566.3338018750784
+ 30
+0.0
+ 11
+1323.7709672313
+ 21
+497.0542701511631
+ 31
+0.0
+  0
+LINE
+  5
+12FAD
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1327.140907297795
+ 20
+497.0542701511631
+ 30
+0.0
+ 11
+1327.140907297795
+ 21
+566.3338018750784
+ 31
+0.0
+  0
+LINE
+  5
+12FAE
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1340.575900866077
+ 20
+645.5214970979413
+ 30
+0.0
+ 11
+1340.575900866077
+ 21
+609.7630824964908
+ 31
+0.0
+  0
+SOLID
+  5
+12FAF
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+    57
+100
+AcDbTrace
+ 10
+1347.776609965767
+ 20
+687.3929629825943
+ 30
+14.28000000000001
+ 11
+1348.475550180248
+ 21
+687.3565296370668
+ 31
+14.28000000000001
+ 12
+1347.800815551565
+ 22
+681.145654227909
+ 32
+14.28000000000001
+ 13
+1347.800815551565
+ 23
+681.145654227909
+ 33
+14.28000000000001
+  0
+SOLID
+  5
+12FB0
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+    57
+100
+AcDbTrace
+ 10
+1348.451343411098
+ 20
+687.3564358464363
+ 30
+14.28
+ 11
+1348.88962918188
+ 21
+687.2974616794001
+ 31
+14.28
+ 12
+1347.800815902525
+ 22
+681.1455636474862
+ 32
+14.28
+ 13
+1347.800815902525
+ 23
+681.1455636474862
+ 33
+14.28
+  0
+SOLID
+  5
+12FB1
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+    57
+100
+AcDbTrace
+ 10
+1348.889629181881
+ 20
+687.2974616794001
+ 30
+14.28
+ 11
+1349.324447059135
+ 21
+687.2044340154108
+ 31
+14.28
+ 12
+1347.800818033098
+ 22
+681.1455602594502
+ 32
+14.28
+ 13
+1347.800818033098
+ 23
+681.1455602594502
+ 33
+14.28
+  0
+SOLID
+  5
+12FB2
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+    57
+100
+AcDbTrace
+ 10
+1349.324447070008
+ 20
+687.2044340126761
+ 30
+14.28
+ 11
+1349.902374140845
+ 21
+687.028999023224
+ 31
+14.28
+ 12
+1347.801087685055
+ 22
+681.1481789224767
+ 32
+14.28
+ 13
+1347.801087685055
+ 23
+681.1481789224767
+ 33
+14.28
+  0
+SOLID
+  5
+12FB3
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+    57
+100
+AcDbTrace
+ 10
+1349.902374140845
+ 20
+687.028999023224
+ 30
+14.28
+ 11
+1350.455836283265
+ 21
+686.8008462683652
+ 31
+14.28
+ 12
+1347.802403164208
+ 22
+681.1518546305538
+ 32
+14.28
+ 13
+1347.802403164208
+ 23
+681.1518546305538
+ 33
+14.28
+  0
+SOLID
+  5
+12FB4
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+    57
+100
+AcDbTrace
+ 10
+1350.455836283264
+ 20
+686.8008462683652
+ 30
+14.28
+ 11
+1351.492444712203
+ 21
+686.1857244086245
+ 31
+14.28
+ 12
+1347.802403537613
+ 22
+681.1518551692465
+ 32
+14.28
+ 13
+1347.802403537613
+ 23
+681.1518551692465
+ 33
+14.28
+  0
+SOLID
+  5
+12FB5
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+    57
+100
+AcDbTrace
+ 10
+1351.492444712203
+ 20
+686.1857244086245
+ 30
+14.28
+ 11
+1352.336104700619
+ 21
+685.4423631657181
+ 31
+14.28
+ 12
+1347.800816549578
+ 22
+681.1455487352259
+ 32
+14.28
+ 13
+1347.800816549578
+ 23
+681.1455487352259
+ 33
+14.28
+  0
+SOLID
+  5
+12FB6
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+    57
+100
+AcDbTrace
+ 10
+1352.336104700619
+ 20
+685.4423631657181
+ 30
+14.28
+ 11
+1352.869265035102
+ 21
+684.7982534218511
+ 31
+14.28
+ 12
+1347.800819426962
+ 22
+681.1455500831191
+ 32
+14.28
+ 13
+1347.800819426962
+ 23
+681.1455500831191
+ 33
+14.28
+  0
+SOLID
+  5
+12FB7
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+    57
+100
+AcDbTrace
+ 10
+1353.851419309087
+ 20
+682.7016744104898
+ 30
+14.28
+ 11
+1354.048315802768
+ 21
+681.1455724024812
+ 31
+14.28
+ 12
+1347.800818721897
+ 22
+681.1455527789052
+ 32
+14.28
+ 13
+1347.800818721897
+ 23
+681.1455527789052
+ 33
+14.28
+  0
+SOLID
+  5
+12FB8
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+    57
+100
+AcDbTrace
+ 10
+1352.869265035102
+ 20
+684.7982534218511
+ 30
+14.28
+ 11
+1353.375554615263
+ 21
+683.9657751296737
+ 31
+14.28
+ 12
+1347.800822715263
+ 22
+681.1455524995741
+ 32
+14.28
+ 13
+1347.800822715263
+ 23
+681.1455524995741
+ 33
+14.28
+  0
+SOLID
+  5
+12FB9
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+    57
+100
+AcDbTrace
+ 10
+1353.375554615263
+ 20
+683.9657751296737
+ 30
+14.28
+ 11
+1353.851419309087
+ 21
+682.7016744104898
+ 31
+14.28
+ 12
+1347.800820013297
+ 22
+681.1455505523341
+ 32
+14.28
+ 13
+1347.800820013297
+ 23
+681.1455505523341
+ 33
+14.28
+  0
+SOLID
+  5
+12FBA
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+    57
+100
+AcDbTrace
+ 10
+1347.776649212374
+ 20
+674.8981424232587
+ 30
+14.28000000000001
+ 11
+1348.475589197965
+ 21
+674.9345801595698
+ 31
+14.28000000000001
+ 12
+1347.800815552203
+ 22
+681.1454513298815
+ 32
+14.28000000000001
+ 13
+1347.800815552203
+ 23
+681.1454513298815
+ 33
+14.28000000000001
+  0
+SOLID
+  5
+12FBB
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+    57
+100
+AcDbTrace
+ 10
+1348.451382428226
+ 20
+674.9346737981317
+ 30
+14.28
+ 11
+1348.88966782852
+ 21
+674.9936507185042
+ 31
+14.28
+ 12
+1347.800815902593
+ 22
+681.1455419103066
+ 32
+14.28
+ 13
+1347.800815902593
+ 23
+681.1455419103066
+ 33
+14.28
+  0
+SOLID
+  5
+12FBC
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+    57
+100
+AcDbTrace
+ 10
+1348.889667828521
+ 20
+674.9936507185045
+ 30
+14.28
+ 11
+1349.32448512136
+ 21
+675.0866811140441
+ 31
+14.28
+ 12
+1347.800818033145
+ 22
+681.1455452983557
+ 32
+14.28
+ 13
+1347.800818033145
+ 23
+681.1455452983557
+ 33
+14.28
+  0
+SOLID
+  5
+12FBD
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+    57
+100
+AcDbTrace
+ 10
+1349.324485132235
+ 20
+675.0866811167789
+ 30
+14.28
+ 11
+1349.902411100966
+ 21
+675.2621197367997
+ 31
+14.28
+ 12
+1347.801087701552
+ 22
+681.1429266370232
+ 32
+14.28
+ 13
+1347.801087701552
+ 23
+681.1429266370232
+ 33
+14.28
+  0
+SOLID
+  5
+12FBE
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+    57
+100
+AcDbTrace
+ 10
+1349.902411100966
+ 20
+675.2621197367997
+ 30
+14.28
+ 11
+1350.455871810106
+ 21
+675.4902759685367
+ 31
+14.28
+ 12
+1347.802403203797
+ 22
+681.1392509372104
+ 32
+14.28
+ 13
+1347.802403203797
+ 23
+681.1392509372104
+ 33
+14.28
+  0
+SOLID
+  5
+12FBF
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+    57
+100
+AcDbTrace
+ 10
+1350.455871810105
+ 20
+675.4902759685363
+ 30
+14.28
+ 11
+1351.492476374791
+ 21
+676.1054043403015
+ 31
+14.28
+ 12
+1347.802403577205
+ 22
+681.13925039852
+ 32
+14.28
+ 13
+1347.802403577205
+ 23
+681.13925039852
+ 33
+14.28
+  0
+SOLID
+  5
+12FC0
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+    57
+100
+AcDbTrace
+ 10
+1351.492476374791
+ 20
+676.1054043403015
+ 30
+14.28
+ 11
+1352.33613169335
+ 21
+676.8487708831162
+ 31
+14.28
+ 12
+1347.800816549552
+ 22
+681.1455568225706
+ 32
+14.28
+ 13
+1347.800816549552
+ 23
+681.1455568225706
+ 33
+14.28
+  0
+SOLID
+  5
+12FC1
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+    57
+100
+AcDbTrace
+ 10
+1352.33613169335
+ 20
+676.8487708831162
+ 30
+14.28
+ 11
+1352.869287981486
+ 21
+677.4928839763157
+ 31
+14.28
+ 12
+1347.800819426945
+ 22
+681.1455554746959
+ 32
+14.28
+ 13
+1347.800819426945
+ 23
+681.1455554746959
+ 33
+14.28
+  0
+SOLID
+  5
+12FC2
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+    57
+100
+AcDbTrace
+ 10
+1353.851429084617
+ 20
+679.5894691575879
+ 30
+14.28
+ 11
+1354.048315802768
+ 21
+681.1455724024812
+ 31
+14.28
+ 12
+1347.800818721897
+ 22
+681.1455527789052
+ 32
+14.28
+ 13
+1347.800818721897
+ 23
+681.1455527789052
+ 33
+14.28
+  0
+SOLID
+  5
+12FC3
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+    57
+100
+AcDbTrace
+ 10
+1352.869287981486
+ 20
+677.4928839763157
+ 30
+14.28
+ 11
+1353.37557233196
+ 21
+678.3253654490182
+ 31
+14.28
+ 12
+1347.800822715261
+ 22
+681.1455530582616
+ 32
+14.28
+ 13
+1347.800822715261
+ 23
+681.1455530582616
+ 33
+14.28
+  0
+SOLID
+  5
+12FC4
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+    57
+100
+AcDbTrace
+ 10
+1353.37557233196
+ 20
+678.3253654490182
+ 30
+14.28
+ 11
+1353.851429084617
+ 21
+679.5894691575879
+ 31
+14.28
+ 12
+1347.800820013283
+ 22
+681.1455550054844
+ 32
+14.28
+ 13
+1347.800820013283
+ 23
+681.1455550054844
+ 33
+14.28
+  0
+LINE
+  5
+12FC5
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1347.797357503948
+ 20
+682.0381544687592
+ 30
+14.28000000000001
+ 11
+1347.776609965767
+ 21
+687.3929629825943
+ 31
+14.28000000000001
+  0
+LINE
+  5
+12FC6
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1347.776609965767
+ 20
+687.3929629825943
+ 30
+14.28000000000001
+ 11
+1348.475191384064
+ 21
+687.3532269484184
+ 31
+14.28
+  0
+LINE
+  5
+12FC7
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1348.475191384064
+ 20
+687.3532269484184
+ 30
+14.28
+ 11
+1348.88962918188
+ 21
+687.2974616794001
+ 31
+14.28
+  0
+LINE
+  5
+12FC8
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1348.88962918188
+ 20
+687.2974616794001
+ 30
+14.28
+ 11
+1349.324401778483
+ 21
+687.2042539520569
+ 31
+14.28
+  0
+LINE
+  5
+12FC9
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1349.324401778483
+ 20
+687.2042539520569
+ 30
+14.28
+ 11
+1349.902374140845
+ 21
+687.028999023224
+ 31
+14.28
+  0
+LINE
+  5
+12FCA
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1349.902374140845
+ 20
+687.028999023224
+ 30
+14.28
+ 11
+1350.455836283265
+ 21
+686.8008462683651
+ 31
+14.28
+  0
+LINE
+  5
+12FCB
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1350.455836283265
+ 20
+686.8008462683651
+ 30
+14.28
+ 11
+1351.492444712203
+ 21
+686.1857244086245
+ 31
+14.28
+  0
+LINE
+  5
+12FCC
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1351.492444712203
+ 20
+686.1857244086245
+ 30
+14.28
+ 11
+1352.336104700619
+ 21
+685.4423631657181
+ 31
+14.28
+  0
+LINE
+  5
+12FCD
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1352.336104700619
+ 20
+685.4423631657181
+ 30
+14.28
+ 11
+1352.869265035102
+ 21
+684.7982534218511
+ 31
+14.28
+  0
+LINE
+  5
+12FCE
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1352.869265035102
+ 20
+684.7982534218511
+ 30
+14.28
+ 11
+1353.375554841374
+ 21
+683.9657752440616
+ 31
+14.28
+  0
+LINE
+  5
+12FCF
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1353.375554841374
+ 20
+683.9657752440616
+ 30
+14.28
+ 11
+1353.851419295477
+ 21
+682.7016744069895
+ 31
+14.28
+  0
+LINE
+  5
+12FD0
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1353.851419295477
+ 20
+682.7016744069895
+ 30
+14.28
+ 11
+1354.048315802768
+ 21
+681.1455724024812
+ 31
+14.28
+  0
+LINE
+  5
+12FD1
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1354.048315802768
+ 20
+681.1455724024812
+ 30
+14.28
+ 11
+1353.851429084617
+ 21
+679.5894691575879
+ 31
+14.28
+  0
+LINE
+  5
+12FD2
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1353.851429084617
+ 20
+679.5894691575879
+ 30
+14.28
+ 11
+1353.37557233196
+ 21
+678.3253654490182
+ 31
+14.28
+  0
+LINE
+  5
+12FD3
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1353.37557233196
+ 20
+678.3253654490182
+ 30
+14.28
+ 11
+1352.869287981486
+ 21
+677.4928839763157
+ 31
+14.28
+  0
+LINE
+  5
+12FD4
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1352.869287981486
+ 20
+677.4928839763157
+ 30
+14.28
+ 11
+1352.336131719295
+ 21
+676.8487708585362
+ 31
+14.28
+  0
+LINE
+  5
+12FD5
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1352.336131719295
+ 20
+676.8487708585362
+ 30
+14.28
+ 11
+1351.492476374791
+ 21
+676.1054043403015
+ 31
+14.28
+  0
+LINE
+  5
+12FD6
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1351.492476374791
+ 20
+676.1054043403015
+ 30
+14.28
+ 11
+1350.455852261828
+ 21
+675.4903175849071
+ 31
+14.28
+  0
+LINE
+  5
+12FD7
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1350.455852261828
+ 20
+675.4903175849071
+ 30
+14.28
+ 11
+1349.902411072965
+ 21
+675.2621198151655
+ 31
+14.28
+  0
+LINE
+  5
+12FD8
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1349.902411072965
+ 20
+675.2621198151655
+ 30
+14.28
+ 11
+1349.324485121493
+ 21
+675.086681113518
+ 31
+14.28
+  0
+LINE
+  5
+12FD9
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1349.324485121493
+ 20
+675.086681113518
+ 30
+14.28
+ 11
+1348.889668096031
+ 21
+674.9936492070989
+ 31
+14.28
+  0
+LINE
+  5
+12FDA
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1348.889668096031
+ 20
+674.9936492070989
+ 30
+14.28
+ 11
+1348.475589197965
+ 21
+674.9345801595698
+ 31
+14.28000000000001
+  0
+LINE
+  5
+12FDB
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1348.475589197965
+ 20
+674.9345801595698
+ 30
+14.28000000000001
+ 11
+1347.776649212374
+ 21
+674.8981424232587
+ 31
+14.28000000000001
+  0
+LINE
+  5
+12FDC
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1347.776649212374
+ 20
+674.8981424232587
+ 30
+14.28000000000001
+ 11
+1347.800815802768
+ 21
+680.2531544687592
+ 31
+0.0
+  0
+LINE
+  5
+12FDD
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1577.912765583906
+ 20
+708.6395792569386
+ 30
+0.0
+ 11
+1340.575655038235
+ 21
+708.4786853417141
+ 31
+0.0
+  0
+LINE
+  5
+12FDE
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1337.206964801966
+ 20
+708.4850621033432
+ 30
+0.0
+ 11
+325.1155472641155
+ 21
+708.4483324643622
+ 31
+0.0
+  0
+LINE
+  5
+12FDF
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+298.2601355678692
+ 20
+714.9400515912065
+ 30
+0.0
+ 11
+298.2601355666511
+ 21
+767.4498812512672
+ 31
+0.0
+  0
+LINE
+  5
+12FE0
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+298.2601355666511
+ 20
+767.4498812512672
+ 30
+0.0
+ 11
+847.0909145924879
+ 21
+767.4575826841444
+ 31
+0.0
+  0
+LINE
+  5
+12FE1
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1313.720244443519
+ 20
+714.9400516244792
+ 30
+0.0
+ 11
+1313.720244441798
+ 21
+767.4498812845402
+ 31
+0.0
+  0
+LINE
+  5
+12FE2
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1313.720244441798
+ 20
+767.4498812845402
+ 30
+0.0
+ 11
+1585.914993700216
+ 21
+767.4563583364743
+ 31
+0.0
+  0
+LINE
+  5
+12FE3
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1572.283218714001
+ 20
+652.8912846352492
+ 30
+0.0
+ 11
+72.31450669787246
+ 21
+652.8912846352492
+ 31
+0.0
+  0
+LINE
+  5
+12FE4
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+72.31450669787246
+ 20
+652.8912846352492
+ 30
+0.0
+ 11
+72.31450669798284
+ 21
+649.5225946303984
+ 31
+0.0
+  0
+LINE
+  5
+12FE5
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+72.31450669798284
+ 20
+649.5225946303984
+ 30
+0.0
+ 11
+1568.910818797939
+ 21
+649.5225946303984
+ 31
+0.0
+  0
+SOLID
+  5
+12FE6
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+850.4608545321808
+ 20
+690.4128585077097
+ 30
+0.0
+ 11
+847.0909144656861
+ 21
+690.4128585077097
+ 31
+0.0
+ 12
+850.4608545321806
+ 22
+704.9059957212033
+ 32
+0.0
+ 13
+847.0900497505752
+ 23
+704.9059957212033
+ 33
+0.0
+  0
+SOLID
+  5
+12FE7
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+843.352866009263
+ 20
+687.0011236677672
+ 30
+0.0
+ 11
+843.3528660092632
+ 21
+690.4128585077097
+ 31
+0.0
+ 12
+854.1989029886043
+ 22
+686.9923220606756
+ 32
+0.0
+ 13
+854.1989029886043
+ 23
+690.4128585077097
+ 33
+0.0
+  0
+LINE
+  5
+12FE8
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+847.0900497505752
+ 20
+705.0377714196246
+ 30
+0.0
+ 11
+847.0900497505752
+ 21
+690.4128585077097
+ 31
+0.0
+  0
+LINE
+  5
+12FE9
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+847.0900497505752
+ 20
+690.4128585077097
+ 30
+0.0
+ 11
+843.3528660092632
+ 21
+690.4128585077097
+ 31
+0.0
+  0
+LINE
+  5
+12FEA
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+843.3528660092632
+ 20
+690.4128585077097
+ 30
+0.0
+ 11
+843.352866009263
+ 21
+687.0011236677672
+ 31
+0.0
+  0
+LINE
+  5
+12FEB
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+843.352866009263
+ 20
+687.0011236677672
+ 30
+0.0
+ 11
+854.1989029886043
+ 21
+687.0011236677675
+ 31
+0.0
+  0
+LINE
+  5
+12FEC
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+854.1989029886043
+ 20
+687.0011236677675
+ 30
+0.0
+ 11
+854.1989029886043
+ 21
+690.4128585077097
+ 31
+0.0
+  0
+LINE
+  5
+12FED
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+854.1989029886043
+ 20
+690.4128585077097
+ 30
+0.0
+ 11
+850.4608545321808
+ 21
+690.4128585077097
+ 31
+0.0
+  0
+LINE
+  5
+12FEE
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+850.4608545321808
+ 20
+690.4128585077097
+ 30
+0.0
+ 11
+850.4608545321808
+ 21
+705.0377714196246
+ 31
+0.0
+  0
+SOLID
+  5
+12FEF
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+850.4608545309517
+ 20
+767.4498812693586
+ 30
+0.0
+ 11
+847.0909144644574
+ 21
+767.4498812692482
+ 31
+0.0
+ 12
+850.4608545321806
+ 22
+715.4349332315096
+ 32
+0.0
+ 13
+847.0900497505752
+ 23
+715.4349332315096
+ 33
+0.0
+  0
+LINE
+  5
+12FF0
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+847.0900497505752
+ 20
+715.3031575330881
+ 30
+0.0
+ 11
+847.0909144644574
+ 21
+767.4498812692482
+ 31
+0.0
+  0
+LINE
+  5
+12FF1
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+850.4608545309517
+ 20
+767.4498812693586
+ 30
+0.0
+ 11
+850.4608545321808
+ 21
+715.3031575330881
+ 31
+0.0
+  0
+LINE
+  5
+12FF2
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+850.4608545309517
+ 20
+767.4498812693586
+ 30
+0.0
+ 11
+1310.351554436947
+ 21
+767.449881284425
+ 31
+0.0
+  0
+TEXT
+  5
+12FF3
+330
+12EE4
+100
+AcDbEntity
+  8
+TEXTE
+100
+AcDbText
+ 10
+835.374781680567
+ 20
+676.8249579639507
+ 30
+0.0
+ 40
+8.0
+  1
+DN 40
+100
+AcDbText
+  0
+SOLID
+  5
+12FF4
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1123.115056962346
+ 20
+493.1613127270671
+ 30
+0.0
+ 11
+1119.74632697605
+ 21
+493.161297826611
+ 31
+0.0
+ 12
+1123.115056962346
+ 22
+556.7218481857858
+ 32
+0.0
+ 13
+1119.74425218074
+ 23
+556.7218481857858
+ 33
+0.0
+  0
+SOLID
+  5
+12FF5
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1123.114333713706
+ 20
+705.3987625374394
+ 30
+14.28000000000001
+ 11
+1119.745643708855
+ 21
+705.3987625374394
+ 31
+14.28000000000001
+ 12
+1123.114409004655
+ 22
+656.8923504654011
+ 32
+14.28000000000001
+ 13
+1119.744975431816
+ 23
+656.8923981785396
+ 33
+14.28000000000001
+  0
+SOLID
+  5
+12FF6
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1123.114333713706
+ 20
+714.9400515912085
+ 30
+0.0
+ 11
+1119.745643708855
+ 21
+714.9400515912085
+ 31
+0.0
+ 12
+1123.114333712488
+ 22
+767.4498812512694
+ 32
+0.0
+ 13
+1119.744975430597
+ 23
+767.449881251159
+ 33
+0.0
+  0
+LINE
+  5
+12FF7
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1123.114409004655
+ 20
+656.8923504654011
+ 30
+14.28000000000001
+ 11
+1123.114333491514
+ 21
+705.3987625374394
+ 31
+0.0000000000000568
+  0
+LINE
+  5
+12FF8
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1119.744975431816
+ 20
+656.8923981785396
+ 30
+14.28000000000001
+ 11
+1119.745007859374
+ 21
+705.3991730103359
+ 31
+0.0000000000000284
+  0
+LINE
+  5
+12FF9
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1119.745643708855
+ 20
+714.9400515912085
+ 30
+0.0
+ 11
+1119.745643707135
+ 21
+767.449881251159
+ 31
+0.0
+  0
+LINE
+  5
+12FFA
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1123.115056962346
+ 20
+556.7218481857858
+ 30
+0.0
+ 11
+1123.115056962346
+ 21
+493.1613127270671
+ 31
+0.0
+  0
+LINE
+  5
+12FFB
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1119.74632697605
+ 20
+493.161297826611
+ 30
+0.0
+ 11
+1119.745309443898
+ 21
+556.7218481232738
+ 31
+0.0
+  0
+LINE
+  5
+12FFC
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1123.114333713706
+ 20
+714.9400515912085
+ 30
+0.0
+ 11
+1123.114333712488
+ 21
+767.4498812512694
+ 31
+0.0
+  0
+TEXT
+  5
+12FFD
+330
+12EE4
+100
+AcDbEntity
+  8
+TEXTE
+100
+AcDbText
+ 10
+1126.871557954525
+ 20
+575.1625092239246
+ 30
+0.0
+ 40
+8.0
+  1
+PSV624
+100
+AcDbText
+  0
+SOLID
+  5
+12FFE
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1123.114333713706
+ 20
+572.9218481857857
+ 30
+0.0
+ 11
+1119.745643708855
+ 21
+572.9218481857857
+ 31
+0.0
+ 12
+1123.114409004655
+ 22
+645.5236436243157
+ 32
+0.0
+ 13
+1119.744975431816
+ 23
+645.523595911177
+ 33
+0.0
+  0
+LINE
+  5
+12FFF
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1123.114409004655
+ 20
+645.5236436243157
+ 30
+14.28000000000001
+ 11
+1123.114409004655
+ 21
+572.9218481857857
+ 31
+0.0000000000000426
+  0
+LINE
+  5
+13000
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1119.744975431816
+ 20
+645.523595911177
+ 30
+14.28000000000001
+ 11
+1119.745643708855
+ 21
+572.9218481857857
+ 31
+0.0
+  0
+INSERT
+  5
+13001
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbBlockReference
+  2
+S_SOUPDR
+ 10
+1121.429654571543
+ 20
+564.8218481857857
+ 30
+0.0
+ 41
+-3.6
+ 42
+3.6
+ 43
+3.6
+ 50
+270.0
+  0
+SOLID
+  5
+13002
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1195.838105255084
+ 20
+497.5302564556649
+ 30
+0.0
+ 11
+1192.469375268789
+ 21
+497.5302564556649
+ 31
+0.0
+ 12
+1195.838105255084
+ 22
+556.7218481857858
+ 32
+0.0
+ 13
+1192.467300473479
+ 23
+556.7218481857858
+ 33
+0.0
+  0
+SOLID
+  5
+13003
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1195.837382006445
+ 20
+705.3987625374394
+ 30
+14.28000000000001
+ 11
+1192.468692001594
+ 21
+705.3987625374394
+ 31
+14.28000000000001
+ 12
+1195.837457297394
+ 22
+656.8923504654011
+ 32
+14.28000000000001
+ 13
+1192.468023724555
+ 23
+656.8923981785396
+ 33
+14.28000000000001
+  0
+SOLID
+  5
+13004
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1195.837382006445
+ 20
+714.9400515912085
+ 30
+0.0
+ 11
+1192.468692001594
+ 21
+714.9400515912085
+ 31
+0.0
+ 12
+1195.837382005227
+ 22
+767.4498812512694
+ 32
+0.0
+ 13
+1192.468023723336
+ 23
+767.449881251159
+ 33
+0.0
+  0
+LINE
+  5
+13005
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1195.837457297394
+ 20
+656.8923504654011
+ 30
+14.28000000000001
+ 11
+1195.837381784253
+ 21
+705.3987625374394
+ 31
+0.0000000000000568
+  0
+LINE
+  5
+13006
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1192.468023724555
+ 20
+656.8923981785396
+ 30
+14.28000000000001
+ 11
+1192.468056152113
+ 21
+705.3991730103359
+ 31
+0.0000000000000284
+  0
+LINE
+  5
+13007
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1192.468692001594
+ 20
+714.9400515912085
+ 30
+0.0
+ 11
+1192.468691999874
+ 21
+767.449881251159
+ 31
+0.0
+  0
+LINE
+  5
+13008
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1195.838105255084
+ 20
+556.7218481857858
+ 30
+0.0
+ 11
+1195.838105255084
+ 21
+497.5302564556649
+ 31
+0.0
+  0
+LINE
+  5
+13009
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1192.469375268789
+ 20
+497.5302564556649
+ 30
+0.0
+ 11
+1192.468357736637
+ 21
+556.7218481232738
+ 31
+0.0
+  0
+LINE
+  5
+1300A
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1195.837382006445
+ 20
+714.9400515912085
+ 30
+0.0
+ 11
+1195.837382005227
+ 21
+767.4498812512694
+ 31
+0.0
+  0
+TEXT
+  5
+1300B
+330
+12EE4
+100
+AcDbEntity
+  8
+TEXTE
+100
+AcDbText
+ 10
+1199.594606247264
+ 20
+575.1625092239246
+ 30
+0.0
+ 40
+8.0
+  1
+PSV644
+100
+AcDbText
+  0
+SOLID
+  5
+1300C
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1195.837382006445
+ 20
+572.9218481857857
+ 30
+0.0
+ 11
+1192.468692001594
+ 21
+572.9218481857857
+ 31
+0.0
+ 12
+1195.837457297394
+ 22
+645.5236436243157
+ 32
+0.0
+ 13
+1192.468023724555
+ 23
+645.523595911177
+ 33
+0.0
+  0
+LINE
+  5
+1300D
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1195.837457297394
+ 20
+645.5236436243157
+ 30
+14.28000000000001
+ 11
+1195.837457297394
+ 21
+572.9218481857857
+ 31
+0.0000000000000426
+  0
+LINE
+  5
+1300E
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1192.468023724555
+ 20
+645.523595911177
+ 30
+14.28000000000001
+ 11
+1192.468692001594
+ 21
+572.9218481857857
+ 31
+0.0
+  0
+INSERT
+  5
+1300F
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbBlockReference
+  2
+S_SOUPDR
+ 10
+1194.152702864282
+ 20
+564.8218481857857
+ 30
+0.0
+ 41
+-3.6
+ 42
+3.6
+ 43
+3.6
+ 50
+270.0
+  0
+SOLID
+  5
+13010
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1039.406673098241
+ 20
+76.5457942592152
+ 30
+0.0
+ 11
+1036.037943111947
+ 21
+76.5457942592152
+ 31
+0.0
+ 12
+1039.406673098243
+ 22
+493.1609350160679
+ 32
+0.0
+ 13
+1036.035868316637
+ 23
+493.1609350160679
+ 33
+0.0
+  0
+LINE
+  5
+13011
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1039.406673098576
+ 20
+489.7922450069606
+ 30
+0.0
+ 11
+1039.406673098576
+ 21
+76.5457942592152
+ 31
+0.0
+  0
+LINE
+  5
+13012
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1036.037943111947
+ 20
+76.5457942592152
+ 30
+0.0
+ 11
+1036.036925579796
+ 21
+493.1609349535562
+ 31
+0.0
+  0
+SOLID
+  5
+13013
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+    11
+100
+AcDbTrace
+ 10
+1049.926050026638
+ 20
+477.839859061592
+ 30
+0.0
+ 11
+1049.926050026638
+ 21
+481.208549066443
+ 31
+0.0
+ 12
+1616.283376096638
+ 22
+477.8398591089064
+ 32
+0.0
+ 13
+1616.283376096638
+ 23
+481.2106604303523
+ 33
+0.0
+  0
+LINE
+  5
+13014
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1051.611452417774
+ 20
+477.8398590617631
+ 30
+0.0
+ 11
+1616.283376096638
+ 21
+477.8398591089064
+ 31
+0.0
+  0
+SOLID
+  5
+13015
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+    11
+100
+AcDbTrace
+ 10
+1051.611452417437
+ 20
+7.256568252240072
+ 30
+0.0
+ 11
+1048.242722431145
+ 21
+7.256568252240072
+ 31
+0.0
+ 12
+1051.611452417441
+ 22
+481.208549066443
+ 32
+0.0
+ 13
+1048.240647635835
+ 23
+481.208549066443
+ 33
+0.0
+  0
+LINE
+  5
+13016
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1048.242722431145
+ 20
+7.256568252240072
+ 30
+0.0
+ 11
+1048.242722431145
+ 21
+481.208549066443
+ 31
+0.0
+  0
+LINE
+  5
+13017
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1048.242722431145
+ 20
+481.208549066443
+ 30
+0.0
+ 11
+1612.914685642405
+ 21
+481.22556215809
+ 31
+0.0
+  0
+LINE
+  5
+13018
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1051.611452417774
+ 20
+477.8398590617631
+ 30
+0.0
+ 11
+1051.611452417774
+ 21
+7.256568252240072
+ 31
+0.0
+  0
+SOLID
+  5
+13019
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1110.705848665179
+ 20
+3.370538886411281
+ 30
+0.0
+ 11
+1107.337119434568
+ 21
+3.370486289480366
+ 31
+0.0
+ 12
+1110.704018657836
+ 22
+414.5435626339141
+ 32
+0.0
+ 13
+1107.33321387623
+ 23
+414.5435626339141
+ 33
+0.0
+  0
+LINE
+  5
+1301A
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1110.704018670242
+ 20
+411.1748726352701
+ 30
+0.0
+ 11
+1110.710385835695
+ 21
+3.370538957251483
+ 31
+0.0
+  0
+LINE
+  5
+1301B
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1107.33528867154
+ 20
+3.370486260896313
+ 30
+0.0
+ 11
+1107.334271139388
+ 21
+414.5435625714021
+ 31
+0.0
+  0
+SOLID
+  5
+1301C
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1039.406673098576
+ 20
+489.7922450069606
+ 30
+0.0
+ 11
+1039.406673098243
+ 21
+493.1609350160679
+ 31
+0.0
+ 12
+1604.913715391263
+ 22
+489.7950415444051
+ 32
+0.0
+ 13
+1604.913656695944
+ 23
+493.1691651276906
+ 33
+0.0
+  0
+LINE
+  5
+1301D
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1039.406673098576
+ 20
+489.7922450069606
+ 30
+0.0
+ 11
+1608.283021084072
+ 21
+489.7951570149746
+ 31
+0.0
+  0
+LINE
+  5
+1301E
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1036.035868316637
+ 20
+493.1609350160679
+ 30
+0.0
+ 11
+1119.746326976194
+ 21
+493.1609350160679
+ 31
+0.0
+  0
+LINE
+  5
+1301F
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1123.115056962346
+ 20
+493.1613127270671
+ 30
+0.0
+ 11
+1604.913656805585
+ 21
+493.1628623849839
+ 31
+0.0
+  0
+SOLID
+  5
+13020
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1195.838105255084
+ 20
+473.4148127530925
+ 30
+0.0
+ 11
+1192.469375268789
+ 21
+473.4148127530925
+ 31
+0.0
+ 12
+1195.838105255085
+ 22
+418.2630162557843
+ 32
+0.0
+ 13
+1192.467300473479
+ 23
+418.2630162557843
+ 33
+0.0
+  0
+LINE
+  5
+13021
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1195.838105255085
+ 20
+418.2630162557843
+ 30
+0.0
+ 11
+1195.838105255084
+ 21
+473.4148127530925
+ 31
+0.0
+  0
+LINE
+  5
+13022
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1192.469375268789
+ 20
+473.4148127530925
+ 30
+0.0
+ 11
+1192.469375268789
+ 21
+418.2630162557843
+ 31
+0.0
+  0
+SOLID
+  5
+13023
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1195.845861368705
+ 20
+3.370865681482653
+ 30
+0.0
+ 11
+1192.477131384074
+ 21
+3.370790801442693
+ 31
+0.0
+ 12
+1195.838105255085
+ 22
+407.4574723990107
+ 32
+0.0
+ 13
+1192.467300473479
+ 23
+407.4574723990107
+ 33
+0.0
+  0
+LINE
+  5
+13024
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1195.838105255085
+ 20
+407.4574723990107
+ 30
+0.0
+ 11
+1195.847087281366
+ 21
+3.370865708732252
+ 31
+0.0
+  0
+LINE
+  5
+13025
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1192.477131384074
+ 20
+3.370790801442693
+ 30
+0.0
+ 11
+1192.469375268789
+ 21
+407.4574723990107
+ 31
+0.0
+  0
+SOLID
+  5
+13026
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+995.4950106613999
+ 20
+3.368688555235507
+ 30
+0.0
+ 11
+992.126280675108
+ 21
+3.368688555235507
+ 31
+0.0
+ 12
+995.4950106614036
+ 22
+486.5340660075136
+ 32
+0.0
+ 13
+992.1257427221407
+ 23
+486.5340660075136
+ 33
+0.0
+  0
+LINE
+  5
+13027
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+992.126280675108
+ 20
+-0.0000025201447897
+ 30
+0.0
+ 11
+992.1259744759304
+ 21
+483.1636693185183
+ 31
+0.0
+  0
+LINE
+  5
+13028
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+995.4950106617374
+ 20
+486.5340660075136
+ 30
+0.0
+ 11
+995.4950106617372
+ 21
+3.368688555235507
+ 31
+0.0
+  0
+SOLID
+  5
+13029
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+992.1257427221483
+ 20
+486.5340589775841
+ 30
+0.0
+ 11
+992.1257464744002
+ 21
+483.1639538290401
+ 31
+0.0
+ 12
+72.0035028387226
+ 22
+486.5321391556425
+ 32
+0.0
+ 13
+72.0035028387226
+ 23
+483.1613344213513
+ 33
+0.0
+  0
+SOLID
+  5
+1302A
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+27.00175912295728
+ 20
+486.5321391083281
+ 30
+0.0
+ 11
+27.00175912295728
+ 21
+483.1634491034771
+ 31
+0.0
+ 12
+17.9999987290748
+ 22
+486.5321390610136
+ 32
+0.0
+ 13
+17.9999987290748
+ 23
+483.1613343267226
+ 33
+0.0
+  0
+SOLID
+  5
+1302B
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+45.00175912295727
+ 20
+486.5321391083281
+ 30
+0.0
+ 11
+45.00175912295727
+ 21
+483.1634491034771
+ 31
+0.0
+ 12
+35.9999987290748
+ 22
+486.5321390610136
+ 32
+0.0
+ 13
+35.9999987290748
+ 23
+483.1613343267226
+ 33
+0.0
+  0
+SOLID
+  5
+1302C
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+63.00175912295728
+ 20
+486.5321391083281
+ 30
+0.0
+ 11
+63.00175912295728
+ 21
+483.1634491034771
+ 31
+0.0
+ 12
+53.99999872907478
+ 22
+486.5321390610136
+ 32
+0.0
+ 13
+53.99999872907478
+ 23
+483.1613343267226
+ 33
+0.0
+  0
+SOLID
+  5
+1302D
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+9.001759122957281
+ 20
+486.5321391083281
+ 30
+0.0
+ 11
+9.001759122957281
+ 21
+483.1634491034771
+ 31
+0.0
+ 12
+-0.0000012709251962
+ 22
+486.5321390610136
+ 32
+0.0
+ 13
+-0.0000012709251962
+ 23
+483.1613343267226
+ 33
+0.0
+  0
+SOLID
+  5
+1302E
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+9.001794781501502
+ 20
+486.5321083922025
+ 30
+0.0
+ 11
+9.001794781501502
+ 21
+483.1634183873515
+ 31
+0.0
+ 12
+0.0000343876190243
+ 22
+486.5321083448882
+ 32
+0.0
+ 13
+0.0000343876190243
+ 23
+483.1613036105968
+ 33
+0.0
+  0
+LINE
+  5
+1302F
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+9.001794781501502
+ 20
+483.1634183873515
+ 30
+0.0
+ 11
+0.0000343876190243
+ 21
+483.1634183873515
+ 31
+0.0
+  0
+LINE
+  5
+13030
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+0.0000343876190243
+ 20
+483.1634183873515
+ 30
+0.0
+ 11
+0.0000343876190243
+ 21
+486.5321083448882
+ 31
+0.0
+  0
+LINE
+  5
+13031
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+0.0000343876190243
+ 20
+486.5321083448882
+ 30
+0.0
+ 11
+9.001794781501502
+ 21
+486.5321083922025
+ 31
+0.0
+  0
+LINE
+  5
+13032
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+9.001794781501502
+ 20
+486.5321083922025
+ 30
+0.0
+ 11
+9.001794781501502
+ 21
+483.1634183873515
+ 31
+0.0
+  0
+SOLID
+  5
+13033
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+27.0017947815015
+ 20
+486.5321083922025
+ 30
+0.0
+ 11
+27.0017947815015
+ 21
+483.1634183873515
+ 31
+0.0
+ 12
+18.00003438761901
+ 22
+486.5321083448882
+ 32
+0.0
+ 13
+18.00003438761901
+ 23
+483.1613036105968
+ 33
+0.0
+  0
+LINE
+  5
+13034
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+27.0017947815015
+ 20
+483.1634183873515
+ 30
+0.0
+ 11
+18.00003438761901
+ 21
+483.1634183873515
+ 31
+0.0
+  0
+LINE
+  5
+13035
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+18.00003438761901
+ 20
+483.1634183873515
+ 30
+0.0
+ 11
+18.00003438761901
+ 21
+486.5321083448882
+ 31
+0.0
+  0
+LINE
+  5
+13036
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+18.00003438761901
+ 20
+486.5321083448882
+ 30
+0.0
+ 11
+27.0017947815015
+ 21
+486.5321083922025
+ 31
+0.0
+  0
+LINE
+  5
+13037
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+27.0017947815015
+ 20
+486.5321083922025
+ 30
+0.0
+ 11
+27.0017947815015
+ 21
+483.1634183873515
+ 31
+0.0
+  0
+SOLID
+  5
+13038
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+45.0017947815015
+ 20
+486.5321083922025
+ 30
+0.0
+ 11
+45.0017947815015
+ 21
+483.1634183873515
+ 31
+0.0
+ 12
+36.00003438761902
+ 22
+486.5321083448882
+ 32
+0.0
+ 13
+36.00003438761902
+ 23
+483.1613036105968
+ 33
+0.0
+  0
+LINE
+  5
+13039
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+45.0017947815015
+ 20
+483.1634183873515
+ 30
+0.0
+ 11
+36.00003438761902
+ 21
+483.1634183873515
+ 31
+0.0
+  0
+LINE
+  5
+1303A
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+36.00003438761902
+ 20
+483.1634183873515
+ 30
+0.0
+ 11
+36.00003438761902
+ 21
+486.5321083448882
+ 31
+0.0
+  0
+LINE
+  5
+1303B
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+36.00003438761902
+ 20
+486.5321083448882
+ 30
+0.0
+ 11
+45.0017947815015
+ 21
+486.5321083922025
+ 31
+0.0
+  0
+LINE
+  5
+1303C
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+45.0017947815015
+ 20
+486.5321083922025
+ 30
+0.0
+ 11
+45.0017947815015
+ 21
+483.1634183873515
+ 31
+0.0
+  0
+SOLID
+  5
+1303D
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+63.0017947815015
+ 20
+486.5321083922025
+ 30
+0.0
+ 11
+63.0017947815015
+ 21
+483.1634183873515
+ 31
+0.0
+ 12
+54.00003438761903
+ 22
+486.5321083448882
+ 32
+0.0
+ 13
+54.00003438761903
+ 23
+483.1613036105968
+ 33
+0.0
+  0
+LINE
+  5
+1303E
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+63.0017947815015
+ 20
+483.1634183873515
+ 30
+0.0
+ 11
+54.00003438761903
+ 21
+483.1634183873515
+ 31
+0.0
+  0
+LINE
+  5
+1303F
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+54.00003438761903
+ 20
+483.1634183873515
+ 30
+0.0
+ 11
+54.00003438761903
+ 21
+486.5321083448882
+ 31
+0.0
+  0
+LINE
+  5
+13040
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+54.00003438761903
+ 20
+486.5321083448882
+ 30
+0.0
+ 11
+63.0017947815015
+ 21
+486.5321083922025
+ 31
+0.0
+  0
+LINE
+  5
+13041
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+63.0017947815015
+ 20
+486.5321083922025
+ 30
+0.0
+ 11
+63.0017947815015
+ 21
+483.1634183873515
+ 31
+0.0
+  0
+LINE
+  5
+13042
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+72.0035028387226
+ 20
+486.5321391556425
+ 30
+0.0
+ 11
+72.0035077753507
+ 21
+483.1613344213585
+ 31
+0.0
+  0
+LINE
+  5
+13043
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+995.4950106614036
+ 20
+486.5321392029498
+ 30
+0.0
+ 11
+72.0035028387226
+ 21
+486.5321392029565
+ 31
+0.0
+  0
+LINE
+  5
+13044
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+992.1257464747169
+ 20
+483.1636693183727
+ 30
+0.0
+ 11
+72.0035028387226
+ 21
+483.1630821078234
+ 31
+0.0
+  0
+SOLID
+  5
+13045
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1327.140907297795
+ 20
+473.6446879693243
+ 30
+0.0
+ 11
+1323.7709672313
+ 21
+473.6446879693243
+ 31
+0.0
+ 12
+1327.140907297795
+ 22
+423.6417348197388
+ 32
+0.0
+ 13
+1323.770056397334
+ 23
+423.6416820666086
+ 33
+0.0
+  0
+LINE
+  5
+13046
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1323.770056397334
+ 20
+423.6416820666086
+ 30
+0.0
+ 11
+1323.7709672313
+ 21
+473.6446879693243
+ 31
+0.0
+  0
+LINE
+  5
+13047
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1327.140907297795
+ 20
+473.6446879693243
+ 30
+0.0
+ 11
+1327.140836481812
+ 21
+427.0133778314384
+ 31
+0.0
+  0
+SOLID
+  5
+13048
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1327.140907297795
+ 20
+423.6417348197388
+ 30
+0.0
+ 11
+1327.140907297795
+ 21
+427.0133778322322
+ 31
+0.0
+ 12
+1620.914587793693
+ 22
+423.6446381082179
+ 32
+0.0
+ 13
+1620.914529125134
+ 23
+427.0172234253466
+ 33
+0.0
+  0
+LINE
+  5
+13049
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1620.914529066343
+ 20
+427.0206030134481
+ 30
+0.0
+ 11
+1327.140907297795
+ 21
+427.0154926089793
+ 31
+0.0
+  0
+LINE
+  5
+1304A
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1323.770150641931
+ 20
+423.6416820680833
+ 30
+0.0
+ 11
+1624.28327779821
+ 21
+423.6446716204818
+ 31
+0.0
+  0
+SOLID
+  5
+1304B
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1139.715587085334
+ 20
+411.175899324972
+ 30
+0.0
+ 11
+1139.715587085334
+ 21
+414.5445893298228
+ 31
+0.0
+ 12
+1632.283218105849
+ 22
+411.1758993741146
+ 32
+0.0
+ 13
+1632.283218104701
+ 23
+414.5467041080653
+ 33
+0.0
+  0
+LINE
+  5
+1304C
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1628.91455418007
+ 20
+414.5528841572895
+ 30
+0.0
+ 11
+1139.74063963029
+ 21
+414.5445787091063
+ 31
+0.0
+  0
+LINE
+  5
+1304D
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1139.715587085334
+ 20
+411.175899324972
+ 30
+0.0
+ 11
+1632.283218105849
+ 21
+411.1758993646081
+ 31
+0.0
+  0
+SOLID
+  5
+1304E
+330
+12EE4
+100
+AcDbEntity
+  8
+IMG008
+ 62
+    58
+100
+AcDbTrace
+ 10
+1131.683169151612
+ 20
+411.0510379957752
+ 30
+0.0
+ 11
+1131.683169151612
+ 21
+403.9110379957755
+ 31
+0.0
+ 12
+1129.898169151612
+ 22
+411.0510379957751
+ 32
+0.0
+ 13
+1129.898169151612
+ 23
+403.9110379957755
+ 33
+0.0
+ 39
+14.28
+  0
+SOLID
+  5
+1304F
+330
+12EE4
+100
+AcDbEntity
+  8
+IMG008
+ 62
+    58
+100
+AcDbTrace
+ 10
+1131.683087085334
+ 20
+414.6452443273973
+ 30
+0.0
+ 11
+1129.898087085334
+ 21
+414.6452443273973
+ 31
+0.0
+ 12
+1131.683169151612
+ 22
+411.0510379957752
+ 32
+0.0
+ 13
+1129.898169151612
+ 23
+411.0510379957751
+ 33
+0.0
+  0
+SOLID
+  5
+13050
+330
+12EE4
+100
+AcDbEntity
+  8
+IMG008
+ 62
+    58
+100
+AcDbTrace
+ 10
+1139.715587085334
+ 20
+407.5052443273976
+ 30
+0.0
+ 11
+1131.683169151612
+ 21
+411.0510379957752
+ 31
+0.0
+ 12
+1139.715587085334
+ 22
+418.2152443273971
+ 32
+0.0
+ 13
+1131.683087085334
+ 23
+414.6452443273973
+ 33
+0.0
+  0
+SOLID
+  5
+13051
+330
+12EE4
+100
+AcDbEntity
+  8
+IMG008
+ 62
+    58
+100
+AcDbTrace
+ 10
+1121.865587085334
+ 20
+407.5052443273976
+ 30
+0.0
+ 11
+1129.898005019056
+ 21
+411.0510379957752
+ 31
+0.0
+ 12
+1121.865587085334
+ 22
+418.2152443273976
+ 32
+0.0
+ 13
+1129.898087085334
+ 23
+414.6452443273973
+ 33
+0.0
+  0
+LINE
+  5
+13052
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1121.865587085334
+ 20
+407.5052443273976
+ 30
+0.0
+ 11
+1129.898169151612
+ 21
+411.0510379957751
+ 31
+14.28000000000001
+  0
+LINE
+  5
+13053
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1129.898169151612
+ 20
+411.0510379957751
+ 30
+14.28000000000001
+ 11
+1129.898169151612
+ 21
+403.9110379957755
+ 31
+14.28000000000001
+  0
+LINE
+  5
+13054
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1129.898169151638
+ 20
+403.9110379957758
+ 30
+28.56000000000003
+ 11
+1124.543087085359
+ 21
+403.9352443273973
+ 31
+28.56000000000003
+  0
+LINE
+  5
+13055
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1137.038087085335
+ 20
+403.935244327397
+ 30
+14.28000000000001
+ 11
+1131.683169151612
+ 21
+403.9110379957755
+ 31
+14.28000000000001
+  0
+LINE
+  5
+13056
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1131.683169151612
+ 20
+403.9110379957755
+ 30
+14.28000000000001
+ 11
+1131.683169151612
+ 21
+411.0510379957752
+ 31
+14.28000000000001
+  0
+LINE
+  5
+13057
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1131.683169151612
+ 20
+411.0510379957752
+ 30
+14.28000000000001
+ 11
+1139.715587085334
+ 21
+407.5052443273976
+ 31
+0.0
+  0
+LINE
+  5
+13058
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1139.715587085334
+ 20
+418.2152443273971
+ 30
+0.0
+ 11
+1131.683087085334
+ 21
+414.6452443273973
+ 31
+0.0
+  0
+LINE
+  5
+13059
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1131.683087085334
+ 20
+414.6452443273973
+ 30
+0.0
+ 11
+1129.898087085334
+ 21
+414.6452443273973
+ 31
+0.0
+  0
+LINE
+  5
+1305A
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1129.898087085334
+ 20
+414.6452443273973
+ 30
+0.0
+ 11
+1121.865587085334
+ 21
+418.2152443273976
+ 31
+0.0
+  0
+LINE
+  5
+1305B
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1121.865587085334
+ 20
+418.2152443273976
+ 30
+14.28000000000001
+ 11
+1121.865587085334
+ 21
+407.5052443273976
+ 31
+0.0
+  0
+LINE
+  5
+1305C
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1139.715587085334
+ 20
+418.2152443273971
+ 30
+14.28000000000001
+ 11
+1139.715587085334
+ 21
+407.5052443273976
+ 31
+0.0
+  0
+SOLID
+  5
+1305D
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+    58
+100
+AcDbTrace
+ 10
+1137.037977665447
+ 20
+403.9352438327764
+ 30
+14.28000000000001
+ 11
+1137.00154431992
+ 21
+403.2363036182955
+ 31
+14.28000000000001
+ 12
+1130.790668910762
+ 22
+403.911038246978
+ 32
+14.28000000000001
+ 13
+1130.790668910762
+ 23
+403.911038246978
+ 33
+14.28000000000001
+  0
+SOLID
+  5
+1305E
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+    58
+100
+AcDbTrace
+ 10
+1137.001450529289
+ 20
+403.2605103874452
+ 30
+14.28
+ 11
+1136.942476362253
+ 21
+402.8222246166635
+ 31
+14.28
+ 12
+1130.790578330339
+ 22
+403.9110378960186
+ 32
+14.28
+ 13
+1130.790578330339
+ 23
+403.9110378960186
+ 33
+14.28
+  0
+SOLID
+  5
+1305F
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+    58
+100
+AcDbTrace
+ 10
+1136.942476362253
+ 20
+402.8222246166626
+ 30
+14.28
+ 11
+1136.849448698264
+ 21
+402.387406739409
+ 31
+14.28
+ 12
+1130.790574942303
+ 22
+403.911035765445
+ 32
+14.28
+ 13
+1130.790574942303
+ 23
+403.911035765445
+ 33
+14.28
+  0
+SOLID
+  5
+13060
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+    58
+100
+AcDbTrace
+ 10
+1136.849448695529
+ 20
+402.3874067285347
+ 30
+14.28
+ 11
+1136.674013706077
+ 21
+401.8094796576987
+ 31
+14.28
+ 12
+1130.79319360533
+ 22
+403.910766113489
+ 32
+14.28
+ 13
+1130.79319360533
+ 23
+403.910766113489
+ 33
+14.28
+  0
+SOLID
+  5
+13061
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+    58
+100
+AcDbTrace
+ 10
+1136.674013706077
+ 20
+401.8094796576987
+ 30
+14.28
+ 11
+1136.445860951218
+ 21
+401.2560175152788
+ 31
+14.28
+ 12
+1130.796869313407
+ 22
+403.909450634335
+ 32
+14.28
+ 13
+1130.796869313407
+ 23
+403.909450634335
+ 33
+14.28
+  0
+SOLID
+  5
+13062
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+    58
+100
+AcDbTrace
+ 10
+1136.445860951218
+ 20
+401.2560175152795
+ 30
+14.28
+ 11
+1135.830739091478
+ 21
+400.2194090863405
+ 31
+14.28
+ 12
+1130.796869852099
+ 22
+403.9094502609301
+ 32
+14.28
+ 13
+1130.796869852099
+ 23
+403.9094502609301
+ 33
+14.28
+  0
+SOLID
+  5
+13063
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+    58
+100
+AcDbTrace
+ 10
+1135.830739091478
+ 20
+400.2194090863405
+ 30
+14.28
+ 11
+1135.087377848571
+ 21
+399.3757490979248
+ 31
+14.28
+ 12
+1130.790563418079
+ 22
+403.9110372489655
+ 32
+14.28
+ 13
+1130.790563418079
+ 23
+403.9110372489655
+ 33
+14.28
+  0
+SOLID
+  5
+13064
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+    58
+100
+AcDbTrace
+ 10
+1135.087377848571
+ 20
+399.3757490979248
+ 30
+14.28
+ 11
+1134.443268104704
+ 21
+398.8425887634418
+ 31
+14.28
+ 12
+1130.790564765972
+ 22
+403.9110343715816
+ 32
+14.28
+ 13
+1130.790564765972
+ 23
+403.9110343715816
+ 33
+14.28
+  0
+SOLID
+  5
+13065
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+    58
+100
+AcDbTrace
+ 10
+1132.346689093343
+ 20
+397.8604344894566
+ 30
+14.28
+ 11
+1130.790587085334
+ 21
+397.6635379957749
+ 31
+14.28
+ 12
+1130.790567461758
+ 22
+403.911035076646
+ 32
+14.28
+ 13
+1130.790567461758
+ 23
+403.911035076646
+ 33
+14.28
+  0
+SOLID
+  5
+13066
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+    58
+100
+AcDbTrace
+ 10
+1134.443268104704
+ 20
+398.8425887634418
+ 30
+14.28
+ 11
+1133.610789812527
+ 21
+398.3362991832802
+ 31
+14.28
+ 12
+1130.790567182427
+ 22
+403.9110310832803
+ 32
+14.28
+ 13
+1130.790567182427
+ 23
+403.9110310832803
+ 33
+14.28
+  0
+SOLID
+  5
+13067
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+    58
+100
+AcDbTrace
+ 10
+1133.610789812527
+ 20
+398.3362991832802
+ 30
+14.28
+ 11
+1132.346689093343
+ 21
+397.8604344894566
+ 31
+14.28
+ 12
+1130.790565235187
+ 22
+403.9110337852462
+ 32
+14.28
+ 13
+1130.790565235187
+ 23
+403.9110337852462
+ 33
+14.28
+  0
+SOLID
+  5
+13068
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+    58
+100
+AcDbTrace
+ 10
+1124.543157106112
+ 20
+403.9352045861696
+ 30
+14.28000000000001
+ 11
+1124.579594842423
+ 21
+403.2362646005788
+ 31
+14.28000000000001
+ 12
+1130.790466012735
+ 22
+403.9110382463408
+ 32
+14.28000000000001
+ 13
+1130.790466012735
+ 23
+403.9110382463408
+ 33
+14.28000000000001
+  0
+SOLID
+  5
+13069
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+    58
+100
+AcDbTrace
+ 10
+1124.579688480985
+ 20
+403.2604713703173
+ 30
+14.28
+ 11
+1124.638665401357
+ 21
+402.8221859700236
+ 31
+14.28
+ 12
+1130.79055659316
+ 22
+403.9110378959504
+ 32
+14.28
+ 13
+1130.79055659316
+ 23
+403.9110378959504
+ 33
+14.28
+  0
+SOLID
+  5
+1306A
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+    58
+100
+AcDbTrace
+ 10
+1124.638665401358
+ 20
+402.8221859700228
+ 30
+14.28
+ 11
+1124.731695796897
+ 21
+402.387368677183
+ 31
+14.28
+ 12
+1130.790559981209
+ 22
+403.9110357653981
+ 32
+14.28
+ 13
+1130.790559981209
+ 23
+403.9110357653981
+ 33
+14.28
+  0
+SOLID
+  5
+1306B
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+    58
+100
+AcDbTrace
+ 10
+1124.731695799632
+ 20
+402.3873686663089
+ 30
+14.28
+ 11
+1124.907134419653
+ 21
+401.8094426975769
+ 31
+14.28
+ 12
+1130.787941319876
+ 22
+403.9107660969911
+ 32
+14.28
+ 13
+1130.787941319876
+ 23
+403.9107660969911
+ 33
+14.28
+  0
+SOLID
+  5
+1306C
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+    58
+100
+AcDbTrace
+ 10
+1124.907134419653
+ 20
+401.8094426975769
+ 30
+14.28
+ 11
+1125.13529065139
+ 21
+401.2559819884376
+ 31
+14.28
+ 12
+1130.784265620063
+ 22
+403.9094505947463
+ 32
+14.28
+ 13
+1130.784265620063
+ 23
+403.9094505947463
+ 33
+14.28
+  0
+SOLID
+  5
+1306D
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+    58
+100
+AcDbTrace
+ 10
+1125.135290651389
+ 20
+401.2559819884383
+ 30
+14.28
+ 11
+1125.750419023155
+ 21
+400.219377423752
+ 31
+14.28
+ 12
+1130.784265081373
+ 22
+403.9094502213384
+ 32
+14.28
+ 13
+1130.784265081373
+ 23
+403.9094502213384
+ 33
+14.28
+  0
+SOLID
+  5
+1306E
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+    58
+100
+AcDbTrace
+ 10
+1125.750419023155
+ 20
+400.219377423752
+ 30
+14.28
+ 11
+1126.493785565969
+ 21
+399.375722105193
+ 31
+14.28
+ 12
+1130.790571505424
+ 22
+403.9110372489908
+ 32
+14.28
+ 13
+1130.790571505424
+ 23
+403.9110372489908
+ 33
+14.28
+  0
+SOLID
+  5
+1306F
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+    58
+100
+AcDbTrace
+ 10
+1126.493785565969
+ 20
+399.375722105193
+ 30
+14.28
+ 11
+1127.137898659169
+ 21
+398.842565817057
+ 31
+14.28
+ 12
+1130.790570157549
+ 22
+403.9110343715986
+ 32
+14.28
+ 13
+1130.790570157549
+ 23
+403.9110343715986
+ 33
+14.28
+  0
+SOLID
+  5
+13070
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+    58
+100
+AcDbTrace
+ 10
+1129.234483840441
+ 20
+397.8604247139261
+ 30
+14.28
+ 11
+1130.790587085334
+ 21
+397.6635379957749
+ 31
+14.28
+ 12
+1130.790567461758
+ 22
+403.911035076646
+ 32
+14.28
+ 13
+1130.790567461758
+ 23
+403.911035076646
+ 33
+14.28
+  0
+SOLID
+  5
+13071
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+    58
+100
+AcDbTrace
+ 10
+1127.137898659169
+ 20
+398.842565817057
+ 30
+14.28
+ 11
+1127.970380131871
+ 21
+398.336281466584
+ 31
+14.28
+ 12
+1130.790567741115
+ 22
+403.9110310832824
+ 32
+14.28
+ 13
+1130.790567741115
+ 23
+403.9110310832824
+ 33
+14.28
+  0
+SOLID
+  5
+13072
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+    58
+100
+AcDbTrace
+ 10
+1127.970380131871
+ 20
+398.336281466584
+ 30
+14.28
+ 11
+1129.234483840441
+ 21
+397.8604247139261
+ 31
+14.28
+ 12
+1130.790569688338
+ 22
+403.9110337852603
+ 32
+14.28
+ 13
+1130.790569688338
+ 23
+403.9110337852603
+ 33
+14.28
+  0
+LINE
+  5
+13073
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1131.683169151612
+ 20
+403.9144962945955
+ 30
+14.28000000000001
+ 11
+1137.037977665447
+ 21
+403.9352438327764
+ 31
+14.28000000000001
+  0
+LINE
+  5
+13074
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1137.037977665447
+ 20
+403.9352438327764
+ 30
+14.28000000000001
+ 11
+1136.998241631272
+ 21
+403.2366624144798
+ 31
+14.28
+  0
+LINE
+  5
+13075
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1136.998241631272
+ 20
+403.2366624144798
+ 30
+14.28
+ 11
+1136.942476362253
+ 21
+402.8222246166632
+ 31
+14.28
+  0
+LINE
+  5
+13076
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1136.942476362253
+ 20
+402.8222246166632
+ 30
+14.28
+ 11
+1136.84926863491
+ 21
+402.3874520200608
+ 31
+14.28
+  0
+LINE
+  5
+13077
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1136.84926863491
+ 20
+402.3874520200608
+ 30
+14.28
+ 11
+1136.674013706077
+ 21
+401.8094796576987
+ 31
+14.28
+  0
+LINE
+  5
+13078
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1136.674013706077
+ 20
+401.8094796576987
+ 30
+14.28
+ 11
+1136.445860951218
+ 21
+401.2560175152787
+ 31
+14.28
+  0
+LINE
+  5
+13079
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1136.445860951218
+ 20
+401.2560175152787
+ 30
+14.28
+ 11
+1135.830739091478
+ 21
+400.2194090863405
+ 31
+14.28
+  0
+LINE
+  5
+1307A
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1135.830739091478
+ 20
+400.2194090863405
+ 30
+14.28
+ 11
+1135.087377848571
+ 21
+399.3757490979248
+ 31
+14.28
+  0
+LINE
+  5
+1307B
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1135.087377848571
+ 20
+399.3757490979248
+ 30
+14.28
+ 11
+1134.443268104704
+ 21
+398.8425887634418
+ 31
+14.28
+  0
+LINE
+  5
+1307C
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1134.443268104704
+ 20
+398.8425887634418
+ 30
+14.28
+ 11
+1133.610789926914
+ 21
+398.3362989571697
+ 31
+14.28
+  0
+LINE
+  5
+1307D
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1133.610789926914
+ 20
+398.3362989571697
+ 30
+14.28
+ 11
+1132.346689089843
+ 21
+397.8604345030671
+ 31
+14.28
+  0
+LINE
+  5
+1307E
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1132.346689089843
+ 20
+397.8604345030671
+ 30
+14.28
+ 11
+1130.790587085334
+ 21
+397.6635379957749
+ 31
+14.28
+  0
+LINE
+  5
+1307F
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1130.790587085334
+ 20
+397.6635379957749
+ 30
+14.28
+ 11
+1129.234483840441
+ 21
+397.8604247139261
+ 31
+14.28
+  0
+LINE
+  5
+13080
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1129.234483840441
+ 20
+397.8604247139261
+ 30
+14.28
+ 11
+1127.970380131871
+ 21
+398.336281466584
+ 31
+14.28
+  0
+LINE
+  5
+13081
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1127.970380131871
+ 20
+398.336281466584
+ 30
+14.28
+ 11
+1127.137898659169
+ 21
+398.842565817057
+ 31
+14.28
+  0
+LINE
+  5
+13082
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1127.137898659169
+ 20
+398.842565817057
+ 30
+14.28
+ 11
+1126.493785541389
+ 21
+399.3757220792486
+ 31
+14.28
+  0
+LINE
+  5
+13083
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1126.493785541389
+ 20
+399.3757220792486
+ 30
+14.28
+ 11
+1125.750419023155
+ 21
+400.219377423752
+ 31
+14.28
+  0
+LINE
+  5
+13084
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1125.750419023155
+ 20
+400.219377423752
+ 30
+14.28
+ 11
+1125.13533226776
+ 21
+401.2560015367154
+ 31
+14.28
+  0
+LINE
+  5
+13085
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1125.13533226776
+ 20
+401.2560015367154
+ 30
+14.28
+ 11
+1124.907134498019
+ 21
+401.8094427255785
+ 31
+14.28
+  0
+LINE
+  5
+13086
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1124.907134498019
+ 20
+401.8094427255785
+ 30
+14.28
+ 11
+1124.731695796371
+ 21
+402.3873686770508
+ 31
+14.28
+  0
+LINE
+  5
+13087
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1124.731695796371
+ 20
+402.3873686770508
+ 30
+14.28
+ 11
+1124.638663889952
+ 21
+402.8221857025129
+ 31
+14.28
+  0
+LINE
+  5
+13088
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1124.638663889952
+ 20
+402.8221857025129
+ 30
+14.28
+ 11
+1124.579594842423
+ 21
+403.2362646005788
+ 31
+14.28000000000001
+  0
+LINE
+  5
+13089
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1124.579594842423
+ 20
+403.2362646005788
+ 30
+14.28000000000001
+ 11
+1124.543157106112
+ 21
+403.9352045861696
+ 31
+14.28000000000001
+  0
+LINE
+  5
+1308A
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1124.543157106112
+ 20
+403.9352045861696
+ 30
+14.28000000000001
+ 11
+1129.898169151612
+ 21
+403.9110379957755
+ 31
+0.0
+  0
+SOLID
+  5
+1308B
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1109.018616267033
+ 20
+411.174872629063
+ 30
+0.0
+ 11
+1109.018616267033
+ 21
+414.5435626339141
+ 31
+0.0
+ 12
+1121.86555142679
+ 22
+411.1748726763774
+ 32
+0.0
+ 13
+1121.86555142679
+ 23
+414.5456774106687
+ 33
+0.0
+  0
+LINE
+  5
+1308C
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1121.86555142679
+ 20
+411.1748726763774
+ 30
+0.0
+ 11
+1110.704018670242
+ 21
+411.1748726295431
+ 31
+0.0
+  0
+LINE
+  5
+1308D
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1107.334271139388
+ 20
+414.5435625714021
+ 30
+0.0
+ 11
+1121.86555142679
+ 21
+414.5456774106687
+ 31
+0.0
+  0
+INSERT
+  5
+1308E
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+     9
+100
+AcDbBlockReference
+ 66
+     1
+  2
+bouton
+ 10
+1290.282205369583
+ 20
+669.3827028727419
+ 30
+0.0
+ 41
+28.0
+ 42
+23.81832075478905
+ 43
+23.00494563297525
+  0
+ATTRIB
+  5
+1308F
+330
+1308E
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1290.282205369583
+ 20
+669.3827028727419
+ 30
+0.0
+ 40
+2.381832075478904
+  1
+FV7201
+ 41
+1.175565661755149
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COMMANDE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+13090
+330
+1308E
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1290.282205369583
+ 20
+669.3827028727419
+ 30
+0.0
+ 40
+2.381832075478904
+  1
+FV7201
+ 41
+1.175565661755149
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+13091
+330
+1308E
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1290.282205369583
+ 20
+669.3827028727419
+ 30
+0.0
+ 40
+2.381832075478904
+  1
+56
+ 41
+1.175565661755149
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+13092
+330
+1308E
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1290.282205369583
+ 20
+669.3827028727419
+ 30
+0.0
+ 40
+2.381832075478904
+  1
+10
+ 41
+1.175565661755149
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+13093
+330
+1308E
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1290.282205369583
+ 20
+669.3827028727419
+ 30
+0.0
+ 40
+2.381832075478904
+  1
+12
+ 41
+1.175565661755149
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+13094
+330
+1308E
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1290.282205369583
+ 20
+669.3827028727419
+ 30
+0.0
+ 40
+2.381832075478904
+  1
+Fermer la vanne FV7201 ?
+ 41
+1.175565661755149
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+13095
+330
+1308E
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1290.282205369583
+ 20
+669.3827028727419
+ 30
+0.0
+ 40
+2.381832075478904
+  1
+Ouvrir la vanne FV7201 ?
+ 41
+1.175565661755149
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+13096
+330
+1308E
+100
+AcDbEntity
+  8
+0
+  0
+SOLID
+  5
+13097
+330
+12EE4
+100
+AcDbEntity
+  8
+IMG008
+ 62
+    56
+100
+AcDbTrace
+ 10
+1303.126393442818
+ 20
+674.8980724024808
+ 30
+14.28
+ 11
+1292.416393442818
+ 21
+674.8980724024808
+ 31
+14.28
+ 12
+1303.126393442818
+ 22
+687.3930724024817
+ 32
+14.28
+ 13
+1292.416393442818
+ 23
+687.3930724024817
+ 33
+14.28
+ 39
+14.28
+  0
+SOLID
+  5
+13098
+330
+12EE4
+100
+AcDbEntity
+  8
+IMG008
+ 62
+    56
+100
+AcDbTrace
+ 10
+1310.266393442818
+ 20
+682.0381544687592
+ 30
+0.0
+ 11
+1303.126393442818
+ 21
+682.0381544687592
+ 31
+0.0
+ 12
+1310.266393442818
+ 22
+680.2531544687592
+ 32
+0.0
+ 13
+1303.126393442818
+ 23
+680.2531544687592
+ 33
+0.0
+ 39
+14.28
+  0
+SOLID
+  5
+13099
+330
+12EE4
+100
+AcDbEntity
+  8
+IMG008
+ 62
+    56
+100
+AcDbTrace
+ 10
+1313.86059977444
+ 20
+682.0380724024812
+ 30
+0.0
+ 11
+1313.86059977444
+ 21
+680.2530724024814
+ 31
+0.0
+ 12
+1310.266393442818
+ 22
+682.0381544687592
+ 32
+0.0
+ 13
+1310.266393442818
+ 23
+680.2531544687592
+ 33
+0.0
+  0
+SOLID
+  5
+1309A
+330
+12EE4
+100
+AcDbEntity
+  8
+IMG008
+ 62
+    56
+100
+AcDbTrace
+ 10
+1306.72059977444
+ 20
+690.0705724024815
+ 30
+0.0
+ 11
+1310.266393442818
+ 21
+682.0381544687592
+ 31
+0.0
+ 12
+1317.43059977444
+ 22
+690.0705724024815
+ 32
+0.0
+ 13
+1313.86059977444
+ 23
+682.0380724024812
+ 33
+0.0
+  0
+SOLID
+  5
+1309B
+330
+12EE4
+100
+AcDbEntity
+  8
+IMG008
+ 62
+    56
+100
+AcDbTrace
+ 10
+1306.72059977444
+ 20
+672.2205724024811
+ 30
+0.0
+ 11
+1310.266393442818
+ 21
+680.2529903362032
+ 31
+0.0
+ 12
+1317.43059977444
+ 22
+672.2205724024811
+ 32
+0.0
+ 13
+1313.86059977444
+ 23
+680.2530724024814
+ 33
+0.0
+  0
+LINE
+  5
+1309C
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1306.72059977444
+ 20
+672.2205724024811
+ 30
+0.0
+ 11
+1310.266393442818
+ 21
+680.2531544687592
+ 31
+14.28000000000001
+  0
+LINE
+  5
+1309D
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1310.266393442818
+ 20
+680.2531544687592
+ 30
+14.28000000000001
+ 11
+1303.126393442818
+ 21
+680.2531544687592
+ 31
+14.28000000000001
+  0
+LINE
+  5
+1309E
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1303.126393442818
+ 20
+680.2531544687846
+ 30
+28.56000000000003
+ 11
+1303.15059977444
+ 21
+674.8980724025061
+ 31
+28.56000000000003
+  0
+LINE
+  5
+1309F
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1292.44059977444
+ 20
+674.8980724024808
+ 30
+28.56000000000006
+ 11
+1303.15059977444
+ 21
+674.8980724024808
+ 31
+28.56000000000006
+  0
+LINE
+  5
+130A0
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1303.15059977444
+ 20
+687.3930724024817
+ 30
+14.28000000000001
+ 11
+1303.126393442818
+ 21
+682.0381544687592
+ 31
+14.28000000000001
+  0
+LINE
+  5
+130A1
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1303.126393442818
+ 20
+682.0381544687592
+ 30
+14.28000000000001
+ 11
+1310.266393442818
+ 21
+682.0381544687592
+ 31
+14.28000000000001
+  0
+LINE
+  5
+130A2
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1310.266393442818
+ 20
+682.0381544687592
+ 30
+14.28000000000001
+ 11
+1306.72059977444
+ 21
+690.0705724024815
+ 31
+0.0
+  0
+LINE
+  5
+130A3
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1317.43059977444
+ 20
+690.0705724024815
+ 30
+0.0
+ 11
+1313.86059977444
+ 21
+682.0380724024812
+ 31
+0.0
+  0
+LINE
+  5
+130A4
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1313.86059977444
+ 20
+682.0380724024812
+ 30
+0.0
+ 11
+1313.86059977444
+ 21
+680.2530724024814
+ 31
+0.0
+  0
+LINE
+  5
+130A5
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1313.86059977444
+ 20
+680.2530724024814
+ 30
+0.0
+ 11
+1317.43059977444
+ 21
+672.2205724024811
+ 31
+0.0
+  0
+LINE
+  5
+130A6
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1303.126393442818
+ 20
+687.3930724024817
+ 30
+14.28
+ 11
+1292.416393442818
+ 21
+687.3930724024817
+ 31
+14.28
+  0
+LINE
+  5
+130A7
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1292.416393442818
+ 20
+687.3930724024817
+ 30
+28.56
+ 11
+1292.44059977444
+ 21
+674.8980724024808
+ 31
+28.56000000000006
+  0
+LINE
+  5
+130A8
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1317.43059977444
+ 20
+672.2205724024811
+ 30
+14.28000000000001
+ 11
+1306.72059977444
+ 21
+672.2205724024811
+ 31
+0.0
+  0
+LINE
+  5
+130A9
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1317.43059977444
+ 20
+690.0705724024815
+ 30
+14.28000000000001
+ 11
+1306.72059977444
+ 21
+690.0705724024815
+ 31
+0.0
+  0
+SOLID
+  5
+130AA
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1313.720244443519
+ 20
+705.3987625707103
+ 30
+0.0
+ 11
+1310.351554438668
+ 21
+705.3987625707103
+ 31
+0.0
+ 12
+1313.720244443519
+ 22
+690.0705724024812
+ 32
+0.0
+ 13
+1310.350886161628
+ 23
+690.0705724024815
+ 33
+0.0
+  0
+SOLID
+  5
+130AB
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1313.720244443519
+ 20
+672.2205724024811
+ 30
+0.0
+ 11
+1310.350107938953
+ 21
+672.2205724024811
+ 31
+0.0
+ 12
+1313.720287326896
+ 22
+656.8923982118108
+ 32
+0.0
+ 13
+1310.34948254529
+ 23
+656.8923982118108
+ 33
+0.0
+  0
+LINE
+  5
+130AC
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1313.720244221326
+ 20
+690.0705726501463
+ 30
+14.28000000000001
+ 11
+1313.720244221326
+ 21
+705.3987625707103
+ 31
+0.0000000000000568
+  0
+LINE
+  5
+130AD
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1310.350918589187
+ 20
+690.0709831230431
+ 30
+14.27999999999998
+ 11
+1310.350918589187
+ 21
+705.3991730436067
+ 31
+0.0000000000000284
+  0
+LINE
+  5
+130AE
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1310.349514952862
+ 20
+656.892350498672
+ 30
+14.28000000000001
+ 11
+1310.349514952862
+ 21
+672.2205404192358
+ 31
+0.0000000000000568
+  0
+LINE
+  5
+130AF
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1313.720319734468
+ 20
+656.892350498672
+ 30
+14.28000000000001
+ 11
+1313.720319734468
+ 21
+672.2205404192358
+ 31
+0.0000000000000568
+  0
+INSERT
+  5
+130B0
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+     9
+100
+AcDbBlockReference
+ 66
+     1
+  2
+palet
+ 10
+1346.41029247742
+ 20
+691.4291177346105
+ 30
+-43.19142612716809
+  0
+ATTRIB
+  5
+130B1
+330
+130B0
+100
+AcDbEntity
+  8
+IMG009
+ 62
+     9
+100
+AcDbText
+ 10
+1346.41029247742
+ 20
+691.4291177346105
+ 30
+-43.19142612716809
+ 40
+8.0
+  1
+PCV7201=0[0]
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+130B2
+330
+130B0
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1346.41029247742
+ 20
+691.4291177346105
+ 30
+-43.19142612716809
+ 40
+6.0
+  1
+57
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+130B3
+330
+130B0
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1346.41029247742
+ 20
+691.4291177346105
+ 30
+-43.19142612716809
+ 40
+8.0
+  1
+12
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+130B4
+330
+130B0
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1346.41029247742
+ 20
+691.4291177346105
+ 30
+-43.19142612716809
+ 40
+8.0
+  1
+
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+130B5
+330
+130B0
+100
+AcDbEntity
+  8
+0
+  0
+INSERT
+  5
+130B6
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+     9
+100
+AcDbBlockReference
+ 66
+     1
+  2
+palet
+ 10
+1352.410297384158
+ 20
+691.456745494495
+ 30
+-86.38285225433618
+  0
+ATTRIB
+  5
+130B7
+330
+130B6
+100
+AcDbEntity
+  8
+IMG009
+ 62
+     9
+100
+AcDbText
+ 10
+1352.410297384158
+ 20
+691.456745494495
+ 30
+-86.38285225433618
+ 40
+8.0
+  1
+PCV7201#0[0]
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+130B8
+330
+130B6
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1352.410297384158
+ 20
+691.456745494495
+ 30
+-86.38285225433618
+ 40
+6.0
+  1
+57
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+130B9
+330
+130B6
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1352.410297384158
+ 20
+691.456745494495
+ 30
+-86.38285225433618
+ 40
+8.0
+  1
+10
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+130BA
+330
+130B6
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1352.410297384158
+ 20
+691.456745494495
+ 30
+-86.38285225433618
+ 40
+8.0
+  1
+
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+130BB
+330
+130B6
+100
+AcDbEntity
+  8
+0
+  0
+TEXT
+  5
+130BC
+330
+12EE4
+100
+AcDbEntity
+  8
+TEXTE
+ 62
+     7
+100
+AcDbText
+ 10
+1364.088564119457
+ 20
+682.0212469156656
+ 30
+0.0
+ 40
+8.0
+  1
+PCV7201
+100
+AcDbText
+  0
+INSERT
+  5
+130BD
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Valnum
+ 10
+1365.088564119457
+ 20
+669.6690271640242
+ 30
+0.0
+ 41
+1.199999999999999
+ 42
+1.199999999999999
+ 43
+1.5
+  0
+ATTRIB
+  5
+130BE
+330
+130BD
+100
+AcDbEntity
+  8
+IMG027
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1417.888564119457
+ 20
+669.6690271640242
+ 30
+0.0
+ 40
+9.599999999999999
+  1
+PCV7201
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+130BF
+330
+130BD
+100
+AcDbEntity
+  8
+IMG027
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1417.888564119457
+ 20
+669.6690271640242
+ 30
+0.0
+ 40
+9.599999999999999
+  1
+14
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+130C0
+330
+130BD
+100
+AcDbEntity
+  8
+IMG027
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1417.888564119457
+ 20
+669.6690271640242
+ 30
+0.0
+ 40
+9.599999999999999
+  1
+0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+130C1
+330
+130BD
+100
+AcDbEntity
+  8
+0
+  0
+TEXT
+  5
+130C2
+330
+12EE4
+100
+AcDbEntity
+  8
+TEXTE
+ 62
+     2
+100
+AcDbText
+ 10
+1398.088564119457
+ 20
+670.5645436867107
+ 30
+0.0
+ 40
+8.0
+  1
+%
+100
+AcDbText
+  0
+SOLID
+  5
+130C3
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbTrace
+ 10
+1360.088564615759
+ 20
+691.5645436867109
+ 30
+0.0
+ 11
+1360.088564615759
+ 21
+668.5645437943783
+ 31
+0.0
+ 12
+1413.088564119457
+ 22
+691.5645436867109
+ 32
+0.0
+ 13
+1413.088564119457
+ 23
+668.5645434002362
+ 33
+0.0
+  0
+SOLID
+  5
+130C4
+330
+12EE4
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+1360.088564615759
+ 20
+691.5645436867109
+ 30
+230.4
+ 11
+1413.088564119457
+ 21
+691.5645436867109
+ 31
+230.4
+ 12
+1358.288564615759
+ 22
+693.3645436867102
+ 32
+230.4
+ 13
+1414.888561242456
+ 23
+693.3645351638585
+ 33
+230.4
+  0
+SOLID
+  5
+130C5
+330
+12EE4
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+1358.288564615759
+ 20
+666.7645437943782
+ 30
+0.0
+ 11
+1360.088564615759
+ 21
+668.5645437943783
+ 31
+0.0
+ 12
+1358.288564615759
+ 22
+693.3645436867102
+ 32
+0.0
+ 13
+1360.088564615759
+ 23
+691.5645436867109
+ 33
+0.0
+  0
+SOLID
+  5
+130C6
+330
+12EE4
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+1358.288564587729
+ 20
+666.7645393834586
+ 30
+0.0
+ 11
+1414.888568136234
+ 21
+666.7645393834586
+ 31
+0.0
+ 12
+1360.088564587729
+ 22
+668.5645393834586
+ 32
+0.0
+ 13
+1413.088564119457
+ 23
+668.5645434002362
+ 33
+0.0
+  0
+SOLID
+  5
+130C7
+330
+12EE4
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+1414.888564119457
+ 20
+666.7645434002363
+ 30
+230.4
+ 11
+1413.088564119457
+ 21
+668.5645434002362
+ 31
+230.4
+ 12
+1414.888569765334
+ 22
+693.3645436867102
+ 32
+230.4
+ 13
+1413.088564119457
+ 23
+691.5645436867109
+ 33
+230.4
+  0
+LWPOLYLINE
+  5
+130C8
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 38
+230.4
+ 10
+1358.288563072415
+ 20
+693.3645475506217
+ 10
+1414.888559699108
+ 20
+693.3645475506217
+ 10
+1414.888565453114
+ 20
+666.7645485183067
+ 10
+1358.28856882642
+ 20
+666.7645485183067
+  0
+TEXT
+  5
+130C9
+330
+12EE4
+100
+AcDbEntity
+  8
+TEXTE
+ 62
+     7
+100
+AcDbText
+ 10
+1240.288562523588
+ 20
+683.0212552154717
+ 30
+0.0
+ 40
+8.0
+  1
+FV7201
+100
+AcDbText
+  0
+SOLID
+  5
+130CA
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbTrace
+ 10
+1233.088569142432
+ 20
+692.564551986517
+ 30
+0.0
+ 11
+1233.088569142432
+ 21
+669.5645520941844
+ 31
+0.0
+ 12
+1286.088568646128
+ 22
+692.564551986517
+ 32
+0.0
+ 13
+1286.088568646128
+ 23
+669.5645517000421
+ 33
+0.0
+  0
+SOLID
+  5
+130CB
+330
+12EE4
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+1233.088569142432
+ 20
+692.564551986517
+ 30
+230.4
+ 11
+1286.088568646128
+ 21
+692.564551986517
+ 31
+230.4
+ 12
+1231.288569142431
+ 22
+694.3645519865165
+ 32
+230.4
+ 13
+1287.888565769128
+ 23
+694.3645434636644
+ 33
+230.4
+  0
+SOLID
+  5
+130CC
+330
+12EE4
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+1231.288569142431
+ 20
+667.7645520941843
+ 30
+0.0
+ 11
+1233.088569142432
+ 21
+669.5645520941844
+ 31
+0.0
+ 12
+1231.288569142431
+ 22
+694.3645519865165
+ 32
+0.0
+ 13
+1233.088569142432
+ 23
+692.564551986517
+ 33
+0.0
+  0
+SOLID
+  5
+130CD
+330
+12EE4
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+1231.288569114401
+ 20
+667.7645476832648
+ 30
+0.0
+ 11
+1287.888572662907
+ 21
+667.7645476832648
+ 31
+0.0
+ 12
+1233.088569114401
+ 22
+669.5645476832647
+ 32
+0.0
+ 13
+1286.088568646128
+ 23
+669.5645517000421
+ 33
+0.0
+  0
+SOLID
+  5
+130CE
+330
+12EE4
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+1287.888568646129
+ 20
+667.7645517000422
+ 30
+230.4
+ 11
+1286.088568646128
+ 21
+669.5645517000421
+ 31
+230.4
+ 12
+1287.888574292006
+ 22
+694.3645519865165
+ 32
+230.4
+ 13
+1286.088568646128
+ 23
+692.564551986517
+ 33
+230.4
+  0
+LWPOLYLINE
+  5
+130CF
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 38
+230.4
+ 10
+1231.288567599087
+ 20
+694.3645558504279
+ 10
+1287.888564225781
+ 20
+694.3645558504279
+ 10
+1287.888569979786
+ 20
+667.7645568181127
+ 10
+1231.288573353092
+ 20
+667.7645568181127
+  0
+INSERT
+  5
+130D0
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Jbutton
+ 10
+1239.288562523588
+ 20
+672.6446879693242
+ 30
+0.0
+ 41
+16.0
+ 42
+8.0
+ 43
+16.0
+  0
+ATTRIB
+  5
+130D1
+330
+130D0
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1239.288562523588
+ 20
+672.6446879693242
+ 30
+0.0
+ 40
+0.8000000000000001
+  1
+FV7201=0
+ 41
+1.999999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COMMANDE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+130D2
+330
+130D0
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1239.288562523588
+ 20
+672.6446879693242
+ 30
+0.0
+ 40
+0.8000000000000001
+  1
+FV7201
+ 41
+1.999999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+130D3
+330
+130D0
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1239.288562523588
+ 20
+672.6446879693242
+ 30
+0.0
+ 40
+0.8000000000000001
+  1
+7
+ 41
+1.999999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+130D4
+330
+130D0
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1239.288562523588
+ 20
+672.6446879693242
+ 30
+0.0
+ 40
+0.8000000000000001
+  1
+12
+ 41
+1.999999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+130D5
+330
+130D0
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1239.288562523588
+ 20
+672.6446879693242
+ 30
+0.0
+ 40
+0.8000000000000001
+  1
+1
+ 41
+1.999999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CONFIRM
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+130D6
+330
+130D0
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1239.288562523588
+ 20
+672.6446879693242
+ 30
+0.0
+ 40
+0.8000000000000001
+  1
+Ouvrir la vanne FV7201 ?
+ 41
+1.999999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+130D7
+330
+130D0
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1239.288562523588
+ 20
+672.6446879693242
+ 30
+0.0
+ 40
+0.8000000000000001
+  1
+Ouvrir la vanne FV7201 ?
+ 41
+1.999999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+130D8
+330
+130D0
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1239.288562523588
+ 20
+672.6446879693242
+ 30
+0.0
+ 40
+0.8000000000000001
+  1
+O
+ 41
+1.999999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+TEXTE
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+130D9
+330
+130D0
+100
+AcDbEntity
+  8
+0
+  0
+INSERT
+  5
+130DA
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Jbutton
+ 10
+1263.288562523588
+ 20
+672.6446879693242
+ 30
+0.0
+ 41
+16.0
+ 42
+8.0
+ 43
+16.0
+  0
+ATTRIB
+  5
+130DB
+330
+130DA
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1263.288562523588
+ 20
+672.6446879693242
+ 30
+0.0
+ 40
+0.8000000000000001
+  1
+FV7201=1
+ 41
+1.999999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COMMANDE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+130DC
+330
+130DA
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1263.288562523588
+ 20
+672.6446879693242
+ 30
+0.0
+ 40
+0.8000000000000001
+  1
+FV7201
+ 41
+1.999999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+130DD
+330
+130DA
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1263.288562523588
+ 20
+672.6446879693242
+ 30
+0.0
+ 40
+0.8000000000000001
+  1
+10
+ 41
+1.999999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+130DE
+330
+130DA
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1263.288562523588
+ 20
+672.6446879693242
+ 30
+0.0
+ 40
+0.8000000000000001
+  1
+7
+ 41
+1.999999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+130DF
+330
+130DA
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1263.288562523588
+ 20
+672.6446879693242
+ 30
+0.0
+ 40
+0.8000000000000001
+  1
+1
+ 41
+1.999999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CONFIRM
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+130E0
+330
+130DA
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1263.288562523588
+ 20
+672.6446879693242
+ 30
+0.0
+ 40
+0.8000000000000001
+  1
+Fermer la vanne FV7201 ?
+ 41
+1.999999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+130E1
+330
+130DA
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1263.288562523588
+ 20
+672.6446879693242
+ 30
+0.0
+ 40
+0.8000000000000001
+  1
+
+ 41
+1.999999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+130E2
+330
+130DA
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1263.288562523588
+ 20
+672.6446879693242
+ 30
+0.0
+ 40
+0.8000000000000001
+  1
+C
+ 41
+1.999999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+TEXTE
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+130E3
+330
+130DA
+100
+AcDbEntity
+  8
+0
+  0
+TEXT
+  5
+130E4
+330
+12EE4
+100
+AcDbEntity
+  8
+TEXTE
+ 62
+     7
+100
+AcDbText
+ 10
+1110.088568646129
+ 20
+437.0212552154717
+ 30
+0.0
+ 40
+8.0
+  1
+LCV7201
+100
+AcDbText
+  0
+INSERT
+  5
+130E5
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Valnum
+ 10
+1111.088568646128
+ 20
+424.6690354638301
+ 30
+0.0
+ 41
+1.199999999999999
+ 42
+1.199999999999999
+ 43
+1.5
+  0
+ATTRIB
+  5
+130E6
+330
+130E5
+100
+AcDbEntity
+  8
+IMG027
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1163.888568646129
+ 20
+424.6690354638301
+ 30
+0.0
+ 40
+9.599999999999999
+  1
+LCV7201
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+130E7
+330
+130E5
+100
+AcDbEntity
+  8
+IMG027
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1163.888568646129
+ 20
+424.6690354638301
+ 30
+0.0
+ 40
+9.599999999999999
+  1
+14
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+130E8
+330
+130E5
+100
+AcDbEntity
+  8
+IMG027
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1163.888568646129
+ 20
+424.6690354638301
+ 30
+0.0
+ 40
+9.599999999999999
+  1
+0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+130E9
+330
+130E5
+100
+AcDbEntity
+  8
+0
+  0
+TEXT
+  5
+130EA
+330
+12EE4
+100
+AcDbEntity
+  8
+TEXTE
+ 62
+     2
+100
+AcDbText
+ 10
+1144.088568646129
+ 20
+425.5645519865169
+ 30
+0.0
+ 40
+8.0
+  1
+%
+100
+AcDbText
+  0
+SOLID
+  5
+130EB
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbTrace
+ 10
+1106.088569142431
+ 20
+446.5645519865168
+ 30
+0.0
+ 11
+1106.088569142431
+ 21
+423.5645520941843
+ 31
+0.0
+ 12
+1159.088568646128
+ 22
+446.5645519865168
+ 32
+0.0
+ 13
+1159.088568646128
+ 23
+423.5645517000423
+ 33
+0.0
+  0
+SOLID
+  5
+130EC
+330
+12EE4
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+1106.088569142431
+ 20
+446.5645519865168
+ 30
+230.4
+ 11
+1159.088568646128
+ 21
+446.5645519865168
+ 31
+230.4
+ 12
+1104.288569142431
+ 22
+448.3645519865165
+ 32
+230.4
+ 13
+1160.888565769128
+ 23
+448.3645434636646
+ 33
+230.4
+  0
+SOLID
+  5
+130ED
+330
+12EE4
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+1104.288569142431
+ 20
+421.7645520941843
+ 30
+0.0
+ 11
+1106.088569142431
+ 21
+423.5645520941843
+ 31
+0.0
+ 12
+1104.288569142431
+ 22
+448.3645519865165
+ 32
+0.0
+ 13
+1106.088569142431
+ 23
+446.5645519865168
+ 33
+0.0
+  0
+SOLID
+  5
+130EE
+330
+12EE4
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+1104.288569114401
+ 20
+421.7645476832648
+ 30
+0.0
+ 11
+1160.888572662907
+ 21
+421.7645476832648
+ 31
+0.0
+ 12
+1106.088569114401
+ 22
+423.5645476832647
+ 32
+0.0
+ 13
+1159.088568646128
+ 23
+423.5645517000423
+ 33
+0.0
+  0
+SOLID
+  5
+130EF
+330
+12EE4
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+1160.888568646129
+ 20
+421.7645517000423
+ 30
+230.4
+ 11
+1159.088568646128
+ 21
+423.5645517000423
+ 31
+230.4
+ 12
+1160.888574292006
+ 22
+448.3645519865165
+ 32
+230.4
+ 13
+1159.088568646128
+ 23
+446.5645519865168
+ 33
+230.4
+  0
+LWPOLYLINE
+  5
+130F0
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 38
+230.4
+ 10
+1104.288567599087
+ 20
+448.3645558504277
+ 10
+1160.888564225781
+ 20
+448.3645558504277
+ 10
+1160.888569979786
+ 20
+421.7645568181128
+ 10
+1104.288573353092
+ 20
+421.7645568181128
+  0
+INSERT
+  5
+130F1
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+     9
+100
+AcDbBlockReference
+ 66
+     1
+  2
+palet
+ 10
+1143.410290293702
+ 20
+398.4567528509674
+ 30
+-43.19142612716809
+  0
+ATTRIB
+  5
+130F2
+330
+130F1
+100
+AcDbEntity
+  8
+IMG009
+ 62
+     9
+100
+AcDbText
+ 10
+1143.410290293702
+ 20
+398.4567528509674
+ 30
+-43.19142612716809
+ 40
+8.0
+  1
+LCV7201=0[0]
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+130F3
+330
+130F1
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1143.410290293702
+ 20
+398.4567528509674
+ 30
+-43.19142612716809
+ 40
+6.0
+  1
+58
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+130F4
+330
+130F1
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1143.410290293702
+ 20
+398.4567528509674
+ 30
+-43.19142612716809
+ 40
+8.0
+  1
+12
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+130F5
+330
+130F1
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1143.410290293702
+ 20
+398.4567528509674
+ 30
+-43.19142612716809
+ 40
+8.0
+  1
+
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+130F6
+330
+130F1
+100
+AcDbEntity
+  8
+0
+  0
+INSERT
+  5
+130F7
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+     9
+100
+AcDbBlockReference
+ 66
+     1
+  2
+palet
+ 10
+1149.41029520044
+ 20
+398.484380610852
+ 30
+-86.38285225433618
+  0
+ATTRIB
+  5
+130F8
+330
+130F7
+100
+AcDbEntity
+  8
+IMG009
+ 62
+     9
+100
+AcDbText
+ 10
+1149.41029520044
+ 20
+398.484380610852
+ 30
+-86.38285225433618
+ 40
+8.0
+  1
+LCV7201#0[0]
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+130F9
+330
+130F7
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1149.41029520044
+ 20
+398.484380610852
+ 30
+-86.38285225433618
+ 40
+6.0
+  1
+58
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+130FA
+330
+130F7
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1149.41029520044
+ 20
+398.484380610852
+ 30
+-86.38285225433618
+ 40
+8.0
+  1
+10
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+130FB
+330
+130F7
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1149.41029520044
+ 20
+398.484380610852
+ 30
+-86.38285225433618
+ 40
+8.0
+  1
+
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+130FC
+330
+130F7
+100
+AcDbEntity
+  8
+0
+  0
+SOLID
+  5
+130FD
+330
+12EE4
+100
+AcDbEntity
+  8
+INSTRUM
+ 62
+     0
+380
+     2
+100
+AcDbTrace
+ 10
+1863.697703343631
+ 20
+738.6804602713333
+ 30
+0.0
+ 11
+1608.056565835112
+ 21
+738.6591877019919
+ 31
+0.0
+ 12
+1863.665259261055
+ 22
+816.7568089005321
+ 32
+0.0
+ 13
+1608.054809679667
+ 23
+816.7568428748657
+ 33
+0.0
+  0
+SOLID
+  5
+130FE
+330
+12EE4
+100
+AcDbEntity
+  8
+INSTRUM
+ 62
+     7
+100
+AcDbTrace
+ 10
+1608.054656934463
+ 20
+738.6591875431474
+ 30
+-20.50134022301743
+ 11
+1863.695794442982
+ 21
+738.6804601124885
+ 31
+-20.50134022301743
+ 12
+1599.842261631868
+ 22
+732.2737912927951
+ 32
+-20.50134022301743
+ 13
+1871.941139775004
+ 23
+732.2737912927951
+ 33
+-20.50134022301743
+ 39
+20.50134022301743
+  0
+TEXT
+  5
+130FF
+330
+12EE4
+100
+AcDbEntity
+  8
+INSTRUM
+ 62
+     7
+420
+ 16777215
+100
+AcDbText
+ 10
+1652.954139712821
+ 20
+775.8316525166375
+ 30
+49.20321653524187
+ 40
+30.75201033452616
+  1
+ESS-SAF
+  7
+GRAS
+100
+AcDbText
+  0
+LINE
+  5
+13100
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1599.828483069954
+ 20
+732.2737912927951
+ 30
+0.0
+ 11
+1871.954918336918
+ 21
+732.2737912927952
+ 31
+0.0
+  0
+SOLID
+  5
+13101
+330
+12EE4
+100
+AcDbEntity
+  8
+INSTRUM
+ 62
+     8
+380
+     2
+100
+AcDbTrace
+ 10
+1599.886322934826
+ 20
+824.6301914278687
+ 30
+0.0
+ 11
+1608.118140811048
+ 21
+816.7568081035152
+ 31
+0.0
+ 12
+1599.842261631868
+ 22
+732.2737912927951
+ 32
+0.0
+ 13
+1608.056565835112
+ 23
+738.6591877019919
+ 33
+0.0
+  0
+LINE
+  5
+13102
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1599.842266736273
+ 20
+732.2844905769021
+ 30
+0.0
+ 11
+1599.828481673395
+ 21
+824.6443022425475
+ 31
+0.0
+  0
+LINE
+  5
+13103
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1599.828483069954
+ 20
+732.2737912927951
+ 30
+0.0
+ 11
+1608.054660607148
+ 21
+738.6591903987752
+ 31
+0.0
+  0
+TEXT
+  5
+13104
+330
+12EE4
+100
+AcDbEntity
+  8
+INSTRUM
+ 62
+     7
+420
+ 16777215
+100
+AcDbText
+ 10
+1634.899195380884
+ 20
+752.3501971220268
+ 30
+49.20321653524187
+ 40
+17.0
+  1
+LN2 - Boite à vannes
+  7
+GRAS
+100
+AcDbText
+  0
+SOLID
+  5
+13105
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1672.912447528142
+ 20
+540.6446928496783
+ 30
+0.0
+ 11
+1672.912447528142
+ 21
+544.0133828545294
+ 31
+0.0
+ 12
+1681.914207922025
+ 22
+540.6446928969927
+ 32
+0.0
+ 13
+1681.914207922025
+ 23
+544.015497631284
+ 33
+0.0
+  0
+SOLID
+  5
+13106
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1654.912447528142
+ 20
+540.6446928496783
+ 30
+0.0
+ 11
+1654.912447528142
+ 21
+544.0133828545294
+ 31
+0.0
+ 12
+1663.914207922025
+ 22
+540.6446928969927
+ 32
+0.0
+ 13
+1663.914207922025
+ 23
+544.015497631284
+ 33
+0.0
+  0
+SOLID
+  5
+13107
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1690.912447528142
+ 20
+540.6446928496783
+ 30
+0.0
+ 11
+1690.912447528142
+ 21
+544.0133828545294
+ 31
+0.0
+ 12
+1699.914207922025
+ 22
+540.6446928969927
+ 32
+0.0
+ 13
+1699.914207922025
+ 23
+544.015497631284
+ 33
+0.0
+  0
+SOLID
+  5
+13108
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1690.912411869598
+ 20
+540.6447235658039
+ 30
+0.0
+ 11
+1690.912411869598
+ 21
+544.0134135706549
+ 31
+0.0
+ 12
+1699.91417226348
+ 22
+540.6447236131182
+ 32
+0.0
+ 13
+1699.91417226348
+ 23
+544.0155283474096
+ 33
+0.0
+  0
+LINE
+  5
+13109
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1690.912411869598
+ 20
+544.0134135706549
+ 30
+0.0
+ 11
+1699.91417226348
+ 21
+544.0134135706549
+ 31
+0.0
+  0
+LINE
+  5
+1310A
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1699.91417226348
+ 20
+544.0134135706549
+ 30
+0.0
+ 11
+1699.91417226348
+ 21
+540.6447236131182
+ 31
+0.0
+  0
+LINE
+  5
+1310B
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1699.91417226348
+ 20
+540.6447236131182
+ 30
+0.0
+ 11
+1690.912411869598
+ 21
+540.6447235658039
+ 31
+0.0
+  0
+LINE
+  5
+1310C
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1690.912411869598
+ 20
+540.6447235658039
+ 30
+0.0
+ 11
+1690.912411869598
+ 21
+544.0134135706549
+ 31
+0.0
+  0
+SOLID
+  5
+1310D
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1672.912411869598
+ 20
+540.6447235658039
+ 30
+0.0
+ 11
+1672.912411869598
+ 21
+544.0134135706549
+ 31
+0.0
+ 12
+1681.91417226348
+ 22
+540.6447236131182
+ 32
+0.0
+ 13
+1681.91417226348
+ 23
+544.0155283474096
+ 33
+0.0
+  0
+LINE
+  5
+1310E
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1672.912411869598
+ 20
+544.0134135706549
+ 30
+0.0
+ 11
+1681.91417226348
+ 21
+544.0134135706549
+ 31
+0.0
+  0
+LINE
+  5
+1310F
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1681.91417226348
+ 20
+544.0134135706549
+ 30
+0.0
+ 11
+1681.91417226348
+ 21
+540.6447236131182
+ 31
+0.0
+  0
+LINE
+  5
+13110
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1681.91417226348
+ 20
+540.6447236131182
+ 30
+0.0
+ 11
+1672.912411869598
+ 21
+540.6447235658039
+ 31
+0.0
+  0
+LINE
+  5
+13111
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1672.912411869598
+ 20
+540.6447235658039
+ 30
+0.0
+ 11
+1672.912411869598
+ 21
+544.0134135706549
+ 31
+0.0
+  0
+SOLID
+  5
+13112
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1654.912411869598
+ 20
+540.6447235658039
+ 30
+0.0
+ 11
+1654.912411869598
+ 21
+544.0134135706549
+ 31
+0.0
+ 12
+1663.914172263481
+ 22
+540.6447236131182
+ 32
+0.0
+ 13
+1663.914172263481
+ 23
+544.0155283474096
+ 33
+0.0
+  0
+LINE
+  5
+13113
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1654.912411869598
+ 20
+544.0134135706549
+ 30
+0.0
+ 11
+1663.914172263481
+ 21
+544.0134135706549
+ 31
+0.0
+  0
+LINE
+  5
+13114
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1663.914172263481
+ 20
+544.0134135706549
+ 30
+0.0
+ 11
+1663.914172263481
+ 21
+540.6447236131182
+ 31
+0.0
+  0
+LINE
+  5
+13115
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1663.914172263481
+ 20
+540.6447236131182
+ 30
+0.0
+ 11
+1654.912411869598
+ 21
+540.6447235658039
+ 31
+0.0
+  0
+LINE
+  5
+13116
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1654.912411869598
+ 20
+540.6447235658039
+ 30
+0.0
+ 11
+1654.912411869598
+ 21
+544.0134135706549
+ 31
+0.0
+  0
+SOLID
+  5
+13117
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1628.912413327488
+ 20
+540.6447235658039
+ 30
+0.0
+ 11
+1628.912413327488
+ 21
+544.0134135706549
+ 31
+0.0
+ 12
+1645.914172263481
+ 22
+540.6447236131182
+ 32
+0.0
+ 13
+1645.914172263481
+ 23
+544.0155283474096
+ 33
+0.0
+  0
+SOLID
+  5
+13118
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1672.912448770571
+ 20
+548.6446877950578
+ 30
+0.0
+ 11
+1672.912448770571
+ 21
+552.0133777999088
+ 31
+0.0
+ 12
+1681.914209164453
+ 22
+548.6446878423723
+ 32
+0.0
+ 13
+1681.914209164453
+ 23
+552.0154925766632
+ 33
+0.0
+  0
+SOLID
+  5
+13119
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1654.912448770571
+ 20
+548.6446877950578
+ 30
+0.0
+ 11
+1654.912448770571
+ 21
+552.0133777999088
+ 31
+0.0
+ 12
+1663.914209164453
+ 22
+548.6446878423723
+ 32
+0.0
+ 13
+1663.914209164453
+ 23
+552.0154925766632
+ 33
+0.0
+  0
+SOLID
+  5
+1311A
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1620.912413327487
+ 20
+548.6446877950578
+ 30
+0.0
+ 11
+1620.912413327487
+ 21
+552.0133777999088
+ 31
+0.0
+ 12
+1645.914209164453
+ 22
+548.6446878423723
+ 32
+0.0
+ 13
+1645.914209164453
+ 23
+552.0154925766632
+ 33
+0.0
+  0
+SOLID
+  5
+1311B
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1690.912448770571
+ 20
+548.6446877950578
+ 30
+0.0
+ 11
+1690.912448770571
+ 21
+552.0133777999088
+ 31
+0.0
+ 12
+1699.914209164453
+ 22
+548.6446878423723
+ 32
+0.0
+ 13
+1699.914209164453
+ 23
+552.0154925766632
+ 33
+0.0
+  0
+SOLID
+  5
+1311C
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1690.912413112026
+ 20
+548.6447185111834
+ 30
+0.0
+ 11
+1690.912413112026
+ 21
+552.0134085160345
+ 31
+0.0
+ 12
+1699.914173505909
+ 22
+548.6447185584978
+ 32
+0.0
+ 13
+1699.914173505909
+ 23
+552.015523292789
+ 33
+0.0
+  0
+LINE
+  5
+1311D
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1690.912413112026
+ 20
+552.0134085160345
+ 30
+0.0
+ 11
+1699.914173505909
+ 21
+552.0134085160345
+ 31
+0.0
+  0
+LINE
+  5
+1311E
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1699.914173505909
+ 20
+552.0134085160345
+ 30
+0.0
+ 11
+1699.914173505909
+ 21
+548.6447185584978
+ 31
+0.0
+  0
+LINE
+  5
+1311F
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1699.914173505909
+ 20
+548.6447185584978
+ 30
+0.0
+ 11
+1690.912413112026
+ 21
+548.6447185111834
+ 31
+0.0
+  0
+LINE
+  5
+13120
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1690.912413112026
+ 20
+548.6447185111834
+ 30
+0.0
+ 11
+1690.912413112026
+ 21
+552.0134085160345
+ 31
+0.0
+  0
+SOLID
+  5
+13121
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1672.912413112026
+ 20
+548.6447185111834
+ 30
+0.0
+ 11
+1672.912413112026
+ 21
+552.0134085160345
+ 31
+0.0
+ 12
+1681.914173505909
+ 22
+548.6447185584978
+ 32
+0.0
+ 13
+1681.914173505909
+ 23
+552.015523292789
+ 33
+0.0
+  0
+LINE
+  5
+13122
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1672.912413112026
+ 20
+552.0134085160345
+ 30
+0.0
+ 11
+1681.914173505909
+ 21
+552.0134085160345
+ 31
+0.0
+  0
+LINE
+  5
+13123
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1681.914173505909
+ 20
+552.0134085160345
+ 30
+0.0
+ 11
+1681.914173505909
+ 21
+548.6447185584978
+ 31
+0.0
+  0
+LINE
+  5
+13124
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1681.914173505909
+ 20
+548.6447185584978
+ 30
+0.0
+ 11
+1672.912413112026
+ 21
+548.6447185111834
+ 31
+0.0
+  0
+LINE
+  5
+13125
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1672.912413112026
+ 20
+548.6447185111834
+ 30
+0.0
+ 11
+1672.912413112026
+ 21
+552.0134085160345
+ 31
+0.0
+  0
+SOLID
+  5
+13126
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1654.912413112026
+ 20
+548.6447185111834
+ 30
+0.0
+ 11
+1654.912413112026
+ 21
+552.0134085160345
+ 31
+0.0
+ 12
+1663.914173505909
+ 22
+548.6447185584978
+ 32
+0.0
+ 13
+1663.914173505909
+ 23
+552.015523292789
+ 33
+0.0
+  0
+LINE
+  5
+13127
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1654.912413112026
+ 20
+552.0134085160345
+ 30
+0.0
+ 11
+1663.914173505909
+ 21
+552.0134085160345
+ 31
+0.0
+  0
+LINE
+  5
+13128
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1663.914173505909
+ 20
+552.0134085160345
+ 30
+0.0
+ 11
+1663.914173505909
+ 21
+548.6447185584978
+ 31
+0.0
+  0
+LINE
+  5
+13129
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1663.914173505909
+ 20
+548.6447185584978
+ 30
+0.0
+ 11
+1654.912413112026
+ 21
+548.6447185111834
+ 31
+0.0
+  0
+LINE
+  5
+1312A
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1654.912413112026
+ 20
+548.6447185111834
+ 30
+0.0
+ 11
+1654.912413112026
+ 21
+552.0134085160345
+ 31
+0.0
+  0
+SOLID
+  5
+1312B
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+    11
+100
+AcDbTrace
+ 10
+1612.912413327488
+ 20
+556.644689519457
+ 30
+0.0
+ 11
+1612.912413327488
+ 21
+560.0133795243078
+ 31
+0.0
+ 12
+1645.914176809925
+ 22
+556.6446895667714
+ 32
+0.0
+ 13
+1645.914176809925
+ 23
+560.0154943010624
+ 33
+0.0
+  0
+SOLID
+  5
+1312C
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+    11
+100
+AcDbTrace
+ 10
+1654.91540431331
+ 20
+556.644689519457
+ 30
+0.0
+ 11
+1654.91540431331
+ 21
+560.0133795243078
+ 31
+0.0
+ 12
+1663.917164707194
+ 22
+556.6446895667714
+ 32
+0.0
+ 13
+1663.917164707194
+ 23
+560.0154943010624
+ 33
+0.0
+  0
+LINE
+  5
+1312D
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1654.91540431331
+ 20
+560.0133795243078
+ 30
+0.0
+ 11
+1654.915404331017
+ 21
+556.6447202355828
+ 31
+0.0
+  0
+LINE
+  5
+1312E
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1654.91540431331
+ 20
+560.0133795243078
+ 30
+0.0
+ 11
+1663.917164707194
+ 21
+560.0154943010624
+ 31
+0.0
+  0
+LINE
+  5
+1312F
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1663.917129048649
+ 20
+560.0155250171881
+ 30
+0.0
+ 11
+1663.917129048649
+ 21
+556.6447202828968
+ 31
+0.0
+  0
+LINE
+  5
+13130
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1663.917129048649
+ 20
+556.6447202828968
+ 30
+0.0
+ 11
+1654.915404331017
+ 21
+556.644720235583
+ 31
+0.0
+  0
+SOLID
+  5
+13131
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+    11
+100
+AcDbTrace
+ 10
+1672.91540431331
+ 20
+556.644689519457
+ 30
+0.0
+ 11
+1672.91540431331
+ 21
+560.0133795243078
+ 31
+0.0
+ 12
+1681.917164707193
+ 22
+556.6446895667714
+ 32
+0.0
+ 13
+1681.917164707193
+ 23
+560.0154943010624
+ 33
+0.0
+  0
+LINE
+  5
+13132
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1672.91540431331
+ 20
+560.0133795243078
+ 30
+0.0
+ 11
+1672.915404331017
+ 21
+556.6447202355828
+ 31
+0.0
+  0
+LINE
+  5
+13133
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1672.91540431331
+ 20
+560.0133795243078
+ 30
+0.0
+ 11
+1681.917164707193
+ 21
+560.0154943010624
+ 31
+0.0
+  0
+LINE
+  5
+13134
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1681.917129048649
+ 20
+560.0155250171881
+ 30
+0.0
+ 11
+1681.917129048649
+ 21
+556.6447202828968
+ 31
+0.0
+  0
+LINE
+  5
+13135
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1681.917129048649
+ 20
+556.6447202828968
+ 30
+0.0
+ 11
+1672.915404331017
+ 21
+556.644720235583
+ 31
+0.0
+  0
+SOLID
+  5
+13136
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+    11
+100
+AcDbTrace
+ 10
+1690.915404313311
+ 20
+556.644689519457
+ 30
+0.0
+ 11
+1690.915404313311
+ 21
+560.0133795243078
+ 31
+0.0
+ 12
+1699.917164707194
+ 22
+556.6446895667714
+ 32
+0.0
+ 13
+1699.917164707194
+ 23
+560.0154943010624
+ 33
+0.0
+  0
+LINE
+  5
+13137
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1690.915404313311
+ 20
+560.0133795243078
+ 30
+0.0
+ 11
+1690.915404331017
+ 21
+556.6447202355828
+ 31
+0.0
+  0
+LINE
+  5
+13138
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1690.915404313311
+ 20
+560.0133795243078
+ 30
+0.0
+ 11
+1699.917164707194
+ 21
+560.0154943010624
+ 31
+0.0
+  0
+LINE
+  5
+13139
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1699.91712904865
+ 20
+560.0155250171881
+ 30
+0.0
+ 11
+1699.91712904865
+ 21
+556.6447202828968
+ 31
+0.0
+  0
+LINE
+  5
+1313A
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1699.91712904865
+ 20
+556.6447202828968
+ 30
+0.0
+ 11
+1690.915404331017
+ 21
+556.644720235583
+ 31
+0.0
+  0
+SOLID
+  5
+1313B
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1672.91245120175
+ 20
+564.6446925742682
+ 30
+0.0
+ 11
+1672.91245120175
+ 21
+568.0133825791194
+ 31
+0.0
+ 12
+1681.914211595632
+ 22
+564.6446926215827
+ 32
+0.0
+ 13
+1681.914211595632
+ 23
+568.0154973558739
+ 33
+0.0
+  0
+SOLID
+  5
+1313C
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1654.912451201749
+ 20
+564.6446925742682
+ 30
+0.0
+ 11
+1654.912451201749
+ 21
+568.0133825791194
+ 31
+0.0
+ 12
+1663.914211595632
+ 22
+564.6446926215827
+ 32
+0.0
+ 13
+1663.914211595632
+ 23
+568.0154973558739
+ 33
+0.0
+  0
+SOLID
+  5
+1313D
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1604.912413327487
+ 20
+564.6446925742682
+ 30
+0.0
+ 11
+1604.912413327487
+ 21
+568.0133825791194
+ 31
+0.0
+ 12
+1645.914211595632
+ 22
+564.6446926215827
+ 32
+0.0
+ 13
+1645.914211595632
+ 23
+568.0154973558739
+ 33
+0.0
+  0
+SOLID
+  5
+1313E
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1690.91245120175
+ 20
+564.6446925742682
+ 30
+0.0
+ 11
+1690.91245120175
+ 21
+568.0133825791194
+ 31
+0.0
+ 12
+1699.914211595632
+ 22
+564.6446926215827
+ 32
+0.0
+ 13
+1699.914211595632
+ 23
+568.0154973558739
+ 33
+0.0
+  0
+SOLID
+  5
+1313F
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1690.912415543206
+ 20
+564.6447232903939
+ 30
+0.0
+ 11
+1690.912415543206
+ 21
+568.0134132952449
+ 31
+0.0
+ 12
+1699.914175937088
+ 22
+564.6447233377082
+ 32
+0.0
+ 13
+1699.914175937088
+ 23
+568.0155280719993
+ 33
+0.0
+  0
+LINE
+  5
+13140
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1690.912415543206
+ 20
+568.0134132952449
+ 30
+0.0
+ 11
+1699.914175937088
+ 21
+568.0134132952449
+ 31
+0.0
+  0
+LINE
+  5
+13141
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1699.914175937088
+ 20
+568.0134132952449
+ 30
+0.0
+ 11
+1699.914175937088
+ 21
+564.6447233377082
+ 31
+0.0
+  0
+LINE
+  5
+13142
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1699.914175937088
+ 20
+564.6447233377082
+ 30
+0.0
+ 11
+1690.912415543206
+ 21
+564.6447232903939
+ 31
+0.0
+  0
+LINE
+  5
+13143
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1690.912415543206
+ 20
+564.6447232903939
+ 30
+0.0
+ 11
+1690.912415543206
+ 21
+568.0134132952449
+ 31
+0.0
+  0
+SOLID
+  5
+13144
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1672.912415543205
+ 20
+564.6447232903939
+ 30
+0.0
+ 11
+1672.912415543205
+ 21
+568.0134132952449
+ 31
+0.0
+ 12
+1681.914175937088
+ 22
+564.6447233377082
+ 32
+0.0
+ 13
+1681.914175937088
+ 23
+568.0155280719993
+ 33
+0.0
+  0
+LINE
+  5
+13145
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1672.912415543205
+ 20
+568.0134132952449
+ 30
+0.0
+ 11
+1681.914175937088
+ 21
+568.0134132952449
+ 31
+0.0
+  0
+LINE
+  5
+13146
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1681.914175937088
+ 20
+568.0134132952449
+ 30
+0.0
+ 11
+1681.914175937088
+ 21
+564.6447233377082
+ 31
+0.0
+  0
+LINE
+  5
+13147
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1681.914175937088
+ 20
+564.6447233377082
+ 30
+0.0
+ 11
+1672.912415543205
+ 21
+564.6447232903939
+ 31
+0.0
+  0
+LINE
+  5
+13148
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1672.912415543205
+ 20
+564.6447232903939
+ 30
+0.0
+ 11
+1672.912415543205
+ 21
+568.0134132952449
+ 31
+0.0
+  0
+SOLID
+  5
+13149
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1654.912415543205
+ 20
+564.6447232903939
+ 30
+0.0
+ 11
+1654.912415543205
+ 21
+568.0134132952449
+ 31
+0.0
+ 12
+1663.914175937088
+ 22
+564.6447233377082
+ 32
+0.0
+ 13
+1663.914175937088
+ 23
+568.0155280719993
+ 33
+0.0
+  0
+LINE
+  5
+1314A
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1654.912415543205
+ 20
+568.0134132952449
+ 30
+0.0
+ 11
+1663.914175937088
+ 21
+568.0134132952449
+ 31
+0.0
+  0
+LINE
+  5
+1314B
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1663.914175937088
+ 20
+568.0134132952449
+ 30
+0.0
+ 11
+1663.914175937088
+ 21
+564.6447233377082
+ 31
+0.0
+  0
+LINE
+  5
+1314C
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1663.914175937088
+ 20
+564.6447233377082
+ 30
+0.0
+ 11
+1654.912415543205
+ 21
+564.6447232903939
+ 31
+0.0
+  0
+LINE
+  5
+1314D
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1654.912415543205
+ 20
+564.6447232903939
+ 30
+0.0
+ 11
+1654.912415543205
+ 21
+568.0134132952449
+ 31
+0.0
+  0
+SOLID
+  5
+1314E
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1672.912452934268
+ 20
+572.6446876435955
+ 30
+0.0
+ 11
+1672.912452934268
+ 21
+576.0133776484467
+ 31
+0.0
+ 12
+1681.91421332815
+ 22
+572.6446876909102
+ 32
+0.0
+ 13
+1681.91421332815
+ 23
+576.0154924252012
+ 33
+0.0
+  0
+SOLID
+  5
+1314F
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1654.912452934268
+ 20
+572.6446876435955
+ 30
+0.0
+ 11
+1654.912452934268
+ 21
+576.0133776484467
+ 31
+0.0
+ 12
+1663.91421332815
+ 22
+572.6446876909102
+ 32
+0.0
+ 13
+1663.91421332815
+ 23
+576.0154924252012
+ 33
+0.0
+  0
+SOLID
+  5
+13150
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1690.912452934268
+ 20
+572.6446876435955
+ 30
+0.0
+ 11
+1690.912452934268
+ 21
+576.0133776484467
+ 31
+0.0
+ 12
+1699.91421332815
+ 22
+572.6446876909102
+ 32
+0.0
+ 13
+1699.91421332815
+ 23
+576.0154924252012
+ 33
+0.0
+  0
+SOLID
+  5
+13151
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1690.912417275723
+ 20
+572.6447183597214
+ 30
+0.0
+ 11
+1690.912417275723
+ 21
+576.0134083645722
+ 31
+0.0
+ 12
+1699.914177669606
+ 22
+572.6447184070357
+ 32
+0.0
+ 13
+1699.914177669606
+ 23
+576.015523141327
+ 33
+0.0
+  0
+LINE
+  5
+13152
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1690.912417275723
+ 20
+576.0134083645722
+ 30
+0.0
+ 11
+1699.914177669606
+ 21
+576.0134083645722
+ 31
+0.0
+  0
+LINE
+  5
+13153
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1699.914177669606
+ 20
+576.0134083645722
+ 30
+0.0
+ 11
+1699.914177669606
+ 21
+572.6447184070357
+ 31
+0.0
+  0
+LINE
+  5
+13154
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1699.914177669606
+ 20
+572.6447184070357
+ 30
+0.0
+ 11
+1690.912417275723
+ 21
+572.6447183597214
+ 31
+0.0
+  0
+LINE
+  5
+13155
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1690.912417275723
+ 20
+572.6447183597214
+ 30
+0.0
+ 11
+1690.912417275723
+ 21
+576.0134083645722
+ 31
+0.0
+  0
+SOLID
+  5
+13156
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1672.912417275723
+ 20
+572.6447183597214
+ 30
+0.0
+ 11
+1672.912417275723
+ 21
+576.0134083645722
+ 31
+0.0
+ 12
+1681.914177669606
+ 22
+572.6447184070357
+ 32
+0.0
+ 13
+1681.914177669606
+ 23
+576.015523141327
+ 33
+0.0
+  0
+LINE
+  5
+13157
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1672.912417275723
+ 20
+576.0134083645722
+ 30
+0.0
+ 11
+1681.914177669606
+ 21
+576.0134083645722
+ 31
+0.0
+  0
+LINE
+  5
+13158
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1681.914177669606
+ 20
+576.0134083645722
+ 30
+0.0
+ 11
+1681.914177669606
+ 21
+572.6447184070357
+ 31
+0.0
+  0
+LINE
+  5
+13159
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1681.914177669606
+ 20
+572.6447184070357
+ 30
+0.0
+ 11
+1672.912417275723
+ 21
+572.6447183597214
+ 31
+0.0
+  0
+LINE
+  5
+1315A
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1672.912417275723
+ 20
+572.6447183597214
+ 30
+0.0
+ 11
+1672.912417275723
+ 21
+576.0134083645722
+ 31
+0.0
+  0
+SOLID
+  5
+1315B
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1654.912417275722
+ 20
+572.6447183597214
+ 30
+0.0
+ 11
+1654.912417275722
+ 21
+576.0134083645722
+ 31
+0.0
+ 12
+1663.914177669606
+ 22
+572.6447184070357
+ 32
+0.0
+ 13
+1663.914177669606
+ 23
+576.015523141327
+ 33
+0.0
+  0
+LINE
+  5
+1315C
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1654.912417275722
+ 20
+576.0134083645722
+ 30
+0.0
+ 11
+1663.914177669606
+ 21
+576.0134083645722
+ 31
+0.0
+  0
+LINE
+  5
+1315D
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1663.914177669606
+ 20
+576.0134083645722
+ 30
+0.0
+ 11
+1663.914177669606
+ 21
+572.6447184070357
+ 31
+0.0
+  0
+LINE
+  5
+1315E
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1663.914177669606
+ 20
+572.6447184070357
+ 30
+0.0
+ 11
+1654.912417275722
+ 21
+572.6447183597214
+ 31
+0.0
+  0
+LINE
+  5
+1315F
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1654.912417275722
+ 20
+572.6447183597214
+ 30
+0.0
+ 11
+1654.912417275722
+ 21
+576.0134083645722
+ 31
+0.0
+  0
+SOLID
+  5
+13160
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1672.912449384804
+ 20
+580.6446834912102
+ 30
+0.0
+ 11
+1672.912449384804
+ 21
+584.0133734960613
+ 31
+0.0
+ 12
+1681.914209778687
+ 22
+580.6446835385247
+ 32
+0.0
+ 13
+1681.914209778687
+ 23
+584.0154882728159
+ 33
+0.0
+  0
+SOLID
+  5
+13161
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1654.912449384804
+ 20
+580.6446834912102
+ 30
+0.0
+ 11
+1654.912449384804
+ 21
+584.0133734960613
+ 31
+0.0
+ 12
+1663.914209778687
+ 22
+580.6446835385247
+ 32
+0.0
+ 13
+1663.914209778687
+ 23
+584.0154882728159
+ 33
+0.0
+  0
+SOLID
+  5
+13162
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1690.912449694731
+ 20
+580.6446834912102
+ 30
+0.0
+ 11
+1690.912449694731
+ 21
+584.0133734960613
+ 31
+0.0
+ 12
+1699.914210088613
+ 22
+580.6446835385247
+ 32
+0.0
+ 13
+1699.914210088613
+ 23
+584.0154882728159
+ 33
+0.0
+  0
+SOLID
+  5
+13163
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1690.912414036187
+ 20
+580.6447142073359
+ 30
+0.0
+ 11
+1690.912414036187
+ 21
+584.0134042121867
+ 31
+0.0
+ 12
+1699.914174430069
+ 22
+580.6447142546502
+ 32
+0.0
+ 13
+1699.914174430069
+ 23
+584.0155189889412
+ 33
+0.0
+  0
+LINE
+  5
+13164
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1690.912414036187
+ 20
+584.0134042121867
+ 30
+0.0
+ 11
+1699.914174430069
+ 21
+584.0134042121867
+ 31
+0.0
+  0
+LINE
+  5
+13165
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1699.914174430069
+ 20
+584.0134042121867
+ 30
+0.0
+ 11
+1699.914174430069
+ 21
+580.6447142546502
+ 31
+0.0
+  0
+LINE
+  5
+13166
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1699.914174430069
+ 20
+580.6447142546502
+ 30
+0.0
+ 11
+1690.912414036187
+ 21
+580.6447142073359
+ 31
+0.0
+  0
+LINE
+  5
+13167
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1690.912414036187
+ 20
+580.6447142073359
+ 30
+0.0
+ 11
+1690.912414036187
+ 21
+584.0134042121867
+ 31
+0.0
+  0
+SOLID
+  5
+13168
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1672.91241372626
+ 20
+580.6447142073359
+ 30
+0.0
+ 11
+1672.91241372626
+ 21
+584.0134042121867
+ 31
+0.0
+ 12
+1681.914174120143
+ 22
+580.6447142546502
+ 32
+0.0
+ 13
+1681.914174120143
+ 23
+584.0155189889412
+ 33
+0.0
+  0
+LINE
+  5
+13169
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1672.91241372626
+ 20
+584.0134042121867
+ 30
+0.0
+ 11
+1681.914174120143
+ 21
+584.0134042121867
+ 31
+0.0
+  0
+LINE
+  5
+1316A
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1681.914174120143
+ 20
+584.0134042121867
+ 30
+0.0
+ 11
+1681.914174120143
+ 21
+580.6447142546502
+ 31
+0.0
+  0
+LINE
+  5
+1316B
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1681.914174120143
+ 20
+580.6447142546502
+ 30
+0.0
+ 11
+1672.91241372626
+ 21
+580.6447142073359
+ 31
+0.0
+  0
+LINE
+  5
+1316C
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1672.91241372626
+ 20
+580.6447142073359
+ 30
+0.0
+ 11
+1672.91241372626
+ 21
+584.0134042121867
+ 31
+0.0
+  0
+SOLID
+  5
+1316D
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1654.91241372626
+ 20
+580.6447142073359
+ 30
+0.0
+ 11
+1654.91241372626
+ 21
+584.0134042121867
+ 31
+0.0
+ 12
+1663.914174120143
+ 22
+580.6447142546502
+ 32
+0.0
+ 13
+1663.914174120143
+ 23
+584.0155189889412
+ 33
+0.0
+  0
+LINE
+  5
+1316E
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1654.91241372626
+ 20
+584.0134042121867
+ 30
+0.0
+ 11
+1663.914174120143
+ 21
+584.0134042121867
+ 31
+0.0
+  0
+LINE
+  5
+1316F
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1663.914174120143
+ 20
+584.0134042121867
+ 30
+0.0
+ 11
+1663.914174120143
+ 21
+580.6447142546502
+ 31
+0.0
+  0
+LINE
+  5
+13170
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1663.914174120143
+ 20
+580.6447142546502
+ 30
+0.0
+ 11
+1654.91241372626
+ 21
+580.6447142073359
+ 31
+0.0
+  0
+LINE
+  5
+13171
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1654.91241372626
+ 20
+580.6447142073359
+ 30
+0.0
+ 11
+1654.91241372626
+ 21
+584.0134042121867
+ 31
+0.0
+  0
+INSERT
+  5
+13172
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Jbutton
+ 10
+1708.912414569916
+ 20
+550.3074386685773
+ 30
+0.0
+ 41
+120.0
+ 42
+32.0
+ 43
+80.0
+  0
+ATTRIB
+  5
+13173
+330
+13172
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1708.912414569916
+ 20
+550.3074386685773
+ 30
+0.0
+ 40
+3.2
+  1
+_F2
+ 41
+3.749999999999998
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COMMANDE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+13174
+330
+13172
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1708.912414569916
+ 20
+550.3074386685773
+ 30
+0.0
+ 40
+3.2
+  1
+
+ 41
+3.749999999999998
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+13175
+330
+13172
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1708.912414569916
+ 20
+550.3074386685773
+ 30
+0.0
+ 40
+3.2
+  1
+8
+ 41
+3.749999999999998
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+13176
+330
+13172
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1708.912414569916
+ 20
+550.3074386685773
+ 30
+0.0
+ 40
+3.2
+  1
+8
+ 41
+3.749999999999998
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+13177
+330
+13172
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1708.912414569916
+ 20
+550.3074386685773
+ 30
+0.0
+ 40
+3.2
+  1
+0
+ 41
+3.749999999999998
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CONFIRM
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+13178
+330
+13172
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1708.912414569916
+ 20
+550.3074386685773
+ 30
+0.0
+ 40
+3.2
+  1
+
+ 41
+3.749999999999998
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+13179
+330
+13172
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1708.912414569916
+ 20
+550.3074386685773
+ 30
+0.0
+ 40
+3.2
+  1
+
+ 41
+3.749999999999998
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1317A
+330
+13172
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1708.912414569916
+ 20
+550.3074386685773
+ 30
+0.0
+ 40
+3.2
+  1
+Vue cryogénie
+ 41
+3.749999999999998
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+TEXTE
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+1317B
+330
+13172
+100
+AcDbEntity
+  8
+0
+  0
+SOLID
+  5
+1317C
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1632.283162715881
+ 20
+414.5467041078275
+ 30
+0.0
+ 11
+1628.914554285244
+ 21
+414.5466896451235
+ 31
+0.0
+ 12
+1632.283218061779
+ 22
+540.6447235658039
+ 32
+0.0
+ 13
+1628.912413327488
+ 23
+540.6447235658039
+ 33
+0.0
+  0
+SOLID
+  5
+1317D
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1624.28327779821
+ 20
+423.6446716204818
+ 30
+0.0
+ 11
+1620.914587793693
+ 21
+423.6446381082179
+ 31
+0.0
+ 12
+1624.283218061779
+ 22
+548.6446877950578
+ 32
+0.0
+ 13
+1620.912413327487
+ 23
+548.6446877950578
+ 33
+0.0
+  0
+SOLID
+  5
+1317E
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+    11
+100
+AcDbTrace
+ 10
+1616.283376096644
+ 20
+481.210657777823
+ 30
+0.0
+ 11
+1612.91468609184
+ 21
+481.2106452352201
+ 31
+0.0
+ 12
+1616.283218061778
+ 22
+556.644689519457
+ 32
+0.0
+ 13
+1612.912413327488
+ 23
+556.644689519457
+ 33
+0.0
+  0
+LINE
+  5
+1317F
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1628.91455418007
+ 20
+414.5528841572895
+ 30
+0.0
+ 11
+1628.912413327488
+ 21
+544.0134135706549
+ 31
+0.0
+  0
+LINE
+  5
+13180
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1628.912413327488
+ 20
+544.0134135706549
+ 30
+0.0
+ 11
+1645.914172263481
+ 21
+544.0134135706549
+ 31
+0.0
+  0
+LINE
+  5
+13181
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1645.914172263481
+ 20
+544.0134135706549
+ 30
+0.0
+ 11
+1645.914172263481
+ 21
+540.6447236131182
+ 31
+0.0
+  0
+LINE
+  5
+13182
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1645.914172263481
+ 20
+540.6447236131182
+ 30
+0.0
+ 11
+1632.283218061779
+ 21
+540.6447235658039
+ 31
+0.0
+  0
+LINE
+  5
+13183
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1632.283218061779
+ 20
+540.6447235658039
+ 30
+0.0
+ 11
+1632.283218074696
+ 21
+411.1758993741146
+ 31
+0.0
+  0
+LINE
+  5
+13184
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1620.914529066343
+ 20
+427.0206030134481
+ 30
+0.0
+ 11
+1620.912413327487
+ 21
+552.0133777999088
+ 31
+0.0
+  0
+LINE
+  5
+13185
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1620.912413327487
+ 20
+552.0133777999088
+ 30
+0.0
+ 11
+1645.914209164453
+ 21
+552.0133777999088
+ 31
+0.0
+  0
+LINE
+  5
+13186
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1645.914209164453
+ 20
+552.0133777999088
+ 30
+0.0
+ 11
+1645.914209164453
+ 21
+548.6446878423723
+ 31
+0.0
+  0
+LINE
+  5
+13187
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1645.914209164453
+ 20
+548.6446878423723
+ 30
+0.0
+ 11
+1624.283218061779
+ 21
+548.6446878014368
+ 31
+0.0
+  0
+LINE
+  5
+13188
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1624.283218061779
+ 20
+548.6446878014368
+ 30
+0.0
+ 11
+1624.28327779821
+ 21
+423.6446716204818
+ 31
+0.0
+  0
+LINE
+  5
+13189
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1612.914685642406
+ 20
+481.22556215809
+ 30
+0.0
+ 11
+1612.909636862378
+ 21
+560.0133793463901
+ 31
+0.0
+  0
+LINE
+  5
+1318A
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1612.909636862378
+ 20
+560.0133793463901
+ 30
+0.0
+ 11
+1645.914176809925
+ 21
+560.0154943010624
+ 31
+0.0
+  0
+LINE
+  5
+1318B
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1645.914176809925
+ 20
+560.0154943010624
+ 30
+0.0
+ 11
+1645.914176809925
+ 21
+556.6446895667714
+ 31
+0.0
+  0
+LINE
+  5
+1318C
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1645.914176809925
+ 20
+556.6446895667714
+ 30
+0.0
+ 11
+1616.283218061909
+ 21
+556.6446274896893
+ 31
+0.0
+  0
+LINE
+  5
+1318D
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1616.283218061909
+ 20
+556.6446274896893
+ 30
+0.0
+ 11
+1616.283376096638
+ 21
+477.8398591089064
+ 31
+0.0
+  0
+SOLID
+  5
+1318E
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1608.283021084072
+ 20
+489.7951570149746
+ 30
+0.0
+ 11
+1604.913715389554
+ 21
+489.7951397679133
+ 31
+0.0
+ 12
+1608.283218061779
+ 22
+564.6446925742682
+ 32
+0.0
+ 13
+1604.912413327487
+ 23
+564.6446925742682
+ 33
+0.0
+  0
+LINE
+  5
+1318F
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1604.913656805585
+ 20
+493.1628623849839
+ 30
+0.0
+ 11
+1604.912413327487
+ 21
+568.0133825791194
+ 31
+0.0
+  0
+LINE
+  5
+13190
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1604.912413327487
+ 20
+568.0133825791194
+ 30
+0.0
+ 11
+1645.914211595632
+ 21
+568.0133825791194
+ 31
+0.0
+  0
+LINE
+  5
+13191
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1645.914211595632
+ 20
+568.0133825791194
+ 30
+0.0
+ 11
+1645.914211595632
+ 21
+564.6446926215827
+ 31
+0.0
+  0
+LINE
+  5
+13192
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1645.914211595632
+ 20
+564.6446926215827
+ 30
+0.0
+ 11
+1608.283218062039
+ 21
+564.6447916531497
+ 31
+0.0
+  0
+LINE
+  5
+13193
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1608.283218062039
+ 20
+564.6447916531497
+ 30
+0.0
+ 11
+1608.283021084072
+ 21
+489.7951570149746
+ 31
+0.0
+  0
+SOLID
+  5
+13194
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1672.912449384804
+ 20
+588.6446834912102
+ 30
+0.0
+ 11
+1672.912449384804
+ 21
+592.0133734960614
+ 31
+0.0
+ 12
+1681.914209778687
+ 22
+588.6446835385247
+ 32
+0.0
+ 13
+1681.914209778687
+ 23
+592.0154882728159
+ 33
+0.0
+  0
+SOLID
+  5
+13195
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1654.912449384804
+ 20
+588.6446834912102
+ 30
+0.0
+ 11
+1654.912449384804
+ 21
+592.0133734960614
+ 31
+0.0
+ 12
+1663.914209778687
+ 22
+588.6446835385247
+ 32
+0.0
+ 13
+1663.914209778687
+ 23
+592.0154882728159
+ 33
+0.0
+  0
+SOLID
+  5
+13196
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1690.912449694731
+ 20
+588.6446834912102
+ 30
+0.0
+ 11
+1690.912449694731
+ 21
+592.0133734960614
+ 31
+0.0
+ 12
+1699.914210088613
+ 22
+588.6446835385247
+ 32
+0.0
+ 13
+1699.914210088613
+ 23
+592.0154882728159
+ 33
+0.0
+  0
+SOLID
+  5
+13197
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1690.912414036187
+ 20
+588.6447142073359
+ 30
+0.0
+ 11
+1690.912414036187
+ 21
+592.0134042121867
+ 31
+0.0
+ 12
+1699.914174430069
+ 22
+588.6447142546502
+ 32
+0.0
+ 13
+1699.914174430069
+ 23
+592.0155189889412
+ 33
+0.0
+  0
+LINE
+  5
+13198
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1690.912414036187
+ 20
+592.0134042121867
+ 30
+0.0
+ 11
+1699.914174430069
+ 21
+592.0134042121867
+ 31
+0.0
+  0
+LINE
+  5
+13199
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1699.914174430069
+ 20
+592.0134042121867
+ 30
+0.0
+ 11
+1699.914174430069
+ 21
+588.6447142546502
+ 31
+0.0
+  0
+LINE
+  5
+1319A
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1699.914174430069
+ 20
+588.6447142546502
+ 30
+0.0
+ 11
+1690.912414036187
+ 21
+588.6447142073359
+ 31
+0.0
+  0
+LINE
+  5
+1319B
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1690.912414036187
+ 20
+588.6447142073359
+ 30
+0.0
+ 11
+1690.912414036187
+ 21
+592.0134042121867
+ 31
+0.0
+  0
+SOLID
+  5
+1319C
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1672.91241372626
+ 20
+588.6447142073359
+ 30
+0.0
+ 11
+1672.91241372626
+ 21
+592.0134042121867
+ 31
+0.0
+ 12
+1681.914174120143
+ 22
+588.6447142546502
+ 32
+0.0
+ 13
+1681.914174120143
+ 23
+592.0155189889412
+ 33
+0.0
+  0
+LINE
+  5
+1319D
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1672.91241372626
+ 20
+592.0134042121867
+ 30
+0.0
+ 11
+1681.914174120143
+ 21
+592.0134042121867
+ 31
+0.0
+  0
+LINE
+  5
+1319E
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1681.914174120143
+ 20
+592.0134042121867
+ 30
+0.0
+ 11
+1681.914174120143
+ 21
+588.6447142546502
+ 31
+0.0
+  0
+LINE
+  5
+1319F
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1681.914174120143
+ 20
+588.6447142546502
+ 30
+0.0
+ 11
+1672.91241372626
+ 21
+588.6447142073359
+ 31
+0.0
+  0
+LINE
+  5
+131A0
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1672.91241372626
+ 20
+588.6447142073359
+ 30
+0.0
+ 11
+1672.91241372626
+ 21
+592.0134042121867
+ 31
+0.0
+  0
+SOLID
+  5
+131A1
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1654.91241372626
+ 20
+588.6447142073359
+ 30
+0.0
+ 11
+1654.91241372626
+ 21
+592.0134042121867
+ 31
+0.0
+ 12
+1663.914174120143
+ 22
+588.6447142546502
+ 32
+0.0
+ 13
+1663.914174120143
+ 23
+592.0155189889412
+ 33
+0.0
+  0
+LINE
+  5
+131A2
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1654.91241372626
+ 20
+592.0134042121867
+ 30
+0.0
+ 11
+1663.914174120143
+ 21
+592.0134042121867
+ 31
+0.0
+  0
+LINE
+  5
+131A3
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1663.914174120143
+ 20
+592.0134042121867
+ 30
+0.0
+ 11
+1663.914174120143
+ 21
+588.6447142546502
+ 31
+0.0
+  0
+LINE
+  5
+131A4
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1663.914174120143
+ 20
+588.6447142546502
+ 30
+0.0
+ 11
+1654.91241372626
+ 21
+588.6447142073359
+ 31
+0.0
+  0
+LINE
+  5
+131A5
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1654.91241372626
+ 20
+588.6447142073359
+ 30
+0.0
+ 11
+1654.91241372626
+ 21
+592.0134042121867
+ 31
+0.0
+  0
+SOLID
+  5
+131A6
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1585.91064984505
+ 20
+591.6467686997317
+ 30
+0.0
+ 11
+1585.910649845051
+ 21
+588.6467686997317
+ 31
+0.0
+ 12
+1645.912408781043
+ 22
+592.0154586572683
+ 32
+0.0
+ 13
+1645.912408781043
+ 23
+588.6446539229772
+ 33
+0.0
+  0
+SOLID
+  5
+131A7
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1577.910656098146
+ 20
+584.0162223314607
+ 30
+0.0
+ 11
+1577.910656098146
+ 21
+580.6468044704779
+ 31
+0.0
+ 12
+1645.912445682016
+ 22
+584.0154944280145
+ 32
+0.0
+ 13
+1645.912445682016
+ 23
+580.6446896937234
+ 33
+0.0
+  0
+SOLID
+  5
+131A8
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1589.281399233444
+ 20
+770.8271630415953
+ 30
+0.0
+ 11
+1585.914680128856
+ 21
+770.8271630415953
+ 31
+0.0
+ 12
+1589.302025961418
+ 22
+591.6676075274348
+ 32
+0.0
+ 13
+1585.931348492968
+ 23
+591.6468958857302
+ 33
+0.0
+  0
+SOLID
+  5
+131A9
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1581.281514315771
+ 20
+711.8548497100926
+ 30
+0.0
+ 11
+1577.912824428407
+ 21
+711.8548497100926
+ 31
+0.0
+ 12
+1581.281422474204
+ 22
+584.0161862501681
+ 32
+0.0
+ 13
+1577.910711630491
+ 23
+584.0162223308664
+ 33
+0.0
+  0
+LINE
+  5
+131AA
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1585.914993700216
+ 20
+767.4563583364743
+ 30
+0.0
+ 11
+1585.910649845051
+ 21
+588.6467686997317
+ 31
+0.0
+  0
+LINE
+  5
+131AB
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1585.910649845051
+ 20
+588.6467686997272
+ 30
+0.0
+ 11
+1645.912408781043
+ 21
+588.6467686997319
+ 31
+0.0
+  0
+LINE
+  5
+131AC
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1645.912408781043
+ 20
+588.6467686997319
+ 30
+0.0
+ 11
+1645.912408781043
+ 21
+592.0154586572683
+ 31
+0.0
+  0
+LINE
+  5
+131AD
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1645.912408781043
+ 20
+592.0154586572683
+ 30
+0.0
+ 11
+1589.304066889032
+ 21
+591.6676200682258
+ 31
+0.0
+  0
+LINE
+  5
+131AE
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1589.304066889032
+ 20
+591.6676200682258
+ 30
+0.0
+ 11
+1589.281399233444
+ 21
+770.8271630415953
+ 31
+0.0
+  0
+LINE
+  5
+131AF
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1577.912765583906
+ 20
+708.6395792569386
+ 30
+0.0
+ 11
+1577.910656098146
+ 21
+580.6468044704779
+ 31
+0.0
+  0
+LINE
+  5
+131B0
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1577.910656098146
+ 20
+580.6468044704779
+ 30
+0.0
+ 11
+1645.912445682016
+ 21
+580.6468044704779
+ 31
+0.0
+  0
+LINE
+  5
+131B1
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1645.912445682016
+ 20
+580.6468044704779
+ 30
+0.0
+ 11
+1645.912445682016
+ 21
+584.0154944280145
+ 31
+0.0
+  0
+LINE
+  5
+131B2
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1645.912445682016
+ 20
+584.0154944280145
+ 30
+0.0
+ 11
+1581.28142247373
+ 21
+584.0155253221628
+ 31
+0.0
+  0
+LINE
+  5
+131B3
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1581.281422474204
+ 20
+584.0161862501681
+ 30
+0.0
+ 11
+1581.281514315773
+ 21
+711.8548497100926
+ 31
+0.0
+  0
+SOLID
+  5
+131B4
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1568.912413327488
+ 20
+576.0154944753288
+ 30
+0.0
+ 11
+1568.912413327488
+ 21
+572.6446879693242
+ 31
+0.0
+ 12
+1645.912445682016
+ 22
+576.0154944280145
+ 32
+0.0
+ 13
+1645.912445682016
+ 23
+572.6446896937232
+ 33
+0.0
+  0
+LINE
+  5
+131B5
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1568.912413327488
+ 20
+572.6446879693242
+ 30
+0.0
+ 11
+1645.912445682016
+ 21
+572.6468044704779
+ 31
+0.0
+  0
+LINE
+  5
+131B6
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1645.912445682016
+ 20
+572.6468044704779
+ 30
+0.0
+ 11
+1645.912445682016
+ 21
+576.0154944280145
+ 31
+0.0
+  0
+LINE
+  5
+131B7
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1645.912445682016
+ 20
+576.0154944280145
+ 30
+0.0
+ 11
+1572.283278448808
+ 21
+576.0155256922476
+ 31
+0.0
+  0
+SOLID
+  5
+131B8
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1572.283278448808
+ 20
+576.0155256922476
+ 30
+0.0
+ 11
+1568.914588444291
+ 21
+576.0154921799835
+ 31
+0.0
+ 12
+1572.283218714001
+ 22
+649.5225946776931
+ 32
+0.0
+ 13
+1568.91241397971
+ 23
+649.5225946775867
+ 33
+0.0
+  0
+LINE
+  5
+131B9
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1568.91241397971
+ 20
+649.5225946775867
+ 30
+0.0
+ 11
+1568.912413327488
+ 21
+572.6446879693242
+ 31
+0.0
+  0
+LINE
+  5
+131BA
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1572.283218714001
+ 20
+652.8933994120039
+ 30
+0.0
+ 11
+1572.28318607031
+ 21
+576.0155256922868
+ 31
+0.0
+  0
+ENDBLK
+  5
+131BE
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+13334
+330
+13333
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+S_VREGLM
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+S_VREGLM
+  1
+
+  0
+LINE
+  5
+13335
+330
+13333
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+-2.25
+ 20
+-1.125
+ 30
+0.0
+ 11
+-2.25
+ 21
+1.125
+ 31
+0.0
+  0
+LINE
+  5
+13336
+330
+13333
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+-2.25
+ 20
+1.125
+ 30
+0.0
+ 11
+2.25
+ 21
+-1.125
+ 31
+0.0
+  0
+LINE
+  5
+13337
+330
+13333
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+2.25
+ 20
+-1.125
+ 30
+0.0
+ 11
+2.25
+ 21
+1.125
+ 31
+0.0
+  0
+LINE
+  5
+13338
+330
+13333
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+2.686973347951548
+ 20
+1.343486673975802
+ 30
+0.0
+ 11
+-2.686973347951548
+ 21
+-1.343486673975774
+ 31
+0.0
+  0
+SOLID
+  5
+13339
+330
+13333
+100
+AcDbEntity
+  8
+0
+100
+AcDbTrace
+ 10
+4.028614134451458
+ 20
+2.014307067225729
+ 30
+0.0
+ 11
+2.519268249639083
+ 21
+1.678896870600736
+ 31
+0.0
+ 12
+2.854678446264017
+ 22
+1.008076477350839
+ 32
+0.0
+ 13
+2.854678446264017
+ 23
+1.008076477350839
+ 33
+0.0
+  0
+LINE
+  5
+1333A
+330
+13333
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+0.0
+ 20
+2.25
+ 30
+0.0
+ 11
+0.0
+ 21
+0.0
+ 31
+0.0
+  0
+LINE
+  5
+1333B
+330
+13333
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+-1.5
+ 20
+2.25
+ 30
+0.0
+ 11
+1.5
+ 21
+2.25
+ 31
+0.0
+  0
+ENDBLK
+  5
+1333C
+330
+13333
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+1333E
+330
+1333D
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+S_VDMANU
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+S_VDMANU
+  1
+
+  0
+LINE
+  5
+1333F
+330
+1333D
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+-2.25
+ 20
+-1.125
+ 30
+0.0
+ 11
+-2.25
+ 21
+1.125
+ 31
+0.0
+  0
+LINE
+  5
+13340
+330
+1333D
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+-2.25
+ 20
+1.125
+ 30
+0.0
+ 11
+2.25
+ 21
+-1.125
+ 31
+0.0
+  0
+LINE
+  5
+13341
+330
+1333D
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+2.25
+ 20
+-1.125
+ 30
+0.0
+ 11
+2.25
+ 21
+1.125
+ 31
+0.0
+  0
+LINE
+  5
+13342
+330
+1333D
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+2.25
+ 20
+1.125
+ 30
+0.0
+ 11
+-2.25
+ 21
+-1.125
+ 31
+0.0
+  0
+LINE
+  5
+13343
+330
+1333D
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+-1.5
+ 20
+2.25
+ 30
+0.0
+ 11
+1.5
+ 21
+2.25
+ 31
+0.0
+  0
+LINE
+  5
+13344
+330
+1333D
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+0.0
+ 20
+2.25
+ 30
+0.0
+ 11
+0.0
+ 21
+0.0
+ 31
+0.0
+  0
+ENDBLK
+  5
+13345
+330
+1333D
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+13347
+330
+13346
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+S_INSLO1
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+S_INSLO1
+  1
+
+  0
+INSERT
+  5
+13348
+330
+13346
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+  2
+IL
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+ 41
+0.9
+ 42
+0.9
+ 43
+0.9
+  0
+ENDBLK
+  5
+13349
+330
+13346
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+1334B
+330
+1334A
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+S_DSKRUP
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+S_DSKRUP
+  1
+
+  0
+SOLID
+  5
+1334C
+330
+1334A
+100
+AcDbEntity
+  8
+0
+100
+AcDbTrace
+ 10
+0.0
+ 20
+5.25
+ 30
+0.0
+ 11
+-0.5625
+ 21
+3.0
+ 31
+0.0
+ 12
+0.5625
+ 22
+3.0
+ 32
+0.0
+ 13
+0.5625
+ 23
+3.0
+ 33
+0.0
+  0
+LINE
+  5
+1334D
+330
+1334A
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+0.0
+ 20
+2.25
+ 30
+0.0
+ 11
+0.0
+ 21
+3.0
+ 31
+0.0
+  0
+LINE
+  5
+1334E
+330
+1334A
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+0.0
+ 20
+2.25
+ 30
+0.0
+ 11
+2.25
+ 21
+0.0
+ 31
+0.0
+  0
+LINE
+  5
+1334F
+330
+1334A
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+-2.25
+ 20
+0.0
+ 30
+0.0
+ 11
+0.0
+ 21
+2.25
+ 31
+0.0
+  0
+LINE
+  5
+13350
+330
+1334A
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+2.25
+ 20
+0.0
+ 30
+0.0
+ 11
+-2.25
+ 21
+0.0
+ 31
+0.0
+  0
+LINE
+  5
+13351
+330
+1334A
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+2.25
+ 20
+2.25
+ 30
+0.0
+ 11
+2.25
+ 21
+0.0
+ 31
+0.0
+  0
+LINE
+  5
+13352
+330
+1334A
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+-2.25
+ 20
+2.25
+ 30
+0.0
+ 11
+2.25
+ 21
+2.25
+ 31
+0.0
+  0
+LINE
+  5
+13353
+330
+1334A
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+-2.25
+ 20
+0.0
+ 30
+0.0
+ 11
+-2.25
+ 21
+2.25
+ 31
+0.0
+  0
+ENDBLK
+  5
+13354
+330
+1334A
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+135AA
+330
+135A9
+100
+AcDbEntity
+  8
+HE_SYM
+100
+AcDbBlockBegin
+  2
+S_DEVERS
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+S_DEVERS
+  1
+
+  0
+SOLID
+  5
+135AB
+330
+135A9
+100
+AcDbEntity
+  8
+0
+100
+AcDbTrace
+ 10
+5.25
+ 20
+0.0
+ 30
+0.0
+ 11
+3.0
+ 21
+0.5625
+ 31
+0.0
+ 12
+3.0
+ 22
+-0.5625
+ 32
+0.0
+ 13
+3.0
+ 23
+-0.5625
+ 33
+0.0
+  0
+LINE
+  5
+135AC
+330
+135A9
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+-2.25
+ 20
+1.875
+ 30
+0.0
+ 11
+0.0
+ 21
+0.0
+ 31
+0.0
+  0
+LINE
+  5
+135AD
+330
+135A9
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+-2.25
+ 20
+4.875
+ 30
+0.0
+ 11
+-2.25
+ 21
+1.875
+ 31
+0.0
+  0
+LINE
+  5
+135AE
+330
+135A9
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+0.0
+ 20
+4.875
+ 30
+0.0
+ 11
+-2.25
+ 21
+4.875
+ 31
+0.0
+  0
+LINE
+  5
+135AF
+330
+135A9
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+0.0
+ 20
+4.125
+ 30
+0.0
+ 11
+0.0
+ 21
+4.875
+ 31
+0.0
+  0
+LINE
+  5
+135B0
+330
+135A9
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+2.25
+ 20
+0.0
+ 30
+0.0
+ 11
+3.0
+ 21
+0.0
+ 31
+0.0
+  0
+LINE
+  5
+135B1
+330
+135A9
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+-2.25
+ 20
+-1.125
+ 30
+0.0
+ 11
+-2.25
+ 21
+1.125
+ 31
+0.0
+  0
+LINE
+  5
+135B2
+330
+135A9
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+-2.25
+ 20
+1.125
+ 30
+0.0
+ 11
+2.25
+ 21
+-1.125
+ 31
+0.0
+  0
+LINE
+  5
+135B3
+330
+135A9
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+2.25
+ 20
+-1.125
+ 30
+0.0
+ 11
+2.25
+ 21
+1.125
+ 31
+0.0
+  0
+LINE
+  5
+135B4
+330
+135A9
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+2.25
+ 20
+1.125
+ 30
+0.0
+ 11
+-2.25
+ 21
+-1.125
+ 31
+0.0
+  0
+LINE
+  5
+135B5
+330
+135A9
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+0.0
+ 20
+2.25
+ 30
+0.0
+ 11
+0.0
+ 21
+0.0
+ 31
+0.0
+  0
+LINE
+  5
+135B6
+330
+135A9
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+-1.875
+ 20
+2.25
+ 30
+0.0
+ 11
+1.875
+ 21
+2.25
+ 31
+0.0
+  0
+ARC
+  5
+135B7
+330
+135A9
+100
+AcDbEntity
+  8
+0
+100
+AcDbCircle
+ 10
+0.0
+ 20
+2.25
+ 30
+0.0
+ 40
+1.875
+100
+AcDbArc
+ 50
+0.0
+ 51
+180.0
+  0
+ENDBLK
+  5
+135B8
+330
+135A9
+100
+AcDbEntity
+  8
+HE_SYM
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+1415F
+330
+1415E
+100
+AcDbEntity
+  8
+HE_SYM
+100
+AcDbBlockBegin
+  2
+*X74
+ 70
+     1
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+*X74
+  1
+
+  0
+LINE
+  5
+14160
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+312.5
+ 20
+60.0
+ 30
+0.0
+ 11
+313.75
+ 21
+60.0
+ 31
+0.0
+  0
+LINE
+  5
+14161
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+315.0
+ 20
+60.0
+ 30
+0.0
+ 11
+316.25
+ 21
+60.0
+ 31
+0.0
+  0
+LINE
+  5
+14162
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+317.5
+ 20
+60.0
+ 30
+0.0
+ 11
+318.75
+ 21
+60.0
+ 31
+0.0
+  0
+LINE
+  5
+14163
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+320.0
+ 20
+60.0
+ 30
+0.0
+ 11
+321.25
+ 21
+60.0
+ 31
+0.0
+  0
+LINE
+  5
+14164
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+322.5
+ 20
+60.0
+ 30
+0.0
+ 11
+323.75
+ 21
+60.0
+ 31
+0.0
+  0
+LINE
+  5
+14165
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+325.0
+ 20
+60.0
+ 30
+0.0
+ 11
+326.25
+ 21
+60.0
+ 31
+0.0
+  0
+LINE
+  5
+14166
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+327.5
+ 20
+60.0
+ 30
+0.0
+ 11
+328.75
+ 21
+60.0
+ 31
+0.0
+  0
+LINE
+  5
+14167
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+330.0
+ 20
+60.0
+ 30
+0.0
+ 11
+331.25
+ 21
+60.0
+ 31
+0.0
+  0
+LINE
+  5
+14168
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+332.5
+ 20
+60.0
+ 30
+0.0
+ 11
+333.75
+ 21
+60.0
+ 31
+0.0
+  0
+LINE
+  5
+14169
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+335.0
+ 20
+60.0
+ 30
+0.0
+ 11
+336.25
+ 21
+60.0
+ 31
+0.0
+  0
+LINE
+  5
+1416A
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+337.5
+ 20
+60.0
+ 30
+0.0
+ 11
+338.75
+ 21
+60.0
+ 31
+0.0
+  0
+LINE
+  5
+1416B
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+340.0
+ 20
+60.0
+ 30
+0.0
+ 11
+341.25
+ 21
+60.0
+ 31
+0.0
+  0
+LINE
+  5
+1416C
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+342.5
+ 20
+60.0
+ 30
+0.0
+ 11
+343.0
+ 21
+60.0
+ 31
+0.0
+  0
+LINE
+  5
+1416D
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+350.0
+ 20
+60.0
+ 30
+0.0
+ 11
+351.25
+ 21
+60.0
+ 31
+0.0
+  0
+LINE
+  5
+1416E
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+352.5
+ 20
+60.0
+ 30
+0.0
+ 11
+353.75
+ 21
+60.0
+ 31
+0.0
+  0
+LINE
+  5
+1416F
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+355.0
+ 20
+60.0
+ 30
+0.0
+ 11
+356.25
+ 21
+60.0
+ 31
+0.0
+  0
+LINE
+  5
+14170
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+357.5
+ 20
+60.0
+ 30
+0.0
+ 11
+358.75
+ 21
+60.0
+ 31
+0.0
+  0
+LINE
+  5
+14171
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+360.0
+ 20
+60.0
+ 30
+0.0
+ 11
+361.25
+ 21
+60.0
+ 31
+0.0
+  0
+LINE
+  5
+14172
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+362.5
+ 20
+60.0
+ 30
+0.0
+ 11
+363.75
+ 21
+60.0
+ 31
+0.0
+  0
+LINE
+  5
+14173
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+365.0
+ 20
+60.0
+ 30
+0.0
+ 11
+366.25
+ 21
+60.0
+ 31
+0.0
+  0
+LINE
+  5
+14174
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+367.5
+ 20
+60.0
+ 30
+0.0
+ 11
+368.75
+ 21
+60.0
+ 31
+0.0
+  0
+LINE
+  5
+14175
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+370.0
+ 20
+60.0
+ 30
+0.0
+ 11
+371.25
+ 21
+60.0
+ 31
+0.0
+  0
+LINE
+  5
+14176
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+312.0
+ 20
+61.25
+ 30
+0.0
+ 11
+312.5
+ 21
+61.25
+ 31
+0.0
+  0
+LINE
+  5
+14177
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+313.75
+ 20
+61.25
+ 30
+0.0
+ 11
+315.0
+ 21
+61.25
+ 31
+0.0
+  0
+LINE
+  5
+14178
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+316.25
+ 20
+61.25
+ 30
+0.0
+ 11
+317.5
+ 21
+61.25
+ 31
+0.0
+  0
+LINE
+  5
+14179
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+318.75
+ 20
+61.25
+ 30
+0.0
+ 11
+320.0
+ 21
+61.25
+ 31
+0.0
+  0
+LINE
+  5
+1417A
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+321.25
+ 20
+61.25
+ 30
+0.0
+ 11
+322.5
+ 21
+61.25
+ 31
+0.0
+  0
+LINE
+  5
+1417B
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+323.75
+ 20
+61.25
+ 30
+0.0
+ 11
+325.0
+ 21
+61.25
+ 31
+0.0
+  0
+LINE
+  5
+1417C
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+326.25
+ 20
+61.25
+ 30
+0.0
+ 11
+327.5
+ 21
+61.25
+ 31
+0.0
+  0
+LINE
+  5
+1417D
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+328.75
+ 20
+61.25
+ 30
+0.0
+ 11
+330.0
+ 21
+61.25
+ 31
+0.0
+  0
+LINE
+  5
+1417E
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+331.25
+ 20
+61.25
+ 30
+0.0
+ 11
+332.5
+ 21
+61.25
+ 31
+0.0
+  0
+LINE
+  5
+1417F
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+333.75
+ 20
+61.25
+ 30
+0.0
+ 11
+335.0
+ 21
+61.25
+ 31
+0.0
+  0
+LINE
+  5
+14180
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+336.25
+ 20
+61.25
+ 30
+0.0
+ 11
+337.5
+ 21
+61.25
+ 31
+0.0
+  0
+LINE
+  5
+14181
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+338.75
+ 20
+61.25
+ 30
+0.0
+ 11
+340.0
+ 21
+61.25
+ 31
+0.0
+  0
+LINE
+  5
+14182
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+341.25
+ 20
+61.25
+ 30
+0.0
+ 11
+342.5
+ 21
+61.25
+ 31
+0.0
+  0
+LINE
+  5
+14183
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+343.75
+ 20
+61.25
+ 30
+0.0
+ 11
+345.0
+ 21
+61.25
+ 31
+0.0
+  0
+LINE
+  5
+14184
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+346.25
+ 20
+61.25
+ 30
+0.0
+ 11
+347.5
+ 21
+61.25
+ 31
+0.0
+  0
+LINE
+  5
+14185
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+348.75
+ 20
+61.25
+ 30
+0.0
+ 11
+350.0
+ 21
+61.25
+ 31
+0.0
+  0
+LINE
+  5
+14186
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+351.25
+ 20
+61.25
+ 30
+0.0
+ 11
+352.5
+ 21
+61.25
+ 31
+0.0
+  0
+LINE
+  5
+14187
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+353.75
+ 20
+61.25
+ 30
+0.0
+ 11
+355.0
+ 21
+61.25
+ 31
+0.0
+  0
+LINE
+  5
+14188
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+356.25
+ 20
+61.25
+ 30
+0.0
+ 11
+357.5
+ 21
+61.25
+ 31
+0.0
+  0
+LINE
+  5
+14189
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+358.75
+ 20
+61.25
+ 30
+0.0
+ 11
+360.0
+ 21
+61.25
+ 31
+0.0
+  0
+LINE
+  5
+1418A
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+361.25
+ 20
+61.25
+ 30
+0.0
+ 11
+362.5
+ 21
+61.25
+ 31
+0.0
+  0
+LINE
+  5
+1418B
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+363.75
+ 20
+61.25
+ 30
+0.0
+ 11
+365.0
+ 21
+61.25
+ 31
+0.0
+  0
+LINE
+  5
+1418C
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+366.25
+ 20
+61.25
+ 30
+0.0
+ 11
+367.5
+ 21
+61.25
+ 31
+0.0
+  0
+LINE
+  5
+1418D
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+368.75
+ 20
+61.25
+ 30
+0.0
+ 11
+370.0
+ 21
+61.25
+ 31
+0.0
+  0
+LINE
+  5
+1418E
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+371.25
+ 20
+61.25
+ 30
+0.0
+ 11
+372.0
+ 21
+61.25
+ 31
+0.0
+  0
+LINE
+  5
+1418F
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+312.5
+ 20
+62.5
+ 30
+0.0
+ 11
+313.75
+ 21
+62.5
+ 31
+0.0
+  0
+LINE
+  5
+14190
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+315.0
+ 20
+62.5
+ 30
+0.0
+ 11
+316.25
+ 21
+62.5
+ 31
+0.0
+  0
+LINE
+  5
+14191
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+317.5
+ 20
+62.5
+ 30
+0.0
+ 11
+318.75
+ 21
+62.5
+ 31
+0.0
+  0
+LINE
+  5
+14192
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+320.0
+ 20
+62.5
+ 30
+0.0
+ 11
+321.25
+ 21
+62.5
+ 31
+0.0
+  0
+LINE
+  5
+14193
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+322.5
+ 20
+62.5
+ 30
+0.0
+ 11
+323.75
+ 21
+62.5
+ 31
+0.0
+  0
+LINE
+  5
+14194
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+325.0
+ 20
+62.5
+ 30
+0.0
+ 11
+326.25
+ 21
+62.5
+ 31
+0.0
+  0
+LINE
+  5
+14195
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+327.5
+ 20
+62.5
+ 30
+0.0
+ 11
+328.75
+ 21
+62.5
+ 31
+0.0
+  0
+LINE
+  5
+14196
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+330.0
+ 20
+62.5
+ 30
+0.0
+ 11
+331.25
+ 21
+62.5
+ 31
+0.0
+  0
+LINE
+  5
+14197
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+332.5
+ 20
+62.5
+ 30
+0.0
+ 11
+333.75
+ 21
+62.5
+ 31
+0.0
+  0
+LINE
+  5
+14198
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+335.0
+ 20
+62.5
+ 30
+0.0
+ 11
+336.25
+ 21
+62.5
+ 31
+0.0
+  0
+LINE
+  5
+14199
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+337.5
+ 20
+62.5
+ 30
+0.0
+ 11
+338.75
+ 21
+62.5
+ 31
+0.0
+  0
+LINE
+  5
+1419A
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+340.0
+ 20
+62.5
+ 30
+0.0
+ 11
+341.25
+ 21
+62.5
+ 31
+0.0
+  0
+LINE
+  5
+1419B
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+342.5
+ 20
+62.5
+ 30
+0.0
+ 11
+343.75
+ 21
+62.5
+ 31
+0.0
+  0
+LINE
+  5
+1419C
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+345.0
+ 20
+62.5
+ 30
+0.0
+ 11
+346.25
+ 21
+62.5
+ 31
+0.0
+  0
+LINE
+  5
+1419D
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+347.5
+ 20
+62.5
+ 30
+0.0
+ 11
+348.75
+ 21
+62.5
+ 31
+0.0
+  0
+LINE
+  5
+1419E
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+350.0
+ 20
+62.5
+ 30
+0.0
+ 11
+351.25
+ 21
+62.5
+ 31
+0.0
+  0
+LINE
+  5
+1419F
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+352.5
+ 20
+62.5
+ 30
+0.0
+ 11
+353.75
+ 21
+62.5
+ 31
+0.0
+  0
+LINE
+  5
+141A0
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+355.0
+ 20
+62.5
+ 30
+0.0
+ 11
+356.25
+ 21
+62.5
+ 31
+0.0
+  0
+LINE
+  5
+141A1
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+357.5
+ 20
+62.5
+ 30
+0.0
+ 11
+358.75
+ 21
+62.5
+ 31
+0.0
+  0
+LINE
+  5
+141A2
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+360.0
+ 20
+62.5
+ 30
+0.0
+ 11
+361.25
+ 21
+62.5
+ 31
+0.0
+  0
+LINE
+  5
+141A3
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+362.5
+ 20
+62.5
+ 30
+0.0
+ 11
+363.75
+ 21
+62.5
+ 31
+0.0
+  0
+LINE
+  5
+141A4
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+365.0
+ 20
+62.5
+ 30
+0.0
+ 11
+366.25
+ 21
+62.5
+ 31
+0.0
+  0
+LINE
+  5
+141A5
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+367.5
+ 20
+62.5
+ 30
+0.0
+ 11
+368.75
+ 21
+62.5
+ 31
+0.0
+  0
+LINE
+  5
+141A6
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+370.0
+ 20
+62.5
+ 30
+0.0
+ 11
+371.25
+ 21
+62.5
+ 31
+0.0
+  0
+LINE
+  5
+141A7
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+312.0
+ 20
+63.75
+ 30
+0.0
+ 11
+312.5
+ 21
+63.75
+ 31
+0.0
+  0
+LINE
+  5
+141A8
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+313.75
+ 20
+63.75
+ 30
+0.0
+ 11
+315.0
+ 21
+63.75
+ 31
+0.0
+  0
+LINE
+  5
+141A9
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+316.25
+ 20
+63.75
+ 30
+0.0
+ 11
+317.5
+ 21
+63.75
+ 31
+0.0
+  0
+LINE
+  5
+141AA
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+318.75
+ 20
+63.75
+ 30
+0.0
+ 11
+320.0
+ 21
+63.75
+ 31
+0.0
+  0
+LINE
+  5
+141AB
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+321.25
+ 20
+63.75
+ 30
+0.0
+ 11
+322.5
+ 21
+63.75
+ 31
+0.0
+  0
+LINE
+  5
+141AC
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+323.75
+ 20
+63.75
+ 30
+0.0
+ 11
+325.0
+ 21
+63.75
+ 31
+0.0
+  0
+LINE
+  5
+141AD
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+326.25
+ 20
+63.75
+ 30
+0.0
+ 11
+327.5
+ 21
+63.75
+ 31
+0.0
+  0
+LINE
+  5
+141AE
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+328.75
+ 20
+63.75
+ 30
+0.0
+ 11
+330.0
+ 21
+63.75
+ 31
+0.0
+  0
+LINE
+  5
+141AF
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+331.25
+ 20
+63.75
+ 30
+0.0
+ 11
+332.5
+ 21
+63.75
+ 31
+0.0
+  0
+LINE
+  5
+141B0
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+333.75
+ 20
+63.75
+ 30
+0.0
+ 11
+335.0
+ 21
+63.75
+ 31
+0.0
+  0
+LINE
+  5
+141B1
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+336.25
+ 20
+63.75
+ 30
+0.0
+ 11
+337.5
+ 21
+63.75
+ 31
+0.0
+  0
+LINE
+  5
+141B2
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+338.75
+ 20
+63.75
+ 30
+0.0
+ 11
+340.0
+ 21
+63.75
+ 31
+0.0
+  0
+LINE
+  5
+141B3
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+341.25
+ 20
+63.75
+ 30
+0.0
+ 11
+342.5
+ 21
+63.75
+ 31
+0.0
+  0
+LINE
+  5
+141B4
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+343.75
+ 20
+63.75
+ 30
+0.0
+ 11
+345.0
+ 21
+63.75
+ 31
+0.0
+  0
+LINE
+  5
+141B5
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+346.25
+ 20
+63.75
+ 30
+0.0
+ 11
+347.5
+ 21
+63.75
+ 31
+0.0
+  0
+LINE
+  5
+141B6
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+348.75
+ 20
+63.75
+ 30
+0.0
+ 11
+350.0
+ 21
+63.75
+ 31
+0.0
+  0
+LINE
+  5
+141B7
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+351.25
+ 20
+63.75
+ 30
+0.0
+ 11
+352.5
+ 21
+63.75
+ 31
+0.0
+  0
+LINE
+  5
+141B8
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+353.75
+ 20
+63.75
+ 30
+0.0
+ 11
+355.0
+ 21
+63.75
+ 31
+0.0
+  0
+LINE
+  5
+141B9
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+356.25
+ 20
+63.75
+ 30
+0.0
+ 11
+357.5
+ 21
+63.75
+ 31
+0.0
+  0
+LINE
+  5
+141BA
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+358.75
+ 20
+63.75
+ 30
+0.0
+ 11
+360.0
+ 21
+63.75
+ 31
+0.0
+  0
+LINE
+  5
+141BB
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+361.25
+ 20
+63.75
+ 30
+0.0
+ 11
+362.5
+ 21
+63.75
+ 31
+0.0
+  0
+LINE
+  5
+141BC
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+363.75
+ 20
+63.75
+ 30
+0.0
+ 11
+365.0
+ 21
+63.75
+ 31
+0.0
+  0
+LINE
+  5
+141BD
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+366.25
+ 20
+63.75
+ 30
+0.0
+ 11
+367.5
+ 21
+63.75
+ 31
+0.0
+  0
+LINE
+  5
+141BE
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+368.75
+ 20
+63.75
+ 30
+0.0
+ 11
+370.0
+ 21
+63.75
+ 31
+0.0
+  0
+LINE
+  5
+141BF
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+371.25
+ 20
+63.75
+ 30
+0.0
+ 11
+372.0
+ 21
+63.75
+ 31
+0.0
+  0
+LINE
+  5
+141C0
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+312.5
+ 20
+65.0
+ 30
+0.0
+ 11
+313.75
+ 21
+65.0
+ 31
+0.0
+  0
+LINE
+  5
+141C1
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+315.0
+ 20
+65.0
+ 30
+0.0
+ 11
+316.25
+ 21
+65.0
+ 31
+0.0
+  0
+LINE
+  5
+141C2
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+317.5
+ 20
+65.0
+ 30
+0.0
+ 11
+318.75
+ 21
+65.0
+ 31
+0.0
+  0
+LINE
+  5
+141C3
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+320.0
+ 20
+65.0
+ 30
+0.0
+ 11
+321.25
+ 21
+65.0
+ 31
+0.0
+  0
+LINE
+  5
+141C4
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+322.5
+ 20
+65.0
+ 30
+0.0
+ 11
+323.75
+ 21
+65.0
+ 31
+0.0
+  0
+LINE
+  5
+141C5
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+325.0
+ 20
+65.0
+ 30
+0.0
+ 11
+326.25
+ 21
+65.0
+ 31
+0.0
+  0
+LINE
+  5
+141C6
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+327.5
+ 20
+65.0
+ 30
+0.0
+ 11
+328.75
+ 21
+65.0
+ 31
+0.0
+  0
+LINE
+  5
+141C7
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+330.0
+ 20
+65.0
+ 30
+0.0
+ 11
+331.25
+ 21
+65.0
+ 31
+0.0
+  0
+LINE
+  5
+141C8
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+332.5
+ 20
+65.0
+ 30
+0.0
+ 11
+333.75
+ 21
+65.0
+ 31
+0.0
+  0
+LINE
+  5
+141C9
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+335.0
+ 20
+65.0
+ 30
+0.0
+ 11
+336.25
+ 21
+65.0
+ 31
+0.0
+  0
+LINE
+  5
+141CA
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+337.5
+ 20
+65.0
+ 30
+0.0
+ 11
+338.75
+ 21
+65.0
+ 31
+0.0
+  0
+LINE
+  5
+141CB
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+340.0
+ 20
+65.0
+ 30
+0.0
+ 11
+341.25
+ 21
+65.0
+ 31
+0.0
+  0
+LINE
+  5
+141CC
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+342.5
+ 20
+65.0
+ 30
+0.0
+ 11
+343.75
+ 21
+65.0
+ 31
+0.0
+  0
+LINE
+  5
+141CD
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+345.0
+ 20
+65.0
+ 30
+0.0
+ 11
+346.25
+ 21
+65.0
+ 31
+0.0
+  0
+LINE
+  5
+141CE
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+347.5
+ 20
+65.0
+ 30
+0.0
+ 11
+348.75
+ 21
+65.0
+ 31
+0.0
+  0
+LINE
+  5
+141CF
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+350.0
+ 20
+65.0
+ 30
+0.0
+ 11
+351.25
+ 21
+65.0
+ 31
+0.0
+  0
+LINE
+  5
+141D0
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+352.5
+ 20
+65.0
+ 30
+0.0
+ 11
+353.75
+ 21
+65.0
+ 31
+0.0
+  0
+LINE
+  5
+141D1
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+355.0
+ 20
+65.0
+ 30
+0.0
+ 11
+356.25
+ 21
+65.0
+ 31
+0.0
+  0
+LINE
+  5
+141D2
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+357.5
+ 20
+65.0
+ 30
+0.0
+ 11
+358.75
+ 21
+65.0
+ 31
+0.0
+  0
+LINE
+  5
+141D3
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+360.0
+ 20
+65.0
+ 30
+0.0
+ 11
+361.25
+ 21
+65.0
+ 31
+0.0
+  0
+LINE
+  5
+141D4
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+362.5
+ 20
+65.0
+ 30
+0.0
+ 11
+363.75
+ 21
+65.0
+ 31
+0.0
+  0
+LINE
+  5
+141D5
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+365.0
+ 20
+65.0
+ 30
+0.0
+ 11
+366.25
+ 21
+65.0
+ 31
+0.0
+  0
+LINE
+  5
+141D6
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+367.5
+ 20
+65.0
+ 30
+0.0
+ 11
+368.75
+ 21
+65.0
+ 31
+0.0
+  0
+LINE
+  5
+141D7
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+370.0
+ 20
+65.0
+ 30
+0.0
+ 11
+371.25
+ 21
+65.0
+ 31
+0.0
+  0
+LINE
+  5
+141D8
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+312.0
+ 20
+66.25
+ 30
+0.0
+ 11
+312.5
+ 21
+66.25
+ 31
+0.0
+  0
+LINE
+  5
+141D9
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+313.75
+ 20
+66.25
+ 30
+0.0
+ 11
+315.0
+ 21
+66.25
+ 31
+0.0
+  0
+LINE
+  5
+141DA
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+316.25
+ 20
+66.25
+ 30
+0.0
+ 11
+317.5
+ 21
+66.25
+ 31
+0.0
+  0
+LINE
+  5
+141DB
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+318.75
+ 20
+66.25
+ 30
+0.0
+ 11
+320.0
+ 21
+66.25
+ 31
+0.0
+  0
+LINE
+  5
+141DC
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+321.25
+ 20
+66.25
+ 30
+0.0
+ 11
+322.5
+ 21
+66.25
+ 31
+0.0
+  0
+LINE
+  5
+141DD
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+323.75
+ 20
+66.25
+ 30
+0.0
+ 11
+325.0
+ 21
+66.25
+ 31
+0.0
+  0
+LINE
+  5
+141DE
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+326.25
+ 20
+66.25
+ 30
+0.0
+ 11
+327.5
+ 21
+66.25
+ 31
+0.0
+  0
+LINE
+  5
+141DF
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+328.75
+ 20
+66.25
+ 30
+0.0
+ 11
+330.0
+ 21
+66.25
+ 31
+0.0
+  0
+LINE
+  5
+141E0
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+331.25
+ 20
+66.25
+ 30
+0.0
+ 11
+332.5
+ 21
+66.25
+ 31
+0.0
+  0
+LINE
+  5
+141E1
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+333.75
+ 20
+66.25
+ 30
+0.0
+ 11
+335.0
+ 21
+66.25
+ 31
+0.0
+  0
+LINE
+  5
+141E2
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+336.25
+ 20
+66.25
+ 30
+0.0
+ 11
+337.5
+ 21
+66.25
+ 31
+0.0
+  0
+LINE
+  5
+141E3
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+338.75
+ 20
+66.25
+ 30
+0.0
+ 11
+340.0
+ 21
+66.25
+ 31
+0.0
+  0
+LINE
+  5
+141E4
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+341.25
+ 20
+66.25
+ 30
+0.0
+ 11
+342.5
+ 21
+66.25
+ 31
+0.0
+  0
+LINE
+  5
+141E5
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+343.75
+ 20
+66.25
+ 30
+0.0
+ 11
+345.0
+ 21
+66.25
+ 31
+0.0
+  0
+LINE
+  5
+141E6
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+346.25
+ 20
+66.25
+ 30
+0.0
+ 11
+347.5
+ 21
+66.25
+ 31
+0.0
+  0
+LINE
+  5
+141E7
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+348.75
+ 20
+66.25
+ 30
+0.0
+ 11
+350.0
+ 21
+66.25
+ 31
+0.0
+  0
+LINE
+  5
+141E8
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+351.25
+ 20
+66.25
+ 30
+0.0
+ 11
+352.5
+ 21
+66.25
+ 31
+0.0
+  0
+LINE
+  5
+141E9
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+353.75
+ 20
+66.25
+ 30
+0.0
+ 11
+355.0
+ 21
+66.25
+ 31
+0.0
+  0
+LINE
+  5
+141EA
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+356.25
+ 20
+66.25
+ 30
+0.0
+ 11
+357.5
+ 21
+66.25
+ 31
+0.0
+  0
+LINE
+  5
+141EB
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+358.75
+ 20
+66.25
+ 30
+0.0
+ 11
+360.0
+ 21
+66.25
+ 31
+0.0
+  0
+LINE
+  5
+141EC
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+361.25
+ 20
+66.25
+ 30
+0.0
+ 11
+362.5
+ 21
+66.25
+ 31
+0.0
+  0
+LINE
+  5
+141ED
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+363.75
+ 20
+66.25
+ 30
+0.0
+ 11
+365.0
+ 21
+66.25
+ 31
+0.0
+  0
+LINE
+  5
+141EE
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+366.25
+ 20
+66.25
+ 30
+0.0
+ 11
+367.5
+ 21
+66.25
+ 31
+0.0
+  0
+LINE
+  5
+141EF
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+368.75
+ 20
+66.25
+ 30
+0.0
+ 11
+370.0
+ 21
+66.25
+ 31
+0.0
+  0
+LINE
+  5
+141F0
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+371.25
+ 20
+66.25
+ 30
+0.0
+ 11
+372.0
+ 21
+66.25
+ 31
+0.0
+  0
+LINE
+  5
+141F1
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+312.5
+ 20
+67.5
+ 30
+0.0
+ 11
+313.75
+ 21
+67.5
+ 31
+0.0
+  0
+LINE
+  5
+141F2
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+315.0
+ 20
+67.5
+ 30
+0.0
+ 11
+316.25
+ 21
+67.5
+ 31
+0.0
+  0
+LINE
+  5
+141F3
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+317.5
+ 20
+67.5
+ 30
+0.0
+ 11
+318.75
+ 21
+67.5
+ 31
+0.0
+  0
+LINE
+  5
+141F4
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+320.0
+ 20
+67.5
+ 30
+0.0
+ 11
+321.25
+ 21
+67.5
+ 31
+0.0
+  0
+LINE
+  5
+141F5
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+322.5
+ 20
+67.5
+ 30
+0.0
+ 11
+323.75
+ 21
+67.5
+ 31
+0.0
+  0
+LINE
+  5
+141F6
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+325.0
+ 20
+67.5
+ 30
+0.0
+ 11
+326.25
+ 21
+67.5
+ 31
+0.0
+  0
+LINE
+  5
+141F7
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+327.5
+ 20
+67.5
+ 30
+0.0
+ 11
+328.75
+ 21
+67.5
+ 31
+0.0
+  0
+LINE
+  5
+141F8
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+330.0
+ 20
+67.5
+ 30
+0.0
+ 11
+331.25
+ 21
+67.5
+ 31
+0.0
+  0
+LINE
+  5
+141F9
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+332.5
+ 20
+67.5
+ 30
+0.0
+ 11
+333.75
+ 21
+67.5
+ 31
+0.0
+  0
+LINE
+  5
+141FA
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+335.0
+ 20
+67.5
+ 30
+0.0
+ 11
+336.25
+ 21
+67.5
+ 31
+0.0
+  0
+LINE
+  5
+141FB
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+337.5
+ 20
+67.5
+ 30
+0.0
+ 11
+338.75
+ 21
+67.5
+ 31
+0.0
+  0
+LINE
+  5
+141FC
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+340.0
+ 20
+67.5
+ 30
+0.0
+ 11
+341.25
+ 21
+67.5
+ 31
+0.0
+  0
+LINE
+  5
+141FD
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+342.5
+ 20
+67.5
+ 30
+0.0
+ 11
+343.75
+ 21
+67.5
+ 31
+0.0
+  0
+LINE
+  5
+141FE
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+345.0
+ 20
+67.5
+ 30
+0.0
+ 11
+346.25
+ 21
+67.5
+ 31
+0.0
+  0
+LINE
+  5
+141FF
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+347.5
+ 20
+67.5
+ 30
+0.0
+ 11
+348.75
+ 21
+67.5
+ 31
+0.0
+  0
+LINE
+  5
+14200
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+350.0
+ 20
+67.5
+ 30
+0.0
+ 11
+351.25
+ 21
+67.5
+ 31
+0.0
+  0
+LINE
+  5
+14201
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+352.5
+ 20
+67.5
+ 30
+0.0
+ 11
+353.75
+ 21
+67.5
+ 31
+0.0
+  0
+LINE
+  5
+14202
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+355.0
+ 20
+67.5
+ 30
+0.0
+ 11
+356.25
+ 21
+67.5
+ 31
+0.0
+  0
+LINE
+  5
+14203
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+357.5
+ 20
+67.5
+ 30
+0.0
+ 11
+358.75
+ 21
+67.5
+ 31
+0.0
+  0
+LINE
+  5
+14204
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+360.0
+ 20
+67.5
+ 30
+0.0
+ 11
+361.25
+ 21
+67.5
+ 31
+0.0
+  0
+LINE
+  5
+14205
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+362.5
+ 20
+67.5
+ 30
+0.0
+ 11
+363.75
+ 21
+67.5
+ 31
+0.0
+  0
+LINE
+  5
+14206
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+365.0
+ 20
+67.5
+ 30
+0.0
+ 11
+366.25
+ 21
+67.5
+ 31
+0.0
+  0
+LINE
+  5
+14207
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+367.5
+ 20
+67.5
+ 30
+0.0
+ 11
+368.75
+ 21
+67.5
+ 31
+0.0
+  0
+LINE
+  5
+14208
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+370.0
+ 20
+67.5
+ 30
+0.0
+ 11
+371.25
+ 21
+67.5
+ 31
+0.0
+  0
+LINE
+  5
+14209
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+312.0
+ 20
+68.75
+ 30
+0.0
+ 11
+312.5
+ 21
+68.75
+ 31
+0.0
+  0
+LINE
+  5
+1420A
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+313.75
+ 20
+68.75
+ 30
+0.0
+ 11
+315.0
+ 21
+68.75
+ 31
+0.0
+  0
+LINE
+  5
+1420B
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+316.25
+ 20
+68.75
+ 30
+0.0
+ 11
+317.5
+ 21
+68.75
+ 31
+0.0
+  0
+LINE
+  5
+1420C
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+318.75
+ 20
+68.75
+ 30
+0.0
+ 11
+320.0
+ 21
+68.75
+ 31
+0.0
+  0
+LINE
+  5
+1420D
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+321.25
+ 20
+68.75
+ 30
+0.0
+ 11
+322.5
+ 21
+68.75
+ 31
+0.0
+  0
+LINE
+  5
+1420E
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+323.75
+ 20
+68.75
+ 30
+0.0
+ 11
+325.0
+ 21
+68.75
+ 31
+0.0
+  0
+LINE
+  5
+1420F
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+326.25
+ 20
+68.75
+ 30
+0.0
+ 11
+327.5
+ 21
+68.75
+ 31
+0.0
+  0
+LINE
+  5
+14210
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+328.75
+ 20
+68.75
+ 30
+0.0
+ 11
+330.0
+ 21
+68.75
+ 31
+0.0
+  0
+LINE
+  5
+14211
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+331.25
+ 20
+68.75
+ 30
+0.0
+ 11
+332.5
+ 21
+68.75
+ 31
+0.0
+  0
+LINE
+  5
+14212
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+333.75
+ 20
+68.75
+ 30
+0.0
+ 11
+335.0
+ 21
+68.75
+ 31
+0.0
+  0
+LINE
+  5
+14213
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+336.25
+ 20
+68.75
+ 30
+0.0
+ 11
+337.5
+ 21
+68.75
+ 31
+0.0
+  0
+LINE
+  5
+14214
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+338.75
+ 20
+68.75
+ 30
+0.0
+ 11
+340.0
+ 21
+68.75
+ 31
+0.0
+  0
+LINE
+  5
+14215
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+341.25
+ 20
+68.75
+ 30
+0.0
+ 11
+342.5
+ 21
+68.75
+ 31
+0.0
+  0
+LINE
+  5
+14216
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+343.75
+ 20
+68.75
+ 30
+0.0
+ 11
+345.0
+ 21
+68.75
+ 31
+0.0
+  0
+LINE
+  5
+14217
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+346.25
+ 20
+68.75
+ 30
+0.0
+ 11
+347.5
+ 21
+68.75
+ 31
+0.0
+  0
+LINE
+  5
+14218
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+348.75
+ 20
+68.75
+ 30
+0.0
+ 11
+350.0
+ 21
+68.75
+ 31
+0.0
+  0
+LINE
+  5
+14219
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+351.25
+ 20
+68.75
+ 30
+0.0
+ 11
+352.5
+ 21
+68.75
+ 31
+0.0
+  0
+LINE
+  5
+1421A
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+353.75
+ 20
+68.75
+ 30
+0.0
+ 11
+355.0
+ 21
+68.75
+ 31
+0.0
+  0
+LINE
+  5
+1421B
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+356.25
+ 20
+68.75
+ 30
+0.0
+ 11
+357.5
+ 21
+68.75
+ 31
+0.0
+  0
+LINE
+  5
+1421C
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+358.75
+ 20
+68.75
+ 30
+0.0
+ 11
+360.0
+ 21
+68.75
+ 31
+0.0
+  0
+LINE
+  5
+1421D
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+361.25
+ 20
+68.75
+ 30
+0.0
+ 11
+362.5
+ 21
+68.75
+ 31
+0.0
+  0
+LINE
+  5
+1421E
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+363.75
+ 20
+68.75
+ 30
+0.0
+ 11
+365.0
+ 21
+68.75
+ 31
+0.0
+  0
+LINE
+  5
+1421F
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+366.25
+ 20
+68.75
+ 30
+0.0
+ 11
+367.5
+ 21
+68.75
+ 31
+0.0
+  0
+LINE
+  5
+14220
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+368.75
+ 20
+68.75
+ 30
+0.0
+ 11
+370.0
+ 21
+68.75
+ 31
+0.0
+  0
+LINE
+  5
+14221
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+371.25
+ 20
+68.75
+ 30
+0.0
+ 11
+372.0
+ 21
+68.75
+ 31
+0.0
+  0
+LINE
+  5
+14222
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+312.5
+ 20
+70.0
+ 30
+0.0
+ 11
+313.75
+ 21
+70.0
+ 31
+0.0
+  0
+LINE
+  5
+14223
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+315.0
+ 20
+70.0
+ 30
+0.0
+ 11
+316.25
+ 21
+70.0
+ 31
+0.0
+  0
+LINE
+  5
+14224
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+317.5
+ 20
+70.0
+ 30
+0.0
+ 11
+318.75
+ 21
+70.0
+ 31
+0.0
+  0
+LINE
+  5
+14225
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+320.0
+ 20
+70.0
+ 30
+0.0
+ 11
+321.25
+ 21
+70.0
+ 31
+0.0
+  0
+LINE
+  5
+14226
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+322.5
+ 20
+70.0
+ 30
+0.0
+ 11
+323.75
+ 21
+70.0
+ 31
+0.0
+  0
+LINE
+  5
+14227
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+325.0
+ 20
+70.0
+ 30
+0.0
+ 11
+326.25
+ 21
+70.0
+ 31
+0.0
+  0
+LINE
+  5
+14228
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+327.5
+ 20
+70.0
+ 30
+0.0
+ 11
+328.75
+ 21
+70.0
+ 31
+0.0
+  0
+LINE
+  5
+14229
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+330.0
+ 20
+70.0
+ 30
+0.0
+ 11
+331.25
+ 21
+70.0
+ 31
+0.0
+  0
+LINE
+  5
+1422A
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+332.5
+ 20
+70.0
+ 30
+0.0
+ 11
+333.75
+ 21
+70.0
+ 31
+0.0
+  0
+LINE
+  5
+1422B
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+335.0
+ 20
+70.0
+ 30
+0.0
+ 11
+336.25
+ 21
+70.0
+ 31
+0.0
+  0
+LINE
+  5
+1422C
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+337.5
+ 20
+70.0
+ 30
+0.0
+ 11
+338.75
+ 21
+70.0
+ 31
+0.0
+  0
+LINE
+  5
+1422D
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+340.0
+ 20
+70.0
+ 30
+0.0
+ 11
+341.25
+ 21
+70.0
+ 31
+0.0
+  0
+LINE
+  5
+1422E
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+342.5
+ 20
+70.0
+ 30
+0.0
+ 11
+343.75
+ 21
+70.0
+ 31
+0.0
+  0
+LINE
+  5
+1422F
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+345.0
+ 20
+70.0
+ 30
+0.0
+ 11
+346.25
+ 21
+70.0
+ 31
+0.0
+  0
+LINE
+  5
+14230
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+347.5
+ 20
+70.0
+ 30
+0.0
+ 11
+348.75
+ 21
+70.0
+ 31
+0.0
+  0
+LINE
+  5
+14231
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+350.0
+ 20
+70.0
+ 30
+0.0
+ 11
+351.25
+ 21
+70.0
+ 31
+0.0
+  0
+LINE
+  5
+14232
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+352.5
+ 20
+70.0
+ 30
+0.0
+ 11
+353.75
+ 21
+70.0
+ 31
+0.0
+  0
+LINE
+  5
+14233
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+355.0
+ 20
+70.0
+ 30
+0.0
+ 11
+356.25
+ 21
+70.0
+ 31
+0.0
+  0
+LINE
+  5
+14234
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+357.5
+ 20
+70.0
+ 30
+0.0
+ 11
+358.75
+ 21
+70.0
+ 31
+0.0
+  0
+LINE
+  5
+14235
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+360.0
+ 20
+70.0
+ 30
+0.0
+ 11
+361.25
+ 21
+70.0
+ 31
+0.0
+  0
+LINE
+  5
+14236
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+362.5
+ 20
+70.0
+ 30
+0.0
+ 11
+363.75
+ 21
+70.0
+ 31
+0.0
+  0
+LINE
+  5
+14237
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+365.0
+ 20
+70.0
+ 30
+0.0
+ 11
+366.25
+ 21
+70.0
+ 31
+0.0
+  0
+LINE
+  5
+14238
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+367.5
+ 20
+70.0
+ 30
+0.0
+ 11
+368.75
+ 21
+70.0
+ 31
+0.0
+  0
+LINE
+  5
+14239
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+370.0
+ 20
+70.0
+ 30
+0.0
+ 11
+371.25
+ 21
+70.0
+ 31
+0.0
+  0
+LINE
+  5
+1423A
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+312.0
+ 20
+71.25
+ 30
+0.0
+ 11
+312.5
+ 21
+71.25
+ 31
+0.0
+  0
+LINE
+  5
+1423B
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+313.75
+ 20
+71.25
+ 30
+0.0
+ 11
+315.0
+ 21
+71.25
+ 31
+0.0
+  0
+LINE
+  5
+1423C
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+316.25
+ 20
+71.25
+ 30
+0.0
+ 11
+317.5
+ 21
+71.25
+ 31
+0.0
+  0
+LINE
+  5
+1423D
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+318.75
+ 20
+71.25
+ 30
+0.0
+ 11
+320.0
+ 21
+71.25
+ 31
+0.0
+  0
+LINE
+  5
+1423E
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+321.25
+ 20
+71.25
+ 30
+0.0
+ 11
+322.5
+ 21
+71.25
+ 31
+0.0
+  0
+LINE
+  5
+1423F
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+323.75
+ 20
+71.25
+ 30
+0.0
+ 11
+325.0
+ 21
+71.25
+ 31
+0.0
+  0
+LINE
+  5
+14240
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+326.25
+ 20
+71.25
+ 30
+0.0
+ 11
+327.5
+ 21
+71.25
+ 31
+0.0
+  0
+LINE
+  5
+14241
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+328.75
+ 20
+71.25
+ 30
+0.0
+ 11
+330.0
+ 21
+71.25
+ 31
+0.0
+  0
+LINE
+  5
+14242
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+331.25
+ 20
+71.25
+ 30
+0.0
+ 11
+332.5
+ 21
+71.25
+ 31
+0.0
+  0
+LINE
+  5
+14243
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+333.75
+ 20
+71.25
+ 30
+0.0
+ 11
+335.0
+ 21
+71.25
+ 31
+0.0
+  0
+LINE
+  5
+14244
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+336.25
+ 20
+71.25
+ 30
+0.0
+ 11
+337.5
+ 21
+71.25
+ 31
+0.0
+  0
+LINE
+  5
+14245
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+338.75
+ 20
+71.25
+ 30
+0.0
+ 11
+340.0
+ 21
+71.25
+ 31
+0.0
+  0
+LINE
+  5
+14246
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+341.25
+ 20
+71.25
+ 30
+0.0
+ 11
+342.5
+ 21
+71.25
+ 31
+0.0
+  0
+LINE
+  5
+14247
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+343.75
+ 20
+71.25
+ 30
+0.0
+ 11
+345.0
+ 21
+71.25
+ 31
+0.0
+  0
+LINE
+  5
+14248
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+346.25
+ 20
+71.25
+ 30
+0.0
+ 11
+347.5
+ 21
+71.25
+ 31
+0.0
+  0
+LINE
+  5
+14249
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+348.75
+ 20
+71.25
+ 30
+0.0
+ 11
+350.0
+ 21
+71.25
+ 31
+0.0
+  0
+LINE
+  5
+1424A
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+351.25
+ 20
+71.25
+ 30
+0.0
+ 11
+352.5
+ 21
+71.25
+ 31
+0.0
+  0
+LINE
+  5
+1424B
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+353.75
+ 20
+71.25
+ 30
+0.0
+ 11
+355.0
+ 21
+71.25
+ 31
+0.0
+  0
+LINE
+  5
+1424C
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+356.25
+ 20
+71.25
+ 30
+0.0
+ 11
+357.5
+ 21
+71.25
+ 31
+0.0
+  0
+LINE
+  5
+1424D
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+358.75
+ 20
+71.25
+ 30
+0.0
+ 11
+360.0
+ 21
+71.25
+ 31
+0.0
+  0
+LINE
+  5
+1424E
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+361.25
+ 20
+71.25
+ 30
+0.0
+ 11
+362.5
+ 21
+71.25
+ 31
+0.0
+  0
+LINE
+  5
+1424F
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+363.75
+ 20
+71.25
+ 30
+0.0
+ 11
+365.0
+ 21
+71.25
+ 31
+0.0
+  0
+LINE
+  5
+14250
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+366.25
+ 20
+71.25
+ 30
+0.0
+ 11
+367.5
+ 21
+71.25
+ 31
+0.0
+  0
+LINE
+  5
+14251
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+368.75
+ 20
+71.25
+ 30
+0.0
+ 11
+370.0
+ 21
+71.25
+ 31
+0.0
+  0
+LINE
+  5
+14252
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+371.25
+ 20
+71.25
+ 30
+0.0
+ 11
+372.0
+ 21
+71.25
+ 31
+0.0
+  0
+LINE
+  5
+14253
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+312.5
+ 20
+72.5
+ 30
+0.0
+ 11
+313.75
+ 21
+72.5
+ 31
+0.0
+  0
+LINE
+  5
+14254
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+315.0
+ 20
+72.5
+ 30
+0.0
+ 11
+316.25
+ 21
+72.5
+ 31
+0.0
+  0
+LINE
+  5
+14255
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+317.5
+ 20
+72.5
+ 30
+0.0
+ 11
+318.75
+ 21
+72.5
+ 31
+0.0
+  0
+LINE
+  5
+14256
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+320.0
+ 20
+72.5
+ 30
+0.0
+ 11
+321.25
+ 21
+72.5
+ 31
+0.0
+  0
+LINE
+  5
+14257
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+322.5
+ 20
+72.5
+ 30
+0.0
+ 11
+323.75
+ 21
+72.5
+ 31
+0.0
+  0
+LINE
+  5
+14258
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+325.0
+ 20
+72.5
+ 30
+0.0
+ 11
+326.25
+ 21
+72.5
+ 31
+0.0
+  0
+LINE
+  5
+14259
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+327.5
+ 20
+72.5
+ 30
+0.0
+ 11
+328.75
+ 21
+72.5
+ 31
+0.0
+  0
+LINE
+  5
+1425A
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+330.0
+ 20
+72.5
+ 30
+0.0
+ 11
+331.25
+ 21
+72.5
+ 31
+0.0
+  0
+LINE
+  5
+1425B
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+332.5
+ 20
+72.5
+ 30
+0.0
+ 11
+333.75
+ 21
+72.5
+ 31
+0.0
+  0
+LINE
+  5
+1425C
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+335.0
+ 20
+72.5
+ 30
+0.0
+ 11
+336.25
+ 21
+72.5
+ 31
+0.0
+  0
+LINE
+  5
+1425D
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+337.5
+ 20
+72.5
+ 30
+0.0
+ 11
+338.75
+ 21
+72.5
+ 31
+0.0
+  0
+LINE
+  5
+1425E
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+340.0
+ 20
+72.5
+ 30
+0.0
+ 11
+341.25
+ 21
+72.5
+ 31
+0.0
+  0
+LINE
+  5
+1425F
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+342.5
+ 20
+72.5
+ 30
+0.0
+ 11
+343.75
+ 21
+72.5
+ 31
+0.0
+  0
+LINE
+  5
+14260
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+345.0
+ 20
+72.5
+ 30
+0.0
+ 11
+346.25
+ 21
+72.5
+ 31
+0.0
+  0
+LINE
+  5
+14261
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+347.5
+ 20
+72.5
+ 30
+0.0
+ 11
+348.75
+ 21
+72.5
+ 31
+0.0
+  0
+LINE
+  5
+14262
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+350.0
+ 20
+72.5
+ 30
+0.0
+ 11
+351.25
+ 21
+72.5
+ 31
+0.0
+  0
+LINE
+  5
+14263
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+352.5
+ 20
+72.5
+ 30
+0.0
+ 11
+353.75
+ 21
+72.5
+ 31
+0.0
+  0
+LINE
+  5
+14264
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+355.0
+ 20
+72.5
+ 30
+0.0
+ 11
+356.25
+ 21
+72.5
+ 31
+0.0
+  0
+LINE
+  5
+14265
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+357.5
+ 20
+72.5
+ 30
+0.0
+ 11
+358.75
+ 21
+72.5
+ 31
+0.0
+  0
+LINE
+  5
+14266
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+360.0
+ 20
+72.5
+ 30
+0.0
+ 11
+361.25
+ 21
+72.5
+ 31
+0.0
+  0
+LINE
+  5
+14267
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+362.5
+ 20
+72.5
+ 30
+0.0
+ 11
+363.75
+ 21
+72.5
+ 31
+0.0
+  0
+LINE
+  5
+14268
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+365.0
+ 20
+72.5
+ 30
+0.0
+ 11
+366.25
+ 21
+72.5
+ 31
+0.0
+  0
+LINE
+  5
+14269
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+367.5
+ 20
+72.5
+ 30
+0.0
+ 11
+368.75
+ 21
+72.5
+ 31
+0.0
+  0
+LINE
+  5
+1426A
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+370.0
+ 20
+72.5
+ 30
+0.0
+ 11
+371.25
+ 21
+72.5
+ 31
+0.0
+  0
+LINE
+  5
+1426B
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+312.0
+ 20
+73.75
+ 30
+0.0
+ 11
+312.5
+ 21
+73.75
+ 31
+0.0
+  0
+LINE
+  5
+1426C
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+313.75
+ 20
+73.75
+ 30
+0.0
+ 11
+315.0
+ 21
+73.75
+ 31
+0.0
+  0
+LINE
+  5
+1426D
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+316.25
+ 20
+73.75
+ 30
+0.0
+ 11
+317.5
+ 21
+73.75
+ 31
+0.0
+  0
+LINE
+  5
+1426E
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+318.75
+ 20
+73.75
+ 30
+0.0
+ 11
+320.0
+ 21
+73.75
+ 31
+0.0
+  0
+LINE
+  5
+1426F
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+321.25
+ 20
+73.75
+ 30
+0.0
+ 11
+322.5
+ 21
+73.75
+ 31
+0.0
+  0
+LINE
+  5
+14270
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+323.75
+ 20
+73.75
+ 30
+0.0
+ 11
+325.0
+ 21
+73.75
+ 31
+0.0
+  0
+LINE
+  5
+14271
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+326.25
+ 20
+73.75
+ 30
+0.0
+ 11
+327.5
+ 21
+73.75
+ 31
+0.0
+  0
+LINE
+  5
+14272
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+328.75
+ 20
+73.75
+ 30
+0.0
+ 11
+330.0
+ 21
+73.75
+ 31
+0.0
+  0
+LINE
+  5
+14273
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+331.25
+ 20
+73.75
+ 30
+0.0
+ 11
+332.5
+ 21
+73.75
+ 31
+0.0
+  0
+LINE
+  5
+14274
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+333.75
+ 20
+73.75
+ 30
+0.0
+ 11
+335.0
+ 21
+73.75
+ 31
+0.0
+  0
+LINE
+  5
+14275
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+336.25
+ 20
+73.75
+ 30
+0.0
+ 11
+337.5
+ 21
+73.75
+ 31
+0.0
+  0
+LINE
+  5
+14276
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+338.75
+ 20
+73.75
+ 30
+0.0
+ 11
+340.0
+ 21
+73.75
+ 31
+0.0
+  0
+LINE
+  5
+14277
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+341.25
+ 20
+73.75
+ 30
+0.0
+ 11
+342.5
+ 21
+73.75
+ 31
+0.0
+  0
+LINE
+  5
+14278
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+343.75
+ 20
+73.75
+ 30
+0.0
+ 11
+345.0
+ 21
+73.75
+ 31
+0.0
+  0
+LINE
+  5
+14279
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+346.25
+ 20
+73.75
+ 30
+0.0
+ 11
+347.5
+ 21
+73.75
+ 31
+0.0
+  0
+LINE
+  5
+1427A
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+348.75
+ 20
+73.75
+ 30
+0.0
+ 11
+350.0
+ 21
+73.75
+ 31
+0.0
+  0
+LINE
+  5
+1427B
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+351.25
+ 20
+73.75
+ 30
+0.0
+ 11
+352.5
+ 21
+73.75
+ 31
+0.0
+  0
+LINE
+  5
+1427C
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+353.75
+ 20
+73.75
+ 30
+0.0
+ 11
+355.0
+ 21
+73.75
+ 31
+0.0
+  0
+LINE
+  5
+1427D
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+356.25
+ 20
+73.75
+ 30
+0.0
+ 11
+357.5
+ 21
+73.75
+ 31
+0.0
+  0
+LINE
+  5
+1427E
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+358.75
+ 20
+73.75
+ 30
+0.0
+ 11
+360.0
+ 21
+73.75
+ 31
+0.0
+  0
+LINE
+  5
+1427F
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+361.25
+ 20
+73.75
+ 30
+0.0
+ 11
+362.5
+ 21
+73.75
+ 31
+0.0
+  0
+LINE
+  5
+14280
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+363.75
+ 20
+73.75
+ 30
+0.0
+ 11
+365.0
+ 21
+73.75
+ 31
+0.0
+  0
+LINE
+  5
+14281
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+366.25
+ 20
+73.75
+ 30
+0.0
+ 11
+367.5
+ 21
+73.75
+ 31
+0.0
+  0
+LINE
+  5
+14282
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+368.75
+ 20
+73.75
+ 30
+0.0
+ 11
+370.0
+ 21
+73.75
+ 31
+0.0
+  0
+LINE
+  5
+14283
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+371.25
+ 20
+73.75
+ 30
+0.0
+ 11
+372.0
+ 21
+73.75
+ 31
+0.0
+  0
+LINE
+  5
+14284
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+312.5
+ 20
+75.0
+ 30
+0.0
+ 11
+313.75
+ 21
+75.0
+ 31
+0.0
+  0
+LINE
+  5
+14285
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+315.0
+ 20
+75.0
+ 30
+0.0
+ 11
+316.25
+ 21
+75.0
+ 31
+0.0
+  0
+LINE
+  5
+14286
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+317.5
+ 20
+75.0
+ 30
+0.0
+ 11
+318.75
+ 21
+75.0
+ 31
+0.0
+  0
+LINE
+  5
+14287
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+320.0
+ 20
+75.0
+ 30
+0.0
+ 11
+321.25
+ 21
+75.0
+ 31
+0.0
+  0
+LINE
+  5
+14288
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+322.5
+ 20
+75.0
+ 30
+0.0
+ 11
+323.75
+ 21
+75.0
+ 31
+0.0
+  0
+LINE
+  5
+14289
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+325.0
+ 20
+75.0
+ 30
+0.0
+ 11
+326.25
+ 21
+75.0
+ 31
+0.0
+  0
+LINE
+  5
+1428A
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+327.5
+ 20
+75.0
+ 30
+0.0
+ 11
+328.75
+ 21
+75.0
+ 31
+0.0
+  0
+LINE
+  5
+1428B
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+330.0
+ 20
+75.0
+ 30
+0.0
+ 11
+331.25
+ 21
+75.0
+ 31
+0.0
+  0
+LINE
+  5
+1428C
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+332.5
+ 20
+75.0
+ 30
+0.0
+ 11
+333.75
+ 21
+75.0
+ 31
+0.0
+  0
+LINE
+  5
+1428D
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+335.0
+ 20
+75.0
+ 30
+0.0
+ 11
+336.25
+ 21
+75.0
+ 31
+0.0
+  0
+LINE
+  5
+1428E
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+337.5
+ 20
+75.0
+ 30
+0.0
+ 11
+338.75
+ 21
+75.0
+ 31
+0.0
+  0
+LINE
+  5
+1428F
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+340.0
+ 20
+75.0
+ 30
+0.0
+ 11
+341.25
+ 21
+75.0
+ 31
+0.0
+  0
+LINE
+  5
+14290
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+342.5
+ 20
+75.0
+ 30
+0.0
+ 11
+343.75
+ 21
+75.0
+ 31
+0.0
+  0
+LINE
+  5
+14291
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+345.0
+ 20
+75.0
+ 30
+0.0
+ 11
+346.25
+ 21
+75.0
+ 31
+0.0
+  0
+LINE
+  5
+14292
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+347.5
+ 20
+75.0
+ 30
+0.0
+ 11
+348.75
+ 21
+75.0
+ 31
+0.0
+  0
+LINE
+  5
+14293
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+350.0
+ 20
+75.0
+ 30
+0.0
+ 11
+351.25
+ 21
+75.0
+ 31
+0.0
+  0
+LINE
+  5
+14294
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+352.5
+ 20
+75.0
+ 30
+0.0
+ 11
+353.75
+ 21
+75.0
+ 31
+0.0
+  0
+LINE
+  5
+14295
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+355.0
+ 20
+75.0
+ 30
+0.0
+ 11
+356.25
+ 21
+75.0
+ 31
+0.0
+  0
+LINE
+  5
+14296
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+357.5
+ 20
+75.0
+ 30
+0.0
+ 11
+358.75
+ 21
+75.0
+ 31
+0.0
+  0
+LINE
+  5
+14297
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+360.0
+ 20
+75.0
+ 30
+0.0
+ 11
+361.25
+ 21
+75.0
+ 31
+0.0
+  0
+LINE
+  5
+14298
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+362.5
+ 20
+75.0
+ 30
+0.0
+ 11
+363.75
+ 21
+75.0
+ 31
+0.0
+  0
+LINE
+  5
+14299
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+365.0
+ 20
+75.0
+ 30
+0.0
+ 11
+366.25
+ 21
+75.0
+ 31
+0.0
+  0
+LINE
+  5
+1429A
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+367.5
+ 20
+75.0
+ 30
+0.0
+ 11
+368.75
+ 21
+75.0
+ 31
+0.0
+  0
+LINE
+  5
+1429B
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+370.0
+ 20
+75.0
+ 30
+0.0
+ 11
+371.25
+ 21
+75.0
+ 31
+0.0
+  0
+LINE
+  5
+1429C
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+312.0
+ 20
+76.25
+ 30
+0.0
+ 11
+312.5
+ 21
+76.25
+ 31
+0.0
+  0
+LINE
+  5
+1429D
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+313.75
+ 20
+76.25
+ 30
+0.0
+ 11
+315.0
+ 21
+76.25
+ 31
+0.0
+  0
+LINE
+  5
+1429E
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+316.25
+ 20
+76.25
+ 30
+0.0
+ 11
+317.5
+ 21
+76.25
+ 31
+0.0
+  0
+LINE
+  5
+1429F
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+318.75
+ 20
+76.25
+ 30
+0.0
+ 11
+320.0
+ 21
+76.25
+ 31
+0.0
+  0
+LINE
+  5
+142A0
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+321.25
+ 20
+76.25
+ 30
+0.0
+ 11
+322.5
+ 21
+76.25
+ 31
+0.0
+  0
+LINE
+  5
+142A1
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+323.75
+ 20
+76.25
+ 30
+0.0
+ 11
+325.0
+ 21
+76.25
+ 31
+0.0
+  0
+LINE
+  5
+142A2
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+326.25
+ 20
+76.25
+ 30
+0.0
+ 11
+327.5
+ 21
+76.25
+ 31
+0.0
+  0
+LINE
+  5
+142A3
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+328.75
+ 20
+76.25
+ 30
+0.0
+ 11
+330.0
+ 21
+76.25
+ 31
+0.0
+  0
+LINE
+  5
+142A4
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+331.25
+ 20
+76.25
+ 30
+0.0
+ 11
+332.5
+ 21
+76.25
+ 31
+0.0
+  0
+LINE
+  5
+142A5
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+333.75
+ 20
+76.25
+ 30
+0.0
+ 11
+335.0
+ 21
+76.25
+ 31
+0.0
+  0
+LINE
+  5
+142A6
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+336.25
+ 20
+76.25
+ 30
+0.0
+ 11
+337.5
+ 21
+76.25
+ 31
+0.0
+  0
+LINE
+  5
+142A7
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+338.75
+ 20
+76.25
+ 30
+0.0
+ 11
+340.0
+ 21
+76.25
+ 31
+0.0
+  0
+LINE
+  5
+142A8
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+341.25
+ 20
+76.25
+ 30
+0.0
+ 11
+342.5
+ 21
+76.25
+ 31
+0.0
+  0
+LINE
+  5
+142A9
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+343.75
+ 20
+76.25
+ 30
+0.0
+ 11
+345.0
+ 21
+76.25
+ 31
+0.0
+  0
+LINE
+  5
+142AA
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+346.25
+ 20
+76.25
+ 30
+0.0
+ 11
+347.5
+ 21
+76.25
+ 31
+0.0
+  0
+LINE
+  5
+142AB
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+348.75
+ 20
+76.25
+ 30
+0.0
+ 11
+350.0
+ 21
+76.25
+ 31
+0.0
+  0
+LINE
+  5
+142AC
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+351.25
+ 20
+76.25
+ 30
+0.0
+ 11
+352.5
+ 21
+76.25
+ 31
+0.0
+  0
+LINE
+  5
+142AD
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+353.75
+ 20
+76.25
+ 30
+0.0
+ 11
+355.0
+ 21
+76.25
+ 31
+0.0
+  0
+LINE
+  5
+142AE
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+356.25
+ 20
+76.25
+ 30
+0.0
+ 11
+357.5
+ 21
+76.25
+ 31
+0.0
+  0
+LINE
+  5
+142AF
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+358.75
+ 20
+76.25
+ 30
+0.0
+ 11
+360.0
+ 21
+76.25
+ 31
+0.0
+  0
+LINE
+  5
+142B0
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+361.25
+ 20
+76.25
+ 30
+0.0
+ 11
+362.5
+ 21
+76.25
+ 31
+0.0
+  0
+LINE
+  5
+142B1
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+363.75
+ 20
+76.25
+ 30
+0.0
+ 11
+365.0
+ 21
+76.25
+ 31
+0.0
+  0
+LINE
+  5
+142B2
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+366.25
+ 20
+76.25
+ 30
+0.0
+ 11
+367.5
+ 21
+76.25
+ 31
+0.0
+  0
+LINE
+  5
+142B3
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+368.75
+ 20
+76.25
+ 30
+0.0
+ 11
+370.0
+ 21
+76.25
+ 31
+0.0
+  0
+LINE
+  5
+142B4
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+371.25
+ 20
+76.25
+ 30
+0.0
+ 11
+372.0
+ 21
+76.25
+ 31
+0.0
+  0
+LINE
+  5
+142B5
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+312.5
+ 20
+77.5
+ 30
+0.0
+ 11
+313.75
+ 21
+77.5
+ 31
+0.0
+  0
+LINE
+  5
+142B6
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+315.0
+ 20
+77.5
+ 30
+0.0
+ 11
+316.25
+ 21
+77.5
+ 31
+0.0
+  0
+LINE
+  5
+142B7
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+317.5
+ 20
+77.5
+ 30
+0.0
+ 11
+318.75
+ 21
+77.5
+ 31
+0.0
+  0
+LINE
+  5
+142B8
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+320.0
+ 20
+77.5
+ 30
+0.0
+ 11
+321.25
+ 21
+77.5
+ 31
+0.0
+  0
+LINE
+  5
+142B9
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+322.5
+ 20
+77.5
+ 30
+0.0
+ 11
+323.75
+ 21
+77.5
+ 31
+0.0
+  0
+LINE
+  5
+142BA
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+325.0
+ 20
+77.5
+ 30
+0.0
+ 11
+326.25
+ 21
+77.5
+ 31
+0.0
+  0
+LINE
+  5
+142BB
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+327.5
+ 20
+77.5
+ 30
+0.0
+ 11
+328.75
+ 21
+77.5
+ 31
+0.0
+  0
+LINE
+  5
+142BC
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+330.0
+ 20
+77.5
+ 30
+0.0
+ 11
+331.25
+ 21
+77.5
+ 31
+0.0
+  0
+LINE
+  5
+142BD
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+332.5
+ 20
+77.5
+ 30
+0.0
+ 11
+333.75
+ 21
+77.5
+ 31
+0.0
+  0
+LINE
+  5
+142BE
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+335.0
+ 20
+77.5
+ 30
+0.0
+ 11
+336.25
+ 21
+77.5
+ 31
+0.0
+  0
+LINE
+  5
+142BF
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+337.5
+ 20
+77.5
+ 30
+0.0
+ 11
+338.75
+ 21
+77.5
+ 31
+0.0
+  0
+LINE
+  5
+142C0
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+340.0
+ 20
+77.5
+ 30
+0.0
+ 11
+341.25
+ 21
+77.5
+ 31
+0.0
+  0
+LINE
+  5
+142C1
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+342.5
+ 20
+77.5
+ 30
+0.0
+ 11
+343.75
+ 21
+77.5
+ 31
+0.0
+  0
+LINE
+  5
+142C2
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+345.0
+ 20
+77.5
+ 30
+0.0
+ 11
+346.25
+ 21
+77.5
+ 31
+0.0
+  0
+LINE
+  5
+142C3
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+347.5
+ 20
+77.5
+ 30
+0.0
+ 11
+348.75
+ 21
+77.5
+ 31
+0.0
+  0
+LINE
+  5
+142C4
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+350.0
+ 20
+77.5
+ 30
+0.0
+ 11
+351.25
+ 21
+77.5
+ 31
+0.0
+  0
+LINE
+  5
+142C5
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+352.5
+ 20
+77.5
+ 30
+0.0
+ 11
+353.75
+ 21
+77.5
+ 31
+0.0
+  0
+LINE
+  5
+142C6
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+355.0
+ 20
+77.5
+ 30
+0.0
+ 11
+356.25
+ 21
+77.5
+ 31
+0.0
+  0
+LINE
+  5
+142C7
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+357.5
+ 20
+77.5
+ 30
+0.0
+ 11
+358.75
+ 21
+77.5
+ 31
+0.0
+  0
+LINE
+  5
+142C8
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+360.0
+ 20
+77.5
+ 30
+0.0
+ 11
+361.25
+ 21
+77.5
+ 31
+0.0
+  0
+LINE
+  5
+142C9
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+362.5
+ 20
+77.5
+ 30
+0.0
+ 11
+363.75
+ 21
+77.5
+ 31
+0.0
+  0
+LINE
+  5
+142CA
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+365.0
+ 20
+77.5
+ 30
+0.0
+ 11
+366.25
+ 21
+77.5
+ 31
+0.0
+  0
+LINE
+  5
+142CB
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+367.5
+ 20
+77.5
+ 30
+0.0
+ 11
+368.75
+ 21
+77.5
+ 31
+0.0
+  0
+LINE
+  5
+142CC
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+370.0
+ 20
+77.5
+ 30
+0.0
+ 11
+371.25
+ 21
+77.5
+ 31
+0.0
+  0
+LINE
+  5
+142CD
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+312.0
+ 20
+78.75
+ 30
+0.0
+ 11
+312.5
+ 21
+78.75
+ 31
+0.0
+  0
+LINE
+  5
+142CE
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+313.75
+ 20
+78.75
+ 30
+0.0
+ 11
+315.0
+ 21
+78.75
+ 31
+0.0
+  0
+LINE
+  5
+142CF
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+316.25
+ 20
+78.75
+ 30
+0.0
+ 11
+317.5
+ 21
+78.75
+ 31
+0.0
+  0
+LINE
+  5
+142D0
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+318.75
+ 20
+78.75
+ 30
+0.0
+ 11
+320.0
+ 21
+78.75
+ 31
+0.0
+  0
+LINE
+  5
+142D1
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+321.25
+ 20
+78.75
+ 30
+0.0
+ 11
+322.5
+ 21
+78.75
+ 31
+0.0
+  0
+LINE
+  5
+142D2
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+323.75
+ 20
+78.75
+ 30
+0.0
+ 11
+325.0
+ 21
+78.75
+ 31
+0.0
+  0
+LINE
+  5
+142D3
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+326.25
+ 20
+78.75
+ 30
+0.0
+ 11
+327.5
+ 21
+78.75
+ 31
+0.0
+  0
+LINE
+  5
+142D4
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+328.75
+ 20
+78.75
+ 30
+0.0
+ 11
+330.0
+ 21
+78.75
+ 31
+0.0
+  0
+LINE
+  5
+142D5
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+331.25
+ 20
+78.75
+ 30
+0.0
+ 11
+332.5
+ 21
+78.75
+ 31
+0.0
+  0
+LINE
+  5
+142D6
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+333.75
+ 20
+78.75
+ 30
+0.0
+ 11
+335.0
+ 21
+78.75
+ 31
+0.0
+  0
+LINE
+  5
+142D7
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+336.25
+ 20
+78.75
+ 30
+0.0
+ 11
+337.5
+ 21
+78.75
+ 31
+0.0
+  0
+LINE
+  5
+142D8
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+338.75
+ 20
+78.75
+ 30
+0.0
+ 11
+340.0
+ 21
+78.75
+ 31
+0.0
+  0
+LINE
+  5
+142D9
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+341.25
+ 20
+78.75
+ 30
+0.0
+ 11
+342.5
+ 21
+78.75
+ 31
+0.0
+  0
+LINE
+  5
+142DA
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+343.75
+ 20
+78.75
+ 30
+0.0
+ 11
+345.0
+ 21
+78.75
+ 31
+0.0
+  0
+LINE
+  5
+142DB
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+346.25
+ 20
+78.75
+ 30
+0.0
+ 11
+347.5
+ 21
+78.75
+ 31
+0.0
+  0
+LINE
+  5
+142DC
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+348.75
+ 20
+78.75
+ 30
+0.0
+ 11
+350.0
+ 21
+78.75
+ 31
+0.0
+  0
+LINE
+  5
+142DD
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+351.25
+ 20
+78.75
+ 30
+0.0
+ 11
+352.5
+ 21
+78.75
+ 31
+0.0
+  0
+LINE
+  5
+142DE
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+353.75
+ 20
+78.75
+ 30
+0.0
+ 11
+355.0
+ 21
+78.75
+ 31
+0.0
+  0
+LINE
+  5
+142DF
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+356.25
+ 20
+78.75
+ 30
+0.0
+ 11
+357.5
+ 21
+78.75
+ 31
+0.0
+  0
+LINE
+  5
+142E0
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+358.75
+ 20
+78.75
+ 30
+0.0
+ 11
+360.0
+ 21
+78.75
+ 31
+0.0
+  0
+LINE
+  5
+142E1
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+361.25
+ 20
+78.75
+ 30
+0.0
+ 11
+362.5
+ 21
+78.75
+ 31
+0.0
+  0
+LINE
+  5
+142E2
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+363.75
+ 20
+78.75
+ 30
+0.0
+ 11
+365.0
+ 21
+78.75
+ 31
+0.0
+  0
+LINE
+  5
+142E3
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+366.25
+ 20
+78.75
+ 30
+0.0
+ 11
+367.5
+ 21
+78.75
+ 31
+0.0
+  0
+LINE
+  5
+142E4
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+368.75
+ 20
+78.75
+ 30
+0.0
+ 11
+370.0
+ 21
+78.75
+ 31
+0.0
+  0
+LINE
+  5
+142E5
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+371.25
+ 20
+78.75
+ 30
+0.0
+ 11
+372.0
+ 21
+78.75
+ 31
+0.0
+  0
+LINE
+  5
+142E6
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+312.0
+ 20
+58.75
+ 30
+0.0
+ 11
+312.5
+ 21
+58.75
+ 31
+0.0
+  0
+LINE
+  5
+142E7
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+313.75
+ 20
+58.75
+ 30
+0.0
+ 11
+315.0
+ 21
+58.75
+ 31
+0.0
+  0
+LINE
+  5
+142E8
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+316.25
+ 20
+58.75
+ 30
+0.0
+ 11
+317.5
+ 21
+58.75
+ 31
+0.0
+  0
+LINE
+  5
+142E9
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+318.75
+ 20
+58.75
+ 30
+0.0
+ 11
+320.0
+ 21
+58.75
+ 31
+0.0
+  0
+LINE
+  5
+142EA
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+321.25
+ 20
+58.75
+ 30
+0.0
+ 11
+322.5
+ 21
+58.75
+ 31
+0.0
+  0
+LINE
+  5
+142EB
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+323.75
+ 20
+58.75
+ 30
+0.0
+ 11
+325.0
+ 21
+58.75
+ 31
+0.0
+  0
+LINE
+  5
+142EC
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+326.25
+ 20
+58.75
+ 30
+0.0
+ 11
+327.5
+ 21
+58.75
+ 31
+0.0
+  0
+LINE
+  5
+142ED
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+328.75
+ 20
+58.75
+ 30
+0.0
+ 11
+330.0
+ 21
+58.75
+ 31
+0.0
+  0
+LINE
+  5
+142EE
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+331.25
+ 20
+58.75
+ 30
+0.0
+ 11
+332.5
+ 21
+58.75
+ 31
+0.0
+  0
+LINE
+  5
+142EF
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+333.75
+ 20
+58.75
+ 30
+0.0
+ 11
+335.0
+ 21
+58.75
+ 31
+0.0
+  0
+LINE
+  5
+142F0
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+336.25
+ 20
+58.75
+ 30
+0.0
+ 11
+337.5
+ 21
+58.75
+ 31
+0.0
+  0
+LINE
+  5
+142F1
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+338.75
+ 20
+58.75
+ 30
+0.0
+ 11
+340.0
+ 21
+58.75
+ 31
+0.0
+  0
+LINE
+  5
+142F2
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+341.25
+ 20
+58.75
+ 30
+0.0
+ 11
+342.5
+ 21
+58.75
+ 31
+0.0
+  0
+LINE
+  5
+142F3
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+349.0
+ 20
+58.75
+ 30
+0.0
+ 11
+350.0
+ 21
+58.75
+ 31
+0.0
+  0
+LINE
+  5
+142F4
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+351.25
+ 20
+58.75
+ 30
+0.0
+ 11
+352.5
+ 21
+58.75
+ 31
+0.0
+  0
+LINE
+  5
+142F5
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+353.75
+ 20
+58.75
+ 30
+0.0
+ 11
+355.0
+ 21
+58.75
+ 31
+0.0
+  0
+LINE
+  5
+142F6
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+356.25
+ 20
+58.75
+ 30
+0.0
+ 11
+357.5
+ 21
+58.75
+ 31
+0.0
+  0
+LINE
+  5
+142F7
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+358.75
+ 20
+58.75
+ 30
+0.0
+ 11
+360.0
+ 21
+58.75
+ 31
+0.0
+  0
+LINE
+  5
+142F8
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+361.25
+ 20
+58.75
+ 30
+0.0
+ 11
+362.5
+ 21
+58.75
+ 31
+0.0
+  0
+LINE
+  5
+142F9
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+363.75
+ 20
+58.75
+ 30
+0.0
+ 11
+365.0
+ 21
+58.75
+ 31
+0.0
+  0
+LINE
+  5
+142FA
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+366.25
+ 20
+58.75
+ 30
+0.0
+ 11
+367.5
+ 21
+58.75
+ 31
+0.0
+  0
+LINE
+  5
+142FB
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+368.75
+ 20
+58.75
+ 30
+0.0
+ 11
+370.0
+ 21
+58.75
+ 31
+0.0
+  0
+LINE
+  5
+142FC
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+371.25
+ 20
+58.75
+ 30
+0.0
+ 11
+372.0
+ 21
+58.75
+ 31
+0.0
+  0
+LINE
+  5
+142FD
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+312.5
+ 20
+57.5
+ 30
+0.0
+ 11
+313.75
+ 21
+57.5
+ 31
+0.0
+  0
+LINE
+  5
+142FE
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+315.0
+ 20
+57.5
+ 30
+0.0
+ 11
+316.25
+ 21
+57.5
+ 31
+0.0
+  0
+LINE
+  5
+142FF
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+317.5
+ 20
+57.5
+ 30
+0.0
+ 11
+318.75
+ 21
+57.5
+ 31
+0.0
+  0
+LINE
+  5
+14300
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+320.0
+ 20
+57.5
+ 30
+0.0
+ 11
+321.25
+ 21
+57.5
+ 31
+0.0
+  0
+LINE
+  5
+14301
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+322.5
+ 20
+57.5
+ 30
+0.0
+ 11
+323.75
+ 21
+57.5
+ 31
+0.0
+  0
+LINE
+  5
+14302
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+325.0
+ 20
+57.5
+ 30
+0.0
+ 11
+326.25
+ 21
+57.5
+ 31
+0.0
+  0
+LINE
+  5
+14303
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+327.5
+ 20
+57.5
+ 30
+0.0
+ 11
+328.75
+ 21
+57.5
+ 31
+0.0
+  0
+LINE
+  5
+14304
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+330.0
+ 20
+57.5
+ 30
+0.0
+ 11
+331.25
+ 21
+57.5
+ 31
+0.0
+  0
+LINE
+  5
+14305
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+332.5
+ 20
+57.5
+ 30
+0.0
+ 11
+333.75
+ 21
+57.5
+ 31
+0.0
+  0
+LINE
+  5
+14306
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+335.0
+ 20
+57.5
+ 30
+0.0
+ 11
+336.25
+ 21
+57.5
+ 31
+0.0
+  0
+LINE
+  5
+14307
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+337.5
+ 20
+57.5
+ 30
+0.0
+ 11
+338.75
+ 21
+57.5
+ 31
+0.0
+  0
+LINE
+  5
+14308
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+340.0
+ 20
+57.5
+ 30
+0.0
+ 11
+341.25
+ 21
+57.5
+ 31
+0.0
+  0
+LINE
+  5
+14309
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+342.5
+ 20
+57.5
+ 30
+0.0
+ 11
+343.0
+ 21
+57.5
+ 31
+0.0
+  0
+LINE
+  5
+1430A
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+350.0
+ 20
+57.5
+ 30
+0.0
+ 11
+351.25
+ 21
+57.5
+ 31
+0.0
+  0
+LINE
+  5
+1430B
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+352.5
+ 20
+57.5
+ 30
+0.0
+ 11
+353.75
+ 21
+57.5
+ 31
+0.0
+  0
+LINE
+  5
+1430C
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+355.0
+ 20
+57.5
+ 30
+0.0
+ 11
+356.25
+ 21
+57.5
+ 31
+0.0
+  0
+LINE
+  5
+1430D
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+357.5
+ 20
+57.5
+ 30
+0.0
+ 11
+358.75
+ 21
+57.5
+ 31
+0.0
+  0
+LINE
+  5
+1430E
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+360.0
+ 20
+57.5
+ 30
+0.0
+ 11
+361.25
+ 21
+57.5
+ 31
+0.0
+  0
+LINE
+  5
+1430F
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+362.5
+ 20
+57.5
+ 30
+0.0
+ 11
+363.75
+ 21
+57.5
+ 31
+0.0
+  0
+LINE
+  5
+14310
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+365.0
+ 20
+57.5
+ 30
+0.0
+ 11
+366.25
+ 21
+57.5
+ 31
+0.0
+  0
+LINE
+  5
+14311
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+367.5
+ 20
+57.5
+ 30
+0.0
+ 11
+368.75
+ 21
+57.5
+ 31
+0.0
+  0
+LINE
+  5
+14312
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+370.0
+ 20
+57.5
+ 30
+0.0
+ 11
+371.25
+ 21
+57.5
+ 31
+0.0
+  0
+LINE
+  5
+14313
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+312.0
+ 20
+56.25
+ 30
+0.0
+ 11
+312.5
+ 21
+56.25
+ 31
+0.0
+  0
+LINE
+  5
+14314
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+313.75
+ 20
+56.25
+ 30
+0.0
+ 11
+315.0
+ 21
+56.25
+ 31
+0.0
+  0
+LINE
+  5
+14315
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+316.25
+ 20
+56.25
+ 30
+0.0
+ 11
+317.5
+ 21
+56.25
+ 31
+0.0
+  0
+LINE
+  5
+14316
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+318.75
+ 20
+56.25
+ 30
+0.0
+ 11
+320.0
+ 21
+56.25
+ 31
+0.0
+  0
+LINE
+  5
+14317
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+321.25
+ 20
+56.25
+ 30
+0.0
+ 11
+322.5
+ 21
+56.25
+ 31
+0.0
+  0
+LINE
+  5
+14318
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+323.75
+ 20
+56.25
+ 30
+0.0
+ 11
+325.0
+ 21
+56.25
+ 31
+0.0
+  0
+LINE
+  5
+14319
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+326.25
+ 20
+56.25
+ 30
+0.0
+ 11
+327.5
+ 21
+56.25
+ 31
+0.0
+  0
+LINE
+  5
+1431A
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+328.75
+ 20
+56.25
+ 30
+0.0
+ 11
+330.0
+ 21
+56.25
+ 31
+0.0
+  0
+LINE
+  5
+1431B
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+331.25
+ 20
+56.25
+ 30
+0.0
+ 11
+332.5
+ 21
+56.25
+ 31
+0.0
+  0
+LINE
+  5
+1431C
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+333.75
+ 20
+56.25
+ 30
+0.0
+ 11
+335.0
+ 21
+56.25
+ 31
+0.0
+  0
+LINE
+  5
+1431D
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+336.25
+ 20
+56.25
+ 30
+0.0
+ 11
+337.5
+ 21
+56.25
+ 31
+0.0
+  0
+LINE
+  5
+1431E
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+338.75
+ 20
+56.25
+ 30
+0.0
+ 11
+340.0
+ 21
+56.25
+ 31
+0.0
+  0
+LINE
+  5
+1431F
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+341.25
+ 20
+56.25
+ 30
+0.0
+ 11
+342.5
+ 21
+56.25
+ 31
+0.0
+  0
+LINE
+  5
+14320
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+349.0
+ 20
+56.25
+ 30
+0.0
+ 11
+350.0
+ 21
+56.25
+ 31
+0.0
+  0
+LINE
+  5
+14321
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+351.25
+ 20
+56.25
+ 30
+0.0
+ 11
+352.5
+ 21
+56.25
+ 31
+0.0
+  0
+LINE
+  5
+14322
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+353.75
+ 20
+56.25
+ 30
+0.0
+ 11
+355.0
+ 21
+56.25
+ 31
+0.0
+  0
+LINE
+  5
+14323
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+356.25
+ 20
+56.25
+ 30
+0.0
+ 11
+357.5
+ 21
+56.25
+ 31
+0.0
+  0
+LINE
+  5
+14324
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+358.75
+ 20
+56.25
+ 30
+0.0
+ 11
+360.0
+ 21
+56.25
+ 31
+0.0
+  0
+LINE
+  5
+14325
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+361.25
+ 20
+56.25
+ 30
+0.0
+ 11
+362.5
+ 21
+56.25
+ 31
+0.0
+  0
+LINE
+  5
+14326
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+363.75
+ 20
+56.25
+ 30
+0.0
+ 11
+365.0
+ 21
+56.25
+ 31
+0.0
+  0
+LINE
+  5
+14327
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+366.25
+ 20
+56.25
+ 30
+0.0
+ 11
+367.5
+ 21
+56.25
+ 31
+0.0
+  0
+LINE
+  5
+14328
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+368.75
+ 20
+56.25
+ 30
+0.0
+ 11
+370.0
+ 21
+56.25
+ 31
+0.0
+  0
+LINE
+  5
+14329
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+371.25
+ 20
+56.25
+ 30
+0.0
+ 11
+372.0
+ 21
+56.25
+ 31
+0.0
+  0
+LINE
+  5
+1432A
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+312.5
+ 20
+55.0
+ 30
+0.0
+ 11
+313.75
+ 21
+55.0
+ 31
+0.0
+  0
+LINE
+  5
+1432B
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+315.0
+ 20
+55.0
+ 30
+0.0
+ 11
+316.25
+ 21
+55.0
+ 31
+0.0
+  0
+LINE
+  5
+1432C
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+317.5
+ 20
+55.0
+ 30
+0.0
+ 11
+318.75
+ 21
+55.0
+ 31
+0.0
+  0
+LINE
+  5
+1432D
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+320.0
+ 20
+55.0
+ 30
+0.0
+ 11
+321.25
+ 21
+55.0
+ 31
+0.0
+  0
+LINE
+  5
+1432E
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+322.5
+ 20
+55.0
+ 30
+0.0
+ 11
+323.75
+ 21
+55.0
+ 31
+0.0
+  0
+LINE
+  5
+1432F
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+325.0
+ 20
+55.0
+ 30
+0.0
+ 11
+326.25
+ 21
+55.0
+ 31
+0.0
+  0
+LINE
+  5
+14330
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+327.5
+ 20
+55.0
+ 30
+0.0
+ 11
+328.75
+ 21
+55.0
+ 31
+0.0
+  0
+LINE
+  5
+14331
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+330.0
+ 20
+55.0
+ 30
+0.0
+ 11
+331.25
+ 21
+55.0
+ 31
+0.0
+  0
+LINE
+  5
+14332
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+332.5
+ 20
+55.0
+ 30
+0.0
+ 11
+333.75
+ 21
+55.0
+ 31
+0.0
+  0
+LINE
+  5
+14333
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+335.0
+ 20
+55.0
+ 30
+0.0
+ 11
+336.25
+ 21
+55.0
+ 31
+0.0
+  0
+LINE
+  5
+14334
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+337.5
+ 20
+55.0
+ 30
+0.0
+ 11
+338.75
+ 21
+55.0
+ 31
+0.0
+  0
+LINE
+  5
+14335
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+340.0
+ 20
+55.0
+ 30
+0.0
+ 11
+341.25
+ 21
+55.0
+ 31
+0.0
+  0
+LINE
+  5
+14336
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+342.5
+ 20
+55.0
+ 30
+0.0
+ 11
+343.0
+ 21
+55.0
+ 31
+0.0
+  0
+LINE
+  5
+14337
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+350.0
+ 20
+55.0
+ 30
+0.0
+ 11
+351.25
+ 21
+55.0
+ 31
+0.0
+  0
+LINE
+  5
+14338
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+352.5
+ 20
+55.0
+ 30
+0.0
+ 11
+353.75
+ 21
+55.0
+ 31
+0.0
+  0
+LINE
+  5
+14339
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+355.0
+ 20
+55.0
+ 30
+0.0
+ 11
+356.25
+ 21
+55.0
+ 31
+0.0
+  0
+LINE
+  5
+1433A
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+357.5
+ 20
+55.0
+ 30
+0.0
+ 11
+358.75
+ 21
+55.0
+ 31
+0.0
+  0
+LINE
+  5
+1433B
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+360.0
+ 20
+55.0
+ 30
+0.0
+ 11
+361.25
+ 21
+55.0
+ 31
+0.0
+  0
+LINE
+  5
+1433C
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+362.5
+ 20
+55.0
+ 30
+0.0
+ 11
+363.75
+ 21
+55.0
+ 31
+0.0
+  0
+LINE
+  5
+1433D
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+365.0
+ 20
+55.0
+ 30
+0.0
+ 11
+366.25
+ 21
+55.0
+ 31
+0.0
+  0
+LINE
+  5
+1433E
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+367.5
+ 20
+55.0
+ 30
+0.0
+ 11
+368.75
+ 21
+55.0
+ 31
+0.0
+  0
+LINE
+  5
+1433F
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+370.0
+ 20
+55.0
+ 30
+0.0
+ 11
+371.25
+ 21
+55.0
+ 31
+0.0
+  0
+LINE
+  5
+14340
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+312.0
+ 20
+53.75
+ 30
+0.0
+ 11
+312.5
+ 21
+53.75
+ 31
+0.0
+  0
+LINE
+  5
+14341
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+313.75
+ 20
+53.75
+ 30
+0.0
+ 11
+315.0
+ 21
+53.75
+ 31
+0.0
+  0
+LINE
+  5
+14342
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+316.25
+ 20
+53.75
+ 30
+0.0
+ 11
+317.5
+ 21
+53.75
+ 31
+0.0
+  0
+LINE
+  5
+14343
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+318.75
+ 20
+53.75
+ 30
+0.0
+ 11
+320.0
+ 21
+53.75
+ 31
+0.0
+  0
+LINE
+  5
+14344
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+321.25
+ 20
+53.75
+ 30
+0.0
+ 11
+322.5
+ 21
+53.75
+ 31
+0.0
+  0
+LINE
+  5
+14345
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+323.75
+ 20
+53.75
+ 30
+0.0
+ 11
+325.0
+ 21
+53.75
+ 31
+0.0
+  0
+LINE
+  5
+14346
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+326.25
+ 20
+53.75
+ 30
+0.0
+ 11
+327.5
+ 21
+53.75
+ 31
+0.0
+  0
+LINE
+  5
+14347
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+328.75
+ 20
+53.75
+ 30
+0.0
+ 11
+330.0
+ 21
+53.75
+ 31
+0.0
+  0
+LINE
+  5
+14348
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+331.25
+ 20
+53.75
+ 30
+0.0
+ 11
+332.5
+ 21
+53.75
+ 31
+0.0
+  0
+LINE
+  5
+14349
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+333.75
+ 20
+53.75
+ 30
+0.0
+ 11
+335.0
+ 21
+53.75
+ 31
+0.0
+  0
+LINE
+  5
+1434A
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+336.25
+ 20
+53.75
+ 30
+0.0
+ 11
+337.5
+ 21
+53.75
+ 31
+0.0
+  0
+LINE
+  5
+1434B
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+338.75
+ 20
+53.75
+ 30
+0.0
+ 11
+340.0
+ 21
+53.75
+ 31
+0.0
+  0
+LINE
+  5
+1434C
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+341.25
+ 20
+53.75
+ 30
+0.0
+ 11
+342.5
+ 21
+53.75
+ 31
+0.0
+  0
+LINE
+  5
+1434D
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+349.0
+ 20
+53.75
+ 30
+0.0
+ 11
+350.0
+ 21
+53.75
+ 31
+0.0
+  0
+LINE
+  5
+1434E
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+351.25
+ 20
+53.75
+ 30
+0.0
+ 11
+352.5
+ 21
+53.75
+ 31
+0.0
+  0
+LINE
+  5
+1434F
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+353.75
+ 20
+53.75
+ 30
+0.0
+ 11
+355.0
+ 21
+53.75
+ 31
+0.0
+  0
+LINE
+  5
+14350
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+356.25
+ 20
+53.75
+ 30
+0.0
+ 11
+357.5
+ 21
+53.75
+ 31
+0.0
+  0
+LINE
+  5
+14351
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+358.75
+ 20
+53.75
+ 30
+0.0
+ 11
+360.0
+ 21
+53.75
+ 31
+0.0
+  0
+LINE
+  5
+14352
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+361.25
+ 20
+53.75
+ 30
+0.0
+ 11
+362.5
+ 21
+53.75
+ 31
+0.0
+  0
+LINE
+  5
+14353
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+363.75
+ 20
+53.75
+ 30
+0.0
+ 11
+365.0
+ 21
+53.75
+ 31
+0.0
+  0
+LINE
+  5
+14354
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+366.25
+ 20
+53.75
+ 30
+0.0
+ 11
+367.5
+ 21
+53.75
+ 31
+0.0
+  0
+LINE
+  5
+14355
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+368.75
+ 20
+53.75
+ 30
+0.0
+ 11
+370.0
+ 21
+53.75
+ 31
+0.0
+  0
+LINE
+  5
+14356
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+371.25
+ 20
+53.75
+ 30
+0.0
+ 11
+372.0
+ 21
+53.75
+ 31
+0.0
+  0
+LINE
+  5
+14357
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+312.5
+ 20
+52.5
+ 30
+0.0
+ 11
+313.75
+ 21
+52.5
+ 31
+0.0
+  0
+LINE
+  5
+14358
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+315.0
+ 20
+52.5
+ 30
+0.0
+ 11
+316.25
+ 21
+52.5
+ 31
+0.0
+  0
+LINE
+  5
+14359
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+317.5
+ 20
+52.5
+ 30
+0.0
+ 11
+318.75
+ 21
+52.5
+ 31
+0.0
+  0
+LINE
+  5
+1435A
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+320.0
+ 20
+52.5
+ 30
+0.0
+ 11
+321.25
+ 21
+52.5
+ 31
+0.0
+  0
+LINE
+  5
+1435B
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+322.5
+ 20
+52.5
+ 30
+0.0
+ 11
+323.75
+ 21
+52.5
+ 31
+0.0
+  0
+LINE
+  5
+1435C
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+325.0
+ 20
+52.5
+ 30
+0.0
+ 11
+326.25
+ 21
+52.5
+ 31
+0.0
+  0
+LINE
+  5
+1435D
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+327.5
+ 20
+52.5
+ 30
+0.0
+ 11
+328.75
+ 21
+52.5
+ 31
+0.0
+  0
+LINE
+  5
+1435E
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+330.0
+ 20
+52.5
+ 30
+0.0
+ 11
+331.25
+ 21
+52.5
+ 31
+0.0
+  0
+LINE
+  5
+1435F
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+332.5
+ 20
+52.5
+ 30
+0.0
+ 11
+333.75
+ 21
+52.5
+ 31
+0.0
+  0
+LINE
+  5
+14360
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+335.0
+ 20
+52.5
+ 30
+0.0
+ 11
+336.25
+ 21
+52.5
+ 31
+0.0
+  0
+LINE
+  5
+14361
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+337.5
+ 20
+52.5
+ 30
+0.0
+ 11
+338.75
+ 21
+52.5
+ 31
+0.0
+  0
+LINE
+  5
+14362
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+340.0
+ 20
+52.5
+ 30
+0.0
+ 11
+341.25
+ 21
+52.5
+ 31
+0.0
+  0
+LINE
+  5
+14363
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+342.5
+ 20
+52.5
+ 30
+0.0
+ 11
+343.0
+ 21
+52.5
+ 31
+0.0
+  0
+LINE
+  5
+14364
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+350.0
+ 20
+52.5
+ 30
+0.0
+ 11
+351.25
+ 21
+52.5
+ 31
+0.0
+  0
+LINE
+  5
+14365
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+352.5
+ 20
+52.5
+ 30
+0.0
+ 11
+353.75
+ 21
+52.5
+ 31
+0.0
+  0
+LINE
+  5
+14366
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+355.0
+ 20
+52.5
+ 30
+0.0
+ 11
+356.25
+ 21
+52.5
+ 31
+0.0
+  0
+LINE
+  5
+14367
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+357.5
+ 20
+52.5
+ 30
+0.0
+ 11
+358.75
+ 21
+52.5
+ 31
+0.0
+  0
+LINE
+  5
+14368
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+360.0
+ 20
+52.5
+ 30
+0.0
+ 11
+361.25
+ 21
+52.5
+ 31
+0.0
+  0
+LINE
+  5
+14369
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+362.5
+ 20
+52.5
+ 30
+0.0
+ 11
+363.75
+ 21
+52.5
+ 31
+0.0
+  0
+LINE
+  5
+1436A
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+365.0
+ 20
+52.5
+ 30
+0.0
+ 11
+366.25
+ 21
+52.5
+ 31
+0.0
+  0
+LINE
+  5
+1436B
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+367.5
+ 20
+52.5
+ 30
+0.0
+ 11
+368.75
+ 21
+52.5
+ 31
+0.0
+  0
+LINE
+  5
+1436C
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+370.0
+ 20
+52.5
+ 30
+0.0
+ 11
+371.25
+ 21
+52.5
+ 31
+0.0
+  0
+LINE
+  5
+1436D
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+312.0
+ 20
+51.25
+ 30
+0.0
+ 11
+312.5
+ 21
+51.25
+ 31
+0.0
+  0
+LINE
+  5
+1436E
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+313.75
+ 20
+51.25
+ 30
+0.0
+ 11
+315.0
+ 21
+51.25
+ 31
+0.0
+  0
+LINE
+  5
+1436F
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+316.25
+ 20
+51.25
+ 30
+0.0
+ 11
+317.5
+ 21
+51.25
+ 31
+0.0
+  0
+LINE
+  5
+14370
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+318.75
+ 20
+51.25
+ 30
+0.0
+ 11
+320.0
+ 21
+51.25
+ 31
+0.0
+  0
+LINE
+  5
+14371
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+321.25
+ 20
+51.25
+ 30
+0.0
+ 11
+322.5
+ 21
+51.25
+ 31
+0.0
+  0
+LINE
+  5
+14372
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+323.75
+ 20
+51.25
+ 30
+0.0
+ 11
+325.0
+ 21
+51.25
+ 31
+0.0
+  0
+LINE
+  5
+14373
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+326.25
+ 20
+51.25
+ 30
+0.0
+ 11
+327.5
+ 21
+51.25
+ 31
+0.0
+  0
+LINE
+  5
+14374
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+328.75
+ 20
+51.25
+ 30
+0.0
+ 11
+330.0
+ 21
+51.25
+ 31
+0.0
+  0
+LINE
+  5
+14375
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+331.25
+ 20
+51.25
+ 30
+0.0
+ 11
+332.5
+ 21
+51.25
+ 31
+0.0
+  0
+LINE
+  5
+14376
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+333.75
+ 20
+51.25
+ 30
+0.0
+ 11
+335.0
+ 21
+51.25
+ 31
+0.0
+  0
+LINE
+  5
+14377
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+336.25
+ 20
+51.25
+ 30
+0.0
+ 11
+337.5
+ 21
+51.25
+ 31
+0.0
+  0
+LINE
+  5
+14378
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+338.75
+ 20
+51.25
+ 30
+0.0
+ 11
+340.0
+ 21
+51.25
+ 31
+0.0
+  0
+LINE
+  5
+14379
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+341.25
+ 20
+51.25
+ 30
+0.0
+ 11
+342.5
+ 21
+51.25
+ 31
+0.0
+  0
+LINE
+  5
+1437A
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+349.0
+ 20
+51.25
+ 30
+0.0
+ 11
+350.0
+ 21
+51.25
+ 31
+0.0
+  0
+LINE
+  5
+1437B
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+351.25
+ 20
+51.25
+ 30
+0.0
+ 11
+352.5
+ 21
+51.25
+ 31
+0.0
+  0
+LINE
+  5
+1437C
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+353.75
+ 20
+51.25
+ 30
+0.0
+ 11
+355.0
+ 21
+51.25
+ 31
+0.0
+  0
+LINE
+  5
+1437D
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+356.25
+ 20
+51.25
+ 30
+0.0
+ 11
+357.5
+ 21
+51.25
+ 31
+0.0
+  0
+LINE
+  5
+1437E
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+358.75
+ 20
+51.25
+ 30
+0.0
+ 11
+360.0
+ 21
+51.25
+ 31
+0.0
+  0
+LINE
+  5
+1437F
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+361.25
+ 20
+51.25
+ 30
+0.0
+ 11
+362.5
+ 21
+51.25
+ 31
+0.0
+  0
+LINE
+  5
+14380
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+363.75
+ 20
+51.25
+ 30
+0.0
+ 11
+365.0
+ 21
+51.25
+ 31
+0.0
+  0
+LINE
+  5
+14381
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+366.25
+ 20
+51.25
+ 30
+0.0
+ 11
+367.5
+ 21
+51.25
+ 31
+0.0
+  0
+LINE
+  5
+14382
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+368.75
+ 20
+51.25
+ 30
+0.0
+ 11
+370.0
+ 21
+51.25
+ 31
+0.0
+  0
+LINE
+  5
+14383
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+371.25
+ 20
+51.25
+ 30
+0.0
+ 11
+372.0
+ 21
+51.25
+ 31
+0.0
+  0
+LINE
+  5
+14384
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+312.5
+ 20
+50.0
+ 30
+0.0
+ 11
+313.75
+ 21
+50.0
+ 31
+0.0
+  0
+LINE
+  5
+14385
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+315.0
+ 20
+50.0
+ 30
+0.0
+ 11
+316.25
+ 21
+50.0
+ 31
+0.0
+  0
+LINE
+  5
+14386
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+317.5
+ 20
+50.0
+ 30
+0.0
+ 11
+318.75
+ 21
+50.0
+ 31
+0.0
+  0
+LINE
+  5
+14387
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+320.0
+ 20
+50.0
+ 30
+0.0
+ 11
+321.25
+ 21
+50.0
+ 31
+0.0
+  0
+LINE
+  5
+14388
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+322.5
+ 20
+50.0
+ 30
+0.0
+ 11
+323.75
+ 21
+50.0
+ 31
+0.0
+  0
+LINE
+  5
+14389
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+325.0
+ 20
+50.0
+ 30
+0.0
+ 11
+326.25
+ 21
+50.0
+ 31
+0.0
+  0
+LINE
+  5
+1438A
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+327.5
+ 20
+50.0
+ 30
+0.0
+ 11
+328.75
+ 21
+50.0
+ 31
+0.0
+  0
+LINE
+  5
+1438B
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+330.0
+ 20
+50.0
+ 30
+0.0
+ 11
+331.25
+ 21
+50.0
+ 31
+0.0
+  0
+LINE
+  5
+1438C
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+332.5
+ 20
+50.0
+ 30
+0.0
+ 11
+333.75
+ 21
+50.0
+ 31
+0.0
+  0
+LINE
+  5
+1438D
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+335.0
+ 20
+50.0
+ 30
+0.0
+ 11
+336.25
+ 21
+50.0
+ 31
+0.0
+  0
+LINE
+  5
+1438E
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+337.5
+ 20
+50.0
+ 30
+0.0
+ 11
+338.75
+ 21
+50.0
+ 31
+0.0
+  0
+LINE
+  5
+1438F
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+340.0
+ 20
+50.0
+ 30
+0.0
+ 11
+341.25
+ 21
+50.0
+ 31
+0.0
+  0
+LINE
+  5
+14390
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+342.5
+ 20
+50.0
+ 30
+0.0
+ 11
+343.0
+ 21
+50.0
+ 31
+0.0
+  0
+LINE
+  5
+14391
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+350.0
+ 20
+50.0
+ 30
+0.0
+ 11
+351.25
+ 21
+50.0
+ 31
+0.0
+  0
+LINE
+  5
+14392
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+352.5
+ 20
+50.0
+ 30
+0.0
+ 11
+353.75
+ 21
+50.0
+ 31
+0.0
+  0
+LINE
+  5
+14393
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+355.0
+ 20
+50.0
+ 30
+0.0
+ 11
+356.25
+ 21
+50.0
+ 31
+0.0
+  0
+LINE
+  5
+14394
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+357.5
+ 20
+50.0
+ 30
+0.0
+ 11
+358.75
+ 21
+50.0
+ 31
+0.0
+  0
+LINE
+  5
+14395
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+360.0
+ 20
+50.0
+ 30
+0.0
+ 11
+361.25
+ 21
+50.0
+ 31
+0.0
+  0
+LINE
+  5
+14396
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+362.5
+ 20
+50.0
+ 30
+0.0
+ 11
+363.75
+ 21
+50.0
+ 31
+0.0
+  0
+LINE
+  5
+14397
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+365.0
+ 20
+50.0
+ 30
+0.0
+ 11
+366.25
+ 21
+50.0
+ 31
+0.0
+  0
+LINE
+  5
+14398
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+367.5
+ 20
+50.0
+ 30
+0.0
+ 11
+368.75
+ 21
+50.0
+ 31
+0.0
+  0
+LINE
+  5
+14399
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+370.0
+ 20
+50.0
+ 30
+0.0
+ 11
+371.25
+ 21
+50.0
+ 31
+0.0
+  0
+LINE
+  5
+1439A
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+312.0
+ 20
+48.75
+ 30
+0.0
+ 11
+312.5
+ 21
+48.75
+ 31
+0.0
+  0
+LINE
+  5
+1439B
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+313.75
+ 20
+48.75
+ 30
+0.0
+ 11
+315.0
+ 21
+48.75
+ 31
+0.0
+  0
+LINE
+  5
+1439C
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+316.25
+ 20
+48.75
+ 30
+0.0
+ 11
+317.5
+ 21
+48.75
+ 31
+0.0
+  0
+LINE
+  5
+1439D
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+318.75
+ 20
+48.75
+ 30
+0.0
+ 11
+320.0
+ 21
+48.75
+ 31
+0.0
+  0
+LINE
+  5
+1439E
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+321.25
+ 20
+48.75
+ 30
+0.0
+ 11
+322.5
+ 21
+48.75
+ 31
+0.0
+  0
+LINE
+  5
+1439F
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+323.75
+ 20
+48.75
+ 30
+0.0
+ 11
+325.0
+ 21
+48.75
+ 31
+0.0
+  0
+LINE
+  5
+143A0
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+326.25
+ 20
+48.75
+ 30
+0.0
+ 11
+327.5
+ 21
+48.75
+ 31
+0.0
+  0
+LINE
+  5
+143A1
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+328.75
+ 20
+48.75
+ 30
+0.0
+ 11
+330.0
+ 21
+48.75
+ 31
+0.0
+  0
+LINE
+  5
+143A2
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+331.25
+ 20
+48.75
+ 30
+0.0
+ 11
+332.5
+ 21
+48.75
+ 31
+0.0
+  0
+LINE
+  5
+143A3
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+333.75
+ 20
+48.75
+ 30
+0.0
+ 11
+335.0
+ 21
+48.75
+ 31
+0.0
+  0
+LINE
+  5
+143A4
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+336.25
+ 20
+48.75
+ 30
+0.0
+ 11
+337.5
+ 21
+48.75
+ 31
+0.0
+  0
+LINE
+  5
+143A5
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+338.75
+ 20
+48.75
+ 30
+0.0
+ 11
+340.0
+ 21
+48.75
+ 31
+0.0
+  0
+LINE
+  5
+143A6
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+341.25
+ 20
+48.75
+ 30
+0.0
+ 11
+342.5
+ 21
+48.75
+ 31
+0.0
+  0
+LINE
+  5
+143A7
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+349.0
+ 20
+48.75
+ 30
+0.0
+ 11
+350.0
+ 21
+48.75
+ 31
+0.0
+  0
+LINE
+  5
+143A8
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+351.25
+ 20
+48.75
+ 30
+0.0
+ 11
+352.5
+ 21
+48.75
+ 31
+0.0
+  0
+LINE
+  5
+143A9
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+353.75
+ 20
+48.75
+ 30
+0.0
+ 11
+355.0
+ 21
+48.75
+ 31
+0.0
+  0
+LINE
+  5
+143AA
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+356.25
+ 20
+48.75
+ 30
+0.0
+ 11
+357.5
+ 21
+48.75
+ 31
+0.0
+  0
+LINE
+  5
+143AB
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+358.75
+ 20
+48.75
+ 30
+0.0
+ 11
+360.0
+ 21
+48.75
+ 31
+0.0
+  0
+LINE
+  5
+143AC
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+361.25
+ 20
+48.75
+ 30
+0.0
+ 11
+362.5
+ 21
+48.75
+ 31
+0.0
+  0
+LINE
+  5
+143AD
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+363.75
+ 20
+48.75
+ 30
+0.0
+ 11
+365.0
+ 21
+48.75
+ 31
+0.0
+  0
+LINE
+  5
+143AE
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+366.25
+ 20
+48.75
+ 30
+0.0
+ 11
+367.5
+ 21
+48.75
+ 31
+0.0
+  0
+LINE
+  5
+143AF
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+368.75
+ 20
+48.75
+ 30
+0.0
+ 11
+370.0
+ 21
+48.75
+ 31
+0.0
+  0
+LINE
+  5
+143B0
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+371.25
+ 20
+48.75
+ 30
+0.0
+ 11
+372.0
+ 21
+48.75
+ 31
+0.0
+  0
+ENDBLK
+  5
+143B1
+330
+1415E
+100
+AcDbEntity
+  8
+HE_SYM
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+144D8
+330
+143B2
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+A$C159B3471
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+A$C159B3471
+  1
+
+  0
+ARC
+  5
+143B3
+330
+143B2
+100
+AcDbEntity
+  8
+E_A_V
+100
+AcDbCircle
+ 10
+287.341326264278
+ 20
+850.3591710165022
+ 30
+0.0
+ 40
+18.0
+100
+AcDbArc
+ 50
+101.5369590328054
+ 51
+258.4630409671946
+  0
+ARC
+  5
+143B4
+330
+143B2
+100
+AcDbEntity
+  8
+E_A_V
+100
+AcDbCircle
+ 10
+288.5468554866784
+ 20
+849.830335569055
+ 30
+0.0
+ 40
+18.0
+100
+AcDbArc
+ 50
+281.5369590328054
+ 51
+78.46304096719463
+  0
+LWPOLYLINE
+  5
+143B5
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+100
+AcDbPolyline
+ 90
+        3
+ 70
+     0
+ 43
+3.6
+ 10
+36.13327453863667
+ 20
+909.6726268879628
+ 10
+86.53327453863676
+ 20
+909.6726268879628
+ 10
+411.964635047224
+ 20
+909.6726268879628
+  0
+LWPOLYLINE
+  5
+143B6
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+3.6
+ 10
+396.1689692540316
+ 20
+909.6726268879628
+ 10
+572.5289360397272
+ 20
+909.6726268879628
+  0
+LWPOLYLINE
+  5
+143B7
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+3.6
+ 10
+621.4807857685245
+ 20
+909.6726268879628
+ 10
+701.8013821079112
+ 20
+909.6726268879628
+  0
+LWPOLYLINE
+  5
+143B8
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+3.6
+ 10
+723.5879517609687
+ 20
+909.6726268879628
+ 10
+1443.733274538637
+ 20
+909.6726268879628
+  0
+LWPOLYLINE
+  5
+143B9
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+3.6
+ 10
+36.13327453863667
+ 20
+967.2726268879632
+ 10
+592.4947356582741
+ 20
+967.2726268879632
+  0
+LWPOLYLINE
+  5
+143BA
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+3.6
+ 10
+614.2813053113327
+ 20
+967.2726268879632
+ 10
+1443.733274538637
+ 20
+967.2726268879632
+  0
+TEXT
+  5
+143BB
+330
+143B2
+100
+AcDbEntity
+  8
+TEXTE
+100
+AcDbText
+ 10
+1073.2142043399
+ 20
+913.2726268879627
+ 30
+0.0
+ 40
+6.48
+  1
+COLLECTEUR BP
+100
+AcDbText
+  0
+LWPOLYLINE
+  5
+143BC
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+2.879999999999999
+ 10
+36.13327453863667
+ 20
+852.0726268879627
+ 10
+162.8536569468233
+ 20
+852.0726268879627
+  0
+LWPOLYLINE
+  5
+143BD
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+2.879999999999999
+ 10
+184.6402265998808
+ 20
+852.0726268879627
+ 10
+269.4230654955404
+ 20
+852.0726268879627
+  0
+LWPOLYLINE
+  5
+143BE
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+2.879999999999999
+ 10
+306.4066463488689
+ 20
+852.0726268879627
+ 10
+1160.142520286298
+ 20
+852.0726268879627
+  0
+LINE
+  5
+143BF
+330
+143B2
+100
+AcDbEntity
+  8
+E_A_V
+100
+AcDbLine
+ 10
+548.1304678762658
+ 20
+746.9003245044477
+ 30
+0.0
+ 11
+548.1304678762658
+ 21
+660.6805050130779
+ 31
+0.0
+  0
+INSERT
+  5
+143C0
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+100
+AcDbBlockReference
+  2
+S_RCHELE
+ 10
+288.5468554866784
+ 20
+849.830335569055
+ 30
+0.0
+ 41
+3.6
+ 42
+3.6
+ 43
+3.6
+  0
+LWPOLYLINE
+  5
+143C1
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU_T
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+2.879999999999999
+ 10
+0.1332745386366696
+ 20
+852.0726268879627
+ 10
+36.13327453863667
+ 20
+852.0726268879627
+  0
+TEXT
+  5
+143C2
+330
+143B2
+100
+AcDbEntity
+  8
+TEXTE
+100
+AcDbText
+ 10
+28.93327453863685
+ 20
+855.6726268879627
+ 30
+0.0
+ 40
+6.48
+  1
+POMPAGE 1.8 k
+100
+AcDbText
+  0
+TEXT
+  5
+143C3
+330
+143B2
+100
+AcDbEntity
+  8
+TEXTE
+100
+AcDbText
+ 10
+28.93327453863685
+ 20
+970.8726268879633
+ 30
+0.0
+ 40
+6.48
+  1
+COLLECTEUR DE RECUPERATION
+100
+AcDbText
+  0
+LWPOLYLINE
+  5
+143C4
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU_T
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+2.879999999999999
+ 10
+0.1332745386366696
+ 20
+909.6726268879628
+ 10
+36.13327453863667
+ 20
+909.6726268879628
+  0
+LWPOLYLINE
+  5
+143C5
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU_T
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+2.879999999999999
+ 10
+0.1332745386366696
+ 20
+967.2726268879632
+ 10
+36.13327453863667
+ 20
+967.2726268879632
+  0
+LINE
+  5
+143C6
+330
+143B2
+100
+AcDbEntity
+  8
+E_A_V
+100
+AcDbLine
+ 10
+562.6028246508558
+ 20
+735.6073038706032
+ 30
+0.0
+ 11
+562.6028246508558
+ 21
+660.6805050130779
+ 31
+0.0
+  0
+LINE
+  5
+143C7
+330
+143B2
+100
+AcDbEntity
+  8
+E_A_V
+100
+AcDbLine
+ 10
+0.0000058717614593
+ 20
+696.1211467811457
+ 30
+0.0
+ 11
+430.7022578888708
+ 21
+696.1211467811456
+ 31
+0.0
+  0
+LINE
+  5
+143C8
+330
+143B2
+100
+AcDbEntity
+  8
+E_A_V
+100
+AcDbLine
+ 10
+0.0000058717614593
+ 20
+669.1687450669733
+ 30
+0.0
+ 11
+401.1825398196661
+ 21
+669.1687450669733
+ 31
+0.0
+  0
+LINE
+  5
+143C9
+330
+143B2
+100
+AcDbEntity
+  8
+E_A_V
+100
+AcDbLine
+ 10
+431.3088253498886
+ 20
+695.7745754993773
+ 30
+0.0
+ 11
+431.3088253498886
+ 21
+660.6805050130779
+ 31
+0.0
+  0
+LINE
+  5
+143CA
+330
+143B2
+100
+AcDbEntity
+  8
+E_A_V
+100
+AcDbLine
+ 10
+401.1825398196661
+ 20
+669.1687450669733
+ 30
+0.0
+ 11
+401.1825398196661
+ 21
+660.6805050130779
+ 31
+0.0
+  0
+LWPOLYLINE
+  5
+143CB
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+2.879999999999999
+ 10
+34.89702358742443
+ 20
+689.4754234886431
+ 10
+299.7427800173
+ 20
+689.4754234886431
+  0
+LWPOLYLINE
+  5
+143CC
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+ 62
+     3
+370
+    30
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+3.6
+ 10
+37.34869105152711
+ 20
+677.8715913194144
+ 10
+57.74932394708638
+ 20
+677.8715913194144
+  0
+LWPOLYLINE
+  5
+143CD
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+ 62
+     3
+370
+    30
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+3.6
+ 10
+73.94932394708622
+ 20
+677.8715913194144
+ 10
+378.9558982055742
+ 20
+677.8715913194144
+  0
+LWPOLYLINE
+  5
+143CE
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+ 62
+     3
+370
+    30
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+3.6
+ 10
+403.8026157573685
+ 20
+677.8715913194144
+ 10
+420.1858759862346
+ 20
+677.8715913194144
+  0
+LWPOLYLINE
+  5
+143CF
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+ 62
+     3
+370
+    30
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+3.6
+ 10
+420.1858759862346
+ 20
+677.8715913194144
+ 10
+420.1879846099486
+ 20
+649.1976454968797
+  0
+INSERT
+  5
+143D0
+330
+143B2
+100
+AcDbEntity
+  8
+N2_FLU
+ 62
+     3
+370
+    20
+100
+AcDbBlockReference
+  2
+S_VDPNEU
+ 10
+554.9881118745928
+ 20
+687.3068927009308
+ 30
+0.0
+ 41
+3.6
+ 42
+3.6
+ 43
+3.6
+ 50
+270.0
+  0
+INSERT
+  5
+143D1
+330
+143B2
+100
+AcDbEntity
+  8
+N2_FLU
+ 62
+     3
+100
+AcDbBlockReference
+  2
+S_VDPNEU
+ 10
+154.9430683161504
+ 20
+610.8392875962907
+ 30
+0.0
+ 41
+3.6
+ 42
+3.6
+ 43
+3.6
+  0
+LWPOLYLINE
+  5
+143D2
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+ 62
+     3
+370
+    30
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.7200000000000001
+ 10
+345.5943025464693
+ 20
+610.5234656698784
+ 10
+345.5943025464693
+ 20
+677.9362059542703
+  0
+LWPOLYLINE
+  5
+143D3
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+ 62
+     3
+370
+    30
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.7200000000000001
+ 10
+74.08297754129489
+ 20
+590.8925056209057
+ 10
+74.08297754129489
+ 20
+610.5234656698784
+  0
+MTEXT
+  5
+143D4
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+ 62
+     3
+370
+    30
+100
+AcDbMText
+ 10
+15.49008612314901
+ 20
+580.790508024707
+ 30
+0.0
+ 40
+6.48
+ 41
+121.5934770492997
+ 46
+0.0
+ 71
+     1
+ 72
+     5
+  1
+{\C0;ATM Via collecteur}
+ 73
+     1
+ 44
+1.0
+  0
+INSERT
+  5
+143D5
+330
+143B2
+100
+AcDbEntity
+  8
+N2_FLU
+100
+AcDbBlockReference
+  2
+FLP
+ 10
+336.672257177941
+ 20
+610.8746603303464
+ 30
+0.0
+ 41
+7.199999999999954
+ 42
+7.199999999999954
+ 43
+7.199999999999954
+ 50
+180.2697309820423
+  0
+TEXT
+  5
+143D6
+330
+143B2
+100
+AcDbEntity
+  8
+TEXTE
+100
+AcDbText
+ 10
+47.28245063839586
+ 20
+645.6325570903884
+ 30
+0.0
+ 40
+6.48
+  1
+FV1412
+100
+AcDbText
+  0
+TEXT
+  5
+143D7
+330
+143B2
+100
+AcDbEntity
+  8
+TEXTE
+100
+AcDbText
+ 10
+166.3644177738283
+ 20
+582.116319963763
+ 30
+0.0
+ 40
+6.48
+  1
+FV7102
+100
+AcDbText
+  0
+TEXT
+  5
+143D8
+330
+143B2
+100
+AcDbEntity
+  8
+TEXTE
+100
+AcDbText
+ 10
+511.8306516142998
+ 20
+683.7954009170003
+ 30
+0.0
+ 40
+6.48
+  1
+FV7121
+100
+AcDbText
+  0
+INSERT
+  5
+143D9
+330
+143B2
+100
+AcDbEntity
+  8
+N2_FLU
+100
+AcDbBlockReference
+  2
+S_SOUPDR
+ 10
+306.030357313989
+ 20
+645.840571806464
+ 30
+0.0
+ 41
+3.6
+ 42
+3.6
+ 43
+3.6
+ 50
+90.0
+  0
+LINE
+  5
+143DA
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+ 62
+     3
+370
+    30
+100
+AcDbLine
+ 10
+305.8016692297333
+ 20
+602.2732436316085
+ 30
+0.0
+ 11
+305.8016692297333
+ 21
+637.5110006219529
+ 31
+0.0
+  0
+LWPOLYLINE
+  5
+143DB
+330
+143B2
+100
+AcDbEntity
+  8
+N2_FLU
+  6
+CONTINU
+ 62
+     0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+326.3223657093208
+ 20
+686.2297657849016
+ 10
+332.7648788812771
+ 20
+686.2297657849016
+ 10
+332.7648788812771
+ 20
+679.7930733601288
+ 10
+326.3223657093208
+ 20
+679.7930733601288
+  0
+TEXT
+  5
+143DC
+330
+143B2
+100
+AcDbEntity
+  8
+TEXTE
+100
+AcDbText
+ 10
+300.6224533807859
+ 20
+589.31474819658
+ 30
+0.0
+ 40
+6.48
+  1
+PT
+ 72
+     1
+ 11
+306.0224533807859
+ 21
+589.31474819658
+ 31
+0.0
+100
+AcDbText
+  0
+INSERT
+  5
+143DD
+330
+143B2
+100
+AcDbEntity
+  8
+DESSIN
+  6
+CONTINU
+ 62
+     0
+370
+    20
+100
+AcDbBlockReference
+  2
+ILOC
+ 10
+306.0224533807859
+ 20
+586.07474819658
+ 30
+0.0
+ 41
+3.6
+ 42
+3.6
+ 43
+3.6
+  0
+TEXT
+  5
+143DE
+330
+143B2
+100
+AcDbEntity
+  8
+TEXTE
+100
+AcDbText
+ 10
+259.8330857178293
+ 20
+627.2401849207068
+ 30
+0.0
+ 40
+6.48
+  1
+PSV7102
+100
+AcDbText
+  0
+LWPOLYLINE
+  5
+143DF
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+  6
+CONTINU
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.7200000000000001
+ 39
+1.8
+ 10
+0.1332745386366696
+ 20
+956.6659444405507
+ 10
+411.964635047224
+ 20
+956.6659444405507
+  0
+LWPOLYLINE
+  5
+143E0
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+  6
+CONTINU
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.7200000000000001
+ 39
+1.8
+ 10
+396.1689692540316
+ 20
+956.6659444405507
+ 10
+866.9730044493576
+ 20
+956.6659444405507
+  0
+LWPOLYLINE
+  5
+143E1
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+  6
+CONTINU
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.7200000000000001
+ 39
+1.8
+ 10
+888.7595741024139
+ 20
+956.6659444405507
+ 10
+1443.733274538637
+ 20
+956.6659444405507
+  0
+LWPOLYLINE
+  5
+143E2
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+2.879999999999999
+ 10
+146.634911387378
+ 20
+786.6373555571314
+ 10
+110.3716124014308
+ 20
+786.6373555571314
+  0
+LWPOLYLINE
+  5
+143E3
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+2.879999999999999
+ 10
+146.634911387378
+ 20
+786.6373555571314
+ 10
+146.634911387378
+ 20
+807.6585241324702
+  0
+LWPOLYLINE
+  5
+143E4
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+2.879999999999999
+ 10
+146.634911387378
+ 20
+829.4450937855271
+ 10
+146.634911387378
+ 20
+852.5678200580275
+  0
+INSERT
+  5
+143E5
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+ 62
+     2
+100
+AcDbBlockReference
+  2
+S_VDRPOS
+ 10
+383.8078790361524
+ 20
+434.053251266659
+ 30
+0.0
+ 41
+5.4
+ 42
+5.4
+ 43
+5.4
+ 50
+90.0
+  0
+LWPOLYLINE
+  5
+143E6
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+ 62
+     3
+370
+    30
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.7200000000000001
+ 10
+74.08297754129489
+ 20
+610.5234656698784
+ 10
+112.284936769136
+ 20
+610.5234656698784
+  0
+LWPOLYLINE
+  5
+143E7
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+ 62
+     3
+370
+    30
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.7200000000000001
+ 10
+211.6924794770767
+ 20
+610.5234656698784
+ 10
+225.5863276146793
+ 20
+610.5234656698784
+  0
+LWPOLYLINE
+  5
+143E8
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+ 62
+     3
+370
+    30
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.7200000000000001
+ 10
+254.2715515403352
+ 20
+610.5234656698784
+ 10
+345.5943025464693
+ 20
+610.5234656698784
+  0
+INSERT
+  5
+143E9
+330
+143B2
+100
+AcDbEntity
+  8
+N2_FLU
+ 62
+     3
+100
+AcDbBlockReference
+  2
+S_VDPNEU
+ 10
+65.84932394708629
+ 20
+677.6527553740497
+ 30
+0.0
+ 41
+3.6
+ 42
+3.6
+ 43
+3.6
+ 50
+180.0
+  0
+INSERT
+  5
+143EA
+330
+143B2
+100
+AcDbEntity
+  8
+N2_FLU
+370
+    20
+100
+AcDbBlockReference
+  2
+S_VDPNEU
+ 10
+155.3944483342275
+ 20
+571.4609656801742
+ 30
+0.0
+ 41
+3.6
+ 42
+3.6
+ 43
+3.6
+  0
+LWPOLYLINE
+  5
+143EB
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+ 62
+     3
+370
+    30
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.7200000000000001
+ 10
+211.6924794770767
+ 20
+610.5234656698784
+ 10
+211.6953488120366
+ 20
+571.5050506664039
+  0
+LWPOLYLINE
+  5
+143EC
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+ 62
+     3
+370
+    30
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.7200000000000001
+ 10
+112.284936769136
+ 20
+610.5234656698784
+ 10
+112.2857097358055
+ 20
+600.0123420946013
+  0
+LWPOLYLINE
+  5
+143ED
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+ 62
+     3
+370
+    30
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.7200000000000001
+ 10
+112.286901050888
+ 20
+583.8123420946012
+ 10
+112.2878061040942
+ 20
+571.5050506664039
+  0
+LWPOLYLINE
+  5
+143EE
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+ 62
+     3
+370
+    30
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.7200000000000001
+ 10
+112.282276948606
+ 20
+610.4488972225619
+ 10
+146.8037682127574
+ 20
+610.4488972225619
+  0
+LWPOLYLINE
+  5
+143EF
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+ 62
+     3
+370
+    30
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.7200000000000001
+ 10
+163.0037682127577
+ 20
+610.4488972225619
+ 10
+211.6898196565485
+ 20
+610.4488972225619
+  0
+LWPOLYLINE
+  5
+143F0
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+ 62
+     3
+370
+    30
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.7200000000000001
+ 10
+112.2878061040942
+ 20
+571.5050506664039
+ 10
+147.3385400403203
+ 20
+571.5050506664039
+  0
+LWPOLYLINE
+  5
+143F1
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+ 62
+     3
+370
+    30
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.7200000000000001
+ 10
+163.5385400403206
+ 20
+571.5050506664039
+ 10
+211.6953488120366
+ 20
+571.5050506664039
+  0
+INSERT
+  5
+143F2
+330
+143B2
+100
+AcDbEntity
+  8
+N2_FLU
+100
+AcDbBlockReference
+  2
+FLP
+ 10
+74.3364084941022
+ 20
+606.7043219675809
+ 30
+0.0
+ 41
+7.199999999999955
+ 42
+7.199999999999955
+ 43
+7.199999999999955
+ 50
+270.2697309820426
+  0
+TEXT
+  5
+143F3
+330
+143B2
+100
+AcDbEntity
+  8
+TEXTE
+100
+AcDbText
+ 10
+332.834849458065
+ 20
+411.4533966844432
+ 30
+0.0
+ 40
+6.48
+  1
+LCV7253
+100
+AcDbText
+  0
+TEXT
+  5
+143F4
+330
+143B2
+100
+AcDbEntity
+  8
+TEXTE
+100
+AcDbText
+ 10
+484.9487489482528
+ 20
+946.2380065816313
+ 30
+0.0
+ 40
+6.48
+  1
+COLLECTEUR MP
+100
+AcDbText
+  0
+LWPOLYLINE
+  5
+143F5
+330
+143B2
+100
+AcDbEntity
+  8
+DESSIN
+  6
+CONTINU
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+1.8
+ 10
+394.8030976871292
+ 20
+660.6805050130779
+ 10
+569.7271439845307
+ 20
+660.6805050130779
+ 10
+569.7271439845307
+ 20
+532.8190256898023
+ 10
+394.8030976871292
+ 20
+532.8190256898023
+  0
+LWPOLYLINE
+  5
+143F6
+330
+143B2
+100
+AcDbEntity
+  8
+DESSIN
+  6
+CONTINU
+370
+    30
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+397.6389083458816
+ 20
+621.1905271673363
+ 10
+566.6609075416507
+ 20
+621.1905271673363
+ 10
+566.6609075416507
+ 20
+536.766502284215
+ 10
+397.6389083458816
+ 20
+536.766502284215
+  0
+INSERT
+  5
+143F7
+330
+143B2
+100
+AcDbEntity
+  8
+Calque1
+100
+AcDbBlockReference
+  2
+S_FLECHE
+ 10
+419.8131880711146
+ 20
+658.0021068461444
+ 30
+0.0
+ 41
+7.2
+ 42
+7.2
+ 43
+7.2
+ 50
+270.0
+  0
+LINE
+  5
+143F8
+330
+143B2
+100
+AcDbEntity
+  8
+ECRAN
+  6
+CACHE
+100
+AcDbLine
+ 39
+0.9
+ 10
+563.5442990368737
+ 20
+621.1615871881583
+ 30
+0.0
+ 11
+606.4109595331022
+ 21
+621.1615871881583
+ 31
+0.0
+  0
+LINE
+  5
+143F9
+330
+143B2
+100
+AcDbEntity
+  8
+ECRAN
+  6
+CACHE
+100
+AcDbLine
+ 39
+0.9
+ 10
+606.4109595331022
+ 20
+621.1615871881583
+ 30
+0.0
+ 11
+606.4109595331022
+ 21
+600.3730099749882
+ 31
+0.0
+  0
+LINE
+  5
+143FA
+330
+143B2
+100
+AcDbEntity
+  8
+ECRAN
+  6
+CACHE
+100
+AcDbLine
+ 39
+0.9
+ 10
+606.4109595331022
+ 20
+551.4096239342026
+ 30
+0.0
+ 11
+606.4109595331022
+ 21
+537.3783505385414
+ 31
+0.0
+  0
+LINE
+  5
+143FB
+330
+143B2
+100
+AcDbEntity
+  8
+ECRAN
+  6
+CACHE
+100
+AcDbLine
+ 39
+0.9
+ 10
+606.4109595331022
+ 20
+537.3783505385414
+ 30
+0.0
+ 11
+561.680532856414
+ 21
+537.3783505385414
+ 31
+0.0
+  0
+MTEXT
+  5
+143FC
+330
+143B2
+100
+AcDbEntity
+  8
+DESSIN
+  6
+CONTINU
+370
+    30
+100
+AcDbMText
+ 10
+589.3773956265331
+ 20
+579.0505879666086
+ 30
+0.0
+ 40
+7.2
+ 41
+32.41588031575357
+ 46
+0.0
+ 71
+     1
+ 72
+     5
+  1
+LT7121
+ 73
+     1
+ 44
+1.0
+  0
+CIRCLE
+  5
+143FD
+330
+143B2
+100
+AcDbEntity
+  8
+N2_FLU
+  6
+CONTINU
+ 62
+     0
+370
+    20
+100
+AcDbCircle
+ 39
+1.8
+ 10
+606.7712840741746
+ 20
+575.8913169545953
+ 30
+0.0
+ 40
+24.48434452705751
+  0
+INSERT
+  5
+143FE
+330
+143B2
+100
+AcDbEntity
+  8
+DESSIN
+  6
+ByBlock
+370
+    30
+100
+AcDbBlockReference
+  2
+A$C431521BD
+ 10
+535.1032000104209
+ 20
+631.5876964075251
+ 30
+0.0
+ 41
+1.8
+ 42
+1.8
+ 43
+1.8
+ 50
+180.0
+  0
+MTEXT
+  5
+143FF
+330
+143B2
+100
+AcDbEntity
+  8
+DESSIN
+  6
+CONTINU
+370
+    30
+100
+AcDbMText
+ 10
+515.5730230927024
+ 20
+643.2716033838094
+ 30
+0.0
+ 40
+7.2
+ 41
+32.41588031575357
+ 46
+0.0
+ 71
+     1
+ 72
+     5
+  1
+E7121
+ 73
+     1
+ 44
+1.0
+  0
+LWPOLYLINE
+  5
+14400
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+100
+AcDbPolyline
+ 90
+        3
+ 70
+     0
+ 43
+2.879999999999999
+ 10
+249.3784747326959
+ 20
+725.7311301980835
+ 10
+299.7427800173
+ 20
+725.7311301980835
+ 10
+299.7427800173
+ 20
+687.7236156010202
+  0
+INSERT
+  5
+14401
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+100
+AcDbBlockReference
+  2
+FLP
+ 10
+261.9730385997915
+ 20
+725.7156760184987
+ 30
+0.0
+ 41
+7.199999999999954
+ 42
+7.199999999999954
+ 43
+7.199999999999954
+ 50
+180.2697309820423
+  0
+TEXT
+  5
+14402
+330
+143B2
+100
+AcDbEntity
+  8
+TEXTE
+100
+AcDbText
+ 10
+145.5221532668861
+ 20
+721.7738887484176
+ 30
+0.0
+ 40
+6.48
+  1
+Vers CV1 & CV2
+ 72
+     1
+ 11
+191.9621532668861
+ 21
+721.7738887484176
+ 31
+0.0
+100
+AcDbText
+  0
+INSERT
+  5
+14403
+330
+143B2
+100
+AcDbEntity
+  8
+N2_FLU
+ 62
+     2
+100
+AcDbBlockReference
+  2
+S_VDRPOS
+ 10
+391.3792569814714
+ 20
+677.698003384352
+ 30
+0.0
+ 41
+5.596107556710396
+ 42
+5.596107556710396
+ 43
+5.596107556710396
+  0
+TEXT
+  5
+14404
+330
+143B2
+100
+AcDbEntity
+  8
+TEXTE
+100
+AcDbText
+ 10
+374.210112875443
+ 20
+715.913740324823
+ 30
+0.0
+ 40
+6.48
+  1
+LCV7121
+100
+AcDbText
+  0
+TEXT
+  5
+14405
+330
+143B2
+100
+AcDbEntity
+  8
+TEXTE
+100
+AcDbText
+ 10
+332.9583987962328
+ 20
+682.9398053219327
+ 30
+0.0
+ 40
+6.48
+  1
+TT7102
+100
+AcDbText
+  0
+TEXT
+  5
+14406
+330
+143B2
+100
+AcDbEntity
+  8
+TEXTE
+100
+AcDbText
+ 10
+137.3980254048983
+ 20
+635.4691925573822
+ 30
+0.0
+ 40
+6.48
+  1
+FV7103
+100
+AcDbText
+  0
+INSERT
+  5
+14407
+330
+143B2
+100
+AcDbEntity
+  8
+N2_FLU
+100
+AcDbBlockReference
+  2
+S_RCHELE
+ 10
+239.9289395775081
+ 20
+609.2391440264584
+ 30
+0.0
+ 41
+3.6
+ 42
+3.6
+ 43
+3.6
+  0
+MTEXT
+  5
+14408
+330
+143B2
+100
+AcDbEntity
+  8
+DESSIN
+  6
+CONTINU
+370
+    30
+100
+AcDbMText
+ 10
+229.7836310833245
+ 20
+591.0451006517535
+ 30
+0.0
+ 40
+7.2
+ 41
+32.41588031575357
+ 46
+0.0
+ 71
+     1
+ 72
+     5
+  1
+H7102
+ 73
+     1
+ 44
+1.0
+  0
+TEXT
+  5
+14409
+330
+143B2
+100
+AcDbEntity
+  8
+TEXTE
+100
+AcDbText
+ 10
+295.6204628133587
+ 20
+578.9243155381982
+ 30
+0.0
+ 40
+6.48
+  1
+7121
+100
+AcDbText
+  0
+LINE
+  5
+1440A
+330
+143B2
+100
+AcDbEntity
+  8
+E_A_V
+ 62
+     3
+100
+AcDbLine
+ 10
+321.9873585025025
+ 20
+583.3248746623003
+ 30
+0.0
+ 11
+382.1920232477878
+ 21
+583.3248746623003
+ 31
+0.0
+  0
+LINE
+  5
+1440B
+330
+143B2
+100
+AcDbEntity
+  8
+E_A_V
+ 62
+     3
+100
+AcDbLine
+ 10
+382.1920232477878
+ 20
+628.1663369761075
+ 30
+0.0
+ 11
+527.9031988504307
+ 21
+628.1663369761075
+ 31
+0.0
+  0
+LINE
+  5
+1440C
+330
+143B2
+100
+AcDbEntity
+  8
+E_A_V
+ 62
+     3
+100
+AcDbLine
+ 10
+382.1920232477878
+ 20
+628.1663369761079
+ 30
+0.0
+ 11
+382.1920232477878
+ 21
+583.3248746623003
+ 31
+0.0
+  0
+INSERT
+  5
+1440D
+330
+143B2
+100
+AcDbEntity
+  8
+Calque1
+100
+AcDbBlockReference
+  2
+S_VREGLM
+ 10
+112.3290134842432
+ 20
+591.9123420946013
+ 30
+0.0
+ 41
+3.6
+ 42
+3.6
+ 43
+3.6
+ 50
+89.99999999999998
+  0
+TEXT
+  5
+1440E
+330
+143B2
+100
+AcDbEntity
+  8
+TEXTE
+100
+AcDbText
+ 10
+115.5879469867791
+ 20
+589.2996049004946
+ 30
+0.0
+ 40
+6.48
+  1
+H7102
+100
+AcDbText
+  0
+INSERT
+  5
+1440F
+330
+143B2
+100
+AcDbEntity
+  8
+N2_FLU
+100
+AcDbBlockReference
+  2
+FLP
+ 10
+364.4796210749309
+ 20
+747.7850927878982
+ 30
+0.0
+ 41
+7.199999999999954
+ 42
+7.199999999999954
+ 43
+7.199999999999954
+ 50
+180.2697309820423
+  0
+LWPOLYLINE
+  5
+14410
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+ 62
+     3
+370
+    30
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.7200000000000001
+ 10
+357.5432880119893
+ 20
+748.5427471667253
+ 10
+379.4794704316587
+ 20
+748.5427471667253
+  0
+LWPOLYLINE
+  5
+14411
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+ 62
+     3
+370
+    30
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.7200000000000001
+ 10
+404.3261879834526
+ 20
+748.5427471667253
+ 10
+448.8660390181244
+ 20
+748.5427471667253
+  0
+MTEXT
+  5
+14412
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+ 62
+     3
+370
+    30
+100
+AcDbMText
+ 10
+242.6820694251073
+ 20
+752.1916957858577
+ 30
+0.0
+ 40
+6.48
+ 41
+121.5934770492997
+ 46
+0.0
+ 71
+     1
+ 72
+     5
+  1
+{\C0;ATM Via collecteur}
+ 73
+     1
+ 44
+1.0
+  0
+LWPOLYLINE
+  5
+14413
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+ 62
+     3
+370
+    30
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.7200000000000001
+ 10
+448.3234775357654
+ 20
+660.6805050130779
+ 10
+448.3234775357654
+ 20
+678.3447373677821
+  0
+LWPOLYLINE
+  5
+14414
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+ 62
+     3
+370
+    30
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.7200000000000001
+ 10
+448.3234775357654
+ 20
+707.1437852380126
+ 10
+448.3234775357654
+ 20
+757.476896014849
+  0
+INSERT
+  5
+14415
+330
+143B2
+100
+AcDbEntity
+  8
+N2_FLU
+100
+AcDbBlockReference
+  2
+S_RCHELE
+ 10
+448.2063859389376
+ 20
+692.7442613028975
+ 30
+0.0
+ 41
+3.6
+ 42
+3.6
+ 43
+3.6
+  0
+MTEXT
+  5
+14416
+330
+143B2
+100
+AcDbEntity
+  8
+DESSIN
+  6
+CONTINU
+370
+    30
+100
+AcDbMText
+ 10
+468.0132156705722
+ 20
+695.8776693712202
+ 30
+0.0
+ 40
+7.2
+ 41
+32.41588031575357
+ 46
+0.0
+ 71
+     1
+ 72
+     5
+  1
+H7104
+ 73
+     1
+ 44
+1.0
+  0
+INSERT
+  5
+14417
+330
+143B2
+100
+AcDbEntity
+  8
+N2_FLU
+100
+AcDbBlockReference
+  2
+S_SOUPDR
+ 10
+448.3585687643553
+ 20
+765.5768960148487
+ 30
+0.0
+ 41
+3.6
+ 42
+3.6
+ 43
+3.6
+ 50
+90.0
+  0
+TEXT
+  5
+14418
+330
+143B2
+100
+AcDbEntity
+  8
+TEXTE
+100
+AcDbText
+ 10
+458.1088512393074
+ 20
+761.8503432032452
+ 30
+0.0
+ 40
+6.48
+  1
+PSV7102
+100
+AcDbText
+  0
+INSERT
+  5
+14419
+330
+143B2
+100
+AcDbEntity
+  8
+N2_FLU
+ 62
+     2
+100
+AcDbBlockReference
+  2
+S_VDRPOS
+ 10
+391.9028292075554
+ 20
+748.9516856897941
+ 30
+0.0
+ 41
+5.596107556710396
+ 42
+5.596107556710396
+ 43
+5.596107556710396
+  0
+TEXT
+  5
+1441A
+330
+143B2
+100
+AcDbEntity
+  8
+TEXTE
+100
+AcDbText
+ 10
+374.733685101527
+ 20
+787.1674226302647
+ 30
+0.0
+ 40
+6.48
+  1
+PCV7121
+100
+AcDbText
+  0
+LWPOLYLINE
+  5
+1441B
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+ 62
+     3
+370
+    30
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+3.6
+ 10
+555.109889432988
+ 20
+741.2767498473746
+ 10
+555.1132626090812
+ 20
+695.4068927009308
+  0
+LWPOLYLINE
+  5
+1441C
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+ 62
+     3
+370
+    30
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+3.6
+ 10
+555.1144539241638
+ 20
+723.2932306046516
+ 10
+555.1165046287929
+ 20
+695.4068927009308
+  0
+LWPOLYLINE
+  5
+1441D
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+ 62
+     3
+370
+    30
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+3.6
+ 10
+555.1176959438747
+ 20
+679.2068927009307
+ 10
+555.1190669167008
+ 20
+660.5638317012936
+  0
+TEXT
+  5
+1441E
+330
+143B2
+100
+AcDbEntity
+  8
+TEXTE
+100
+AcDbText
+ 10
+163.4246896748654
+ 20
+815.2864151740097
+ 30
+0.0
+ 40
+6.48
+  1
+HV902
+100
+AcDbText
+  0
+INSERT
+  5
+1441F
+330
+143B2
+100
+AcDbEntity
+  8
+HE_SYM
+100
+AcDbBlockReference
+  2
+S_VDMANU
+ 10
+146.8494741869944
+ 20
+818.5518089589987
+ 30
+0.0
+ 41
+4.841459922901591
+ 42
+4.841459922901591
+ 43
+4.841459922901591
+ 50
+270.0
+  0
+INSERT
+  5
+14420
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+100
+AcDbBlockReference
+  2
+FLP
+ 10
+116.1673517756567
+ 20
+786.5304408897261
+ 30
+0.0
+ 41
+7.199999999999954
+ 42
+7.199999999999954
+ 43
+7.199999999999954
+ 50
+180.2697309820423
+  0
+TEXT
+  5
+14421
+330
+143B2
+100
+AcDbEntity
+  8
+TEXTE
+100
+AcDbText
+ 10
+9.499253285637259
+ 20
+783.2045589351687
+ 30
+0.0
+ 40
+6.48
+  1
+Vers Cryholab
+ 72
+     1
+ 11
+49.99925328563723
+ 21
+783.2045589351687
+ 31
+0.0
+100
+AcDbText
+  0
+TEXT
+  5
+14422
+330
+143B2
+100
+AcDbEntity
+  8
+TEXTE
+100
+AcDbText
+ 10
+160.1015754786503
+ 20
+867.7948348524749
+ 30
+0.0
+ 40
+6.48
+  1
+HV901
+100
+AcDbText
+  0
+INSERT
+  5
+14423
+330
+143B2
+100
+AcDbEntity
+  8
+HE_SYM
+100
+AcDbBlockReference
+  2
+S_VDMANU
+ 10
+173.7469417733509
+ 20
+851.9641092228132
+ 30
+0.0
+ 41
+4.841459922901591
+ 42
+4.841459922901591
+ 43
+4.841459922901591
+  0
+TEXT
+  5
+14424
+330
+143B2
+100
+AcDbEntity
+  8
+TEXTE
+100
+AcDbText
+ 10
+275.859070088984
+ 20
+870.2740173711886
+ 30
+0.0
+ 40
+6.48
+  1
+H7261
+100
+AcDbText
+  0
+TEXT
+  5
+14425
+330
+143B2
+100
+AcDbEntity
+  8
+TEXTE
+100
+AcDbText
+ 10
+220.2811509337321
+ 20
+835.3711193043016
+ 30
+0.0
+ 40
+6.48
+  1
+TT7272
+100
+AcDbText
+  0
+TEXT
+  5
+14426
+330
+143B2
+100
+AcDbEntity
+  8
+TEXTE
+100
+AcDbText
+ 10
+220.4373545212707
+ 20
+825.7237903147903
+ 30
+0.0
+ 40
+6.48
+  1
+TT7273
+100
+AcDbText
+  0
+TEXT
+  5
+14427
+330
+143B2
+100
+AcDbEntity
+  8
+TEXTE
+100
+AcDbText
+ 10
+220.3061421513612
+ 20
+815.3862792501954
+ 30
+0.0
+ 40
+6.48
+  1
+TT7274
+100
+AcDbText
+  0
+INSERT
+  5
+14428
+330
+143B2
+100
+AcDbEntity
+  8
+HE_SYM
+100
+AcDbBlockReference
+  2
+S_FLECHE
+ 10
+383.9836142967115
+ 20
+175.5952624506765
+ 30
+0.0
+ 41
+7.2
+ 42
+7.2
+ 43
+7.2
+ 50
+90.0
+  0
+INSERT
+  5
+14429
+330
+143B2
+100
+AcDbEntity
+  8
+HE_SYM
+100
+AcDbBlockReference
+  2
+S_FLECHE
+ 10
+291.5361330500746
+ 20
+221.3999969455617
+ 30
+0.0
+ 41
+7.2
+ 42
+7.2
+ 43
+7.2
+ 50
+270.0
+  0
+LWPOLYLINE
+  5
+1442A
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+100
+AcDbPolyline
+ 90
+        3
+ 70
+     0
+ 43
+2.879999999999999
+ 10
+291.5361330500746
+ 20
+220.3908858320648
+ 10
+291.5361330500746
+ 20
+537.5421824571713
+ 10
+34.89702358742443
+ 20
+537.5421824571713
+  0
+LINE
+  5
+1442B
+330
+143B2
+100
+AcDbEntity
+  8
+E_A_V
+100
+AcDbLine
+ 10
+282.3197843753383
+ 20
+528.831098714166
+ 30
+0.0
+ 11
+282.3197843753383
+ 21
+264.5999969455616
+ 31
+0.0
+  0
+LINE
+  5
+1442C
+330
+143B2
+100
+AcDbEntity
+  8
+E_A_V
+100
+AcDbLine
+ 10
+0.1332745386366696
+ 20
+528.831098714166
+ 30
+0.0
+ 11
+282.3197900269033
+ 21
+528.831098714166
+ 31
+0.0
+  0
+LINE
+  5
+1442D
+330
+143B2
+100
+AcDbEntity
+  8
+E_A_V
+100
+AcDbLine
+ 10
+314.1800104034591
+ 20
+555.6398517996698
+ 30
+0.0
+ 11
+314.1800104034591
+ 21
+264.5999969455616
+ 31
+0.0
+  0
+TEXT
+  5
+1442E
+330
+143B2
+100
+AcDbEntity
+  8
+TEXTE
+100
+AcDbText
+ 10
+493.8381107870231
+ 20
+275.3400682363337
+ 30
+0.0
+ 40
+6.48
+  1
+PSV7251
+100
+AcDbText
+  0
+TEXT
+  5
+1442F
+330
+143B2
+100
+AcDbEntity
+  8
+TEXTE
+100
+AcDbText
+ 10
+500.7007619691481
+ 20
+257.0768673204557
+ 30
+0.0
+ 40
+6.48
+  1
+PSE7251
+100
+AcDbText
+  0
+LWPOLYLINE
+  5
+14430
+330
+143B2
+100
+AcDbEntity
+  8
+HE_SYM
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.9360000000000001
+ 10
+478.7361330500742
+ 20
+223.1999969455617
+ 10
+478.7361330500742
+ 20
+270.8999969455617
+  0
+LWPOLYLINE
+  5
+14431
+330
+143B2
+100
+AcDbEntity
+  8
+HE_SYM
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.9360000000000001
+ 10
+500.3361330500746
+ 20
+246.5999969455617
+ 10
+413.9361330500745
+ 20
+246.5999969455617
+  0
+INSERT
+  5
+14432
+330
+143B2
+100
+AcDbEntity
+  8
+HE_SYM
+100
+AcDbBlockReference
+  2
+S_POINT1
+ 10
+478.7361330500742
+ 20
+246.5999969455617
+ 30
+0.0
+ 41
+-3.6
+ 42
+3.6
+ 43
+3.6
+ 50
+180.0
+  0
+INSERT
+  5
+14433
+330
+143B2
+100
+AcDbEntity
+  8
+HE_SYM
+100
+AcDbBlockReference
+  2
+S_FLECHE
+ 10
+478.7361330500742
+ 20
+300.5999969455617
+ 30
+0.0
+ 41
+-3.6
+ 42
+3.6
+ 43
+3.6
+ 50
+270.0
+  0
+INSERT
+  5
+14434
+330
+143B2
+100
+AcDbEntity
+  8
+HE_SYM
+100
+AcDbBlockReference
+  2
+S_SOUPDR
+ 10
+478.7361330500742
+ 20
+278.9999969455617
+ 30
+0.0
+ 41
+-3.6
+ 42
+3.6
+ 43
+3.6
+ 50
+270.0
+  0
+INSERT
+  5
+14435
+330
+143B2
+100
+AcDbEntity
+  8
+HE_SYM
+100
+AcDbBlockReference
+  2
+S_DSKRUP
+ 10
+500.3361330500746
+ 20
+246.5999969455617
+ 30
+0.0
+ 41
+-3.6
+ 42
+3.6
+ 43
+3.6
+ 50
+270.0
+  0
+LWPOLYLINE
+  5
+14436
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+2.879999999999999
+ 10
+383.9654300511943
+ 20
+55.7999969455617
+ 10
+383.9654300511943
+ 20
+421.7705808802753
+  0
+LINE
+  5
+14437
+330
+143B2
+100
+AcDbEntity
+  8
+HE_SYM
+100
+AcDbLine
+ 10
+233.9361330500742
+ 20
+160.1999969455617
+ 30
+0.0
+ 11
+449.9361330500746
+ 21
+160.1999969455617
+ 31
+0.0
+  0
+LWPOLYLINE
+  5
+14438
+330
+143B2
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+3.6
+ 10
+248.3361330500743
+ 20
+185.3999969455616
+ 10
+248.3361330500743
+ 20
+55.7999969455617
+  0
+INSERT
+  5
+14439
+330
+143B2
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbBlockReference
+  2
+S_INSLO1
+ 10
+190.7361330500744
+ 20
+185.3999969455616
+ 30
+0.0
+ 41
+3.6
+ 42
+3.6
+ 43
+3.6
+  0
+LINE
+  5
+1443A
+330
+143B2
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+206.9361330500742
+ 20
+185.3999969455616
+ 30
+0.0
+ 11
+248.3361330500743
+ 21
+185.3999969455616
+ 31
+0.0
+  0
+TEXT
+  5
+1443B
+330
+143B2
+100
+AcDbEntity
+  8
+TEXTE
+100
+AcDbText
+ 10
+185.3361330500744
+ 20
+188.6399969455616
+ 30
+0.0
+ 40
+6.48
+  1
+LT
+ 72
+     1
+ 11
+190.7361330500744
+ 21
+188.6399969455616
+ 31
+0.0
+100
+AcDbText
+  0
+LWPOLYLINE
+  5
+1443C
+330
+143B2
+100
+AcDbEntity
+  8
+E_A_V
+100
+AcDbPolyline
+ 90
+       10
+ 70
+     0
+ 43
+0.0
+ 10
+269.9361330500742
+ 20
+228.5999969455617
+ 10
+262.7361330500745
+ 20
+228.5999969455617
+ 10
+262.7361330500745
+ 20
+221.3999969455617
+ 10
+226.7361330500744
+ 20
+203.3999969455617
+ 10
+226.7361330500744
+ 20
+41.39999694556161
+ 10
+457.1361330500742
+ 20
+41.39999694556161
+ 10
+457.1361330500742
+ 20
+203.3999969455617
+ 10
+421.1361330500745
+ 20
+221.3999969455617
+ 10
+421.1361330500745
+ 20
+228.5999969455617
+ 10
+413.9361330500745
+ 20
+228.5999969455617
+  0
+INSERT
+  5
+1443D
+330
+143B2
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbBlockReference
+  2
+S_INSLO1
+ 10
+277.1361330500745
+ 20
+16.19999694556168
+ 30
+0.0
+ 41
+3.6
+ 42
+3.6
+ 43
+3.6
+  0
+LINE
+  5
+1443E
+330
+143B2
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+277.1361330500745
+ 20
+55.7999969455617
+ 30
+0.0
+ 11
+277.1361330500745
+ 21
+32.39999694556161
+ 31
+0.0
+  0
+TEXT
+  5
+1443F
+330
+143B2
+100
+AcDbEntity
+  8
+TEXTE
+100
+AcDbText
+ 10
+271.7361330500745
+ 20
+19.43999694556157
+ 30
+0.0
+ 40
+6.48
+  1
+TT
+ 72
+     1
+ 11
+277.1361330500745
+ 21
+19.43999694556157
+ 31
+0.0
+100
+AcDbText
+  0
+INSERT
+  5
+14440
+330
+143B2
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbBlockReference
+  2
+S_INSLO1
+ 10
+478.7361330500742
+ 20
+206.9999969455617
+ 30
+0.0
+ 41
+-3.6
+ 42
+3.6
+ 43
+3.6
+ 50
+270.0
+  0
+TEXT
+  5
+14441
+330
+143B2
+100
+AcDbEntity
+  8
+TEXTE
+100
+AcDbText
+ 10
+473.3361330500741
+ 20
+210.2042706829679
+ 30
+0.0
+ 40
+6.48
+  1
+PT
+ 72
+     1
+ 11
+478.7361330500742
+ 21
+210.2042706829679
+ 31
+0.0
+100
+AcDbText
+  0
+TEXT
+  5
+14442
+330
+143B2
+100
+AcDbEntity
+  8
+TEXTE
+100
+AcDbText
+ 10
+355.7174491635168
+ 20
+31.29717204477197
+ 30
+0.0
+ 40
+6.48
+  1
+E7251
+100
+AcDbText
+  0
+TEXT
+  5
+14443
+330
+143B2
+100
+AcDbEntity
+  8
+TEXTE
+100
+AcDbText
+ 10
+468.6547464140276
+ 20
+198.0337380315608
+ 30
+0.0
+ 40
+6.48
+  1
+7251
+ 72
+     1
+ 11
+479.4547464140276
+ 21
+198.0337380315608
+ 31
+0.0
+100
+AcDbText
+  0
+TEXT
+  5
+14444
+330
+143B2
+100
+AcDbEntity
+  8
+TEXTE
+100
+AcDbText
+ 10
+179.9361330500744
+ 20
+175.6799969455616
+ 30
+0.0
+ 40
+6.48
+  1
+7251
+ 72
+     1
+ 11
+190.7361330500744
+ 21
+175.6799969455616
+ 31
+0.0
+100
+AcDbText
+  0
+TEXT
+  5
+14445
+330
+143B2
+100
+AcDbEntity
+  8
+TEXTE
+100
+AcDbText
+ 10
+266.3361330500745
+ 20
+6.479996945561762
+ 30
+0.0
+ 40
+6.48
+  1
+7251
+ 72
+     1
+ 11
+277.1361330500745
+ 21
+6.479996945561762
+ 31
+0.0
+100
+AcDbText
+  0
+LWPOLYLINE
+  5
+14446
+330
+143B2
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbPolyline
+ 90
+       14
+ 70
+     1
+ 10
+269.9361330500742
+ 20
+264.5999969455616
+ 40
+5.4
+ 41
+5.4
+ 10
+413.9361330500745
+ 20
+264.5999969455616
+ 40
+0.9360000000000001
+ 41
+0.9360000000000001
+ 10
+413.9361330500745
+ 20
+213.7551076759653
+ 40
+0.9360000000000001
+ 41
+0.9360000000000001
+ 42
+-0.003297646669636
+ 10
+415.8308985164479
+ 20
+213.4576912354009
+ 40
+0.9360000000000001
+ 41
+0.9360000000000001
+ 42
+-0.0535868588902644
+ 10
+433.06548364642
+ 20
+208.6996863835602
+ 40
+0.9360000000000001
+ 41
+0.9360000000000001
+ 42
+-0.0966957185780861
+ 10
+446.8097571950115
+ 20
+199.9050224822802
+ 40
+0.9360000000000001
+ 41
+0.9360000000000001
+ 42
+-0.2049955599697536
+ 10
+449.9361330500746
+ 20
+192.5999969455616
+ 40
+0.9360000000000001
+ 41
+0.9360000000000001
+ 10
+449.9361330500746
+ 20
+48.59999694556165
+ 40
+0.9360000000000001
+ 41
+0.9360000000000001
+ 10
+233.9361330500742
+ 20
+48.59999694556165
+ 40
+0.9360000000000001
+ 41
+0.9360000000000001
+ 10
+233.9361330500742
+ 20
+192.5999969455616
+ 40
+0.9360000000000001
+ 41
+0.9360000000000001
+ 42
+-0.2049955599697545
+ 10
+237.0625089051373
+ 20
+199.9050224822805
+ 40
+0.9360000000000001
+ 41
+0.9360000000000001
+ 42
+-0.0966957185780844
+ 10
+250.8067824537288
+ 20
+208.6996863835602
+ 40
+0.9360000000000001
+ 41
+0.9360000000000001
+ 42
+-0.0535868588902635
+ 10
+268.0413675837008
+ 20
+213.4576912354011
+ 40
+0.9360000000000001
+ 41
+0.9360000000000001
+ 42
+-0.0032976466696364
+ 10
+269.9361330500742
+ 20
+213.7551076759654
+ 40
+0.9360000000000001
+ 41
+0.9360000000000001
+  0
+LINE
+  5
+14447
+330
+143B2
+100
+AcDbEntity
+  8
+INST_T
+100
+AcDbLine
+ 10
+478.7361330500742
+ 20
+190.7999969455616
+ 30
+0.0
+ 11
+478.7361330500742
+ 21
+5.399996945561611
+ 31
+0.0
+  0
+LINE
+  5
+14448
+330
+143B2
+100
+AcDbEntity
+  8
+INST_T
+100
+AcDbLine
+ 10
+478.7361330500742
+ 20
+5.399996945561611
+ 30
+0.0
+ 11
+352.7361330500744
+ 21
+5.399996945561611
+ 31
+0.0
+  0
+LINE
+  5
+14449
+330
+143B2
+100
+AcDbEntity
+  8
+INST_T
+100
+AcDbLine
+ 10
+352.7361330500744
+ 20
+5.399996945561611
+ 30
+0.0
+ 11
+352.7361330500744
+ 21
+52.95473266846396
+ 31
+0.0
+  0
+INSERT
+  5
+1444A
+330
+143B2
+100
+AcDbEntity
+  8
+HE_SYM
+100
+AcDbBlockReference
+  2
+*X74
+ 10
+-889.2638669499255
+ 20
+-124.2000030544383
+ 30
+0.0
+ 41
+3.6
+ 42
+3.6
+ 43
+3.6
+  0
+LINE
+  5
+1444B
+330
+143B2
+100
+AcDbEntity
+  8
+E_A_V
+100
+AcDbLine
+ 10
+378.952055127922
+ 20
+421.7705808802753
+ 30
+0.0
+ 11
+378.952055127922
+ 21
+266.9032892910923
+ 31
+0.0
+  0
+LINE
+  5
+1444C
+330
+143B2
+100
+AcDbEntity
+  8
+E_A_V
+100
+AcDbLine
+ 10
+388.2840561602584
+ 20
+421.7705808802753
+ 30
+0.0
+ 11
+388.2840561602584
+ 21
+265.4313975141013
+ 31
+0.0
+  0
+LINE
+  5
+1444D
+330
+143B2
+100
+AcDbEntity
+  8
+E_A_V
+100
+AcDbLine
+ 10
+0.1332745386366696
+ 20
+555.6398517996698
+ 30
+0.0
+ 11
+298.9950245729997
+ 21
+555.6398517996698
+ 31
+0.0
+  0
+LWPOLYLINE
+  5
+1444E
+330
+143B2
+100
+AcDbEntity
+  8
+HE_SYM
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.9360000000000001
+ 10
+478.6738528107502
+ 20
+287.0999969455617
+ 10
+478.6738528107502
+ 20
+309.8027107796369
+  0
+INSERT
+  5
+1444F
+330
+143B2
+100
+AcDbEntity
+  8
+DESSIN
+  6
+ByBlock
+370
+    30
+100
+AcDbBlockReference
+  2
+A$C431521BD
+ 10
+350.155527451464
+ 20
+52.95473282933733
+ 30
+0.0
+ 41
+1.8
+ 42
+1.8
+ 43
+1.8
+  0
+LINE
+  5
+14450
+330
+143B2
+100
+AcDbEntity
+  8
+E_A_V
+100
+AcDbLine
+ 10
+397.8461277538772
+ 20
+467.985561746144
+ 30
+0.0
+ 11
+397.8461277538772
+ 21
+267.225264370097
+ 31
+0.0
+  0
+LINE
+  5
+14451
+330
+143B2
+100
+AcDbEntity
+  8
+E_A_V
+100
+AcDbLine
+ 10
+407.1781287862145
+ 20
+456.6925411122996
+ 30
+0.0
+ 11
+407.1781287862145
+ 21
+265.753372593106
+ 31
+0.0
+  0
+LWPOLYLINE
+  5
+14452
+330
+143B2
+100
+AcDbEntity
+  8
+HE_SYM
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.9360000000000001
+ 10
+402.2975890223468
+ 20
+223.6890814776914
+ 10
+402.2975890223468
+ 20
+336.004127440731
+  0
+LWPOLYLINE
+  5
+14453
+330
+143B2
+100
+AcDbEntity
+  8
+HE_SYM
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.9360000000000001
+ 10
+402.2975890223468
+ 20
+352.2041274407311
+ 10
+402.2975890223468
+ 20
+462.0033696640481
+  0
+INSERT
+  5
+14454
+330
+143B2
+100
+AcDbEntity
+  8
+HE_SYM
+100
+AcDbBlockReference
+  2
+S_FLECHE
+ 10
+402.4093191773204
+ 20
+221.3956209242482
+ 30
+0.0
+ 41
+7.2
+ 42
+7.2
+ 43
+7.2
+ 50
+90.0
+  0
+TEXT
+  5
+14455
+330
+143B2
+100
+AcDbEntity
+  8
+TEXTE
+100
+AcDbText
+ 10
+427.6291908958937
+ 20
+341.1400605923769
+ 30
+0.0
+ 40
+6.48
+  1
+FV7254
+100
+AcDbText
+  0
+INSERT
+  5
+14456
+330
+143B2
+100
+AcDbEntity
+  8
+HE_SYM
+100
+AcDbBlockReference
+  2
+S_VDPNEU
+ 10
+402.3275955929257
+ 20
+344.1041274407311
+ 30
+0.0
+ 41
+3.6
+ 42
+3.6
+ 43
+3.6
+ 50
+270.0
+  0
+LWPOLYLINE
+  5
+14457
+330
+143B2
+100
+AcDbEntity
+  8
+HE_SYM
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.9360000000000001
+ 10
+303.3417374983051
+ 20
+227.4951227828855
+ 10
+303.3417374983051
+ 20
+548.4353817970635
+  0
+INSERT
+  5
+14458
+330
+143B2
+100
+AcDbEntity
+  8
+HE_SYM
+100
+AcDbBlockReference
+  2
+S_FLECHE
+ 10
+303.4534676532762
+ 20
+225.2016622294423
+ 30
+0.0
+ 41
+7.2
+ 42
+7.2
+ 43
+7.2
+ 50
+90.0
+  0
+LWPOLYLINE
+  5
+14459
+330
+143B2
+100
+AcDbEntity
+  8
+HE_SYM
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.9360000000000001
+ 10
+303.3417374983051
+ 20
+548.4353817970635
+ 10
+0.1332745386366696
+ 20
+548.4353817970635
+  0
+LWPOLYLINE
+  5
+1445A
+330
+143B2
+100
+AcDbEntity
+  8
+DESSIN
+  6
+CONTINU
+100
+AcDbPolyline
+ 90
+        6
+ 70
+     0
+ 43
+3.633959166064686
+ 10
+1204.359280408008
+ 20
+184.8719092059161
+ 10
+1204.359280408008
+ 20
+152.2851716280235
+ 10
+851.2110351815817
+ 20
+152.2851716280235
+ 10
+851.2110351815817
+ 20
+410.4203909465828
+ 10
+1204.359280408008
+ 20
+410.4203909465828
+ 10
+1204.359280408008
+ 20
+349.6380142374663
+  0
+LWPOLYLINE
+  5
+1445B
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+2.879999999999999
+ 10
+1160.142520286298
+ 20
+326.8160730288514
+ 10
+1160.142520286298
+ 20
+852.0726268879627
+  0
+INSERT
+  5
+1445C
+330
+143B2
+100
+AcDbEntity
+  8
+HE_SYM
+100
+AcDbBlockReference
+  2
+S_FLECHE
+ 10
+1160.421693774282
+ 20
+464.1813876707833
+ 30
+0.0
+ 41
+7.2
+ 42
+7.2
+ 43
+7.2
+ 50
+90.0
+  0
+LINE
+  5
+1445D
+330
+143B2
+100
+AcDbEntity
+  8
+E_A_V
+100
+AcDbLine
+ 10
+306.0018157060786
+ 20
+843.5165589261403
+ 30
+0.0
+ 11
+1151.935523106462
+ 21
+843.5165589261403
+ 31
+0.0
+  0
+LINE
+  5
+1445E
+330
+143B2
+100
+AcDbEntity
+  8
+E_A_V
+100
+AcDbLine
+ 10
+304.4058987023109
+ 20
+859.1631557825428
+ 30
+0.0
+ 11
+1166.40787988105
+ 21
+859.1631557825428
+ 31
+0.0
+  0
+LINE
+  5
+1445F
+330
+143B2
+100
+AcDbEntity
+  8
+E_A_V
+100
+AcDbLine
+ 10
+1151.935523106462
+ 20
+843.5165589261403
+ 30
+0.0
+ 11
+1151.935523106462
+ 21
+410.4203909465828
+ 31
+0.0
+  0
+LINE
+  5
+14460
+330
+143B2
+100
+AcDbEntity
+  8
+E_A_V
+100
+AcDbLine
+ 10
+1166.40787988105
+ 20
+859.1631557825428
+ 30
+0.0
+ 11
+1166.40787988105
+ 21
+410.4203909465828
+ 31
+0.0
+  0
+LWPOLYLINE
+  5
+14461
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+2.879999999999999
+ 10
+384.068961058832
+ 20
+488.5512974838603
+ 10
+921.563640763351
+ 20
+488.5512974838603
+  0
+LWPOLYLINE
+  5
+14462
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+2.879999999999999
+ 10
+384.068961058832
+ 20
+446.0412512666588
+ 10
+384.068961058832
+ 20
+488.5512974838603
+  0
+LWPOLYLINE
+  5
+14463
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+2.879999999999999
+ 10
+921.563640763351
+ 20
+226.3671610173324
+ 10
+921.563640763351
+ 20
+488.5512974838603
+  0
+LINE
+  5
+14464
+330
+143B2
+100
+AcDbEntity
+  8
+E_A_V
+100
+AcDbLine
+ 10
+378.8292093224641
+ 20
+494.5780548613188
+ 30
+0.0
+ 11
+927.8501471736962
+ 21
+494.5780548613188
+ 31
+0.0
+  0
+LINE
+  5
+14465
+330
+143B2
+100
+AcDbEntity
+  8
+E_A_V
+100
+AcDbLine
+ 10
+388.4158223206124
+ 20
+483.2850342274738
+ 30
+0.0
+ 11
+914.6100521326975
+ 21
+483.2850342274738
+ 31
+0.0
+  0
+LINE
+  5
+14466
+330
+143B2
+100
+AcDbEntity
+  8
+E_A_V
+100
+AcDbLine
+ 10
+378.8292093224641
+ 20
+494.5780548613188
+ 30
+0.0
+ 11
+378.8292093224641
+ 21
+446.0412512666588
+ 31
+0.0
+  0
+LINE
+  5
+14467
+330
+143B2
+100
+AcDbEntity
+  8
+E_A_V
+100
+AcDbLine
+ 10
+388.4158223206124
+ 20
+483.2850342274741
+ 30
+0.0
+ 11
+388.4158223206124
+ 21
+446.0412512666588
+ 31
+0.0
+  0
+LINE
+  5
+14468
+330
+143B2
+100
+AcDbEntity
+  8
+E_A_V
+100
+AcDbLine
+ 10
+914.6100521326975
+ 20
+483.2850342274738
+ 30
+0.0
+ 11
+914.6100521326975
+ 21
+410.4203909465828
+ 31
+0.0
+  0
+LINE
+  5
+14469
+330
+143B2
+100
+AcDbEntity
+  8
+E_A_V
+100
+AcDbLine
+ 10
+927.8501471736962
+ 20
+494.5780548613188
+ 30
+0.0
+ 11
+927.8501471736962
+ 21
+410.4203909465828
+ 31
+0.0
+  0
+LINE
+  5
+1446A
+330
+143B2
+100
+AcDbEntity
+  8
+E_A_V
+100
+AcDbLine
+ 10
+397.8461277538772
+ 20
+467.9855617461444
+ 30
+0.0
+ 11
+892.9444580556046
+ 21
+467.9855617461444
+ 31
+0.0
+  0
+LINE
+  5
+1446B
+330
+143B2
+100
+AcDbEntity
+  8
+E_A_V
+100
+AcDbLine
+ 10
+407.1781287862145
+ 20
+456.6925411122995
+ 30
+0.0
+ 11
+883.6124570232696
+ 21
+456.6925411122995
+ 31
+0.0
+  0
+LINE
+  5
+1446C
+330
+143B2
+100
+AcDbEntity
+  8
+E_A_V
+100
+AcDbLine
+ 10
+883.6124570232668
+ 20
+456.6925411122995
+ 30
+0.0
+ 11
+883.6124570232696
+ 21
+410.4203909465828
+ 31
+0.0
+  0
+LINE
+  5
+1446D
+330
+143B2
+100
+AcDbEntity
+  8
+E_A_V
+100
+AcDbLine
+ 10
+892.9444580556046
+ 20
+467.9855617461444
+ 30
+0.0
+ 11
+892.9444580556046
+ 21
+410.4203909465828
+ 31
+0.0
+  0
+LWPOLYLINE
+  5
+1446E
+330
+143B2
+100
+AcDbEntity
+  8
+HE_SYM
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.9360000000000001
+ 10
+888.0639182917358
+ 20
+200.5265833730551
+ 10
+888.0639182917358
+ 20
+462.0033696640481
+  0
+LWPOLYLINE
+  5
+1446F
+330
+143B2
+100
+AcDbEntity
+  8
+HE_SYM
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.9360000000000001
+ 10
+888.0639182917358
+ 20
+462.0033696640481
+ 10
+402.2975890223468
+ 20
+462.0033696640481
+  0
+INSERT
+  5
+14470
+330
+143B2
+100
+AcDbEntity
+  8
+HE_SYM
+100
+AcDbBlockReference
+  2
+S_FLECHE
+ 10
+988.9469990424936
+ 20
+392.3525917169929
+ 30
+0.0
+ 41
+7.2
+ 42
+7.2
+ 43
+7.2
+ 50
+270.0
+  0
+INSERT
+  5
+14471
+330
+143B2
+100
+AcDbEntity
+  8
+HE_SYM
+100
+AcDbBlockReference
+  2
+S_FLECHE
+ 10
+887.7689849756999
+ 20
+401.4634700145951
+ 30
+0.0
+ 41
+7.2
+ 42
+7.2
+ 43
+7.2
+ 50
+270.0
+  0
+LWPOLYLINE
+  5
+14472
+330
+143B2
+100
+AcDbEntity
+  8
+DESSIN
+  6
+CONTINU
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+3.633959166064686
+ 10
+1204.359280408008
+ 20
+349.6380142374663
+ 10
+1248.419259577767
+ 20
+349.6380142374663
+  0
+LWPOLYLINE
+  5
+14473
+330
+143B2
+100
+AcDbEntity
+  8
+DESSIN
+  6
+CONTINU
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+3.633959166064686
+ 10
+1413.185364609317
+ 20
+184.8719092059161
+ 10
+1204.359280408008
+ 20
+184.8719092059161
+  0
+TEXT
+  5
+14474
+330
+143B2
+100
+AcDbEntity
+  8
+TEXTE
+100
+AcDbText
+ 10
+903.6608682158366
+ 20
+122.1717478003401
+ 30
+0.0
+ 40
+12.66469261186981
+  1
+Boite de Connexion ESS
+100
+AcDbText
+  0
+LWPOLYLINE
+  5
+14475
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+2.879999999999999
+ 10
+1160.142520286298
+ 20
+326.8160730288514
+ 10
+1266.325427288825
+ 20
+326.8160730288514
+  0
+TEXT
+  5
+14476
+330
+143B2
+100
+AcDbEntity
+  8
+TEXTE
+100
+AcDbText
+ 10
+1174.173581613884
+ 20
+332.8049322787748
+ 30
+0.0
+ 40
+6.48
+  1
+TT7261
+100
+AcDbText
+  0
+TEXT
+  5
+14477
+330
+143B2
+100
+AcDbEntity
+  8
+TEXTE
+100
+AcDbText
+ 10
+936.1710768829002
+ 20
+359.8462881121165
+ 30
+0.0
+ 40
+6.48
+  1
+TT7253
+100
+AcDbText
+  0
+LWPOLYLINE
+  5
+14478
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+2.879999999999999
+ 10
+921.563640763351
+ 20
+226.3671610173324
+ 10
+1366.774339300344
+ 20
+226.3671610173324
+  0
+LWPOLYLINE
+  5
+14479
+330
+143B2
+100
+AcDbEntity
+  8
+HE_SYM
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.9360000000000001
+ 10
+1392.61491694462
+ 20
+200.5265833730551
+ 10
+785.9580825942985
+ 20
+200.5265833730551
+  0
+TEXT
+  5
+1447A
+330
+143B2
+100
+AcDbEntity
+  8
+TEXTE
+100
+AcDbText
+ 10
+900.9805771156747
+ 20
+210.1381030022765
+ 30
+0.0
+ 40
+6.48
+  1
+TT7254
+100
+AcDbText
+  0
+LWPOLYLINE
+  5
+1447B
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+ 62
+     3
+370
+    30
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+3.6
+ 10
+555.109889432988
+ 20
+741.2767498473746
+ 10
+1021.108894158191
+ 20
+741.2767498473746
+  0
+LINE
+  5
+1447C
+330
+143B2
+100
+AcDbEntity
+  8
+E_A_V
+100
+AcDbLine
+ 10
+548.1304678762658
+ 20
+746.9003245044477
+ 30
+0.0
+ 11
+1028.601067851095
+ 21
+746.9003245044477
+ 31
+0.0
+  0
+LINE
+  5
+1447D
+330
+143B2
+100
+AcDbEntity
+  8
+E_A_V
+100
+AcDbLine
+ 10
+562.6028246508558
+ 20
+735.6073038706032
+ 30
+0.0
+ 11
+1014.128711076507
+ 21
+735.6073038706032
+ 31
+0.0
+  0
+LINE
+  5
+1447E
+330
+143B2
+100
+AcDbEntity
+  8
+E_A_V
+100
+AcDbLine
+ 10
+1014.128711076507
+ 20
+735.6073038706032
+ 30
+0.0
+ 11
+1014.128711076507
+ 21
+410.4203909465828
+ 31
+0.0
+  0
+LINE
+  5
+1447F
+330
+143B2
+100
+AcDbEntity
+  8
+E_A_V
+100
+AcDbLine
+ 10
+1028.601067851095
+ 20
+746.9003245044477
+ 30
+0.0
+ 11
+1028.601067851095
+ 21
+410.4203909465828
+ 31
+0.0
+  0
+LWPOLYLINE
+  5
+14480
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+ 62
+     3
+370
+    30
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+3.6
+ 10
+1021.108894158191
+ 20
+741.2767498473746
+ 10
+1021.144364472907
+ 20
+258.9365979144365
+  0
+LWPOLYLINE
+  5
+14481
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+ 62
+     3
+370
+    30
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+3.6
+ 10
+1021.144364472907
+ 20
+258.9365979144367
+ 10
+1329.413538889889
+ 20
+258.9365979144367
+  0
+INSERT
+  5
+14482
+330
+143B2
+100
+AcDbEntity
+  8
+Calque1
+100
+AcDbBlockReference
+  2
+S_FLECHE
+ 10
+1020.875630525208
+ 20
+358.8051065427467
+ 30
+0.0
+ 41
+7.2
+ 42
+7.2
+ 43
+7.2
+ 50
+270.0
+  0
+TEXT
+  5
+14483
+330
+143B2
+100
+AcDbEntity
+  8
+TEXTE
+100
+AcDbText
+ 10
+1036.212934001858
+ 20
+315.8591157330188
+ 30
+0.0
+ 40
+6.48
+  1
+TT7121
+100
+AcDbText
+  0
+LWPOLYLINE
+  5
+14484
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+ 62
+     3
+370
+    30
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.7200000000000001
+ 10
+1099.195601282727
+ 20
+792.5762287052801
+ 10
+1099.214961643289
+ 20
+529.3059608553281
+  0
+LWPOLYLINE
+  5
+14485
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+ 62
+     3
+370
+    30
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.7200000000000001
+ 10
+1099.204958191146
+ 20
+500.5151574296501
+ 10
+1099.219374319636
+ 20
+304.478622012756
+  0
+LWPOLYLINE
+  5
+14486
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+ 62
+     3
+370
+    30
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.7200000000000001
+ 10
+1099.219374319636
+ 20
+304.4786220127559
+ 10
+1289.50348419367
+ 20
+304.4786220127559
+  0
+LWPOLYLINE
+  5
+14487
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+ 62
+     3
+370
+    30
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.7200000000000001
+ 10
+834.6995478372859
+ 20
+792.5762287052801
+ 10
+905.4273182874645
+ 20
+792.5762287052801
+  0
+LWPOLYLINE
+  5
+14488
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+ 62
+     3
+370
+    30
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.7200000000000001
+ 10
+954.3426951460221
+ 20
+792.5762287052801
+ 10
+990.1394021248981
+ 20
+792.5762287052801
+  0
+LWPOLYLINE
+  5
+14489
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+ 62
+     3
+370
+    30
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.7200000000000001
+ 10
+1014.986119676694
+ 20
+792.5762287052801
+ 10
+1099.195601282727
+ 20
+792.5762287052801
+  0
+MTEXT
+  5
+1448A
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+ 62
+     3
+370
+    30
+100
+AcDbMText
+ 10
+731.8361704043832
+ 20
+796.84391254155
+ 30
+0.0
+ 40
+6.48
+ 41
+121.5934770492997
+ 46
+0.0
+ 71
+     1
+ 72
+     5
+  1
+{\C0;ATM Via collecteur}
+ 73
+     1
+ 44
+1.0
+  0
+INSERT
+  5
+1448B
+330
+143B2
+100
+AcDbEntity
+  8
+N2_FLU
+100
+AcDbBlockReference
+  2
+FLP
+ 10
+1099.008555310457
+ 20
+375.9345155429548
+ 30
+0.0
+ 41
+7.199999999999954
+ 42
+7.199999999999954
+ 43
+7.199999999999954
+ 50
+90.26973098204242
+  0
+TEXT
+  5
+1448C
+330
+143B2
+100
+AcDbEntity
+  8
+TEXTE
+100
+AcDbText
+ 10
+1112.866307925459
+ 20
+309.9888638630968
+ 30
+0.0
+ 40
+6.48
+  1
+TT7131
+100
+AcDbText
+  0
+INSERT
+  5
+1448D
+330
+143B2
+100
+AcDbEntity
+  8
+N2_FLU
+100
+AcDbBlockReference
+  2
+S_RCHELE
+ 10
+1099.573806715668
+ 20
+514.9104327228132
+ 30
+0.0
+ 41
+3.6
+ 42
+3.6
+ 43
+3.6
+  0
+LINE
+  5
+1448E
+330
+143B2
+100
+AcDbEntity
+  8
+E_A_V
+100
+AcDbLine
+ 10
+1092.232377097142
+ 20
+502.5223977230151
+ 30
+0.0
+ 11
+1092.232377097142
+ 21
+412.0710206723686
+ 31
+0.0
+  0
+LINE
+  5
+1448F
+330
+143B2
+100
+AcDbEntity
+  8
+E_A_V
+100
+AcDbLine
+ 10
+1105.472472138141
+ 20
+501.7740045083508
+ 30
+0.0
+ 11
+1105.472472138141
+ 21
+412.0710206723686
+ 31
+0.0
+  0
+MTEXT
+  5
+14490
+330
+143B2
+100
+AcDbEntity
+  8
+DESSIN
+  6
+CONTINU
+370
+    30
+100
+AcDbMText
+ 10
+1118.707253896025
+ 20
+517.4353795197048
+ 30
+0.0
+ 40
+7.2
+ 41
+32.41588031575357
+ 46
+0.0
+ 71
+     1
+ 72
+     5
+  1
+H7131
+ 73
+     1
+ 44
+1.0
+  0
+LWPOLYLINE
+  5
+14491
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+ 62
+     3
+370
+    30
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.7200000000000001
+ 10
+1099.130494841432
+ 20
+756.2149908229788
+ 10
+1099.130494841432
+ 20
+806.5481015998152
+  0
+INSERT
+  5
+14492
+330
+143B2
+100
+AcDbEntity
+  8
+N2_FLU
+100
+AcDbBlockReference
+  2
+S_SOUPDR
+ 10
+1099.165586070023
+ 20
+814.6481015998149
+ 30
+0.0
+ 41
+3.6
+ 42
+3.6
+ 43
+3.6
+ 50
+90.0
+  0
+TEXT
+  5
+14493
+330
+143B2
+100
+AcDbEntity
+  8
+TEXTE
+100
+AcDbText
+ 10
+1108.915868544973
+ 20
+810.9215487882115
+ 30
+0.0
+ 40
+6.48
+  1
+PSV7131
+100
+AcDbText
+  0
+INSERT
+  5
+14494
+330
+143B2
+100
+AcDbEntity
+  8
+N2_FLU
+ 62
+     2
+100
+AcDbBlockReference
+  2
+S_VDRPOS
+ 10
+1002.562760900795
+ 20
+792.6894792044554
+ 30
+0.0
+ 41
+5.596107556710396
+ 42
+5.596107556710396
+ 43
+5.596107556710396
+  0
+TEXT
+  5
+14495
+330
+143B2
+100
+AcDbEntity
+  8
+TEXTE
+100
+AcDbText
+ 10
+985.3936167947674
+ 20
+830.905216144926
+ 30
+0.0
+ 40
+6.48
+  1
+FCV7131
+100
+AcDbText
+  0
+INSERT
+  5
+14496
+330
+143B2
+100
+AcDbEntity
+  8
+N2_FLU
+100
+AcDbBlockReference
+  2
+FLP
+ 10
+853.9564885467697
+ 20
+792.6679873063501
+ 30
+0.0
+ 41
+7.199999999999954
+ 42
+7.199999999999954
+ 43
+7.199999999999954
+ 50
+180.2697309820423
+  0
+MTEXT
+  5
+14497
+330
+143B2
+100
+AcDbEntity
+  8
+DESSIN
+  6
+CONTINU
+370
+    30
+100
+AcDbMText
+ 10
+912.9733501344853
+ 20
+796.8776921774248
+ 30
+0.0
+ 40
+7.2
+ 41
+32.41588031575357
+ 46
+0.0
+ 71
+     1
+ 72
+     5
+  1
+FT7131
+ 73
+     1
+ 44
+1.0
+  0
+CIRCLE
+  5
+14498
+330
+143B2
+100
+AcDbEntity
+  8
+N2_FLU
+  6
+CONTINU
+ 62
+     0
+370
+    20
+100
+AcDbCircle
+ 39
+1.8
+ 10
+929.8850067167434
+ 20
+793.7184211654114
+ 30
+0.0
+ 40
+24.48434452705751
+  0
+TEXT
+  5
+14499
+330
+143B2
+100
+AcDbEntity
+  8
+TEXTE
+100
+AcDbText
+ 10
+590.9823361371272
+ 20
+946.3021191339556
+ 30
+0.0
+ 40
+6.48
+  1
+HV7212
+100
+AcDbText
+  0
+INSERT
+  5
+1449A
+330
+143B2
+100
+AcDbEntity
+  8
+HE_SYM
+100
+AcDbBlockReference
+  2
+S_VDMANU
+ 10
+603.3880204848042
+ 20
+966.4012860952848
+ 30
+0.0
+ 41
+4.841459922901591
+ 42
+4.841459922901591
+ 43
+4.841459922901591
+  0
+TEXT
+  5
+1449B
+330
+143B2
+100
+AcDbEntity
+  8
+TEXTE
+100
+AcDbText
+ 10
+699.0493006397383
+ 20
+925.0734182727503
+ 30
+0.0
+ 40
+6.48
+  1
+HV7213
+100
+AcDbText
+  0
+INSERT
+  5
+1449C
+330
+143B2
+100
+AcDbEntity
+  8
+HE_SYM
+100
+AcDbBlockReference
+  2
+S_VDMANU
+ 10
+712.6946669344388
+ 20
+909.2426926430892
+ 30
+0.0
+ 41
+4.841459922901591
+ 42
+4.841459922901591
+ 43
+4.841459922901591
+  0
+TEXT
+  5
+1449D
+330
+143B2
+100
+AcDbEntity
+  8
+TEXTE
+100
+AcDbText
+ 10
+864.3301482864762
+ 20
+936.1144203212388
+ 30
+0.0
+ 40
+6.48
+  1
+HV7211
+100
+AcDbText
+  0
+INSERT
+  5
+1449E
+330
+143B2
+100
+AcDbEntity
+  8
+HE_SYM
+100
+AcDbBlockReference
+  2
+S_VDMANU
+ 10
+877.8662892758861
+ 20
+956.5187927741783
+ 30
+0.0
+ 41
+4.841459922901591
+ 42
+4.841459922901591
+ 43
+4.841459922901591
+ 50
+180.0
+  0
+MTEXT
+  5
+1449F
+330
+143B2
+100
+AcDbEntity
+  8
+DESSIN
+  6
+CONTINU
+370
+    30
+100
+AcDbMText
+ 10
+579.6109724564837
+ 20
+912.1898473163872
+ 30
+0.0
+ 40
+7.2
+ 41
+32.41588031575357
+ 46
+0.0
+ 71
+     1
+ 72
+     5
+  1
+FT7201
+ 73
+     1
+ 44
+1.0
+  0
+CIRCLE
+  5
+144A0
+330
+143B2
+100
+AcDbEntity
+  8
+N2_FLU
+  6
+CONTINU
+ 62
+     0
+370
+    20
+100
+AcDbCircle
+ 39
+1.8
+ 10
+597.0048609041257
+ 20
+909.0305763043739
+ 30
+0.0
+ 40
+24.48434452705751
+  0
+TEXT
+  5
+144A1
+330
+143B2
+100
+AcDbEntity
+  8
+TEXTE
+100
+AcDbText
+ 10
+1224.982155915426
+ 20
+926.8712327105763
+ 30
+0.0
+ 40
+6.48
+  1
+FV7210
+100
+AcDbText
+  0
+INSERT
+  5
+144A2
+330
+143B2
+100
+AcDbEntity
+  8
+HE_SYM
+100
+AcDbBlockReference
+  2
+S_VDPNEU
+ 10
+1199.680560612456
+ 20
+929.8352995589306
+ 30
+0.0
+ 41
+3.6
+ 42
+3.6
+ 43
+3.6
+ 50
+270.0
+  0
+TEXT
+  5
+144A3
+330
+143B2
+100
+AcDbEntity
+  8
+TEXTE
+100
+AcDbText
+ 10
+1324.484219832406
+ 20
+873.2391612033714
+ 30
+0.0
+ 40
+6.48
+  1
+FV7211
+100
+AcDbText
+  0
+INSERT
+  5
+144A4
+330
+143B2
+100
+AcDbEntity
+  8
+HE_SYM
+100
+AcDbBlockReference
+  2
+S_VDPNEU
+ 10
+1299.182624529438
+ 20
+876.2032280517258
+ 30
+0.0
+ 41
+3.6
+ 42
+3.6
+ 43
+3.6
+ 50
+270.0
+  0
+LWPOLYLINE
+  5
+144A5
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+2.879999999999999
+ 10
+1299.029121190366
+ 20
+884.3032280517256
+ 10
+1299.029121190366
+ 20
+909.6726268879628
+  0
+LWPOLYLINE
+  5
+144A6
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+2.879999999999999
+ 10
+1199.872226567095
+ 20
+937.9352995589306
+ 10
+1199.872226567095
+ 20
+952.4232407874386
+  0
+LWPOLYLINE
+  5
+144A7
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+2.879999999999999
+ 10
+1199.872226567095
+ 20
+960.0286009349671
+ 10
+1199.872226567095
+ 20
+967.2726268879632
+  0
+TEXT
+  5
+144A8
+330
+143B2
+100
+AcDbEntity
+  8
+TEXTE
+100
+AcDbText
+ 10
+966.6751810555981
+ 20
+560.1236148190158
+ 30
+0.0
+ 40
+6.48
+  1
+PSV7253
+100
+AcDbText
+  0
+LWPOLYLINE
+  5
+144A9
+330
+143B2
+100
+AcDbEntity
+  8
+HE_SYM
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.9360000000000001
+ 10
+951.57320331865
+ 20
+371.2342554921483
+ 10
+951.57320331865
+ 20
+555.6835435282438
+  0
+INSERT
+  5
+144AA
+330
+143B2
+100
+AcDbEntity
+  8
+HE_SYM
+100
+AcDbBlockReference
+  2
+S_FLECHE
+ 10
+951.57320331865
+ 20
+585.3835435282437
+ 30
+0.0
+ 41
+-3.6
+ 42
+3.6
+ 43
+3.6
+ 50
+270.0
+  0
+INSERT
+  5
+144AB
+330
+143B2
+100
+AcDbEntity
+  8
+HE_SYM
+100
+AcDbBlockReference
+  2
+S_SOUPDR
+ 10
+951.57320331865
+ 20
+563.7835435282437
+ 30
+0.0
+ 41
+-3.6
+ 42
+3.6
+ 43
+3.6
+ 50
+270.0
+  0
+LWPOLYLINE
+  5
+144AC
+330
+143B2
+100
+AcDbEntity
+  8
+HE_SYM
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.9360000000000001
+ 10
+951.5109230793246
+ 20
+571.8835435282437
+ 10
+951.5109230793246
+ 20
+594.5862573623187
+  0
+LWPOLYLINE
+  5
+144AD
+330
+143B2
+100
+AcDbEntity
+  8
+HE_SYM
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.9360000000000001
+ 10
+951.57320331865
+ 20
+371.2342554921483
+ 10
+921.563640763351
+ 20
+371.2342554921483
+  0
+TEXT
+  5
+144AE
+330
+143B2
+100
+AcDbEntity
+  8
+TEXTE
+100
+AcDbText
+ 10
+801.0600603312465
+ 20
+321.8942232020505
+ 30
+0.0
+ 40
+6.48
+  1
+PSV7254
+100
+AcDbText
+  0
+LWPOLYLINE
+  5
+144AF
+330
+143B2
+100
+AcDbEntity
+  8
+HE_SYM
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.9360000000000001
+ 10
+785.9580825942985
+ 20
+200.5265833730551
+ 10
+785.9580825942985
+ 20
+317.4541519112785
+  0
+INSERT
+  5
+144B0
+330
+143B2
+100
+AcDbEntity
+  8
+HE_SYM
+100
+AcDbBlockReference
+  2
+S_FLECHE
+ 10
+785.9580825942985
+ 20
+347.1541519112784
+ 30
+0.0
+ 41
+-3.6
+ 42
+3.6
+ 43
+3.6
+ 50
+270.0
+  0
+INSERT
+  5
+144B1
+330
+143B2
+100
+AcDbEntity
+  8
+HE_SYM
+100
+AcDbBlockReference
+  2
+S_SOUPDR
+ 10
+785.9580825942985
+ 20
+325.5541519112785
+ 30
+0.0
+ 41
+-3.6
+ 42
+3.6
+ 43
+3.6
+ 50
+270.0
+  0
+LWPOLYLINE
+  5
+144B2
+330
+143B2
+100
+AcDbEntity
+  8
+HE_SYM
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.9360000000000001
+ 10
+785.8958023549728
+ 20
+333.6541519112785
+ 10
+785.8958023549728
+ 20
+356.3568657453537
+  0
+INSERT
+  5
+144B3
+330
+143B2
+100
+AcDbEntity
+  8
+N2_FLU
+100
+AcDbBlockReference
+  2
+S_SOUPDR
+ 10
+1060.668901562269
+ 20
+485.5524911935488
+ 30
+0.0
+ 41
+3.6
+ 42
+3.6
+ 43
+3.6
+ 50
+90.0
+  0
+TEXT
+  5
+144B4
+330
+143B2
+100
+AcDbEntity
+  8
+TEXTE
+100
+AcDbText
+ 10
+1037.334914929839
+ 20
+523.7951731100229
+ 30
+0.0
+ 40
+6.48
+  1
+PSV7121
+100
+AcDbText
+  0
+LWPOLYLINE
+  5
+144B5
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+ 62
+     3
+370
+    30
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.7200000000000001
+ 10
+1021.891986289167
+ 20
+372.3241371897362
+ 10
+1060.612896431315
+ 20
+372.3241371897362
+  0
+LWPOLYLINE
+  5
+144B6
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+ 62
+     3
+370
+    30
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.7200000000000001
+ 10
+1060.603346318391
+ 20
+502.1905608537531
+ 10
+1060.603974190687
+ 20
+493.6524911935491
+  0
+LWPOLYLINE
+  5
+144B7
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+ 62
+     3
+370
+    30
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.7200000000000001
+ 10
+1060.605165505769
+ 20
+477.4524911935491
+ 10
+1060.612896431315
+ 20
+372.3241371897362
+  0
+INSERT
+  5
+144B8
+330
+143B2
+100
+AcDbEntity
+  8
+N2_FLU
+100
+AcDbBlockReference
+  2
+FLP
+ 10
+1060.322441668251
+ 20
+499.6443519529111
+ 30
+0.0
+ 41
+7.199999999999954
+ 42
+7.199999999999954
+ 43
+7.199999999999954
+ 50
+90.26973098204242
+  0
+LWPOLYLINE
+  5
+144B9
+330
+143B2
+100
+AcDbEntity
+  8
+HE_SYM
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.9360000000000001
+ 10
+1374.877668939951
+ 20
+864.7982967018867
+ 10
+1374.877668939951
+ 20
+884.3379401158202
+  0
+LWPOLYLINE
+  5
+144BA
+330
+143B2
+100
+AcDbEntity
+  8
+HE_SYM
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.9360000000000001
+ 10
+1374.877668939951
+ 20
+864.8477401674867
+ 10
+1374.877668939951
+ 20
+884.3379401158202
+  0
+LWPOLYLINE
+  5
+144BB
+330
+143B2
+100
+AcDbEntity
+  8
+HE_SYM
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.9360000000000001
+ 10
+1374.877668939951
+ 20
+900.5379401158203
+ 10
+1374.877668939951
+ 20
+905.4329856393538
+  0
+LWPOLYLINE
+  5
+144BC
+330
+143B2
+100
+AcDbEntity
+  8
+HE_SYM
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.9360000000000001
+ 10
+1374.877668939951
+ 20
+913.038345786882
+ 10
+1374.877668939951
+ 20
+956.6659444405507
+  0
+TEXT
+  5
+144BD
+330
+143B2
+100
+AcDbEntity
+  8
+TEXTE
+100
+AcDbText
+ 10
+1400.214487207408
+ 20
+889.4738732674662
+ 30
+0.0
+ 40
+6.48
+  1
+FV7231
+100
+AcDbText
+  0
+INSERT
+  5
+144BE
+330
+143B2
+100
+AcDbEntity
+  8
+HE_SYM
+100
+AcDbBlockReference
+  2
+S_VDPNEU
+ 10
+1374.91289190444
+ 20
+892.4379401158203
+ 30
+0.0
+ 41
+3.6
+ 42
+3.6
+ 43
+3.6
+ 50
+270.0
+  0
+INSERT
+  5
+144BF
+330
+143B2
+100
+AcDbEntity
+  8
+HE_SYM
+100
+AcDbBlockReference
+  2
+S_DEVERS
+ 10
+1375.215350693441
+ 20
+856.7477401674866
+ 30
+0.0
+ 41
+3.6
+ 42
+3.6
+ 43
+3.6
+ 50
+270.0
+  0
+TEXT
+  5
+144C0
+330
+143B2
+100
+AcDbEntity
+  8
+TEXTE
+100
+AcDbText
+ 10
+1391.079767924054
+ 20
+853.0611594739712
+ 30
+0.0
+ 40
+6.48
+  1
+PCV7231
+ 72
+     2
+ 11
+1434.279767924054
+ 21
+853.0611594739712
+ 31
+0.0
+100
+AcDbText
+  0
+LWPOLYLINE
+  5
+144C1
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU_T
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+2.879999999999999
+ 10
+0.3884765791917743
+ 20
+689.4856046046752
+ 10
+36.38847657919177
+ 20
+689.4856046046752
+  0
+LWPOLYLINE
+  5
+144C2
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU_T
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+2.879999999999999
+ 10
+0.0837724863458789
+ 20
+537.5515788446334
+ 10
+36.08377248634589
+ 20
+537.5515788446334
+  0
+LWPOLYLINE
+  5
+144C3
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU_T
+ 62
+     3
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+2.879999999999999
+ 10
+0.9748045785518115
+ 20
+677.614242978706
+ 10
+36.97480457855181
+ 20
+677.614242978706
+  0
+LWPOLYLINE
+  5
+144C4
+330
+143B2
+100
+AcDbEntity
+  8
+DESSIN
+  6
+CONTINU
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+3.633959166064686
+ 10
+1248.419259577767
+ 20
+820.2379212026757
+ 10
+1443.733274538637
+ 20
+820.2379212026757
+  0
+LWPOLYLINE
+  5
+144C5
+330
+143B2
+100
+AcDbEntity
+  8
+DESSIN
+  6
+CONTINU
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+3.633959166064686
+ 10
+1443.733274538637
+ 20
+655.4718161711252
+ 10
+1413.185364609317
+ 20
+655.4718161711252
+  0
+LWPOLYLINE
+  5
+144C6
+330
+143B2
+100
+AcDbEntity
+  8
+DESSIN
+  6
+CONTINU
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+3.633959166064686
+ 10
+1413.185364609317
+ 20
+655.4718161711252
+ 10
+1413.185364609317
+ 20
+184.8719092059161
+  0
+LWPOLYLINE
+  5
+144C7
+330
+143B2
+100
+AcDbEntity
+  8
+DESSIN
+  6
+CONTINU
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+3.633959166064686
+ 10
+1248.419259577767
+ 20
+349.6380142374663
+ 10
+1248.419259577767
+ 20
+823.3305471554158
+  0
+LWPOLYLINE
+  5
+144C8
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+2.879999999999999
+ 10
+1266.325427288825
+ 20
+798.9316515468394
+ 10
+1443.733274538637
+ 20
+798.9316515468394
+  0
+LWPOLYLINE
+  5
+144C9
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+2.879999999999999
+ 10
+1366.774339300344
+ 20
+698.4827395353204
+ 10
+1443.733274538637
+ 20
+698.4827395353204
+  0
+LWPOLYLINE
+  5
+144CA
+330
+143B2
+100
+AcDbEntity
+  8
+HE_SYM
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.9360000000000001
+ 10
+1443.733274538637
+ 20
+672.6421618910428
+ 10
+1392.61491694462
+ 20
+672.6421618910428
+  0
+LWPOLYLINE
+  5
+144CB
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+ 62
+     3
+370
+    30
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+3.6
+ 10
+1329.413538889889
+ 20
+731.0521764324247
+ 10
+1443.733274538637
+ 20
+731.0521764324247
+  0
+LWPOLYLINE
+  5
+144CC
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+ 62
+     3
+370
+    30
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.7200000000000001
+ 10
+1289.50348419367
+ 20
+776.594200530744
+ 10
+1443.733274538637
+ 20
+776.594200530744
+  0
+LWPOLYLINE
+  5
+144CD
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+2.879999999999999
+ 10
+1266.325427288825
+ 20
+326.8160730288514
+ 10
+1266.325427288825
+ 20
+798.9316515468394
+  0
+LWPOLYLINE
+  5
+144CE
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+2.879999999999999
+ 10
+1366.774339300344
+ 20
+226.3671610173324
+ 10
+1366.774339300344
+ 20
+698.4827395353204
+  0
+LWPOLYLINE
+  5
+144CF
+330
+143B2
+100
+AcDbEntity
+  8
+HE_SYM
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.9360000000000001
+ 10
+1392.61491694462
+ 20
+672.6421618910428
+ 10
+1392.61491694462
+ 20
+200.5265833730551
+  0
+LWPOLYLINE
+  5
+144D0
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+ 62
+     3
+370
+    30
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+3.6
+ 10
+1329.413538889889
+ 20
+258.9365979144367
+ 10
+1329.413538889889
+ 20
+731.0521764324247
+  0
+LWPOLYLINE
+  5
+144D1
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+ 62
+     3
+370
+    30
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.7200000000000001
+ 10
+1289.50348419367
+ 20
+304.4786220127559
+ 10
+1289.50348419367
+ 20
+776.594200530744
+  0
+INSERT
+  5
+144D2
+330
+143B2
+100
+AcDbEntity
+  8
+HE_SYM
+100
+AcDbBlockReference
+  2
+S_POINT1
+ 10
+146.9282464566436
+ 20
+851.9714199203107
+ 30
+0.0
+ 41
+5.4
+ 42
+5.4
+ 43
+5.4
+  0
+INSERT
+  5
+144D3
+330
+143B2
+100
+AcDbEntity
+  8
+HE_SYM
+100
+AcDbBlockReference
+  2
+S_POINT1
+ 10
+1199.42506049813
+ 20
+967.0888869103842
+ 30
+0.0
+ 41
+5.4
+ 42
+5.4
+ 43
+5.4
+  0
+INSERT
+  5
+144D4
+330
+143B2
+100
+AcDbEntity
+  8
+HE_SYM
+100
+AcDbBlockReference
+  2
+S_POINT1
+ 10
+1298.973065474084
+ 20
+909.6802196965915
+ 30
+0.0
+ 41
+5.4
+ 42
+5.4
+ 43
+5.4
+  0
+INSERT
+  5
+144D5
+330
+143B2
+100
+AcDbEntity
+  8
+HE_SYM
+100
+AcDbBlockReference
+  2
+S_POINT1
+ 10
+1374.431155091362
+ 20
+956.6407037242752
+ 30
+0.0
+ 41
+5.4
+ 42
+5.4
+ 43
+5.4
+  0
+ENDBLK
+  5
+144D9
+330
+143B2
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+14614
+330
+145FE
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+A$C44E706FD
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+A$C44E706FD
+  1
+
+  0
+SOLID
+  5
+145FF
+330
+145FE
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+0.0000055635175329
+ 20
+11.71627599425869
+ 30
+0.0
+ 11
+0.0000055635175329
+ 21
+15.08496599910972
+ 31
+0.0
+ 12
+289.1585505382863
+ 22
+11.71627604155333
+ 32
+0.0
+ 13
+289.1585505382863
+ 23
+15.08708077586425
+ 33
+0.0
+  0
+LINE
+  5
+14600
+330
+145FE
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+289.1585505382863
+ 20
+15.08496599910972
+ 30
+0.0
+ 11
+0.0000055635175329
+ 21
+15.08496599910972
+ 31
+0.0
+  0
+LINE
+  5
+14601
+330
+145FE
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+0.0000055636279228
+ 20
+11.71627599425881
+ 30
+0.0
+ 11
+289.1585505382863
+ 21
+11.71627599425881
+ 31
+0.0
+  0
+SOLID
+  5
+14602
+330
+145FE
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+841.4177590128472
+ 20
+11.71627599425869
+ 30
+0.0
+ 11
+841.4177590128472
+ 21
+15.08496599910972
+ 31
+0.0
+ 12
+303.418769180749
+ 22
+11.71627604155333
+ 32
+0.0
+ 13
+303.418769180749
+ 23
+15.08708077586425
+ 33
+0.0
+  0
+LINE
+  5
+14603
+330
+145FE
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+303.418769180749
+ 20
+15.08496599910972
+ 30
+0.0
+ 11
+841.4177590128472
+ 21
+15.08496599910972
+ 31
+0.0
+  0
+LINE
+  5
+14604
+330
+145FE
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+841.4177590128472
+ 20
+11.71627599425869
+ 30
+0.0
+ 11
+303.418769180749
+ 21
+11.71627599425881
+ 31
+0.0
+  0
+TEXT
+  5
+14605
+330
+145FE
+100
+AcDbEntity
+  8
+TEXTE
+100
+AcDbText
+ 10
+892.5025908191104
+ 20
+0.0000043016747213
+ 30
+0.0
+ 40
+8.0
+  1
+COLLECTEUR MP
+100
+AcDbText
+  0
+SOLID
+  5
+14606
+330
+145FE
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+855.5604168501856
+ 20
+11.71627599425869
+ 30
+0.0
+ 11
+855.5604168501856
+ 21
+15.08496599910972
+ 31
+0.0
+ 12
+1116.149161684632
+ 22
+11.71627604155333
+ 32
+0.0
+ 13
+1116.149134329267
+ 23
+15.08708077586425
+ 33
+0.0
+  0
+LINE
+  5
+14607
+330
+145FE
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1116.149134364699
+ 20
+15.08271470902412
+ 30
+0.0
+ 11
+855.5604168501856
+ 21
+15.08496599910972
+ 31
+0.0
+  0
+LINE
+  5
+14608
+330
+145FE
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+855.5604168501856
+ 20
+11.71627599425869
+ 30
+0.0
+ 11
+1116.149161667471
+ 21
+11.71839077123786
+ 31
+0.0
+  0
+SOLID
+  5
+14609
+330
+145FE
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1189.216061505099
+ 20
+11.71627599425869
+ 30
+0.0
+ 11
+1189.216061505099
+ 21
+15.08496599910972
+ 31
+0.0
+ 12
+1126.136554326077
+ 22
+11.71627604155333
+ 32
+0.0
+ 13
+1126.136581681443
+ 23
+15.08708077586425
+ 33
+0.0
+  0
+LINE
+  5
+1460A
+330
+145FE
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1126.13658164601
+ 20
+15.08271470902412
+ 30
+0.0
+ 11
+1189.216061505099
+ 21
+15.08271470902412
+ 31
+0.0
+  0
+LINE
+  5
+1460B
+330
+145FE
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1189.216061505099
+ 20
+11.71839077123786
+ 30
+0.0
+ 11
+1126.136554343239
+ 21
+11.71839077123786
+ 31
+0.0
+  0
+SOLID
+  5
+1460C
+330
+145FE
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1198.515751091087
+ 20
+11.71627599425869
+ 30
+0.0
+ 11
+1198.515751091087
+ 21
+15.08496599910972
+ 31
+0.0
+ 12
+1306.965319367031
+ 22
+11.71627604155333
+ 32
+0.0
+ 13
+1306.965253635983
+ 23
+15.08708077586425
+ 33
+0.0
+  0
+LINE
+  5
+1460D
+330
+145FE
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1306.965253635983
+ 20
+15.08708077586425
+ 30
+0.0
+ 11
+1198.515751091087
+ 21
+15.08271470902412
+ 31
+0.0
+  0
+LINE
+  5
+1460E
+330
+145FE
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1198.515751091087
+ 20
+11.71839077123786
+ 30
+0.0
+ 11
+1306.965319367031
+ 21
+11.71627604155333
+ 31
+0.0
+  0
+SOLID
+  5
+1460F
+330
+145FE
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1549.61504902286
+ 20
+11.71627599425869
+ 30
+0.0
+ 11
+1549.523930691701
+ 21
+15.08496599910972
+ 31
+0.0
+ 12
+1316.532218103304
+ 22
+11.71627604155333
+ 32
+0.0
+ 13
+1316.532283834352
+ 23
+15.08708077586425
+ 33
+0.0
+  0
+LINE
+  5
+14610
+330
+145FE
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1316.532283834352
+ 20
+15.08708077586425
+ 30
+0.0
+ 11
+1549.523930691701
+ 21
+15.08496599910972
+ 31
+0.0
+  0
+LINE
+  5
+14611
+330
+145FE
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1549.61504902286
+ 20
+11.71627599425869
+ 30
+0.0
+ 11
+1316.532218103304
+ 21
+11.71627604155333
+ 31
+0.0
+  0
+ENDBLK
+  5
+14615
+330
+145FE
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+14AB0
+330
+14AA0
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+A$C5E240795
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+A$C5E240795
+  1
+
+  0
+TEXT
+  5
+14AA1
+330
+14AA0
+100
+AcDbEntity
+  8
+TEXTE
+ 62
+     7
+100
+AcDbText
+ 10
+5.800002136357761
+ 20
+16.37656297741625
+ 30
+0.0
+ 40
+8.0
+  1
+TT7274
+100
+AcDbText
+  0
+INSERT
+  5
+14AA2
+330
+14AA0
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Valnum
+ 10
+6.800002136357761
+ 20
+4.024343225774941
+ 30
+0.0
+ 41
+1.199999999999999
+ 42
+1.199999999999999
+ 43
+1.5
+  0
+ATTRIB
+  5
+14AA3
+330
+14AA2
+100
+AcDbEntity
+  8
+IMG027
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+59.60000213635772
+ 20
+4.024343225774941
+ 30
+0.0
+ 40
+9.599999999999999
+  1
+LCV7201
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+14AA4
+330
+14AA2
+100
+AcDbEntity
+  8
+IMG027
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+59.60000213635772
+ 20
+4.024343225774941
+ 30
+0.0
+ 40
+9.599999999999999
+  1
+14
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+14AA5
+330
+14AA2
+100
+AcDbEntity
+  8
+IMG027
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+59.60000213635772
+ 20
+4.024343225774941
+ 30
+0.0
+ 40
+9.599999999999999
+  1
+0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+14AA6
+330
+14AA2
+100
+AcDbEntity
+  8
+0
+  0
+TEXT
+  5
+14AA7
+330
+14AA0
+100
+AcDbEntity
+  8
+TEXTE
+ 62
+     2
+100
+AcDbText
+ 10
+46.10195248197125
+ 20
+4.919859748461476
+ 30
+0.0
+ 40
+8.0
+  1
+K
+100
+AcDbText
+  0
+SOLID
+  5
+14AA8
+330
+14AA0
+100
+AcDbEntity
+  8
+0
+100
+AcDbTrace
+ 10
+1.800002632660605
+ 20
+25.91985974846148
+ 30
+0.0
+ 11
+1.800002632660605
+ 21
+2.919859856128823
+ 31
+0.0
+ 12
+54.80000213635776
+ 22
+25.91985974846148
+ 32
+0.0
+ 13
+54.80000213635776
+ 23
+2.919859461986901
+ 33
+0.0
+  0
+SOLID
+  5
+14AA9
+330
+14AA0
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+1.800002632660605
+ 20
+25.91985974846148
+ 30
+230.4
+ 11
+54.80000213635776
+ 21
+25.91985974846148
+ 31
+230.4
+ 12
+0.0000026326604257
+ 22
+27.71985974846098
+ 32
+230.4
+ 13
+56.59999925935675
+ 23
+27.71985122560909
+ 33
+230.4
+  0
+SOLID
+  5
+14AAA
+330
+14AA0
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+0.0000026326604257
+ 20
+1.119859856128869
+ 30
+0.0
+ 11
+1.800002632660605
+ 21
+2.919859856128823
+ 31
+0.0
+ 12
+0.0000026326604257
+ 22
+27.71985974846098
+ 32
+0.0
+ 13
+1.800002632660605
+ 23
+25.91985974846148
+ 33
+0.0
+  0
+SOLID
+  5
+14AAB
+330
+14AA0
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+0.0000026046302537
+ 20
+1.119855445209281
+ 30
+0.0
+ 11
+56.6000061531356
+ 21
+1.119855445209281
+ 31
+0.0
+ 12
+1.800002604630435
+ 22
+2.919855445209236
+ 32
+0.0
+ 13
+54.80000213635776
+ 23
+2.919859461986901
+ 33
+0.0
+  0
+SOLID
+  5
+14AAC
+330
+14AA0
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+56.60000213635793
+ 20
+1.119859461986947
+ 30
+230.4
+ 11
+54.80000213635776
+ 21
+2.919859461986901
+ 31
+230.4
+ 12
+56.60000778223547
+ 22
+27.71985974846098
+ 32
+230.4
+ 13
+54.80000213635776
+ 23
+25.91985974846148
+ 33
+230.4
+  0
+LWPOLYLINE
+  5
+14AAD
+330
+14AA0
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 38
+230.4
+ 10
+0.0000010893161289
+ 20
+27.71986361237237
+ 10
+56.59999771601042
+ 20
+27.71986361237237
+ 10
+56.60000347001551
+ 20
+1.119864580057424
+ 10
+0.0000068433212164
+ 20
+1.119864580057424
+  0
+ENDBLK
+  5
+14AB1
+330
+14AA0
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+14BA8
+330
+14BA4
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+A$C2FEC580A
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+A$C2FEC580A
+  1
+
+  0
+SOLID
+  5
+14BA5
+330
+14BA4
+100
+AcDbEntity
+  8
+0
+100
+AcDbTrace
+ 10
+0.0000001947748558
+ 20
+1.685514577859293
+ 30
+0.0
+ 11
+0.0000001947748558
+ 21
+-0.0000004658945727
+ 31
+0.0
+ 12
+19.89643265172215
+ 22
+1.685401530767419
+ 32
+0.0
+ 13
+19.89643265172228
+ 23
+-0.0000008600364367
+ 33
+0.0
+  0
+ENDBLK
+  5
+14BA9
+330
+14BA4
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+14DA5
+330
+14D9E
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+A$C20CD1C14
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+A$C20CD1C14
+  1
+
+  0
+SOLID
+  5
+14D9F
+330
+14D9E
+100
+AcDbEntity
+  8
+0
+100
+AcDbTrace
+ 10
+182.585385263155
+ 20
+136.5085936790237
+ 30
+0.0
+ 11
+185.9541152494499
+ 21
+136.5085936790237
+ 31
+0.0
+ 12
+182.585385263153
+ 22
+-0.0000019255405732
+ 32
+0.0
+ 13
+185.9561900447599
+ 23
+0.0000493073692951
+ 33
+0.0
+  0
+SOLID
+  5
+14DA0
+330
+14D9E
+100
+AcDbEntity
+  8
+0
+100
+AcDbTrace
+ 10
+0.00207394533345
+ 20
+-0.0000019255385268
+ 30
+0.0
+ 11
+0.00207394533345
+ 21
+3.368728060756325
+ 31
+0.0
+ 12
+182.585385263153
+ 22
+-0.0000019255405732
+ 32
+0.0
+ 13
+182.5853852631532
+ 23
+3.370292380023443
+ 33
+0.0
+  0
+SOLID
+  5
+14DA1
+330
+14D9E
+100
+AcDbEntity
+  8
+0
+100
+AcDbTrace
+ 10
+3.370803931628413
+ 20
+3.368728060756325
+ 30
+0.0
+ 11
+0.00207394533345
+ 21
+3.368728060756325
+ 31
+0.0
+ 12
+3.370803931630689
+ 22
+139.8773236653205
+ 32
+0.0
+ 13
+-0.000000849976459
+ 23
+139.8772724324108
+ 33
+0.0
+  0
+SOLID
+  5
+14DA2
+330
+14D9E
+100
+AcDbEntity
+  8
+0
+100
+AcDbTrace
+ 10
+185.9541152494499
+ 20
+139.8773236653185
+ 30
+0.0
+ 11
+185.9541152494499
+ 21
+136.5085936790237
+ 31
+0.0
+ 12
+3.370803931630689
+ 22
+139.8773236653205
+ 32
+0.0
+ 13
+3.370803931630461
+ 23
+136.5065188837129
+ 33
+0.0
+  0
+ENDBLK
+  5
+14DA6
+330
+14D9E
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+14EF4
+330
+14ED6
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+A$C21934436
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+A$C21934436
+  1
+
+  0
+TEXT
+  5
+14ED7
+330
+14ED6
+100
+AcDbEntity
+  8
+TEXTE
+ 62
+     7
+100
+AcDbText
+ 10
+14.56541069142531
+ 20
+15.25670864974756
+ 30
+0.0
+ 40
+8.0
+  1
+H7261
+100
+AcDbText
+  0
+SOLID
+  5
+14ED8
+330
+14ED6
+100
+AcDbEntity
+  8
+0
+100
+AcDbTrace
+ 10
+1.800003152294036
+ 20
+24.80000542079279
+ 30
+0.0
+ 11
+1.800003152294036
+ 21
+1.800005528460133
+ 31
+0.0
+ 12
+54.80000265599113
+ 22
+24.80000542079279
+ 32
+0.0
+ 13
+54.80000265599113
+ 23
+1.800005134318212
+ 33
+0.0
+  0
+SOLID
+  5
+14ED9
+330
+14ED6
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+1.800003152294036
+ 20
+24.80000542079279
+ 30
+230.4
+ 11
+54.80000265599113
+ 21
+24.80000542079279
+ 31
+230.4
+ 12
+0.0000031522938571
+ 22
+26.60000542079229
+ 32
+230.4
+ 13
+56.59999977899015
+ 23
+26.5999968979404
+ 33
+230.4
+  0
+SOLID
+  5
+14EDA
+330
+14ED6
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+0.0000031522938571
+ 20
+0.0000055284601785
+ 30
+0.0
+ 11
+1.800003152294036
+ 21
+1.800005528460133
+ 31
+0.0
+ 12
+0.0000031522938571
+ 22
+26.60000542079229
+ 32
+0.0
+ 13
+1.800003152294036
+ 23
+24.80000542079279
+ 33
+0.0
+  0
+SOLID
+  5
+14EDB
+330
+14ED6
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+0.0000031242636851
+ 20
+0.0000011175405916
+ 30
+0.0
+ 11
+56.60000667276896
+ 21
+0.0000011175405916
+ 31
+0.0
+ 12
+1.800003124263865
+ 22
+1.800001117540544
+ 32
+0.0
+ 13
+54.80000265599113
+ 23
+1.800005134318212
+ 33
+0.0
+  0
+SOLID
+  5
+14EDC
+330
+14ED6
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+56.60000265599132
+ 20
+0.0000051343182577
+ 30
+230.4
+ 11
+54.80000265599113
+ 21
+1.800005134318212
+ 31
+230.4
+ 12
+56.60000830186884
+ 22
+26.60000542079229
+ 32
+230.4
+ 13
+54.80000265599113
+ 23
+24.80000542079279
+ 33
+230.4
+  0
+LWPOLYLINE
+  5
+14EDD
+330
+14ED6
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 38
+230.4
+ 10
+0.0000016089495603
+ 20
+26.60000928470367
+ 10
+56.5999982356438
+ 20
+26.60000928470367
+ 10
+56.60000398964888
+ 20
+0.0000102523887335
+ 10
+0.0000073629546478
+ 20
+0.0000102523887335
+  0
+INSERT
+  5
+14EDE
+330
+14ED6
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Jbutton
+ 10
+7.999996533450485
+ 20
+4.880141403600076
+ 30
+0.0
+ 41
+16.0
+ 42
+8.0
+ 43
+16.0
+  0
+ATTRIB
+  5
+14EDF
+330
+14EDE
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+7.999996533450485
+ 20
+4.880141403600076
+ 30
+0.0
+ 40
+0.8000000000000001
+  1
+H7261=0
+ 41
+1.999999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COMMANDE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+14EE0
+330
+14EDE
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+7.999996533450485
+ 20
+4.880141403600076
+ 30
+0.0
+ 40
+0.8000000000000001
+  1
+H7261
+ 41
+1.999999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+14EE1
+330
+14EDE
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+7.999996533450485
+ 20
+4.880141403600076
+ 30
+0.0
+ 40
+0.8000000000000001
+  1
+7
+ 41
+1.999999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+14EE2
+330
+14EDE
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+7.999996533450485
+ 20
+4.880141403600076
+ 30
+0.0
+ 40
+0.8000000000000001
+  1
+12
+ 41
+1.999999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+14EE3
+330
+14EDE
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+7.999996533450485
+ 20
+4.880141403600076
+ 30
+0.0
+ 40
+0.8000000000000001
+  1
+1
+ 41
+1.999999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CONFIRM
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+14EE4
+330
+14EDE
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+7.999996533450485
+ 20
+4.880141403600076
+ 30
+0.0
+ 40
+0.8000000000000001
+  1
+Eteindre le réchauffeur H7261 ?
+ 41
+1.999999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+14EE5
+330
+14EDE
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+7.999996533450485
+ 20
+4.880141403600076
+ 30
+0.0
+ 40
+0.8000000000000001
+  1
+Eteindre le réchauffeur H7261 ?
+ 41
+1.999999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+14EE6
+330
+14EDE
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+7.999996533450485
+ 20
+4.880141403600076
+ 30
+0.0
+ 40
+0.8000000000000001
+  1
+0
+ 41
+1.999999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+TEXTE
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+14EE7
+330
+14EDE
+100
+AcDbEntity
+  8
+0
+  0
+INSERT
+  5
+14EE8
+330
+14ED6
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Jbutton
+ 10
+31.99999653345043
+ 20
+4.880141403600076
+ 30
+0.0
+ 41
+16.0
+ 42
+8.0
+ 43
+16.0
+  0
+ATTRIB
+  5
+14EE9
+330
+14EE8
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+31.99999653345043
+ 20
+4.880141403600076
+ 30
+0.0
+ 40
+0.8000000000000001
+  1
+H7261=1
+ 41
+1.999999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COMMANDE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+14EEA
+330
+14EE8
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+31.99999653345043
+ 20
+4.880141403600076
+ 30
+0.0
+ 40
+0.8000000000000001
+  1
+H7261
+ 41
+1.999999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+14EEB
+330
+14EE8
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+31.99999653345043
+ 20
+4.880141403600076
+ 30
+0.0
+ 40
+0.8000000000000001
+  1
+10
+ 41
+1.999999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+14EEC
+330
+14EE8
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+31.99999653345043
+ 20
+4.880141403600076
+ 30
+0.0
+ 40
+0.8000000000000001
+  1
+7
+ 41
+1.999999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+14EED
+330
+14EE8
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+31.99999653345043
+ 20
+4.880141403600076
+ 30
+0.0
+ 40
+0.8000000000000001
+  1
+1
+ 41
+1.999999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CONFIRM
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+14EEE
+330
+14EE8
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+31.99999653345043
+ 20
+4.880141403600076
+ 30
+0.0
+ 40
+0.8000000000000001
+  1
+Allumer le réchauffeur H7261 ?
+ 41
+1.999999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+14EEF
+330
+14EE8
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+31.99999653345043
+ 20
+4.880141403600076
+ 30
+0.0
+ 40
+0.8000000000000001
+  1
+Allumer le réchauffeur H7261 ?
+ 41
+1.999999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+14EF0
+330
+14EE8
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+31.99999653345043
+ 20
+4.880141403600076
+ 30
+0.0
+ 40
+0.8000000000000001
+  1
+1
+ 41
+1.999999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+TEXTE
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+14EF1
+330
+14EE8
+100
+AcDbEntity
+  8
+0
+  0
+ENDBLK
+  5
+14EF5
+330
+14ED6
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+15060
+330
+15007
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+A$C5244044D
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+A$C5244044D
+  1
+
+  0
+SOLID
+  5
+15008
+330
+15007
+100
+AcDbEntity
+  8
+IMG008
+ 62
+    57
+100
+AcDbTrace
+ 10
+10.98807982578182
+ 20
+7.164206940448025
+ 30
+-7.140000000000005
+ 11
+10.98807982578182
+ 21
+14.30420694044767
+ 31
+-7.140000000000005
+ 12
+12.77307982578168
+ 22
+7.164206940448025
+ 32
+-7.140000000000005
+ 13
+12.77307982578168
+ 23
+14.30420694044767
+ 33
+-7.140000000000005
+ 39
+14.28
+  0
+SOLID
+  5
+15009
+330
+15007
+100
+AcDbEntity
+  8
+IMG008
+ 62
+    57
+100
+AcDbTrace
+ 10
+10.9881618920599
+ 20
+3.570000608826035
+ 30
+-7.140000000000005
+ 11
+12.77316189205976
+ 21
+3.570000608826035
+ 31
+-7.140000000000005
+ 12
+10.98807982578182
+ 22
+7.164206940448025
+ 32
+-7.140000000000005
+ 13
+12.77307982578168
+ 23
+7.164206940448025
+ 33
+-7.140000000000005
+  0
+SOLID
+  5
+1500A
+330
+15007
+100
+AcDbEntity
+  8
+IMG008
+ 62
+    57
+100
+AcDbTrace
+ 10
+2.955661892059651
+ 20
+10.71000060882568
+ 30
+-7.140000000000005
+ 11
+10.98807982578182
+ 21
+7.164206940448025
+ 31
+-7.140000000000005
+ 12
+2.955661892059651
+ 22
+0.0000006088258715
+ 32
+-7.140000000000005
+ 13
+10.9881618920599
+ 23
+3.570000608826035
+ 33
+-7.140000000000005
+  0
+SOLID
+  5
+1500B
+330
+15007
+100
+AcDbEntity
+  8
+IMG008
+ 62
+    57
+100
+AcDbTrace
+ 10
+20.80566189206002
+ 20
+10.71000060882568
+ 30
+-7.140000000000005
+ 11
+12.77324395833784
+ 21
+7.164206940448025
+ 31
+-7.140000000000005
+ 12
+20.80566189206002
+ 22
+0.0000006088258715
+ 32
+-7.140000000000005
+ 13
+12.77316189205976
+ 23
+3.570000608826035
+ 33
+-7.140000000000005
+  0
+LINE
+  5
+1500C
+330
+15007
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+20.80566189206002
+ 20
+10.71000060882568
+ 30
+-7.140000000000005
+ 11
+12.77307982578168
+ 21
+7.164206940448025
+ 31
+7.140000000000005
+  0
+LINE
+  5
+1500D
+330
+15007
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+12.77307982578168
+ 20
+7.164206940448025
+ 30
+7.140000000000005
+ 11
+12.77307982578168
+ 21
+14.30420694044767
+ 31
+7.140000000000005
+  0
+LINE
+  5
+1500E
+330
+15007
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+12.77307982575644
+ 20
+14.30420694044767
+ 30
+21.42000000000002
+ 11
+18.12816189203499
+ 21
+14.28000060882607
+ 31
+21.42000000000002
+  0
+LINE
+  5
+1500F
+330
+15007
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+5.633161892059431
+ 20
+14.28000060882607
+ 30
+7.140000000000005
+ 11
+10.98807982578182
+ 21
+14.30420694044767
+ 31
+7.140000000000005
+  0
+LINE
+  5
+15010
+330
+15007
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+10.98807982578182
+ 20
+14.30420694044767
+ 30
+7.140000000000005
+ 11
+10.98807982578182
+ 21
+7.164206940448025
+ 31
+7.140000000000005
+  0
+LINE
+  5
+15011
+330
+15007
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+10.98807982578182
+ 20
+7.164206940448025
+ 30
+7.140000000000005
+ 11
+2.955661892059651
+ 21
+10.71000060882568
+ 31
+-7.140000000000005
+  0
+LINE
+  5
+15012
+330
+15007
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+2.955661892059651
+ 20
+0.0000006088258715
+ 30
+-7.140000000000005
+ 11
+10.9881618920599
+ 21
+3.570000608826035
+ 31
+-7.140000000000005
+  0
+LINE
+  5
+15013
+330
+15007
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+10.9881618920599
+ 20
+3.570000608826035
+ 30
+-7.140000000000005
+ 11
+12.77316189205976
+ 21
+3.570000608826035
+ 31
+-7.140000000000005
+  0
+LINE
+  5
+15014
+330
+15007
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+12.77316189205976
+ 20
+3.570000608826035
+ 30
+-7.140000000000005
+ 11
+20.80566189206002
+ 21
+0.0000006088258715
+ 31
+-7.140000000000005
+  0
+LINE
+  5
+15015
+330
+15007
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+20.80566189206002
+ 20
+0.0000006088258715
+ 30
+7.140000000000005
+ 11
+20.80566189206002
+ 21
+10.71000060882568
+ 31
+-7.140000000000005
+  0
+LINE
+  5
+15016
+330
+15007
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+2.955661892059651
+ 20
+0.0000006088258715
+ 30
+7.140000000000005
+ 11
+2.955661892059651
+ 21
+10.71000060882568
+ 31
+-7.140000000000005
+  0
+SOLID
+  5
+15017
+330
+15007
+100
+AcDbEntity
+  8
+0
+ 62
+    57
+100
+AcDbTrace
+ 10
+5.633271311946827
+ 20
+14.28000110344681
+ 30
+7.140000000000005
+ 11
+5.669704657474312
+ 21
+14.97894131792793
+ 31
+7.140000000000005
+ 12
+11.88058006663209
+ 22
+14.30420668924523
+ 32
+7.140000000000005
+ 13
+11.88058006663209
+ 23
+14.30420668924523
+ 33
+7.140000000000005
+  0
+SOLID
+  5
+15018
+330
+15007
+100
+AcDbEntity
+  8
+0
+ 62
+    57
+100
+AcDbTrace
+ 10
+5.669798448104756
+ 20
+14.95473454877799
+ 30
+7.139999999999997
+ 11
+5.728772615140766
+ 21
+15.39302031955969
+ 31
+7.139999999999997
+ 12
+11.88067064705501
+ 22
+14.30420704020469
+ 32
+7.139999999999997
+ 13
+11.88067064705501
+ 23
+14.30420704020469
+ 33
+7.139999999999997
+  0
+SOLID
+  5
+15019
+330
+15007
+100
+AcDbEntity
+  8
+0
+ 62
+    57
+100
+AcDbTrace
+ 10
+5.728772615140997
+ 20
+15.39302031956038
+ 30
+7.139999999999997
+ 11
+5.821800279130456
+ 21
+15.82783819681424
+ 31
+7.139999999999997
+ 12
+11.8806740350908
+ 22
+14.30420917077811
+ 32
+7.139999999999997
+ 13
+11.8806740350908
+ 23
+14.30420917077811
+ 33
+7.139999999999997
+  0
+SOLID
+  5
+1501A
+330
+15007
+100
+AcDbEntity
+  8
+0
+ 62
+    57
+100
+AcDbTrace
+ 10
+5.82180028186508
+ 20
+15.82783820768838
+ 30
+7.139999999999997
+ 11
+5.997235271317092
+ 21
+16.40576527852465
+ 31
+7.139999999999997
+ 12
+11.87805537206441
+ 22
+14.30447882273449
+ 32
+7.139999999999997
+ 13
+11.87805537206441
+ 23
+14.30447882273449
+ 33
+7.139999999999997
+  0
+SOLID
+  5
+1501B
+330
+15007
+100
+AcDbEntity
+  8
+0
+ 62
+    57
+100
+AcDbTrace
+ 10
+5.997235271317092
+ 20
+16.40576527852465
+ 30
+7.139999999999997
+ 11
+6.225388026176004
+ 21
+16.95922742094433
+ 31
+7.139999999999997
+ 12
+11.87437966398715
+ 22
+14.30579430188788
+ 32
+7.139999999999997
+ 13
+11.87437966398715
+ 23
+14.30579430188788
+ 33
+7.139999999999997
+  0
+SOLID
+  5
+1501C
+330
+15007
+100
+AcDbEntity
+  8
+0
+ 62
+    57
+100
+AcDbTrace
+ 10
+6.225388026175777
+ 20
+16.95922742094365
+ 30
+7.139999999999997
+ 11
+6.840509885916617
+ 21
+17.99583584988283
+ 31
+7.139999999999997
+ 12
+11.87437912529458
+ 22
+14.30579467529298
+ 32
+7.139999999999997
+ 13
+11.87437912529458
+ 23
+14.30579467529298
+ 33
+7.139999999999997
+  0
+SOLID
+  5
+1501D
+330
+15007
+100
+AcDbEntity
+  8
+0
+ 62
+    57
+100
+AcDbTrace
+ 10
+6.840509885916617
+ 20
+17.99583584988283
+ 30
+7.139999999999997
+ 11
+7.583871128823147
+ 21
+18.8394958382986
+ 31
+7.139999999999997
+ 12
+11.88068555931522
+ 22
+14.30420768725787
+ 32
+7.139999999999997
+ 13
+11.88068555931522
+ 23
+14.30420768725787
+ 33
+7.139999999999997
+  0
+SOLID
+  5
+1501E
+330
+15007
+100
+AcDbEntity
+  8
+0
+ 62
+    57
+100
+AcDbTrace
+ 10
+7.583871128823147
+ 20
+18.8394958382986
+ 30
+7.139999999999997
+ 11
+8.227980872690066
+ 21
+19.37265617278137
+ 31
+7.139999999999997
+ 12
+11.88068421142202
+ 22
+14.30421056464149
+ 32
+7.139999999999997
+ 13
+11.88068421142202
+ 23
+14.30421056464149
+ 33
+7.139999999999997
+  0
+SOLID
+  5
+1501F
+330
+15007
+100
+AcDbEntity
+  8
+0
+ 62
+    57
+100
+AcDbTrace
+ 10
+10.32455988405149
+ 20
+20.35481044676669
+ 30
+7.139999999999997
+ 11
+11.88066189205983
+ 21
+20.5517069404483
+ 31
+7.139999999999997
+ 12
+11.88068151563584
+ 22
+14.3042098595771
+ 32
+7.139999999999997
+ 13
+11.88068151563584
+ 23
+14.3042098595771
+ 33
+7.139999999999997
+  0
+SOLID
+  5
+15020
+330
+15007
+100
+AcDbEntity
+  8
+0
+ 62
+    57
+100
+AcDbTrace
+ 10
+8.227980872690066
+ 20
+19.37265617278137
+ 30
+7.139999999999997
+ 11
+9.060459164867323
+ 21
+19.87894575294319
+ 31
+7.139999999999997
+ 12
+11.88068179496713
+ 22
+14.30421385294278
+ 32
+7.139999999999997
+ 13
+11.88068179496713
+ 23
+14.30421385294278
+ 33
+7.139999999999997
+  0
+SOLID
+  5
+15021
+330
+15007
+100
+AcDbEntity
+  8
+0
+ 62
+    57
+100
+AcDbTrace
+ 10
+9.060459164867323
+ 20
+19.87894575294319
+ 30
+7.139999999999997
+ 11
+10.32455988405149
+ 21
+20.35481044676669
+ 31
+7.139999999999997
+ 12
+11.88068374220688
+ 22
+14.30421115097704
+ 32
+7.139999999999997
+ 13
+11.88068374220688
+ 23
+14.30421115097704
+ 33
+7.139999999999997
+  0
+SOLID
+  5
+15022
+330
+15007
+100
+AcDbEntity
+  8
+0
+ 62
+    57
+100
+AcDbTrace
+ 10
+18.12809187128255
+ 20
+14.28004035005358
+ 30
+7.140000000000005
+ 11
+18.09165413497135
+ 21
+14.97898033564445
+ 31
+7.140000000000005
+ 12
+11.8807829646596
+ 22
+14.30420668988256
+ 32
+7.140000000000005
+ 13
+11.8807829646596
+ 23
+14.30420668988256
+ 33
+7.140000000000005
+  0
+SOLID
+  5
+15023
+330
+15007
+100
+AcDbEntity
+  8
+0
+ 62
+    57
+100
+AcDbTrace
+ 10
+18.09156049640933
+ 20
+14.95477356590584
+ 30
+7.139999999999997
+ 11
+18.03258357603681
+ 21
+15.39305896619964
+ 31
+7.139999999999997
+ 12
+11.88069238423463
+ 22
+14.3042070402729
+ 32
+7.139999999999997
+ 13
+11.88069238423463
+ 23
+14.3042070402729
+ 33
+7.139999999999997
+  0
+SOLID
+  5
+15024
+330
+15007
+100
+AcDbEntity
+  8
+0
+ 62
+    57
+100
+AcDbTrace
+ 10
+18.03258357603681
+ 20
+15.39305896620033
+ 30
+7.139999999999997
+ 11
+17.93955318049711
+ 21
+15.82787625904018
+ 31
+7.139999999999997
+ 12
+11.88068899618542
+ 22
+14.30420917082517
+ 32
+7.139999999999997
+ 13
+11.88068899618542
+ 23
+14.30420917082517
+ 33
+7.139999999999997
+  0
+SOLID
+  5
+15025
+330
+15007
+100
+AcDbEntity
+  8
+0
+ 62
+    57
+100
+AcDbTrace
+ 10
+17.93955317776226
+ 20
+15.82787626991432
+ 30
+7.139999999999997
+ 11
+17.76411455774132
+ 21
+16.40580223864606
+ 31
+7.139999999999997
+ 12
+11.88330765751766
+ 22
+14.30447883923205
+ 32
+7.139999999999997
+ 13
+11.88330765751766
+ 23
+14.30447883923205
+ 33
+7.139999999999997
+  0
+SOLID
+  5
+15026
+330
+15007
+100
+AcDbEntity
+  8
+0
+ 62
+    57
+100
+AcDbTrace
+ 10
+17.76411455774132
+ 20
+16.40580223864606
+ 30
+7.139999999999997
+ 11
+17.53595832600445
+ 21
+16.95926294778553
+ 31
+7.139999999999997
+ 12
+11.88698335733079
+ 22
+14.3057943414766
+ 32
+7.139999999999997
+ 13
+11.88698335733079
+ 23
+14.3057943414766
+ 33
+7.139999999999997
+  0
+SOLID
+  5
+15027
+330
+15007
+100
+AcDbEntity
+  8
+0
+ 62
+    57
+100
+AcDbTrace
+ 10
+17.53595832600467
+ 20
+16.95926294778485
+ 30
+7.139999999999997
+ 11
+16.92082995423948
+ 21
+17.99586751247113
+ 31
+7.139999999999997
+ 12
+11.88698389602109
+ 22
+14.30579471488488
+ 32
+7.139999999999997
+ 13
+11.88698389602109
+ 23
+14.30579471488488
+ 33
+7.139999999999997
+  0
+SOLID
+  5
+15028
+330
+15007
+100
+AcDbEntity
+  8
+0
+ 62
+    57
+100
+AcDbTrace
+ 10
+16.92082995423948
+ 20
+17.99586751247113
+ 30
+7.139999999999997
+ 11
+16.17746341142492
+ 21
+18.83952283103019
+ 31
+7.139999999999997
+ 12
+11.88067747197033
+ 22
+14.3042076872324
+ 32
+7.139999999999997
+ 13
+11.88067747197033
+ 23
+14.3042076872324
+ 33
+7.139999999999997
+  0
+SOLID
+  5
+15029
+330
+15007
+100
+AcDbEntity
+  8
+0
+ 62
+    57
+100
+AcDbTrace
+ 10
+16.17746341142492
+ 20
+18.83952283103019
+ 30
+7.139999999999997
+ 11
+15.5333503182253
+ 21
+19.37267911916626
+ 31
+7.139999999999997
+ 12
+11.88067881984534
+ 22
+14.30421056462467
+ 32
+7.139999999999997
+ 13
+11.88067881984534
+ 23
+14.30421056462467
+ 33
+7.139999999999997
+  0
+SOLID
+  5
+1502A
+330
+15007
+100
+AcDbEntity
+  8
+0
+ 62
+    57
+100
+AcDbTrace
+ 10
+13.43676513695323
+ 20
+20.35482022229678
+ 30
+7.139999999999997
+ 11
+11.88066189205983
+ 21
+20.5517069404483
+ 31
+7.139999999999997
+ 12
+11.88068151563584
+ 22
+14.3042098595771
+ 32
+7.139999999999997
+ 13
+11.88068151563584
+ 23
+14.3042098595771
+ 33
+7.139999999999997
+  0
+SOLID
+  5
+1502B
+330
+15007
+100
+AcDbEntity
+  8
+0
+ 62
+    57
+100
+AcDbTrace
+ 10
+15.5333503182253
+ 20
+19.37267911916626
+ 30
+7.139999999999997
+ 11
+14.70086884552302
+ 21
+19.87896346963941
+ 31
+7.139999999999997
+ 12
+11.88068123627954
+ 22
+14.30421385294096
+ 32
+7.139999999999997
+ 13
+11.88068123627954
+ 23
+14.30421385294096
+ 33
+7.139999999999997
+  0
+SOLID
+  5
+1502C
+330
+15007
+100
+AcDbEntity
+  8
+0
+ 62
+    57
+100
+AcDbTrace
+ 10
+14.70086884552302
+ 20
+19.87896346963941
+ 30
+7.139999999999997
+ 11
+13.43676513695323
+ 21
+20.35482022229678
+ 31
+7.139999999999997
+ 12
+11.88067928905661
+ 22
+14.30421115096294
+ 32
+7.139999999999997
+ 13
+11.88067928905661
+ 23
+14.30421115096294
+ 33
+7.139999999999997
+  0
+LINE
+  5
+1502D
+330
+15007
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+10.98807982578182
+ 20
+14.30074864162782
+ 30
+7.140000000000005
+ 11
+5.633271311946827
+ 21
+14.28000110344681
+ 31
+7.140000000000005
+  0
+LINE
+  5
+1502E
+330
+15007
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+5.633271311946827
+ 20
+14.28000110344681
+ 30
+7.140000000000005
+ 11
+5.673007346122631
+ 21
+14.97858252174353
+ 31
+7.139999999999997
+  0
+LINE
+  5
+1502F
+330
+15007
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+5.673007346122631
+ 20
+14.97858252174353
+ 30
+7.139999999999997
+ 11
+5.728772615140766
+ 21
+15.39302031956015
+ 31
+7.139999999999997
+  0
+LINE
+  5
+15030
+330
+15007
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+5.728772615140766
+ 20
+15.39302031956015
+ 30
+7.139999999999997
+ 11
+5.821980342484266
+ 21
+15.82779291616259
+ 31
+7.139999999999997
+  0
+LINE
+  5
+15031
+330
+15007
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+5.821980342484266
+ 20
+15.82779291616259
+ 30
+7.139999999999997
+ 11
+5.997235271317092
+ 21
+16.40576527852465
+ 31
+7.139999999999997
+  0
+LINE
+  5
+15032
+330
+15007
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+5.997235271317092
+ 20
+16.40576527852465
+ 30
+7.139999999999997
+ 11
+6.225388026176004
+ 21
+16.95922742094433
+ 31
+7.139999999999997
+  0
+LINE
+  5
+15033
+330
+15007
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+6.225388026176004
+ 20
+16.95922742094433
+ 30
+7.139999999999997
+ 11
+6.840509885916617
+ 21
+17.99583584988283
+ 31
+7.139999999999997
+  0
+LINE
+  5
+15034
+330
+15007
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+6.840509885916617
+ 20
+17.99583584988283
+ 30
+7.139999999999997
+ 11
+7.583871128823147
+ 21
+18.8394958382986
+ 31
+7.139999999999997
+  0
+LINE
+  5
+15035
+330
+15007
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+7.583871128823147
+ 20
+18.8394958382986
+ 30
+7.139999999999997
+ 11
+8.227980872690066
+ 21
+19.37265617278137
+ 31
+7.139999999999997
+  0
+LINE
+  5
+15036
+330
+15007
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+8.227980872690066
+ 20
+19.37265617278137
+ 30
+7.139999999999997
+ 11
+9.060459050479494
+ 21
+19.87894597905358
+ 31
+7.139999999999997
+  0
+LINE
+  5
+15037
+330
+15007
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+9.060459050479494
+ 20
+19.87894597905358
+ 30
+7.139999999999997
+ 11
+10.32455988755168
+ 21
+20.35481043315656
+ 31
+7.139999999999997
+  0
+LINE
+  5
+15038
+330
+15007
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+10.32455988755168
+ 20
+20.35481043315656
+ 30
+7.139999999999997
+ 11
+11.88066189205983
+ 21
+20.5517069404483
+ 31
+7.139999999999997
+  0
+LINE
+  5
+15039
+330
+15007
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+11.88066189205983
+ 20
+20.5517069404483
+ 30
+7.139999999999997
+ 11
+13.43676513695323
+ 21
+20.35482022229678
+ 31
+7.139999999999997
+  0
+LINE
+  5
+1503A
+330
+15007
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+13.43676513695323
+ 20
+20.35482022229678
+ 30
+7.139999999999997
+ 11
+14.70086884552302
+ 21
+19.87896346963941
+ 31
+7.139999999999997
+  0
+LINE
+  5
+1503B
+330
+15007
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+14.70086884552302
+ 20
+19.87896346963941
+ 30
+7.139999999999997
+ 11
+15.5333503182253
+ 21
+19.37267911916626
+ 31
+7.139999999999997
+  0
+LINE
+  5
+1503C
+330
+15007
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+15.5333503182253
+ 20
+19.37267911916626
+ 30
+7.139999999999997
+ 11
+16.17746343600493
+ 21
+18.83952285697467
+ 31
+7.139999999999997
+  0
+LINE
+  5
+1503D
+330
+15007
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+16.17746343600493
+ 20
+18.83952285697467
+ 30
+7.139999999999997
+ 11
+16.92082995423948
+ 21
+17.99586751247113
+ 31
+7.139999999999997
+  0
+LINE
+  5
+1503E
+330
+15007
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+16.92082995423948
+ 20
+17.99586751247113
+ 30
+7.139999999999997
+ 11
+17.53591670963396
+ 21
+16.95924339950773
+ 31
+7.139999999999997
+  0
+LINE
+  5
+1503F
+330
+15007
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+17.53591670963396
+ 20
+16.95924339950773
+ 30
+7.139999999999997
+ 11
+17.76411447937562
+ 21
+16.40580221064453
+ 31
+7.139999999999997
+  0
+LINE
+  5
+15040
+330
+15007
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+17.76411447937562
+ 20
+16.40580221064453
+ 30
+7.139999999999997
+ 11
+17.93955318102326
+ 21
+15.82787625917251
+ 31
+7.139999999999997
+  0
+LINE
+  5
+15041
+330
+15007
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+17.93955318102326
+ 20
+15.82787625917251
+ 30
+7.139999999999997
+ 11
+18.03258508744238
+ 21
+15.39305923371046
+ 31
+7.139999999999997
+  0
+LINE
+  5
+15042
+330
+15007
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+18.03258508744238
+ 20
+15.39305923371046
+ 30
+7.139999999999997
+ 11
+18.09165413497135
+ 21
+14.97898033564445
+ 31
+7.140000000000005
+  0
+LINE
+  5
+15043
+330
+15007
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+18.09165413497135
+ 20
+14.97898033564445
+ 30
+7.140000000000005
+ 11
+18.12809187128255
+ 21
+14.28004035005358
+ 31
+7.140000000000005
+  0
+LINE
+  5
+15044
+330
+15007
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+18.12809187128255
+ 20
+14.28004035005358
+ 30
+7.140000000000005
+ 11
+12.77307982578168
+ 21
+14.30420694044767
+ 31
+-7.140000000000005
+  0
+TEXT
+  5
+15045
+330
+15007
+100
+AcDbEntity
+  8
+TEXTE
+ 62
+     7
+100
+AcDbText
+ 10
+5.799998648953532
+ 20
+39.25218592333635
+ 30
+0.0
+ 40
+8.0
+  1
+LCV7121
+100
+AcDbText
+  0
+INSERT
+  5
+15046
+330
+15007
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Valnum
+ 10
+6.799998648953532
+ 20
+26.89996617169504
+ 30
+0.0
+ 41
+1.199999999999999
+ 42
+1.199999999999999
+ 43
+1.5
+  0
+ATTRIB
+  5
+15047
+330
+15046
+100
+AcDbEntity
+  8
+IMG027
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+59.59999864895348
+ 20
+26.89996617169504
+ 30
+0.0
+ 40
+9.599999999999999
+  1
+LCV7121
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+15048
+330
+15046
+100
+AcDbEntity
+  8
+IMG027
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+59.59999864895348
+ 20
+26.89996617169504
+ 30
+0.0
+ 40
+9.599999999999999
+  1
+14
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+15049
+330
+15046
+100
+AcDbEntity
+  8
+IMG027
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+59.59999864895348
+ 20
+26.89996617169504
+ 30
+0.0
+ 40
+9.599999999999999
+  1
+0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+1504A
+330
+15046
+100
+AcDbEntity
+  8
+0
+  0
+TEXT
+  5
+1504B
+330
+15007
+100
+AcDbEntity
+  8
+TEXTE
+ 62
+     2
+100
+AcDbText
+ 10
+39.79999864895353
+ 20
+27.79548269438158
+ 30
+0.0
+ 40
+8.0
+  1
+%
+100
+AcDbText
+  0
+SOLID
+  5
+1504C
+330
+15007
+100
+AcDbEntity
+  8
+0
+100
+AcDbTrace
+ 10
+1.799999145256379
+ 20
+48.79548269438156
+ 30
+0.0
+ 11
+1.799999145256379
+ 21
+25.79548280204893
+ 31
+0.0
+ 12
+54.79999864895353
+ 22
+48.79548269438156
+ 32
+0.0
+ 13
+54.79999864895353
+ 23
+25.795482407907
+ 33
+0.0
+  0
+SOLID
+  5
+1504D
+330
+15007
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+1.799999145256379
+ 20
+48.79548269438156
+ 30
+230.4
+ 11
+54.79999864895353
+ 21
+48.79548269438156
+ 31
+230.4
+ 12
+-0.0000008547438028
+ 22
+50.59548269438107
+ 32
+230.4
+ 13
+56.59999577195254
+ 23
+50.59547417152919
+ 33
+230.4
+  0
+SOLID
+  5
+1504E
+330
+15007
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+-0.0000008547438028
+ 20
+23.99548280204897
+ 30
+0.0
+ 11
+1.799999145256379
+ 21
+25.79548280204893
+ 31
+0.0
+ 12
+-0.0000008547438028
+ 22
+50.59548269438107
+ 32
+0.0
+ 13
+1.799999145256379
+ 23
+48.79548269438156
+ 33
+0.0
+  0
+SOLID
+  5
+1504F
+330
+15007
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000008827739748
+ 20
+23.99547839112938
+ 30
+0.0
+ 11
+56.60000266573138
+ 21
+23.99547839112938
+ 31
+0.0
+ 12
+1.799999117226206
+ 22
+25.79547839112934
+ 32
+0.0
+ 13
+54.79999864895353
+ 23
+25.795482407907
+ 33
+0.0
+  0
+SOLID
+  5
+15050
+330
+15007
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+56.59999864895372
+ 20
+23.99548240790705
+ 30
+230.4
+ 11
+54.79999864895353
+ 21
+25.795482407907
+ 31
+230.4
+ 12
+56.60000429483123
+ 22
+50.59548269438107
+ 32
+230.4
+ 13
+54.79999864895353
+ 23
+48.79548269438156
+ 33
+230.4
+  0
+LWPOLYLINE
+  5
+15051
+330
+15007
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 38
+230.4
+ 10
+-0.0000023980880997
+ 20
+50.59548655829246
+ 10
+56.59999422860618
+ 20
+50.59548655829246
+ 10
+56.59999998261127
+ 20
+23.99548752597752
+ 10
+0.0000033559169879
+ 20
+23.99548752597752
+  0
+INSERT
+  5
+15052
+330
+15007
+100
+AcDbEntity
+  8
+0
+ 62
+     9
+100
+AcDbBlockReference
+ 66
+     1
+  2
+palet
+ 10
+20.92739356184529
+ 20
+13.49182623769684
+ 30
+-50.33142612716812
+  0
+ATTRIB
+  5
+15053
+330
+15052
+100
+AcDbEntity
+  8
+IMG009
+ 62
+     9
+100
+AcDbText
+ 10
+20.92739356184529
+ 20
+13.49182623769684
+ 30
+-50.33142612716812
+ 40
+8.0
+  1
+LCV7121=0[0]
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+15054
+330
+15052
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+20.92739356184529
+ 20
+13.49182623769684
+ 30
+-50.33142612716812
+ 40
+6.0
+  1
+57
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+15055
+330
+15052
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+20.92739356184529
+ 20
+13.49182623769684
+ 30
+-50.33142612716812
+ 40
+8.0
+  1
+12
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+15056
+330
+15052
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+20.92739356184529
+ 20
+13.49182623769684
+ 30
+-50.33142612716812
+ 40
+8.0
+  1
+
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+15057
+330
+15052
+100
+AcDbEntity
+  8
+0
+  0
+INSERT
+  5
+15058
+330
+15007
+100
+AcDbEntity
+  8
+0
+ 62
+     9
+100
+AcDbBlockReference
+ 66
+     1
+  2
+palet
+ 10
+26.92739846858376
+ 20
+13.51945399758142
+ 30
+-93.5228522543362
+  0
+ATTRIB
+  5
+15059
+330
+15058
+100
+AcDbEntity
+  8
+IMG009
+ 62
+     9
+100
+AcDbText
+ 10
+26.92739846858376
+ 20
+13.51945399758142
+ 30
+-93.5228522543362
+ 40
+8.0
+  1
+LCV7121#0[0]
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1505A
+330
+15058
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+26.92739846858376
+ 20
+13.51945399758142
+ 30
+-93.5228522543362
+ 40
+6.0
+  1
+57
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1505B
+330
+15058
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+26.92739846858376
+ 20
+13.51945399758142
+ 30
+-93.5228522543362
+ 40
+8.0
+  1
+10
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1505C
+330
+15058
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+26.92739846858376
+ 20
+13.51945399758142
+ 30
+-93.5228522543362
+ 40
+8.0
+  1
+
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+1505D
+330
+15058
+100
+AcDbEntity
+  8
+0
+  0
+ENDBLK
+  5
+15061
+330
+15007
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+15E51
+330
+15E4D
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+A$C37611931
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+A$C37611931
+  1
+
+  0
+SOLID
+  5
+15E4E
+330
+15E4D
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+1.800000238169102
+ 20
+0.0000012690494486
+ 30
+230.4
+ 11
+0.0000002381689228
+ 21
+1.800001269049403
+ 31
+230.4
+ 12
+1.800005884046639
+ 22
+26.60000155552348
+ 32
+230.4
+ 13
+0.0000002381689228
+ 23
+24.80000155552398
+ 33
+230.4
+  0
+ENDBLK
+  5
+15E52
+330
+15E4D
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+167B5
+330
+1679E
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+A$C794D45F8
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+A$C794D45F8
+  1
+
+  0
+LWPOLYLINE
+  5
+1679F
+330
+1679E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 38
+921.6000000000001
+ 10
+0.0000018950488538
+ 20
+42.57175601668538
+ 10
+71.25702045410367
+ 20
+42.57175601668538
+ 10
+71.25702620810876
+ 20
+0.0000016676592338
+ 10
+0.0000076490539413
+ 20
+0.0000016676592338
+  0
+LWPOLYLINE
+  5
+167A0
+330
+1679E
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 38
+921.6000000000001
+ 10
+0.0000076490539413
+ 20
+0.0000016676592338
+ 10
+71.25702045410367
+ 20
+0.0000016676592338
+ 10
+71.25702045410367
+ 20
+42.57175601668538
+ 10
+0.0000076490539413
+ 20
+42.57175601668538
+  0
+SOLID
+  5
+167A1
+330
+1679E
+100
+AcDbEntity
+  8
+0
+100
+AcDbTrace
+ 10
+0.0000076490539413
+ 20
+0.0000016676592338
+ 30
+921.6000000000001
+ 11
+71.25702045410367
+ 21
+0.0000016676592338
+ 31
+921.6000000000001
+ 12
+0.0000018950488538
+ 22
+42.57175601668538
+ 32
+921.6000000000001
+ 13
+71.25702045410367
+ 23
+42.57175601668538
+ 33
+921.6000000000001
+  0
+SOLID
+  5
+167A2
+330
+1679E
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+0.0000167250541949
+ 20
+0.0000022243195588
+ 30
+1152.0
+ 11
+1.800016725054376
+ 21
+1.800002224319513
+ 31
+1152.0
+ 12
+0.0000088425166496
+ 22
+42.57175778694349
+ 32
+1152.0
+ 13
+1.800016725054376
+ 23
+40.57175778694349
+ 33
+1152.0
+  0
+LINE
+  5
+167A3
+330
+1679E
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+31.61681643715463
+ 20
+0.0242070277691653
+ 30
+950.1599999999998
+ 11
+44.11181643715543
+ 21
+0.0000006961473389
+ 31
+950.1599999999999
+  0
+SOLID
+  5
+167A4
+330
+1679E
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+0.0000076490539413
+ 20
+0.0000016676592338
+ 30
+921.6000000000001
+ 11
+71.25702045410367
+ 21
+0.0000016676592338
+ 31
+921.6000000000001
+ 12
+1.800016725054376
+ 22
+1.800002224319513
+ 32
+921.6000000000001
+ 13
+69.95959194731
+ 23
+1.999999030549673
+ 33
+921.6000000000001
+  0
+SOLID
+  5
+167A5
+330
+1679E
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+71.25702045410367
+ 20
+0.0000016676592338
+ 30
+921.6000000000001
+ 11
+69.95959194731
+ 21
+1.999999030549673
+ 31
+921.6000000000001
+ 12
+71.25702045410367
+ 22
+42.57175601668538
+ 32
+921.6000000000001
+ 13
+70.00000061476915
+ 23
+40.57175220415293
+ 33
+921.6000000000001
+  0
+SOLID
+  5
+167A6
+330
+1679E
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+1.800016725054376
+ 20
+40.57175778694349
+ 30
+921.6000000000001
+ 11
+70.00000061476915
+ 21
+40.57175220415293
+ 31
+921.6000000000001
+ 12
+0.0000088425166496
+ 22
+42.57175778694349
+ 32
+921.6000000000001
+ 13
+71.25702045410367
+ 23
+42.57175601668538
+ 33
+921.6000000000001
+  0
+TEXT
+  5
+167A7
+330
+1679E
+100
+AcDbEntity
+  8
+TEXTE
+ 62
+     7
+100
+AcDbText
+ 10
+14.12374454938949
+ 20
+25.99999788411933
+ 30
+691.1999999999997
+ 40
+11.0
+  1
+H7102
+ 72
+     1
+ 11
+37.04041121605616
+ 21
+25.99999788411933
+ 31
+691.1999999999997
+100
+AcDbText
+  0
+INSERT
+  5
+167A8
+330
+1679E
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Equtor
+ 10
+5.000004098845463
+ 20
+20.99999788411933
+ 30
+691.1999999999997
+ 41
+62.0
+ 42
+-16.0
+ 43
+62.0
+  0
+ATTRIB
+  5
+167A9
+330
+167A8
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+5.000004098845463
+ 20
+20.99999788411933
+ 30
+691.1999999999997
+ 40
+1.6
+  1
+H7102
+ 41
+3.874999999999998
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+167AA
+330
+167A8
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+5.000004098845463
+ 20
+20.99999788411933
+ 30
+691.1999999999997
+ 40
+1.6
+  1
+MARCHE
+ 41
+3.874999999999998
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+EQU-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+167AB
+330
+167A8
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+5.000004098845463
+ 20
+20.99999788411933
+ 30
+691.1999999999997
+ 40
+1.6
+  1
+10
+ 41
+3.874999999999998
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+167AC
+330
+167A8
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+5.000004098845463
+ 20
+20.99999788411933
+ 30
+691.1999999999997
+ 40
+1.6
+  1
+ARRETEE
+ 41
+3.874999999999998
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+EQU-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+167AD
+330
+167A8
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+5.000004098845463
+ 20
+20.99999788411933
+ 30
+691.1999999999997
+ 40
+1.6
+  1
+12
+ 41
+3.874999999999998
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+167AE
+330
+167A8
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+5.000004098845463
+ 20
+20.99999788411933
+ 30
+691.1999999999997
+ 40
+1.6
+  1
+9
+ 41
+3.874999999999998
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+167AF
+330
+167A8
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+5.000004098845463
+ 20
+20.99999788411933
+ 30
+691.1999999999997
+ 40
+1.6
+  1
+0
+ 41
+3.874999999999998
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+167B0
+330
+167A8
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+5.000004098845463
+ 20
+20.99999788411933
+ 30
+691.1999999999997
+ 40
+1.6
+  1
+0
+ 41
+3.874999999999998
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+167B1
+330
+167A8
+100
+AcDbEntity
+  8
+0
+  0
+LWPOLYLINE
+  5
+167B2
+330
+1679E
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 38
+921.6000000000001
+ 10
+0.0000018950488538
+ 20
+42.57175601668538
+ 10
+71.25702620810876
+ 20
+42.57175601668538
+ 10
+71.25702620810876
+ 20
+0.0000016676592338
+ 10
+0.0000018950488538
+ 20
+0.0000016676592338
+  0
+ENDBLK
+  5
+167B6
+330
+1679E
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+16EB6
+330
+16E9C
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+A$C7D117141
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+A$C7D117141
+  1
+
+  0
+TEXT
+  5
+16E9D
+330
+16E9C
+100
+AcDbEntity
+  8
+TEXTE
+ 62
+     7
+100
+AcDbText
+ 10
+189.8377658722774
+ 20
+68.23423017951482
+ 30
+0.0
+ 40
+8.0
+  1
+TT7102
+100
+AcDbText
+  0
+INSERT
+  5
+16E9E
+330
+16E9C
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Valnum
+ 10
+190.8377658722774
+ 20
+55.88201042787352
+ 30
+0.0
+ 41
+1.199999999999999
+ 42
+1.199999999999999
+ 43
+1.5
+  0
+ATTRIB
+  5
+16E9F
+330
+16E9E
+100
+AcDbEntity
+  8
+IMG027
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+243.6377658722774
+ 20
+55.88201042787352
+ 30
+0.0
+ 40
+9.599999999999999
+  1
+TT7102
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+16EA0
+330
+16E9E
+100
+AcDbEntity
+  8
+IMG027
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+243.6377658722774
+ 20
+55.88201042787352
+ 30
+0.0
+ 40
+9.599999999999999
+  1
+14
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+16EA1
+330
+16E9E
+100
+AcDbEntity
+  8
+IMG027
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+243.6377658722774
+ 20
+55.88201042787352
+ 30
+0.0
+ 40
+9.599999999999999
+  1
+0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+16EA2
+330
+16E9E
+100
+AcDbEntity
+  8
+0
+  0
+TEXT
+  5
+16EA3
+330
+16E9C
+100
+AcDbEntity
+  8
+TEXTE
+ 62
+     2
+100
+AcDbText
+ 10
+230.388353414265
+ 20
+56.77752695056007
+ 30
+0.0
+ 40
+8.0
+  1
+K
+100
+AcDbText
+  0
+SOLID
+  5
+16EA4
+330
+16E9C
+100
+AcDbEntity
+  8
+0
+100
+AcDbTrace
+ 10
+185.8377663685801
+ 20
+77.77752695056006
+ 30
+0.0
+ 11
+185.8377663685801
+ 21
+54.77752705822741
+ 31
+0.0
+ 12
+238.8377658722774
+ 22
+77.77752695056006
+ 32
+0.0
+ 13
+238.8377658722774
+ 23
+54.77752666408546
+ 33
+0.0
+  0
+SOLID
+  5
+16EA5
+330
+16E9C
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+185.8377663685801
+ 20
+77.77752695056006
+ 30
+230.4
+ 11
+238.8377658722774
+ 21
+77.77752695056006
+ 31
+230.4
+ 12
+184.0377663685801
+ 22
+79.57752695055956
+ 32
+230.4
+ 13
+240.6377629952764
+ 23
+79.57751842770767
+ 33
+230.4
+  0
+SOLID
+  5
+16EA6
+330
+16E9C
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+184.0377663685801
+ 20
+52.97752705822745
+ 30
+0.0
+ 11
+185.8377663685801
+ 21
+54.77752705822741
+ 31
+0.0
+ 12
+184.0377663685801
+ 22
+79.57752695055956
+ 32
+0.0
+ 13
+185.8377663685801
+ 23
+77.77752695056006
+ 33
+0.0
+  0
+SOLID
+  5
+16EA7
+330
+16E9C
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+184.0377663405499
+ 20
+52.97752264730786
+ 30
+0.0
+ 11
+240.6377698890553
+ 21
+52.97752264730786
+ 31
+0.0
+ 12
+185.83776634055
+ 22
+54.77752264730781
+ 32
+0.0
+ 13
+238.8377658722774
+ 23
+54.77752666408546
+ 33
+0.0
+  0
+SOLID
+  5
+16EA8
+330
+16E9C
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+240.6377658722776
+ 20
+52.97752666408553
+ 30
+230.4
+ 11
+238.8377658722774
+ 21
+54.77752666408546
+ 31
+230.4
+ 12
+240.6377715181552
+ 22
+79.57752695055956
+ 32
+230.4
+ 13
+238.8377658722774
+ 23
+77.77752695056006
+ 33
+230.4
+  0
+LWPOLYLINE
+  5
+16EA9
+330
+16E9C
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 38
+230.4
+ 10
+184.0377648252358
+ 20
+79.57753081447093
+ 10
+240.6377614519301
+ 20
+79.57753081447093
+ 10
+240.6377672059352
+ 20
+52.977531782156
+ 10
+184.0377705792409
+ 20
+52.977531782156
+  0
+INSERT
+  5
+16EAA
+330
+16E9C
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Equtor
+ 10
+0.0000006854947401
+ 20
+-0.0000011117381291
+ 30
+2764.800000000001
+ 41
+32.00000000000006
+ 42
+8.999999439572206
+ 43
+32.00000000000006
+  0
+ATTRIB
+  5
+16EAB
+330
+16EAA
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0000006854947401
+ 20
+-0.0000011117381291
+ 30
+2764.800000000001
+ 40
+0.8999999439572206
+  1
+FV7103
+ 41
+3.555555776959148
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+16EAC
+330
+16EAA
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0000006854947401
+ 20
+-0.0000011117381291
+ 30
+2764.800000000001
+ 40
+0.8999999439572206
+  1
+OUVERTE
+ 41
+3.555555776959148
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+EQU-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+16EAD
+330
+16EAA
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0000006854947401
+ 20
+-0.0000011117381291
+ 30
+2764.800000000001
+ 40
+0.8999999439572206
+  1
+10
+ 41
+3.555555776959148
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+16EAE
+330
+16EAA
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0000006854947401
+ 20
+-0.0000011117381291
+ 30
+2764.800000000001
+ 40
+0.8999999439572206
+  1
+FERMEE
+ 41
+3.555555776959148
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+EQU-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+16EAF
+330
+16EAA
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0000006854947401
+ 20
+-0.0000011117381291
+ 30
+2764.800000000001
+ 40
+0.8999999439572206
+  1
+12
+ 41
+3.555555776959148
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+16EB0
+330
+16EAA
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0000006854947401
+ 20
+-0.0000011117381291
+ 30
+2764.800000000001
+ 40
+0.8999999439572206
+  1
+0
+ 41
+3.555555776959148
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+16EB1
+330
+16EAA
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0000006854947401
+ 20
+-0.0000011117381291
+ 30
+2764.800000000001
+ 40
+0.8999999439572206
+  1
+0
+ 41
+3.555555776959148
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+16EB2
+330
+16EAA
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0000006854947401
+ 20
+-0.0000011117381291
+ 30
+2764.800000000001
+ 40
+0.8999999439572206
+  1
+0
+ 41
+3.555555776959148
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+16EB3
+330
+16EAA
+100
+AcDbEntity
+  8
+0
+  0
+ENDBLK
+  5
+16EB7
+330
+16E9C
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+173C6
+330
+173BD
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+Bargraphe
+ 70
+     2
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+Bargraphe
+  1
+
+  0
+ATTDEF
+  5
+173BE
+330
+173BD
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+ 40
+0.1
+  1
+TTxx
+  7
+DOM1
+100
+AcDbAttributeDefinition
+280
+     0
+  3
+NOM variable
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTDEF
+  5
+173BF
+330
+173BD
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+ 40
+0.1
+  1
+0
+  7
+DOM1
+100
+AcDbAttributeDefinition
+280
+     0
+  3
+Mini physique
+  2
+MINI
+ 70
+     1
+280
+     0
+  0
+ATTDEF
+  5
+173C0
+330
+173BD
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+ 40
+0.1
+  1
+100
+  7
+DOM1
+100
+AcDbAttributeDefinition
+280
+     0
+  3
+Maxi physique
+  2
+MAXI
+ 70
+     1
+280
+     0
+  0
+ATTDEF
+  5
+173C1
+330
+173BD
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+ 40
+0.1
+  1
+0
+  7
+DOM1
+100
+AcDbAttributeDefinition
+280
+     0
+  3
+Sens(0=B->H,1=H->B,2=G->D,3=D->G)
+  2
+SENS
+ 70
+     1
+280
+     0
+  0
+ATTDEF
+  5
+173C2
+330
+173BD
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+ 40
+0.1
+  1
+0
+  7
+DOM1
+100
+AcDbAttributeDefinition
+280
+     0
+  3
+Logarithmique(1=OUI, 0=NON)
+  2
+LOG
+ 70
+     1
+280
+     0
+  0
+ATTDEF
+  5
+173C3
+330
+173BD
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+ 40
+0.1
+  1
+14
+  7
+DOM1
+100
+AcDbAttributeDefinition
+280
+     0
+  3
+Coul(0=N,1=Blu,2=V,3=Cy,4=R,5=M,6=Br,7=G-c,8=G-f,9=Bl-c,10=V-c,11=Cy-c,12=R-c,13=M-c,14=J,15=Blc)
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTDEF
+  5
+173C4
+330
+173BD
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+ 40
+0.1
+  1
+0
+  7
+DOM1
+100
+AcDbAttributeDefinition
+280
+     0
+  3
+Coulf(0=N,1=Blu,2=V,3=Cy,4=R,5=M,6=Br,7=G-c,8=G-f,9=Bl-c,10=V-c,11=Cy-c,12=R-c,13=M-c,14=J,15=Blc)
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+SOLID
+  5
+173C5
+330
+173BD
+100
+AcDbEntity
+  8
+IMG134
+ 62
+   134
+100
+AcDbTrace
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+ 11
+0.0
+ 21
+1.0
+ 31
+0.0
+ 12
+1.0
+ 22
+0.0
+ 32
+0.0
+ 13
+1.0
+ 23
+1.0
+ 33
+0.0
+  0
+ENDBLK
+  5
+173C7
+330
+173BD
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+17690
+330
+17687
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+A$C74052F46
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+A$C74052F46
+  1
+
+  0
+INSERT
+  5
+17688
+330
+17687
+100
+AcDbEntity
+  8
+0
+ 62
+     9
+100
+AcDbBlockReference
+ 66
+     1
+  2
+palet
+ 10
+0.1217301796200445
+ 20
+2.765649132750809
+ 30
+-28.9114261271681
+  0
+ATTRIB
+  5
+17689
+330
+17688
+100
+AcDbEntity
+  8
+IMG009
+ 62
+     9
+100
+AcDbText
+ 10
+0.1217301796200445
+ 20
+2.765649132750809
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+FV7121
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1768A
+330
+17688
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.1217301796200445
+ 20
+2.765649132750809
+ 30
+-28.9114261271681
+ 40
+6.0
+  1
+62
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1768B
+330
+17688
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.1217301796200445
+ 20
+2.765649132750809
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+10
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1768C
+330
+17688
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.1217301796200445
+ 20
+2.765649132750809
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+12
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+1768D
+330
+17688
+100
+AcDbEntity
+  8
+0
+  0
+ENDBLK
+  5
+17691
+330
+17687
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+1771B
+330
+17712
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+A$C17580B20
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+A$C17580B20
+  1
+
+  0
+INSERT
+  5
+17713
+330
+17712
+100
+AcDbEntity
+  8
+0
+ 62
+     9
+100
+AcDbBlockReference
+ 66
+     1
+  2
+palet
+ 10
+0.121731155595171
+ 20
+2.765649160045541
+ 30
+-93.5228522543362
+  0
+ATTRIB
+  5
+17714
+330
+17713
+100
+AcDbEntity
+  8
+IMG009
+ 62
+     9
+100
+AcDbText
+ 10
+0.121731155595171
+ 20
+2.765649160045541
+ 30
+-93.5228522543362
+ 40
+8.0
+  1
+LCV7253#0[0]
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+17715
+330
+17713
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.121731155595171
+ 20
+2.765649160045541
+ 30
+-93.5228522543362
+ 40
+6.0
+  1
+61
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+17716
+330
+17713
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.121731155595171
+ 20
+2.765649160045541
+ 30
+-93.5228522543362
+ 40
+8.0
+  1
+10
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+17717
+330
+17713
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.121731155595171
+ 20
+2.765649160045541
+ 30
+-93.5228522543362
+ 40
+8.0
+  1
+
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+17718
+330
+17713
+100
+AcDbEntity
+  8
+0
+  0
+ENDBLK
+  5
+1771C
+330
+17712
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+17A37
+330
+17A2A
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+A$C2B4178E8
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+A$C2B4178E8
+  1
+
+  0
+INSERT
+  5
+17A2B
+330
+17A2A
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Jbutton
+ 10
+0.0000021757095965
+ 20
+-0.000000751543439
+ 30
+0.0
+ 41
+120.0
+ 42
+32.0
+ 43
+80.0
+  0
+ATTRIB
+  5
+17A2C
+330
+17A2B
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+21.10616207086031
+ 20
+-0.000000751543439
+ 30
+0.0
+ 40
+3.2
+  1
+_F1
+ 41
+3.749999999999998
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COMMANDE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+17A2D
+330
+17A2B
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0000021757095965
+ 20
+-0.000000751543439
+ 30
+0.0
+ 40
+3.2
+  1
+
+ 41
+3.749999999999998
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+17A2E
+330
+17A2B
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+9.357800340847193
+ 20
+-0.000000751543439
+ 30
+0.0
+ 40
+3.2
+  1
+8
+ 41
+3.749999999999998
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+17A2F
+330
+17A2B
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+9.357800340847193
+ 20
+-0.000000751543439
+ 30
+0.0
+ 40
+3.2
+  1
+8
+ 41
+3.749999999999998
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+17A30
+330
+17A2B
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+9.349936644910117
+ 20
+-0.000000751543439
+ 30
+0.0
+ 40
+3.2
+  1
+0
+ 41
+3.749999999999998
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CONFIRM
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+17A31
+330
+17A2B
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0000021757095965
+ 20
+-0.000000751543439
+ 30
+0.0
+ 40
+3.2
+  1
+
+ 41
+3.749999999999998
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+17A32
+330
+17A2B
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0000021757095965
+ 20
+-0.000000751543439
+ 30
+0.0
+ 40
+3.2
+  1
+
+ 41
+3.749999999999998
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+17A33
+330
+17A2B
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+98.17824595028364
+ 20
+-0.000000751543439
+ 30
+0.0
+ 40
+3.2
+  1
+Zone Supratech
+ 41
+3.749999999999998
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+TEXTE
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+17A34
+330
+17A2B
+100
+AcDbEntity
+  8
+0
+  0
+ENDBLK
+  5
+17A38
+330
+17A2A
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+17B7E
+330
+17B7D
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+VR
+ 70
+     0
+ 10
+200.75
+ 20
+232.25
+ 30
+0.0
+  3
+VR
+  1
+
+  0
+ARC
+  5
+17B7F
+330
+17B7D
+100
+AcDbEntity
+  8
+0
+100
+AcDbCircle
+ 10
+200.75
+ 20
+234.5
+ 30
+0.0
+ 40
+1.875
+100
+AcDbArc
+ 50
+0.0
+ 51
+180.0
+  0
+LINE
+  5
+17B80
+330
+17B7D
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+198.875
+ 20
+234.5
+ 30
+0.0
+ 11
+202.625
+ 21
+234.5
+ 31
+0.0
+  0
+LINE
+  5
+17B81
+330
+17B7D
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+200.75
+ 20
+234.5
+ 30
+0.0
+ 11
+200.75
+ 21
+232.25
+ 31
+0.0
+  0
+LINE
+  5
+17B82
+330
+17B7D
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+198.5
+ 20
+231.125
+ 30
+0.0
+ 11
+198.5
+ 21
+233.375
+ 31
+0.0
+  0
+LINE
+  5
+17B83
+330
+17B7D
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+198.5
+ 20
+233.375
+ 30
+0.0
+ 11
+203.0
+ 21
+231.125
+ 31
+0.0
+  0
+LINE
+  5
+17B84
+330
+17B7D
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+203.0
+ 20
+231.125
+ 30
+0.0
+ 11
+203.0
+ 21
+233.375
+ 31
+0.0
+  0
+LINE
+  5
+17B85
+330
+17B7D
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+203.0
+ 20
+233.375
+ 30
+0.0
+ 11
+198.5
+ 21
+231.125
+ 31
+0.0
+  0
+ENDBLK
+  5
+17B86
+330
+17B7D
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+18B74
+330
+18B64
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+A$C6C27455B
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+A$C6C27455B
+  1
+
+  0
+TEXT
+  5
+18B65
+330
+18B64
+100
+AcDbEntity
+  8
+TEXTE
+ 62
+     7
+100
+AcDbText
+ 10
+17.99999695832702
+ 20
+16.01052059817039
+ 30
+460.8
+ 40
+8.0
+  1
+FT10
+100
+AcDbText
+  0
+INSERT
+  5
+18B66
+330
+18B64
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Valnum
+ 10
+3.832029849713022
+ 20
+3.658300846529073
+ 30
+460.8
+ 41
+1.199999999999999
+ 42
+1.199999999999999
+ 43
+1.5
+  0
+ATTRIB
+  5
+18B67
+330
+18B66
+100
+AcDbEntity
+  8
+IMG027
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+56.63202984971297
+ 20
+3.658300846529073
+ 30
+460.8
+ 40
+9.599999999999999
+  1
+FT10:FLOW
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+18B68
+330
+18B66
+100
+AcDbEntity
+  8
+IMG027
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+56.63202984971297
+ 20
+3.658300846529073
+ 30
+460.8
+ 40
+9.599999999999999
+  1
+14
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+18B69
+330
+18B66
+100
+AcDbEntity
+  8
+IMG027
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+56.63202984971297
+ 20
+3.658300846529073
+ 30
+460.8
+ 40
+9.599999999999999
+  1
+0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+18B6A
+330
+18B66
+100
+AcDbEntity
+  8
+0
+  0
+TEXT
+  5
+18B6B
+330
+18B64
+100
+AcDbEntity
+  8
+TEXTE
+ 62
+     2
+100
+AcDbText
+ 10
+36.27052324171672
+ 20
+4.553817369215494
+ 30
+460.8
+ 40
+8.0
+  1
+m3/h
+100
+AcDbText
+  0
+SOLID
+  5
+18B6C
+330
+18B64
+100
+AcDbEntity
+  8
+0
+100
+AcDbTrace
+ 10
+1.800000434247465
+ 20
+25.5538173692155
+ 30
+691.2
+ 11
+1.800000434247465
+ 21
+2.55381747688284
+ 31
+691.2
+ 12
+60.52363215595796
+ 22
+25.5538173692155
+ 32
+691.2
+ 13
+60.52363215595796
+ 23
+2.553829469504306
+ 33
+691.2
+  0
+SOLID
+  5
+18B6D
+330
+18B64
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+1.800000434247465
+ 20
+25.5538173692155
+ 30
+691.2
+ 11
+60.52363215595796
+ 21
+25.5538173692155
+ 31
+691.2
+ 12
+0.0000004342472835
+ 22
+27.35381736921522
+ 32
+691.2
+ 13
+62.32362927895696
+ 23
+27.35382123312661
+ 33
+691.2
+  0
+SOLID
+  5
+18B6E
+330
+18B64
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+0.0000004342472835
+ 20
+0.7538174768831141
+ 30
+460.8
+ 11
+1.800000434247465
+ 21
+2.55381747688284
+ 31
+460.8
+ 12
+0.0000004342472835
+ 22
+27.35381736921522
+ 32
+460.8
+ 13
+1.800000434247465
+ 23
+25.5538173692155
+ 33
+460.8
+  0
+SOLID
+  5
+18B6F
+330
+18B64
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+0.0000004062171115
+ 20
+0.7538130659634135
+ 30
+691.2
+ 11
+62.32363215595814
+ 21
+0.7538294695043533
+ 31
+691.2
+ 12
+1.800000406217293
+ 22
+2.553813065963366
+ 32
+691.2
+ 13
+60.52363215595796
+ 23
+2.553829469504306
+ 33
+691.2
+  0
+SOLID
+  5
+18B70
+330
+18B64
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+62.32363215595814
+ 20
+0.7538294695043533
+ 30
+691.2
+ 11
+60.52363215595796
+ 21
+2.553829469504306
+ 31
+691.2
+ 12
+62.32363780183567
+ 22
+27.35382975597827
+ 32
+691.2
+ 13
+60.52363215595796
+ 23
+25.553829755979
+ 33
+691.2
+  0
+LWPOLYLINE
+  5
+18B71
+330
+18B64
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 38
+691.2
+ 10
+-0.0000011090970133
+ 20
+27.35382123312661
+ 10
+62.32362927895696
+ 20
+27.35382123312661
+ 10
+62.32363503296205
+ 20
+0.7538222008115554
+ 10
+0.0000046449080742
+ 20
+0.7538222008115554
+  0
+ENDBLK
+  5
+18B75
+330
+18B64
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+18D99
+330
+18D8A
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+A$C2D1E65A0
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+A$C2D1E65A0
+  1
+
+  0
+LINE
+  5
+18D8B
+330
+18D8A
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 39
+4.0
+ 10
+23.99999728659805
+ 20
+-0.0000020725722152
+ 30
+0.0
+ 11
+-0.0000027134019547
+ 21
+5.999997927427783
+ 31
+0.0
+  0
+LINE
+  5
+18D8C
+330
+18D8A
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 39
+4.0
+ 10
+-0.0000027134019547
+ 20
+5.999997927427783
+ 30
+0.0
+ 11
+23.99999728659805
+ 21
+11.99999792742778
+ 31
+0.0
+  0
+LINE
+  5
+18D8D
+330
+18D8A
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 39
+4.0
+ 10
+63.99999728659804
+ 20
+3.999997927427727
+ 30
+0.0
+ 11
+63.99999728659804
+ 21
+7.999997927427727
+ 31
+0.0
+  0
+SOLID
+  5
+18D8E
+330
+18D8A
+100
+AcDbEntity
+  8
+0
+ 62
+    15
+100
+AcDbTrace
+ 10
+-0.0000027134019547
+ 20
+5.999997927427783
+ 30
+0.0
+ 11
+23.99999728659805
+ 21
+-0.0000020725722152
+ 31
+0.0
+ 12
+-0.0000027134019547
+ 22
+5.999997927427783
+ 32
+0.0
+ 13
+23.99999728659805
+ 23
+11.99999792742778
+ 33
+0.0
+  0
+SOLID
+  5
+18D8F
+330
+18D8A
+100
+AcDbEntity
+  8
+0
+ 62
+    15
+100
+AcDbTrace
+ 10
+63.9999969506989
+ 20
+7.999997623948445
+ 30
+0.0
+ 11
+23.99999728659805
+ 21
+7.999996879040735
+ 31
+0.0
+ 12
+63.99999728659804
+ 22
+3.999997927427727
+ 32
+0.0
+ 13
+23.99999728659805
+ 23
+3.999996893492095
+ 33
+0.0
+  0
+LINE
+  5
+18D90
+330
+18D8A
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+63.99999728659804
+ 20
+3.999997927427727
+ 30
+0.0
+ 11
+23.99999728659805
+ 21
+3.999996893492095
+ 31
+0.0
+  0
+LINE
+  5
+18D91
+330
+18D8A
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+23.99999728659805
+ 20
+3.999996893492095
+ 30
+0.0
+ 11
+23.99999728659805
+ 21
+-0.0000020725722152
+ 31
+0.0
+  0
+LINE
+  5
+18D92
+330
+18D8A
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+23.99999728659805
+ 20
+-0.0000020725722152
+ 30
+0.0
+ 11
+-0.0000027134019547
+ 21
+5.999997927427783
+ 31
+0.0
+  0
+LINE
+  5
+18D93
+330
+18D8A
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+-0.0000027134019547
+ 20
+5.999997927427783
+ 30
+0.0
+ 11
+23.99999728659805
+ 21
+11.99999792742778
+ 31
+0.0
+  0
+LINE
+  5
+18D94
+330
+18D8A
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+23.99999728659805
+ 20
+11.99999792742778
+ 30
+0.0
+ 11
+23.99999728659805
+ 21
+7.999996879040735
+ 31
+0.0
+  0
+LINE
+  5
+18D95
+330
+18D8A
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+23.99999728659805
+ 20
+7.999996879040735
+ 30
+0.0
+ 11
+63.9999969506989
+ 21
+7.999997623948445
+ 31
+0.0
+  0
+LINE
+  5
+18D96
+330
+18D8A
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+63.9999969506989
+ 20
+7.999997623948445
+ 30
+0.0
+ 11
+63.99999728659804
+ 21
+3.999997927427727
+ 31
+0.0
+  0
+ENDBLK
+  5
+18D9A
+330
+18D8A
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+18E30
+330
+18E21
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+A$C49107310
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+A$C49107310
+  1
+
+  0
+LINE
+  5
+18E22
+330
+18E21
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 39
+4.0
+ 10
+23.99999728659805
+ 20
+-0.0000020725722152
+ 30
+0.0
+ 11
+-0.0000027134019547
+ 21
+5.999997927427783
+ 31
+0.0
+  0
+LINE
+  5
+18E23
+330
+18E21
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 39
+4.0
+ 10
+-0.0000027134019547
+ 20
+5.999997927427783
+ 30
+0.0
+ 11
+23.99999728659805
+ 21
+11.99999792742778
+ 31
+0.0
+  0
+LINE
+  5
+18E24
+330
+18E21
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 39
+4.0
+ 10
+63.99999728659804
+ 20
+3.999997927427727
+ 30
+0.0
+ 11
+63.99999728659804
+ 21
+7.999997927427727
+ 31
+0.0
+  0
+SOLID
+  5
+18E25
+330
+18E21
+100
+AcDbEntity
+  8
+0
+ 62
+    15
+100
+AcDbTrace
+ 10
+-0.0000027134019547
+ 20
+5.999997927427783
+ 30
+0.0
+ 11
+23.99999728659805
+ 21
+-0.0000020725722152
+ 31
+0.0
+ 12
+-0.0000027134019547
+ 22
+5.999997927427783
+ 32
+0.0
+ 13
+23.99999728659805
+ 23
+11.99999792742778
+ 33
+0.0
+  0
+SOLID
+  5
+18E26
+330
+18E21
+100
+AcDbEntity
+  8
+0
+ 62
+    15
+100
+AcDbTrace
+ 10
+63.9999969506989
+ 20
+7.999997623948445
+ 30
+0.0
+ 11
+23.99999728659805
+ 21
+7.999996879040735
+ 31
+0.0
+ 12
+63.99999728659804
+ 22
+3.999997927427727
+ 32
+0.0
+ 13
+23.99999728659805
+ 23
+3.999996893492095
+ 33
+0.0
+  0
+LINE
+  5
+18E27
+330
+18E21
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+63.99999728659804
+ 20
+3.999997927427727
+ 30
+0.0
+ 11
+23.99999728659805
+ 21
+3.999996893492095
+ 31
+0.0
+  0
+LINE
+  5
+18E28
+330
+18E21
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+23.99999728659805
+ 20
+3.999996893492095
+ 30
+0.0
+ 11
+23.99999728659805
+ 21
+-0.0000020725722152
+ 31
+0.0
+  0
+LINE
+  5
+18E29
+330
+18E21
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+23.99999728659805
+ 20
+-0.0000020725722152
+ 30
+0.0
+ 11
+-0.0000027134019547
+ 21
+5.999997927427783
+ 31
+0.0
+  0
+LINE
+  5
+18E2A
+330
+18E21
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+-0.0000027134019547
+ 20
+5.999997927427783
+ 30
+0.0
+ 11
+23.99999728659805
+ 21
+11.99999792742778
+ 31
+0.0
+  0
+LINE
+  5
+18E2B
+330
+18E21
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+23.99999728659805
+ 20
+11.99999792742778
+ 30
+0.0
+ 11
+23.99999728659805
+ 21
+7.999996879040735
+ 31
+0.0
+  0
+LINE
+  5
+18E2C
+330
+18E21
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+23.99999728659805
+ 20
+7.999996879040735
+ 30
+0.0
+ 11
+63.9999969506989
+ 21
+7.999997623948445
+ 31
+0.0
+  0
+LINE
+  5
+18E2D
+330
+18E21
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+63.9999969506989
+ 20
+7.999997623948445
+ 30
+0.0
+ 11
+63.99999728659804
+ 21
+3.999997927427727
+ 31
+0.0
+  0
+ENDBLK
+  5
+18E31
+330
+18E21
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+193DA
+330
+193CB
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+A$C1F504396
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+A$C1F504396
+  1
+
+  0
+LINE
+  5
+193CC
+330
+193CB
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 39
+4.0
+ 10
+-0.0000009437158042
+ 20
+40.00000144679893
+ 30
+4.0
+ 11
+5.999999056284194
+ 21
+64.00000144679892
+ 31
+4.0
+  0
+LINE
+  5
+193CD
+330
+193CB
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 39
+4.0
+ 10
+5.999999056284194
+ 20
+64.00000144679892
+ 30
+4.0
+ 11
+11.99999905628419
+ 21
+40.00000144679893
+ 31
+4.0
+  0
+LINE
+  5
+193CE
+330
+193CB
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 39
+4.0
+ 10
+3.999999056284194
+ 20
+0.0000014467989331
+ 30
+4.0
+ 11
+7.999999056284194
+ 21
+0.0000014467989331
+ 31
+4.0
+  0
+SOLID
+  5
+193CF
+330
+193CB
+100
+AcDbEntity
+  8
+0
+ 62
+    15
+100
+AcDbTrace
+ 10
+5.999999056284194
+ 20
+64.00000144679892
+ 30
+4.0
+ 11
+-0.0000009437158042
+ 21
+40.00000144679893
+ 31
+4.0
+ 12
+5.999999056284194
+ 22
+64.00000144679892
+ 32
+4.0
+ 13
+11.99999905628419
+ 23
+40.00000144679893
+ 33
+4.0
+  0
+SOLID
+  5
+193D0
+330
+193CB
+100
+AcDbEntity
+  8
+0
+ 62
+    15
+100
+AcDbTrace
+ 10
+7.999998752804912
+ 20
+0.0000017826980638
+ 30
+4.0
+ 11
+7.999998007897146
+ 21
+40.00000144679893
+ 31
+4.0
+ 12
+3.999999056284194
+ 22
+0.0000014467989331
+ 32
+4.0
+ 13
+3.999998022348563
+ 23
+40.00000144679893
+ 33
+4.0
+  0
+LINE
+  5
+193D1
+330
+193CB
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+3.999999056284194
+ 20
+0.0000014467989331
+ 30
+4.0
+ 11
+3.999998022348563
+ 21
+40.00000144679893
+ 31
+4.0
+  0
+LINE
+  5
+193D2
+330
+193CB
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+3.999998022348563
+ 20
+40.00000144679893
+ 30
+4.0
+ 11
+-0.0000009437158042
+ 21
+40.00000144679893
+ 31
+4.0
+  0
+LINE
+  5
+193D3
+330
+193CB
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+-0.0000009437158042
+ 20
+40.00000144679893
+ 30
+4.0
+ 11
+5.999999056284194
+ 21
+64.00000144679892
+ 31
+4.0
+  0
+LINE
+  5
+193D4
+330
+193CB
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+5.999999056284194
+ 20
+64.00000144679892
+ 30
+4.0
+ 11
+11.99999905628419
+ 21
+40.00000144679893
+ 31
+4.0
+  0
+LINE
+  5
+193D5
+330
+193CB
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+11.99999905628419
+ 20
+40.00000144679893
+ 30
+4.0
+ 11
+7.999998007897146
+ 21
+40.00000144679893
+ 31
+4.0
+  0
+LINE
+  5
+193D6
+330
+193CB
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+7.999998007897146
+ 20
+40.00000144679893
+ 30
+4.0
+ 11
+7.999998752804912
+ 21
+0.0000017826980638
+ 31
+4.0
+  0
+LINE
+  5
+193D7
+330
+193CB
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+7.999998752804912
+ 20
+0.0000017826980638
+ 30
+4.0
+ 11
+3.999999056284194
+ 21
+0.0000014467989331
+ 31
+4.0
+  0
+ENDBLK
+  5
+193DB
+330
+193CB
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+194A4
+330
+1949B
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+A$C43DE0D95
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+A$C43DE0D95
+  1
+
+  0
+INSERT
+  5
+1949C
+330
+1949B
+100
+AcDbEntity
+  8
+0
+ 62
+     9
+100
+AcDbBlockReference
+ 66
+     1
+  2
+palet
+ 10
+0.121733992962163
+ 20
+2.75770360735646
+ 30
+-28.9114261271681
+  0
+ATTRIB
+  5
+1949D
+330
+1949C
+100
+AcDbEntity
+  8
+IMG009
+ 62
+     9
+100
+AcDbText
+ 10
+0.121733992962163
+ 20
+2.75770360735646
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+FV50:CMD
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1949E
+330
+1949C
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.121733992962163
+ 20
+2.75770360735646
+ 30
+-28.9114261271681
+ 40
+6.0
+  1
+74
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1949F
+330
+1949C
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.121733992962163
+ 20
+2.75770360735646
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+9
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+194A0
+330
+1949C
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.121733992962163
+ 20
+2.75770360735646
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+7
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+194A1
+330
+1949C
+100
+AcDbEntity
+  8
+0
+  0
+ENDBLK
+  5
+194A5
+330
+1949B
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+19644
+330
+1963B
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+A$C362F21FD
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+A$C362F21FD
+  1
+
+  0
+INSERT
+  5
+1963C
+330
+1963B
+100
+AcDbEntity
+  8
+0
+ 62
+    15
+100
+AcDbBlockReference
+ 66
+     1
+  2
+palet
+ 10
+0.1217315121884894
+ 20
+2.757702131144241
+ 30
+-28.9114261271681
+  0
+ATTRIB
+  5
+1963D
+330
+1963C
+100
+AcDbEntity
+  8
+IMG009
+ 62
+     9
+100
+AcDbText
+ 10
+0.1217315121884894
+ 20
+2.757702131144241
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+FV50:CMD
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1963E
+330
+1963C
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.1217315121884894
+ 20
+2.757702131144241
+ 30
+-28.9114261271681
+ 40
+6.0
+  1
+82
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1963F
+330
+1963C
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.1217315121884894
+ 20
+2.757702131144241
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+9
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+19640
+330
+1963C
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.1217315121884894
+ 20
+2.757702131144241
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+7
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+19641
+330
+1963C
+100
+AcDbEntity
+  8
+0
+  0
+ENDBLK
+  5
+19645
+330
+1963B
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+1C8FD
+330
+1C8F0
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+A$C51B40AF2
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+A$C51B40AF2
+  1
+
+  0
+INSERT
+  5
+1C8F1
+330
+1C8F0
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Jbutton
+ 10
+0.0000012500462674
+ 20
+0.000000431420176
+ 30
+0.0
+ 41
+144.0
+ 42
+29.0
+ 43
+144.0
+  0
+ATTRIB
+  5
+1C8F2
+330
+1C8F1
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0000012500462674
+ 20
+0.000000431420176
+ 30
+0.0
+ 40
+2.9
+  1
+PP10:SELECTED
+ 41
+4.965517241379308
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COMMANDE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1C8F3
+330
+1C8F1
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0000012500462674
+ 20
+0.000000431420176
+ 30
+0.0
+ 40
+2.9
+  1
+PP10:SELECTED
+ 41
+4.965517241379308
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1C8F4
+330
+1C8F1
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0000012500462674
+ 20
+0.000000431420176
+ 30
+0.0
+ 40
+2.9
+  1
+10
+ 41
+4.965517241379308
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1C8F5
+330
+1C8F1
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0000012500462674
+ 20
+0.000000431420176
+ 30
+0.0
+ 40
+2.9
+  1
+7
+ 41
+4.965517241379308
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1C8F6
+330
+1C8F1
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0000012500462674
+ 20
+0.000000431420176
+ 30
+0.0
+ 40
+2.9
+  1
+0
+ 41
+4.965517241379308
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CONFIRM
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1C8F7
+330
+1C8F1
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0000012500462674
+ 20
+0.000000431420176
+ 30
+0.0
+ 40
+2.9
+  1
+
+ 41
+4.965517241379308
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1C8F8
+330
+1C8F1
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0000012500462674
+ 20
+0.000000431420176
+ 30
+0.0
+ 40
+2.9
+  1
+
+ 41
+4.965517241379308
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1C8F9
+330
+1C8F1
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0000012500462674
+ 20
+0.000000431420176
+ 30
+0.0
+ 40
+2.9
+  1
+PP10 Selection
+ 41
+4.965517241379308
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+TEXTE
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+1C8FA
+330
+1C8F1
+100
+AcDbEntity
+  8
+0
+  0
+ENDBLK
+  5
+1C8FE
+330
+1C8F0
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+1D764
+330
+1D763
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbBlockBegin
+  2
+Tendance-3
+ 70
+     2
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+Tendance-3
+  1
+
+  0
+ATTDEF
+  5
+1D765
+330
+1D763
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+ 40
+0.1
+  1
+TTxx
+  7
+DOM1
+100
+AcDbAttributeDefinition
+280
+     0
+  3
+NOM variable
+  2
+SYMBOLE-1
+ 70
+     1
+280
+     0
+  0
+ATTDEF
+  5
+1D766
+330
+1D763
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+ 40
+0.1
+  1
+5
+  7
+DOM1
+100
+AcDbAttributeDefinition
+280
+     0
+  3
+Unite de tps en mn
+  2
+PERIODE
+ 70
+     1
+280
+     0
+  0
+ATTDEF
+  5
+1D767
+330
+1D763
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+ 40
+0.1
+  1
+1
+  7
+DOM1
+100
+AcDbAttributeDefinition
+280
+     0
+  3
+Coul(0=N,1=Blu,2=V,3=Cy,4=R,5=M,6=Br,7=G-c,8=G-f,9=Bl-c,10=V-c,11=Cy-c,12=R-c,13=M-c,14=J,15=Blc)
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTDEF
+  5
+1D768
+330
+1D763
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+ 40
+0.1
+  1
+0
+  7
+DOM1
+100
+AcDbAttributeDefinition
+280
+     0
+  3
+Echelle mini
+  2
+MINI-1
+ 70
+     1
+280
+     0
+  0
+ATTDEF
+  5
+1D769
+330
+1D763
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+ 40
+0.1
+  1
+100.0
+  7
+DOM1
+100
+AcDbAttributeDefinition
+280
+     0
+  3
+Echelle maxi
+  2
+MAXI-1
+ 70
+     1
+280
+     0
+  0
+ATTDEF
+  5
+1D76A
+330
+1D763
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+ 40
+0.1
+  1
+0
+  7
+DOM1
+100
+AcDbAttributeDefinition
+280
+     0
+  3
+Logarithmique(1=OUI, 0=NON)
+  2
+LOG-1
+ 70
+     1
+280
+     0
+  0
+ATTDEF
+  5
+1D76B
+330
+1D763
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+ 40
+0.1
+  1
+%
+  7
+DOM1
+100
+AcDbAttributeDefinition
+280
+     0
+  3
+Libellé Unité
+  2
+UNITE-1
+ 70
+     1
+280
+     0
+  0
+ATTDEF
+  5
+1D76C
+330
+1D763
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+ 40
+0.1
+  1
+
+  7
+DOM1
+100
+AcDbAttributeDefinition
+280
+     0
+  3
+NOM variable
+  2
+SYMBOLE-2
+ 70
+     1
+280
+     0
+  0
+ATTDEF
+  5
+1D76D
+330
+1D763
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+ 40
+0.1
+  1
+2
+  7
+DOM1
+100
+AcDbAttributeDefinition
+280
+     0
+  3
+Coul(0=N,1=Blu,2=V,3=Cy,4=R,5=M,6=Br,7=G-c,8=G-f,9=Bl-c,10=V-c,11=Cy-c,12=R-c,13=M-c,14=J,15=Blc)
+  2
+COUL-2
+ 70
+     1
+280
+     0
+  0
+ATTDEF
+  5
+1D76E
+330
+1D763
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+ 40
+0.1
+  1
+0
+  7
+DOM1
+100
+AcDbAttributeDefinition
+280
+     0
+  3
+Echelle mini
+  2
+MINI-2
+ 70
+     1
+280
+     0
+  0
+ATTDEF
+  5
+1D76F
+330
+1D763
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+ 40
+0.1
+  1
+100.0
+  7
+DOM1
+100
+AcDbAttributeDefinition
+280
+     0
+  3
+Echelle maxi
+  2
+MAXI-2
+ 70
+     1
+280
+     0
+  0
+ATTDEF
+  5
+1D770
+330
+1D763
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+ 40
+0.1
+  1
+0
+  7
+DOM1
+100
+AcDbAttributeDefinition
+280
+     0
+  3
+Logarithmique(1=OUI, 0=NON)
+  2
+LOG-2
+ 70
+     1
+280
+     0
+  0
+ATTDEF
+  5
+1D771
+330
+1D763
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+ 40
+0.1
+  1
+%
+  7
+DOM1
+100
+AcDbAttributeDefinition
+280
+     0
+  3
+Libellé Unité
+  2
+UNITE-2
+ 70
+     1
+280
+     0
+  0
+ATTDEF
+  5
+1D772
+330
+1D763
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+ 40
+0.1
+  1
+
+  7
+DOM1
+100
+AcDbAttributeDefinition
+280
+     0
+  3
+NOM variable
+  2
+SYMBOLE-3
+ 70
+     1
+280
+     0
+  0
+ATTDEF
+  5
+1D773
+330
+1D763
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+ 40
+0.1
+  1
+3
+  7
+DOM1
+100
+AcDbAttributeDefinition
+280
+     0
+  3
+Coul(0=N,1=Blu,2=V,3=Cy,4=R,5=M,6=Br,7=G-c,8=G-f,9=Bl-c,10=V-c,11=Cy-c,12=R-c,13=M-c,14=J,15=Blc)
+  2
+COUL-3
+ 70
+     1
+280
+     0
+  0
+ATTDEF
+  5
+1D774
+330
+1D763
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+ 40
+0.1
+  1
+0
+  7
+DOM1
+100
+AcDbAttributeDefinition
+280
+     0
+  3
+Echelle mini
+  2
+MINI-3
+ 70
+     1
+280
+     0
+  0
+ATTDEF
+  5
+1D775
+330
+1D763
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+ 40
+0.1
+  1
+100.0
+  7
+DOM1
+100
+AcDbAttributeDefinition
+280
+     0
+  3
+Echelle maxi
+  2
+MAXI-3
+ 70
+     1
+280
+     0
+  0
+ATTDEF
+  5
+1D776
+330
+1D763
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+ 40
+0.1
+  1
+0
+  7
+DOM1
+100
+AcDbAttributeDefinition
+280
+     0
+  3
+Logarithmique(1=OUI, 0=NON)
+  2
+LOG-3
+ 70
+     1
+280
+     0
+  0
+ATTDEF
+  5
+1D777
+330
+1D763
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+ 40
+0.1
+  1
+%
+  7
+DOM1
+100
+AcDbAttributeDefinition
+280
+     0
+  3
+Libellé Unité
+  2
+UNITE-3
+ 70
+     1
+280
+     0
+  0
+SOLID
+  5
+1D778
+330
+1D763
+100
+AcDbEntity
+  8
+IMG134
+ 62
+   134
+100
+AcDbTrace
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+ 11
+0.0
+ 21
+1.0
+ 31
+0.0
+ 12
+1.0
+ 22
+0.0
+ 32
+0.0
+ 13
+1.0
+ 23
+1.0
+ 33
+0.0
+  0
+ENDBLK
+  5
+1D779
+330
+1D763
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+1E632
+330
+1E625
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+A$C756D7104
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+A$C756D7104
+  1
+
+  0
+INSERT
+  5
+1E626
+330
+1E625
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Jbutton
+ 10
+0.0000017229135096
+ 20
+0.0000001234998308
+ 30
+0.0
+ 41
+144.0
+ 42
+29.0
+ 43
+144.0
+  0
+ATTRIB
+  5
+1E627
+330
+1E626
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0000017229135096
+ 20
+0.0000001234998308
+ 30
+0.0
+ 40
+2.9
+  1
+PP30:SELECTED
+ 41
+4.965517241379308
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COMMANDE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1E628
+330
+1E626
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0000017229135096
+ 20
+0.0000001234998308
+ 30
+0.0
+ 40
+2.9
+  1
+PP30:SELECTED
+ 41
+4.965517241379308
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1E629
+330
+1E626
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0000017229135096
+ 20
+0.0000001234998308
+ 30
+0.0
+ 40
+2.9
+  1
+10
+ 41
+4.965517241379308
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1E62A
+330
+1E626
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0000017229135096
+ 20
+0.0000001234998308
+ 30
+0.0
+ 40
+2.9
+  1
+7
+ 41
+4.965517241379308
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1E62B
+330
+1E626
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0000017229135096
+ 20
+0.0000001234998308
+ 30
+0.0
+ 40
+2.9
+  1
+0
+ 41
+4.965517241379308
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CONFIRM
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1E62C
+330
+1E626
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0000017229135096
+ 20
+0.0000001234998308
+ 30
+0.0
+ 40
+2.9
+  1
+
+ 41
+4.965517241379308
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1E62D
+330
+1E626
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0000017229135096
+ 20
+0.0000001234998308
+ 30
+0.0
+ 40
+2.9
+  1
+
+ 41
+4.965517241379308
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1E62E
+330
+1E626
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0000017229135096
+ 20
+0.0000001234998308
+ 30
+0.0
+ 40
+2.9
+  1
+Vane S1-S2
+ 41
+4.965517241379308
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+TEXTE
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+1E62F
+330
+1E626
+100
+AcDbEntity
+  8
+0
+  0
+ENDBLK
+  5
+1E633
+330
+1E625
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+1F0CD
+330
+1F072
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+A$C469C2117
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+A$C469C2117
+  1
+
+  0
+TEXT
+  5
+1F073
+330
+1F072
+100
+AcDbEntity
+  8
+INSTRUM
+100
+AcDbText
+ 10
+106.0000011011093
+ 20
+119.9999989975649
+ 30
+49.20321653524187
+ 40
+11.0
+  1
+PP10
+  7
+SansSerif
+100
+AcDbText
+  0
+TEXT
+  5
+1F074
+330
+1F072
+100
+AcDbEntity
+  8
+INSTRUM
+100
+AcDbText
+ 10
+41.86169865445648
+ 20
+77.43376053112752
+ 30
+49.20321653524187
+ 40
+11.0
+  1
+Hardware error
+  7
+SansSerif
+100
+AcDbText
+  0
+INSERT
+  5
+1F075
+330
+1F072
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Disque
+ 10
+192.0000015749736
+ 20
+81.99999862180311
+ 30
+0.0
+ 41
+16.0
+ 42
+-16.0
+ 43
+16.0
+ 50
+270.0
+  0
+ATTRIB
+  5
+1F076
+330
+1F075
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+192.0000015749736
+ 20
+81.99999862180311
+ 30
+0.0
+ 40
+1.6
+  1
+FV10:ERROR_OPENING
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1F077
+330
+1F075
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+192.0000015749736
+ 20
+81.99999862180311
+ 30
+0.0
+ 40
+1.6
+  1
+12
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1F078
+330
+1F075
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+192.0000015749736
+ 20
+81.99999862180311
+ 30
+0.0
+ 40
+1.6
+  1
+10
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1F079
+330
+1F075
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+192.0000015749736
+ 20
+81.99999862180311
+ 30
+0.0
+ 40
+1.6
+  1
+7
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1F07A
+330
+1F075
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+192.0000015749736
+ 20
+81.99999862180311
+ 30
+0.0
+ 40
+1.6
+  1
+1
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1F07B
+330
+1F075
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+192.0000015749736
+ 20
+81.99999862180311
+ 30
+0.0
+ 40
+1.6
+  1
+0
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+1F07C
+330
+1F075
+100
+AcDbEntity
+  8
+0
+  0
+LWPOLYLINE
+  5
+1F07D
+330
+1F072
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+8.000001101109347
+ 20
+10.99999918914273
+ 10
+233.0000011011093
+ 20
+10.99999918914273
+ 10
+233.0000011011093
+ 20
+152.9999989975649
+ 10
+8.000001101109347
+ 20
+152.9999989975649
+  0
+LWPOLYLINE
+  5
+1F07E
+330
+1F072
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+0.0000011011093477
+ 20
+160.9999989975649
+ 10
+242.0000011011094
+ 20
+160.9999989975649
+ 10
+242.0000011011094
+ 20
+2.999999189142727
+ 10
+0.0000011011093477
+ 20
+2.999999189142727
+  0
+INSERT
+  5
+1F07F
+330
+1F072
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Jbutton
+ 10
+24.00000245298608
+ 20
+20.0000005795996
+ 30
+0.0
+ 41
+192.0000004100909
+ 42
+31.00000062525578
+ 43
+192.0000004100909
+  0
+ATTRIB
+  5
+1F080
+330
+1F07F
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+24.00000245298608
+ 20
+20.0000005795996
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+FV10:ERROR_ACK
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COMMANDE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1F081
+330
+1F07F
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+24.00000245298608
+ 20
+20.0000005795996
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+FV10:ERROR_ACK
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1F082
+330
+1F07F
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+24.00000245298608
+ 20
+20.0000005795996
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+12
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1F083
+330
+1F07F
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+24.00000245298608
+ 20
+20.0000005795996
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+7
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1F084
+330
+1F07F
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+24.00000245298608
+ 20
+20.0000005795996
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+0
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CONFIRM
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1F085
+330
+1F07F
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+24.00000245298608
+ 20
+20.0000005795996
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1F086
+330
+1F07F
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+24.00000245298608
+ 20
+20.0000005795996
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1F087
+330
+1F07F
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+24.00000245298608
+ 20
+20.0000005795996
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+Acknowledge
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+TEXTE
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+1F088
+330
+1F07F
+100
+AcDbEntity
+  8
+0
+  0
+TEXT
+  5
+1F089
+330
+1F072
+100
+AcDbEntity
+  8
+INSTRUM
+100
+AcDbText
+ 10
+374.0000045520887
+ 20
+119.9999995824814
+ 30
+49.20321653524187
+ 40
+11.0
+  1
+PP10
+  7
+SansSerif
+100
+AcDbText
+  0
+TEXT
+  5
+1F08A
+330
+1F072
+100
+AcDbEntity
+  8
+INSTRUM
+100
+AcDbText
+ 10
+309.8617021054359
+ 20
+77.43376111604401
+ 30
+49.20321653524187
+ 40
+11.0
+  1
+Hardware error
+  7
+SansSerif
+100
+AcDbText
+  0
+INSERT
+  5
+1F08B
+330
+1F072
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Disque
+ 10
+460.0000050259531
+ 20
+81.99999920671961
+ 30
+0.0
+ 41
+16.0
+ 42
+-16.0
+ 43
+16.0
+ 50
+270.0
+  0
+ATTRIB
+  5
+1F08C
+330
+1F08B
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+460.0000050259531
+ 20
+81.99999920671961
+ 30
+0.0
+ 40
+1.6
+  1
+FV10:ERROR_OPENING
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1F08D
+330
+1F08B
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+460.0000050259531
+ 20
+81.99999920671961
+ 30
+0.0
+ 40
+1.6
+  1
+12
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1F08E
+330
+1F08B
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+460.0000050259531
+ 20
+81.99999920671961
+ 30
+0.0
+ 40
+1.6
+  1
+10
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1F08F
+330
+1F08B
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+460.0000050259531
+ 20
+81.99999920671961
+ 30
+0.0
+ 40
+1.6
+  1
+7
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1F090
+330
+1F08B
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+460.0000050259531
+ 20
+81.99999920671961
+ 30
+0.0
+ 40
+1.6
+  1
+1
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1F091
+330
+1F08B
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+460.0000050259531
+ 20
+81.99999920671961
+ 30
+0.0
+ 40
+1.6
+  1
+0
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+1F092
+330
+1F08B
+100
+AcDbEntity
+  8
+0
+  0
+LWPOLYLINE
+  5
+1F093
+330
+1F072
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+276.0000045520887
+ 20
+10.99999977405923
+ 10
+501.0000045520887
+ 20
+10.99999977405923
+ 10
+501.0000045520887
+ 20
+152.9999995824814
+ 10
+276.0000045520887
+ 20
+152.9999995824814
+  0
+LWPOLYLINE
+  5
+1F094
+330
+1F072
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+268.0000045520888
+ 20
+160.9999995824814
+ 10
+510.0000045520887
+ 20
+160.9999995824814
+ 10
+510.0000045520887
+ 20
+2.999999774059233
+ 10
+268.0000045520888
+ 20
+2.999999774059233
+  0
+INSERT
+  5
+1F095
+330
+1F072
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Jbutton
+ 10
+292.0000059039655
+ 20
+20.00000116451611
+ 30
+0.0
+ 41
+192.0000004100909
+ 42
+31.00000062525578
+ 43
+192.0000004100909
+  0
+ATTRIB
+  5
+1F096
+330
+1F095
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+292.0000059039655
+ 20
+20.00000116451611
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+FV10:ERROR_ACK
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COMMANDE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1F097
+330
+1F095
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+292.0000059039655
+ 20
+20.00000116451611
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+FV10:ERROR_ACK
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1F098
+330
+1F095
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+292.0000059039655
+ 20
+20.00000116451611
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+12
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1F099
+330
+1F095
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+292.0000059039655
+ 20
+20.00000116451611
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+7
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1F09A
+330
+1F095
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+292.0000059039655
+ 20
+20.00000116451611
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+0
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CONFIRM
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1F09B
+330
+1F095
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+292.0000059039655
+ 20
+20.00000116451611
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1F09C
+330
+1F095
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+292.0000059039655
+ 20
+20.00000116451611
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1F09D
+330
+1F095
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+292.0000059039655
+ 20
+20.00000116451611
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+Acknowledge
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+TEXTE
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+1F09E
+330
+1F095
+100
+AcDbEntity
+  8
+0
+  0
+TEXT
+  5
+1F09F
+330
+1F072
+100
+AcDbEntity
+  8
+INSTRUM
+100
+AcDbText
+ 10
+641.0000045520887
+ 20
+120.0000001673979
+ 30
+49.20321653524187
+ 40
+11.0
+  1
+PP10
+  7
+SansSerif
+100
+AcDbText
+  0
+TEXT
+  5
+1F0A0
+330
+1F072
+100
+AcDbEntity
+  8
+INSTRUM
+100
+AcDbText
+ 10
+576.861702105436
+ 20
+77.43376170096053
+ 30
+49.20321653524187
+ 40
+11.0
+  1
+Hardware error
+  7
+SansSerif
+100
+AcDbText
+  0
+INSERT
+  5
+1F0A1
+330
+1F072
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Disque
+ 10
+727.0000050259532
+ 20
+81.99999979163612
+ 30
+0.0
+ 41
+16.0
+ 42
+-16.0
+ 43
+16.0
+ 50
+270.0
+  0
+ATTRIB
+  5
+1F0A2
+330
+1F0A1
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+727.0000050259532
+ 20
+81.99999979163612
+ 30
+0.0
+ 40
+1.6
+  1
+FV10:ERROR_OPENING
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1F0A3
+330
+1F0A1
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+727.0000050259532
+ 20
+81.99999979163612
+ 30
+0.0
+ 40
+1.6
+  1
+12
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1F0A4
+330
+1F0A1
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+727.0000050259532
+ 20
+81.99999979163612
+ 30
+0.0
+ 40
+1.6
+  1
+10
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1F0A5
+330
+1F0A1
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+727.0000050259532
+ 20
+81.99999979163612
+ 30
+0.0
+ 40
+1.6
+  1
+7
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1F0A6
+330
+1F0A1
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+727.0000050259532
+ 20
+81.99999979163612
+ 30
+0.0
+ 40
+1.6
+  1
+1
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1F0A7
+330
+1F0A1
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+727.0000050259532
+ 20
+81.99999979163612
+ 30
+0.0
+ 40
+1.6
+  1
+0
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+1F0A8
+330
+1F0A1
+100
+AcDbEntity
+  8
+0
+  0
+LWPOLYLINE
+  5
+1F0A9
+330
+1F072
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+543.0000045520887
+ 20
+11.00000035897574
+ 10
+768.0000045520887
+ 20
+11.00000035897574
+ 10
+768.0000045520887
+ 20
+153.0000001673979
+ 10
+543.0000045520887
+ 20
+153.0000001673979
+  0
+LWPOLYLINE
+  5
+1F0AA
+330
+1F072
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+535.0000045520887
+ 20
+161.0000001673979
+ 10
+777.0000045520887
+ 20
+161.0000001673979
+ 10
+777.0000045520887
+ 20
+3.000000358975738
+ 10
+535.0000045520887
+ 20
+3.000000358975738
+  0
+INSERT
+  5
+1F0AB
+330
+1F072
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Jbutton
+ 10
+559.0000059039656
+ 20
+20.00000174943261
+ 30
+0.0
+ 41
+192.0000004100909
+ 42
+31.00000062525578
+ 43
+192.0000004100909
+  0
+ATTRIB
+  5
+1F0AC
+330
+1F0AB
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+559.0000059039656
+ 20
+20.00000174943261
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+FV10:ERROR_ACK
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COMMANDE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1F0AD
+330
+1F0AB
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+559.0000059039656
+ 20
+20.00000174943261
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+FV10:ERROR_ACK
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1F0AE
+330
+1F0AB
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+559.0000059039656
+ 20
+20.00000174943261
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+12
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1F0AF
+330
+1F0AB
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+559.0000059039656
+ 20
+20.00000174943261
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+7
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1F0B0
+330
+1F0AB
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+559.0000059039656
+ 20
+20.00000174943261
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+0
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CONFIRM
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1F0B1
+330
+1F0AB
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+559.0000059039656
+ 20
+20.00000174943261
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1F0B2
+330
+1F0AB
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+559.0000059039656
+ 20
+20.00000174943261
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1F0B3
+330
+1F0AB
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+559.0000059039656
+ 20
+20.00000174943261
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+Acknowledge
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+TEXTE
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+1F0B4
+330
+1F0AB
+100
+AcDbEntity
+  8
+0
+  0
+TEXT
+  5
+1F0B5
+330
+1F072
+100
+AcDbEntity
+  8
+INSTRUM
+100
+AcDbText
+ 10
+912.0000045520882
+ 20
+116.9999995824814
+ 30
+49.20321653524187
+ 40
+11.0
+  1
+PP10
+  7
+SansSerif
+100
+AcDbText
+  0
+TEXT
+  5
+1F0B6
+330
+1F072
+100
+AcDbEntity
+  8
+INSTRUM
+100
+AcDbText
+ 10
+847.8617021054358
+ 20
+74.43376111604401
+ 30
+49.20321653524187
+ 40
+11.0
+  1
+Hardware error
+  7
+SansSerif
+100
+AcDbText
+  0
+INSERT
+  5
+1F0B7
+330
+1F072
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Disque
+ 10
+998.0000050259528
+ 20
+78.99999920671962
+ 30
+0.0
+ 41
+16.0
+ 42
+-16.0
+ 43
+16.0
+ 50
+270.0
+  0
+ATTRIB
+  5
+1F0B8
+330
+1F0B7
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+998.0000050259528
+ 20
+78.99999920671962
+ 30
+0.0
+ 40
+1.6
+  1
+FV10:ERROR_OPENING
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1F0B9
+330
+1F0B7
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+998.0000050259528
+ 20
+78.99999920671962
+ 30
+0.0
+ 40
+1.6
+  1
+12
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1F0BA
+330
+1F0B7
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+998.0000050259528
+ 20
+78.99999920671962
+ 30
+0.0
+ 40
+1.6
+  1
+10
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1F0BB
+330
+1F0B7
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+998.0000050259528
+ 20
+78.99999920671962
+ 30
+0.0
+ 40
+1.6
+  1
+7
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1F0BC
+330
+1F0B7
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+998.0000050259528
+ 20
+78.99999920671962
+ 30
+0.0
+ 40
+1.6
+  1
+1
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1F0BD
+330
+1F0B7
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+998.0000050259528
+ 20
+78.99999920671962
+ 30
+0.0
+ 40
+1.6
+  1
+0
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+1F0BE
+330
+1F0B7
+100
+AcDbEntity
+  8
+0
+  0
+LWPOLYLINE
+  5
+1F0BF
+330
+1F072
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+814.0000045520887
+ 20
+7.999999774059232
+ 10
+1039.000004552089
+ 20
+7.999999774059232
+ 10
+1039.000004552089
+ 20
+149.9999995824814
+ 10
+814.0000045520887
+ 20
+149.9999995824814
+  0
+LWPOLYLINE
+  5
+1F0C0
+330
+1F072
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+806.0000045520887
+ 20
+157.9999995824814
+ 10
+1048.000004552088
+ 20
+157.9999995824814
+ 10
+1048.000004552088
+ 20
+-0.0000002259407665
+ 10
+806.0000045520887
+ 20
+-0.0000002259407665
+  0
+INSERT
+  5
+1F0C1
+330
+1F072
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Jbutton
+ 10
+830.0000059039653
+ 20
+17.00000116451611
+ 30
+0.0
+ 41
+192.0000004100909
+ 42
+31.00000062525578
+ 43
+192.0000004100909
+  0
+ATTRIB
+  5
+1F0C2
+330
+1F0C1
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+830.0000059039653
+ 20
+17.00000116451611
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+FV10:ERROR_ACK
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COMMANDE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1F0C3
+330
+1F0C1
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+830.0000059039653
+ 20
+17.00000116451611
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+FV10:ERROR_ACK
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1F0C4
+330
+1F0C1
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+830.0000059039653
+ 20
+17.00000116451611
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+12
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1F0C5
+330
+1F0C1
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+830.0000059039653
+ 20
+17.00000116451611
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+7
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1F0C6
+330
+1F0C1
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+830.0000059039653
+ 20
+17.00000116451611
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+0
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CONFIRM
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1F0C7
+330
+1F0C1
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+830.0000059039653
+ 20
+17.00000116451611
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1F0C8
+330
+1F0C1
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+830.0000059039653
+ 20
+17.00000116451611
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1F0C9
+330
+1F0C1
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+830.0000059039653
+ 20
+17.00000116451611
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+Acknowledge
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+TEXTE
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+1F0CA
+330
+1F0C1
+100
+AcDbEntity
+  8
+0
+  0
+ENDBLK
+  5
+1F0CE
+330
+1F072
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+1F933
+330
+1F903
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+A$C274A4DC8
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+A$C274A4DC8
+  1
+
+  0
+LWPOLYLINE
+  5
+1F904
+330
+1F903
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+0.0000019642769189
+ 20
+699.0447532946492
+ 10
+187.0000008098458
+ 20
+699.0447532946492
+ 10
+187.0000008098458
+ 20
+0.0000001070498001
+ 10
+0.0000019642769189
+ 20
+0.0000001070498001
+  0
+LWPOLYLINE
+  5
+1F905
+330
+1F903
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+7.543669325459744
+ 20
+235.0000009989112
+ 10
+179.5436693254596
+ 20
+235.0000009989112
+ 10
+179.5436693254596
+ 20
+152.0000001070498
+ 10
+7.543669325459744
+ 20
+152.0000001070498
+  0
+TEXT
+  5
+1F906
+330
+1F903
+100
+AcDbEntity
+  8
+INSTRUM
+ 62
+     7
+420
+ 16777215
+100
+AcDbText
+ 10
+70.54366817102866
+ 20
+213.0000001070498
+ 30
+49.20321653524187
+ 40
+11.0
+  1
+Heater
+  7
+SansSerif
+100
+AcDbText
+  0
+INSERT
+  5
+1F907
+330
+1F903
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Jbutton
+ 10
+22.54367546473568
+ 20
+167.0000001070498
+ 30
+0.0
+ 41
+144.0
+ 42
+29.0
+ 43
+144.0
+  0
+ATTRIB
+  5
+1F908
+330
+1F907
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+22.54367546473568
+ 20
+167.0000001070498
+ 30
+0.0
+ 40
+2.9
+  1
+H10:SELECTED
+ 41
+4.965517241379308
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COMMANDE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1F909
+330
+1F907
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+22.54367546473568
+ 20
+167.0000001070498
+ 30
+0.0
+ 40
+2.9
+  1
+H10:SELECTED
+ 41
+4.965517241379308
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1F90A
+330
+1F907
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+22.54367546473568
+ 20
+167.0000001070498
+ 30
+0.0
+ 40
+2.9
+  1
+10
+ 41
+4.965517241379308
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1F90B
+330
+1F907
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+22.54367546473568
+ 20
+167.0000001070498
+ 30
+0.0
+ 40
+2.9
+  1
+7
+ 41
+4.965517241379308
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1F90C
+330
+1F907
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+22.54367546473568
+ 20
+167.0000001070498
+ 30
+0.0
+ 40
+2.9
+  1
+0
+ 41
+4.965517241379308
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CONFIRM
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1F90D
+330
+1F907
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+22.54367546473568
+ 20
+167.0000001070498
+ 30
+0.0
+ 40
+2.9
+  1
+
+ 41
+4.965517241379308
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1F90E
+330
+1F907
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+22.54367546473568
+ 20
+167.0000001070498
+ 30
+0.0
+ 40
+2.9
+  1
+
+ 41
+4.965517241379308
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1F90F
+330
+1F907
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+22.54367546473568
+ 20
+167.0000001070498
+ 30
+0.0
+ 40
+2.9
+  1
+Command
+ 41
+4.965517241379308
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+TEXTE
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+1F910
+330
+1F907
+100
+AcDbEntity
+  8
+0
+  0
+TEXT
+  5
+1F911
+330
+1F903
+100
+AcDbEntity
+  8
+TEXTE
+ 62
+     7
+100
+AcDbText
+ 10
+51.87700395399335
+ 20
+125.256705301337
+ 30
+13363.2
+ 40
+8.0
+  1
+Thresholds
+ 72
+     1
+ 11
+88.54367062066001
+ 21
+125.256705301337
+ 31
+13363.2
+100
+AcDbText
+  0
+SOLID
+  5
+1F912
+330
+1F903
+100
+AcDbEntity
+  8
+0
+100
+AcDbTrace
+ 10
+15.3436716444051
+ 20
+134.8000020723821
+ 30
+13593.6
+ 11
+15.34367083970184
+ 21
+17.00000158918965
+ 31
+13593.6
+ 12
+172.5436699891732
+ 22
+134.8000020723821
+ 32
+13593.6
+ 13
+172.5436699891732
+ 23
+17.00000158918965
+ 33
+13593.6
+  0
+SOLID
+  5
+1F913
+330
+1F903
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+15.3436716444051
+ 20
+134.8000020723821
+ 30
+13593.6
+ 11
+172.5436699891732
+ 21
+134.8000020723821
+ 31
+13593.6
+ 12
+13.54367164440492
+ 22
+136.6000020723816
+ 32
+13593.6
+ 13
+174.5436671121707
+ 23
+136.600005936293
+ 33
+13593.6
+  0
+SOLID
+  5
+1F914
+330
+1F903
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+13.54367585506594
+ 20
+15.00000045654678
+ 30
+13593.6
+ 11
+15.34367083970184
+ 21
+17.00000158918965
+ 31
+13593.6
+ 12
+13.54367164440492
+ 22
+136.6000020723816
+ 32
+13593.6
+ 13
+15.3436716444051
+ 23
+134.8000020723821
+ 33
+13593.6
+  0
+LWPOLYLINE
+  5
+1F915
+330
+1F903
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 38
+13593.6
+ 10
+13.54367010106062
+ 20
+136.600005936293
+ 10
+174.5436671121707
+ 20
+136.600005936293
+ 10
+174.5436728661758
+ 20
+15.00000045654678
+ 10
+13.54367585506594
+ 20
+15.00000045654678
+  0
+SOLID
+  5
+1F916
+330
+1F903
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+13.54367507839262
+ 20
+15.00000158918965
+ 30
+13593.6
+ 11
+174.5436728661758
+ 21
+15.00000045654678
+ 31
+13593.6
+ 12
+15.34367083970184
+ 22
+17.00000158918965
+ 32
+13593.6
+ 13
+172.5436699891732
+ 23
+17.00000158918965
+ 33
+13593.6
+  0
+TEXT
+  5
+1F917
+330
+1F903
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbText
+ 10
+20.91048720524276
+ 20
+24.68537011840908
+ 30
+4665.600000000001
+ 40
+10.8
+  1
+FT10 max
+  7
+GRAS
+100
+AcDbText
+  0
+INSERT
+  5
+1F918
+330
+1F903
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Valnum
+ 10
+92.03863911850412
+ 20
+23.71746871789424
+ 30
+-2380.8
+ 41
+1.199999999999999
+ 42
+1.199999999999999
+ 43
+1.199999999999999
+  0
+ATTRIB
+  5
+1F919
+330
+1F918
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+144.8386391185052
+ 20
+23.71746871789424
+ 30
+-2380.8
+ 40
+9.599999999999999
+  1
+FT11:Threshold
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1F91A
+330
+1F918
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+144.8386391185052
+ 20
+23.71746871789424
+ 30
+-2380.8
+ 40
+9.599999999999999
+  1
+14
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1F91B
+330
+1F918
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+144.8386391185052
+ 20
+23.71746871789424
+ 30
+-2380.8
+ 40
+9.599999999999999
+  1
+0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+1F91C
+330
+1F918
+100
+AcDbEntity
+  8
+0
+  0
+TEXT
+  5
+1F91D
+330
+1F903
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbText
+ 10
+20.84441201178768
+ 20
+50.68537042409388
+ 30
+4665.600000000001
+ 40
+10.8
+  1
+FT10 min
+  7
+GRAS
+100
+AcDbText
+  0
+INSERT
+  5
+1F91E
+330
+1F903
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Valnum
+ 10
+91.97256392504906
+ 20
+49.71746902357903
+ 30
+-2380.8
+ 41
+1.199999999999999
+ 42
+1.199999999999999
+ 43
+1.199999999999999
+  0
+ATTRIB
+  5
+1F91F
+330
+1F91E
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+144.7725639250501
+ 20
+49.71746902357903
+ 30
+-2380.8
+ 40
+9.599999999999999
+  1
+FT11:Threshold
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1F920
+330
+1F91E
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+144.7725639250501
+ 20
+49.71746902357903
+ 30
+-2380.8
+ 40
+9.599999999999999
+  1
+14
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1F921
+330
+1F91E
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+144.7725639250501
+ 20
+49.71746902357903
+ 30
+-2380.8
+ 40
+9.599999999999999
+  1
+0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+1F922
+330
+1F91E
+100
+AcDbEntity
+  8
+0
+  0
+TEXT
+  5
+1F923
+330
+1F903
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbText
+ 10
+21.23522787226818
+ 20
+76.68537130241339
+ 30
+4665.600000000001
+ 40
+10.8
+  1
+FT11
+  7
+GRAS
+100
+AcDbText
+  0
+INSERT
+  5
+1F924
+330
+1F903
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Valnum
+ 10
+66.34678899205036
+ 20
+75.71747078021805
+ 30
+-2380.8
+ 41
+1.199999999999999
+ 42
+1.199999999999999
+ 43
+1.199999999999999
+  0
+ATTRIB
+  5
+1F925
+330
+1F924
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+119.1467889920514
+ 20
+75.71747078021805
+ 30
+-2380.8
+ 40
+9.599999999999999
+  1
+FT11:Threshold
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1F926
+330
+1F924
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+119.1467889920514
+ 20
+75.71747078021805
+ 30
+-2380.8
+ 40
+9.599999999999999
+  1
+14
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1F927
+330
+1F924
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+119.1467889920514
+ 20
+75.71747078021805
+ 30
+-2380.8
+ 40
+9.599999999999999
+  1
+0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+1F928
+330
+1F924
+100
+AcDbEntity
+  8
+0
+  0
+TEXT
+  5
+1F929
+330
+1F903
+100
+AcDbEntity
+  8
+TEXTE
+ 62
+     2
+100
+AcDbText
+ 10
+109.3626217065649
+ 20
+76.62915121714423
+ 30
+691.2
+ 40
+8.0
+  1
+m3/h
+100
+AcDbText
+  0
+TEXT
+  5
+1F92A
+330
+1F903
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbText
+ 10
+21.25181809793651
+ 20
+100.6853709508937
+ 30
+-4665.6
+ 40
+10.8
+  1
+PT17
+  7
+GRAS
+100
+AcDbText
+  0
+INSERT
+  5
+1F92B
+330
+1F903
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Valnum
+ 10
+66.36337921771867
+ 20
+99.71747042869836
+ 30
+-11712.0
+ 41
+1.199999999999999
+ 42
+1.199999999999999
+ 43
+1.199999999999999
+  0
+ATTRIB
+  5
+1F92C
+330
+1F92B
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+119.1633792177198
+ 20
+99.71747042869836
+ 30
+-11712.0
+ 40
+9.599999999999999
+  1
+PT17:Threshold
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1F92D
+330
+1F92B
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+119.1633792177198
+ 20
+99.71747042869836
+ 30
+-11712.0
+ 40
+9.599999999999999
+  1
+14
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1F92E
+330
+1F92B
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+119.1633792177198
+ 20
+99.71747042869836
+ 30
+-11712.0
+ 40
+9.599999999999999
+  1
+0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+1F92F
+330
+1F92B
+100
+AcDbEntity
+  8
+0
+  0
+TEXT
+  5
+1F930
+330
+1F903
+100
+AcDbEntity
+  8
+TEXTE
+ 62
+     2
+100
+AcDbText
+ 10
+109.3792119186007
+ 20
+100.0695587377736
+ 30
+691.2
+ 40
+8.0
+  1
+mbar
+100
+AcDbText
+  0
+ENDBLK
+  5
+1F934
+330
+1F903
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+20C83
+330
+20C74
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+A$C2E5B22F8
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+A$C2E5B22F8
+  1
+
+  0
+TEXT
+  5
+20C75
+330
+20C74
+100
+AcDbEntity
+  8
+TEXTE
+ 62
+     7
+100
+AcDbText
+ 10
+9.078753570434344
+ 20
+16.53301976784451
+ 30
+13657.6
+ 40
+8.0
+  1
+PLC Life
+100
+AcDbText
+  0
+INSERT
+  5
+20C76
+330
+20C74
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Valnum
+ 10
+18.07875357043434
+ 20
+3.658302665498466
+ 30
+13657.6
+ 41
+1.199999999999999
+ 42
+1.199999999999999
+ 43
+1.5
+  0
+ATTRIB
+  5
+20C77
+330
+20C76
+100
+AcDbEntity
+  8
+IMG027
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+70.87875357043429
+ 20
+3.658302665498466
+ 30
+13657.6
+ 40
+9.599999999999999
+  1
+CPT_OB1
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+20C78
+330
+20C76
+100
+AcDbEntity
+  8
+IMG027
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+70.87875357043429
+ 20
+3.658302665498466
+ 30
+13657.6
+ 40
+9.599999999999999
+  1
+14
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+20C79
+330
+20C76
+100
+AcDbEntity
+  8
+IMG027
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+70.87875357043429
+ 20
+3.658302665498466
+ 30
+13657.6
+ 40
+9.599999999999999
+  1
+0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+20C7A
+330
+20C76
+100
+AcDbEntity
+  8
+0
+  0
+SOLID
+  5
+20C7B
+330
+20C74
+100
+AcDbEntity
+  8
+0
+100
+AcDbTrace
+ 10
+1.800003451466806
+ 20
+25.55381918818466
+ 30
+13888.0
+ 11
+1.800003451466806
+ 21
+2.553819295852008
+ 31
+13888.0
+ 12
+71.07875224642835
+ 22
+25.46829690573714
+ 32
+13888.0
+ 13
+71.07875224642835
+ 23
+2.468296619262673
+ 33
+13888.0
+  0
+SOLID
+  5
+20C7C
+330
+20C74
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+1.800003451466806
+ 20
+25.55381918818466
+ 30
+13888.0
+ 11
+71.07875224642835
+ 21
+25.46829690573714
+ 31
+13888.0
+ 12
+0.0000034514666254
+ 22
+27.35381918818439
+ 32
+13888.0
+ 13
+73.0787506934318
+ 23
+27.35382305209532
+ 33
+13888.0
+  0
+SOLID
+  5
+20C7D
+330
+20C74
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+0.0000034514666254
+ 20
+0.7538192958522814
+ 30
+13657.6
+ 11
+1.800003451466806
+ 21
+2.553819295852008
+ 31
+13657.6
+ 12
+0.0000034514666254
+ 22
+27.35381918818439
+ 32
+13657.6
+ 13
+1.800003451466806
+ 23
+25.55381918818466
+ 33
+13657.6
+  0
+SOLID
+  5
+20C7E
+330
+20C74
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+0.0000034234364534
+ 20
+0.7538148849325808
+ 30
+13888.0
+ 11
+72.79322484591097
+ 21
+0.7538240197804953
+ 31
+13888.0
+ 12
+1.800003423436635
+ 22
+2.553814884932306
+ 32
+13888.0
+ 13
+71.07875224642835
+ 23
+2.468296619262673
+ 33
+13888.0
+  0
+LWPOLYLINE
+  5
+20C7F
+330
+20C74
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 38
+13888.0
+ 10
+0.0000019081223286
+ 20
+27.35382305209532
+ 10
+73.0787506934318
+ 20
+27.35382305209532
+ 10
+73.07875644743687
+ 20
+0.7538240197804953
+ 10
+0.0000076621274161
+ 20
+0.7538240197804953
+  0
+SOLID
+  5
+20C80
+330
+20C74
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+72.87875224642852
+ 20
+0.6682966192629465
+ 30
+13888.0
+ 11
+71.07875224642835
+ 21
+2.468296619262673
+ 31
+13888.0
+ 12
+72.87875789230605
+ 22
+27.26829690573686
+ 32
+13888.0
+ 13
+71.07875224642835
+ 23
+25.46829690573714
+ 33
+13888.0
+  0
+ENDBLK
+  5
+20C84
+330
+20C74
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+20CA8
+330
+20C93
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+A$C38B009BD
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+A$C38B009BD
+  1
+
+  0
+INSERT
+  5
+20C94
+330
+20C93
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Equtor
+ 10
+8.000000021245682
+ 20
+11.47253502455987
+ 30
+0.0
+ 41
+22.0
+ 42
+15.0
+ 43
+22.0
+  0
+ATTRIB
+  5
+20C95
+330
+20C94
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+8.000000021245682
+ 20
+11.47253502455987
+ 30
+0.0
+ 40
+1.5
+  1
+KEY6:AUTO
+ 41
+1.466666666666665
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+20C96
+330
+20C94
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+8.000000021245682
+ 20
+11.47253502455987
+ 30
+0.0
+ 40
+1.5
+  1
+Automatic control
+ 41
+1.466666666666665
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+EQU-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+20C97
+330
+20C94
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+8.000000021245682
+ 20
+11.47253502455987
+ 30
+0.0
+ 40
+1.5
+  1
+10
+ 41
+1.466666666666665
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+20C98
+330
+20C94
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+8.000000021245682
+ 20
+11.47253502455987
+ 30
+0.0
+ 40
+1.5
+  1
+Manual control
+ 41
+1.466666666666665
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+EQU-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+20C99
+330
+20C94
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+8.000000021245682
+ 20
+11.47253502455987
+ 30
+0.0
+ 40
+1.5
+  1
+12
+ 41
+1.466666666666665
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+20C9A
+330
+20C94
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+8.000000021245682
+ 20
+11.47253502455987
+ 30
+0.0
+ 40
+1.5
+  1
+0
+ 41
+1.466666666666665
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+20C9B
+330
+20C94
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+8.000000021245682
+ 20
+11.47253502455987
+ 30
+0.0
+ 40
+1.5
+  1
+0
+ 41
+1.466666666666665
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+20C9C
+330
+20C94
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+8.000000021245682
+ 20
+11.47253502455987
+ 30
+0.0
+ 40
+1.5
+  1
+0
+ 41
+1.466666666666665
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+20C9D
+330
+20C94
+100
+AcDbEntity
+  8
+0
+  0
+TEXT
+  5
+20C9E
+330
+20C93
+100
+AcDbEntity
+  8
+TEXTE
+ 62
+     7
+100
+AcDbText
+ 10
+63.00000002124553
+ 20
+33.72924265086499
+ 30
+13363.2
+ 40
+8.0
+  1
+Control mode
+ 72
+     1
+ 11
+107.6666666879122
+ 21
+33.72924265086499
+ 31
+13363.2
+100
+AcDbText
+  0
+SOLID
+  5
+20C9F
+330
+20C93
+100
+AcDbEntity
+  8
+0
+100
+AcDbTrace
+ 10
+1.800001672073675
+ 20
+43.27253942191009
+ 30
+13593.6
+ 11
+1.800001672073619
+ 21
+7.472535055704269
+ 31
+13593.6
+ 12
+215.0000011999348
+ 22
+43.27253800994685
+ 32
+13593.6
+ 13
+215.0000011999347
+ 23
+7.472533612596635
+ 33
+13593.6
+  0
+SOLID
+  5
+20CA0
+330
+20C93
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+1.800001672073675
+ 20
+43.27253942191009
+ 30
+13593.6
+ 11
+215.0000011999348
+ 21
+43.27253800994685
+ 31
+13593.6
+ 12
+0.0000016720734948
+ 22
+45.07253942190959
+ 32
+13593.6
+ 13
+216.9999983229323
+ 23
+45.07254187385774
+ 33
+13593.6
+  0
+SOLID
+  5
+20CA1
+330
+20C93
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+0.0000058827345129
+ 20
+5.472535024559874
+ 30
+13593.6
+ 11
+1.800001644043732
+ 21
+7.472535024559874
+ 31
+13593.6
+ 12
+0.0000016720734948
+ 22
+45.07253942190959
+ 32
+13593.6
+ 13
+1.800001672073675
+ 23
+43.27253942191009
+ 33
+13593.6
+  0
+SOLID
+  5
+20CA2
+330
+20C93
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+0.0000058827345129
+ 20
+5.472535024559874
+ 30
+13593.6
+ 11
+217.0000046320684
+ 21
+5.472535584009277
+ 31
+13593.6
+ 12
+1.800001644043732
+ 22
+7.472535024559874
+ 32
+13593.6
+ 13
+215.0000011999347
+ 23
+7.472535024559874
+ 33
+13593.6
+  0
+LWPOLYLINE
+  5
+20CA3
+330
+20C93
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 38
+13593.6
+ 10
+0.0000063862377715
+ 20
+5.472535584009277
+ 10
+217.0000000212456
+ 20
+5.472535584009277
+ 10
+217.0000000212456
+ 20
+45.07254328582098
+ 10
+0.0000063862377715
+ 20
+45.07254328582098
+  0
+SOLID
+  5
+20CA4
+330
+20C93
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+217.0000040769373
+ 20
+5.472536139138924
+ 30
+13593.6
+ 11
+215.0000011999347
+ 21
+7.472533612596635
+ 31
+13593.6
+ 12
+216.9999983229323
+ 22
+45.07254187385774
+ 32
+13593.6
+ 13
+215.0000011999348
+ 23
+43.27253800994685
+ 33
+13593.6
+  0
+SOLID
+  5
+20CA5
+330
+20C93
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+73.80000615290811
+ 20
+0.0855216401873804
+ 30
+13888.0
+ 11
+143.0787549478696
+ 21
+-0.0000006422601473
+ 31
+13888.0
+ 12
+72.00000615290793
+ 22
+1.885521640187107
+ 32
+13888.0
+ 13
+145.0787533948731
+ 23
+1.88552550409804
+ 33
+13888.0
+  0
+ENDBLK
+  5
+20CA9
+330
+20C93
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+ENDSEC
+  0
+SECTION
+  2
+ENTITIES
+  0
+SOLID
+  5
+52E6
+330
+1F
+100
+AcDbEntity
+  8
+INSTRUM
+ 62
+     8
+380
+     2
+100
+AcDbTrace
+ 10
+0.0032544183986829
+ 20
+717.9973776792056
+ 30
+0.0
+ 11
+8.245330651613128
+ 21
+710.1101267444207
+ 31
+0.0
+ 12
+0.0003931386999056
+ 22
+-354.0017847744181
+ 32
+0.0
+ 13
+8.242406693885641
+ 23
+-345.7563650480288
+ 33
+0.0
+  0
+SOLID
+  5
+52E7
+330
+1F
+100
+AcDbEntity
+  8
+INSTRUM
+ 62
+     8
+380
+     2
+100
+AcDbTrace
+ 10
+1915.000174710225
+ 20
+-354.0025838015856
+ 30
+0.0
+ 11
+1906.754783827859
+ 21
+-345.7571927852497
+ 31
+0.0
+ 12
+1915.000059505233
+ 22
+717.9971695415899
+ 32
+0.0
+ 13
+1906.754669712116
+ 23
+710.1099173835847
+ 33
+0.0
+  0
+SOLID
+  5
+5574
+330
+1F
+100
+AcDbEntity
+  8
+INSTRUM
+ 62
+     7
+380
+     2
+100
+AcDbTrace
+ 10
+0.0003931386999056
+ 20
+-354.0017847744181
+ 30
+0.0
+ 11
+1915.000059505201
+ 21
+-354.0025838015854
+ 31
+0.0
+ 12
+8.242406693885527
+ 22
+-345.7563650480288
+ 32
+0.0
+ 13
+1906.754668488866
+ 23
+-345.7571927852497
+ 33
+0.0
+  0
+SOLID
+  5
+668F
+330
+1F
+100
+AcDbEntity
+  8
+INSTRUM
+ 62
+     7
+380
+     2
+100
+AcDbTrace
+ 10
+1915.000059505201
+ 20
+717.9974161984143
+ 30
+0.0
+ 11
+0.0032544183986829
+ 21
+717.9973776792056
+ 31
+0.0
+ 12
+1906.754669712121
+ 22
+710.1098744048872
+ 32
+0.0
+ 13
+8.245330651613128
+ 23
+710.1101267444207
+ 33
+0.0
+  0
+TEXT
+  5
+9A76
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+   250
+100
+AcDbText
+ 10
+28.93824040161474
+ 20
+686.1171324596597
+ 30
+88.0
+ 40
+12.0
+  1
+
+  7
+GRAS
+100
+AcDbText
+  0
+HATCH
+  5
+1024C
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+  6
+CONTINU
+ 62
+   140
+100
+AcDbHatch
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+210
+0.0
+220
+0.0
+230
+1.0
+  2
+SOLID
+ 70
+     1
+ 71
+     0
+ 91
+        1
+ 92
+        1
+ 93
+        4
+ 72
+     1
+ 10
+1122.893959811511
+ 20
+1730.671634124976
+ 11
+1334.171458806224
+ 21
+1730.671634124976
+ 72
+     1
+ 10
+1334.171458806224
+ 20
+1730.671634124976
+ 11
+1334.171458806224
+ 21
+1625.141603021074
+ 72
+     1
+ 10
+1334.171458806224
+ 20
+1625.141603021074
+ 11
+1122.893959811511
+ 21
+1625.141603021074
+ 72
+     1
+ 10
+1122.893959811511
+ 20
+1625.141603021074
+ 11
+1122.893959811511
+ 21
+1730.671634124976
+ 97
+        0
+ 75
+     0
+ 76
+     1
+ 98
+        1
+ 10
+692.4788645026406
+ 20
+1444.974225534537
+450
+        0
+451
+        0
+460
+0.0
+461
+0.0
+452
+        1
+462
+1.0
+453
+        2
+463
+0.0
+ 63
+     5
+421
+      255
+463
+1.0
+ 63
+    51
+421
+ 16777113
+470
+LINEAR
+  0
+HATCH
+  5
+1024F
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+  6
+CONTINU
+ 62
+   140
+100
+AcDbHatch
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+210
+0.0
+220
+0.0
+230
+1.0
+  2
+SOLID
+ 70
+     1
+ 71
+     0
+ 91
+        1
+ 92
+        1
+ 93
+        4
+ 72
+     1
+ 10
+733.9692916477796
+ 20
+1975.555048672524
+ 11
+821.454271189347
+ 21
+1975.555048672524
+ 72
+     1
+ 10
+821.454271189347
+ 20
+1975.555048672524
+ 11
+821.454271189347
+ 21
+1689.304947083858
+ 72
+     1
+ 10
+821.454271189347
+ 20
+1689.304947083858
+ 11
+733.9692916477796
+ 21
+1689.304947083858
+ 72
+     1
+ 10
+733.9692916477796
+ 20
+1689.304947083858
+ 11
+733.9692916477796
+ 21
+1975.555048672524
+ 97
+        0
+ 75
+     0
+ 76
+     1
+ 98
+        1
+ 10
+692.4788645026406
+ 20
+1444.974225534537
+450
+        0
+451
+        0
+460
+0.0
+461
+0.0
+452
+        1
+462
+1.0
+453
+        2
+463
+0.0
+ 63
+     5
+421
+      255
+463
+1.0
+ 63
+    51
+421
+ 16777113
+470
+LINEAR
+  0
+HATCH
+  5
+10284
+330
+1F
+100
+AcDbEntity
+  8
+ECRAN
+  6
+TIRET
+100
+AcDbHatch
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+210
+0.0
+220
+0.0
+230
+1.0
+  2
+SOLID
+ 70
+     1
+ 71
+     0
+ 91
+        1
+ 92
+        1
+ 93
+        4
+ 72
+     1
+ 10
+819.3950792430465
+ 20
+1520.012025679371
+ 11
+820.8287664533003
+ 21
+1520.012025679371
+ 72
+     1
+ 10
+820.8287664533003
+ 20
+1520.012025679371
+ 11
+820.8287664533003
+ 21
+1518.261544050791
+ 72
+     1
+ 10
+820.8287664533003
+ 20
+1518.261544050791
+ 11
+819.3950792430465
+ 21
+1518.261544050791
+ 72
+     1
+ 10
+819.3950792430465
+ 20
+1518.261544050791
+ 11
+819.3950792430465
+ 21
+1520.012025679371
+ 97
+        0
+ 75
+     0
+ 76
+     1
+ 98
+        1
+ 10
+565.6079259892311
+ 20
+1377.943269372298
+450
+        0
+451
+        0
+460
+0.0
+461
+0.0
+452
+        1
+462
+1.0
+453
+        2
+463
+0.0
+ 63
+     5
+421
+      255
+463
+1.0
+ 63
+    51
+421
+ 16777113
+470
+LINEAR
+  0
+HATCH
+  5
+102E3
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+  6
+CONTINU
+370
+    80
+100
+AcDbHatch
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+210
+0.0
+220
+0.0
+230
+1.0
+  2
+SOLID
+ 70
+     1
+ 71
+     0
+ 91
+        2
+ 92
+        1
+ 93
+        4
+ 72
+     1
+ 10
+1809.590598377631
+ 20
+1727.761689577335
+ 11
+1813.841884763085
+ 21
+1727.761689577335
+ 72
+     1
+ 10
+1813.841884763085
+ 20
+1727.761689577335
+ 11
+1813.841884763085
+ 21
+1722.807230349306
+ 72
+     1
+ 10
+1813.841884763085
+ 20
+1722.807230349306
+ 11
+1809.590598377631
+ 21
+1722.807230349306
+ 72
+     1
+ 10
+1809.590598377631
+ 20
+1722.807230349306
+ 11
+1809.590598377631
+ 21
+1727.761689577335
+ 97
+        0
+ 92
+        1
+ 93
+        4
+ 72
+     1
+ 10
+1809.944872793476
+ 20
+1702.635512136273
+ 11
+1814.196159178928
+ 21
+1702.635512136273
+ 72
+     1
+ 10
+1814.196159178928
+ 20
+1702.635512136273
+ 11
+1814.196159178928
+ 21
+1697.681052908245
+ 72
+     1
+ 10
+1814.196159178928
+ 20
+1697.681052908245
+ 11
+1809.944872793476
+ 21
+1697.681052908245
+ 72
+     1
+ 10
+1809.944872793476
+ 20
+1697.681052908245
+ 11
+1809.944872793476
+ 21
+1702.635512136273
+ 97
+        0
+ 75
+     0
+ 76
+     1
+ 98
+        1
+ 10
+691.0000586781936
+ 20
+1418.674143837827
+450
+        0
+451
+        0
+460
+0.0
+461
+0.0
+452
+        1
+462
+1.0
+453
+        2
+463
+0.0
+ 63
+     5
+421
+      255
+463
+1.0
+ 63
+    51
+421
+ 16777113
+470
+LINEAR
+  0
+LINE
+  5
+12B75
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1906.754669712121
+ 20
+710.1098744048872
+ 30
+0.0
+ 11
+1915.000059505233
+ 21
+717.9971695415899
+ 31
+0.0
+  0
+HATCH
+  5
+13718
+330
+1F
+100
+AcDbEntity
+  8
+N2_FLU
+  6
+CONTINU
+ 62
+     0
+100
+AcDbHatch
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+210
+0.0
+220
+0.0
+230
+1.0
+  2
+SOLID
+ 70
+     1
+ 71
+     0
+ 91
+        1
+ 92
+        1
+ 93
+        4
+ 72
+     1
+ 10
+2785.947420193111
+ 20
+1139.541994685271
+ 11
+2794.895355154161
+ 21
+1139.541994685271
+ 72
+     1
+ 10
+2794.895355154161
+ 20
+1139.541994685271
+ 11
+2794.895355154161
+ 21
+1130.602144095309
+ 72
+     1
+ 10
+2794.895355154161
+ 20
+1130.602144095309
+ 11
+2785.947420193111
+ 21
+1130.602144095309
+ 72
+     1
+ 10
+2785.947420193111
+ 20
+1130.602144095309
+ 11
+2785.947420193111
+ 21
+1139.541994685271
+ 97
+        0
+ 75
+     0
+ 76
+     1
+ 98
+        1
+ 10
+2307.562013801319
+ 20
+183.8397377102473
+450
+        0
+451
+        0
+460
+0.0
+461
+0.0
+452
+        1
+462
+1.0
+453
+        2
+463
+0.0
+ 63
+     5
+421
+      255
+463
+1.0
+ 63
+    51
+421
+ 16777113
+470
+LINEAR
+  0
+HATCH
+  5
+13735
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+  6
+CONTINU
+ 62
+   140
+100
+AcDbHatch
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+210
+0.0
+220
+0.0
+230
+1.0
+  2
+SOLID
+ 70
+     1
+ 71
+     0
+ 91
+        1
+ 92
+        1
+ 93
+        4
+ 72
+     1
+ 10
+2884.998173855
+ 20
+1049.209718827541
+ 11
+3119.750950515791
+ 21
+1049.209718827541
+ 72
+     1
+ 10
+3119.750950515791
+ 20
+1049.209718827541
+ 11
+3119.750950515791
+ 21
+931.9541287120951
+ 72
+     1
+ 10
+3119.750950515791
+ 20
+931.9541287120951
+ 11
+2884.998173855
+ 21
+931.9541287120951
+ 72
+     1
+ 10
+2884.998173855
+ 20
+931.9541287120951
+ 11
+2884.998173855
+ 21
+1049.209718827541
+ 97
+        0
+ 75
+     0
+ 76
+     1
+ 98
+        1
+ 10
+2298.801691977147
+ 20
+272.3912782976987
+450
+        0
+451
+        0
+460
+0.0
+461
+0.0
+452
+        1
+462
+1.0
+453
+        2
+463
+0.0
+ 63
+     5
+421
+      255
+463
+1.0
+ 63
+    51
+421
+ 16777113
+470
+LINEAR
+  0
+HATCH
+  5
+13764
+330
+1F
+100
+AcDbEntity
+  8
+N2_FLU
+  6
+CONTINU
+ 62
+     0
+100
+AcDbHatch
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+210
+0.0
+220
+0.0
+230
+1.0
+  2
+SOLID
+ 70
+     1
+ 71
+     0
+ 91
+        1
+ 92
+        1
+ 93
+        4
+ 72
+     1
+ 10
+2352.59339189945
+ 20
+380.5454302858868
+ 11
+2354.38297889166
+ 21
+380.5454302858868
+ 72
+     1
+ 10
+2354.382978891659
+ 20
+380.5454302858868
+ 11
+2354.382978891659
+ 21
+378.7574601678944
+ 72
+     1
+ 10
+2354.382978891659
+ 20
+378.7574601678944
+ 11
+2352.593391899449
+ 21
+378.7574601678944
+ 72
+     1
+ 10
+2352.59339189945
+ 20
+378.7574601678944
+ 11
+2352.59339189945
+ 21
+380.5454302858868
+ 97
+        0
+ 75
+     0
+ 76
+     1
+ 98
+        1
+ 10
+2278.999580496476
+ 20
+229.5301858115901
+450
+        0
+451
+        0
+460
+0.0
+461
+0.0
+452
+        1
+462
+1.0
+453
+        2
+463
+0.0
+ 63
+     5
+421
+      255
+463
+1.0
+ 63
+    51
+421
+ 16777113
+470
+LINEAR
+  0
+HATCH
+  5
+13765
+330
+1F
+100
+AcDbEntity
+  8
+N2_FLU
+  6
+CONTINU
+ 62
+     0
+100
+AcDbHatch
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+210
+0.0
+220
+0.0
+230
+1.0
+  2
+SOLID
+ 70
+     1
+ 71
+     0
+ 91
+        1
+ 92
+        1
+ 93
+        4
+ 72
+     1
+ 10
+2355.056276145779
+ 20
+380.4922178324375
+ 11
+2356.845863137989
+ 21
+380.4922178324375
+ 72
+     1
+ 10
+2356.845863137989
+ 20
+380.4922178324375
+ 11
+2356.845863137989
+ 21
+378.7042477144451
+ 72
+     1
+ 10
+2356.845863137989
+ 20
+378.7042477144451
+ 11
+2355.056276145779
+ 21
+378.7042477144451
+ 72
+     1
+ 10
+2355.056276145779
+ 20
+378.7042477144451
+ 11
+2355.056276145779
+ 21
+380.4922178324375
+ 97
+        0
+ 75
+     0
+ 76
+     1
+ 98
+        1
+ 10
+2281.462464742805
+ 20
+229.4769733581409
+450
+        0
+451
+        0
+460
+0.0
+461
+0.0
+452
+        1
+462
+1.0
+453
+        2
+463
+0.0
+ 63
+     5
+421
+      255
+463
+1.0
+ 63
+    51
+421
+ 16777113
+470
+LINEAR
+  0
+HATCH
+  5
+13766
+330
+1F
+100
+AcDbEntity
+  8
+N2_FLU
+  6
+CONTINU
+ 62
+     0
+100
+AcDbHatch
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+210
+0.0
+220
+0.0
+230
+1.0
+  2
+SOLID
+ 70
+     1
+ 71
+     0
+ 91
+        1
+ 92
+        1
+ 93
+        4
+ 72
+     1
+ 10
+2357.481721917936
+ 20
+380.4922178324376
+ 11
+2359.271308910146
+ 21
+380.4922178324376
+ 72
+     1
+ 10
+2359.271308910146
+ 20
+380.4922178324376
+ 11
+2359.271308910146
+ 21
+378.7042477144451
+ 72
+     1
+ 10
+2359.271308910146
+ 20
+378.7042477144451
+ 11
+2357.481721917936
+ 21
+378.7042477144451
+ 72
+     1
+ 10
+2357.481721917936
+ 20
+378.7042477144451
+ 11
+2357.481721917936
+ 21
+380.4922178324376
+ 97
+        0
+ 75
+     0
+ 76
+     1
+ 98
+        1
+ 10
+2283.887910514962
+ 20
+229.4769733581409
+450
+        0
+451
+        0
+460
+0.0
+461
+0.0
+452
+        1
+462
+1.0
+453
+        2
+463
+0.0
+ 63
+     5
+421
+      255
+463
+1.0
+ 63
+    51
+421
+ 16777113
+470
+LINEAR
+  0
+HATCH
+  5
+137AE
+330
+1F
+100
+AcDbEntity
+  8
+N2_FLU
+  6
+CONTINU
+ 62
+     0
+100
+AcDbHatch
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+210
+0.0
+220
+0.0
+230
+1.0
+  2
+SOLID
+ 70
+     1
+ 71
+     1
+ 91
+        1
+ 92
+        1
+ 93
+        4
+ 72
+     1
+ 10
+2366.717955821953
+ 20
+161.374336913261
+ 11
+2368.507542814163
+ 21
+161.374336913261
+ 72
+     1
+ 10
+2368.507542814163
+ 20
+161.374336913261
+ 11
+2368.507542814163
+ 21
+159.5863667952685
+ 72
+     1
+ 10
+2368.507542814163
+ 20
+159.5863667952685
+ 11
+2366.717955821953
+ 21
+159.5863667952685
+ 72
+     1
+ 10
+2366.717955821953
+ 20
+159.5863667952685
+ 11
+2366.717955821953
+ 21
+161.374336913261
+ 97
+        0
+ 75
+     0
+ 76
+     1
+ 98
+        1
+ 10
+2293.12414441898
+ 20
+10.35909243896424
+450
+        0
+451
+        0
+460
+0.0
+461
+0.0
+452
+        1
+462
+1.0
+453
+        2
+463
+0.0
+ 63
+     5
+421
+      255
+463
+1.0
+ 63
+    51
+421
+ 16777113
+470
+LINEAR
+  0
+HATCH
+  5
+137B9
+330
+1F
+100
+AcDbEntity
+  8
+N2_FLU
+  6
+CONTINU
+ 62
+     0
+100
+AcDbHatch
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+210
+0.0
+220
+0.0
+230
+1.0
+  2
+SOLID
+ 70
+     1
+ 71
+     1
+ 91
+        1
+ 92
+        1
+ 93
+        4
+ 72
+     1
+ 10
+2613.103387987393
+ 20
+238.4174389933733
+ 11
+2614.892974979603
+ 21
+238.4174389933733
+ 72
+     1
+ 10
+2614.892974979603
+ 20
+238.4174389933733
+ 11
+2614.892974979603
+ 21
+236.6294688753809
+ 72
+     1
+ 10
+2614.892974979603
+ 20
+236.6294688753809
+ 11
+2613.103387987393
+ 21
+236.6294688753809
+ 72
+     1
+ 10
+2613.103387987393
+ 20
+236.6294688753809
+ 11
+2613.103387987393
+ 21
+238.4174389933733
+ 97
+        0
+ 75
+     0
+ 76
+     1
+ 98
+        1
+ 10
+2539.50957658442
+ 20
+87.40219451907661
+450
+        0
+451
+        0
+460
+0.0
+461
+0.0
+452
+        1
+462
+1.0
+453
+        2
+463
+0.0
+ 63
+     5
+421
+      255
+463
+1.0
+ 63
+    51
+421
+ 16777113
+470
+LINEAR
+  0
+HATCH
+  5
+137BB
+330
+1F
+100
+AcDbEntity
+  8
+N2_FLU
+  6
+CONTINU
+ 62
+     0
+100
+AcDbHatch
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+210
+0.0
+220
+0.0
+230
+1.0
+  2
+SOLID
+ 70
+     1
+ 71
+     1
+ 91
+        1
+ 92
+        1
+ 93
+        4
+ 72
+     1
+ 10
+2546.991581117675
+ 20
+245.9289267248572
+ 11
+2548.781168109885
+ 21
+245.9289267248572
+ 72
+     1
+ 10
+2548.781168109885
+ 20
+245.9289267248572
+ 11
+2548.781168109885
+ 21
+244.1409566068647
+ 72
+     1
+ 10
+2548.781168109885
+ 20
+244.1409566068647
+ 11
+2546.991581117675
+ 21
+244.1409566068647
+ 72
+     1
+ 10
+2546.991581117675
+ 20
+244.1409566068647
+ 11
+2546.991581117675
+ 21
+245.9289267248572
+ 97
+        0
+ 75
+     0
+ 76
+     1
+ 98
+        1
+ 10
+2473.397769714702
+ 20
+94.91368225056044
+450
+        0
+451
+        0
+460
+0.0
+461
+0.0
+452
+        1
+462
+1.0
+453
+        2
+463
+0.0
+ 63
+     5
+421
+      255
+463
+1.0
+ 63
+    51
+421
+ 16777113
+470
+LINEAR
+  0
+HATCH
+  5
+137BF
+330
+1F
+100
+AcDbEntity
+  8
+N2_FLU
+  6
+CONTINU
+ 62
+     0
+100
+AcDbHatch
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+210
+0.0
+220
+0.0
+230
+1.0
+  2
+SOLID
+ 70
+     1
+ 71
+     1
+ 91
+        1
+ 92
+        1
+ 93
+        4
+ 72
+     1
+ 10
+2537.216442293445
+ 20
+204.3433197499016
+ 11
+2539.006029285655
+ 21
+204.3433197499016
+ 72
+     1
+ 10
+2539.006029285655
+ 20
+204.3433197499016
+ 11
+2539.006029285655
+ 21
+202.5553496319091
+ 72
+     1
+ 10
+2539.006029285655
+ 20
+202.5553496319091
+ 11
+2537.216442293445
+ 21
+202.5553496319091
+ 72
+     1
+ 10
+2537.216442293445
+ 20
+202.5553496319091
+ 11
+2537.216442293445
+ 21
+204.3433197499016
+ 97
+        0
+ 75
+     0
+ 76
+     1
+ 98
+        1
+ 10
+2463.622630890472
+ 20
+53.32807527560486
+450
+        0
+451
+        0
+460
+0.0
+461
+0.0
+452
+        1
+462
+1.0
+453
+        2
+463
+0.0
+ 63
+     5
+421
+      255
+463
+1.0
+ 63
+    51
+421
+ 16777113
+470
+LINEAR
+  0
+HATCH
+  5
+137C9
+330
+1F
+100
+AcDbEntity
+  8
+N2_FLU
+  6
+CONTINU
+ 62
+     0
+100
+AcDbHatch
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+210
+0.0
+220
+0.0
+230
+1.0
+  2
+SOLID
+ 70
+     1
+ 71
+     0
+ 91
+        1
+ 92
+        1
+ 93
+        4
+ 72
+     1
+ 10
+2574.780985872942
+ 20
+233.7102677306634
+ 11
+2576.570572865152
+ 21
+233.7102677306634
+ 72
+     1
+ 10
+2576.570572865151
+ 20
+233.7102677306634
+ 11
+2576.570572865151
+ 21
+231.922297612671
+ 72
+     1
+ 10
+2576.570572865151
+ 20
+231.922297612671
+ 11
+2574.780985872941
+ 21
+231.922297612671
+ 72
+     1
+ 10
+2574.780985872942
+ 20
+231.922297612671
+ 11
+2574.780985872942
+ 21
+233.7102677306634
+ 97
+        0
+ 75
+     0
+ 76
+     1
+ 98
+        1
+ 10
+2501.187174469968
+ 20
+82.69502325636665
+450
+        0
+451
+        0
+460
+0.0
+461
+0.0
+452
+        1
+462
+1.0
+453
+        2
+463
+0.0
+ 63
+     5
+421
+      255
+463
+1.0
+ 63
+    51
+421
+ 16777113
+470
+LINEAR
+  0
+HATCH
+  5
+137D3
+330
+1F
+100
+AcDbEntity
+  8
+N2_FLU
+  6
+CONTINU
+ 62
+     0
+100
+AcDbHatch
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+210
+0.0
+220
+0.0
+230
+1.0
+  2
+SOLID
+ 70
+     1
+ 71
+     0
+ 91
+        1
+ 92
+        1
+ 93
+        4
+ 72
+     1
+ 10
+2596.073589740608
+ 20
+232.0796422112406
+ 11
+2597.863176732818
+ 21
+232.0796422112406
+ 72
+     1
+ 10
+2597.863176732818
+ 20
+232.0796422112406
+ 11
+2597.863176732818
+ 21
+230.2916720932482
+ 72
+     1
+ 10
+2597.863176732818
+ 20
+230.2916720932482
+ 11
+2596.073589740608
+ 21
+230.2916720932482
+ 72
+     1
+ 10
+2596.073589740608
+ 20
+230.2916720932482
+ 11
+2596.073589740608
+ 21
+232.0796422112406
+ 97
+        0
+ 75
+     0
+ 76
+     1
+ 98
+        1
+ 10
+2522.479778337635
+ 20
+81.06439773694388
+450
+        0
+451
+        0
+460
+0.0
+461
+0.0
+452
+        1
+462
+1.0
+453
+        2
+463
+0.0
+ 63
+     5
+421
+      255
+463
+1.0
+ 63
+    51
+421
+ 16777113
+470
+LINEAR
+  0
+LINE
+  5
+17FA2
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1643.725447321346
+ 20
+625.3269200376592
+ 30
+0.0
+ 11
+1915.85188258831
+ 21
+625.3269200376597
+ 31
+0.0
+  0
+SOLID
+  5
+1C61F
+330
+1F
+100
+AcDbEntity
+  8
+INSTRUM
+ 62
+     7
+100
+AcDbTrace
+ 10
+8.227998566441954
+ 20
+631.3831928515739
+ 30
+-20.50134022301743
+ 11
+1907.594667595023
+ 21
+631.7335890161975
+ 31
+-20.50134022301743
+ 12
+0.0156032638473676
+ 22
+624.9977966012218
+ 32
+-20.50134022301743
+ 13
+1915.000069464261
+ 23
+625.3269200376597
+ 33
+-20.50134022301743
+ 39
+20.50134022301743
+  0
+SOLID
+  5
+1C622
+330
+1F
+100
+AcDbEntity
+  8
+INSTRUM
+ 62
+     8
+380
+     2
+100
+AcDbTrace
+ 10
+0.0596645668046563
+ 20
+717.3541967362953
+ 30
+0.0
+ 11
+8.291482443027177
+ 21
+709.4808134119423
+ 31
+0.0
+ 12
+0.0156032638473676
+ 22
+624.9977966012218
+ 32
+0.0
+ 13
+8.229907467091093
+ 23
+631.3831930104186
+ 33
+0.0
+  0
+LINE
+  5
+1C623
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+0.0156083682515487
+ 20
+625.0084958853285
+ 30
+0.0
+ 11
+0.0018233053739891
+ 21
+717.368307550974
+ 31
+0.0
+  0
+LINE
+  5
+1C624
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+0.0018233053739891
+ 20
+717.368307550974
+ 30
+0.0
+ 11
+8.29149103281469
+ 21
+709.4808051961763
+ 31
+0.0
+  0
+LINE
+  5
+1C626
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+0.0018247019333444
+ 20
+624.9977966012213
+ 30
+0.0
+ 11
+8.228002239126851
+ 21
+631.3831957072018
+ 31
+0.0
+  0
+LINE
+  5
+1C657
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+312.6597098037937
+ 20
+710.1100862833175
+ 30
+0.0
+ 11
+320.571997183078
+ 21
+717.6787455380869
+ 31
+0.0
+  0
+SOLID
+  5
+1C658
+330
+1F
+100
+AcDbEntity
+  8
+INSTRUM
+ 62
+     0
+380
+     2
+100
+AcDbTrace
+ 10
+312.0474485622082
+ 20
+631.4392416239106
+ 30
+0.0
+ 11
+8.243692056793348
+ 21
+631.3938924433537
+ 31
+0.0
+ 12
+312.0018235428144
+ 22
+709.4807718134229
+ 32
+0.0
+ 13
+8.241935901348538
+ 23
+709.4915476162274
+ 33
+0.0
+  0
+SOLID
+  5
+1C659
+330
+1F
+100
+AcDbEntity
+  8
+INSTRUM
+ 62
+     7
+100
+AcDbTrace
+ 10
+8.241783156144206
+ 20
+631.3938922845087
+ 30
+-20.50134022301743
+ 11
+312.0474485622082
+ 21
+631.4392416239106
+ 31
+-20.50134022301743
+ 12
+0.029387853549622
+ 22
+625.0084960341564
+ 32
+-20.50134022301743
+ 13
+320.046008842626
+ 23
+625.17863287252
+ 33
+-20.50134022301743
+ 39
+20.50134022301743
+  0
+LINE
+  5
+1C65B
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+0.0156092916355988
+ 20
+625.0084960341562
+ 30
+0.0
+ 11
+272.142044558599
+ 21
+625.0084960341567
+ 31
+0.0
+  0
+SOLID
+  5
+1C65C
+330
+1F
+100
+AcDbEntity
+  8
+INSTRUM
+ 62
+     8
+380
+     2
+100
+AcDbTrace
+ 10
+0.0734491565069107
+ 20
+717.3648961692301
+ 30
+0.0
+ 11
+8.305267032729432
+ 21
+709.4915128448771
+ 31
+0.0
+ 12
+0.029387853549622
+ 22
+625.0084960341564
+ 32
+0.0
+ 13
+8.243692056793348
+ 23
+631.3938924433537
+ 33
+0.0
+  0
+LINE
+  5
+1C65D
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+0.0293929579538031
+ 20
+625.0191953182634
+ 30
+0.0
+ 11
+0.0156078950762435
+ 21
+717.3790069839086
+ 31
+0.0
+  0
+LINE
+  5
+1C65E
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+0.0156078950762435
+ 20
+717.3790069839086
+ 30
+0.0
+ 11
+8.305275622516942
+ 21
+709.4915046291112
+ 31
+0.0
+  0
+LINE
+  5
+1C660
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+0.0156092916355988
+ 20
+625.0084960341562
+ 30
+0.0
+ 11
+8.241786828829106
+ 21
+631.3938951401366
+ 31
+0.0
+  0
+SOLID
+  5
+1C6E3
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+312.0018235428144
+ 20
+709.4807718134229
+ 30
+0.0
+ 11
+312.0474589827685
+ 21
+631.4214172704652
+ 31
+0.0
+ 12
+320.2472133359269
+ 22
+717.3680669501256
+ 32
+0.0
+ 13
+320.277704056759
+ 23
+624.9977971844002
+ 33
+0.0
+  0
+LINE
+  5
+1C6EB
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+320.0018262270104
+ 20
+717.3680669501256
+ 30
+0.0
+ 11
+320.0460955097564
+ 21
+624.9977971844002
+ 31
+0.0
+  0
+TEXT
+  5
+1C6FE
+330
+1F
+100
+AcDbEntity
+  8
+INSTRUM
+ 62
+     7
+420
+ 16777215
+100
+AcDbText
+ 10
+73.97870732137653
+ 20
+667.4554299759688
+ 30
+49.20321653524187
+ 40
+30.75201033452616
+  1
+ESS-RFQ
+  7
+GRAS
+100
+AcDbText
+  0
+TEXT
+  5
+1C6FF
+330
+1F
+100
+AcDbEntity
+  8
+INSTRUM
+ 62
+     7
+420
+ 16777215
+100
+AcDbText
+ 10
+47.82245331812722
+ 20
+643.9739745813582
+ 30
+49.20321653524187
+ 40
+17.0
+  1
+Water cooling system
+  7
+GRAS
+100
+AcDbText
+  0
+LINE
+  5
+1C716
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+320.2777042271587
+ 20
+624.9972809665258
+ 30
+0.0
+ 11
+0.0156030178488322
+ 21
+624.9972809665258
+ 31
+0.0
+  0
+LINE
+  5
+1C7DB
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+0.0032544183986829
+ 20
+717.9973776792056
+ 30
+0.0
+ 11
+320.9050956862534
+ 21
+717.9973776792056
+ 31
+0.0
+  0
+TEXT
+  5
+1FD90
+330
+1F
+100
+AcDbEntity
+  8
+TEXTE
+ 62
+     7
+100
+AcDbText
+ 10
+327.6684906847026
+ 20
+694.3136693893132
+ 30
+13363.2
+ 40
+8.0
+  1
+Water flow switches
+ 72
+     1
+ 11
+399.0018240180359
+ 21
+694.3136693893132
+ 31
+13363.2
+100
+AcDbText
+  0
+SOLID
+  5
+1FD91
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbTrace
+ 10
+325.801825041781
+ 20
+703.8569661603584
+ 30
+13593.6
+ 11
+325.8018250417809
+ 21
+637.0569632489489
+ 31
+13593.6
+ 12
+462.0018240180358
+ 22
+703.8569661603584
+ 32
+13593.6
+ 13
+462.0018240180358
+ 23
+637.0569632178045
+ 33
+13593.6
+  0
+SOLID
+  5
+1FD92
+330
+1F
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+325.801825041781
+ 20
+703.8569661603584
+ 30
+13593.6
+ 11
+462.0018240180358
+ 21
+703.8569661603584
+ 31
+13593.6
+ 12
+324.0018250417808
+ 22
+705.6569661603577
+ 32
+13593.6
+ 13
+464.0018211410333
+ 23
+705.6569700242692
+ 33
+13593.6
+  0
+SOLID
+  5
+1FD93
+330
+1F
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+324.0018292524418
+ 20
+635.0569632178045
+ 30
+13593.6
+ 11
+325.8018250137511
+ 21
+637.0569632178045
+ 31
+13593.6
+ 12
+324.0018250417808
+ 22
+705.6569661603577
+ 32
+13593.6
+ 13
+325.801825041781
+ 23
+703.8569661603584
+ 33
+13593.6
+  0
+SOLID
+  5
+1FD94
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+324.0018292524418
+ 20
+635.0569632178045
+ 30
+13593.6
+ 11
+464.0018268950384
+ 21
+635.0569632178045
+ 31
+13593.6
+ 12
+325.8018250137511
+ 22
+637.0569632178045
+ 32
+13593.6
+ 13
+462.0018240180358
+ 23
+637.0569632178045
+ 33
+13593.6
+  0
+SOLID
+  5
+1FD95
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+464.0018268950384
+ 20
+635.0569632178045
+ 30
+13593.6
+ 11
+462.0018240180358
+ 21
+637.0569632178045
+ 31
+13593.6
+ 12
+464.0018211410333
+ 22
+705.6569700242692
+ 32
+13593.6
+ 13
+462.0018240180358
+ 23
+703.8569661603584
+ 33
+13593.6
+  0
+LWPOLYLINE
+  5
+1FD96
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 38
+13593.6
+ 10
+324.0018234984365
+ 20
+705.6569700242692
+ 10
+464.0018211410333
+ 20
+705.6569700242692
+ 10
+464.0018268950384
+ 20
+635.0569632178045
+ 10
+324.0018292524418
+ 20
+635.0569632178045
+  0
+TEXT
+  5
+1FD97
+330
+1F
+100
+AcDbEntity
+  8
+TEXTE
+ 62
+     7
+100
+AcDbText
+ 10
+327.0018240180358
+ 20
+677.0569632178045
+ 30
+13363.2
+ 40
+8.0
+  1
+Coupler n°1
+ 72
+     1
+ 11
+365.0018240180358
+ 21
+677.0569632178045
+ 31
+13363.2
+100
+AcDbText
+  0
+TEXT
+  5
+1FD98
+330
+1F
+100
+AcDbEntity
+  8
+TEXTE
+ 62
+     7
+100
+AcDbText
+ 10
+326.6684897838648
+ 20
+666.0569632178045
+ 30
+13363.2
+ 40
+8.0
+  1
+Coupler n°2
+ 72
+     1
+ 11
+366.0018231171982
+ 21
+666.0569632178045
+ 31
+13363.2
+100
+AcDbText
+  0
+TEXT
+  5
+1FD99
+330
+1F
+100
+AcDbEntity
+  8
+TEXTE
+ 62
+     7
+100
+AcDbText
+ 10
+326.6684897838648
+ 20
+654.0569632178045
+ 30
+13363.2
+ 40
+8.0
+  1
+Coupler n°3
+ 72
+     1
+ 11
+366.0018231171982
+ 21
+654.0569632178045
+ 31
+13363.2
+100
+AcDbText
+  0
+TEXT
+  5
+1FD9A
+330
+1F
+100
+AcDbEntity
+  8
+TEXTE
+ 62
+     7
+100
+AcDbText
+ 10
+326.6684897838648
+ 20
+642.0569632178045
+ 30
+13363.2
+ 40
+8.0
+  1
+Coupler n°4
+ 72
+     1
+ 11
+366.0018231171982
+ 21
+642.0569632178045
+ 31
+13363.2
+100
+AcDbText
+  0
+INSERT
+  5
+1FD9B
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Disque
+ 10
+415.5018229982834
+ 20
+670.5569644676162
+ 30
+0.0
+ 41
+9.0
+ 42
+-9.0
+ 43
+9.0
+  0
+ATTRIB
+  5
+1FD9C
+330
+1FD9B
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+415.5018229982834
+ 20
+670.5569644676162
+ 30
+0.0
+ 40
+0.9
+  1
+RFQ-010:WTRC-FS-012:Status
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1FD9D
+330
+1FD9B
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+415.5018229982834
+ 20
+670.5569644676162
+ 30
+0.0
+ 40
+0.9
+  1
+10
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1FD9E
+330
+1FD9B
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+415.5018229982834
+ 20
+670.5569644676162
+ 30
+0.0
+ 40
+0.9
+  1
+12
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1FD9F
+330
+1FD9B
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+415.5018229982834
+ 20
+670.5569644676162
+ 30
+0.0
+ 40
+0.9
+  1
+0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1FDA0
+330
+1FD9B
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+415.5018229982834
+ 20
+670.5569644676162
+ 30
+0.0
+ 40
+0.9
+  1
+0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1FDA1
+330
+1FD9B
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+415.5018229982834
+ 20
+670.5569644676162
+ 30
+0.0
+ 40
+0.9
+  1
+0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+1FDA2
+330
+1FD9B
+100
+AcDbEntity
+  8
+0
+  0
+INSERT
+  5
+1FDA3
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Disque
+ 10
+415.5018229982834
+ 20
+658.5569644676162
+ 30
+0.0
+ 41
+9.0
+ 42
+-9.0
+ 43
+9.0
+  0
+ATTRIB
+  5
+1FDA4
+330
+1FDA3
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+415.5018229982834
+ 20
+658.5569644676162
+ 30
+0.0
+ 40
+0.9
+  1
+RFQ-010:WTRC-FS-021:Status
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1FDA5
+330
+1FDA3
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+415.5018229982834
+ 20
+658.5569644676162
+ 30
+0.0
+ 40
+0.9
+  1
+10
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1FDA6
+330
+1FDA3
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+415.5018229982834
+ 20
+658.5569644676162
+ 30
+0.0
+ 40
+0.9
+  1
+12
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1FDA7
+330
+1FDA3
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+415.5018229982834
+ 20
+658.5569644676162
+ 30
+0.0
+ 40
+0.9
+  1
+0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1FDA8
+330
+1FDA3
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+415.5018229982834
+ 20
+658.5569644676162
+ 30
+0.0
+ 40
+0.9
+  1
+0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1FDA9
+330
+1FDA3
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+415.5018229982834
+ 20
+658.5569644676162
+ 30
+0.0
+ 40
+0.9
+  1
+0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+1FDAA
+330
+1FDA3
+100
+AcDbEntity
+  8
+0
+  0
+INSERT
+  5
+1FDAB
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Disque
+ 10
+415.5018229982834
+ 20
+646.5569644676162
+ 30
+0.0
+ 41
+9.0
+ 42
+-9.0
+ 43
+9.0
+  0
+ATTRIB
+  5
+1FDAC
+330
+1FDAB
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+415.5018229982834
+ 20
+646.5569644676162
+ 30
+0.0
+ 40
+0.9
+  1
+RFQ-010:WTRC-FS-022:Status
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1FDAD
+330
+1FDAB
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+415.5018229982834
+ 20
+646.5569644676162
+ 30
+0.0
+ 40
+0.9
+  1
+10
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1FDAE
+330
+1FDAB
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+415.5018229982834
+ 20
+646.5569644676162
+ 30
+0.0
+ 40
+0.9
+  1
+12
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1FDAF
+330
+1FDAB
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+415.5018229982834
+ 20
+646.5569644676162
+ 30
+0.0
+ 40
+0.9
+  1
+0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1FDB0
+330
+1FDAB
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+415.5018229982834
+ 20
+646.5569644676162
+ 30
+0.0
+ 40
+0.9
+  1
+0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1FDB1
+330
+1FDAB
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+415.5018229982834
+ 20
+646.5569644676162
+ 30
+0.0
+ 40
+0.9
+  1
+0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+1FDB2
+330
+1FDAB
+100
+AcDbEntity
+  8
+0
+  0
+INSERT
+  5
+1FDB3
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Disque
+ 10
+415.5018229982834
+ 20
+681.5569644676162
+ 30
+0.0
+ 41
+9.0
+ 42
+-9.0
+ 43
+9.0
+  0
+ATTRIB
+  5
+1FDB4
+330
+1FDB3
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+415.5018229982834
+ 20
+681.5569644676162
+ 30
+0.0
+ 40
+0.9
+  1
+RFQ-010:WTRC-FS-011:Status
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1FDB5
+330
+1FDB3
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+415.5018229982834
+ 20
+681.5569644676162
+ 30
+0.0
+ 40
+0.9
+  1
+10
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1FDB6
+330
+1FDB3
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+415.5018229982834
+ 20
+681.5569644676162
+ 30
+0.0
+ 40
+0.9
+  1
+12
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1FDB7
+330
+1FDB3
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+415.5018229982834
+ 20
+681.5569644676162
+ 30
+0.0
+ 40
+0.9
+  1
+0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1FDB8
+330
+1FDB3
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+415.5018229982834
+ 20
+681.5569644676162
+ 30
+0.0
+ 40
+0.9
+  1
+0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1FDB9
+330
+1FDB3
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+415.5018229982834
+ 20
+681.5569644676162
+ 30
+0.0
+ 40
+0.9
+  1
+0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+1FDBA
+330
+1FDB3
+100
+AcDbEntity
+  8
+0
+  0
+LINE
+  5
+1FDE7
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+320.9050956862534
+ 20
+717.9973776792056
+ 30
+0.0
+ 11
+1915.000059505201
+ 21
+717.9974161984143
+ 31
+0.0
+  0
+LINE
+  5
+1FDE8
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1915.000059505201
+ 20
+717.9974161984143
+ 30
+0.0
+ 11
+1915.000174710225
+ 21
+-354.0025838015856
+ 31
+0.0
+  0
+LINE
+  5
+1FDE9
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1915.000174710225
+ 20
+-354.0025838015856
+ 30
+0.0
+ 11
+0.0003931386999056
+ 21
+-354.0017847744181
+ 31
+0.0
+  0
+LINE
+  5
+1FDEA
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+0.0003931386999056
+ 20
+-354.0017847744181
+ 30
+0.0
+ 11
+0.0003931386999056
+ 21
+624.9966853800558
+ 31
+0.0
+  0
+LINE
+  5
+1FDEB
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+8.245094996062789
+ 20
+625.0128639149054
+ 30
+0.0
+ 11
+8.242406693885641
+ 21
+-345.7563650480288
+ 31
+0.0
+  0
+LINE
+  5
+1FDEC
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+8.242406693885641
+ 20
+-345.7563650480288
+ 30
+0.0
+ 11
+1906.754783827859
+ 21
+-345.7571927852497
+ 31
+0.0
+  0
+LINE
+  5
+1FDED
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1906.754783827859
+ 20
+-345.7571927852497
+ 30
+0.0
+ 11
+1906.754678875425
+ 21
+625.3255029236657
+ 31
+0.0
+  0
+LINE
+  5
+1FDEE
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1906.754678875425
+ 20
+625.3255029236657
+ 30
+0.0
+ 11
+320.0459384538328
+ 21
+625.3255029236657
+ 31
+0.0
+  0
+LINE
+  5
+1FDEF
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+320.2496091402656
+ 20
+710.1100852745092
+ 30
+0.0
+ 11
+1907.978194046523
+ 21
+711.2802980677076
+ 31
+0.0
+  0
+LINE
+  5
+1FDF0
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1907.978194046523
+ 20
+711.2802980677076
+ 30
+0.0
+ 11
+1907.978194046523
+ 21
+631.7334340545077
+ 31
+0.0
+  0
+LINE
+  5
+1FDF1
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1907.978194046523
+ 20
+631.7334340545077
+ 30
+0.0
+ 11
+320.2755772840709
+ 21
+631.440759553436
+ 31
+0.0
+  0
+TEXT
+  5
+20634
+330
+1F
+100
+AcDbEntity
+  8
+INSTRUM
+100
+AcDbText
+ 10
+356.0018237785493
+ 20
+-182.002203760166
+ 30
+49.20321653524187
+ 40
+11.0
+  1
+FT-011
+  7
+SansSerif
+100
+AcDbText
+  0
+TEXT
+  5
+20635
+330
+1F
+100
+AcDbEntity
+  8
+INSTRUM
+100
+AcDbText
+ 10
+293.8635159683652
+ 20
+-224.5684422266034
+ 30
+49.20321653524187
+ 40
+11.0
+  1
+Threshold reached
+  7
+SansSerif
+100
+AcDbText
+  0
+INSERT
+  5
+20636
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Disque
+ 10
+444.0018188888823
+ 20
+-220.0022041359279
+ 30
+0.0
+ 41
+16.0
+ 42
+-16.0
+ 43
+16.0
+ 50
+270.0
+  0
+ATTRIB
+  5
+20637
+330
+20636
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+444.0018188888823
+ 20
+-220.0022041359279
+ 30
+0.0
+ 40
+1.6
+  1
+CWM-CWS03:WtrC-FT-011:Error
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+20638
+330
+20636
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+444.0018188888823
+ 20
+-220.0022041359279
+ 30
+0.0
+ 40
+1.6
+  1
+12
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+20639
+330
+20636
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+444.0018188888823
+ 20
+-220.0022041359279
+ 30
+0.0
+ 40
+1.6
+  1
+10
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+2063A
+330
+20636
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+444.0018188888823
+ 20
+-220.0022041359279
+ 30
+0.0
+ 40
+1.6
+  1
+7
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+2063B
+330
+20636
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+444.0018188888823
+ 20
+-220.0022041359279
+ 30
+0.0
+ 40
+1.6
+  1
+1
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+2063C
+330
+20636
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+444.0018188888823
+ 20
+-220.0022041359279
+ 30
+0.0
+ 40
+1.6
+  1
+0
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+2063D
+330
+20636
+100
+AcDbEntity
+  8
+0
+  0
+LWPOLYLINE
+  5
+2063E
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+260.0018184150181
+ 20
+-291.0022035685882
+ 10
+485.0018184150181
+ 20
+-291.0022035685882
+ 10
+485.0018184150181
+ 20
+-149.002203760166
+ 10
+260.0018184150181
+ 20
+-149.002203760166
+  0
+LWPOLYLINE
+  5
+2063F
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+252.0018184150181
+ 20
+-141.002203760166
+ 10
+494.0018184150181
+ 20
+-141.002203760166
+ 10
+494.0018184150181
+ 20
+-299.0022035685882
+ 10
+252.0018184150181
+ 20
+-299.0022035685882
+  0
+INSERT
+  5
+20640
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Jbutton
+ 10
+276.0018197668947
+ 20
+-282.0022021781314
+ 30
+0.0
+ 41
+192.0000004100909
+ 42
+31.00000062525578
+ 43
+192.0000004100909
+  0
+ATTRIB
+  5
+20641
+330
+20640
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+276.0018197668947
+ 20
+-282.0022021781314
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+CWM-CWS03:WtrC-FT-011:ACK
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COMMANDE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+20642
+330
+20640
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+276.0018197668947
+ 20
+-282.0022021781314
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+20643
+330
+20640
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+276.0018197668947
+ 20
+-282.0022021781314
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+12
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+20644
+330
+20640
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+276.0018197668947
+ 20
+-282.0022021781314
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+7
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+20645
+330
+20640
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+276.0018197668947
+ 20
+-282.0022021781314
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+0
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CONFIRM
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+20646
+330
+20640
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+276.0018197668947
+ 20
+-282.0022021781314
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+20647
+330
+20640
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+276.0018197668947
+ 20
+-282.0022021781314
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+20648
+330
+20640
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+276.0018197668947
+ 20
+-282.0022021781314
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+Acknowledge
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+TEXTE
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+20649
+330
+20640
+100
+AcDbEntity
+  8
+0
+  0
+TEXT
+  5
+2064A
+330
+1F
+100
+AcDbEntity
+  8
+INSTRUM
+100
+AcDbText
+ 10
+626.0018218659972
+ 20
+-182.0022031752495
+ 30
+49.20321653524187
+ 40
+11.0
+  1
+PT-017
+  7
+SansSerif
+100
+AcDbText
+  0
+TEXT
+  5
+2064B
+330
+1F
+100
+AcDbEntity
+  8
+INSTRUM
+100
+AcDbText
+ 10
+561.8635194193444
+ 20
+-224.568441641687
+ 30
+49.20321653524187
+ 40
+11.0
+  1
+Threshold reached
+  7
+SansSerif
+100
+AcDbText
+  0
+INSERT
+  5
+2064C
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Disque
+ 10
+712.0018223398617
+ 20
+-220.0022035510114
+ 30
+0.0
+ 41
+16.0
+ 42
+-16.0
+ 43
+16.0
+ 50
+270.0
+  0
+ATTRIB
+  5
+2064D
+330
+2064C
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+712.0018223398617
+ 20
+-220.0022035510114
+ 30
+0.0
+ 40
+1.6
+  1
+CWM-CWS03:WtrC-PT-017:Error
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+2064E
+330
+2064C
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+712.0018223398617
+ 20
+-220.0022035510114
+ 30
+0.0
+ 40
+1.6
+  1
+12
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+2064F
+330
+2064C
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+712.0018223398617
+ 20
+-220.0022035510114
+ 30
+0.0
+ 40
+1.6
+  1
+10
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+20650
+330
+2064C
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+712.0018223398617
+ 20
+-220.0022035510114
+ 30
+0.0
+ 40
+1.6
+  1
+7
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+20651
+330
+2064C
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+712.0018223398617
+ 20
+-220.0022035510114
+ 30
+0.0
+ 40
+1.6
+  1
+1
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+20652
+330
+2064C
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+712.0018223398617
+ 20
+-220.0022035510114
+ 30
+0.0
+ 40
+1.6
+  1
+0
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+20653
+330
+2064C
+100
+AcDbEntity
+  8
+0
+  0
+LWPOLYLINE
+  5
+20654
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+528.0018218659972
+ 20
+-291.0022029836717
+ 10
+753.0018218659972
+ 20
+-291.0022029836717
+ 10
+753.0018218659972
+ 20
+-149.0022031752495
+ 10
+528.0018218659972
+ 20
+-149.0022031752495
+  0
+LWPOLYLINE
+  5
+20655
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+520.0018218659975
+ 20
+-141.0022031752495
+ 10
+762.0018218659972
+ 20
+-141.0022031752495
+ 10
+762.0018218659972
+ 20
+-299.0022029836717
+ 10
+520.0018218659975
+ 20
+-299.0022029836717
+  0
+INSERT
+  5
+20656
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Jbutton
+ 10
+544.0018232178739
+ 20
+-282.0022015932149
+ 30
+0.0
+ 41
+192.0000004100909
+ 42
+31.00000062525578
+ 43
+192.0000004100909
+  0
+ATTRIB
+  5
+20657
+330
+20656
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+544.0018232178739
+ 20
+-282.0022015932149
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+CWM-CWS03:WtrC-PT-017:ACK
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COMMANDE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+20658
+330
+20656
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+544.0018232178739
+ 20
+-282.0022015932149
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+20659
+330
+20656
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+544.0018232178739
+ 20
+-282.0022015932149
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+12
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+2065A
+330
+20656
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+544.0018232178739
+ 20
+-282.0022015932149
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+7
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+2065B
+330
+20656
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+544.0018232178739
+ 20
+-282.0022015932149
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+0
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CONFIRM
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+2065C
+330
+20656
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+544.0018232178739
+ 20
+-282.0022015932149
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+2065D
+330
+20656
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+544.0018232178739
+ 20
+-282.0022015932149
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+2065E
+330
+20656
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+544.0018232178739
+ 20
+-282.0022015932149
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+Acknowledge
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+TEXTE
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+2065F
+330
+20656
+100
+AcDbEntity
+  8
+0
+  0
+TEXT
+  5
+20661
+330
+1F
+100
+AcDbEntity
+  8
+INSTRUM
+100
+AcDbText
+ 10
+828.8635194193446
+ 20
+-224.5684410567704
+ 30
+49.20321653524187
+ 40
+11.0
+  1
+Level error
+  7
+SansSerif
+100
+AcDbText
+  0
+INSERT
+  5
+20662
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Disque
+ 10
+979.0018223398616
+ 20
+-220.0022029660948
+ 30
+0.0
+ 41
+16.0
+ 42
+-16.0
+ 43
+16.0
+ 50
+270.0
+  0
+ATTRIB
+  5
+20663
+330
+20662
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+979.0018223398616
+ 20
+-220.0022029660948
+ 30
+0.0
+ 40
+1.6
+  1
+CWM-CWS03:WtrC-LT-070:LHError
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+20664
+330
+20662
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+979.0018223398616
+ 20
+-220.0022029660948
+ 30
+0.0
+ 40
+1.6
+  1
+12
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+20665
+330
+20662
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+979.0018223398616
+ 20
+-220.0022029660948
+ 30
+0.0
+ 40
+1.6
+  1
+10
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+20666
+330
+20662
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+979.0018223398616
+ 20
+-220.0022029660948
+ 30
+0.0
+ 40
+1.6
+  1
+7
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+20667
+330
+20662
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+979.0018223398616
+ 20
+-220.0022029660948
+ 30
+0.0
+ 40
+1.6
+  1
+1
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+20668
+330
+20662
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+979.0018223398616
+ 20
+-220.0022029660948
+ 30
+0.0
+ 40
+1.6
+  1
+0
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+20669
+330
+20662
+100
+AcDbEntity
+  8
+0
+  0
+LWPOLYLINE
+  5
+2066A
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+795.0018218659975
+ 20
+-291.0022023987552
+ 10
+1020.001821865997
+ 20
+-291.0022023987552
+ 10
+1020.001821865997
+ 20
+-149.002202590333
+ 10
+795.0018218659975
+ 20
+-149.002202590333
+  0
+LWPOLYLINE
+  5
+2066B
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+787.0018218659975
+ 20
+-141.002202590333
+ 10
+1029.001821865997
+ 20
+-141.002202590333
+ 10
+1029.001821865997
+ 20
+-299.0022023987553
+ 10
+787.0018218659975
+ 20
+-299.0022023987553
+  0
+INSERT
+  5
+2066C
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Jbutton
+ 10
+811.0018232178742
+ 20
+-282.0022010082984
+ 30
+0.0
+ 41
+192.0000004100909
+ 42
+31.00000062525578
+ 43
+192.0000004100909
+  0
+ATTRIB
+  5
+2066D
+330
+2066C
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+811.0018232178742
+ 20
+-282.0022010082984
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+CWM-CWS03:WtrC-LT-070:LHACK
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COMMANDE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+2066E
+330
+2066C
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+811.0018232178742
+ 20
+-282.0022010082984
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+2066F
+330
+2066C
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+811.0018232178742
+ 20
+-282.0022010082984
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+12
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+20670
+330
+2066C
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+811.0018232178742
+ 20
+-282.0022010082984
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+7
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+20671
+330
+2066C
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+811.0018232178742
+ 20
+-282.0022010082984
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+0
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CONFIRM
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+20672
+330
+2066C
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+811.0018232178742
+ 20
+-282.0022010082984
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+20673
+330
+2066C
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+811.0018232178742
+ 20
+-282.0022010082984
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+20674
+330
+2066C
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+811.0018232178742
+ 20
+-282.0022010082984
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+Acknowledge
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+TEXTE
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+20675
+330
+2066C
+100
+AcDbEntity
+  8
+0
+  0
+TEXT
+  5
+20677
+330
+1F
+100
+AcDbEntity
+  8
+INSTRUM
+100
+AcDbText
+ 10
+1099.863519419344
+ 20
+-227.5684416416869
+ 30
+49.20321653524187
+ 40
+11.0
+  1
+Level error
+  7
+SansSerif
+100
+AcDbText
+  0
+INSERT
+  5
+20678
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Disque
+ 10
+1250.001822339862
+ 20
+-223.0022035510113
+ 30
+0.0
+ 41
+16.0
+ 42
+-16.0
+ 43
+16.0
+ 50
+270.0
+  0
+ATTRIB
+  5
+20679
+330
+20678
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1250.001822339862
+ 20
+-223.0022035510113
+ 30
+0.0
+ 40
+1.6
+  1
+CWM-CWS03:WtrC-LT-070:LLError
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+2067A
+330
+20678
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1250.001822339862
+ 20
+-223.0022035510113
+ 30
+0.0
+ 40
+1.6
+  1
+12
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+2067B
+330
+20678
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1250.001822339862
+ 20
+-223.0022035510113
+ 30
+0.0
+ 40
+1.6
+  1
+10
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+2067C
+330
+20678
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1250.001822339862
+ 20
+-223.0022035510113
+ 30
+0.0
+ 40
+1.6
+  1
+7
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+2067D
+330
+20678
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1250.001822339862
+ 20
+-223.0022035510113
+ 30
+0.0
+ 40
+1.6
+  1
+1
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+2067E
+330
+20678
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1250.001822339862
+ 20
+-223.0022035510113
+ 30
+0.0
+ 40
+1.6
+  1
+0
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+2067F
+330
+20678
+100
+AcDbEntity
+  8
+0
+  0
+LWPOLYLINE
+  5
+20680
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+1066.001821865997
+ 20
+-294.0022029836717
+ 10
+1291.001821865997
+ 20
+-294.0022029836717
+ 10
+1291.001821865997
+ 20
+-152.0022031752495
+ 10
+1066.001821865997
+ 20
+-152.0022031752495
+  0
+LWPOLYLINE
+  5
+20681
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+1058.001821865997
+ 20
+-144.0022031752495
+ 10
+1300.001821865997
+ 20
+-144.0022031752495
+ 10
+1300.001821865997
+ 20
+-302.0022029836717
+ 10
+1058.001821865997
+ 20
+-302.0022029836717
+  0
+INSERT
+  5
+20682
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Jbutton
+ 10
+1082.001823217874
+ 20
+-285.0022015932148
+ 30
+0.0
+ 41
+192.0000004100909
+ 42
+31.00000062525578
+ 43
+192.0000004100909
+  0
+ATTRIB
+  5
+20683
+330
+20682
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1082.001823217874
+ 20
+-285.0022015932148
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+CWM-CWS03:WtrC-LT-070:LLACK
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COMMANDE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+20684
+330
+20682
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1082.001823217874
+ 20
+-285.0022015932148
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+20685
+330
+20682
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1082.001823217874
+ 20
+-285.0022015932148
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+12
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+20686
+330
+20682
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1082.001823217874
+ 20
+-285.0022015932148
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+7
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+20687
+330
+20682
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1082.001823217874
+ 20
+-285.0022015932148
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+0
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CONFIRM
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+20688
+330
+20682
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1082.001823217874
+ 20
+-285.0022015932148
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+20689
+330
+20682
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1082.001823217874
+ 20
+-285.0022015932148
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+2068A
+330
+20682
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1082.001823217874
+ 20
+-285.0022015932148
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+Acknowledge
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+TEXTE
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+2068B
+330
+20682
+100
+AcDbEntity
+  8
+0
+  0
+TEXT
+  5
+2068D
+330
+1F
+100
+AcDbEntity
+  8
+INSTRUM
+100
+AcDbText
+ 10
+1368.863519409694
+ 20
+-227.568441549295
+ 30
+49.20321653524187
+ 40
+11.0
+  1
+Level error
+  7
+SansSerif
+100
+AcDbText
+  0
+INSERT
+  5
+2068E
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Disque
+ 10
+1519.001822330212
+ 20
+-223.0022034586194
+ 30
+0.0
+ 41
+16.0
+ 42
+-16.0
+ 43
+16.0
+ 50
+270.0
+  0
+ATTRIB
+  5
+2068F
+330
+2068E
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1519.001822330212
+ 20
+-223.0022034586194
+ 30
+0.0
+ 40
+1.6
+  1
+CWM-CWS03:WtrC-LT-070:LVLError
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+20690
+330
+2068E
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1519.001822330212
+ 20
+-223.0022034586194
+ 30
+0.0
+ 40
+1.6
+  1
+12
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+20691
+330
+2068E
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1519.001822330212
+ 20
+-223.0022034586194
+ 30
+0.0
+ 40
+1.6
+  1
+10
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+20692
+330
+2068E
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1519.001822330212
+ 20
+-223.0022034586194
+ 30
+0.0
+ 40
+1.6
+  1
+7
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+20693
+330
+2068E
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1519.001822330212
+ 20
+-223.0022034586194
+ 30
+0.0
+ 40
+1.6
+  1
+1
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+20694
+330
+2068E
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1519.001822330212
+ 20
+-223.0022034586194
+ 30
+0.0
+ 40
+1.6
+  1
+0
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+20695
+330
+2068E
+100
+AcDbEntity
+  8
+0
+  0
+LWPOLYLINE
+  5
+20696
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+1335.001821856347
+ 20
+-294.0022028912798
+ 10
+1560.001821856347
+ 20
+-294.0022028912798
+ 10
+1560.001821856347
+ 20
+-152.0022030828576
+ 10
+1335.001821856347
+ 20
+-152.0022030828576
+  0
+LWPOLYLINE
+  5
+20697
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+1327.001821856347
+ 20
+-144.0022030828576
+ 10
+1569.001821856347
+ 20
+-144.0022030828576
+ 10
+1569.001821856347
+ 20
+-302.0022028912798
+ 10
+1327.001821856347
+ 20
+-302.0022028912798
+  0
+INSERT
+  5
+20698
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Jbutton
+ 10
+1351.001823208224
+ 20
+-285.0022015008229
+ 30
+0.0
+ 41
+192.0000004100909
+ 42
+31.00000062525578
+ 43
+192.0000004100909
+  0
+ATTRIB
+  5
+20699
+330
+20698
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1351.001823208224
+ 20
+-285.0022015008229
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+CWM-CWS03:WtrC-LT-070:LVLACK
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COMMANDE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+2069A
+330
+20698
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1351.001823208224
+ 20
+-285.0022015008229
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+2069B
+330
+20698
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1351.001823208224
+ 20
+-285.0022015008229
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+12
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+2069C
+330
+20698
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1351.001823208224
+ 20
+-285.0022015008229
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+7
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+2069D
+330
+20698
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1351.001823208224
+ 20
+-285.0022015008229
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+0
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CONFIRM
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+2069E
+330
+20698
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1351.001823208224
+ 20
+-285.0022015008229
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+2069F
+330
+20698
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1351.001823208224
+ 20
+-285.0022015008229
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+206A0
+330
+20698
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1351.001823208224
+ 20
+-285.0022015008229
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+Acknowledge
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+TEXTE
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+206A1
+330
+20698
+100
+AcDbEntity
+  8
+0
+  0
+LWPOLYLINE
+  5
+20798
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+260.0018185266672
+ 20
+-291.0022022439847
+ 10
+485.0018185266671
+ 20
+-291.0022022439847
+ 10
+485.0018185266671
+ 20
+-149.0022024355624
+ 10
+260.0018185266672
+ 20
+-149.0022024355624
+  0
+LWPOLYLINE
+  5
+20799
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+252.0018185266672
+ 20
+-141.0022024355624
+ 10
+494.0018185266672
+ 20
+-141.0022024355624
+ 10
+494.0018185266672
+ 20
+-299.0022022439847
+ 10
+252.0018185266672
+ 20
+-299.0022022439847
+  0
+SOLID
+  5
+2079A
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    46
+100
+AcDbTrace
+ 10
+252.0018185266672
+ 20
+-141.0022024355624
+ 30
+0.0
+ 11
+494.0018185266672
+ 21
+-141.0022024355624
+ 31
+0.0
+ 12
+260.0018185266672
+ 22
+-149.0022024355624
+ 32
+0.0
+ 13
+485.0018185266671
+ 23
+-149.0022024355624
+ 33
+0.0
+  0
+SOLID
+  5
+2079B
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    46
+100
+AcDbTrace
+ 10
+494.0018185266672
+ 20
+-141.0022024355624
+ 30
+0.0
+ 11
+494.0018185266672
+ 21
+-299.0022022439847
+ 31
+0.0
+ 12
+485.0018185266671
+ 22
+-149.0022024355624
+ 32
+0.0
+ 13
+485.0018185266671
+ 23
+-291.0022022439847
+ 33
+0.0
+  0
+SOLID
+  5
+2079C
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    46
+100
+AcDbTrace
+ 10
+260.0018185266672
+ 20
+-291.0022022439847
+ 30
+0.0
+ 11
+485.0018185266671
+ 21
+-291.0022022439847
+ 31
+0.0
+ 12
+252.0018185266672
+ 22
+-299.0022022439847
+ 32
+0.0
+ 13
+494.0018185266672
+ 23
+-299.0022022439847
+ 33
+0.0
+  0
+SOLID
+  5
+2079D
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    46
+100
+AcDbTrace
+ 10
+252.0018185266672
+ 20
+-141.0022024355624
+ 30
+0.0
+ 11
+252.0018185266672
+ 21
+-299.0022022439847
+ 31
+0.0
+ 12
+260.0018185266672
+ 22
+-149.0022024355624
+ 32
+0.0
+ 13
+260.0018185266672
+ 23
+-291.0022022439847
+ 33
+0.0
+  0
+LWPOLYLINE
+  5
+2079E
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+252.0018185266672
+ 20
+-141.0022024355624
+ 10
+494.0018185266672
+ 20
+-141.0022024355624
+ 10
+494.0018185266672
+ 20
+-299.0022022439847
+ 10
+252.0018185266672
+ 20
+-299.0022022439847
+  0
+LWPOLYLINE
+  5
+2079F
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+260.0018185266672
+ 20
+-149.0022024355624
+ 10
+485.0018185266671
+ 20
+-149.0022024355624
+ 10
+485.0018185266671
+ 20
+-291.0022022439847
+ 10
+260.0018185266672
+ 20
+-291.0022022439847
+  0
+INSERT
+  5
+207A0
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     9
+100
+AcDbBlockReference
+ 66
+     1
+  2
+palet
+ 10
+507.1235516921434
+ 20
+-132.2445001015209
+ 30
+-28.9114261271681
+  0
+ATTRIB
+  5
+207A1
+330
+207A0
+100
+AcDbEntity
+  8
+IMG009
+ 62
+     9
+100
+AcDbText
+ 10
+507.1235516921434
+ 20
+-132.2445001015209
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+CWM-CWS03:WtrC-FT-011:Error
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+207A2
+330
+207A0
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+507.1235516921434
+ 20
+-132.2445001015209
+ 30
+-28.9114261271681
+ 40
+6.0
+  1
+46
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+207A3
+330
+207A0
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+507.1235516921434
+ 20
+-132.2445001015209
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+12
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+207A4
+330
+207A0
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+507.1235516921434
+ 20
+-132.2445001015209
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+10
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+207A5
+330
+207A0
+100
+AcDbEntity
+  8
+0
+  0
+LWPOLYLINE
+  5
+207A6
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+528.0018219776466
+ 20
+-291.0022016590682
+ 10
+753.0018219776466
+ 20
+-291.0022016590682
+ 10
+753.0018219776466
+ 20
+-149.002201850646
+ 10
+528.0018219776466
+ 20
+-149.002201850646
+  0
+LWPOLYLINE
+  5
+207A7
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+520.0018219776468
+ 20
+-141.002201850646
+ 10
+762.0018219776466
+ 20
+-141.002201850646
+ 10
+762.0018219776466
+ 20
+-299.0022016590682
+ 10
+520.0018219776468
+ 20
+-299.0022016590682
+  0
+SOLID
+  5
+207A8
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    47
+100
+AcDbTrace
+ 10
+520.0018219776468
+ 20
+-141.002201850646
+ 30
+0.0
+ 11
+762.0018219776466
+ 21
+-141.002201850646
+ 31
+0.0
+ 12
+528.0018219776466
+ 22
+-149.002201850646
+ 32
+0.0
+ 13
+753.0018219776466
+ 23
+-149.002201850646
+ 33
+0.0
+  0
+SOLID
+  5
+207A9
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    47
+100
+AcDbTrace
+ 10
+762.0018219776466
+ 20
+-141.002201850646
+ 30
+0.0
+ 11
+762.0018219776466
+ 21
+-299.0022016590682
+ 31
+0.0
+ 12
+753.0018219776466
+ 22
+-149.002201850646
+ 32
+0.0
+ 13
+753.0018219776466
+ 23
+-291.0022016590682
+ 33
+0.0
+  0
+SOLID
+  5
+207AA
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    47
+100
+AcDbTrace
+ 10
+528.0018219776466
+ 20
+-291.0022016590682
+ 30
+0.0
+ 11
+753.0018219776466
+ 21
+-291.0022016590682
+ 31
+0.0
+ 12
+520.0018219776468
+ 22
+-299.0022016590682
+ 32
+0.0
+ 13
+762.0018219776466
+ 23
+-299.0022016590682
+ 33
+0.0
+  0
+SOLID
+  5
+207AB
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    47
+100
+AcDbTrace
+ 10
+520.0018219776468
+ 20
+-141.002201850646
+ 30
+0.0
+ 11
+520.0018219776468
+ 21
+-299.0022016590682
+ 31
+0.0
+ 12
+528.0018219776466
+ 22
+-149.002201850646
+ 32
+0.0
+ 13
+528.0018219776466
+ 23
+-291.0022016590682
+ 33
+0.0
+  0
+LWPOLYLINE
+  5
+207AC
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+520.0018219776468
+ 20
+-141.002201850646
+ 10
+762.0018219776466
+ 20
+-141.002201850646
+ 10
+762.0018219776466
+ 20
+-299.0022016590682
+ 10
+520.0018219776468
+ 20
+-299.0022016590682
+  0
+LWPOLYLINE
+  5
+207AD
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+528.0018219776466
+ 20
+-149.002201850646
+ 10
+753.0018219776466
+ 20
+-149.002201850646
+ 10
+753.0018219776466
+ 20
+-291.0022016590682
+ 10
+528.0018219776466
+ 20
+-291.0022016590682
+  0
+INSERT
+  5
+207AE
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     9
+100
+AcDbBlockReference
+ 66
+     1
+  2
+palet
+ 10
+775.1235551431228
+ 20
+-132.2444995166043
+ 30
+-28.9114261271681
+  0
+ATTRIB
+  5
+207AF
+330
+207AE
+100
+AcDbEntity
+  8
+IMG009
+ 62
+     9
+100
+AcDbText
+ 10
+775.1235551431228
+ 20
+-132.2444995166043
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+CWM-CWS03:WtrC-PT-017:Error
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+207B0
+330
+207AE
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+775.1235551431228
+ 20
+-132.2444995166043
+ 30
+-28.9114261271681
+ 40
+6.0
+  1
+47
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+207B1
+330
+207AE
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+775.1235551431228
+ 20
+-132.2444995166043
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+12
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+207B2
+330
+207AE
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+775.1235551431228
+ 20
+-132.2444995166043
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+10
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+207B3
+330
+207AE
+100
+AcDbEntity
+  8
+0
+  0
+LWPOLYLINE
+  5
+207B4
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+795.0018219776466
+ 20
+-291.0022010741517
+ 10
+1020.001821977646
+ 20
+-291.0022010741517
+ 10
+1020.001821977646
+ 20
+-149.0022012657294
+ 10
+795.0018219776466
+ 20
+-149.0022012657294
+  0
+LWPOLYLINE
+  5
+207B5
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+787.0018219776466
+ 20
+-141.0022012657294
+ 10
+1029.001821977646
+ 20
+-141.0022012657294
+ 10
+1029.001821977646
+ 20
+-299.0022010741517
+ 10
+787.0018219776466
+ 20
+-299.0022010741517
+  0
+SOLID
+  5
+207B6
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    48
+100
+AcDbTrace
+ 10
+787.0018219776466
+ 20
+-141.0022012657294
+ 30
+0.0
+ 11
+1029.001821977646
+ 21
+-141.0022012657294
+ 31
+0.0
+ 12
+795.0018219776466
+ 22
+-149.0022012657294
+ 32
+0.0
+ 13
+1020.001821977646
+ 23
+-149.0022012657294
+ 33
+0.0
+  0
+SOLID
+  5
+207B7
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    48
+100
+AcDbTrace
+ 10
+1029.001821977646
+ 20
+-141.0022012657294
+ 30
+0.0
+ 11
+1029.001821977646
+ 21
+-299.0022010741517
+ 31
+0.0
+ 12
+1020.001821977646
+ 22
+-149.0022012657294
+ 32
+0.0
+ 13
+1020.001821977646
+ 23
+-291.0022010741517
+ 33
+0.0
+  0
+SOLID
+  5
+207B8
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    48
+100
+AcDbTrace
+ 10
+795.0018219776466
+ 20
+-291.0022010741517
+ 30
+0.0
+ 11
+1020.001821977646
+ 21
+-291.0022010741517
+ 31
+0.0
+ 12
+787.0018219776466
+ 22
+-299.0022010741517
+ 32
+0.0
+ 13
+1029.001821977646
+ 23
+-299.0022010741517
+ 33
+0.0
+  0
+SOLID
+  5
+207B9
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    48
+100
+AcDbTrace
+ 10
+787.0018219776466
+ 20
+-141.0022012657294
+ 30
+0.0
+ 11
+787.0018219776466
+ 21
+-299.0022010741517
+ 31
+0.0
+ 12
+795.0018219776466
+ 22
+-149.0022012657294
+ 32
+0.0
+ 13
+795.0018219776466
+ 23
+-291.0022010741517
+ 33
+0.0
+  0
+LWPOLYLINE
+  5
+207BA
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+787.0018219776466
+ 20
+-141.0022012657294
+ 10
+1029.001821977646
+ 20
+-141.0022012657294
+ 10
+1029.001821977646
+ 20
+-299.0022010741517
+ 10
+787.0018219776466
+ 20
+-299.0022010741517
+  0
+LWPOLYLINE
+  5
+207BB
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+795.0018219776466
+ 20
+-149.0022012657294
+ 10
+1020.001821977646
+ 20
+-149.0022012657294
+ 10
+1020.001821977646
+ 20
+-291.0022010741517
+ 10
+795.0018219776466
+ 20
+-291.0022010741517
+  0
+INSERT
+  5
+207BC
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     9
+100
+AcDbBlockReference
+ 66
+     1
+  2
+palet
+ 10
+1042.123555143122
+ 20
+-132.2444989316879
+ 30
+-28.9114261271681
+  0
+ATTRIB
+  5
+207BD
+330
+207BC
+100
+AcDbEntity
+  8
+IMG009
+ 62
+     9
+100
+AcDbText
+ 10
+1042.123555143122
+ 20
+-132.2444989316879
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+CWM-CWS03:WtrC-LT-070:LHError
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+207BE
+330
+207BC
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1042.123555143122
+ 20
+-132.2444989316879
+ 30
+-28.9114261271681
+ 40
+6.0
+  1
+48
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+207BF
+330
+207BC
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1042.123555143122
+ 20
+-132.2444989316879
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+12
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+207C0
+330
+207BC
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1042.123555143122
+ 20
+-132.2444989316879
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+10
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+207C1
+330
+207BC
+100
+AcDbEntity
+  8
+0
+  0
+LWPOLYLINE
+  5
+207C2
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+1066.001821977646
+ 20
+-294.0022016590682
+ 10
+1291.001821977646
+ 20
+-294.0022016590682
+ 10
+1291.001821977646
+ 20
+-152.0022018506459
+ 10
+1066.001821977646
+ 20
+-152.0022018506459
+  0
+LWPOLYLINE
+  5
+207C3
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+1058.001821977646
+ 20
+-144.002201850646
+ 10
+1300.001821977647
+ 20
+-144.002201850646
+ 10
+1300.001821977647
+ 20
+-302.0022016590682
+ 10
+1058.001821977646
+ 20
+-302.0022016590682
+  0
+SOLID
+  5
+207C4
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    49
+100
+AcDbTrace
+ 10
+1058.001821977646
+ 20
+-144.002201850646
+ 30
+0.0
+ 11
+1300.001821977647
+ 21
+-144.002201850646
+ 31
+0.0
+ 12
+1066.001821977646
+ 22
+-152.0022018506459
+ 32
+0.0
+ 13
+1291.001821977646
+ 23
+-152.0022018506459
+ 33
+0.0
+  0
+SOLID
+  5
+207C5
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    49
+100
+AcDbTrace
+ 10
+1300.001821977647
+ 20
+-144.002201850646
+ 30
+0.0
+ 11
+1300.001821977647
+ 21
+-302.0022016590682
+ 31
+0.0
+ 12
+1291.001821977646
+ 22
+-152.0022018506459
+ 32
+0.0
+ 13
+1291.001821977646
+ 23
+-294.0022016590682
+ 33
+0.0
+  0
+SOLID
+  5
+207C6
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    49
+100
+AcDbTrace
+ 10
+1066.001821977646
+ 20
+-294.0022016590682
+ 30
+0.0
+ 11
+1291.001821977646
+ 21
+-294.0022016590682
+ 31
+0.0
+ 12
+1058.001821977646
+ 22
+-302.0022016590682
+ 32
+0.0
+ 13
+1300.001821977647
+ 23
+-302.0022016590682
+ 33
+0.0
+  0
+SOLID
+  5
+207C7
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    49
+100
+AcDbTrace
+ 10
+1058.001821977646
+ 20
+-144.002201850646
+ 30
+0.0
+ 11
+1058.001821977646
+ 21
+-302.0022016590682
+ 31
+0.0
+ 12
+1066.001821977646
+ 22
+-152.0022018506459
+ 32
+0.0
+ 13
+1066.001821977646
+ 23
+-294.0022016590682
+ 33
+0.0
+  0
+LWPOLYLINE
+  5
+207C8
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+1058.001821977646
+ 20
+-144.002201850646
+ 10
+1300.001821977647
+ 20
+-144.002201850646
+ 10
+1300.001821977647
+ 20
+-302.0022016590682
+ 10
+1058.001821977646
+ 20
+-302.0022016590682
+  0
+LWPOLYLINE
+  5
+207C9
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+1066.001821977646
+ 20
+-152.0022018506459
+ 10
+1291.001821977646
+ 20
+-152.0022018506459
+ 10
+1291.001821977646
+ 20
+-294.0022016590682
+ 10
+1066.001821977646
+ 20
+-294.0022016590682
+  0
+INSERT
+  5
+207CA
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     9
+100
+AcDbBlockReference
+ 66
+     1
+  2
+palet
+ 10
+1313.123555143123
+ 20
+-135.2444995166043
+ 30
+-28.9114261271681
+  0
+ATTRIB
+  5
+207CB
+330
+207CA
+100
+AcDbEntity
+  8
+IMG009
+ 62
+     9
+100
+AcDbText
+ 10
+1313.123555143123
+ 20
+-135.2444995166043
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+CWM-CWS03:WtrC-LT-070:LLError
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+207CC
+330
+207CA
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1313.123555143123
+ 20
+-135.2444995166043
+ 30
+-28.9114261271681
+ 40
+6.0
+  1
+49
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+207CD
+330
+207CA
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1313.123555143123
+ 20
+-135.2444995166043
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+12
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+207CE
+330
+207CA
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1313.123555143123
+ 20
+-135.2444995166043
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+10
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+207CF
+330
+207CA
+100
+AcDbEntity
+  8
+0
+  0
+LWPOLYLINE
+  5
+207D0
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+1335.001821967996
+ 20
+-294.0022015666762
+ 10
+1560.001821967996
+ 20
+-294.0022015666762
+ 10
+1560.001821967996
+ 20
+-152.002201758254
+ 10
+1335.001821967996
+ 20
+-152.002201758254
+  0
+LWPOLYLINE
+  5
+207D1
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+1327.001821967996
+ 20
+-144.002201758254
+ 10
+1569.001821967996
+ 20
+-144.002201758254
+ 10
+1569.001821967996
+ 20
+-302.0022015666762
+ 10
+1327.001821967996
+ 20
+-302.0022015666762
+  0
+SOLID
+  5
+207D2
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    50
+100
+AcDbTrace
+ 10
+1327.001821967996
+ 20
+-144.002201758254
+ 30
+0.0
+ 11
+1569.001821967996
+ 21
+-144.002201758254
+ 31
+0.0
+ 12
+1335.001821967996
+ 22
+-152.002201758254
+ 32
+0.0
+ 13
+1560.001821967996
+ 23
+-152.002201758254
+ 33
+0.0
+  0
+SOLID
+  5
+207D3
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    50
+100
+AcDbTrace
+ 10
+1569.001821967996
+ 20
+-144.002201758254
+ 30
+0.0
+ 11
+1569.001821967996
+ 21
+-302.0022015666762
+ 31
+0.0
+ 12
+1560.001821967996
+ 22
+-152.002201758254
+ 32
+0.0
+ 13
+1560.001821967996
+ 23
+-294.0022015666762
+ 33
+0.0
+  0
+SOLID
+  5
+207D4
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    50
+100
+AcDbTrace
+ 10
+1335.001821967996
+ 20
+-294.0022015666762
+ 30
+0.0
+ 11
+1560.001821967996
+ 21
+-294.0022015666762
+ 31
+0.0
+ 12
+1327.001821967996
+ 22
+-302.0022015666762
+ 32
+0.0
+ 13
+1569.001821967996
+ 23
+-302.0022015666762
+ 33
+0.0
+  0
+SOLID
+  5
+207D5
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    50
+100
+AcDbTrace
+ 10
+1327.001821967996
+ 20
+-144.002201758254
+ 30
+0.0
+ 11
+1327.001821967996
+ 21
+-302.0022015666762
+ 31
+0.0
+ 12
+1335.001821967996
+ 22
+-152.002201758254
+ 32
+0.0
+ 13
+1335.001821967996
+ 23
+-294.0022015666762
+ 33
+0.0
+  0
+LWPOLYLINE
+  5
+207D6
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+1327.001821967996
+ 20
+-144.002201758254
+ 10
+1569.001821967996
+ 20
+-144.002201758254
+ 10
+1569.001821967996
+ 20
+-302.0022015666762
+ 10
+1327.001821967996
+ 20
+-302.0022015666762
+  0
+LWPOLYLINE
+  5
+207D7
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+1335.001821967996
+ 20
+-152.002201758254
+ 10
+1560.001821967996
+ 20
+-152.002201758254
+ 10
+1560.001821967996
+ 20
+-294.0022015666762
+ 10
+1335.001821967996
+ 20
+-294.0022015666762
+  0
+INSERT
+  5
+207D8
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     9
+100
+AcDbBlockReference
+ 66
+     1
+  2
+palet
+ 10
+1582.123555133472
+ 20
+-135.2444994242124
+ 30
+-28.9114261271681
+  0
+ATTRIB
+  5
+207D9
+330
+207D8
+100
+AcDbEntity
+  8
+IMG009
+ 62
+     9
+100
+AcDbText
+ 10
+1582.123555133472
+ 20
+-135.2444994242124
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+CWM-CWS03:WtrC-LT-070:LVLError
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+207DA
+330
+207D8
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1582.123555133472
+ 20
+-135.2444994242124
+ 30
+-28.9114261271681
+ 40
+6.0
+  1
+50
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+207DB
+330
+207D8
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1582.123555133472
+ 20
+-135.2444994242124
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+12
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+207DC
+330
+207D8
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1582.123555133472
+ 20
+-135.2444994242124
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+10
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+207DD
+330
+207D8
+100
+AcDbEntity
+  8
+0
+  0
+INSERT
+  5
+20CC1
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Equtor
+ 10
+478.0018237997948
+ 20
+671.997795662811
+ 30
+0.0
+ 41
+22.0
+ 42
+15.0
+ 43
+22.0
+  0
+ATTRIB
+  5
+20CC2
+330
+20CC1
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+478.0018237997948
+ 20
+671.997795662811
+ 30
+0.0
+ 40
+1.5
+  1
+CWM-CWS03:Ctrl-Key-083:OFF
+ 41
+1.466666666666665
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+20CC3
+330
+20CC1
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+478.0018237997948
+ 20
+671.997795662811
+ 30
+0.0
+ 40
+1.5
+  1
+Automatic control
+ 41
+1.466666666666665
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+EQU-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+20CC4
+330
+20CC1
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+478.0018237997948
+ 20
+671.997795662811
+ 30
+0.0
+ 40
+1.5
+  1
+10
+ 41
+1.466666666666665
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+20CC5
+330
+20CC1
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+478.0018237997948
+ 20
+671.997795662811
+ 30
+0.0
+ 40
+1.5
+  1
+Manual control
+ 41
+1.466666666666665
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+EQU-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+20CC6
+330
+20CC1
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+478.0018237997948
+ 20
+671.997795662811
+ 30
+0.0
+ 40
+1.5
+  1
+12
+ 41
+1.466666666666665
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+20CC7
+330
+20CC1
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+478.0018237997948
+ 20
+671.997795662811
+ 30
+0.0
+ 40
+1.5
+  1
+0
+ 41
+1.466666666666665
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+20CC8
+330
+20CC1
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+478.0018237997948
+ 20
+671.997795662811
+ 30
+0.0
+ 40
+1.5
+  1
+0
+ 41
+1.466666666666665
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+20CC9
+330
+20CC1
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+478.0018237997948
+ 20
+671.997795662811
+ 30
+0.0
+ 40
+1.5
+  1
+0
+ 41
+1.466666666666665
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+20CCA
+330
+20CC1
+100
+AcDbEntity
+  8
+0
+  0
+TEXT
+  5
+20CCB
+330
+1F
+100
+AcDbEntity
+  8
+TEXTE
+ 62
+     7
+100
+AcDbText
+ 10
+533.0018237997948
+ 20
+694.254503289116
+ 30
+13363.2
+ 40
+8.0
+  1
+Control mode
+ 72
+     1
+ 11
+577.6684904664614
+ 21
+694.254503289116
+ 31
+13363.2
+100
+AcDbText
+  0
+SOLID
+  5
+20CCC
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbTrace
+ 10
+471.801825450623
+ 20
+703.7978000601611
+ 30
+13593.6
+ 11
+471.8018254506228
+ 21
+667.9977956939552
+ 31
+13593.6
+ 12
+685.0018249784841
+ 22
+703.7977986481979
+ 32
+13593.6
+ 13
+685.0018249784839
+ 23
+667.9977942508477
+ 33
+13593.6
+  0
+SOLID
+  5
+20CCD
+330
+1F
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+471.801825450623
+ 20
+703.7978000601611
+ 30
+13593.6
+ 11
+685.0018249784841
+ 21
+703.7977986481979
+ 31
+13593.6
+ 12
+470.0018254506227
+ 22
+705.5978000601607
+ 32
+13593.6
+ 13
+687.0018221014816
+ 23
+705.5978025121087
+ 33
+13593.6
+  0
+SOLID
+  5
+20CCE
+330
+1F
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+470.0018296612838
+ 20
+665.9977956628108
+ 30
+13593.6
+ 11
+471.801825422593
+ 21
+667.997795662811
+ 31
+13593.6
+ 12
+470.0018254506227
+ 22
+705.5978000601607
+ 32
+13593.6
+ 13
+471.801825450623
+ 23
+703.7978000601611
+ 33
+13593.6
+  0
+SOLID
+  5
+20CCF
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+470.0018296612838
+ 20
+665.9977956628108
+ 30
+13593.6
+ 11
+687.0018284106175
+ 21
+665.9977962222604
+ 31
+13593.6
+ 12
+471.801825422593
+ 22
+667.997795662811
+ 32
+13593.6
+ 13
+685.0018249784839
+ 23
+667.997795662811
+ 33
+13593.6
+  0
+LWPOLYLINE
+  5
+20CD0
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 38
+13593.6
+ 10
+470.0018301647871
+ 20
+665.9977962222604
+ 10
+687.0018237997948
+ 20
+665.9977962222604
+ 10
+687.0018237997948
+ 20
+705.5978039240719
+ 10
+470.0018301647871
+ 20
+705.5978039240719
+  0
+SOLID
+  5
+20CD1
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+687.0018278554866
+ 20
+665.99779677739
+ 30
+13593.6
+ 11
+685.0018249784839
+ 21
+667.9977942508477
+ 31
+13593.6
+ 12
+687.0018221014816
+ 22
+705.5978025121087
+ 32
+13593.6
+ 13
+685.0018249784841
+ 23
+703.7977986481979
+ 33
+13593.6
+  0
+TEXT
+  5
+20D02
+330
+1F
+100
+AcDbEntity
+  8
+TEXTE
+ 62
+     7
+100
+AcDbText
+ 10
+549.0805729149001
+ 20
+651.6491482119526
+ 30
+40844.8
+ 40
+8.0
+  1
+PLC Life
+100
+AcDbText
+  0
+INSERT
+  5
+20D03
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Valnum
+ 10
+558.0805729149001
+ 20
+638.7744311096067
+ 30
+40844.8
+ 41
+1.199999999999999
+ 42
+1.199999999999999
+ 43
+1.5
+  0
+ATTRIB
+  5
+20D04
+330
+20D03
+100
+AcDbEntity
+  8
+IMG027
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+610.8805729149
+ 20
+638.7744311096067
+ 30
+40844.8
+ 40
+9.599999999999999
+  1
+CWM-CWS03:Ctrl-PLC-001:PLCLife
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+20D05
+330
+20D03
+100
+AcDbEntity
+  8
+IMG027
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+610.8805729149
+ 20
+638.7744311096067
+ 30
+40844.8
+ 40
+9.599999999999999
+  1
+14
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+20D06
+330
+20D03
+100
+AcDbEntity
+  8
+IMG027
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+610.8805729149
+ 20
+638.7744311096067
+ 30
+40844.8
+ 40
+9.599999999999999
+  1
+0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+20D07
+330
+20D03
+100
+AcDbEntity
+  8
+0
+  0
+SOLID
+  5
+20D08
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbTrace
+ 10
+541.8018227959326
+ 20
+660.669947632293
+ 30
+41075.2
+ 11
+541.8018227959326
+ 21
+637.6699477399601
+ 31
+41075.2
+ 12
+611.0805715908941
+ 22
+660.5844253498453
+ 32
+41075.2
+ 13
+611.0805715908941
+ 23
+637.584425063371
+ 33
+41075.2
+  0
+SOLID
+  5
+20D09
+330
+1F
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+541.8018227959326
+ 20
+660.669947632293
+ 30
+41075.2
+ 11
+611.0805715908941
+ 21
+660.5844253498453
+ 31
+41075.2
+ 12
+540.0018227959324
+ 22
+662.4699476322928
+ 32
+41075.2
+ 13
+613.0805700378974
+ 23
+662.4699514962036
+ 33
+41075.2
+  0
+SOLID
+  5
+20D0A
+330
+1F
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+540.0018227959324
+ 20
+635.8699477399604
+ 30
+40844.8
+ 11
+541.8018227959326
+ 21
+637.6699477399601
+ 31
+40844.8
+ 12
+540.0018227959324
+ 22
+662.4699476322928
+ 32
+40844.8
+ 13
+541.8018227959326
+ 23
+660.669947632293
+ 33
+40844.8
+  0
+SOLID
+  5
+20D0B
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+540.0018227679022
+ 20
+635.8699433290409
+ 30
+41075.2
+ 11
+612.7950441903768
+ 21
+635.8699524638888
+ 31
+41075.2
+ 12
+541.8018227679024
+ 22
+637.6699433290406
+ 32
+41075.2
+ 13
+611.0805715908941
+ 23
+637.584425063371
+ 33
+41075.2
+  0
+LWPOLYLINE
+  5
+20D0C
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 38
+41075.2
+ 10
+540.0018212525881
+ 20
+662.4699514962036
+ 10
+613.0805700378974
+ 20
+662.4699514962036
+ 10
+613.0805757919026
+ 20
+635.8699524638888
+ 10
+540.0018270065932
+ 20
+635.8699524638888
+  0
+SOLID
+  5
+20D0D
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+612.8805715908941
+ 20
+635.7844250633712
+ 30
+41075.2
+ 11
+611.0805715908941
+ 21
+637.584425063371
+ 31
+41075.2
+ 12
+612.8805772367717
+ 22
+662.3844253498451
+ 32
+41075.2
+ 13
+611.0805715908941
+ 23
+660.5844253498453
+ 33
+41075.2
+  0
+LWPOLYLINE
+  5
+21203
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+276.0018237775853
+ 20
+380.9977954411612
+ 10
+468.0018241876761
+ 20
+380.9977954411612
+ 10
+468.0018241876761
+ 20
+411.9977960664169
+ 10
+276.0018237775853
+ 20
+411.9977960664169
+  0
+TEXT
+  5
+21204
+330
+1F
+100
+AcDbEntity
+  8
+INSTRUM
+100
+AcDbText
+ 10
+293.8635217410233
+ 20
+527.4315575999794
+ 30
+49.20321653524187
+ 40
+11.0
+  1
+Opening error
+  7
+SansSerif
+100
+AcDbText
+  0
+INSERT
+  5
+21205
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Disque
+ 10
+444.0018246615403
+ 20
+531.9977956906551
+ 30
+0.0
+ 41
+16.0
+ 42
+-16.0
+ 43
+16.0
+ 50
+270.0
+  0
+ATTRIB
+  5
+21206
+330
+21205
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+444.0018246615403
+ 20
+531.9977956906551
+ 30
+0.0
+ 40
+1.6
+  1
+CWM-CWS03:WtrC-PCV-011:ErrorO
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21207
+330
+21205
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+444.0018246615403
+ 20
+531.9977956906551
+ 30
+0.0
+ 40
+1.6
+  1
+12
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21208
+330
+21205
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+444.0018246615403
+ 20
+531.9977956906551
+ 30
+0.0
+ 40
+1.6
+  1
+10
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21209
+330
+21205
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+444.0018246615403
+ 20
+531.9977956906551
+ 30
+0.0
+ 40
+1.6
+  1
+7
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+2120A
+330
+21205
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+444.0018246615403
+ 20
+531.9977956906551
+ 30
+0.0
+ 40
+1.6
+  1
+1
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+2120B
+330
+21205
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+444.0018246615403
+ 20
+531.9977956906551
+ 30
+0.0
+ 40
+1.6
+  1
+0
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+2120C
+330
+21205
+100
+AcDbEntity
+  8
+0
+  0
+INSERT
+  5
+2120D
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Disque
+ 10
+444.0018246615403
+ 20
+467.9977960802331
+ 30
+0.0
+ 41
+16.0
+ 42
+-16.0
+ 43
+16.0
+ 50
+270.0
+  0
+ATTRIB
+  5
+2120E
+330
+2120D
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+444.0018246615403
+ 20
+467.9977960802331
+ 30
+0.0
+ 40
+1.6
+  1
+CWM-CWS03:WtrC-PCV-011:ErrorT
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+2120F
+330
+2120D
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+444.0018246615403
+ 20
+467.9977960802331
+ 30
+0.0
+ 40
+1.6
+  1
+12
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21210
+330
+2120D
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+444.0018246615403
+ 20
+467.9977960802331
+ 30
+0.0
+ 40
+1.6
+  1
+10
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21211
+330
+2120D
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+444.0018246615403
+ 20
+467.9977960802331
+ 30
+0.0
+ 40
+1.6
+  1
+7
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21212
+330
+2120D
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+444.0018246615403
+ 20
+467.9977960802331
+ 30
+0.0
+ 40
+1.6
+  1
+1
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21213
+330
+2120D
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+444.0018246615403
+ 20
+467.9977960802331
+ 30
+0.0
+ 40
+1.6
+  1
+0
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+21214
+330
+2120D
+100
+AcDbEntity
+  8
+0
+  0
+INSERT
+  5
+21215
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Disque
+ 10
+444.0018246372108
+ 20
+499.9977956436187
+ 30
+0.0
+ 41
+16.0
+ 42
+-16.0
+ 43
+16.0
+ 50
+270.0
+  0
+ATTRIB
+  5
+21216
+330
+21215
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+444.0018246372108
+ 20
+499.9977956436187
+ 30
+0.0
+ 40
+1.6
+  1
+CWM-CWS03:WtrC-PCV-011:ErrorC
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21217
+330
+21215
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+444.0018246372108
+ 20
+499.9977956436187
+ 30
+0.0
+ 40
+1.6
+  1
+12
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21218
+330
+21215
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+444.0018246372108
+ 20
+499.9977956436187
+ 30
+0.0
+ 40
+1.6
+  1
+10
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21219
+330
+21215
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+444.0018246372108
+ 20
+499.9977956436187
+ 30
+0.0
+ 40
+1.6
+  1
+7
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+2121A
+330
+21215
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+444.0018246372108
+ 20
+499.9977956436187
+ 30
+0.0
+ 40
+1.6
+  1
+1
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+2121B
+330
+21215
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+444.0018246372108
+ 20
+499.9977956436187
+ 30
+0.0
+ 40
+1.6
+  1
+0
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+2121C
+330
+21215
+100
+AcDbEntity
+  8
+0
+  0
+INSERT
+  5
+2121D
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Disque
+ 10
+444.0018246372108
+ 20
+435.9977951710948
+ 30
+0.0
+ 41
+16.0
+ 42
+-16.0
+ 43
+16.0
+ 50
+270.0
+  0
+ATTRIB
+  5
+2121E
+330
+2121D
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+444.0018246372108
+ 20
+435.9977951710948
+ 30
+0.0
+ 40
+1.6
+  1
+CWM-CWS03:WtrC-PCV-011:ErrorN
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+2121F
+330
+2121D
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+444.0018246372108
+ 20
+435.9977951710948
+ 30
+0.0
+ 40
+1.6
+  1
+12
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21220
+330
+2121D
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+444.0018246372108
+ 20
+435.9977951710948
+ 30
+0.0
+ 40
+1.6
+  1
+10
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21221
+330
+2121D
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+444.0018246372108
+ 20
+435.9977951710948
+ 30
+0.0
+ 40
+1.6
+  1
+7
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21222
+330
+2121D
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+444.0018246372108
+ 20
+435.9977951710948
+ 30
+0.0
+ 40
+1.6
+  1
+1
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21223
+330
+2121D
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+444.0018246372108
+ 20
+435.9977951710948
+ 30
+0.0
+ 40
+1.6
+  1
+0
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+21224
+330
+2121D
+100
+AcDbEntity
+  8
+0
+  0
+TEXT
+  5
+21225
+330
+1F
+100
+AcDbEntity
+  8
+INSTRUM
+100
+AcDbText
+ 10
+291.7289289485024
+ 20
+494.3520977079898
+ 30
+49.20321653524187
+ 40
+11.0
+  1
+Closing error
+  7
+SansSerif
+100
+AcDbText
+  0
+TEXT
+  5
+21226
+330
+1F
+100
+AcDbEntity
+  8
+INSTRUM
+100
+AcDbText
+ 10
+291.6511791770731
+ 20
+461.8965492571184
+ 30
+49.20321653524187
+ 40
+11.0
+  1
+Twice sensors error
+  7
+SansSerif
+100
+AcDbText
+  0
+TEXT
+  5
+21227
+330
+1F
+100
+AcDbEntity
+  8
+INSTRUM
+100
+AcDbText
+ 10
+291.0980100584616
+ 20
+430.5699872197238
+ 30
+49.20321653524187
+ 40
+11.0
+  1
+No sensor error
+  7
+SansSerif
+100
+AcDbText
+  0
+LWPOLYLINE
+  5
+21228
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+260.0018241876761
+ 20
+363.997796066417
+ 10
+485.0018241876761
+ 20
+363.997796066417
+ 10
+485.0018241876761
+ 20
+602.997796066417
+ 10
+260.0018241876761
+ 20
+602.997796066417
+  0
+INSERT
+  5
+21229
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Jbutton
+ 10
+276.0018237775853
+ 20
+380.9977954411612
+ 30
+0.0
+ 41
+192.0000004100909
+ 42
+31.00000062525578
+ 43
+192.0000004100909
+  0
+ATTRIB
+  5
+2122A
+330
+21229
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+276.0018237775853
+ 20
+380.9977954411612
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+CWM-CWS03:WtrC-PCV-011:Ack
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COMMANDE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+2122B
+330
+21229
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+276.0018237775853
+ 20
+380.9977954411612
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+CWM-CWS03:WtrC-PCV-011:CndAck
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+2122C
+330
+21229
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+276.0018237775853
+ 20
+380.9977954411612
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+12
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+2122D
+330
+21229
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+276.0018237775853
+ 20
+380.9977954411612
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+7
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+2122E
+330
+21229
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+276.0018237775853
+ 20
+380.9977954411612
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+0
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CONFIRM
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+2122F
+330
+21229
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+276.0018237775853
+ 20
+380.9977954411612
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21230
+330
+21229
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+276.0018237775853
+ 20
+380.9977954411612
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21231
+330
+21229
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+276.0018237775853
+ 20
+380.9977954411612
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+Acknowledge
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+TEXTE
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+21232
+330
+21229
+100
+AcDbEntity
+  8
+0
+  0
+LWPOLYLINE
+  5
+21233
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+252.0018241876762
+ 20
+610.997796066417
+ 10
+494.0018241876761
+ 20
+610.997796066417
+ 10
+494.0018241876761
+ 20
+355.997796066417
+ 10
+252.0018241876762
+ 20
+355.997796066417
+  0
+LWPOLYLINE
+  5
+21235
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+544.0018248733808
+ 20
+380.9977952495834
+ 10
+736.0018252834716
+ 20
+380.9977952495834
+ 10
+736.0018252834716
+ 20
+411.9977958748392
+ 10
+544.0018248733808
+ 20
+411.9977958748392
+  0
+TEXT
+  5
+21236
+330
+1F
+100
+AcDbEntity
+  8
+INSTRUM
+100
+AcDbText
+ 10
+561.8635228368186
+ 20
+527.4315574084018
+ 30
+49.20321653524187
+ 40
+11.0
+  1
+Opening error
+  7
+SansSerif
+100
+AcDbText
+  0
+INSERT
+  5
+21237
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Disque
+ 10
+712.0018257573358
+ 20
+531.9977954990774
+ 30
+0.0
+ 41
+16.0
+ 42
+-16.0
+ 43
+16.0
+ 50
+270.0
+  0
+ATTRIB
+  5
+21238
+330
+21237
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+712.0018257573358
+ 20
+531.9977954990774
+ 30
+0.0
+ 40
+1.6
+  1
+CWM-CWS03:WtrC-FCV-011:ErrorO
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21239
+330
+21237
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+712.0018257573358
+ 20
+531.9977954990774
+ 30
+0.0
+ 40
+1.6
+  1
+12
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+2123A
+330
+21237
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+712.0018257573358
+ 20
+531.9977954990774
+ 30
+0.0
+ 40
+1.6
+  1
+10
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+2123B
+330
+21237
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+712.0018257573358
+ 20
+531.9977954990774
+ 30
+0.0
+ 40
+1.6
+  1
+7
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+2123C
+330
+21237
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+712.0018257573358
+ 20
+531.9977954990774
+ 30
+0.0
+ 40
+1.6
+  1
+1
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+2123D
+330
+21237
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+712.0018257573358
+ 20
+531.9977954990774
+ 30
+0.0
+ 40
+1.6
+  1
+0
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+2123E
+330
+21237
+100
+AcDbEntity
+  8
+0
+  0
+INSERT
+  5
+2123F
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Disque
+ 10
+712.0018257573358
+ 20
+467.9977958886553
+ 30
+0.0
+ 41
+16.0
+ 42
+-16.0
+ 43
+16.0
+ 50
+270.0
+  0
+ATTRIB
+  5
+21240
+330
+2123F
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+712.0018257573358
+ 20
+467.9977958886553
+ 30
+0.0
+ 40
+1.6
+  1
+CWM-CWS03:WtrC-FCV-011:ErrorT
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21241
+330
+2123F
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+712.0018257573358
+ 20
+467.9977958886553
+ 30
+0.0
+ 40
+1.6
+  1
+12
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21242
+330
+2123F
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+712.0018257573358
+ 20
+467.9977958886553
+ 30
+0.0
+ 40
+1.6
+  1
+10
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21243
+330
+2123F
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+712.0018257573358
+ 20
+467.9977958886553
+ 30
+0.0
+ 40
+1.6
+  1
+7
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21244
+330
+2123F
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+712.0018257573358
+ 20
+467.9977958886553
+ 30
+0.0
+ 40
+1.6
+  1
+1
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21245
+330
+2123F
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+712.0018257573358
+ 20
+467.9977958886553
+ 30
+0.0
+ 40
+1.6
+  1
+0
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+21246
+330
+2123F
+100
+AcDbEntity
+  8
+0
+  0
+INSERT
+  5
+21247
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Disque
+ 10
+712.0018257330063
+ 20
+499.997795452041
+ 30
+0.0
+ 41
+16.0
+ 42
+-16.0
+ 43
+16.0
+ 50
+270.0
+  0
+ATTRIB
+  5
+21248
+330
+21247
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+712.0018257330063
+ 20
+499.997795452041
+ 30
+0.0
+ 40
+1.6
+  1
+CWM-CWS03:WtrC-FCV-011:ErrorC
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21249
+330
+21247
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+712.0018257330063
+ 20
+499.997795452041
+ 30
+0.0
+ 40
+1.6
+  1
+12
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+2124A
+330
+21247
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+712.0018257330063
+ 20
+499.997795452041
+ 30
+0.0
+ 40
+1.6
+  1
+10
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+2124B
+330
+21247
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+712.0018257330063
+ 20
+499.997795452041
+ 30
+0.0
+ 40
+1.6
+  1
+7
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+2124C
+330
+21247
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+712.0018257330063
+ 20
+499.997795452041
+ 30
+0.0
+ 40
+1.6
+  1
+1
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+2124D
+330
+21247
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+712.0018257330063
+ 20
+499.997795452041
+ 30
+0.0
+ 40
+1.6
+  1
+0
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+2124E
+330
+21247
+100
+AcDbEntity
+  8
+0
+  0
+INSERT
+  5
+2124F
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Disque
+ 10
+712.0018257330063
+ 20
+435.9977949795172
+ 30
+0.0
+ 41
+16.0
+ 42
+-16.0
+ 43
+16.0
+ 50
+270.0
+  0
+ATTRIB
+  5
+21250
+330
+2124F
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+712.0018257330063
+ 20
+435.9977949795172
+ 30
+0.0
+ 40
+1.6
+  1
+CWM-CWS03:WtrC-FCV-011:ErrorN
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21251
+330
+2124F
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+712.0018257330063
+ 20
+435.9977949795172
+ 30
+0.0
+ 40
+1.6
+  1
+12
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21252
+330
+2124F
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+712.0018257330063
+ 20
+435.9977949795172
+ 30
+0.0
+ 40
+1.6
+  1
+10
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21253
+330
+2124F
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+712.0018257330063
+ 20
+435.9977949795172
+ 30
+0.0
+ 40
+1.6
+  1
+7
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21254
+330
+2124F
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+712.0018257330063
+ 20
+435.9977949795172
+ 30
+0.0
+ 40
+1.6
+  1
+1
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21255
+330
+2124F
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+712.0018257330063
+ 20
+435.9977949795172
+ 30
+0.0
+ 40
+1.6
+  1
+0
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+21256
+330
+2124F
+100
+AcDbEntity
+  8
+0
+  0
+TEXT
+  5
+21257
+330
+1F
+100
+AcDbEntity
+  8
+INSTRUM
+100
+AcDbText
+ 10
+559.7289300442978
+ 20
+494.3520975164119
+ 30
+49.20321653524187
+ 40
+11.0
+  1
+Closing error
+  7
+SansSerif
+100
+AcDbText
+  0
+TEXT
+  5
+21258
+330
+1F
+100
+AcDbEntity
+  8
+INSTRUM
+100
+AcDbText
+ 10
+559.6511802728684
+ 20
+461.8965490655406
+ 30
+49.20321653524187
+ 40
+11.0
+  1
+Twice sensors error
+  7
+SansSerif
+100
+AcDbText
+  0
+TEXT
+  5
+21259
+330
+1F
+100
+AcDbEntity
+  8
+INSTRUM
+100
+AcDbText
+ 10
+559.0980111542569
+ 20
+430.5699870281459
+ 30
+49.20321653524187
+ 40
+11.0
+  1
+No sensor error
+  7
+SansSerif
+100
+AcDbText
+  0
+LWPOLYLINE
+  5
+2125A
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+528.0018252834715
+ 20
+363.9977958748392
+ 10
+753.0018252834716
+ 20
+363.9977958748392
+ 10
+753.0018252834716
+ 20
+602.9977958748392
+ 10
+528.0018252834715
+ 20
+602.9977958748392
+  0
+INSERT
+  5
+2125B
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Jbutton
+ 10
+544.0018248733808
+ 20
+380.9977952495834
+ 30
+0.0
+ 41
+192.0000004100909
+ 42
+31.00000062525578
+ 43
+192.0000004100909
+  0
+ATTRIB
+  5
+2125C
+330
+2125B
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+544.0018248733808
+ 20
+380.9977952495834
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+CWM-CWS03:WtrC-FCV-011:Ack
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COMMANDE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+2125D
+330
+2125B
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+544.0018248733808
+ 20
+380.9977952495834
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+CWM-CWS03:WtrC-FCV-011:CndAck
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+2125E
+330
+2125B
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+544.0018248733808
+ 20
+380.9977952495834
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+12
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+2125F
+330
+2125B
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+544.0018248733808
+ 20
+380.9977952495834
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+7
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21260
+330
+2125B
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+544.0018248733808
+ 20
+380.9977952495834
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+0
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CONFIRM
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21261
+330
+2125B
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+544.0018248733808
+ 20
+380.9977952495834
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21262
+330
+2125B
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+544.0018248733808
+ 20
+380.9977952495834
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21263
+330
+2125B
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+544.0018248733808
+ 20
+380.9977952495834
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+Acknowledge
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+TEXTE
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+21264
+330
+2125B
+100
+AcDbEntity
+  8
+0
+  0
+LWPOLYLINE
+  5
+21265
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+520.0018252834719
+ 20
+610.9977958748392
+ 10
+762.0018252834717
+ 20
+610.9977958748392
+ 10
+762.0018252834717
+ 20
+355.9977958748392
+ 10
+520.0018252834719
+ 20
+355.9977958748392
+  0
+LWPOLYLINE
+  5
+21267
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+811.001824873381
+ 20
+380.9977950580056
+ 10
+1003.001825283472
+ 20
+380.9977950580056
+ 10
+1003.001825283472
+ 20
+411.9977956832613
+ 10
+811.001824873381
+ 20
+411.9977956832613
+  0
+TEXT
+  5
+21268
+330
+1F
+100
+AcDbEntity
+  8
+INSTRUM
+100
+AcDbText
+ 10
+828.8635228368191
+ 20
+527.431557216824
+ 30
+49.20321653524187
+ 40
+11.0
+  1
+Opening error
+  7
+SansSerif
+100
+AcDbText
+  0
+INSERT
+  5
+21269
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Disque
+ 10
+979.0018257573363
+ 20
+531.9977953074994
+ 30
+0.0
+ 41
+16.0
+ 42
+-16.0
+ 43
+16.0
+ 50
+270.0
+  0
+ATTRIB
+  5
+2126A
+330
+21269
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+979.0018257573363
+ 20
+531.9977953074994
+ 30
+0.0
+ 40
+1.6
+  1
+CWM-CWS03:WtrC-FCV-012:ErrorO
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+2126B
+330
+21269
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+979.0018257573363
+ 20
+531.9977953074994
+ 30
+0.0
+ 40
+1.6
+  1
+12
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+2126C
+330
+21269
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+979.0018257573363
+ 20
+531.9977953074994
+ 30
+0.0
+ 40
+1.6
+  1
+10
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+2126D
+330
+21269
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+979.0018257573363
+ 20
+531.9977953074994
+ 30
+0.0
+ 40
+1.6
+  1
+7
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+2126E
+330
+21269
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+979.0018257573363
+ 20
+531.9977953074994
+ 30
+0.0
+ 40
+1.6
+  1
+1
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+2126F
+330
+21269
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+979.0018257573363
+ 20
+531.9977953074994
+ 30
+0.0
+ 40
+1.6
+  1
+0
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+21270
+330
+21269
+100
+AcDbEntity
+  8
+0
+  0
+INSERT
+  5
+21271
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Disque
+ 10
+979.0018257573363
+ 20
+467.9977956970774
+ 30
+0.0
+ 41
+16.0
+ 42
+-16.0
+ 43
+16.0
+ 50
+270.0
+  0
+ATTRIB
+  5
+21272
+330
+21271
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+979.0018257573363
+ 20
+467.9977956970774
+ 30
+0.0
+ 40
+1.6
+  1
+CWM-CWS03:WtrC-FCV-012:ErrorT
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21273
+330
+21271
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+979.0018257573363
+ 20
+467.9977956970774
+ 30
+0.0
+ 40
+1.6
+  1
+12
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21274
+330
+21271
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+979.0018257573363
+ 20
+467.9977956970774
+ 30
+0.0
+ 40
+1.6
+  1
+10
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21275
+330
+21271
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+979.0018257573363
+ 20
+467.9977956970774
+ 30
+0.0
+ 40
+1.6
+  1
+7
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21276
+330
+21271
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+979.0018257573363
+ 20
+467.9977956970774
+ 30
+0.0
+ 40
+1.6
+  1
+1
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21277
+330
+21271
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+979.0018257573363
+ 20
+467.9977956970774
+ 30
+0.0
+ 40
+1.6
+  1
+0
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+21278
+330
+21271
+100
+AcDbEntity
+  8
+0
+  0
+INSERT
+  5
+21279
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Disque
+ 10
+979.0018257330066
+ 20
+499.9977952604631
+ 30
+0.0
+ 41
+16.0
+ 42
+-16.0
+ 43
+16.0
+ 50
+270.0
+  0
+ATTRIB
+  5
+2127A
+330
+21279
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+979.0018257330066
+ 20
+499.9977952604631
+ 30
+0.0
+ 40
+1.6
+  1
+CWM-CWS03:WtrC-FCV-012:ErrorC
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+2127B
+330
+21279
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+979.0018257330066
+ 20
+499.9977952604631
+ 30
+0.0
+ 40
+1.6
+  1
+12
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+2127C
+330
+21279
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+979.0018257330066
+ 20
+499.9977952604631
+ 30
+0.0
+ 40
+1.6
+  1
+10
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+2127D
+330
+21279
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+979.0018257330066
+ 20
+499.9977952604631
+ 30
+0.0
+ 40
+1.6
+  1
+7
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+2127E
+330
+21279
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+979.0018257330066
+ 20
+499.9977952604631
+ 30
+0.0
+ 40
+1.6
+  1
+1
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+2127F
+330
+21279
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+979.0018257330066
+ 20
+499.9977952604631
+ 30
+0.0
+ 40
+1.6
+  1
+0
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+21280
+330
+21279
+100
+AcDbEntity
+  8
+0
+  0
+INSERT
+  5
+21281
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Disque
+ 10
+979.0018257330066
+ 20
+435.9977947879393
+ 30
+0.0
+ 41
+16.0
+ 42
+-16.0
+ 43
+16.0
+ 50
+270.0
+  0
+ATTRIB
+  5
+21282
+330
+21281
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+979.0018257330066
+ 20
+435.9977947879393
+ 30
+0.0
+ 40
+1.6
+  1
+CWM-CWS03:WtrC-FCV-012:ErrorN
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21283
+330
+21281
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+979.0018257330066
+ 20
+435.9977947879393
+ 30
+0.0
+ 40
+1.6
+  1
+12
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21284
+330
+21281
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+979.0018257330066
+ 20
+435.9977947879393
+ 30
+0.0
+ 40
+1.6
+  1
+10
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21285
+330
+21281
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+979.0018257330066
+ 20
+435.9977947879393
+ 30
+0.0
+ 40
+1.6
+  1
+7
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21286
+330
+21281
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+979.0018257330066
+ 20
+435.9977947879393
+ 30
+0.0
+ 40
+1.6
+  1
+1
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21287
+330
+21281
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+979.0018257330066
+ 20
+435.9977947879393
+ 30
+0.0
+ 40
+1.6
+  1
+0
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+21288
+330
+21281
+100
+AcDbEntity
+  8
+0
+  0
+TEXT
+  5
+21289
+330
+1F
+100
+AcDbEntity
+  8
+INSTRUM
+100
+AcDbText
+ 10
+826.7289300442982
+ 20
+494.3520973248342
+ 30
+49.20321653524187
+ 40
+11.0
+  1
+Closing error
+  7
+SansSerif
+100
+AcDbText
+  0
+TEXT
+  5
+2128A
+330
+1F
+100
+AcDbEntity
+  8
+INSTRUM
+100
+AcDbText
+ 10
+826.651180272869
+ 20
+461.8965488739627
+ 30
+49.20321653524187
+ 40
+11.0
+  1
+Twice sensors error
+  7
+SansSerif
+100
+AcDbText
+  0
+TEXT
+  5
+2128B
+330
+1F
+100
+AcDbEntity
+  8
+INSTRUM
+100
+AcDbText
+ 10
+826.0980111542574
+ 20
+430.5699868365683
+ 30
+49.20321653524187
+ 40
+11.0
+  1
+No sensor error
+  7
+SansSerif
+100
+AcDbText
+  0
+LWPOLYLINE
+  5
+2128C
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+795.0018252834719
+ 20
+363.9977956832614
+ 10
+1020.001825283472
+ 20
+363.9977956832614
+ 10
+1020.001825283472
+ 20
+602.9977956832612
+ 10
+795.0018252834719
+ 20
+602.9977956832612
+  0
+INSERT
+  5
+2128D
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Jbutton
+ 10
+811.001824873381
+ 20
+380.9977950580056
+ 30
+0.0
+ 41
+192.0000004100909
+ 42
+31.00000062525578
+ 43
+192.0000004100909
+  0
+ATTRIB
+  5
+2128E
+330
+2128D
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+811.001824873381
+ 20
+380.9977950580056
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+CWM-CWS03:WtrC-FCV-012:Ack
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COMMANDE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+2128F
+330
+2128D
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+811.001824873381
+ 20
+380.9977950580056
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+CWM-CWS03:WtrC-FCV-012:CndAck
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21290
+330
+2128D
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+811.001824873381
+ 20
+380.9977950580056
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+12
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21291
+330
+2128D
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+811.001824873381
+ 20
+380.9977950580056
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+7
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21292
+330
+2128D
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+811.001824873381
+ 20
+380.9977950580056
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+0
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CONFIRM
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21293
+330
+2128D
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+811.001824873381
+ 20
+380.9977950580056
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21294
+330
+2128D
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+811.001824873381
+ 20
+380.9977950580056
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21295
+330
+2128D
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+811.001824873381
+ 20
+380.9977950580056
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+Acknowledge
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+TEXTE
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+21296
+330
+2128D
+100
+AcDbEntity
+  8
+0
+  0
+LWPOLYLINE
+  5
+21297
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+787.0018252834719
+ 20
+610.9977956832612
+ 10
+1029.001825283472
+ 20
+610.9977956832612
+ 10
+1029.001825283472
+ 20
+355.9977956832613
+ 10
+787.0018252834719
+ 20
+355.9977956832613
+  0
+LWPOLYLINE
+  5
+21299
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+1082.001824873381
+ 20
+380.9977948664279
+ 10
+1274.001825283472
+ 20
+380.9977948664279
+ 10
+1274.001825283472
+ 20
+411.9977954916836
+ 10
+1082.001824873381
+ 20
+411.9977954916836
+  0
+TEXT
+  5
+2129A
+330
+1F
+100
+AcDbEntity
+  8
+INSTRUM
+100
+AcDbText
+ 10
+1099.863522836819
+ 20
+527.431557025246
+ 30
+49.20321653524187
+ 40
+11.0
+  1
+Opening error
+  7
+SansSerif
+100
+AcDbText
+  0
+INSERT
+  5
+2129B
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Disque
+ 10
+1250.001825757336
+ 20
+531.9977951159216
+ 30
+0.0
+ 41
+16.0
+ 42
+-16.0
+ 43
+16.0
+ 50
+270.0
+  0
+ATTRIB
+  5
+2129C
+330
+2129B
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1250.001825757336
+ 20
+531.9977951159216
+ 30
+0.0
+ 40
+1.6
+  1
+CWM-CWS03:WtrC-FCV-013:ErrorO
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+2129D
+330
+2129B
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1250.001825757336
+ 20
+531.9977951159216
+ 30
+0.0
+ 40
+1.6
+  1
+12
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+2129E
+330
+2129B
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1250.001825757336
+ 20
+531.9977951159216
+ 30
+0.0
+ 40
+1.6
+  1
+10
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+2129F
+330
+2129B
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1250.001825757336
+ 20
+531.9977951159216
+ 30
+0.0
+ 40
+1.6
+  1
+7
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+212A0
+330
+2129B
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1250.001825757336
+ 20
+531.9977951159216
+ 30
+0.0
+ 40
+1.6
+  1
+1
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+212A1
+330
+2129B
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1250.001825757336
+ 20
+531.9977951159216
+ 30
+0.0
+ 40
+1.6
+  1
+0
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+212A2
+330
+2129B
+100
+AcDbEntity
+  8
+0
+  0
+INSERT
+  5
+212A3
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Disque
+ 10
+1250.001825757336
+ 20
+467.9977955054996
+ 30
+0.0
+ 41
+16.0
+ 42
+-16.0
+ 43
+16.0
+ 50
+270.0
+  0
+ATTRIB
+  5
+212A4
+330
+212A3
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1250.001825757336
+ 20
+467.9977955054996
+ 30
+0.0
+ 40
+1.6
+  1
+CWM-CWS03:WtrC-FCV-013:ErrorT
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+212A5
+330
+212A3
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1250.001825757336
+ 20
+467.9977955054996
+ 30
+0.0
+ 40
+1.6
+  1
+12
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+212A6
+330
+212A3
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1250.001825757336
+ 20
+467.9977955054996
+ 30
+0.0
+ 40
+1.6
+  1
+10
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+212A7
+330
+212A3
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1250.001825757336
+ 20
+467.9977955054996
+ 30
+0.0
+ 40
+1.6
+  1
+7
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+212A8
+330
+212A3
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1250.001825757336
+ 20
+467.9977955054996
+ 30
+0.0
+ 40
+1.6
+  1
+1
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+212A9
+330
+212A3
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1250.001825757336
+ 20
+467.9977955054996
+ 30
+0.0
+ 40
+1.6
+  1
+0
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+212AA
+330
+212A3
+100
+AcDbEntity
+  8
+0
+  0
+INSERT
+  5
+212AB
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Disque
+ 10
+1250.001825733007
+ 20
+499.9977950688855
+ 30
+0.0
+ 41
+16.0
+ 42
+-16.0
+ 43
+16.0
+ 50
+270.0
+  0
+ATTRIB
+  5
+212AC
+330
+212AB
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1250.001825733007
+ 20
+499.9977950688855
+ 30
+0.0
+ 40
+1.6
+  1
+CWM-CWS03:WtrC-FCV-013:ErrorC
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+212AD
+330
+212AB
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1250.001825733007
+ 20
+499.9977950688855
+ 30
+0.0
+ 40
+1.6
+  1
+12
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+212AE
+330
+212AB
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1250.001825733007
+ 20
+499.9977950688855
+ 30
+0.0
+ 40
+1.6
+  1
+10
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+212AF
+330
+212AB
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1250.001825733007
+ 20
+499.9977950688855
+ 30
+0.0
+ 40
+1.6
+  1
+7
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+212B0
+330
+212AB
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1250.001825733007
+ 20
+499.9977950688855
+ 30
+0.0
+ 40
+1.6
+  1
+1
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+212B1
+330
+212AB
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1250.001825733007
+ 20
+499.9977950688855
+ 30
+0.0
+ 40
+1.6
+  1
+0
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+212B2
+330
+212AB
+100
+AcDbEntity
+  8
+0
+  0
+INSERT
+  5
+212B3
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Disque
+ 10
+1250.001825733007
+ 20
+435.9977945963614
+ 30
+0.0
+ 41
+16.0
+ 42
+-16.0
+ 43
+16.0
+ 50
+270.0
+  0
+ATTRIB
+  5
+212B4
+330
+212B3
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1250.001825733007
+ 20
+435.9977945963614
+ 30
+0.0
+ 40
+1.6
+  1
+CWM-CWS03:WtrC-FCV-013:ErrorN
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+212B5
+330
+212B3
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1250.001825733007
+ 20
+435.9977945963614
+ 30
+0.0
+ 40
+1.6
+  1
+12
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+212B6
+330
+212B3
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1250.001825733007
+ 20
+435.9977945963614
+ 30
+0.0
+ 40
+1.6
+  1
+10
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+212B7
+330
+212B3
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1250.001825733007
+ 20
+435.9977945963614
+ 30
+0.0
+ 40
+1.6
+  1
+7
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+212B8
+330
+212B3
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1250.001825733007
+ 20
+435.9977945963614
+ 30
+0.0
+ 40
+1.6
+  1
+1
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+212B9
+330
+212B3
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1250.001825733007
+ 20
+435.9977945963614
+ 30
+0.0
+ 40
+1.6
+  1
+0
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+212BA
+330
+212B3
+100
+AcDbEntity
+  8
+0
+  0
+TEXT
+  5
+212BB
+330
+1F
+100
+AcDbEntity
+  8
+INSTRUM
+100
+AcDbText
+ 10
+1097.728930044298
+ 20
+494.3520971332564
+ 30
+49.20321653524187
+ 40
+11.0
+  1
+Closing error
+  7
+SansSerif
+100
+AcDbText
+  0
+TEXT
+  5
+212BC
+330
+1F
+100
+AcDbEntity
+  8
+INSTRUM
+100
+AcDbText
+ 10
+1097.651180272869
+ 20
+461.8965486823849
+ 30
+49.20321653524187
+ 40
+11.0
+  1
+Twice sensors error
+  7
+SansSerif
+100
+AcDbText
+  0
+TEXT
+  5
+212BD
+330
+1F
+100
+AcDbEntity
+  8
+INSTRUM
+100
+AcDbText
+ 10
+1097.098011154257
+ 20
+430.5699866449905
+ 30
+49.20321653524187
+ 40
+11.0
+  1
+No sensor error
+  7
+SansSerif
+100
+AcDbText
+  0
+LWPOLYLINE
+  5
+212BE
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+1066.001825283471
+ 20
+363.9977954916836
+ 10
+1291.001825283472
+ 20
+363.9977954916836
+ 10
+1291.001825283472
+ 20
+602.9977954916836
+ 10
+1066.001825283471
+ 20
+602.9977954916836
+  0
+INSERT
+  5
+212BF
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Jbutton
+ 10
+1082.001824873381
+ 20
+380.9977948664279
+ 30
+0.0
+ 41
+192.0000004100909
+ 42
+31.00000062525578
+ 43
+192.0000004100909
+  0
+ATTRIB
+  5
+212C0
+330
+212BF
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1082.001824873381
+ 20
+380.9977948664279
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+CWM-CWS03:WtrC-FCV-013:Ack
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COMMANDE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+212C1
+330
+212BF
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1082.001824873381
+ 20
+380.9977948664279
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+CWM-CWS03:WtrC-FCV-013:CndAck
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+212C2
+330
+212BF
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1082.001824873381
+ 20
+380.9977948664279
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+12
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+212C3
+330
+212BF
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1082.001824873381
+ 20
+380.9977948664279
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+7
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+212C4
+330
+212BF
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1082.001824873381
+ 20
+380.9977948664279
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+0
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CONFIRM
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+212C5
+330
+212BF
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1082.001824873381
+ 20
+380.9977948664279
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+212C6
+330
+212BF
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1082.001824873381
+ 20
+380.9977948664279
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+212C7
+330
+212BF
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1082.001824873381
+ 20
+380.9977948664279
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+Acknowledge
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+TEXTE
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+212C8
+330
+212BF
+100
+AcDbEntity
+  8
+0
+  0
+LWPOLYLINE
+  5
+212C9
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+1058.001825283471
+ 20
+610.9977954916836
+ 10
+1300.001825283472
+ 20
+610.9977954916836
+ 10
+1300.001825283472
+ 20
+355.9977954916836
+ 10
+1058.001825283471
+ 20
+355.9977954916836
+  0
+LWPOLYLINE
+  5
+212CB
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+1351.001824873381
+ 20
+380.9977946748502
+ 10
+1543.001825283472
+ 20
+380.9977946748502
+ 10
+1543.001825283472
+ 20
+411.9977953001058
+ 10
+1351.001824873381
+ 20
+411.9977953001058
+  0
+TEXT
+  5
+212CC
+330
+1F
+100
+AcDbEntity
+  8
+INSTRUM
+100
+AcDbText
+ 10
+1368.86352283682
+ 20
+527.4315568336683
+ 30
+49.20321653524187
+ 40
+11.0
+  1
+Opening error
+  7
+SansSerif
+100
+AcDbText
+  0
+INSERT
+  5
+212CD
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Disque
+ 10
+1519.001825757336
+ 20
+531.997794924344
+ 30
+0.0
+ 41
+16.0
+ 42
+-16.0
+ 43
+16.0
+ 50
+270.0
+  0
+ATTRIB
+  5
+212CE
+330
+212CD
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1519.001825757336
+ 20
+531.997794924344
+ 30
+0.0
+ 40
+1.6
+  1
+CWM-CWS03:WtrC-FCV-014:ErrorO
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+212CF
+330
+212CD
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1519.001825757336
+ 20
+531.997794924344
+ 30
+0.0
+ 40
+1.6
+  1
+12
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+212D0
+330
+212CD
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1519.001825757336
+ 20
+531.997794924344
+ 30
+0.0
+ 40
+1.6
+  1
+10
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+212D1
+330
+212CD
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1519.001825757336
+ 20
+531.997794924344
+ 30
+0.0
+ 40
+1.6
+  1
+7
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+212D2
+330
+212CD
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1519.001825757336
+ 20
+531.997794924344
+ 30
+0.0
+ 40
+1.6
+  1
+1
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+212D3
+330
+212CD
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1519.001825757336
+ 20
+531.997794924344
+ 30
+0.0
+ 40
+1.6
+  1
+0
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+212D4
+330
+212CD
+100
+AcDbEntity
+  8
+0
+  0
+INSERT
+  5
+212D5
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Disque
+ 10
+1519.001825757336
+ 20
+467.997795313922
+ 30
+0.0
+ 41
+16.0
+ 42
+-16.0
+ 43
+16.0
+ 50
+270.0
+  0
+ATTRIB
+  5
+212D6
+330
+212D5
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1519.001825757336
+ 20
+467.997795313922
+ 30
+0.0
+ 40
+1.6
+  1
+CWM-CWS03:WtrC-FCV-014:ErrorT
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+212D7
+330
+212D5
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1519.001825757336
+ 20
+467.997795313922
+ 30
+0.0
+ 40
+1.6
+  1
+12
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+212D8
+330
+212D5
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1519.001825757336
+ 20
+467.997795313922
+ 30
+0.0
+ 40
+1.6
+  1
+10
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+212D9
+330
+212D5
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1519.001825757336
+ 20
+467.997795313922
+ 30
+0.0
+ 40
+1.6
+  1
+7
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+212DA
+330
+212D5
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1519.001825757336
+ 20
+467.997795313922
+ 30
+0.0
+ 40
+1.6
+  1
+1
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+212DB
+330
+212D5
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1519.001825757336
+ 20
+467.997795313922
+ 30
+0.0
+ 40
+1.6
+  1
+0
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+212DC
+330
+212D5
+100
+AcDbEntity
+  8
+0
+  0
+INSERT
+  5
+212DD
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Disque
+ 10
+1519.001825733007
+ 20
+499.9977948773077
+ 30
+0.0
+ 41
+16.0
+ 42
+-16.0
+ 43
+16.0
+ 50
+270.0
+  0
+ATTRIB
+  5
+212DE
+330
+212DD
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1519.001825733007
+ 20
+499.9977948773077
+ 30
+0.0
+ 40
+1.6
+  1
+CWM-CWS03:WtrC-FCV-014:ErrorC
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+212DF
+330
+212DD
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1519.001825733007
+ 20
+499.9977948773077
+ 30
+0.0
+ 40
+1.6
+  1
+12
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+212E0
+330
+212DD
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1519.001825733007
+ 20
+499.9977948773077
+ 30
+0.0
+ 40
+1.6
+  1
+10
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+212E1
+330
+212DD
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1519.001825733007
+ 20
+499.9977948773077
+ 30
+0.0
+ 40
+1.6
+  1
+7
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+212E2
+330
+212DD
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1519.001825733007
+ 20
+499.9977948773077
+ 30
+0.0
+ 40
+1.6
+  1
+1
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+212E3
+330
+212DD
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1519.001825733007
+ 20
+499.9977948773077
+ 30
+0.0
+ 40
+1.6
+  1
+0
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+212E4
+330
+212DD
+100
+AcDbEntity
+  8
+0
+  0
+INSERT
+  5
+212E5
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Disque
+ 10
+1519.001825733007
+ 20
+435.9977944047837
+ 30
+0.0
+ 41
+16.0
+ 42
+-16.0
+ 43
+16.0
+ 50
+270.0
+  0
+ATTRIB
+  5
+212E6
+330
+212E5
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1519.001825733007
+ 20
+435.9977944047837
+ 30
+0.0
+ 40
+1.6
+  1
+CWM-CWS03:WtrC-FCV-014:ErrorN
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+212E7
+330
+212E5
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1519.001825733007
+ 20
+435.9977944047837
+ 30
+0.0
+ 40
+1.6
+  1
+12
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+212E8
+330
+212E5
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1519.001825733007
+ 20
+435.9977944047837
+ 30
+0.0
+ 40
+1.6
+  1
+10
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+212E9
+330
+212E5
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1519.001825733007
+ 20
+435.9977944047837
+ 30
+0.0
+ 40
+1.6
+  1
+7
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+212EA
+330
+212E5
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1519.001825733007
+ 20
+435.9977944047837
+ 30
+0.0
+ 40
+1.6
+  1
+1
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+212EB
+330
+212E5
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1519.001825733007
+ 20
+435.9977944047837
+ 30
+0.0
+ 40
+1.6
+  1
+0
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+212EC
+330
+212E5
+100
+AcDbEntity
+  8
+0
+  0
+TEXT
+  5
+212ED
+330
+1F
+100
+AcDbEntity
+  8
+INSTRUM
+100
+AcDbText
+ 10
+1366.728930044298
+ 20
+494.3520969416787
+ 30
+49.20321653524187
+ 40
+11.0
+  1
+Closing error
+  7
+SansSerif
+100
+AcDbText
+  0
+TEXT
+  5
+212EE
+330
+1F
+100
+AcDbEntity
+  8
+INSTRUM
+100
+AcDbText
+ 10
+1366.651180272869
+ 20
+461.8965484908073
+ 30
+49.20321653524187
+ 40
+11.0
+  1
+Twice sensors error
+  7
+SansSerif
+100
+AcDbText
+  0
+TEXT
+  5
+212EF
+330
+1F
+100
+AcDbEntity
+  8
+INSTRUM
+100
+AcDbText
+ 10
+1366.098011154258
+ 20
+430.5699864534126
+ 30
+49.20321653524187
+ 40
+11.0
+  1
+No sensor error
+  7
+SansSerif
+100
+AcDbText
+  0
+LWPOLYLINE
+  5
+212F0
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+1335.001825283472
+ 20
+363.9977953001058
+ 10
+1560.001825283472
+ 20
+363.9977953001058
+ 10
+1560.001825283472
+ 20
+602.9977953001057
+ 10
+1335.001825283472
+ 20
+602.9977953001057
+  0
+INSERT
+  5
+212F1
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Jbutton
+ 10
+1351.001824873381
+ 20
+380.9977946748502
+ 30
+0.0
+ 41
+192.0000004100909
+ 42
+31.00000062525578
+ 43
+192.0000004100909
+  0
+ATTRIB
+  5
+212F2
+330
+212F1
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1351.001824873381
+ 20
+380.9977946748502
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+CWM-CWS03:WtrC-FCV-014:Ack
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COMMANDE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+212F3
+330
+212F1
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1351.001824873381
+ 20
+380.9977946748502
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+CWM-CWS03:WtrC-FCV-014:CndAck
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+212F4
+330
+212F1
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1351.001824873381
+ 20
+380.9977946748502
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+12
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+212F5
+330
+212F1
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1351.001824873381
+ 20
+380.9977946748502
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+7
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+212F6
+330
+212F1
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1351.001824873381
+ 20
+380.9977946748502
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+0
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CONFIRM
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+212F7
+330
+212F1
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1351.001824873381
+ 20
+380.9977946748502
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+212F8
+330
+212F1
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1351.001824873381
+ 20
+380.9977946748502
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+212F9
+330
+212F1
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1351.001824873381
+ 20
+380.9977946748502
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+Acknowledge
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+TEXTE
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+212FA
+330
+212F1
+100
+AcDbEntity
+  8
+0
+  0
+LWPOLYLINE
+  5
+212FB
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+1327.001825283472
+ 20
+610.9977953001057
+ 10
+1569.001825283472
+ 20
+610.9977953001057
+ 10
+1569.001825283472
+ 20
+355.9977953001058
+ 10
+1327.001825283472
+ 20
+355.9977953001058
+  0
+LWPOLYLINE
+  5
+212FD
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+1641.001824873382
+ 20
+380.9977944832724
+ 10
+1833.001825283472
+ 20
+380.9977944832724
+ 10
+1833.001825283472
+ 20
+411.997795108528
+ 10
+1641.001824873382
+ 20
+411.997795108528
+  0
+TEXT
+  5
+212FE
+330
+1F
+100
+AcDbEntity
+  8
+INSTRUM
+100
+AcDbText
+ 10
+1658.86352283682
+ 20
+527.4315566420906
+ 30
+49.20321653524187
+ 40
+11.0
+  1
+Opening error
+  7
+SansSerif
+100
+AcDbText
+  0
+INSERT
+  5
+212FF
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Disque
+ 10
+1809.001825757337
+ 20
+531.9977947327662
+ 30
+0.0
+ 41
+16.0
+ 42
+-16.0
+ 43
+16.0
+ 50
+270.0
+  0
+ATTRIB
+  5
+21300
+330
+212FF
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1809.001825757337
+ 20
+531.9977947327662
+ 30
+0.0
+ 40
+1.6
+  1
+CWM-CWS03:WtrC-FCV-015:ErrorO
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21301
+330
+212FF
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1809.001825757337
+ 20
+531.9977947327662
+ 30
+0.0
+ 40
+1.6
+  1
+12
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21302
+330
+212FF
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1809.001825757337
+ 20
+531.9977947327662
+ 30
+0.0
+ 40
+1.6
+  1
+10
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21303
+330
+212FF
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1809.001825757337
+ 20
+531.9977947327662
+ 30
+0.0
+ 40
+1.6
+  1
+7
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21304
+330
+212FF
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1809.001825757337
+ 20
+531.9977947327662
+ 30
+0.0
+ 40
+1.6
+  1
+1
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21305
+330
+212FF
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1809.001825757337
+ 20
+531.9977947327662
+ 30
+0.0
+ 40
+1.6
+  1
+0
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+21306
+330
+212FF
+100
+AcDbEntity
+  8
+0
+  0
+INSERT
+  5
+21307
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Disque
+ 10
+1809.001825757336
+ 20
+467.9977951223442
+ 30
+0.0
+ 41
+16.0
+ 42
+-16.0
+ 43
+16.0
+ 50
+270.0
+  0
+ATTRIB
+  5
+21308
+330
+21307
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1809.001825757336
+ 20
+467.9977951223442
+ 30
+0.0
+ 40
+1.6
+  1
+CWM-CWS03:WtrC-FCV-015:ErrorT
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21309
+330
+21307
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1809.001825757336
+ 20
+467.9977951223442
+ 30
+0.0
+ 40
+1.6
+  1
+12
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+2130A
+330
+21307
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1809.001825757336
+ 20
+467.9977951223442
+ 30
+0.0
+ 40
+1.6
+  1
+10
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+2130B
+330
+21307
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1809.001825757336
+ 20
+467.9977951223442
+ 30
+0.0
+ 40
+1.6
+  1
+7
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+2130C
+330
+21307
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1809.001825757336
+ 20
+467.9977951223442
+ 30
+0.0
+ 40
+1.6
+  1
+1
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+2130D
+330
+21307
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1809.001825757336
+ 20
+467.9977951223442
+ 30
+0.0
+ 40
+1.6
+  1
+0
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+2130E
+330
+21307
+100
+AcDbEntity
+  8
+0
+  0
+INSERT
+  5
+2130F
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Disque
+ 10
+1809.001825733007
+ 20
+499.9977946857298
+ 30
+0.0
+ 41
+16.0
+ 42
+-16.0
+ 43
+16.0
+ 50
+270.0
+  0
+ATTRIB
+  5
+21310
+330
+2130F
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1809.001825733007
+ 20
+499.9977946857298
+ 30
+0.0
+ 40
+1.6
+  1
+CWM-CWS03:WtrC-FCV-015:ErrorC
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21311
+330
+2130F
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1809.001825733007
+ 20
+499.9977946857298
+ 30
+0.0
+ 40
+1.6
+  1
+12
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21312
+330
+2130F
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1809.001825733007
+ 20
+499.9977946857298
+ 30
+0.0
+ 40
+1.6
+  1
+10
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21313
+330
+2130F
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1809.001825733007
+ 20
+499.9977946857298
+ 30
+0.0
+ 40
+1.6
+  1
+7
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21314
+330
+2130F
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1809.001825733007
+ 20
+499.9977946857298
+ 30
+0.0
+ 40
+1.6
+  1
+1
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21315
+330
+2130F
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1809.001825733007
+ 20
+499.9977946857298
+ 30
+0.0
+ 40
+1.6
+  1
+0
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+21316
+330
+2130F
+100
+AcDbEntity
+  8
+0
+  0
+INSERT
+  5
+21317
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Disque
+ 10
+1809.001825733007
+ 20
+435.997794213206
+ 30
+0.0
+ 41
+16.0
+ 42
+-16.0
+ 43
+16.0
+ 50
+270.0
+  0
+ATTRIB
+  5
+21318
+330
+21317
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1809.001825733007
+ 20
+435.997794213206
+ 30
+0.0
+ 40
+1.6
+  1
+CWM-CWS03:WtrC-FCV-015:ErrorN
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21319
+330
+21317
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1809.001825733007
+ 20
+435.997794213206
+ 30
+0.0
+ 40
+1.6
+  1
+12
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+2131A
+330
+21317
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1809.001825733007
+ 20
+435.997794213206
+ 30
+0.0
+ 40
+1.6
+  1
+10
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+2131B
+330
+21317
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1809.001825733007
+ 20
+435.997794213206
+ 30
+0.0
+ 40
+1.6
+  1
+7
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+2131C
+330
+21317
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1809.001825733007
+ 20
+435.997794213206
+ 30
+0.0
+ 40
+1.6
+  1
+1
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+2131D
+330
+21317
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1809.001825733007
+ 20
+435.997794213206
+ 30
+0.0
+ 40
+1.6
+  1
+0
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+2131E
+330
+21317
+100
+AcDbEntity
+  8
+0
+  0
+TEXT
+  5
+2131F
+330
+1F
+100
+AcDbEntity
+  8
+INSTRUM
+100
+AcDbText
+ 10
+1656.728930044298
+ 20
+494.3520967501008
+ 30
+49.20321653524187
+ 40
+11.0
+  1
+Closing error
+  7
+SansSerif
+100
+AcDbText
+  0
+TEXT
+  5
+21320
+330
+1F
+100
+AcDbEntity
+  8
+INSTRUM
+100
+AcDbText
+ 10
+1656.651180272869
+ 20
+461.8965482992295
+ 30
+49.20321653524187
+ 40
+11.0
+  1
+Twice sensors error
+  7
+SansSerif
+100
+AcDbText
+  0
+TEXT
+  5
+21321
+330
+1F
+100
+AcDbEntity
+  8
+INSTRUM
+100
+AcDbText
+ 10
+1656.098011154258
+ 20
+430.5699862618348
+ 30
+49.20321653524187
+ 40
+11.0
+  1
+No sensor error
+  7
+SansSerif
+100
+AcDbText
+  0
+LWPOLYLINE
+  5
+21322
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+1625.001825283472
+ 20
+363.9977951085281
+ 10
+1850.001825283472
+ 20
+363.9977951085281
+ 10
+1850.001825283472
+ 20
+602.9977951085279
+ 10
+1625.001825283472
+ 20
+602.9977951085279
+  0
+INSERT
+  5
+21323
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Jbutton
+ 10
+1641.001824873382
+ 20
+380.9977944832724
+ 30
+0.0
+ 41
+192.0000004100909
+ 42
+31.00000062525578
+ 43
+192.0000004100909
+  0
+ATTRIB
+  5
+21324
+330
+21323
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1641.001824873382
+ 20
+380.9977944832724
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+CWM-CWS03:WtrC-FCV-015:Ack
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COMMANDE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21325
+330
+21323
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1641.001824873382
+ 20
+380.9977944832724
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+CWM-CWS03:WtrC-FCV-015:CndAck
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21326
+330
+21323
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1641.001824873382
+ 20
+380.9977944832724
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+12
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21327
+330
+21323
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1641.001824873382
+ 20
+380.9977944832724
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+7
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21328
+330
+21323
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1641.001824873382
+ 20
+380.9977944832724
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+0
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CONFIRM
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21329
+330
+21323
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1641.001824873382
+ 20
+380.9977944832724
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+2132A
+330
+21323
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1641.001824873382
+ 20
+380.9977944832724
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+2132B
+330
+21323
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1641.001824873382
+ 20
+380.9977944832724
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+Acknowledge
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+TEXTE
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+2132C
+330
+21323
+100
+AcDbEntity
+  8
+0
+  0
+LWPOLYLINE
+  5
+2132D
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+1617.001825283472
+ 20
+610.9977951085279
+ 10
+1859.001825283472
+ 20
+610.9977951085279
+ 10
+1859.001825283472
+ 20
+355.9977951085281
+ 10
+1617.001825283472
+ 20
+355.9977951085281
+  0
+SOLID
+  5
+2132E
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    30
+100
+AcDbTrace
+ 10
+252.0018241876762
+ 20
+610.997796066417
+ 30
+0.0
+ 11
+494.0018241876761
+ 21
+610.997796066417
+ 31
+0.0
+ 12
+260.0018241876761
+ 22
+602.997796066417
+ 32
+0.0
+ 13
+485.0018241876761
+ 23
+602.997796066417
+ 33
+0.0
+  0
+SOLID
+  5
+2132F
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    30
+100
+AcDbTrace
+ 10
+252.0018241876762
+ 20
+610.997796066417
+ 30
+0.0
+ 11
+494.0018241876761
+ 21
+610.997796066417
+ 31
+0.0
+ 12
+260.0018241876761
+ 22
+602.997796066417
+ 32
+0.0
+ 13
+485.0018241876761
+ 23
+602.997796066417
+ 33
+0.0
+  0
+SOLID
+  5
+21330
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    30
+100
+AcDbTrace
+ 10
+485.0018241876761
+ 20
+602.997796066417
+ 30
+0.0
+ 11
+485.0018241876761
+ 21
+363.997796066417
+ 31
+0.0
+ 12
+494.0018241876761
+ 22
+610.997796066417
+ 32
+0.0
+ 13
+494.0018241876761
+ 23
+355.997796066417
+ 33
+0.0
+  0
+SOLID
+  5
+21331
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    30
+100
+AcDbTrace
+ 10
+260.0018241876761
+ 20
+363.997796066417
+ 30
+0.0
+ 11
+485.0018241876761
+ 21
+363.997796066417
+ 31
+0.0
+ 12
+252.0018241876762
+ 22
+355.997796066417
+ 32
+0.0
+ 13
+494.0018241876761
+ 23
+355.997796066417
+ 33
+0.0
+  0
+SOLID
+  5
+21332
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    30
+100
+AcDbTrace
+ 10
+252.0018241876762
+ 20
+610.997796066417
+ 30
+0.0
+ 11
+252.0018241876762
+ 21
+355.997796066417
+ 31
+0.0
+ 12
+260.0018241876761
+ 22
+602.997796066417
+ 32
+0.0
+ 13
+260.0018241876761
+ 23
+363.997796066417
+ 33
+0.0
+  0
+LWPOLYLINE
+  5
+21333
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+252.0018241876762
+ 20
+610.997796066417
+ 10
+494.0018241876761
+ 20
+610.997796066417
+ 10
+494.0018241876761
+ 20
+355.997796066417
+ 10
+252.0018241876762
+ 20
+355.997796066417
+  0
+LWPOLYLINE
+  5
+21334
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+260.0018241876761
+ 20
+602.997796066417
+ 10
+485.0018241876761
+ 20
+602.997796066417
+ 10
+485.0018241876761
+ 20
+363.997796066417
+ 10
+260.0018241876761
+ 20
+363.997796066417
+  0
+LWPOLYLINE
+  5
+21335
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+528.0018279032693
+ 20
+363.9977971512073
+ 10
+753.0018279032691
+ 20
+363.9977971512073
+ 10
+753.0018279032691
+ 20
+602.9977971512072
+ 10
+528.0018279032693
+ 20
+602.9977971512072
+  0
+LWPOLYLINE
+  5
+21336
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+520.0018279032693
+ 20
+610.9977971512072
+ 10
+762.0018279032692
+ 20
+610.9977971512072
+ 10
+762.0018279032692
+ 20
+355.9977971512072
+ 10
+520.0018279032693
+ 20
+355.9977971512072
+  0
+SOLID
+  5
+21337
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    31
+100
+AcDbTrace
+ 10
+520.0018279032693
+ 20
+610.9977971512072
+ 30
+0.0
+ 11
+762.0018279032692
+ 21
+610.9977971512072
+ 31
+0.0
+ 12
+528.0018279032693
+ 22
+602.9977971512072
+ 32
+0.0
+ 13
+753.0018279032691
+ 23
+602.9977971512072
+ 33
+0.0
+  0
+SOLID
+  5
+21338
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    31
+100
+AcDbTrace
+ 10
+520.0018279032693
+ 20
+610.9977971512072
+ 30
+0.0
+ 11
+762.0018279032692
+ 21
+610.9977971512072
+ 31
+0.0
+ 12
+528.0018279032693
+ 22
+602.9977971512072
+ 32
+0.0
+ 13
+753.0018279032691
+ 23
+602.9977971512072
+ 33
+0.0
+  0
+SOLID
+  5
+21339
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    31
+100
+AcDbTrace
+ 10
+753.0018279032691
+ 20
+602.9977971512072
+ 30
+0.0
+ 11
+753.0018279032691
+ 21
+363.9977971512073
+ 31
+0.0
+ 12
+762.0018279032692
+ 22
+610.9977971512072
+ 32
+0.0
+ 13
+762.0018279032692
+ 23
+355.9977971512072
+ 33
+0.0
+  0
+SOLID
+  5
+2133A
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    31
+100
+AcDbTrace
+ 10
+528.0018279032693
+ 20
+363.9977971512073
+ 30
+0.0
+ 11
+753.0018279032691
+ 21
+363.9977971512073
+ 31
+0.0
+ 12
+520.0018279032693
+ 22
+355.9977971512072
+ 32
+0.0
+ 13
+762.0018279032692
+ 23
+355.9977971512072
+ 33
+0.0
+  0
+SOLID
+  5
+2133B
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    31
+100
+AcDbTrace
+ 10
+520.0018279032693
+ 20
+610.9977971512072
+ 30
+0.0
+ 11
+520.0018279032693
+ 21
+355.9977971512072
+ 31
+0.0
+ 12
+528.0018279032693
+ 22
+602.9977971512072
+ 32
+0.0
+ 13
+528.0018279032693
+ 23
+363.9977971512073
+ 33
+0.0
+  0
+LWPOLYLINE
+  5
+2133C
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+520.0018279032693
+ 20
+610.9977971512072
+ 10
+762.0018279032692
+ 20
+610.9977971512072
+ 10
+762.0018279032692
+ 20
+355.9977971512072
+ 10
+520.0018279032693
+ 20
+355.9977971512072
+  0
+LWPOLYLINE
+  5
+2133D
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+528.0018279032693
+ 20
+602.9977971512072
+ 10
+753.0018279032691
+ 20
+602.9977971512072
+ 10
+753.0018279032691
+ 20
+363.9977971512073
+ 10
+528.0018279032693
+ 20
+363.9977971512073
+  0
+LWPOLYLINE
+  5
+2133E
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+795.0018279032693
+ 20
+363.9977969596295
+ 10
+1020.001827903269
+ 20
+363.9977969596295
+ 10
+1020.001827903269
+ 20
+602.9977969596293
+ 10
+795.0018279032693
+ 20
+602.9977969596293
+  0
+LWPOLYLINE
+  5
+2133F
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+787.0018279032693
+ 20
+610.9977969596293
+ 10
+1029.001827903269
+ 20
+610.9977969596293
+ 10
+1029.001827903269
+ 20
+355.9977969596295
+ 10
+787.0018279032693
+ 20
+355.9977969596295
+  0
+SOLID
+  5
+21340
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    32
+100
+AcDbTrace
+ 10
+787.0018279032693
+ 20
+610.9977969596293
+ 30
+0.0
+ 11
+1029.001827903269
+ 21
+610.9977969596293
+ 31
+0.0
+ 12
+795.0018279032693
+ 22
+602.9977969596293
+ 32
+0.0
+ 13
+1020.001827903269
+ 23
+602.9977969596293
+ 33
+0.0
+  0
+SOLID
+  5
+21341
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    32
+100
+AcDbTrace
+ 10
+787.0018279032693
+ 20
+610.9977969596293
+ 30
+0.0
+ 11
+1029.001827903269
+ 21
+610.9977969596293
+ 31
+0.0
+ 12
+795.0018279032693
+ 22
+602.9977969596293
+ 32
+0.0
+ 13
+1020.001827903269
+ 23
+602.9977969596293
+ 33
+0.0
+  0
+SOLID
+  5
+21342
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    32
+100
+AcDbTrace
+ 10
+1020.001827903269
+ 20
+602.9977969596293
+ 30
+0.0
+ 11
+1020.001827903269
+ 21
+363.9977969596295
+ 31
+0.0
+ 12
+1029.001827903269
+ 22
+610.9977969596293
+ 32
+0.0
+ 13
+1029.001827903269
+ 23
+355.9977969596295
+ 33
+0.0
+  0
+SOLID
+  5
+21343
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    32
+100
+AcDbTrace
+ 10
+795.0018279032693
+ 20
+363.9977969596295
+ 30
+0.0
+ 11
+1020.001827903269
+ 21
+363.9977969596295
+ 31
+0.0
+ 12
+787.0018279032693
+ 22
+355.9977969596295
+ 32
+0.0
+ 13
+1029.001827903269
+ 23
+355.9977969596295
+ 33
+0.0
+  0
+SOLID
+  5
+21344
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    32
+100
+AcDbTrace
+ 10
+787.0018279032693
+ 20
+610.9977969596293
+ 30
+0.0
+ 11
+787.0018279032693
+ 21
+355.9977969596295
+ 31
+0.0
+ 12
+795.0018279032693
+ 22
+602.9977969596293
+ 32
+0.0
+ 13
+795.0018279032693
+ 23
+363.9977969596295
+ 33
+0.0
+  0
+LWPOLYLINE
+  5
+21345
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+787.0018279032693
+ 20
+610.9977969596293
+ 10
+1029.001827903269
+ 20
+610.9977969596293
+ 10
+1029.001827903269
+ 20
+355.9977969596295
+ 10
+787.0018279032693
+ 20
+355.9977969596295
+  0
+LWPOLYLINE
+  5
+21346
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+795.0018279032693
+ 20
+602.9977969596293
+ 10
+1020.001827903269
+ 20
+602.9977969596293
+ 10
+1020.001827903269
+ 20
+363.9977969596295
+ 10
+795.0018279032693
+ 20
+363.9977969596295
+  0
+LWPOLYLINE
+  5
+21347
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+1066.001827903269
+ 20
+363.9977967680517
+ 10
+1291.00182790327
+ 20
+363.9977967680517
+ 10
+1291.00182790327
+ 20
+602.9977967680515
+ 10
+1066.001827903269
+ 20
+602.9977967680515
+  0
+LWPOLYLINE
+  5
+21348
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+1058.001827903269
+ 20
+610.9977967680515
+ 10
+1300.00182790327
+ 20
+610.9977967680515
+ 10
+1300.00182790327
+ 20
+355.9977967680517
+ 10
+1058.001827903269
+ 20
+355.9977967680517
+  0
+SOLID
+  5
+21349
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    33
+100
+AcDbTrace
+ 10
+1058.001827903269
+ 20
+610.9977967680515
+ 30
+0.0
+ 11
+1300.00182790327
+ 21
+610.9977967680515
+ 31
+0.0
+ 12
+1066.001827903269
+ 22
+602.9977967680515
+ 32
+0.0
+ 13
+1291.00182790327
+ 23
+602.9977967680515
+ 33
+0.0
+  0
+SOLID
+  5
+2134A
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    33
+100
+AcDbTrace
+ 10
+1058.001827903269
+ 20
+610.9977967680515
+ 30
+0.0
+ 11
+1300.00182790327
+ 21
+610.9977967680515
+ 31
+0.0
+ 12
+1066.001827903269
+ 22
+602.9977967680515
+ 32
+0.0
+ 13
+1291.00182790327
+ 23
+602.9977967680515
+ 33
+0.0
+  0
+SOLID
+  5
+2134B
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    33
+100
+AcDbTrace
+ 10
+1291.00182790327
+ 20
+602.9977967680515
+ 30
+0.0
+ 11
+1291.00182790327
+ 21
+363.9977967680517
+ 31
+0.0
+ 12
+1300.00182790327
+ 22
+610.9977967680515
+ 32
+0.0
+ 13
+1300.00182790327
+ 23
+355.9977967680517
+ 33
+0.0
+  0
+SOLID
+  5
+2134C
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    33
+100
+AcDbTrace
+ 10
+1066.001827903269
+ 20
+363.9977967680517
+ 30
+0.0
+ 11
+1291.00182790327
+ 21
+363.9977967680517
+ 31
+0.0
+ 12
+1058.001827903269
+ 22
+355.9977967680517
+ 32
+0.0
+ 13
+1300.00182790327
+ 23
+355.9977967680517
+ 33
+0.0
+  0
+SOLID
+  5
+2134D
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    33
+100
+AcDbTrace
+ 10
+1058.001827903269
+ 20
+610.9977967680515
+ 30
+0.0
+ 11
+1058.001827903269
+ 21
+355.9977967680517
+ 31
+0.0
+ 12
+1066.001827903269
+ 22
+602.9977967680515
+ 32
+0.0
+ 13
+1066.001827903269
+ 23
+363.9977967680517
+ 33
+0.0
+  0
+LWPOLYLINE
+  5
+2134E
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+1058.001827903269
+ 20
+610.9977967680515
+ 10
+1300.00182790327
+ 20
+610.9977967680515
+ 10
+1300.00182790327
+ 20
+355.9977967680517
+ 10
+1058.001827903269
+ 20
+355.9977967680517
+  0
+LWPOLYLINE
+  5
+2134F
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+1066.001827903269
+ 20
+602.9977967680515
+ 10
+1291.00182790327
+ 20
+602.9977967680515
+ 10
+1291.00182790327
+ 20
+363.9977967680517
+ 10
+1066.001827903269
+ 20
+363.9977967680517
+  0
+LWPOLYLINE
+  5
+21350
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+1335.00182790327
+ 20
+363.9977965764738
+ 10
+1560.00182790327
+ 20
+363.9977965764738
+ 10
+1560.00182790327
+ 20
+602.9977965764738
+ 10
+1335.00182790327
+ 20
+602.9977965764738
+  0
+LWPOLYLINE
+  5
+21351
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+1327.00182790327
+ 20
+610.9977965764739
+ 10
+1569.00182790327
+ 20
+610.9977965764739
+ 10
+1569.00182790327
+ 20
+355.9977965764738
+ 10
+1327.00182790327
+ 20
+355.9977965764738
+  0
+SOLID
+  5
+21352
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    34
+100
+AcDbTrace
+ 10
+1327.00182790327
+ 20
+610.9977965764739
+ 30
+0.0
+ 11
+1569.00182790327
+ 21
+610.9977965764739
+ 31
+0.0
+ 12
+1335.00182790327
+ 22
+602.9977965764738
+ 32
+0.0
+ 13
+1560.00182790327
+ 23
+602.9977965764738
+ 33
+0.0
+  0
+SOLID
+  5
+21353
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    34
+100
+AcDbTrace
+ 10
+1327.00182790327
+ 20
+610.9977965764739
+ 30
+0.0
+ 11
+1569.00182790327
+ 21
+610.9977965764739
+ 31
+0.0
+ 12
+1335.00182790327
+ 22
+602.9977965764738
+ 32
+0.0
+ 13
+1560.00182790327
+ 23
+602.9977965764738
+ 33
+0.0
+  0
+SOLID
+  5
+21354
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    34
+100
+AcDbTrace
+ 10
+1560.00182790327
+ 20
+602.9977965764738
+ 30
+0.0
+ 11
+1560.00182790327
+ 21
+363.9977965764738
+ 31
+0.0
+ 12
+1569.00182790327
+ 22
+610.9977965764739
+ 32
+0.0
+ 13
+1569.00182790327
+ 23
+355.9977965764738
+ 33
+0.0
+  0
+SOLID
+  5
+21355
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    34
+100
+AcDbTrace
+ 10
+1335.00182790327
+ 20
+363.9977965764738
+ 30
+0.0
+ 11
+1560.00182790327
+ 21
+363.9977965764738
+ 31
+0.0
+ 12
+1327.00182790327
+ 22
+355.9977965764738
+ 32
+0.0
+ 13
+1569.00182790327
+ 23
+355.9977965764738
+ 33
+0.0
+  0
+SOLID
+  5
+21356
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    34
+100
+AcDbTrace
+ 10
+1327.00182790327
+ 20
+610.9977965764739
+ 30
+0.0
+ 11
+1327.00182790327
+ 21
+355.9977965764738
+ 31
+0.0
+ 12
+1335.00182790327
+ 22
+602.9977965764738
+ 32
+0.0
+ 13
+1335.00182790327
+ 23
+363.9977965764738
+ 33
+0.0
+  0
+LWPOLYLINE
+  5
+21357
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+1327.00182790327
+ 20
+610.9977965764739
+ 10
+1569.00182790327
+ 20
+610.9977965764739
+ 10
+1569.00182790327
+ 20
+355.9977965764738
+ 10
+1327.00182790327
+ 20
+355.9977965764738
+  0
+LWPOLYLINE
+  5
+21358
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+1335.00182790327
+ 20
+602.9977965764738
+ 10
+1560.00182790327
+ 20
+602.9977965764738
+ 10
+1560.00182790327
+ 20
+363.9977965764738
+ 10
+1335.00182790327
+ 20
+363.9977965764738
+  0
+LWPOLYLINE
+  5
+21359
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+1625.00182790327
+ 20
+363.9977963848961
+ 10
+1850.00182790327
+ 20
+363.9977963848961
+ 10
+1850.00182790327
+ 20
+602.9977963848961
+ 10
+1625.00182790327
+ 20
+602.9977963848961
+  0
+LWPOLYLINE
+  5
+2135A
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+1617.001827903269
+ 20
+610.9977963848961
+ 10
+1859.00182790327
+ 20
+610.9977963848961
+ 10
+1859.00182790327
+ 20
+355.9977963848961
+ 10
+1617.001827903269
+ 20
+355.9977963848961
+  0
+SOLID
+  5
+2135B
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    35
+100
+AcDbTrace
+ 10
+1617.001827903269
+ 20
+610.9977963848961
+ 30
+0.0
+ 11
+1859.00182790327
+ 21
+610.9977963848961
+ 31
+0.0
+ 12
+1625.00182790327
+ 22
+602.9977963848961
+ 32
+0.0
+ 13
+1850.00182790327
+ 23
+602.9977963848961
+ 33
+0.0
+  0
+SOLID
+  5
+2135C
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    35
+100
+AcDbTrace
+ 10
+1617.001827903269
+ 20
+610.9977963848961
+ 30
+0.0
+ 11
+1859.00182790327
+ 21
+610.9977963848961
+ 31
+0.0
+ 12
+1625.00182790327
+ 22
+602.9977963848961
+ 32
+0.0
+ 13
+1850.00182790327
+ 23
+602.9977963848961
+ 33
+0.0
+  0
+SOLID
+  5
+2135D
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    35
+100
+AcDbTrace
+ 10
+1850.00182790327
+ 20
+602.9977963848961
+ 30
+0.0
+ 11
+1850.00182790327
+ 21
+363.9977963848961
+ 31
+0.0
+ 12
+1859.00182790327
+ 22
+610.9977963848961
+ 32
+0.0
+ 13
+1859.00182790327
+ 23
+355.9977963848961
+ 33
+0.0
+  0
+SOLID
+  5
+2135E
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    35
+100
+AcDbTrace
+ 10
+1625.00182790327
+ 20
+363.9977963848961
+ 30
+0.0
+ 11
+1850.00182790327
+ 21
+363.9977963848961
+ 31
+0.0
+ 12
+1617.001827903269
+ 22
+355.9977963848961
+ 32
+0.0
+ 13
+1859.00182790327
+ 23
+355.9977963848961
+ 33
+0.0
+  0
+SOLID
+  5
+2135F
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    35
+100
+AcDbTrace
+ 10
+1617.001827903269
+ 20
+610.9977963848961
+ 30
+0.0
+ 11
+1617.001827903269
+ 21
+355.9977963848961
+ 31
+0.0
+ 12
+1625.00182790327
+ 22
+602.9977963848961
+ 32
+0.0
+ 13
+1625.00182790327
+ 23
+363.9977963848961
+ 33
+0.0
+  0
+LWPOLYLINE
+  5
+21360
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+1617.001827903269
+ 20
+610.9977963848961
+ 10
+1859.00182790327
+ 20
+610.9977963848961
+ 10
+1859.00182790327
+ 20
+355.9977963848961
+ 10
+1617.001827903269
+ 20
+355.9977963848961
+  0
+LWPOLYLINE
+  5
+21361
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+1625.00182790327
+ 20
+602.9977963848961
+ 10
+1850.00182790327
+ 20
+602.9977963848961
+ 10
+1850.00182790327
+ 20
+363.9977963848961
+ 10
+1625.00182790327
+ 20
+363.9977963848961
+  0
+INSERT
+  5
+21362
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     9
+100
+AcDbBlockReference
+ 66
+     1
+  2
+palet
+ 10
+505.1235531320053
+ 20
+597.7642838424888
+ 30
+-28.9114261271681
+  0
+ATTRIB
+  5
+21363
+330
+21362
+100
+AcDbEntity
+  8
+IMG009
+ 62
+     9
+100
+AcDbText
+ 10
+505.1235531320053
+ 20
+597.7642838424888
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+CWM-CWS03:WtrC-PCV-011:Error
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21364
+330
+21362
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+505.1235531320053
+ 20
+597.7642838424888
+ 30
+-28.9114261271681
+ 40
+6.0
+  1
+30
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21365
+330
+21362
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+505.1235531320053
+ 20
+597.7642838424888
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+12
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21366
+330
+21362
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+505.1235531320053
+ 20
+597.7642838424888
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+10
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+21367
+330
+21362
+100
+AcDbEntity
+  8
+0
+  0
+INSERT
+  5
+21368
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     9
+100
+AcDbBlockReference
+ 66
+     1
+  2
+palet
+ 10
+773.1235568475987
+ 20
+597.7642849272791
+ 30
+-28.9114261271681
+  0
+ATTRIB
+  5
+21369
+330
+21368
+100
+AcDbEntity
+  8
+IMG009
+ 62
+     9
+100
+AcDbText
+ 10
+773.1235568475987
+ 20
+597.7642849272791
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+CWM-CWS03:WtrC-FCV-011:Error
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+2136A
+330
+21368
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+773.1235568475987
+ 20
+597.7642849272791
+ 30
+-28.9114261271681
+ 40
+6.0
+  1
+31
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+2136B
+330
+21368
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+773.1235568475987
+ 20
+597.7642849272791
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+12
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+2136C
+330
+21368
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+773.1235568475987
+ 20
+597.7642849272791
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+10
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+2136D
+330
+21368
+100
+AcDbEntity
+  8
+0
+  0
+INSERT
+  5
+2136E
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     9
+100
+AcDbBlockReference
+ 66
+     1
+  2
+palet
+ 10
+1040.123556847599
+ 20
+597.7642847357014
+ 30
+-28.9114261271681
+  0
+ATTRIB
+  5
+2136F
+330
+2136E
+100
+AcDbEntity
+  8
+IMG009
+ 62
+     9
+100
+AcDbText
+ 10
+1040.123556847599
+ 20
+597.7642847357014
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+CWM-CWS03:WtrC-FCV-012:Error
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21370
+330
+2136E
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1040.123556847599
+ 20
+597.7642847357014
+ 30
+-28.9114261271681
+ 40
+6.0
+  1
+32
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21371
+330
+2136E
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1040.123556847599
+ 20
+597.7642847357014
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+12
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21372
+330
+2136E
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1040.123556847599
+ 20
+597.7642847357014
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+10
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+21373
+330
+2136E
+100
+AcDbEntity
+  8
+0
+  0
+INSERT
+  5
+21374
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     9
+100
+AcDbBlockReference
+ 66
+     1
+  2
+palet
+ 10
+1311.123556847599
+ 20
+597.7642845441236
+ 30
+-28.9114261271681
+  0
+ATTRIB
+  5
+21375
+330
+21374
+100
+AcDbEntity
+  8
+IMG009
+ 62
+     9
+100
+AcDbText
+ 10
+1311.123556847599
+ 20
+597.7642845441236
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+CWM-CWS03:WtrC-FCV-013:Error
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21376
+330
+21374
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1311.123556847599
+ 20
+597.7642845441236
+ 30
+-28.9114261271681
+ 40
+6.0
+  1
+33
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21377
+330
+21374
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1311.123556847599
+ 20
+597.7642845441236
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+12
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21378
+330
+21374
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1311.123556847599
+ 20
+597.7642845441236
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+10
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+21379
+330
+21374
+100
+AcDbEntity
+  8
+0
+  0
+INSERT
+  5
+2137A
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     9
+100
+AcDbBlockReference
+ 66
+     1
+  2
+palet
+ 10
+1580.123556847599
+ 20
+597.7642843525458
+ 30
+-28.9114261271681
+  0
+ATTRIB
+  5
+2137B
+330
+2137A
+100
+AcDbEntity
+  8
+IMG009
+ 62
+     9
+100
+AcDbText
+ 10
+1580.123556847599
+ 20
+597.7642843525458
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+CWM-CWS03:WtrC-FCV-014:Error
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+2137C
+330
+2137A
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1580.123556847599
+ 20
+597.7642843525458
+ 30
+-28.9114261271681
+ 40
+6.0
+  1
+34
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+2137D
+330
+2137A
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1580.123556847599
+ 20
+597.7642843525458
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+12
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+2137E
+330
+2137A
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1580.123556847599
+ 20
+597.7642843525458
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+10
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+2137F
+330
+2137A
+100
+AcDbEntity
+  8
+0
+  0
+INSERT
+  5
+21380
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     9
+100
+AcDbBlockReference
+ 66
+     1
+  2
+palet
+ 10
+1870.123556847599
+ 20
+597.764284160968
+ 30
+-28.9114261271681
+  0
+ATTRIB
+  5
+21381
+330
+21380
+100
+AcDbEntity
+  8
+IMG009
+ 62
+     9
+100
+AcDbText
+ 10
+1870.123556847599
+ 20
+597.764284160968
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+CWM-CWS03:WtrC-FCV-015:Error
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21382
+330
+21380
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1870.123556847599
+ 20
+597.764284160968
+ 30
+-28.9114261271681
+ 40
+6.0
+  1
+35
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21383
+330
+21380
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1870.123556847599
+ 20
+597.764284160968
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+12
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21384
+330
+21380
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1870.123556847599
+ 20
+597.764284160968
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+10
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+21385
+330
+21380
+100
+AcDbEntity
+  8
+0
+  0
+LWPOLYLINE
+  5
+21513
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+276.0018170845527
+ 20
+99.99779481318876
+ 10
+468.0018174946436
+ 20
+99.99779481318876
+ 10
+468.0018174946436
+ 20
+130.9977954384445
+ 10
+276.0018170845527
+ 20
+130.9977954384445
+  0
+TEXT
+  5
+21514
+330
+1F
+100
+AcDbEntity
+  8
+INSTRUM
+100
+AcDbText
+ 10
+293.8635150479907
+ 20
+246.4315569720071
+ 30
+49.20321653524187
+ 40
+11.0
+  1
+Opening error
+  7
+SansSerif
+100
+AcDbText
+  0
+INSERT
+  5
+21515
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Disque
+ 10
+444.0018179685078
+ 20
+250.9977950626827
+ 30
+0.0
+ 41
+16.0
+ 42
+-16.0
+ 43
+16.0
+ 50
+270.0
+  0
+ATTRIB
+  5
+21516
+330
+21515
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+444.0018179685078
+ 20
+250.9977950626827
+ 30
+0.0
+ 40
+1.6
+  1
+CWM-CWS03:WtrC-FCV-020:ErrorO
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21517
+330
+21515
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+444.0018179685078
+ 20
+250.9977950626827
+ 30
+0.0
+ 40
+1.6
+  1
+12
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21518
+330
+21515
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+444.0018179685078
+ 20
+250.9977950626827
+ 30
+0.0
+ 40
+1.6
+  1
+10
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21519
+330
+21515
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+444.0018179685078
+ 20
+250.9977950626827
+ 30
+0.0
+ 40
+1.6
+  1
+7
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+2151A
+330
+21515
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+444.0018179685078
+ 20
+250.9977950626827
+ 30
+0.0
+ 40
+1.6
+  1
+1
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+2151B
+330
+21515
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+444.0018179685078
+ 20
+250.9977950626827
+ 30
+0.0
+ 40
+1.6
+  1
+0
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+2151C
+330
+21515
+100
+AcDbEntity
+  8
+0
+  0
+INSERT
+  5
+2151D
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Disque
+ 10
+444.0018179685078
+ 20
+186.9977954522606
+ 30
+0.0
+ 41
+16.0
+ 42
+-16.0
+ 43
+16.0
+ 50
+270.0
+  0
+ATTRIB
+  5
+2151E
+330
+2151D
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+444.0018179685078
+ 20
+186.9977954522606
+ 30
+0.0
+ 40
+1.6
+  1
+CWM-CWS03:WtrC-FCV-020:ErrorT
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+2151F
+330
+2151D
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+444.0018179685078
+ 20
+186.9977954522606
+ 30
+0.0
+ 40
+1.6
+  1
+12
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21520
+330
+2151D
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+444.0018179685078
+ 20
+186.9977954522606
+ 30
+0.0
+ 40
+1.6
+  1
+10
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21521
+330
+2151D
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+444.0018179685078
+ 20
+186.9977954522606
+ 30
+0.0
+ 40
+1.6
+  1
+7
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21522
+330
+2151D
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+444.0018179685078
+ 20
+186.9977954522606
+ 30
+0.0
+ 40
+1.6
+  1
+1
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21523
+330
+2151D
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+444.0018179685078
+ 20
+186.9977954522606
+ 30
+0.0
+ 40
+1.6
+  1
+0
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+21524
+330
+2151D
+100
+AcDbEntity
+  8
+0
+  0
+INSERT
+  5
+21525
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Disque
+ 10
+444.0018179441783
+ 20
+218.9977950156464
+ 30
+0.0
+ 41
+16.0
+ 42
+-16.0
+ 43
+16.0
+ 50
+270.0
+  0
+ATTRIB
+  5
+21526
+330
+21525
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+444.0018179441783
+ 20
+218.9977950156464
+ 30
+0.0
+ 40
+1.6
+  1
+CWM-CWS03:WtrC-FCV-020:ErrorC
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21527
+330
+21525
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+444.0018179441783
+ 20
+218.9977950156464
+ 30
+0.0
+ 40
+1.6
+  1
+12
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21528
+330
+21525
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+444.0018179441783
+ 20
+218.9977950156464
+ 30
+0.0
+ 40
+1.6
+  1
+10
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21529
+330
+21525
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+444.0018179441783
+ 20
+218.9977950156464
+ 30
+0.0
+ 40
+1.6
+  1
+7
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+2152A
+330
+21525
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+444.0018179441783
+ 20
+218.9977950156464
+ 30
+0.0
+ 40
+1.6
+  1
+1
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+2152B
+330
+21525
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+444.0018179441783
+ 20
+218.9977950156464
+ 30
+0.0
+ 40
+1.6
+  1
+0
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+2152C
+330
+21525
+100
+AcDbEntity
+  8
+0
+  0
+INSERT
+  5
+2152D
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Disque
+ 10
+444.0018179441783
+ 20
+154.9977945431225
+ 30
+0.0
+ 41
+16.0
+ 42
+-16.0
+ 43
+16.0
+ 50
+270.0
+  0
+ATTRIB
+  5
+2152E
+330
+2152D
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+444.0018179441783
+ 20
+154.9977945431225
+ 30
+0.0
+ 40
+1.6
+  1
+CWM-CWS03:WtrC-FCV-020:ErrorN
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+2152F
+330
+2152D
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+444.0018179441783
+ 20
+154.9977945431225
+ 30
+0.0
+ 40
+1.6
+  1
+12
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21530
+330
+2152D
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+444.0018179441783
+ 20
+154.9977945431225
+ 30
+0.0
+ 40
+1.6
+  1
+10
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21531
+330
+2152D
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+444.0018179441783
+ 20
+154.9977945431225
+ 30
+0.0
+ 40
+1.6
+  1
+7
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21532
+330
+2152D
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+444.0018179441783
+ 20
+154.9977945431225
+ 30
+0.0
+ 40
+1.6
+  1
+1
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21533
+330
+2152D
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+444.0018179441783
+ 20
+154.9977945431225
+ 30
+0.0
+ 40
+1.6
+  1
+0
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+21534
+330
+2152D
+100
+AcDbEntity
+  8
+0
+  0
+TEXT
+  5
+21535
+330
+1F
+100
+AcDbEntity
+  8
+INSTRUM
+100
+AcDbText
+ 10
+291.7289222554698
+ 20
+213.3520970800174
+ 30
+49.20321653524187
+ 40
+11.0
+  1
+Closing error
+  7
+SansSerif
+100
+AcDbText
+  0
+TEXT
+  5
+21536
+330
+1F
+100
+AcDbEntity
+  8
+INSTRUM
+100
+AcDbText
+ 10
+291.6511724840405
+ 20
+180.8965486291459
+ 30
+49.20321653524187
+ 40
+11.0
+  1
+Twice sensors error
+  7
+SansSerif
+100
+AcDbText
+  0
+TEXT
+  5
+21537
+330
+1F
+100
+AcDbEntity
+  8
+INSTRUM
+100
+AcDbText
+ 10
+291.098003365429
+ 20
+149.5699865917514
+ 30
+49.20321653524187
+ 40
+11.0
+  1
+No sensor error
+  7
+SansSerif
+100
+AcDbText
+  0
+LWPOLYLINE
+  5
+21538
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+260.0018174946436
+ 20
+82.99779543844454
+ 10
+485.0018174946436
+ 20
+82.99779543844454
+ 10
+485.0018174946436
+ 20
+321.9977954384445
+ 10
+260.0018174946436
+ 20
+321.9977954384445
+  0
+INSERT
+  5
+21539
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Jbutton
+ 10
+276.0018170845527
+ 20
+99.99779481318876
+ 30
+0.0
+ 41
+192.0000004100909
+ 42
+31.00000062525578
+ 43
+192.0000004100909
+  0
+ATTRIB
+  5
+2153A
+330
+21539
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+276.0018170845527
+ 20
+99.99779481318876
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+CWM-CWS03:WtrC-FCV-020:Ack
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COMMANDE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+2153B
+330
+21539
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+276.0018170845527
+ 20
+99.99779481318876
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+CWM-CWS03:WtrC-FCV-020:CndAck
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+2153C
+330
+21539
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+276.0018170845527
+ 20
+99.99779481318876
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+12
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+2153D
+330
+21539
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+276.0018170845527
+ 20
+99.99779481318876
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+7
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+2153E
+330
+21539
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+276.0018170845527
+ 20
+99.99779481318876
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+0
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CONFIRM
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+2153F
+330
+21539
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+276.0018170845527
+ 20
+99.99779481318876
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21540
+330
+21539
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+276.0018170845527
+ 20
+99.99779481318876
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21541
+330
+21539
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+276.0018170845527
+ 20
+99.99779481318876
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+Acknowledge
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+TEXTE
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+21542
+330
+21539
+100
+AcDbEntity
+  8
+0
+  0
+LWPOLYLINE
+  5
+21543
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+252.0018174946436
+ 20
+329.9977954384445
+ 10
+494.0018174946437
+ 20
+329.9977954384445
+ 10
+494.0018174946437
+ 20
+74.99779543844454
+ 10
+252.0018174946436
+ 20
+74.99779543844454
+  0
+LWPOLYLINE
+  5
+21545
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+544.0018181803485
+ 20
+99.99779462161098
+ 10
+736.0018185904395
+ 20
+99.99779462161098
+ 10
+736.0018185904395
+ 20
+130.9977952468667
+ 10
+544.0018181803485
+ 20
+130.9977952468667
+  0
+TEXT
+  5
+21546
+330
+1F
+100
+AcDbEntity
+  8
+INSTRUM
+100
+AcDbText
+ 10
+561.8635161437866
+ 20
+246.4315567804293
+ 30
+49.20321653524187
+ 40
+11.0
+  1
+Opening error
+  7
+SansSerif
+100
+AcDbText
+  0
+INSERT
+  5
+21547
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Disque
+ 10
+712.0018190643037
+ 20
+250.9977948711049
+ 30
+0.0
+ 41
+16.0
+ 42
+-16.0
+ 43
+16.0
+ 50
+270.0
+  0
+ATTRIB
+  5
+21548
+330
+21547
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+712.0018190643037
+ 20
+250.9977948711049
+ 30
+0.0
+ 40
+1.6
+  1
+CWM-CWS03:WtrC-FCV-021:ErrorO
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21549
+330
+21547
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+712.0018190643037
+ 20
+250.9977948711049
+ 30
+0.0
+ 40
+1.6
+  1
+12
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+2154A
+330
+21547
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+712.0018190643037
+ 20
+250.9977948711049
+ 30
+0.0
+ 40
+1.6
+  1
+10
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+2154B
+330
+21547
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+712.0018190643037
+ 20
+250.9977948711049
+ 30
+0.0
+ 40
+1.6
+  1
+7
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+2154C
+330
+21547
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+712.0018190643037
+ 20
+250.9977948711049
+ 30
+0.0
+ 40
+1.6
+  1
+1
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+2154D
+330
+21547
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+712.0018190643037
+ 20
+250.9977948711049
+ 30
+0.0
+ 40
+1.6
+  1
+0
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+2154E
+330
+21547
+100
+AcDbEntity
+  8
+0
+  0
+INSERT
+  5
+2154F
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Disque
+ 10
+712.0018190643037
+ 20
+186.9977952606829
+ 30
+0.0
+ 41
+16.0
+ 42
+-16.0
+ 43
+16.0
+ 50
+270.0
+  0
+ATTRIB
+  5
+21550
+330
+2154F
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+712.0018190643037
+ 20
+186.9977952606829
+ 30
+0.0
+ 40
+1.6
+  1
+CWM-CWS03:WtrC-FCV-021:ErrorT
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21551
+330
+2154F
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+712.0018190643037
+ 20
+186.9977952606829
+ 30
+0.0
+ 40
+1.6
+  1
+12
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21552
+330
+2154F
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+712.0018190643037
+ 20
+186.9977952606829
+ 30
+0.0
+ 40
+1.6
+  1
+10
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21553
+330
+2154F
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+712.0018190643037
+ 20
+186.9977952606829
+ 30
+0.0
+ 40
+1.6
+  1
+7
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21554
+330
+2154F
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+712.0018190643037
+ 20
+186.9977952606829
+ 30
+0.0
+ 40
+1.6
+  1
+1
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21555
+330
+2154F
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+712.0018190643037
+ 20
+186.9977952606829
+ 30
+0.0
+ 40
+1.6
+  1
+0
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+21556
+330
+2154F
+100
+AcDbEntity
+  8
+0
+  0
+INSERT
+  5
+21557
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Disque
+ 10
+712.001819039974
+ 20
+218.9977948240686
+ 30
+0.0
+ 41
+16.0
+ 42
+-16.0
+ 43
+16.0
+ 50
+270.0
+  0
+ATTRIB
+  5
+21558
+330
+21557
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+712.001819039974
+ 20
+218.9977948240686
+ 30
+0.0
+ 40
+1.6
+  1
+CWM-CWS03:WtrC-FCV-021:ErrorC
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21559
+330
+21557
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+712.001819039974
+ 20
+218.9977948240686
+ 30
+0.0
+ 40
+1.6
+  1
+12
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+2155A
+330
+21557
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+712.001819039974
+ 20
+218.9977948240686
+ 30
+0.0
+ 40
+1.6
+  1
+10
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+2155B
+330
+21557
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+712.001819039974
+ 20
+218.9977948240686
+ 30
+0.0
+ 40
+1.6
+  1
+7
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+2155C
+330
+21557
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+712.001819039974
+ 20
+218.9977948240686
+ 30
+0.0
+ 40
+1.6
+  1
+1
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+2155D
+330
+21557
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+712.001819039974
+ 20
+218.9977948240686
+ 30
+0.0
+ 40
+1.6
+  1
+0
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+2155E
+330
+21557
+100
+AcDbEntity
+  8
+0
+  0
+INSERT
+  5
+2155F
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Disque
+ 10
+712.001819039974
+ 20
+154.9977943515447
+ 30
+0.0
+ 41
+16.0
+ 42
+-16.0
+ 43
+16.0
+ 50
+270.0
+  0
+ATTRIB
+  5
+21560
+330
+2155F
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+712.001819039974
+ 20
+154.9977943515447
+ 30
+0.0
+ 40
+1.6
+  1
+CWM-CWS03:WtrC-FCV-021:ErrorN
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21561
+330
+2155F
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+712.001819039974
+ 20
+154.9977943515447
+ 30
+0.0
+ 40
+1.6
+  1
+12
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21562
+330
+2155F
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+712.001819039974
+ 20
+154.9977943515447
+ 30
+0.0
+ 40
+1.6
+  1
+10
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21563
+330
+2155F
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+712.001819039974
+ 20
+154.9977943515447
+ 30
+0.0
+ 40
+1.6
+  1
+7
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21564
+330
+2155F
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+712.001819039974
+ 20
+154.9977943515447
+ 30
+0.0
+ 40
+1.6
+  1
+1
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21565
+330
+2155F
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+712.001819039974
+ 20
+154.9977943515447
+ 30
+0.0
+ 40
+1.6
+  1
+0
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+21566
+330
+2155F
+100
+AcDbEntity
+  8
+0
+  0
+TEXT
+  5
+21567
+330
+1F
+100
+AcDbEntity
+  8
+INSTRUM
+100
+AcDbText
+ 10
+559.7289233512657
+ 20
+213.3520968884397
+ 30
+49.20321653524187
+ 40
+11.0
+  1
+Closing error
+  7
+SansSerif
+100
+AcDbText
+  0
+TEXT
+  5
+21568
+330
+1F
+100
+AcDbEntity
+  8
+INSTRUM
+100
+AcDbText
+ 10
+559.6511735798364
+ 20
+180.8965484375681
+ 30
+49.20321653524187
+ 40
+11.0
+  1
+Twice sensors error
+  7
+SansSerif
+100
+AcDbText
+  0
+TEXT
+  5
+21569
+330
+1F
+100
+AcDbEntity
+  8
+INSTRUM
+100
+AcDbText
+ 10
+559.0980044612248
+ 20
+149.5699864001736
+ 30
+49.20321653524187
+ 40
+11.0
+  1
+No sensor error
+  7
+SansSerif
+100
+AcDbText
+  0
+LWPOLYLINE
+  5
+2156A
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+528.0018185904395
+ 20
+82.99779524686675
+ 10
+753.0018185904395
+ 20
+82.99779524686675
+ 10
+753.0018185904395
+ 20
+321.9977952468668
+ 10
+528.0018185904395
+ 20
+321.9977952468668
+  0
+INSERT
+  5
+2156B
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Jbutton
+ 10
+544.0018181803485
+ 20
+99.99779462161098
+ 30
+0.0
+ 41
+192.0000004100909
+ 42
+31.00000062525578
+ 43
+192.0000004100909
+  0
+ATTRIB
+  5
+2156C
+330
+2156B
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+544.0018181803485
+ 20
+99.99779462161098
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+CWM-CWS03:WtrC-FCV-021:Ack
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COMMANDE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+2156D
+330
+2156B
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+544.0018181803485
+ 20
+99.99779462161098
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+CWM-CWS03:WtrC-FCV-021:CndAck
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+2156E
+330
+2156B
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+544.0018181803485
+ 20
+99.99779462161098
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+12
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+2156F
+330
+2156B
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+544.0018181803485
+ 20
+99.99779462161098
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+7
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21570
+330
+2156B
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+544.0018181803485
+ 20
+99.99779462161098
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+0
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CONFIRM
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21571
+330
+2156B
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+544.0018181803485
+ 20
+99.99779462161098
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21572
+330
+2156B
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+544.0018181803485
+ 20
+99.99779462161098
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21573
+330
+2156B
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+544.0018181803485
+ 20
+99.99779462161098
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+Acknowledge
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+TEXTE
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+21574
+330
+2156B
+100
+AcDbEntity
+  8
+0
+  0
+LWPOLYLINE
+  5
+21575
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+520.0018185904395
+ 20
+329.9977952468668
+ 10
+762.0018185904392
+ 20
+329.9977952468668
+ 10
+762.0018185904392
+ 20
+74.99779524686677
+ 10
+520.0018185904395
+ 20
+74.99779524686677
+  0
+LWPOLYLINE
+  5
+21577
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+811.0018181803486
+ 20
+96.99779481318877
+ 10
+1003.001818590439
+ 20
+96.99779481318877
+ 10
+1003.001818590439
+ 20
+127.9977954384445
+ 10
+811.0018181803486
+ 20
+127.9977954384445
+  0
+TEXT
+  5
+21578
+330
+1F
+100
+AcDbEntity
+  8
+INSTRUM
+100
+AcDbText
+ 10
+828.8635161437865
+ 20
+243.4315569720071
+ 30
+49.20321653524187
+ 40
+11.0
+  1
+Opening error
+  7
+SansSerif
+100
+AcDbText
+  0
+INSERT
+  5
+21579
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Disque
+ 10
+979.0018190643037
+ 20
+247.9977950626827
+ 30
+0.0
+ 41
+16.0
+ 42
+-16.0
+ 43
+16.0
+ 50
+270.0
+  0
+ATTRIB
+  5
+2157A
+330
+21579
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+979.0018190643037
+ 20
+247.9977950626827
+ 30
+0.0
+ 40
+1.6
+  1
+CWM-CWS03:WtrC-FCV-030:ErrorO
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+2157B
+330
+21579
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+979.0018190643037
+ 20
+247.9977950626827
+ 30
+0.0
+ 40
+1.6
+  1
+12
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+2157C
+330
+21579
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+979.0018190643037
+ 20
+247.9977950626827
+ 30
+0.0
+ 40
+1.6
+  1
+10
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+2157D
+330
+21579
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+979.0018190643037
+ 20
+247.9977950626827
+ 30
+0.0
+ 40
+1.6
+  1
+7
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+2157E
+330
+21579
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+979.0018190643037
+ 20
+247.9977950626827
+ 30
+0.0
+ 40
+1.6
+  1
+1
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+2157F
+330
+21579
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+979.0018190643037
+ 20
+247.9977950626827
+ 30
+0.0
+ 40
+1.6
+  1
+0
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+21580
+330
+21579
+100
+AcDbEntity
+  8
+0
+  0
+INSERT
+  5
+21581
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Disque
+ 10
+979.0018190643037
+ 20
+183.9977954522606
+ 30
+0.0
+ 41
+16.0
+ 42
+-16.0
+ 43
+16.0
+ 50
+270.0
+  0
+ATTRIB
+  5
+21582
+330
+21581
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+979.0018190643037
+ 20
+183.9977954522606
+ 30
+0.0
+ 40
+1.6
+  1
+CWM-CWS03:WtrC-FCV-030:ErrorT
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21583
+330
+21581
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+979.0018190643037
+ 20
+183.9977954522606
+ 30
+0.0
+ 40
+1.6
+  1
+12
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21584
+330
+21581
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+979.0018190643037
+ 20
+183.9977954522606
+ 30
+0.0
+ 40
+1.6
+  1
+10
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21585
+330
+21581
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+979.0018190643037
+ 20
+183.9977954522606
+ 30
+0.0
+ 40
+1.6
+  1
+7
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21586
+330
+21581
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+979.0018190643037
+ 20
+183.9977954522606
+ 30
+0.0
+ 40
+1.6
+  1
+1
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21587
+330
+21581
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+979.0018190643037
+ 20
+183.9977954522606
+ 30
+0.0
+ 40
+1.6
+  1
+0
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+21588
+330
+21581
+100
+AcDbEntity
+  8
+0
+  0
+INSERT
+  5
+21589
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Disque
+ 10
+979.0018190399743
+ 20
+215.9977950156464
+ 30
+0.0
+ 41
+16.0
+ 42
+-16.0
+ 43
+16.0
+ 50
+270.0
+  0
+ATTRIB
+  5
+2158A
+330
+21589
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+979.0018190399743
+ 20
+215.9977950156464
+ 30
+0.0
+ 40
+1.6
+  1
+CWM-CWS03:WtrC-FCV-030:ErrorC
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+2158B
+330
+21589
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+979.0018190399743
+ 20
+215.9977950156464
+ 30
+0.0
+ 40
+1.6
+  1
+12
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+2158C
+330
+21589
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+979.0018190399743
+ 20
+215.9977950156464
+ 30
+0.0
+ 40
+1.6
+  1
+10
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+2158D
+330
+21589
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+979.0018190399743
+ 20
+215.9977950156464
+ 30
+0.0
+ 40
+1.6
+  1
+7
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+2158E
+330
+21589
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+979.0018190399743
+ 20
+215.9977950156464
+ 30
+0.0
+ 40
+1.6
+  1
+1
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+2158F
+330
+21589
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+979.0018190399743
+ 20
+215.9977950156464
+ 30
+0.0
+ 40
+1.6
+  1
+0
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+21590
+330
+21589
+100
+AcDbEntity
+  8
+0
+  0
+INSERT
+  5
+21591
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Disque
+ 10
+979.0018190399743
+ 20
+151.9977945431225
+ 30
+0.0
+ 41
+16.0
+ 42
+-16.0
+ 43
+16.0
+ 50
+270.0
+  0
+ATTRIB
+  5
+21592
+330
+21591
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+979.0018190399743
+ 20
+151.9977945431225
+ 30
+0.0
+ 40
+1.6
+  1
+CWM-CWS03:WtrC-FCV-030:ErrorN
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21593
+330
+21591
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+979.0018190399743
+ 20
+151.9977945431225
+ 30
+0.0
+ 40
+1.6
+  1
+12
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21594
+330
+21591
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+979.0018190399743
+ 20
+151.9977945431225
+ 30
+0.0
+ 40
+1.6
+  1
+10
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21595
+330
+21591
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+979.0018190399743
+ 20
+151.9977945431225
+ 30
+0.0
+ 40
+1.6
+  1
+7
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21596
+330
+21591
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+979.0018190399743
+ 20
+151.9977945431225
+ 30
+0.0
+ 40
+1.6
+  1
+1
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21597
+330
+21591
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+979.0018190399743
+ 20
+151.9977945431225
+ 30
+0.0
+ 40
+1.6
+  1
+0
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+21598
+330
+21591
+100
+AcDbEntity
+  8
+0
+  0
+TEXT
+  5
+21599
+330
+1F
+100
+AcDbEntity
+  8
+INSTRUM
+100
+AcDbText
+ 10
+826.7289233512657
+ 20
+210.3520970800174
+ 30
+49.20321653524187
+ 40
+11.0
+  1
+Closing error
+  7
+SansSerif
+100
+AcDbText
+  0
+TEXT
+  5
+2159A
+330
+1F
+100
+AcDbEntity
+  8
+INSTRUM
+100
+AcDbText
+ 10
+826.6511735798362
+ 20
+177.8965486291459
+ 30
+49.20321653524187
+ 40
+11.0
+  1
+Twice sensors error
+  7
+SansSerif
+100
+AcDbText
+  0
+TEXT
+  5
+2159B
+330
+1F
+100
+AcDbEntity
+  8
+INSTRUM
+100
+AcDbText
+ 10
+826.0980044612248
+ 20
+146.5699865917514
+ 30
+49.20321653524187
+ 40
+11.0
+  1
+No sensor error
+  7
+SansSerif
+100
+AcDbText
+  0
+LWPOLYLINE
+  5
+2159C
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+795.0018185904395
+ 20
+79.99779543844454
+ 10
+1020.001818590439
+ 20
+79.99779543844454
+ 10
+1020.001818590439
+ 20
+318.9977954384445
+ 10
+795.0018185904395
+ 20
+318.9977954384445
+  0
+INSERT
+  5
+2159D
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Jbutton
+ 10
+811.0018181803486
+ 20
+96.99779481318877
+ 30
+0.0
+ 41
+192.0000004100909
+ 42
+31.00000062525578
+ 43
+192.0000004100909
+  0
+ATTRIB
+  5
+2159E
+330
+2159D
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+811.0018181803486
+ 20
+96.99779481318877
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+CWM-CWS03:WtrC-FCV-030:Ack
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COMMANDE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+2159F
+330
+2159D
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+811.0018181803486
+ 20
+96.99779481318877
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+CWM-CWS03:WtrC-FCV-030:CndAck
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+215A0
+330
+2159D
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+811.0018181803486
+ 20
+96.99779481318877
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+12
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+215A1
+330
+2159D
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+811.0018181803486
+ 20
+96.99779481318877
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+7
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+215A2
+330
+2159D
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+811.0018181803486
+ 20
+96.99779481318877
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+0
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CONFIRM
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+215A3
+330
+2159D
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+811.0018181803486
+ 20
+96.99779481318877
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+215A4
+330
+2159D
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+811.0018181803486
+ 20
+96.99779481318877
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+215A5
+330
+2159D
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+811.0018181803486
+ 20
+96.99779481318877
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+Acknowledge
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+TEXTE
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+215A6
+330
+2159D
+100
+AcDbEntity
+  8
+0
+  0
+LWPOLYLINE
+  5
+215A7
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+787.0018185904393
+ 20
+326.9977954384446
+ 10
+1029.001818590439
+ 20
+326.9977954384446
+ 10
+1029.001818590439
+ 20
+71.99779543844454
+ 10
+787.0018185904393
+ 20
+71.99779543844454
+  0
+LWPOLYLINE
+  5
+215A9
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+1082.001818180349
+ 20
+98.99779481318876
+ 10
+1274.001818590439
+ 20
+98.99779481318876
+ 10
+1274.001818590439
+ 20
+129.9977954384445
+ 10
+1082.001818180349
+ 20
+129.9977954384445
+  0
+TEXT
+  5
+215AA
+330
+1F
+100
+AcDbEntity
+  8
+INSTRUM
+100
+AcDbText
+ 10
+1099.863516143787
+ 20
+245.4315569720071
+ 30
+49.20321653524187
+ 40
+11.0
+  1
+Opening error
+  7
+SansSerif
+100
+AcDbText
+  0
+INSERT
+  5
+215AB
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Disque
+ 10
+1250.001819064304
+ 20
+249.9977950626827
+ 30
+0.0
+ 41
+16.0
+ 42
+-16.0
+ 43
+16.0
+ 50
+270.0
+  0
+ATTRIB
+  5
+215AC
+330
+215AB
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1250.001819064304
+ 20
+249.9977950626827
+ 30
+0.0
+ 40
+1.6
+  1
+CWM-CWS03:WtrC-FCV-040:ErrorO
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+215AD
+330
+215AB
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1250.001819064304
+ 20
+249.9977950626827
+ 30
+0.0
+ 40
+1.6
+  1
+12
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+215AE
+330
+215AB
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1250.001819064304
+ 20
+249.9977950626827
+ 30
+0.0
+ 40
+1.6
+  1
+10
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+215AF
+330
+215AB
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1250.001819064304
+ 20
+249.9977950626827
+ 30
+0.0
+ 40
+1.6
+  1
+7
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+215B0
+330
+215AB
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1250.001819064304
+ 20
+249.9977950626827
+ 30
+0.0
+ 40
+1.6
+  1
+1
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+215B1
+330
+215AB
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1250.001819064304
+ 20
+249.9977950626827
+ 30
+0.0
+ 40
+1.6
+  1
+0
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+215B2
+330
+215AB
+100
+AcDbEntity
+  8
+0
+  0
+INSERT
+  5
+215B3
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Disque
+ 10
+1250.001819064303
+ 20
+185.9977954522607
+ 30
+0.0
+ 41
+16.0
+ 42
+-16.0
+ 43
+16.0
+ 50
+270.0
+  0
+ATTRIB
+  5
+215B4
+330
+215B3
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1250.001819064303
+ 20
+185.9977954522607
+ 30
+0.0
+ 40
+1.6
+  1
+CWM-CWS03:WtrC-FCV-040:ErrorT
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+215B5
+330
+215B3
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1250.001819064303
+ 20
+185.9977954522607
+ 30
+0.0
+ 40
+1.6
+  1
+12
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+215B6
+330
+215B3
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1250.001819064303
+ 20
+185.9977954522607
+ 30
+0.0
+ 40
+1.6
+  1
+10
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+215B7
+330
+215B3
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1250.001819064303
+ 20
+185.9977954522607
+ 30
+0.0
+ 40
+1.6
+  1
+7
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+215B8
+330
+215B3
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1250.001819064303
+ 20
+185.9977954522607
+ 30
+0.0
+ 40
+1.6
+  1
+1
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+215B9
+330
+215B3
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1250.001819064303
+ 20
+185.9977954522607
+ 30
+0.0
+ 40
+1.6
+  1
+0
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+215BA
+330
+215B3
+100
+AcDbEntity
+  8
+0
+  0
+INSERT
+  5
+215BB
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Disque
+ 10
+1250.001819039974
+ 20
+217.9977950156464
+ 30
+0.0
+ 41
+16.0
+ 42
+-16.0
+ 43
+16.0
+ 50
+270.0
+  0
+ATTRIB
+  5
+215BC
+330
+215BB
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1250.001819039974
+ 20
+217.9977950156464
+ 30
+0.0
+ 40
+1.6
+  1
+CWM-CWS03:WtrC-FCV-040:ErrorC
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+215BD
+330
+215BB
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1250.001819039974
+ 20
+217.9977950156464
+ 30
+0.0
+ 40
+1.6
+  1
+12
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+215BE
+330
+215BB
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1250.001819039974
+ 20
+217.9977950156464
+ 30
+0.0
+ 40
+1.6
+  1
+10
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+215BF
+330
+215BB
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1250.001819039974
+ 20
+217.9977950156464
+ 30
+0.0
+ 40
+1.6
+  1
+7
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+215C0
+330
+215BB
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1250.001819039974
+ 20
+217.9977950156464
+ 30
+0.0
+ 40
+1.6
+  1
+1
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+215C1
+330
+215BB
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1250.001819039974
+ 20
+217.9977950156464
+ 30
+0.0
+ 40
+1.6
+  1
+0
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+215C2
+330
+215BB
+100
+AcDbEntity
+  8
+0
+  0
+INSERT
+  5
+215C3
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Disque
+ 10
+1250.001819039974
+ 20
+153.9977945431225
+ 30
+0.0
+ 41
+16.0
+ 42
+-16.0
+ 43
+16.0
+ 50
+270.0
+  0
+ATTRIB
+  5
+215C4
+330
+215C3
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1250.001819039974
+ 20
+153.9977945431225
+ 30
+0.0
+ 40
+1.6
+  1
+CWM-CWS03:WtrC-FCV-040:ErrorN
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+215C5
+330
+215C3
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1250.001819039974
+ 20
+153.9977945431225
+ 30
+0.0
+ 40
+1.6
+  1
+12
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+215C6
+330
+215C3
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1250.001819039974
+ 20
+153.9977945431225
+ 30
+0.0
+ 40
+1.6
+  1
+10
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+215C7
+330
+215C3
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1250.001819039974
+ 20
+153.9977945431225
+ 30
+0.0
+ 40
+1.6
+  1
+7
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+215C8
+330
+215C3
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1250.001819039974
+ 20
+153.9977945431225
+ 30
+0.0
+ 40
+1.6
+  1
+1
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+215C9
+330
+215C3
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1250.001819039974
+ 20
+153.9977945431225
+ 30
+0.0
+ 40
+1.6
+  1
+0
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+215CA
+330
+215C3
+100
+AcDbEntity
+  8
+0
+  0
+TEXT
+  5
+215CB
+330
+1F
+100
+AcDbEntity
+  8
+INSTRUM
+100
+AcDbText
+ 10
+1097.728923351265
+ 20
+212.3520970800174
+ 30
+49.20321653524187
+ 40
+11.0
+  1
+Closing error
+  7
+SansSerif
+100
+AcDbText
+  0
+TEXT
+  5
+215CC
+330
+1F
+100
+AcDbEntity
+  8
+INSTRUM
+100
+AcDbText
+ 10
+1097.651173579836
+ 20
+179.8965486291459
+ 30
+49.20321653524187
+ 40
+11.0
+  1
+Twice sensors error
+  7
+SansSerif
+100
+AcDbText
+  0
+TEXT
+  5
+215CD
+330
+1F
+100
+AcDbEntity
+  8
+INSTRUM
+100
+AcDbText
+ 10
+1097.098004461225
+ 20
+148.5699865917514
+ 30
+49.20321653524187
+ 40
+11.0
+  1
+No sensor error
+  7
+SansSerif
+100
+AcDbText
+  0
+LWPOLYLINE
+  5
+215CE
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+1066.001818590439
+ 20
+81.99779543844455
+ 10
+1291.001818590439
+ 20
+81.99779543844455
+ 10
+1291.001818590439
+ 20
+320.9977954384445
+ 10
+1066.001818590439
+ 20
+320.9977954384445
+  0
+INSERT
+  5
+215CF
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Jbutton
+ 10
+1082.001818180349
+ 20
+98.99779481318876
+ 30
+0.0
+ 41
+192.0000004100909
+ 42
+31.00000062525578
+ 43
+192.0000004100909
+  0
+ATTRIB
+  5
+215D0
+330
+215CF
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1082.001818180349
+ 20
+98.99779481318876
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+CWM-CWS03:WtrC-FCV-040:Ack
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COMMANDE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+215D1
+330
+215CF
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1082.001818180349
+ 20
+98.99779481318876
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+CWM-CWS03:WtrC-FCV-040:CndAck
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+215D2
+330
+215CF
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1082.001818180349
+ 20
+98.99779481318876
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+12
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+215D3
+330
+215CF
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1082.001818180349
+ 20
+98.99779481318876
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+7
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+215D4
+330
+215CF
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1082.001818180349
+ 20
+98.99779481318876
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+0
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CONFIRM
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+215D5
+330
+215CF
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1082.001818180349
+ 20
+98.99779481318876
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+215D6
+330
+215CF
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1082.001818180349
+ 20
+98.99779481318876
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+215D7
+330
+215CF
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1082.001818180349
+ 20
+98.99779481318876
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+Acknowledge
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+TEXTE
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+215D8
+330
+215CF
+100
+AcDbEntity
+  8
+0
+  0
+LWPOLYLINE
+  5
+215D9
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+1058.001818590439
+ 20
+328.9977954384446
+ 10
+1300.00181859044
+ 20
+328.9977954384446
+ 10
+1300.00181859044
+ 20
+73.99779543844454
+ 10
+1058.001818590439
+ 20
+73.99779543844454
+  0
+LWPOLYLINE
+  5
+215DB
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+1351.001818180349
+ 20
+98.99779462161101
+ 10
+1543.001818590439
+ 20
+98.99779462161101
+ 10
+1543.001818590439
+ 20
+129.9977952468667
+ 10
+1351.001818180349
+ 20
+129.9977952468667
+  0
+TEXT
+  5
+215DC
+330
+1F
+100
+AcDbEntity
+  8
+INSTRUM
+100
+AcDbText
+ 10
+1368.863516143787
+ 20
+245.4315567804293
+ 30
+49.20321653524187
+ 40
+11.0
+  1
+Opening error
+  7
+SansSerif
+100
+AcDbText
+  0
+INSERT
+  5
+215DD
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Disque
+ 10
+1519.001819064304
+ 20
+249.9977948711049
+ 30
+0.0
+ 41
+16.0
+ 42
+-16.0
+ 43
+16.0
+ 50
+270.0
+  0
+ATTRIB
+  5
+215DE
+330
+215DD
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1519.001819064304
+ 20
+249.9977948711049
+ 30
+0.0
+ 40
+1.6
+  1
+CWM-CWS03:WtrC-FCV-050:ErrorO
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+215DF
+330
+215DD
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1519.001819064304
+ 20
+249.9977948711049
+ 30
+0.0
+ 40
+1.6
+  1
+12
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+215E0
+330
+215DD
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1519.001819064304
+ 20
+249.9977948711049
+ 30
+0.0
+ 40
+1.6
+  1
+10
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+215E1
+330
+215DD
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1519.001819064304
+ 20
+249.9977948711049
+ 30
+0.0
+ 40
+1.6
+  1
+7
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+215E2
+330
+215DD
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1519.001819064304
+ 20
+249.9977948711049
+ 30
+0.0
+ 40
+1.6
+  1
+1
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+215E3
+330
+215DD
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1519.001819064304
+ 20
+249.9977948711049
+ 30
+0.0
+ 40
+1.6
+  1
+0
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+215E4
+330
+215DD
+100
+AcDbEntity
+  8
+0
+  0
+INSERT
+  5
+215E5
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Disque
+ 10
+1519.001819064304
+ 20
+185.9977952606829
+ 30
+0.0
+ 41
+16.0
+ 42
+-16.0
+ 43
+16.0
+ 50
+270.0
+  0
+ATTRIB
+  5
+215E6
+330
+215E5
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1519.001819064304
+ 20
+185.9977952606829
+ 30
+0.0
+ 40
+1.6
+  1
+CWM-CWS03:WtrC-FCV-050:ErrorT
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+215E7
+330
+215E5
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1519.001819064304
+ 20
+185.9977952606829
+ 30
+0.0
+ 40
+1.6
+  1
+12
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+215E8
+330
+215E5
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1519.001819064304
+ 20
+185.9977952606829
+ 30
+0.0
+ 40
+1.6
+  1
+10
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+215E9
+330
+215E5
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1519.001819064304
+ 20
+185.9977952606829
+ 30
+0.0
+ 40
+1.6
+  1
+7
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+215EA
+330
+215E5
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1519.001819064304
+ 20
+185.9977952606829
+ 30
+0.0
+ 40
+1.6
+  1
+1
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+215EB
+330
+215E5
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1519.001819064304
+ 20
+185.9977952606829
+ 30
+0.0
+ 40
+1.6
+  1
+0
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+215EC
+330
+215E5
+100
+AcDbEntity
+  8
+0
+  0
+INSERT
+  5
+215ED
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Disque
+ 10
+1519.001819039974
+ 20
+217.9977948240686
+ 30
+0.0
+ 41
+16.0
+ 42
+-16.0
+ 43
+16.0
+ 50
+270.0
+  0
+ATTRIB
+  5
+215EE
+330
+215ED
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1519.001819039974
+ 20
+217.9977948240686
+ 30
+0.0
+ 40
+1.6
+  1
+CWM-CWS03:WtrC-FCV-050:ErrorC
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+215EF
+330
+215ED
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1519.001819039974
+ 20
+217.9977948240686
+ 30
+0.0
+ 40
+1.6
+  1
+12
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+215F0
+330
+215ED
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1519.001819039974
+ 20
+217.9977948240686
+ 30
+0.0
+ 40
+1.6
+  1
+10
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+215F1
+330
+215ED
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1519.001819039974
+ 20
+217.9977948240686
+ 30
+0.0
+ 40
+1.6
+  1
+7
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+215F2
+330
+215ED
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1519.001819039974
+ 20
+217.9977948240686
+ 30
+0.0
+ 40
+1.6
+  1
+1
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+215F3
+330
+215ED
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1519.001819039974
+ 20
+217.9977948240686
+ 30
+0.0
+ 40
+1.6
+  1
+0
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+215F4
+330
+215ED
+100
+AcDbEntity
+  8
+0
+  0
+INSERT
+  5
+215F5
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Disque
+ 10
+1519.001819039974
+ 20
+153.9977943515447
+ 30
+0.0
+ 41
+16.0
+ 42
+-16.0
+ 43
+16.0
+ 50
+270.0
+  0
+ATTRIB
+  5
+215F6
+330
+215F5
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1519.001819039974
+ 20
+153.9977943515447
+ 30
+0.0
+ 40
+1.6
+  1
+CWM-CWS03:WtrC-FCV-050:ErrorN
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+215F7
+330
+215F5
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1519.001819039974
+ 20
+153.9977943515447
+ 30
+0.0
+ 40
+1.6
+  1
+12
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+215F8
+330
+215F5
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1519.001819039974
+ 20
+153.9977943515447
+ 30
+0.0
+ 40
+1.6
+  1
+10
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+215F9
+330
+215F5
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1519.001819039974
+ 20
+153.9977943515447
+ 30
+0.0
+ 40
+1.6
+  1
+7
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+215FA
+330
+215F5
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1519.001819039974
+ 20
+153.9977943515447
+ 30
+0.0
+ 40
+1.6
+  1
+1
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+215FB
+330
+215F5
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1519.001819039974
+ 20
+153.9977943515447
+ 30
+0.0
+ 40
+1.6
+  1
+0
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+215FC
+330
+215F5
+100
+AcDbEntity
+  8
+0
+  0
+TEXT
+  5
+215FD
+330
+1F
+100
+AcDbEntity
+  8
+INSTRUM
+100
+AcDbText
+ 10
+1366.728923351266
+ 20
+212.3520968884396
+ 30
+49.20321653524187
+ 40
+11.0
+  1
+Closing error
+  7
+SansSerif
+100
+AcDbText
+  0
+TEXT
+  5
+215FE
+330
+1F
+100
+AcDbEntity
+  8
+INSTRUM
+100
+AcDbText
+ 10
+1366.651173579837
+ 20
+179.8965484375681
+ 30
+49.20321653524187
+ 40
+11.0
+  1
+Twice sensors error
+  7
+SansSerif
+100
+AcDbText
+  0
+TEXT
+  5
+215FF
+330
+1F
+100
+AcDbEntity
+  8
+INSTRUM
+100
+AcDbText
+ 10
+1366.098004461225
+ 20
+148.5699864001736
+ 30
+49.20321653524187
+ 40
+11.0
+  1
+No sensor error
+  7
+SansSerif
+100
+AcDbText
+  0
+LWPOLYLINE
+  5
+21600
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+1335.001818590439
+ 20
+81.99779524686674
+ 10
+1560.001818590439
+ 20
+81.99779524686674
+ 10
+1560.001818590439
+ 20
+320.9977952468668
+ 10
+1335.001818590439
+ 20
+320.9977952468668
+  0
+INSERT
+  5
+21601
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Jbutton
+ 10
+1351.001818180349
+ 20
+98.99779462161101
+ 30
+0.0
+ 41
+192.0000004100909
+ 42
+31.00000062525578
+ 43
+192.0000004100909
+  0
+ATTRIB
+  5
+21602
+330
+21601
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1351.001818180349
+ 20
+98.99779462161101
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+CWM-CWS03:WtrC-FCV-050:Ack
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COMMANDE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21603
+330
+21601
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1351.001818180349
+ 20
+98.99779462161101
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+CWM-CWS03:WtrC-FCV-050:CndAck
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21604
+330
+21601
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1351.001818180349
+ 20
+98.99779462161101
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+12
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21605
+330
+21601
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1351.001818180349
+ 20
+98.99779462161101
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+7
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21606
+330
+21601
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1351.001818180349
+ 20
+98.99779462161101
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+0
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CONFIRM
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21607
+330
+21601
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1351.001818180349
+ 20
+98.99779462161101
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21608
+330
+21601
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1351.001818180349
+ 20
+98.99779462161101
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21609
+330
+21601
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1351.001818180349
+ 20
+98.99779462161101
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+Acknowledge
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+TEXTE
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+2160A
+330
+21601
+100
+AcDbEntity
+  8
+0
+  0
+LWPOLYLINE
+  5
+2160B
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+1327.001818590439
+ 20
+328.9977952468668
+ 10
+1569.001818590439
+ 20
+328.9977952468668
+ 10
+1569.001818590439
+ 20
+73.99779524686675
+ 10
+1327.001818590439
+ 20
+73.99779524686675
+  0
+LWPOLYLINE
+  5
+2160D
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+1641.001818180349
+ 20
+98.99779443003321
+ 10
+1833.00181859044
+ 20
+98.99779443003321
+ 10
+1833.00181859044
+ 20
+129.9977950552889
+ 10
+1641.001818180349
+ 20
+129.9977950552889
+  0
+TEXT
+  5
+2160E
+330
+1F
+100
+AcDbEntity
+  8
+INSTRUM
+100
+AcDbText
+ 10
+1658.863516143787
+ 20
+245.4315565888515
+ 30
+49.20321653524187
+ 40
+11.0
+  1
+Opening error
+  7
+SansSerif
+100
+AcDbText
+  0
+INSERT
+  5
+2160F
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Disque
+ 10
+1809.001819064304
+ 20
+249.9977946795271
+ 30
+0.0
+ 41
+16.0
+ 42
+-16.0
+ 43
+16.0
+ 50
+270.0
+  0
+ATTRIB
+  5
+21610
+330
+2160F
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1809.001819064304
+ 20
+249.9977946795271
+ 30
+0.0
+ 40
+1.6
+  1
+CWM-CWS03:WtrC-FCV-051:ErrorO
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21611
+330
+2160F
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1809.001819064304
+ 20
+249.9977946795271
+ 30
+0.0
+ 40
+1.6
+  1
+12
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21612
+330
+2160F
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1809.001819064304
+ 20
+249.9977946795271
+ 30
+0.0
+ 40
+1.6
+  1
+10
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21613
+330
+2160F
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1809.001819064304
+ 20
+249.9977946795271
+ 30
+0.0
+ 40
+1.6
+  1
+7
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21614
+330
+2160F
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1809.001819064304
+ 20
+249.9977946795271
+ 30
+0.0
+ 40
+1.6
+  1
+1
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21615
+330
+2160F
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1809.001819064304
+ 20
+249.9977946795271
+ 30
+0.0
+ 40
+1.6
+  1
+0
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+21616
+330
+2160F
+100
+AcDbEntity
+  8
+0
+  0
+INSERT
+  5
+21617
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Disque
+ 10
+1809.001819064304
+ 20
+185.9977950691051
+ 30
+0.0
+ 41
+16.0
+ 42
+-16.0
+ 43
+16.0
+ 50
+270.0
+  0
+ATTRIB
+  5
+21618
+330
+21617
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1809.001819064304
+ 20
+185.9977950691051
+ 30
+0.0
+ 40
+1.6
+  1
+CWM-CWS03:WtrC-FCV-051:ErrorT
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21619
+330
+21617
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1809.001819064304
+ 20
+185.9977950691051
+ 30
+0.0
+ 40
+1.6
+  1
+12
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+2161A
+330
+21617
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1809.001819064304
+ 20
+185.9977950691051
+ 30
+0.0
+ 40
+1.6
+  1
+10
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+2161B
+330
+21617
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1809.001819064304
+ 20
+185.9977950691051
+ 30
+0.0
+ 40
+1.6
+  1
+7
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+2161C
+330
+21617
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1809.001819064304
+ 20
+185.9977950691051
+ 30
+0.0
+ 40
+1.6
+  1
+1
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+2161D
+330
+21617
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1809.001819064304
+ 20
+185.9977950691051
+ 30
+0.0
+ 40
+1.6
+  1
+0
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+2161E
+330
+21617
+100
+AcDbEntity
+  8
+0
+  0
+INSERT
+  5
+2161F
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Disque
+ 10
+1809.001819039974
+ 20
+217.9977946324908
+ 30
+0.0
+ 41
+16.0
+ 42
+-16.0
+ 43
+16.0
+ 50
+270.0
+  0
+ATTRIB
+  5
+21620
+330
+2161F
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1809.001819039974
+ 20
+217.9977946324908
+ 30
+0.0
+ 40
+1.6
+  1
+CWM-CWS03:WtrC-FCV-051:ErrorC
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21621
+330
+2161F
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1809.001819039974
+ 20
+217.9977946324908
+ 30
+0.0
+ 40
+1.6
+  1
+12
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21622
+330
+2161F
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1809.001819039974
+ 20
+217.9977946324908
+ 30
+0.0
+ 40
+1.6
+  1
+10
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21623
+330
+2161F
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1809.001819039974
+ 20
+217.9977946324908
+ 30
+0.0
+ 40
+1.6
+  1
+7
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21624
+330
+2161F
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1809.001819039974
+ 20
+217.9977946324908
+ 30
+0.0
+ 40
+1.6
+  1
+1
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21625
+330
+2161F
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1809.001819039974
+ 20
+217.9977946324908
+ 30
+0.0
+ 40
+1.6
+  1
+0
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+21626
+330
+2161F
+100
+AcDbEntity
+  8
+0
+  0
+INSERT
+  5
+21627
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Disque
+ 10
+1809.001819039974
+ 20
+153.9977941599669
+ 30
+0.0
+ 41
+16.0
+ 42
+-16.0
+ 43
+16.0
+ 50
+270.0
+  0
+ATTRIB
+  5
+21628
+330
+21627
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1809.001819039974
+ 20
+153.9977941599669
+ 30
+0.0
+ 40
+1.6
+  1
+CWM-CWS03:WtrC-FCV-051:ErrorN
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21629
+330
+21627
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1809.001819039974
+ 20
+153.9977941599669
+ 30
+0.0
+ 40
+1.6
+  1
+12
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+2162A
+330
+21627
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1809.001819039974
+ 20
+153.9977941599669
+ 30
+0.0
+ 40
+1.6
+  1
+10
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+2162B
+330
+21627
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1809.001819039974
+ 20
+153.9977941599669
+ 30
+0.0
+ 40
+1.6
+  1
+7
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+2162C
+330
+21627
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1809.001819039974
+ 20
+153.9977941599669
+ 30
+0.0
+ 40
+1.6
+  1
+1
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+2162D
+330
+21627
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1809.001819039974
+ 20
+153.9977941599669
+ 30
+0.0
+ 40
+1.6
+  1
+0
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+2162E
+330
+21627
+100
+AcDbEntity
+  8
+0
+  0
+TEXT
+  5
+2162F
+330
+1F
+100
+AcDbEntity
+  8
+INSTRUM
+100
+AcDbText
+ 10
+1656.728923351266
+ 20
+212.3520966968619
+ 30
+49.20321653524187
+ 40
+11.0
+  1
+Closing error
+  7
+SansSerif
+100
+AcDbText
+  0
+TEXT
+  5
+21630
+330
+1F
+100
+AcDbEntity
+  8
+INSTRUM
+100
+AcDbText
+ 10
+1656.651173579836
+ 20
+179.8965482459904
+ 30
+49.20321653524187
+ 40
+11.0
+  1
+Twice sensors error
+  7
+SansSerif
+100
+AcDbText
+  0
+TEXT
+  5
+21631
+330
+1F
+100
+AcDbEntity
+  8
+INSTRUM
+100
+AcDbText
+ 10
+1656.098004461225
+ 20
+148.5699862085958
+ 30
+49.20321653524187
+ 40
+11.0
+  1
+No sensor error
+  7
+SansSerif
+100
+AcDbText
+  0
+LWPOLYLINE
+  5
+21632
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+1625.001818590439
+ 20
+81.997795055289
+ 10
+1850.001818590439
+ 20
+81.997795055289
+ 10
+1850.001818590439
+ 20
+320.997795055289
+ 10
+1625.001818590439
+ 20
+320.997795055289
+  0
+INSERT
+  5
+21633
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Jbutton
+ 10
+1641.001818180349
+ 20
+98.99779443003321
+ 30
+0.0
+ 41
+192.0000004100909
+ 42
+31.00000062525578
+ 43
+192.0000004100909
+  0
+ATTRIB
+  5
+21634
+330
+21633
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1641.001818180349
+ 20
+98.99779443003321
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+CWM-CWS03:WtrC-FCV-051:Ack
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COMMANDE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21635
+330
+21633
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1641.001818180349
+ 20
+98.99779443003321
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+CWM-CWS03:WtrC-FCV-051:CndAck
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21636
+330
+21633
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1641.001818180349
+ 20
+98.99779443003321
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+12
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21637
+330
+21633
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1641.001818180349
+ 20
+98.99779443003321
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+7
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21638
+330
+21633
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1641.001818180349
+ 20
+98.99779443003321
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+0
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CONFIRM
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21639
+330
+21633
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1641.001818180349
+ 20
+98.99779443003321
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+2163A
+330
+21633
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1641.001818180349
+ 20
+98.99779443003321
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+2163B
+330
+21633
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1641.001818180349
+ 20
+98.99779443003321
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+Acknowledge
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+TEXTE
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+2163C
+330
+21633
+100
+AcDbEntity
+  8
+0
+  0
+LWPOLYLINE
+  5
+2163D
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+1617.00181859044
+ 20
+328.997795055289
+ 10
+1859.001818590439
+ 20
+328.997795055289
+ 10
+1859.001818590439
+ 20
+73.99779505528897
+ 10
+1617.00181859044
+ 20
+73.99779505528897
+  0
+LWPOLYLINE
+  5
+2163E
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+260.0018201144412
+ 20
+82.99779671481259
+ 10
+485.0018201144409
+ 20
+82.99779671481259
+ 10
+485.0018201144409
+ 20
+321.9977967148127
+ 10
+260.0018201144412
+ 20
+321.9977967148127
+  0
+LWPOLYLINE
+  5
+2163F
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+252.0018201144411
+ 20
+329.9977967148127
+ 10
+494.0018201144409
+ 20
+329.9977967148127
+ 10
+494.0018201144409
+ 20
+74.99779671481258
+ 10
+252.0018201144411
+ 20
+74.99779671481258
+  0
+SOLID
+  5
+21640
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    36
+100
+AcDbTrace
+ 10
+252.0018201144411
+ 20
+329.9977967148127
+ 30
+0.0
+ 11
+494.0018201144409
+ 21
+329.9977967148127
+ 31
+0.0
+ 12
+260.0018201144412
+ 22
+321.9977967148127
+ 32
+0.0
+ 13
+485.0018201144409
+ 23
+321.9977967148127
+ 33
+0.0
+  0
+SOLID
+  5
+21641
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    36
+100
+AcDbTrace
+ 10
+252.0018201144411
+ 20
+329.9977967148127
+ 30
+0.0
+ 11
+494.0018201144409
+ 21
+329.9977967148127
+ 31
+0.0
+ 12
+260.0018201144412
+ 22
+321.9977967148127
+ 32
+0.0
+ 13
+485.0018201144409
+ 23
+321.9977967148127
+ 33
+0.0
+  0
+SOLID
+  5
+21642
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    36
+100
+AcDbTrace
+ 10
+485.0018201144409
+ 20
+321.9977967148127
+ 30
+0.0
+ 11
+485.0018201144409
+ 21
+82.99779671481259
+ 31
+0.0
+ 12
+494.0018201144409
+ 22
+329.9977967148127
+ 32
+0.0
+ 13
+494.0018201144409
+ 23
+74.99779671481258
+ 33
+0.0
+  0
+SOLID
+  5
+21643
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    36
+100
+AcDbTrace
+ 10
+260.0018201144412
+ 20
+82.99779671481259
+ 30
+0.0
+ 11
+485.0018201144409
+ 21
+82.99779671481259
+ 31
+0.0
+ 12
+252.0018201144411
+ 22
+74.99779671481258
+ 32
+0.0
+ 13
+494.0018201144409
+ 23
+74.99779671481258
+ 33
+0.0
+  0
+SOLID
+  5
+21644
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    36
+100
+AcDbTrace
+ 10
+252.0018201144411
+ 20
+329.9977967148127
+ 30
+0.0
+ 11
+252.0018201144411
+ 21
+74.99779671481258
+ 31
+0.0
+ 12
+260.0018201144412
+ 22
+321.9977967148127
+ 32
+0.0
+ 13
+260.0018201144412
+ 23
+82.99779671481259
+ 33
+0.0
+  0
+LWPOLYLINE
+  5
+21645
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+252.0018201144411
+ 20
+329.9977967148127
+ 10
+494.0018201144409
+ 20
+329.9977967148127
+ 10
+494.0018201144409
+ 20
+74.99779671481258
+ 10
+252.0018201144411
+ 20
+74.99779671481258
+  0
+LWPOLYLINE
+  5
+21646
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+260.0018201144412
+ 20
+321.9977967148127
+ 10
+485.0018201144409
+ 20
+321.9977967148127
+ 10
+485.0018201144409
+ 20
+82.99779671481259
+ 10
+260.0018201144412
+ 20
+82.99779671481259
+  0
+INSERT
+  5
+21647
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     9
+100
+AcDbBlockReference
+ 66
+     1
+  2
+palet
+ 10
+502.1235504328237
+ 20
+337.764286234861
+ 30
+-28.9114261271681
+  0
+ATTRIB
+  5
+21648
+330
+21647
+100
+AcDbEntity
+  8
+IMG009
+ 62
+     9
+100
+AcDbText
+ 10
+502.1235504328237
+ 20
+337.764286234861
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+CWM-CWS03:WtrC-FCV-020:Error
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21649
+330
+21647
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+502.1235504328237
+ 20
+337.764286234861
+ 30
+-28.9114261271681
+ 40
+6.0
+  1
+36
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+2164A
+330
+21647
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+502.1235504328237
+ 20
+337.764286234861
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+12
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+2164B
+330
+21647
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+502.1235504328237
+ 20
+337.764286234861
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+10
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+2164C
+330
+21647
+100
+AcDbEntity
+  8
+0
+  0
+LWPOLYLINE
+  5
+2164D
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+528.0018212102369
+ 20
+82.99779652323479
+ 10
+753.0018212102368
+ 20
+82.99779652323479
+ 10
+753.0018212102368
+ 20
+321.9977965232348
+ 10
+528.0018212102369
+ 20
+321.9977965232348
+  0
+LWPOLYLINE
+  5
+2164E
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+520.0018212102371
+ 20
+329.9977965232348
+ 10
+762.0018212102368
+ 20
+329.9977965232348
+ 10
+762.0018212102368
+ 20
+74.99779652323479
+ 10
+520.0018212102371
+ 20
+74.99779652323479
+  0
+SOLID
+  5
+2164F
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    37
+100
+AcDbTrace
+ 10
+520.0018212102371
+ 20
+329.9977965232348
+ 30
+0.0
+ 11
+762.0018212102368
+ 21
+329.9977965232348
+ 31
+0.0
+ 12
+528.0018212102369
+ 22
+321.9977965232348
+ 32
+0.0
+ 13
+753.0018212102368
+ 23
+321.9977965232348
+ 33
+0.0
+  0
+SOLID
+  5
+21650
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    37
+100
+AcDbTrace
+ 10
+520.0018212102371
+ 20
+329.9977965232348
+ 30
+0.0
+ 11
+762.0018212102368
+ 21
+329.9977965232348
+ 31
+0.0
+ 12
+528.0018212102369
+ 22
+321.9977965232348
+ 32
+0.0
+ 13
+753.0018212102368
+ 23
+321.9977965232348
+ 33
+0.0
+  0
+SOLID
+  5
+21651
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    37
+100
+AcDbTrace
+ 10
+753.0018212102368
+ 20
+321.9977965232348
+ 30
+0.0
+ 11
+753.0018212102368
+ 21
+82.99779652323479
+ 31
+0.0
+ 12
+762.0018212102368
+ 22
+329.9977965232348
+ 32
+0.0
+ 13
+762.0018212102368
+ 23
+74.99779652323479
+ 33
+0.0
+  0
+SOLID
+  5
+21652
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    37
+100
+AcDbTrace
+ 10
+528.0018212102369
+ 20
+82.99779652323479
+ 30
+0.0
+ 11
+753.0018212102368
+ 21
+82.99779652323479
+ 31
+0.0
+ 12
+520.0018212102371
+ 22
+74.99779652323479
+ 32
+0.0
+ 13
+762.0018212102368
+ 23
+74.99779652323479
+ 33
+0.0
+  0
+SOLID
+  5
+21653
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    37
+100
+AcDbTrace
+ 10
+520.0018212102371
+ 20
+329.9977965232348
+ 30
+0.0
+ 11
+520.0018212102371
+ 21
+74.99779652323479
+ 31
+0.0
+ 12
+528.0018212102369
+ 22
+321.9977965232348
+ 32
+0.0
+ 13
+528.0018212102369
+ 23
+82.99779652323479
+ 33
+0.0
+  0
+LWPOLYLINE
+  5
+21654
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+520.0018212102371
+ 20
+329.9977965232348
+ 10
+762.0018212102368
+ 20
+329.9977965232348
+ 10
+762.0018212102368
+ 20
+74.99779652323479
+ 10
+520.0018212102371
+ 20
+74.99779652323479
+  0
+LWPOLYLINE
+  5
+21655
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+528.0018212102369
+ 20
+321.9977965232348
+ 10
+753.0018212102368
+ 20
+321.9977965232348
+ 10
+753.0018212102368
+ 20
+82.99779652323479
+ 10
+528.0018212102369
+ 20
+82.99779652323479
+  0
+INSERT
+  5
+21656
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     9
+100
+AcDbBlockReference
+ 66
+     1
+  2
+palet
+ 10
+770.1235515286193
+ 20
+337.7642860432833
+ 30
+-28.9114261271681
+  0
+ATTRIB
+  5
+21657
+330
+21656
+100
+AcDbEntity
+  8
+IMG009
+ 62
+     9
+100
+AcDbText
+ 10
+770.1235515286193
+ 20
+337.7642860432833
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+CWM-CWS03:WtrC-FCV-021:Error
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21658
+330
+21656
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+770.1235515286193
+ 20
+337.7642860432833
+ 30
+-28.9114261271681
+ 40
+6.0
+  1
+37
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21659
+330
+21656
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+770.1235515286193
+ 20
+337.7642860432833
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+12
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+2165A
+330
+21656
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+770.1235515286193
+ 20
+337.7642860432833
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+10
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+2165B
+330
+21656
+100
+AcDbEntity
+  8
+0
+  0
+LWPOLYLINE
+  5
+2165C
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+795.0018212102373
+ 20
+79.99779671481258
+ 10
+1020.001821210237
+ 20
+79.99779671481258
+ 10
+1020.001821210237
+ 20
+318.9977967148126
+ 10
+795.0018212102373
+ 20
+318.9977967148126
+  0
+LWPOLYLINE
+  5
+2165D
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+787.0018212102372
+ 20
+326.9977967148126
+ 10
+1029.001821210237
+ 20
+326.9977967148126
+ 10
+1029.001821210237
+ 20
+71.99779671481258
+ 10
+787.0018212102372
+ 20
+71.99779671481258
+  0
+SOLID
+  5
+2165E
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    38
+100
+AcDbTrace
+ 10
+787.0018212102372
+ 20
+326.9977967148126
+ 30
+0.0
+ 11
+1029.001821210237
+ 21
+326.9977967148126
+ 31
+0.0
+ 12
+795.0018212102373
+ 22
+318.9977967148126
+ 32
+0.0
+ 13
+1020.001821210237
+ 23
+318.9977967148126
+ 33
+0.0
+  0
+SOLID
+  5
+2165F
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    38
+100
+AcDbTrace
+ 10
+787.0018212102372
+ 20
+326.9977967148126
+ 30
+0.0
+ 11
+1029.001821210237
+ 21
+326.9977967148126
+ 31
+0.0
+ 12
+795.0018212102373
+ 22
+318.9977967148126
+ 32
+0.0
+ 13
+1020.001821210237
+ 23
+318.9977967148126
+ 33
+0.0
+  0
+SOLID
+  5
+21660
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    38
+100
+AcDbTrace
+ 10
+1020.001821210237
+ 20
+318.9977967148126
+ 30
+0.0
+ 11
+1020.001821210237
+ 21
+79.99779671481258
+ 31
+0.0
+ 12
+1029.001821210237
+ 22
+326.9977967148126
+ 32
+0.0
+ 13
+1029.001821210237
+ 23
+71.99779671481258
+ 33
+0.0
+  0
+SOLID
+  5
+21661
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    38
+100
+AcDbTrace
+ 10
+795.0018212102373
+ 20
+79.99779671481258
+ 30
+0.0
+ 11
+1020.001821210237
+ 21
+79.99779671481258
+ 31
+0.0
+ 12
+787.0018212102372
+ 22
+71.99779671481258
+ 32
+0.0
+ 13
+1029.001821210237
+ 23
+71.99779671481258
+ 33
+0.0
+  0
+SOLID
+  5
+21662
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    38
+100
+AcDbTrace
+ 10
+787.0018212102372
+ 20
+326.9977967148126
+ 30
+0.0
+ 11
+787.0018212102372
+ 21
+71.99779671481258
+ 31
+0.0
+ 12
+795.0018212102373
+ 22
+318.9977967148126
+ 32
+0.0
+ 13
+795.0018212102373
+ 23
+79.99779671481258
+ 33
+0.0
+  0
+LWPOLYLINE
+  5
+21663
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+787.0018212102372
+ 20
+326.9977967148126
+ 10
+1029.001821210237
+ 20
+326.9977967148126
+ 10
+1029.001821210237
+ 20
+71.99779671481258
+ 10
+787.0018212102372
+ 20
+71.99779671481258
+  0
+LWPOLYLINE
+  5
+21664
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+795.0018212102373
+ 20
+318.9977967148126
+ 10
+1020.001821210237
+ 20
+318.9977967148126
+ 10
+1020.001821210237
+ 20
+79.99779671481258
+ 10
+795.0018212102373
+ 20
+79.99779671481258
+  0
+INSERT
+  5
+21665
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     9
+100
+AcDbBlockReference
+ 66
+     1
+  2
+palet
+ 10
+1037.123551528619
+ 20
+334.7642862348611
+ 30
+-28.9114261271681
+  0
+ATTRIB
+  5
+21666
+330
+21665
+100
+AcDbEntity
+  8
+IMG009
+ 62
+     9
+100
+AcDbText
+ 10
+1037.123551528619
+ 20
+334.7642862348611
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+CWM-CWS03:WtrC-FCV-030:Error
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21667
+330
+21665
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1037.123551528619
+ 20
+334.7642862348611
+ 30
+-28.9114261271681
+ 40
+6.0
+  1
+38
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21668
+330
+21665
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1037.123551528619
+ 20
+334.7642862348611
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+12
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21669
+330
+21665
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1037.123551528619
+ 20
+334.7642862348611
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+10
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+2166A
+330
+21665
+100
+AcDbEntity
+  8
+0
+  0
+LWPOLYLINE
+  5
+2166B
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+1066.001821210236
+ 20
+81.99779671481257
+ 10
+1291.001821210237
+ 20
+81.99779671481257
+ 10
+1291.001821210237
+ 20
+320.9977967148126
+ 10
+1066.001821210236
+ 20
+320.9977967148126
+  0
+LWPOLYLINE
+  5
+2166C
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+1058.001821210236
+ 20
+328.9977967148126
+ 10
+1300.001821210237
+ 20
+328.9977967148126
+ 10
+1300.001821210237
+ 20
+73.99779671481258
+ 10
+1058.001821210236
+ 20
+73.99779671481258
+  0
+SOLID
+  5
+2166D
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    39
+100
+AcDbTrace
+ 10
+1058.001821210236
+ 20
+328.9977967148126
+ 30
+0.0
+ 11
+1300.001821210237
+ 21
+328.9977967148126
+ 31
+0.0
+ 12
+1066.001821210236
+ 22
+320.9977967148126
+ 32
+0.0
+ 13
+1291.001821210237
+ 23
+320.9977967148126
+ 33
+0.0
+  0
+SOLID
+  5
+2166E
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    39
+100
+AcDbTrace
+ 10
+1058.001821210236
+ 20
+328.9977967148126
+ 30
+0.0
+ 11
+1300.001821210237
+ 21
+328.9977967148126
+ 31
+0.0
+ 12
+1066.001821210236
+ 22
+320.9977967148126
+ 32
+0.0
+ 13
+1291.001821210237
+ 23
+320.9977967148126
+ 33
+0.0
+  0
+SOLID
+  5
+2166F
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    39
+100
+AcDbTrace
+ 10
+1291.001821210237
+ 20
+320.9977967148126
+ 30
+0.0
+ 11
+1291.001821210237
+ 21
+81.99779671481257
+ 31
+0.0
+ 12
+1300.001821210237
+ 22
+328.9977967148126
+ 32
+0.0
+ 13
+1300.001821210237
+ 23
+73.99779671481258
+ 33
+0.0
+  0
+SOLID
+  5
+21670
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    39
+100
+AcDbTrace
+ 10
+1066.001821210236
+ 20
+81.99779671481257
+ 30
+0.0
+ 11
+1291.001821210237
+ 21
+81.99779671481257
+ 31
+0.0
+ 12
+1058.001821210236
+ 22
+73.99779671481258
+ 32
+0.0
+ 13
+1300.001821210237
+ 23
+73.99779671481258
+ 33
+0.0
+  0
+SOLID
+  5
+21671
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    39
+100
+AcDbTrace
+ 10
+1058.001821210236
+ 20
+328.9977967148126
+ 30
+0.0
+ 11
+1058.001821210236
+ 21
+73.99779671481258
+ 31
+0.0
+ 12
+1066.001821210236
+ 22
+320.9977967148126
+ 32
+0.0
+ 13
+1066.001821210236
+ 23
+81.99779671481257
+ 33
+0.0
+  0
+LWPOLYLINE
+  5
+21672
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+1058.001821210236
+ 20
+328.9977967148126
+ 10
+1300.001821210237
+ 20
+328.9977967148126
+ 10
+1300.001821210237
+ 20
+73.99779671481258
+ 10
+1058.001821210236
+ 20
+73.99779671481258
+  0
+LWPOLYLINE
+  5
+21673
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+1066.001821210236
+ 20
+320.9977967148126
+ 10
+1291.001821210237
+ 20
+320.9977967148126
+ 10
+1291.001821210237
+ 20
+81.99779671481257
+ 10
+1066.001821210236
+ 20
+81.99779671481257
+  0
+INSERT
+  5
+21674
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     9
+100
+AcDbBlockReference
+ 66
+     1
+  2
+palet
+ 10
+1308.12355152862
+ 20
+336.7642862348611
+ 30
+-28.9114261271681
+  0
+ATTRIB
+  5
+21675
+330
+21674
+100
+AcDbEntity
+  8
+IMG009
+ 62
+     9
+100
+AcDbText
+ 10
+1308.12355152862
+ 20
+336.7642862348611
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+CWM-CWS03:WtrC-FCV-040:Error
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21676
+330
+21674
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1308.12355152862
+ 20
+336.7642862348611
+ 30
+-28.9114261271681
+ 40
+6.0
+  1
+39
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21677
+330
+21674
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1308.12355152862
+ 20
+336.7642862348611
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+12
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21678
+330
+21674
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1308.12355152862
+ 20
+336.7642862348611
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+10
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+21679
+330
+21674
+100
+AcDbEntity
+  8
+0
+  0
+LWPOLYLINE
+  5
+2167A
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+1335.001821210237
+ 20
+81.9977965232348
+ 10
+1560.001821210237
+ 20
+81.9977965232348
+ 10
+1560.001821210237
+ 20
+320.9977965232348
+ 10
+1335.001821210237
+ 20
+320.9977965232348
+  0
+LWPOLYLINE
+  5
+2167B
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+1327.001821210237
+ 20
+328.9977965232348
+ 10
+1569.001821210237
+ 20
+328.9977965232348
+ 10
+1569.001821210237
+ 20
+73.9977965232348
+ 10
+1327.001821210237
+ 20
+73.9977965232348
+  0
+SOLID
+  5
+2167C
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    40
+100
+AcDbTrace
+ 10
+1327.001821210237
+ 20
+328.9977965232348
+ 30
+0.0
+ 11
+1569.001821210237
+ 21
+328.9977965232348
+ 31
+0.0
+ 12
+1335.001821210237
+ 22
+320.9977965232348
+ 32
+0.0
+ 13
+1560.001821210237
+ 23
+320.9977965232348
+ 33
+0.0
+  0
+SOLID
+  5
+2167D
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    40
+100
+AcDbTrace
+ 10
+1327.001821210237
+ 20
+328.9977965232348
+ 30
+0.0
+ 11
+1569.001821210237
+ 21
+328.9977965232348
+ 31
+0.0
+ 12
+1335.001821210237
+ 22
+320.9977965232348
+ 32
+0.0
+ 13
+1560.001821210237
+ 23
+320.9977965232348
+ 33
+0.0
+  0
+SOLID
+  5
+2167E
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    40
+100
+AcDbTrace
+ 10
+1560.001821210237
+ 20
+320.9977965232348
+ 30
+0.0
+ 11
+1560.001821210237
+ 21
+81.9977965232348
+ 31
+0.0
+ 12
+1569.001821210237
+ 22
+328.9977965232348
+ 32
+0.0
+ 13
+1569.001821210237
+ 23
+73.9977965232348
+ 33
+0.0
+  0
+SOLID
+  5
+2167F
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    40
+100
+AcDbTrace
+ 10
+1335.001821210237
+ 20
+81.9977965232348
+ 30
+0.0
+ 11
+1560.001821210237
+ 21
+81.9977965232348
+ 31
+0.0
+ 12
+1327.001821210237
+ 22
+73.9977965232348
+ 32
+0.0
+ 13
+1569.001821210237
+ 23
+73.9977965232348
+ 33
+0.0
+  0
+SOLID
+  5
+21680
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    40
+100
+AcDbTrace
+ 10
+1327.001821210237
+ 20
+328.9977965232348
+ 30
+0.0
+ 11
+1327.001821210237
+ 21
+73.9977965232348
+ 31
+0.0
+ 12
+1335.001821210237
+ 22
+320.9977965232348
+ 32
+0.0
+ 13
+1335.001821210237
+ 23
+81.9977965232348
+ 33
+0.0
+  0
+LWPOLYLINE
+  5
+21681
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+1327.001821210237
+ 20
+328.9977965232348
+ 10
+1569.001821210237
+ 20
+328.9977965232348
+ 10
+1569.001821210237
+ 20
+73.9977965232348
+ 10
+1327.001821210237
+ 20
+73.9977965232348
+  0
+LWPOLYLINE
+  5
+21682
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+1335.001821210237
+ 20
+320.9977965232348
+ 10
+1560.001821210237
+ 20
+320.9977965232348
+ 10
+1560.001821210237
+ 20
+81.9977965232348
+ 10
+1335.001821210237
+ 20
+81.9977965232348
+  0
+INSERT
+  5
+21683
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     9
+100
+AcDbBlockReference
+ 66
+     1
+  2
+palet
+ 10
+1577.12355152862
+ 20
+336.7642860432833
+ 30
+-28.9114261271681
+  0
+ATTRIB
+  5
+21684
+330
+21683
+100
+AcDbEntity
+  8
+IMG009
+ 62
+     9
+100
+AcDbText
+ 10
+1577.12355152862
+ 20
+336.7642860432833
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+CWM-CWS03:WtrC-FCV-050:Error
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21685
+330
+21683
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1577.12355152862
+ 20
+336.7642860432833
+ 30
+-28.9114261271681
+ 40
+6.0
+  1
+40
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21686
+330
+21683
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1577.12355152862
+ 20
+336.7642860432833
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+12
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21687
+330
+21683
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1577.12355152862
+ 20
+336.7642860432833
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+10
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+21688
+330
+21683
+100
+AcDbEntity
+  8
+0
+  0
+LWPOLYLINE
+  5
+21689
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+1625.001821210237
+ 20
+81.99779633165702
+ 10
+1850.001821210237
+ 20
+81.99779633165702
+ 10
+1850.001821210237
+ 20
+320.997796331657
+ 10
+1625.001821210237
+ 20
+320.997796331657
+  0
+LWPOLYLINE
+  5
+2168A
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+1617.001821210237
+ 20
+328.997796331657
+ 10
+1859.001821210237
+ 20
+328.997796331657
+ 10
+1859.001821210237
+ 20
+73.99779633165701
+ 10
+1617.001821210237
+ 20
+73.99779633165701
+  0
+SOLID
+  5
+2168B
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    41
+100
+AcDbTrace
+ 10
+1617.001821210237
+ 20
+328.997796331657
+ 30
+0.0
+ 11
+1859.001821210237
+ 21
+328.997796331657
+ 31
+0.0
+ 12
+1625.001821210237
+ 22
+320.997796331657
+ 32
+0.0
+ 13
+1850.001821210237
+ 23
+320.997796331657
+ 33
+0.0
+  0
+SOLID
+  5
+2168C
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    41
+100
+AcDbTrace
+ 10
+1617.001821210237
+ 20
+328.997796331657
+ 30
+0.0
+ 11
+1859.001821210237
+ 21
+328.997796331657
+ 31
+0.0
+ 12
+1625.001821210237
+ 22
+320.997796331657
+ 32
+0.0
+ 13
+1850.001821210237
+ 23
+320.997796331657
+ 33
+0.0
+  0
+SOLID
+  5
+2168D
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    41
+100
+AcDbTrace
+ 10
+1850.001821210237
+ 20
+320.997796331657
+ 30
+0.0
+ 11
+1850.001821210237
+ 21
+81.99779633165702
+ 31
+0.0
+ 12
+1859.001821210237
+ 22
+328.997796331657
+ 32
+0.0
+ 13
+1859.001821210237
+ 23
+73.99779633165701
+ 33
+0.0
+  0
+SOLID
+  5
+2168E
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    41
+100
+AcDbTrace
+ 10
+1625.001821210237
+ 20
+81.99779633165702
+ 30
+0.0
+ 11
+1850.001821210237
+ 21
+81.99779633165702
+ 31
+0.0
+ 12
+1617.001821210237
+ 22
+73.99779633165701
+ 32
+0.0
+ 13
+1859.001821210237
+ 23
+73.99779633165701
+ 33
+0.0
+  0
+SOLID
+  5
+2168F
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    41
+100
+AcDbTrace
+ 10
+1617.001821210237
+ 20
+328.997796331657
+ 30
+0.0
+ 11
+1617.001821210237
+ 21
+73.99779633165701
+ 31
+0.0
+ 12
+1625.001821210237
+ 22
+320.997796331657
+ 32
+0.0
+ 13
+1625.001821210237
+ 23
+81.99779633165702
+ 33
+0.0
+  0
+LWPOLYLINE
+  5
+21690
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+1617.001821210237
+ 20
+328.997796331657
+ 10
+1859.001821210237
+ 20
+328.997796331657
+ 10
+1859.001821210237
+ 20
+73.99779633165701
+ 10
+1617.001821210237
+ 20
+73.99779633165701
+  0
+LWPOLYLINE
+  5
+21691
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+1625.001821210237
+ 20
+320.997796331657
+ 10
+1850.001821210237
+ 20
+320.997796331657
+ 10
+1850.001821210237
+ 20
+81.99779633165702
+ 10
+1625.001821210237
+ 20
+81.99779633165702
+  0
+INSERT
+  5
+21692
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     9
+100
+AcDbBlockReference
+ 66
+     1
+  2
+palet
+ 10
+1867.12355152862
+ 20
+336.7642858517055
+ 30
+-28.9114261271681
+  0
+ATTRIB
+  5
+21693
+330
+21692
+100
+AcDbEntity
+  8
+IMG009
+ 62
+     9
+100
+AcDbText
+ 10
+1867.12355152862
+ 20
+336.7642858517055
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+CWM-CWS03:WtrC-FCV-051:Error
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21694
+330
+21692
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1867.12355152862
+ 20
+336.7642858517055
+ 30
+-28.9114261271681
+ 40
+6.0
+  1
+41
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21695
+330
+21692
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1867.12355152862
+ 20
+336.7642858517055
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+12
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21696
+330
+21692
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1867.12355152862
+ 20
+336.7642858517055
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+10
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+21697
+330
+21692
+100
+AcDbEntity
+  8
+0
+  0
+TEXT
+  5
+21774
+330
+1F
+100
+AcDbEntity
+  8
+INSTRUM
+100
+AcDbText
+ 10
+358.0018187779314
+ 20
+3.997795851793056
+ 30
+49.20321653524187
+ 40
+11.0
+  1
+P-10
+  7
+SansSerif
+100
+AcDbText
+  0
+TEXT
+  5
+21775
+330
+1F
+100
+AcDbEntity
+  8
+INSTRUM
+100
+AcDbText
+ 10
+293.8635163312786
+ 20
+-38.56844261464437
+ 30
+49.20321653524187
+ 40
+11.0
+  1
+Hardware error
+  7
+SansSerif
+100
+AcDbText
+  0
+INSERT
+  5
+21776
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Disque
+ 10
+444.0018192517958
+ 20
+-34.00220452396877
+ 30
+0.0
+ 41
+16.0
+ 42
+-16.0
+ 43
+16.0
+ 50
+270.0
+  0
+ATTRIB
+  5
+21777
+330
+21776
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+444.0018192517958
+ 20
+-34.00220452396877
+ 30
+0.0
+ 40
+1.6
+  1
+CWM-CWS03:WtrC-P-10:Error
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21778
+330
+21776
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+444.0018192517958
+ 20
+-34.00220452396877
+ 30
+0.0
+ 40
+1.6
+  1
+12
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21779
+330
+21776
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+444.0018192517958
+ 20
+-34.00220452396877
+ 30
+0.0
+ 40
+1.6
+  1
+10
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+2177A
+330
+21776
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+444.0018192517958
+ 20
+-34.00220452396877
+ 30
+0.0
+ 40
+1.6
+  1
+7
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+2177B
+330
+21776
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+444.0018192517958
+ 20
+-34.00220452396877
+ 30
+0.0
+ 40
+1.6
+  1
+1
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+2177C
+330
+21776
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+444.0018192517958
+ 20
+-34.00220452396877
+ 30
+0.0
+ 40
+1.6
+  1
+0
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+2177D
+330
+21776
+100
+AcDbEntity
+  8
+0
+  0
+LWPOLYLINE
+  5
+2177E
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+260.0018187779316
+ 20
+-105.0022039566291
+ 10
+485.0018187779313
+ 20
+-105.0022039566291
+ 10
+485.0018187779313
+ 20
+36.99779585179306
+ 10
+260.0018187779316
+ 20
+36.99779585179306
+  0
+LWPOLYLINE
+  5
+2177F
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+252.0018187779315
+ 20
+44.99779585179306
+ 10
+494.0018187779314
+ 20
+44.99779585179306
+ 10
+494.0018187779314
+ 20
+-113.0022039566291
+ 10
+252.0018187779315
+ 20
+-113.0022039566291
+  0
+INSERT
+  5
+21780
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Jbutton
+ 10
+276.0018201298081
+ 20
+-96.00220256617227
+ 30
+0.0
+ 41
+192.0000004100909
+ 42
+31.00000062525578
+ 43
+192.0000004100909
+  0
+ATTRIB
+  5
+21781
+330
+21780
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+276.0018201298081
+ 20
+-96.00220256617227
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+CWM-CWS03:WtrC-P-10:Ack
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COMMANDE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21782
+330
+21780
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+276.0018201298081
+ 20
+-96.00220256617227
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+CWM-CWS03:WtrC-P-10:CndAck
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21783
+330
+21780
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+276.0018201298081
+ 20
+-96.00220256617227
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+12
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21784
+330
+21780
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+276.0018201298081
+ 20
+-96.00220256617227
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+7
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21785
+330
+21780
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+276.0018201298081
+ 20
+-96.00220256617227
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+0
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CONFIRM
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21786
+330
+21780
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+276.0018201298081
+ 20
+-96.00220256617227
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21787
+330
+21780
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+276.0018201298081
+ 20
+-96.00220256617227
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21788
+330
+21780
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+276.0018201298081
+ 20
+-96.00220256617227
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+Acknowledge
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+TEXTE
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+21789
+330
+21780
+100
+AcDbEntity
+  8
+0
+  0
+TEXT
+  5
+2178A
+330
+1F
+100
+AcDbEntity
+  8
+INSTRUM
+100
+AcDbText
+ 10
+626.0018222289107
+ 20
+3.997796436709563
+ 30
+49.20321653524187
+ 40
+11.0
+  1
+P-20
+  7
+SansSerif
+100
+AcDbText
+  0
+TEXT
+  5
+2178B
+330
+1F
+100
+AcDbEntity
+  8
+INSTRUM
+100
+AcDbText
+ 10
+561.8635197822579
+ 20
+-38.56844202972786
+ 30
+49.20321653524187
+ 40
+11.0
+  1
+Hardware error
+  7
+SansSerif
+100
+AcDbText
+  0
+INSERT
+  5
+2178C
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Disque
+ 10
+712.0018227027749
+ 20
+-34.00220393905228
+ 30
+0.0
+ 41
+16.0
+ 42
+-16.0
+ 43
+16.0
+ 50
+270.0
+  0
+ATTRIB
+  5
+2178D
+330
+2178C
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+712.0018227027749
+ 20
+-34.00220393905228
+ 30
+0.0
+ 40
+1.6
+  1
+CWM-CWS03:WtrC-P-20:Error
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+2178E
+330
+2178C
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+712.0018227027749
+ 20
+-34.00220393905228
+ 30
+0.0
+ 40
+1.6
+  1
+12
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+2178F
+330
+2178C
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+712.0018227027749
+ 20
+-34.00220393905228
+ 30
+0.0
+ 40
+1.6
+  1
+10
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21790
+330
+2178C
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+712.0018227027749
+ 20
+-34.00220393905228
+ 30
+0.0
+ 40
+1.6
+  1
+7
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21791
+330
+2178C
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+712.0018227027749
+ 20
+-34.00220393905228
+ 30
+0.0
+ 40
+1.6
+  1
+1
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21792
+330
+2178C
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+712.0018227027749
+ 20
+-34.00220393905228
+ 30
+0.0
+ 40
+1.6
+  1
+0
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+21793
+330
+2178C
+100
+AcDbEntity
+  8
+0
+  0
+LWPOLYLINE
+  5
+21794
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+528.0018222289108
+ 20
+-105.0022033717125
+ 10
+753.0018222289107
+ 20
+-105.0022033717125
+ 10
+753.0018222289107
+ 20
+36.99779643670956
+ 10
+528.0018222289108
+ 20
+36.99779643670956
+  0
+LWPOLYLINE
+  5
+21795
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+520.0018222289108
+ 20
+44.99779643670956
+ 10
+762.0018222289107
+ 20
+44.99779643670956
+ 10
+762.0018222289107
+ 20
+-113.0022033717126
+ 10
+520.0018222289108
+ 20
+-113.0022033717126
+  0
+INSERT
+  5
+21796
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Jbutton
+ 10
+544.0018235807874
+ 20
+-96.00220198125578
+ 30
+0.0
+ 41
+192.0000004100909
+ 42
+31.00000062525578
+ 43
+192.0000004100909
+  0
+ATTRIB
+  5
+21797
+330
+21796
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+544.0018235807874
+ 20
+-96.00220198125578
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+CWM-CWS03:WtrC-P-20:Ack
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COMMANDE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21798
+330
+21796
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+544.0018235807874
+ 20
+-96.00220198125578
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+CWM-CWS03:WtrC-P-20:CndAck
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21799
+330
+21796
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+544.0018235807874
+ 20
+-96.00220198125578
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+12
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+2179A
+330
+21796
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+544.0018235807874
+ 20
+-96.00220198125578
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+7
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+2179B
+330
+21796
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+544.0018235807874
+ 20
+-96.00220198125578
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+0
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CONFIRM
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+2179C
+330
+21796
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+544.0018235807874
+ 20
+-96.00220198125578
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+2179D
+330
+21796
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+544.0018235807874
+ 20
+-96.00220198125578
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+2179E
+330
+21796
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+544.0018235807874
+ 20
+-96.00220198125578
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+Acknowledge
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+TEXTE
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+2179F
+330
+21796
+100
+AcDbEntity
+  8
+0
+  0
+TEXT
+  5
+217A0
+330
+1F
+100
+AcDbEntity
+  8
+INSTRUM
+100
+AcDbText
+ 10
+893.0018222289106
+ 20
+3.997797021626069
+ 30
+49.20321653524187
+ 40
+11.0
+  1
+P-30
+  7
+SansSerif
+100
+AcDbText
+  0
+TEXT
+  5
+217A1
+330
+1F
+100
+AcDbEntity
+  8
+INSTRUM
+100
+AcDbText
+ 10
+828.863519782258
+ 20
+-38.56844144481136
+ 30
+49.20321653524187
+ 40
+11.0
+  1
+Hardware error
+  7
+SansSerif
+100
+AcDbText
+  0
+INSERT
+  5
+217A2
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Disque
+ 10
+979.0018227027752
+ 20
+-34.00220335413576
+ 30
+0.0
+ 41
+16.0
+ 42
+-16.0
+ 43
+16.0
+ 50
+270.0
+  0
+ATTRIB
+  5
+217A3
+330
+217A2
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+979.0018227027752
+ 20
+-34.00220335413576
+ 30
+0.0
+ 40
+1.6
+  1
+CWM-CWS03:WtrC-P-30:Error
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+217A4
+330
+217A2
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+979.0018227027752
+ 20
+-34.00220335413576
+ 30
+0.0
+ 40
+1.6
+  1
+12
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+217A5
+330
+217A2
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+979.0018227027752
+ 20
+-34.00220335413576
+ 30
+0.0
+ 40
+1.6
+  1
+10
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+217A6
+330
+217A2
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+979.0018227027752
+ 20
+-34.00220335413576
+ 30
+0.0
+ 40
+1.6
+  1
+7
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+217A7
+330
+217A2
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+979.0018227027752
+ 20
+-34.00220335413576
+ 30
+0.0
+ 40
+1.6
+  1
+1
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+217A8
+330
+217A2
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+979.0018227027752
+ 20
+-34.00220335413576
+ 30
+0.0
+ 40
+1.6
+  1
+0
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+217A9
+330
+217A2
+100
+AcDbEntity
+  8
+0
+  0
+LWPOLYLINE
+  5
+217AA
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+795.0018222289107
+ 20
+-105.0022027867961
+ 10
+1020.001822228911
+ 20
+-105.0022027867961
+ 10
+1020.001822228911
+ 20
+36.99779702162607
+ 10
+795.0018222289107
+ 20
+36.99779702162607
+  0
+LWPOLYLINE
+  5
+217AB
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+787.0018222289107
+ 20
+44.99779702162607
+ 10
+1029.001822228911
+ 20
+44.99779702162607
+ 10
+1029.001822228911
+ 20
+-113.0022027867961
+ 10
+787.0018222289107
+ 20
+-113.0022027867961
+  0
+INSERT
+  5
+217AC
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Jbutton
+ 10
+811.0018235807876
+ 20
+-96.00220139633929
+ 30
+0.0
+ 41
+192.0000004100909
+ 42
+31.00000062525578
+ 43
+192.0000004100909
+  0
+ATTRIB
+  5
+217AD
+330
+217AC
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+811.0018235807876
+ 20
+-96.00220139633929
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+CWM-CWS03:WtrC-P-30:Ack
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COMMANDE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+217AE
+330
+217AC
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+811.0018235807876
+ 20
+-96.00220139633929
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+CWM-CWS03:WtrC-P-30:CndAck
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+217AF
+330
+217AC
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+811.0018235807876
+ 20
+-96.00220139633929
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+12
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+217B0
+330
+217AC
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+811.0018235807876
+ 20
+-96.00220139633929
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+7
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+217B1
+330
+217AC
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+811.0018235807876
+ 20
+-96.00220139633929
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+0
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CONFIRM
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+217B2
+330
+217AC
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+811.0018235807876
+ 20
+-96.00220139633929
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+217B3
+330
+217AC
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+811.0018235807876
+ 20
+-96.00220139633929
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+217B4
+330
+217AC
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+811.0018235807876
+ 20
+-96.00220139633929
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+Acknowledge
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+TEXTE
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+217B5
+330
+217AC
+100
+AcDbEntity
+  8
+0
+  0
+TEXT
+  5
+217B6
+330
+1F
+100
+AcDbEntity
+  8
+INSTRUM
+100
+AcDbText
+ 10
+1164.001822228911
+ 20
+0.9977964367095635
+ 30
+49.20321653524187
+ 40
+11.0
+  1
+P-40
+  7
+SansSerif
+100
+AcDbText
+  0
+TEXT
+  5
+217B7
+330
+1F
+100
+AcDbEntity
+  8
+INSTRUM
+100
+AcDbText
+ 10
+1099.863519782258
+ 20
+-41.56844202972786
+ 30
+49.20321653524187
+ 40
+11.0
+  1
+Hardware error
+  7
+SansSerif
+100
+AcDbText
+  0
+INSERT
+  5
+217B8
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Disque
+ 10
+1250.001822702775
+ 20
+-37.00220393905226
+ 30
+0.0
+ 41
+16.0
+ 42
+-16.0
+ 43
+16.0
+ 50
+270.0
+  0
+ATTRIB
+  5
+217B9
+330
+217B8
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1250.001822702775
+ 20
+-37.00220393905226
+ 30
+0.0
+ 40
+1.6
+  1
+CWM-CWS03:WtrC-P-40:Error
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+217BA
+330
+217B8
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1250.001822702775
+ 20
+-37.00220393905226
+ 30
+0.0
+ 40
+1.6
+  1
+12
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+217BB
+330
+217B8
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1250.001822702775
+ 20
+-37.00220393905226
+ 30
+0.0
+ 40
+1.6
+  1
+10
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+217BC
+330
+217B8
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1250.001822702775
+ 20
+-37.00220393905226
+ 30
+0.0
+ 40
+1.6
+  1
+7
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+217BD
+330
+217B8
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1250.001822702775
+ 20
+-37.00220393905226
+ 30
+0.0
+ 40
+1.6
+  1
+1
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+217BE
+330
+217B8
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1250.001822702775
+ 20
+-37.00220393905226
+ 30
+0.0
+ 40
+1.6
+  1
+0
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+217BF
+330
+217B8
+100
+AcDbEntity
+  8
+0
+  0
+LWPOLYLINE
+  5
+217C0
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+1066.00182222891
+ 20
+-108.0022033717126
+ 10
+1291.001822228911
+ 20
+-108.0022033717126
+ 10
+1291.001822228911
+ 20
+33.99779643670957
+ 10
+1066.00182222891
+ 20
+33.99779643670957
+  0
+LWPOLYLINE
+  5
+217C1
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+1058.00182222891
+ 20
+41.99779643670956
+ 10
+1300.001822228911
+ 20
+41.99779643670956
+ 10
+1300.001822228911
+ 20
+-116.0022033717126
+ 10
+1058.00182222891
+ 20
+-116.0022033717126
+  0
+INSERT
+  5
+217C2
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Jbutton
+ 10
+1082.001823580788
+ 20
+-99.0022019812558
+ 30
+0.0
+ 41
+192.0000004100909
+ 42
+31.00000062525578
+ 43
+192.0000004100909
+  0
+ATTRIB
+  5
+217C3
+330
+217C2
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1082.001823580788
+ 20
+-99.0022019812558
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+CWM-CWS03:WtrC-P-40:Ack
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COMMANDE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+217C4
+330
+217C2
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1082.001823580788
+ 20
+-99.0022019812558
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+CWM-CWS03:WtrC-P-40:CndAck
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+217C5
+330
+217C2
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1082.001823580788
+ 20
+-99.0022019812558
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+12
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+217C6
+330
+217C2
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1082.001823580788
+ 20
+-99.0022019812558
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+7
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+217C7
+330
+217C2
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1082.001823580788
+ 20
+-99.0022019812558
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+0
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CONFIRM
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+217C8
+330
+217C2
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1082.001823580788
+ 20
+-99.0022019812558
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+217C9
+330
+217C2
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1082.001823580788
+ 20
+-99.0022019812558
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+217CA
+330
+217C2
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1082.001823580788
+ 20
+-99.0022019812558
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+Acknowledge
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+TEXTE
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+217CB
+330
+217C2
+100
+AcDbEntity
+  8
+0
+  0
+TEXT
+  5
+217CC
+330
+1F
+100
+AcDbEntity
+  8
+INSTRUM
+100
+AcDbText
+ 10
+1433.001822228911
+ 20
+4.997796436709563
+ 30
+49.20321653524187
+ 40
+11.0
+  1
+P-50
+  7
+SansSerif
+100
+AcDbText
+  0
+TEXT
+  5
+217CD
+330
+1F
+100
+AcDbEntity
+  8
+INSTRUM
+100
+AcDbText
+ 10
+1368.863519782258
+ 20
+-37.56844202972786
+ 30
+49.20321653524187
+ 40
+11.0
+  1
+Hardware error
+  7
+SansSerif
+100
+AcDbText
+  0
+INSERT
+  5
+217CE
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Disque
+ 10
+1519.001822702775
+ 20
+-33.00220393905227
+ 30
+0.0
+ 41
+16.0
+ 42
+-16.0
+ 43
+16.0
+ 50
+270.0
+  0
+ATTRIB
+  5
+217CF
+330
+217CE
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1519.001822702775
+ 20
+-33.00220393905227
+ 30
+0.0
+ 40
+1.6
+  1
+CWM-CWS03:WtrC-P-50:Error
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+217D0
+330
+217CE
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1519.001822702775
+ 20
+-33.00220393905227
+ 30
+0.0
+ 40
+1.6
+  1
+12
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+217D1
+330
+217CE
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1519.001822702775
+ 20
+-33.00220393905227
+ 30
+0.0
+ 40
+1.6
+  1
+10
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+217D2
+330
+217CE
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1519.001822702775
+ 20
+-33.00220393905227
+ 30
+0.0
+ 40
+1.6
+  1
+7
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+217D3
+330
+217CE
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1519.001822702775
+ 20
+-33.00220393905227
+ 30
+0.0
+ 40
+1.6
+  1
+1
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+217D4
+330
+217CE
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1519.001822702775
+ 20
+-33.00220393905227
+ 30
+0.0
+ 40
+1.6
+  1
+0
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+217D5
+330
+217CE
+100
+AcDbEntity
+  8
+0
+  0
+LWPOLYLINE
+  5
+217D6
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+1335.001822228911
+ 20
+-104.0022033717125
+ 10
+1560.001822228911
+ 20
+-104.0022033717125
+ 10
+1560.001822228911
+ 20
+37.99779643670956
+ 10
+1335.001822228911
+ 20
+37.99779643670956
+  0
+LWPOLYLINE
+  5
+217D7
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+1327.001822228911
+ 20
+45.99779643670956
+ 10
+1569.001822228911
+ 20
+45.99779643670956
+ 10
+1569.001822228911
+ 20
+-112.0022033717126
+ 10
+1327.001822228911
+ 20
+-112.0022033717126
+  0
+INSERT
+  5
+217D8
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Jbutton
+ 10
+1351.001823580787
+ 20
+-95.00220198125578
+ 30
+0.0
+ 41
+192.0000004100909
+ 42
+31.00000062525578
+ 43
+192.0000004100909
+  0
+ATTRIB
+  5
+217D9
+330
+217D8
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1351.001823580787
+ 20
+-95.00220198125578
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+CWM-CWS03:WtrC-P-50:Ack
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COMMANDE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+217DA
+330
+217D8
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1351.001823580787
+ 20
+-95.00220198125578
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+CWM-CWS03:WtrC-P-50:CndAck
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+217DB
+330
+217D8
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1351.001823580787
+ 20
+-95.00220198125578
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+12
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+217DC
+330
+217D8
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1351.001823580787
+ 20
+-95.00220198125578
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+7
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+217DD
+330
+217D8
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1351.001823580787
+ 20
+-95.00220198125578
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+0
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CONFIRM
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+217DE
+330
+217D8
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1351.001823580787
+ 20
+-95.00220198125578
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+217DF
+330
+217D8
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1351.001823580787
+ 20
+-95.00220198125578
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+217E0
+330
+217D8
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1351.001823580787
+ 20
+-95.00220198125578
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+Acknowledge
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+TEXTE
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+217E1
+330
+217D8
+100
+AcDbEntity
+  8
+0
+  0
+SOLID
+  5
+217E2
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    42
+100
+AcDbTrace
+ 10
+252.0018187779315
+ 20
+44.99779585179306
+ 30
+0.0
+ 11
+494.0018187779314
+ 21
+44.99779585179306
+ 31
+0.0
+ 12
+260.0018187779316
+ 22
+36.99779585179306
+ 32
+0.0
+ 13
+485.0018187779313
+ 23
+36.99779585179306
+ 33
+0.0
+  0
+SOLID
+  5
+217E3
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    42
+100
+AcDbTrace
+ 10
+494.0018187779314
+ 20
+44.99779585179306
+ 30
+0.0
+ 11
+494.0018187779314
+ 21
+-113.0022039566291
+ 31
+0.0
+ 12
+485.0018187779313
+ 22
+36.99779585179306
+ 32
+0.0
+ 13
+485.0018187779313
+ 23
+-105.0022039566291
+ 33
+0.0
+  0
+SOLID
+  5
+217E4
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    42
+100
+AcDbTrace
+ 10
+260.0018187779316
+ 20
+-105.0022039566291
+ 30
+0.0
+ 11
+485.0018187779313
+ 21
+-105.0022039566291
+ 31
+0.0
+ 12
+252.0018187779315
+ 22
+-113.0022039566291
+ 32
+0.0
+ 13
+494.0018187779314
+ 23
+-113.0022039566291
+ 33
+0.0
+  0
+SOLID
+  5
+217E5
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    42
+100
+AcDbTrace
+ 10
+252.0018187779315
+ 20
+44.99779585179306
+ 30
+0.0
+ 11
+252.0018187779315
+ 21
+-113.0022039566291
+ 31
+0.0
+ 12
+260.0018187779316
+ 22
+36.99779585179306
+ 32
+0.0
+ 13
+260.0018187779316
+ 23
+-105.0022039566291
+ 33
+0.0
+  0
+LWPOLYLINE
+  5
+217E6
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+252.0018187779315
+ 20
+44.99779585179306
+ 10
+494.0018187779314
+ 20
+44.99779585179306
+ 10
+494.0018187779314
+ 20
+-113.0022039566291
+ 10
+252.0018187779315
+ 20
+-113.0022039566291
+  0
+LWPOLYLINE
+  5
+217E7
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+260.0018187779316
+ 20
+36.99779585179306
+ 10
+485.0018187779313
+ 20
+36.99779585179306
+ 10
+485.0018187779313
+ 20
+-105.0022039566291
+ 10
+260.0018187779316
+ 20
+-105.0022039566291
+  0
+INSERT
+  5
+217E8
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     9
+100
+AcDbBlockReference
+ 66
+     1
+  2
+palet
+ 10
+507.1235519434075
+ 20
+53.75549818583465
+ 30
+-28.9114261271681
+  0
+ATTRIB
+  5
+217E9
+330
+217E8
+100
+AcDbEntity
+  8
+IMG009
+ 62
+     9
+100
+AcDbText
+ 10
+507.1235519434075
+ 20
+53.75549818583465
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+CWM-CWS03:WtrC-P-10:Error
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+217EA
+330
+217E8
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+507.1235519434075
+ 20
+53.75549818583465
+ 30
+-28.9114261271681
+ 40
+6.0
+  1
+42
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+217EB
+330
+217E8
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+507.1235519434075
+ 20
+53.75549818583465
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+12
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+217EC
+330
+217E8
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+507.1235519434075
+ 20
+53.75549818583465
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+10
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+217ED
+330
+217E8
+100
+AcDbEntity
+  8
+0
+  0
+LWPOLYLINE
+  5
+217EE
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+528.0018223405599
+ 20
+-105.0022020471091
+ 10
+753.0018223405599
+ 20
+-105.0022020471091
+ 10
+753.0018223405599
+ 20
+36.99779776131311
+ 10
+528.0018223405599
+ 20
+36.99779776131311
+  0
+LWPOLYLINE
+  5
+217EF
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+520.0018223405598
+ 20
+44.9977977613131
+ 10
+762.0018223405597
+ 20
+44.9977977613131
+ 10
+762.0018223405597
+ 20
+-113.0022020471091
+ 10
+520.0018223405598
+ 20
+-113.0022020471091
+  0
+SOLID
+  5
+217F0
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    43
+100
+AcDbTrace
+ 10
+520.0018223405598
+ 20
+44.9977977613131
+ 30
+0.0
+ 11
+762.0018223405597
+ 21
+44.9977977613131
+ 31
+0.0
+ 12
+528.0018223405599
+ 22
+36.99779776131311
+ 32
+0.0
+ 13
+753.0018223405599
+ 23
+36.99779776131311
+ 33
+0.0
+  0
+SOLID
+  5
+217F1
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    43
+100
+AcDbTrace
+ 10
+762.0018223405597
+ 20
+44.9977977613131
+ 30
+0.0
+ 11
+762.0018223405597
+ 21
+-113.0022020471091
+ 31
+0.0
+ 12
+753.0018223405599
+ 22
+36.99779776131311
+ 32
+0.0
+ 13
+753.0018223405599
+ 23
+-105.0022020471091
+ 33
+0.0
+  0
+SOLID
+  5
+217F2
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    43
+100
+AcDbTrace
+ 10
+528.0018223405599
+ 20
+-105.0022020471091
+ 30
+0.0
+ 11
+753.0018223405599
+ 21
+-105.0022020471091
+ 31
+0.0
+ 12
+520.0018223405598
+ 22
+-113.0022020471091
+ 32
+0.0
+ 13
+762.0018223405597
+ 23
+-113.0022020471091
+ 33
+0.0
+  0
+SOLID
+  5
+217F3
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    43
+100
+AcDbTrace
+ 10
+520.0018223405598
+ 20
+44.9977977613131
+ 30
+0.0
+ 11
+520.0018223405598
+ 21
+-113.0022020471091
+ 31
+0.0
+ 12
+528.0018223405599
+ 22
+36.99779776131311
+ 32
+0.0
+ 13
+528.0018223405599
+ 23
+-105.0022020471091
+ 33
+0.0
+  0
+LWPOLYLINE
+  5
+217F4
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+520.0018223405598
+ 20
+44.9977977613131
+ 10
+762.0018223405597
+ 20
+44.9977977613131
+ 10
+762.0018223405597
+ 20
+-113.0022020471091
+ 10
+520.0018223405598
+ 20
+-113.0022020471091
+  0
+LWPOLYLINE
+  5
+217F5
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+528.0018223405599
+ 20
+36.99779776131311
+ 10
+753.0018223405599
+ 20
+36.99779776131311
+ 10
+753.0018223405599
+ 20
+-105.0022020471091
+ 10
+528.0018223405599
+ 20
+-105.0022020471091
+  0
+INSERT
+  5
+217F6
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     9
+100
+AcDbBlockReference
+ 66
+     1
+  2
+palet
+ 10
+775.123555506036
+ 20
+53.75550009535469
+ 30
+-28.9114261271681
+  0
+ATTRIB
+  5
+217F7
+330
+217F6
+100
+AcDbEntity
+  8
+IMG009
+ 62
+     9
+100
+AcDbText
+ 10
+775.123555506036
+ 20
+53.75550009535469
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+CWM-CWS03:WtrC-P-20:Error
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+217F8
+330
+217F6
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+775.123555506036
+ 20
+53.75550009535469
+ 30
+-28.9114261271681
+ 40
+6.0
+  1
+43
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+217F9
+330
+217F6
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+775.123555506036
+ 20
+53.75550009535469
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+12
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+217FA
+330
+217F6
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+775.123555506036
+ 20
+53.75550009535469
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+10
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+217FB
+330
+217F6
+100
+AcDbEntity
+  8
+0
+  0
+LWPOLYLINE
+  5
+217FC
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+795.0018223405597
+ 20
+-105.0022014621926
+ 10
+1020.00182234056
+ 20
+-105.0022014621926
+ 10
+1020.00182234056
+ 20
+36.99779834622962
+ 10
+795.0018223405597
+ 20
+36.99779834622962
+  0
+LWPOLYLINE
+  5
+217FD
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+787.0018223405597
+ 20
+44.99779834622962
+ 10
+1029.00182234056
+ 20
+44.99779834622962
+ 10
+1029.00182234056
+ 20
+-113.0022014621926
+ 10
+787.0018223405597
+ 20
+-113.0022014621926
+  0
+SOLID
+  5
+217FE
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    44
+100
+AcDbTrace
+ 10
+787.0018223405597
+ 20
+44.99779834622962
+ 30
+0.0
+ 11
+1029.00182234056
+ 21
+44.99779834622962
+ 31
+0.0
+ 12
+795.0018223405597
+ 22
+36.99779834622962
+ 32
+0.0
+ 13
+1020.00182234056
+ 23
+36.99779834622962
+ 33
+0.0
+  0
+SOLID
+  5
+217FF
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    44
+100
+AcDbTrace
+ 10
+1029.00182234056
+ 20
+44.99779834622962
+ 30
+0.0
+ 11
+1029.00182234056
+ 21
+-113.0022014621926
+ 31
+0.0
+ 12
+1020.00182234056
+ 22
+36.99779834622962
+ 32
+0.0
+ 13
+1020.00182234056
+ 23
+-105.0022014621926
+ 33
+0.0
+  0
+SOLID
+  5
+21800
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    44
+100
+AcDbTrace
+ 10
+795.0018223405597
+ 20
+-105.0022014621926
+ 30
+0.0
+ 11
+1020.00182234056
+ 21
+-105.0022014621926
+ 31
+0.0
+ 12
+787.0018223405597
+ 22
+-113.0022014621926
+ 32
+0.0
+ 13
+1029.00182234056
+ 23
+-113.0022014621926
+ 33
+0.0
+  0
+SOLID
+  5
+21801
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    44
+100
+AcDbTrace
+ 10
+787.0018223405597
+ 20
+44.99779834622962
+ 30
+0.0
+ 11
+787.0018223405597
+ 21
+-113.0022014621926
+ 31
+0.0
+ 12
+795.0018223405597
+ 22
+36.99779834622962
+ 32
+0.0
+ 13
+795.0018223405597
+ 23
+-105.0022014621926
+ 33
+0.0
+  0
+LWPOLYLINE
+  5
+21802
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+787.0018223405597
+ 20
+44.99779834622962
+ 10
+1029.00182234056
+ 20
+44.99779834622962
+ 10
+1029.00182234056
+ 20
+-113.0022014621926
+ 10
+787.0018223405597
+ 20
+-113.0022014621926
+  0
+LWPOLYLINE
+  5
+21803
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+795.0018223405597
+ 20
+36.99779834622962
+ 10
+1020.00182234056
+ 20
+36.99779834622962
+ 10
+1020.00182234056
+ 20
+-105.0022014621926
+ 10
+795.0018223405597
+ 20
+-105.0022014621926
+  0
+INSERT
+  5
+21804
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     9
+100
+AcDbBlockReference
+ 66
+     1
+  2
+palet
+ 10
+1042.123555506036
+ 20
+53.75550068027122
+ 30
+-28.9114261271681
+  0
+ATTRIB
+  5
+21805
+330
+21804
+100
+AcDbEntity
+  8
+IMG009
+ 62
+     9
+100
+AcDbText
+ 10
+1042.123555506036
+ 20
+53.75550068027122
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+CWM-CWS03:WtrC-P-30:Error
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21806
+330
+21804
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1042.123555506036
+ 20
+53.75550068027122
+ 30
+-28.9114261271681
+ 40
+6.0
+  1
+44
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21807
+330
+21804
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1042.123555506036
+ 20
+53.75550068027122
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+12
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21808
+330
+21804
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1042.123555506036
+ 20
+53.75550068027122
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+10
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+21809
+330
+21804
+100
+AcDbEntity
+  8
+0
+  0
+LWPOLYLINE
+  5
+2180A
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+1066.00182234056
+ 20
+-108.0022020471091
+ 10
+1291.00182234056
+ 20
+-108.0022020471091
+ 10
+1291.00182234056
+ 20
+33.99779776131311
+ 10
+1066.00182234056
+ 20
+33.99779776131311
+  0
+LWPOLYLINE
+  5
+2180B
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+1058.00182234056
+ 20
+41.9977977613131
+ 10
+1300.00182234056
+ 20
+41.9977977613131
+ 10
+1300.00182234056
+ 20
+-116.0022020471091
+ 10
+1058.00182234056
+ 20
+-116.0022020471091
+  0
+SOLID
+  5
+2180C
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    45
+100
+AcDbTrace
+ 10
+1058.00182234056
+ 20
+41.9977977613131
+ 30
+0.0
+ 11
+1300.00182234056
+ 21
+41.9977977613131
+ 31
+0.0
+ 12
+1066.00182234056
+ 22
+33.99779776131311
+ 32
+0.0
+ 13
+1291.00182234056
+ 23
+33.99779776131311
+ 33
+0.0
+  0
+SOLID
+  5
+2180D
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    45
+100
+AcDbTrace
+ 10
+1300.00182234056
+ 20
+41.9977977613131
+ 30
+0.0
+ 11
+1300.00182234056
+ 21
+-116.0022020471091
+ 31
+0.0
+ 12
+1291.00182234056
+ 22
+33.99779776131311
+ 32
+0.0
+ 13
+1291.00182234056
+ 23
+-108.0022020471091
+ 33
+0.0
+  0
+SOLID
+  5
+2180E
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    45
+100
+AcDbTrace
+ 10
+1066.00182234056
+ 20
+-108.0022020471091
+ 30
+0.0
+ 11
+1291.00182234056
+ 21
+-108.0022020471091
+ 31
+0.0
+ 12
+1058.00182234056
+ 22
+-116.0022020471091
+ 32
+0.0
+ 13
+1300.00182234056
+ 23
+-116.0022020471091
+ 33
+0.0
+  0
+SOLID
+  5
+2180F
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    45
+100
+AcDbTrace
+ 10
+1058.00182234056
+ 20
+41.9977977613131
+ 30
+0.0
+ 11
+1058.00182234056
+ 21
+-116.0022020471091
+ 31
+0.0
+ 12
+1066.00182234056
+ 22
+33.99779776131311
+ 32
+0.0
+ 13
+1066.00182234056
+ 23
+-108.0022020471091
+ 33
+0.0
+  0
+LWPOLYLINE
+  5
+21810
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+1058.00182234056
+ 20
+41.9977977613131
+ 10
+1300.00182234056
+ 20
+41.9977977613131
+ 10
+1300.00182234056
+ 20
+-116.0022020471091
+ 10
+1058.00182234056
+ 20
+-116.0022020471091
+  0
+LWPOLYLINE
+  5
+21811
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+1066.00182234056
+ 20
+33.99779776131311
+ 10
+1291.00182234056
+ 20
+33.99779776131311
+ 10
+1291.00182234056
+ 20
+-108.0022020471091
+ 10
+1066.00182234056
+ 20
+-108.0022020471091
+  0
+INSERT
+  5
+21812
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     9
+100
+AcDbBlockReference
+ 66
+     1
+  2
+palet
+ 10
+1313.123555506036
+ 20
+50.75550009535469
+ 30
+-28.9114261271681
+  0
+ATTRIB
+  5
+21813
+330
+21812
+100
+AcDbEntity
+  8
+IMG009
+ 62
+     9
+100
+AcDbText
+ 10
+1313.123555506036
+ 20
+50.75550009535469
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+CWM-CWS03:WtrC-P-40:Error
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21814
+330
+21812
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1313.123555506036
+ 20
+50.75550009535469
+ 30
+-28.9114261271681
+ 40
+6.0
+  1
+45
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21815
+330
+21812
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1313.123555506036
+ 20
+50.75550009535469
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+12
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21816
+330
+21812
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1313.123555506036
+ 20
+50.75550009535469
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+10
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+21817
+330
+21812
+100
+AcDbEntity
+  8
+0
+  0
+LWPOLYLINE
+  5
+21818
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+1335.00182234056
+ 20
+-104.0022020471091
+ 10
+1560.00182234056
+ 20
+-104.0022020471091
+ 10
+1560.00182234056
+ 20
+37.99779776131311
+ 10
+1335.00182234056
+ 20
+37.99779776131311
+  0
+LWPOLYLINE
+  5
+21819
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+1327.00182234056
+ 20
+45.9977977613131
+ 10
+1569.00182234056
+ 20
+45.9977977613131
+ 10
+1569.00182234056
+ 20
+-112.0022020471091
+ 10
+1327.00182234056
+ 20
+-112.0022020471091
+  0
+SOLID
+  5
+2181A
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    51
+100
+AcDbTrace
+ 10
+1327.00182234056
+ 20
+45.9977977613131
+ 30
+0.0
+ 11
+1569.00182234056
+ 21
+45.9977977613131
+ 31
+0.0
+ 12
+1335.00182234056
+ 22
+37.99779776131311
+ 32
+0.0
+ 13
+1560.00182234056
+ 23
+37.99779776131311
+ 33
+0.0
+  0
+SOLID
+  5
+2181B
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    51
+100
+AcDbTrace
+ 10
+1569.00182234056
+ 20
+45.9977977613131
+ 30
+0.0
+ 11
+1569.00182234056
+ 21
+-112.0022020471091
+ 31
+0.0
+ 12
+1560.00182234056
+ 22
+37.99779776131311
+ 32
+0.0
+ 13
+1560.00182234056
+ 23
+-104.0022020471091
+ 33
+0.0
+  0
+SOLID
+  5
+2181C
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    51
+100
+AcDbTrace
+ 10
+1335.00182234056
+ 20
+-104.0022020471091
+ 30
+0.0
+ 11
+1560.00182234056
+ 21
+-104.0022020471091
+ 31
+0.0
+ 12
+1327.00182234056
+ 22
+-112.0022020471091
+ 32
+0.0
+ 13
+1569.00182234056
+ 23
+-112.0022020471091
+ 33
+0.0
+  0
+SOLID
+  5
+2181D
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    51
+100
+AcDbTrace
+ 10
+1327.00182234056
+ 20
+45.9977977613131
+ 30
+0.0
+ 11
+1327.00182234056
+ 21
+-112.0022020471091
+ 31
+0.0
+ 12
+1335.00182234056
+ 22
+37.99779776131311
+ 32
+0.0
+ 13
+1335.00182234056
+ 23
+-104.0022020471091
+ 33
+0.0
+  0
+LWPOLYLINE
+  5
+2181E
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+1327.00182234056
+ 20
+45.9977977613131
+ 10
+1569.00182234056
+ 20
+45.9977977613131
+ 10
+1569.00182234056
+ 20
+-112.0022020471091
+ 10
+1327.00182234056
+ 20
+-112.0022020471091
+  0
+LWPOLYLINE
+  5
+2181F
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+1335.00182234056
+ 20
+37.99779776131311
+ 10
+1560.00182234056
+ 20
+37.99779776131311
+ 10
+1560.00182234056
+ 20
+-104.0022020471091
+ 10
+1335.00182234056
+ 20
+-104.0022020471091
+  0
+INSERT
+  5
+21820
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     9
+100
+AcDbBlockReference
+ 66
+     1
+  2
+palet
+ 10
+1582.123555506036
+ 20
+54.75550009535471
+ 30
+-28.9114261271681
+  0
+ATTRIB
+  5
+21821
+330
+21820
+100
+AcDbEntity
+  8
+IMG009
+ 62
+     9
+100
+AcDbText
+ 10
+1582.123555506036
+ 20
+54.75550009535471
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+CWM-CWS03:WtrC-P-50:Error
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21822
+330
+21820
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1582.123555506036
+ 20
+54.75550009535471
+ 30
+-28.9114261271681
+ 40
+6.0
+  1
+51
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21823
+330
+21820
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1582.123555506036
+ 20
+54.75550009535471
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+12
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21824
+330
+21820
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1582.123555506036
+ 20
+54.75550009535471
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+10
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+21825
+330
+21820
+100
+AcDbEntity
+  8
+0
+  0
+TEXT
+  5
+21826
+330
+1F
+100
+AcDbEntity
+  8
+INSTRUM
+100
+AcDbText
+ 10
+1720.001823778549
+ 20
+4.997797828786701
+ 30
+49.20321653524187
+ 40
+11.0
+  1
+EC-010
+  7
+SansSerif
+100
+AcDbText
+  0
+TEXT
+  5
+21827
+330
+1F
+100
+AcDbEntity
+  8
+INSTRUM
+100
+AcDbText
+ 10
+1652.00182363595
+ 20
+-37.56844063765072
+ 30
+49.20321653524187
+ 40
+11.0
+  1
+Too high temperature
+  7
+SansSerif
+100
+AcDbText
+  0
+INSERT
+  5
+21828
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Disque
+ 10
+1809.001820293738
+ 20
+-33.00220254697514
+ 30
+0.0
+ 41
+16.0
+ 42
+-16.0
+ 43
+16.0
+ 50
+270.0
+  0
+ATTRIB
+  5
+21829
+330
+21828
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1809.001820293738
+ 20
+-33.00220254697514
+ 30
+0.0
+ 40
+1.6
+  1
+CWM-CWS03:WtrC-EC-010:Error
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+2182A
+330
+21828
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1809.001820293738
+ 20
+-33.00220254697514
+ 30
+0.0
+ 40
+1.6
+  1
+12
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+2182B
+330
+21828
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1809.001820293738
+ 20
+-33.00220254697514
+ 30
+0.0
+ 40
+1.6
+  1
+10
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+2182C
+330
+21828
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1809.001820293738
+ 20
+-33.00220254697514
+ 30
+0.0
+ 40
+1.6
+  1
+7
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+2182D
+330
+21828
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1809.001820293738
+ 20
+-33.00220254697514
+ 30
+0.0
+ 40
+1.6
+  1
+1
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+2182E
+330
+21828
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1809.001820293738
+ 20
+-33.00220254697514
+ 30
+0.0
+ 40
+1.6
+  1
+0
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+2182F
+330
+21828
+100
+AcDbEntity
+  8
+0
+  0
+LWPOLYLINE
+  5
+21830
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+1625.001819819874
+ 20
+-104.0022019796355
+ 10
+1850.001819819874
+ 20
+-104.0022019796355
+ 10
+1850.001819819874
+ 20
+37.9977978287867
+ 10
+1625.001819819874
+ 20
+37.9977978287867
+  0
+LWPOLYLINE
+  5
+21831
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+1617.001819819874
+ 20
+45.99779782878671
+ 10
+1859.001819819874
+ 20
+45.99779782878671
+ 10
+1859.001819819874
+ 20
+-112.0022019796355
+ 10
+1617.001819819874
+ 20
+-112.0022019796355
+  0
+INSERT
+  5
+21832
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Jbutton
+ 10
+1641.001821171751
+ 20
+-95.00220058917864
+ 30
+0.0
+ 41
+192.0000004100909
+ 42
+31.00000062525578
+ 43
+192.0000004100909
+  0
+ATTRIB
+  5
+21833
+330
+21832
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1641.001821171751
+ 20
+-95.00220058917864
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+CWM-CWS03:WtrC-EC-010:Ack
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COMMANDE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21834
+330
+21832
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1641.001821171751
+ 20
+-95.00220058917864
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+CWM-CWS03:WtrC-EC-010:CndAck
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21835
+330
+21832
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1641.001821171751
+ 20
+-95.00220058917864
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+12
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21836
+330
+21832
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1641.001821171751
+ 20
+-95.00220058917864
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+7
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21837
+330
+21832
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1641.001821171751
+ 20
+-95.00220058917864
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+0
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CONFIRM
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21838
+330
+21832
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1641.001821171751
+ 20
+-95.00220058917864
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21839
+330
+21832
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1641.001821171751
+ 20
+-95.00220058917864
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+2183A
+330
+21832
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1641.001821171751
+ 20
+-95.00220058917864
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+Acknowledge
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+TEXTE
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+2183B
+330
+21832
+100
+AcDbEntity
+  8
+0
+  0
+LWPOLYLINE
+  5
+2183C
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+1625.001819931523
+ 20
+-104.0022006550319
+ 10
+1850.001819931523
+ 20
+-104.0022006550319
+ 10
+1850.001819931523
+ 20
+37.99779915339025
+ 10
+1625.001819931523
+ 20
+37.99779915339025
+  0
+LWPOLYLINE
+  5
+2183D
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+1617.001819931523
+ 20
+45.99779915339024
+ 10
+1859.001819931523
+ 20
+45.99779915339024
+ 10
+1859.001819931523
+ 20
+-112.0022006550319
+ 10
+1617.001819931523
+ 20
+-112.0022006550319
+  0
+SOLID
+  5
+2183E
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    52
+100
+AcDbTrace
+ 10
+1617.001819931523
+ 20
+45.99779915339024
+ 30
+0.0
+ 11
+1859.001819931523
+ 21
+45.99779915339024
+ 31
+0.0
+ 12
+1625.001819931523
+ 22
+37.99779915339025
+ 32
+0.0
+ 13
+1850.001819931523
+ 23
+37.99779915339025
+ 33
+0.0
+  0
+SOLID
+  5
+2183F
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    52
+100
+AcDbTrace
+ 10
+1859.001819931523
+ 20
+45.99779915339024
+ 30
+0.0
+ 11
+1859.001819931523
+ 21
+-112.0022006550319
+ 31
+0.0
+ 12
+1850.001819931523
+ 22
+37.99779915339025
+ 32
+0.0
+ 13
+1850.001819931523
+ 23
+-104.0022006550319
+ 33
+0.0
+  0
+SOLID
+  5
+21840
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    52
+100
+AcDbTrace
+ 10
+1625.001819931523
+ 20
+-104.0022006550319
+ 30
+0.0
+ 11
+1850.001819931523
+ 21
+-104.0022006550319
+ 31
+0.0
+ 12
+1617.001819931523
+ 22
+-112.0022006550319
+ 32
+0.0
+ 13
+1859.001819931523
+ 23
+-112.0022006550319
+ 33
+0.0
+  0
+SOLID
+  5
+21841
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    52
+100
+AcDbTrace
+ 10
+1617.001819931523
+ 20
+45.99779915339024
+ 30
+0.0
+ 11
+1617.001819931523
+ 21
+-112.0022006550319
+ 31
+0.0
+ 12
+1625.001819931523
+ 22
+37.99779915339025
+ 32
+0.0
+ 13
+1625.001819931523
+ 23
+-104.0022006550319
+ 33
+0.0
+  0
+LWPOLYLINE
+  5
+21842
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+1617.001819931523
+ 20
+45.99779915339024
+ 10
+1859.001819931523
+ 20
+45.99779915339024
+ 10
+1859.001819931523
+ 20
+-112.0022006550319
+ 10
+1617.001819931523
+ 20
+-112.0022006550319
+  0
+LWPOLYLINE
+  5
+21843
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+1625.001819931523
+ 20
+37.99779915339025
+ 10
+1850.001819931523
+ 20
+37.99779915339025
+ 10
+1850.001819931523
+ 20
+-104.0022006550319
+ 10
+1625.001819931523
+ 20
+-104.0022006550319
+  0
+INSERT
+  5
+21844
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     9
+100
+AcDbBlockReference
+ 66
+     1
+  2
+palet
+ 10
+1872.123553096999
+ 20
+54.75550148743185
+ 30
+-28.9114261271681
+  0
+ATTRIB
+  5
+21845
+330
+21844
+100
+AcDbEntity
+  8
+IMG009
+ 62
+     9
+100
+AcDbText
+ 10
+1872.123553096999
+ 20
+54.75550148743185
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+CWM-CWS03:WtrC-EC-010:Error
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21846
+330
+21844
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1872.123553096999
+ 20
+54.75550148743185
+ 30
+-28.9114261271681
+ 40
+6.0
+  1
+52
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21847
+330
+21844
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1872.123553096999
+ 20
+54.75550148743185
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+12
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21848
+330
+21844
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1872.123553096999
+ 20
+54.75550148743185
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+10
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+21849
+330
+21844
+100
+AcDbEntity
+  8
+0
+  0
+LWPOLYLINE
+  5
+22600
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+16.80183171585965
+ 20
+610.0425517025692
+ 10
+203.8018305614285
+ 20
+610.0425517025692
+ 10
+203.8018305614286
+ 20
+-97.0022022029326
+ 10
+16.80183586621447
+ 20
+-97.0022022029326
+  0
+SOLID
+  5
+22601
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+   250
+100
+AcDbTrace
+ 10
+18.60183085085028
+ 20
+-94.00220220293261
+ 30
+0.0
+ 11
+201.1481139396675
+ 21
+-94.00220220293261
+ 31
+0.0
+ 12
+18.60183106498439
+ 22
+607.9977990567022
+ 32
+0.0
+ 13
+202.1481149272785
+ 23
+607.9977990567022
+ 33
+0.0
+  0
+SOLID
+  5
+22602
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+203.8018305614286
+ 20
+-97.0022022029326
+ 30
+0.0
+ 11
+201.1481139396675
+ 21
+-94.00220220293261
+ 31
+0.0
+ 12
+203.8018295700287
+ 22
+610.0425529622039
+ 32
+0.0
+ 13
+202.1481139358787
+ 23
+607.9978003163368
+ 33
+0.0
+  0
+SOLID
+  5
+22603
+330
+1F
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+16.80183171585965
+ 20
+-97.0022022029326
+ 30
+0.0
+ 11
+18.60183085085028
+ 21
+-94.00220220293261
+ 31
+0.0
+ 12
+16.80183230642878
+ 22
+610.0425541450522
+ 32
+0.0
+ 13
+18.60183165555351
+ 23
+607.9978014991852
+ 33
+0.0
+  0
+SOLID
+  5
+22604
+330
+1F
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+18.60183106498439
+ 20
+607.9977990567022
+ 30
+0.0
+ 11
+202.1481129171356
+ 21
+607.9977990567022
+ 31
+0.0
+ 12
+16.80183171585965
+ 22
+610.0425517025692
+ 32
+0.0
+ 13
+203.8018305614285
+ 23
+610.0425517025692
+ 33
+0.0
+  0
+SOLID
+  5
+22605
+330
+1F
+100
+AcDbEntity
+  8
+INSTRUM
+100
+AcDbTrace
+ 10
+18.60183085085028
+ 20
+-94.00220220293261
+ 30
+0.0
+ 11
+201.1481139396675
+ 21
+-94.00220220293261
+ 31
+0.0
+ 12
+18.60183380567567
+ 22
+607.9977990567022
+ 32
+0.0
+ 13
+202.1481149308611
+ 23
+607.9978015465926
+ 33
+0.0
+  0
+TEXT
+  5
+22606
+330
+1F
+100
+AcDbEntity
+  8
+INSTRUM
+ 62
+     7
+420
+ 16777215
+100
+AcDbText
+ 10
+31.02570268102525
+ 20
+582.04255032858
+ 30
+49.20321653524187
+ 40
+15.0
+  1
+Command menu
+  7
+GRAS
+100
+AcDbText
+  0
+TEXT
+  5
+22607
+330
+1F
+100
+AcDbEntity
+  8
+INSTRUM
+ 62
+     7
+420
+ 16777215
+100
+AcDbText
+ 10
+88.22308828738043
+ 20
+554.0425528769605
+ 30
+49.20321653524187
+ 40
+11.0
+  1
+Views
+  7
+SansSerif
+100
+AcDbText
+  0
+INSERT
+  5
+22608
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Jbutton
+ 10
+40.22309558108738
+ 20
+516.0425534557179
+ 30
+0.0
+ 41
+144.0
+ 42
+29.0
+ 43
+144.0
+  0
+ATTRIB
+  5
+22609
+330
+22608
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+40.22309558108738
+ 20
+516.0425534557179
+ 30
+0.0
+ 40
+2.9
+  1
+EPICS-Main_view.opi
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COMMANDE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+2260A
+330
+22608
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+40.22309558108738
+ 20
+516.0425534557179
+ 30
+0.0
+ 40
+2.9
+  1
+
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+2260B
+330
+22608
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+40.22309558108738
+ 20
+516.0425534557179
+ 30
+0.0
+ 40
+2.9
+  1
+10
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+2260C
+330
+22608
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+40.22309558108738
+ 20
+516.0425534557179
+ 30
+0.0
+ 40
+2.9
+  1
+7
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+2260D
+330
+22608
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+40.22309558108738
+ 20
+516.0425534557179
+ 30
+0.0
+ 40
+2.9
+  1
+0
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CONFIRM
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+2260E
+330
+22608
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+40.22309558108738
+ 20
+516.0425534557179
+ 30
+0.0
+ 40
+2.9
+  1
+
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+2260F
+330
+22608
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+40.22309558108738
+ 20
+516.0425534557179
+ 30
+0.0
+ 40
+2.9
+  1
+
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+22610
+330
+22608
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+40.22309558108738
+ 20
+516.0425534557179
+ 30
+0.0
+ 40
+2.9
+  1
+Main
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+TEXTE
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+22611
+330
+22608
+100
+AcDbEntity
+  8
+0
+  0
+INSERT
+  5
+22612
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Jbutton
+ 10
+40.22309683113373
+ 20
+476.0425534557178
+ 30
+0.0
+ 41
+144.0
+ 42
+29.0
+ 43
+144.0
+  0
+ATTRIB
+  5
+22613
+330
+22612
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+40.22309683113373
+ 20
+476.0425534557178
+ 30
+0.0
+ 40
+2.9
+  1
+EPICS-Regulations.opi
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COMMANDE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+22614
+330
+22612
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+40.22309683113373
+ 20
+476.0425534557178
+ 30
+0.0
+ 40
+2.9
+  1
+
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+22615
+330
+22612
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+40.22309683113373
+ 20
+476.0425534557178
+ 30
+0.0
+ 40
+2.9
+  1
+10
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+22616
+330
+22612
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+40.22309683113373
+ 20
+476.0425534557178
+ 30
+0.0
+ 40
+2.9
+  1
+7
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+22617
+330
+22612
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+40.22309683113373
+ 20
+476.0425534557178
+ 30
+0.0
+ 40
+2.9
+  1
+0
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CONFIRM
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+22618
+330
+22612
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+40.22309683113373
+ 20
+476.0425534557178
+ 30
+0.0
+ 40
+2.9
+  1
+
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+22619
+330
+22612
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+40.22309683113373
+ 20
+476.0425534557178
+ 30
+0.0
+ 40
+2.9
+  1
+
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+2261A
+330
+22612
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+40.22309683113373
+ 20
+476.0425534557178
+ 30
+0.0
+ 40
+2.9
+  1
+Regulations
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+TEXTE
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+2261B
+330
+22612
+100
+AcDbEntity
+  8
+0
+  0
+SOLID
+  5
+2261C
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+31.22309851329307
+ 20
+463.9977990022251
+ 30
+54374.4
+ 11
+192.2230963010761
+ 21
+463.9977978695823
+ 31
+54374.4
+ 12
+33.0230942746023
+ 22
+465.9977990022252
+ 32
+54374.4
+ 13
+190.2230934240736
+ 23
+465.9977990022252
+ 33
+54374.4
+  0
+SOLID
+  5
+2261D
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+192.2230963010761
+ 20
+463.9977978695823
+ 30
+95155.20000000002
+ 11
+190.2230934240736
+ 21
+465.9977990022252
+ 31
+95155.20000000002
+ 12
+192.2230962041661
+ 22
+570.9977973883215
+ 32
+95155.20000000002
+ 13
+190.2230975391019
+ 23
+568.9977973883214
+ 33
+95155.20000000002
+  0
+SOLID
+  5
+2261E
+330
+1F
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+31.223098416383
+ 20
+463.9978000322143
+ 30
+95155.20000000002
+ 11
+33.02309340101888
+ 21
+465.9978011648571
+ 31
+95155.20000000002
+ 12
+31.22309957131611
+ 22
+570.9977973883215
+ 32
+95155.20000000002
+ 13
+33.02309536065527
+ 23
+568.9977973883214
+ 33
+95155.20000000002
+  0
+SOLID
+  5
+2261F
+330
+1F
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+33.02309536065527
+ 20
+568.9977973883214
+ 30
+95155.20000000002
+ 11
+190.2230975391019
+ 21
+568.9977973883214
+ 31
+95155.20000000002
+ 12
+31.22309957131611
+ 22
+570.9977973883215
+ 32
+95155.20000000002
+ 13
+192.2230962041661
+ 23
+570.9977973883215
+ 33
+95155.20000000002
+  0
+INSERT
+  5
+22620
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Jbutton
+ 10
+40.22309017893754
+ 20
+370.9978004720737
+ 30
+40780.8
+ 41
+144.0
+ 42
+29.0
+ 43
+144.0
+  0
+ATTRIB
+  5
+22621
+330
+22620
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+40.22309017893754
+ 20
+370.9978004720737
+ 30
+40780.8
+ 40
+2.9
+  1
+CWM-CWS03:Ctrl-PLC-001:PP10S
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COMMANDE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+22622
+330
+22620
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+40.22309017893754
+ 20
+370.9978004720737
+ 30
+40780.8
+ 40
+2.9
+  1
+CWM-CWS03:Ctrl-PLC-001:PP10S
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+22623
+330
+22620
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+40.22309017893754
+ 20
+370.9978004720737
+ 30
+40780.8
+ 40
+2.9
+  1
+10
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+22624
+330
+22620
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+40.22309017893754
+ 20
+370.9978004720737
+ 30
+40780.8
+ 40
+2.9
+  1
+7
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+22625
+330
+22620
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+40.22309017893754
+ 20
+370.9978004720737
+ 30
+40780.8
+ 40
+2.9
+  1
+0
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CONFIRM
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+22626
+330
+22620
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+40.22309017893754
+ 20
+370.9978004720737
+ 30
+40780.8
+ 40
+2.9
+  1
+
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+22627
+330
+22620
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+40.22309017893754
+ 20
+370.9978004720737
+ 30
+40780.8
+ 40
+2.9
+  1
+
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+22628
+330
+22620
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+40.22309017893754
+ 20
+370.9978004720737
+ 30
+40780.8
+ 40
+2.9
+  1
+Exchanger
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+TEXTE
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+22629
+330
+22620
+100
+AcDbEntity
+  8
+0
+  0
+INSERT
+  5
+2262A
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Jbutton
+ 10
+40.22309180768578
+ 20
+326.9977973568774
+ 30
+40780.8
+ 41
+144.0
+ 42
+29.0
+ 43
+144.0
+  0
+ATTRIB
+  5
+2262B
+330
+2262A
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+40.22309180768578
+ 20
+326.9977973568774
+ 30
+40780.8
+ 40
+2.9
+  1
+CWM-CWS03:Ctrl-PLC-001:PP20S
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COMMANDE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+2262C
+330
+2262A
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+40.22309180768578
+ 20
+326.9977973568774
+ 30
+40780.8
+ 40
+2.9
+  1
+CWM-CWS03:Ctrl-PLC-001:PP20S
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+2262D
+330
+2262A
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+40.22309180768578
+ 20
+326.9977973568774
+ 30
+40780.8
+ 40
+2.9
+  1
+10
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+2262E
+330
+2262A
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+40.22309180768578
+ 20
+326.9977973568774
+ 30
+40780.8
+ 40
+2.9
+  1
+7
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+2262F
+330
+2262A
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+40.22309180768578
+ 20
+326.9977973568774
+ 30
+40780.8
+ 40
+2.9
+  1
+0
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CONFIRM
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+22630
+330
+2262A
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+40.22309180768578
+ 20
+326.9977973568774
+ 30
+40780.8
+ 40
+2.9
+  1
+
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+22631
+330
+2262A
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+40.22309180768578
+ 20
+326.9977973568774
+ 30
+40780.8
+ 40
+2.9
+  1
+
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+22632
+330
+2262A
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+40.22309180768578
+ 20
+326.9977973568774
+ 30
+40780.8
+ 40
+2.9
+  1
+Vane
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+TEXTE
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+22633
+330
+2262A
+100
+AcDbEntity
+  8
+0
+  0
+LWPOLYLINE
+  5
+22634
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 38
+40780.8
+ 10
+40.22309398812816
+ 20
+297.997801379452
+ 10
+112.2230888297658
+ 20
+297.997801379452
+ 10
+112.2230888297658
+ 20
+326.997801379452
+ 10
+40.22309398812816
+ 20
+326.997801379452
+  0
+LWPOLYLINE
+  5
+22635
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 38
+40780.8
+ 10
+184.2230947472114
+ 20
+326.9977973568774
+ 10
+112.2230888297658
+ 20
+326.9977973568774
+ 10
+112.2230888297658
+ 20
+297.997801379452
+ 10
+184.2230947472114
+ 20
+297.997801379452
+  0
+INSERT
+  5
+22636
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Jbutton
+ 10
+40.22309398812816
+ 20
+297.997801379452
+ 30
+40780.8
+ 41
+71.99999484163766
+ 42
+29.0
+ 43
+71.99999484163766
+  0
+ATTRIB
+  5
+22637
+330
+22636
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+40.22309398812816
+ 20
+297.997801379452
+ 30
+40780.8
+ 40
+2.9
+  1
+CWM-CWS03:Ctrl-PLC-001:PP20STH=0
+ 41
+2.482758442815091
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COMMANDE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+22638
+330
+22636
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+40.22309398812816
+ 20
+297.997801379452
+ 30
+40780.8
+ 40
+2.9
+  1
+CWM-CWS03:Ctrl-PLC-001:PP20STH
+ 41
+2.482758442815091
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+22639
+330
+22636
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+40.22309398812816
+ 20
+297.997801379452
+ 30
+40780.8
+ 40
+2.9
+  1
+7
+ 41
+2.482758442815091
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+2263A
+330
+22636
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+40.22309398812816
+ 20
+297.997801379452
+ 30
+40780.8
+ 40
+2.9
+  1
+10
+ 41
+2.482758442815091
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+2263B
+330
+22636
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+40.22309398812816
+ 20
+297.997801379452
+ 30
+40780.8
+ 40
+2.9
+  1
+0
+ 41
+2.482758442815091
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CONFIRM
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+2263C
+330
+22636
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+40.22309398812816
+ 20
+297.997801379452
+ 30
+40780.8
+ 40
+2.9
+  1
+
+ 41
+2.482758442815091
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+2263D
+330
+22636
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+40.22309398812816
+ 20
+297.997801379452
+ 30
+40780.8
+ 40
+2.9
+  1
+
+ 41
+2.482758442815091
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+2263E
+330
+22636
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+40.22309398812816
+ 20
+297.997801379452
+ 30
+40780.8
+ 40
+2.9
+  1
+°C
+ 41
+2.482758442815091
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+TEXTE
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+2263F
+330
+22636
+100
+AcDbEntity
+  8
+0
+  0
+INSERT
+  5
+22640
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Jbutton
+ 10
+112.2230888297658
+ 20
+297.997801379452
+ 30
+40780.8
+ 41
+72.00000591744561
+ 42
+28.99999597742544
+ 43
+72.00000591744561
+  0
+ATTRIB
+  5
+22641
+330
+22640
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+112.2230888297658
+ 20
+297.997801379452
+ 30
+40780.8
+ 40
+2.899999597742544
+  1
+CWM-CWS03:Ctrl-PLC-001:PP20STH=1
+ 41
+2.482759169121705
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COMMANDE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+22642
+330
+22640
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+112.2230888297658
+ 20
+297.997801379452
+ 30
+40780.8
+ 40
+2.899999597742544
+  1
+CWM-CWS03:Ctrl-PLC-001:PP20STH
+ 41
+2.482759169121705
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+22643
+330
+22640
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+112.2230888297658
+ 20
+297.997801379452
+ 30
+40780.8
+ 40
+2.899999597742544
+  1
+10
+ 41
+2.482759169121705
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+22644
+330
+22640
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+112.2230888297658
+ 20
+297.997801379452
+ 30
+40780.8
+ 40
+2.899999597742544
+  1
+7
+ 41
+2.482759169121705
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+22645
+330
+22640
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+112.2230888297658
+ 20
+297.997801379452
+ 30
+40780.8
+ 40
+2.899999597742544
+  1
+0
+ 41
+2.482759169121705
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CONFIRM
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+22646
+330
+22640
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+112.2230888297658
+ 20
+297.997801379452
+ 30
+40780.8
+ 40
+2.899999597742544
+  1
+
+ 41
+2.482759169121705
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+22647
+330
+22640
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+112.2230888297658
+ 20
+297.997801379452
+ 30
+40780.8
+ 40
+2.899999597742544
+  1
+
+ 41
+2.482759169121705
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+22648
+330
+22640
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+112.2230888297658
+ 20
+297.997801379452
+ 30
+40780.8
+ 40
+2.899999597742544
+  1
+DPhase
+ 41
+2.482759169121705
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+TEXTE
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+22649
+330
+22640
+100
+AcDbEntity
+  8
+0
+  0
+INSERT
+  5
+2264A
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Jbutton
+ 10
+40.22309389596929
+ 20
+256.9978001276871
+ 30
+40780.8
+ 41
+144.0
+ 42
+29.0
+ 43
+144.0
+  0
+ATTRIB
+  5
+2264B
+330
+2264A
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+40.22309389596929
+ 20
+256.9978001276871
+ 30
+40780.8
+ 40
+2.9
+  1
+CWM-CWS03:Ctrl-PLC-001:PP30S
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COMMANDE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+2264C
+330
+2264A
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+40.22309389596929
+ 20
+256.9978001276871
+ 30
+40780.8
+ 40
+2.9
+  1
+CWM-CWS03:Ctrl-PLC-001:PP30S
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+2264D
+330
+2264A
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+40.22309389596929
+ 20
+256.9978001276871
+ 30
+40780.8
+ 40
+2.9
+  1
+10
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+2264E
+330
+2264A
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+40.22309389596929
+ 20
+256.9978001276871
+ 30
+40780.8
+ 40
+2.9
+  1
+7
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+2264F
+330
+2264A
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+40.22309389596929
+ 20
+256.9978001276871
+ 30
+40780.8
+ 40
+2.9
+  1
+0
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CONFIRM
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+22650
+330
+2264A
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+40.22309389596929
+ 20
+256.9978001276871
+ 30
+40780.8
+ 40
+2.9
+  1
+
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+22651
+330
+2264A
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+40.22309389596929
+ 20
+256.9978001276871
+ 30
+40780.8
+ 40
+2.9
+  1
+
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+22652
+330
+2264A
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+40.22309389596929
+ 20
+256.9978001276871
+ 30
+40780.8
+ 40
+2.9
+  1
+Body S1-S2
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+TEXTE
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+22653
+330
+2264A
+100
+AcDbEntity
+  8
+0
+  0
+INSERT
+  5
+22654
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Jbutton
+ 10
+40.22309514601553
+ 20
+214.9978004704393
+ 30
+40780.8
+ 41
+144.0
+ 42
+29.0
+ 43
+144.0
+  0
+ATTRIB
+  5
+22655
+330
+22654
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+40.22309514601553
+ 20
+214.9978004704393
+ 30
+40780.8
+ 40
+2.9
+  1
+CWM-CWS03:Ctrl-PLC-001:PP40S
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COMMANDE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+22656
+330
+22654
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+40.22309514601553
+ 20
+214.9978004704393
+ 30
+40780.8
+ 40
+2.9
+  1
+CWM-CWS03:Ctrl-PLC-001:PP40S
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+22657
+330
+22654
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+40.22309514601553
+ 20
+214.9978004704393
+ 30
+40780.8
+ 40
+2.9
+  1
+10
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+22658
+330
+22654
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+40.22309514601553
+ 20
+214.9978004704393
+ 30
+40780.8
+ 40
+2.9
+  1
+7
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+22659
+330
+22654
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+40.22309514601553
+ 20
+214.9978004704393
+ 30
+40780.8
+ 40
+2.9
+  1
+0
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CONFIRM
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+2265A
+330
+22654
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+40.22309514601553
+ 20
+214.9978004704393
+ 30
+40780.8
+ 40
+2.9
+  1
+
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+2265B
+330
+22654
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+40.22309514601553
+ 20
+214.9978004704393
+ 30
+40780.8
+ 40
+2.9
+  1
+
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+2265C
+330
+22654
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+40.22309514601553
+ 20
+214.9978004704393
+ 30
+40780.8
+ 40
+2.9
+  1
+Body S3
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+TEXTE
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+2265D
+330
+22654
+100
+AcDbEntity
+  8
+0
+  0
+INSERT
+  5
+2265E
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Jbutton
+ 10
+40.22309639606188
+ 20
+174.9978004704392
+ 30
+40780.8
+ 41
+144.0
+ 42
+29.0
+ 43
+144.0
+  0
+ATTRIB
+  5
+2265F
+330
+2265E
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+40.22309639606188
+ 20
+174.9978004704392
+ 30
+40780.8
+ 40
+2.9
+  1
+CWM-CWS03:Ctrl-PLC-001:PP50S
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COMMANDE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+22660
+330
+2265E
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+40.22309639606188
+ 20
+174.9978004704392
+ 30
+40780.8
+ 40
+2.9
+  1
+CWM-CWS03:Ctrl-PLC-001:PP50S
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+22661
+330
+2265E
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+40.22309639606188
+ 20
+174.9978004704392
+ 30
+40780.8
+ 40
+2.9
+  1
+10
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+22662
+330
+2265E
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+40.22309639606188
+ 20
+174.9978004704392
+ 30
+40780.8
+ 40
+2.9
+  1
+7
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+22663
+330
+2265E
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+40.22309639606188
+ 20
+174.9978004704392
+ 30
+40780.8
+ 40
+2.9
+  1
+0
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CONFIRM
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+22664
+330
+2265E
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+40.22309639606188
+ 20
+174.9978004704392
+ 30
+40780.8
+ 40
+2.9
+  1
+
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+22665
+330
+2265E
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+40.22309639606188
+ 20
+174.9978004704392
+ 30
+40780.8
+ 40
+2.9
+  1
+
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+22666
+330
+2265E
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+40.22309639606188
+ 20
+174.9978004704392
+ 30
+40780.8
+ 40
+2.9
+  1
+Body S4-S5
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+TEXTE
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+22667
+330
+2265E
+100
+AcDbEntity
+  8
+0
+  0
+TEXT
+  5
+22668
+330
+1F
+100
+AcDbEntity
+  8
+INSTRUM
+ 62
+     7
+420
+ 16777215
+100
+AcDbText
+ 10
+63.94835245803832
+ 20
+421.3586183778906
+ 30
+40830.00321653524
+ 40
+11.0
+  1
+Regulation loop
+  7
+SansSerif
+100
+AcDbText
+  0
+TEXT
+  5
+22669
+330
+1F
+100
+AcDbEntity
+  8
+INSTRUM
+ 62
+     7
+420
+ 16777215
+100
+AcDbText
+ 10
+84.94835245803832
+ 20
+407.0265746873027
+ 30
+40830.00321653524
+ 40
+11.0
+  1
+selection
+  7
+SansSerif
+100
+AcDbText
+  0
+SOLID
+  5
+2266A
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+31.22309814982023
+ 20
+160.9977999207356
+ 30
+81561.60000000001
+ 11
+192.2230959376033
+ 21
+160.9977987880927
+ 31
+81561.60000000001
+ 12
+33.02309391112944
+ 22
+162.9977999207356
+ 32
+81561.60000000001
+ 13
+190.2230930606007
+ 23
+162.9977999207356
+ 33
+81561.60000000001
+  0
+SOLID
+  5
+2266B
+330
+1F
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+31.22309920784331
+ 20
+160.997800885769
+ 30
+81561.60000000001
+ 11
+33.02309419247919
+ 21
+162.9978020184119
+ 31
+81561.60000000001
+ 12
+31.22309814982023
+ 22
+443.9977983068319
+ 32
+81561.60000000001
+ 13
+33.02309499718248
+ 23
+441.9977983068319
+ 33
+81561.60000000001
+  0
+SOLID
+  5
+2266C
+330
+1F
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+33.02309499718248
+ 20
+441.9977983068319
+ 30
+81561.60000000001
+ 11
+190.2230958362564
+ 21
+441.9977983068319
+ 31
+81561.60000000001
+ 12
+31.22309814982023
+ 22
+443.9977983068319
+ 32
+81561.60000000001
+ 13
+192.2230945013205
+ 23
+443.9977983068319
+ 33
+81561.60000000001
+  0
+SOLID
+  5
+2266D
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+192.2230959376033
+ 20
+160.9977987880927
+ 30
+81561.60000000001
+ 11
+190.2230930606007
+ 21
+162.9977999207356
+ 31
+81561.60000000001
+ 12
+192.2230940798661
+ 22
+443.997797885377
+ 32
+81561.60000000001
+ 13
+190.2230924990411
+ 23
+441.9977949696143
+ 33
+81561.60000000001
+  0
+LWPOLYLINE
+  5
+2266E
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+16.80183171585965
+ 20
+-97.0022022029326
+ 10
+203.8018305614285
+ 20
+-97.0022022029326
+ 10
+203.8018305614285
+ 20
+610.0425517025692
+ 10
+16.80183171585965
+ 20
+610.0425517025692
+  0
+SOLID
+  5
+2266F
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+192.2230964223641
+ 20
+64.99779779706727
+ 30
+489369.6
+ 11
+190.2230935453614
+ 21
+66.99779779706751
+ 31
+489369.6
+ 12
+192.2230998530733
+ 22
+138.4191307007311
+ 32
+489369.6
+ 13
+190.2231011880092
+ 23
+136.4191307007311
+ 33
+489369.6
+  0
+SOLID
+  5
+22670
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+31.22310154124002
+ 20
+64.99779779706727
+ 30
+489369.6
+ 11
+192.2230964223641
+ 21
+64.99779779706727
+ 31
+489369.6
+ 12
+33.02309652587589
+ 22
+66.99779779706728
+ 32
+489369.6
+ 13
+190.2230935453614
+ 23
+66.99779779706751
+ 33
+489369.6
+  0
+SOLID
+  5
+22671
+330
+1F
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+31.22310154124002
+ 20
+64.99779779706727
+ 30
+489369.6
+ 11
+33.02309652587589
+ 21
+66.99779779706728
+ 31
+489369.6
+ 12
+31.22310455959606
+ 22
+138.4191307007311
+ 32
+489369.6
+ 13
+33.02310034893523
+ 23
+136.4191307007311
+ 33
+489369.6
+  0
+SOLID
+  5
+22672
+330
+1F
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+33.02310034893523
+ 20
+136.4191307007311
+ 30
+584524.7999999999
+ 11
+190.2231011880092
+ 21
+136.4191307007311
+ 31
+584524.7999999999
+ 12
+31.22310455959606
+ 22
+138.4191307007311
+ 32
+584524.7999999999
+ 13
+192.2230998530733
+ 23
+138.4191307007311
+ 33
+584524.7999999999
+  0
+TEXT
+  5
+22674
+330
+1F
+100
+AcDbEntity
+  8
+INSTRUM
+ 62
+     7
+420
+ 16777215
+100
+AcDbText
+ 10
+92.80183164152507
+ 20
+118.4190008217731
+ 30
+40830.00321653524
+ 40
+11.0
+  1
+Other
+  7
+SansSerif
+100
+AcDbText
+  0
+INSERT
+  5
+22675
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Jbutton
+ 10
+40.22309490894328
+ 20
+76.99779779706728
+ 30
+81561.60000000001
+ 41
+144.0
+ 42
+29.0
+ 43
+144.0
+  0
+ATTRIB
+  5
+22676
+330
+22675
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+40.22309490894328
+ 20
+76.99779779706728
+ 30
+81561.60000000001
+ 40
+2.9
+  1
+CWM-CWS03:WtrC-EC-010:Sel
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COMMANDE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+22677
+330
+22675
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+40.22309490894328
+ 20
+76.99779779706728
+ 30
+81561.60000000001
+ 40
+2.9
+  1
+CWM-CWS03:WtrC-EC-010:Anim
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+22678
+330
+22675
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+40.22309490894328
+ 20
+76.99779779706728
+ 30
+81561.60000000001
+ 40
+2.9
+  1
+10
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+22679
+330
+22675
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+40.22309490894328
+ 20
+76.99779779706728
+ 30
+81561.60000000001
+ 40
+2.9
+  1
+7
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+2267A
+330
+22675
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+40.22309490894328
+ 20
+76.99779779706728
+ 30
+81561.60000000001
+ 40
+2.9
+  1
+0
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CONFIRM
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+2267B
+330
+22675
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+40.22309490894328
+ 20
+76.99779779706728
+ 30
+81561.60000000001
+ 40
+2.9
+  1
+
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+2267C
+330
+22675
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+40.22309490894328
+ 20
+76.99779779706728
+ 30
+81561.60000000001
+ 40
+2.9
+  1
+
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+2267D
+330
+22675
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+40.22309490894328
+ 20
+76.99779779706728
+ 30
+81561.60000000001
+ 40
+2.9
+  1
+Heater
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+TEXTE
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+2267E
+330
+22675
+100
+AcDbEntity
+  8
+0
+  0
+SOLID
+  5
+2267F
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+192.2230925892505
+ 20
+-85.00220134378151
+ 30
+992332.7999999999
+ 11
+190.2230897122479
+ 21
+-83.00220021113863
+ 31
+992332.7999999999
+ 12
+192.2230960199597
+ 22
+45.41913064230266
+ 32
+992332.7999999999
+ 13
+190.2230973548956
+ 23
+43.41913064230266
+ 33
+992332.7999999999
+  0
+SOLID
+  5
+22680
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+31.22309869311649
+ 20
+-85.00220117905371
+ 30
+897177.6
+ 11
+192.2230925892505
+ 21
+-85.00220134378151
+ 31
+897177.6
+ 12
+33.02309269276233
+ 22
+-83.00220227349019
+ 32
+897177.6
+ 13
+190.2230897122479
+ 23
+-83.00220021113863
+ 33
+897177.6
+  0
+SOLID
+  5
+22681
+330
+1F
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+31.22309770812645
+ 20
+-85.00220227349018
+ 30
+992332.7999999999
+ 11
+33.02309269276233
+ 21
+-83.00220227349019
+ 31
+992332.7999999999
+ 12
+31.22310072648249
+ 22
+45.41913064230266
+ 32
+992332.7999999999
+ 13
+33.02309651582166
+ 23
+43.41913064230266
+ 33
+992332.7999999999
+  0
+SOLID
+  5
+22682
+330
+1F
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+33.02309651582166
+ 20
+43.41913064230266
+ 30
+992332.7999999999
+ 11
+190.2230973548956
+ 21
+43.41913064230266
+ 31
+992332.7999999999
+ 12
+31.22310072648249
+ 22
+45.41913064230266
+ 32
+992332.7999999999
+ 13
+192.2230960199597
+ 23
+45.41913064230266
+ 33
+992332.7999999999
+  0
+SOLID
+  5
+22683
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbTrace
+ 10
+33.02309269276233
+ 20
+-83.00220227349019
+ 30
+897177.6
+ 11
+190.2230897122479
+ 21
+-83.00220021113863
+ 31
+897177.6
+ 12
+33.02309651582166
+ 22
+43.41913064230266
+ 32
+897177.6
+ 13
+190.2230973548956
+ 23
+43.41913064230266
+ 33
+897177.6
+  0
+TEXT
+  5
+22684
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+   250
+100
+AcDbText
+ 10
+37.16864263228038
+ 20
+-73.3139502792792
+ 30
+820281.6
+ 40
+10.8
+  1
+FT10 max
+  7
+GRAS
+100
+AcDbText
+  0
+INSERT
+  5
+22685
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Valnum
+ 10
+108.2967945455417
+ 20
+-74.28185167979404
+ 30
+813235.2
+ 41
+1.199999999999999
+ 42
+1.199999999999999
+ 43
+1.199999999999999
+  0
+ATTRIB
+  5
+22686
+330
+22685
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+161.0967945455428
+ 20
+-74.28185167979404
+ 30
+813235.2
+ 40
+9.599999999999999
+  1
+CWM-CWS03:Ctrl-PLC-001:FT10Max
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+22687
+330
+22685
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+161.0967945455428
+ 20
+-74.28185167979404
+ 30
+813235.2
+ 40
+9.599999999999999
+  1
+0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+22688
+330
+22685
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+161.0967945455428
+ 20
+-74.28185167979404
+ 30
+813235.2
+ 40
+9.599999999999999
+  1
+15
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+22689
+330
+22685
+100
+AcDbEntity
+  8
+0
+  0
+TEXT
+  5
+2268A
+330
+1F
+100
+AcDbEntity
+  8
+TEXTE
+ 62
+   250
+100
+AcDbText
+ 10
+151.3126272600563
+ 20
+-73.37017124286785
+ 30
+816307.1999999999
+ 40
+8.0
+  1
+m3/h
+100
+AcDbText
+  0
+TEXT
+  5
+2268B
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+   250
+100
+AcDbText
+ 10
+37.10256743882533
+ 20
+-47.31394997359439
+ 30
+820281.6
+ 40
+10.8
+  1
+FT10 min
+  7
+GRAS
+100
+AcDbText
+  0
+INSERT
+  5
+2268C
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Valnum
+ 10
+108.2307193520867
+ 20
+-48.28185137410923
+ 30
+813235.2
+ 41
+1.199999999999999
+ 42
+1.199999999999999
+ 43
+1.199999999999999
+  0
+ATTRIB
+  5
+2268D
+330
+2268C
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+161.0307193520877
+ 20
+-48.28185137410923
+ 30
+813235.2
+ 40
+9.599999999999999
+  1
+CWM-CWS03:Ctrl-PLC-001:FT10Min
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+2268E
+330
+2268C
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+161.0307193520877
+ 20
+-48.28185137410923
+ 30
+813235.2
+ 40
+9.599999999999999
+  1
+0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+2268F
+330
+2268C
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+161.0307193520877
+ 20
+-48.28185137410923
+ 30
+813235.2
+ 40
+9.599999999999999
+  1
+15
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+22690
+330
+2268C
+100
+AcDbEntity
+  8
+0
+  0
+TEXT
+  5
+22691
+330
+1F
+100
+AcDbEntity
+  8
+TEXTE
+ 62
+   250
+100
+AcDbText
+ 10
+151.2465520666012
+ 20
+-47.37017093718304
+ 30
+816307.1999999999
+ 40
+8.0
+  1
+m3/h
+100
+AcDbText
+  0
+TEXT
+  5
+22692
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+   250
+100
+AcDbText
+ 10
+37.49338329930574
+ 20
+-21.3139490952749
+ 30
+820281.6
+ 40
+10.8
+  1
+FT11
+  7
+GRAS
+100
+AcDbText
+  0
+INSERT
+  5
+22693
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Valnum
+ 10
+82.60494441908795
+ 20
+-22.28184961747024
+ 30
+813235.2
+ 41
+1.199999999999999
+ 42
+1.199999999999999
+ 43
+1.199999999999999
+  0
+ATTRIB
+  5
+22694
+330
+22693
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+135.404944419089
+ 20
+-22.28184961747024
+ 30
+813235.2
+ 40
+9.599999999999999
+  1
+CWM-CWS03:Ctrl-PLC-001:FT11Trsh
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+22695
+330
+22693
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+135.404944419089
+ 20
+-22.28184961747024
+ 30
+813235.2
+ 40
+9.599999999999999
+  1
+0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+22696
+330
+22693
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+135.404944419089
+ 20
+-22.28184961747024
+ 30
+813235.2
+ 40
+9.599999999999999
+  1
+15
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+22697
+330
+22693
+100
+AcDbEntity
+  8
+0
+  0
+TEXT
+  5
+22698
+330
+1F
+100
+AcDbEntity
+  8
+TEXTE
+ 62
+   250
+100
+AcDbText
+ 10
+125.6207771336026
+ 20
+-21.37016918054405
+ 30
+816307.1999999999
+ 40
+8.0
+  1
+m3/h
+100
+AcDbText
+  0
+TEXT
+  5
+22699
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+   250
+100
+AcDbText
+ 10
+37.50997352497407
+ 20
+2.686050553205404
+ 30
+810950.4000000001
+ 40
+10.8
+  1
+PT17
+  7
+GRAS
+100
+AcDbText
+  0
+INSERT
+  5
+2269A
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Valnum
+ 10
+82.62153464475629
+ 20
+1.718150031010054
+ 30
+803904.0
+ 41
+1.199999999999999
+ 42
+1.199999999999999
+ 43
+1.199999999999999
+  0
+ATTRIB
+  5
+2269B
+330
+2269A
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+135.4215346447573
+ 20
+1.718150031010054
+ 30
+803904.0
+ 40
+9.599999999999999
+  1
+CWM-CWS03:Ctrl-PLC-001:PT17Trsh
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+2269C
+330
+2269A
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+135.4215346447573
+ 20
+1.718150031010054
+ 30
+803904.0
+ 40
+9.599999999999999
+  1
+0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+2269D
+330
+2269A
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+135.4215346447573
+ 20
+1.718150031010054
+ 30
+803904.0
+ 40
+9.599999999999999
+  1
+15
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+2269E
+330
+2269A
+100
+AcDbEntity
+  8
+0
+  0
+TEXT
+  5
+2269F
+330
+1F
+100
+AcDbEntity
+  8
+TEXTE
+ 62
+   250
+100
+AcDbText
+ 10
+125.6373673456384
+ 20
+2.070238340085325
+ 30
+816307.1999999999
+ 40
+8.0
+  1
+Bar
+100
+AcDbText
+  0
+TEXT
+  5
+226A0
+330
+1F
+100
+AcDbEntity
+  8
+INSTRUM
+ 62
+   250
+100
+AcDbText
+ 10
+83.35855811933223
+ 20
+24.61563096403825
+ 30
+815665.2032165352
+ 40
+11.0
+  1
+Threshold
+  7
+SansSerif
+100
+AcDbText
+  0
+INSERT
+  5
+228A6
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Disque
+ 10
+168.0018248149634
+ 20
+384.9977973058713
+ 30
+0.0
+ 41
+16.0
+ 42
+-16.0
+ 43
+16.0
+ 50
+270.0
+  0
+ATTRIB
+  5
+228A7
+330
+228A6
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+168.0018248149634
+ 20
+384.9977973058713
+ 30
+0.0
+ 40
+1.6
+  1
+CWM-CWS03:WtrC-P-10:CmdD
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+228A8
+330
+228A6
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+168.0018248149634
+ 20
+384.9977973058713
+ 30
+0.0
+ 40
+1.6
+  1
+10
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+228A9
+330
+228A6
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+168.0018248149634
+ 20
+384.9977973058713
+ 30
+0.0
+ 40
+1.6
+  1
+12
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+228AA
+330
+228A6
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+168.0018248149634
+ 20
+384.9977973058713
+ 30
+0.0
+ 40
+1.6
+  1
+0
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+228AB
+330
+228A6
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+168.0018248149634
+ 20
+384.9977973058713
+ 30
+0.0
+ 40
+1.6
+  1
+1
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+228AC
+330
+228A6
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+168.0018248149634
+ 20
+384.9977973058713
+ 30
+0.0
+ 40
+1.6
+  1
+0
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+228AD
+330
+228A6
+100
+AcDbEntity
+  8
+0
+  0
+INSERT
+  5
+228AE
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Disque
+ 10
+168.0018248149634
+ 20
+341.9977966617367
+ 30
+0.0
+ 41
+16.0
+ 42
+-16.0
+ 43
+16.0
+ 50
+270.0
+  0
+ATTRIB
+  5
+228AF
+330
+228AE
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+168.0018248149634
+ 20
+341.9977966617367
+ 30
+0.0
+ 40
+1.6
+  1
+CWM-CWS03:WtrC-P-20:Cmd
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+228B0
+330
+228AE
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+168.0018248149634
+ 20
+341.9977966617367
+ 30
+0.0
+ 40
+1.6
+  1
+10
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+228B1
+330
+228AE
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+168.0018248149634
+ 20
+341.9977966617367
+ 30
+0.0
+ 40
+1.6
+  1
+12
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+228B2
+330
+228AE
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+168.0018248149634
+ 20
+341.9977966617367
+ 30
+0.0
+ 40
+1.6
+  1
+0
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+228B3
+330
+228AE
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+168.0018248149634
+ 20
+341.9977966617367
+ 30
+0.0
+ 40
+1.6
+  1
+1
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+228B4
+330
+228AE
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+168.0018248149634
+ 20
+341.9977966617367
+ 30
+0.0
+ 40
+1.6
+  1
+0
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+228B5
+330
+228AE
+100
+AcDbEntity
+  8
+0
+  0
+INSERT
+  5
+228B6
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Disque
+ 10
+168.0018264447956
+ 20
+271.9977976699248
+ 30
+0.0
+ 41
+16.0
+ 42
+-16.0
+ 43
+16.0
+ 50
+270.0
+  0
+ATTRIB
+  5
+228B7
+330
+228B6
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+168.0018264447956
+ 20
+271.9977976699248
+ 30
+0.0
+ 40
+1.6
+  1
+CWM-CWS03:WtrC-P-30:Cmd
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+228B8
+330
+228B6
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+168.0018264447956
+ 20
+271.9977976699248
+ 30
+0.0
+ 40
+1.6
+  1
+10
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+228B9
+330
+228B6
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+168.0018264447956
+ 20
+271.9977976699248
+ 30
+0.0
+ 40
+1.6
+  1
+12
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+228BA
+330
+228B6
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+168.0018264447956
+ 20
+271.9977976699248
+ 30
+0.0
+ 40
+1.6
+  1
+0
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+228BB
+330
+228B6
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+168.0018264447956
+ 20
+271.9977976699248
+ 30
+0.0
+ 40
+1.6
+  1
+1
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+228BC
+330
+228B6
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+168.0018264447956
+ 20
+271.9977976699248
+ 30
+0.0
+ 40
+1.6
+  1
+0
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+228BD
+330
+228B6
+100
+AcDbEntity
+  8
+0
+  0
+INSERT
+  5
+228BE
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Disque
+ 10
+168.0018264447956
+ 20
+228.9977976699248
+ 30
+0.0
+ 41
+16.0
+ 42
+-16.0
+ 43
+16.0
+ 50
+270.0
+  0
+ATTRIB
+  5
+228BF
+330
+228BE
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+168.0018264447956
+ 20
+228.9977976699248
+ 30
+0.0
+ 40
+1.6
+  1
+CWM-CWS03:WtrC-P-40:Cmd
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+228C0
+330
+228BE
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+168.0018264447956
+ 20
+228.9977976699248
+ 30
+0.0
+ 40
+1.6
+  1
+10
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+228C1
+330
+228BE
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+168.0018264447956
+ 20
+228.9977976699248
+ 30
+0.0
+ 40
+1.6
+  1
+12
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+228C2
+330
+228BE
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+168.0018264447956
+ 20
+228.9977976699248
+ 30
+0.0
+ 40
+1.6
+  1
+0
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+228C3
+330
+228BE
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+168.0018264447956
+ 20
+228.9977976699248
+ 30
+0.0
+ 40
+1.6
+  1
+1
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+228C4
+330
+228BE
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+168.0018264447956
+ 20
+228.9977976699248
+ 30
+0.0
+ 40
+1.6
+  1
+0
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+228C5
+330
+228BE
+100
+AcDbEntity
+  8
+0
+  0
+INSERT
+  5
+228C6
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Disque
+ 10
+168.0018264447956
+ 20
+189.9977976699248
+ 30
+0.0
+ 41
+16.0
+ 42
+-16.0
+ 43
+16.0
+ 50
+270.0
+  0
+ATTRIB
+  5
+228C7
+330
+228C6
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+168.0018264447956
+ 20
+189.9977976699248
+ 30
+0.0
+ 40
+1.6
+  1
+CWM-CWS03:WtrC-P-50:Cmd
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+228C8
+330
+228C6
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+168.0018264447956
+ 20
+189.9977976699248
+ 30
+0.0
+ 40
+1.6
+  1
+10
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+228C9
+330
+228C6
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+168.0018264447956
+ 20
+189.9977976699248
+ 30
+0.0
+ 40
+1.6
+  1
+12
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+228CA
+330
+228C6
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+168.0018264447956
+ 20
+189.9977976699248
+ 30
+0.0
+ 40
+1.6
+  1
+0
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+228CB
+330
+228C6
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+168.0018264447956
+ 20
+189.9977976699248
+ 30
+0.0
+ 40
+1.6
+  1
+1
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+228CC
+330
+228C6
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+168.0018264447956
+ 20
+189.9977976699248
+ 30
+0.0
+ 40
+1.6
+  1
+0
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+228CD
+330
+228C6
+100
+AcDbEntity
+  8
+0
+  0
+INSERT
+  5
+228CE
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Disque
+ 10
+167.0018264447956
+ 20
+90.99779645239379
+ 30
+0.0
+ 41
+16.0
+ 42
+-16.0
+ 43
+16.0
+ 50
+270.0
+  0
+ATTRIB
+  5
+228CF
+330
+228CE
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+167.0018264447956
+ 20
+90.99779645239379
+ 30
+0.0
+ 40
+1.6
+  1
+CWM-CWS03:WtrC-EC-010:Cmd
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+228D0
+330
+228CE
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+167.0018264447956
+ 20
+90.99779645239379
+ 30
+0.0
+ 40
+1.6
+  1
+10
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+228D1
+330
+228CE
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+167.0018264447956
+ 20
+90.99779645239379
+ 30
+0.0
+ 40
+1.6
+  1
+12
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+228D2
+330
+228CE
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+167.0018264447956
+ 20
+90.99779645239379
+ 30
+0.0
+ 40
+1.6
+  1
+0
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+228D3
+330
+228CE
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+167.0018264447956
+ 20
+90.99779645239379
+ 30
+0.0
+ 40
+1.6
+  1
+1
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+228D4
+330
+228CE
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+167.0018264447956
+ 20
+90.99779645239379
+ 30
+0.0
+ 40
+1.6
+  1
+0
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+228D5
+330
+228CE
+100
+AcDbEntity
+  8
+0
+  0
+TEXT
+  5
+229C7
+330
+1F
+100
+AcDbEntity
+  8
+INSTRUM
+100
+AcDbText
+ 10
+1682.001823778549
+ 20
+-185.0022042360473
+ 30
+49.20321653524187
+ 40
+11.0
+  1
+CT-020 - CT-021
+  7
+SansSerif
+100
+AcDbText
+  0
+LWPOLYLINE
+  5
+229D1
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+1625.001818821837
+ 20
+-294.0022040444695
+ 10
+1850.001818821837
+ 20
+-294.0022040444695
+ 10
+1850.001818821837
+ 20
+-152.0022042360473
+ 10
+1625.001818821837
+ 20
+-152.0022042360473
+  0
+LWPOLYLINE
+  5
+229D2
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+1617.001818821837
+ 20
+-144.0022042360473
+ 10
+1859.001818821837
+ 20
+-144.0022042360473
+ 10
+1859.001818821837
+ 20
+-302.0022040444695
+ 10
+1617.001818821837
+ 20
+-302.0022040444695
+  0
+INSERT
+  5
+229D3
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Jbutton
+ 10
+1641.001820173714
+ 20
+-285.0022026540127
+ 30
+0.0
+ 41
+192.0000004100909
+ 42
+31.00000062525578
+ 43
+192.0000004100909
+  0
+ATTRIB
+  5
+229D4
+330
+229D3
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1641.001820173714
+ 20
+-285.0022026540127
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+CWM-CWS03:WtrC-CT-020:Ack
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COMMANDE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+229D5
+330
+229D3
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1641.001820173714
+ 20
+-285.0022026540127
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+CWM-CWS03:WtrC-CT-020:CndAck
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+229D6
+330
+229D3
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1641.001820173714
+ 20
+-285.0022026540127
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+12
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+229D7
+330
+229D3
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1641.001820173714
+ 20
+-285.0022026540127
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+7
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+229D8
+330
+229D3
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1641.001820173714
+ 20
+-285.0022026540127
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+0
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CONFIRM
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+229D9
+330
+229D3
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1641.001820173714
+ 20
+-285.0022026540127
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+229DA
+330
+229D3
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1641.001820173714
+ 20
+-285.0022026540127
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+229DB
+330
+229D3
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1641.001820173714
+ 20
+-285.0022026540127
+ 30
+0.0
+ 40
+3.100000062525578
+  1
+Acknowledge
+ 41
+6.193548275404486
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+TEXTE
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+229DC
+330
+229D3
+100
+AcDbEntity
+  8
+0
+  0
+LWPOLYLINE
+  5
+229DD
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+1625.001818933486
+ 20
+-294.0022027198659
+ 10
+1850.001818933486
+ 20
+-294.0022027198659
+ 10
+1850.001818933486
+ 20
+-152.0022029114437
+ 10
+1625.001818933486
+ 20
+-152.0022029114437
+  0
+LWPOLYLINE
+  5
+229DE
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+1617.001818933486
+ 20
+-144.0022029114437
+ 10
+1859.001818933487
+ 20
+-144.0022029114437
+ 10
+1859.001818933487
+ 20
+-302.0022027198659
+ 10
+1617.001818933486
+ 20
+-302.0022027198659
+  0
+SOLID
+  5
+229DF
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+   100
+100
+AcDbTrace
+ 10
+1617.001818933486
+ 20
+-144.0022029114437
+ 30
+0.0
+ 11
+1859.001818933487
+ 21
+-144.0022029114437
+ 31
+0.0
+ 12
+1625.001818933486
+ 22
+-152.0022029114437
+ 32
+0.0
+ 13
+1850.001818933486
+ 23
+-152.0022029114437
+ 33
+0.0
+  0
+SOLID
+  5
+229E0
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+   100
+100
+AcDbTrace
+ 10
+1859.001818933487
+ 20
+-144.0022029114437
+ 30
+0.0
+ 11
+1859.001818933487
+ 21
+-302.0022027198659
+ 31
+0.0
+ 12
+1850.001818933486
+ 22
+-152.0022029114437
+ 32
+0.0
+ 13
+1850.001818933486
+ 23
+-294.0022027198659
+ 33
+0.0
+  0
+SOLID
+  5
+229E1
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+   100
+100
+AcDbTrace
+ 10
+1625.001818933486
+ 20
+-294.0022027198659
+ 30
+0.0
+ 11
+1850.001818933486
+ 21
+-294.0022027198659
+ 31
+0.0
+ 12
+1617.001818933486
+ 22
+-302.0022027198659
+ 32
+0.0
+ 13
+1859.001818933487
+ 23
+-302.0022027198659
+ 33
+0.0
+  0
+SOLID
+  5
+229E2
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+   100
+100
+AcDbTrace
+ 10
+1617.001818933486
+ 20
+-144.0022029114437
+ 30
+0.0
+ 11
+1617.001818933486
+ 21
+-302.0022027198659
+ 31
+0.0
+ 12
+1625.001818933486
+ 22
+-152.0022029114437
+ 32
+0.0
+ 13
+1625.001818933486
+ 23
+-294.0022027198659
+ 33
+0.0
+  0
+LWPOLYLINE
+  5
+229E3
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+1617.001818933486
+ 20
+-144.0022029114437
+ 10
+1859.001818933487
+ 20
+-144.0022029114437
+ 10
+1859.001818933487
+ 20
+-302.0022027198659
+ 10
+1617.001818933486
+ 20
+-302.0022027198659
+  0
+LWPOLYLINE
+  5
+229E4
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+1625.001818933486
+ 20
+-152.0022029114437
+ 10
+1850.001818933486
+ 20
+-152.0022029114437
+ 10
+1850.001818933486
+ 20
+-294.0022027198659
+ 10
+1625.001818933486
+ 20
+-294.0022027198659
+  0
+INSERT
+  5
+229E5
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     9
+100
+AcDbBlockReference
+ 66
+     1
+  2
+palet
+ 10
+1872.123552098962
+ 20
+-135.2445005774021
+ 30
+-28.9114261271681
+  0
+ATTRIB
+  5
+229E6
+330
+229E5
+100
+AcDbEntity
+  8
+IMG009
+ 62
+     9
+100
+AcDbText
+ 10
+1872.123552098962
+ 20
+-135.2445005774021
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+CWM-CWS03:WtrC-CT-020:Error
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+229E7
+330
+229E5
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1872.123552098962
+ 20
+-135.2445005774021
+ 30
+-28.9114261271681
+ 40
+6.0
+  1
+100
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+229E8
+330
+229E5
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1872.123552098962
+ 20
+-135.2445005774021
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+12
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+229E9
+330
+229E5
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1872.123552098962
+ 20
+-135.2445005774021
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+10
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+229EA
+330
+229E5
+100
+AcDbEntity
+  8
+0
+  0
+TEXT
+  5
+22A33
+330
+1F
+100
+AcDbEntity
+  8
+INSTRUM
+100
+AcDbText
+ 10
+1640.001823778549
+ 20
+-210.8786189179503
+ 30
+49.20321653524187
+ 40
+11.0
+  1
+CT-020 hardware failure
+  7
+SansSerif
+100
+AcDbText
+  0
+INSERT
+  5
+22A34
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Disque
+ 10
+1816.886868330895
+ 20
+-206.3123808272747
+ 30
+0.0
+ 41
+16.0
+ 42
+-16.0
+ 43
+16.0
+ 50
+270.0
+  0
+ATTRIB
+  5
+22A35
+330
+22A34
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1816.886868330895
+ 20
+-206.3123808272747
+ 30
+0.0
+ 40
+1.6
+  1
+CWM-CWS03:WtrC-CT-020:Trsh
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+22A36
+330
+22A34
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1816.886868330895
+ 20
+-206.3123808272747
+ 30
+0.0
+ 40
+1.6
+  1
+12
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+22A37
+330
+22A34
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1816.886868330895
+ 20
+-206.3123808272747
+ 30
+0.0
+ 40
+1.6
+  1
+10
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+22A38
+330
+22A34
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1816.886868330895
+ 20
+-206.3123808272747
+ 30
+0.0
+ 40
+1.6
+  1
+7
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+22A39
+330
+22A34
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1816.886868330895
+ 20
+-206.3123808272747
+ 30
+0.0
+ 40
+1.6
+  1
+1
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+22A3A
+330
+22A34
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1816.886868330895
+ 20
+-206.3123808272747
+ 30
+0.0
+ 40
+1.6
+  1
+0
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+22A3B
+330
+22A34
+100
+AcDbEntity
+  8
+0
+  0
+INSERT
+  5
+22A3D
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Disque
+ 10
+1816.886868330895
+ 20
+-232.3123808272748
+ 30
+0.0
+ 41
+16.0
+ 42
+-16.0
+ 43
+16.0
+ 50
+270.0
+  0
+ATTRIB
+  5
+22A3E
+330
+22A3D
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1816.886868330895
+ 20
+-232.3123808272748
+ 30
+0.0
+ 40
+1.6
+  1
+CWM-CWS03:WtrC-CT-021:Trsh
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+22A3F
+330
+22A3D
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1816.886868330895
+ 20
+-232.3123808272748
+ 30
+0.0
+ 40
+1.6
+  1
+12
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+22A40
+330
+22A3D
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1816.886868330895
+ 20
+-232.3123808272748
+ 30
+0.0
+ 40
+1.6
+  1
+10
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+22A41
+330
+22A3D
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1816.886868330895
+ 20
+-232.3123808272748
+ 30
+0.0
+ 40
+1.6
+  1
+7
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+22A42
+330
+22A3D
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1816.886868330895
+ 20
+-232.3123808272748
+ 30
+0.0
+ 40
+1.6
+  1
+1
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+22A43
+330
+22A3D
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1816.886868330895
+ 20
+-232.3123808272748
+ 30
+0.0
+ 40
+1.6
+  1
+0
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+22A44
+330
+22A3D
+100
+AcDbEntity
+  8
+0
+  0
+TEXT
+  5
+22A4C
+330
+1F
+100
+AcDbEntity
+  8
+INSTRUM
+100
+AcDbText
+ 10
+1640.001823778549
+ 20
+-234.781766488244
+ 30
+49.20321653524187
+ 40
+11.0
+  1
+CT-021 hardware failure
+  7
+SansSerif
+100
+AcDbText
+  0
+TEXT
+  5
+22B39
+330
+1F
+100
+AcDbEntity
+  8
+INSTRUM
+100
+AcDbText
+ 10
+341.1256642290374
+ 20
+567.4025474562774
+ 30
+49.20321653524187
+ 40
+11.0
+  1
+PCV-011
+  7
+SansSerif
+100
+AcDbText
+  0
+TEXT
+  5
+22B3A
+330
+1F
+100
+AcDbEntity
+  8
+INSTRUM
+100
+AcDbText
+ 10
+609.1256653248326
+ 20
+567.4025472646995
+ 30
+49.20321653524187
+ 40
+11.0
+  1
+FCV-011
+  7
+SansSerif
+100
+AcDbText
+  0
+TEXT
+  5
+22B3B
+330
+1F
+100
+AcDbEntity
+  8
+INSTRUM
+100
+AcDbText
+ 10
+876.1256653248333
+ 20
+567.4025470731216
+ 30
+49.20321653524187
+ 40
+11.0
+  1
+FCV-012
+  7
+SansSerif
+100
+AcDbText
+  0
+TEXT
+  5
+22B3C
+330
+1F
+100
+AcDbEntity
+  8
+INSTRUM
+100
+AcDbText
+ 10
+1147.125665324832
+ 20
+567.402546881544
+ 30
+49.20321653524187
+ 40
+11.0
+  1
+FCV-013
+  7
+SansSerif
+100
+AcDbText
+  0
+TEXT
+  5
+22B3D
+330
+1F
+100
+AcDbEntity
+  8
+INSTRUM
+100
+AcDbText
+ 10
+1416.125665324834
+ 20
+567.4025466899661
+ 30
+49.20321653524187
+ 40
+11.0
+  1
+FCV-014
+  7
+SansSerif
+100
+AcDbText
+  0
+TEXT
+  5
+22B3E
+330
+1F
+100
+AcDbEntity
+  8
+INSTRUM
+100
+AcDbText
+ 10
+1706.125665324834
+ 20
+567.4025464983883
+ 30
+49.20321653524187
+ 40
+11.0
+  1
+FCV-015
+  7
+SansSerif
+100
+AcDbText
+  0
+TEXT
+  5
+22B3F
+330
+1F
+100
+AcDbEntity
+  8
+INSTRUM
+100
+AcDbText
+ 10
+341.1256575360048
+ 20
+286.402546828305
+ 30
+49.20321653524187
+ 40
+11.0
+  1
+FCV-020
+  7
+SansSerif
+100
+AcDbText
+  0
+TEXT
+  5
+22B40
+330
+1F
+100
+AcDbEntity
+  8
+INSTRUM
+100
+AcDbText
+ 10
+609.1256586318005
+ 20
+286.4025466367272
+ 30
+49.20321653524187
+ 40
+11.0
+  1
+FCV-021
+  7
+SansSerif
+100
+AcDbText
+  0
+TEXT
+  5
+22B41
+330
+1F
+100
+AcDbEntity
+  8
+INSTRUM
+100
+AcDbText
+ 10
+876.1256586318005
+ 20
+283.402546828305
+ 30
+49.20321653524187
+ 40
+11.0
+  1
+FCV-030
+  7
+SansSerif
+100
+AcDbText
+  0
+TEXT
+  5
+22B42
+330
+1F
+100
+AcDbEntity
+  8
+INSTRUM
+100
+AcDbText
+ 10
+1147.125658631801
+ 20
+285.402546828305
+ 30
+49.20321653524187
+ 40
+11.0
+  1
+FCV-040
+  7
+SansSerif
+100
+AcDbText
+  0
+TEXT
+  5
+22B43
+330
+1F
+100
+AcDbEntity
+  8
+INSTRUM
+100
+AcDbText
+ 10
+1416.125658631801
+ 20
+285.4025466367271
+ 30
+49.20321653524187
+ 40
+11.0
+  1
+FCV-050
+  7
+SansSerif
+100
+AcDbText
+  0
+TEXT
+  5
+22B44
+330
+1F
+100
+AcDbEntity
+  8
+INSTRUM
+100
+AcDbText
+ 10
+1706.125658631801
+ 20
+285.4025464451494
+ 30
+49.20321653524187
+ 40
+11.0
+  1
+FCV-051
+  7
+SansSerif
+100
+AcDbText
+  0
+TEXT
+  5
+22C44
+330
+1F
+100
+AcDbEntity
+  8
+INSTRUM
+100
+AcDbText
+ 10
+871.4274478015131
+ 20
+-181.7105811653722
+ 30
+49.20321653524187
+ 40
+11.0
+  1
+LT-070:LH
+  7
+SansSerif
+100
+AcDbText
+  0
+TEXT
+  5
+22C45
+330
+1F
+100
+AcDbEntity
+  8
+INSTRUM
+100
+AcDbText
+ 10
+1142.427447801512
+ 20
+-184.7105817502887
+ 30
+49.20321653524187
+ 40
+11.0
+  1
+LT-070:LL
+  7
+SansSerif
+100
+AcDbText
+  0
+TEXT
+  5
+22C46
+330
+1F
+100
+AcDbEntity
+  8
+INSTRUM
+100
+AcDbText
+ 10
+1411.427447791863
+ 20
+-184.7105816578968
+ 30
+49.20321653524187
+ 40
+11.0
+  1
+LT-070:LVL
+  7
+SansSerif
+100
+AcDbText
+  0
+LWPOLYLINE
+  5
+22D02
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+16.80183556343214
+ 20
+-109.0022032443983
+ 10
+203.8018302050324
+ 20
+-109.0022032443983
+ 10
+203.8018302050324
+ 20
+-176.0022035697501
+ 10
+16.80183556343214
+ 20
+-176.0022035697501
+  0
+TEXT
+  5
+22D03
+330
+1F
+100
+AcDbEntity
+  8
+INSTRUM
+100
+AcDbText
+ 10
+58.80183126830274
+ 20
+-124.1585931390328
+ 30
+815665.2032165352
+ 40
+11.0
+  1
+Nominal values
+  7
+SansSerif
+100
+AcDbText
+  0
+LWPOLYLINE
+  5
+22D04
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+16.80183390944665
+ 20
+-188.0022032201607
+ 10
+203.8018339094466
+ 20
+-188.0022032201607
+ 10
+203.8018339094466
+ 20
+-326.0022032084207
+ 10
+16.80183390944665
+ 20
+-326.0022032084207
+  0
+TEXT
+  5
+22D05
+330
+1F
+100
+AcDbEntity
+  8
+INSTRUM
+100
+AcDbText
+ 10
+86.80183335608237
+ 20
+-206.989261965048
+ 30
+815665.2032165352
+ 40
+11.0
+  1
+Legend
+  7
+SansSerif
+100
+AcDbText
+  0
+TEXT
+  5
+22D06
+330
+1F
+100
+AcDbEntity
+  8
+INSTRUM
+100
+AcDbText
+ 10
+20.80183390944665
+ 20
+-229.2136912276632
+ 30
+815665.2032165352
+ 40
+9.0
+  1
+CT : Conductivity Transmitter
+  7
+SansSerif
+100
+AcDbText
+  0
+TEXT
+  5
+22D07
+330
+1F
+100
+AcDbEntity
+  8
+INSTRUM
+100
+AcDbText
+ 10
+20.80183390944665
+ 20
+-245.6915896500881
+ 30
+815665.2032165352
+ 40
+9.0
+  1
+FT : Flow Transmitter
+  7
+SansSerif
+100
+AcDbText
+  0
+TEXT
+  5
+22D08
+330
+1F
+100
+AcDbEntity
+  8
+INSTRUM
+100
+AcDbText
+ 10
+20.80183390944665
+ 20
+-260.6605232042188
+ 30
+815665.2032165352
+ 40
+9.0
+  1
+LT : Level Transmitter
+  7
+SansSerif
+100
+AcDbText
+  0
+TEXT
+  5
+22D09
+330
+1F
+100
+AcDbEntity
+  8
+INSTRUM
+100
+AcDbText
+ 10
+20.80183390944665
+ 20
+-274.421713503645
+ 30
+815665.2032165352
+ 40
+9.0
+  1
+PT : Pressure Transmitter
+  7
+SansSerif
+100
+AcDbText
+  0
+TEXT
+  5
+22D0A
+330
+1F
+100
+AcDbEntity
+  8
+INSTRUM
+100
+AcDbText
+ 10
+20.80183390944665
+ 20
+-289.1905328777101
+ 30
+815665.2032165352
+ 40
+9.0
+  1
+TT : Temperature Transmitter
+  7
+SansSerif
+100
+AcDbText
+  0
+TEXT
+  5
+22D0B
+330
+1F
+100
+AcDbEntity
+  8
+INSTRUM
+100
+AcDbText
+ 10
+20.80183390944665
+ 20
+-304.3906526480904
+ 30
+815665.2032165352
+ 40
+9.0
+  1
+FCV : Flow Control Valve
+  7
+SansSerif
+100
+AcDbText
+  0
+TEXT
+  5
+22D0C
+330
+1F
+100
+AcDbEntity
+  8
+INSTRUM
+100
+AcDbText
+ 10
+20.80183390944665
+ 20
+-318.1440764844755
+ 30
+815665.2032165352
+ 40
+9.0
+  1
+PCV : Pressure Control Valve
+  7
+SansSerif
+100
+AcDbText
+  0
+TEXT
+  5
+22D5E
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbText
+ 10
+23.02774998615352
+ 20
+-166.3082566108071
+ 30
+820281.6
+ 40
+9.0
+  1
+FT11 : 50m3/h
+  7
+GRAS
+100
+AcDbText
+  0
+TEXT
+  5
+22D5F
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbText
+ 10
+23.02774998615352
+ 20
+-142.3082569623268
+ 30
+810950.4000000001
+ 40
+9.0
+  1
+PT17 : > 0, around 2.5 Bar
+  7
+GRAS
+100
+AcDbText
+  0
+VIEWPORT
+  5
+9C0F
+330
+58
+100
+AcDbEntity
+ 67
+     1
+  8
+0
+100
+AcDbViewport
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+ 40
+6.753454365325076
+ 41
+3.44064
+ 68
+     1
+ 69
+     1
+ 12
+4.405526934984518
+ 22
+2.809067492260062
+ 13
+0.0
+ 23
+0.0
+ 14
+0.5
+ 24
+0.5
+ 15
+0.0
+ 25
+0.0
+ 16
+0.0
+ 26
+0.0
+ 36
+1.0
+ 17
+0.0
+ 27
+0.0
+ 37
+0.0
+ 42
+50.0
+ 43
+0.0
+ 44
+0.0
+ 45
+3.44064
+ 50
+0.0
+ 51
+0.0
+ 72
+   100
+ 90
+   557168
+  1
+
+281
+     0
+ 71
+     1
+ 74
+     0
+110
+0.0
+120
+0.0
+130
+0.0
+111
+1.0
+121
+0.0
+131
+0.0
+112
+0.0
+122
+1.0
+132
+0.0
+ 79
+     0
+146
+0.0
+170
+     0
+ 61
+     5
+292
+     1
+282
+     1
+141
+0.0
+142
+0.0
+ 63
+   250
+421
+  3355443
+361
+9C11
+  0
+VIEWPORT
+  5
+9C10
+330
+58
+100
+AcDbEntity
+ 67
+     1
+  8
+0
+100
+AcDbViewport
+ 10
+5.25
+ 20
+3.5
+ 30
+0.0
+ 40
+8.4
+ 41
+5.599999999999997
+ 68
+     2
+ 69
+     2
+ 12
+808.0537415198476
+ 22
+468.0118961873636
+ 13
+0.0
+ 23
+0.0
+ 14
+0.5
+ 24
+0.5
+ 15
+0.0
+ 25
+0.0
+ 16
+0.0
+ 26
+0.0
+ 36
+1.0
+ 17
+0.0
+ 27
+0.0
+ 37
+0.0
+ 42
+50.0
+ 43
+0.0
+ 44
+0.0
+ 45
+1098.95300753995
+ 50
+0.0
+ 51
+0.0
+ 72
+   100
+ 90
+   557152
+  1
+
+281
+     0
+ 71
+     1
+ 74
+     0
+110
+0.0
+120
+0.0
+130
+0.0
+111
+1.0
+121
+0.0
+131
+0.0
+112
+0.0
+122
+1.0
+132
+0.0
+ 79
+     0
+146
+0.0
+170
+     0
+ 61
+     5
+292
+     1
+282
+     1
+141
+0.0
+142
+0.0
+ 63
+   250
+421
+  3355443
+  0
+ENDSEC
+  0
+SECTION
+  2
+OBJECTS
+  0
+DICTIONARY
+  5
+C
+330
+0
+100
+AcDbDictionary
+281
+     1
+  3
+ACAD_ASSOCPERSSUBENTMANAGER
+350
+ADE8
+  3
+ACAD_BACKGROUND
+350
+A1A5
+  3
+ACAD_CIP_PREVIOUS_PRODUCT_INFO
+350
+2E00
+  3
+ACAD_COLOR
+350
+73
+  3
+ACAD_DETAILVIEWSTYLE
+350
+6ED5
+  3
+ACAD_GROUP
+350
+D
+  3
+ACAD_IMAGE_VARS
+350
+DC
+  3
+ACAD_LAYOUT
+350
+1A
+  3
+ACAD_MATERIAL
+350
+72
+  3
+ACAD_MLEADERSTYLE
+350
+B5
+  3
+ACAD_MLINESTYLE
+350
+17
+  3
+ACAD_PERSUBENTMGR
+350
+ADE9
+  3
+ACAD_PLOTSETTINGS
+350
+19
+  3
+ACAD_PLOTSTYLENAME
+350
+E
+  3
+ACAD_SCALELIST
+350
+B6
+  3
+ACAD_SECTIONVIEWSTYLE
+350
+6ED6
+  3
+ACAD_TABLESTYLE
+350
+86
+  3
+ACAD_VISUALSTYLE
+350
+99
+  3
+ACDB_RECOMPOSE_DATA
+350
+22D76
+  3
+AcDbVariableDictionary
+350
+66
+  3
+APPDATA
+350
+E1
+  0
+SUN
+  5
+6B57
+330
+94
+100
+AcDbSun
+ 90
+        1
+290
+     1
+ 63
+     7
+421
+ 16777215
+ 40
+1.0
+291
+     1
+ 91
+  2455826
+ 92
+ 54000000
+292
+     0
+ 70
+     0
+ 71
+   256
+280
+     1
+1001
+ACAD
+1000
+AcDbSavedByObjectVersion
+1070
+     0
+  0
+DICTIONARY
+  5
+2E06
+330
+2
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ACAD_LAYERSTATES
+360
+2E07
+  0
+DICTIONARY
+  5
+424
+330
+423
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ADSK_XREC_LAYER_RECONCILED
+360
+425
+  0
+DICTIONARY
+  5
+428
+330
+427
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ADSK_XREC_LAYER_RECONCILED
+360
+429
+  0
+DICTIONARY
+  5
+42B
+330
+42A
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ADSK_XREC_LAYER_RECONCILED
+360
+42C
+  0
+DICTIONARY
+  5
+42E
+330
+42D
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ADSK_XREC_LAYER_RECONCILED
+360
+42F
+  0
+DICTIONARY
+  5
+432
+330
+431
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ADSK_XREC_LAYER_RECONCILED
+360
+433
+  0
+DICTIONARY
+  5
+436
+330
+435
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ADSK_XREC_LAYER_RECONCILED
+360
+437
+  0
+DICTIONARY
+  5
+439
+330
+438
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ADSK_XREC_LAYER_RECONCILED
+360
+43A
+  0
+DICTIONARY
+  5
+43C
+330
+43B
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ADSK_XREC_LAYER_RECONCILED
+360
+43D
+  0
+DICTIONARY
+  5
+6B64
+330
+6B63
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ADSK_XREC_LAYER_RECONCILED
+360
+6B65
+  0
+DICTIONARY
+  5
+6B68
+330
+6B67
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ADSK_XREC_LAYER_RECONCILED
+360
+6B69
+  0
+DICTIONARY
+  5
+6B6F
+330
+6B6E
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ADSK_XREC_LAYER_RECONCILED
+360
+6B70
+  0
+DICTIONARY
+  5
+100B6
+330
+100B5
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  0
+DICTIONARY
+  5
+100B8
+330
+100B7
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  0
+DICTIONARY
+  5
+100BA
+330
+100B9
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  0
+DICTIONARY
+  5
+100BC
+330
+100BB
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  0
+DICTIONARY
+  5
+100BE
+330
+100BD
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  0
+DICTIONARY
+  5
+100C0
+330
+100BF
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  0
+DICTIONARY
+  5
+100C2
+330
+100C1
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  0
+DICTIONARY
+  5
+100C4
+330
+100C3
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  0
+DICTIONARY
+  5
+100C6
+330
+100C5
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  0
+DICTIONARY
+  5
+135BB
+330
+135BA
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  0
+DICTIONARY
+  5
+178B
+330
+1F
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ACAD_SORTENTS
+360
+178C
+  0
+DICTIONARY
+  5
+A4F
+330
+A4E
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ACAD_SORTENTS
+360
+A50
+  0
+DICTIONARY
+  5
+41DB
+330
+41D9
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ACAD_SORTENTS
+360
+41DC
+  0
+DICTIONARY
+  5
+9922
+330
+9917
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ACAD_SORTENTS
+360
+9923
+  0
+DICTIONARY
+  5
+9A9C
+330
+9A91
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ACAD_SORTENTS
+360
+9A9D
+  0
+DICTIONARY
+  5
+9C5B
+330
+9C50
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ACAD_SORTENTS
+360
+9C5C
+  0
+DICTIONARY
+  5
+9CEC
+330
+9CE1
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ACAD_SORTENTS
+360
+9CED
+  0
+DICTIONARY
+  5
+9F58
+330
+9F51
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ACAD_SORTENTS
+360
+9F59
+  0
+DICTIONARY
+  5
+AEB1
+330
+AEA2
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ACAD_SORTENTS
+360
+AEB2
+  0
+DICTIONARY
+  5
+B42E
+330
+B423
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ACAD_SORTENTS
+360
+B42F
+  0
+DICTIONARY
+  5
+BFA2
+330
+BFA0
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ACAD_SORTENTS
+360
+BFA3
+  0
+DICTIONARY
+  5
+BFD0
+330
+BFCE
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ACAD_SORTENTS
+360
+BFD1
+  0
+DICTIONARY
+  5
+C02D
+330
+C02B
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ACAD_SORTENTS
+360
+C02E
+  0
+DICTIONARY
+  5
+C0E7
+330
+C0E5
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ACAD_SORTENTS
+360
+C0E8
+  0
+DICTIONARY
+  5
+C4C3
+330
+C4BF
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ACAD_SORTENTS
+360
+C4C4
+  0
+DICTIONARY
+  5
+C4EC
+330
+C4EA
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ACAD_SORTENTS
+360
+C4ED
+  0
+DICTIONARY
+  5
+C7F2
+330
+C7E9
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ACAD_SORTENTS
+360
+C7F3
+  0
+DICTIONARY
+  5
+C878
+330
+C86A
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ACAD_SORTENTS
+360
+C879
+  0
+DICTIONARY
+  5
+C980
+330
+C97E
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ACAD_SORTENTS
+360
+C981
+  0
+DICTIONARY
+  5
+CA6B
+330
+CA69
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ACAD_SORTENTS
+360
+CA6C
+  0
+DICTIONARY
+  5
+D024
+330
+D022
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ACAD_SORTENTS
+360
+D025
+  0
+DICTIONARY
+  5
+D3EB
+330
+D376
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ACAD_SORTENTS
+360
+D3EC
+  0
+DICTIONARY
+  5
+DC19
+330
+DC17
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ACAD_SORTENTS
+360
+DC1A
+  0
+DICTIONARY
+  5
+E493
+330
+E48C
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ACAD_SORTENTS
+360
+E494
+  0
+DICTIONARY
+  5
+EF57
+330
+EF4C
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ACAD_SORTENTS
+360
+EF58
+  0
+DICTIONARY
+  5
+F14A
+330
+F0D5
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ACAD_SORTENTS
+360
+F14B
+  0
+DICTIONARY
+  5
+F9FB
+330
+F9F9
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ACAD_SORTENTS
+360
+F9FC
+  0
+DICTIONARY
+  5
+FCF9
+330
+FCF7
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ACAD_SORTENTS
+360
+FCFA
+  0
+DICTIONARY
+  5
+1009E
+330
+1009D
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ACAD_SORTENTS
+360
+1009F
+  0
+DICTIONARY
+  5
+10E28
+330
+10E26
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ACAD_SORTENTS
+360
+10E29
+  0
+DICTIONARY
+  5
+113EA
+330
+113E8
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ACAD_SORTENTS
+360
+113EB
+  0
+DICTIONARY
+  5
+1142F
+330
+1142D
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ACAD_SORTENTS
+360
+11430
+  0
+DICTIONARY
+  5
+11580
+330
+1157E
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ACAD_SORTENTS
+360
+11581
+  0
+DICTIONARY
+  5
+11949
+330
+11947
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ACAD_SORTENTS
+360
+1194A
+  0
+DICTIONARY
+  5
+11967
+330
+11965
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ACAD_SORTENTS
+360
+11968
+  0
+DICTIONARY
+  5
+11E4E
+330
+11E3A
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ACAD_SORTENTS
+360
+11E4F
+  0
+DICTIONARY
+  5
+123E9
+330
+123E7
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ACAD_SORTENTS
+360
+123EA
+  0
+DICTIONARY
+  5
+12457
+330
+12455
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ACAD_SORTENTS
+360
+12458
+  0
+DICTIONARY
+  5
+131BB
+330
+12EE4
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ACAD_SORTENTS
+360
+131BC
+  0
+DICTIONARY
+  5
+144D6
+330
+143B2
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ACAD_SORTENTS
+360
+144D7
+  0
+DICTIONARY
+  5
+14612
+330
+145FE
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ACAD_SORTENTS
+360
+14613
+  0
+DICTIONARY
+  5
+14AAE
+330
+14AA0
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ACAD_SORTENTS
+360
+14AAF
+  0
+DICTIONARY
+  5
+14BA6
+330
+14BA4
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ACAD_SORTENTS
+360
+14BA7
+  0
+DICTIONARY
+  5
+14DA3
+330
+14D9E
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ACAD_SORTENTS
+360
+14DA4
+  0
+DICTIONARY
+  5
+14EF2
+330
+14ED6
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ACAD_SORTENTS
+360
+14EF3
+  0
+DICTIONARY
+  5
+1505E
+330
+15007
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ACAD_SORTENTS
+360
+1505F
+  0
+DICTIONARY
+  5
+15E4F
+330
+15E4D
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ACAD_SORTENTS
+360
+15E50
+  0
+DICTIONARY
+  5
+167B3
+330
+1679E
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ACAD_SORTENTS
+360
+167B4
+  0
+DICTIONARY
+  5
+16EB4
+330
+16E9C
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ACAD_SORTENTS
+360
+16EB5
+  0
+DICTIONARY
+  5
+1768E
+330
+17687
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ACAD_SORTENTS
+360
+1768F
+  0
+DICTIONARY
+  5
+17719
+330
+17712
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ACAD_SORTENTS
+360
+1771A
+  0
+DICTIONARY
+  5
+17A35
+330
+17A2A
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ACAD_SORTENTS
+360
+17A36
+  0
+DICTIONARY
+  5
+18B72
+330
+18B64
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ACAD_SORTENTS
+360
+18B73
+  0
+DICTIONARY
+  5
+18D97
+330
+18D8A
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ACAD_SORTENTS
+360
+18D98
+  0
+DICTIONARY
+  5
+18E2E
+330
+18E21
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ACAD_SORTENTS
+360
+18E2F
+  0
+DICTIONARY
+  5
+193D8
+330
+193CB
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ACAD_SORTENTS
+360
+193D9
+  0
+DICTIONARY
+  5
+194A2
+330
+1949B
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ACAD_SORTENTS
+360
+194A3
+  0
+DICTIONARY
+  5
+19642
+330
+1963B
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ACAD_SORTENTS
+360
+19643
+  0
+DICTIONARY
+  5
+1C8FB
+330
+1C8F0
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ACAD_SORTENTS
+360
+1C8FC
+  0
+DICTIONARY
+  5
+1E630
+330
+1E625
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ACAD_SORTENTS
+360
+1E631
+  0
+DICTIONARY
+  5
+1F0CB
+330
+1F072
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ACAD_SORTENTS
+360
+1F0CC
+  0
+DICTIONARY
+  5
+1F931
+330
+1F903
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ACAD_SORTENTS
+360
+1F932
+  0
+DICTIONARY
+  5
+20C81
+330
+20C74
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ACAD_SORTENTS
+360
+20C82
+  0
+DICTIONARY
+  5
+20CA6
+330
+20C93
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ACAD_SORTENTS
+360
+20CA7
+  0
+SUN
+  5
+9C14
+330
+9C12
+100
+AcDbSun
+ 90
+        1
+290
+     1
+ 63
+     7
+421
+ 16777215
+ 40
+1.0
+291
+     1
+ 91
+  2455826
+ 92
+ 54000000
+292
+     0
+ 70
+     0
+ 71
+   256
+280
+     1
+1001
+ACAD
+1000
+AcDbSavedByObjectVersion
+1070
+     0
+  0
+DICTIONARY
+  5
+C7EC
+330
+C7EB
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ACAD_MTEXT_2008_RT
+360
+22D74
+  0
+DICTIONARY
+  5
+C7EF
+330
+C7EE
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ACAD_MTEXT_2008_RT
+360
+22D75
+  0
+SUN
+  5
+9C11
+330
+9C0F
+100
+AcDbSun
+ 90
+        1
+290
+     1
+ 63
+     7
+421
+ 16777215
+ 40
+1.0
+291
+     1
+ 91
+  2455826
+ 92
+ 54000000
+292
+     0
+ 70
+     0
+ 71
+   256
+280
+     1
+1001
+ACAD
+1000
+AcDbSavedByObjectVersion
+1070
+     0
+  0
+ACAD_PROXY_OBJECT
+  5
+ADE8
+102
+{ACAD_REACTORS
+330
+C
+102
+}
+330
+C
+100
+AcDbProxyObject
+ 90
+      499
+ 91
+      515
+ 95
+  5308447
+ 70
+     0
+162
+                 0
+161
+               903
+310
+409039024850341E4050B41AAAA41E4051641AAAA41E4052141AAAA48501409034110541907421094290B4310D4390F44111449134511545917461194691B4711D4791F4812148501409034110541907421094290B4310D4390F44111449134511545917461194691B4711D4791F481218
+ 94
+        0
+  0
+DICTIONARY
+  5
+A1A5
+102
+{ACAD_REACTORS
+330
+C
+102
+}
+330
+C
+100
+AcDbDictionary
+281
+     1
+  0
+XRECORD
+  5
+2E00
+102
+{ACAD_REACTORS
+330
+C
+102
+}
+330
+C
+100
+AcDbXrecord
+280
+     1
+300
+ACDLT
+300
+2015
+300
+ACDLT_F_S
+  0
+DICTIONARY
+  5
+73
+102
+{ACAD_REACTORS
+330
+C
+102
+}
+330
+C
+100
+AcDbDictionary
+281
+     1
+  0
+DICTIONARY
+  5
+6ED5
+102
+{ACAD_REACTORS
+330
+C
+102
+}
+330
+C
+100
+AcDbDictionary
+281
+     1
+  3
+Imperial24
+350
+76E6
+  3
+Metric50
+350
+9927
+  0
+DICTIONARY
+  5
+D
+102
+{ACAD_REACTORS
+330
+C
+102
+}
+330
+C
+100
+AcDbDictionary
+281
+     1
+  0
+RASTERVARIABLES
+  5
+DC
+102
+{ACAD_REACTORS
+330
+C
+102
+}
+330
+C
+100
+AcDbRasterVariables
+ 90
+        0
+ 70
+     1
+ 71
+     1
+ 72
+     5
+  0
+DICTIONARY
+  5
+1A
+102
+{ACAD_REACTORS
+330
+C
+102
+}
+330
+C
+100
+AcDbDictionary
+281
+     1
+  3
+Model
+350
+22
+  3
+Sheet1
+350
+59
+  3
+Sheet2
+350
+5E
+  0
+DICTIONARY
+  5
+72
+102
+{ACAD_REACTORS
+330
+C
+102
+}
+330
+C
+100
+AcDbDictionary
+281
+     1
+  3
+ByBlock
+350
+E2
+  3
+ByLayer
+350
+96
+  3
+Global
+350
+98
+  0
+DICTIONARY
+  5
+B5
+102
+{ACAD_REACTORS
+330
+C
+102
+}
+330
+C
+100
+AcDbDictionary
+281
+     1
+  3
+Standard
+350
+A91
+  0
+DICTIONARY
+  5
+17
+102
+{ACAD_REACTORS
+330
+C
+102
+}
+330
+C
+100
+AcDbDictionary
+281
+     1
+  3
+Standard
+350
+18
+  0
+ACAD_PROXY_OBJECT
+  5
+ADE9
+102
+{ACAD_REACTORS
+330
+C
+102
+}
+330
+C
+100
+AcDbProxyObject
+ 90
+      499
+ 91
+      516
+ 95
+  5308447
+ 70
+     0
+162
+                 0
+161
+                28
+310
+40A40AAC
+ 94
+        0
+  0
+DICTIONARY
+  5
+19
+102
+{ACAD_REACTORS
+330
+C
+102
+}
+330
+C
+100
+AcDbDictionary
+281
+     1
+  0
+ACDBDICTIONARYWDFLT
+  5
+E
+102
+{ACAD_REACTORS
+330
+C
+102
+}
+330
+C
+100
+AcDbDictionary
+281
+     1
+  3
+Normal
+350
+F
+100
+AcDbDictionaryWithDefault
+340
+F
+  0
+DICTIONARY
+  5
+B6
+102
+{ACAD_REACTORS
+330
+C
+102
+}
+330
+C
+100
+AcDbDictionary
+281
+     1
+  3
+A0
+350
+B7
+  3
+A1
+350
+B8
+  3
+A2
+350
+B9
+  3
+A3
+350
+BA
+  3
+A4
+350
+BB
+  3
+A5
+350
+BC
+  3
+A6
+350
+BD
+  3
+A7
+350
+BE
+  3
+A8
+350
+BF
+  3
+A9
+350
+C0
+  3
+B0
+350
+C1
+  3
+B1
+350
+C2
+  3
+B2
+350
+C3
+  3
+B3
+350
+C4
+  3
+B4
+350
+C5
+  3
+B5
+350
+C6
+  3
+B6
+350
+C7
+  3
+B7
+350
+C8
+  3
+B8
+350
+C9
+  3
+B9
+350
+CA
+  3
+C0
+350
+CB
+  3
+C1
+350
+CC
+  3
+C2
+350
+CD
+  3
+C3
+350
+CE
+  3
+C4
+350
+CF
+  3
+C5
+350
+D0
+  3
+C6
+350
+D1
+  3
+C7
+350
+D2
+  3
+C8
+350
+D3
+  3
+C9
+350
+D4
+  3
+D0
+350
+D5
+  3
+D1
+350
+D6
+  3
+D2
+350
+D7
+  0
+DICTIONARY
+  5
+6ED6
+102
+{ACAD_REACTORS
+330
+C
+102
+}
+330
+C
+100
+AcDbDictionary
+281
+     1
+  3
+Imperial24
+350
+76E5
+  3
+Metric50
+350
+9926
+  0
+DICTIONARY
+  5
+86
+102
+{ACAD_REACTORS
+330
+C
+102
+}
+330
+C
+100
+AcDbDictionary
+281
+     1
+  3
+Standard
+350
+87
+  0
+DICTIONARY
+  5
+99
+102
+{ACAD_REACTORS
+330
+C
+102
+}
+330
+C
+100
+AcDbDictionary
+281
+     1
+  3
+2dWireframe
+350
+9F
+  3
+3D Hidden
+350
+A1
+  3
+3dWireframe
+350
+A0
+  3
+Basic
+350
+9E
+  3
+Brighten
+350
+A5
+  3
+ColorChange
+350
+A9
+  3
+Conceptual
+350
+A2
+  3
+Dim
+350
+A4
+  3
+EdgeColorOff
+350
+AA9
+  3
+Facepattern
+350
+A8
+  3
+Flat
+350
+9A
+  3
+FlatWithEdges
+350
+9B
+  3
+Gouraud
+350
+9C
+  3
+GouraudWithEdges
+350
+9D
+  3
+Hidden
+350
+AAF
+  3
+JitterOff
+350
+AB0
+  3
+Linepattern
+350
+A7
+  3
+OverhangOff
+350
+AB2
+  3
+Realistic
+350
+A3
+  3
+Shaded
+350
+AB4
+  3
+Shaded with edges
+350
+AB5
+  3
+Shades of Gray
+350
+AB6
+  3
+Sketchy
+350
+AB7
+  3
+Thicken
+350
+A6
+  3
+Wireframe
+350
+AB9
+  3
+X-Ray
+350
+ABA
+  0
+XRECORD
+  5
+22D76
+102
+{ACAD_REACTORS
+330
+C
+102
+}
+330
+C
+100
+AcDbXrecord
+280
+     1
+ 90
+        1
+330
+87
+330
+76E5
+330
+76E6
+330
+9926
+330
+9927
+330
+C7EB
+330
+C7EE
+  0
+DICTIONARY
+  5
+66
+102
+{ACAD_REACTORS
+330
+C
+102
+}
+330
+C
+100
+AcDbDictionary
+281
+     1
+  3
+ANNOALLVISIBLE
+350
+F6B1
+  3
+CANNOSCALE
+350
+D8
+  3
+CMLEADERSTYLE
+350
+2E0E
+  3
+CTABLESTYLE
+350
+89
+  3
+CVIEWDETAILSTYLE
+350
+76FB
+  3
+CVIEWSECTIONSTYLE
+350
+76FC
+  3
+DIMASSOC
+350
+67
+  3
+HIDETEXT
+350
+6B
+  3
+LIGHTSINBLOCKS
+350
+DF
+  3
+XCLIPFRAME
+350
+6ED4
+  0
+DICTIONARY
+  5
+E1
+102
+{ACAD_REACTORS
+330
+C
+102
+}
+330
+C
+100
+AcDbDictionary
+281
+     1
+  0
+DICTIONARY
+  5
+2E07
+102
+{ACAD_REACTORS
+330
+2E06
+102
+}
+330
+2E06
+100
+AcDbDictionary
+281
+     1
+  3
+ARGON_LAYERP_12
+350
+834A
+  0
+XRECORD
+  5
+425
+102
+{ACAD_REACTORS
+330
+424
+102
+}
+330
+424
+100
+AcDbXrecord
+280
+     1
+290
+     1
+  0
+XRECORD
+  5
+429
+102
+{ACAD_REACTORS
+330
+428
+102
+}
+330
+428
+100
+AcDbXrecord
+280
+     1
+290
+     1
+  0
+XRECORD
+  5
+42C
+102
+{ACAD_REACTORS
+330
+42B
+102
+}
+330
+42B
+100
+AcDbXrecord
+280
+     1
+290
+     1
+  0
+XRECORD
+  5
+42F
+102
+{ACAD_REACTORS
+330
+42E
+102
+}
+330
+42E
+100
+AcDbXrecord
+280
+     1
+290
+     1
+  0
+XRECORD
+  5
+433
+102
+{ACAD_REACTORS
+330
+432
+102
+}
+330
+432
+100
+AcDbXrecord
+280
+     1
+290
+     1
+  0
+XRECORD
+  5
+437
+102
+{ACAD_REACTORS
+330
+436
+102
+}
+330
+436
+100
+AcDbXrecord
+280
+     1
+290
+     1
+  0
+XRECORD
+  5
+43A
+102
+{ACAD_REACTORS
+330
+439
+102
+}
+330
+439
+100
+AcDbXrecord
+280
+     1
+290
+     1
+  0
+XRECORD
+  5
+43D
+102
+{ACAD_REACTORS
+330
+43C
+102
+}
+330
+43C
+100
+AcDbXrecord
+280
+     1
+290
+     1
+  0
+XRECORD
+  5
+6B65
+102
+{ACAD_REACTORS
+330
+6B64
+102
+}
+330
+6B64
+100
+AcDbXrecord
+280
+     1
+290
+     1
+  0
+XRECORD
+  5
+6B69
+102
+{ACAD_REACTORS
+330
+6B68
+102
+}
+330
+6B68
+100
+AcDbXrecord
+280
+     1
+290
+     1
+  0
+XRECORD
+  5
+6B70
+102
+{ACAD_REACTORS
+330
+6B6F
+102
+}
+330
+6B6F
+100
+AcDbXrecord
+280
+     1
+290
+     1
+  0
+SORTENTSTABLE
+  5
+178C
+102
+{ACAD_REACTORS
+330
+178B
+102
+}
+330
+178B
+100
+AcDbSortentsTable
+330
+1F
+331
+5574
+  5
+67E0
+331
+9A76
+  5
+6CCE
+331
+668F
+  5
+67E7
+331
+102E3
+  5
+C75A
+331
+1024C
+  5
+6CD2
+331
+1024F
+  5
+9A4B
+331
+52E6
+  5
+67D6
+331
+52E7
+  5
+67DB
+331
+10284
+  5
+C759
+  0
+SORTENTSTABLE
+  5
+A50
+102
+{ACAD_REACTORS
+330
+A4F
+102
+}
+330
+A4F
+100
+AcDbSortentsTable
+330
+A4E
+  0
+SORTENTSTABLE
+  5
+41DC
+102
+{ACAD_REACTORS
+330
+41DB
+102
+}
+330
+41DB
+100
+AcDbSortentsTable
+330
+41D9
+  0
+SORTENTSTABLE
+  5
+9923
+102
+{ACAD_REACTORS
+330
+9922
+102
+}
+330
+9922
+100
+AcDbSortentsTable
+330
+9917
+  0
+SORTENTSTABLE
+  5
+9A9D
+102
+{ACAD_REACTORS
+330
+9A9C
+102
+}
+330
+9A9C
+100
+AcDbSortentsTable
+330
+9A91
+  0
+SORTENTSTABLE
+  5
+9C5C
+102
+{ACAD_REACTORS
+330
+9C5B
+102
+}
+330
+9C5B
+100
+AcDbSortentsTable
+330
+9C50
+  0
+SORTENTSTABLE
+  5
+9CED
+102
+{ACAD_REACTORS
+330
+9CEC
+102
+}
+330
+9CEC
+100
+AcDbSortentsTable
+330
+9CE1
+  0
+SORTENTSTABLE
+  5
+9F59
+102
+{ACAD_REACTORS
+330
+9F58
+102
+}
+330
+9F58
+100
+AcDbSortentsTable
+330
+9F51
+  0
+SORTENTSTABLE
+  5
+AEB2
+102
+{ACAD_REACTORS
+330
+AEB1
+102
+}
+330
+AEB1
+100
+AcDbSortentsTable
+330
+AEA2
+  0
+SORTENTSTABLE
+  5
+B42F
+102
+{ACAD_REACTORS
+330
+B42E
+102
+}
+330
+B42E
+100
+AcDbSortentsTable
+330
+B423
+  0
+SORTENTSTABLE
+  5
+BFA3
+102
+{ACAD_REACTORS
+330
+BFA2
+102
+}
+330
+BFA2
+100
+AcDbSortentsTable
+330
+BFA0
+  0
+SORTENTSTABLE
+  5
+BFD1
+102
+{ACAD_REACTORS
+330
+BFD0
+102
+}
+330
+BFD0
+100
+AcDbSortentsTable
+330
+BFCE
+  0
+SORTENTSTABLE
+  5
+C02E
+102
+{ACAD_REACTORS
+330
+C02D
+102
+}
+330
+C02D
+100
+AcDbSortentsTable
+330
+C02B
+  0
+SORTENTSTABLE
+  5
+C0E8
+102
+{ACAD_REACTORS
+330
+C0E7
+102
+}
+330
+C0E7
+100
+AcDbSortentsTable
+330
+C0E5
+  0
+SORTENTSTABLE
+  5
+C4C4
+102
+{ACAD_REACTORS
+330
+C4C3
+102
+}
+330
+C4C3
+100
+AcDbSortentsTable
+330
+C4BF
+  0
+SORTENTSTABLE
+  5
+C4ED
+102
+{ACAD_REACTORS
+330
+C4EC
+102
+}
+330
+C4EC
+100
+AcDbSortentsTable
+330
+C4EA
+  0
+SORTENTSTABLE
+  5
+C7F3
+102
+{ACAD_REACTORS
+330
+C7F2
+102
+}
+330
+C7F2
+100
+AcDbSortentsTable
+330
+C7E9
+  0
+SORTENTSTABLE
+  5
+C879
+102
+{ACAD_REACTORS
+330
+C878
+102
+}
+330
+C878
+100
+AcDbSortentsTable
+330
+C86A
+  0
+SORTENTSTABLE
+  5
+C981
+102
+{ACAD_REACTORS
+330
+C980
+102
+}
+330
+C980
+100
+AcDbSortentsTable
+330
+C97E
+  0
+SORTENTSTABLE
+  5
+CA6C
+102
+{ACAD_REACTORS
+330
+CA6B
+102
+}
+330
+CA6B
+100
+AcDbSortentsTable
+330
+CA69
+  0
+SORTENTSTABLE
+  5
+D025
+102
+{ACAD_REACTORS
+330
+D024
+102
+}
+330
+D024
+100
+AcDbSortentsTable
+330
+D022
+  0
+SORTENTSTABLE
+  5
+D3EC
+102
+{ACAD_REACTORS
+330
+D3EB
+102
+}
+330
+D3EB
+100
+AcDbSortentsTable
+330
+D376
+  0
+SORTENTSTABLE
+  5
+DC1A
+102
+{ACAD_REACTORS
+330
+DC19
+102
+}
+330
+DC19
+100
+AcDbSortentsTable
+330
+DC17
+  0
+SORTENTSTABLE
+  5
+E494
+102
+{ACAD_REACTORS
+330
+E493
+102
+}
+330
+E493
+100
+AcDbSortentsTable
+330
+E48C
+  0
+SORTENTSTABLE
+  5
+EF58
+102
+{ACAD_REACTORS
+330
+EF57
+102
+}
+330
+EF57
+100
+AcDbSortentsTable
+330
+EF4C
+  0
+SORTENTSTABLE
+  5
+F14B
+102
+{ACAD_REACTORS
+330
+F14A
+102
+}
+330
+F14A
+100
+AcDbSortentsTable
+330
+F0D5
+  0
+SORTENTSTABLE
+  5
+F9FC
+102
+{ACAD_REACTORS
+330
+F9FB
+102
+}
+330
+F9FB
+100
+AcDbSortentsTable
+330
+F9F9
+  0
+SORTENTSTABLE
+  5
+FCFA
+102
+{ACAD_REACTORS
+330
+FCF9
+102
+}
+330
+FCF9
+100
+AcDbSortentsTable
+330
+FCF7
+  0
+SORTENTSTABLE
+  5
+1009F
+102
+{ACAD_REACTORS
+330
+1009E
+102
+}
+330
+1009E
+100
+AcDbSortentsTable
+330
+1009D
+  0
+SORTENTSTABLE
+  5
+10E29
+102
+{ACAD_REACTORS
+330
+10E28
+102
+}
+330
+10E28
+100
+AcDbSortentsTable
+330
+10E26
+  0
+SORTENTSTABLE
+  5
+113EB
+102
+{ACAD_REACTORS
+330
+113EA
+102
+}
+330
+113EA
+100
+AcDbSortentsTable
+330
+113E8
+  0
+SORTENTSTABLE
+  5
+11430
+102
+{ACAD_REACTORS
+330
+1142F
+102
+}
+330
+1142F
+100
+AcDbSortentsTable
+330
+1142D
+  0
+SORTENTSTABLE
+  5
+11581
+102
+{ACAD_REACTORS
+330
+11580
+102
+}
+330
+11580
+100
+AcDbSortentsTable
+330
+1157E
+  0
+SORTENTSTABLE
+  5
+1194A
+102
+{ACAD_REACTORS
+330
+11949
+102
+}
+330
+11949
+100
+AcDbSortentsTable
+330
+11947
+  0
+SORTENTSTABLE
+  5
+11968
+102
+{ACAD_REACTORS
+330
+11967
+102
+}
+330
+11967
+100
+AcDbSortentsTable
+330
+11965
+  0
+SORTENTSTABLE
+  5
+11E4F
+102
+{ACAD_REACTORS
+330
+11E4E
+102
+}
+330
+11E4E
+100
+AcDbSortentsTable
+330
+11E3A
+  0
+SORTENTSTABLE
+  5
+123EA
+102
+{ACAD_REACTORS
+330
+123E9
+102
+}
+330
+123E9
+100
+AcDbSortentsTable
+330
+123E7
+  0
+SORTENTSTABLE
+  5
+12458
+102
+{ACAD_REACTORS
+330
+12457
+102
+}
+330
+12457
+100
+AcDbSortentsTable
+330
+12455
+  0
+SORTENTSTABLE
+  5
+131BC
+102
+{ACAD_REACTORS
+330
+131BB
+102
+}
+330
+131BB
+100
+AcDbSortentsTable
+330
+12EE4
+  0
+SORTENTSTABLE
+  5
+144D7
+102
+{ACAD_REACTORS
+330
+144D6
+102
+}
+330
+144D6
+100
+AcDbSortentsTable
+330
+143B2
+  0
+SORTENTSTABLE
+  5
+14613
+102
+{ACAD_REACTORS
+330
+14612
+102
+}
+330
+14612
+100
+AcDbSortentsTable
+330
+145FE
+  0
+SORTENTSTABLE
+  5
+14AAF
+102
+{ACAD_REACTORS
+330
+14AAE
+102
+}
+330
+14AAE
+100
+AcDbSortentsTable
+330
+14AA0
+  0
+SORTENTSTABLE
+  5
+14BA7
+102
+{ACAD_REACTORS
+330
+14BA6
+102
+}
+330
+14BA6
+100
+AcDbSortentsTable
+330
+14BA4
+  0
+SORTENTSTABLE
+  5
+14DA4
+102
+{ACAD_REACTORS
+330
+14DA3
+102
+}
+330
+14DA3
+100
+AcDbSortentsTable
+330
+14D9E
+  0
+SORTENTSTABLE
+  5
+14EF3
+102
+{ACAD_REACTORS
+330
+14EF2
+102
+}
+330
+14EF2
+100
+AcDbSortentsTable
+330
+14ED6
+  0
+SORTENTSTABLE
+  5
+1505F
+102
+{ACAD_REACTORS
+330
+1505E
+102
+}
+330
+1505E
+100
+AcDbSortentsTable
+330
+15007
+  0
+SORTENTSTABLE
+  5
+15E50
+102
+{ACAD_REACTORS
+330
+15E4F
+102
+}
+330
+15E4F
+100
+AcDbSortentsTable
+330
+15E4D
+  0
+SORTENTSTABLE
+  5
+167B4
+102
+{ACAD_REACTORS
+330
+167B3
+102
+}
+330
+167B3
+100
+AcDbSortentsTable
+330
+1679E
+  0
+SORTENTSTABLE
+  5
+16EB5
+102
+{ACAD_REACTORS
+330
+16EB4
+102
+}
+330
+16EB4
+100
+AcDbSortentsTable
+330
+16E9C
+  0
+SORTENTSTABLE
+  5
+1768F
+102
+{ACAD_REACTORS
+330
+1768E
+102
+}
+330
+1768E
+100
+AcDbSortentsTable
+330
+17687
+  0
+SORTENTSTABLE
+  5
+1771A
+102
+{ACAD_REACTORS
+330
+17719
+102
+}
+330
+17719
+100
+AcDbSortentsTable
+330
+17712
+  0
+SORTENTSTABLE
+  5
+17A36
+102
+{ACAD_REACTORS
+330
+17A35
+102
+}
+330
+17A35
+100
+AcDbSortentsTable
+330
+17A2A
+  0
+SORTENTSTABLE
+  5
+18B73
+102
+{ACAD_REACTORS
+330
+18B72
+102
+}
+330
+18B72
+100
+AcDbSortentsTable
+330
+18B64
+  0
+SORTENTSTABLE
+  5
+18D98
+102
+{ACAD_REACTORS
+330
+18D97
+102
+}
+330
+18D97
+100
+AcDbSortentsTable
+330
+18D8A
+  0
+SORTENTSTABLE
+  5
+18E2F
+102
+{ACAD_REACTORS
+330
+18E2E
+102
+}
+330
+18E2E
+100
+AcDbSortentsTable
+330
+18E21
+  0
+SORTENTSTABLE
+  5
+193D9
+102
+{ACAD_REACTORS
+330
+193D8
+102
+}
+330
+193D8
+100
+AcDbSortentsTable
+330
+193CB
+  0
+SORTENTSTABLE
+  5
+194A3
+102
+{ACAD_REACTORS
+330
+194A2
+102
+}
+330
+194A2
+100
+AcDbSortentsTable
+330
+1949B
+  0
+SORTENTSTABLE
+  5
+19643
+102
+{ACAD_REACTORS
+330
+19642
+102
+}
+330
+19642
+100
+AcDbSortentsTable
+330
+1963B
+  0
+SORTENTSTABLE
+  5
+1C8FC
+102
+{ACAD_REACTORS
+330
+1C8FB
+102
+}
+330
+1C8FB
+100
+AcDbSortentsTable
+330
+1C8F0
+  0
+SORTENTSTABLE
+  5
+1E631
+102
+{ACAD_REACTORS
+330
+1E630
+102
+}
+330
+1E630
+100
+AcDbSortentsTable
+330
+1E625
+  0
+SORTENTSTABLE
+  5
+1F0CC
+102
+{ACAD_REACTORS
+330
+1F0CB
+102
+}
+330
+1F0CB
+100
+AcDbSortentsTable
+330
+1F072
+  0
+SORTENTSTABLE
+  5
+1F932
+102
+{ACAD_REACTORS
+330
+1F931
+102
+}
+330
+1F931
+100
+AcDbSortentsTable
+330
+1F903
+  0
+SORTENTSTABLE
+  5
+20C82
+102
+{ACAD_REACTORS
+330
+20C81
+102
+}
+330
+20C81
+100
+AcDbSortentsTable
+330
+20C74
+  0
+SORTENTSTABLE
+  5
+20CA7
+102
+{ACAD_REACTORS
+330
+20CA6
+102
+}
+330
+20CA6
+100
+AcDbSortentsTable
+330
+20C93
+  0
+XRECORD
+  5
+22D74
+102
+{ACAD_REACTORS
+330
+C7EC
+102
+}
+330
+C7EC
+100
+AcDbXrecord
+280
+     1
+ 40
+37726.0
+  1
+\pxqc;{\fArial|b0|i0|c0|p34;FT\P104}
+  0
+XRECORD
+  5
+22D75
+102
+{ACAD_REACTORS
+330
+C7EF
+102
+}
+330
+C7EF
+100
+AcDbXrecord
+280
+     1
+ 40
+39914.0
+  1
+\pxqc;{\fArial|b0|i0|c0|p34;FCV\P104}
+  0
+ACDBDETAILVIEWSTYLE
+  5
+76E6
+102
+{ACAD_XDICTIONARY
+360
+B0B1
+102
+}
+102
+{ACAD_REACTORS
+330
+6ED5
+102
+}
+330
+6ED5
+100
+AcDbModelDocViewStyle
+ 70
+     0
+  3
+Imperial24
+290
+     0
+100
+AcDbDetailViewStyle
+ 70
+     0
+ 71
+     0
+ 90
+        3
+ 71
+     1
+340
+11
+ 62
+   256
+ 40
+0.24
+340
+0
+ 62
+   256
+ 40
+0.24
+300
+
+ 40
+0.36
+280
+     3
+ 71
+     2
+340
+16
+ 90
+       25
+ 62
+   256
+ 71
+     3
+340
+11
+ 62
+   256
+ 40
+0.24
+ 90
+        1
+ 40
+0.75
+ 90
+        1
+300
+%<\AcVar ViewType \f "%tc1">% %<\AcVar ViewDetailId>%\PECHELLE %<\AcVar ViewScale \f "%sn">%
+ 71
+     4
+340
+16
+ 90
+       25
+ 62
+   256
+340
+16
+ 90
+       25
+ 62
+   256
+280
+     0
+  0
+ACDBDETAILVIEWSTYLE
+  5
+9927
+102
+{ACAD_XDICTIONARY
+360
+B0B5
+102
+}
+102
+{ACAD_REACTORS
+330
+6ED5
+102
+}
+330
+6ED5
+100
+AcDbModelDocViewStyle
+ 70
+     0
+  3
+Metric50
+290
+     0
+100
+AcDbDetailViewStyle
+ 70
+     0
+ 71
+     0
+ 90
+        3
+ 71
+     1
+340
+11
+ 62
+   256
+ 40
+5.0
+340
+0
+ 62
+   256
+ 40
+5.0
+300
+
+ 40
+0.0
+280
+     1
+ 71
+     2
+340
+16
+ 90
+       25
+ 62
+   256
+ 71
+     3
+340
+11
+ 62
+   256
+ 40
+5.0
+ 90
+        0
+ 40
+15.0
+ 90
+        1
+300
+%<\AcVar ViewDetailId>% (%<\AcVar ViewScale \f "%sn">%)
+ 71
+     4
+340
+16
+ 90
+       25
+ 62
+   256
+340
+16
+ 90
+       25
+ 62
+   256
+280
+     0
+  0
+LAYOUT
+  5
+22
+102
+{ACAD_REACTORS
+330
+1A
+102
+}
+330
+1A
+100
+AcDbPlotSettings
+  1
+
+  2
+none_device
+  4
+ANSI_A_(8.50_x_11.00_Inches)
+  6
+
+ 40
+6.349999999999997
+ 41
+19.05
+ 42
+6.349999999999997
+ 43
+19.05
+ 44
+215.9
+ 45
+279.4
+ 46
+11.11250000000003
+ 47
+0.0000000000000142
+ 48
+0.0
+ 49
+0.0
+140
+0.0
+141
+0.0
+142
+1.0
+143
+1.263157894736842
+ 70
+ 11444
+ 72
+     0
+ 73
+     1
+ 74
+     1
+  7
+monochrome.ctb
+ 75
+     0
+147
+0.7916666666666666
+ 76
+     0
+ 77
+     2
+ 78
+   300
+148
+-702.8076765758874
+149
+-496.2830551296953
+100
+AcDbLayout
+  1
+Model
+ 70
+     1
+ 71
+     0
+ 10
+0.0
+ 20
+0.0
+ 11
+1255.704512214247
+ 21
+918.321061451345
+ 12
+0.0
+ 22
+0.0
+ 32
+0.0
+ 14
+0.0000595051783989
+ 24
+-0.0062517066105556
+ 34
+-174.0
+ 15
+1648.621954578614
+ 25
+936.0300440813382
+ 35
+668.0000000000001
+146
+0.0
+ 13
+0.0
+ 23
+0.0
+ 33
+0.0
+ 16
+1.0
+ 26
+0.0
+ 36
+0.0
+ 17
+0.0
+ 27
+1.0
+ 37
+0.0
+ 76
+     0
+330
+1F
+331
+94
+  0
+LAYOUT
+  5
+59
+102
+{ACAD_REACTORS
+330
+1A
+102
+}
+330
+1A
+100
+AcDbPlotSettings
+  1
+
+  2
+none_device
+  4
+ANSI_A_(11.00_x_8.50_Inches)
+  6
+
+ 40
+6.349999999999997
+ 41
+19.05
+ 42
+6.349999999999997
+ 43
+19.05
+ 44
+279.4
+ 45
+215.9
+ 46
+0.0
+ 47
+0.0
+ 48
+0.0
+ 49
+0.0
+140
+0.0
+141
+0.0
+142
+1.0
+143
+1.0
+ 70
+   688
+ 72
+     0
+ 73
+     0
+ 74
+     5
+  7
+
+ 75
+    16
+147
+1.0
+ 76
+     0
+ 77
+     2
+ 78
+   300
+148
+0.0
+149
+0.0
+100
+AcDbLayout
+  1
+Sheet1
+ 70
+     1
+ 71
+     1
+ 10
+0.0
+ 20
+0.0
+ 11
+0.0
+ 21
+0.0
+ 12
+0.0
+ 22
+0.0
+ 32
+0.0
+ 14
+1.049999999999996
+ 24
+0.6999999999999999
+ 34
+0.0
+ 15
+9.449999999999999
+ 25
+6.299999999999998
+ 35
+0.0
+146
+0.0
+ 13
+0.0
+ 23
+0.0
+ 33
+0.0
+ 16
+1.0
+ 26
+0.0
+ 36
+0.0
+ 17
+0.0
+ 27
+1.0
+ 37
+0.0
+ 76
+     0
+330
+58
+331
+9C0F
+  0
+LAYOUT
+  5
+5E
+102
+{ACAD_REACTORS
+330
+1A
+102
+}
+330
+1A
+100
+AcDbPlotSettings
+  1
+
+  2
+none_device
+  4
+ANSI_A_(11.00_x_8.50_Inches)
+  6
+
+ 40
+6.349999999999997
+ 41
+19.05
+ 42
+6.349999999999997
+ 43
+19.05
+ 44
+279.4
+ 45
+215.9
+ 46
+0.0
+ 47
+0.0
+ 48
+0.0
+ 49
+0.0
+140
+0.0
+141
+0.0
+142
+1.0
+143
+1.0
+ 70
+   688
+ 72
+     0
+ 73
+     0
+ 74
+     5
+  7
+
+ 75
+    16
+147
+1.0
+ 76
+     0
+ 77
+     2
+ 78
+   300
+148
+0.0
+149
+0.0
+100
+AcDbLayout
+  1
+Sheet2
+ 70
+     1
+ 71
+     2
+ 10
+0.0
+ 20
+0.0
+ 11
+10.75
+ 21
+7.75
+ 12
+0.0
+ 22
+0.0
+ 32
+0.0
+ 14
+1.049999999999996
+ 24
+0.6999999999999999
+ 34
+0.0
+ 15
+9.449999999999999
+ 25
+6.299999999999998
+ 35
+0.0
+146
+0.0
+ 13
+0.0
+ 23
+0.0
+ 33
+0.0
+ 16
+1.0
+ 26
+0.0
+ 36
+0.0
+ 17
+0.0
+ 27
+1.0
+ 37
+0.0
+ 76
+     0
+330
+5D
+331
+9C12
+  0
+MATERIAL
+  5
+E2
+102
+{ACAD_REACTORS
+330
+72
+102
+}
+330
+72
+100
+AcDbMaterial
+  1
+ByBlock
+ 73
+     1
+ 78
+     1
+172
+     1
+176
+     1
+270
+     1
+274
+     1
+  0
+MATERIAL
+  5
+96
+102
+{ACAD_REACTORS
+330
+72
+102
+}
+330
+72
+100
+AcDbMaterial
+  1
+ByLayer
+ 73
+     1
+ 78
+     1
+172
+     1
+176
+     1
+270
+     1
+274
+     1
+ 94
+       63
+  0
+MATERIAL
+  5
+98
+102
+{ACAD_REACTORS
+330
+72
+102
+}
+330
+72
+100
+AcDbMaterial
+  1
+Global
+ 73
+     1
+ 78
+     1
+172
+     1
+176
+     1
+270
+     1
+274
+     1
+ 94
+       63
+  0
+MLEADERSTYLE
+  5
+A91
+102
+{ACAD_REACTORS
+330
+B5
+102
+}
+330
+B5
+100
+AcDbMLeaderStyle
+179
+     2
+170
+     2
+171
+     1
+172
+     0
+ 90
+        2
+ 40
+0.0
+ 41
+0.0
+173
+     1
+ 91
+-1056964608
+340
+14
+ 92
+       -2
+290
+     1
+ 42
+2.0
+291
+     1
+ 43
+0.36
+  3
+Standard
+ 44
+4.0
+300
+
+342
+11
+174
+     1
+178
+     6
+175
+     1
+176
+     0
+ 93
+-1056964608
+ 45
+4.0
+292
+     0
+297
+     0
+ 46
+4.0
+ 94
+-1056964608
+ 47
+1.0
+ 49
+1.0
+140
+1.0
+293
+     1
+141
+0.0
+294
+     1
+177
+     0
+142
+1.0
+295
+     0
+296
+     0
+143
+0.125
+271
+     0
+272
+     9
+273
+     9
+298
+     0
+  0
+MLINESTYLE
+  5
+18
+102
+{ACAD_REACTORS
+330
+17
+102
+}
+330
+17
+100
+AcDbMlineStyle
+  2
+STANDARD
+ 70
+     0
+  3
+
+ 62
+   256
+ 51
+90.0
+ 52
+90.0
+ 71
+     2
+ 49
+0.5
+ 62
+   256
+  6
+BYLAYER
+ 49
+-0.5
+ 62
+   256
+  6
+BYLAYER
+  0
+ACDBPLACEHOLDER
+  5
+F
+102
+{ACAD_REACTORS
+330
+E
+102
+}
+330
+E
+  0
+SCALE
+  5
+B7
+102
+{ACAD_REACTORS
+330
+B6
+102
+}
+330
+B6
+100
+AcDbScale
+ 70
+     0
+300
+1:1
+140
+1.0
+141
+1.0
+290
+     1
+  0
+SCALE
+  5
+B8
+102
+{ACAD_REACTORS
+330
+B6
+102
+}
+330
+B6
+100
+AcDbScale
+ 70
+     0
+300
+1:2
+140
+1.0
+141
+2.0
+290
+     0
+  0
+SCALE
+  5
+B9
+102
+{ACAD_REACTORS
+330
+B6
+102
+}
+330
+B6
+100
+AcDbScale
+ 70
+     0
+300
+1:4
+140
+1.0
+141
+4.0
+290
+     0
+  0
+SCALE
+  5
+BA
+102
+{ACAD_REACTORS
+330
+B6
+102
+}
+330
+B6
+100
+AcDbScale
+ 70
+     0
+300
+1:5
+140
+1.0
+141
+5.0
+290
+     0
+  0
+SCALE
+  5
+BB
+102
+{ACAD_REACTORS
+330
+B6
+102
+}
+330
+B6
+100
+AcDbScale
+ 70
+     0
+300
+1:8
+140
+1.0
+141
+8.0
+290
+     0
+  0
+SCALE
+  5
+BC
+102
+{ACAD_REACTORS
+330
+B6
+102
+}
+330
+B6
+100
+AcDbScale
+ 70
+     0
+300
+1:10
+140
+1.0
+141
+10.0
+290
+     0
+  0
+SCALE
+  5
+BD
+102
+{ACAD_REACTORS
+330
+B6
+102
+}
+330
+B6
+100
+AcDbScale
+ 70
+     0
+300
+1:16
+140
+1.0
+141
+16.0
+290
+     0
+  0
+SCALE
+  5
+BE
+102
+{ACAD_REACTORS
+330
+B6
+102
+}
+330
+B6
+100
+AcDbScale
+ 70
+     0
+300
+1:20
+140
+1.0
+141
+20.0
+290
+     0
+  0
+SCALE
+  5
+BF
+102
+{ACAD_REACTORS
+330
+B6
+102
+}
+330
+B6
+100
+AcDbScale
+ 70
+     0
+300
+1:30
+140
+1.0
+141
+30.0
+290
+     0
+  0
+SCALE
+  5
+C0
+102
+{ACAD_REACTORS
+330
+B6
+102
+}
+330
+B6
+100
+AcDbScale
+ 70
+     0
+300
+1:40
+140
+1.0
+141
+40.0
+290
+     0
+  0
+SCALE
+  5
+C1
+102
+{ACAD_REACTORS
+330
+B6
+102
+}
+330
+B6
+100
+AcDbScale
+ 70
+     0
+300
+1:50
+140
+1.0
+141
+50.0
+290
+     0
+  0
+SCALE
+  5
+C2
+102
+{ACAD_REACTORS
+330
+B6
+102
+}
+330
+B6
+100
+AcDbScale
+ 70
+     0
+300
+1:100
+140
+1.0
+141
+100.0
+290
+     0
+  0
+SCALE
+  5
+C3
+102
+{ACAD_REACTORS
+330
+B6
+102
+}
+330
+B6
+100
+AcDbScale
+ 70
+     0
+300
+2:1
+140
+2.0
+141
+1.0
+290
+     0
+  0
+SCALE
+  5
+C4
+102
+{ACAD_REACTORS
+330
+B6
+102
+}
+330
+B6
+100
+AcDbScale
+ 70
+     0
+300
+4:1
+140
+4.0
+141
+1.0
+290
+     0
+  0
+SCALE
+  5
+C5
+102
+{ACAD_REACTORS
+330
+B6
+102
+}
+330
+B6
+100
+AcDbScale
+ 70
+     0
+300
+8:1
+140
+8.0
+141
+1.0
+290
+     0
+  0
+SCALE
+  5
+C6
+102
+{ACAD_REACTORS
+330
+B6
+102
+}
+330
+B6
+100
+AcDbScale
+ 70
+     0
+300
+10:1
+140
+10.0
+141
+1.0
+290
+     0
+  0
+SCALE
+  5
+C7
+102
+{ACAD_REACTORS
+330
+B6
+102
+}
+330
+B6
+100
+AcDbScale
+ 70
+     0
+300
+100:1
+140
+100.0
+141
+1.0
+290
+     0
+  0
+SCALE
+  5
+C8
+102
+{ACAD_REACTORS
+330
+B6
+102
+}
+330
+B6
+100
+AcDbScale
+ 70
+     0
+300
+1/128" = 1'-0"
+140
+0.0078125
+141
+12.0
+290
+     0
+  0
+SCALE
+  5
+C9
+102
+{ACAD_REACTORS
+330
+B6
+102
+}
+330
+B6
+100
+AcDbScale
+ 70
+     0
+300
+1/64" = 1'-0"
+140
+0.015625
+141
+12.0
+290
+     0
+  0
+SCALE
+  5
+CA
+102
+{ACAD_REACTORS
+330
+B6
+102
+}
+330
+B6
+100
+AcDbScale
+ 70
+     0
+300
+1/32" = 1'-0"
+140
+0.03125
+141
+12.0
+290
+     0
+  0
+SCALE
+  5
+CB
+102
+{ACAD_REACTORS
+330
+B6
+102
+}
+330
+B6
+100
+AcDbScale
+ 70
+     0
+300
+1/16" = 1'-0"
+140
+0.0625
+141
+12.0
+290
+     0
+  0
+SCALE
+  5
+CC
+102
+{ACAD_REACTORS
+330
+B6
+102
+}
+330
+B6
+100
+AcDbScale
+ 70
+     0
+300
+3/32" = 1'-0"
+140
+0.09375
+141
+12.0
+290
+     0
+  0
+SCALE
+  5
+CD
+102
+{ACAD_REACTORS
+330
+B6
+102
+}
+330
+B6
+100
+AcDbScale
+ 70
+     0
+300
+1/8" = 1'-0"
+140
+0.125
+141
+12.0
+290
+     0
+  0
+SCALE
+  5
+CE
+102
+{ACAD_REACTORS
+330
+B6
+102
+}
+330
+B6
+100
+AcDbScale
+ 70
+     0
+300
+3/16" = 1'-0"
+140
+0.1875
+141
+12.0
+290
+     0
+  0
+SCALE
+  5
+CF
+102
+{ACAD_REACTORS
+330
+B6
+102
+}
+330
+B6
+100
+AcDbScale
+ 70
+     0
+300
+1/4" = 1'-0"
+140
+0.25
+141
+12.0
+290
+     0
+  0
+SCALE
+  5
+D0
+102
+{ACAD_REACTORS
+330
+B6
+102
+}
+330
+B6
+100
+AcDbScale
+ 70
+     0
+300
+3/8" = 1'-0"
+140
+0.375
+141
+12.0
+290
+     0
+  0
+SCALE
+  5
+D1
+102
+{ACAD_REACTORS
+330
+B6
+102
+}
+330
+B6
+100
+AcDbScale
+ 70
+     0
+300
+1/2" = 1'-0"
+140
+0.5
+141
+12.0
+290
+     0
+  0
+SCALE
+  5
+D2
+102
+{ACAD_REACTORS
+330
+B6
+102
+}
+330
+B6
+100
+AcDbScale
+ 70
+     0
+300
+3/4" = 1'-0"
+140
+0.75
+141
+12.0
+290
+     0
+  0
+SCALE
+  5
+D3
+102
+{ACAD_REACTORS
+330
+B6
+102
+}
+330
+B6
+100
+AcDbScale
+ 70
+     0
+300
+1" = 1'-0"
+140
+1.0
+141
+12.0
+290
+     0
+  0
+SCALE
+  5
+D4
+102
+{ACAD_REACTORS
+330
+B6
+102
+}
+330
+B6
+100
+AcDbScale
+ 70
+     0
+300
+1-1/2" = 1'-0"
+140
+1.5
+141
+12.0
+290
+     0
+  0
+SCALE
+  5
+D5
+102
+{ACAD_REACTORS
+330
+B6
+102
+}
+330
+B6
+100
+AcDbScale
+ 70
+     0
+300
+3" = 1'-0"
+140
+3.0
+141
+12.0
+290
+     0
+  0
+SCALE
+  5
+D6
+102
+{ACAD_REACTORS
+330
+B6
+102
+}
+330
+B6
+100
+AcDbScale
+ 70
+     0
+300
+6" = 1'-0"
+140
+6.0
+141
+12.0
+290
+     0
+  0
+SCALE
+  5
+D7
+102
+{ACAD_REACTORS
+330
+B6
+102
+}
+330
+B6
+100
+AcDbScale
+ 70
+     0
+300
+1'-0" = 1'-0"
+140
+12.0
+141
+12.0
+290
+     0
+  0
+ACDBSECTIONVIEWSTYLE
+  5
+76E5
+102
+{ACAD_XDICTIONARY
+360
+B0AF
+102
+}
+102
+{ACAD_REACTORS
+330
+6ED6
+102
+}
+330
+6ED6
+100
+AcDbModelDocViewStyle
+ 70
+     0
+  3
+Imperial24
+290
+     0
+100
+AcDbSectionViewStyle
+ 70
+     0
+ 71
+     0
+ 90
+       78
+ 71
+     1
+340
+11
+ 62
+   256
+ 40
+0.24
+340
+0
+340
+0
+ 62
+   256
+ 40
+0.24
+300
+I, O, Q, S, X, Z
+ 40
+0.48
+ 90
+        3
+ 40
+0.18
+ 90
+        1
+ 71
+     2
+340
+16
+ 90
+       25
+ 62
+   256
+340
+16
+ 90
+       50
+ 62
+   256
+ 40
+0.24
+ 40
+0.0
+ 40
+0.24
+ 71
+     3
+340
+11
+ 62
+   256
+ 40
+0.24
+ 90
+        1
+ 40
+0.75
+ 90
+        1
+300
+%<\AcVar ViewType \f "%tc1">% %<\AcVar ViewSectionStartId>%-%<\AcVar ViewSectionEndId>%\PECHELLE %<\AcVar ViewScale \f "%sn">%
+ 71
+     4
+ 62
+   256
+ 62
+   257
+300
+ANSI31
+ 40
+1.0
+ 90
+        0
+290
+     0
+290
+     0
+ 90
+        6
+ 40
+0.0
+ 40
+1.570796326794896
+ 40
+0.2617993877991494
+ 40
+1.308996938995747
+ 40
+-0.2617993877991494
+ 40
+1.832595714594044
+  0
+ACDBSECTIONVIEWSTYLE
+  5
+9926
+102
+{ACAD_XDICTIONARY
+360
+B0B3
+102
+}
+102
+{ACAD_REACTORS
+330
+6ED6
+102
+}
+330
+6ED6
+100
+AcDbModelDocViewStyle
+ 70
+     0
+  3
+Metric50
+290
+     0
+100
+AcDbSectionViewStyle
+ 70
+     0
+ 71
+     0
+ 90
+      102
+ 71
+     1
+340
+11
+ 62
+   256
+ 40
+5.0
+340
+0
+340
+0
+ 62
+   256
+ 40
+5.0
+300
+I, O, Q, S, X, Z
+ 40
+10.0
+ 90
+        0
+ 40
+2.5
+ 90
+        0
+ 71
+     2
+340
+16
+ 90
+       25
+ 62
+   256
+340
+16
+ 90
+       50
+ 62
+   256
+ 40
+5.0
+ 40
+2.5
+ 40
+5.0
+ 71
+     3
+340
+11
+ 62
+   256
+ 40
+5.0
+ 90
+        0
+ 40
+15.0
+ 90
+        1
+300
+%<\AcVar ViewSectionStartId>%-%<\AcVar ViewSectionEndId>% (%<\AcVar ViewScale \f "%sn">%)
+ 71
+     4
+ 62
+   256
+ 62
+   257
+300
+ANSI31
+ 40
+1.0
+ 90
+        0
+290
+     0
+290
+     0
+ 90
+        6
+ 40
+0.0
+ 40
+1.570796326794896
+ 40
+0.2617993877991494
+ 40
+1.308996938995747
+ 40
+-0.2617993877991494
+ 40
+1.832595714594044
+  0
+TABLESTYLE
+  5
+87
+102
+{ACAD_XDICTIONARY
+360
+B057
+102
+}
+102
+{ACAD_REACTORS
+330
+86
+102
+}
+330
+86
+100
+AcDbTableStyle
+280
+     0
+  3
+Standard
+ 70
+     0
+ 71
+     0
+ 40
+0.06
+ 41
+0.06
+280
+     0
+281
+     0
+  7
+Standard
+140
+0.18
+170
+     2
+ 62
+     0
+ 63
+     7
+283
+     0
+ 90
+      512
+ 91
+        0
+  1
+
+274
+    -2
+284
+     1
+ 64
+     0
+275
+    -2
+285
+     1
+ 65
+     0
+276
+    -2
+286
+     1
+ 66
+     0
+277
+    -2
+287
+     1
+ 67
+     0
+278
+    -2
+288
+     1
+ 68
+     0
+279
+    -2
+289
+     1
+ 69
+     0
+  7
+Standard
+140
+0.25
+170
+     5
+ 62
+     0
+ 63
+     7
+283
+     0
+ 90
+      512
+ 91
+        0
+  1
+
+274
+    -2
+284
+     1
+ 64
+     0
+275
+    -2
+285
+     1
+ 65
+     0
+276
+    -2
+286
+     1
+ 66
+     0
+277
+    -2
+287
+     1
+ 67
+     0
+278
+    -2
+288
+     1
+ 68
+     0
+279
+    -2
+289
+     1
+ 69
+     0
+  7
+Standard
+140
+0.18
+170
+     5
+ 62
+     0
+ 63
+     7
+283
+     0
+ 90
+      512
+ 91
+        0
+  1
+
+274
+    -2
+284
+     1
+ 64
+     0
+275
+    -2
+285
+     1
+ 65
+     0
+276
+    -2
+286
+     1
+ 66
+     0
+277
+    -2
+287
+     1
+ 67
+     0
+278
+    -2
+288
+     1
+ 68
+     0
+279
+    -2
+289
+     1
+ 69
+     0
+  0
+VISUALSTYLE
+  5
+9F
+102
+{ACAD_REACTORS
+330
+99
+102
+}
+330
+99
+100
+AcDbVisualStyle
+  2
+
+ 70
+     4
+177
+     3
+291
+     0
+ 70
+    58
+ 90
+        0
+176
+     1
+ 90
+        2
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        0
+176
+     1
+ 40
+0.6
+176
+     1
+ 40
+30.0
+176
+     1
+ 62
+     7
+420
+ 16777215
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        4
+176
+     1
+ 62
+     7
+176
+     1
+ 62
+   257
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        1
+176
+     1
+ 40
+1.0
+176
+     1
+ 90
+        0
+176
+     1
+ 62
+   257
+176
+     1
+ 40
+1.0
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        6
+176
+     1
+ 90
+        2
+176
+     1
+ 62
+     7
+176
+     1
+ 90
+        5
+176
+     1
+ 90
+        0
+176
+     1
+ 90
+        0
+176
+     1
+290
+     0
+176
+     1
+ 90
+        1
+176
+     1
+ 40
+0.0
+176
+     1
+ 90
+        0
+176
+     1
+290
+     1
+176
+     1
+290
+     1
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 40
+0.0
+176
+     1
+ 40
+1.0
+176
+     1
+ 90
+        0
+176
+     1
+ 62
+    18
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+        3
+176
+     1
+ 62
+     5
+420
+      255
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+       50
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 62
+   256
+176
+     0
+ 40
+1.0
+176
+     0
+ 90
+        2
+176
+     1
+  1
+strokes_ogs.tif
+176
+     1
+290
+     0
+176
+     1
+ 40
+1.0
+176
+     1
+ 40
+1.0
+176
+     1
+  0
+VISUALSTYLE
+  5
+A1
+102
+{ACAD_REACTORS
+330
+99
+102
+}
+330
+99
+100
+AcDbVisualStyle
+  2
+
+ 70
+     6
+177
+     3
+291
+     0
+ 70
+    58
+ 90
+        1
+176
+     1
+ 90
+        2
+176
+     1
+ 90
+        2
+176
+     1
+ 90
+        0
+176
+     1
+ 40
+0.6
+176
+     1
+ 40
+30.0
+176
+     1
+ 62
+     7
+420
+ 16777215
+176
+     1
+ 90
+        2
+176
+     1
+ 90
+        2
+176
+     1
+ 62
+     7
+176
+     1
+ 62
+   257
+176
+     1
+ 90
+        2
+176
+     1
+ 90
+        1
+176
+     1
+ 40
+40.0
+176
+     1
+ 90
+        0
+176
+     1
+ 62
+   257
+176
+     1
+ 40
+1.0
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        6
+176
+     1
+ 90
+        2
+176
+     1
+ 62
+     7
+176
+     1
+ 90
+        3
+176
+     1
+ 90
+        0
+176
+     1
+ 90
+        0
+176
+     1
+290
+     0
+176
+     1
+ 90
+        1
+176
+     1
+ 40
+0.0
+176
+     1
+ 90
+        0
+176
+     1
+290
+     0
+176
+     1
+290
+     1
+176
+     1
+290
+     1
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 40
+0.0
+176
+     1
+ 40
+1.0
+176
+     1
+ 90
+        0
+176
+     1
+ 62
+    18
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+        3
+176
+     1
+ 62
+     5
+420
+      255
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+       50
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 62
+   256
+176
+     0
+ 40
+1.0
+176
+     0
+ 90
+        2
+176
+     1
+  1
+strokes_ogs.tif
+176
+     1
+290
+     0
+176
+     1
+ 40
+1.0
+176
+     1
+ 40
+1.0
+176
+     1
+  0
+VISUALSTYLE
+  5
+A0
+102
+{ACAD_REACTORS
+330
+99
+102
+}
+330
+99
+100
+AcDbVisualStyle
+  2
+
+ 70
+     5
+177
+     3
+291
+     0
+ 70
+    58
+ 90
+        0
+176
+     1
+ 90
+        2
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        0
+176
+     1
+ 40
+0.6
+176
+     1
+ 40
+30.0
+176
+     1
+ 62
+     7
+420
+ 16777215
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        4
+176
+     1
+ 62
+     7
+176
+     1
+ 62
+   257
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        1
+176
+     1
+ 40
+1.0
+176
+     1
+ 90
+        0
+176
+     1
+ 62
+   257
+176
+     1
+ 40
+1.0
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        6
+176
+     1
+ 90
+        2
+176
+     1
+ 62
+     7
+176
+     1
+ 90
+        5
+176
+     1
+ 90
+        0
+176
+     1
+ 90
+        0
+176
+     1
+290
+     0
+176
+     1
+ 90
+        1
+176
+     1
+ 40
+0.0
+176
+     1
+ 90
+        0
+176
+     1
+290
+     0
+176
+     1
+290
+     1
+176
+     1
+290
+     1
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 40
+0.0
+176
+     1
+ 40
+1.0
+176
+     1
+ 90
+        0
+176
+     1
+ 62
+    18
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+        3
+176
+     1
+ 62
+     5
+420
+      255
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+       50
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 62
+   256
+176
+     0
+ 40
+1.0
+176
+     0
+ 90
+        2
+176
+     1
+  1
+strokes_ogs.tif
+176
+     1
+290
+     0
+176
+     1
+ 40
+1.0
+176
+     1
+ 40
+1.0
+176
+     1
+  0
+VISUALSTYLE
+  5
+9E
+102
+{ACAD_REACTORS
+330
+99
+102
+}
+330
+99
+100
+AcDbVisualStyle
+  2
+
+ 70
+     7
+177
+     3
+291
+     1
+ 70
+    58
+ 90
+        1
+176
+     1
+ 90
+        0
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        0
+176
+     1
+ 40
+0.6
+176
+     1
+ 40
+30.0
+176
+     1
+ 62
+     7
+420
+ 16777215
+176
+     1
+ 90
+        0
+176
+     1
+ 90
+        4
+176
+     1
+ 62
+     7
+176
+     1
+ 62
+   257
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        1
+176
+     1
+ 40
+1.0
+176
+     1
+ 90
+        8
+176
+     1
+ 62
+     7
+176
+     1
+ 40
+1.0
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        6
+176
+     1
+ 90
+        2
+176
+     1
+ 62
+     7
+176
+     1
+ 90
+        5
+176
+     1
+ 90
+        0
+176
+     1
+ 90
+        0
+176
+     1
+290
+     0
+176
+     1
+ 90
+        1
+176
+     1
+ 40
+0.0
+176
+     1
+ 90
+        0
+176
+     1
+290
+     0
+176
+     1
+290
+     1
+176
+     1
+290
+     1
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 40
+0.0
+176
+     1
+ 40
+1.0
+176
+     1
+ 90
+        0
+176
+     1
+ 62
+    18
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+        3
+176
+     1
+ 62
+     5
+420
+      255
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+       50
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 62
+   256
+176
+     0
+ 40
+1.0
+176
+     0
+ 90
+        2
+176
+     1
+  1
+strokes_ogs.tif
+176
+     1
+290
+     0
+176
+     1
+ 40
+1.0
+176
+     1
+ 40
+1.0
+176
+     1
+  0
+VISUALSTYLE
+  5
+A5
+102
+{ACAD_REACTORS
+330
+99
+102
+}
+330
+99
+100
+AcDbVisualStyle
+  2
+
+ 70
+    12
+177
+     3
+291
+     1
+ 70
+    58
+ 90
+        2
+176
+     1
+ 90
+        2
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        0
+176
+     1
+ 40
+0.6
+176
+     1
+ 40
+30.0
+176
+     1
+ 62
+     7
+420
+ 16777215
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        4
+176
+     1
+ 62
+     7
+176
+     1
+ 62
+   257
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        1
+176
+     1
+ 40
+1.0
+176
+     1
+ 90
+        8
+176
+     1
+ 62
+     7
+176
+     1
+ 40
+1.0
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        6
+176
+     1
+ 90
+        2
+176
+     1
+ 62
+     7
+176
+     1
+ 90
+        5
+176
+     1
+ 90
+        0
+176
+     1
+ 90
+        0
+176
+     1
+290
+     0
+176
+     1
+ 90
+        1
+176
+     1
+ 40
+50.0
+176
+     1
+ 90
+        0
+176
+     1
+290
+     0
+176
+     1
+290
+     1
+176
+     1
+290
+     1
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 40
+0.0
+176
+     1
+ 40
+1.0
+176
+     1
+ 90
+        0
+176
+     1
+ 62
+    18
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+        3
+176
+     1
+ 62
+     5
+420
+      255
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+       50
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 62
+   256
+176
+     0
+ 40
+1.0
+176
+     0
+ 90
+        2
+176
+     1
+  1
+strokes_ogs.tif
+176
+     1
+290
+     0
+176
+     1
+ 40
+1.0
+176
+     1
+ 40
+1.0
+176
+     1
+  0
+VISUALSTYLE
+  5
+A9
+102
+{ACAD_REACTORS
+330
+99
+102
+}
+330
+99
+100
+AcDbVisualStyle
+  2
+
+ 70
+    16
+177
+     3
+291
+     1
+ 70
+    58
+ 90
+        2
+176
+     1
+ 90
+        2
+176
+     1
+ 90
+        3
+176
+     1
+ 90
+        0
+176
+     1
+ 40
+0.6
+176
+     1
+ 40
+30.0
+176
+     1
+ 62
+     8
+420
+  8421504
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        4
+176
+     1
+ 62
+     7
+176
+     1
+ 62
+   257
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        1
+176
+     1
+ 40
+1.0
+176
+     1
+ 90
+        8
+176
+     1
+ 62
+     8
+420
+  8421504
+176
+     1
+ 40
+1.0
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        6
+176
+     1
+ 90
+        2
+176
+     1
+ 62
+     7
+176
+     1
+ 90
+        5
+176
+     1
+ 90
+        0
+176
+     1
+ 90
+        0
+176
+     1
+290
+     0
+176
+     1
+ 90
+        1
+176
+     1
+ 40
+0.0
+176
+     1
+ 90
+        0
+176
+     1
+290
+     0
+176
+     1
+290
+     1
+176
+     1
+290
+     1
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 40
+0.0
+176
+     1
+ 40
+1.0
+176
+     1
+ 90
+        0
+176
+     1
+ 62
+    18
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+        3
+176
+     1
+ 62
+     5
+420
+      255
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+       50
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 62
+   256
+176
+     0
+ 40
+1.0
+176
+     0
+ 90
+        2
+176
+     1
+  1
+strokes_ogs.tif
+176
+     1
+290
+     0
+176
+     1
+ 40
+1.0
+176
+     1
+ 40
+1.0
+176
+     1
+  0
+VISUALSTYLE
+  5
+A2
+102
+{ACAD_REACTORS
+330
+99
+102
+}
+330
+99
+100
+AcDbVisualStyle
+  2
+
+ 70
+     9
+177
+     3
+291
+     0
+ 70
+    58
+ 90
+        3
+176
+     1
+ 90
+        2
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        0
+176
+     1
+ 40
+0.6
+176
+     1
+ 40
+30.0
+176
+     1
+ 62
+     7
+420
+ 16777215
+176
+     1
+ 90
+        2
+176
+     1
+ 90
+        2
+176
+     1
+ 62
+     7
+176
+     1
+ 62
+   257
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        1
+176
+     1
+ 40
+40.0
+176
+     1
+ 90
+        8
+176
+     1
+ 62
+     7
+176
+     1
+ 40
+1.0
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        6
+176
+     1
+ 90
+        2
+176
+     1
+ 62
+     7
+176
+     1
+ 90
+        3
+176
+     1
+ 90
+        0
+176
+     1
+ 90
+        0
+176
+     1
+290
+     0
+176
+     1
+ 90
+        1
+176
+     1
+ 40
+0.0
+176
+     1
+ 90
+        0
+176
+     1
+290
+     0
+176
+     1
+290
+     1
+176
+     1
+290
+     1
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 40
+0.0
+176
+     1
+ 40
+1.0
+176
+     1
+ 90
+        0
+176
+     1
+ 62
+    18
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+        3
+176
+     1
+ 62
+     5
+420
+      255
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+       50
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 62
+   256
+176
+     0
+ 40
+1.0
+176
+     0
+ 90
+        2
+176
+     1
+  1
+strokes_ogs.tif
+176
+     1
+290
+     0
+176
+     1
+ 40
+1.0
+176
+     1
+ 40
+1.0
+176
+     1
+  0
+VISUALSTYLE
+  5
+A4
+102
+{ACAD_REACTORS
+330
+99
+102
+}
+330
+99
+100
+AcDbVisualStyle
+  2
+
+ 70
+    11
+177
+     3
+291
+     1
+ 70
+    58
+ 90
+        2
+176
+     1
+ 90
+        2
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        0
+176
+     1
+ 40
+0.6
+176
+     1
+ 40
+30.0
+176
+     1
+ 62
+     7
+420
+ 16777215
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        4
+176
+     1
+ 62
+     7
+176
+     1
+ 62
+   257
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        1
+176
+     1
+ 40
+1.0
+176
+     1
+ 90
+        8
+176
+     1
+ 62
+     7
+176
+     1
+ 40
+1.0
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        6
+176
+     1
+ 90
+        2
+176
+     1
+ 62
+     7
+176
+     1
+ 90
+        5
+176
+     1
+ 90
+        0
+176
+     1
+ 90
+        0
+176
+     1
+290
+     0
+176
+     1
+ 90
+        1
+176
+     1
+ 40
+-50.0
+176
+     1
+ 90
+        0
+176
+     1
+290
+     0
+176
+     1
+290
+     1
+176
+     1
+290
+     1
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 40
+0.0
+176
+     1
+ 40
+1.0
+176
+     1
+ 90
+        0
+176
+     1
+ 62
+    18
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+        3
+176
+     1
+ 62
+     5
+420
+      255
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+       50
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 62
+   256
+176
+     0
+ 40
+1.0
+176
+     0
+ 90
+        2
+176
+     1
+  1
+strokes_ogs.tif
+176
+     1
+290
+     0
+176
+     1
+ 40
+1.0
+176
+     1
+ 40
+1.0
+176
+     1
+  0
+VISUALSTYLE
+  5
+AA9
+102
+{ACAD_REACTORS
+330
+99
+102
+}
+330
+99
+100
+AcDbVisualStyle
+  2
+
+ 70
+    22
+177
+     3
+291
+     1
+ 70
+    58
+ 90
+        2
+176
+     1
+ 90
+        2
+176
+     1
+ 90
+        0
+176
+     1
+ 90
+        0
+176
+     1
+ 40
+0.6
+176
+     1
+ 40
+30.0
+176
+     1
+ 62
+     7
+420
+ 16777215
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        4
+176
+     1
+ 62
+     7
+176
+     1
+ 62
+   257
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        1
+176
+     1
+ 40
+1.0
+176
+     1
+ 90
+        8
+176
+     1
+ 62
+     7
+176
+     1
+ 40
+1.0
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        6
+176
+     1
+ 90
+        2
+176
+     1
+ 62
+     7
+176
+     1
+ 90
+        5
+176
+     1
+ 90
+        0
+176
+     1
+ 90
+        0
+176
+     1
+290
+     0
+176
+     1
+ 90
+        1
+176
+     1
+ 40
+0.0
+176
+     1
+ 90
+        0
+176
+     1
+290
+     0
+176
+     1
+290
+     1
+176
+     1
+290
+     1
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 40
+0.0
+176
+     1
+ 40
+1.0
+176
+     1
+ 90
+        0
+176
+     1
+ 62
+    18
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+        3
+176
+     1
+ 62
+     5
+420
+      255
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+       50
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 62
+   256
+176
+     0
+ 40
+1.0
+176
+     0
+ 90
+        2
+176
+     1
+  1
+strokes_ogs.tif
+176
+     1
+290
+     0
+176
+     1
+ 40
+1.0
+176
+     1
+ 40
+1.0
+176
+     1
+  0
+VISUALSTYLE
+  5
+A8
+102
+{ACAD_REACTORS
+330
+99
+102
+}
+330
+99
+100
+AcDbVisualStyle
+  2
+
+ 70
+    15
+177
+     3
+291
+     1
+ 70
+    58
+ 90
+        2
+176
+     1
+ 90
+        2
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        0
+176
+     1
+ 40
+0.6
+176
+     1
+ 40
+30.0
+176
+     1
+ 62
+     7
+420
+ 16777215
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        4
+176
+     1
+ 62
+     7
+176
+     1
+ 62
+   257
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        1
+176
+     1
+ 40
+1.0
+176
+     1
+ 90
+        8
+176
+     1
+ 62
+     7
+176
+     1
+ 40
+1.0
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        6
+176
+     1
+ 90
+        2
+176
+     1
+ 62
+     7
+176
+     1
+ 90
+        5
+176
+     1
+ 90
+        0
+176
+     1
+ 90
+        0
+176
+     1
+290
+     0
+176
+     1
+ 90
+        1
+176
+     1
+ 40
+0.0
+176
+     1
+ 90
+        0
+176
+     1
+290
+     0
+176
+     1
+290
+     1
+176
+     1
+290
+     1
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 40
+0.0
+176
+     1
+ 40
+1.0
+176
+     1
+ 90
+        0
+176
+     1
+ 62
+    18
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+        3
+176
+     1
+ 62
+     5
+420
+      255
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+       50
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 62
+   256
+176
+     0
+ 40
+1.0
+176
+     0
+ 90
+        2
+176
+     1
+  1
+strokes_ogs.tif
+176
+     1
+290
+     0
+176
+     1
+ 40
+1.0
+176
+     1
+ 40
+1.0
+176
+     1
+  0
+VISUALSTYLE
+  5
+9A
+102
+{ACAD_REACTORS
+330
+99
+102
+}
+330
+99
+100
+AcDbVisualStyle
+  2
+
+ 70
+     0
+177
+     3
+291
+     1
+ 70
+    58
+ 90
+        2
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        2
+176
+     1
+ 40
+0.6
+176
+     1
+ 40
+30.0
+176
+     1
+ 62
+     7
+420
+ 16777215
+176
+     1
+ 90
+        0
+176
+     1
+ 90
+        4
+176
+     1
+ 62
+     7
+176
+     1
+ 62
+   257
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        1
+176
+     1
+ 40
+1.0
+176
+     1
+ 90
+        8
+176
+     1
+ 62
+     7
+176
+     1
+ 40
+1.0
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        6
+176
+     1
+ 90
+        2
+176
+     1
+ 62
+     7
+176
+     1
+ 90
+        5
+176
+     1
+ 90
+        0
+176
+     1
+ 90
+        0
+176
+     1
+290
+     0
+176
+     1
+ 90
+        1
+176
+     1
+ 40
+0.0
+176
+     1
+ 90
+        0
+176
+     1
+290
+     0
+176
+     1
+290
+     1
+176
+     1
+290
+     1
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 40
+0.0
+176
+     1
+ 40
+1.0
+176
+     1
+ 90
+        0
+176
+     1
+ 62
+    18
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+        3
+176
+     1
+ 62
+     5
+420
+      255
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+       50
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 62
+   256
+176
+     0
+ 40
+1.0
+176
+     0
+ 90
+        2
+176
+     1
+  1
+strokes_ogs.tif
+176
+     1
+290
+     0
+176
+     1
+ 40
+1.0
+176
+     1
+ 40
+1.0
+176
+     1
+  0
+VISUALSTYLE
+  5
+9B
+102
+{ACAD_REACTORS
+330
+99
+102
+}
+330
+99
+100
+AcDbVisualStyle
+  2
+
+ 70
+     1
+177
+     3
+291
+     1
+ 70
+    58
+ 90
+        2
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        2
+176
+     1
+ 40
+0.6
+176
+     1
+ 40
+30.0
+176
+     1
+ 62
+     7
+420
+ 16777215
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        4
+176
+     1
+ 62
+     7
+176
+     1
+ 62
+   257
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        1
+176
+     1
+ 40
+1.0
+176
+     1
+ 90
+        0
+176
+     1
+ 62
+   257
+176
+     1
+ 40
+1.0
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        6
+176
+     1
+ 90
+        2
+176
+     1
+ 62
+     7
+176
+     1
+ 90
+        5
+176
+     1
+ 90
+        0
+176
+     1
+ 90
+        0
+176
+     1
+290
+     0
+176
+     1
+ 90
+        1
+176
+     1
+ 40
+0.0
+176
+     1
+ 90
+        0
+176
+     1
+290
+     0
+176
+     1
+290
+     1
+176
+     1
+290
+     1
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 40
+0.0
+176
+     1
+ 40
+1.0
+176
+     1
+ 90
+        0
+176
+     1
+ 62
+    18
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+        3
+176
+     1
+ 62
+     5
+420
+      255
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+       50
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 62
+   256
+176
+     0
+ 40
+1.0
+176
+     0
+ 90
+        2
+176
+     1
+  1
+strokes_ogs.tif
+176
+     1
+290
+     0
+176
+     1
+ 40
+1.0
+176
+     1
+ 40
+1.0
+176
+     1
+  0
+VISUALSTYLE
+  5
+9C
+102
+{ACAD_REACTORS
+330
+99
+102
+}
+330
+99
+100
+AcDbVisualStyle
+  2
+
+ 70
+     2
+177
+     3
+291
+     1
+ 70
+    58
+ 90
+        2
+176
+     1
+ 90
+        2
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        2
+176
+     1
+ 40
+0.6
+176
+     1
+ 40
+30.0
+176
+     1
+ 62
+     7
+420
+ 16777215
+176
+     1
+ 90
+        0
+176
+     1
+ 90
+        4
+176
+     1
+ 62
+     7
+176
+     1
+ 62
+   257
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        1
+176
+     1
+ 40
+1.0
+176
+     1
+ 90
+        0
+176
+     1
+ 62
+     7
+176
+     1
+ 40
+1.0
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        6
+176
+     1
+ 90
+        2
+176
+     1
+ 62
+     7
+176
+     1
+ 90
+        5
+176
+     1
+ 90
+        0
+176
+     1
+ 90
+        0
+176
+     1
+290
+     0
+176
+     1
+ 90
+        1
+176
+     1
+ 40
+0.0
+176
+     1
+ 90
+        0
+176
+     1
+290
+     0
+176
+     1
+290
+     1
+176
+     1
+290
+     1
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 40
+0.0
+176
+     1
+ 40
+1.0
+176
+     1
+ 90
+        0
+176
+     1
+ 62
+    18
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+        3
+176
+     1
+ 62
+     5
+420
+      255
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+       50
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 62
+   256
+176
+     0
+ 40
+1.0
+176
+     0
+ 90
+        2
+176
+     1
+  1
+strokes_ogs.tif
+176
+     1
+290
+     0
+176
+     1
+ 40
+1.0
+176
+     1
+ 40
+1.0
+176
+     1
+  0
+VISUALSTYLE
+  5
+9D
+102
+{ACAD_REACTORS
+330
+99
+102
+}
+330
+99
+100
+AcDbVisualStyle
+  2
+
+ 70
+     3
+177
+     3
+291
+     1
+ 70
+    58
+ 90
+        2
+176
+     1
+ 90
+        2
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        2
+176
+     1
+ 40
+0.6
+176
+     1
+ 40
+30.0
+176
+     1
+ 62
+     7
+420
+ 16777215
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        4
+176
+     1
+ 62
+     7
+176
+     1
+ 62
+   257
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        1
+176
+     1
+ 40
+1.0
+176
+     1
+ 90
+        0
+176
+     1
+ 62
+   257
+176
+     1
+ 40
+1.0
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        6
+176
+     1
+ 90
+        2
+176
+     1
+ 62
+     7
+176
+     1
+ 90
+        5
+176
+     1
+ 90
+        0
+176
+     1
+ 90
+        0
+176
+     1
+290
+     0
+176
+     1
+ 90
+        1
+176
+     1
+ 40
+0.0
+176
+     1
+ 90
+        0
+176
+     1
+290
+     0
+176
+     1
+290
+     1
+176
+     1
+290
+     1
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 40
+0.0
+176
+     1
+ 40
+1.0
+176
+     1
+ 90
+        0
+176
+     1
+ 62
+    18
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+        3
+176
+     1
+ 62
+     5
+420
+      255
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+       50
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 62
+   256
+176
+     0
+ 40
+1.0
+176
+     0
+ 90
+        2
+176
+     1
+  1
+strokes_ogs.tif
+176
+     1
+290
+     0
+176
+     1
+ 40
+1.0
+176
+     1
+ 40
+1.0
+176
+     1
+  0
+VISUALSTYLE
+  5
+AAF
+102
+{ACAD_REACTORS
+330
+99
+102
+}
+330
+99
+100
+AcDbVisualStyle
+  2
+
+ 70
+     6
+177
+     3
+291
+     0
+ 70
+    58
+ 90
+        1
+176
+     1
+ 90
+        2
+176
+     1
+ 90
+        2
+176
+     1
+ 90
+        0
+176
+     1
+ 40
+0.6
+176
+     1
+ 40
+30.0
+176
+     1
+ 62
+     7
+420
+ 16777215
+176
+     1
+ 90
+        2
+176
+     1
+ 90
+        2
+176
+     1
+ 62
+     7
+176
+     1
+ 62
+   257
+176
+     1
+ 90
+        2
+176
+     1
+ 90
+        1
+176
+     1
+ 40
+40.0
+176
+     1
+ 90
+        0
+176
+     1
+ 62
+   257
+176
+     1
+ 40
+1.0
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        6
+176
+     1
+ 90
+        2
+176
+     1
+ 62
+     7
+176
+     1
+ 90
+        3
+176
+     1
+ 90
+        0
+176
+     1
+ 90
+        0
+176
+     1
+290
+     0
+176
+     1
+ 90
+        1
+176
+     1
+ 40
+0.0
+176
+     1
+ 90
+        0
+176
+     1
+290
+     0
+176
+     1
+290
+     1
+176
+     1
+290
+     1
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 40
+0.0
+176
+     1
+ 40
+1.0
+176
+     1
+ 90
+        0
+176
+     1
+ 62
+    18
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+        3
+176
+     1
+ 62
+     5
+420
+      255
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+       50
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 62
+   256
+176
+     0
+ 40
+1.0
+176
+     0
+ 90
+        2
+176
+     1
+  1
+strokes_ogs.tif
+176
+     1
+290
+     0
+176
+     1
+ 40
+1.0
+176
+     1
+ 40
+1.0
+176
+     1
+  0
+VISUALSTYLE
+  5
+AB0
+102
+{ACAD_REACTORS
+330
+99
+102
+}
+330
+99
+100
+AcDbVisualStyle
+  2
+
+ 70
+    20
+177
+     3
+291
+     1
+ 70
+    58
+ 90
+        2
+176
+     1
+ 90
+        2
+176
+     1
+ 90
+        0
+176
+     1
+ 90
+        0
+176
+     1
+ 40
+0.6
+176
+     1
+ 40
+30.0
+176
+     1
+ 62
+     7
+420
+ 16777215
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        4
+176
+     1
+ 62
+     7
+176
+     1
+ 62
+   257
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        1
+176
+     1
+ 40
+1.0
+176
+     1
+ 90
+       10
+176
+     1
+ 62
+     7
+176
+     1
+ 40
+1.0
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        6
+176
+     1
+ 90
+        2
+176
+     1
+ 62
+     7
+176
+     1
+ 90
+        5
+176
+     1
+ 90
+        0
+176
+     1
+ 90
+        0
+176
+     1
+290
+     0
+176
+     1
+ 90
+        1
+176
+     1
+ 40
+0.0
+176
+     1
+ 90
+        0
+176
+     1
+290
+     0
+176
+     1
+290
+     1
+176
+     1
+290
+     1
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 40
+0.0
+176
+     1
+ 40
+1.0
+176
+     1
+ 90
+        0
+176
+     1
+ 62
+    18
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+        3
+176
+     1
+ 62
+     5
+420
+      255
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+       50
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 62
+   256
+176
+     0
+ 40
+1.0
+176
+     0
+ 90
+        2
+176
+     1
+  1
+strokes_ogs.tif
+176
+     1
+290
+     0
+176
+     1
+ 40
+1.0
+176
+     1
+ 40
+1.0
+176
+     1
+  0
+VISUALSTYLE
+  5
+A7
+102
+{ACAD_REACTORS
+330
+99
+102
+}
+330
+99
+100
+AcDbVisualStyle
+  2
+
+ 70
+    14
+177
+     3
+291
+     1
+ 70
+    58
+ 90
+        2
+176
+     1
+ 90
+        2
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        0
+176
+     1
+ 40
+0.6
+176
+     1
+ 40
+30.0
+176
+     1
+ 62
+     7
+420
+ 16777215
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        4
+176
+     1
+ 62
+     7
+176
+     1
+ 62
+   257
+176
+     1
+ 90
+        7
+176
+     1
+ 90
+        7
+176
+     1
+ 40
+1.0
+176
+     1
+ 90
+        8
+176
+     1
+ 62
+     7
+176
+     1
+ 40
+1.0
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        6
+176
+     1
+ 90
+        2
+176
+     1
+ 62
+     7
+176
+     1
+ 90
+        5
+176
+     1
+ 90
+        0
+176
+     1
+ 90
+        0
+176
+     1
+290
+     0
+176
+     1
+ 90
+        1
+176
+     1
+ 40
+0.0
+176
+     1
+ 90
+        0
+176
+     1
+290
+     0
+176
+     1
+290
+     1
+176
+     1
+290
+     1
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 40
+0.0
+176
+     1
+ 40
+1.0
+176
+     1
+ 90
+        0
+176
+     1
+ 62
+    18
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+        3
+176
+     1
+ 62
+     5
+420
+      255
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+       50
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 62
+   256
+176
+     0
+ 40
+1.0
+176
+     0
+ 90
+        2
+176
+     1
+  1
+strokes_ogs.tif
+176
+     1
+290
+     0
+176
+     1
+ 40
+1.0
+176
+     1
+ 40
+1.0
+176
+     1
+  0
+VISUALSTYLE
+  5
+AB2
+102
+{ACAD_REACTORS
+330
+99
+102
+}
+330
+99
+100
+AcDbVisualStyle
+  2
+
+ 70
+    21
+177
+     3
+291
+     1
+ 70
+    58
+ 90
+        2
+176
+     1
+ 90
+        2
+176
+     1
+ 90
+        0
+176
+     1
+ 90
+        0
+176
+     1
+ 40
+0.6
+176
+     1
+ 40
+30.0
+176
+     1
+ 62
+     7
+420
+ 16777215
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        4
+176
+     1
+ 62
+     7
+176
+     1
+ 62
+   257
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        1
+176
+     1
+ 40
+1.0
+176
+     1
+ 90
+        9
+176
+     1
+ 62
+     7
+176
+     1
+ 40
+1.0
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        6
+176
+     1
+ 90
+        2
+176
+     1
+ 62
+     7
+176
+     1
+ 90
+        5
+176
+     1
+ 90
+        0
+176
+     1
+ 90
+        0
+176
+     1
+290
+     0
+176
+     1
+ 90
+        1
+176
+     1
+ 40
+0.0
+176
+     1
+ 90
+        0
+176
+     1
+290
+     0
+176
+     1
+290
+     1
+176
+     1
+290
+     1
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 40
+0.0
+176
+     1
+ 40
+1.0
+176
+     1
+ 90
+        0
+176
+     1
+ 62
+    18
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+        3
+176
+     1
+ 62
+     5
+420
+      255
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+       50
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 62
+   256
+176
+     0
+ 40
+1.0
+176
+     0
+ 90
+        2
+176
+     1
+  1
+strokes_ogs.tif
+176
+     1
+290
+     0
+176
+     1
+ 40
+1.0
+176
+     1
+ 40
+1.0
+176
+     1
+  0
+VISUALSTYLE
+  5
+A3
+102
+{ACAD_REACTORS
+330
+99
+102
+}
+330
+99
+100
+AcDbVisualStyle
+  2
+
+ 70
+     8
+177
+     3
+291
+     0
+ 70
+    58
+ 90
+        2
+176
+     1
+ 90
+        2
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        0
+176
+     1
+ 40
+0.6
+176
+     1
+ 40
+30.0
+176
+     1
+ 62
+     7
+420
+ 16777215
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        0
+176
+     1
+ 62
+     7
+176
+     1
+ 62
+   257
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        1
+176
+     1
+ 40
+1.0
+176
+     1
+ 90
+        8
+176
+     1
+ 62
+     8
+420
+  7895160
+176
+     1
+ 40
+1.0
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        6
+176
+     1
+ 90
+        2
+176
+     1
+ 62
+     7
+176
+     1
+ 90
+        5
+176
+     1
+ 90
+        0
+176
+     1
+ 90
+        0
+176
+     1
+290
+     0
+176
+     1
+ 90
+       13
+176
+     1
+ 40
+0.0
+176
+     1
+ 90
+        0
+176
+     1
+290
+     0
+176
+     1
+290
+     1
+176
+     1
+290
+     1
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 40
+0.0
+176
+     1
+ 40
+1.0
+176
+     1
+ 90
+        0
+176
+     1
+ 62
+    18
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+        3
+176
+     1
+ 62
+     5
+420
+      255
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+       50
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 62
+   256
+176
+     0
+ 40
+1.0
+176
+     0
+ 90
+        2
+176
+     1
+  1
+strokes_ogs.tif
+176
+     1
+290
+     0
+176
+     1
+ 40
+1.0
+176
+     1
+ 40
+1.0
+176
+     1
+  0
+VISUALSTYLE
+  5
+AB4
+102
+{ACAD_REACTORS
+330
+99
+102
+}
+330
+99
+100
+AcDbVisualStyle
+  2
+
+ 70
+    27
+177
+     3
+291
+     0
+ 70
+    58
+ 90
+        2
+176
+     1
+ 90
+        2
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        2
+176
+     1
+ 40
+0.6
+176
+     1
+ 40
+30.0
+176
+     1
+ 62
+     7
+420
+ 16777215
+176
+     1
+ 90
+        0
+176
+     1
+ 90
+        4
+176
+     1
+ 62
+     7
+176
+     1
+ 62
+   257
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        1
+176
+     1
+ 40
+1.0
+176
+     1
+ 90
+        8
+176
+     1
+ 62
+   257
+176
+     1
+ 40
+1.0
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        6
+176
+     1
+ 90
+        2
+176
+     1
+ 62
+     8
+420
+  7895160
+176
+     1
+ 90
+        3
+176
+     1
+ 90
+        0
+176
+     1
+ 90
+        0
+176
+     1
+290
+     0
+176
+     1
+ 90
+        5
+176
+     1
+ 40
+0.0
+176
+     1
+ 90
+        0
+176
+     1
+290
+     0
+176
+     1
+290
+     1
+176
+     1
+290
+     1
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 40
+0.0
+176
+     1
+ 40
+1.0
+176
+     1
+ 90
+        0
+176
+     1
+ 62
+    18
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+        3
+176
+     1
+ 62
+     5
+420
+      255
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+       50
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 62
+   256
+176
+     0
+ 40
+1.0
+176
+     0
+ 90
+        2
+176
+     1
+  1
+strokes_ogs.tif
+176
+     1
+290
+     0
+176
+     1
+ 40
+1.0
+176
+     1
+ 40
+1.0
+176
+     1
+  0
+VISUALSTYLE
+  5
+AB5
+102
+{ACAD_REACTORS
+330
+99
+102
+}
+330
+99
+100
+AcDbVisualStyle
+  2
+
+ 70
+    26
+177
+     3
+291
+     0
+ 70
+    58
+ 90
+        2
+176
+     1
+ 90
+        2
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        2
+176
+     1
+ 40
+0.6
+176
+     1
+ 40
+30.0
+176
+     1
+ 62
+     7
+420
+ 16777215
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+       10
+176
+     1
+ 62
+     7
+176
+     1
+ 62
+   257
+176
+     1
+ 90
+        2
+176
+     1
+ 90
+        1
+176
+     1
+ 40
+1.0
+176
+     1
+ 90
+        8
+176
+     1
+ 62
+   257
+176
+     1
+ 40
+1.0
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        6
+176
+     1
+ 90
+        2
+176
+     1
+ 62
+     7
+176
+     1
+ 90
+        3
+176
+     1
+ 90
+        0
+176
+     1
+ 90
+        0
+176
+     1
+290
+     0
+176
+     1
+ 90
+        5
+176
+     1
+ 40
+0.0
+176
+     1
+ 90
+        0
+176
+     1
+290
+     0
+176
+     1
+290
+     1
+176
+     1
+290
+     1
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 40
+0.0
+176
+     1
+ 40
+1.0
+176
+     1
+ 90
+        0
+176
+     1
+ 62
+    18
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+        3
+176
+     1
+ 62
+     5
+420
+      255
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+       50
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 62
+   256
+176
+     0
+ 40
+1.0
+176
+     0
+ 90
+        2
+176
+     1
+  1
+strokes_ogs.tif
+176
+     1
+290
+     0
+176
+     1
+ 40
+1.0
+176
+     1
+ 40
+1.0
+176
+     1
+  0
+VISUALSTYLE
+  5
+AB6
+102
+{ACAD_REACTORS
+330
+99
+102
+}
+330
+99
+100
+AcDbVisualStyle
+  2
+
+ 70
+    23
+177
+     3
+291
+     0
+ 70
+    58
+ 90
+        2
+176
+     1
+ 90
+        2
+176
+     1
+ 90
+        3
+176
+     1
+ 90
+        0
+176
+     1
+ 40
+0.6
+176
+     1
+ 40
+30.0
+176
+     1
+ 62
+     7
+420
+ 16777215
+176
+     1
+ 90
+        2
+176
+     1
+ 90
+        2
+176
+     1
+ 62
+     7
+176
+     1
+ 62
+     7
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        1
+176
+     1
+ 40
+40.0
+176
+     1
+ 90
+        8
+176
+     1
+ 62
+     7
+176
+     1
+ 40
+1.0
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        6
+176
+     1
+ 90
+        2
+176
+     1
+ 62
+     7
+176
+     1
+ 90
+        3
+176
+     1
+ 90
+        0
+176
+     1
+ 90
+        0
+176
+     1
+290
+     0
+176
+     1
+ 90
+        1
+176
+     1
+ 40
+0.0
+176
+     1
+ 90
+        0
+176
+     1
+290
+     0
+176
+     1
+290
+     1
+176
+     1
+290
+     1
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 40
+0.0
+176
+     1
+ 40
+1.0
+176
+     1
+ 90
+        0
+176
+     1
+ 62
+    18
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+        3
+176
+     1
+ 62
+     5
+420
+      255
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+       50
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 62
+   256
+176
+     0
+ 40
+1.0
+176
+     0
+ 90
+        2
+176
+     1
+  1
+strokes_ogs.tif
+176
+     1
+290
+     0
+176
+     1
+ 40
+1.0
+176
+     1
+ 40
+1.0
+176
+     1
+  0
+VISUALSTYLE
+  5
+AB7
+102
+{ACAD_REACTORS
+330
+99
+102
+}
+330
+99
+100
+AcDbVisualStyle
+  2
+
+ 70
+    24
+177
+     3
+291
+     0
+ 70
+    58
+ 90
+        1
+176
+     1
+ 90
+        2
+176
+     1
+ 90
+        2
+176
+     1
+ 90
+        0
+176
+     1
+ 40
+0.6
+176
+     1
+ 40
+30.0
+176
+     1
+ 62
+     7
+420
+ 16777215
+176
+     1
+ 90
+        2
+176
+     1
+ 90
+        2
+176
+     1
+ 62
+     7
+176
+     1
+ 62
+     7
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        1
+176
+     1
+ 40
+40.0
+176
+     1
+ 90
+       11
+176
+     1
+ 62
+     7
+176
+     1
+ 40
+1.0
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        6
+176
+     1
+ 90
+        2
+176
+     1
+ 62
+     7
+176
+     1
+ 90
+        6
+176
+     1
+ 90
+        0
+176
+     1
+ 90
+        0
+176
+     1
+290
+     0
+176
+     1
+ 90
+        1
+176
+     1
+ 40
+0.0
+176
+     1
+ 90
+        0
+176
+     1
+290
+     0
+176
+     1
+290
+     1
+176
+     1
+290
+     1
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 40
+0.0
+176
+     1
+ 40
+1.0
+176
+     1
+ 90
+        0
+176
+     1
+ 62
+    18
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+        3
+176
+     1
+ 62
+     5
+420
+      255
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+       50
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 62
+   256
+176
+     0
+ 40
+1.0
+176
+     0
+ 90
+        2
+176
+     1
+  1
+strokes_ogs.tif
+176
+     1
+290
+     0
+176
+     1
+ 40
+1.0
+176
+     1
+ 40
+1.0
+176
+     1
+  0
+VISUALSTYLE
+  5
+A6
+102
+{ACAD_REACTORS
+330
+99
+102
+}
+330
+99
+100
+AcDbVisualStyle
+  2
+
+ 70
+    13
+177
+     3
+291
+     1
+ 70
+    58
+ 90
+        2
+176
+     1
+ 90
+        2
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        0
+176
+     1
+ 40
+0.6
+176
+     1
+ 40
+30.0
+176
+     1
+ 62
+     7
+420
+ 16777215
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        4
+176
+     1
+ 62
+     7
+176
+     1
+ 62
+   257
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        1
+176
+     1
+ 40
+1.0
+176
+     1
+ 90
+       12
+176
+     1
+ 62
+     7
+176
+     1
+ 40
+1.0
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        6
+176
+     1
+ 90
+        2
+176
+     1
+ 62
+     7
+176
+     1
+ 90
+        5
+176
+     1
+ 90
+        0
+176
+     1
+ 90
+        0
+176
+     1
+290
+     0
+176
+     1
+ 90
+        1
+176
+     1
+ 40
+0.0
+176
+     1
+ 90
+        0
+176
+     1
+290
+     0
+176
+     1
+290
+     1
+176
+     1
+290
+     1
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 40
+0.0
+176
+     1
+ 40
+1.0
+176
+     1
+ 90
+        0
+176
+     1
+ 62
+    18
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+        3
+176
+     1
+ 62
+     5
+420
+      255
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+       50
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 62
+   256
+176
+     0
+ 40
+1.0
+176
+     0
+ 90
+        2
+176
+     1
+  1
+strokes_ogs.tif
+176
+     1
+290
+     0
+176
+     1
+ 40
+1.0
+176
+     1
+ 40
+1.0
+176
+     1
+  0
+VISUALSTYLE
+  5
+AB9
+102
+{ACAD_REACTORS
+330
+99
+102
+}
+330
+99
+100
+AcDbVisualStyle
+  2
+
+ 70
+     5
+177
+     3
+291
+     0
+ 70
+    58
+ 90
+        0
+176
+     1
+ 90
+        2
+176
+     1
+ 90
+        0
+176
+     1
+ 90
+        0
+176
+     1
+ 40
+0.6
+176
+     1
+ 40
+30.0
+176
+     1
+ 62
+     7
+420
+ 16777215
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        4
+176
+     1
+ 62
+     7
+176
+     1
+ 62
+   257
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        1
+176
+     1
+ 40
+1.0
+176
+     1
+ 90
+        0
+176
+     1
+ 62
+   257
+176
+     1
+ 40
+1.0
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        6
+176
+     1
+ 90
+        2
+176
+     1
+ 62
+     7
+176
+     1
+ 90
+        3
+176
+     1
+ 90
+        0
+176
+     1
+ 90
+        0
+176
+     1
+290
+     0
+176
+     1
+ 90
+        1
+176
+     1
+ 40
+0.0
+176
+     1
+ 90
+        0
+176
+     1
+290
+     0
+176
+     1
+290
+     1
+176
+     1
+290
+     1
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 40
+0.0
+176
+     1
+ 40
+1.0
+176
+     1
+ 90
+        0
+176
+     1
+ 62
+    18
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+        3
+176
+     1
+ 62
+     5
+420
+      255
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+       50
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 62
+   256
+176
+     0
+ 40
+1.0
+176
+     0
+ 90
+        2
+176
+     1
+  1
+strokes_ogs.tif
+176
+     1
+290
+     0
+176
+     1
+ 40
+1.0
+176
+     1
+ 40
+1.0
+176
+     1
+  0
+VISUALSTYLE
+  5
+ABA
+102
+{ACAD_REACTORS
+330
+99
+102
+}
+330
+99
+100
+AcDbVisualStyle
+  2
+
+ 70
+    25
+177
+     3
+291
+     0
+ 70
+    58
+ 90
+        2
+176
+     1
+ 90
+        2
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        1
+176
+     1
+ 40
+0.5
+176
+     1
+ 40
+30.0
+176
+     1
+ 62
+     7
+420
+ 16777215
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        0
+176
+     1
+ 62
+     7
+176
+     1
+ 62
+   257
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        1
+176
+     1
+ 40
+1.0
+176
+     1
+ 90
+        8
+176
+     1
+ 62
+     7
+176
+     1
+ 40
+1.0
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        6
+176
+     1
+ 90
+        2
+176
+     1
+ 62
+     7
+176
+     1
+ 90
+        3
+176
+     1
+ 90
+        0
+176
+     1
+ 90
+        0
+176
+     1
+290
+     0
+176
+     1
+ 90
+       13
+176
+     1
+ 40
+0.0
+176
+     1
+ 90
+        0
+176
+     1
+290
+     0
+176
+     1
+290
+     1
+176
+     1
+290
+     1
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 40
+0.0
+176
+     1
+ 40
+1.0
+176
+     1
+ 90
+        0
+176
+     1
+ 62
+    18
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+        3
+176
+     1
+ 62
+     5
+420
+      255
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+       50
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 62
+   256
+176
+     0
+ 40
+1.0
+176
+     0
+ 90
+        2
+176
+     1
+  1
+strokes_ogs.tif
+176
+     1
+290
+     0
+176
+     1
+ 40
+1.0
+176
+     1
+ 40
+1.0
+176
+     1
+  0
+DICTIONARYVAR
+  5
+F6B1
+102
+{ACAD_REACTORS
+330
+66
+102
+}
+330
+66
+100
+DictionaryVariables
+280
+     0
+  1
+0
+  0
+DICTIONARYVAR
+  5
+D8
+102
+{ACAD_REACTORS
+330
+66
+102
+}
+330
+66
+100
+DictionaryVariables
+280
+     0
+  1
+1:1
+  0
+DICTIONARYVAR
+  5
+2E0E
+102
+{ACAD_REACTORS
+330
+66
+102
+}
+330
+66
+100
+DictionaryVariables
+280
+     0
+  1
+STANDARD
+  0
+DICTIONARYVAR
+  5
+89
+102
+{ACAD_REACTORS
+330
+66
+102
+}
+330
+66
+100
+DictionaryVariables
+280
+     0
+  1
+STANDARD
+  0
+DICTIONARYVAR
+  5
+76FB
+102
+{ACAD_REACTORS
+330
+66
+102
+}
+330
+66
+100
+DictionaryVariables
+280
+     0
+  1
+Imperial24
+  0
+DICTIONARYVAR
+  5
+76FC
+102
+{ACAD_REACTORS
+330
+66
+102
+}
+330
+66
+100
+DictionaryVariables
+280
+     0
+  1
+Imperial24
+  0
+DICTIONARYVAR
+  5
+67
+102
+{ACAD_REACTORS
+330
+66
+102
+}
+330
+66
+100
+DictionaryVariables
+280
+     0
+  1
+2
+  0
+DICTIONARYVAR
+  5
+6B
+102
+{ACAD_REACTORS
+330
+66
+102
+}
+330
+66
+100
+DictionaryVariables
+280
+     0
+  1
+1
+  0
+DICTIONARYVAR
+  5
+DF
+102
+{ACAD_REACTORS
+330
+66
+102
+}
+330
+66
+100
+DictionaryVariables
+280
+     0
+  1
+0
+  0
+DICTIONARYVAR
+  5
+6ED4
+102
+{ACAD_REACTORS
+330
+66
+102
+}
+330
+66
+100
+DictionaryVariables
+280
+     0
+  1
+0
+  0
+XRECORD
+  5
+834A
+102
+{ACAD_REACTORS
+330
+2E07
+102
+}
+330
+2E07
+100
+AcDbXrecord
+280
+     1
+ 91
+     1023
+301
+
+290
+     0
+302
+BROUIL
+330
+10
+ 90
+        8
+ 62
+     7
+370
+    -3
+331
+16
+  1
+Color_7
+330
+E4
+ 90
+        8
+ 62
+     7
+370
+    -3
+331
+E6
+  1
+Color_7
+330
+E7
+ 90
+        8
+ 62
+    27
+370
+    -3
+331
+E6
+  1
+Color_27
+330
+E8
+ 90
+        8
+ 62
+    28
+370
+    -3
+331
+E6
+  1
+Color_28
+330
+E9
+ 90
+        8
+ 62
+     7
+370
+    -3
+331
+E6
+  1
+Color_7
+330
+EA
+ 90
+        8
+ 62
+   134
+370
+    -3
+331
+E6
+  1
+Color_134
+330
+EB
+ 90
+        8
+ 62
+     7
+370
+    -3
+331
+16
+  1
+Color_7
+330
+EC
+ 90
+        8
+ 62
+     9
+370
+    -3
+331
+E6
+  1
+Color_9
+330
+423
+ 90
+        8
+ 62
+     1
+370
+    -3
+331
+16
+  1
+Color_1
+330
+427
+ 90
+        8
+ 62
+     7
+370
+    -3
+331
+16
+  1
+Color_7
+330
+42A
+ 90
+        8
+ 62
+     7
+370
+    -3
+331
+16
+  1
+Color_7
+330
+42D
+ 90
+        8
+ 62
+    21
+370
+    -3
+331
+430
+  1
+Color_21
+330
+431
+ 90
+        8
+ 62
+   160
+370
+    -3
+331
+E6
+  1
+Color_160
+330
+435
+ 90
+        8
+ 62
+   132
+370
+    -3
+331
+430
+  1
+Color_132
+330
+438
+ 90
+        8
+ 62
+    90
+370
+    -3
+331
+E6
+  1
+Color_90
+330
+43B
+ 90
+        8
+ 62
+    53
+370
+    -3
+331
+16
+  1
+Color_53
+330
+9FD
+ 90
+        8
+ 62
+    30
+370
+    -3
+331
+E6
+  1
+Color_30
+330
+6B63
+ 90
+        8
+ 62
+     7
+370
+    -3
+331
+430
+  1
+Color_7
+330
+6B67
+ 90
+        8
+ 62
+   132
+370
+    -3
+331
+E6
+  1
+Color_132
+330
+6B6E
+ 90
+        8
+ 62
+    30
+370
+    -3
+331
+16
+  1
+Color_30
+330
+6B72
+ 90
+        8
+ 62
+   250
+370
+    -3
+331
+6B73
+  1
+Color_250
+330
+6B74
+ 90
+        8
+ 62
+   181
+370
+    -3
+331
+440
+  1
+Color_181
+330
+6B77
+ 90
+        8
+ 62
+   114
+370
+    -3
+331
+E6
+  1
+Color_114
+  0
+DICTIONARY
+  5
+B0B1
+330
+76E6
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ACAD_XREC_ROUNDTRIP
+360
+22D71
+  0
+DICTIONARY
+  5
+B0B5
+330
+9927
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ACAD_XREC_ROUNDTRIP
+360
+22D73
+  0
+DICTIONARY
+  5
+B0AF
+330
+76E5
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ACAD_XREC_ROUNDTRIP
+360
+22D70
+  0
+DICTIONARY
+  5
+B0B3
+330
+9926
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ACAD_XREC_ROUNDTRIP
+360
+22D72
+  0
+DICTIONARY
+  5
+B057
+330
+87
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ACAD_ROUNDTRIP_2008_TABLESTYLE_CELLSTYLEMAP
+360
+22D6F
+  0
+XRECORD
+  5
+22D71
+102
+{ACAD_REACTORS
+330
+B0B1
+102
+}
+330
+B0B1
+100
+AcDbXrecord
+280
+     1
+102
+DISPLAYNAME
+  1
+Imperial24
+102
+FLAGS
+ 90
+        0
+  0
+XRECORD
+  5
+22D73
+102
+{ACAD_REACTORS
+330
+B0B5
+102
+}
+330
+B0B5
+100
+AcDbXrecord
+280
+     1
+102
+DISPLAYNAME
+  1
+Metric50
+102
+FLAGS
+ 90
+        0
+  0
+XRECORD
+  5
+22D70
+102
+{ACAD_REACTORS
+330
+B0AF
+102
+}
+330
+B0AF
+100
+AcDbXrecord
+280
+     1
+102
+DISPLAYNAME
+  1
+Imperial24
+102
+FLAGS
+ 90
+        0
+  0
+XRECORD
+  5
+22D72
+102
+{ACAD_REACTORS
+330
+B0B3
+102
+}
+330
+B0B3
+100
+AcDbXrecord
+280
+     1
+102
+DISPLAYNAME
+  1
+Metric50
+102
+FLAGS
+ 90
+        0
+  0
+CELLSTYLEMAP
+  5
+22D6F
+102
+{ACAD_REACTORS
+330
+B057
+102
+}
+330
+B057
+100
+AcDbCellStyleMap
+ 90
+        3
+300
+CELLSTYLE
+  1
+TABLEFORMAT_BEGIN
+ 90
+        5
+170
+     1
+ 91
+        0
+ 92
+    32768
+ 62
+   257
+ 93
+        1
+300
+CONTENTFORMAT
+  1
+CONTENTFORMAT_BEGIN
+ 90
+        0
+ 91
+        0
+ 92
+      512
+ 93
+        0
+300
+
+ 40
+0.0
+140
+1.0
+ 94
+        5
+ 62
+     0
+340
+11
+144
+0.25
+309
+CONTENTFORMAT_END
+171
+     1
+301
+MARGIN
+  1
+CELLMARGIN_BEGIN
+ 40
+0.06
+ 40
+0.06
+ 40
+0.06
+ 40
+0.06
+ 40
+0.18
+ 40
+0.18
+309
+CELLMARGIN_END
+ 94
+        6
+ 95
+        1
+302
+GRIDFORMAT
+  1
+GRIDFORMAT_BEGIN
+ 90
+        0
+ 91
+        1
+ 62
+     0
+ 92
+       -2
+340
+0
+ 93
+        0
+ 40
+0.045
+309
+GRIDFORMAT_END
+ 95
+        2
+302
+GRIDFORMAT
+  1
+GRIDFORMAT_BEGIN
+ 90
+        0
+ 91
+        1
+ 62
+     0
+ 92
+       -2
+340
+0
+ 93
+        0
+ 40
+0.045
+309
+GRIDFORMAT_END
+ 95
+        4
+302
+GRIDFORMAT
+  1
+GRIDFORMAT_BEGIN
+ 90
+        0
+ 91
+        1
+ 62
+     0
+ 92
+       -2
+340
+0
+ 93
+        0
+ 40
+0.045
+309
+GRIDFORMAT_END
+ 95
+        8
+302
+GRIDFORMAT
+  1
+GRIDFORMAT_BEGIN
+ 90
+        0
+ 91
+        1
+ 62
+     0
+ 92
+       -2
+340
+0
+ 93
+        0
+ 40
+0.045
+309
+GRIDFORMAT_END
+ 95
+       16
+302
+GRIDFORMAT
+  1
+GRIDFORMAT_BEGIN
+ 90
+        0
+ 91
+        1
+ 62
+     0
+ 92
+       -2
+340
+0
+ 93
+        0
+ 40
+0.045
+309
+GRIDFORMAT_END
+ 95
+       32
+302
+GRIDFORMAT
+  1
+GRIDFORMAT_BEGIN
+ 90
+        0
+ 91
+        1
+ 62
+     0
+ 92
+       -2
+340
+0
+ 93
+        0
+ 40
+0.045
+309
+GRIDFORMAT_END
+309
+TABLEFORMAT_END
+  1
+CELLSTYLE_BEGIN
+ 90
+        1
+ 91
+        1
+300
+_TITLE
+309
+CELLSTYLE_END
+300
+CELLSTYLE
+  1
+TABLEFORMAT_BEGIN
+ 90
+        5
+170
+     1
+ 91
+        0
+ 92
+        0
+ 62
+   257
+ 93
+        1
+300
+CONTENTFORMAT
+  1
+CONTENTFORMAT_BEGIN
+ 90
+        0
+ 91
+        0
+ 92
+      512
+ 93
+        0
+300
+
+ 40
+0.0
+140
+1.0
+ 94
+        5
+ 62
+     0
+340
+11
+144
+0.18
+309
+CONTENTFORMAT_END
+171
+     1
+301
+MARGIN
+  1
+CELLMARGIN_BEGIN
+ 40
+0.06
+ 40
+0.06
+ 40
+0.06
+ 40
+0.06
+ 40
+0.18
+ 40
+0.18
+309
+CELLMARGIN_END
+ 94
+        6
+ 95
+        1
+302
+GRIDFORMAT
+  1
+GRIDFORMAT_BEGIN
+ 90
+        0
+ 91
+        1
+ 62
+     0
+ 92
+       -2
+340
+0
+ 93
+        0
+ 40
+0.045
+309
+GRIDFORMAT_END
+ 95
+        2
+302
+GRIDFORMAT
+  1
+GRIDFORMAT_BEGIN
+ 90
+        0
+ 91
+        1
+ 62
+     0
+ 92
+       -2
+340
+0
+ 93
+        0
+ 40
+0.045
+309
+GRIDFORMAT_END
+ 95
+        4
+302
+GRIDFORMAT
+  1
+GRIDFORMAT_BEGIN
+ 90
+        0
+ 91
+        1
+ 62
+     0
+ 92
+       -2
+340
+0
+ 93
+        0
+ 40
+0.045
+309
+GRIDFORMAT_END
+ 95
+        8
+302
+GRIDFORMAT
+  1
+GRIDFORMAT_BEGIN
+ 90
+        0
+ 91
+        1
+ 62
+     0
+ 92
+       -2
+340
+0
+ 93
+        0
+ 40
+0.045
+309
+GRIDFORMAT_END
+ 95
+       16
+302
+GRIDFORMAT
+  1
+GRIDFORMAT_BEGIN
+ 90
+        0
+ 91
+        1
+ 62
+     0
+ 92
+       -2
+340
+0
+ 93
+        0
+ 40
+0.045
+309
+GRIDFORMAT_END
+ 95
+       32
+302
+GRIDFORMAT
+  1
+GRIDFORMAT_BEGIN
+ 90
+        0
+ 91
+        1
+ 62
+     0
+ 92
+       -2
+340
+0
+ 93
+        0
+ 40
+0.045
+309
+GRIDFORMAT_END
+309
+TABLEFORMAT_END
+  1
+CELLSTYLE_BEGIN
+ 90
+        2
+ 91
+        1
+300
+_HEADER
+309
+CELLSTYLE_END
+300
+CELLSTYLE
+  1
+TABLEFORMAT_BEGIN
+ 90
+        5
+170
+     1
+ 91
+        0
+ 92
+        0
+ 62
+   257
+ 93
+        1
+300
+CONTENTFORMAT
+  1
+CONTENTFORMAT_BEGIN
+ 90
+        0
+ 91
+        0
+ 92
+      512
+ 93
+        0
+300
+
+ 40
+0.0
+140
+1.0
+ 94
+        2
+ 62
+     0
+340
+11
+144
+0.18
+309
+CONTENTFORMAT_END
+171
+     1
+301
+MARGIN
+  1
+CELLMARGIN_BEGIN
+ 40
+0.06
+ 40
+0.06
+ 40
+0.06
+ 40
+0.06
+ 40
+0.18
+ 40
+0.18
+309
+CELLMARGIN_END
+ 94
+        6
+ 95
+        1
+302
+GRIDFORMAT
+  1
+GRIDFORMAT_BEGIN
+ 90
+        0
+ 91
+        1
+ 62
+     0
+ 92
+       -2
+340
+0
+ 93
+        0
+ 40
+0.045
+309
+GRIDFORMAT_END
+ 95
+        2
+302
+GRIDFORMAT
+  1
+GRIDFORMAT_BEGIN
+ 90
+        0
+ 91
+        1
+ 62
+     0
+ 92
+       -2
+340
+0
+ 93
+        0
+ 40
+0.045
+309
+GRIDFORMAT_END
+ 95
+        4
+302
+GRIDFORMAT
+  1
+GRIDFORMAT_BEGIN
+ 90
+        0
+ 91
+        1
+ 62
+     0
+ 92
+       -2
+340
+0
+ 93
+        0
+ 40
+0.045
+309
+GRIDFORMAT_END
+ 95
+        8
+302
+GRIDFORMAT
+  1
+GRIDFORMAT_BEGIN
+ 90
+        0
+ 91
+        1
+ 62
+     0
+ 92
+       -2
+340
+0
+ 93
+        0
+ 40
+0.045
+309
+GRIDFORMAT_END
+ 95
+       16
+302
+GRIDFORMAT
+  1
+GRIDFORMAT_BEGIN
+ 90
+        0
+ 91
+        1
+ 62
+     0
+ 92
+       -2
+340
+0
+ 93
+        0
+ 40
+0.045
+309
+GRIDFORMAT_END
+ 95
+       32
+302
+GRIDFORMAT
+  1
+GRIDFORMAT_BEGIN
+ 90
+        0
+ 91
+        1
+ 62
+     0
+ 92
+       -2
+340
+0
+ 93
+        0
+ 40
+0.045
+309
+GRIDFORMAT_END
+309
+TABLEFORMAT_END
+  1
+CELLSTYLE_BEGIN
+ 90
+        3
+ 91
+        2
+300
+_DATA
+309
+CELLSTYLE_END
+  0
+ENDSEC
+  0
+SECTION
+  2
+ACDSDATA
+ 70
+     2
+ 71
+     8
+  0
+ACDSSCHEMA
+ 90
+        0
+  1
+AcDb_Thumbnail_Schema
+  2
+AcDbDs::ID
+280
+    10
+ 91
+        8
+  2
+Thumbnail_Data
+280
+    15
+ 91
+        0
+101
+ACDSRECORD
+ 95
+        0
+ 90
+        1
+  2
+AcDbDs::TreatedAsObjectData
+280
+     1
+291
+     1
+101
+ACDSRECORD
+ 95
+        0
+ 90
+        2
+  2
+AcDbDs::Legacy
+280
+     1
+291
+     1
+101
+ACDSRECORD
+  1
+AcDbDs::ID
+ 90
+        3
+  2
+AcDs:Indexable
+280
+     1
+291
+     1
+101
+ACDSRECORD
+  1
+AcDbDs::ID
+ 90
+        4
+  2
+AcDbDs::HandleAttribute
+280
+     7
+282
+     1
+  0
+ACDSSCHEMA
+ 90
+        1
+  1
+AcDbDs::TreatedAsObjectDataSchema
+  2
+AcDbDs::TreatedAsObjectData
+280
+     1
+ 91
+        0
+  0
+ACDSSCHEMA
+ 90
+        2
+  1
+AcDbDs::LegacySchema
+  2
+AcDbDs::Legacy
+280
+     1
+ 91
+        0
+  0
+ACDSSCHEMA
+ 90
+        3
+  1
+AcDbDs::IndexedPropertySchema
+  2
+AcDs:Indexable
+280
+     1
+ 91
+        0
+  0
+ACDSSCHEMA
+ 90
+        4
+  1
+AcDbDs::HandleAttributeSchema
+  2
+AcDbDs::HandleAttribute
+280
+     7
+ 91
+        1
+284
+     1
+  0
+ACDSRECORD
+ 90
+        0
+  2
+AcDbDs::ID
+280
+    10
+320
+22
+  2
+Thumbnail_Data
+280
+    15
+ 94
+     3834
+310
+89504E470D0A1A0A0000000D49484452000001000000009808030000003CEEC7CE00000300504C5445212830000000C8C8C80000000000000000000000000000000000000000000000000000330000660000990000CC0000FF0033000033330033660033990033CC0033FF0066000066330066660066990066CC0066FF0099
+310
+000099330099660099990099CC0099FF00CC0000CC3300CC6600CC9900CCCC00CCFF00FF0000FF3300FF6600FF9900FFCC00FFFF3300003300333300663300993300CC3300FF3333003333333333663333993333CC3333FF3366003366333366663366993366CC3366FF3399003399333399663399993399CC3399FF33CC00
+310
+33CC3333CC6633CC9933CCCC33CCFF33FF0033FF3333FF6633FF9933FFCC33FFFF6600006600336600666600996600CC6600FF6633006633336633666633996633CC6633FF6666006666336666666666996666CC6666FF6699006699336699666699996699CC6699FF66CC0066CC3366CC6666CC9966CCCC66CCFF66FF0066
+310
+FF3366FF6666FF9966FFCC66FFFF9900009900339900669900999900CC9900FF9933009933339933669933999933CC9933FF9966009966339966669966999966CC9966FF9999009999339999669999999999CC9999FF99CC0099CC3399CC6699CC9999CCCC99CCFF99FF0099FF3399FF6699FF9999FFCC99FFFFCC0000CC00
+310
+33CC0066CC0099CC00CCCC00FFCC3300CC3333CC3366CC3399CC33CCCC33FFCC6600CC6633CC6666CC6699CC66CCCC66FFCC9900CC9933CC9966CC9999CC99CCCC99FFCCCC00CCCC33CCCC66CCCC99CCCCCCCCCCFFCCFF00CCFF33CCFF66CCFF99CCFFCCCCFFFFFF0000FF0033FF0066FF0099FF00CCFF00FFFF3300FF3333
+310
+FF3366FF3399FF33CCFF33FFFF6600FF6633FF6666FF6699FF66CCFF66FFFF9900FF9933FF9966FF9999FF99CCFF99FFFFCC00FFCC33FFCC66FFCC99FFCCCCFFCCFFFFFF00FFFF33FFFF66FFFF99FFFFCCFFFFFF0000000D0D0D1A1A1A2828283535354343435050505D5D5D6B6B6B787878868686939393A1A1A1AEAEAEBB
+310
+BBBBC9C9C9D6D6D6E4E4E4F1F1F1FFFFFF000000000000000000000000000000000000000000000000000000000000B21171F6000004934944415478DAED9D4D9AA4200C86730C0F32279CE3CD317AEDC20DFBE9FA55217F18A94292ACFA2962D4B72060F8CA06080B0B0B0B0B0B0B0B0B0B0B0B0B0B0B0B0B0B0B0B736AC9
+310
+891901CC35E79AAF0560D6F493E73D41191239C9DC633F3703D81CF10C394DD35000D62FF87557B0B9A7B4ED024F003011B42E0BA01C38AF035100D3E0001E1FD100C8DC7745005202450014D34887F71D004E0730DF3BFAFC6B2B80F965170570DADA661E792538F452D8C7134F7D0FD0F40FC9416EB70750BA7000F0CFC5
+310
+FEF13B252C0BEBA068075B0058A48B145DF2479CF77C17001400C4938BEDF600561702407960914D330065BACDAE1F6DB707A87509001880F5E8AC00E065084C857903907F2A00785C3A0D20BDEF4D6AB70730B868016085C01D80B21D76D7CFB4DB03E85D3E092009D79F2400FA007A97C801E701F09B035000483B358401
+310
+CD01A6007A974F0248C05F7F92000801208900E0BC1E103960FC1C3097464C83AF2A053104D62A06318BBD1E35A921A00DC04D8394CBE182C81100C05E3F24900048014400701E0097F500673900D9E0A47A173F0DAE654AAA070BD3607D00BD0B0FA0D80AB200007A0867EDF6007A97830026C2DE00680745FB639BDD1240
+310
+EB220F811DBE0D00FCB80D00D241D17E175A9802685D0E2F847C00C83F0A00CE724076D80E808B8510B30E60ECDF309BA35C1274B13B4CE7001FFA80020028012C8BD5413C83FD04CB520D00B64990B3FBEEB6E0205D9C10407302954B8B1C00E61CD00F80F7C2E1FC9AA098047BDA1B6C012076872FBE1062B40703092434
+310
+4BE1B101300F433E72807B00DE7786F4556114C0000A11B6071C5188005C4B211249B00EC0780A11ED104001244600711585C8E90000AEAC10719F0320F95689E549707C8548C53A602BF0A0018020F0E0B6C7BFA110113442F5432003D07F0EA810491D11484839E0EB0209F23B6CA61081CE14224776542AA6C17A898C14
+310
+A0ECDF0A978300CCBBC3520EE8462102BBF7809CA80F90B6C73BD007B405700581444864E895A00F8548E5B380A78208637F4221320C0072293C8A1D5E0A6BD4178676B02A48B41291CB0258968F0038FC0E91DB0B1E2CED202B40A4008B98033400EE7FFD3C6D3F7D3495C8A892E0C7F40138001FEB8063B1C701F0F8E297
+310
+9BBDBA007660FEA89D03C85FD8545C3FF6AC6E0E5086483BC5443D00F0072086C07E08FC0400E9407967086C3B431280F60A91545115E6AABEAAAA3058CACAA422B56277F8BD02583B811140DD0F27C15E161794B83600B110F291046F86F5000F35411E8087AA30BB33343E80D43B80D64320B5DD1B34E780E649F068C1F5
+310
+EF486F9545D65A8ECAE23480288BBBA80AE35DD3535598EE013D54857B7EB5F620CF02B8BAC82500BEEBE4F546AC284AFFEAADA4DC0B00F5F4D11880F4BB414210BFBA60FF51E1D41ED078087C0F00FA055E3F076CB7168707804FD2A9855618F9BD00A8E5FEEAB278ED0F26C88DE5A339E0C300CAFC08420045CD3B9D06A0
+310
+FD10C027080600287A807E0860D973841C90CE01D0BC22D4DB4AB000D0BC26F8F5B2F8B701745715760F603F0B38D819620178104BB343C043559801E0A32ACC0C01B700527204001C5800887FBA1A0036F61FAAE79226001B627B0000000049454E44AE426082AD10880A8039D0FB021444F27F9D8DEE01941EF0BDEB7F91
+310
+6D3E5B35014CF20000000049454E44AE42608244AE42608281AC95B05E09FCD224A675DBAE041D8003E81D4093262A1D019876380007E0001C80037000B30398707000530B404599AB7500939FFF94F3BFEFE8CC878FAF8C7F782DFFA1E5C267E80000000049454E44AE426082C17D0130698000A7FD37FFFD6B4B3F340067
+310
+555B575DA01B003BDD6001AC2F9A41C1E72B1100CD14813E00780FD0C538A0724671E9C5B53DC0EE3FE0008853E3355F525CEBAE14C01962809577B000B69618D72EB71673A4E501670560BA5E6472C4FD32E7CD665FC3C53D80AE5ED1B511043B44C5E5B0F7733E03805ED9F5D427D3BA8FC5F1F90DF380710128C5038012
+310
+61E448007C33A0350091278C1C08C053A0E403F00D016EDF605418813A5DA0B416485EBC931303A209BF5980B5E722DD00E42562E1973382E02F77C9202F8C780014EC1ACB005074A78E3C004A2D6BC803C288B3698C0010B9BA400500B71BD91080571811CCF6F83A61A408806808004F7CEF5D04C7EE1AFBB807E0C35D00
+310
+E40923E0E802FD8220847FB37808E0C00522248C306D7102204F18C905E05DA2910BC0BB304880B3302B228CF44A84F8E76828EA0980ED62BBD2D8A100987571D54380C883F17B0A082A241D0D403403404ACE1000DD68B0B7A15E1D80BBE82108801346AE0CE0D4BA000FE05F6DD602A1AF0220C80CD534153E9330727410
+310
+3C5D5B3C0AC0B989472180F30A230701B8B007B41F0265FB052E9F07584B05BF1240F59699EB6782271546120198A5DB0D009C4A1849F600F87F914EDB0110DEFB091E2A8C247B001811B91E408230321D248C7C2206C4327EBC33FD8600B0B2816EA7478411F10161A43F00C56C3802A625EA07D0551821E5707300DC36E4
+310
+FC0D133D01E0436D050035C27FCE2B8CF4CB04D14827775A0AC910641A3C2E0836AA06C986097BE735278C48140EA830227A0A230D01847401080823FAF4A44718B98C07F80184BA2440EF28E9E601874F8346A96F248C887261A4E0464A9900FED366A6A94A0054181115C2C8811EA0E7DC6A0F20C288A81046B675AC47E5
+310
+01CC3DB04200B63B6971F78D6B68FBB2DE2E00E0EFD5200FC07E0F31DB1F0EF9EF579A03007DFE496FD18B0AC8CDD4C8A4150A7AF1A678C57D84B200EC6B84452600743F395CDEE05F571480480600DC7EFFB6002070E58200C0BEFEE900F0EDCAE21EC01E74E735420900C01E05EEFEFAA643E0BC007C7B631B88A3970320
+310
+F0E2CF2B01285A2A7BF6FF6BAC7AB1F4E9AD10C08DAC08C09D6C0028BA7FC0ADC6403CD5B8B9A153FE0330EFF5D1DC987AED0000000049454E44AE426082A30000000049454E44AE426082AE426082E20A8382CD6EA898B1A1AB15A129768240FEF6FAE02C9B0F6315801D3754AC585D390090F7D4AD06308C9512604AD171
+310
+00881088FA8F7515D08D59D500E068090837D88ECE7E6F1B702200A8BF72AC06407166E8BC003079967D15003BFA05AEFEBDC3671BF8F9EEF115006F3F3E00A67F78E931025E7CC0677CC6675C7AFC0F76809EF9EE4FDE670000000049454E44AE4260825D25B606C003C15F36AEDE07404E25460D2AB1552E00FA4BFC6EDB
+310
+7D00982A3117C08AEF1D2E0000EC0EC05689F9A2ED15DF3B7CCA5580ABC44A3203FDBDC3570700F74B2748EC82AE80A58BD685F30067FF08F1DAB65D5C1FC063D5F9FDFBB7F9454628D8E4FE4700F05462CEF70EB7ABC4FCB6F8D1003C9518C1920F34ABC4C86D8B1F08604125463D5562272A8755B8675F27655980DADCCC
+310
+7C04FA1F2EFB3E7ACE03A7480000000049454E44AE42608244ED5771FC8095ADA37695D8A435C10A00C7AAC4E8AA09A34552304425F62FDFD248F06000AE4CAE1DC0EBD51F51531166F58B36FD0000000049454E44AE426082FF03B336C53E95BB25680000000049454E44AE4260822F0F84C8C44EFBF5A4440B489CA3551A
+310
+132C85E20A126D0AC505249AD30F424248080921212484849010124242483445E24F480809212124848490101242424894932876897743E28FFD7D2C093AC9F3B7C3F21C127FB4F2CF26C18F78B0C614122E1D6943792209D70CF94365423512D11342C222F1ECF1C42A09AB8E783209A0B1550F1F6D8B0516B5CAFF073744
+310
+A0C0062092630000000049454E44AE42608244AE426082914824128944229148241289442291482412894422914824128944229148241289442291482412894422914835F43FEBC7FAF2334754CC0000000049454E44AE42608279B21B382671E16551B71A5C0E5CF86D2D9AE662EF0744E8CB3DEA114AD1DDB078D7C6A5B9
+310
+78D7F5DCBF7CE11B5D3D0AE5A229AB732E8A262472D1E94B7F5CFEFEDD5C7EFDFD77B3342E7FFE6C65ADBFFF6CD635978CFA826FA42FC1D9BCE0921E6DC6BBB5B93C6EC5E5969625EF7D53C371E9FE9B3B8CC772F0306CF8CBB061C3860D1B366CD8B061C3860D1B366CD8B061C3860D1B366CD8B061C3860D1B366CD8B061
+310
+9F61FF0730B553DE59618A620000000049454E44AE426082
+  0
+ENDSEC
+  0
+EOF
diff --git a/NON-APPROVED/skid-rfq/EPICS-Errors.opi b/NON-APPROVED/skid-rfq/EPICS-Errors.opi
new file mode 100644
index 0000000000000000000000000000000000000000..cd4a7cf9f5d4d189fdfad4d7317a045d483766ac
--- /dev/null
+++ b/NON-APPROVED/skid-rfq/EPICS-Errors.opi
@@ -0,0 +1,33591 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<display typeId="org.csstudio.opibuilder.Display" version="1.0.0">
+  <actions hook="false" hook_all="false" />
+  <auto_scale_widgets>
+    <auto_scale_widgets>false</auto_scale_widgets>
+    <min_width>-1</min_width>
+    <min_height>-1</min_height>
+  </auto_scale_widgets>
+  <auto_zoom_to_fit_all>false</auto_zoom_to_fit_all>
+  <background_color>
+    <color red="180" green="180" blue="180" />
+  </background_color>
+  <boy_version>5.1.0.201703221304</boy_version>
+  <foreground_color>
+    <color red="192" green="192" blue="192" />
+  </foreground_color>
+  <grid_space>6</grid_space>
+  <height>600</height>
+  <macros>
+    <include_parent_macros>true</include_parent_macros>
+  </macros>
+  <name></name>
+  <rules />
+  <scripts />
+  <show_close_button>true</show_close_button>
+  <show_edit_range>true</show_edit_range>
+  <show_grid>true</show_grid>
+  <show_ruler>true</show_ruler>
+  <snap_to_geometry>true</snap_to_geometry>
+  <widget_type>Display</widget_type>
+  <width>800</width>
+  <wuid>-32e0cda:1641d794e56:-4ec9</wuid>
+  <x>-1</x>
+  <y>-1</y>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>708</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="16" y="107" />
+      <point x="203" y="107" />
+      <point x="203" y="814" />
+      <point x="16" y="814" />
+      <point x="16" y="107" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>188</width>
+    <wuid>-32e0cda:1641d794e56:-4da4</wuid>
+    <x>16</x>
+    <y>107</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>708</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="16" y="814" />
+      <point x="203" y="814" />
+      <point x="203" y="107" />
+      <point x="16" y="107" />
+      <point x="16" y="814" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>188</width>
+    <wuid>-32e0cda:1641d794e56:-4da1</wuid>
+    <x>16</x>
+    <y>107</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>702</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="18" y="811" />
+      <point x="201" y="811" />
+      <point x="202" y="110" />
+      <point x="18" y="110" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>185</width>
+    <wuid>-32e0cda:1641d794e56:-4ea0</wuid>
+    <x>18</x>
+    <y>110</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>702</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="18" y="811" />
+      <point x="201" y="811" />
+      <point x="202" y="110" />
+      <point x="18" y="110" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>185</width>
+    <wuid>-32e0cda:1641d794e56:-4d2c</wuid>
+    <x>18</x>
+    <y>110</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>256</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="252" y="107" />
+      <point x="494" y="107" />
+      <point x="494" y="362" />
+      <point x="252" y="362" />
+      <point x="252" y="107" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>243</width>
+    <wuid>-32e0cda:1641d794e56:-4e16</wuid>
+    <x>252</x>
+    <y>107</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>256</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="520" y="107" />
+      <point x="762" y="107" />
+      <point x="762" y="362" />
+      <point x="520" y="362" />
+      <point x="520" y="107" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>243</width>
+    <wuid>-32e0cda:1641d794e56:-4e13</wuid>
+    <x>520</x>
+    <y>107</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>256</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="787" y="107" />
+      <point x="1029" y="107" />
+      <point x="1029" y="362" />
+      <point x="787" y="362" />
+      <point x="787" y="107" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>243</width>
+    <wuid>-32e0cda:1641d794e56:-4e10</wuid>
+    <x>787</x>
+    <y>107</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>256</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1058" y="107" />
+      <point x="1300" y="107" />
+      <point x="1300" y="362" />
+      <point x="1058" y="362" />
+      <point x="1058" y="107" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>243</width>
+    <wuid>-32e0cda:1641d794e56:-4e0d</wuid>
+    <x>1058</x>
+    <y>107</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>256</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1327" y="107" />
+      <point x="1569" y="107" />
+      <point x="1569" y="362" />
+      <point x="1327" y="362" />
+      <point x="1327" y="107" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>243</width>
+    <wuid>-32e0cda:1641d794e56:-4e0a</wuid>
+    <x>1327</x>
+    <y>107</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>256</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1617" y="107" />
+      <point x="1859" y="107" />
+      <point x="1859" y="362" />
+      <point x="1617" y="362" />
+      <point x="1617" y="107" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>243</width>
+    <wuid>-32e0cda:1641d794e56:-4e07</wuid>
+    <x>1617</x>
+    <y>107</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>256</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="252" y="107" />
+      <point x="494" y="107" />
+      <point x="494" y="362" />
+      <point x="252" y="362" />
+      <point x="252" y="107" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>243</width>
+    <wuid>-32e0cda:1641d794e56:-4e06</wuid>
+    <x>252</x>
+    <y>107</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>256</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="520" y="107" />
+      <point x="762" y="107" />
+      <point x="762" y="362" />
+      <point x="520" y="362" />
+      <point x="520" y="107" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>243</width>
+    <wuid>-32e0cda:1641d794e56:-4e03</wuid>
+    <x>520</x>
+    <y>107</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>256</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="520" y="107" />
+      <point x="762" y="107" />
+      <point x="762" y="362" />
+      <point x="520" y="362" />
+      <point x="520" y="107" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>243</width>
+    <wuid>-32e0cda:1641d794e56:-4e02</wuid>
+    <x>520</x>
+    <y>107</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>256</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="787" y="107" />
+      <point x="1029" y="107" />
+      <point x="1029" y="362" />
+      <point x="787" y="362" />
+      <point x="787" y="107" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>243</width>
+    <wuid>-32e0cda:1641d794e56:-4dff</wuid>
+    <x>787</x>
+    <y>107</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>256</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="787" y="107" />
+      <point x="1029" y="107" />
+      <point x="1029" y="362" />
+      <point x="787" y="362" />
+      <point x="787" y="107" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>243</width>
+    <wuid>-32e0cda:1641d794e56:-4dfe</wuid>
+    <x>787</x>
+    <y>107</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>256</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1058" y="107" />
+      <point x="1300" y="107" />
+      <point x="1300" y="362" />
+      <point x="1058" y="362" />
+      <point x="1058" y="107" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>243</width>
+    <wuid>-32e0cda:1641d794e56:-4dfb</wuid>
+    <x>1058</x>
+    <y>107</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>256</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1058" y="107" />
+      <point x="1300" y="107" />
+      <point x="1300" y="362" />
+      <point x="1058" y="362" />
+      <point x="1058" y="107" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>243</width>
+    <wuid>-32e0cda:1641d794e56:-4dfa</wuid>
+    <x>1058</x>
+    <y>107</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>256</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1327" y="107" />
+      <point x="1569" y="107" />
+      <point x="1569" y="362" />
+      <point x="1327" y="362" />
+      <point x="1327" y="107" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>243</width>
+    <wuid>-32e0cda:1641d794e56:-4df7</wuid>
+    <x>1327</x>
+    <y>107</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>256</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1327" y="107" />
+      <point x="1569" y="107" />
+      <point x="1569" y="362" />
+      <point x="1327" y="362" />
+      <point x="1327" y="107" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>243</width>
+    <wuid>-32e0cda:1641d794e56:-4df6</wuid>
+    <x>1327</x>
+    <y>107</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>256</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1617" y="107" />
+      <point x="1859" y="107" />
+      <point x="1859" y="362" />
+      <point x="1617" y="362" />
+      <point x="1617" y="107" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>243</width>
+    <wuid>-32e0cda:1641d794e56:-4df3</wuid>
+    <x>1617</x>
+    <y>107</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>256</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1617" y="107" />
+      <point x="1859" y="107" />
+      <point x="1859" y="362" />
+      <point x="1617" y="362" />
+      <point x="1617" y="107" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>243</width>
+    <wuid>-32e0cda:1641d794e56:-4df2</wuid>
+    <x>1617</x>
+    <y>107</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>256</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="252" y="388" />
+      <point x="494" y="388" />
+      <point x="494" y="643" />
+      <point x="252" y="643" />
+      <point x="252" y="388" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>243</width>
+    <wuid>-32e0cda:1641d794e56:-4dee</wuid>
+    <x>252</x>
+    <y>388</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>256</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="520" y="388" />
+      <point x="762" y="388" />
+      <point x="762" y="643" />
+      <point x="520" y="643" />
+      <point x="520" y="388" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>243</width>
+    <wuid>-32e0cda:1641d794e56:-4deb</wuid>
+    <x>520</x>
+    <y>388</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>256</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="787" y="391" />
+      <point x="1029" y="391" />
+      <point x="1029" y="646" />
+      <point x="787" y="646" />
+      <point x="787" y="391" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>243</width>
+    <wuid>-32e0cda:1641d794e56:-4de8</wuid>
+    <x>787</x>
+    <y>391</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>256</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1058" y="389" />
+      <point x="1300" y="389" />
+      <point x="1300" y="644" />
+      <point x="1058" y="644" />
+      <point x="1058" y="389" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>243</width>
+    <wuid>-32e0cda:1641d794e56:-4de5</wuid>
+    <x>1058</x>
+    <y>389</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>256</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1327" y="389" />
+      <point x="1569" y="389" />
+      <point x="1569" y="644" />
+      <point x="1327" y="644" />
+      <point x="1327" y="389" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>243</width>
+    <wuid>-32e0cda:1641d794e56:-4de2</wuid>
+    <x>1327</x>
+    <y>389</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>256</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1617" y="389" />
+      <point x="1859" y="389" />
+      <point x="1859" y="644" />
+      <point x="1617" y="644" />
+      <point x="1617" y="389" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>243</width>
+    <wuid>-32e0cda:1641d794e56:-4ddf</wuid>
+    <x>1617</x>
+    <y>389</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>256</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="252" y="388" />
+      <point x="494" y="388" />
+      <point x="494" y="643" />
+      <point x="252" y="643" />
+      <point x="252" y="388" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>243</width>
+    <wuid>-32e0cda:1641d794e56:-4ddd</wuid>
+    <x>252</x>
+    <y>388</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>256</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="252" y="388" />
+      <point x="494" y="388" />
+      <point x="494" y="643" />
+      <point x="252" y="643" />
+      <point x="252" y="388" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>243</width>
+    <wuid>-32e0cda:1641d794e56:-4ddc</wuid>
+    <x>252</x>
+    <y>388</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>256</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="520" y="388" />
+      <point x="762" y="388" />
+      <point x="762" y="643" />
+      <point x="520" y="643" />
+      <point x="520" y="388" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>243</width>
+    <wuid>-32e0cda:1641d794e56:-4dd9</wuid>
+    <x>520</x>
+    <y>388</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>256</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="520" y="388" />
+      <point x="762" y="388" />
+      <point x="762" y="643" />
+      <point x="520" y="643" />
+      <point x="520" y="388" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>243</width>
+    <wuid>-32e0cda:1641d794e56:-4dd8</wuid>
+    <x>520</x>
+    <y>388</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>256</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="787" y="391" />
+      <point x="1029" y="391" />
+      <point x="1029" y="646" />
+      <point x="787" y="646" />
+      <point x="787" y="391" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>243</width>
+    <wuid>-32e0cda:1641d794e56:-4dd5</wuid>
+    <x>787</x>
+    <y>391</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>256</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="787" y="391" />
+      <point x="1029" y="391" />
+      <point x="1029" y="646" />
+      <point x="787" y="646" />
+      <point x="787" y="391" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>243</width>
+    <wuid>-32e0cda:1641d794e56:-4dd4</wuid>
+    <x>787</x>
+    <y>391</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>256</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1058" y="389" />
+      <point x="1300" y="389" />
+      <point x="1300" y="644" />
+      <point x="1058" y="644" />
+      <point x="1058" y="389" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>243</width>
+    <wuid>-32e0cda:1641d794e56:-4dd1</wuid>
+    <x>1058</x>
+    <y>389</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>256</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1058" y="389" />
+      <point x="1300" y="389" />
+      <point x="1300" y="644" />
+      <point x="1058" y="644" />
+      <point x="1058" y="389" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>243</width>
+    <wuid>-32e0cda:1641d794e56:-4dd0</wuid>
+    <x>1058</x>
+    <y>389</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>256</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1327" y="389" />
+      <point x="1569" y="389" />
+      <point x="1569" y="644" />
+      <point x="1327" y="644" />
+      <point x="1327" y="389" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>243</width>
+    <wuid>-32e0cda:1641d794e56:-4dcd</wuid>
+    <x>1327</x>
+    <y>389</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>256</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1327" y="389" />
+      <point x="1569" y="389" />
+      <point x="1569" y="644" />
+      <point x="1327" y="644" />
+      <point x="1327" y="389" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>243</width>
+    <wuid>-32e0cda:1641d794e56:-4dcc</wuid>
+    <x>1327</x>
+    <y>389</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>256</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1617" y="389" />
+      <point x="1859" y="389" />
+      <point x="1859" y="644" />
+      <point x="1617" y="644" />
+      <point x="1617" y="389" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>243</width>
+    <wuid>-32e0cda:1641d794e56:-4dc9</wuid>
+    <x>1617</x>
+    <y>389</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>256</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1617" y="389" />
+      <point x="1859" y="389" />
+      <point x="1859" y="644" />
+      <point x="1617" y="644" />
+      <point x="1617" y="389" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>243</width>
+    <wuid>-32e0cda:1641d794e56:-4dc8</wuid>
+    <x>1617</x>
+    <y>389</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>240</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="260" y="354" />
+      <point x="485" y="354" />
+      <point x="485" y="115" />
+      <point x="260" y="115" />
+      <point x="260" y="354" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>226</width>
+    <wuid>-32e0cda:1641d794e56:-4e17</wuid>
+    <x>260</x>
+    <y>115</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>240</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="528" y="354" />
+      <point x="753" y="354" />
+      <point x="753" y="115" />
+      <point x="528" y="115" />
+      <point x="528" y="354" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>226</width>
+    <wuid>-32e0cda:1641d794e56:-4e14</wuid>
+    <x>528</x>
+    <y>115</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>240</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="795" y="354" />
+      <point x="1020" y="354" />
+      <point x="1020" y="115" />
+      <point x="795" y="115" />
+      <point x="795" y="354" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>226</width>
+    <wuid>-32e0cda:1641d794e56:-4e11</wuid>
+    <x>795</x>
+    <y>115</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>240</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1066" y="354" />
+      <point x="1291" y="354" />
+      <point x="1291" y="115" />
+      <point x="1066" y="115" />
+      <point x="1066" y="354" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>226</width>
+    <wuid>-32e0cda:1641d794e56:-4e0e</wuid>
+    <x>1066</x>
+    <y>115</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>240</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1335" y="354" />
+      <point x="1560" y="354" />
+      <point x="1560" y="115" />
+      <point x="1335" y="115" />
+      <point x="1335" y="354" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>226</width>
+    <wuid>-32e0cda:1641d794e56:-4e0b</wuid>
+    <x>1335</x>
+    <y>115</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>240</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1625" y="354" />
+      <point x="1850" y="354" />
+      <point x="1850" y="115" />
+      <point x="1625" y="115" />
+      <point x="1625" y="354" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>226</width>
+    <wuid>-32e0cda:1641d794e56:-4e08</wuid>
+    <x>1625</x>
+    <y>115</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>240</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="260" y="115" />
+      <point x="485" y="115" />
+      <point x="485" y="354" />
+      <point x="260" y="354" />
+      <point x="260" y="115" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>226</width>
+    <wuid>-32e0cda:1641d794e56:-4e05</wuid>
+    <x>260</x>
+    <y>115</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>240</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="528" y="354" />
+      <point x="753" y="354" />
+      <point x="753" y="115" />
+      <point x="528" y="115" />
+      <point x="528" y="354" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>226</width>
+    <wuid>-32e0cda:1641d794e56:-4e04</wuid>
+    <x>528</x>
+    <y>115</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>240</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="528" y="115" />
+      <point x="753" y="115" />
+      <point x="753" y="354" />
+      <point x="528" y="354" />
+      <point x="528" y="115" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>226</width>
+    <wuid>-32e0cda:1641d794e56:-4e01</wuid>
+    <x>528</x>
+    <y>115</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>240</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="795" y="354" />
+      <point x="1020" y="354" />
+      <point x="1020" y="115" />
+      <point x="795" y="115" />
+      <point x="795" y="354" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>226</width>
+    <wuid>-32e0cda:1641d794e56:-4e00</wuid>
+    <x>795</x>
+    <y>115</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>240</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="795" y="115" />
+      <point x="1020" y="115" />
+      <point x="1020" y="354" />
+      <point x="795" y="354" />
+      <point x="795" y="115" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>226</width>
+    <wuid>-32e0cda:1641d794e56:-4dfd</wuid>
+    <x>795</x>
+    <y>115</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>240</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1066" y="354" />
+      <point x="1291" y="354" />
+      <point x="1291" y="115" />
+      <point x="1066" y="115" />
+      <point x="1066" y="354" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>226</width>
+    <wuid>-32e0cda:1641d794e56:-4dfc</wuid>
+    <x>1066</x>
+    <y>115</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>240</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1066" y="115" />
+      <point x="1291" y="115" />
+      <point x="1291" y="354" />
+      <point x="1066" y="354" />
+      <point x="1066" y="115" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>226</width>
+    <wuid>-32e0cda:1641d794e56:-4df9</wuid>
+    <x>1066</x>
+    <y>115</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>240</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1335" y="354" />
+      <point x="1560" y="354" />
+      <point x="1560" y="115" />
+      <point x="1335" y="115" />
+      <point x="1335" y="354" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>226</width>
+    <wuid>-32e0cda:1641d794e56:-4df8</wuid>
+    <x>1335</x>
+    <y>115</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>240</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1335" y="115" />
+      <point x="1560" y="115" />
+      <point x="1560" y="354" />
+      <point x="1335" y="354" />
+      <point x="1335" y="115" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>226</width>
+    <wuid>-32e0cda:1641d794e56:-4df5</wuid>
+    <x>1335</x>
+    <y>115</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>240</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1625" y="354" />
+      <point x="1850" y="354" />
+      <point x="1850" y="115" />
+      <point x="1625" y="115" />
+      <point x="1625" y="354" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>226</width>
+    <wuid>-32e0cda:1641d794e56:-4df4</wuid>
+    <x>1625</x>
+    <y>115</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>240</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1625" y="115" />
+      <point x="1850" y="115" />
+      <point x="1850" y="354" />
+      <point x="1625" y="354" />
+      <point x="1625" y="115" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>226</width>
+    <wuid>-32e0cda:1641d794e56:-4df1</wuid>
+    <x>1625</x>
+    <y>115</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>240</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="260" y="635" />
+      <point x="485" y="635" />
+      <point x="485" y="396" />
+      <point x="260" y="396" />
+      <point x="260" y="635" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>226</width>
+    <wuid>-32e0cda:1641d794e56:-4def</wuid>
+    <x>260</x>
+    <y>396</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>240</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="528" y="635" />
+      <point x="753" y="635" />
+      <point x="753" y="396" />
+      <point x="528" y="396" />
+      <point x="528" y="635" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>226</width>
+    <wuid>-32e0cda:1641d794e56:-4dec</wuid>
+    <x>528</x>
+    <y>396</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>240</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="795" y="638" />
+      <point x="1020" y="638" />
+      <point x="1020" y="399" />
+      <point x="795" y="399" />
+      <point x="795" y="638" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>226</width>
+    <wuid>-32e0cda:1641d794e56:-4de9</wuid>
+    <x>795</x>
+    <y>399</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>240</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1066" y="636" />
+      <point x="1291" y="636" />
+      <point x="1291" y="397" />
+      <point x="1066" y="397" />
+      <point x="1066" y="636" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>226</width>
+    <wuid>-32e0cda:1641d794e56:-4de6</wuid>
+    <x>1066</x>
+    <y>397</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>240</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1335" y="636" />
+      <point x="1560" y="636" />
+      <point x="1560" y="397" />
+      <point x="1335" y="397" />
+      <point x="1335" y="636" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>226</width>
+    <wuid>-32e0cda:1641d794e56:-4de3</wuid>
+    <x>1335</x>
+    <y>397</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>240</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1625" y="636" />
+      <point x="1850" y="636" />
+      <point x="1850" y="397" />
+      <point x="1625" y="397" />
+      <point x="1625" y="636" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>226</width>
+    <wuid>-32e0cda:1641d794e56:-4de0</wuid>
+    <x>1625</x>
+    <y>397</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>240</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="260" y="635" />
+      <point x="485" y="635" />
+      <point x="485" y="396" />
+      <point x="260" y="396" />
+      <point x="260" y="635" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>226</width>
+    <wuid>-32e0cda:1641d794e56:-4dde</wuid>
+    <x>260</x>
+    <y>396</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>240</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="260" y="396" />
+      <point x="485" y="396" />
+      <point x="485" y="635" />
+      <point x="260" y="635" />
+      <point x="260" y="396" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>226</width>
+    <wuid>-32e0cda:1641d794e56:-4ddb</wuid>
+    <x>260</x>
+    <y>396</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>240</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="528" y="635" />
+      <point x="753" y="635" />
+      <point x="753" y="396" />
+      <point x="528" y="396" />
+      <point x="528" y="635" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>226</width>
+    <wuid>-32e0cda:1641d794e56:-4dda</wuid>
+    <x>528</x>
+    <y>396</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>240</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="528" y="396" />
+      <point x="753" y="396" />
+      <point x="753" y="635" />
+      <point x="528" y="635" />
+      <point x="528" y="396" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>226</width>
+    <wuid>-32e0cda:1641d794e56:-4dd7</wuid>
+    <x>528</x>
+    <y>396</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>240</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="795" y="638" />
+      <point x="1020" y="638" />
+      <point x="1020" y="399" />
+      <point x="795" y="399" />
+      <point x="795" y="638" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>226</width>
+    <wuid>-32e0cda:1641d794e56:-4dd6</wuid>
+    <x>795</x>
+    <y>399</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>240</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="795" y="399" />
+      <point x="1020" y="399" />
+      <point x="1020" y="638" />
+      <point x="795" y="638" />
+      <point x="795" y="399" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>226</width>
+    <wuid>-32e0cda:1641d794e56:-4dd3</wuid>
+    <x>795</x>
+    <y>399</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>240</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1066" y="636" />
+      <point x="1291" y="636" />
+      <point x="1291" y="397" />
+      <point x="1066" y="397" />
+      <point x="1066" y="636" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>226</width>
+    <wuid>-32e0cda:1641d794e56:-4dd2</wuid>
+    <x>1066</x>
+    <y>397</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>240</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1066" y="397" />
+      <point x="1291" y="397" />
+      <point x="1291" y="636" />
+      <point x="1066" y="636" />
+      <point x="1066" y="397" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>226</width>
+    <wuid>-32e0cda:1641d794e56:-4dcf</wuid>
+    <x>1066</x>
+    <y>397</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>240</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1335" y="636" />
+      <point x="1560" y="636" />
+      <point x="1560" y="397" />
+      <point x="1335" y="397" />
+      <point x="1335" y="636" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>226</width>
+    <wuid>-32e0cda:1641d794e56:-4dce</wuid>
+    <x>1335</x>
+    <y>397</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>240</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1335" y="397" />
+      <point x="1560" y="397" />
+      <point x="1560" y="636" />
+      <point x="1335" y="636" />
+      <point x="1335" y="397" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>226</width>
+    <wuid>-32e0cda:1641d794e56:-4dcb</wuid>
+    <x>1335</x>
+    <y>397</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>240</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1625" y="636" />
+      <point x="1850" y="636" />
+      <point x="1850" y="397" />
+      <point x="1625" y="397" />
+      <point x="1625" y="636" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>226</width>
+    <wuid>-32e0cda:1641d794e56:-4dca</wuid>
+    <x>1625</x>
+    <y>397</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>240</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1625" y="397" />
+      <point x="1850" y="397" />
+      <point x="1850" y="636" />
+      <point x="1625" y="636" />
+      <point x="1625" y="397" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>226</width>
+    <wuid>-32e0cda:1641d794e56:-4dc7</wuid>
+    <x>1625</x>
+    <y>397</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>159</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="252" y="858" />
+      <point x="494" y="858" />
+      <point x="494" y="1016" />
+      <point x="252" y="1016" />
+      <point x="252" y="858" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>243</width>
+    <wuid>-32e0cda:1641d794e56:-4e37</wuid>
+    <x>252</x>
+    <y>858</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>159</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="520" y="858" />
+      <point x="762" y="858" />
+      <point x="762" y="1016" />
+      <point x="520" y="1016" />
+      <point x="520" y="858" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>243</width>
+    <wuid>-32e0cda:1641d794e56:-4e35</wuid>
+    <x>520</x>
+    <y>858</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>159</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="787" y="858" />
+      <point x="1029" y="858" />
+      <point x="1029" y="1016" />
+      <point x="787" y="1016" />
+      <point x="787" y="858" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>243</width>
+    <wuid>-32e0cda:1641d794e56:-4e33</wuid>
+    <x>787</x>
+    <y>858</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>159</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1058" y="861" />
+      <point x="1300" y="861" />
+      <point x="1300" y="1019" />
+      <point x="1058" y="1019" />
+      <point x="1058" y="861" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>243</width>
+    <wuid>-32e0cda:1641d794e56:-4e31</wuid>
+    <x>1058</x>
+    <y>861</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>159</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1327" y="861" />
+      <point x="1569" y="861" />
+      <point x="1569" y="1019" />
+      <point x="1327" y="1019" />
+      <point x="1327" y="861" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>243</width>
+    <wuid>-32e0cda:1641d794e56:-4e2f</wuid>
+    <x>1327</x>
+    <y>861</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>159</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="252" y="858" />
+      <point x="494" y="858" />
+      <point x="494" y="1016" />
+      <point x="252" y="1016" />
+      <point x="252" y="858" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>243</width>
+    <wuid>-32e0cda:1641d794e56:-4e2d</wuid>
+    <x>252</x>
+    <y>858</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>159</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="252" y="858" />
+      <point x="494" y="858" />
+      <point x="494" y="1016" />
+      <point x="252" y="1016" />
+      <point x="252" y="858" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>243</width>
+    <wuid>-32e0cda:1641d794e56:-4e2c</wuid>
+    <x>252</x>
+    <y>858</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>159</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="520" y="858" />
+      <point x="762" y="858" />
+      <point x="762" y="1016" />
+      <point x="520" y="1016" />
+      <point x="520" y="858" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>243</width>
+    <wuid>-32e0cda:1641d794e56:-4e29</wuid>
+    <x>520</x>
+    <y>858</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>159</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="520" y="858" />
+      <point x="762" y="858" />
+      <point x="762" y="1016" />
+      <point x="520" y="1016" />
+      <point x="520" y="858" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>243</width>
+    <wuid>-32e0cda:1641d794e56:-4e28</wuid>
+    <x>520</x>
+    <y>858</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>159</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="787" y="858" />
+      <point x="1029" y="858" />
+      <point x="1029" y="1016" />
+      <point x="787" y="1016" />
+      <point x="787" y="858" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>243</width>
+    <wuid>-32e0cda:1641d794e56:-4e25</wuid>
+    <x>787</x>
+    <y>858</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>159</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="787" y="858" />
+      <point x="1029" y="858" />
+      <point x="1029" y="1016" />
+      <point x="787" y="1016" />
+      <point x="787" y="858" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>243</width>
+    <wuid>-32e0cda:1641d794e56:-4e24</wuid>
+    <x>787</x>
+    <y>858</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>159</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1058" y="861" />
+      <point x="1300" y="861" />
+      <point x="1300" y="1019" />
+      <point x="1058" y="1019" />
+      <point x="1058" y="861" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>243</width>
+    <wuid>-32e0cda:1641d794e56:-4e21</wuid>
+    <x>1058</x>
+    <y>861</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>159</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1058" y="861" />
+      <point x="1300" y="861" />
+      <point x="1300" y="1019" />
+      <point x="1058" y="1019" />
+      <point x="1058" y="861" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>243</width>
+    <wuid>-32e0cda:1641d794e56:-4e20</wuid>
+    <x>1058</x>
+    <y>861</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>159</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1327" y="861" />
+      <point x="1569" y="861" />
+      <point x="1569" y="1019" />
+      <point x="1327" y="1019" />
+      <point x="1327" y="861" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>243</width>
+    <wuid>-32e0cda:1641d794e56:-4e1d</wuid>
+    <x>1327</x>
+    <y>861</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>159</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1327" y="861" />
+      <point x="1569" y="861" />
+      <point x="1569" y="1019" />
+      <point x="1327" y="1019" />
+      <point x="1327" y="861" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>243</width>
+    <wuid>-32e0cda:1641d794e56:-4e1c</wuid>
+    <x>1327</x>
+    <y>861</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>159</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1617" y="861" />
+      <point x="1859" y="861" />
+      <point x="1859" y="1019" />
+      <point x="1617" y="1019" />
+      <point x="1617" y="861" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>243</width>
+    <wuid>-32e0cda:1641d794e56:-4d9f</wuid>
+    <x>1617</x>
+    <y>861</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>159</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1617" y="861" />
+      <point x="1859" y="861" />
+      <point x="1859" y="1019" />
+      <point x="1617" y="1019" />
+      <point x="1617" y="861" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>243</width>
+    <wuid>-32e0cda:1641d794e56:-4d9d</wuid>
+    <x>1617</x>
+    <y>861</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>159</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1617" y="861" />
+      <point x="1859" y="861" />
+      <point x="1859" y="1019" />
+      <point x="1617" y="1019" />
+      <point x="1617" y="861" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>243</width>
+    <wuid>-32e0cda:1641d794e56:-4d9c</wuid>
+    <x>1617</x>
+    <y>861</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>158</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="252" y="673" />
+      <point x="494" y="673" />
+      <point x="494" y="830" />
+      <point x="252" y="830" />
+      <point x="252" y="673" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>243</width>
+    <wuid>-32e0cda:1641d794e56:-4dc5</wuid>
+    <x>252</x>
+    <y>673</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>158</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="520" y="673" />
+      <point x="762" y="673" />
+      <point x="762" y="830" />
+      <point x="520" y="830" />
+      <point x="520" y="673" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>243</width>
+    <wuid>-32e0cda:1641d794e56:-4dc3</wuid>
+    <x>520</x>
+    <y>673</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>158</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="787" y="673" />
+      <point x="1029" y="673" />
+      <point x="1029" y="830" />
+      <point x="787" y="830" />
+      <point x="787" y="673" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>243</width>
+    <wuid>-32e0cda:1641d794e56:-4dc1</wuid>
+    <x>787</x>
+    <y>673</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>158</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1058" y="676" />
+      <point x="1300" y="676" />
+      <point x="1300" y="833" />
+      <point x="1058" y="833" />
+      <point x="1058" y="676" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>243</width>
+    <wuid>-32e0cda:1641d794e56:-4dbf</wuid>
+    <x>1058</x>
+    <y>676</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>158</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1327" y="672" />
+      <point x="1569" y="672" />
+      <point x="1569" y="829" />
+      <point x="1327" y="829" />
+      <point x="1327" y="672" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>243</width>
+    <wuid>-32e0cda:1641d794e56:-4dbd</wuid>
+    <x>1327</x>
+    <y>672</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>158</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="252" y="673" />
+      <point x="494" y="673" />
+      <point x="494" y="830" />
+      <point x="252" y="830" />
+      <point x="252" y="673" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>243</width>
+    <wuid>-32e0cda:1641d794e56:-4dbc</wuid>
+    <x>252</x>
+    <y>673</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>158</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="520" y="673" />
+      <point x="762" y="673" />
+      <point x="762" y="830" />
+      <point x="520" y="830" />
+      <point x="520" y="673" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>243</width>
+    <wuid>-32e0cda:1641d794e56:-4db9</wuid>
+    <x>520</x>
+    <y>673</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>158</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="520" y="673" />
+      <point x="762" y="673" />
+      <point x="762" y="830" />
+      <point x="520" y="830" />
+      <point x="520" y="673" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>243</width>
+    <wuid>-32e0cda:1641d794e56:-4db8</wuid>
+    <x>520</x>
+    <y>673</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>158</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="787" y="673" />
+      <point x="1029" y="673" />
+      <point x="1029" y="830" />
+      <point x="787" y="830" />
+      <point x="787" y="673" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>243</width>
+    <wuid>-32e0cda:1641d794e56:-4db5</wuid>
+    <x>787</x>
+    <y>673</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>158</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="787" y="673" />
+      <point x="1029" y="673" />
+      <point x="1029" y="830" />
+      <point x="787" y="830" />
+      <point x="787" y="673" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>243</width>
+    <wuid>-32e0cda:1641d794e56:-4db4</wuid>
+    <x>787</x>
+    <y>673</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>158</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1058" y="676" />
+      <point x="1300" y="676" />
+      <point x="1300" y="833" />
+      <point x="1058" y="833" />
+      <point x="1058" y="676" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>243</width>
+    <wuid>-32e0cda:1641d794e56:-4db1</wuid>
+    <x>1058</x>
+    <y>676</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>158</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1058" y="676" />
+      <point x="1300" y="676" />
+      <point x="1300" y="833" />
+      <point x="1058" y="833" />
+      <point x="1058" y="676" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>243</width>
+    <wuid>-32e0cda:1641d794e56:-4db0</wuid>
+    <x>1058</x>
+    <y>676</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>158</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1327" y="672" />
+      <point x="1569" y="672" />
+      <point x="1569" y="829" />
+      <point x="1327" y="829" />
+      <point x="1327" y="672" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>243</width>
+    <wuid>-32e0cda:1641d794e56:-4dad</wuid>
+    <x>1327</x>
+    <y>672</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>158</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1327" y="672" />
+      <point x="1569" y="672" />
+      <point x="1569" y="829" />
+      <point x="1327" y="829" />
+      <point x="1327" y="672" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>243</width>
+    <wuid>-32e0cda:1641d794e56:-4dac</wuid>
+    <x>1327</x>
+    <y>672</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>158</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1617" y="672" />
+      <point x="1859" y="672" />
+      <point x="1859" y="829" />
+      <point x="1617" y="829" />
+      <point x="1617" y="672" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>243</width>
+    <wuid>-32e0cda:1641d794e56:-4da9</wuid>
+    <x>1617</x>
+    <y>672</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>158</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1617" y="672" />
+      <point x="1859" y="672" />
+      <point x="1859" y="829" />
+      <point x="1617" y="829" />
+      <point x="1617" y="672" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>243</width>
+    <wuid>-32e0cda:1641d794e56:-4da7</wuid>
+    <x>1617</x>
+    <y>672</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>158</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1617" y="672" />
+      <point x="1859" y="672" />
+      <point x="1859" y="829" />
+      <point x="1617" y="829" />
+      <point x="1617" y="672" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>243</width>
+    <wuid>-32e0cda:1641d794e56:-4da6</wuid>
+    <x>1617</x>
+    <y>672</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>143</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="260" y="1008" />
+      <point x="485" y="1008" />
+      <point x="485" y="866" />
+      <point x="260" y="866" />
+      <point x="260" y="1008" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>226</width>
+    <wuid>-32e0cda:1641d794e56:-4e38</wuid>
+    <x>260</x>
+    <y>866</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>143</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="528" y="1008" />
+      <point x="753" y="1008" />
+      <point x="753" y="866" />
+      <point x="528" y="866" />
+      <point x="528" y="1008" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>226</width>
+    <wuid>-32e0cda:1641d794e56:-4e36</wuid>
+    <x>528</x>
+    <y>866</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>143</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="795" y="1008" />
+      <point x="1020" y="1008" />
+      <point x="1020" y="866" />
+      <point x="795" y="866" />
+      <point x="795" y="1008" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>226</width>
+    <wuid>-32e0cda:1641d794e56:-4e34</wuid>
+    <x>795</x>
+    <y>866</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>143</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1066" y="1011" />
+      <point x="1291" y="1011" />
+      <point x="1291" y="869" />
+      <point x="1066" y="869" />
+      <point x="1066" y="1011" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>226</width>
+    <wuid>-32e0cda:1641d794e56:-4e32</wuid>
+    <x>1066</x>
+    <y>869</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>143</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1335" y="1011" />
+      <point x="1560" y="1011" />
+      <point x="1560" y="869" />
+      <point x="1335" y="869" />
+      <point x="1335" y="1011" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>226</width>
+    <wuid>-32e0cda:1641d794e56:-4e30</wuid>
+    <x>1335</x>
+    <y>869</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>143</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="260" y="1008" />
+      <point x="485" y="1008" />
+      <point x="485" y="866" />
+      <point x="260" y="866" />
+      <point x="260" y="1008" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>226</width>
+    <wuid>-32e0cda:1641d794e56:-4e2e</wuid>
+    <x>260</x>
+    <y>866</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>143</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="260" y="866" />
+      <point x="485" y="866" />
+      <point x="485" y="1008" />
+      <point x="260" y="1008" />
+      <point x="260" y="866" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>226</width>
+    <wuid>-32e0cda:1641d794e56:-4e2b</wuid>
+    <x>260</x>
+    <y>866</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>143</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="528" y="1008" />
+      <point x="753" y="1008" />
+      <point x="753" y="866" />
+      <point x="528" y="866" />
+      <point x="528" y="1008" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>226</width>
+    <wuid>-32e0cda:1641d794e56:-4e2a</wuid>
+    <x>528</x>
+    <y>866</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>143</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="528" y="866" />
+      <point x="753" y="866" />
+      <point x="753" y="1008" />
+      <point x="528" y="1008" />
+      <point x="528" y="866" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>226</width>
+    <wuid>-32e0cda:1641d794e56:-4e27</wuid>
+    <x>528</x>
+    <y>866</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>143</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="795" y="1008" />
+      <point x="1020" y="1008" />
+      <point x="1020" y="866" />
+      <point x="795" y="866" />
+      <point x="795" y="1008" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>226</width>
+    <wuid>-32e0cda:1641d794e56:-4e26</wuid>
+    <x>795</x>
+    <y>866</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>143</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="795" y="866" />
+      <point x="1020" y="866" />
+      <point x="1020" y="1008" />
+      <point x="795" y="1008" />
+      <point x="795" y="866" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>226</width>
+    <wuid>-32e0cda:1641d794e56:-4e23</wuid>
+    <x>795</x>
+    <y>866</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>143</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1066" y="1011" />
+      <point x="1291" y="1011" />
+      <point x="1291" y="869" />
+      <point x="1066" y="869" />
+      <point x="1066" y="1011" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>226</width>
+    <wuid>-32e0cda:1641d794e56:-4e22</wuid>
+    <x>1066</x>
+    <y>869</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>143</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1066" y="869" />
+      <point x="1291" y="869" />
+      <point x="1291" y="1011" />
+      <point x="1066" y="1011" />
+      <point x="1066" y="869" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>226</width>
+    <wuid>-32e0cda:1641d794e56:-4e1f</wuid>
+    <x>1066</x>
+    <y>869</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>143</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1335" y="1011" />
+      <point x="1560" y="1011" />
+      <point x="1560" y="869" />
+      <point x="1335" y="869" />
+      <point x="1335" y="1011" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>226</width>
+    <wuid>-32e0cda:1641d794e56:-4e1e</wuid>
+    <x>1335</x>
+    <y>869</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>143</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1335" y="869" />
+      <point x="1560" y="869" />
+      <point x="1560" y="1011" />
+      <point x="1335" y="1011" />
+      <point x="1335" y="869" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>226</width>
+    <wuid>-32e0cda:1641d794e56:-4e1b</wuid>
+    <x>1335</x>
+    <y>869</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>143</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1625" y="1011" />
+      <point x="1850" y="1011" />
+      <point x="1850" y="869" />
+      <point x="1625" y="869" />
+      <point x="1625" y="1011" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>226</width>
+    <wuid>-32e0cda:1641d794e56:-4da0</wuid>
+    <x>1625</x>
+    <y>869</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>143</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1625" y="1011" />
+      <point x="1850" y="1011" />
+      <point x="1850" y="869" />
+      <point x="1625" y="869" />
+      <point x="1625" y="1011" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>226</width>
+    <wuid>-32e0cda:1641d794e56:-4d9e</wuid>
+    <x>1625</x>
+    <y>869</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>143</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1625" y="869" />
+      <point x="1850" y="869" />
+      <point x="1850" y="1011" />
+      <point x="1625" y="1011" />
+      <point x="1625" y="869" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>226</width>
+    <wuid>-32e0cda:1641d794e56:-4d9b</wuid>
+    <x>1625</x>
+    <y>869</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>142</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="260" y="822" />
+      <point x="485" y="822" />
+      <point x="485" y="681" />
+      <point x="260" y="681" />
+      <point x="260" y="822" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>226</width>
+    <wuid>-32e0cda:1641d794e56:-4dc6</wuid>
+    <x>260</x>
+    <y>681</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>142</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="528" y="822" />
+      <point x="753" y="822" />
+      <point x="753" y="681" />
+      <point x="528" y="681" />
+      <point x="528" y="822" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>226</width>
+    <wuid>-32e0cda:1641d794e56:-4dc4</wuid>
+    <x>528</x>
+    <y>681</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>142</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="795" y="822" />
+      <point x="1020" y="822" />
+      <point x="1020" y="681" />
+      <point x="795" y="681" />
+      <point x="795" y="822" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>226</width>
+    <wuid>-32e0cda:1641d794e56:-4dc2</wuid>
+    <x>795</x>
+    <y>681</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>142</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1066" y="825" />
+      <point x="1291" y="825" />
+      <point x="1291" y="684" />
+      <point x="1066" y="684" />
+      <point x="1066" y="825" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>226</width>
+    <wuid>-32e0cda:1641d794e56:-4dc0</wuid>
+    <x>1066</x>
+    <y>684</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>142</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1335" y="821" />
+      <point x="1560" y="821" />
+      <point x="1560" y="680" />
+      <point x="1335" y="680" />
+      <point x="1335" y="821" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>226</width>
+    <wuid>-32e0cda:1641d794e56:-4dbe</wuid>
+    <x>1335</x>
+    <y>680</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>142</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="260" y="681" />
+      <point x="485" y="681" />
+      <point x="485" y="822" />
+      <point x="260" y="822" />
+      <point x="260" y="681" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>226</width>
+    <wuid>-32e0cda:1641d794e56:-4dbb</wuid>
+    <x>260</x>
+    <y>681</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>142</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="528" y="822" />
+      <point x="753" y="822" />
+      <point x="753" y="681" />
+      <point x="528" y="681" />
+      <point x="528" y="822" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>226</width>
+    <wuid>-32e0cda:1641d794e56:-4dba</wuid>
+    <x>528</x>
+    <y>681</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>142</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="528" y="681" />
+      <point x="753" y="681" />
+      <point x="753" y="822" />
+      <point x="528" y="822" />
+      <point x="528" y="681" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>226</width>
+    <wuid>-32e0cda:1641d794e56:-4db7</wuid>
+    <x>528</x>
+    <y>681</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>142</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="795" y="822" />
+      <point x="1020" y="822" />
+      <point x="1020" y="681" />
+      <point x="795" y="681" />
+      <point x="795" y="822" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>226</width>
+    <wuid>-32e0cda:1641d794e56:-4db6</wuid>
+    <x>795</x>
+    <y>681</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>142</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="795" y="681" />
+      <point x="1020" y="681" />
+      <point x="1020" y="822" />
+      <point x="795" y="822" />
+      <point x="795" y="681" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>226</width>
+    <wuid>-32e0cda:1641d794e56:-4db3</wuid>
+    <x>795</x>
+    <y>681</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>142</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1066" y="825" />
+      <point x="1291" y="825" />
+      <point x="1291" y="684" />
+      <point x="1066" y="684" />
+      <point x="1066" y="825" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>226</width>
+    <wuid>-32e0cda:1641d794e56:-4db2</wuid>
+    <x>1066</x>
+    <y>684</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>142</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1066" y="684" />
+      <point x="1291" y="684" />
+      <point x="1291" y="825" />
+      <point x="1066" y="825" />
+      <point x="1066" y="684" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>226</width>
+    <wuid>-32e0cda:1641d794e56:-4daf</wuid>
+    <x>1066</x>
+    <y>684</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>142</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1335" y="821" />
+      <point x="1560" y="821" />
+      <point x="1560" y="680" />
+      <point x="1335" y="680" />
+      <point x="1335" y="821" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>226</width>
+    <wuid>-32e0cda:1641d794e56:-4dae</wuid>
+    <x>1335</x>
+    <y>680</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>142</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1335" y="680" />
+      <point x="1560" y="680" />
+      <point x="1560" y="821" />
+      <point x="1335" y="821" />
+      <point x="1335" y="680" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>226</width>
+    <wuid>-32e0cda:1641d794e56:-4dab</wuid>
+    <x>1335</x>
+    <y>680</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>142</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1625" y="821" />
+      <point x="1850" y="821" />
+      <point x="1850" y="680" />
+      <point x="1625" y="680" />
+      <point x="1625" y="821" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>226</width>
+    <wuid>-32e0cda:1641d794e56:-4daa</wuid>
+    <x>1625</x>
+    <y>680</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>142</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1625" y="821" />
+      <point x="1850" y="821" />
+      <point x="1850" y="680" />
+      <point x="1625" y="680" />
+      <point x="1625" y="821" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>226</width>
+    <wuid>-32e0cda:1641d794e56:-4da8</wuid>
+    <x>1625</x>
+    <y>680</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>142</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1625" y="680" />
+      <point x="1850" y="680" />
+      <point x="1850" y="821" />
+      <point x="1625" y="821" />
+      <point x="1625" y="680" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>226</width>
+    <wuid>-32e0cda:1641d794e56:-4da5</wuid>
+    <x>1625</x>
+    <y>680</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>139</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="16" y="905" />
+      <point x="203" y="905" />
+      <point x="203" y="1043" />
+      <point x="16" y="1043" />
+      <point x="16" y="905" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>188</width>
+    <wuid>-32e0cda:1641d794e56:-4d99</wuid>
+    <x>16</x>
+    <y>905</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>79</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="312" y="86" />
+      <point x="8" y="86" />
+      <point x="8" y="8" />
+      <point x="312" y="8" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>305</width>
+    <wuid>-32e0cda:1641d794e56:-4ea3</wuid>
+    <x>8</x>
+    <y>8</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>127</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="33" y="800" />
+      <point x="190" y="800" />
+      <point x="190" y="674" />
+      <point x="33" y="674" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>158</width>
+    <wuid>-32e0cda:1641d794e56:-4d2b</wuid>
+    <x>33</x>
+    <y>674</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>10</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="0" y="1071" />
+      <point x="1915" y="1071" />
+      <point x="1906" y="1062" />
+      <point x="8" y="1062" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>1916</width>
+    <wuid>-32e0cda:1641d794e56:-4ea7</wuid>
+    <x>0</x>
+    <y>1062</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>8</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1915" y="0" />
+      <point x="0" y="0" />
+      <point x="8" y="7" />
+      <point x="1906" y="7" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>1916</width>
+    <wuid>-32e0cda:1641d794e56:-4ea6</wuid>
+    <x>0</x>
+    <y>0</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>8</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="8" y="86" />
+      <point x="1907" y="86" />
+      <point x="1915" y="92" />
+      <point x="0" y="93" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>1916</width>
+    <wuid>-32e0cda:1641d794e56:-4ea5</wuid>
+    <x>0</x>
+    <y>86</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>68</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="16" y="826" />
+      <point x="203" y="826" />
+      <point x="203" y="893" />
+      <point x="16" y="893" />
+      <point x="16" y="826" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>188</width>
+    <wuid>-32e0cda:1641d794e56:-4d9a</wuid>
+    <x>16</x>
+    <y>826</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>1072</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1915" y="1071" />
+      <point x="1906" y="1062" />
+      <point x="1906" y="7" />
+      <point x="1915" y="0" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>10</width>
+    <wuid>-32e0cda:1641d794e56:-4ea8</wuid>
+    <x>1906</x>
+    <y>0</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>71</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="324" y="12" />
+      <point x="464" y="12" />
+      <point x="464" y="82" />
+      <point x="324" y="82" />
+      <point x="324" y="12" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>141</width>
+    <wuid>-32e0cda:1641d794e56:-4e39</wuid>
+    <x>324</x>
+    <y>12</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>1072</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="0" y="0" />
+      <point x="8" y="7" />
+      <point x="8" y="1062" />
+      <point x="0" y="1071" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>9</width>
+    <wuid>-32e0cda:1641d794e56:-4ea9</wuid>
+    <x>0</x>
+    <y>0</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>67</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="325" y="14" />
+      <point x="325" y="80" />
+      <point x="462" y="80" />
+      <point x="462" y="14" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>138</width>
+    <wuid>-32e0cda:1641d794e56:-4d97</wuid>
+    <x>325</x>
+    <y>14</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>41</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="470" y="52" />
+      <point x="687" y="52" />
+      <point x="687" y="12" />
+      <point x="470" y="12" />
+      <point x="470" y="52" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>218</width>
+    <wuid>-32e0cda:1641d794e56:-4e1a</wuid>
+    <x>470</x>
+    <y>12</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>37</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="471" y="14" />
+      <point x="471" y="50" />
+      <point x="685" y="50" />
+      <point x="685" y="14" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>215</width>
+    <wuid>-32e0cda:1641d794e56:-4d82</wuid>
+    <x>471</x>
+    <y>14</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>32</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="276" y="337" />
+      <point x="468" y="337" />
+      <point x="468" y="306" />
+      <point x="276" y="306" />
+      <point x="276" y="337" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>193</width>
+    <wuid>-32e0cda:1641d794e56:-4e18</wuid>
+    <x>276</x>
+    <y>306</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>32</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="544" y="337" />
+      <point x="736" y="337" />
+      <point x="736" y="306" />
+      <point x="544" y="306" />
+      <point x="544" y="337" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>193</width>
+    <wuid>-32e0cda:1641d794e56:-4e15</wuid>
+    <x>544</x>
+    <y>306</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>32</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="811" y="337" />
+      <point x="1003" y="337" />
+      <point x="1003" y="306" />
+      <point x="811" y="306" />
+      <point x="811" y="337" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>193</width>
+    <wuid>-32e0cda:1641d794e56:-4e12</wuid>
+    <x>811</x>
+    <y>306</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>32</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1082" y="337" />
+      <point x="1274" y="337" />
+      <point x="1274" y="306" />
+      <point x="1082" y="306" />
+      <point x="1082" y="337" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>193</width>
+    <wuid>-32e0cda:1641d794e56:-4e0f</wuid>
+    <x>1082</x>
+    <y>306</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>32</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1351" y="337" />
+      <point x="1543" y="337" />
+      <point x="1543" y="306" />
+      <point x="1351" y="306" />
+      <point x="1351" y="337" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>193</width>
+    <wuid>-32e0cda:1641d794e56:-4e0c</wuid>
+    <x>1351</x>
+    <y>306</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>32</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1641" y="337" />
+      <point x="1833" y="337" />
+      <point x="1833" y="306" />
+      <point x="1641" y="306" />
+      <point x="1641" y="337" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>193</width>
+    <wuid>-32e0cda:1641d794e56:-4e09</wuid>
+    <x>1641</x>
+    <y>306</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>32</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="276" y="618" />
+      <point x="468" y="618" />
+      <point x="468" y="587" />
+      <point x="276" y="587" />
+      <point x="276" y="618" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>193</width>
+    <wuid>-32e0cda:1641d794e56:-4df0</wuid>
+    <x>276</x>
+    <y>587</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>32</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="544" y="618" />
+      <point x="736" y="618" />
+      <point x="736" y="587" />
+      <point x="544" y="587" />
+      <point x="544" y="618" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>193</width>
+    <wuid>-32e0cda:1641d794e56:-4ded</wuid>
+    <x>544</x>
+    <y>587</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>32</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="811" y="621" />
+      <point x="1003" y="621" />
+      <point x="1003" y="590" />
+      <point x="811" y="590" />
+      <point x="811" y="621" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>193</width>
+    <wuid>-32e0cda:1641d794e56:-4dea</wuid>
+    <x>811</x>
+    <y>590</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>32</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1082" y="619" />
+      <point x="1274" y="619" />
+      <point x="1274" y="588" />
+      <point x="1082" y="588" />
+      <point x="1082" y="619" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>193</width>
+    <wuid>-32e0cda:1641d794e56:-4de7</wuid>
+    <x>1082</x>
+    <y>588</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>32</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1351" y="619" />
+      <point x="1543" y="619" />
+      <point x="1543" y="588" />
+      <point x="1351" y="588" />
+      <point x="1351" y="619" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>193</width>
+    <wuid>-32e0cda:1641d794e56:-4de4</wuid>
+    <x>1351</x>
+    <y>588</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>32</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1641" y="619" />
+      <point x="1833" y="619" />
+      <point x="1833" y="588" />
+      <point x="1641" y="588" />
+      <point x="1641" y="619" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>193</width>
+    <wuid>-32e0cda:1641d794e56:-4de1</wuid>
+    <x>1641</x>
+    <y>588</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.ActionButton" version="2.0.0">
+    <actions hook="false" hook_all="false">
+      <action type="WRITE_PV">
+        <pv_name>CWM-CWS03:WtrC-FT-011:ACK</pv_name>
+        <value>0</value>
+        <timeout>10</timeout>
+        <confirm_message></confirm_message>
+        <description></description>
+      </action>
+      <action type="WRITE_PV">
+        <pv_name>CWM-CWS03:WtrC-FT-011:ACK</pv_name>
+        <value>1</value>
+        <timeout>10</timeout>
+        <confirm_message></confirm_message>
+        <description></description>
+      </action>
+    </actions>
+    <alarm_pulsing>false</alarm_pulsing>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="180" green="180" blue="180" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>31</height>
+    <image></image>
+    <name>Action Button</name>
+    <push_action_index>0</push_action_index>
+    <pv_name></pv_name>
+    <pv_value />
+    <rules>
+      <rule name="Rule" prop_id="push_action_index" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>0</value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>1</value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-FT-011:ACK</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <style>0</style>
+    <text>Acknowledge</text>
+    <toggle_button>false</toggle_button>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <visible>true</visible>
+    <widget_type>Action Button</widget_type>
+    <width>192</width>
+    <wuid>-32e0cda:1641d794e56:-4d1b</wuid>
+    <x>276</x>
+    <y>968</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.ActionButton" version="2.0.0">
+    <actions hook="false" hook_all="false">
+      <action type="WRITE_PV">
+        <pv_name>CWM-CWS03:WtrC-PT-017:ACK</pv_name>
+        <value>0</value>
+        <timeout>10</timeout>
+        <confirm_message></confirm_message>
+        <description></description>
+      </action>
+      <action type="WRITE_PV">
+        <pv_name>CWM-CWS03:WtrC-PT-017:ACK</pv_name>
+        <value>1</value>
+        <timeout>10</timeout>
+        <confirm_message></confirm_message>
+        <description></description>
+      </action>
+    </actions>
+    <alarm_pulsing>false</alarm_pulsing>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="180" green="180" blue="180" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>31</height>
+    <image></image>
+    <name>Action Button</name>
+    <push_action_index>0</push_action_index>
+    <pv_name></pv_name>
+    <pv_value />
+    <rules>
+      <rule name="Rule" prop_id="push_action_index" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>0</value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>1</value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-PT-017:ACK</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <style>0</style>
+    <text>Acknowledge</text>
+    <toggle_button>false</toggle_button>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <visible>true</visible>
+    <widget_type>Action Button</widget_type>
+    <width>192</width>
+    <wuid>-32e0cda:1641d794e56:-4d19</wuid>
+    <x>544</x>
+    <y>968</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.ActionButton" version="2.0.0">
+    <actions hook="false" hook_all="false">
+      <action type="WRITE_PV">
+        <pv_name>CWM-CWS03:WtrC-LT-070:LHACK</pv_name>
+        <value>0</value>
+        <timeout>10</timeout>
+        <confirm_message></confirm_message>
+        <description></description>
+      </action>
+      <action type="WRITE_PV">
+        <pv_name>CWM-CWS03:WtrC-LT-070:LHACK</pv_name>
+        <value>1</value>
+        <timeout>10</timeout>
+        <confirm_message></confirm_message>
+        <description></description>
+      </action>
+    </actions>
+    <alarm_pulsing>false</alarm_pulsing>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="180" green="180" blue="180" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>31</height>
+    <image></image>
+    <name>Action Button</name>
+    <push_action_index>0</push_action_index>
+    <pv_name></pv_name>
+    <pv_value />
+    <rules>
+      <rule name="Rule" prop_id="push_action_index" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>0</value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>1</value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-LT-070:LHACK</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <style>0</style>
+    <text>Acknowledge</text>
+    <toggle_button>false</toggle_button>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <visible>true</visible>
+    <widget_type>Action Button</widget_type>
+    <width>192</width>
+    <wuid>-32e0cda:1641d794e56:-4d17</wuid>
+    <x>811</x>
+    <y>968</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.ActionButton" version="2.0.0">
+    <actions hook="false" hook_all="false">
+      <action type="WRITE_PV">
+        <pv_name>CWM-CWS03:WtrC-LT-070:LLACK</pv_name>
+        <value>0</value>
+        <timeout>10</timeout>
+        <confirm_message></confirm_message>
+        <description></description>
+      </action>
+      <action type="WRITE_PV">
+        <pv_name>CWM-CWS03:WtrC-LT-070:LLACK</pv_name>
+        <value>1</value>
+        <timeout>10</timeout>
+        <confirm_message></confirm_message>
+        <description></description>
+      </action>
+    </actions>
+    <alarm_pulsing>false</alarm_pulsing>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="180" green="180" blue="180" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>31</height>
+    <image></image>
+    <name>Action Button</name>
+    <push_action_index>0</push_action_index>
+    <pv_name></pv_name>
+    <pv_value />
+    <rules>
+      <rule name="Rule" prop_id="push_action_index" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>0</value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>1</value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-LT-070:LLACK</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <style>0</style>
+    <text>Acknowledge</text>
+    <toggle_button>false</toggle_button>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <visible>true</visible>
+    <widget_type>Action Button</widget_type>
+    <width>192</width>
+    <wuid>-32e0cda:1641d794e56:-4d15</wuid>
+    <x>1082</x>
+    <y>971</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.ActionButton" version="2.0.0">
+    <actions hook="false" hook_all="false">
+      <action type="WRITE_PV">
+        <pv_name>CWM-CWS03:WtrC-LT-070:LVLACK</pv_name>
+        <value>0</value>
+        <timeout>10</timeout>
+        <confirm_message></confirm_message>
+        <description></description>
+      </action>
+      <action type="WRITE_PV">
+        <pv_name>CWM-CWS03:WtrC-LT-070:LVLACK</pv_name>
+        <value>1</value>
+        <timeout>10</timeout>
+        <confirm_message></confirm_message>
+        <description></description>
+      </action>
+    </actions>
+    <alarm_pulsing>false</alarm_pulsing>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="180" green="180" blue="180" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>31</height>
+    <image></image>
+    <name>Action Button</name>
+    <push_action_index>0</push_action_index>
+    <pv_name></pv_name>
+    <pv_value />
+    <rules>
+      <rule name="Rule" prop_id="push_action_index" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>0</value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>1</value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-LT-070:LVLACK</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <style>0</style>
+    <text>Acknowledge</text>
+    <toggle_button>false</toggle_button>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <visible>true</visible>
+    <widget_type>Action Button</widget_type>
+    <width>192</width>
+    <wuid>-32e0cda:1641d794e56:-4d13</wuid>
+    <x>1351</x>
+    <y>971</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.ActionButton" version="2.0.0">
+    <actions hook="false" hook_all="false">
+      <action type="WRITE_PV">
+        <pv_name>CWM-CWS03:WtrC-PCV-011:Ack</pv_name>
+        <value>0</value>
+        <timeout>10</timeout>
+        <confirm_message></confirm_message>
+        <description></description>
+      </action>
+      <action type="WRITE_PV">
+        <pv_name>CWM-CWS03:WtrC-PCV-011:Ack</pv_name>
+        <value>1</value>
+        <timeout>10</timeout>
+        <confirm_message></confirm_message>
+        <description></description>
+      </action>
+    </actions>
+    <alarm_pulsing>false</alarm_pulsing>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="180" green="180" blue="180" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>31</height>
+    <image></image>
+    <name>Action Button</name>
+    <push_action_index>0</push_action_index>
+    <pv_name></pv_name>
+    <pv_value />
+    <rules>
+      <rule name="Rule" prop_id="push_action_index" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>0</value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>1</value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-PCV-011:Ack</pv>
+      </rule>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="180" green="180" blue="180" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-PCV-011:CndAck</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <style>0</style>
+    <text>Acknowledge</text>
+    <toggle_button>false</toggle_button>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <visible>true</visible>
+    <widget_type>Action Button</widget_type>
+    <width>192</width>
+    <wuid>-32e0cda:1641d794e56:-4d0c</wuid>
+    <x>276</x>
+    <y>306</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.ActionButton" version="2.0.0">
+    <actions hook="false" hook_all="false">
+      <action type="WRITE_PV">
+        <pv_name>CWM-CWS03:WtrC-FCV-011:Ack</pv_name>
+        <value>0</value>
+        <timeout>10</timeout>
+        <confirm_message></confirm_message>
+        <description></description>
+      </action>
+      <action type="WRITE_PV">
+        <pv_name>CWM-CWS03:WtrC-FCV-011:Ack</pv_name>
+        <value>1</value>
+        <timeout>10</timeout>
+        <confirm_message></confirm_message>
+        <description></description>
+      </action>
+    </actions>
+    <alarm_pulsing>false</alarm_pulsing>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="180" green="180" blue="180" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>31</height>
+    <image></image>
+    <name>Action Button</name>
+    <push_action_index>0</push_action_index>
+    <pv_name></pv_name>
+    <pv_value />
+    <rules>
+      <rule name="Rule" prop_id="push_action_index" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>0</value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>1</value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-FCV-011:Ack</pv>
+      </rule>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="180" green="180" blue="180" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-FCV-011:CndAck</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <style>0</style>
+    <text>Acknowledge</text>
+    <toggle_button>false</toggle_button>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <visible>true</visible>
+    <widget_type>Action Button</widget_type>
+    <width>192</width>
+    <wuid>-32e0cda:1641d794e56:-4d07</wuid>
+    <x>544</x>
+    <y>306</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.ActionButton" version="2.0.0">
+    <actions hook="false" hook_all="false">
+      <action type="WRITE_PV">
+        <pv_name>CWM-CWS03:WtrC-FCV-012:Ack</pv_name>
+        <value>0</value>
+        <timeout>10</timeout>
+        <confirm_message></confirm_message>
+        <description></description>
+      </action>
+      <action type="WRITE_PV">
+        <pv_name>CWM-CWS03:WtrC-FCV-012:Ack</pv_name>
+        <value>1</value>
+        <timeout>10</timeout>
+        <confirm_message></confirm_message>
+        <description></description>
+      </action>
+    </actions>
+    <alarm_pulsing>false</alarm_pulsing>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="180" green="180" blue="180" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>31</height>
+    <image></image>
+    <name>Action Button</name>
+    <push_action_index>0</push_action_index>
+    <pv_name></pv_name>
+    <pv_value />
+    <rules>
+      <rule name="Rule" prop_id="push_action_index" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>0</value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>1</value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-FCV-012:Ack</pv>
+      </rule>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="180" green="180" blue="180" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-FCV-012:CndAck</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <style>0</style>
+    <text>Acknowledge</text>
+    <toggle_button>false</toggle_button>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <visible>true</visible>
+    <widget_type>Action Button</widget_type>
+    <width>192</width>
+    <wuid>-32e0cda:1641d794e56:-4d02</wuid>
+    <x>811</x>
+    <y>306</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.ActionButton" version="2.0.0">
+    <actions hook="false" hook_all="false">
+      <action type="WRITE_PV">
+        <pv_name>CWM-CWS03:WtrC-FCV-013:Ack</pv_name>
+        <value>0</value>
+        <timeout>10</timeout>
+        <confirm_message></confirm_message>
+        <description></description>
+      </action>
+      <action type="WRITE_PV">
+        <pv_name>CWM-CWS03:WtrC-FCV-013:Ack</pv_name>
+        <value>1</value>
+        <timeout>10</timeout>
+        <confirm_message></confirm_message>
+        <description></description>
+      </action>
+    </actions>
+    <alarm_pulsing>false</alarm_pulsing>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="180" green="180" blue="180" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>31</height>
+    <image></image>
+    <name>Action Button</name>
+    <push_action_index>0</push_action_index>
+    <pv_name></pv_name>
+    <pv_value />
+    <rules>
+      <rule name="Rule" prop_id="push_action_index" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>0</value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>1</value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-FCV-013:Ack</pv>
+      </rule>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="180" green="180" blue="180" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-FCV-013:CndAck</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <style>0</style>
+    <text>Acknowledge</text>
+    <toggle_button>false</toggle_button>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <visible>true</visible>
+    <widget_type>Action Button</widget_type>
+    <width>192</width>
+    <wuid>-32e0cda:1641d794e56:-4cfd</wuid>
+    <x>1082</x>
+    <y>306</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.ActionButton" version="2.0.0">
+    <actions hook="false" hook_all="false">
+      <action type="WRITE_PV">
+        <pv_name>CWM-CWS03:WtrC-FCV-014:Ack</pv_name>
+        <value>0</value>
+        <timeout>10</timeout>
+        <confirm_message></confirm_message>
+        <description></description>
+      </action>
+      <action type="WRITE_PV">
+        <pv_name>CWM-CWS03:WtrC-FCV-014:Ack</pv_name>
+        <value>1</value>
+        <timeout>10</timeout>
+        <confirm_message></confirm_message>
+        <description></description>
+      </action>
+    </actions>
+    <alarm_pulsing>false</alarm_pulsing>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="180" green="180" blue="180" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>31</height>
+    <image></image>
+    <name>Action Button</name>
+    <push_action_index>0</push_action_index>
+    <pv_name></pv_name>
+    <pv_value />
+    <rules>
+      <rule name="Rule" prop_id="push_action_index" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>0</value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>1</value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-FCV-014:Ack</pv>
+      </rule>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="180" green="180" blue="180" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-FCV-014:CndAck</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <style>0</style>
+    <text>Acknowledge</text>
+    <toggle_button>false</toggle_button>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <visible>true</visible>
+    <widget_type>Action Button</widget_type>
+    <width>192</width>
+    <wuid>-32e0cda:1641d794e56:-4cf8</wuid>
+    <x>1351</x>
+    <y>306</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.ActionButton" version="2.0.0">
+    <actions hook="false" hook_all="false">
+      <action type="WRITE_PV">
+        <pv_name>CWM-CWS03:WtrC-FCV-015:Ack</pv_name>
+        <value>0</value>
+        <timeout>10</timeout>
+        <confirm_message></confirm_message>
+        <description></description>
+      </action>
+      <action type="WRITE_PV">
+        <pv_name>CWM-CWS03:WtrC-FCV-015:Ack</pv_name>
+        <value>1</value>
+        <timeout>10</timeout>
+        <confirm_message></confirm_message>
+        <description></description>
+      </action>
+    </actions>
+    <alarm_pulsing>false</alarm_pulsing>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="180" green="180" blue="180" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>31</height>
+    <image></image>
+    <name>Action Button</name>
+    <push_action_index>0</push_action_index>
+    <pv_name></pv_name>
+    <pv_value />
+    <rules>
+      <rule name="Rule" prop_id="push_action_index" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>0</value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>1</value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-FCV-015:Ack</pv>
+      </rule>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="180" green="180" blue="180" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-FCV-015:CndAck</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <style>0</style>
+    <text>Acknowledge</text>
+    <toggle_button>false</toggle_button>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <visible>true</visible>
+    <widget_type>Action Button</widget_type>
+    <width>192</width>
+    <wuid>-32e0cda:1641d794e56:-4cf3</wuid>
+    <x>1641</x>
+    <y>306</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.ActionButton" version="2.0.0">
+    <actions hook="false" hook_all="false">
+      <action type="WRITE_PV">
+        <pv_name>CWM-CWS03:WtrC-FCV-020:Ack</pv_name>
+        <value>0</value>
+        <timeout>10</timeout>
+        <confirm_message></confirm_message>
+        <description></description>
+      </action>
+      <action type="WRITE_PV">
+        <pv_name>CWM-CWS03:WtrC-FCV-020:Ack</pv_name>
+        <value>1</value>
+        <timeout>10</timeout>
+        <confirm_message></confirm_message>
+        <description></description>
+      </action>
+    </actions>
+    <alarm_pulsing>false</alarm_pulsing>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="180" green="180" blue="180" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>31</height>
+    <image></image>
+    <name>Action Button</name>
+    <push_action_index>0</push_action_index>
+    <pv_name></pv_name>
+    <pv_value />
+    <rules>
+      <rule name="Rule" prop_id="push_action_index" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>0</value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>1</value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-FCV-020:Ack</pv>
+      </rule>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="180" green="180" blue="180" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-FCV-020:CndAck</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <style>0</style>
+    <text>Acknowledge</text>
+    <toggle_button>false</toggle_button>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <visible>true</visible>
+    <widget_type>Action Button</widget_type>
+    <width>192</width>
+    <wuid>-32e0cda:1641d794e56:-4cee</wuid>
+    <x>276</x>
+    <y>587</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.ActionButton" version="2.0.0">
+    <actions hook="false" hook_all="false">
+      <action type="WRITE_PV">
+        <pv_name>CWM-CWS03:WtrC-FCV-021:Ack</pv_name>
+        <value>0</value>
+        <timeout>10</timeout>
+        <confirm_message></confirm_message>
+        <description></description>
+      </action>
+      <action type="WRITE_PV">
+        <pv_name>CWM-CWS03:WtrC-FCV-021:Ack</pv_name>
+        <value>1</value>
+        <timeout>10</timeout>
+        <confirm_message></confirm_message>
+        <description></description>
+      </action>
+    </actions>
+    <alarm_pulsing>false</alarm_pulsing>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="180" green="180" blue="180" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>31</height>
+    <image></image>
+    <name>Action Button</name>
+    <push_action_index>0</push_action_index>
+    <pv_name></pv_name>
+    <pv_value />
+    <rules>
+      <rule name="Rule" prop_id="push_action_index" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>0</value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>1</value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-FCV-021:Ack</pv>
+      </rule>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="180" green="180" blue="180" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-FCV-021:CndAck</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <style>0</style>
+    <text>Acknowledge</text>
+    <toggle_button>false</toggle_button>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <visible>true</visible>
+    <widget_type>Action Button</widget_type>
+    <width>192</width>
+    <wuid>-32e0cda:1641d794e56:-4ce9</wuid>
+    <x>544</x>
+    <y>587</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.ActionButton" version="2.0.0">
+    <actions hook="false" hook_all="false">
+      <action type="WRITE_PV">
+        <pv_name>CWM-CWS03:WtrC-FCV-030:Ack</pv_name>
+        <value>0</value>
+        <timeout>10</timeout>
+        <confirm_message></confirm_message>
+        <description></description>
+      </action>
+      <action type="WRITE_PV">
+        <pv_name>CWM-CWS03:WtrC-FCV-030:Ack</pv_name>
+        <value>1</value>
+        <timeout>10</timeout>
+        <confirm_message></confirm_message>
+        <description></description>
+      </action>
+    </actions>
+    <alarm_pulsing>false</alarm_pulsing>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="180" green="180" blue="180" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>31</height>
+    <image></image>
+    <name>Action Button</name>
+    <push_action_index>0</push_action_index>
+    <pv_name></pv_name>
+    <pv_value />
+    <rules>
+      <rule name="Rule" prop_id="push_action_index" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>0</value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>1</value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-FCV-030:Ack</pv>
+      </rule>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="180" green="180" blue="180" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-FCV-030:CndAck</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <style>0</style>
+    <text>Acknowledge</text>
+    <toggle_button>false</toggle_button>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <visible>true</visible>
+    <widget_type>Action Button</widget_type>
+    <width>192</width>
+    <wuid>-32e0cda:1641d794e56:-4ce4</wuid>
+    <x>811</x>
+    <y>590</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.ActionButton" version="2.0.0">
+    <actions hook="false" hook_all="false">
+      <action type="WRITE_PV">
+        <pv_name>CWM-CWS03:WtrC-FCV-040:Ack</pv_name>
+        <value>0</value>
+        <timeout>10</timeout>
+        <confirm_message></confirm_message>
+        <description></description>
+      </action>
+      <action type="WRITE_PV">
+        <pv_name>CWM-CWS03:WtrC-FCV-040:Ack</pv_name>
+        <value>1</value>
+        <timeout>10</timeout>
+        <confirm_message></confirm_message>
+        <description></description>
+      </action>
+    </actions>
+    <alarm_pulsing>false</alarm_pulsing>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="180" green="180" blue="180" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>31</height>
+    <image></image>
+    <name>Action Button</name>
+    <push_action_index>0</push_action_index>
+    <pv_name></pv_name>
+    <pv_value />
+    <rules>
+      <rule name="Rule" prop_id="push_action_index" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>0</value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>1</value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-FCV-040:Ack</pv>
+      </rule>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="180" green="180" blue="180" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-FCV-040:CndAck</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <style>0</style>
+    <text>Acknowledge</text>
+    <toggle_button>false</toggle_button>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <visible>true</visible>
+    <widget_type>Action Button</widget_type>
+    <width>192</width>
+    <wuid>-32e0cda:1641d794e56:-4cdf</wuid>
+    <x>1082</x>
+    <y>588</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.ActionButton" version="2.0.0">
+    <actions hook="false" hook_all="false">
+      <action type="WRITE_PV">
+        <pv_name>CWM-CWS03:WtrC-FCV-050:Ack</pv_name>
+        <value>0</value>
+        <timeout>10</timeout>
+        <confirm_message></confirm_message>
+        <description></description>
+      </action>
+      <action type="WRITE_PV">
+        <pv_name>CWM-CWS03:WtrC-FCV-050:Ack</pv_name>
+        <value>1</value>
+        <timeout>10</timeout>
+        <confirm_message></confirm_message>
+        <description></description>
+      </action>
+    </actions>
+    <alarm_pulsing>false</alarm_pulsing>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="180" green="180" blue="180" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>31</height>
+    <image></image>
+    <name>Action Button</name>
+    <push_action_index>0</push_action_index>
+    <pv_name></pv_name>
+    <pv_value />
+    <rules>
+      <rule name="Rule" prop_id="push_action_index" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>0</value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>1</value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-FCV-050:Ack</pv>
+      </rule>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="180" green="180" blue="180" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-FCV-050:CndAck</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <style>0</style>
+    <text>Acknowledge</text>
+    <toggle_button>false</toggle_button>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <visible>true</visible>
+    <widget_type>Action Button</widget_type>
+    <width>192</width>
+    <wuid>-32e0cda:1641d794e56:-4cda</wuid>
+    <x>1351</x>
+    <y>588</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.ActionButton" version="2.0.0">
+    <actions hook="false" hook_all="false">
+      <action type="WRITE_PV">
+        <pv_name>CWM-CWS03:WtrC-FCV-051:Ack</pv_name>
+        <value>0</value>
+        <timeout>10</timeout>
+        <confirm_message></confirm_message>
+        <description></description>
+      </action>
+      <action type="WRITE_PV">
+        <pv_name>CWM-CWS03:WtrC-FCV-051:Ack</pv_name>
+        <value>1</value>
+        <timeout>10</timeout>
+        <confirm_message></confirm_message>
+        <description></description>
+      </action>
+    </actions>
+    <alarm_pulsing>false</alarm_pulsing>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="180" green="180" blue="180" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>31</height>
+    <image></image>
+    <name>Action Button</name>
+    <push_action_index>0</push_action_index>
+    <pv_name></pv_name>
+    <pv_value />
+    <rules>
+      <rule name="Rule" prop_id="push_action_index" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>0</value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>1</value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-FCV-051:Ack</pv>
+      </rule>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="180" green="180" blue="180" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-FCV-051:CndAck</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <style>0</style>
+    <text>Acknowledge</text>
+    <toggle_button>false</toggle_button>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <visible>true</visible>
+    <widget_type>Action Button</widget_type>
+    <width>192</width>
+    <wuid>-32e0cda:1641d794e56:-4cd5</wuid>
+    <x>1641</x>
+    <y>588</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.ActionButton" version="2.0.0">
+    <actions hook="false" hook_all="false">
+      <action type="WRITE_PV">
+        <pv_name>CWM-CWS03:WtrC-P-10:Ack</pv_name>
+        <value>0</value>
+        <timeout>10</timeout>
+        <confirm_message></confirm_message>
+        <description></description>
+      </action>
+      <action type="WRITE_PV">
+        <pv_name>CWM-CWS03:WtrC-P-10:Ack</pv_name>
+        <value>1</value>
+        <timeout>10</timeout>
+        <confirm_message></confirm_message>
+        <description></description>
+      </action>
+    </actions>
+    <alarm_pulsing>false</alarm_pulsing>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="180" green="180" blue="180" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>31</height>
+    <image></image>
+    <name>Action Button</name>
+    <push_action_index>0</push_action_index>
+    <pv_name></pv_name>
+    <pv_value />
+    <rules>
+      <rule name="Rule" prop_id="push_action_index" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>0</value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>1</value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-P-10:Ack</pv>
+      </rule>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="180" green="180" blue="180" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-P-10:CndAck</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <style>0</style>
+    <text>Acknowledge</text>
+    <toggle_button>false</toggle_button>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <visible>true</visible>
+    <widget_type>Action Button</widget_type>
+    <width>192</width>
+    <wuid>-32e0cda:1641d794e56:-4cd3</wuid>
+    <x>276</x>
+    <y>782</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.ActionButton" version="2.0.0">
+    <actions hook="false" hook_all="false">
+      <action type="WRITE_PV">
+        <pv_name>CWM-CWS03:WtrC-P-20:Ack</pv_name>
+        <value>0</value>
+        <timeout>10</timeout>
+        <confirm_message></confirm_message>
+        <description></description>
+      </action>
+      <action type="WRITE_PV">
+        <pv_name>CWM-CWS03:WtrC-P-20:Ack</pv_name>
+        <value>1</value>
+        <timeout>10</timeout>
+        <confirm_message></confirm_message>
+        <description></description>
+      </action>
+    </actions>
+    <alarm_pulsing>false</alarm_pulsing>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="180" green="180" blue="180" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>31</height>
+    <image></image>
+    <name>Action Button</name>
+    <push_action_index>0</push_action_index>
+    <pv_name></pv_name>
+    <pv_value />
+    <rules>
+      <rule name="Rule" prop_id="push_action_index" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>0</value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>1</value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-P-20:Ack</pv>
+      </rule>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="180" green="180" blue="180" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-P-20:CndAck</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <style>0</style>
+    <text>Acknowledge</text>
+    <toggle_button>false</toggle_button>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <visible>true</visible>
+    <widget_type>Action Button</widget_type>
+    <width>192</width>
+    <wuid>-32e0cda:1641d794e56:-4cd1</wuid>
+    <x>544</x>
+    <y>782</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.ActionButton" version="2.0.0">
+    <actions hook="false" hook_all="false">
+      <action type="WRITE_PV">
+        <pv_name>CWM-CWS03:WtrC-P-30:Ack</pv_name>
+        <value>0</value>
+        <timeout>10</timeout>
+        <confirm_message></confirm_message>
+        <description></description>
+      </action>
+      <action type="WRITE_PV">
+        <pv_name>CWM-CWS03:WtrC-P-30:Ack</pv_name>
+        <value>1</value>
+        <timeout>10</timeout>
+        <confirm_message></confirm_message>
+        <description></description>
+      </action>
+    </actions>
+    <alarm_pulsing>false</alarm_pulsing>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="180" green="180" blue="180" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>31</height>
+    <image></image>
+    <name>Action Button</name>
+    <push_action_index>0</push_action_index>
+    <pv_name></pv_name>
+    <pv_value />
+    <rules>
+      <rule name="Rule" prop_id="push_action_index" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>0</value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>1</value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-P-30:Ack</pv>
+      </rule>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="180" green="180" blue="180" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-P-30:CndAck</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <style>0</style>
+    <text>Acknowledge</text>
+    <toggle_button>false</toggle_button>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <visible>true</visible>
+    <widget_type>Action Button</widget_type>
+    <width>192</width>
+    <wuid>-32e0cda:1641d794e56:-4ccf</wuid>
+    <x>811</x>
+    <y>782</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.ActionButton" version="2.0.0">
+    <actions hook="false" hook_all="false">
+      <action type="WRITE_PV">
+        <pv_name>CWM-CWS03:WtrC-P-40:Ack</pv_name>
+        <value>0</value>
+        <timeout>10</timeout>
+        <confirm_message></confirm_message>
+        <description></description>
+      </action>
+      <action type="WRITE_PV">
+        <pv_name>CWM-CWS03:WtrC-P-40:Ack</pv_name>
+        <value>1</value>
+        <timeout>10</timeout>
+        <confirm_message></confirm_message>
+        <description></description>
+      </action>
+    </actions>
+    <alarm_pulsing>false</alarm_pulsing>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="180" green="180" blue="180" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>31</height>
+    <image></image>
+    <name>Action Button</name>
+    <push_action_index>0</push_action_index>
+    <pv_name></pv_name>
+    <pv_value />
+    <rules>
+      <rule name="Rule" prop_id="push_action_index" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>0</value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>1</value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-P-40:Ack</pv>
+      </rule>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="180" green="180" blue="180" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-P-40:CndAck</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <style>0</style>
+    <text>Acknowledge</text>
+    <toggle_button>false</toggle_button>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <visible>true</visible>
+    <widget_type>Action Button</widget_type>
+    <width>192</width>
+    <wuid>-32e0cda:1641d794e56:-4ccd</wuid>
+    <x>1082</x>
+    <y>785</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.ActionButton" version="2.0.0">
+    <actions hook="false" hook_all="false">
+      <action type="WRITE_PV">
+        <pv_name>CWM-CWS03:WtrC-P-50:Ack</pv_name>
+        <value>0</value>
+        <timeout>10</timeout>
+        <confirm_message></confirm_message>
+        <description></description>
+      </action>
+      <action type="WRITE_PV">
+        <pv_name>CWM-CWS03:WtrC-P-50:Ack</pv_name>
+        <value>1</value>
+        <timeout>10</timeout>
+        <confirm_message></confirm_message>
+        <description></description>
+      </action>
+    </actions>
+    <alarm_pulsing>false</alarm_pulsing>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="180" green="180" blue="180" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>31</height>
+    <image></image>
+    <name>Action Button</name>
+    <push_action_index>0</push_action_index>
+    <pv_name></pv_name>
+    <pv_value />
+    <rules>
+      <rule name="Rule" prop_id="push_action_index" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>0</value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>1</value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-P-50:Ack</pv>
+      </rule>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="180" green="180" blue="180" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-P-50:CndAck</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <style>0</style>
+    <text>Acknowledge</text>
+    <toggle_button>false</toggle_button>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <visible>true</visible>
+    <widget_type>Action Button</widget_type>
+    <width>192</width>
+    <wuid>-32e0cda:1641d794e56:-4ccb</wuid>
+    <x>1351</x>
+    <y>781</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.ActionButton" version="2.0.0">
+    <actions hook="false" hook_all="false">
+      <action type="WRITE_PV">
+        <pv_name>CWM-CWS03:WtrC-EC-010:Ack</pv_name>
+        <value>0</value>
+        <timeout>10</timeout>
+        <confirm_message></confirm_message>
+        <description></description>
+      </action>
+      <action type="WRITE_PV">
+        <pv_name>CWM-CWS03:WtrC-EC-010:Ack</pv_name>
+        <value>1</value>
+        <timeout>10</timeout>
+        <confirm_message></confirm_message>
+        <description></description>
+      </action>
+    </actions>
+    <alarm_pulsing>false</alarm_pulsing>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="180" green="180" blue="180" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>31</height>
+    <image></image>
+    <name>Action Button</name>
+    <push_action_index>0</push_action_index>
+    <pv_name></pv_name>
+    <pv_value />
+    <rules>
+      <rule name="Rule" prop_id="push_action_index" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>0</value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>1</value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-EC-010:Ack</pv>
+      </rule>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="180" green="180" blue="180" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-EC-010:CndAck</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <style>0</style>
+    <text>Acknowledge</text>
+    <toggle_button>false</toggle_button>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <visible>true</visible>
+    <widget_type>Action Button</widget_type>
+    <width>192</width>
+    <wuid>-32e0cda:1641d794e56:-4cc9</wuid>
+    <x>1641</x>
+    <y>781</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.ActionButton" version="2.0.0">
+    <actions hook="false" hook_all="false">
+      <action type="WRITE_PV">
+        <pv_name>CWM-CWS03:WtrC-CT-020:Ack</pv_name>
+        <value>0</value>
+        <timeout>10</timeout>
+        <confirm_message></confirm_message>
+        <description></description>
+      </action>
+      <action type="WRITE_PV">
+        <pv_name>CWM-CWS03:WtrC-CT-020:Ack</pv_name>
+        <value>1</value>
+        <timeout>10</timeout>
+        <confirm_message></confirm_message>
+        <description></description>
+      </action>
+    </actions>
+    <alarm_pulsing>false</alarm_pulsing>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="180" green="180" blue="180" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>31</height>
+    <image></image>
+    <name>Action Button</name>
+    <push_action_index>0</push_action_index>
+    <pv_name></pv_name>
+    <pv_value />
+    <rules>
+      <rule name="Rule" prop_id="push_action_index" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>0</value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>1</value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-CT-020:Ack</pv>
+      </rule>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="180" green="180" blue="180" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-CT-020:CndAck</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <style>0</style>
+    <text>Acknowledge</text>
+    <toggle_button>false</toggle_button>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <visible>true</visible>
+    <widget_type>Action Button</widget_type>
+    <width>192</width>
+    <wuid>-32e0cda:1641d794e56:-4cb4</wuid>
+    <x>1641</x>
+    <y>971</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.ActionButton" version="2.0.0">
+    <actions hook="false" hook_all="false">
+      <action type="OPEN_FILE">
+        <path>EPICS-Main_view.opi</path>
+        <description></description>
+      </action>
+    </actions>
+    <alarm_pulsing>false</alarm_pulsing>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="180" green="180" blue="180" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>29</height>
+    <image></image>
+    <name>Action Button</name>
+    <push_action_index>0</push_action_index>
+    <pv_name></pv_name>
+    <pv_value />
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <style>0</style>
+    <text>Main</text>
+    <toggle_button>false</toggle_button>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <visible>true</visible>
+    <widget_type>Action Button</widget_type>
+    <width>144</width>
+    <wuid>-32e0cda:1641d794e56:-4cc8</wuid>
+    <x>40</x>
+    <y>172</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.ActionButton" version="2.0.0">
+    <actions hook="false" hook_all="false">
+      <action type="OPEN_FILE">
+        <path>EPICS-Regulations.opi</path>
+        <description></description>
+      </action>
+    </actions>
+    <alarm_pulsing>false</alarm_pulsing>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="180" green="180" blue="180" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>29</height>
+    <image></image>
+    <name>Action Button</name>
+    <push_action_index>0</push_action_index>
+    <pv_name></pv_name>
+    <pv_value />
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <style>0</style>
+    <text>Regulations</text>
+    <toggle_button>false</toggle_button>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <visible>true</visible>
+    <widget_type>Action Button</widget_type>
+    <width>144</width>
+    <wuid>-32e0cda:1641d794e56:-4cc7</wuid>
+    <x>40</x>
+    <y>212</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.ActionButton" version="2.0.0">
+    <actions hook="false" hook_all="false">
+      <action type="WRITE_PV">
+        <pv_name>CWM-CWS03:Ctrl-PLC-001:PP10S</pv_name>
+        <value>0</value>
+        <timeout>10</timeout>
+        <confirm_message></confirm_message>
+        <description></description>
+      </action>
+      <action type="WRITE_PV">
+        <pv_name>CWM-CWS03:Ctrl-PLC-001:PP10S</pv_name>
+        <value>1</value>
+        <timeout>10</timeout>
+        <confirm_message></confirm_message>
+        <description></description>
+      </action>
+    </actions>
+    <alarm_pulsing>false</alarm_pulsing>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="180" green="180" blue="180" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>29</height>
+    <image></image>
+    <name>Action Button</name>
+    <push_action_index>0</push_action_index>
+    <pv_name></pv_name>
+    <pv_value />
+    <rules>
+      <rule name="Rule" prop_id="push_action_index" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>0</value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>1</value>
+        </exp>
+        <pv trig="true">CWM-CWS03:Ctrl-PLC-001:PP10S</pv>
+      </rule>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="180" green="180" blue="180" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:Ctrl-PLC-001:PP10S</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <style>0</style>
+    <text>Exchanger</text>
+    <toggle_button>false</toggle_button>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <visible>true</visible>
+    <widget_type>Action Button</widget_type>
+    <width>144</width>
+    <wuid>-32e0cda:1641d794e56:-4cc6</wuid>
+    <x>40</x>
+    <y>318</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.ActionButton" version="2.0.0">
+    <actions hook="false" hook_all="false">
+      <action type="WRITE_PV">
+        <pv_name>CWM-CWS03:Ctrl-PLC-001:PP20S</pv_name>
+        <value>0</value>
+        <timeout>10</timeout>
+        <confirm_message></confirm_message>
+        <description></description>
+      </action>
+      <action type="WRITE_PV">
+        <pv_name>CWM-CWS03:Ctrl-PLC-001:PP20S</pv_name>
+        <value>1</value>
+        <timeout>10</timeout>
+        <confirm_message></confirm_message>
+        <description></description>
+      </action>
+    </actions>
+    <alarm_pulsing>false</alarm_pulsing>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="180" green="180" blue="180" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>29</height>
+    <image></image>
+    <name>Action Button</name>
+    <push_action_index>0</push_action_index>
+    <pv_name></pv_name>
+    <pv_value />
+    <rules>
+      <rule name="Rule" prop_id="push_action_index" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>0</value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>1</value>
+        </exp>
+        <pv trig="true">CWM-CWS03:Ctrl-PLC-001:PP20S</pv>
+      </rule>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="180" green="180" blue="180" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:Ctrl-PLC-001:PP20S</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <style>0</style>
+    <text>Vane</text>
+    <toggle_button>false</toggle_button>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <visible>true</visible>
+    <widget_type>Action Button</widget_type>
+    <width>144</width>
+    <wuid>-32e0cda:1641d794e56:-4cc5</wuid>
+    <x>40</x>
+    <y>362</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.ActionButton" version="2.0.0">
+    <actions hook="false" hook_all="false">
+      <action type="WRITE_PV">
+        <pv_name>CWM-CWS03:Ctrl-PLC-001:PP30S</pv_name>
+        <value>0</value>
+        <timeout>10</timeout>
+        <confirm_message></confirm_message>
+        <description></description>
+      </action>
+      <action type="WRITE_PV">
+        <pv_name>CWM-CWS03:Ctrl-PLC-001:PP30S</pv_name>
+        <value>1</value>
+        <timeout>10</timeout>
+        <confirm_message></confirm_message>
+        <description></description>
+      </action>
+    </actions>
+    <alarm_pulsing>false</alarm_pulsing>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="180" green="180" blue="180" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>29</height>
+    <image></image>
+    <name>Action Button</name>
+    <push_action_index>0</push_action_index>
+    <pv_name></pv_name>
+    <pv_value />
+    <rules>
+      <rule name="Rule" prop_id="push_action_index" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>0</value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>1</value>
+        </exp>
+        <pv trig="true">CWM-CWS03:Ctrl-PLC-001:PP30S</pv>
+      </rule>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="180" green="180" blue="180" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:Ctrl-PLC-001:PP30S</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <style>0</style>
+    <text>Body S1-S2</text>
+    <toggle_button>false</toggle_button>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <visible>true</visible>
+    <widget_type>Action Button</widget_type>
+    <width>144</width>
+    <wuid>-32e0cda:1641d794e56:-4cc2</wuid>
+    <x>40</x>
+    <y>432</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.ActionButton" version="2.0.0">
+    <actions hook="false" hook_all="false">
+      <action type="WRITE_PV">
+        <pv_name>CWM-CWS03:Ctrl-PLC-001:PP40S</pv_name>
+        <value>0</value>
+        <timeout>10</timeout>
+        <confirm_message></confirm_message>
+        <description></description>
+      </action>
+      <action type="WRITE_PV">
+        <pv_name>CWM-CWS03:Ctrl-PLC-001:PP40S</pv_name>
+        <value>1</value>
+        <timeout>10</timeout>
+        <confirm_message></confirm_message>
+        <description></description>
+      </action>
+    </actions>
+    <alarm_pulsing>false</alarm_pulsing>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="180" green="180" blue="180" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>29</height>
+    <image></image>
+    <name>Action Button</name>
+    <push_action_index>0</push_action_index>
+    <pv_name></pv_name>
+    <pv_value />
+    <rules>
+      <rule name="Rule" prop_id="push_action_index" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>0</value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>1</value>
+        </exp>
+        <pv trig="true">CWM-CWS03:Ctrl-PLC-001:PP40S</pv>
+      </rule>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="180" green="180" blue="180" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:Ctrl-PLC-001:PP40S</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <style>0</style>
+    <text>Body S3</text>
+    <toggle_button>false</toggle_button>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <visible>true</visible>
+    <widget_type>Action Button</widget_type>
+    <width>144</width>
+    <wuid>-32e0cda:1641d794e56:-4cc1</wuid>
+    <x>40</x>
+    <y>474</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.ActionButton" version="2.0.0">
+    <actions hook="false" hook_all="false">
+      <action type="WRITE_PV">
+        <pv_name>CWM-CWS03:Ctrl-PLC-001:PP50S</pv_name>
+        <value>0</value>
+        <timeout>10</timeout>
+        <confirm_message></confirm_message>
+        <description></description>
+      </action>
+      <action type="WRITE_PV">
+        <pv_name>CWM-CWS03:Ctrl-PLC-001:PP50S</pv_name>
+        <value>1</value>
+        <timeout>10</timeout>
+        <confirm_message></confirm_message>
+        <description></description>
+      </action>
+    </actions>
+    <alarm_pulsing>false</alarm_pulsing>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="180" green="180" blue="180" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>29</height>
+    <image></image>
+    <name>Action Button</name>
+    <push_action_index>0</push_action_index>
+    <pv_name></pv_name>
+    <pv_value />
+    <rules>
+      <rule name="Rule" prop_id="push_action_index" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>0</value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>1</value>
+        </exp>
+        <pv trig="true">CWM-CWS03:Ctrl-PLC-001:PP50S</pv>
+      </rule>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="180" green="180" blue="180" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:Ctrl-PLC-001:PP50S</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <style>0</style>
+    <text>Body S4-S5</text>
+    <toggle_button>false</toggle_button>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <visible>true</visible>
+    <widget_type>Action Button</widget_type>
+    <width>144</width>
+    <wuid>-32e0cda:1641d794e56:-4cc0</wuid>
+    <x>40</x>
+    <y>514</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.ActionButton" version="2.0.0">
+    <actions hook="false" hook_all="false">
+      <action type="WRITE_PV">
+        <pv_name>CWM-CWS03:WtrC-EC-010:Sel</pv_name>
+        <value>0</value>
+        <timeout>10</timeout>
+        <confirm_message></confirm_message>
+        <description></description>
+      </action>
+      <action type="WRITE_PV">
+        <pv_name>CWM-CWS03:WtrC-EC-010:Sel</pv_name>
+        <value>1</value>
+        <timeout>10</timeout>
+        <confirm_message></confirm_message>
+        <description></description>
+      </action>
+    </actions>
+    <alarm_pulsing>false</alarm_pulsing>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="180" green="180" blue="180" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>29</height>
+    <image></image>
+    <name>Action Button</name>
+    <push_action_index>0</push_action_index>
+    <pv_name></pv_name>
+    <pv_value />
+    <rules>
+      <rule name="Rule" prop_id="push_action_index" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>0</value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>1</value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-EC-010:Sel</pv>
+      </rule>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="180" green="180" blue="180" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-EC-010:Anim</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <style>0</style>
+    <text>Heater</text>
+    <toggle_button>false</toggle_button>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <visible>true</visible>
+    <widget_type>Action Button</widget_type>
+    <width>144</width>
+    <wuid>-32e0cda:1641d794e56:-4cbf</wuid>
+    <x>40</x>
+    <y>612</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>2</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="320" y="7" />
+      <point x="1907" y="6" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1588</width>
+    <wuid>-32e0cda:1641d794e56:-4c9c</wuid>
+    <x>320</x>
+    <y>6</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>256</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="485" y="115" />
+      <point x="485" y="354" />
+      <point x="494" y="362" />
+      <point x="494" y="107" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-PCV-011:Error</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>10</width>
+    <wuid>-32e0cda:1641d794e56:-4d7e</wuid>
+    <x>485</x>
+    <y>107</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>256</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="753" y="115" />
+      <point x="753" y="354" />
+      <point x="762" y="362" />
+      <point x="762" y="107" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-FCV-011:Error</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>10</width>
+    <wuid>-32e0cda:1641d794e56:-4d79</wuid>
+    <x>753</x>
+    <y>107</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>256</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1020" y="115" />
+      <point x="1020" y="354" />
+      <point x="1029" y="362" />
+      <point x="1029" y="107" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-FCV-012:Error</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>10</width>
+    <wuid>-32e0cda:1641d794e56:-4d74</wuid>
+    <x>1020</x>
+    <y>107</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>256</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1291" y="115" />
+      <point x="1291" y="354" />
+      <point x="1300" y="362" />
+      <point x="1300" y="107" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-FCV-013:Error</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>10</width>
+    <wuid>-32e0cda:1641d794e56:-4d6f</wuid>
+    <x>1291</x>
+    <y>107</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>256</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1560" y="115" />
+      <point x="1560" y="354" />
+      <point x="1569" y="362" />
+      <point x="1569" y="107" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-FCV-014:Error</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>10</width>
+    <wuid>-32e0cda:1641d794e56:-4d6a</wuid>
+    <x>1560</x>
+    <y>107</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>256</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1850" y="115" />
+      <point x="1850" y="354" />
+      <point x="1859" y="362" />
+      <point x="1859" y="107" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-FCV-015:Error</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>10</width>
+    <wuid>-32e0cda:1641d794e56:-4d65</wuid>
+    <x>1850</x>
+    <y>107</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>256</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="485" y="396" />
+      <point x="485" y="635" />
+      <point x="494" y="643" />
+      <point x="494" y="388" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-FCV-020:Error</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>10</width>
+    <wuid>-32e0cda:1641d794e56:-4d60</wuid>
+    <x>485</x>
+    <y>388</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>256</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="753" y="396" />
+      <point x="753" y="635" />
+      <point x="762" y="643" />
+      <point x="762" y="388" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-FCV-021:Error</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>10</width>
+    <wuid>-32e0cda:1641d794e56:-4d5b</wuid>
+    <x>753</x>
+    <y>388</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>256</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1020" y="399" />
+      <point x="1020" y="638" />
+      <point x="1029" y="646" />
+      <point x="1029" y="391" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-FCV-030:Error</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>10</width>
+    <wuid>-32e0cda:1641d794e56:-4d56</wuid>
+    <x>1020</x>
+    <y>391</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>256</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1291" y="397" />
+      <point x="1291" y="636" />
+      <point x="1300" y="644" />
+      <point x="1300" y="389" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-FCV-040:Error</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>10</width>
+    <wuid>-32e0cda:1641d794e56:-4d51</wuid>
+    <x>1291</x>
+    <y>389</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>256</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1560" y="397" />
+      <point x="1560" y="636" />
+      <point x="1569" y="644" />
+      <point x="1569" y="389" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-FCV-050:Error</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>10</width>
+    <wuid>-32e0cda:1641d794e56:-4d4c</wuid>
+    <x>1560</x>
+    <y>389</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>256</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1850" y="397" />
+      <point x="1850" y="636" />
+      <point x="1859" y="644" />
+      <point x="1859" y="389" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-FCV-051:Error</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>10</width>
+    <wuid>-32e0cda:1641d794e56:-4d47</wuid>
+    <x>1850</x>
+    <y>389</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>256</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="252" y="107" />
+      <point x="252" y="362" />
+      <point x="260" y="354" />
+      <point x="260" y="115" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-PCV-011:Error</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>9</width>
+    <wuid>-32e0cda:1641d794e56:-4d7c</wuid>
+    <x>252</x>
+    <y>107</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>256</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="520" y="107" />
+      <point x="520" y="362" />
+      <point x="528" y="354" />
+      <point x="528" y="115" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-FCV-011:Error</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>9</width>
+    <wuid>-32e0cda:1641d794e56:-4d77</wuid>
+    <x>520</x>
+    <y>107</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>256</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="787" y="107" />
+      <point x="787" y="362" />
+      <point x="795" y="354" />
+      <point x="795" y="115" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-FCV-012:Error</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>9</width>
+    <wuid>-32e0cda:1641d794e56:-4d72</wuid>
+    <x>787</x>
+    <y>107</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>256</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1058" y="107" />
+      <point x="1058" y="362" />
+      <point x="1066" y="354" />
+      <point x="1066" y="115" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-FCV-013:Error</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>9</width>
+    <wuid>-32e0cda:1641d794e56:-4d6d</wuid>
+    <x>1058</x>
+    <y>107</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>256</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1327" y="107" />
+      <point x="1327" y="362" />
+      <point x="1335" y="354" />
+      <point x="1335" y="115" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-FCV-014:Error</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>9</width>
+    <wuid>-32e0cda:1641d794e56:-4d68</wuid>
+    <x>1327</x>
+    <y>107</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>256</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1617" y="107" />
+      <point x="1617" y="362" />
+      <point x="1625" y="354" />
+      <point x="1625" y="115" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-FCV-015:Error</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>9</width>
+    <wuid>-32e0cda:1641d794e56:-4d63</wuid>
+    <x>1617</x>
+    <y>107</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>256</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="252" y="388" />
+      <point x="252" y="643" />
+      <point x="260" y="635" />
+      <point x="260" y="396" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-FCV-020:Error</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>9</width>
+    <wuid>-32e0cda:1641d794e56:-4d5e</wuid>
+    <x>252</x>
+    <y>388</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>256</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="520" y="388" />
+      <point x="520" y="643" />
+      <point x="528" y="635" />
+      <point x="528" y="396" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-FCV-021:Error</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>9</width>
+    <wuid>-32e0cda:1641d794e56:-4d59</wuid>
+    <x>520</x>
+    <y>388</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>256</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="787" y="391" />
+      <point x="787" y="646" />
+      <point x="795" y="638" />
+      <point x="795" y="399" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-FCV-030:Error</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>9</width>
+    <wuid>-32e0cda:1641d794e56:-4d54</wuid>
+    <x>787</x>
+    <y>391</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>256</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1058" y="389" />
+      <point x="1058" y="644" />
+      <point x="1066" y="636" />
+      <point x="1066" y="397" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-FCV-040:Error</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>9</width>
+    <wuid>-32e0cda:1641d794e56:-4d4f</wuid>
+    <x>1058</x>
+    <y>389</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>256</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1327" y="389" />
+      <point x="1327" y="644" />
+      <point x="1335" y="636" />
+      <point x="1335" y="397" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-FCV-050:Error</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>9</width>
+    <wuid>-32e0cda:1641d794e56:-4d4a</wuid>
+    <x>1327</x>
+    <y>389</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>256</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1617" y="389" />
+      <point x="1617" y="644" />
+      <point x="1625" y="636" />
+      <point x="1625" y="397" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-FCV-051:Error</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>9</width>
+    <wuid>-32e0cda:1641d794e56:-4d45</wuid>
+    <x>1617</x>
+    <y>389</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>7</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="8" y="86" />
+      <point x="312" y="86" />
+      <point x="320" y="92" />
+      <point x="0" y="92" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>321</width>
+    <wuid>-32e0cda:1641d794e56:-4ea2</wuid>
+    <x>0</x>
+    <y>86</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>30</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="40" y="420" />
+      <point x="112" y="420" />
+      <point x="112" y="391" />
+      <point x="40" y="391" />
+      <point x="40" y="420" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>73</width>
+    <wuid>-32e0cda:1641d794e56:-4da3</wuid>
+    <x>40</x>
+    <y>391</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>30</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="184" y="391" />
+      <point x="112" y="391" />
+      <point x="112" y="420" />
+      <point x="184" y="420" />
+      <point x="184" y="391" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>73</width>
+    <wuid>-32e0cda:1641d794e56:-4da2</wuid>
+    <x>112</x>
+    <y>391</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>9</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="252" y="858" />
+      <point x="494" y="858" />
+      <point x="485" y="866" />
+      <point x="260" y="866" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-FT-011:Error</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>243</width>
+    <wuid>-32e0cda:1641d794e56:-4d96</wuid>
+    <x>252</x>
+    <y>858</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>9</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="260" y="1008" />
+      <point x="485" y="1008" />
+      <point x="494" y="1016" />
+      <point x="252" y="1016" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-FT-011:Error</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>243</width>
+    <wuid>-32e0cda:1641d794e56:-4d94</wuid>
+    <x>252</x>
+    <y>1008</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>9</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="520" y="858" />
+      <point x="762" y="858" />
+      <point x="753" y="866" />
+      <point x="528" y="866" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-PT-017:Error</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>243</width>
+    <wuid>-32e0cda:1641d794e56:-4d92</wuid>
+    <x>520</x>
+    <y>858</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>9</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="528" y="1008" />
+      <point x="753" y="1008" />
+      <point x="762" y="1016" />
+      <point x="520" y="1016" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-PT-017:Error</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>243</width>
+    <wuid>-32e0cda:1641d794e56:-4d90</wuid>
+    <x>520</x>
+    <y>1008</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>9</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="787" y="858" />
+      <point x="1029" y="858" />
+      <point x="1020" y="866" />
+      <point x="795" y="866" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-LT-070:LHError</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>243</width>
+    <wuid>-32e0cda:1641d794e56:-4d8e</wuid>
+    <x>787</x>
+    <y>858</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>9</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="795" y="1008" />
+      <point x="1020" y="1008" />
+      <point x="1029" y="1016" />
+      <point x="787" y="1016" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-LT-070:LHError</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>243</width>
+    <wuid>-32e0cda:1641d794e56:-4d8c</wuid>
+    <x>787</x>
+    <y>1008</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>9</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1058" y="861" />
+      <point x="1300" y="861" />
+      <point x="1291" y="869" />
+      <point x="1066" y="869" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-LT-070:LLError</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>243</width>
+    <wuid>-32e0cda:1641d794e56:-4d8a</wuid>
+    <x>1058</x>
+    <y>861</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>9</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1066" y="1011" />
+      <point x="1291" y="1011" />
+      <point x="1300" y="1019" />
+      <point x="1058" y="1019" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-LT-070:LLError</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>243</width>
+    <wuid>-32e0cda:1641d794e56:-4d88</wuid>
+    <x>1058</x>
+    <y>1011</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>9</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1327" y="861" />
+      <point x="1569" y="861" />
+      <point x="1560" y="869" />
+      <point x="1335" y="869" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-LT-070:LVLError</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>243</width>
+    <wuid>-32e0cda:1641d794e56:-4d86</wuid>
+    <x>1327</x>
+    <y>861</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>9</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1335" y="1011" />
+      <point x="1560" y="1011" />
+      <point x="1569" y="1019" />
+      <point x="1327" y="1019" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-LT-070:LVLError</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>243</width>
+    <wuid>-32e0cda:1641d794e56:-4d84</wuid>
+    <x>1327</x>
+    <y>1011</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>9</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="252" y="107" />
+      <point x="494" y="107" />
+      <point x="485" y="115" />
+      <point x="260" y="115" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-PCV-011:Error</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>243</width>
+    <wuid>-32e0cda:1641d794e56:-4d80</wuid>
+    <x>252</x>
+    <y>107</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>9</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="252" y="107" />
+      <point x="494" y="107" />
+      <point x="485" y="115" />
+      <point x="260" y="115" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-PCV-011:Error</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>243</width>
+    <wuid>-32e0cda:1641d794e56:-4d7f</wuid>
+    <x>252</x>
+    <y>107</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>9</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="260" y="354" />
+      <point x="485" y="354" />
+      <point x="494" y="362" />
+      <point x="252" y="362" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-PCV-011:Error</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>243</width>
+    <wuid>-32e0cda:1641d794e56:-4d7d</wuid>
+    <x>252</x>
+    <y>354</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>9</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="520" y="107" />
+      <point x="762" y="107" />
+      <point x="753" y="115" />
+      <point x="528" y="115" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-FCV-011:Error</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>243</width>
+    <wuid>-32e0cda:1641d794e56:-4d7b</wuid>
+    <x>520</x>
+    <y>107</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>9</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="520" y="107" />
+      <point x="762" y="107" />
+      <point x="753" y="115" />
+      <point x="528" y="115" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-FCV-011:Error</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>243</width>
+    <wuid>-32e0cda:1641d794e56:-4d7a</wuid>
+    <x>520</x>
+    <y>107</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>9</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="528" y="354" />
+      <point x="753" y="354" />
+      <point x="762" y="362" />
+      <point x="520" y="362" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-FCV-011:Error</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>243</width>
+    <wuid>-32e0cda:1641d794e56:-4d78</wuid>
+    <x>520</x>
+    <y>354</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>9</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="787" y="107" />
+      <point x="1029" y="107" />
+      <point x="1020" y="115" />
+      <point x="795" y="115" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-FCV-012:Error</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>243</width>
+    <wuid>-32e0cda:1641d794e56:-4d76</wuid>
+    <x>787</x>
+    <y>107</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>9</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="787" y="107" />
+      <point x="1029" y="107" />
+      <point x="1020" y="115" />
+      <point x="795" y="115" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-FCV-012:Error</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>243</width>
+    <wuid>-32e0cda:1641d794e56:-4d75</wuid>
+    <x>787</x>
+    <y>107</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>9</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="795" y="354" />
+      <point x="1020" y="354" />
+      <point x="1029" y="362" />
+      <point x="787" y="362" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-FCV-012:Error</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>243</width>
+    <wuid>-32e0cda:1641d794e56:-4d73</wuid>
+    <x>787</x>
+    <y>354</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>9</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1058" y="107" />
+      <point x="1300" y="107" />
+      <point x="1291" y="115" />
+      <point x="1066" y="115" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-FCV-013:Error</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>243</width>
+    <wuid>-32e0cda:1641d794e56:-4d71</wuid>
+    <x>1058</x>
+    <y>107</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>9</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1058" y="107" />
+      <point x="1300" y="107" />
+      <point x="1291" y="115" />
+      <point x="1066" y="115" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-FCV-013:Error</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>243</width>
+    <wuid>-32e0cda:1641d794e56:-4d70</wuid>
+    <x>1058</x>
+    <y>107</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>9</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1066" y="354" />
+      <point x="1291" y="354" />
+      <point x="1300" y="362" />
+      <point x="1058" y="362" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-FCV-013:Error</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>243</width>
+    <wuid>-32e0cda:1641d794e56:-4d6e</wuid>
+    <x>1058</x>
+    <y>354</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>9</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1327" y="107" />
+      <point x="1569" y="107" />
+      <point x="1560" y="115" />
+      <point x="1335" y="115" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-FCV-014:Error</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>243</width>
+    <wuid>-32e0cda:1641d794e56:-4d6c</wuid>
+    <x>1327</x>
+    <y>107</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>9</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1327" y="107" />
+      <point x="1569" y="107" />
+      <point x="1560" y="115" />
+      <point x="1335" y="115" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-FCV-014:Error</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>243</width>
+    <wuid>-32e0cda:1641d794e56:-4d6b</wuid>
+    <x>1327</x>
+    <y>107</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>9</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1335" y="354" />
+      <point x="1560" y="354" />
+      <point x="1569" y="362" />
+      <point x="1327" y="362" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-FCV-014:Error</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>243</width>
+    <wuid>-32e0cda:1641d794e56:-4d69</wuid>
+    <x>1327</x>
+    <y>354</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>9</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1617" y="107" />
+      <point x="1859" y="107" />
+      <point x="1850" y="115" />
+      <point x="1625" y="115" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-FCV-015:Error</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>243</width>
+    <wuid>-32e0cda:1641d794e56:-4d67</wuid>
+    <x>1617</x>
+    <y>107</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>9</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1617" y="107" />
+      <point x="1859" y="107" />
+      <point x="1850" y="115" />
+      <point x="1625" y="115" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-FCV-015:Error</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>243</width>
+    <wuid>-32e0cda:1641d794e56:-4d66</wuid>
+    <x>1617</x>
+    <y>107</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>9</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1625" y="354" />
+      <point x="1850" y="354" />
+      <point x="1859" y="362" />
+      <point x="1617" y="362" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-FCV-015:Error</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>243</width>
+    <wuid>-32e0cda:1641d794e56:-4d64</wuid>
+    <x>1617</x>
+    <y>354</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>9</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="252" y="388" />
+      <point x="494" y="388" />
+      <point x="485" y="396" />
+      <point x="260" y="396" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-FCV-020:Error</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>243</width>
+    <wuid>-32e0cda:1641d794e56:-4d62</wuid>
+    <x>252</x>
+    <y>388</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>9</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="252" y="388" />
+      <point x="494" y="388" />
+      <point x="485" y="396" />
+      <point x="260" y="396" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-FCV-020:Error</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>243</width>
+    <wuid>-32e0cda:1641d794e56:-4d61</wuid>
+    <x>252</x>
+    <y>388</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>9</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="260" y="635" />
+      <point x="485" y="635" />
+      <point x="494" y="643" />
+      <point x="252" y="643" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-FCV-020:Error</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>243</width>
+    <wuid>-32e0cda:1641d794e56:-4d5f</wuid>
+    <x>252</x>
+    <y>635</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>9</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="520" y="388" />
+      <point x="762" y="388" />
+      <point x="753" y="396" />
+      <point x="528" y="396" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-FCV-021:Error</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>243</width>
+    <wuid>-32e0cda:1641d794e56:-4d5d</wuid>
+    <x>520</x>
+    <y>388</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>9</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="520" y="388" />
+      <point x="762" y="388" />
+      <point x="753" y="396" />
+      <point x="528" y="396" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-FCV-021:Error</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>243</width>
+    <wuid>-32e0cda:1641d794e56:-4d5c</wuid>
+    <x>520</x>
+    <y>388</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>9</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="528" y="635" />
+      <point x="753" y="635" />
+      <point x="762" y="643" />
+      <point x="520" y="643" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-FCV-021:Error</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>243</width>
+    <wuid>-32e0cda:1641d794e56:-4d5a</wuid>
+    <x>520</x>
+    <y>635</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>9</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="787" y="391" />
+      <point x="1029" y="391" />
+      <point x="1020" y="399" />
+      <point x="795" y="399" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-FCV-030:Error</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>243</width>
+    <wuid>-32e0cda:1641d794e56:-4d58</wuid>
+    <x>787</x>
+    <y>391</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>9</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="787" y="391" />
+      <point x="1029" y="391" />
+      <point x="1020" y="399" />
+      <point x="795" y="399" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-FCV-030:Error</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>243</width>
+    <wuid>-32e0cda:1641d794e56:-4d57</wuid>
+    <x>787</x>
+    <y>391</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>9</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="795" y="638" />
+      <point x="1020" y="638" />
+      <point x="1029" y="646" />
+      <point x="787" y="646" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-FCV-030:Error</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>243</width>
+    <wuid>-32e0cda:1641d794e56:-4d55</wuid>
+    <x>787</x>
+    <y>638</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>9</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1058" y="389" />
+      <point x="1300" y="389" />
+      <point x="1291" y="397" />
+      <point x="1066" y="397" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-FCV-040:Error</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>243</width>
+    <wuid>-32e0cda:1641d794e56:-4d53</wuid>
+    <x>1058</x>
+    <y>389</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>9</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1058" y="389" />
+      <point x="1300" y="389" />
+      <point x="1291" y="397" />
+      <point x="1066" y="397" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-FCV-040:Error</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>243</width>
+    <wuid>-32e0cda:1641d794e56:-4d52</wuid>
+    <x>1058</x>
+    <y>389</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>9</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1066" y="636" />
+      <point x="1291" y="636" />
+      <point x="1300" y="644" />
+      <point x="1058" y="644" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-FCV-040:Error</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>243</width>
+    <wuid>-32e0cda:1641d794e56:-4d50</wuid>
+    <x>1058</x>
+    <y>636</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>9</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1327" y="389" />
+      <point x="1569" y="389" />
+      <point x="1560" y="397" />
+      <point x="1335" y="397" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-FCV-050:Error</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>243</width>
+    <wuid>-32e0cda:1641d794e56:-4d4e</wuid>
+    <x>1327</x>
+    <y>389</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>9</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1327" y="389" />
+      <point x="1569" y="389" />
+      <point x="1560" y="397" />
+      <point x="1335" y="397" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-FCV-050:Error</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>243</width>
+    <wuid>-32e0cda:1641d794e56:-4d4d</wuid>
+    <x>1327</x>
+    <y>389</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>9</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1335" y="636" />
+      <point x="1560" y="636" />
+      <point x="1569" y="644" />
+      <point x="1327" y="644" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-FCV-050:Error</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>243</width>
+    <wuid>-32e0cda:1641d794e56:-4d4b</wuid>
+    <x>1327</x>
+    <y>636</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>9</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1617" y="389" />
+      <point x="1859" y="389" />
+      <point x="1850" y="397" />
+      <point x="1625" y="397" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-FCV-051:Error</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>243</width>
+    <wuid>-32e0cda:1641d794e56:-4d49</wuid>
+    <x>1617</x>
+    <y>389</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>9</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1617" y="389" />
+      <point x="1859" y="389" />
+      <point x="1850" y="397" />
+      <point x="1625" y="397" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-FCV-051:Error</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>243</width>
+    <wuid>-32e0cda:1641d794e56:-4d48</wuid>
+    <x>1617</x>
+    <y>389</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>9</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1625" y="636" />
+      <point x="1850" y="636" />
+      <point x="1859" y="644" />
+      <point x="1617" y="644" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-FCV-051:Error</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>243</width>
+    <wuid>-32e0cda:1641d794e56:-4d46</wuid>
+    <x>1617</x>
+    <y>636</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>9</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="252" y="673" />
+      <point x="494" y="673" />
+      <point x="485" y="681" />
+      <point x="260" y="681" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-P-10:Error</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>243</width>
+    <wuid>-32e0cda:1641d794e56:-4d44</wuid>
+    <x>252</x>
+    <y>673</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>9</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="260" y="822" />
+      <point x="485" y="822" />
+      <point x="494" y="830" />
+      <point x="252" y="830" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-P-10:Error</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>243</width>
+    <wuid>-32e0cda:1641d794e56:-4d42</wuid>
+    <x>252</x>
+    <y>822</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>9</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="520" y="673" />
+      <point x="762" y="673" />
+      <point x="753" y="681" />
+      <point x="528" y="681" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-P-20:Error</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>243</width>
+    <wuid>-32e0cda:1641d794e56:-4d40</wuid>
+    <x>520</x>
+    <y>673</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>9</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="528" y="822" />
+      <point x="753" y="822" />
+      <point x="762" y="830" />
+      <point x="520" y="830" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-P-20:Error</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>243</width>
+    <wuid>-32e0cda:1641d794e56:-4d3e</wuid>
+    <x>520</x>
+    <y>822</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>9</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="787" y="673" />
+      <point x="1029" y="673" />
+      <point x="1020" y="681" />
+      <point x="795" y="681" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-P-30:Error</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>243</width>
+    <wuid>-32e0cda:1641d794e56:-4d3c</wuid>
+    <x>787</x>
+    <y>673</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>9</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="795" y="822" />
+      <point x="1020" y="822" />
+      <point x="1029" y="830" />
+      <point x="787" y="830" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-P-30:Error</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>243</width>
+    <wuid>-32e0cda:1641d794e56:-4d3a</wuid>
+    <x>787</x>
+    <y>822</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>9</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1058" y="676" />
+      <point x="1300" y="676" />
+      <point x="1291" y="684" />
+      <point x="1066" y="684" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-P-40:Error</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>243</width>
+    <wuid>-32e0cda:1641d794e56:-4d38</wuid>
+    <x>1058</x>
+    <y>676</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>9</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1066" y="825" />
+      <point x="1291" y="825" />
+      <point x="1300" y="833" />
+      <point x="1058" y="833" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-P-40:Error</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>243</width>
+    <wuid>-32e0cda:1641d794e56:-4d36</wuid>
+    <x>1058</x>
+    <y>825</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>9</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1327" y="672" />
+      <point x="1569" y="672" />
+      <point x="1560" y="680" />
+      <point x="1335" y="680" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-P-50:Error</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>243</width>
+    <wuid>-32e0cda:1641d794e56:-4d34</wuid>
+    <x>1327</x>
+    <y>672</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>9</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1335" y="821" />
+      <point x="1560" y="821" />
+      <point x="1569" y="829" />
+      <point x="1327" y="829" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-P-50:Error</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>243</width>
+    <wuid>-32e0cda:1641d794e56:-4d32</wuid>
+    <x>1327</x>
+    <y>821</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>9</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1617" y="672" />
+      <point x="1859" y="672" />
+      <point x="1850" y="680" />
+      <point x="1625" y="680" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-EC-010:Error</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>243</width>
+    <wuid>-32e0cda:1641d794e56:-4d30</wuid>
+    <x>1617</x>
+    <y>672</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>9</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1625" y="821" />
+      <point x="1850" y="821" />
+      <point x="1859" y="829" />
+      <point x="1617" y="829" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-EC-010:Error</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>243</width>
+    <wuid>-32e0cda:1641d794e56:-4d2e</wuid>
+    <x>1617</x>
+    <y>821</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>9</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1617" y="861" />
+      <point x="1859" y="861" />
+      <point x="1850" y="869" />
+      <point x="1625" y="869" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-CT-020:Error</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>243</width>
+    <wuid>-32e0cda:1641d794e56:-4d2a</wuid>
+    <x>1617</x>
+    <y>861</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>9</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1625" y="1011" />
+      <point x="1850" y="1011" />
+      <point x="1859" y="1019" />
+      <point x="1617" y="1019" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-CT-020:Error</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>243</width>
+    <wuid>-32e0cda:1641d794e56:-4d28</wuid>
+    <x>1617</x>
+    <y>1011</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>708</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="203" y="814" />
+      <point x="201" y="811" />
+      <point x="202" y="110" />
+      <point x="203" y="107" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-4ec2</wuid>
+    <x>201</x>
+    <y>107</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>708</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="16" y="814" />
+      <point x="18" y="811" />
+      <point x="18" y="110" />
+      <point x="16" y="107" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-4eb3</wuid>
+    <x>16</x>
+    <y>107</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>28</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="540" y="55" />
+      <point x="613" y="55" />
+      <point x="613" y="82" />
+      <point x="540" y="82" />
+      <point x="540" y="55" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>74</width>
+    <wuid>-32e0cda:1641d794e56:-4e19</wuid>
+    <x>540</x>
+    <y>55</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.ActionButton" version="2.0.0">
+    <actions hook="false" hook_all="false">
+      <action type="WRITE_PV">
+        <pv_name>CWM-CWS03:Ctrl-PLC-001:PP20STH</pv_name>
+        <value>0</value>
+        <timeout>10</timeout>
+        <confirm_message></confirm_message>
+        <description></description>
+      </action>
+    </actions>
+    <alarm_pulsing>false</alarm_pulsing>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="180" green="180" blue="180" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>29</height>
+    <image></image>
+    <name>Action Button</name>
+    <push_action_index>0</push_action_index>
+    <pv_name></pv_name>
+    <pv_value />
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="180" green="180" blue="180" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:Ctrl-PLC-001:PP20STH</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <style>0</style>
+    <text>°C</text>
+    <toggle_button>false</toggle_button>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <visible>true</visible>
+    <widget_type>Action Button</widget_type>
+    <width>71</width>
+    <wuid>-32e0cda:1641d794e56:-4cc4</wuid>
+    <x>40</x>
+    <y>391</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.ActionButton" version="2.0.0">
+    <actions hook="false" hook_all="false">
+      <action type="WRITE_PV">
+        <pv_name>CWM-CWS03:Ctrl-PLC-001:PP20STH</pv_name>
+        <value>1</value>
+        <timeout>10</timeout>
+        <confirm_message></confirm_message>
+        <description></description>
+      </action>
+    </actions>
+    <alarm_pulsing>false</alarm_pulsing>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="180" green="180" blue="180" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>28</height>
+    <image></image>
+    <name>Action Button</name>
+    <push_action_index>0</push_action_index>
+    <pv_name></pv_name>
+    <pv_value />
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="180" green="180" blue="180" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:Ctrl-PLC-001:PP20STH</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <style>0</style>
+    <text>DPhase</text>
+    <toggle_button>false</toggle_button>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <visible>true</visible>
+    <widget_type>Action Button</widget_type>
+    <width>72</width>
+    <wuid>-32e0cda:1641d794e56:-4cc3</wuid>
+    <x>112</x>
+    <y>391</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1915" y="1071" />
+      <point x="0" y="1071" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1916</width>
+    <wuid>-32e0cda:1641d794e56:-4ca2</wuid>
+    <x>0</x>
+    <y>1071</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="8" y="1062" />
+      <point x="1906" y="1062" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1899</width>
+    <wuid>-32e0cda:1641d794e56:-4c9f</wuid>
+    <x>8</x>
+    <y>1062</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>24</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="541" y="57" />
+      <point x="541" y="80" />
+      <point x="611" y="80" />
+      <point x="611" y="57" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>71</width>
+    <wuid>-32e0cda:1641d794e56:-4d81</wuid>
+    <x>541</x>
+    <y>57</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="320" y="0" />
+      <point x="1915" y="0" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1596</width>
+    <wuid>-32e0cda:1641d794e56:-4ca4</wuid>
+    <x>320</x>
+    <y>0</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>159</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="494" y="858" />
+      <point x="494" y="1016" />
+      <point x="485" y="1008" />
+      <point x="485" y="866" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-FT-011:Error</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>10</width>
+    <wuid>-32e0cda:1641d794e56:-4d95</wuid>
+    <x>485</x>
+    <y>858</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>159</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="762" y="858" />
+      <point x="762" y="1016" />
+      <point x="753" y="1008" />
+      <point x="753" y="866" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-PT-017:Error</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>10</width>
+    <wuid>-32e0cda:1641d794e56:-4d91</wuid>
+    <x>753</x>
+    <y>858</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>159</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1029" y="858" />
+      <point x="1029" y="1016" />
+      <point x="1020" y="1008" />
+      <point x="1020" y="866" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-LT-070:LHError</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>10</width>
+    <wuid>-32e0cda:1641d794e56:-4d8d</wuid>
+    <x>1020</x>
+    <y>858</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>159</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1300" y="861" />
+      <point x="1300" y="1019" />
+      <point x="1291" y="1011" />
+      <point x="1291" y="869" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-LT-070:LLError</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>10</width>
+    <wuid>-32e0cda:1641d794e56:-4d89</wuid>
+    <x>1291</x>
+    <y>861</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>159</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1569" y="861" />
+      <point x="1569" y="1019" />
+      <point x="1560" y="1011" />
+      <point x="1560" y="869" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-LT-070:LVLError</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>10</width>
+    <wuid>-32e0cda:1641d794e56:-4d85</wuid>
+    <x>1560</x>
+    <y>861</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>159</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1859" y="861" />
+      <point x="1859" y="1019" />
+      <point x="1850" y="1011" />
+      <point x="1850" y="869" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-CT-020:Error</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>10</width>
+    <wuid>-32e0cda:1641d794e56:-4d29</wuid>
+    <x>1850</x>
+    <y>861</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1907" y="86" />
+      <point x="320" y="86" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1588</width>
+    <wuid>-32e0cda:1641d794e56:-4c9a</wuid>
+    <x>320</x>
+    <y>86</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1906" y="92" />
+      <point x="320" y="92" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1587</width>
+    <wuid>-32e0cda:1641d794e56:-4c9d</wuid>
+    <x>320</x>
+    <y>92</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>158</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="494" y="673" />
+      <point x="494" y="830" />
+      <point x="485" y="822" />
+      <point x="485" y="681" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-P-10:Error</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>10</width>
+    <wuid>-32e0cda:1641d794e56:-4d43</wuid>
+    <x>485</x>
+    <y>673</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>158</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="762" y="673" />
+      <point x="762" y="830" />
+      <point x="753" y="822" />
+      <point x="753" y="681" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-P-20:Error</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>10</width>
+    <wuid>-32e0cda:1641d794e56:-4d3f</wuid>
+    <x>753</x>
+    <y>673</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>158</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1029" y="673" />
+      <point x="1029" y="830" />
+      <point x="1020" y="822" />
+      <point x="1020" y="681" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-P-30:Error</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>10</width>
+    <wuid>-32e0cda:1641d794e56:-4d3b</wuid>
+    <x>1020</x>
+    <y>673</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>158</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1300" y="676" />
+      <point x="1300" y="833" />
+      <point x="1291" y="825" />
+      <point x="1291" y="684" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-P-40:Error</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>10</width>
+    <wuid>-32e0cda:1641d794e56:-4d37</wuid>
+    <x>1291</x>
+    <y>676</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>158</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1569" y="672" />
+      <point x="1569" y="829" />
+      <point x="1560" y="821" />
+      <point x="1560" y="680" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-P-50:Error</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>10</width>
+    <wuid>-32e0cda:1641d794e56:-4d33</wuid>
+    <x>1560</x>
+    <y>672</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>158</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1859" y="672" />
+      <point x="1859" y="829" />
+      <point x="1850" y="821" />
+      <point x="1850" y="680" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-EC-010:Error</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>10</width>
+    <wuid>-32e0cda:1641d794e56:-4d2f</wuid>
+    <x>1850</x>
+    <y>672</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>159</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="252" y="858" />
+      <point x="252" y="1016" />
+      <point x="260" y="1008" />
+      <point x="260" y="866" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-FT-011:Error</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>9</width>
+    <wuid>-32e0cda:1641d794e56:-4d93</wuid>
+    <x>252</x>
+    <y>858</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>159</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="520" y="858" />
+      <point x="520" y="1016" />
+      <point x="528" y="1008" />
+      <point x="528" y="866" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-PT-017:Error</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>9</width>
+    <wuid>-32e0cda:1641d794e56:-4d8f</wuid>
+    <x>520</x>
+    <y>858</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>159</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="787" y="858" />
+      <point x="787" y="1016" />
+      <point x="795" y="1008" />
+      <point x="795" y="866" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-LT-070:LHError</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>9</width>
+    <wuid>-32e0cda:1641d794e56:-4d8b</wuid>
+    <x>787</x>
+    <y>858</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>159</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1058" y="861" />
+      <point x="1058" y="1019" />
+      <point x="1066" y="1011" />
+      <point x="1066" y="869" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-LT-070:LLError</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>9</width>
+    <wuid>-32e0cda:1641d794e56:-4d87</wuid>
+    <x>1058</x>
+    <y>861</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>159</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1327" y="861" />
+      <point x="1327" y="1019" />
+      <point x="1335" y="1011" />
+      <point x="1335" y="869" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-LT-070:LVLError</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>9</width>
+    <wuid>-32e0cda:1641d794e56:-4d83</wuid>
+    <x>1327</x>
+    <y>861</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>159</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1617" y="861" />
+      <point x="1617" y="1019" />
+      <point x="1625" y="1011" />
+      <point x="1625" y="869" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-CT-020:Error</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>9</width>
+    <wuid>-32e0cda:1641d794e56:-4d27</wuid>
+    <x>1617</x>
+    <y>861</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>158</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="252" y="673" />
+      <point x="252" y="830" />
+      <point x="260" y="822" />
+      <point x="260" y="681" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-P-10:Error</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>9</width>
+    <wuid>-32e0cda:1641d794e56:-4d41</wuid>
+    <x>252</x>
+    <y>673</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>158</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="520" y="673" />
+      <point x="520" y="830" />
+      <point x="528" y="822" />
+      <point x="528" y="681" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-P-20:Error</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>9</width>
+    <wuid>-32e0cda:1641d794e56:-4d3d</wuid>
+    <x>520</x>
+    <y>673</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>158</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="787" y="673" />
+      <point x="787" y="830" />
+      <point x="795" y="822" />
+      <point x="795" y="681" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-P-30:Error</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>9</width>
+    <wuid>-32e0cda:1641d794e56:-4d39</wuid>
+    <x>787</x>
+    <y>673</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>158</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1058" y="676" />
+      <point x="1058" y="833" />
+      <point x="1066" y="825" />
+      <point x="1066" y="684" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-P-40:Error</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>9</width>
+    <wuid>-32e0cda:1641d794e56:-4d35</wuid>
+    <x>1058</x>
+    <y>676</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>158</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1327" y="672" />
+      <point x="1327" y="829" />
+      <point x="1335" y="821" />
+      <point x="1335" y="680" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-P-50:Error</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>9</width>
+    <wuid>-32e0cda:1641d794e56:-4d31</wuid>
+    <x>1327</x>
+    <y>672</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>158</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1617" y="672" />
+      <point x="1617" y="829" />
+      <point x="1625" y="821" />
+      <point x="1625" y="680" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-EC-010:Error</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>9</width>
+    <wuid>-32e0cda:1641d794e56:-4d2d</wuid>
+    <x>1617</x>
+    <y>672</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1072</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1915" y="0" />
+      <point x="1915" y="1071" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-4ca3</wuid>
+    <x>1915</x>
+    <y>0</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>979</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="0" y="1071" />
+      <point x="0" y="93" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-4ca1</wuid>
+    <x>0</x>
+    <y>93</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>971</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="8" y="92" />
+      <point x="8" y="1062" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-4ca0</wuid>
+    <x>8</x>
+    <y>92</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>971</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1906" y="1062" />
+      <point x="1906" y="92" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-4c9e</wuid>
+    <x>1906</x>
+    <y>92</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>284</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="192" y="557" />
+      <point x="190" y="555" />
+      <point x="190" y="276" />
+      <point x="192" y="274" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-4ebe</wuid>
+    <x>190</x>
+    <y>274</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>284</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="31" y="557" />
+      <point x="33" y="555" />
+      <point x="33" y="276" />
+      <point x="31" y="274" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-4eaf</wuid>
+    <x>31</x>
+    <y>274</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>94</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="0" y="0" />
+      <point x="8" y="8" />
+      <point x="8" y="86" />
+      <point x="0" y="93" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>9</width>
+    <wuid>-32e0cda:1641d794e56:-4ea4</wuid>
+    <x>0</x>
+    <y>0</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>94</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="312" y="8" />
+      <point x="312" y="86" />
+      <point x="320" y="93" />
+      <point x="320" y="0" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>9</width>
+    <wuid>-32e0cda:1641d794e56:-4d98</wuid>
+    <x>312</x>
+    <y>0</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>93</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="0" y="0" />
+      <point x="8" y="8" />
+      <point x="8" y="86" />
+      <point x="0" y="92" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>9</width>
+    <wuid>-32e0cda:1641d794e56:-4ea1</wuid>
+    <x>0</x>
+    <y>0</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>4</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="18" y="110" />
+      <point x="202" y="110" />
+      <point x="203" y="107" />
+      <point x="16" y="107" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>188</width>
+    <wuid>-32e0cda:1641d794e56:-4eb2</wuid>
+    <x>16</x>
+    <y>107</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="470" y="52" />
+      <point x="687" y="52" />
+      <point x="685" y="50" />
+      <point x="471" y="50" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>218</width>
+    <wuid>-32e0cda:1641d794e56:-4ec6</wuid>
+    <x>470</x>
+    <y>50</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="471" y="14" />
+      <point x="685" y="14" />
+      <point x="687" y="12" />
+      <point x="470" y="12" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>218</width>
+    <wuid>-32e0cda:1641d794e56:-4eb7</wuid>
+    <x>470</x>
+    <y>12</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="31" y="254" />
+      <point x="192" y="254" />
+      <point x="190" y="252" />
+      <point x="33" y="252" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>162</width>
+    <wuid>-32e0cda:1641d794e56:-4ec1</wuid>
+    <x>31</x>
+    <y>252</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="31" y="557" />
+      <point x="192" y="557" />
+      <point x="190" y="555" />
+      <point x="33" y="555" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>162</width>
+    <wuid>-32e0cda:1641d794e56:-4ebf</wuid>
+    <x>31</x>
+    <y>555</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="31" y="653" />
+      <point x="192" y="653" />
+      <point x="190" y="651" />
+      <point x="33" y="651" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>162</width>
+    <wuid>-32e0cda:1641d794e56:-4ebc</wuid>
+    <x>31</x>
+    <y>651</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="31" y="802" />
+      <point x="192" y="802" />
+      <point x="190" y="800" />
+      <point x="33" y="800" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>162</width>
+    <wuid>-32e0cda:1641d794e56:-4eba</wuid>
+    <x>31</x>
+    <y>800</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="33" y="149" />
+      <point x="190" y="149" />
+      <point x="192" y="147" />
+      <point x="31" y="147" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>162</width>
+    <wuid>-32e0cda:1641d794e56:-4eb0</wuid>
+    <x>31</x>
+    <y>147</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="33" y="276" />
+      <point x="190" y="276" />
+      <point x="192" y="274" />
+      <point x="31" y="274" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>162</width>
+    <wuid>-32e0cda:1641d794e56:-4eae</wuid>
+    <x>31</x>
+    <y>274</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="33" y="581" />
+      <point x="190" y="581" />
+      <point x="192" y="579" />
+      <point x="31" y="579" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>162</width>
+    <wuid>-32e0cda:1641d794e56:-4eac</wuid>
+    <x>31</x>
+    <y>579</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="33" y="674" />
+      <point x="190" y="674" />
+      <point x="192" y="672" />
+      <point x="31" y="672" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>162</width>
+    <wuid>-32e0cda:1641d794e56:-4eaa</wuid>
+    <x>31</x>
+    <y>672</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="324" y="82" />
+      <point x="464" y="82" />
+      <point x="462" y="80" />
+      <point x="325" y="80" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>141</width>
+    <wuid>-32e0cda:1641d794e56:-4ec8</wuid>
+    <x>324</x>
+    <y>80</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="325" y="14" />
+      <point x="462" y="14" />
+      <point x="464" y="12" />
+      <point x="324" y="12" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>141</width>
+    <wuid>-32e0cda:1641d794e56:-4eb9</wuid>
+    <x>324</x>
+    <y>12</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>131</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="192" y="802" />
+      <point x="190" y="800" />
+      <point x="190" y="674" />
+      <point x="192" y="672" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-4ebb</wuid>
+    <x>190</x>
+    <y>672</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>131</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="31" y="802" />
+      <point x="33" y="800" />
+      <point x="33" y="674" />
+      <point x="31" y="672" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-4eab</wuid>
+    <x>31</x>
+    <y>672</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>108</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="192" y="254" />
+      <point x="190" y="252" />
+      <point x="190" y="149" />
+      <point x="192" y="147" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-4ec0</wuid>
+    <x>190</x>
+    <y>147</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>108</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="31" y="254" />
+      <point x="33" y="252" />
+      <point x="33" y="149" />
+      <point x="31" y="147" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-4eb1</wuid>
+    <x>31</x>
+    <y>147</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="180" green="180" blue="180" />
+    </background_color>
+    <bit>-1</bit>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="180" green="180" blue="180" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <bulb_border>3</bulb_border>
+    <bulb_border_color>
+      <color red="150" green="150" blue="150" />
+    </bulb_border_color>
+    <data_type>0</data_type>
+    <effect_3d>true</effect_3d>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>18</height>
+    <name>LED</name>
+    <off_color>
+      <color red="0" green="240" blue="0" />
+    </off_color>
+    <off_label>OFF</off_label>
+    <off_state></off_state>
+    <on_color>
+      <color red="240" green="0" blue="0" />
+    </on_color>
+    <on_label>ON</on_label>
+    <on_state></on_state>
+    <pv_name>CWM-CWS03:WtrC-FT-011:Error</pv_name>
+    <pv_value />
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_boolean_label>false</show_boolean_label>
+    <square_led>false</square_led>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <visible>true</visible>
+    <widget_type>LED</widget_type>
+    <width>18</width>
+    <wuid>-32e0cda:1641d794e56:-4d1c</wuid>
+    <x>428</x>
+    <y>927</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="180" green="180" blue="180" />
+    </background_color>
+    <bit>-1</bit>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="180" green="180" blue="180" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <bulb_border>3</bulb_border>
+    <bulb_border_color>
+      <color red="150" green="150" blue="150" />
+    </bulb_border_color>
+    <data_type>0</data_type>
+    <effect_3d>true</effect_3d>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>18</height>
+    <name>LED</name>
+    <off_color>
+      <color red="0" green="240" blue="0" />
+    </off_color>
+    <off_label>OFF</off_label>
+    <off_state></off_state>
+    <on_color>
+      <color red="240" green="0" blue="0" />
+    </on_color>
+    <on_label>ON</on_label>
+    <on_state></on_state>
+    <pv_name>CWM-CWS03:WtrC-PT-017:Error</pv_name>
+    <pv_value />
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_boolean_label>false</show_boolean_label>
+    <square_led>false</square_led>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <visible>true</visible>
+    <widget_type>LED</widget_type>
+    <width>18</width>
+    <wuid>-32e0cda:1641d794e56:-4d1a</wuid>
+    <x>696</x>
+    <y>927</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="180" green="180" blue="180" />
+    </background_color>
+    <bit>-1</bit>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="180" green="180" blue="180" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <bulb_border>3</bulb_border>
+    <bulb_border_color>
+      <color red="150" green="150" blue="150" />
+    </bulb_border_color>
+    <data_type>0</data_type>
+    <effect_3d>true</effect_3d>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>18</height>
+    <name>LED</name>
+    <off_color>
+      <color red="0" green="240" blue="0" />
+    </off_color>
+    <off_label>OFF</off_label>
+    <off_state></off_state>
+    <on_color>
+      <color red="240" green="0" blue="0" />
+    </on_color>
+    <on_label>ON</on_label>
+    <on_state></on_state>
+    <pv_name>CWM-CWS03:WtrC-LT-070:LHError</pv_name>
+    <pv_value />
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_boolean_label>false</show_boolean_label>
+    <square_led>false</square_led>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <visible>true</visible>
+    <widget_type>LED</widget_type>
+    <width>18</width>
+    <wuid>-32e0cda:1641d794e56:-4d18</wuid>
+    <x>963</x>
+    <y>927</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="180" green="180" blue="180" />
+    </background_color>
+    <bit>-1</bit>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="180" green="180" blue="180" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <bulb_border>3</bulb_border>
+    <bulb_border_color>
+      <color red="150" green="150" blue="150" />
+    </bulb_border_color>
+    <data_type>0</data_type>
+    <effect_3d>true</effect_3d>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>18</height>
+    <name>LED</name>
+    <off_color>
+      <color red="0" green="240" blue="0" />
+    </off_color>
+    <off_label>OFF</off_label>
+    <off_state></off_state>
+    <on_color>
+      <color red="240" green="0" blue="0" />
+    </on_color>
+    <on_label>ON</on_label>
+    <on_state></on_state>
+    <pv_name>CWM-CWS03:WtrC-LT-070:LLError</pv_name>
+    <pv_value />
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_boolean_label>false</show_boolean_label>
+    <square_led>false</square_led>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <visible>true</visible>
+    <widget_type>LED</widget_type>
+    <width>18</width>
+    <wuid>-32e0cda:1641d794e56:-4d16</wuid>
+    <x>1234</x>
+    <y>930</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="180" green="180" blue="180" />
+    </background_color>
+    <bit>-1</bit>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="180" green="180" blue="180" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <bulb_border>3</bulb_border>
+    <bulb_border_color>
+      <color red="150" green="150" blue="150" />
+    </bulb_border_color>
+    <data_type>0</data_type>
+    <effect_3d>true</effect_3d>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>18</height>
+    <name>LED</name>
+    <off_color>
+      <color red="0" green="240" blue="0" />
+    </off_color>
+    <off_label>OFF</off_label>
+    <off_state></off_state>
+    <on_color>
+      <color red="240" green="0" blue="0" />
+    </on_color>
+    <on_label>ON</on_label>
+    <on_state></on_state>
+    <pv_name>CWM-CWS03:WtrC-LT-070:LVLError</pv_name>
+    <pv_value />
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_boolean_label>false</show_boolean_label>
+    <square_led>false</square_led>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <visible>true</visible>
+    <widget_type>LED</widget_type>
+    <width>18</width>
+    <wuid>-32e0cda:1641d794e56:-4d14</wuid>
+    <x>1503</x>
+    <y>930</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="180" green="180" blue="180" />
+    </background_color>
+    <bit>-1</bit>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="180" green="180" blue="180" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <bulb_border>3</bulb_border>
+    <bulb_border_color>
+      <color red="150" green="150" blue="150" />
+    </bulb_border_color>
+    <data_type>0</data_type>
+    <effect_3d>true</effect_3d>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>18</height>
+    <name>LED</name>
+    <off_color>
+      <color red="0" green="240" blue="0" />
+    </off_color>
+    <off_label>OFF</off_label>
+    <off_state></off_state>
+    <on_color>
+      <color red="240" green="0" blue="0" />
+    </on_color>
+    <on_label>ON</on_label>
+    <on_state></on_state>
+    <pv_name>CWM-CWS03:WtrC-PCV-011:ErrorO</pv_name>
+    <pv_value />
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_boolean_label>false</show_boolean_label>
+    <square_led>false</square_led>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <visible>true</visible>
+    <widget_type>LED</widget_type>
+    <width>18</width>
+    <wuid>-32e0cda:1641d794e56:-4d10</wuid>
+    <x>428</x>
+    <y>176</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="180" green="180" blue="180" />
+    </background_color>
+    <bit>-1</bit>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="180" green="180" blue="180" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <bulb_border>3</bulb_border>
+    <bulb_border_color>
+      <color red="150" green="150" blue="150" />
+    </bulb_border_color>
+    <data_type>0</data_type>
+    <effect_3d>true</effect_3d>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>18</height>
+    <name>LED</name>
+    <off_color>
+      <color red="0" green="240" blue="0" />
+    </off_color>
+    <off_label>OFF</off_label>
+    <off_state></off_state>
+    <on_color>
+      <color red="240" green="0" blue="0" />
+    </on_color>
+    <on_label>ON</on_label>
+    <on_state></on_state>
+    <pv_name>CWM-CWS03:WtrC-PCV-011:ErrorT</pv_name>
+    <pv_value />
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_boolean_label>false</show_boolean_label>
+    <square_led>false</square_led>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <visible>true</visible>
+    <widget_type>LED</widget_type>
+    <width>18</width>
+    <wuid>-32e0cda:1641d794e56:-4d0f</wuid>
+    <x>428</x>
+    <y>240</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="180" green="180" blue="180" />
+    </background_color>
+    <bit>-1</bit>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="180" green="180" blue="180" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <bulb_border>3</bulb_border>
+    <bulb_border_color>
+      <color red="150" green="150" blue="150" />
+    </bulb_border_color>
+    <data_type>0</data_type>
+    <effect_3d>true</effect_3d>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>18</height>
+    <name>LED</name>
+    <off_color>
+      <color red="0" green="240" blue="0" />
+    </off_color>
+    <off_label>OFF</off_label>
+    <off_state></off_state>
+    <on_color>
+      <color red="240" green="0" blue="0" />
+    </on_color>
+    <on_label>ON</on_label>
+    <on_state></on_state>
+    <pv_name>CWM-CWS03:WtrC-PCV-011:ErrorC</pv_name>
+    <pv_value />
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_boolean_label>false</show_boolean_label>
+    <square_led>false</square_led>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <visible>true</visible>
+    <widget_type>LED</widget_type>
+    <width>18</width>
+    <wuid>-32e0cda:1641d794e56:-4d0e</wuid>
+    <x>428</x>
+    <y>208</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="180" green="180" blue="180" />
+    </background_color>
+    <bit>-1</bit>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="180" green="180" blue="180" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <bulb_border>3</bulb_border>
+    <bulb_border_color>
+      <color red="150" green="150" blue="150" />
+    </bulb_border_color>
+    <data_type>0</data_type>
+    <effect_3d>true</effect_3d>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>18</height>
+    <name>LED</name>
+    <off_color>
+      <color red="0" green="240" blue="0" />
+    </off_color>
+    <off_label>OFF</off_label>
+    <off_state></off_state>
+    <on_color>
+      <color red="240" green="0" blue="0" />
+    </on_color>
+    <on_label>ON</on_label>
+    <on_state></on_state>
+    <pv_name>CWM-CWS03:WtrC-PCV-011:ErrorN</pv_name>
+    <pv_value />
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_boolean_label>false</show_boolean_label>
+    <square_led>false</square_led>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <visible>true</visible>
+    <widget_type>LED</widget_type>
+    <width>18</width>
+    <wuid>-32e0cda:1641d794e56:-4d0d</wuid>
+    <x>428</x>
+    <y>272</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="180" green="180" blue="180" />
+    </background_color>
+    <bit>-1</bit>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="180" green="180" blue="180" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <bulb_border>3</bulb_border>
+    <bulb_border_color>
+      <color red="150" green="150" blue="150" />
+    </bulb_border_color>
+    <data_type>0</data_type>
+    <effect_3d>true</effect_3d>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>18</height>
+    <name>LED</name>
+    <off_color>
+      <color red="0" green="240" blue="0" />
+    </off_color>
+    <off_label>OFF</off_label>
+    <off_state></off_state>
+    <on_color>
+      <color red="240" green="0" blue="0" />
+    </on_color>
+    <on_label>ON</on_label>
+    <on_state></on_state>
+    <pv_name>CWM-CWS03:WtrC-FCV-011:ErrorO</pv_name>
+    <pv_value />
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_boolean_label>false</show_boolean_label>
+    <square_led>false</square_led>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <visible>true</visible>
+    <widget_type>LED</widget_type>
+    <width>18</width>
+    <wuid>-32e0cda:1641d794e56:-4d0b</wuid>
+    <x>696</x>
+    <y>176</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="180" green="180" blue="180" />
+    </background_color>
+    <bit>-1</bit>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="180" green="180" blue="180" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <bulb_border>3</bulb_border>
+    <bulb_border_color>
+      <color red="150" green="150" blue="150" />
+    </bulb_border_color>
+    <data_type>0</data_type>
+    <effect_3d>true</effect_3d>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>18</height>
+    <name>LED</name>
+    <off_color>
+      <color red="0" green="240" blue="0" />
+    </off_color>
+    <off_label>OFF</off_label>
+    <off_state></off_state>
+    <on_color>
+      <color red="240" green="0" blue="0" />
+    </on_color>
+    <on_label>ON</on_label>
+    <on_state></on_state>
+    <pv_name>CWM-CWS03:WtrC-FCV-011:ErrorT</pv_name>
+    <pv_value />
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_boolean_label>false</show_boolean_label>
+    <square_led>false</square_led>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <visible>true</visible>
+    <widget_type>LED</widget_type>
+    <width>18</width>
+    <wuid>-32e0cda:1641d794e56:-4d0a</wuid>
+    <x>696</x>
+    <y>240</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="180" green="180" blue="180" />
+    </background_color>
+    <bit>-1</bit>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="180" green="180" blue="180" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <bulb_border>3</bulb_border>
+    <bulb_border_color>
+      <color red="150" green="150" blue="150" />
+    </bulb_border_color>
+    <data_type>0</data_type>
+    <effect_3d>true</effect_3d>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>18</height>
+    <name>LED</name>
+    <off_color>
+      <color red="0" green="240" blue="0" />
+    </off_color>
+    <off_label>OFF</off_label>
+    <off_state></off_state>
+    <on_color>
+      <color red="240" green="0" blue="0" />
+    </on_color>
+    <on_label>ON</on_label>
+    <on_state></on_state>
+    <pv_name>CWM-CWS03:WtrC-FCV-011:ErrorC</pv_name>
+    <pv_value />
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_boolean_label>false</show_boolean_label>
+    <square_led>false</square_led>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <visible>true</visible>
+    <widget_type>LED</widget_type>
+    <width>18</width>
+    <wuid>-32e0cda:1641d794e56:-4d09</wuid>
+    <x>696</x>
+    <y>208</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="180" green="180" blue="180" />
+    </background_color>
+    <bit>-1</bit>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="180" green="180" blue="180" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <bulb_border>3</bulb_border>
+    <bulb_border_color>
+      <color red="150" green="150" blue="150" />
+    </bulb_border_color>
+    <data_type>0</data_type>
+    <effect_3d>true</effect_3d>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>18</height>
+    <name>LED</name>
+    <off_color>
+      <color red="0" green="240" blue="0" />
+    </off_color>
+    <off_label>OFF</off_label>
+    <off_state></off_state>
+    <on_color>
+      <color red="240" green="0" blue="0" />
+    </on_color>
+    <on_label>ON</on_label>
+    <on_state></on_state>
+    <pv_name>CWM-CWS03:WtrC-FCV-011:ErrorN</pv_name>
+    <pv_value />
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_boolean_label>false</show_boolean_label>
+    <square_led>false</square_led>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <visible>true</visible>
+    <widget_type>LED</widget_type>
+    <width>18</width>
+    <wuid>-32e0cda:1641d794e56:-4d08</wuid>
+    <x>696</x>
+    <y>272</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="180" green="180" blue="180" />
+    </background_color>
+    <bit>-1</bit>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="180" green="180" blue="180" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <bulb_border>3</bulb_border>
+    <bulb_border_color>
+      <color red="150" green="150" blue="150" />
+    </bulb_border_color>
+    <data_type>0</data_type>
+    <effect_3d>true</effect_3d>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>18</height>
+    <name>LED</name>
+    <off_color>
+      <color red="0" green="240" blue="0" />
+    </off_color>
+    <off_label>OFF</off_label>
+    <off_state></off_state>
+    <on_color>
+      <color red="240" green="0" blue="0" />
+    </on_color>
+    <on_label>ON</on_label>
+    <on_state></on_state>
+    <pv_name>CWM-CWS03:WtrC-FCV-012:ErrorO</pv_name>
+    <pv_value />
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_boolean_label>false</show_boolean_label>
+    <square_led>false</square_led>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <visible>true</visible>
+    <widget_type>LED</widget_type>
+    <width>18</width>
+    <wuid>-32e0cda:1641d794e56:-4d06</wuid>
+    <x>963</x>
+    <y>176</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="180" green="180" blue="180" />
+    </background_color>
+    <bit>-1</bit>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="180" green="180" blue="180" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <bulb_border>3</bulb_border>
+    <bulb_border_color>
+      <color red="150" green="150" blue="150" />
+    </bulb_border_color>
+    <data_type>0</data_type>
+    <effect_3d>true</effect_3d>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>18</height>
+    <name>LED</name>
+    <off_color>
+      <color red="0" green="240" blue="0" />
+    </off_color>
+    <off_label>OFF</off_label>
+    <off_state></off_state>
+    <on_color>
+      <color red="240" green="0" blue="0" />
+    </on_color>
+    <on_label>ON</on_label>
+    <on_state></on_state>
+    <pv_name>CWM-CWS03:WtrC-FCV-012:ErrorT</pv_name>
+    <pv_value />
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_boolean_label>false</show_boolean_label>
+    <square_led>false</square_led>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <visible>true</visible>
+    <widget_type>LED</widget_type>
+    <width>18</width>
+    <wuid>-32e0cda:1641d794e56:-4d05</wuid>
+    <x>963</x>
+    <y>240</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="180" green="180" blue="180" />
+    </background_color>
+    <bit>-1</bit>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="180" green="180" blue="180" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <bulb_border>3</bulb_border>
+    <bulb_border_color>
+      <color red="150" green="150" blue="150" />
+    </bulb_border_color>
+    <data_type>0</data_type>
+    <effect_3d>true</effect_3d>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>18</height>
+    <name>LED</name>
+    <off_color>
+      <color red="0" green="240" blue="0" />
+    </off_color>
+    <off_label>OFF</off_label>
+    <off_state></off_state>
+    <on_color>
+      <color red="240" green="0" blue="0" />
+    </on_color>
+    <on_label>ON</on_label>
+    <on_state></on_state>
+    <pv_name>CWM-CWS03:WtrC-FCV-012:ErrorC</pv_name>
+    <pv_value />
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_boolean_label>false</show_boolean_label>
+    <square_led>false</square_led>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <visible>true</visible>
+    <widget_type>LED</widget_type>
+    <width>18</width>
+    <wuid>-32e0cda:1641d794e56:-4d04</wuid>
+    <x>963</x>
+    <y>208</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="180" green="180" blue="180" />
+    </background_color>
+    <bit>-1</bit>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="180" green="180" blue="180" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <bulb_border>3</bulb_border>
+    <bulb_border_color>
+      <color red="150" green="150" blue="150" />
+    </bulb_border_color>
+    <data_type>0</data_type>
+    <effect_3d>true</effect_3d>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>18</height>
+    <name>LED</name>
+    <off_color>
+      <color red="0" green="240" blue="0" />
+    </off_color>
+    <off_label>OFF</off_label>
+    <off_state></off_state>
+    <on_color>
+      <color red="240" green="0" blue="0" />
+    </on_color>
+    <on_label>ON</on_label>
+    <on_state></on_state>
+    <pv_name>CWM-CWS03:WtrC-FCV-012:ErrorN</pv_name>
+    <pv_value />
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_boolean_label>false</show_boolean_label>
+    <square_led>false</square_led>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <visible>true</visible>
+    <widget_type>LED</widget_type>
+    <width>18</width>
+    <wuid>-32e0cda:1641d794e56:-4d03</wuid>
+    <x>963</x>
+    <y>272</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="180" green="180" blue="180" />
+    </background_color>
+    <bit>-1</bit>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="180" green="180" blue="180" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <bulb_border>3</bulb_border>
+    <bulb_border_color>
+      <color red="150" green="150" blue="150" />
+    </bulb_border_color>
+    <data_type>0</data_type>
+    <effect_3d>true</effect_3d>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>18</height>
+    <name>LED</name>
+    <off_color>
+      <color red="0" green="240" blue="0" />
+    </off_color>
+    <off_label>OFF</off_label>
+    <off_state></off_state>
+    <on_color>
+      <color red="240" green="0" blue="0" />
+    </on_color>
+    <on_label>ON</on_label>
+    <on_state></on_state>
+    <pv_name>CWM-CWS03:WtrC-FCV-013:ErrorO</pv_name>
+    <pv_value />
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_boolean_label>false</show_boolean_label>
+    <square_led>false</square_led>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <visible>true</visible>
+    <widget_type>LED</widget_type>
+    <width>18</width>
+    <wuid>-32e0cda:1641d794e56:-4d01</wuid>
+    <x>1234</x>
+    <y>176</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="180" green="180" blue="180" />
+    </background_color>
+    <bit>-1</bit>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="180" green="180" blue="180" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <bulb_border>3</bulb_border>
+    <bulb_border_color>
+      <color red="150" green="150" blue="150" />
+    </bulb_border_color>
+    <data_type>0</data_type>
+    <effect_3d>true</effect_3d>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>18</height>
+    <name>LED</name>
+    <off_color>
+      <color red="0" green="240" blue="0" />
+    </off_color>
+    <off_label>OFF</off_label>
+    <off_state></off_state>
+    <on_color>
+      <color red="240" green="0" blue="0" />
+    </on_color>
+    <on_label>ON</on_label>
+    <on_state></on_state>
+    <pv_name>CWM-CWS03:WtrC-FCV-013:ErrorT</pv_name>
+    <pv_value />
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_boolean_label>false</show_boolean_label>
+    <square_led>false</square_led>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <visible>true</visible>
+    <widget_type>LED</widget_type>
+    <width>18</width>
+    <wuid>-32e0cda:1641d794e56:-4d00</wuid>
+    <x>1234</x>
+    <y>240</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="180" green="180" blue="180" />
+    </background_color>
+    <bit>-1</bit>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="180" green="180" blue="180" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <bulb_border>3</bulb_border>
+    <bulb_border_color>
+      <color red="150" green="150" blue="150" />
+    </bulb_border_color>
+    <data_type>0</data_type>
+    <effect_3d>true</effect_3d>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>18</height>
+    <name>LED</name>
+    <off_color>
+      <color red="0" green="240" blue="0" />
+    </off_color>
+    <off_label>OFF</off_label>
+    <off_state></off_state>
+    <on_color>
+      <color red="240" green="0" blue="0" />
+    </on_color>
+    <on_label>ON</on_label>
+    <on_state></on_state>
+    <pv_name>CWM-CWS03:WtrC-FCV-013:ErrorC</pv_name>
+    <pv_value />
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_boolean_label>false</show_boolean_label>
+    <square_led>false</square_led>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <visible>true</visible>
+    <widget_type>LED</widget_type>
+    <width>18</width>
+    <wuid>-32e0cda:1641d794e56:-4cff</wuid>
+    <x>1234</x>
+    <y>208</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="180" green="180" blue="180" />
+    </background_color>
+    <bit>-1</bit>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="180" green="180" blue="180" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <bulb_border>3</bulb_border>
+    <bulb_border_color>
+      <color red="150" green="150" blue="150" />
+    </bulb_border_color>
+    <data_type>0</data_type>
+    <effect_3d>true</effect_3d>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>18</height>
+    <name>LED</name>
+    <off_color>
+      <color red="0" green="240" blue="0" />
+    </off_color>
+    <off_label>OFF</off_label>
+    <off_state></off_state>
+    <on_color>
+      <color red="240" green="0" blue="0" />
+    </on_color>
+    <on_label>ON</on_label>
+    <on_state></on_state>
+    <pv_name>CWM-CWS03:WtrC-FCV-013:ErrorN</pv_name>
+    <pv_value />
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_boolean_label>false</show_boolean_label>
+    <square_led>false</square_led>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <visible>true</visible>
+    <widget_type>LED</widget_type>
+    <width>18</width>
+    <wuid>-32e0cda:1641d794e56:-4cfe</wuid>
+    <x>1234</x>
+    <y>272</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="180" green="180" blue="180" />
+    </background_color>
+    <bit>-1</bit>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="180" green="180" blue="180" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <bulb_border>3</bulb_border>
+    <bulb_border_color>
+      <color red="150" green="150" blue="150" />
+    </bulb_border_color>
+    <data_type>0</data_type>
+    <effect_3d>true</effect_3d>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>18</height>
+    <name>LED</name>
+    <off_color>
+      <color red="0" green="240" blue="0" />
+    </off_color>
+    <off_label>OFF</off_label>
+    <off_state></off_state>
+    <on_color>
+      <color red="240" green="0" blue="0" />
+    </on_color>
+    <on_label>ON</on_label>
+    <on_state></on_state>
+    <pv_name>CWM-CWS03:WtrC-FCV-014:ErrorO</pv_name>
+    <pv_value />
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_boolean_label>false</show_boolean_label>
+    <square_led>false</square_led>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <visible>true</visible>
+    <widget_type>LED</widget_type>
+    <width>18</width>
+    <wuid>-32e0cda:1641d794e56:-4cfc</wuid>
+    <x>1503</x>
+    <y>176</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="180" green="180" blue="180" />
+    </background_color>
+    <bit>-1</bit>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="180" green="180" blue="180" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <bulb_border>3</bulb_border>
+    <bulb_border_color>
+      <color red="150" green="150" blue="150" />
+    </bulb_border_color>
+    <data_type>0</data_type>
+    <effect_3d>true</effect_3d>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>18</height>
+    <name>LED</name>
+    <off_color>
+      <color red="0" green="240" blue="0" />
+    </off_color>
+    <off_label>OFF</off_label>
+    <off_state></off_state>
+    <on_color>
+      <color red="240" green="0" blue="0" />
+    </on_color>
+    <on_label>ON</on_label>
+    <on_state></on_state>
+    <pv_name>CWM-CWS03:WtrC-FCV-014:ErrorT</pv_name>
+    <pv_value />
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_boolean_label>false</show_boolean_label>
+    <square_led>false</square_led>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <visible>true</visible>
+    <widget_type>LED</widget_type>
+    <width>18</width>
+    <wuid>-32e0cda:1641d794e56:-4cfb</wuid>
+    <x>1503</x>
+    <y>240</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="180" green="180" blue="180" />
+    </background_color>
+    <bit>-1</bit>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="180" green="180" blue="180" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <bulb_border>3</bulb_border>
+    <bulb_border_color>
+      <color red="150" green="150" blue="150" />
+    </bulb_border_color>
+    <data_type>0</data_type>
+    <effect_3d>true</effect_3d>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>18</height>
+    <name>LED</name>
+    <off_color>
+      <color red="0" green="240" blue="0" />
+    </off_color>
+    <off_label>OFF</off_label>
+    <off_state></off_state>
+    <on_color>
+      <color red="240" green="0" blue="0" />
+    </on_color>
+    <on_label>ON</on_label>
+    <on_state></on_state>
+    <pv_name>CWM-CWS03:WtrC-FCV-014:ErrorC</pv_name>
+    <pv_value />
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_boolean_label>false</show_boolean_label>
+    <square_led>false</square_led>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <visible>true</visible>
+    <widget_type>LED</widget_type>
+    <width>18</width>
+    <wuid>-32e0cda:1641d794e56:-4cfa</wuid>
+    <x>1503</x>
+    <y>208</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="180" green="180" blue="180" />
+    </background_color>
+    <bit>-1</bit>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="180" green="180" blue="180" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <bulb_border>3</bulb_border>
+    <bulb_border_color>
+      <color red="150" green="150" blue="150" />
+    </bulb_border_color>
+    <data_type>0</data_type>
+    <effect_3d>true</effect_3d>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>18</height>
+    <name>LED</name>
+    <off_color>
+      <color red="0" green="240" blue="0" />
+    </off_color>
+    <off_label>OFF</off_label>
+    <off_state></off_state>
+    <on_color>
+      <color red="240" green="0" blue="0" />
+    </on_color>
+    <on_label>ON</on_label>
+    <on_state></on_state>
+    <pv_name>CWM-CWS03:WtrC-FCV-014:ErrorN</pv_name>
+    <pv_value />
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_boolean_label>false</show_boolean_label>
+    <square_led>false</square_led>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <visible>true</visible>
+    <widget_type>LED</widget_type>
+    <width>18</width>
+    <wuid>-32e0cda:1641d794e56:-4cf9</wuid>
+    <x>1503</x>
+    <y>272</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="180" green="180" blue="180" />
+    </background_color>
+    <bit>-1</bit>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="180" green="180" blue="180" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <bulb_border>3</bulb_border>
+    <bulb_border_color>
+      <color red="150" green="150" blue="150" />
+    </bulb_border_color>
+    <data_type>0</data_type>
+    <effect_3d>true</effect_3d>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>18</height>
+    <name>LED</name>
+    <off_color>
+      <color red="0" green="240" blue="0" />
+    </off_color>
+    <off_label>OFF</off_label>
+    <off_state></off_state>
+    <on_color>
+      <color red="240" green="0" blue="0" />
+    </on_color>
+    <on_label>ON</on_label>
+    <on_state></on_state>
+    <pv_name>CWM-CWS03:WtrC-FCV-015:ErrorO</pv_name>
+    <pv_value />
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_boolean_label>false</show_boolean_label>
+    <square_led>false</square_led>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <visible>true</visible>
+    <widget_type>LED</widget_type>
+    <width>18</width>
+    <wuid>-32e0cda:1641d794e56:-4cf7</wuid>
+    <x>1793</x>
+    <y>176</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="180" green="180" blue="180" />
+    </background_color>
+    <bit>-1</bit>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="180" green="180" blue="180" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <bulb_border>3</bulb_border>
+    <bulb_border_color>
+      <color red="150" green="150" blue="150" />
+    </bulb_border_color>
+    <data_type>0</data_type>
+    <effect_3d>true</effect_3d>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>18</height>
+    <name>LED</name>
+    <off_color>
+      <color red="0" green="240" blue="0" />
+    </off_color>
+    <off_label>OFF</off_label>
+    <off_state></off_state>
+    <on_color>
+      <color red="240" green="0" blue="0" />
+    </on_color>
+    <on_label>ON</on_label>
+    <on_state></on_state>
+    <pv_name>CWM-CWS03:WtrC-FCV-015:ErrorT</pv_name>
+    <pv_value />
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_boolean_label>false</show_boolean_label>
+    <square_led>false</square_led>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <visible>true</visible>
+    <widget_type>LED</widget_type>
+    <width>18</width>
+    <wuid>-32e0cda:1641d794e56:-4cf6</wuid>
+    <x>1793</x>
+    <y>240</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="180" green="180" blue="180" />
+    </background_color>
+    <bit>-1</bit>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="180" green="180" blue="180" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <bulb_border>3</bulb_border>
+    <bulb_border_color>
+      <color red="150" green="150" blue="150" />
+    </bulb_border_color>
+    <data_type>0</data_type>
+    <effect_3d>true</effect_3d>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>18</height>
+    <name>LED</name>
+    <off_color>
+      <color red="0" green="240" blue="0" />
+    </off_color>
+    <off_label>OFF</off_label>
+    <off_state></off_state>
+    <on_color>
+      <color red="240" green="0" blue="0" />
+    </on_color>
+    <on_label>ON</on_label>
+    <on_state></on_state>
+    <pv_name>CWM-CWS03:WtrC-FCV-015:ErrorC</pv_name>
+    <pv_value />
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_boolean_label>false</show_boolean_label>
+    <square_led>false</square_led>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <visible>true</visible>
+    <widget_type>LED</widget_type>
+    <width>18</width>
+    <wuid>-32e0cda:1641d794e56:-4cf5</wuid>
+    <x>1793</x>
+    <y>208</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="180" green="180" blue="180" />
+    </background_color>
+    <bit>-1</bit>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="180" green="180" blue="180" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <bulb_border>3</bulb_border>
+    <bulb_border_color>
+      <color red="150" green="150" blue="150" />
+    </bulb_border_color>
+    <data_type>0</data_type>
+    <effect_3d>true</effect_3d>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>18</height>
+    <name>LED</name>
+    <off_color>
+      <color red="0" green="240" blue="0" />
+    </off_color>
+    <off_label>OFF</off_label>
+    <off_state></off_state>
+    <on_color>
+      <color red="240" green="0" blue="0" />
+    </on_color>
+    <on_label>ON</on_label>
+    <on_state></on_state>
+    <pv_name>CWM-CWS03:WtrC-FCV-015:ErrorN</pv_name>
+    <pv_value />
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_boolean_label>false</show_boolean_label>
+    <square_led>false</square_led>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <visible>true</visible>
+    <widget_type>LED</widget_type>
+    <width>18</width>
+    <wuid>-32e0cda:1641d794e56:-4cf4</wuid>
+    <x>1793</x>
+    <y>272</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="180" green="180" blue="180" />
+    </background_color>
+    <bit>-1</bit>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="180" green="180" blue="180" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <bulb_border>3</bulb_border>
+    <bulb_border_color>
+      <color red="150" green="150" blue="150" />
+    </bulb_border_color>
+    <data_type>0</data_type>
+    <effect_3d>true</effect_3d>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>18</height>
+    <name>LED</name>
+    <off_color>
+      <color red="0" green="240" blue="0" />
+    </off_color>
+    <off_label>OFF</off_label>
+    <off_state></off_state>
+    <on_color>
+      <color red="240" green="0" blue="0" />
+    </on_color>
+    <on_label>ON</on_label>
+    <on_state></on_state>
+    <pv_name>CWM-CWS03:WtrC-FCV-020:ErrorO</pv_name>
+    <pv_value />
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_boolean_label>false</show_boolean_label>
+    <square_led>false</square_led>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <visible>true</visible>
+    <widget_type>LED</widget_type>
+    <width>18</width>
+    <wuid>-32e0cda:1641d794e56:-4cf2</wuid>
+    <x>428</x>
+    <y>457</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="180" green="180" blue="180" />
+    </background_color>
+    <bit>-1</bit>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="180" green="180" blue="180" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <bulb_border>3</bulb_border>
+    <bulb_border_color>
+      <color red="150" green="150" blue="150" />
+    </bulb_border_color>
+    <data_type>0</data_type>
+    <effect_3d>true</effect_3d>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>18</height>
+    <name>LED</name>
+    <off_color>
+      <color red="0" green="240" blue="0" />
+    </off_color>
+    <off_label>OFF</off_label>
+    <off_state></off_state>
+    <on_color>
+      <color red="240" green="0" blue="0" />
+    </on_color>
+    <on_label>ON</on_label>
+    <on_state></on_state>
+    <pv_name>CWM-CWS03:WtrC-FCV-020:ErrorT</pv_name>
+    <pv_value />
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_boolean_label>false</show_boolean_label>
+    <square_led>false</square_led>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <visible>true</visible>
+    <widget_type>LED</widget_type>
+    <width>18</width>
+    <wuid>-32e0cda:1641d794e56:-4cf1</wuid>
+    <x>428</x>
+    <y>521</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="180" green="180" blue="180" />
+    </background_color>
+    <bit>-1</bit>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="180" green="180" blue="180" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <bulb_border>3</bulb_border>
+    <bulb_border_color>
+      <color red="150" green="150" blue="150" />
+    </bulb_border_color>
+    <data_type>0</data_type>
+    <effect_3d>true</effect_3d>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>18</height>
+    <name>LED</name>
+    <off_color>
+      <color red="0" green="240" blue="0" />
+    </off_color>
+    <off_label>OFF</off_label>
+    <off_state></off_state>
+    <on_color>
+      <color red="240" green="0" blue="0" />
+    </on_color>
+    <on_label>ON</on_label>
+    <on_state></on_state>
+    <pv_name>CWM-CWS03:WtrC-FCV-020:ErrorC</pv_name>
+    <pv_value />
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_boolean_label>false</show_boolean_label>
+    <square_led>false</square_led>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <visible>true</visible>
+    <widget_type>LED</widget_type>
+    <width>18</width>
+    <wuid>-32e0cda:1641d794e56:-4cf0</wuid>
+    <x>428</x>
+    <y>489</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="180" green="180" blue="180" />
+    </background_color>
+    <bit>-1</bit>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="180" green="180" blue="180" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <bulb_border>3</bulb_border>
+    <bulb_border_color>
+      <color red="150" green="150" blue="150" />
+    </bulb_border_color>
+    <data_type>0</data_type>
+    <effect_3d>true</effect_3d>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>18</height>
+    <name>LED</name>
+    <off_color>
+      <color red="0" green="240" blue="0" />
+    </off_color>
+    <off_label>OFF</off_label>
+    <off_state></off_state>
+    <on_color>
+      <color red="240" green="0" blue="0" />
+    </on_color>
+    <on_label>ON</on_label>
+    <on_state></on_state>
+    <pv_name>CWM-CWS03:WtrC-FCV-020:ErrorN</pv_name>
+    <pv_value />
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_boolean_label>false</show_boolean_label>
+    <square_led>false</square_led>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <visible>true</visible>
+    <widget_type>LED</widget_type>
+    <width>18</width>
+    <wuid>-32e0cda:1641d794e56:-4cef</wuid>
+    <x>428</x>
+    <y>553</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="180" green="180" blue="180" />
+    </background_color>
+    <bit>-1</bit>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="180" green="180" blue="180" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <bulb_border>3</bulb_border>
+    <bulb_border_color>
+      <color red="150" green="150" blue="150" />
+    </bulb_border_color>
+    <data_type>0</data_type>
+    <effect_3d>true</effect_3d>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>18</height>
+    <name>LED</name>
+    <off_color>
+      <color red="0" green="240" blue="0" />
+    </off_color>
+    <off_label>OFF</off_label>
+    <off_state></off_state>
+    <on_color>
+      <color red="240" green="0" blue="0" />
+    </on_color>
+    <on_label>ON</on_label>
+    <on_state></on_state>
+    <pv_name>CWM-CWS03:WtrC-FCV-021:ErrorO</pv_name>
+    <pv_value />
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_boolean_label>false</show_boolean_label>
+    <square_led>false</square_led>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <visible>true</visible>
+    <widget_type>LED</widget_type>
+    <width>18</width>
+    <wuid>-32e0cda:1641d794e56:-4ced</wuid>
+    <x>696</x>
+    <y>457</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="180" green="180" blue="180" />
+    </background_color>
+    <bit>-1</bit>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="180" green="180" blue="180" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <bulb_border>3</bulb_border>
+    <bulb_border_color>
+      <color red="150" green="150" blue="150" />
+    </bulb_border_color>
+    <data_type>0</data_type>
+    <effect_3d>true</effect_3d>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>18</height>
+    <name>LED</name>
+    <off_color>
+      <color red="0" green="240" blue="0" />
+    </off_color>
+    <off_label>OFF</off_label>
+    <off_state></off_state>
+    <on_color>
+      <color red="240" green="0" blue="0" />
+    </on_color>
+    <on_label>ON</on_label>
+    <on_state></on_state>
+    <pv_name>CWM-CWS03:WtrC-FCV-021:ErrorT</pv_name>
+    <pv_value />
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_boolean_label>false</show_boolean_label>
+    <square_led>false</square_led>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <visible>true</visible>
+    <widget_type>LED</widget_type>
+    <width>18</width>
+    <wuid>-32e0cda:1641d794e56:-4cec</wuid>
+    <x>696</x>
+    <y>521</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="180" green="180" blue="180" />
+    </background_color>
+    <bit>-1</bit>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="180" green="180" blue="180" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <bulb_border>3</bulb_border>
+    <bulb_border_color>
+      <color red="150" green="150" blue="150" />
+    </bulb_border_color>
+    <data_type>0</data_type>
+    <effect_3d>true</effect_3d>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>18</height>
+    <name>LED</name>
+    <off_color>
+      <color red="0" green="240" blue="0" />
+    </off_color>
+    <off_label>OFF</off_label>
+    <off_state></off_state>
+    <on_color>
+      <color red="240" green="0" blue="0" />
+    </on_color>
+    <on_label>ON</on_label>
+    <on_state></on_state>
+    <pv_name>CWM-CWS03:WtrC-FCV-021:ErrorC</pv_name>
+    <pv_value />
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_boolean_label>false</show_boolean_label>
+    <square_led>false</square_led>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <visible>true</visible>
+    <widget_type>LED</widget_type>
+    <width>18</width>
+    <wuid>-32e0cda:1641d794e56:-4ceb</wuid>
+    <x>696</x>
+    <y>489</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="180" green="180" blue="180" />
+    </background_color>
+    <bit>-1</bit>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="180" green="180" blue="180" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <bulb_border>3</bulb_border>
+    <bulb_border_color>
+      <color red="150" green="150" blue="150" />
+    </bulb_border_color>
+    <data_type>0</data_type>
+    <effect_3d>true</effect_3d>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>18</height>
+    <name>LED</name>
+    <off_color>
+      <color red="0" green="240" blue="0" />
+    </off_color>
+    <off_label>OFF</off_label>
+    <off_state></off_state>
+    <on_color>
+      <color red="240" green="0" blue="0" />
+    </on_color>
+    <on_label>ON</on_label>
+    <on_state></on_state>
+    <pv_name>CWM-CWS03:WtrC-FCV-021:ErrorN</pv_name>
+    <pv_value />
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_boolean_label>false</show_boolean_label>
+    <square_led>false</square_led>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <visible>true</visible>
+    <widget_type>LED</widget_type>
+    <width>18</width>
+    <wuid>-32e0cda:1641d794e56:-4cea</wuid>
+    <x>696</x>
+    <y>553</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="180" green="180" blue="180" />
+    </background_color>
+    <bit>-1</bit>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="180" green="180" blue="180" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <bulb_border>3</bulb_border>
+    <bulb_border_color>
+      <color red="150" green="150" blue="150" />
+    </bulb_border_color>
+    <data_type>0</data_type>
+    <effect_3d>true</effect_3d>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>18</height>
+    <name>LED</name>
+    <off_color>
+      <color red="0" green="240" blue="0" />
+    </off_color>
+    <off_label>OFF</off_label>
+    <off_state></off_state>
+    <on_color>
+      <color red="240" green="0" blue="0" />
+    </on_color>
+    <on_label>ON</on_label>
+    <on_state></on_state>
+    <pv_name>CWM-CWS03:WtrC-FCV-030:ErrorO</pv_name>
+    <pv_value />
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_boolean_label>false</show_boolean_label>
+    <square_led>false</square_led>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <visible>true</visible>
+    <widget_type>LED</widget_type>
+    <width>18</width>
+    <wuid>-32e0cda:1641d794e56:-4ce8</wuid>
+    <x>963</x>
+    <y>460</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="180" green="180" blue="180" />
+    </background_color>
+    <bit>-1</bit>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="180" green="180" blue="180" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <bulb_border>3</bulb_border>
+    <bulb_border_color>
+      <color red="150" green="150" blue="150" />
+    </bulb_border_color>
+    <data_type>0</data_type>
+    <effect_3d>true</effect_3d>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>18</height>
+    <name>LED</name>
+    <off_color>
+      <color red="0" green="240" blue="0" />
+    </off_color>
+    <off_label>OFF</off_label>
+    <off_state></off_state>
+    <on_color>
+      <color red="240" green="0" blue="0" />
+    </on_color>
+    <on_label>ON</on_label>
+    <on_state></on_state>
+    <pv_name>CWM-CWS03:WtrC-FCV-030:ErrorT</pv_name>
+    <pv_value />
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_boolean_label>false</show_boolean_label>
+    <square_led>false</square_led>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <visible>true</visible>
+    <widget_type>LED</widget_type>
+    <width>18</width>
+    <wuid>-32e0cda:1641d794e56:-4ce7</wuid>
+    <x>963</x>
+    <y>524</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="180" green="180" blue="180" />
+    </background_color>
+    <bit>-1</bit>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="180" green="180" blue="180" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <bulb_border>3</bulb_border>
+    <bulb_border_color>
+      <color red="150" green="150" blue="150" />
+    </bulb_border_color>
+    <data_type>0</data_type>
+    <effect_3d>true</effect_3d>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>18</height>
+    <name>LED</name>
+    <off_color>
+      <color red="0" green="240" blue="0" />
+    </off_color>
+    <off_label>OFF</off_label>
+    <off_state></off_state>
+    <on_color>
+      <color red="240" green="0" blue="0" />
+    </on_color>
+    <on_label>ON</on_label>
+    <on_state></on_state>
+    <pv_name>CWM-CWS03:WtrC-FCV-030:ErrorC</pv_name>
+    <pv_value />
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_boolean_label>false</show_boolean_label>
+    <square_led>false</square_led>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <visible>true</visible>
+    <widget_type>LED</widget_type>
+    <width>18</width>
+    <wuid>-32e0cda:1641d794e56:-4ce6</wuid>
+    <x>963</x>
+    <y>492</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="180" green="180" blue="180" />
+    </background_color>
+    <bit>-1</bit>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="180" green="180" blue="180" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <bulb_border>3</bulb_border>
+    <bulb_border_color>
+      <color red="150" green="150" blue="150" />
+    </bulb_border_color>
+    <data_type>0</data_type>
+    <effect_3d>true</effect_3d>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>18</height>
+    <name>LED</name>
+    <off_color>
+      <color red="0" green="240" blue="0" />
+    </off_color>
+    <off_label>OFF</off_label>
+    <off_state></off_state>
+    <on_color>
+      <color red="240" green="0" blue="0" />
+    </on_color>
+    <on_label>ON</on_label>
+    <on_state></on_state>
+    <pv_name>CWM-CWS03:WtrC-FCV-030:ErrorN</pv_name>
+    <pv_value />
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_boolean_label>false</show_boolean_label>
+    <square_led>false</square_led>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <visible>true</visible>
+    <widget_type>LED</widget_type>
+    <width>18</width>
+    <wuid>-32e0cda:1641d794e56:-4ce5</wuid>
+    <x>963</x>
+    <y>556</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="180" green="180" blue="180" />
+    </background_color>
+    <bit>-1</bit>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="180" green="180" blue="180" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <bulb_border>3</bulb_border>
+    <bulb_border_color>
+      <color red="150" green="150" blue="150" />
+    </bulb_border_color>
+    <data_type>0</data_type>
+    <effect_3d>true</effect_3d>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>18</height>
+    <name>LED</name>
+    <off_color>
+      <color red="0" green="240" blue="0" />
+    </off_color>
+    <off_label>OFF</off_label>
+    <off_state></off_state>
+    <on_color>
+      <color red="240" green="0" blue="0" />
+    </on_color>
+    <on_label>ON</on_label>
+    <on_state></on_state>
+    <pv_name>CWM-CWS03:WtrC-FCV-040:ErrorO</pv_name>
+    <pv_value />
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_boolean_label>false</show_boolean_label>
+    <square_led>false</square_led>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <visible>true</visible>
+    <widget_type>LED</widget_type>
+    <width>18</width>
+    <wuid>-32e0cda:1641d794e56:-4ce3</wuid>
+    <x>1234</x>
+    <y>458</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="180" green="180" blue="180" />
+    </background_color>
+    <bit>-1</bit>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="180" green="180" blue="180" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <bulb_border>3</bulb_border>
+    <bulb_border_color>
+      <color red="150" green="150" blue="150" />
+    </bulb_border_color>
+    <data_type>0</data_type>
+    <effect_3d>true</effect_3d>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>18</height>
+    <name>LED</name>
+    <off_color>
+      <color red="0" green="240" blue="0" />
+    </off_color>
+    <off_label>OFF</off_label>
+    <off_state></off_state>
+    <on_color>
+      <color red="240" green="0" blue="0" />
+    </on_color>
+    <on_label>ON</on_label>
+    <on_state></on_state>
+    <pv_name>CWM-CWS03:WtrC-FCV-040:ErrorT</pv_name>
+    <pv_value />
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_boolean_label>false</show_boolean_label>
+    <square_led>false</square_led>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <visible>true</visible>
+    <widget_type>LED</widget_type>
+    <width>18</width>
+    <wuid>-32e0cda:1641d794e56:-4ce2</wuid>
+    <x>1234</x>
+    <y>522</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="180" green="180" blue="180" />
+    </background_color>
+    <bit>-1</bit>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="180" green="180" blue="180" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <bulb_border>3</bulb_border>
+    <bulb_border_color>
+      <color red="150" green="150" blue="150" />
+    </bulb_border_color>
+    <data_type>0</data_type>
+    <effect_3d>true</effect_3d>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>18</height>
+    <name>LED</name>
+    <off_color>
+      <color red="0" green="240" blue="0" />
+    </off_color>
+    <off_label>OFF</off_label>
+    <off_state></off_state>
+    <on_color>
+      <color red="240" green="0" blue="0" />
+    </on_color>
+    <on_label>ON</on_label>
+    <on_state></on_state>
+    <pv_name>CWM-CWS03:WtrC-FCV-040:ErrorC</pv_name>
+    <pv_value />
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_boolean_label>false</show_boolean_label>
+    <square_led>false</square_led>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <visible>true</visible>
+    <widget_type>LED</widget_type>
+    <width>18</width>
+    <wuid>-32e0cda:1641d794e56:-4ce1</wuid>
+    <x>1234</x>
+    <y>490</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="180" green="180" blue="180" />
+    </background_color>
+    <bit>-1</bit>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="180" green="180" blue="180" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <bulb_border>3</bulb_border>
+    <bulb_border_color>
+      <color red="150" green="150" blue="150" />
+    </bulb_border_color>
+    <data_type>0</data_type>
+    <effect_3d>true</effect_3d>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>18</height>
+    <name>LED</name>
+    <off_color>
+      <color red="0" green="240" blue="0" />
+    </off_color>
+    <off_label>OFF</off_label>
+    <off_state></off_state>
+    <on_color>
+      <color red="240" green="0" blue="0" />
+    </on_color>
+    <on_label>ON</on_label>
+    <on_state></on_state>
+    <pv_name>CWM-CWS03:WtrC-FCV-040:ErrorN</pv_name>
+    <pv_value />
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_boolean_label>false</show_boolean_label>
+    <square_led>false</square_led>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <visible>true</visible>
+    <widget_type>LED</widget_type>
+    <width>18</width>
+    <wuid>-32e0cda:1641d794e56:-4ce0</wuid>
+    <x>1234</x>
+    <y>554</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="180" green="180" blue="180" />
+    </background_color>
+    <bit>-1</bit>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="180" green="180" blue="180" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <bulb_border>3</bulb_border>
+    <bulb_border_color>
+      <color red="150" green="150" blue="150" />
+    </bulb_border_color>
+    <data_type>0</data_type>
+    <effect_3d>true</effect_3d>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>18</height>
+    <name>LED</name>
+    <off_color>
+      <color red="0" green="240" blue="0" />
+    </off_color>
+    <off_label>OFF</off_label>
+    <off_state></off_state>
+    <on_color>
+      <color red="240" green="0" blue="0" />
+    </on_color>
+    <on_label>ON</on_label>
+    <on_state></on_state>
+    <pv_name>CWM-CWS03:WtrC-FCV-050:ErrorO</pv_name>
+    <pv_value />
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_boolean_label>false</show_boolean_label>
+    <square_led>false</square_led>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <visible>true</visible>
+    <widget_type>LED</widget_type>
+    <width>18</width>
+    <wuid>-32e0cda:1641d794e56:-4cde</wuid>
+    <x>1503</x>
+    <y>458</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="180" green="180" blue="180" />
+    </background_color>
+    <bit>-1</bit>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="180" green="180" blue="180" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <bulb_border>3</bulb_border>
+    <bulb_border_color>
+      <color red="150" green="150" blue="150" />
+    </bulb_border_color>
+    <data_type>0</data_type>
+    <effect_3d>true</effect_3d>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>18</height>
+    <name>LED</name>
+    <off_color>
+      <color red="0" green="240" blue="0" />
+    </off_color>
+    <off_label>OFF</off_label>
+    <off_state></off_state>
+    <on_color>
+      <color red="240" green="0" blue="0" />
+    </on_color>
+    <on_label>ON</on_label>
+    <on_state></on_state>
+    <pv_name>CWM-CWS03:WtrC-FCV-050:ErrorT</pv_name>
+    <pv_value />
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_boolean_label>false</show_boolean_label>
+    <square_led>false</square_led>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <visible>true</visible>
+    <widget_type>LED</widget_type>
+    <width>18</width>
+    <wuid>-32e0cda:1641d794e56:-4cdd</wuid>
+    <x>1503</x>
+    <y>522</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="180" green="180" blue="180" />
+    </background_color>
+    <bit>-1</bit>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="180" green="180" blue="180" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <bulb_border>3</bulb_border>
+    <bulb_border_color>
+      <color red="150" green="150" blue="150" />
+    </bulb_border_color>
+    <data_type>0</data_type>
+    <effect_3d>true</effect_3d>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>18</height>
+    <name>LED</name>
+    <off_color>
+      <color red="0" green="240" blue="0" />
+    </off_color>
+    <off_label>OFF</off_label>
+    <off_state></off_state>
+    <on_color>
+      <color red="240" green="0" blue="0" />
+    </on_color>
+    <on_label>ON</on_label>
+    <on_state></on_state>
+    <pv_name>CWM-CWS03:WtrC-FCV-050:ErrorC</pv_name>
+    <pv_value />
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_boolean_label>false</show_boolean_label>
+    <square_led>false</square_led>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <visible>true</visible>
+    <widget_type>LED</widget_type>
+    <width>18</width>
+    <wuid>-32e0cda:1641d794e56:-4cdc</wuid>
+    <x>1503</x>
+    <y>490</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="180" green="180" blue="180" />
+    </background_color>
+    <bit>-1</bit>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="180" green="180" blue="180" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <bulb_border>3</bulb_border>
+    <bulb_border_color>
+      <color red="150" green="150" blue="150" />
+    </bulb_border_color>
+    <data_type>0</data_type>
+    <effect_3d>true</effect_3d>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>18</height>
+    <name>LED</name>
+    <off_color>
+      <color red="0" green="240" blue="0" />
+    </off_color>
+    <off_label>OFF</off_label>
+    <off_state></off_state>
+    <on_color>
+      <color red="240" green="0" blue="0" />
+    </on_color>
+    <on_label>ON</on_label>
+    <on_state></on_state>
+    <pv_name>CWM-CWS03:WtrC-FCV-050:ErrorN</pv_name>
+    <pv_value />
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_boolean_label>false</show_boolean_label>
+    <square_led>false</square_led>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <visible>true</visible>
+    <widget_type>LED</widget_type>
+    <width>18</width>
+    <wuid>-32e0cda:1641d794e56:-4cdb</wuid>
+    <x>1503</x>
+    <y>554</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="180" green="180" blue="180" />
+    </background_color>
+    <bit>-1</bit>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="180" green="180" blue="180" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <bulb_border>3</bulb_border>
+    <bulb_border_color>
+      <color red="150" green="150" blue="150" />
+    </bulb_border_color>
+    <data_type>0</data_type>
+    <effect_3d>true</effect_3d>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>18</height>
+    <name>LED</name>
+    <off_color>
+      <color red="0" green="240" blue="0" />
+    </off_color>
+    <off_label>OFF</off_label>
+    <off_state></off_state>
+    <on_color>
+      <color red="240" green="0" blue="0" />
+    </on_color>
+    <on_label>ON</on_label>
+    <on_state></on_state>
+    <pv_name>CWM-CWS03:WtrC-FCV-051:ErrorO</pv_name>
+    <pv_value />
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_boolean_label>false</show_boolean_label>
+    <square_led>false</square_led>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <visible>true</visible>
+    <widget_type>LED</widget_type>
+    <width>18</width>
+    <wuid>-32e0cda:1641d794e56:-4cd9</wuid>
+    <x>1793</x>
+    <y>458</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="180" green="180" blue="180" />
+    </background_color>
+    <bit>-1</bit>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="180" green="180" blue="180" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <bulb_border>3</bulb_border>
+    <bulb_border_color>
+      <color red="150" green="150" blue="150" />
+    </bulb_border_color>
+    <data_type>0</data_type>
+    <effect_3d>true</effect_3d>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>18</height>
+    <name>LED</name>
+    <off_color>
+      <color red="0" green="240" blue="0" />
+    </off_color>
+    <off_label>OFF</off_label>
+    <off_state></off_state>
+    <on_color>
+      <color red="240" green="0" blue="0" />
+    </on_color>
+    <on_label>ON</on_label>
+    <on_state></on_state>
+    <pv_name>CWM-CWS03:WtrC-FCV-051:ErrorT</pv_name>
+    <pv_value />
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_boolean_label>false</show_boolean_label>
+    <square_led>false</square_led>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <visible>true</visible>
+    <widget_type>LED</widget_type>
+    <width>18</width>
+    <wuid>-32e0cda:1641d794e56:-4cd8</wuid>
+    <x>1793</x>
+    <y>522</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="180" green="180" blue="180" />
+    </background_color>
+    <bit>-1</bit>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="180" green="180" blue="180" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <bulb_border>3</bulb_border>
+    <bulb_border_color>
+      <color red="150" green="150" blue="150" />
+    </bulb_border_color>
+    <data_type>0</data_type>
+    <effect_3d>true</effect_3d>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>18</height>
+    <name>LED</name>
+    <off_color>
+      <color red="0" green="240" blue="0" />
+    </off_color>
+    <off_label>OFF</off_label>
+    <off_state></off_state>
+    <on_color>
+      <color red="240" green="0" blue="0" />
+    </on_color>
+    <on_label>ON</on_label>
+    <on_state></on_state>
+    <pv_name>CWM-CWS03:WtrC-FCV-051:ErrorC</pv_name>
+    <pv_value />
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_boolean_label>false</show_boolean_label>
+    <square_led>false</square_led>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <visible>true</visible>
+    <widget_type>LED</widget_type>
+    <width>18</width>
+    <wuid>-32e0cda:1641d794e56:-4cd7</wuid>
+    <x>1793</x>
+    <y>490</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="180" green="180" blue="180" />
+    </background_color>
+    <bit>-1</bit>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="180" green="180" blue="180" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <bulb_border>3</bulb_border>
+    <bulb_border_color>
+      <color red="150" green="150" blue="150" />
+    </bulb_border_color>
+    <data_type>0</data_type>
+    <effect_3d>true</effect_3d>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>18</height>
+    <name>LED</name>
+    <off_color>
+      <color red="0" green="240" blue="0" />
+    </off_color>
+    <off_label>OFF</off_label>
+    <off_state></off_state>
+    <on_color>
+      <color red="240" green="0" blue="0" />
+    </on_color>
+    <on_label>ON</on_label>
+    <on_state></on_state>
+    <pv_name>CWM-CWS03:WtrC-FCV-051:ErrorN</pv_name>
+    <pv_value />
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_boolean_label>false</show_boolean_label>
+    <square_led>false</square_led>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <visible>true</visible>
+    <widget_type>LED</widget_type>
+    <width>18</width>
+    <wuid>-32e0cda:1641d794e56:-4cd6</wuid>
+    <x>1793</x>
+    <y>554</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="180" green="180" blue="180" />
+    </background_color>
+    <bit>-1</bit>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="180" green="180" blue="180" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <bulb_border>3</bulb_border>
+    <bulb_border_color>
+      <color red="150" green="150" blue="150" />
+    </bulb_border_color>
+    <data_type>0</data_type>
+    <effect_3d>true</effect_3d>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>18</height>
+    <name>LED</name>
+    <off_color>
+      <color red="0" green="240" blue="0" />
+    </off_color>
+    <off_label>OFF</off_label>
+    <off_state></off_state>
+    <on_color>
+      <color red="240" green="0" blue="0" />
+    </on_color>
+    <on_label>ON</on_label>
+    <on_state></on_state>
+    <pv_name>CWM-CWS03:WtrC-P-10:Error</pv_name>
+    <pv_value />
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_boolean_label>false</show_boolean_label>
+    <square_led>false</square_led>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <visible>true</visible>
+    <widget_type>LED</widget_type>
+    <width>18</width>
+    <wuid>-32e0cda:1641d794e56:-4cd4</wuid>
+    <x>428</x>
+    <y>741</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="180" green="180" blue="180" />
+    </background_color>
+    <bit>-1</bit>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="180" green="180" blue="180" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <bulb_border>3</bulb_border>
+    <bulb_border_color>
+      <color red="150" green="150" blue="150" />
+    </bulb_border_color>
+    <data_type>0</data_type>
+    <effect_3d>true</effect_3d>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>18</height>
+    <name>LED</name>
+    <off_color>
+      <color red="0" green="240" blue="0" />
+    </off_color>
+    <off_label>OFF</off_label>
+    <off_state></off_state>
+    <on_color>
+      <color red="240" green="0" blue="0" />
+    </on_color>
+    <on_label>ON</on_label>
+    <on_state></on_state>
+    <pv_name>CWM-CWS03:WtrC-P-20:Error</pv_name>
+    <pv_value />
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_boolean_label>false</show_boolean_label>
+    <square_led>false</square_led>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <visible>true</visible>
+    <widget_type>LED</widget_type>
+    <width>18</width>
+    <wuid>-32e0cda:1641d794e56:-4cd2</wuid>
+    <x>696</x>
+    <y>741</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="180" green="180" blue="180" />
+    </background_color>
+    <bit>-1</bit>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="180" green="180" blue="180" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <bulb_border>3</bulb_border>
+    <bulb_border_color>
+      <color red="150" green="150" blue="150" />
+    </bulb_border_color>
+    <data_type>0</data_type>
+    <effect_3d>true</effect_3d>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>18</height>
+    <name>LED</name>
+    <off_color>
+      <color red="0" green="240" blue="0" />
+    </off_color>
+    <off_label>OFF</off_label>
+    <off_state></off_state>
+    <on_color>
+      <color red="240" green="0" blue="0" />
+    </on_color>
+    <on_label>ON</on_label>
+    <on_state></on_state>
+    <pv_name>CWM-CWS03:WtrC-P-30:Error</pv_name>
+    <pv_value />
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_boolean_label>false</show_boolean_label>
+    <square_led>false</square_led>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <visible>true</visible>
+    <widget_type>LED</widget_type>
+    <width>18</width>
+    <wuid>-32e0cda:1641d794e56:-4cd0</wuid>
+    <x>963</x>
+    <y>741</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="180" green="180" blue="180" />
+    </background_color>
+    <bit>-1</bit>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="180" green="180" blue="180" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <bulb_border>3</bulb_border>
+    <bulb_border_color>
+      <color red="150" green="150" blue="150" />
+    </bulb_border_color>
+    <data_type>0</data_type>
+    <effect_3d>true</effect_3d>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>18</height>
+    <name>LED</name>
+    <off_color>
+      <color red="0" green="240" blue="0" />
+    </off_color>
+    <off_label>OFF</off_label>
+    <off_state></off_state>
+    <on_color>
+      <color red="240" green="0" blue="0" />
+    </on_color>
+    <on_label>ON</on_label>
+    <on_state></on_state>
+    <pv_name>CWM-CWS03:WtrC-P-40:Error</pv_name>
+    <pv_value />
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_boolean_label>false</show_boolean_label>
+    <square_led>false</square_led>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <visible>true</visible>
+    <widget_type>LED</widget_type>
+    <width>18</width>
+    <wuid>-32e0cda:1641d794e56:-4cce</wuid>
+    <x>1234</x>
+    <y>744</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="180" green="180" blue="180" />
+    </background_color>
+    <bit>-1</bit>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="180" green="180" blue="180" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <bulb_border>3</bulb_border>
+    <bulb_border_color>
+      <color red="150" green="150" blue="150" />
+    </bulb_border_color>
+    <data_type>0</data_type>
+    <effect_3d>true</effect_3d>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>18</height>
+    <name>LED</name>
+    <off_color>
+      <color red="0" green="240" blue="0" />
+    </off_color>
+    <off_label>OFF</off_label>
+    <off_state></off_state>
+    <on_color>
+      <color red="240" green="0" blue="0" />
+    </on_color>
+    <on_label>ON</on_label>
+    <on_state></on_state>
+    <pv_name>CWM-CWS03:WtrC-P-50:Error</pv_name>
+    <pv_value />
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_boolean_label>false</show_boolean_label>
+    <square_led>false</square_led>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <visible>true</visible>
+    <widget_type>LED</widget_type>
+    <width>18</width>
+    <wuid>-32e0cda:1641d794e56:-4ccc</wuid>
+    <x>1503</x>
+    <y>740</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="180" green="180" blue="180" />
+    </background_color>
+    <bit>-1</bit>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="180" green="180" blue="180" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <bulb_border>3</bulb_border>
+    <bulb_border_color>
+      <color red="150" green="150" blue="150" />
+    </bulb_border_color>
+    <data_type>0</data_type>
+    <effect_3d>true</effect_3d>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>18</height>
+    <name>LED</name>
+    <off_color>
+      <color red="0" green="240" blue="0" />
+    </off_color>
+    <off_label>OFF</off_label>
+    <off_state></off_state>
+    <on_color>
+      <color red="240" green="0" blue="0" />
+    </on_color>
+    <on_label>ON</on_label>
+    <on_state></on_state>
+    <pv_name>CWM-CWS03:WtrC-EC-010:Error</pv_name>
+    <pv_value />
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_boolean_label>false</show_boolean_label>
+    <square_led>false</square_led>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <visible>true</visible>
+    <widget_type>LED</widget_type>
+    <width>18</width>
+    <wuid>-32e0cda:1641d794e56:-4cca</wuid>
+    <x>1793</x>
+    <y>740</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <bit>-1</bit>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <bulb_border>3</bulb_border>
+    <bulb_border_color>
+      <color red="150" green="150" blue="150" />
+    </bulb_border_color>
+    <data_type>0</data_type>
+    <effect_3d>true</effect_3d>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>18</height>
+    <name>LED</name>
+    <off_color>
+      <color red="240" green="0" blue="0" />
+    </off_color>
+    <off_label>OFF</off_label>
+    <off_state></off_state>
+    <on_color>
+      <color red="0" green="240" blue="0" />
+    </on_color>
+    <on_label>ON</on_label>
+    <on_state></on_state>
+    <pv_name>CWM-CWS03:WtrC-P-10:CmdD</pv_name>
+    <pv_value />
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_boolean_label>false</show_boolean_label>
+    <square_led>false</square_led>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <visible>true</visible>
+    <widget_type>LED</widget_type>
+    <width>18</width>
+    <wuid>-32e0cda:1641d794e56:-4cba</wuid>
+    <x>152</x>
+    <y>323</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <bit>-1</bit>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <bulb_border>3</bulb_border>
+    <bulb_border_color>
+      <color red="150" green="150" blue="150" />
+    </bulb_border_color>
+    <data_type>0</data_type>
+    <effect_3d>true</effect_3d>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>18</height>
+    <name>LED</name>
+    <off_color>
+      <color red="240" green="0" blue="0" />
+    </off_color>
+    <off_label>OFF</off_label>
+    <off_state></off_state>
+    <on_color>
+      <color red="0" green="240" blue="0" />
+    </on_color>
+    <on_label>ON</on_label>
+    <on_state></on_state>
+    <pv_name>CWM-CWS03:WtrC-P-20:Cmd</pv_name>
+    <pv_value />
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_boolean_label>false</show_boolean_label>
+    <square_led>false</square_led>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <visible>true</visible>
+    <widget_type>LED</widget_type>
+    <width>18</width>
+    <wuid>-32e0cda:1641d794e56:-4cb9</wuid>
+    <x>152</x>
+    <y>366</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <bit>-1</bit>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <bulb_border>3</bulb_border>
+    <bulb_border_color>
+      <color red="150" green="150" blue="150" />
+    </bulb_border_color>
+    <data_type>0</data_type>
+    <effect_3d>true</effect_3d>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>18</height>
+    <name>LED</name>
+    <off_color>
+      <color red="240" green="0" blue="0" />
+    </off_color>
+    <off_label>OFF</off_label>
+    <off_state></off_state>
+    <on_color>
+      <color red="0" green="240" blue="0" />
+    </on_color>
+    <on_label>ON</on_label>
+    <on_state></on_state>
+    <pv_name>CWM-CWS03:WtrC-P-30:Cmd</pv_name>
+    <pv_value />
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_boolean_label>false</show_boolean_label>
+    <square_led>false</square_led>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <visible>true</visible>
+    <widget_type>LED</widget_type>
+    <width>18</width>
+    <wuid>-32e0cda:1641d794e56:-4cb8</wuid>
+    <x>152</x>
+    <y>436</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <bit>-1</bit>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <bulb_border>3</bulb_border>
+    <bulb_border_color>
+      <color red="150" green="150" blue="150" />
+    </bulb_border_color>
+    <data_type>0</data_type>
+    <effect_3d>true</effect_3d>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>18</height>
+    <name>LED</name>
+    <off_color>
+      <color red="240" green="0" blue="0" />
+    </off_color>
+    <off_label>OFF</off_label>
+    <off_state></off_state>
+    <on_color>
+      <color red="0" green="240" blue="0" />
+    </on_color>
+    <on_label>ON</on_label>
+    <on_state></on_state>
+    <pv_name>CWM-CWS03:WtrC-P-40:Cmd</pv_name>
+    <pv_value />
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_boolean_label>false</show_boolean_label>
+    <square_led>false</square_led>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <visible>true</visible>
+    <widget_type>LED</widget_type>
+    <width>18</width>
+    <wuid>-32e0cda:1641d794e56:-4cb7</wuid>
+    <x>152</x>
+    <y>479</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <bit>-1</bit>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <bulb_border>3</bulb_border>
+    <bulb_border_color>
+      <color red="150" green="150" blue="150" />
+    </bulb_border_color>
+    <data_type>0</data_type>
+    <effect_3d>true</effect_3d>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>18</height>
+    <name>LED</name>
+    <off_color>
+      <color red="240" green="0" blue="0" />
+    </off_color>
+    <off_label>OFF</off_label>
+    <off_state></off_state>
+    <on_color>
+      <color red="0" green="240" blue="0" />
+    </on_color>
+    <on_label>ON</on_label>
+    <on_state></on_state>
+    <pv_name>CWM-CWS03:WtrC-P-50:Cmd</pv_name>
+    <pv_value />
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_boolean_label>false</show_boolean_label>
+    <square_led>false</square_led>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <visible>true</visible>
+    <widget_type>LED</widget_type>
+    <width>18</width>
+    <wuid>-32e0cda:1641d794e56:-4cb6</wuid>
+    <x>152</x>
+    <y>518</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <bit>-1</bit>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <bulb_border>3</bulb_border>
+    <bulb_border_color>
+      <color red="150" green="150" blue="150" />
+    </bulb_border_color>
+    <data_type>0</data_type>
+    <effect_3d>true</effect_3d>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>18</height>
+    <name>LED</name>
+    <off_color>
+      <color red="240" green="0" blue="0" />
+    </off_color>
+    <off_label>OFF</off_label>
+    <off_state></off_state>
+    <on_color>
+      <color red="0" green="240" blue="0" />
+    </on_color>
+    <on_label>ON</on_label>
+    <on_state></on_state>
+    <pv_name>CWM-CWS03:WtrC-EC-010:Cmd</pv_name>
+    <pv_value />
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_boolean_label>false</show_boolean_label>
+    <square_led>false</square_led>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <visible>true</visible>
+    <widget_type>LED</widget_type>
+    <width>18</width>
+    <wuid>-32e0cda:1641d794e56:-4cb5</wuid>
+    <x>151</x>
+    <y>617</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="180" green="180" blue="180" />
+    </background_color>
+    <bit>-1</bit>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="180" green="180" blue="180" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <bulb_border>3</bulb_border>
+    <bulb_border_color>
+      <color red="150" green="150" blue="150" />
+    </bulb_border_color>
+    <data_type>0</data_type>
+    <effect_3d>true</effect_3d>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>18</height>
+    <name>LED</name>
+    <off_color>
+      <color red="0" green="240" blue="0" />
+    </off_color>
+    <off_label>OFF</off_label>
+    <off_state></off_state>
+    <on_color>
+      <color red="240" green="0" blue="0" />
+    </on_color>
+    <on_label>ON</on_label>
+    <on_state></on_state>
+    <pv_name>CWM-CWS03:WtrC-CT-020:Trsh</pv_name>
+    <pv_value />
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_boolean_label>false</show_boolean_label>
+    <square_led>false</square_led>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <visible>true</visible>
+    <widget_type>LED</widget_type>
+    <width>18</width>
+    <wuid>-32e0cda:1641d794e56:-4cb3</wuid>
+    <x>1800</x>
+    <y>913</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="180" green="180" blue="180" />
+    </background_color>
+    <bit>-1</bit>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="180" green="180" blue="180" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <bulb_border>3</bulb_border>
+    <bulb_border_color>
+      <color red="150" green="150" blue="150" />
+    </bulb_border_color>
+    <data_type>0</data_type>
+    <effect_3d>true</effect_3d>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>18</height>
+    <name>LED</name>
+    <off_color>
+      <color red="0" green="240" blue="0" />
+    </off_color>
+    <off_label>OFF</off_label>
+    <off_state></off_state>
+    <on_color>
+      <color red="240" green="0" blue="0" />
+    </on_color>
+    <on_label>ON</on_label>
+    <on_state></on_state>
+    <pv_name>CWM-CWS03:WtrC-CT-021:Trsh</pv_name>
+    <pv_value />
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_boolean_label>false</show_boolean_label>
+    <square_led>false</square_led>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <visible>true</visible>
+    <widget_type>LED</widget_type>
+    <width>18</width>
+    <wuid>-32e0cda:1641d794e56:-4cb2</wuid>
+    <x>1800</x>
+    <y>939</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="320" y="93" />
+      <point x="0" y="93" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>321</width>
+    <wuid>-32e0cda:1641d794e56:-4ca6</wuid>
+    <x>0</x>
+    <y>93</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="0" y="0" />
+      <point x="320" y="0" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>321</width>
+    <wuid>-32e0cda:1641d794e56:-4ca5</wuid>
+    <x>0</x>
+    <y>0</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1643" y="92" />
+      <point x="1915" y="92" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>273</width>
+    <wuid>-32e0cda:1641d794e56:-4cb0</wuid>
+    <x>1643</x>
+    <y>92</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="0" y="92" />
+      <point x="272" y="92" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>273</width>
+    <wuid>-32e0cda:1641d794e56:-4cab</wuid>
+    <x>0</x>
+    <y>92</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>75</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="192" y="653" />
+      <point x="190" y="651" />
+      <point x="190" y="581" />
+      <point x="192" y="579" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-4ebd</wuid>
+    <x>190</x>
+    <y>579</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>75</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="31" y="653" />
+      <point x="33" y="651" />
+      <point x="33" y="581" />
+      <point x="31" y="579" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-4ead</wuid>
+    <x>31</x>
+    <y>579</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="541" y="57" />
+      <point x="611" y="57" />
+      <point x="613" y="55" />
+      <point x="540" y="55" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>74</width>
+    <wuid>-32e0cda:1641d794e56:-4eb5</wuid>
+    <x>540</x>
+    <y>55</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="540" y="82" />
+      <point x="612" y="82" />
+      <point x="611" y="80" />
+      <point x="541" y="80" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>73</width>
+    <wuid>-32e0cda:1641d794e56:-4ec4</wuid>
+    <x>540</x>
+    <y>80</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>71</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="464" y="82" />
+      <point x="462" y="80" />
+      <point x="462" y="14" />
+      <point x="464" y="12" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-4ec7</wuid>
+    <x>462</x>
+    <y>12</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>71</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="324" y="82" />
+      <point x="325" y="80" />
+      <point x="325" y="14" />
+      <point x="324" y="12" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>2</width>
+    <wuid>-32e0cda:1641d794e56:-4eb8</wuid>
+    <x>324</x>
+    <y>12</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>41</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="687" y="52" />
+      <point x="685" y="50" />
+      <point x="685" y="14" />
+      <point x="687" y="12" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-4ec5</wuid>
+    <x>685</x>
+    <y>12</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <bit>-1</bit>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <bulb_border>3</bulb_border>
+    <bulb_border_color>
+      <color red="150" green="150" blue="150" />
+    </bulb_border_color>
+    <data_type>0</data_type>
+    <effect_3d>true</effect_3d>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>11</height>
+    <name>LED</name>
+    <off_color>
+      <color red="240" green="0" blue="0" />
+    </off_color>
+    <off_label>OFF</off_label>
+    <off_state></off_state>
+    <on_color>
+      <color red="0" green="240" blue="0" />
+    </on_color>
+    <on_label>ON</on_label>
+    <on_state></on_state>
+    <pv_name>RFQ-010:WTRC-FS-012:Status</pv_name>
+    <pv_value />
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_boolean_label>false</show_boolean_label>
+    <square_led>false</square_led>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <visible>true</visible>
+    <widget_type>LED</widget_type>
+    <width>11</width>
+    <wuid>-32e0cda:1641d794e56:-4d20</wuid>
+    <x>406</x>
+    <y>41</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <bit>-1</bit>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <bulb_border>3</bulb_border>
+    <bulb_border_color>
+      <color red="150" green="150" blue="150" />
+    </bulb_border_color>
+    <data_type>0</data_type>
+    <effect_3d>true</effect_3d>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>11</height>
+    <name>LED</name>
+    <off_color>
+      <color red="240" green="0" blue="0" />
+    </off_color>
+    <off_label>OFF</off_label>
+    <off_state></off_state>
+    <on_color>
+      <color red="0" green="240" blue="0" />
+    </on_color>
+    <on_label>ON</on_label>
+    <on_state></on_state>
+    <pv_name>RFQ-010:WTRC-FS-021:Status</pv_name>
+    <pv_value />
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_boolean_label>false</show_boolean_label>
+    <square_led>false</square_led>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <visible>true</visible>
+    <widget_type>LED</widget_type>
+    <width>11</width>
+    <wuid>-32e0cda:1641d794e56:-4d1f</wuid>
+    <x>406</x>
+    <y>53</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <bit>-1</bit>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <bulb_border>3</bulb_border>
+    <bulb_border_color>
+      <color red="150" green="150" blue="150" />
+    </bulb_border_color>
+    <data_type>0</data_type>
+    <effect_3d>true</effect_3d>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>11</height>
+    <name>LED</name>
+    <off_color>
+      <color red="240" green="0" blue="0" />
+    </off_color>
+    <off_label>OFF</off_label>
+    <off_state></off_state>
+    <on_color>
+      <color red="0" green="240" blue="0" />
+    </on_color>
+    <on_label>ON</on_label>
+    <on_state></on_state>
+    <pv_name>RFQ-010:WTRC-FS-022:Status</pv_name>
+    <pv_value />
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_boolean_label>false</show_boolean_label>
+    <square_led>false</square_led>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <visible>true</visible>
+    <widget_type>LED</widget_type>
+    <width>11</width>
+    <wuid>-32e0cda:1641d794e56:-4d1e</wuid>
+    <x>406</x>
+    <y>65</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <bit>-1</bit>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <bulb_border>3</bulb_border>
+    <bulb_border_color>
+      <color red="150" green="150" blue="150" />
+    </bulb_border_color>
+    <data_type>0</data_type>
+    <effect_3d>true</effect_3d>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>11</height>
+    <name>LED</name>
+    <off_color>
+      <color red="240" green="0" blue="0" />
+    </off_color>
+    <off_label>OFF</off_label>
+    <off_state></off_state>
+    <on_color>
+      <color red="0" green="240" blue="0" />
+    </on_color>
+    <on_label>ON</on_label>
+    <on_state></on_state>
+    <pv_name>RFQ-010:WTRC-FS-011:Status</pv_name>
+    <pv_value />
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_boolean_label>false</show_boolean_label>
+    <square_led>false</square_led>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <visible>true</visible>
+    <widget_type>LED</widget_type>
+    <width>11</width>
+    <wuid>-32e0cda:1641d794e56:-4d1d</wuid>
+    <x>406</x>
+    <y>30</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>94</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="320" y="0" />
+      <point x="320" y="93" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-4ca7</wuid>
+    <x>320</x>
+    <y>0</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>93</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="0" y="92" />
+      <point x="0" y="0" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-4caf</wuid>
+    <x>0</x>
+    <y>0</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>93</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="0" y="92" />
+      <point x="0" y="0" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-4caa</wuid>
+    <x>0</x>
+    <y>0</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>41</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="470" y="52" />
+      <point x="471" y="50" />
+      <point x="471" y="14" />
+      <point x="470" y="12" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>2</width>
+    <wuid>-32e0cda:1641d794e56:-4eb6</wuid>
+    <x>470</x>
+    <y>12</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>9</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="0" y="0" />
+      <point x="8" y="8" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>9</width>
+    <wuid>-32e0cda:1641d794e56:-4cae</wuid>
+    <x>0</x>
+    <y>0</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>9</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="0" y="0" />
+      <point x="8" y="8" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>9</width>
+    <wuid>-32e0cda:1641d794e56:-4ca9</wuid>
+    <x>0</x>
+    <y>0</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>81</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1907" y="6" />
+      <point x="1907" y="86" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-4c9b</wuid>
+    <x>1907</x>
+    <y>6</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>8</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1906" y="7" />
+      <point x="1915" y="0" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>10</width>
+    <wuid>-32e0cda:1641d794e56:-4cb1</wuid>
+    <x>1906</x>
+    <y>0</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>8</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="0" y="93" />
+      <point x="8" y="86" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>9</width>
+    <wuid>-32e0cda:1641d794e56:-4cad</wuid>
+    <x>0</x>
+    <y>86</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>8</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="312" y="7" />
+      <point x="320" y="0" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>9</width>
+    <wuid>-32e0cda:1641d794e56:-4cac</wuid>
+    <x>312</x>
+    <y>0</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>7</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="0" y="92" />
+      <point x="8" y="86" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>9</width>
+    <wuid>-32e0cda:1641d794e56:-4ca8</wuid>
+    <x>0</x>
+    <y>86</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>28</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="612" y="82" />
+      <point x="611" y="80" />
+      <point x="611" y="57" />
+      <point x="612" y="55" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>2</width>
+    <wuid>-32e0cda:1641d794e56:-4ec3</wuid>
+    <x>611</x>
+    <y>55</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>28</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="540" y="82" />
+      <point x="541" y="80" />
+      <point x="541" y="57" />
+      <point x="540" y="55" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>2</width>
+    <wuid>-32e0cda:1641d794e56:-4eb4</wuid>
+    <x>540</x>
+    <y>55</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <auto_size>true</auto_size>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <confirm_message></confirm_message>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="9" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <format_type>0</format_type>
+    <height>25</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <limits_from_pv>false</limits_from_pv>
+    <maximum>Infinity</maximum>
+    <minimum>-Infinity</minimum>
+    <multiline_input>false</multiline_input>
+    <name>Text Input</name>
+    <next_focus>0</next_focus>
+    <password_input>false</password_input>
+    <precision>2</precision>
+    <precision_from_pv>false</precision_from_pv>
+    <pv_name>CWM-CWS03:Ctrl-PLC-001:FT10Max</pv_name>
+    <pv_value />
+    <read_only>false</read_only>
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <selector_type>0</selector_type>
+    <show_h_scroll>false</show_h_scroll>
+    <show_native_border>true</show_native_border>
+    <show_units>true</show_units>
+    <show_v_scroll>false</show_v_scroll>
+    <style>0</style>
+    <text>999.9</text>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Text Input</widget_type>
+    <width>100</width>
+    <wuid>-32e0cda:1641d794e56:-4cbe</wuid>
+    <x>108</x>
+    <y>778</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <auto_size>true</auto_size>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <confirm_message></confirm_message>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="9" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <format_type>0</format_type>
+    <height>25</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <limits_from_pv>false</limits_from_pv>
+    <maximum>Infinity</maximum>
+    <minimum>-Infinity</minimum>
+    <multiline_input>false</multiline_input>
+    <name>Text Input</name>
+    <next_focus>0</next_focus>
+    <password_input>false</password_input>
+    <precision>2</precision>
+    <precision_from_pv>false</precision_from_pv>
+    <pv_name>CWM-CWS03:Ctrl-PLC-001:FT10Min</pv_name>
+    <pv_value />
+    <read_only>false</read_only>
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <selector_type>0</selector_type>
+    <show_h_scroll>false</show_h_scroll>
+    <show_native_border>true</show_native_border>
+    <show_units>true</show_units>
+    <show_v_scroll>false</show_v_scroll>
+    <style>0</style>
+    <text>999.9</text>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Text Input</widget_type>
+    <width>100</width>
+    <wuid>-32e0cda:1641d794e56:-4cbd</wuid>
+    <x>108</x>
+    <y>752</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <auto_size>true</auto_size>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <confirm_message></confirm_message>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="9" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <format_type>0</format_type>
+    <height>25</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <limits_from_pv>false</limits_from_pv>
+    <maximum>Infinity</maximum>
+    <minimum>-Infinity</minimum>
+    <multiline_input>false</multiline_input>
+    <name>Text Input</name>
+    <next_focus>0</next_focus>
+    <password_input>false</password_input>
+    <precision>2</precision>
+    <precision_from_pv>false</precision_from_pv>
+    <pv_name>CWM-CWS03:Ctrl-PLC-001:FT11Trsh</pv_name>
+    <pv_value />
+    <read_only>false</read_only>
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <selector_type>0</selector_type>
+    <show_h_scroll>false</show_h_scroll>
+    <show_native_border>true</show_native_border>
+    <show_units>true</show_units>
+    <show_v_scroll>false</show_v_scroll>
+    <style>0</style>
+    <text>999.9</text>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Text Input</widget_type>
+    <width>100</width>
+    <wuid>-32e0cda:1641d794e56:-4cbc</wuid>
+    <x>82</x>
+    <y>726</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <auto_size>true</auto_size>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <confirm_message></confirm_message>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="9" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <format_type>0</format_type>
+    <height>25</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <limits_from_pv>false</limits_from_pv>
+    <maximum>Infinity</maximum>
+    <minimum>-Infinity</minimum>
+    <multiline_input>false</multiline_input>
+    <name>Text Input</name>
+    <next_focus>0</next_focus>
+    <password_input>false</password_input>
+    <precision>2</precision>
+    <precision_from_pv>false</precision_from_pv>
+    <pv_name>CWM-CWS03:Ctrl-PLC-001:PT17Trsh</pv_name>
+    <pv_value />
+    <read_only>false</read_only>
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <selector_type>0</selector_type>
+    <show_h_scroll>false</show_h_scroll>
+    <show_native_border>true</show_native_border>
+    <show_units>true</show_units>
+    <show_v_scroll>false</show_v_scroll>
+    <style>0</style>
+    <text>999.9</text>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Text Input</widget_type>
+    <width>100</width>
+    <wuid>-32e0cda:1641d794e56:-4cbb</wuid>
+    <x>82</x>
+    <y>703</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <auto_size>true</auto_size>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="9" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="240" green="240" blue="0" />
+    </foreground_color>
+    <format_type>0</format_type>
+    <height>20</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Text Update</name>
+    <precision>0</precision>
+    <precision_from_pv>true</precision_from_pv>
+    <pv_name>CWM-CWS03:Ctrl-PLC-001:PLCLife</pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_units>true</show_units>
+    <text>999.9</text>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>1</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Text Update</widget_type>
+    <width>100</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-4d11</wuid>
+    <x>558</x>
+    <y>66</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="30" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>20</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_scrollbar>false</show_scrollbar>
+    <text>ESS-RFQ</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>80</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-4e9f</wuid>
+    <x>73</x>
+    <y>11</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="17" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>20</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_scrollbar>false</show_scrollbar>
+    <text>Water cooling system</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>80</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-4e9e</wuid>
+    <x>47</x>
+    <y>53</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="11" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>20</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_scrollbar>false</show_scrollbar>
+    <text>FT-011</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>80</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-4e9d</wuid>
+    <x>356</x>
+    <y>885</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="11" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>20</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_scrollbar>false</show_scrollbar>
+    <text>Threshold reached</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>80</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-4e9c</wuid>
+    <x>293</x>
+    <y>927</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="11" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>20</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_scrollbar>false</show_scrollbar>
+    <text>PT-017</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>80</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-4e9b</wuid>
+    <x>626</x>
+    <y>885</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="11" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>20</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_scrollbar>false</show_scrollbar>
+    <text>Threshold reached</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>80</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-4e9a</wuid>
+    <x>561</x>
+    <y>927</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="11" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>20</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_scrollbar>false</show_scrollbar>
+    <text>Level error</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>80</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-4e99</wuid>
+    <x>828</x>
+    <y>927</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="11" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>20</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_scrollbar>false</show_scrollbar>
+    <text>Level error</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>80</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-4e98</wuid>
+    <x>1099</x>
+    <y>930</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="11" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>20</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_scrollbar>false</show_scrollbar>
+    <text>Level error</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>80</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-4e97</wuid>
+    <x>1368</x>
+    <y>930</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="11" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>20</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_scrollbar>false</show_scrollbar>
+    <text>Opening error</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>80</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-4e96</wuid>
+    <x>293</x>
+    <y>176</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="11" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>20</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_scrollbar>false</show_scrollbar>
+    <text>Closing error</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>80</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-4e95</wuid>
+    <x>291</x>
+    <y>210</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="11" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>20</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_scrollbar>false</show_scrollbar>
+    <text>Twice sensors error</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>80</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-4e94</wuid>
+    <x>291</x>
+    <y>242</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="11" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>20</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_scrollbar>false</show_scrollbar>
+    <text>No sensor error</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>80</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-4e93</wuid>
+    <x>291</x>
+    <y>273</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="11" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>20</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_scrollbar>false</show_scrollbar>
+    <text>Opening error</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>80</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-4e92</wuid>
+    <x>561</x>
+    <y>176</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="11" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>20</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_scrollbar>false</show_scrollbar>
+    <text>Closing error</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>80</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-4e91</wuid>
+    <x>559</x>
+    <y>210</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="11" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>20</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_scrollbar>false</show_scrollbar>
+    <text>Twice sensors error</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>80</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-4e90</wuid>
+    <x>559</x>
+    <y>242</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="11" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>20</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_scrollbar>false</show_scrollbar>
+    <text>No sensor error</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>80</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-4e8f</wuid>
+    <x>559</x>
+    <y>273</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="11" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>20</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_scrollbar>false</show_scrollbar>
+    <text>Opening error</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>80</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-4e8e</wuid>
+    <x>828</x>
+    <y>176</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="11" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>20</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_scrollbar>false</show_scrollbar>
+    <text>Closing error</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>80</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-4e8d</wuid>
+    <x>826</x>
+    <y>210</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="11" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>20</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_scrollbar>false</show_scrollbar>
+    <text>Twice sensors error</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>80</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-4e8c</wuid>
+    <x>826</x>
+    <y>242</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="11" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>20</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_scrollbar>false</show_scrollbar>
+    <text>No sensor error</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>80</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-4e8b</wuid>
+    <x>826</x>
+    <y>273</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="11" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>20</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_scrollbar>false</show_scrollbar>
+    <text>Opening error</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>80</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-4e8a</wuid>
+    <x>1099</x>
+    <y>176</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="11" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>20</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_scrollbar>false</show_scrollbar>
+    <text>Closing error</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>80</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-4e89</wuid>
+    <x>1097</x>
+    <y>210</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="11" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>20</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_scrollbar>false</show_scrollbar>
+    <text>Twice sensors error</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>80</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-4e88</wuid>
+    <x>1097</x>
+    <y>242</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="11" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>20</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_scrollbar>false</show_scrollbar>
+    <text>No sensor error</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>80</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-4e87</wuid>
+    <x>1097</x>
+    <y>273</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="11" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>20</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_scrollbar>false</show_scrollbar>
+    <text>Opening error</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>80</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-4e86</wuid>
+    <x>1368</x>
+    <y>176</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="11" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>20</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_scrollbar>false</show_scrollbar>
+    <text>Closing error</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>80</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-4e85</wuid>
+    <x>1366</x>
+    <y>210</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="11" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>20</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_scrollbar>false</show_scrollbar>
+    <text>Twice sensors error</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>80</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-4e84</wuid>
+    <x>1366</x>
+    <y>242</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="11" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>20</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_scrollbar>false</show_scrollbar>
+    <text>No sensor error</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>80</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-4e83</wuid>
+    <x>1366</x>
+    <y>273</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="11" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>20</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_scrollbar>false</show_scrollbar>
+    <text>Opening error</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>80</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-4e82</wuid>
+    <x>1658</x>
+    <y>176</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="11" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>20</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_scrollbar>false</show_scrollbar>
+    <text>Closing error</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>80</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-4e81</wuid>
+    <x>1656</x>
+    <y>210</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="11" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>20</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_scrollbar>false</show_scrollbar>
+    <text>Twice sensors error</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>80</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-4e80</wuid>
+    <x>1656</x>
+    <y>242</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="11" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>20</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_scrollbar>false</show_scrollbar>
+    <text>No sensor error</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>80</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-4e7f</wuid>
+    <x>1656</x>
+    <y>273</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="11" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>20</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_scrollbar>false</show_scrollbar>
+    <text>Opening error</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>80</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-4e7e</wuid>
+    <x>293</x>
+    <y>457</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="11" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>20</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_scrollbar>false</show_scrollbar>
+    <text>Closing error</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>80</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-4e7d</wuid>
+    <x>291</x>
+    <y>491</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="11" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>20</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_scrollbar>false</show_scrollbar>
+    <text>Twice sensors error</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>80</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-4e7c</wuid>
+    <x>291</x>
+    <y>523</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="11" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>20</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_scrollbar>false</show_scrollbar>
+    <text>No sensor error</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>80</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-4e7b</wuid>
+    <x>291</x>
+    <y>554</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="11" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>20</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_scrollbar>false</show_scrollbar>
+    <text>Opening error</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>80</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-4e7a</wuid>
+    <x>561</x>
+    <y>457</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="11" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>20</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_scrollbar>false</show_scrollbar>
+    <text>Closing error</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>80</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-4e79</wuid>
+    <x>559</x>
+    <y>491</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="11" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>20</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_scrollbar>false</show_scrollbar>
+    <text>Twice sensors error</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>80</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-4e78</wuid>
+    <x>559</x>
+    <y>523</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="11" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>20</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_scrollbar>false</show_scrollbar>
+    <text>No sensor error</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>80</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-4e77</wuid>
+    <x>559</x>
+    <y>554</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="11" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>20</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_scrollbar>false</show_scrollbar>
+    <text>Opening error</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>80</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-4e76</wuid>
+    <x>828</x>
+    <y>460</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="11" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>20</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_scrollbar>false</show_scrollbar>
+    <text>Closing error</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>80</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-4e75</wuid>
+    <x>826</x>
+    <y>494</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="11" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>20</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_scrollbar>false</show_scrollbar>
+    <text>Twice sensors error</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>80</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-4e74</wuid>
+    <x>826</x>
+    <y>526</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="11" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>20</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_scrollbar>false</show_scrollbar>
+    <text>No sensor error</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>80</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-4e73</wuid>
+    <x>826</x>
+    <y>557</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="11" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>20</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_scrollbar>false</show_scrollbar>
+    <text>Opening error</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>80</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-4e72</wuid>
+    <x>1099</x>
+    <y>458</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="11" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>20</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_scrollbar>false</show_scrollbar>
+    <text>Closing error</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>80</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-4e71</wuid>
+    <x>1097</x>
+    <y>492</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="11" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>20</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_scrollbar>false</show_scrollbar>
+    <text>Twice sensors error</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>80</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-4e70</wuid>
+    <x>1097</x>
+    <y>524</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="11" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>20</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_scrollbar>false</show_scrollbar>
+    <text>No sensor error</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>80</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-4e6f</wuid>
+    <x>1097</x>
+    <y>555</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="11" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>20</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_scrollbar>false</show_scrollbar>
+    <text>Opening error</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>80</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-4e6e</wuid>
+    <x>1368</x>
+    <y>458</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="11" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>20</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_scrollbar>false</show_scrollbar>
+    <text>Closing error</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>80</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-4e6d</wuid>
+    <x>1366</x>
+    <y>492</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="11" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>20</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_scrollbar>false</show_scrollbar>
+    <text>Twice sensors error</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>80</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-4e6c</wuid>
+    <x>1366</x>
+    <y>524</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="11" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>20</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_scrollbar>false</show_scrollbar>
+    <text>No sensor error</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>80</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-4e6b</wuid>
+    <x>1366</x>
+    <y>555</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="11" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>20</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_scrollbar>false</show_scrollbar>
+    <text>Opening error</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>80</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-4e6a</wuid>
+    <x>1658</x>
+    <y>458</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="11" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>20</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_scrollbar>false</show_scrollbar>
+    <text>Closing error</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>80</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-4e69</wuid>
+    <x>1656</x>
+    <y>492</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="11" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>20</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_scrollbar>false</show_scrollbar>
+    <text>Twice sensors error</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>80</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-4e68</wuid>
+    <x>1656</x>
+    <y>524</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="11" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>20</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_scrollbar>false</show_scrollbar>
+    <text>No sensor error</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>80</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-4e67</wuid>
+    <x>1656</x>
+    <y>555</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="11" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>20</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_scrollbar>false</show_scrollbar>
+    <text>P-10</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>80</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-4e66</wuid>
+    <x>358</x>
+    <y>700</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="11" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>20</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_scrollbar>false</show_scrollbar>
+    <text>Hardware error</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>80</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-4e65</wuid>
+    <x>293</x>
+    <y>741</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="11" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>20</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_scrollbar>false</show_scrollbar>
+    <text>P-20</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>80</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-4e64</wuid>
+    <x>626</x>
+    <y>700</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="11" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>20</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_scrollbar>false</show_scrollbar>
+    <text>Hardware error</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>80</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-4e63</wuid>
+    <x>561</x>
+    <y>741</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="11" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>20</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_scrollbar>false</show_scrollbar>
+    <text>P-30</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>80</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-4e62</wuid>
+    <x>893</x>
+    <y>700</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="11" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>20</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_scrollbar>false</show_scrollbar>
+    <text>Hardware error</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>80</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-4e61</wuid>
+    <x>828</x>
+    <y>741</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="11" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>20</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_scrollbar>false</show_scrollbar>
+    <text>P-40</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>80</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-4e60</wuid>
+    <x>1164</x>
+    <y>703</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="11" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>20</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_scrollbar>false</show_scrollbar>
+    <text>Hardware error</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>80</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-4e5f</wuid>
+    <x>1099</x>
+    <y>744</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="11" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>20</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_scrollbar>false</show_scrollbar>
+    <text>P-50</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>80</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-4e5e</wuid>
+    <x>1433</x>
+    <y>699</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="11" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>20</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_scrollbar>false</show_scrollbar>
+    <text>Hardware error</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>80</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-4e5d</wuid>
+    <x>1368</x>
+    <y>740</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="11" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>20</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_scrollbar>false</show_scrollbar>
+    <text>EC-010</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>80</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-4e5c</wuid>
+    <x>1720</x>
+    <y>699</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="11" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>20</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_scrollbar>false</show_scrollbar>
+    <text>Too high temperature</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>80</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-4e5b</wuid>
+    <x>1652</x>
+    <y>740</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="15" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>20</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_scrollbar>false</show_scrollbar>
+    <text>Command menu</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>80</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-4e5a</wuid>
+    <x>31</x>
+    <y>117</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="11" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>20</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_scrollbar>false</show_scrollbar>
+    <text>Views</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>80</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-4e59</wuid>
+    <x>88</x>
+    <y>150</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="11" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>20</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_scrollbar>false</show_scrollbar>
+    <text>Regulation loop</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>80</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-4e58</wuid>
+    <x>63</x>
+    <y>283</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="11" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>20</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_scrollbar>false</show_scrollbar>
+    <text>selection</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>80</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-4e57</wuid>
+    <x>84</x>
+    <y>297</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="11" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>20</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_scrollbar>false</show_scrollbar>
+    <text>Other</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>80</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-4e56</wuid>
+    <x>92</x>
+    <y>585</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="11" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>20</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_scrollbar>false</show_scrollbar>
+    <text>Threshold</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>80</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-4e55</wuid>
+    <x>83</x>
+    <y>679</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="11" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>20</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_scrollbar>false</show_scrollbar>
+    <text>CT-020 - CT-021</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>80</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-4e54</wuid>
+    <x>1682</x>
+    <y>888</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="11" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>20</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_scrollbar>false</show_scrollbar>
+    <text>CT-020 hardware failure</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>80</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-4e53</wuid>
+    <x>1640</x>
+    <y>914</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="11" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>20</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_scrollbar>false</show_scrollbar>
+    <text>CT-021 hardware failure</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>80</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-4e52</wuid>
+    <x>1640</x>
+    <y>938</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="11" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>20</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_scrollbar>false</show_scrollbar>
+    <text>PCV-011</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>80</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-4e51</wuid>
+    <x>341</x>
+    <y>136</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="11" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>20</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_scrollbar>false</show_scrollbar>
+    <text>FCV-011</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>80</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-4e50</wuid>
+    <x>609</x>
+    <y>136</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="11" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>20</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_scrollbar>false</show_scrollbar>
+    <text>FCV-012</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>80</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-4e4f</wuid>
+    <x>876</x>
+    <y>136</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="11" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>20</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_scrollbar>false</show_scrollbar>
+    <text>FCV-013</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>80</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-4e4e</wuid>
+    <x>1147</x>
+    <y>136</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="11" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>20</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_scrollbar>false</show_scrollbar>
+    <text>FCV-014</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>80</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-4e4d</wuid>
+    <x>1416</x>
+    <y>136</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="11" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>20</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_scrollbar>false</show_scrollbar>
+    <text>FCV-015</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>80</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-4e4c</wuid>
+    <x>1706</x>
+    <y>136</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="11" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>20</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_scrollbar>false</show_scrollbar>
+    <text>FCV-020</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>80</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-4e4b</wuid>
+    <x>341</x>
+    <y>417</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="11" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>20</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_scrollbar>false</show_scrollbar>
+    <text>FCV-021</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>80</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-4e4a</wuid>
+    <x>609</x>
+    <y>417</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="11" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>20</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_scrollbar>false</show_scrollbar>
+    <text>FCV-030</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>80</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-4e49</wuid>
+    <x>876</x>
+    <y>420</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="11" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>20</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_scrollbar>false</show_scrollbar>
+    <text>FCV-040</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>80</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-4e48</wuid>
+    <x>1147</x>
+    <y>418</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="11" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>20</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_scrollbar>false</show_scrollbar>
+    <text>FCV-050</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>80</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-4e47</wuid>
+    <x>1416</x>
+    <y>418</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="11" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>20</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_scrollbar>false</show_scrollbar>
+    <text>FCV-051</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>80</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-4e46</wuid>
+    <x>1706</x>
+    <y>418</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="11" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>20</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_scrollbar>false</show_scrollbar>
+    <text>LT-070:LH</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>80</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-4e45</wuid>
+    <x>871</x>
+    <y>885</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="11" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>20</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_scrollbar>false</show_scrollbar>
+    <text>LT-070:LL</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>80</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-4e44</wuid>
+    <x>1142</x>
+    <y>888</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="11" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>20</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_scrollbar>false</show_scrollbar>
+    <text>LT-070:LVL</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>80</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-4e43</wuid>
+    <x>1411</x>
+    <y>888</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="11" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>20</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_scrollbar>false</show_scrollbar>
+    <text>Nominal values</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>80</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-4e42</wuid>
+    <x>58</x>
+    <y>827</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="11" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>20</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_scrollbar>false</show_scrollbar>
+    <text>Legend</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>80</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-4e41</wuid>
+    <x>86</x>
+    <y>910</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="9" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>20</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_scrollbar>false</show_scrollbar>
+    <text>CT : Conductivity Transmitter</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>80</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-4e40</wuid>
+    <x>20</x>
+    <y>936</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="9" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>20</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_scrollbar>false</show_scrollbar>
+    <text>FT : Flow Transmitter</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>80</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-4e3f</wuid>
+    <x>20</x>
+    <y>952</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="9" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>20</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_scrollbar>false</show_scrollbar>
+    <text>LT : Level Transmitter</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>80</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-4e3e</wuid>
+    <x>20</x>
+    <y>967</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="9" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>20</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_scrollbar>false</show_scrollbar>
+    <text>PT : Pressure Transmitter</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>80</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-4e3d</wuid>
+    <x>20</x>
+    <y>981</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="9" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>20</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_scrollbar>false</show_scrollbar>
+    <text>TT : Temperature Transmitter</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>80</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-4e3c</wuid>
+    <x>20</x>
+    <y>995</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="9" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>20</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_scrollbar>false</show_scrollbar>
+    <text>FCV : Flow Control Valve</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>80</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-4e3b</wuid>
+    <x>20</x>
+    <y>1011</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="9" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>20</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_scrollbar>false</show_scrollbar>
+    <text>PCV : Pressure Control Valve</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>80</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-4e3a</wuid>
+    <x>20</x>
+    <y>1024</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="10" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>20</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_scrollbar>false</show_scrollbar>
+    <text>FT10 max</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>80</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-4d26</wuid>
+    <x>37</x>
+    <y>776</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="10" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>20</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_scrollbar>false</show_scrollbar>
+    <text>FT10 min</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>80</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-4d25</wuid>
+    <x>37</x>
+    <y>750</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="10" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>20</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_scrollbar>false</show_scrollbar>
+    <text>FT11</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>80</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-4d24</wuid>
+    <x>37</x>
+    <y>724</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="10" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>20</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_scrollbar>false</show_scrollbar>
+    <text>PT17</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>80</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-4d23</wuid>
+    <x>37</x>
+    <y>701</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="9" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>20</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_scrollbar>false</show_scrollbar>
+    <text>FT11 : 50m3/h</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>80</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-4d22</wuid>
+    <x>23</x>
+    <y>873</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="9" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>20</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_scrollbar>false</show_scrollbar>
+    <text>PT17 : &gt; 0, around 2.5 Bar</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>80</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-4d21</wuid>
+    <x>23</x>
+    <y>849</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="8" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>20</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_scrollbar>false</show_scrollbar>
+    <text>Water flow switches</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>80</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-4c99</wuid>
+    <x>327</x>
+    <y>13</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="8" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>20</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_scrollbar>false</show_scrollbar>
+    <text>Coupler n°1</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>80</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-4c98</wuid>
+    <x>327</x>
+    <y>30</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="8" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>20</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_scrollbar>false</show_scrollbar>
+    <text>Coupler n°2</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>80</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-4c97</wuid>
+    <x>326</x>
+    <y>41</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="8" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>20</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_scrollbar>false</show_scrollbar>
+    <text>Coupler n°3</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>80</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-4c96</wuid>
+    <x>326</x>
+    <y>53</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="8" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>20</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_scrollbar>false</show_scrollbar>
+    <text>Coupler n°4</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>80</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-4c95</wuid>
+    <x>326</x>
+    <y>65</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="8" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>20</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_scrollbar>false</show_scrollbar>
+    <text>Control mode</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>80</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-4c94</wuid>
+    <x>533</x>
+    <y>13</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="8" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>20</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_scrollbar>false</show_scrollbar>
+    <text>PLC Life</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>80</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-4c93</wuid>
+    <x>549</x>
+    <y>56</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="8" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>20</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_scrollbar>false</show_scrollbar>
+    <text>m3/h</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>80</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-4c92</wuid>
+    <x>151</x>
+    <y>780</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="8" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>20</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_scrollbar>false</show_scrollbar>
+    <text>m3/h</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>80</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-4c91</wuid>
+    <x>151</x>
+    <y>754</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="8" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>20</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_scrollbar>false</show_scrollbar>
+    <text>m3/h</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>80</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-4c90</wuid>
+    <x>125</x>
+    <y>728</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="8" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>20</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_scrollbar>false</show_scrollbar>
+    <text>Bar</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>80</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-4c8f</wuid>
+    <x>125</x>
+    <y>705</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <auto_size>true</auto_size>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="15" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <format_type>0</format_type>
+    <height>15</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Text Update</name>
+    <precision>0</precision>
+    <precision_from_pv>true</precision_from_pv>
+    <pv_name>CWM-CWS03:Ctrl-Key-083:OFF</pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="foreground_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:Ctrl-Key-083:OFF</pv>
+      </rule>
+      <rule name="Rule" prop_id="text" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>Automatic control</value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>Manual control</value>
+        </exp>
+        <pv trig="true">CWM-CWS03:Ctrl-Key-083:OFF</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_units>true</show_units>
+    <text>OFF</text>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>1</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Text Update</widget_type>
+    <width>22</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-4d12</wuid>
+    <x>478</x>
+    <y>26</y>
+  </widget>
+</display>
\ No newline at end of file
diff --git a/NON-APPROVED/skid-rfq/EPICS-Main_view.dxf b/NON-APPROVED/skid-rfq/EPICS-Main_view.dxf
new file mode 100644
index 0000000000000000000000000000000000000000..3c58126478c2ceca7efba22cda0332ada6a55b2f
--- /dev/null
+++ b/NON-APPROVED/skid-rfq/EPICS-Main_view.dxf
@@ -0,0 +1,189590 @@
+  0
+SECTION
+  2
+HEADER
+  9
+$ACADVER
+  1
+AC1027
+  9
+$ACADMAINTVER
+ 70
+    81
+  9
+$DWGCODEPAGE
+  3
+ANSI_1252
+  9
+$LASTSAVEDBY
+  1
+tjoannem
+  9
+$REQUIREDVERSIONS
+160
+                 0
+  9
+$INSBASE
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  9
+$EXTMIN
+ 10
+-0.0872164235738637
+ 20
+-354.0597261921448
+ 30
+-773.6105918160173
+  9
+$EXTMAX
+ 10
+1915.087862304962
+ 20
+718.0769856330307
+ 30
+992399.9842766335
+  9
+$LIMMIN
+ 10
+0.0003931386999056
+ 20
+-177.0017847744181
+  9
+$LIMMAX
+ 10
+1915.000059505233
+ 20
+894.9971695415896
+  9
+$ORTHOMODE
+ 70
+     1
+  9
+$REGENMODE
+ 70
+     1
+  9
+$FILLMODE
+ 70
+     0
+  9
+$QTEXTMODE
+ 70
+     0
+  9
+$MIRRTEXT
+ 70
+     0
+  9
+$LTSCALE
+ 40
+1.0
+  9
+$ATTMODE
+ 70
+     1
+  9
+$TEXTSIZE
+ 40
+0.2
+  9
+$TRACEWID
+ 40
+0.05
+  9
+$TEXTSTYLE
+  7
+Standard
+  9
+$CLAYER
+  8
+0
+  9
+$CELTYPE
+  6
+ByLayer
+  9
+$CECOLOR
+ 62
+   256
+  9
+$CELTSCALE
+ 40
+1.0
+  9
+$DISPSILH
+ 70
+     0
+  9
+$DIMSCALE
+ 40
+1.0
+  9
+$DIMASZ
+ 40
+0.18
+  9
+$DIMEXO
+ 40
+0.0625
+  9
+$DIMDLI
+ 40
+0.38
+  9
+$DIMRND
+ 40
+0.0
+  9
+$DIMDLE
+ 40
+0.0
+  9
+$DIMEXE
+ 40
+0.18
+  9
+$DIMTP
+ 40
+0.0
+  9
+$DIMTM
+ 40
+0.0
+  9
+$DIMTXT
+ 40
+0.18
+  9
+$DIMCEN
+ 40
+0.09
+  9
+$DIMTSZ
+ 40
+0.0
+  9
+$DIMTOL
+ 70
+     0
+  9
+$DIMLIM
+ 70
+     0
+  9
+$DIMTIH
+ 70
+     1
+  9
+$DIMTOH
+ 70
+     1
+  9
+$DIMSE1
+ 70
+     0
+  9
+$DIMSE2
+ 70
+     0
+  9
+$DIMTAD
+ 70
+     0
+  9
+$DIMZIN
+ 70
+     0
+  9
+$DIMBLK
+  1
+
+  9
+$DIMASO
+ 70
+     1
+  9
+$DIMSHO
+ 70
+     1
+  9
+$DIMPOST
+  1
+
+  9
+$DIMAPOST
+  1
+
+  9
+$DIMALT
+ 70
+     0
+  9
+$DIMALTD
+ 70
+     2
+  9
+$DIMALTF
+ 40
+25.4
+  9
+$DIMLFAC
+ 40
+1.0
+  9
+$DIMTOFL
+ 70
+     0
+  9
+$DIMTVP
+ 40
+0.0
+  9
+$DIMTIX
+ 70
+     0
+  9
+$DIMSOXD
+ 70
+     0
+  9
+$DIMSAH
+ 70
+     0
+  9
+$DIMBLK1
+  1
+
+  9
+$DIMBLK2
+  1
+
+  9
+$DIMSTYLE
+  2
+Standard
+  9
+$DIMCLRD
+ 70
+     0
+  9
+$DIMCLRE
+ 70
+     0
+  9
+$DIMCLRT
+ 70
+     0
+  9
+$DIMTFAC
+ 40
+1.0
+  9
+$DIMGAP
+ 40
+0.09
+  9
+$DIMJUST
+ 70
+     0
+  9
+$DIMSD1
+ 70
+     0
+  9
+$DIMSD2
+ 70
+     0
+  9
+$DIMTOLJ
+ 70
+     1
+  9
+$DIMTZIN
+ 70
+     0
+  9
+$DIMALTZ
+ 70
+     0
+  9
+$DIMALTTZ
+ 70
+     0
+  9
+$DIMUPT
+ 70
+     0
+  9
+$DIMDEC
+ 70
+     4
+  9
+$DIMTDEC
+ 70
+     4
+  9
+$DIMALTU
+ 70
+     2
+  9
+$DIMALTTD
+ 70
+     2
+  9
+$DIMTXSTY
+  7
+Standard
+  9
+$DIMAUNIT
+ 70
+     0
+  9
+$DIMADEC
+ 70
+     0
+  9
+$DIMALTRND
+ 40
+0.0
+  9
+$DIMAZIN
+ 70
+     0
+  9
+$DIMDSEP
+ 70
+    46
+  9
+$DIMATFIT
+ 70
+     3
+  9
+$DIMFRAC
+ 70
+     0
+  9
+$DIMLDRBLK
+  1
+
+  9
+$DIMLUNIT
+ 70
+     2
+  9
+$DIMLWD
+ 70
+    -2
+  9
+$DIMLWE
+ 70
+    -2
+  9
+$DIMTMOVE
+ 70
+     0
+  9
+$DIMFXL
+ 40
+1.0
+  9
+$DIMFXLON
+ 70
+     0
+  9
+$DIMJOGANG
+ 40
+0.7853981633974483
+  9
+$DIMTFILL
+ 70
+     0
+  9
+$DIMTFILLCLR
+ 70
+     0
+  9
+$DIMARCSYM
+ 70
+     0
+  9
+$DIMLTYPE
+  6
+
+  9
+$DIMLTEX1
+  6
+
+  9
+$DIMLTEX2
+  6
+
+  9
+$DIMTXTDIRECTION
+ 70
+     0
+  9
+$LUNITS
+ 70
+     2
+  9
+$LUPREC
+ 70
+     4
+  9
+$SKETCHINC
+ 40
+0.1
+  9
+$FILLETRAD
+ 40
+0.0
+  9
+$AUNITS
+ 70
+     0
+  9
+$AUPREC
+ 70
+     0
+  9
+$MENU
+  1
+.
+  9
+$ELEVATION
+ 40
+0.0
+  9
+$PELEVATION
+ 40
+0.0
+  9
+$THICKNESS
+ 40
+0.0
+  9
+$LIMCHECK
+ 70
+     0
+  9
+$CHAMFERA
+ 40
+0.0
+  9
+$CHAMFERB
+ 40
+0.0
+  9
+$CHAMFERC
+ 40
+0.0
+  9
+$CHAMFERD
+ 40
+0.0
+  9
+$SKPOLY
+ 70
+     0
+  9
+$TDCREATE
+ 40
+2452643.146717604
+  9
+$TDUCREATE
+ 40
+2452643.063384271
+  9
+$TDUPDATE
+ 40
+2458290.471449526
+  9
+$TDUUPDATE
+ 40
+2458290.388116192
+  9
+$TDINDWG
+ 40
+46.7042977431
+  9
+$TDUSRTIMER
+ 40
+2457364.806280776
+  9
+$USRTIMER
+ 70
+     1
+  9
+$ANGBASE
+ 50
+0.0
+  9
+$ANGDIR
+ 70
+     0
+  9
+$PDMODE
+ 70
+     0
+  9
+$PDSIZE
+ 40
+0.0
+  9
+$PLINEWID
+ 40
+0.0
+  9
+$SPLFRAME
+ 70
+     0
+  9
+$SPLINETYPE
+ 70
+     6
+  9
+$SPLINESEGS
+ 70
+     8
+  9
+$HANDSEED
+  5
+20B94
+  9
+$SURFTAB1
+ 70
+     6
+  9
+$SURFTAB2
+ 70
+     6
+  9
+$SURFTYPE
+ 70
+     6
+  9
+$SURFU
+ 70
+     6
+  9
+$SURFV
+ 70
+     6
+  9
+$UCSBASE
+  2
+
+  9
+$UCSNAME
+  2
+
+  9
+$UCSORG
+ 10
+0.0018237785492943
+ 20
+353.9977964523938
+ 30
+0.0
+  9
+$UCSXDIR
+ 10
+1.0
+ 20
+0.0
+ 30
+0.0
+  9
+$UCSYDIR
+ 10
+0.0
+ 20
+1.0
+ 30
+0.0
+  9
+$UCSORTHOREF
+  2
+
+  9
+$UCSORTHOVIEW
+ 70
+     0
+  9
+$UCSORGTOP
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  9
+$UCSORGBOTTOM
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  9
+$UCSORGLEFT
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  9
+$UCSORGRIGHT
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  9
+$UCSORGFRONT
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  9
+$UCSORGBACK
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  9
+$PUCSBASE
+  2
+
+  9
+$PUCSNAME
+  2
+
+  9
+$PUCSORG
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  9
+$PUCSXDIR
+ 10
+1.0
+ 20
+0.0
+ 30
+0.0
+  9
+$PUCSYDIR
+ 10
+0.0
+ 20
+1.0
+ 30
+0.0
+  9
+$PUCSORTHOREF
+  2
+
+  9
+$PUCSORTHOVIEW
+ 70
+     0
+  9
+$PUCSORGTOP
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  9
+$PUCSORGBOTTOM
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  9
+$PUCSORGLEFT
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  9
+$PUCSORGRIGHT
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  9
+$PUCSORGFRONT
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  9
+$PUCSORGBACK
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  9
+$USERI1
+ 70
+     0
+  9
+$USERI2
+ 70
+     0
+  9
+$USERI3
+ 70
+     0
+  9
+$USERI4
+ 70
+     0
+  9
+$USERI5
+ 70
+     0
+  9
+$USERR1
+ 40
+0.0
+  9
+$USERR2
+ 40
+0.0
+  9
+$USERR3
+ 40
+0.0
+  9
+$USERR4
+ 40
+0.0
+  9
+$USERR5
+ 40
+0.0
+  9
+$WORLDVIEW
+ 70
+     1
+  9
+$SHADEDGE
+ 70
+     3
+  9
+$SHADEDIF
+ 70
+    70
+  9
+$TILEMODE
+ 70
+     1
+  9
+$MAXACTVP
+ 70
+    64
+  9
+$PINSBASE
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  9
+$PLIMCHECK
+ 70
+     0
+  9
+$PEXTMIN
+ 10
+1.049999999999997
+ 20
+0.6999999999999999
+ 30
+0.0
+  9
+$PEXTMAX
+ 10
+9.449999999999999
+ 20
+6.299999999999998
+ 30
+0.0
+  9
+$PLIMMIN
+ 10
+0.0
+ 20
+0.0
+  9
+$PLIMMAX
+ 10
+0.0
+ 20
+0.0
+  9
+$UNITMODE
+ 70
+     0
+  9
+$VISRETAIN
+ 70
+     1
+  9
+$PLINEGEN
+ 70
+     0
+  9
+$PSLTSCALE
+ 70
+     1
+  9
+$TREEDEPTH
+ 70
+  3020
+  9
+$CMLSTYLE
+  2
+Standard
+  9
+$CMLJUST
+ 70
+     0
+  9
+$CMLSCALE
+ 40
+1.0
+  9
+$PROXYGRAPHICS
+ 70
+     1
+  9
+$MEASUREMENT
+ 70
+     0
+  9
+$CELWEIGHT
+370
+    -1
+  9
+$ENDCAPS
+280
+     0
+  9
+$JOINSTYLE
+280
+     0
+  9
+$LWDISPLAY
+290
+     0
+  9
+$INSUNITS
+ 70
+     1
+  9
+$HYPERLINKBASE
+  1
+
+  9
+$STYLESHEET
+  1
+monochrome.ctb
+  9
+$XEDIT
+290
+     1
+  9
+$CEPSNTYPE
+380
+     0
+  9
+$PSTYLEMODE
+290
+     1
+  9
+$FINGERPRINTGUID
+  2
+{FDEAD576-A652-11D2-9A35-0060089B3A3F}
+  9
+$VERSIONGUID
+  2
+{2C1C8019-C6C1-4C11-B5DF-E620352E4F38}
+  9
+$EXTNAMES
+290
+     1
+  9
+$PSVPSCALE
+ 40
+0.0
+  9
+$OLESTARTUP
+290
+     0
+  9
+$SORTENTS
+280
+   127
+  9
+$INDEXCTL
+280
+     0
+  9
+$HIDETEXT
+280
+     1
+  9
+$XCLIPFRAME
+280
+     0
+  9
+$HALOGAP
+280
+     0
+  9
+$OBSCOLOR
+ 70
+   257
+  9
+$OBSLTYPE
+280
+     0
+  9
+$INTERSECTIONDISPLAY
+280
+     0
+  9
+$INTERSECTIONCOLOR
+ 70
+   257
+  9
+$DIMASSOC
+280
+     2
+  9
+$PROJECTNAME
+  1
+
+  9
+$CAMERADISPLAY
+290
+     0
+  9
+$LENSLENGTH
+ 40
+50.0
+  9
+$CAMERAHEIGHT
+ 40
+0.0
+  9
+$STEPSPERSEC
+ 40
+2.0
+  9
+$STEPSIZE
+ 40
+6.0
+  9
+$3DDWFPREC
+ 40
+2.0
+  9
+$PSOLWIDTH
+ 40
+0.25
+  9
+$PSOLHEIGHT
+ 40
+4.0
+  9
+$LOFTANG1
+ 40
+1.570796326794897
+  9
+$LOFTANG2
+ 40
+1.570796326794897
+  9
+$LOFTMAG1
+ 40
+0.0
+  9
+$LOFTMAG2
+ 40
+0.0
+  9
+$LOFTPARAM
+ 70
+     7
+  9
+$LOFTNORMALS
+280
+     1
+  9
+$LATITUDE
+ 40
+37.795
+  9
+$LONGITUDE
+ 40
+-122.394
+  9
+$NORTHDIRECTION
+ 40
+0.0
+  9
+$TIMEZONE
+ 70
+ -8000
+  9
+$LIGHTGLYPHDISPLAY
+280
+     1
+  9
+$TILEMODELIGHTSYNCH
+280
+     1
+  9
+$CMATERIAL
+347
+96
+  9
+$SOLIDHIST
+280
+     1
+  9
+$SHOWHIST
+280
+     1
+  9
+$DWFFRAME
+280
+     2
+  9
+$DGNFRAME
+280
+     0
+  9
+$REALWORLDSCALE
+290
+     1
+  9
+$INTERFERECOLOR
+ 62
+     1
+  9
+$INTERFEREOBJVS
+345
+A3
+  9
+$INTERFEREVPVS
+346
+AB9
+  9
+$CSHADOW
+280
+     0
+  9
+$SHADOWPLANELOCATION
+ 40
+0.0
+  0
+ENDSEC
+  0
+SECTION
+  2
+CLASSES
+  0
+CLASS
+  1
+ACDBDICTIONARYWDFLT
+  2
+AcDbDictionaryWithDefault
+  3
+ObjectDBX Classes
+ 90
+        0
+ 91
+        1
+280
+     0
+281
+     0
+  0
+CLASS
+  1
+DICTIONARYVAR
+  2
+AcDbDictionaryVar
+  3
+ObjectDBX Classes
+ 90
+        0
+ 91
+       10
+280
+     0
+281
+     0
+  0
+CLASS
+  1
+TABLESTYLE
+  2
+AcDbTableStyle
+  3
+ObjectDBX Classes
+ 90
+     4095
+ 91
+        1
+280
+     0
+281
+     0
+  0
+CLASS
+  1
+MATERIAL
+  2
+AcDbMaterial
+  3
+ObjectDBX Classes
+ 90
+     1153
+ 91
+        3
+280
+     0
+281
+     0
+  0
+CLASS
+  1
+VISUALSTYLE
+  2
+AcDbVisualStyle
+  3
+ObjectDBX Classes
+ 90
+     4095
+ 91
+       26
+280
+     0
+281
+     0
+  0
+CLASS
+  1
+SCALE
+  2
+AcDbScale
+  3
+ObjectDBX Classes
+ 90
+     1153
+ 91
+       33
+280
+     0
+281
+     0
+  0
+CLASS
+  1
+CELLSTYLEMAP
+  2
+AcDbCellStyleMap
+  3
+ObjectDBX Classes
+ 90
+     1152
+ 91
+        1
+280
+     0
+281
+     0
+  0
+CLASS
+  1
+RASTERVARIABLES
+  2
+AcDbRasterVariables
+  3
+ISM
+ 90
+        0
+ 91
+        1
+280
+     0
+281
+     0
+  0
+CLASS
+  1
+SORTENTSTABLE
+  2
+AcDbSortentsTable
+  3
+ObjectDBX Classes
+ 90
+        0
+ 91
+       71
+280
+     0
+281
+     0
+  0
+CLASS
+  1
+MLEADERSTYLE
+  2
+AcDbMLeaderStyle
+  3
+ACDB_MLEADERSTYLE_CLASS
+ 90
+     4095
+ 91
+        1
+280
+     0
+281
+     0
+  0
+CLASS
+  1
+SUN
+  2
+AcDbSun
+  3
+SCENEOE
+ 90
+     1153
+ 91
+        3
+280
+     0
+281
+     0
+  0
+CLASS
+  1
+ACDBSECTIONVIEWSTYLE
+  2
+AcDbSectionViewStyle
+  3
+ObjectDBX Classes
+ 90
+     1025
+ 91
+        2
+280
+     0
+281
+     0
+  0
+CLASS
+  1
+ACDBDETAILVIEWSTYLE
+  2
+AcDbDetailViewStyle
+  3
+ObjectDBX Classes
+ 90
+     1025
+ 91
+        2
+280
+     0
+281
+     0
+  0
+CLASS
+  1
+SOLID_BACKGROUND
+  2
+AcDbSolidBackground
+  3
+SCENEOE
+ 90
+     4095
+ 91
+        0
+280
+     0
+281
+     0
+  0
+CLASS
+  1
+NPOCOLLECTION
+  2
+AcDbImpNonPersistentObjectsCollection
+  3
+ObjectDBX Classes
+ 90
+     1153
+ 91
+        0
+280
+     0
+281
+     0
+  0
+CLASS
+  1
+ACDBASSOCPERSSUBENTMANAGER
+  2
+AcDbAssocPersSubentManager
+  3
+ObjectDBX Classes
+ 90
+     1024
+ 91
+        2
+280
+     0
+281
+     0
+  0
+CLASS
+  1
+ACDBPERSSUBENTMANAGER
+  2
+AcDbPersSubentManager
+  3
+AcDbPersSubentManager
+ 90
+     1024
+ 91
+        2
+280
+     0
+281
+     0
+  0
+CLASS
+  1
+MULTILEADER
+  2
+AcDbMLeader
+  3
+ACDB_MLEADER_CLASS
+ 90
+     1025
+ 91
+        0
+280
+     0
+281
+     1
+  0
+ENDSEC
+  0
+SECTION
+  2
+TABLES
+  0
+TABLE
+  2
+VPORT
+  5
+8
+330
+0
+100
+AcDbSymbolTable
+ 70
+     1
+  0
+VPORT
+  5
+94
+330
+8
+100
+AcDbSymbolTableRecord
+100
+AcDbViewportTableRecord
+  2
+*Active
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 11
+1.0
+ 21
+1.0
+ 12
+939.8202081486878
+ 22
+-574.3275339572602
+ 13
+0.0
+ 23
+0.0
+ 14
+1.0
+ 24
+1.0
+ 15
+1.0
+ 25
+1.0
+ 16
+0.0
+ 26
+0.0
+ 36
+3.767880257459921
+ 17
+17.68011479200598
+ 27
+844.7962556319827
+ 37
+496.0
+ 40
+1254.830656422796
+ 41
+1.683885890516576
+ 42
+50.0
+ 43
+0.0
+ 44
+0.0
+ 50
+0.0
+ 51
+0.0
+ 71
+     0
+ 72
+  1000
+ 73
+     1
+ 74
+     3
+ 75
+     1
+ 76
+     1
+ 77
+     0
+ 78
+     0
+281
+     0
+ 65
+     1
+110
+0.0018237785492943
+120
+353.9977964523938
+130
+0.0
+111
+1.0
+121
+0.0
+131
+0.0
+112
+0.0
+122
+1.0
+132
+0.0
+ 79
+     0
+146
+0.0
+348
+9F
+ 60
+     2
+ 61
+     4
+292
+     1
+282
+     1
+141
+0.0
+142
+0.0
+ 63
+   250
+421
+  3355443
+361
+6B57
+1001
+ACAD_NAV_VCDISPLAY
+1070
+     3
+  0
+ENDTAB
+  0
+TABLE
+  2
+LTYPE
+  5
+5
+330
+0
+100
+AcDbSymbolTable
+ 70
+     7
+  0
+LTYPE
+  5
+14
+330
+5
+100
+AcDbSymbolTableRecord
+100
+AcDbLinetypeTableRecord
+  2
+ByBlock
+ 70
+     0
+  3
+
+ 72
+    65
+ 73
+     0
+ 40
+0.0
+  0
+LTYPE
+  5
+15
+330
+5
+100
+AcDbSymbolTableRecord
+100
+AcDbLinetypeTableRecord
+  2
+ByLayer
+ 70
+     0
+  3
+
+ 72
+    65
+ 73
+     0
+ 40
+0.0
+  0
+LTYPE
+  5
+16
+330
+5
+100
+AcDbSymbolTableRecord
+100
+AcDbLinetypeTableRecord
+  2
+Continuous
+ 70
+     0
+  3
+Solid line
+ 72
+    65
+ 73
+     0
+ 40
+0.0
+  0
+LTYPE
+  5
+E6
+330
+5
+100
+AcDbSymbolTableRecord
+100
+AcDbLinetypeTableRecord
+  2
+CONTINU
+ 70
+     0
+  3
+Ligne continue
+ 72
+    65
+ 73
+     0
+ 40
+0.0
+  0
+LTYPE
+  5
+430
+330
+5
+100
+AcDbSymbolTableRecord
+100
+AcDbLinetypeTableRecord
+  2
+CACHE
+ 70
+     0
+  3
+_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
+ 72
+    65
+ 73
+     2
+ 40
+0.375
+ 49
+0.25
+ 74
+     0
+ 49
+-0.125
+ 74
+     0
+  0
+LTYPE
+  5
+440
+330
+5
+100
+AcDbSymbolTableRecord
+100
+AcDbLinetypeTableRecord
+  2
+TIRET
+ 70
+     0
+  3
+- - - - - - -
+ 72
+    65
+ 73
+     2
+ 40
+0.22
+ 49
+0.11
+ 74
+     0
+ 49
+-0.11
+ 74
+     0
+  0
+LTYPE
+  5
+6B73
+330
+5
+100
+AcDbSymbolTableRecord
+100
+AcDbLinetypeTableRecord
+  2
+MIXTE
+ 70
+     0
+  3
+__ . __ . __ . __ . __ . __ . __ . __ . __ .
+ 72
+    65
+ 73
+     4
+ 40
+1.0
+ 49
+0.5
+ 74
+     0
+ 49
+-0.25
+ 74
+     0
+ 49
+0.0
+ 74
+     0
+ 49
+-0.25
+ 74
+     0
+  0
+LTYPE
+  5
+C7E8
+330
+5
+100
+AcDbSymbolTableRecord
+100
+AcDbLinetypeTableRecord
+  2
+DISCONTINU
+ 70
+     0
+  3
+__ __ __ __ __ __ __ __ __ __ __ __ __ __ __ __
+ 72
+    65
+ 73
+     2
+ 40
+0.75
+ 49
+0.5
+ 74
+     0
+ 49
+-0.25
+ 74
+     0
+  0
+LTYPE
+  5
+135B9
+330
+5
+100
+AcDbSymbolTableRecord
+100
+AcDbLinetypeTableRecord
+  2
+BORDURE
+ 70
+     0
+  3
+__ __ . __ __ . __ __ . __ __ . __ __ . __ __
+ 72
+    65
+ 73
+     6
+ 40
+1.75
+ 49
+0.5
+ 74
+     0
+ 49
+-0.25
+ 74
+     0
+ 49
+0.5
+ 74
+     0
+ 49
+-0.25
+ 74
+     0
+ 49
+0.0
+ 74
+     0
+ 49
+-0.25
+ 74
+     0
+  0
+ENDTAB
+  0
+TABLE
+  2
+LAYER
+  5
+2
+102
+{ACAD_XDICTIONARY
+360
+2E06
+102
+}
+330
+0
+100
+AcDbSymbolTable
+ 70
+    33
+  0
+LAYER
+  5
+10
+330
+2
+100
+AcDbSymbolTableRecord
+100
+AcDbLayerTableRecord
+  2
+0
+ 70
+     0
+ 62
+     7
+  6
+Continuous
+370
+    -3
+390
+F
+347
+98
+348
+0
+  0
+LAYER
+  5
+E4
+330
+2
+100
+AcDbSymbolTableRecord
+100
+AcDbLayerTableRecord
+  2
+INSTRUM
+ 70
+     0
+ 62
+     7
+  6
+CONTINU
+370
+    -3
+390
+F
+347
+98
+348
+0
+  0
+LAYER
+  5
+E7
+330
+2
+100
+AcDbSymbolTableRecord
+100
+AcDbLayerTableRecord
+  2
+IMG027
+ 70
+     0
+ 62
+    27
+  6
+CONTINU
+370
+    -3
+390
+F
+347
+98
+348
+0
+  0
+LAYER
+  5
+E8
+330
+2
+100
+AcDbSymbolTableRecord
+100
+AcDbLayerTableRecord
+  2
+IMG028
+ 70
+     0
+ 62
+    28
+  6
+CONTINU
+370
+    -3
+390
+F
+347
+98
+348
+0
+  0
+LAYER
+  5
+E9
+330
+2
+100
+AcDbSymbolTableRecord
+100
+AcDbLayerTableRecord
+  2
+IMG007
+ 70
+     0
+ 62
+     7
+  6
+CONTINU
+370
+    -3
+390
+F
+347
+98
+348
+0
+  0
+LAYER
+  5
+EA
+330
+2
+100
+AcDbSymbolTableRecord
+100
+AcDbLayerTableRecord
+  2
+IMG134
+ 70
+     0
+ 62
+   134
+  6
+CONTINU
+370
+    -3
+390
+F
+347
+98
+348
+0
+  0
+LAYER
+  5
+EB
+330
+2
+100
+AcDbSymbolTableRecord
+100
+AcDbLayerTableRecord
+  2
+IMG008
+ 70
+     0
+ 62
+     7
+  6
+Continuous
+370
+    -3
+390
+F
+347
+98
+348
+0
+  0
+LAYER
+  5
+EC
+330
+2
+100
+AcDbSymbolTableRecord
+100
+AcDbLayerTableRecord
+  2
+IMG009
+ 70
+     0
+ 62
+     9
+  6
+CONTINU
+370
+    -3
+390
+F
+347
+98
+348
+0
+  0
+LAYER
+  5
+423
+102
+{ACAD_XDICTIONARY
+360
+424
+102
+}
+330
+2
+100
+AcDbSymbolTableRecord
+100
+AcDbLayerTableRecord
+  2
+BROUIL
+ 70
+     0
+ 62
+     1
+  6
+Continuous
+370
+    -3
+390
+F
+347
+98
+348
+0
+  0
+LAYER
+  5
+427
+102
+{ACAD_XDICTIONARY
+360
+428
+102
+}
+330
+2
+100
+AcDbSymbolTableRecord
+100
+AcDbLayerTableRecord
+  2
+DESSIN
+ 70
+     0
+ 62
+     7
+  6
+Continuous
+370
+    -3
+390
+F
+347
+98
+348
+0
+  0
+LAYER
+  5
+42A
+102
+{ACAD_XDICTIONARY
+360
+42B
+102
+}
+330
+2
+100
+AcDbSymbolTableRecord
+100
+AcDbLayerTableRecord
+  2
+TEXTE
+ 70
+     0
+ 62
+     7
+  6
+Continuous
+370
+    -3
+390
+F
+347
+98
+348
+0
+  0
+LAYER
+  5
+42D
+102
+{ACAD_XDICTIONARY
+360
+42E
+102
+}
+330
+2
+100
+AcDbSymbolTableRecord
+100
+AcDbLayerTableRecord
+  2
+HE_Circuit_2
+ 70
+     0
+ 62
+    21
+  6
+CACHE
+370
+    -3
+390
+F
+347
+98
+348
+0
+  0
+LAYER
+  5
+431
+102
+{ACAD_XDICTIONARY
+360
+432
+102
+}
+330
+2
+100
+AcDbSymbolTableRecord
+100
+AcDbLayerTableRecord
+  2
+Vide
+ 70
+     0
+ 62
+   160
+  6
+CONTINU
+370
+    -3
+390
+F
+347
+98
+348
+0
+  0
+LAYER
+  5
+435
+102
+{ACAD_XDICTIONARY
+360
+436
+102
+}
+330
+2
+100
+AcDbSymbolTableRecord
+100
+AcDbLayerTableRecord
+  2
+He_Ecran
+ 70
+     0
+ 62
+   132
+  6
+CACHE
+370
+    -3
+390
+F
+347
+98
+348
+0
+  0
+LAYER
+  5
+438
+102
+{ACAD_XDICTIONARY
+360
+439
+102
+}
+330
+2
+100
+AcDbSymbolTableRecord
+100
+AcDbLayerTableRecord
+  2
+Ln2_FLU
+ 70
+     0
+ 62
+    90
+  6
+CONTINU
+370
+    -3
+390
+F
+347
+98
+348
+0
+  0
+LAYER
+  5
+43B
+102
+{ACAD_XDICTIONARY
+360
+43C
+102
+}
+330
+2
+100
+AcDbSymbolTableRecord
+100
+AcDbLayerTableRecord
+  2
+MIRIM
+ 70
+     0
+ 62
+    53
+  6
+Continuous
+370
+    -3
+390
+F
+347
+98
+348
+0
+1001
+AcAecLayerStandard
+1000
+
+1000
+
+  0
+LAYER
+  5
+9FD
+330
+2
+100
+AcDbSymbolTableRecord
+100
+AcDbLayerTableRecord
+  2
+IMG030
+ 70
+     0
+ 62
+    30
+  6
+CONTINU
+370
+    -3
+390
+F
+347
+98
+348
+0
+  0
+LAYER
+  5
+6B63
+102
+{ACAD_XDICTIONARY
+360
+6B64
+102
+}
+330
+2
+100
+AcDbSymbolTableRecord
+100
+AcDbLayerTableRecord
+  2
+Dessin_T
+ 70
+     0
+ 62
+     7
+  6
+CACHE
+370
+    -3
+390
+F
+347
+98
+348
+0
+  0
+LAYER
+  5
+6B67
+102
+{ACAD_XDICTIONARY
+360
+6B68
+102
+}
+330
+2
+100
+AcDbSymbolTableRecord
+100
+AcDbLayerTableRecord
+  2
+Piège froid
+ 70
+     0
+ 62
+   132
+  6
+CONTINU
+370
+    -3
+390
+F
+347
+98
+348
+0
+  0
+LAYER
+  5
+6B6E
+102
+{ACAD_XDICTIONARY
+360
+6B6F
+102
+}
+330
+2
+100
+AcDbSymbolTableRecord
+100
+AcDbLayerTableRecord
+  2
+Drain conducteur
+ 70
+     0
+ 62
+    30
+  6
+Continuous
+370
+    -3
+390
+F
+347
+98
+348
+0
+  0
+LAYER
+  5
+6B72
+330
+2
+100
+AcDbSymbolTableRecord
+100
+AcDbLayerTableRecord
+  2
+E_A_V
+ 70
+     0
+ 62
+   250
+  6
+MIXTE
+370
+    -3
+390
+F
+347
+98
+348
+0
+  0
+LAYER
+  5
+6B74
+330
+2
+100
+AcDbSymbolTableRecord
+100
+AcDbLayerTableRecord
+  2
+Support_Inox
+ 70
+     0
+ 62
+   181
+  6
+TIRET
+370
+    -3
+390
+F
+347
+98
+348
+0
+1001
+AcAecLayerStandard
+1000
+
+1000
+Support Inox pour Euclid
+  0
+LAYER
+  5
+6B77
+330
+2
+100
+AcDbSymbolTableRecord
+100
+AcDbLayerTableRecord
+  2
+Système RGA
+ 70
+     0
+ 62
+   114
+  6
+CONTINU
+370
+    -3
+390
+F
+347
+98
+348
+0
+1001
+AcAecLayerStandard
+1000
+
+1000
+
+  0
+LAYER
+  5
+100B5
+102
+{ACAD_XDICTIONARY
+360
+100B6
+102
+}
+330
+2
+100
+AcDbSymbolTableRecord
+100
+AcDbLayerTableRecord
+  2
+TRACE
+ 70
+     1
+ 62
+     4
+  6
+CONTINU
+370
+    -3
+390
+F
+347
+98
+348
+0
+  0
+LAYER
+  5
+100B7
+102
+{ACAD_XDICTIONARY
+360
+100B8
+102
+}
+330
+2
+100
+AcDbSymbolTableRecord
+100
+AcDbLayerTableRecord
+  2
+CARTOUCH
+ 70
+     0
+ 62
+     7
+  6
+CONTINU
+370
+    -3
+390
+F
+347
+98
+348
+0
+  0
+LAYER
+  5
+100B9
+102
+{ACAD_XDICTIONARY
+360
+100BA
+102
+}
+330
+2
+100
+AcDbSymbolTableRecord
+100
+AcDbLayerTableRecord
+  2
+HE_SYM
+ 70
+     0
+ 62
+    30
+  6
+CONTINU
+370
+    -3
+390
+F
+347
+98
+348
+0
+  0
+LAYER
+  5
+100BB
+102
+{ACAD_XDICTIONARY
+360
+100BC
+102
+}
+330
+2
+100
+AcDbSymbolTableRecord
+100
+AcDbLayerTableRecord
+  2
+HE_FLU
+ 70
+     0
+ 62
+    30
+  6
+CONTINU
+370
+    -3
+390
+F
+347
+98
+348
+0
+  0
+LAYER
+  5
+100BD
+102
+{ACAD_XDICTIONARY
+360
+100BE
+102
+}
+330
+2
+100
+AcDbSymbolTableRecord
+100
+AcDbLayerTableRecord
+  2
+HE_FLU_T
+ 70
+     0
+ 62
+    30
+  6
+TIRET
+370
+    -3
+390
+F
+347
+98
+348
+0
+  0
+LAYER
+  5
+100BF
+102
+{ACAD_XDICTIONARY
+360
+100C0
+102
+}
+330
+2
+100
+AcDbSymbolTableRecord
+100
+AcDbLayerTableRecord
+  2
+EAU_SYM
+ 70
+     0
+ 62
+     5
+  6
+CONTINU
+370
+    -3
+390
+F
+347
+98
+348
+0
+  0
+LAYER
+  5
+100C1
+102
+{ACAD_XDICTIONARY
+360
+100C2
+102
+}
+330
+2
+100
+AcDbSymbolTableRecord
+100
+AcDbLayerTableRecord
+  2
+Calque1
+ 70
+     0
+ 62
+    70
+  6
+CONTINU
+370
+    -3
+390
+F
+347
+98
+348
+0
+1001
+AcAecLayerStandard
+1000
+
+1000
+
+  0
+LAYER
+  5
+100C3
+102
+{ACAD_XDICTIONARY
+360
+100C4
+102
+}
+330
+2
+100
+AcDbSymbolTableRecord
+100
+AcDbLayerTableRecord
+  2
+ECRAN
+ 70
+     0
+ 62
+     7
+  6
+CACHE
+370
+    -3
+390
+F
+347
+98
+348
+0
+  0
+LAYER
+  5
+100C5
+102
+{ACAD_XDICTIONARY
+360
+100C6
+102
+}
+330
+2
+100
+AcDbSymbolTableRecord
+100
+AcDbLayerTableRecord
+  2
+N2_FLU
+ 70
+     0
+ 62
+     3
+  6
+CONTINU
+370
+    50
+390
+F
+347
+98
+348
+0
+  0
+LAYER
+  5
+135BA
+102
+{ACAD_XDICTIONARY
+360
+135BB
+102
+}
+330
+2
+100
+AcDbSymbolTableRecord
+100
+AcDbLayerTableRecord
+  2
+INST_T
+ 70
+     0
+ 62
+     7
+  6
+TIRET
+370
+    -3
+390
+F
+347
+98
+348
+0
+  0
+ENDTAB
+  0
+TABLE
+  2
+STYLE
+  5
+3
+330
+0
+100
+AcDbSymbolTable
+ 70
+     8
+  0
+STYLE
+  5
+11
+330
+3
+100
+AcDbSymbolTableRecord
+100
+AcDbTextStyleTableRecord
+  2
+Standard
+ 70
+     0
+ 40
+0.0
+ 41
+1.0
+ 50
+0.0
+ 71
+     0
+ 42
+0.2
+  3
+txt
+  4
+
+  0
+STYLE
+  5
+EF
+330
+3
+100
+AcDbSymbolTableRecord
+100
+AcDbTextStyleTableRecord
+  2
+DOM1
+ 70
+     0
+ 40
+10.0
+ 41
+1.0
+ 50
+0.0
+ 71
+     0
+ 42
+10.0
+  3
+GILLUBCD.TTF
+  4
+
+1001
+ACAD
+1000
+Gill Sans Ultra Bold Condensed
+1071
+       34
+  0
+STYLE
+  5
+F0
+330
+3
+100
+AcDbSymbolTableRecord
+100
+AcDbTextStyleTableRecord
+  2
+GRAS
+ 70
+     0
+ 40
+10.0
+ 41
+1.0
+ 50
+0.0
+ 71
+     0
+ 42
+10.0
+  3
+sanssb__.ttf
+  4
+
+1001
+ACAD
+1000
+SansSerif
+1071
+ 33554946
+  0
+STYLE
+  5
+3E9
+330
+3
+100
+AcDbSymbolTableRecord
+100
+AcDbTextStyleTableRecord
+  2
+SansSerif
+ 70
+     0
+ 40
+8.5
+ 41
+1.0
+ 50
+0.0
+ 71
+     0
+ 42
+8.5
+  3
+sanss___.ttf
+  4
+
+1001
+ACAD
+1000
+SansSerif
+1071
+      514
+  0
+STYLE
+  5
+442
+330
+3
+100
+AcDbSymbolTableRecord
+100
+AcDbTextStyleTableRecord
+  2
+STD
+ 70
+     0
+ 40
+0.0
+ 41
+1.0
+ 50
+0.0
+ 71
+     0
+ 42
+0.2
+  3
+SIMPLEX
+  4
+
+  0
+STYLE
+  5
+443
+330
+3
+100
+AcDbSymbolTableRecord
+100
+AcDbTextStyleTableRecord
+  2
+ROMANC
+ 70
+     0
+ 40
+1.0
+ 41
+1.0
+ 50
+0.0
+ 71
+     0
+ 42
+1.0
+  3
+romanc
+  4
+
+  0
+STYLE
+  5
+444
+330
+3
+100
+AcDbSymbolTableRecord
+100
+AcDbTextStyleTableRecord
+  2
+ROMANC8
+ 70
+     0
+ 40
+1.8
+ 41
+1.0
+ 50
+0.0
+ 71
+     0
+ 42
+2.0
+  3
+ROMANC8
+  4
+
+  0
+STYLE
+  5
+6508
+330
+3
+100
+AcDbSymbolTableRecord
+100
+AcDbTextStyleTableRecord
+  2
+FUTUROS
+ 70
+     0
+ 40
+0.0
+ 41
+0.5
+ 50
+0.0
+ 71
+     0
+ 42
+7.0
+  3
+simplex.shx
+  4
+
+  0
+ENDTAB
+  0
+TABLE
+  2
+VIEW
+  5
+6
+330
+0
+100
+AcDbSymbolTable
+ 70
+     1
+  0
+ENDTAB
+  0
+TABLE
+  2
+UCS
+  5
+7
+330
+0
+100
+AcDbSymbolTable
+ 70
+     0
+  0
+ENDTAB
+  0
+TABLE
+  2
+APPID
+  5
+9
+330
+0
+100
+AcDbSymbolTable
+ 70
+     6
+  0
+APPID
+  5
+12
+330
+9
+100
+AcDbSymbolTableRecord
+100
+AcDbRegAppTableRecord
+  2
+ACAD
+ 70
+     0
+  0
+APPID
+  5
+3E7
+330
+9
+100
+AcDbSymbolTableRecord
+100
+AcDbRegAppTableRecord
+  2
+ACAD_PSEXT
+ 70
+     0
+  0
+APPID
+  5
+43E
+330
+9
+100
+AcDbSymbolTableRecord
+100
+AcDbRegAppTableRecord
+  2
+AcAecLayerStandard
+ 70
+     0
+  0
+APPID
+  5
+A02
+330
+9
+100
+AcDbSymbolTableRecord
+100
+AcDbRegAppTableRecord
+  2
+ACAD_EXEMPT_FROM_CAD_STANDARDS
+ 70
+     0
+  0
+APPID
+  5
+A89
+330
+9
+100
+AcDbSymbolTableRecord
+100
+AcDbRegAppTableRecord
+  2
+ACAD_NAV_VCDISPLAY
+ 70
+     0
+  0
+APPID
+  5
+A8A
+330
+9
+100
+AcDbSymbolTableRecord
+100
+AcDbRegAppTableRecord
+  2
+ACAD_MLEADERVER
+ 70
+     0
+  0
+ENDTAB
+  0
+TABLE
+  2
+DIMSTYLE
+  5
+A
+330
+0
+100
+AcDbSymbolTable
+ 70
+     2
+100
+AcDbDimStyleTable
+ 71
+     1
+340
+27
+  0
+DIMSTYLE
+105
+27
+330
+A
+100
+AcDbSymbolTableRecord
+100
+AcDbDimStyleTableRecord
+  2
+Standard
+ 70
+     0
+340
+11
+  0
+DIMSTYLE
+105
+3E5
+330
+A
+100
+AcDbSymbolTableRecord
+100
+AcDbDimStyleTableRecord
+  2
+ISO-25
+ 70
+     0
+ 41
+2.5
+ 42
+0.6
+ 43
+3.799999999999998
+ 44
+1.3
+ 73
+     0
+ 74
+     0
+ 77
+     1
+ 78
+     8
+140
+2.5
+141
+2.5
+143
+0.0
+147
+0.6
+171
+     3
+172
+     1
+271
+     2
+272
+     2
+274
+     3
+278
+    44
+283
+     0
+284
+     8
+340
+11
+  0
+ENDTAB
+  0
+TABLE
+  2
+BLOCK_RECORD
+  5
+1
+330
+0
+100
+AcDbSymbolTable
+ 70
+   109
+  0
+BLOCK_RECORD
+  5
+1F
+102
+{ACAD_XDICTIONARY
+360
+178B
+102
+}
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+*Model_Space
+340
+22
+ 70
+     0
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+58
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+*Paper_Space
+340
+59
+ 70
+     0
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+5D
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+*Paper_Space0
+340
+5E
+ 70
+     0
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+121
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+Valnum
+340
+0
+102
+{BLKREFS
+331
+B424
+331
+C873
+331
+E48E
+331
+130BD
+331
+130E5
+331
+14AA2
+331
+15046
+331
+16E9E
+331
+18B66
+331
+1BD8D
+331
+1BE33
+331
+1BE40
+331
+1BE83
+331
+1BEA4
+331
+1BEB1
+331
+1BEC2
+331
+1BECF
+331
+1BEDD
+331
+1BEEB
+331
+1BEF8
+331
+1BF09
+331
+1BF16
+331
+1BF24
+331
+1BF33
+331
+1BF41
+331
+1BF4D
+331
+1BF5A
+331
+1BF6E
+331
+1BF7C
+331
+1BF89
+331
+1C00A
+331
+1C018
+331
+1C025
+331
+1C032
+331
+1C03F
+331
+1C04C
+331
+1C059
+331
+1C066
+331
+1C073
+331
+1C43F
+331
+1C476
+331
+1C483
+331
+1D317
+331
+1D49C
+331
+1D999
+331
+1DF5A
+331
+1DF87
+331
+1E378
+331
+1F28E
+331
+1FCC1
+331
+1FCC8
+331
+1FCCF
+331
+1FCD6
+102
+}
+ 70
+     0
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+169
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+Jbutton
+340
+0
+102
+{BLKREFS
+331
+9918
+331
+9A92
+331
+9C51
+331
+9CE2
+331
+EF4D
+331
+130D0
+331
+130DA
+331
+13172
+331
+14EDE
+331
+14EE8
+331
+17A2B
+331
+1C8F1
+331
+1EFC7
+331
+1EFD1
+331
+1F00E
+331
+1F018
+331
+1F024
+331
+1F02E
+331
+1F038
+331
+1F042
+331
+1F04C
+331
+1FE52
+102
+}
+ 70
+     0
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+38A
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+bouton
+340
+0
+102
+{BLKREFS
+331
+AEA7
+331
+1308E
+102
+}
+ 70
+     0
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+489
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+ILOC
+340
+0
+102
+{BLKREFS
+331
+143DD
+102
+}
+ 70
+     0
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+48C
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+IL
+340
+0
+102
+{BLKREFS
+331
+48B
+331
+C7EA
+331
+13348
+102
+}
+ 70
+     0
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+495
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+POINT
+340
+0
+ 70
+     0
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+49E
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+FLP
+340
+0
+310
+280000002000000020000000010004000000000000020000000000000000000000000000000000000000000000008000008000000080800080000000800080008080000080808000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+310
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0000FFFFFFFF
+310
+FFFFFFFFFFFFFFFFFFFF00000000FFFFFFFFFFFFFFFFFFFFFFFF000000000000FFFFFFFFFFFFFFFFFFFF0000000000000000FFFFFFFFFFFFFFFF00000000000000000000FFFFFFFFFFFF000000000000000000000000FFFFFFFF0000000000000000000000000000FFFF0000000000000000000000000000000F0000000000
+310
+000000000000000000FFFF000000000000000000000000FFFFFFFF00000000000000000000FFFFFFFFFFFF0000000000000000FFFFFFFFFFFFFFFF000000000000FFFFFFFFFFFFFFFFFFFF00000000FFFFFFFFFFFFFFFFFFFFFFFF0000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+310
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+102
+{BLKREFS
+331
+143D5
+331
+143F2
+331
+14401
+331
+1440F
+331
+14420
+331
+1448B
+331
+14496
+331
+144B8
+102
+}
+ 70
+     0
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+4FD
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+RECH
+340
+0
+102
+{BLKREFS
+331
+1BD25
+102
+}
+ 70
+     0
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+550
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+S_POINT1
+340
+0
+310
+2800000020000000200000000100040000000000000200000000000000000000000000000000000000000000000080000080000000808000800000008000800080800000C0C0C000808080000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0
+310
+0000FFFFFFFFFFFFFFFFFFFFFF000000000000000FFFFFFFFFFFFFFFF00000000000000000FFFFFFFFFFFFFF0000000000000000000FFFFFFFFFFFF000000000000000000000FFFFFFFFFF00000000000000000000000FFFFFFFF0000000000000000000000000FFFFFF000000000000000000000000000FFFFF0000000000
+310
+00000000000000000FFFFF0000000000000000000000000000FFF00000000000000000000000000000FFF00000000000000000000000000000FFF00000000000000000000000000000FFF000000000000000000000000000000F0000000000000000000000000000000F0000000000000000FFFFFFFFFFFFFFFF0000000000
+310
+000000000000000000000FF00000000000000000000000000000FFF00000000000000000000000000000FFF00000000000000000000000000000FFF00000000000000000000000000000FFFF000000000000000000000000000FFFFF000000000000000000000000000FFFFFF0000000000000000000000000FFFFFFFF0000
+310
+0000000000000000000FFFFFFFFFF000000000000000000000FFFFFFFFFFFF0000000000000000000FFFFFFFFFFFFFF00000000000000000FFFFFFFFFFFFFFFF000000000000000FFFFFFFFFFFFFFFFFFFF0000000000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+102
+{BLKREFS
+331
+14432
+331
+144D2
+331
+144D3
+331
+144D4
+331
+144D5
+102
+}
+ 70
+     0
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+562
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+S_FLECHE
+340
+0
+102
+{BLKREFS
+331
+143F7
+331
+14428
+331
+14429
+331
+14433
+331
+14454
+331
+14458
+331
+1445C
+331
+14470
+331
+14471
+331
+14482
+331
+144AA
+331
+144B0
+102
+}
+ 70
+     0
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+5A3
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+S_VDPNEU
+340
+0
+102
+{BLKREFS
+331
+143D0
+331
+143D1
+331
+143E9
+331
+143EA
+331
+14456
+331
+144A2
+331
+144A4
+331
+144BE
+102
+}
+ 70
+     0
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+9F7
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+Chaufferette
+340
+0
+ 70
+     4
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+A42
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+Equtor
+340
+0
+102
+{BLKREFS
+331
+A5E
+331
+167A8
+331
+16EAA
+331
+1C099
+331
+1D15B
+331
+1D175
+331
+1D18F
+331
+1D1A9
+331
+1DB27
+331
+1DB6C
+331
+1E0F5
+331
+1EBE5
+102
+}
+ 70
+     0
+280
+     1
+281
+     0
+1001
+ACAD
+1000
+DesignCenter Data
+1002
+{
+1070
+     1
+1070
+     0
+1002
+}
+  0
+BLOCK_RECORD
+  5
+A4E
+102
+{ACAD_XDICTIONARY
+360
+A4F
+102
+}
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+A$C5C615966
+340
+0
+ 70
+     0
+280
+     1
+281
+     0
+1001
+ACAD
+1000
+DesignCenter Data
+1002
+{
+1070
+     1
+1070
+     0
+1002
+}
+  0
+BLOCK_RECORD
+  5
+A69
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+palet
+340
+0
+102
+{BLKREFS
+331
+9F52
+331
+D3DF
+331
+D3E5
+331
+F13E
+331
+F144
+331
+130B0
+331
+130B6
+331
+130F1
+331
+130F7
+331
+15052
+331
+15058
+331
+17688
+331
+17713
+331
+1949C
+331
+1963C
+331
+1BDAC
+331
+1BDB4
+331
+1BDCF
+331
+1BDEA
+331
+1BE15
+331
+1BFA8
+331
+1BFBE
+331
+1BFD3
+331
+1BFE8
+331
+1BFFD
+331
+1C003
+331
+1C0A6
+331
+1C0AC
+331
+1C0B2
+331
+1C172
+331
+1C178
+331
+1C17E
+331
+1C184
+331
+1C18A
+331
+1C19B
+331
+1C1A2
+331
+1C1C3
+331
+1C216
+331
+1C224
+331
+1C230
+331
+1C24C
+331
+1C252
+331
+1C258
+331
+1C25E
+331
+1C292
+331
+1C2CD
+331
+1C2D3
+331
+1C2D9
+331
+1C2DF
+331
+1C3BB
+331
+1C3C5
+331
+1C3CB
+331
+1C4A3
+331
+1C4AF
+331
+1C4B5
+331
+1C515
+331
+1C52D
+331
+1C53F
+331
+1C591
+331
+1CE6C
+331
+1CFAE
+331
+1D0B8
+331
+1D22D
+331
+1D23F
+331
+1D251
+331
+1D258
+102
+}
+ 70
+     0
+280
+     1
+281
+     0
+1001
+ACAD
+1000
+DesignCenter Data
+1002
+{
+1070
+     1
+1070
+     0
+1002
+}
+  0
+BLOCK_RECORD
+  5
+A74
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+Vanne booléenne
+340
+0
+ 70
+     4
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+AF9
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+Vanne manuelle
+340
+0
+102
+{BLKREFS
+331
+1BCF6
+331
+1BCF7
+331
+1BD18
+331
+1BD3F
+331
+1BD41
+331
+1BD46
+331
+1BD47
+331
+1BD69
+331
+1BD6A
+331
+1BD6F
+331
+1BD70
+331
+1BD77
+331
+1BD78
+331
+1BD7D
+331
+1BD7E
+331
+1BE05
+331
+1BE06
+331
+1BE0B
+331
+1BE0C
+102
+}
+ 70
+     4
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+1021
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+Capteur analogique
+340
+0
+ 70
+     4
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+1426
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+Capteur de température
+340
+0
+102
+{BLKREFS
+331
+1BCFC
+331
+1BD00
+331
+1BD05
+331
+1BD28
+331
+1BD2A
+331
+1BD2C
+331
+1BD68
+331
+1BEDB
+331
+1BEE9
+331
+1BF22
+331
+1BF31
+331
+1BF6A
+331
+1C016
+331
+1C363
+102
+}
+ 70
+     4
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+2375
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+Rectangle
+340
+0
+ 70
+     0
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+35C3
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+Vanne booléenne 3 voies
+340
+0
+ 70
+     0
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+41D9
+102
+{ACAD_XDICTIONARY
+360
+41DB
+102
+}
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+A$C5BB60AC7
+340
+0
+ 70
+     1
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+9917
+102
+{ACAD_XDICTIONARY
+360
+9922
+102
+}
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+A$C55953CF7
+340
+0
+ 70
+     1
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+9A91
+102
+{ACAD_XDICTIONARY
+360
+9A9C
+102
+}
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+A$C3E555B74
+340
+0
+ 70
+     0
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+9C50
+102
+{ACAD_XDICTIONARY
+360
+9C5B
+102
+}
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+A$C15946F93
+340
+0
+ 70
+     1
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+9CE1
+102
+{ACAD_XDICTIONARY
+360
+9CEC
+102
+}
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+A$C212C1499
+340
+0
+ 70
+     1
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+9F51
+102
+{ACAD_XDICTIONARY
+360
+9F58
+102
+}
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+A$C07E1678B
+340
+0
+ 70
+     1
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+AEA2
+102
+{ACAD_XDICTIONARY
+360
+AEB1
+102
+}
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+A$C2F5C0FD1
+340
+0
+ 70
+     1
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+B423
+102
+{ACAD_XDICTIONARY
+360
+B42E
+102
+}
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+A$C1E1F2580
+340
+0
+ 70
+     1
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+BD91
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+Disque
+340
+0
+102
+{BLKREFS
+331
+1DD14
+331
+1DD2A
+331
+1DD40
+331
+1DD56
+331
+1FF66
+331
+1FF7C
+331
+1FF85
+331
+1FF9F
+331
+1FFB5
+331
+1FFCB
+331
+1FFE1
+102
+}
+ 70
+     0
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+BFA0
+102
+{ACAD_XDICTIONARY
+360
+BFA2
+102
+}
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+A$C687C57C3
+340
+0
+ 70
+     1
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+BFCE
+102
+{ACAD_XDICTIONARY
+360
+BFD0
+102
+}
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+A$C51B45B14
+340
+0
+ 70
+     1
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+C02B
+102
+{ACAD_XDICTIONARY
+360
+C02D
+102
+}
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+A$C4BC54F4F
+340
+0
+ 70
+     1
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+C0E5
+102
+{ACAD_XDICTIONARY
+360
+C0E7
+102
+}
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+A$C1C7E18F9
+340
+0
+ 70
+     1
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+C4BF
+102
+{ACAD_XDICTIONARY
+360
+C4C3
+102
+}
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+A$C75186B83
+340
+0
+ 70
+     1
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+C4EA
+102
+{ACAD_XDICTIONARY
+360
+C4EC
+102
+}
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+A$C1C916803
+340
+0
+ 70
+     1
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+C7DE
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+S_VDREGU
+340
+0
+102
+{BLKREFS
+331
+C7ED
+102
+}
+ 70
+     0
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+C7E9
+102
+{ACAD_XDICTIONARY
+360
+C7F2
+102
+}
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+A$C2C5646EA
+340
+0
+ 70
+     4
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+C86A
+102
+{ACAD_XDICTIONARY
+360
+C878
+102
+}
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+A$C61E9592C
+340
+0
+ 70
+     1
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+C97E
+102
+{ACAD_XDICTIONARY
+360
+C980
+102
+}
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+A$C08034BA2
+340
+0
+ 70
+     1
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+CA69
+102
+{ACAD_XDICTIONARY
+360
+CA6B
+102
+}
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+A$C4AEE3746
+340
+0
+ 70
+     1
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+D022
+102
+{ACAD_XDICTIONARY
+360
+D024
+102
+}
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+A$C4718551B
+340
+0
+ 70
+     1
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+D376
+102
+{ACAD_XDICTIONARY
+360
+D3EB
+102
+}
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+A$C4B4B37A6
+340
+0
+ 70
+     1
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+DC17
+102
+{ACAD_XDICTIONARY
+360
+DC19
+102
+}
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+A$C37C01819
+340
+0
+ 70
+     1
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+E48C
+102
+{ACAD_XDICTIONARY
+360
+E493
+102
+}
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+A$C35F31F96
+340
+0
+ 70
+     1
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+EF4C
+102
+{ACAD_XDICTIONARY
+360
+EF57
+102
+}
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+A$C15380ECB
+340
+0
+ 70
+     1
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+F0D5
+102
+{ACAD_XDICTIONARY
+360
+F14A
+102
+}
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+A$C29346BCE
+340
+0
+ 70
+     1
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+F9F9
+102
+{ACAD_XDICTIONARY
+360
+F9FB
+102
+}
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+A$C142D2CB3
+340
+0
+ 70
+     1
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+FCF7
+102
+{ACAD_XDICTIONARY
+360
+FCF9
+102
+}
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+A$C7C652EFC
+340
+0
+ 70
+     1
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+10069
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+S_RCHELE
+340
+0
+102
+{BLKREFS
+331
+12EEA
+331
+12F87
+331
+143C0
+331
+14407
+331
+14415
+331
+1448D
+102
+}
+ 70
+     0
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+10071
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+S_SOUPDR
+340
+0
+102
+{BLKREFS
+331
+12EE9
+331
+13001
+331
+1300F
+331
+143D9
+331
+14417
+331
+14434
+331
+14492
+331
+144AB
+331
+144B1
+331
+144B3
+102
+}
+ 70
+     0
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+1007C
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+VM
+340
+0
+ 70
+     0
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+10085
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+S_VDRPOS
+340
+0
+102
+{BLKREFS
+331
+143E5
+331
+14403
+331
+14419
+331
+14494
+102
+}
+ 70
+     0
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+10092
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+AR
+340
+0
+ 70
+     0
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+10099
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+FLP1
+340
+0
+102
+{BLKREFS
+331
+10097
+102
+}
+ 70
+     0
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+1009D
+102
+{ACAD_XDICTIONARY
+360
+1009E
+102
+}
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+A$C431521BD
+340
+0
+102
+{BLKREFS
+331
+143FE
+331
+1444F
+102
+}
+ 70
+     0
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+100B1
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+TT
+340
+0
+ 70
+     0
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+10AED
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+Icone
+340
+0
+ 70
+     0
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+10E26
+102
+{ACAD_XDICTIONARY
+360
+10E28
+102
+}
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+A$C16066308
+340
+0
+ 70
+     1
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+113E8
+102
+{ACAD_XDICTIONARY
+360
+113EA
+102
+}
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+A$C0F4C0ACB
+340
+0
+ 70
+     1
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+1142D
+102
+{ACAD_XDICTIONARY
+360
+1142F
+102
+}
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+A$C71774491
+340
+0
+ 70
+     1
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+1157E
+102
+{ACAD_XDICTIONARY
+360
+11580
+102
+}
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+A$C00C705AD
+340
+0
+ 70
+     1
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+11947
+102
+{ACAD_XDICTIONARY
+360
+11949
+102
+}
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+A$C0C1B25E7
+340
+0
+ 70
+     1
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+11965
+102
+{ACAD_XDICTIONARY
+360
+11967
+102
+}
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+A$C24203B1B
+340
+0
+ 70
+     1
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+11E3A
+102
+{ACAD_XDICTIONARY
+360
+11E4E
+102
+}
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+A$C72F02782
+340
+0
+ 70
+     1
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+123E7
+102
+{ACAD_XDICTIONARY
+360
+123E9
+102
+}
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+A$C03946768
+340
+0
+ 70
+     1
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+12455
+102
+{ACAD_XDICTIONARY
+360
+12457
+102
+}
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+A$C2F474CB2
+340
+0
+ 70
+     1
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+12EE4
+102
+{ACAD_XDICTIONARY
+360
+131BB
+102
+}
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+A$C5BA24769
+340
+0
+ 70
+     1
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+13333
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+S_VREGLM
+340
+0
+102
+{BLKREFS
+331
+1440D
+102
+}
+ 70
+     0
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+1333D
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+S_VDMANU
+340
+0
+102
+{BLKREFS
+331
+1441F
+331
+14423
+331
+1449A
+331
+1449C
+331
+1449E
+102
+}
+ 70
+     0
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+13346
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+S_INSLO1
+340
+0
+102
+{BLKREFS
+331
+14439
+331
+1443D
+331
+14440
+102
+}
+ 70
+     0
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+1334A
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+S_DSKRUP
+340
+0
+102
+{BLKREFS
+331
+14435
+102
+}
+ 70
+     0
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+135A9
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+S_DEVERS
+340
+0
+102
+{BLKREFS
+331
+144BF
+102
+}
+ 70
+     0
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+1415E
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+*X74
+340
+0
+102
+{BLKREFS
+331
+1444A
+102
+}
+ 70
+     0
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+143B2
+102
+{ACAD_XDICTIONARY
+360
+144D6
+102
+}
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+A$C159B3471
+340
+0
+ 70
+     1
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+145FE
+102
+{ACAD_XDICTIONARY
+360
+14612
+102
+}
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+A$C44E706FD
+340
+0
+ 70
+     1
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+14AA0
+102
+{ACAD_XDICTIONARY
+360
+14AAE
+102
+}
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+A$C5E240795
+340
+0
+ 70
+     1
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+14BA4
+102
+{ACAD_XDICTIONARY
+360
+14BA6
+102
+}
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+A$C2FEC580A
+340
+0
+ 70
+     1
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+14D9E
+102
+{ACAD_XDICTIONARY
+360
+14DA3
+102
+}
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+A$C20CD1C14
+340
+0
+ 70
+     1
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+14ED6
+102
+{ACAD_XDICTIONARY
+360
+14EF2
+102
+}
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+A$C21934436
+340
+0
+ 70
+     1
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+15007
+102
+{ACAD_XDICTIONARY
+360
+1505E
+102
+}
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+A$C5244044D
+340
+0
+ 70
+     1
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+15E4D
+102
+{ACAD_XDICTIONARY
+360
+15E4F
+102
+}
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+A$C37611931
+340
+0
+ 70
+     1
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+1679E
+102
+{ACAD_XDICTIONARY
+360
+167B3
+102
+}
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+A$C794D45F8
+340
+0
+ 70
+     1
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+16E9C
+102
+{ACAD_XDICTIONARY
+360
+16EB4
+102
+}
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+A$C7D117141
+340
+0
+ 70
+     1
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+173BD
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+Bargraphe
+340
+0
+ 70
+     0
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+17687
+102
+{ACAD_XDICTIONARY
+360
+1768E
+102
+}
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+A$C74052F46
+340
+0
+ 70
+     1
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+17712
+102
+{ACAD_XDICTIONARY
+360
+17719
+102
+}
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+A$C17580B20
+340
+0
+ 70
+     1
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+17A2A
+102
+{ACAD_XDICTIONARY
+360
+17A35
+102
+}
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+A$C2B4178E8
+340
+0
+ 70
+     1
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+17B7D
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+VR
+340
+0
+ 70
+     0
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+18B64
+102
+{ACAD_XDICTIONARY
+360
+18B72
+102
+}
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+A$C6C27455B
+340
+0
+ 70
+     1
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+18D8A
+102
+{ACAD_XDICTIONARY
+360
+18D97
+102
+}
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+A$C2D1E65A0
+340
+0
+ 70
+     1
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+18E21
+102
+{ACAD_XDICTIONARY
+360
+18E2E
+102
+}
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+A$C49107310
+340
+0
+ 70
+     1
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+193CB
+102
+{ACAD_XDICTIONARY
+360
+193D8
+102
+}
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+A$C1F504396
+340
+0
+ 70
+     1
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+1949B
+102
+{ACAD_XDICTIONARY
+360
+194A2
+102
+}
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+A$C43DE0D95
+340
+0
+ 70
+     1
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+1963B
+102
+{ACAD_XDICTIONARY
+360
+19642
+102
+}
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+A$C362F21FD
+340
+0
+ 70
+     1
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+1C8F0
+102
+{ACAD_XDICTIONARY
+360
+1C8FB
+102
+}
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+A$C51B40AF2
+340
+0
+ 70
+     1
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+1D257
+102
+{ACAD_XDICTIONARY
+360
+1D25E
+102
+}
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+A$C155B547D
+340
+0
+ 70
+     1
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+1D49A
+102
+{ACAD_XDICTIONARY
+360
+1D4A7
+102
+}
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+A$C6C1E6C64
+340
+0
+ 70
+     1
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+1E0F4
+102
+{ACAD_XDICTIONARY
+360
+1E0FF
+102
+}
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+A$C012C35F8
+340
+0
+ 70
+     1
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+1E377
+102
+{ACAD_XDICTIONARY
+360
+1E37E
+102
+}
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+A$C79D408B4
+340
+0
+ 70
+     1
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+1FF84
+102
+{ACAD_XDICTIONARY
+360
+1FF8D
+102
+}
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+A$C5F4C6C30
+340
+0
+ 70
+     1
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+205F5
+102
+{ACAD_XDICTIONARY
+360
+205F9
+102
+}
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+A$C31F64B1C
+340
+0
+ 70
+     1
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+20771
+102
+{ACAD_XDICTIONARY
+360
+20773
+102
+}
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+A$C216501EB
+340
+0
+ 70
+     1
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+207FE
+102
+{ACAD_XDICTIONARY
+360
+20800
+102
+}
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+A$C21931DE8
+340
+0
+ 70
+     1
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+20826
+102
+{ACAD_XDICTIONARY
+360
+20828
+102
+}
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+A$C1E5E3044
+340
+0
+ 70
+     1
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+2084A
+102
+{ACAD_XDICTIONARY
+360
+20854
+102
+}
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+A$C6AAA772F
+340
+0
+ 70
+     1
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+20862
+102
+{ACAD_XDICTIONARY
+360
+20867
+102
+}
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+A$C2DD726CF
+340
+0
+ 70
+     1
+280
+     1
+281
+     0
+  0
+ENDTAB
+  0
+ENDSEC
+  0
+SECTION
+  2
+BLOCKS
+  0
+BLOCK
+  5
+20
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+*Model_Space
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+*Model_Space
+  1
+*Model_Space
+  0
+ENDBLK
+  5
+21
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+5A
+330
+58
+100
+AcDbEntity
+ 67
+     1
+  8
+0
+100
+AcDbBlockBegin
+  2
+*Paper_Space
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+*Paper_Space
+  1
+*Paper_Space
+  0
+ENDBLK
+  5
+5B
+330
+58
+100
+AcDbEntity
+ 67
+     1
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+5F
+330
+5D
+100
+AcDbEntity
+ 67
+     1
+  8
+0
+100
+AcDbBlockBegin
+  2
+*Paper_Space0
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+*Paper_Space0
+  1
+*Paper_Space0
+  0
+VIEWPORT
+  5
+9C12
+330
+5D
+100
+AcDbEntity
+ 67
+     1
+  8
+0
+100
+AcDbViewport
+ 10
+5.25
+ 20
+3.5
+ 30
+0.0
+ 40
+12.6
+ 41
+8.4
+ 68
+     0
+ 69
+     0
+ 12
+5.25
+ 22
+3.5
+ 13
+0.0
+ 23
+0.0
+ 14
+0.5
+ 24
+0.5
+ 15
+0.0
+ 25
+0.0
+ 16
+0.0
+ 26
+0.0
+ 36
+1.0
+ 17
+0.0
+ 27
+0.0
+ 37
+0.0
+ 42
+50.0
+ 43
+0.0
+ 44
+0.0
+ 45
+8.4
+ 50
+0.0
+ 51
+0.0
+ 72
+   100
+ 90
+   557152
+  1
+
+281
+     0
+ 71
+     1
+ 74
+     0
+110
+0.0
+120
+0.0
+130
+0.0
+111
+1.0
+121
+0.0
+131
+0.0
+112
+0.0
+122
+1.0
+132
+0.0
+ 79
+     0
+146
+0.0
+170
+     0
+ 61
+     5
+292
+     1
+282
+     1
+141
+0.0
+142
+0.0
+ 63
+   250
+421
+  3355443
+361
+9C14
+  0
+VIEWPORT
+  5
+9C13
+330
+5D
+100
+AcDbEntity
+ 67
+     1
+  8
+0
+100
+AcDbViewport
+ 10
+5.25
+ 20
+3.5
+ 30
+0.0
+ 40
+8.4
+ 41
+5.599999999999998
+ 68
+     0
+ 69
+     0
+ 12
+808.0537415198476
+ 22
+468.0118961873636
+ 13
+0.0
+ 23
+0.0
+ 14
+0.5
+ 24
+0.5
+ 15
+0.0
+ 25
+0.0
+ 16
+0.0
+ 26
+0.0
+ 36
+1.0
+ 17
+0.0
+ 27
+0.0
+ 37
+0.0
+ 42
+50.0
+ 43
+0.0
+ 44
+0.0
+ 45
+1098.95300753995
+ 50
+0.0
+ 51
+0.0
+ 72
+   100
+ 90
+   557152
+  1
+
+281
+     0
+ 71
+     1
+ 74
+     0
+110
+0.0
+120
+0.0
+130
+0.0
+111
+1.0
+121
+0.0
+131
+0.0
+112
+0.0
+122
+1.0
+132
+0.0
+ 79
+     0
+146
+0.0
+170
+     0
+ 61
+     5
+292
+     1
+282
+     1
+141
+0.0
+142
+0.0
+ 63
+   250
+421
+  3355443
+  0
+ENDBLK
+  5
+60
+330
+5D
+100
+AcDbEntity
+ 67
+     1
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+122
+330
+121
+100
+AcDbEntity
+  8
+0
+ 62
+   255
+370
+     0
+100
+AcDbBlockBegin
+  2
+Valnum
+ 70
+     2
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+Valnum
+  1
+Valnum
+  0
+ATTDEF
+  5
+123
+330
+121
+100
+AcDbEntity
+  8
+IMG027
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+44.0
+ 20
+0.0
+ 30
+0.0
+ 40
+8.0
+  1
+TTxxx
+  7
+DOM1
+100
+AcDbAttributeDefinition
+280
+     0
+  3
+Nom 
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTDEF
+  5
+124
+330
+121
+100
+AcDbEntity
+  8
+IMG027
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+44.0
+ 20
+0.0
+ 30
+0.0
+ 40
+8.0
+  1
+14
+  7
+DOM1
+100
+AcDbAttributeDefinition
+280
+     0
+  3
+Coul(0=N,1=Blu,2=V,3=Cy,4=R,5=M,6=Br,7=G-c,8=G-f,9=Bl-c,10=V-c,11=Cy-c,12=R-c,13=M-c,14=J,15=Blc)
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTDEF
+  5
+125
+330
+121
+100
+AcDbEntity
+  8
+IMG027
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+44.0
+ 20
+0.0
+ 30
+0.0
+ 40
+8.0
+  1
+0
+  7
+DOM1
+100
+AcDbAttributeDefinition
+280
+     0
+  3
+Coulf(0=N,1=Blu,2=V,3=Cy,4=R,5=M,6=Br,7=G-c,8=G-f,9=Bl-c,10=V-c,11=Cy-c,12=R-c,13=M-c,14=J,15=Blc)
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+TEXT
+  5
+126
+330
+121
+100
+AcDbEntity
+  8
+IMG028
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+ 40
+8.0
+  1
+999.99
+  7
+DOM1
+100
+AcDbText
+  0
+ENDBLK
+  5
+127
+330
+121
+100
+AcDbEntity
+  8
+0
+ 62
+   255
+370
+     0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+16A
+330
+169
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+Jbutton
+ 70
+     2
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+Jbutton
+  1
+Jbutton
+  0
+ATTDEF
+  5
+16B
+330
+169
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+ 40
+0.1
+  1
+MEM=1
+  7
+DOM1
+100
+AcDbAttributeDefinition
+280
+     0
+  3
+Commande ou nom  MACRO
+  2
+COMMANDE
+ 70
+     1
+280
+     0
+  0
+ATTDEF
+  5
+16C
+330
+169
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+ 40
+0.1
+  1
+
+  7
+DOM1
+100
+AcDbAttributeDefinition
+280
+     0
+  3
+Nom var état bouton(ou rien)
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTDEF
+  5
+16D
+330
+169
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+ 40
+0.1
+  1
+10
+  7
+DOM1
+100
+AcDbAttributeDefinition
+280
+     0
+  3
+Coul1(0=N,1=Blu,2=V,3=Cy,4=R,5=M,6=Br,7=G-c,8=G-f,9=Bl-c,10=V-c,11=Cy-c,12=R-c,13=M-c,14=J,15=Blc)
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTDEF
+  5
+16E
+330
+169
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+ 40
+0.1
+  1
+7
+  7
+DOM1
+100
+AcDbAttributeDefinition
+280
+     0
+  3
+Coul0(0=N,1=Blu,2=V,3=Cy,4=R,5=M,6=Br,7=G-c,8=G-f,9=Bl-c,10=V-c,11=Cy-c,12=R-c,13=M-c,14=J,15=Blc)
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTDEF
+  5
+16F
+330
+169
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+ 40
+0.1
+  1
+1
+  7
+DOM1
+100
+AcDbAttributeDefinition
+280
+     0
+  3
+Confirm Commande (OUI=1 NON=0)
+  2
+CONFIRM
+ 70
+     1
+280
+     0
+  0
+ATTDEF
+  5
+170
+330
+169
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+ 40
+0.1
+  1
+
+  7
+DOM1
+100
+AcDbAttributeDefinition
+280
+     0
+  3
+MSG TO SET 1
+  2
+MSG-1
+ 70
+     1
+280
+     0
+  0
+ATTDEF
+  5
+171
+330
+169
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+ 40
+0.1
+  1
+
+  7
+DOM1
+100
+AcDbAttributeDefinition
+280
+     0
+  3
+MSG TO SET 0
+  2
+MSG-0
+ 70
+     1
+280
+     0
+  0
+ATTDEF
+  5
+172
+330
+169
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+ 40
+0.1
+  1
+
+  7
+DOM1
+100
+AcDbAttributeDefinition
+280
+     0
+  3
+Texte
+  2
+TEXTE
+ 70
+     1
+280
+     0
+  0
+SOLID
+  5
+173
+330
+169
+100
+AcDbEntity
+  8
+IMG009
+ 62
+     9
+100
+AcDbTrace
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+ 11
+1.0
+ 21
+0.0
+ 31
+0.0
+ 12
+0.0
+ 22
+1.0
+ 32
+0.0
+ 13
+1.0
+ 23
+1.0
+ 33
+0.0
+  0
+SOLID
+  5
+174
+330
+169
+100
+AcDbEntity
+  8
+IMG134
+ 62
+   134
+100
+AcDbTrace
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+ 11
+0.0
+ 21
+1.0
+ 31
+0.0
+ 12
+1.0
+ 22
+0.0
+ 32
+0.0
+ 13
+1.0
+ 23
+1.0
+ 33
+0.0
+  0
+ENDBLK
+  5
+175
+330
+169
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+3D1
+330
+38A
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+bouton
+ 70
+     2
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+bouton
+  1
+bouton
+  0
+ATTDEF
+  5
+3C8
+330
+38A
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+ 40
+0.1
+  1
+MEM=1
+  7
+DOM1
+100
+AcDbAttributeDefinition
+280
+     0
+  3
+Commande ou nom  MACRO
+  2
+COMMANDE
+ 70
+     1
+280
+     0
+  0
+ATTDEF
+  5
+3C9
+330
+38A
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+ 40
+0.1
+  1
+
+  7
+DOM1
+100
+AcDbAttributeDefinition
+280
+     0
+  3
+Nom var état bouton(ou rien)
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTDEF
+  5
+3CA
+330
+38A
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+ 40
+0.1
+  1
+
+  7
+DOM1
+100
+AcDbAttributeDefinition
+280
+     0
+  3
+Coul à commut(16 à 255)
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTDEF
+  5
+3CB
+330
+38A
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+ 40
+0.1
+  1
+10
+  7
+DOM1
+100
+AcDbAttributeDefinition
+280
+     0
+  3
+Coul1(0=N,1=Blu,2=V,3=Cy,4=R,5=M,6=Br,7=G-c,8=G-f,9=Bl-c,10=V-c,11=Cy-c,12=R-c,13=M-c,14=J,15=Blc)
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTDEF
+  5
+3CC
+330
+38A
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+ 40
+0.1
+  1
+7
+  7
+DOM1
+100
+AcDbAttributeDefinition
+280
+     0
+  3
+Coul0(0=N,1=Blu,2=V,3=Cy,4=R,5=M,6=Br,7=G-c,8=G-f,9=Bl-c,10=V-c,11=Cy-c,12=R-c,13=M-c,14=J,15=Blc)
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTDEF
+  5
+3CD
+330
+38A
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+ 40
+0.1
+  1
+
+  7
+DOM1
+100
+AcDbAttributeDefinition
+280
+     0
+  3
+Message pour mise à 1
+  2
+MSG-1
+ 70
+     1
+280
+     0
+  0
+ATTDEF
+  5
+3CE
+330
+38A
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+ 40
+0.1
+  1
+
+  7
+DOM1
+100
+AcDbAttributeDefinition
+280
+     0
+  3
+Message pour mise à 0
+  2
+MSG-0
+ 70
+     1
+280
+     0
+  0
+SOLID
+  5
+3CF
+330
+38A
+100
+AcDbEntity
+  8
+IMG009
+ 62
+     9
+100
+AcDbTrace
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+ 11
+1.0
+ 21
+0.0
+ 31
+0.0
+ 12
+0.0
+ 22
+1.0
+ 32
+0.0
+ 13
+1.0
+ 23
+1.0
+ 33
+0.0
+  0
+SOLID
+  5
+3D0
+330
+38A
+100
+AcDbEntity
+  8
+IMG134
+ 62
+   134
+100
+AcDbTrace
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+ 11
+0.0
+ 21
+1.0
+ 31
+0.0
+ 12
+1.0
+ 22
+0.0
+ 32
+0.0
+ 13
+1.0
+ 23
+1.0
+ 33
+0.0
+  0
+ENDBLK
+  5
+3D2
+330
+38A
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+48A
+330
+489
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+ILOC
+ 70
+     0
+ 10
+200.1
+ 20
+183.0
+ 30
+0.0
+  3
+ILOC
+  1
+ILOC
+  0
+INSERT
+  5
+48B
+330
+489
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+  2
+IL
+ 10
+200.1
+ 20
+183.0
+ 30
+0.0
+ 41
+0.9
+ 42
+0.9
+ 43
+0.9
+  0
+ENDBLK
+  5
+490
+330
+489
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+48D
+330
+48C
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+IL
+ 70
+     0
+ 10
+28.0
+ 20
+9.0
+ 30
+0.0
+  3
+IL
+  1
+IL
+  0
+CIRCLE
+  5
+48E
+330
+48C
+100
+AcDbEntity
+  8
+0
+100
+AcDbCircle
+ 10
+28.0
+ 20
+9.0
+ 30
+0.0
+ 40
+5.0
+  0
+ENDBLK
+  5
+48F
+330
+48C
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+496
+330
+495
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+POINT
+ 70
+     0
+ 10
+200.0
+ 20
+162.0
+ 30
+0.0
+  3
+POINT
+  1
+POINT
+  0
+LWPOLYLINE
+  5
+497
+330
+495
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     1
+ 43
+0.5
+ 10
+199.75
+ 20
+162.0
+ 42
+1.0
+ 10
+200.25
+ 20
+162.0
+ 42
+1.0
+  0
+ENDBLK
+  5
+498
+330
+495
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+49F
+330
+49E
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+FLP
+ 70
+     0
+ 10
+103.0
+ 20
+210.0
+ 30
+0.0
+  3
+FLP
+  1
+FLP
+  0
+SOLID
+  5
+4A0
+330
+49E
+100
+AcDbEntity
+  8
+0
+100
+AcDbTrace
+ 10
+105.0
+ 20
+210.0
+ 30
+0.0
+ 11
+103.0
+ 21
+210.5
+ 31
+0.0
+ 12
+103.0
+ 22
+209.5
+ 32
+0.0
+ 13
+103.0
+ 23
+209.5
+ 33
+0.0
+  0
+ENDBLK
+  5
+4A1
+330
+49E
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+4FE
+330
+4FD
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+RECH
+ 70
+     0
+ 10
+52.0
+ 20
+188.0
+ 30
+0.0
+  3
+RECH
+  1
+RECH
+  0
+CIRCLE
+  5
+4FF
+330
+4FD
+100
+AcDbEntity
+  8
+0
+100
+AcDbCircle
+ 10
+54.32087755306536
+ 20
+186.4363441738026
+ 30
+0.0
+ 40
+0.6
+  0
+CIRCLE
+  5
+500
+330
+4FD
+100
+AcDbEntity
+  8
+0
+100
+AcDbCircle
+ 10
+49.72514682071628
+ 20
+186.47566242723
+ 30
+0.0
+ 40
+0.6
+  0
+LINE
+  5
+501
+330
+4FD
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+51.0
+ 20
+189.0
+ 30
+0.0
+ 11
+50.0
+ 21
+187.0
+ 31
+0.0
+  0
+LINE
+  5
+502
+330
+4FD
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+52.0
+ 20
+187.0
+ 30
+0.0
+ 11
+51.0
+ 21
+189.0
+ 31
+0.0
+  0
+LINE
+  5
+503
+330
+4FD
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+53.0
+ 20
+189.0
+ 30
+0.0
+ 11
+52.0
+ 21
+187.0
+ 31
+0.0
+  0
+LINE
+  5
+504
+330
+4FD
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+54.0
+ 20
+187.0
+ 30
+0.0
+ 11
+53.0
+ 21
+189.0
+ 31
+0.0
+  0
+ENDBLK
+  5
+505
+330
+4FD
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+551
+330
+550
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+S_POINT1
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+S_POINT1
+  1
+S_POINT1
+  0
+LWPOLYLINE
+  5
+552
+330
+550
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     1
+ 43
+0.7500000000000001
+ 10
+-0.375
+ 20
+0.0
+ 42
+1.0
+ 10
+0.375
+ 20
+0.0
+ 42
+1.0
+  0
+ENDBLK
+  5
+553
+330
+550
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+563
+330
+562
+100
+AcDbEntity
+  8
+BROUIL
+100
+AcDbBlockBegin
+  2
+S_FLECHE
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+S_FLECHE
+  1
+S_FLECHE
+  0
+SOLID
+  5
+564
+330
+562
+100
+AcDbEntity
+  8
+0
+100
+AcDbTrace
+ 10
+3.0
+ 20
+0.0
+ 30
+0.0
+ 11
+0.0
+ 21
+0.75
+ 31
+0.0
+ 12
+0.0
+ 22
+-0.75
+ 32
+0.0
+ 13
+0.0
+ 23
+-0.75
+ 33
+0.0
+  0
+ENDBLK
+  5
+565
+330
+562
+100
+AcDbEntity
+  8
+BROUIL
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+5A4
+330
+5A3
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+S_VDPNEU
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+S_VDPNEU
+  1
+S_VDPNEU
+  0
+LINE
+  5
+5A5
+330
+5A3
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+0.0
+ 20
+4.125
+ 30
+0.0
+ 11
+0.0
+ 21
+2.25
+ 31
+0.0
+  0
+LINE
+  5
+5A6
+330
+5A3
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+0.0
+ 20
+2.25
+ 30
+0.0
+ 11
+0.0
+ 21
+0.0
+ 31
+0.0
+  0
+LINE
+  5
+5A7
+330
+5A3
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+-1.875
+ 20
+4.125
+ 30
+0.0
+ 11
+1.875
+ 21
+4.125
+ 31
+0.0
+  0
+LINE
+  5
+5A8
+330
+5A3
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+-1.875
+ 20
+2.25
+ 30
+0.0
+ 11
+1.875
+ 21
+2.25
+ 31
+0.0
+  0
+LINE
+  5
+5A9
+330
+5A3
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1.875
+ 20
+2.25
+ 30
+0.0
+ 11
+1.875
+ 21
+6.0
+ 31
+0.0
+  0
+LINE
+  5
+5AA
+330
+5A3
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1.875
+ 20
+6.0
+ 30
+0.0
+ 11
+-1.875
+ 21
+6.0
+ 31
+0.0
+  0
+LINE
+  5
+5AB
+330
+5A3
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+-1.875
+ 20
+6.0
+ 30
+0.0
+ 11
+-1.875
+ 21
+2.25
+ 31
+0.0
+  0
+LINE
+  5
+5AC
+330
+5A3
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+2.25
+ 20
+1.125
+ 30
+0.0
+ 11
+-2.25
+ 21
+-1.125
+ 31
+0.0
+  0
+LINE
+  5
+5AD
+330
+5A3
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+2.25
+ 20
+-1.125
+ 30
+0.0
+ 11
+2.25
+ 21
+1.125
+ 31
+0.0
+  0
+LINE
+  5
+5AE
+330
+5A3
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+-2.25
+ 20
+1.125
+ 30
+0.0
+ 11
+2.25
+ 21
+-1.125
+ 31
+0.0
+  0
+LINE
+  5
+5AF
+330
+5A3
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+-2.25
+ 20
+-1.125
+ 30
+0.0
+ 11
+-2.25
+ 21
+1.125
+ 31
+0.0
+  0
+ENDBLK
+  5
+5B0
+330
+5A3
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+A71
+330
+9F7
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+Chaufferette
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+Chaufferette
+  1
+Chaufferette
+  0
+LWPOLYLINE
+  5
+A3A
+330
+9F7
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbPolyline
+ 90
+        7
+ 70
+     0
+ 43
+0.0
+ 38
+16.0
+ 39
+16.0
+ 10
+-0.0000000000000853
+ 20
+0.0000000000001279
+ 10
+4.999999999999912
+ 20
+8.000000000000127
+ 10
+9.999999999999914
+ 20
+0.0000000000001279
+ 10
+14.99999999999991
+ 20
+8.000000000000127
+ 10
+19.99999999999991
+ 20
+0.0000000000001279
+ 10
+24.99999999999991
+ 20
+8.000000000000127
+ 10
+29.99999999999991
+ 20
+0.0000000000001279
+  0
+ENDBLK
+  5
+A72
+330
+9F7
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+A43
+330
+A42
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+Equtor
+ 70
+     2
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+Equtor
+  1
+Equtor
+  0
+ATTDEF
+  5
+A44
+330
+A42
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+ 40
+0.1
+  1
+FVxx
+  7
+DOM1
+100
+AcDbAttributeDefinition
+280
+     0
+  3
+Nom de la variable
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTDEF
+  5
+A45
+330
+A42
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+ 40
+0.1
+  1
+ON
+  7
+DOM1
+100
+AcDbAttributeDefinition
+280
+     0
+  3
+Texte pour valeur à 1
+  2
+EQU-1
+ 70
+     1
+280
+     0
+  0
+ATTDEF
+  5
+A46
+330
+A42
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+ 40
+0.1
+  1
+10
+  7
+DOM1
+100
+AcDbAttributeDefinition
+280
+     0
+  3
+Coul1(0=N,1=Blu,2=V,3=Cy,4=R,5=M,6=Br,7=G-c,8=G-f,9=Bl-c,10=V-c,11=Cy-c,12=R-c,13=M-c,14=J,15=Blc)
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTDEF
+  5
+A47
+330
+A42
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+ 40
+0.1
+  1
+OFF
+  7
+DOM1
+100
+AcDbAttributeDefinition
+280
+     0
+  3
+Texte pour valeur à 0
+  2
+EQU-0
+ 70
+     1
+280
+     0
+  0
+ATTDEF
+  5
+A48
+330
+A42
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+ 40
+0.1
+  1
+12
+  7
+DOM1
+100
+AcDbAttributeDefinition
+280
+     0
+  3
+Coul0(0=N,1=Blu,2=V,3=Cy,4=R,5=M,6=Br,7=G-c,8=G-f,9=Bl-c,10=V-c,11=Cy-c,12=R-c,13=M-c,14=J,15=Blc)
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTDEF
+  5
+A49
+330
+A42
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+ 40
+0.1
+  1
+0
+  7
+DOM1
+100
+AcDbAttributeDefinition
+280
+     0
+  3
+Coulf(0=N,1=Blu,2=V,3=Cy,4=R,5=M,6=Br,7=G-c,8=G-f,9=Bl-c,10=V-c,11=Cy-c,12=R-c,13=M-c,14=J,15=Blc)
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+ATTDEF
+  5
+A4A
+330
+A42
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+ 40
+0.1
+  1
+0
+  7
+DOM1
+100
+AcDbAttributeDefinition
+280
+     0
+  3
+clignot à 1(0=NON,1=OUI)
+  2
+CLIG-1
+ 70
+     1
+280
+     0
+  0
+ATTDEF
+  5
+A4B
+330
+A42
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+ 40
+0.1
+  1
+0
+  7
+DOM1
+100
+AcDbAttributeDefinition
+280
+     0
+  3
+clignot à 0(0=NON,1=OUI)
+  2
+CLIG-0
+ 70
+     1
+280
+     0
+  0
+SOLID
+  5
+A4C
+330
+A42
+100
+AcDbEntity
+  8
+IMG134
+ 62
+   134
+100
+AcDbTrace
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+ 11
+0.0
+ 21
+1.0
+ 31
+0.0
+ 12
+1.0
+ 22
+0.0
+ 32
+0.0
+ 13
+1.0
+ 23
+1.0
+ 33
+0.0
+  0
+ENDBLK
+  5
+A4D
+330
+A42
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+A51
+330
+A4E
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+A$C5C615966
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+A$C5C615966
+  1
+A$C5C615966
+  0
+SOLID
+  5
+A52
+330
+A4E
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+0.0000005829742804
+ 20
+63.00000096737221
+ 30
+832.0
+ 11
+0.0000005829742804
+ 21
+57.00000096737221
+ 31
+832.0
+ 12
+15.00000058297428
+ 22
+57.00000096737221
+ 32
+832.0
+ 13
+15.00000058297428
+ 23
+63.00000096737221
+ 33
+832.0
+ 39
+16.0
+  0
+LWPOLYLINE
+  5
+A53
+330
+A4E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbPolyline
+ 90
+        5
+ 70
+     0
+ 43
+0.0
+ 38
+816.0
+ 39
+16.0
+ 10
+0.0000005829742804
+ 20
+63.00000096737221
+ 10
+0.0000005829742804
+ 20
+57.00000096737221
+ 10
+15.00000058297428
+ 20
+63.00000096737221
+ 10
+15.00000058297428
+ 20
+57.00000096737221
+ 10
+0.0000005829742804
+ 20
+63.00000096737221
+  0
+LWPOLYLINE
+  5
+A54
+330
+A4E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+848.0
+ 39
+16.0
+ 10
+7.50000058297428
+ 20
+60.0000009673722
+ 10
+7.50000058297428
+ 20
+70.0000009673722
+  0
+LWPOLYLINE
+  5
+A55
+330
+A4E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+848.0
+ 39
+16.0
+ 10
+4.50000058297428
+ 20
+65.0000009673722
+ 10
+10.50000058297428
+ 20
+65.0000009673722
+  0
+LWPOLYLINE
+  5
+A56
+330
+A4E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+848.0
+ 39
+16.0
+ 10
+4.50000058297428
+ 20
+68.0000009673722
+ 10
+10.50000058297428
+ 20
+68.0000009673722
+  0
+SOLID
+  5
+A57
+330
+A4E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbTrace
+ 10
+51.00000058297428
+ 20
+24.00000096737222
+ 30
+320.0
+ 11
+109.0000005829743
+ 21
+24.00000096737222
+ 31
+320.0
+ 12
+51.00000058297428
+ 22
+1.000000967372214
+ 32
+320.0
+ 13
+109.0000005829743
+ 23
+1.000000967372214
+ 33
+320.0
+ 39
+16.0
+  0
+SOLID
+  5
+A58
+330
+A4E
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+50.00000058297428
+ 20
+0.0000009673722161
+ 30
+336.0
+ 11
+51.00000058297428
+ 21
+1.000000967372214
+ 31
+336.0
+ 12
+50.00000058297428
+ 22
+25.00000096737222
+ 32
+336.0
+ 13
+51.00000058297428
+ 23
+24.00000096737222
+ 33
+336.0
+  0
+SOLID
+  5
+A59
+330
+A4E
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+51.00000058297428
+ 20
+24.00000096737222
+ 30
+336.0
+ 11
+109.0000005829743
+ 21
+24.00000096737222
+ 31
+336.0
+ 12
+50.00000058297428
+ 22
+25.00000096737222
+ 32
+336.0
+ 13
+110.0000005829743
+ 23
+25.00000096737222
+ 33
+336.0
+  0
+SOLID
+  5
+A5A
+330
+A4E
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+50.00000058297428
+ 20
+0.0000009673722161
+ 30
+336.0
+ 11
+110.0000005829743
+ 21
+0.0000009673722161
+ 31
+336.0
+ 12
+51.00000058297428
+ 22
+1.000000967372214
+ 32
+336.0
+ 13
+109.0000005829743
+ 23
+1.000000967372214
+ 33
+336.0
+  0
+SOLID
+  5
+A5B
+330
+A4E
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+110.0000005829743
+ 20
+0.0000009673722161
+ 30
+336.0
+ 11
+109.0000005829743
+ 21
+1.000000967372214
+ 31
+336.0
+ 12
+110.0000005829743
+ 22
+25.00000096737222
+ 32
+336.0
+ 13
+109.0000005829743
+ 23
+24.00000096737222
+ 33
+336.0
+  0
+LWPOLYLINE
+  5
+A5C
+330
+A4E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 38
+336.0
+ 10
+50.00000058297428
+ 20
+25.00000096737222
+ 10
+110.0000005829743
+ 20
+25.00000096737222
+ 10
+110.0000005829743
+ 20
+0.0000009673722161
+ 10
+50.00000058297428
+ 20
+0.0000009673722161
+  0
+TEXT
+  5
+A5D
+330
+A4E
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbText
+ 10
+53.00000058297428
+ 20
+14.00000096737222
+ 30
+336.0
+ 40
+8.0
+  1
+FV 125
+  7
+GRAS
+100
+AcDbText
+  0
+INSERT
+  5
+A5E
+330
+A4E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Equtor
+ 10
+53.00000058297428
+ 20
+3.000000967372216
+ 30
+336.0
+ 41
+52.0
+ 42
+8.0
+ 43
+52.0
+  0
+ATTRIB
+  5
+A5F
+330
+A5E
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+53.00000058297428
+ 20
+3.000000967372216
+ 30
+336.0
+ 40
+0.8
+  1
+FV125
+ 41
+6.5
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+A60
+330
+A5E
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+53.00000058297428
+ 20
+3.000000967372216
+ 30
+336.0
+ 40
+0.8
+  1
+OUVERT
+ 41
+6.5
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+EQU-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+A61
+330
+A5E
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+53.00000058297428
+ 20
+3.000000967372216
+ 30
+336.0
+ 40
+0.8
+  1
+10
+ 41
+6.5
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+A62
+330
+A5E
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+53.00000058297428
+ 20
+3.000000967372216
+ 30
+336.0
+ 40
+0.8
+  1
+FERMEE
+ 41
+6.5
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+EQU-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+A63
+330
+A5E
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+53.00000058297428
+ 20
+3.000000967372216
+ 30
+336.0
+ 40
+0.8
+  1
+12
+ 41
+6.5
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+A64
+330
+A5E
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+53.00000058297428
+ 20
+3.000000967372216
+ 30
+336.0
+ 40
+0.8
+  1
+0
+ 41
+6.5
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+A65
+330
+A5E
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+53.00000058297428
+ 20
+3.000000967372216
+ 30
+336.0
+ 40
+0.8
+  1
+0
+ 41
+6.5
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+A66
+330
+A5E
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+53.00000058297428
+ 20
+3.000000967372216
+ 30
+336.0
+ 40
+0.8
+  1
+0
+ 41
+6.5
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+A67
+330
+A5E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+  0
+ENDBLK
+  5
+A68
+330
+A4E
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+F1E
+330
+A69
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+palet
+ 70
+     2
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+palet
+  1
+palet
+  0
+ATTDEF
+  5
+F19
+330
+A69
+100
+AcDbEntity
+  8
+IMG009
+ 62
+     9
+100
+AcDbText
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+ 40
+8.0
+  1
+FV1|(/FV2&FV3)
+  7
+DOM1
+100
+AcDbAttributeDefinition
+280
+     0
+  3
+Nom ou equation
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTDEF
+  5
+F1A
+330
+A69
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+ 40
+6.0
+  1
+
+  7
+DOM1
+100
+AcDbAttributeDefinition
+280
+     0
+  3
+Coul(0=N,1=Blu,2=V,3=Cy,4=R,5=M,6=Br,7=G-c,8=G-f,9=Bl-c,10=V-c,11=Cy-c,12=R-c,13=M-c,14=J,15=Blc)
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTDEF
+  5
+F1B
+330
+A69
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+ 40
+8.0
+  1
+10
+  7
+DOM1
+100
+AcDbAttributeDefinition
+280
+     0
+  3
+Coul1(0=N,1=Blu,2=V,3=Cy,4=R,5=M,6=Br,7=G-c,8=G-f,9=Bl-c,10=V-c,11=Cy-c,12=R-c,13=M-c,14=J,15=Blc)
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTDEF
+  5
+F1C
+330
+A69
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+ 40
+8.0
+  1
+12
+  7
+DOM1
+100
+AcDbAttributeDefinition
+280
+     0
+  3
+Coul0(0=N,1=Blu,2=V,3=Cy,4=R,5=M,6=Br,7=G-c,8=G-f,9=Bl-c,10=V-c,11=Cy-c,12=R-c,13=M-c,14=J,15=Blc)
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+TEXT
+  5
+F1D
+330
+A69
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     9
+100
+AcDbText
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+ 40
+8.0
+  1
+P
+  7
+DOM1
+100
+AcDbText
+  0
+ENDBLK
+  5
+F1F
+330
+A69
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+AF6
+330
+A74
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+Vanne booléenne
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+Vanne booléenne
+  1
+Vanne booléenne
+  0
+SOLID
+  5
+ABB
+330
+A74
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000284
+ 20
+3.000000000000026
+ 30
+16.0
+ 11
+-0.0000000000000284
+ 21
+-2.999999999999971
+ 31
+16.0
+ 12
+14.99999999999997
+ 22
+-2.999999999999971
+ 32
+16.0
+ 13
+14.99999999999997
+ 23
+3.000000000000026
+ 33
+16.0
+ 39
+16.0
+  0
+SOLID
+  5
+ABC
+330
+A74
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+3.999999999999971
+ 20
+10.00000000000003
+ 30
+0.0
+ 11
+10.99999999999997
+ 21
+10.00000000000003
+ 31
+0.0
+ 12
+3.999999999999971
+ 22
+5.000000000000028
+ 32
+0.0
+ 13
+10.99999999999997
+ 23
+5.000000000000028
+ 33
+0.0
+ 39
+16.0
+  0
+LWPOLYLINE
+  5
+ABD
+330
+A74
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbPolyline
+ 90
+        7
+ 70
+     0
+ 43
+0.0
+ 39
+16.0
+ 10
+7.499999999999971
+ 20
+0.0000000000000284
+ 10
+7.499999999999971
+ 20
+5.000000000000028
+ 10
+3.999999999999971
+ 20
+5.000000000000028
+ 10
+3.999999999999971
+ 20
+10.00000000000003
+ 10
+10.99999999999997
+ 20
+10.00000000000003
+ 10
+10.99999999999997
+ 20
+5.000000000000028
+ 10
+7.499999999999971
+ 20
+5.000000000000028
+  0
+LWPOLYLINE
+  5
+ABE
+330
+A74
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbPolyline
+ 90
+        5
+ 70
+     0
+ 43
+0.0
+ 39
+16.0
+ 10
+-0.0000000000000284
+ 20
+3.000000000000026
+ 10
+-0.0000000000000284
+ 20
+-2.999999999999971
+ 10
+14.99999999999997
+ 20
+3.000000000000026
+ 10
+14.99999999999997
+ 20
+-2.999999999999971
+ 10
+-0.0000000000000284
+ 20
+3.000000000000026
+  0
+LWPOLYLINE
+  5
+ABF
+330
+A74
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 39
+16.0
+ 10
+3.999999999999971
+ 20
+7.000000000000027
+ 10
+10.99999999999997
+ 20
+7.000000000000027
+  0
+ENDBLK
+  5
+AF7
+330
+A74
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+B70
+330
+AF9
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+Vanne manuelle
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+Vanne manuelle
+  1
+Vanne manuelle
+  0
+SOLID
+  5
+B37
+330
+AF9
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000568
+ 20
+3.000000000000055
+ 30
+16.0
+ 11
+-0.0000000000000568
+ 21
+-2.999999999999943
+ 31
+16.0
+ 12
+14.99999999999994
+ 22
+-2.999999999999943
+ 32
+16.0
+ 13
+14.99999999999994
+ 23
+3.000000000000055
+ 33
+16.0
+ 39
+16.0
+  0
+LWPOLYLINE
+  5
+B38
+330
+AF9
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbPolyline
+ 90
+        7
+ 70
+     0
+ 43
+0.0
+ 39
+16.0
+ 10
+7.499999999999943
+ 20
+0.0000000000000568
+ 10
+7.499999999999943
+ 20
+5.000000000000056
+ 10
+3.999999999999943
+ 20
+5.000000000000056
+ 10
+3.999999999999943
+ 20
+5.000000000000056
+ 10
+10.99999999999994
+ 20
+5.000000000000056
+ 10
+10.99999999999994
+ 20
+5.000000000000056
+ 10
+7.499999999999943
+ 20
+5.000000000000056
+  0
+LWPOLYLINE
+  5
+B39
+330
+AF9
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbPolyline
+ 90
+        5
+ 70
+     0
+ 43
+0.0
+ 39
+16.0
+ 10
+-0.0000000000000568
+ 20
+3.000000000000055
+ 10
+-0.0000000000000568
+ 20
+-2.999999999999943
+ 10
+14.99999999999994
+ 20
+3.000000000000055
+ 10
+14.99999999999994
+ 20
+-2.999999999999943
+ 10
+-0.0000000000000568
+ 20
+3.000000000000055
+  0
+ENDBLK
+  5
+B71
+330
+AF9
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+10FE
+330
+1021
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+Capteur analogique
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+Capteur analogique
+  1
+Capteur analogique
+  0
+SOLID
+  5
+1063
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+-5.000000000000085
+ 21
+0.0000000000000853
+ 31
+0.0
+ 12
+-5.000000000000085
+ 22
+0.3000000000000398
+ 32
+0.0
+ 13
+-5.000000000000085
+ 23
+0.3000000000000398
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+1064
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+-5.000000000000085
+ 21
+-0.2999999999998693
+ 31
+0.0
+ 12
+-5.000000000000085
+ 22
+0.0000000000000853
+ 32
+0.0
+ 13
+-5.000000000000085
+ 23
+0.0000000000000853
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+1065
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+-5.000000000000085
+ 21
+-0.5999999999998238
+ 31
+0.0
+ 12
+-5.000000000000085
+ 22
+-0.2999999999998693
+ 32
+0.0
+ 13
+-5.000000000000085
+ 23
+-0.2999999999998693
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+1066
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+-4.900000000000063
+ 21
+-0.9000000000000055
+ 31
+0.0
+ 12
+-5.000000000000085
+ 22
+-0.5999999999998238
+ 32
+0.0
+ 13
+-5.000000000000085
+ 23
+-0.5999999999998238
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+1067
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+-4.800000000000096
+ 21
+-1.199999999999959
+ 31
+0.0
+ 12
+-4.900000000000063
+ 22
+-0.9000000000000055
+ 32
+0.0
+ 13
+-4.900000000000063
+ 23
+-0.9000000000000055
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+1068
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+-4.800000000000096
+ 21
+-1.499999999999914
+ 31
+0.0
+ 12
+-4.800000000000096
+ 22
+-1.199999999999959
+ 32
+0.0
+ 13
+-4.800000000000096
+ 23
+-1.199999999999959
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+1069
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+-4.600000000000108
+ 21
+-1.799999999999869
+ 31
+0.0
+ 12
+-4.800000000000096
+ 22
+-1.499999999999914
+ 32
+0.0
+ 13
+-4.800000000000096
+ 23
+-1.499999999999914
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+106A
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+-4.500000000000085
+ 21
+-2.099999999999821
+ 31
+0.0
+ 12
+-4.700000000000073
+ 22
+-1.799999999999869
+ 32
+0.0
+ 13
+-4.700000000000073
+ 23
+-1.799999999999869
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+106B
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+-4.400000000000063
+ 21
+-2.400000000000006
+ 31
+0.0
+ 12
+-4.500000000000085
+ 22
+-2.099999999999821
+ 32
+0.0
+ 13
+-4.500000000000085
+ 23
+-2.099999999999821
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+106C
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+-4.200000000000073
+ 21
+-2.69999999999996
+ 31
+0.0
+ 12
+-4.400000000000063
+ 22
+-2.400000000000006
+ 32
+0.0
+ 13
+-4.400000000000063
+ 23
+-2.400000000000006
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+106D
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+-4.000000000000085
+ 21
+-2.900000000000006
+ 31
+0.0
+ 12
+-4.200000000000073
+ 22
+-2.69999999999996
+ 32
+0.0
+ 13
+-4.200000000000073
+ 23
+-2.69999999999996
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+106E
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+-3.900000000000062
+ 21
+-3.19999999999996
+ 31
+0.0
+ 12
+-4.100000000000108
+ 22
+-2.900000000000006
+ 32
+0.0
+ 13
+-4.100000000000108
+ 23
+-2.900000000000006
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+106F
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+-3.600000000000108
+ 21
+-3.400000000000006
+ 31
+0.0
+ 12
+-3.900000000000062
+ 22
+-3.19999999999996
+ 32
+0.0
+ 13
+-3.900000000000062
+ 23
+-3.19999999999996
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+1070
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+-3.400000000000062
+ 21
+-3.599999999999821
+ 31
+0.0
+ 12
+-3.700000000000073
+ 22
+-3.400000000000006
+ 32
+0.0
+ 13
+-3.700000000000073
+ 23
+-3.400000000000006
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+1071
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+-3.200000000000073
+ 21
+-3.900000000000006
+ 31
+0.0
+ 12
+-3.400000000000062
+ 22
+-3.599999999999821
+ 32
+0.0
+ 13
+-3.400000000000062
+ 23
+-3.599999999999821
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+1072
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+-2.900000000000062
+ 21
+-3.999999999999913
+ 31
+0.0
+ 12
+-3.200000000000073
+ 22
+-3.799999999999866
+ 32
+0.0
+ 13
+-3.200000000000073
+ 23
+-3.799999999999866
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+1073
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+-2.700000000000073
+ 21
+-4.19999999999996
+ 31
+0.0
+ 12
+-3.000000000000083
+ 22
+-3.999999999999913
+ 32
+0.0
+ 13
+-3.000000000000083
+ 23
+-3.999999999999913
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+1074
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+-2.400000000000062
+ 21
+-4.400000000000003
+ 31
+0.0
+ 12
+-2.700000000000073
+ 22
+-4.19999999999996
+ 32
+0.0
+ 13
+-2.700000000000073
+ 23
+-4.19999999999996
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+1075
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+-2.100000000000108
+ 21
+-4.499999999999912
+ 31
+0.0
+ 12
+-2.400000000000062
+ 22
+-4.400000000000003
+ 32
+0.0
+ 13
+-2.400000000000062
+ 23
+-4.400000000000003
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+1076
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+-1.800000000000095
+ 21
+-4.599999999999822
+ 31
+0.0
+ 12
+-2.100000000000108
+ 22
+-4.499999999999912
+ 32
+0.0
+ 13
+-2.100000000000108
+ 23
+-4.499999999999912
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+1077
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+-1.500000000000085
+ 21
+-4.799999999999869
+ 31
+0.0
+ 12
+-1.900000000000061
+ 22
+-4.599999999999822
+ 32
+0.0
+ 13
+-1.900000000000061
+ 23
+-4.599999999999822
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+1078
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+-1.200000000000073
+ 21
+-4.799999999999869
+ 31
+0.0
+ 12
+-1.600000000000108
+ 22
+-4.799999999999869
+ 32
+0.0
+ 13
+-1.600000000000108
+ 23
+-4.799999999999869
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+1079
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+-0.9000000000000625
+ 21
+-4.900000000000003
+ 31
+0.0
+ 12
+-1.300000000000095
+ 22
+-4.799999999999869
+ 32
+0.0
+ 13
+-1.300000000000095
+ 23
+-4.799999999999869
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+107A
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+-0.600000000000108
+ 21
+-4.999999999999912
+ 31
+0.0
+ 12
+-1.000000000000085
+ 22
+-4.900000000000003
+ 32
+0.0
+ 13
+-1.000000000000085
+ 23
+-4.900000000000003
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+107B
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+-0.3000000000000966
+ 21
+-4.999999999999912
+ 31
+0.0
+ 12
+-0.600000000000108
+ 22
+-4.999999999999912
+ 32
+0.0
+ 13
+-0.600000000000108
+ 23
+-4.999999999999912
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+107C
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+-0.0000000000000853
+ 21
+-4.999999999999912
+ 31
+0.0
+ 12
+-0.3000000000000966
+ 22
+-4.999999999999912
+ 32
+0.0
+ 13
+-0.3000000000000966
+ 23
+-4.999999999999912
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+107D
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+0.2999999999999261
+ 21
+-4.999999999999912
+ 31
+0.0
+ 12
+-0.0000000000000853
+ 22
+-4.999999999999912
+ 32
+0.0
+ 13
+-0.0000000000000853
+ 23
+-4.999999999999912
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+107E
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+0.5999999999999375
+ 21
+-4.999999999999912
+ 31
+0.0
+ 12
+0.2999999999999261
+ 22
+-4.999999999999912
+ 32
+0.0
+ 13
+0.2999999999999261
+ 23
+-4.999999999999912
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+107F
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+0.8999999999998918
+ 21
+-4.900000000000003
+ 31
+0.0
+ 12
+0.5999999999999375
+ 22
+-4.999999999999912
+ 32
+0.0
+ 13
+0.5999999999999375
+ 23
+-4.999999999999912
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+1080
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+1.199999999999902
+ 21
+-4.799999999999869
+ 31
+0.0
+ 12
+0.8999999999998918
+ 22
+-4.900000000000003
+ 32
+0.0
+ 13
+0.8999999999998918
+ 23
+-4.900000000000003
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+1081
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+1.499999999999914
+ 21
+-4.799999999999869
+ 31
+0.0
+ 12
+1.199999999999902
+ 22
+-4.799999999999869
+ 32
+0.0
+ 13
+1.199999999999902
+ 23
+-4.799999999999869
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+1082
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+1.799999999999926
+ 21
+-4.599999999999822
+ 31
+0.0
+ 12
+1.499999999999914
+ 22
+-4.799999999999869
+ 32
+0.0
+ 13
+1.499999999999914
+ 23
+-4.799999999999869
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+1083
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+2.099999999999937
+ 21
+-4.499999999999912
+ 31
+0.0
+ 12
+1.799999999999926
+ 22
+-4.69999999999996
+ 32
+0.0
+ 13
+1.799999999999926
+ 23
+-4.69999999999996
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+1084
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+2.399999999999891
+ 21
+-4.400000000000003
+ 31
+0.0
+ 12
+2.099999999999937
+ 22
+-4.499999999999912
+ 32
+0.0
+ 13
+2.099999999999937
+ 23
+-4.499999999999912
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+1085
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+2.699999999999901
+ 21
+-4.19999999999996
+ 31
+0.0
+ 12
+2.399999999999891
+ 22
+-4.400000000000003
+ 32
+0.0
+ 13
+2.399999999999891
+ 23
+-4.400000000000003
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+1086
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+2.899999999999891
+ 21
+-3.999999999999913
+ 31
+0.0
+ 12
+2.699999999999901
+ 22
+-4.19999999999996
+ 32
+0.0
+ 13
+2.699999999999901
+ 23
+-4.19999999999996
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+1087
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+3.199999999999901
+ 21
+-3.900000000000006
+ 31
+0.0
+ 12
+2.899999999999891
+ 22
+-4.099999999999822
+ 32
+0.0
+ 13
+2.899999999999891
+ 23
+-4.099999999999822
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+1088
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+3.399999999999891
+ 21
+-3.599999999999821
+ 31
+0.0
+ 12
+3.199999999999901
+ 22
+-3.900000000000006
+ 32
+0.0
+ 13
+3.199999999999901
+ 23
+-3.900000000000006
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+1089
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+3.599999999999937
+ 21
+-3.400000000000006
+ 31
+0.0
+ 12
+3.399999999999891
+ 22
+-3.69999999999996
+ 32
+0.0
+ 13
+3.399999999999891
+ 23
+-3.69999999999996
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+108A
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+3.899999999999891
+ 21
+-3.19999999999996
+ 31
+0.0
+ 12
+3.599999999999937
+ 22
+-3.400000000000006
+ 32
+0.0
+ 13
+3.599999999999937
+ 23
+-3.400000000000006
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+108B
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+3.999999999999913
+ 21
+-2.900000000000006
+ 31
+0.0
+ 12
+3.799999999999926
+ 22
+-3.19999999999996
+ 32
+0.0
+ 13
+3.799999999999926
+ 23
+-3.19999999999996
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+108C
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+4.199999999999903
+ 21
+-2.69999999999996
+ 31
+0.0
+ 12
+3.999999999999913
+ 22
+-2.999999999999913
+ 32
+0.0
+ 13
+3.999999999999913
+ 23
+-2.999999999999913
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+108D
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+4.399999999999891
+ 21
+-2.400000000000006
+ 31
+0.0
+ 12
+4.199999999999903
+ 22
+-2.69999999999996
+ 32
+0.0
+ 13
+4.199999999999903
+ 23
+-2.69999999999996
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+108E
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+4.499999999999912
+ 21
+-2.099999999999821
+ 31
+0.0
+ 12
+4.399999999999891
+ 22
+-2.400000000000006
+ 32
+0.0
+ 13
+4.399999999999891
+ 23
+-2.400000000000006
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+108F
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+4.599999999999936
+ 21
+-1.799999999999869
+ 31
+0.0
+ 12
+4.499999999999912
+ 22
+-2.099999999999821
+ 32
+0.0
+ 13
+4.499999999999912
+ 23
+-2.099999999999821
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+1090
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+4.799999999999925
+ 21
+-1.499999999999914
+ 31
+0.0
+ 12
+4.599999999999936
+ 22
+-1.900000000000004
+ 32
+0.0
+ 13
+4.599999999999936
+ 23
+-1.900000000000004
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+1091
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+4.799999999999925
+ 21
+-1.199999999999959
+ 31
+0.0
+ 12
+4.799999999999925
+ 22
+-1.599999999999821
+ 32
+0.0
+ 13
+4.799999999999925
+ 23
+-1.599999999999821
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+1092
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+4.899999999999891
+ 21
+-0.9000000000000055
+ 31
+0.0
+ 12
+4.799999999999925
+ 22
+-1.299999999999869
+ 32
+0.0
+ 13
+4.799999999999925
+ 23
+-1.299999999999869
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+1093
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+4.999999999999912
+ 21
+-0.5999999999998238
+ 31
+0.0
+ 12
+4.899999999999891
+ 22
+-0.9999999999999149
+ 32
+0.0
+ 13
+4.899999999999891
+ 23
+-0.9999999999999149
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+1094
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+4.999999999999912
+ 21
+-0.2999999999998693
+ 31
+0.0
+ 12
+4.999999999999912
+ 22
+-0.5999999999998238
+ 32
+0.0
+ 13
+4.999999999999912
+ 23
+-0.5999999999998238
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+1095
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+4.999999999999912
+ 21
+0.0000000000000853
+ 31
+0.0
+ 12
+4.999999999999912
+ 22
+-0.2999999999998693
+ 32
+0.0
+ 13
+4.999999999999912
+ 23
+-0.2999999999998693
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+1096
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+4.999999999999912
+ 21
+0.3000000000000398
+ 31
+0.0
+ 12
+4.999999999999912
+ 22
+0.0000000000000853
+ 32
+0.0
+ 13
+4.999999999999912
+ 23
+0.0000000000000853
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+1097
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+4.999999999999912
+ 21
+0.5999999999999944
+ 31
+0.0
+ 12
+4.999999999999912
+ 22
+0.3000000000000398
+ 32
+0.0
+ 13
+4.999999999999912
+ 23
+0.3000000000000398
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+1098
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+4.899999999999891
+ 21
+0.9000000000001762
+ 31
+0.0
+ 12
+4.999999999999912
+ 22
+0.5999999999999944
+ 32
+0.0
+ 13
+4.999999999999912
+ 23
+0.5999999999999944
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+1099
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+4.799999999999925
+ 21
+1.200000000000129
+ 31
+0.0
+ 12
+4.899999999999891
+ 22
+0.9000000000001762
+ 32
+0.0
+ 13
+4.899999999999891
+ 23
+0.9000000000001762
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+109A
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+4.799999999999925
+ 21
+1.500000000000085
+ 31
+0.0
+ 12
+4.799999999999925
+ 22
+1.200000000000129
+ 32
+0.0
+ 13
+4.799999999999925
+ 23
+1.200000000000129
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+109B
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+4.599999999999936
+ 21
+1.800000000000038
+ 31
+0.0
+ 12
+4.799999999999925
+ 22
+1.500000000000085
+ 32
+0.0
+ 13
+4.799999999999925
+ 23
+1.500000000000085
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+109C
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+4.499999999999912
+ 21
+2.099999999999992
+ 31
+0.0
+ 12
+4.699999999999903
+ 22
+1.800000000000038
+ 32
+0.0
+ 13
+4.699999999999903
+ 23
+1.800000000000038
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+109D
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+4.399999999999891
+ 21
+2.400000000000174
+ 31
+0.0
+ 12
+4.499999999999912
+ 22
+2.099999999999992
+ 32
+0.0
+ 13
+4.499999999999912
+ 23
+2.099999999999992
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+109E
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+4.199999999999903
+ 21
+2.700000000000131
+ 31
+0.0
+ 12
+4.399999999999891
+ 22
+2.400000000000174
+ 32
+0.0
+ 13
+4.399999999999891
+ 23
+2.400000000000174
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+109F
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+3.999999999999913
+ 21
+2.900000000000176
+ 31
+0.0
+ 12
+4.199999999999903
+ 22
+2.700000000000131
+ 32
+0.0
+ 13
+4.199999999999903
+ 23
+2.700000000000131
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+10A0
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+3.899999999999891
+ 21
+3.200000000000131
+ 31
+0.0
+ 12
+4.099999999999936
+ 22
+2.900000000000176
+ 32
+0.0
+ 13
+4.099999999999936
+ 23
+2.900000000000176
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+10A1
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+3.599999999999937
+ 21
+3.400000000000176
+ 31
+0.0
+ 12
+3.899999999999891
+ 22
+3.200000000000131
+ 32
+0.0
+ 13
+3.899999999999891
+ 23
+3.200000000000131
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+10A2
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+3.399999999999891
+ 21
+3.599999999999991
+ 31
+0.0
+ 12
+3.699999999999901
+ 22
+3.400000000000176
+ 32
+0.0
+ 13
+3.699999999999901
+ 23
+3.400000000000176
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+10A3
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+3.199999999999901
+ 21
+3.900000000000176
+ 31
+0.0
+ 12
+3.399999999999891
+ 22
+3.599999999999991
+ 32
+0.0
+ 13
+3.399999999999891
+ 23
+3.599999999999991
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+10A4
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+2.899999999999891
+ 21
+4.000000000000085
+ 31
+0.0
+ 12
+3.199999999999901
+ 22
+3.800000000000038
+ 32
+0.0
+ 13
+3.199999999999901
+ 23
+3.800000000000038
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+10A5
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+2.699999999999901
+ 21
+4.200000000000128
+ 31
+0.0
+ 12
+2.999999999999913
+ 22
+4.000000000000085
+ 32
+0.0
+ 13
+2.999999999999913
+ 23
+4.000000000000085
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+10A6
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+2.399999999999891
+ 21
+4.400000000000176
+ 31
+0.0
+ 12
+2.699999999999901
+ 22
+4.200000000000128
+ 32
+0.0
+ 13
+2.699999999999901
+ 23
+4.200000000000128
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+10A7
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+2.099999999999937
+ 21
+4.500000000000085
+ 31
+0.0
+ 12
+2.399999999999891
+ 22
+4.400000000000176
+ 32
+0.0
+ 13
+2.399999999999891
+ 23
+4.400000000000176
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+10A8
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+1.799999999999926
+ 21
+4.599999999999994
+ 31
+0.0
+ 12
+2.099999999999937
+ 22
+4.500000000000085
+ 32
+0.0
+ 13
+2.099999999999937
+ 23
+4.500000000000085
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+10A9
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+1.499999999999914
+ 21
+4.800000000000038
+ 31
+0.0
+ 12
+1.89999999999989
+ 22
+4.599999999999994
+ 32
+0.0
+ 13
+1.89999999999989
+ 23
+4.599999999999994
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+10AA
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+1.199999999999902
+ 21
+4.800000000000038
+ 31
+0.0
+ 12
+1.599999999999935
+ 22
+4.800000000000038
+ 32
+0.0
+ 13
+1.599999999999935
+ 23
+4.800000000000038
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+10AB
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+0.8999999999998918
+ 21
+4.900000000000176
+ 31
+0.0
+ 12
+1.299999999999926
+ 22
+4.800000000000038
+ 32
+0.0
+ 13
+1.299999999999926
+ 23
+4.800000000000038
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+10AC
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+0.5999999999999375
+ 21
+5.000000000000085
+ 31
+0.0
+ 12
+0.9999999999999149
+ 22
+4.900000000000176
+ 32
+0.0
+ 13
+0.9999999999999149
+ 23
+4.900000000000176
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+10AD
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+0.2999999999999261
+ 21
+5.000000000000085
+ 31
+0.0
+ 12
+0.5999999999999375
+ 22
+5.000000000000085
+ 32
+0.0
+ 13
+0.5999999999999375
+ 23
+5.000000000000085
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+10AE
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+-0.0000000000000853
+ 21
+5.000000000000085
+ 31
+0.0
+ 12
+0.2999999999999261
+ 22
+5.000000000000085
+ 32
+0.0
+ 13
+0.2999999999999261
+ 23
+5.000000000000085
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+10AF
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+-0.3000000000000966
+ 21
+5.000000000000085
+ 31
+0.0
+ 12
+-0.0000000000000853
+ 22
+5.000000000000085
+ 32
+0.0
+ 13
+-0.0000000000000853
+ 23
+5.000000000000085
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+10B0
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+-0.600000000000108
+ 21
+5.000000000000085
+ 31
+0.0
+ 12
+-0.3000000000000966
+ 22
+5.000000000000085
+ 32
+0.0
+ 13
+-0.3000000000000966
+ 23
+5.000000000000085
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+10B1
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+-0.9000000000000625
+ 21
+4.900000000000176
+ 31
+0.0
+ 12
+-0.600000000000108
+ 22
+5.000000000000085
+ 32
+0.0
+ 13
+-0.600000000000108
+ 23
+5.000000000000085
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+10B2
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+-1.200000000000073
+ 21
+4.800000000000038
+ 31
+0.0
+ 12
+-0.9000000000000625
+ 22
+4.900000000000176
+ 32
+0.0
+ 13
+-0.9000000000000625
+ 23
+4.900000000000176
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+10B3
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+-1.500000000000085
+ 21
+4.800000000000038
+ 31
+0.0
+ 12
+-1.200000000000073
+ 22
+4.800000000000038
+ 32
+0.0
+ 13
+-1.200000000000073
+ 23
+4.800000000000038
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+10B4
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+-1.800000000000095
+ 21
+4.599999999999994
+ 31
+0.0
+ 12
+-1.500000000000085
+ 22
+4.800000000000038
+ 32
+0.0
+ 13
+-1.500000000000085
+ 23
+4.800000000000038
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+10B5
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+-2.100000000000108
+ 21
+4.500000000000085
+ 31
+0.0
+ 12
+-1.800000000000095
+ 22
+4.700000000000128
+ 32
+0.0
+ 13
+-1.800000000000095
+ 23
+4.700000000000128
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+10B6
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+-2.400000000000062
+ 21
+4.400000000000176
+ 31
+0.0
+ 12
+-2.100000000000108
+ 22
+4.500000000000085
+ 32
+0.0
+ 13
+-2.100000000000108
+ 23
+4.500000000000085
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+10B7
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+-2.700000000000073
+ 21
+4.200000000000128
+ 31
+0.0
+ 12
+-2.400000000000062
+ 22
+4.400000000000176
+ 32
+0.0
+ 13
+-2.400000000000062
+ 23
+4.400000000000176
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+10B8
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+-2.900000000000062
+ 21
+4.000000000000085
+ 31
+0.0
+ 12
+-2.700000000000073
+ 22
+4.200000000000128
+ 32
+0.0
+ 13
+-2.700000000000073
+ 23
+4.200000000000128
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+10B9
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+-3.200000000000073
+ 21
+3.900000000000176
+ 31
+0.0
+ 12
+-2.900000000000062
+ 22
+4.099999999999993
+ 32
+0.0
+ 13
+-2.900000000000062
+ 23
+4.099999999999993
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+10BA
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+-3.400000000000062
+ 21
+3.599999999999991
+ 31
+0.0
+ 12
+-3.200000000000073
+ 22
+3.900000000000176
+ 32
+0.0
+ 13
+-3.200000000000073
+ 23
+3.900000000000176
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+10BB
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+-3.600000000000108
+ 21
+3.400000000000176
+ 31
+0.0
+ 12
+-3.400000000000062
+ 22
+3.700000000000131
+ 32
+0.0
+ 13
+-3.400000000000062
+ 23
+3.700000000000131
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+10BC
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+-3.900000000000062
+ 21
+3.200000000000131
+ 31
+0.0
+ 12
+-3.600000000000108
+ 22
+3.400000000000176
+ 32
+0.0
+ 13
+-3.600000000000108
+ 23
+3.400000000000176
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+10BD
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+-4.000000000000085
+ 21
+2.900000000000176
+ 31
+0.0
+ 12
+-3.800000000000095
+ 22
+3.200000000000131
+ 32
+0.0
+ 13
+-3.800000000000095
+ 23
+3.200000000000131
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+10BE
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+-4.200000000000073
+ 21
+2.700000000000131
+ 31
+0.0
+ 12
+-4.000000000000085
+ 22
+3.000000000000083
+ 32
+0.0
+ 13
+-4.000000000000085
+ 23
+3.000000000000083
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+10BF
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+-4.400000000000063
+ 21
+2.400000000000174
+ 31
+0.0
+ 12
+-4.200000000000073
+ 22
+2.700000000000131
+ 32
+0.0
+ 13
+-4.200000000000073
+ 23
+2.700000000000131
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+10C0
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+-4.500000000000085
+ 21
+2.099999999999992
+ 31
+0.0
+ 12
+-4.400000000000063
+ 22
+2.400000000000174
+ 32
+0.0
+ 13
+-4.400000000000063
+ 23
+2.400000000000174
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+10C1
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+-4.600000000000108
+ 21
+1.800000000000038
+ 31
+0.0
+ 12
+-4.500000000000085
+ 22
+2.099999999999992
+ 32
+0.0
+ 13
+-4.500000000000085
+ 23
+2.099999999999992
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+10C2
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+-4.800000000000096
+ 21
+1.500000000000085
+ 31
+0.0
+ 12
+-4.600000000000108
+ 22
+1.900000000000176
+ 32
+0.0
+ 13
+-4.600000000000108
+ 23
+1.900000000000176
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+10C3
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+-4.800000000000096
+ 21
+1.200000000000129
+ 31
+0.0
+ 12
+-4.800000000000096
+ 22
+1.599999999999994
+ 32
+0.0
+ 13
+-4.800000000000096
+ 23
+1.599999999999994
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+10C4
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+-4.900000000000063
+ 21
+0.9000000000001762
+ 31
+0.0
+ 12
+-4.800000000000096
+ 22
+1.30000000000004
+ 32
+0.0
+ 13
+-4.800000000000096
+ 23
+1.30000000000004
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+10C5
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+-5.000000000000085
+ 21
+0.5999999999999944
+ 31
+0.0
+ 12
+-4.900000000000063
+ 22
+1.000000000000085
+ 32
+0.0
+ 13
+-4.900000000000063
+ 23
+1.000000000000085
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+10C6
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+-5.000000000000085
+ 21
+0.3000000000000398
+ 31
+0.0
+ 12
+-5.000000000000085
+ 22
+0.5999999999999944
+ 32
+0.0
+ 13
+-5.000000000000085
+ 23
+0.5999999999999944
+ 33
+0.0
+ 39
+16.0
+  0
+CIRCLE
+  5
+10C7
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbCircle
+ 39
+16.0
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 40
+5.0
+  0
+ENDBLK
+  5
+10FF
+330
+1021
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+14A1
+330
+1426
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+Capteur de température
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+Capteur de température
+  1
+Capteur de température
+  0
+SOLID
+  5
+1468
+330
+1426
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+4.999999999999886
+ 20
+4.000000000000113
+ 30
+0.0
+ 11
+-0.0000000000001137
+ 21
+4.000000000000113
+ 31
+0.0
+ 12
+4.999999999999886
+ 22
+0.0000000000001137
+ 32
+0.0
+ 13
+-0.0000000000001137
+ 23
+0.0000000000001137
+ 33
+0.0
+ 39
+16.0
+  0
+LWPOLYLINE
+  5
+1469
+330
+1426
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+4.999999999999886
+ 20
+0.0000000000001137
+ 10
+-0.0000000000001137
+ 20
+0.0000000000001137
+ 10
+-0.0000000000001137
+ 20
+4.000000000000113
+ 10
+4.999999999999886
+ 20
+4.000000000000113
+  0
+LWPOLYLINE
+  5
+146A
+330
+1426
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+32.0
+ 39
+16.0
+ 10
+1.999999999999884
+ 20
+4.000000000000113
+ 10
+3.999999999999883
+ 20
+4.000000000000113
+  0
+ENDBLK
+  5
+14A2
+330
+1426
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+2376
+330
+2375
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+Rectangle
+ 70
+     2
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+Rectangle
+  1
+Rectangle
+  0
+ATTDEF
+  5
+2377
+330
+2375
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+ 40
+0.01
+  1
+TTxxx
+  7
+DOM1
+100
+AcDbAttributeDefinition
+280
+     0
+  3
+Nom variable
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTDEF
+  5
+2378
+330
+2375
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+ 40
+0.01
+  1
+10
+  7
+DOM1
+100
+AcDbAttributeDefinition
+280
+     0
+  3
+Coul1(0=N,1=Blu,2=V,3=Cy,4=R,5=M,6=Br,7=G-c,8=G-f,9=Bl-c,10=V-c,11=Cy-c,12=R-c,13=M-c,14=J,15=Blc)
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTDEF
+  5
+2379
+330
+2375
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+ 40
+0.01
+  1
+12
+  7
+DOM1
+100
+AcDbAttributeDefinition
+280
+     0
+  3
+Coul0(0=N,1=Blu,2=V,3=Cy,4=R,5=M,6=Br,7=G-c,8=G-f,9=Bl-c,10=V-c,11=Cy-c,12=R-c,13=M-c,14=J,15=Blc)
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+SOLID
+  5
+237A
+330
+2375
+100
+AcDbEntity
+  8
+IMG134
+ 62
+   134
+100
+AcDbTrace
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+ 11
+0.0
+ 21
+1.0
+ 31
+0.0
+ 12
+1.0
+ 22
+0.0
+ 32
+0.0
+ 13
+1.0
+ 23
+1.0
+ 33
+0.0
+  0
+ENDBLK
+  5
+237B
+330
+2375
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+35C4
+330
+35C3
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+Vanne booléenne 3 voies
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+Vanne booléenne 3 voies
+  1
+Vanne booléenne 3 voies
+  0
+SOLID
+  5
+35C5
+330
+35C3
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+10.49999999999993
+ 20
+-7.5
+ 30
+16.0
+ 11
+4.499999999999901
+ 21
+-7.499999999999943
+ 31
+16.0
+ 12
+7.499999999999943
+ 22
+0.0000000000000284
+ 32
+16.0
+ 13
+7.499999999999943
+ 23
+0.0000000000000284
+ 33
+16.0
+ 39
+16.0
+  0
+SOLID
+  5
+35C6
+330
+35C3
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+14.99999999999993
+ 20
+3.000000000000055
+ 30
+16.0
+ 11
+14.99999999999993
+ 21
+-2.999999999999971
+ 31
+16.0
+ 12
+7.499999999999927
+ 22
+0.0000000000000568
+ 32
+16.0
+ 13
+7.499999999999927
+ 23
+0.0000000000000568
+ 33
+16.0
+ 39
+16.0
+  0
+LINE
+  5
+35C7
+330
+35C3
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+4.499999999999901
+ 20
+-7.499999999999943
+ 30
+16.0
+ 11
+7.499999999999912
+ 21
+0.0000000000000568
+ 31
+16.0
+  0
+LINE
+  5
+35C8
+330
+35C3
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+7.499999999999927
+ 20
+0.0000000000000568
+ 30
+16.0
+ 11
+10.49999999999993
+ 21
+-7.5
+ 31
+16.0
+  0
+LINE
+  5
+35C9
+330
+35C3
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+14.99999999999993
+ 20
+-2.999999999999971
+ 30
+16.0
+ 11
+7.499999999999927
+ 21
+0.0000000000000568
+ 31
+16.0
+  0
+LINE
+  5
+35CA
+330
+35C3
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+-0.0000000000000284
+ 20
+3.000000000000055
+ 30
+16.0
+ 11
+7.499999999999971
+ 21
+0.0000000000000853
+ 31
+16.0
+  0
+LINE
+  5
+35CB
+330
+35C3
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+14.99999999999993
+ 20
+3.000000000000055
+ 30
+16.0
+ 11
+14.99999999999993
+ 21
+-2.999999999999971
+ 31
+16.0
+  0
+LINE
+  5
+35CC
+330
+35C3
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+-0.0000000000000284
+ 20
+-2.999999999999971
+ 30
+16.0
+ 11
+-0.0000000000000284
+ 21
+3.000000000000055
+ 31
+16.0
+  0
+LINE
+  5
+35CD
+330
+35C3
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+7.499999999999957
+ 20
+0.0000000000000568
+ 30
+0.0
+ 11
+14.99999999999993
+ 21
+3.000000000000055
+ 31
+16.0
+  0
+LINE
+  5
+35CE
+330
+35C3
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+7.499999999999912
+ 20
+0.0000000000000568
+ 30
+16.0
+ 11
+-0.0000000000000284
+ 21
+-2.999999999999971
+ 31
+16.0
+  0
+LINE
+  5
+35CF
+330
+35C3
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+10.49999999999993
+ 20
+-7.5
+ 30
+16.0
+ 11
+4.499999999999901
+ 21
+-7.499999999999943
+ 31
+16.0
+  0
+SOLID
+  5
+35D0
+330
+35C3
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000284
+ 20
+3.000000000000055
+ 30
+16.0
+ 11
+-0.0000000000000284
+ 21
+-2.999999999999971
+ 31
+16.0
+ 12
+7.499999999999957
+ 22
+0.0000000000000568
+ 32
+16.0
+ 13
+7.499999999999957
+ 23
+0.0000000000000568
+ 33
+16.0
+ 39
+16.0
+  0
+SOLID
+  5
+35D1
+330
+35C3
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+3.999999999999957
+ 20
+10.00000000000005
+ 30
+0.0
+ 11
+10.99999999999997
+ 21
+10.00000000000005
+ 31
+0.0
+ 12
+3.999999999999957
+ 22
+5.000000000000028
+ 32
+0.0
+ 13
+10.99999999999997
+ 23
+5.000000000000028
+ 33
+0.0
+ 39
+16.0
+  0
+LWPOLYLINE
+  5
+35D2
+330
+35C3
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbPolyline
+ 90
+        7
+ 70
+     0
+ 43
+0.0
+ 39
+16.0
+ 10
+7.499999999999957
+ 20
+0.0000000000000568
+ 10
+7.499999999999957
+ 20
+5.000000000000028
+ 10
+3.999999999999957
+ 20
+5.000000000000028
+ 10
+3.999999999999957
+ 20
+10.00000000000005
+ 10
+10.99999999999997
+ 20
+10.00000000000005
+ 10
+10.99999999999997
+ 20
+5.000000000000028
+ 10
+7.499999999999957
+ 20
+5.000000000000028
+  0
+LWPOLYLINE
+  5
+35D3
+330
+35C3
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 39
+16.0
+ 10
+3.999999999999957
+ 20
+7.000000000000027
+ 10
+10.99999999999997
+ 20
+7.000000000000027
+  0
+ENDBLK
+  5
+35D4
+330
+35C3
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+41DD
+330
+41D9
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+A$C5BB60AC7
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+A$C5BB60AC7
+  1
+A$C5BB60AC7
+  0
+SOLID
+  5
+41DA
+330
+41D9
+100
+AcDbEntity
+  8
+0
+ 62
+    10
+100
+AcDbTrace
+ 10
+-0.0000009892166872
+ 20
+0.0000001781107812
+ 30
+-12.0
+ 11
+266.3002472023618
+ 21
+0.0000001781107812
+ 31
+-12.0
+ 12
+-0.0000009892166872
+ 22
+3.176673844784998
+ 32
+-12.0
+ 13
+266.3002472023618
+ 23
+2.85439064637819
+ 33
+-12.0
+  0
+ENDBLK
+  5
+41DE
+330
+41D9
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+9924
+330
+9917
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+A$C55953CF7
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+A$C55953CF7
+  1
+
+  0
+INSERT
+  5
+9918
+330
+9917
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Jbutton
+ 10
+-0.0000005211932148
+ 20
+-0.0000006572838629
+ 30
+0.0
+ 41
+90.0
+ 42
+30.0
+ 43
+90.0
+  0
+ATTRIB
+  5
+9919
+330
+9918
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+-0.0000005211932148
+ 20
+-0.0000006572838629
+ 30
+0.0
+ 40
+3.0
+  1
+BP_MA_VIDE
+ 41
+3.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COMMANDE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+991A
+330
+9918
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+-0.0000005211932148
+ 20
+-0.0000006572838629
+ 30
+0.0
+ 40
+3.0
+  1
+
+ 41
+3.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+991B
+330
+9918
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+-0.0000005211932148
+ 20
+-0.0000006572838629
+ 30
+0.0
+ 40
+3.0
+  1
+10
+ 41
+3.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+991C
+330
+9918
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+-0.0000005211932148
+ 20
+-0.0000006572838629
+ 30
+0.0
+ 40
+3.0
+  1
+7
+ 41
+3.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+991D
+330
+9918
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+-0.0000005211932148
+ 20
+-0.0000006572838629
+ 30
+0.0
+ 40
+3.0
+  1
+1
+ 41
+3.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CONFIRM
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+991E
+330
+9918
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+-0.0000005211932148
+ 20
+-0.0000006572838629
+ 30
+0.0
+ 40
+3.0
+  1
+
+ 41
+3.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+991F
+330
+9918
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+-0.0000005211932148
+ 20
+-0.0000006572838629
+ 30
+0.0
+ 40
+3.0
+  1
+
+ 41
+3.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+9920
+330
+9918
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+-0.0000005211932148
+ 20
+-0.0000006572838629
+ 30
+0.0
+ 40
+3.0
+  1
+Marche
+ 41
+3.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+TEXTE
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+9921
+330
+9918
+100
+AcDbEntity
+  8
+0
+  0
+ENDBLK
+  5
+9925
+330
+9917
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+9A9E
+330
+9A91
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+A$C3E555B74
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+A$C3E555B74
+  1
+
+  0
+INSERT
+  5
+9A92
+330
+9A91
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Jbutton
+ 10
+-0.0000003053623914
+ 20
+0.000000445275532
+ 30
+0.0
+ 41
+100.0
+ 42
+20.0
+ 43
+100.0
+  0
+ATTRIB
+  5
+9A93
+330
+9A92
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+-0.0000003053623914
+ 20
+0.000000445275532
+ 30
+0.0
+ 40
+1.999999999999998
+  1
+CMD_PID_RCH01
+ 41
+4.999999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COMMANDE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+9A94
+330
+9A92
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+-0.0000003053623914
+ 20
+0.000000445275532
+ 30
+0.0
+ 40
+1.999999999999998
+  1
+CMD_PID_RCH01
+ 41
+4.999999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+9A95
+330
+9A92
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+-0.0000003053623914
+ 20
+0.000000445275532
+ 30
+0.0
+ 40
+1.999999999999998
+  1
+10
+ 41
+4.999999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+9A96
+330
+9A92
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+-0.0000003053623914
+ 20
+0.000000445275532
+ 30
+0.0
+ 40
+1.999999999999998
+  1
+7
+ 41
+4.999999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+9A97
+330
+9A92
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+-0.0000003053623914
+ 20
+0.000000445275532
+ 30
+0.0
+ 40
+1.999999999999998
+  1
+0
+ 41
+4.999999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CONFIRM
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+9A98
+330
+9A92
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+-0.0000003053623914
+ 20
+0.000000445275532
+ 30
+0.0
+ 40
+1.999999999999998
+  1
+Start PID RCH01
+ 41
+4.999999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+9A99
+330
+9A92
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+-0.0000003053623914
+ 20
+0.000000445275532
+ 30
+0.0
+ 40
+1.999999999999998
+  1
+Stop PID RCH01
+ 41
+4.999999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+9A9A
+330
+9A92
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+-0.0000003053623914
+ 20
+0.000000445275532
+ 30
+0.0
+ 40
+1.999999999999998
+  1
+ON/OFF RCH01
+ 41
+4.999999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+TEXTE
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+9A9B
+330
+9A92
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+  0
+ENDBLK
+  5
+9A9F
+330
+9A91
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+9C5D
+330
+9C50
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+A$C15946F93
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+A$C15946F93
+  1
+
+  0
+INSERT
+  5
+9C51
+330
+9C50
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Jbutton
+ 10
+0.0000009252607924
+ 20
+-0.0000005443978353
+ 30
+0.0
+ 41
+100.0
+ 42
+20.0
+ 43
+100.0
+  0
+ATTRIB
+  5
+9C52
+330
+9C51
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0000009252607924
+ 20
+-0.0000005443978353
+ 30
+0.0
+ 40
+1.999999999999998
+  1
+CMD_EH220
+ 41
+4.999999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COMMANDE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+9C53
+330
+9C51
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0000009252607924
+ 20
+-0.0000005443978353
+ 30
+0.0
+ 40
+1.999999999999998
+  1
+CMD_EH220
+ 41
+4.999999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+9C54
+330
+9C51
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0000009252607924
+ 20
+-0.0000005443978353
+ 30
+0.0
+ 40
+1.999999999999998
+  1
+10
+ 41
+4.999999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+9C55
+330
+9C51
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0000009252607924
+ 20
+-0.0000005443978353
+ 30
+0.0
+ 40
+1.999999999999998
+  1
+7
+ 41
+4.999999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+9C56
+330
+9C51
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0000009252607924
+ 20
+-0.0000005443978353
+ 30
+0.0
+ 40
+1.999999999999998
+  1
+0
+ 41
+4.999999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CONFIRM
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+9C57
+330
+9C51
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0000009252607924
+ 20
+-0.0000005443978353
+ 30
+0.0
+ 40
+1.999999999999998
+  1
+Start PID EH220
+ 41
+4.999999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+9C58
+330
+9C51
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0000009252607924
+ 20
+-0.0000005443978353
+ 30
+0.0
+ 40
+1.999999999999998
+  1
+Stop PID EH220
+ 41
+4.999999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+9C59
+330
+9C51
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0000009252607924
+ 20
+-0.0000005443978353
+ 30
+0.0
+ 40
+1.999999999999998
+  1
+ON/OFF EH220
+ 41
+4.999999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+TEXTE
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+9C5A
+330
+9C51
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+  0
+ENDBLK
+  5
+9C5E
+330
+9C50
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+9CEE
+330
+9CE1
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+A$C212C1499
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+A$C212C1499
+  1
+
+  0
+INSERT
+  5
+9CE2
+330
+9CE1
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Jbutton
+ 10
+0.0000028499102882
+ 20
+0.0000020432100882
+ 30
+0.0
+ 41
+67.0
+ 42
+20.0
+ 43
+100.0
+  0
+ATTRIB
+  5
+9CE3
+330
+9CE2
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0000028499102882
+ 20
+0.0000020432100882
+ 30
+0.0
+ 40
+1.999999999999999
+  1
+CMD_PP10
+ 41
+3.349999999999998
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COMMANDE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+9CE4
+330
+9CE2
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0000028499102882
+ 20
+0.0000020432100882
+ 30
+0.0
+ 40
+1.999999999999999
+  1
+CMD_PP10
+ 41
+3.349999999999998
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+9CE5
+330
+9CE2
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0000028499102882
+ 20
+0.0000020432100882
+ 30
+0.0
+ 40
+1.999999999999999
+  1
+7
+ 41
+3.349999999999998
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+9CE6
+330
+9CE2
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0000028499102882
+ 20
+0.0000020432100882
+ 30
+0.0
+ 40
+1.999999999999999
+  1
+7
+ 41
+3.349999999999998
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+9CE7
+330
+9CE2
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0000028499102882
+ 20
+0.0000020432100882
+ 30
+0.0
+ 40
+1.999999999999999
+  1
+0
+ 41
+3.349999999999998
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CONFIRM
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+9CE8
+330
+9CE2
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0000028499102882
+ 20
+0.0000020432100882
+ 30
+0.0
+ 40
+1.999999999999999
+  1
+Start PP10
+ 41
+3.349999999999998
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+9CE9
+330
+9CE2
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0000028499102882
+ 20
+0.0000020432100882
+ 30
+0.0
+ 40
+1.999999999999999
+  1
+Stop PP10
+ 41
+3.349999999999998
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+9CEA
+330
+9CE2
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0000028499102882
+ 20
+0.0000020432100882
+ 30
+0.0
+ 40
+1.999999999999999
+  1
+ON/OFF PP10
+ 41
+3.349999999999998
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+TEXTE
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+9CEB
+330
+9CE2
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+  0
+ENDBLK
+  5
+9CEF
+330
+9CE1
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+9F5A
+330
+9F51
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+A$C07E1678B
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+A$C07E1678B
+  1
+
+  0
+INSERT
+  5
+9F52
+330
+9F51
+100
+AcDbEntity
+  8
+0
+ 62
+     9
+100
+AcDbBlockReference
+ 66
+     1
+  2
+palet
+ 10
+0.1217321803026152
+ 20
+2.753752038842264
+ 30
+-43.19142612716809
+  0
+ATTRIB
+  5
+9F53
+330
+9F52
+100
+AcDbEntity
+  8
+IMG009
+ 62
+     9
+100
+AcDbText
+ 10
+0.1217321803026152
+ 20
+2.753752038842264
+ 30
+-43.19142612716809
+ 40
+8.0
+  1
+FV15_O&FV15_C
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+9F54
+330
+9F52
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.1217321803026152
+ 20
+2.753752038842264
+ 30
+-43.19142612716809
+ 40
+6.0
+  1
+24
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+9F55
+330
+9F52
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.1217321803026152
+ 20
+2.753752038842264
+ 30
+-43.19142612716809
+ 40
+8.0
+  1
+-1
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+9F56
+330
+9F52
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.1217321803026152
+ 20
+2.753752038842264
+ 30
+-43.19142612716809
+ 40
+8.0
+  1
+14
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+9F57
+330
+9F52
+100
+AcDbEntity
+  8
+0
+  0
+ENDBLK
+  5
+9F5B
+330
+9F51
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+AEB3
+330
+AEA2
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+A$C2F5C0FD1
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+A$C2F5C0FD1
+  1
+
+  0
+SOLID
+  5
+AEA3
+330
+AEA2
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+-0.000000048187303
+ 20
+-0.0000000522679215
+ 30
+0.0
+ 11
+94.10256088165217
+ 21
+0.0000006098103995
+ 31
+0.0
+ 12
+2.051280779053739
+ 22
+2.05127777115018
+ 32
+0.0
+ 13
+92.05128077905373
+ 23
+2.051280481014657
+ 33
+0.0
+  0
+SOLID
+  5
+AEA4
+330
+AEA2
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+2.051280779053739
+ 20
+2.051278046013578
+ 30
+0.0
+ 11
+-0.000000048187303
+ 21
+-0.0000000522679215
+ 31
+0.0
+ 12
+2.051280779053739
+ 22
+32.05128048101467
+ 32
+0.0
+ 13
+-0.0000001683561095
+ 23
+34.10256047611011
+ 33
+0.0
+  0
+SOLID
+  5
+AEA5
+330
+AEA2
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+2.051280779053739
+ 20
+32.05128048101467
+ 30
+0.0
+ 11
+92.05128077905373
+ 21
+32.05128048101467
+ 31
+0.0
+ 12
+-0.0000007113474112
+ 22
+34.10256048101456
+ 32
+0.0
+ 13
+94.10256077905343
+ 23
+34.10256062085722
+ 33
+0.0
+  0
+SOLID
+  5
+AEA6
+330
+AEA2
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     7
+100
+AcDbTrace
+ 10
+94.10256088165217
+ 20
+0.0000006098103995
+ 30
+0.0
+ 11
+92.05128118514812
+ 21
+2.051280481014657
+ 31
+0.0
+ 12
+94.10256077905343
+ 22
+34.10256062085722
+ 32
+0.0
+ 13
+92.05128077905373
+ 23
+32.05128048101467
+ 33
+0.0
+  0
+INSERT
+  5
+AEA7
+330
+AEA2
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+bouton
+ 10
+2.051280779053739
+ 20
+2.051278046013578
+ 30
+0.0
+ 41
+90.0
+ 42
+30.00000243500108
+ 43
+90.0
+  0
+ATTRIB
+  5
+AEA8
+330
+AEA7
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+2.051280779053739
+ 20
+2.051278046013578
+ 30
+0.0
+ 40
+3.000000243500108
+  1
+BP_MA_VIDE
+ 41
+2.99999975649991
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COMMANDE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+AEA9
+330
+AEA7
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+2.051280779053739
+ 20
+2.051278046013578
+ 30
+0.0
+ 40
+3.000000243500108
+  1
+
+ 41
+2.99999975649991
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+AEAA
+330
+AEA7
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+2.051280779053739
+ 20
+2.051278046013578
+ 30
+0.0
+ 40
+3.000000243500108
+  1
+
+ 41
+2.99999975649991
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+AEAB
+330
+AEA7
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+2.051280779053739
+ 20
+2.051278046013578
+ 30
+0.0
+ 40
+3.000000243500108
+  1
+7
+ 41
+2.99999975649991
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+AEAC
+330
+AEA7
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+2.051280779053739
+ 20
+2.051278046013578
+ 30
+0.0
+ 40
+3.000000243500108
+  1
+7
+ 41
+2.99999975649991
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+AEAD
+330
+AEA7
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+2.051280779053739
+ 20
+2.051278046013578
+ 30
+0.0
+ 40
+3.000000243500108
+  1
+
+ 41
+2.99999975649991
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+AEAE
+330
+AEA7
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+2.051280779053739
+ 20
+2.051278046013578
+ 30
+0.0
+ 40
+3.000000243500108
+  1
+
+ 41
+2.99999975649991
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+AEAF
+330
+AEA7
+100
+AcDbEntity
+  8
+0
+  0
+TEXT
+  5
+AEB0
+330
+AEA2
+100
+AcDbEntity
+  8
+INSTRUM
+ 62
+    18
+420
+   327685
+100
+AcDbText
+ 10
+32.31193485586573
+ 20
+14.38405029010056
+ 30
+0.0
+ 40
+8.0
+  1
+Marche
+  7
+GRAS
+100
+AcDbText
+  0
+ENDBLK
+  5
+AEB4
+330
+AEA2
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+B430
+330
+B423
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+A$C1E1F2580
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+A$C1E1F2580
+  1
+
+  0
+INSERT
+  5
+B424
+330
+B423
+100
+AcDbEntity
+  8
+0
+ 62
+     9
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Valnum
+ 10
+5.33801434875022
+ 20
+5.652320004577517
+ 30
+0.0
+ 41
+1.585079999999999
+ 42
+1.585079999999999
+ 43
+1.585079999999999
+  0
+ATTRIB
+  5
+B425
+330
+B424
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+75.08153434875111
+ 20
+5.652320004577517
+ 30
+0.0
+ 40
+12.68064
+  1
+PT15_S_mbar
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+B426
+330
+B424
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+75.08153434875111
+ 20
+5.652320004577517
+ 30
+0.0
+ 40
+12.68064
+  1
+14
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+B427
+330
+B424
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+75.08153434875111
+ 20
+5.652320004577517
+ 30
+0.0
+ 40
+12.68064
+  1
+0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+B428
+330
+B424
+100
+AcDbEntity
+  8
+0
+  0
+SOLID
+  5
+B429
+330
+B423
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+0.0000014990580439
+ 20
+-0.0000000866418759
+ 30
+0.0
+ 11
+128.147573391577
+ 21
+0.0000006552813829
+ 31
+0.0
+ 12
+2.051280199860797
+ 22
+2.05127873466256
+ 32
+0.0
+ 13
+126.0962933915771
+ 23
+2.05128078717962
+ 33
+0.0
+  0
+SOLID
+  5
+B42A
+330
+B423
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+2.051280199860912
+ 20
+2.051279292177695
+ 30
+0.0
+ 11
+0.0000014990580439
+ 21
+-0.0000000455789859
+ 31
+0.0
+ 12
+2.051282421190761
+ 22
+18.56408130531417
+ 32
+0.0
+ 13
+0.0000014737809124
+ 23
+20.61536130040975
+ 33
+0.0
+  0
+SOLID
+  5
+B42B
+330
+B423
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+2.051282421190876
+ 20
+18.56408222335517
+ 30
+0.0
+ 11
+126.0962933915771
+ 21
+18.56408116547152
+ 31
+0.0
+ 12
+0.0000014737809124
+ 22
+20.61536130040975
+ 32
+0.0
+ 13
+128.147573391577
+ 23
+20.6153613053142
+ 33
+0.0
+  0
+SOLID
+  5
+B42C
+330
+B423
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     7
+100
+AcDbTrace
+ 10
+128.147573391577
+ 20
+0.000001018573812
+ 30
+0.0
+ 11
+126.0962933915771
+ 21
+2.05128078717962
+ 31
+0.0
+ 12
+128.147573391577
+ 22
+20.6153613053142
+ 32
+0.0
+ 13
+126.0962933915771
+ 23
+18.56408116547152
+ 33
+0.0
+  0
+TEXT
+  5
+B42D
+330
+B423
+100
+AcDbEntity
+  8
+0
+ 62
+     2
+100
+AcDbText
+ 10
+91.00207969297093
+ 20
+6.021974735456637
+ 30
+0.0
+ 40
+10.0
+  1
+mbar
+  7
+GRAS
+100
+AcDbText
+  0
+ENDBLK
+  5
+B431
+330
+B423
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+BD92
+330
+BD91
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+Disque
+ 70
+     2
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+Disque
+  1
+
+  0
+ATTDEF
+  5
+BD93
+330
+BD91
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+ 40
+0.1
+  1
+TTxxx
+  7
+DOM1
+100
+AcDbAttributeDefinition
+280
+     0
+  3
+Nom variable
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTDEF
+  5
+BD94
+330
+BD91
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+ 40
+0.1
+  1
+10
+  7
+DOM1
+100
+AcDbAttributeDefinition
+280
+     0
+  3
+Coul1(0=N,1=Blu,2=V,3=Cy,4=R,5=M,6=Br,7=G-c,8=G-f,9=Bl-c,10=V-c,11=Cy-c,12=R-c,13=M-c,14=J,15=Blc)
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTDEF
+  5
+BD95
+330
+BD91
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+ 40
+0.1
+  1
+12
+  7
+DOM1
+100
+AcDbAttributeDefinition
+280
+     0
+  3
+Coul0(0=N,1=Blu,2=V,3=Cy,4=R,5=M,6=Br,7=G-c,8=G-f,9=Bl-c,10=V-c,11=Cy-c,12=R-c,13=M-c,14=J,15=Blc)
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTDEF
+  5
+BD96
+330
+BD91
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+ 40
+0.1
+  1
+7
+  7
+DOM1
+100
+AcDbAttributeDefinition
+280
+     0
+  3
+Coulf(0=N,1=Blu,2=V,3=Cy,4=R,5=M,6=Br,7=G-c,8=G-f,9=Bl-c,10=V-c,11=Cy-c,12=R-c,13=M-c,14=J,15=Blc)
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+ATTDEF
+  5
+BD97
+330
+BD91
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+ 40
+0.1
+  1
+0
+  7
+DOM1
+100
+AcDbAttributeDefinition
+280
+     0
+  3
+clignot à 1(0=NON,1=OUI)
+  2
+CLIG-1
+ 70
+     1
+280
+     0
+  0
+ATTDEF
+  5
+BD98
+330
+BD91
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+ 40
+0.1
+  1
+0
+  7
+DOM1
+100
+AcDbAttributeDefinition
+280
+     0
+  3
+clignot à 0(0=NON,1=OUI)
+  2
+CLIG-0
+ 70
+     1
+280
+     0
+  0
+CIRCLE
+  5
+BD99
+330
+BD91
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbCircle
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+ 40
+0.5
+  0
+ENDBLK
+  5
+BD9A
+330
+BD91
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+BFA4
+330
+BFA0
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+A$C687C57C3
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+A$C687C57C3
+  1
+
+  0
+SOLID
+  5
+BFA1
+330
+BFA0
+100
+AcDbEntity
+  8
+0
+ 62
+    14
+100
+AcDbTrace
+ 10
+28.40409855632481
+ 20
+52.76616275525327
+ 30
+0.0
+ 11
+185.4040980628368
+ 21
+-87.23383724474672
+ 31
+0.0
+ 12
+26.40409855632481
+ 22
+51.76616275525327
+ 32
+0.0
+ 13
+183.4040979394236
+ 23
+-88.2338361472145
+ 33
+0.0
+  0
+ENDBLK
+  5
+BFA5
+330
+BFA0
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+BFD2
+330
+BFCE
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+A$C51B45B14
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+A$C51B45B14
+  1
+
+  0
+SOLID
+  5
+BFCF
+330
+BFCE
+100
+AcDbEntity
+  8
+0
+ 62
+    14
+100
+AcDbTrace
+ 10
+26.44054854242109
+ 20
+22.8322251336757
+ 30
+0.0
+ 11
+26.44054854242109
+ 21
+-50.16777286688578
+ 31
+0.0
+ 12
+24.44054854242108
+ 22
+24.83222513367571
+ 32
+0.0
+ 13
+24.44054866583418
+ 23
+-51.16777376521475
+ 33
+0.0
+  0
+ENDBLK
+  5
+BFD3
+330
+BFCE
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+C02F
+330
+C02B
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+A$C4BC54F4F
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+A$C4BC54F4F
+  1
+
+  0
+SOLID
+  5
+C02C
+330
+C02B
+100
+AcDbEntity
+  8
+IMG008
+ 62
+    50
+100
+AcDbTrace
+ 10
+-0.0000015183272808
+ 20
+-0.0000008164278142
+ 30
+-10.71
+ 11
+-0.0000015183272808
+ 21
+63.99999918357218
+ 31
+-10.71
+ 12
+63.99999848167272
+ 22
+-0.0000008164278142
+ 32
+-10.71
+ 13
+63.99999848167272
+ 23
+63.99999918357218
+ 33
+-10.71
+ 39
+10.71
+  0
+ENDBLK
+  5
+C030
+330
+C02B
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+C0E9
+330
+C0E5
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+A$C1C7E18F9
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+A$C1C7E18F9
+  1
+
+  0
+SOLID
+  5
+C0E6
+330
+C0E5
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+0.0000013183729948
+ 20
+-0.0000015561333271
+ 30
+230.4
+ 11
+136.000002692491
+ 21
+-0.0000015561334408
+ 31
+230.4
+ 12
+1.800001318373176
+ 22
+1.799998443866626
+ 32
+230.4
+ 13
+134.2000026924908
+ 23
+1.799998443866626
+ 33
+230.4
+  0
+ENDBLK
+  5
+C0EA
+330
+C0E5
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+C4C5
+330
+C4BF
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+A$C75186B83
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+A$C75186B83
+  1
+
+  0
+SOLID
+  5
+C4C0
+330
+C4BF
+100
+AcDbEntity
+  8
+0
+ 62
+    20
+100
+AcDbTrace
+ 10
+0.0000005290020226
+ 20
+25.28159849329461
+ 30
+0.0
+ 11
+3.368934765092943
+ 21
+25.28233284907702
+ 31
+0.0
+ 12
+0.0045946446888365
+ 22
+0.0000010515511804
+ 32
+0.0
+ 13
+3.358560274490058
+ 23
+0.0000010515511804
+ 33
+0.0
+  0
+LINE
+  5
+C4C1
+330
+C4BF
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+0.0045946446888365
+ 20
+0.0000010515511804
+ 30
+0.0
+ 11
+0.0000005290020226
+ 21
+25.28159849329461
+ 31
+0.0
+  0
+LINE
+  5
+C4C2
+330
+C4BF
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+3.348912340417881
+ 20
+25.28232848461565
+ 30
+0.0
+ 11
+3.365005368477794
+ 21
+0.0000010515511804
+ 31
+0.0
+  0
+ENDBLK
+  5
+C4C6
+330
+C4BF
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+C4EE
+330
+C4EA
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+A$C1C916803
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+A$C1C916803
+  1
+
+  0
+LINE
+  5
+C4EB
+330
+C4EA
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+3.570001534056131
+ 20
+0.0000012800876448
+ 30
+0.0
+ 11
+0.0000015340559685
+ 21
+8.032501280087899
+ 31
+0.0
+  0
+ENDBLK
+  5
+C4EF
+330
+C4EA
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+C7DF
+330
+C7DE
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+S_VDREGU
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+S_VDREGU
+  1
+
+  0
+LINE
+  5
+C7E0
+330
+C7DE
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+2.25
+ 20
+1.125
+ 30
+0.0
+ 11
+-2.25
+ 21
+-1.125
+ 31
+0.0
+  0
+LINE
+  5
+C7E1
+330
+C7DE
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+2.25
+ 20
+-1.125
+ 30
+0.0
+ 11
+2.25
+ 21
+1.125
+ 31
+0.0
+  0
+LINE
+  5
+C7E2
+330
+C7DE
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+-2.25
+ 20
+1.125
+ 30
+0.0
+ 11
+2.25
+ 21
+-1.125
+ 31
+0.0
+  0
+LINE
+  5
+C7E3
+330
+C7DE
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+-2.25
+ 20
+-1.125
+ 30
+0.0
+ 11
+-2.25
+ 21
+1.125
+ 31
+0.0
+  0
+LINE
+  5
+C7E4
+330
+C7DE
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+0.0
+ 20
+2.25
+ 30
+0.0
+ 11
+0.0
+ 21
+0.0
+ 31
+0.0
+  0
+LINE
+  5
+C7E5
+330
+C7DE
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+-1.875
+ 20
+2.25
+ 30
+0.0
+ 11
+1.875
+ 21
+2.25
+ 31
+0.0
+  0
+ARC
+  5
+C7E6
+330
+C7DE
+100
+AcDbEntity
+  8
+0
+100
+AcDbCircle
+ 10
+0.0
+ 20
+2.25
+ 30
+0.0
+ 40
+1.875
+100
+AcDbArc
+ 50
+0.0
+ 51
+180.0
+  0
+ENDBLK
+  5
+C7E7
+330
+C7DE
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+C7F4
+330
+C7E9
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+A$C2C5646EA
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+A$C2C5646EA
+  1
+
+  0
+INSERT
+  5
+C7EA
+330
+C7E9
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbBlockReference
+  2
+IL
+ 10
+9.458496867646827
+ 20
+4.499999495291746
+ 30
+0.0
+ 41
+0.899999999999977
+ 42
+0.899999999999977
+ 43
+0.899999999999977
+  0
+MTEXT
+  5
+C7EB
+102
+{ACAD_XDICTIONARY
+360
+C7EC
+102
+}
+330
+C7E9
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbMText
+ 10
+9.458496867646827
+ 20
+4.499999495291746
+ 30
+0.0
+ 40
+1.8
+ 41
+11.0
+ 46
+6.000000000000011
+ 71
+     5
+ 72
+     5
+  1
+{\fArial|b0|i0|c0|p34;FT\P104}
+ 73
+     1
+ 44
+1.0
+1001
+ACAD
+1000
+ACAD_MTEXT_DEFINED_HEIGHT_BEGIN
+1070
+    46
+1040
+6.000000000000011
+1000
+ACAD_MTEXT_DEFINED_HEIGHT_END
+  0
+INSERT
+  5
+C7ED
+330
+C7E9
+100
+AcDbEntity
+  8
+DESSIN
+  6
+Continuous
+100
+AcDbBlockReference
+  2
+S_VDREGU
+ 10
+2.708496867646942
+ 20
+4.499999495291746
+ 30
+0.0
+  0
+MTEXT
+  5
+C7EE
+102
+{ACAD_XDICTIONARY
+360
+C7EF
+102
+}
+330
+C7E9
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbMText
+ 10
+2.708496867646942
+ 20
+12.49999949529174
+ 30
+0.0
+ 40
+1.8
+ 41
+11.0
+ 46
+6.000000000000011
+ 71
+     5
+ 72
+     5
+  1
+{\fArial|b0|i0|c0|p34;FCV\P104}
+ 73
+     1
+ 44
+1.0
+1001
+ACAD
+1000
+ACAD_MTEXT_DEFINED_HEIGHT_BEGIN
+1070
+    46
+1040
+6.000000000000011
+1000
+ACAD_MTEXT_DEFINED_HEIGHT_END
+  0
+LINE
+  5
+C7F0
+330
+C7E9
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+16.65849686764676
+ 20
+4.499999495291746
+ 30
+0.0
+ 11
+13.50849686764678
+ 21
+2.699999495291733
+ 31
+0.0
+  0
+LINE
+  5
+C7F1
+330
+C7E9
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+13.50849686764678
+ 20
+6.299999495291757
+ 30
+0.0
+ 11
+16.65849686764676
+ 21
+4.499999495291746
+ 31
+0.0
+  0
+ENDBLK
+  5
+C7F5
+330
+C7E9
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+C87A
+330
+C86A
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+A$C61E9592C
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+A$C61E9592C
+  1
+
+  0
+SOLID
+  5
+C86B
+330
+C86A
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbTrace
+ 10
+1.800005554178254
+ 20
+37.19999849723081
+ 30
+230.4
+ 11
+134.2000069282959
+ 21
+37.19999849723081
+ 31
+230.4
+ 12
+1.800005554178254
+ 22
+1.799998497230489
+ 32
+230.4
+ 13
+134.2000069282959
+ 23
+1.799998497230489
+ 33
+230.4
+ 39
+28.8
+  0
+SOLID
+  5
+C86C
+330
+C86A
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+0.0000055541780739
+ 20
+-0.0000015027694644
+ 30
+230.4
+ 11
+1.800005554178254
+ 21
+1.799998497230489
+ 31
+230.4
+ 12
+0.0000055541780739
+ 22
+38.99999849723031
+ 32
+230.4
+ 13
+1.800005554178254
+ 23
+37.19999849723081
+ 33
+230.4
+  0
+SOLID
+  5
+C86D
+330
+C86A
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+1.800005554178254
+ 20
+37.19999849723081
+ 30
+230.4
+ 11
+134.2000069282959
+ 21
+37.19999849723081
+ 31
+230.4
+ 12
+0.0000055541780739
+ 22
+38.99999849723031
+ 32
+230.4
+ 13
+136.0000069282961
+ 23
+38.99999849723031
+ 33
+230.4
+  0
+SOLID
+  5
+C86E
+330
+C86A
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+0.0000055541780739
+ 20
+-0.0000015027694644
+ 30
+230.4
+ 11
+136.0000069282961
+ 21
+-0.0000015027695781
+ 31
+230.4
+ 12
+1.800005554178254
+ 22
+1.799998497230489
+ 32
+230.4
+ 13
+134.2000069282959
+ 23
+1.799998497230489
+ 33
+230.4
+  0
+SOLID
+  5
+C86F
+330
+C86A
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+136.0000069282961
+ 20
+-0.0000015027694644
+ 30
+230.4
+ 11
+134.2000069282959
+ 21
+1.799998497230489
+ 31
+230.4
+ 12
+136.0000069282961
+ 22
+38.99999849723031
+ 32
+230.4
+ 13
+134.2000069282959
+ 23
+37.19999849723081
+ 33
+230.4
+  0
+LWPOLYLINE
+  5
+C870
+330
+C86A
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 38
+230.4
+ 10
+0.0000055541780739
+ 20
+38.99999849723031
+ 10
+136.0000069282961
+ 20
+38.99999849723031
+ 10
+136.0000069282961
+ 20
+-0.0000015027694644
+ 10
+0.0000055541780739
+ 20
+-0.0000015027694644
+  0
+TEXT
+  5
+C871
+330
+C86A
+100
+AcDbEntity
+  8
+0
+ 62
+   254
+100
+AcDbText
+ 10
+5.400005554177936
+ 20
+23.44269156405801
+ 30
+230.4
+ 40
+10.0
+  1
+PT103
+  7
+GRAS
+100
+AcDbText
+  0
+TEXT
+  5
+C872
+330
+C86A
+100
+AcDbEntity
+  8
+0
+ 62
+     2
+100
+AcDbText
+ 10
+88.00000692829611
+ 20
+5.999996799452446
+ 30
+201.6
+ 40
+14.4
+  1
+mbar
+100
+AcDbText
+  0
+INSERT
+  5
+C873
+330
+C86A
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Valnum
+ 10
+5.400005554177936
+ 20
+5.399998497230626
+ 30
+230.4
+ 41
+1.5
+ 42
+1.5
+ 43
+1.5
+  0
+ATTRIB
+  5
+C874
+330
+C873
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+71.40000555417863
+ 20
+5.399998497230626
+ 30
+230.4
+ 40
+12.00000000000011
+  1
+BAR_PT103
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+C875
+330
+C873
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+71.40000555417863
+ 20
+5.399998497230626
+ 30
+230.4
+ 40
+12.00000000000011
+  1
+14
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+C876
+330
+C873
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+71.40000555417863
+ 20
+5.399998497230626
+ 30
+230.4
+ 40
+12.00000000000011
+  1
+0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+C877
+330
+C873
+100
+AcDbEntity
+  8
+0
+  0
+ENDBLK
+  5
+C87B
+330
+C86A
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+C982
+330
+C97E
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+A$C08034BA2
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+A$C08034BA2
+  1
+
+  0
+SOLID
+  5
+C97F
+330
+C97E
+100
+AcDbEntity
+  8
+0
+ 62
+   241
+100
+AcDbTrace
+ 10
+-0.0000010090062688
+ 20
+0.0000020801829805
+ 30
+0.0
+ 11
+-0.0000010090062688
+ 21
+3.368692037719596
+ 31
+0.0
+ 12
+205.1499989909934
+ 22
+0.0162728628826017
+ 32
+0.0
+ 13
+205.1499989909934
+ 23
+3.370806814474121
+ 33
+0.0
+  0
+ENDBLK
+  5
+C983
+330
+C97E
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+CA6D
+330
+CA69
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+A$C4AEE3746
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+A$C4AEE3746
+  1
+
+  0
+SOLID
+  5
+CA6A
+330
+CA69
+100
+AcDbEntity
+  8
+0
+ 62
+    18
+420
+        0
+100
+AcDbTrace
+ 10
+3.363990457485896
+ 20
+0.0002203147734008
+ 30
+0.0
+ 11
+0.0005184106584011
+ 21
+-0.0000007935573194
+ 31
+0.0
+ 12
+3.281358254398127
+ 22
+13.64161571689123
+ 32
+0.0
+ 13
+0.0000003341135653
+ 23
+13.6407858951502
+ 33
+0.0
+  0
+ENDBLK
+  5
+CA6E
+330
+CA69
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+D026
+330
+D022
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+A$C4718551B
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+A$C4718551B
+  1
+
+  0
+TEXT
+  5
+D023
+330
+D022
+100
+AcDbEntity
+  8
+0
+ 62
+    18
+420
+        0
+100
+AcDbText
+ 10
+2.196989249421789
+ 20
+5.251628107535423
+ 30
+0.0
+ 40
+11.0
+  1
+Evacuation gaz
+  7
+GRAS
+100
+AcDbText
+  0
+ENDBLK
+  5
+D027
+330
+D022
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+D3ED
+330
+D376
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+A$C4B4B37A6
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+A$C4B4B37A6
+  1
+
+  0
+SOLID
+  5
+D377
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    75
+100
+AcDbTrace
+ 10
+2.588236691783436
+ 20
+14.5722278097039
+ 30
+-35.28011329797511
+ 11
+29.82655945860324
+ 21
+64.50915288220539
+ 31
+-35.28011329797511
+ 12
+57.06488222542134
+ 22
+14.5722278097039
+ 32
+-35.28011329797511
+ 13
+57.06488222542134
+ 23
+14.5722278097039
+ 33
+-35.28011329797511
+ 39
+14.52710547563681
+  0
+SOLID
+  5
+D378
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+28.01067127414774
+ 20
+50.88999149879588
+ 30
+-35.28011329797511
+ 11
+31.64244764305784
+ 21
+50.88999149879588
+ 31
+-35.28011329797511
+ 12
+28.01067127414774
+ 22
+23.65166873197687
+ 32
+-35.28011329797511
+ 13
+31.64244764305784
+ 23
+23.65166873197687
+ 33
+-35.28011329797511
+ 39
+14.52710547563681
+  0
+CIRCLE
+  5
+D379
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbCircle
+ 39
+29.05421095127363
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 40
+1.8158881844546
+  0
+SOLID
+  5
+D37A
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+29.82655945860324
+ 21
+20.92783645529494
+ 31
+-35.28011329797511
+ 12
+30.18973709549312
+ 22
+20.92783645529494
+ 32
+-35.28011329797511
+ 13
+30.18973709549312
+ 23
+20.92783645529494
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D37B
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+29.73576504938023
+ 21
+20.92783645529494
+ 31
+-35.28011329797511
+ 12
+30.00814827704858
+ 22
+20.92783645529494
+ 32
+-35.28011329797511
+ 13
+30.00814827704858
+ 23
+20.92783645529494
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D37C
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+29.5541762309349
+ 21
+20.92783645529494
+ 31
+-35.28011329797511
+ 12
+29.91735386782579
+ 22
+20.92783645529494
+ 32
+-35.28011329797511
+ 13
+29.91735386782579
+ 23
+20.92783645529494
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D37D
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+29.46338182171132
+ 21
+20.92783645529494
+ 31
+-35.28011329797511
+ 12
+29.82655945860324
+ 22
+20.92783645529494
+ 32
+-35.28011329797511
+ 13
+29.82655945860324
+ 23
+20.92783645529494
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D37E
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+29.37258741248866
+ 21
+20.83704204607224
+ 31
+-35.28011329797511
+ 12
+29.73576504938023
+ 22
+20.92783645529494
+ 32
+-35.28011329797511
+ 13
+29.73576504938023
+ 23
+20.92783645529494
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D37F
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+29.28179300326588
+ 21
+20.83704204607224
+ 31
+-35.28011329797511
+ 12
+29.5541762309349
+ 22
+20.92783645529494
+ 32
+-35.28011329797511
+ 13
+29.5541762309349
+ 23
+20.92783645529494
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D380
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+29.1909985940431
+ 21
+20.83704204607224
+ 31
+-35.28011329797511
+ 12
+29.46338182171132
+ 22
+20.92783645529494
+ 32
+-35.28011329797511
+ 13
+29.46338182171132
+ 23
+20.92783645529494
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D381
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+29.00940977559765
+ 21
+20.74624763684946
+ 31
+-35.28011329797511
+ 12
+29.37258741248866
+ 22
+20.83704204607224
+ 32
+-35.28011329797511
+ 13
+29.37258741248866
+ 23
+20.83704204607224
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D382
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+28.91861536637509
+ 21
+20.74624763684946
+ 31
+-35.28011329797511
+ 12
+29.28179300326588
+ 22
+20.83704204607224
+ 32
+-35.28011329797511
+ 13
+29.28179300326588
+ 23
+20.83704204607224
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D383
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+28.82782095715299
+ 21
+20.65545322762681
+ 31
+-35.28011329797511
+ 12
+29.1909985940431
+ 22
+20.83704204607224
+ 32
+-35.28011329797511
+ 13
+29.1909985940431
+ 23
+20.83704204607224
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D384
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+28.73702654792953
+ 21
+20.56465881840399
+ 31
+-35.28011329797511
+ 12
+29.00940977559765
+ 22
+20.74624763684946
+ 32
+-35.28011329797511
+ 13
+29.00940977559765
+ 23
+20.74624763684946
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D385
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+28.64623213870664
+ 21
+20.47386440918125
+ 31
+-35.28011329797511
+ 12
+28.91861536637509
+ 22
+20.65545322762681
+ 32
+-35.28011329797511
+ 13
+28.91861536637509
+ 23
+20.65545322762681
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D386
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+28.55543772948397
+ 21
+20.47386440918125
+ 31
+-35.28011329797511
+ 12
+28.82782095715299
+ 22
+20.65545322762681
+ 32
+-35.28011329797511
+ 13
+28.82782095715299
+ 23
+20.65545322762681
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D387
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+28.46464332026153
+ 21
+20.38306999995854
+ 31
+-35.28011329797511
+ 12
+28.73702654792953
+ 22
+20.56465881840399
+ 32
+-35.28011329797511
+ 13
+28.73702654792953
+ 23
+20.56465881840399
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D388
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+28.46464332026153
+ 21
+20.29227559073581
+ 31
+-35.28011329797511
+ 12
+28.64623213870664
+ 22
+20.47386440918125
+ 32
+-35.28011329797511
+ 13
+28.64623213870664
+ 23
+20.47386440918125
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D389
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+28.37384891103852
+ 21
+20.20148118151315
+ 31
+-35.28011329797511
+ 12
+28.55543772948397
+ 22
+20.47386440918125
+ 32
+-35.28011329797511
+ 13
+28.55543772948397
+ 23
+20.47386440918125
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D38A
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+28.28305450181574
+ 21
+20.11068677229056
+ 31
+-35.28011329797511
+ 12
+28.46464332026153
+ 22
+20.38306999995854
+ 32
+-35.28011329797511
+ 13
+28.46464332026153
+ 23
+20.38306999995854
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D38B
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+28.19226009259319
+ 21
+20.01989236306764
+ 31
+-35.28011329797511
+ 12
+28.46464332026153
+ 22
+20.29227559073581
+ 32
+-35.28011329797511
+ 13
+28.46464332026153
+ 23
+20.29227559073581
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D38C
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+28.19226009259319
+ 21
+19.92909795384497
+ 31
+-35.28011329797511
+ 12
+28.37384891103852
+ 22
+20.20148118151315
+ 32
+-35.28011329797511
+ 13
+28.37384891103852
+ 23
+20.20148118151315
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D38D
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+28.10146568337041
+ 21
+19.74750913539955
+ 31
+-35.28011329797511
+ 12
+28.28305450181574
+ 22
+20.11068677229056
+ 32
+-35.28011329797511
+ 13
+28.28305450181574
+ 23
+20.11068677229056
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D38E
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+28.10146568337041
+ 21
+19.6567147261768
+ 31
+-35.28011329797511
+ 12
+28.19226009259319
+ 22
+20.01989236306764
+ 32
+-35.28011329797511
+ 13
+28.19226009259319
+ 23
+20.01989236306764
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D38F
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+28.10146568337041
+ 21
+19.56592031695405
+ 31
+-35.28011329797511
+ 12
+28.19226009259319
+ 22
+19.83830354462191
+ 32
+-35.28011329797511
+ 13
+28.19226009259319
+ 23
+19.83830354462191
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D390
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+28.01067127414774
+ 21
+19.47512590773121
+ 31
+-35.28011329797511
+ 12
+28.10146568337041
+ 22
+19.74750913539955
+ 32
+-35.28011329797511
+ 13
+28.10146568337041
+ 23
+19.74750913539955
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D391
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+28.01067127414774
+ 21
+19.38433149850851
+ 31
+-35.28011329797511
+ 12
+28.10146568337041
+ 22
+19.6567147261768
+ 32
+-35.28011329797511
+ 13
+28.10146568337041
+ 23
+19.6567147261768
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D392
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+28.01067127414774
+ 21
+19.20274268006327
+ 31
+-35.28011329797511
+ 12
+28.10146568337041
+ 22
+19.56592031695405
+ 32
+-35.28011329797511
+ 13
+28.10146568337041
+ 23
+19.56592031695405
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D393
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+28.01067127414774
+ 21
+19.11194827084038
+ 31
+-35.28011329797511
+ 12
+28.01067127414774
+ 22
+19.47512590773121
+ 32
+-35.28011329797511
+ 13
+28.01067127414774
+ 23
+19.47512590773121
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D394
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+28.01067127414774
+ 21
+19.02115386161782
+ 31
+-35.28011329797511
+ 12
+28.01067127414774
+ 22
+19.29353708928585
+ 32
+-35.28011329797511
+ 13
+28.01067127414774
+ 23
+19.29353708928585
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D395
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+28.01067127414774
+ 21
+18.83956504317217
+ 31
+-35.28011329797511
+ 12
+28.01067127414774
+ 22
+19.20274268006327
+ 32
+-35.28011329797511
+ 13
+28.01067127414774
+ 23
+19.20274268006327
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D396
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+28.01067127414774
+ 21
+18.74877063394965
+ 31
+-35.28011329797511
+ 12
+28.01067127414774
+ 22
+19.11194827084038
+ 32
+-35.28011329797511
+ 13
+28.01067127414774
+ 23
+19.11194827084038
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D397
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+28.10146568337041
+ 21
+18.65797622472692
+ 31
+-35.28011329797511
+ 12
+28.01067127414774
+ 22
+19.02115386161782
+ 32
+-35.28011329797511
+ 13
+28.01067127414774
+ 23
+19.02115386161782
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D398
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+28.10146568337041
+ 21
+18.56718181550394
+ 31
+-35.28011329797511
+ 12
+28.01067127414774
+ 22
+18.83956504317217
+ 32
+-35.28011329797511
+ 13
+28.01067127414774
+ 23
+18.83956504317217
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D399
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+28.10146568337041
+ 21
+18.47638740628119
+ 31
+-35.28011329797511
+ 12
+28.01067127414774
+ 22
+18.74877063394965
+ 32
+-35.28011329797511
+ 13
+28.01067127414774
+ 23
+18.74877063394965
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D39A
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+28.19226009259319
+ 21
+18.29479858783594
+ 31
+-35.28011329797511
+ 12
+28.10146568337041
+ 22
+18.65797622472692
+ 32
+-35.28011329797511
+ 13
+28.10146568337041
+ 23
+18.65797622472692
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D39B
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+28.19226009259319
+ 21
+18.20400417861305
+ 31
+-35.28011329797511
+ 12
+28.10146568337041
+ 22
+18.56718181550394
+ 32
+-35.28011329797511
+ 13
+28.10146568337041
+ 23
+18.56718181550394
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D39C
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+28.28305450181574
+ 21
+18.11320976939048
+ 31
+-35.28011329797511
+ 12
+28.10146568337041
+ 22
+18.47638740628119
+ 32
+-35.28011329797511
+ 13
+28.10146568337041
+ 23
+18.47638740628119
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D39D
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+28.37384891103852
+ 21
+18.0224153601676
+ 31
+-35.28011329797511
+ 12
+28.19226009259319
+ 22
+18.29479858783594
+ 32
+-35.28011329797511
+ 13
+28.19226009259319
+ 23
+18.29479858783594
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D39E
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+28.46464332026153
+ 21
+17.93162095094475
+ 31
+-35.28011329797511
+ 12
+28.28305450181574
+ 22
+18.20400417861305
+ 32
+-35.28011329797511
+ 13
+28.28305450181574
+ 23
+18.20400417861305
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D39F
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+28.46464332026153
+ 21
+17.84082654172235
+ 31
+-35.28011329797511
+ 12
+28.28305450181574
+ 22
+18.11320976939048
+ 32
+-35.28011329797511
+ 13
+28.28305450181574
+ 23
+18.11320976939048
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D3A0
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+28.55543772948397
+ 21
+17.75003213249948
+ 31
+-35.28011329797511
+ 12
+28.37384891103852
+ 22
+18.0224153601676
+ 32
+-35.28011329797511
+ 13
+28.37384891103852
+ 23
+18.0224153601676
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D3A1
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+28.64623213870664
+ 21
+17.75003213249948
+ 31
+-35.28011329797511
+ 12
+28.46464332026153
+ 22
+17.93162095094475
+ 32
+-35.28011329797511
+ 13
+28.46464332026153
+ 23
+17.93162095094475
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D3A2
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+28.73702654792953
+ 21
+17.65923772327662
+ 31
+-35.28011329797511
+ 12
+28.46464332026153
+ 22
+17.84082654172235
+ 32
+-35.28011329797511
+ 13
+28.46464332026153
+ 23
+17.84082654172235
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D3A3
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+28.82782095715299
+ 21
+17.56844331405406
+ 31
+-35.28011329797511
+ 12
+28.55543772948397
+ 22
+17.75003213249948
+ 32
+-35.28011329797511
+ 13
+28.55543772948397
+ 23
+17.75003213249948
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D3A4
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+28.91861536637509
+ 21
+17.47764890483118
+ 31
+-35.28011329797511
+ 12
+28.64623213870664
+ 22
+17.75003213249948
+ 32
+-35.28011329797511
+ 13
+28.64623213870664
+ 23
+17.75003213249948
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D3A5
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+29.00940977559765
+ 21
+17.47764890483118
+ 31
+-35.28011329797511
+ 12
+28.73702654792953
+ 22
+17.65923772327662
+ 32
+-35.28011329797511
+ 13
+28.73702654792953
+ 23
+17.65923772327662
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D3A6
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+29.1909985940431
+ 21
+17.38685449560833
+ 31
+-35.28011329797511
+ 12
+28.82782095715299
+ 22
+17.56844331405406
+ 32
+-35.28011329797511
+ 13
+28.82782095715299
+ 23
+17.56844331405406
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D3A7
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+29.28179300326588
+ 21
+17.38685449560833
+ 31
+-35.28011329797511
+ 12
+28.91861536637509
+ 22
+17.47764890483118
+ 32
+-35.28011329797511
+ 13
+28.91861536637509
+ 23
+17.47764890483118
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D3A8
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+29.37258741248866
+ 21
+17.38685449560833
+ 31
+-35.28011329797511
+ 12
+29.10020418482043
+ 22
+17.47764890483118
+ 32
+-35.28011329797511
+ 13
+29.10020418482043
+ 23
+17.47764890483118
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D3A9
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+29.46338182171132
+ 21
+17.29606008638586
+ 31
+-35.28011329797511
+ 12
+29.1909985940431
+ 22
+17.38685449560833
+ 32
+-35.28011329797511
+ 13
+29.1909985940431
+ 23
+17.38685449560833
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D3AA
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+29.5541762309349
+ 21
+17.29606008638586
+ 31
+-35.28011329797511
+ 12
+29.28179300326588
+ 22
+17.38685449560833
+ 32
+-35.28011329797511
+ 13
+29.28179300326588
+ 23
+17.38685449560833
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D3AB
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+29.73576504938023
+ 21
+17.29606008638586
+ 31
+-35.28011329797511
+ 12
+29.37258741248866
+ 22
+17.38685449560833
+ 32
+-35.28011329797511
+ 13
+29.37258741248866
+ 23
+17.38685449560833
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D3AC
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+29.82655945860324
+ 21
+17.29606008638586
+ 31
+-35.28011329797511
+ 12
+29.46338182171132
+ 22
+17.29606008638586
+ 32
+-35.28011329797511
+ 13
+29.46338182171132
+ 23
+17.29606008638586
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D3AD
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+29.91735386782579
+ 21
+17.29606008638586
+ 31
+-35.28011329797511
+ 12
+29.64497064015688
+ 22
+17.29606008638586
+ 32
+-35.28011329797511
+ 13
+29.64497064015688
+ 23
+17.29606008638586
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D3AE
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+30.09894268627034
+ 21
+17.29606008638586
+ 31
+-35.28011329797511
+ 12
+29.73576504938023
+ 22
+17.29606008638586
+ 32
+-35.28011329797511
+ 13
+29.73576504938023
+ 23
+17.29606008638586
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D3AF
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+30.18973709549312
+ 21
+17.29606008638586
+ 31
+-35.28011329797511
+ 12
+29.82655945860324
+ 22
+17.29606008638586
+ 32
+-35.28011329797511
+ 13
+29.82655945860324
+ 23
+17.29606008638586
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D3B0
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+30.28053150471601
+ 21
+17.38685449560833
+ 31
+-35.28011329797511
+ 12
+29.91735386782579
+ 22
+17.29606008638586
+ 32
+-35.28011329797511
+ 13
+29.91735386782579
+ 23
+17.29606008638586
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D3B1
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+30.37132591393868
+ 21
+17.38685449560833
+ 31
+-35.28011329797511
+ 12
+30.09894268627034
+ 22
+17.29606008638586
+ 32
+-35.28011329797511
+ 13
+30.09894268627034
+ 23
+17.29606008638586
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D3B2
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+30.46212032316134
+ 21
+17.38685449560833
+ 31
+-35.28011329797511
+ 12
+30.18973709549312
+ 22
+17.29606008638586
+ 32
+-35.28011329797511
+ 13
+30.18973709549312
+ 23
+17.29606008638586
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D3B3
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+30.64370914160668
+ 21
+17.47764890483118
+ 31
+-35.28011329797511
+ 12
+30.28053150471601
+ 22
+17.38685449560833
+ 32
+-35.28011329797511
+ 13
+30.28053150471601
+ 23
+17.38685449560833
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D3B4
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+30.73450355082957
+ 21
+17.47764890483118
+ 31
+-35.28011329797511
+ 12
+30.37132591393868
+ 22
+17.38685449560833
+ 32
+-35.28011329797511
+ 13
+30.37132591393868
+ 23
+17.38685449560833
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D3B5
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+30.82529796005224
+ 21
+17.56844331405406
+ 31
+-35.28011329797511
+ 12
+30.46212032316134
+ 22
+17.38685449560833
+ 32
+-35.28011329797511
+ 13
+30.46212032316134
+ 23
+17.38685449560833
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D3B6
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+30.9160923692757
+ 21
+17.65923772327662
+ 31
+-35.28011329797511
+ 12
+30.64370914160668
+ 22
+17.47764890483118
+ 32
+-35.28011329797511
+ 13
+30.64370914160668
+ 23
+17.47764890483118
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D3B7
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+31.00688677849769
+ 21
+17.75003213249948
+ 31
+-35.28011329797511
+ 12
+30.73450355082957
+ 22
+17.56844331405406
+ 32
+-35.28011329797511
+ 13
+30.73450355082957
+ 23
+17.56844331405406
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D3B8
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+31.09768118772104
+ 21
+17.75003213249948
+ 31
+-35.28011329797511
+ 12
+30.82529796005224
+ 22
+17.56844331405406
+ 32
+-35.28011329797511
+ 13
+30.82529796005224
+ 23
+17.56844331405406
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D3B9
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+31.18847559694336
+ 21
+17.84082654172235
+ 31
+-35.28011329797511
+ 12
+30.9160923692757
+ 22
+17.65923772327662
+ 32
+-35.28011329797511
+ 13
+30.9160923692757
+ 23
+17.65923772327662
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D3BA
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+31.18847559694336
+ 21
+17.93162095094475
+ 31
+-35.28011329797511
+ 12
+31.00688677849769
+ 22
+17.75003213249948
+ 32
+-35.28011329797511
+ 13
+31.00688677849769
+ 23
+17.75003213249948
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D3BB
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+31.27927000616603
+ 21
+18.0224153601676
+ 31
+-35.28011329797511
+ 12
+31.09768118772104
+ 22
+17.75003213249948
+ 32
+-35.28011329797511
+ 13
+31.09768118772104
+ 23
+17.75003213249948
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D3BC
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+31.3700644153887
+ 21
+18.11320976939048
+ 31
+-35.28011329797511
+ 12
+31.18847559694336
+ 22
+17.84082654172235
+ 32
+-35.28011329797511
+ 13
+31.18847559694336
+ 23
+17.84082654172235
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D3BD
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+31.46085882461136
+ 21
+18.20400417861305
+ 31
+-35.28011329797511
+ 12
+31.18847559694336
+ 22
+17.93162095094475
+ 32
+-35.28011329797511
+ 13
+31.18847559694336
+ 23
+17.93162095094475
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D3BE
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+31.46085882461136
+ 21
+18.29479858783594
+ 31
+-35.28011329797511
+ 12
+31.27927000616603
+ 22
+18.0224153601676
+ 32
+-35.28011329797511
+ 13
+31.27927000616603
+ 23
+18.0224153601676
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D3BF
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+31.55165323383494
+ 21
+18.47638740628119
+ 31
+-35.28011329797511
+ 12
+31.3700644153887
+ 22
+18.11320976939048
+ 32
+-35.28011329797511
+ 13
+31.3700644153887
+ 23
+18.11320976939048
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D3C0
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+31.55165323383494
+ 21
+18.56718181550394
+ 31
+-35.28011329797511
+ 12
+31.46085882461136
+ 22
+18.20400417861305
+ 32
+-35.28011329797511
+ 13
+31.46085882461136
+ 23
+18.20400417861305
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D3C1
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+31.55165323383494
+ 21
+18.65797622472692
+ 31
+-35.28011329797511
+ 12
+31.46085882461136
+ 22
+18.38559299705848
+ 32
+-35.28011329797511
+ 13
+31.46085882461136
+ 23
+18.38559299705848
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D3C2
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+31.64244764305784
+ 21
+18.74877063394965
+ 31
+-35.28011329797511
+ 12
+31.55165323383494
+ 22
+18.47638740628119
+ 32
+-35.28011329797511
+ 13
+31.55165323383494
+ 23
+18.47638740628119
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D3C3
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+31.64244764305784
+ 21
+18.83956504317217
+ 31
+-35.28011329797511
+ 12
+31.55165323383494
+ 22
+18.56718181550394
+ 32
+-35.28011329797511
+ 13
+31.55165323383494
+ 23
+18.56718181550394
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D3C4
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+31.64244764305784
+ 21
+19.02115386161782
+ 31
+-35.28011329797511
+ 12
+31.55165323383494
+ 22
+18.65797622472692
+ 32
+-35.28011329797511
+ 13
+31.55165323383494
+ 23
+18.65797622472692
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D3C5
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+31.64244764305784
+ 21
+19.11194827084038
+ 31
+-35.28011329797511
+ 12
+31.64244764305784
+ 22
+18.74877063394965
+ 32
+-35.28011329797511
+ 13
+31.64244764305784
+ 23
+18.74877063394965
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D3C6
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+31.64244764305784
+ 21
+19.20274268006327
+ 31
+-35.28011329797511
+ 12
+31.64244764305784
+ 22
+18.93035945239487
+ 32
+-35.28011329797511
+ 13
+31.64244764305784
+ 23
+18.93035945239487
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D3C7
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+31.64244764305784
+ 21
+19.38433149850851
+ 31
+-35.28011329797511
+ 12
+31.64244764305784
+ 22
+19.02115386161782
+ 32
+-35.28011329797511
+ 13
+31.64244764305784
+ 23
+19.02115386161782
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D3C8
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+31.64244764305784
+ 21
+19.47512590773121
+ 31
+-35.28011329797511
+ 12
+31.64244764305784
+ 22
+19.11194827084038
+ 32
+-35.28011329797511
+ 13
+31.64244764305784
+ 23
+19.11194827084038
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D3C9
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+31.55165323383494
+ 21
+19.56592031695405
+ 31
+-35.28011329797511
+ 12
+31.64244764305784
+ 22
+19.20274268006327
+ 32
+-35.28011329797511
+ 13
+31.64244764305784
+ 23
+19.20274268006327
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D3CA
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+31.55165323383494
+ 21
+19.6567147261768
+ 31
+-35.28011329797511
+ 12
+31.64244764305784
+ 22
+19.38433149850851
+ 32
+-35.28011329797511
+ 13
+31.64244764305784
+ 23
+19.38433149850851
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D3CB
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+31.55165323383494
+ 21
+19.74750913539955
+ 31
+-35.28011329797511
+ 12
+31.64244764305784
+ 22
+19.47512590773121
+ 32
+-35.28011329797511
+ 13
+31.64244764305784
+ 23
+19.47512590773121
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D3CC
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+31.46085882461136
+ 21
+19.92909795384497
+ 31
+-35.28011329797511
+ 12
+31.55165323383494
+ 22
+19.56592031695405
+ 32
+-35.28011329797511
+ 13
+31.55165323383494
+ 23
+19.56592031695405
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D3CD
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+31.46085882461136
+ 21
+20.01989236306764
+ 31
+-35.28011329797511
+ 12
+31.55165323383494
+ 22
+19.6567147261768
+ 32
+-35.28011329797511
+ 13
+31.55165323383494
+ 23
+19.6567147261768
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D3CE
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+31.3700644153887
+ 21
+20.11068677229056
+ 31
+-35.28011329797511
+ 12
+31.55165323383494
+ 22
+19.74750913539955
+ 32
+-35.28011329797511
+ 13
+31.55165323383494
+ 23
+19.74750913539955
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D3CF
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+31.27927000616603
+ 21
+20.20148118151315
+ 31
+-35.28011329797511
+ 12
+31.46085882461136
+ 22
+19.92909795384497
+ 32
+-35.28011329797511
+ 13
+31.46085882461136
+ 23
+19.92909795384497
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D3D0
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+31.18847559694336
+ 21
+20.29227559073581
+ 31
+-35.28011329797511
+ 12
+31.3700644153887
+ 22
+20.01989236306764
+ 32
+-35.28011329797511
+ 13
+31.3700644153887
+ 23
+20.01989236306764
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D3D1
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+31.18847559694336
+ 21
+20.38306999995854
+ 31
+-35.28011329797511
+ 12
+31.3700644153887
+ 22
+20.11068677229056
+ 32
+-35.28011329797511
+ 13
+31.3700644153887
+ 23
+20.11068677229056
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D3D2
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+31.09768118772104
+ 21
+20.47386440918125
+ 31
+-35.28011329797511
+ 12
+31.27927000616603
+ 22
+20.20148118151315
+ 32
+-35.28011329797511
+ 13
+31.27927000616603
+ 23
+20.20148118151315
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D3D3
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+31.00688677849769
+ 21
+20.47386440918125
+ 31
+-35.28011329797511
+ 12
+31.18847559694336
+ 22
+20.29227559073581
+ 32
+-35.28011329797511
+ 13
+31.18847559694336
+ 23
+20.29227559073581
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D3D4
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+30.9160923692757
+ 21
+20.56465881840399
+ 31
+-35.28011329797511
+ 12
+31.18847559694336
+ 22
+20.38306999995854
+ 32
+-35.28011329797511
+ 13
+31.18847559694336
+ 23
+20.38306999995854
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D3D5
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+30.82529796005224
+ 21
+20.65545322762681
+ 31
+-35.28011329797511
+ 12
+31.09768118772104
+ 22
+20.47386440918125
+ 32
+-35.28011329797511
+ 13
+31.09768118772104
+ 23
+20.47386440918125
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D3D6
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+30.73450355082957
+ 21
+20.74624763684946
+ 31
+-35.28011329797511
+ 12
+31.00688677849769
+ 22
+20.47386440918125
+ 32
+-35.28011329797511
+ 13
+31.00688677849769
+ 23
+20.47386440918125
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D3D7
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+30.64370914160668
+ 21
+20.74624763684946
+ 31
+-35.28011329797511
+ 12
+30.9160923692757
+ 22
+20.56465881840399
+ 32
+-35.28011329797511
+ 13
+30.9160923692757
+ 23
+20.56465881840399
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D3D8
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+30.46212032316134
+ 21
+20.83704204607224
+ 31
+-35.28011329797511
+ 12
+30.82529796005224
+ 22
+20.65545322762681
+ 32
+-35.28011329797511
+ 13
+30.82529796005224
+ 23
+20.65545322762681
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D3D9
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+30.37132591393868
+ 21
+20.83704204607224
+ 31
+-35.28011329797511
+ 12
+30.73450355082957
+ 22
+20.74624763684946
+ 32
+-35.28011329797511
+ 13
+30.73450355082957
+ 23
+20.74624763684946
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D3DA
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+30.28053150471601
+ 21
+20.83704204607224
+ 31
+-35.28011329797511
+ 12
+30.55291473238424
+ 22
+20.74624763684946
+ 32
+-35.28011329797511
+ 13
+30.55291473238424
+ 23
+20.74624763684946
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D3DB
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+30.18973709549312
+ 21
+20.92783645529494
+ 31
+-35.28011329797511
+ 12
+30.46212032316134
+ 22
+20.83704204607224
+ 32
+-35.28011329797511
+ 13
+30.46212032316134
+ 23
+20.83704204607224
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D3DC
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+30.09894268627034
+ 21
+20.92783645529494
+ 31
+-35.28011329797511
+ 12
+30.37132591393868
+ 22
+20.83704204607224
+ 32
+-35.28011329797511
+ 13
+30.37132591393868
+ 23
+20.83704204607224
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D3DD
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+29.91735386782579
+ 21
+20.92783645529494
+ 31
+-35.28011329797511
+ 12
+30.28053150471601
+ 22
+20.83704204607224
+ 32
+-35.28011329797511
+ 13
+30.28053150471601
+ 23
+20.83704204607224
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+TEXT
+  5
+D3DE
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    75
+100
+AcDbText
+ 10
+4.061541548627701
+ 20
+3.676898702976274
+ 30
+-35.28011329797511
+ 40
+9.079440922273008
+  1
+ALARME
+  7
+GRAS
+100
+AcDbText
+  0
+INSERT
+  5
+D3DF
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+     9
+100
+AcDbBlockReference
+ 66
+     1
+  2
+palet
+ 10
+2.32223918727891
+ 20
+8.24737032244198
+ 30
+0.0
+ 41
+0.2057738028523552
+ 42
+0.2057738028523552
+ 43
+0.2057738028523552
+  0
+ATTRIB
+  5
+D3E0
+330
+D3DF
+100
+AcDbEntity
+  8
+IMG009
+ 62
+     9
+100
+AcDbText
+ 10
+2.32223918727891
+ 20
+8.24737032244198
+ 30
+0.0
+ 40
+1.851964225670775
+  1
+DEFAUT_GENERAL
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+D3E1
+330
+D3DF
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+2.32223918727891
+ 20
+8.24737032244198
+ 30
+0.0
+ 40
+1.337529718540003
+  1
+76
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+D3E2
+330
+D3DF
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+2.32223918727891
+ 20
+8.24737032244198
+ 30
+0.0
+ 40
+1.851964225670775
+  1
+7
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+D3E3
+330
+D3DF
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+2.32223918727891
+ 20
+8.24737032244198
+ 30
+0.0
+ 40
+1.851964225670775
+  1
+7
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+D3E4
+330
+D3DF
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+  0
+INSERT
+  5
+D3E5
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+     9
+100
+AcDbBlockReference
+ 66
+     1
+  2
+palet
+ 10
+0.025059385120926
+ 20
+8.455819403196926
+ 30
+0.0
+ 41
+0.2057738028523552
+ 42
+0.2057738028523552
+ 43
+0.2057738028523552
+  0
+ATTRIB
+  5
+D3E6
+330
+D3E5
+100
+AcDbEntity
+  8
+IMG009
+ 62
+     9
+100
+AcDbText
+ 10
+0.025059385120926
+ 20
+8.455819403196926
+ 30
+0.0
+ 40
+1.851964225670775
+  1
+DEFAUT_GENERAL
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+D3E7
+330
+D3E5
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.025059385120926
+ 20
+8.455819403196926
+ 30
+0.0
+ 40
+1.337529718540003
+  1
+75
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+D3E8
+330
+D3E5
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.025059385120926
+ 20
+8.455819403196926
+ 30
+0.0
+ 40
+1.851964225670775
+  1
+4
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+D3E9
+330
+D3E5
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.025059385120926
+ 20
+8.455819403196926
+ 30
+0.0
+ 40
+1.851964225670775
+  1
+7
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+D3EA
+330
+D3E5
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+  0
+ENDBLK
+  5
+D3EE
+330
+D376
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+DC1B
+330
+DC17
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+A$C37C01819
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+A$C37C01819
+  1
+
+  0
+SOLID
+  5
+DC18
+330
+DC17
+100
+AcDbEntity
+  8
+0
+ 62
+   241
+100
+AcDbTrace
+ 10
+3.363921483784223
+ 20
+0.0000001956257734
+ 30
+0.0
+ 11
+0.0004494369566146
+ 21
+0.0000001956257734
+ 31
+0.0
+ 12
+3.269340138933556
+ 22
+16.9827776773738
+ 32
+0.0
+ 13
+-0.0000015454070308
+ 23
+16.9827776773738
+ 33
+0.0
+  0
+ENDBLK
+  5
+DC1C
+330
+DC17
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+E495
+330
+E48C
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+A$C35F31F96
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+A$C35F31F96
+  1
+
+  0
+TEXT
+  5
+E48D
+330
+E48C
+100
+AcDbEntity
+  8
+0
+ 62
+     2
+100
+AcDbText
+ 10
+50.62463920983475
+ 20
+4.970010275742708
+ 30
+201.6
+ 40
+11.0
+  1
+l/min
+100
+AcDbText
+  0
+INSERT
+  5
+E48E
+330
+E48C
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Valnum
+ 10
+1.024635504300135
+ 20
+4.960543623837394
+ 30
+230.4
+ 41
+1.5
+ 42
+1.5
+ 43
+1.5
+  0
+ATTRIB
+  5
+E48F
+330
+E48E
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+67.02463550430081
+ 20
+4.960543623837394
+ 30
+230.4
+ 40
+12.00000000000011
+  1
+BAR_GAP_FT104_FT190/191
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+E490
+330
+E48E
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+67.02463550430081
+ 20
+4.960543623837394
+ 30
+230.4
+ 40
+12.00000000000011
+  1
+14
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+E491
+330
+E48E
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+67.02463550430081
+ 20
+4.960543623837394
+ 30
+230.4
+ 40
+12.00000000000011
+  1
+0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+E492
+330
+E48E
+100
+AcDbEntity
+  8
+0
+  0
+ENDBLK
+  5
+E496
+330
+E48C
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+EF59
+330
+EF4C
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+A$C15380ECB
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+A$C15380ECB
+  1
+
+  0
+INSERT
+  5
+EF4D
+330
+EF4C
+100
+AcDbEntity
+  8
+0
+ 62
+     9
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Jbutton
+ 10
+-0.0000004449268545
+ 20
+-0.0000002887325081
+ 30
+0.0
+ 41
+80.0
+ 42
+15.0
+ 43
+100.0
+  0
+ATTRIB
+  5
+EF4E
+330
+EF4D
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+-0.0000004449268545
+ 20
+-0.0000002887325081
+ 30
+0.0
+ 40
+1.5
+  1
+
+ 41
+5.333333333333325
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COMMANDE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+EF4F
+330
+EF4D
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+-0.0000004449268545
+ 20
+-0.0000002887325081
+ 30
+0.0
+ 40
+1.5
+  1
+BAR_LOCAL
+ 41
+5.333333333333325
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+EF50
+330
+EF4D
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+-0.0000004449268545
+ 20
+-0.0000002887325081
+ 30
+0.0
+ 40
+1.5
+  1
+10
+ 41
+5.333333333333325
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+EF51
+330
+EF4D
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+-0.0000004449268545
+ 20
+-0.0000002887325081
+ 30
+0.0
+ 40
+1.5
+  1
+12
+ 41
+5.333333333333325
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+EF52
+330
+EF4D
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+-0.0000004449268545
+ 20
+-0.0000002887325081
+ 30
+0.0
+ 40
+1.5
+  1
+0
+ 41
+5.333333333333325
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CONFIRM
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+EF53
+330
+EF4D
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+-0.0000004449268545
+ 20
+-0.0000002887325081
+ 30
+0.0
+ 40
+1.5
+  1
+
+ 41
+5.333333333333325
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+EF54
+330
+EF4D
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+-0.0000004449268545
+ 20
+-0.0000002887325081
+ 30
+0.0
+ 40
+1.5
+  1
+
+ 41
+5.333333333333325
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+EF55
+330
+EF4D
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+-0.0000004449268545
+ 20
+-0.0000002887325081
+ 30
+0.0
+ 40
+1.5
+  1
+LOCAL
+ 41
+5.333333333333325
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+TEXTE
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+EF56
+330
+EF4D
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+  0
+ENDBLK
+  5
+EF5A
+330
+EF4C
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+F14C
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+A$C29346BCE
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+A$C29346BCE
+  1
+
+  0
+SOLID
+  5
+F0D6
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    91
+100
+AcDbTrace
+ 10
+0.0000017216511878
+ 20
+14.23624128157337
+ 30
+-35.28011329797511
+ 11
+27.238324488471
+ 21
+64.17316635407485
+ 31
+-35.28011329797511
+ 12
+54.47664725528909
+ 22
+14.23624128157337
+ 32
+-35.28011329797511
+ 13
+54.47664725528909
+ 23
+14.23624128157337
+ 33
+-35.28011329797511
+ 39
+14.52710547563681
+  0
+SOLID
+  5
+F0D7
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+25.42243630401561
+ 20
+50.55400497066536
+ 30
+-35.28011329797511
+ 11
+29.0542126729257
+ 21
+50.55400497066536
+ 31
+-35.28011329797511
+ 12
+25.42243630401561
+ 22
+23.31568220384633
+ 32
+-35.28011329797511
+ 13
+29.0542126729257
+ 23
+23.31568220384633
+ 33
+-35.28011329797511
+ 39
+14.52710547563681
+  0
+CIRCLE
+  5
+F0D8
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbCircle
+ 39
+29.05421095127363
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 40
+1.8158881844546
+  0
+SOLID
+  5
+F0D9
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+27.238324488471
+ 21
+20.59184992716439
+ 31
+-35.28011329797511
+ 12
+27.60150212536098
+ 22
+20.59184992716439
+ 32
+-35.28011329797511
+ 13
+27.60150212536098
+ 23
+20.59184992716439
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F0DA
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+27.14753007924799
+ 21
+20.59184992716439
+ 31
+-35.28011329797511
+ 12
+27.41991330691633
+ 22
+20.59184992716439
+ 32
+-35.28011329797511
+ 13
+27.41991330691633
+ 23
+20.59184992716439
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F0DB
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+26.96594126080265
+ 21
+20.59184992716439
+ 31
+-35.28011329797511
+ 12
+27.32911889769356
+ 22
+20.59184992716439
+ 32
+-35.28011329797511
+ 13
+27.32911889769356
+ 23
+20.59184992716439
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F0DC
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+26.87514685157919
+ 21
+20.59184992716439
+ 31
+-35.28011329797511
+ 12
+27.238324488471
+ 22
+20.59184992716439
+ 32
+-35.28011329797511
+ 13
+27.238324488471
+ 23
+20.59184992716439
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F0DD
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+26.78435244235641
+ 21
+20.50105551794172
+ 31
+-35.28011329797511
+ 12
+27.14753007924799
+ 22
+20.59184992716439
+ 32
+-35.28011329797511
+ 13
+27.14753007924799
+ 23
+20.59184992716439
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F0DE
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+26.69355803313363
+ 21
+20.50105551794172
+ 31
+-35.28011329797511
+ 12
+26.96594126080265
+ 22
+20.59184992716439
+ 32
+-35.28011329797511
+ 13
+26.96594126080265
+ 23
+20.59184992716439
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F0DF
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+26.60276362391086
+ 21
+20.50105551794172
+ 31
+-35.28011329797511
+ 12
+26.87514685157919
+ 22
+20.59184992716439
+ 32
+-35.28011329797511
+ 13
+26.87514685157919
+ 23
+20.59184992716439
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F0E0
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+26.42117480546551
+ 21
+20.41026110871894
+ 31
+-35.28011329797511
+ 12
+26.78435244235641
+ 22
+20.50105551794172
+ 32
+-35.28011329797511
+ 13
+26.78435244235641
+ 23
+20.50105551794172
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F0E1
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+26.33038039624296
+ 21
+20.41026110871894
+ 31
+-35.28011329797511
+ 12
+26.69355803313363
+ 22
+20.50105551794172
+ 32
+-35.28011329797511
+ 13
+26.69355803313363
+ 23
+20.50105551794172
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F0E2
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+26.23958598702086
+ 21
+20.31946669949627
+ 31
+-35.28011329797511
+ 12
+26.60276362391086
+ 22
+20.50105551794172
+ 32
+-35.28011329797511
+ 13
+26.60276362391086
+ 23
+20.50105551794172
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F0E3
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+26.1487915777974
+ 21
+20.22867229027338
+ 31
+-35.28011329797511
+ 12
+26.42117480546551
+ 22
+20.41026110871894
+ 32
+-35.28011329797511
+ 13
+26.42117480546551
+ 23
+20.41026110871894
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F0E4
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+26.05799716857439
+ 21
+20.13787788105071
+ 31
+-35.28011329797511
+ 12
+26.33038039624296
+ 22
+20.31946669949627
+ 32
+-35.28011329797511
+ 13
+26.33038039624296
+ 23
+20.31946669949627
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F0E5
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+25.96720275935183
+ 21
+20.13787788105071
+ 31
+-35.28011329797511
+ 12
+26.23958598702086
+ 22
+20.31946669949627
+ 32
+-35.28011329797511
+ 13
+26.23958598702086
+ 23
+20.31946669949627
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F0E6
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+25.87640835012928
+ 21
+20.04708347182805
+ 31
+-35.28011329797511
+ 12
+26.1487915777974
+ 22
+20.22867229027338
+ 32
+-35.28011329797511
+ 13
+26.1487915777974
+ 23
+20.22867229027338
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F0E7
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+25.87640835012928
+ 21
+19.95628906260526
+ 31
+-35.28011329797511
+ 12
+26.05799716857439
+ 22
+20.13787788105071
+ 32
+-35.28011329797511
+ 13
+26.05799716857439
+ 23
+20.13787788105071
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F0E8
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+25.78561394090627
+ 21
+19.8654946533826
+ 31
+-35.28011329797511
+ 12
+25.96720275935183
+ 22
+20.13787788105071
+ 32
+-35.28011329797511
+ 13
+25.96720275935183
+ 23
+20.13787788105071
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F0E9
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+25.69481953168349
+ 21
+19.77470024416004
+ 31
+-35.28011329797511
+ 12
+25.87640835012928
+ 22
+20.04708347182805
+ 32
+-35.28011329797511
+ 13
+25.87640835012928
+ 23
+20.04708347182805
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F0EA
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+25.60402512246094
+ 21
+19.68390583493715
+ 31
+-35.28011329797511
+ 12
+25.87640835012928
+ 22
+19.95628906260526
+ 32
+-35.28011329797511
+ 13
+25.87640835012928
+ 23
+19.95628906260526
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F0EB
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+25.60402512246094
+ 21
+19.59311142571437
+ 31
+-35.28011329797511
+ 12
+25.78561394090627
+ 22
+19.8654946533826
+ 32
+-35.28011329797511
+ 13
+25.78561394090627
+ 23
+19.8654946533826
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F0EC
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+25.51323071323816
+ 21
+19.41152260726903
+ 31
+-35.28011329797511
+ 12
+25.69481953168349
+ 22
+19.77470024416004
+ 32
+-35.28011329797511
+ 13
+25.69481953168349
+ 23
+19.77470024416004
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F0ED
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+25.51323071323816
+ 21
+19.32072819804625
+ 31
+-35.28011329797511
+ 12
+25.60402512246094
+ 22
+19.68390583493715
+ 32
+-35.28011329797511
+ 13
+25.60402512246094
+ 23
+19.68390583493715
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F0EE
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+25.51323071323816
+ 21
+19.22993378882347
+ 31
+-35.28011329797511
+ 12
+25.60402512246094
+ 22
+19.50231701649135
+ 32
+-35.28011329797511
+ 13
+25.60402512246094
+ 23
+19.50231701649135
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F0EF
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+25.42243630401561
+ 21
+19.13913937960069
+ 31
+-35.28011329797511
+ 12
+25.51323071323816
+ 22
+19.41152260726903
+ 32
+-35.28011329797511
+ 13
+25.51323071323816
+ 23
+19.41152260726903
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F0F0
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+25.42243630401561
+ 21
+19.04834497037791
+ 31
+-35.28011329797511
+ 12
+25.51323071323816
+ 22
+19.32072819804625
+ 32
+-35.28011329797511
+ 13
+25.51323071323816
+ 23
+19.32072819804625
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F0F1
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+25.42243630401561
+ 21
+18.86675615193269
+ 31
+-35.28011329797511
+ 12
+25.51323071323816
+ 22
+19.22993378882347
+ 32
+-35.28011329797511
+ 13
+25.51323071323816
+ 23
+19.22993378882347
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F0F2
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+25.42243630401561
+ 21
+18.7759617427098
+ 31
+-35.28011329797511
+ 12
+25.42243630401561
+ 22
+19.13913937960069
+ 32
+-35.28011329797511
+ 13
+25.42243630401561
+ 23
+19.13913937960069
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F0F3
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+25.42243630401561
+ 21
+18.68516733348724
+ 31
+-35.28011329797511
+ 12
+25.42243630401561
+ 22
+18.95755056115536
+ 32
+-35.28011329797511
+ 13
+25.42243630401561
+ 23
+18.95755056115536
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F0F4
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+25.42243630401561
+ 21
+18.50357851504168
+ 31
+-35.28011329797511
+ 12
+25.42243630401561
+ 22
+18.86675615193269
+ 32
+-35.28011329797511
+ 13
+25.42243630401561
+ 23
+18.86675615193269
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F0F5
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+25.42243630401561
+ 21
+18.41278410581913
+ 31
+-35.28011329797511
+ 12
+25.42243630401561
+ 22
+18.7759617427098
+ 32
+-35.28011329797511
+ 13
+25.42243630401561
+ 23
+18.7759617427098
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F0F6
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+25.51323071323816
+ 21
+18.32198969659635
+ 31
+-35.28011329797511
+ 12
+25.42243630401561
+ 22
+18.68516733348724
+ 32
+-35.28011329797511
+ 13
+25.42243630401561
+ 23
+18.68516733348724
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F0F7
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+25.51323071323816
+ 21
+18.23119528737334
+ 31
+-35.28011329797511
+ 12
+25.42243630401561
+ 22
+18.50357851504168
+ 32
+-35.28011329797511
+ 13
+25.42243630401561
+ 23
+18.50357851504168
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F0F8
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+25.51323071323816
+ 21
+18.14040087815067
+ 31
+-35.28011329797511
+ 12
+25.42243630401561
+ 22
+18.41278410581913
+ 32
+-35.28011329797511
+ 13
+25.42243630401561
+ 23
+18.41278410581913
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F0F9
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+25.60402512246094
+ 21
+17.95881205970545
+ 31
+-35.28011329797511
+ 12
+25.51323071323816
+ 22
+18.32198969659635
+ 32
+-35.28011329797511
+ 13
+25.51323071323816
+ 23
+18.32198969659635
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F0FA
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+25.60402512246094
+ 21
+17.86801765048244
+ 31
+-35.28011329797511
+ 12
+25.51323071323816
+ 22
+18.23119528737334
+ 32
+-35.28011329797511
+ 13
+25.51323071323816
+ 23
+18.23119528737334
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F0FB
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+25.69481953168349
+ 21
+17.77722324125989
+ 31
+-35.28011329797511
+ 12
+25.51323071323816
+ 22
+18.14040087815067
+ 32
+-35.28011329797511
+ 13
+25.51323071323816
+ 23
+18.14040087815067
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F0FC
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+25.78561394090627
+ 21
+17.68642883203711
+ 31
+-35.28011329797511
+ 12
+25.60402512246094
+ 22
+17.95881205970545
+ 32
+-35.28011329797511
+ 13
+25.60402512246094
+ 23
+17.95881205970545
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F0FD
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+25.87640835012928
+ 21
+17.59563442281421
+ 31
+-35.28011329797511
+ 12
+25.69481953168349
+ 22
+17.86801765048244
+ 32
+-35.28011329797511
+ 13
+25.69481953168349
+ 23
+17.86801765048244
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F0FE
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+25.87640835012928
+ 21
+17.50484001359177
+ 31
+-35.28011329797511
+ 12
+25.69481953168349
+ 22
+17.77722324125989
+ 32
+-35.28011329797511
+ 13
+25.69481953168349
+ 23
+17.77722324125989
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F0FF
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+25.96720275935183
+ 21
+17.41404560436899
+ 31
+-35.28011329797511
+ 12
+25.78561394090627
+ 22
+17.68642883203711
+ 32
+-35.28011329797511
+ 13
+25.78561394090627
+ 23
+17.68642883203711
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F100
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+26.05799716857439
+ 21
+17.41404560436899
+ 31
+-35.28011329797511
+ 12
+25.87640835012928
+ 22
+17.59563442281421
+ 32
+-35.28011329797511
+ 13
+25.87640835012928
+ 23
+17.59563442281421
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F101
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+26.1487915777974
+ 21
+17.3232511951461
+ 31
+-35.28011329797511
+ 12
+25.87640835012928
+ 22
+17.50484001359177
+ 32
+-35.28011329797511
+ 13
+25.87640835012928
+ 23
+17.50484001359177
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F102
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+26.23958598702086
+ 21
+17.23245678592354
+ 31
+-35.28011329797511
+ 12
+25.96720275935183
+ 22
+17.41404560436899
+ 32
+-35.28011329797511
+ 13
+25.96720275935183
+ 23
+17.41404560436899
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F103
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+26.33038039624296
+ 21
+17.14166237670065
+ 31
+-35.28011329797511
+ 12
+26.05799716857439
+ 22
+17.41404560436899
+ 32
+-35.28011329797511
+ 13
+26.05799716857439
+ 23
+17.41404560436899
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F104
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+26.42117480546551
+ 21
+17.14166237670065
+ 31
+-35.28011329797511
+ 12
+26.1487915777974
+ 22
+17.3232511951461
+ 32
+-35.28011329797511
+ 13
+26.1487915777974
+ 23
+17.3232511951461
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F105
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+26.60276362391086
+ 21
+17.05086796747776
+ 31
+-35.28011329797511
+ 12
+26.23958598702086
+ 22
+17.23245678592354
+ 32
+-35.28011329797511
+ 13
+26.23958598702086
+ 23
+17.23245678592354
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F106
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+26.69355803313363
+ 21
+17.05086796747776
+ 31
+-35.28011329797511
+ 12
+26.33038039624296
+ 22
+17.14166237670065
+ 32
+-35.28011329797511
+ 13
+26.33038039624296
+ 23
+17.14166237670065
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F107
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+26.78435244235641
+ 21
+17.05086796747776
+ 31
+-35.28011329797511
+ 12
+26.51196921468829
+ 22
+17.14166237670065
+ 32
+-35.28011329797511
+ 13
+26.51196921468829
+ 23
+17.14166237670065
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F108
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+26.87514685157919
+ 21
+16.96007355825531
+ 31
+-35.28011329797511
+ 12
+26.60276362391086
+ 22
+17.05086796747776
+ 32
+-35.28011329797511
+ 13
+26.60276362391086
+ 23
+17.05086796747776
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F109
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+26.96594126080265
+ 21
+16.96007355825531
+ 31
+-35.28011329797511
+ 12
+26.69355803313363
+ 22
+17.05086796747776
+ 32
+-35.28011329797511
+ 13
+26.69355803313363
+ 23
+17.05086796747776
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F10A
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+27.14753007924799
+ 21
+16.96007355825531
+ 31
+-35.28011329797511
+ 12
+26.78435244235641
+ 22
+17.05086796747776
+ 32
+-35.28011329797511
+ 13
+26.78435244235641
+ 23
+17.05086796747776
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F10B
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+27.238324488471
+ 21
+16.96007355825531
+ 31
+-35.28011329797511
+ 12
+26.87514685157919
+ 22
+16.96007355825531
+ 32
+-35.28011329797511
+ 13
+26.87514685157919
+ 23
+16.96007355825531
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F10C
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+27.32911889769356
+ 21
+16.96007355825531
+ 31
+-35.28011329797511
+ 12
+27.05673567002475
+ 22
+16.96007355825531
+ 32
+-35.28011329797511
+ 13
+27.05673567002475
+ 23
+16.96007355825531
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F10D
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+27.5107077161382
+ 21
+16.96007355825531
+ 31
+-35.28011329797511
+ 12
+27.14753007924799
+ 22
+16.96007355825531
+ 32
+-35.28011329797511
+ 13
+27.14753007924799
+ 23
+16.96007355825531
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F10E
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+27.60150212536098
+ 21
+16.96007355825531
+ 31
+-35.28011329797511
+ 12
+27.238324488471
+ 22
+16.96007355825531
+ 32
+-35.28011329797511
+ 13
+27.238324488471
+ 23
+16.96007355825531
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F10F
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+27.69229653458376
+ 21
+17.05086796747776
+ 31
+-35.28011329797511
+ 12
+27.32911889769356
+ 22
+16.96007355825531
+ 32
+-35.28011329797511
+ 13
+27.32911889769356
+ 23
+16.96007355825531
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F110
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+27.78309094380654
+ 21
+17.05086796747776
+ 31
+-35.28011329797511
+ 12
+27.5107077161382
+ 22
+16.96007355825531
+ 32
+-35.28011329797511
+ 13
+27.5107077161382
+ 23
+16.96007355825531
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F111
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+27.87388535302909
+ 21
+17.05086796747776
+ 31
+-35.28011329797511
+ 12
+27.60150212536098
+ 22
+16.96007355825531
+ 32
+-35.28011329797511
+ 13
+27.60150212536098
+ 23
+16.96007355825531
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F112
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+28.05547417147443
+ 21
+17.14166237670065
+ 31
+-35.28011329797511
+ 12
+27.69229653458376
+ 22
+17.05086796747776
+ 32
+-35.28011329797511
+ 13
+27.69229653458376
+ 23
+17.05086796747776
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F113
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+28.14626858069744
+ 21
+17.14166237670065
+ 31
+-35.28011329797511
+ 12
+27.78309094380654
+ 22
+17.05086796747776
+ 32
+-35.28011329797511
+ 13
+27.78309094380654
+ 23
+17.05086796747776
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F114
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+28.23706298991999
+ 21
+17.23245678592354
+ 31
+-35.28011329797511
+ 12
+27.87388535302909
+ 22
+17.05086796747776
+ 32
+-35.28011329797511
+ 13
+27.87388535302909
+ 23
+17.05086796747776
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F115
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+28.32785739914346
+ 21
+17.3232511951461
+ 31
+-35.28011329797511
+ 12
+28.05547417147443
+ 22
+17.14166237670065
+ 32
+-35.28011329797511
+ 13
+28.05547417147443
+ 23
+17.14166237670065
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F116
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+28.41865180836555
+ 21
+17.41404560436899
+ 31
+-35.28011329797511
+ 12
+28.14626858069744
+ 22
+17.23245678592354
+ 32
+-35.28011329797511
+ 13
+28.14626858069744
+ 23
+17.23245678592354
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F117
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+28.50944621758879
+ 21
+17.41404560436899
+ 31
+-35.28011329797511
+ 12
+28.23706298991999
+ 22
+17.23245678592354
+ 32
+-35.28011329797511
+ 13
+28.23706298991999
+ 23
+17.23245678592354
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F118
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+28.60024062681111
+ 21
+17.50484001359177
+ 31
+-35.28011329797511
+ 12
+28.32785739914346
+ 22
+17.3232511951461
+ 32
+-35.28011329797511
+ 13
+28.32785739914346
+ 23
+17.3232511951461
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F119
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+28.60024062681111
+ 21
+17.59563442281421
+ 31
+-35.28011329797511
+ 12
+28.41865180836555
+ 22
+17.41404560436899
+ 32
+-35.28011329797511
+ 13
+28.41865180836555
+ 23
+17.41404560436899
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F11A
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+28.6910350360339
+ 21
+17.68642883203711
+ 31
+-35.28011329797511
+ 12
+28.50944621758879
+ 22
+17.41404560436899
+ 32
+-35.28011329797511
+ 13
+28.50944621758879
+ 23
+17.41404560436899
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F11B
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+28.78182944525645
+ 21
+17.77722324125989
+ 31
+-35.28011329797511
+ 12
+28.60024062681111
+ 22
+17.50484001359177
+ 32
+-35.28011329797511
+ 13
+28.60024062681111
+ 23
+17.50484001359177
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F11C
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+28.87262385447924
+ 21
+17.86801765048244
+ 31
+-35.28011329797511
+ 12
+28.60024062681111
+ 22
+17.59563442281421
+ 32
+-35.28011329797511
+ 13
+28.60024062681111
+ 23
+17.59563442281421
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F11D
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+28.87262385447924
+ 21
+17.95881205970545
+ 31
+-35.28011329797511
+ 12
+28.6910350360339
+ 22
+17.68642883203711
+ 32
+-35.28011329797511
+ 13
+28.6910350360339
+ 23
+17.68642883203711
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F11E
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+28.96341826370269
+ 21
+18.14040087815067
+ 31
+-35.28011329797511
+ 12
+28.78182944525645
+ 22
+17.77722324125989
+ 32
+-35.28011329797511
+ 13
+28.78182944525645
+ 23
+17.77722324125989
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F11F
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+28.96341826370269
+ 21
+18.23119528737334
+ 31
+-35.28011329797511
+ 12
+28.87262385447924
+ 22
+17.86801765048244
+ 32
+-35.28011329797511
+ 13
+28.87262385447924
+ 23
+17.86801765048244
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F120
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+28.96341826370269
+ 21
+18.32198969659635
+ 31
+-35.28011329797511
+ 12
+28.87262385447924
+ 22
+18.04960646892789
+ 32
+-35.28011329797511
+ 13
+28.87262385447924
+ 23
+18.04960646892789
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F121
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+29.0542126729257
+ 21
+18.41278410581913
+ 31
+-35.28011329797511
+ 12
+28.96341826370269
+ 22
+18.14040087815067
+ 32
+-35.28011329797511
+ 13
+28.96341826370269
+ 23
+18.14040087815067
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F122
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+29.0542126729257
+ 21
+18.50357851504168
+ 31
+-35.28011329797511
+ 12
+28.96341826370269
+ 22
+18.23119528737334
+ 32
+-35.28011329797511
+ 13
+28.96341826370269
+ 23
+18.23119528737334
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F123
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+29.0542126729257
+ 21
+18.68516733348724
+ 31
+-35.28011329797511
+ 12
+28.96341826370269
+ 22
+18.32198969659635
+ 32
+-35.28011329797511
+ 13
+28.96341826370269
+ 23
+18.32198969659635
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F124
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+29.0542126729257
+ 21
+18.7759617427098
+ 31
+-35.28011329797511
+ 12
+29.0542126729257
+ 22
+18.41278410581913
+ 32
+-35.28011329797511
+ 13
+29.0542126729257
+ 23
+18.41278410581913
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F125
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+29.0542126729257
+ 21
+18.86675615193269
+ 31
+-35.28011329797511
+ 12
+29.0542126729257
+ 22
+18.59437292426435
+ 32
+-35.28011329797511
+ 13
+29.0542126729257
+ 23
+18.59437292426435
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F126
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+29.0542126729257
+ 21
+19.04834497037791
+ 31
+-35.28011329797511
+ 12
+29.0542126729257
+ 22
+18.68516733348724
+ 32
+-35.28011329797511
+ 13
+29.0542126729257
+ 23
+18.68516733348724
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F127
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+29.0542126729257
+ 21
+19.13913937960069
+ 31
+-35.28011329797511
+ 12
+29.0542126729257
+ 22
+18.7759617427098
+ 32
+-35.28011329797511
+ 13
+29.0542126729257
+ 23
+18.7759617427098
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F128
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+28.96341826370269
+ 21
+19.22993378882347
+ 31
+-35.28011329797511
+ 12
+29.0542126729257
+ 22
+18.86675615193269
+ 32
+-35.28011329797511
+ 13
+29.0542126729257
+ 23
+18.86675615193269
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F129
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+28.96341826370269
+ 21
+19.32072819804625
+ 31
+-35.28011329797511
+ 12
+29.0542126729257
+ 22
+19.04834497037791
+ 32
+-35.28011329797511
+ 13
+29.0542126729257
+ 23
+19.04834497037791
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F12A
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+28.96341826370269
+ 21
+19.41152260726903
+ 31
+-35.28011329797511
+ 12
+29.0542126729257
+ 22
+19.13913937960069
+ 32
+-35.28011329797511
+ 13
+29.0542126729257
+ 23
+19.13913937960069
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F12B
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+28.87262385447924
+ 21
+19.59311142571437
+ 31
+-35.28011329797511
+ 12
+28.96341826370269
+ 22
+19.22993378882347
+ 32
+-35.28011329797511
+ 13
+28.96341826370269
+ 23
+19.22993378882347
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F12C
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+28.87262385447924
+ 21
+19.68390583493715
+ 31
+-35.28011329797511
+ 12
+28.96341826370269
+ 22
+19.32072819804625
+ 32
+-35.28011329797511
+ 13
+28.96341826370269
+ 23
+19.32072819804625
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F12D
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+28.78182944525645
+ 21
+19.77470024416004
+ 31
+-35.28011329797511
+ 12
+28.96341826370269
+ 22
+19.41152260726903
+ 32
+-35.28011329797511
+ 13
+28.96341826370269
+ 23
+19.41152260726903
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F12E
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+28.6910350360339
+ 21
+19.8654946533826
+ 31
+-35.28011329797511
+ 12
+28.87262385447924
+ 22
+19.59311142571437
+ 32
+-35.28011329797511
+ 13
+28.87262385447924
+ 23
+19.59311142571437
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F12F
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+28.60024062681111
+ 21
+19.95628906260526
+ 31
+-35.28011329797511
+ 12
+28.78182944525645
+ 22
+19.68390583493715
+ 32
+-35.28011329797511
+ 13
+28.78182944525645
+ 23
+19.68390583493715
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F130
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+28.60024062681111
+ 21
+20.04708347182805
+ 31
+-35.28011329797511
+ 12
+28.78182944525645
+ 22
+19.77470024416004
+ 32
+-35.28011329797511
+ 13
+28.78182944525645
+ 23
+19.77470024416004
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F131
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+28.50944621758879
+ 21
+20.13787788105071
+ 31
+-35.28011329797511
+ 12
+28.6910350360339
+ 22
+19.8654946533826
+ 32
+-35.28011329797511
+ 13
+28.6910350360339
+ 23
+19.8654946533826
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F132
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+28.41865180836555
+ 21
+20.13787788105071
+ 31
+-35.28011329797511
+ 12
+28.60024062681111
+ 22
+19.95628906260526
+ 32
+-35.28011329797511
+ 13
+28.60024062681111
+ 23
+19.95628906260526
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F133
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+28.32785739914346
+ 21
+20.22867229027338
+ 31
+-35.28011329797511
+ 12
+28.60024062681111
+ 22
+20.04708347182805
+ 32
+-35.28011329797511
+ 13
+28.60024062681111
+ 23
+20.04708347182805
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F134
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+28.23706298991999
+ 21
+20.31946669949627
+ 31
+-35.28011329797511
+ 12
+28.50944621758879
+ 22
+20.13787788105071
+ 32
+-35.28011329797511
+ 13
+28.50944621758879
+ 23
+20.13787788105071
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F135
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+28.14626858069744
+ 21
+20.41026110871894
+ 31
+-35.28011329797511
+ 12
+28.41865180836555
+ 22
+20.13787788105071
+ 32
+-35.28011329797511
+ 13
+28.41865180836555
+ 23
+20.13787788105071
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F136
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+28.05547417147443
+ 21
+20.41026110871894
+ 31
+-35.28011329797511
+ 12
+28.32785739914346
+ 22
+20.22867229027338
+ 32
+-35.28011329797511
+ 13
+28.32785739914346
+ 23
+20.22867229027338
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F137
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+27.87388535302909
+ 21
+20.50105551794172
+ 31
+-35.28011329797511
+ 12
+28.23706298991999
+ 22
+20.31946669949627
+ 32
+-35.28011329797511
+ 13
+28.23706298991999
+ 23
+20.31946669949627
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F138
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+27.78309094380654
+ 21
+20.50105551794172
+ 31
+-35.28011329797511
+ 12
+28.14626858069744
+ 22
+20.41026110871894
+ 32
+-35.28011329797511
+ 13
+28.14626858069744
+ 23
+20.41026110871894
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F139
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+27.69229653458376
+ 21
+20.50105551794172
+ 31
+-35.28011329797511
+ 12
+27.96467976225211
+ 22
+20.41026110871894
+ 32
+-35.28011329797511
+ 13
+27.96467976225211
+ 23
+20.41026110871894
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F13A
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+27.60150212536098
+ 21
+20.59184992716439
+ 31
+-35.28011329797511
+ 12
+27.87388535302909
+ 22
+20.50105551794172
+ 32
+-35.28011329797511
+ 13
+27.87388535302909
+ 23
+20.50105551794172
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F13B
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+27.5107077161382
+ 21
+20.59184992716439
+ 31
+-35.28011329797511
+ 12
+27.78309094380654
+ 22
+20.50105551794172
+ 32
+-35.28011329797511
+ 13
+27.78309094380654
+ 23
+20.50105551794172
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F13C
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+27.32911889769356
+ 21
+20.59184992716439
+ 31
+-35.28011329797511
+ 12
+27.69229653458376
+ 22
+20.50105551794172
+ 32
+-35.28011329797511
+ 13
+27.69229653458376
+ 23
+20.50105551794172
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+TEXT
+  5
+F13D
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    91
+100
+AcDbText
+ 10
+12.41176502986764
+ 20
+3.340912174845698
+ 30
+-35.28011329797511
+ 40
+9.079440922273008
+  1
+FAULT
+  7
+GRAS
+100
+AcDbText
+  0
+INSERT
+  5
+F13E
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+     9
+100
+AcDbBlockReference
+ 66
+     1
+  2
+palet
+ 10
+60.37845730941978
+ 20
+28.3935379639596
+ 30
+0.0
+ 41
+0.6173214085570656
+ 42
+0.6173214085570656
+ 43
+0.6173214085570656
+  0
+ATTRIB
+  5
+F13F
+330
+F13E
+100
+AcDbEntity
+  8
+IMG009
+ 62
+     9
+100
+AcDbText
+ 10
+60.37845730941978
+ 20
+28.3935379639596
+ 30
+0.0
+ 40
+5.555892677012328
+  1
+BAR_DEF_GAP
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+F140
+330
+F13E
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+60.37845730941978
+ 20
+28.3935379639596
+ 30
+0.0
+ 40
+4.012589155620011
+  1
+92
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+F141
+330
+F13E
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+60.37845730941978
+ 20
+28.3935379639596
+ 30
+0.0
+ 40
+5.555892677012328
+  1
+7
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+F142
+330
+F13E
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+60.37845730941978
+ 20
+28.3935379639596
+ 30
+0.0
+ 40
+5.555892677012328
+  1
+7
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+F143
+330
+F13E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+  0
+INSERT
+  5
+F144
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+     9
+100
+AcDbBlockReference
+ 66
+     1
+  2
+palet
+ 10
+53.48691790294594
+ 20
+29.01888520622413
+ 30
+0.0
+ 41
+0.6173214085570656
+ 42
+0.6173214085570656
+ 43
+0.6173214085570656
+  0
+ATTRIB
+  5
+F145
+330
+F144
+100
+AcDbEntity
+  8
+IMG009
+ 62
+     9
+100
+AcDbText
+ 10
+53.48691790294594
+ 20
+29.01888520622413
+ 30
+0.0
+ 40
+5.555892677012328
+  1
+BAR_DEF_GAP
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+F146
+330
+F144
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+53.48691790294594
+ 20
+29.01888520622413
+ 30
+0.0
+ 40
+4.012589155620011
+  1
+91
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+F147
+330
+F144
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+53.48691790294594
+ 20
+29.01888520622413
+ 30
+0.0
+ 40
+5.555892677012328
+  1
+4
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+F148
+330
+F144
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+53.48691790294594
+ 20
+29.01888520622413
+ 30
+0.0
+ 40
+5.555892677012328
+  1
+7
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+F149
+330
+F144
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+  0
+ENDBLK
+  5
+F14D
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+F9FD
+330
+F9F9
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+A$C142D2CB3
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+A$C142D2CB3
+  1
+
+  0
+LINE
+  5
+F9FA
+330
+F9F9
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+0.1133908140786843
+ 20
+44.6328583922467
+ 30
+0.0
+ 11
+-0.0000012969774161
+ 21
+0.0000001658535211
+ 31
+0.0
+  0
+ENDBLK
+  5
+F9FE
+330
+F9F9
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+FCFB
+330
+FCF7
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+A$C7C652EFC
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+A$C7C652EFC
+  1
+
+  0
+LINE
+  5
+FCF8
+330
+FCF7
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+-0.0000001168039034
+ 20
+0.0000001539212917
+ 30
+0.0
+ 11
+-0.0000001168039034
+ 21
+457.8798367087322
+ 31
+0.0
+  0
+ENDBLK
+  5
+FCFC
+330
+FCF7
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+1006A
+330
+10069
+100
+AcDbEntity
+  8
+HE_SYM
+100
+AcDbBlockBegin
+  2
+S_RCHELE
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+S_RCHELE
+  1
+
+  0
+CIRCLE
+  5
+1006B
+330
+10069
+100
+AcDbEntity
+  8
+0
+100
+AcDbCircle
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+ 40
+4.0
+  0
+LINE
+  5
+1006C
+330
+10069
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+0.0
+ 20
+3.0
+ 30
+0.0
+ 11
+-1.78885438199984
+ 21
+-0.5777087639996524
+ 31
+0.0
+  0
+LINE
+  5
+1006D
+330
+10069
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+-1.78885438199984
+ 20
+-0.5777087639996524
+ 30
+0.0
+ 11
+1.78885438199984
+ 21
+2.105572809000078
+ 31
+0.0
+  0
+LINE
+  5
+1006E
+330
+10069
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1.78885438199984
+ 20
+2.105572809000078
+ 30
+0.0
+ 11
+0.0
+ 21
+-1.472135954999571
+ 31
+0.0
+  0
+SOLID
+  5
+1006F
+330
+10069
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbTrace
+ 10
+-0.89442719099992
+ 20
+-3.260990336999411
+ 30
+0.0
+ 11
+0.4472135954999886
+ 21
+-1.695742752749565
+ 31
+0.0
+ 12
+-0.4472135954999886
+ 22
+-1.248529157249606
+ 32
+0.0
+ 13
+-0.4472135954999886
+ 23
+-1.248529157249606
+ 33
+0.0
+  0
+ENDBLK
+  5
+10070
+330
+10069
+100
+AcDbEntity
+  8
+HE_SYM
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+10072
+330
+10071
+100
+AcDbEntity
+  8
+HE_SYM
+100
+AcDbBlockBegin
+  2
+S_SOUPDR
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+S_SOUPDR
+  1
+
+  0
+LINE
+  5
+10073
+330
+10071
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+2.25
+ 20
+1.125
+ 30
+0.0
+ 11
+-2.25
+ 21
+-1.125
+ 31
+0.0
+  0
+LINE
+  5
+10074
+330
+10071
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+2.25
+ 20
+-1.125
+ 30
+0.0
+ 11
+2.25
+ 21
+1.125
+ 31
+0.0
+  0
+LINE
+  5
+10075
+330
+10071
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+-2.25
+ 20
+1.125
+ 30
+0.0
+ 11
+2.25
+ 21
+-1.125
+ 31
+0.0
+  0
+LINE
+  5
+10076
+330
+10071
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+-2.25
+ 20
+-1.125
+ 30
+0.0
+ 11
+-2.25
+ 21
+1.125
+ 31
+0.0
+  0
+LINE
+  5
+10077
+330
+10071
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+-0.75
+ 20
+0.75
+ 30
+0.0
+ 11
+0.75
+ 21
+1.5
+ 31
+0.0
+  0
+LINE
+  5
+10078
+330
+10071
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+-0.75
+ 20
+1.5
+ 30
+0.0
+ 11
+0.75
+ 21
+2.25
+ 31
+0.0
+  0
+LINE
+  5
+10079
+330
+10071
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+-0.75
+ 20
+2.25
+ 30
+0.0
+ 11
+0.75
+ 21
+3.0
+ 31
+0.0
+  0
+LINE
+  5
+1007A
+330
+10071
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+0.0
+ 20
+3.0
+ 30
+0.0
+ 11
+0.0
+ 21
+0.0
+ 31
+0.0
+  0
+ENDBLK
+  5
+1007B
+330
+10071
+100
+AcDbEntity
+  8
+HE_SYM
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+1007D
+330
+1007C
+100
+AcDbEntity
+  8
+EAU_SYM
+100
+AcDbBlockBegin
+  2
+VM
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+VM
+  1
+
+  0
+LINE
+  5
+1007E
+330
+1007C
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+0.0
+ 20
+2.25
+ 30
+0.0
+ 11
+0.0
+ 21
+0.0
+ 31
+0.0
+  0
+LINE
+  5
+1007F
+330
+1007C
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+-1.5
+ 20
+2.25
+ 30
+0.0
+ 11
+1.5
+ 21
+2.25
+ 31
+0.0
+  0
+LINE
+  5
+10080
+330
+1007C
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+2.25
+ 20
+1.125
+ 30
+0.0
+ 11
+-2.25
+ 21
+-1.125
+ 31
+0.0
+  0
+LINE
+  5
+10081
+330
+1007C
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+2.25
+ 20
+-1.125
+ 30
+0.0
+ 11
+2.25
+ 21
+1.125
+ 31
+0.0
+  0
+LINE
+  5
+10082
+330
+1007C
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+-2.25
+ 20
+1.125
+ 30
+0.0
+ 11
+2.25
+ 21
+-1.125
+ 31
+0.0
+  0
+LINE
+  5
+10083
+330
+1007C
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+-2.25
+ 20
+-1.125
+ 30
+0.0
+ 11
+-2.25
+ 21
+1.125
+ 31
+0.0
+  0
+ENDBLK
+  5
+10084
+330
+1007C
+100
+AcDbEntity
+  8
+EAU_SYM
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+10086
+330
+10085
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+S_VDRPOS
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+S_VDRPOS
+  1
+
+  0
+LINE
+  5
+10087
+330
+10085
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+-1.480000000000018
+ 20
+3.0
+ 30
+0.0
+ 11
+0.0
+ 21
+3.0
+ 31
+0.0
+  0
+LINE
+  5
+10088
+330
+10085
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+-1.480000000000018
+ 20
+1.280000000000001
+ 30
+0.0
+ 11
+-1.480000000000018
+ 21
+3.0
+ 31
+0.0
+  0
+LINE
+  5
+10089
+330
+10085
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+0.0
+ 20
+1.280000000000001
+ 30
+0.0
+ 11
+-1.480000000000018
+ 21
+1.280000000000001
+ 31
+0.0
+  0
+LINE
+  5
+1008A
+330
+10085
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+2.219999999999997
+ 20
+1.109999999999984
+ 30
+0.0
+ 11
+-2.219999999999997
+ 21
+-1.110000000000012
+ 31
+0.0
+  0
+LINE
+  5
+1008B
+330
+10085
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+2.219999999999997
+ 20
+-1.110000000000012
+ 30
+0.0
+ 11
+2.219999999999997
+ 21
+1.109999999999984
+ 31
+0.0
+  0
+LINE
+  5
+1008C
+330
+10085
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+-2.219999999999997
+ 20
+1.109999999999984
+ 30
+0.0
+ 11
+2.219999999999997
+ 21
+-1.110000000000012
+ 31
+0.0
+  0
+LINE
+  5
+1008D
+330
+10085
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+-2.219999999999997
+ 20
+-1.110000000000012
+ 30
+0.0
+ 11
+-2.219999999999997
+ 21
+1.109999999999984
+ 31
+0.0
+  0
+LINE
+  5
+1008E
+330
+10085
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+0.0
+ 20
+3.719999999999969
+ 30
+0.0
+ 11
+0.0
+ 21
+-0.0000000000000284
+ 31
+0.0
+  0
+LINE
+  5
+1008F
+330
+10085
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+-1.849999999999994
+ 20
+3.719999999999969
+ 30
+0.0
+ 11
+1.849999999999994
+ 21
+3.719999999999969
+ 31
+0.0
+  0
+ARC
+  5
+10090
+330
+10085
+100
+AcDbEntity
+  8
+0
+100
+AcDbCircle
+ 10
+0.0
+ 20
+3.719999999999969
+ 30
+0.0
+ 40
+1.85
+100
+AcDbArc
+ 50
+0.0
+ 51
+180.0
+  0
+ENDBLK
+  5
+10091
+330
+10085
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+10093
+330
+10092
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+AR
+ 70
+     0
+ 10
+231.0
+ 20
+215.0
+ 30
+0.0
+  3
+AR
+  1
+
+  0
+LINE
+  5
+10094
+330
+10092
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+228.75
+ 20
+216.125
+ 30
+0.0
+ 11
+228.75
+ 21
+213.875
+ 31
+0.0
+  0
+LINE
+  5
+10095
+330
+10092
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+228.75
+ 20
+213.875
+ 30
+0.0
+ 11
+233.25
+ 21
+216.125
+ 31
+0.0
+  0
+LINE
+  5
+10096
+330
+10092
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+233.25
+ 20
+216.125
+ 30
+0.0
+ 11
+233.25
+ 21
+213.875
+ 31
+0.0
+  0
+INSERT
+  5
+10097
+330
+10092
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+  2
+FLP1
+ 10
+233.25
+ 20
+216.125
+ 30
+0.0
+ 41
+0.75
+ 42
+0.75
+ 43
+0.75
+ 50
+26.56505117707799
+  0
+ENDBLK
+  5
+10098
+330
+10092
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+1009A
+330
+10099
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+FLP1
+ 70
+     0
+ 10
+29.0
+ 20
+18.0
+ 30
+0.0
+  3
+FLP1
+  1
+
+  0
+SOLID
+  5
+1009B
+330
+10099
+100
+AcDbEntity
+  8
+0
+100
+AcDbTrace
+ 10
+29.0
+ 20
+18.0
+ 30
+0.0
+ 11
+27.0
+ 21
+18.5
+ 31
+0.0
+ 12
+27.0
+ 22
+17.5
+ 32
+0.0
+ 13
+27.0
+ 23
+17.5
+ 33
+0.0
+  0
+ENDBLK
+  5
+1009C
+330
+10099
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+100A0
+330
+1009D
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+A$C431521BD
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+A$C431521BD
+  1
+
+  0
+LINE
+  5
+100A1
+330
+1009D
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+4.00000064443884
+ 20
+-0.0000000893741117
+ 30
+0.0
+ 11
+4.00000064443884
+ 21
+3.999999910625887
+ 31
+0.0
+  0
+LINE
+  5
+100A2
+330
+1009D
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+0.0000006444388418
+ 20
+-0.0000000893741117
+ 30
+0.0
+ 11
+4.00000064443884
+ 21
+-0.0000000893741117
+ 31
+0.0
+  0
+LINE
+  5
+100A3
+330
+1009D
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+0.0000006444388418
+ 20
+3.999999910625887
+ 30
+0.0
+ 11
+0.0000006444388418
+ 21
+-0.0000000893741117
+ 31
+0.0
+  0
+LINE
+  5
+100A4
+330
+1009D
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+4.00000064443884
+ 20
+3.999999910625887
+ 30
+0.0
+ 11
+0.0000006444388418
+ 21
+3.999999910625887
+ 31
+0.0
+  0
+LINE
+  5
+100A5
+330
+1009D
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+3.000000644438841
+ 20
+12.99999991062589
+ 30
+0.0
+ 11
+3.000000644438841
+ 21
+3.999999910625887
+ 31
+0.0
+  0
+LINE
+  5
+100A6
+330
+1009D
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1.00000064443884
+ 20
+20.99999991062589
+ 30
+0.0
+ 11
+1.00000064443884
+ 21
+3.999999910625887
+ 31
+0.0
+  0
+LINE
+  5
+100A7
+330
+1009D
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+3.000000644438841
+ 20
+20.99999991062589
+ 30
+0.0
+ 11
+1.00000064443884
+ 21
+20.99999991062589
+ 31
+0.0
+  0
+LINE
+  5
+100A8
+330
+1009D
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+3.000000644438841
+ 20
+12.99999991062589
+ 30
+0.0
+ 11
+5.00000064443884
+ 21
+13.99999991062589
+ 31
+0.0
+  0
+LINE
+  5
+100A9
+330
+1009D
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+5.00000064443884
+ 20
+13.99999991062589
+ 30
+0.0
+ 11
+3.000000644438841
+ 21
+14.99999991062589
+ 31
+0.0
+  0
+LINE
+  5
+100AA
+330
+1009D
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+5.00000064443884
+ 20
+15.99999991062589
+ 30
+0.0
+ 11
+3.000000644438841
+ 21
+16.99999991062589
+ 31
+0.0
+  0
+LINE
+  5
+100AB
+330
+1009D
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+3.000000644438841
+ 20
+14.99999991062589
+ 30
+0.0
+ 11
+5.00000064443884
+ 21
+15.99999991062589
+ 31
+0.0
+  0
+LINE
+  5
+100AC
+330
+1009D
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+3.000000644438841
+ 20
+16.99999991062589
+ 30
+0.0
+ 11
+5.00000064443884
+ 21
+17.99999991062589
+ 31
+0.0
+  0
+LINE
+  5
+100AD
+330
+1009D
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+5.00000064443884
+ 20
+17.99999991062589
+ 30
+0.0
+ 11
+3.000000644438841
+ 21
+18.99999991062589
+ 31
+0.0
+  0
+LINE
+  5
+100AE
+330
+1009D
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+3.000000644438841
+ 20
+18.99999991062589
+ 30
+0.0
+ 11
+5.00000064443884
+ 21
+19.99999991062589
+ 31
+0.0
+  0
+LINE
+  5
+100AF
+330
+1009D
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+5.00000064443884
+ 20
+19.99999991062589
+ 30
+0.0
+ 11
+3.000000644438841
+ 21
+20.99999991062589
+ 31
+0.0
+  0
+ENDBLK
+  5
+100B0
+330
+1009D
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+100B2
+330
+100B1
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+TT
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+TT
+  1
+
+  0
+LWPOLYLINE
+  5
+100B3
+330
+100B1
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     1
+ 43
+0.7500000000000001
+ 10
+-0.375
+ 20
+0.0
+ 42
+1.0
+ 10
+0.375
+ 20
+0.0
+ 42
+1.0
+  0
+ENDBLK
+  5
+100B4
+330
+100B1
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+10AF2
+330
+10AED
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+Icone
+ 70
+     2
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+Icone
+  1
+
+  0
+ATTDEF
+  5
+10AEE
+330
+10AED
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+ 40
+0.1
+  1
+FVxx
+  7
+DOM1
+100
+AcDbAttributeDefinition
+280
+     0
+  3
+Nom de la variable
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTDEF
+  5
+10AEF
+330
+10AED
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+ 40
+0.1
+  1
+Icone1.gif
+  7
+DOM1
+100
+AcDbAttributeDefinition
+280
+     0
+  3
+Nom du fichier icone(Gif,Jpg) pour etat 1
+  2
+ICONE1
+ 70
+     1
+280
+     0
+  0
+ATTDEF
+  5
+10AF0
+330
+10AED
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+ 40
+0.1
+  1
+Icone0.gif
+  7
+DOM1
+100
+AcDbAttributeDefinition
+280
+     0
+  3
+Nom du fichier icone(Gif,Jpg) pour etat 0
+  2
+ICONE0
+ 70
+     1
+280
+     0
+  0
+SOLID
+  5
+10AF1
+330
+10AED
+100
+AcDbEntity
+  8
+IMG134
+ 62
+   134
+100
+AcDbTrace
+ 10
+-0.0034647423922252
+ 20
+0.0001040660514491
+ 30
+0.0
+ 11
+-0.0034647423922252
+ 21
+1.000104066051449
+ 31
+0.0
+ 12
+0.9965352576077748
+ 22
+0.0001040660514491
+ 32
+0.0
+ 13
+0.9965352576077748
+ 23
+1.000104066051449
+ 33
+0.0
+  0
+ENDBLK
+  5
+10AF3
+330
+10AED
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+10E2A
+330
+10E26
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+A$C16066308
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+A$C16066308
+  1
+
+  0
+SOLID
+  5
+10E27
+330
+10E26
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+3.370847664982193
+ 20
+0.0087624511272679
+ 30
+0.0
+ 11
+0.0021576601311608
+ 21
+-0.0000085344674972
+ 31
+0.0
+ 12
+3.370847664982193
+ 22
+35.76717705257761
+ 32
+0.0
+ 13
+0.0000428833767501
+ 23
+35.76717705257761
+ 33
+0.0
+  0
+ENDBLK
+  5
+10E2B
+330
+10E26
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+113EC
+330
+113E8
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+A$C0F4C0ACB
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+A$C0F4C0ACB
+  1
+
+  0
+SOLID
+  5
+113E9
+330
+113E8
+100
+AcDbEntity
+  8
+IMG008
+ 62
+   109
+100
+AcDbTrace
+ 10
+0.6310945907414407
+ 20
+0.0000028051019854
+ 30
+0.0
+ 11
+0.0000017885324723
+ 21
+0.6310956073109537
+ 31
+0.0
+ 12
+5.931465495075599
+ 22
+5.300257650192634
+ 32
+0.0
+ 13
+5.300372692866403
+ 23
+5.931350452401602
+ 33
+0.0
+  0
+ENDBLK
+  5
+113ED
+330
+113E8
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+11431
+330
+1142D
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+A$C71774491
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+A$C71774491
+  1
+
+  0
+SOLID
+  5
+1142E
+330
+1142D
+100
+AcDbEntity
+  8
+IMG008
+ 62
+   109
+100
+AcDbTrace
+ 10
+1.262185459318288
+ 20
+0.0000021973105504
+ 30
+0.0
+ 11
+7.68119534698053
+ 21
+6.41901208497279
+ 31
+0.0
+ 12
+-0.0000001450996479
+ 22
+1.262187801728487
+ 32
+0.0
+ 13
+6.41900974256282
+ 23
+7.681197689390727
+ 33
+0.0
+ 39
+14.28
+  0
+ENDBLK
+  5
+11432
+330
+1142D
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+11582
+330
+1157E
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+A$C00C705AD
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+A$C00C705AD
+  1
+
+  0
+LINE
+  5
+1157F
+330
+1157E
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+14.268133388877
+ 20
+-336.9198394349707
+ 30
+0.0
+ 11
+14.268133388877
+ 21
+35.61386412085301
+ 31
+0.0
+  0
+ENDBLK
+  5
+11583
+330
+1157E
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+1194B
+330
+11947
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+A$C0C1B25E7
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+A$C0C1B25E7
+  1
+
+  0
+SOLID
+  5
+11948
+330
+11947
+100
+AcDbEntity
+  8
+0
+100
+AcDbTrace
+ 10
+0.0000026253519536
+ 20
+-0.0000019416302166
+ 30
+0.0
+ 11
+0.0000026253519536
+ 21
+3.368728044664635
+ 31
+0.0
+ 12
+235.5464795884752
+ 22
+-0.000001941632263
+ 32
+0.0
+ 13
+235.5464283555654
+ 23
+3.370802839974658
+ 33
+0.0
+  0
+ENDBLK
+  5
+1194C
+330
+11947
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+11969
+330
+11965
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+A$C24203B1B
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+A$C24203B1B
+  1
+
+  0
+SOLID
+  5
+11966
+330
+11965
+100
+AcDbEntity
+  8
+IMG008
+100
+AcDbTrace
+ 10
+6.129878092994657
+ 20
+-0.0000013356373074
+ 30
+0.0
+ 11
+0.0000026017978598
+ 21
+-0.0000013356373074
+ 31
+0.0
+ 12
+6.129878092994431
+ 22
+7.030003128247471
+ 32
+0.0
+ 13
+0.0000846680759423
+ 23
+7.030074684988902
+ 33
+0.0
+  0
+ENDBLK
+  5
+1196A
+330
+11965
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+11E50
+330
+11E3A
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+A$C72F02782
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+A$C72F02782
+  1
+
+  0
+SOLID
+  5
+11E3B
+330
+11E3A
+100
+AcDbEntity
+  8
+IMG008
+ 62
+   109
+100
+AcDbTrace
+ 10
+10.70999892894701
+ 20
+2.677499694581001
+ 30
+14.28
+ 11
+-0.0000010710527931
+ 21
+2.677499694581001
+ 31
+14.28
+ 12
+10.70999892894701
+ 22
+15.1724996945818
+ 32
+14.28
+ 13
+-0.0000010710527931
+ 23
+15.1724996945818
+ 33
+14.28
+ 39
+14.28
+  0
+SOLID
+  5
+11E3C
+330
+11E3A
+100
+AcDbEntity
+  8
+IMG008
+ 62
+   109
+100
+AcDbTrace
+ 10
+17.84999892894666
+ 20
+9.817581760859411
+ 30
+0.0
+ 11
+10.70999892894701
+ 21
+9.817581760859411
+ 31
+0.0
+ 12
+17.84999892894666
+ 22
+8.032581760859557
+ 32
+0.0
+ 13
+10.70999892894701
+ 23
+8.032581760859557
+ 33
+0.0
+ 39
+14.28
+  0
+SOLID
+  5
+11E3D
+330
+11E3A
+100
+AcDbEntity
+  8
+IMG008
+ 62
+   109
+100
+AcDbTrace
+ 10
+21.44420526056888
+ 20
+9.817499694581329
+ 30
+0.0
+ 11
+21.44420526056888
+ 21
+8.032499694581474
+ 31
+0.0
+ 12
+17.84999892894666
+ 22
+9.817581760859411
+ 32
+0.0
+ 13
+17.84999892894666
+ 23
+8.032581760859557
+ 33
+0.0
+  0
+SOLID
+  5
+11E3E
+330
+11E3A
+100
+AcDbEntity
+  8
+IMG008
+ 62
+   109
+100
+AcDbTrace
+ 10
+14.304205260569
+ 20
+17.84999969458158
+ 30
+0.0
+ 11
+17.84999892894666
+ 21
+9.817581760859411
+ 31
+0.0
+ 12
+25.01420526056904
+ 22
+17.84999969458158
+ 32
+0.0
+ 13
+21.44420526056888
+ 23
+9.817499694581329
+ 33
+0.0
+  0
+SOLID
+  5
+11E3F
+330
+11E3A
+100
+AcDbEntity
+  8
+IMG008
+ 62
+   109
+100
+AcDbTrace
+ 10
+14.304205260569
+ 20
+-0.00000030541878
+ 30
+0.0
+ 11
+17.84999892894666
+ 21
+8.032417628303393
+ 31
+0.0
+ 12
+25.01420526056904
+ 22
+-0.00000030541878
+ 32
+0.0
+ 13
+21.44420526056888
+ 23
+8.032499694581474
+ 33
+0.0
+  0
+LINE
+  5
+11E40
+330
+11E3A
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+14.304205260569
+ 20
+-0.00000030541878
+ 30
+0.0
+ 11
+17.84999892894666
+ 21
+8.032581760859557
+ 31
+14.28000000000001
+  0
+LINE
+  5
+11E41
+330
+11E3A
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+17.84999892894666
+ 20
+8.032581760859557
+ 30
+14.28000000000001
+ 11
+10.70999892894701
+ 21
+8.032581760859557
+ 31
+14.28000000000001
+  0
+LINE
+  5
+11E42
+330
+11E3A
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+10.70999892894701
+ 20
+8.032581760884795
+ 30
+28.56000000000003
+ 11
+10.73420526056861
+ 21
+2.67749969460624
+ 31
+28.56000000000003
+  0
+LINE
+  5
+11E43
+330
+11E3A
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+0.0242052605690333
+ 20
+2.677499694581001
+ 30
+28.56000000000006
+ 11
+10.73420526056884
+ 21
+2.677499694581001
+ 31
+28.56000000000006
+  0
+LINE
+  5
+11E44
+330
+11E3A
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+10.73420526056861
+ 20
+15.1724996945818
+ 30
+14.28000000000001
+ 11
+10.70999892894701
+ 21
+9.817581760859411
+ 31
+14.28000000000001
+  0
+LINE
+  5
+11E45
+330
+11E3A
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+10.70999892894701
+ 20
+9.817581760859411
+ 30
+14.28000000000001
+ 11
+17.84999892894666
+ 21
+9.817581760859411
+ 31
+14.28000000000001
+  0
+LINE
+  5
+11E46
+330
+11E3A
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+17.84999892894666
+ 20
+9.817581760859411
+ 30
+14.28000000000001
+ 11
+14.304205260569
+ 21
+17.84999969458158
+ 31
+0.0
+  0
+LINE
+  5
+11E47
+330
+11E3A
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+25.01420526056904
+ 20
+17.84999969458158
+ 30
+0.0
+ 11
+21.44420526056888
+ 21
+9.817499694581329
+ 31
+0.0
+  0
+LINE
+  5
+11E48
+330
+11E3A
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+21.44420526056888
+ 20
+9.817499694581329
+ 30
+0.0
+ 11
+21.44420526056888
+ 21
+8.032499694581474
+ 31
+0.0
+  0
+LINE
+  5
+11E49
+330
+11E3A
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+21.44420526056888
+ 20
+8.032499694581474
+ 30
+0.0
+ 11
+25.01420526056904
+ 21
+-0.00000030541878
+ 31
+0.0
+  0
+LINE
+  5
+11E4A
+330
+11E3A
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+10.70999892894701
+ 20
+15.1724996945818
+ 30
+14.28
+ 11
+-0.0000010710527931
+ 21
+15.1724996945818
+ 31
+14.28
+  0
+LINE
+  5
+11E4B
+330
+11E3A
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+-0.0000010710527931
+ 20
+15.1724996945818
+ 30
+28.56
+ 11
+0.0242052605690333
+ 21
+2.677499694581001
+ 31
+28.56000000000006
+  0
+LINE
+  5
+11E4C
+330
+11E3A
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+25.01420526056904
+ 20
+-0.00000030541878
+ 30
+14.28000000000001
+ 11
+14.304205260569
+ 21
+-0.00000030541878
+ 31
+0.0
+  0
+LINE
+  5
+11E4D
+330
+11E3A
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+25.01420526056904
+ 20
+17.84999969458158
+ 30
+14.28000000000001
+ 11
+14.304205260569
+ 21
+17.84999969458158
+ 31
+0.0
+  0
+ENDBLK
+  5
+11E51
+330
+11E3A
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+123EB
+330
+123E7
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+A$C03946768
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+A$C03946768
+  1
+
+  0
+SOLID
+  5
+123E8
+330
+123E7
+100
+AcDbEntity
+  8
+0
+100
+AcDbTrace
+ 10
+3.550159884410788
+ 20
+1.685515151421213
+ 30
+0.0
+ 11
+3.550159884410788
+ 21
+0.000000107667347
+ 31
+0.0
+ 12
+0.0
+ 22
+1.68540210432934
+ 32
+0.0
+ 13
+0.0
+ 23
+-0.000000286474517
+ 33
+0.0
+  0
+ENDBLK
+  5
+123EC
+330
+123E7
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+12459
+330
+12455
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+A$C2F474CB2
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+A$C2F474CB2
+  1
+
+  0
+SOLID
+  5
+12456
+330
+12455
+100
+AcDbEntity
+  8
+0
+100
+AcDbTrace
+ 10
+3.366178097484436
+ 20
+0.9311203606627032
+ 30
+0.0
+ 11
+1.961194415763543
+ 21
+0.0000017770126988
+ 31
+0.0
+ 12
+1.404891139605409
+ 22
+3.890341320056107
+ 32
+0.0
+ 13
+0.0000013612626049
+ 23
+2.959284968573911
+ 33
+0.0
+  0
+ENDBLK
+  5
+1245A
+330
+12455
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+131BD
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+A$C5BA24769
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+A$C5BA24769
+  1
+
+  0
+TEXT
+  5
+12EE5
+330
+12EE4
+100
+AcDbEntity
+  8
+TEXTE
+100
+AcDbText
+ 10
+576.2868006725287
+ 20
+715.1138095097271
+ 30
+0.0
+ 40
+8.0
+  1
+COLLECTEUR BP
+100
+AcDbText
+  0
+TEXT
+  5
+12EE6
+330
+12EE4
+100
+AcDbEntity
+  8
+TEXTE
+100
+AcDbText
+ 10
+576.2868006725287
+ 20
+773.6446879693241
+ 30
+0.0
+ 40
+8.0
+  1
+COLLECTEUR DE RECUPERATION
+100
+AcDbText
+  0
+TEXT
+  5
+12EE7
+330
+12EE4
+100
+AcDbEntity
+  8
+TEXTE
+100
+AcDbText
+ 10
+233.5103127741613
+ 20
+677.4205022624572
+ 30
+0.0
+ 40
+8.0
+  1
+FV4001
+100
+AcDbText
+  0
+TEXT
+  5
+12EE8
+330
+12EE4
+100
+AcDbEntity
+  8
+TEXTE
+100
+AcDbText
+ 10
+295.3592254773257
+ 20
+537.2445747987078
+ 30
+0.0
+ 40
+8.0
+  1
+DN 40
+100
+AcDbText
+  0
+INSERT
+  5
+12EE9
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbBlockReference
+  2
+S_SOUPDR
+ 10
+1194.150180791238
+ 20
+564.9596076311497
+ 30
+0.0
+ 41
+-3.6
+ 42
+3.6
+ 43
+3.6
+ 50
+270.0
+  0
+INSERT
+  5
+12EEA
+330
+12EE4
+100
+AcDbEntity
+  8
+HE_FLU
+ 62
+    20
+100
+AcDbBlockReference
+  2
+S_RCHELE
+ 10
+310.004028041612
+ 20
+580.7337993692542
+ 30
+0.0
+ 41
+3.6
+ 42
+3.6
+ 43
+3.6
+  0
+SOLID
+  5
+12EEB
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+72.28680212970559
+ 20
+767.449881243863
+ 30
+0.0
+ 11
+72.28680212970559
+ 21
+770.8185712487143
+ 31
+0.0
+ 12
+1585.914993700216
+ 22
+767.4563583364743
+ 32
+0.0
+ 13
+1585.914680128855
+ 23
+770.8271630415953
+ 33
+0.0
+  0
+SOLID
+  5
+12EEC
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+54.28680212970559
+ 20
+767.449881243863
+ 30
+0.0
+ 11
+54.28680212970559
+ 21
+770.8185712487143
+ 31
+0.0
+ 12
+63.28856252358807
+ 22
+767.4498812911775
+ 32
+0.0
+ 13
+63.28856252358807
+ 23
+770.8206860254687
+ 33
+0.0
+  0
+SOLID
+  5
+12EED
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+36.2868021297056
+ 20
+767.449881243863
+ 30
+0.0
+ 11
+36.2868021297056
+ 21
+770.8185712487143
+ 31
+0.0
+ 12
+45.28856252358806
+ 22
+767.4498812911775
+ 32
+0.0
+ 13
+45.28856252358806
+ 23
+770.8206860254687
+ 33
+0.0
+  0
+SOLID
+  5
+12EEE
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+18.28680212970559
+ 20
+767.449881243863
+ 30
+0.0
+ 11
+18.28680212970559
+ 21
+770.8185712487143
+ 31
+0.0
+ 12
+27.28856252358807
+ 22
+767.4498812911775
+ 32
+0.0
+ 13
+27.28856252358807
+ 23
+770.8206860254687
+ 33
+0.0
+  0
+SOLID
+  5
+12EEF
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+0.2868021297055918
+ 20
+767.449881243863
+ 30
+0.0
+ 11
+0.2868021297055918
+ 21
+770.8185712487143
+ 31
+0.0
+ 12
+9.288562523588067
+ 22
+767.4498812911775
+ 32
+0.0
+ 13
+9.288562523588067
+ 23
+770.8206860254687
+ 33
+0.0
+  0
+SOLID
+  5
+12EF0
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+72.28680212970559
+ 20
+708.4850620618965
+ 30
+0.0
+ 11
+72.28680212970559
+ 21
+711.8537520667476
+ 31
+0.0
+ 12
+1577.912766022428
+ 22
+708.4840449767177
+ 32
+0.0
+ 13
+1577.912821658929
+ 23
+711.8548497100904
+ 33
+0.0
+  0
+SOLID
+  5
+12EF1
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+54.28680212970559
+ 20
+708.4850620618965
+ 30
+0.0
+ 11
+54.28680212970559
+ 21
+711.8537520667476
+ 31
+0.0
+ 12
+63.28856252358807
+ 22
+708.4850621092108
+ 32
+0.0
+ 13
+63.28856252358807
+ 23
+711.8558668435022
+ 33
+0.0
+  0
+SOLID
+  5
+12EF2
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+36.2868021297056
+ 20
+708.4850620618965
+ 30
+0.0
+ 11
+36.2868021297056
+ 21
+711.8537520667476
+ 31
+0.0
+ 12
+45.28856252358806
+ 22
+708.4850621092108
+ 32
+0.0
+ 13
+45.28856252358806
+ 23
+711.8558668435022
+ 33
+0.0
+  0
+SOLID
+  5
+12EF3
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+18.28680212970559
+ 20
+708.4850620618965
+ 30
+0.0
+ 11
+18.28680212970559
+ 21
+711.8537520667476
+ 31
+0.0
+ 12
+27.28856252358807
+ 22
+708.4850621092108
+ 32
+0.0
+ 13
+27.28856252358807
+ 23
+711.8558668435022
+ 33
+0.0
+  0
+SOLID
+  5
+12EF4
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+0.2868021297055918
+ 20
+708.4850620618965
+ 30
+0.0
+ 11
+0.2868021297055918
+ 21
+711.8537520667476
+ 31
+0.0
+ 12
+9.288562523588067
+ 22
+708.4850621092108
+ 32
+0.0
+ 13
+9.288562523588067
+ 23
+711.8558668435022
+ 33
+0.0
+  0
+SOLID
+  5
+12EF5
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+72.31450669787246
+ 20
+649.5225946303984
+ 30
+0.0
+ 11
+72.31450669787246
+ 21
+652.8912846352493
+ 31
+0.0
+ 12
+1572.283218714001
+ 22
+649.5225946776931
+ 32
+0.0
+ 13
+1572.283218714001
+ 23
+652.8933994120039
+ 33
+0.0
+  0
+SOLID
+  5
+12EF6
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+54.31450669787246
+ 20
+649.5225946303984
+ 30
+0.0
+ 11
+54.31450669787246
+ 21
+652.8912846352493
+ 31
+0.0
+ 12
+63.31626709175495
+ 22
+649.5225946777127
+ 32
+0.0
+ 13
+63.31626709175495
+ 23
+652.8933994120039
+ 33
+0.0
+  0
+SOLID
+  5
+12EF7
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+36.31450669787247
+ 20
+649.5225946303984
+ 30
+0.0
+ 11
+36.31450669787247
+ 21
+652.8912846352493
+ 31
+0.0
+ 12
+45.31626709175495
+ 22
+649.5225946777127
+ 32
+0.0
+ 13
+45.31626709175495
+ 23
+652.8933994120039
+ 33
+0.0
+  0
+SOLID
+  5
+12EF8
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+18.31450669787247
+ 20
+649.5225946303984
+ 30
+0.0
+ 11
+18.31450669787247
+ 21
+652.8912846352493
+ 31
+0.0
+ 12
+27.31626709175495
+ 22
+649.5225946777127
+ 32
+0.0
+ 13
+27.31626709175495
+ 23
+652.8933994120039
+ 33
+0.0
+  0
+SOLID
+  5
+12EF9
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+0.3145066978724742
+ 20
+649.5225946303984
+ 30
+0.0
+ 11
+0.3145066978724742
+ 21
+652.8912846352493
+ 31
+0.0
+ 12
+9.316267091754951
+ 22
+649.5225946777127
+ 32
+0.0
+ 13
+9.316267091754951
+ 23
+652.8933994120039
+ 33
+0.0
+  0
+SOLID
+  5
+12EFA
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+298.2601355678694
+ 20
+609.7630824632179
+ 30
+0.0
+ 11
+294.8914455630184
+ 21
+609.7543114776232
+ 31
+0.0
+ 12
+298.2601355678694
+ 22
+645.5214970646683
+ 32
+0.0
+ 13
+294.8893307862639
+ 23
+645.5214970646683
+ 33
+0.0
+  0
+SOLID
+  5
+12EFB
+330
+12EE4
+100
+AcDbEntity
+  8
+IMG008
+ 62
+   109
+100
+AcDbTrace
+ 10
+287.6662845671685
+ 20
+674.898072369208
+ 30
+14.28
+ 11
+276.9562845671686
+ 21
+674.898072369208
+ 31
+14.28
+ 12
+287.6662845671685
+ 22
+687.3930723692089
+ 32
+14.28
+ 13
+276.9562845671686
+ 23
+687.3930723692089
+ 33
+14.28
+ 39
+14.28
+  0
+SOLID
+  5
+12EFC
+330
+12EE4
+100
+AcDbEntity
+  8
+IMG008
+ 62
+   109
+100
+AcDbTrace
+ 10
+294.8062845671682
+ 20
+682.0381544354865
+ 30
+0.0
+ 11
+287.6662845671685
+ 21
+682.0381544354865
+ 31
+0.0
+ 12
+294.8062845671682
+ 22
+680.2531544354866
+ 32
+0.0
+ 13
+287.6662845671685
+ 23
+680.2531544354866
+ 33
+0.0
+ 39
+14.28
+  0
+SOLID
+  5
+12EFD
+330
+12EE4
+100
+AcDbEntity
+  8
+IMG008
+ 62
+   109
+100
+AcDbTrace
+ 10
+298.4004908987903
+ 20
+682.0380723692084
+ 30
+0.0
+ 11
+298.4004908987903
+ 21
+680.2530723692085
+ 31
+0.0
+ 12
+294.8062845671682
+ 22
+682.0381544354865
+ 32
+0.0
+ 13
+294.8062845671682
+ 23
+680.2531544354866
+ 33
+0.0
+  0
+SOLID
+  5
+12EFE
+330
+12EE4
+100
+AcDbEntity
+  8
+IMG008
+ 62
+   109
+100
+AcDbTrace
+ 10
+291.2604908987905
+ 20
+690.0705723692087
+ 30
+0.0
+ 11
+294.8062845671682
+ 21
+682.0381544354865
+ 31
+0.0
+ 12
+301.9704908987906
+ 22
+690.0705723692087
+ 32
+0.0
+ 13
+298.4004908987903
+ 23
+682.0380723692084
+ 33
+0.0
+  0
+SOLID
+  5
+12EFF
+330
+12EE4
+100
+AcDbEntity
+  8
+IMG008
+ 62
+   109
+100
+AcDbTrace
+ 10
+291.2604908987905
+ 20
+672.2205723692082
+ 30
+0.0
+ 11
+294.8062845671682
+ 21
+680.2529903029303
+ 31
+0.0
+ 12
+301.9704908987906
+ 22
+672.2205723692082
+ 32
+0.0
+ 13
+298.4004908987903
+ 23
+680.2530723692085
+ 33
+0.0
+  0
+LINE
+  5
+12F00
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+291.2604908987905
+ 20
+672.2205723692082
+ 30
+0.0
+ 11
+294.8062845671682
+ 21
+680.2531544354866
+ 31
+14.28000000000001
+  0
+LINE
+  5
+12F01
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+294.8062845671682
+ 20
+680.2531544354866
+ 30
+14.28000000000001
+ 11
+287.6662845671685
+ 21
+680.2531544354866
+ 31
+14.28000000000001
+  0
+LINE
+  5
+12F02
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+287.6662845671685
+ 20
+680.2531544355119
+ 30
+28.56000000000003
+ 11
+287.6904908987901
+ 21
+674.8980723692332
+ 31
+28.56000000000003
+  0
+LINE
+  5
+12F03
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+276.9804908987905
+ 20
+674.898072369208
+ 30
+28.56000000000006
+ 11
+287.6904908987904
+ 21
+674.898072369208
+ 31
+28.56000000000006
+  0
+LINE
+  5
+12F04
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+287.6904908987901
+ 20
+687.3930723692089
+ 30
+14.28000000000001
+ 11
+287.6662845671685
+ 21
+682.0381544354865
+ 31
+14.28000000000001
+  0
+LINE
+  5
+12F05
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+287.6662845671685
+ 20
+682.0381544354865
+ 30
+14.28000000000001
+ 11
+294.8062845671682
+ 21
+682.0381544354865
+ 31
+14.28000000000001
+  0
+LINE
+  5
+12F06
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+294.8062845671682
+ 20
+682.0381544354865
+ 30
+14.28000000000001
+ 11
+291.2604908987905
+ 21
+690.0705723692087
+ 31
+0.0
+  0
+LINE
+  5
+12F07
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+301.9704908987906
+ 20
+690.0705723692087
+ 30
+0.0
+ 11
+298.4004908987903
+ 21
+682.0380723692084
+ 31
+0.0
+  0
+LINE
+  5
+12F08
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+298.4004908987903
+ 20
+682.0380723692084
+ 30
+0.0
+ 11
+298.4004908987903
+ 21
+680.2530723692085
+ 31
+0.0
+  0
+LINE
+  5
+12F09
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+298.4004908987903
+ 20
+680.2530723692085
+ 30
+0.0
+ 11
+301.9704908987906
+ 21
+672.2205723692082
+ 31
+0.0
+  0
+LINE
+  5
+12F0A
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+287.6662845671685
+ 20
+687.3930723692089
+ 30
+14.28
+ 11
+276.9562845671686
+ 21
+687.3930723692089
+ 31
+14.28
+  0
+LINE
+  5
+12F0B
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+276.9562845671686
+ 20
+687.3930723692089
+ 30
+28.56
+ 11
+276.9804908987905
+ 21
+674.898072369208
+ 31
+28.56000000000006
+  0
+LINE
+  5
+12F0C
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+301.9704908987906
+ 20
+672.2205723692082
+ 30
+14.28000000000001
+ 11
+291.2604908987905
+ 21
+672.2205723692082
+ 31
+0.0
+  0
+LINE
+  5
+12F0D
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+301.9704908987906
+ 20
+690.0705723692087
+ 30
+14.28000000000001
+ 11
+291.2604908987905
+ 21
+690.0705723692087
+ 31
+0.0
+  0
+SOLID
+  5
+12F0E
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+325.1157919904276
+ 20
+609.7630824632179
+ 30
+0.0
+ 11
+321.7471019855767
+ 21
+609.7543114776232
+ 31
+0.0
+ 12
+325.1157919904276
+ 22
+645.5214970646683
+ 32
+0.0
+ 13
+321.7449872088222
+ 23
+645.5214970646683
+ 33
+0.0
+  0
+SOLID
+  5
+12F0F
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+298.2600893825363
+ 20
+609.7631130847148
+ 30
+0.0
+ 11
+298.2600893825363
+ 21
+613.131803089566
+ 31
+0.0
+ 12
+321.7471019855767
+ 22
+609.7543114776232
+ 32
+0.0
+ 13
+321.7469021117508
+ 23
+613.1347743120111
+ 33
+0.0
+  0
+SOLID
+  5
+12F10
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+311.6889980748592
+ 20
+595.1337993692542
+ 30
+0.0
+ 11
+308.3190580083649
+ 21
+595.1337993692542
+ 31
+0.0
+ 12
+311.6889980748592
+ 22
+609.7587122811693
+ 32
+0.0
+ 13
+308.3181932932537
+ 23
+609.7587122811693
+ 33
+0.0
+  0
+SOLID
+  5
+12F11
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+311.680798422145
+ 20
+551.7088889298908
+ 30
+0.0
+ 11
+308.3108583556507
+ 21
+551.7088889298908
+ 31
+0.0
+ 12
+311.6807984221449
+ 22
+566.2020261433845
+ 32
+0.0
+ 13
+308.3099936405397
+ 23
+566.2020261433845
+ 33
+0.0
+  0
+SOLID
+  5
+12F12
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+304.5728098992272
+ 20
+548.2971540899482
+ 30
+0.0
+ 11
+304.5728098992273
+ 21
+551.7088889298908
+ 31
+0.0
+ 12
+315.4188468785685
+ 22
+548.2883524828565
+ 32
+0.0
+ 13
+315.4188468785684
+ 23
+551.7088889298908
+ 33
+0.0
+  0
+SOLID
+  5
+12F13
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+298.2601355678692
+ 20
+705.3987625374373
+ 30
+0.0
+ 11
+294.8914455630184
+ 21
+705.3987625374373
+ 31
+0.0
+ 12
+298.2601355678694
+ 22
+690.0705723692085
+ 32
+0.0
+ 13
+294.8907772859787
+ 23
+690.0705723692087
+ 33
+0.0
+  0
+SOLID
+  5
+12F14
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+298.2601355678694
+ 20
+672.2205723692082
+ 30
+0.0
+ 11
+294.8899990633035
+ 21
+672.2205723692082
+ 31
+0.0
+ 12
+298.2601784512461
+ 22
+656.8923981785379
+ 32
+0.0
+ 13
+294.8893736696407
+ 23
+656.8923981785379
+ 33
+0.0
+  0
+TEXT
+  5
+12F15
+330
+12EE4
+100
+AcDbEntity
+  8
+TEXTE
+100
+AcDbText
+ 10
+347.0757591737533
+ 20
+677.4205022624572
+ 30
+0.0
+ 40
+8.0
+  1
+FV4002
+100
+AcDbText
+  0
+SOLID
+  5
+12F16
+330
+12EE4
+100
+AcDbEntity
+  8
+IMG008
+ 62
+   109
+100
+AcDbTrace
+ 10
+332.3407069271186
+ 20
+674.898072369208
+ 30
+14.28
+ 11
+343.0507069271184
+ 21
+674.898072369208
+ 31
+14.28
+ 12
+332.3407069271186
+ 22
+687.3930723692089
+ 32
+14.28
+ 13
+343.0507069271184
+ 23
+687.3930723692089
+ 33
+14.28
+ 39
+14.28
+  0
+SOLID
+  5
+12F17
+330
+12EE4
+100
+AcDbEntity
+  8
+IMG008
+ 62
+   109
+100
+AcDbTrace
+ 10
+325.2007069271187
+ 20
+682.0381544354865
+ 30
+0.0
+ 11
+332.3407069271184
+ 21
+682.0381544354865
+ 31
+0.0
+ 12
+325.2007069271187
+ 22
+680.2531544354866
+ 32
+0.0
+ 13
+332.3407069271184
+ 23
+680.2531544354866
+ 33
+0.0
+ 39
+14.28
+  0
+SOLID
+  5
+12F18
+330
+12EE4
+100
+AcDbEntity
+  8
+IMG008
+ 62
+   109
+100
+AcDbTrace
+ 10
+321.6065005954968
+ 20
+682.0380723692084
+ 30
+0.0
+ 11
+321.6065005954968
+ 21
+680.2530723692085
+ 31
+0.0
+ 12
+325.2007069271187
+ 22
+682.0381544354865
+ 32
+0.0
+ 13
+325.2007069271187
+ 23
+680.2531544354866
+ 33
+0.0
+  0
+SOLID
+  5
+12F19
+330
+12EE4
+100
+AcDbEntity
+  8
+IMG008
+ 62
+   109
+100
+AcDbTrace
+ 10
+328.7465005954964
+ 20
+690.0705723692087
+ 30
+0.0
+ 11
+325.2007069271187
+ 21
+682.0381544354865
+ 31
+0.0
+ 12
+318.0365005954966
+ 22
+690.0705723692087
+ 32
+0.0
+ 13
+321.6065005954968
+ 23
+682.0380723692084
+ 33
+0.0
+  0
+SOLID
+  5
+12F1A
+330
+12EE4
+100
+AcDbEntity
+  8
+IMG008
+ 62
+   109
+100
+AcDbTrace
+ 10
+328.7465005954964
+ 20
+672.2205723692082
+ 30
+0.0
+ 11
+325.2007069271187
+ 21
+680.2529903029303
+ 31
+0.0
+ 12
+318.0365005954966
+ 22
+672.2205723692082
+ 32
+0.0
+ 13
+321.6065005954968
+ 23
+680.2530723692085
+ 33
+0.0
+  0
+LINE
+  5
+12F1B
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+328.7465005954964
+ 20
+672.2205723692082
+ 30
+0.0
+ 11
+325.2007069271187
+ 21
+680.2531544354866
+ 31
+14.28000000000001
+  0
+LINE
+  5
+12F1C
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+325.2007069271187
+ 20
+680.2531544354866
+ 30
+14.28000000000001
+ 11
+332.3407069271184
+ 21
+680.2531544354866
+ 31
+14.28000000000001
+  0
+LINE
+  5
+12F1D
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+332.3407069271184
+ 20
+680.2531544355119
+ 30
+28.56000000000003
+ 11
+332.3165005954968
+ 21
+674.8980723692332
+ 31
+28.56000000000003
+  0
+LINE
+  5
+12F1E
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+343.0265005954964
+ 20
+674.898072369208
+ 30
+28.56000000000006
+ 11
+332.3165005954966
+ 21
+674.898072369208
+ 31
+28.56000000000006
+  0
+LINE
+  5
+12F1F
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+332.3165005954968
+ 20
+687.3930723692089
+ 30
+14.28000000000001
+ 11
+332.3407069271184
+ 21
+682.0381544354865
+ 31
+14.28000000000001
+  0
+LINE
+  5
+12F20
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+332.3407069271184
+ 20
+682.0381544354865
+ 30
+14.28000000000001
+ 11
+325.2007069271187
+ 21
+682.0381544354865
+ 31
+14.28000000000001
+  0
+LINE
+  5
+12F21
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+325.2007069271187
+ 20
+682.0381544354865
+ 30
+14.28000000000001
+ 11
+328.7465005954964
+ 21
+690.0705723692087
+ 31
+0.0
+  0
+LINE
+  5
+12F22
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+318.0365005954966
+ 20
+690.0705723692087
+ 30
+0.0
+ 11
+321.6065005954968
+ 21
+682.0380723692084
+ 31
+0.0
+  0
+LINE
+  5
+12F23
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+321.6065005954968
+ 20
+682.0380723692084
+ 30
+0.0
+ 11
+321.6065005954968
+ 21
+680.2530723692085
+ 31
+0.0
+  0
+LINE
+  5
+12F24
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+321.6065005954968
+ 20
+680.2530723692085
+ 30
+0.0
+ 11
+318.0365005954966
+ 21
+672.2205723692082
+ 31
+0.0
+  0
+LINE
+  5
+12F25
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+332.3407069271186
+ 20
+687.3930723692089
+ 30
+14.28
+ 11
+343.0507069271184
+ 21
+687.3930723692089
+ 31
+14.28
+  0
+LINE
+  5
+12F26
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+343.0507069271184
+ 20
+687.3930723692089
+ 30
+28.56
+ 11
+343.0265005954964
+ 21
+674.898072369208
+ 31
+28.56000000000006
+  0
+LINE
+  5
+12F27
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+318.0365005954966
+ 20
+672.2205723692082
+ 30
+14.28000000000001
+ 11
+328.7465005954964
+ 21
+672.2205723692082
+ 31
+0.0
+  0
+LINE
+  5
+12F28
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+318.0365005954966
+ 20
+690.0705723692087
+ 30
+14.28000000000001
+ 11
+328.7465005954964
+ 21
+690.0705723692087
+ 31
+0.0
+  0
+SOLID
+  5
+12F29
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+321.7468559263167
+ 20
+708.4850620700704
+ 30
+0.0
+ 11
+325.1155459311676
+ 21
+708.4850620701806
+ 31
+0.0
+ 12
+321.7468559264176
+ 22
+690.0705723692085
+ 32
+0.0
+ 13
+325.1162142083083
+ 23
+690.0705723692087
+ 33
+0.0
+  0
+SOLID
+  5
+12F2A
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+321.7468559264178
+ 20
+672.2205723692082
+ 30
+0.0
+ 11
+325.1169924309834
+ 21
+672.2205723692082
+ 31
+0.0
+ 12
+321.7468130430409
+ 22
+656.8923981785379
+ 32
+0.0
+ 13
+325.1176178246463
+ 23
+656.8923981785379
+ 33
+0.0
+  0
+SOLID
+  5
+12F2B
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+298.2601355678692
+ 20
+714.9400515912065
+ 30
+0.0
+ 11
+294.8914455630184
+ 21
+714.9400515912065
+ 31
+0.0
+ 12
+298.2601355666511
+ 22
+767.4498812512673
+ 32
+0.0
+ 13
+294.8907772847604
+ 23
+767.449881251157
+ 33
+0.0
+  0
+LINE
+  5
+12F2C
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+298.2601353456766
+ 20
+690.0705726168737
+ 30
+14.28000000000001
+ 11
+298.2601353456766
+ 21
+705.3987625374373
+ 31
+0.0000000000000568
+  0
+LINE
+  5
+12F2D
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+294.8908097135373
+ 20
+690.0709830897701
+ 30
+14.27999999999998
+ 11
+294.8908097135373
+ 21
+705.399173010334
+ 31
+0.0000000000000284
+  0
+LINE
+  5
+12F2E
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+294.8894060772125
+ 20
+656.8923504653992
+ 30
+14.28000000000001
+ 11
+294.8894060772125
+ 21
+672.2205403859629
+ 31
+0.0000000000000568
+  0
+LINE
+  5
+12F2F
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+298.260210858818
+ 20
+656.8923504653992
+ 30
+14.28000000000001
+ 11
+298.260210858818
+ 21
+672.2205403859629
+ 31
+0.0000000000000568
+  0
+LINE
+  5
+12F30
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+321.7468454504289
+ 20
+656.8922847572341
+ 30
+14.28000000000001
+ 11
+321.7468454504289
+ 21
+672.2204746777978
+ 31
+0.0000000000000568
+  0
+LINE
+  5
+12F31
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+325.1176502322183
+ 20
+656.8923504653992
+ 30
+14.28000000000001
+ 11
+325.1176502322183
+ 21
+672.2205403859629
+ 31
+0.0000000000000568
+  0
+LINE
+  5
+12F32
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+321.7468883339897
+ 20
+690.0705246560699
+ 30
+14.28000000000001
+ 11
+321.7468559263167
+ 21
+708.4850620700704
+ 31
+0.0
+  0
+LINE
+  5
+12F33
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+325.1162466114426
+ 20
+690.0706469328828
+ 30
+14.28000000000001
+ 11
+325.1162466113415
+ 21
+708.4850620701806
+ 31
+0.0
+  0
+LINE
+  5
+12F34
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+321.7468559263167
+ 20
+708.4850620700704
+ 30
+0.0
+ 11
+72.28680212970559
+ 21
+708.4850620618965
+ 31
+0.0
+  0
+LINE
+  5
+12F35
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+72.28680212970559
+ 20
+708.4850620618965
+ 30
+0.0
+ 11
+72.28679719617466
+ 21
+711.8537520667404
+ 31
+0.0
+  0
+LINE
+  5
+12F36
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+72.28679719617466
+ 20
+711.8537520667404
+ 30
+0.0
+ 11
+1581.281514314206
+ 21
+711.8526679781064
+ 31
+0.0
+  0
+LINE
+  5
+12F37
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+294.8914455630184
+ 20
+714.9400515912065
+ 30
+0.0
+ 11
+294.891445561298
+ 21
+767.449881251157
+ 31
+0.0
+  0
+LINE
+  5
+12F38
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+294.891445561298
+ 20
+767.449881251157
+ 30
+0.0
+ 11
+72.28680212970559
+ 21
+767.449881251157
+ 31
+0.0
+  0
+LINE
+  5
+12F39
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+72.28680212970559
+ 20
+767.449881251157
+ 30
+0.0
+ 11
+72.28680212970559
+ 21
+770.8185712487143
+ 31
+0.0
+  0
+LINE
+  5
+12F3A
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+72.28680212970559
+ 20
+770.8185712487143
+ 30
+0.0
+ 11
+1589.281399233444
+ 21
+770.8271630415953
+ 31
+0.0
+  0
+SOLID
+  5
+12F3B
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+54.28676647116136
+ 20
+767.4499119599887
+ 30
+0.0
+ 11
+54.28676647116136
+ 21
+770.8186019648398
+ 31
+0.0
+ 12
+63.28852686504385
+ 22
+767.4499120073031
+ 32
+0.0
+ 13
+63.28852686504385
+ 23
+770.8207167415942
+ 33
+0.0
+  0
+LINE
+  5
+12F3C
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+54.28676647116136
+ 20
+770.8186019648398
+ 30
+0.0
+ 11
+63.28852686504385
+ 21
+770.8186019648398
+ 31
+0.0
+  0
+LINE
+  5
+12F3D
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+63.28852686504385
+ 20
+770.8186019648398
+ 30
+0.0
+ 11
+63.28852686504385
+ 21
+767.4499120073031
+ 31
+0.0
+  0
+LINE
+  5
+12F3E
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+63.28852686504385
+ 20
+767.4499120073031
+ 30
+0.0
+ 11
+54.28676647116136
+ 21
+767.4499119599887
+ 31
+0.0
+  0
+LINE
+  5
+12F3F
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+54.28676647116136
+ 20
+767.4499119599887
+ 30
+0.0
+ 11
+54.28676647116136
+ 21
+770.8186019648398
+ 31
+0.0
+  0
+SOLID
+  5
+12F40
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+36.28676647116137
+ 20
+767.4499119599887
+ 30
+0.0
+ 11
+36.28676647116137
+ 21
+770.8186019648398
+ 31
+0.0
+ 12
+45.28852686504385
+ 22
+767.4499120073031
+ 32
+0.0
+ 13
+45.28852686504385
+ 23
+770.8207167415942
+ 33
+0.0
+  0
+LINE
+  5
+12F41
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+36.28676647116137
+ 20
+770.8186019648398
+ 30
+0.0
+ 11
+45.28852686504385
+ 21
+770.8186019648398
+ 31
+0.0
+  0
+LINE
+  5
+12F42
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+45.28852686504385
+ 20
+770.8186019648398
+ 30
+0.0
+ 11
+45.28852686504385
+ 21
+767.4499120073031
+ 31
+0.0
+  0
+LINE
+  5
+12F43
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+45.28852686504385
+ 20
+767.4499120073031
+ 30
+0.0
+ 11
+36.28676647116137
+ 21
+767.4499119599887
+ 31
+0.0
+  0
+LINE
+  5
+12F44
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+36.28676647116137
+ 20
+767.4499119599887
+ 30
+0.0
+ 11
+36.28676647116137
+ 21
+770.8186019648398
+ 31
+0.0
+  0
+SOLID
+  5
+12F45
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+18.28676647116137
+ 20
+767.4499119599887
+ 30
+0.0
+ 11
+18.28676647116137
+ 21
+770.8186019648398
+ 31
+0.0
+ 12
+27.28852686504385
+ 22
+767.4499120073031
+ 32
+0.0
+ 13
+27.28852686504385
+ 23
+770.8207167415942
+ 33
+0.0
+  0
+LINE
+  5
+12F46
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+18.28676647116137
+ 20
+770.8186019648398
+ 30
+0.0
+ 11
+27.28852686504385
+ 21
+770.8186019648398
+ 31
+0.0
+  0
+LINE
+  5
+12F47
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+27.28852686504385
+ 20
+770.8186019648398
+ 30
+0.0
+ 11
+27.28852686504385
+ 21
+767.4499120073031
+ 31
+0.0
+  0
+LINE
+  5
+12F48
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+27.28852686504385
+ 20
+767.4499120073031
+ 30
+0.0
+ 11
+18.28676647116137
+ 21
+767.4499119599887
+ 31
+0.0
+  0
+LINE
+  5
+12F49
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+18.28676647116137
+ 20
+767.4499119599887
+ 30
+0.0
+ 11
+18.28676647116137
+ 21
+770.8186019648398
+ 31
+0.0
+  0
+SOLID
+  5
+12F4A
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+0.2867664711613713
+ 20
+767.4499119599887
+ 30
+0.0
+ 11
+0.2867664711613713
+ 21
+770.8186019648398
+ 31
+0.0
+ 12
+9.288526865043847
+ 22
+767.4499120073031
+ 32
+0.0
+ 13
+9.288526865043847
+ 23
+770.8207167415942
+ 33
+0.0
+  0
+LINE
+  5
+12F4B
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+0.2867664711613713
+ 20
+770.8186019648398
+ 30
+0.0
+ 11
+9.288526865043847
+ 21
+770.8186019648398
+ 31
+0.0
+  0
+LINE
+  5
+12F4C
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+9.288526865043847
+ 20
+770.8186019648398
+ 30
+0.0
+ 11
+9.288526865043847
+ 21
+767.4499120073031
+ 31
+0.0
+  0
+LINE
+  5
+12F4D
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+9.288526865043847
+ 20
+767.4499120073031
+ 30
+0.0
+ 11
+0.2867664711613713
+ 21
+767.4499119599887
+ 31
+0.0
+  0
+LINE
+  5
+12F4E
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+0.2867664711613713
+ 20
+767.4499119599887
+ 30
+0.0
+ 11
+0.2867664711613713
+ 21
+770.8186019648398
+ 31
+0.0
+  0
+SOLID
+  5
+12F4F
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+54.28676647116136
+ 20
+708.4850927780221
+ 30
+0.0
+ 11
+54.28676647116136
+ 21
+711.853782782873
+ 31
+0.0
+ 12
+63.28852686504385
+ 22
+708.4850928253366
+ 32
+0.0
+ 13
+63.28852686504385
+ 23
+711.8558975596276
+ 33
+0.0
+  0
+LINE
+  5
+12F50
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+54.28676647116136
+ 20
+711.853782782873
+ 30
+0.0
+ 11
+63.28852686504385
+ 21
+711.853782782873
+ 31
+0.0
+  0
+LINE
+  5
+12F51
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+63.28852686504385
+ 20
+711.853782782873
+ 30
+0.0
+ 11
+63.28852686504385
+ 21
+708.4850928253366
+ 31
+0.0
+  0
+LINE
+  5
+12F52
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+63.28852686504385
+ 20
+708.4850928253366
+ 30
+0.0
+ 11
+54.28676647116136
+ 21
+708.4850927780221
+ 31
+0.0
+  0
+LINE
+  5
+12F53
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+54.28676647116136
+ 20
+708.4850927780221
+ 30
+0.0
+ 11
+54.28676647116136
+ 21
+711.853782782873
+ 31
+0.0
+  0
+SOLID
+  5
+12F54
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+36.28676647116137
+ 20
+708.4850927780221
+ 30
+0.0
+ 11
+36.28676647116137
+ 21
+711.853782782873
+ 31
+0.0
+ 12
+45.28852686504385
+ 22
+708.4850928253366
+ 32
+0.0
+ 13
+45.28852686504385
+ 23
+711.8558975596276
+ 33
+0.0
+  0
+LINE
+  5
+12F55
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+36.28676647116137
+ 20
+711.853782782873
+ 30
+0.0
+ 11
+45.28852686504385
+ 21
+711.853782782873
+ 31
+0.0
+  0
+LINE
+  5
+12F56
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+45.28852686504385
+ 20
+711.853782782873
+ 30
+0.0
+ 11
+45.28852686504385
+ 21
+708.4850928253366
+ 31
+0.0
+  0
+LINE
+  5
+12F57
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+45.28852686504385
+ 20
+708.4850928253366
+ 30
+0.0
+ 11
+36.28676647116137
+ 21
+708.4850927780221
+ 31
+0.0
+  0
+LINE
+  5
+12F58
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+36.28676647116137
+ 20
+708.4850927780221
+ 30
+0.0
+ 11
+36.28676647116137
+ 21
+711.853782782873
+ 31
+0.0
+  0
+SOLID
+  5
+12F59
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+18.28676647116137
+ 20
+708.4850927780221
+ 30
+0.0
+ 11
+18.28676647116137
+ 21
+711.853782782873
+ 31
+0.0
+ 12
+27.28852686504385
+ 22
+708.4850928253366
+ 32
+0.0
+ 13
+27.28852686504385
+ 23
+711.8558975596276
+ 33
+0.0
+  0
+LINE
+  5
+12F5A
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+18.28676647116137
+ 20
+711.853782782873
+ 30
+0.0
+ 11
+27.28852686504385
+ 21
+711.853782782873
+ 31
+0.0
+  0
+LINE
+  5
+12F5B
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+27.28852686504385
+ 20
+711.853782782873
+ 30
+0.0
+ 11
+27.28852686504385
+ 21
+708.4850928253366
+ 31
+0.0
+  0
+LINE
+  5
+12F5C
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+27.28852686504385
+ 20
+708.4850928253366
+ 30
+0.0
+ 11
+18.28676647116137
+ 21
+708.4850927780221
+ 31
+0.0
+  0
+LINE
+  5
+12F5D
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+18.28676647116137
+ 20
+708.4850927780221
+ 30
+0.0
+ 11
+18.28676647116137
+ 21
+711.853782782873
+ 31
+0.0
+  0
+SOLID
+  5
+12F5E
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+0.2867664711613713
+ 20
+708.4850927780221
+ 30
+0.0
+ 11
+0.2867664711613713
+ 21
+711.853782782873
+ 31
+0.0
+ 12
+9.288526865043847
+ 22
+708.4850928253366
+ 32
+0.0
+ 13
+9.288526865043847
+ 23
+711.8558975596276
+ 33
+0.0
+  0
+LINE
+  5
+12F5F
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+0.2867664711613713
+ 20
+711.853782782873
+ 30
+0.0
+ 11
+9.288526865043847
+ 21
+711.853782782873
+ 31
+0.0
+  0
+LINE
+  5
+12F60
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+9.288526865043847
+ 20
+711.853782782873
+ 30
+0.0
+ 11
+9.288526865043847
+ 21
+708.4850928253366
+ 31
+0.0
+  0
+LINE
+  5
+12F61
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+9.288526865043847
+ 20
+708.4850928253366
+ 30
+0.0
+ 11
+0.2867664711613713
+ 21
+708.4850927780221
+ 31
+0.0
+  0
+LINE
+  5
+12F62
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+0.2867664711613713
+ 20
+708.4850927780221
+ 30
+0.0
+ 11
+0.2867664711613713
+ 21
+711.853782782873
+ 31
+0.0
+  0
+SOLID
+  5
+12F63
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+54.31447103932825
+ 20
+649.522625346524
+ 30
+0.0
+ 11
+54.31447103932825
+ 21
+652.8913153513749
+ 31
+0.0
+ 12
+63.31623143321072
+ 22
+649.5226253938383
+ 32
+0.0
+ 13
+63.31623143321072
+ 23
+652.8934301281297
+ 33
+0.0
+  0
+LINE
+  5
+12F64
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+54.31447103932825
+ 20
+652.8913153513749
+ 30
+0.0
+ 11
+63.31623143321072
+ 21
+652.8913153513749
+ 31
+0.0
+  0
+LINE
+  5
+12F65
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+63.31623143321072
+ 20
+652.8913153513749
+ 30
+0.0
+ 11
+63.31623143321072
+ 21
+649.5226253938383
+ 31
+0.0
+  0
+LINE
+  5
+12F66
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+63.31623143321072
+ 20
+649.5226253938383
+ 30
+0.0
+ 11
+54.31447103932825
+ 21
+649.522625346524
+ 31
+0.0
+  0
+LINE
+  5
+12F67
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+54.31447103932825
+ 20
+649.522625346524
+ 30
+0.0
+ 11
+54.31447103932825
+ 21
+652.8913153513749
+ 31
+0.0
+  0
+SOLID
+  5
+12F68
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+36.31447103932825
+ 20
+649.522625346524
+ 30
+0.0
+ 11
+36.31447103932825
+ 21
+652.8913153513749
+ 31
+0.0
+ 12
+45.31623143321072
+ 22
+649.5226253938383
+ 32
+0.0
+ 13
+45.31623143321072
+ 23
+652.8934301281297
+ 33
+0.0
+  0
+LINE
+  5
+12F69
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+36.31447103932825
+ 20
+652.8913153513749
+ 30
+0.0
+ 11
+45.31623143321072
+ 21
+652.8913153513749
+ 31
+0.0
+  0
+LINE
+  5
+12F6A
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+45.31623143321072
+ 20
+652.8913153513749
+ 30
+0.0
+ 11
+45.31623143321072
+ 21
+649.5226253938383
+ 31
+0.0
+  0
+LINE
+  5
+12F6B
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+45.31623143321072
+ 20
+649.5226253938383
+ 30
+0.0
+ 11
+36.31447103932825
+ 21
+649.522625346524
+ 31
+0.0
+  0
+LINE
+  5
+12F6C
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+36.31447103932825
+ 20
+649.522625346524
+ 30
+0.0
+ 11
+36.31447103932825
+ 21
+652.8913153513749
+ 31
+0.0
+  0
+SOLID
+  5
+12F6D
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+18.31447103932825
+ 20
+649.522625346524
+ 30
+0.0
+ 11
+18.31447103932825
+ 21
+652.8913153513749
+ 31
+0.0
+ 12
+27.31623143321073
+ 22
+649.5226253938383
+ 32
+0.0
+ 13
+27.31623143321073
+ 23
+652.8934301281297
+ 33
+0.0
+  0
+LINE
+  5
+12F6E
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+18.31447103932825
+ 20
+652.8913153513749
+ 30
+0.0
+ 11
+27.31623143321073
+ 21
+652.8913153513749
+ 31
+0.0
+  0
+LINE
+  5
+12F6F
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+27.31623143321073
+ 20
+652.8913153513749
+ 30
+0.0
+ 11
+27.31623143321073
+ 21
+649.5226253938383
+ 31
+0.0
+  0
+LINE
+  5
+12F70
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+27.31623143321073
+ 20
+649.5226253938383
+ 30
+0.0
+ 11
+18.31447103932825
+ 21
+649.522625346524
+ 31
+0.0
+  0
+LINE
+  5
+12F71
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+18.31447103932825
+ 20
+649.522625346524
+ 30
+0.0
+ 11
+18.31447103932825
+ 21
+652.8913153513749
+ 31
+0.0
+  0
+SOLID
+  5
+12F72
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+0.3144710393282537
+ 20
+649.522625346524
+ 30
+0.0
+ 11
+0.3144710393282537
+ 21
+652.8913153513749
+ 31
+0.0
+ 12
+9.316231433210733
+ 22
+649.5226253938383
+ 32
+0.0
+ 13
+9.316231433210733
+ 23
+652.8934301281297
+ 33
+0.0
+  0
+LINE
+  5
+12F73
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+0.3144710393282537
+ 20
+652.8913153513749
+ 30
+0.0
+ 11
+9.316231433210733
+ 21
+652.8913153513749
+ 31
+0.0
+  0
+LINE
+  5
+12F74
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+9.316231433210733
+ 20
+652.8913153513749
+ 30
+0.0
+ 11
+9.316231433210733
+ 21
+649.5226253938383
+ 31
+0.0
+  0
+LINE
+  5
+12F75
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+9.316231433210733
+ 20
+649.5226253938383
+ 30
+0.0
+ 11
+0.3144710393282537
+ 21
+649.522625346524
+ 31
+0.0
+  0
+LINE
+  5
+12F76
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+0.3144710393282537
+ 20
+649.522625346524
+ 30
+0.0
+ 11
+0.3144710393282537
+ 21
+652.8913153513749
+ 31
+0.0
+  0
+LINE
+  5
+12F77
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+298.2601355678694
+ 20
+645.5214970646683
+ 30
+0.0
+ 11
+298.2600893825363
+ 21
+613.131803089566
+ 31
+0.0
+  0
+LINE
+  5
+12F78
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+298.2600893825363
+ 20
+613.131803089566
+ 30
+0.0
+ 11
+321.7469021117508
+ 21
+613.1347743120111
+ 31
+0.0
+  0
+LINE
+  5
+12F79
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+321.7469021117508
+ 20
+613.1347743120111
+ 30
+0.0
+ 11
+321.7469021117508
+ 21
+645.5214970646683
+ 31
+0.0
+  0
+LINE
+  5
+12F7A
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+325.1157919904276
+ 20
+609.7630824632179
+ 30
+0.0
+ 11
+311.6889980748592
+ 21
+609.7580806874502
+ 31
+0.0
+  0
+LINE
+  5
+12F7B
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+311.6889980748592
+ 20
+609.7580806874502
+ 30
+0.0
+ 11
+311.6889980748592
+ 21
+595.1337993692542
+ 31
+0.0
+  0
+LINE
+  5
+12F7C
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+308.3190580083649
+ 20
+595.1337993692542
+ 30
+0.0
+ 11
+308.3245388363224
+ 21
+609.7593414969365
+ 31
+0.0
+  0
+LINE
+  5
+12F7D
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+308.3245388363224
+ 20
+609.7593414969365
+ 30
+0.0
+ 11
+294.8914453125733
+ 21
+609.7585472495429
+ 31
+0.0
+  0
+LINE
+  5
+12F7E
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+294.8903880494224
+ 20
+609.7585471870311
+ 30
+0.0
+ 11
+294.8903880494224
+ 21
+645.5214970021565
+ 31
+0.0
+  0
+LINE
+  5
+12F7F
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+308.3099936405397
+ 20
+566.3338018418055
+ 30
+0.0
+ 11
+308.3099936405397
+ 21
+551.7088889298908
+ 31
+0.0
+  0
+LINE
+  5
+12F80
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+308.3099936405397
+ 20
+551.7088889298908
+ 30
+0.0
+ 11
+304.5728098992273
+ 21
+551.7088889298909
+ 31
+0.0
+  0
+LINE
+  5
+12F81
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+304.5728098992273
+ 20
+551.7088889298909
+ 30
+0.0
+ 11
+304.5728098992272
+ 21
+548.2971540899482
+ 31
+0.0
+  0
+LINE
+  5
+12F82
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+304.5728098992272
+ 20
+548.2971540899482
+ 30
+0.0
+ 11
+315.4188468785685
+ 21
+548.2971540899483
+ 31
+0.0
+  0
+LINE
+  5
+12F83
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+315.4188468785685
+ 20
+548.2971540899483
+ 30
+0.0
+ 11
+315.4188468785684
+ 21
+551.7088889298908
+ 31
+0.0
+  0
+LINE
+  5
+12F84
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+315.4188468785684
+ 20
+551.7088889298908
+ 30
+0.0
+ 11
+311.680798422145
+ 21
+551.7088889298908
+ 31
+0.0
+  0
+LINE
+  5
+12F85
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+311.680798422145
+ 20
+551.7088889298908
+ 30
+0.0
+ 11
+311.680798422145
+ 21
+566.3338018418055
+ 31
+0.0
+  0
+LINE
+  5
+12F86
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+325.1157919904276
+ 20
+645.5214970646683
+ 30
+0.0
+ 11
+325.1157919904276
+ 21
+609.7630824632179
+ 31
+0.0
+  0
+INSERT
+  5
+12F87
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbBlockReference
+  2
+S_RCHELE
+ 10
+1325.464136917261
+ 20
+580.7337994025272
+ 30
+0.0
+ 41
+3.6
+ 42
+3.6
+ 43
+3.6
+  0
+SOLID
+  5
+12F88
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1313.720244443519
+ 20
+609.7630824964908
+ 30
+0.0
+ 11
+1310.351554438668
+ 21
+609.7543115108962
+ 31
+0.0
+ 12
+1313.720244443519
+ 22
+645.5214970979413
+ 32
+0.0
+ 13
+1310.349439661913
+ 23
+645.5214970979413
+ 33
+0.0
+  0
+SOLID
+  5
+12F89
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1340.575900866077
+ 20
+609.7630824964908
+ 30
+0.0
+ 11
+1337.207210861226
+ 21
+609.7543115108962
+ 31
+0.0
+ 12
+1340.575900866077
+ 22
+645.5214970979413
+ 32
+0.0
+ 13
+1337.205096084472
+ 23
+645.5214970979413
+ 33
+0.0
+  0
+SOLID
+  5
+12F8A
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1313.720198258186
+ 20
+609.7631131179877
+ 30
+0.0
+ 11
+1313.720198258186
+ 21
+613.1318031228389
+ 31
+0.0
+ 12
+1337.207210861226
+ 22
+609.7543115108962
+ 32
+0.0
+ 13
+1337.2070109874
+ 23
+613.1347743452838
+ 33
+0.0
+  0
+SOLID
+  5
+12F8B
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1327.149106950509
+ 20
+595.1337994025272
+ 30
+0.0
+ 11
+1323.779166884014
+ 21
+595.1337994025272
+ 31
+0.0
+ 12
+1327.149106950509
+ 22
+609.7587123144419
+ 32
+0.0
+ 13
+1323.778302168903
+ 23
+609.7587123144419
+ 33
+0.0
+  0
+SOLID
+  5
+12F8C
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1327.140907297795
+ 20
+497.0542701511631
+ 30
+0.0
+ 11
+1323.770967231249
+ 21
+497.0542701511631
+ 31
+0.0
+ 12
+1327.140907297795
+ 22
+566.2020261766572
+ 32
+0.0
+ 13
+1323.770102516189
+ 23
+566.2020261766572
+ 33
+0.0
+  0
+SOLID
+  5
+12F8D
+330
+12EE4
+100
+AcDbEntity
+  8
+IMG008
+ 62
+    57
+100
+AcDbTrace
+ 10
+1340.660815802768
+ 20
+682.0381544687592
+ 30
+0.0
+ 11
+1347.800815802768
+ 21
+682.0381544687592
+ 31
+0.0
+ 12
+1340.660815802768
+ 22
+680.2531544687593
+ 32
+0.0
+ 13
+1347.800815802768
+ 23
+680.2531544687593
+ 33
+0.0
+ 39
+14.28
+  0
+SOLID
+  5
+12F8E
+330
+12EE4
+100
+AcDbEntity
+  8
+IMG008
+ 62
+    57
+100
+AcDbTrace
+ 10
+1337.066609471146
+ 20
+682.0380724024812
+ 30
+0.0
+ 11
+1337.066609471146
+ 21
+680.2530724024814
+ 31
+0.0
+ 12
+1340.660815802768
+ 22
+682.0381544687592
+ 32
+0.0
+ 13
+1340.660815802768
+ 23
+680.2531544687593
+ 33
+0.0
+  0
+SOLID
+  5
+12F8F
+330
+12EE4
+100
+AcDbEntity
+  8
+IMG008
+ 62
+    57
+100
+AcDbTrace
+ 10
+1344.206609471146
+ 20
+690.0705724024815
+ 30
+0.0
+ 11
+1340.660815802768
+ 21
+682.0381544687592
+ 31
+0.0
+ 12
+1333.496609471146
+ 22
+690.0705724024815
+ 32
+0.0
+ 13
+1337.066609471146
+ 23
+682.0380724024812
+ 33
+0.0
+  0
+SOLID
+  5
+12F90
+330
+12EE4
+100
+AcDbEntity
+  8
+IMG008
+ 62
+    57
+100
+AcDbTrace
+ 10
+1344.206609471146
+ 20
+672.2205724024811
+ 30
+0.0
+ 11
+1340.660815802768
+ 21
+680.2529903362032
+ 31
+0.0
+ 12
+1333.496609471146
+ 22
+672.2205724024811
+ 32
+0.0
+ 13
+1337.066609471146
+ 23
+680.2530724024814
+ 33
+0.0
+  0
+LINE
+  5
+12F91
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1344.206609471146
+ 20
+672.2205724024811
+ 30
+0.0
+ 11
+1340.660815802768
+ 21
+680.2531544687593
+ 31
+14.28000000000001
+  0
+LINE
+  5
+12F92
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1340.660815802768
+ 20
+680.2531544687593
+ 30
+14.28000000000001
+ 11
+1347.800815802768
+ 21
+680.2531544687593
+ 31
+14.28000000000001
+  0
+LINE
+  5
+12F93
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1347.800815802768
+ 20
+680.2531544687846
+ 30
+28.56000000000003
+ 11
+1347.776609471146
+ 21
+674.8980724025061
+ 31
+28.56000000000003
+  0
+LINE
+  5
+12F94
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1347.776609471146
+ 20
+687.3930724024817
+ 30
+14.28000000000001
+ 11
+1347.800815802768
+ 21
+682.0381544687592
+ 31
+14.28000000000001
+  0
+LINE
+  5
+12F95
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1347.800815802768
+ 20
+682.0381544687592
+ 30
+14.28000000000001
+ 11
+1340.660815802768
+ 21
+682.0381544687592
+ 31
+14.28000000000001
+  0
+LINE
+  5
+12F96
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1340.660815802768
+ 20
+682.0381544687592
+ 30
+14.28000000000001
+ 11
+1344.206609471146
+ 21
+690.0705724024815
+ 31
+0.0
+  0
+LINE
+  5
+12F97
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1333.496609471146
+ 20
+690.0705724024815
+ 30
+0.0
+ 11
+1337.066609471146
+ 21
+682.0380724024812
+ 31
+0.0
+  0
+LINE
+  5
+12F98
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1337.066609471146
+ 20
+682.0380724024812
+ 30
+0.0
+ 11
+1337.066609471146
+ 21
+680.2530724024814
+ 31
+0.0
+  0
+LINE
+  5
+12F99
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1337.066609471146
+ 20
+680.2530724024814
+ 30
+0.0
+ 11
+1333.496609471146
+ 21
+672.2205724024811
+ 31
+0.0
+  0
+LINE
+  5
+12F9A
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1333.496609471146
+ 20
+672.2205724024811
+ 30
+14.28000000000001
+ 11
+1344.206609471146
+ 21
+672.2205724024811
+ 31
+0.0
+  0
+LINE
+  5
+12F9B
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1333.496609471146
+ 20
+690.0705724024815
+ 30
+14.28000000000001
+ 11
+1344.206609471146
+ 21
+690.0705724024815
+ 31
+0.0
+  0
+SOLID
+  5
+12F9C
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1337.206964801966
+ 20
+708.4850621033432
+ 30
+0.0
+ 11
+1340.575654806817
+ 21
+708.4850621034535
+ 31
+0.0
+ 12
+1337.206964802067
+ 22
+690.0705724024812
+ 32
+0.0
+ 13
+1340.576323083958
+ 23
+690.0705724024815
+ 33
+0.0
+  0
+SOLID
+  5
+12F9D
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1337.206964802067
+ 20
+672.2205724024811
+ 30
+0.0
+ 11
+1340.577101306633
+ 21
+672.2205724024811
+ 31
+0.0
+ 12
+1337.206921918691
+ 22
+656.8923982118108
+ 32
+0.0
+ 13
+1340.577726700296
+ 23
+656.8923982118108
+ 33
+0.0
+  0
+SOLID
+  5
+12F9E
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1313.720244443519
+ 20
+714.9400516244793
+ 30
+0.0
+ 11
+1310.351554438668
+ 21
+714.9400516244793
+ 31
+0.0
+ 12
+1313.720244442301
+ 22
+767.4498812845402
+ 32
+0.0
+ 13
+1310.35088616041
+ 23
+767.4498812844299
+ 33
+0.0
+  0
+LINE
+  5
+12F9F
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1337.206954326078
+ 20
+656.892284790507
+ 30
+14.28000000000001
+ 11
+1337.206954326078
+ 21
+672.2204747110708
+ 31
+0.0000000000000568
+  0
+LINE
+  5
+12FA0
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1340.577759107868
+ 20
+656.892350498672
+ 30
+14.28000000000001
+ 11
+1340.577759107868
+ 21
+672.2205404192358
+ 31
+0.0000000000000568
+  0
+LINE
+  5
+12FA1
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1337.206997209639
+ 20
+690.0705246893428
+ 30
+14.28000000000001
+ 11
+1337.206964801966
+ 21
+708.4850621033432
+ 31
+0.0
+  0
+LINE
+  5
+12FA2
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1340.576355487092
+ 20
+690.0706469661557
+ 30
+14.28000000000001
+ 11
+1340.576355486991
+ 21
+708.4850621034535
+ 31
+0.0
+  0
+LINE
+  5
+12FA3
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1310.351554438668
+ 20
+714.9400516244793
+ 30
+0.0
+ 11
+1310.351554436947
+ 21
+767.4498812844299
+ 31
+0.0
+  0
+LINE
+  5
+12FA4
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1313.720244443519
+ 20
+645.5214970979413
+ 30
+0.0
+ 11
+1313.720198258186
+ 21
+613.1318031228389
+ 31
+0.0
+  0
+LINE
+  5
+12FA5
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1313.720198258186
+ 20
+613.1318031228389
+ 30
+0.0
+ 11
+1337.2070109874
+ 21
+613.1347743452838
+ 31
+0.0
+  0
+LINE
+  5
+12FA6
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1337.2070109874
+ 20
+613.1347743452838
+ 30
+0.0
+ 11
+1337.2070109874
+ 21
+645.5214970979413
+ 31
+0.0
+  0
+LINE
+  5
+12FA7
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1340.575900866077
+ 20
+609.7630824964908
+ 30
+0.0
+ 11
+1327.149106950509
+ 21
+609.7580807207231
+ 31
+0.0
+  0
+LINE
+  5
+12FA8
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1327.149106950509
+ 20
+609.7580807207231
+ 30
+0.0
+ 11
+1327.149106950509
+ 21
+595.1337994025272
+ 31
+0.0
+  0
+LINE
+  5
+12FA9
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1323.779166884014
+ 20
+595.1337994025272
+ 30
+0.0
+ 11
+1323.784647711972
+ 21
+609.7593415302092
+ 31
+0.0
+  0
+LINE
+  5
+12FAA
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1323.784647711972
+ 20
+609.7593415302092
+ 30
+0.0
+ 11
+1310.351554188223
+ 21
+609.7585472828158
+ 31
+0.0
+  0
+LINE
+  5
+12FAB
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1310.350496925072
+ 20
+609.7585472203038
+ 30
+0.0
+ 11
+1310.350496925072
+ 21
+645.5214970354291
+ 31
+0.0
+  0
+LINE
+  5
+12FAC
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1323.770102516189
+ 20
+566.3338018750784
+ 30
+0.0
+ 11
+1323.7709672313
+ 21
+497.0542701511631
+ 31
+0.0
+  0
+LINE
+  5
+12FAD
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1327.140907297795
+ 20
+497.0542701511631
+ 30
+0.0
+ 11
+1327.140907297795
+ 21
+566.3338018750784
+ 31
+0.0
+  0
+LINE
+  5
+12FAE
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1340.575900866077
+ 20
+645.5214970979413
+ 30
+0.0
+ 11
+1340.575900866077
+ 21
+609.7630824964908
+ 31
+0.0
+  0
+SOLID
+  5
+12FAF
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+    57
+100
+AcDbTrace
+ 10
+1347.776609965767
+ 20
+687.3929629825943
+ 30
+14.28000000000001
+ 11
+1348.475550180248
+ 21
+687.3565296370668
+ 31
+14.28000000000001
+ 12
+1347.800815551565
+ 22
+681.145654227909
+ 32
+14.28000000000001
+ 13
+1347.800815551565
+ 23
+681.145654227909
+ 33
+14.28000000000001
+  0
+SOLID
+  5
+12FB0
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+    57
+100
+AcDbTrace
+ 10
+1348.451343411098
+ 20
+687.3564358464363
+ 30
+14.28
+ 11
+1348.88962918188
+ 21
+687.2974616794001
+ 31
+14.28
+ 12
+1347.800815902525
+ 22
+681.1455636474862
+ 32
+14.28
+ 13
+1347.800815902525
+ 23
+681.1455636474862
+ 33
+14.28
+  0
+SOLID
+  5
+12FB1
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+    57
+100
+AcDbTrace
+ 10
+1348.889629181881
+ 20
+687.2974616794001
+ 30
+14.28
+ 11
+1349.324447059135
+ 21
+687.2044340154108
+ 31
+14.28
+ 12
+1347.800818033098
+ 22
+681.1455602594503
+ 32
+14.28
+ 13
+1347.800818033098
+ 23
+681.1455602594503
+ 33
+14.28
+  0
+SOLID
+  5
+12FB2
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+    57
+100
+AcDbTrace
+ 10
+1349.324447070008
+ 20
+687.2044340126761
+ 30
+14.28
+ 11
+1349.902374140845
+ 21
+687.028999023224
+ 31
+14.28
+ 12
+1347.801087685055
+ 22
+681.1481789224767
+ 32
+14.28
+ 13
+1347.801087685055
+ 23
+681.1481789224767
+ 33
+14.28
+  0
+SOLID
+  5
+12FB3
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+    57
+100
+AcDbTrace
+ 10
+1349.902374140845
+ 20
+687.028999023224
+ 30
+14.28
+ 11
+1350.455836283265
+ 21
+686.8008462683652
+ 31
+14.28
+ 12
+1347.802403164208
+ 22
+681.1518546305538
+ 32
+14.28
+ 13
+1347.802403164208
+ 23
+681.1518546305538
+ 33
+14.28
+  0
+SOLID
+  5
+12FB4
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+    57
+100
+AcDbTrace
+ 10
+1350.455836283264
+ 20
+686.8008462683653
+ 30
+14.28
+ 11
+1351.492444712203
+ 21
+686.1857244086245
+ 31
+14.28
+ 12
+1347.802403537613
+ 22
+681.1518551692465
+ 32
+14.28
+ 13
+1347.802403537613
+ 23
+681.1518551692465
+ 33
+14.28
+  0
+SOLID
+  5
+12FB5
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+    57
+100
+AcDbTrace
+ 10
+1351.492444712203
+ 20
+686.1857244086245
+ 30
+14.28
+ 11
+1352.336104700619
+ 21
+685.4423631657181
+ 31
+14.28
+ 12
+1347.800816549578
+ 22
+681.1455487352259
+ 32
+14.28
+ 13
+1347.800816549578
+ 23
+681.1455487352259
+ 33
+14.28
+  0
+SOLID
+  5
+12FB6
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+    57
+100
+AcDbTrace
+ 10
+1352.336104700619
+ 20
+685.4423631657181
+ 30
+14.28
+ 11
+1352.869265035102
+ 21
+684.7982534218511
+ 31
+14.28
+ 12
+1347.800819426962
+ 22
+681.1455500831191
+ 32
+14.28
+ 13
+1347.800819426962
+ 23
+681.1455500831191
+ 33
+14.28
+  0
+SOLID
+  5
+12FB7
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+    57
+100
+AcDbTrace
+ 10
+1353.851419309087
+ 20
+682.7016744104898
+ 30
+14.28
+ 11
+1354.048315802768
+ 21
+681.1455724024812
+ 31
+14.28
+ 12
+1347.800818721897
+ 22
+681.1455527789052
+ 32
+14.28
+ 13
+1347.800818721897
+ 23
+681.1455527789052
+ 33
+14.28
+  0
+SOLID
+  5
+12FB8
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+    57
+100
+AcDbTrace
+ 10
+1352.869265035102
+ 20
+684.7982534218511
+ 30
+14.28
+ 11
+1353.375554615263
+ 21
+683.9657751296737
+ 31
+14.28
+ 12
+1347.800822715263
+ 22
+681.1455524995741
+ 32
+14.28
+ 13
+1347.800822715263
+ 23
+681.1455524995741
+ 33
+14.28
+  0
+SOLID
+  5
+12FB9
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+    57
+100
+AcDbTrace
+ 10
+1353.375554615263
+ 20
+683.9657751296737
+ 30
+14.28
+ 11
+1353.851419309087
+ 21
+682.7016744104898
+ 31
+14.28
+ 12
+1347.800820013297
+ 22
+681.1455505523341
+ 32
+14.28
+ 13
+1347.800820013297
+ 23
+681.1455505523341
+ 33
+14.28
+  0
+SOLID
+  5
+12FBA
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+    57
+100
+AcDbTrace
+ 10
+1347.776649212374
+ 20
+674.8981424232587
+ 30
+14.28000000000001
+ 11
+1348.475589197965
+ 21
+674.9345801595698
+ 31
+14.28000000000001
+ 12
+1347.800815552203
+ 22
+681.1454513298815
+ 32
+14.28000000000001
+ 13
+1347.800815552203
+ 23
+681.1454513298815
+ 33
+14.28000000000001
+  0
+SOLID
+  5
+12FBB
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+    57
+100
+AcDbTrace
+ 10
+1348.451382428226
+ 20
+674.9346737981318
+ 30
+14.28
+ 11
+1348.88966782852
+ 21
+674.9936507185042
+ 31
+14.28
+ 12
+1347.800815902593
+ 22
+681.1455419103066
+ 32
+14.28
+ 13
+1347.800815902593
+ 23
+681.1455419103066
+ 33
+14.28
+  0
+SOLID
+  5
+12FBC
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+    57
+100
+AcDbTrace
+ 10
+1348.889667828521
+ 20
+674.9936507185045
+ 30
+14.28
+ 11
+1349.32448512136
+ 21
+675.0866811140441
+ 31
+14.28
+ 12
+1347.800818033145
+ 22
+681.1455452983557
+ 32
+14.28
+ 13
+1347.800818033145
+ 23
+681.1455452983557
+ 33
+14.28
+  0
+SOLID
+  5
+12FBD
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+    57
+100
+AcDbTrace
+ 10
+1349.324485132235
+ 20
+675.0866811167789
+ 30
+14.28
+ 11
+1349.902411100966
+ 21
+675.2621197367998
+ 31
+14.28
+ 12
+1347.801087701552
+ 22
+681.1429266370233
+ 32
+14.28
+ 13
+1347.801087701552
+ 23
+681.1429266370233
+ 33
+14.28
+  0
+SOLID
+  5
+12FBE
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+    57
+100
+AcDbTrace
+ 10
+1349.902411100966
+ 20
+675.2621197367998
+ 30
+14.28
+ 11
+1350.455871810106
+ 21
+675.4902759685367
+ 31
+14.28
+ 12
+1347.802403203797
+ 22
+681.1392509372104
+ 32
+14.28
+ 13
+1347.802403203797
+ 23
+681.1392509372104
+ 33
+14.28
+  0
+SOLID
+  5
+12FBF
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+    57
+100
+AcDbTrace
+ 10
+1350.455871810105
+ 20
+675.4902759685363
+ 30
+14.28
+ 11
+1351.492476374791
+ 21
+676.1054043403015
+ 31
+14.28
+ 12
+1347.802403577205
+ 22
+681.13925039852
+ 32
+14.28
+ 13
+1347.802403577205
+ 23
+681.13925039852
+ 33
+14.28
+  0
+SOLID
+  5
+12FC0
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+    57
+100
+AcDbTrace
+ 10
+1351.492476374791
+ 20
+676.1054043403015
+ 30
+14.28
+ 11
+1352.33613169335
+ 21
+676.8487708831162
+ 31
+14.28
+ 12
+1347.800816549552
+ 22
+681.1455568225708
+ 32
+14.28
+ 13
+1347.800816549552
+ 23
+681.1455568225708
+ 33
+14.28
+  0
+SOLID
+  5
+12FC1
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+    57
+100
+AcDbTrace
+ 10
+1352.33613169335
+ 20
+676.8487708831162
+ 30
+14.28
+ 11
+1352.869287981486
+ 21
+677.4928839763157
+ 31
+14.28
+ 12
+1347.800819426945
+ 22
+681.1455554746959
+ 32
+14.28
+ 13
+1347.800819426945
+ 23
+681.1455554746959
+ 33
+14.28
+  0
+SOLID
+  5
+12FC2
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+    57
+100
+AcDbTrace
+ 10
+1353.851429084617
+ 20
+679.5894691575879
+ 30
+14.28
+ 11
+1354.048315802768
+ 21
+681.1455724024812
+ 31
+14.28
+ 12
+1347.800818721897
+ 22
+681.1455527789052
+ 32
+14.28
+ 13
+1347.800818721897
+ 23
+681.1455527789052
+ 33
+14.28
+  0
+SOLID
+  5
+12FC3
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+    57
+100
+AcDbTrace
+ 10
+1352.869287981486
+ 20
+677.4928839763157
+ 30
+14.28
+ 11
+1353.37557233196
+ 21
+678.3253654490182
+ 31
+14.28
+ 12
+1347.800822715261
+ 22
+681.1455530582616
+ 32
+14.28
+ 13
+1347.800822715261
+ 23
+681.1455530582616
+ 33
+14.28
+  0
+SOLID
+  5
+12FC4
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+    57
+100
+AcDbTrace
+ 10
+1353.37557233196
+ 20
+678.3253654490182
+ 30
+14.28
+ 11
+1353.851429084617
+ 21
+679.5894691575879
+ 31
+14.28
+ 12
+1347.800820013283
+ 22
+681.1455550054844
+ 32
+14.28
+ 13
+1347.800820013283
+ 23
+681.1455550054844
+ 33
+14.28
+  0
+LINE
+  5
+12FC5
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1347.797357503948
+ 20
+682.0381544687592
+ 30
+14.28000000000001
+ 11
+1347.776609965767
+ 21
+687.3929629825943
+ 31
+14.28000000000001
+  0
+LINE
+  5
+12FC6
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1347.776609965767
+ 20
+687.3929629825943
+ 30
+14.28000000000001
+ 11
+1348.475191384064
+ 21
+687.3532269484184
+ 31
+14.28
+  0
+LINE
+  5
+12FC7
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1348.475191384064
+ 20
+687.3532269484184
+ 30
+14.28
+ 11
+1348.88962918188
+ 21
+687.2974616794001
+ 31
+14.28
+  0
+LINE
+  5
+12FC8
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1348.88962918188
+ 20
+687.2974616794001
+ 30
+14.28
+ 11
+1349.324401778483
+ 21
+687.2042539520569
+ 31
+14.28
+  0
+LINE
+  5
+12FC9
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1349.324401778483
+ 20
+687.2042539520569
+ 30
+14.28
+ 11
+1349.902374140845
+ 21
+687.028999023224
+ 31
+14.28
+  0
+LINE
+  5
+12FCA
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1349.902374140845
+ 20
+687.028999023224
+ 30
+14.28
+ 11
+1350.455836283265
+ 21
+686.8008462683651
+ 31
+14.28
+  0
+LINE
+  5
+12FCB
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1350.455836283265
+ 20
+686.8008462683651
+ 30
+14.28
+ 11
+1351.492444712203
+ 21
+686.1857244086245
+ 31
+14.28
+  0
+LINE
+  5
+12FCC
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1351.492444712203
+ 20
+686.1857244086245
+ 30
+14.28
+ 11
+1352.336104700619
+ 21
+685.4423631657181
+ 31
+14.28
+  0
+LINE
+  5
+12FCD
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1352.336104700619
+ 20
+685.4423631657181
+ 30
+14.28
+ 11
+1352.869265035102
+ 21
+684.7982534218511
+ 31
+14.28
+  0
+LINE
+  5
+12FCE
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1352.869265035102
+ 20
+684.7982534218511
+ 30
+14.28
+ 11
+1353.375554841374
+ 21
+683.9657752440616
+ 31
+14.28
+  0
+LINE
+  5
+12FCF
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1353.375554841374
+ 20
+683.9657752440616
+ 30
+14.28
+ 11
+1353.851419295477
+ 21
+682.7016744069895
+ 31
+14.28
+  0
+LINE
+  5
+12FD0
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1353.851419295477
+ 20
+682.7016744069895
+ 30
+14.28
+ 11
+1354.048315802768
+ 21
+681.1455724024812
+ 31
+14.28
+  0
+LINE
+  5
+12FD1
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1354.048315802768
+ 20
+681.1455724024812
+ 30
+14.28
+ 11
+1353.851429084617
+ 21
+679.5894691575879
+ 31
+14.28
+  0
+LINE
+  5
+12FD2
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1353.851429084617
+ 20
+679.5894691575879
+ 30
+14.28
+ 11
+1353.37557233196
+ 21
+678.3253654490182
+ 31
+14.28
+  0
+LINE
+  5
+12FD3
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1353.37557233196
+ 20
+678.3253654490182
+ 30
+14.28
+ 11
+1352.869287981486
+ 21
+677.4928839763157
+ 31
+14.28
+  0
+LINE
+  5
+12FD4
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1352.869287981486
+ 20
+677.4928839763157
+ 30
+14.28
+ 11
+1352.336131719295
+ 21
+676.8487708585362
+ 31
+14.28
+  0
+LINE
+  5
+12FD5
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1352.336131719295
+ 20
+676.8487708585362
+ 30
+14.28
+ 11
+1351.492476374791
+ 21
+676.1054043403015
+ 31
+14.28
+  0
+LINE
+  5
+12FD6
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1351.492476374791
+ 20
+676.1054043403015
+ 30
+14.28
+ 11
+1350.455852261828
+ 21
+675.4903175849071
+ 31
+14.28
+  0
+LINE
+  5
+12FD7
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1350.455852261828
+ 20
+675.4903175849071
+ 30
+14.28
+ 11
+1349.902411072965
+ 21
+675.2621198151655
+ 31
+14.28
+  0
+LINE
+  5
+12FD8
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1349.902411072965
+ 20
+675.2621198151655
+ 30
+14.28
+ 11
+1349.324485121493
+ 21
+675.086681113518
+ 31
+14.28
+  0
+LINE
+  5
+12FD9
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1349.324485121493
+ 20
+675.086681113518
+ 30
+14.28
+ 11
+1348.889668096031
+ 21
+674.9936492070989
+ 31
+14.28
+  0
+LINE
+  5
+12FDA
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1348.889668096031
+ 20
+674.9936492070989
+ 30
+14.28
+ 11
+1348.475589197965
+ 21
+674.9345801595698
+ 31
+14.28000000000001
+  0
+LINE
+  5
+12FDB
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1348.475589197965
+ 20
+674.9345801595698
+ 30
+14.28000000000001
+ 11
+1347.776649212374
+ 21
+674.8981424232587
+ 31
+14.28000000000001
+  0
+LINE
+  5
+12FDC
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1347.776649212374
+ 20
+674.8981424232587
+ 30
+14.28000000000001
+ 11
+1347.800815802768
+ 21
+680.2531544687593
+ 31
+0.0
+  0
+LINE
+  5
+12FDD
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1577.912765583906
+ 20
+708.6395792569386
+ 30
+0.0
+ 11
+1340.575655038235
+ 21
+708.4786853417141
+ 31
+0.0
+  0
+LINE
+  5
+12FDE
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1337.206964801966
+ 20
+708.4850621033432
+ 30
+0.0
+ 11
+325.1155472641155
+ 21
+708.4483324643622
+ 31
+0.0
+  0
+LINE
+  5
+12FDF
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+298.2601355678692
+ 20
+714.9400515912065
+ 30
+0.0
+ 11
+298.2601355666511
+ 21
+767.4498812512673
+ 31
+0.0
+  0
+LINE
+  5
+12FE0
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+298.2601355666511
+ 20
+767.4498812512673
+ 30
+0.0
+ 11
+847.0909145924879
+ 21
+767.4575826841445
+ 31
+0.0
+  0
+LINE
+  5
+12FE1
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1313.720244443519
+ 20
+714.9400516244793
+ 30
+0.0
+ 11
+1313.720244441798
+ 21
+767.4498812845402
+ 31
+0.0
+  0
+LINE
+  5
+12FE2
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1313.720244441798
+ 20
+767.4498812845402
+ 30
+0.0
+ 11
+1585.914993700216
+ 21
+767.4563583364743
+ 31
+0.0
+  0
+LINE
+  5
+12FE3
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1572.283218714001
+ 20
+652.8912846352493
+ 30
+0.0
+ 11
+72.31450669787246
+ 21
+652.8912846352493
+ 31
+0.0
+  0
+LINE
+  5
+12FE4
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+72.31450669787246
+ 20
+652.8912846352493
+ 30
+0.0
+ 11
+72.31450669798284
+ 21
+649.5225946303984
+ 31
+0.0
+  0
+LINE
+  5
+12FE5
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+72.31450669798284
+ 20
+649.5225946303984
+ 30
+0.0
+ 11
+1568.910818797939
+ 21
+649.5225946303984
+ 31
+0.0
+  0
+SOLID
+  5
+12FE6
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+850.4608545321808
+ 20
+690.4128585077097
+ 30
+0.0
+ 11
+847.0909144656863
+ 21
+690.4128585077097
+ 31
+0.0
+ 12
+850.4608545321806
+ 22
+704.9059957212034
+ 32
+0.0
+ 13
+847.0900497505752
+ 23
+704.9059957212034
+ 33
+0.0
+  0
+SOLID
+  5
+12FE7
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+843.352866009263
+ 20
+687.0011236677672
+ 30
+0.0
+ 11
+843.3528660092632
+ 21
+690.4128585077097
+ 31
+0.0
+ 12
+854.1989029886043
+ 22
+686.9923220606756
+ 32
+0.0
+ 13
+854.1989029886043
+ 23
+690.4128585077097
+ 33
+0.0
+  0
+LINE
+  5
+12FE8
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+847.0900497505752
+ 20
+705.0377714196246
+ 30
+0.0
+ 11
+847.0900497505752
+ 21
+690.4128585077097
+ 31
+0.0
+  0
+LINE
+  5
+12FE9
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+847.0900497505752
+ 20
+690.4128585077097
+ 30
+0.0
+ 11
+843.3528660092632
+ 21
+690.4128585077097
+ 31
+0.0
+  0
+LINE
+  5
+12FEA
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+843.3528660092632
+ 20
+690.4128585077097
+ 30
+0.0
+ 11
+843.352866009263
+ 21
+687.0011236677672
+ 31
+0.0
+  0
+LINE
+  5
+12FEB
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+843.352866009263
+ 20
+687.0011236677672
+ 30
+0.0
+ 11
+854.1989029886043
+ 21
+687.0011236677675
+ 31
+0.0
+  0
+LINE
+  5
+12FEC
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+854.1989029886043
+ 20
+687.0011236677675
+ 30
+0.0
+ 11
+854.1989029886043
+ 21
+690.4128585077097
+ 31
+0.0
+  0
+LINE
+  5
+12FED
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+854.1989029886043
+ 20
+690.4128585077097
+ 30
+0.0
+ 11
+850.4608545321808
+ 21
+690.4128585077097
+ 31
+0.0
+  0
+LINE
+  5
+12FEE
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+850.4608545321808
+ 20
+690.4128585077097
+ 30
+0.0
+ 11
+850.4608545321808
+ 21
+705.0377714196246
+ 31
+0.0
+  0
+SOLID
+  5
+12FEF
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+850.4608545309517
+ 20
+767.4498812693586
+ 30
+0.0
+ 11
+847.0909144644574
+ 21
+767.4498812692482
+ 31
+0.0
+ 12
+850.4608545321806
+ 22
+715.4349332315096
+ 32
+0.0
+ 13
+847.0900497505752
+ 23
+715.4349332315096
+ 33
+0.0
+  0
+LINE
+  5
+12FF0
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+847.0900497505752
+ 20
+715.3031575330883
+ 30
+0.0
+ 11
+847.0909144644574
+ 21
+767.4498812692482
+ 31
+0.0
+  0
+LINE
+  5
+12FF1
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+850.4608545309517
+ 20
+767.4498812693586
+ 30
+0.0
+ 11
+850.4608545321808
+ 21
+715.3031575330883
+ 31
+0.0
+  0
+LINE
+  5
+12FF2
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+850.4608545309517
+ 20
+767.4498812693586
+ 30
+0.0
+ 11
+1310.351554436947
+ 21
+767.449881284425
+ 31
+0.0
+  0
+TEXT
+  5
+12FF3
+330
+12EE4
+100
+AcDbEntity
+  8
+TEXTE
+100
+AcDbText
+ 10
+835.374781680567
+ 20
+676.8249579639507
+ 30
+0.0
+ 40
+8.0
+  1
+DN 40
+100
+AcDbText
+  0
+SOLID
+  5
+12FF4
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1123.115056962346
+ 20
+493.1613127270671
+ 30
+0.0
+ 11
+1119.74632697605
+ 21
+493.161297826611
+ 31
+0.0
+ 12
+1123.115056962346
+ 22
+556.7218481857858
+ 32
+0.0
+ 13
+1119.74425218074
+ 23
+556.7218481857858
+ 33
+0.0
+  0
+SOLID
+  5
+12FF5
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1123.114333713706
+ 20
+705.3987625374394
+ 30
+14.28000000000001
+ 11
+1119.745643708855
+ 21
+705.3987625374394
+ 31
+14.28000000000001
+ 12
+1123.114409004655
+ 22
+656.8923504654011
+ 32
+14.28000000000001
+ 13
+1119.744975431816
+ 23
+656.8923981785396
+ 33
+14.28000000000001
+  0
+SOLID
+  5
+12FF6
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1123.114333713706
+ 20
+714.9400515912085
+ 30
+0.0
+ 11
+1119.745643708855
+ 21
+714.9400515912085
+ 31
+0.0
+ 12
+1123.114333712488
+ 22
+767.4498812512694
+ 32
+0.0
+ 13
+1119.744975430597
+ 23
+767.449881251159
+ 33
+0.0
+  0
+LINE
+  5
+12FF7
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1123.114409004655
+ 20
+656.8923504654011
+ 30
+14.28000000000001
+ 11
+1123.114333491514
+ 21
+705.3987625374394
+ 31
+0.0000000000000568
+  0
+LINE
+  5
+12FF8
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1119.744975431816
+ 20
+656.8923981785396
+ 30
+14.28000000000001
+ 11
+1119.745007859374
+ 21
+705.3991730103359
+ 31
+0.0000000000000284
+  0
+LINE
+  5
+12FF9
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1119.745643708855
+ 20
+714.9400515912085
+ 30
+0.0
+ 11
+1119.745643707135
+ 21
+767.449881251159
+ 31
+0.0
+  0
+LINE
+  5
+12FFA
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1123.115056962346
+ 20
+556.7218481857858
+ 30
+0.0
+ 11
+1123.115056962346
+ 21
+493.1613127270671
+ 31
+0.0
+  0
+LINE
+  5
+12FFB
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1119.74632697605
+ 20
+493.161297826611
+ 30
+0.0
+ 11
+1119.745309443898
+ 21
+556.7218481232738
+ 31
+0.0
+  0
+LINE
+  5
+12FFC
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1123.114333713706
+ 20
+714.9400515912085
+ 30
+0.0
+ 11
+1123.114333712488
+ 21
+767.4498812512694
+ 31
+0.0
+  0
+TEXT
+  5
+12FFD
+330
+12EE4
+100
+AcDbEntity
+  8
+TEXTE
+100
+AcDbText
+ 10
+1126.871557954525
+ 20
+575.1625092239246
+ 30
+0.0
+ 40
+8.0
+  1
+PSV624
+100
+AcDbText
+  0
+SOLID
+  5
+12FFE
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1123.114333713706
+ 20
+572.9218481857857
+ 30
+0.0
+ 11
+1119.745643708855
+ 21
+572.9218481857858
+ 31
+0.0
+ 12
+1123.114409004655
+ 22
+645.5236436243157
+ 32
+0.0
+ 13
+1119.744975431816
+ 23
+645.523595911177
+ 33
+0.0
+  0
+LINE
+  5
+12FFF
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1123.114409004655
+ 20
+645.5236436243157
+ 30
+14.28000000000001
+ 11
+1123.114409004655
+ 21
+572.9218481857858
+ 31
+0.0000000000000426
+  0
+LINE
+  5
+13000
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1119.744975431816
+ 20
+645.523595911177
+ 30
+14.28000000000001
+ 11
+1119.745643708855
+ 21
+572.9218481857858
+ 31
+0.0
+  0
+INSERT
+  5
+13001
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbBlockReference
+  2
+S_SOUPDR
+ 10
+1121.429654571543
+ 20
+564.8218481857857
+ 30
+0.0
+ 41
+-3.6
+ 42
+3.6
+ 43
+3.6
+ 50
+270.0
+  0
+SOLID
+  5
+13002
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1195.838105255084
+ 20
+497.5302564556649
+ 30
+0.0
+ 11
+1192.469375268789
+ 21
+497.5302564556649
+ 31
+0.0
+ 12
+1195.838105255084
+ 22
+556.7218481857858
+ 32
+0.0
+ 13
+1192.467300473479
+ 23
+556.7218481857858
+ 33
+0.0
+  0
+SOLID
+  5
+13003
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1195.837382006445
+ 20
+705.3987625374394
+ 30
+14.28000000000001
+ 11
+1192.468692001594
+ 21
+705.3987625374394
+ 31
+14.28000000000001
+ 12
+1195.837457297394
+ 22
+656.8923504654011
+ 32
+14.28000000000001
+ 13
+1192.468023724555
+ 23
+656.8923981785396
+ 33
+14.28000000000001
+  0
+SOLID
+  5
+13004
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1195.837382006445
+ 20
+714.9400515912085
+ 30
+0.0
+ 11
+1192.468692001594
+ 21
+714.9400515912085
+ 31
+0.0
+ 12
+1195.837382005227
+ 22
+767.4498812512694
+ 32
+0.0
+ 13
+1192.468023723336
+ 23
+767.449881251159
+ 33
+0.0
+  0
+LINE
+  5
+13005
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1195.837457297394
+ 20
+656.8923504654011
+ 30
+14.28000000000001
+ 11
+1195.837381784253
+ 21
+705.3987625374394
+ 31
+0.0000000000000568
+  0
+LINE
+  5
+13006
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1192.468023724555
+ 20
+656.8923981785396
+ 30
+14.28000000000001
+ 11
+1192.468056152113
+ 21
+705.3991730103359
+ 31
+0.0000000000000284
+  0
+LINE
+  5
+13007
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1192.468692001594
+ 20
+714.9400515912085
+ 30
+0.0
+ 11
+1192.468691999874
+ 21
+767.449881251159
+ 31
+0.0
+  0
+LINE
+  5
+13008
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1195.838105255084
+ 20
+556.7218481857858
+ 30
+0.0
+ 11
+1195.838105255084
+ 21
+497.5302564556649
+ 31
+0.0
+  0
+LINE
+  5
+13009
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1192.469375268789
+ 20
+497.5302564556649
+ 30
+0.0
+ 11
+1192.468357736637
+ 21
+556.7218481232738
+ 31
+0.0
+  0
+LINE
+  5
+1300A
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1195.837382006445
+ 20
+714.9400515912085
+ 30
+0.0
+ 11
+1195.837382005227
+ 21
+767.4498812512694
+ 31
+0.0
+  0
+TEXT
+  5
+1300B
+330
+12EE4
+100
+AcDbEntity
+  8
+TEXTE
+100
+AcDbText
+ 10
+1199.594606247264
+ 20
+575.1625092239246
+ 30
+0.0
+ 40
+8.0
+  1
+PSV644
+100
+AcDbText
+  0
+SOLID
+  5
+1300C
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1195.837382006445
+ 20
+572.9218481857857
+ 30
+0.0
+ 11
+1192.468692001594
+ 21
+572.9218481857858
+ 31
+0.0
+ 12
+1195.837457297394
+ 22
+645.5236436243157
+ 32
+0.0
+ 13
+1192.468023724555
+ 23
+645.523595911177
+ 33
+0.0
+  0
+LINE
+  5
+1300D
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1195.837457297394
+ 20
+645.5236436243157
+ 30
+14.28000000000001
+ 11
+1195.837457297394
+ 21
+572.9218481857858
+ 31
+0.0000000000000426
+  0
+LINE
+  5
+1300E
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1192.468023724555
+ 20
+645.523595911177
+ 30
+14.28000000000001
+ 11
+1192.468692001594
+ 21
+572.9218481857858
+ 31
+0.0
+  0
+INSERT
+  5
+1300F
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbBlockReference
+  2
+S_SOUPDR
+ 10
+1194.152702864282
+ 20
+564.8218481857857
+ 30
+0.0
+ 41
+-3.6
+ 42
+3.6
+ 43
+3.6
+ 50
+270.0
+  0
+SOLID
+  5
+13010
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1039.406673098241
+ 20
+76.5457942592152
+ 30
+0.0
+ 11
+1036.037943111947
+ 21
+76.5457942592152
+ 31
+0.0
+ 12
+1039.406673098243
+ 22
+493.160935016068
+ 32
+0.0
+ 13
+1036.035868316637
+ 23
+493.160935016068
+ 33
+0.0
+  0
+LINE
+  5
+13011
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1039.406673098576
+ 20
+489.7922450069606
+ 30
+0.0
+ 11
+1039.406673098576
+ 21
+76.5457942592152
+ 31
+0.0
+  0
+LINE
+  5
+13012
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1036.037943111947
+ 20
+76.5457942592152
+ 30
+0.0
+ 11
+1036.036925579796
+ 21
+493.1609349535562
+ 31
+0.0
+  0
+SOLID
+  5
+13013
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+    11
+100
+AcDbTrace
+ 10
+1049.926050026638
+ 20
+477.839859061592
+ 30
+0.0
+ 11
+1049.926050026638
+ 21
+481.208549066443
+ 31
+0.0
+ 12
+1616.283376096638
+ 22
+477.8398591089064
+ 32
+0.0
+ 13
+1616.283376096638
+ 23
+481.2106604303523
+ 33
+0.0
+  0
+LINE
+  5
+13014
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1051.611452417774
+ 20
+477.8398590617631
+ 30
+0.0
+ 11
+1616.283376096638
+ 21
+477.8398591089064
+ 31
+0.0
+  0
+SOLID
+  5
+13015
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+    11
+100
+AcDbTrace
+ 10
+1051.611452417437
+ 20
+7.256568252240072
+ 30
+0.0
+ 11
+1048.242722431145
+ 21
+7.256568252240072
+ 31
+0.0
+ 12
+1051.611452417441
+ 22
+481.208549066443
+ 32
+0.0
+ 13
+1048.240647635835
+ 23
+481.208549066443
+ 33
+0.0
+  0
+LINE
+  5
+13016
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1048.242722431145
+ 20
+7.256568252240072
+ 30
+0.0
+ 11
+1048.242722431145
+ 21
+481.208549066443
+ 31
+0.0
+  0
+LINE
+  5
+13017
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1048.242722431145
+ 20
+481.208549066443
+ 30
+0.0
+ 11
+1612.914685642405
+ 21
+481.22556215809
+ 31
+0.0
+  0
+LINE
+  5
+13018
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1051.611452417774
+ 20
+477.8398590617631
+ 30
+0.0
+ 11
+1051.611452417774
+ 21
+7.256568252240072
+ 31
+0.0
+  0
+SOLID
+  5
+13019
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1110.705848665179
+ 20
+3.370538886411281
+ 30
+0.0
+ 11
+1107.337119434568
+ 21
+3.370486289480367
+ 31
+0.0
+ 12
+1110.704018657836
+ 22
+414.5435626339141
+ 32
+0.0
+ 13
+1107.33321387623
+ 23
+414.5435626339141
+ 33
+0.0
+  0
+LINE
+  5
+1301A
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1110.704018670242
+ 20
+411.1748726352701
+ 30
+0.0
+ 11
+1110.710385835695
+ 21
+3.370538957251483
+ 31
+0.0
+  0
+LINE
+  5
+1301B
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1107.33528867154
+ 20
+3.370486260896313
+ 30
+0.0
+ 11
+1107.334271139388
+ 21
+414.5435625714021
+ 31
+0.0
+  0
+SOLID
+  5
+1301C
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1039.406673098576
+ 20
+489.7922450069606
+ 30
+0.0
+ 11
+1039.406673098243
+ 21
+493.160935016068
+ 31
+0.0
+ 12
+1604.913715391263
+ 22
+489.7950415444051
+ 32
+0.0
+ 13
+1604.913656695944
+ 23
+493.1691651276906
+ 33
+0.0
+  0
+LINE
+  5
+1301D
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1039.406673098576
+ 20
+489.7922450069606
+ 30
+0.0
+ 11
+1608.283021084072
+ 21
+489.7951570149746
+ 31
+0.0
+  0
+LINE
+  5
+1301E
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1036.035868316637
+ 20
+493.160935016068
+ 30
+0.0
+ 11
+1119.746326976194
+ 21
+493.160935016068
+ 31
+0.0
+  0
+LINE
+  5
+1301F
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1123.115056962346
+ 20
+493.1613127270671
+ 30
+0.0
+ 11
+1604.913656805585
+ 21
+493.1628623849839
+ 31
+0.0
+  0
+SOLID
+  5
+13020
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1195.838105255084
+ 20
+473.4148127530925
+ 30
+0.0
+ 11
+1192.469375268789
+ 21
+473.4148127530925
+ 31
+0.0
+ 12
+1195.838105255085
+ 22
+418.2630162557843
+ 32
+0.0
+ 13
+1192.467300473479
+ 23
+418.2630162557843
+ 33
+0.0
+  0
+LINE
+  5
+13021
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1195.838105255085
+ 20
+418.2630162557843
+ 30
+0.0
+ 11
+1195.838105255084
+ 21
+473.4148127530925
+ 31
+0.0
+  0
+LINE
+  5
+13022
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1192.469375268789
+ 20
+473.4148127530925
+ 30
+0.0
+ 11
+1192.469375268789
+ 21
+418.2630162557843
+ 31
+0.0
+  0
+SOLID
+  5
+13023
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1195.845861368705
+ 20
+3.370865681482654
+ 30
+0.0
+ 11
+1192.477131384074
+ 21
+3.370790801442693
+ 31
+0.0
+ 12
+1195.838105255085
+ 22
+407.4574723990107
+ 32
+0.0
+ 13
+1192.467300473479
+ 23
+407.4574723990107
+ 33
+0.0
+  0
+LINE
+  5
+13024
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1195.838105255085
+ 20
+407.4574723990107
+ 30
+0.0
+ 11
+1195.847087281366
+ 21
+3.370865708732252
+ 31
+0.0
+  0
+LINE
+  5
+13025
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1192.477131384074
+ 20
+3.370790801442693
+ 30
+0.0
+ 11
+1192.469375268789
+ 21
+407.4574723990107
+ 31
+0.0
+  0
+SOLID
+  5
+13026
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+995.4950106613999
+ 20
+3.368688555235507
+ 30
+0.0
+ 11
+992.126280675108
+ 21
+3.368688555235507
+ 31
+0.0
+ 12
+995.4950106614036
+ 22
+486.5340660075136
+ 32
+0.0
+ 13
+992.1257427221407
+ 23
+486.5340660075136
+ 33
+0.0
+  0
+LINE
+  5
+13027
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+992.126280675108
+ 20
+-0.0000025201447897
+ 30
+0.0
+ 11
+992.1259744759304
+ 21
+483.1636693185183
+ 31
+0.0
+  0
+LINE
+  5
+13028
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+995.4950106617374
+ 20
+486.5340660075136
+ 30
+0.0
+ 11
+995.4950106617372
+ 21
+3.368688555235507
+ 31
+0.0
+  0
+SOLID
+  5
+13029
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+992.1257427221483
+ 20
+486.5340589775841
+ 30
+0.0
+ 11
+992.1257464744002
+ 21
+483.1639538290401
+ 31
+0.0
+ 12
+72.0035028387226
+ 22
+486.5321391556425
+ 32
+0.0
+ 13
+72.0035028387226
+ 23
+483.1613344213513
+ 33
+0.0
+  0
+SOLID
+  5
+1302A
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+27.00175912295728
+ 20
+486.5321391083281
+ 30
+0.0
+ 11
+27.00175912295728
+ 21
+483.1634491034771
+ 31
+0.0
+ 12
+17.9999987290748
+ 22
+486.5321390610136
+ 32
+0.0
+ 13
+17.9999987290748
+ 23
+483.1613343267226
+ 33
+0.0
+  0
+SOLID
+  5
+1302B
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+45.00175912295727
+ 20
+486.5321391083281
+ 30
+0.0
+ 11
+45.00175912295727
+ 21
+483.1634491034771
+ 31
+0.0
+ 12
+35.9999987290748
+ 22
+486.5321390610136
+ 32
+0.0
+ 13
+35.9999987290748
+ 23
+483.1613343267226
+ 33
+0.0
+  0
+SOLID
+  5
+1302C
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+63.00175912295728
+ 20
+486.5321391083281
+ 30
+0.0
+ 11
+63.00175912295728
+ 21
+483.1634491034771
+ 31
+0.0
+ 12
+53.99999872907478
+ 22
+486.5321390610136
+ 32
+0.0
+ 13
+53.99999872907478
+ 23
+483.1613343267226
+ 33
+0.0
+  0
+SOLID
+  5
+1302D
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+9.001759122957281
+ 20
+486.5321391083281
+ 30
+0.0
+ 11
+9.001759122957281
+ 21
+483.1634491034771
+ 31
+0.0
+ 12
+-0.0000012709251962
+ 22
+486.5321390610136
+ 32
+0.0
+ 13
+-0.0000012709251962
+ 23
+483.1613343267226
+ 33
+0.0
+  0
+SOLID
+  5
+1302E
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+9.001794781501502
+ 20
+486.5321083922025
+ 30
+0.0
+ 11
+9.001794781501502
+ 21
+483.1634183873515
+ 31
+0.0
+ 12
+0.0000343876190243
+ 22
+486.5321083448882
+ 32
+0.0
+ 13
+0.0000343876190243
+ 23
+483.1613036105969
+ 33
+0.0
+  0
+LINE
+  5
+1302F
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+9.001794781501502
+ 20
+483.1634183873515
+ 30
+0.0
+ 11
+0.0000343876190243
+ 21
+483.1634183873515
+ 31
+0.0
+  0
+LINE
+  5
+13030
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+0.0000343876190243
+ 20
+483.1634183873515
+ 30
+0.0
+ 11
+0.0000343876190243
+ 21
+486.5321083448882
+ 31
+0.0
+  0
+LINE
+  5
+13031
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+0.0000343876190243
+ 20
+486.5321083448882
+ 30
+0.0
+ 11
+9.001794781501502
+ 21
+486.5321083922025
+ 31
+0.0
+  0
+LINE
+  5
+13032
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+9.001794781501502
+ 20
+486.5321083922025
+ 30
+0.0
+ 11
+9.001794781501502
+ 21
+483.1634183873515
+ 31
+0.0
+  0
+SOLID
+  5
+13033
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+27.0017947815015
+ 20
+486.5321083922025
+ 30
+0.0
+ 11
+27.0017947815015
+ 21
+483.1634183873515
+ 31
+0.0
+ 12
+18.00003438761901
+ 22
+486.5321083448882
+ 32
+0.0
+ 13
+18.00003438761901
+ 23
+483.1613036105969
+ 33
+0.0
+  0
+LINE
+  5
+13034
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+27.0017947815015
+ 20
+483.1634183873515
+ 30
+0.0
+ 11
+18.00003438761901
+ 21
+483.1634183873515
+ 31
+0.0
+  0
+LINE
+  5
+13035
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+18.00003438761901
+ 20
+483.1634183873515
+ 30
+0.0
+ 11
+18.00003438761901
+ 21
+486.5321083448882
+ 31
+0.0
+  0
+LINE
+  5
+13036
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+18.00003438761901
+ 20
+486.5321083448882
+ 30
+0.0
+ 11
+27.0017947815015
+ 21
+486.5321083922025
+ 31
+0.0
+  0
+LINE
+  5
+13037
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+27.0017947815015
+ 20
+486.5321083922025
+ 30
+0.0
+ 11
+27.0017947815015
+ 21
+483.1634183873515
+ 31
+0.0
+  0
+SOLID
+  5
+13038
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+45.0017947815015
+ 20
+486.5321083922025
+ 30
+0.0
+ 11
+45.0017947815015
+ 21
+483.1634183873515
+ 31
+0.0
+ 12
+36.00003438761902
+ 22
+486.5321083448882
+ 32
+0.0
+ 13
+36.00003438761902
+ 23
+483.1613036105969
+ 33
+0.0
+  0
+LINE
+  5
+13039
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+45.0017947815015
+ 20
+483.1634183873515
+ 30
+0.0
+ 11
+36.00003438761902
+ 21
+483.1634183873515
+ 31
+0.0
+  0
+LINE
+  5
+1303A
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+36.00003438761902
+ 20
+483.1634183873515
+ 30
+0.0
+ 11
+36.00003438761902
+ 21
+486.5321083448882
+ 31
+0.0
+  0
+LINE
+  5
+1303B
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+36.00003438761902
+ 20
+486.5321083448882
+ 30
+0.0
+ 11
+45.0017947815015
+ 21
+486.5321083922025
+ 31
+0.0
+  0
+LINE
+  5
+1303C
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+45.0017947815015
+ 20
+486.5321083922025
+ 30
+0.0
+ 11
+45.0017947815015
+ 21
+483.1634183873515
+ 31
+0.0
+  0
+SOLID
+  5
+1303D
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+63.0017947815015
+ 20
+486.5321083922025
+ 30
+0.0
+ 11
+63.0017947815015
+ 21
+483.1634183873515
+ 31
+0.0
+ 12
+54.00003438761903
+ 22
+486.5321083448882
+ 32
+0.0
+ 13
+54.00003438761903
+ 23
+483.1613036105969
+ 33
+0.0
+  0
+LINE
+  5
+1303E
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+63.0017947815015
+ 20
+483.1634183873515
+ 30
+0.0
+ 11
+54.00003438761903
+ 21
+483.1634183873515
+ 31
+0.0
+  0
+LINE
+  5
+1303F
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+54.00003438761903
+ 20
+483.1634183873515
+ 30
+0.0
+ 11
+54.00003438761903
+ 21
+486.5321083448882
+ 31
+0.0
+  0
+LINE
+  5
+13040
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+54.00003438761903
+ 20
+486.5321083448882
+ 30
+0.0
+ 11
+63.0017947815015
+ 21
+486.5321083922025
+ 31
+0.0
+  0
+LINE
+  5
+13041
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+63.0017947815015
+ 20
+486.5321083922025
+ 30
+0.0
+ 11
+63.0017947815015
+ 21
+483.1634183873515
+ 31
+0.0
+  0
+LINE
+  5
+13042
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+72.0035028387226
+ 20
+486.5321391556425
+ 30
+0.0
+ 11
+72.0035077753507
+ 21
+483.1613344213585
+ 31
+0.0
+  0
+LINE
+  5
+13043
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+995.4950106614036
+ 20
+486.5321392029498
+ 30
+0.0
+ 11
+72.0035028387226
+ 21
+486.5321392029566
+ 31
+0.0
+  0
+LINE
+  5
+13044
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+992.1257464747169
+ 20
+483.1636693183728
+ 30
+0.0
+ 11
+72.0035028387226
+ 21
+483.1630821078234
+ 31
+0.0
+  0
+SOLID
+  5
+13045
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1327.140907297795
+ 20
+473.6446879693243
+ 30
+0.0
+ 11
+1323.7709672313
+ 21
+473.6446879693243
+ 31
+0.0
+ 12
+1327.140907297795
+ 22
+423.6417348197388
+ 32
+0.0
+ 13
+1323.770056397334
+ 23
+423.6416820666086
+ 33
+0.0
+  0
+LINE
+  5
+13046
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1323.770056397334
+ 20
+423.6416820666086
+ 30
+0.0
+ 11
+1323.7709672313
+ 21
+473.6446879693243
+ 31
+0.0
+  0
+LINE
+  5
+13047
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1327.140907297795
+ 20
+473.6446879693243
+ 30
+0.0
+ 11
+1327.140836481812
+ 21
+427.0133778314384
+ 31
+0.0
+  0
+SOLID
+  5
+13048
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1327.140907297795
+ 20
+423.6417348197388
+ 30
+0.0
+ 11
+1327.140907297795
+ 21
+427.0133778322322
+ 31
+0.0
+ 12
+1620.914587793693
+ 22
+423.6446381082179
+ 32
+0.0
+ 13
+1620.914529125134
+ 23
+427.0172234253466
+ 33
+0.0
+  0
+LINE
+  5
+13049
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1620.914529066343
+ 20
+427.0206030134481
+ 30
+0.0
+ 11
+1327.140907297795
+ 21
+427.0154926089794
+ 31
+0.0
+  0
+LINE
+  5
+1304A
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1323.770150641931
+ 20
+423.6416820680834
+ 30
+0.0
+ 11
+1624.28327779821
+ 21
+423.6446716204818
+ 31
+0.0
+  0
+SOLID
+  5
+1304B
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1139.715587085334
+ 20
+411.175899324972
+ 30
+0.0
+ 11
+1139.715587085334
+ 21
+414.5445893298229
+ 31
+0.0
+ 12
+1632.283218105849
+ 22
+411.1758993741146
+ 32
+0.0
+ 13
+1632.283218104701
+ 23
+414.5467041080653
+ 33
+0.0
+  0
+LINE
+  5
+1304C
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1628.91455418007
+ 20
+414.5528841572895
+ 30
+0.0
+ 11
+1139.74063963029
+ 21
+414.5445787091063
+ 31
+0.0
+  0
+LINE
+  5
+1304D
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1139.715587085334
+ 20
+411.175899324972
+ 30
+0.0
+ 11
+1632.283218105849
+ 21
+411.1758993646081
+ 31
+0.0
+  0
+SOLID
+  5
+1304E
+330
+12EE4
+100
+AcDbEntity
+  8
+IMG008
+ 62
+    58
+100
+AcDbTrace
+ 10
+1131.683169151612
+ 20
+411.0510379957752
+ 30
+0.0
+ 11
+1131.683169151612
+ 21
+403.9110379957755
+ 31
+0.0
+ 12
+1129.898169151612
+ 22
+411.0510379957751
+ 32
+0.0
+ 13
+1129.898169151612
+ 23
+403.9110379957755
+ 33
+0.0
+ 39
+14.28
+  0
+SOLID
+  5
+1304F
+330
+12EE4
+100
+AcDbEntity
+  8
+IMG008
+ 62
+    58
+100
+AcDbTrace
+ 10
+1131.683087085334
+ 20
+414.6452443273973
+ 30
+0.0
+ 11
+1129.898087085334
+ 21
+414.6452443273973
+ 31
+0.0
+ 12
+1131.683169151612
+ 22
+411.0510379957752
+ 32
+0.0
+ 13
+1129.898169151612
+ 23
+411.0510379957751
+ 33
+0.0
+  0
+SOLID
+  5
+13050
+330
+12EE4
+100
+AcDbEntity
+  8
+IMG008
+ 62
+    58
+100
+AcDbTrace
+ 10
+1139.715587085334
+ 20
+407.5052443273976
+ 30
+0.0
+ 11
+1131.683169151612
+ 21
+411.0510379957752
+ 31
+0.0
+ 12
+1139.715587085334
+ 22
+418.2152443273971
+ 32
+0.0
+ 13
+1131.683087085334
+ 23
+414.6452443273973
+ 33
+0.0
+  0
+SOLID
+  5
+13051
+330
+12EE4
+100
+AcDbEntity
+  8
+IMG008
+ 62
+    58
+100
+AcDbTrace
+ 10
+1121.865587085334
+ 20
+407.5052443273976
+ 30
+0.0
+ 11
+1129.898005019056
+ 21
+411.0510379957752
+ 31
+0.0
+ 12
+1121.865587085334
+ 22
+418.2152443273976
+ 32
+0.0
+ 13
+1129.898087085334
+ 23
+414.6452443273973
+ 33
+0.0
+  0
+LINE
+  5
+13052
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1121.865587085334
+ 20
+407.5052443273976
+ 30
+0.0
+ 11
+1129.898169151612
+ 21
+411.0510379957751
+ 31
+14.28000000000001
+  0
+LINE
+  5
+13053
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1129.898169151612
+ 20
+411.0510379957751
+ 30
+14.28000000000001
+ 11
+1129.898169151612
+ 21
+403.9110379957755
+ 31
+14.28000000000001
+  0
+LINE
+  5
+13054
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1129.898169151638
+ 20
+403.9110379957758
+ 30
+28.56000000000003
+ 11
+1124.543087085359
+ 21
+403.9352443273973
+ 31
+28.56000000000003
+  0
+LINE
+  5
+13055
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1137.038087085335
+ 20
+403.935244327397
+ 30
+14.28000000000001
+ 11
+1131.683169151612
+ 21
+403.9110379957755
+ 31
+14.28000000000001
+  0
+LINE
+  5
+13056
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1131.683169151612
+ 20
+403.9110379957755
+ 30
+14.28000000000001
+ 11
+1131.683169151612
+ 21
+411.0510379957752
+ 31
+14.28000000000001
+  0
+LINE
+  5
+13057
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1131.683169151612
+ 20
+411.0510379957752
+ 30
+14.28000000000001
+ 11
+1139.715587085334
+ 21
+407.5052443273976
+ 31
+0.0
+  0
+LINE
+  5
+13058
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1139.715587085334
+ 20
+418.2152443273971
+ 30
+0.0
+ 11
+1131.683087085334
+ 21
+414.6452443273973
+ 31
+0.0
+  0
+LINE
+  5
+13059
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1131.683087085334
+ 20
+414.6452443273973
+ 30
+0.0
+ 11
+1129.898087085334
+ 21
+414.6452443273973
+ 31
+0.0
+  0
+LINE
+  5
+1305A
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1129.898087085334
+ 20
+414.6452443273973
+ 30
+0.0
+ 11
+1121.865587085334
+ 21
+418.2152443273976
+ 31
+0.0
+  0
+LINE
+  5
+1305B
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1121.865587085334
+ 20
+418.2152443273976
+ 30
+14.28000000000001
+ 11
+1121.865587085334
+ 21
+407.5052443273976
+ 31
+0.0
+  0
+LINE
+  5
+1305C
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1139.715587085334
+ 20
+418.2152443273971
+ 30
+14.28000000000001
+ 11
+1139.715587085334
+ 21
+407.5052443273976
+ 31
+0.0
+  0
+SOLID
+  5
+1305D
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+    58
+100
+AcDbTrace
+ 10
+1137.037977665447
+ 20
+403.9352438327764
+ 30
+14.28000000000001
+ 11
+1137.00154431992
+ 21
+403.2363036182955
+ 31
+14.28000000000001
+ 12
+1130.790668910762
+ 22
+403.911038246978
+ 32
+14.28000000000001
+ 13
+1130.790668910762
+ 23
+403.911038246978
+ 33
+14.28000000000001
+  0
+SOLID
+  5
+1305E
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+    58
+100
+AcDbTrace
+ 10
+1137.001450529289
+ 20
+403.2605103874452
+ 30
+14.28
+ 11
+1136.942476362253
+ 21
+402.8222246166635
+ 31
+14.28
+ 12
+1130.790578330339
+ 22
+403.9110378960186
+ 32
+14.28
+ 13
+1130.790578330339
+ 23
+403.9110378960186
+ 33
+14.28
+  0
+SOLID
+  5
+1305F
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+    58
+100
+AcDbTrace
+ 10
+1136.942476362253
+ 20
+402.8222246166626
+ 30
+14.28
+ 11
+1136.849448698264
+ 21
+402.387406739409
+ 31
+14.28
+ 12
+1130.790574942303
+ 22
+403.9110357654451
+ 32
+14.28
+ 13
+1130.790574942303
+ 23
+403.9110357654451
+ 33
+14.28
+  0
+SOLID
+  5
+13060
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+    58
+100
+AcDbTrace
+ 10
+1136.849448695529
+ 20
+402.3874067285347
+ 30
+14.28
+ 11
+1136.674013706077
+ 21
+401.8094796576987
+ 31
+14.28
+ 12
+1130.79319360533
+ 22
+403.910766113489
+ 32
+14.28
+ 13
+1130.79319360533
+ 23
+403.910766113489
+ 33
+14.28
+  0
+SOLID
+  5
+13061
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+    58
+100
+AcDbTrace
+ 10
+1136.674013706077
+ 20
+401.8094796576987
+ 30
+14.28
+ 11
+1136.445860951218
+ 21
+401.2560175152789
+ 31
+14.28
+ 12
+1130.796869313407
+ 22
+403.909450634335
+ 32
+14.28
+ 13
+1130.796869313407
+ 23
+403.909450634335
+ 33
+14.28
+  0
+SOLID
+  5
+13062
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+    58
+100
+AcDbTrace
+ 10
+1136.445860951218
+ 20
+401.2560175152796
+ 30
+14.28
+ 11
+1135.830739091478
+ 21
+400.2194090863405
+ 31
+14.28
+ 12
+1130.796869852099
+ 22
+403.9094502609301
+ 32
+14.28
+ 13
+1130.796869852099
+ 23
+403.9094502609301
+ 33
+14.28
+  0
+SOLID
+  5
+13063
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+    58
+100
+AcDbTrace
+ 10
+1135.830739091478
+ 20
+400.2194090863405
+ 30
+14.28
+ 11
+1135.087377848571
+ 21
+399.3757490979248
+ 31
+14.28
+ 12
+1130.790563418079
+ 22
+403.9110372489655
+ 32
+14.28
+ 13
+1130.790563418079
+ 23
+403.9110372489655
+ 33
+14.28
+  0
+SOLID
+  5
+13064
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+    58
+100
+AcDbTrace
+ 10
+1135.087377848571
+ 20
+399.3757490979248
+ 30
+14.28
+ 11
+1134.443268104704
+ 21
+398.8425887634418
+ 31
+14.28
+ 12
+1130.790564765972
+ 22
+403.9110343715816
+ 32
+14.28
+ 13
+1130.790564765972
+ 23
+403.9110343715816
+ 33
+14.28
+  0
+SOLID
+  5
+13065
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+    58
+100
+AcDbTrace
+ 10
+1132.346689093343
+ 20
+397.8604344894566
+ 30
+14.28
+ 11
+1130.790587085334
+ 21
+397.6635379957749
+ 31
+14.28
+ 12
+1130.790567461758
+ 22
+403.911035076646
+ 32
+14.28
+ 13
+1130.790567461758
+ 23
+403.911035076646
+ 33
+14.28
+  0
+SOLID
+  5
+13066
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+    58
+100
+AcDbTrace
+ 10
+1134.443268104704
+ 20
+398.8425887634418
+ 30
+14.28
+ 11
+1133.610789812527
+ 21
+398.3362991832802
+ 31
+14.28
+ 12
+1130.790567182427
+ 22
+403.9110310832804
+ 32
+14.28
+ 13
+1130.790567182427
+ 23
+403.9110310832804
+ 33
+14.28
+  0
+SOLID
+  5
+13067
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+    58
+100
+AcDbTrace
+ 10
+1133.610789812527
+ 20
+398.3362991832802
+ 30
+14.28
+ 11
+1132.346689093343
+ 21
+397.8604344894566
+ 31
+14.28
+ 12
+1130.790565235187
+ 22
+403.9110337852462
+ 32
+14.28
+ 13
+1130.790565235187
+ 23
+403.9110337852462
+ 33
+14.28
+  0
+SOLID
+  5
+13068
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+    58
+100
+AcDbTrace
+ 10
+1124.543157106112
+ 20
+403.9352045861696
+ 30
+14.28000000000001
+ 11
+1124.579594842423
+ 21
+403.2362646005788
+ 31
+14.28000000000001
+ 12
+1130.790466012735
+ 22
+403.9110382463408
+ 32
+14.28000000000001
+ 13
+1130.790466012735
+ 23
+403.9110382463408
+ 33
+14.28000000000001
+  0
+SOLID
+  5
+13069
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+    58
+100
+AcDbTrace
+ 10
+1124.579688480985
+ 20
+403.2604713703173
+ 30
+14.28
+ 11
+1124.638665401357
+ 21
+402.8221859700236
+ 31
+14.28
+ 12
+1130.79055659316
+ 22
+403.9110378959504
+ 32
+14.28
+ 13
+1130.79055659316
+ 23
+403.9110378959504
+ 33
+14.28
+  0
+SOLID
+  5
+1306A
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+    58
+100
+AcDbTrace
+ 10
+1124.638665401358
+ 20
+402.8221859700229
+ 30
+14.28
+ 11
+1124.731695796897
+ 21
+402.387368677183
+ 31
+14.28
+ 12
+1130.790559981209
+ 22
+403.9110357653981
+ 32
+14.28
+ 13
+1130.790559981209
+ 23
+403.9110357653981
+ 33
+14.28
+  0
+SOLID
+  5
+1306B
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+    58
+100
+AcDbTrace
+ 10
+1124.731695799632
+ 20
+402.3873686663089
+ 30
+14.28
+ 11
+1124.907134419653
+ 21
+401.8094426975769
+ 31
+14.28
+ 12
+1130.787941319876
+ 22
+403.9107660969911
+ 32
+14.28
+ 13
+1130.787941319876
+ 23
+403.9107660969911
+ 33
+14.28
+  0
+SOLID
+  5
+1306C
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+    58
+100
+AcDbTrace
+ 10
+1124.907134419653
+ 20
+401.8094426975769
+ 30
+14.28
+ 11
+1125.13529065139
+ 21
+401.2559819884377
+ 31
+14.28
+ 12
+1130.784265620063
+ 22
+403.9094505947464
+ 32
+14.28
+ 13
+1130.784265620063
+ 23
+403.9094505947464
+ 33
+14.28
+  0
+SOLID
+  5
+1306D
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+    58
+100
+AcDbTrace
+ 10
+1125.135290651389
+ 20
+401.2559819884383
+ 30
+14.28
+ 11
+1125.750419023155
+ 21
+400.219377423752
+ 31
+14.28
+ 12
+1130.784265081373
+ 22
+403.9094502213384
+ 32
+14.28
+ 13
+1130.784265081373
+ 23
+403.9094502213384
+ 33
+14.28
+  0
+SOLID
+  5
+1306E
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+    58
+100
+AcDbTrace
+ 10
+1125.750419023155
+ 20
+400.219377423752
+ 30
+14.28
+ 11
+1126.493785565969
+ 21
+399.375722105193
+ 31
+14.28
+ 12
+1130.790571505424
+ 22
+403.9110372489908
+ 32
+14.28
+ 13
+1130.790571505424
+ 23
+403.9110372489908
+ 33
+14.28
+  0
+SOLID
+  5
+1306F
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+    58
+100
+AcDbTrace
+ 10
+1126.493785565969
+ 20
+399.375722105193
+ 30
+14.28
+ 11
+1127.137898659169
+ 21
+398.842565817057
+ 31
+14.28
+ 12
+1130.790570157549
+ 22
+403.9110343715986
+ 32
+14.28
+ 13
+1130.790570157549
+ 23
+403.9110343715986
+ 33
+14.28
+  0
+SOLID
+  5
+13070
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+    58
+100
+AcDbTrace
+ 10
+1129.234483840441
+ 20
+397.8604247139261
+ 30
+14.28
+ 11
+1130.790587085334
+ 21
+397.6635379957749
+ 31
+14.28
+ 12
+1130.790567461758
+ 22
+403.911035076646
+ 32
+14.28
+ 13
+1130.790567461758
+ 23
+403.911035076646
+ 33
+14.28
+  0
+SOLID
+  5
+13071
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+    58
+100
+AcDbTrace
+ 10
+1127.137898659169
+ 20
+398.842565817057
+ 30
+14.28
+ 11
+1127.970380131871
+ 21
+398.336281466584
+ 31
+14.28
+ 12
+1130.790567741115
+ 22
+403.9110310832824
+ 32
+14.28
+ 13
+1130.790567741115
+ 23
+403.9110310832824
+ 33
+14.28
+  0
+SOLID
+  5
+13072
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+    58
+100
+AcDbTrace
+ 10
+1127.970380131871
+ 20
+398.336281466584
+ 30
+14.28
+ 11
+1129.234483840441
+ 21
+397.8604247139261
+ 31
+14.28
+ 12
+1130.790569688338
+ 22
+403.9110337852603
+ 32
+14.28
+ 13
+1130.790569688338
+ 23
+403.9110337852603
+ 33
+14.28
+  0
+LINE
+  5
+13073
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1131.683169151612
+ 20
+403.9144962945955
+ 30
+14.28000000000001
+ 11
+1137.037977665447
+ 21
+403.9352438327764
+ 31
+14.28000000000001
+  0
+LINE
+  5
+13074
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1137.037977665447
+ 20
+403.9352438327764
+ 30
+14.28000000000001
+ 11
+1136.998241631272
+ 21
+403.2366624144798
+ 31
+14.28
+  0
+LINE
+  5
+13075
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1136.998241631272
+ 20
+403.2366624144798
+ 30
+14.28
+ 11
+1136.942476362253
+ 21
+402.8222246166632
+ 31
+14.28
+  0
+LINE
+  5
+13076
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1136.942476362253
+ 20
+402.8222246166632
+ 30
+14.28
+ 11
+1136.84926863491
+ 21
+402.3874520200608
+ 31
+14.28
+  0
+LINE
+  5
+13077
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1136.84926863491
+ 20
+402.3874520200608
+ 30
+14.28
+ 11
+1136.674013706077
+ 21
+401.8094796576987
+ 31
+14.28
+  0
+LINE
+  5
+13078
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1136.674013706077
+ 20
+401.8094796576987
+ 30
+14.28
+ 11
+1136.445860951218
+ 21
+401.2560175152788
+ 31
+14.28
+  0
+LINE
+  5
+13079
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1136.445860951218
+ 20
+401.2560175152788
+ 30
+14.28
+ 11
+1135.830739091478
+ 21
+400.2194090863405
+ 31
+14.28
+  0
+LINE
+  5
+1307A
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1135.830739091478
+ 20
+400.2194090863405
+ 30
+14.28
+ 11
+1135.087377848571
+ 21
+399.3757490979248
+ 31
+14.28
+  0
+LINE
+  5
+1307B
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1135.087377848571
+ 20
+399.3757490979248
+ 30
+14.28
+ 11
+1134.443268104704
+ 21
+398.8425887634418
+ 31
+14.28
+  0
+LINE
+  5
+1307C
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1134.443268104704
+ 20
+398.8425887634418
+ 30
+14.28
+ 11
+1133.610789926914
+ 21
+398.3362989571697
+ 31
+14.28
+  0
+LINE
+  5
+1307D
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1133.610789926914
+ 20
+398.3362989571697
+ 30
+14.28
+ 11
+1132.346689089843
+ 21
+397.8604345030671
+ 31
+14.28
+  0
+LINE
+  5
+1307E
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1132.346689089843
+ 20
+397.8604345030671
+ 30
+14.28
+ 11
+1130.790587085334
+ 21
+397.6635379957749
+ 31
+14.28
+  0
+LINE
+  5
+1307F
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1130.790587085334
+ 20
+397.6635379957749
+ 30
+14.28
+ 11
+1129.234483840441
+ 21
+397.8604247139261
+ 31
+14.28
+  0
+LINE
+  5
+13080
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1129.234483840441
+ 20
+397.8604247139261
+ 30
+14.28
+ 11
+1127.970380131871
+ 21
+398.336281466584
+ 31
+14.28
+  0
+LINE
+  5
+13081
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1127.970380131871
+ 20
+398.336281466584
+ 30
+14.28
+ 11
+1127.137898659169
+ 21
+398.842565817057
+ 31
+14.28
+  0
+LINE
+  5
+13082
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1127.137898659169
+ 20
+398.842565817057
+ 30
+14.28
+ 11
+1126.493785541389
+ 21
+399.3757220792486
+ 31
+14.28
+  0
+LINE
+  5
+13083
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1126.493785541389
+ 20
+399.3757220792486
+ 30
+14.28
+ 11
+1125.750419023155
+ 21
+400.219377423752
+ 31
+14.28
+  0
+LINE
+  5
+13084
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1125.750419023155
+ 20
+400.219377423752
+ 30
+14.28
+ 11
+1125.13533226776
+ 21
+401.2560015367154
+ 31
+14.28
+  0
+LINE
+  5
+13085
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1125.13533226776
+ 20
+401.2560015367154
+ 30
+14.28
+ 11
+1124.907134498019
+ 21
+401.8094427255786
+ 31
+14.28
+  0
+LINE
+  5
+13086
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1124.907134498019
+ 20
+401.8094427255786
+ 30
+14.28
+ 11
+1124.731695796371
+ 21
+402.3873686770508
+ 31
+14.28
+  0
+LINE
+  5
+13087
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1124.731695796371
+ 20
+402.3873686770508
+ 30
+14.28
+ 11
+1124.638663889952
+ 21
+402.8221857025129
+ 31
+14.28
+  0
+LINE
+  5
+13088
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1124.638663889952
+ 20
+402.8221857025129
+ 30
+14.28
+ 11
+1124.579594842423
+ 21
+403.2362646005788
+ 31
+14.28000000000001
+  0
+LINE
+  5
+13089
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1124.579594842423
+ 20
+403.2362646005788
+ 30
+14.28000000000001
+ 11
+1124.543157106112
+ 21
+403.9352045861696
+ 31
+14.28000000000001
+  0
+LINE
+  5
+1308A
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1124.543157106112
+ 20
+403.9352045861696
+ 30
+14.28000000000001
+ 11
+1129.898169151612
+ 21
+403.9110379957755
+ 31
+0.0
+  0
+SOLID
+  5
+1308B
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1109.018616267033
+ 20
+411.174872629063
+ 30
+0.0
+ 11
+1109.018616267033
+ 21
+414.5435626339141
+ 31
+0.0
+ 12
+1121.86555142679
+ 22
+411.1748726763774
+ 32
+0.0
+ 13
+1121.86555142679
+ 23
+414.5456774106687
+ 33
+0.0
+  0
+LINE
+  5
+1308C
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1121.86555142679
+ 20
+411.1748726763774
+ 30
+0.0
+ 11
+1110.704018670242
+ 21
+411.1748726295431
+ 31
+0.0
+  0
+LINE
+  5
+1308D
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1107.334271139388
+ 20
+414.5435625714021
+ 30
+0.0
+ 11
+1121.86555142679
+ 21
+414.5456774106687
+ 31
+0.0
+  0
+INSERT
+  5
+1308E
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+     9
+100
+AcDbBlockReference
+ 66
+     1
+  2
+bouton
+ 10
+1290.282205369583
+ 20
+669.3827028727419
+ 30
+0.0
+ 41
+28.0
+ 42
+23.81832075478905
+ 43
+23.00494563297525
+  0
+ATTRIB
+  5
+1308F
+330
+1308E
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1290.282205369583
+ 20
+669.3827028727419
+ 30
+0.0
+ 40
+2.381832075478904
+  1
+FV7201
+ 41
+1.175565661755149
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COMMANDE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+13090
+330
+1308E
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1290.282205369583
+ 20
+669.3827028727419
+ 30
+0.0
+ 40
+2.381832075478904
+  1
+FV7201
+ 41
+1.175565661755149
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+13091
+330
+1308E
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1290.282205369583
+ 20
+669.3827028727419
+ 30
+0.0
+ 40
+2.381832075478904
+  1
+56
+ 41
+1.175565661755149
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+13092
+330
+1308E
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1290.282205369583
+ 20
+669.3827028727419
+ 30
+0.0
+ 40
+2.381832075478904
+  1
+10
+ 41
+1.175565661755149
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+13093
+330
+1308E
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1290.282205369583
+ 20
+669.3827028727419
+ 30
+0.0
+ 40
+2.381832075478904
+  1
+12
+ 41
+1.175565661755149
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+13094
+330
+1308E
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1290.282205369583
+ 20
+669.3827028727419
+ 30
+0.0
+ 40
+2.381832075478904
+  1
+Fermer la vanne FV7201 ?
+ 41
+1.175565661755149
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+13095
+330
+1308E
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1290.282205369583
+ 20
+669.3827028727419
+ 30
+0.0
+ 40
+2.381832075478904
+  1
+Ouvrir la vanne FV7201 ?
+ 41
+1.175565661755149
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+13096
+330
+1308E
+100
+AcDbEntity
+  8
+0
+  0
+SOLID
+  5
+13097
+330
+12EE4
+100
+AcDbEntity
+  8
+IMG008
+ 62
+    56
+100
+AcDbTrace
+ 10
+1303.126393442818
+ 20
+674.8980724024808
+ 30
+14.28
+ 11
+1292.416393442818
+ 21
+674.8980724024808
+ 31
+14.28
+ 12
+1303.126393442818
+ 22
+687.3930724024817
+ 32
+14.28
+ 13
+1292.416393442818
+ 23
+687.3930724024817
+ 33
+14.28
+ 39
+14.28
+  0
+SOLID
+  5
+13098
+330
+12EE4
+100
+AcDbEntity
+  8
+IMG008
+ 62
+    56
+100
+AcDbTrace
+ 10
+1310.266393442818
+ 20
+682.0381544687592
+ 30
+0.0
+ 11
+1303.126393442818
+ 21
+682.0381544687592
+ 31
+0.0
+ 12
+1310.266393442818
+ 22
+680.2531544687593
+ 32
+0.0
+ 13
+1303.126393442818
+ 23
+680.2531544687593
+ 33
+0.0
+ 39
+14.28
+  0
+SOLID
+  5
+13099
+330
+12EE4
+100
+AcDbEntity
+  8
+IMG008
+ 62
+    56
+100
+AcDbTrace
+ 10
+1313.86059977444
+ 20
+682.0380724024812
+ 30
+0.0
+ 11
+1313.86059977444
+ 21
+680.2530724024814
+ 31
+0.0
+ 12
+1310.266393442818
+ 22
+682.0381544687592
+ 32
+0.0
+ 13
+1310.266393442818
+ 23
+680.2531544687593
+ 33
+0.0
+  0
+SOLID
+  5
+1309A
+330
+12EE4
+100
+AcDbEntity
+  8
+IMG008
+ 62
+    56
+100
+AcDbTrace
+ 10
+1306.72059977444
+ 20
+690.0705724024815
+ 30
+0.0
+ 11
+1310.266393442818
+ 21
+682.0381544687592
+ 31
+0.0
+ 12
+1317.43059977444
+ 22
+690.0705724024815
+ 32
+0.0
+ 13
+1313.86059977444
+ 23
+682.0380724024812
+ 33
+0.0
+  0
+SOLID
+  5
+1309B
+330
+12EE4
+100
+AcDbEntity
+  8
+IMG008
+ 62
+    56
+100
+AcDbTrace
+ 10
+1306.72059977444
+ 20
+672.2205724024811
+ 30
+0.0
+ 11
+1310.266393442818
+ 21
+680.2529903362032
+ 31
+0.0
+ 12
+1317.43059977444
+ 22
+672.2205724024811
+ 32
+0.0
+ 13
+1313.86059977444
+ 23
+680.2530724024814
+ 33
+0.0
+  0
+LINE
+  5
+1309C
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1306.72059977444
+ 20
+672.2205724024811
+ 30
+0.0
+ 11
+1310.266393442818
+ 21
+680.2531544687593
+ 31
+14.28000000000001
+  0
+LINE
+  5
+1309D
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1310.266393442818
+ 20
+680.2531544687593
+ 30
+14.28000000000001
+ 11
+1303.126393442818
+ 21
+680.2531544687593
+ 31
+14.28000000000001
+  0
+LINE
+  5
+1309E
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1303.126393442818
+ 20
+680.2531544687846
+ 30
+28.56000000000003
+ 11
+1303.15059977444
+ 21
+674.8980724025061
+ 31
+28.56000000000003
+  0
+LINE
+  5
+1309F
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1292.44059977444
+ 20
+674.8980724024808
+ 30
+28.56000000000006
+ 11
+1303.15059977444
+ 21
+674.8980724024808
+ 31
+28.56000000000006
+  0
+LINE
+  5
+130A0
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1303.15059977444
+ 20
+687.3930724024817
+ 30
+14.28000000000001
+ 11
+1303.126393442818
+ 21
+682.0381544687592
+ 31
+14.28000000000001
+  0
+LINE
+  5
+130A1
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1303.126393442818
+ 20
+682.0381544687592
+ 30
+14.28000000000001
+ 11
+1310.266393442818
+ 21
+682.0381544687592
+ 31
+14.28000000000001
+  0
+LINE
+  5
+130A2
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1310.266393442818
+ 20
+682.0381544687592
+ 30
+14.28000000000001
+ 11
+1306.72059977444
+ 21
+690.0705724024815
+ 31
+0.0
+  0
+LINE
+  5
+130A3
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1317.43059977444
+ 20
+690.0705724024815
+ 30
+0.0
+ 11
+1313.86059977444
+ 21
+682.0380724024812
+ 31
+0.0
+  0
+LINE
+  5
+130A4
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1313.86059977444
+ 20
+682.0380724024812
+ 30
+0.0
+ 11
+1313.86059977444
+ 21
+680.2530724024814
+ 31
+0.0
+  0
+LINE
+  5
+130A5
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1313.86059977444
+ 20
+680.2530724024814
+ 30
+0.0
+ 11
+1317.43059977444
+ 21
+672.2205724024811
+ 31
+0.0
+  0
+LINE
+  5
+130A6
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1303.126393442818
+ 20
+687.3930724024817
+ 30
+14.28
+ 11
+1292.416393442818
+ 21
+687.3930724024817
+ 31
+14.28
+  0
+LINE
+  5
+130A7
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1292.416393442818
+ 20
+687.3930724024817
+ 30
+28.56
+ 11
+1292.44059977444
+ 21
+674.8980724024808
+ 31
+28.56000000000006
+  0
+LINE
+  5
+130A8
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1317.43059977444
+ 20
+672.2205724024811
+ 30
+14.28000000000001
+ 11
+1306.72059977444
+ 21
+672.2205724024811
+ 31
+0.0
+  0
+LINE
+  5
+130A9
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1317.43059977444
+ 20
+690.0705724024815
+ 30
+14.28000000000001
+ 11
+1306.72059977444
+ 21
+690.0705724024815
+ 31
+0.0
+  0
+SOLID
+  5
+130AA
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1313.720244443519
+ 20
+705.3987625707103
+ 30
+0.0
+ 11
+1310.351554438668
+ 21
+705.3987625707103
+ 31
+0.0
+ 12
+1313.720244443519
+ 22
+690.0705724024812
+ 32
+0.0
+ 13
+1310.350886161628
+ 23
+690.0705724024815
+ 33
+0.0
+  0
+SOLID
+  5
+130AB
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1313.720244443519
+ 20
+672.2205724024811
+ 30
+0.0
+ 11
+1310.350107938953
+ 21
+672.2205724024811
+ 31
+0.0
+ 12
+1313.720287326896
+ 22
+656.8923982118108
+ 32
+0.0
+ 13
+1310.34948254529
+ 23
+656.8923982118108
+ 33
+0.0
+  0
+LINE
+  5
+130AC
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1313.720244221326
+ 20
+690.0705726501464
+ 30
+14.28000000000001
+ 11
+1313.720244221326
+ 21
+705.3987625707103
+ 31
+0.0000000000000568
+  0
+LINE
+  5
+130AD
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1310.350918589187
+ 20
+690.0709831230431
+ 30
+14.27999999999998
+ 11
+1310.350918589187
+ 21
+705.3991730436067
+ 31
+0.0000000000000284
+  0
+LINE
+  5
+130AE
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1310.349514952862
+ 20
+656.892350498672
+ 30
+14.28000000000001
+ 11
+1310.349514952862
+ 21
+672.2205404192358
+ 31
+0.0000000000000568
+  0
+LINE
+  5
+130AF
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1313.720319734468
+ 20
+656.892350498672
+ 30
+14.28000000000001
+ 11
+1313.720319734468
+ 21
+672.2205404192358
+ 31
+0.0000000000000568
+  0
+INSERT
+  5
+130B0
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+     9
+100
+AcDbBlockReference
+ 66
+     1
+  2
+palet
+ 10
+1346.41029247742
+ 20
+691.4291177346105
+ 30
+-43.19142612716809
+  0
+ATTRIB
+  5
+130B1
+330
+130B0
+100
+AcDbEntity
+  8
+IMG009
+ 62
+     9
+100
+AcDbText
+ 10
+1346.41029247742
+ 20
+691.4291177346105
+ 30
+-43.19142612716809
+ 40
+8.0
+  1
+PCV7201=0[0]
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+130B2
+330
+130B0
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1346.41029247742
+ 20
+691.4291177346105
+ 30
+-43.19142612716809
+ 40
+6.0
+  1
+57
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+130B3
+330
+130B0
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1346.41029247742
+ 20
+691.4291177346105
+ 30
+-43.19142612716809
+ 40
+8.0
+  1
+12
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+130B4
+330
+130B0
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1346.41029247742
+ 20
+691.4291177346105
+ 30
+-43.19142612716809
+ 40
+8.0
+  1
+
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+130B5
+330
+130B0
+100
+AcDbEntity
+  8
+0
+  0
+INSERT
+  5
+130B6
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+     9
+100
+AcDbBlockReference
+ 66
+     1
+  2
+palet
+ 10
+1352.410297384158
+ 20
+691.456745494495
+ 30
+-86.38285225433618
+  0
+ATTRIB
+  5
+130B7
+330
+130B6
+100
+AcDbEntity
+  8
+IMG009
+ 62
+     9
+100
+AcDbText
+ 10
+1352.410297384158
+ 20
+691.456745494495
+ 30
+-86.38285225433618
+ 40
+8.0
+  1
+PCV7201#0[0]
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+130B8
+330
+130B6
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1352.410297384158
+ 20
+691.456745494495
+ 30
+-86.38285225433618
+ 40
+6.0
+  1
+57
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+130B9
+330
+130B6
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1352.410297384158
+ 20
+691.456745494495
+ 30
+-86.38285225433618
+ 40
+8.0
+  1
+10
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+130BA
+330
+130B6
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1352.410297384158
+ 20
+691.456745494495
+ 30
+-86.38285225433618
+ 40
+8.0
+  1
+
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+130BB
+330
+130B6
+100
+AcDbEntity
+  8
+0
+  0
+TEXT
+  5
+130BC
+330
+12EE4
+100
+AcDbEntity
+  8
+TEXTE
+ 62
+     7
+100
+AcDbText
+ 10
+1364.088564119457
+ 20
+682.0212469156656
+ 30
+0.0
+ 40
+8.0
+  1
+PCV7201
+100
+AcDbText
+  0
+INSERT
+  5
+130BD
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Valnum
+ 10
+1365.088564119457
+ 20
+669.6690271640242
+ 30
+0.0
+ 41
+1.199999999999999
+ 42
+1.199999999999999
+ 43
+1.5
+  0
+ATTRIB
+  5
+130BE
+330
+130BD
+100
+AcDbEntity
+  8
+IMG027
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1417.888564119457
+ 20
+669.6690271640242
+ 30
+0.0
+ 40
+9.599999999999999
+  1
+PCV7201
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+130BF
+330
+130BD
+100
+AcDbEntity
+  8
+IMG027
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1417.888564119457
+ 20
+669.6690271640242
+ 30
+0.0
+ 40
+9.599999999999999
+  1
+14
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+130C0
+330
+130BD
+100
+AcDbEntity
+  8
+IMG027
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1417.888564119457
+ 20
+669.6690271640242
+ 30
+0.0
+ 40
+9.599999999999999
+  1
+0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+130C1
+330
+130BD
+100
+AcDbEntity
+  8
+0
+  0
+TEXT
+  5
+130C2
+330
+12EE4
+100
+AcDbEntity
+  8
+TEXTE
+ 62
+     2
+100
+AcDbText
+ 10
+1398.088564119457
+ 20
+670.5645436867107
+ 30
+0.0
+ 40
+8.0
+  1
+%
+100
+AcDbText
+  0
+SOLID
+  5
+130C3
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbTrace
+ 10
+1360.088564615759
+ 20
+691.5645436867109
+ 30
+0.0
+ 11
+1360.088564615759
+ 21
+668.5645437943783
+ 31
+0.0
+ 12
+1413.088564119457
+ 22
+691.5645436867109
+ 32
+0.0
+ 13
+1413.088564119457
+ 23
+668.5645434002362
+ 33
+0.0
+  0
+SOLID
+  5
+130C4
+330
+12EE4
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+1360.088564615759
+ 20
+691.5645436867109
+ 30
+230.4
+ 11
+1413.088564119457
+ 21
+691.5645436867109
+ 31
+230.4
+ 12
+1358.288564615759
+ 22
+693.3645436867102
+ 32
+230.4
+ 13
+1414.888561242456
+ 23
+693.3645351638585
+ 33
+230.4
+  0
+SOLID
+  5
+130C5
+330
+12EE4
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+1358.288564615759
+ 20
+666.7645437943782
+ 30
+0.0
+ 11
+1360.088564615759
+ 21
+668.5645437943783
+ 31
+0.0
+ 12
+1358.288564615759
+ 22
+693.3645436867102
+ 32
+0.0
+ 13
+1360.088564615759
+ 23
+691.5645436867109
+ 33
+0.0
+  0
+SOLID
+  5
+130C6
+330
+12EE4
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+1358.288564587729
+ 20
+666.7645393834586
+ 30
+0.0
+ 11
+1414.888568136234
+ 21
+666.7645393834586
+ 31
+0.0
+ 12
+1360.088564587729
+ 22
+668.5645393834586
+ 32
+0.0
+ 13
+1413.088564119457
+ 23
+668.5645434002362
+ 33
+0.0
+  0
+SOLID
+  5
+130C7
+330
+12EE4
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+1414.888564119457
+ 20
+666.7645434002363
+ 30
+230.4
+ 11
+1413.088564119457
+ 21
+668.5645434002362
+ 31
+230.4
+ 12
+1414.888569765334
+ 22
+693.3645436867102
+ 32
+230.4
+ 13
+1413.088564119457
+ 23
+691.5645436867109
+ 33
+230.4
+  0
+LWPOLYLINE
+  5
+130C8
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 38
+230.4
+ 10
+1358.288563072415
+ 20
+693.3645475506217
+ 10
+1414.888559699108
+ 20
+693.3645475506217
+ 10
+1414.888565453114
+ 20
+666.7645485183067
+ 10
+1358.28856882642
+ 20
+666.7645485183067
+  0
+TEXT
+  5
+130C9
+330
+12EE4
+100
+AcDbEntity
+  8
+TEXTE
+ 62
+     7
+100
+AcDbText
+ 10
+1240.288562523588
+ 20
+683.0212552154717
+ 30
+0.0
+ 40
+8.0
+  1
+FV7201
+100
+AcDbText
+  0
+SOLID
+  5
+130CA
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbTrace
+ 10
+1233.088569142432
+ 20
+692.564551986517
+ 30
+0.0
+ 11
+1233.088569142432
+ 21
+669.5645520941844
+ 31
+0.0
+ 12
+1286.088568646128
+ 22
+692.564551986517
+ 32
+0.0
+ 13
+1286.088568646128
+ 23
+669.5645517000423
+ 33
+0.0
+  0
+SOLID
+  5
+130CB
+330
+12EE4
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+1233.088569142432
+ 20
+692.564551986517
+ 30
+230.4
+ 11
+1286.088568646128
+ 21
+692.564551986517
+ 31
+230.4
+ 12
+1231.288569142431
+ 22
+694.3645519865165
+ 32
+230.4
+ 13
+1287.888565769128
+ 23
+694.3645434636644
+ 33
+230.4
+  0
+SOLID
+  5
+130CC
+330
+12EE4
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+1231.288569142431
+ 20
+667.7645520941843
+ 30
+0.0
+ 11
+1233.088569142432
+ 21
+669.5645520941844
+ 31
+0.0
+ 12
+1231.288569142431
+ 22
+694.3645519865165
+ 32
+0.0
+ 13
+1233.088569142432
+ 23
+692.564551986517
+ 33
+0.0
+  0
+SOLID
+  5
+130CD
+330
+12EE4
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+1231.288569114401
+ 20
+667.7645476832648
+ 30
+0.0
+ 11
+1287.888572662907
+ 21
+667.7645476832648
+ 31
+0.0
+ 12
+1233.088569114401
+ 22
+669.5645476832647
+ 32
+0.0
+ 13
+1286.088568646128
+ 23
+669.5645517000423
+ 33
+0.0
+  0
+SOLID
+  5
+130CE
+330
+12EE4
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+1287.888568646129
+ 20
+667.7645517000423
+ 30
+230.4
+ 11
+1286.088568646128
+ 21
+669.5645517000423
+ 31
+230.4
+ 12
+1287.888574292006
+ 22
+694.3645519865165
+ 32
+230.4
+ 13
+1286.088568646128
+ 23
+692.564551986517
+ 33
+230.4
+  0
+LWPOLYLINE
+  5
+130CF
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 38
+230.4
+ 10
+1231.288567599087
+ 20
+694.3645558504279
+ 10
+1287.888564225781
+ 20
+694.3645558504279
+ 10
+1287.888569979786
+ 20
+667.7645568181128
+ 10
+1231.288573353092
+ 20
+667.7645568181128
+  0
+INSERT
+  5
+130D0
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Jbutton
+ 10
+1239.288562523588
+ 20
+672.6446879693242
+ 30
+0.0
+ 41
+16.0
+ 42
+8.0
+ 43
+16.0
+  0
+ATTRIB
+  5
+130D1
+330
+130D0
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1239.288562523588
+ 20
+672.6446879693242
+ 30
+0.0
+ 40
+0.8000000000000001
+  1
+FV7201=0
+ 41
+1.999999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COMMANDE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+130D2
+330
+130D0
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1239.288562523588
+ 20
+672.6446879693242
+ 30
+0.0
+ 40
+0.8000000000000001
+  1
+FV7201
+ 41
+1.999999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+130D3
+330
+130D0
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1239.288562523588
+ 20
+672.6446879693242
+ 30
+0.0
+ 40
+0.8000000000000001
+  1
+7
+ 41
+1.999999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+130D4
+330
+130D0
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1239.288562523588
+ 20
+672.6446879693242
+ 30
+0.0
+ 40
+0.8000000000000001
+  1
+12
+ 41
+1.999999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+130D5
+330
+130D0
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1239.288562523588
+ 20
+672.6446879693242
+ 30
+0.0
+ 40
+0.8000000000000001
+  1
+1
+ 41
+1.999999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CONFIRM
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+130D6
+330
+130D0
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1239.288562523588
+ 20
+672.6446879693242
+ 30
+0.0
+ 40
+0.8000000000000001
+  1
+Ouvrir la vanne FV7201 ?
+ 41
+1.999999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+130D7
+330
+130D0
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1239.288562523588
+ 20
+672.6446879693242
+ 30
+0.0
+ 40
+0.8000000000000001
+  1
+Ouvrir la vanne FV7201 ?
+ 41
+1.999999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+130D8
+330
+130D0
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1239.288562523588
+ 20
+672.6446879693242
+ 30
+0.0
+ 40
+0.8000000000000001
+  1
+O
+ 41
+1.999999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+TEXTE
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+130D9
+330
+130D0
+100
+AcDbEntity
+  8
+0
+  0
+INSERT
+  5
+130DA
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Jbutton
+ 10
+1263.288562523588
+ 20
+672.6446879693242
+ 30
+0.0
+ 41
+16.0
+ 42
+8.0
+ 43
+16.0
+  0
+ATTRIB
+  5
+130DB
+330
+130DA
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1263.288562523588
+ 20
+672.6446879693242
+ 30
+0.0
+ 40
+0.8000000000000001
+  1
+FV7201=1
+ 41
+1.999999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COMMANDE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+130DC
+330
+130DA
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1263.288562523588
+ 20
+672.6446879693242
+ 30
+0.0
+ 40
+0.8000000000000001
+  1
+FV7201
+ 41
+1.999999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+130DD
+330
+130DA
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1263.288562523588
+ 20
+672.6446879693242
+ 30
+0.0
+ 40
+0.8000000000000001
+  1
+10
+ 41
+1.999999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+130DE
+330
+130DA
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1263.288562523588
+ 20
+672.6446879693242
+ 30
+0.0
+ 40
+0.8000000000000001
+  1
+7
+ 41
+1.999999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+130DF
+330
+130DA
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1263.288562523588
+ 20
+672.6446879693242
+ 30
+0.0
+ 40
+0.8000000000000001
+  1
+1
+ 41
+1.999999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CONFIRM
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+130E0
+330
+130DA
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1263.288562523588
+ 20
+672.6446879693242
+ 30
+0.0
+ 40
+0.8000000000000001
+  1
+Fermer la vanne FV7201 ?
+ 41
+1.999999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+130E1
+330
+130DA
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1263.288562523588
+ 20
+672.6446879693242
+ 30
+0.0
+ 40
+0.8000000000000001
+  1
+
+ 41
+1.999999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+130E2
+330
+130DA
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1263.288562523588
+ 20
+672.6446879693242
+ 30
+0.0
+ 40
+0.8000000000000001
+  1
+C
+ 41
+1.999999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+TEXTE
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+130E3
+330
+130DA
+100
+AcDbEntity
+  8
+0
+  0
+TEXT
+  5
+130E4
+330
+12EE4
+100
+AcDbEntity
+  8
+TEXTE
+ 62
+     7
+100
+AcDbText
+ 10
+1110.088568646129
+ 20
+437.0212552154717
+ 30
+0.0
+ 40
+8.0
+  1
+LCV7201
+100
+AcDbText
+  0
+INSERT
+  5
+130E5
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Valnum
+ 10
+1111.088568646128
+ 20
+424.6690354638302
+ 30
+0.0
+ 41
+1.199999999999999
+ 42
+1.199999999999999
+ 43
+1.5
+  0
+ATTRIB
+  5
+130E6
+330
+130E5
+100
+AcDbEntity
+  8
+IMG027
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1163.888568646129
+ 20
+424.6690354638302
+ 30
+0.0
+ 40
+9.599999999999999
+  1
+LCV7201
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+130E7
+330
+130E5
+100
+AcDbEntity
+  8
+IMG027
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1163.888568646129
+ 20
+424.6690354638302
+ 30
+0.0
+ 40
+9.599999999999999
+  1
+14
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+130E8
+330
+130E5
+100
+AcDbEntity
+  8
+IMG027
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1163.888568646129
+ 20
+424.6690354638302
+ 30
+0.0
+ 40
+9.599999999999999
+  1
+0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+130E9
+330
+130E5
+100
+AcDbEntity
+  8
+0
+  0
+TEXT
+  5
+130EA
+330
+12EE4
+100
+AcDbEntity
+  8
+TEXTE
+ 62
+     2
+100
+AcDbText
+ 10
+1144.088568646129
+ 20
+425.5645519865169
+ 30
+0.0
+ 40
+8.0
+  1
+%
+100
+AcDbText
+  0
+SOLID
+  5
+130EB
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbTrace
+ 10
+1106.088569142431
+ 20
+446.5645519865168
+ 30
+0.0
+ 11
+1106.088569142431
+ 21
+423.5645520941843
+ 31
+0.0
+ 12
+1159.088568646128
+ 22
+446.5645519865168
+ 32
+0.0
+ 13
+1159.088568646128
+ 23
+423.5645517000423
+ 33
+0.0
+  0
+SOLID
+  5
+130EC
+330
+12EE4
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+1106.088569142431
+ 20
+446.5645519865168
+ 30
+230.4
+ 11
+1159.088568646128
+ 21
+446.5645519865168
+ 31
+230.4
+ 12
+1104.288569142431
+ 22
+448.3645519865165
+ 32
+230.4
+ 13
+1160.888565769128
+ 23
+448.3645434636646
+ 33
+230.4
+  0
+SOLID
+  5
+130ED
+330
+12EE4
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+1104.288569142431
+ 20
+421.7645520941843
+ 30
+0.0
+ 11
+1106.088569142431
+ 21
+423.5645520941843
+ 31
+0.0
+ 12
+1104.288569142431
+ 22
+448.3645519865165
+ 32
+0.0
+ 13
+1106.088569142431
+ 23
+446.5645519865168
+ 33
+0.0
+  0
+SOLID
+  5
+130EE
+330
+12EE4
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+1104.288569114401
+ 20
+421.7645476832648
+ 30
+0.0
+ 11
+1160.888572662907
+ 21
+421.7645476832648
+ 31
+0.0
+ 12
+1106.088569114401
+ 22
+423.5645476832647
+ 32
+0.0
+ 13
+1159.088568646128
+ 23
+423.5645517000423
+ 33
+0.0
+  0
+SOLID
+  5
+130EF
+330
+12EE4
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+1160.888568646129
+ 20
+421.7645517000423
+ 30
+230.4
+ 11
+1159.088568646128
+ 21
+423.5645517000423
+ 31
+230.4
+ 12
+1160.888574292006
+ 22
+448.3645519865165
+ 32
+230.4
+ 13
+1159.088568646128
+ 23
+446.5645519865168
+ 33
+230.4
+  0
+LWPOLYLINE
+  5
+130F0
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 38
+230.4
+ 10
+1104.288567599087
+ 20
+448.3645558504278
+ 10
+1160.888564225781
+ 20
+448.3645558504278
+ 10
+1160.888569979786
+ 20
+421.7645568181128
+ 10
+1104.288573353092
+ 20
+421.7645568181128
+  0
+INSERT
+  5
+130F1
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+     9
+100
+AcDbBlockReference
+ 66
+     1
+  2
+palet
+ 10
+1143.410290293702
+ 20
+398.4567528509674
+ 30
+-43.19142612716809
+  0
+ATTRIB
+  5
+130F2
+330
+130F1
+100
+AcDbEntity
+  8
+IMG009
+ 62
+     9
+100
+AcDbText
+ 10
+1143.410290293702
+ 20
+398.4567528509674
+ 30
+-43.19142612716809
+ 40
+8.0
+  1
+LCV7201=0[0]
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+130F3
+330
+130F1
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1143.410290293702
+ 20
+398.4567528509674
+ 30
+-43.19142612716809
+ 40
+6.0
+  1
+58
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+130F4
+330
+130F1
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1143.410290293702
+ 20
+398.4567528509674
+ 30
+-43.19142612716809
+ 40
+8.0
+  1
+12
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+130F5
+330
+130F1
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1143.410290293702
+ 20
+398.4567528509674
+ 30
+-43.19142612716809
+ 40
+8.0
+  1
+
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+130F6
+330
+130F1
+100
+AcDbEntity
+  8
+0
+  0
+INSERT
+  5
+130F7
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+     9
+100
+AcDbBlockReference
+ 66
+     1
+  2
+palet
+ 10
+1149.41029520044
+ 20
+398.484380610852
+ 30
+-86.38285225433618
+  0
+ATTRIB
+  5
+130F8
+330
+130F7
+100
+AcDbEntity
+  8
+IMG009
+ 62
+     9
+100
+AcDbText
+ 10
+1149.41029520044
+ 20
+398.484380610852
+ 30
+-86.38285225433618
+ 40
+8.0
+  1
+LCV7201#0[0]
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+130F9
+330
+130F7
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1149.41029520044
+ 20
+398.484380610852
+ 30
+-86.38285225433618
+ 40
+6.0
+  1
+58
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+130FA
+330
+130F7
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1149.41029520044
+ 20
+398.484380610852
+ 30
+-86.38285225433618
+ 40
+8.0
+  1
+10
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+130FB
+330
+130F7
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1149.41029520044
+ 20
+398.484380610852
+ 30
+-86.38285225433618
+ 40
+8.0
+  1
+
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+130FC
+330
+130F7
+100
+AcDbEntity
+  8
+0
+  0
+SOLID
+  5
+130FD
+330
+12EE4
+100
+AcDbEntity
+  8
+INSTRUM
+ 62
+     0
+380
+     2
+100
+AcDbTrace
+ 10
+1863.697703343631
+ 20
+738.6804602713333
+ 30
+0.0
+ 11
+1608.056565835112
+ 21
+738.6591877019919
+ 31
+0.0
+ 12
+1863.665259261055
+ 22
+816.7568089005321
+ 32
+0.0
+ 13
+1608.054809679667
+ 23
+816.7568428748657
+ 33
+0.0
+  0
+SOLID
+  5
+130FE
+330
+12EE4
+100
+AcDbEntity
+  8
+INSTRUM
+ 62
+     7
+100
+AcDbTrace
+ 10
+1608.054656934463
+ 20
+738.6591875431474
+ 30
+-20.50134022301743
+ 11
+1863.695794442982
+ 21
+738.6804601124885
+ 31
+-20.50134022301743
+ 12
+1599.842261631868
+ 22
+732.2737912927951
+ 32
+-20.50134022301743
+ 13
+1871.941139775004
+ 23
+732.2737912927951
+ 33
+-20.50134022301743
+ 39
+20.50134022301743
+  0
+TEXT
+  5
+130FF
+330
+12EE4
+100
+AcDbEntity
+  8
+INSTRUM
+ 62
+     7
+420
+ 16777215
+100
+AcDbText
+ 10
+1652.954139712821
+ 20
+775.8316525166375
+ 30
+49.20321653524187
+ 40
+30.75201033452616
+  1
+ESS-SAF
+  7
+GRAS
+100
+AcDbText
+  0
+LINE
+  5
+13100
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1599.828483069954
+ 20
+732.2737912927951
+ 30
+0.0
+ 11
+1871.954918336918
+ 21
+732.2737912927952
+ 31
+0.0
+  0
+SOLID
+  5
+13101
+330
+12EE4
+100
+AcDbEntity
+  8
+INSTRUM
+ 62
+     8
+380
+     2
+100
+AcDbTrace
+ 10
+1599.886322934826
+ 20
+824.6301914278687
+ 30
+0.0
+ 11
+1608.118140811048
+ 21
+816.7568081035152
+ 31
+0.0
+ 12
+1599.842261631868
+ 22
+732.2737912927951
+ 32
+0.0
+ 13
+1608.056565835112
+ 23
+738.6591877019919
+ 33
+0.0
+  0
+LINE
+  5
+13102
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1599.842266736273
+ 20
+732.2844905769021
+ 30
+0.0
+ 11
+1599.828481673395
+ 21
+824.6443022425475
+ 31
+0.0
+  0
+LINE
+  5
+13103
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1599.828483069954
+ 20
+732.2737912927951
+ 30
+0.0
+ 11
+1608.054660607148
+ 21
+738.6591903987753
+ 31
+0.0
+  0
+TEXT
+  5
+13104
+330
+12EE4
+100
+AcDbEntity
+  8
+INSTRUM
+ 62
+     7
+420
+ 16777215
+100
+AcDbText
+ 10
+1634.899195380884
+ 20
+752.3501971220268
+ 30
+49.20321653524187
+ 40
+17.0
+  1
+LN2 - Boite à vannes
+  7
+GRAS
+100
+AcDbText
+  0
+SOLID
+  5
+13105
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1672.912447528142
+ 20
+540.6446928496783
+ 30
+0.0
+ 11
+1672.912447528142
+ 21
+544.0133828545294
+ 31
+0.0
+ 12
+1681.914207922025
+ 22
+540.6446928969927
+ 32
+0.0
+ 13
+1681.914207922025
+ 23
+544.015497631284
+ 33
+0.0
+  0
+SOLID
+  5
+13106
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1654.912447528142
+ 20
+540.6446928496783
+ 30
+0.0
+ 11
+1654.912447528142
+ 21
+544.0133828545294
+ 31
+0.0
+ 12
+1663.914207922025
+ 22
+540.6446928969927
+ 32
+0.0
+ 13
+1663.914207922025
+ 23
+544.015497631284
+ 33
+0.0
+  0
+SOLID
+  5
+13107
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1690.912447528142
+ 20
+540.6446928496783
+ 30
+0.0
+ 11
+1690.912447528142
+ 21
+544.0133828545294
+ 31
+0.0
+ 12
+1699.914207922025
+ 22
+540.6446928969927
+ 32
+0.0
+ 13
+1699.914207922025
+ 23
+544.015497631284
+ 33
+0.0
+  0
+SOLID
+  5
+13108
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1690.912411869598
+ 20
+540.6447235658039
+ 30
+0.0
+ 11
+1690.912411869598
+ 21
+544.0134135706549
+ 31
+0.0
+ 12
+1699.91417226348
+ 22
+540.6447236131183
+ 32
+0.0
+ 13
+1699.91417226348
+ 23
+544.0155283474096
+ 33
+0.0
+  0
+LINE
+  5
+13109
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1690.912411869598
+ 20
+544.0134135706549
+ 30
+0.0
+ 11
+1699.91417226348
+ 21
+544.0134135706549
+ 31
+0.0
+  0
+LINE
+  5
+1310A
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1699.91417226348
+ 20
+544.0134135706549
+ 30
+0.0
+ 11
+1699.91417226348
+ 21
+540.6447236131183
+ 31
+0.0
+  0
+LINE
+  5
+1310B
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1699.91417226348
+ 20
+540.6447236131183
+ 30
+0.0
+ 11
+1690.912411869598
+ 21
+540.6447235658039
+ 31
+0.0
+  0
+LINE
+  5
+1310C
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1690.912411869598
+ 20
+540.6447235658039
+ 30
+0.0
+ 11
+1690.912411869598
+ 21
+544.0134135706549
+ 31
+0.0
+  0
+SOLID
+  5
+1310D
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1672.912411869598
+ 20
+540.6447235658039
+ 30
+0.0
+ 11
+1672.912411869598
+ 21
+544.0134135706549
+ 31
+0.0
+ 12
+1681.91417226348
+ 22
+540.6447236131183
+ 32
+0.0
+ 13
+1681.91417226348
+ 23
+544.0155283474096
+ 33
+0.0
+  0
+LINE
+  5
+1310E
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1672.912411869598
+ 20
+544.0134135706549
+ 30
+0.0
+ 11
+1681.91417226348
+ 21
+544.0134135706549
+ 31
+0.0
+  0
+LINE
+  5
+1310F
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1681.91417226348
+ 20
+544.0134135706549
+ 30
+0.0
+ 11
+1681.91417226348
+ 21
+540.6447236131183
+ 31
+0.0
+  0
+LINE
+  5
+13110
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1681.91417226348
+ 20
+540.6447236131183
+ 30
+0.0
+ 11
+1672.912411869598
+ 21
+540.6447235658039
+ 31
+0.0
+  0
+LINE
+  5
+13111
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1672.912411869598
+ 20
+540.6447235658039
+ 30
+0.0
+ 11
+1672.912411869598
+ 21
+544.0134135706549
+ 31
+0.0
+  0
+SOLID
+  5
+13112
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1654.912411869598
+ 20
+540.6447235658039
+ 30
+0.0
+ 11
+1654.912411869598
+ 21
+544.0134135706549
+ 31
+0.0
+ 12
+1663.914172263481
+ 22
+540.6447236131183
+ 32
+0.0
+ 13
+1663.914172263481
+ 23
+544.0155283474096
+ 33
+0.0
+  0
+LINE
+  5
+13113
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1654.912411869598
+ 20
+544.0134135706549
+ 30
+0.0
+ 11
+1663.914172263481
+ 21
+544.0134135706549
+ 31
+0.0
+  0
+LINE
+  5
+13114
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1663.914172263481
+ 20
+544.0134135706549
+ 30
+0.0
+ 11
+1663.914172263481
+ 21
+540.6447236131183
+ 31
+0.0
+  0
+LINE
+  5
+13115
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1663.914172263481
+ 20
+540.6447236131183
+ 30
+0.0
+ 11
+1654.912411869598
+ 21
+540.6447235658039
+ 31
+0.0
+  0
+LINE
+  5
+13116
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1654.912411869598
+ 20
+540.6447235658039
+ 30
+0.0
+ 11
+1654.912411869598
+ 21
+544.0134135706549
+ 31
+0.0
+  0
+SOLID
+  5
+13117
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1628.912413327488
+ 20
+540.6447235658039
+ 30
+0.0
+ 11
+1628.912413327488
+ 21
+544.0134135706549
+ 31
+0.0
+ 12
+1645.914172263481
+ 22
+540.6447236131183
+ 32
+0.0
+ 13
+1645.914172263481
+ 23
+544.0155283474096
+ 33
+0.0
+  0
+SOLID
+  5
+13118
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1672.912448770571
+ 20
+548.6446877950578
+ 30
+0.0
+ 11
+1672.912448770571
+ 21
+552.0133777999088
+ 31
+0.0
+ 12
+1681.914209164453
+ 22
+548.6446878423723
+ 32
+0.0
+ 13
+1681.914209164453
+ 23
+552.0154925766632
+ 33
+0.0
+  0
+SOLID
+  5
+13119
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1654.912448770571
+ 20
+548.6446877950578
+ 30
+0.0
+ 11
+1654.912448770571
+ 21
+552.0133777999088
+ 31
+0.0
+ 12
+1663.914209164453
+ 22
+548.6446878423723
+ 32
+0.0
+ 13
+1663.914209164453
+ 23
+552.0154925766632
+ 33
+0.0
+  0
+SOLID
+  5
+1311A
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1620.912413327487
+ 20
+548.6446877950578
+ 30
+0.0
+ 11
+1620.912413327487
+ 21
+552.0133777999088
+ 31
+0.0
+ 12
+1645.914209164453
+ 22
+548.6446878423723
+ 32
+0.0
+ 13
+1645.914209164453
+ 23
+552.0154925766632
+ 33
+0.0
+  0
+SOLID
+  5
+1311B
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1690.912448770571
+ 20
+548.6446877950578
+ 30
+0.0
+ 11
+1690.912448770571
+ 21
+552.0133777999088
+ 31
+0.0
+ 12
+1699.914209164453
+ 22
+548.6446878423723
+ 32
+0.0
+ 13
+1699.914209164453
+ 23
+552.0154925766632
+ 33
+0.0
+  0
+SOLID
+  5
+1311C
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1690.912413112026
+ 20
+548.6447185111834
+ 30
+0.0
+ 11
+1690.912413112026
+ 21
+552.0134085160345
+ 31
+0.0
+ 12
+1699.914173505909
+ 22
+548.6447185584978
+ 32
+0.0
+ 13
+1699.914173505909
+ 23
+552.015523292789
+ 33
+0.0
+  0
+LINE
+  5
+1311D
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1690.912413112026
+ 20
+552.0134085160345
+ 30
+0.0
+ 11
+1699.914173505909
+ 21
+552.0134085160345
+ 31
+0.0
+  0
+LINE
+  5
+1311E
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1699.914173505909
+ 20
+552.0134085160345
+ 30
+0.0
+ 11
+1699.914173505909
+ 21
+548.6447185584978
+ 31
+0.0
+  0
+LINE
+  5
+1311F
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1699.914173505909
+ 20
+548.6447185584978
+ 30
+0.0
+ 11
+1690.912413112026
+ 21
+548.6447185111834
+ 31
+0.0
+  0
+LINE
+  5
+13120
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1690.912413112026
+ 20
+548.6447185111834
+ 30
+0.0
+ 11
+1690.912413112026
+ 21
+552.0134085160345
+ 31
+0.0
+  0
+SOLID
+  5
+13121
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1672.912413112026
+ 20
+548.6447185111834
+ 30
+0.0
+ 11
+1672.912413112026
+ 21
+552.0134085160345
+ 31
+0.0
+ 12
+1681.914173505909
+ 22
+548.6447185584978
+ 32
+0.0
+ 13
+1681.914173505909
+ 23
+552.015523292789
+ 33
+0.0
+  0
+LINE
+  5
+13122
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1672.912413112026
+ 20
+552.0134085160345
+ 30
+0.0
+ 11
+1681.914173505909
+ 21
+552.0134085160345
+ 31
+0.0
+  0
+LINE
+  5
+13123
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1681.914173505909
+ 20
+552.0134085160345
+ 30
+0.0
+ 11
+1681.914173505909
+ 21
+548.6447185584978
+ 31
+0.0
+  0
+LINE
+  5
+13124
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1681.914173505909
+ 20
+548.6447185584978
+ 30
+0.0
+ 11
+1672.912413112026
+ 21
+548.6447185111834
+ 31
+0.0
+  0
+LINE
+  5
+13125
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1672.912413112026
+ 20
+548.6447185111834
+ 30
+0.0
+ 11
+1672.912413112026
+ 21
+552.0134085160345
+ 31
+0.0
+  0
+SOLID
+  5
+13126
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1654.912413112026
+ 20
+548.6447185111834
+ 30
+0.0
+ 11
+1654.912413112026
+ 21
+552.0134085160345
+ 31
+0.0
+ 12
+1663.914173505909
+ 22
+548.6447185584978
+ 32
+0.0
+ 13
+1663.914173505909
+ 23
+552.015523292789
+ 33
+0.0
+  0
+LINE
+  5
+13127
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1654.912413112026
+ 20
+552.0134085160345
+ 30
+0.0
+ 11
+1663.914173505909
+ 21
+552.0134085160345
+ 31
+0.0
+  0
+LINE
+  5
+13128
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1663.914173505909
+ 20
+552.0134085160345
+ 30
+0.0
+ 11
+1663.914173505909
+ 21
+548.6447185584978
+ 31
+0.0
+  0
+LINE
+  5
+13129
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1663.914173505909
+ 20
+548.6447185584978
+ 30
+0.0
+ 11
+1654.912413112026
+ 21
+548.6447185111834
+ 31
+0.0
+  0
+LINE
+  5
+1312A
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1654.912413112026
+ 20
+548.6447185111834
+ 30
+0.0
+ 11
+1654.912413112026
+ 21
+552.0134085160345
+ 31
+0.0
+  0
+SOLID
+  5
+1312B
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+    11
+100
+AcDbTrace
+ 10
+1612.912413327488
+ 20
+556.644689519457
+ 30
+0.0
+ 11
+1612.912413327488
+ 21
+560.0133795243078
+ 31
+0.0
+ 12
+1645.914176809925
+ 22
+556.6446895667714
+ 32
+0.0
+ 13
+1645.914176809925
+ 23
+560.0154943010624
+ 33
+0.0
+  0
+SOLID
+  5
+1312C
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+    11
+100
+AcDbTrace
+ 10
+1654.91540431331
+ 20
+556.644689519457
+ 30
+0.0
+ 11
+1654.91540431331
+ 21
+560.0133795243078
+ 31
+0.0
+ 12
+1663.917164707194
+ 22
+556.6446895667714
+ 32
+0.0
+ 13
+1663.917164707194
+ 23
+560.0154943010624
+ 33
+0.0
+  0
+LINE
+  5
+1312D
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1654.91540431331
+ 20
+560.0133795243078
+ 30
+0.0
+ 11
+1654.915404331017
+ 21
+556.6447202355828
+ 31
+0.0
+  0
+LINE
+  5
+1312E
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1654.91540431331
+ 20
+560.0133795243078
+ 30
+0.0
+ 11
+1663.917164707194
+ 21
+560.0154943010624
+ 31
+0.0
+  0
+LINE
+  5
+1312F
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1663.917129048649
+ 20
+560.0155250171881
+ 30
+0.0
+ 11
+1663.917129048649
+ 21
+556.6447202828968
+ 31
+0.0
+  0
+LINE
+  5
+13130
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1663.917129048649
+ 20
+556.6447202828968
+ 30
+0.0
+ 11
+1654.915404331017
+ 21
+556.644720235583
+ 31
+0.0
+  0
+SOLID
+  5
+13131
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+    11
+100
+AcDbTrace
+ 10
+1672.91540431331
+ 20
+556.644689519457
+ 30
+0.0
+ 11
+1672.91540431331
+ 21
+560.0133795243078
+ 31
+0.0
+ 12
+1681.917164707193
+ 22
+556.6446895667714
+ 32
+0.0
+ 13
+1681.917164707193
+ 23
+560.0154943010624
+ 33
+0.0
+  0
+LINE
+  5
+13132
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1672.91540431331
+ 20
+560.0133795243078
+ 30
+0.0
+ 11
+1672.915404331017
+ 21
+556.6447202355828
+ 31
+0.0
+  0
+LINE
+  5
+13133
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1672.91540431331
+ 20
+560.0133795243078
+ 30
+0.0
+ 11
+1681.917164707193
+ 21
+560.0154943010624
+ 31
+0.0
+  0
+LINE
+  5
+13134
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1681.917129048649
+ 20
+560.0155250171881
+ 30
+0.0
+ 11
+1681.917129048649
+ 21
+556.6447202828968
+ 31
+0.0
+  0
+LINE
+  5
+13135
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1681.917129048649
+ 20
+556.6447202828968
+ 30
+0.0
+ 11
+1672.915404331017
+ 21
+556.644720235583
+ 31
+0.0
+  0
+SOLID
+  5
+13136
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+    11
+100
+AcDbTrace
+ 10
+1690.915404313311
+ 20
+556.644689519457
+ 30
+0.0
+ 11
+1690.915404313311
+ 21
+560.0133795243078
+ 31
+0.0
+ 12
+1699.917164707194
+ 22
+556.6446895667714
+ 32
+0.0
+ 13
+1699.917164707194
+ 23
+560.0154943010624
+ 33
+0.0
+  0
+LINE
+  5
+13137
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1690.915404313311
+ 20
+560.0133795243078
+ 30
+0.0
+ 11
+1690.915404331017
+ 21
+556.6447202355828
+ 31
+0.0
+  0
+LINE
+  5
+13138
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1690.915404313311
+ 20
+560.0133795243078
+ 30
+0.0
+ 11
+1699.917164707194
+ 21
+560.0154943010624
+ 31
+0.0
+  0
+LINE
+  5
+13139
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1699.91712904865
+ 20
+560.0155250171881
+ 30
+0.0
+ 11
+1699.91712904865
+ 21
+556.6447202828968
+ 31
+0.0
+  0
+LINE
+  5
+1313A
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1699.91712904865
+ 20
+556.6447202828968
+ 30
+0.0
+ 11
+1690.915404331017
+ 21
+556.644720235583
+ 31
+0.0
+  0
+SOLID
+  5
+1313B
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1672.91245120175
+ 20
+564.6446925742682
+ 30
+0.0
+ 11
+1672.91245120175
+ 21
+568.0133825791194
+ 31
+0.0
+ 12
+1681.914211595632
+ 22
+564.6446926215827
+ 32
+0.0
+ 13
+1681.914211595632
+ 23
+568.0154973558739
+ 33
+0.0
+  0
+SOLID
+  5
+1313C
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1654.912451201749
+ 20
+564.6446925742682
+ 30
+0.0
+ 11
+1654.912451201749
+ 21
+568.0133825791194
+ 31
+0.0
+ 12
+1663.914211595632
+ 22
+564.6446926215827
+ 32
+0.0
+ 13
+1663.914211595632
+ 23
+568.0154973558739
+ 33
+0.0
+  0
+SOLID
+  5
+1313D
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1604.912413327487
+ 20
+564.6446925742682
+ 30
+0.0
+ 11
+1604.912413327487
+ 21
+568.0133825791194
+ 31
+0.0
+ 12
+1645.914211595632
+ 22
+564.6446926215827
+ 32
+0.0
+ 13
+1645.914211595632
+ 23
+568.0154973558739
+ 33
+0.0
+  0
+SOLID
+  5
+1313E
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1690.91245120175
+ 20
+564.6446925742682
+ 30
+0.0
+ 11
+1690.91245120175
+ 21
+568.0133825791194
+ 31
+0.0
+ 12
+1699.914211595632
+ 22
+564.6446926215827
+ 32
+0.0
+ 13
+1699.914211595632
+ 23
+568.0154973558739
+ 33
+0.0
+  0
+SOLID
+  5
+1313F
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1690.912415543206
+ 20
+564.6447232903939
+ 30
+0.0
+ 11
+1690.912415543206
+ 21
+568.0134132952449
+ 31
+0.0
+ 12
+1699.914175937088
+ 22
+564.6447233377082
+ 32
+0.0
+ 13
+1699.914175937088
+ 23
+568.0155280719993
+ 33
+0.0
+  0
+LINE
+  5
+13140
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1690.912415543206
+ 20
+568.0134132952449
+ 30
+0.0
+ 11
+1699.914175937088
+ 21
+568.0134132952449
+ 31
+0.0
+  0
+LINE
+  5
+13141
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1699.914175937088
+ 20
+568.0134132952449
+ 30
+0.0
+ 11
+1699.914175937088
+ 21
+564.6447233377082
+ 31
+0.0
+  0
+LINE
+  5
+13142
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1699.914175937088
+ 20
+564.6447233377082
+ 30
+0.0
+ 11
+1690.912415543206
+ 21
+564.6447232903939
+ 31
+0.0
+  0
+LINE
+  5
+13143
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1690.912415543206
+ 20
+564.6447232903939
+ 30
+0.0
+ 11
+1690.912415543206
+ 21
+568.0134132952449
+ 31
+0.0
+  0
+SOLID
+  5
+13144
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1672.912415543205
+ 20
+564.6447232903939
+ 30
+0.0
+ 11
+1672.912415543205
+ 21
+568.0134132952449
+ 31
+0.0
+ 12
+1681.914175937088
+ 22
+564.6447233377082
+ 32
+0.0
+ 13
+1681.914175937088
+ 23
+568.0155280719993
+ 33
+0.0
+  0
+LINE
+  5
+13145
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1672.912415543205
+ 20
+568.0134132952449
+ 30
+0.0
+ 11
+1681.914175937088
+ 21
+568.0134132952449
+ 31
+0.0
+  0
+LINE
+  5
+13146
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1681.914175937088
+ 20
+568.0134132952449
+ 30
+0.0
+ 11
+1681.914175937088
+ 21
+564.6447233377082
+ 31
+0.0
+  0
+LINE
+  5
+13147
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1681.914175937088
+ 20
+564.6447233377082
+ 30
+0.0
+ 11
+1672.912415543205
+ 21
+564.6447232903939
+ 31
+0.0
+  0
+LINE
+  5
+13148
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1672.912415543205
+ 20
+564.6447232903939
+ 30
+0.0
+ 11
+1672.912415543205
+ 21
+568.0134132952449
+ 31
+0.0
+  0
+SOLID
+  5
+13149
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1654.912415543205
+ 20
+564.6447232903939
+ 30
+0.0
+ 11
+1654.912415543205
+ 21
+568.0134132952449
+ 31
+0.0
+ 12
+1663.914175937088
+ 22
+564.6447233377082
+ 32
+0.0
+ 13
+1663.914175937088
+ 23
+568.0155280719993
+ 33
+0.0
+  0
+LINE
+  5
+1314A
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1654.912415543205
+ 20
+568.0134132952449
+ 30
+0.0
+ 11
+1663.914175937088
+ 21
+568.0134132952449
+ 31
+0.0
+  0
+LINE
+  5
+1314B
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1663.914175937088
+ 20
+568.0134132952449
+ 30
+0.0
+ 11
+1663.914175937088
+ 21
+564.6447233377082
+ 31
+0.0
+  0
+LINE
+  5
+1314C
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1663.914175937088
+ 20
+564.6447233377082
+ 30
+0.0
+ 11
+1654.912415543205
+ 21
+564.6447232903939
+ 31
+0.0
+  0
+LINE
+  5
+1314D
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1654.912415543205
+ 20
+564.6447232903939
+ 30
+0.0
+ 11
+1654.912415543205
+ 21
+568.0134132952449
+ 31
+0.0
+  0
+SOLID
+  5
+1314E
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1672.912452934268
+ 20
+572.6446876435956
+ 30
+0.0
+ 11
+1672.912452934268
+ 21
+576.0133776484467
+ 31
+0.0
+ 12
+1681.91421332815
+ 22
+572.6446876909102
+ 32
+0.0
+ 13
+1681.91421332815
+ 23
+576.0154924252012
+ 33
+0.0
+  0
+SOLID
+  5
+1314F
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1654.912452934268
+ 20
+572.6446876435956
+ 30
+0.0
+ 11
+1654.912452934268
+ 21
+576.0133776484467
+ 31
+0.0
+ 12
+1663.91421332815
+ 22
+572.6446876909102
+ 32
+0.0
+ 13
+1663.91421332815
+ 23
+576.0154924252012
+ 33
+0.0
+  0
+SOLID
+  5
+13150
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1690.912452934268
+ 20
+572.6446876435956
+ 30
+0.0
+ 11
+1690.912452934268
+ 21
+576.0133776484467
+ 31
+0.0
+ 12
+1699.91421332815
+ 22
+572.6446876909102
+ 32
+0.0
+ 13
+1699.91421332815
+ 23
+576.0154924252012
+ 33
+0.0
+  0
+SOLID
+  5
+13151
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1690.912417275723
+ 20
+572.6447183597214
+ 30
+0.0
+ 11
+1690.912417275723
+ 21
+576.0134083645723
+ 31
+0.0
+ 12
+1699.914177669606
+ 22
+572.6447184070357
+ 32
+0.0
+ 13
+1699.914177669606
+ 23
+576.015523141327
+ 33
+0.0
+  0
+LINE
+  5
+13152
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1690.912417275723
+ 20
+576.0134083645723
+ 30
+0.0
+ 11
+1699.914177669606
+ 21
+576.0134083645723
+ 31
+0.0
+  0
+LINE
+  5
+13153
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1699.914177669606
+ 20
+576.0134083645723
+ 30
+0.0
+ 11
+1699.914177669606
+ 21
+572.6447184070357
+ 31
+0.0
+  0
+LINE
+  5
+13154
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1699.914177669606
+ 20
+572.6447184070357
+ 30
+0.0
+ 11
+1690.912417275723
+ 21
+572.6447183597214
+ 31
+0.0
+  0
+LINE
+  5
+13155
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1690.912417275723
+ 20
+572.6447183597214
+ 30
+0.0
+ 11
+1690.912417275723
+ 21
+576.0134083645723
+ 31
+0.0
+  0
+SOLID
+  5
+13156
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1672.912417275723
+ 20
+572.6447183597214
+ 30
+0.0
+ 11
+1672.912417275723
+ 21
+576.0134083645723
+ 31
+0.0
+ 12
+1681.914177669606
+ 22
+572.6447184070357
+ 32
+0.0
+ 13
+1681.914177669606
+ 23
+576.015523141327
+ 33
+0.0
+  0
+LINE
+  5
+13157
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1672.912417275723
+ 20
+576.0134083645723
+ 30
+0.0
+ 11
+1681.914177669606
+ 21
+576.0134083645723
+ 31
+0.0
+  0
+LINE
+  5
+13158
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1681.914177669606
+ 20
+576.0134083645723
+ 30
+0.0
+ 11
+1681.914177669606
+ 21
+572.6447184070357
+ 31
+0.0
+  0
+LINE
+  5
+13159
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1681.914177669606
+ 20
+572.6447184070357
+ 30
+0.0
+ 11
+1672.912417275723
+ 21
+572.6447183597214
+ 31
+0.0
+  0
+LINE
+  5
+1315A
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1672.912417275723
+ 20
+572.6447183597214
+ 30
+0.0
+ 11
+1672.912417275723
+ 21
+576.0134083645723
+ 31
+0.0
+  0
+SOLID
+  5
+1315B
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1654.912417275722
+ 20
+572.6447183597214
+ 30
+0.0
+ 11
+1654.912417275722
+ 21
+576.0134083645723
+ 31
+0.0
+ 12
+1663.914177669606
+ 22
+572.6447184070357
+ 32
+0.0
+ 13
+1663.914177669606
+ 23
+576.015523141327
+ 33
+0.0
+  0
+LINE
+  5
+1315C
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1654.912417275722
+ 20
+576.0134083645723
+ 30
+0.0
+ 11
+1663.914177669606
+ 21
+576.0134083645723
+ 31
+0.0
+  0
+LINE
+  5
+1315D
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1663.914177669606
+ 20
+576.0134083645723
+ 30
+0.0
+ 11
+1663.914177669606
+ 21
+572.6447184070357
+ 31
+0.0
+  0
+LINE
+  5
+1315E
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1663.914177669606
+ 20
+572.6447184070357
+ 30
+0.0
+ 11
+1654.912417275722
+ 21
+572.6447183597214
+ 31
+0.0
+  0
+LINE
+  5
+1315F
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1654.912417275722
+ 20
+572.6447183597214
+ 30
+0.0
+ 11
+1654.912417275722
+ 21
+576.0134083645723
+ 31
+0.0
+  0
+SOLID
+  5
+13160
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1672.912449384804
+ 20
+580.6446834912102
+ 30
+0.0
+ 11
+1672.912449384804
+ 21
+584.0133734960613
+ 31
+0.0
+ 12
+1681.914209778687
+ 22
+580.6446835385247
+ 32
+0.0
+ 13
+1681.914209778687
+ 23
+584.0154882728159
+ 33
+0.0
+  0
+SOLID
+  5
+13161
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1654.912449384804
+ 20
+580.6446834912102
+ 30
+0.0
+ 11
+1654.912449384804
+ 21
+584.0133734960613
+ 31
+0.0
+ 12
+1663.914209778687
+ 22
+580.6446835385247
+ 32
+0.0
+ 13
+1663.914209778687
+ 23
+584.0154882728159
+ 33
+0.0
+  0
+SOLID
+  5
+13162
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1690.912449694731
+ 20
+580.6446834912102
+ 30
+0.0
+ 11
+1690.912449694731
+ 21
+584.0133734960613
+ 31
+0.0
+ 12
+1699.914210088613
+ 22
+580.6446835385247
+ 32
+0.0
+ 13
+1699.914210088613
+ 23
+584.0154882728159
+ 33
+0.0
+  0
+SOLID
+  5
+13163
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1690.912414036187
+ 20
+580.6447142073359
+ 30
+0.0
+ 11
+1690.912414036187
+ 21
+584.0134042121868
+ 31
+0.0
+ 12
+1699.914174430069
+ 22
+580.6447142546502
+ 32
+0.0
+ 13
+1699.914174430069
+ 23
+584.0155189889413
+ 33
+0.0
+  0
+LINE
+  5
+13164
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1690.912414036187
+ 20
+584.0134042121868
+ 30
+0.0
+ 11
+1699.914174430069
+ 21
+584.0134042121868
+ 31
+0.0
+  0
+LINE
+  5
+13165
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1699.914174430069
+ 20
+584.0134042121868
+ 30
+0.0
+ 11
+1699.914174430069
+ 21
+580.6447142546502
+ 31
+0.0
+  0
+LINE
+  5
+13166
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1699.914174430069
+ 20
+580.6447142546502
+ 30
+0.0
+ 11
+1690.912414036187
+ 21
+580.6447142073359
+ 31
+0.0
+  0
+LINE
+  5
+13167
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1690.912414036187
+ 20
+580.6447142073359
+ 30
+0.0
+ 11
+1690.912414036187
+ 21
+584.0134042121868
+ 31
+0.0
+  0
+SOLID
+  5
+13168
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1672.91241372626
+ 20
+580.6447142073359
+ 30
+0.0
+ 11
+1672.91241372626
+ 21
+584.0134042121868
+ 31
+0.0
+ 12
+1681.914174120143
+ 22
+580.6447142546502
+ 32
+0.0
+ 13
+1681.914174120143
+ 23
+584.0155189889413
+ 33
+0.0
+  0
+LINE
+  5
+13169
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1672.91241372626
+ 20
+584.0134042121868
+ 30
+0.0
+ 11
+1681.914174120143
+ 21
+584.0134042121868
+ 31
+0.0
+  0
+LINE
+  5
+1316A
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1681.914174120143
+ 20
+584.0134042121868
+ 30
+0.0
+ 11
+1681.914174120143
+ 21
+580.6447142546502
+ 31
+0.0
+  0
+LINE
+  5
+1316B
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1681.914174120143
+ 20
+580.6447142546502
+ 30
+0.0
+ 11
+1672.91241372626
+ 21
+580.6447142073359
+ 31
+0.0
+  0
+LINE
+  5
+1316C
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1672.91241372626
+ 20
+580.6447142073359
+ 30
+0.0
+ 11
+1672.91241372626
+ 21
+584.0134042121868
+ 31
+0.0
+  0
+SOLID
+  5
+1316D
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1654.91241372626
+ 20
+580.6447142073359
+ 30
+0.0
+ 11
+1654.91241372626
+ 21
+584.0134042121868
+ 31
+0.0
+ 12
+1663.914174120143
+ 22
+580.6447142546502
+ 32
+0.0
+ 13
+1663.914174120143
+ 23
+584.0155189889413
+ 33
+0.0
+  0
+LINE
+  5
+1316E
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1654.91241372626
+ 20
+584.0134042121868
+ 30
+0.0
+ 11
+1663.914174120143
+ 21
+584.0134042121868
+ 31
+0.0
+  0
+LINE
+  5
+1316F
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1663.914174120143
+ 20
+584.0134042121868
+ 30
+0.0
+ 11
+1663.914174120143
+ 21
+580.6447142546502
+ 31
+0.0
+  0
+LINE
+  5
+13170
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1663.914174120143
+ 20
+580.6447142546502
+ 30
+0.0
+ 11
+1654.91241372626
+ 21
+580.6447142073359
+ 31
+0.0
+  0
+LINE
+  5
+13171
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1654.91241372626
+ 20
+580.6447142073359
+ 30
+0.0
+ 11
+1654.91241372626
+ 21
+584.0134042121868
+ 31
+0.0
+  0
+INSERT
+  5
+13172
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Jbutton
+ 10
+1708.912414569916
+ 20
+550.3074386685773
+ 30
+0.0
+ 41
+120.0
+ 42
+32.0
+ 43
+80.0
+  0
+ATTRIB
+  5
+13173
+330
+13172
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1708.912414569916
+ 20
+550.3074386685773
+ 30
+0.0
+ 40
+3.2
+  1
+_F2
+ 41
+3.749999999999998
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COMMANDE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+13174
+330
+13172
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1708.912414569916
+ 20
+550.3074386685773
+ 30
+0.0
+ 40
+3.2
+  1
+
+ 41
+3.749999999999998
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+13175
+330
+13172
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1708.912414569916
+ 20
+550.3074386685773
+ 30
+0.0
+ 40
+3.2
+  1
+8
+ 41
+3.749999999999998
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+13176
+330
+13172
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1708.912414569916
+ 20
+550.3074386685773
+ 30
+0.0
+ 40
+3.2
+  1
+8
+ 41
+3.749999999999998
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+13177
+330
+13172
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1708.912414569916
+ 20
+550.3074386685773
+ 30
+0.0
+ 40
+3.2
+  1
+0
+ 41
+3.749999999999998
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CONFIRM
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+13178
+330
+13172
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1708.912414569916
+ 20
+550.3074386685773
+ 30
+0.0
+ 40
+3.2
+  1
+
+ 41
+3.749999999999998
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+13179
+330
+13172
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1708.912414569916
+ 20
+550.3074386685773
+ 30
+0.0
+ 40
+3.2
+  1
+
+ 41
+3.749999999999998
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1317A
+330
+13172
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1708.912414569916
+ 20
+550.3074386685773
+ 30
+0.0
+ 40
+3.2
+  1
+Vue cryogénie
+ 41
+3.749999999999998
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+TEXTE
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+1317B
+330
+13172
+100
+AcDbEntity
+  8
+0
+  0
+SOLID
+  5
+1317C
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1632.283162715881
+ 20
+414.5467041078275
+ 30
+0.0
+ 11
+1628.914554285244
+ 21
+414.5466896451235
+ 31
+0.0
+ 12
+1632.283218061779
+ 22
+540.6447235658039
+ 32
+0.0
+ 13
+1628.912413327488
+ 23
+540.6447235658039
+ 33
+0.0
+  0
+SOLID
+  5
+1317D
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1624.28327779821
+ 20
+423.6446716204818
+ 30
+0.0
+ 11
+1620.914587793693
+ 21
+423.6446381082179
+ 31
+0.0
+ 12
+1624.283218061779
+ 22
+548.6446877950578
+ 32
+0.0
+ 13
+1620.912413327487
+ 23
+548.6446877950578
+ 33
+0.0
+  0
+SOLID
+  5
+1317E
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+    11
+100
+AcDbTrace
+ 10
+1616.283376096644
+ 20
+481.210657777823
+ 30
+0.0
+ 11
+1612.91468609184
+ 21
+481.2106452352201
+ 31
+0.0
+ 12
+1616.283218061778
+ 22
+556.644689519457
+ 32
+0.0
+ 13
+1612.912413327488
+ 23
+556.644689519457
+ 33
+0.0
+  0
+LINE
+  5
+1317F
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1628.91455418007
+ 20
+414.5528841572895
+ 30
+0.0
+ 11
+1628.912413327488
+ 21
+544.0134135706549
+ 31
+0.0
+  0
+LINE
+  5
+13180
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1628.912413327488
+ 20
+544.0134135706549
+ 30
+0.0
+ 11
+1645.914172263481
+ 21
+544.0134135706549
+ 31
+0.0
+  0
+LINE
+  5
+13181
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1645.914172263481
+ 20
+544.0134135706549
+ 30
+0.0
+ 11
+1645.914172263481
+ 21
+540.6447236131183
+ 31
+0.0
+  0
+LINE
+  5
+13182
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1645.914172263481
+ 20
+540.6447236131183
+ 30
+0.0
+ 11
+1632.283218061779
+ 21
+540.6447235658039
+ 31
+0.0
+  0
+LINE
+  5
+13183
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1632.283218061779
+ 20
+540.6447235658039
+ 30
+0.0
+ 11
+1632.283218074696
+ 21
+411.1758993741146
+ 31
+0.0
+  0
+LINE
+  5
+13184
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1620.914529066343
+ 20
+427.0206030134481
+ 30
+0.0
+ 11
+1620.912413327487
+ 21
+552.0133777999088
+ 31
+0.0
+  0
+LINE
+  5
+13185
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1620.912413327487
+ 20
+552.0133777999088
+ 30
+0.0
+ 11
+1645.914209164453
+ 21
+552.0133777999088
+ 31
+0.0
+  0
+LINE
+  5
+13186
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1645.914209164453
+ 20
+552.0133777999088
+ 30
+0.0
+ 11
+1645.914209164453
+ 21
+548.6446878423723
+ 31
+0.0
+  0
+LINE
+  5
+13187
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1645.914209164453
+ 20
+548.6446878423723
+ 30
+0.0
+ 11
+1624.283218061779
+ 21
+548.6446878014368
+ 31
+0.0
+  0
+LINE
+  5
+13188
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1624.283218061779
+ 20
+548.6446878014368
+ 30
+0.0
+ 11
+1624.28327779821
+ 21
+423.6446716204818
+ 31
+0.0
+  0
+LINE
+  5
+13189
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1612.914685642406
+ 20
+481.22556215809
+ 30
+0.0
+ 11
+1612.909636862378
+ 21
+560.0133793463901
+ 31
+0.0
+  0
+LINE
+  5
+1318A
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1612.909636862378
+ 20
+560.0133793463901
+ 30
+0.0
+ 11
+1645.914176809925
+ 21
+560.0154943010624
+ 31
+0.0
+  0
+LINE
+  5
+1318B
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1645.914176809925
+ 20
+560.0154943010624
+ 30
+0.0
+ 11
+1645.914176809925
+ 21
+556.6446895667714
+ 31
+0.0
+  0
+LINE
+  5
+1318C
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1645.914176809925
+ 20
+556.6446895667714
+ 30
+0.0
+ 11
+1616.283218061909
+ 21
+556.6446274896893
+ 31
+0.0
+  0
+LINE
+  5
+1318D
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1616.283218061909
+ 20
+556.6446274896893
+ 30
+0.0
+ 11
+1616.283376096638
+ 21
+477.8398591089064
+ 31
+0.0
+  0
+SOLID
+  5
+1318E
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1608.283021084072
+ 20
+489.7951570149746
+ 30
+0.0
+ 11
+1604.913715389554
+ 21
+489.7951397679133
+ 31
+0.0
+ 12
+1608.283218061779
+ 22
+564.6446925742682
+ 32
+0.0
+ 13
+1604.912413327487
+ 23
+564.6446925742682
+ 33
+0.0
+  0
+LINE
+  5
+1318F
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1604.913656805585
+ 20
+493.1628623849839
+ 30
+0.0
+ 11
+1604.912413327487
+ 21
+568.0133825791194
+ 31
+0.0
+  0
+LINE
+  5
+13190
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1604.912413327487
+ 20
+568.0133825791194
+ 30
+0.0
+ 11
+1645.914211595632
+ 21
+568.0133825791194
+ 31
+0.0
+  0
+LINE
+  5
+13191
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1645.914211595632
+ 20
+568.0133825791194
+ 30
+0.0
+ 11
+1645.914211595632
+ 21
+564.6446926215827
+ 31
+0.0
+  0
+LINE
+  5
+13192
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1645.914211595632
+ 20
+564.6446926215827
+ 30
+0.0
+ 11
+1608.283218062039
+ 21
+564.6447916531497
+ 31
+0.0
+  0
+LINE
+  5
+13193
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1608.283218062039
+ 20
+564.6447916531497
+ 30
+0.0
+ 11
+1608.283021084072
+ 21
+489.7951570149746
+ 31
+0.0
+  0
+SOLID
+  5
+13194
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1672.912449384804
+ 20
+588.6446834912102
+ 30
+0.0
+ 11
+1672.912449384804
+ 21
+592.0133734960614
+ 31
+0.0
+ 12
+1681.914209778687
+ 22
+588.6446835385247
+ 32
+0.0
+ 13
+1681.914209778687
+ 23
+592.0154882728159
+ 33
+0.0
+  0
+SOLID
+  5
+13195
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1654.912449384804
+ 20
+588.6446834912102
+ 30
+0.0
+ 11
+1654.912449384804
+ 21
+592.0133734960614
+ 31
+0.0
+ 12
+1663.914209778687
+ 22
+588.6446835385247
+ 32
+0.0
+ 13
+1663.914209778687
+ 23
+592.0154882728159
+ 33
+0.0
+  0
+SOLID
+  5
+13196
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1690.912449694731
+ 20
+588.6446834912102
+ 30
+0.0
+ 11
+1690.912449694731
+ 21
+592.0133734960614
+ 31
+0.0
+ 12
+1699.914210088613
+ 22
+588.6446835385247
+ 32
+0.0
+ 13
+1699.914210088613
+ 23
+592.0154882728159
+ 33
+0.0
+  0
+SOLID
+  5
+13197
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1690.912414036187
+ 20
+588.6447142073359
+ 30
+0.0
+ 11
+1690.912414036187
+ 21
+592.0134042121868
+ 31
+0.0
+ 12
+1699.914174430069
+ 22
+588.6447142546502
+ 32
+0.0
+ 13
+1699.914174430069
+ 23
+592.0155189889413
+ 33
+0.0
+  0
+LINE
+  5
+13198
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1690.912414036187
+ 20
+592.0134042121868
+ 30
+0.0
+ 11
+1699.914174430069
+ 21
+592.0134042121868
+ 31
+0.0
+  0
+LINE
+  5
+13199
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1699.914174430069
+ 20
+592.0134042121868
+ 30
+0.0
+ 11
+1699.914174430069
+ 21
+588.6447142546502
+ 31
+0.0
+  0
+LINE
+  5
+1319A
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1699.914174430069
+ 20
+588.6447142546502
+ 30
+0.0
+ 11
+1690.912414036187
+ 21
+588.6447142073359
+ 31
+0.0
+  0
+LINE
+  5
+1319B
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1690.912414036187
+ 20
+588.6447142073359
+ 30
+0.0
+ 11
+1690.912414036187
+ 21
+592.0134042121868
+ 31
+0.0
+  0
+SOLID
+  5
+1319C
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1672.91241372626
+ 20
+588.6447142073359
+ 30
+0.0
+ 11
+1672.91241372626
+ 21
+592.0134042121868
+ 31
+0.0
+ 12
+1681.914174120143
+ 22
+588.6447142546502
+ 32
+0.0
+ 13
+1681.914174120143
+ 23
+592.0155189889413
+ 33
+0.0
+  0
+LINE
+  5
+1319D
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1672.91241372626
+ 20
+592.0134042121868
+ 30
+0.0
+ 11
+1681.914174120143
+ 21
+592.0134042121868
+ 31
+0.0
+  0
+LINE
+  5
+1319E
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1681.914174120143
+ 20
+592.0134042121868
+ 30
+0.0
+ 11
+1681.914174120143
+ 21
+588.6447142546502
+ 31
+0.0
+  0
+LINE
+  5
+1319F
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1681.914174120143
+ 20
+588.6447142546502
+ 30
+0.0
+ 11
+1672.91241372626
+ 21
+588.6447142073359
+ 31
+0.0
+  0
+LINE
+  5
+131A0
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1672.91241372626
+ 20
+588.6447142073359
+ 30
+0.0
+ 11
+1672.91241372626
+ 21
+592.0134042121868
+ 31
+0.0
+  0
+SOLID
+  5
+131A1
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1654.91241372626
+ 20
+588.6447142073359
+ 30
+0.0
+ 11
+1654.91241372626
+ 21
+592.0134042121868
+ 31
+0.0
+ 12
+1663.914174120143
+ 22
+588.6447142546502
+ 32
+0.0
+ 13
+1663.914174120143
+ 23
+592.0155189889413
+ 33
+0.0
+  0
+LINE
+  5
+131A2
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1654.91241372626
+ 20
+592.0134042121868
+ 30
+0.0
+ 11
+1663.914174120143
+ 21
+592.0134042121868
+ 31
+0.0
+  0
+LINE
+  5
+131A3
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1663.914174120143
+ 20
+592.0134042121868
+ 30
+0.0
+ 11
+1663.914174120143
+ 21
+588.6447142546502
+ 31
+0.0
+  0
+LINE
+  5
+131A4
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1663.914174120143
+ 20
+588.6447142546502
+ 30
+0.0
+ 11
+1654.91241372626
+ 21
+588.6447142073359
+ 31
+0.0
+  0
+LINE
+  5
+131A5
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1654.91241372626
+ 20
+588.6447142073359
+ 30
+0.0
+ 11
+1654.91241372626
+ 21
+592.0134042121868
+ 31
+0.0
+  0
+SOLID
+  5
+131A6
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1585.91064984505
+ 20
+591.6467686997317
+ 30
+0.0
+ 11
+1585.910649845051
+ 21
+588.6467686997317
+ 31
+0.0
+ 12
+1645.912408781043
+ 22
+592.0154586572683
+ 32
+0.0
+ 13
+1645.912408781043
+ 23
+588.6446539229772
+ 33
+0.0
+  0
+SOLID
+  5
+131A7
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1577.910656098146
+ 20
+584.0162223314607
+ 30
+0.0
+ 11
+1577.910656098146
+ 21
+580.6468044704779
+ 31
+0.0
+ 12
+1645.912445682016
+ 22
+584.0154944280145
+ 32
+0.0
+ 13
+1645.912445682016
+ 23
+580.6446896937234
+ 33
+0.0
+  0
+SOLID
+  5
+131A8
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1589.281399233444
+ 20
+770.8271630415953
+ 30
+0.0
+ 11
+1585.914680128856
+ 21
+770.8271630415953
+ 31
+0.0
+ 12
+1589.302025961418
+ 22
+591.6676075274348
+ 32
+0.0
+ 13
+1585.931348492968
+ 23
+591.6468958857302
+ 33
+0.0
+  0
+SOLID
+  5
+131A9
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1581.281514315771
+ 20
+711.8548497100926
+ 30
+0.0
+ 11
+1577.912824428407
+ 21
+711.8548497100926
+ 31
+0.0
+ 12
+1581.281422474204
+ 22
+584.0161862501681
+ 32
+0.0
+ 13
+1577.910711630491
+ 23
+584.0162223308664
+ 33
+0.0
+  0
+LINE
+  5
+131AA
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1585.914993700216
+ 20
+767.4563583364743
+ 30
+0.0
+ 11
+1585.910649845051
+ 21
+588.6467686997317
+ 31
+0.0
+  0
+LINE
+  5
+131AB
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1585.910649845051
+ 20
+588.6467686997272
+ 30
+0.0
+ 11
+1645.912408781043
+ 21
+588.6467686997319
+ 31
+0.0
+  0
+LINE
+  5
+131AC
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1645.912408781043
+ 20
+588.6467686997319
+ 30
+0.0
+ 11
+1645.912408781043
+ 21
+592.0154586572683
+ 31
+0.0
+  0
+LINE
+  5
+131AD
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1645.912408781043
+ 20
+592.0154586572683
+ 30
+0.0
+ 11
+1589.304066889032
+ 21
+591.6676200682258
+ 31
+0.0
+  0
+LINE
+  5
+131AE
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1589.304066889032
+ 20
+591.6676200682258
+ 30
+0.0
+ 11
+1589.281399233444
+ 21
+770.8271630415953
+ 31
+0.0
+  0
+LINE
+  5
+131AF
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1577.912765583906
+ 20
+708.6395792569386
+ 30
+0.0
+ 11
+1577.910656098146
+ 21
+580.6468044704779
+ 31
+0.0
+  0
+LINE
+  5
+131B0
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1577.910656098146
+ 20
+580.6468044704779
+ 30
+0.0
+ 11
+1645.912445682016
+ 21
+580.6468044704779
+ 31
+0.0
+  0
+LINE
+  5
+131B1
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1645.912445682016
+ 20
+580.6468044704779
+ 30
+0.0
+ 11
+1645.912445682016
+ 21
+584.0154944280145
+ 31
+0.0
+  0
+LINE
+  5
+131B2
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1645.912445682016
+ 20
+584.0154944280145
+ 30
+0.0
+ 11
+1581.28142247373
+ 21
+584.0155253221628
+ 31
+0.0
+  0
+LINE
+  5
+131B3
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1581.281422474204
+ 20
+584.0161862501681
+ 30
+0.0
+ 11
+1581.281514315773
+ 21
+711.8548497100926
+ 31
+0.0
+  0
+SOLID
+  5
+131B4
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1568.912413327488
+ 20
+576.0154944753288
+ 30
+0.0
+ 11
+1568.912413327488
+ 21
+572.6446879693242
+ 31
+0.0
+ 12
+1645.912445682016
+ 22
+576.0154944280145
+ 32
+0.0
+ 13
+1645.912445682016
+ 23
+572.6446896937232
+ 33
+0.0
+  0
+LINE
+  5
+131B5
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1568.912413327488
+ 20
+572.6446879693242
+ 30
+0.0
+ 11
+1645.912445682016
+ 21
+572.6468044704779
+ 31
+0.0
+  0
+LINE
+  5
+131B6
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1645.912445682016
+ 20
+572.6468044704779
+ 30
+0.0
+ 11
+1645.912445682016
+ 21
+576.0154944280145
+ 31
+0.0
+  0
+LINE
+  5
+131B7
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1645.912445682016
+ 20
+576.0154944280145
+ 30
+0.0
+ 11
+1572.283278448808
+ 21
+576.0155256922476
+ 31
+0.0
+  0
+SOLID
+  5
+131B8
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1572.283278448808
+ 20
+576.0155256922476
+ 30
+0.0
+ 11
+1568.914588444291
+ 21
+576.0154921799835
+ 31
+0.0
+ 12
+1572.283218714001
+ 22
+649.5225946776931
+ 32
+0.0
+ 13
+1568.91241397971
+ 23
+649.5225946775867
+ 33
+0.0
+  0
+LINE
+  5
+131B9
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1568.91241397971
+ 20
+649.5225946775867
+ 30
+0.0
+ 11
+1568.912413327488
+ 21
+572.6446879693242
+ 31
+0.0
+  0
+LINE
+  5
+131BA
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1572.283218714001
+ 20
+652.8933994120039
+ 30
+0.0
+ 11
+1572.28318607031
+ 21
+576.0155256922868
+ 31
+0.0
+  0
+ENDBLK
+  5
+131BE
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+13334
+330
+13333
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+S_VREGLM
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+S_VREGLM
+  1
+
+  0
+LINE
+  5
+13335
+330
+13333
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+-2.25
+ 20
+-1.125
+ 30
+0.0
+ 11
+-2.25
+ 21
+1.125
+ 31
+0.0
+  0
+LINE
+  5
+13336
+330
+13333
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+-2.25
+ 20
+1.125
+ 30
+0.0
+ 11
+2.25
+ 21
+-1.125
+ 31
+0.0
+  0
+LINE
+  5
+13337
+330
+13333
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+2.25
+ 20
+-1.125
+ 30
+0.0
+ 11
+2.25
+ 21
+1.125
+ 31
+0.0
+  0
+LINE
+  5
+13338
+330
+13333
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+2.686973347951549
+ 20
+1.343486673975802
+ 30
+0.0
+ 11
+-2.686973347951549
+ 21
+-1.343486673975774
+ 31
+0.0
+  0
+SOLID
+  5
+13339
+330
+13333
+100
+AcDbEntity
+  8
+0
+100
+AcDbTrace
+ 10
+4.028614134451458
+ 20
+2.014307067225729
+ 30
+0.0
+ 11
+2.519268249639083
+ 21
+1.678896870600737
+ 31
+0.0
+ 12
+2.854678446264017
+ 22
+1.008076477350839
+ 32
+0.0
+ 13
+2.854678446264017
+ 23
+1.008076477350839
+ 33
+0.0
+  0
+LINE
+  5
+1333A
+330
+13333
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+0.0
+ 20
+2.25
+ 30
+0.0
+ 11
+0.0
+ 21
+0.0
+ 31
+0.0
+  0
+LINE
+  5
+1333B
+330
+13333
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+-1.5
+ 20
+2.25
+ 30
+0.0
+ 11
+1.5
+ 21
+2.25
+ 31
+0.0
+  0
+ENDBLK
+  5
+1333C
+330
+13333
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+1333E
+330
+1333D
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+S_VDMANU
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+S_VDMANU
+  1
+
+  0
+LINE
+  5
+1333F
+330
+1333D
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+-2.25
+ 20
+-1.125
+ 30
+0.0
+ 11
+-2.25
+ 21
+1.125
+ 31
+0.0
+  0
+LINE
+  5
+13340
+330
+1333D
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+-2.25
+ 20
+1.125
+ 30
+0.0
+ 11
+2.25
+ 21
+-1.125
+ 31
+0.0
+  0
+LINE
+  5
+13341
+330
+1333D
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+2.25
+ 20
+-1.125
+ 30
+0.0
+ 11
+2.25
+ 21
+1.125
+ 31
+0.0
+  0
+LINE
+  5
+13342
+330
+1333D
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+2.25
+ 20
+1.125
+ 30
+0.0
+ 11
+-2.25
+ 21
+-1.125
+ 31
+0.0
+  0
+LINE
+  5
+13343
+330
+1333D
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+-1.5
+ 20
+2.25
+ 30
+0.0
+ 11
+1.5
+ 21
+2.25
+ 31
+0.0
+  0
+LINE
+  5
+13344
+330
+1333D
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+0.0
+ 20
+2.25
+ 30
+0.0
+ 11
+0.0
+ 21
+0.0
+ 31
+0.0
+  0
+ENDBLK
+  5
+13345
+330
+1333D
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+13347
+330
+13346
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+S_INSLO1
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+S_INSLO1
+  1
+
+  0
+INSERT
+  5
+13348
+330
+13346
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+  2
+IL
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+ 41
+0.9
+ 42
+0.9
+ 43
+0.9
+  0
+ENDBLK
+  5
+13349
+330
+13346
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+1334B
+330
+1334A
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+S_DSKRUP
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+S_DSKRUP
+  1
+
+  0
+SOLID
+  5
+1334C
+330
+1334A
+100
+AcDbEntity
+  8
+0
+100
+AcDbTrace
+ 10
+0.0
+ 20
+5.25
+ 30
+0.0
+ 11
+-0.5625
+ 21
+3.0
+ 31
+0.0
+ 12
+0.5625
+ 22
+3.0
+ 32
+0.0
+ 13
+0.5625
+ 23
+3.0
+ 33
+0.0
+  0
+LINE
+  5
+1334D
+330
+1334A
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+0.0
+ 20
+2.25
+ 30
+0.0
+ 11
+0.0
+ 21
+3.0
+ 31
+0.0
+  0
+LINE
+  5
+1334E
+330
+1334A
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+0.0
+ 20
+2.25
+ 30
+0.0
+ 11
+2.25
+ 21
+0.0
+ 31
+0.0
+  0
+LINE
+  5
+1334F
+330
+1334A
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+-2.25
+ 20
+0.0
+ 30
+0.0
+ 11
+0.0
+ 21
+2.25
+ 31
+0.0
+  0
+LINE
+  5
+13350
+330
+1334A
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+2.25
+ 20
+0.0
+ 30
+0.0
+ 11
+-2.25
+ 21
+0.0
+ 31
+0.0
+  0
+LINE
+  5
+13351
+330
+1334A
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+2.25
+ 20
+2.25
+ 30
+0.0
+ 11
+2.25
+ 21
+0.0
+ 31
+0.0
+  0
+LINE
+  5
+13352
+330
+1334A
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+-2.25
+ 20
+2.25
+ 30
+0.0
+ 11
+2.25
+ 21
+2.25
+ 31
+0.0
+  0
+LINE
+  5
+13353
+330
+1334A
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+-2.25
+ 20
+0.0
+ 30
+0.0
+ 11
+-2.25
+ 21
+2.25
+ 31
+0.0
+  0
+ENDBLK
+  5
+13354
+330
+1334A
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+135AA
+330
+135A9
+100
+AcDbEntity
+  8
+HE_SYM
+100
+AcDbBlockBegin
+  2
+S_DEVERS
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+S_DEVERS
+  1
+
+  0
+SOLID
+  5
+135AB
+330
+135A9
+100
+AcDbEntity
+  8
+0
+100
+AcDbTrace
+ 10
+5.25
+ 20
+0.0
+ 30
+0.0
+ 11
+3.0
+ 21
+0.5625
+ 31
+0.0
+ 12
+3.0
+ 22
+-0.5625
+ 32
+0.0
+ 13
+3.0
+ 23
+-0.5625
+ 33
+0.0
+  0
+LINE
+  5
+135AC
+330
+135A9
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+-2.25
+ 20
+1.875
+ 30
+0.0
+ 11
+0.0
+ 21
+0.0
+ 31
+0.0
+  0
+LINE
+  5
+135AD
+330
+135A9
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+-2.25
+ 20
+4.875
+ 30
+0.0
+ 11
+-2.25
+ 21
+1.875
+ 31
+0.0
+  0
+LINE
+  5
+135AE
+330
+135A9
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+0.0
+ 20
+4.875
+ 30
+0.0
+ 11
+-2.25
+ 21
+4.875
+ 31
+0.0
+  0
+LINE
+  5
+135AF
+330
+135A9
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+0.0
+ 20
+4.125
+ 30
+0.0
+ 11
+0.0
+ 21
+4.875
+ 31
+0.0
+  0
+LINE
+  5
+135B0
+330
+135A9
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+2.25
+ 20
+0.0
+ 30
+0.0
+ 11
+3.0
+ 21
+0.0
+ 31
+0.0
+  0
+LINE
+  5
+135B1
+330
+135A9
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+-2.25
+ 20
+-1.125
+ 30
+0.0
+ 11
+-2.25
+ 21
+1.125
+ 31
+0.0
+  0
+LINE
+  5
+135B2
+330
+135A9
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+-2.25
+ 20
+1.125
+ 30
+0.0
+ 11
+2.25
+ 21
+-1.125
+ 31
+0.0
+  0
+LINE
+  5
+135B3
+330
+135A9
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+2.25
+ 20
+-1.125
+ 30
+0.0
+ 11
+2.25
+ 21
+1.125
+ 31
+0.0
+  0
+LINE
+  5
+135B4
+330
+135A9
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+2.25
+ 20
+1.125
+ 30
+0.0
+ 11
+-2.25
+ 21
+-1.125
+ 31
+0.0
+  0
+LINE
+  5
+135B5
+330
+135A9
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+0.0
+ 20
+2.25
+ 30
+0.0
+ 11
+0.0
+ 21
+0.0
+ 31
+0.0
+  0
+LINE
+  5
+135B6
+330
+135A9
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+-1.875
+ 20
+2.25
+ 30
+0.0
+ 11
+1.875
+ 21
+2.25
+ 31
+0.0
+  0
+ARC
+  5
+135B7
+330
+135A9
+100
+AcDbEntity
+  8
+0
+100
+AcDbCircle
+ 10
+0.0
+ 20
+2.25
+ 30
+0.0
+ 40
+1.875
+100
+AcDbArc
+ 50
+0.0
+ 51
+180.0
+  0
+ENDBLK
+  5
+135B8
+330
+135A9
+100
+AcDbEntity
+  8
+HE_SYM
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+1415F
+330
+1415E
+100
+AcDbEntity
+  8
+HE_SYM
+100
+AcDbBlockBegin
+  2
+*X74
+ 70
+     1
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+*X74
+  1
+
+  0
+LINE
+  5
+14160
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+312.5
+ 20
+60.0
+ 30
+0.0
+ 11
+313.75
+ 21
+60.0
+ 31
+0.0
+  0
+LINE
+  5
+14161
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+315.0
+ 20
+60.0
+ 30
+0.0
+ 11
+316.25
+ 21
+60.0
+ 31
+0.0
+  0
+LINE
+  5
+14162
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+317.5
+ 20
+60.0
+ 30
+0.0
+ 11
+318.75
+ 21
+60.0
+ 31
+0.0
+  0
+LINE
+  5
+14163
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+320.0
+ 20
+60.0
+ 30
+0.0
+ 11
+321.25
+ 21
+60.0
+ 31
+0.0
+  0
+LINE
+  5
+14164
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+322.5
+ 20
+60.0
+ 30
+0.0
+ 11
+323.75
+ 21
+60.0
+ 31
+0.0
+  0
+LINE
+  5
+14165
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+325.0
+ 20
+60.0
+ 30
+0.0
+ 11
+326.25
+ 21
+60.0
+ 31
+0.0
+  0
+LINE
+  5
+14166
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+327.5
+ 20
+60.0
+ 30
+0.0
+ 11
+328.75
+ 21
+60.0
+ 31
+0.0
+  0
+LINE
+  5
+14167
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+330.0
+ 20
+60.0
+ 30
+0.0
+ 11
+331.25
+ 21
+60.0
+ 31
+0.0
+  0
+LINE
+  5
+14168
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+332.5
+ 20
+60.0
+ 30
+0.0
+ 11
+333.75
+ 21
+60.0
+ 31
+0.0
+  0
+LINE
+  5
+14169
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+335.0
+ 20
+60.0
+ 30
+0.0
+ 11
+336.25
+ 21
+60.0
+ 31
+0.0
+  0
+LINE
+  5
+1416A
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+337.5
+ 20
+60.0
+ 30
+0.0
+ 11
+338.75
+ 21
+60.0
+ 31
+0.0
+  0
+LINE
+  5
+1416B
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+340.0
+ 20
+60.0
+ 30
+0.0
+ 11
+341.25
+ 21
+60.0
+ 31
+0.0
+  0
+LINE
+  5
+1416C
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+342.5
+ 20
+60.0
+ 30
+0.0
+ 11
+343.0
+ 21
+60.0
+ 31
+0.0
+  0
+LINE
+  5
+1416D
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+350.0
+ 20
+60.0
+ 30
+0.0
+ 11
+351.25
+ 21
+60.0
+ 31
+0.0
+  0
+LINE
+  5
+1416E
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+352.5
+ 20
+60.0
+ 30
+0.0
+ 11
+353.75
+ 21
+60.0
+ 31
+0.0
+  0
+LINE
+  5
+1416F
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+355.0
+ 20
+60.0
+ 30
+0.0
+ 11
+356.25
+ 21
+60.0
+ 31
+0.0
+  0
+LINE
+  5
+14170
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+357.5
+ 20
+60.0
+ 30
+0.0
+ 11
+358.75
+ 21
+60.0
+ 31
+0.0
+  0
+LINE
+  5
+14171
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+360.0
+ 20
+60.0
+ 30
+0.0
+ 11
+361.25
+ 21
+60.0
+ 31
+0.0
+  0
+LINE
+  5
+14172
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+362.5
+ 20
+60.0
+ 30
+0.0
+ 11
+363.75
+ 21
+60.0
+ 31
+0.0
+  0
+LINE
+  5
+14173
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+365.0
+ 20
+60.0
+ 30
+0.0
+ 11
+366.25
+ 21
+60.0
+ 31
+0.0
+  0
+LINE
+  5
+14174
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+367.5
+ 20
+60.0
+ 30
+0.0
+ 11
+368.75
+ 21
+60.0
+ 31
+0.0
+  0
+LINE
+  5
+14175
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+370.0
+ 20
+60.0
+ 30
+0.0
+ 11
+371.25
+ 21
+60.0
+ 31
+0.0
+  0
+LINE
+  5
+14176
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+312.0
+ 20
+61.25
+ 30
+0.0
+ 11
+312.5
+ 21
+61.25
+ 31
+0.0
+  0
+LINE
+  5
+14177
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+313.75
+ 20
+61.25
+ 30
+0.0
+ 11
+315.0
+ 21
+61.25
+ 31
+0.0
+  0
+LINE
+  5
+14178
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+316.25
+ 20
+61.25
+ 30
+0.0
+ 11
+317.5
+ 21
+61.25
+ 31
+0.0
+  0
+LINE
+  5
+14179
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+318.75
+ 20
+61.25
+ 30
+0.0
+ 11
+320.0
+ 21
+61.25
+ 31
+0.0
+  0
+LINE
+  5
+1417A
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+321.25
+ 20
+61.25
+ 30
+0.0
+ 11
+322.5
+ 21
+61.25
+ 31
+0.0
+  0
+LINE
+  5
+1417B
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+323.75
+ 20
+61.25
+ 30
+0.0
+ 11
+325.0
+ 21
+61.25
+ 31
+0.0
+  0
+LINE
+  5
+1417C
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+326.25
+ 20
+61.25
+ 30
+0.0
+ 11
+327.5
+ 21
+61.25
+ 31
+0.0
+  0
+LINE
+  5
+1417D
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+328.75
+ 20
+61.25
+ 30
+0.0
+ 11
+330.0
+ 21
+61.25
+ 31
+0.0
+  0
+LINE
+  5
+1417E
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+331.25
+ 20
+61.25
+ 30
+0.0
+ 11
+332.5
+ 21
+61.25
+ 31
+0.0
+  0
+LINE
+  5
+1417F
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+333.75
+ 20
+61.25
+ 30
+0.0
+ 11
+335.0
+ 21
+61.25
+ 31
+0.0
+  0
+LINE
+  5
+14180
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+336.25
+ 20
+61.25
+ 30
+0.0
+ 11
+337.5
+ 21
+61.25
+ 31
+0.0
+  0
+LINE
+  5
+14181
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+338.75
+ 20
+61.25
+ 30
+0.0
+ 11
+340.0
+ 21
+61.25
+ 31
+0.0
+  0
+LINE
+  5
+14182
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+341.25
+ 20
+61.25
+ 30
+0.0
+ 11
+342.5
+ 21
+61.25
+ 31
+0.0
+  0
+LINE
+  5
+14183
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+343.75
+ 20
+61.25
+ 30
+0.0
+ 11
+345.0
+ 21
+61.25
+ 31
+0.0
+  0
+LINE
+  5
+14184
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+346.25
+ 20
+61.25
+ 30
+0.0
+ 11
+347.5
+ 21
+61.25
+ 31
+0.0
+  0
+LINE
+  5
+14185
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+348.75
+ 20
+61.25
+ 30
+0.0
+ 11
+350.0
+ 21
+61.25
+ 31
+0.0
+  0
+LINE
+  5
+14186
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+351.25
+ 20
+61.25
+ 30
+0.0
+ 11
+352.5
+ 21
+61.25
+ 31
+0.0
+  0
+LINE
+  5
+14187
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+353.75
+ 20
+61.25
+ 30
+0.0
+ 11
+355.0
+ 21
+61.25
+ 31
+0.0
+  0
+LINE
+  5
+14188
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+356.25
+ 20
+61.25
+ 30
+0.0
+ 11
+357.5
+ 21
+61.25
+ 31
+0.0
+  0
+LINE
+  5
+14189
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+358.75
+ 20
+61.25
+ 30
+0.0
+ 11
+360.0
+ 21
+61.25
+ 31
+0.0
+  0
+LINE
+  5
+1418A
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+361.25
+ 20
+61.25
+ 30
+0.0
+ 11
+362.5
+ 21
+61.25
+ 31
+0.0
+  0
+LINE
+  5
+1418B
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+363.75
+ 20
+61.25
+ 30
+0.0
+ 11
+365.0
+ 21
+61.25
+ 31
+0.0
+  0
+LINE
+  5
+1418C
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+366.25
+ 20
+61.25
+ 30
+0.0
+ 11
+367.5
+ 21
+61.25
+ 31
+0.0
+  0
+LINE
+  5
+1418D
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+368.75
+ 20
+61.25
+ 30
+0.0
+ 11
+370.0
+ 21
+61.25
+ 31
+0.0
+  0
+LINE
+  5
+1418E
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+371.25
+ 20
+61.25
+ 30
+0.0
+ 11
+372.0
+ 21
+61.25
+ 31
+0.0
+  0
+LINE
+  5
+1418F
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+312.5
+ 20
+62.5
+ 30
+0.0
+ 11
+313.75
+ 21
+62.5
+ 31
+0.0
+  0
+LINE
+  5
+14190
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+315.0
+ 20
+62.5
+ 30
+0.0
+ 11
+316.25
+ 21
+62.5
+ 31
+0.0
+  0
+LINE
+  5
+14191
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+317.5
+ 20
+62.5
+ 30
+0.0
+ 11
+318.75
+ 21
+62.5
+ 31
+0.0
+  0
+LINE
+  5
+14192
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+320.0
+ 20
+62.5
+ 30
+0.0
+ 11
+321.25
+ 21
+62.5
+ 31
+0.0
+  0
+LINE
+  5
+14193
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+322.5
+ 20
+62.5
+ 30
+0.0
+ 11
+323.75
+ 21
+62.5
+ 31
+0.0
+  0
+LINE
+  5
+14194
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+325.0
+ 20
+62.5
+ 30
+0.0
+ 11
+326.25
+ 21
+62.5
+ 31
+0.0
+  0
+LINE
+  5
+14195
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+327.5
+ 20
+62.5
+ 30
+0.0
+ 11
+328.75
+ 21
+62.5
+ 31
+0.0
+  0
+LINE
+  5
+14196
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+330.0
+ 20
+62.5
+ 30
+0.0
+ 11
+331.25
+ 21
+62.5
+ 31
+0.0
+  0
+LINE
+  5
+14197
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+332.5
+ 20
+62.5
+ 30
+0.0
+ 11
+333.75
+ 21
+62.5
+ 31
+0.0
+  0
+LINE
+  5
+14198
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+335.0
+ 20
+62.5
+ 30
+0.0
+ 11
+336.25
+ 21
+62.5
+ 31
+0.0
+  0
+LINE
+  5
+14199
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+337.5
+ 20
+62.5
+ 30
+0.0
+ 11
+338.75
+ 21
+62.5
+ 31
+0.0
+  0
+LINE
+  5
+1419A
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+340.0
+ 20
+62.5
+ 30
+0.0
+ 11
+341.25
+ 21
+62.5
+ 31
+0.0
+  0
+LINE
+  5
+1419B
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+342.5
+ 20
+62.5
+ 30
+0.0
+ 11
+343.75
+ 21
+62.5
+ 31
+0.0
+  0
+LINE
+  5
+1419C
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+345.0
+ 20
+62.5
+ 30
+0.0
+ 11
+346.25
+ 21
+62.5
+ 31
+0.0
+  0
+LINE
+  5
+1419D
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+347.5
+ 20
+62.5
+ 30
+0.0
+ 11
+348.75
+ 21
+62.5
+ 31
+0.0
+  0
+LINE
+  5
+1419E
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+350.0
+ 20
+62.5
+ 30
+0.0
+ 11
+351.25
+ 21
+62.5
+ 31
+0.0
+  0
+LINE
+  5
+1419F
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+352.5
+ 20
+62.5
+ 30
+0.0
+ 11
+353.75
+ 21
+62.5
+ 31
+0.0
+  0
+LINE
+  5
+141A0
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+355.0
+ 20
+62.5
+ 30
+0.0
+ 11
+356.25
+ 21
+62.5
+ 31
+0.0
+  0
+LINE
+  5
+141A1
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+357.5
+ 20
+62.5
+ 30
+0.0
+ 11
+358.75
+ 21
+62.5
+ 31
+0.0
+  0
+LINE
+  5
+141A2
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+360.0
+ 20
+62.5
+ 30
+0.0
+ 11
+361.25
+ 21
+62.5
+ 31
+0.0
+  0
+LINE
+  5
+141A3
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+362.5
+ 20
+62.5
+ 30
+0.0
+ 11
+363.75
+ 21
+62.5
+ 31
+0.0
+  0
+LINE
+  5
+141A4
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+365.0
+ 20
+62.5
+ 30
+0.0
+ 11
+366.25
+ 21
+62.5
+ 31
+0.0
+  0
+LINE
+  5
+141A5
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+367.5
+ 20
+62.5
+ 30
+0.0
+ 11
+368.75
+ 21
+62.5
+ 31
+0.0
+  0
+LINE
+  5
+141A6
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+370.0
+ 20
+62.5
+ 30
+0.0
+ 11
+371.25
+ 21
+62.5
+ 31
+0.0
+  0
+LINE
+  5
+141A7
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+312.0
+ 20
+63.75
+ 30
+0.0
+ 11
+312.5
+ 21
+63.75
+ 31
+0.0
+  0
+LINE
+  5
+141A8
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+313.75
+ 20
+63.75
+ 30
+0.0
+ 11
+315.0
+ 21
+63.75
+ 31
+0.0
+  0
+LINE
+  5
+141A9
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+316.25
+ 20
+63.75
+ 30
+0.0
+ 11
+317.5
+ 21
+63.75
+ 31
+0.0
+  0
+LINE
+  5
+141AA
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+318.75
+ 20
+63.75
+ 30
+0.0
+ 11
+320.0
+ 21
+63.75
+ 31
+0.0
+  0
+LINE
+  5
+141AB
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+321.25
+ 20
+63.75
+ 30
+0.0
+ 11
+322.5
+ 21
+63.75
+ 31
+0.0
+  0
+LINE
+  5
+141AC
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+323.75
+ 20
+63.75
+ 30
+0.0
+ 11
+325.0
+ 21
+63.75
+ 31
+0.0
+  0
+LINE
+  5
+141AD
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+326.25
+ 20
+63.75
+ 30
+0.0
+ 11
+327.5
+ 21
+63.75
+ 31
+0.0
+  0
+LINE
+  5
+141AE
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+328.75
+ 20
+63.75
+ 30
+0.0
+ 11
+330.0
+ 21
+63.75
+ 31
+0.0
+  0
+LINE
+  5
+141AF
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+331.25
+ 20
+63.75
+ 30
+0.0
+ 11
+332.5
+ 21
+63.75
+ 31
+0.0
+  0
+LINE
+  5
+141B0
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+333.75
+ 20
+63.75
+ 30
+0.0
+ 11
+335.0
+ 21
+63.75
+ 31
+0.0
+  0
+LINE
+  5
+141B1
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+336.25
+ 20
+63.75
+ 30
+0.0
+ 11
+337.5
+ 21
+63.75
+ 31
+0.0
+  0
+LINE
+  5
+141B2
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+338.75
+ 20
+63.75
+ 30
+0.0
+ 11
+340.0
+ 21
+63.75
+ 31
+0.0
+  0
+LINE
+  5
+141B3
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+341.25
+ 20
+63.75
+ 30
+0.0
+ 11
+342.5
+ 21
+63.75
+ 31
+0.0
+  0
+LINE
+  5
+141B4
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+343.75
+ 20
+63.75
+ 30
+0.0
+ 11
+345.0
+ 21
+63.75
+ 31
+0.0
+  0
+LINE
+  5
+141B5
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+346.25
+ 20
+63.75
+ 30
+0.0
+ 11
+347.5
+ 21
+63.75
+ 31
+0.0
+  0
+LINE
+  5
+141B6
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+348.75
+ 20
+63.75
+ 30
+0.0
+ 11
+350.0
+ 21
+63.75
+ 31
+0.0
+  0
+LINE
+  5
+141B7
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+351.25
+ 20
+63.75
+ 30
+0.0
+ 11
+352.5
+ 21
+63.75
+ 31
+0.0
+  0
+LINE
+  5
+141B8
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+353.75
+ 20
+63.75
+ 30
+0.0
+ 11
+355.0
+ 21
+63.75
+ 31
+0.0
+  0
+LINE
+  5
+141B9
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+356.25
+ 20
+63.75
+ 30
+0.0
+ 11
+357.5
+ 21
+63.75
+ 31
+0.0
+  0
+LINE
+  5
+141BA
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+358.75
+ 20
+63.75
+ 30
+0.0
+ 11
+360.0
+ 21
+63.75
+ 31
+0.0
+  0
+LINE
+  5
+141BB
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+361.25
+ 20
+63.75
+ 30
+0.0
+ 11
+362.5
+ 21
+63.75
+ 31
+0.0
+  0
+LINE
+  5
+141BC
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+363.75
+ 20
+63.75
+ 30
+0.0
+ 11
+365.0
+ 21
+63.75
+ 31
+0.0
+  0
+LINE
+  5
+141BD
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+366.25
+ 20
+63.75
+ 30
+0.0
+ 11
+367.5
+ 21
+63.75
+ 31
+0.0
+  0
+LINE
+  5
+141BE
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+368.75
+ 20
+63.75
+ 30
+0.0
+ 11
+370.0
+ 21
+63.75
+ 31
+0.0
+  0
+LINE
+  5
+141BF
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+371.25
+ 20
+63.75
+ 30
+0.0
+ 11
+372.0
+ 21
+63.75
+ 31
+0.0
+  0
+LINE
+  5
+141C0
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+312.5
+ 20
+65.0
+ 30
+0.0
+ 11
+313.75
+ 21
+65.0
+ 31
+0.0
+  0
+LINE
+  5
+141C1
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+315.0
+ 20
+65.0
+ 30
+0.0
+ 11
+316.25
+ 21
+65.0
+ 31
+0.0
+  0
+LINE
+  5
+141C2
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+317.5
+ 20
+65.0
+ 30
+0.0
+ 11
+318.75
+ 21
+65.0
+ 31
+0.0
+  0
+LINE
+  5
+141C3
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+320.0
+ 20
+65.0
+ 30
+0.0
+ 11
+321.25
+ 21
+65.0
+ 31
+0.0
+  0
+LINE
+  5
+141C4
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+322.5
+ 20
+65.0
+ 30
+0.0
+ 11
+323.75
+ 21
+65.0
+ 31
+0.0
+  0
+LINE
+  5
+141C5
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+325.0
+ 20
+65.0
+ 30
+0.0
+ 11
+326.25
+ 21
+65.0
+ 31
+0.0
+  0
+LINE
+  5
+141C6
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+327.5
+ 20
+65.0
+ 30
+0.0
+ 11
+328.75
+ 21
+65.0
+ 31
+0.0
+  0
+LINE
+  5
+141C7
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+330.0
+ 20
+65.0
+ 30
+0.0
+ 11
+331.25
+ 21
+65.0
+ 31
+0.0
+  0
+LINE
+  5
+141C8
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+332.5
+ 20
+65.0
+ 30
+0.0
+ 11
+333.75
+ 21
+65.0
+ 31
+0.0
+  0
+LINE
+  5
+141C9
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+335.0
+ 20
+65.0
+ 30
+0.0
+ 11
+336.25
+ 21
+65.0
+ 31
+0.0
+  0
+LINE
+  5
+141CA
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+337.5
+ 20
+65.0
+ 30
+0.0
+ 11
+338.75
+ 21
+65.0
+ 31
+0.0
+  0
+LINE
+  5
+141CB
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+340.0
+ 20
+65.0
+ 30
+0.0
+ 11
+341.25
+ 21
+65.0
+ 31
+0.0
+  0
+LINE
+  5
+141CC
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+342.5
+ 20
+65.0
+ 30
+0.0
+ 11
+343.75
+ 21
+65.0
+ 31
+0.0
+  0
+LINE
+  5
+141CD
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+345.0
+ 20
+65.0
+ 30
+0.0
+ 11
+346.25
+ 21
+65.0
+ 31
+0.0
+  0
+LINE
+  5
+141CE
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+347.5
+ 20
+65.0
+ 30
+0.0
+ 11
+348.75
+ 21
+65.0
+ 31
+0.0
+  0
+LINE
+  5
+141CF
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+350.0
+ 20
+65.0
+ 30
+0.0
+ 11
+351.25
+ 21
+65.0
+ 31
+0.0
+  0
+LINE
+  5
+141D0
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+352.5
+ 20
+65.0
+ 30
+0.0
+ 11
+353.75
+ 21
+65.0
+ 31
+0.0
+  0
+LINE
+  5
+141D1
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+355.0
+ 20
+65.0
+ 30
+0.0
+ 11
+356.25
+ 21
+65.0
+ 31
+0.0
+  0
+LINE
+  5
+141D2
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+357.5
+ 20
+65.0
+ 30
+0.0
+ 11
+358.75
+ 21
+65.0
+ 31
+0.0
+  0
+LINE
+  5
+141D3
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+360.0
+ 20
+65.0
+ 30
+0.0
+ 11
+361.25
+ 21
+65.0
+ 31
+0.0
+  0
+LINE
+  5
+141D4
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+362.5
+ 20
+65.0
+ 30
+0.0
+ 11
+363.75
+ 21
+65.0
+ 31
+0.0
+  0
+LINE
+  5
+141D5
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+365.0
+ 20
+65.0
+ 30
+0.0
+ 11
+366.25
+ 21
+65.0
+ 31
+0.0
+  0
+LINE
+  5
+141D6
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+367.5
+ 20
+65.0
+ 30
+0.0
+ 11
+368.75
+ 21
+65.0
+ 31
+0.0
+  0
+LINE
+  5
+141D7
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+370.0
+ 20
+65.0
+ 30
+0.0
+ 11
+371.25
+ 21
+65.0
+ 31
+0.0
+  0
+LINE
+  5
+141D8
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+312.0
+ 20
+66.25
+ 30
+0.0
+ 11
+312.5
+ 21
+66.25
+ 31
+0.0
+  0
+LINE
+  5
+141D9
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+313.75
+ 20
+66.25
+ 30
+0.0
+ 11
+315.0
+ 21
+66.25
+ 31
+0.0
+  0
+LINE
+  5
+141DA
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+316.25
+ 20
+66.25
+ 30
+0.0
+ 11
+317.5
+ 21
+66.25
+ 31
+0.0
+  0
+LINE
+  5
+141DB
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+318.75
+ 20
+66.25
+ 30
+0.0
+ 11
+320.0
+ 21
+66.25
+ 31
+0.0
+  0
+LINE
+  5
+141DC
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+321.25
+ 20
+66.25
+ 30
+0.0
+ 11
+322.5
+ 21
+66.25
+ 31
+0.0
+  0
+LINE
+  5
+141DD
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+323.75
+ 20
+66.25
+ 30
+0.0
+ 11
+325.0
+ 21
+66.25
+ 31
+0.0
+  0
+LINE
+  5
+141DE
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+326.25
+ 20
+66.25
+ 30
+0.0
+ 11
+327.5
+ 21
+66.25
+ 31
+0.0
+  0
+LINE
+  5
+141DF
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+328.75
+ 20
+66.25
+ 30
+0.0
+ 11
+330.0
+ 21
+66.25
+ 31
+0.0
+  0
+LINE
+  5
+141E0
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+331.25
+ 20
+66.25
+ 30
+0.0
+ 11
+332.5
+ 21
+66.25
+ 31
+0.0
+  0
+LINE
+  5
+141E1
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+333.75
+ 20
+66.25
+ 30
+0.0
+ 11
+335.0
+ 21
+66.25
+ 31
+0.0
+  0
+LINE
+  5
+141E2
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+336.25
+ 20
+66.25
+ 30
+0.0
+ 11
+337.5
+ 21
+66.25
+ 31
+0.0
+  0
+LINE
+  5
+141E3
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+338.75
+ 20
+66.25
+ 30
+0.0
+ 11
+340.0
+ 21
+66.25
+ 31
+0.0
+  0
+LINE
+  5
+141E4
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+341.25
+ 20
+66.25
+ 30
+0.0
+ 11
+342.5
+ 21
+66.25
+ 31
+0.0
+  0
+LINE
+  5
+141E5
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+343.75
+ 20
+66.25
+ 30
+0.0
+ 11
+345.0
+ 21
+66.25
+ 31
+0.0
+  0
+LINE
+  5
+141E6
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+346.25
+ 20
+66.25
+ 30
+0.0
+ 11
+347.5
+ 21
+66.25
+ 31
+0.0
+  0
+LINE
+  5
+141E7
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+348.75
+ 20
+66.25
+ 30
+0.0
+ 11
+350.0
+ 21
+66.25
+ 31
+0.0
+  0
+LINE
+  5
+141E8
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+351.25
+ 20
+66.25
+ 30
+0.0
+ 11
+352.5
+ 21
+66.25
+ 31
+0.0
+  0
+LINE
+  5
+141E9
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+353.75
+ 20
+66.25
+ 30
+0.0
+ 11
+355.0
+ 21
+66.25
+ 31
+0.0
+  0
+LINE
+  5
+141EA
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+356.25
+ 20
+66.25
+ 30
+0.0
+ 11
+357.5
+ 21
+66.25
+ 31
+0.0
+  0
+LINE
+  5
+141EB
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+358.75
+ 20
+66.25
+ 30
+0.0
+ 11
+360.0
+ 21
+66.25
+ 31
+0.0
+  0
+LINE
+  5
+141EC
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+361.25
+ 20
+66.25
+ 30
+0.0
+ 11
+362.5
+ 21
+66.25
+ 31
+0.0
+  0
+LINE
+  5
+141ED
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+363.75
+ 20
+66.25
+ 30
+0.0
+ 11
+365.0
+ 21
+66.25
+ 31
+0.0
+  0
+LINE
+  5
+141EE
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+366.25
+ 20
+66.25
+ 30
+0.0
+ 11
+367.5
+ 21
+66.25
+ 31
+0.0
+  0
+LINE
+  5
+141EF
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+368.75
+ 20
+66.25
+ 30
+0.0
+ 11
+370.0
+ 21
+66.25
+ 31
+0.0
+  0
+LINE
+  5
+141F0
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+371.25
+ 20
+66.25
+ 30
+0.0
+ 11
+372.0
+ 21
+66.25
+ 31
+0.0
+  0
+LINE
+  5
+141F1
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+312.5
+ 20
+67.5
+ 30
+0.0
+ 11
+313.75
+ 21
+67.5
+ 31
+0.0
+  0
+LINE
+  5
+141F2
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+315.0
+ 20
+67.5
+ 30
+0.0
+ 11
+316.25
+ 21
+67.5
+ 31
+0.0
+  0
+LINE
+  5
+141F3
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+317.5
+ 20
+67.5
+ 30
+0.0
+ 11
+318.75
+ 21
+67.5
+ 31
+0.0
+  0
+LINE
+  5
+141F4
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+320.0
+ 20
+67.5
+ 30
+0.0
+ 11
+321.25
+ 21
+67.5
+ 31
+0.0
+  0
+LINE
+  5
+141F5
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+322.5
+ 20
+67.5
+ 30
+0.0
+ 11
+323.75
+ 21
+67.5
+ 31
+0.0
+  0
+LINE
+  5
+141F6
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+325.0
+ 20
+67.5
+ 30
+0.0
+ 11
+326.25
+ 21
+67.5
+ 31
+0.0
+  0
+LINE
+  5
+141F7
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+327.5
+ 20
+67.5
+ 30
+0.0
+ 11
+328.75
+ 21
+67.5
+ 31
+0.0
+  0
+LINE
+  5
+141F8
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+330.0
+ 20
+67.5
+ 30
+0.0
+ 11
+331.25
+ 21
+67.5
+ 31
+0.0
+  0
+LINE
+  5
+141F9
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+332.5
+ 20
+67.5
+ 30
+0.0
+ 11
+333.75
+ 21
+67.5
+ 31
+0.0
+  0
+LINE
+  5
+141FA
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+335.0
+ 20
+67.5
+ 30
+0.0
+ 11
+336.25
+ 21
+67.5
+ 31
+0.0
+  0
+LINE
+  5
+141FB
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+337.5
+ 20
+67.5
+ 30
+0.0
+ 11
+338.75
+ 21
+67.5
+ 31
+0.0
+  0
+LINE
+  5
+141FC
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+340.0
+ 20
+67.5
+ 30
+0.0
+ 11
+341.25
+ 21
+67.5
+ 31
+0.0
+  0
+LINE
+  5
+141FD
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+342.5
+ 20
+67.5
+ 30
+0.0
+ 11
+343.75
+ 21
+67.5
+ 31
+0.0
+  0
+LINE
+  5
+141FE
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+345.0
+ 20
+67.5
+ 30
+0.0
+ 11
+346.25
+ 21
+67.5
+ 31
+0.0
+  0
+LINE
+  5
+141FF
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+347.5
+ 20
+67.5
+ 30
+0.0
+ 11
+348.75
+ 21
+67.5
+ 31
+0.0
+  0
+LINE
+  5
+14200
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+350.0
+ 20
+67.5
+ 30
+0.0
+ 11
+351.25
+ 21
+67.5
+ 31
+0.0
+  0
+LINE
+  5
+14201
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+352.5
+ 20
+67.5
+ 30
+0.0
+ 11
+353.75
+ 21
+67.5
+ 31
+0.0
+  0
+LINE
+  5
+14202
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+355.0
+ 20
+67.5
+ 30
+0.0
+ 11
+356.25
+ 21
+67.5
+ 31
+0.0
+  0
+LINE
+  5
+14203
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+357.5
+ 20
+67.5
+ 30
+0.0
+ 11
+358.75
+ 21
+67.5
+ 31
+0.0
+  0
+LINE
+  5
+14204
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+360.0
+ 20
+67.5
+ 30
+0.0
+ 11
+361.25
+ 21
+67.5
+ 31
+0.0
+  0
+LINE
+  5
+14205
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+362.5
+ 20
+67.5
+ 30
+0.0
+ 11
+363.75
+ 21
+67.5
+ 31
+0.0
+  0
+LINE
+  5
+14206
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+365.0
+ 20
+67.5
+ 30
+0.0
+ 11
+366.25
+ 21
+67.5
+ 31
+0.0
+  0
+LINE
+  5
+14207
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+367.5
+ 20
+67.5
+ 30
+0.0
+ 11
+368.75
+ 21
+67.5
+ 31
+0.0
+  0
+LINE
+  5
+14208
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+370.0
+ 20
+67.5
+ 30
+0.0
+ 11
+371.25
+ 21
+67.5
+ 31
+0.0
+  0
+LINE
+  5
+14209
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+312.0
+ 20
+68.75
+ 30
+0.0
+ 11
+312.5
+ 21
+68.75
+ 31
+0.0
+  0
+LINE
+  5
+1420A
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+313.75
+ 20
+68.75
+ 30
+0.0
+ 11
+315.0
+ 21
+68.75
+ 31
+0.0
+  0
+LINE
+  5
+1420B
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+316.25
+ 20
+68.75
+ 30
+0.0
+ 11
+317.5
+ 21
+68.75
+ 31
+0.0
+  0
+LINE
+  5
+1420C
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+318.75
+ 20
+68.75
+ 30
+0.0
+ 11
+320.0
+ 21
+68.75
+ 31
+0.0
+  0
+LINE
+  5
+1420D
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+321.25
+ 20
+68.75
+ 30
+0.0
+ 11
+322.5
+ 21
+68.75
+ 31
+0.0
+  0
+LINE
+  5
+1420E
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+323.75
+ 20
+68.75
+ 30
+0.0
+ 11
+325.0
+ 21
+68.75
+ 31
+0.0
+  0
+LINE
+  5
+1420F
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+326.25
+ 20
+68.75
+ 30
+0.0
+ 11
+327.5
+ 21
+68.75
+ 31
+0.0
+  0
+LINE
+  5
+14210
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+328.75
+ 20
+68.75
+ 30
+0.0
+ 11
+330.0
+ 21
+68.75
+ 31
+0.0
+  0
+LINE
+  5
+14211
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+331.25
+ 20
+68.75
+ 30
+0.0
+ 11
+332.5
+ 21
+68.75
+ 31
+0.0
+  0
+LINE
+  5
+14212
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+333.75
+ 20
+68.75
+ 30
+0.0
+ 11
+335.0
+ 21
+68.75
+ 31
+0.0
+  0
+LINE
+  5
+14213
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+336.25
+ 20
+68.75
+ 30
+0.0
+ 11
+337.5
+ 21
+68.75
+ 31
+0.0
+  0
+LINE
+  5
+14214
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+338.75
+ 20
+68.75
+ 30
+0.0
+ 11
+340.0
+ 21
+68.75
+ 31
+0.0
+  0
+LINE
+  5
+14215
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+341.25
+ 20
+68.75
+ 30
+0.0
+ 11
+342.5
+ 21
+68.75
+ 31
+0.0
+  0
+LINE
+  5
+14216
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+343.75
+ 20
+68.75
+ 30
+0.0
+ 11
+345.0
+ 21
+68.75
+ 31
+0.0
+  0
+LINE
+  5
+14217
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+346.25
+ 20
+68.75
+ 30
+0.0
+ 11
+347.5
+ 21
+68.75
+ 31
+0.0
+  0
+LINE
+  5
+14218
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+348.75
+ 20
+68.75
+ 30
+0.0
+ 11
+350.0
+ 21
+68.75
+ 31
+0.0
+  0
+LINE
+  5
+14219
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+351.25
+ 20
+68.75
+ 30
+0.0
+ 11
+352.5
+ 21
+68.75
+ 31
+0.0
+  0
+LINE
+  5
+1421A
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+353.75
+ 20
+68.75
+ 30
+0.0
+ 11
+355.0
+ 21
+68.75
+ 31
+0.0
+  0
+LINE
+  5
+1421B
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+356.25
+ 20
+68.75
+ 30
+0.0
+ 11
+357.5
+ 21
+68.75
+ 31
+0.0
+  0
+LINE
+  5
+1421C
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+358.75
+ 20
+68.75
+ 30
+0.0
+ 11
+360.0
+ 21
+68.75
+ 31
+0.0
+  0
+LINE
+  5
+1421D
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+361.25
+ 20
+68.75
+ 30
+0.0
+ 11
+362.5
+ 21
+68.75
+ 31
+0.0
+  0
+LINE
+  5
+1421E
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+363.75
+ 20
+68.75
+ 30
+0.0
+ 11
+365.0
+ 21
+68.75
+ 31
+0.0
+  0
+LINE
+  5
+1421F
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+366.25
+ 20
+68.75
+ 30
+0.0
+ 11
+367.5
+ 21
+68.75
+ 31
+0.0
+  0
+LINE
+  5
+14220
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+368.75
+ 20
+68.75
+ 30
+0.0
+ 11
+370.0
+ 21
+68.75
+ 31
+0.0
+  0
+LINE
+  5
+14221
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+371.25
+ 20
+68.75
+ 30
+0.0
+ 11
+372.0
+ 21
+68.75
+ 31
+0.0
+  0
+LINE
+  5
+14222
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+312.5
+ 20
+70.0
+ 30
+0.0
+ 11
+313.75
+ 21
+70.0
+ 31
+0.0
+  0
+LINE
+  5
+14223
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+315.0
+ 20
+70.0
+ 30
+0.0
+ 11
+316.25
+ 21
+70.0
+ 31
+0.0
+  0
+LINE
+  5
+14224
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+317.5
+ 20
+70.0
+ 30
+0.0
+ 11
+318.75
+ 21
+70.0
+ 31
+0.0
+  0
+LINE
+  5
+14225
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+320.0
+ 20
+70.0
+ 30
+0.0
+ 11
+321.25
+ 21
+70.0
+ 31
+0.0
+  0
+LINE
+  5
+14226
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+322.5
+ 20
+70.0
+ 30
+0.0
+ 11
+323.75
+ 21
+70.0
+ 31
+0.0
+  0
+LINE
+  5
+14227
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+325.0
+ 20
+70.0
+ 30
+0.0
+ 11
+326.25
+ 21
+70.0
+ 31
+0.0
+  0
+LINE
+  5
+14228
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+327.5
+ 20
+70.0
+ 30
+0.0
+ 11
+328.75
+ 21
+70.0
+ 31
+0.0
+  0
+LINE
+  5
+14229
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+330.0
+ 20
+70.0
+ 30
+0.0
+ 11
+331.25
+ 21
+70.0
+ 31
+0.0
+  0
+LINE
+  5
+1422A
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+332.5
+ 20
+70.0
+ 30
+0.0
+ 11
+333.75
+ 21
+70.0
+ 31
+0.0
+  0
+LINE
+  5
+1422B
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+335.0
+ 20
+70.0
+ 30
+0.0
+ 11
+336.25
+ 21
+70.0
+ 31
+0.0
+  0
+LINE
+  5
+1422C
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+337.5
+ 20
+70.0
+ 30
+0.0
+ 11
+338.75
+ 21
+70.0
+ 31
+0.0
+  0
+LINE
+  5
+1422D
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+340.0
+ 20
+70.0
+ 30
+0.0
+ 11
+341.25
+ 21
+70.0
+ 31
+0.0
+  0
+LINE
+  5
+1422E
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+342.5
+ 20
+70.0
+ 30
+0.0
+ 11
+343.75
+ 21
+70.0
+ 31
+0.0
+  0
+LINE
+  5
+1422F
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+345.0
+ 20
+70.0
+ 30
+0.0
+ 11
+346.25
+ 21
+70.0
+ 31
+0.0
+  0
+LINE
+  5
+14230
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+347.5
+ 20
+70.0
+ 30
+0.0
+ 11
+348.75
+ 21
+70.0
+ 31
+0.0
+  0
+LINE
+  5
+14231
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+350.0
+ 20
+70.0
+ 30
+0.0
+ 11
+351.25
+ 21
+70.0
+ 31
+0.0
+  0
+LINE
+  5
+14232
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+352.5
+ 20
+70.0
+ 30
+0.0
+ 11
+353.75
+ 21
+70.0
+ 31
+0.0
+  0
+LINE
+  5
+14233
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+355.0
+ 20
+70.0
+ 30
+0.0
+ 11
+356.25
+ 21
+70.0
+ 31
+0.0
+  0
+LINE
+  5
+14234
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+357.5
+ 20
+70.0
+ 30
+0.0
+ 11
+358.75
+ 21
+70.0
+ 31
+0.0
+  0
+LINE
+  5
+14235
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+360.0
+ 20
+70.0
+ 30
+0.0
+ 11
+361.25
+ 21
+70.0
+ 31
+0.0
+  0
+LINE
+  5
+14236
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+362.5
+ 20
+70.0
+ 30
+0.0
+ 11
+363.75
+ 21
+70.0
+ 31
+0.0
+  0
+LINE
+  5
+14237
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+365.0
+ 20
+70.0
+ 30
+0.0
+ 11
+366.25
+ 21
+70.0
+ 31
+0.0
+  0
+LINE
+  5
+14238
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+367.5
+ 20
+70.0
+ 30
+0.0
+ 11
+368.75
+ 21
+70.0
+ 31
+0.0
+  0
+LINE
+  5
+14239
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+370.0
+ 20
+70.0
+ 30
+0.0
+ 11
+371.25
+ 21
+70.0
+ 31
+0.0
+  0
+LINE
+  5
+1423A
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+312.0
+ 20
+71.25
+ 30
+0.0
+ 11
+312.5
+ 21
+71.25
+ 31
+0.0
+  0
+LINE
+  5
+1423B
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+313.75
+ 20
+71.25
+ 30
+0.0
+ 11
+315.0
+ 21
+71.25
+ 31
+0.0
+  0
+LINE
+  5
+1423C
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+316.25
+ 20
+71.25
+ 30
+0.0
+ 11
+317.5
+ 21
+71.25
+ 31
+0.0
+  0
+LINE
+  5
+1423D
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+318.75
+ 20
+71.25
+ 30
+0.0
+ 11
+320.0
+ 21
+71.25
+ 31
+0.0
+  0
+LINE
+  5
+1423E
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+321.25
+ 20
+71.25
+ 30
+0.0
+ 11
+322.5
+ 21
+71.25
+ 31
+0.0
+  0
+LINE
+  5
+1423F
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+323.75
+ 20
+71.25
+ 30
+0.0
+ 11
+325.0
+ 21
+71.25
+ 31
+0.0
+  0
+LINE
+  5
+14240
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+326.25
+ 20
+71.25
+ 30
+0.0
+ 11
+327.5
+ 21
+71.25
+ 31
+0.0
+  0
+LINE
+  5
+14241
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+328.75
+ 20
+71.25
+ 30
+0.0
+ 11
+330.0
+ 21
+71.25
+ 31
+0.0
+  0
+LINE
+  5
+14242
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+331.25
+ 20
+71.25
+ 30
+0.0
+ 11
+332.5
+ 21
+71.25
+ 31
+0.0
+  0
+LINE
+  5
+14243
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+333.75
+ 20
+71.25
+ 30
+0.0
+ 11
+335.0
+ 21
+71.25
+ 31
+0.0
+  0
+LINE
+  5
+14244
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+336.25
+ 20
+71.25
+ 30
+0.0
+ 11
+337.5
+ 21
+71.25
+ 31
+0.0
+  0
+LINE
+  5
+14245
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+338.75
+ 20
+71.25
+ 30
+0.0
+ 11
+340.0
+ 21
+71.25
+ 31
+0.0
+  0
+LINE
+  5
+14246
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+341.25
+ 20
+71.25
+ 30
+0.0
+ 11
+342.5
+ 21
+71.25
+ 31
+0.0
+  0
+LINE
+  5
+14247
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+343.75
+ 20
+71.25
+ 30
+0.0
+ 11
+345.0
+ 21
+71.25
+ 31
+0.0
+  0
+LINE
+  5
+14248
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+346.25
+ 20
+71.25
+ 30
+0.0
+ 11
+347.5
+ 21
+71.25
+ 31
+0.0
+  0
+LINE
+  5
+14249
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+348.75
+ 20
+71.25
+ 30
+0.0
+ 11
+350.0
+ 21
+71.25
+ 31
+0.0
+  0
+LINE
+  5
+1424A
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+351.25
+ 20
+71.25
+ 30
+0.0
+ 11
+352.5
+ 21
+71.25
+ 31
+0.0
+  0
+LINE
+  5
+1424B
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+353.75
+ 20
+71.25
+ 30
+0.0
+ 11
+355.0
+ 21
+71.25
+ 31
+0.0
+  0
+LINE
+  5
+1424C
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+356.25
+ 20
+71.25
+ 30
+0.0
+ 11
+357.5
+ 21
+71.25
+ 31
+0.0
+  0
+LINE
+  5
+1424D
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+358.75
+ 20
+71.25
+ 30
+0.0
+ 11
+360.0
+ 21
+71.25
+ 31
+0.0
+  0
+LINE
+  5
+1424E
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+361.25
+ 20
+71.25
+ 30
+0.0
+ 11
+362.5
+ 21
+71.25
+ 31
+0.0
+  0
+LINE
+  5
+1424F
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+363.75
+ 20
+71.25
+ 30
+0.0
+ 11
+365.0
+ 21
+71.25
+ 31
+0.0
+  0
+LINE
+  5
+14250
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+366.25
+ 20
+71.25
+ 30
+0.0
+ 11
+367.5
+ 21
+71.25
+ 31
+0.0
+  0
+LINE
+  5
+14251
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+368.75
+ 20
+71.25
+ 30
+0.0
+ 11
+370.0
+ 21
+71.25
+ 31
+0.0
+  0
+LINE
+  5
+14252
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+371.25
+ 20
+71.25
+ 30
+0.0
+ 11
+372.0
+ 21
+71.25
+ 31
+0.0
+  0
+LINE
+  5
+14253
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+312.5
+ 20
+72.5
+ 30
+0.0
+ 11
+313.75
+ 21
+72.5
+ 31
+0.0
+  0
+LINE
+  5
+14254
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+315.0
+ 20
+72.5
+ 30
+0.0
+ 11
+316.25
+ 21
+72.5
+ 31
+0.0
+  0
+LINE
+  5
+14255
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+317.5
+ 20
+72.5
+ 30
+0.0
+ 11
+318.75
+ 21
+72.5
+ 31
+0.0
+  0
+LINE
+  5
+14256
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+320.0
+ 20
+72.5
+ 30
+0.0
+ 11
+321.25
+ 21
+72.5
+ 31
+0.0
+  0
+LINE
+  5
+14257
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+322.5
+ 20
+72.5
+ 30
+0.0
+ 11
+323.75
+ 21
+72.5
+ 31
+0.0
+  0
+LINE
+  5
+14258
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+325.0
+ 20
+72.5
+ 30
+0.0
+ 11
+326.25
+ 21
+72.5
+ 31
+0.0
+  0
+LINE
+  5
+14259
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+327.5
+ 20
+72.5
+ 30
+0.0
+ 11
+328.75
+ 21
+72.5
+ 31
+0.0
+  0
+LINE
+  5
+1425A
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+330.0
+ 20
+72.5
+ 30
+0.0
+ 11
+331.25
+ 21
+72.5
+ 31
+0.0
+  0
+LINE
+  5
+1425B
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+332.5
+ 20
+72.5
+ 30
+0.0
+ 11
+333.75
+ 21
+72.5
+ 31
+0.0
+  0
+LINE
+  5
+1425C
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+335.0
+ 20
+72.5
+ 30
+0.0
+ 11
+336.25
+ 21
+72.5
+ 31
+0.0
+  0
+LINE
+  5
+1425D
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+337.5
+ 20
+72.5
+ 30
+0.0
+ 11
+338.75
+ 21
+72.5
+ 31
+0.0
+  0
+LINE
+  5
+1425E
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+340.0
+ 20
+72.5
+ 30
+0.0
+ 11
+341.25
+ 21
+72.5
+ 31
+0.0
+  0
+LINE
+  5
+1425F
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+342.5
+ 20
+72.5
+ 30
+0.0
+ 11
+343.75
+ 21
+72.5
+ 31
+0.0
+  0
+LINE
+  5
+14260
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+345.0
+ 20
+72.5
+ 30
+0.0
+ 11
+346.25
+ 21
+72.5
+ 31
+0.0
+  0
+LINE
+  5
+14261
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+347.5
+ 20
+72.5
+ 30
+0.0
+ 11
+348.75
+ 21
+72.5
+ 31
+0.0
+  0
+LINE
+  5
+14262
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+350.0
+ 20
+72.5
+ 30
+0.0
+ 11
+351.25
+ 21
+72.5
+ 31
+0.0
+  0
+LINE
+  5
+14263
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+352.5
+ 20
+72.5
+ 30
+0.0
+ 11
+353.75
+ 21
+72.5
+ 31
+0.0
+  0
+LINE
+  5
+14264
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+355.0
+ 20
+72.5
+ 30
+0.0
+ 11
+356.25
+ 21
+72.5
+ 31
+0.0
+  0
+LINE
+  5
+14265
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+357.5
+ 20
+72.5
+ 30
+0.0
+ 11
+358.75
+ 21
+72.5
+ 31
+0.0
+  0
+LINE
+  5
+14266
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+360.0
+ 20
+72.5
+ 30
+0.0
+ 11
+361.25
+ 21
+72.5
+ 31
+0.0
+  0
+LINE
+  5
+14267
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+362.5
+ 20
+72.5
+ 30
+0.0
+ 11
+363.75
+ 21
+72.5
+ 31
+0.0
+  0
+LINE
+  5
+14268
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+365.0
+ 20
+72.5
+ 30
+0.0
+ 11
+366.25
+ 21
+72.5
+ 31
+0.0
+  0
+LINE
+  5
+14269
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+367.5
+ 20
+72.5
+ 30
+0.0
+ 11
+368.75
+ 21
+72.5
+ 31
+0.0
+  0
+LINE
+  5
+1426A
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+370.0
+ 20
+72.5
+ 30
+0.0
+ 11
+371.25
+ 21
+72.5
+ 31
+0.0
+  0
+LINE
+  5
+1426B
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+312.0
+ 20
+73.75
+ 30
+0.0
+ 11
+312.5
+ 21
+73.75
+ 31
+0.0
+  0
+LINE
+  5
+1426C
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+313.75
+ 20
+73.75
+ 30
+0.0
+ 11
+315.0
+ 21
+73.75
+ 31
+0.0
+  0
+LINE
+  5
+1426D
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+316.25
+ 20
+73.75
+ 30
+0.0
+ 11
+317.5
+ 21
+73.75
+ 31
+0.0
+  0
+LINE
+  5
+1426E
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+318.75
+ 20
+73.75
+ 30
+0.0
+ 11
+320.0
+ 21
+73.75
+ 31
+0.0
+  0
+LINE
+  5
+1426F
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+321.25
+ 20
+73.75
+ 30
+0.0
+ 11
+322.5
+ 21
+73.75
+ 31
+0.0
+  0
+LINE
+  5
+14270
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+323.75
+ 20
+73.75
+ 30
+0.0
+ 11
+325.0
+ 21
+73.75
+ 31
+0.0
+  0
+LINE
+  5
+14271
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+326.25
+ 20
+73.75
+ 30
+0.0
+ 11
+327.5
+ 21
+73.75
+ 31
+0.0
+  0
+LINE
+  5
+14272
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+328.75
+ 20
+73.75
+ 30
+0.0
+ 11
+330.0
+ 21
+73.75
+ 31
+0.0
+  0
+LINE
+  5
+14273
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+331.25
+ 20
+73.75
+ 30
+0.0
+ 11
+332.5
+ 21
+73.75
+ 31
+0.0
+  0
+LINE
+  5
+14274
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+333.75
+ 20
+73.75
+ 30
+0.0
+ 11
+335.0
+ 21
+73.75
+ 31
+0.0
+  0
+LINE
+  5
+14275
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+336.25
+ 20
+73.75
+ 30
+0.0
+ 11
+337.5
+ 21
+73.75
+ 31
+0.0
+  0
+LINE
+  5
+14276
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+338.75
+ 20
+73.75
+ 30
+0.0
+ 11
+340.0
+ 21
+73.75
+ 31
+0.0
+  0
+LINE
+  5
+14277
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+341.25
+ 20
+73.75
+ 30
+0.0
+ 11
+342.5
+ 21
+73.75
+ 31
+0.0
+  0
+LINE
+  5
+14278
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+343.75
+ 20
+73.75
+ 30
+0.0
+ 11
+345.0
+ 21
+73.75
+ 31
+0.0
+  0
+LINE
+  5
+14279
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+346.25
+ 20
+73.75
+ 30
+0.0
+ 11
+347.5
+ 21
+73.75
+ 31
+0.0
+  0
+LINE
+  5
+1427A
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+348.75
+ 20
+73.75
+ 30
+0.0
+ 11
+350.0
+ 21
+73.75
+ 31
+0.0
+  0
+LINE
+  5
+1427B
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+351.25
+ 20
+73.75
+ 30
+0.0
+ 11
+352.5
+ 21
+73.75
+ 31
+0.0
+  0
+LINE
+  5
+1427C
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+353.75
+ 20
+73.75
+ 30
+0.0
+ 11
+355.0
+ 21
+73.75
+ 31
+0.0
+  0
+LINE
+  5
+1427D
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+356.25
+ 20
+73.75
+ 30
+0.0
+ 11
+357.5
+ 21
+73.75
+ 31
+0.0
+  0
+LINE
+  5
+1427E
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+358.75
+ 20
+73.75
+ 30
+0.0
+ 11
+360.0
+ 21
+73.75
+ 31
+0.0
+  0
+LINE
+  5
+1427F
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+361.25
+ 20
+73.75
+ 30
+0.0
+ 11
+362.5
+ 21
+73.75
+ 31
+0.0
+  0
+LINE
+  5
+14280
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+363.75
+ 20
+73.75
+ 30
+0.0
+ 11
+365.0
+ 21
+73.75
+ 31
+0.0
+  0
+LINE
+  5
+14281
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+366.25
+ 20
+73.75
+ 30
+0.0
+ 11
+367.5
+ 21
+73.75
+ 31
+0.0
+  0
+LINE
+  5
+14282
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+368.75
+ 20
+73.75
+ 30
+0.0
+ 11
+370.0
+ 21
+73.75
+ 31
+0.0
+  0
+LINE
+  5
+14283
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+371.25
+ 20
+73.75
+ 30
+0.0
+ 11
+372.0
+ 21
+73.75
+ 31
+0.0
+  0
+LINE
+  5
+14284
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+312.5
+ 20
+75.0
+ 30
+0.0
+ 11
+313.75
+ 21
+75.0
+ 31
+0.0
+  0
+LINE
+  5
+14285
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+315.0
+ 20
+75.0
+ 30
+0.0
+ 11
+316.25
+ 21
+75.0
+ 31
+0.0
+  0
+LINE
+  5
+14286
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+317.5
+ 20
+75.0
+ 30
+0.0
+ 11
+318.75
+ 21
+75.0
+ 31
+0.0
+  0
+LINE
+  5
+14287
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+320.0
+ 20
+75.0
+ 30
+0.0
+ 11
+321.25
+ 21
+75.0
+ 31
+0.0
+  0
+LINE
+  5
+14288
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+322.5
+ 20
+75.0
+ 30
+0.0
+ 11
+323.75
+ 21
+75.0
+ 31
+0.0
+  0
+LINE
+  5
+14289
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+325.0
+ 20
+75.0
+ 30
+0.0
+ 11
+326.25
+ 21
+75.0
+ 31
+0.0
+  0
+LINE
+  5
+1428A
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+327.5
+ 20
+75.0
+ 30
+0.0
+ 11
+328.75
+ 21
+75.0
+ 31
+0.0
+  0
+LINE
+  5
+1428B
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+330.0
+ 20
+75.0
+ 30
+0.0
+ 11
+331.25
+ 21
+75.0
+ 31
+0.0
+  0
+LINE
+  5
+1428C
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+332.5
+ 20
+75.0
+ 30
+0.0
+ 11
+333.75
+ 21
+75.0
+ 31
+0.0
+  0
+LINE
+  5
+1428D
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+335.0
+ 20
+75.0
+ 30
+0.0
+ 11
+336.25
+ 21
+75.0
+ 31
+0.0
+  0
+LINE
+  5
+1428E
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+337.5
+ 20
+75.0
+ 30
+0.0
+ 11
+338.75
+ 21
+75.0
+ 31
+0.0
+  0
+LINE
+  5
+1428F
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+340.0
+ 20
+75.0
+ 30
+0.0
+ 11
+341.25
+ 21
+75.0
+ 31
+0.0
+  0
+LINE
+  5
+14290
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+342.5
+ 20
+75.0
+ 30
+0.0
+ 11
+343.75
+ 21
+75.0
+ 31
+0.0
+  0
+LINE
+  5
+14291
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+345.0
+ 20
+75.0
+ 30
+0.0
+ 11
+346.25
+ 21
+75.0
+ 31
+0.0
+  0
+LINE
+  5
+14292
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+347.5
+ 20
+75.0
+ 30
+0.0
+ 11
+348.75
+ 21
+75.0
+ 31
+0.0
+  0
+LINE
+  5
+14293
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+350.0
+ 20
+75.0
+ 30
+0.0
+ 11
+351.25
+ 21
+75.0
+ 31
+0.0
+  0
+LINE
+  5
+14294
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+352.5
+ 20
+75.0
+ 30
+0.0
+ 11
+353.75
+ 21
+75.0
+ 31
+0.0
+  0
+LINE
+  5
+14295
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+355.0
+ 20
+75.0
+ 30
+0.0
+ 11
+356.25
+ 21
+75.0
+ 31
+0.0
+  0
+LINE
+  5
+14296
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+357.5
+ 20
+75.0
+ 30
+0.0
+ 11
+358.75
+ 21
+75.0
+ 31
+0.0
+  0
+LINE
+  5
+14297
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+360.0
+ 20
+75.0
+ 30
+0.0
+ 11
+361.25
+ 21
+75.0
+ 31
+0.0
+  0
+LINE
+  5
+14298
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+362.5
+ 20
+75.0
+ 30
+0.0
+ 11
+363.75
+ 21
+75.0
+ 31
+0.0
+  0
+LINE
+  5
+14299
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+365.0
+ 20
+75.0
+ 30
+0.0
+ 11
+366.25
+ 21
+75.0
+ 31
+0.0
+  0
+LINE
+  5
+1429A
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+367.5
+ 20
+75.0
+ 30
+0.0
+ 11
+368.75
+ 21
+75.0
+ 31
+0.0
+  0
+LINE
+  5
+1429B
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+370.0
+ 20
+75.0
+ 30
+0.0
+ 11
+371.25
+ 21
+75.0
+ 31
+0.0
+  0
+LINE
+  5
+1429C
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+312.0
+ 20
+76.25
+ 30
+0.0
+ 11
+312.5
+ 21
+76.25
+ 31
+0.0
+  0
+LINE
+  5
+1429D
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+313.75
+ 20
+76.25
+ 30
+0.0
+ 11
+315.0
+ 21
+76.25
+ 31
+0.0
+  0
+LINE
+  5
+1429E
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+316.25
+ 20
+76.25
+ 30
+0.0
+ 11
+317.5
+ 21
+76.25
+ 31
+0.0
+  0
+LINE
+  5
+1429F
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+318.75
+ 20
+76.25
+ 30
+0.0
+ 11
+320.0
+ 21
+76.25
+ 31
+0.0
+  0
+LINE
+  5
+142A0
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+321.25
+ 20
+76.25
+ 30
+0.0
+ 11
+322.5
+ 21
+76.25
+ 31
+0.0
+  0
+LINE
+  5
+142A1
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+323.75
+ 20
+76.25
+ 30
+0.0
+ 11
+325.0
+ 21
+76.25
+ 31
+0.0
+  0
+LINE
+  5
+142A2
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+326.25
+ 20
+76.25
+ 30
+0.0
+ 11
+327.5
+ 21
+76.25
+ 31
+0.0
+  0
+LINE
+  5
+142A3
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+328.75
+ 20
+76.25
+ 30
+0.0
+ 11
+330.0
+ 21
+76.25
+ 31
+0.0
+  0
+LINE
+  5
+142A4
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+331.25
+ 20
+76.25
+ 30
+0.0
+ 11
+332.5
+ 21
+76.25
+ 31
+0.0
+  0
+LINE
+  5
+142A5
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+333.75
+ 20
+76.25
+ 30
+0.0
+ 11
+335.0
+ 21
+76.25
+ 31
+0.0
+  0
+LINE
+  5
+142A6
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+336.25
+ 20
+76.25
+ 30
+0.0
+ 11
+337.5
+ 21
+76.25
+ 31
+0.0
+  0
+LINE
+  5
+142A7
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+338.75
+ 20
+76.25
+ 30
+0.0
+ 11
+340.0
+ 21
+76.25
+ 31
+0.0
+  0
+LINE
+  5
+142A8
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+341.25
+ 20
+76.25
+ 30
+0.0
+ 11
+342.5
+ 21
+76.25
+ 31
+0.0
+  0
+LINE
+  5
+142A9
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+343.75
+ 20
+76.25
+ 30
+0.0
+ 11
+345.0
+ 21
+76.25
+ 31
+0.0
+  0
+LINE
+  5
+142AA
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+346.25
+ 20
+76.25
+ 30
+0.0
+ 11
+347.5
+ 21
+76.25
+ 31
+0.0
+  0
+LINE
+  5
+142AB
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+348.75
+ 20
+76.25
+ 30
+0.0
+ 11
+350.0
+ 21
+76.25
+ 31
+0.0
+  0
+LINE
+  5
+142AC
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+351.25
+ 20
+76.25
+ 30
+0.0
+ 11
+352.5
+ 21
+76.25
+ 31
+0.0
+  0
+LINE
+  5
+142AD
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+353.75
+ 20
+76.25
+ 30
+0.0
+ 11
+355.0
+ 21
+76.25
+ 31
+0.0
+  0
+LINE
+  5
+142AE
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+356.25
+ 20
+76.25
+ 30
+0.0
+ 11
+357.5
+ 21
+76.25
+ 31
+0.0
+  0
+LINE
+  5
+142AF
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+358.75
+ 20
+76.25
+ 30
+0.0
+ 11
+360.0
+ 21
+76.25
+ 31
+0.0
+  0
+LINE
+  5
+142B0
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+361.25
+ 20
+76.25
+ 30
+0.0
+ 11
+362.5
+ 21
+76.25
+ 31
+0.0
+  0
+LINE
+  5
+142B1
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+363.75
+ 20
+76.25
+ 30
+0.0
+ 11
+365.0
+ 21
+76.25
+ 31
+0.0
+  0
+LINE
+  5
+142B2
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+366.25
+ 20
+76.25
+ 30
+0.0
+ 11
+367.5
+ 21
+76.25
+ 31
+0.0
+  0
+LINE
+  5
+142B3
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+368.75
+ 20
+76.25
+ 30
+0.0
+ 11
+370.0
+ 21
+76.25
+ 31
+0.0
+  0
+LINE
+  5
+142B4
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+371.25
+ 20
+76.25
+ 30
+0.0
+ 11
+372.0
+ 21
+76.25
+ 31
+0.0
+  0
+LINE
+  5
+142B5
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+312.5
+ 20
+77.5
+ 30
+0.0
+ 11
+313.75
+ 21
+77.5
+ 31
+0.0
+  0
+LINE
+  5
+142B6
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+315.0
+ 20
+77.5
+ 30
+0.0
+ 11
+316.25
+ 21
+77.5
+ 31
+0.0
+  0
+LINE
+  5
+142B7
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+317.5
+ 20
+77.5
+ 30
+0.0
+ 11
+318.75
+ 21
+77.5
+ 31
+0.0
+  0
+LINE
+  5
+142B8
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+320.0
+ 20
+77.5
+ 30
+0.0
+ 11
+321.25
+ 21
+77.5
+ 31
+0.0
+  0
+LINE
+  5
+142B9
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+322.5
+ 20
+77.5
+ 30
+0.0
+ 11
+323.75
+ 21
+77.5
+ 31
+0.0
+  0
+LINE
+  5
+142BA
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+325.0
+ 20
+77.5
+ 30
+0.0
+ 11
+326.25
+ 21
+77.5
+ 31
+0.0
+  0
+LINE
+  5
+142BB
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+327.5
+ 20
+77.5
+ 30
+0.0
+ 11
+328.75
+ 21
+77.5
+ 31
+0.0
+  0
+LINE
+  5
+142BC
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+330.0
+ 20
+77.5
+ 30
+0.0
+ 11
+331.25
+ 21
+77.5
+ 31
+0.0
+  0
+LINE
+  5
+142BD
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+332.5
+ 20
+77.5
+ 30
+0.0
+ 11
+333.75
+ 21
+77.5
+ 31
+0.0
+  0
+LINE
+  5
+142BE
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+335.0
+ 20
+77.5
+ 30
+0.0
+ 11
+336.25
+ 21
+77.5
+ 31
+0.0
+  0
+LINE
+  5
+142BF
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+337.5
+ 20
+77.5
+ 30
+0.0
+ 11
+338.75
+ 21
+77.5
+ 31
+0.0
+  0
+LINE
+  5
+142C0
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+340.0
+ 20
+77.5
+ 30
+0.0
+ 11
+341.25
+ 21
+77.5
+ 31
+0.0
+  0
+LINE
+  5
+142C1
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+342.5
+ 20
+77.5
+ 30
+0.0
+ 11
+343.75
+ 21
+77.5
+ 31
+0.0
+  0
+LINE
+  5
+142C2
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+345.0
+ 20
+77.5
+ 30
+0.0
+ 11
+346.25
+ 21
+77.5
+ 31
+0.0
+  0
+LINE
+  5
+142C3
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+347.5
+ 20
+77.5
+ 30
+0.0
+ 11
+348.75
+ 21
+77.5
+ 31
+0.0
+  0
+LINE
+  5
+142C4
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+350.0
+ 20
+77.5
+ 30
+0.0
+ 11
+351.25
+ 21
+77.5
+ 31
+0.0
+  0
+LINE
+  5
+142C5
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+352.5
+ 20
+77.5
+ 30
+0.0
+ 11
+353.75
+ 21
+77.5
+ 31
+0.0
+  0
+LINE
+  5
+142C6
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+355.0
+ 20
+77.5
+ 30
+0.0
+ 11
+356.25
+ 21
+77.5
+ 31
+0.0
+  0
+LINE
+  5
+142C7
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+357.5
+ 20
+77.5
+ 30
+0.0
+ 11
+358.75
+ 21
+77.5
+ 31
+0.0
+  0
+LINE
+  5
+142C8
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+360.0
+ 20
+77.5
+ 30
+0.0
+ 11
+361.25
+ 21
+77.5
+ 31
+0.0
+  0
+LINE
+  5
+142C9
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+362.5
+ 20
+77.5
+ 30
+0.0
+ 11
+363.75
+ 21
+77.5
+ 31
+0.0
+  0
+LINE
+  5
+142CA
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+365.0
+ 20
+77.5
+ 30
+0.0
+ 11
+366.25
+ 21
+77.5
+ 31
+0.0
+  0
+LINE
+  5
+142CB
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+367.5
+ 20
+77.5
+ 30
+0.0
+ 11
+368.75
+ 21
+77.5
+ 31
+0.0
+  0
+LINE
+  5
+142CC
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+370.0
+ 20
+77.5
+ 30
+0.0
+ 11
+371.25
+ 21
+77.5
+ 31
+0.0
+  0
+LINE
+  5
+142CD
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+312.0
+ 20
+78.75
+ 30
+0.0
+ 11
+312.5
+ 21
+78.75
+ 31
+0.0
+  0
+LINE
+  5
+142CE
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+313.75
+ 20
+78.75
+ 30
+0.0
+ 11
+315.0
+ 21
+78.75
+ 31
+0.0
+  0
+LINE
+  5
+142CF
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+316.25
+ 20
+78.75
+ 30
+0.0
+ 11
+317.5
+ 21
+78.75
+ 31
+0.0
+  0
+LINE
+  5
+142D0
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+318.75
+ 20
+78.75
+ 30
+0.0
+ 11
+320.0
+ 21
+78.75
+ 31
+0.0
+  0
+LINE
+  5
+142D1
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+321.25
+ 20
+78.75
+ 30
+0.0
+ 11
+322.5
+ 21
+78.75
+ 31
+0.0
+  0
+LINE
+  5
+142D2
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+323.75
+ 20
+78.75
+ 30
+0.0
+ 11
+325.0
+ 21
+78.75
+ 31
+0.0
+  0
+LINE
+  5
+142D3
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+326.25
+ 20
+78.75
+ 30
+0.0
+ 11
+327.5
+ 21
+78.75
+ 31
+0.0
+  0
+LINE
+  5
+142D4
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+328.75
+ 20
+78.75
+ 30
+0.0
+ 11
+330.0
+ 21
+78.75
+ 31
+0.0
+  0
+LINE
+  5
+142D5
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+331.25
+ 20
+78.75
+ 30
+0.0
+ 11
+332.5
+ 21
+78.75
+ 31
+0.0
+  0
+LINE
+  5
+142D6
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+333.75
+ 20
+78.75
+ 30
+0.0
+ 11
+335.0
+ 21
+78.75
+ 31
+0.0
+  0
+LINE
+  5
+142D7
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+336.25
+ 20
+78.75
+ 30
+0.0
+ 11
+337.5
+ 21
+78.75
+ 31
+0.0
+  0
+LINE
+  5
+142D8
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+338.75
+ 20
+78.75
+ 30
+0.0
+ 11
+340.0
+ 21
+78.75
+ 31
+0.0
+  0
+LINE
+  5
+142D9
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+341.25
+ 20
+78.75
+ 30
+0.0
+ 11
+342.5
+ 21
+78.75
+ 31
+0.0
+  0
+LINE
+  5
+142DA
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+343.75
+ 20
+78.75
+ 30
+0.0
+ 11
+345.0
+ 21
+78.75
+ 31
+0.0
+  0
+LINE
+  5
+142DB
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+346.25
+ 20
+78.75
+ 30
+0.0
+ 11
+347.5
+ 21
+78.75
+ 31
+0.0
+  0
+LINE
+  5
+142DC
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+348.75
+ 20
+78.75
+ 30
+0.0
+ 11
+350.0
+ 21
+78.75
+ 31
+0.0
+  0
+LINE
+  5
+142DD
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+351.25
+ 20
+78.75
+ 30
+0.0
+ 11
+352.5
+ 21
+78.75
+ 31
+0.0
+  0
+LINE
+  5
+142DE
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+353.75
+ 20
+78.75
+ 30
+0.0
+ 11
+355.0
+ 21
+78.75
+ 31
+0.0
+  0
+LINE
+  5
+142DF
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+356.25
+ 20
+78.75
+ 30
+0.0
+ 11
+357.5
+ 21
+78.75
+ 31
+0.0
+  0
+LINE
+  5
+142E0
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+358.75
+ 20
+78.75
+ 30
+0.0
+ 11
+360.0
+ 21
+78.75
+ 31
+0.0
+  0
+LINE
+  5
+142E1
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+361.25
+ 20
+78.75
+ 30
+0.0
+ 11
+362.5
+ 21
+78.75
+ 31
+0.0
+  0
+LINE
+  5
+142E2
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+363.75
+ 20
+78.75
+ 30
+0.0
+ 11
+365.0
+ 21
+78.75
+ 31
+0.0
+  0
+LINE
+  5
+142E3
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+366.25
+ 20
+78.75
+ 30
+0.0
+ 11
+367.5
+ 21
+78.75
+ 31
+0.0
+  0
+LINE
+  5
+142E4
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+368.75
+ 20
+78.75
+ 30
+0.0
+ 11
+370.0
+ 21
+78.75
+ 31
+0.0
+  0
+LINE
+  5
+142E5
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+371.25
+ 20
+78.75
+ 30
+0.0
+ 11
+372.0
+ 21
+78.75
+ 31
+0.0
+  0
+LINE
+  5
+142E6
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+312.0
+ 20
+58.75
+ 30
+0.0
+ 11
+312.5
+ 21
+58.75
+ 31
+0.0
+  0
+LINE
+  5
+142E7
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+313.75
+ 20
+58.75
+ 30
+0.0
+ 11
+315.0
+ 21
+58.75
+ 31
+0.0
+  0
+LINE
+  5
+142E8
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+316.25
+ 20
+58.75
+ 30
+0.0
+ 11
+317.5
+ 21
+58.75
+ 31
+0.0
+  0
+LINE
+  5
+142E9
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+318.75
+ 20
+58.75
+ 30
+0.0
+ 11
+320.0
+ 21
+58.75
+ 31
+0.0
+  0
+LINE
+  5
+142EA
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+321.25
+ 20
+58.75
+ 30
+0.0
+ 11
+322.5
+ 21
+58.75
+ 31
+0.0
+  0
+LINE
+  5
+142EB
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+323.75
+ 20
+58.75
+ 30
+0.0
+ 11
+325.0
+ 21
+58.75
+ 31
+0.0
+  0
+LINE
+  5
+142EC
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+326.25
+ 20
+58.75
+ 30
+0.0
+ 11
+327.5
+ 21
+58.75
+ 31
+0.0
+  0
+LINE
+  5
+142ED
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+328.75
+ 20
+58.75
+ 30
+0.0
+ 11
+330.0
+ 21
+58.75
+ 31
+0.0
+  0
+LINE
+  5
+142EE
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+331.25
+ 20
+58.75
+ 30
+0.0
+ 11
+332.5
+ 21
+58.75
+ 31
+0.0
+  0
+LINE
+  5
+142EF
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+333.75
+ 20
+58.75
+ 30
+0.0
+ 11
+335.0
+ 21
+58.75
+ 31
+0.0
+  0
+LINE
+  5
+142F0
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+336.25
+ 20
+58.75
+ 30
+0.0
+ 11
+337.5
+ 21
+58.75
+ 31
+0.0
+  0
+LINE
+  5
+142F1
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+338.75
+ 20
+58.75
+ 30
+0.0
+ 11
+340.0
+ 21
+58.75
+ 31
+0.0
+  0
+LINE
+  5
+142F2
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+341.25
+ 20
+58.75
+ 30
+0.0
+ 11
+342.5
+ 21
+58.75
+ 31
+0.0
+  0
+LINE
+  5
+142F3
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+349.0
+ 20
+58.75
+ 30
+0.0
+ 11
+350.0
+ 21
+58.75
+ 31
+0.0
+  0
+LINE
+  5
+142F4
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+351.25
+ 20
+58.75
+ 30
+0.0
+ 11
+352.5
+ 21
+58.75
+ 31
+0.0
+  0
+LINE
+  5
+142F5
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+353.75
+ 20
+58.75
+ 30
+0.0
+ 11
+355.0
+ 21
+58.75
+ 31
+0.0
+  0
+LINE
+  5
+142F6
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+356.25
+ 20
+58.75
+ 30
+0.0
+ 11
+357.5
+ 21
+58.75
+ 31
+0.0
+  0
+LINE
+  5
+142F7
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+358.75
+ 20
+58.75
+ 30
+0.0
+ 11
+360.0
+ 21
+58.75
+ 31
+0.0
+  0
+LINE
+  5
+142F8
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+361.25
+ 20
+58.75
+ 30
+0.0
+ 11
+362.5
+ 21
+58.75
+ 31
+0.0
+  0
+LINE
+  5
+142F9
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+363.75
+ 20
+58.75
+ 30
+0.0
+ 11
+365.0
+ 21
+58.75
+ 31
+0.0
+  0
+LINE
+  5
+142FA
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+366.25
+ 20
+58.75
+ 30
+0.0
+ 11
+367.5
+ 21
+58.75
+ 31
+0.0
+  0
+LINE
+  5
+142FB
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+368.75
+ 20
+58.75
+ 30
+0.0
+ 11
+370.0
+ 21
+58.75
+ 31
+0.0
+  0
+LINE
+  5
+142FC
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+371.25
+ 20
+58.75
+ 30
+0.0
+ 11
+372.0
+ 21
+58.75
+ 31
+0.0
+  0
+LINE
+  5
+142FD
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+312.5
+ 20
+57.5
+ 30
+0.0
+ 11
+313.75
+ 21
+57.5
+ 31
+0.0
+  0
+LINE
+  5
+142FE
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+315.0
+ 20
+57.5
+ 30
+0.0
+ 11
+316.25
+ 21
+57.5
+ 31
+0.0
+  0
+LINE
+  5
+142FF
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+317.5
+ 20
+57.5
+ 30
+0.0
+ 11
+318.75
+ 21
+57.5
+ 31
+0.0
+  0
+LINE
+  5
+14300
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+320.0
+ 20
+57.5
+ 30
+0.0
+ 11
+321.25
+ 21
+57.5
+ 31
+0.0
+  0
+LINE
+  5
+14301
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+322.5
+ 20
+57.5
+ 30
+0.0
+ 11
+323.75
+ 21
+57.5
+ 31
+0.0
+  0
+LINE
+  5
+14302
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+325.0
+ 20
+57.5
+ 30
+0.0
+ 11
+326.25
+ 21
+57.5
+ 31
+0.0
+  0
+LINE
+  5
+14303
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+327.5
+ 20
+57.5
+ 30
+0.0
+ 11
+328.75
+ 21
+57.5
+ 31
+0.0
+  0
+LINE
+  5
+14304
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+330.0
+ 20
+57.5
+ 30
+0.0
+ 11
+331.25
+ 21
+57.5
+ 31
+0.0
+  0
+LINE
+  5
+14305
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+332.5
+ 20
+57.5
+ 30
+0.0
+ 11
+333.75
+ 21
+57.5
+ 31
+0.0
+  0
+LINE
+  5
+14306
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+335.0
+ 20
+57.5
+ 30
+0.0
+ 11
+336.25
+ 21
+57.5
+ 31
+0.0
+  0
+LINE
+  5
+14307
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+337.5
+ 20
+57.5
+ 30
+0.0
+ 11
+338.75
+ 21
+57.5
+ 31
+0.0
+  0
+LINE
+  5
+14308
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+340.0
+ 20
+57.5
+ 30
+0.0
+ 11
+341.25
+ 21
+57.5
+ 31
+0.0
+  0
+LINE
+  5
+14309
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+342.5
+ 20
+57.5
+ 30
+0.0
+ 11
+343.0
+ 21
+57.5
+ 31
+0.0
+  0
+LINE
+  5
+1430A
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+350.0
+ 20
+57.5
+ 30
+0.0
+ 11
+351.25
+ 21
+57.5
+ 31
+0.0
+  0
+LINE
+  5
+1430B
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+352.5
+ 20
+57.5
+ 30
+0.0
+ 11
+353.75
+ 21
+57.5
+ 31
+0.0
+  0
+LINE
+  5
+1430C
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+355.0
+ 20
+57.5
+ 30
+0.0
+ 11
+356.25
+ 21
+57.5
+ 31
+0.0
+  0
+LINE
+  5
+1430D
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+357.5
+ 20
+57.5
+ 30
+0.0
+ 11
+358.75
+ 21
+57.5
+ 31
+0.0
+  0
+LINE
+  5
+1430E
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+360.0
+ 20
+57.5
+ 30
+0.0
+ 11
+361.25
+ 21
+57.5
+ 31
+0.0
+  0
+LINE
+  5
+1430F
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+362.5
+ 20
+57.5
+ 30
+0.0
+ 11
+363.75
+ 21
+57.5
+ 31
+0.0
+  0
+LINE
+  5
+14310
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+365.0
+ 20
+57.5
+ 30
+0.0
+ 11
+366.25
+ 21
+57.5
+ 31
+0.0
+  0
+LINE
+  5
+14311
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+367.5
+ 20
+57.5
+ 30
+0.0
+ 11
+368.75
+ 21
+57.5
+ 31
+0.0
+  0
+LINE
+  5
+14312
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+370.0
+ 20
+57.5
+ 30
+0.0
+ 11
+371.25
+ 21
+57.5
+ 31
+0.0
+  0
+LINE
+  5
+14313
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+312.0
+ 20
+56.25
+ 30
+0.0
+ 11
+312.5
+ 21
+56.25
+ 31
+0.0
+  0
+LINE
+  5
+14314
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+313.75
+ 20
+56.25
+ 30
+0.0
+ 11
+315.0
+ 21
+56.25
+ 31
+0.0
+  0
+LINE
+  5
+14315
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+316.25
+ 20
+56.25
+ 30
+0.0
+ 11
+317.5
+ 21
+56.25
+ 31
+0.0
+  0
+LINE
+  5
+14316
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+318.75
+ 20
+56.25
+ 30
+0.0
+ 11
+320.0
+ 21
+56.25
+ 31
+0.0
+  0
+LINE
+  5
+14317
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+321.25
+ 20
+56.25
+ 30
+0.0
+ 11
+322.5
+ 21
+56.25
+ 31
+0.0
+  0
+LINE
+  5
+14318
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+323.75
+ 20
+56.25
+ 30
+0.0
+ 11
+325.0
+ 21
+56.25
+ 31
+0.0
+  0
+LINE
+  5
+14319
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+326.25
+ 20
+56.25
+ 30
+0.0
+ 11
+327.5
+ 21
+56.25
+ 31
+0.0
+  0
+LINE
+  5
+1431A
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+328.75
+ 20
+56.25
+ 30
+0.0
+ 11
+330.0
+ 21
+56.25
+ 31
+0.0
+  0
+LINE
+  5
+1431B
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+331.25
+ 20
+56.25
+ 30
+0.0
+ 11
+332.5
+ 21
+56.25
+ 31
+0.0
+  0
+LINE
+  5
+1431C
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+333.75
+ 20
+56.25
+ 30
+0.0
+ 11
+335.0
+ 21
+56.25
+ 31
+0.0
+  0
+LINE
+  5
+1431D
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+336.25
+ 20
+56.25
+ 30
+0.0
+ 11
+337.5
+ 21
+56.25
+ 31
+0.0
+  0
+LINE
+  5
+1431E
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+338.75
+ 20
+56.25
+ 30
+0.0
+ 11
+340.0
+ 21
+56.25
+ 31
+0.0
+  0
+LINE
+  5
+1431F
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+341.25
+ 20
+56.25
+ 30
+0.0
+ 11
+342.5
+ 21
+56.25
+ 31
+0.0
+  0
+LINE
+  5
+14320
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+349.0
+ 20
+56.25
+ 30
+0.0
+ 11
+350.0
+ 21
+56.25
+ 31
+0.0
+  0
+LINE
+  5
+14321
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+351.25
+ 20
+56.25
+ 30
+0.0
+ 11
+352.5
+ 21
+56.25
+ 31
+0.0
+  0
+LINE
+  5
+14322
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+353.75
+ 20
+56.25
+ 30
+0.0
+ 11
+355.0
+ 21
+56.25
+ 31
+0.0
+  0
+LINE
+  5
+14323
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+356.25
+ 20
+56.25
+ 30
+0.0
+ 11
+357.5
+ 21
+56.25
+ 31
+0.0
+  0
+LINE
+  5
+14324
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+358.75
+ 20
+56.25
+ 30
+0.0
+ 11
+360.0
+ 21
+56.25
+ 31
+0.0
+  0
+LINE
+  5
+14325
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+361.25
+ 20
+56.25
+ 30
+0.0
+ 11
+362.5
+ 21
+56.25
+ 31
+0.0
+  0
+LINE
+  5
+14326
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+363.75
+ 20
+56.25
+ 30
+0.0
+ 11
+365.0
+ 21
+56.25
+ 31
+0.0
+  0
+LINE
+  5
+14327
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+366.25
+ 20
+56.25
+ 30
+0.0
+ 11
+367.5
+ 21
+56.25
+ 31
+0.0
+  0
+LINE
+  5
+14328
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+368.75
+ 20
+56.25
+ 30
+0.0
+ 11
+370.0
+ 21
+56.25
+ 31
+0.0
+  0
+LINE
+  5
+14329
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+371.25
+ 20
+56.25
+ 30
+0.0
+ 11
+372.0
+ 21
+56.25
+ 31
+0.0
+  0
+LINE
+  5
+1432A
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+312.5
+ 20
+55.0
+ 30
+0.0
+ 11
+313.75
+ 21
+55.0
+ 31
+0.0
+  0
+LINE
+  5
+1432B
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+315.0
+ 20
+55.0
+ 30
+0.0
+ 11
+316.25
+ 21
+55.0
+ 31
+0.0
+  0
+LINE
+  5
+1432C
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+317.5
+ 20
+55.0
+ 30
+0.0
+ 11
+318.75
+ 21
+55.0
+ 31
+0.0
+  0
+LINE
+  5
+1432D
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+320.0
+ 20
+55.0
+ 30
+0.0
+ 11
+321.25
+ 21
+55.0
+ 31
+0.0
+  0
+LINE
+  5
+1432E
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+322.5
+ 20
+55.0
+ 30
+0.0
+ 11
+323.75
+ 21
+55.0
+ 31
+0.0
+  0
+LINE
+  5
+1432F
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+325.0
+ 20
+55.0
+ 30
+0.0
+ 11
+326.25
+ 21
+55.0
+ 31
+0.0
+  0
+LINE
+  5
+14330
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+327.5
+ 20
+55.0
+ 30
+0.0
+ 11
+328.75
+ 21
+55.0
+ 31
+0.0
+  0
+LINE
+  5
+14331
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+330.0
+ 20
+55.0
+ 30
+0.0
+ 11
+331.25
+ 21
+55.0
+ 31
+0.0
+  0
+LINE
+  5
+14332
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+332.5
+ 20
+55.0
+ 30
+0.0
+ 11
+333.75
+ 21
+55.0
+ 31
+0.0
+  0
+LINE
+  5
+14333
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+335.0
+ 20
+55.0
+ 30
+0.0
+ 11
+336.25
+ 21
+55.0
+ 31
+0.0
+  0
+LINE
+  5
+14334
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+337.5
+ 20
+55.0
+ 30
+0.0
+ 11
+338.75
+ 21
+55.0
+ 31
+0.0
+  0
+LINE
+  5
+14335
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+340.0
+ 20
+55.0
+ 30
+0.0
+ 11
+341.25
+ 21
+55.0
+ 31
+0.0
+  0
+LINE
+  5
+14336
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+342.5
+ 20
+55.0
+ 30
+0.0
+ 11
+343.0
+ 21
+55.0
+ 31
+0.0
+  0
+LINE
+  5
+14337
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+350.0
+ 20
+55.0
+ 30
+0.0
+ 11
+351.25
+ 21
+55.0
+ 31
+0.0
+  0
+LINE
+  5
+14338
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+352.5
+ 20
+55.0
+ 30
+0.0
+ 11
+353.75
+ 21
+55.0
+ 31
+0.0
+  0
+LINE
+  5
+14339
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+355.0
+ 20
+55.0
+ 30
+0.0
+ 11
+356.25
+ 21
+55.0
+ 31
+0.0
+  0
+LINE
+  5
+1433A
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+357.5
+ 20
+55.0
+ 30
+0.0
+ 11
+358.75
+ 21
+55.0
+ 31
+0.0
+  0
+LINE
+  5
+1433B
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+360.0
+ 20
+55.0
+ 30
+0.0
+ 11
+361.25
+ 21
+55.0
+ 31
+0.0
+  0
+LINE
+  5
+1433C
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+362.5
+ 20
+55.0
+ 30
+0.0
+ 11
+363.75
+ 21
+55.0
+ 31
+0.0
+  0
+LINE
+  5
+1433D
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+365.0
+ 20
+55.0
+ 30
+0.0
+ 11
+366.25
+ 21
+55.0
+ 31
+0.0
+  0
+LINE
+  5
+1433E
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+367.5
+ 20
+55.0
+ 30
+0.0
+ 11
+368.75
+ 21
+55.0
+ 31
+0.0
+  0
+LINE
+  5
+1433F
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+370.0
+ 20
+55.0
+ 30
+0.0
+ 11
+371.25
+ 21
+55.0
+ 31
+0.0
+  0
+LINE
+  5
+14340
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+312.0
+ 20
+53.75
+ 30
+0.0
+ 11
+312.5
+ 21
+53.75
+ 31
+0.0
+  0
+LINE
+  5
+14341
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+313.75
+ 20
+53.75
+ 30
+0.0
+ 11
+315.0
+ 21
+53.75
+ 31
+0.0
+  0
+LINE
+  5
+14342
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+316.25
+ 20
+53.75
+ 30
+0.0
+ 11
+317.5
+ 21
+53.75
+ 31
+0.0
+  0
+LINE
+  5
+14343
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+318.75
+ 20
+53.75
+ 30
+0.0
+ 11
+320.0
+ 21
+53.75
+ 31
+0.0
+  0
+LINE
+  5
+14344
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+321.25
+ 20
+53.75
+ 30
+0.0
+ 11
+322.5
+ 21
+53.75
+ 31
+0.0
+  0
+LINE
+  5
+14345
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+323.75
+ 20
+53.75
+ 30
+0.0
+ 11
+325.0
+ 21
+53.75
+ 31
+0.0
+  0
+LINE
+  5
+14346
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+326.25
+ 20
+53.75
+ 30
+0.0
+ 11
+327.5
+ 21
+53.75
+ 31
+0.0
+  0
+LINE
+  5
+14347
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+328.75
+ 20
+53.75
+ 30
+0.0
+ 11
+330.0
+ 21
+53.75
+ 31
+0.0
+  0
+LINE
+  5
+14348
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+331.25
+ 20
+53.75
+ 30
+0.0
+ 11
+332.5
+ 21
+53.75
+ 31
+0.0
+  0
+LINE
+  5
+14349
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+333.75
+ 20
+53.75
+ 30
+0.0
+ 11
+335.0
+ 21
+53.75
+ 31
+0.0
+  0
+LINE
+  5
+1434A
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+336.25
+ 20
+53.75
+ 30
+0.0
+ 11
+337.5
+ 21
+53.75
+ 31
+0.0
+  0
+LINE
+  5
+1434B
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+338.75
+ 20
+53.75
+ 30
+0.0
+ 11
+340.0
+ 21
+53.75
+ 31
+0.0
+  0
+LINE
+  5
+1434C
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+341.25
+ 20
+53.75
+ 30
+0.0
+ 11
+342.5
+ 21
+53.75
+ 31
+0.0
+  0
+LINE
+  5
+1434D
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+349.0
+ 20
+53.75
+ 30
+0.0
+ 11
+350.0
+ 21
+53.75
+ 31
+0.0
+  0
+LINE
+  5
+1434E
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+351.25
+ 20
+53.75
+ 30
+0.0
+ 11
+352.5
+ 21
+53.75
+ 31
+0.0
+  0
+LINE
+  5
+1434F
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+353.75
+ 20
+53.75
+ 30
+0.0
+ 11
+355.0
+ 21
+53.75
+ 31
+0.0
+  0
+LINE
+  5
+14350
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+356.25
+ 20
+53.75
+ 30
+0.0
+ 11
+357.5
+ 21
+53.75
+ 31
+0.0
+  0
+LINE
+  5
+14351
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+358.75
+ 20
+53.75
+ 30
+0.0
+ 11
+360.0
+ 21
+53.75
+ 31
+0.0
+  0
+LINE
+  5
+14352
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+361.25
+ 20
+53.75
+ 30
+0.0
+ 11
+362.5
+ 21
+53.75
+ 31
+0.0
+  0
+LINE
+  5
+14353
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+363.75
+ 20
+53.75
+ 30
+0.0
+ 11
+365.0
+ 21
+53.75
+ 31
+0.0
+  0
+LINE
+  5
+14354
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+366.25
+ 20
+53.75
+ 30
+0.0
+ 11
+367.5
+ 21
+53.75
+ 31
+0.0
+  0
+LINE
+  5
+14355
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+368.75
+ 20
+53.75
+ 30
+0.0
+ 11
+370.0
+ 21
+53.75
+ 31
+0.0
+  0
+LINE
+  5
+14356
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+371.25
+ 20
+53.75
+ 30
+0.0
+ 11
+372.0
+ 21
+53.75
+ 31
+0.0
+  0
+LINE
+  5
+14357
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+312.5
+ 20
+52.5
+ 30
+0.0
+ 11
+313.75
+ 21
+52.5
+ 31
+0.0
+  0
+LINE
+  5
+14358
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+315.0
+ 20
+52.5
+ 30
+0.0
+ 11
+316.25
+ 21
+52.5
+ 31
+0.0
+  0
+LINE
+  5
+14359
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+317.5
+ 20
+52.5
+ 30
+0.0
+ 11
+318.75
+ 21
+52.5
+ 31
+0.0
+  0
+LINE
+  5
+1435A
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+320.0
+ 20
+52.5
+ 30
+0.0
+ 11
+321.25
+ 21
+52.5
+ 31
+0.0
+  0
+LINE
+  5
+1435B
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+322.5
+ 20
+52.5
+ 30
+0.0
+ 11
+323.75
+ 21
+52.5
+ 31
+0.0
+  0
+LINE
+  5
+1435C
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+325.0
+ 20
+52.5
+ 30
+0.0
+ 11
+326.25
+ 21
+52.5
+ 31
+0.0
+  0
+LINE
+  5
+1435D
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+327.5
+ 20
+52.5
+ 30
+0.0
+ 11
+328.75
+ 21
+52.5
+ 31
+0.0
+  0
+LINE
+  5
+1435E
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+330.0
+ 20
+52.5
+ 30
+0.0
+ 11
+331.25
+ 21
+52.5
+ 31
+0.0
+  0
+LINE
+  5
+1435F
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+332.5
+ 20
+52.5
+ 30
+0.0
+ 11
+333.75
+ 21
+52.5
+ 31
+0.0
+  0
+LINE
+  5
+14360
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+335.0
+ 20
+52.5
+ 30
+0.0
+ 11
+336.25
+ 21
+52.5
+ 31
+0.0
+  0
+LINE
+  5
+14361
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+337.5
+ 20
+52.5
+ 30
+0.0
+ 11
+338.75
+ 21
+52.5
+ 31
+0.0
+  0
+LINE
+  5
+14362
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+340.0
+ 20
+52.5
+ 30
+0.0
+ 11
+341.25
+ 21
+52.5
+ 31
+0.0
+  0
+LINE
+  5
+14363
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+342.5
+ 20
+52.5
+ 30
+0.0
+ 11
+343.0
+ 21
+52.5
+ 31
+0.0
+  0
+LINE
+  5
+14364
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+350.0
+ 20
+52.5
+ 30
+0.0
+ 11
+351.25
+ 21
+52.5
+ 31
+0.0
+  0
+LINE
+  5
+14365
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+352.5
+ 20
+52.5
+ 30
+0.0
+ 11
+353.75
+ 21
+52.5
+ 31
+0.0
+  0
+LINE
+  5
+14366
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+355.0
+ 20
+52.5
+ 30
+0.0
+ 11
+356.25
+ 21
+52.5
+ 31
+0.0
+  0
+LINE
+  5
+14367
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+357.5
+ 20
+52.5
+ 30
+0.0
+ 11
+358.75
+ 21
+52.5
+ 31
+0.0
+  0
+LINE
+  5
+14368
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+360.0
+ 20
+52.5
+ 30
+0.0
+ 11
+361.25
+ 21
+52.5
+ 31
+0.0
+  0
+LINE
+  5
+14369
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+362.5
+ 20
+52.5
+ 30
+0.0
+ 11
+363.75
+ 21
+52.5
+ 31
+0.0
+  0
+LINE
+  5
+1436A
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+365.0
+ 20
+52.5
+ 30
+0.0
+ 11
+366.25
+ 21
+52.5
+ 31
+0.0
+  0
+LINE
+  5
+1436B
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+367.5
+ 20
+52.5
+ 30
+0.0
+ 11
+368.75
+ 21
+52.5
+ 31
+0.0
+  0
+LINE
+  5
+1436C
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+370.0
+ 20
+52.5
+ 30
+0.0
+ 11
+371.25
+ 21
+52.5
+ 31
+0.0
+  0
+LINE
+  5
+1436D
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+312.0
+ 20
+51.25
+ 30
+0.0
+ 11
+312.5
+ 21
+51.25
+ 31
+0.0
+  0
+LINE
+  5
+1436E
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+313.75
+ 20
+51.25
+ 30
+0.0
+ 11
+315.0
+ 21
+51.25
+ 31
+0.0
+  0
+LINE
+  5
+1436F
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+316.25
+ 20
+51.25
+ 30
+0.0
+ 11
+317.5
+ 21
+51.25
+ 31
+0.0
+  0
+LINE
+  5
+14370
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+318.75
+ 20
+51.25
+ 30
+0.0
+ 11
+320.0
+ 21
+51.25
+ 31
+0.0
+  0
+LINE
+  5
+14371
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+321.25
+ 20
+51.25
+ 30
+0.0
+ 11
+322.5
+ 21
+51.25
+ 31
+0.0
+  0
+LINE
+  5
+14372
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+323.75
+ 20
+51.25
+ 30
+0.0
+ 11
+325.0
+ 21
+51.25
+ 31
+0.0
+  0
+LINE
+  5
+14373
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+326.25
+ 20
+51.25
+ 30
+0.0
+ 11
+327.5
+ 21
+51.25
+ 31
+0.0
+  0
+LINE
+  5
+14374
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+328.75
+ 20
+51.25
+ 30
+0.0
+ 11
+330.0
+ 21
+51.25
+ 31
+0.0
+  0
+LINE
+  5
+14375
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+331.25
+ 20
+51.25
+ 30
+0.0
+ 11
+332.5
+ 21
+51.25
+ 31
+0.0
+  0
+LINE
+  5
+14376
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+333.75
+ 20
+51.25
+ 30
+0.0
+ 11
+335.0
+ 21
+51.25
+ 31
+0.0
+  0
+LINE
+  5
+14377
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+336.25
+ 20
+51.25
+ 30
+0.0
+ 11
+337.5
+ 21
+51.25
+ 31
+0.0
+  0
+LINE
+  5
+14378
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+338.75
+ 20
+51.25
+ 30
+0.0
+ 11
+340.0
+ 21
+51.25
+ 31
+0.0
+  0
+LINE
+  5
+14379
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+341.25
+ 20
+51.25
+ 30
+0.0
+ 11
+342.5
+ 21
+51.25
+ 31
+0.0
+  0
+LINE
+  5
+1437A
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+349.0
+ 20
+51.25
+ 30
+0.0
+ 11
+350.0
+ 21
+51.25
+ 31
+0.0
+  0
+LINE
+  5
+1437B
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+351.25
+ 20
+51.25
+ 30
+0.0
+ 11
+352.5
+ 21
+51.25
+ 31
+0.0
+  0
+LINE
+  5
+1437C
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+353.75
+ 20
+51.25
+ 30
+0.0
+ 11
+355.0
+ 21
+51.25
+ 31
+0.0
+  0
+LINE
+  5
+1437D
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+356.25
+ 20
+51.25
+ 30
+0.0
+ 11
+357.5
+ 21
+51.25
+ 31
+0.0
+  0
+LINE
+  5
+1437E
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+358.75
+ 20
+51.25
+ 30
+0.0
+ 11
+360.0
+ 21
+51.25
+ 31
+0.0
+  0
+LINE
+  5
+1437F
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+361.25
+ 20
+51.25
+ 30
+0.0
+ 11
+362.5
+ 21
+51.25
+ 31
+0.0
+  0
+LINE
+  5
+14380
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+363.75
+ 20
+51.25
+ 30
+0.0
+ 11
+365.0
+ 21
+51.25
+ 31
+0.0
+  0
+LINE
+  5
+14381
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+366.25
+ 20
+51.25
+ 30
+0.0
+ 11
+367.5
+ 21
+51.25
+ 31
+0.0
+  0
+LINE
+  5
+14382
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+368.75
+ 20
+51.25
+ 30
+0.0
+ 11
+370.0
+ 21
+51.25
+ 31
+0.0
+  0
+LINE
+  5
+14383
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+371.25
+ 20
+51.25
+ 30
+0.0
+ 11
+372.0
+ 21
+51.25
+ 31
+0.0
+  0
+LINE
+  5
+14384
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+312.5
+ 20
+50.0
+ 30
+0.0
+ 11
+313.75
+ 21
+50.0
+ 31
+0.0
+  0
+LINE
+  5
+14385
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+315.0
+ 20
+50.0
+ 30
+0.0
+ 11
+316.25
+ 21
+50.0
+ 31
+0.0
+  0
+LINE
+  5
+14386
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+317.5
+ 20
+50.0
+ 30
+0.0
+ 11
+318.75
+ 21
+50.0
+ 31
+0.0
+  0
+LINE
+  5
+14387
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+320.0
+ 20
+50.0
+ 30
+0.0
+ 11
+321.25
+ 21
+50.0
+ 31
+0.0
+  0
+LINE
+  5
+14388
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+322.5
+ 20
+50.0
+ 30
+0.0
+ 11
+323.75
+ 21
+50.0
+ 31
+0.0
+  0
+LINE
+  5
+14389
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+325.0
+ 20
+50.0
+ 30
+0.0
+ 11
+326.25
+ 21
+50.0
+ 31
+0.0
+  0
+LINE
+  5
+1438A
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+327.5
+ 20
+50.0
+ 30
+0.0
+ 11
+328.75
+ 21
+50.0
+ 31
+0.0
+  0
+LINE
+  5
+1438B
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+330.0
+ 20
+50.0
+ 30
+0.0
+ 11
+331.25
+ 21
+50.0
+ 31
+0.0
+  0
+LINE
+  5
+1438C
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+332.5
+ 20
+50.0
+ 30
+0.0
+ 11
+333.75
+ 21
+50.0
+ 31
+0.0
+  0
+LINE
+  5
+1438D
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+335.0
+ 20
+50.0
+ 30
+0.0
+ 11
+336.25
+ 21
+50.0
+ 31
+0.0
+  0
+LINE
+  5
+1438E
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+337.5
+ 20
+50.0
+ 30
+0.0
+ 11
+338.75
+ 21
+50.0
+ 31
+0.0
+  0
+LINE
+  5
+1438F
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+340.0
+ 20
+50.0
+ 30
+0.0
+ 11
+341.25
+ 21
+50.0
+ 31
+0.0
+  0
+LINE
+  5
+14390
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+342.5
+ 20
+50.0
+ 30
+0.0
+ 11
+343.0
+ 21
+50.0
+ 31
+0.0
+  0
+LINE
+  5
+14391
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+350.0
+ 20
+50.0
+ 30
+0.0
+ 11
+351.25
+ 21
+50.0
+ 31
+0.0
+  0
+LINE
+  5
+14392
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+352.5
+ 20
+50.0
+ 30
+0.0
+ 11
+353.75
+ 21
+50.0
+ 31
+0.0
+  0
+LINE
+  5
+14393
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+355.0
+ 20
+50.0
+ 30
+0.0
+ 11
+356.25
+ 21
+50.0
+ 31
+0.0
+  0
+LINE
+  5
+14394
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+357.5
+ 20
+50.0
+ 30
+0.0
+ 11
+358.75
+ 21
+50.0
+ 31
+0.0
+  0
+LINE
+  5
+14395
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+360.0
+ 20
+50.0
+ 30
+0.0
+ 11
+361.25
+ 21
+50.0
+ 31
+0.0
+  0
+LINE
+  5
+14396
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+362.5
+ 20
+50.0
+ 30
+0.0
+ 11
+363.75
+ 21
+50.0
+ 31
+0.0
+  0
+LINE
+  5
+14397
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+365.0
+ 20
+50.0
+ 30
+0.0
+ 11
+366.25
+ 21
+50.0
+ 31
+0.0
+  0
+LINE
+  5
+14398
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+367.5
+ 20
+50.0
+ 30
+0.0
+ 11
+368.75
+ 21
+50.0
+ 31
+0.0
+  0
+LINE
+  5
+14399
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+370.0
+ 20
+50.0
+ 30
+0.0
+ 11
+371.25
+ 21
+50.0
+ 31
+0.0
+  0
+LINE
+  5
+1439A
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+312.0
+ 20
+48.75
+ 30
+0.0
+ 11
+312.5
+ 21
+48.75
+ 31
+0.0
+  0
+LINE
+  5
+1439B
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+313.75
+ 20
+48.75
+ 30
+0.0
+ 11
+315.0
+ 21
+48.75
+ 31
+0.0
+  0
+LINE
+  5
+1439C
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+316.25
+ 20
+48.75
+ 30
+0.0
+ 11
+317.5
+ 21
+48.75
+ 31
+0.0
+  0
+LINE
+  5
+1439D
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+318.75
+ 20
+48.75
+ 30
+0.0
+ 11
+320.0
+ 21
+48.75
+ 31
+0.0
+  0
+LINE
+  5
+1439E
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+321.25
+ 20
+48.75
+ 30
+0.0
+ 11
+322.5
+ 21
+48.75
+ 31
+0.0
+  0
+LINE
+  5
+1439F
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+323.75
+ 20
+48.75
+ 30
+0.0
+ 11
+325.0
+ 21
+48.75
+ 31
+0.0
+  0
+LINE
+  5
+143A0
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+326.25
+ 20
+48.75
+ 30
+0.0
+ 11
+327.5
+ 21
+48.75
+ 31
+0.0
+  0
+LINE
+  5
+143A1
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+328.75
+ 20
+48.75
+ 30
+0.0
+ 11
+330.0
+ 21
+48.75
+ 31
+0.0
+  0
+LINE
+  5
+143A2
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+331.25
+ 20
+48.75
+ 30
+0.0
+ 11
+332.5
+ 21
+48.75
+ 31
+0.0
+  0
+LINE
+  5
+143A3
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+333.75
+ 20
+48.75
+ 30
+0.0
+ 11
+335.0
+ 21
+48.75
+ 31
+0.0
+  0
+LINE
+  5
+143A4
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+336.25
+ 20
+48.75
+ 30
+0.0
+ 11
+337.5
+ 21
+48.75
+ 31
+0.0
+  0
+LINE
+  5
+143A5
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+338.75
+ 20
+48.75
+ 30
+0.0
+ 11
+340.0
+ 21
+48.75
+ 31
+0.0
+  0
+LINE
+  5
+143A6
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+341.25
+ 20
+48.75
+ 30
+0.0
+ 11
+342.5
+ 21
+48.75
+ 31
+0.0
+  0
+LINE
+  5
+143A7
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+349.0
+ 20
+48.75
+ 30
+0.0
+ 11
+350.0
+ 21
+48.75
+ 31
+0.0
+  0
+LINE
+  5
+143A8
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+351.25
+ 20
+48.75
+ 30
+0.0
+ 11
+352.5
+ 21
+48.75
+ 31
+0.0
+  0
+LINE
+  5
+143A9
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+353.75
+ 20
+48.75
+ 30
+0.0
+ 11
+355.0
+ 21
+48.75
+ 31
+0.0
+  0
+LINE
+  5
+143AA
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+356.25
+ 20
+48.75
+ 30
+0.0
+ 11
+357.5
+ 21
+48.75
+ 31
+0.0
+  0
+LINE
+  5
+143AB
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+358.75
+ 20
+48.75
+ 30
+0.0
+ 11
+360.0
+ 21
+48.75
+ 31
+0.0
+  0
+LINE
+  5
+143AC
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+361.25
+ 20
+48.75
+ 30
+0.0
+ 11
+362.5
+ 21
+48.75
+ 31
+0.0
+  0
+LINE
+  5
+143AD
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+363.75
+ 20
+48.75
+ 30
+0.0
+ 11
+365.0
+ 21
+48.75
+ 31
+0.0
+  0
+LINE
+  5
+143AE
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+366.25
+ 20
+48.75
+ 30
+0.0
+ 11
+367.5
+ 21
+48.75
+ 31
+0.0
+  0
+LINE
+  5
+143AF
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+368.75
+ 20
+48.75
+ 30
+0.0
+ 11
+370.0
+ 21
+48.75
+ 31
+0.0
+  0
+LINE
+  5
+143B0
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+371.25
+ 20
+48.75
+ 30
+0.0
+ 11
+372.0
+ 21
+48.75
+ 31
+0.0
+  0
+ENDBLK
+  5
+143B1
+330
+1415E
+100
+AcDbEntity
+  8
+HE_SYM
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+144D8
+330
+143B2
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+A$C159B3471
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+A$C159B3471
+  1
+
+  0
+ARC
+  5
+143B3
+330
+143B2
+100
+AcDbEntity
+  8
+E_A_V
+100
+AcDbCircle
+ 10
+287.341326264278
+ 20
+850.3591710165022
+ 30
+0.0
+ 40
+18.0
+100
+AcDbArc
+ 50
+101.5369590328054
+ 51
+258.4630409671946
+  0
+ARC
+  5
+143B4
+330
+143B2
+100
+AcDbEntity
+  8
+E_A_V
+100
+AcDbCircle
+ 10
+288.5468554866784
+ 20
+849.830335569055
+ 30
+0.0
+ 40
+18.0
+100
+AcDbArc
+ 50
+281.5369590328054
+ 51
+78.46304096719463
+  0
+LWPOLYLINE
+  5
+143B5
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+100
+AcDbPolyline
+ 90
+        3
+ 70
+     0
+ 43
+3.6
+ 10
+36.13327453863667
+ 20
+909.6726268879628
+ 10
+86.53327453863676
+ 20
+909.6726268879628
+ 10
+411.964635047224
+ 20
+909.6726268879628
+  0
+LWPOLYLINE
+  5
+143B6
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+3.6
+ 10
+396.1689692540316
+ 20
+909.6726268879628
+ 10
+572.5289360397272
+ 20
+909.6726268879628
+  0
+LWPOLYLINE
+  5
+143B7
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+3.6
+ 10
+621.4807857685245
+ 20
+909.6726268879628
+ 10
+701.8013821079112
+ 20
+909.6726268879628
+  0
+LWPOLYLINE
+  5
+143B8
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+3.6
+ 10
+723.5879517609687
+ 20
+909.6726268879628
+ 10
+1443.733274538637
+ 20
+909.6726268879628
+  0
+LWPOLYLINE
+  5
+143B9
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+3.6
+ 10
+36.13327453863667
+ 20
+967.2726268879632
+ 10
+592.4947356582741
+ 20
+967.2726268879632
+  0
+LWPOLYLINE
+  5
+143BA
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+3.6
+ 10
+614.2813053113327
+ 20
+967.2726268879632
+ 10
+1443.733274538637
+ 20
+967.2726268879632
+  0
+TEXT
+  5
+143BB
+330
+143B2
+100
+AcDbEntity
+  8
+TEXTE
+100
+AcDbText
+ 10
+1073.2142043399
+ 20
+913.2726268879627
+ 30
+0.0
+ 40
+6.48
+  1
+COLLECTEUR BP
+100
+AcDbText
+  0
+LWPOLYLINE
+  5
+143BC
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+2.879999999999999
+ 10
+36.13327453863667
+ 20
+852.0726268879627
+ 10
+162.8536569468233
+ 20
+852.0726268879627
+  0
+LWPOLYLINE
+  5
+143BD
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+2.879999999999999
+ 10
+184.6402265998808
+ 20
+852.0726268879627
+ 10
+269.4230654955404
+ 20
+852.0726268879627
+  0
+LWPOLYLINE
+  5
+143BE
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+2.879999999999999
+ 10
+306.4066463488689
+ 20
+852.0726268879627
+ 10
+1160.142520286298
+ 20
+852.0726268879627
+  0
+LINE
+  5
+143BF
+330
+143B2
+100
+AcDbEntity
+  8
+E_A_V
+100
+AcDbLine
+ 10
+548.1304678762658
+ 20
+746.9003245044478
+ 30
+0.0
+ 11
+548.1304678762658
+ 21
+660.6805050130779
+ 31
+0.0
+  0
+INSERT
+  5
+143C0
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+100
+AcDbBlockReference
+  2
+S_RCHELE
+ 10
+288.5468554866784
+ 20
+849.830335569055
+ 30
+0.0
+ 41
+3.6
+ 42
+3.6
+ 43
+3.6
+  0
+LWPOLYLINE
+  5
+143C1
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU_T
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+2.879999999999999
+ 10
+0.1332745386366696
+ 20
+852.0726268879627
+ 10
+36.13327453863667
+ 20
+852.0726268879627
+  0
+TEXT
+  5
+143C2
+330
+143B2
+100
+AcDbEntity
+  8
+TEXTE
+100
+AcDbText
+ 10
+28.93327453863685
+ 20
+855.6726268879627
+ 30
+0.0
+ 40
+6.48
+  1
+POMPAGE 1.8 k
+100
+AcDbText
+  0
+TEXT
+  5
+143C3
+330
+143B2
+100
+AcDbEntity
+  8
+TEXTE
+100
+AcDbText
+ 10
+28.93327453863685
+ 20
+970.8726268879633
+ 30
+0.0
+ 40
+6.48
+  1
+COLLECTEUR DE RECUPERATION
+100
+AcDbText
+  0
+LWPOLYLINE
+  5
+143C4
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU_T
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+2.879999999999999
+ 10
+0.1332745386366696
+ 20
+909.6726268879628
+ 10
+36.13327453863667
+ 20
+909.6726268879628
+  0
+LWPOLYLINE
+  5
+143C5
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU_T
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+2.879999999999999
+ 10
+0.1332745386366696
+ 20
+967.2726268879632
+ 10
+36.13327453863667
+ 20
+967.2726268879632
+  0
+LINE
+  5
+143C6
+330
+143B2
+100
+AcDbEntity
+  8
+E_A_V
+100
+AcDbLine
+ 10
+562.6028246508558
+ 20
+735.6073038706032
+ 30
+0.0
+ 11
+562.6028246508558
+ 21
+660.6805050130779
+ 31
+0.0
+  0
+LINE
+  5
+143C7
+330
+143B2
+100
+AcDbEntity
+  8
+E_A_V
+100
+AcDbLine
+ 10
+0.0000058717614593
+ 20
+696.1211467811457
+ 30
+0.0
+ 11
+430.7022578888708
+ 21
+696.1211467811456
+ 31
+0.0
+  0
+LINE
+  5
+143C8
+330
+143B2
+100
+AcDbEntity
+  8
+E_A_V
+100
+AcDbLine
+ 10
+0.0000058717614593
+ 20
+669.1687450669733
+ 30
+0.0
+ 11
+401.1825398196661
+ 21
+669.1687450669733
+ 31
+0.0
+  0
+LINE
+  5
+143C9
+330
+143B2
+100
+AcDbEntity
+  8
+E_A_V
+100
+AcDbLine
+ 10
+431.3088253498886
+ 20
+695.7745754993773
+ 30
+0.0
+ 11
+431.3088253498886
+ 21
+660.6805050130779
+ 31
+0.0
+  0
+LINE
+  5
+143CA
+330
+143B2
+100
+AcDbEntity
+  8
+E_A_V
+100
+AcDbLine
+ 10
+401.1825398196661
+ 20
+669.1687450669733
+ 30
+0.0
+ 11
+401.1825398196661
+ 21
+660.6805050130779
+ 31
+0.0
+  0
+LWPOLYLINE
+  5
+143CB
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+2.879999999999999
+ 10
+34.89702358742443
+ 20
+689.4754234886432
+ 10
+299.7427800173
+ 20
+689.4754234886432
+  0
+LWPOLYLINE
+  5
+143CC
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+ 62
+     3
+370
+    30
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+3.6
+ 10
+37.34869105152711
+ 20
+677.8715913194144
+ 10
+57.74932394708638
+ 20
+677.8715913194144
+  0
+LWPOLYLINE
+  5
+143CD
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+ 62
+     3
+370
+    30
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+3.6
+ 10
+73.94932394708622
+ 20
+677.8715913194144
+ 10
+378.9558982055742
+ 20
+677.8715913194144
+  0
+LWPOLYLINE
+  5
+143CE
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+ 62
+     3
+370
+    30
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+3.6
+ 10
+403.8026157573685
+ 20
+677.8715913194144
+ 10
+420.1858759862346
+ 20
+677.8715913194144
+  0
+LWPOLYLINE
+  5
+143CF
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+ 62
+     3
+370
+    30
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+3.6
+ 10
+420.1858759862346
+ 20
+677.8715913194144
+ 10
+420.1879846099486
+ 20
+649.1976454968798
+  0
+INSERT
+  5
+143D0
+330
+143B2
+100
+AcDbEntity
+  8
+N2_FLU
+ 62
+     3
+370
+    20
+100
+AcDbBlockReference
+  2
+S_VDPNEU
+ 10
+554.9881118745928
+ 20
+687.3068927009308
+ 30
+0.0
+ 41
+3.6
+ 42
+3.6
+ 43
+3.6
+ 50
+270.0
+  0
+INSERT
+  5
+143D1
+330
+143B2
+100
+AcDbEntity
+  8
+N2_FLU
+ 62
+     3
+100
+AcDbBlockReference
+  2
+S_VDPNEU
+ 10
+154.9430683161504
+ 20
+610.8392875962907
+ 30
+0.0
+ 41
+3.6
+ 42
+3.6
+ 43
+3.6
+  0
+LWPOLYLINE
+  5
+143D2
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+ 62
+     3
+370
+    30
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.7200000000000001
+ 10
+345.5943025464693
+ 20
+610.5234656698784
+ 10
+345.5943025464693
+ 20
+677.9362059542704
+  0
+LWPOLYLINE
+  5
+143D3
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+ 62
+     3
+370
+    30
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.7200000000000001
+ 10
+74.08297754129489
+ 20
+590.8925056209057
+ 10
+74.08297754129489
+ 20
+610.5234656698784
+  0
+MTEXT
+  5
+143D4
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+ 62
+     3
+370
+    30
+100
+AcDbMText
+ 10
+15.49008612314901
+ 20
+580.790508024707
+ 30
+0.0
+ 40
+6.48
+ 41
+121.5934770492997
+ 46
+0.0
+ 71
+     1
+ 72
+     5
+  1
+{\C0;ATM Via collecteur}
+ 73
+     1
+ 44
+1.0
+  0
+INSERT
+  5
+143D5
+330
+143B2
+100
+AcDbEntity
+  8
+N2_FLU
+100
+AcDbBlockReference
+  2
+FLP
+ 10
+336.672257177941
+ 20
+610.8746603303464
+ 30
+0.0
+ 41
+7.199999999999955
+ 42
+7.199999999999955
+ 43
+7.199999999999955
+ 50
+180.2697309820423
+  0
+TEXT
+  5
+143D6
+330
+143B2
+100
+AcDbEntity
+  8
+TEXTE
+100
+AcDbText
+ 10
+47.28245063839586
+ 20
+645.6325570903884
+ 30
+0.0
+ 40
+6.48
+  1
+FV1412
+100
+AcDbText
+  0
+TEXT
+  5
+143D7
+330
+143B2
+100
+AcDbEntity
+  8
+TEXTE
+100
+AcDbText
+ 10
+166.3644177738283
+ 20
+582.116319963763
+ 30
+0.0
+ 40
+6.48
+  1
+FV7102
+100
+AcDbText
+  0
+TEXT
+  5
+143D8
+330
+143B2
+100
+AcDbEntity
+  8
+TEXTE
+100
+AcDbText
+ 10
+511.8306516142998
+ 20
+683.7954009170003
+ 30
+0.0
+ 40
+6.48
+  1
+FV7121
+100
+AcDbText
+  0
+INSERT
+  5
+143D9
+330
+143B2
+100
+AcDbEntity
+  8
+N2_FLU
+100
+AcDbBlockReference
+  2
+S_SOUPDR
+ 10
+306.030357313989
+ 20
+645.840571806464
+ 30
+0.0
+ 41
+3.6
+ 42
+3.6
+ 43
+3.6
+ 50
+90.0
+  0
+LINE
+  5
+143DA
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+ 62
+     3
+370
+    30
+100
+AcDbLine
+ 10
+305.8016692297333
+ 20
+602.2732436316085
+ 30
+0.0
+ 11
+305.8016692297333
+ 21
+637.5110006219529
+ 31
+0.0
+  0
+LWPOLYLINE
+  5
+143DB
+330
+143B2
+100
+AcDbEntity
+  8
+N2_FLU
+  6
+CONTINU
+ 62
+     0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+326.3223657093208
+ 20
+686.2297657849016
+ 10
+332.7648788812771
+ 20
+686.2297657849016
+ 10
+332.7648788812771
+ 20
+679.7930733601288
+ 10
+326.3223657093208
+ 20
+679.7930733601288
+  0
+TEXT
+  5
+143DC
+330
+143B2
+100
+AcDbEntity
+  8
+TEXTE
+100
+AcDbText
+ 10
+300.6224533807859
+ 20
+589.31474819658
+ 30
+0.0
+ 40
+6.48
+  1
+PT
+ 72
+     1
+ 11
+306.0224533807859
+ 21
+589.31474819658
+ 31
+0.0
+100
+AcDbText
+  0
+INSERT
+  5
+143DD
+330
+143B2
+100
+AcDbEntity
+  8
+DESSIN
+  6
+CONTINU
+ 62
+     0
+370
+    20
+100
+AcDbBlockReference
+  2
+ILOC
+ 10
+306.0224533807859
+ 20
+586.07474819658
+ 30
+0.0
+ 41
+3.6
+ 42
+3.6
+ 43
+3.6
+  0
+TEXT
+  5
+143DE
+330
+143B2
+100
+AcDbEntity
+  8
+TEXTE
+100
+AcDbText
+ 10
+259.8330857178293
+ 20
+627.2401849207068
+ 30
+0.0
+ 40
+6.48
+  1
+PSV7102
+100
+AcDbText
+  0
+LWPOLYLINE
+  5
+143DF
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+  6
+CONTINU
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.7200000000000001
+ 39
+1.8
+ 10
+0.1332745386366696
+ 20
+956.6659444405507
+ 10
+411.964635047224
+ 20
+956.6659444405507
+  0
+LWPOLYLINE
+  5
+143E0
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+  6
+CONTINU
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.7200000000000001
+ 39
+1.8
+ 10
+396.1689692540316
+ 20
+956.6659444405507
+ 10
+866.9730044493576
+ 20
+956.6659444405507
+  0
+LWPOLYLINE
+  5
+143E1
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+  6
+CONTINU
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.7200000000000001
+ 39
+1.8
+ 10
+888.7595741024139
+ 20
+956.6659444405507
+ 10
+1443.733274538637
+ 20
+956.6659444405507
+  0
+LWPOLYLINE
+  5
+143E2
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+2.879999999999999
+ 10
+146.634911387378
+ 20
+786.6373555571314
+ 10
+110.3716124014308
+ 20
+786.6373555571314
+  0
+LWPOLYLINE
+  5
+143E3
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+2.879999999999999
+ 10
+146.634911387378
+ 20
+786.6373555571314
+ 10
+146.634911387378
+ 20
+807.6585241324702
+  0
+LWPOLYLINE
+  5
+143E4
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+2.879999999999999
+ 10
+146.634911387378
+ 20
+829.4450937855271
+ 10
+146.634911387378
+ 20
+852.5678200580275
+  0
+INSERT
+  5
+143E5
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+ 62
+     2
+100
+AcDbBlockReference
+  2
+S_VDRPOS
+ 10
+383.8078790361524
+ 20
+434.053251266659
+ 30
+0.0
+ 41
+5.4
+ 42
+5.4
+ 43
+5.4
+ 50
+90.0
+  0
+LWPOLYLINE
+  5
+143E6
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+ 62
+     3
+370
+    30
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.7200000000000001
+ 10
+74.08297754129489
+ 20
+610.5234656698784
+ 10
+112.284936769136
+ 20
+610.5234656698784
+  0
+LWPOLYLINE
+  5
+143E7
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+ 62
+     3
+370
+    30
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.7200000000000001
+ 10
+211.6924794770767
+ 20
+610.5234656698784
+ 10
+225.5863276146793
+ 20
+610.5234656698784
+  0
+LWPOLYLINE
+  5
+143E8
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+ 62
+     3
+370
+    30
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.7200000000000001
+ 10
+254.2715515403352
+ 20
+610.5234656698784
+ 10
+345.5943025464693
+ 20
+610.5234656698784
+  0
+INSERT
+  5
+143E9
+330
+143B2
+100
+AcDbEntity
+  8
+N2_FLU
+ 62
+     3
+100
+AcDbBlockReference
+  2
+S_VDPNEU
+ 10
+65.84932394708629
+ 20
+677.6527553740497
+ 30
+0.0
+ 41
+3.6
+ 42
+3.6
+ 43
+3.6
+ 50
+180.0
+  0
+INSERT
+  5
+143EA
+330
+143B2
+100
+AcDbEntity
+  8
+N2_FLU
+370
+    20
+100
+AcDbBlockReference
+  2
+S_VDPNEU
+ 10
+155.3944483342275
+ 20
+571.4609656801743
+ 30
+0.0
+ 41
+3.6
+ 42
+3.6
+ 43
+3.6
+  0
+LWPOLYLINE
+  5
+143EB
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+ 62
+     3
+370
+    30
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.7200000000000001
+ 10
+211.6924794770767
+ 20
+610.5234656698784
+ 10
+211.6953488120366
+ 20
+571.5050506664039
+  0
+LWPOLYLINE
+  5
+143EC
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+ 62
+     3
+370
+    30
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.7200000000000001
+ 10
+112.284936769136
+ 20
+610.5234656698784
+ 10
+112.2857097358055
+ 20
+600.0123420946013
+  0
+LWPOLYLINE
+  5
+143ED
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+ 62
+     3
+370
+    30
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.7200000000000001
+ 10
+112.286901050888
+ 20
+583.8123420946012
+ 10
+112.2878061040942
+ 20
+571.5050506664039
+  0
+LWPOLYLINE
+  5
+143EE
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+ 62
+     3
+370
+    30
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.7200000000000001
+ 10
+112.282276948606
+ 20
+610.4488972225619
+ 10
+146.8037682127574
+ 20
+610.4488972225619
+  0
+LWPOLYLINE
+  5
+143EF
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+ 62
+     3
+370
+    30
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.7200000000000001
+ 10
+163.0037682127577
+ 20
+610.4488972225619
+ 10
+211.6898196565485
+ 20
+610.4488972225619
+  0
+LWPOLYLINE
+  5
+143F0
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+ 62
+     3
+370
+    30
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.7200000000000001
+ 10
+112.2878061040942
+ 20
+571.5050506664039
+ 10
+147.3385400403203
+ 20
+571.5050506664039
+  0
+LWPOLYLINE
+  5
+143F1
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+ 62
+     3
+370
+    30
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.7200000000000001
+ 10
+163.5385400403206
+ 20
+571.5050506664039
+ 10
+211.6953488120366
+ 20
+571.5050506664039
+  0
+INSERT
+  5
+143F2
+330
+143B2
+100
+AcDbEntity
+  8
+N2_FLU
+100
+AcDbBlockReference
+  2
+FLP
+ 10
+74.3364084941022
+ 20
+606.7043219675809
+ 30
+0.0
+ 41
+7.199999999999956
+ 42
+7.199999999999956
+ 43
+7.199999999999956
+ 50
+270.2697309820426
+  0
+TEXT
+  5
+143F3
+330
+143B2
+100
+AcDbEntity
+  8
+TEXTE
+100
+AcDbText
+ 10
+332.834849458065
+ 20
+411.4533966844433
+ 30
+0.0
+ 40
+6.48
+  1
+LCV7253
+100
+AcDbText
+  0
+TEXT
+  5
+143F4
+330
+143B2
+100
+AcDbEntity
+  8
+TEXTE
+100
+AcDbText
+ 10
+484.9487489482529
+ 20
+946.2380065816313
+ 30
+0.0
+ 40
+6.48
+  1
+COLLECTEUR MP
+100
+AcDbText
+  0
+LWPOLYLINE
+  5
+143F5
+330
+143B2
+100
+AcDbEntity
+  8
+DESSIN
+  6
+CONTINU
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+1.8
+ 10
+394.8030976871292
+ 20
+660.6805050130779
+ 10
+569.7271439845307
+ 20
+660.6805050130779
+ 10
+569.7271439845307
+ 20
+532.8190256898023
+ 10
+394.8030976871292
+ 20
+532.8190256898023
+  0
+LWPOLYLINE
+  5
+143F6
+330
+143B2
+100
+AcDbEntity
+  8
+DESSIN
+  6
+CONTINU
+370
+    30
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+397.6389083458816
+ 20
+621.1905271673363
+ 10
+566.6609075416507
+ 20
+621.1905271673363
+ 10
+566.6609075416507
+ 20
+536.766502284215
+ 10
+397.6389083458816
+ 20
+536.766502284215
+  0
+INSERT
+  5
+143F7
+330
+143B2
+100
+AcDbEntity
+  8
+Calque1
+100
+AcDbBlockReference
+  2
+S_FLECHE
+ 10
+419.8131880711147
+ 20
+658.0021068461444
+ 30
+0.0
+ 41
+7.2
+ 42
+7.2
+ 43
+7.2
+ 50
+270.0
+  0
+LINE
+  5
+143F8
+330
+143B2
+100
+AcDbEntity
+  8
+ECRAN
+  6
+CACHE
+100
+AcDbLine
+ 39
+0.9
+ 10
+563.5442990368737
+ 20
+621.1615871881584
+ 30
+0.0
+ 11
+606.4109595331022
+ 21
+621.1615871881584
+ 31
+0.0
+  0
+LINE
+  5
+143F9
+330
+143B2
+100
+AcDbEntity
+  8
+ECRAN
+  6
+CACHE
+100
+AcDbLine
+ 39
+0.9
+ 10
+606.4109595331022
+ 20
+621.1615871881584
+ 30
+0.0
+ 11
+606.4109595331022
+ 21
+600.3730099749882
+ 31
+0.0
+  0
+LINE
+  5
+143FA
+330
+143B2
+100
+AcDbEntity
+  8
+ECRAN
+  6
+CACHE
+100
+AcDbLine
+ 39
+0.9
+ 10
+606.4109595331022
+ 20
+551.4096239342026
+ 30
+0.0
+ 11
+606.4109595331022
+ 21
+537.3783505385414
+ 31
+0.0
+  0
+LINE
+  5
+143FB
+330
+143B2
+100
+AcDbEntity
+  8
+ECRAN
+  6
+CACHE
+100
+AcDbLine
+ 39
+0.9
+ 10
+606.4109595331022
+ 20
+537.3783505385414
+ 30
+0.0
+ 11
+561.680532856414
+ 21
+537.3783505385414
+ 31
+0.0
+  0
+MTEXT
+  5
+143FC
+330
+143B2
+100
+AcDbEntity
+  8
+DESSIN
+  6
+CONTINU
+370
+    30
+100
+AcDbMText
+ 10
+589.3773956265331
+ 20
+579.0505879666086
+ 30
+0.0
+ 40
+7.2
+ 41
+32.41588031575357
+ 46
+0.0
+ 71
+     1
+ 72
+     5
+  1
+LT7121
+ 73
+     1
+ 44
+1.0
+  0
+CIRCLE
+  5
+143FD
+330
+143B2
+100
+AcDbEntity
+  8
+N2_FLU
+  6
+CONTINU
+ 62
+     0
+370
+    20
+100
+AcDbCircle
+ 39
+1.8
+ 10
+606.7712840741746
+ 20
+575.8913169545953
+ 30
+0.0
+ 40
+24.48434452705751
+  0
+INSERT
+  5
+143FE
+330
+143B2
+100
+AcDbEntity
+  8
+DESSIN
+  6
+ByBlock
+370
+    30
+100
+AcDbBlockReference
+  2
+A$C431521BD
+ 10
+535.1032000104209
+ 20
+631.5876964075251
+ 30
+0.0
+ 41
+1.8
+ 42
+1.8
+ 43
+1.8
+ 50
+180.0
+  0
+MTEXT
+  5
+143FF
+330
+143B2
+100
+AcDbEntity
+  8
+DESSIN
+  6
+CONTINU
+370
+    30
+100
+AcDbMText
+ 10
+515.5730230927024
+ 20
+643.2716033838094
+ 30
+0.0
+ 40
+7.2
+ 41
+32.41588031575357
+ 46
+0.0
+ 71
+     1
+ 72
+     5
+  1
+E7121
+ 73
+     1
+ 44
+1.0
+  0
+LWPOLYLINE
+  5
+14400
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+100
+AcDbPolyline
+ 90
+        3
+ 70
+     0
+ 43
+2.879999999999999
+ 10
+249.3784747326959
+ 20
+725.7311301980835
+ 10
+299.7427800173
+ 20
+725.7311301980835
+ 10
+299.7427800173
+ 20
+687.7236156010203
+  0
+INSERT
+  5
+14401
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+100
+AcDbBlockReference
+  2
+FLP
+ 10
+261.9730385997915
+ 20
+725.7156760184987
+ 30
+0.0
+ 41
+7.199999999999955
+ 42
+7.199999999999955
+ 43
+7.199999999999955
+ 50
+180.2697309820423
+  0
+TEXT
+  5
+14402
+330
+143B2
+100
+AcDbEntity
+  8
+TEXTE
+100
+AcDbText
+ 10
+145.5221532668861
+ 20
+721.7738887484176
+ 30
+0.0
+ 40
+6.48
+  1
+Vers CV1 & CV2
+ 72
+     1
+ 11
+191.9621532668861
+ 21
+721.7738887484176
+ 31
+0.0
+100
+AcDbText
+  0
+INSERT
+  5
+14403
+330
+143B2
+100
+AcDbEntity
+  8
+N2_FLU
+ 62
+     2
+100
+AcDbBlockReference
+  2
+S_VDRPOS
+ 10
+391.3792569814714
+ 20
+677.698003384352
+ 30
+0.0
+ 41
+5.596107556710396
+ 42
+5.596107556710396
+ 43
+5.596107556710396
+  0
+TEXT
+  5
+14404
+330
+143B2
+100
+AcDbEntity
+  8
+TEXTE
+100
+AcDbText
+ 10
+374.210112875443
+ 20
+715.913740324823
+ 30
+0.0
+ 40
+6.48
+  1
+LCV7121
+100
+AcDbText
+  0
+TEXT
+  5
+14405
+330
+143B2
+100
+AcDbEntity
+  8
+TEXTE
+100
+AcDbText
+ 10
+332.9583987962328
+ 20
+682.9398053219327
+ 30
+0.0
+ 40
+6.48
+  1
+TT7102
+100
+AcDbText
+  0
+TEXT
+  5
+14406
+330
+143B2
+100
+AcDbEntity
+  8
+TEXTE
+100
+AcDbText
+ 10
+137.3980254048983
+ 20
+635.4691925573822
+ 30
+0.0
+ 40
+6.48
+  1
+FV7103
+100
+AcDbText
+  0
+INSERT
+  5
+14407
+330
+143B2
+100
+AcDbEntity
+  8
+N2_FLU
+100
+AcDbBlockReference
+  2
+S_RCHELE
+ 10
+239.9289395775081
+ 20
+609.2391440264585
+ 30
+0.0
+ 41
+3.6
+ 42
+3.6
+ 43
+3.6
+  0
+MTEXT
+  5
+14408
+330
+143B2
+100
+AcDbEntity
+  8
+DESSIN
+  6
+CONTINU
+370
+    30
+100
+AcDbMText
+ 10
+229.7836310833245
+ 20
+591.0451006517535
+ 30
+0.0
+ 40
+7.2
+ 41
+32.41588031575357
+ 46
+0.0
+ 71
+     1
+ 72
+     5
+  1
+H7102
+ 73
+     1
+ 44
+1.0
+  0
+TEXT
+  5
+14409
+330
+143B2
+100
+AcDbEntity
+  8
+TEXTE
+100
+AcDbText
+ 10
+295.6204628133587
+ 20
+578.9243155381983
+ 30
+0.0
+ 40
+6.48
+  1
+7121
+100
+AcDbText
+  0
+LINE
+  5
+1440A
+330
+143B2
+100
+AcDbEntity
+  8
+E_A_V
+ 62
+     3
+100
+AcDbLine
+ 10
+321.9873585025025
+ 20
+583.3248746623003
+ 30
+0.0
+ 11
+382.1920232477878
+ 21
+583.3248746623003
+ 31
+0.0
+  0
+LINE
+  5
+1440B
+330
+143B2
+100
+AcDbEntity
+  8
+E_A_V
+ 62
+     3
+100
+AcDbLine
+ 10
+382.1920232477878
+ 20
+628.1663369761075
+ 30
+0.0
+ 11
+527.9031988504307
+ 21
+628.1663369761075
+ 31
+0.0
+  0
+LINE
+  5
+1440C
+330
+143B2
+100
+AcDbEntity
+  8
+E_A_V
+ 62
+     3
+100
+AcDbLine
+ 10
+382.1920232477878
+ 20
+628.1663369761079
+ 30
+0.0
+ 11
+382.1920232477878
+ 21
+583.3248746623003
+ 31
+0.0
+  0
+INSERT
+  5
+1440D
+330
+143B2
+100
+AcDbEntity
+  8
+Calque1
+100
+AcDbBlockReference
+  2
+S_VREGLM
+ 10
+112.3290134842432
+ 20
+591.9123420946013
+ 30
+0.0
+ 41
+3.6
+ 42
+3.6
+ 43
+3.6
+ 50
+89.99999999999998
+  0
+TEXT
+  5
+1440E
+330
+143B2
+100
+AcDbEntity
+  8
+TEXTE
+100
+AcDbText
+ 10
+115.5879469867791
+ 20
+589.2996049004946
+ 30
+0.0
+ 40
+6.48
+  1
+H7102
+100
+AcDbText
+  0
+INSERT
+  5
+1440F
+330
+143B2
+100
+AcDbEntity
+  8
+N2_FLU
+100
+AcDbBlockReference
+  2
+FLP
+ 10
+364.4796210749309
+ 20
+747.7850927878982
+ 30
+0.0
+ 41
+7.199999999999955
+ 42
+7.199999999999955
+ 43
+7.199999999999955
+ 50
+180.2697309820423
+  0
+LWPOLYLINE
+  5
+14410
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+ 62
+     3
+370
+    30
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.7200000000000001
+ 10
+357.5432880119893
+ 20
+748.5427471667253
+ 10
+379.4794704316587
+ 20
+748.5427471667253
+  0
+LWPOLYLINE
+  5
+14411
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+ 62
+     3
+370
+    30
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.7200000000000001
+ 10
+404.3261879834526
+ 20
+748.5427471667253
+ 10
+448.8660390181244
+ 20
+748.5427471667253
+  0
+MTEXT
+  5
+14412
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+ 62
+     3
+370
+    30
+100
+AcDbMText
+ 10
+242.6820694251073
+ 20
+752.1916957858577
+ 30
+0.0
+ 40
+6.48
+ 41
+121.5934770492997
+ 46
+0.0
+ 71
+     1
+ 72
+     5
+  1
+{\C0;ATM Via collecteur}
+ 73
+     1
+ 44
+1.0
+  0
+LWPOLYLINE
+  5
+14413
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+ 62
+     3
+370
+    30
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.7200000000000001
+ 10
+448.3234775357654
+ 20
+660.6805050130779
+ 10
+448.3234775357654
+ 20
+678.3447373677821
+  0
+LWPOLYLINE
+  5
+14414
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+ 62
+     3
+370
+    30
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.7200000000000001
+ 10
+448.3234775357654
+ 20
+707.1437852380126
+ 10
+448.3234775357654
+ 20
+757.476896014849
+  0
+INSERT
+  5
+14415
+330
+143B2
+100
+AcDbEntity
+  8
+N2_FLU
+100
+AcDbBlockReference
+  2
+S_RCHELE
+ 10
+448.2063859389376
+ 20
+692.7442613028975
+ 30
+0.0
+ 41
+3.6
+ 42
+3.6
+ 43
+3.6
+  0
+MTEXT
+  5
+14416
+330
+143B2
+100
+AcDbEntity
+  8
+DESSIN
+  6
+CONTINU
+370
+    30
+100
+AcDbMText
+ 10
+468.0132156705722
+ 20
+695.8776693712202
+ 30
+0.0
+ 40
+7.2
+ 41
+32.41588031575357
+ 46
+0.0
+ 71
+     1
+ 72
+     5
+  1
+H7104
+ 73
+     1
+ 44
+1.0
+  0
+INSERT
+  5
+14417
+330
+143B2
+100
+AcDbEntity
+  8
+N2_FLU
+100
+AcDbBlockReference
+  2
+S_SOUPDR
+ 10
+448.3585687643553
+ 20
+765.5768960148487
+ 30
+0.0
+ 41
+3.6
+ 42
+3.6
+ 43
+3.6
+ 50
+90.0
+  0
+TEXT
+  5
+14418
+330
+143B2
+100
+AcDbEntity
+  8
+TEXTE
+100
+AcDbText
+ 10
+458.1088512393074
+ 20
+761.8503432032452
+ 30
+0.0
+ 40
+6.48
+  1
+PSV7102
+100
+AcDbText
+  0
+INSERT
+  5
+14419
+330
+143B2
+100
+AcDbEntity
+  8
+N2_FLU
+ 62
+     2
+100
+AcDbBlockReference
+  2
+S_VDRPOS
+ 10
+391.9028292075554
+ 20
+748.9516856897941
+ 30
+0.0
+ 41
+5.596107556710396
+ 42
+5.596107556710396
+ 43
+5.596107556710396
+  0
+TEXT
+  5
+1441A
+330
+143B2
+100
+AcDbEntity
+  8
+TEXTE
+100
+AcDbText
+ 10
+374.733685101527
+ 20
+787.1674226302647
+ 30
+0.0
+ 40
+6.48
+  1
+PCV7121
+100
+AcDbText
+  0
+LWPOLYLINE
+  5
+1441B
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+ 62
+     3
+370
+    30
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+3.6
+ 10
+555.109889432988
+ 20
+741.2767498473746
+ 10
+555.1132626090812
+ 20
+695.4068927009308
+  0
+LWPOLYLINE
+  5
+1441C
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+ 62
+     3
+370
+    30
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+3.6
+ 10
+555.1144539241639
+ 20
+723.2932306046516
+ 10
+555.1165046287929
+ 20
+695.4068927009308
+  0
+LWPOLYLINE
+  5
+1441D
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+ 62
+     3
+370
+    30
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+3.6
+ 10
+555.1176959438747
+ 20
+679.2068927009307
+ 10
+555.1190669167008
+ 20
+660.5638317012936
+  0
+TEXT
+  5
+1441E
+330
+143B2
+100
+AcDbEntity
+  8
+TEXTE
+100
+AcDbText
+ 10
+163.4246896748654
+ 20
+815.2864151740097
+ 30
+0.0
+ 40
+6.48
+  1
+HV902
+100
+AcDbText
+  0
+INSERT
+  5
+1441F
+330
+143B2
+100
+AcDbEntity
+  8
+HE_SYM
+100
+AcDbBlockReference
+  2
+S_VDMANU
+ 10
+146.8494741869944
+ 20
+818.5518089589987
+ 30
+0.0
+ 41
+4.841459922901592
+ 42
+4.841459922901592
+ 43
+4.841459922901592
+ 50
+270.0
+  0
+INSERT
+  5
+14420
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+100
+AcDbBlockReference
+  2
+FLP
+ 10
+116.1673517756567
+ 20
+786.5304408897261
+ 30
+0.0
+ 41
+7.199999999999955
+ 42
+7.199999999999955
+ 43
+7.199999999999955
+ 50
+180.2697309820423
+  0
+TEXT
+  5
+14421
+330
+143B2
+100
+AcDbEntity
+  8
+TEXTE
+100
+AcDbText
+ 10
+9.499253285637259
+ 20
+783.2045589351687
+ 30
+0.0
+ 40
+6.48
+  1
+Vers Cryholab
+ 72
+     1
+ 11
+49.99925328563723
+ 21
+783.2045589351687
+ 31
+0.0
+100
+AcDbText
+  0
+TEXT
+  5
+14422
+330
+143B2
+100
+AcDbEntity
+  8
+TEXTE
+100
+AcDbText
+ 10
+160.1015754786503
+ 20
+867.7948348524749
+ 30
+0.0
+ 40
+6.48
+  1
+HV901
+100
+AcDbText
+  0
+INSERT
+  5
+14423
+330
+143B2
+100
+AcDbEntity
+  8
+HE_SYM
+100
+AcDbBlockReference
+  2
+S_VDMANU
+ 10
+173.7469417733509
+ 20
+851.9641092228132
+ 30
+0.0
+ 41
+4.841459922901592
+ 42
+4.841459922901592
+ 43
+4.841459922901592
+  0
+TEXT
+  5
+14424
+330
+143B2
+100
+AcDbEntity
+  8
+TEXTE
+100
+AcDbText
+ 10
+275.859070088984
+ 20
+870.2740173711886
+ 30
+0.0
+ 40
+6.48
+  1
+H7261
+100
+AcDbText
+  0
+TEXT
+  5
+14425
+330
+143B2
+100
+AcDbEntity
+  8
+TEXTE
+100
+AcDbText
+ 10
+220.2811509337321
+ 20
+835.3711193043016
+ 30
+0.0
+ 40
+6.48
+  1
+TT7272
+100
+AcDbText
+  0
+TEXT
+  5
+14426
+330
+143B2
+100
+AcDbEntity
+  8
+TEXTE
+100
+AcDbText
+ 10
+220.4373545212707
+ 20
+825.7237903147903
+ 30
+0.0
+ 40
+6.48
+  1
+TT7273
+100
+AcDbText
+  0
+TEXT
+  5
+14427
+330
+143B2
+100
+AcDbEntity
+  8
+TEXTE
+100
+AcDbText
+ 10
+220.3061421513612
+ 20
+815.3862792501954
+ 30
+0.0
+ 40
+6.48
+  1
+TT7274
+100
+AcDbText
+  0
+INSERT
+  5
+14428
+330
+143B2
+100
+AcDbEntity
+  8
+HE_SYM
+100
+AcDbBlockReference
+  2
+S_FLECHE
+ 10
+383.9836142967115
+ 20
+175.5952624506765
+ 30
+0.0
+ 41
+7.2
+ 42
+7.2
+ 43
+7.2
+ 50
+90.0
+  0
+INSERT
+  5
+14429
+330
+143B2
+100
+AcDbEntity
+  8
+HE_SYM
+100
+AcDbBlockReference
+  2
+S_FLECHE
+ 10
+291.5361330500746
+ 20
+221.3999969455617
+ 30
+0.0
+ 41
+7.2
+ 42
+7.2
+ 43
+7.2
+ 50
+270.0
+  0
+LWPOLYLINE
+  5
+1442A
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+100
+AcDbPolyline
+ 90
+        3
+ 70
+     0
+ 43
+2.879999999999999
+ 10
+291.5361330500746
+ 20
+220.3908858320648
+ 10
+291.5361330500746
+ 20
+537.5421824571713
+ 10
+34.89702358742443
+ 20
+537.5421824571713
+  0
+LINE
+  5
+1442B
+330
+143B2
+100
+AcDbEntity
+  8
+E_A_V
+100
+AcDbLine
+ 10
+282.3197843753383
+ 20
+528.831098714166
+ 30
+0.0
+ 11
+282.3197843753383
+ 21
+264.5999969455616
+ 31
+0.0
+  0
+LINE
+  5
+1442C
+330
+143B2
+100
+AcDbEntity
+  8
+E_A_V
+100
+AcDbLine
+ 10
+0.1332745386366696
+ 20
+528.831098714166
+ 30
+0.0
+ 11
+282.3197900269033
+ 21
+528.831098714166
+ 31
+0.0
+  0
+LINE
+  5
+1442D
+330
+143B2
+100
+AcDbEntity
+  8
+E_A_V
+100
+AcDbLine
+ 10
+314.1800104034591
+ 20
+555.6398517996698
+ 30
+0.0
+ 11
+314.1800104034591
+ 21
+264.5999969455616
+ 31
+0.0
+  0
+TEXT
+  5
+1442E
+330
+143B2
+100
+AcDbEntity
+  8
+TEXTE
+100
+AcDbText
+ 10
+493.8381107870231
+ 20
+275.3400682363337
+ 30
+0.0
+ 40
+6.48
+  1
+PSV7251
+100
+AcDbText
+  0
+TEXT
+  5
+1442F
+330
+143B2
+100
+AcDbEntity
+  8
+TEXTE
+100
+AcDbText
+ 10
+500.7007619691481
+ 20
+257.0768673204557
+ 30
+0.0
+ 40
+6.48
+  1
+PSE7251
+100
+AcDbText
+  0
+LWPOLYLINE
+  5
+14430
+330
+143B2
+100
+AcDbEntity
+  8
+HE_SYM
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.9360000000000001
+ 10
+478.7361330500742
+ 20
+223.1999969455617
+ 10
+478.7361330500742
+ 20
+270.8999969455617
+  0
+LWPOLYLINE
+  5
+14431
+330
+143B2
+100
+AcDbEntity
+  8
+HE_SYM
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.9360000000000001
+ 10
+500.3361330500746
+ 20
+246.5999969455617
+ 10
+413.9361330500745
+ 20
+246.5999969455617
+  0
+INSERT
+  5
+14432
+330
+143B2
+100
+AcDbEntity
+  8
+HE_SYM
+100
+AcDbBlockReference
+  2
+S_POINT1
+ 10
+478.7361330500742
+ 20
+246.5999969455617
+ 30
+0.0
+ 41
+-3.6
+ 42
+3.6
+ 43
+3.6
+ 50
+180.0
+  0
+INSERT
+  5
+14433
+330
+143B2
+100
+AcDbEntity
+  8
+HE_SYM
+100
+AcDbBlockReference
+  2
+S_FLECHE
+ 10
+478.7361330500742
+ 20
+300.5999969455617
+ 30
+0.0
+ 41
+-3.6
+ 42
+3.6
+ 43
+3.6
+ 50
+270.0
+  0
+INSERT
+  5
+14434
+330
+143B2
+100
+AcDbEntity
+  8
+HE_SYM
+100
+AcDbBlockReference
+  2
+S_SOUPDR
+ 10
+478.7361330500742
+ 20
+278.9999969455617
+ 30
+0.0
+ 41
+-3.6
+ 42
+3.6
+ 43
+3.6
+ 50
+270.0
+  0
+INSERT
+  5
+14435
+330
+143B2
+100
+AcDbEntity
+  8
+HE_SYM
+100
+AcDbBlockReference
+  2
+S_DSKRUP
+ 10
+500.3361330500746
+ 20
+246.5999969455617
+ 30
+0.0
+ 41
+-3.6
+ 42
+3.6
+ 43
+3.6
+ 50
+270.0
+  0
+LWPOLYLINE
+  5
+14436
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+2.879999999999999
+ 10
+383.9654300511943
+ 20
+55.7999969455617
+ 10
+383.9654300511943
+ 20
+421.7705808802753
+  0
+LINE
+  5
+14437
+330
+143B2
+100
+AcDbEntity
+  8
+HE_SYM
+100
+AcDbLine
+ 10
+233.9361330500742
+ 20
+160.1999969455617
+ 30
+0.0
+ 11
+449.9361330500746
+ 21
+160.1999969455617
+ 31
+0.0
+  0
+LWPOLYLINE
+  5
+14438
+330
+143B2
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+3.6
+ 10
+248.3361330500743
+ 20
+185.3999969455616
+ 10
+248.3361330500743
+ 20
+55.7999969455617
+  0
+INSERT
+  5
+14439
+330
+143B2
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbBlockReference
+  2
+S_INSLO1
+ 10
+190.7361330500744
+ 20
+185.3999969455616
+ 30
+0.0
+ 41
+3.6
+ 42
+3.6
+ 43
+3.6
+  0
+LINE
+  5
+1443A
+330
+143B2
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+206.9361330500742
+ 20
+185.3999969455616
+ 30
+0.0
+ 11
+248.3361330500743
+ 21
+185.3999969455616
+ 31
+0.0
+  0
+TEXT
+  5
+1443B
+330
+143B2
+100
+AcDbEntity
+  8
+TEXTE
+100
+AcDbText
+ 10
+185.3361330500744
+ 20
+188.6399969455616
+ 30
+0.0
+ 40
+6.48
+  1
+LT
+ 72
+     1
+ 11
+190.7361330500744
+ 21
+188.6399969455616
+ 31
+0.0
+100
+AcDbText
+  0
+LWPOLYLINE
+  5
+1443C
+330
+143B2
+100
+AcDbEntity
+  8
+E_A_V
+100
+AcDbPolyline
+ 90
+       10
+ 70
+     0
+ 43
+0.0
+ 10
+269.9361330500742
+ 20
+228.5999969455617
+ 10
+262.7361330500745
+ 20
+228.5999969455617
+ 10
+262.7361330500745
+ 20
+221.3999969455617
+ 10
+226.7361330500744
+ 20
+203.3999969455617
+ 10
+226.7361330500744
+ 20
+41.39999694556161
+ 10
+457.1361330500743
+ 20
+41.39999694556161
+ 10
+457.1361330500743
+ 20
+203.3999969455617
+ 10
+421.1361330500745
+ 20
+221.3999969455617
+ 10
+421.1361330500745
+ 20
+228.5999969455617
+ 10
+413.9361330500745
+ 20
+228.5999969455617
+  0
+INSERT
+  5
+1443D
+330
+143B2
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbBlockReference
+  2
+S_INSLO1
+ 10
+277.1361330500745
+ 20
+16.19999694556168
+ 30
+0.0
+ 41
+3.6
+ 42
+3.6
+ 43
+3.6
+  0
+LINE
+  5
+1443E
+330
+143B2
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+277.1361330500745
+ 20
+55.7999969455617
+ 30
+0.0
+ 11
+277.1361330500745
+ 21
+32.39999694556161
+ 31
+0.0
+  0
+TEXT
+  5
+1443F
+330
+143B2
+100
+AcDbEntity
+  8
+TEXTE
+100
+AcDbText
+ 10
+271.7361330500745
+ 20
+19.43999694556157
+ 30
+0.0
+ 40
+6.48
+  1
+TT
+ 72
+     1
+ 11
+277.1361330500745
+ 21
+19.43999694556157
+ 31
+0.0
+100
+AcDbText
+  0
+INSERT
+  5
+14440
+330
+143B2
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbBlockReference
+  2
+S_INSLO1
+ 10
+478.7361330500742
+ 20
+206.9999969455617
+ 30
+0.0
+ 41
+-3.6
+ 42
+3.6
+ 43
+3.6
+ 50
+270.0
+  0
+TEXT
+  5
+14441
+330
+143B2
+100
+AcDbEntity
+  8
+TEXTE
+100
+AcDbText
+ 10
+473.3361330500743
+ 20
+210.2042706829679
+ 30
+0.0
+ 40
+6.48
+  1
+PT
+ 72
+     1
+ 11
+478.7361330500742
+ 21
+210.2042706829679
+ 31
+0.0
+100
+AcDbText
+  0
+TEXT
+  5
+14442
+330
+143B2
+100
+AcDbEntity
+  8
+TEXTE
+100
+AcDbText
+ 10
+355.7174491635168
+ 20
+31.29717204477197
+ 30
+0.0
+ 40
+6.48
+  1
+E7251
+100
+AcDbText
+  0
+TEXT
+  5
+14443
+330
+143B2
+100
+AcDbEntity
+  8
+TEXTE
+100
+AcDbText
+ 10
+468.6547464140276
+ 20
+198.0337380315608
+ 30
+0.0
+ 40
+6.48
+  1
+7251
+ 72
+     1
+ 11
+479.4547464140276
+ 21
+198.0337380315608
+ 31
+0.0
+100
+AcDbText
+  0
+TEXT
+  5
+14444
+330
+143B2
+100
+AcDbEntity
+  8
+TEXTE
+100
+AcDbText
+ 10
+179.9361330500744
+ 20
+175.6799969455616
+ 30
+0.0
+ 40
+6.48
+  1
+7251
+ 72
+     1
+ 11
+190.7361330500744
+ 21
+175.6799969455616
+ 31
+0.0
+100
+AcDbText
+  0
+TEXT
+  5
+14445
+330
+143B2
+100
+AcDbEntity
+  8
+TEXTE
+100
+AcDbText
+ 10
+266.3361330500745
+ 20
+6.479996945561763
+ 30
+0.0
+ 40
+6.48
+  1
+7251
+ 72
+     1
+ 11
+277.1361330500745
+ 21
+6.479996945561763
+ 31
+0.0
+100
+AcDbText
+  0
+LWPOLYLINE
+  5
+14446
+330
+143B2
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbPolyline
+ 90
+       14
+ 70
+     1
+ 10
+269.9361330500742
+ 20
+264.5999969455616
+ 40
+5.4
+ 41
+5.4
+ 10
+413.9361330500745
+ 20
+264.5999969455616
+ 40
+0.9360000000000001
+ 41
+0.9360000000000001
+ 10
+413.9361330500745
+ 20
+213.7551076759653
+ 40
+0.9360000000000001
+ 41
+0.9360000000000001
+ 42
+-0.003297646669636
+ 10
+415.8308985164479
+ 20
+213.4576912354009
+ 40
+0.9360000000000001
+ 41
+0.9360000000000001
+ 42
+-0.0535868588902644
+ 10
+433.06548364642
+ 20
+208.6996863835602
+ 40
+0.9360000000000001
+ 41
+0.9360000000000001
+ 42
+-0.0966957185780861
+ 10
+446.8097571950115
+ 20
+199.9050224822802
+ 40
+0.9360000000000001
+ 41
+0.9360000000000001
+ 42
+-0.2049955599697536
+ 10
+449.9361330500746
+ 20
+192.5999969455616
+ 40
+0.9360000000000001
+ 41
+0.9360000000000001
+ 10
+449.9361330500746
+ 20
+48.59999694556165
+ 40
+0.9360000000000001
+ 41
+0.9360000000000001
+ 10
+233.9361330500742
+ 20
+48.59999694556165
+ 40
+0.9360000000000001
+ 41
+0.9360000000000001
+ 10
+233.9361330500742
+ 20
+192.5999969455616
+ 40
+0.9360000000000001
+ 41
+0.9360000000000001
+ 42
+-0.2049955599697545
+ 10
+237.0625089051373
+ 20
+199.9050224822805
+ 40
+0.9360000000000001
+ 41
+0.9360000000000001
+ 42
+-0.0966957185780844
+ 10
+250.8067824537288
+ 20
+208.6996863835602
+ 40
+0.9360000000000001
+ 41
+0.9360000000000001
+ 42
+-0.0535868588902635
+ 10
+268.0413675837008
+ 20
+213.4576912354011
+ 40
+0.9360000000000001
+ 41
+0.9360000000000001
+ 42
+-0.0032976466696364
+ 10
+269.9361330500742
+ 20
+213.7551076759654
+ 40
+0.9360000000000001
+ 41
+0.9360000000000001
+  0
+LINE
+  5
+14447
+330
+143B2
+100
+AcDbEntity
+  8
+INST_T
+100
+AcDbLine
+ 10
+478.7361330500742
+ 20
+190.7999969455616
+ 30
+0.0
+ 11
+478.7361330500742
+ 21
+5.399996945561611
+ 31
+0.0
+  0
+LINE
+  5
+14448
+330
+143B2
+100
+AcDbEntity
+  8
+INST_T
+100
+AcDbLine
+ 10
+478.7361330500742
+ 20
+5.399996945561611
+ 30
+0.0
+ 11
+352.7361330500744
+ 21
+5.399996945561611
+ 31
+0.0
+  0
+LINE
+  5
+14449
+330
+143B2
+100
+AcDbEntity
+  8
+INST_T
+100
+AcDbLine
+ 10
+352.7361330500744
+ 20
+5.399996945561611
+ 30
+0.0
+ 11
+352.7361330500744
+ 21
+52.95473266846396
+ 31
+0.0
+  0
+INSERT
+  5
+1444A
+330
+143B2
+100
+AcDbEntity
+  8
+HE_SYM
+100
+AcDbBlockReference
+  2
+*X74
+ 10
+-889.2638669499255
+ 20
+-124.2000030544383
+ 30
+0.0
+ 41
+3.6
+ 42
+3.6
+ 43
+3.6
+  0
+LINE
+  5
+1444B
+330
+143B2
+100
+AcDbEntity
+  8
+E_A_V
+100
+AcDbLine
+ 10
+378.952055127922
+ 20
+421.7705808802753
+ 30
+0.0
+ 11
+378.952055127922
+ 21
+266.9032892910923
+ 31
+0.0
+  0
+LINE
+  5
+1444C
+330
+143B2
+100
+AcDbEntity
+  8
+E_A_V
+100
+AcDbLine
+ 10
+388.2840561602584
+ 20
+421.7705808802753
+ 30
+0.0
+ 11
+388.2840561602584
+ 21
+265.4313975141013
+ 31
+0.0
+  0
+LINE
+  5
+1444D
+330
+143B2
+100
+AcDbEntity
+  8
+E_A_V
+100
+AcDbLine
+ 10
+0.1332745386366696
+ 20
+555.6398517996698
+ 30
+0.0
+ 11
+298.9950245729997
+ 21
+555.6398517996698
+ 31
+0.0
+  0
+LWPOLYLINE
+  5
+1444E
+330
+143B2
+100
+AcDbEntity
+  8
+HE_SYM
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.9360000000000001
+ 10
+478.6738528107502
+ 20
+287.0999969455617
+ 10
+478.6738528107502
+ 20
+309.8027107796369
+  0
+INSERT
+  5
+1444F
+330
+143B2
+100
+AcDbEntity
+  8
+DESSIN
+  6
+ByBlock
+370
+    30
+100
+AcDbBlockReference
+  2
+A$C431521BD
+ 10
+350.155527451464
+ 20
+52.95473282933733
+ 30
+0.0
+ 41
+1.8
+ 42
+1.8
+ 43
+1.8
+  0
+LINE
+  5
+14450
+330
+143B2
+100
+AcDbEntity
+  8
+E_A_V
+100
+AcDbLine
+ 10
+397.8461277538772
+ 20
+467.985561746144
+ 30
+0.0
+ 11
+397.8461277538772
+ 21
+267.225264370097
+ 31
+0.0
+  0
+LINE
+  5
+14451
+330
+143B2
+100
+AcDbEntity
+  8
+E_A_V
+100
+AcDbLine
+ 10
+407.1781287862145
+ 20
+456.6925411122996
+ 30
+0.0
+ 11
+407.1781287862145
+ 21
+265.753372593106
+ 31
+0.0
+  0
+LWPOLYLINE
+  5
+14452
+330
+143B2
+100
+AcDbEntity
+  8
+HE_SYM
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.9360000000000001
+ 10
+402.2975890223468
+ 20
+223.6890814776914
+ 10
+402.2975890223468
+ 20
+336.004127440731
+  0
+LWPOLYLINE
+  5
+14453
+330
+143B2
+100
+AcDbEntity
+  8
+HE_SYM
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.9360000000000001
+ 10
+402.2975890223468
+ 20
+352.2041274407311
+ 10
+402.2975890223468
+ 20
+462.0033696640481
+  0
+INSERT
+  5
+14454
+330
+143B2
+100
+AcDbEntity
+  8
+HE_SYM
+100
+AcDbBlockReference
+  2
+S_FLECHE
+ 10
+402.4093191773204
+ 20
+221.3956209242482
+ 30
+0.0
+ 41
+7.2
+ 42
+7.2
+ 43
+7.2
+ 50
+90.0
+  0
+TEXT
+  5
+14455
+330
+143B2
+100
+AcDbEntity
+  8
+TEXTE
+100
+AcDbText
+ 10
+427.6291908958937
+ 20
+341.1400605923769
+ 30
+0.0
+ 40
+6.48
+  1
+FV7254
+100
+AcDbText
+  0
+INSERT
+  5
+14456
+330
+143B2
+100
+AcDbEntity
+  8
+HE_SYM
+100
+AcDbBlockReference
+  2
+S_VDPNEU
+ 10
+402.3275955929257
+ 20
+344.1041274407311
+ 30
+0.0
+ 41
+3.6
+ 42
+3.6
+ 43
+3.6
+ 50
+270.0
+  0
+LWPOLYLINE
+  5
+14457
+330
+143B2
+100
+AcDbEntity
+  8
+HE_SYM
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.9360000000000001
+ 10
+303.3417374983051
+ 20
+227.4951227828855
+ 10
+303.3417374983051
+ 20
+548.4353817970635
+  0
+INSERT
+  5
+14458
+330
+143B2
+100
+AcDbEntity
+  8
+HE_SYM
+100
+AcDbBlockReference
+  2
+S_FLECHE
+ 10
+303.4534676532762
+ 20
+225.2016622294423
+ 30
+0.0
+ 41
+7.2
+ 42
+7.2
+ 43
+7.2
+ 50
+90.0
+  0
+LWPOLYLINE
+  5
+14459
+330
+143B2
+100
+AcDbEntity
+  8
+HE_SYM
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.9360000000000001
+ 10
+303.3417374983051
+ 20
+548.4353817970635
+ 10
+0.1332745386366696
+ 20
+548.4353817970635
+  0
+LWPOLYLINE
+  5
+1445A
+330
+143B2
+100
+AcDbEntity
+  8
+DESSIN
+  6
+CONTINU
+100
+AcDbPolyline
+ 90
+        6
+ 70
+     0
+ 43
+3.633959166064686
+ 10
+1204.359280408008
+ 20
+184.8719092059161
+ 10
+1204.359280408008
+ 20
+152.2851716280235
+ 10
+851.2110351815817
+ 20
+152.2851716280235
+ 10
+851.2110351815817
+ 20
+410.4203909465828
+ 10
+1204.359280408008
+ 20
+410.4203909465828
+ 10
+1204.359280408008
+ 20
+349.6380142374663
+  0
+LWPOLYLINE
+  5
+1445B
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+2.879999999999999
+ 10
+1160.142520286298
+ 20
+326.8160730288514
+ 10
+1160.142520286298
+ 20
+852.0726268879627
+  0
+INSERT
+  5
+1445C
+330
+143B2
+100
+AcDbEntity
+  8
+HE_SYM
+100
+AcDbBlockReference
+  2
+S_FLECHE
+ 10
+1160.421693774282
+ 20
+464.1813876707833
+ 30
+0.0
+ 41
+7.2
+ 42
+7.2
+ 43
+7.2
+ 50
+90.0
+  0
+LINE
+  5
+1445D
+330
+143B2
+100
+AcDbEntity
+  8
+E_A_V
+100
+AcDbLine
+ 10
+306.0018157060786
+ 20
+843.5165589261403
+ 30
+0.0
+ 11
+1151.935523106462
+ 21
+843.5165589261403
+ 31
+0.0
+  0
+LINE
+  5
+1445E
+330
+143B2
+100
+AcDbEntity
+  8
+E_A_V
+100
+AcDbLine
+ 10
+304.4058987023109
+ 20
+859.1631557825428
+ 30
+0.0
+ 11
+1166.40787988105
+ 21
+859.1631557825428
+ 31
+0.0
+  0
+LINE
+  5
+1445F
+330
+143B2
+100
+AcDbEntity
+  8
+E_A_V
+100
+AcDbLine
+ 10
+1151.935523106462
+ 20
+843.5165589261403
+ 30
+0.0
+ 11
+1151.935523106462
+ 21
+410.4203909465828
+ 31
+0.0
+  0
+LINE
+  5
+14460
+330
+143B2
+100
+AcDbEntity
+  8
+E_A_V
+100
+AcDbLine
+ 10
+1166.40787988105
+ 20
+859.1631557825428
+ 30
+0.0
+ 11
+1166.40787988105
+ 21
+410.4203909465828
+ 31
+0.0
+  0
+LWPOLYLINE
+  5
+14461
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+2.879999999999999
+ 10
+384.068961058832
+ 20
+488.5512974838604
+ 10
+921.563640763351
+ 20
+488.5512974838604
+  0
+LWPOLYLINE
+  5
+14462
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+2.879999999999999
+ 10
+384.068961058832
+ 20
+446.0412512666588
+ 10
+384.068961058832
+ 20
+488.5512974838604
+  0
+LWPOLYLINE
+  5
+14463
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+2.879999999999999
+ 10
+921.563640763351
+ 20
+226.3671610173324
+ 10
+921.563640763351
+ 20
+488.5512974838604
+  0
+LINE
+  5
+14464
+330
+143B2
+100
+AcDbEntity
+  8
+E_A_V
+100
+AcDbLine
+ 10
+378.8292093224641
+ 20
+494.5780548613188
+ 30
+0.0
+ 11
+927.8501471736962
+ 21
+494.5780548613188
+ 31
+0.0
+  0
+LINE
+  5
+14465
+330
+143B2
+100
+AcDbEntity
+  8
+E_A_V
+100
+AcDbLine
+ 10
+388.4158223206124
+ 20
+483.2850342274739
+ 30
+0.0
+ 11
+914.6100521326975
+ 21
+483.2850342274739
+ 31
+0.0
+  0
+LINE
+  5
+14466
+330
+143B2
+100
+AcDbEntity
+  8
+E_A_V
+100
+AcDbLine
+ 10
+378.8292093224641
+ 20
+494.5780548613188
+ 30
+0.0
+ 11
+378.8292093224641
+ 21
+446.0412512666588
+ 31
+0.0
+  0
+LINE
+  5
+14467
+330
+143B2
+100
+AcDbEntity
+  8
+E_A_V
+100
+AcDbLine
+ 10
+388.4158223206124
+ 20
+483.2850342274741
+ 30
+0.0
+ 11
+388.4158223206124
+ 21
+446.0412512666588
+ 31
+0.0
+  0
+LINE
+  5
+14468
+330
+143B2
+100
+AcDbEntity
+  8
+E_A_V
+100
+AcDbLine
+ 10
+914.6100521326975
+ 20
+483.2850342274739
+ 30
+0.0
+ 11
+914.6100521326975
+ 21
+410.4203909465828
+ 31
+0.0
+  0
+LINE
+  5
+14469
+330
+143B2
+100
+AcDbEntity
+  8
+E_A_V
+100
+AcDbLine
+ 10
+927.8501471736962
+ 20
+494.5780548613188
+ 30
+0.0
+ 11
+927.8501471736962
+ 21
+410.4203909465828
+ 31
+0.0
+  0
+LINE
+  5
+1446A
+330
+143B2
+100
+AcDbEntity
+  8
+E_A_V
+100
+AcDbLine
+ 10
+397.8461277538772
+ 20
+467.9855617461444
+ 30
+0.0
+ 11
+892.9444580556046
+ 21
+467.9855617461444
+ 31
+0.0
+  0
+LINE
+  5
+1446B
+330
+143B2
+100
+AcDbEntity
+  8
+E_A_V
+100
+AcDbLine
+ 10
+407.1781287862145
+ 20
+456.6925411122995
+ 30
+0.0
+ 11
+883.6124570232696
+ 21
+456.6925411122995
+ 31
+0.0
+  0
+LINE
+  5
+1446C
+330
+143B2
+100
+AcDbEntity
+  8
+E_A_V
+100
+AcDbLine
+ 10
+883.6124570232668
+ 20
+456.6925411122995
+ 30
+0.0
+ 11
+883.6124570232696
+ 21
+410.4203909465828
+ 31
+0.0
+  0
+LINE
+  5
+1446D
+330
+143B2
+100
+AcDbEntity
+  8
+E_A_V
+100
+AcDbLine
+ 10
+892.9444580556046
+ 20
+467.9855617461444
+ 30
+0.0
+ 11
+892.9444580556046
+ 21
+410.4203909465828
+ 31
+0.0
+  0
+LWPOLYLINE
+  5
+1446E
+330
+143B2
+100
+AcDbEntity
+  8
+HE_SYM
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.9360000000000001
+ 10
+888.0639182917358
+ 20
+200.5265833730551
+ 10
+888.0639182917358
+ 20
+462.0033696640481
+  0
+LWPOLYLINE
+  5
+1446F
+330
+143B2
+100
+AcDbEntity
+  8
+HE_SYM
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.9360000000000001
+ 10
+888.0639182917358
+ 20
+462.0033696640481
+ 10
+402.2975890223468
+ 20
+462.0033696640481
+  0
+INSERT
+  5
+14470
+330
+143B2
+100
+AcDbEntity
+  8
+HE_SYM
+100
+AcDbBlockReference
+  2
+S_FLECHE
+ 10
+988.9469990424936
+ 20
+392.3525917169929
+ 30
+0.0
+ 41
+7.2
+ 42
+7.2
+ 43
+7.2
+ 50
+270.0
+  0
+INSERT
+  5
+14471
+330
+143B2
+100
+AcDbEntity
+  8
+HE_SYM
+100
+AcDbBlockReference
+  2
+S_FLECHE
+ 10
+887.7689849756999
+ 20
+401.4634700145951
+ 30
+0.0
+ 41
+7.2
+ 42
+7.2
+ 43
+7.2
+ 50
+270.0
+  0
+LWPOLYLINE
+  5
+14472
+330
+143B2
+100
+AcDbEntity
+  8
+DESSIN
+  6
+CONTINU
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+3.633959166064686
+ 10
+1204.359280408008
+ 20
+349.6380142374663
+ 10
+1248.419259577767
+ 20
+349.6380142374663
+  0
+LWPOLYLINE
+  5
+14473
+330
+143B2
+100
+AcDbEntity
+  8
+DESSIN
+  6
+CONTINU
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+3.633959166064686
+ 10
+1413.185364609317
+ 20
+184.8719092059161
+ 10
+1204.359280408008
+ 20
+184.8719092059161
+  0
+TEXT
+  5
+14474
+330
+143B2
+100
+AcDbEntity
+  8
+TEXTE
+100
+AcDbText
+ 10
+903.6608682158366
+ 20
+122.1717478003401
+ 30
+0.0
+ 40
+12.66469261186981
+  1
+Boite de Connexion ESS
+100
+AcDbText
+  0
+LWPOLYLINE
+  5
+14475
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+2.879999999999999
+ 10
+1160.142520286298
+ 20
+326.8160730288514
+ 10
+1266.325427288825
+ 20
+326.8160730288514
+  0
+TEXT
+  5
+14476
+330
+143B2
+100
+AcDbEntity
+  8
+TEXTE
+100
+AcDbText
+ 10
+1174.173581613884
+ 20
+332.8049322787748
+ 30
+0.0
+ 40
+6.48
+  1
+TT7261
+100
+AcDbText
+  0
+TEXT
+  5
+14477
+330
+143B2
+100
+AcDbEntity
+  8
+TEXTE
+100
+AcDbText
+ 10
+936.1710768829002
+ 20
+359.8462881121165
+ 30
+0.0
+ 40
+6.48
+  1
+TT7253
+100
+AcDbText
+  0
+LWPOLYLINE
+  5
+14478
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+2.879999999999999
+ 10
+921.563640763351
+ 20
+226.3671610173324
+ 10
+1366.774339300344
+ 20
+226.3671610173324
+  0
+LWPOLYLINE
+  5
+14479
+330
+143B2
+100
+AcDbEntity
+  8
+HE_SYM
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.9360000000000001
+ 10
+1392.61491694462
+ 20
+200.5265833730551
+ 10
+785.9580825942985
+ 20
+200.5265833730551
+  0
+TEXT
+  5
+1447A
+330
+143B2
+100
+AcDbEntity
+  8
+TEXTE
+100
+AcDbText
+ 10
+900.9805771156747
+ 20
+210.1381030022765
+ 30
+0.0
+ 40
+6.48
+  1
+TT7254
+100
+AcDbText
+  0
+LWPOLYLINE
+  5
+1447B
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+ 62
+     3
+370
+    30
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+3.6
+ 10
+555.109889432988
+ 20
+741.2767498473746
+ 10
+1021.108894158191
+ 20
+741.2767498473746
+  0
+LINE
+  5
+1447C
+330
+143B2
+100
+AcDbEntity
+  8
+E_A_V
+100
+AcDbLine
+ 10
+548.1304678762658
+ 20
+746.9003245044478
+ 30
+0.0
+ 11
+1028.601067851095
+ 21
+746.9003245044478
+ 31
+0.0
+  0
+LINE
+  5
+1447D
+330
+143B2
+100
+AcDbEntity
+  8
+E_A_V
+100
+AcDbLine
+ 10
+562.6028246508558
+ 20
+735.6073038706032
+ 30
+0.0
+ 11
+1014.128711076507
+ 21
+735.6073038706032
+ 31
+0.0
+  0
+LINE
+  5
+1447E
+330
+143B2
+100
+AcDbEntity
+  8
+E_A_V
+100
+AcDbLine
+ 10
+1014.128711076507
+ 20
+735.6073038706032
+ 30
+0.0
+ 11
+1014.128711076507
+ 21
+410.4203909465828
+ 31
+0.0
+  0
+LINE
+  5
+1447F
+330
+143B2
+100
+AcDbEntity
+  8
+E_A_V
+100
+AcDbLine
+ 10
+1028.601067851095
+ 20
+746.9003245044478
+ 30
+0.0
+ 11
+1028.601067851095
+ 21
+410.4203909465828
+ 31
+0.0
+  0
+LWPOLYLINE
+  5
+14480
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+ 62
+     3
+370
+    30
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+3.6
+ 10
+1021.108894158191
+ 20
+741.2767498473746
+ 10
+1021.144364472907
+ 20
+258.9365979144365
+  0
+LWPOLYLINE
+  5
+14481
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+ 62
+     3
+370
+    30
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+3.6
+ 10
+1021.144364472907
+ 20
+258.9365979144367
+ 10
+1329.413538889889
+ 20
+258.9365979144367
+  0
+INSERT
+  5
+14482
+330
+143B2
+100
+AcDbEntity
+  8
+Calque1
+100
+AcDbBlockReference
+  2
+S_FLECHE
+ 10
+1020.875630525208
+ 20
+358.8051065427467
+ 30
+0.0
+ 41
+7.2
+ 42
+7.2
+ 43
+7.2
+ 50
+270.0
+  0
+TEXT
+  5
+14483
+330
+143B2
+100
+AcDbEntity
+  8
+TEXTE
+100
+AcDbText
+ 10
+1036.212934001858
+ 20
+315.8591157330188
+ 30
+0.0
+ 40
+6.48
+  1
+TT7121
+100
+AcDbText
+  0
+LWPOLYLINE
+  5
+14484
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+ 62
+     3
+370
+    30
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.7200000000000001
+ 10
+1099.195601282727
+ 20
+792.5762287052801
+ 10
+1099.214961643289
+ 20
+529.3059608553281
+  0
+LWPOLYLINE
+  5
+14485
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+ 62
+     3
+370
+    30
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.7200000000000001
+ 10
+1099.204958191146
+ 20
+500.5151574296501
+ 10
+1099.219374319636
+ 20
+304.478622012756
+  0
+LWPOLYLINE
+  5
+14486
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+ 62
+     3
+370
+    30
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.7200000000000001
+ 10
+1099.219374319636
+ 20
+304.4786220127559
+ 10
+1289.50348419367
+ 20
+304.4786220127559
+  0
+LWPOLYLINE
+  5
+14487
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+ 62
+     3
+370
+    30
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.7200000000000001
+ 10
+834.6995478372859
+ 20
+792.5762287052801
+ 10
+905.4273182874645
+ 20
+792.5762287052801
+  0
+LWPOLYLINE
+  5
+14488
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+ 62
+     3
+370
+    30
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.7200000000000001
+ 10
+954.3426951460221
+ 20
+792.5762287052801
+ 10
+990.1394021248981
+ 20
+792.5762287052801
+  0
+LWPOLYLINE
+  5
+14489
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+ 62
+     3
+370
+    30
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.7200000000000001
+ 10
+1014.986119676694
+ 20
+792.5762287052801
+ 10
+1099.195601282727
+ 20
+792.5762287052801
+  0
+MTEXT
+  5
+1448A
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+ 62
+     3
+370
+    30
+100
+AcDbMText
+ 10
+731.8361704043832
+ 20
+796.84391254155
+ 30
+0.0
+ 40
+6.48
+ 41
+121.5934770492997
+ 46
+0.0
+ 71
+     1
+ 72
+     5
+  1
+{\C0;ATM Via collecteur}
+ 73
+     1
+ 44
+1.0
+  0
+INSERT
+  5
+1448B
+330
+143B2
+100
+AcDbEntity
+  8
+N2_FLU
+100
+AcDbBlockReference
+  2
+FLP
+ 10
+1099.008555310457
+ 20
+375.9345155429548
+ 30
+0.0
+ 41
+7.199999999999955
+ 42
+7.199999999999955
+ 43
+7.199999999999955
+ 50
+90.26973098204242
+  0
+TEXT
+  5
+1448C
+330
+143B2
+100
+AcDbEntity
+  8
+TEXTE
+100
+AcDbText
+ 10
+1112.866307925459
+ 20
+309.9888638630968
+ 30
+0.0
+ 40
+6.48
+  1
+TT7131
+100
+AcDbText
+  0
+INSERT
+  5
+1448D
+330
+143B2
+100
+AcDbEntity
+  8
+N2_FLU
+100
+AcDbBlockReference
+  2
+S_RCHELE
+ 10
+1099.573806715668
+ 20
+514.9104327228132
+ 30
+0.0
+ 41
+3.6
+ 42
+3.6
+ 43
+3.6
+  0
+LINE
+  5
+1448E
+330
+143B2
+100
+AcDbEntity
+  8
+E_A_V
+100
+AcDbLine
+ 10
+1092.232377097142
+ 20
+502.5223977230151
+ 30
+0.0
+ 11
+1092.232377097142
+ 21
+412.0710206723687
+ 31
+0.0
+  0
+LINE
+  5
+1448F
+330
+143B2
+100
+AcDbEntity
+  8
+E_A_V
+100
+AcDbLine
+ 10
+1105.472472138141
+ 20
+501.7740045083508
+ 30
+0.0
+ 11
+1105.472472138141
+ 21
+412.0710206723687
+ 31
+0.0
+  0
+MTEXT
+  5
+14490
+330
+143B2
+100
+AcDbEntity
+  8
+DESSIN
+  6
+CONTINU
+370
+    30
+100
+AcDbMText
+ 10
+1118.707253896025
+ 20
+517.4353795197049
+ 30
+0.0
+ 40
+7.2
+ 41
+32.41588031575357
+ 46
+0.0
+ 71
+     1
+ 72
+     5
+  1
+H7131
+ 73
+     1
+ 44
+1.0
+  0
+LWPOLYLINE
+  5
+14491
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+ 62
+     3
+370
+    30
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.7200000000000001
+ 10
+1099.130494841432
+ 20
+756.2149908229788
+ 10
+1099.130494841432
+ 20
+806.5481015998152
+  0
+INSERT
+  5
+14492
+330
+143B2
+100
+AcDbEntity
+  8
+N2_FLU
+100
+AcDbBlockReference
+  2
+S_SOUPDR
+ 10
+1099.165586070023
+ 20
+814.6481015998149
+ 30
+0.0
+ 41
+3.6
+ 42
+3.6
+ 43
+3.6
+ 50
+90.0
+  0
+TEXT
+  5
+14493
+330
+143B2
+100
+AcDbEntity
+  8
+TEXTE
+100
+AcDbText
+ 10
+1108.915868544973
+ 20
+810.9215487882115
+ 30
+0.0
+ 40
+6.48
+  1
+PSV7131
+100
+AcDbText
+  0
+INSERT
+  5
+14494
+330
+143B2
+100
+AcDbEntity
+  8
+N2_FLU
+ 62
+     2
+100
+AcDbBlockReference
+  2
+S_VDRPOS
+ 10
+1002.562760900795
+ 20
+792.6894792044554
+ 30
+0.0
+ 41
+5.596107556710396
+ 42
+5.596107556710396
+ 43
+5.596107556710396
+  0
+TEXT
+  5
+14495
+330
+143B2
+100
+AcDbEntity
+  8
+TEXTE
+100
+AcDbText
+ 10
+985.3936167947674
+ 20
+830.905216144926
+ 30
+0.0
+ 40
+6.48
+  1
+FCV7131
+100
+AcDbText
+  0
+INSERT
+  5
+14496
+330
+143B2
+100
+AcDbEntity
+  8
+N2_FLU
+100
+AcDbBlockReference
+  2
+FLP
+ 10
+853.9564885467697
+ 20
+792.6679873063501
+ 30
+0.0
+ 41
+7.199999999999955
+ 42
+7.199999999999955
+ 43
+7.199999999999955
+ 50
+180.2697309820423
+  0
+MTEXT
+  5
+14497
+330
+143B2
+100
+AcDbEntity
+  8
+DESSIN
+  6
+CONTINU
+370
+    30
+100
+AcDbMText
+ 10
+912.9733501344853
+ 20
+796.8776921774248
+ 30
+0.0
+ 40
+7.2
+ 41
+32.41588031575357
+ 46
+0.0
+ 71
+     1
+ 72
+     5
+  1
+FT7131
+ 73
+     1
+ 44
+1.0
+  0
+CIRCLE
+  5
+14498
+330
+143B2
+100
+AcDbEntity
+  8
+N2_FLU
+  6
+CONTINU
+ 62
+     0
+370
+    20
+100
+AcDbCircle
+ 39
+1.8
+ 10
+929.8850067167434
+ 20
+793.7184211654114
+ 30
+0.0
+ 40
+24.48434452705751
+  0
+TEXT
+  5
+14499
+330
+143B2
+100
+AcDbEntity
+  8
+TEXTE
+100
+AcDbText
+ 10
+590.9823361371272
+ 20
+946.3021191339556
+ 30
+0.0
+ 40
+6.48
+  1
+HV7212
+100
+AcDbText
+  0
+INSERT
+  5
+1449A
+330
+143B2
+100
+AcDbEntity
+  8
+HE_SYM
+100
+AcDbBlockReference
+  2
+S_VDMANU
+ 10
+603.3880204848042
+ 20
+966.4012860952848
+ 30
+0.0
+ 41
+4.841459922901592
+ 42
+4.841459922901592
+ 43
+4.841459922901592
+  0
+TEXT
+  5
+1449B
+330
+143B2
+100
+AcDbEntity
+  8
+TEXTE
+100
+AcDbText
+ 10
+699.0493006397383
+ 20
+925.0734182727503
+ 30
+0.0
+ 40
+6.48
+  1
+HV7213
+100
+AcDbText
+  0
+INSERT
+  5
+1449C
+330
+143B2
+100
+AcDbEntity
+  8
+HE_SYM
+100
+AcDbBlockReference
+  2
+S_VDMANU
+ 10
+712.6946669344388
+ 20
+909.2426926430892
+ 30
+0.0
+ 41
+4.841459922901592
+ 42
+4.841459922901592
+ 43
+4.841459922901592
+  0
+TEXT
+  5
+1449D
+330
+143B2
+100
+AcDbEntity
+  8
+TEXTE
+100
+AcDbText
+ 10
+864.3301482864762
+ 20
+936.1144203212388
+ 30
+0.0
+ 40
+6.48
+  1
+HV7211
+100
+AcDbText
+  0
+INSERT
+  5
+1449E
+330
+143B2
+100
+AcDbEntity
+  8
+HE_SYM
+100
+AcDbBlockReference
+  2
+S_VDMANU
+ 10
+877.8662892758861
+ 20
+956.5187927741783
+ 30
+0.0
+ 41
+4.841459922901592
+ 42
+4.841459922901592
+ 43
+4.841459922901592
+ 50
+180.0
+  0
+MTEXT
+  5
+1449F
+330
+143B2
+100
+AcDbEntity
+  8
+DESSIN
+  6
+CONTINU
+370
+    30
+100
+AcDbMText
+ 10
+579.6109724564838
+ 20
+912.1898473163872
+ 30
+0.0
+ 40
+7.2
+ 41
+32.41588031575357
+ 46
+0.0
+ 71
+     1
+ 72
+     5
+  1
+FT7201
+ 73
+     1
+ 44
+1.0
+  0
+CIRCLE
+  5
+144A0
+330
+143B2
+100
+AcDbEntity
+  8
+N2_FLU
+  6
+CONTINU
+ 62
+     0
+370
+    20
+100
+AcDbCircle
+ 39
+1.8
+ 10
+597.0048609041258
+ 20
+909.0305763043739
+ 30
+0.0
+ 40
+24.48434452705751
+  0
+TEXT
+  5
+144A1
+330
+143B2
+100
+AcDbEntity
+  8
+TEXTE
+100
+AcDbText
+ 10
+1224.982155915426
+ 20
+926.8712327105763
+ 30
+0.0
+ 40
+6.48
+  1
+FV7210
+100
+AcDbText
+  0
+INSERT
+  5
+144A2
+330
+143B2
+100
+AcDbEntity
+  8
+HE_SYM
+100
+AcDbBlockReference
+  2
+S_VDPNEU
+ 10
+1199.680560612456
+ 20
+929.8352995589306
+ 30
+0.0
+ 41
+3.6
+ 42
+3.6
+ 43
+3.6
+ 50
+270.0
+  0
+TEXT
+  5
+144A3
+330
+143B2
+100
+AcDbEntity
+  8
+TEXTE
+100
+AcDbText
+ 10
+1324.484219832406
+ 20
+873.2391612033714
+ 30
+0.0
+ 40
+6.48
+  1
+FV7211
+100
+AcDbText
+  0
+INSERT
+  5
+144A4
+330
+143B2
+100
+AcDbEntity
+  8
+HE_SYM
+100
+AcDbBlockReference
+  2
+S_VDPNEU
+ 10
+1299.182624529438
+ 20
+876.2032280517258
+ 30
+0.0
+ 41
+3.6
+ 42
+3.6
+ 43
+3.6
+ 50
+270.0
+  0
+LWPOLYLINE
+  5
+144A5
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+2.879999999999999
+ 10
+1299.029121190366
+ 20
+884.3032280517256
+ 10
+1299.029121190366
+ 20
+909.6726268879628
+  0
+LWPOLYLINE
+  5
+144A6
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+2.879999999999999
+ 10
+1199.872226567095
+ 20
+937.9352995589306
+ 10
+1199.872226567095
+ 20
+952.4232407874386
+  0
+LWPOLYLINE
+  5
+144A7
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+2.879999999999999
+ 10
+1199.872226567095
+ 20
+960.0286009349671
+ 10
+1199.872226567095
+ 20
+967.2726268879632
+  0
+TEXT
+  5
+144A8
+330
+143B2
+100
+AcDbEntity
+  8
+TEXTE
+100
+AcDbText
+ 10
+966.6751810555981
+ 20
+560.1236148190158
+ 30
+0.0
+ 40
+6.48
+  1
+PSV7253
+100
+AcDbText
+  0
+LWPOLYLINE
+  5
+144A9
+330
+143B2
+100
+AcDbEntity
+  8
+HE_SYM
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.9360000000000001
+ 10
+951.57320331865
+ 20
+371.2342554921483
+ 10
+951.57320331865
+ 20
+555.6835435282438
+  0
+INSERT
+  5
+144AA
+330
+143B2
+100
+AcDbEntity
+  8
+HE_SYM
+100
+AcDbBlockReference
+  2
+S_FLECHE
+ 10
+951.57320331865
+ 20
+585.3835435282437
+ 30
+0.0
+ 41
+-3.6
+ 42
+3.6
+ 43
+3.6
+ 50
+270.0
+  0
+INSERT
+  5
+144AB
+330
+143B2
+100
+AcDbEntity
+  8
+HE_SYM
+100
+AcDbBlockReference
+  2
+S_SOUPDR
+ 10
+951.57320331865
+ 20
+563.7835435282437
+ 30
+0.0
+ 41
+-3.6
+ 42
+3.6
+ 43
+3.6
+ 50
+270.0
+  0
+LWPOLYLINE
+  5
+144AC
+330
+143B2
+100
+AcDbEntity
+  8
+HE_SYM
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.9360000000000001
+ 10
+951.5109230793246
+ 20
+571.8835435282437
+ 10
+951.5109230793246
+ 20
+594.5862573623188
+  0
+LWPOLYLINE
+  5
+144AD
+330
+143B2
+100
+AcDbEntity
+  8
+HE_SYM
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.9360000000000001
+ 10
+951.57320331865
+ 20
+371.2342554921483
+ 10
+921.563640763351
+ 20
+371.2342554921483
+  0
+TEXT
+  5
+144AE
+330
+143B2
+100
+AcDbEntity
+  8
+TEXTE
+100
+AcDbText
+ 10
+801.0600603312465
+ 20
+321.8942232020505
+ 30
+0.0
+ 40
+6.48
+  1
+PSV7254
+100
+AcDbText
+  0
+LWPOLYLINE
+  5
+144AF
+330
+143B2
+100
+AcDbEntity
+  8
+HE_SYM
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.9360000000000001
+ 10
+785.9580825942985
+ 20
+200.5265833730551
+ 10
+785.9580825942985
+ 20
+317.4541519112785
+  0
+INSERT
+  5
+144B0
+330
+143B2
+100
+AcDbEntity
+  8
+HE_SYM
+100
+AcDbBlockReference
+  2
+S_FLECHE
+ 10
+785.9580825942985
+ 20
+347.1541519112784
+ 30
+0.0
+ 41
+-3.6
+ 42
+3.6
+ 43
+3.6
+ 50
+270.0
+  0
+INSERT
+  5
+144B1
+330
+143B2
+100
+AcDbEntity
+  8
+HE_SYM
+100
+AcDbBlockReference
+  2
+S_SOUPDR
+ 10
+785.9580825942985
+ 20
+325.5541519112785
+ 30
+0.0
+ 41
+-3.6
+ 42
+3.6
+ 43
+3.6
+ 50
+270.0
+  0
+LWPOLYLINE
+  5
+144B2
+330
+143B2
+100
+AcDbEntity
+  8
+HE_SYM
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.9360000000000001
+ 10
+785.8958023549729
+ 20
+333.6541519112785
+ 10
+785.8958023549729
+ 20
+356.3568657453537
+  0
+INSERT
+  5
+144B3
+330
+143B2
+100
+AcDbEntity
+  8
+N2_FLU
+100
+AcDbBlockReference
+  2
+S_SOUPDR
+ 10
+1060.668901562269
+ 20
+485.5524911935489
+ 30
+0.0
+ 41
+3.6
+ 42
+3.6
+ 43
+3.6
+ 50
+90.0
+  0
+TEXT
+  5
+144B4
+330
+143B2
+100
+AcDbEntity
+  8
+TEXTE
+100
+AcDbText
+ 10
+1037.334914929839
+ 20
+523.7951731100229
+ 30
+0.0
+ 40
+6.48
+  1
+PSV7121
+100
+AcDbText
+  0
+LWPOLYLINE
+  5
+144B5
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+ 62
+     3
+370
+    30
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.7200000000000001
+ 10
+1021.891986289167
+ 20
+372.3241371897362
+ 10
+1060.612896431315
+ 20
+372.3241371897362
+  0
+LWPOLYLINE
+  5
+144B6
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+ 62
+     3
+370
+    30
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.7200000000000001
+ 10
+1060.603346318391
+ 20
+502.1905608537531
+ 10
+1060.603974190687
+ 20
+493.6524911935491
+  0
+LWPOLYLINE
+  5
+144B7
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+ 62
+     3
+370
+    30
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.7200000000000001
+ 10
+1060.605165505769
+ 20
+477.4524911935491
+ 10
+1060.612896431315
+ 20
+372.3241371897362
+  0
+INSERT
+  5
+144B8
+330
+143B2
+100
+AcDbEntity
+  8
+N2_FLU
+100
+AcDbBlockReference
+  2
+FLP
+ 10
+1060.322441668251
+ 20
+499.6443519529111
+ 30
+0.0
+ 41
+7.199999999999955
+ 42
+7.199999999999955
+ 43
+7.199999999999955
+ 50
+90.26973098204242
+  0
+LWPOLYLINE
+  5
+144B9
+330
+143B2
+100
+AcDbEntity
+  8
+HE_SYM
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.9360000000000001
+ 10
+1374.877668939951
+ 20
+864.7982967018867
+ 10
+1374.877668939951
+ 20
+884.3379401158202
+  0
+LWPOLYLINE
+  5
+144BA
+330
+143B2
+100
+AcDbEntity
+  8
+HE_SYM
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.9360000000000001
+ 10
+1374.877668939951
+ 20
+864.8477401674867
+ 10
+1374.877668939951
+ 20
+884.3379401158202
+  0
+LWPOLYLINE
+  5
+144BB
+330
+143B2
+100
+AcDbEntity
+  8
+HE_SYM
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.9360000000000001
+ 10
+1374.877668939951
+ 20
+900.5379401158203
+ 10
+1374.877668939951
+ 20
+905.4329856393538
+  0
+LWPOLYLINE
+  5
+144BC
+330
+143B2
+100
+AcDbEntity
+  8
+HE_SYM
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.9360000000000001
+ 10
+1374.877668939951
+ 20
+913.038345786882
+ 10
+1374.877668939951
+ 20
+956.6659444405507
+  0
+TEXT
+  5
+144BD
+330
+143B2
+100
+AcDbEntity
+  8
+TEXTE
+100
+AcDbText
+ 10
+1400.214487207408
+ 20
+889.4738732674662
+ 30
+0.0
+ 40
+6.48
+  1
+FV7231
+100
+AcDbText
+  0
+INSERT
+  5
+144BE
+330
+143B2
+100
+AcDbEntity
+  8
+HE_SYM
+100
+AcDbBlockReference
+  2
+S_VDPNEU
+ 10
+1374.91289190444
+ 20
+892.4379401158203
+ 30
+0.0
+ 41
+3.6
+ 42
+3.6
+ 43
+3.6
+ 50
+270.0
+  0
+INSERT
+  5
+144BF
+330
+143B2
+100
+AcDbEntity
+  8
+HE_SYM
+100
+AcDbBlockReference
+  2
+S_DEVERS
+ 10
+1375.215350693441
+ 20
+856.7477401674866
+ 30
+0.0
+ 41
+3.6
+ 42
+3.6
+ 43
+3.6
+ 50
+270.0
+  0
+TEXT
+  5
+144C0
+330
+143B2
+100
+AcDbEntity
+  8
+TEXTE
+100
+AcDbText
+ 10
+1391.079767924054
+ 20
+853.0611594739712
+ 30
+0.0
+ 40
+6.48
+  1
+PCV7231
+ 72
+     2
+ 11
+1434.279767924054
+ 21
+853.0611594739712
+ 31
+0.0
+100
+AcDbText
+  0
+LWPOLYLINE
+  5
+144C1
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU_T
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+2.879999999999999
+ 10
+0.3884765791917743
+ 20
+689.4856046046752
+ 10
+36.38847657919177
+ 20
+689.4856046046752
+  0
+LWPOLYLINE
+  5
+144C2
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU_T
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+2.879999999999999
+ 10
+0.0837724863458789
+ 20
+537.5515788446334
+ 10
+36.08377248634589
+ 20
+537.5515788446334
+  0
+LWPOLYLINE
+  5
+144C3
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU_T
+ 62
+     3
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+2.879999999999999
+ 10
+0.9748045785518115
+ 20
+677.614242978706
+ 10
+36.97480457855181
+ 20
+677.614242978706
+  0
+LWPOLYLINE
+  5
+144C4
+330
+143B2
+100
+AcDbEntity
+  8
+DESSIN
+  6
+CONTINU
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+3.633959166064686
+ 10
+1248.419259577767
+ 20
+820.2379212026757
+ 10
+1443.733274538637
+ 20
+820.2379212026757
+  0
+LWPOLYLINE
+  5
+144C5
+330
+143B2
+100
+AcDbEntity
+  8
+DESSIN
+  6
+CONTINU
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+3.633959166064686
+ 10
+1443.733274538637
+ 20
+655.4718161711252
+ 10
+1413.185364609317
+ 20
+655.4718161711252
+  0
+LWPOLYLINE
+  5
+144C6
+330
+143B2
+100
+AcDbEntity
+  8
+DESSIN
+  6
+CONTINU
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+3.633959166064686
+ 10
+1413.185364609317
+ 20
+655.4718161711252
+ 10
+1413.185364609317
+ 20
+184.8719092059161
+  0
+LWPOLYLINE
+  5
+144C7
+330
+143B2
+100
+AcDbEntity
+  8
+DESSIN
+  6
+CONTINU
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+3.633959166064686
+ 10
+1248.419259577767
+ 20
+349.6380142374663
+ 10
+1248.419259577767
+ 20
+823.3305471554158
+  0
+LWPOLYLINE
+  5
+144C8
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+2.879999999999999
+ 10
+1266.325427288825
+ 20
+798.9316515468394
+ 10
+1443.733274538637
+ 20
+798.9316515468394
+  0
+LWPOLYLINE
+  5
+144C9
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+2.879999999999999
+ 10
+1366.774339300344
+ 20
+698.4827395353204
+ 10
+1443.733274538637
+ 20
+698.4827395353204
+  0
+LWPOLYLINE
+  5
+144CA
+330
+143B2
+100
+AcDbEntity
+  8
+HE_SYM
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.9360000000000001
+ 10
+1443.733274538637
+ 20
+672.6421618910429
+ 10
+1392.61491694462
+ 20
+672.6421618910429
+  0
+LWPOLYLINE
+  5
+144CB
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+ 62
+     3
+370
+    30
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+3.6
+ 10
+1329.413538889889
+ 20
+731.0521764324247
+ 10
+1443.733274538637
+ 20
+731.0521764324247
+  0
+LWPOLYLINE
+  5
+144CC
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+ 62
+     3
+370
+    30
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.7200000000000001
+ 10
+1289.50348419367
+ 20
+776.594200530744
+ 10
+1443.733274538637
+ 20
+776.594200530744
+  0
+LWPOLYLINE
+  5
+144CD
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+2.879999999999999
+ 10
+1266.325427288825
+ 20
+326.8160730288514
+ 10
+1266.325427288825
+ 20
+798.9316515468394
+  0
+LWPOLYLINE
+  5
+144CE
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+2.879999999999999
+ 10
+1366.774339300344
+ 20
+226.3671610173324
+ 10
+1366.774339300344
+ 20
+698.4827395353204
+  0
+LWPOLYLINE
+  5
+144CF
+330
+143B2
+100
+AcDbEntity
+  8
+HE_SYM
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.9360000000000001
+ 10
+1392.61491694462
+ 20
+672.6421618910429
+ 10
+1392.61491694462
+ 20
+200.5265833730551
+  0
+LWPOLYLINE
+  5
+144D0
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+ 62
+     3
+370
+    30
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+3.6
+ 10
+1329.413538889889
+ 20
+258.9365979144367
+ 10
+1329.413538889889
+ 20
+731.0521764324247
+  0
+LWPOLYLINE
+  5
+144D1
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+ 62
+     3
+370
+    30
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.7200000000000001
+ 10
+1289.50348419367
+ 20
+304.4786220127559
+ 10
+1289.50348419367
+ 20
+776.594200530744
+  0
+INSERT
+  5
+144D2
+330
+143B2
+100
+AcDbEntity
+  8
+HE_SYM
+100
+AcDbBlockReference
+  2
+S_POINT1
+ 10
+146.9282464566436
+ 20
+851.9714199203107
+ 30
+0.0
+ 41
+5.4
+ 42
+5.4
+ 43
+5.4
+  0
+INSERT
+  5
+144D3
+330
+143B2
+100
+AcDbEntity
+  8
+HE_SYM
+100
+AcDbBlockReference
+  2
+S_POINT1
+ 10
+1199.42506049813
+ 20
+967.0888869103842
+ 30
+0.0
+ 41
+5.4
+ 42
+5.4
+ 43
+5.4
+  0
+INSERT
+  5
+144D4
+330
+143B2
+100
+AcDbEntity
+  8
+HE_SYM
+100
+AcDbBlockReference
+  2
+S_POINT1
+ 10
+1298.973065474084
+ 20
+909.6802196965915
+ 30
+0.0
+ 41
+5.4
+ 42
+5.4
+ 43
+5.4
+  0
+INSERT
+  5
+144D5
+330
+143B2
+100
+AcDbEntity
+  8
+HE_SYM
+100
+AcDbBlockReference
+  2
+S_POINT1
+ 10
+1374.431155091362
+ 20
+956.6407037242752
+ 30
+0.0
+ 41
+5.4
+ 42
+5.4
+ 43
+5.4
+  0
+ENDBLK
+  5
+144D9
+330
+143B2
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+14614
+330
+145FE
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+A$C44E706FD
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+A$C44E706FD
+  1
+
+  0
+SOLID
+  5
+145FF
+330
+145FE
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+0.0000055635175329
+ 20
+11.71627599425869
+ 30
+0.0
+ 11
+0.0000055635175329
+ 21
+15.08496599910972
+ 31
+0.0
+ 12
+289.1585505382863
+ 22
+11.71627604155333
+ 32
+0.0
+ 13
+289.1585505382863
+ 23
+15.08708077586425
+ 33
+0.0
+  0
+LINE
+  5
+14600
+330
+145FE
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+289.1585505382863
+ 20
+15.08496599910972
+ 30
+0.0
+ 11
+0.0000055635175329
+ 21
+15.08496599910972
+ 31
+0.0
+  0
+LINE
+  5
+14601
+330
+145FE
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+0.0000055636279228
+ 20
+11.71627599425881
+ 30
+0.0
+ 11
+289.1585505382863
+ 21
+11.71627599425881
+ 31
+0.0
+  0
+SOLID
+  5
+14602
+330
+145FE
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+841.4177590128472
+ 20
+11.71627599425869
+ 30
+0.0
+ 11
+841.4177590128472
+ 21
+15.08496599910972
+ 31
+0.0
+ 12
+303.418769180749
+ 22
+11.71627604155333
+ 32
+0.0
+ 13
+303.418769180749
+ 23
+15.08708077586425
+ 33
+0.0
+  0
+LINE
+  5
+14603
+330
+145FE
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+303.418769180749
+ 20
+15.08496599910972
+ 30
+0.0
+ 11
+841.4177590128472
+ 21
+15.08496599910972
+ 31
+0.0
+  0
+LINE
+  5
+14604
+330
+145FE
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+841.4177590128472
+ 20
+11.71627599425869
+ 30
+0.0
+ 11
+303.418769180749
+ 21
+11.71627599425881
+ 31
+0.0
+  0
+TEXT
+  5
+14605
+330
+145FE
+100
+AcDbEntity
+  8
+TEXTE
+100
+AcDbText
+ 10
+892.5025908191104
+ 20
+0.0000043016747213
+ 30
+0.0
+ 40
+8.0
+  1
+COLLECTEUR MP
+100
+AcDbText
+  0
+SOLID
+  5
+14606
+330
+145FE
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+855.5604168501856
+ 20
+11.71627599425869
+ 30
+0.0
+ 11
+855.5604168501856
+ 21
+15.08496599910972
+ 31
+0.0
+ 12
+1116.149161684632
+ 22
+11.71627604155333
+ 32
+0.0
+ 13
+1116.149134329267
+ 23
+15.08708077586425
+ 33
+0.0
+  0
+LINE
+  5
+14607
+330
+145FE
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1116.149134364699
+ 20
+15.08271470902412
+ 30
+0.0
+ 11
+855.5604168501856
+ 21
+15.08496599910972
+ 31
+0.0
+  0
+LINE
+  5
+14608
+330
+145FE
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+855.5604168501856
+ 20
+11.71627599425869
+ 30
+0.0
+ 11
+1116.149161667471
+ 21
+11.71839077123786
+ 31
+0.0
+  0
+SOLID
+  5
+14609
+330
+145FE
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1189.216061505099
+ 20
+11.71627599425869
+ 30
+0.0
+ 11
+1189.216061505099
+ 21
+15.08496599910972
+ 31
+0.0
+ 12
+1126.136554326077
+ 22
+11.71627604155333
+ 32
+0.0
+ 13
+1126.136581681443
+ 23
+15.08708077586425
+ 33
+0.0
+  0
+LINE
+  5
+1460A
+330
+145FE
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1126.13658164601
+ 20
+15.08271470902412
+ 30
+0.0
+ 11
+1189.216061505099
+ 21
+15.08271470902412
+ 31
+0.0
+  0
+LINE
+  5
+1460B
+330
+145FE
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1189.216061505099
+ 20
+11.71839077123786
+ 30
+0.0
+ 11
+1126.136554343239
+ 21
+11.71839077123786
+ 31
+0.0
+  0
+SOLID
+  5
+1460C
+330
+145FE
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1198.515751091087
+ 20
+11.71627599425869
+ 30
+0.0
+ 11
+1198.515751091087
+ 21
+15.08496599910972
+ 31
+0.0
+ 12
+1306.965319367031
+ 22
+11.71627604155333
+ 32
+0.0
+ 13
+1306.965253635983
+ 23
+15.08708077586425
+ 33
+0.0
+  0
+LINE
+  5
+1460D
+330
+145FE
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1306.965253635983
+ 20
+15.08708077586425
+ 30
+0.0
+ 11
+1198.515751091087
+ 21
+15.08271470902412
+ 31
+0.0
+  0
+LINE
+  5
+1460E
+330
+145FE
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1198.515751091087
+ 20
+11.71839077123786
+ 30
+0.0
+ 11
+1306.965319367031
+ 21
+11.71627604155333
+ 31
+0.0
+  0
+SOLID
+  5
+1460F
+330
+145FE
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1549.61504902286
+ 20
+11.71627599425869
+ 30
+0.0
+ 11
+1549.523930691701
+ 21
+15.08496599910972
+ 31
+0.0
+ 12
+1316.532218103304
+ 22
+11.71627604155333
+ 32
+0.0
+ 13
+1316.532283834352
+ 23
+15.08708077586425
+ 33
+0.0
+  0
+LINE
+  5
+14610
+330
+145FE
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1316.532283834352
+ 20
+15.08708077586425
+ 30
+0.0
+ 11
+1549.523930691701
+ 21
+15.08496599910972
+ 31
+0.0
+  0
+LINE
+  5
+14611
+330
+145FE
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1549.61504902286
+ 20
+11.71627599425869
+ 30
+0.0
+ 11
+1316.532218103304
+ 21
+11.71627604155333
+ 31
+0.0
+  0
+ENDBLK
+  5
+14615
+330
+145FE
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+14AB0
+330
+14AA0
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+A$C5E240795
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+A$C5E240795
+  1
+
+  0
+TEXT
+  5
+14AA1
+330
+14AA0
+100
+AcDbEntity
+  8
+TEXTE
+ 62
+     7
+100
+AcDbText
+ 10
+5.800002136357761
+ 20
+16.37656297741625
+ 30
+0.0
+ 40
+8.0
+  1
+TT7274
+100
+AcDbText
+  0
+INSERT
+  5
+14AA2
+330
+14AA0
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Valnum
+ 10
+6.800002136357761
+ 20
+4.024343225774941
+ 30
+0.0
+ 41
+1.199999999999999
+ 42
+1.199999999999999
+ 43
+1.5
+  0
+ATTRIB
+  5
+14AA3
+330
+14AA2
+100
+AcDbEntity
+  8
+IMG027
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+59.60000213635772
+ 20
+4.024343225774941
+ 30
+0.0
+ 40
+9.599999999999999
+  1
+LCV7201
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+14AA4
+330
+14AA2
+100
+AcDbEntity
+  8
+IMG027
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+59.60000213635772
+ 20
+4.024343225774941
+ 30
+0.0
+ 40
+9.599999999999999
+  1
+14
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+14AA5
+330
+14AA2
+100
+AcDbEntity
+  8
+IMG027
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+59.60000213635772
+ 20
+4.024343225774941
+ 30
+0.0
+ 40
+9.599999999999999
+  1
+0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+14AA6
+330
+14AA2
+100
+AcDbEntity
+  8
+0
+  0
+TEXT
+  5
+14AA7
+330
+14AA0
+100
+AcDbEntity
+  8
+TEXTE
+ 62
+     2
+100
+AcDbText
+ 10
+46.10195248197125
+ 20
+4.919859748461476
+ 30
+0.0
+ 40
+8.0
+  1
+K
+100
+AcDbText
+  0
+SOLID
+  5
+14AA8
+330
+14AA0
+100
+AcDbEntity
+  8
+0
+100
+AcDbTrace
+ 10
+1.800002632660606
+ 20
+25.91985974846148
+ 30
+0.0
+ 11
+1.800002632660606
+ 21
+2.919859856128823
+ 31
+0.0
+ 12
+54.80000213635776
+ 22
+25.91985974846148
+ 32
+0.0
+ 13
+54.80000213635776
+ 23
+2.919859461986901
+ 33
+0.0
+  0
+SOLID
+  5
+14AA9
+330
+14AA0
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+1.800002632660606
+ 20
+25.91985974846148
+ 30
+230.4
+ 11
+54.80000213635776
+ 21
+25.91985974846148
+ 31
+230.4
+ 12
+0.0000026326604257
+ 22
+27.71985974846098
+ 32
+230.4
+ 13
+56.59999925935675
+ 23
+27.71985122560909
+ 33
+230.4
+  0
+SOLID
+  5
+14AAA
+330
+14AA0
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+0.0000026326604257
+ 20
+1.119859856128869
+ 30
+0.0
+ 11
+1.800002632660606
+ 21
+2.919859856128823
+ 31
+0.0
+ 12
+0.0000026326604257
+ 22
+27.71985974846098
+ 32
+0.0
+ 13
+1.800002632660606
+ 23
+25.91985974846148
+ 33
+0.0
+  0
+SOLID
+  5
+14AAB
+330
+14AA0
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+0.0000026046302537
+ 20
+1.119855445209281
+ 30
+0.0
+ 11
+56.6000061531356
+ 21
+1.119855445209281
+ 31
+0.0
+ 12
+1.800002604630435
+ 22
+2.919855445209236
+ 32
+0.0
+ 13
+54.80000213635776
+ 23
+2.919859461986901
+ 33
+0.0
+  0
+SOLID
+  5
+14AAC
+330
+14AA0
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+56.60000213635793
+ 20
+1.119859461986947
+ 30
+230.4
+ 11
+54.80000213635776
+ 21
+2.919859461986901
+ 31
+230.4
+ 12
+56.60000778223547
+ 22
+27.71985974846098
+ 32
+230.4
+ 13
+54.80000213635776
+ 23
+25.91985974846148
+ 33
+230.4
+  0
+LWPOLYLINE
+  5
+14AAD
+330
+14AA0
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 38
+230.4
+ 10
+0.0000010893161289
+ 20
+27.71986361237237
+ 10
+56.59999771601042
+ 20
+27.71986361237237
+ 10
+56.60000347001551
+ 20
+1.119864580057424
+ 10
+0.0000068433212164
+ 20
+1.119864580057424
+  0
+ENDBLK
+  5
+14AB1
+330
+14AA0
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+14BA8
+330
+14BA4
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+A$C2FEC580A
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+A$C2FEC580A
+  1
+
+  0
+SOLID
+  5
+14BA5
+330
+14BA4
+100
+AcDbEntity
+  8
+0
+100
+AcDbTrace
+ 10
+0.0000001947748558
+ 20
+1.685514577859293
+ 30
+0.0
+ 11
+0.0000001947748558
+ 21
+-0.0000004658945727
+ 31
+0.0
+ 12
+19.89643265172215
+ 22
+1.68540153076742
+ 32
+0.0
+ 13
+19.89643265172228
+ 23
+-0.0000008600364367
+ 33
+0.0
+  0
+ENDBLK
+  5
+14BA9
+330
+14BA4
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+14DA5
+330
+14D9E
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+A$C20CD1C14
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+A$C20CD1C14
+  1
+
+  0
+SOLID
+  5
+14D9F
+330
+14D9E
+100
+AcDbEntity
+  8
+0
+100
+AcDbTrace
+ 10
+182.585385263155
+ 20
+136.5085936790237
+ 30
+0.0
+ 11
+185.9541152494499
+ 21
+136.5085936790237
+ 31
+0.0
+ 12
+182.585385263153
+ 22
+-0.0000019255405732
+ 32
+0.0
+ 13
+185.9561900447599
+ 23
+0.0000493073692951
+ 33
+0.0
+  0
+SOLID
+  5
+14DA0
+330
+14D9E
+100
+AcDbEntity
+  8
+0
+100
+AcDbTrace
+ 10
+0.00207394533345
+ 20
+-0.0000019255385268
+ 30
+0.0
+ 11
+0.00207394533345
+ 21
+3.368728060756325
+ 31
+0.0
+ 12
+182.585385263153
+ 22
+-0.0000019255405732
+ 32
+0.0
+ 13
+182.5853852631532
+ 23
+3.370292380023443
+ 33
+0.0
+  0
+SOLID
+  5
+14DA1
+330
+14D9E
+100
+AcDbEntity
+  8
+0
+100
+AcDbTrace
+ 10
+3.370803931628414
+ 20
+3.368728060756325
+ 30
+0.0
+ 11
+0.00207394533345
+ 21
+3.368728060756325
+ 31
+0.0
+ 12
+3.370803931630689
+ 22
+139.8773236653205
+ 32
+0.0
+ 13
+-0.000000849976459
+ 23
+139.8772724324108
+ 33
+0.0
+  0
+SOLID
+  5
+14DA2
+330
+14D9E
+100
+AcDbEntity
+  8
+0
+100
+AcDbTrace
+ 10
+185.9541152494499
+ 20
+139.8773236653185
+ 30
+0.0
+ 11
+185.9541152494499
+ 21
+136.5085936790237
+ 31
+0.0
+ 12
+3.370803931630689
+ 22
+139.8773236653205
+ 32
+0.0
+ 13
+3.370803931630461
+ 23
+136.5065188837129
+ 33
+0.0
+  0
+ENDBLK
+  5
+14DA6
+330
+14D9E
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+14EF4
+330
+14ED6
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+A$C21934436
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+A$C21934436
+  1
+
+  0
+TEXT
+  5
+14ED7
+330
+14ED6
+100
+AcDbEntity
+  8
+TEXTE
+ 62
+     7
+100
+AcDbText
+ 10
+14.56541069142531
+ 20
+15.25670864974756
+ 30
+0.0
+ 40
+8.0
+  1
+H7261
+100
+AcDbText
+  0
+SOLID
+  5
+14ED8
+330
+14ED6
+100
+AcDbEntity
+  8
+0
+100
+AcDbTrace
+ 10
+1.800003152294037
+ 20
+24.80000542079279
+ 30
+0.0
+ 11
+1.800003152294037
+ 21
+1.800005528460133
+ 31
+0.0
+ 12
+54.80000265599113
+ 22
+24.80000542079279
+ 32
+0.0
+ 13
+54.80000265599113
+ 23
+1.800005134318212
+ 33
+0.0
+  0
+SOLID
+  5
+14ED9
+330
+14ED6
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+1.800003152294037
+ 20
+24.80000542079279
+ 30
+230.4
+ 11
+54.80000265599113
+ 21
+24.80000542079279
+ 31
+230.4
+ 12
+0.0000031522938571
+ 22
+26.60000542079229
+ 32
+230.4
+ 13
+56.59999977899015
+ 23
+26.5999968979404
+ 33
+230.4
+  0
+SOLID
+  5
+14EDA
+330
+14ED6
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+0.0000031522938571
+ 20
+0.0000055284601785
+ 30
+0.0
+ 11
+1.800003152294037
+ 21
+1.800005528460133
+ 31
+0.0
+ 12
+0.0000031522938571
+ 22
+26.60000542079229
+ 32
+0.0
+ 13
+1.800003152294037
+ 23
+24.80000542079279
+ 33
+0.0
+  0
+SOLID
+  5
+14EDB
+330
+14ED6
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+0.0000031242636851
+ 20
+0.0000011175405916
+ 30
+0.0
+ 11
+56.60000667276897
+ 21
+0.0000011175405916
+ 31
+0.0
+ 12
+1.800003124263865
+ 22
+1.800001117540545
+ 32
+0.0
+ 13
+54.80000265599113
+ 23
+1.800005134318212
+ 33
+0.0
+  0
+SOLID
+  5
+14EDC
+330
+14ED6
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+56.60000265599132
+ 20
+0.0000051343182577
+ 30
+230.4
+ 11
+54.80000265599113
+ 21
+1.800005134318212
+ 31
+230.4
+ 12
+56.60000830186884
+ 22
+26.60000542079229
+ 32
+230.4
+ 13
+54.80000265599113
+ 23
+24.80000542079279
+ 33
+230.4
+  0
+LWPOLYLINE
+  5
+14EDD
+330
+14ED6
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 38
+230.4
+ 10
+0.0000016089495603
+ 20
+26.60000928470367
+ 10
+56.5999982356438
+ 20
+26.60000928470367
+ 10
+56.60000398964888
+ 20
+0.0000102523887335
+ 10
+0.0000073629546478
+ 20
+0.0000102523887335
+  0
+INSERT
+  5
+14EDE
+330
+14ED6
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Jbutton
+ 10
+7.999996533450485
+ 20
+4.880141403600076
+ 30
+0.0
+ 41
+16.0
+ 42
+8.0
+ 43
+16.0
+  0
+ATTRIB
+  5
+14EDF
+330
+14EDE
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+7.999996533450485
+ 20
+4.880141403600076
+ 30
+0.0
+ 40
+0.8000000000000001
+  1
+H7261=0
+ 41
+1.999999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COMMANDE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+14EE0
+330
+14EDE
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+7.999996533450485
+ 20
+4.880141403600076
+ 30
+0.0
+ 40
+0.8000000000000001
+  1
+H7261
+ 41
+1.999999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+14EE1
+330
+14EDE
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+7.999996533450485
+ 20
+4.880141403600076
+ 30
+0.0
+ 40
+0.8000000000000001
+  1
+7
+ 41
+1.999999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+14EE2
+330
+14EDE
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+7.999996533450485
+ 20
+4.880141403600076
+ 30
+0.0
+ 40
+0.8000000000000001
+  1
+12
+ 41
+1.999999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+14EE3
+330
+14EDE
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+7.999996533450485
+ 20
+4.880141403600076
+ 30
+0.0
+ 40
+0.8000000000000001
+  1
+1
+ 41
+1.999999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CONFIRM
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+14EE4
+330
+14EDE
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+7.999996533450485
+ 20
+4.880141403600076
+ 30
+0.0
+ 40
+0.8000000000000001
+  1
+Eteindre le réchauffeur H7261 ?
+ 41
+1.999999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+14EE5
+330
+14EDE
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+7.999996533450485
+ 20
+4.880141403600076
+ 30
+0.0
+ 40
+0.8000000000000001
+  1
+Eteindre le réchauffeur H7261 ?
+ 41
+1.999999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+14EE6
+330
+14EDE
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+7.999996533450485
+ 20
+4.880141403600076
+ 30
+0.0
+ 40
+0.8000000000000001
+  1
+0
+ 41
+1.999999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+TEXTE
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+14EE7
+330
+14EDE
+100
+AcDbEntity
+  8
+0
+  0
+INSERT
+  5
+14EE8
+330
+14ED6
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Jbutton
+ 10
+31.99999653345043
+ 20
+4.880141403600076
+ 30
+0.0
+ 41
+16.0
+ 42
+8.0
+ 43
+16.0
+  0
+ATTRIB
+  5
+14EE9
+330
+14EE8
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+31.99999653345043
+ 20
+4.880141403600076
+ 30
+0.0
+ 40
+0.8000000000000001
+  1
+H7261=1
+ 41
+1.999999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COMMANDE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+14EEA
+330
+14EE8
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+31.99999653345043
+ 20
+4.880141403600076
+ 30
+0.0
+ 40
+0.8000000000000001
+  1
+H7261
+ 41
+1.999999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+14EEB
+330
+14EE8
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+31.99999653345043
+ 20
+4.880141403600076
+ 30
+0.0
+ 40
+0.8000000000000001
+  1
+10
+ 41
+1.999999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+14EEC
+330
+14EE8
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+31.99999653345043
+ 20
+4.880141403600076
+ 30
+0.0
+ 40
+0.8000000000000001
+  1
+7
+ 41
+1.999999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+14EED
+330
+14EE8
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+31.99999653345043
+ 20
+4.880141403600076
+ 30
+0.0
+ 40
+0.8000000000000001
+  1
+1
+ 41
+1.999999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CONFIRM
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+14EEE
+330
+14EE8
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+31.99999653345043
+ 20
+4.880141403600076
+ 30
+0.0
+ 40
+0.8000000000000001
+  1
+Allumer le réchauffeur H7261 ?
+ 41
+1.999999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+14EEF
+330
+14EE8
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+31.99999653345043
+ 20
+4.880141403600076
+ 30
+0.0
+ 40
+0.8000000000000001
+  1
+Allumer le réchauffeur H7261 ?
+ 41
+1.999999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+14EF0
+330
+14EE8
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+31.99999653345043
+ 20
+4.880141403600076
+ 30
+0.0
+ 40
+0.8000000000000001
+  1
+1
+ 41
+1.999999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+TEXTE
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+14EF1
+330
+14EE8
+100
+AcDbEntity
+  8
+0
+  0
+ENDBLK
+  5
+14EF5
+330
+14ED6
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+15060
+330
+15007
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+A$C5244044D
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+A$C5244044D
+  1
+
+  0
+SOLID
+  5
+15008
+330
+15007
+100
+AcDbEntity
+  8
+IMG008
+ 62
+    57
+100
+AcDbTrace
+ 10
+10.98807982578182
+ 20
+7.164206940448025
+ 30
+-7.140000000000005
+ 11
+10.98807982578182
+ 21
+14.30420694044767
+ 31
+-7.140000000000005
+ 12
+12.77307982578168
+ 22
+7.164206940448025
+ 32
+-7.140000000000005
+ 13
+12.77307982578168
+ 23
+14.30420694044767
+ 33
+-7.140000000000005
+ 39
+14.28
+  0
+SOLID
+  5
+15009
+330
+15007
+100
+AcDbEntity
+  8
+IMG008
+ 62
+    57
+100
+AcDbTrace
+ 10
+10.9881618920599
+ 20
+3.570000608826035
+ 30
+-7.140000000000005
+ 11
+12.77316189205976
+ 21
+3.570000608826035
+ 31
+-7.140000000000005
+ 12
+10.98807982578182
+ 22
+7.164206940448025
+ 32
+-7.140000000000005
+ 13
+12.77307982578168
+ 23
+7.164206940448025
+ 33
+-7.140000000000005
+  0
+SOLID
+  5
+1500A
+330
+15007
+100
+AcDbEntity
+  8
+IMG008
+ 62
+    57
+100
+AcDbTrace
+ 10
+2.955661892059651
+ 20
+10.71000060882568
+ 30
+-7.140000000000005
+ 11
+10.98807982578182
+ 21
+7.164206940448025
+ 31
+-7.140000000000005
+ 12
+2.955661892059651
+ 22
+0.0000006088258715
+ 32
+-7.140000000000005
+ 13
+10.9881618920599
+ 23
+3.570000608826035
+ 33
+-7.140000000000005
+  0
+SOLID
+  5
+1500B
+330
+15007
+100
+AcDbEntity
+  8
+IMG008
+ 62
+    57
+100
+AcDbTrace
+ 10
+20.80566189206002
+ 20
+10.71000060882568
+ 30
+-7.140000000000005
+ 11
+12.77324395833784
+ 21
+7.164206940448025
+ 31
+-7.140000000000005
+ 12
+20.80566189206002
+ 22
+0.0000006088258715
+ 32
+-7.140000000000005
+ 13
+12.77316189205976
+ 23
+3.570000608826035
+ 33
+-7.140000000000005
+  0
+LINE
+  5
+1500C
+330
+15007
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+20.80566189206002
+ 20
+10.71000060882568
+ 30
+-7.140000000000005
+ 11
+12.77307982578168
+ 21
+7.164206940448025
+ 31
+7.140000000000005
+  0
+LINE
+  5
+1500D
+330
+15007
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+12.77307982578168
+ 20
+7.164206940448025
+ 30
+7.140000000000005
+ 11
+12.77307982578168
+ 21
+14.30420694044767
+ 31
+7.140000000000005
+  0
+LINE
+  5
+1500E
+330
+15007
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+12.77307982575644
+ 20
+14.30420694044767
+ 30
+21.42000000000002
+ 11
+18.12816189203499
+ 21
+14.28000060882607
+ 31
+21.42000000000002
+  0
+LINE
+  5
+1500F
+330
+15007
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+5.633161892059431
+ 20
+14.28000060882607
+ 30
+7.140000000000005
+ 11
+10.98807982578182
+ 21
+14.30420694044767
+ 31
+7.140000000000005
+  0
+LINE
+  5
+15010
+330
+15007
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+10.98807982578182
+ 20
+14.30420694044767
+ 30
+7.140000000000005
+ 11
+10.98807982578182
+ 21
+7.164206940448025
+ 31
+7.140000000000005
+  0
+LINE
+  5
+15011
+330
+15007
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+10.98807982578182
+ 20
+7.164206940448025
+ 30
+7.140000000000005
+ 11
+2.955661892059651
+ 21
+10.71000060882568
+ 31
+-7.140000000000005
+  0
+LINE
+  5
+15012
+330
+15007
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+2.955661892059651
+ 20
+0.0000006088258715
+ 30
+-7.140000000000005
+ 11
+10.9881618920599
+ 21
+3.570000608826035
+ 31
+-7.140000000000005
+  0
+LINE
+  5
+15013
+330
+15007
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+10.9881618920599
+ 20
+3.570000608826035
+ 30
+-7.140000000000005
+ 11
+12.77316189205976
+ 21
+3.570000608826035
+ 31
+-7.140000000000005
+  0
+LINE
+  5
+15014
+330
+15007
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+12.77316189205976
+ 20
+3.570000608826035
+ 30
+-7.140000000000005
+ 11
+20.80566189206002
+ 21
+0.0000006088258715
+ 31
+-7.140000000000005
+  0
+LINE
+  5
+15015
+330
+15007
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+20.80566189206002
+ 20
+0.0000006088258715
+ 30
+7.140000000000005
+ 11
+20.80566189206002
+ 21
+10.71000060882568
+ 31
+-7.140000000000005
+  0
+LINE
+  5
+15016
+330
+15007
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+2.955661892059651
+ 20
+0.0000006088258715
+ 30
+7.140000000000005
+ 11
+2.955661892059651
+ 21
+10.71000060882568
+ 31
+-7.140000000000005
+  0
+SOLID
+  5
+15017
+330
+15007
+100
+AcDbEntity
+  8
+0
+ 62
+    57
+100
+AcDbTrace
+ 10
+5.633271311946827
+ 20
+14.28000110344681
+ 30
+7.140000000000005
+ 11
+5.669704657474312
+ 21
+14.97894131792793
+ 31
+7.140000000000005
+ 12
+11.88058006663209
+ 22
+14.30420668924523
+ 32
+7.140000000000005
+ 13
+11.88058006663209
+ 23
+14.30420668924523
+ 33
+7.140000000000005
+  0
+SOLID
+  5
+15018
+330
+15007
+100
+AcDbEntity
+  8
+0
+ 62
+    57
+100
+AcDbTrace
+ 10
+5.669798448104756
+ 20
+14.95473454877799
+ 30
+7.139999999999997
+ 11
+5.728772615140767
+ 21
+15.39302031955969
+ 31
+7.139999999999997
+ 12
+11.88067064705501
+ 22
+14.30420704020469
+ 32
+7.139999999999997
+ 13
+11.88067064705501
+ 23
+14.30420704020469
+ 33
+7.139999999999997
+  0
+SOLID
+  5
+15019
+330
+15007
+100
+AcDbEntity
+  8
+0
+ 62
+    57
+100
+AcDbTrace
+ 10
+5.728772615140997
+ 20
+15.39302031956038
+ 30
+7.139999999999997
+ 11
+5.821800279130456
+ 21
+15.82783819681424
+ 31
+7.139999999999997
+ 12
+11.8806740350908
+ 22
+14.30420917077811
+ 32
+7.139999999999997
+ 13
+11.8806740350908
+ 23
+14.30420917077811
+ 33
+7.139999999999997
+  0
+SOLID
+  5
+1501A
+330
+15007
+100
+AcDbEntity
+  8
+0
+ 62
+    57
+100
+AcDbTrace
+ 10
+5.82180028186508
+ 20
+15.82783820768838
+ 30
+7.139999999999997
+ 11
+5.997235271317093
+ 21
+16.40576527852465
+ 31
+7.139999999999997
+ 12
+11.87805537206441
+ 22
+14.30447882273449
+ 32
+7.139999999999997
+ 13
+11.87805537206441
+ 23
+14.30447882273449
+ 33
+7.139999999999997
+  0
+SOLID
+  5
+1501B
+330
+15007
+100
+AcDbEntity
+  8
+0
+ 62
+    57
+100
+AcDbTrace
+ 10
+5.997235271317093
+ 20
+16.40576527852465
+ 30
+7.139999999999997
+ 11
+6.225388026176004
+ 21
+16.95922742094433
+ 31
+7.139999999999997
+ 12
+11.87437966398715
+ 22
+14.30579430188788
+ 32
+7.139999999999997
+ 13
+11.87437966398715
+ 23
+14.30579430188788
+ 33
+7.139999999999997
+  0
+SOLID
+  5
+1501C
+330
+15007
+100
+AcDbEntity
+  8
+0
+ 62
+    57
+100
+AcDbTrace
+ 10
+6.225388026175777
+ 20
+16.95922742094365
+ 30
+7.139999999999997
+ 11
+6.840509885916617
+ 21
+17.99583584988283
+ 31
+7.139999999999997
+ 12
+11.87437912529458
+ 22
+14.30579467529298
+ 32
+7.139999999999997
+ 13
+11.87437912529458
+ 23
+14.30579467529298
+ 33
+7.139999999999997
+  0
+SOLID
+  5
+1501D
+330
+15007
+100
+AcDbEntity
+  8
+0
+ 62
+    57
+100
+AcDbTrace
+ 10
+6.840509885916617
+ 20
+17.99583584988283
+ 30
+7.139999999999997
+ 11
+7.583871128823147
+ 21
+18.8394958382986
+ 31
+7.139999999999997
+ 12
+11.88068555931522
+ 22
+14.30420768725787
+ 32
+7.139999999999997
+ 13
+11.88068555931522
+ 23
+14.30420768725787
+ 33
+7.139999999999997
+  0
+SOLID
+  5
+1501E
+330
+15007
+100
+AcDbEntity
+  8
+0
+ 62
+    57
+100
+AcDbTrace
+ 10
+7.583871128823147
+ 20
+18.8394958382986
+ 30
+7.139999999999997
+ 11
+8.227980872690066
+ 21
+19.37265617278137
+ 31
+7.139999999999997
+ 12
+11.88068421142202
+ 22
+14.30421056464149
+ 32
+7.139999999999997
+ 13
+11.88068421142202
+ 23
+14.30421056464149
+ 33
+7.139999999999997
+  0
+SOLID
+  5
+1501F
+330
+15007
+100
+AcDbEntity
+  8
+0
+ 62
+    57
+100
+AcDbTrace
+ 10
+10.32455988405149
+ 20
+20.35481044676669
+ 30
+7.139999999999997
+ 11
+11.88066189205983
+ 21
+20.5517069404483
+ 31
+7.139999999999997
+ 12
+11.88068151563584
+ 22
+14.3042098595771
+ 32
+7.139999999999997
+ 13
+11.88068151563584
+ 23
+14.3042098595771
+ 33
+7.139999999999997
+  0
+SOLID
+  5
+15020
+330
+15007
+100
+AcDbEntity
+  8
+0
+ 62
+    57
+100
+AcDbTrace
+ 10
+8.227980872690066
+ 20
+19.37265617278137
+ 30
+7.139999999999997
+ 11
+9.060459164867323
+ 21
+19.87894575294319
+ 31
+7.139999999999997
+ 12
+11.88068179496713
+ 22
+14.30421385294278
+ 32
+7.139999999999997
+ 13
+11.88068179496713
+ 23
+14.30421385294278
+ 33
+7.139999999999997
+  0
+SOLID
+  5
+15021
+330
+15007
+100
+AcDbEntity
+  8
+0
+ 62
+    57
+100
+AcDbTrace
+ 10
+9.060459164867323
+ 20
+19.87894575294319
+ 30
+7.139999999999997
+ 11
+10.32455988405149
+ 21
+20.35481044676669
+ 31
+7.139999999999997
+ 12
+11.88068374220688
+ 22
+14.30421115097704
+ 32
+7.139999999999997
+ 13
+11.88068374220688
+ 23
+14.30421115097704
+ 33
+7.139999999999997
+  0
+SOLID
+  5
+15022
+330
+15007
+100
+AcDbEntity
+  8
+0
+ 62
+    57
+100
+AcDbTrace
+ 10
+18.12809187128255
+ 20
+14.28004035005358
+ 30
+7.140000000000005
+ 11
+18.09165413497135
+ 21
+14.97898033564445
+ 31
+7.140000000000005
+ 12
+11.8807829646596
+ 22
+14.30420668988256
+ 32
+7.140000000000005
+ 13
+11.8807829646596
+ 23
+14.30420668988256
+ 33
+7.140000000000005
+  0
+SOLID
+  5
+15023
+330
+15007
+100
+AcDbEntity
+  8
+0
+ 62
+    57
+100
+AcDbTrace
+ 10
+18.09156049640933
+ 20
+14.95477356590584
+ 30
+7.139999999999997
+ 11
+18.03258357603681
+ 21
+15.39305896619964
+ 31
+7.139999999999997
+ 12
+11.88069238423463
+ 22
+14.3042070402729
+ 32
+7.139999999999997
+ 13
+11.88069238423463
+ 23
+14.3042070402729
+ 33
+7.139999999999997
+  0
+SOLID
+  5
+15024
+330
+15007
+100
+AcDbEntity
+  8
+0
+ 62
+    57
+100
+AcDbTrace
+ 10
+18.03258357603681
+ 20
+15.39305896620033
+ 30
+7.139999999999997
+ 11
+17.93955318049711
+ 21
+15.82787625904018
+ 31
+7.139999999999997
+ 12
+11.88068899618542
+ 22
+14.30420917082517
+ 32
+7.139999999999997
+ 13
+11.88068899618542
+ 23
+14.30420917082517
+ 33
+7.139999999999997
+  0
+SOLID
+  5
+15025
+330
+15007
+100
+AcDbEntity
+  8
+0
+ 62
+    57
+100
+AcDbTrace
+ 10
+17.93955317776226
+ 20
+15.82787626991432
+ 30
+7.139999999999997
+ 11
+17.76411455774132
+ 21
+16.40580223864606
+ 31
+7.139999999999997
+ 12
+11.88330765751766
+ 22
+14.30447883923205
+ 32
+7.139999999999997
+ 13
+11.88330765751766
+ 23
+14.30447883923205
+ 33
+7.139999999999997
+  0
+SOLID
+  5
+15026
+330
+15007
+100
+AcDbEntity
+  8
+0
+ 62
+    57
+100
+AcDbTrace
+ 10
+17.76411455774132
+ 20
+16.40580223864606
+ 30
+7.139999999999997
+ 11
+17.53595832600445
+ 21
+16.95926294778553
+ 31
+7.139999999999997
+ 12
+11.88698335733079
+ 22
+14.3057943414766
+ 32
+7.139999999999997
+ 13
+11.88698335733079
+ 23
+14.3057943414766
+ 33
+7.139999999999997
+  0
+SOLID
+  5
+15027
+330
+15007
+100
+AcDbEntity
+  8
+0
+ 62
+    57
+100
+AcDbTrace
+ 10
+17.53595832600467
+ 20
+16.95926294778485
+ 30
+7.139999999999997
+ 11
+16.92082995423948
+ 21
+17.99586751247113
+ 31
+7.139999999999997
+ 12
+11.88698389602109
+ 22
+14.30579471488488
+ 32
+7.139999999999997
+ 13
+11.88698389602109
+ 23
+14.30579471488488
+ 33
+7.139999999999997
+  0
+SOLID
+  5
+15028
+330
+15007
+100
+AcDbEntity
+  8
+0
+ 62
+    57
+100
+AcDbTrace
+ 10
+16.92082995423948
+ 20
+17.99586751247113
+ 30
+7.139999999999997
+ 11
+16.17746341142492
+ 21
+18.83952283103019
+ 31
+7.139999999999997
+ 12
+11.88067747197033
+ 22
+14.3042076872324
+ 32
+7.139999999999997
+ 13
+11.88067747197033
+ 23
+14.3042076872324
+ 33
+7.139999999999997
+  0
+SOLID
+  5
+15029
+330
+15007
+100
+AcDbEntity
+  8
+0
+ 62
+    57
+100
+AcDbTrace
+ 10
+16.17746341142492
+ 20
+18.83952283103019
+ 30
+7.139999999999997
+ 11
+15.5333503182253
+ 21
+19.37267911916626
+ 31
+7.139999999999997
+ 12
+11.88067881984534
+ 22
+14.30421056462467
+ 32
+7.139999999999997
+ 13
+11.88067881984534
+ 23
+14.30421056462467
+ 33
+7.139999999999997
+  0
+SOLID
+  5
+1502A
+330
+15007
+100
+AcDbEntity
+  8
+0
+ 62
+    57
+100
+AcDbTrace
+ 10
+13.43676513695323
+ 20
+20.35482022229678
+ 30
+7.139999999999997
+ 11
+11.88066189205983
+ 21
+20.5517069404483
+ 31
+7.139999999999997
+ 12
+11.88068151563584
+ 22
+14.3042098595771
+ 32
+7.139999999999997
+ 13
+11.88068151563584
+ 23
+14.3042098595771
+ 33
+7.139999999999997
+  0
+SOLID
+  5
+1502B
+330
+15007
+100
+AcDbEntity
+  8
+0
+ 62
+    57
+100
+AcDbTrace
+ 10
+15.5333503182253
+ 20
+19.37267911916626
+ 30
+7.139999999999997
+ 11
+14.70086884552302
+ 21
+19.87896346963941
+ 31
+7.139999999999997
+ 12
+11.88068123627954
+ 22
+14.30421385294096
+ 32
+7.139999999999997
+ 13
+11.88068123627954
+ 23
+14.30421385294096
+ 33
+7.139999999999997
+  0
+SOLID
+  5
+1502C
+330
+15007
+100
+AcDbEntity
+  8
+0
+ 62
+    57
+100
+AcDbTrace
+ 10
+14.70086884552302
+ 20
+19.87896346963941
+ 30
+7.139999999999997
+ 11
+13.43676513695323
+ 21
+20.35482022229678
+ 31
+7.139999999999997
+ 12
+11.88067928905661
+ 22
+14.30421115096294
+ 32
+7.139999999999997
+ 13
+11.88067928905661
+ 23
+14.30421115096294
+ 33
+7.139999999999997
+  0
+LINE
+  5
+1502D
+330
+15007
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+10.98807982578182
+ 20
+14.30074864162782
+ 30
+7.140000000000005
+ 11
+5.633271311946827
+ 21
+14.28000110344681
+ 31
+7.140000000000005
+  0
+LINE
+  5
+1502E
+330
+15007
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+5.633271311946827
+ 20
+14.28000110344681
+ 30
+7.140000000000005
+ 11
+5.673007346122631
+ 21
+14.97858252174353
+ 31
+7.139999999999997
+  0
+LINE
+  5
+1502F
+330
+15007
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+5.673007346122631
+ 20
+14.97858252174353
+ 30
+7.139999999999997
+ 11
+5.728772615140767
+ 21
+15.39302031956015
+ 31
+7.139999999999997
+  0
+LINE
+  5
+15030
+330
+15007
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+5.728772615140767
+ 20
+15.39302031956015
+ 30
+7.139999999999997
+ 11
+5.821980342484266
+ 21
+15.82779291616259
+ 31
+7.139999999999997
+  0
+LINE
+  5
+15031
+330
+15007
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+5.821980342484266
+ 20
+15.82779291616259
+ 30
+7.139999999999997
+ 11
+5.997235271317093
+ 21
+16.40576527852465
+ 31
+7.139999999999997
+  0
+LINE
+  5
+15032
+330
+15007
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+5.997235271317093
+ 20
+16.40576527852465
+ 30
+7.139999999999997
+ 11
+6.225388026176004
+ 21
+16.95922742094433
+ 31
+7.139999999999997
+  0
+LINE
+  5
+15033
+330
+15007
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+6.225388026176004
+ 20
+16.95922742094433
+ 30
+7.139999999999997
+ 11
+6.840509885916617
+ 21
+17.99583584988283
+ 31
+7.139999999999997
+  0
+LINE
+  5
+15034
+330
+15007
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+6.840509885916617
+ 20
+17.99583584988283
+ 30
+7.139999999999997
+ 11
+7.583871128823147
+ 21
+18.8394958382986
+ 31
+7.139999999999997
+  0
+LINE
+  5
+15035
+330
+15007
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+7.583871128823147
+ 20
+18.8394958382986
+ 30
+7.139999999999997
+ 11
+8.227980872690066
+ 21
+19.37265617278137
+ 31
+7.139999999999997
+  0
+LINE
+  5
+15036
+330
+15007
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+8.227980872690066
+ 20
+19.37265617278137
+ 30
+7.139999999999997
+ 11
+9.060459050479494
+ 21
+19.87894597905358
+ 31
+7.139999999999997
+  0
+LINE
+  5
+15037
+330
+15007
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+9.060459050479494
+ 20
+19.87894597905358
+ 30
+7.139999999999997
+ 11
+10.32455988755168
+ 21
+20.35481043315656
+ 31
+7.139999999999997
+  0
+LINE
+  5
+15038
+330
+15007
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+10.32455988755168
+ 20
+20.35481043315656
+ 30
+7.139999999999997
+ 11
+11.88066189205983
+ 21
+20.5517069404483
+ 31
+7.139999999999997
+  0
+LINE
+  5
+15039
+330
+15007
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+11.88066189205983
+ 20
+20.5517069404483
+ 30
+7.139999999999997
+ 11
+13.43676513695323
+ 21
+20.35482022229678
+ 31
+7.139999999999997
+  0
+LINE
+  5
+1503A
+330
+15007
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+13.43676513695323
+ 20
+20.35482022229678
+ 30
+7.139999999999997
+ 11
+14.70086884552302
+ 21
+19.87896346963941
+ 31
+7.139999999999997
+  0
+LINE
+  5
+1503B
+330
+15007
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+14.70086884552302
+ 20
+19.87896346963941
+ 30
+7.139999999999997
+ 11
+15.5333503182253
+ 21
+19.37267911916626
+ 31
+7.139999999999997
+  0
+LINE
+  5
+1503C
+330
+15007
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+15.5333503182253
+ 20
+19.37267911916626
+ 30
+7.139999999999997
+ 11
+16.17746343600493
+ 21
+18.83952285697467
+ 31
+7.139999999999997
+  0
+LINE
+  5
+1503D
+330
+15007
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+16.17746343600493
+ 20
+18.83952285697467
+ 30
+7.139999999999997
+ 11
+16.92082995423948
+ 21
+17.99586751247113
+ 31
+7.139999999999997
+  0
+LINE
+  5
+1503E
+330
+15007
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+16.92082995423948
+ 20
+17.99586751247113
+ 30
+7.139999999999997
+ 11
+17.53591670963396
+ 21
+16.95924339950773
+ 31
+7.139999999999997
+  0
+LINE
+  5
+1503F
+330
+15007
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+17.53591670963396
+ 20
+16.95924339950773
+ 30
+7.139999999999997
+ 11
+17.76411447937562
+ 21
+16.40580221064453
+ 31
+7.139999999999997
+  0
+LINE
+  5
+15040
+330
+15007
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+17.76411447937562
+ 20
+16.40580221064453
+ 30
+7.139999999999997
+ 11
+17.93955318102326
+ 21
+15.82787625917251
+ 31
+7.139999999999997
+  0
+LINE
+  5
+15041
+330
+15007
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+17.93955318102326
+ 20
+15.82787625917251
+ 30
+7.139999999999997
+ 11
+18.03258508744238
+ 21
+15.39305923371046
+ 31
+7.139999999999997
+  0
+LINE
+  5
+15042
+330
+15007
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+18.03258508744238
+ 20
+15.39305923371046
+ 30
+7.139999999999997
+ 11
+18.09165413497135
+ 21
+14.97898033564445
+ 31
+7.140000000000005
+  0
+LINE
+  5
+15043
+330
+15007
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+18.09165413497135
+ 20
+14.97898033564445
+ 30
+7.140000000000005
+ 11
+18.12809187128255
+ 21
+14.28004035005358
+ 31
+7.140000000000005
+  0
+LINE
+  5
+15044
+330
+15007
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+18.12809187128255
+ 20
+14.28004035005358
+ 30
+7.140000000000005
+ 11
+12.77307982578168
+ 21
+14.30420694044767
+ 31
+-7.140000000000005
+  0
+TEXT
+  5
+15045
+330
+15007
+100
+AcDbEntity
+  8
+TEXTE
+ 62
+     7
+100
+AcDbText
+ 10
+5.799998648953532
+ 20
+39.25218592333635
+ 30
+0.0
+ 40
+8.0
+  1
+LCV7121
+100
+AcDbText
+  0
+INSERT
+  5
+15046
+330
+15007
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Valnum
+ 10
+6.799998648953532
+ 20
+26.89996617169504
+ 30
+0.0
+ 41
+1.199999999999999
+ 42
+1.199999999999999
+ 43
+1.5
+  0
+ATTRIB
+  5
+15047
+330
+15046
+100
+AcDbEntity
+  8
+IMG027
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+59.59999864895348
+ 20
+26.89996617169504
+ 30
+0.0
+ 40
+9.599999999999999
+  1
+LCV7121
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+15048
+330
+15046
+100
+AcDbEntity
+  8
+IMG027
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+59.59999864895348
+ 20
+26.89996617169504
+ 30
+0.0
+ 40
+9.599999999999999
+  1
+14
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+15049
+330
+15046
+100
+AcDbEntity
+  8
+IMG027
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+59.59999864895348
+ 20
+26.89996617169504
+ 30
+0.0
+ 40
+9.599999999999999
+  1
+0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+1504A
+330
+15046
+100
+AcDbEntity
+  8
+0
+  0
+TEXT
+  5
+1504B
+330
+15007
+100
+AcDbEntity
+  8
+TEXTE
+ 62
+     2
+100
+AcDbText
+ 10
+39.79999864895353
+ 20
+27.79548269438158
+ 30
+0.0
+ 40
+8.0
+  1
+%
+100
+AcDbText
+  0
+SOLID
+  5
+1504C
+330
+15007
+100
+AcDbEntity
+  8
+0
+100
+AcDbTrace
+ 10
+1.799999145256379
+ 20
+48.79548269438156
+ 30
+0.0
+ 11
+1.799999145256379
+ 21
+25.79548280204893
+ 31
+0.0
+ 12
+54.79999864895353
+ 22
+48.79548269438156
+ 32
+0.0
+ 13
+54.79999864895353
+ 23
+25.795482407907
+ 33
+0.0
+  0
+SOLID
+  5
+1504D
+330
+15007
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+1.799999145256379
+ 20
+48.79548269438156
+ 30
+230.4
+ 11
+54.79999864895353
+ 21
+48.79548269438156
+ 31
+230.4
+ 12
+-0.0000008547438028
+ 22
+50.59548269438107
+ 32
+230.4
+ 13
+56.59999577195254
+ 23
+50.59547417152919
+ 33
+230.4
+  0
+SOLID
+  5
+1504E
+330
+15007
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+-0.0000008547438028
+ 20
+23.99548280204897
+ 30
+0.0
+ 11
+1.799999145256379
+ 21
+25.79548280204893
+ 31
+0.0
+ 12
+-0.0000008547438028
+ 22
+50.59548269438107
+ 32
+0.0
+ 13
+1.799999145256379
+ 23
+48.79548269438156
+ 33
+0.0
+  0
+SOLID
+  5
+1504F
+330
+15007
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000008827739748
+ 20
+23.99547839112938
+ 30
+0.0
+ 11
+56.60000266573138
+ 21
+23.99547839112938
+ 31
+0.0
+ 12
+1.799999117226206
+ 22
+25.79547839112934
+ 32
+0.0
+ 13
+54.79999864895353
+ 23
+25.795482407907
+ 33
+0.0
+  0
+SOLID
+  5
+15050
+330
+15007
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+56.59999864895372
+ 20
+23.99548240790705
+ 30
+230.4
+ 11
+54.79999864895353
+ 21
+25.795482407907
+ 31
+230.4
+ 12
+56.60000429483124
+ 22
+50.59548269438107
+ 32
+230.4
+ 13
+54.79999864895353
+ 23
+48.79548269438156
+ 33
+230.4
+  0
+LWPOLYLINE
+  5
+15051
+330
+15007
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 38
+230.4
+ 10
+-0.0000023980880997
+ 20
+50.59548655829246
+ 10
+56.59999422860618
+ 20
+50.59548655829246
+ 10
+56.59999998261127
+ 20
+23.99548752597752
+ 10
+0.0000033559169879
+ 20
+23.99548752597752
+  0
+INSERT
+  5
+15052
+330
+15007
+100
+AcDbEntity
+  8
+0
+ 62
+     9
+100
+AcDbBlockReference
+ 66
+     1
+  2
+palet
+ 10
+20.92739356184529
+ 20
+13.49182623769684
+ 30
+-50.33142612716812
+  0
+ATTRIB
+  5
+15053
+330
+15052
+100
+AcDbEntity
+  8
+IMG009
+ 62
+     9
+100
+AcDbText
+ 10
+20.92739356184529
+ 20
+13.49182623769684
+ 30
+-50.33142612716812
+ 40
+8.0
+  1
+LCV7121=0[0]
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+15054
+330
+15052
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+20.92739356184529
+ 20
+13.49182623769684
+ 30
+-50.33142612716812
+ 40
+6.0
+  1
+57
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+15055
+330
+15052
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+20.92739356184529
+ 20
+13.49182623769684
+ 30
+-50.33142612716812
+ 40
+8.0
+  1
+12
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+15056
+330
+15052
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+20.92739356184529
+ 20
+13.49182623769684
+ 30
+-50.33142612716812
+ 40
+8.0
+  1
+
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+15057
+330
+15052
+100
+AcDbEntity
+  8
+0
+  0
+INSERT
+  5
+15058
+330
+15007
+100
+AcDbEntity
+  8
+0
+ 62
+     9
+100
+AcDbBlockReference
+ 66
+     1
+  2
+palet
+ 10
+26.92739846858376
+ 20
+13.51945399758142
+ 30
+-93.5228522543362
+  0
+ATTRIB
+  5
+15059
+330
+15058
+100
+AcDbEntity
+  8
+IMG009
+ 62
+     9
+100
+AcDbText
+ 10
+26.92739846858376
+ 20
+13.51945399758142
+ 30
+-93.5228522543362
+ 40
+8.0
+  1
+LCV7121#0[0]
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1505A
+330
+15058
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+26.92739846858376
+ 20
+13.51945399758142
+ 30
+-93.5228522543362
+ 40
+6.0
+  1
+57
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1505B
+330
+15058
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+26.92739846858376
+ 20
+13.51945399758142
+ 30
+-93.5228522543362
+ 40
+8.0
+  1
+10
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1505C
+330
+15058
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+26.92739846858376
+ 20
+13.51945399758142
+ 30
+-93.5228522543362
+ 40
+8.0
+  1
+
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+1505D
+330
+15058
+100
+AcDbEntity
+  8
+0
+  0
+ENDBLK
+  5
+15061
+330
+15007
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+15E51
+330
+15E4D
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+A$C37611931
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+A$C37611931
+  1
+
+  0
+SOLID
+  5
+15E4E
+330
+15E4D
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+1.800000238169103
+ 20
+0.0000012690494486
+ 30
+230.4
+ 11
+0.0000002381689228
+ 21
+1.800001269049403
+ 31
+230.4
+ 12
+1.800005884046639
+ 22
+26.60000155552348
+ 32
+230.4
+ 13
+0.0000002381689228
+ 23
+24.80000155552398
+ 33
+230.4
+  0
+ENDBLK
+  5
+15E52
+330
+15E4D
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+167B5
+330
+1679E
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+A$C794D45F8
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+A$C794D45F8
+  1
+
+  0
+LWPOLYLINE
+  5
+1679F
+330
+1679E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 38
+921.6000000000001
+ 10
+0.0000018950488538
+ 20
+42.57175601668538
+ 10
+71.25702045410367
+ 20
+42.57175601668538
+ 10
+71.25702620810876
+ 20
+0.0000016676592338
+ 10
+0.0000076490539413
+ 20
+0.0000016676592338
+  0
+LWPOLYLINE
+  5
+167A0
+330
+1679E
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 38
+921.6000000000001
+ 10
+0.0000076490539413
+ 20
+0.0000016676592338
+ 10
+71.25702045410367
+ 20
+0.0000016676592338
+ 10
+71.25702045410367
+ 20
+42.57175601668538
+ 10
+0.0000076490539413
+ 20
+42.57175601668538
+  0
+SOLID
+  5
+167A1
+330
+1679E
+100
+AcDbEntity
+  8
+0
+100
+AcDbTrace
+ 10
+0.0000076490539413
+ 20
+0.0000016676592338
+ 30
+921.6000000000001
+ 11
+71.25702045410367
+ 21
+0.0000016676592338
+ 31
+921.6000000000001
+ 12
+0.0000018950488538
+ 22
+42.57175601668538
+ 32
+921.6000000000001
+ 13
+71.25702045410367
+ 23
+42.57175601668538
+ 33
+921.6000000000001
+  0
+SOLID
+  5
+167A2
+330
+1679E
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+0.0000167250541949
+ 20
+0.0000022243195588
+ 30
+1152.0
+ 11
+1.800016725054376
+ 21
+1.800002224319513
+ 31
+1152.0
+ 12
+0.0000088425166496
+ 22
+42.57175778694349
+ 32
+1152.0
+ 13
+1.800016725054376
+ 23
+40.57175778694349
+ 33
+1152.0
+  0
+LINE
+  5
+167A3
+330
+1679E
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+31.61681643715463
+ 20
+0.0242070277691653
+ 30
+950.1599999999998
+ 11
+44.11181643715543
+ 21
+0.0000006961473389
+ 31
+950.1599999999999
+  0
+SOLID
+  5
+167A4
+330
+1679E
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+0.0000076490539413
+ 20
+0.0000016676592338
+ 30
+921.6000000000001
+ 11
+71.25702045410367
+ 21
+0.0000016676592338
+ 31
+921.6000000000001
+ 12
+1.800016725054376
+ 22
+1.800002224319513
+ 32
+921.6000000000001
+ 13
+69.95959194731
+ 23
+1.999999030549673
+ 33
+921.6000000000001
+  0
+SOLID
+  5
+167A5
+330
+1679E
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+71.25702045410367
+ 20
+0.0000016676592338
+ 30
+921.6000000000001
+ 11
+69.95959194731
+ 21
+1.999999030549673
+ 31
+921.6000000000001
+ 12
+71.25702045410367
+ 22
+42.57175601668538
+ 32
+921.6000000000001
+ 13
+70.00000061476915
+ 23
+40.57175220415293
+ 33
+921.6000000000001
+  0
+SOLID
+  5
+167A6
+330
+1679E
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+1.800016725054376
+ 20
+40.57175778694349
+ 30
+921.6000000000001
+ 11
+70.00000061476915
+ 21
+40.57175220415293
+ 31
+921.6000000000001
+ 12
+0.0000088425166496
+ 22
+42.57175778694349
+ 32
+921.6000000000001
+ 13
+71.25702045410367
+ 23
+42.57175601668538
+ 33
+921.6000000000001
+  0
+TEXT
+  5
+167A7
+330
+1679E
+100
+AcDbEntity
+  8
+TEXTE
+ 62
+     7
+100
+AcDbText
+ 10
+14.12374454938949
+ 20
+25.99999788411933
+ 30
+691.1999999999998
+ 40
+11.0
+  1
+H7102
+ 72
+     1
+ 11
+37.04041121605616
+ 21
+25.99999788411933
+ 31
+691.1999999999998
+100
+AcDbText
+  0
+INSERT
+  5
+167A8
+330
+1679E
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Equtor
+ 10
+5.000004098845464
+ 20
+20.99999788411933
+ 30
+691.1999999999998
+ 41
+62.0
+ 42
+-16.0
+ 43
+62.0
+  0
+ATTRIB
+  5
+167A9
+330
+167A8
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+5.000004098845464
+ 20
+20.99999788411933
+ 30
+691.1999999999998
+ 40
+1.6
+  1
+H7102
+ 41
+3.874999999999998
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+167AA
+330
+167A8
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+5.000004098845464
+ 20
+20.99999788411933
+ 30
+691.1999999999998
+ 40
+1.6
+  1
+MARCHE
+ 41
+3.874999999999998
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+EQU-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+167AB
+330
+167A8
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+5.000004098845464
+ 20
+20.99999788411933
+ 30
+691.1999999999998
+ 40
+1.6
+  1
+10
+ 41
+3.874999999999998
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+167AC
+330
+167A8
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+5.000004098845464
+ 20
+20.99999788411933
+ 30
+691.1999999999998
+ 40
+1.6
+  1
+ARRETEE
+ 41
+3.874999999999998
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+EQU-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+167AD
+330
+167A8
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+5.000004098845464
+ 20
+20.99999788411933
+ 30
+691.1999999999998
+ 40
+1.6
+  1
+12
+ 41
+3.874999999999998
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+167AE
+330
+167A8
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+5.000004098845464
+ 20
+20.99999788411933
+ 30
+691.1999999999998
+ 40
+1.6
+  1
+9
+ 41
+3.874999999999998
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+167AF
+330
+167A8
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+5.000004098845464
+ 20
+20.99999788411933
+ 30
+691.1999999999998
+ 40
+1.6
+  1
+0
+ 41
+3.874999999999998
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+167B0
+330
+167A8
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+5.000004098845464
+ 20
+20.99999788411933
+ 30
+691.1999999999998
+ 40
+1.6
+  1
+0
+ 41
+3.874999999999998
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+167B1
+330
+167A8
+100
+AcDbEntity
+  8
+0
+  0
+LWPOLYLINE
+  5
+167B2
+330
+1679E
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 38
+921.6000000000001
+ 10
+0.0000018950488538
+ 20
+42.57175601668538
+ 10
+71.25702620810876
+ 20
+42.57175601668538
+ 10
+71.25702620810876
+ 20
+0.0000016676592338
+ 10
+0.0000018950488538
+ 20
+0.0000016676592338
+  0
+ENDBLK
+  5
+167B6
+330
+1679E
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+16EB6
+330
+16E9C
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+A$C7D117141
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+A$C7D117141
+  1
+
+  0
+TEXT
+  5
+16E9D
+330
+16E9C
+100
+AcDbEntity
+  8
+TEXTE
+ 62
+     7
+100
+AcDbText
+ 10
+189.8377658722774
+ 20
+68.23423017951482
+ 30
+0.0
+ 40
+8.0
+  1
+TT7102
+100
+AcDbText
+  0
+INSERT
+  5
+16E9E
+330
+16E9C
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Valnum
+ 10
+190.8377658722774
+ 20
+55.88201042787352
+ 30
+0.0
+ 41
+1.199999999999999
+ 42
+1.199999999999999
+ 43
+1.5
+  0
+ATTRIB
+  5
+16E9F
+330
+16E9E
+100
+AcDbEntity
+  8
+IMG027
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+243.6377658722774
+ 20
+55.88201042787352
+ 30
+0.0
+ 40
+9.599999999999999
+  1
+TT7102
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+16EA0
+330
+16E9E
+100
+AcDbEntity
+  8
+IMG027
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+243.6377658722774
+ 20
+55.88201042787352
+ 30
+0.0
+ 40
+9.599999999999999
+  1
+14
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+16EA1
+330
+16E9E
+100
+AcDbEntity
+  8
+IMG027
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+243.6377658722774
+ 20
+55.88201042787352
+ 30
+0.0
+ 40
+9.599999999999999
+  1
+0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+16EA2
+330
+16E9E
+100
+AcDbEntity
+  8
+0
+  0
+TEXT
+  5
+16EA3
+330
+16E9C
+100
+AcDbEntity
+  8
+TEXTE
+ 62
+     2
+100
+AcDbText
+ 10
+230.388353414265
+ 20
+56.77752695056007
+ 30
+0.0
+ 40
+8.0
+  1
+K
+100
+AcDbText
+  0
+SOLID
+  5
+16EA4
+330
+16E9C
+100
+AcDbEntity
+  8
+0
+100
+AcDbTrace
+ 10
+185.8377663685801
+ 20
+77.77752695056006
+ 30
+0.0
+ 11
+185.8377663685801
+ 21
+54.77752705822741
+ 31
+0.0
+ 12
+238.8377658722774
+ 22
+77.77752695056006
+ 32
+0.0
+ 13
+238.8377658722774
+ 23
+54.77752666408547
+ 33
+0.0
+  0
+SOLID
+  5
+16EA5
+330
+16E9C
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+185.8377663685801
+ 20
+77.77752695056006
+ 30
+230.4
+ 11
+238.8377658722774
+ 21
+77.77752695056006
+ 31
+230.4
+ 12
+184.0377663685801
+ 22
+79.57752695055956
+ 32
+230.4
+ 13
+240.6377629952764
+ 23
+79.57751842770767
+ 33
+230.4
+  0
+SOLID
+  5
+16EA6
+330
+16E9C
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+184.0377663685801
+ 20
+52.97752705822745
+ 30
+0.0
+ 11
+185.8377663685801
+ 21
+54.77752705822741
+ 31
+0.0
+ 12
+184.0377663685801
+ 22
+79.57752695055956
+ 32
+0.0
+ 13
+185.8377663685801
+ 23
+77.77752695056006
+ 33
+0.0
+  0
+SOLID
+  5
+16EA7
+330
+16E9C
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+184.0377663405499
+ 20
+52.97752264730786
+ 30
+0.0
+ 11
+240.6377698890553
+ 21
+52.97752264730786
+ 31
+0.0
+ 12
+185.83776634055
+ 22
+54.77752264730781
+ 32
+0.0
+ 13
+238.8377658722774
+ 23
+54.77752666408547
+ 33
+0.0
+  0
+SOLID
+  5
+16EA8
+330
+16E9C
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+240.6377658722776
+ 20
+52.97752666408553
+ 30
+230.4
+ 11
+238.8377658722774
+ 21
+54.77752666408547
+ 31
+230.4
+ 12
+240.6377715181552
+ 22
+79.57752695055956
+ 32
+230.4
+ 13
+238.8377658722774
+ 23
+77.77752695056006
+ 33
+230.4
+  0
+LWPOLYLINE
+  5
+16EA9
+330
+16E9C
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 38
+230.4
+ 10
+184.0377648252358
+ 20
+79.57753081447093
+ 10
+240.6377614519301
+ 20
+79.57753081447093
+ 10
+240.6377672059352
+ 20
+52.977531782156
+ 10
+184.0377705792409
+ 20
+52.977531782156
+  0
+INSERT
+  5
+16EAA
+330
+16E9C
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Equtor
+ 10
+0.0000006854947401
+ 20
+-0.0000011117381291
+ 30
+2764.800000000001
+ 41
+32.00000000000006
+ 42
+8.999999439572206
+ 43
+32.00000000000006
+  0
+ATTRIB
+  5
+16EAB
+330
+16EAA
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0000006854947401
+ 20
+-0.0000011117381291
+ 30
+2764.800000000001
+ 40
+0.8999999439572206
+  1
+FV7103
+ 41
+3.555555776959148
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+16EAC
+330
+16EAA
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0000006854947401
+ 20
+-0.0000011117381291
+ 30
+2764.800000000001
+ 40
+0.8999999439572206
+  1
+OUVERTE
+ 41
+3.555555776959148
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+EQU-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+16EAD
+330
+16EAA
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0000006854947401
+ 20
+-0.0000011117381291
+ 30
+2764.800000000001
+ 40
+0.8999999439572206
+  1
+10
+ 41
+3.555555776959148
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+16EAE
+330
+16EAA
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0000006854947401
+ 20
+-0.0000011117381291
+ 30
+2764.800000000001
+ 40
+0.8999999439572206
+  1
+FERMEE
+ 41
+3.555555776959148
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+EQU-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+16EAF
+330
+16EAA
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0000006854947401
+ 20
+-0.0000011117381291
+ 30
+2764.800000000001
+ 40
+0.8999999439572206
+  1
+12
+ 41
+3.555555776959148
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+16EB0
+330
+16EAA
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0000006854947401
+ 20
+-0.0000011117381291
+ 30
+2764.800000000001
+ 40
+0.8999999439572206
+  1
+0
+ 41
+3.555555776959148
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+16EB1
+330
+16EAA
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0000006854947401
+ 20
+-0.0000011117381291
+ 30
+2764.800000000001
+ 40
+0.8999999439572206
+  1
+0
+ 41
+3.555555776959148
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+16EB2
+330
+16EAA
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0000006854947401
+ 20
+-0.0000011117381291
+ 30
+2764.800000000001
+ 40
+0.8999999439572206
+  1
+0
+ 41
+3.555555776959148
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+16EB3
+330
+16EAA
+100
+AcDbEntity
+  8
+0
+  0
+ENDBLK
+  5
+16EB7
+330
+16E9C
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+173C6
+330
+173BD
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+Bargraphe
+ 70
+     2
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+Bargraphe
+  1
+
+  0
+ATTDEF
+  5
+173BE
+330
+173BD
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+ 40
+0.1
+  1
+TTxx
+  7
+DOM1
+100
+AcDbAttributeDefinition
+280
+     0
+  3
+NOM variable
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTDEF
+  5
+173BF
+330
+173BD
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+ 40
+0.1
+  1
+0
+  7
+DOM1
+100
+AcDbAttributeDefinition
+280
+     0
+  3
+Mini physique
+  2
+MINI
+ 70
+     1
+280
+     0
+  0
+ATTDEF
+  5
+173C0
+330
+173BD
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+ 40
+0.1
+  1
+100
+  7
+DOM1
+100
+AcDbAttributeDefinition
+280
+     0
+  3
+Maxi physique
+  2
+MAXI
+ 70
+     1
+280
+     0
+  0
+ATTDEF
+  5
+173C1
+330
+173BD
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+ 40
+0.1
+  1
+0
+  7
+DOM1
+100
+AcDbAttributeDefinition
+280
+     0
+  3
+Sens(0=B->H,1=H->B,2=G->D,3=D->G)
+  2
+SENS
+ 70
+     1
+280
+     0
+  0
+ATTDEF
+  5
+173C2
+330
+173BD
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+ 40
+0.1
+  1
+0
+  7
+DOM1
+100
+AcDbAttributeDefinition
+280
+     0
+  3
+Logarithmique(1=OUI, 0=NON)
+  2
+LOG
+ 70
+     1
+280
+     0
+  0
+ATTDEF
+  5
+173C3
+330
+173BD
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+ 40
+0.1
+  1
+14
+  7
+DOM1
+100
+AcDbAttributeDefinition
+280
+     0
+  3
+Coul(0=N,1=Blu,2=V,3=Cy,4=R,5=M,6=Br,7=G-c,8=G-f,9=Bl-c,10=V-c,11=Cy-c,12=R-c,13=M-c,14=J,15=Blc)
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTDEF
+  5
+173C4
+330
+173BD
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+ 40
+0.1
+  1
+0
+  7
+DOM1
+100
+AcDbAttributeDefinition
+280
+     0
+  3
+Coulf(0=N,1=Blu,2=V,3=Cy,4=R,5=M,6=Br,7=G-c,8=G-f,9=Bl-c,10=V-c,11=Cy-c,12=R-c,13=M-c,14=J,15=Blc)
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+SOLID
+  5
+173C5
+330
+173BD
+100
+AcDbEntity
+  8
+IMG134
+ 62
+   134
+100
+AcDbTrace
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+ 11
+0.0
+ 21
+1.0
+ 31
+0.0
+ 12
+1.0
+ 22
+0.0
+ 32
+0.0
+ 13
+1.0
+ 23
+1.0
+ 33
+0.0
+  0
+ENDBLK
+  5
+173C7
+330
+173BD
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+17690
+330
+17687
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+A$C74052F46
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+A$C74052F46
+  1
+
+  0
+INSERT
+  5
+17688
+330
+17687
+100
+AcDbEntity
+  8
+0
+ 62
+     9
+100
+AcDbBlockReference
+ 66
+     1
+  2
+palet
+ 10
+0.1217301796200445
+ 20
+2.765649132750809
+ 30
+-28.9114261271681
+  0
+ATTRIB
+  5
+17689
+330
+17688
+100
+AcDbEntity
+  8
+IMG009
+ 62
+     9
+100
+AcDbText
+ 10
+0.1217301796200445
+ 20
+2.765649132750809
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+FV7121
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1768A
+330
+17688
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.1217301796200445
+ 20
+2.765649132750809
+ 30
+-28.9114261271681
+ 40
+6.0
+  1
+62
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1768B
+330
+17688
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.1217301796200445
+ 20
+2.765649132750809
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+10
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1768C
+330
+17688
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.1217301796200445
+ 20
+2.765649132750809
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+12
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+1768D
+330
+17688
+100
+AcDbEntity
+  8
+0
+  0
+ENDBLK
+  5
+17691
+330
+17687
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+1771B
+330
+17712
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+A$C17580B20
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+A$C17580B20
+  1
+
+  0
+INSERT
+  5
+17713
+330
+17712
+100
+AcDbEntity
+  8
+0
+ 62
+     9
+100
+AcDbBlockReference
+ 66
+     1
+  2
+palet
+ 10
+0.121731155595171
+ 20
+2.765649160045541
+ 30
+-93.5228522543362
+  0
+ATTRIB
+  5
+17714
+330
+17713
+100
+AcDbEntity
+  8
+IMG009
+ 62
+     9
+100
+AcDbText
+ 10
+0.121731155595171
+ 20
+2.765649160045541
+ 30
+-93.5228522543362
+ 40
+8.0
+  1
+LCV7253#0[0]
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+17715
+330
+17713
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.121731155595171
+ 20
+2.765649160045541
+ 30
+-93.5228522543362
+ 40
+6.0
+  1
+61
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+17716
+330
+17713
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.121731155595171
+ 20
+2.765649160045541
+ 30
+-93.5228522543362
+ 40
+8.0
+  1
+10
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+17717
+330
+17713
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.121731155595171
+ 20
+2.765649160045541
+ 30
+-93.5228522543362
+ 40
+8.0
+  1
+
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+17718
+330
+17713
+100
+AcDbEntity
+  8
+0
+  0
+ENDBLK
+  5
+1771C
+330
+17712
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+17A37
+330
+17A2A
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+A$C2B4178E8
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+A$C2B4178E8
+  1
+
+  0
+INSERT
+  5
+17A2B
+330
+17A2A
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Jbutton
+ 10
+0.0000021757095965
+ 20
+-0.000000751543439
+ 30
+0.0
+ 41
+120.0
+ 42
+32.0
+ 43
+80.0
+  0
+ATTRIB
+  5
+17A2C
+330
+17A2B
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+21.10616207086031
+ 20
+-0.000000751543439
+ 30
+0.0
+ 40
+3.2
+  1
+_F1
+ 41
+3.749999999999998
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COMMANDE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+17A2D
+330
+17A2B
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0000021757095965
+ 20
+-0.000000751543439
+ 30
+0.0
+ 40
+3.2
+  1
+
+ 41
+3.749999999999998
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+17A2E
+330
+17A2B
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+9.357800340847193
+ 20
+-0.000000751543439
+ 30
+0.0
+ 40
+3.2
+  1
+8
+ 41
+3.749999999999998
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+17A2F
+330
+17A2B
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+9.357800340847193
+ 20
+-0.000000751543439
+ 30
+0.0
+ 40
+3.2
+  1
+8
+ 41
+3.749999999999998
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+17A30
+330
+17A2B
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+9.349936644910117
+ 20
+-0.000000751543439
+ 30
+0.0
+ 40
+3.2
+  1
+0
+ 41
+3.749999999999998
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CONFIRM
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+17A31
+330
+17A2B
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0000021757095965
+ 20
+-0.000000751543439
+ 30
+0.0
+ 40
+3.2
+  1
+
+ 41
+3.749999999999998
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+17A32
+330
+17A2B
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0000021757095965
+ 20
+-0.000000751543439
+ 30
+0.0
+ 40
+3.2
+  1
+
+ 41
+3.749999999999998
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+17A33
+330
+17A2B
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+98.17824595028364
+ 20
+-0.000000751543439
+ 30
+0.0
+ 40
+3.2
+  1
+Zone Supratech
+ 41
+3.749999999999998
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+TEXTE
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+17A34
+330
+17A2B
+100
+AcDbEntity
+  8
+0
+  0
+ENDBLK
+  5
+17A38
+330
+17A2A
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+17B7E
+330
+17B7D
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+VR
+ 70
+     0
+ 10
+200.75
+ 20
+232.25
+ 30
+0.0
+  3
+VR
+  1
+
+  0
+ARC
+  5
+17B7F
+330
+17B7D
+100
+AcDbEntity
+  8
+0
+100
+AcDbCircle
+ 10
+200.75
+ 20
+234.5
+ 30
+0.0
+ 40
+1.875
+100
+AcDbArc
+ 50
+0.0
+ 51
+180.0
+  0
+LINE
+  5
+17B80
+330
+17B7D
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+198.875
+ 20
+234.5
+ 30
+0.0
+ 11
+202.625
+ 21
+234.5
+ 31
+0.0
+  0
+LINE
+  5
+17B81
+330
+17B7D
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+200.75
+ 20
+234.5
+ 30
+0.0
+ 11
+200.75
+ 21
+232.25
+ 31
+0.0
+  0
+LINE
+  5
+17B82
+330
+17B7D
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+198.5
+ 20
+231.125
+ 30
+0.0
+ 11
+198.5
+ 21
+233.375
+ 31
+0.0
+  0
+LINE
+  5
+17B83
+330
+17B7D
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+198.5
+ 20
+233.375
+ 30
+0.0
+ 11
+203.0
+ 21
+231.125
+ 31
+0.0
+  0
+LINE
+  5
+17B84
+330
+17B7D
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+203.0
+ 20
+231.125
+ 30
+0.0
+ 11
+203.0
+ 21
+233.375
+ 31
+0.0
+  0
+LINE
+  5
+17B85
+330
+17B7D
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+203.0
+ 20
+233.375
+ 30
+0.0
+ 11
+198.5
+ 21
+231.125
+ 31
+0.0
+  0
+ENDBLK
+  5
+17B86
+330
+17B7D
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+18B74
+330
+18B64
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+A$C6C27455B
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+A$C6C27455B
+  1
+
+  0
+TEXT
+  5
+18B65
+330
+18B64
+100
+AcDbEntity
+  8
+TEXTE
+ 62
+     7
+100
+AcDbText
+ 10
+17.99999695832702
+ 20
+16.01052059817039
+ 30
+460.8
+ 40
+8.0
+  1
+FT10
+100
+AcDbText
+  0
+INSERT
+  5
+18B66
+330
+18B64
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Valnum
+ 10
+3.832029849713023
+ 20
+3.658300846529073
+ 30
+460.8
+ 41
+1.199999999999999
+ 42
+1.199999999999999
+ 43
+1.5
+  0
+ATTRIB
+  5
+18B67
+330
+18B66
+100
+AcDbEntity
+  8
+IMG027
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+56.63202984971298
+ 20
+3.658300846529073
+ 30
+460.8
+ 40
+9.599999999999999
+  1
+FT10:FLOW
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+18B68
+330
+18B66
+100
+AcDbEntity
+  8
+IMG027
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+56.63202984971298
+ 20
+3.658300846529073
+ 30
+460.8
+ 40
+9.599999999999999
+  1
+14
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+18B69
+330
+18B66
+100
+AcDbEntity
+  8
+IMG027
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+56.63202984971298
+ 20
+3.658300846529073
+ 30
+460.8
+ 40
+9.599999999999999
+  1
+0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+18B6A
+330
+18B66
+100
+AcDbEntity
+  8
+0
+  0
+TEXT
+  5
+18B6B
+330
+18B64
+100
+AcDbEntity
+  8
+TEXTE
+ 62
+     2
+100
+AcDbText
+ 10
+36.27052324171672
+ 20
+4.553817369215494
+ 30
+460.8
+ 40
+8.0
+  1
+m3/h
+100
+AcDbText
+  0
+SOLID
+  5
+18B6C
+330
+18B64
+100
+AcDbEntity
+  8
+0
+100
+AcDbTrace
+ 10
+1.800000434247465
+ 20
+25.5538173692155
+ 30
+691.2
+ 11
+1.800000434247465
+ 21
+2.553817476882841
+ 31
+691.2
+ 12
+60.52363215595796
+ 22
+25.5538173692155
+ 32
+691.2
+ 13
+60.52363215595796
+ 23
+2.553829469504307
+ 33
+691.2
+  0
+SOLID
+  5
+18B6D
+330
+18B64
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+1.800000434247465
+ 20
+25.5538173692155
+ 30
+691.2
+ 11
+60.52363215595796
+ 21
+25.5538173692155
+ 31
+691.2
+ 12
+0.0000004342472835
+ 22
+27.35381736921522
+ 32
+691.2
+ 13
+62.32362927895696
+ 23
+27.35382123312661
+ 33
+691.2
+  0
+SOLID
+  5
+18B6E
+330
+18B64
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+0.0000004342472835
+ 20
+0.7538174768831141
+ 30
+460.8
+ 11
+1.800000434247465
+ 21
+2.553817476882841
+ 31
+460.8
+ 12
+0.0000004342472835
+ 22
+27.35381736921522
+ 32
+460.8
+ 13
+1.800000434247465
+ 23
+25.5538173692155
+ 33
+460.8
+  0
+SOLID
+  5
+18B6F
+330
+18B64
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+0.0000004062171115
+ 20
+0.7538130659634135
+ 30
+691.2
+ 11
+62.32363215595814
+ 21
+0.7538294695043533
+ 31
+691.2
+ 12
+1.800000406217293
+ 22
+2.553813065963367
+ 32
+691.2
+ 13
+60.52363215595796
+ 23
+2.553829469504307
+ 33
+691.2
+  0
+SOLID
+  5
+18B70
+330
+18B64
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+62.32363215595814
+ 20
+0.7538294695043533
+ 30
+691.2
+ 11
+60.52363215595796
+ 21
+2.553829469504307
+ 31
+691.2
+ 12
+62.32363780183567
+ 22
+27.35382975597827
+ 32
+691.2
+ 13
+60.52363215595796
+ 23
+25.553829755979
+ 33
+691.2
+  0
+LWPOLYLINE
+  5
+18B71
+330
+18B64
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 38
+691.2
+ 10
+-0.0000011090970133
+ 20
+27.35382123312661
+ 10
+62.32362927895696
+ 20
+27.35382123312661
+ 10
+62.32363503296205
+ 20
+0.7538222008115554
+ 10
+0.0000046449080742
+ 20
+0.7538222008115554
+  0
+ENDBLK
+  5
+18B75
+330
+18B64
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+18D99
+330
+18D8A
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+A$C2D1E65A0
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+A$C2D1E65A0
+  1
+
+  0
+LINE
+  5
+18D8B
+330
+18D8A
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 39
+4.0
+ 10
+23.99999728659805
+ 20
+-0.0000020725722152
+ 30
+0.0
+ 11
+-0.0000027134019547
+ 21
+5.999997927427784
+ 31
+0.0
+  0
+LINE
+  5
+18D8C
+330
+18D8A
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 39
+4.0
+ 10
+-0.0000027134019547
+ 20
+5.999997927427784
+ 30
+0.0
+ 11
+23.99999728659805
+ 21
+11.99999792742778
+ 31
+0.0
+  0
+LINE
+  5
+18D8D
+330
+18D8A
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 39
+4.0
+ 10
+63.99999728659804
+ 20
+3.999997927427727
+ 30
+0.0
+ 11
+63.99999728659804
+ 21
+7.999997927427727
+ 31
+0.0
+  0
+SOLID
+  5
+18D8E
+330
+18D8A
+100
+AcDbEntity
+  8
+0
+ 62
+    15
+100
+AcDbTrace
+ 10
+-0.0000027134019547
+ 20
+5.999997927427784
+ 30
+0.0
+ 11
+23.99999728659805
+ 21
+-0.0000020725722152
+ 31
+0.0
+ 12
+-0.0000027134019547
+ 22
+5.999997927427784
+ 32
+0.0
+ 13
+23.99999728659805
+ 23
+11.99999792742778
+ 33
+0.0
+  0
+SOLID
+  5
+18D8F
+330
+18D8A
+100
+AcDbEntity
+  8
+0
+ 62
+    15
+100
+AcDbTrace
+ 10
+63.99999695069891
+ 20
+7.999997623948445
+ 30
+0.0
+ 11
+23.99999728659805
+ 21
+7.999996879040736
+ 31
+0.0
+ 12
+63.99999728659804
+ 22
+3.999997927427727
+ 32
+0.0
+ 13
+23.99999728659805
+ 23
+3.999996893492095
+ 33
+0.0
+  0
+LINE
+  5
+18D90
+330
+18D8A
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+63.99999728659804
+ 20
+3.999997927427727
+ 30
+0.0
+ 11
+23.99999728659805
+ 21
+3.999996893492095
+ 31
+0.0
+  0
+LINE
+  5
+18D91
+330
+18D8A
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+23.99999728659805
+ 20
+3.999996893492095
+ 30
+0.0
+ 11
+23.99999728659805
+ 21
+-0.0000020725722152
+ 31
+0.0
+  0
+LINE
+  5
+18D92
+330
+18D8A
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+23.99999728659805
+ 20
+-0.0000020725722152
+ 30
+0.0
+ 11
+-0.0000027134019547
+ 21
+5.999997927427784
+ 31
+0.0
+  0
+LINE
+  5
+18D93
+330
+18D8A
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+-0.0000027134019547
+ 20
+5.999997927427784
+ 30
+0.0
+ 11
+23.99999728659805
+ 21
+11.99999792742778
+ 31
+0.0
+  0
+LINE
+  5
+18D94
+330
+18D8A
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+23.99999728659805
+ 20
+11.99999792742778
+ 30
+0.0
+ 11
+23.99999728659805
+ 21
+7.999996879040736
+ 31
+0.0
+  0
+LINE
+  5
+18D95
+330
+18D8A
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+23.99999728659805
+ 20
+7.999996879040736
+ 30
+0.0
+ 11
+63.99999695069891
+ 21
+7.999997623948445
+ 31
+0.0
+  0
+LINE
+  5
+18D96
+330
+18D8A
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+63.99999695069891
+ 20
+7.999997623948445
+ 30
+0.0
+ 11
+63.99999728659804
+ 21
+3.999997927427727
+ 31
+0.0
+  0
+ENDBLK
+  5
+18D9A
+330
+18D8A
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+18E30
+330
+18E21
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+A$C49107310
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+A$C49107310
+  1
+
+  0
+LINE
+  5
+18E22
+330
+18E21
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 39
+4.0
+ 10
+23.99999728659805
+ 20
+-0.0000020725722152
+ 30
+0.0
+ 11
+-0.0000027134019547
+ 21
+5.999997927427784
+ 31
+0.0
+  0
+LINE
+  5
+18E23
+330
+18E21
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 39
+4.0
+ 10
+-0.0000027134019547
+ 20
+5.999997927427784
+ 30
+0.0
+ 11
+23.99999728659805
+ 21
+11.99999792742778
+ 31
+0.0
+  0
+LINE
+  5
+18E24
+330
+18E21
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 39
+4.0
+ 10
+63.99999728659804
+ 20
+3.999997927427727
+ 30
+0.0
+ 11
+63.99999728659804
+ 21
+7.999997927427727
+ 31
+0.0
+  0
+SOLID
+  5
+18E25
+330
+18E21
+100
+AcDbEntity
+  8
+0
+ 62
+    15
+100
+AcDbTrace
+ 10
+-0.0000027134019547
+ 20
+5.999997927427784
+ 30
+0.0
+ 11
+23.99999728659805
+ 21
+-0.0000020725722152
+ 31
+0.0
+ 12
+-0.0000027134019547
+ 22
+5.999997927427784
+ 32
+0.0
+ 13
+23.99999728659805
+ 23
+11.99999792742778
+ 33
+0.0
+  0
+SOLID
+  5
+18E26
+330
+18E21
+100
+AcDbEntity
+  8
+0
+ 62
+    15
+100
+AcDbTrace
+ 10
+63.99999695069891
+ 20
+7.999997623948445
+ 30
+0.0
+ 11
+23.99999728659805
+ 21
+7.999996879040736
+ 31
+0.0
+ 12
+63.99999728659804
+ 22
+3.999997927427727
+ 32
+0.0
+ 13
+23.99999728659805
+ 23
+3.999996893492095
+ 33
+0.0
+  0
+LINE
+  5
+18E27
+330
+18E21
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+63.99999728659804
+ 20
+3.999997927427727
+ 30
+0.0
+ 11
+23.99999728659805
+ 21
+3.999996893492095
+ 31
+0.0
+  0
+LINE
+  5
+18E28
+330
+18E21
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+23.99999728659805
+ 20
+3.999996893492095
+ 30
+0.0
+ 11
+23.99999728659805
+ 21
+-0.0000020725722152
+ 31
+0.0
+  0
+LINE
+  5
+18E29
+330
+18E21
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+23.99999728659805
+ 20
+-0.0000020725722152
+ 30
+0.0
+ 11
+-0.0000027134019547
+ 21
+5.999997927427784
+ 31
+0.0
+  0
+LINE
+  5
+18E2A
+330
+18E21
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+-0.0000027134019547
+ 20
+5.999997927427784
+ 30
+0.0
+ 11
+23.99999728659805
+ 21
+11.99999792742778
+ 31
+0.0
+  0
+LINE
+  5
+18E2B
+330
+18E21
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+23.99999728659805
+ 20
+11.99999792742778
+ 30
+0.0
+ 11
+23.99999728659805
+ 21
+7.999996879040736
+ 31
+0.0
+  0
+LINE
+  5
+18E2C
+330
+18E21
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+23.99999728659805
+ 20
+7.999996879040736
+ 30
+0.0
+ 11
+63.99999695069891
+ 21
+7.999997623948445
+ 31
+0.0
+  0
+LINE
+  5
+18E2D
+330
+18E21
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+63.99999695069891
+ 20
+7.999997623948445
+ 30
+0.0
+ 11
+63.99999728659804
+ 21
+3.999997927427727
+ 31
+0.0
+  0
+ENDBLK
+  5
+18E31
+330
+18E21
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+193DA
+330
+193CB
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+A$C1F504396
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+A$C1F504396
+  1
+
+  0
+LINE
+  5
+193CC
+330
+193CB
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 39
+4.0
+ 10
+-0.0000009437158042
+ 20
+40.00000144679893
+ 30
+4.0
+ 11
+5.999999056284195
+ 21
+64.00000144679893
+ 31
+4.0
+  0
+LINE
+  5
+193CD
+330
+193CB
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 39
+4.0
+ 10
+5.999999056284195
+ 20
+64.00000144679893
+ 30
+4.0
+ 11
+11.99999905628419
+ 21
+40.00000144679893
+ 31
+4.0
+  0
+LINE
+  5
+193CE
+330
+193CB
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 39
+4.0
+ 10
+3.999999056284195
+ 20
+0.0000014467989331
+ 30
+4.0
+ 11
+7.999999056284195
+ 21
+0.0000014467989331
+ 31
+4.0
+  0
+SOLID
+  5
+193CF
+330
+193CB
+100
+AcDbEntity
+  8
+0
+ 62
+    15
+100
+AcDbTrace
+ 10
+5.999999056284195
+ 20
+64.00000144679893
+ 30
+4.0
+ 11
+-0.0000009437158042
+ 21
+40.00000144679893
+ 31
+4.0
+ 12
+5.999999056284195
+ 22
+64.00000144679893
+ 32
+4.0
+ 13
+11.99999905628419
+ 23
+40.00000144679893
+ 33
+4.0
+  0
+SOLID
+  5
+193D0
+330
+193CB
+100
+AcDbEntity
+  8
+0
+ 62
+    15
+100
+AcDbTrace
+ 10
+7.999998752804913
+ 20
+0.0000017826980638
+ 30
+4.0
+ 11
+7.999998007897147
+ 21
+40.00000144679893
+ 31
+4.0
+ 12
+3.999999056284195
+ 22
+0.0000014467989331
+ 32
+4.0
+ 13
+3.999998022348563
+ 23
+40.00000144679893
+ 33
+4.0
+  0
+LINE
+  5
+193D1
+330
+193CB
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+3.999999056284195
+ 20
+0.0000014467989331
+ 30
+4.0
+ 11
+3.999998022348563
+ 21
+40.00000144679893
+ 31
+4.0
+  0
+LINE
+  5
+193D2
+330
+193CB
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+3.999998022348563
+ 20
+40.00000144679893
+ 30
+4.0
+ 11
+-0.0000009437158042
+ 21
+40.00000144679893
+ 31
+4.0
+  0
+LINE
+  5
+193D3
+330
+193CB
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+-0.0000009437158042
+ 20
+40.00000144679893
+ 30
+4.0
+ 11
+5.999999056284195
+ 21
+64.00000144679893
+ 31
+4.0
+  0
+LINE
+  5
+193D4
+330
+193CB
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+5.999999056284195
+ 20
+64.00000144679893
+ 30
+4.0
+ 11
+11.99999905628419
+ 21
+40.00000144679893
+ 31
+4.0
+  0
+LINE
+  5
+193D5
+330
+193CB
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+11.99999905628419
+ 20
+40.00000144679893
+ 30
+4.0
+ 11
+7.999998007897147
+ 21
+40.00000144679893
+ 31
+4.0
+  0
+LINE
+  5
+193D6
+330
+193CB
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+7.999998007897147
+ 20
+40.00000144679893
+ 30
+4.0
+ 11
+7.999998752804913
+ 21
+0.0000017826980638
+ 31
+4.0
+  0
+LINE
+  5
+193D7
+330
+193CB
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+7.999998752804913
+ 20
+0.0000017826980638
+ 30
+4.0
+ 11
+3.999999056284195
+ 21
+0.0000014467989331
+ 31
+4.0
+  0
+ENDBLK
+  5
+193DB
+330
+193CB
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+194A4
+330
+1949B
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+A$C43DE0D95
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+A$C43DE0D95
+  1
+
+  0
+INSERT
+  5
+1949C
+330
+1949B
+100
+AcDbEntity
+  8
+0
+ 62
+     9
+100
+AcDbBlockReference
+ 66
+     1
+  2
+palet
+ 10
+0.121733992962163
+ 20
+2.757703607356461
+ 30
+-28.9114261271681
+  0
+ATTRIB
+  5
+1949D
+330
+1949C
+100
+AcDbEntity
+  8
+IMG009
+ 62
+     9
+100
+AcDbText
+ 10
+0.121733992962163
+ 20
+2.757703607356461
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+FV50:CMD
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1949E
+330
+1949C
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.121733992962163
+ 20
+2.757703607356461
+ 30
+-28.9114261271681
+ 40
+6.0
+  1
+74
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1949F
+330
+1949C
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.121733992962163
+ 20
+2.757703607356461
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+9
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+194A0
+330
+1949C
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.121733992962163
+ 20
+2.757703607356461
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+7
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+194A1
+330
+1949C
+100
+AcDbEntity
+  8
+0
+  0
+ENDBLK
+  5
+194A5
+330
+1949B
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+19644
+330
+1963B
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+A$C362F21FD
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+A$C362F21FD
+  1
+
+  0
+INSERT
+  5
+1963C
+330
+1963B
+100
+AcDbEntity
+  8
+0
+ 62
+    15
+100
+AcDbBlockReference
+ 66
+     1
+  2
+palet
+ 10
+0.1217315121884894
+ 20
+2.757702131144242
+ 30
+-28.9114261271681
+  0
+ATTRIB
+  5
+1963D
+330
+1963C
+100
+AcDbEntity
+  8
+IMG009
+ 62
+     9
+100
+AcDbText
+ 10
+0.1217315121884894
+ 20
+2.757702131144242
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+FV50:CMD
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1963E
+330
+1963C
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.1217315121884894
+ 20
+2.757702131144242
+ 30
+-28.9114261271681
+ 40
+6.0
+  1
+82
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1963F
+330
+1963C
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.1217315121884894
+ 20
+2.757702131144242
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+9
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+19640
+330
+1963C
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.1217315121884894
+ 20
+2.757702131144242
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+7
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+19641
+330
+1963C
+100
+AcDbEntity
+  8
+0
+  0
+ENDBLK
+  5
+19645
+330
+1963B
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+1C8FD
+330
+1C8F0
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+A$C51B40AF2
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+A$C51B40AF2
+  1
+
+  0
+INSERT
+  5
+1C8F1
+330
+1C8F0
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Jbutton
+ 10
+0.0000012500462674
+ 20
+0.000000431420176
+ 30
+0.0
+ 41
+144.0
+ 42
+29.0
+ 43
+144.0
+  0
+ATTRIB
+  5
+1C8F2
+330
+1C8F1
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0000012500462674
+ 20
+0.000000431420176
+ 30
+0.0
+ 40
+2.9
+  1
+PP10:SELECTED
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COMMANDE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1C8F3
+330
+1C8F1
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0000012500462674
+ 20
+0.000000431420176
+ 30
+0.0
+ 40
+2.9
+  1
+PP10:SELECTED
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1C8F4
+330
+1C8F1
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0000012500462674
+ 20
+0.000000431420176
+ 30
+0.0
+ 40
+2.9
+  1
+10
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1C8F5
+330
+1C8F1
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0000012500462674
+ 20
+0.000000431420176
+ 30
+0.0
+ 40
+2.9
+  1
+7
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1C8F6
+330
+1C8F1
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0000012500462674
+ 20
+0.000000431420176
+ 30
+0.0
+ 40
+2.9
+  1
+0
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CONFIRM
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1C8F7
+330
+1C8F1
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0000012500462674
+ 20
+0.000000431420176
+ 30
+0.0
+ 40
+2.9
+  1
+
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1C8F8
+330
+1C8F1
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0000012500462674
+ 20
+0.000000431420176
+ 30
+0.0
+ 40
+2.9
+  1
+
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1C8F9
+330
+1C8F1
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0000012500462674
+ 20
+0.000000431420176
+ 30
+0.0
+ 40
+2.9
+  1
+PP10 Selection
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+TEXTE
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+1C8FA
+330
+1C8F1
+100
+AcDbEntity
+  8
+0
+  0
+ENDBLK
+  5
+1C8FE
+330
+1C8F0
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+1D260
+330
+1D257
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+A$C155B547D
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+A$C155B547D
+  1
+
+  0
+INSERT
+  5
+1D258
+330
+1D257
+100
+AcDbEntity
+  8
+0
+ 62
+     9
+100
+AcDbBlockReference
+ 66
+     1
+  2
+palet
+ 10
+0.1217288707293846
+ 20
+2.757702387116523
+ 30
+35.0885738728319
+  0
+ATTRIB
+  5
+1D259
+330
+1D258
+100
+AcDbEntity
+  8
+IMG009
+ 62
+     9
+100
+AcDbText
+ 10
+0.1217288707293846
+ 20
+2.757702387116523
+ 30
+35.0885738728319
+ 40
+8.0
+  1
+PP20:CMD
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1D25A
+330
+1D258
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.1217288707293846
+ 20
+2.757702387116523
+ 30
+35.0885738728319
+ 40
+6.0
+  1
+111
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1D25B
+330
+1D258
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.1217288707293846
+ 20
+2.757702387116523
+ 30
+35.0885738728319
+ 40
+8.0
+  1
+10
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1D25C
+330
+1D258
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.1217288707293846
+ 20
+2.757702387116523
+ 30
+35.0885738728319
+ 40
+8.0
+  1
+12
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+1D25D
+330
+1D258
+100
+AcDbEntity
+  8
+0
+  0
+ENDBLK
+  5
+1D261
+330
+1D257
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+1D4A9
+330
+1D49A
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+A$C6C1E6C64
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+A$C6C1E6C64
+  1
+
+  0
+TEXT
+  5
+1D49B
+330
+1D49A
+100
+AcDbEntity
+  8
+TEXTE
+ 62
+     7
+100
+AcDbText
+ 10
+9.078748808111868
+ 20
+16.5226288185986
+ 30
+64.0
+ 40
+8.0
+  1
+PLC Life
+100
+AcDbText
+  0
+INSERT
+  5
+1D49C
+330
+1D49A
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Valnum
+ 10
+18.07874880811187
+ 20
+3.647911716252565
+ 30
+64.0
+ 41
+1.199999999999999
+ 42
+1.199999999999999
+ 43
+1.5
+  0
+ATTRIB
+  5
+1D49D
+330
+1D49C
+100
+AcDbEntity
+  8
+IMG027
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+70.87874880811182
+ 20
+3.647911716252565
+ 30
+64.0
+ 40
+9.599999999999999
+  1
+CPT_OB1
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1D49E
+330
+1D49C
+100
+AcDbEntity
+  8
+IMG027
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+70.87874880811182
+ 20
+3.647911716252565
+ 30
+64.0
+ 40
+9.599999999999999
+  1
+14
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1D49F
+330
+1D49C
+100
+AcDbEntity
+  8
+IMG027
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+70.87874880811182
+ 20
+3.647911716252565
+ 30
+64.0
+ 40
+9.599999999999999
+  1
+0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+1D4A0
+330
+1D49C
+100
+AcDbEntity
+  8
+0
+  0
+SOLID
+  5
+1D4A1
+330
+1D49A
+100
+AcDbEntity
+  8
+0
+100
+AcDbTrace
+ 10
+1.799998689144331
+ 20
+25.54342823893876
+ 30
+294.4
+ 11
+1.799998689144331
+ 21
+2.543428346606106
+ 31
+294.4
+ 12
+71.07874748410586
+ 22
+25.45790595649123
+ 32
+294.4
+ 13
+71.07874748410586
+ 23
+2.457905670016771
+ 33
+294.4
+  0
+SOLID
+  5
+1D4A2
+330
+1D49A
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+1.799998689144331
+ 20
+25.54342823893876
+ 30
+294.4
+ 11
+71.07874748410586
+ 21
+25.45790595649123
+ 31
+294.4
+ 12
+-0.0000013108558505
+ 22
+27.34342823893849
+ 32
+294.4
+ 13
+73.07874593110932
+ 23
+27.34343210284942
+ 33
+294.4
+  0
+SOLID
+  5
+1D4A3
+330
+1D49A
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+-0.0000013108558505
+ 20
+0.7434283466063789
+ 30
+64.0
+ 11
+1.799998689144331
+ 21
+2.543428346606106
+ 31
+64.0
+ 12
+-0.0000013108558505
+ 22
+27.34342823893849
+ 32
+64.0
+ 13
+1.799998689144331
+ 23
+25.54342823893876
+ 33
+64.0
+  0
+SOLID
+  5
+1D4A4
+330
+1D49A
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000013388860225
+ 20
+0.7434239356866783
+ 30
+294.4
+ 11
+72.7932200835885
+ 21
+0.7434330705345929
+ 31
+294.4
+ 12
+1.799998661114159
+ 22
+2.543423935686405
+ 32
+294.4
+ 13
+71.07874748410586
+ 23
+2.457905670016771
+ 33
+294.4
+  0
+LWPOLYLINE
+  5
+1D4A5
+330
+1D49A
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 38
+294.4
+ 10
+-0.0000028542001473
+ 20
+27.34343210284942
+ 10
+73.07874593110932
+ 20
+27.34343210284942
+ 10
+73.07875168511441
+ 20
+0.7434330705345929
+ 10
+0.0000028998049402
+ 20
+0.7434330705345929
+  0
+SOLID
+  5
+1D4A6
+330
+1D49A
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+72.87874748410605
+ 20
+0.6579056700170441
+ 30
+294.4
+ 11
+71.07874748410586
+ 21
+2.457905670016771
+ 31
+294.4
+ 12
+72.87875312998358
+ 22
+27.25790595649096
+ 32
+294.4
+ 13
+71.07874748410586
+ 23
+25.45790595649123
+ 33
+294.4
+  0
+ENDBLK
+  5
+1D4AA
+330
+1D49A
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+1E101
+330
+1E0F4
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+A$C012C35F8
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+A$C012C35F8
+  1
+
+  0
+INSERT
+  5
+1E0F5
+330
+1E0F4
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Equtor
+ 10
+0.0000024366950129
+ 20
+-0.0000001682146831
+ 30
+0.0
+ 41
+22.0
+ 42
+15.0
+ 43
+22.0
+  0
+ATTRIB
+  5
+1E0F6
+330
+1E0F5
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0000024366950129
+ 20
+-0.0000001682146831
+ 30
+0.0
+ 40
+1.5
+  1
+PV20:PID_MODE
+ 41
+1.466666666666666
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1E0F7
+330
+1E0F5
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0000024366950129
+ 20
+-0.0000001682146831
+ 30
+0.0
+ 40
+1.5
+  1
+On
+ 41
+1.466666666666666
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+EQU-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1E0F8
+330
+1E0F5
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0000024366950129
+ 20
+-0.0000001682146831
+ 30
+0.0
+ 40
+1.5
+  1
+10
+ 41
+1.466666666666666
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1E0F9
+330
+1E0F5
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0000024366950129
+ 20
+-0.0000001682146831
+ 30
+0.0
+ 40
+1.5
+  1
+Off
+ 41
+1.466666666666666
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+EQU-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1E0FA
+330
+1E0F5
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0000024366950129
+ 20
+-0.0000001682146831
+ 30
+0.0
+ 40
+1.5
+  1
+12
+ 41
+1.466666666666666
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1E0FB
+330
+1E0F5
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0000024366950129
+ 20
+-0.0000001682146831
+ 30
+0.0
+ 40
+1.5
+  1
+0
+ 41
+1.466666666666666
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1E0FC
+330
+1E0F5
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0000024366950129
+ 20
+-0.0000001682146831
+ 30
+0.0
+ 40
+1.5
+  1
+0
+ 41
+1.466666666666666
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1E0FD
+330
+1E0F5
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0000024366950129
+ 20
+-0.0000001682146831
+ 30
+0.0
+ 40
+1.5
+  1
+0
+ 41
+1.466666666666666
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+1E0FE
+330
+1E0F5
+100
+AcDbEntity
+  8
+0
+  0
+ENDBLK
+  5
+1E102
+330
+1E0F4
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+1E380
+330
+1E377
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+A$C79D408B4
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+A$C79D408B4
+  1
+
+  0
+INSERT
+  5
+1E378
+330
+1E377
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Valnum
+ 10
+0.8197097963563351
+ 20
+3.717469445351753
+ 30
+-2380.8
+ 41
+1.199999999999999
+ 42
+1.199999999999999
+ 43
+1.199999999999999
+  0
+ATTRIB
+  5
+1E379
+330
+1E378
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+53.61970979635742
+ 20
+3.717469445351753
+ 30
+-2380.8
+ 40
+9.599999999999999
+  1
+FT11:Threshold
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1E37A
+330
+1E378
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+53.61970979635742
+ 20
+3.717469445351753
+ 30
+-2380.8
+ 40
+9.599999999999999
+  1
+14
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1E37B
+330
+1E378
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+53.61970979635742
+ 20
+3.717469445351753
+ 30
+-2380.8
+ 40
+9.599999999999999
+  1
+0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+1E37C
+330
+1E378
+100
+AcDbEntity
+  8
+0
+  0
+TEXT
+  5
+1E37D
+330
+1E377
+100
+AcDbEntity
+  8
+TEXTE
+ 62
+     2
+100
+AcDbText
+ 10
+43.83554251087093
+ 20
+4.629149882277943
+ 30
+691.2
+ 40
+8.0
+  1
+m3/h
+100
+AcDbText
+  0
+ENDBLK
+  5
+1E381
+330
+1E377
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+1FF8F
+330
+1FF84
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+A$C5F4C6C30
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+A$C5F4C6C30
+  1
+
+  0
+INSERT
+  5
+1FF85
+330
+1FF84
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Disque
+ 10
+8.000001629832155
+ 20
+8.000001008188064
+ 30
+0.0
+ 41
+16.0
+ 42
+-16.0
+ 43
+16.0
+ 50
+270.0
+  0
+ATTRIB
+  5
+1FF86
+330
+1FF85
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+8.000001629832155
+ 20
+8.000001008188064
+ 30
+0.0
+ 40
+1.6
+  1
+CWM-CWS03:WtrC-P-20:Cmd
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1FF87
+330
+1FF85
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+8.000001629832155
+ 20
+8.000001008188064
+ 30
+0.0
+ 40
+1.6
+  1
+10
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1FF88
+330
+1FF85
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+8.000001629832155
+ 20
+8.000001008188064
+ 30
+0.0
+ 40
+1.6
+  1
+12
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1FF89
+330
+1FF85
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+8.000001629832155
+ 20
+8.000001008188064
+ 30
+0.0
+ 40
+1.6
+  1
+0
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1FF8A
+330
+1FF85
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+8.000001629832155
+ 20
+8.000001008188064
+ 30
+0.0
+ 40
+1.6
+  1
+1
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1FF8B
+330
+1FF85
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+8.000001629832155
+ 20
+8.000001008188064
+ 30
+0.0
+ 40
+1.6
+  1
+0
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+1FF8C
+330
+1FF85
+100
+AcDbEntity
+  8
+0
+  0
+ENDBLK
+  5
+1FF90
+330
+1FF84
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+205FB
+330
+205F5
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+A$C31F64B1C
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+A$C31F64B1C
+  1
+
+  0
+TEXT
+  5
+205F6
+330
+205F5
+100
+AcDbEntity
+  8
+INSTRUM
+100
+AcDbText
+ 10
+1.425624022963802
+ 20
+7.291622382233981
+ 30
+49.20321653524187
+ 40
+11.0
+  1
+LT-070:LH
+  7
+SansSerif
+100
+AcDbText
+  0
+TEXT
+  5
+205F7
+330
+205F5
+100
+AcDbEntity
+  8
+INSTRUM
+100
+AcDbText
+ 10
+272.4256240229633
+ 20
+4.291621797317475
+ 30
+49.20321653524187
+ 40
+11.0
+  1
+LT-070:LL
+  7
+SansSerif
+100
+AcDbText
+  0
+TEXT
+  5
+205F8
+330
+205F5
+100
+AcDbEntity
+  8
+INSTRUM
+100
+AcDbText
+ 10
+541.4256240133133
+ 20
+4.291621889709404
+ 30
+49.20321653524187
+ 40
+11.0
+  1
+LT-070:LVL
+  7
+SansSerif
+100
+AcDbText
+  0
+ENDBLK
+  5
+205FC
+330
+205F5
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+20775
+330
+20771
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+A$C216501EB
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+A$C216501EB
+  1
+
+  0
+TEXT
+  5
+20772
+330
+20771
+100
+AcDbEntity
+  8
+INSTRUM
+ 62
+   250
+100
+AcDbText
+ 10
+3.064197352671385
+ 20
+4.58048647889575
+ 30
+815665.2032165352
+ 40
+10.0
+  1
+PT : Pressure Transmiter
+  7
+SansSerif
+100
+AcDbText
+  0
+ENDBLK
+  5
+20776
+330
+20771
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+20802
+330
+207FE
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+A$C21931DE8
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+A$C21931DE8
+  1
+
+  0
+TEXT
+  5
+207FF
+330
+207FE
+100
+AcDbEntity
+  8
+INSTRUM
+ 62
+   250
+100
+AcDbText
+ 10
+3.475718723622804
+ 20
+4.788506820235056
+ 30
+815665.2032165352
+ 40
+10.0
+  1
+CT : Conductivity Transmiter
+  7
+SansSerif
+100
+AcDbText
+  0
+ENDBLK
+  5
+20803
+330
+207FE
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+2082A
+330
+20826
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+A$C1E5E3044
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+A$C1E5E3044
+  1
+
+  0
+TEXT
+  5
+20827
+330
+20826
+100
+AcDbEntity
+  8
+0
+ 62
+   250
+100
+AcDbText
+ 10
+0.7081505335073928
+ 20
+3.617224164787444
+ 30
+810950.4000000001
+ 40
+10.8
+  1
+PT17
+  7
+GRAS
+100
+AcDbText
+  0
+ENDBLK
+  5
+2082B
+330
+20826
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+20856
+330
+2084A
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+A$C6AAA772F
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+A$C6AAA772F
+  1
+
+  0
+LWPOLYLINE
+  5
+2084B
+330
+2084A
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+1.000001747831557
+ 20
+137.9999995118357
+ 10
+187.9999963894318
+ 20
+137.9999995118357
+ 10
+187.9999963894318
+ 20
+-0.0000004764242476
+ 10
+1.000001747831557
+ 20
+-0.0000004764242476
+  0
+TEXT
+  5
+2084C
+330
+2084A
+100
+AcDbEntity
+  8
+INSTRUM
+ 62
+   250
+100
+AcDbText
+ 10
+69.99999745270216
+ 20
+119.0129407669484
+ 30
+815665.2032165352
+ 40
+11.0
+  1
+Legend
+  7
+SansSerif
+100
+AcDbText
+  0
+TEXT
+  5
+2084D
+330
+2084A
+100
+AcDbEntity
+  8
+INSTRUM
+ 62
+   250
+100
+AcDbText
+ 10
+3.475718723622804
+ 20
+96.78851150433331
+ 30
+815665.2032165352
+ 40
+10.0
+  1
+CT : Conductivity Transmiter
+  7
+SansSerif
+100
+AcDbText
+  0
+TEXT
+  5
+2084E
+330
+2084A
+100
+AcDbEntity
+  8
+INSTRUM
+ 62
+   250
+100
+AcDbText
+ 10
+4.530315789433046
+ 20
+80.31061308190841
+ 30
+815665.2032165352
+ 40
+10.0
+  1
+FT : Flow Transmiter
+  7
+SansSerif
+100
+AcDbText
+  0
+TEXT
+  5
+2084F
+330
+2084A
+100
+AcDbEntity
+  8
+INSTRUM
+ 62
+   250
+100
+AcDbText
+ 10
+5.591769553396659
+ 20
+65.34167952777773
+ 30
+815665.2032165352
+ 40
+10.0
+  1
+LT : Level Transmiter
+  7
+SansSerif
+100
+AcDbText
+  0
+TEXT
+  5
+20850
+330
+2084A
+100
+AcDbEntity
+  8
+INSTRUM
+ 62
+   250
+100
+AcDbText
+ 10
+4.000001407455982
+ 20
+51.58048922835144
+ 30
+815665.2032165352
+ 40
+10.0
+  1
+PT : Pressure Transmiter
+  7
+SansSerif
+100
+AcDbText
+  0
+TEXT
+  5
+20851
+330
+2084A
+100
+AcDbEntity
+  8
+INSTRUM
+ 62
+   250
+100
+AcDbText
+ 10
+5.000001407455982
+ 20
+36.81166985428638
+ 30
+815665.2032165352
+ 40
+10.0
+  1
+TT : Temperature Transmiter
+  7
+SansSerif
+100
+AcDbText
+  0
+TEXT
+  5
+20852
+330
+2084A
+100
+AcDbEntity
+  8
+INSTRUM
+ 62
+   250
+100
+AcDbText
+ 10
+4.125651874652646
+ 20
+21.61155008390608
+ 30
+815665.2032165352
+ 40
+10.0
+  1
+FCV : Flow Control Valve
+  7
+SansSerif
+100
+AcDbText
+  0
+TEXT
+  5
+20853
+330
+2084A
+100
+AcDbEntity
+  8
+INSTRUM
+ 62
+   250
+100
+AcDbText
+ 10
+3.613441978588383
+ 20
+7.858126247520999
+ 30
+815665.2032165352
+ 40
+10.0
+  1
+PCV : Pressure Control Valve
+  7
+SansSerif
+100
+AcDbText
+  0
+ENDBLK
+  5
+20857
+330
+2084A
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+20869
+330
+20862
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+A$C2DD726CF
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+A$C2DD726CF
+  1
+
+  0
+LWPOLYLINE
+  5
+20863
+330
+20862
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+0.000001579650899
+ 20
+67.00000078760559
+ 10
+186.9999962212511
+ 20
+67.00000078760559
+ 10
+186.9999962212511
+ 20
+0.0000004622537517
+ 10
+0.000001579650899
+ 20
+0.0000004622537517
+  0
+TEXT
+  5
+20864
+330
+20862
+100
+AcDbEntity
+  8
+INSTRUM
+ 62
+   250
+100
+AcDbText
+ 10
+41.9999972845215
+ 20
+51.84361089297102
+ 30
+815665.2032165352
+ 40
+11.0
+  1
+Nominal values
+  7
+SansSerif
+100
+AcDbText
+  0
+TEXT
+  5
+20865
+330
+20862
+100
+AcDbEntity
+  8
+0
+ 62
+   250
+100
+AcDbText
+ 10
+36.69155712681223
+ 20
+7.615814170120415
+ 30
+820281.6
+ 40
+10.8
+  1
+FT11 : 50m3/h
+  7
+GRAS
+100
+AcDbText
+  0
+TEXT
+  5
+20866
+330
+20862
+100
+AcDbEntity
+  8
+0
+ 62
+   250
+100
+AcDbText
+ 10
+36.70814735248055
+ 20
+31.61581381860071
+ 30
+810950.4000000001
+ 40
+10.8
+  1
+PT17 : > 0 Bar
+  7
+GRAS
+100
+AcDbText
+  0
+ENDBLK
+  5
+2086A
+330
+20862
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+ENDSEC
+  0
+SECTION
+  2
+ENTITIES
+  0
+SOLID
+  5
+52E6
+330
+1F
+100
+AcDbEntity
+  8
+INSTRUM
+ 62
+     8
+380
+     2
+100
+AcDbTrace
+ 10
+0.0032544183986829
+ 20
+717.9973776792056
+ 30
+0.0
+ 11
+8.245330651613128
+ 21
+710.1101267444207
+ 31
+0.0
+ 12
+0.0003931386999056
+ 22
+-354.0017847744181
+ 32
+0.0
+ 13
+8.242406693885641
+ 23
+-345.7563650480288
+ 33
+0.0
+  0
+SOLID
+  5
+52E7
+330
+1F
+100
+AcDbEntity
+  8
+INSTRUM
+ 62
+     8
+380
+     2
+100
+AcDbTrace
+ 10
+1915.000174710225
+ 20
+-354.0025838015856
+ 30
+0.0
+ 11
+1906.754783827859
+ 21
+-345.7571927852497
+ 31
+0.0
+ 12
+1915.000059505233
+ 22
+717.9971695415899
+ 32
+0.0
+ 13
+1906.754669712116
+ 23
+710.1099173835848
+ 33
+0.0
+  0
+SOLID
+  5
+5574
+330
+1F
+100
+AcDbEntity
+  8
+INSTRUM
+ 62
+     7
+380
+     2
+100
+AcDbTrace
+ 10
+0.0003931386999056
+ 20
+-354.0017847744181
+ 30
+0.0
+ 11
+1915.000059505201
+ 21
+-354.0025838015854
+ 31
+0.0
+ 12
+8.242406693885527
+ 22
+-345.7563650480288
+ 32
+0.0
+ 13
+1906.754668488866
+ 23
+-345.7571927852497
+ 33
+0.0
+  0
+SOLID
+  5
+668F
+330
+1F
+100
+AcDbEntity
+  8
+INSTRUM
+ 62
+     7
+380
+     2
+100
+AcDbTrace
+ 10
+1915.000059505201
+ 20
+717.9974161984143
+ 30
+0.0
+ 11
+0.0032544183986829
+ 21
+717.9973776792056
+ 31
+0.0
+ 12
+1906.754669712121
+ 22
+710.1098744048872
+ 32
+0.0
+ 13
+8.245330651613128
+ 23
+710.1101267444207
+ 33
+0.0
+  0
+TEXT
+  5
+9A76
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+   250
+100
+AcDbText
+ 10
+28.93824040161474
+ 20
+686.1171324596598
+ 30
+88.0
+ 40
+12.0
+  1
+
+  7
+GRAS
+100
+AcDbText
+  0
+HATCH
+  5
+1024C
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+  6
+CONTINU
+ 62
+   140
+100
+AcDbHatch
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+210
+0.0
+220
+0.0
+230
+1.0
+  2
+SOLID
+ 70
+     1
+ 71
+     0
+ 91
+        1
+ 92
+        1
+ 93
+        4
+ 72
+     1
+ 10
+1122.893959811511
+ 20
+1730.671634124976
+ 11
+1334.171458806224
+ 21
+1730.671634124976
+ 72
+     1
+ 10
+1334.171458806224
+ 20
+1730.671634124976
+ 11
+1334.171458806224
+ 21
+1625.141603021074
+ 72
+     1
+ 10
+1334.171458806224
+ 20
+1625.141603021074
+ 11
+1122.893959811511
+ 21
+1625.141603021074
+ 72
+     1
+ 10
+1122.893959811511
+ 20
+1625.141603021074
+ 11
+1122.893959811511
+ 21
+1730.671634124976
+ 97
+        0
+ 75
+     0
+ 76
+     1
+ 98
+        1
+ 10
+692.4788645026408
+ 20
+1444.974225534537
+450
+        0
+451
+        0
+460
+0.0
+461
+0.0
+452
+        1
+462
+1.0
+453
+        2
+463
+0.0
+ 63
+     5
+421
+      255
+463
+1.0
+ 63
+    51
+421
+ 16777113
+470
+LINEAR
+  0
+HATCH
+  5
+1024F
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+  6
+CONTINU
+ 62
+   140
+100
+AcDbHatch
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+210
+0.0
+220
+0.0
+230
+1.0
+  2
+SOLID
+ 70
+     1
+ 71
+     0
+ 91
+        1
+ 92
+        1
+ 93
+        4
+ 72
+     1
+ 10
+733.9692916477796
+ 20
+1975.555048672524
+ 11
+821.4542711893471
+ 21
+1975.555048672524
+ 72
+     1
+ 10
+821.4542711893471
+ 20
+1975.555048672524
+ 11
+821.4542711893471
+ 21
+1689.304947083858
+ 72
+     1
+ 10
+821.4542711893471
+ 20
+1689.304947083858
+ 11
+733.9692916477796
+ 21
+1689.304947083858
+ 72
+     1
+ 10
+733.9692916477796
+ 20
+1689.304947083858
+ 11
+733.9692916477796
+ 21
+1975.555048672524
+ 97
+        0
+ 75
+     0
+ 76
+     1
+ 98
+        1
+ 10
+692.4788645026408
+ 20
+1444.974225534537
+450
+        0
+451
+        0
+460
+0.0
+461
+0.0
+452
+        1
+462
+1.0
+453
+        2
+463
+0.0
+ 63
+     5
+421
+      255
+463
+1.0
+ 63
+    51
+421
+ 16777113
+470
+LINEAR
+  0
+HATCH
+  5
+10284
+330
+1F
+100
+AcDbEntity
+  8
+ECRAN
+  6
+TIRET
+100
+AcDbHatch
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+210
+0.0
+220
+0.0
+230
+1.0
+  2
+SOLID
+ 70
+     1
+ 71
+     0
+ 91
+        1
+ 92
+        1
+ 93
+        4
+ 72
+     1
+ 10
+819.3950792430465
+ 20
+1520.012025679371
+ 11
+820.8287664533003
+ 21
+1520.012025679371
+ 72
+     1
+ 10
+820.8287664533003
+ 20
+1520.012025679371
+ 11
+820.8287664533003
+ 21
+1518.261544050791
+ 72
+     1
+ 10
+820.8287664533003
+ 20
+1518.261544050791
+ 11
+819.3950792430465
+ 21
+1518.261544050791
+ 72
+     1
+ 10
+819.3950792430465
+ 20
+1518.261544050791
+ 11
+819.3950792430465
+ 21
+1520.012025679371
+ 97
+        0
+ 75
+     0
+ 76
+     1
+ 98
+        1
+ 10
+565.6079259892311
+ 20
+1377.943269372298
+450
+        0
+451
+        0
+460
+0.0
+461
+0.0
+452
+        1
+462
+1.0
+453
+        2
+463
+0.0
+ 63
+     5
+421
+      255
+463
+1.0
+ 63
+    51
+421
+ 16777113
+470
+LINEAR
+  0
+HATCH
+  5
+102E3
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+  6
+CONTINU
+370
+    80
+100
+AcDbHatch
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+210
+0.0
+220
+0.0
+230
+1.0
+  2
+SOLID
+ 70
+     1
+ 71
+     0
+ 91
+        2
+ 92
+        1
+ 93
+        4
+ 72
+     1
+ 10
+1809.590598377631
+ 20
+1727.761689577335
+ 11
+1813.841884763085
+ 21
+1727.761689577335
+ 72
+     1
+ 10
+1813.841884763085
+ 20
+1727.761689577335
+ 11
+1813.841884763085
+ 21
+1722.807230349306
+ 72
+     1
+ 10
+1813.841884763085
+ 20
+1722.807230349306
+ 11
+1809.590598377631
+ 21
+1722.807230349306
+ 72
+     1
+ 10
+1809.590598377631
+ 20
+1722.807230349306
+ 11
+1809.590598377631
+ 21
+1727.761689577335
+ 97
+        0
+ 92
+        1
+ 93
+        4
+ 72
+     1
+ 10
+1809.944872793476
+ 20
+1702.635512136273
+ 11
+1814.196159178928
+ 21
+1702.635512136273
+ 72
+     1
+ 10
+1814.196159178928
+ 20
+1702.635512136273
+ 11
+1814.196159178928
+ 21
+1697.681052908245
+ 72
+     1
+ 10
+1814.196159178928
+ 20
+1697.681052908245
+ 11
+1809.944872793476
+ 21
+1697.681052908245
+ 72
+     1
+ 10
+1809.944872793476
+ 20
+1697.681052908245
+ 11
+1809.944872793476
+ 21
+1702.635512136273
+ 97
+        0
+ 75
+     0
+ 76
+     1
+ 98
+        1
+ 10
+691.0000586781936
+ 20
+1418.674143837827
+450
+        0
+451
+        0
+460
+0.0
+461
+0.0
+452
+        1
+462
+1.0
+453
+        2
+463
+0.0
+ 63
+     5
+421
+      255
+463
+1.0
+ 63
+    51
+421
+ 16777113
+470
+LINEAR
+  0
+LINE
+  5
+12B75
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1906.754669712121
+ 20
+710.1098744048872
+ 30
+0.0
+ 11
+1915.000059505233
+ 21
+717.9971695415899
+ 31
+0.0
+  0
+HATCH
+  5
+13718
+330
+1F
+100
+AcDbEntity
+  8
+N2_FLU
+  6
+CONTINU
+ 62
+     0
+100
+AcDbHatch
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+210
+0.0
+220
+0.0
+230
+1.0
+  2
+SOLID
+ 70
+     1
+ 71
+     0
+ 91
+        1
+ 92
+        1
+ 93
+        4
+ 72
+     1
+ 10
+2785.947420193111
+ 20
+1139.541994685271
+ 11
+2794.895355154161
+ 21
+1139.541994685271
+ 72
+     1
+ 10
+2794.895355154161
+ 20
+1139.541994685271
+ 11
+2794.895355154161
+ 21
+1130.602144095309
+ 72
+     1
+ 10
+2794.895355154161
+ 20
+1130.602144095309
+ 11
+2785.947420193111
+ 21
+1130.602144095309
+ 72
+     1
+ 10
+2785.947420193111
+ 20
+1130.602144095309
+ 11
+2785.947420193111
+ 21
+1139.541994685271
+ 97
+        0
+ 75
+     0
+ 76
+     1
+ 98
+        1
+ 10
+2307.562013801319
+ 20
+183.8397377102473
+450
+        0
+451
+        0
+460
+0.0
+461
+0.0
+452
+        1
+462
+1.0
+453
+        2
+463
+0.0
+ 63
+     5
+421
+      255
+463
+1.0
+ 63
+    51
+421
+ 16777113
+470
+LINEAR
+  0
+HATCH
+  5
+13735
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+  6
+CONTINU
+ 62
+   140
+100
+AcDbHatch
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+210
+0.0
+220
+0.0
+230
+1.0
+  2
+SOLID
+ 70
+     1
+ 71
+     0
+ 91
+        1
+ 92
+        1
+ 93
+        4
+ 72
+     1
+ 10
+2884.998173855
+ 20
+1049.209718827541
+ 11
+3119.750950515791
+ 21
+1049.209718827541
+ 72
+     1
+ 10
+3119.750950515791
+ 20
+1049.209718827541
+ 11
+3119.750950515791
+ 21
+931.9541287120951
+ 72
+     1
+ 10
+3119.750950515791
+ 20
+931.9541287120951
+ 11
+2884.998173855
+ 21
+931.9541287120951
+ 72
+     1
+ 10
+2884.998173855
+ 20
+931.9541287120951
+ 11
+2884.998173855
+ 21
+1049.209718827541
+ 97
+        0
+ 75
+     0
+ 76
+     1
+ 98
+        1
+ 10
+2298.801691977147
+ 20
+272.3912782976987
+450
+        0
+451
+        0
+460
+0.0
+461
+0.0
+452
+        1
+462
+1.0
+453
+        2
+463
+0.0
+ 63
+     5
+421
+      255
+463
+1.0
+ 63
+    51
+421
+ 16777113
+470
+LINEAR
+  0
+HATCH
+  5
+13764
+330
+1F
+100
+AcDbEntity
+  8
+N2_FLU
+  6
+CONTINU
+ 62
+     0
+100
+AcDbHatch
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+210
+0.0
+220
+0.0
+230
+1.0
+  2
+SOLID
+ 70
+     1
+ 71
+     0
+ 91
+        1
+ 92
+        1
+ 93
+        4
+ 72
+     1
+ 10
+2352.59339189945
+ 20
+380.5454302858868
+ 11
+2354.38297889166
+ 21
+380.5454302858868
+ 72
+     1
+ 10
+2354.382978891659
+ 20
+380.5454302858868
+ 11
+2354.382978891659
+ 21
+378.7574601678944
+ 72
+     1
+ 10
+2354.382978891659
+ 20
+378.7574601678944
+ 11
+2352.593391899449
+ 21
+378.7574601678944
+ 72
+     1
+ 10
+2352.59339189945
+ 20
+378.7574601678944
+ 11
+2352.59339189945
+ 21
+380.5454302858868
+ 97
+        0
+ 75
+     0
+ 76
+     1
+ 98
+        1
+ 10
+2278.999580496476
+ 20
+229.5301858115901
+450
+        0
+451
+        0
+460
+0.0
+461
+0.0
+452
+        1
+462
+1.0
+453
+        2
+463
+0.0
+ 63
+     5
+421
+      255
+463
+1.0
+ 63
+    51
+421
+ 16777113
+470
+LINEAR
+  0
+HATCH
+  5
+13765
+330
+1F
+100
+AcDbEntity
+  8
+N2_FLU
+  6
+CONTINU
+ 62
+     0
+100
+AcDbHatch
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+210
+0.0
+220
+0.0
+230
+1.0
+  2
+SOLID
+ 70
+     1
+ 71
+     0
+ 91
+        1
+ 92
+        1
+ 93
+        4
+ 72
+     1
+ 10
+2355.056276145779
+ 20
+380.4922178324375
+ 11
+2356.845863137989
+ 21
+380.4922178324375
+ 72
+     1
+ 10
+2356.845863137989
+ 20
+380.4922178324375
+ 11
+2356.845863137989
+ 21
+378.7042477144451
+ 72
+     1
+ 10
+2356.845863137989
+ 20
+378.7042477144451
+ 11
+2355.056276145779
+ 21
+378.7042477144451
+ 72
+     1
+ 10
+2355.056276145779
+ 20
+378.7042477144451
+ 11
+2355.056276145779
+ 21
+380.4922178324375
+ 97
+        0
+ 75
+     0
+ 76
+     1
+ 98
+        1
+ 10
+2281.462464742805
+ 20
+229.4769733581409
+450
+        0
+451
+        0
+460
+0.0
+461
+0.0
+452
+        1
+462
+1.0
+453
+        2
+463
+0.0
+ 63
+     5
+421
+      255
+463
+1.0
+ 63
+    51
+421
+ 16777113
+470
+LINEAR
+  0
+HATCH
+  5
+13766
+330
+1F
+100
+AcDbEntity
+  8
+N2_FLU
+  6
+CONTINU
+ 62
+     0
+100
+AcDbHatch
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+210
+0.0
+220
+0.0
+230
+1.0
+  2
+SOLID
+ 70
+     1
+ 71
+     0
+ 91
+        1
+ 92
+        1
+ 93
+        4
+ 72
+     1
+ 10
+2357.481721917936
+ 20
+380.4922178324376
+ 11
+2359.271308910146
+ 21
+380.4922178324376
+ 72
+     1
+ 10
+2359.271308910146
+ 20
+380.4922178324376
+ 11
+2359.271308910146
+ 21
+378.7042477144451
+ 72
+     1
+ 10
+2359.271308910146
+ 20
+378.7042477144451
+ 11
+2357.481721917936
+ 21
+378.7042477144451
+ 72
+     1
+ 10
+2357.481721917936
+ 20
+378.7042477144451
+ 11
+2357.481721917936
+ 21
+380.4922178324376
+ 97
+        0
+ 75
+     0
+ 76
+     1
+ 98
+        1
+ 10
+2283.887910514962
+ 20
+229.4769733581409
+450
+        0
+451
+        0
+460
+0.0
+461
+0.0
+452
+        1
+462
+1.0
+453
+        2
+463
+0.0
+ 63
+     5
+421
+      255
+463
+1.0
+ 63
+    51
+421
+ 16777113
+470
+LINEAR
+  0
+HATCH
+  5
+137AE
+330
+1F
+100
+AcDbEntity
+  8
+N2_FLU
+  6
+CONTINU
+ 62
+     0
+100
+AcDbHatch
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+210
+0.0
+220
+0.0
+230
+1.0
+  2
+SOLID
+ 70
+     1
+ 71
+     1
+ 91
+        1
+ 92
+        1
+ 93
+        4
+ 72
+     1
+ 10
+2366.717955821953
+ 20
+161.374336913261
+ 11
+2368.507542814163
+ 21
+161.374336913261
+ 72
+     1
+ 10
+2368.507542814163
+ 20
+161.374336913261
+ 11
+2368.507542814163
+ 21
+159.5863667952685
+ 72
+     1
+ 10
+2368.507542814163
+ 20
+159.5863667952685
+ 11
+2366.717955821953
+ 21
+159.5863667952685
+ 72
+     1
+ 10
+2366.717955821953
+ 20
+159.5863667952685
+ 11
+2366.717955821953
+ 21
+161.374336913261
+ 97
+        0
+ 75
+     0
+ 76
+     1
+ 98
+        1
+ 10
+2293.12414441898
+ 20
+10.35909243896424
+450
+        0
+451
+        0
+460
+0.0
+461
+0.0
+452
+        1
+462
+1.0
+453
+        2
+463
+0.0
+ 63
+     5
+421
+      255
+463
+1.0
+ 63
+    51
+421
+ 16777113
+470
+LINEAR
+  0
+HATCH
+  5
+137B9
+330
+1F
+100
+AcDbEntity
+  8
+N2_FLU
+  6
+CONTINU
+ 62
+     0
+100
+AcDbHatch
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+210
+0.0
+220
+0.0
+230
+1.0
+  2
+SOLID
+ 70
+     1
+ 71
+     1
+ 91
+        1
+ 92
+        1
+ 93
+        4
+ 72
+     1
+ 10
+2613.103387987393
+ 20
+238.4174389933733
+ 11
+2614.892974979603
+ 21
+238.4174389933733
+ 72
+     1
+ 10
+2614.892974979603
+ 20
+238.4174389933733
+ 11
+2614.892974979603
+ 21
+236.6294688753809
+ 72
+     1
+ 10
+2614.892974979603
+ 20
+236.6294688753809
+ 11
+2613.103387987393
+ 21
+236.6294688753809
+ 72
+     1
+ 10
+2613.103387987393
+ 20
+236.6294688753809
+ 11
+2613.103387987393
+ 21
+238.4174389933733
+ 97
+        0
+ 75
+     0
+ 76
+     1
+ 98
+        1
+ 10
+2539.50957658442
+ 20
+87.40219451907661
+450
+        0
+451
+        0
+460
+0.0
+461
+0.0
+452
+        1
+462
+1.0
+453
+        2
+463
+0.0
+ 63
+     5
+421
+      255
+463
+1.0
+ 63
+    51
+421
+ 16777113
+470
+LINEAR
+  0
+HATCH
+  5
+137BB
+330
+1F
+100
+AcDbEntity
+  8
+N2_FLU
+  6
+CONTINU
+ 62
+     0
+100
+AcDbHatch
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+210
+0.0
+220
+0.0
+230
+1.0
+  2
+SOLID
+ 70
+     1
+ 71
+     1
+ 91
+        1
+ 92
+        1
+ 93
+        4
+ 72
+     1
+ 10
+2546.991581117675
+ 20
+245.9289267248572
+ 11
+2548.781168109885
+ 21
+245.9289267248572
+ 72
+     1
+ 10
+2548.781168109885
+ 20
+245.9289267248572
+ 11
+2548.781168109885
+ 21
+244.1409566068647
+ 72
+     1
+ 10
+2548.781168109885
+ 20
+244.1409566068647
+ 11
+2546.991581117675
+ 21
+244.1409566068647
+ 72
+     1
+ 10
+2546.991581117675
+ 20
+244.1409566068647
+ 11
+2546.991581117675
+ 21
+245.9289267248572
+ 97
+        0
+ 75
+     0
+ 76
+     1
+ 98
+        1
+ 10
+2473.397769714702
+ 20
+94.91368225056044
+450
+        0
+451
+        0
+460
+0.0
+461
+0.0
+452
+        1
+462
+1.0
+453
+        2
+463
+0.0
+ 63
+     5
+421
+      255
+463
+1.0
+ 63
+    51
+421
+ 16777113
+470
+LINEAR
+  0
+HATCH
+  5
+137BF
+330
+1F
+100
+AcDbEntity
+  8
+N2_FLU
+  6
+CONTINU
+ 62
+     0
+100
+AcDbHatch
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+210
+0.0
+220
+0.0
+230
+1.0
+  2
+SOLID
+ 70
+     1
+ 71
+     1
+ 91
+        1
+ 92
+        1
+ 93
+        4
+ 72
+     1
+ 10
+2537.216442293445
+ 20
+204.3433197499016
+ 11
+2539.006029285655
+ 21
+204.3433197499016
+ 72
+     1
+ 10
+2539.006029285655
+ 20
+204.3433197499016
+ 11
+2539.006029285655
+ 21
+202.5553496319091
+ 72
+     1
+ 10
+2539.006029285655
+ 20
+202.5553496319091
+ 11
+2537.216442293445
+ 21
+202.5553496319091
+ 72
+     1
+ 10
+2537.216442293445
+ 20
+202.5553496319091
+ 11
+2537.216442293445
+ 21
+204.3433197499016
+ 97
+        0
+ 75
+     0
+ 76
+     1
+ 98
+        1
+ 10
+2463.622630890472
+ 20
+53.32807527560486
+450
+        0
+451
+        0
+460
+0.0
+461
+0.0
+452
+        1
+462
+1.0
+453
+        2
+463
+0.0
+ 63
+     5
+421
+      255
+463
+1.0
+ 63
+    51
+421
+ 16777113
+470
+LINEAR
+  0
+HATCH
+  5
+137C9
+330
+1F
+100
+AcDbEntity
+  8
+N2_FLU
+  6
+CONTINU
+ 62
+     0
+100
+AcDbHatch
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+210
+0.0
+220
+0.0
+230
+1.0
+  2
+SOLID
+ 70
+     1
+ 71
+     0
+ 91
+        1
+ 92
+        1
+ 93
+        4
+ 72
+     1
+ 10
+2574.780985872942
+ 20
+233.7102677306634
+ 11
+2576.570572865152
+ 21
+233.7102677306634
+ 72
+     1
+ 10
+2576.570572865151
+ 20
+233.7102677306634
+ 11
+2576.570572865151
+ 21
+231.922297612671
+ 72
+     1
+ 10
+2576.570572865151
+ 20
+231.922297612671
+ 11
+2574.780985872941
+ 21
+231.922297612671
+ 72
+     1
+ 10
+2574.780985872942
+ 20
+231.922297612671
+ 11
+2574.780985872942
+ 21
+233.7102677306634
+ 97
+        0
+ 75
+     0
+ 76
+     1
+ 98
+        1
+ 10
+2501.187174469968
+ 20
+82.69502325636665
+450
+        0
+451
+        0
+460
+0.0
+461
+0.0
+452
+        1
+462
+1.0
+453
+        2
+463
+0.0
+ 63
+     5
+421
+      255
+463
+1.0
+ 63
+    51
+421
+ 16777113
+470
+LINEAR
+  0
+HATCH
+  5
+137D3
+330
+1F
+100
+AcDbEntity
+  8
+N2_FLU
+  6
+CONTINU
+ 62
+     0
+100
+AcDbHatch
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+210
+0.0
+220
+0.0
+230
+1.0
+  2
+SOLID
+ 70
+     1
+ 71
+     0
+ 91
+        1
+ 92
+        1
+ 93
+        4
+ 72
+     1
+ 10
+2596.073589740608
+ 20
+232.0796422112406
+ 11
+2597.863176732818
+ 21
+232.0796422112406
+ 72
+     1
+ 10
+2597.863176732818
+ 20
+232.0796422112406
+ 11
+2597.863176732818
+ 21
+230.2916720932482
+ 72
+     1
+ 10
+2597.863176732818
+ 20
+230.2916720932482
+ 11
+2596.073589740608
+ 21
+230.2916720932482
+ 72
+     1
+ 10
+2596.073589740608
+ 20
+230.2916720932482
+ 11
+2596.073589740608
+ 21
+232.0796422112406
+ 97
+        0
+ 75
+     0
+ 76
+     1
+ 98
+        1
+ 10
+2522.479778337635
+ 20
+81.06439773694388
+450
+        0
+451
+        0
+460
+0.0
+461
+0.0
+452
+        1
+462
+1.0
+453
+        2
+463
+0.0
+ 63
+     5
+421
+      255
+463
+1.0
+ 63
+    51
+421
+ 16777113
+470
+LINEAR
+  0
+LINE
+  5
+17FA2
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1643.725447321346
+ 20
+625.3269200376593
+ 30
+0.0
+ 11
+1915.000069464252
+ 21
+625.3269200376661
+ 31
+0.0
+  0
+LWPOLYLINE
+  5
+1BCEB
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+206.0018242621356
+ 20
+-324.0022038729581
+ 10
+1895.0018265288
+ 20
+-324.0022038729581
+ 10
+1895.0018265288
+ 20
+612.0277813408342
+ 10
+206.0018242621356
+ 20
+612.0277813408342
+  0
+LWPOLYLINE
+  5
+1BCEC
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+1066.807950626004
+ 20
+-308.0041231216669
+ 10
+814.0048385029118
+ 20
+-308.0041231216669
+ 10
+814.0048385029118
+ 20
+595.9958768783329
+ 10
+1066.807950626004
+ 20
+595.9958768783329
+  0
+LINE
+  5
+1BCED
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+854.0048396952874
+ 20
+475.9958770091487
+ 30
+0.0
+ 11
+854.0048396952874
+ 21
+-244.0041240395453
+ 31
+0.0
+  0
+LINE
+  5
+1BCEE
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+974.0048399959997
+ 20
+475.9958770091487
+ 30
+0.0
+ 11
+974.0048399959997
+ 21
+-244.0041240395453
+ 31
+0.0
+  0
+ARC
+  5
+1BCEF
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbCircle
+ 10
+914.0048396952876
+ 20
+450.9958765580807
+ 30
+0.0
+ 40
+65.00000045106822
+100
+AcDbArc
+ 50
+22.61986521310551
+ 51
+157.3801347868945
+  0
+ARC
+  5
+1BCF0
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+ 62
+     5
+100
+AcDbCircle
+ 10
+914.0048398456436
+ 20
+-220.6000388103984
+ 30
+0.0
+ 40
+64.40303737756399
+100
+AcDbArc
+ 50
+201.3091695743931
+ 51
+338.6908304256069
+  0
+LWPOLYLINE
+  5
+1BCF1
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+822.0048384589471
+ 20
+587.995875177681
+ 10
+902.0048384589472
+ 20
+587.995875177681
+ 10
+902.0048384589472
+ 20
+569.9958751776811
+ 10
+822.0048384589471
+ 20
+569.9958751776811
+  0
+TEXT
+  5
+1BCF2
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbText
+ 10
+826.0048384589472
+ 20
+575.9958757905545
+ 30
+0.0
+ 40
+9.0
+  1
+Mixed tank
+  7
+FUTUROS
+100
+AcDbText
+  0
+LINE
+  5
+1BCF3
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+914.0048392167186
+ 20
+515.9958754083485
+ 30
+128.0
+ 11
+914.0048392167186
+ 21
+529.9958761609633
+ 31
+128.0
+  0
+LWPOLYLINE
+  5
+1BCF5
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+221.807951402398
+ 20
+68.69743593227838
+ 10
+805.8079514023972
+ 20
+68.69743593227838
+ 10
+805.8079514023972
+ 20
+492.6974360520115
+ 10
+221.807951402398
+ 20
+492.6974360520115
+  0
+INSERT
+  5
+1BCF6
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbBlockReference
+  2
+Vanne manuelle
+ 10
+645.8079554029263
+ 20
+332.6974344955137
+ 30
+0.0
+ 41
+2.0
+ 42
+2.0
+ 43
+2.0
+  0
+INSERT
+  5
+1BCF7
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbBlockReference
+  2
+Vanne manuelle
+ 10
+757.8079554029256
+ 20
+332.6974362402146
+ 30
+0.0
+ 41
+2.0
+ 42
+2.0
+ 43
+2.0
+  0
+INSERT
+  5
+1BCFC
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbBlockReference
+  2
+Capteur de température
+ 10
+511.8079553844386
+ 20
+334.6974371790687
+ 30
+64.0
+ 41
+2.0
+ 42
+2.0
+ 43
+2.0
+  0
+LINE
+  5
+1BCFD
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+517.8079613714658
+ 20
+330.6974370197451
+ 30
+64.0
+ 11
+517.8079613714658
+ 21
+316.6974362671302
+ 31
+64.0
+  0
+TEXT
+  5
+1BCFF
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbText
+ 10
+429.0018237785493
+ 20
+360.6974343415999
+ 30
+0.0
+ 40
+9.0
+  1
+FCV-013
+  7
+FUTUROS
+100
+AcDbText
+  0
+INSERT
+  5
+1BD00
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbBlockReference
+  2
+Capteur de température
+ 10
+511.8079574949828
+ 20
+174.6974383095192
+ 30
+64.0
+ 41
+2.0
+ 42
+2.0
+ 43
+2.0
+  0
+LINE
+  5
+1BD01
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+517.80796348201
+ 20
+170.6974381501956
+ 30
+64.0
+ 11
+517.80796348201
+ 21
+156.6974373975807
+ 31
+64.0
+  0
+TEXT
+  5
+1BD03
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbText
+ 10
+429.0018237785493
+ 20
+200.6974354720504
+ 30
+0.0
+ 40
+9.0
+  1
+FCV-014
+  7
+FUTUROS
+100
+AcDbText
+  0
+TEXT
+  5
+1BD04
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbText
+ 10
+291.0018237785493
+ 20
+360.6974343866617
+ 30
+0.0
+ 40
+9.0
+  1
+FCV-011
+  7
+FUTUROS
+100
+AcDbText
+  0
+INSERT
+  5
+1BD05
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbBlockReference
+  2
+Capteur de température
+ 10
+269.8079511782572
+ 20
+334.6974373141319
+ 30
+64.0
+ 41
+2.0
+ 42
+2.0
+ 43
+2.0
+  0
+LINE
+  5
+1BD06
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+275.8079571652843
+ 20
+330.6974371548082
+ 30
+64.0
+ 11
+275.8079571652843
+ 21
+316.6974364021934
+ 31
+64.0
+  0
+TEXT
+  5
+1BD09
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbText
+ 10
+297.0018237785493
+ 20
+200.6974355171122
+ 30
+0.0
+ 40
+9.0
+  1
+FCV-012
+  7
+FUTUROS
+100
+AcDbText
+  0
+LINE
+  5
+1BD0A
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+275.8079592758286
+ 20
+170.6974382852587
+ 30
+64.0
+ 11
+275.8079592758286
+ 21
+156.6974375326439
+ 31
+64.0
+  0
+LINE
+  5
+1BD0C
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+245.8079545965989
+ 20
+334.6974361295514
+ 30
+128.0
+ 11
+245.8079545965989
+ 21
+348.697436882166
+ 31
+128.0
+  0
+LWPOLYLINE
+  5
+1BD0F
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+357.80795128706
+ 20
+382.6974360633439
+ 10
+421.8079512870599
+ 20
+382.6974360633439
+ 10
+421.8079512870599
+ 20
+132.6974360633438
+ 10
+357.80795128706
+ 20
+132.6974360633438
+  0
+LWPOLYLINE
+  5
+1BD10
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+357.80795128706
+ 20
+364.6974360633438
+ 10
+421.8079512870599
+ 20
+364.6974360633438
+ 10
+421.8079512870599
+ 20
+148.6974360633438
+ 10
+357.80795128706
+ 20
+148.6974360633438
+  0
+LWPOLYLINE
+  5
+1BD11
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+365.80795128706
+ 20
+364.6974360633438
+ 10
+373.80795128706
+ 20
+364.6974360633438
+ 10
+373.80795128706
+ 20
+148.6974360633438
+ 10
+365.80795128706
+ 20
+148.6974360633438
+  0
+LWPOLYLINE
+  5
+1BD12
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+381.807952184402
+ 20
+364.6974363727385
+ 10
+389.8079521844021
+ 20
+364.6974363727385
+ 10
+389.8079521844021
+ 20
+148.6974363727385
+ 10
+381.807952184402
+ 20
+148.6974363727385
+  0
+LWPOLYLINE
+  5
+1BD13
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+397.807952184402
+ 20
+364.6974363727385
+ 10
+405.8079521844019
+ 20
+364.6974363727385
+ 10
+405.8079521844019
+ 20
+148.6974363727385
+ 10
+397.807952184402
+ 20
+148.6974363727385
+  0
+LWPOLYLINE
+  5
+1BD14
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+413.8079521844019
+ 20
+364.6974363727385
+ 10
+421.8079521844019
+ 20
+364.6974363727385
+ 10
+421.8079521844019
+ 20
+148.6974363727385
+ 10
+413.8079521844019
+ 20
+148.6974363727385
+  0
+LINE
+  5
+1BD15
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+389.8079570348946
+ 20
+120.6974380716593
+ 30
+64.0
+ 11
+389.8079570348946
+ 21
+106.6974373190445
+ 31
+64.0
+  0
+LWPOLYLINE
+  5
+1BD17
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+ 62
+    92
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+435.8079500237149
+ 20
+170.6974360520115
+ 10
+439.8079500237149
+ 20
+170.6974360520115
+ 10
+439.8079500237149
+ 20
+120.6974352197565
+ 10
+435.8079500237149
+ 20
+120.6974352197565
+  0
+INSERT
+  5
+1BD18
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbBlockReference
+  2
+Vanne manuelle
+ 10
+757.8079496827833
+ 20
+172.6974358352916
+ 30
+0.0
+ 41
+2.0
+ 42
+2.0
+ 43
+2.0
+  0
+LINE
+  5
+1BD19
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+ 62
+    96
+100
+AcDbLine
+ 39
+4.0
+ 10
+757.8079514023973
+ 20
+334.6974360520115
+ 30
+0.0
+ 11
+746.4178958017016
+ 21
+334.6974360520115
+ 31
+0.0
+  0
+LINE
+  5
+1BD1A
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+ 62
+    96
+100
+AcDbLine
+ 39
+4.0
+ 10
+757.8079514023973
+ 20
+330.6974360520115
+ 30
+0.0
+ 11
+746.2645142239259
+ 21
+330.6974360520115
+ 31
+0.0
+  0
+LINE
+  5
+1BD1B
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+ 62
+    96
+100
+AcDbLine
+ 39
+4.0
+ 10
+675.8079514023977
+ 20
+334.6974360520115
+ 30
+0.0
+ 11
+686.0527011115057
+ 21
+334.6974360520115
+ 31
+0.0
+  0
+LINE
+  5
+1BD1C
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+ 62
+    96
+100
+AcDbLine
+ 39
+4.0
+ 10
+675.8079514023977
+ 20
+330.6974360520115
+ 30
+0.0
+ 11
+686.1823513523338
+ 21
+330.6974360520115
+ 31
+0.0
+  0
+ARC
+  5
+1BD1D
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+  6
+TIRET
+ 48
+5.0
+100
+AcDbCircle
+ 10
+736.05010855574
+ 20
+297.3139008843126
+ 30
+-768.0
+ 40
+131.2678843931866
+100
+AcDbArc
+ 50
+34.67652467564742
+ 51
+218.2772127997728
+  0
+ARC
+  5
+1BD1E
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+  6
+TIRET
+ 48
+5.0
+100
+AcDbCircle
+ 10
+735.2782835810556
+ 20
+340.0368932849655
+ 30
+192.0
+ 40
+113.6099898628351
+100
+AcDbArc
+ 50
+258.3869858572518
+ 51
+16.86533648349058
+  0
+LWPOLYLINE
+  5
+1BD1F
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+229.8079531970348
+ 20
+484.6974351897046
+ 10
+415.0018237785492
+ 20
+484.6974351897046
+ 10
+415.0018237785492
+ 20
+466.6974351897046
+ 10
+229.8079531970348
+ 20
+466.6974351897046
+  0
+TEXT
+  5
+1BD20
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbText
+ 10
+233.8079531970348
+ 20
+472.697435802578
+ 30
+0.0
+ 40
+9.0
+  1
+Exchanger regulation loop
+  7
+FUTUROS
+100
+AcDbText
+  0
+TEXT
+  5
+1BD21
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+ 62
+     0
+100
+AcDbText
+ 10
+668.0018237785493
+ 20
+200.6974370468255
+ 30
+0.0
+ 40
+8.0
+  1
+FCV-015
+  7
+FUTUROS
+100
+AcDbText
+  0
+LWPOLYLINE
+  5
+1BD22
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+ 62
+    97
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+661.8079525504051
+ 20
+224.6974351015641
+ 10
+725.8079514023973
+ 20
+224.6974351015641
+ 10
+725.8079514023973
+ 20
+220.6974351015641
+ 10
+661.8079525504051
+ 20
+220.6974351015641
+  0
+LWPOLYLINE
+  5
+1BD23
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+ 62
+    97
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+725.8079517899916
+ 20
+220.6974360520115
+ 10
+725.8079517899916
+ 20
+174.6974367782608
+ 10
+721.8079517899916
+ 20
+174.6974367782608
+ 10
+721.8079517899916
+ 20
+220.6974360520115
+  0
+LWPOLYLINE
+  5
+1BD24
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+ 62
+    97
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+665.8079510129253
+ 20
+220.6974365357372
+ 10
+665.8079510129253
+ 20
+174.6974372619864
+ 10
+661.8079510129253
+ 20
+174.6974372619864
+ 10
+661.8079510129253
+ 20
+220.6974365357372
+  0
+INSERT
+  5
+1BD25
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+ 62
+   250
+100
+AcDbBlockReference
+  2
+RECH
+ 10
+693.9901176530254
+ 20
+238.3815979752907
+ 30
+0.0
+ 41
+6.324555320336759
+ 42
+6.324555320336759
+ 43
+6.324555320336759
+  0
+LINE
+  5
+1BD26
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+475.8079538627455
+ 20
+-5.427032317352427
+ 30
+0.0
+ 11
+475.8079524685141
+ 21
+-245.302564462912
+ 31
+0.0
+  0
+ARC
+  5
+1BD27
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbCircle
+ 10
+434.8079505821049
+ 20
+-206.6840404829697
+ 30
+0.0
+ 40
+56.32397722186897
+100
+AcDbArc
+ 50
+223.2867320524424
+ 51
+316.7132679475577
+  0
+INSERT
+  5
+1BD28
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbBlockReference
+  2
+Capteur de température
+ 10
+475.807953763658
+ 20
+-45.30256452837067
+ 30
+64.0
+ 41
+2.0
+ 42
+2.0
+ 43
+2.0
+  0
+TEXT
+  5
+1BD29
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbText
+ 10
+489.0018237785493
+ 20
+-45.0022035476062
+ 30
+0.0
+ 40
+7.0
+  1
+LT-070:LH
+  7
+FUTUROS
+100
+AcDbText
+  0
+INSERT
+  5
+1BD2A
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+ 62
+    61
+100
+AcDbBlockReference
+  2
+Capteur de température
+ 10
+475.8079528662682
+ 20
+-173.3025654902717
+ 30
+64.0
+ 41
+2.0
+ 42
+2.0
+ 43
+2.0
+  0
+TEXT
+  5
+1BD2B
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbText
+ 10
+488.0018237785493
+ 20
+-173.3025654472221
+ 30
+0.0
+ 40
+7.0
+  1
+LT-070:LL
+  7
+FUTUROS
+100
+AcDbText
+  0
+INSERT
+  5
+1BD2C
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+ 62
+    62
+100
+AcDbBlockReference
+  2
+Capteur de température
+ 10
+475.8079528662682
+ 20
+-229.3025654902717
+ 30
+64.0
+ 41
+2.0
+ 42
+2.0
+ 43
+2.0
+  0
+TEXT
+  5
+1BD2D
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbText
+ 10
+487.0018237785493
+ 20
+-229.3025654472221
+ 30
+0.0
+ 40
+7.0
+  1
+LT-070:LVL
+  7
+FUTUROS
+100
+AcDbText
+  0
+LINE
+  5
+1BD2E
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+393.8079503906392
+ 20
+-245.3025644629125
+ 30
+0.0
+ 11
+393.8079503906392
+ 21
+-5.427032317352541
+ 31
+0.0
+  0
+ARC
+  5
+1BD2F
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbCircle
+ 10
+434.807948970585
+ 20
+-44.04555566597958
+ 30
+0.0
+ 40
+56.32397722186897
+100
+AcDbArc
+ 50
+43.28673205244238
+ 51
+136.7132679475576
+  0
+TEXT
+  5
+1BD30
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbText
+ 10
+575.0018237785493
+ 20
+-130.0022035476062
+ 30
+0.0
+ 40
+9.0
+  1
+PCV-011
+  7
+FUTUROS
+100
+AcDbText
+  0
+LWPOLYLINE
+  5
+1BD31
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+369.8079507276989
+ 20
+54.69743611418016
+ 10
+632.8079506260041
+ 20
+54.69743611418016
+ 10
+632.8079506260041
+ 20
+-306.3025646977926
+ 10
+369.8079507276989
+ 20
+-306.3025646977926
+  0
+LWPOLYLINE
+  5
+1BD32
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+379.8079526132962
+ 20
+45.69743635039242
+ 10
+491.8079543228428
+ 20
+45.69743635039242
+ 10
+491.8079543228428
+ 20
+27.69743635039243
+ 10
+379.8079526132962
+ 20
+27.69743635039243
+  0
+TEXT
+  5
+1BD33
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbText
+ 10
+383.8079526132962
+ 20
+33.69743696326589
+ 30
+0.0
+ 40
+9.0
+  1
+Expansion tank
+  7
+FUTUROS
+100
+AcDbText
+  0
+LWPOLYLINE
+  5
+1BD34
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+ 62
+    82
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 38
+64.0
+ 10
+1418.807951871664
+ 20
+493.6974376927204
+ 10
+1736.61106438459
+ 20
+493.6974423253849
+ 10
+1736.61106438459
+ 20
+489.6974413475508
+ 10
+1418.807951871664
+ 20
+489.6974367148863
+  0
+LWPOLYLINE
+  5
+1BD35
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 38
+64.0
+ 10
+1418.807951871664
+ 20
+247.6974376927204
+ 10
+1736.61106438459
+ 20
+247.6974423247763
+ 10
+1736.61106438459
+ 20
+243.6974413469421
+ 10
+1418.807951871664
+ 20
+243.6974367148863
+  0
+LWPOLYLINE
+  5
+1BD36
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 38
+64.0
+ 10
+1418.807951871664
+ 20
+39.69743769272043
+ 10
+1736.61106438459
+ 20
+39.69744071061189
+ 10
+1736.61106438459
+ 20
+35.69743973277776
+ 10
+1418.807951871664
+ 20
+35.69743671488629
+  0
+TEXT
+  5
+1BD37
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbText
+ 10
+1716.001823778549
+ 20
+519.6974368945424
+ 30
+0.0
+ 40
+9.0
+  1
+FCV-020
+  7
+FUTUROS
+100
+AcDbText
+  0
+LWPOLYLINE
+  5
+1BD38
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 38
+64.0
+ 10
+1754.61106438459
+ 20
+493.6974391298784
+ 10
+1826.807951871664
+ 20
+493.6974391298784
+ 10
+1826.807951871664
+ 20
+489.6974381520443
+ 10
+1754.61106438459
+ 20
+489.6974381520443
+  0
+LWPOLYLINE
+  5
+1BD39
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 38
+64.0
+ 10
+1754.61106438459
+ 20
+373.6974391298785
+ 10
+1826.807951871664
+ 20
+373.6974391298785
+ 10
+1826.807951871664
+ 20
+369.6974381520444
+ 10
+1754.61106438459
+ 20
+369.6974381520444
+  0
+LWPOLYLINE
+  5
+1BD3A
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 38
+64.0
+ 10
+1754.61106438459
+ 20
+247.6974391298784
+ 10
+1826.807951871664
+ 20
+247.6974391298785
+ 10
+1826.807951871664
+ 20
+243.6974381520443
+ 10
+1754.61106438459
+ 20
+243.6974381520442
+  0
+LWPOLYLINE
+  5
+1BD3B
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 38
+64.0
+ 10
+1754.61106438459
+ 20
+39.69743912987837
+ 10
+1826.807951871664
+ 20
+39.69743912987849
+ 10
+1826.807951871664
+ 20
+35.69743815204436
+ 10
+1754.61106438459
+ 20
+35.69743815204424
+  0
+LWPOLYLINE
+  5
+1BD3C
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+1074.807951371066
+ 20
+355.697439420925
+ 10
+1610.807951871664
+ 20
+355.6974372038034
+ 10
+1610.807951871664
+ 20
+595.6974372038033
+ 10
+1074.807951371066
+ 20
+595.6974394209249
+  0
+LWPOLYLINE
+  5
+1BD3D
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+1074.807951371066
+ 20
+-52.30256019771025
+ 10
+1610.807951871664
+ 20
+-52.30256279619664
+ 10
+1610.807951871664
+ 20
+139.6974372038033
+ 10
+1074.807951371066
+ 20
+139.6974398022897
+  0
+LWPOLYLINE
+  5
+1BD3E
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+1074.807952668686
+ 20
+155.6974398022897
+ 10
+1610.807951871664
+ 20
+155.6974372038033
+ 10
+1610.807951871664
+ 20
+339.6974372038034
+ 10
+1074.807952668686
+ 20
+339.6974398022897
+  0
+INSERT
+  5
+1BD3F
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbBlockReference
+  2
+Vanne manuelle
+ 10
+1099.807952959509
+ 20
+371.6974389135197
+ 30
+0.0
+ 41
+2.0
+ 42
+2.0
+ 43
+2.0
+  0
+LINE
+  5
+1BD40
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1394.80795295951
+ 20
+379.6974380499222
+ 30
+0.0
+ 11
+1410.807952347851
+ 21
+379.6974380499222
+ 31
+0.0
+  0
+INSERT
+  5
+1BD41
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbBlockReference
+  2
+Vanne manuelle
+ 10
+1099.807953794406
+ 20
+411.6974393067465
+ 30
+64.0
+ 41
+2.0
+ 42
+2.0
+ 43
+2.0
+  0
+INSERT
+  5
+1BD46
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbBlockReference
+  2
+Vanne manuelle
+ 10
+1259.807951837675
+ 20
+491.6974410188061
+ 30
+0.0
+ 41
+2.0
+ 42
+2.0
+ 43
+2.0
+  0
+INSERT
+  5
+1BD47
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbBlockReference
+  2
+Vanne manuelle
+ 10
+1387.807951837675
+ 20
+491.6974427635071
+ 30
+0.0
+ 41
+2.0
+ 42
+2.0
+ 43
+2.0
+  0
+LWPOLYLINE
+  5
+1BD48
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+ 62
+    82
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 38
+64.0
+ 10
+1232.272082602015
+ 20
+493.6974425552029
+ 10
+1259.807951837675
+ 20
+493.6974425552029
+ 10
+1259.807951837675
+ 20
+489.6974415773687
+ 10
+1232.272082602015
+ 20
+489.6974415773687
+  0
+LINE
+  5
+1BD49
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+ 62
+    82
+100
+AcDbLine
+ 10
+1289.807951837675
+ 20
+493.6974425552029
+ 30
+64.0
+ 11
+1308.316738543165
+ 21
+493.6974425552029
+ 31
+64.0
+  0
+LINE
+  5
+1BD4A
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+ 62
+    82
+100
+AcDbLine
+ 10
+1289.807951837675
+ 20
+489.6974415773687
+ 30
+64.0
+ 11
+1308.316738543165
+ 21
+489.6974415773687
+ 31
+64.0
+  0
+LINE
+  5
+1BD4B
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+ 62
+    82
+100
+AcDbLine
+ 10
+1387.807951837675
+ 20
+493.6974436246281
+ 30
+32.0
+ 11
+1369.027951850051
+ 21
+493.6974436246281
+ 31
+32.0
+  0
+LINE
+  5
+1BD4C
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+ 62
+    82
+100
+AcDbLine
+ 10
+1387.807951837675
+ 20
+489.697442646794
+ 30
+32.0
+ 11
+1369.027951850051
+ 21
+489.697442646794
+ 31
+32.0
+  0
+LINE
+  5
+1BD4D
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+ 62
+    84
+100
+AcDbLine
+ 10
+1218.772081669579
+ 20
+491.7201621181569
+ 30
+0.0
+ 11
+1225.522082135796
+ 21
+478.2201611857225
+ 31
+0.0
+  0
+LINE
+  5
+1BD4E
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1225.522082135796
+ 20
+478.2201611857225
+ 30
+0.0
+ 11
+1212.022081203362
+ 21
+478.2201611857225
+ 31
+0.0
+  0
+LINE
+  5
+1BD4F
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+ 62
+    84
+100
+AcDbLine
+ 10
+1212.022081203362
+ 20
+478.2201611857225
+ 30
+0.0
+ 11
+1218.772081669579
+ 21
+491.7201621181569
+ 31
+0.0
+  0
+ARC
+  5
+1BD50
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+  6
+TIRET
+ 48
+5.0
+100
+AcDbCircle
+ 10
+1321.154695307002
+ 20
+1.155787798140067
+ 30
+320.0
+ 40
+525.386624989514
+100
+AcDbArc
+ 50
+72.30934673929532
+ 51
+101.2371874983488
+  0
+LINE
+  5
+1BD51
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1482.807954947369
+ 20
+489.6974413122769
+ 30
+64.0
+ 11
+1482.807954947369
+ 21
+475.6974405596623
+ 31
+64.0
+  0
+LINE
+  5
+1BD53
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1410.807952347851
+ 20
+379.6974394390335
+ 30
+0.0
+ 11
+1410.807952347851
+ 21
+411.697440302631
+ 31
+0.0
+  0
+LINE
+  5
+1BD54
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1404.807952347851
+ 20
+475.6974403026309
+ 30
+0.0
+ 11
+1426.807952959511
+ 21
+475.6974403026309
+ 31
+0.0
+  0
+LINE
+  5
+1BD55
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1426.807952959511
+ 20
+475.6974403026309
+ 30
+0.0
+ 11
+1426.807952959511
+ 21
+489.697440302631
+ 31
+0.0
+  0
+LINE
+  5
+1BD56
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1408.807952347851
+ 20
+471.6974403026309
+ 30
+0.0
+ 11
+1430.807952959511
+ 21
+471.6974403026309
+ 31
+0.0
+  0
+LINE
+  5
+1BD57
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1430.807952959511
+ 20
+471.6974403026309
+ 30
+0.0
+ 11
+1430.807952959511
+ 21
+489.697440302631
+ 31
+0.0
+  0
+LINE
+  5
+1BD58
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1394.807952644885
+ 20
+411.6974407181595
+ 30
+0.0
+ 11
+1396.807952644884
+ 21
+415.6974407181595
+ 31
+0.0
+  0
+LINE
+  5
+1BD59
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1400.807952644884
+ 20
+417.6974407181595
+ 30
+0.0
+ 11
+1404.807952644884
+ 21
+417.6974407181595
+ 31
+0.0
+  0
+LINE
+  5
+1BD5A
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1408.807952644884
+ 20
+415.6974407181595
+ 30
+0.0
+ 11
+1410.807952644885
+ 21
+411.6974407181595
+ 31
+0.0
+  0
+LINE
+  5
+1BD5B
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1400.807952644884
+ 20
+417.6974407181595
+ 30
+0.0
+ 11
+1400.807952644884
+ 21
+427.697441581757
+ 31
+0.0
+  0
+LINE
+  5
+1BD5C
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1396.807952644884
+ 20
+415.6974407181595
+ 30
+0.0
+ 11
+1396.807951360267
+ 21
+423.6974398022897
+ 31
+0.0
+  0
+LINE
+  5
+1BD5D
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1400.807952644884
+ 20
+427.697441581757
+ 30
+0.0
+ 11
+1378.807953256544
+ 21
+427.697441581757
+ 31
+0.0
+  0
+LINE
+  5
+1BD5E
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1408.807952694274
+ 20
+415.6974392140703
+ 30
+0.0
+ 11
+1408.807952694274
+ 21
+471.6974403026309
+ 31
+0.0
+  0
+LINE
+  5
+1BD5F
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1404.807952694274
+ 20
+417.6974392140704
+ 30
+0.0
+ 11
+1404.807952694274
+ 21
+475.6974403026309
+ 31
+0.0
+  0
+LINE
+  5
+1BD60
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1394.807952644885
+ 20
+411.6974407181595
+ 30
+0.0
+ 11
+1394.80795295951
+ 21
+379.6974394390335
+ 31
+0.0
+  0
+LINE
+  5
+1BD61
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1404.807952872915
+ 20
+445.6974386062169
+ 30
+64.0
+ 11
+1396.807950626004
+ 21
+445.6974386062169
+ 31
+64.0
+  0
+LINE
+  5
+1BD62
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1408.807954676068
+ 20
+445.6974427873132
+ 30
+64.0
+ 11
+1422.807955428683
+ 21
+445.6974427873132
+ 31
+64.0
+  0
+LINE
+  5
+1BD64
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1396.807951360267
+ 20
+423.6974398022897
+ 30
+0.0
+ 11
+1382.807951360267
+ 21
+423.6974398022897
+ 31
+0.0
+  0
+LINE
+  5
+1BD65
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1382.807951360267
+ 20
+423.6974398022897
+ 30
+0.0
+ 11
+1382.807951360267
+ 21
+373.6974398022898
+ 31
+0.0
+  0
+LINE
+  5
+1BD66
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1378.807951360267
+ 20
+427.6974398022897
+ 30
+0.0
+ 11
+1378.807951360267
+ 21
+373.6974398022898
+ 31
+0.0
+  0
+TEXT
+  5
+1BD67
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbText
+ 10
+1418.80795200714
+ 20
+459.6974386597765
+ 30
+0.0
+ 40
+9.0
+  1
+FT21
+  7
+FUTUROS
+100
+AcDbText
+  0
+INSERT
+  5
+1BD68
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbBlockReference
+  2
+Capteur de température
+ 10
+1532.807951360267
+ 20
+373.6974397930529
+ 30
+32.0
+ 41
+2.0
+ 42
+2.0
+ 43
+2.0
+  0
+INSERT
+  5
+1BD69
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbBlockReference
+  2
+Vanne manuelle
+ 10
+1099.807952393083
+ 20
+173.6974407971905
+ 30
+0.0
+ 41
+2.0
+ 42
+2.0
+ 43
+2.0
+  0
+INSERT
+  5
+1BD6A
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbBlockReference
+  2
+Vanne manuelle
+ 10
+1099.807953227979
+ 20
+213.6974411904174
+ 30
+64.0
+ 41
+2.0
+ 42
+2.0
+ 43
+2.0
+  0
+INSERT
+  5
+1BD6F
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbBlockReference
+  2
+Vanne manuelle
+ 10
+1259.807950830179
+ 20
+245.6974410181979
+ 30
+0.0
+ 41
+2.0
+ 42
+2.0
+ 43
+2.0
+  0
+INSERT
+  5
+1BD70
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbBlockReference
+  2
+Vanne manuelle
+ 10
+1387.807950830179
+ 20
+245.6974427628986
+ 30
+0.0
+ 41
+2.0
+ 42
+2.0
+ 43
+2.0
+  0
+LWPOLYLINE
+  5
+1BD71
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 38
+64.0
+ 10
+1232.272081594518
+ 20
+247.6974425545943
+ 10
+1259.807950830179
+ 20
+247.6974425545944
+ 10
+1259.807950830179
+ 20
+243.6974415767603
+ 10
+1232.272081594518
+ 20
+243.6974415767602
+  0
+LINE
+  5
+1BD72
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1289.807950830179
+ 20
+247.6974425545944
+ 30
+64.0
+ 11
+1308.316737535669
+ 21
+247.6974425545944
+ 31
+64.0
+  0
+LINE
+  5
+1BD73
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1289.807950830179
+ 20
+243.6974415767603
+ 30
+64.0
+ 11
+1308.316737535669
+ 21
+243.6974415767603
+ 31
+64.0
+  0
+LINE
+  5
+1BD74
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1387.807950830179
+ 20
+247.6974436240194
+ 30
+32.0
+ 11
+1369.027950842554
+ 21
+247.6974436240194
+ 31
+32.0
+  0
+LINE
+  5
+1BD75
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1387.807950830179
+ 20
+243.6974426461853
+ 30
+32.0
+ 11
+1369.027950842554
+ 21
+243.6974426461853
+ 31
+32.0
+  0
+ARC
+  5
+1BD76
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+  6
+TIRET
+ 48
+5.0
+100
+AcDbCircle
+ 10
+1321.375626948516
+ 20
+-240.9253263874238
+ 30
+256.0
+ 40
+521.5868433177657
+100
+AcDbArc
+ 50
+72.20165331757769
+ 51
+101.3448806721424
+  0
+INSERT
+  5
+1BD77
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbBlockReference
+  2
+Vanne manuelle
+ 10
+1099.807954503676
+ 20
+-34.30256081697383
+ 30
+0.0
+ 41
+2.0
+ 42
+2.0
+ 43
+2.0
+  0
+INSERT
+  5
+1BD78
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbBlockReference
+  2
+Vanne manuelle
+ 10
+1099.807955338572
+ 20
+5.697439576253032
+ 30
+64.0
+ 41
+2.0
+ 42
+2.0
+ 43
+2.0
+  0
+INSERT
+  5
+1BD7D
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbBlockReference
+  2
+Vanne manuelle
+ 10
+1259.807952940772
+ 20
+37.6974394040335
+ 30
+0.0
+ 41
+2.0
+ 42
+2.0
+ 43
+2.0
+  0
+INSERT
+  5
+1BD7E
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbBlockReference
+  2
+Vanne manuelle
+ 10
+1387.807952940772
+ 20
+37.69744114873424
+ 30
+0.0
+ 41
+2.0
+ 42
+2.0
+ 43
+2.0
+  0
+LWPOLYLINE
+  5
+1BD7F
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 38
+64.0
+ 10
+1232.272083705112
+ 20
+39.69744094042994
+ 10
+1259.807952940772
+ 20
+39.69744094043006
+ 10
+1259.807952940772
+ 20
+35.69743996259592
+ 10
+1232.272083705112
+ 20
+35.69743996259581
+  0
+LINE
+  5
+1BD80
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1289.807952940772
+ 20
+39.69744094043006
+ 30
+64.0
+ 11
+1308.316739646262
+ 21
+39.69744094043006
+ 31
+64.0
+  0
+LINE
+  5
+1BD81
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1289.807952940772
+ 20
+35.69743996259592
+ 30
+64.0
+ 11
+1308.316739646262
+ 21
+35.69743996259592
+ 31
+64.0
+  0
+LINE
+  5
+1BD82
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1387.807952940772
+ 20
+39.69744200985508
+ 30
+32.0
+ 11
+1369.027952953148
+ 21
+39.69744200985508
+ 31
+32.0
+  0
+LINE
+  5
+1BD83
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1387.807952940772
+ 20
+35.69744103202095
+ 30
+32.0
+ 11
+1369.027952953148
+ 21
+35.69744103202095
+ 31
+32.0
+  0
+LWPOLYLINE
+  5
+1BD84
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+1082.807950838898
+ 20
+587.6974396275817
+ 10
+1234.807950838899
+ 20
+587.6974396275817
+ 10
+1234.807950838899
+ 20
+569.6974396275817
+ 10
+1082.807950838898
+ 20
+569.6974396275817
+  0
+TEXT
+  5
+1BD85
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbText
+ 10
+1090.807951009366
+ 20
+575.6974402404551
+ 30
+0.0
+ 40
+9.0
+  1
+Vane regulation loop
+  7
+FUTUROS
+100
+AcDbText
+  0
+LWPOLYLINE
+  5
+1BD86
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+1082.807950162117
+ 20
+331.6974389918122
+ 10
+1286.807950503
+ 20
+331.6974389918122
+ 10
+1286.807950503
+ 20
+313.6974385030466
+ 10
+1082.807950162117
+ 20
+313.6974385030466
+  0
+TEXT
+  5
+1BD87
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbText
+ 10
+1090.807950332584
+ 20
+319.6974385030466
+ 30
+0.0
+ 40
+9.0
+  1
+Body S1-S2 regulation loop
+  7
+FUTUROS
+100
+AcDbText
+  0
+LWPOLYLINE
+  5
+1BD88
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+1082.807949485335
+ 20
+131.6974385473662
+ 10
+1263.61106438459
+ 20
+131.6974385473662
+ 10
+1263.61106438459
+ 20
+113.6974380586006
+ 10
+1082.807949485335
+ 20
+113.6974380586006
+  0
+TEXT
+  5
+1BD89
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbText
+ 10
+1090.807949655803
+ 20
+119.6974380586006
+ 30
+0.0
+ 40
+9.0
+  1
+Body S3 regulation loop
+  7
+FUTUROS
+100
+AcDbText
+  0
+LWPOLYLINE
+  5
+1BD8A
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+1722.807950808794
+ 20
+587.6974370845036
+ 10
+1754.807951871664
+ 20
+587.6974370845036
+ 10
+1754.807951871664
+ 20
+569.6974370845035
+ 10
+1722.807950808794
+ 20
+569.6974370845035
+  0
+TEXT
+  5
+1BD8B
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbText
+ 10
+1726.807950808794
+ 20
+575.697437697377
+ 30
+0.0
+ 40
+9.0
+  1
+RFQ
+  7
+FUTUROS
+100
+AcDbText
+  0
+TEXT
+  5
+1BD8C
+330
+1F
+100
+AcDbEntity
+  8
+TEXTE
+ 62
+     7
+100
+AcDbText
+ 10
+1518.211932659686
+ 20
+401.4836107903323
+ 30
+0.0
+ 40
+8.0
+  1
+TT-021
+100
+AcDbText
+  0
+INSERT
+  5
+1BD8D
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Valnum
+ 10
+1513.611069182687
+ 20
+389.131391038691
+ 30
+0.0
+ 41
+1.199999999999999
+ 42
+1.199999999999999
+ 43
+1.5
+  0
+ATTRIB
+  5
+1BD8E
+330
+1BD8D
+100
+AcDbEntity
+  8
+IMG027
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1566.411069182687
+ 20
+389.131391038691
+ 30
+0.0
+ 40
+9.599999999999999
+  1
+CWM-CWS03:WtrC-TT-021:Tmp
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1BD8F
+330
+1BD8D
+100
+AcDbEntity
+  8
+IMG027
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1566.411069182687
+ 20
+389.131391038691
+ 30
+0.0
+ 40
+9.599999999999999
+  1
+14
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1BD90
+330
+1BD8D
+100
+AcDbEntity
+  8
+IMG027
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1566.411069182687
+ 20
+389.131391038691
+ 30
+0.0
+ 40
+9.599999999999999
+  1
+0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+1BD91
+330
+1BD8D
+100
+AcDbEntity
+  8
+0
+  0
+TEXT
+  5
+1BD92
+330
+1F
+100
+AcDbEntity
+  8
+TEXTE
+ 62
+     2
+100
+AcDbText
+ 10
+1553.611069182687
+ 20
+390.0269075613772
+ 30
+0.0
+ 40
+8.0
+  1
+°C
+100
+AcDbText
+  0
+SOLID
+  5
+1BD93
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbTrace
+ 10
+1511.411068206268
+ 20
+411.0269075613772
+ 30
+0.0
+ 11
+1511.411068206268
+ 21
+388.0269076690446
+ 31
+0.0
+ 12
+1564.411067709965
+ 22
+411.0269075613772
+ 32
+0.0
+ 13
+1564.411067709965
+ 23
+388.0269072749028
+ 33
+0.0
+  0
+SOLID
+  5
+1BD94
+330
+1F
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+1511.411068206268
+ 20
+411.0269075613772
+ 30
+230.4
+ 11
+1564.411067709965
+ 21
+411.0269075613772
+ 31
+230.4
+ 12
+1509.611068206267
+ 22
+412.8269075613769
+ 32
+230.4
+ 13
+1566.211064832964
+ 23
+412.8268990385248
+ 33
+230.4
+  0
+SOLID
+  5
+1BD95
+330
+1F
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+1509.611068206267
+ 20
+386.2269076690449
+ 30
+0.0
+ 11
+1511.411068206268
+ 21
+388.0269076690446
+ 31
+0.0
+ 12
+1509.611068206267
+ 22
+412.8269075613769
+ 32
+0.0
+ 13
+1511.411068206268
+ 23
+411.0269075613772
+ 33
+0.0
+  0
+SOLID
+  5
+1BD96
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+1509.611068178237
+ 20
+386.2269032581252
+ 30
+0.0
+ 11
+1566.211071726742
+ 21
+386.2269032581252
+ 31
+0.0
+ 12
+1511.411068178237
+ 22
+388.0269032581249
+ 32
+0.0
+ 13
+1564.411067709965
+ 23
+388.0269072749028
+ 33
+0.0
+  0
+SOLID
+  5
+1BD97
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+1566.211067709965
+ 20
+386.2269072749031
+ 30
+230.4
+ 11
+1564.411067709965
+ 21
+388.0269072749028
+ 31
+230.4
+ 12
+1566.211073355842
+ 22
+412.8269075613769
+ 32
+230.4
+ 13
+1564.411067709965
+ 23
+411.0269075613772
+ 33
+230.4
+  0
+LWPOLYLINE
+  5
+1BD98
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 38
+230.4
+ 10
+1509.611066662923
+ 20
+412.8269114252878
+ 10
+1566.211063289617
+ 20
+412.8269114252878
+ 10
+1566.211069043622
+ 20
+386.2269123929731
+ 10
+1509.611072416928
+ 20
+386.2269123929731
+  0
+SOLID
+  5
+1BD99
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+    40
+100
+AcDbTrace
+ 10
+1751.783565174314
+ 20
+500.7032038673108
+ 30
+14.28
+ 11
+1751.783565174314
+ 21
+511.4132038673109
+ 31
+14.28
+ 12
+1739.288565174313
+ 22
+500.7032038673108
+ 32
+14.28
+ 13
+1739.288565174313
+ 23
+511.4132038673109
+ 33
+14.28
+ 39
+14.28
+  0
+SOLID
+  5
+1BD9A
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+    40
+100
+AcDbTrace
+ 10
+1744.643483108036
+ 20
+493.563203867311
+ 30
+0.0
+ 11
+1744.643483108036
+ 21
+500.7032038673108
+ 31
+0.0
+ 12
+1746.428483108035
+ 22
+493.563203867311
+ 32
+0.0
+ 13
+1746.428483108035
+ 23
+500.7032038673108
+ 33
+0.0
+ 39
+14.28
+  0
+SOLID
+  5
+1BD9B
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+    40
+100
+AcDbTrace
+ 10
+1744.643565174313
+ 20
+489.968997535689
+ 30
+0.0
+ 11
+1746.428565174313
+ 21
+489.968997535689
+ 31
+0.0
+ 12
+1744.643483108036
+ 22
+493.563203867311
+ 32
+0.0
+ 13
+1746.428483108035
+ 23
+493.563203867311
+ 33
+0.0
+  0
+SOLID
+  5
+1BD9C
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+    40
+100
+AcDbTrace
+ 10
+1736.611065174313
+ 20
+497.1089975356888
+ 30
+0.0
+ 11
+1744.643483108036
+ 21
+493.563203867311
+ 31
+0.0
+ 12
+1736.611065174313
+ 22
+486.3989975356888
+ 32
+0.0
+ 13
+1744.643565174313
+ 23
+489.968997535689
+ 33
+0.0
+  0
+SOLID
+  5
+1BD9D
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+    40
+100
+AcDbTrace
+ 10
+1754.461065174314
+ 20
+497.1089975356888
+ 30
+0.0
+ 11
+1746.428647240591
+ 21
+493.563203867311
+ 31
+0.0
+ 12
+1754.461065174314
+ 22
+486.3989975356888
+ 32
+0.0
+ 13
+1746.428565174313
+ 23
+489.968997535689
+ 33
+0.0
+  0
+LINE
+  5
+1BD9E
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1754.461065174314
+ 20
+497.1089975356888
+ 30
+0.0
+ 11
+1746.428483108035
+ 21
+493.563203867311
+ 31
+14.28000000000001
+  0
+LINE
+  5
+1BD9F
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1746.428483108035
+ 20
+493.563203867311
+ 30
+14.28000000000001
+ 11
+1746.428483108035
+ 21
+500.7032038673108
+ 31
+14.28000000000001
+  0
+LINE
+  5
+1BDA0
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1746.42848310801
+ 20
+500.7032038673108
+ 30
+28.56000000000003
+ 11
+1751.783565174289
+ 21
+500.6789975356895
+ 31
+28.56000000000003
+  0
+LINE
+  5
+1BDA1
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1751.783565174314
+ 20
+511.3889975356886
+ 30
+28.56000000000006
+ 11
+1751.783565174314
+ 21
+500.678997535689
+ 31
+28.56000000000006
+  0
+LINE
+  5
+1BDA2
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1739.288565174313
+ 20
+500.6789975356895
+ 30
+14.28000000000001
+ 11
+1744.643483108036
+ 21
+500.7032038673108
+ 31
+14.28000000000001
+  0
+LINE
+  5
+1BDA3
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1744.643483108036
+ 20
+500.7032038673108
+ 30
+14.28000000000001
+ 11
+1744.643483108036
+ 21
+493.563203867311
+ 31
+14.28000000000001
+  0
+LINE
+  5
+1BDA4
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1744.643483108036
+ 20
+493.563203867311
+ 30
+14.28000000000001
+ 11
+1736.611065174313
+ 21
+497.1089975356888
+ 31
+0.0
+  0
+LINE
+  5
+1BDA5
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1736.611065174313
+ 20
+486.3989975356888
+ 30
+0.0
+ 11
+1744.643565174313
+ 21
+489.968997535689
+ 31
+0.0
+  0
+LINE
+  5
+1BDA6
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1744.643565174313
+ 20
+489.968997535689
+ 30
+0.0
+ 11
+1746.428565174313
+ 21
+489.968997535689
+ 31
+0.0
+  0
+LINE
+  5
+1BDA7
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1746.428565174313
+ 20
+489.968997535689
+ 30
+0.0
+ 11
+1754.461065174314
+ 21
+486.3989975356888
+ 31
+0.0
+  0
+LINE
+  5
+1BDA8
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1739.288565174313
+ 20
+500.7032038673108
+ 30
+14.28
+ 11
+1739.288565174313
+ 21
+511.4132038673109
+ 31
+14.28
+  0
+LINE
+  5
+1BDA9
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1739.288565174313
+ 20
+511.4132038673109
+ 30
+28.56
+ 11
+1751.783565174314
+ 21
+511.3889975356886
+ 31
+28.56000000000006
+  0
+LINE
+  5
+1BDAA
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1754.461065174314
+ 20
+486.3989975356888
+ 30
+14.28000000000001
+ 11
+1754.461065174314
+ 21
+497.1089975356888
+ 31
+0.0
+  0
+LINE
+  5
+1BDAB
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1736.611065174313
+ 20
+486.3989975356888
+ 30
+14.28000000000001
+ 11
+1736.611065174313
+ 21
+497.1089975356888
+ 31
+0.0
+  0
+INSERT
+  5
+1BDAC
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     9
+100
+AcDbBlockReference
+ 66
+     1
+  2
+palet
+ 10
+1761.61106438459
+ 20
+503.398998656772
+ 30
+-28.9114261271681
+  0
+ATTRIB
+  5
+1BDAD
+330
+1BDAC
+100
+AcDbEntity
+  8
+IMG009
+ 62
+     9
+100
+AcDbText
+ 10
+1761.61106438459
+ 20
+503.398998656772
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+CWM-CWS03:WtrC-FCV-020:Open
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1BDAE
+330
+1BDAC
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1761.61106438459
+ 20
+503.398998656772
+ 30
+-28.9114261271681
+ 40
+6.0
+  1
+40
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1BDAF
+330
+1BDAC
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1761.61106438459
+ 20
+503.398998656772
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+10
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1BDB0
+330
+1BDAC
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1761.61106438459
+ 20
+503.398998656772
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+12
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+1BDB1
+330
+1BDAC
+100
+AcDbEntity
+  8
+0
+  0
+LINE
+  5
+1BDB2
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1736.611065174313
+ 20
+497.1089975356888
+ 30
+0.0
+ 11
+1736.611065174313
+ 21
+486.3989975356888
+ 31
+0.0
+  0
+TEXT
+  5
+1BDB3
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbText
+ 10
+1717.001823778549
+ 20
+399.697436977904
+ 30
+0.0
+ 40
+9.0
+  1
+FCV-021
+  7
+FUTUROS
+100
+AcDbText
+  0
+INSERT
+  5
+1BDB4
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     9
+100
+AcDbBlockReference
+ 66
+     1
+  2
+palet
+ 10
+1761.414174511991
+ 20
+383.3989987401336
+ 30
+-28.9114261271681
+  0
+ATTRIB
+  5
+1BDB5
+330
+1BDB4
+100
+AcDbEntity
+  8
+IMG009
+ 62
+     9
+100
+AcDbText
+ 10
+1761.414174511991
+ 20
+383.3989987401336
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+CWM-CWS03:WtrC-FCV-021:Open
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1BDB6
+330
+1BDB4
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1761.414174511991
+ 20
+383.3989987401336
+ 30
+-28.9114261271681
+ 40
+6.0
+  1
+41
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1BDB7
+330
+1BDB4
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1761.414174511991
+ 20
+383.3989987401336
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+10
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1BDB8
+330
+1BDB4
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1761.414174511991
+ 20
+383.3989987401336
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+12
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+1BDB9
+330
+1BDB4
+100
+AcDbEntity
+  8
+0
+  0
+SOLID
+  5
+1BDBA
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+    41
+100
+AcDbTrace
+ 10
+1751.783564930402
+ 20
+380.7032060380324
+ 30
+14.28
+ 11
+1751.783564930402
+ 21
+391.4132060380324
+ 31
+14.28
+ 12
+1739.288564930401
+ 22
+380.7032060380324
+ 32
+14.28
+ 13
+1739.288564930401
+ 23
+391.4132060380324
+ 33
+14.28
+ 39
+14.28
+  0
+SOLID
+  5
+1BDBB
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+    41
+100
+AcDbTrace
+ 10
+1744.643482864123
+ 20
+373.5632060380325
+ 30
+0.0
+ 11
+1744.643482864123
+ 21
+380.7032060380324
+ 31
+0.0
+ 12
+1746.428482864123
+ 22
+373.5632060380325
+ 32
+0.0
+ 13
+1746.428482864123
+ 23
+380.7032060380324
+ 33
+0.0
+ 39
+14.28
+  0
+SOLID
+  5
+1BDBC
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+    41
+100
+AcDbTrace
+ 10
+1744.643564930402
+ 20
+369.9689997064105
+ 30
+0.0
+ 11
+1746.428564930402
+ 21
+369.9689997064105
+ 31
+0.0
+ 12
+1744.643482864123
+ 22
+373.5632060380325
+ 32
+0.0
+ 13
+1746.428482864123
+ 23
+373.5632060380325
+ 33
+0.0
+  0
+SOLID
+  5
+1BDBD
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+    41
+100
+AcDbTrace
+ 10
+1736.611064930401
+ 20
+377.1089997064104
+ 30
+0.0
+ 11
+1744.643482864123
+ 21
+373.5632060380325
+ 31
+0.0
+ 12
+1736.611064930401
+ 22
+366.3989997064103
+ 32
+0.0
+ 13
+1744.643564930402
+ 23
+369.9689997064105
+ 33
+0.0
+  0
+SOLID
+  5
+1BDBE
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+    41
+100
+AcDbTrace
+ 10
+1754.461064930402
+ 20
+377.1089997064104
+ 30
+0.0
+ 11
+1746.42864699668
+ 21
+373.5632060380325
+ 31
+0.0
+ 12
+1754.461064930402
+ 22
+366.3989997064103
+ 32
+0.0
+ 13
+1746.428564930402
+ 23
+369.9689997064105
+ 33
+0.0
+  0
+LINE
+  5
+1BDBF
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1754.461064930402
+ 20
+377.1089997064104
+ 30
+0.0
+ 11
+1746.428482864123
+ 21
+373.5632060380325
+ 31
+14.28000000000001
+  0
+LINE
+  5
+1BDC0
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1746.428482864123
+ 20
+373.5632060380325
+ 30
+14.28000000000001
+ 11
+1746.428482864123
+ 21
+380.7032060380324
+ 31
+14.28000000000001
+  0
+LINE
+  5
+1BDC1
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1746.428482864098
+ 20
+380.7032060380324
+ 30
+28.56000000000003
+ 11
+1751.783564930377
+ 21
+380.678999706411
+ 31
+28.56000000000003
+  0
+LINE
+  5
+1BDC2
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1751.783564930402
+ 20
+391.3889997064101
+ 30
+28.56000000000006
+ 11
+1751.783564930402
+ 21
+380.6789997064105
+ 31
+28.56000000000006
+  0
+LINE
+  5
+1BDC3
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1739.288564930401
+ 20
+380.678999706411
+ 30
+14.28000000000001
+ 11
+1744.643482864123
+ 21
+380.7032060380324
+ 31
+14.28000000000001
+  0
+LINE
+  5
+1BDC4
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1744.643482864123
+ 20
+380.7032060380324
+ 30
+14.28000000000001
+ 11
+1744.643482864123
+ 21
+373.5632060380325
+ 31
+14.28000000000001
+  0
+LINE
+  5
+1BDC5
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1744.643482864123
+ 20
+373.5632060380325
+ 30
+14.28000000000001
+ 11
+1736.611064930401
+ 21
+377.1089997064104
+ 31
+0.0
+  0
+LINE
+  5
+1BDC6
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1736.611064930401
+ 20
+366.3989997064103
+ 30
+0.0
+ 11
+1744.643564930402
+ 21
+369.9689997064105
+ 31
+0.0
+  0
+LINE
+  5
+1BDC7
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1744.643564930402
+ 20
+369.9689997064105
+ 30
+0.0
+ 11
+1746.428564930402
+ 21
+369.9689997064105
+ 31
+0.0
+  0
+LINE
+  5
+1BDC8
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1746.428564930402
+ 20
+369.9689997064105
+ 30
+0.0
+ 11
+1754.461064930402
+ 21
+366.3989997064103
+ 31
+0.0
+  0
+LINE
+  5
+1BDC9
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1739.288564930401
+ 20
+380.7032060380324
+ 30
+14.28
+ 11
+1739.288564930401
+ 21
+391.4132060380324
+ 31
+14.28
+  0
+LINE
+  5
+1BDCA
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1739.288564930401
+ 20
+391.4132060380324
+ 30
+28.56
+ 11
+1751.783564930402
+ 21
+391.3889997064101
+ 31
+28.56000000000006
+  0
+LINE
+  5
+1BDCB
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1754.461064930402
+ 20
+366.3989997064103
+ 30
+14.28000000000001
+ 11
+1754.461064930402
+ 21
+377.1089997064104
+ 31
+0.0
+  0
+LINE
+  5
+1BDCC
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1736.611064930401
+ 20
+366.3989997064103
+ 30
+14.28000000000001
+ 11
+1736.611064930401
+ 21
+377.1089997064104
+ 31
+0.0
+  0
+LINE
+  5
+1BDCD
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1736.611064930401
+ 20
+377.1089997064104
+ 30
+0.0
+ 11
+1736.611064930401
+ 21
+366.3989997064103
+ 31
+0.0
+  0
+TEXT
+  5
+1BDCE
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbText
+ 10
+1716.001823778549
+ 20
+273.6974359169152
+ 30
+0.0
+ 40
+9.0
+  1
+FCV-030
+  7
+FUTUROS
+100
+AcDbText
+  0
+INSERT
+  5
+1BDCF
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     9
+100
+AcDbBlockReference
+ 66
+     1
+  2
+palet
+ 10
+1761.414176381775
+ 20
+257.3989976791448
+ 30
+-28.9114261271681
+  0
+ATTRIB
+  5
+1BDD0
+330
+1BDCF
+100
+AcDbEntity
+  8
+IMG009
+ 62
+     9
+100
+AcDbText
+ 10
+1761.414176381775
+ 20
+257.3989976791448
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+CWM-CWS03:WtrC-FCV-030:Open
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1BDD1
+330
+1BDCF
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1761.414176381775
+ 20
+257.3989976791448
+ 30
+-28.9114261271681
+ 40
+6.0
+  1
+42
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1BDD2
+330
+1BDCF
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1761.414176381775
+ 20
+257.3989976791448
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+10
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1BDD3
+330
+1BDCF
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1761.414176381775
+ 20
+257.3989976791448
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+12
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+1BDD4
+330
+1BDCF
+100
+AcDbEntity
+  8
+0
+  0
+SOLID
+  5
+1BDD5
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+    42
+100
+AcDbTrace
+ 10
+1751.783566800185
+ 20
+254.7032049770434
+ 30
+14.28
+ 11
+1751.783566800185
+ 21
+265.4132049770434
+ 31
+14.28
+ 12
+1739.288566800184
+ 22
+254.7032049770434
+ 32
+14.28
+ 13
+1739.288566800184
+ 23
+265.4132049770434
+ 33
+14.28
+ 39
+14.28
+  0
+SOLID
+  5
+1BDD6
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+    42
+100
+AcDbTrace
+ 10
+1744.643484733907
+ 20
+247.5632049770437
+ 30
+0.0
+ 11
+1744.643484733907
+ 21
+254.7032049770434
+ 31
+0.0
+ 12
+1746.428484733907
+ 22
+247.5632049770437
+ 32
+0.0
+ 13
+1746.428484733907
+ 23
+254.7032049770434
+ 33
+0.0
+ 39
+14.28
+  0
+SOLID
+  5
+1BDD7
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+    42
+100
+AcDbTrace
+ 10
+1744.643566800185
+ 20
+243.9689986454217
+ 30
+0.0
+ 11
+1746.428566800185
+ 21
+243.9689986454217
+ 31
+0.0
+ 12
+1744.643484733907
+ 22
+247.5632049770437
+ 32
+0.0
+ 13
+1746.428484733907
+ 23
+247.5632049770437
+ 33
+0.0
+  0
+SOLID
+  5
+1BDD8
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+    42
+100
+AcDbTrace
+ 10
+1736.611066800185
+ 20
+251.1089986454213
+ 30
+0.0
+ 11
+1744.643484733907
+ 21
+247.5632049770437
+ 31
+0.0
+ 12
+1736.611066800185
+ 22
+240.3989986454213
+ 32
+0.0
+ 13
+1744.643566800185
+ 23
+243.9689986454217
+ 33
+0.0
+  0
+SOLID
+  5
+1BDD9
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+    42
+100
+AcDbTrace
+ 10
+1754.461066800185
+ 20
+251.1089986454213
+ 30
+0.0
+ 11
+1746.428648866463
+ 21
+247.5632049770437
+ 31
+0.0
+ 12
+1754.461066800185
+ 22
+240.3989986454213
+ 32
+0.0
+ 13
+1746.428566800185
+ 23
+243.9689986454217
+ 33
+0.0
+  0
+LINE
+  5
+1BDDA
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1754.461066800185
+ 20
+251.1089986454213
+ 30
+0.0
+ 11
+1746.428484733907
+ 21
+247.5632049770437
+ 31
+14.28000000000001
+  0
+LINE
+  5
+1BDDB
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1746.428484733907
+ 20
+247.5632049770437
+ 30
+14.28000000000001
+ 11
+1746.428484733907
+ 21
+254.7032049770434
+ 31
+14.28000000000001
+  0
+LINE
+  5
+1BDDC
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1746.428484733882
+ 20
+254.7032049770434
+ 30
+28.56000000000003
+ 11
+1751.78356680016
+ 21
+254.678998645422
+ 31
+28.56000000000003
+  0
+LINE
+  5
+1BDDD
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1751.783566800185
+ 20
+265.3889986454213
+ 30
+28.56000000000006
+ 11
+1751.783566800185
+ 21
+254.6789986454218
+ 31
+28.56000000000006
+  0
+LINE
+  5
+1BDDE
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1739.288566800184
+ 20
+254.678998645422
+ 30
+14.28000000000001
+ 11
+1744.643484733907
+ 21
+254.7032049770434
+ 31
+14.28000000000001
+  0
+LINE
+  5
+1BDDF
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1744.643484733907
+ 20
+254.7032049770434
+ 30
+14.28000000000001
+ 11
+1744.643484733907
+ 21
+247.5632049770437
+ 31
+14.28000000000001
+  0
+LINE
+  5
+1BDE0
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1744.643484733907
+ 20
+247.5632049770437
+ 30
+14.28000000000001
+ 11
+1736.611066800185
+ 21
+251.1089986454213
+ 31
+0.0
+  0
+LINE
+  5
+1BDE1
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1736.611066800185
+ 20
+240.3989986454213
+ 30
+0.0
+ 11
+1744.643566800185
+ 21
+243.9689986454217
+ 31
+0.0
+  0
+LINE
+  5
+1BDE2
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1744.643566800185
+ 20
+243.9689986454217
+ 30
+0.0
+ 11
+1746.428566800185
+ 21
+243.9689986454217
+ 31
+0.0
+  0
+LINE
+  5
+1BDE3
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1746.428566800185
+ 20
+243.9689986454217
+ 30
+0.0
+ 11
+1754.461066800185
+ 21
+240.3989986454213
+ 31
+0.0
+  0
+LINE
+  5
+1BDE4
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1739.288566800184
+ 20
+254.7032049770434
+ 30
+14.28
+ 11
+1739.288566800184
+ 21
+265.4132049770434
+ 31
+14.28
+  0
+LINE
+  5
+1BDE5
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1739.288566800184
+ 20
+265.4132049770434
+ 30
+28.56
+ 11
+1751.783566800185
+ 21
+265.3889986454213
+ 31
+28.56000000000006
+  0
+LINE
+  5
+1BDE6
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1754.461066800185
+ 20
+240.3989986454213
+ 30
+14.28000000000001
+ 11
+1754.461066800185
+ 21
+251.1089986454213
+ 31
+0.0
+  0
+LINE
+  5
+1BDE7
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1736.611066800185
+ 20
+240.3989986454213
+ 30
+14.28000000000001
+ 11
+1736.611066800185
+ 21
+251.1089986454213
+ 31
+0.0
+  0
+LINE
+  5
+1BDE8
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1736.611066800185
+ 20
+251.1089986454213
+ 30
+0.0
+ 11
+1736.611066800185
+ 21
+240.3989986454213
+ 31
+0.0
+  0
+TEXT
+  5
+1BDE9
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbText
+ 10
+1716.001823778549
+ 20
+65.69743591691519
+ 30
+0.0
+ 40
+9.0
+  1
+FCV-040
+  7
+FUTUROS
+100
+AcDbText
+  0
+INSERT
+  5
+1BDEA
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     9
+100
+AcDbBlockReference
+ 66
+     1
+  2
+palet
+ 10
+1761.414176381775
+ 20
+49.39899767914482
+ 30
+-28.9114261271681
+  0
+ATTRIB
+  5
+1BDEB
+330
+1BDEA
+100
+AcDbEntity
+  8
+IMG009
+ 62
+     9
+100
+AcDbText
+ 10
+1761.414176381775
+ 20
+49.39899767914482
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+CWM-CWS03:WtrC-FCV-040:Open
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1BDEC
+330
+1BDEA
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1761.414176381775
+ 20
+49.39899767914482
+ 30
+-28.9114261271681
+ 40
+6.0
+  1
+43
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1BDED
+330
+1BDEA
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1761.414176381775
+ 20
+49.39899767914482
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+10
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1BDEE
+330
+1BDEA
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1761.414176381775
+ 20
+49.39899767914482
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+12
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+1BDEF
+330
+1BDEA
+100
+AcDbEntity
+  8
+0
+  0
+SOLID
+  5
+1BDF0
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+    43
+100
+AcDbTrace
+ 10
+1751.783566800185
+ 20
+46.70320497704335
+ 30
+14.28
+ 11
+1751.783566800185
+ 21
+57.41320497704339
+ 31
+14.28
+ 12
+1739.288566800184
+ 22
+46.70320497704335
+ 32
+14.28
+ 13
+1739.288566800184
+ 23
+57.41320497704339
+ 33
+14.28
+ 39
+14.28
+  0
+SOLID
+  5
+1BDF1
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+    43
+100
+AcDbTrace
+ 10
+1744.643484733907
+ 20
+39.56320497704371
+ 30
+0.0
+ 11
+1744.643484733907
+ 21
+46.70320497704335
+ 31
+0.0
+ 12
+1746.428484733907
+ 22
+39.56320497704371
+ 32
+0.0
+ 13
+1746.428484733907
+ 23
+46.70320497704335
+ 33
+0.0
+ 39
+14.28
+  0
+SOLID
+  5
+1BDF2
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+    43
+100
+AcDbTrace
+ 10
+1744.643566800185
+ 20
+35.96899864542172
+ 30
+0.0
+ 11
+1746.428566800185
+ 21
+35.96899864542172
+ 31
+0.0
+ 12
+1744.643484733907
+ 22
+39.56320497704371
+ 32
+0.0
+ 13
+1746.428484733907
+ 23
+39.56320497704371
+ 33
+0.0
+  0
+SOLID
+  5
+1BDF3
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+    43
+100
+AcDbTrace
+ 10
+1736.611066800185
+ 20
+43.10899864542136
+ 30
+0.0
+ 11
+1744.643484733907
+ 21
+39.56320497704371
+ 31
+0.0
+ 12
+1736.611066800185
+ 22
+32.39899864542133
+ 32
+0.0
+ 13
+1744.643566800185
+ 23
+35.96899864542172
+ 33
+0.0
+  0
+SOLID
+  5
+1BDF4
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+    43
+100
+AcDbTrace
+ 10
+1754.461066800185
+ 20
+43.10899864542136
+ 30
+0.0
+ 11
+1746.428648866463
+ 21
+39.56320497704371
+ 31
+0.0
+ 12
+1754.461066800185
+ 22
+32.39899864542133
+ 32
+0.0
+ 13
+1746.428566800185
+ 23
+35.96899864542172
+ 33
+0.0
+  0
+LINE
+  5
+1BDF5
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1754.461066800185
+ 20
+43.10899864542136
+ 30
+0.0
+ 11
+1746.428484733907
+ 21
+39.56320497704371
+ 31
+14.28000000000001
+  0
+LINE
+  5
+1BDF6
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1746.428484733907
+ 20
+39.56320497704371
+ 30
+14.28000000000001
+ 11
+1746.428484733907
+ 21
+46.70320497704335
+ 31
+14.28000000000001
+  0
+LINE
+  5
+1BDF7
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1746.428484733882
+ 20
+46.70320497704335
+ 30
+28.56000000000003
+ 11
+1751.78356680016
+ 21
+46.67899864542198
+ 31
+28.56000000000003
+  0
+LINE
+  5
+1BDF8
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1751.783566800185
+ 20
+57.38899864542133
+ 30
+28.56000000000006
+ 11
+1751.783566800185
+ 21
+46.67899864542175
+ 31
+28.56000000000006
+  0
+LINE
+  5
+1BDF9
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1739.288566800184
+ 20
+46.67899864542198
+ 30
+14.28000000000001
+ 11
+1744.643484733907
+ 21
+46.70320497704335
+ 31
+14.28000000000001
+  0
+LINE
+  5
+1BDFA
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1744.643484733907
+ 20
+46.70320497704335
+ 30
+14.28000000000001
+ 11
+1744.643484733907
+ 21
+39.56320497704371
+ 31
+14.28000000000001
+  0
+LINE
+  5
+1BDFB
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1744.643484733907
+ 20
+39.56320497704371
+ 30
+14.28000000000001
+ 11
+1736.611066800185
+ 21
+43.10899864542136
+ 31
+0.0
+  0
+LINE
+  5
+1BDFC
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1736.611066800185
+ 20
+32.39899864542133
+ 30
+0.0
+ 11
+1744.643566800185
+ 21
+35.96899864542172
+ 31
+0.0
+  0
+LINE
+  5
+1BDFD
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1744.643566800185
+ 20
+35.96899864542172
+ 30
+0.0
+ 11
+1746.428566800185
+ 21
+35.96899864542172
+ 31
+0.0
+  0
+LINE
+  5
+1BDFE
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1746.428566800185
+ 20
+35.96899864542172
+ 30
+0.0
+ 11
+1754.461066800185
+ 21
+32.39899864542133
+ 31
+0.0
+  0
+LINE
+  5
+1BDFF
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1739.288566800184
+ 20
+46.70320497704335
+ 30
+14.28
+ 11
+1739.288566800184
+ 21
+57.41320497704339
+ 31
+14.28
+  0
+LINE
+  5
+1BE00
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1739.288566800184
+ 20
+57.41320497704339
+ 30
+28.56
+ 11
+1751.783566800185
+ 21
+57.38899864542133
+ 31
+28.56000000000006
+  0
+LINE
+  5
+1BE01
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1754.461066800185
+ 20
+32.39899864542133
+ 30
+14.28000000000001
+ 11
+1754.461066800185
+ 21
+43.10899864542136
+ 31
+0.0
+  0
+LINE
+  5
+1BE02
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1736.611066800185
+ 20
+32.39899864542133
+ 30
+14.28000000000001
+ 11
+1736.611066800185
+ 21
+43.10899864542136
+ 31
+0.0
+  0
+LINE
+  5
+1BE03
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1736.611066800185
+ 20
+43.10899864542136
+ 30
+0.0
+ 11
+1736.611066800185
+ 21
+32.39899864542133
+ 31
+0.0
+  0
+LWPOLYLINE
+  5
+1BE04
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+1074.807951499676
+ 20
+-308.3025625865766
+ 10
+1610.807952000274
+ 20
+-308.302565185063
+ 10
+1610.807952000274
+ 20
+-68.60099952995176
+ 10
+1074.807951499676
+ 20
+-68.60099693146537
+  0
+INSERT
+  5
+1BE05
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbBlockReference
+  2
+Vanne manuelle
+ 10
+1099.807954632287
+ 20
+-242.600997550729
+ 30
+0.0
+ 41
+2.0
+ 42
+2.0
+ 43
+2.0
+  0
+INSERT
+  5
+1BE06
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbBlockReference
+  2
+Vanne manuelle
+ 10
+1099.807955467183
+ 20
+-202.6009971575021
+ 30
+64.0
+ 41
+2.0
+ 42
+2.0
+ 43
+2.0
+  0
+INSERT
+  5
+1BE0B
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbBlockReference
+  2
+Vanne manuelle
+ 10
+1259.807953069383
+ 20
+-170.6009973297216
+ 30
+0.0
+ 41
+2.0
+ 42
+2.0
+ 43
+2.0
+  0
+INSERT
+  5
+1BE0C
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbBlockReference
+  2
+Vanne manuelle
+ 10
+1387.807953069383
+ 20
+-170.6009955850209
+ 30
+0.0
+ 41
+2.0
+ 42
+2.0
+ 43
+2.0
+  0
+LINE
+  5
+1BE0D
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+ 62
+    79
+100
+AcDbLine
+ 10
+1289.807953069383
+ 20
+-168.6009957933251
+ 30
+64.0
+ 11
+1308.316739774873
+ 21
+-168.6009957933251
+ 31
+64.0
+  0
+LINE
+  5
+1BE0E
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+ 62
+    79
+100
+AcDbLine
+ 10
+1289.807953069383
+ 20
+-172.6009967711592
+ 30
+64.0
+ 11
+1308.316739774873
+ 21
+-172.6009967711592
+ 31
+64.0
+  0
+LINE
+  5
+1BE0F
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+ 62
+    79
+100
+AcDbLine
+ 10
+1387.807953069382
+ 20
+-168.6009947239
+ 30
+32.0
+ 11
+1369.027953081758
+ 21
+-168.6009947239
+ 31
+32.0
+  0
+LINE
+  5
+1BE10
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+ 62
+    79
+100
+AcDbLine
+ 10
+1387.807953069382
+ 20
+-172.6009957017341
+ 30
+32.0
+ 11
+1369.027953081758
+ 21
+-172.6009957017341
+ 31
+32.0
+  0
+LWPOLYLINE
+  5
+1BE11
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+1082.807949613946
+ 20
+-76.60099818638889
+ 10
+1288.807952510787
+ 20
+-76.60099818638889
+ 10
+1288.807952510787
+ 20
+-94.60099867515452
+ 10
+1082.807949613946
+ 20
+-94.60099867515452
+  0
+TEXT
+  5
+1BE12
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbText
+ 10
+1090.807949784413
+ 20
+-88.60099867515453
+ 30
+0.0
+ 40
+9.0
+  1
+Body S4-S5 regulation loop
+  7
+FUTUROS
+100
+AcDbText
+  0
+LWPOLYLINE
+  5
+1BE13
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 38
+64.0
+ 10
+1754.414177482697
+ 20
+-240.6010023953513
+ 10
+1826.611064969771
+ 20
+-240.6010023953512
+ 10
+1826.611064969771
+ 20
+-244.6010033731853
+ 10
+1754.414177482697
+ 20
+-244.6010033731854
+  0
+TEXT
+  5
+1BE14
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbText
+ 10
+1716.001823778549
+ 20
+-214.6010037554988
+ 30
+0.0
+ 40
+9.0
+  1
+FCV-051
+  7
+FUTUROS
+100
+AcDbText
+  0
+INSERT
+  5
+1BE15
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     9
+100
+AcDbBlockReference
+ 66
+     1
+  2
+palet
+ 10
+1761.217287126989
+ 20
+-230.8994419932692
+ 30
+-28.9114261271681
+  0
+ATTRIB
+  5
+1BE16
+330
+1BE15
+100
+AcDbEntity
+  8
+IMG009
+ 62
+     9
+100
+AcDbText
+ 10
+1761.217287126989
+ 20
+-230.8994419932692
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+CWM-CWS03:WtrC-FCV-051:Open
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1BE17
+330
+1BE15
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1761.217287126989
+ 20
+-230.8994419932692
+ 30
+-28.9114261271681
+ 40
+6.0
+  1
+45
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1BE18
+330
+1BE15
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1761.217287126989
+ 20
+-230.8994419932692
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+10
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1BE19
+330
+1BE15
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1761.217287126989
+ 20
+-230.8994419932692
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+12
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+1BE1A
+330
+1BE15
+100
+AcDbEntity
+  8
+0
+  0
+SOLID
+  5
+1BE1B
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+    45
+100
+AcDbTrace
+ 10
+1751.5866775454
+ 20
+-233.5952346953707
+ 30
+14.28
+ 11
+1751.5866775454
+ 21
+-222.8852346953706
+ 31
+14.28
+ 12
+1739.091677545399
+ 22
+-233.5952346953707
+ 32
+14.28
+ 13
+1739.091677545399
+ 23
+-222.8852346953706
+ 33
+14.28
+ 39
+14.28
+  0
+SOLID
+  5
+1BE1C
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+    45
+100
+AcDbTrace
+ 10
+1744.446595479122
+ 20
+-240.7352346953703
+ 30
+0.0
+ 11
+1744.446595479122
+ 21
+-233.5952346953707
+ 31
+0.0
+ 12
+1746.231595479121
+ 22
+-240.7352346953703
+ 32
+0.0
+ 13
+1746.231595479121
+ 23
+-233.5952346953707
+ 33
+0.0
+ 39
+14.28
+  0
+SOLID
+  5
+1BE1D
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+    45
+100
+AcDbTrace
+ 10
+1744.4466775454
+ 20
+-244.3294410269923
+ 30
+0.0
+ 11
+1746.231677545399
+ 21
+-244.3294410269923
+ 31
+0.0
+ 12
+1744.446595479122
+ 22
+-240.7352346953703
+ 32
+0.0
+ 13
+1746.231595479121
+ 23
+-240.7352346953703
+ 33
+0.0
+  0
+SOLID
+  5
+1BE1E
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+    45
+100
+AcDbTrace
+ 10
+1736.414177545399
+ 20
+-237.1894410269927
+ 30
+0.0
+ 11
+1744.446595479122
+ 21
+-240.7352346953703
+ 31
+0.0
+ 12
+1736.414177545399
+ 22
+-247.8994410269927
+ 32
+0.0
+ 13
+1744.4466775454
+ 23
+-244.3294410269923
+ 33
+0.0
+  0
+SOLID
+  5
+1BE1F
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+    45
+100
+AcDbTrace
+ 10
+1754.2641775454
+ 20
+-237.1894410269927
+ 30
+0.0
+ 11
+1746.231759611677
+ 21
+-240.7352346953703
+ 31
+0.0
+ 12
+1754.2641775454
+ 22
+-247.8994410269927
+ 32
+0.0
+ 13
+1746.231677545399
+ 23
+-244.3294410269923
+ 33
+0.0
+  0
+LINE
+  5
+1BE20
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1754.2641775454
+ 20
+-237.1894410269927
+ 30
+0.0
+ 11
+1746.231595479121
+ 21
+-240.7352346953703
+ 31
+14.28000000000001
+  0
+LINE
+  5
+1BE21
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1746.231595479121
+ 20
+-240.7352346953703
+ 30
+14.28000000000001
+ 11
+1746.231595479121
+ 21
+-233.5952346953707
+ 31
+14.28000000000001
+  0
+LINE
+  5
+1BE22
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1746.231595479097
+ 20
+-233.5952346953707
+ 30
+28.56000000000003
+ 11
+1751.586677545375
+ 21
+-233.6194410269921
+ 31
+28.56000000000003
+  0
+LINE
+  5
+1BE23
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1751.5866775454
+ 20
+-222.9094410269927
+ 30
+28.56000000000006
+ 11
+1751.5866775454
+ 21
+-233.6194410269923
+ 31
+28.56000000000006
+  0
+LINE
+  5
+1BE24
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1739.091677545399
+ 20
+-233.6194410269921
+ 30
+14.28000000000001
+ 11
+1744.446595479122
+ 21
+-233.5952346953707
+ 31
+14.28000000000001
+  0
+LINE
+  5
+1BE25
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1744.446595479122
+ 20
+-233.5952346953707
+ 30
+14.28000000000001
+ 11
+1744.446595479122
+ 21
+-240.7352346953703
+ 31
+14.28000000000001
+  0
+LINE
+  5
+1BE26
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1744.446595479122
+ 20
+-240.7352346953703
+ 30
+14.28000000000001
+ 11
+1736.414177545399
+ 21
+-237.1894410269927
+ 31
+0.0
+  0
+LINE
+  5
+1BE27
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1736.414177545399
+ 20
+-247.8994410269927
+ 30
+0.0
+ 11
+1744.4466775454
+ 21
+-244.3294410269923
+ 31
+0.0
+  0
+LINE
+  5
+1BE28
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1744.4466775454
+ 20
+-244.3294410269923
+ 30
+0.0
+ 11
+1746.231677545399
+ 21
+-244.3294410269923
+ 31
+0.0
+  0
+LINE
+  5
+1BE29
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1746.231677545399
+ 20
+-244.3294410269923
+ 30
+0.0
+ 11
+1754.2641775454
+ 21
+-247.8994410269927
+ 31
+0.0
+  0
+LINE
+  5
+1BE2A
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1739.091677545399
+ 20
+-233.5952346953707
+ 30
+14.28
+ 11
+1739.091677545399
+ 21
+-222.8852346953706
+ 31
+14.28
+  0
+LINE
+  5
+1BE2B
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1739.091677545399
+ 20
+-222.8852346953706
+ 30
+28.56
+ 11
+1751.5866775454
+ 21
+-222.9094410269927
+ 31
+28.56000000000006
+  0
+LINE
+  5
+1BE2C
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1754.2641775454
+ 20
+-247.8994410269927
+ 30
+14.28000000000001
+ 11
+1754.2641775454
+ 21
+-237.1894410269927
+ 31
+0.0
+  0
+LINE
+  5
+1BE2D
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1736.414177545399
+ 20
+-247.8994410269927
+ 30
+14.28000000000001
+ 11
+1736.414177545399
+ 21
+-237.1894410269927
+ 31
+0.0
+  0
+LINE
+  5
+1BE2E
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1736.414177545399
+ 20
+-237.1894410269927
+ 30
+0.0
+ 11
+1736.414177545399
+ 21
+-247.8994410269927
+ 31
+0.0
+  0
+LWPOLYLINE
+  5
+1BE2F
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    89
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 38
+416.0
+ 10
+1042.807951998415
+ 20
+439.6974352674343
+ 10
+974.0048413684112
+ 20
+439.6974352674343
+ 10
+974.0048413684114
+ 20
+446.6974352674343
+ 10
+1042.807951998415
+ 20
+446.6974352674343
+  0
+LWPOLYLINE
+  5
+1BE30
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 38
+256.0
+ 10
+1044.807950626004
+ 20
+409.69743773939
+ 10
+1099.807950626004
+ 20
+409.69743773939
+ 10
+1099.807950626004
+ 20
+413.6974387172241
+ 10
+1044.807950626004
+ 20
+413.6974387172241
+  0
+LWPOLYLINE
+  5
+1BE31
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+ 62
+    77
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 38
+384.0
+ 10
+1044.7901220107
+ 20
+211.6974418539934
+ 10
+1099.790122010701
+ 20
+211.6974418539934
+ 10
+1099.790122010701
+ 20
+215.6974428318275
+ 10
+1044.7901220107
+ 20
+215.6974428318275
+  0
+TEXT
+  5
+1BE32
+330
+1F
+100
+AcDbEntity
+  8
+TEXTE
+ 62
+     7
+100
+AcDbText
+ 10
+1195.001823778549
+ 20
+-125.2328748444081
+ 30
+0.0
+ 40
+7.0
+  1
+PCV-050
+100
+AcDbText
+  0
+INSERT
+  5
+1BE33
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Valnum
+ 10
+1196.607952935471
+ 20
+-137.5850945960494
+ 30
+0.0
+ 41
+1.199999999999999
+ 42
+1.199999999999999
+ 43
+1.5
+  0
+ATTRIB
+  5
+1BE34
+330
+1BE33
+100
+AcDbEntity
+  8
+IMG027
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1249.407952935471
+ 20
+-137.5850945960494
+ 30
+0.0
+ 40
+9.599999999999999
+  1
+CWM-CWS03:WtrC-PCV-050:Cmd
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1BE35
+330
+1BE33
+100
+AcDbEntity
+  8
+IMG027
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1249.407952935471
+ 20
+-137.5850945960494
+ 30
+0.0
+ 40
+9.599999999999999
+  1
+14
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1BE36
+330
+1BE33
+100
+AcDbEntity
+  8
+IMG027
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1249.407952935471
+ 20
+-137.5850945960494
+ 30
+0.0
+ 40
+9.599999999999999
+  1
+0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+1BE37
+330
+1BE33
+100
+AcDbEntity
+  8
+0
+  0
+TEXT
+  5
+1BE38
+330
+1F
+100
+AcDbEntity
+  8
+TEXTE
+ 62
+     2
+100
+AcDbText
+ 10
+1229.607952935471
+ 20
+-136.6895780733629
+ 30
+0.0
+ 40
+8.0
+  1
+%
+100
+AcDbText
+  0
+SOLID
+  5
+1BE39
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbTrace
+ 10
+1191.607953431774
+ 20
+-115.6895780733629
+ 30
+0.0
+ 11
+1191.607953431774
+ 21
+-138.6895779656955
+ 31
+0.0
+ 12
+1244.607952935471
+ 22
+-115.6895780733629
+ 32
+0.0
+ 13
+1244.607952935471
+ 23
+-138.6895783598374
+ 33
+0.0
+  0
+SOLID
+  5
+1BE3A
+330
+1F
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+1191.607953431774
+ 20
+-115.6895780733629
+ 30
+230.4
+ 11
+1244.607952935471
+ 21
+-115.6895780733629
+ 31
+230.4
+ 12
+1189.807953431774
+ 22
+-113.8895780733634
+ 32
+230.4
+ 13
+1246.407950058471
+ 23
+-113.8895865962154
+ 33
+230.4
+  0
+SOLID
+  5
+1BE3B
+330
+1F
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+1189.807953431774
+ 20
+-140.4895779656956
+ 30
+0.0
+ 11
+1191.607953431774
+ 21
+-138.6895779656955
+ 31
+0.0
+ 12
+1189.807953431774
+ 22
+-113.8895780733634
+ 32
+0.0
+ 13
+1191.607953431774
+ 23
+-115.6895780733629
+ 33
+0.0
+  0
+SOLID
+  5
+1BE3C
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+1189.807953403744
+ 20
+-140.4895823766151
+ 30
+0.0
+ 11
+1246.407956952249
+ 21
+-140.4895823766151
+ 31
+0.0
+ 12
+1191.607953403744
+ 22
+-138.6895823766151
+ 32
+0.0
+ 13
+1244.607952935471
+ 23
+-138.6895783598374
+ 33
+0.0
+  0
+SOLID
+  5
+1BE3D
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+1246.407952935471
+ 20
+-140.4895783598374
+ 30
+230.4
+ 11
+1244.607952935471
+ 21
+-138.6895783598374
+ 31
+230.4
+ 12
+1246.407958581349
+ 22
+-113.8895780733634
+ 32
+230.4
+ 13
+1244.607952935471
+ 23
+-115.6895780733629
+ 33
+230.4
+  0
+LWPOLYLINE
+  5
+1BE3E
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 38
+230.4
+ 10
+1189.807951888429
+ 20
+-113.889574209452
+ 10
+1246.407948515124
+ 20
+-113.889574209452
+ 10
+1246.407954269129
+ 20
+-140.4895732417669
+ 10
+1189.807957642435
+ 20
+-140.4895732417669
+  0
+TEXT
+  5
+1BE3F
+330
+1F
+100
+AcDbEntity
+  8
+TEXTE
+ 62
+     7
+100
+AcDbText
+ 10
+1195.001823778549
+ 20
+83.76712515559189
+ 30
+0.0
+ 40
+7.0
+  1
+PCV-040
+100
+AcDbText
+  0
+INSERT
+  5
+1BE40
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Valnum
+ 10
+1196.607955713211
+ 20
+71.41490540395057
+ 30
+0.0
+ 41
+1.199999999999999
+ 42
+1.199999999999999
+ 43
+1.5
+  0
+ATTRIB
+  5
+1BE41
+330
+1BE40
+100
+AcDbEntity
+  8
+IMG027
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1249.407955713211
+ 20
+71.41490540395057
+ 30
+0.0
+ 40
+9.599999999999999
+  1
+CWM-CWS03:WtrC-PCV-040:Cmd
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1BE42
+330
+1BE40
+100
+AcDbEntity
+  8
+IMG027
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1249.407955713211
+ 20
+71.41490540395057
+ 30
+0.0
+ 40
+9.599999999999999
+  1
+14
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1BE43
+330
+1BE40
+100
+AcDbEntity
+  8
+IMG027
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1249.407955713211
+ 20
+71.41490540395057
+ 30
+0.0
+ 40
+9.599999999999999
+  1
+0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+1BE44
+330
+1BE40
+100
+AcDbEntity
+  8
+0
+  0
+TEXT
+  5
+1BE45
+330
+1F
+100
+AcDbEntity
+  8
+TEXTE
+ 62
+     2
+100
+AcDbText
+ 10
+1229.607955713211
+ 20
+72.31042192663711
+ 30
+0.0
+ 40
+8.0
+  1
+%
+100
+AcDbText
+  0
+SOLID
+  5
+1BE46
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbTrace
+ 10
+1191.607956209514
+ 20
+93.3104219266371
+ 30
+0.0
+ 11
+1191.607956209514
+ 21
+70.31042203430445
+ 31
+0.0
+ 12
+1244.607955713211
+ 22
+93.3104219266371
+ 32
+0.0
+ 13
+1244.607955713211
+ 23
+70.31042164016253
+ 33
+0.0
+  0
+SOLID
+  5
+1BE47
+330
+1F
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+1191.607956209514
+ 20
+93.3104219266371
+ 30
+230.4
+ 11
+1244.607955713211
+ 21
+93.3104219266371
+ 31
+230.4
+ 12
+1189.807956209514
+ 22
+95.1104219266366
+ 32
+230.4
+ 13
+1246.407952836211
+ 23
+95.1104134037846
+ 33
+230.4
+  0
+SOLID
+  5
+1BE48
+330
+1F
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+1189.807956209514
+ 20
+68.51042203430438
+ 30
+0.0
+ 11
+1191.607956209514
+ 21
+70.31042203430445
+ 31
+0.0
+ 12
+1189.807956209514
+ 22
+95.1104219266366
+ 32
+0.0
+ 13
+1191.607956209514
+ 23
+93.3104219266371
+ 33
+0.0
+  0
+SOLID
+  5
+1BE49
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+1189.807956181484
+ 20
+68.51041762338491
+ 30
+0.0
+ 11
+1246.407959729989
+ 21
+68.51041762338491
+ 31
+0.0
+ 12
+1191.607956181484
+ 22
+70.31041762338486
+ 32
+0.0
+ 13
+1244.607955713211
+ 23
+70.31042164016253
+ 33
+0.0
+  0
+SOLID
+  5
+1BE4A
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+1246.407955713211
+ 20
+68.51042164016257
+ 30
+230.4
+ 11
+1244.607955713211
+ 21
+70.31042164016253
+ 31
+230.4
+ 12
+1246.407961359089
+ 22
+95.1104219266366
+ 32
+230.4
+ 13
+1244.607955713211
+ 23
+93.3104219266371
+ 33
+230.4
+  0
+LWPOLYLINE
+  5
+1BE4B
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 38
+230.4
+ 10
+1189.807954666169
+ 20
+95.110425790548
+ 10
+1246.407951292864
+ 20
+95.110425790548
+ 10
+1246.40795704687
+ 20
+68.51042675823305
+ 10
+1189.807960420175
+ 20
+68.51042675823305
+  0
+TEXT
+  5
+1BE4C
+330
+1F
+100
+AcDbEntity
+  8
+TEXTE
+ 62
+     7
+100
+AcDbText
+ 10
+1324.807946104366
+ 20
+89.95414544844607
+ 30
+3686.400000000001
+ 40
+8.0
+  1
+P-40
+ 72
+     1
+ 11
+1338.807946104366
+ 21
+89.95414544844607
+ 31
+3686.400000000001
+100
+AcDbText
+  0
+SOLID
+  5
+1BE4D
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbTrace
+ 10
+1312.607946838095
+ 20
+99.4974422194913
+ 30
+3686.400000000001
+ 11
+1312.607946838095
+ 21
+76.49744232715864
+ 31
+3686.400000000001
+ 12
+1365.607946341792
+ 22
+99.4974422194913
+ 32
+3686.400000000001
+ 13
+1365.607946341792
+ 23
+76.49744193301683
+ 33
+3686.400000000001
+  0
+SOLID
+  5
+1BE4E
+330
+1F
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+1312.607946838095
+ 20
+99.4974422194913
+ 30
+3916.8
+ 11
+1365.607946341792
+ 21
+99.4974422194913
+ 31
+3916.8
+ 12
+1310.807946838094
+ 22
+101.2974422194909
+ 32
+3916.8
+ 13
+1367.40794346479
+ 23
+101.2974336966389
+ 33
+3916.8
+  0
+SOLID
+  5
+1BE4F
+330
+1F
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+1310.807946838094
+ 20
+74.69744232715868
+ 30
+3686.400000000001
+ 11
+1312.607946838095
+ 21
+76.49744232715864
+ 31
+3686.400000000001
+ 12
+1310.807946838094
+ 22
+101.2974422194909
+ 32
+3686.400000000001
+ 13
+1312.607946838095
+ 23
+99.4974422194913
+ 33
+3686.400000000001
+  0
+SOLID
+  5
+1BE50
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+1310.807946810064
+ 20
+74.69743791623921
+ 30
+3686.400000000001
+ 11
+1367.407950358569
+ 21
+74.69743791623921
+ 31
+3686.400000000001
+ 12
+1312.607946810065
+ 22
+76.49743791623916
+ 32
+3686.400000000001
+ 13
+1365.607946341792
+ 23
+76.49744193301683
+ 33
+3686.400000000001
+  0
+SOLID
+  5
+1BE51
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+1367.407946341792
+ 20
+74.69744193301687
+ 30
+3916.8
+ 11
+1365.607946341792
+ 21
+76.49744193301683
+ 31
+3916.8
+ 12
+1367.407951987669
+ 22
+101.2974422194909
+ 32
+3916.8
+ 13
+1365.607946341792
+ 23
+99.4974422194913
+ 33
+3916.8
+  0
+LWPOLYLINE
+  5
+1BE52
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 38
+3916.8
+ 10
+1310.80794529475
+ 20
+101.2974460834023
+ 10
+1367.407941921444
+ 20
+101.2974460834023
+ 10
+1367.407947675449
+ 20
+74.69744705108735
+ 10
+1310.807951048756
+ 20
+74.69744705108735
+  0
+TEXT
+  5
+1BE5E
+330
+1F
+100
+AcDbEntity
+  8
+TEXTE
+ 62
+     7
+100
+AcDbText
+ 10
+1324.807949194216
+ 20
+-118.0458551016314
+ 30
+5529.600000000001
+ 40
+8.0
+  1
+P-50
+ 72
+     1
+ 11
+1338.807949194216
+ 21
+-118.0458551016314
+ 31
+5529.600000000001
+100
+AcDbText
+  0
+SOLID
+  5
+1BE5F
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbTrace
+ 10
+1312.607949927945
+ 20
+-108.5025583305862
+ 30
+5529.600000000001
+ 11
+1312.607949927945
+ 21
+-131.5025582229188
+ 31
+5529.600000000001
+ 12
+1365.607949431642
+ 22
+-108.5025583305862
+ 32
+5529.600000000001
+ 13
+1365.607949431642
+ 23
+-131.5025586170607
+ 33
+5529.600000000001
+  0
+SOLID
+  5
+1BE60
+330
+1F
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+1312.607949927945
+ 20
+-108.5025583305862
+ 30
+5760.0
+ 11
+1365.607949431642
+ 21
+-108.5025583305862
+ 31
+5760.0
+ 12
+1310.807949927945
+ 22
+-106.7025583305866
+ 32
+5760.0
+ 13
+1367.407946554641
+ 23
+-106.7025668534386
+ 33
+5760.0
+  0
+SOLID
+  5
+1BE61
+330
+1F
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+1310.807949927945
+ 20
+-133.3025582229188
+ 30
+5529.600000000001
+ 11
+1312.607949927945
+ 21
+-131.5025582229188
+ 31
+5529.600000000001
+ 12
+1310.807949927945
+ 22
+-106.7025583305866
+ 32
+5529.600000000001
+ 13
+1312.607949927945
+ 23
+-108.5025583305862
+ 33
+5529.600000000001
+  0
+SOLID
+  5
+1BE62
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+1310.807949899915
+ 20
+-133.3025626338383
+ 30
+5529.600000000001
+ 11
+1367.40795344842
+ 21
+-133.3025626338383
+ 31
+5529.600000000001
+ 12
+1312.607949899915
+ 22
+-131.5025626338383
+ 32
+5529.600000000001
+ 13
+1365.607949431642
+ 23
+-131.5025586170607
+ 33
+5529.600000000001
+  0
+SOLID
+  5
+1BE63
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+1367.407949431642
+ 20
+-133.3025586170606
+ 30
+5760.0
+ 11
+1365.607949431642
+ 21
+-131.5025586170607
+ 31
+5760.0
+ 12
+1367.40795507752
+ 22
+-106.7025583305866
+ 32
+5760.0
+ 13
+1365.607949431642
+ 23
+-108.5025583305862
+ 33
+5760.0
+  0
+LWPOLYLINE
+  5
+1BE64
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 38
+5760.0
+ 10
+1310.8079483846
+ 20
+-106.7025544666752
+ 10
+1367.407945011295
+ 20
+-106.7025544666752
+ 10
+1367.4079507653
+ 20
+-133.3025534989901
+ 10
+1310.807954138606
+ 20
+-133.3025534989901
+  0
+TEXT
+  5
+1BE70
+330
+1F
+100
+AcDbEntity
+  8
+TEXTE
+ 62
+     7
+100
+AcDbText
+ 10
+1324.807945358335
+ 20
+298.9541448983686
+ 30
+5760.0
+ 40
+8.0
+  1
+P-30
+ 72
+     1
+ 11
+1338.807945358335
+ 21
+298.9541448983686
+ 31
+5760.0
+100
+AcDbText
+  0
+SOLID
+  5
+1BE71
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbTrace
+ 10
+1312.607946092063
+ 20
+308.4974416694138
+ 30
+5760.0
+ 11
+1312.607946092063
+ 21
+285.4974417770811
+ 31
+5760.0
+ 12
+1365.60794559576
+ 22
+308.4974416694138
+ 32
+5760.0
+ 13
+1365.60794559576
+ 23
+285.4974413829393
+ 33
+5760.0
+  0
+SOLID
+  5
+1BE72
+330
+1F
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+1312.607946092063
+ 20
+308.4974416694138
+ 30
+5990.4
+ 11
+1365.60794559576
+ 21
+308.4974416694138
+ 31
+5990.4
+ 12
+1310.807946092063
+ 22
+310.2974416694134
+ 32
+5990.4
+ 13
+1367.407942718759
+ 23
+310.2974331465614
+ 33
+5990.4
+  0
+SOLID
+  5
+1BE73
+330
+1F
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+1310.807946092063
+ 20
+283.6974417770812
+ 30
+5760.0
+ 11
+1312.607946092063
+ 21
+285.4974417770811
+ 31
+5760.0
+ 12
+1310.807946092063
+ 22
+310.2974416694134
+ 32
+5760.0
+ 13
+1312.607946092063
+ 23
+308.4974416694138
+ 33
+5760.0
+  0
+SOLID
+  5
+1BE74
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+1310.807946064033
+ 20
+283.6974373661617
+ 30
+5760.0
+ 11
+1367.407949612538
+ 21
+283.6974373661617
+ 31
+5760.0
+ 12
+1312.607946064033
+ 22
+285.4974373661617
+ 32
+5760.0
+ 13
+1365.60794559576
+ 23
+285.4974413829393
+ 33
+5760.0
+  0
+SOLID
+  5
+1BE75
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+1367.407945595761
+ 20
+283.6974413829393
+ 30
+5990.4
+ 11
+1365.60794559576
+ 21
+285.4974413829393
+ 31
+5990.4
+ 12
+1367.407951241638
+ 22
+310.2974416694134
+ 32
+5990.4
+ 13
+1365.60794559576
+ 23
+308.4974416694138
+ 33
+5990.4
+  0
+LWPOLYLINE
+  5
+1BE76
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 38
+5990.4
+ 10
+1310.807944548719
+ 20
+310.2974455333248
+ 10
+1367.407941175413
+ 20
+310.2974455333248
+ 10
+1367.407946929418
+ 20
+283.6974465010099
+ 10
+1310.807950302724
+ 20
+283.6974465010099
+  0
+TEXT
+  5
+1BE82
+330
+1F
+100
+AcDbEntity
+  8
+TEXTE
+ 62
+     7
+100
+AcDbText
+ 10
+1196.001823778549
+ 20
+550.9977964523938
+ 30
+921.6000000000001
+ 40
+7.0
+  1
+PCV-020
+100
+AcDbText
+  0
+INSERT
+  5
+1BE83
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Valnum
+ 10
+1197.607950850635
+ 20
+538.4149064776084
+ 30
+921.6000000000001
+ 41
+1.199999999999999
+ 42
+1.199999999999999
+ 43
+1.5
+  0
+ATTRIB
+  5
+1BE84
+330
+1BE83
+100
+AcDbEntity
+  8
+IMG027
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1250.407950850636
+ 20
+538.4149064776084
+ 30
+921.6000000000001
+ 40
+9.599999999999999
+  1
+CWM-CWS03:WtrC-PCV-020:Cmd
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1BE85
+330
+1BE83
+100
+AcDbEntity
+  8
+IMG027
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1250.407950850636
+ 20
+538.4149064776084
+ 30
+921.6000000000001
+ 40
+9.599999999999999
+  1
+14
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1BE86
+330
+1BE83
+100
+AcDbEntity
+  8
+IMG027
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1250.407950850636
+ 20
+538.4149064776084
+ 30
+921.6000000000001
+ 40
+9.599999999999999
+  1
+0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+1BE87
+330
+1BE83
+100
+AcDbEntity
+  8
+0
+  0
+TEXT
+  5
+1BE88
+330
+1F
+100
+AcDbEntity
+  8
+TEXTE
+ 62
+     2
+100
+AcDbText
+ 10
+1230.607950850636
+ 20
+539.3104230002949
+ 30
+921.6000000000001
+ 40
+8.0
+  1
+%
+100
+AcDbText
+  0
+SOLID
+  5
+1BE89
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbTrace
+ 10
+1192.607951346938
+ 20
+560.3104230002949
+ 30
+921.6000000000001
+ 11
+1192.607951346938
+ 21
+537.3104231079622
+ 31
+921.6000000000001
+ 12
+1245.607950850636
+ 22
+560.3104230002949
+ 32
+921.6000000000001
+ 13
+1245.607950850636
+ 23
+537.3104227138204
+ 33
+921.6000000000001
+  0
+SOLID
+  5
+1BE8A
+330
+1F
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+1192.607951346938
+ 20
+560.3104230002949
+ 30
+1152.0
+ 11
+1245.607950850636
+ 21
+560.3104230002949
+ 31
+1152.0
+ 12
+1190.807951346938
+ 22
+562.1104230002946
+ 32
+1152.0
+ 13
+1247.407947973635
+ 23
+562.1104144774425
+ 33
+1152.0
+  0
+SOLID
+  5
+1BE8B
+330
+1F
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+1190.807951346938
+ 20
+535.5104231079622
+ 30
+921.6000000000001
+ 11
+1192.607951346938
+ 21
+537.3104231079622
+ 31
+921.6000000000001
+ 12
+1190.807951346938
+ 22
+562.1104230002946
+ 32
+921.6000000000001
+ 13
+1192.607951346938
+ 23
+560.3104230002949
+ 33
+921.6000000000001
+  0
+SOLID
+  5
+1BE8C
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+1190.807951318908
+ 20
+535.5104186970428
+ 30
+921.6000000000001
+ 11
+1247.407954867414
+ 21
+535.5104186970428
+ 31
+921.6000000000001
+ 12
+1192.607951318908
+ 22
+537.3104186970428
+ 32
+921.6000000000001
+ 13
+1245.607950850636
+ 23
+537.3104227138204
+ 33
+921.6000000000001
+  0
+SOLID
+  5
+1BE8D
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+1247.407950850636
+ 20
+535.5104227138204
+ 30
+1152.0
+ 11
+1245.607950850636
+ 21
+537.3104227138204
+ 31
+1152.0
+ 12
+1247.407956496514
+ 22
+562.1104230002946
+ 32
+1152.0
+ 13
+1245.607950850636
+ 23
+560.3104230002949
+ 33
+1152.0
+  0
+LWPOLYLINE
+  5
+1BE8E
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 38
+1152.0
+ 10
+1190.807949803593
+ 20
+562.110426864206
+ 10
+1247.407946430289
+ 20
+562.110426864206
+ 10
+1247.407952184294
+ 20
+535.510427831891
+ 10
+1190.807955557599
+ 20
+535.510427831891
+  0
+TEXT
+  5
+1BE8F
+330
+1F
+100
+AcDbEntity
+  8
+TEXTE
+ 62
+     7
+100
+AcDbText
+ 10
+1323.807951721073
+ 20
+550.9541425137048
+ 30
+13363.2
+ 40
+8.0
+  1
+P-20
+ 72
+     1
+ 11
+1337.807951721073
+ 21
+550.9541425137048
+ 31
+13363.2
+100
+AcDbText
+  0
+SOLID
+  5
+1BE90
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbTrace
+ 10
+1311.607952454801
+ 20
+560.4974392847499
+ 30
+13363.2
+ 11
+1311.607952454801
+ 21
+537.4974393924173
+ 31
+13363.2
+ 12
+1364.607951958498
+ 22
+560.4974392847499
+ 32
+13363.2
+ 13
+1364.607951958498
+ 23
+537.4974389982754
+ 33
+13363.2
+  0
+SOLID
+  5
+1BE91
+330
+1F
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+1311.607952454801
+ 20
+560.4974392847499
+ 30
+13593.6
+ 11
+1364.607951958498
+ 21
+560.4974392847499
+ 31
+13593.6
+ 12
+1309.807952454801
+ 22
+562.2974392847494
+ 32
+13593.6
+ 13
+1366.407949081497
+ 23
+562.2974307618975
+ 33
+13593.6
+  0
+SOLID
+  5
+1BE92
+330
+1F
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+1309.807952454801
+ 20
+535.6974393924173
+ 30
+13363.2
+ 11
+1311.607952454801
+ 21
+537.4974393924173
+ 31
+13363.2
+ 12
+1309.807952454801
+ 22
+562.2974392847494
+ 32
+13363.2
+ 13
+1311.607952454801
+ 23
+560.4974392847499
+ 33
+13363.2
+  0
+SOLID
+  5
+1BE93
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+1309.807952426771
+ 20
+535.6974349814978
+ 30
+13363.2
+ 11
+1366.407955975276
+ 21
+535.6974349814978
+ 31
+13363.2
+ 12
+1311.607952426771
+ 22
+537.4974349814977
+ 32
+13363.2
+ 13
+1364.607951958498
+ 23
+537.4974389982754
+ 33
+13363.2
+  0
+SOLID
+  5
+1BE94
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+1366.407951958499
+ 20
+535.6974389982755
+ 30
+13593.6
+ 11
+1364.607951958498
+ 21
+537.4974389982754
+ 31
+13593.6
+ 12
+1366.407957604376
+ 22
+562.2974392847494
+ 32
+13593.6
+ 13
+1364.607951958498
+ 23
+560.4974392847499
+ 33
+13593.6
+  0
+LWPOLYLINE
+  5
+1BE95
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 38
+13593.6
+ 10
+1309.807950911457
+ 20
+562.2974431486608
+ 10
+1366.407947538151
+ 20
+562.2974431486608
+ 10
+1366.407953292156
+ 20
+535.6974441163459
+ 10
+1309.807956665462
+ 20
+535.6974441163459
+  0
+LINE
+  5
+1BEA1
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1558.807949118784
+ 20
+489.6974357649242
+ 30
+64.0
+ 11
+1558.807949118784
+ 21
+475.6974350123092
+ 31
+64.0
+  0
+TEXT
+  5
+1BEA3
+330
+1F
+100
+AcDbEntity
+  8
+TEXTE
+ 62
+     7
+100
+AcDbText
+ 10
+1539.001823778549
+ 20
+439.7671231544912
+ 30
+691.2
+ 40
+8.0
+  1
+PT-021
+100
+AcDbText
+  0
+INSERT
+  5
+1BEA4
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Valnum
+ 10
+1531.639984141254
+ 20
+427.4149034028499
+ 30
+691.2
+ 41
+1.199999999999999
+ 42
+1.199999999999999
+ 43
+1.5
+  0
+ATTRIB
+  5
+1BEA5
+330
+1BEA4
+100
+AcDbEntity
+  8
+IMG027
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1584.439984141254
+ 20
+427.4149034028499
+ 30
+691.2
+ 40
+9.599999999999999
+  1
+CWM-CWS03:WtrC-PT-020:Prs
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1BEA6
+330
+1BEA4
+100
+AcDbEntity
+  8
+IMG027
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1584.439984141254
+ 20
+427.4149034028499
+ 30
+691.2
+ 40
+9.599999999999999
+  1
+14
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1BEA7
+330
+1BEA4
+100
+AcDbEntity
+  8
+IMG027
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1584.439984141254
+ 20
+427.4149034028499
+ 30
+691.2
+ 40
+9.599999999999999
+  1
+0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+1BEA8
+330
+1BEA4
+100
+AcDbEntity
+  8
+0
+  0
+TEXT
+  5
+1BEA9
+330
+1F
+100
+AcDbEntity
+  8
+TEXTE
+ 62
+     2
+100
+AcDbText
+ 10
+1564.078477533258
+ 20
+428.3104199255364
+ 30
+691.2
+ 40
+8.0
+  1
+Bar
+100
+AcDbText
+  0
+SOLID
+  5
+1BEAA
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbTrace
+ 10
+1529.607954725789
+ 20
+449.3104199255363
+ 30
+921.6000000000001
+ 11
+1529.607954725789
+ 21
+426.3104200332037
+ 31
+921.6000000000001
+ 12
+1588.331586447499
+ 22
+449.3104199255363
+ 32
+921.6000000000001
+ 13
+1588.331586447499
+ 23
+426.3104320258252
+ 33
+921.6000000000001
+  0
+SOLID
+  5
+1BEAB
+330
+1F
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+1529.607954725789
+ 20
+449.3104199255363
+ 30
+921.6000000000001
+ 11
+1588.331586447499
+ 21
+449.3104199255363
+ 31
+921.6000000000001
+ 12
+1527.807954725788
+ 22
+451.1104199255361
+ 32
+921.6000000000001
+ 13
+1590.131583570498
+ 23
+451.1104237894475
+ 33
+921.6000000000001
+  0
+SOLID
+  5
+1BEAC
+330
+1F
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+1527.807954725788
+ 20
+424.510420033204
+ 30
+691.2
+ 11
+1529.607954725789
+ 21
+426.3104200332037
+ 31
+691.2
+ 12
+1527.807954725788
+ 22
+451.1104199255361
+ 32
+691.2
+ 13
+1529.607954725789
+ 23
+449.3104199255363
+ 33
+691.2
+  0
+SOLID
+  5
+1BEAD
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+1527.807954697758
+ 20
+424.5104156222843
+ 30
+921.6000000000001
+ 11
+1590.131586447499
+ 21
+424.5104320258252
+ 31
+921.6000000000001
+ 12
+1529.607954697758
+ 22
+426.3104156222842
+ 32
+921.6000000000001
+ 13
+1588.331586447499
+ 23
+426.3104320258252
+ 33
+921.6000000000001
+  0
+SOLID
+  5
+1BEAE
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+1590.131586447499
+ 20
+424.5104320258252
+ 30
+921.6000000000001
+ 11
+1588.331586447499
+ 21
+426.3104320258252
+ 31
+921.6000000000001
+ 12
+1590.131592093377
+ 22
+451.1104323122991
+ 32
+921.6000000000001
+ 13
+1588.331586447499
+ 23
+449.3104323122999
+ 33
+921.6000000000001
+  0
+LWPOLYLINE
+  5
+1BEAF
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 38
+921.6000000000001
+ 10
+1527.807953182444
+ 20
+451.1104237894475
+ 10
+1590.131583570498
+ 20
+451.1104237894475
+ 10
+1590.131589324503
+ 20
+424.5104247571324
+ 10
+1527.807958936449
+ 20
+424.5104247571324
+  0
+TEXT
+  5
+1BEB0
+330
+1F
+100
+AcDbEntity
+  8
+TEXTE
+ 62
+     7
+100
+AcDbText
+ 10
+1464.001823778549
+ 20
+439.7671258528483
+ 30
+460.8
+ 40
+8.0
+  1
+FT-020
+100
+AcDbText
+  0
+INSERT
+  5
+1BEB1
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Valnum
+ 10
+1455.639980485854
+ 20
+427.414906101207
+ 30
+460.8
+ 41
+1.199999999999999
+ 42
+1.199999999999999
+ 43
+1.5
+  0
+ATTRIB
+  5
+1BEB2
+330
+1BEB1
+100
+AcDbEntity
+  8
+IMG027
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1508.439980485854
+ 20
+427.414906101207
+ 30
+460.8
+ 40
+9.599999999999999
+  1
+CWM-CWS03:WtrC-FT-020:Flw
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1BEB3
+330
+1BEB1
+100
+AcDbEntity
+  8
+IMG027
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1508.439980485854
+ 20
+427.414906101207
+ 30
+460.8
+ 40
+9.599999999999999
+  1
+14
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1BEB4
+330
+1BEB1
+100
+AcDbEntity
+  8
+IMG027
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1508.439980485854
+ 20
+427.414906101207
+ 30
+460.8
+ 40
+9.599999999999999
+  1
+0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+1BEB5
+330
+1BEB1
+100
+AcDbEntity
+  8
+0
+  0
+TEXT
+  5
+1BEB6
+330
+1F
+100
+AcDbEntity
+  8
+TEXTE
+ 62
+     2
+100
+AcDbText
+ 10
+1488.078473877858
+ 20
+428.3104226238934
+ 30
+460.8
+ 40
+8.0
+  1
+m3/h
+100
+AcDbText
+  0
+SOLID
+  5
+1BEB7
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbTrace
+ 10
+1453.607951070388
+ 20
+449.3104226238934
+ 30
+691.2
+ 11
+1453.607951070388
+ 21
+426.3104227315608
+ 31
+691.2
+ 12
+1512.331582792099
+ 22
+449.3104226238934
+ 32
+691.2
+ 13
+1512.331582792099
+ 23
+426.3104347241823
+ 33
+691.2
+  0
+SOLID
+  5
+1BEB8
+330
+1F
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+1453.607951070388
+ 20
+449.3104226238934
+ 30
+691.2
+ 11
+1512.331582792099
+ 21
+449.3104226238934
+ 31
+691.2
+ 12
+1451.807951070388
+ 22
+451.1104226238932
+ 32
+691.2
+ 13
+1514.131579915098
+ 23
+451.1104264878046
+ 33
+691.2
+  0
+SOLID
+  5
+1BEB9
+330
+1F
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+1451.807951070388
+ 20
+424.5104227315611
+ 30
+460.8
+ 11
+1453.607951070388
+ 21
+426.3104227315608
+ 31
+460.8
+ 12
+1451.807951070388
+ 22
+451.1104226238932
+ 32
+460.8
+ 13
+1453.607951070388
+ 23
+449.3104226238934
+ 33
+460.8
+  0
+SOLID
+  5
+1BEBA
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+1451.807951042358
+ 20
+424.5104183206414
+ 30
+691.2
+ 11
+1514.131582792099
+ 21
+424.5104347241823
+ 31
+691.2
+ 12
+1453.607951042358
+ 22
+426.3104183206413
+ 32
+691.2
+ 13
+1512.331582792099
+ 23
+426.3104347241823
+ 33
+691.2
+  0
+SOLID
+  5
+1BEBB
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+1514.131582792099
+ 20
+424.5104347241823
+ 30
+691.2
+ 11
+1512.331582792099
+ 21
+426.3104347241823
+ 31
+691.2
+ 12
+1514.131588437976
+ 22
+451.1104350106562
+ 32
+691.2
+ 13
+1512.331582792099
+ 23
+449.310435010657
+ 33
+691.2
+  0
+LWPOLYLINE
+  5
+1BEBC
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 38
+691.2
+ 10
+1451.807949527044
+ 20
+451.1104264878046
+ 10
+1514.131579915098
+ 20
+451.1104264878046
+ 10
+1514.131585669103
+ 20
+424.5104274554895
+ 10
+1451.807955281049
+ 20
+424.5104274554895
+  0
+LINE
+  5
+1BEBD
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1482.807957403571
+ 20
+243.6974428428882
+ 30
+755.2
+ 11
+1482.807957403571
+ 21
+229.6974420902736
+ 31
+755.2
+  0
+LINE
+  5
+1BEBF
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1558.807951574986
+ 20
+243.6974372955353
+ 30
+755.2
+ 11
+1558.807951574986
+ 21
+229.6974365429203
+ 31
+755.2
+  0
+TEXT
+  5
+1BEC1
+330
+1F
+100
+AcDbEntity
+  8
+TEXTE
+ 62
+     7
+100
+AcDbText
+ 10
+1539.001823778549
+ 20
+193.7671246851024
+ 30
+1382.4
+ 40
+8.0
+  1
+PT-030
+100
+AcDbText
+  0
+INSERT
+  5
+1BEC2
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Valnum
+ 10
+1531.639986597456
+ 20
+181.4149049334611
+ 30
+1382.4
+ 41
+1.199999999999999
+ 42
+1.199999999999999
+ 43
+1.5
+  0
+ATTRIB
+  5
+1BEC3
+330
+1BEC2
+100
+AcDbEntity
+  8
+IMG027
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1584.439986597456
+ 20
+181.4149049334611
+ 30
+1382.4
+ 40
+9.599999999999999
+  1
+CWM-CWS03:WtrC-PT-030:Prs
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1BEC4
+330
+1BEC2
+100
+AcDbEntity
+  8
+IMG027
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1584.439986597456
+ 20
+181.4149049334611
+ 30
+1382.4
+ 40
+9.599999999999999
+  1
+14
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1BEC5
+330
+1BEC2
+100
+AcDbEntity
+  8
+IMG027
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1584.439986597456
+ 20
+181.4149049334611
+ 30
+1382.4
+ 40
+9.599999999999999
+  1
+0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+1BEC6
+330
+1BEC2
+100
+AcDbEntity
+  8
+0
+  0
+TEXT
+  5
+1BEC7
+330
+1F
+100
+AcDbEntity
+  8
+TEXTE
+ 62
+     2
+100
+AcDbText
+ 10
+1564.07847998946
+ 20
+182.3104214561475
+ 30
+1382.4
+ 40
+8.0
+  1
+Bar
+100
+AcDbText
+  0
+SOLID
+  5
+1BEC8
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbTrace
+ 10
+1529.60795718199
+ 20
+203.3104214561475
+ 30
+1612.8
+ 11
+1529.60795718199
+ 21
+180.3104215638149
+ 31
+1612.8
+ 12
+1588.331588903701
+ 22
+203.3104214561475
+ 32
+1612.8
+ 13
+1588.331588903701
+ 23
+180.3104335564363
+ 33
+1612.8
+  0
+SOLID
+  5
+1BEC9
+330
+1F
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+1529.60795718199
+ 20
+203.3104214561475
+ 30
+1612.8
+ 11
+1588.331588903701
+ 21
+203.3104214561475
+ 31
+1612.8
+ 12
+1527.80795718199
+ 22
+205.1104214561473
+ 32
+1612.8
+ 13
+1590.1315860267
+ 23
+205.1104253200587
+ 33
+1612.8
+  0
+SOLID
+  5
+1BECA
+330
+1F
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+1527.80795718199
+ 20
+178.5104215638151
+ 30
+1382.4
+ 11
+1529.60795718199
+ 21
+180.3104215638149
+ 31
+1382.4
+ 12
+1527.80795718199
+ 22
+205.1104214561473
+ 32
+1382.4
+ 13
+1529.60795718199
+ 23
+203.3104214561475
+ 33
+1382.4
+  0
+SOLID
+  5
+1BECB
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+1527.80795715396
+ 20
+178.5104171528954
+ 30
+1612.8
+ 11
+1590.131588903701
+ 21
+178.5104335564364
+ 31
+1612.8
+ 12
+1529.60795715396
+ 22
+180.3104171528954
+ 32
+1612.8
+ 13
+1588.331588903701
+ 23
+180.3104335564363
+ 33
+1612.8
+  0
+SOLID
+  5
+1BECC
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+1590.131588903701
+ 20
+178.5104335564364
+ 30
+1612.8
+ 11
+1588.331588903701
+ 21
+180.3104335564363
+ 31
+1612.8
+ 12
+1590.131594549579
+ 22
+205.1104338429103
+ 32
+1612.8
+ 13
+1588.331588903701
+ 23
+203.310433842911
+ 33
+1612.8
+  0
+LWPOLYLINE
+  5
+1BECD
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 38
+1612.8
+ 10
+1527.807955638646
+ 20
+205.1104253200587
+ 10
+1590.1315860267
+ 20
+205.1104253200587
+ 10
+1590.131591780705
+ 20
+178.5104262877436
+ 10
+1527.807961392651
+ 20
+178.5104262877436
+  0
+TEXT
+  5
+1BECE
+330
+1F
+100
+AcDbEntity
+  8
+TEXTE
+ 62
+     7
+100
+AcDbText
+ 10
+1463.001823778549
+ 20
+193.7671273834595
+ 30
+1152.0
+ 40
+8.0
+  1
+FT-030
+100
+AcDbText
+  0
+INSERT
+  5
+1BECF
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Valnum
+ 10
+1455.639982942056
+ 20
+181.4149076318182
+ 30
+1152.0
+ 41
+1.199999999999999
+ 42
+1.199999999999999
+ 43
+1.5
+  0
+ATTRIB
+  5
+1BED0
+330
+1BECF
+100
+AcDbEntity
+  8
+IMG027
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1508.439982942056
+ 20
+181.4149076318182
+ 30
+1152.0
+ 40
+9.599999999999999
+  1
+CWM-CWS03:WtrC-FT-030:Flw
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1BED1
+330
+1BECF
+100
+AcDbEntity
+  8
+IMG027
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1508.439982942056
+ 20
+181.4149076318182
+ 30
+1152.0
+ 40
+9.599999999999999
+  1
+14
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1BED2
+330
+1BECF
+100
+AcDbEntity
+  8
+IMG027
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1508.439982942056
+ 20
+181.4149076318182
+ 30
+1152.0
+ 40
+9.599999999999999
+  1
+0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+1BED3
+330
+1BECF
+100
+AcDbEntity
+  8
+0
+  0
+TEXT
+  5
+1BED4
+330
+1F
+100
+AcDbEntity
+  8
+TEXTE
+ 62
+     2
+100
+AcDbText
+ 10
+1488.078476334059
+ 20
+182.3104241545046
+ 30
+1152.0
+ 40
+8.0
+  1
+m3/h
+100
+AcDbText
+  0
+SOLID
+  5
+1BED5
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbTrace
+ 10
+1453.60795352659
+ 20
+203.3104241545046
+ 30
+1382.4
+ 11
+1453.60795352659
+ 21
+180.310424262172
+ 31
+1382.4
+ 12
+1512.331585248301
+ 22
+203.3104241545046
+ 32
+1382.4
+ 13
+1512.331585248301
+ 23
+180.3104362547934
+ 33
+1382.4
+  0
+SOLID
+  5
+1BED6
+330
+1F
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+1453.60795352659
+ 20
+203.3104241545046
+ 30
+1382.4
+ 11
+1512.331585248301
+ 21
+203.3104241545046
+ 31
+1382.4
+ 12
+1451.80795352659
+ 22
+205.1104241545044
+ 32
+1382.4
+ 13
+1514.1315823713
+ 23
+205.1104280184158
+ 33
+1382.4
+  0
+SOLID
+  5
+1BED7
+330
+1F
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+1451.80795352659
+ 20
+178.5104242621722
+ 30
+1152.0
+ 11
+1453.60795352659
+ 21
+180.310424262172
+ 31
+1152.0
+ 12
+1451.80795352659
+ 22
+205.1104241545044
+ 32
+1152.0
+ 13
+1453.60795352659
+ 23
+203.3104241545046
+ 33
+1152.0
+  0
+SOLID
+  5
+1BED8
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+1451.80795349856
+ 20
+178.5104198512525
+ 30
+1382.4
+ 11
+1514.131585248301
+ 21
+178.5104362547935
+ 31
+1382.4
+ 12
+1453.60795349856
+ 22
+180.3104198512525
+ 32
+1382.4
+ 13
+1512.331585248301
+ 23
+180.3104362547934
+ 33
+1382.4
+  0
+SOLID
+  5
+1BED9
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+1514.131585248301
+ 20
+178.5104362547935
+ 30
+1382.4
+ 11
+1512.331585248301
+ 21
+180.3104362547934
+ 31
+1382.4
+ 12
+1514.131590894178
+ 22
+205.1104365412674
+ 32
+1382.4
+ 13
+1512.331585248301
+ 23
+203.3104365412681
+ 33
+1382.4
+  0
+LWPOLYLINE
+  5
+1BEDA
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 38
+1382.4
+ 10
+1451.807951983246
+ 20
+205.1104280184158
+ 10
+1514.1315823713
+ 20
+205.1104280184158
+ 10
+1514.131588125305
+ 20
+178.5104289861007
+ 10
+1451.807957737251
+ 20
+178.5104289861007
+  0
+INSERT
+  5
+1BEDB
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbBlockReference
+  2
+Capteur de température
+ 10
+1476.80794714867
+ 20
+493.6974393060372
+ 30
+128.0
+ 41
+2.0
+ 42
+2.0
+ 43
+2.0
+  0
+TEXT
+  5
+1BEDC
+330
+1F
+100
+AcDbEntity
+  8
+TEXTE
+ 62
+     7
+100
+AcDbText
+ 10
+1460.506598731685
+ 20
+530.7671254551498
+ 30
+64.0
+ 40
+8.0
+  1
+TT-020
+100
+AcDbText
+  0
+INSERT
+  5
+1BEDD
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Valnum
+ 10
+1456.807951805421
+ 20
+518.4149057035084
+ 30
+64.0
+ 41
+1.199999999999999
+ 42
+1.199999999999999
+ 43
+1.5
+  0
+ATTRIB
+  5
+1BEDE
+330
+1BEDD
+100
+AcDbEntity
+  8
+IMG027
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1509.607951805421
+ 20
+518.4149057035084
+ 30
+64.0
+ 40
+9.599999999999999
+  1
+CWM-CWS03:WtrC-TT-020:Tmp
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1BEDF
+330
+1BEDD
+100
+AcDbEntity
+  8
+IMG027
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1509.607951805421
+ 20
+518.4149057035084
+ 30
+64.0
+ 40
+9.599999999999999
+  1
+14
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1BEE0
+330
+1BEDD
+100
+AcDbEntity
+  8
+IMG027
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1509.607951805421
+ 20
+518.4149057035084
+ 30
+64.0
+ 40
+9.599999999999999
+  1
+0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+1BEE1
+330
+1BEDD
+100
+AcDbEntity
+  8
+0
+  0
+TEXT
+  5
+1BEE2
+330
+1F
+100
+AcDbEntity
+  8
+TEXTE
+ 62
+     2
+100
+AcDbText
+ 10
+1496.807951805421
+ 20
+519.3104222261946
+ 30
+64.0
+ 40
+8.0
+  1
+°C
+100
+AcDbText
+  0
+SOLID
+  5
+1BEE3
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbTrace
+ 10
+1454.607950829002
+ 20
+540.3104222261946
+ 30
+294.4
+ 11
+1454.607950829002
+ 21
+517.3104223338619
+ 31
+294.4
+ 12
+1557.001823778549
+ 22
+540.3104222261946
+ 32
+294.4
+ 13
+1557.001823778549
+ 23
+517.3104219397202
+ 33
+294.4
+  0
+SOLID
+  5
+1BEE4
+330
+1F
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+1454.607950829002
+ 20
+540.3104222261946
+ 30
+294.4
+ 11
+1557.001823778549
+ 21
+540.3104222261946
+ 31
+294.4
+ 12
+1452.807950829002
+ 22
+542.1104222261943
+ 32
+294.4
+ 13
+1559.001823778549
+ 23
+542.1104260901053
+ 33
+294.4
+  0
+SOLID
+  5
+1BEE5
+330
+1F
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+1452.807950829002
+ 20
+515.5104223338622
+ 30
+64.0
+ 11
+1454.607950829002
+ 21
+517.3104223338619
+ 31
+64.0
+ 12
+1452.807950829002
+ 22
+542.1104222261943
+ 32
+64.0
+ 13
+1454.607950829002
+ 23
+540.3104222261946
+ 33
+64.0
+  0
+SOLID
+  5
+1BEE6
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+1452.807950800971
+ 20
+515.5104179229425
+ 30
+294.4
+ 11
+1559.001823778549
+ 21
+515.5104270577904
+ 31
+294.4
+ 12
+1454.607950800972
+ 22
+517.3104179229422
+ 32
+294.4
+ 13
+1557.001823778549
+ 23
+517.3104219397202
+ 33
+294.4
+  0
+SOLID
+  5
+1BEE7
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+1559.001823778549
+ 20
+515.5104270577904
+ 30
+294.4
+ 11
+1557.001823778549
+ 21
+517.3104219397202
+ 31
+294.4
+ 12
+1559.001823778549
+ 22
+542.1104260901053
+ 32
+294.4
+ 13
+1557.001823778549
+ 23
+540.3104222261946
+ 33
+294.4
+  0
+LWPOLYLINE
+  5
+1BEE8
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 38
+294.4
+ 10
+1452.807949285657
+ 20
+542.1104260901053
+ 10
+1559.001823778549
+ 20
+542.1104260901053
+ 10
+1559.001823778549
+ 20
+515.5104270577904
+ 10
+1452.807955039662
+ 20
+515.5104270577904
+  0
+INSERT
+  5
+1BEE9
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbBlockReference
+  2
+Capteur de température
+ 10
+1476.807945682925
+ 20
+247.6974387625047
+ 30
+192.0
+ 41
+2.0
+ 42
+2.0
+ 43
+2.0
+  0
+TEXT
+  5
+1BEEA
+330
+1F
+100
+AcDbEntity
+  8
+TEXTE
+ 62
+     7
+100
+AcDbText
+ 10
+1460.001823778549
+ 20
+284.7671249116173
+ 30
+128.0
+ 40
+8.0
+  1
+TT-030
+100
+AcDbText
+  0
+INSERT
+  5
+1BEEB
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Valnum
+ 10
+1456.807950339676
+ 20
+272.414905159976
+ 30
+128.0
+ 41
+1.199999999999999
+ 42
+1.199999999999999
+ 43
+1.5
+  0
+ATTRIB
+  5
+1BEEC
+330
+1BEEB
+100
+AcDbEntity
+  8
+IMG027
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1509.607950339676
+ 20
+272.414905159976
+ 30
+128.0
+ 40
+9.599999999999999
+  1
+CWM-CWS03:WtrC-TT-030:Tmp
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1BEED
+330
+1BEEB
+100
+AcDbEntity
+  8
+IMG027
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1509.607950339676
+ 20
+272.414905159976
+ 30
+128.0
+ 40
+9.599999999999999
+  1
+14
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1BEEE
+330
+1BEEB
+100
+AcDbEntity
+  8
+IMG027
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1509.607950339676
+ 20
+272.414905159976
+ 30
+128.0
+ 40
+9.599999999999999
+  1
+0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+1BEEF
+330
+1BEEB
+100
+AcDbEntity
+  8
+0
+  0
+TEXT
+  5
+1BEF0
+330
+1F
+100
+AcDbEntity
+  8
+TEXTE
+ 62
+     2
+100
+AcDbText
+ 10
+1496.807950339676
+ 20
+273.3104216826622
+ 30
+128.0
+ 40
+8.0
+  1
+°C
+100
+AcDbText
+  0
+SOLID
+  5
+1BEF1
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbTrace
+ 10
+1454.607949363257
+ 20
+294.3104216826622
+ 30
+128.0
+ 11
+1454.607949363257
+ 21
+271.3104217903295
+ 31
+128.0
+ 12
+1507.607948866954
+ 22
+294.3104216826622
+ 32
+128.0
+ 13
+1507.607948866954
+ 23
+271.3104213961877
+ 33
+128.0
+  0
+SOLID
+  5
+1BEF2
+330
+1F
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+1454.607949363257
+ 20
+294.3104216826622
+ 30
+358.4
+ 11
+1507.607948866954
+ 21
+294.3104216826622
+ 31
+358.4
+ 12
+1452.807949363257
+ 22
+296.1104216826619
+ 32
+358.4
+ 13
+1509.407945989953
+ 23
+296.1104131598098
+ 33
+358.4
+  0
+SOLID
+  5
+1BEF3
+330
+1F
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+1452.807949363257
+ 20
+269.5104217903298
+ 30
+128.0
+ 11
+1454.607949363257
+ 21
+271.3104217903295
+ 31
+128.0
+ 12
+1452.807949363257
+ 22
+296.1104216826619
+ 32
+128.0
+ 13
+1454.607949363257
+ 23
+294.3104216826622
+ 33
+128.0
+  0
+SOLID
+  5
+1BEF4
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+1452.807949335227
+ 20
+269.5104173794101
+ 30
+128.0
+ 11
+1509.407952883732
+ 21
+269.5104173794101
+ 31
+128.0
+ 12
+1454.607949335227
+ 22
+271.3104173794099
+ 32
+128.0
+ 13
+1507.607948866954
+ 23
+271.3104213961877
+ 33
+128.0
+  0
+SOLID
+  5
+1BEF5
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+1509.407948866954
+ 20
+269.510421396188
+ 30
+358.4
+ 11
+1507.607948866954
+ 21
+271.3104213961877
+ 31
+358.4
+ 12
+1509.407954512832
+ 22
+296.1104216826619
+ 32
+358.4
+ 13
+1507.607948866954
+ 23
+294.3104216826622
+ 33
+358.4
+  0
+LWPOLYLINE
+  5
+1BEF6
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 38
+358.4
+ 10
+1452.807947819913
+ 20
+296.1104255465729
+ 10
+1509.407944446607
+ 20
+296.1104255465729
+ 10
+1509.407950200612
+ 20
+269.510426514258
+ 10
+1452.807953573918
+ 20
+269.510426514258
+  0
+TEXT
+  5
+1BEF7
+330
+1F
+100
+AcDbEntity
+  8
+TEXTE
+ 62
+     7
+100
+AcDbText
+ 10
+1198.001823778549
+ 20
+299.7671274000398
+ 30
+5990.4
+ 40
+7.0
+  1
+PCV-030
+100
+AcDbText
+  0
+INSERT
+  5
+1BEF8
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Valnum
+ 10
+1199.607951003736
+ 20
+287.4149076483985
+ 30
+5990.4
+ 41
+1.199999999999999
+ 42
+1.199999999999999
+ 43
+1.5
+  0
+ATTRIB
+  5
+1BEF9
+330
+1BEF8
+100
+AcDbEntity
+  8
+IMG027
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1252.407951003736
+ 20
+287.4149076483985
+ 30
+5990.4
+ 40
+9.599999999999999
+  1
+CWM-CWS03:WtrC-PCV-030:Cmd
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1BEFA
+330
+1BEF8
+100
+AcDbEntity
+  8
+IMG027
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1252.407951003736
+ 20
+287.4149076483985
+ 30
+5990.4
+ 40
+9.599999999999999
+  1
+14
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1BEFB
+330
+1BEF8
+100
+AcDbEntity
+  8
+IMG027
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1252.407951003736
+ 20
+287.4149076483985
+ 30
+5990.4
+ 40
+9.599999999999999
+  1
+0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+1BEFC
+330
+1BEF8
+100
+AcDbEntity
+  8
+0
+  0
+TEXT
+  5
+1BEFD
+330
+1F
+100
+AcDbEntity
+  8
+TEXTE
+ 62
+     2
+100
+AcDbText
+ 10
+1232.607951003737
+ 20
+288.3104241710851
+ 30
+5990.4
+ 40
+8.0
+  1
+%
+100
+AcDbText
+  0
+SOLID
+  5
+1BEFE
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbTrace
+ 10
+1194.607951500039
+ 20
+309.3104241710851
+ 30
+5990.4
+ 11
+1194.607951500039
+ 21
+286.3104242787524
+ 31
+5990.4
+ 12
+1247.607951003736
+ 22
+309.3104241710851
+ 32
+5990.4
+ 13
+1247.607951003736
+ 23
+286.3104238846105
+ 33
+5990.4
+  0
+SOLID
+  5
+1BEFF
+330
+1F
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+1194.607951500039
+ 20
+309.3104241710851
+ 30
+6220.8
+ 11
+1247.607951003736
+ 21
+309.3104241710851
+ 31
+6220.8
+ 12
+1192.807951500039
+ 22
+311.1104241710846
+ 32
+6220.8
+ 13
+1249.407948126736
+ 23
+311.1104156482326
+ 33
+6220.8
+  0
+SOLID
+  5
+1BF00
+330
+1F
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+1192.807951500039
+ 20
+284.5104242787524
+ 30
+5990.4
+ 11
+1194.607951500039
+ 21
+286.3104242787524
+ 31
+5990.4
+ 12
+1192.807951500039
+ 22
+311.1104241710846
+ 32
+5990.4
+ 13
+1194.607951500039
+ 23
+309.3104241710851
+ 33
+5990.4
+  0
+SOLID
+  5
+1BF01
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+1192.807951472009
+ 20
+284.5104198678328
+ 30
+5990.4
+ 11
+1249.407955020515
+ 21
+284.5104198678328
+ 31
+5990.4
+ 12
+1194.607951472009
+ 22
+286.3104198678328
+ 32
+5990.4
+ 13
+1247.607951003736
+ 23
+286.3104238846105
+ 33
+5990.4
+  0
+SOLID
+  5
+1BF02
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+1249.407951003737
+ 20
+284.5104238846105
+ 30
+6220.8
+ 11
+1247.607951003736
+ 21
+286.3104238846105
+ 31
+6220.8
+ 12
+1249.407956649614
+ 22
+311.1104241710846
+ 32
+6220.8
+ 13
+1247.607951003736
+ 23
+309.3104241710851
+ 33
+6220.8
+  0
+LWPOLYLINE
+  5
+1BF03
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 38
+6220.8
+ 10
+1192.807949956694
+ 20
+311.1104280349959
+ 10
+1249.40794658339
+ 20
+311.1104280349959
+ 10
+1249.407952337394
+ 20
+284.510429002681
+ 10
+1192.8079557107
+ 20
+284.510429002681
+  0
+LINE
+  5
+1BF04
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1482.80795601224
+ 20
+35.69744241101683
+ 30
+2137.6
+ 11
+1482.80795601224
+ 21
+21.69744165840223
+ 31
+2137.6
+  0
+LINE
+  5
+1BF06
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1558.807950183654
+ 20
+35.69743686366394
+ 30
+2137.6
+ 11
+1558.807950183654
+ 21
+21.69743611104889
+ 31
+2137.6
+  0
+TEXT
+  5
+1BF08
+330
+1F
+100
+AcDbEntity
+  8
+TEXTE
+ 62
+     7
+100
+AcDbText
+ 10
+1539.001823778549
+ 20
+-14.23287574676897
+ 30
+2764.800000000001
+ 40
+8.0
+  1
+PT-040
+100
+AcDbText
+  0
+INSERT
+  5
+1BF09
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Valnum
+ 10
+1531.639985206124
+ 20
+-26.58509549841028
+ 30
+2764.800000000001
+ 41
+1.199999999999999
+ 42
+1.199999999999999
+ 43
+1.5
+  0
+ATTRIB
+  5
+1BF0A
+330
+1BF09
+100
+AcDbEntity
+  8
+IMG027
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1584.439985206124
+ 20
+-26.58509549841028
+ 30
+2764.800000000001
+ 40
+9.599999999999999
+  1
+CWM-CWS03:WtrC-PT-040:Prs
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1BF0B
+330
+1BF09
+100
+AcDbEntity
+  8
+IMG027
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1584.439985206124
+ 20
+-26.58509549841028
+ 30
+2764.800000000001
+ 40
+9.599999999999999
+  1
+14
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1BF0C
+330
+1BF09
+100
+AcDbEntity
+  8
+IMG027
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1584.439985206124
+ 20
+-26.58509549841028
+ 30
+2764.800000000001
+ 40
+9.599999999999999
+  1
+0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+1BF0D
+330
+1BF09
+100
+AcDbEntity
+  8
+0
+  0
+TEXT
+  5
+1BF0E
+330
+1F
+100
+AcDbEntity
+  8
+TEXTE
+ 62
+     2
+100
+AcDbText
+ 10
+1564.078478598128
+ 20
+-25.68957897572386
+ 30
+2764.800000000001
+ 40
+8.0
+  1
+Bar
+100
+AcDbText
+  0
+SOLID
+  5
+1BF0F
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbTrace
+ 10
+1529.607955790659
+ 20
+-4.689578975723861
+ 30
+2995.2
+ 11
+1529.607955790659
+ 21
+-27.68957886805651
+ 31
+2995.2
+ 12
+1588.331587512369
+ 22
+-4.689578975723861
+ 32
+2995.2
+ 13
+1588.331587512369
+ 23
+-27.68956687543505
+ 33
+2995.2
+  0
+SOLID
+  5
+1BF10
+330
+1F
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+1529.607955790659
+ 20
+-4.689578975723861
+ 30
+2995.2
+ 11
+1588.331587512369
+ 21
+-4.689578975723861
+ 31
+2995.2
+ 12
+1527.807955790658
+ 22
+-2.889578975724134
+ 32
+2995.2
+ 13
+1590.131584635368
+ 23
+-2.889575111812746
+ 33
+2995.2
+  0
+SOLID
+  5
+1BF11
+330
+1F
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+1527.807955790658
+ 20
+-29.48957886805624
+ 30
+2764.800000000001
+ 11
+1529.607955790659
+ 21
+-27.68957886805651
+ 31
+2764.800000000001
+ 12
+1527.807955790658
+ 22
+-2.889578975724134
+ 32
+2764.800000000001
+ 13
+1529.607955790659
+ 23
+-4.689578975723861
+ 33
+2764.800000000001
+  0
+SOLID
+  5
+1BF12
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+1527.807955762628
+ 20
+-29.48958327897594
+ 30
+2995.2
+ 11
+1590.131587512369
+ 21
+-29.489566875435
+ 31
+2995.2
+ 12
+1529.607955762628
+ 22
+-27.68958327897599
+ 32
+2995.2
+ 13
+1588.331587512369
+ 23
+-27.68956687543505
+ 33
+2995.2
+  0
+SOLID
+  5
+1BF13
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+1590.131587512369
+ 20
+-29.489566875435
+ 30
+2995.2
+ 11
+1588.331587512369
+ 21
+-27.68956687543505
+ 31
+2995.2
+ 12
+1590.131593158247
+ 22
+-2.889566588961088
+ 32
+2995.2
+ 13
+1588.331587512369
+ 23
+-4.68956658896036
+ 33
+2995.2
+  0
+LWPOLYLINE
+  5
+1BF14
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 38
+2995.2
+ 10
+1527.807954247314
+ 20
+-2.889575111812746
+ 10
+1590.131584635368
+ 20
+-2.889575111812746
+ 10
+1590.131590389373
+ 20
+-29.4895741441278
+ 10
+1527.807960001319
+ 20
+-29.4895741441278
+  0
+TEXT
+  5
+1BF15
+330
+1F
+100
+AcDbEntity
+  8
+TEXTE
+ 62
+     7
+100
+AcDbText
+ 10
+1463.001823778549
+ 20
+-14.23287304841187
+ 30
+2534.4
+ 40
+8.0
+  1
+FT-040
+100
+AcDbText
+  0
+INSERT
+  5
+1BF16
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Valnum
+ 10
+1455.639981550724
+ 20
+-26.58509280005319
+ 30
+2534.4
+ 41
+1.199999999999999
+ 42
+1.199999999999999
+ 43
+1.5
+  0
+ATTRIB
+  5
+1BF17
+330
+1BF16
+100
+AcDbEntity
+  8
+IMG027
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1508.439981550724
+ 20
+-26.58509280005319
+ 30
+2534.4
+ 40
+9.599999999999999
+  1
+CWM-CWS03:WtrC-FT-040:Flw
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1BF18
+330
+1BF16
+100
+AcDbEntity
+  8
+IMG027
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1508.439981550724
+ 20
+-26.58509280005319
+ 30
+2534.4
+ 40
+9.599999999999999
+  1
+14
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1BF19
+330
+1BF16
+100
+AcDbEntity
+  8
+IMG027
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1508.439981550724
+ 20
+-26.58509280005319
+ 30
+2534.4
+ 40
+9.599999999999999
+  1
+0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+1BF1A
+330
+1BF16
+100
+AcDbEntity
+  8
+0
+  0
+TEXT
+  5
+1BF1B
+330
+1F
+100
+AcDbEntity
+  8
+TEXTE
+ 62
+     2
+100
+AcDbText
+ 10
+1488.078474942728
+ 20
+-25.68957627736677
+ 30
+2534.4
+ 40
+8.0
+  1
+m3/h
+100
+AcDbText
+  0
+SOLID
+  5
+1BF1C
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbTrace
+ 10
+1453.607952135258
+ 20
+-4.689576277366768
+ 30
+2764.800000000001
+ 11
+1453.607952135258
+ 21
+-27.68957616969942
+ 31
+2764.800000000001
+ 12
+1512.331583856969
+ 22
+-4.689576277366768
+ 32
+2764.800000000001
+ 13
+1512.331583856969
+ 23
+-27.68956417707796
+ 33
+2764.800000000001
+  0
+SOLID
+  5
+1BF1D
+330
+1F
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+1453.607952135258
+ 20
+-4.689576277366768
+ 30
+2764.800000000001
+ 11
+1512.331583856969
+ 21
+-4.689576277366768
+ 31
+2764.800000000001
+ 12
+1451.807952135258
+ 22
+-2.889576277367041
+ 32
+2764.800000000001
+ 13
+1514.131580979968
+ 23
+-2.889572413455653
+ 33
+2764.800000000001
+  0
+SOLID
+  5
+1BF1E
+330
+1F
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+1451.807952135258
+ 20
+-29.48957616969915
+ 30
+2534.4
+ 11
+1453.607952135258
+ 21
+-27.68957616969942
+ 31
+2534.4
+ 12
+1451.807952135258
+ 22
+-2.889576277367041
+ 32
+2534.4
+ 13
+1453.607952135258
+ 23
+-4.689576277366768
+ 33
+2534.4
+  0
+SOLID
+  5
+1BF1F
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+1451.807952107228
+ 20
+-29.48958058061885
+ 30
+2764.800000000001
+ 11
+1514.131583856969
+ 21
+-29.48956417707791
+ 31
+2764.800000000001
+ 12
+1453.607952107228
+ 22
+-27.68958058061889
+ 32
+2764.800000000001
+ 13
+1512.331583856969
+ 23
+-27.68956417707796
+ 33
+2764.800000000001
+  0
+SOLID
+  5
+1BF20
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+1514.131583856969
+ 20
+-29.48956417707791
+ 30
+2764.800000000001
+ 11
+1512.331583856969
+ 21
+-27.68956417707796
+ 31
+2764.800000000001
+ 12
+1514.131589502847
+ 22
+-2.889563890603994
+ 32
+2764.800000000001
+ 13
+1512.331583856969
+ 23
+-4.689563890603267
+ 33
+2764.800000000001
+  0
+LWPOLYLINE
+  5
+1BF21
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 38
+2764.800000000001
+ 10
+1451.807950591914
+ 20
+-2.889572413455653
+ 10
+1514.131580979968
+ 20
+-2.889572413455653
+ 10
+1514.131586733973
+ 20
+-29.48957144577071
+ 10
+1451.807956345919
+ 20
+-29.48957144577071
+  0
+INSERT
+  5
+1BF22
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbBlockReference
+  2
+Capteur de température
+ 10
+1476.807944291593
+ 20
+39.69743833063331
+ 30
+1574.4
+ 41
+2.0
+ 42
+2.0
+ 43
+2.0
+  0
+TEXT
+  5
+1BF23
+330
+1F
+100
+AcDbEntity
+  8
+TEXTE
+ 62
+     7
+100
+AcDbText
+ 10
+1460.001823778549
+ 20
+76.76712447974591
+ 30
+1510.4
+ 40
+8.0
+  1
+TT-040
+100
+AcDbText
+  0
+INSERT
+  5
+1BF24
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Valnum
+ 10
+1456.807948948345
+ 20
+64.4149047281046
+ 30
+1510.4
+ 41
+1.199999999999999
+ 42
+1.199999999999999
+ 43
+1.5
+  0
+ATTRIB
+  5
+1BF25
+330
+1BF24
+100
+AcDbEntity
+  8
+IMG027
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1509.607948948344
+ 20
+64.4149047281046
+ 30
+1510.4
+ 40
+9.599999999999999
+  1
+CWM-CWS03:WtrC-TT-040:Tmp
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1BF26
+330
+1BF24
+100
+AcDbEntity
+  8
+IMG027
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1509.607948948344
+ 20
+64.4149047281046
+ 30
+1510.4
+ 40
+9.599999999999999
+  1
+14
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1BF27
+330
+1BF24
+100
+AcDbEntity
+  8
+IMG027
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1509.607948948344
+ 20
+64.4149047281046
+ 30
+1510.4
+ 40
+9.599999999999999
+  1
+0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+1BF28
+330
+1BF24
+100
+AcDbEntity
+  8
+0
+  0
+TEXT
+  5
+1BF29
+330
+1F
+100
+AcDbEntity
+  8
+TEXTE
+ 62
+     2
+100
+AcDbText
+ 10
+1496.807948948345
+ 20
+65.31042125079079
+ 30
+1510.4
+ 40
+8.0
+  1
+°C
+100
+AcDbText
+  0
+SOLID
+  5
+1BF2A
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbTrace
+ 10
+1454.607947971925
+ 20
+86.3104212507908
+ 30
+1510.4
+ 11
+1454.607947971925
+ 21
+63.31042135845814
+ 31
+1510.4
+ 12
+1507.607947475622
+ 22
+86.3104212507908
+ 32
+1510.4
+ 13
+1507.607947475622
+ 23
+63.31042096431634
+ 33
+1510.4
+  0
+SOLID
+  5
+1BF2B
+330
+1F
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+1454.607947971925
+ 20
+86.3104212507908
+ 30
+1740.8
+ 11
+1507.607947475622
+ 21
+86.3104212507908
+ 31
+1740.8
+ 12
+1452.807947971925
+ 22
+88.11042125079053
+ 32
+1740.8
+ 13
+1509.407944598621
+ 23
+88.11041272793842
+ 33
+1740.8
+  0
+SOLID
+  5
+1BF2C
+330
+1F
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+1452.807947971925
+ 20
+61.51042135845841
+ 30
+1510.4
+ 11
+1454.607947971925
+ 21
+63.31042135845814
+ 31
+1510.4
+ 12
+1452.807947971925
+ 22
+88.11042125079053
+ 32
+1510.4
+ 13
+1454.607947971925
+ 23
+86.3104212507908
+ 33
+1510.4
+  0
+SOLID
+  5
+1BF2D
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+1452.807947943895
+ 20
+61.51041694753871
+ 30
+1510.4
+ 11
+1509.4079514924
+ 21
+61.51041694753871
+ 31
+1510.4
+ 12
+1454.607947943895
+ 22
+63.31041694753844
+ 32
+1510.4
+ 13
+1507.607947475622
+ 23
+63.31042096431634
+ 33
+1510.4
+  0
+SOLID
+  5
+1BF2E
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+1509.407947475622
+ 20
+61.51042096431661
+ 30
+1740.8
+ 11
+1507.607947475622
+ 21
+63.31042096431634
+ 31
+1740.8
+ 12
+1509.4079531215
+ 22
+88.11042125079053
+ 32
+1740.8
+ 13
+1507.607947475622
+ 23
+86.3104212507908
+ 33
+1740.8
+  0
+LWPOLYLINE
+  5
+1BF2F
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 38
+1740.8
+ 10
+1452.807946428581
+ 20
+88.11042511470146
+ 10
+1509.407943055275
+ 20
+88.11042511470146
+ 10
+1509.40794880928
+ 20
+61.51042608238663
+ 10
+1452.807952182586
+ 20
+61.51042608238663
+  0
+ARC
+  5
+1BF30
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+  6
+TIRET
+ 48
+5.0
+100
+AcDbCircle
+ 10
+1319.282854853419
+ 20
+-486.6827440795892
+ 30
+256.0
+ 40
+558.2688603471266
+100
+AcDbArc
+ 50
+73.17818147223656
+ 51
+100.3683525174806
+  0
+INSERT
+  5
+1BF31
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbBlockReference
+  2
+Capteur de température
+ 10
+1338.807951399402
+ 20
+-252.6154045141406
+ 30
+1574.4
+ 41
+2.0
+ 42
+2.0
+ 43
+2.0
+  0
+TEXT
+  5
+1BF32
+330
+1F
+100
+AcDbEntity
+  8
+TEXTE
+ 62
+     7
+100
+AcDbText
+ 10
+1325.001823778549
+ 20
+-269.2328742725509
+ 30
+1510.4
+ 40
+8.0
+  1
+TT-051
+100
+AcDbText
+  0
+INSERT
+  5
+1BF33
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Valnum
+ 10
+1320.807955420534
+ 20
+-281.5850940241922
+ 30
+1510.4
+ 41
+1.199999999999999
+ 42
+1.199999999999999
+ 43
+1.5
+  0
+ATTRIB
+  5
+1BF34
+330
+1BF33
+100
+AcDbEntity
+  8
+IMG027
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1373.607955420534
+ 20
+-281.5850940241922
+ 30
+1510.4
+ 40
+9.599999999999999
+  1
+CWM-CWS03:WtrC-TT-051:Tmp
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1BF35
+330
+1BF33
+100
+AcDbEntity
+  8
+IMG027
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1373.607955420534
+ 20
+-281.5850940241922
+ 30
+1510.4
+ 40
+9.599999999999999
+  1
+14
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1BF36
+330
+1BF33
+100
+AcDbEntity
+  8
+IMG027
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1373.607955420534
+ 20
+-281.5850940241922
+ 30
+1510.4
+ 40
+9.599999999999999
+  1
+0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+1BF37
+330
+1BF33
+100
+AcDbEntity
+  8
+0
+  0
+TEXT
+  5
+1BF38
+330
+1F
+100
+AcDbEntity
+  8
+TEXTE
+ 62
+     2
+100
+AcDbText
+ 10
+1360.807955420534
+ 20
+-280.689577501506
+ 30
+1510.4
+ 40
+8.0
+  1
+°C
+100
+AcDbText
+  0
+SOLID
+  5
+1BF39
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbTrace
+ 10
+1318.607954444115
+ 20
+-259.689577501506
+ 30
+1510.4
+ 11
+1318.607954444115
+ 21
+-282.6895773938387
+ 31
+1510.4
+ 12
+1371.607953947812
+ 22
+-259.689577501506
+ 32
+1510.4
+ 13
+1371.607953947812
+ 23
+-282.6895777879805
+ 33
+1510.4
+  0
+SOLID
+  5
+1BF3A
+330
+1F
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+1318.607954444115
+ 20
+-259.689577501506
+ 30
+1740.8
+ 11
+1371.607953947812
+ 21
+-259.689577501506
+ 31
+1740.8
+ 12
+1316.807954444114
+ 22
+-257.8895775015063
+ 32
+1740.8
+ 13
+1373.407951070811
+ 23
+-257.8895860243584
+ 33
+1740.8
+  0
+SOLID
+  5
+1BF3B
+330
+1F
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+1316.807954444114
+ 20
+-284.4895773938384
+ 30
+1510.4
+ 11
+1318.607954444115
+ 21
+-282.6895773938387
+ 31
+1510.4
+ 12
+1316.807954444114
+ 22
+-257.8895775015063
+ 32
+1510.4
+ 13
+1318.607954444115
+ 23
+-259.689577501506
+ 33
+1510.4
+  0
+SOLID
+  5
+1BF3C
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+1316.807954416084
+ 20
+-284.4895818047581
+ 30
+1510.4
+ 11
+1373.407957964589
+ 21
+-284.4895818047581
+ 31
+1510.4
+ 12
+1318.607954416084
+ 22
+-282.6895818047584
+ 32
+1510.4
+ 13
+1371.607953947812
+ 23
+-282.6895777879805
+ 33
+1510.4
+  0
+SOLID
+  5
+1BF3D
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+1373.407953947812
+ 20
+-284.4895777879802
+ 30
+1740.8
+ 11
+1371.607953947812
+ 21
+-282.6895777879805
+ 31
+1740.8
+ 12
+1373.407959593689
+ 22
+-257.8895775015063
+ 32
+1740.8
+ 13
+1371.607953947812
+ 23
+-259.689577501506
+ 33
+1740.8
+  0
+LWPOLYLINE
+  5
+1BF3E
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 38
+1740.8
+ 10
+1316.80795290077
+ 20
+-257.8895736375954
+ 10
+1373.407949527464
+ 20
+-257.8895736375954
+ 10
+1373.407955281469
+ 20
+-284.4895726699102
+ 10
+1316.807958654775
+ 20
+-284.4895726699102
+  0
+ARC
+  5
+1BF3F
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+  6
+TIRET
+ 48
+5.0
+100
+AcDbCircle
+ 10
+1319.282856887118
+ 20
+-694.6827437415933
+ 30
+256.0
+ 40
+558.2688603471266
+100
+AcDbArc
+ 50
+73.17818147223094
+ 51
+100.368352517479
+  0
+TEXT
+  5
+1BF40
+330
+1F
+100
+AcDbEntity
+  8
+TEXTE
+ 62
+     7
+100
+AcDbText
+ 10
+1538.001823778549
+ 20
+-222.2328733767237
+ 30
+5529.600000000001
+ 40
+8.0
+  1
+PT-050
+100
+AcDbText
+  0
+INSERT
+  5
+1BF41
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Valnum
+ 10
+1531.6399890726
+ 20
+-234.585093128365
+ 30
+5529.600000000001
+ 41
+1.199999999999999
+ 42
+1.199999999999999
+ 43
+1.5
+  0
+ATTRIB
+  5
+1BF42
+330
+1BF41
+100
+AcDbEntity
+  8
+IMG027
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1584.4399890726
+ 20
+-234.585093128365
+ 30
+5529.600000000001
+ 40
+9.599999999999999
+  1
+CWM-CWS03:WtrC-PT-050:Prs
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1BF43
+330
+1BF41
+100
+AcDbEntity
+  8
+IMG027
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1584.4399890726
+ 20
+-234.585093128365
+ 30
+5529.600000000001
+ 40
+9.599999999999999
+  1
+14
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1BF44
+330
+1BF41
+100
+AcDbEntity
+  8
+IMG027
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1584.4399890726
+ 20
+-234.585093128365
+ 30
+5529.600000000001
+ 40
+9.599999999999999
+  1
+0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+1BF45
+330
+1BF41
+100
+AcDbEntity
+  8
+0
+  0
+TEXT
+  5
+1BF46
+330
+1F
+100
+AcDbEntity
+  8
+TEXTE
+ 62
+     2
+100
+AcDbText
+ 10
+1564.078482464603
+ 20
+-233.6895766056786
+ 30
+5529.600000000001
+ 40
+8.0
+  1
+Bar
+100
+AcDbText
+  0
+SOLID
+  5
+1BF47
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbTrace
+ 10
+1529.607959657134
+ 20
+-212.6895766056786
+ 30
+5760.0
+ 11
+1529.607959657134
+ 21
+-235.6895764980112
+ 31
+5760.0
+ 12
+1588.331591378845
+ 22
+-212.6895766056786
+ 32
+5760.0
+ 13
+1588.331591378845
+ 23
+-235.6895645053898
+ 33
+5760.0
+  0
+SOLID
+  5
+1BF48
+330
+1F
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+1529.607959657134
+ 20
+-212.6895766056786
+ 30
+5760.0
+ 11
+1588.331591378845
+ 21
+-212.6895766056786
+ 31
+5760.0
+ 12
+1527.807959657134
+ 22
+-210.8895766056788
+ 32
+5760.0
+ 13
+1590.131588501844
+ 23
+-210.8895727417674
+ 33
+5760.0
+  0
+SOLID
+  5
+1BF49
+330
+1F
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+1527.807959657134
+ 20
+-237.4895764980109
+ 30
+5529.600000000001
+ 11
+1529.607959657134
+ 21
+-235.6895764980112
+ 31
+5529.600000000001
+ 12
+1527.807959657134
+ 22
+-210.8895766056788
+ 32
+5529.600000000001
+ 13
+1529.607959657134
+ 23
+-212.6895766056786
+ 33
+5529.600000000001
+  0
+SOLID
+  5
+1BF4A
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+1527.807959629104
+ 20
+-237.4895809089306
+ 30
+5760.0
+ 11
+1590.131591378845
+ 21
+-237.4895645053897
+ 31
+5760.0
+ 12
+1529.607959629104
+ 22
+-235.6895809089307
+ 32
+5760.0
+ 13
+1588.331591378845
+ 23
+-235.6895645053898
+ 33
+5760.0
+  0
+LWPOLYLINE
+  5
+1BF4B
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 38
+5760.0
+ 10
+1527.80795811379
+ 20
+-210.8895727417674
+ 10
+1590.131588501844
+ 20
+-210.8895727417674
+ 10
+1590.131594255849
+ 20
+-237.4895717740825
+ 10
+1527.807963867795
+ 20
+-237.4895717740825
+  0
+TEXT
+  5
+1BF4C
+330
+1F
+100
+AcDbEntity
+  8
+TEXTE
+ 62
+     7
+100
+AcDbText
+ 10
+1463.001823778549
+ 20
+-222.2328706783666
+ 30
+5299.200000000001
+ 40
+8.0
+  1
+FT-050
+100
+AcDbText
+  0
+INSERT
+  5
+1BF4D
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Valnum
+ 10
+1455.6399854172
+ 20
+-234.5850904300079
+ 30
+5299.200000000001
+ 41
+1.199999999999999
+ 42
+1.199999999999999
+ 43
+1.5
+  0
+ATTRIB
+  5
+1BF4E
+330
+1BF4D
+100
+AcDbEntity
+  8
+IMG027
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1508.4399854172
+ 20
+-234.5850904300079
+ 30
+5299.200000000001
+ 40
+9.599999999999999
+  1
+CWM-CWS03:WtrC-FT-050:Flw
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1BF4F
+330
+1BF4D
+100
+AcDbEntity
+  8
+IMG027
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1508.4399854172
+ 20
+-234.5850904300079
+ 30
+5299.200000000001
+ 40
+9.599999999999999
+  1
+14
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1BF50
+330
+1BF4D
+100
+AcDbEntity
+  8
+IMG027
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1508.4399854172
+ 20
+-234.5850904300079
+ 30
+5299.200000000001
+ 40
+9.599999999999999
+  1
+0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+1BF51
+330
+1BF4D
+100
+AcDbEntity
+  8
+0
+  0
+TEXT
+  5
+1BF52
+330
+1F
+100
+AcDbEntity
+  8
+TEXTE
+ 62
+     2
+100
+AcDbText
+ 10
+1488.078478809203
+ 20
+-233.6895739073215
+ 30
+5299.200000000001
+ 40
+8.0
+  1
+m3/h
+100
+AcDbText
+  0
+SOLID
+  5
+1BF53
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbTrace
+ 10
+1453.607956001734
+ 20
+-212.6895739073215
+ 30
+5529.600000000001
+ 11
+1453.607956001734
+ 21
+-235.6895737996541
+ 31
+5529.600000000001
+ 12
+1512.331587723444
+ 22
+-212.6895739073215
+ 32
+5529.600000000001
+ 13
+1512.331587723444
+ 23
+-235.6895618070327
+ 33
+5529.600000000001
+  0
+SOLID
+  5
+1BF54
+330
+1F
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+1453.607956001734
+ 20
+-212.6895739073215
+ 30
+5529.600000000001
+ 11
+1512.331587723444
+ 21
+-212.6895739073215
+ 31
+5529.600000000001
+ 12
+1451.807956001734
+ 22
+-210.8895739073217
+ 32
+5529.600000000001
+ 13
+1514.131584846444
+ 23
+-210.8895700434104
+ 33
+5529.600000000001
+  0
+SOLID
+  5
+1BF55
+330
+1F
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+1451.807956001734
+ 20
+-237.4895737996538
+ 30
+5299.200000000001
+ 11
+1453.607956001734
+ 21
+-235.6895737996541
+ 31
+5299.200000000001
+ 12
+1451.807956001734
+ 22
+-210.8895739073217
+ 32
+5299.200000000001
+ 13
+1453.607956001734
+ 23
+-212.6895739073215
+ 33
+5299.200000000001
+  0
+SOLID
+  5
+1BF56
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+1451.807955973704
+ 20
+-237.4895782105735
+ 30
+5529.600000000001
+ 11
+1514.131587723445
+ 21
+-237.4895618070326
+ 31
+5529.600000000001
+ 12
+1453.607955973704
+ 22
+-235.6895782105736
+ 32
+5529.600000000001
+ 13
+1512.331587723444
+ 23
+-235.6895618070327
+ 33
+5529.600000000001
+  0
+SOLID
+  5
+1BF57
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+1514.131587723445
+ 20
+-237.4895618070326
+ 30
+5529.600000000001
+ 11
+1512.331587723444
+ 21
+-235.6895618070327
+ 31
+5529.600000000001
+ 12
+1514.131593369322
+ 22
+-210.8895615205587
+ 32
+5529.600000000001
+ 13
+1512.331587723444
+ 23
+-212.689561520558
+ 33
+5529.600000000001
+  0
+LWPOLYLINE
+  5
+1BF58
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 38
+5529.600000000001
+ 10
+1451.80795445839
+ 20
+-210.8895700434104
+ 10
+1514.131584846444
+ 20
+-210.8895700434104
+ 10
+1514.131590600449
+ 20
+-237.4895690757254
+ 10
+1451.807960212395
+ 20
+-237.4895690757254
+  0
+TEXT
+  5
+1BF59
+330
+1F
+100
+AcDbEntity
+  8
+TEXTE
+ 62
+     7
+100
+AcDbText
+ 10
+1461.001823778549
+ 20
+-131.2328731502087
+ 30
+4275.2
+ 40
+8.0
+  1
+TT-050
+100
+AcDbText
+  0
+INSERT
+  5
+1BF5A
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Valnum
+ 10
+1456.80795281482
+ 20
+-143.5850929018501
+ 30
+4275.2
+ 41
+1.199999999999999
+ 42
+1.199999999999999
+ 43
+1.5
+  0
+ATTRIB
+  5
+1BF5B
+330
+1BF5A
+100
+AcDbEntity
+  8
+IMG027
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1509.60795281482
+ 20
+-143.5850929018501
+ 30
+4275.2
+ 40
+9.599999999999999
+  1
+CWM-CWS03:WtrC-TT-050:Tmp
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1BF5C
+330
+1BF5A
+100
+AcDbEntity
+  8
+IMG027
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1509.60795281482
+ 20
+-143.5850929018501
+ 30
+4275.2
+ 40
+9.599999999999999
+  1
+14
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1BF5D
+330
+1BF5A
+100
+AcDbEntity
+  8
+IMG027
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1509.60795281482
+ 20
+-143.5850929018501
+ 30
+4275.2
+ 40
+9.599999999999999
+  1
+0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+1BF5E
+330
+1BF5A
+100
+AcDbEntity
+  8
+0
+  0
+TEXT
+  5
+1BF5F
+330
+1F
+100
+AcDbEntity
+  8
+TEXTE
+ 62
+     2
+100
+AcDbText
+ 10
+1496.80795281482
+ 20
+-142.6895763791639
+ 30
+4275.2
+ 40
+8.0
+  1
+°C
+100
+AcDbText
+  0
+SOLID
+  5
+1BF60
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbTrace
+ 10
+1454.607951838401
+ 20
+-121.6895763791639
+ 30
+4275.2
+ 11
+1454.607951838401
+ 21
+-144.6895762714965
+ 31
+4275.2
+ 12
+1507.607951342098
+ 22
+-121.6895763791639
+ 32
+4275.2
+ 13
+1507.607951342098
+ 23
+-144.6895766656383
+ 33
+4275.2
+  0
+SOLID
+  5
+1BF61
+330
+1F
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+1454.607951838401
+ 20
+-121.6895763791639
+ 30
+4505.6
+ 11
+1507.607951342098
+ 21
+-121.6895763791639
+ 31
+4505.6
+ 12
+1452.807951838401
+ 22
+-119.8895763791641
+ 32
+4505.6
+ 13
+1509.407948465097
+ 23
+-119.8895849020163
+ 33
+4505.6
+  0
+SOLID
+  5
+1BF62
+330
+1F
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+1452.807951838401
+ 20
+-146.4895762714963
+ 30
+4275.2
+ 11
+1454.607951838401
+ 21
+-144.6895762714965
+ 31
+4275.2
+ 12
+1452.807951838401
+ 22
+-119.8895763791641
+ 32
+4275.2
+ 13
+1454.607951838401
+ 23
+-121.6895763791639
+ 33
+4275.2
+  0
+SOLID
+  5
+1BF63
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+1452.807951810371
+ 20
+-146.4895806824159
+ 30
+4275.2
+ 11
+1509.407955358876
+ 21
+-146.4895806824159
+ 31
+4275.2
+ 12
+1454.607951810371
+ 22
+-144.6895806824162
+ 32
+4275.2
+ 13
+1507.607951342098
+ 23
+-144.6895766656383
+ 33
+4275.2
+  0
+SOLID
+  5
+1BF64
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+1509.407951342098
+ 20
+-146.4895766656381
+ 30
+4505.6
+ 11
+1507.607951342098
+ 21
+-144.6895766656383
+ 31
+4505.6
+ 12
+1509.407956987976
+ 22
+-119.8895763791641
+ 32
+4505.6
+ 13
+1507.607951342098
+ 23
+-121.6895763791639
+ 33
+4505.6
+  0
+LWPOLYLINE
+  5
+1BF65
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 38
+4505.6
+ 10
+1452.807950295057
+ 20
+-119.8895725152532
+ 10
+1509.407946921751
+ 20
+-119.8895725152532
+ 10
+1509.407952675756
+ 20
+-146.489571547568
+ 10
+1452.807956049062
+ 20
+-146.489571547568
+  0
+LINE
+  5
+1BF66
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1481.999019025794
+ 20
+-172.5953175214913
+ 30
+4902.4
+ 11
+1481.999019025794
+ 21
+-186.5953182741059
+ 31
+4902.4
+  0
+LINE
+  5
+1BF68
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1557.999013197208
+ 20
+-172.5953230688442
+ 30
+4902.4
+ 11
+1557.999013197208
+ 21
+-186.5953238214592
+ 31
+4902.4
+  0
+INSERT
+  5
+1BF6A
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbBlockReference
+  2
+Capteur de température
+ 10
+1476.912459318804
+ 20
+-168.5966679873755
+ 30
+4339.2
+ 41
+2.0
+ 42
+2.0
+ 43
+2.0
+  0
+LINE
+  5
+1BF6B
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1276.807952179067
+ 20
+373.6974367653917
+ 30
+0.0
+ 11
+1276.807952179067
+ 21
+385.6974367653917
+ 31
+0.0
+  0
+TEXT
+  5
+1BF6D
+330
+1F
+100
+AcDbEntity
+  8
+TEXTE
+ 62
+     7
+100
+AcDbText
+ 10
+1257.001823778549
+ 20
+424.7671200163621
+ 30
+460.8
+ 40
+8.0
+  1
+CT-020
+100
+AcDbText
+  0
+INSERT
+  5
+1BF6E
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Valnum
+ 10
+1249.639981632615
+ 20
+412.4149002647207
+ 30
+460.8
+ 41
+1.199999999999999
+ 42
+1.199999999999999
+ 43
+1.5
+  0
+ATTRIB
+  5
+1BF6F
+330
+1BF6E
+100
+AcDbEntity
+  8
+IMG027
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1302.439981632615
+ 20
+412.4149002647207
+ 30
+460.8
+ 40
+9.599999999999999
+  1
+CWM-CWS03:WtrC-CT-020:Cond
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1BF70
+330
+1BF6E
+100
+AcDbEntity
+  8
+IMG027
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1302.439981632615
+ 20
+412.4149002647207
+ 30
+460.8
+ 40
+9.599999999999999
+  1
+14
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1BF71
+330
+1BF6E
+100
+AcDbEntity
+  8
+IMG027
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1302.439981632615
+ 20
+412.4149002647207
+ 30
+460.8
+ 40
+9.599999999999999
+  1
+0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+1BF72
+330
+1BF6E
+100
+AcDbEntity
+  8
+0
+  0
+TEXT
+  5
+1BF73
+330
+1F
+100
+AcDbEntity
+  8
+TEXTE
+ 62
+     2
+100
+AcDbText
+ 10
+1289.001823778549
+ 20
+413.3104167874072
+ 30
+460.8
+ 40
+8.0
+  1
+mS
+100
+AcDbText
+  0
+SOLID
+  5
+1BF74
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbTrace
+ 10
+1247.607952217149
+ 20
+434.3104167874072
+ 30
+691.2
+ 11
+1247.607952217149
+ 21
+411.3104168950745
+ 31
+691.2
+ 12
+1306.33158393886
+ 22
+434.3104167874072
+ 32
+691.2
+ 13
+1306.33158393886
+ 23
+411.310428887696
+ 33
+691.2
+  0
+SOLID
+  5
+1BF75
+330
+1F
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+1247.607952217149
+ 20
+434.3104167874072
+ 30
+691.2
+ 11
+1306.33158393886
+ 21
+434.3104167874072
+ 31
+691.2
+ 12
+1245.807952217149
+ 22
+436.1104167874069
+ 32
+691.2
+ 13
+1308.131581061859
+ 23
+436.1104206513183
+ 33
+691.2
+  0
+SOLID
+  5
+1BF76
+330
+1F
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+1245.807952217149
+ 20
+409.5104168950748
+ 30
+460.8
+ 11
+1247.607952217149
+ 21
+411.3104168950745
+ 31
+460.8
+ 12
+1245.807952217149
+ 22
+436.1104167874069
+ 32
+460.8
+ 13
+1247.607952217149
+ 23
+434.3104167874072
+ 33
+460.8
+  0
+SOLID
+  5
+1BF77
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+1245.807952189119
+ 20
+409.5104124841551
+ 30
+691.2
+ 11
+1308.13158393886
+ 21
+409.510428887696
+ 31
+691.2
+ 12
+1247.607952189119
+ 22
+411.3104124841551
+ 32
+691.2
+ 13
+1306.33158393886
+ 23
+411.310428887696
+ 33
+691.2
+  0
+SOLID
+  5
+1BF78
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+1308.13158393886
+ 20
+409.510428887696
+ 30
+691.2
+ 11
+1306.33158393886
+ 21
+411.310428887696
+ 31
+691.2
+ 12
+1308.131589584738
+ 22
+436.11042917417
+ 32
+691.2
+ 13
+1306.33158393886
+ 23
+434.3104291741707
+ 33
+691.2
+  0
+LWPOLYLINE
+  5
+1BF79
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 38
+691.2
+ 10
+1245.807950673805
+ 20
+436.1104206513183
+ 10
+1308.131581061859
+ 20
+436.1104206513183
+ 10
+1308.131586815864
+ 20
+409.5104216190033
+ 10
+1245.80795642781
+ 20
+409.5104216190033
+  0
+TEXT
+  5
+1BF7B
+330
+1F
+100
+AcDbEntity
+  8
+TEXTE
+ 62
+     7
+100
+AcDbText
+ 10
+1324.001823778549
+ 20
+447.7671229713117
+ 30
+460.8
+ 40
+8.0
+  1
+CT-021
+100
+AcDbText
+  0
+INSERT
+  5
+1BF7C
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Valnum
+ 10
+1315.639981678575
+ 20
+435.4149032196704
+ 30
+460.8
+ 41
+1.199999999999999
+ 42
+1.199999999999999
+ 43
+1.5
+  0
+ATTRIB
+  5
+1BF7D
+330
+1BF7C
+100
+AcDbEntity
+  8
+IMG027
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1368.439981678575
+ 20
+435.4149032196704
+ 30
+460.8
+ 40
+9.599999999999999
+  1
+CWM-CWS03:WtrC-CT-021:Cond
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1BF7E
+330
+1BF7C
+100
+AcDbEntity
+  8
+IMG027
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1368.439981678575
+ 20
+435.4149032196704
+ 30
+460.8
+ 40
+9.599999999999999
+  1
+14
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1BF7F
+330
+1BF7C
+100
+AcDbEntity
+  8
+IMG027
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1368.439981678575
+ 20
+435.4149032196704
+ 30
+460.8
+ 40
+9.599999999999999
+  1
+0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+1BF80
+330
+1BF7C
+100
+AcDbEntity
+  8
+0
+  0
+TEXT
+  5
+1BF81
+330
+1F
+100
+AcDbEntity
+  8
+TEXTE
+ 62
+     2
+100
+AcDbText
+ 10
+1355.001823778549
+ 20
+436.3104197423568
+ 30
+460.8
+ 40
+8.0
+  1
+mS
+100
+AcDbText
+  0
+SOLID
+  5
+1BF82
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbTrace
+ 10
+1313.60795226311
+ 20
+457.3104197423568
+ 30
+691.2
+ 11
+1313.60795226311
+ 21
+434.3104198500242
+ 31
+691.2
+ 12
+1372.33158398482
+ 22
+457.3104197423568
+ 32
+691.2
+ 13
+1372.33158398482
+ 23
+434.3104318426457
+ 33
+691.2
+  0
+SOLID
+  5
+1BF83
+330
+1F
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+1313.60795226311
+ 20
+457.3104197423568
+ 30
+691.2
+ 11
+1372.33158398482
+ 21
+457.3104197423568
+ 31
+691.2
+ 12
+1311.80795226311
+ 22
+459.1104197423566
+ 32
+691.2
+ 13
+1374.131581107819
+ 23
+459.110423606268
+ 33
+691.2
+  0
+SOLID
+  5
+1BF84
+330
+1F
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+1311.80795226311
+ 20
+432.5104198500245
+ 30
+460.8
+ 11
+1313.60795226311
+ 21
+434.3104198500242
+ 31
+460.8
+ 12
+1311.80795226311
+ 22
+459.1104197423566
+ 32
+460.8
+ 13
+1313.60795226311
+ 23
+457.3104197423568
+ 33
+460.8
+  0
+SOLID
+  5
+1BF85
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+1311.807952235079
+ 20
+432.5104154391048
+ 30
+691.2
+ 11
+1374.13158398482
+ 21
+432.5104318426457
+ 31
+691.2
+ 12
+1313.60795223508
+ 22
+434.3104154391047
+ 32
+691.2
+ 13
+1372.33158398482
+ 23
+434.3104318426457
+ 33
+691.2
+  0
+SOLID
+  5
+1BF86
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+1374.13158398482
+ 20
+432.5104318426457
+ 30
+691.2
+ 11
+1372.33158398482
+ 21
+434.3104318426457
+ 31
+691.2
+ 12
+1374.131589630698
+ 22
+459.1104321291196
+ 32
+691.2
+ 13
+1372.33158398482
+ 23
+457.3104321291204
+ 33
+691.2
+  0
+LWPOLYLINE
+  5
+1BF87
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 38
+691.2
+ 10
+1311.807950719765
+ 20
+459.110423606268
+ 10
+1374.131581107819
+ 20
+459.110423606268
+ 10
+1374.131586861824
+ 20
+432.5104245739529
+ 10
+1311.80795647377
+ 20
+432.5104245739529
+  0
+TEXT
+  5
+1BF88
+330
+1F
+100
+AcDbEntity
+  8
+TEXTE
+ 62
+     7
+100
+AcDbText
+ 10
+1429.001823778549
+ 20
+403.7671229375279
+ 30
+460.8
+ 40
+8.0
+  1
+FT-021
+100
+AcDbText
+  0
+INSERT
+  5
+1BF89
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Valnum
+ 10
+1419.639982871106
+ 20
+391.4149031858866
+ 30
+460.8
+ 41
+1.199999999999999
+ 42
+1.199999999999999
+ 43
+1.5
+  0
+ATTRIB
+  5
+1BF8A
+330
+1BF89
+100
+AcDbEntity
+  8
+IMG027
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1472.439982871106
+ 20
+391.4149031858866
+ 30
+460.8
+ 40
+9.599999999999999
+  1
+CWM-CWS03:WtrC-FT-021:Flw
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1BF8B
+330
+1BF89
+100
+AcDbEntity
+  8
+IMG027
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1472.439982871106
+ 20
+391.4149031858866
+ 30
+460.8
+ 40
+9.599999999999999
+  1
+14
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1BF8C
+330
+1BF89
+100
+AcDbEntity
+  8
+IMG027
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1472.439982871106
+ 20
+391.4149031858866
+ 30
+460.8
+ 40
+9.599999999999999
+  1
+0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+1BF8D
+330
+1BF89
+100
+AcDbEntity
+  8
+0
+  0
+TEXT
+  5
+1BF8E
+330
+1F
+100
+AcDbEntity
+  8
+TEXTE
+ 62
+     2
+100
+AcDbText
+ 10
+1452.07847626311
+ 20
+392.310419708573
+ 30
+460.8
+ 40
+8.0
+  1
+m3/h
+100
+AcDbText
+  0
+SOLID
+  5
+1BF8F
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbTrace
+ 10
+1417.607953455641
+ 20
+413.310419708573
+ 30
+691.2
+ 11
+1417.607953455641
+ 21
+390.3104198162404
+ 31
+691.2
+ 12
+1476.331585177351
+ 22
+413.310419708573
+ 32
+691.2
+ 13
+1476.331585177351
+ 23
+390.3104318088618
+ 33
+691.2
+  0
+SOLID
+  5
+1BF90
+330
+1F
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+1417.607953455641
+ 20
+413.310419708573
+ 30
+691.2
+ 11
+1476.331585177351
+ 21
+413.310419708573
+ 31
+691.2
+ 12
+1415.80795345564
+ 22
+415.1104197085727
+ 32
+691.2
+ 13
+1478.13158230035
+ 23
+415.1104235724841
+ 33
+691.2
+  0
+SOLID
+  5
+1BF91
+330
+1F
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+1415.80795345564
+ 20
+388.5104198162407
+ 30
+460.8
+ 11
+1417.607953455641
+ 21
+390.3104198162404
+ 31
+460.8
+ 12
+1415.80795345564
+ 22
+415.1104197085727
+ 32
+460.8
+ 13
+1417.607953455641
+ 23
+413.310419708573
+ 33
+460.8
+  0
+SOLID
+  5
+1BF92
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+1415.80795342761
+ 20
+388.5104154053209
+ 30
+691.2
+ 11
+1478.131585177351
+ 21
+388.5104318088619
+ 31
+691.2
+ 12
+1417.60795342761
+ 22
+390.3104154053209
+ 32
+691.2
+ 13
+1476.331585177351
+ 23
+390.3104318088618
+ 33
+691.2
+  0
+SOLID
+  5
+1BF93
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+1478.131585177351
+ 20
+388.5104318088619
+ 30
+691.2
+ 11
+1476.331585177351
+ 21
+390.3104318088618
+ 31
+691.2
+ 12
+1478.131590823229
+ 22
+415.1104320953358
+ 32
+691.2
+ 13
+1476.331585177351
+ 23
+413.3104320953365
+ 33
+691.2
+  0
+LWPOLYLINE
+  5
+1BF94
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 38
+691.2
+ 10
+1415.807951912296
+ 20
+415.1104235724841
+ 10
+1478.13158230035
+ 20
+415.1104235724841
+ 10
+1478.131588054355
+ 20
+388.5104245401691
+ 10
+1415.807957666301
+ 20
+388.5104245401691
+  0
+SOLID
+  5
+1BF95
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+    46
+100
+AcDbTrace
+ 10
+323.1743293180081
+ 20
+342.3020034841532
+ 30
+14.28
+ 11
+323.1743293180081
+ 21
+353.0120034841533
+ 31
+14.28
+ 12
+310.6793293180073
+ 22
+342.3020034841532
+ 32
+14.28
+ 13
+310.6793293180073
+ 23
+353.0120034841533
+ 33
+14.28
+ 39
+14.28
+  0
+SOLID
+  5
+1BF96
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+    46
+100
+AcDbTrace
+ 10
+316.0342472517299
+ 20
+335.1620034841534
+ 30
+0.0
+ 11
+316.0342472517299
+ 21
+342.3020034841532
+ 31
+0.0
+ 12
+317.8192472517295
+ 22
+335.1620034841534
+ 32
+0.0
+ 13
+317.8192472517295
+ 23
+342.3020034841532
+ 33
+0.0
+ 39
+14.28
+  0
+SOLID
+  5
+1BF97
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+    46
+100
+AcDbTrace
+ 10
+316.0343293180077
+ 20
+331.5677971525314
+ 30
+0.0
+ 11
+317.8193293180076
+ 21
+331.5677971525314
+ 31
+0.0
+ 12
+316.0342472517299
+ 22
+335.1620034841534
+ 32
+0.0
+ 13
+317.8192472517295
+ 23
+335.1620034841534
+ 33
+0.0
+  0
+SOLID
+  5
+1BF98
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+    46
+100
+AcDbTrace
+ 10
+308.0018293180075
+ 20
+338.7077971525313
+ 30
+0.0
+ 11
+316.0342472517299
+ 21
+335.1620034841534
+ 31
+0.0
+ 12
+308.0018293180075
+ 22
+327.9977971525312
+ 32
+0.0
+ 13
+316.0343293180077
+ 23
+331.5677971525314
+ 33
+0.0
+  0
+SOLID
+  5
+1BF99
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+    46
+100
+AcDbTrace
+ 10
+325.8518293180081
+ 20
+338.7077971525313
+ 30
+0.0
+ 11
+317.8194113842857
+ 21
+335.1620034841534
+ 31
+0.0
+ 12
+325.8518293180081
+ 22
+327.9977971525312
+ 32
+0.0
+ 13
+317.8193293180076
+ 23
+331.5677971525314
+ 33
+0.0
+  0
+LINE
+  5
+1BF9A
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+325.8518293180081
+ 20
+338.7077971525313
+ 30
+0.0
+ 11
+317.8192472517295
+ 21
+335.1620034841534
+ 31
+14.28000000000001
+  0
+LINE
+  5
+1BF9B
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+317.8192472517295
+ 20
+335.1620034841534
+ 30
+14.28000000000001
+ 11
+317.8192472517295
+ 21
+342.3020034841532
+ 31
+14.28000000000001
+  0
+LINE
+  5
+1BF9C
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+317.8192472517045
+ 20
+342.3020034841532
+ 30
+28.56000000000003
+ 11
+323.174329317983
+ 21
+342.2777971525319
+ 31
+28.56000000000003
+  0
+LINE
+  5
+1BF9D
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+323.1743293180081
+ 20
+352.987797152531
+ 30
+28.56000000000006
+ 11
+323.1743293180081
+ 21
+342.2777971525314
+ 31
+28.56000000000006
+  0
+LINE
+  5
+1BF9E
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+310.6793293180073
+ 20
+342.2777971525319
+ 30
+14.28000000000001
+ 11
+316.0342472517299
+ 21
+342.3020034841532
+ 31
+14.28000000000001
+  0
+LINE
+  5
+1BF9F
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+316.0342472517299
+ 20
+342.3020034841532
+ 30
+14.28000000000001
+ 11
+316.0342472517299
+ 21
+335.1620034841534
+ 31
+14.28000000000001
+  0
+LINE
+  5
+1BFA0
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+316.0342472517299
+ 20
+335.1620034841534
+ 30
+14.28000000000001
+ 11
+308.0018293180075
+ 21
+338.7077971525313
+ 31
+0.0
+  0
+LINE
+  5
+1BFA1
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+308.0018293180075
+ 20
+327.9977971525312
+ 30
+0.0
+ 11
+316.0343293180077
+ 21
+331.5677971525314
+ 31
+0.0
+  0
+LINE
+  5
+1BFA2
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+316.0343293180077
+ 20
+331.5677971525314
+ 30
+0.0
+ 11
+317.8193293180076
+ 21
+331.5677971525314
+ 31
+0.0
+  0
+LINE
+  5
+1BFA3
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+317.8193293180076
+ 20
+331.5677971525314
+ 30
+0.0
+ 11
+325.8518293180081
+ 21
+327.9977971525312
+ 31
+0.0
+  0
+LINE
+  5
+1BFA4
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+310.6793293180073
+ 20
+342.3020034841532
+ 30
+14.28
+ 11
+310.6793293180073
+ 21
+353.0120034841533
+ 31
+14.28
+  0
+LINE
+  5
+1BFA5
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+310.6793293180073
+ 20
+353.0120034841533
+ 30
+28.56
+ 11
+323.1743293180081
+ 21
+352.987797152531
+ 31
+28.56000000000006
+  0
+LINE
+  5
+1BFA6
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+325.8518293180081
+ 20
+327.9977971525312
+ 30
+14.28000000000001
+ 11
+325.8518293180081
+ 21
+338.7077971525313
+ 31
+0.0
+  0
+LINE
+  5
+1BFA7
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+308.0018293180075
+ 20
+327.9977971525312
+ 30
+14.28000000000001
+ 11
+308.0018293180075
+ 21
+338.7077971525313
+ 31
+0.0
+  0
+INSERT
+  5
+1BFA8
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     9
+100
+AcDbBlockReference
+ 66
+     1
+  2
+palet
+ 10
+333.0018285282841
+ 20
+344.9977982736144
+ 30
+-28.9114261271681
+  0
+ATTRIB
+  5
+1BFA9
+330
+1BFA8
+100
+AcDbEntity
+  8
+IMG009
+ 62
+     9
+100
+AcDbText
+ 10
+333.0018285282841
+ 20
+344.9977982736144
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+CWM-CWS03:WtrC-FCV-011:Open
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1BFAA
+330
+1BFA8
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+333.0018285282841
+ 20
+344.9977982736144
+ 30
+-28.9114261271681
+ 40
+6.0
+  1
+46
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1BFAB
+330
+1BFA8
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+333.0018285282841
+ 20
+344.9977982736144
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+10
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1BFAC
+330
+1BFA8
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+333.0018285282841
+ 20
+344.9977982736144
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+12
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+1BFAD
+330
+1BFA8
+100
+AcDbEntity
+  8
+0
+  0
+LINE
+  5
+1BFAE
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+308.0018293180075
+ 20
+338.7077971525313
+ 30
+0.0
+ 11
+308.0018293180075
+ 21
+327.9977971525312
+ 31
+0.0
+  0
+SOLID
+  5
+1BFAF
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+    48
+100
+AcDbTrace
+ 10
+475.174326126346
+ 20
+341.3020009581832
+ 30
+14.28
+ 11
+475.174326126346
+ 21
+352.0120009581832
+ 31
+14.28
+ 12
+462.6793261263451
+ 22
+341.3020009581832
+ 32
+14.28
+ 13
+462.6793261263451
+ 23
+352.0120009581832
+ 33
+14.28
+ 39
+14.28
+  0
+SOLID
+  5
+1BFB0
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+    48
+100
+AcDbTrace
+ 10
+468.0342440600678
+ 20
+334.1620009581833
+ 30
+0.0
+ 11
+468.0342440600678
+ 21
+341.3020009581832
+ 31
+0.0
+ 12
+469.8192440600674
+ 22
+334.1620009581833
+ 32
+0.0
+ 13
+469.8192440600674
+ 23
+341.3020009581832
+ 33
+0.0
+ 39
+14.28
+  0
+SOLID
+  5
+1BFB1
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+    48
+100
+AcDbTrace
+ 10
+468.0343261263456
+ 20
+330.5677946265613
+ 30
+0.0
+ 11
+469.8193261263455
+ 21
+330.5677946265613
+ 31
+0.0
+ 12
+468.0342440600678
+ 22
+334.1620009581833
+ 32
+0.0
+ 13
+469.8192440600674
+ 23
+334.1620009581833
+ 33
+0.0
+  0
+SOLID
+  5
+1BFB2
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+    48
+100
+AcDbTrace
+ 10
+460.0018261263453
+ 20
+337.7077946265611
+ 30
+0.0
+ 11
+468.0342440600678
+ 21
+334.1620009581833
+ 31
+0.0
+ 12
+460.0018261263453
+ 22
+326.9977946265612
+ 32
+0.0
+ 13
+468.0343261263456
+ 23
+330.5677946265613
+ 33
+0.0
+  0
+SOLID
+  5
+1BFB3
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+    48
+100
+AcDbTrace
+ 10
+477.8518261263459
+ 20
+337.7077946265611
+ 30
+0.0
+ 11
+469.8194081926236
+ 21
+334.1620009581833
+ 31
+0.0
+ 12
+477.8518261263459
+ 22
+326.9977946265612
+ 32
+0.0
+ 13
+469.8193261263455
+ 23
+330.5677946265613
+ 33
+0.0
+  0
+LINE
+  5
+1BFB4
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+477.8518261263459
+ 20
+337.7077946265611
+ 30
+0.0
+ 11
+469.8192440600674
+ 21
+334.1620009581833
+ 31
+14.28000000000001
+  0
+LINE
+  5
+1BFB5
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+469.8192440600674
+ 20
+334.1620009581833
+ 30
+14.28000000000001
+ 11
+469.8192440600674
+ 21
+341.3020009581832
+ 31
+14.28000000000001
+  0
+LINE
+  5
+1BFB6
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+469.8192440600424
+ 20
+341.3020009581832
+ 30
+28.56000000000003
+ 11
+475.1743261263209
+ 21
+341.2777946265618
+ 31
+28.56000000000003
+  0
+LINE
+  5
+1BFB7
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+475.174326126346
+ 20
+351.9877946265609
+ 30
+28.56000000000006
+ 11
+475.174326126346
+ 21
+341.2777946265614
+ 31
+28.56000000000006
+  0
+LINE
+  5
+1BFB8
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+462.6793261263451
+ 20
+341.2777946265618
+ 30
+14.28000000000001
+ 11
+468.0342440600678
+ 21
+341.3020009581832
+ 31
+14.28000000000001
+  0
+LINE
+  5
+1BFB9
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+468.0342440600678
+ 20
+341.3020009581832
+ 30
+14.28000000000001
+ 11
+468.0342440600678
+ 21
+334.1620009581833
+ 31
+14.28000000000001
+  0
+LINE
+  5
+1BFBA
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+468.0342440600678
+ 20
+334.1620009581833
+ 30
+14.28000000000001
+ 11
+460.0018261263453
+ 21
+337.7077946265611
+ 31
+0.0
+  0
+LINE
+  5
+1BFBB
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+460.0018261263453
+ 20
+326.9977946265612
+ 30
+0.0
+ 11
+468.0343261263456
+ 21
+330.5677946265613
+ 31
+0.0
+  0
+LINE
+  5
+1BFBC
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+468.0343261263456
+ 20
+330.5677946265613
+ 30
+0.0
+ 11
+469.8193261263455
+ 21
+330.5677946265613
+ 31
+0.0
+  0
+LINE
+  5
+1BFBD
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+469.8193261263455
+ 20
+330.5677946265613
+ 30
+0.0
+ 11
+477.8518261263459
+ 21
+326.9977946265612
+ 31
+0.0
+  0
+INSERT
+  5
+1BFBE
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     9
+100
+AcDbBlockReference
+ 66
+     1
+  2
+palet
+ 10
+485.001825336622
+ 20
+340.9079946070502
+ 30
+-28.9114261271681
+  0
+ATTRIB
+  5
+1BFBF
+330
+1BFBE
+100
+AcDbEntity
+  8
+IMG009
+ 62
+     9
+100
+AcDbText
+ 10
+485.001825336622
+ 20
+340.9079946070502
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+CWM-CWS03:WtrC-FCV-013:Open
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1BFC0
+330
+1BFBE
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+485.001825336622
+ 20
+340.9079946070502
+ 30
+-28.9114261271681
+ 40
+6.0
+  1
+48
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1BFC1
+330
+1BFBE
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+485.001825336622
+ 20
+340.9079946070502
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+10
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1BFC2
+330
+1BFBE
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+485.001825336622
+ 20
+340.9079946070502
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+12
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+1BFC3
+330
+1BFBE
+100
+AcDbEntity
+  8
+0
+  0
+SOLID
+  5
+1BFC4
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+    47
+100
+AcDbTrace
+ 10
+323.174326126346
+ 20
+181.3020009581831
+ 30
+14.28
+ 11
+323.174326126346
+ 21
+192.0120009581832
+ 31
+14.28
+ 12
+310.6793261263452
+ 22
+181.3020009581831
+ 32
+14.28
+ 13
+310.6793261263452
+ 23
+192.0120009581832
+ 33
+14.28
+ 39
+14.28
+  0
+SOLID
+  5
+1BFC5
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+    47
+100
+AcDbTrace
+ 10
+316.0342440600678
+ 20
+174.1620009581833
+ 30
+0.0
+ 11
+316.0342440600678
+ 21
+181.3020009581831
+ 31
+0.0
+ 12
+317.8192440600674
+ 22
+174.1620009581833
+ 32
+0.0
+ 13
+317.8192440600674
+ 23
+181.3020009581831
+ 33
+0.0
+ 39
+14.28
+  0
+SOLID
+  5
+1BFC6
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+    47
+100
+AcDbTrace
+ 10
+316.0343261263457
+ 20
+170.5677946265613
+ 30
+0.0
+ 11
+317.8193261263455
+ 21
+170.5677946265613
+ 31
+0.0
+ 12
+316.0342440600678
+ 22
+174.1620009581833
+ 32
+0.0
+ 13
+317.8192440600674
+ 23
+174.1620009581833
+ 33
+0.0
+  0
+SOLID
+  5
+1BFC7
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+    47
+100
+AcDbTrace
+ 10
+308.0018261263454
+ 20
+177.7077946265611
+ 30
+0.0
+ 11
+316.0342440600678
+ 21
+174.1620009581833
+ 31
+0.0
+ 12
+308.0018261263454
+ 22
+166.9977946265611
+ 32
+0.0
+ 13
+316.0343261263457
+ 23
+170.5677946265613
+ 33
+0.0
+  0
+SOLID
+  5
+1BFC8
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+    47
+100
+AcDbTrace
+ 10
+325.851826126346
+ 20
+177.7077946265611
+ 30
+0.0
+ 11
+317.8194081926236
+ 21
+174.1620009581833
+ 31
+0.0
+ 12
+325.851826126346
+ 22
+166.9977946265611
+ 32
+0.0
+ 13
+317.8193261263455
+ 23
+170.5677946265613
+ 33
+0.0
+  0
+LINE
+  5
+1BFC9
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+325.851826126346
+ 20
+177.7077946265611
+ 30
+0.0
+ 11
+317.8192440600674
+ 21
+174.1620009581833
+ 31
+14.28000000000001
+  0
+LINE
+  5
+1BFCA
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+317.8192440600674
+ 20
+174.1620009581833
+ 30
+14.28000000000001
+ 11
+317.8192440600674
+ 21
+181.3020009581831
+ 31
+14.28000000000001
+  0
+LINE
+  5
+1BFCB
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+317.8192440600424
+ 20
+181.3020009581831
+ 30
+28.56000000000003
+ 11
+323.174326126321
+ 21
+181.2777946265618
+ 31
+28.56000000000003
+  0
+LINE
+  5
+1BFCC
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+323.174326126346
+ 20
+191.9877946265609
+ 30
+28.56000000000006
+ 11
+323.174326126346
+ 21
+181.2777946265613
+ 31
+28.56000000000006
+  0
+LINE
+  5
+1BFCD
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+310.6793261263452
+ 20
+181.2777946265618
+ 30
+14.28000000000001
+ 11
+316.0342440600678
+ 21
+181.3020009581831
+ 31
+14.28000000000001
+  0
+LINE
+  5
+1BFCE
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+316.0342440600678
+ 20
+181.3020009581831
+ 30
+14.28000000000001
+ 11
+316.0342440600678
+ 21
+174.1620009581833
+ 31
+14.28000000000001
+  0
+LINE
+  5
+1BFCF
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+316.0342440600678
+ 20
+174.1620009581833
+ 30
+14.28000000000001
+ 11
+308.0018261263454
+ 21
+177.7077946265611
+ 31
+0.0
+  0
+LINE
+  5
+1BFD0
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+308.0018261263454
+ 20
+166.9977946265611
+ 30
+0.0
+ 11
+316.0343261263457
+ 21
+170.5677946265613
+ 31
+0.0
+  0
+LINE
+  5
+1BFD1
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+316.0343261263457
+ 20
+170.5677946265613
+ 30
+0.0
+ 11
+317.8193261263455
+ 21
+170.5677946265613
+ 31
+0.0
+  0
+LINE
+  5
+1BFD2
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+317.8193261263455
+ 20
+170.5677946265613
+ 30
+0.0
+ 11
+325.851826126346
+ 21
+166.9977946265611
+ 31
+0.0
+  0
+INSERT
+  5
+1BFD3
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     9
+100
+AcDbBlockReference
+ 66
+     1
+  2
+palet
+ 10
+333.0018253366221
+ 20
+183.9977957476443
+ 30
+-28.9114261271681
+  0
+ATTRIB
+  5
+1BFD4
+330
+1BFD3
+100
+AcDbEntity
+  8
+IMG009
+ 62
+     9
+100
+AcDbText
+ 10
+333.0018253366221
+ 20
+183.9977957476443
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+CWM-CWS03:WtrC-FCV-012:Open
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1BFD5
+330
+1BFD3
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+333.0018253366221
+ 20
+183.9977957476443
+ 30
+-28.9114261271681
+ 40
+6.0
+  1
+47
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1BFD6
+330
+1BFD3
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+333.0018253366221
+ 20
+183.9977957476443
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+10
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1BFD7
+330
+1BFD3
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+333.0018253366221
+ 20
+183.9977957476443
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+12
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+1BFD8
+330
+1BFD3
+100
+AcDbEntity
+  8
+0
+  0
+SOLID
+  5
+1BFD9
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+    49
+100
+AcDbTrace
+ 10
+475.174326126346
+ 20
+181.3020009581831
+ 30
+14.28
+ 11
+475.174326126346
+ 21
+192.0120009581832
+ 31
+14.28
+ 12
+462.6793261263451
+ 22
+181.3020009581831
+ 32
+14.28
+ 13
+462.6793261263451
+ 23
+192.0120009581832
+ 33
+14.28
+ 39
+14.28
+  0
+SOLID
+  5
+1BFDA
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+    49
+100
+AcDbTrace
+ 10
+468.0342440600678
+ 20
+174.1620009581833
+ 30
+0.0
+ 11
+468.0342440600678
+ 21
+181.3020009581831
+ 31
+0.0
+ 12
+469.8192440600674
+ 22
+174.1620009581833
+ 32
+0.0
+ 13
+469.8192440600674
+ 23
+181.3020009581831
+ 33
+0.0
+ 39
+14.28
+  0
+SOLID
+  5
+1BFDB
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+    49
+100
+AcDbTrace
+ 10
+468.0343261263456
+ 20
+170.5677946265613
+ 30
+0.0
+ 11
+469.8193261263455
+ 21
+170.5677946265613
+ 31
+0.0
+ 12
+468.0342440600678
+ 22
+174.1620009581833
+ 32
+0.0
+ 13
+469.8192440600674
+ 23
+174.1620009581833
+ 33
+0.0
+  0
+SOLID
+  5
+1BFDC
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+    49
+100
+AcDbTrace
+ 10
+460.0018261263453
+ 20
+177.7077946265611
+ 30
+0.0
+ 11
+468.0342440600678
+ 21
+174.1620009581833
+ 31
+0.0
+ 12
+460.0018261263453
+ 22
+166.9977946265611
+ 32
+0.0
+ 13
+468.0343261263456
+ 23
+170.5677946265613
+ 33
+0.0
+  0
+SOLID
+  5
+1BFDD
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+    49
+100
+AcDbTrace
+ 10
+477.8518261263459
+ 20
+177.7077946265611
+ 30
+0.0
+ 11
+469.8194081926236
+ 21
+174.1620009581833
+ 31
+0.0
+ 12
+477.8518261263459
+ 22
+166.9977946265611
+ 32
+0.0
+ 13
+469.8193261263455
+ 23
+170.5677946265613
+ 33
+0.0
+  0
+LINE
+  5
+1BFDE
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+477.8518261263459
+ 20
+177.7077946265611
+ 30
+0.0
+ 11
+469.8192440600674
+ 21
+174.1620009581833
+ 31
+14.28000000000001
+  0
+LINE
+  5
+1BFDF
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+469.8192440600674
+ 20
+174.1620009581833
+ 30
+14.28000000000001
+ 11
+469.8192440600674
+ 21
+181.3020009581831
+ 31
+14.28000000000001
+  0
+LINE
+  5
+1BFE0
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+469.8192440600424
+ 20
+181.3020009581831
+ 30
+28.56000000000003
+ 11
+475.1743261263209
+ 21
+181.2777946265618
+ 31
+28.56000000000003
+  0
+LINE
+  5
+1BFE1
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+475.174326126346
+ 20
+191.9877946265609
+ 30
+28.56000000000006
+ 11
+475.174326126346
+ 21
+181.2777946265613
+ 31
+28.56000000000006
+  0
+LINE
+  5
+1BFE2
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+462.6793261263451
+ 20
+181.2777946265618
+ 30
+14.28000000000001
+ 11
+468.0342440600678
+ 21
+181.3020009581831
+ 31
+14.28000000000001
+  0
+LINE
+  5
+1BFE3
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+468.0342440600678
+ 20
+181.3020009581831
+ 30
+14.28000000000001
+ 11
+468.0342440600678
+ 21
+174.1620009581833
+ 31
+14.28000000000001
+  0
+LINE
+  5
+1BFE4
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+468.0342440600678
+ 20
+174.1620009581833
+ 30
+14.28000000000001
+ 11
+460.0018261263453
+ 21
+177.7077946265611
+ 31
+0.0
+  0
+LINE
+  5
+1BFE5
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+460.0018261263453
+ 20
+166.9977946265611
+ 30
+0.0
+ 11
+468.0343261263456
+ 21
+170.5677946265613
+ 31
+0.0
+  0
+LINE
+  5
+1BFE6
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+468.0343261263456
+ 20
+170.5677946265613
+ 30
+0.0
+ 11
+469.8193261263455
+ 21
+170.5677946265613
+ 31
+0.0
+  0
+LINE
+  5
+1BFE7
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+469.8193261263455
+ 20
+170.5677946265613
+ 30
+0.0
+ 11
+477.8518261263459
+ 21
+166.9977946265611
+ 31
+0.0
+  0
+INSERT
+  5
+1BFE8
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     9
+100
+AcDbBlockReference
+ 66
+     1
+  2
+palet
+ 10
+477.8518261263459
+ 20
+181.9977964523938
+ 30
+0.0
+  0
+ATTRIB
+  5
+1BFE9
+330
+1BFE8
+100
+AcDbEntity
+  8
+IMG009
+ 62
+     9
+100
+AcDbText
+ 10
+477.8518261263459
+ 20
+181.9977964523938
+ 30
+0.0
+ 40
+8.0
+  1
+CWM-CWS03:WtrC-FCV-014:Open
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1BFEA
+330
+1BFE8
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+477.8518261263459
+ 20
+181.9977964523938
+ 30
+0.0
+ 40
+6.0
+  1
+49
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1BFEB
+330
+1BFE8
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+477.8518261263459
+ 20
+181.9977964523938
+ 30
+0.0
+ 40
+8.0
+  1
+10
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1BFEC
+330
+1BFE8
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+477.8518261263459
+ 20
+181.9977964523938
+ 30
+0.0
+ 40
+8.0
+  1
+12
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+1BFED
+330
+1BFE8
+100
+AcDbEntity
+  8
+0
+  0
+SOLID
+  5
+1BFEE
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+    50
+100
+AcDbTrace
+ 10
+699.1743261263457
+ 20
+181.3020009581831
+ 30
+14.28
+ 11
+699.1743261263457
+ 21
+192.0120009581832
+ 31
+14.28
+ 12
+686.6793261263449
+ 22
+181.3020009581831
+ 32
+14.28
+ 13
+686.6793261263449
+ 23
+192.0120009581832
+ 33
+14.28
+ 39
+14.28
+  0
+SOLID
+  5
+1BFEF
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+    50
+100
+AcDbTrace
+ 10
+692.0342440600675
+ 20
+174.1620009581833
+ 30
+0.0
+ 11
+692.0342440600675
+ 21
+181.3020009581831
+ 31
+0.0
+ 12
+693.8192440600671
+ 22
+174.1620009581833
+ 32
+0.0
+ 13
+693.8192440600671
+ 23
+181.3020009581831
+ 33
+0.0
+ 39
+14.28
+  0
+SOLID
+  5
+1BFF0
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+    50
+100
+AcDbTrace
+ 10
+692.0343261263454
+ 20
+170.5677946265613
+ 30
+0.0
+ 11
+693.8193261263452
+ 21
+170.5677946265613
+ 31
+0.0
+ 12
+692.0342440600675
+ 22
+174.1620009581833
+ 32
+0.0
+ 13
+693.8192440600671
+ 23
+174.1620009581833
+ 33
+0.0
+  0
+SOLID
+  5
+1BFF1
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+    50
+100
+AcDbTrace
+ 10
+684.0018261263451
+ 20
+177.7077946265611
+ 30
+0.0
+ 11
+692.0342440600675
+ 21
+174.1620009581833
+ 31
+0.0
+ 12
+684.0018261263451
+ 22
+166.9977946265611
+ 32
+0.0
+ 13
+692.0343261263454
+ 23
+170.5677946265613
+ 33
+0.0
+  0
+SOLID
+  5
+1BFF2
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+    50
+100
+AcDbTrace
+ 10
+701.8518261263457
+ 20
+177.7077946265611
+ 30
+0.0
+ 11
+693.8194081926233
+ 21
+174.1620009581833
+ 31
+0.0
+ 12
+701.8518261263457
+ 22
+166.9977946265611
+ 32
+0.0
+ 13
+693.8193261263452
+ 23
+170.5677946265613
+ 33
+0.0
+  0
+LINE
+  5
+1BFF3
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+701.8518261263457
+ 20
+177.7077946265611
+ 30
+0.0
+ 11
+693.8192440600671
+ 21
+174.1620009581833
+ 31
+14.28000000000001
+  0
+LINE
+  5
+1BFF4
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+693.8192440600671
+ 20
+174.1620009581833
+ 30
+14.28000000000001
+ 11
+693.8192440600671
+ 21
+181.3020009581831
+ 31
+14.28000000000001
+  0
+LINE
+  5
+1BFF5
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+693.8192440600421
+ 20
+181.3020009581831
+ 30
+28.56000000000003
+ 11
+699.1743261263207
+ 21
+181.2777946265618
+ 31
+28.56000000000003
+  0
+LINE
+  5
+1BFF6
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+699.1743261263457
+ 20
+191.9877946265609
+ 30
+28.56000000000006
+ 11
+699.1743261263457
+ 21
+181.2777946265613
+ 31
+28.56000000000006
+  0
+LINE
+  5
+1BFF7
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+686.6793261263449
+ 20
+181.2777946265618
+ 30
+14.28000000000001
+ 11
+692.0342440600675
+ 21
+181.3020009581831
+ 31
+14.28000000000001
+  0
+LINE
+  5
+1BFF8
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+692.0342440600675
+ 20
+181.3020009581831
+ 30
+14.28000000000001
+ 11
+692.0342440600675
+ 21
+174.1620009581833
+ 31
+14.28000000000001
+  0
+LINE
+  5
+1BFF9
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+692.0342440600675
+ 20
+174.1620009581833
+ 30
+14.28000000000001
+ 11
+684.0018261263451
+ 21
+177.7077946265611
+ 31
+0.0
+  0
+LINE
+  5
+1BFFA
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+684.0018261263451
+ 20
+166.9977946265611
+ 30
+0.0
+ 11
+692.0343261263454
+ 21
+170.5677946265613
+ 31
+0.0
+  0
+LINE
+  5
+1BFFB
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+692.0343261263454
+ 20
+170.5677946265613
+ 30
+0.0
+ 11
+693.8193261263452
+ 21
+170.5677946265613
+ 31
+0.0
+  0
+LINE
+  5
+1BFFC
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+693.8193261263452
+ 20
+170.5677946265613
+ 30
+0.0
+ 11
+701.8518261263457
+ 21
+166.9977946265611
+ 31
+0.0
+  0
+INSERT
+  5
+1BFFD
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     9
+100
+AcDbBlockReference
+ 66
+     1
+  2
+palet
+ 10
+709.0018253366217
+ 20
+183.9977957476443
+ 30
+-28.9114261271681
+  0
+ATTRIB
+  5
+1BFFE
+330
+1BFFD
+100
+AcDbEntity
+  8
+IMG009
+ 62
+     9
+100
+AcDbText
+ 10
+709.0018253366217
+ 20
+183.9977957476443
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+CWM-CWS03:WtrC-FCV-015:Open
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1BFFF
+330
+1BFFD
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+709.0018253366217
+ 20
+183.9977957476443
+ 30
+-28.9114261271681
+ 40
+6.0
+  1
+50
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1C000
+330
+1BFFD
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+709.0018253366217
+ 20
+183.9977957476443
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+10
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1C001
+330
+1BFFD
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+709.0018253366217
+ 20
+183.9977957476443
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+12
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+1C002
+330
+1BFFD
+100
+AcDbEntity
+  8
+0
+  0
+INSERT
+  5
+1C003
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     9
+100
+AcDbBlockReference
+ 66
+     1
+  2
+palet
+ 10
+582.001825336622
+ 20
+-113.0022042523556
+ 30
+-28.9114261271681
+  0
+ATTRIB
+  5
+1C004
+330
+1C003
+100
+AcDbEntity
+  8
+IMG009
+ 62
+     9
+100
+AcDbText
+ 10
+582.001825336622
+ 20
+-113.0022042523556
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+CWM-CWS03:WtrC-PCV-011:Open
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1C005
+330
+1C003
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+582.001825336622
+ 20
+-113.0022042523556
+ 30
+-28.9114261271681
+ 40
+6.0
+  1
+51
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1C006
+330
+1C003
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+582.001825336622
+ 20
+-113.0022042523556
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+10
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1C007
+330
+1C003
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+582.001825336622
+ 20
+-113.0022042523556
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+12
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+1C008
+330
+1C003
+100
+AcDbEntity
+  8
+0
+  0
+TEXT
+  5
+1C009
+330
+1F
+100
+AcDbEntity
+  8
+TEXTE
+ 62
+     7
+100
+AcDbText
+ 10
+498.193550669379
+ 20
+370.0083196719207
+ 30
+64.0
+ 40
+8.0
+  1
+TT-013
+100
+AcDbText
+  0
+INSERT
+  5
+1C00A
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Valnum
+ 10
+494.0018242243733
+ 20
+357.6560999202794
+ 30
+64.0
+ 41
+1.199999999999999
+ 42
+1.199999999999999
+ 43
+1.5
+  0
+ATTRIB
+  5
+1C00B
+330
+1C00A
+100
+AcDbEntity
+  8
+IMG027
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+546.8018242243734
+ 20
+357.6560999202794
+ 30
+64.0
+ 40
+9.599999999999999
+  1
+CWM-CWS03:WtrC-TT-013:Tmp
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1C00C
+330
+1C00A
+100
+AcDbEntity
+  8
+IMG027
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+546.8018242243734
+ 20
+357.6560999202794
+ 30
+64.0
+ 40
+9.599999999999999
+  1
+14
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1C00D
+330
+1C00A
+100
+AcDbEntity
+  8
+IMG027
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+546.8018242243734
+ 20
+357.6560999202794
+ 30
+64.0
+ 40
+9.599999999999999
+  1
+0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+1C00E
+330
+1C00A
+100
+AcDbEntity
+  8
+0
+  0
+TEXT
+  5
+1C00F
+330
+1F
+100
+AcDbEntity
+  8
+TEXTE
+ 62
+     2
+100
+AcDbText
+ 10
+534.0018242243734
+ 20
+358.5516164429656
+ 30
+64.0
+ 40
+8.0
+  1
+°C
+100
+AcDbText
+  0
+SOLID
+  5
+1C010
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbTrace
+ 10
+491.8018232479538
+ 20
+379.5516164429656
+ 30
+64.0
+ 11
+491.8018232479538
+ 21
+356.551616550633
+ 31
+64.0
+ 12
+544.8018227516511
+ 22
+379.5516164429656
+ 32
+64.0
+ 13
+544.8018227516511
+ 23
+356.5516161564911
+ 33
+64.0
+  0
+SOLID
+  5
+1C011
+330
+1F
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+491.8018232479538
+ 20
+379.5516164429656
+ 30
+294.4
+ 11
+544.8018227516511
+ 21
+379.5516164429656
+ 31
+294.4
+ 12
+490.0018232479537
+ 22
+381.3516164429653
+ 32
+294.4
+ 13
+546.6018198746501
+ 23
+381.3516079201132
+ 33
+294.4
+  0
+SOLID
+  5
+1C012
+330
+1F
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+490.0018232479537
+ 20
+354.7516165506332
+ 30
+64.0
+ 11
+491.8018232479538
+ 21
+356.551616550633
+ 31
+64.0
+ 12
+490.0018232479537
+ 22
+381.3516164429653
+ 32
+64.0
+ 13
+491.8018232479538
+ 23
+379.5516164429656
+ 33
+64.0
+  0
+SOLID
+  5
+1C013
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+490.0018232199236
+ 20
+354.7516121397135
+ 30
+64.0
+ 11
+546.6018267684289
+ 21
+354.7516121397135
+ 31
+64.0
+ 12
+491.8018232199237
+ 22
+356.5516121397132
+ 32
+64.0
+ 13
+544.8018227516511
+ 23
+356.5516161564911
+ 33
+64.0
+  0
+SOLID
+  5
+1C014
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+546.6018227516513
+ 20
+354.7516161564914
+ 30
+294.4
+ 11
+544.8018227516511
+ 21
+356.5516161564911
+ 31
+294.4
+ 12
+546.6018283975288
+ 22
+381.3516164429653
+ 32
+294.4
+ 13
+544.8018227516511
+ 23
+379.5516164429656
+ 33
+294.4
+  0
+LWPOLYLINE
+  5
+1C015
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 38
+294.4
+ 10
+490.0018217046094
+ 20
+381.3516203068763
+ 10
+546.6018183313037
+ 20
+381.3516203068763
+ 10
+546.6018240853088
+ 20
+354.7516212745614
+ 10
+490.0018274586145
+ 20
+354.7516212745614
+  0
+INSERT
+  5
+1C016
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbBlockReference
+  2
+Capteur de température
+ 10
+260.0018302163103
+ 20
+174.6974383078033
+ 30
+64.0
+ 41
+2.0
+ 42
+2.0
+ 43
+2.0
+  0
+TEXT
+  5
+1C017
+330
+1F
+100
+AcDbEntity
+  8
+TEXTE
+ 62
+     7
+100
+AcDbText
+ 10
+244.6684824153108
+ 20
+208.0083175200681
+ 30
+64.0
+ 40
+8.0
+  1
+TT-012
+100
+AcDbText
+  0
+INSERT
+  5
+1C018
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Valnum
+ 10
+241.0018244061985
+ 20
+195.6560977684268
+ 30
+64.0
+ 41
+1.199999999999999
+ 42
+1.199999999999999
+ 43
+1.5
+  0
+ATTRIB
+  5
+1C019
+330
+1C018
+100
+AcDbEntity
+  8
+IMG027
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+293.8018244061984
+ 20
+195.6560977684268
+ 30
+64.0
+ 40
+9.599999999999999
+  1
+CWM-CWS03:WtrC-TT-012:Tmp
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1C01A
+330
+1C018
+100
+AcDbEntity
+  8
+IMG027
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+293.8018244061984
+ 20
+195.6560977684268
+ 30
+64.0
+ 40
+9.599999999999999
+  1
+14
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1C01B
+330
+1C018
+100
+AcDbEntity
+  8
+IMG027
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+293.8018244061984
+ 20
+195.6560977684268
+ 30
+64.0
+ 40
+9.599999999999999
+  1
+0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+1C01C
+330
+1C018
+100
+AcDbEntity
+  8
+0
+  0
+TEXT
+  5
+1C01D
+330
+1F
+100
+AcDbEntity
+  8
+TEXTE
+ 62
+     2
+100
+AcDbText
+ 10
+281.0018244061985
+ 20
+196.5516142911129
+ 30
+64.0
+ 40
+8.0
+  1
+°C
+100
+AcDbText
+  0
+SOLID
+  5
+1C01E
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbTrace
+ 10
+238.801823429779
+ 20
+217.551614291113
+ 30
+64.0
+ 11
+238.801823429779
+ 21
+194.5516143987803
+ 31
+64.0
+ 12
+291.8018229334762
+ 22
+217.551614291113
+ 32
+64.0
+ 13
+291.8018229334762
+ 23
+194.5516140046385
+ 33
+64.0
+  0
+SOLID
+  5
+1C01F
+330
+1F
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+238.801823429779
+ 20
+217.551614291113
+ 30
+294.4
+ 11
+291.8018229334762
+ 21
+217.551614291113
+ 31
+294.4
+ 12
+237.0018234297789
+ 22
+219.3516142911127
+ 32
+294.4
+ 13
+293.6018200564752
+ 23
+219.3516057682606
+ 33
+294.4
+  0
+SOLID
+  5
+1C020
+330
+1F
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+237.0018234297789
+ 20
+192.7516143987806
+ 30
+64.0
+ 11
+238.801823429779
+ 21
+194.5516143987803
+ 31
+64.0
+ 12
+237.0018234297789
+ 22
+219.3516142911127
+ 32
+64.0
+ 13
+238.801823429779
+ 23
+217.551614291113
+ 33
+64.0
+  0
+SOLID
+  5
+1C021
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+237.0018234017487
+ 20
+192.7516099878609
+ 30
+64.0
+ 11
+293.601826950254
+ 21
+192.7516099878609
+ 31
+64.0
+ 12
+238.8018234017489
+ 22
+194.5516099878606
+ 32
+64.0
+ 13
+291.8018229334762
+ 23
+194.5516140046385
+ 33
+64.0
+  0
+SOLID
+  5
+1C022
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+293.6018229334763
+ 20
+192.7516140046387
+ 30
+294.4
+ 11
+291.8018229334762
+ 21
+194.5516140046385
+ 31
+294.4
+ 12
+293.6018285793539
+ 22
+219.3516142911127
+ 32
+294.4
+ 13
+291.8018229334762
+ 23
+217.551614291113
+ 33
+294.4
+  0
+LWPOLYLINE
+  5
+1C023
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 38
+294.4
+ 10
+237.0018218864346
+ 20
+219.3516181550236
+ 10
+293.6018185131288
+ 20
+219.3516181550236
+ 10
+293.6018242671339
+ 20
+192.7516191227088
+ 10
+237.0018276404397
+ 20
+192.7516191227088
+  0
+TEXT
+  5
+1C024
+330
+1F
+100
+AcDbEntity
+  8
+TEXTE
+ 62
+     7
+100
+AcDbText
+ 10
+256.0018237785493
+ 20
+280.0083182391808
+ 30
+691.2
+ 40
+8.0
+  1
+PT-011
+100
+AcDbText
+  0
+INSERT
+  5
+1C025
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Valnum
+ 10
+246.8338559965635
+ 20
+267.6560984875394
+ 30
+691.2
+ 41
+1.199999999999999
+ 42
+1.199999999999999
+ 43
+1.5
+  0
+ATTRIB
+  5
+1C026
+330
+1C025
+100
+AcDbEntity
+  8
+IMG027
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+299.6338559965634
+ 20
+267.6560984875394
+ 30
+691.2
+ 40
+9.599999999999999
+  1
+CWM-CWS03:WtrC-PT-011:Prs
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1C027
+330
+1C025
+100
+AcDbEntity
+  8
+IMG027
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+299.6338559965634
+ 20
+267.6560984875394
+ 30
+691.2
+ 40
+9.599999999999999
+  1
+14
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1C028
+330
+1C025
+100
+AcDbEntity
+  8
+IMG027
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+299.6338559965634
+ 20
+267.6560984875394
+ 30
+691.2
+ 40
+9.599999999999999
+  1
+0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+1C029
+330
+1C025
+100
+AcDbEntity
+  8
+0
+  0
+TEXT
+  5
+1C02A
+330
+1F
+100
+AcDbEntity
+  8
+TEXTE
+ 62
+     2
+100
+AcDbText
+ 10
+279.2723493885672
+ 20
+268.5516150102259
+ 30
+691.2
+ 40
+8.0
+  1
+Bar
+100
+AcDbText
+  0
+SOLID
+  5
+1C02B
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbTrace
+ 10
+244.8018265810979
+ 20
+289.5516150102259
+ 30
+921.6000000000001
+ 11
+244.8018265810979
+ 21
+266.5516151178932
+ 31
+921.6000000000001
+ 12
+303.5254583028085
+ 22
+289.5516150102259
+ 32
+921.6000000000001
+ 13
+303.5254583028085
+ 23
+266.5516271105147
+ 33
+921.6000000000001
+  0
+SOLID
+  5
+1C02C
+330
+1F
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+244.8018265810979
+ 20
+289.5516150102259
+ 30
+921.6000000000001
+ 11
+303.5254583028085
+ 21
+289.5516150102259
+ 31
+921.6000000000001
+ 12
+243.0018265810978
+ 22
+291.3516150102256
+ 32
+921.6000000000001
+ 13
+305.3254554258074
+ 23
+291.351618874137
+ 33
+921.6000000000001
+  0
+SOLID
+  5
+1C02D
+330
+1F
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+243.0018265810978
+ 20
+264.7516151178935
+ 30
+691.2
+ 11
+244.8018265810979
+ 21
+266.5516151178932
+ 31
+691.2
+ 12
+243.0018265810978
+ 22
+291.3516150102256
+ 32
+691.2
+ 13
+244.8018265810979
+ 23
+289.5516150102259
+ 33
+691.2
+  0
+SOLID
+  5
+1C02E
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+243.0018265530676
+ 20
+264.7516107069738
+ 30
+921.6000000000001
+ 11
+305.3254583028086
+ 21
+264.7516271105147
+ 31
+921.6000000000001
+ 12
+244.8018265530678
+ 22
+266.5516107069738
+ 32
+921.6000000000001
+ 13
+303.5254583028085
+ 23
+266.5516271105147
+ 33
+921.6000000000001
+  0
+SOLID
+  5
+1C02F
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+305.3254583028086
+ 20
+264.7516271105147
+ 30
+921.6000000000001
+ 11
+303.5254583028085
+ 21
+266.5516271105147
+ 31
+921.6000000000001
+ 12
+305.3254639486862
+ 22
+291.3516273969886
+ 32
+921.6000000000001
+ 13
+303.5254583028085
+ 23
+289.5516273969894
+ 33
+921.6000000000001
+  0
+LWPOLYLINE
+  5
+1C030
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 38
+921.6000000000001
+ 10
+243.0018250377535
+ 20
+291.351618874137
+ 10
+305.3254554258074
+ 20
+291.351618874137
+ 10
+305.3254611798125
+ 20
+264.751619841822
+ 10
+243.0018307917586
+ 20
+264.751619841822
+  0
+TEXT
+  5
+1C031
+330
+1F
+100
+AcDbEntity
+  8
+TEXTE
+ 62
+     7
+100
+AcDbText
+ 10
+256.0018237785493
+ 20
+119.0083180164378
+ 30
+691.2
+ 40
+8.0
+  1
+PT-012
+100
+AcDbText
+  0
+INSERT
+  5
+1C032
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Valnum
+ 10
+248.8338595752247
+ 20
+106.6560982647964
+ 30
+691.2
+ 41
+1.199999999999999
+ 42
+1.199999999999999
+ 43
+1.5
+  0
+ATTRIB
+  5
+1C033
+330
+1C032
+100
+AcDbEntity
+  8
+IMG027
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+301.6338595752246
+ 20
+106.6560982647964
+ 30
+691.2
+ 40
+9.599999999999999
+  1
+CWM-CWS03:WtrC-PT-012:Prs
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1C034
+330
+1C032
+100
+AcDbEntity
+  8
+IMG027
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+301.6338595752246
+ 20
+106.6560982647964
+ 30
+691.2
+ 40
+9.599999999999999
+  1
+14
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1C035
+330
+1C032
+100
+AcDbEntity
+  8
+IMG027
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+301.6338595752246
+ 20
+106.6560982647964
+ 30
+691.2
+ 40
+9.599999999999999
+  1
+0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+1C036
+330
+1C032
+100
+AcDbEntity
+  8
+0
+  0
+TEXT
+  5
+1C037
+330
+1F
+100
+AcDbEntity
+  8
+TEXTE
+ 62
+     2
+100
+AcDbText
+ 10
+281.2723529672283
+ 20
+107.5516147874829
+ 30
+691.2
+ 40
+8.0
+  1
+Bar
+100
+AcDbText
+  0
+SOLID
+  5
+1C038
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbTrace
+ 10
+246.8018301597592
+ 20
+128.5516147874829
+ 30
+921.6000000000001
+ 11
+246.8018301597592
+ 21
+105.5516148951502
+ 31
+921.6000000000001
+ 12
+305.5254618814696
+ 22
+128.5516147874829
+ 32
+921.6000000000001
+ 13
+305.5254618814696
+ 23
+105.5516268877717
+ 33
+921.6000000000001
+  0
+SOLID
+  5
+1C039
+330
+1F
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+246.8018301597592
+ 20
+128.5516147874829
+ 30
+921.6000000000001
+ 11
+305.5254618814696
+ 21
+128.5516147874829
+ 31
+921.6000000000001
+ 12
+245.001830159759
+ 22
+130.3516147874826
+ 32
+921.6000000000001
+ 13
+307.3254590044686
+ 23
+130.351618651394
+ 33
+921.6000000000001
+  0
+SOLID
+  5
+1C03A
+330
+1F
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+245.001830159759
+ 20
+103.7516148951505
+ 30
+691.2
+ 11
+246.8018301597592
+ 21
+105.5516148951502
+ 31
+691.2
+ 12
+245.001830159759
+ 22
+130.3516147874826
+ 32
+691.2
+ 13
+246.8018301597592
+ 23
+128.5516147874829
+ 33
+691.2
+  0
+SOLID
+  5
+1C03B
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+245.0018301317288
+ 20
+103.7516104842308
+ 30
+921.6000000000001
+ 11
+307.3254618814698
+ 21
+103.7516268877717
+ 31
+921.6000000000001
+ 12
+246.801830131729
+ 22
+105.5516104842307
+ 32
+921.6000000000001
+ 13
+305.5254618814696
+ 23
+105.5516268877717
+ 33
+921.6000000000001
+  0
+SOLID
+  5
+1C03C
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+307.3254618814698
+ 20
+103.7516268877717
+ 30
+921.6000000000001
+ 11
+305.5254618814696
+ 21
+105.5516268877717
+ 31
+921.6000000000001
+ 12
+307.3254675273473
+ 22
+130.3516271742456
+ 32
+921.6000000000001
+ 13
+305.5254618814696
+ 23
+128.5516271742464
+ 33
+921.6000000000001
+  0
+LWPOLYLINE
+  5
+1C03D
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 38
+921.6000000000001
+ 10
+245.0018286164147
+ 20
+130.351618651394
+ 10
+307.3254590044686
+ 20
+130.351618651394
+ 10
+307.3254647584737
+ 20
+103.7516196190789
+ 10
+245.0018343704198
+ 20
+103.7516196190789
+  0
+TEXT
+  5
+1C03E
+330
+1F
+100
+AcDbEntity
+  8
+TEXTE
+ 62
+     7
+100
+AcDbText
+ 10
+498.0018237785492
+ 20
+121.0083180164378
+ 30
+691.2
+ 40
+8.0
+  1
+PT-014
+100
+AcDbText
+  0
+INSERT
+  5
+1C03F
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Valnum
+ 10
+488.8338559599687
+ 20
+108.6560982647964
+ 30
+691.2
+ 41
+1.199999999999999
+ 42
+1.199999999999999
+ 43
+1.5
+  0
+ATTRIB
+  5
+1C040
+330
+1C03F
+100
+AcDbEntity
+  8
+IMG027
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+541.6338559599687
+ 20
+108.6560982647964
+ 30
+691.2
+ 40
+9.599999999999999
+  1
+CWM-CWS03:WtrC-PT-014:Prs
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1C041
+330
+1C03F
+100
+AcDbEntity
+  8
+IMG027
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+541.6338559599687
+ 20
+108.6560982647964
+ 30
+691.2
+ 40
+9.599999999999999
+  1
+14
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1C042
+330
+1C03F
+100
+AcDbEntity
+  8
+IMG027
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+541.6338559599687
+ 20
+108.6560982647964
+ 30
+691.2
+ 40
+9.599999999999999
+  1
+0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+1C043
+330
+1C03F
+100
+AcDbEntity
+  8
+0
+  0
+TEXT
+  5
+1C044
+330
+1F
+100
+AcDbEntity
+  8
+TEXTE
+ 62
+     2
+100
+AcDbText
+ 10
+521.2723493519725
+ 20
+109.5516147874829
+ 30
+691.2
+ 40
+8.0
+  1
+Bar
+100
+AcDbText
+  0
+SOLID
+  5
+1C045
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbTrace
+ 10
+486.8018265445031
+ 20
+130.5516147874829
+ 30
+921.6000000000001
+ 11
+486.8018265445031
+ 21
+107.5516148951502
+ 31
+921.6000000000001
+ 12
+545.5254582662137
+ 22
+130.5516147874829
+ 32
+921.6000000000001
+ 13
+545.5254582662137
+ 23
+107.5516268877717
+ 33
+921.6000000000001
+  0
+SOLID
+  5
+1C046
+330
+1F
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+486.8018265445031
+ 20
+130.5516147874829
+ 30
+921.6000000000001
+ 11
+545.5254582662137
+ 21
+130.5516147874829
+ 31
+921.6000000000001
+ 12
+485.0018265445029
+ 22
+132.3516147874826
+ 32
+921.6000000000001
+ 13
+547.3254553892127
+ 23
+132.351618651394
+ 33
+921.6000000000001
+  0
+SOLID
+  5
+1C047
+330
+1F
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+485.0018265445029
+ 20
+105.7516148951505
+ 30
+691.2
+ 11
+486.8018265445031
+ 21
+107.5516148951502
+ 31
+691.2
+ 12
+485.0018265445029
+ 22
+132.3516147874826
+ 32
+691.2
+ 13
+486.8018265445031
+ 23
+130.5516147874829
+ 33
+691.2
+  0
+SOLID
+  5
+1C048
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+485.0018265164727
+ 20
+105.7516104842308
+ 30
+921.6000000000001
+ 11
+547.3254582662138
+ 21
+105.7516268877717
+ 31
+921.6000000000001
+ 12
+486.801826516473
+ 22
+107.5516104842307
+ 32
+921.6000000000001
+ 13
+545.5254582662137
+ 23
+107.5516268877717
+ 33
+921.6000000000001
+  0
+SOLID
+  5
+1C049
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+547.3254582662138
+ 20
+105.7516268877717
+ 30
+921.6000000000001
+ 11
+545.5254582662137
+ 21
+107.5516268877717
+ 31
+921.6000000000001
+ 12
+547.3254639120914
+ 22
+132.3516271742456
+ 32
+921.6000000000001
+ 13
+545.5254582662137
+ 23
+130.5516271742464
+ 33
+921.6000000000001
+  0
+LWPOLYLINE
+  5
+1C04A
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 38
+921.6000000000001
+ 10
+485.0018250011586
+ 20
+132.351618651394
+ 10
+547.3254553892127
+ 20
+132.351618651394
+ 10
+547.3254611432178
+ 20
+105.7516196190789
+ 10
+485.0018307551637
+ 20
+105.7516196190789
+  0
+TEXT
+  5
+1C04B
+330
+1F
+100
+AcDbEntity
+  8
+TEXTE
+ 62
+     7
+100
+AcDbText
+ 10
+499.0018237785492
+ 20
+279.0083175266603
+ 30
+691.2
+ 40
+8.0
+  1
+PT-013
+100
+AcDbText
+  0
+INSERT
+  5
+1C04C
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Valnum
+ 10
+490.8338529311185
+ 20
+266.656097775019
+ 30
+691.2
+ 41
+1.199999999999999
+ 42
+1.199999999999999
+ 43
+1.5
+  0
+ATTRIB
+  5
+1C04D
+330
+1C04C
+100
+AcDbEntity
+  8
+IMG027
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+543.6338529311185
+ 20
+266.656097775019
+ 30
+691.2
+ 40
+9.599999999999999
+  1
+CWM-CWS03:WtrC-PT-013:Prs
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1C04E
+330
+1C04C
+100
+AcDbEntity
+  8
+IMG027
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+543.6338529311185
+ 20
+266.656097775019
+ 30
+691.2
+ 40
+9.599999999999999
+  1
+14
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1C04F
+330
+1C04C
+100
+AcDbEntity
+  8
+IMG027
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+543.6338529311185
+ 20
+266.656097775019
+ 30
+691.2
+ 40
+9.599999999999999
+  1
+0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+1C050
+330
+1C04C
+100
+AcDbEntity
+  8
+0
+  0
+TEXT
+  5
+1C051
+330
+1F
+100
+AcDbEntity
+  8
+TEXTE
+ 62
+     2
+100
+AcDbText
+ 10
+523.2723463231223
+ 20
+267.5516142977055
+ 30
+691.2
+ 40
+8.0
+  1
+Bar
+100
+AcDbText
+  0
+SOLID
+  5
+1C052
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbTrace
+ 10
+488.8018235156529
+ 20
+288.5516142977055
+ 30
+921.6000000000001
+ 11
+488.8018235156529
+ 21
+265.5516144053728
+ 31
+921.6000000000001
+ 12
+547.5254552373635
+ 22
+288.5516142977055
+ 32
+921.6000000000001
+ 13
+547.5254552373635
+ 23
+265.5516263979943
+ 33
+921.6000000000001
+  0
+SOLID
+  5
+1C053
+330
+1F
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+488.8018235156529
+ 20
+288.5516142977055
+ 30
+921.6000000000001
+ 11
+547.5254552373635
+ 21
+288.5516142977055
+ 31
+921.6000000000001
+ 12
+487.0018235156527
+ 22
+290.3516142977052
+ 32
+921.6000000000001
+ 13
+549.3254523603625
+ 23
+290.3516181616165
+ 33
+921.6000000000001
+  0
+SOLID
+  5
+1C054
+330
+1F
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+487.0018235156527
+ 20
+263.751614405373
+ 30
+691.2
+ 11
+488.8018235156529
+ 21
+265.5516144053728
+ 31
+691.2
+ 12
+487.0018235156527
+ 22
+290.3516142977052
+ 32
+691.2
+ 13
+488.8018235156529
+ 23
+288.5516142977055
+ 33
+691.2
+  0
+SOLID
+  5
+1C055
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+487.0018234876225
+ 20
+263.7516099944534
+ 30
+921.6000000000001
+ 11
+549.3254552373636
+ 21
+263.7516263979943
+ 31
+921.6000000000001
+ 12
+488.8018234876228
+ 22
+265.5516099944533
+ 32
+921.6000000000001
+ 13
+547.5254552373635
+ 23
+265.5516263979943
+ 33
+921.6000000000001
+  0
+SOLID
+  5
+1C056
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+549.3254552373636
+ 20
+263.7516263979943
+ 30
+921.6000000000001
+ 11
+547.5254552373635
+ 21
+265.5516263979943
+ 31
+921.6000000000001
+ 12
+549.3254608832412
+ 22
+290.3516266844682
+ 32
+921.6000000000001
+ 13
+547.5254552373635
+ 23
+288.5516266844689
+ 33
+921.6000000000001
+  0
+LWPOLYLINE
+  5
+1C057
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 38
+921.6000000000001
+ 10
+487.0018219723085
+ 20
+290.3516181616165
+ 10
+549.3254523603625
+ 20
+290.3516181616165
+ 10
+549.3254581143676
+ 20
+263.7516191293015
+ 10
+487.0018277263135
+ 20
+263.7516191293015
+  0
+TEXT
+  5
+1C058
+330
+1F
+100
+AcDbEntity
+  8
+TEXTE
+ 62
+     7
+100
+AcDbText
+ 10
+418.0018237785493
+ 20
+98.00832012059061
+ 30
+691.2
+ 40
+8.0
+  1
+PT-015
+100
+AcDbText
+  0
+INSERT
+  5
+1C059
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Valnum
+ 10
+409.8338536094455
+ 20
+85.65610036894929
+ 30
+691.2
+ 41
+1.199999999999999
+ 42
+1.199999999999999
+ 43
+1.5
+  0
+ATTRIB
+  5
+1C05A
+330
+1C059
+100
+AcDbEntity
+  8
+IMG027
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+462.6338536094454
+ 20
+85.65610036894929
+ 30
+691.2
+ 40
+9.599999999999999
+  1
+CWM-CWS03:WtrC-PT-015:Prs
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1C05B
+330
+1C059
+100
+AcDbEntity
+  8
+IMG027
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+462.6338536094454
+ 20
+85.65610036894929
+ 30
+691.2
+ 40
+9.599999999999999
+  1
+14
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1C05C
+330
+1C059
+100
+AcDbEntity
+  8
+IMG027
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+462.6338536094454
+ 20
+85.65610036894929
+ 30
+691.2
+ 40
+9.599999999999999
+  1
+0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+1C05D
+330
+1C059
+100
+AcDbEntity
+  8
+0
+  0
+TEXT
+  5
+1C05E
+330
+1F
+100
+AcDbEntity
+  8
+TEXTE
+ 62
+     2
+100
+AcDbText
+ 10
+442.2723470014492
+ 20
+86.55161689163572
+ 30
+691.2
+ 40
+8.0
+  1
+Bar
+100
+AcDbText
+  0
+SOLID
+  5
+1C05F
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbTrace
+ 10
+407.8018241939799
+ 20
+107.5516168916357
+ 30
+921.6000000000001
+ 11
+407.8018241939799
+ 21
+84.55161699930306
+ 31
+921.6000000000001
+ 12
+466.5254559156904
+ 22
+107.5516168916357
+ 32
+921.6000000000001
+ 13
+466.5254559156904
+ 23
+84.55162899192453
+ 33
+921.6000000000001
+  0
+SOLID
+  5
+1C060
+330
+1F
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+407.8018241939799
+ 20
+107.5516168916357
+ 30
+921.6000000000001
+ 11
+466.5254559156904
+ 21
+107.5516168916357
+ 31
+921.6000000000001
+ 12
+406.0018241939798
+ 22
+109.3516168916354
+ 32
+921.6000000000001
+ 13
+468.3254530386894
+ 23
+109.3516207555468
+ 33
+921.6000000000001
+  0
+SOLID
+  5
+1C061
+330
+1F
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+406.0018241939798
+ 20
+82.75161699930334
+ 30
+691.2
+ 11
+407.8018241939799
+ 21
+84.55161699930306
+ 31
+691.2
+ 12
+406.0018241939798
+ 22
+109.3516168916354
+ 32
+691.2
+ 13
+407.8018241939799
+ 23
+107.5516168916357
+ 33
+691.2
+  0
+SOLID
+  5
+1C062
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+406.0018241659496
+ 20
+82.75161258838364
+ 30
+921.6000000000001
+ 11
+468.3254559156906
+ 21
+82.75162899192457
+ 31
+921.6000000000001
+ 12
+407.8018241659497
+ 22
+84.55161258838359
+ 32
+921.6000000000001
+ 13
+466.5254559156904
+ 23
+84.55162899192453
+ 33
+921.6000000000001
+  0
+SOLID
+  5
+1C063
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+468.3254559156906
+ 20
+82.75162899192457
+ 30
+921.6000000000001
+ 11
+466.5254559156904
+ 21
+84.55162899192453
+ 31
+921.6000000000001
+ 12
+468.3254615615681
+ 22
+109.3516292783985
+ 32
+921.6000000000001
+ 13
+466.5254559156904
+ 23
+107.5516292783992
+ 33
+921.6000000000001
+  0
+LWPOLYLINE
+  5
+1C064
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 38
+921.6000000000001
+ 10
+406.0018226506355
+ 20
+109.3516207555468
+ 10
+468.3254530386894
+ 20
+109.3516207555468
+ 10
+468.3254587926945
+ 20
+82.75162172323177
+ 10
+406.0018284046406
+ 20
+82.75162172323177
+  0
+TEXT
+  5
+1C065
+330
+1F
+100
+AcDbEntity
+  8
+TEXTE
+ 62
+     7
+100
+AcDbText
+ 10
+894.0018237785492
+ 20
+472.0083194627344
+ 30
+691.2
+ 40
+8.0
+  1
+PT-010
+100
+AcDbText
+  0
+INSERT
+  5
+1C066
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Valnum
+ 10
+885.8338591092685
+ 20
+459.6560997110931
+ 30
+691.2
+ 41
+1.199999999999999
+ 42
+1.199999999999999
+ 43
+1.5
+  0
+ATTRIB
+  5
+1C067
+330
+1C066
+100
+AcDbEntity
+  8
+IMG027
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+938.6338591092686
+ 20
+459.6560997110931
+ 30
+691.2
+ 40
+9.599999999999999
+  1
+CWM-CWS03:WtrC-PT-010:Prs
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1C068
+330
+1C066
+100
+AcDbEntity
+  8
+IMG027
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+938.6338591092686
+ 20
+459.6560997110931
+ 30
+691.2
+ 40
+9.599999999999999
+  1
+14
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1C069
+330
+1C066
+100
+AcDbEntity
+  8
+IMG027
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+938.6338591092686
+ 20
+459.6560997110931
+ 30
+691.2
+ 40
+9.599999999999999
+  1
+0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+1C06A
+330
+1C066
+100
+AcDbEntity
+  8
+0
+  0
+TEXT
+  5
+1C06B
+330
+1F
+100
+AcDbEntity
+  8
+TEXTE
+ 62
+     2
+100
+AcDbText
+ 10
+918.2723525012722
+ 20
+460.5516162337795
+ 30
+691.2
+ 40
+8.0
+  1
+mbar
+100
+AcDbText
+  0
+SOLID
+  5
+1C06C
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbTrace
+ 10
+883.8018296938029
+ 20
+481.5516162337795
+ 30
+921.6000000000001
+ 11
+883.8018296938029
+ 21
+458.5516163414468
+ 31
+921.6000000000001
+ 12
+942.5254614155134
+ 22
+481.5516162337795
+ 32
+921.6000000000001
+ 13
+942.5254614155134
+ 23
+458.5516283340683
+ 33
+921.6000000000001
+  0
+SOLID
+  5
+1C06D
+330
+1F
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+883.8018296938029
+ 20
+481.5516162337795
+ 30
+921.6000000000001
+ 11
+942.5254614155134
+ 21
+481.5516162337795
+ 31
+921.6000000000001
+ 12
+882.0018296938028
+ 22
+483.3516162337793
+ 32
+921.6000000000001
+ 13
+944.3254585385124
+ 23
+483.3516200976906
+ 33
+921.6000000000001
+  0
+SOLID
+  5
+1C06E
+330
+1F
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+882.0018296938028
+ 20
+456.7516163414471
+ 30
+691.2
+ 11
+883.8018296938029
+ 21
+458.5516163414468
+ 31
+691.2
+ 12
+882.0018296938028
+ 22
+483.3516162337793
+ 32
+691.2
+ 13
+883.8018296938029
+ 23
+481.5516162337795
+ 33
+691.2
+  0
+SOLID
+  5
+1C06F
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+882.0018296657726
+ 20
+456.7516119305274
+ 30
+921.6000000000001
+ 11
+944.3254614155137
+ 21
+456.7516283340684
+ 31
+921.6000000000001
+ 12
+883.8018296657729
+ 22
+458.5516119305274
+ 32
+921.6000000000001
+ 13
+942.5254614155134
+ 23
+458.5516283340683
+ 33
+921.6000000000001
+  0
+SOLID
+  5
+1C070
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+944.3254614155137
+ 20
+456.7516283340684
+ 30
+921.6000000000001
+ 11
+942.5254614155134
+ 21
+458.5516283340683
+ 31
+921.6000000000001
+ 12
+944.3254670613912
+ 22
+483.3516286205423
+ 32
+921.6000000000001
+ 13
+942.5254614155134
+ 23
+481.551628620543
+ 33
+921.6000000000001
+  0
+LWPOLYLINE
+  5
+1C071
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 38
+921.6000000000001
+ 10
+882.0018281504585
+ 20
+483.3516200976906
+ 10
+944.3254585385124
+ 20
+483.3516200976906
+ 10
+944.3254642925175
+ 20
+456.7516210653756
+ 10
+882.0018339044636
+ 20
+456.7516210653756
+  0
+TEXT
+  5
+1C072
+330
+1F
+100
+AcDbEntity
+  8
+TEXTE
+ 62
+     7
+100
+AcDbText
+ 10
+895.5299884373026
+ 20
+432.0083198595617
+ 30
+64.0
+ 40
+8.0
+  1
+TT-010
+100
+AcDbText
+  0
+INSERT
+  5
+1C073
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Valnum
+ 10
+890.0018326150153
+ 20
+419.6561001079204
+ 30
+64.0
+ 41
+1.199999999999999
+ 42
+1.199999999999999
+ 43
+1.5
+  0
+ATTRIB
+  5
+1C074
+330
+1C073
+100
+AcDbEntity
+  8
+IMG027
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+942.8018326150152
+ 20
+419.6561001079204
+ 30
+64.0
+ 40
+9.599999999999999
+  1
+CWM-CWS03:WtrC-TT-010:Tmp
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1C075
+330
+1C073
+100
+AcDbEntity
+  8
+IMG027
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+942.8018326150152
+ 20
+419.6561001079204
+ 30
+64.0
+ 40
+9.599999999999999
+  1
+14
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1C076
+330
+1C073
+100
+AcDbEntity
+  8
+IMG027
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+942.8018326150152
+ 20
+419.6561001079204
+ 30
+64.0
+ 40
+9.599999999999999
+  1
+0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+1C077
+330
+1C073
+100
+AcDbEntity
+  8
+0
+  0
+TEXT
+  5
+1C078
+330
+1F
+100
+AcDbEntity
+  8
+TEXTE
+ 62
+     2
+100
+AcDbText
+ 10
+930.0018326150151
+ 20
+420.5516166306066
+ 30
+64.0
+ 40
+8.0
+  1
+°C
+100
+AcDbText
+  0
+SOLID
+  5
+1C079
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbTrace
+ 10
+887.8018316385958
+ 20
+441.5516166306066
+ 30
+64.0
+ 11
+887.8018316385958
+ 21
+418.551616738274
+ 31
+64.0
+ 12
+940.801831142293
+ 22
+441.5516166306066
+ 32
+64.0
+ 13
+940.801831142293
+ 23
+418.5516163441321
+ 33
+64.0
+  0
+SOLID
+  5
+1C07A
+330
+1F
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+887.8018316385958
+ 20
+441.5516166306066
+ 30
+294.4
+ 11
+940.801831142293
+ 21
+441.5516166306066
+ 31
+294.4
+ 12
+886.0018316385955
+ 22
+443.3516166306064
+ 32
+294.4
+ 13
+942.6018282652918
+ 23
+443.3516081077542
+ 33
+294.4
+  0
+SOLID
+  5
+1C07B
+330
+1F
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+886.0018316385955
+ 20
+416.7516167382742
+ 30
+64.0
+ 11
+887.8018316385958
+ 21
+418.551616738274
+ 31
+64.0
+ 12
+886.0018316385955
+ 22
+443.3516166306064
+ 32
+64.0
+ 13
+887.8018316385958
+ 23
+441.5516166306066
+ 33
+64.0
+  0
+SOLID
+  5
+1C07C
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+886.0018316105653
+ 20
+416.7516123273546
+ 30
+64.0
+ 11
+942.6018351590707
+ 21
+416.7516123273546
+ 31
+64.0
+ 12
+887.8018316105656
+ 22
+418.5516123273543
+ 32
+64.0
+ 13
+940.801831142293
+ 23
+418.5516163441321
+ 33
+64.0
+  0
+SOLID
+  5
+1C07D
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+942.6018311422931
+ 20
+416.7516163441324
+ 30
+294.4
+ 11
+940.801831142293
+ 21
+418.5516163441321
+ 31
+294.4
+ 12
+942.6018367881706
+ 22
+443.3516166306064
+ 32
+294.4
+ 13
+940.801831142293
+ 23
+441.5516166306066
+ 33
+294.4
+  0
+LWPOLYLINE
+  5
+1C07E
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 38
+294.4
+ 10
+886.0018300952512
+ 20
+443.3516204945172
+ 10
+942.6018267219456
+ 20
+443.3516204945172
+ 10
+942.6018324759507
+ 20
+416.7516214622025
+ 10
+886.0018358492563
+ 20
+416.7516214622025
+  0
+TEXT
+  5
+1C091
+330
+1F
+100
+AcDbEntity
+  8
+TEXTE
+ 62
+     7
+100
+AcDbText
+ 10
+673.001826912407
+ 20
+266.254502784025
+ 30
+13363.2
+ 40
+8.0
+  1
+EC-010
+ 72
+     1
+ 11
+693.0018269124071
+ 21
+266.254502784025
+ 31
+13363.2
+100
+AcDbText
+  0
+SOLID
+  5
+1C092
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbTrace
+ 10
+666.8018276461357
+ 20
+275.7977995550701
+ 30
+13363.2
+ 11
+666.8018276461357
+ 21
+252.7977996627375
+ 31
+13363.2
+ 12
+719.8018271498328
+ 22
+275.7977995550701
+ 32
+13363.2
+ 13
+719.8018271498328
+ 23
+252.7977992685957
+ 33
+13363.2
+  0
+SOLID
+  5
+1C093
+330
+1F
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+666.8018276461357
+ 20
+275.7977995550701
+ 30
+13593.6
+ 11
+719.8018271498328
+ 21
+275.7977995550701
+ 31
+13593.6
+ 12
+665.0018276461355
+ 22
+277.5977995550696
+ 32
+13593.6
+ 13
+721.6018242728319
+ 23
+277.5977910322177
+ 33
+13593.6
+  0
+SOLID
+  5
+1C094
+330
+1F
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+665.0018276461355
+ 20
+250.9977996627375
+ 30
+13363.2
+ 11
+666.8018276461357
+ 21
+252.7977996627375
+ 31
+13363.2
+ 12
+665.0018276461355
+ 22
+277.5977995550696
+ 32
+13363.2
+ 13
+666.8018276461357
+ 23
+275.7977995550701
+ 33
+13363.2
+  0
+SOLID
+  5
+1C095
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+665.0018276181056
+ 20
+250.997795251818
+ 30
+13363.2
+ 11
+721.6018311666107
+ 21
+250.997795251818
+ 31
+13363.2
+ 12
+666.8018276181058
+ 22
+252.797795251818
+ 32
+13363.2
+ 13
+719.8018271498328
+ 23
+252.7977992685957
+ 33
+13363.2
+  0
+SOLID
+  5
+1C096
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+721.601827149833
+ 20
+250.9977992685957
+ 30
+13593.6
+ 11
+719.8018271498328
+ 21
+252.7977992685957
+ 31
+13593.6
+ 12
+721.6018327957105
+ 22
+277.5977995550696
+ 32
+13593.6
+ 13
+719.8018271498328
+ 23
+275.7977995550701
+ 33
+13593.6
+  0
+LWPOLYLINE
+  5
+1C097
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 38
+13593.6
+ 10
+665.0018261027912
+ 20
+277.597803418981
+ 10
+721.6018227294855
+ 20
+277.597803418981
+ 10
+721.6018284834906
+ 20
+250.9978043866662
+ 10
+665.0018318567965
+ 20
+250.9978043866662
+  0
+INSERT
+  5
+1C099
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Equtor
+ 10
+677.9305943873014
+ 20
+255.1904776937973
+ 30
+15667.2
+ 41
+28.99999779328999
+ 42
+6.807316496867088
+ 43
+28.99999779328999
+  0
+ATTRIB
+  5
+1C09A
+330
+1C099
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+677.9305943873014
+ 20
+255.1904776937973
+ 30
+15667.2
+ 40
+0.6807316496867088
+  1
+CWM-CWS03:WtrC-EC-010:Cmd
+ 41
+4.260121856628316
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1C09B
+330
+1C099
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+677.9305943873014
+ 20
+255.1904776937973
+ 30
+15667.2
+ 40
+0.6807316496867088
+  1
+On
+ 41
+4.260121856628316
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+EQU-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1C09C
+330
+1C099
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+677.9305943873014
+ 20
+255.1904776937973
+ 30
+15667.2
+ 40
+0.6807316496867088
+  1
+10
+ 41
+4.260121856628316
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1C09D
+330
+1C099
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+677.9305943873014
+ 20
+255.1904776937973
+ 30
+15667.2
+ 40
+0.6807316496867088
+  1
+Off
+ 41
+4.260121856628316
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+EQU-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1C09E
+330
+1C099
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+677.9305943873014
+ 20
+255.1904776937973
+ 30
+15667.2
+ 40
+0.6807316496867088
+  1
+12
+ 41
+4.260121856628316
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1C09F
+330
+1C099
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+677.9305943873014
+ 20
+255.1904776937973
+ 30
+15667.2
+ 40
+0.6807316496867088
+  1
+0
+ 41
+4.260121856628316
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1C0A0
+330
+1C099
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+677.9305943873014
+ 20
+255.1904776937973
+ 30
+15667.2
+ 40
+0.6807316496867088
+  1
+0
+ 41
+4.260121856628316
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1C0A1
+330
+1C099
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+677.9305943873014
+ 20
+255.1904776937973
+ 30
+15667.2
+ 40
+0.6807316496867088
+  1
+0
+ 41
+4.260121856628316
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+1C0A2
+330
+1C099
+100
+AcDbEntity
+  8
+0
+  0
+SOLID
+  5
+1C0A3
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    62
+100
+AcDbTrace
+ 10
+475.8079528662679
+ 20
+-221.3025654902715
+ 30
+64.0
+ 11
+394.0018261610342
+ 21
+-221.3025654902715
+ 31
+64.0
+ 12
+475.8079507735696
+ 22
+-245.3025644629138
+ 32
+64.0
+ 13
+393.8079503906392
+ 23
+-245.3025644629125
+ 33
+64.0
+  0
+SOLID
+  5
+1C0A4
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    61
+100
+AcDbTrace
+ 10
+475.8079528662679
+ 20
+-165.3025654902715
+ 30
+64.0
+ 11
+394.0018261610342
+ 21
+-165.3025654902715
+ 31
+64.0
+ 12
+475.8079514013791
+ 22
+-221.3025654902715
+ 32
+64.0
+ 13
+394.0018261610342
+ 23
+-221.3025654902715
+ 33
+64.0
+  0
+SOLID
+  5
+1C0A5
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    60
+100
+AcDbTrace
+ 10
+475.8079537636577
+ 20
+-37.30256452837045
+ 30
+64.0
+ 11
+394.0018261610342
+ 21
+-37.30256452837045
+ 31
+64.0
+ 12
+475.8079528662679
+ 22
+-165.3025654902715
+ 32
+64.0
+ 13
+394.0018261610342
+ 23
+-165.3025654902715
+ 33
+64.0
+  0
+INSERT
+  5
+1C0A6
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     9
+100
+AcDbBlockReference
+ 66
+     1
+  2
+palet
+ 10
+499.1235555566844
+ 20
+-65.24449927011767
+ 30
+-28.9114261271681
+  0
+ATTRIB
+  5
+1C0A7
+330
+1C0A6
+100
+AcDbEntity
+  8
+IMG009
+ 62
+     9
+100
+AcDbText
+ 10
+499.1235555566844
+ 20
+-65.24449927011767
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+CWM-CWS03:WtrC-LT-070:LH
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1C0A8
+330
+1C0A6
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+499.1235555566844
+ 20
+-65.24449927011767
+ 30
+-28.9114261271681
+ 40
+6.0
+  1
+60
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1C0A9
+330
+1C0A6
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+499.1235555566844
+ 20
+-65.24449927011767
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+12
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1C0AA
+330
+1C0A6
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+499.1235555566844
+ 20
+-65.24449927011767
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+7
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+1C0AB
+330
+1C0A6
+100
+AcDbEntity
+  8
+0
+  0
+INSERT
+  5
+1C0AC
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     9
+100
+AcDbBlockReference
+ 66
+     1
+  2
+palet
+ 10
+499.1235555566844
+ 20
+-194.2444992701176
+ 30
+-28.9114261271681
+  0
+ATTRIB
+  5
+1C0AD
+330
+1C0AC
+100
+AcDbEntity
+  8
+IMG009
+ 62
+     9
+100
+AcDbText
+ 10
+499.1235555566844
+ 20
+-194.2444992701176
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+CWM-CWS03:WtrC-LT-070:LL
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1C0AE
+330
+1C0AC
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+499.1235555566844
+ 20
+-194.2444992701176
+ 30
+-28.9114261271681
+ 40
+6.0
+  1
+61
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1C0AF
+330
+1C0AC
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+499.1235555566844
+ 20
+-194.2444992701176
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+9
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1C0B0
+330
+1C0AC
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+499.1235555566844
+ 20
+-194.2444992701176
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+12
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+1C0B1
+330
+1C0AC
+100
+AcDbEntity
+  8
+0
+  0
+INSERT
+  5
+1C0B2
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     9
+100
+AcDbBlockReference
+ 66
+     1
+  2
+palet
+ 10
+528.0018261610341
+ 20
+-261.0022035476062
+ 30
+-28.9114261271681
+  0
+ATTRIB
+  5
+1C0B3
+330
+1C0B2
+100
+AcDbEntity
+  8
+IMG009
+ 62
+     9
+100
+AcDbText
+ 10
+528.0018261610341
+ 20
+-261.0022035476062
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+CWM-CWS03:WtrC-LT-070:LVL
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1C0B4
+330
+1C0B2
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+528.0018261610341
+ 20
+-261.0022035476062
+ 30
+-28.9114261271681
+ 40
+6.0
+  1
+62
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1C0B5
+330
+1C0B2
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+528.0018261610341
+ 20
+-261.0022035476062
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+12
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1C0B6
+330
+1C0B2
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+528.0018261610341
+ 20
+-261.0022035476062
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+9
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+1C0B7
+330
+1C0B2
+100
+AcDbEntity
+  8
+0
+  0
+LINE
+  5
+1C0B8
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 39
+4.0
+ 10
+1106.807949047959
+ 20
+386.9977935891965
+ 30
+4.0
+ 11
+1082.807949047959
+ 21
+392.9977935891965
+ 31
+4.0
+  0
+LINE
+  5
+1C0B9
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 39
+4.0
+ 10
+1082.807949047959
+ 20
+392.9977935891965
+ 30
+4.0
+ 11
+1106.807949047959
+ 21
+398.9977935891965
+ 31
+4.0
+  0
+LINE
+  5
+1C0BA
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 39
+4.0
+ 10
+1146.807949047959
+ 20
+390.9977935891965
+ 30
+4.0
+ 11
+1146.807949047959
+ 21
+394.9977935891965
+ 31
+4.0
+  0
+SOLID
+  5
+1C0BB
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    15
+100
+AcDbTrace
+ 10
+1082.807949047959
+ 20
+392.9977935891965
+ 30
+4.0
+ 11
+1106.807949047959
+ 21
+386.9977935891965
+ 31
+4.0
+ 12
+1082.807949047959
+ 22
+392.9977935891965
+ 32
+4.0
+ 13
+1106.807949047959
+ 23
+398.9977935891965
+ 33
+4.0
+  0
+SOLID
+  5
+1C0BC
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    15
+100
+AcDbTrace
+ 10
+1146.80794871206
+ 20
+394.9977932857172
+ 30
+4.0
+ 11
+1106.807949047959
+ 21
+394.9977925408094
+ 31
+4.0
+ 12
+1146.807949047959
+ 22
+390.9977935891965
+ 32
+4.0
+ 13
+1106.807949047959
+ 23
+390.9977925552608
+ 33
+4.0
+  0
+LINE
+  5
+1C0BD
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1146.807949047959
+ 20
+390.9977935891965
+ 30
+4.0
+ 11
+1106.807949047959
+ 21
+390.9977925552608
+ 31
+4.0
+  0
+LINE
+  5
+1C0BE
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1106.807949047959
+ 20
+390.9977925552608
+ 30
+4.0
+ 11
+1106.807949047959
+ 21
+386.9977935891965
+ 31
+4.0
+  0
+LINE
+  5
+1C0BF
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1106.807949047959
+ 20
+386.9977935891965
+ 30
+4.0
+ 11
+1082.807949047959
+ 21
+392.9977935891965
+ 31
+4.0
+  0
+LINE
+  5
+1C0C0
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1082.807949047959
+ 20
+392.9977935891965
+ 30
+4.0
+ 11
+1106.807949047959
+ 21
+398.9977935891965
+ 31
+4.0
+  0
+LINE
+  5
+1C0C1
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1106.807949047959
+ 20
+398.9977935891965
+ 30
+4.0
+ 11
+1106.807949047959
+ 21
+394.9977925408094
+ 31
+4.0
+  0
+LINE
+  5
+1C0C2
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1106.807949047959
+ 20
+394.9977925408094
+ 30
+4.0
+ 11
+1146.80794871206
+ 21
+394.9977932857172
+ 31
+4.0
+  0
+LINE
+  5
+1C0C3
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1146.80794871206
+ 20
+394.9977932857172
+ 30
+4.0
+ 11
+1146.807949047959
+ 21
+390.9977935891965
+ 31
+4.0
+  0
+LINE
+  5
+1C0C4
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 39
+4.0
+ 10
+1106.807947609164
+ 20
+189.9977935891964
+ 30
+4.0
+ 11
+1082.807947609164
+ 21
+195.9977935891965
+ 31
+4.0
+  0
+LINE
+  5
+1C0C5
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 39
+4.0
+ 10
+1082.807947609164
+ 20
+195.9977935891965
+ 30
+4.0
+ 11
+1106.807947609164
+ 21
+201.9977935891965
+ 31
+4.0
+  0
+LINE
+  5
+1C0C6
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 39
+4.0
+ 10
+1146.807947609164
+ 20
+193.9977935891965
+ 30
+4.0
+ 11
+1146.807947609164
+ 21
+197.9977935891965
+ 31
+4.0
+  0
+SOLID
+  5
+1C0C7
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    15
+100
+AcDbTrace
+ 10
+1082.807947609164
+ 20
+195.9977935891965
+ 30
+4.0
+ 11
+1106.807947609164
+ 21
+189.9977935891964
+ 31
+4.0
+ 12
+1082.807947609164
+ 22
+195.9977935891965
+ 32
+4.0
+ 13
+1106.807947609164
+ 23
+201.9977935891965
+ 33
+4.0
+  0
+SOLID
+  5
+1C0C8
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    15
+100
+AcDbTrace
+ 10
+1146.807947273265
+ 20
+197.9977932857172
+ 30
+4.0
+ 11
+1106.807947609164
+ 21
+197.9977925408094
+ 31
+4.0
+ 12
+1146.807947609164
+ 22
+193.9977935891965
+ 32
+4.0
+ 13
+1106.807947609164
+ 23
+193.9977925552608
+ 33
+4.0
+  0
+LINE
+  5
+1C0C9
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1146.807947609164
+ 20
+193.9977935891965
+ 30
+4.0
+ 11
+1106.807947609164
+ 21
+193.9977925552608
+ 31
+4.0
+  0
+LINE
+  5
+1C0CA
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1106.807947609164
+ 20
+193.9977925552608
+ 30
+4.0
+ 11
+1106.807947609164
+ 21
+189.9977935891964
+ 31
+4.0
+  0
+LINE
+  5
+1C0CB
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1106.807947609164
+ 20
+189.9977935891964
+ 30
+4.0
+ 11
+1082.807947609164
+ 21
+195.9977935891965
+ 31
+4.0
+  0
+LINE
+  5
+1C0CC
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1082.807947609164
+ 20
+195.9977935891965
+ 30
+4.0
+ 11
+1106.807947609164
+ 21
+201.9977935891965
+ 31
+4.0
+  0
+LINE
+  5
+1C0CD
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1106.807947609164
+ 20
+201.9977935891965
+ 30
+4.0
+ 11
+1106.807947609164
+ 21
+197.9977925408094
+ 31
+4.0
+  0
+LINE
+  5
+1C0CE
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1106.807947609164
+ 20
+197.9977925408094
+ 30
+4.0
+ 11
+1146.807947273265
+ 21
+197.9977932857172
+ 31
+4.0
+  0
+LINE
+  5
+1C0CF
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1146.807947273265
+ 20
+197.9977932857172
+ 30
+4.0
+ 11
+1146.807947609164
+ 21
+193.9977935891965
+ 31
+4.0
+  0
+LINE
+  5
+1C0D0
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 39
+4.0
+ 10
+1106.807950306322
+ 20
+-18.00220641080352
+ 30
+4.0
+ 11
+1082.807950306322
+ 21
+-12.00220641080352
+ 31
+4.0
+  0
+LINE
+  5
+1C0D1
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 39
+4.0
+ 10
+1082.807950306322
+ 20
+-12.00220641080352
+ 30
+4.0
+ 11
+1106.807950306322
+ 21
+-6.002206410803523
+ 31
+4.0
+  0
+LINE
+  5
+1C0D2
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 39
+4.0
+ 10
+1146.807950306322
+ 20
+-14.00220641080358
+ 30
+4.0
+ 11
+1146.807950306322
+ 21
+-10.00220641080358
+ 31
+4.0
+  0
+SOLID
+  5
+1C0D3
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    15
+100
+AcDbTrace
+ 10
+1082.807950306322
+ 20
+-12.00220641080352
+ 30
+4.0
+ 11
+1106.807950306322
+ 21
+-18.00220641080352
+ 31
+4.0
+ 12
+1082.807950306322
+ 22
+-12.00220641080352
+ 32
+4.0
+ 13
+1106.807950306322
+ 23
+-6.002206410803523
+ 33
+4.0
+  0
+SOLID
+  5
+1C0D4
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    15
+100
+AcDbTrace
+ 10
+1146.807949970423
+ 20
+-10.00220671428286
+ 30
+4.0
+ 11
+1106.807950306322
+ 21
+-10.00220745919057
+ 31
+4.0
+ 12
+1146.807950306322
+ 22
+-14.00220641080358
+ 32
+4.0
+ 13
+1106.807950306322
+ 23
+-14.00220744473921
+ 33
+4.0
+  0
+LINE
+  5
+1C0D5
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1146.807950306322
+ 20
+-14.00220641080358
+ 30
+4.0
+ 11
+1106.807950306322
+ 21
+-14.00220744473921
+ 31
+4.0
+  0
+LINE
+  5
+1C0D6
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1106.807950306322
+ 20
+-14.00220744473921
+ 30
+4.0
+ 11
+1106.807950306322
+ 21
+-18.00220641080352
+ 31
+4.0
+  0
+LINE
+  5
+1C0D7
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1106.807950306322
+ 20
+-18.00220641080352
+ 30
+4.0
+ 11
+1082.807950306322
+ 21
+-12.00220641080352
+ 31
+4.0
+  0
+LINE
+  5
+1C0D8
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1082.807950306322
+ 20
+-12.00220641080352
+ 30
+4.0
+ 11
+1106.807950306322
+ 21
+-6.002206410803523
+ 31
+4.0
+  0
+LINE
+  5
+1C0D9
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1106.807950306322
+ 20
+-6.002206410803523
+ 30
+4.0
+ 11
+1106.807950306322
+ 21
+-10.00220745919057
+ 31
+4.0
+  0
+LINE
+  5
+1C0DA
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1106.807950306322
+ 20
+-10.00220745919057
+ 30
+4.0
+ 11
+1146.807949970423
+ 21
+-10.00220671428286
+ 31
+4.0
+  0
+LINE
+  5
+1C0DB
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1146.807949970423
+ 20
+-10.00220671428286
+ 30
+4.0
+ 11
+1146.807950306322
+ 21
+-14.00220641080358
+ 31
+4.0
+  0
+LINE
+  5
+1C0DC
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 39
+4.0
+ 10
+1106.807950099033
+ 20
+-227.0022064108035
+ 30
+0.0
+ 11
+1082.807950099033
+ 21
+-221.0022064108035
+ 31
+0.0
+  0
+LINE
+  5
+1C0DD
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 39
+4.0
+ 10
+1082.807950099033
+ 20
+-221.0022064108035
+ 30
+0.0
+ 11
+1106.807950099033
+ 21
+-215.0022064108035
+ 31
+0.0
+  0
+LINE
+  5
+1C0DE
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 39
+4.0
+ 10
+1146.807950099033
+ 20
+-223.0022064108035
+ 30
+0.0
+ 11
+1146.807950099033
+ 21
+-219.0022064108035
+ 31
+0.0
+  0
+SOLID
+  5
+1C0DF
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    15
+100
+AcDbTrace
+ 10
+1082.807950099033
+ 20
+-221.0022064108035
+ 30
+0.0
+ 11
+1106.807950099033
+ 21
+-227.0022064108035
+ 31
+0.0
+ 12
+1082.807950099033
+ 22
+-221.0022064108035
+ 32
+0.0
+ 13
+1106.807950099033
+ 23
+-215.0022064108035
+ 33
+0.0
+  0
+SOLID
+  5
+1C0E0
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    15
+100
+AcDbTrace
+ 10
+1146.807949763134
+ 20
+-219.0022067142828
+ 30
+0.0
+ 11
+1106.807950099033
+ 21
+-219.0022074591906
+ 31
+0.0
+ 12
+1146.807950099033
+ 22
+-223.0022064108035
+ 32
+0.0
+ 13
+1106.807950099033
+ 23
+-223.0022074447392
+ 33
+0.0
+  0
+LINE
+  5
+1C0E1
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1146.807950099033
+ 20
+-223.0022064108035
+ 30
+0.0
+ 11
+1106.807950099033
+ 21
+-223.0022074447392
+ 31
+0.0
+  0
+LINE
+  5
+1C0E2
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1106.807950099033
+ 20
+-223.0022074447392
+ 30
+0.0
+ 11
+1106.807950099033
+ 21
+-227.0022064108035
+ 31
+0.0
+  0
+LINE
+  5
+1C0E3
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1106.807950099033
+ 20
+-227.0022064108035
+ 30
+0.0
+ 11
+1082.807950099033
+ 21
+-221.0022064108035
+ 31
+0.0
+  0
+LINE
+  5
+1C0E4
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1082.807950099033
+ 20
+-221.0022064108035
+ 30
+0.0
+ 11
+1106.807950099033
+ 21
+-215.0022064108035
+ 31
+0.0
+  0
+LINE
+  5
+1C0E5
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1106.807950099033
+ 20
+-215.0022064108035
+ 30
+0.0
+ 11
+1106.807950099033
+ 21
+-219.0022074591906
+ 31
+0.0
+  0
+LINE
+  5
+1C0E6
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1106.807950099033
+ 20
+-219.0022074591906
+ 30
+0.0
+ 11
+1146.807949763134
+ 21
+-219.0022067142828
+ 31
+0.0
+  0
+LINE
+  5
+1C0E7
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1146.807949763134
+ 20
+-219.0022067142828
+ 30
+0.0
+ 11
+1146.807950099033
+ 21
+-223.0022064108035
+ 31
+0.0
+  0
+LINE
+  5
+1C0E8
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 39
+4.0
+ 10
+1122.807948648678
+ 20
+-174.0022051710949
+ 30
+4.0
+ 11
+1146.807948648678
+ 21
+-180.0022051710949
+ 31
+4.0
+  0
+LINE
+  5
+1C0E9
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 39
+4.0
+ 10
+1146.807948648678
+ 20
+-180.0022051710949
+ 30
+4.0
+ 11
+1122.807948648678
+ 21
+-186.0022051710949
+ 31
+4.0
+  0
+LINE
+  5
+1C0EA
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 39
+4.0
+ 10
+1082.807948648678
+ 20
+-178.0022051710949
+ 30
+4.0
+ 11
+1082.807948648678
+ 21
+-182.0022051710949
+ 31
+4.0
+  0
+SOLID
+  5
+1C0EB
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     5
+100
+AcDbTrace
+ 10
+1146.807948648678
+ 20
+-180.0022051710949
+ 30
+4.0
+ 11
+1122.807948648678
+ 21
+-174.0022051710949
+ 31
+4.0
+ 12
+1146.807948648678
+ 22
+-180.0022051710949
+ 32
+4.0
+ 13
+1122.807948648678
+ 23
+-186.0022051710949
+ 33
+4.0
+  0
+SOLID
+  5
+1C0EC
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     5
+100
+AcDbTrace
+ 10
+1082.807948984577
+ 20
+-182.0022048676156
+ 30
+4.0
+ 11
+1122.807948648678
+ 21
+-182.0022041227079
+ 31
+4.0
+ 12
+1082.807948648678
+ 22
+-178.0022051710949
+ 32
+4.0
+ 13
+1122.807948648678
+ 23
+-178.0022041371593
+ 33
+4.0
+  0
+LINE
+  5
+1C0ED
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1082.807948648678
+ 20
+-178.0022051710949
+ 30
+4.0
+ 11
+1122.807948648678
+ 21
+-178.0022041371593
+ 31
+4.0
+  0
+LINE
+  5
+1C0EE
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1122.807948648678
+ 20
+-178.0022041371593
+ 30
+4.0
+ 11
+1122.807948648678
+ 21
+-174.0022051710949
+ 31
+4.0
+  0
+LINE
+  5
+1C0EF
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1122.807948648678
+ 20
+-174.0022051710949
+ 30
+4.0
+ 11
+1146.807948648678
+ 21
+-180.0022051710949
+ 31
+4.0
+  0
+LINE
+  5
+1C0F0
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1146.807948648678
+ 20
+-180.0022051710949
+ 30
+4.0
+ 11
+1122.807948648678
+ 21
+-186.0022051710949
+ 31
+4.0
+  0
+LINE
+  5
+1C0F1
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1122.807948648678
+ 20
+-186.0022051710949
+ 30
+4.0
+ 11
+1122.807948648678
+ 21
+-182.0022041227079
+ 31
+4.0
+  0
+LINE
+  5
+1C0F2
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1122.807948648678
+ 20
+-182.0022041227079
+ 30
+4.0
+ 11
+1082.807948984577
+ 21
+-182.0022048676156
+ 31
+4.0
+  0
+LINE
+  5
+1C0F3
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1082.807948984577
+ 20
+-182.0022048676156
+ 30
+4.0
+ 11
+1082.807948648678
+ 21
+-178.0022051710949
+ 31
+4.0
+  0
+LINE
+  5
+1C0F4
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 39
+4.0
+ 10
+1122.807948855966
+ 20
+37.99779482890506
+ 30
+8.0
+ 11
+1146.807948855966
+ 21
+31.99779482890506
+ 31
+8.0
+  0
+LINE
+  5
+1C0F5
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 39
+4.0
+ 10
+1146.807948855966
+ 20
+31.99779482890506
+ 30
+8.0
+ 11
+1122.807948855966
+ 21
+25.99779482890506
+ 31
+8.0
+  0
+LINE
+  5
+1C0F6
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 39
+4.0
+ 10
+1082.807948855966
+ 20
+33.99779482890506
+ 30
+8.0
+ 11
+1082.807948855966
+ 21
+29.99779482890506
+ 31
+8.0
+  0
+SOLID
+  5
+1C0F7
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     5
+100
+AcDbTrace
+ 10
+1146.807948855966
+ 20
+31.99779482890506
+ 30
+8.0
+ 11
+1122.807948855966
+ 21
+37.99779482890506
+ 31
+8.0
+ 12
+1146.807948855966
+ 22
+31.99779482890506
+ 32
+8.0
+ 13
+1122.807948855966
+ 23
+25.99779482890506
+ 33
+8.0
+  0
+SOLID
+  5
+1C0F8
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     5
+100
+AcDbTrace
+ 10
+1082.807949191865
+ 20
+29.99779513238434
+ 30
+8.0
+ 11
+1122.807948855966
+ 21
+29.99779587729211
+ 31
+8.0
+ 12
+1082.807948855966
+ 22
+33.99779482890506
+ 32
+8.0
+ 13
+1122.807948855966
+ 23
+33.99779586284075
+ 33
+8.0
+  0
+LINE
+  5
+1C0F9
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1082.807948855966
+ 20
+33.99779482890506
+ 30
+8.0
+ 11
+1122.807948855966
+ 21
+33.99779586284075
+ 31
+8.0
+  0
+LINE
+  5
+1C0FA
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1122.807948855966
+ 20
+33.99779586284075
+ 30
+8.0
+ 11
+1122.807948855966
+ 21
+37.99779482890506
+ 31
+8.0
+  0
+LINE
+  5
+1C0FB
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1122.807948855966
+ 20
+37.99779482890506
+ 30
+8.0
+ 11
+1146.807948855966
+ 21
+31.99779482890506
+ 31
+8.0
+  0
+LINE
+  5
+1C0FC
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1146.807948855966
+ 20
+31.99779482890506
+ 30
+8.0
+ 11
+1122.807948855966
+ 21
+25.99779482890506
+ 31
+8.0
+  0
+LINE
+  5
+1C0FD
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1122.807948855966
+ 20
+25.99779482890506
+ 30
+8.0
+ 11
+1122.807948855966
+ 21
+29.99779587729211
+ 31
+8.0
+  0
+LINE
+  5
+1C0FE
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1122.807948855966
+ 20
+29.99779587729211
+ 30
+8.0
+ 11
+1082.807949191865
+ 21
+29.99779513238434
+ 31
+8.0
+  0
+LINE
+  5
+1C0FF
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1082.807949191865
+ 20
+29.99779513238434
+ 30
+8.0
+ 11
+1082.807948855966
+ 21
+33.99779482890506
+ 31
+8.0
+  0
+LINE
+  5
+1C100
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 39
+4.0
+ 10
+1122.807946158809
+ 20
+250.997794828905
+ 30
+8.0
+ 11
+1146.807946158809
+ 21
+244.997794828905
+ 31
+8.0
+  0
+LINE
+  5
+1C101
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 39
+4.0
+ 10
+1146.807946158809
+ 20
+244.997794828905
+ 30
+8.0
+ 11
+1122.807946158809
+ 21
+238.997794828905
+ 31
+8.0
+  0
+LINE
+  5
+1C102
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 39
+4.0
+ 10
+1082.807946158809
+ 20
+246.997794828905
+ 30
+8.0
+ 11
+1082.807946158809
+ 21
+242.997794828905
+ 31
+8.0
+  0
+SOLID
+  5
+1C103
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     5
+100
+AcDbTrace
+ 10
+1146.807946158809
+ 20
+244.997794828905
+ 30
+8.0
+ 11
+1122.807946158809
+ 21
+250.997794828905
+ 31
+8.0
+ 12
+1146.807946158809
+ 22
+244.997794828905
+ 32
+8.0
+ 13
+1122.807946158809
+ 23
+238.997794828905
+ 33
+8.0
+  0
+SOLID
+  5
+1C104
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     5
+100
+AcDbTrace
+ 10
+1082.807946494708
+ 20
+242.9977951323843
+ 30
+8.0
+ 11
+1122.807946158809
+ 21
+242.9977958772921
+ 31
+8.0
+ 12
+1082.807946158809
+ 22
+246.997794828905
+ 32
+8.0
+ 13
+1122.807946158809
+ 23
+246.9977958628407
+ 33
+8.0
+  0
+LINE
+  5
+1C105
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1082.807946158809
+ 20
+246.997794828905
+ 30
+8.0
+ 11
+1122.807946158809
+ 21
+246.9977958628407
+ 31
+8.0
+  0
+LINE
+  5
+1C106
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1122.807946158809
+ 20
+246.9977958628407
+ 30
+8.0
+ 11
+1122.807946158809
+ 21
+250.997794828905
+ 31
+8.0
+  0
+LINE
+  5
+1C107
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1122.807946158809
+ 20
+250.997794828905
+ 30
+8.0
+ 11
+1146.807946158809
+ 21
+244.997794828905
+ 31
+8.0
+  0
+LINE
+  5
+1C108
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1146.807946158809
+ 20
+244.997794828905
+ 30
+8.0
+ 11
+1122.807946158809
+ 21
+238.997794828905
+ 31
+8.0
+  0
+LINE
+  5
+1C109
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1122.807946158809
+ 20
+238.997794828905
+ 30
+8.0
+ 11
+1122.807946158809
+ 21
+242.9977958772921
+ 31
+8.0
+  0
+LINE
+  5
+1C10A
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1122.807946158809
+ 20
+242.9977958772921
+ 30
+8.0
+ 11
+1082.807946494708
+ 21
+242.9977951323843
+ 31
+8.0
+  0
+LINE
+  5
+1C10B
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1082.807946494708
+ 20
+242.9977951323843
+ 30
+8.0
+ 11
+1082.807946158809
+ 21
+246.997794828905
+ 31
+8.0
+  0
+LINE
+  5
+1C10C
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 39
+4.0
+ 10
+1122.807947597604
+ 20
+440.997794828905
+ 30
+8.0
+ 11
+1146.807947597604
+ 21
+434.997794828905
+ 31
+8.0
+  0
+LINE
+  5
+1C10D
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 39
+4.0
+ 10
+1146.807947597604
+ 20
+434.997794828905
+ 30
+8.0
+ 11
+1122.807947597604
+ 21
+428.997794828905
+ 31
+8.0
+  0
+LINE
+  5
+1C10E
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 39
+4.0
+ 10
+1082.807947597604
+ 20
+436.997794828905
+ 30
+8.0
+ 11
+1082.807947597604
+ 21
+432.997794828905
+ 31
+8.0
+  0
+SOLID
+  5
+1C10F
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     5
+100
+AcDbTrace
+ 10
+1146.807947597604
+ 20
+434.997794828905
+ 30
+8.0
+ 11
+1122.807947597604
+ 21
+440.997794828905
+ 31
+8.0
+ 12
+1146.807947597604
+ 22
+434.997794828905
+ 32
+8.0
+ 13
+1122.807947597604
+ 23
+428.997794828905
+ 33
+8.0
+  0
+SOLID
+  5
+1C110
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     5
+100
+AcDbTrace
+ 10
+1082.807947933503
+ 20
+432.9977951323843
+ 30
+8.0
+ 11
+1122.807947597604
+ 21
+432.9977958772921
+ 31
+8.0
+ 12
+1082.807947597604
+ 22
+436.997794828905
+ 32
+8.0
+ 13
+1122.807947597604
+ 23
+436.9977958628407
+ 33
+8.0
+  0
+LINE
+  5
+1C111
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1082.807947597604
+ 20
+436.997794828905
+ 30
+8.0
+ 11
+1122.807947597604
+ 21
+436.9977958628407
+ 31
+8.0
+  0
+LINE
+  5
+1C112
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1122.807947597604
+ 20
+436.9977958628407
+ 30
+8.0
+ 11
+1122.807947597604
+ 21
+440.997794828905
+ 31
+8.0
+  0
+LINE
+  5
+1C113
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1122.807947597604
+ 20
+440.997794828905
+ 30
+8.0
+ 11
+1146.807947597604
+ 21
+434.997794828905
+ 31
+8.0
+  0
+LINE
+  5
+1C114
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1146.807947597604
+ 20
+434.997794828905
+ 30
+8.0
+ 11
+1122.807947597604
+ 21
+428.997794828905
+ 31
+8.0
+  0
+LINE
+  5
+1C115
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1122.807947597604
+ 20
+428.997794828905
+ 30
+8.0
+ 11
+1122.807947597604
+ 21
+432.9977958772921
+ 31
+8.0
+  0
+LINE
+  5
+1C116
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1122.807947597604
+ 20
+432.9977958772921
+ 30
+8.0
+ 11
+1082.807947933503
+ 21
+432.9977951323843
+ 31
+8.0
+  0
+LINE
+  5
+1C117
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1082.807947933503
+ 20
+432.9977951323843
+ 30
+8.0
+ 11
+1082.807947597604
+ 21
+436.997794828905
+ 31
+8.0
+  0
+LWPOLYLINE
+  5
+1C118
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+1677.001825561114
+ 20
+595.6974365927196
+ 10
+1881.001826161034
+ 20
+595.6974365927196
+ 10
+1881.001826161034
+ 20
+-308.3025634072803
+ 10
+1677.001825561114
+ 20
+-308.3025634072803
+  0
+LINE
+  5
+1C119
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 39
+4.0
+ 10
+1755.001840763467
+ 20
+471.6974398246938
+ 30
+0.0
+ 11
+1779.001840763466
+ 21
+465.6974398246937
+ 31
+0.0
+  0
+LINE
+  5
+1C11A
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 39
+4.0
+ 10
+1779.001840763466
+ 20
+465.6974398246937
+ 30
+0.0
+ 11
+1755.001840763467
+ 21
+459.6974398246937
+ 31
+0.0
+  0
+LINE
+  5
+1C11B
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 39
+4.0
+ 10
+1715.001840763466
+ 20
+467.6974398246938
+ 30
+0.0
+ 11
+1715.001840763466
+ 21
+463.6974398246938
+ 31
+0.0
+  0
+SOLID
+  5
+1C11C
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     5
+100
+AcDbTrace
+ 10
+1779.001840763466
+ 20
+465.6974398246937
+ 30
+0.0
+ 11
+1755.001840763467
+ 21
+471.6974398246938
+ 31
+0.0
+ 12
+1779.001840763466
+ 22
+465.6974398246937
+ 32
+0.0
+ 13
+1755.001840763467
+ 23
+459.6974398246937
+ 33
+0.0
+  0
+SOLID
+  5
+1C11D
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     5
+100
+AcDbTrace
+ 10
+1715.001841099365
+ 20
+463.697440128173
+ 30
+0.0
+ 11
+1755.001840763467
+ 21
+463.6974408730808
+ 31
+0.0
+ 12
+1715.001840763466
+ 22
+467.6974398246938
+ 32
+0.0
+ 13
+1755.001840763467
+ 23
+467.6974408586294
+ 33
+0.0
+  0
+LINE
+  5
+1C11E
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1715.001840763466
+ 20
+467.6974398246938
+ 30
+0.0
+ 11
+1755.001840763467
+ 21
+467.6974408586294
+ 31
+0.0
+  0
+LINE
+  5
+1C11F
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1755.001840763467
+ 20
+467.6974408586294
+ 30
+0.0
+ 11
+1755.001840763467
+ 21
+471.6974398246938
+ 31
+0.0
+  0
+LINE
+  5
+1C120
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1755.001840763467
+ 20
+471.6974398246938
+ 30
+0.0
+ 11
+1779.001840763466
+ 21
+465.6974398246937
+ 31
+0.0
+  0
+LINE
+  5
+1C121
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1779.001840763466
+ 20
+465.6974398246937
+ 30
+0.0
+ 11
+1755.001840763467
+ 21
+459.6974398246937
+ 31
+0.0
+  0
+LINE
+  5
+1C122
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1755.001840763467
+ 20
+459.6974398246937
+ 30
+0.0
+ 11
+1755.001840763467
+ 21
+463.6974408730808
+ 31
+0.0
+  0
+LINE
+  5
+1C123
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1755.001840763467
+ 20
+463.6974408730808
+ 30
+0.0
+ 11
+1715.001841099365
+ 21
+463.697440128173
+ 31
+0.0
+  0
+LINE
+  5
+1C124
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1715.001841099365
+ 20
+463.697440128173
+ 30
+0.0
+ 11
+1715.001840763466
+ 21
+467.6974398246938
+ 31
+0.0
+  0
+LINE
+  5
+1C125
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 39
+4.0
+ 10
+1755.001837635315
+ 20
+232.9977976115564
+ 30
+0.0
+ 11
+1779.001837635315
+ 21
+226.9977976115564
+ 31
+0.0
+  0
+LINE
+  5
+1C126
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 39
+4.0
+ 10
+1779.001837635315
+ 20
+226.9977976115564
+ 30
+0.0
+ 11
+1755.001837635315
+ 21
+220.9977976115564
+ 31
+0.0
+  0
+LINE
+  5
+1C127
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 39
+4.0
+ 10
+1715.001837635315
+ 20
+228.9977976115564
+ 30
+0.0
+ 11
+1715.001837635315
+ 21
+224.9977976115564
+ 31
+0.0
+  0
+SOLID
+  5
+1C128
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     5
+100
+AcDbTrace
+ 10
+1779.001837635315
+ 20
+226.9977976115564
+ 30
+0.0
+ 11
+1755.001837635315
+ 21
+232.9977976115564
+ 31
+0.0
+ 12
+1779.001837635315
+ 22
+226.9977976115564
+ 32
+0.0
+ 13
+1755.001837635315
+ 23
+220.9977976115564
+ 33
+0.0
+  0
+SOLID
+  5
+1C129
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     5
+100
+AcDbTrace
+ 10
+1715.001837971214
+ 20
+224.9977979150357
+ 30
+0.0
+ 11
+1755.001837635315
+ 21
+224.9977986599434
+ 31
+0.0
+ 12
+1715.001837635315
+ 22
+228.9977976115564
+ 32
+0.0
+ 13
+1755.001837635315
+ 23
+228.997798645492
+ 33
+0.0
+  0
+LINE
+  5
+1C12A
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1715.001837635315
+ 20
+228.9977976115564
+ 30
+0.0
+ 11
+1755.001837635315
+ 21
+228.997798645492
+ 31
+0.0
+  0
+LINE
+  5
+1C12B
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1755.001837635315
+ 20
+228.997798645492
+ 30
+0.0
+ 11
+1755.001837635315
+ 21
+232.9977976115564
+ 31
+0.0
+  0
+LINE
+  5
+1C12C
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1755.001837635315
+ 20
+232.9977976115564
+ 30
+0.0
+ 11
+1779.001837635315
+ 21
+226.9977976115564
+ 31
+0.0
+  0
+LINE
+  5
+1C12D
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1779.001837635315
+ 20
+226.9977976115564
+ 30
+0.0
+ 11
+1755.001837635315
+ 21
+220.9977976115564
+ 31
+0.0
+  0
+LINE
+  5
+1C12E
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1755.001837635315
+ 20
+220.9977976115564
+ 30
+0.0
+ 11
+1755.001837635315
+ 21
+224.9977986599434
+ 31
+0.0
+  0
+LINE
+  5
+1C12F
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1755.001837635315
+ 20
+224.9977986599434
+ 30
+0.0
+ 11
+1715.001837971214
+ 21
+224.9977979150357
+ 31
+0.0
+  0
+LINE
+  5
+1C130
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1715.001837971214
+ 20
+224.9977979150357
+ 30
+0.0
+ 11
+1715.001837635315
+ 21
+228.9977976115564
+ 31
+0.0
+  0
+LINE
+  5
+1C131
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 39
+4.0
+ 10
+1755.001834171264
+ 20
+27.99779761155639
+ 30
+4.0
+ 11
+1779.001834171264
+ 21
+21.99779761155639
+ 31
+4.0
+  0
+LINE
+  5
+1C132
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 39
+4.0
+ 10
+1779.001834171264
+ 20
+21.99779761155639
+ 30
+4.0
+ 11
+1755.001834171264
+ 21
+15.99779761155639
+ 31
+4.0
+  0
+LINE
+  5
+1C133
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 39
+4.0
+ 10
+1715.001834171264
+ 20
+23.99779761155639
+ 30
+4.0
+ 11
+1715.001834171264
+ 21
+19.99779761155639
+ 31
+4.0
+  0
+SOLID
+  5
+1C134
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     5
+100
+AcDbTrace
+ 10
+1779.001834171264
+ 20
+21.99779761155639
+ 30
+4.0
+ 11
+1755.001834171264
+ 21
+27.99779761155639
+ 31
+4.0
+ 12
+1779.001834171264
+ 22
+21.99779761155639
+ 32
+4.0
+ 13
+1755.001834171264
+ 23
+15.99779761155639
+ 33
+4.0
+  0
+SOLID
+  5
+1C135
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     5
+100
+AcDbTrace
+ 10
+1715.001834507163
+ 20
+19.99779791503567
+ 30
+4.0
+ 11
+1755.001834171264
+ 21
+19.99779865994344
+ 31
+4.0
+ 12
+1715.001834171264
+ 22
+23.99779761155639
+ 32
+4.0
+ 13
+1755.001834171264
+ 23
+23.99779864549208
+ 33
+4.0
+  0
+LINE
+  5
+1C136
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1715.001834171264
+ 20
+23.99779761155639
+ 30
+4.0
+ 11
+1755.001834171264
+ 21
+23.99779864549208
+ 31
+4.0
+  0
+LINE
+  5
+1C137
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1755.001834171264
+ 20
+23.99779864549208
+ 30
+4.0
+ 11
+1755.001834171264
+ 21
+27.99779761155639
+ 31
+4.0
+  0
+LINE
+  5
+1C138
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1755.001834171264
+ 20
+27.99779761155639
+ 30
+4.0
+ 11
+1779.001834171264
+ 21
+21.99779761155639
+ 31
+4.0
+  0
+LINE
+  5
+1C139
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1779.001834171264
+ 20
+21.99779761155639
+ 30
+4.0
+ 11
+1755.001834171264
+ 21
+15.99779761155639
+ 31
+4.0
+  0
+LINE
+  5
+1C13A
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1755.001834171264
+ 20
+15.99779761155639
+ 30
+4.0
+ 11
+1755.001834171264
+ 21
+19.99779865994344
+ 31
+4.0
+  0
+LINE
+  5
+1C13B
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1755.001834171264
+ 20
+19.99779865994344
+ 30
+4.0
+ 11
+1715.001834507163
+ 21
+19.99779791503567
+ 31
+4.0
+  0
+LINE
+  5
+1C13C
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1715.001834507163
+ 20
+19.99779791503567
+ 30
+4.0
+ 11
+1715.001834171264
+ 21
+23.99779761155639
+ 31
+4.0
+  0
+LINE
+  5
+1C13D
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 39
+4.0
+ 10
+1755.001830707213
+ 20
+-183.0022023884436
+ 30
+8.0
+ 11
+1779.001830707214
+ 21
+-189.0022023884436
+ 31
+8.0
+  0
+LINE
+  5
+1C13E
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 39
+4.0
+ 10
+1779.001830707214
+ 20
+-189.0022023884436
+ 30
+8.0
+ 11
+1755.001830707213
+ 21
+-195.0022023884436
+ 31
+8.0
+  0
+LINE
+  5
+1C13F
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 39
+4.0
+ 10
+1715.001830707214
+ 20
+-187.0022023884436
+ 30
+8.0
+ 11
+1715.001830707214
+ 21
+-191.0022023884436
+ 31
+8.0
+  0
+SOLID
+  5
+1C140
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     5
+100
+AcDbTrace
+ 10
+1779.001830707214
+ 20
+-189.0022023884436
+ 30
+8.0
+ 11
+1755.001830707213
+ 21
+-183.0022023884436
+ 31
+8.0
+ 12
+1779.001830707214
+ 22
+-189.0022023884436
+ 32
+8.0
+ 13
+1755.001830707213
+ 23
+-195.0022023884436
+ 33
+8.0
+  0
+SOLID
+  5
+1C141
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     5
+100
+AcDbTrace
+ 10
+1715.001831043113
+ 20
+-191.0022020849643
+ 30
+8.0
+ 11
+1755.001830707213
+ 21
+-191.0022013400565
+ 31
+8.0
+ 12
+1715.001830707214
+ 22
+-187.0022023884436
+ 32
+8.0
+ 13
+1755.001830707213
+ 23
+-187.002201354508
+ 33
+8.0
+  0
+LINE
+  5
+1C142
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1715.001830707214
+ 20
+-187.0022023884436
+ 30
+8.0
+ 11
+1755.001830707213
+ 21
+-187.002201354508
+ 31
+8.0
+  0
+LINE
+  5
+1C143
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1755.001830707213
+ 20
+-187.002201354508
+ 30
+8.0
+ 11
+1755.001830707213
+ 21
+-183.0022023884436
+ 31
+8.0
+  0
+LINE
+  5
+1C144
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1755.001830707213
+ 20
+-183.0022023884436
+ 30
+8.0
+ 11
+1779.001830707214
+ 21
+-189.0022023884436
+ 31
+8.0
+  0
+LINE
+  5
+1C145
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1779.001830707214
+ 20
+-189.0022023884436
+ 30
+8.0
+ 11
+1755.001830707213
+ 21
+-195.0022023884436
+ 31
+8.0
+  0
+LINE
+  5
+1C146
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1755.001830707213
+ 20
+-195.0022023884436
+ 30
+8.0
+ 11
+1755.001830707213
+ 21
+-191.0022013400565
+ 31
+8.0
+  0
+LINE
+  5
+1C147
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1755.001830707213
+ 20
+-191.0022013400565
+ 30
+8.0
+ 11
+1715.001831043113
+ 21
+-191.0022020849643
+ 31
+8.0
+  0
+LINE
+  5
+1C148
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1715.001831043113
+ 20
+-191.0022020849643
+ 30
+8.0
+ 11
+1715.001830707214
+ 21
+-187.0022023884436
+ 31
+8.0
+  0
+LINE
+  5
+1C149
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 39
+4.0
+ 10
+1739.001838050064
+ 20
+344.9977963229843
+ 30
+4.0
+ 11
+1715.001838050065
+ 21
+350.9977963229843
+ 31
+4.0
+  0
+LINE
+  5
+1C14A
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 39
+4.0
+ 10
+1715.001838050065
+ 20
+350.9977963229843
+ 30
+4.0
+ 11
+1739.001838050064
+ 21
+356.9977963229843
+ 31
+4.0
+  0
+LINE
+  5
+1C14B
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 39
+4.0
+ 10
+1779.001838050065
+ 20
+348.9977963229843
+ 30
+4.0
+ 11
+1779.001838050065
+ 21
+352.9977963229843
+ 31
+4.0
+  0
+SOLID
+  5
+1C14C
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    15
+100
+AcDbTrace
+ 10
+1715.001838050065
+ 20
+350.9977963229843
+ 30
+4.0
+ 11
+1739.001838050064
+ 21
+344.9977963229843
+ 31
+4.0
+ 12
+1715.001838050065
+ 22
+350.9977963229843
+ 32
+4.0
+ 13
+1739.001838050064
+ 23
+356.9977963229843
+ 33
+4.0
+  0
+SOLID
+  5
+1C14D
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    15
+100
+AcDbTrace
+ 10
+1779.001837714165
+ 20
+352.997796019505
+ 30
+4.0
+ 11
+1739.001838050064
+ 21
+352.9977952745972
+ 31
+4.0
+ 12
+1779.001838050065
+ 22
+348.9977963229843
+ 32
+4.0
+ 13
+1739.001838050064
+ 23
+348.9977952890487
+ 33
+4.0
+  0
+LINE
+  5
+1C14E
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1779.001838050065
+ 20
+348.9977963229843
+ 30
+4.0
+ 11
+1739.001838050064
+ 21
+348.9977952890487
+ 31
+4.0
+  0
+LINE
+  5
+1C14F
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1739.001838050064
+ 20
+348.9977952890487
+ 30
+4.0
+ 11
+1739.001838050064
+ 21
+344.9977963229843
+ 31
+4.0
+  0
+LINE
+  5
+1C150
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1739.001838050064
+ 20
+344.9977963229843
+ 30
+4.0
+ 11
+1715.001838050065
+ 21
+350.9977963229843
+ 31
+4.0
+  0
+LINE
+  5
+1C151
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1715.001838050065
+ 20
+350.9977963229843
+ 30
+4.0
+ 11
+1739.001838050064
+ 21
+356.9977963229843
+ 31
+4.0
+  0
+LINE
+  5
+1C152
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1739.001838050064
+ 20
+356.9977963229843
+ 30
+4.0
+ 11
+1739.001838050064
+ 21
+352.9977952745972
+ 31
+4.0
+  0
+LINE
+  5
+1C153
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1739.001838050064
+ 20
+352.9977952745972
+ 30
+4.0
+ 11
+1779.001837714165
+ 21
+352.997796019505
+ 31
+4.0
+  0
+LINE
+  5
+1C154
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1779.001837714165
+ 20
+352.997796019505
+ 30
+4.0
+ 11
+1779.001838050065
+ 21
+348.9977963229843
+ 31
+4.0
+  0
+LINE
+  5
+1C155
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 39
+4.0
+ 10
+1739.001827993812
+ 20
+-267.0022036770157
+ 30
+12.0
+ 11
+1715.001827993812
+ 21
+-261.0022036770157
+ 31
+12.0
+  0
+LINE
+  5
+1C156
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 39
+4.0
+ 10
+1715.001827993812
+ 20
+-261.0022036770157
+ 30
+12.0
+ 11
+1739.001827993812
+ 21
+-255.0022036770157
+ 31
+12.0
+  0
+LINE
+  5
+1C157
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 39
+4.0
+ 10
+1779.001827993812
+ 20
+-263.0022036770157
+ 30
+12.0
+ 11
+1779.001827993812
+ 21
+-259.0022036770157
+ 31
+12.0
+  0
+SOLID
+  5
+1C158
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    15
+100
+AcDbTrace
+ 10
+1715.001827993812
+ 20
+-261.0022036770157
+ 30
+12.0
+ 11
+1739.001827993812
+ 21
+-267.0022036770157
+ 31
+12.0
+ 12
+1715.001827993812
+ 22
+-261.0022036770157
+ 32
+12.0
+ 13
+1739.001827993812
+ 23
+-255.0022036770157
+ 33
+12.0
+  0
+SOLID
+  5
+1C159
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    15
+100
+AcDbTrace
+ 10
+1779.001827657912
+ 20
+-259.002203980495
+ 30
+12.0
+ 11
+1739.001827993812
+ 21
+-259.0022047254028
+ 31
+12.0
+ 12
+1779.001827993812
+ 22
+-263.0022036770157
+ 32
+12.0
+ 13
+1739.001827993812
+ 23
+-263.0022047109513
+ 33
+12.0
+  0
+LINE
+  5
+1C15A
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1779.001827993812
+ 20
+-263.0022036770157
+ 30
+12.0
+ 11
+1739.001827993812
+ 21
+-263.0022047109513
+ 31
+12.0
+  0
+LINE
+  5
+1C15B
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1739.001827993812
+ 20
+-263.0022047109513
+ 30
+12.0
+ 11
+1739.001827993812
+ 21
+-267.0022036770157
+ 31
+12.0
+  0
+LINE
+  5
+1C15C
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1739.001827993812
+ 20
+-267.0022036770157
+ 30
+12.0
+ 11
+1715.001827993812
+ 21
+-261.0022036770157
+ 31
+12.0
+  0
+LINE
+  5
+1C15D
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1715.001827993812
+ 20
+-261.0022036770157
+ 30
+12.0
+ 11
+1739.001827993812
+ 21
+-255.0022036770157
+ 31
+12.0
+  0
+LINE
+  5
+1C15E
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1739.001827993812
+ 20
+-255.0022036770157
+ 30
+12.0
+ 11
+1739.001827993812
+ 21
+-259.0022047254028
+ 31
+12.0
+  0
+LINE
+  5
+1C15F
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1739.001827993812
+ 20
+-259.0022047254028
+ 30
+12.0
+ 11
+1779.001827657912
+ 21
+-259.002203980495
+ 31
+12.0
+  0
+LINE
+  5
+1C160
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1779.001827657912
+ 20
+-259.002203980495
+ 30
+12.0
+ 11
+1779.001827993812
+ 21
+-263.0022036770157
+ 31
+12.0
+  0
+SOLID
+  5
+1C161
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    43
+100
+AcDbTrace
+ 10
+1754.61106438459
+ 20
+35.69743815204424
+ 30
+64.0
+ 11
+1826.807951871664
+ 21
+35.69743815204436
+ 31
+64.0
+ 12
+1754.61106438459
+ 22
+39.69743912987837
+ 32
+64.0
+ 13
+1826.807951871664
+ 23
+39.69743912987849
+ 33
+64.0
+  0
+LWPOLYLINE
+  5
+1C162
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 38
+64.0
+ 10
+1754.61106438459
+ 20
+35.69743815204424
+ 10
+1826.807951871664
+ 20
+35.69743815204424
+ 10
+1826.807951871664
+ 20
+39.69743912987849
+ 10
+1754.61106438459
+ 20
+39.69743912987849
+  0
+LINE
+  5
+1C163
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+974.0048399959986
+ 20
+-244.0041240395481
+ 30
+0.0
+ 11
+985.0018261610339
+ 21
+-303.0022043382313
+ 31
+0.0
+  0
+LINE
+  5
+1C164
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+985.0018261610339
+ 20
+-303.0022043382313
+ 30
+0.0
+ 11
+969.0018261610338
+ 21
+-303.0022043382313
+ 31
+0.0
+  0
+LINE
+  5
+1C165
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+969.0018261610338
+ 20
+-303.0022043382313
+ 30
+0.0
+ 11
+952.9305841833782
+ 21
+-271.9082998529365
+ 31
+0.0
+  0
+LINE
+  5
+1C166
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+853.9988165141824
+ 20
+-244.0041220631215
+ 30
+0.0
+ 11
+843.001830349147
+ 21
+-303.0022023618047
+ 31
+0.0
+  0
+LINE
+  5
+1C167
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+843.001830349147
+ 20
+-303.0022023618047
+ 30
+0.0
+ 11
+859.001830349147
+ 21
+-303.0022023618047
+ 31
+0.0
+  0
+LINE
+  5
+1C168
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+859.001830349147
+ 20
+-303.0022023618047
+ 30
+0.0
+ 11
+875.0730723268029
+ 21
+-271.9082978765099
+ 31
+0.0
+  0
+SOLID
+  5
+1C169
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    75
+100
+AcDbTrace
+ 10
+1754.414177482697
+ 20
+-244.6010033731854
+ 30
+64.0
+ 11
+1826.611064969771
+ 21
+-244.6010033731853
+ 31
+64.0
+ 12
+1754.414177482697
+ 22
+-240.6010023953513
+ 32
+64.0
+ 13
+1826.611064969771
+ 23
+-240.6010023953512
+ 33
+64.0
+  0
+LWPOLYLINE
+  5
+1C16A
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 38
+64.0
+ 10
+1754.414177482697
+ 20
+-244.6010033731854
+ 10
+1826.611064969771
+ 20
+-244.6010033731853
+ 10
+1826.611064969771
+ 20
+-240.601002395351
+ 10
+1754.414177482697
+ 20
+-240.6010023953512
+  0
+SOLID
+  5
+1C16B
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    73
+100
+AcDbTrace
+ 10
+1754.61106438459
+ 20
+35.69743815204424
+ 30
+64.0
+ 11
+1826.807951871664
+ 21
+35.69743815204436
+ 31
+64.0
+ 12
+1754.61106438459
+ 22
+39.69743912987849
+ 32
+64.0
+ 13
+1826.807951871664
+ 23
+39.69743912987849
+ 33
+64.0
+  0
+SOLID
+  5
+1C16C
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    72
+100
+AcDbTrace
+ 10
+1754.61106438459
+ 20
+243.6974381520442
+ 30
+64.0
+ 11
+1826.807951871664
+ 21
+243.6974381520443
+ 31
+64.0
+ 12
+1754.61106438459
+ 22
+247.6974391298784
+ 32
+64.0
+ 13
+1826.807951871664
+ 23
+247.6974391298785
+ 33
+64.0
+  0
+LWPOLYLINE
+  5
+1C16D
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 38
+64.0
+ 10
+1754.61106438459
+ 20
+243.6974381520442
+ 10
+1826.807951871664
+ 20
+243.6974381520442
+ 10
+1826.807951871664
+ 20
+247.6974391298785
+ 10
+1754.61106438459
+ 20
+247.6974391298785
+  0
+SOLID
+  5
+1C16E
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    71
+100
+AcDbTrace
+ 10
+1754.61106438459
+ 20
+369.6974381520444
+ 30
+64.0
+ 11
+1826.807951871664
+ 21
+369.6974381520444
+ 31
+64.0
+ 12
+1754.61106438459
+ 22
+373.6974391298785
+ 32
+64.0
+ 13
+1826.807951871664
+ 23
+373.6974391298785
+ 33
+64.0
+  0
+LWPOLYLINE
+  5
+1C16F
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 38
+64.0
+ 10
+1754.61106438459
+ 20
+369.6974381520444
+ 10
+1826.807951871664
+ 20
+369.6974381520444
+ 10
+1826.807951871664
+ 20
+373.6974391298785
+ 10
+1754.61106438459
+ 20
+373.6974391298785
+  0
+SOLID
+  5
+1C170
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    70
+100
+AcDbTrace
+ 10
+1754.61106438459
+ 20
+489.6974381520443
+ 30
+64.0
+ 11
+1826.807951871664
+ 21
+489.6974381520443
+ 31
+64.0
+ 12
+1754.61106438459
+ 22
+493.6974391298784
+ 32
+64.0
+ 13
+1826.807951871664
+ 23
+493.6974391298784
+ 33
+64.0
+  0
+LWPOLYLINE
+  5
+1C171
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 38
+64.0
+ 10
+1754.61106438459
+ 20
+489.6974381520443
+ 10
+1826.807951871664
+ 20
+489.6974381520443
+ 10
+1826.807951871664
+ 20
+493.6974391298784
+ 10
+1754.61106438459
+ 20
+493.6974391298784
+  0
+INSERT
+  5
+1C172
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     9
+100
+AcDbBlockReference
+ 66
+     1
+  2
+palet
+ 10
+1783.907948790328
+ 20
+503.0166971750822
+ 30
+-28.9114261271681
+  0
+ATTRIB
+  5
+1C173
+330
+1C172
+100
+AcDbEntity
+  8
+IMG009
+ 62
+     9
+100
+AcDbText
+ 10
+1783.907948790328
+ 20
+503.0166971750822
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+CWM-CWS03:WtrC-FCV-020:Open
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1C174
+330
+1C172
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1783.907948790328
+ 20
+503.0166971750822
+ 30
+-28.9114261271681
+ 40
+6.0
+  1
+70
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1C175
+330
+1C172
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1783.907948790328
+ 20
+503.0166971750822
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+9
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1C176
+330
+1C172
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1783.907948790328
+ 20
+503.0166971750822
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+7
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+1C177
+330
+1C172
+100
+AcDbEntity
+  8
+0
+  0
+INSERT
+  5
+1C178
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     9
+100
+AcDbBlockReference
+ 66
+     1
+  2
+palet
+ 10
+1780.258058707003
+ 20
+383.5523498021292
+ 30
+-28.9114261271681
+  0
+ATTRIB
+  5
+1C179
+330
+1C178
+100
+AcDbEntity
+  8
+IMG009
+ 62
+     9
+100
+AcDbText
+ 10
+1780.258058707003
+ 20
+383.5523498021292
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+CWM-CWS03:WtrC-FCV-020:Open
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1C17A
+330
+1C178
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1780.258058707003
+ 20
+383.5523498021292
+ 30
+-28.9114261271681
+ 40
+6.0
+  1
+71
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1C17B
+330
+1C178
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1780.258058707003
+ 20
+383.5523498021292
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+12
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1C17C
+330
+1C178
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1780.258058707003
+ 20
+383.5523498021292
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+7
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+1C17D
+330
+1C178
+100
+AcDbEntity
+  8
+0
+  0
+INSERT
+  5
+1C17E
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     9
+100
+AcDbBlockReference
+ 66
+     1
+  2
+palet
+ 10
+1788.976563581491
+ 20
+258.2765097041018
+ 30
+-28.9114261271681
+  0
+ATTRIB
+  5
+1C17F
+330
+1C17E
+100
+AcDbEntity
+  8
+IMG009
+ 62
+     9
+100
+AcDbText
+ 10
+1788.976563581491
+ 20
+258.2765097041018
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+CWM-CWS03:WtrC-FCV-030:Open
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1C180
+330
+1C17E
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1788.976563581491
+ 20
+258.2765097041018
+ 30
+-28.9114261271681
+ 40
+6.0
+  1
+72
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1C181
+330
+1C17E
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1788.976563581491
+ 20
+258.2765097041018
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+9
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1C182
+330
+1C17E
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1788.976563581491
+ 20
+258.2765097041018
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+7
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+1C183
+330
+1C17E
+100
+AcDbEntity
+  8
+0
+  0
+INSERT
+  5
+1C184
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     9
+100
+AcDbBlockReference
+ 66
+     1
+  2
+palet
+ 10
+1788.976563581491
+ 20
+49.72021781152022
+ 30
+-28.9114261271681
+  0
+ATTRIB
+  5
+1C185
+330
+1C184
+100
+AcDbEntity
+  8
+IMG009
+ 62
+     9
+100
+AcDbText
+ 10
+1788.976563581491
+ 20
+49.72021781152022
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+CWM-CWS03:WtrC-FCV-040:Open
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1C186
+330
+1C184
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1788.976563581491
+ 20
+49.72021781152022
+ 30
+-28.9114261271681
+ 40
+6.0
+  1
+73
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1C187
+330
+1C184
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1788.976563581491
+ 20
+49.72021781152022
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+9
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1C188
+330
+1C184
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1788.976563581491
+ 20
+49.72021781152022
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+7
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+1C189
+330
+1C184
+100
+AcDbEntity
+  8
+0
+  0
+INSERT
+  5
+1C18A
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     9
+100
+AcDbBlockReference
+ 66
+     1
+  2
+palet
+ 10
+1793.876030933816
+ 20
+-230.4358219122006
+ 30
+-28.9114261271681
+  0
+ATTRIB
+  5
+1C18B
+330
+1C18A
+100
+AcDbEntity
+  8
+IMG009
+ 62
+     9
+100
+AcDbText
+ 10
+1793.876030933816
+ 20
+-230.4358219122006
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+CWM-CWS03:WtrC-FCV-030:Open|CWM-CWS03:WtrC-FCV-040:Open|CWM-CWS03:WtrC-FCV-050:Open
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1C18C
+330
+1C18A
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1793.876030933816
+ 20
+-230.4358219122006
+ 30
+-28.9114261271681
+ 40
+6.0
+  1
+75
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1C18D
+330
+1C18A
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1793.876030933816
+ 20
+-230.4358219122006
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+12
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1C18E
+330
+1C18A
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1793.876030933816
+ 20
+-230.4358219122006
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+7
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+1C18F
+330
+1C18A
+100
+AcDbEntity
+  8
+0
+  0
+LWPOLYLINE
+  5
+1C190
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 38
+64.0
+ 10
+1754.61106438459
+ 20
+35.69743815204424
+ 10
+1826.807951871664
+ 20
+35.69743815204424
+ 10
+1826.807951871664
+ 20
+39.69743912987849
+ 10
+1754.61106438459
+ 20
+39.69743912987849
+  0
+SOLID
+  5
+1C191
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    84
+100
+AcDbTrace
+ 10
+1212.022081203362
+ 20
+478.2201611857225
+ 30
+0.0
+ 11
+1225.522082135796
+ 21
+478.2201611857225
+ 31
+0.0
+ 12
+1218.772081669579
+ 22
+491.7201621181569
+ 32
+0.0
+ 13
+1218.772081669579
+ 23
+491.7201621181569
+ 33
+0.0
+  0
+SOLID
+  5
+1C192
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    84
+100
+AcDbTrace
+ 10
+1232.272083199071
+ 20
+485.0050988819289
+ 30
+0.0
+ 11
+1232.272083199071
+ 21
+498.5050998143637
+ 31
+0.0
+ 12
+1218.772082266636
+ 22
+491.7550993481464
+ 32
+0.0
+ 13
+1218.772082266636
+ 23
+491.7550993481467
+ 33
+0.0
+  0
+SOLID
+  5
+1C193
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    84
+100
+AcDbTrace
+ 10
+1205.272078500343
+ 20
+498.4701648891081
+ 30
+0.0
+ 11
+1205.272078500343
+ 21
+484.9701639566734
+ 31
+0.0
+ 12
+1218.772079432777
+ 22
+491.7201644228904
+ 32
+0.0
+ 13
+1218.772079432777
+ 23
+491.7201644228902
+ 33
+0.0
+  0
+SOLID
+  5
+1C194
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    84
+100
+AcDbTrace
+ 10
+1207.52208089255
+ 20
+505.2201630505916
+ 30
+0.0
+ 11
+1230.022082446608
+ 21
+505.2201630505916
+ 31
+0.0
+ 12
+1207.831263398785
+ 22
+507.7395253932869
+ 32
+0.0
+ 13
+1229.74071209548
+ 23
+507.6233300828313
+ 33
+0.0
+  0
+SOLID
+  5
+1C195
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    84
+100
+AcDbTrace
+ 10
+1207.831263398785
+ 20
+507.7395253932869
+ 30
+0.0
+ 11
+1229.74071209548
+ 21
+507.6233300828313
+ 31
+0.0
+ 12
+1208.586767548035
+ 22
+510.0633988370478
+ 32
+0.0
+ 13
+1228.927097106495
+ 23
+510.1214964922752
+ 33
+0.0
+  0
+SOLID
+  5
+1C196
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    84
+100
+AcDbTrace
+ 10
+1208.618032251582
+ 20
+510.0634881377625
+ 30
+0.0
+ 11
+1228.898297859464
+ 21
+510.1214142335919
+ 31
+0.0
+ 12
+1209.981527067343
+ 22
+512.2129839958894
+ 32
+0.0
+ 13
+1227.590448426921
+ 23
+512.2710816511177
+ 33
+0.0
+  0
+SOLID
+  5
+1C197
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    84
+100
+AcDbTrace
+ 10
+1209.981527067343
+ 20
+512.2129839958894
+ 30
+0.0
+ 11
+1227.538465356101
+ 21
+512.2709101417749
+ 31
+0.0
+ 12
+1211.724987758027
+ 22
+514.0139879041295
+ 32
+0.0
+ 13
+1225.614526310812
+ 23
+514.1301832145851
+ 33
+0.0
+  0
+SOLID
+  5
+1C198
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    84
+100
+AcDbTrace
+ 10
+1211.75591379555
+ 20
+514.0142466211861
+ 30
+0.0
+ 11
+1225.614526310812
+ 21
+514.1301832145851
+ 31
+0.0
+ 12
+1213.927698424177
+ 22
+515.3637567044675
+ 32
+0.0
+ 13
+1223.579337100111
+ 23
+515.3410035057837
+ 33
+0.0
+  0
+SOLID
+  5
+1C199
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    84
+100
+AcDbTrace
+ 10
+1213.927698424177
+ 20
+515.3637567044675
+ 30
+0.0
+ 11
+1223.579337100111
+ 21
+515.3410035057837
+ 31
+0.0
+ 12
+1216.295085074841
+ 22
+516.2057327133612
+ 32
+0.0
+ 13
+1221.325769286796
+ 23
+516.1829795146774
+ 33
+0.0
+  0
+SOLID
+  5
+1C19A
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    84
+100
+AcDbTrace
+ 10
+1216.346209254891
+ 20
+516.20550148465
+ 30
+0.0
+ 11
+1221.297223616151
+ 21
+516.1831086234204
+ 31
+0.0
+ 12
+1218.772081669562
+ 22
+516.4701638276072
+ 32
+0.0
+ 13
+1218.772081669562
+ 23
+516.4701638276072
+ 33
+0.0
+  0
+INSERT
+  5
+1C19B
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     9
+100
+AcDbBlockReference
+ 66
+     1
+  2
+palet
+ 10
+1190.457921969239
+ 20
+509.0428778678241
+ 30
+-28.9114261271681
+  0
+ATTRIB
+  5
+1C19C
+330
+1C19B
+100
+AcDbEntity
+  8
+IMG009
+ 62
+     9
+100
+AcDbText
+ 10
+1190.457921969239
+ 20
+509.0428778678241
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+CWM-CWS03:WtrC-PCV-020:Cmd>0.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1C19D
+330
+1C19B
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1190.457921969239
+ 20
+509.0428778678241
+ 30
+-28.9114261271681
+ 40
+6.0
+  1
+84
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1C19E
+330
+1C19B
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1190.457921969239
+ 20
+509.0428778678241
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+10
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1C19F
+330
+1C19B
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1190.457921969239
+ 20
+509.0428778678241
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+12
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+1C1A0
+330
+1C19B
+100
+AcDbEntity
+  8
+0
+  0
+SOLID
+  5
+1C1A1
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+1129.807952959509
+ 20
+369.6974367148863
+ 30
+32.0
+ 11
+1736.61106438459
+ 21
+369.6974374094801
+ 31
+32.0
+ 12
+1129.807952959509
+ 22
+373.6974376927204
+ 32
+32.0
+ 13
+1736.61106438459
+ 23
+373.6974383873143
+ 33
+32.0
+  0
+INSERT
+  5
+1C1A2
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     9
+100
+AcDbBlockReference
+ 66
+     1
+  2
+palet
+ 10
+1709.590065408357
+ 20
+381.7231442847413
+ 30
+-28.9114261271681
+  0
+ATTRIB
+  5
+1C1A3
+330
+1C1A2
+100
+AcDbEntity
+  8
+IMG009
+ 62
+     9
+100
+AcDbText
+ 10
+1709.590065408357
+ 20
+381.7231442847413
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+CWM-CWS03:WtrC-FCV-021:Open
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1C1A4
+330
+1C1A2
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1709.590065408357
+ 20
+381.7231442847413
+ 30
+-28.9114261271681
+ 40
+6.0
+  1
+76
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1C1A5
+330
+1C1A2
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1709.590065408357
+ 20
+381.7231442847413
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+12
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1C1A6
+330
+1C1A2
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1709.590065408357
+ 20
+381.7231442847413
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+7
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+1C1A7
+330
+1C1A2
+100
+AcDbEntity
+  8
+0
+  0
+LWPOLYLINE
+  5
+1C1A8
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 38
+32.0
+ 10
+1129.807952959509
+ 20
+369.6974367148863
+ 10
+1736.61106438459
+ 20
+369.6974367148863
+ 10
+1736.61106438459
+ 20
+373.6974383873143
+ 10
+1129.807952959509
+ 20
+373.6974383873143
+  0
+SOLID
+  5
+1C1A9
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+1042.807950626004
+ 20
+369.9958753930936
+ 30
+32.0
+ 11
+1099.807952959509
+ 21
+369.9958753930936
+ 31
+32.0
+ 12
+1042.807950626004
+ 22
+373.9958763709277
+ 32
+32.0
+ 13
+1099.807952959509
+ 23
+373.9958763709277
+ 33
+32.0
+  0
+SOLID
+  5
+1C1AA
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+1216.807953044468
+ 20
+373.6974401940823
+ 30
+416.0
+ 11
+1216.807953044468
+ 21
+478.2201611857225
+ 31
+416.0
+ 12
+1220.807954022302
+ 22
+373.6974401940823
+ 32
+416.0
+ 13
+1220.807954022302
+ 23
+478.2201611857225
+ 33
+416.0
+  0
+LWPOLYLINE
+  5
+1C1AB
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 38
+416.0
+ 10
+1216.807953044468
+ 20
+373.6974401940823
+ 10
+1220.807954022302
+ 20
+373.6974401940823
+ 10
+1220.807954022302
+ 20
+478.2201611857225
+ 10
+1216.807953044468
+ 20
+478.2201611857225
+  0
+LINE
+  5
+1C1AC
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    84
+100
+AcDbLine
+ 10
+1218.772083951669
+ 20
+491.7201666823358
+ 30
+0.0
+ 11
+1218.772083951669
+ 21
+505.2201630505916
+ 31
+0.0
+  0
+SOLID
+  5
+1C1AD
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    77
+100
+AcDbTrace
+ 10
+974.0018597776423
+ 20
+-243.302562012089
+ 30
+416.0
+ 11
+1012.032530775518
+ 21
+-243.302562012089
+ 31
+416.0
+ 12
+974.0018597776424
+ 22
+-236.302562012089
+ 32
+416.0
+ 13
+1012.032530775518
+ 23
+-236.2818411311365
+ 33
+416.0
+  0
+SOLID
+  5
+1C1AE
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    77
+100
+AcDbTrace
+ 10
+1003.807388769637
+ 20
+-236.3232866405032
+ 30
+832.0
+ 11
+1003.807388769637
+ 21
+413.69743611418
+ 31
+832.0
+ 12
+1012.032530775518
+ 22
+-236.2818411311365
+ 32
+832.0
+ 13
+1012.025328192776
+ 23
+413.69743611418
+ 33
+832.0
+  0
+SOLID
+  5
+1C1AF
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    77
+100
+AcDbTrace
+ 10
+1012.025328192776
+ 20
+409.6974368264439
+ 30
+256.0
+ 11
+1032.807953029919
+ 21
+409.6974368264439
+ 31
+256.0
+ 12
+1012.025328192776
+ 22
+413.69743611418
+ 32
+256.0
+ 13
+1032.807953029919
+ 23
+413.6974378042781
+ 33
+256.0
+  0
+SOLID
+  5
+1C1B0
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    77
+100
+AcDbTrace
+ 10
+1044.807950626004
+ 20
+409.69743773939
+ 30
+256.0
+ 11
+1099.807950626004
+ 21
+409.69743773939
+ 31
+256.0
+ 12
+1044.807950626004
+ 22
+413.6974387172241
+ 32
+256.0
+ 13
+1099.807950626004
+ 23
+413.6974387172241
+ 33
+256.0
+  0
+SOLID
+  5
+1C1B1
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    77
+100
+AcDbTrace
+ 10
+1129.807956658234
+ 20
+409.6974392580586
+ 30
+128.0
+ 11
+1194.807951360266
+ 21
+409.6974392580586
+ 31
+128.0
+ 12
+1129.807953794406
+ 22
+413.6974402358926
+ 32
+128.0
+ 13
+1194.807951360266
+ 23
+413.6974402358926
+ 33
+128.0
+  0
+SOLID
+  5
+1C1B2
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    77
+100
+AcDbTrace
+ 10
+1194.807950417695
+ 20
+489.6974391663983
+ 30
+416.0
+ 11
+1194.807950417695
+ 21
+409.6974402495169
+ 31
+416.0
+ 12
+1198.807951395529
+ 22
+489.6974391663983
+ 32
+416.0
+ 13
+1198.807951395529
+ 23
+409.6974402495169
+ 33
+416.0
+  0
+SOLID
+  5
+1C1B3
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    77
+100
+AcDbTrace
+ 10
+1194.807951360266
+ 20
+493.6974421859057
+ 30
+160.0
+ 11
+1205.272080737145
+ 21
+493.6974421859057
+ 31
+160.0
+ 12
+1194.807951360266
+ 22
+489.6974412080716
+ 32
+160.0
+ 13
+1205.272080737145
+ 23
+489.6974412080716
+ 33
+160.0
+  0
+SOLID
+  5
+1C1B4
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    77
+100
+AcDbTrace
+ 10
+1012.007499577473
+ 20
+211.6974409410474
+ 30
+384.0
+ 11
+1032.790124414616
+ 21
+211.6974409410474
+ 31
+384.0
+ 12
+1012.007499577473
+ 22
+215.6974402287834
+ 32
+384.0
+ 13
+1032.790124414616
+ 23
+215.6974419188815
+ 33
+384.0
+  0
+SOLID
+  5
+1C1B5
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    77
+100
+AcDbTrace
+ 10
+1044.7901220107
+ 20
+211.6974418539934
+ 30
+384.0
+ 11
+1099.790122010701
+ 21
+211.6974418539934
+ 31
+384.0
+ 12
+1044.7901220107
+ 22
+215.6974428318275
+ 32
+384.0
+ 13
+1099.790122010701
+ 23
+215.6974428318275
+ 33
+384.0
+  0
+SOLID
+  5
+1C1B6
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    77
+100
+AcDbTrace
+ 10
+1129.807956091807
+ 20
+211.6974411417294
+ 30
+128.0
+ 11
+1194.807950793839
+ 21
+211.6974411417294
+ 31
+128.0
+ 12
+1129.807956091807
+ 22
+215.6974421195636
+ 32
+128.0
+ 13
+1194.807950793839
+ 23
+215.6974421195636
+ 33
+128.0
+  0
+SOLID
+  5
+1C1B7
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    77
+100
+AcDbTrace
+ 10
+1194.807950793839
+ 20
+211.6974411417294
+ 30
+128.0
+ 11
+1194.807949851268
+ 21
+243.6974398022897
+ 31
+128.0
+ 12
+1198.807950829102
+ 22
+211.6974421331879
+ 32
+128.0
+ 13
+1198.807950829102
+ 23
+243.6974398022897
+ 33
+128.0
+  0
+SOLID
+  5
+1C1B8
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    77
+100
+AcDbTrace
+ 10
+1194.807950352769
+ 20
+247.6974421852971
+ 30
+160.0
+ 11
+1205.272079729649
+ 21
+247.6974421852971
+ 31
+160.0
+ 12
+1194.807950352769
+ 22
+243.6974412074629
+ 32
+160.0
+ 13
+1205.272079729649
+ 23
+243.6974412074629
+ 33
+160.0
+  0
+SOLID
+  5
+1C1B9
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    77
+100
+AcDbTrace
+ 10
+1011.965128828384
+ 20
+3.697439326882999
+ 30
+384.0
+ 11
+1032.747753665526
+ 21
+3.697439326882999
+ 31
+384.0
+ 12
+1011.965128828384
+ 22
+7.697438614619045
+ 32
+384.0
+ 13
+1032.747753665526
+ 23
+7.697440304717133
+ 33
+384.0
+  0
+SOLID
+  5
+1C1BA
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    77
+100
+AcDbTrace
+ 10
+1044.747751261612
+ 20
+3.697440239829006
+ 30
+384.0
+ 11
+1099.747751261611
+ 21
+3.697440239829006
+ 31
+384.0
+ 12
+1044.747751261612
+ 22
+7.69744121766314
+ 32
+384.0
+ 13
+1099.747751261611
+ 23
+7.69744121766314
+ 33
+384.0
+  0
+SOLID
+  5
+1C1BB
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    77
+100
+AcDbTrace
+ 10
+1129.8079582024
+ 20
+3.697439527565052
+ 30
+128.0
+ 11
+1194.807951961862
+ 21
+3.69744051902353
+ 31
+128.0
+ 12
+1129.8079582024
+ 22
+7.697440505399185
+ 32
+128.0
+ 13
+1194.807952904432
+ 23
+7.697440505399185
+ 33
+128.0
+  0
+SOLID
+  5
+1C1BC
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    77
+100
+AcDbTrace
+ 10
+1194.807952904432
+ 20
+3.697439527565052
+ 30
+128.0
+ 11
+1194.807951961862
+ 21
+35.69743818812538
+ 31
+128.0
+ 12
+1198.807952939696
+ 22
+3.69744051902353
+ 32
+128.0
+ 13
+1198.807952939696
+ 23
+35.69743818812538
+ 33
+128.0
+  0
+SOLID
+  5
+1C1BD
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    77
+100
+AcDbTrace
+ 10
+1194.807952463363
+ 20
+35.69743959329855
+ 30
+160.0
+ 11
+1205.272081840242
+ 21
+35.69743959329855
+ 31
+160.0
+ 12
+1194.807952463363
+ 22
+39.69744057113269
+ 32
+160.0
+ 13
+1205.272081840242
+ 23
+39.69744057113269
+ 33
+160.0
+  0
+SOLID
+  5
+1C1BE
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    77
+100
+AcDbTrace
+ 10
+1129.807955467183
+ 20
+-200.6009962283559
+ 30
+128.0
+ 11
+1194.807953033043
+ 21
+-200.6009962283559
+ 31
+128.0
+ 12
+1129.807958331011
+ 22
+-204.6009972061901
+ 32
+128.0
+ 13
+1194.807952090472
+ 23
+-204.6009962147316
+ 33
+128.0
+  0
+SOLID
+  5
+1C1BF
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    77
+100
+AcDbTrace
+ 10
+1194.807953033043
+ 20
+-204.6009972061901
+ 30
+128.0
+ 11
+1194.807952090472
+ 21
+-172.6009985456297
+ 31
+128.0
+ 12
+1198.807953068306
+ 22
+-204.6009962147316
+ 32
+128.0
+ 13
+1198.807953068306
+ 23
+-172.6009985456297
+ 33
+128.0
+  0
+SOLID
+  5
+1C1C0
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    77
+100
+AcDbTrace
+ 10
+1194.807952591973
+ 20
+-172.6009971404566
+ 30
+160.0
+ 11
+1205.272081968853
+ 21
+-172.6009971404566
+ 31
+160.0
+ 12
+1194.807952591973
+ 22
+-168.6009961626224
+ 32
+160.0
+ 13
+1205.272081968853
+ 23
+-168.6009961626224
+ 33
+160.0
+  0
+SOLID
+  5
+1C1C1
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    77
+100
+AcDbTrace
+ 10
+1044.815153208745
+ 20
+-204.6009964939261
+ 30
+384.0
+ 11
+1099.815153208745
+ 21
+-204.6009964939261
+ 31
+384.0
+ 12
+1044.815153208745
+ 22
+-200.600995516092
+ 32
+384.0
+ 13
+1099.815153208745
+ 23
+-200.600995516092
+ 33
+384.0
+  0
+SOLID
+  5
+1C1C2
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    77
+100
+AcDbTrace
+ 10
+1012.032530775517
+ 20
+-204.6009974068721
+ 30
+384.0
+ 11
+1032.81515561266
+ 21
+-204.6009974068721
+ 31
+384.0
+ 12
+1012.032530775517
+ 22
+-200.6009981191361
+ 32
+384.0
+ 13
+1032.81515561266
+ 23
+-200.6009981191361
+ 33
+384.0
+  0
+INSERT
+  5
+1C1C3
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     9
+100
+AcDbBlockReference
+ 66
+     1
+  2
+palet
+ 10
+988.9328449654621
+ 20
+91.98356586917077
+ 30
+-28.9114261271681
+  0
+ATTRIB
+  5
+1C1C4
+330
+1C1C3
+100
+AcDbEntity
+  8
+IMG009
+ 62
+     9
+100
+AcDbText
+ 10
+988.9328449654621
+ 20
+91.98356586917077
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+CWM-CWS03:WtrC-P-10:CmdD
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1C1C5
+330
+1C1C3
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+988.9328449654621
+ 20
+91.98356586917077
+ 30
+-28.9114261271681
+ 40
+6.0
+  1
+77
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1C1C6
+330
+1C1C3
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+988.9328449654621
+ 20
+91.98356586917077
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+9
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1C1C7
+330
+1C1C3
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+988.9328449654621
+ 20
+91.98356586917077
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+7
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+1C1C8
+330
+1C1C3
+100
+AcDbEntity
+  8
+0
+  0
+LWPOLYLINE
+  5
+1C1C9
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 38
+384.0
+ 10
+1044.815153208745
+ 20
+-204.6009964939261
+ 10
+1099.815153208745
+ 20
+-204.6009964939261
+ 10
+1099.815153208745
+ 20
+-200.600995516092
+ 10
+1044.815153208745
+ 20
+-200.600995516092
+  0
+LWPOLYLINE
+  5
+1C1CA
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 38
+256.0
+ 10
+1044.807950626004
+ 20
+413.6974387172241
+ 10
+1099.807950626004
+ 20
+413.6974387172241
+ 10
+1099.807950626004
+ 20
+409.69743773939
+ 10
+1044.807950626004
+ 20
+409.69743773939
+  0
+LWPOLYLINE
+  5
+1C1CB
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+1129.807953794406
+ 20
+413.6974402358926
+ 10
+1194.807950417695
+ 20
+413.6974402358926
+ 10
+1194.807950417695
+ 20
+409.6974402495169
+ 10
+1129.807953794406
+ 20
+409.6974402495169
+  0
+LWPOLYLINE
+  5
+1C1CC
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+1194.807950417695
+ 20
+409.6974402495169
+ 10
+1198.807951395529
+ 20
+409.6974402495169
+ 10
+1198.807951395529
+ 20
+489.6974391663983
+ 10
+1194.807950417695
+ 20
+489.6974391663983
+  0
+LWPOLYLINE
+  5
+1C1CD
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 38
+160.0
+ 10
+1194.807951360266
+ 20
+493.6974421859057
+ 10
+1205.272080737145
+ 20
+493.6974421859057
+ 10
+1205.272080737145
+ 20
+489.6974412080716
+ 10
+1194.807951360266
+ 20
+489.6974412080716
+  0
+LWPOLYLINE
+  5
+1C1CE
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 38
+384.0
+ 10
+1044.7901220107
+ 20
+215.6974428318275
+ 10
+1099.790122010701
+ 20
+215.6974428318275
+ 10
+1099.790122010701
+ 20
+211.6974418539934
+ 10
+1044.7901220107
+ 20
+211.6974418539934
+  0
+LWPOLYLINE
+  5
+1C1CF
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 38
+128.0
+ 10
+1129.807956091807
+ 20
+211.6974411417294
+ 10
+1194.807950793839
+ 20
+211.6974411417294
+ 10
+1194.807950793839
+ 20
+215.6974421195636
+ 10
+1129.807956091807
+ 20
+215.6974421195636
+  0
+LWPOLYLINE
+  5
+1C1D0
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 38
+160.0
+ 10
+1194.807950352769
+ 20
+247.6974421852971
+ 10
+1205.272079729649
+ 20
+247.6974421852971
+ 10
+1205.272079729649
+ 20
+243.6974412074629
+ 10
+1194.807950352769
+ 20
+243.6974412074629
+  0
+LWPOLYLINE
+  5
+1C1D1
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 38
+384.0
+ 10
+1044.747751261612
+ 20
+7.69744121766314
+ 10
+1099.747751261611
+ 20
+7.69744121766314
+ 10
+1099.747751261611
+ 20
+3.697440239829006
+ 10
+1044.747751261612
+ 20
+3.697440239829006
+  0
+LWPOLYLINE
+  5
+1C1D5
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 38
+128.0
+ 10
+1194.807950793839
+ 20
+211.6974411417294
+ 10
+1198.807950829102
+ 20
+211.6974411417294
+ 10
+1198.807950829102
+ 20
+243.6974398022897
+ 10
+1194.807950793839
+ 20
+243.6974398022897
+  0
+LINE
+  5
+1C1D6
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 39
+4.0
+ 10
+1226.001825217318
+ 20
+434.9977971085676
+ 30
+4.0
+ 11
+1232.001825217319
+ 21
+458.9977971085676
+ 31
+4.0
+  0
+LINE
+  5
+1C1D7
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 39
+4.0
+ 10
+1232.001825217319
+ 20
+458.9977971085676
+ 30
+4.0
+ 11
+1238.001825217319
+ 21
+434.9977971085676
+ 31
+4.0
+  0
+LINE
+  5
+1C1D8
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 39
+4.0
+ 10
+1230.001825217318
+ 20
+394.9977971085676
+ 30
+4.0
+ 11
+1234.001825217318
+ 21
+394.9977971085676
+ 31
+4.0
+  0
+SOLID
+  5
+1C1D9
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    15
+100
+AcDbTrace
+ 10
+1232.001825217319
+ 20
+458.9977971085676
+ 30
+4.0
+ 11
+1226.001825217318
+ 21
+434.9977971085676
+ 31
+4.0
+ 12
+1232.001825217319
+ 22
+458.9977971085676
+ 32
+4.0
+ 13
+1238.001825217319
+ 23
+434.9977971085676
+ 33
+4.0
+  0
+SOLID
+  5
+1C1DA
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    15
+100
+AcDbTrace
+ 10
+1234.001824913839
+ 20
+394.9977974444668
+ 30
+4.0
+ 11
+1234.001824168931
+ 21
+434.9977971085676
+ 31
+4.0
+ 12
+1230.001825217318
+ 22
+394.9977971085676
+ 32
+4.0
+ 13
+1230.001824183382
+ 23
+434.9977971085676
+ 33
+4.0
+  0
+LINE
+  5
+1C1DB
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1230.001825217318
+ 20
+394.9977971085676
+ 30
+4.0
+ 11
+1230.001824183382
+ 21
+434.9977971085676
+ 31
+4.0
+  0
+LINE
+  5
+1C1DC
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1230.001824183382
+ 20
+434.9977971085676
+ 30
+4.0
+ 11
+1226.001825217318
+ 21
+434.9977971085676
+ 31
+4.0
+  0
+LINE
+  5
+1C1DD
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1226.001825217318
+ 20
+434.9977971085676
+ 30
+4.0
+ 11
+1232.001825217319
+ 21
+458.9977971085676
+ 31
+4.0
+  0
+LINE
+  5
+1C1DE
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1232.001825217319
+ 20
+458.9977971085676
+ 30
+4.0
+ 11
+1238.001825217319
+ 21
+434.9977971085676
+ 31
+4.0
+  0
+LINE
+  5
+1C1DF
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1238.001825217319
+ 20
+434.9977971085676
+ 30
+4.0
+ 11
+1234.001824168931
+ 21
+434.9977971085676
+ 31
+4.0
+  0
+LINE
+  5
+1C1E0
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1234.001824168931
+ 20
+434.9977971085676
+ 30
+4.0
+ 11
+1234.001824913839
+ 21
+394.9977974444668
+ 31
+4.0
+  0
+LINE
+  5
+1C1E1
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1234.001824913839
+ 20
+394.9977974444668
+ 30
+4.0
+ 11
+1230.001825217318
+ 21
+394.9977971085676
+ 31
+4.0
+  0
+LINE
+  5
+1C1E2
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 39
+4.0
+ 10
+1230.001824273603
+ 20
+216.9977971085676
+ 30
+8.0
+ 11
+1236.001824273603
+ 21
+240.9977971085676
+ 31
+8.0
+  0
+LINE
+  5
+1C1E3
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 39
+4.0
+ 10
+1236.001824273603
+ 20
+240.9977971085676
+ 30
+8.0
+ 11
+1242.001824273603
+ 21
+216.9977971085676
+ 31
+8.0
+  0
+LINE
+  5
+1C1E4
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 39
+4.0
+ 10
+1234.001824273603
+ 20
+176.9977971085676
+ 30
+8.0
+ 11
+1238.001824273603
+ 21
+176.9977971085676
+ 31
+8.0
+  0
+SOLID
+  5
+1C1E5
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    15
+100
+AcDbTrace
+ 10
+1236.001824273603
+ 20
+240.9977971085676
+ 30
+8.0
+ 11
+1230.001824273603
+ 21
+216.9977971085676
+ 31
+8.0
+ 12
+1236.001824273603
+ 22
+240.9977971085676
+ 32
+8.0
+ 13
+1242.001824273603
+ 23
+216.9977971085676
+ 33
+8.0
+  0
+SOLID
+  5
+1C1E6
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    15
+100
+AcDbTrace
+ 10
+1238.001823970123
+ 20
+176.9977974444667
+ 30
+8.0
+ 11
+1238.001823225215
+ 21
+216.9977971085676
+ 31
+8.0
+ 12
+1234.001824273603
+ 22
+176.9977971085676
+ 32
+8.0
+ 13
+1234.001823239667
+ 23
+216.9977971085676
+ 33
+8.0
+  0
+LINE
+  5
+1C1E7
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1234.001824273603
+ 20
+176.9977971085676
+ 30
+8.0
+ 11
+1234.001823239667
+ 21
+216.9977971085676
+ 31
+8.0
+  0
+LINE
+  5
+1C1E8
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1234.001823239667
+ 20
+216.9977971085676
+ 30
+8.0
+ 11
+1230.001824273603
+ 21
+216.9977971085676
+ 31
+8.0
+  0
+LINE
+  5
+1C1E9
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1230.001824273603
+ 20
+216.9977971085676
+ 30
+8.0
+ 11
+1236.001824273603
+ 21
+240.9977971085676
+ 31
+8.0
+  0
+LINE
+  5
+1C1EA
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1236.001824273603
+ 20
+240.9977971085676
+ 30
+8.0
+ 11
+1242.001824273603
+ 21
+216.9977971085676
+ 31
+8.0
+  0
+LINE
+  5
+1C1EB
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1242.001824273603
+ 20
+216.9977971085676
+ 30
+8.0
+ 11
+1238.001823225215
+ 21
+216.9977971085676
+ 31
+8.0
+  0
+LINE
+  5
+1C1EC
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1238.001823225215
+ 20
+216.9977971085676
+ 30
+8.0
+ 11
+1238.001823970123
+ 21
+176.9977974444667
+ 31
+8.0
+  0
+LINE
+  5
+1C1ED
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1238.001823970123
+ 20
+176.9977974444667
+ 30
+8.0
+ 11
+1234.001824273603
+ 21
+176.9977971085676
+ 31
+8.0
+  0
+LINE
+  5
+1C1EE
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 39
+4.0
+ 10
+1234.001828706352
+ 20
+8.997797056870922
+ 30
+12.0
+ 11
+1240.001828706352
+ 21
+32.99779705687092
+ 31
+12.0
+  0
+LINE
+  5
+1C1EF
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 39
+4.0
+ 10
+1240.001828706352
+ 20
+32.99779705687092
+ 30
+12.0
+ 11
+1246.001828706352
+ 21
+8.997797056870922
+ 31
+12.0
+  0
+LINE
+  5
+1C1F0
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 39
+4.0
+ 10
+1238.001828706352
+ 20
+-31.00220294312908
+ 30
+12.0
+ 11
+1242.001828706352
+ 21
+-31.00220294312908
+ 31
+12.0
+  0
+SOLID
+  5
+1C1F1
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    15
+100
+AcDbTrace
+ 10
+1240.001828706352
+ 20
+32.99779705687092
+ 30
+12.0
+ 11
+1234.001828706352
+ 21
+8.997797056870922
+ 31
+12.0
+ 12
+1240.001828706352
+ 22
+32.99779705687092
+ 32
+12.0
+ 13
+1246.001828706352
+ 23
+8.997797056870922
+ 33
+12.0
+  0
+SOLID
+  5
+1C1F2
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    15
+100
+AcDbTrace
+ 10
+1242.001828402873
+ 20
+-31.00220260722995
+ 30
+12.0
+ 11
+1242.001827657965
+ 21
+8.997797056870922
+ 31
+12.0
+ 12
+1238.001828706352
+ 22
+-31.00220294312908
+ 32
+12.0
+ 13
+1238.001827672417
+ 23
+8.997797056870922
+ 33
+12.0
+  0
+LINE
+  5
+1C1F3
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1238.001828706352
+ 20
+-31.00220294312908
+ 30
+12.0
+ 11
+1238.001827672417
+ 21
+8.997797056870922
+ 31
+12.0
+  0
+LINE
+  5
+1C1F4
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1238.001827672417
+ 20
+8.997797056870922
+ 30
+12.0
+ 11
+1234.001828706352
+ 21
+8.997797056870922
+ 31
+12.0
+  0
+LINE
+  5
+1C1F5
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1234.001828706352
+ 20
+8.997797056870922
+ 30
+12.0
+ 11
+1240.001828706352
+ 21
+32.99779705687092
+ 31
+12.0
+  0
+LINE
+  5
+1C1F6
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1240.001828706352
+ 20
+32.99779705687092
+ 30
+12.0
+ 11
+1246.001828706352
+ 21
+8.997797056870922
+ 31
+12.0
+  0
+LINE
+  5
+1C1F7
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1246.001828706352
+ 20
+8.997797056870922
+ 30
+12.0
+ 11
+1242.001827657965
+ 21
+8.997797056870922
+ 31
+12.0
+  0
+LINE
+  5
+1C1F8
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1242.001827657965
+ 20
+8.997797056870922
+ 30
+12.0
+ 11
+1242.001828402873
+ 21
+-31.00220260722995
+ 31
+12.0
+  0
+LINE
+  5
+1C1F9
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1242.001828402873
+ 20
+-31.00220260722995
+ 30
+12.0
+ 11
+1238.001828706352
+ 21
+-31.00220294312908
+ 31
+12.0
+  0
+LINE
+  5
+1C1FA
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 39
+4.0
+ 10
+1238.001833139102
+ 20
+-199.0022029431289
+ 30
+16.0
+ 11
+1244.001833139102
+ 21
+-175.0022029431289
+ 31
+16.0
+  0
+LINE
+  5
+1C1FB
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 39
+4.0
+ 10
+1244.001833139102
+ 20
+-175.0022029431289
+ 30
+16.0
+ 11
+1250.001833139102
+ 21
+-199.0022029431289
+ 31
+16.0
+  0
+LINE
+  5
+1C1FC
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 39
+4.0
+ 10
+1242.001833139102
+ 20
+-239.0022029431289
+ 30
+16.0
+ 11
+1246.001833139102
+ 21
+-239.0022029431289
+ 31
+16.0
+  0
+SOLID
+  5
+1C1FD
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    15
+100
+AcDbTrace
+ 10
+1244.001833139102
+ 20
+-175.0022029431289
+ 30
+16.0
+ 11
+1238.001833139102
+ 21
+-199.0022029431289
+ 31
+16.0
+ 12
+1244.001833139102
+ 22
+-175.0022029431289
+ 32
+16.0
+ 13
+1250.001833139102
+ 23
+-199.0022029431289
+ 33
+16.0
+  0
+SOLID
+  5
+1C1FE
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    15
+100
+AcDbTrace
+ 10
+1246.001832835623
+ 20
+-239.0022026072298
+ 30
+16.0
+ 11
+1246.001832090715
+ 21
+-199.0022029431289
+ 31
+16.0
+ 12
+1242.001833139102
+ 22
+-239.0022029431289
+ 32
+16.0
+ 13
+1242.001832105166
+ 23
+-199.0022029431289
+ 33
+16.0
+  0
+LINE
+  5
+1C1FF
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1242.001833139102
+ 20
+-239.0022029431289
+ 30
+16.0
+ 11
+1242.001832105166
+ 21
+-199.0022029431289
+ 31
+16.0
+  0
+LINE
+  5
+1C200
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1242.001832105166
+ 20
+-199.0022029431289
+ 30
+16.0
+ 11
+1238.001833139102
+ 21
+-199.0022029431289
+ 31
+16.0
+  0
+LINE
+  5
+1C201
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1238.001833139102
+ 20
+-199.0022029431289
+ 30
+16.0
+ 11
+1244.001833139102
+ 21
+-175.0022029431289
+ 31
+16.0
+  0
+LINE
+  5
+1C202
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1244.001833139102
+ 20
+-175.0022029431289
+ 30
+16.0
+ 11
+1250.001833139102
+ 21
+-199.0022029431289
+ 31
+16.0
+  0
+LINE
+  5
+1C203
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1250.001833139102
+ 20
+-199.0022029431289
+ 30
+16.0
+ 11
+1246.001832090715
+ 21
+-199.0022029431289
+ 31
+16.0
+  0
+LINE
+  5
+1C204
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1246.001832090715
+ 20
+-199.0022029431289
+ 30
+16.0
+ 11
+1246.001832835623
+ 21
+-239.0022026072298
+ 31
+16.0
+  0
+LINE
+  5
+1C205
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1246.001832835623
+ 20
+-239.0022026072298
+ 30
+16.0
+ 11
+1242.001833139102
+ 21
+-239.0022029431289
+ 31
+16.0
+  0
+SOLID
+  5
+1C206
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    78
+100
+AcDbTrace
+ 10
+1042.80795274036
+ 20
+-244.6010004694791
+ 30
+64.0
+ 11
+1099.80795274036
+ 21
+-244.6010004694791
+ 31
+64.0
+ 12
+1042.80795274036
+ 22
+-240.600999491645
+ 32
+64.0
+ 13
+1099.80795274036
+ 23
+-240.600999491645
+ 33
+64.0
+  0
+SOLID
+  5
+1C207
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    78
+100
+AcDbTrace
+ 10
+1129.807954632287
+ 20
+-244.6010000188688
+ 30
+32.0
+ 11
+1736.611064513201
+ 21
+-244.6009990547687
+ 31
+32.0
+ 12
+1129.807954632287
+ 22
+-240.6009990410347
+ 32
+32.0
+ 13
+1736.611064513201
+ 23
+-240.6009980769346
+ 33
+32.0
+  0
+SOLID
+  5
+1C208
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    78
+100
+AcDbTrace
+ 10
+1216.807954717245
+ 20
+-240.6009962701664
+ 30
+416.0
+ 11
+1216.807954717244
+ 21
+-184.0782771628056
+ 31
+416.0
+ 12
+1220.807955695079
+ 22
+-240.6009962701664
+ 32
+416.0
+ 13
+1220.807955695078
+ 23
+-184.0782771628056
+ 33
+416.0
+  0
+SOLID
+  5
+1C209
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    78
+100
+AcDbTrace
+ 10
+1626.807949367362
+ 20
+-240.3025638473332
+ 30
+0.0
+ 11
+1626.807949367362
+ 21
+-176.3025631385421
+ 31
+0.0
+ 12
+1630.807949367362
+ 22
+-240.3025638473332
+ 32
+0.0
+ 13
+1630.807949367362
+ 23
+-176.3025631385421
+ 33
+0.0
+  0
+SOLID
+  5
+1C20A
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    78
+100
+AcDbTrace
+ 10
+1626.807951398505
+ 20
+-165.3025621260515
+ 30
+0.0
+ 11
+1626.807951398505
+ 21
+31.69743611418017
+ 31
+0.0
+ 12
+1630.807951398505
+ 22
+-165.3025621260515
+ 32
+0.0
+ 13
+1630.807951398505
+ 23
+31.69743611418017
+ 33
+0.0
+  0
+SOLID
+  5
+1C20B
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    78
+100
+AcDbTrace
+ 10
+1626.807950290806
+ 20
+43.69743632836867
+ 30
+0.0
+ 11
+1626.807950626005
+ 21
+175.6974415702281
+ 31
+0.0
+ 12
+1630.807950290806
+ 22
+43.69743632836867
+ 32
+0.0
+ 13
+1630.807950290806
+ 23
+175.6974366210263
+ 33
+0.0
+  0
+SOLID
+  5
+1C20C
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    78
+100
+AcDbTrace
+ 10
+1129.807954503676
+ 20
+-32.30256230727957
+ 30
+32.0
+ 11
+1626.808614889233
+ 21
+-32.30256230727957
+ 31
+32.0
+ 12
+1129.807954503676
+ 22
+-36.30256328511371
+ 32
+32.0
+ 13
+1626.807286361535
+ 23
+-36.30256328511371
+ 33
+32.0
+  0
+SOLID
+  5
+1C20D
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    78
+100
+AcDbTrace
+ 10
+1216.807954588634
+ 20
+24.22015957094948
+ 30
+416.0
+ 11
+1216.807954588634
+ 21
+-32.30255953641131
+ 31
+416.0
+ 12
+1220.807955566468
+ 22
+24.22015957094948
+ 32
+416.0
+ 13
+1220.807955566468
+ 23
+-32.30255953641131
+ 33
+416.0
+  0
+SOLID
+  5
+1C20E
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    78
+100
+AcDbTrace
+ 10
+1042.80795274036
+ 20
+-36.30256387395127
+ 30
+64.0
+ 11
+1099.80795274036
+ 21
+-36.30256387395127
+ 31
+64.0
+ 12
+1042.80795274036
+ 22
+-32.30256289611714
+ 32
+64.0
+ 13
+1099.80795274036
+ 23
+-32.30256289611714
+ 33
+64.0
+  0
+SOLID
+  5
+1C20F
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    78
+100
+AcDbTrace
+ 10
+1626.807950290806
+ 20
+43.69743632836867
+ 30
+0.0
+ 11
+1626.807950290806
+ 21
+175.6974366210263
+ 31
+0.0
+ 12
+1630.807950290806
+ 22
+43.69743632836867
+ 32
+0.0
+ 13
+1630.807950290806
+ 23
+175.6974366210263
+ 33
+0.0
+  0
+SOLID
+  5
+1C210
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    78
+100
+AcDbTrace
+ 10
+1129.807952393083
+ 20
+171.6974405923939
+ 30
+32.0
+ 11
+1626.807950626005
+ 21
+171.6974405923939
+ 31
+32.0
+ 12
+1129.807952393083
+ 22
+175.6974415702281
+ 32
+32.0
+ 13
+1626.807950290806
+ 23
+175.6974415702285
+ 33
+32.0
+  0
+SOLID
+  5
+1C211
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    78
+100
+AcDbTrace
+ 10
+1042.80795274036
+ 20
+171.6974401417836
+ 30
+64.0
+ 11
+1099.807952393083
+ 21
+171.6974401417836
+ 31
+64.0
+ 12
+1042.80795274036
+ 22
+175.6974411196178
+ 32
+64.0
+ 13
+1099.80795274036
+ 23
+175.6974411196178
+ 33
+64.0
+  0
+SOLID
+  5
+1C212
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    78
+100
+AcDbTrace
+ 10
+1034.590011202864
+ 20
+-244.5735192703299
+ 30
+416.0
+ 11
+1034.590011202864
+ 21
+369.9958753930936
+ 31
+416.0
+ 12
+1042.80795274036
+ 22
+-244.6010004694791
+ 32
+416.0
+ 13
+1042.807950626004
+ 23
+369.9958753930936
+ 33
+416.0
+  0
+SOLID
+  5
+1C213
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    78
+100
+AcDbTrace
+ 10
+1216.807952808034
+ 20
+232.0187807131216
+ 30
+832.0
+ 11
+1216.807952808034
+ 21
+175.4960616057608
+ 31
+832.0
+ 12
+1220.807953785868
+ 22
+232.0187807131216
+ 32
+832.0
+ 13
+1220.807953785868
+ 23
+175.4960616057608
+ 33
+832.0
+  0
+LWPOLYLINE
+  5
+1C214
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 38
+32.0
+ 10
+1099.807952959509
+ 20
+369.9958753930936
+ 10
+1042.807950626004
+ 20
+369.9958753930936
+ 10
+1042.807950626004
+ 20
+373.9958763709277
+ 10
+1099.807952959509
+ 20
+373.9958763709277
+  0
+LWPOLYLINE
+  5
+1C215
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    89
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 38
+416.0
+ 10
+1034.590011202864
+ 20
+369.9958753930936
+ 10
+1042.807951998415
+ 20
+369.9958753930936
+ 10
+1042.807951998415
+ 20
+439.6974352674343
+ 10
+1034.590011202864
+ 20
+439.6974352674343
+  0
+INSERT
+  5
+1C216
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     9
+100
+AcDbBlockReference
+ 66
+     1
+  2
+palet
+ 10
+1200.450981024256
+ 20
+-266.6828563297368
+ 30
+-28.9114261271681
+  0
+ATTRIB
+  5
+1C217
+330
+1C216
+100
+AcDbEntity
+  8
+IMG009
+ 62
+     9
+100
+AcDbText
+ 10
+1200.450981024256
+ 20
+-266.6828563297368
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+CWM-CWS03:WtrC-FCV-051:Open
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1C218
+330
+1C216
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1200.450981024256
+ 20
+-266.6828563297368
+ 30
+-28.9114261271681
+ 40
+6.0
+  1
+78
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1C219
+330
+1C216
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1200.450981024256
+ 20
+-266.6828563297368
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+12
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1C21A
+330
+1C216
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1200.450981024256
+ 20
+-266.6828563297368
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+7
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+1C21B
+330
+1C216
+100
+AcDbEntity
+  8
+0
+  0
+LWPOLYLINE
+  5
+1C21C
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 38
+64.0
+ 10
+1042.80795274036
+ 20
+171.6974401417836
+ 10
+1099.807952393083
+ 20
+171.6974401417836
+ 10
+1099.807952393083
+ 20
+175.6974411196178
+ 10
+1042.80795274036
+ 20
+175.6974411196178
+  0
+SOLID
+  5
+1C220
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    79
+100
+AcDbTrace
+ 10
+1232.272083833722
+ 20
+-172.6009967711593
+ 30
+64.0
+ 11
+1259.807953069383
+ 21
+-172.6009967711592
+ 31
+64.0
+ 12
+1232.272083833722
+ 22
+-168.6009957933252
+ 32
+64.0
+ 13
+1259.807953069383
+ 23
+-168.6009957933251
+ 33
+64.0
+  0
+SOLID
+  5
+1C221
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    79
+100
+AcDbTrace
+ 10
+1289.807953069383
+ 20
+-172.6009967711592
+ 30
+64.0
+ 11
+1310.026013972103
+ 21
+-172.6009967711592
+ 31
+64.0
+ 12
+1289.807953069383
+ 22
+-168.6009957933251
+ 32
+64.0
+ 13
+1310.026013972103
+ 23
+-168.6009957933251
+ 33
+64.0
+  0
+SOLID
+  5
+1C222
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    79
+100
+AcDbTrace
+ 10
+1367.753584644261
+ 20
+-172.6009957017341
+ 30
+32.0
+ 11
+1387.807953069382
+ 21
+-172.6009957017341
+ 31
+32.0
+ 12
+1367.753584644261
+ 22
+-168.6009947239
+ 32
+32.0
+ 13
+1387.807953069382
+ 23
+-168.6009947239
+ 33
+32.0
+  0
+SOLID
+  5
+1C223
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    79
+100
+AcDbTrace
+ 10
+1418.807952000274
+ 20
+-172.6010000188688
+ 30
+64.0
+ 11
+1736.611064513201
+ 21
+-172.6009970009774
+ 31
+64.0
+ 12
+1418.807952000274
+ 22
+-168.6009990410347
+ 32
+64.0
+ 13
+1736.611064513201
+ 23
+-168.6009960231432
+ 33
+64.0
+  0
+INSERT
+  5
+1C224
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     9
+100
+AcDbBlockReference
+ 66
+     1
+  2
+palet
+ 10
+1541.86085444912
+ 20
+-148.9189045020313
+ 30
+-28.9114261271681
+  0
+ATTRIB
+  5
+1C225
+330
+1C224
+100
+AcDbEntity
+  8
+IMG009
+ 62
+     9
+100
+AcDbText
+ 10
+1541.86085444912
+ 20
+-148.9189045020313
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+CWM-CWS03:WtrC-P-50:Cmd
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1C226
+330
+1C224
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1541.86085444912
+ 20
+-148.9189045020313
+ 30
+-28.9114261271681
+ 40
+6.0
+  1
+79
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1C227
+330
+1C224
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1541.86085444912
+ 20
+-148.9189045020313
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+9
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1C228
+330
+1C224
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1541.86085444912
+ 20
+-148.9189045020313
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+7
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+1C229
+330
+1C224
+100
+AcDbEntity
+  8
+0
+  0
+LWPOLYLINE
+  5
+1C22A
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 38
+64.0
+ 10
+1232.272083833722
+ 20
+-172.6009967711593
+ 10
+1259.807953069383
+ 20
+-172.6009967711593
+ 10
+1259.807953069383
+ 20
+-168.6009957933251
+ 10
+1232.272083833722
+ 20
+-168.6009957933251
+  0
+LWPOLYLINE
+  5
+1C22B
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 38
+64.0
+ 10
+1289.807953069383
+ 20
+-172.6009967711592
+ 10
+1310.026013972103
+ 20
+-172.6009967711592
+ 10
+1310.026013972103
+ 20
+-168.6009957933251
+ 10
+1289.807953069383
+ 20
+-168.6009957933251
+  0
+LWPOLYLINE
+  5
+1C22C
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 38
+32.0
+ 10
+1367.753584644261
+ 20
+-172.6009957017341
+ 10
+1387.807953069382
+ 20
+-172.6009957017341
+ 10
+1387.807953069382
+ 20
+-168.6009947239
+ 10
+1367.753584644261
+ 20
+-168.6009947239
+  0
+LWPOLYLINE
+  5
+1C22D
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 38
+64.0
+ 10
+1418.807952000274
+ 20
+-172.6010000188688
+ 10
+1736.611064513201
+ 20
+-172.6010000188688
+ 10
+1736.611064513201
+ 20
+-168.6009960231432
+ 10
+1418.807952000274
+ 20
+-168.6009960231432
+  0
+LWPOLYLINE
+  5
+1C22E
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 38
+64.0
+ 10
+1755.00182483494
+ 20
+-168.7037645018975
+ 10
+1827.198712322014
+ 20
+-168.7037645018973
+ 10
+1827.198712322014
+ 20
+-172.7037654797315
+ 10
+1755.00182483494
+ 20
+-172.7037654797316
+  0
+TEXT
+  5
+1C22F
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbText
+ 10
+1717.001823778549
+ 20
+-142.703765862045
+ 30
+0.0
+ 40
+9.0
+  1
+FCV-050
+  7
+FUTUROS
+100
+AcDbText
+  0
+INSERT
+  5
+1C230
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     9
+100
+AcDbBlockReference
+ 66
+     1
+  2
+palet
+ 10
+1761.804934479232
+ 20
+-159.0022040998153
+ 30
+-28.9114261271681
+  0
+ATTRIB
+  5
+1C231
+330
+1C230
+100
+AcDbEntity
+  8
+IMG009
+ 62
+     9
+100
+AcDbText
+ 10
+1761.804934479232
+ 20
+-159.0022040998153
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+CWM-CWS03:WtrC-FCV-050:Open
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1C232
+330
+1C230
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1761.804934479232
+ 20
+-159.0022040998153
+ 30
+-28.9114261271681
+ 40
+6.0
+  1
+44
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1C233
+330
+1C230
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1761.804934479232
+ 20
+-159.0022040998153
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+10
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1C234
+330
+1C230
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1761.804934479232
+ 20
+-159.0022040998153
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+12
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+1C235
+330
+1C230
+100
+AcDbEntity
+  8
+0
+  0
+SOLID
+  5
+1C236
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+    44
+100
+AcDbTrace
+ 10
+1752.174324897643
+ 20
+-161.6979968019168
+ 30
+14.28
+ 11
+1752.174324897643
+ 21
+-150.9879968019168
+ 31
+14.28
+ 12
+1739.679324897642
+ 22
+-161.6979968019168
+ 32
+14.28
+ 13
+1739.679324897642
+ 23
+-150.9879968019168
+ 33
+14.28
+ 39
+14.28
+  0
+SOLID
+  5
+1C237
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+    44
+100
+AcDbTrace
+ 10
+1745.034242831365
+ 20
+-168.8379968019164
+ 30
+0.0
+ 11
+1745.034242831365
+ 21
+-161.6979968019168
+ 31
+0.0
+ 12
+1746.819242831364
+ 22
+-168.8379968019164
+ 32
+0.0
+ 13
+1746.819242831364
+ 23
+-161.6979968019168
+ 33
+0.0
+ 39
+14.28
+  0
+SOLID
+  5
+1C238
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+    44
+100
+AcDbTrace
+ 10
+1745.034324897642
+ 20
+-172.4322031335384
+ 30
+0.0
+ 11
+1746.819324897642
+ 21
+-172.4322031335384
+ 31
+0.0
+ 12
+1745.034242831365
+ 22
+-168.8379968019164
+ 32
+0.0
+ 13
+1746.819242831364
+ 23
+-168.8379968019164
+ 33
+0.0
+  0
+SOLID
+  5
+1C239
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+    44
+100
+AcDbTrace
+ 10
+1737.001824897642
+ 20
+-165.2922031335388
+ 30
+0.0
+ 11
+1745.034242831365
+ 21
+-168.8379968019164
+ 31
+0.0
+ 12
+1737.001824897642
+ 22
+-176.0022031335388
+ 32
+0.0
+ 13
+1745.034324897642
+ 23
+-172.4322031335384
+ 33
+0.0
+  0
+SOLID
+  5
+1C23A
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+    44
+100
+AcDbTrace
+ 10
+1754.851824897643
+ 20
+-165.2922031335388
+ 30
+0.0
+ 11
+1746.81940696392
+ 21
+-168.8379968019164
+ 31
+0.0
+ 12
+1754.851824897643
+ 22
+-176.0022031335388
+ 32
+0.0
+ 13
+1746.819324897642
+ 23
+-172.4322031335384
+ 33
+0.0
+  0
+LINE
+  5
+1C23B
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1754.851824897643
+ 20
+-165.2922031335388
+ 30
+0.0
+ 11
+1746.819242831364
+ 21
+-168.8379968019164
+ 31
+14.28000000000001
+  0
+LINE
+  5
+1C23C
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1746.819242831364
+ 20
+-168.8379968019164
+ 30
+14.28000000000001
+ 11
+1746.819242831364
+ 21
+-161.6979968019168
+ 31
+14.28000000000001
+  0
+LINE
+  5
+1C23D
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1746.819242831339
+ 20
+-161.6979968019168
+ 30
+28.56000000000003
+ 11
+1752.174324897617
+ 21
+-161.7222031335382
+ 31
+28.56000000000003
+  0
+LINE
+  5
+1C23E
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1752.174324897643
+ 20
+-151.0122031335388
+ 30
+28.56000000000006
+ 11
+1752.174324897643
+ 21
+-161.7222031335384
+ 31
+28.56000000000006
+  0
+LINE
+  5
+1C23F
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1739.679324897642
+ 20
+-161.7222031335382
+ 30
+14.28000000000001
+ 11
+1745.034242831365
+ 21
+-161.6979968019168
+ 31
+14.28000000000001
+  0
+LINE
+  5
+1C240
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1745.034242831365
+ 20
+-161.6979968019168
+ 30
+14.28000000000001
+ 11
+1745.034242831365
+ 21
+-168.8379968019164
+ 31
+14.28000000000001
+  0
+LINE
+  5
+1C241
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1745.034242831365
+ 20
+-168.8379968019164
+ 30
+14.28000000000001
+ 11
+1737.001824897642
+ 21
+-165.2922031335388
+ 31
+0.0
+  0
+LINE
+  5
+1C242
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1737.001824897642
+ 20
+-176.0022031335388
+ 30
+0.0
+ 11
+1745.034324897642
+ 21
+-172.4322031335384
+ 31
+0.0
+  0
+LINE
+  5
+1C243
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1745.034324897642
+ 20
+-172.4322031335384
+ 30
+0.0
+ 11
+1746.819324897642
+ 21
+-172.4322031335384
+ 31
+0.0
+  0
+LINE
+  5
+1C244
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1746.819324897642
+ 20
+-172.4322031335384
+ 30
+0.0
+ 11
+1754.851824897643
+ 21
+-176.0022031335388
+ 31
+0.0
+  0
+LINE
+  5
+1C245
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1739.679324897642
+ 20
+-161.6979968019168
+ 30
+14.28
+ 11
+1739.679324897642
+ 21
+-150.9879968019168
+ 31
+14.28
+  0
+LINE
+  5
+1C246
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1739.679324897642
+ 20
+-150.9879968019168
+ 30
+28.56
+ 11
+1752.174324897643
+ 21
+-151.0122031335388
+ 31
+28.56000000000006
+  0
+LINE
+  5
+1C247
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1754.851824897643
+ 20
+-176.0022031335388
+ 30
+14.28000000000001
+ 11
+1754.851824897643
+ 21
+-165.2922031335388
+ 31
+0.0
+  0
+LINE
+  5
+1C248
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1737.001824897642
+ 20
+-176.0022031335388
+ 30
+14.28000000000001
+ 11
+1737.001824897642
+ 21
+-165.2922031335388
+ 31
+0.0
+  0
+LINE
+  5
+1C249
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1737.001824897642
+ 20
+-165.2922031335388
+ 30
+0.0
+ 11
+1737.001824897642
+ 21
+-176.0022031335388
+ 31
+0.0
+  0
+SOLID
+  5
+1C24A
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    74
+100
+AcDbTrace
+ 10
+1755.00182483494
+ 20
+-172.7037654797316
+ 30
+64.0
+ 11
+1827.198712322014
+ 21
+-172.7037654797315
+ 31
+64.0
+ 12
+1755.00182483494
+ 22
+-168.7037645018975
+ 32
+64.0
+ 13
+1827.198712322014
+ 23
+-168.7037645018973
+ 33
+64.0
+  0
+LWPOLYLINE
+  5
+1C24B
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 38
+64.0
+ 10
+1755.00182483494
+ 20
+-172.7037654797316
+ 10
+1827.198712322014
+ 20
+-172.7037654797316
+ 10
+1827.198712322014
+ 20
+-168.7037645018973
+ 10
+1755.00182483494
+ 20
+-168.7037645018973
+  0
+INSERT
+  5
+1C24C
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     9
+100
+AcDbBlockReference
+ 66
+     1
+  2
+palet
+ 10
+1789.986209443309
+ 20
+-156.1563476775178
+ 30
+-28.9114261271681
+  0
+ATTRIB
+  5
+1C24D
+330
+1C24C
+100
+AcDbEntity
+  8
+IMG009
+ 62
+     9
+100
+AcDbText
+ 10
+1789.986209443309
+ 20
+-156.1563476775178
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+CWM-CWS03:WtrC-FCV-050:Open
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1C24E
+330
+1C24C
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1789.986209443309
+ 20
+-156.1563476775178
+ 30
+-28.9114261271681
+ 40
+6.0
+  1
+74
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1C24F
+330
+1C24C
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1789.986209443309
+ 20
+-156.1563476775178
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+9
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1C250
+330
+1C24C
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1789.986209443309
+ 20
+-156.1563476775178
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+7
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+1C251
+330
+1C24C
+100
+AcDbEntity
+  8
+0
+  0
+INSERT
+  5
+1C252
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     9
+100
+AcDbBlockReference
+ 66
+     1
+  2
+palet
+ 10
+1544.123560153996
+ 20
+64.75549926912515
+ 30
+-28.9114261271681
+  0
+ATTRIB
+  5
+1C253
+330
+1C252
+100
+AcDbEntity
+  8
+IMG009
+ 62
+     9
+100
+AcDbText
+ 10
+1544.123560153996
+ 20
+64.75549926912515
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+CWM-CWS03:WtrC-P-40:Cmd
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1C254
+330
+1C252
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1544.123560153996
+ 20
+64.75549926912515
+ 30
+-28.9114261271681
+ 40
+6.0
+  1
+80
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1C255
+330
+1C252
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1544.123560153996
+ 20
+64.75549926912515
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+9
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1C256
+330
+1C252
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1544.123560153996
+ 20
+64.75549926912515
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+7
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+1C257
+330
+1C252
+100
+AcDbEntity
+  8
+0
+  0
+INSERT
+  5
+1C258
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     9
+100
+AcDbBlockReference
+ 66
+     1
+  2
+palet
+ 10
+1541.123560153996
+ 20
+276.7554992691251
+ 30
+-28.9114261271681
+  0
+ATTRIB
+  5
+1C259
+330
+1C258
+100
+AcDbEntity
+  8
+IMG009
+ 62
+     9
+100
+AcDbText
+ 10
+1541.123560153996
+ 20
+276.7554992691251
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+CWM-CWS03:WtrC-P-30:Cmd
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1C25A
+330
+1C258
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1541.123560153996
+ 20
+276.7554992691251
+ 30
+-28.9114261271681
+ 40
+6.0
+  1
+81
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1C25B
+330
+1C258
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1541.123560153996
+ 20
+276.7554992691251
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+9
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1C25C
+330
+1C258
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1541.123560153996
+ 20
+276.7554992691251
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+7
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+1C25D
+330
+1C258
+100
+AcDbEntity
+  8
+0
+  0
+INSERT
+  5
+1C25E
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     9
+100
+AcDbBlockReference
+ 66
+     1
+  2
+palet
+ 10
+1553.123560153996
+ 20
+497.9977964523937
+ 30
+-28.9114261271681
+  0
+ATTRIB
+  5
+1C25F
+330
+1C25E
+100
+AcDbEntity
+  8
+IMG009
+ 62
+     9
+100
+AcDbText
+ 10
+1553.123560153996
+ 20
+497.9977964523937
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+CWM-CWS03:WtrC-P-20:Cmd
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1C260
+330
+1C25E
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1553.123560153996
+ 20
+497.9977964523937
+ 30
+-28.9114261271681
+ 40
+6.0
+  1
+82
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1C261
+330
+1C25E
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1553.123560153996
+ 20
+497.9977964523937
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+9
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1C262
+330
+1C25E
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1553.123560153996
+ 20
+497.9977964523937
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+7
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+1C263
+330
+1C25E
+100
+AcDbEntity
+  8
+0
+  0
+SOLID
+  5
+1C264
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    80
+100
+AcDbTrace
+ 10
+1232.272083705112
+ 20
+35.69743996259581
+ 30
+64.0
+ 11
+1259.807952940772
+ 21
+35.69743996259592
+ 31
+64.0
+ 12
+1232.272083705112
+ 22
+39.69744094042994
+ 32
+64.0
+ 13
+1259.807952940772
+ 23
+39.69744094043006
+ 33
+64.0
+  0
+SOLID
+  5
+1C265
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    80
+100
+AcDbTrace
+ 10
+1289.807952940772
+ 20
+35.69743996259592
+ 30
+64.0
+ 11
+1309.974474227123
+ 21
+35.69743996259592
+ 31
+64.0
+ 12
+1289.807952940772
+ 22
+39.69744094043006
+ 32
+64.0
+ 13
+1309.980158260267
+ 23
+39.69744094043006
+ 33
+64.0
+  0
+SOLID
+  5
+1C266
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    80
+100
+AcDbTrace
+ 10
+1367.836256876332
+ 20
+35.69744103202095
+ 30
+32.0
+ 11
+1387.807952940772
+ 21
+35.69744103202095
+ 31
+32.0
+ 12
+1367.836256876332
+ 22
+39.69744200985508
+ 32
+32.0
+ 13
+1387.807952940772
+ 23
+39.69744200985508
+ 33
+32.0
+  0
+SOLID
+  5
+1C267
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    80
+100
+AcDbTrace
+ 10
+1418.807951871664
+ 20
+35.69743671488629
+ 30
+64.0
+ 11
+1736.61106438459
+ 21
+35.69743973277776
+ 31
+64.0
+ 12
+1418.807951871664
+ 22
+39.69743769272043
+ 32
+64.0
+ 13
+1736.61106438459
+ 23
+39.69744071061189
+ 33
+64.0
+  0
+LWPOLYLINE
+  5
+1C26A
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 38
+64.0
+ 10
+1232.272083705112
+ 20
+35.69743996259581
+ 10
+1259.807952940772
+ 20
+35.69743996259581
+ 10
+1259.807952940772
+ 20
+39.69744094043006
+ 10
+1232.272083705112
+ 20
+39.69744094043006
+  0
+LWPOLYLINE
+  5
+1C26B
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 38
+64.0
+ 10
+1289.807952940772
+ 20
+35.69743996259592
+ 10
+1309.980158260267
+ 20
+35.69743996259592
+ 10
+1309.980158260267
+ 20
+39.69744094043006
+ 10
+1289.807952940772
+ 20
+39.69744094043006
+  0
+LWPOLYLINE
+  5
+1C26C
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 38
+32.0
+ 10
+1367.836256876332
+ 20
+35.69744103202095
+ 10
+1387.807952940772
+ 20
+35.69744103202095
+ 10
+1387.807952940772
+ 20
+39.69744200985508
+ 10
+1367.836256876332
+ 20
+39.69744200985508
+  0
+LWPOLYLINE
+  5
+1C26D
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 38
+64.0
+ 10
+1418.807951871664
+ 20
+35.69743671488629
+ 10
+1736.61106438459
+ 20
+35.69743671488629
+ 10
+1736.61106438459
+ 20
+39.69744071061189
+ 10
+1418.807951871664
+ 20
+39.69744071061189
+  0
+SOLID
+  5
+1C26E
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    81
+100
+AcDbTrace
+ 10
+1232.272081594518
+ 20
+243.6974415767602
+ 30
+64.0
+ 11
+1259.807950830179
+ 21
+243.6974415767603
+ 31
+64.0
+ 12
+1232.272081594518
+ 22
+247.6974425545943
+ 32
+64.0
+ 13
+1259.807950830179
+ 23
+247.6974425545944
+ 33
+64.0
+  0
+SOLID
+  5
+1C26F
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    81
+100
+AcDbTrace
+ 10
+1289.807950830179
+ 20
+243.6974415767603
+ 30
+64.0
+ 11
+1309.981652574537
+ 21
+243.6974415767603
+ 31
+64.0
+ 12
+1289.807950830179
+ 22
+247.6974425545944
+ 32
+64.0
+ 13
+1309.981652574537
+ 23
+247.6974425545944
+ 33
+64.0
+  0
+SOLID
+  5
+1C270
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    81
+100
+AcDbTrace
+ 10
+1367.772226919633
+ 20
+243.6974426461853
+ 30
+32.0
+ 11
+1387.807950830179
+ 21
+243.6974426461853
+ 31
+32.0
+ 12
+1367.772226919633
+ 22
+247.6974436240194
+ 32
+32.0
+ 13
+1387.807950830179
+ 23
+247.6974436240194
+ 33
+32.0
+  0
+SOLID
+  5
+1C271
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    81
+100
+AcDbTrace
+ 10
+1418.807951871664
+ 20
+243.6974367148863
+ 30
+64.0
+ 11
+1736.61106438459
+ 21
+243.6974413469421
+ 31
+64.0
+ 12
+1418.807951871664
+ 22
+247.6974376927204
+ 32
+64.0
+ 13
+1736.61106438459
+ 23
+247.6974423247763
+ 33
+64.0
+  0
+LWPOLYLINE
+  5
+1C272
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 38
+64.0
+ 10
+1232.272081594518
+ 20
+243.6974415767602
+ 10
+1259.807950830179
+ 20
+243.6974415767602
+ 10
+1259.807950830179
+ 20
+247.6974425545944
+ 10
+1232.272081594518
+ 20
+247.6974425545944
+  0
+LWPOLYLINE
+  5
+1C273
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 38
+64.0
+ 10
+1289.807950830179
+ 20
+243.6974415767603
+ 10
+1309.981652574537
+ 20
+243.6974415767603
+ 10
+1309.981652574537
+ 20
+247.6974425545944
+ 10
+1289.807950830179
+ 20
+247.6974425545944
+  0
+LWPOLYLINE
+  5
+1C274
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 38
+32.0
+ 10
+1367.772226919633
+ 20
+243.6974426461853
+ 10
+1387.807950830179
+ 20
+243.6974426461853
+ 10
+1387.807950830179
+ 20
+247.6974436240194
+ 10
+1367.772226919633
+ 20
+247.6974436240194
+  0
+LWPOLYLINE
+  5
+1C275
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 38
+64.0
+ 10
+1418.807951871664
+ 20
+243.6974367148863
+ 10
+1736.61106438459
+ 20
+243.6974367148863
+ 10
+1736.61106438459
+ 20
+247.6974423247763
+ 10
+1418.807951871664
+ 20
+247.6974423247763
+  0
+SOLID
+  5
+1C276
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+1378.807951360267
+ 20
+373.6974398022898
+ 30
+0.0
+ 11
+1378.807951360267
+ 21
+427.6974398022897
+ 31
+0.0
+ 12
+1382.807951360267
+ 22
+373.6974398022898
+ 32
+0.0
+ 13
+1382.807951360267
+ 23
+423.6974398022897
+ 33
+0.0
+  0
+LINE
+  5
+1C277
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1378.807951360267
+ 20
+373.6974398022898
+ 30
+0.0
+ 11
+1382.807951360267
+ 21
+373.6974398022898
+ 31
+0.0
+  0
+LINE
+  5
+1C278
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1382.807951360267
+ 20
+373.6974398022898
+ 30
+0.0
+ 11
+1382.807951360267
+ 21
+423.6974398022897
+ 31
+0.0
+  0
+LINE
+  5
+1C279
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1378.807951360267
+ 20
+427.6974398022897
+ 30
+0.0
+ 11
+1378.807951360267
+ 21
+373.6974398022898
+ 31
+0.0
+  0
+SOLID
+  5
+1C27A
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+1378.807953256544
+ 20
+427.697441581757
+ 30
+0.0
+ 11
+1400.807952644884
+ 21
+427.697441581757
+ 31
+0.0
+ 12
+1382.807951360267
+ 22
+423.6974398022897
+ 32
+0.0
+ 13
+1396.807951360267
+ 23
+423.6974398022897
+ 33
+0.0
+  0
+LINE
+  5
+1C27B
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1378.8079495808
+ 20
+427.697441581757
+ 30
+0.0
+ 11
+1400.807952644884
+ 21
+427.697441581757
+ 31
+0.0
+  0
+LINE
+  5
+1C27C
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1382.807951360267
+ 20
+423.6974398022897
+ 30
+0.0
+ 11
+1396.807951360267
+ 21
+423.6974398022897
+ 31
+0.0
+  0
+SOLID
+  5
+1C27D
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+1396.807951360267
+ 20
+423.6974398022897
+ 30
+0.0
+ 11
+1400.807952644884
+ 21
+427.697441581757
+ 31
+0.0
+ 12
+1396.80795232373
+ 22
+417.6974407181595
+ 32
+0.0
+ 13
+1400.807952644884
+ 23
+417.6974407181595
+ 33
+0.0
+  0
+LINE
+  5
+1C27E
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1400.807952644884
+ 20
+427.697441581757
+ 30
+0.0
+ 11
+1400.807952644884
+ 21
+417.6974407181595
+ 31
+0.0
+  0
+LINE
+  5
+1C27F
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1396.807951360267
+ 20
+423.6974398022897
+ 30
+0.0
+ 11
+1396.80795232373
+ 21
+417.6974407181595
+ 31
+0.0
+  0
+SOLID
+  5
+1C280
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    82
+100
+AcDbTrace
+ 10
+1232.272082602015
+ 20
+489.6974415773687
+ 30
+64.0
+ 11
+1259.807951837675
+ 21
+489.6974415773687
+ 31
+64.0
+ 12
+1232.272082602015
+ 22
+493.6974425552029
+ 32
+64.0
+ 13
+1259.807951837675
+ 23
+493.6974425552029
+ 33
+64.0
+  0
+SOLID
+  5
+1C281
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    82
+100
+AcDbTrace
+ 10
+1289.807951837675
+ 20
+489.6974415773687
+ 30
+64.0
+ 11
+1309.555733535395
+ 21
+489.6974415773687
+ 31
+64.0
+ 12
+1289.807951837675
+ 22
+493.6974425552029
+ 32
+64.0
+ 13
+1309.555733535395
+ 23
+493.6974425552029
+ 33
+64.0
+  0
+SOLID
+  5
+1C282
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    82
+100
+AcDbTrace
+ 10
+1367.299950304618
+ 20
+489.697442646794
+ 30
+32.0
+ 11
+1387.807951837675
+ 21
+489.697442646794
+ 31
+32.0
+ 12
+1367.299950304618
+ 22
+493.6974436246281
+ 32
+32.0
+ 13
+1387.807951837675
+ 23
+493.6974436246281
+ 33
+32.0
+  0
+SOLID
+  5
+1C283
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    82
+100
+AcDbTrace
+ 10
+1418.807951871664
+ 20
+489.6974367148863
+ 30
+64.0
+ 11
+1736.61106438459
+ 21
+489.6974413475508
+ 31
+64.0
+ 12
+1418.807951871664
+ 22
+493.6974376927204
+ 32
+64.0
+ 13
+1736.61106438459
+ 23
+493.6974376927204
+ 33
+64.0
+  0
+SOLID
+  5
+1C284
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    82
+100
+AcDbTrace
+ 10
+1426.807952959511
+ 20
+489.697440302631
+ 30
+0.0
+ 11
+1426.807952959511
+ 21
+475.6974403026309
+ 31
+0.0
+ 12
+1430.807952959511
+ 22
+489.697440302631
+ 32
+0.0
+ 13
+1430.807952959511
+ 23
+471.6974403026309
+ 33
+0.0
+  0
+SOLID
+  5
+1C285
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    82
+100
+AcDbTrace
+ 10
+1426.807952959511
+ 20
+475.6974403026309
+ 30
+0.0
+ 11
+1404.807952694274
+ 21
+475.6974403026309
+ 31
+0.0
+ 12
+1430.807952959511
+ 22
+471.6974403026309
+ 32
+0.0
+ 13
+1408.807952694274
+ 23
+471.6974403026309
+ 33
+0.0
+  0
+SOLID
+  5
+1C286
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    82
+100
+AcDbTrace
+ 10
+1404.807952694274
+ 20
+475.6974403026309
+ 30
+0.0
+ 11
+1404.807952644884
+ 21
+417.6974407181595
+ 31
+0.0
+ 12
+1408.807952694274
+ 22
+471.6974403026309
+ 32
+0.0
+ 13
+1408.807952694274
+ 23
+417.6974407181595
+ 33
+0.0
+  0
+LINE
+  5
+1C287
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1404.807952644884
+ 20
+417.6974407181595
+ 30
+0.0
+ 11
+1404.807952694274
+ 21
+475.6974403026309
+ 31
+0.0
+  0
+LINE
+  5
+1C288
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1404.807952694274
+ 20
+475.6974403026309
+ 30
+0.0
+ 11
+1426.807952959511
+ 21
+475.6974403026309
+ 31
+0.0
+  0
+LINE
+  5
+1C289
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1426.807952959511
+ 20
+475.6974403026309
+ 30
+0.0
+ 11
+1426.807952959511
+ 21
+489.697440302631
+ 31
+0.0
+  0
+LINE
+  5
+1C28A
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1426.807952959511
+ 20
+489.697440302631
+ 30
+0.0
+ 11
+1418.807951871664
+ 21
+489.6974367148863
+ 31
+64.0
+  0
+LINE
+  5
+1C28B
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1418.807951871664
+ 20
+489.6974367148863
+ 30
+64.0
+ 11
+1418.807951871664
+ 21
+493.6974376927204
+ 31
+64.0
+  0
+LINE
+  5
+1C28C
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1418.807951871664
+ 20
+493.6974376927204
+ 30
+64.0
+ 11
+1736.61106438459
+ 21
+493.6974423253849
+ 31
+64.0
+  0
+LINE
+  5
+1C28D
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1736.61106438459
+ 20
+493.6974423253849
+ 30
+64.0
+ 11
+1736.61106438459
+ 21
+489.6974413475508
+ 31
+64.0
+  0
+LINE
+  5
+1C28E
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1736.61106438459
+ 20
+489.6974413475508
+ 30
+64.0
+ 11
+1430.807952959511
+ 21
+489.697440302631
+ 31
+0.0
+  0
+LINE
+  5
+1C28F
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1430.807952959511
+ 20
+489.697440302631
+ 30
+0.0
+ 11
+1430.807952959511
+ 21
+471.6974403026309
+ 31
+0.0
+  0
+LINE
+  5
+1C290
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1430.807952959511
+ 20
+471.6974403026309
+ 30
+0.0
+ 11
+1408.807952694274
+ 21
+471.6974403026309
+ 31
+0.0
+  0
+LINE
+  5
+1C291
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1408.807952694274
+ 20
+471.6974403026309
+ 30
+0.0
+ 11
+1408.807952694274
+ 21
+417.6974407181595
+ 31
+0.0
+  0
+INSERT
+  5
+1C292
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     9
+100
+AcDbBlockReference
+ 66
+     1
+  2
+palet
+ 10
+1417.123557509607
+ 20
+377.7554985780242
+ 30
+32.0
+  0
+ATTRIB
+  5
+1C293
+330
+1C292
+100
+AcDbEntity
+  8
+IMG009
+ 62
+     9
+100
+AcDbText
+ 10
+1417.123557509607
+ 20
+377.7554985780242
+ 30
+32.0
+ 40
+8.0
+  1
+CWM-CWS03:WtrC-FCV-021:Open|CWM-CWS03:WtrC-P-20:Cmd
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1C294
+330
+1C292
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1417.123557509607
+ 20
+377.7554985780242
+ 30
+32.0
+ 40
+6.0
+  1
+83
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1C295
+330
+1C292
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1417.123557509607
+ 20
+377.7554985780242
+ 30
+32.0
+ 40
+8.0
+  1
+9
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1C296
+330
+1C292
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1417.123557509607
+ 20
+377.7554985780242
+ 30
+32.0
+ 40
+8.0
+  1
+7
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+1C297
+330
+1C292
+100
+AcDbEntity
+  8
+0
+  0
+SOLID
+  5
+1C298
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    83
+100
+AcDbTrace
+ 10
+1396.80795232373
+ 20
+417.6974407181595
+ 30
+0.0
+ 11
+1408.807952694274
+ 21
+417.6974407181595
+ 31
+0.0
+ 12
+1396.807952644884
+ 22
+415.6974407181595
+ 32
+0.0
+ 13
+1408.807952644884
+ 23
+415.6974407181595
+ 33
+0.0
+  0
+SOLID
+  5
+1C299
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    83
+100
+AcDbTrace
+ 10
+1394.807952644885
+ 20
+411.6974407181595
+ 30
+0.0
+ 11
+1410.807952347851
+ 21
+411.697440302631
+ 31
+0.0
+ 12
+1396.807952644884
+ 22
+415.6974407181595
+ 32
+0.0
+ 13
+1408.807952694274
+ 23
+415.6974392140703
+ 33
+0.0
+  0
+SOLID
+  5
+1C29A
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    83
+100
+AcDbTrace
+ 10
+1394.80795295951
+ 20
+379.6974394390335
+ 30
+0.0
+ 11
+1410.807952347851
+ 21
+379.6974394390335
+ 31
+0.0
+ 12
+1394.807952644885
+ 22
+411.6974407181595
+ 32
+0.0
+ 13
+1410.807952852649
+ 23
+411.697440302631
+ 33
+0.0
+  0
+LINE
+  5
+1C29B
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1396.80795232373
+ 20
+417.6974407181595
+ 30
+0.0
+ 11
+1396.807952644884
+ 21
+415.6974407181595
+ 31
+0.0
+  0
+LINE
+  5
+1C29C
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1396.807952644884
+ 20
+415.6974407181595
+ 30
+0.0
+ 11
+1394.807952644885
+ 21
+411.6974407181595
+ 31
+0.0
+  0
+LINE
+  5
+1C29D
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1394.807952644885
+ 20
+411.6974407181595
+ 30
+0.0
+ 11
+1394.807952644885
+ 21
+379.6974380499222
+ 31
+0.0
+  0
+LINE
+  5
+1C29E
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1394.807952644885
+ 20
+379.6974380499222
+ 30
+0.0
+ 11
+1410.807952347851
+ 21
+379.6974394390335
+ 31
+0.0
+  0
+LINE
+  5
+1C29F
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1410.807952347851
+ 20
+379.6974394390335
+ 30
+0.0
+ 11
+1410.807952347851
+ 21
+411.6974413122269
+ 31
+0.0
+  0
+LINE
+  5
+1C2A0
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1410.807952347851
+ 20
+411.6974413122269
+ 30
+0.0
+ 11
+1408.807952694274
+ 21
+415.6974392140703
+ 31
+0.0
+  0
+LINE
+  5
+1C2A1
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1408.807952694274
+ 20
+415.6974392140703
+ 30
+0.0
+ 11
+1408.807952694274
+ 21
+417.6974619559822
+ 31
+0.0
+  0
+LINE
+  5
+1C2A2
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1400.807952644884
+ 20
+417.6974407181595
+ 30
+0.0
+ 11
+1404.807952694274
+ 21
+417.6974407181595
+ 31
+0.0
+  0
+LWPOLYLINE
+  5
+1C2A3
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 38
+64.0
+ 10
+1232.272082602015
+ 20
+489.6974415773687
+ 10
+1259.807951837675
+ 20
+489.6974415773687
+ 10
+1259.807951837675
+ 20
+493.6974425552029
+ 10
+1232.272082602015
+ 20
+493.6974425552029
+  0
+LWPOLYLINE
+  5
+1C2A4
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 38
+64.0
+ 10
+1289.807951837675
+ 20
+489.6974415773687
+ 10
+1309.555733535395
+ 20
+489.6974415773687
+ 10
+1309.555733535395
+ 20
+493.6974425552029
+ 10
+1289.807951837675
+ 20
+493.6974425552029
+  0
+LWPOLYLINE
+  5
+1C2A5
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 38
+32.0
+ 10
+1367.299950304618
+ 20
+489.697442646794
+ 10
+1387.807951837675
+ 20
+489.697442646794
+ 10
+1387.807951837675
+ 20
+493.6974436246281
+ 10
+1367.299950304618
+ 20
+493.6974436246281
+  0
+LINE
+  5
+1C2A6
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+ 62
+    85
+100
+AcDbLine
+ 10
+1218.501825096703
+ 20
+245.4977959135134
+ 30
+0.0
+ 11
+1225.25182556292
+ 21
+231.997794981079
+ 31
+0.0
+  0
+LINE
+  5
+1C2A7
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+ 62
+    85
+100
+AcDbLine
+ 10
+1211.751824630485
+ 20
+231.997794981079
+ 30
+0.0
+ 11
+1218.501825096702
+ 21
+245.4977959135134
+ 31
+0.0
+  0
+SOLID
+  5
+1C2A8
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    85
+100
+AcDbTrace
+ 10
+1211.751824630485
+ 20
+231.997794981079
+ 30
+0.0
+ 11
+1225.25182556292
+ 21
+231.997794981079
+ 31
+0.0
+ 12
+1218.501825096703
+ 22
+245.4977959135134
+ 32
+0.0
+ 13
+1218.501825096703
+ 23
+245.4977959135134
+ 33
+0.0
+  0
+SOLID
+  5
+1C2A9
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    85
+100
+AcDbTrace
+ 10
+1232.001826626194
+ 20
+238.7827326772855
+ 30
+0.0
+ 11
+1232.001826626194
+ 21
+252.2827336097202
+ 31
+0.0
+ 12
+1218.501825693759
+ 22
+245.5327331435029
+ 32
+0.0
+ 13
+1218.501825693759
+ 23
+245.5327331435031
+ 33
+0.0
+  0
+SOLID
+  5
+1C2AA
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    85
+100
+AcDbTrace
+ 10
+1205.001821927466
+ 20
+252.2477986844645
+ 30
+0.0
+ 11
+1205.001821927466
+ 21
+238.7477977520299
+ 31
+0.0
+ 12
+1218.5018228599
+ 22
+245.4977982182469
+ 32
+0.0
+ 13
+1218.5018228599
+ 23
+245.4977982182466
+ 33
+0.0
+  0
+SOLID
+  5
+1C2AB
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    85
+100
+AcDbTrace
+ 10
+1207.251824319674
+ 20
+258.9977968459481
+ 30
+0.0
+ 11
+1229.751825873731
+ 21
+258.9977968459481
+ 31
+0.0
+ 12
+1207.561006825908
+ 22
+261.5171591886434
+ 32
+0.0
+ 13
+1229.470455522603
+ 23
+261.4009638781878
+ 33
+0.0
+  0
+SOLID
+  5
+1C2AC
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    85
+100
+AcDbTrace
+ 10
+1207.561006825908
+ 20
+261.5171591886434
+ 30
+0.0
+ 11
+1229.470455522603
+ 21
+261.4009638781878
+ 31
+0.0
+ 12
+1208.316510975158
+ 22
+263.8410326324043
+ 32
+0.0
+ 13
+1228.656840533618
+ 23
+263.8991302876317
+ 33
+0.0
+  0
+SOLID
+  5
+1C2AD
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    85
+100
+AcDbTrace
+ 10
+1208.347775678705
+ 20
+263.841121933119
+ 30
+0.0
+ 11
+1228.628041286587
+ 21
+263.8990480289484
+ 31
+0.0
+ 12
+1209.711270494466
+ 22
+265.9906177912459
+ 32
+0.0
+ 13
+1227.320191854045
+ 23
+266.0487154464742
+ 33
+0.0
+  0
+SOLID
+  5
+1C2AE
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    85
+100
+AcDbTrace
+ 10
+1209.711270494466
+ 20
+265.9906177912459
+ 30
+0.0
+ 11
+1227.268208783224
+ 21
+266.0485439371314
+ 31
+0.0
+ 12
+1211.45473118515
+ 22
+267.791621699486
+ 32
+0.0
+ 13
+1225.344269737935
+ 23
+267.9078170099416
+ 33
+0.0
+  0
+SOLID
+  5
+1C2AF
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    85
+100
+AcDbTrace
+ 10
+1211.485657222674
+ 20
+267.7918804165425
+ 30
+0.0
+ 11
+1225.344269737935
+ 21
+267.9078170099416
+ 31
+0.0
+ 12
+1213.6574418513
+ 22
+269.1413904998241
+ 32
+0.0
+ 13
+1223.309080527234
+ 23
+269.1186373011402
+ 33
+0.0
+  0
+SOLID
+  5
+1C2B0
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    85
+100
+AcDbTrace
+ 10
+1213.6574418513
+ 20
+269.1413904998241
+ 30
+0.0
+ 11
+1223.309080527234
+ 21
+269.1186373011402
+ 31
+0.0
+ 12
+1216.024828501964
+ 22
+269.9833665087177
+ 32
+0.0
+ 13
+1221.055512713919
+ 23
+269.9606133100338
+ 33
+0.0
+  0
+SOLID
+  5
+1C2B1
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    85
+100
+AcDbTrace
+ 10
+1216.075952682014
+ 20
+269.9831352800065
+ 30
+0.0
+ 11
+1221.026967043275
+ 21
+269.9607424187769
+ 31
+0.0
+ 12
+1218.501825096685
+ 22
+270.2477976229637
+ 32
+0.0
+ 13
+1218.501825096685
+ 23
+270.2477976229637
+ 33
+0.0
+  0
+LINE
+  5
+1C2B2
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    85
+100
+AcDbLine
+ 10
+1218.501827378792
+ 20
+245.4978004776923
+ 30
+0.0
+ 11
+1218.501827378792
+ 21
+258.9977968459481
+ 31
+0.0
+  0
+LINE
+  5
+1C2B3
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+ 62
+    86
+100
+AcDbLine
+ 10
+1218.501825096703
+ 20
+37.49779591351341
+ 30
+0.0
+ 11
+1225.25182556292
+ 21
+23.99779498107898
+ 31
+0.0
+  0
+LINE
+  5
+1C2B4
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+ 62
+    86
+100
+AcDbLine
+ 10
+1211.751824630485
+ 20
+23.99779498107898
+ 30
+0.0
+ 11
+1218.501825096702
+ 21
+37.49779591351341
+ 31
+0.0
+  0
+SOLID
+  5
+1C2B5
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    86
+100
+AcDbTrace
+ 10
+1211.751824630485
+ 20
+23.99779498107898
+ 30
+0.0
+ 11
+1225.25182556292
+ 21
+23.99779498107898
+ 31
+0.0
+ 12
+1218.501825096703
+ 22
+37.49779591351341
+ 32
+0.0
+ 13
+1218.501825096703
+ 23
+37.49779591351336
+ 33
+0.0
+  0
+SOLID
+  5
+1C2B6
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    86
+100
+AcDbTrace
+ 10
+1232.001826626194
+ 20
+30.78273267728543
+ 30
+0.0
+ 11
+1232.001826626194
+ 21
+44.28273360972008
+ 31
+0.0
+ 12
+1218.501825693759
+ 22
+37.53273314350287
+ 32
+0.0
+ 13
+1218.501825693759
+ 23
+37.53273314350309
+ 33
+0.0
+  0
+SOLID
+  5
+1C2B7
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    86
+100
+AcDbTrace
+ 10
+1205.001821927466
+ 20
+44.24779868446461
+ 30
+0.0
+ 11
+1205.001821927466
+ 21
+30.74779775202995
+ 31
+0.0
+ 12
+1218.5018228599
+ 22
+37.49779821824688
+ 32
+0.0
+ 13
+1218.5018228599
+ 23
+37.49779821824666
+ 33
+0.0
+  0
+SOLID
+  5
+1C2B8
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    86
+100
+AcDbTrace
+ 10
+1207.251824319674
+ 20
+50.99779684594807
+ 30
+0.0
+ 11
+1229.751825873731
+ 21
+50.99779684594807
+ 31
+0.0
+ 12
+1207.561006825908
+ 22
+53.5171591886434
+ 32
+0.0
+ 13
+1229.470455522603
+ 23
+53.40096387818778
+ 33
+0.0
+  0
+SOLID
+  5
+1C2B9
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    86
+100
+AcDbTrace
+ 10
+1207.561006825908
+ 20
+53.5171591886434
+ 30
+0.0
+ 11
+1229.470455522603
+ 21
+53.40096387818778
+ 31
+0.0
+ 12
+1208.316510975158
+ 22
+55.84103263240433
+ 32
+0.0
+ 13
+1228.656840533618
+ 23
+55.89913028763169
+ 33
+0.0
+  0
+SOLID
+  5
+1C2BA
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    86
+100
+AcDbTrace
+ 10
+1208.347775678705
+ 20
+55.84112193311899
+ 30
+0.0
+ 11
+1228.628041286587
+ 21
+55.89904802894841
+ 31
+0.0
+ 12
+1209.711270494466
+ 22
+57.99061779124588
+ 32
+0.0
+ 13
+1227.320191854045
+ 23
+58.04871544647415
+ 33
+0.0
+  0
+SOLID
+  5
+1C2BB
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    86
+100
+AcDbTrace
+ 10
+1209.711270494466
+ 20
+57.99061779124588
+ 30
+0.0
+ 11
+1227.268208783224
+ 21
+58.0485439371314
+ 31
+0.0
+ 12
+1211.45473118515
+ 22
+59.79162169948597
+ 32
+0.0
+ 13
+1225.344269737935
+ 23
+59.90781700994159
+ 33
+0.0
+  0
+SOLID
+  5
+1C2BC
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    86
+100
+AcDbTrace
+ 10
+1211.485657222674
+ 20
+59.79188041654253
+ 30
+0.0
+ 11
+1225.344269737935
+ 21
+59.90781700994159
+ 31
+0.0
+ 12
+1213.6574418513
+ 22
+61.14139049982407
+ 32
+0.0
+ 13
+1223.309080527234
+ 23
+61.11863730114021
+ 33
+0.0
+  0
+SOLID
+  5
+1C2BD
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    86
+100
+AcDbTrace
+ 10
+1213.6574418513
+ 20
+61.14139049982407
+ 30
+0.0
+ 11
+1223.309080527234
+ 21
+61.11863730114021
+ 31
+0.0
+ 12
+1216.024828501964
+ 22
+61.98336650871772
+ 32
+0.0
+ 13
+1221.055512713919
+ 23
+61.96061331003386
+ 33
+0.0
+  0
+SOLID
+  5
+1C2BE
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    86
+100
+AcDbTrace
+ 10
+1216.075952682014
+ 20
+61.98313528000653
+ 30
+0.0
+ 11
+1221.026967043275
+ 21
+61.96074241877693
+ 31
+0.0
+ 12
+1218.501825096685
+ 22
+62.24779762296373
+ 32
+0.0
+ 13
+1218.501825096685
+ 23
+62.24779762296373
+ 33
+0.0
+  0
+LINE
+  5
+1C2BF
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    86
+100
+AcDbLine
+ 10
+1218.501827378792
+ 20
+37.49780047769235
+ 30
+0.0
+ 11
+1218.501827378792
+ 21
+50.99779684594807
+ 31
+0.0
+  0
+LINE
+  5
+1C2C0
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+ 62
+    87
+100
+AcDbLine
+ 10
+1218.501825096703
+ 20
+-170.5022040864866
+ 30
+0.0
+ 11
+1225.25182556292
+ 21
+-184.002205018921
+ 31
+0.0
+  0
+LINE
+  5
+1C2C1
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+ 62
+    87
+100
+AcDbLine
+ 10
+1211.751824630485
+ 20
+-184.002205018921
+ 30
+0.0
+ 11
+1218.501825096702
+ 21
+-170.5022040864866
+ 31
+0.0
+  0
+SOLID
+  5
+1C2C2
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    87
+100
+AcDbTrace
+ 10
+1211.751824630485
+ 20
+-184.002205018921
+ 30
+0.0
+ 11
+1225.25182556292
+ 21
+-184.002205018921
+ 31
+0.0
+ 12
+1218.501825096703
+ 22
+-170.5022040864866
+ 32
+0.0
+ 13
+1218.501825096703
+ 23
+-170.5022040864866
+ 33
+0.0
+  0
+SOLID
+  5
+1C2C3
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    87
+100
+AcDbTrace
+ 10
+1232.001826626194
+ 20
+-177.2172673227145
+ 30
+0.0
+ 11
+1232.001826626194
+ 21
+-163.7172663902798
+ 31
+0.0
+ 12
+1218.501825693759
+ 22
+-170.4672668564971
+ 32
+0.0
+ 13
+1218.501825693759
+ 23
+-170.4672668564968
+ 33
+0.0
+  0
+SOLID
+  5
+1C2C4
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    87
+100
+AcDbTrace
+ 10
+1205.001821927466
+ 20
+-163.7522013155354
+ 30
+0.0
+ 11
+1205.001821927466
+ 21
+-177.2522022479701
+ 31
+0.0
+ 12
+1218.5018228599
+ 22
+-170.5022017817531
+ 32
+0.0
+ 13
+1218.5018228599
+ 23
+-170.5022017817533
+ 33
+0.0
+  0
+SOLID
+  5
+1C2C5
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    87
+100
+AcDbTrace
+ 10
+1207.251824319674
+ 20
+-157.0022031540519
+ 30
+0.0
+ 11
+1229.751825873731
+ 21
+-157.0022031540519
+ 31
+0.0
+ 12
+1207.561006825908
+ 22
+-154.4828408113566
+ 32
+0.0
+ 13
+1229.470455522603
+ 23
+-154.5990361218122
+ 33
+0.0
+  0
+SOLID
+  5
+1C2C6
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    87
+100
+AcDbTrace
+ 10
+1207.561006825908
+ 20
+-154.4828408113566
+ 30
+0.0
+ 11
+1229.470455522603
+ 21
+-154.5990361218122
+ 31
+0.0
+ 12
+1208.316510975158
+ 22
+-152.1589673675956
+ 32
+0.0
+ 13
+1228.656840533618
+ 23
+-152.1008697123683
+ 33
+0.0
+  0
+SOLID
+  5
+1C2C7
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    87
+100
+AcDbTrace
+ 10
+1208.347775678705
+ 20
+-152.158878066881
+ 30
+0.0
+ 11
+1228.628041286587
+ 21
+-152.1009519710515
+ 31
+0.0
+ 12
+1209.711270494466
+ 22
+-150.0093822087541
+ 32
+0.0
+ 13
+1227.320191854045
+ 23
+-149.9512845535258
+ 33
+0.0
+  0
+SOLID
+  5
+1C2C8
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    87
+100
+AcDbTrace
+ 10
+1209.711270494466
+ 20
+-150.0093822087541
+ 30
+0.0
+ 11
+1227.268208783224
+ 21
+-149.9514560628686
+ 31
+0.0
+ 12
+1211.45473118515
+ 22
+-148.208378300514
+ 32
+0.0
+ 13
+1225.344269737935
+ 23
+-148.0921829900584
+ 33
+0.0
+  0
+SOLID
+  5
+1C2C9
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    87
+100
+AcDbTrace
+ 10
+1211.485657222674
+ 20
+-148.2081195834574
+ 30
+0.0
+ 11
+1225.344269737935
+ 21
+-148.0921829900584
+ 31
+0.0
+ 12
+1213.6574418513
+ 22
+-146.8586095001759
+ 32
+0.0
+ 13
+1223.309080527234
+ 23
+-146.8813626988598
+ 33
+0.0
+  0
+SOLID
+  5
+1C2CA
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    87
+100
+AcDbTrace
+ 10
+1213.6574418513
+ 20
+-146.8586095001759
+ 30
+0.0
+ 11
+1223.309080527234
+ 21
+-146.8813626988598
+ 31
+0.0
+ 12
+1216.024828501964
+ 22
+-146.0166334912823
+ 32
+0.0
+ 13
+1221.055512713919
+ 23
+-146.0393866899661
+ 33
+0.0
+  0
+SOLID
+  5
+1C2CB
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    87
+100
+AcDbTrace
+ 10
+1216.075952682014
+ 20
+-146.0168647199934
+ 30
+0.0
+ 11
+1221.026967043275
+ 21
+-146.039257581223
+ 31
+0.0
+ 12
+1218.501825096685
+ 22
+-145.7522023770362
+ 32
+0.0
+ 13
+1218.501825096685
+ 23
+-145.7522023770362
+ 33
+0.0
+  0
+LINE
+  5
+1C2CC
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    87
+100
+AcDbLine
+ 10
+1218.501827378792
+ 20
+-170.5021995223077
+ 30
+0.0
+ 11
+1218.501827378792
+ 21
+-157.0022031540519
+ 31
+0.0
+  0
+INSERT
+  5
+1C2CD
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     9
+100
+AcDbBlockReference
+ 66
+     1
+  2
+palet
+ 10
+1192.123560153996
+ 20
+262.7554992691251
+ 30
+-28.9114261271681
+  0
+ATTRIB
+  5
+1C2CE
+330
+1C2CD
+100
+AcDbEntity
+  8
+IMG009
+ 62
+     9
+100
+AcDbText
+ 10
+1192.123560153996
+ 20
+262.7554992691251
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+CWM-CWS03:WtrC-PCV-030:Cmd>0.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1C2CF
+330
+1C2CD
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1192.123560153996
+ 20
+262.7554992691251
+ 30
+-28.9114261271681
+ 40
+6.0
+  1
+85
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1C2D0
+330
+1C2CD
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1192.123560153996
+ 20
+262.7554992691251
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+10
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1C2D1
+330
+1C2CD
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1192.123560153996
+ 20
+262.7554992691251
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+12
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+1C2D2
+330
+1C2CD
+100
+AcDbEntity
+  8
+0
+  0
+INSERT
+  5
+1C2D3
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     9
+100
+AcDbBlockReference
+ 66
+     1
+  2
+palet
+ 10
+1197.123559019795
+ 20
+50.99779566176869
+ 30
+-28.9114261271681
+  0
+ATTRIB
+  5
+1C2D4
+330
+1C2D3
+100
+AcDbEntity
+  8
+IMG009
+ 62
+     9
+100
+AcDbText
+ 10
+1197.123559019795
+ 20
+50.99779566176869
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+CWM-CWS03:WtrC-PCV-040:Cmd>0.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1C2D5
+330
+1C2D3
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1197.123559019795
+ 20
+50.99779566176869
+ 30
+-28.9114261271681
+ 40
+6.0
+  1
+86
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1C2D6
+330
+1C2D3
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1197.123559019795
+ 20
+50.99779566176869
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+10
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1C2D7
+330
+1C2D3
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1197.123559019795
+ 20
+50.99779566176869
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+12
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+1C2D8
+330
+1C2D3
+100
+AcDbEntity
+  8
+0
+  0
+INSERT
+  5
+1C2D9
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     9
+100
+AcDbBlockReference
+ 66
+     1
+  2
+palet
+ 10
+1196.123559593517
+ 20
+-156.2445002423095
+ 30
+-28.9114261271681
+  0
+ATTRIB
+  5
+1C2DA
+330
+1C2D9
+100
+AcDbEntity
+  8
+IMG009
+ 62
+     9
+100
+AcDbText
+ 10
+1196.123559593517
+ 20
+-156.2445002423095
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+CWM-CWS03:WtrC-PCV-050:Cmd>0.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1C2DB
+330
+1C2D9
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1196.123559593517
+ 20
+-156.2445002423095
+ 30
+-28.9114261271681
+ 40
+6.0
+  1
+87
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1C2DC
+330
+1C2D9
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1196.123559593517
+ 20
+-156.2445002423095
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+10
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1C2DD
+330
+1C2D9
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1196.123559593517
+ 20
+-156.2445002423095
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+12
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+1C2DE
+330
+1C2D9
+100
+AcDbEntity
+  8
+0
+  0
+INSERT
+  5
+1C2DF
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     9
+100
+AcDbBlockReference
+ 66
+     1
+  2
+palet
+ 10
+626.0018261610341
+ 20
+140.9977956617687
+ 30
+-28.9114261271681
+  0
+ATTRIB
+  5
+1C2E0
+330
+1C2DF
+100
+AcDbEntity
+  8
+IMG009
+ 62
+     9
+100
+AcDbText
+ 10
+626.0018261610341
+ 20
+140.9977956617687
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+CWM-CWS03:WtrC-PCV-010:Cmd>0.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1C2E1
+330
+1C2DF
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+626.0018261610341
+ 20
+140.9977956617687
+ 30
+-28.9114261271681
+ 40
+6.0
+  1
+88
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1C2E2
+330
+1C2DF
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+626.0018261610341
+ 20
+140.9977956617687
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+10
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1C2E3
+330
+1C2DF
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+626.0018261610341
+ 20
+140.9977956617687
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+12
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+1C2E4
+330
+1C2DF
+100
+AcDbEntity
+  8
+0
+  0
+SOLID
+  5
+1C2E5
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    89
+100
+AcDbTrace
+ 10
+1034.590011202864
+ 20
+369.9958753930936
+ 30
+416.0
+ 11
+1034.590011202864
+ 21
+439.6974352674343
+ 31
+416.0
+ 12
+1042.807951998415
+ 22
+369.9958753930936
+ 32
+416.0
+ 13
+1042.807951998415
+ 23
+439.6974352674343
+ 33
+416.0
+  0
+SOLID
+  5
+1C2E6
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    89
+100
+AcDbTrace
+ 10
+974.0048413684112
+ 20
+439.6974352674343
+ 30
+416.0
+ 11
+1042.807951998415
+ 21
+439.6974352674343
+ 31
+416.0
+ 12
+974.0048413684114
+ 22
+446.6974352674343
+ 32
+416.0
+ 13
+1042.807951998415
+ 23
+446.6974352674343
+ 33
+416.0
+  0
+LINE
+  5
+1C2E7
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+974.0048413684114
+ 20
+446.6974352674343
+ 30
+416.0
+ 11
+1042.807951998415
+ 21
+446.6974352674343
+ 31
+416.0
+  0
+LINE
+  5
+1C2E8
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1042.807951998415
+ 20
+446.6974352674343
+ 30
+416.0
+ 11
+1042.807950626004
+ 21
+373.9958763709277
+ 31
+32.0
+  0
+LINE
+  5
+1C2E9
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+974.0048413684112
+ 20
+439.6974352674343
+ 30
+416.0
+ 11
+1034.590011202864
+ 21
+439.6974352674343
+ 31
+416.0
+  0
+LINE
+  5
+1C2EA
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1034.590011202864
+ 20
+439.6974352674343
+ 30
+416.0
+ 11
+1034.590011202864
+ 21
+-244.5735192703299
+ 31
+416.0
+  0
+LINE
+  5
+1C2EB
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1042.80795274036
+ 20
+175.6974411196178
+ 30
+64.0
+ 11
+1099.807952393083
+ 21
+175.6974411196178
+ 31
+64.0
+  0
+LINE
+  5
+1C2EC
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1042.80795274036
+ 20
+171.6974401417836
+ 30
+64.0
+ 11
+1099.807952393083
+ 21
+171.6974401417836
+ 31
+64.0
+  0
+LINE
+  5
+1C2ED
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1042.80795274036
+ 20
+-32.30256289611714
+ 30
+64.0
+ 11
+1099.80795274036
+ 21
+-32.30256289611714
+ 31
+64.0
+  0
+LINE
+  5
+1C2EE
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1042.80795274036
+ 20
+-36.30256387395127
+ 30
+64.0
+ 11
+1099.80795274036
+ 21
+-36.30256387395127
+ 31
+64.0
+  0
+LINE
+  5
+1C2EF
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1042.80795274036
+ 20
+-240.600999491645
+ 30
+64.0
+ 11
+1099.80795274036
+ 21
+-240.600999491645
+ 31
+64.0
+  0
+LINE
+  5
+1C2F0
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1034.590011202864
+ 20
+-244.5735192703299
+ 30
+416.0
+ 11
+1099.80795274036
+ 21
+-244.6010004694791
+ 31
+64.0
+  0
+LINE
+  5
+1C2F1
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1042.80795274036
+ 20
+-240.600999491645
+ 30
+64.0
+ 11
+1042.80795274036
+ 21
+-36.30256387395127
+ 31
+64.0
+  0
+LINE
+  5
+1C2F2
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1042.80795274036
+ 20
+-32.30256289611714
+ 30
+64.0
+ 11
+1042.80795274036
+ 21
+171.6974401417836
+ 31
+64.0
+  0
+LINE
+  5
+1C2F3
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1042.807950626004
+ 20
+369.9958753930936
+ 30
+32.0
+ 11
+1042.80795274036
+ 21
+175.6974411196178
+ 31
+64.0
+  0
+LINE
+  5
+1C2F4
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+974.0018597776424
+ 20
+-236.302562012089
+ 30
+416.0
+ 11
+1003.807388769637
+ 21
+-236.3232866405032
+ 31
+832.0
+  0
+LINE
+  5
+1C2F5
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1003.807388769637
+ 20
+-236.3232866405032
+ 30
+832.0
+ 11
+1003.807388769637
+ 21
+413.69743611418
+ 31
+832.0
+  0
+LINE
+  5
+1C2F6
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1003.807388769637
+ 20
+413.69743611418
+ 30
+832.0
+ 11
+1032.807953029919
+ 21
+413.6974378042781
+ 31
+256.0
+  0
+LINE
+  5
+1C2F7
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+974.0018597776423
+ 20
+-243.302562012089
+ 30
+416.0
+ 11
+1012.032530775518
+ 21
+-243.302562012089
+ 31
+416.0
+  0
+LINE
+  5
+1C2F8
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1012.032530775518
+ 20
+-243.302562012089
+ 30
+416.0
+ 11
+1012.032530775517
+ 21
+-204.6009974068721
+ 31
+384.0
+  0
+LINE
+  5
+1C2F9
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1012.032530775517
+ 20
+-204.6009974068721
+ 30
+384.0
+ 11
+1032.81515561266
+ 21
+-204.6009974068721
+ 31
+384.0
+  0
+LINE
+  5
+1C2FA
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1032.81515561266
+ 20
+-204.6009974068721
+ 30
+384.0
+ 11
+1032.81515561266
+ 21
+-200.6009981191361
+ 31
+384.0
+  0
+LINE
+  5
+1C2FB
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1032.81515561266
+ 20
+-200.6009981191361
+ 30
+384.0
+ 11
+1012.032530775517
+ 21
+-200.6009981191361
+ 31
+384.0
+  0
+LINE
+  5
+1C2FC
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1012.032530775517
+ 20
+-200.6009981191361
+ 30
+384.0
+ 11
+1011.965128828384
+ 21
+3.697439326882999
+ 31
+384.0
+  0
+LINE
+  5
+1C2FD
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1011.965128828384
+ 20
+3.697439326882999
+ 30
+384.0
+ 11
+1032.747753665526
+ 21
+3.697439326882999
+ 31
+384.0
+  0
+LINE
+  5
+1C2FE
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1032.747753665526
+ 20
+3.697439326882999
+ 30
+384.0
+ 11
+1032.747753665526
+ 21
+7.697440304717133
+ 31
+384.0
+  0
+LINE
+  5
+1C2FF
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1032.747753665526
+ 20
+7.697440304717133
+ 30
+384.0
+ 11
+1011.965128828384
+ 21
+7.697438614619045
+ 31
+384.0
+  0
+LINE
+  5
+1C300
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1011.965128828384
+ 20
+7.697438614619045
+ 30
+384.0
+ 11
+1012.007499577473
+ 21
+211.6974409410474
+ 31
+384.0
+  0
+LINE
+  5
+1C301
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1012.007499577473
+ 20
+211.6974409410474
+ 30
+384.0
+ 11
+1032.790124414616
+ 21
+211.6974409410474
+ 31
+384.0
+  0
+LINE
+  5
+1C302
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1032.790124414616
+ 20
+211.6974409410474
+ 30
+384.0
+ 11
+1032.790124414616
+ 21
+215.6974419188815
+ 31
+384.0
+  0
+LINE
+  5
+1C303
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1032.790124414616
+ 20
+215.6974419188815
+ 30
+384.0
+ 11
+1012.007499577473
+ 21
+215.6974402287834
+ 31
+384.0
+  0
+LINE
+  5
+1C304
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1012.007499577473
+ 20
+215.6974402287834
+ 30
+384.0
+ 11
+1012.025328192776
+ 21
+409.6974368264439
+ 31
+256.0
+  0
+LINE
+  5
+1C305
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1012.025328192776
+ 20
+409.6974368264439
+ 30
+256.0
+ 11
+1032.807953029919
+ 21
+409.6974368264439
+ 31
+256.0
+  0
+LINE
+  5
+1C306
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1032.807953029919
+ 20
+409.6974368264439
+ 30
+256.0
+ 11
+1032.807953029919
+ 21
+413.6974378042781
+ 31
+256.0
+  0
+LINE
+  5
+1C307
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1129.807958331011
+ 20
+-204.6009972061901
+ 30
+128.0
+ 11
+1198.807953068306
+ 21
+-204.6009962147316
+ 31
+128.0
+  0
+LINE
+  5
+1C308
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1198.807953068306
+ 20
+-204.6009962147316
+ 30
+128.0
+ 11
+1198.807953068306
+ 21
+-172.6009985456297
+ 31
+128.0
+  0
+LINE
+  5
+1C309
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1198.807953068306
+ 20
+-172.6009985456297
+ 30
+128.0
+ 11
+1205.272081968853
+ 21
+-172.6009971404566
+ 31
+160.0
+  0
+LINE
+  5
+1C30A
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1129.807955467183
+ 20
+-200.6009962283559
+ 30
+128.0
+ 11
+1194.807953033043
+ 21
+-200.6009962283559
+ 31
+128.0
+  0
+LINE
+  5
+1C30B
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1194.807953033043
+ 20
+-200.6009962283559
+ 30
+128.0
+ 11
+1194.807952591973
+ 21
+-168.6009961626224
+ 31
+160.0
+  0
+LINE
+  5
+1C30C
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1194.807952591973
+ 20
+-168.6009961626224
+ 30
+160.0
+ 11
+1205.272081968853
+ 21
+-168.6009961626224
+ 31
+160.0
+  0
+LINE
+  5
+1C30D
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1205.001821927466
+ 20
+-177.2522022479701
+ 30
+0.0
+ 11
+1218.501827378792
+ 21
+-170.4672660139807
+ 31
+0.0
+  0
+LINE
+  5
+1C30E
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1218.501827378792
+ 20
+-170.4672660139807
+ 30
+0.0
+ 11
+1211.751824630485
+ 21
+-184.002205018921
+ 31
+0.0
+  0
+LINE
+  5
+1C30F
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1211.751824630485
+ 20
+-184.002205018921
+ 30
+0.0
+ 11
+1216.807954717244
+ 21
+-184.0782771628056
+ 31
+416.0
+  0
+LINE
+  5
+1C310
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1205.001821927466
+ 20
+-163.7522013155354
+ 30
+0.0
+ 11
+1218.466979526185
+ 21
+-170.4847801148956
+ 31
+0.0
+  0
+LINE
+  5
+1C311
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1218.466979526185
+ 20
+-170.4847801148956
+ 30
+0.0
+ 11
+1218.501827378792
+ 21
+-157.0022031540519
+ 31
+0.0
+  0
+LINE
+  5
+1C312
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1218.501827378792
+ 20
+-157.0022031540519
+ 30
+0.0
+ 11
+1207.251824319674
+ 21
+-157.0022031540519
+ 31
+0.0
+  0
+LINE
+  5
+1C313
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1207.251824319674
+ 20
+-157.0022031540519
+ 30
+0.0
+ 11
+1207.561006825908
+ 21
+-154.4828408113566
+ 31
+0.0
+  0
+LINE
+  5
+1C314
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1207.561006825908
+ 20
+-154.4828408113566
+ 30
+0.0
+ 11
+1208.347775678705
+ 21
+-152.158878066881
+ 31
+0.0
+  0
+LINE
+  5
+1C315
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1208.347775678705
+ 20
+-152.158878066881
+ 30
+0.0
+ 11
+1209.711270494466
+ 21
+-150.0093822087541
+ 31
+0.0
+  0
+LINE
+  5
+1C316
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1209.711270494466
+ 20
+-150.0093822087541
+ 30
+0.0
+ 11
+1211.45473118515
+ 21
+-148.208378300514
+ 31
+0.0
+  0
+LINE
+  5
+1C317
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1211.45473118515
+ 20
+-148.208378300514
+ 30
+0.0
+ 11
+1213.6574418513
+ 21
+-146.8586095001759
+ 31
+0.0
+  0
+LINE
+  5
+1C318
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1213.6574418513
+ 20
+-146.8586095001759
+ 30
+0.0
+ 11
+1216.024828501964
+ 21
+-146.0166334912823
+ 31
+0.0
+  0
+LINE
+  5
+1C319
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1216.024828501964
+ 20
+-146.0166334912823
+ 30
+0.0
+ 11
+1218.501825096685
+ 21
+-145.7522023770362
+ 31
+0.0
+  0
+LINE
+  5
+1C31A
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1218.501825096685
+ 20
+-145.7522023770362
+ 30
+0.0
+ 11
+1221.026967043274
+ 21
+-146.0392575812229
+ 31
+0.0
+  0
+LINE
+  5
+1C31B
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1221.026967043274
+ 20
+-146.0392575812229
+ 30
+0.0
+ 11
+1223.309080527234
+ 21
+-146.8813626988598
+ 31
+0.0
+  0
+LINE
+  5
+1C31C
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1223.309080527234
+ 20
+-146.8813626988598
+ 30
+0.0
+ 11
+1225.344269737935
+ 21
+-148.0921829900584
+ 31
+0.0
+  0
+LINE
+  5
+1C31D
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1225.344269737935
+ 20
+-148.0921829900584
+ 30
+0.0
+ 11
+1227.320191854045
+ 21
+-149.9512845535258
+ 31
+0.0
+  0
+LINE
+  5
+1C31E
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1227.320191854045
+ 20
+-149.9512845535258
+ 30
+0.0
+ 11
+1228.656840533618
+ 21
+-152.1008697123683
+ 31
+0.0
+  0
+LINE
+  5
+1C31F
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1228.656840533618
+ 20
+-152.1008697123683
+ 30
+0.0
+ 11
+1229.470455522603
+ 21
+-154.5990361218122
+ 31
+0.0
+  0
+LINE
+  5
+1C320
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1229.470455522603
+ 20
+-154.5990361218122
+ 30
+0.0
+ 11
+1229.751825873731
+ 21
+-157.0022031540519
+ 31
+0.0
+  0
+LINE
+  5
+1C321
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1229.751825873731
+ 20
+-157.0022031540519
+ 30
+0.0
+ 11
+1218.501827378792
+ 21
+-157.0022031540519
+ 31
+0.0
+  0
+LINE
+  5
+1C322
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1218.501827378814
+ 20
+-170.4672660139697
+ 30
+0.0
+ 11
+1232.001826626194
+ 21
+-163.7172663902798
+ 31
+0.0
+  0
+LINE
+  5
+1C323
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1232.001826626194
+ 20
+-163.7172663902798
+ 30
+0.0
+ 11
+1232.001826626194
+ 21
+-163.7172663902798
+ 31
+0.0
+  0
+LINE
+  5
+1C324
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1205.001821927488
+ 20
+-177.2522022479591
+ 30
+0.0
+ 11
+1205.272081968853
+ 21
+-172.6009971404566
+ 31
+160.0
+  0
+LINE
+  5
+1C325
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1205.001821927466
+ 20
+-163.7522013155354
+ 30
+0.0
+ 11
+1205.272081968853
+ 21
+-168.6009961626224
+ 31
+160.0
+  0
+LINE
+  5
+1C326
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1220.807955695078
+ 20
+-184.0782771628056
+ 30
+416.0
+ 11
+1225.25182556292
+ 21
+-184.002205018921
+ 31
+0.0
+  0
+LINE
+  5
+1C327
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1225.25182556292
+ 20
+-184.002205018921
+ 30
+0.0
+ 11
+1218.478618449192
+ 21
+-170.5138039871076
+ 31
+0.0
+  0
+LINE
+  5
+1C328
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1218.478618449192
+ 20
+-170.5138039871076
+ 30
+0.0
+ 11
+1232.001826626194
+ 21
+-177.2172673227145
+ 31
+0.0
+  0
+LINE
+  5
+1C329
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1232.001826626194
+ 20
+-177.2172673227145
+ 30
+0.0
+ 11
+1232.272083833722
+ 21
+-172.6009967711593
+ 31
+64.0
+  0
+LINE
+  5
+1C32A
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1232.001826626194
+ 20
+-163.7172663902798
+ 30
+0.0
+ 11
+1232.272083833722
+ 21
+-168.6009957933251
+ 31
+64.0
+  0
+LINE
+  5
+1C32B
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1129.807954632287
+ 20
+-240.6009990410347
+ 30
+32.0
+ 11
+1216.807954717245
+ 21
+-240.6009962701664
+ 31
+416.0
+  0
+LINE
+  5
+1C32C
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1216.807954717245
+ 20
+-240.6009962701664
+ 30
+416.0
+ 11
+1216.807954717244
+ 21
+-184.0782771628056
+ 31
+416.0
+  0
+LINE
+  5
+1C32D
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1220.807955695078
+ 20
+-184.0782771628056
+ 30
+416.0
+ 11
+1220.807955695079
+ 21
+-240.6009962701664
+ 31
+416.0
+  0
+LINE
+  5
+1C32E
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1220.807955695079
+ 20
+-240.6009962701664
+ 30
+416.0
+ 11
+1626.807949367362
+ 21
+-240.3025638473332
+ 31
+0.0
+  0
+LINE
+  5
+1C32F
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1129.807954632287
+ 20
+-244.6010000188688
+ 30
+0.0
+ 11
+1736.611064513201
+ 21
+-244.6009990547687
+ 31
+32.0
+  0
+LINE
+  5
+1C330
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1736.611064513201
+ 20
+-240.6009980769346
+ 30
+32.0
+ 11
+1630.807949367362
+ 21
+-240.3025638473332
+ 31
+0.0
+  0
+LINE
+  5
+1C331
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1630.807949367362
+ 20
+-240.3025638473332
+ 30
+0.0
+ 11
+1630.807949367362
+ 21
+-176.3025631385421
+ 31
+0.0
+  0
+LINE
+  5
+1C332
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1630.807949367362
+ 20
+-176.3025631385421
+ 30
+0.0
+ 11
+1626.807949367362
+ 21
+-176.3025631385421
+ 31
+0.0
+  0
+LINE
+  5
+1C333
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1626.807949367362
+ 20
+-176.3025631385421
+ 30
+0.0
+ 11
+1626.807949367362
+ 21
+-240.3025638473332
+ 31
+0.0
+  0
+SOLID
+  5
+1C339
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    60
+100
+AcDbTrace
+ 10
+475.8079537079312
+ 20
+-45.30256452837045
+ 30
+64.0
+ 11
+485.8079537636577
+ 21
+-45.30256452837045
+ 31
+64.0
+ 12
+475.8079537636577
+ 22
+-37.30256452837045
+ 32
+64.0
+ 13
+485.8079537636577
+ 23
+-37.30256452837045
+ 33
+64.0
+  0
+LINE
+  5
+1C33A
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+475.807953765276
+ 20
+-37.07024935851541
+ 30
+64.0
+ 11
+485.8079537636577
+ 21
+-37.30256452837045
+ 31
+64.0
+  0
+LINE
+  5
+1C33B
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+485.8079537636577
+ 20
+-37.30256452837045
+ 30
+64.0
+ 11
+485.8079537636577
+ 21
+-45.30256452837045
+ 31
+64.0
+  0
+LINE
+  5
+1C33C
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+485.8079537636577
+ 20
+-45.30256452837045
+ 30
+64.0
+ 11
+475.8079537636577
+ 21
+-45.30256452837045
+ 31
+64.0
+  0
+LINE
+  5
+1C33D
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+475.8079537636577
+ 20
+-45.30256452837045
+ 30
+64.0
+ 11
+475.807953763658
+ 21
+-165.3025654902715
+ 31
+64.0
+  0
+LINE
+  5
+1C33E
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+394.0018261610342
+ 20
+-37.30256452837045
+ 30
+64.0
+ 11
+393.8079503906392
+ 21
+-245.3025644629125
+ 31
+0.0
+  0
+LINE
+  5
+1C33F
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+475.394424807833
+ 20
+-165.3025654902715
+ 30
+64.0
+ 11
+485.8079528662679
+ 21
+-165.3025654902715
+ 31
+64.0
+  0
+LINE
+  5
+1C340
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+485.8079528662679
+ 20
+-165.3025654902715
+ 30
+64.0
+ 11
+485.8079528662679
+ 21
+-173.3025654902715
+ 31
+64.0
+  0
+LINE
+  5
+1C341
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+485.8079528662679
+ 20
+-173.3025654902715
+ 30
+64.0
+ 11
+475.8079528662679
+ 21
+-173.3025654902715
+ 31
+64.0
+  0
+LINE
+  5
+1C342
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+475.8079528662679
+ 20
+-173.3025654902715
+ 30
+64.0
+ 11
+475.8079528662681
+ 21
+-221.3025654902716
+ 31
+64.0
+  0
+LINE
+  5
+1C343
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+475.8106499401717
+ 20
+-221.3108022787313
+ 30
+0.0
+ 11
+485.8079528662679
+ 21
+-221.3025654902715
+ 31
+64.0
+  0
+LINE
+  5
+1C344
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+485.8079528662679
+ 20
+-221.3025654902715
+ 30
+64.0
+ 11
+485.8079528662679
+ 21
+-229.3025654902715
+ 31
+64.0
+  0
+LINE
+  5
+1C345
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+485.8079528662679
+ 20
+-229.3025654902715
+ 30
+64.0
+ 11
+475.8079521687017
+ 21
+-229.3025654902715
+ 31
+64.0
+  0
+LINE
+  5
+1C346
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+475.8079521687017
+ 20
+-229.3025654902715
+ 30
+64.0
+ 11
+475.8079524685141
+ 21
+-245.302564462912
+ 31
+0.0
+  0
+LINE
+  5
+1C347
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+393.8079503906404
+ 20
+-245.3025644629138
+ 30
+0.0
+ 11
+393.8079503906404
+ 21
+-245.3025644629138
+ 31
+0.0
+  0
+LINE
+  5
+1C348
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+393.8079503906404
+ 20
+-245.3025644629138
+ 30
+0.0
+ 11
+393.8079503906404
+ 21
+-245.3025644629138
+ 31
+0.0
+  0
+LINE
+  5
+1C349
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+393.8079503906392
+ 20
+-245.3025644629125
+ 30
+0.0
+ 11
+393.8079503906404
+ 21
+-245.3025644629138
+ 31
+0.0
+  0
+LINE
+  5
+1C34A
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+475.8079507735696
+ 20
+-245.3025644629138
+ 30
+0.0
+ 11
+469.8703804181249
+ 21
+-250.7637004644601
+ 31
+0.0
+  0
+LINE
+  5
+1C34B
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+469.8703804181249
+ 20
+-250.7637004644601
+ 30
+0.0
+ 11
+469.8703804181262
+ 21
+-250.7637004644589
+ 31
+0.0
+  0
+LINE
+  5
+1C34C
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+469.8703804181262
+ 20
+-250.7637004644589
+ 30
+0.0
+ 11
+460.6891199128929
+ 21
+-256.8209154625596
+ 31
+0.0
+  0
+LINE
+  5
+1C34D
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+460.6891199128929
+ 20
+-256.8209154625596
+ 30
+0.0
+ 11
+450.2061230817424
+ 21
+-260.8364976384659
+ 31
+0.0
+  0
+LINE
+  5
+1C34E
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+450.2061230817424
+ 20
+-260.8364976384659
+ 30
+0.0
+ 11
+440.6048740176263
+ 21
+-262.7953170719128
+ 31
+0.0
+  0
+LINE
+  5
+1C34F
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+440.6048740176263
+ 20
+-262.7953170719128
+ 30
+0.0
+ 11
+430.2332704384632
+ 21
+-262.7839459130463
+ 31
+0.0
+  0
+LINE
+  5
+1C350
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+430.2332704384632
+ 20
+-262.7839459130463
+ 30
+0.0
+ 11
+419.3191871029962
+ 21
+-260.8364976384659
+ 31
+0.0
+  0
+LINE
+  5
+1C351
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+419.3191871029962
+ 20
+-260.8364976384659
+ 30
+0.0
+ 11
+409.1431073647659
+ 21
+-256.8209154625596
+ 31
+0.0
+  0
+LINE
+  5
+1C352
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+409.1431073647659
+ 20
+-256.8209154625596
+ 30
+0.0
+ 11
+399.7455207460837
+ 21
+-250.7637004644589
+ 31
+0.0
+  0
+LINE
+  5
+1C353
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+399.7455207460837
+ 20
+-250.7637004644589
+ 30
+0.0
+ 11
+393.8079503906404
+ 21
+-245.3025644629136
+ 31
+0.0
+  0
+SOLID
+  5
+1C354
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    62
+100
+AcDbTrace
+ 10
+393.8079503906392
+ 20
+-245.3025644629125
+ 30
+0.0
+ 11
+475.8079524685141
+ 21
+-245.302564462912
+ 31
+0.0
+ 12
+399.7455207460838
+ 22
+-250.763700464459
+ 32
+0.0
+ 13
+469.8703804181264
+ 23
+-250.7637004644588
+ 33
+0.0
+  0
+SOLID
+  5
+1C355
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    62
+100
+AcDbTrace
+ 10
+399.7455207460839
+ 20
+-250.7637004644591
+ 30
+0.0
+ 11
+469.8703804181264
+ 21
+-250.7637004644588
+ 31
+0.0
+ 12
+409.1431073647661
+ 22
+-256.8209154625597
+ 32
+0.0
+ 13
+460.6891199128929
+ 23
+-256.8209154625596
+ 33
+0.0
+  0
+SOLID
+  5
+1C356
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    62
+100
+AcDbTrace
+ 10
+409.1431073647662
+ 20
+-256.8209154625597
+ 30
+0.0
+ 11
+460.472793799444
+ 21
+-256.8209154625596
+ 31
+0.0
+ 12
+419.3191871029962
+ 22
+-260.8364976384659
+ 32
+0.0
+ 13
+450.2061230817424
+ 23
+-260.8364976384659
+ 33
+0.0
+  0
+SOLID
+  5
+1C357
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    62
+100
+AcDbTrace
+ 10
+419.3191871029962
+ 20
+-260.8364976384659
+ 30
+0.0
+ 11
+450.2061230817424
+ 21
+-260.8364976384659
+ 31
+0.0
+ 12
+430.2332704384632
+ 22
+-262.7839459130463
+ 32
+0.0
+ 13
+440.6048740176263
+ 23
+-262.7953170719128
+ 33
+0.0
+  0
+LINE
+  5
+1C358
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+475.8079528662679
+ 20
+-229.3025654902715
+ 30
+64.0
+ 11
+475.8079546374347
+ 21
+-241.3025606329046
+ 31
+160.0
+  0
+LINE
+  5
+1C359
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+475.8079524685141
+ 20
+-245.3025626634475
+ 30
+0.0
+ 11
+469.8703804181249
+ 21
+-250.7637004644601
+ 31
+0.0
+  0
+LINE
+  5
+1C35A
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+469.8703804181249
+ 20
+-250.7637004644601
+ 30
+0.0
+ 11
+460.6891199128929
+ 21
+-256.8209154625596
+ 31
+0.0
+  0
+LINE
+  5
+1C35B
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+460.6891199128929
+ 20
+-256.8209154625596
+ 30
+0.0
+ 11
+450.2061230817424
+ 21
+-260.8364976384659
+ 31
+0.0
+  0
+LINE
+  5
+1C35C
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+450.2061230817424
+ 20
+-260.8364976384659
+ 30
+0.0
+ 11
+440.6048740176263
+ 21
+-262.7953170719128
+ 31
+0.0
+  0
+LINE
+  5
+1C35D
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+440.6048740176263
+ 20
+-262.7953170719128
+ 30
+0.0
+ 11
+430.2332704384632
+ 21
+-262.7839459130463
+ 31
+0.0
+  0
+LINE
+  5
+1C35E
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+430.2332704384632
+ 20
+-262.7839459130463
+ 30
+0.0
+ 11
+419.3191871029958
+ 21
+-260.8364976384657
+ 31
+0.0
+  0
+LINE
+  5
+1C35F
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+419.3191871029958
+ 20
+-260.8364976384657
+ 30
+0.0
+ 11
+409.1431073647659
+ 21
+-256.8209154625596
+ 31
+0.0
+  0
+LINE
+  5
+1C360
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+409.1431073647659
+ 20
+-256.8209154625596
+ 30
+0.0
+ 11
+399.745520746084
+ 21
+-250.7637004644591
+ 31
+0.0
+  0
+LINE
+  5
+1C361
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+399.745520746084
+ 20
+-250.7637004644591
+ 30
+0.0
+ 11
+393.8079503906404
+ 21
+-245.3025644629139
+ 31
+0.0
+  0
+LINE
+  5
+1C362
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+393.8079503906404
+ 20
+-245.3025644629139
+ 30
+0.0
+ 11
+393.8079503906392
+ 21
+-5.427032317352541
+ 31
+0.0
+  0
+INSERT
+  5
+1C363
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbBlockReference
+  2
+Capteur de température
+ 10
+844.0018273218646
+ 20
+368.997795748492
+ 30
+64.0
+ 41
+2.0
+ 42
+2.0
+ 43
+2.0
+  0
+ARC
+  5
+1C364
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+ 48
+5.0
+100
+AcDbCircle
+ 10
+956.0018262009325
+ 20
+375.3549384163163
+ 30
+-256.0
+ 40
+26.64285724545245
+100
+AcDbArc
+ 50
+47.49898975231195
+ 51
+132.5010109284686
+  0
+ARC
+  5
+1C365
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+ 48
+5.0
+100
+AcDbCircle
+ 10
+914.0018263787268
+ 20
+430.0692259075932
+ 30
+-256.0
+ 40
+42.49712025463608
+100
+AcDbArc
+ 50
+235.6154732191473
+ 51
+304.3845273910718
+  0
+ARC
+  5
+1C366
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+ 48
+5.0
+100
+AcDbCircle
+ 10
+872.0018263718184
+ 20
+375.3549389292622
+ 30
+-256.0
+ 40
+26.64285724545245
+100
+AcDbArc
+ 50
+47.49898975231195
+ 51
+132.5010109284686
+  0
+LINE
+  5
+1C367
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     5
+100
+AcDbLine
+ 10
+865.0018261610339
+ 20
+400.9977956617687
+ 30
+0.0
+ 11
+879.001826161034
+ 21
+400.9977956617687
+ 31
+0.0
+  0
+LINE
+  5
+1C368
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     5
+100
+AcDbLine
+ 10
+860.0018261610339
+ 20
+398.9977956617687
+ 30
+0.0
+ 11
+884.0018261610339
+ 21
+398.9977956617687
+ 31
+0.0
+  0
+LINE
+  5
+1C369
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     5
+100
+AcDbLine
+ 10
+855.001826161034
+ 20
+395.9977956617687
+ 30
+0.0
+ 11
+889.001826161034
+ 21
+395.9977956617687
+ 31
+0.0
+  0
+LINE
+  5
+1C36A
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     5
+100
+AcDbLine
+ 10
+854.001826161034
+ 20
+394.9977956617687
+ 30
+0.0
+ 11
+890.0018261610339
+ 21
+394.9977956617687
+ 31
+0.0
+  0
+LINE
+  5
+1C36B
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+872.001826161034
+ 20
+401.9977956617687
+ 30
+0.0
+ 11
+872.001826161034
+ 21
+401.9977956617687
+ 31
+0.0
+  0
+LINE
+  5
+1C36C
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     5
+100
+AcDbLine
+ 10
+895.0018261610338
+ 20
+391.9977956617687
+ 30
+0.0
+ 11
+854.001826161034
+ 21
+391.9977956617687
+ 31
+0.0
+  0
+LINE
+  5
+1C36D
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     5
+100
+AcDbLine
+ 10
+903.0018261610338
+ 20
+388.9977956617687
+ 30
+0.0
+ 11
+854.001826161034
+ 21
+388.9977956617687
+ 31
+0.0
+  0
+LINE
+  5
+1C36E
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     5
+100
+AcDbLine
+ 10
+908.0018261610339
+ 20
+387.9977956617687
+ 30
+0.0
+ 11
+854.001826161034
+ 21
+387.9977956617687
+ 31
+0.0
+  0
+LINE
+  5
+1C36F
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     5
+100
+AcDbLine
+ 10
+913.9118421815124
+ 20
+387.5747777348376
+ 30
+0.0
+ 11
+854.0570280354691
+ 21
+387.6171215697424
+ 31
+0.0
+  0
+SOLID
+  5
+1C370
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     5
+100
+AcDbTrace
+ 10
+854.0048396952874
+ 20
+387.9977956617687
+ 30
+0.0
+ 11
+908.0018261610339
+ 21
+387.9977956617687
+ 31
+0.0
+ 12
+854.0048396952874
+ 22
+388.9977956617687
+ 32
+0.0
+ 13
+903.0018261610338
+ 23
+388.9977956617687
+ 33
+0.0
+  0
+SOLID
+  5
+1C371
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     5
+100
+AcDbTrace
+ 10
+854.0048396952874
+ 20
+391.9977956617687
+ 30
+0.0
+ 11
+895.0018261610338
+ 21
+391.9977956617687
+ 31
+0.0
+ 12
+854.001826161034
+ 22
+388.9977956617687
+ 32
+0.0
+ 13
+903.0018261610338
+ 23
+388.9977956617687
+ 33
+0.0
+  0
+SOLID
+  5
+1C372
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     5
+100
+AcDbTrace
+ 10
+854.00182633192
+ 20
+394.9977961747146
+ 30
+-256.0
+ 11
+890.0018261783245
+ 21
+394.9977963885866
+ 31
+-256.0
+ 12
+854.0048396952874
+ 22
+391.9977956617687
+ 32
+-256.0
+ 13
+895.0018261610338
+ 23
+391.9977956617687
+ 33
+-256.0
+  0
+SOLID
+  5
+1C373
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     5
+100
+AcDbTrace
+ 10
+855.001826161034
+ 20
+395.9977956617687
+ 30
+0.0
+ 11
+889.001826161034
+ 21
+395.9977956617687
+ 31
+0.0
+ 12
+854.0048396952874
+ 22
+394.9977956617687
+ 32
+0.0
+ 13
+890.0018261783245
+ 23
+394.9977963885866
+ 33
+0.0
+  0
+SOLID
+  5
+1C374
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     5
+100
+AcDbTrace
+ 10
+860.0018261610339
+ 20
+398.9977956617687
+ 30
+0.0
+ 11
+884.0018261610339
+ 21
+398.9977956617687
+ 31
+0.0
+ 12
+855.001826161034
+ 22
+395.9977956617687
+ 32
+0.0
+ 13
+889.001826161034
+ 23
+395.9977956617687
+ 33
+0.0
+  0
+SOLID
+  5
+1C375
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     5
+100
+AcDbTrace
+ 10
+865.0018261610339
+ 20
+400.9977956617687
+ 30
+0.0
+ 11
+879.001826161034
+ 21
+400.9977956617687
+ 31
+0.0
+ 12
+860.0018261610339
+ 22
+398.9977956617687
+ 32
+0.0
+ 13
+884.0018261610339
+ 23
+398.9977956617687
+ 33
+0.0
+  0
+LINE
+  5
+1C376
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+   100
+100
+AcDbLine
+ 10
+872.001826161034
+ 20
+401.9977956617687
+ 30
+0.0
+ 11
+879.001826161034
+ 21
+400.9977956617687
+ 31
+0.0
+  0
+LINE
+  5
+1C377
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+872.001826161034
+ 20
+401.9977956617687
+ 30
+0.0
+ 11
+865.0018261610339
+ 21
+400.9977956617687
+ 31
+0.0
+  0
+SOLID
+  5
+1C378
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     5
+100
+AcDbTrace
+ 10
+865.0018261610339
+ 20
+400.9977956617687
+ 30
+0.0
+ 11
+879.001826161034
+ 21
+400.9977956617687
+ 31
+0.0
+ 12
+872.001826161034
+ 22
+401.9977956617687
+ 32
+0.0
+ 13
+872.001826161034
+ 23
+401.9977956617687
+ 33
+0.0
+  0
+LINE
+  5
+1C379
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     5
+100
+AcDbLine
+ 10
+962.8218582019899
+ 20
+400.9977956617687
+ 30
+0.0
+ 11
+948.8218582019898
+ 21
+400.9977956617687
+ 31
+0.0
+  0
+LINE
+  5
+1C37A
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     5
+100
+AcDbLine
+ 10
+967.82185820199
+ 20
+398.9977956617687
+ 30
+0.0
+ 11
+943.8218582019899
+ 21
+398.9977956617687
+ 31
+0.0
+  0
+LINE
+  5
+1C37B
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     5
+100
+AcDbLine
+ 10
+972.8218582019898
+ 20
+395.9977956617687
+ 30
+0.0
+ 11
+938.8218582019899
+ 21
+395.9977956617687
+ 31
+0.0
+  0
+LINE
+  5
+1C37C
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     5
+100
+AcDbLine
+ 10
+973.8218582019898
+ 20
+394.9977956617687
+ 30
+0.0
+ 11
+937.8218582019899
+ 21
+394.9977956617687
+ 31
+0.0
+  0
+LINE
+  5
+1C37D
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     5
+100
+AcDbLine
+ 10
+932.8218582019898
+ 20
+391.9977956617687
+ 30
+0.0
+ 11
+973.8218582019898
+ 21
+391.9977956617687
+ 31
+0.0
+  0
+LINE
+  5
+1C37E
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     5
+100
+AcDbLine
+ 10
+924.82185820199
+ 20
+388.9977956617687
+ 30
+0.0
+ 11
+973.8218582019898
+ 21
+388.9977956617687
+ 31
+0.0
+  0
+LINE
+  5
+1C37F
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     5
+100
+AcDbLine
+ 10
+919.8218582019899
+ 20
+387.9977956617687
+ 30
+0.0
+ 11
+973.8218582019898
+ 21
+387.9977956617687
+ 31
+0.0
+  0
+LINE
+  5
+1C380
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     5
+100
+AcDbLine
+ 10
+913.9118421815114
+ 20
+387.5747777348376
+ 30
+0.0
+ 11
+973.7666563275547
+ 21
+387.6171215697424
+ 31
+0.0
+  0
+SOLID
+  5
+1C381
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     5
+100
+AcDbTrace
+ 10
+973.7666563275547
+ 20
+387.6171215697424
+ 30
+0.0
+ 11
+913.9118421815114
+ 21
+387.5747777348376
+ 31
+0.0
+ 12
+973.8188446677364
+ 22
+387.9977956617687
+ 32
+0.0
+ 13
+919.8218582019899
+ 23
+387.9977956617687
+ 33
+0.0
+  0
+SOLID
+  5
+1C382
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     5
+100
+AcDbTrace
+ 10
+973.8188446677364
+ 20
+387.9977956617687
+ 30
+0.0
+ 11
+919.8218582019899
+ 21
+387.9977956617687
+ 31
+0.0
+ 12
+973.8188446677364
+ 22
+388.9977956617687
+ 32
+0.0
+ 13
+924.82185820199
+ 23
+388.9977956617687
+ 33
+0.0
+  0
+SOLID
+  5
+1C383
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     5
+100
+AcDbTrace
+ 10
+973.8188446677364
+ 20
+391.9977956617687
+ 30
+0.0
+ 11
+932.8218582019898
+ 21
+391.9977956617687
+ 31
+0.0
+ 12
+973.8218582019898
+ 22
+388.9977956617687
+ 32
+0.0
+ 13
+924.82185820199
+ 23
+388.9977956617687
+ 33
+0.0
+  0
+SOLID
+  5
+1C384
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     5
+100
+AcDbTrace
+ 10
+973.8218580311038
+ 20
+394.9977961747146
+ 30
+-256.0
+ 11
+937.8218581846995
+ 21
+394.9977963885866
+ 31
+-256.0
+ 12
+973.8188446677364
+ 22
+391.9977956617687
+ 32
+-256.0
+ 13
+932.8218582019898
+ 23
+391.9977956617687
+ 33
+-256.0
+  0
+SOLID
+  5
+1C385
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     5
+100
+AcDbTrace
+ 10
+972.8218582019898
+ 20
+395.9977956617687
+ 30
+0.0
+ 11
+938.8218582019899
+ 21
+395.9977956617687
+ 31
+0.0
+ 12
+973.8188446677364
+ 22
+394.9977956617687
+ 32
+0.0
+ 13
+937.8218581846995
+ 23
+394.9977963885866
+ 33
+0.0
+  0
+SOLID
+  5
+1C386
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     5
+100
+AcDbTrace
+ 10
+967.82185820199
+ 20
+398.9977956617687
+ 30
+0.0
+ 11
+943.8218582019899
+ 21
+398.9977956617687
+ 31
+0.0
+ 12
+972.8218582019898
+ 22
+395.9977956617687
+ 32
+0.0
+ 13
+938.8218582019899
+ 23
+395.9977956617687
+ 33
+0.0
+  0
+SOLID
+  5
+1C387
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     5
+100
+AcDbTrace
+ 10
+962.8218582019899
+ 20
+400.9977956617687
+ 30
+0.0
+ 11
+948.8218582019898
+ 21
+400.9977956617687
+ 31
+0.0
+ 12
+967.82185820199
+ 22
+398.9977956617687
+ 32
+0.0
+ 13
+943.8218582019899
+ 23
+398.9977956617687
+ 33
+0.0
+  0
+SOLID
+  5
+1C388
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     5
+100
+AcDbTrace
+ 10
+962.8218582019899
+ 20
+400.9977956617687
+ 30
+0.0
+ 11
+948.8218582019898
+ 21
+400.9977956617687
+ 31
+0.0
+ 12
+955.8218582019899
+ 22
+401.9977956617687
+ 32
+0.0
+ 13
+955.8218582019899
+ 23
+401.9977956617687
+ 33
+0.0
+  0
+SOLID
+  5
+1C389
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     5
+100
+AcDbTrace
+ 10
+853.9988165141824
+ 20
+-244.0041220631215
+ 30
+0.0
+ 11
+854.0570280354691
+ 21
+387.6171215697424
+ 31
+0.0
+ 12
+974.0018597776423
+ 22
+-243.302562012089
+ 32
+0.0
+ 13
+974.0048399959997
+ 23
+387.6171215697424
+ 33
+0.0
+  0
+LINE
+  5
+1C38A
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+854.0048396952887
+ 20
+-244.0041240395481
+ 30
+0.0
+ 11
+859.4024562807994
+ 21
+-254.751626364911
+ 31
+0.0
+  0
+LINE
+  5
+1C38B
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     5
+100
+AcDbLine
+ 10
+859.4024562807994
+ 20
+-254.751626364911
+ 30
+0.0
+ 11
+968.6072234104877
+ 21
+-254.751626364911
+ 31
+0.0
+  0
+LINE
+  5
+1C38C
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+968.6072234104877
+ 20
+-254.751626364911
+ 30
+0.0
+ 11
+974.0048399959997
+ 21
+-244.0041240395536
+ 31
+0.0
+  0
+LINE
+  5
+1C38D
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+859.4024562807994
+ 20
+-254.751626364911
+ 30
+0.0
+ 11
+859.4024562807994
+ 21
+-254.7516263649109
+ 31
+0.0
+  0
+LINE
+  5
+1C38E
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+859.4024562807994
+ 20
+-254.751626364911
+ 30
+0.0
+ 11
+867.3550925805743
+ 21
+-265.0022043382313
+ 31
+0.0
+  0
+LINE
+  5
+1C38F
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     5
+100
+AcDbLine
+ 10
+867.3550925805743
+ 20
+-265.0022043382313
+ 30
+0.0
+ 11
+960.5906776441766
+ 21
+-265.0022043382313
+ 31
+0.0
+  0
+LINE
+  5
+1C390
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+960.5906776441766
+ 20
+-265.0022043382313
+ 30
+0.0
+ 11
+968.6072234104877
+ 21
+-254.751626364911
+ 31
+0.0
+  0
+LINE
+  5
+1C391
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+867.3550925805745
+ 20
+-265.0022043382313
+ 30
+0.0
+ 11
+875.0730723268029
+ 21
+-271.9082978765099
+ 31
+0.0
+  0
+LINE
+  5
+1C392
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     5
+100
+AcDbLine
+ 10
+875.0730723268029
+ 20
+-271.9082978765099
+ 30
+0.0
+ 11
+952.9305841833782
+ 21
+-271.9082998529365
+ 31
+0.0
+  0
+LINE
+  5
+1C393
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+952.9305841833782
+ 20
+-271.9082998529365
+ 30
+0.0
+ 11
+960.5906776441766
+ 21
+-265.0022043382313
+ 31
+0.0
+  0
+LINE
+  5
+1C394
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+875.0393436740075
+ 20
+-271.8781172801902
+ 30
+0.0
+ 11
+885.0018261610339
+ 21
+-278.0022043382313
+ 31
+0.0
+  0
+LINE
+  5
+1C395
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     5
+100
+AcDbLine
+ 10
+885.0018261610339
+ 20
+-278.0022043382313
+ 30
+0.0
+ 11
+943.0018261610339
+ 21
+-278.0022043382313
+ 31
+0.0
+  0
+LINE
+  5
+1C396
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+943.0018261610339
+ 20
+-278.0022043382313
+ 30
+0.0
+ 11
+953.0018261610338
+ 21
+-272.0022043382313
+ 31
+0.0
+  0
+LINE
+  5
+1C397
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+885.0018261610339
+ 20
+-278.0022043382313
+ 30
+0.0
+ 11
+895.0018261610338
+ 21
+-282.0022043382313
+ 31
+0.0
+  0
+LINE
+  5
+1C398
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     5
+100
+AcDbLine
+ 10
+895.0018261610338
+ 20
+-282.0022043382313
+ 30
+0.0
+ 11
+933.0018261610339
+ 21
+-282.0022043382313
+ 31
+0.0
+  0
+LINE
+  5
+1C399
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+933.0018261610339
+ 20
+-282.0022043382313
+ 30
+0.0
+ 11
+943.0018261610339
+ 21
+-278.0022043382313
+ 31
+0.0
+  0
+LINE
+  5
+1C39A
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     5
+100
+AcDbLine
+ 10
+895.0018261610338
+ 20
+-282.0022043382313
+ 30
+0.0
+ 11
+904.001826161034
+ 21
+-284.0022043382313
+ 31
+0.0
+  0
+LINE
+  5
+1C39B
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     5
+100
+AcDbLine
+ 10
+904.001826161034
+ 20
+-284.0022043382313
+ 30
+0.0
+ 11
+925.0018261610339
+ 21
+-284.0022043382313
+ 31
+0.0
+  0
+LINE
+  5
+1C39C
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+925.0018261610339
+ 20
+-284.0022043382313
+ 30
+0.0
+ 11
+933.0018261610339
+ 21
+-282.0022043382313
+ 31
+0.0
+  0
+LINE
+  5
+1C39D
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     5
+100
+AcDbLine
+ 10
+904.001826161034
+ 20
+-284.0022043382313
+ 30
+0.0
+ 11
+914.001826161034
+ 21
+-285.0022043382313
+ 31
+0.0
+  0
+LINE
+  5
+1C39E
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+914.001826161034
+ 20
+-285.0022043382313
+ 30
+0.0
+ 11
+925.0018261610339
+ 21
+-284.0022043382313
+ 31
+0.0
+  0
+SOLID
+  5
+1C39F
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     5
+100
+AcDbTrace
+ 10
+854.0048396952874
+ 20
+-244.0040868504874
+ 30
+0.0
+ 11
+974.0018597776423
+ 21
+-243.302562012089
+ 31
+0.0
+ 12
+859.4024562807994
+ 22
+-254.751626364911
+ 32
+0.0
+ 13
+968.6072234104882
+ 23
+-254.7516263649103
+ 33
+0.0
+  0
+SOLID
+  5
+1C3A0
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     5
+100
+AcDbTrace
+ 10
+859.4024562807993
+ 20
+-254.7516263649105
+ 30
+0.0
+ 11
+968.6072234104877
+ 21
+-254.751626364911
+ 31
+0.0
+ 12
+867.3550925805741
+ 22
+-265.0022043382309
+ 32
+0.0
+ 13
+960.5906776441766
+ 23
+-265.0022043382313
+ 33
+0.0
+  0
+SOLID
+  5
+1C3A1
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     5
+100
+AcDbTrace
+ 10
+867.3550925805745
+ 20
+-265.0022043382313
+ 30
+0.0
+ 11
+960.6545871107128
+ 21
+-265.0022043382313
+ 31
+0.0
+ 12
+875.0393436740074
+ 22
+-271.8781172801901
+ 32
+0.0
+ 13
+952.9305841833782
+ 23
+-271.9082998529365
+ 33
+0.0
+  0
+SOLID
+  5
+1C3A2
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     5
+100
+AcDbTrace
+ 10
+875.0884405701361
+ 20
+-271.9082978769001
+ 30
+0.0
+ 11
+952.9305841833767
+ 21
+-271.9082998529375
+ 31
+0.0
+ 12
+885.0018261610339
+ 22
+-278.0022043382313
+ 32
+0.0
+ 13
+943.0018261610339
+ 23
+-278.0022043382313
+ 33
+0.0
+  0
+SOLID
+  5
+1C3A3
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     5
+100
+AcDbTrace
+ 10
+885.0018261610339
+ 20
+-278.0022043382313
+ 30
+0.0
+ 11
+943.0018261610339
+ 21
+-278.0022043382313
+ 31
+0.0
+ 12
+895.0018261610338
+ 22
+-282.0022043382313
+ 32
+0.0
+ 13
+933.0018261610339
+ 23
+-282.0022043382313
+ 33
+0.0
+  0
+SOLID
+  5
+1C3A4
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     5
+100
+AcDbTrace
+ 10
+895.0018261610338
+ 20
+-282.0022043382313
+ 30
+0.0
+ 11
+933.0018261610339
+ 21
+-282.0022043382313
+ 31
+0.0
+ 12
+904.001826161034
+ 22
+-284.0022043382313
+ 32
+0.0
+ 13
+925.6308861941397
+ 23
+-283.9450170624945
+ 33
+0.0
+  0
+SOLID
+  5
+1C3A5
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     5
+100
+AcDbTrace
+ 10
+904.001826161034
+ 20
+-284.0022043382313
+ 30
+0.0
+ 11
+925.0018261610339
+ 21
+-284.0022043382313
+ 31
+0.0
+ 12
+914.001826161034
+ 22
+-285.0022043382313
+ 32
+0.0
+ 13
+914.001826161034
+ 23
+-285.0022043382313
+ 33
+0.0
+  0
+SOLID
+  5
+1C3A6
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+    51
+100
+AcDbTrace
+ 10
+560.5139806412919
+ 20
+-131.3247022323681
+ 30
+14.28
+ 11
+571.2239806412919
+ 21
+-131.3247022323681
+ 31
+14.28
+ 12
+560.5139806412919
+ 22
+-118.8297022323673
+ 32
+14.28
+ 13
+571.2239806412919
+ 23
+-118.8297022323673
+ 33
+14.28
+ 39
+14.28
+  0
+SOLID
+  5
+1C3A7
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+    51
+100
+AcDbTrace
+ 10
+553.3739806412921
+ 20
+-124.18462016609
+ 30
+0.0
+ 11
+560.5139806412919
+ 21
+-124.18462016609
+ 31
+0.0
+ 12
+553.3739806412921
+ 22
+-125.9696201660896
+ 32
+0.0
+ 13
+560.5139806412919
+ 23
+-125.9696201660896
+ 33
+0.0
+ 39
+14.28
+  0
+SOLID
+  5
+1C3A8
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+    51
+100
+AcDbTrace
+ 10
+549.77977430967
+ 20
+-124.1847022323678
+ 30
+0.0
+ 11
+549.77977430967
+ 21
+-125.9697022323677
+ 31
+0.0
+ 12
+553.3739806412921
+ 22
+-124.18462016609
+ 32
+0.0
+ 13
+553.3739806412921
+ 23
+-125.9696201660896
+ 33
+0.0
+  0
+SOLID
+  5
+1C3A9
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+    51
+100
+AcDbTrace
+ 10
+556.9197743096699
+ 20
+-116.1522022323676
+ 30
+0.0
+ 11
+553.3739806412921
+ 21
+-124.18462016609
+ 31
+0.0
+ 12
+546.2097743096698
+ 22
+-116.1522022323676
+ 32
+0.0
+ 13
+549.77977430967
+ 23
+-124.1847022323678
+ 33
+0.0
+  0
+SOLID
+  5
+1C3AA
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+    51
+100
+AcDbTrace
+ 10
+556.9197743096699
+ 20
+-134.0022022323682
+ 30
+0.0
+ 11
+553.3739806412921
+ 21
+-125.9697842986458
+ 31
+0.0
+ 12
+546.2097743096698
+ 22
+-134.0022022323682
+ 32
+0.0
+ 13
+549.77977430967
+ 23
+-125.9697022323677
+ 33
+0.0
+  0
+LINE
+  5
+1C3AB
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+556.9197743096699
+ 20
+-134.0022022323682
+ 30
+0.0
+ 11
+553.3739806412921
+ 21
+-125.9696201660896
+ 31
+14.28000000000001
+  0
+LINE
+  5
+1C3AC
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+553.3739806412921
+ 20
+-125.9696201660896
+ 30
+14.28000000000001
+ 11
+560.5139806412919
+ 21
+-125.9696201660896
+ 31
+14.28000000000001
+  0
+LINE
+  5
+1C3AD
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+560.5139806412919
+ 20
+-125.9696201660646
+ 30
+28.56000000000003
+ 11
+560.4897743096706
+ 21
+-131.3247022323431
+ 31
+28.56000000000003
+  0
+LINE
+  5
+1C3AE
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+571.1997743096697
+ 20
+-131.3247022323681
+ 30
+28.56000000000006
+ 11
+560.48977430967
+ 21
+-131.3247022323681
+ 31
+28.56000000000006
+  0
+LINE
+  5
+1C3AF
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+560.4897743096706
+ 20
+-118.8297022323673
+ 30
+14.28000000000001
+ 11
+560.5139806412919
+ 21
+-124.18462016609
+ 31
+14.28000000000001
+  0
+LINE
+  5
+1C3B0
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+560.5139806412919
+ 20
+-124.18462016609
+ 30
+14.28000000000001
+ 11
+553.3739806412921
+ 21
+-124.18462016609
+ 31
+14.28000000000001
+  0
+LINE
+  5
+1C3B1
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+553.3739806412921
+ 20
+-124.18462016609
+ 30
+14.28000000000001
+ 11
+556.9197743096699
+ 21
+-116.1522022323676
+ 31
+0.0
+  0
+LINE
+  5
+1C3B2
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+546.2097743096698
+ 20
+-116.1522022323676
+ 30
+0.0
+ 11
+549.77977430967
+ 21
+-124.1847022323678
+ 31
+0.0
+  0
+LINE
+  5
+1C3B3
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+549.77977430967
+ 20
+-124.1847022323678
+ 30
+0.0
+ 11
+549.77977430967
+ 21
+-125.9697022323677
+ 31
+0.0
+  0
+LINE
+  5
+1C3B4
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+549.77977430967
+ 20
+-125.9697022323677
+ 30
+0.0
+ 11
+546.2097743096698
+ 21
+-134.0022022323682
+ 31
+0.0
+  0
+SOLID
+  5
+1C3B5
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    90
+100
+AcDbTrace
+ 10
+475.8079546374347
+ 20
+-245.3025616107388
+ 30
+160.0
+ 11
+553.8079485770128
+ 21
+-245.3057472384429
+ 31
+160.0
+ 12
+475.8079546374347
+ 22
+-241.3025606329046
+ 32
+160.0
+ 13
+549.8062752138282
+ 23
+-241.3025606329046
+ 33
+160.0
+  0
+SOLID
+  5
+1C3B6
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    90
+100
+AcDbTrace
+ 10
+549.8079485770135
+ 20
+-134.0022026465318
+ 30
+0.0
+ 11
+549.8062752138282
+ 21
+-241.3025606329046
+ 31
+0.0
+ 12
+553.8079485770135
+ 22
+-134.0022026465318
+ 32
+0.0
+ 13
+553.8079485770128
+ 23
+-245.3057472384429
+ 33
+0.0
+  0
+LINE
+  5
+1C3B7
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+475.8079546374347
+ 20
+-241.3025606329046
+ 30
+160.0
+ 11
+549.8062752138282
+ 21
+-241.3025606329046
+ 31
+0.0
+  0
+LINE
+  5
+1C3B8
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+549.8062752138282
+ 20
+-241.3025606329046
+ 30
+0.0
+ 11
+549.8079485770135
+ 21
+-134.0022026465318
+ 31
+0.0
+  0
+LINE
+  5
+1C3B9
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+475.8079397879523
+ 20
+-245.3025761259744
+ 30
+0.0
+ 11
+553.8079485770128
+ 21
+-245.3057472384429
+ 31
+0.0
+  0
+LINE
+  5
+1C3BA
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+553.8079485770128
+ 20
+-245.3057472384429
+ 30
+0.0
+ 11
+553.8079485770135
+ 21
+-134.0022022323682
+ 31
+0.0
+  0
+INSERT
+  5
+1C3BB
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     9
+100
+AcDbBlockReference
+ 66
+     1
+  2
+palet
+ 10
+566.3789118472118
+ 20
+-219.2602992112608
+ 30
+-28.9114261271681
+  0
+ATTRIB
+  5
+1C3BC
+330
+1C3BB
+100
+AcDbEntity
+  8
+IMG009
+ 62
+     9
+100
+AcDbText
+ 10
+566.3789118472118
+ 20
+-219.2602992112608
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+CWM-CWS03:WtrC-LT-070:LL|/CWM-CWS03:WtrC-LT-070:LVL
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1C3BD
+330
+1C3BB
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+566.3789118472118
+ 20
+-219.2602992112608
+ 30
+-28.9114261271681
+ 40
+6.0
+  1
+90
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1C3BE
+330
+1C3BB
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+566.3789118472118
+ 20
+-219.2602992112608
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+9
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1C3BF
+330
+1C3BB
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+566.3789118472118
+ 20
+-219.2602992112608
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+7
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+1C3C0
+330
+1C3BB
+100
+AcDbEntity
+  8
+0
+  0
+SOLID
+  5
+1C3C1
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+   101
+100
+AcDbTrace
+ 10
+229.8079523097586
+ 20
+170.6974361870747
+ 30
+0.0
+ 11
+308.0018261263453
+ 21
+170.6974361870747
+ 31
+0.0
+ 12
+229.8079523097586
+ 22
+174.6974361870747
+ 32
+0.0
+ 13
+308.0018261263454
+ 23
+174.6974361870747
+ 33
+0.0
+  0
+LINE
+  5
+1C3C3
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+229.8079523097586
+ 20
+174.6974361870747
+ 30
+0.0
+ 11
+229.8079523097586
+ 21
+170.6974361870747
+ 31
+0.0
+  0
+LINE
+  5
+1C3C4
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+229.8079523097586
+ 20
+170.6974361870747
+ 30
+0.0
+ 11
+308.0018261263453
+ 21
+170.6974361870747
+ 31
+0.0
+  0
+INSERT
+  5
+1C3C5
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     9
+100
+AcDbBlockReference
+ 66
+     1
+  2
+palet
+ 10
+330.2870905210347
+ 20
+129.6418754507273
+ 30
+-28.9114261271681
+  0
+ATTRIB
+  5
+1C3C6
+330
+1C3C5
+100
+AcDbEntity
+  8
+IMG009
+ 62
+     9
+100
+AcDbText
+ 10
+330.2870905210347
+ 20
+129.6418754507273
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+CWM-CWS03:WtrC-FCV-012:Open
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1C3C7
+330
+1C3C5
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+330.2870905210347
+ 20
+129.6418754507273
+ 30
+-28.9114261271681
+ 40
+6.0
+  1
+91
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1C3C8
+330
+1C3C5
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+330.2870905210347
+ 20
+129.6418754507273
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+11
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1C3C9
+330
+1C3C5
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+330.2870905210347
+ 20
+129.6418754507273
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+7
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+1C3CA
+330
+1C3C5
+100
+AcDbEntity
+  8
+0
+  0
+INSERT
+  5
+1C3CB
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     9
+100
+AcDbBlockReference
+ 66
+     1
+  2
+palet
+ 10
+448.591689912761
+ 20
+132.1692018531806
+ 30
+-28.9114261271681
+  0
+ATTRIB
+  5
+1C3CC
+330
+1C3CB
+100
+AcDbEntity
+  8
+IMG009
+ 62
+     9
+100
+AcDbText
+ 10
+448.591689912761
+ 20
+132.1692018531806
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+CWM-CWS03:WtrC-FCV-012:Open
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1C3CD
+330
+1C3CB
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+448.591689912761
+ 20
+132.1692018531806
+ 30
+-28.9114261271681
+ 40
+6.0
+  1
+92
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1C3CE
+330
+1C3CB
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+448.591689912761
+ 20
+132.1692018531806
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+9
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1C3CF
+330
+1C3CB
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+448.591689912761
+ 20
+132.1692018531806
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+7
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+1C3D0
+330
+1C3CB
+100
+AcDbEntity
+  8
+0
+  0
+SOLID
+  5
+1C3D1
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    91
+100
+AcDbTrace
+ 10
+325.851826126346
+ 20
+170.6974360520115
+ 30
+0.0
+ 11
+357.80795128706
+ 21
+170.6974360520115
+ 31
+0.0
+ 12
+325.851826126346
+ 22
+174.6974360520115
+ 32
+0.0
+ 13
+357.807951402398
+ 23
+174.6974360520115
+ 33
+0.0
+  0
+SOLID
+  5
+1C3D2
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    91
+100
+AcDbTrace
+ 10
+341.807951402398
+ 20
+120.6974360520115
+ 30
+0.0
+ 11
+341.807951402398
+ 21
+170.6974360520115
+ 31
+0.0
+ 12
+345.807951402398
+ 22
+120.6974360520115
+ 32
+0.0
+ 13
+345.807951402398
+ 23
+170.6974360520115
+ 33
+0.0
+  0
+SOLID
+  5
+1C3D3
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+435.8079514023979
+ 20
+120.6974360520115
+ 30
+0.0
+ 11
+435.8079500237149
+ 21
+170.6974360520115
+ 31
+0.0
+ 12
+439.8079500237149
+ 22
+120.6974352197565
+ 32
+0.0
+ 13
+439.8079500237149
+ 23
+170.6974360520115
+ 33
+0.0
+  0
+SOLID
+  5
+1C3D4
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+435.8079514023979
+ 20
+120.6974352197565
+ 30
+0.0
+ 11
+389.8079570348946
+ 21
+120.6974380716593
+ 31
+0.0
+ 12
+435.8079500237149
+ 22
+124.6974360520115
+ 32
+0.0
+ 13
+389.8079570348946
+ 23
+124.7030469154684
+ 33
+0.0
+  0
+SOLID
+  5
+1C3D5
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    91
+100
+AcDbTrace
+ 10
+345.807951402398
+ 20
+120.6974360520115
+ 30
+0.0
+ 11
+389.8079570348946
+ 21
+120.6974380716593
+ 31
+0.0
+ 12
+345.807951402398
+ 22
+124.6974360520115
+ 32
+0.0
+ 13
+389.8079570348946
+ 23
+124.6974360520115
+ 33
+0.0
+  0
+LINE
+  5
+1C3D6
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+325.851826126346
+ 20
+174.6974360520115
+ 30
+0.0
+ 11
+357.80795128706
+ 21
+174.6974360520115
+ 31
+0.0
+  0
+LINE
+  5
+1C3D7
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+325.851826126346
+ 20
+170.6974360520115
+ 30
+0.0
+ 11
+341.807951402398
+ 21
+170.6974360520115
+ 31
+0.0
+  0
+LINE
+  5
+1C3D8
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+341.807951402398
+ 20
+170.6974360520115
+ 30
+0.0
+ 11
+341.807951402398
+ 21
+120.6974360520115
+ 31
+0.0
+  0
+LINE
+  5
+1C3D9
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+341.807951402398
+ 20
+120.6974360520115
+ 30
+0.0
+ 11
+439.8079500237149
+ 21
+120.6974352197565
+ 31
+0.0
+  0
+LINE
+  5
+1C3DA
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+357.80795128706
+ 20
+170.6974360520115
+ 30
+0.0
+ 11
+345.807951402398
+ 21
+170.6974360520115
+ 31
+0.0
+  0
+LINE
+  5
+1C3DB
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+345.807951402398
+ 20
+170.6974360520115
+ 30
+0.0
+ 11
+345.807951402398
+ 21
+124.6974360520115
+ 31
+0.0
+  0
+LINE
+  5
+1C3DC
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+345.807951402398
+ 20
+124.6974360520115
+ 30
+0.0
+ 11
+435.8079500237149
+ 21
+124.6974360520115
+ 31
+0.0
+  0
+LINE
+  5
+1C3DD
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+435.8079500237149
+ 20
+170.6974360520115
+ 30
+0.0
+ 11
+435.8079512921033
+ 21
+124.6974360520115
+ 31
+0.0
+  0
+LINE
+  5
+1C3DE
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+439.8079500237149
+ 20
+170.6974360520115
+ 30
+0.0
+ 11
+439.8079500237149
+ 21
+120.6974352197565
+ 31
+0.0
+  0
+LINE
+  5
+1C3DF
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+308.0018261263454
+ 20
+177.7077946265611
+ 30
+0.0
+ 11
+308.0018261263454
+ 21
+166.9977946265611
+ 31
+0.0
+  0
+LINE
+  5
+1C3E0
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+325.851826126346
+ 20
+177.7077946265611
+ 30
+0.0
+ 11
+325.851826126346
+ 21
+166.9977946265611
+ 31
+0.0
+  0
+LINE
+  5
+1C3E1
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+310.6793261263452
+ 20
+181.3020009581831
+ 30
+14.28
+ 11
+310.6793261263452
+ 21
+192.0120009581832
+ 31
+14.28
+  0
+LINE
+  5
+1C3E2
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+310.6793261263452
+ 20
+192.0120009581832
+ 30
+14.28
+ 11
+323.174326126346
+ 21
+192.0120009581832
+ 31
+14.28
+  0
+LINE
+  5
+1C3E3
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+477.8518261263459
+ 20
+177.7077946265611
+ 30
+0.0
+ 11
+477.8518261263459
+ 21
+166.9977946265611
+ 31
+0.0
+  0
+LINE
+  5
+1C3E4
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+460.0018261263453
+ 20
+177.7077946265611
+ 30
+0.0
+ 11
+460.0018261263453
+ 21
+166.9977946265611
+ 31
+0.0
+  0
+LINE
+  5
+1C3E5
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+462.6793261263451
+ 20
+181.3020009581831
+ 30
+14.28
+ 11
+462.6793261263451
+ 21
+192.0120009581832
+ 31
+14.28
+  0
+LINE
+  5
+1C3E6
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+462.6793261263451
+ 20
+192.0120009581832
+ 30
+14.28
+ 11
+475.174326126346
+ 21
+191.9877946265609
+ 31
+28.56000000000006
+  0
+LINE
+  5
+1C3E7
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+460.0018261263453
+ 20
+337.7077946265611
+ 30
+0.0
+ 11
+460.0018261263453
+ 21
+326.9977946265612
+ 31
+0.0
+  0
+LINE
+  5
+1C3E8
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+477.8518261263459
+ 20
+326.9977946265612
+ 30
+0.0
+ 11
+477.8518261263459
+ 21
+337.7077946265611
+ 31
+0.0
+  0
+LINE
+  5
+1C3E9
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+462.6793261263451
+ 20
+341.2777946265618
+ 30
+14.28000000000001
+ 11
+462.6793261263451
+ 21
+352.0120009581832
+ 31
+14.28
+  0
+LINE
+  5
+1C3EA
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+462.6793261263451
+ 20
+352.0120009581832
+ 30
+14.28
+ 11
+475.174326126346
+ 21
+352.0120009581832
+ 31
+14.28
+  0
+LINE
+  5
+1C3EB
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+686.6793261263449
+ 20
+181.2777946265618
+ 30
+14.28000000000001
+ 11
+686.6793261263449
+ 21
+192.0120009581832
+ 31
+14.28
+  0
+LINE
+  5
+1C3EC
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+686.6793261263449
+ 20
+192.0120009581832
+ 30
+14.28
+ 11
+699.1743261263457
+ 21
+192.0120009581832
+ 31
+14.28
+  0
+LINE
+  5
+1C3ED
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+701.8518261263457
+ 20
+177.7077946265611
+ 30
+0.0
+ 11
+701.8518261263457
+ 21
+166.9977946265611
+ 31
+0.0
+  0
+LINE
+  5
+1C3EE
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+684.0018261263451
+ 20
+177.7077946265611
+ 30
+0.0
+ 11
+684.0018261263451
+ 21
+166.9977946265611
+ 31
+0.0
+  0
+LINE
+  5
+1C3EF
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1218.501827378792
+ 20
+50.99779684594807
+ 30
+0.0
+ 11
+1218.501827378792
+ 21
+37.49779134933431
+ 31
+0.0
+  0
+LINE
+  5
+1C3F0
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1218.501827378792
+ 20
+37.49779134933431
+ 30
+0.0
+ 11
+1205.001821927466
+ 21
+44.24779868446461
+ 31
+0.0
+  0
+LINE
+  5
+1C3F1
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1205.001821927466
+ 20
+44.24779868446461
+ 30
+0.0
+ 11
+1205.001821927466
+ 21
+30.74779775202995
+ 31
+0.0
+  0
+LINE
+  5
+1C3F2
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1205.001821927466
+ 20
+30.74779775202995
+ 30
+0.0
+ 11
+1218.501825693759
+ 21
+37.53273314350298
+ 31
+0.0
+  0
+LINE
+  5
+1C3F3
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1218.501825693759
+ 20
+37.53273314350298
+ 30
+0.0
+ 11
+1211.751824630485
+ 21
+23.99779498107898
+ 31
+0.0
+  0
+LINE
+  5
+1C3F4
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1211.751824630485
+ 20
+23.99779498107898
+ 30
+0.0
+ 11
+1225.25182556292
+ 21
+23.99779498107898
+ 31
+0.0
+  0
+LINE
+  5
+1C3F5
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1225.25182556292
+ 20
+23.99779498107898
+ 30
+0.0
+ 11
+1218.501825096703
+ 21
+37.49779591351336
+ 31
+0.0
+  0
+LINE
+  5
+1C3F6
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1218.501825096703
+ 20
+37.49779591351336
+ 30
+0.0
+ 11
+1232.001826626194
+ 21
+30.78273267728543
+ 31
+0.0
+  0
+LINE
+  5
+1C3F7
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1232.001826626194
+ 20
+30.78273267728543
+ 30
+0.0
+ 11
+1232.001826626194
+ 21
+44.28273360972008
+ 31
+0.0
+  0
+LINE
+  5
+1C3F8
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1232.001826626194
+ 20
+44.28273360972008
+ 30
+0.0
+ 11
+1218.501827378792
+ 21
+37.53273398601931
+ 31
+0.0
+  0
+LINE
+  5
+1C3F9
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1218.501827378792
+ 20
+37.53273398601931
+ 30
+0.0
+ 11
+1218.501827378792
+ 21
+50.99779684594807
+ 31
+0.0
+  0
+LINE
+  5
+1C3FA
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1218.501827378792
+ 20
+50.99779684594807
+ 30
+0.0
+ 11
+1229.751825873731
+ 21
+50.99779684594807
+ 31
+0.0
+  0
+LINE
+  5
+1C3FB
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1229.751825873731
+ 20
+50.99779684594807
+ 30
+0.0
+ 11
+1229.470455522603
+ 21
+53.40096387818778
+ 31
+0.0
+  0
+LINE
+  5
+1C3FC
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1229.470455522603
+ 20
+53.40096387818778
+ 30
+0.0
+ 11
+1228.656840533618
+ 21
+55.89913028763169
+ 31
+0.0
+  0
+LINE
+  5
+1C3FD
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1228.656840533618
+ 20
+55.89913028763169
+ 30
+0.0
+ 11
+1227.320191854045
+ 21
+58.04871544647415
+ 31
+0.0
+  0
+LINE
+  5
+1C3FE
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1227.320191854045
+ 20
+58.04871544647415
+ 30
+0.0
+ 11
+1225.344269737935
+ 21
+59.90781700994159
+ 31
+0.0
+  0
+LINE
+  5
+1C3FF
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1225.344269737935
+ 20
+59.90781700994159
+ 30
+0.0
+ 11
+1223.309080527234
+ 21
+61.11863730114021
+ 31
+0.0
+  0
+LINE
+  5
+1C400
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1223.309080527234
+ 20
+61.11863730114021
+ 30
+0.0
+ 11
+1221.055512713919
+ 21
+61.96061331003386
+ 31
+0.0
+  0
+LINE
+  5
+1C401
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1221.055512713919
+ 20
+61.96061331003386
+ 30
+0.0
+ 11
+1218.80794814944
+ 21
+62.47016136306285
+ 31
+256.0
+  0
+LINE
+  5
+1C402
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1218.80794814944
+ 20
+62.47016136306285
+ 30
+256.0
+ 11
+1216.075952682015
+ 21
+61.98313528000665
+ 31
+0.0
+  0
+LINE
+  5
+1C403
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1216.075952682015
+ 20
+61.98313528000665
+ 30
+0.0
+ 11
+1213.6574418513
+ 21
+61.14139049982407
+ 31
+0.0
+  0
+LINE
+  5
+1C404
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1213.6574418513
+ 20
+61.14139049982407
+ 30
+0.0
+ 11
+1211.485657222674
+ 21
+59.79188041654253
+ 31
+0.0
+  0
+LINE
+  5
+1C405
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1211.485657222674
+ 20
+59.79188041654253
+ 30
+0.0
+ 11
+1209.711270494466
+ 21
+57.99061779124588
+ 31
+0.0
+  0
+LINE
+  5
+1C406
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1209.711270494466
+ 20
+57.99061779124588
+ 30
+0.0
+ 11
+1208.347775678705
+ 21
+55.84112193311909
+ 31
+0.0
+  0
+LINE
+  5
+1C407
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1208.347775678705
+ 20
+55.84112193311909
+ 30
+0.0
+ 11
+1207.561006825908
+ 21
+53.5171591886434
+ 31
+0.0
+  0
+LINE
+  5
+1C408
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1207.561006825908
+ 20
+53.5171591886434
+ 30
+0.0
+ 11
+1207.251824319674
+ 21
+50.99779684594807
+ 31
+0.0
+  0
+LINE
+  5
+1C409
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1207.251824319674
+ 20
+50.99779684594807
+ 30
+0.0
+ 11
+1218.501827378792
+ 21
+50.99779684594807
+ 31
+0.0
+  0
+LINE
+  5
+1C40A
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1218.501827378792
+ 20
+245.5327339860192
+ 30
+0.0
+ 11
+1205.001821927466
+ 21
+252.2477986844645
+ 31
+0.0
+  0
+LINE
+  5
+1C40B
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1205.001821927466
+ 20
+252.2477986844645
+ 30
+0.0
+ 11
+1205.001821927466
+ 21
+238.7477977520299
+ 31
+0.0
+  0
+LINE
+  5
+1C40C
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1205.001821927466
+ 20
+238.7477977520299
+ 30
+0.0
+ 11
+1218.501825693759
+ 21
+245.5327331435029
+ 31
+0.0
+  0
+LINE
+  5
+1C40D
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1218.501825693759
+ 20
+245.5327331435029
+ 30
+0.0
+ 11
+1211.751824630485
+ 21
+231.997794981079
+ 31
+0.0
+  0
+LINE
+  5
+1C40E
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1211.751824630485
+ 20
+231.997794981079
+ 30
+0.0
+ 11
+1225.25182556292
+ 21
+231.997794981079
+ 31
+0.0
+  0
+LINE
+  5
+1C40F
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1225.25182556292
+ 20
+231.997794981079
+ 30
+0.0
+ 11
+1218.501827378792
+ 21
+245.4977913493343
+ 31
+0.0
+  0
+LINE
+  5
+1C410
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1218.501827378792
+ 20
+245.4977913493343
+ 30
+0.0
+ 11
+1232.001826626194
+ 21
+238.7827326772855
+ 31
+0.0
+  0
+LINE
+  5
+1C411
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1232.001826626194
+ 20
+238.7827326772855
+ 30
+0.0
+ 11
+1232.001826626194
+ 21
+252.2827336097202
+ 31
+0.0
+  0
+LINE
+  5
+1C412
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1232.001826626194
+ 20
+252.2827336097202
+ 30
+0.0
+ 11
+1218.501827378792
+ 21
+245.5327365222895
+ 31
+0.0
+  0
+LINE
+  5
+1C413
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1218.501827378792
+ 20
+245.5327365222895
+ 30
+0.0
+ 11
+1218.501827378792
+ 21
+258.9977968459481
+ 31
+0.0
+  0
+LINE
+  5
+1C414
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1218.501827378792
+ 20
+258.9977968459481
+ 30
+0.0
+ 11
+1229.751825873731
+ 21
+258.9977968459481
+ 31
+0.0
+  0
+LINE
+  5
+1C415
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1229.751825873731
+ 20
+258.9977968459481
+ 30
+0.0
+ 11
+1229.470455522603
+ 21
+261.4009638781878
+ 31
+0.0
+  0
+LINE
+  5
+1C416
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1229.470455522603
+ 20
+261.4009638781878
+ 30
+0.0
+ 11
+1228.628041286587
+ 21
+263.8990480289484
+ 31
+0.0
+  0
+LINE
+  5
+1C417
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1228.628041286587
+ 20
+263.8990480289484
+ 30
+0.0
+ 11
+1227.320191854045
+ 21
+266.0487154464742
+ 31
+0.0
+  0
+LINE
+  5
+1C418
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1227.320191854045
+ 20
+266.0487154464742
+ 30
+0.0
+ 11
+1225.344269737935
+ 21
+267.9078170099416
+ 31
+0.0
+  0
+LINE
+  5
+1C419
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1225.344269737935
+ 20
+267.9078170099416
+ 30
+0.0
+ 11
+1223.309080527234
+ 21
+269.1186373011402
+ 31
+0.0
+  0
+LINE
+  5
+1C41A
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1223.309080527234
+ 20
+269.1186373011402
+ 30
+0.0
+ 11
+1221.055512713919
+ 21
+269.9606133100338
+ 31
+0.0
+  0
+LINE
+  5
+1C41B
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1221.055512713919
+ 20
+269.9606133100338
+ 30
+0.0
+ 11
+1218.772080662038
+ 21
+270.4701638269797
+ 31
+256.0
+  0
+LINE
+  5
+1C41C
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1218.772080662038
+ 20
+270.4701638269797
+ 30
+256.0
+ 11
+1216.075952682015
+ 21
+269.9831352800067
+ 31
+0.0
+  0
+LINE
+  5
+1C41D
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1216.075952682015
+ 20
+269.9831352800067
+ 30
+0.0
+ 11
+1213.6574418513
+ 21
+269.1413904998241
+ 31
+0.0
+  0
+LINE
+  5
+1C41E
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1213.6574418513
+ 20
+269.1413904998241
+ 30
+0.0
+ 11
+1211.485657222674
+ 21
+267.7918804165425
+ 31
+0.0
+  0
+LINE
+  5
+1C41F
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1211.485657222674
+ 20
+267.7918804165425
+ 30
+0.0
+ 11
+1209.711270494466
+ 21
+265.9906177912459
+ 31
+0.0
+  0
+LINE
+  5
+1C420
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1209.711270494466
+ 20
+265.9906177912459
+ 30
+0.0
+ 11
+1208.347775678705
+ 21
+263.8411219331191
+ 31
+0.0
+  0
+LINE
+  5
+1C421
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1208.347775678705
+ 20
+263.8411219331191
+ 30
+0.0
+ 11
+1207.561006825908
+ 21
+261.5171591886434
+ 31
+0.0
+  0
+LINE
+  5
+1C422
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1207.561006825908
+ 20
+261.5171591886434
+ 30
+0.0
+ 11
+1207.251824319674
+ 21
+258.9977968459481
+ 31
+0.0
+  0
+LINE
+  5
+1C423
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1207.251824319674
+ 20
+258.9977968459481
+ 30
+0.0
+ 11
+1218.501827378792
+ 21
+258.9977968459481
+ 31
+0.0
+  0
+LINE
+  5
+1C424
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1218.807015774963
+ 20
+491.7376325939829
+ 30
+0.0
+ 11
+1205.272078500343
+ 21
+498.4701648891081
+ 31
+0.0
+  0
+LINE
+  5
+1C425
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1205.272078500343
+ 20
+498.4701648891081
+ 30
+0.0
+ 11
+1205.272078500343
+ 21
+484.9701639566734
+ 31
+0.0
+  0
+LINE
+  5
+1C426
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1205.272078500343
+ 20
+484.9701639566734
+ 30
+0.0
+ 11
+1218.772079432777
+ 21
+491.7201644228904
+ 31
+0.0
+  0
+LINE
+  5
+1C427
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1218.772079432777
+ 20
+491.7201644228904
+ 30
+0.0
+ 11
+1212.022081203362
+ 21
+478.2201611857225
+ 31
+0.0
+  0
+LINE
+  5
+1C428
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1212.022081203362
+ 20
+478.2201611857225
+ 30
+0.0
+ 11
+1225.522082135796
+ 21
+478.2201611857225
+ 31
+0.0
+  0
+LINE
+  5
+1C429
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1225.522082135796
+ 20
+478.2201611857225
+ 30
+0.0
+ 11
+1218.772083951669
+ 21
+491.7551001906628
+ 31
+0.0
+  0
+LINE
+  5
+1C42A
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1218.772083951669
+ 20
+491.7551001906628
+ 30
+0.0
+ 11
+1232.272083199071
+ 21
+485.0050988819289
+ 31
+0.0
+  0
+LINE
+  5
+1C42B
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1232.272083199071
+ 20
+485.0050988819289
+ 30
+0.0
+ 11
+1232.272083199071
+ 21
+498.5050998143637
+ 31
+0.0
+  0
+LINE
+  5
+1C42C
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1232.272083199071
+ 20
+498.5050998143637
+ 30
+0.0
+ 11
+1218.772083951669
+ 21
+491.7551001906628
+ 31
+0.0
+  0
+LINE
+  5
+1C42D
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1218.772083951669
+ 20
+491.7551001906628
+ 30
+0.0
+ 11
+1218.772083951669
+ 21
+505.2201630505916
+ 31
+0.0
+  0
+LINE
+  5
+1C42E
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1218.772083951669
+ 20
+505.2201630505916
+ 30
+0.0
+ 11
+1230.022082446608
+ 21
+505.2201630505916
+ 31
+0.0
+  0
+LINE
+  5
+1C42F
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1230.022082446608
+ 20
+505.2201630505916
+ 30
+0.0
+ 11
+1229.74071209548
+ 21
+507.6233300828313
+ 31
+0.0
+  0
+LINE
+  5
+1C430
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1229.74071209548
+ 20
+507.6233300828313
+ 30
+0.0
+ 11
+1228.927097106495
+ 21
+510.1214964922752
+ 31
+0.0
+  0
+LINE
+  5
+1C431
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1228.927097106495
+ 20
+510.1214964922752
+ 30
+0.0
+ 11
+1227.590448426921
+ 21
+512.2710816511177
+ 31
+0.0
+  0
+LINE
+  5
+1C432
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1227.590448426921
+ 20
+512.2710816511177
+ 30
+0.0
+ 11
+1225.614526310812
+ 21
+514.1301832145851
+ 31
+0.0
+  0
+LINE
+  5
+1C433
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1225.614526310812
+ 20
+514.1301832145851
+ 30
+0.0
+ 11
+1223.579337100111
+ 21
+515.3410035057837
+ 31
+0.0
+  0
+LINE
+  5
+1C434
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1223.579337100111
+ 20
+515.3410035057837
+ 30
+0.0
+ 11
+1221.325769286796
+ 21
+516.1829795146774
+ 31
+0.0
+  0
+LINE
+  5
+1C435
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1221.325769286796
+ 20
+516.1829795146774
+ 30
+0.0
+ 11
+1218.772081669562
+ 21
+516.4701638276072
+ 31
+0.0
+  0
+LINE
+  5
+1C436
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1218.772081669562
+ 20
+516.4701638276072
+ 30
+0.0
+ 11
+1216.346209254892
+ 21
+516.2055014846502
+ 31
+0.0
+  0
+LINE
+  5
+1C437
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1216.346209254892
+ 20
+516.2055014846502
+ 30
+0.0
+ 11
+1213.927698424177
+ 21
+515.3637567044675
+ 31
+0.0
+  0
+LINE
+  5
+1C438
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1213.927698424177
+ 20
+515.3637567044675
+ 30
+0.0
+ 11
+1211.75591379555
+ 21
+514.0142466211861
+ 31
+0.0
+  0
+LINE
+  5
+1C439
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1211.75591379555
+ 20
+514.0142466211861
+ 30
+0.0
+ 11
+1209.981527067343
+ 21
+512.2129839958894
+ 31
+0.0
+  0
+LINE
+  5
+1C43A
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1209.981527067343
+ 20
+512.2129839958894
+ 30
+0.0
+ 11
+1208.618032251582
+ 21
+510.0634881377625
+ 31
+0.0
+  0
+LINE
+  5
+1C43B
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1208.618032251582
+ 20
+510.0634881377625
+ 30
+0.0
+ 11
+1207.831263398785
+ 21
+507.7395253932869
+ 31
+0.0
+  0
+LINE
+  5
+1C43C
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1207.831263398785
+ 20
+507.7395253932869
+ 30
+0.0
+ 11
+1207.52208089255
+ 21
+505.2201630505916
+ 31
+0.0
+  0
+LINE
+  5
+1C43D
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1207.52208089255
+ 20
+505.2201630505916
+ 30
+0.0
+ 11
+1218.772083951669
+ 21
+505.2201630505916
+ 31
+0.0
+  0
+TEXT
+  5
+1C43E
+330
+1F
+100
+AcDbEntity
+  8
+TEXTE
+ 62
+     7
+100
+AcDbText
+ 10
+499.237982974887
+ 20
+201.0674829959927
+ 30
+64.0
+ 40
+8.0
+  1
+TT-014
+100
+AcDbText
+  0
+INSERT
+  5
+1C43F
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Valnum
+ 10
+494.0018286737063
+ 20
+188.7152632443513
+ 30
+64.0
+ 41
+1.199999999999999
+ 42
+1.199999999999999
+ 43
+1.5
+  0
+ATTRIB
+  5
+1C440
+330
+1C43F
+100
+AcDbEntity
+  8
+IMG027
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+546.8018286737062
+ 20
+188.7152632443513
+ 30
+64.0
+ 40
+9.599999999999999
+  1
+CWM-CWS03:WtrC-TT-014:Tmp
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1C441
+330
+1C43F
+100
+AcDbEntity
+  8
+IMG027
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+546.8018286737062
+ 20
+188.7152632443513
+ 30
+64.0
+ 40
+9.599999999999999
+  1
+14
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1C442
+330
+1C43F
+100
+AcDbEntity
+  8
+IMG027
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+546.8018286737062
+ 20
+188.7152632443513
+ 30
+64.0
+ 40
+9.599999999999999
+  1
+0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+1C443
+330
+1C43F
+100
+AcDbEntity
+  8
+0
+  0
+TEXT
+  5
+1C444
+330
+1F
+100
+AcDbEntity
+  8
+TEXTE
+ 62
+     2
+100
+AcDbText
+ 10
+534.0018286737063
+ 20
+189.6107797670375
+ 30
+64.0
+ 40
+8.0
+  1
+°C
+100
+AcDbText
+  0
+SOLID
+  5
+1C445
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbTrace
+ 10
+491.8018276972869
+ 20
+210.6107797670376
+ 30
+64.0
+ 11
+491.8018276972869
+ 21
+187.6107798747049
+ 31
+64.0
+ 12
+544.8018272009839
+ 22
+210.6107797670376
+ 32
+64.0
+ 13
+544.8018272009839
+ 23
+187.6107794805631
+ 33
+64.0
+  0
+SOLID
+  5
+1C446
+330
+1F
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+491.8018276972869
+ 20
+210.6107797670376
+ 30
+294.4
+ 11
+544.8018272009839
+ 21
+210.6107797670376
+ 31
+294.4
+ 12
+490.0018276972867
+ 22
+212.4107797670373
+ 32
+294.4
+ 13
+546.601824323983
+ 23
+212.4107712441852
+ 33
+294.4
+  0
+SOLID
+  5
+1C447
+330
+1F
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+490.0018276972867
+ 20
+185.8107798747052
+ 30
+64.0
+ 11
+491.8018276972869
+ 21
+187.6107798747049
+ 31
+64.0
+ 12
+490.0018276972867
+ 22
+212.4107797670373
+ 32
+64.0
+ 13
+491.8018276972869
+ 23
+210.6107797670376
+ 33
+64.0
+  0
+SOLID
+  5
+1C448
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+490.0018276692565
+ 20
+185.8107754637855
+ 30
+64.0
+ 11
+546.6018312177618
+ 21
+185.8107754637855
+ 31
+64.0
+ 12
+491.8018276692567
+ 22
+187.6107754637852
+ 32
+64.0
+ 13
+544.8018272009839
+ 23
+187.6107794805631
+ 33
+64.0
+  0
+SOLID
+  5
+1C449
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+546.6018272009842
+ 20
+185.8107794805634
+ 30
+294.4
+ 11
+544.8018272009839
+ 21
+187.6107794805631
+ 31
+294.4
+ 12
+546.6018328468617
+ 22
+212.4107797670373
+ 32
+294.4
+ 13
+544.8018272009839
+ 23
+210.6107797670376
+ 33
+294.4
+  0
+LWPOLYLINE
+  5
+1C44A
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 38
+294.4
+ 10
+490.0018261539424
+ 20
+212.4107836309482
+ 10
+546.6018227806366
+ 20
+212.4107836309482
+ 10
+546.6018285346417
+ 20
+185.8107845986334
+ 10
+490.0018319079475
+ 20
+185.8107845986334
+  0
+LINE
+  5
+1C44B
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+ 62
+    88
+100
+AcDbLine
+ 10
+593.5018304607258
+ 20
+172.7477977750203
+ 30
+0.0
+ 11
+600.251830926943
+ 21
+186.2477987074547
+ 31
+0.0
+  0
+LINE
+  5
+1C44C
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+ 62
+    88
+100
+AcDbLine
+ 10
+586.7518299945084
+ 20
+186.2477987074547
+ 30
+0.0
+ 11
+593.5018304607256
+ 21
+172.7477977750203
+ 31
+0.0
+  0
+SOLID
+  5
+1C44D
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    88
+100
+AcDbTrace
+ 10
+586.7518299945084
+ 20
+186.2477987074547
+ 30
+0.0
+ 11
+600.251830926943
+ 21
+186.2477987074547
+ 31
+0.0
+ 12
+593.5018304607258
+ 22
+172.7477977750203
+ 32
+0.0
+ 13
+593.501830460726
+ 23
+172.7477977750204
+ 33
+0.0
+  0
+SOLID
+  5
+1C44E
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    88
+100
+AcDbTrace
+ 10
+607.0018319902174
+ 20
+179.4628610112483
+ 30
+0.0
+ 11
+607.0018319902174
+ 21
+165.9628600788136
+ 31
+0.0
+ 12
+593.5018310577829
+ 22
+172.7128605450308
+ 32
+0.0
+ 13
+593.5018310577829
+ 23
+172.7128605450306
+ 33
+0.0
+  0
+SOLID
+  5
+1C44F
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    88
+100
+AcDbTrace
+ 10
+580.0018272914896
+ 20
+165.9977950040691
+ 30
+0.0
+ 11
+580.0018272914894
+ 21
+179.4977959365038
+ 31
+0.0
+ 12
+593.5018282239239
+ 22
+172.7477954702868
+ 32
+0.0
+ 13
+593.5018282239239
+ 23
+172.7477954702871
+ 33
+0.0
+  0
+SOLID
+  5
+1C450
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    88
+100
+AcDbTrace
+ 10
+582.2518296836969
+ 20
+159.2477968425856
+ 30
+0.0
+ 11
+604.7518312377544
+ 21
+159.2477968425856
+ 31
+0.0
+ 12
+582.5610121899313
+ 22
+156.7284344998903
+ 32
+0.0
+ 13
+604.4704608866263
+ 23
+156.8446298103459
+ 33
+0.0
+  0
+SOLID
+  5
+1C451
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    88
+100
+AcDbTrace
+ 10
+582.5610121899313
+ 20
+156.7284344998903
+ 30
+0.0
+ 11
+604.4704608866263
+ 21
+156.8446298103459
+ 31
+0.0
+ 12
+583.3165163391818
+ 22
+154.4045610561294
+ 32
+0.0
+ 13
+603.6568458976412
+ 23
+154.346463400902
+ 33
+0.0
+  0
+SOLID
+  5
+1C452
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    88
+100
+AcDbTrace
+ 10
+583.3477810427284
+ 20
+154.4044717554147
+ 30
+0.0
+ 11
+603.6280466506105
+ 21
+154.3465456595853
+ 31
+0.0
+ 12
+584.7112758584894
+ 22
+152.2549758972878
+ 32
+0.0
+ 13
+602.3201972180681
+ 23
+152.1968782420596
+ 33
+0.0
+  0
+SOLID
+  5
+1C453
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    88
+100
+AcDbTrace
+ 10
+584.7112758584894
+ 20
+152.2549758972878
+ 30
+0.0
+ 11
+602.2682141472476
+ 21
+152.1970497514023
+ 31
+0.0
+ 12
+586.4547365491739
+ 22
+150.4539719890478
+ 32
+0.0
+ 13
+600.3442751019588
+ 23
+150.3377766785921
+ 33
+0.0
+  0
+SOLID
+  5
+1C454
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    88
+100
+AcDbTrace
+ 10
+586.4856625866971
+ 20
+150.4537132719912
+ 30
+0.0
+ 11
+600.3442751019588
+ 21
+150.3377766785921
+ 31
+0.0
+ 12
+588.6574472153238
+ 22
+149.1042031887096
+ 32
+0.0
+ 13
+598.3090858912578
+ 23
+149.1269563873935
+ 33
+0.0
+  0
+SOLID
+  5
+1C455
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    88
+100
+AcDbTrace
+ 10
+588.6574472153238
+ 20
+149.1042031887096
+ 30
+0.0
+ 11
+598.3090858912578
+ 21
+149.1269563873935
+ 31
+0.0
+ 12
+591.0248338659871
+ 22
+148.262227179816
+ 32
+0.0
+ 13
+596.0555180779424
+ 23
+148.2849803784999
+ 33
+0.0
+  0
+SOLID
+  5
+1C456
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    88
+100
+AcDbTrace
+ 10
+591.0759580460373
+ 20
+148.2624584085272
+ 30
+0.0
+ 11
+596.0269724072979
+ 21
+148.2848512697568
+ 31
+0.0
+ 12
+593.5018304607083
+ 22
+147.99779606557
+ 32
+0.0
+ 13
+593.5018304607083
+ 23
+147.99779606557
+ 33
+0.0
+  0
+LINE
+  5
+1C457
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    88
+100
+AcDbLine
+ 10
+593.5018327428154
+ 20
+172.7477932108414
+ 30
+0.0
+ 11
+593.5018327428154
+ 21
+159.2477968425856
+ 31
+0.0
+  0
+LINE
+  5
+1C458
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+580.0018272914896
+ 20
+165.9977950040691
+ 30
+0.0
+ 11
+580.0018272914894
+ 21
+179.4977959365038
+ 31
+0.0
+  0
+LINE
+  5
+1C459
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+580.0018272914894
+ 20
+179.4977959365038
+ 30
+0.0
+ 11
+593.5018327428154
+ 21
+172.7128597025144
+ 31
+0.0
+  0
+LINE
+  5
+1C45A
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+593.5018327428154
+ 20
+172.7128597025144
+ 30
+0.0
+ 11
+586.7518299945084
+ 21
+186.2477987074547
+ 31
+0.0
+  0
+LINE
+  5
+1C45B
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+600.251830926943
+ 20
+186.2477987074547
+ 30
+0.0
+ 11
+593.5018327428154
+ 21
+172.7128597025144
+ 31
+0.0
+  0
+LINE
+  5
+1C45C
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+593.5018327428154
+ 20
+172.7128597025144
+ 30
+0.0
+ 11
+607.0018319902174
+ 21
+179.4628610112483
+ 31
+0.0
+  0
+LINE
+  5
+1C45D
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+607.0018319902174
+ 20
+179.4628610112483
+ 30
+0.0
+ 11
+607.0018319902174
+ 21
+165.9628600788136
+ 31
+0.0
+  0
+LINE
+  5
+1C45E
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+607.0018319902174
+ 20
+165.9628600788136
+ 30
+0.0
+ 11
+593.5018338623069
+ 21
+172.7128619472928
+ 31
+0.0
+  0
+LINE
+  5
+1C45F
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+593.5018338623069
+ 20
+172.7128619472928
+ 30
+0.0
+ 11
+593.5018327428154
+ 21
+159.2477968425856
+ 31
+0.0
+  0
+LINE
+  5
+1C460
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+593.5018327428154
+ 20
+159.2477968425856
+ 30
+0.0
+ 11
+604.7518312377544
+ 21
+159.2477968425856
+ 31
+0.0
+  0
+LINE
+  5
+1C461
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+604.7518312377544
+ 20
+159.2477968425856
+ 30
+0.0
+ 11
+604.4704608866263
+ 21
+156.8446298103459
+ 31
+0.0
+  0
+LINE
+  5
+1C462
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+604.4704608866263
+ 20
+156.8446298103459
+ 30
+0.0
+ 11
+603.6568458976412
+ 21
+154.346463400902
+ 31
+0.0
+  0
+LINE
+  5
+1C463
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+603.6568458976412
+ 20
+154.346463400902
+ 30
+0.0
+ 11
+602.2682141472476
+ 21
+152.1970497514023
+ 31
+0.0
+  0
+LINE
+  5
+1C464
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+602.2682141472476
+ 20
+152.1970497514023
+ 30
+0.0
+ 11
+600.3442751019588
+ 21
+150.3377766785921
+ 31
+0.0
+  0
+LINE
+  5
+1C465
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+600.3442751019588
+ 20
+150.3377766785921
+ 30
+0.0
+ 11
+598.3090858912578
+ 21
+149.1269563873935
+ 31
+0.0
+  0
+LINE
+  5
+1C466
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+598.3090858912578
+ 20
+149.1269563873935
+ 30
+0.0
+ 11
+596.0555180779424
+ 21
+148.2849803784999
+ 31
+0.0
+  0
+LINE
+  5
+1C467
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+596.0555180779424
+ 20
+148.2849803784999
+ 30
+0.0
+ 11
+593.5018304607083
+ 21
+147.99779606557
+ 31
+0.0
+  0
+LINE
+  5
+1C468
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+593.5018304607083
+ 20
+147.99779606557
+ 30
+0.0
+ 11
+591.0759580460383
+ 21
+148.2624584085271
+ 31
+0.0
+  0
+LINE
+  5
+1C469
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+591.0759580460383
+ 20
+148.2624584085271
+ 30
+0.0
+ 11
+588.6574472153238
+ 21
+149.1042031887096
+ 31
+0.0
+  0
+LINE
+  5
+1C46A
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+588.6574472153238
+ 20
+149.1042031887096
+ 30
+0.0
+ 11
+586.4856625866971
+ 21
+150.4537132719912
+ 31
+0.0
+  0
+LINE
+  5
+1C46B
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+586.4856625866971
+ 20
+150.4537132719912
+ 30
+0.0
+ 11
+584.7112758584894
+ 21
+152.2549758972878
+ 31
+0.0
+  0
+LINE
+  5
+1C46C
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+584.7112758584894
+ 20
+152.2549758972878
+ 30
+0.0
+ 11
+583.3477810427284
+ 21
+154.4044717554147
+ 31
+0.0
+  0
+LINE
+  5
+1C46D
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+583.3477810427284
+ 20
+154.4044717554147
+ 30
+0.0
+ 11
+582.5610121899313
+ 21
+156.7284344998903
+ 31
+0.0
+  0
+LINE
+  5
+1C46E
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+582.5610121899313
+ 20
+156.7284344998903
+ 30
+0.0
+ 11
+582.2518296836969
+ 21
+159.2477968425856
+ 31
+0.0
+  0
+LINE
+  5
+1C46F
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+582.2518296836969
+ 20
+159.2477968425856
+ 30
+0.0
+ 11
+593.5018327428154
+ 21
+159.2477968425856
+ 31
+0.0
+  0
+LINE
+  5
+1C470
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+593.5018327428154
+ 20
+159.2477968425856
+ 30
+0.0
+ 11
+593.4669848902087
+ 21
+172.7303738034293
+ 31
+0.0
+  0
+LINE
+  5
+1C471
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+593.4669848902087
+ 20
+172.7303738034293
+ 30
+0.0
+ 11
+580.0018272914896
+ 21
+165.9977950040691
+ 31
+0.0
+  0
+LINE
+  5
+1C472
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+586.7518299945084
+ 20
+186.2477987074545
+ 30
+0.0
+ 11
+600.251830926943
+ 21
+186.2477987074547
+ 31
+0.0
+  0
+LINE
+  5
+1C473
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+740.8079550967338
+ 20
+170.0027747820648
+ 30
+64.0
+ 11
+740.8079550967338
+ 21
+156.00277402945
+ 31
+64.0
+  0
+TEXT
+  5
+1C475
+330
+1F
+100
+AcDbEntity
+  8
+TEXTE
+ 62
+     7
+100
+AcDbText
+ 10
+721.0018237785493
+ 20
+121.0674841833444
+ 30
+1382.4
+ 40
+8.0
+  1
+FT-010
+100
+AcDbText
+  0
+INSERT
+  5
+1C476
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Valnum
+ 10
+711.8338556366325
+ 20
+108.715264431703
+ 30
+1382.4
+ 41
+1.199999999999999
+ 42
+1.199999999999999
+ 43
+1.5
+  0
+ATTRIB
+  5
+1C477
+330
+1C476
+100
+AcDbEntity
+  8
+IMG027
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+764.6338556366324
+ 20
+108.715264431703
+ 30
+1382.4
+ 40
+9.599999999999999
+  1
+CWM-CWS03:WtrC-FT-010:Flw
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1C478
+330
+1C476
+100
+AcDbEntity
+  8
+IMG027
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+764.6338556366324
+ 20
+108.715264431703
+ 30
+1382.4
+ 40
+9.599999999999999
+  1
+14
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1C479
+330
+1C476
+100
+AcDbEntity
+  8
+IMG027
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+764.6338556366324
+ 20
+108.715264431703
+ 30
+1382.4
+ 40
+9.599999999999999
+  1
+0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+1C47A
+330
+1C476
+100
+AcDbEntity
+  8
+0
+  0
+TEXT
+  5
+1C47B
+330
+1F
+100
+AcDbEntity
+  8
+TEXTE
+ 62
+     2
+100
+AcDbText
+ 10
+744.2723490286361
+ 20
+109.6107809543895
+ 30
+1382.4
+ 40
+8.0
+  1
+m3/h
+100
+AcDbText
+  0
+SOLID
+  5
+1C47C
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbTrace
+ 10
+709.8018262211669
+ 20
+130.6107809543895
+ 30
+1612.8
+ 11
+709.8018262211669
+ 21
+107.6107810620568
+ 31
+1612.8
+ 12
+768.5254579428774
+ 22
+130.6107809543895
+ 32
+1612.8
+ 13
+768.5254579428774
+ 23
+107.6107930546783
+ 33
+1612.8
+  0
+SOLID
+  5
+1C47D
+330
+1F
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+709.8018262211669
+ 20
+130.6107809543895
+ 30
+1612.8
+ 11
+768.5254579428774
+ 21
+130.6107809543895
+ 31
+1612.8
+ 12
+708.0018262211667
+ 22
+132.4107809543892
+ 32
+1612.8
+ 13
+770.3254550658764
+ 23
+132.4107848183006
+ 33
+1612.8
+  0
+SOLID
+  5
+1C47E
+330
+1F
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+708.0018262211667
+ 20
+105.8107810620571
+ 30
+1382.4
+ 11
+709.8018262211669
+ 21
+107.6107810620568
+ 31
+1382.4
+ 12
+708.0018262211667
+ 22
+132.4107809543892
+ 32
+1382.4
+ 13
+709.8018262211669
+ 23
+130.6107809543895
+ 33
+1382.4
+  0
+SOLID
+  5
+1C47F
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+708.0018261931366
+ 20
+105.8107766511374
+ 30
+1612.8
+ 11
+770.3254579428776
+ 21
+105.8107930546783
+ 31
+1612.8
+ 12
+709.8018261931367
+ 22
+107.6107766511373
+ 32
+1612.8
+ 13
+768.5254579428774
+ 23
+107.6107930546783
+ 33
+1612.8
+  0
+SOLID
+  5
+1C480
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+770.3254579428776
+ 20
+105.8107930546783
+ 30
+1612.8
+ 11
+768.5254579428774
+ 21
+107.6107930546783
+ 31
+1612.8
+ 12
+770.3254635887551
+ 22
+132.4107933411522
+ 32
+1612.8
+ 13
+768.5254579428774
+ 23
+130.610793341153
+ 33
+1612.8
+  0
+LWPOLYLINE
+  5
+1C481
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 38
+1612.8
+ 10
+708.0018246778224
+ 20
+132.4107848183006
+ 10
+770.3254550658764
+ 20
+132.4107848183006
+ 10
+770.3254608198815
+ 20
+105.8107857859855
+ 10
+708.0018304318275
+ 20
+105.8107857859855
+  0
+TEXT
+  5
+1C482
+330
+1F
+100
+AcDbEntity
+  8
+TEXTE
+ 62
+     7
+100
+AcDbText
+ 10
+568.0018237785493
+ 20
+132.0674836009801
+ 30
+5990.4
+ 40
+8.0
+  1
+PCV-010
+100
+AcDbText
+  0
+INSERT
+  5
+1C483
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Valnum
+ 10
+571.8018293412263
+ 20
+119.7152638493388
+ 30
+5990.4
+ 41
+1.199999999999999
+ 42
+1.199999999999999
+ 43
+1.5
+  0
+ATTRIB
+  5
+1C484
+330
+1C483
+100
+AcDbEntity
+  8
+IMG027
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+624.6018293412264
+ 20
+119.7152638493388
+ 30
+5990.4
+ 40
+9.599999999999999
+  1
+CWM-CWS03:WtrC-PCV-010:Cmd
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1C485
+330
+1C483
+100
+AcDbEntity
+  8
+IMG027
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+624.6018293412264
+ 20
+119.7152638493388
+ 30
+5990.4
+ 40
+9.599999999999999
+  1
+14
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1C486
+330
+1C483
+100
+AcDbEntity
+  8
+IMG027
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+624.6018293412264
+ 20
+119.7152638493388
+ 30
+5990.4
+ 40
+9.599999999999999
+  1
+0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+1C487
+330
+1C483
+100
+AcDbEntity
+  8
+0
+  0
+TEXT
+  5
+1C488
+330
+1F
+100
+AcDbEntity
+  8
+TEXTE
+ 62
+     2
+100
+AcDbText
+ 10
+604.8018293412265
+ 20
+120.6107803720253
+ 30
+5990.4
+ 40
+8.0
+  1
+%
+100
+AcDbText
+  0
+SOLID
+  5
+1C489
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbTrace
+ 10
+566.8018298375293
+ 20
+141.6107803720253
+ 30
+5990.4
+ 11
+566.8018298375293
+ 21
+118.6107804796927
+ 31
+5990.4
+ 12
+619.8018293412265
+ 22
+141.6107803720253
+ 32
+5990.4
+ 13
+619.8018293412265
+ 23
+118.6107800855508
+ 33
+5990.4
+  0
+SOLID
+  5
+1C48A
+330
+1F
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+566.8018298375293
+ 20
+141.6107803720253
+ 30
+6220.8
+ 11
+619.8018293412265
+ 21
+141.6107803720253
+ 31
+6220.8
+ 12
+565.0018298375293
+ 22
+143.4107803720249
+ 32
+6220.8
+ 13
+621.6018264642257
+ 23
+143.4107718491729
+ 33
+6220.8
+  0
+SOLID
+  5
+1C48B
+330
+1F
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+565.0018298375293
+ 20
+116.8107804796926
+ 30
+5990.4
+ 11
+566.8018298375293
+ 21
+118.6107804796927
+ 31
+5990.4
+ 12
+565.0018298375293
+ 22
+143.4107803720249
+ 32
+5990.4
+ 13
+566.8018298375293
+ 23
+141.6107803720253
+ 33
+5990.4
+  0
+SOLID
+  5
+1C48C
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+565.0018298094994
+ 20
+116.8107760687732
+ 30
+5990.4
+ 11
+621.6018333580045
+ 21
+116.8107760687732
+ 31
+5990.4
+ 12
+566.8018298094994
+ 22
+118.6107760687731
+ 32
+5990.4
+ 13
+619.8018293412265
+ 23
+118.6107800855508
+ 33
+5990.4
+  0
+SOLID
+  5
+1C48D
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+621.6018293412264
+ 20
+116.8107800855508
+ 30
+6220.8
+ 11
+619.8018293412265
+ 21
+118.6107800855508
+ 31
+6220.8
+ 12
+621.6018349871044
+ 22
+143.4107803720249
+ 32
+6220.8
+ 13
+619.8018293412265
+ 23
+141.6107803720253
+ 33
+6220.8
+  0
+LWPOLYLINE
+  5
+1C48E
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 38
+6220.8
+ 10
+565.0018282941844
+ 20
+143.4107842359362
+ 10
+621.6018249208795
+ 20
+143.4107842359362
+ 10
+621.6018306748845
+ 20
+116.8107852036213
+ 10
+565.0018340481904
+ 20
+116.8107852036213
+  0
+ARC
+  5
+1C48F
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+  6
+TIRET
+ 48
+5.0
+100
+AcDbCircle
+ 10
+604.0119211212616
+ 20
+187.3650943405563
+ 30
+-256.0
+ 40
+40.74611857790618
+100
+AcDbArc
+ 50
+255.0520823212054
+ 51
+44.64482683723708
+  0
+LWPOLYLINE
+  5
+1C490
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    97
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+607.0018319902174
+ 20
+174.6974360520115
+ 10
+684.0018261263451
+ 20
+174.6974360520115
+ 10
+684.0018261263451
+ 20
+170.6974351015641
+ 10
+607.0018319902174
+ 20
+170.6974351015641
+  0
+SOLID
+  5
+1C491
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+421.8079521844019
+ 20
+170.6974360520115
+ 30
+0.0
+ 11
+460.0018261263453
+ 21
+170.6974360520115
+ 31
+0.0
+ 12
+421.807951402398
+ 22
+174.6974360520115
+ 32
+0.0
+ 13
+460.0018261263453
+ 23
+174.6974360520115
+ 33
+0.0
+  0
+LINE
+  5
+1C492
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+421.8079521844019
+ 20
+170.6974360520115
+ 30
+0.0
+ 11
+421.8079521844019
+ 21
+170.6974360520115
+ 31
+0.0
+  0
+LINE
+  5
+1C493
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+421.8079512870599
+ 20
+170.6974360520115
+ 30
+0.0
+ 11
+435.8079500237149
+ 21
+170.6974360520115
+ 31
+0.0
+  0
+LINE
+  5
+1C494
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+439.8079500237149
+ 20
+170.6974360520115
+ 30
+0.0
+ 11
+460.0018261263453
+ 21
+170.6974360520115
+ 31
+0.0
+  0
+LINE
+  5
+1C495
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+460.0018261263453
+ 20
+170.6974360520115
+ 30
+0.0
+ 11
+460.0018261263453
+ 21
+174.6974360520115
+ 31
+0.0
+  0
+LINE
+  5
+1C496
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+460.0018261263453
+ 20
+174.6974360520115
+ 30
+0.0
+ 11
+421.8079521844019
+ 21
+174.6974360520115
+ 31
+0.0
+  0
+LINE
+  5
+1C497
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+421.8079521844019
+ 20
+174.6974360520115
+ 30
+0.0
+ 11
+421.8079512870599
+ 21
+170.6974360520115
+ 31
+0.0
+  0
+LINE
+  5
+1C498
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+357.807951402398
+ 20
+174.6974360520115
+ 30
+0.0
+ 11
+357.80795128706
+ 21
+170.6974360520115
+ 31
+0.0
+  0
+SOLID
+  5
+1C499
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    93
+100
+AcDbTrace
+ 10
+477.8518261263459
+ 20
+170.6974360520115
+ 30
+0.0
+ 11
+580.0018272914894
+ 21
+170.6974360520115
+ 31
+0.0
+ 12
+477.8518261263459
+ 22
+174.6974360520115
+ 32
+0.0
+ 13
+580.0018272914894
+ 23
+174.6974360520115
+ 33
+0.0
+  0
+SOLID
+  5
+1C49A
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    93
+100
+AcDbTrace
+ 10
+549.8079509408333
+ 20
+-116.1522022323676
+ 30
+0.0
+ 11
+549.8079509408328
+ 21
+170.6974360520115
+ 31
+0.0
+ 12
+553.8079509408333
+ 22
+-116.1522022323676
+ 32
+0.0
+ 13
+553.8079509408328
+ 23
+170.6974360520115
+ 33
+0.0
+  0
+LINE
+  5
+1C49B
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+477.8518261263459
+ 20
+174.6974360520115
+ 30
+0.0
+ 11
+580.0018272914894
+ 21
+174.6974360520115
+ 31
+0.0
+  0
+LINE
+  5
+1C49C
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+477.8518261263459
+ 20
+174.6974360520115
+ 30
+0.0
+ 11
+477.8518261263459
+ 21
+170.6974360520115
+ 31
+0.0
+  0
+LINE
+  5
+1C49D
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+477.8518261263459
+ 20
+170.6974360520115
+ 30
+0.0
+ 11
+549.8079509408328
+ 21
+170.6974360520115
+ 31
+0.0
+  0
+LINE
+  5
+1C49E
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+549.8079509408328
+ 20
+170.6974360520115
+ 30
+0.0
+ 11
+549.8079509408333
+ 21
+-116.1522022323676
+ 31
+0.0
+  0
+LINE
+  5
+1C49F
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+549.8079509408333
+ 20
+-116.1522022323676
+ 30
+0.0
+ 11
+553.8079509408333
+ 21
+-116.1522022323676
+ 31
+0.0
+  0
+LINE
+  5
+1C4A0
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+553.8079509408333
+ 20
+-116.1522022323676
+ 30
+0.0
+ 11
+553.8079509408328
+ 21
+170.6974360520115
+ 31
+0.0
+  0
+LINE
+  5
+1C4A1
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+553.8079509408328
+ 20
+170.6974360520115
+ 30
+0.0
+ 11
+580.0018272914896
+ 21
+170.6974360520115
+ 31
+0.0
+  0
+LINE
+  5
+1C4A2
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+580.0018272914896
+ 20
+170.6974360520115
+ 30
+0.0
+ 11
+580.0018272914894
+ 21
+174.6974360520115
+ 31
+0.0
+  0
+INSERT
+  5
+1C4A3
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     9
+100
+AcDbBlockReference
+ 66
+     1
+  2
+palet
+ 10
+558.7771357712613
+ 20
+74.82439802182341
+ 30
+-28.9114261271681
+  0
+ATTRIB
+  5
+1C4A4
+330
+1C4A3
+100
+AcDbEntity
+  8
+IMG009
+ 62
+     9
+100
+AcDbText
+ 10
+558.7771357712613
+ 20
+74.82439802182341
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+CWM-CWS03:WtrC-FCV-014:Open|CWM-CWS03:WtrC-PCV-011:Open
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1C4A5
+330
+1C4A3
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+558.7771357712613
+ 20
+74.82439802182341
+ 30
+-28.9114261271681
+ 40
+6.0
+  1
+93
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1C4A6
+330
+1C4A3
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+558.7771357712613
+ 20
+74.82439802182341
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+9
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1C4A7
+330
+1C4A3
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+558.7771357712613
+ 20
+74.82439802182341
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+7
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+1C4A8
+330
+1C4A3
+100
+AcDbEntity
+  8
+0
+  0
+SOLID
+  5
+1C4A9
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    94
+100
+AcDbTrace
+ 10
+229.8079523097586
+ 20
+330.6974361870747
+ 30
+0.0
+ 11
+308.0018293180075
+ 21
+330.6974361870747
+ 31
+0.0
+ 12
+229.8079523097586
+ 22
+334.6974361870747
+ 32
+0.0
+ 13
+308.0018293180075
+ 23
+334.6974361870747
+ 33
+0.0
+  0
+LWPOLYLINE
+  5
+1C4AA
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+229.8079523097586
+ 20
+330.6974361870747
+ 10
+308.0018293180075
+ 20
+330.6974361870747
+ 10
+308.0018293180075
+ 20
+334.6974361870747
+ 10
+229.8079523097586
+ 20
+334.6974361870747
+  0
+SOLID
+  5
+1C4AB
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    95
+100
+AcDbTrace
+ 10
+325.8518293180081
+ 20
+330.6974360520115
+ 30
+0.0
+ 11
+357.80795128706
+ 21
+330.6974360520115
+ 31
+0.0
+ 12
+325.8518293180081
+ 22
+334.6974360520115
+ 32
+0.0
+ 13
+357.807951402398
+ 23
+334.6974360520115
+ 33
+0.0
+  0
+SOLID
+  5
+1C4AC
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    95
+100
+AcDbTrace
+ 10
+421.8079521844019
+ 20
+330.6974360520115
+ 30
+0.0
+ 11
+460.0018261263454
+ 21
+330.6974360520115
+ 31
+0.0
+ 12
+421.8079521844019
+ 22
+334.6974360520115
+ 32
+0.0
+ 13
+460.0018261263454
+ 23
+334.6974360520115
+ 33
+0.0
+  0
+LWPOLYLINE
+  5
+1C4AD
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+325.8518293180081
+ 20
+330.6974360520115
+ 10
+357.807951402398
+ 20
+330.6974360520115
+ 10
+357.807951402398
+ 20
+334.6974360520115
+ 10
+325.8518293180081
+ 20
+334.6974360520115
+  0
+LWPOLYLINE
+  5
+1C4AE
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+421.8079521844019
+ 20
+330.6974360520115
+ 10
+460.0018261263454
+ 20
+330.6974360520115
+ 10
+460.0018261263454
+ 20
+334.6974360520115
+ 10
+421.8079521844019
+ 20
+334.6974360520115
+  0
+INSERT
+  5
+1C4AF
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     9
+100
+AcDbBlockReference
+ 66
+     1
+  2
+palet
+ 10
+427.8082696224569
+ 20
+340.6128424991542
+ 30
+-28.9114261271681
+  0
+ATTRIB
+  5
+1C4B0
+330
+1C4AF
+100
+AcDbEntity
+  8
+IMG009
+ 62
+     9
+100
+AcDbText
+ 10
+427.8082696224569
+ 20
+340.6128424991542
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+CWM-CWS03:WtrC-FCV-013:Open
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1C4B1
+330
+1C4AF
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+427.8082696224569
+ 20
+340.6128424991542
+ 30
+-28.9114261271681
+ 40
+6.0
+  1
+95
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1C4B2
+330
+1C4AF
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+427.8082696224569
+ 20
+340.6128424991542
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+12
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1C4B3
+330
+1C4AF
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+427.8082696224569
+ 20
+340.6128424991542
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+7
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+1C4B4
+330
+1C4AF
+100
+AcDbEntity
+  8
+0
+  0
+INSERT
+  5
+1C4B5
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     9
+100
+AcDbBlockReference
+ 66
+     1
+  2
+palet
+ 10
+290.1332823600238
+ 20
+337.7497282738015
+ 30
+-28.9114261271681
+  0
+ATTRIB
+  5
+1C4B6
+330
+1C4B5
+100
+AcDbEntity
+  8
+IMG009
+ 62
+     9
+100
+AcDbText
+ 10
+290.1332823600238
+ 20
+337.7497282738015
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+CWM-CWS03:WtrC-FCV-011:Open
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1C4B7
+330
+1C4B5
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+290.1332823600238
+ 20
+337.7497282738015
+ 30
+-28.9114261271681
+ 40
+6.0
+  1
+94
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1C4B8
+330
+1C4B5
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+290.1332823600238
+ 20
+337.7497282738015
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+12
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1C4B9
+330
+1C4B5
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+290.1332823600238
+ 20
+337.7497282738015
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+7
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+1C4BA
+330
+1C4B5
+100
+AcDbEntity
+  8
+0
+  0
+LINE
+  5
+1C4BB
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 39
+4.0
+ 10
+455.351963494749
+ 20
+296.1205586792229
+ 30
+4.0
+ 11
+431.351963494749
+ 21
+302.1205586792229
+ 31
+4.0
+  0
+LINE
+  5
+1C4BC
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 39
+4.0
+ 10
+431.351963494749
+ 20
+302.1205586792229
+ 30
+4.0
+ 11
+455.351963494749
+ 21
+308.1205586792229
+ 31
+4.0
+  0
+LINE
+  5
+1C4BD
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 39
+4.0
+ 10
+495.3519634947491
+ 20
+300.1205586792229
+ 30
+4.0
+ 11
+495.3519634947491
+ 21
+304.1205586792229
+ 31
+4.0
+  0
+SOLID
+  5
+1C4BE
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    15
+100
+AcDbTrace
+ 10
+431.351963494749
+ 20
+302.1205586792229
+ 30
+4.0
+ 11
+455.351963494749
+ 21
+296.1205586792229
+ 31
+4.0
+ 12
+431.351963494749
+ 22
+302.1205586792229
+ 32
+4.0
+ 13
+455.351963494749
+ 23
+308.1205586792229
+ 33
+4.0
+  0
+SOLID
+  5
+1C4BF
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    15
+100
+AcDbTrace
+ 10
+495.3519631588499
+ 20
+304.1205583757436
+ 30
+4.0
+ 11
+455.351963494749
+ 21
+304.1205576308358
+ 31
+4.0
+ 12
+495.3519634947491
+ 22
+300.1205586792229
+ 32
+4.0
+ 13
+455.351963494749
+ 23
+300.1205576452873
+ 33
+4.0
+  0
+LINE
+  5
+1C4C0
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+495.3519634947491
+ 20
+300.1205586792229
+ 30
+4.0
+ 11
+455.351963494749
+ 21
+300.1205576452873
+ 31
+4.0
+  0
+LINE
+  5
+1C4C1
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+455.351963494749
+ 20
+300.1205576452873
+ 30
+4.0
+ 11
+455.351963494749
+ 21
+296.1205586792229
+ 31
+4.0
+  0
+LINE
+  5
+1C4C2
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+455.351963494749
+ 20
+296.1205586792229
+ 30
+4.0
+ 11
+431.351963494749
+ 21
+302.1205586792229
+ 31
+4.0
+  0
+LINE
+  5
+1C4C3
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+431.351963494749
+ 20
+302.1205586792229
+ 30
+4.0
+ 11
+455.351963494749
+ 21
+308.1205586792229
+ 31
+4.0
+  0
+LINE
+  5
+1C4C4
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+455.351963494749
+ 20
+308.1205586792229
+ 30
+4.0
+ 11
+455.351963494749
+ 21
+304.1205576308358
+ 31
+4.0
+  0
+LINE
+  5
+1C4C5
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+455.351963494749
+ 20
+304.1205576308358
+ 30
+4.0
+ 11
+495.3519631588499
+ 21
+304.1205583757436
+ 31
+4.0
+  0
+LINE
+  5
+1C4C6
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+495.3519631588499
+ 20
+304.1205583757436
+ 30
+4.0
+ 11
+495.3519634947491
+ 21
+300.1205586792229
+ 31
+4.0
+  0
+LINE
+  5
+1C4C7
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 39
+4.0
+ 10
+312.9399470125048
+ 20
+296.5002040425964
+ 30
+4.0
+ 11
+288.9399470125048
+ 21
+302.5002040425964
+ 31
+4.0
+  0
+LINE
+  5
+1C4C8
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 39
+4.0
+ 10
+288.9399470125048
+ 20
+302.5002040425964
+ 30
+4.0
+ 11
+312.9399470125048
+ 21
+308.5002040425965
+ 31
+4.0
+  0
+LINE
+  5
+1C4C9
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 39
+4.0
+ 10
+352.9399470125048
+ 20
+300.5002040425964
+ 30
+4.0
+ 11
+352.9399470125048
+ 21
+304.5002040425965
+ 31
+4.0
+  0
+SOLID
+  5
+1C4CA
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    15
+100
+AcDbTrace
+ 10
+288.9399470125048
+ 20
+302.5002040425964
+ 30
+4.0
+ 11
+312.9399470125048
+ 21
+296.5002040425964
+ 31
+4.0
+ 12
+288.9399470125048
+ 22
+302.5002040425964
+ 32
+4.0
+ 13
+312.9399470125048
+ 23
+308.5002040425965
+ 33
+4.0
+  0
+SOLID
+  5
+1C4CB
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    15
+100
+AcDbTrace
+ 10
+352.9399466766057
+ 20
+304.5002037391172
+ 30
+4.0
+ 11
+312.9399470125048
+ 21
+304.5002029942094
+ 31
+4.0
+ 12
+352.9399470125048
+ 22
+300.5002040425964
+ 32
+4.0
+ 13
+312.9399470125048
+ 23
+300.5002030086608
+ 33
+4.0
+  0
+LINE
+  5
+1C4CC
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+352.9399470125048
+ 20
+300.5002040425964
+ 30
+4.0
+ 11
+312.9399470125048
+ 21
+300.5002030086608
+ 31
+4.0
+  0
+LINE
+  5
+1C4CD
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+312.9399470125048
+ 20
+300.5002030086608
+ 30
+4.0
+ 11
+312.9399470125048
+ 21
+296.5002040425964
+ 31
+4.0
+  0
+LINE
+  5
+1C4CE
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+312.9399470125048
+ 20
+296.5002040425964
+ 30
+4.0
+ 11
+288.9399470125048
+ 21
+302.5002040425964
+ 31
+4.0
+  0
+LINE
+  5
+1C4CF
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+288.9399470125048
+ 20
+302.5002040425964
+ 30
+4.0
+ 11
+312.9399470125048
+ 21
+308.5002040425965
+ 31
+4.0
+  0
+LINE
+  5
+1C4D0
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+312.9399470125048
+ 20
+308.5002040425965
+ 30
+4.0
+ 11
+312.9399470125048
+ 21
+304.5002029942094
+ 31
+4.0
+  0
+LINE
+  5
+1C4D1
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+312.9399470125048
+ 20
+304.5002029942094
+ 30
+4.0
+ 11
+352.9399466766057
+ 21
+304.5002037391172
+ 31
+4.0
+  0
+LINE
+  5
+1C4D2
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+352.9399466766057
+ 20
+304.5002037391172
+ 30
+4.0
+ 11
+352.9399470125048
+ 21
+300.5002040425964
+ 31
+4.0
+  0
+LINE
+  5
+1C4D3
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 39
+4.0
+ 10
+640.6774731004563
+ 20
+295.7409133158498
+ 30
+4.0
+ 11
+616.6774731004563
+ 21
+301.7409133158498
+ 31
+4.0
+  0
+LINE
+  5
+1C4D4
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 39
+4.0
+ 10
+616.6774731004563
+ 20
+301.7409133158498
+ 30
+4.0
+ 11
+640.6774731004563
+ 21
+307.7409133158497
+ 31
+4.0
+  0
+LINE
+  5
+1C4D5
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 39
+4.0
+ 10
+680.6774731004561
+ 20
+299.7409133158498
+ 30
+4.0
+ 11
+680.6774731004561
+ 21
+303.7409133158498
+ 31
+4.0
+  0
+SOLID
+  5
+1C4D6
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    15
+100
+AcDbTrace
+ 10
+616.6774731004563
+ 20
+301.7409133158498
+ 30
+4.0
+ 11
+640.6774731004563
+ 21
+295.7409133158498
+ 31
+4.0
+ 12
+616.6774731004563
+ 22
+301.7409133158498
+ 32
+4.0
+ 13
+640.6774731004563
+ 23
+307.7409133158497
+ 33
+4.0
+  0
+SOLID
+  5
+1C4D7
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    15
+100
+AcDbTrace
+ 10
+680.677472764557
+ 20
+303.7409130123705
+ 30
+4.0
+ 11
+640.6774731004563
+ 21
+303.7409122674627
+ 31
+4.0
+ 12
+680.6774731004561
+ 22
+299.7409133158498
+ 32
+4.0
+ 13
+640.6774731004563
+ 23
+299.7409122819141
+ 33
+4.0
+  0
+LINE
+  5
+1C4D8
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+680.6774731004561
+ 20
+299.7409133158498
+ 30
+4.0
+ 11
+640.6774731004563
+ 21
+299.7409122819141
+ 31
+4.0
+  0
+LINE
+  5
+1C4D9
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+640.6774731004563
+ 20
+299.7409122819141
+ 30
+4.0
+ 11
+640.6774731004563
+ 21
+295.7409133158498
+ 31
+4.0
+  0
+LINE
+  5
+1C4DA
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+640.6774731004563
+ 20
+295.7409133158498
+ 30
+4.0
+ 11
+616.6774731004563
+ 21
+301.7409133158498
+ 31
+4.0
+  0
+LINE
+  5
+1C4DB
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+616.6774731004563
+ 20
+301.7409133158498
+ 30
+4.0
+ 11
+640.6774731004563
+ 21
+307.7409133158497
+ 31
+4.0
+  0
+LINE
+  5
+1C4DC
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+640.6774731004563
+ 20
+307.7409133158497
+ 30
+4.0
+ 11
+640.6774731004563
+ 21
+303.7409122674627
+ 31
+4.0
+  0
+LINE
+  5
+1C4DD
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+640.6774731004563
+ 20
+303.7409122674627
+ 30
+4.0
+ 11
+680.677472764557
+ 21
+303.7409130123705
+ 31
+4.0
+  0
+LINE
+  5
+1C4DE
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+680.677472764557
+ 20
+303.7409130123705
+ 30
+4.0
+ 11
+680.6774731004561
+ 21
+299.7409133158498
+ 31
+4.0
+  0
+LINE
+  5
+1C4DF
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 39
+4.0
+ 10
+583.2302610299332
+ 20
+243.8159325825817
+ 30
+4.0
+ 11
+577.2302610299332
+ 21
+219.8159325825817
+ 31
+4.0
+  0
+LINE
+  5
+1C4E0
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 39
+4.0
+ 10
+577.2302610299332
+ 20
+219.8159325825817
+ 30
+4.0
+ 11
+571.2302610299332
+ 21
+243.8159325825817
+ 31
+4.0
+  0
+LINE
+  5
+1C4E1
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 39
+4.0
+ 10
+579.2302610299332
+ 20
+283.8159325825817
+ 30
+4.0
+ 11
+575.2302610299332
+ 21
+283.8159325825817
+ 31
+4.0
+  0
+SOLID
+  5
+1C4E2
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    15
+100
+AcDbTrace
+ 10
+577.2302610299332
+ 20
+219.8159325825817
+ 30
+4.0
+ 11
+583.2302610299332
+ 21
+243.8159325825817
+ 31
+4.0
+ 12
+577.2302610299332
+ 22
+219.8159325825817
+ 32
+4.0
+ 13
+571.2302610299332
+ 23
+243.8159325825817
+ 33
+4.0
+  0
+SOLID
+  5
+1C4E3
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    15
+100
+AcDbTrace
+ 10
+575.2302613334125
+ 20
+283.8159322466826
+ 30
+4.0
+ 11
+575.2302620783202
+ 21
+243.8159325825817
+ 31
+4.0
+ 12
+579.2302610299332
+ 22
+283.8159325825817
+ 32
+4.0
+ 13
+579.2302620638688
+ 23
+243.8159325825817
+ 33
+4.0
+  0
+LINE
+  5
+1C4E4
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+579.2302610299332
+ 20
+283.8159325825817
+ 30
+4.0
+ 11
+579.2302620638688
+ 21
+243.8159325825817
+ 31
+4.0
+  0
+LINE
+  5
+1C4E5
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+579.2302620638688
+ 20
+243.8159325825817
+ 30
+4.0
+ 11
+583.2302610299332
+ 21
+243.8159325825817
+ 31
+4.0
+  0
+LINE
+  5
+1C4E6
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+583.2302610299332
+ 20
+243.8159325825817
+ 30
+4.0
+ 11
+577.2302610299332
+ 21
+219.8159325825817
+ 31
+4.0
+  0
+LINE
+  5
+1C4E7
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+577.2302610299332
+ 20
+219.8159325825817
+ 30
+4.0
+ 11
+571.2302610299332
+ 21
+243.8159325825817
+ 31
+4.0
+  0
+LINE
+  5
+1C4E8
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+571.2302610299332
+ 20
+243.8159325825817
+ 30
+4.0
+ 11
+575.2302620783202
+ 21
+243.8159325825817
+ 31
+4.0
+  0
+LINE
+  5
+1C4E9
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+575.2302620783202
+ 20
+243.8159325825817
+ 30
+4.0
+ 11
+575.2302613334125
+ 21
+283.8159322466826
+ 31
+4.0
+  0
+LINE
+  5
+1C4EA
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+575.2302613334125
+ 20
+283.8159322466826
+ 30
+4.0
+ 11
+579.2302610299332
+ 21
+283.8159325825817
+ 31
+4.0
+  0
+LINE
+  5
+1C4EB
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 39
+4.0
+ 10
+773.1915419064075
+ 20
+204.6391829665771
+ 30
+8.0
+ 11
+797.1915419064075
+ 21
+198.6391829665771
+ 31
+8.0
+  0
+LINE
+  5
+1C4EC
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 39
+4.0
+ 10
+797.1915419064075
+ 20
+198.6391829665771
+ 30
+8.0
+ 11
+773.1915419064075
+ 21
+192.6391829665771
+ 31
+8.0
+  0
+LINE
+  5
+1C4ED
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 39
+4.0
+ 10
+733.1915419064075
+ 20
+200.6391829665771
+ 30
+8.0
+ 11
+733.1915419064075
+ 21
+196.6391829665771
+ 31
+8.0
+  0
+SOLID
+  5
+1C4EE
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     5
+100
+AcDbTrace
+ 10
+797.1915419064075
+ 20
+198.6391829665771
+ 30
+8.0
+ 11
+773.1915419064075
+ 21
+204.6391829665771
+ 31
+8.0
+ 12
+797.1915419064075
+ 22
+198.6391829665771
+ 32
+8.0
+ 13
+773.1915419064075
+ 23
+192.6391829665771
+ 33
+8.0
+  0
+SOLID
+  5
+1C4EF
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     5
+100
+AcDbTrace
+ 10
+733.1915422423066
+ 20
+196.6391832700564
+ 30
+8.0
+ 11
+773.1915419064075
+ 21
+196.6391840149641
+ 31
+8.0
+ 12
+733.1915419064075
+ 22
+200.6391829665771
+ 32
+8.0
+ 13
+773.1915419064075
+ 23
+200.6391840005127
+ 33
+8.0
+  0
+LINE
+  5
+1C4F0
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+733.1915419064075
+ 20
+200.6391829665771
+ 30
+8.0
+ 11
+773.1915419064075
+ 21
+200.6391840005127
+ 31
+8.0
+  0
+LINE
+  5
+1C4F1
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+773.1915419064075
+ 20
+200.6391840005127
+ 30
+8.0
+ 11
+773.1915419064075
+ 21
+204.6391829665771
+ 31
+8.0
+  0
+LINE
+  5
+1C4F2
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+773.1915419064075
+ 20
+204.6391829665771
+ 30
+8.0
+ 11
+797.1915419064075
+ 21
+198.6391829665771
+ 31
+8.0
+  0
+LINE
+  5
+1C4F3
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+797.1915419064075
+ 20
+198.6391829665771
+ 30
+8.0
+ 11
+773.1915419064075
+ 21
+192.6391829665771
+ 31
+8.0
+  0
+LINE
+  5
+1C4F4
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+773.1915419064075
+ 20
+192.6391829665771
+ 30
+8.0
+ 11
+773.1915419064075
+ 21
+196.6391840149641
+ 31
+8.0
+  0
+LINE
+  5
+1C4F5
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+773.1915419064075
+ 20
+196.6391840149641
+ 30
+8.0
+ 11
+733.1915422423066
+ 21
+196.6391832700564
+ 31
+8.0
+  0
+LINE
+  5
+1C4F6
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+733.1915422423066
+ 20
+196.6391832700564
+ 30
+8.0
+ 11
+733.1915419064075
+ 21
+200.6391829665771
+ 31
+8.0
+  0
+LINE
+  5
+1C4F7
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 39
+4.0
+ 10
+470.0018242595062
+ 20
+228.9977961950934
+ 30
+8.0
+ 11
+494.0018242595062
+ 21
+222.9977961950934
+ 31
+8.0
+  0
+LINE
+  5
+1C4F8
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 39
+4.0
+ 10
+494.0018242595062
+ 20
+222.9977961950934
+ 30
+8.0
+ 11
+470.0018242595062
+ 21
+216.9977961950934
+ 31
+8.0
+  0
+LINE
+  5
+1C4F9
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 39
+4.0
+ 10
+430.0018242595062
+ 20
+224.9977961950934
+ 30
+8.0
+ 11
+430.0018242595062
+ 21
+220.9977961950934
+ 31
+8.0
+  0
+SOLID
+  5
+1C4FA
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     5
+100
+AcDbTrace
+ 10
+494.0018242595062
+ 20
+222.9977961950934
+ 30
+8.0
+ 11
+470.0018242595062
+ 21
+228.9977961950934
+ 31
+8.0
+ 12
+494.0018242595062
+ 22
+222.9977961950934
+ 32
+8.0
+ 13
+470.0018242595062
+ 23
+216.9977961950934
+ 33
+8.0
+  0
+SOLID
+  5
+1C4FB
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     5
+100
+AcDbTrace
+ 10
+430.0018245954054
+ 20
+220.9977964985727
+ 30
+8.0
+ 11
+470.0018242595062
+ 21
+220.9977972434805
+ 31
+8.0
+ 12
+430.0018242595062
+ 22
+224.9977961950934
+ 32
+8.0
+ 13
+470.0018242595062
+ 23
+224.9977972290291
+ 33
+8.0
+  0
+LINE
+  5
+1C4FC
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+430.0018242595062
+ 20
+224.9977961950934
+ 30
+8.0
+ 11
+470.0018242595062
+ 21
+224.9977972290291
+ 31
+8.0
+  0
+LINE
+  5
+1C4FD
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+470.0018242595062
+ 20
+224.9977972290291
+ 30
+8.0
+ 11
+470.0018242595062
+ 21
+228.9977961950934
+ 31
+8.0
+  0
+LINE
+  5
+1C4FE
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+470.0018242595062
+ 20
+228.9977961950934
+ 30
+8.0
+ 11
+494.0018242595062
+ 21
+222.9977961950934
+ 31
+8.0
+  0
+LINE
+  5
+1C4FF
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+494.0018242595062
+ 20
+222.9977961950934
+ 30
+8.0
+ 11
+470.0018242595062
+ 21
+216.9977961950934
+ 31
+8.0
+  0
+LINE
+  5
+1C500
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+470.0018242595062
+ 20
+216.9977961950934
+ 30
+8.0
+ 11
+470.0018242595062
+ 21
+220.9977972434805
+ 31
+8.0
+  0
+LINE
+  5
+1C501
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+470.0018242595062
+ 20
+220.9977972434805
+ 30
+8.0
+ 11
+430.0018245954054
+ 21
+220.9977964985727
+ 31
+8.0
+  0
+LINE
+  5
+1C502
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+430.0018245954054
+ 20
+220.9977964985727
+ 30
+8.0
+ 11
+430.0018242595062
+ 21
+224.9977961950934
+ 31
+8.0
+  0
+LINE
+  5
+1C503
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 39
+4.0
+ 10
+277.0018242595063
+ 20
+234.9977961950934
+ 30
+8.0
+ 11
+301.0018242595063
+ 21
+228.9977961950934
+ 31
+8.0
+  0
+LINE
+  5
+1C504
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 39
+4.0
+ 10
+301.0018242595063
+ 20
+228.9977961950934
+ 30
+8.0
+ 11
+277.0018242595063
+ 21
+222.9977961950934
+ 31
+8.0
+  0
+LINE
+  5
+1C505
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 39
+4.0
+ 10
+237.0018242595063
+ 20
+230.9977961950934
+ 30
+8.0
+ 11
+237.0018242595063
+ 21
+226.9977961950934
+ 31
+8.0
+  0
+SOLID
+  5
+1C506
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     5
+100
+AcDbTrace
+ 10
+301.0018242595063
+ 20
+228.9977961950934
+ 30
+8.0
+ 11
+277.0018242595063
+ 21
+234.9977961950934
+ 31
+8.0
+ 12
+301.0018242595063
+ 22
+228.9977961950934
+ 32
+8.0
+ 13
+277.0018242595063
+ 23
+222.9977961950934
+ 33
+8.0
+  0
+SOLID
+  5
+1C507
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     5
+100
+AcDbTrace
+ 10
+237.0018245954054
+ 20
+226.9977964985727
+ 30
+8.0
+ 11
+277.0018242595063
+ 21
+226.9977972434805
+ 31
+8.0
+ 12
+237.0018242595063
+ 22
+230.9977961950934
+ 32
+8.0
+ 13
+277.0018242595063
+ 23
+230.997797229029
+ 33
+8.0
+  0
+LINE
+  5
+1C508
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+237.0018242595063
+ 20
+230.9977961950934
+ 30
+8.0
+ 11
+277.0018242595063
+ 21
+230.997797229029
+ 31
+8.0
+  0
+LINE
+  5
+1C509
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+277.0018242595063
+ 20
+230.997797229029
+ 30
+8.0
+ 11
+277.0018242595063
+ 21
+234.9977961950934
+ 31
+8.0
+  0
+LINE
+  5
+1C50A
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+277.0018242595063
+ 20
+234.9977961950934
+ 30
+8.0
+ 11
+301.0018242595063
+ 21
+228.9977961950934
+ 31
+8.0
+  0
+LINE
+  5
+1C50B
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+301.0018242595063
+ 20
+228.9977961950934
+ 30
+8.0
+ 11
+277.0018242595063
+ 21
+222.9977961950934
+ 31
+8.0
+  0
+LINE
+  5
+1C50C
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+277.0018242595063
+ 20
+222.9977961950934
+ 30
+8.0
+ 11
+277.0018242595063
+ 21
+226.9977972434805
+ 31
+8.0
+  0
+LINE
+  5
+1C50D
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+277.0018242595063
+ 20
+226.9977972434805
+ 30
+8.0
+ 11
+237.0018245954054
+ 21
+226.9977964985727
+ 31
+8.0
+  0
+LINE
+  5
+1C50E
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+237.0018245954054
+ 20
+226.9977964985727
+ 30
+8.0
+ 11
+237.0018242595063
+ 21
+230.9977961950934
+ 31
+8.0
+  0
+SOLID
+  5
+1C50F
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    99
+100
+AcDbTrace
+ 10
+787.8079496827833
+ 20
+170.6974356470886
+ 30
+0.0
+ 11
+853.807954353271
+ 21
+170.6974356470886
+ 31
+0.0
+ 12
+787.8079496827833
+ 22
+174.6974356470886
+ 32
+0.0
+ 13
+853.807954353271
+ 23
+174.6974356470886
+ 33
+0.0
+  0
+SOLID
+  5
+1C510
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    96
+100
+AcDbTrace
+ 10
+787.8079554029256
+ 20
+330.6974360520115
+ 30
+0.0
+ 11
+854.0048396952874
+ 21
+330.6974360520115
+ 31
+0.0
+ 12
+787.8079554029256
+ 22
+334.6974360520115
+ 32
+0.0
+ 13
+854.0090915222849
+ 23
+334.6974360520115
+ 33
+0.0
+  0
+SOLID
+  5
+1C511
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    96
+100
+AcDbTrace
+ 10
+744.7888356986713
+ 20
+330.6974360520125
+ 30
+0.0
+ 11
+757.8079514023973
+ 21
+330.6974360520115
+ 31
+0.0
+ 12
+744.7888356986713
+ 22
+334.6974360520115
+ 32
+0.0
+ 13
+757.8079514023973
+ 23
+334.6974360520115
+ 33
+0.0
+  0
+SOLID
+  5
+1C512
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    96
+100
+AcDbTrace
+ 10
+686.944138982426
+ 20
+330.6974360520115
+ 30
+0.0
+ 11
+675.8079554029261
+ 21
+330.6974360520115
+ 31
+0.0
+ 12
+686.944138982426
+ 22
+334.6974360520115
+ 32
+0.0
+ 13
+675.8079514023977
+ 23
+334.6974360520115
+ 33
+0.0
+  0
+SOLID
+  5
+1C513
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    96
+100
+AcDbTrace
+ 10
+645.8043591659613
+ 20
+330.6974360520115
+ 30
+0.0
+ 11
+477.8518261263459
+ 21
+330.6974360520115
+ 31
+0.0
+ 12
+645.8043591659613
+ 22
+334.6974360520115
+ 32
+0.0
+ 13
+477.8518261263459
+ 23
+334.6974360520115
+ 33
+0.0
+  0
+SOLID
+  5
+1C514
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    96
+100
+AcDbTrace
+ 10
+592.0018239078417
+ 20
+186.2477981034417
+ 30
+0.0
+ 11
+592.0018239078417
+ 21
+330.6974360520115
+ 31
+0.0
+ 12
+596.0018239078417
+ 22
+186.2477981034417
+ 32
+0.0
+ 13
+596.0018239078417
+ 23
+330.6974360520115
+ 33
+0.0
+  0
+INSERT
+  5
+1C515
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     9
+100
+AcDbBlockReference
+ 66
+     1
+  2
+palet
+ 10
+594.123557775295
+ 20
+341.7642842535069
+ 30
+-28.9114261271681
+  0
+ATTRIB
+  5
+1C516
+330
+1C515
+100
+AcDbEntity
+  8
+IMG009
+ 62
+     9
+100
+AcDbText
+ 10
+594.123557775295
+ 20
+341.7642842535069
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+CWM-CWS03:WtrC-P-10:CmdD
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1C517
+330
+1C515
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+594.123557775295
+ 20
+341.7642842535069
+ 30
+-28.9114261271681
+ 40
+6.0
+  1
+96
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1C518
+330
+1C515
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+594.123557775295
+ 20
+341.7642842535069
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+12
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1C519
+330
+1C515
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+594.123557775295
+ 20
+341.7642842535069
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+7
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+1C51A
+330
+1C515
+100
+AcDbEntity
+  8
+0
+  0
+LINE
+  5
+1C51B
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+477.8518261263459
+ 20
+334.6974360520115
+ 30
+0.0
+ 11
+645.8043591659613
+ 21
+334.6974360520115
+ 31
+0.0
+  0
+LINE
+  5
+1C51C
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+645.8043591659613
+ 20
+334.6974360520115
+ 30
+0.0
+ 11
+645.8043591659613
+ 21
+330.6974360520115
+ 31
+0.0
+  0
+LINE
+  5
+1C51D
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+645.8043591659613
+ 20
+330.6974360520115
+ 30
+0.0
+ 11
+596.0018239078417
+ 21
+330.6974360520115
+ 31
+0.0
+  0
+LINE
+  5
+1C51E
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+596.0018239078417
+ 20
+330.6974360520115
+ 30
+0.0
+ 11
+596.0018239078417
+ 21
+186.2477987074547
+ 31
+0.0
+  0
+LINE
+  5
+1C51F
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+596.0018239078417
+ 20
+186.2477987074547
+ 30
+0.0
+ 11
+592.0018239078417
+ 21
+186.2477987074547
+ 31
+0.0
+  0
+LINE
+  5
+1C520
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+592.0018239078417
+ 20
+186.2477987074547
+ 30
+0.0
+ 11
+592.0018239078417
+ 21
+330.6974360520115
+ 31
+0.0
+  0
+LINE
+  5
+1C521
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+592.0018239078417
+ 20
+330.6974360520115
+ 30
+0.0
+ 11
+477.8518261263459
+ 21
+330.6974360520115
+ 31
+0.0
+  0
+LINE
+  5
+1C522
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+477.8518261263459
+ 20
+330.6974360520115
+ 30
+0.0
+ 11
+477.8518261263459
+ 21
+334.6974360520115
+ 31
+0.0
+  0
+LWPOLYLINE
+  5
+1C523
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+675.8079554029261
+ 20
+330.6974360520115
+ 10
+686.944138982426
+ 20
+330.6974360520115
+ 10
+686.944138982426
+ 20
+334.6974360520115
+ 10
+675.8079554029261
+ 20
+334.6974360520115
+  0
+LWPOLYLINE
+  5
+1C524
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+744.7888356986713
+ 20
+330.6974360520125
+ 10
+757.8079514023973
+ 20
+330.6974360520125
+ 10
+757.8079514023973
+ 20
+334.6974360520115
+ 10
+744.7888356986713
+ 20
+334.6974360520115
+  0
+LWPOLYLINE
+  5
+1C525
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+787.8079554029256
+ 20
+330.6974360520115
+ 10
+854.0048396952874
+ 20
+330.6974360520115
+ 10
+854.0048396952874
+ 20
+334.6974360520115
+ 10
+787.8079554029256
+ 20
+334.6974360520115
+  0
+SOLID
+  5
+1C526
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    98
+100
+AcDbTrace
+ 10
+607.0018319902174
+ 20
+170.6974351015641
+ 30
+0.0
+ 11
+684.0018261263451
+ 21
+170.6974351015641
+ 31
+0.0
+ 12
+607.0018319902174
+ 22
+174.6974360520115
+ 32
+0.0
+ 13
+684.0018261263451
+ 23
+174.6974360520115
+ 33
+0.0
+  0
+SOLID
+  5
+1C527
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    97
+100
+AcDbTrace
+ 10
+661.8079510129253
+ 20
+174.6974372619864
+ 30
+0.0
+ 11
+661.8079525504051
+ 21
+220.6974351015641
+ 31
+0.0
+ 12
+665.8079510129253
+ 22
+174.6974372619864
+ 32
+0.0
+ 13
+665.8079510129253
+ 23
+220.6974365357372
+ 33
+0.0
+  0
+SOLID
+  5
+1C528
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    97
+100
+AcDbTrace
+ 10
+661.8079525504051
+ 20
+224.6974351015641
+ 30
+0.0
+ 11
+725.8079514023973
+ 21
+224.6974351015641
+ 31
+0.0
+ 12
+661.8079525504054
+ 22
+220.6974365357372
+ 32
+0.0
+ 13
+725.8079517899916
+ 23
+220.6974365357372
+ 33
+0.0
+  0
+SOLID
+  5
+1C529
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    97
+100
+AcDbTrace
+ 10
+721.8079517899916
+ 20
+220.6974351015641
+ 30
+0.0
+ 11
+721.8079517899916
+ 21
+174.6974367782608
+ 31
+0.0
+ 12
+725.8079517899918
+ 22
+220.6974351015641
+ 32
+0.0
+ 13
+725.8079562473285
+ 23
+174.6974351015641
+ 33
+0.0
+  0
+SOLID
+  5
+1C52A
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    98
+100
+AcDbTrace
+ 10
+721.8079517899916
+ 20
+174.6974367782608
+ 30
+0.0
+ 11
+757.8079514023973
+ 21
+174.6974351015641
+ 31
+0.0
+ 12
+721.8079517899916
+ 22
+170.6974351015641
+ 32
+0.0
+ 13
+757.8079514023973
+ 23
+170.6974351015641
+ 33
+0.0
+  0
+SOLID
+  5
+1C52B
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    98
+100
+AcDbTrace
+ 10
+701.8518261263457
+ 20
+174.6974351015641
+ 30
+0.0
+ 11
+721.8079517899916
+ 21
+174.6974367782608
+ 31
+0.0
+ 12
+701.8518261263457
+ 22
+170.6974351015641
+ 32
+0.0
+ 13
+721.8079517899916
+ 23
+170.6974351015641
+ 33
+0.0
+  0
+SOLID
+  5
+1C52C
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    99
+100
+AcDbTrace
+ 10
+787.8079496827833
+ 20
+170.6974356470886
+ 30
+0.0
+ 11
+853.807954353271
+ 21
+170.6974356470886
+ 31
+0.0
+ 12
+787.8079496827833
+ 22
+174.6974356470886
+ 32
+0.0
+ 13
+853.807954353271
+ 23
+174.6974356470886
+ 33
+0.0
+  0
+INSERT
+  5
+1C52D
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     9
+100
+AcDbBlockReference
+ 66
+     1
+  2
+palet
+ 10
+659.123553900353
+ 20
+158.7642851489962
+ 30
+-28.9114261271681
+  0
+ATTRIB
+  5
+1C52E
+330
+1C52D
+100
+AcDbEntity
+  8
+IMG009
+ 62
+     9
+100
+AcDbText
+ 10
+659.123553900353
+ 20
+158.7642851489962
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+CWM-CWS03:WtrC-FCV-015:Closed
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1C52F
+330
+1C52D
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+659.123553900353
+ 20
+158.7642851489962
+ 30
+-28.9114261271681
+ 40
+6.0
+  1
+97
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1C530
+330
+1C52D
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+659.123553900353
+ 20
+158.7642851489962
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+9
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1C531
+330
+1C52D
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+659.123553900353
+ 20
+158.7642851489962
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+7
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+1C532
+330
+1C52D
+100
+AcDbEntity
+  8
+0
+  0
+LINE
+  5
+1C533
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+607.0018319902174
+ 20
+174.6974360520115
+ 30
+0.0
+ 11
+607.0018319902174
+ 21
+170.6974351015641
+ 31
+0.0
+  0
+LINE
+  5
+1C534
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+607.0018319902174
+ 20
+170.6974351015641
+ 30
+0.0
+ 11
+684.0018261263451
+ 21
+170.6974351015641
+ 31
+0.0
+  0
+LINE
+  5
+1C535
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+684.0018261263451
+ 20
+170.6974351015641
+ 30
+0.0
+ 11
+684.0018261263451
+ 21
+174.6974360520115
+ 31
+0.0
+  0
+LINE
+  5
+1C536
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+684.0018261263451
+ 20
+174.6974360520115
+ 30
+0.0
+ 11
+665.8079510129253
+ 21
+174.6974372619864
+ 31
+0.0
+  0
+LINE
+  5
+1C537
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+665.8079510129253
+ 20
+174.6974372619864
+ 30
+0.0
+ 11
+665.8079510129253
+ 21
+220.6974365357372
+ 31
+0.0
+  0
+LINE
+  5
+1C538
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+665.8079510129253
+ 20
+220.6974365357372
+ 30
+0.0
+ 11
+721.8079517899916
+ 21
+220.6974365357372
+ 31
+0.0
+  0
+LINE
+  5
+1C539
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+721.8079517899916
+ 20
+220.6974365357372
+ 30
+0.0
+ 11
+721.8079517899916
+ 21
+174.6974367782608
+ 31
+0.0
+  0
+LINE
+  5
+1C53A
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+665.8079510129253
+ 20
+220.6974365357372
+ 30
+0.0
+ 11
+721.8079517899916
+ 21
+220.6974365357372
+ 31
+0.0
+  0
+LINE
+  5
+1C53B
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+607.0018319902174
+ 20
+174.6974360520115
+ 30
+0.0
+ 11
+661.8079510129253
+ 21
+174.6974372619864
+ 31
+0.0
+  0
+LINE
+  5
+1C53C
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+661.8079510129253
+ 20
+174.6974372619864
+ 30
+0.0
+ 11
+661.8079525504051
+ 21
+224.6974351015641
+ 31
+0.0
+  0
+LINE
+  5
+1C53D
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+661.8079525504051
+ 20
+224.6974351015641
+ 30
+0.0
+ 11
+725.8079514023973
+ 21
+224.6974351015641
+ 31
+0.0
+  0
+LINE
+  5
+1C53E
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+725.8079514023973
+ 20
+224.6974351015641
+ 30
+0.0
+ 11
+725.8079562473285
+ 21
+174.6974367782608
+ 31
+0.0
+  0
+INSERT
+  5
+1C53F
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     9
+100
+AcDbBlockReference
+ 66
+     1
+  2
+palet
+ 10
+708.1235583793247
+ 20
+160.7642840980937
+ 30
+-28.9114261271681
+  0
+ATTRIB
+  5
+1C540
+330
+1C53F
+100
+AcDbEntity
+  8
+IMG009
+ 62
+     9
+100
+AcDbText
+ 10
+708.1235583793247
+ 20
+160.7642840980937
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+CWM-CWS03:WtrC-FCV-014:Open
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1C541
+330
+1C53F
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+708.1235583793247
+ 20
+160.7642840980937
+ 30
+-28.9114261271681
+ 40
+6.0
+  1
+98
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1C542
+330
+1C53F
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+708.1235583793247
+ 20
+160.7642840980937
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+9
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1C543
+330
+1C53F
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+708.1235583793247
+ 20
+160.7642840980937
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+7
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+1C544
+330
+1C53F
+100
+AcDbEntity
+  8
+0
+  0
+LINE
+  5
+1C54B
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+721.8079517899916
+ 20
+174.6974367782608
+ 30
+0.0
+ 11
+701.8518261263457
+ 21
+174.6974351015641
+ 31
+0.0
+  0
+LINE
+  5
+1C54C
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+701.8518261263457
+ 20
+174.6974351015641
+ 30
+0.0
+ 11
+701.8518261263457
+ 21
+170.6974351015641
+ 31
+0.0
+  0
+LINE
+  5
+1C54D
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+701.8518261263457
+ 20
+170.6974351015641
+ 30
+0.0
+ 11
+721.8079517899916
+ 21
+170.6974351015641
+ 31
+0.0
+  0
+SOLID
+  5
+1C54E
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+    98
+100
+AcDbTrace
+ 10
+787.8079496827833
+ 20
+170.6974356470886
+ 30
+0.0
+ 11
+853.807954353271
+ 21
+170.6974356470886
+ 31
+0.0
+ 12
+787.8079496827833
+ 22
+174.6974356470886
+ 32
+0.0
+ 13
+853.807954353271
+ 23
+174.6974356470886
+ 33
+0.0
+  0
+LINE
+  5
+1C54F
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+721.8079517899916
+ 20
+170.6974351015641
+ 30
+0.0
+ 11
+757.8079514023973
+ 21
+170.6974351015641
+ 31
+0.0
+  0
+LINE
+  5
+1C550
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+757.8079514023973
+ 20
+170.6974351015641
+ 30
+0.0
+ 11
+757.8079514023973
+ 21
+174.6974351015641
+ 31
+0.0
+  0
+LINE
+  5
+1C551
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+757.8079514023973
+ 20
+174.6974351015641
+ 30
+0.0
+ 11
+725.8079562473285
+ 21
+174.6974367782608
+ 31
+0.0
+  0
+LWPOLYLINE
+  5
+1C552
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+787.8079496827833
+ 20
+170.6974356470886
+ 10
+853.807954353271
+ 20
+170.6974356470886
+ 10
+853.807954353271
+ 20
+174.6974356470886
+ 10
+787.8079496827832
+ 20
+174.6974356470886
+  0
+LWPOLYLINE
+  5
+1C559
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 38
+64.0
+ 10
+1826.807951871664
+ 20
+546.9977956617687
+ 10
+1881.001826161034
+ 20
+546.9977956617687
+ 10
+1881.001826161034
+ 20
+-268.0022043382313
+ 10
+1826.807951871664
+ 20
+-268.0022043382313
+  0
+LWPOLYLINE
+  5
+1C576
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+229.8079523097586
+ 20
+170.6974361870747
+ 10
+308.0018261263454
+ 20
+170.6974361870747
+ 10
+308.0018261263454
+ 20
+174.6974361870747
+ 10
+229.8079523097586
+ 20
+174.6974361870747
+  0
+INSERT
+  5
+1C591
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     9
+100
+AcDbBlockReference
+ 66
+     1
+  2
+palet
+ 10
+231.1235535623376
+ 20
+159.764287077268
+ 30
+-28.9114261271681
+  0
+ATTRIB
+  5
+1C592
+330
+1C591
+100
+AcDbEntity
+  8
+IMG009
+ 62
+     9
+100
+AcDbText
+ 10
+231.1235535623376
+ 20
+159.764287077268
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+CWM-CWS03:WtrC-PT-012:Prs>0.5
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1C593
+330
+1C591
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+231.1235535623376
+ 20
+159.764287077268
+ 30
+-28.9114261271681
+ 40
+6.0
+  1
+101
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1C594
+330
+1C591
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+231.1235535623376
+ 20
+159.764287077268
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+11
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1C595
+330
+1C591
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+231.1235535623376
+ 20
+159.764287077268
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+7
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+1C596
+330
+1C591
+100
+AcDbEntity
+  8
+0
+  0
+SOLID
+  5
+1C61F
+330
+1F
+100
+AcDbEntity
+  8
+INSTRUM
+ 62
+     7
+100
+AcDbTrace
+ 10
+8.227998566441954
+ 20
+631.3831928515739
+ 30
+-20.50134022301743
+ 11
+1906.754678183024
+ 21
+631.7334340545078
+ 31
+-20.50134022301743
+ 12
+0.0156032638473676
+ 22
+624.9977966012217
+ 32
+-20.50134022301743
+ 13
+1915.000069464261
+ 23
+625.3269200376597
+ 33
+-20.50134022301743
+ 39
+20.50134022301743
+  0
+SOLID
+  5
+1C622
+330
+1F
+100
+AcDbEntity
+  8
+INSTRUM
+ 62
+     8
+380
+     2
+100
+AcDbTrace
+ 10
+0.0596645668046563
+ 20
+717.3541967362954
+ 30
+0.0
+ 11
+8.291482443027177
+ 21
+709.4808134119422
+ 31
+0.0
+ 12
+0.0156032638473676
+ 22
+624.9977966012217
+ 32
+0.0
+ 13
+8.229907467091095
+ 23
+631.3831930104186
+ 33
+0.0
+  0
+LINE
+  5
+1C623
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+0.0156083682515487
+ 20
+625.0084958853286
+ 30
+0.0
+ 11
+0.0018233053739891
+ 21
+717.368307550974
+ 31
+0.0
+  0
+LINE
+  5
+1C624
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+0.0018233053739891
+ 20
+717.368307550974
+ 30
+0.0
+ 11
+8.29149103281469
+ 21
+709.4808051961764
+ 31
+0.0
+  0
+LINE
+  5
+1C626
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+0.0018247019333444
+ 20
+624.9977966012214
+ 30
+0.0
+ 11
+8.228002239126851
+ 21
+631.3831957072019
+ 31
+0.0
+  0
+LINE
+  5
+1C657
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+312.6597098037937
+ 20
+710.1100862833175
+ 30
+0.0
+ 11
+320.571997183078
+ 21
+717.6787455380869
+ 31
+0.0
+  0
+SOLID
+  5
+1C658
+330
+1F
+100
+AcDbEntity
+  8
+INSTRUM
+ 62
+     0
+380
+     2
+100
+AcDbTrace
+ 10
+312.0474485622082
+ 20
+631.4392416239106
+ 30
+0.0
+ 11
+8.243692056793349
+ 21
+631.3938924433536
+ 31
+0.0
+ 12
+312.0018235428144
+ 22
+709.480771813423
+ 32
+0.0
+ 13
+8.24193590134854
+ 23
+709.4915476162274
+ 33
+0.0
+  0
+SOLID
+  5
+1C659
+330
+1F
+100
+AcDbEntity
+  8
+INSTRUM
+ 62
+     7
+100
+AcDbTrace
+ 10
+8.241783156144208
+ 20
+631.3938922845087
+ 30
+-20.50134022301743
+ 11
+312.0474485622082
+ 21
+631.4392416239106
+ 31
+-20.50134022301743
+ 12
+0.029387853549622
+ 22
+625.0084960341565
+ 32
+-20.50134022301743
+ 13
+320.046008842626
+ 23
+625.17863287252
+ 33
+-20.50134022301743
+ 39
+20.50134022301743
+  0
+LINE
+  5
+1C65B
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+0.0156092916355988
+ 20
+625.0084960341563
+ 30
+0.0
+ 11
+272.142044558599
+ 21
+625.0084960341568
+ 31
+0.0
+  0
+SOLID
+  5
+1C65C
+330
+1F
+100
+AcDbEntity
+  8
+INSTRUM
+ 62
+     8
+380
+     2
+100
+AcDbTrace
+ 10
+0.0734491565069107
+ 20
+717.3648961692302
+ 30
+0.0
+ 11
+8.305267032729432
+ 21
+709.4915128448771
+ 31
+0.0
+ 12
+0.029387853549622
+ 22
+625.0084960341565
+ 32
+0.0
+ 13
+8.243692056793349
+ 23
+631.3938924433536
+ 33
+0.0
+  0
+LINE
+  5
+1C65D
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+0.0293929579538031
+ 20
+625.0191953182635
+ 30
+0.0
+ 11
+0.0156078950762435
+ 21
+717.3790069839088
+ 31
+0.0
+  0
+LINE
+  5
+1C65E
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+0.0156078950762435
+ 20
+717.3790069839088
+ 30
+0.0
+ 11
+8.305275622516944
+ 21
+709.4915046291113
+ 31
+0.0
+  0
+LINE
+  5
+1C660
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+0.0156092916355988
+ 20
+625.0084960341563
+ 30
+0.0
+ 11
+8.241786828829106
+ 21
+631.3938951401368
+ 31
+0.0
+  0
+SOLID
+  5
+1C6E3
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+312.0018235428144
+ 20
+709.480771813423
+ 30
+0.0
+ 11
+312.0474589827685
+ 21
+631.4214172704652
+ 31
+0.0
+ 12
+320.2472133359269
+ 22
+717.3680669501256
+ 32
+0.0
+ 13
+320.277704056759
+ 23
+624.9977971844002
+ 33
+0.0
+  0
+LINE
+  5
+1C6EB
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+320.0018262270104
+ 20
+717.3680669501256
+ 30
+0.0
+ 11
+320.0460955097564
+ 21
+624.9977971844003
+ 31
+0.0
+  0
+TEXT
+  5
+1C6FE
+330
+1F
+100
+AcDbEntity
+  8
+INSTRUM
+ 62
+     7
+420
+ 16777215
+100
+AcDbText
+ 10
+73.97870732137653
+ 20
+667.4554299759689
+ 30
+49.20321653524187
+ 40
+30.75201033452616
+  1
+ESS-RFQ
+  7
+GRAS
+100
+AcDbText
+  0
+TEXT
+  5
+1C6FF
+330
+1F
+100
+AcDbEntity
+  8
+INSTRUM
+ 62
+     7
+420
+ 16777215
+100
+AcDbText
+ 10
+47.82245331812723
+ 20
+643.9739745813582
+ 30
+49.20321653524187
+ 40
+17.0
+  1
+Water cooling system
+  7
+GRAS
+100
+AcDbText
+  0
+LINE
+  5
+1C716
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+320.2777042271587
+ 20
+624.9972809665259
+ 30
+0.0
+ 11
+0.0156030178488322
+ 21
+624.9972809665259
+ 31
+0.0
+  0
+LINE
+  5
+1C7DB
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+0.0032544183986829
+ 20
+717.9973776792056
+ 30
+0.0
+ 11
+320.9050956862534
+ 21
+717.9973776792056
+ 31
+0.0
+  0
+LINE
+  5
+1CB09
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+393.8079503906383
+ 20
+-245.3025644629117
+ 30
+0.0
+ 11
+388.0018239114826
+ 21
+-275.0022021309426
+ 31
+0.0
+  0
+LINE
+  5
+1CB0A
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+388.0018239114826
+ 20
+-275.0022021309426
+ 30
+0.0
+ 11
+396.0018239114826
+ 21
+-275.0022021309426
+ 31
+0.0
+  0
+LINE
+  5
+1CB0B
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+396.0018239114826
+ 20
+-275.0022021309426
+ 30
+0.0
+ 11
+409.1431073647662
+ 21
+-256.8209154625598
+ 31
+0.0
+  0
+LINE
+  5
+1CB24
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+475.8079546374347
+ 20
+-245.3025616107388
+ 30
+160.0
+ 11
+481.1431078254594
+ 21
+-275.0022049126481
+ 31
+0.0
+  0
+LINE
+  5
+1CB25
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+481.1431078254594
+ 20
+-275.0022049126481
+ 30
+0.0
+ 11
+473.1431078254594
+ 21
+-275.0022049126481
+ 31
+0.0
+  0
+LINE
+  5
+1CB26
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+473.1431078254594
+ 20
+-275.0022049126481
+ 30
+0.0
+ 11
+460.6891199128929
+ 21
+-256.8209154625596
+ 31
+0.0
+  0
+LINE
+  5
+1CD20
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+571.1997743096697
+ 20
+-131.3247022323681
+ 30
+28.56000000000006
+ 11
+571.2239806412919
+ 21
+-118.8297022323673
+ 31
+14.28
+  0
+LINE
+  5
+1CD21
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+571.2239806412919
+ 20
+-118.8297022323673
+ 30
+14.28
+ 11
+560.5139806412919
+ 21
+-118.8297022323673
+ 31
+14.28
+  0
+LINE
+  5
+1CD22
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+974.0018260074382
+ 20
+394.9977958756411
+ 30
+-256.0
+ 11
+974.0018597776423
+ 21
+-243.302562012089
+ 31
+0.0
+  0
+LINE
+  5
+1CD23
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+974.0018597776423
+ 20
+-243.302562012089
+ 30
+0.0
+ 11
+968.6072234104871
+ 21
+-254.7516263649119
+ 31
+0.0
+  0
+LINE
+  5
+1CD24
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+968.6072234104871
+ 20
+-254.7516263649119
+ 30
+0.0
+ 11
+960.6545871107128
+ 21
+-265.0022043382313
+ 31
+0.0
+  0
+LINE
+  5
+1CD25
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+960.6545871107128
+ 20
+-265.0022043382313
+ 30
+0.0
+ 11
+953.0018261610338
+ 21
+-272.0022043382313
+ 31
+0.0
+  0
+LINE
+  5
+1CD26
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+953.0018261610338
+ 20
+-272.0022043382313
+ 30
+0.0
+ 11
+943.0018261610339
+ 21
+-278.0022043382313
+ 31
+0.0
+  0
+LINE
+  5
+1CD27
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+943.0018261610339
+ 20
+-278.0022043382313
+ 30
+0.0
+ 11
+933.0018261610339
+ 21
+-282.0022043382313
+ 31
+0.0
+  0
+LINE
+  5
+1CD28
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+933.0018261610339
+ 20
+-282.0022043382313
+ 30
+0.0
+ 11
+925.6308861941409
+ 21
+-283.9450170624942
+ 31
+0.0
+  0
+LINE
+  5
+1CD29
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+925.6308861941409
+ 20
+-283.9450170624942
+ 30
+0.0
+ 11
+914.001826161034
+ 21
+-285.0022043382313
+ 31
+0.0
+  0
+LINE
+  5
+1CD2A
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     5
+100
+AcDbLine
+ 10
+914.001826161034
+ 20
+-285.0022043382313
+ 30
+0.0
+ 11
+904.001826161034
+ 21
+-284.0022043382313
+ 31
+0.0
+  0
+LINE
+  5
+1CD2B
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     5
+100
+AcDbLine
+ 10
+904.001826161034
+ 20
+-284.0022043382313
+ 30
+0.0
+ 11
+895.0018261610338
+ 21
+-282.0022043382313
+ 31
+0.0
+  0
+LINE
+  5
+1CD2C
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+895.0018261610338
+ 20
+-282.0022043382313
+ 30
+0.0
+ 11
+885.0018261610339
+ 21
+-278.0022043382313
+ 31
+0.0
+  0
+LINE
+  5
+1CD2D
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+885.0018261610339
+ 20
+-278.0022043382313
+ 30
+0.0
+ 11
+875.0884405701361
+ 21
+-271.9082978769001
+ 31
+0.0
+  0
+LINE
+  5
+1CD2E
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+875.0884405701361
+ 20
+-271.9082978769001
+ 30
+0.0
+ 11
+867.355092580575
+ 21
+-265.002204338232
+ 31
+0.0
+  0
+LINE
+  5
+1CD2F
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+867.355092580575
+ 20
+-265.002204338232
+ 30
+0.0
+ 11
+859.4024562807986
+ 21
+-254.7516263649096
+ 31
+0.0
+  0
+LINE
+  5
+1CD30
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+859.4024562807986
+ 20
+-254.7516263649096
+ 30
+0.0
+ 11
+854.0048396952887
+ 21
+-244.0041240395481
+ 31
+0.0
+  0
+LINE
+  5
+1CD31
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+854.0048396952887
+ 20
+-244.0041240395481
+ 30
+0.0
+ 11
+854.00182633192
+ 21
+394.9977961747146
+ 31
+-256.0
+  0
+LINE
+  5
+1CD32
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+546.2097743096698
+ 20
+-116.1522022323676
+ 30
+0.0
+ 11
+556.9197743096699
+ 21
+-116.1522022323676
+ 31
+0.0
+  0
+LINE
+  5
+1CD33
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+546.2097743096698
+ 20
+-134.0022022323682
+ 30
+0.0
+ 11
+556.9197743096699
+ 21
+-134.0022022323682
+ 31
+0.0
+  0
+LINE
+  5
+1CD34
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1099.807954503676
+ 20
+-32.30256289611714
+ 30
+64.0
+ 11
+1099.807954503676
+ 21
+-36.30256387395127
+ 31
+64.0
+  0
+LINE
+  5
+1CD35
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1099.807954632287
+ 20
+-240.600999491645
+ 30
+64.0
+ 11
+1099.807954632287
+ 21
+-244.6010004694791
+ 31
+64.0
+  0
+LINE
+  5
+1CD36
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1736.414177545399
+ 20
+-237.1894410269927
+ 30
+0.0
+ 11
+1736.414177545399
+ 21
+-247.8994410269927
+ 31
+0.0
+  0
+LINE
+  5
+1CD37
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+854.00182633192
+ 20
+394.9977961747146
+ 30
+-256.0
+ 11
+855.001826161034
+ 21
+395.9977956617687
+ 31
+0.0
+  0
+LINE
+  5
+1CD38
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+855.001826161034
+ 20
+395.9977956617687
+ 30
+0.0
+ 11
+860.0018261610339
+ 21
+398.9977956617687
+ 31
+0.0
+  0
+LINE
+  5
+1CD39
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+860.0018261610339
+ 20
+398.9977956617687
+ 30
+0.0
+ 11
+865.0018261610339
+ 21
+400.9977956617687
+ 31
+0.0
+  0
+LINE
+  5
+1CD3A
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+865.0018261610339
+ 20
+400.9977956617687
+ 30
+0.0
+ 11
+872.001826161034
+ 21
+401.9977956617687
+ 31
+0.0
+  0
+LINE
+  5
+1CD3B
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+872.001826161034
+ 20
+401.9977956617687
+ 30
+0.0
+ 11
+879.001826161034
+ 21
+400.9977956617687
+ 31
+0.0
+  0
+LINE
+  5
+1CD3C
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+879.001826161034
+ 20
+400.9977956617687
+ 30
+0.0
+ 11
+884.0018261610339
+ 21
+398.9977956617687
+ 31
+0.0
+  0
+LINE
+  5
+1CD3D
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+884.0018261610339
+ 20
+398.9977956617687
+ 30
+0.0
+ 11
+889.001826161034
+ 21
+395.9977956617687
+ 31
+0.0
+  0
+LINE
+  5
+1CD3E
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+889.001826161034
+ 20
+395.9977956617687
+ 30
+0.0
+ 11
+890.0018261783241
+ 21
+394.997796388587
+ 31
+-256.0
+  0
+LINE
+  5
+1CD3F
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+890.0018261783241
+ 20
+394.997796388587
+ 30
+-256.0
+ 11
+895.0018261610338
+ 21
+391.9977956617687
+ 31
+0.0
+  0
+LINE
+  5
+1CD40
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+895.0018261610338
+ 20
+391.9977956617687
+ 30
+0.0
+ 11
+903.0018261610338
+ 21
+388.9977956617687
+ 31
+0.0
+  0
+LINE
+  5
+1CD41
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+903.0018261610338
+ 20
+388.9977956617687
+ 30
+0.0
+ 11
+908.0018261610339
+ 21
+387.9977956617687
+ 31
+0.0
+  0
+LINE
+  5
+1CD42
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+908.0018261610339
+ 20
+387.9977956617687
+ 30
+0.0
+ 11
+913.9118421815114
+ 21
+387.5747777348376
+ 31
+0.0
+  0
+LINE
+  5
+1CD43
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+913.9118421815114
+ 20
+387.5747777348376
+ 30
+0.0
+ 11
+919.8218582019899
+ 21
+387.9977956617687
+ 31
+0.0
+  0
+LINE
+  5
+1CD44
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+919.8218582019899
+ 20
+387.9977956617687
+ 30
+0.0
+ 11
+924.82185820199
+ 21
+388.9977956617687
+ 31
+0.0
+  0
+LINE
+  5
+1CD45
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+924.82185820199
+ 20
+388.9977956617687
+ 30
+0.0
+ 11
+932.8218582019898
+ 21
+391.9977956617687
+ 31
+0.0
+  0
+LINE
+  5
+1CD46
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+932.8218582019898
+ 20
+391.9977956617687
+ 30
+0.0
+ 11
+938.0018269699416
+ 21
+394.9977959173762
+ 31
+-256.0
+  0
+LINE
+  5
+1CD47
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+938.0018269699416
+ 20
+394.9977959173762
+ 30
+-256.0
+ 11
+938.8218582019899
+ 21
+395.9977956617687
+ 31
+0.0
+  0
+LINE
+  5
+1CD48
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+938.8218582019899
+ 20
+395.9977956617687
+ 30
+0.0
+ 11
+943.8218582019899
+ 21
+398.9977956617687
+ 31
+0.0
+  0
+LINE
+  5
+1CD49
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+943.8218582019899
+ 20
+398.9977956617687
+ 30
+0.0
+ 11
+948.8218582019898
+ 21
+400.9977956617687
+ 31
+0.0
+  0
+LINE
+  5
+1CD4A
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+948.8218582019898
+ 20
+400.9977956617687
+ 30
+0.0
+ 11
+955.8218582019899
+ 21
+401.9977956617687
+ 31
+0.0
+  0
+LINE
+  5
+1CD4B
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+955.8218582019899
+ 20
+401.9977956617687
+ 30
+0.0
+ 11
+962.8218582019899
+ 21
+400.9977956617687
+ 31
+0.0
+  0
+LINE
+  5
+1CD4C
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+962.8218582019899
+ 20
+400.9977956617687
+ 30
+0.0
+ 11
+967.82185820199
+ 21
+398.9977956617687
+ 31
+0.0
+  0
+LINE
+  5
+1CD4D
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+967.82185820199
+ 20
+398.9977956617687
+ 30
+0.0
+ 11
+972.8218582019898
+ 21
+395.9977956617687
+ 31
+0.0
+  0
+LINE
+  5
+1CD4E
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+972.8218582019898
+ 20
+395.9977956617687
+ 30
+0.0
+ 11
+974.0018260074382
+ 21
+394.9977958756411
+ 31
+-256.0
+  0
+LINE
+  5
+1CD9B
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1216.807952808034
+ 20
+232.0187807131216
+ 30
+832.0
+ 11
+1220.807953785868
+ 21
+232.0187807131216
+ 31
+832.0
+  0
+LINE
+  5
+1CD9C
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1220.807953785868
+ 20
+232.0187807131216
+ 30
+832.0
+ 11
+1220.807953785868
+ 21
+175.4960616057608
+ 31
+832.0
+  0
+LINE
+  5
+1CD9D
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1220.807953785868
+ 20
+175.4960616057608
+ 30
+832.0
+ 11
+1630.807950290806
+ 21
+175.6974366210263
+ 31
+0.0
+  0
+LINE
+  5
+1CD9E
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1630.807950290806
+ 20
+175.6974366210263
+ 30
+0.0
+ 11
+1630.807950290806
+ 21
+43.69743632836867
+ 31
+0.0
+  0
+LINE
+  5
+1CD9F
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1630.807950290806
+ 20
+43.69743632836867
+ 30
+0.0
+ 11
+1626.807950290806
+ 21
+43.69743632836867
+ 31
+0.0
+  0
+LINE
+  5
+1CDA0
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1626.807950290806
+ 20
+43.69743632836867
+ 30
+0.0
+ 11
+1626.807950626005
+ 21
+171.6974405923939
+ 31
+32.0
+  0
+LINE
+  5
+1CDA1
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1626.807950626005
+ 20
+171.6974405923939
+ 30
+32.0
+ 11
+1129.807952393083
+ 21
+171.6974405923939
+ 31
+32.0
+  0
+LINE
+  5
+1CDA2
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1129.807952393083
+ 20
+171.6974405923939
+ 30
+32.0
+ 11
+1129.807952393083
+ 21
+175.6974415702281
+ 31
+32.0
+  0
+LINE
+  5
+1CDA3
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1129.807952393083
+ 20
+175.6974415702281
+ 30
+32.0
+ 11
+1216.807952808034
+ 21
+175.4960616057608
+ 31
+832.0
+  0
+LINE
+  5
+1CDA4
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1216.807952808034
+ 20
+175.4960616057608
+ 30
+832.0
+ 11
+1216.807952808034
+ 21
+232.0187807131216
+ 31
+832.0
+  0
+LINE
+  5
+1CDA5
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1630.807951398505
+ 20
+-165.3025621260515
+ 30
+0.0
+ 11
+1630.807951398505
+ 21
+31.69743611418017
+ 31
+0.0
+  0
+LINE
+  5
+1CDA6
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1630.807951398505
+ 20
+31.69743611418017
+ 30
+0.0
+ 11
+1626.807951398505
+ 21
+31.69743611418017
+ 31
+0.0
+  0
+LINE
+  5
+1CDA7
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1626.807951398505
+ 20
+31.69743611418017
+ 30
+0.0
+ 11
+1626.808614889233
+ 21
+-32.30256230727957
+ 31
+32.0
+  0
+LINE
+  5
+1CDA8
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1626.808614889233
+ 20
+-32.30256230727957
+ 30
+32.0
+ 11
+1220.807955566468
+ 21
+-32.30255953641131
+ 31
+416.0
+  0
+LINE
+  5
+1CDA9
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1220.807955566468
+ 20
+-32.30255953641131
+ 30
+416.0
+ 11
+1220.807955566468
+ 21
+24.22015957094948
+ 31
+416.0
+  0
+LINE
+  5
+1CDAA
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1220.807955566468
+ 20
+24.22015957094948
+ 30
+416.0
+ 11
+1216.807954588634
+ 21
+24.22015957094948
+ 31
+416.0
+  0
+LINE
+  5
+1CDAB
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1216.807954588634
+ 20
+24.22015957094948
+ 30
+416.0
+ 11
+1216.807954588634
+ 21
+-32.30255953641131
+ 31
+416.0
+  0
+LINE
+  5
+1CDAC
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1216.807954588634
+ 20
+-32.30255953641131
+ 30
+416.0
+ 11
+1129.807954503676
+ 21
+-32.30256230727957
+ 31
+32.0
+  0
+LINE
+  5
+1CDAD
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1129.807954503676
+ 20
+-32.30256230727957
+ 30
+32.0
+ 11
+1129.807954503676
+ 21
+-36.30256328511371
+ 31
+32.0
+  0
+LINE
+  5
+1CDAE
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1129.807954503676
+ 20
+-36.30256328511371
+ 30
+32.0
+ 11
+1626.807286361535
+ 21
+-36.30256328511371
+ 31
+32.0
+  0
+LINE
+  5
+1CDAF
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1626.807286361535
+ 20
+-36.30256328511371
+ 30
+32.0
+ 11
+1626.807951398505
+ 21
+-165.3025621260515
+ 31
+0.0
+  0
+LINE
+  5
+1CDB0
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1626.807951398505
+ 20
+-165.3025621260515
+ 30
+0.0
+ 11
+1630.807951398505
+ 21
+-165.3025621260515
+ 31
+0.0
+  0
+LINE
+  5
+1CDB1
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1129.8079582024
+ 20
+3.697439527565052
+ 30
+128.0
+ 11
+1198.807952939696
+ 21
+3.69744051902353
+ 31
+128.0
+  0
+LINE
+  5
+1CDB2
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1198.807952939696
+ 20
+3.69744051902353
+ 30
+128.0
+ 11
+1198.807952939696
+ 21
+35.69743818812538
+ 31
+128.0
+  0
+LINE
+  5
+1CDB3
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1198.807952939696
+ 20
+35.69743818812538
+ 30
+128.0
+ 11
+1204.998603213174
+ 21
+35.69743959329855
+ 31
+160.0
+  0
+LINE
+  5
+1CDB5
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1204.998603213174
+ 20
+39.69744057113269
+ 30
+160.0
+ 11
+1194.807952463363
+ 21
+39.69744057113269
+ 31
+160.0
+  0
+LINE
+  5
+1CDB6
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1194.807952463363
+ 20
+39.69744057113269
+ 30
+160.0
+ 11
+1194.807952786611
+ 21
+7.697440505399185
+ 31
+128.0
+  0
+LINE
+  5
+1CDB7
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1194.807952786611
+ 20
+7.697440505399185
+ 30
+128.0
+ 11
+1129.807955338572
+ 21
+7.697440505399185
+ 31
+128.0
+  0
+LINE
+  5
+1CDB8
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1129.807955338572
+ 20
+7.697440505399185
+ 30
+128.0
+ 11
+1129.807955338572
+ 21
+3.697439527564995
+ 31
+128.0
+  0
+INSERT
+  5
+1CE6C
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     9
+100
+AcDbBlockReference
+ 66
+     1
+  2
+palet
+ 10
+1028.40778607519
+ 20
+470.8833001477972
+ 30
+-28.9114261271681
+  0
+ATTRIB
+  5
+1CE6D
+330
+1CE6C
+100
+AcDbEntity
+  8
+IMG009
+ 62
+     9
+100
+AcDbText
+ 10
+1028.40778607519
+ 20
+470.8833001477972
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+CWM-CWS03:WtrC-FCV-021:Open|CWM-CWS03:WtrC-FCV-051:Open
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1CE6E
+330
+1CE6C
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1028.40778607519
+ 20
+470.8833001477972
+ 30
+-28.9114261271681
+ 40
+6.0
+  1
+89
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1CE6F
+330
+1CE6C
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1028.40778607519
+ 20
+470.8833001477972
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+12
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1CE70
+330
+1CE6C
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1028.40778607519
+ 20
+470.8833001477972
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+7
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+1CE71
+330
+1CE6C
+100
+AcDbEntity
+  8
+0
+  0
+INSERT
+  5
+1CFAE
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     9
+100
+AcDbBlockReference
+ 66
+     1
+  2
+palet
+ 10
+744.37254940439
+ 20
+346.8779941041956
+ 30
+35.0885738728319
+  0
+ATTRIB
+  5
+1CFAF
+330
+1CFAE
+100
+AcDbEntity
+  8
+IMG009
+ 62
+     9
+100
+AcDbText
+ 10
+744.37254940439
+ 20
+346.8779941041956
+ 30
+35.0885738728319
+ 40
+8.0
+  1
+CWM-CWS03:WtrC-P-10:CmdD
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1CFB0
+330
+1CFAE
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+744.37254940439
+ 20
+346.8779941041956
+ 30
+35.0885738728319
+ 40
+6.0
+  1
+110
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1CFB1
+330
+1CFAE
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+744.37254940439
+ 20
+346.8779941041956
+ 30
+35.0885738728319
+ 40
+8.0
+  1
+10
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1CFB2
+330
+1CFAE
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+744.37254940439
+ 20
+346.8779941041956
+ 30
+35.0885738728319
+ 40
+8.0
+  1
+12
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+1CFB3
+330
+1CFAE
+100
+AcDbEntity
+  8
+0
+  0
+CIRCLE
+  5
+1D0AB
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+   111
+100
+AcDbCircle
+ 10
+1338.424976868243
+ 20
+490.9528503319374
+ 30
+96.0
+ 40
+28.87658390804152
+  0
+INSERT
+  5
+1D0B8
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     9
+100
+AcDbBlockReference
+ 66
+     1
+  2
+palet
+ 10
+1370.276016791566
+ 20
+508.3550790215197
+ 30
+35.0885738728319
+  0
+ATTRIB
+  5
+1D0B9
+330
+1D0B8
+100
+AcDbEntity
+  8
+IMG009
+ 62
+     9
+100
+AcDbText
+ 10
+1370.276016791566
+ 20
+508.3550790215197
+ 30
+35.0885738728319
+ 40
+8.0
+  1
+CWM-CWS03:WtrC-P-20:Cmd
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1D0BA
+330
+1D0B8
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1370.276016791566
+ 20
+508.3550790215197
+ 30
+35.0885738728319
+ 40
+6.0
+  1
+111
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1D0BB
+330
+1D0B8
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1370.276016791566
+ 20
+508.3550790215197
+ 30
+35.0885738728319
+ 40
+8.0
+  1
+10
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1D0BC
+330
+1D0B8
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1370.276016791566
+ 20
+508.3550790215197
+ 30
+35.0885738728319
+ 40
+8.0
+  1
+12
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+1D0BD
+330
+1D0B8
+100
+AcDbEntity
+  8
+0
+  0
+OLE2FRAME
+  5
+1D0EB
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbOle2Frame
+ 70
+     2
+  3
+Package
+ 10
+1338.379437415531
+ 20
+506.567280822562
+ 30
+0.0
+ 11
+1338.869020706478
+ 21
+506.00478086557
+ 31
+0.0
+ 71
+     2
+ 72
+     0
+ 73
+     2
+ 90
+    25870
+310
+805558EA3D8B84E99440D6480E9513A97F4000000000000000007C6790E079EB
+310
+9440D6480E9513A97F4000000000000000007C6790E079EB944052D4199513A0
+310
+7F40000000000000000058EA3D8B84E9944052D4199513A07F40000000000000
+310
+0000DC049505010000000001000001000000010000000000010000008E640000
+310
+D0CF11E0A1B11AE1000000000000000000000000000000003E000300FEFF0900
+310
+0600000000000000000000000100000001000000000000000010000002000000
+310
+01000000FEFFFFFF0000000000000000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+310
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+310
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+310
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+310
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+310
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+310
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+310
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+310
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+310
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+310
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+310
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+310
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+310
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+310
+FDFFFFFFFEFFFFFFFEFFFFFFFEFFFFFF05000000060000000700000008000000
+310
+090000000A0000000B0000000C0000000D0000000E0000000F00000010000000
+310
+1100000012000000130000001400000015000000160000001700000018000000
+310
+190000001A0000001B0000001C0000001D0000001E0000001F00000020000000
+310
+2100000022000000230000002400000025000000260000002700000028000000
+310
+290000002A0000002B0000002C0000002D0000002E0000002F00000030000000
+310
+31000000FEFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+310
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+310
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+310
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+310
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+310
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+310
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+310
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+310
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+310
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+310
+52006F006F007400200045006E00740072007900000000000000000000000000
+310
+0000000000000000000000000000000000000000000000000000000000000000
+310
+16000500FFFFFFFFFFFFFFFF010000000C00030000000000C000000000000046
+310
+000000000000000000000000B04112B57708D401030000008000000000000000
+310
+01004F006C006500310030004E00610074006900760065000000000000000000
+310
+0000000000000000000000000000000000000000000000000000000000000000
+310
+1A00020102000000FFFFFFFFFFFFFFFF00000000000000000000000000000000
+310
+0000000000000000000000000000000000000000040000008E5A000000000000
+310
+010043006F006D0070004F0062006A0000000000000000000000000000000000
+310
+0000000000000000000000000000000000000000000000000000000000000000
+310
+12000200FFFFFFFFFFFFFFFFFFFFFFFF00000000000000000000000000000000
+310
+0000000000000000000000000000000000000000000000004C00000000000000
+310
+0000000000000000000000000000000000000000000000000000000000000000
+310
+0000000000000000000000000000000000000000000000000000000000000000
+310
+00000000FFFFFFFFFFFFFFFFFFFFFFFF00000000000000000000000000000000
+310
+0000000000000000000000000000000000000000000000000000000000000000
+310
+01000000FEFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+310
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+310
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+310
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+310
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+310
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+310
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+310
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+310
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+310
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+310
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+310
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+310
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+310
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+310
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+310
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+310
+0100FEFF030A0000FFFFFFFF0C00030000000000C0000000000000460C000000
+310
+4F4C45205061636B6167650000000000080000005061636B61676500F439B271
+310
+0000000000000000000000000000000000000000000000000000000000000000
+310
+0000000000000000000000000000000000000000000000000000000000000000
+310
+00000000020042442E4A415200443A5C4D7573636164655C5757575C48544D4C
+310
+5C4553532D5246515C4553535F5246515F5265667269675C7461726765745C42
+310
+442E4A415200000003002C000000433A5C55736572735C746A6F616E6E656D5C
+310
+417070446174615C4C6F63616C5C54656D705C42442E4A415200325900000000
+310
+0000000000000000000000000000000000000000000000000000000000000000
+310
+0000000000000000000000000000000000000000000000000000000000000000
+310
+0000000000000000000000000000000000000000000000000000000000000000
+310
+0000000000000000000000000000000000000000000000000000000000000000
+310
+0000000000000000000000000000000000000000000000000000000000000000
+310
+0000000000000000000000000000000000000000000000000000000000000000
+310
+0000000000000000000000000000000000000000000000000000000000000000
+310
+0000000000000000000000000000000000000000000000000000000000000000
+310
+8A5A0000020042442E4A415200443A5C4D7573636164655C5757575C48544D4C
+310
+5C4553532D5246515C4553535F5246515F5265667269675C7461726765745C42
+310
+442E4A415200000003002C000000433A5C55736572735C746A6F616E6E656D5C
+310
+417070446174615C4C6F63616C5C54656D705C42442E4A41520032590000504B
+310
+0304140008080800BC712B4C0000000000000000000000000600040042442E43
+310
+4647FECA0000C55D5D73DBB8927D4F55FE03EFD3CEBD759331BF64C76F8A2D8F
+310
+BD896DADC56426FBC2D2C84CAC8D2C79252A99DC5FBBAFFB2F962028090481C6
+310
+6992CEBAA632FE3C7DD000BA1B40A3F18FEB0F93B3E1F9E8D57039FF733B5FDC
+310
+FF73F03A7EF9E21F6FCF5F9F5DFCE6CDD6D934CFEEBDE461EBFDFB74E9F9BEE7
+310
+C7A77E781A0FBCB351E20547FE49F1DBC39BE1FBDBDF3CCF3BF507E2AFCFAF7E
+310
+BB4A86EF8BAF0703BFF83AB92DBF2ABE3E0906C5D737C3EB9167FD483E8D8B9F
+310
+BEBF9A249E371EDE796FAF925F2F6EEFBCE48F24F57FBDBEBAB912BF547C71F4
+310
+EBF5F00FF1C5D9EAF1315BE6D3F93A7BF96278F6EEF4ECFADC8A5E20795E507E
+310
+1EC6E2DF93F2735FFDA523F58BBB8BFFF05E7967D33FE7CB2C2F3E1BCEBE2E57
+310
+DF17D9FD97CCFB739BE7ABA537FD9C676BEFF36A3D2B94F5B8BA2F58A4171FFD
+310
+232B11C942CAF48F7116A3BF9EA6CBCDBC10994F975F8B6F0829825DA181ED72
+310
+3E9BE6E267DFA68B6F99F77D9E3F788FF3BF0A4AE297F79CDE8F004E251DFFE8
+310
+993915BF75B52CD4F6287FA7F86F26D55C91F5190A7C032A70F6305D7E297A6B
+310
+9D7DD92EA4DCC56AF554FCEC769B3F6DF38A69BEF24693C99E074369FE33F070
+310
+292A60280AED553BC1ABE5819F20A5682AE0682A780E222E55851C5575EECB1A
+310
+C3F5EAB13921438EC6C267E4E3525CC4515CE7AED52741436F11476FD1F3D171
+310
+A92D166A4BCF30B575E6F9B124B8982FBF0A7A2BEFB298ED0FC289AF85455EAC
+310
+3699372BECF274795FA3778BD1EB3CFC487AB74FD9B2C18ED1C9F1F3B1937402
+310
+8E43C7E8BC5DDDFF00865BF1CB7B0AB846A4BCFE2838867AC071D79DB835ACD8
+310
+413F2C57DD3707878242D6F881C87D9C2EB38D37F1BD62CE789380339442CE50
+310
+0A7A62D36258451CADB178861C75451C75851C1A9154578CB171288B33FEA39E
+310
+58B6980A31A753FBD2A6DD6CC49CCE8D613AF0103B686B9E9BB4C5B1ACCFD9AB
+310
+82CE25B1AE3568ABFBBAECB25C4E5EEE1DF1BBD127302E78739086AFEFAF57F7
+310
+DEA658A8CE1EC417D3E576BA2007734167C0A083D9750B9DE1365F09123392D1
+310
+F57802F650C908B39905A81A9C8DC7C43018DE0CF7880305F055181C0F4E5ECB
+310
+2FC4E7C7D5E7C028186F1F9FBC4D3E5DE77BF1F8941D404DC4C417B121355B77
+310
+CC7EF1FF8E303BEE87D9E7E976913B78B1C257CCC8596223BDAFD0A8B51C8ED8
+310
+4E9853B2B39B02B09B4A529815A348213DC40A10B131ED0EC9F4CE42E34269CD
+310
+A0CD240E0967BF859C7EC37670407E4817B2A2556CF213D1AADE7768902A7503
+310
+6DD2B8030546DF45ACBE83B61B407E48DFA1416969A1303325A34048797B0E8C
+310
+1E84F68BA0F1E3ECBA98D575D0E6878B18D067D4218B1A85F80A874E51883CDB
+310
+08BDEFD31F556CAC0645D416914A2760D0B13995429658505BA910CE44A51232
+310
+A80076B2104BE987308F2AA9884FCA388A0A79141B62C2AB6C62261B7AC21752
+310
+ED9C26EFAECEEF46C3F34F2662CD7986AD8C275FE7F70593E9FD8F52C4787837
+310
+F24F87A63DDF5AB38F19CD9E3C4DCBC357891E00E827ADD1A3E3D373E78675A9
+310
+1E6C29ACA19FA0E85888ACA1BF41D1B1F0AE8E5E8C67101D8B3C3474DF8D1E94
+310
+28986FD4D003141D8BC535F41045C7225A0D3D82D1A17854438F617428A2D3D0
+310
+07303A148F69E8C05CADD0A158464307E66A850E05241A3A3057253AB6C55447
+310
+1F00733550C622131D9EABD8EE8F860ECF55D041D5D1E1B9DAC6BE0FE0B9DAC6
+310
+BE0FE0B9DAC6BE0FE0B9CAB3EF8B2216D95C0CDF4F8C69596ACA941A33DAD177
+310
+90C9DD0773A25713D2350C0B48B1F799CF6769B95E49D7D97F6FB34D6E848CA0
+310
+BD091B64FA983DAE2C900EF3FDF2C5D938496FDFD67E43FD901150A03459FEFD
+310
+D16B056710C761BCFBC6D9EAF129CFB66BEFBE08147FCC169957C0177212B1D4
+310
+B8BDB1ECF24A39B29FC2C141DA2BFFF5D1C8AFA0D5CFE9C5869056C99C24C3E4
+310
+C3C424B3965A27AD39E4316C3257CBFBED2C9F7F9BE73FBC7C2D72CC1EAB3C86
+310
+A45CFA240FEB6CF3B05A94B1EDEC21BB2F19FAA85694F3C2F65AF12B992CAD40
+310
+9EAE8D567C8B5616ABD9D7F4E8757CF92F17C3CAD738BCE501721018410D908E
+310
+46EF20FDD7664413A423DAD9431E99DB6D807405AE7B480BA289A5630EEC2003
+310
+46F7380D5B05C960E9366C25A485A309D215A6BF7C713E9F7E99E4D37CBBF9F0
+310
+743FCD33374B27E4A898E2E9919FCE56F7599AADD7C2702A1FAAF91D8487BFB7
+310
+9BDF1D640041461CC810828C39901104790C428EAFCE26E9F9F861BAC9D2EB6C
+310
+BAD9AE339167FD8B0A294330F9AFCB986A90B7EF3CED43EDF1588E48E7ECA941
+310
+1E8C5FBDE1925F8CB22C78D814A9EBD20775999279E9B2E1F2B7078C53306656
+310
+FA2825C306D9B06A17667010D9728752060D954C9B83ACB59C91E4DA63D05032
+310
+B4870D35AD2853A7BD56FCBD4C86567E76D0304A2F26445CD31CB1AEA0E1FC7F
+310
+FF9C177176EECD56DBA7859856BE941270A4B896DA4D29412925F18F4E2FDEDF
+310
+FE6E1052EBE140F10A5D0E0A84C043AECFE7C5EABB9EC55C9182860023B18724
+310
+55D210FDFF3817FD5F9134F77EE2FB98C614A7D751637EED575675DD95970C2A
+310
+5EB8D2B0453C5369F629234C1DA434C5ADB7342417D2A06923AC4CD2AA88E05A
+310
+C236236C441A0AB25BDA0B61F5200575F73F17D2B6550AFA7395E7C5E259E869
+310
+4F045710B69F822B88184121388218AEC87D6E27C4128329E43870FC64DCC1A9
+310
+A1B690185721C79B624708AD28123D1B813DAB24EF7738FC14F2882E8D583199
+310
+63C589A66234F515115D1AB102244EA60F8F22D1A531D8A54AECD2F904594825
+310
+3A3666752C9C036419640D6DC5F60E2D9335DEDF4E4CF92D356AA5ED476F1B59
+310
+6E9F8ABB4E07B1B7E3D18DA9930C62218DD8C48A3B4C95509FD3D6CE77978440
+310
+BDD93EA7D99DAF9E550C140D041C0D783DC80F740D040C0DB856163003450321
+310
+4303D85199437EA86B206468003B0A0418281A88181AE821562F04EA1A88181A
+310
+E861892519281A88191AE89E0D2E04EA1A88191AE89E295F3138682000AD3EE3
+310
+1ABF2DD09639716AE303D0F6338A30D0C29576831E8071D5DC2E5A37FE0168FC
+310
+19250168E18776879CFE6625F95291B84C3C54551072BA9E950CEDE671D046C4
+310
+D246D7BCD90B99F1A8AA2162A9A16B467145E0D0FE98D57E0F154F47C832C752
+310
+D542CCD102160AA034145D702C425FB71E85585D191CE3804505308F9D362E89
+310
+BD4FC3BE6FBFD7085F79936CB65D8BED7079B74E307A37FA24560A17174EBD30
+310
+92EF0F273417F3C562BEFC224E62841A2E2E76324F6F8D3D615AAE617DA1C8DC
+310
+1FFE785FB31FE22C48A61C6FCA524E81B0BE325CB9A9C804B6F61BC86003B405
+310
+99BD6A42866AB0D00D62732492A80AA75658F2C2981573B818B8D5CF24CA5E5D
+310
+11435D5874DB13C1BD0AE3D3EBE1CD078C2116FB9137652BA983D3E187C49802
+310
+DE948AC5BCAE0BB195E0636CC430EE861D043FCABBC0A24344671CEA96EC46C3
+310
+09361A1897AF00E1FB9E7EC3693A1475596D57D9E0F7E2F4EAF2EAB74BA74856
+310
+79166D5FE57DF62D5BA83B4CC5B7E4A9D5E5FCCB83B7103FAED8F8A7969D3803
+310
+1B74B10FB1116EEDFDEA7B8D4C70FAD1C2C6A09A3EC9881D888FD9FA87B75019
+310
+892BE19CB35C684120AE846FCAFC1D216277233C2DE4DC2594881817E1BCF82C
+310
+A4169F4F4402A7F7B4DD3CBC92D90F1AA3DB31D968C908B20738A3E25B2642D0
+310
+E66C49A87BCCA3A9A8E8A95FEFB3F25ADD9ECEEFB777EFAE6E7E03E8A0250A31
+310
+3ABFAFD65F0B93227904AC91D32515A2A210108326600D9A2E659EEA644CE305
+310
+3DC5952CBA64CE688A690C9580335430EF0630A98D9290334A58CB16D7CD6F21
+310
+DB3E6042CE80612DEB605EA6B1831EDA2A23B87775358651C81946F83A1C2755
+310
+1B51116744B10A2E582F350BA1F6A1147186523FE503F6844C63083D252EF9E0
+310
+8591300535064FC4193CAC3A482E36B5511383A3461E6C41710E56274088B68F
+310
+9D181C3B92167C5CCEA0651A41E87174C90ACFCBE028AB318E62701C959CFA2C
+310
+F4507152479358458DEF4693C987BBC65D293585E08D22B9530503B97A2AA3B0
+310
+2AC3EE699D6D447277C5C787F8C871DD0B1F254B6B474549F81B8BC514C4C8EF
+310
+8D915844C9FA677B426509B403A510A314F44629B450AAA79416BF1861CC7ACA
+310
+731502CDDDD72036C08831D249AFD52ABC4242FD7BDAB83E86E4878CEC2B4A31
+310
+E7F3CF9FB375B6CCE7D3C5412FABCF5EFE9079D9EE0F25B50033017EF7A4D1B1
+310
+CCCD2CA36BE3EC0FC0D9DF3D3D735C4BCF54474E95CA3416698710995E5321C7
+310
+32CDF010331AF514827AE2E7F2D1D45C2A8B40953113D26C2192CCDF3B444A46
+310
+5D4598AED4BBF4DD38B99414634A0A180EC5EDFF6566DC210C30AA2A0655C5F0
+310
+2B08335A61B262CCD1E9F04AE7A4D18A184EA5BA7BBE43F701748667D0D00300
+310
+9D615C35F4104067D84B0D3D02D0190650438F0174860DD3D007003AC31269E8
+310
+C76EF498615334F413009D612034F437003A6392D7D10360AEC6ADE76A00CCD5
+310
+B8F55C0D80B91AB79EAB013057E3D67335884ECF4DE8860316EFF06FF5615854
+310
+6AE8318A8EED7D6AE803149D55D365877E8CA2B36ABAECD04F5074564D971DFA
+310
+1B149D55D3A5422F625C109D55D36587EEBBD18FCBFFB16A76EDD003149D55B3
+310
+6B871EA2E8AC9A5D3B7460AE56E8D05699860ECCD50A1D3A2AD1D081B95AA173
+310
+6A76EDD081B95AA1736A76EDD081B95AA1736A76EDD081B97AACC4044C74B3F3
+310
+A8790F4EBDF33A7A0458826365A4F3B847B02568E33D22D812B4F11E116C09DA
+310
+788F08B6046DBC47045B8236DE23822D411BEF61597AD4C67B8B2AA115BA65E9
+310
+51436F5125B442B72C3DEA7B7DADD71E96A5477D65D37AED61597AD4D15BAF3D
+310
+2C4B8F3A7A9BB54722CE3292D1F5D8852E4721864EEDB126F22C23CF1E9FB2F5
+310
+3417BB16CA2F890D8FDDF35D25391F221732BACD414ED95651391ECE361271B6
+310
+0191EAE96C2351CF36544EEAF146228E3720563D1D6F24EAF1468355FD202111
+310
+271C10B99E4E3892DA0987D68F3AB7009B00D2C562DC2CDBE789DCC9378FFD8A
+310
+0C38E0196B753B19BFD6816AFF55BB8889D8CE87F83094E3DE334FE4763EA5A7
+310
+08E3D55351F244EE995384628C50AF75C913B93F4DD202C753F763AA446E495B
+310
+0C4239A02EDEFAE9DD28493FCAA7A5CD84E43CC34294B3D57DE65505BF8ACF2E
+310
+DE0683B010431541D2AA3B420981C632486411249314D7EAC55806892C8254AF
+310
+8E29CB20B94AA5B98DA7BB0C125904496B7A49EA679641228B20691A8B7AD398
+310
+5FFB15531924C9ABF84E3A5AAF576B515CCEA6B4185AD33521AFAB22B8564877
+310
+3146B25493A96B7F66B1A6925CB35EE0EE43AD1B1828FF527503C9EA4FDA6851
+310
+72545B569F25EA3F91D59F4C8AFF49F59FC8EA4F9A82BA172D26EA3F91D59F4C
+310
+0AFA49F59FC8EA4F9A8218F58B3BD57F22AB3F99EA1BFFFCFA4F64F52713C59F
+310
+5FFF89ACFEA4F5AC72D513EC5966FD27B2FA93B164B562F19DFAEAA5FE1359FD
+310
+C948F1A7D77F22AB3F695DAA1CCB215DDAB6FE1359FDC9A835B8EC41D7FA4F64
+310
+F5278D9A24D54BFDA70BEA85304D2CA3068855ECEAF171BB9CCFA492E4F34EDF
+310
+E7F9433DE4159C467777A56C9A93DCE5734DBF4AF830F716D974937BAB65B992
+310
+5915C1E36CB65D6FC4AB6922EDB0E4A3CAD703478B7C974E2AF91FCBE64AC1D3
+310
+433DE29A403102F4BC6B43831DC3B2123892A2F243E3BC59D1EF656AB52AF3E6
+310
+BCD1D0A64C974F303472B65ADECF454F6FCA4BB9B636DFDCA693D1CDA4D6DD86
+310
+363B0ED3D436FFD35BAEBCA7A2A5E530DB64CBCD4A2C5AF36C96EF07BD942DEA
+310
+3C00FA76184FBBBE574FD952D777F2FBD5999EBE6690E998DFF5F6E6DFE7B34C
+310
+6FF266DFE61DA9CDF431F3F2F9E3AE036C6F296A339F51E4B0C3CCF7EC8F3693
+310
+45EA8CD61132DC74993AB2489D5168DF65EA24038675EE7E25567F7D5DAEA705
+310
+0F964576F0A8DAC9B0C83ECB22BB7AA2924F59649F65915DC7B695408745F659
+310
+16D9B5C96568A4C322FB2C8BECDA8E50DBECB6C83ECB22BB366CECFA562DB2CF
+310
+B2C8AE9DB57A7B5B59649F67913BDFC837CC76DA0ADB2B23190D62BF5533C99A
+310
+9946F95E0FF283BA410E5806B97B1907B9C92F7B4874CBDE2207A8452EFF07C4
+310
+A801CF22072C8BECDA42ABE4531639402DB2EC7BF7A220705BE48065915DDB60
+310
+86463A2C72805A6428EA51DBECB6C8016A91CBFF01EB038BBE558B1CA01659B6
+310
+D41D97071D2D72C0B3C860D8C99BEEB449B617F135994457D0009BC4BD49B617
+310
+F135C9EFBD8CAF64C031C99DBD66AD8FF4148C920FC73203B16AC8B3CC216A99
+310
+A18DA44A3E6599439E65F620810ECB1CA296198A440C8D7458E690659981F541
+310
+885BE690659981758245DFAA650E59961988CFC38E9639E4596670BBB4D5ACA7
+310
+0DB4BDC6B8C940BA34071BC8BD81B6D71837C9EFBDCAB864C031D09D9DA8BEAC
+310
+D1EC73C4B2CF40E41AF1EC73C4B2CFC0B23372D8E708B5CFE52401960A91DB3E
+310
+472CFB0CEC25E88D74D8E708B5CFD230B8570B116E9F23967D06560D167DABF6
+310
+3942ED73D95E205A8F3ADAE788679F3B6F15D8273D6D9EED0F2098CC63CF4F20
+310
+900F2098E4F7FE048264707D9E9EB935C0A8814E3190B378315F7E151DB42A4B
+310
+4FEF2BB696BC8AC9FDF8385DAAF48CE5724DF43A3B7A929EE8368D1DE84C4284
+310
+5DD5390C6712A3CE444A76AF985D1BE331CB9900AB9BD8ED4C62D4994899EE6D
+310
+9098E74C629E33F1F036BB9D498C3A1329DBBDD0B1E85B752631CB99000B8CB8
+310
+A3338979CEA4F3419CDD065474383EA3E74763C827634CD9797D3E1A238573A2
+310
+F92E1560759F2EB37804058ED17547D0012F3F2480F343943C71A77CC2E80670
+310
+7E0894AF5A09A48D6E00E7879432DD3B1C8D46D2463780F343A0B44AB5CD4EA3
+310
+1BC0F9215062B65DDF8AD10DE0FC1028E5B6DEDE364637E0E587603BCBF84427
+310
+A376E2DD2A9305ECEFE52AF2DD2A93E83E5FAE92C219C6B7539F3436BC76D617
+310
+CE0581324FAB3632AC2F9C0B02253357F229EB0BE782C8063B63FCC09D0B12C0
+310
+B9205006B2A1910EEB0BE78248F9CE30FFD066B7F5857341A0245DBBBE55EB0B
+310
+E7824899CE305B6D6F2BEBCBCC05F16842EC994E9B5F380F04DA5D436CE0CEFC
+310
+12CFE719453FCF037A9207270CF6FAE161898843382256EEE151C337E445C421
+310
+1C112BB7A99DF2099B1CC2117129D0BD0408DD11710847C48A75603592B6C921
+310
+2F2276AF02423C220EE188B894ED5E0DD8F4ADD8E4108E884B99EE283CEC1811
+310
+87BC88D835CBD039CF8E8E89A73D8D36D2E14099367267A989A73D8D2C7A7EDC
+310
+531260986856779908586C7304DB66E859A3AA99B86D8E78B6D9BDB08C1CB639
+310
+826D33F4B0542590B6CD116C9BA1C79A0C8DA46D7304DB66E82D22B5CD4EDB1C
+310
+C1B6197A5ACCAE6FC53647B06D865E3CAAB7B78D6D8E78B6B9AFE7630D739EB2
+310
+CCC46BC3469BD8EB7BC3C517BC4505EB8D184249ECF505F12AB2514D304FCEBB
+310
+C89206C381F435A66C1B2F31CF91B883EC98E74862D891400FD155F2094712F3
+310
+1C897B5513BB1D49CC7324EE8D8F4623694712F31C897B6113E38E24663A92D6
+310
+FA561C49CC7324EE8545DCD191C43C4782BFEA05078D07D338CF4DA691E341B0
+310
+1D60DE5BEDE44BED2612CFF456BBE4C130D0CFE9CF2A3A1C03ED8EB463DECE78
+310
+0CEF8C430FD255F229030DEF8C43EF9755021D061ADE19879E253434D261A0E1
+310
+9D71E82539B5CD6E030DEF8C436FB3D9F5AD1A6878671C7AD0AFDEDE56069AB7
+310
+F9CC5AD6BB8D4F6502C5C8B3DB1E95857CB7073B813C3C293E3C0C3A4FBE17E8
+310
+4D3F8B14B4CFFB77EF058B33AA9495CAC2673C6C6ED9883F2BA6C57696CFBFCD
+310
+F31FB2A8C9FCB1CAD9B397B4120CED956A0C0CBBBC5E4C32B495A949C91A86CD
+310
+9E6C57C130256B1836A5B8FCB6B982614A960BAC699BB1C0EBA958604A16BC6B
+310
+92FBA9E5EE52B2285C93DCCF2A099792B5D89ABC7E5625B694AC7BD69CD7FF0F
+310
+55CF52B2EE5993E2FF43D5B3942C3566B08ED0416AAF85C652B2D498812294EF
+310
+D26BA1B194ACEB65A0089F7774AEEA959275BD6AD458D9EB8EAA5E2959D7ABE6
+310
+6D82838CD662A1AA5E295971A8C68911B73D53BDA194AC3864E837684839EA0D
+310
+A564C52183D0DEEB0DA564C5A1E6B8C1365EF9F58652B2164A73AC74BF55CEAC
+310
+849292B5500C5DD573259494AC856290DF59417A259494AC85D21C2AE8746657
+310
+4249C92A0DCDB1D23DE6E5D66848C92A0DCDCE42AD315AA32125AB3434E5F75F
+310
+A32125AB3434074B7706748D8694BC3FDE1C33DD97222D6F8FA7E4FDF166D775
+310
+9F65F5DBE329797FBC29BFFFDBE329797FBC3974BA4F6FF2F6784ADE6C6D8E9C
+310
+EE777FDADD6B4DC99BADCD8EEBFB5E6B4ADE6C6DCAEFFF5E6B4ADE6C6D0E9CEE
+310
+3DC5BAD77AA067BAD9DAA4D77D6671EEB5A6E49DBBE630EFDE7DE48DBB94BC73
+310
+D71C4D7DDFB84BC93B77CD5D985E6FDCA5E49DBBE648E9B40564CE614BC9DB40
+310
+350A8C1AF7FDDC054AC9DB40CDBEE9F12E504ADE066A8AEEF52E504ADE066A4E
+310
+D14EEDB69C78A6E43D85E6B8E8342FB8594429794FC1D03BFDDD5248C97B0A06
+310
+D1CF744B2125EF2934C7485F5BA0562B42645037470B6BB7B3C7FCE994CCA036
+310
+F41EBC9FC8C99F4EC90C6A038BBEF3A7533283BA397858DD85E74FA7646EA761
+310
+D4F4B401CDCBEC4CC9DC4E436FF59BD99992B99D062571866C8F999D2999DB69
+310
+509387F2646576A6646EA76168F734A6EC6E94C83A33F41EEC2E7AC9394BC9AC
+310
+B366A73D4BCE594A669D35493C57CE594A669D1986CE33CEB43D1DBC6FB00D22
+310
+7636CC25F58C8C4129100B6A7D76591E9C5CEE178897D43389CDF48AEE0F25A8
+310
+045E79936CB65D8BAC93CDF7793E7B108CDE8D3E8923A48B0BA74AA4DF841CC2
+310
+2141E862BE2816CB5F442290E8878B8B9DCCD35B2035CA575E5C62C8DCE71E79
+310
+5FB31F65725C392037C2401603BDB04B720FE8A62213D8DA6F20834DD81664F6
+310
+AA0919AAC1F6C3203647A2878BD54111DC152EBBB069C5CCA97E2651F6EA8A18
+310
+EAC2F6837A22B85721B82704DDB1D2195E17D4E4F4115F4C97DBE9820C254A3A
+310
+D7C39B0F98C2B03D21924E2575703AFC9018EBD135A5629B3116A9C36DBE124D
+310
+9FED05E3DAC72C9C4BB0AB038EA12955593828883A307A9443408C58315A0F5B
+310
+95BBE972024D974A38E48601E1FBA9F086D3742860B31AF7B2C1EF456ADFE5D5
+310
+6F972E9155920B981CA06524BCCFBE650B35B9A5F8964CE9BB9C7F79F016E2C7
+310
+159B62BD6179DCAFC9A6658289998D083CDEAFBED7C804A71F2D6C0CAAE9934C
+310
+F9A043B6FEE12D5446D7E309180F41573225A30254DDA217323879ABB00C9157
+310
+BADD0811E3B18CEBD242CE5D4288F0A1DC6F775435DE3E3E79426AF1F9249FAE
+310
+73EF69BB79782533A03546B763AAD13E947DCF65547CCB44A830CBBF047F77F4
+310
+0254380624B411BAC9EEC955DB9E598831EB9C4D5432FB3CDD2E72372F285B0F
+310
+BA34C21E54C5D8FEF53E2B79EEE9FC7E7BF74EBF4F61A6833E8089D1F97DB5FE
+310
+2AEF59143CD0531E46611BCB6EF5610CA992D159DE2545BF6A7C404CF08035C1
+310
+BB9497AC9331CDED8033B73127E7EC12E7B40E58D3BA33296446A3B9F3B2CF3A
+310
+0FDDC3006A4CE6803399B1A81060529BC7AC2317D646307178A04FE99033A559
+310
+BB422E1242B67D76879CD9CDDAC4837999267AC899E8BDAA0B9BF32167CEF7AA
+310
+3664FAA3574106075EBD0FB6862508399600DFB3C649D58C02EF28ADEB599E6E
+310
+0D228E35C0764A5CD28550BB1988386600DB44810999E67FC499FF7DDD2367CC
+310
+FF8833FFF19A04003F64FEA39798066C76C0F06A4CFC8833F1597DE962539BF1
+310
+AC13C69ECECCF4791F83F39EF15829C64188B6CFFE189CFD8C07FB98B44C3620
+310
+E6D8807E8C2436F963CEE4EFC75822B31EBD74C7789A9C3BB81A733F06E77EC9
+310
+09BF940A73522CC0E4DDD5F9DD6878FEC964060C7B80D0309F7C9D97F70BEF7F
+310
+9422C6C3BB51109D9E5F355A6BDC0284DA3B799AAEB3037A8CA26351B1863E40
+310
+D1B19856433F46D1312FA0A19FA0E898C7D3D0DFA0E89825AAA317B131888E99
+310
+130DDD07D04B486C066AE8018A8ED91C0D3D44D13177A9A1237355A263E6A08E
+310
+8ECC55890B6D7C68E8C85C95E8D0068F868ECC55890EED9868E8C85C95E8D0D2
+310
+4B4347E6AA7F80E2A147C85C55460B131D9EAB6DEC7B04CFD536F63D82E76A1B
+310
+FB1EC173B58D7D8FE0B9DAC6BE47F05C6D63DFA362AE3A6F2D41755F8DE82730
+310
+7A0B3B13BD81D15BD89922FC44D15BD899D847D1DBD8993880B9B7410F51F436
+310
+76268E50F43676268E51F43676261EA0E86DEC4C0CCFD536762686E76A1B3B13
+310
+237395712A5B471F2073957104ADA12373959135A1A12373959101A1A1237395
+310
+7180A6A12373957150A8A1237395718EADA12373957130BD439FAF37F964365D
+310
+1AA035745F81B2A3BF7C416664D72143C69D553C279BCCC8D6083032163BE464
+310
+978CB285AC2C49338AA115DECB17573757497A36191A9B5887AC4C9403F26A39
+310
+CFE7D3C57C231B562F6334C9D6DF44A9BFEB0F93B3E1F9E8E50B32C7DCA4E31E
+310
+B2CCC91C734D26E3B4B45D963999636E22F3AC59E6648EB989CDCFCE322773CC
+310
+4D047F7A96399963AE31646496B6CD322773CC4D0AEB25CB9CCC313749ED2BCB
+310
+7C2F38BD1E5D37A5AB8223E89A4405C9E9506C71D121719D4C5B371A4D2884C2
+310
+12D7C9B475A37028C20213D7C9B475A3F4CE89EB64DABA692C3F6BE2FA9E4D6A
+310
+2C94DE1CE0AED1D884D4664E13D21DBB91C9F5269D6146B05D7A3D995C6FECC0
+310
+3EC998D2EBF78CD04E7439FD26A4B3135D41CDCB17E4150093E1C3E2A4DA2500
+310
+F20A80713E436B4DF512C0F8EC537AFB56FEB543848C705D61FC789D3DCE8BEE
+310
+9DFD982D32AF84FEE56292A493B39BF2ABBF1732454AB670437757FF394CAE74
+310
+83550BD48F90665590F6EE18DE8810BEF266CA6EF72BFFF5D1C8AFB0D4CF5989
+310
+FA07F1C64C0CADA318874B1DAE529017298C8C202FD8FE2A4549087C3E03DA7B
+310
+A8249552CB871D5419EE2732A03D82868CFA6B118A3CE76B15D0AE41531EF558
+310
+8522BE1C775A568441BCC3DD37C5DF174BECC2DFABC39CF37A4EF7425D601ACD
+310
+FE324C6448A23131EB5ED10CCAA329799559224E8D45D0BDDF0A72327A3F3A4B
+310
+5CA51222A8D07ED9EB9B6AE364876FF53A4DCBF1BC3778C8FB3B263ACF7483A7
+310
+BC7AC0725A0E835A41721E38C296EBC0A520F24A90D13B3CE3A520F24A9091CC
+310
+F35D0A2AB970BC942B34AF24D5BD54C0F352AEC8B12143771301CF4BB9E2E9A6
+310
+3CDA4B054C2FC516AF7B29A298A12932EF543A0F765001ECA018CF5574B9D855
+310
+52E2F8269737AF2039BEC90559F6B5EA9B889B684653F15C77D1C89B684626D0
+310
+460FE72E5A790586E5911C142A488E4762A54983D7DBC8CB6D26D5622BEBCED7
+310
+DBC8CB6D265E3FE77A5B498BE3B25C9BBA95A4BACB0A792ECB3DAF43DA65853C
+310
+97E50AE79BF2689715F25C963BC4D6C5EB2E8BA89C69DC4587F60F7ABBA2B8BF
+310
+A0887A2F5645BDAE57144B761C47E61A2D1524C7914103507564C49D4AA3FB70
+310
+E0F771AB92BC53692285ED4BB7BC55595EF462B93787AFAF2039EEAD9FCB36FB
+310
+494E5CD334A9F7B92F6A92D7344D849EF9A266C907F464D0059F4A52DD9345B0
+310
+27836ECD3564E8AE24823D19741DAE298FF66411ECC9A07B5C4DF1BA2723AAF9
+310
+1A3D051417F776D9767FD516F6649CDADD5D2FDB96EC304F266D9E6B065490A0
+310
+278356C3E508503D19713BD864449EF57E30793BD8C4E679EE0797171559BECB
+310
+B1BF564182BE8BF11002EBCA3179E158E320A7351CA676B9724C5E3836D282A3
+310
+D30E578E4B561C6FE63EF08A9BDE2C667A33E781574C7BB398E9CD9C075EBA3C
+310
+DA9BC53C6FE63EF0D2C5EBDE8C28DC6DF4165DEBBEC36E2C66BAB15E4A8EB8FD
+310
+57CCF35FAE70A382E4F82F770413D7FD1771CFDD643C7EC24D77F29EBB89D373
+310
+DE741F8B04A8F1DD6832F970376A9291A91572AB4BAA4612EB945A2133BBCA23
+310
+B8952C66FFB4CE369BAD48A61F8BEC298C8F14D90B1F9135755BA7B27FCF742C
+310
+B28B40467D259FC8D42959357E4FA82C1CBFA314A29482DE2885164AEA137BC5
+310
+AF452833E5A1E08ECC2273F769C406283125F1DD45EC5A7DCF4FC8A87FAF36AE
+310
+8F41F9A152EBBF8B62CEE79F3F67EB6C29AE241CF4B2FAECE50F9997EDFE7047
+310
+ADFA793A128E52F5FD4DB3EECE8134415E678F2B2BA4CB8155908757BACD0A54
+310
+E37D9702056480DA3E5FB9DCE8EA13DB294F220F36C5398FC1EC05B0D9534E8D
+310
+DB53B158BC3BF12EC5380961BD280F97BAC8003B85C96123BDDC3034E82984F5
+310
+C4984610355A6511AC32255F14E4658CD89248D15564D45584EA2A60B8529A13
+310
+ADA4185552C0F0A4EEC027891555C54655C5B0AA180E1561462AEC239CF72A77
+310
+937BF0A6F251FBD0FB3EFD513D58B34F582EE98CAF8A95617A6DA0D3B4EA40BA
+310
+DB0EF29D6169BF6B61ACEC3300567D079918F5A642866C485359861A64004392
+310
+D9616AD71E4390B4C1972F5FDABA35E0752B9029B28374776BCC5118D6AD98C2
+310
+544867B762D34B409229166AB79E4090B07F92CF0F5A3A38E475307082BA8374
+310
+7730B66C5420DD1D8CADB354486707638B4901491E32AA1DCC592F534E55BE15
+310
+68E9D908EE59287D5681042C32B4825320819E85E26C15D2DDB3D0724E40925B
+310
+F0B50506335CA26300F9529EA57F635EFF023B6E3B48A07FA1E05E8104FA170A
+310
+7E554877FF4271FECB1793E28FD2233F9DADEEB3345BAFC55DFC06A4841928C9
+310
+BF47AF15050EE2388C77DF28202F3FDC340F4AF61FCDEB55AEE9F7769E7B49F6
+310
+F8B45A4FE7451CF84BBEDAFED76ABBDE78FFE3F97F2FFE59173F5B4C67D9FA6F
+310
+7FFB5B219EAA5169DA2606CBE728552ACBBA19E23E97B11B6A8171C4D8CFA92A
+310
+6748741F42676CCAD4D003089DB1BCAFA187103A63C55E438F2074C612BC861E
+310
+43E88C55740D7D00A133D6C235F463045D8DC859E827103A63895A437F03A133
+310
+969935F4D3A1A5F040CD81B5440F204B10B7B404016409E2969620802C41DCD2
+310
+12049025885B5A025B9560E32D61EFF06FF56132F22ABAA59AA1093DE0A35BAA
+310
+199AD059F5DDC82AC12674567D37B24AB0099D55DF8DAC126C4267D57793E898
+310
+256839576D35884DDC59D5E3C81AC41A3ABF7A1C5983D884CEAA1E47D62036A1
+310
+6319343574CC12F0ABC79135888DE88E8416033A6609F8D5E3C81AC446744EF5
+310
+38B206B1119D533D8EAC416C4297502C749B6BAAF926CE0EB28A6EAB706CD40C
+310
+9BBBADC2B1099DEF9B6C158E4DE87CDF64AB706C42E7FB265B8563133ADF37D9
+310
+2A1C9BD0F9BEC956E1D884CEF71EB60AC7A625710BBD5BAAA69AD05BE8DD5235
+310
+D584DE42EF9025E01C38A8E8B6FAC926EEFC5EB5D54FD6B2C44A147E4C60AB9F
+310
+6C42E7C704B6FAC926747E4C60AB9F6C4467C704B6FAC94674764C60AB9F6C44
+310
+67C704B6FAC94674764C60AB9F6C4467C704B6FAC926747E4C60DDFCA95902CE
+310
+19958A6EABCE6CD40C9BBBAD3AB3099D1F13D8AA339BD0F93181AD3AB3099DEF
+310
+9B6CD5994DE87CDF64ABCE6C42E7FB265B7566133ADF7B58B723EBA9772DF723
+310
+ADDB91F5DDCE96FB91D6EDC83A7ACBFD48EB76641DBDC58E61D16FB6D3164F3B
+310
+7029FF071CB87C9DDFA7E3F5FC71BAFE91BE5FAD9ED2E12C9F7FCBAADF6E9E64
+310
+BB4B9C1A20B7F96A3DFF973CA46B42BAEB112657D7A374F4C7E82CBD7D5BFBBD
+310
+66C363E5EF5F85C1F1E0A46AACF8FC78D7707124B4F1EEFF2DFB2B9B6D4B5A05
+310
+7025C728A22127E4C8D97AF7D97AA996F9DB09FB7D7895B81B3560356A9AE7D9
+310
+32DF49B91EFE013629624891ED789CFE357FDC3E569244E27B32BA1E5392D4BE
+310
+C6C63E955B95C8C4F7BCA094ADA7B9C8F4527E491C103F54E5D7253947B2AB3A
+310
+C25DE44A481F6C6FC8B0538EF62AD96D6AB377B9F589C8AD0749F5945B9FA8B9
+310
+F52AA7437A7D22D2EB41560CB3E86015DA59A989EC89C8B007C9F594619FD432
+310
+ECB57EAC730BD0391528FFB64C6A4B6442B5793AEDC84073080B734B48780E31
+310
+4EA9ECEDF36B63421D12657E682212B5413E0C7DBBB3CD1299A86D577D88AA1E
+310
+3B89149011DA54CC223AF3AE1299606D6F6304B7113AF5139031DA462C6B12CC
+310
+404A647EB4BDA531DA522C8FBC84842752F79B1789CCB2B618D77226FD71E41F
+310
+1DE9340E1FCDBBA7AE15F76FEBE9E759967BFE3FBD4D9E3D794752862DB031CA
+310
+70AD8C7519BE94117064B8D6C7BA8C40CA0839325C11B32E239432228E0C57A0
+310
+AFCB88A40C5B656CA30CD78A5997114B19035046E985DC656E04E4310BD2597D
+310
+40409EB0209DD7B504E41B0EA46B424948DB5B3D66964EC84FDC29E94E7D2F20
+310
+7D9065F54E916347B6840CD009071587282143747E410F4C4948743A41B7E94B
+310
+C80885943DEED83B2F2163DE8444BA27462724745BBF841CF0E6B863E3BD843C
+310
+66CD7197679090E81C87AA019590272CB3E1DE8D2920DFA0AEBD8474EF190948
+310
+DE1C471A3E64396EF71D0D01899A0DA818D2CB17FF07504B07089AD6D52F5028
+310
+000054890100504B0304140008080800BC712B4C000000000000000000000000
+310
+0A00000042445F414E412E434647B55C4D73DB4612BDA72AFF01B7CDA6922DCC
+310
+0740D038511255A55AD1C492B0951B8A11218BB5FC2A10B4ADFDF58B214488E8
+310
+6E103DA074481439E49B376FBAA767BA7BFCFBE8CBF47A7033FC73B05EFCBD5F
+310
+2CE77FF8FFF27EFDE5F79B413C483E0F46C37092CEE6CE78BD7C09E3976D1A4E
+310
+17FF4B7FFBB1C9E6FF0C1FB245BE587F731E8ADF92C13CDB8557CBCD6318DD5F
+310
+875FD68B3CBCDEACBFA7D96EB15917FFB95AA5EB3C8CB24DBE79DC2C1383FAF6
+310
+9B414AC3FBC52E1F3F3DEDD23CBC5BE7E9329C2E373F7EFD65904491703F5D8F
+310
+6EC2A7D9729786779FE350845EF18F08C37072FB1FE74F67F8F3F179B6FE9666
+310
+4E967EDB2F677931AAB3DC6CB6C5FF8BF6ABADB3CB67591E4E7BC96810FD319C
+310
+4E93E27BE6D7C943F59BF78A7FF8F761DCAFC4B82E7FDCE2EBC50FE5FC98BD38
+310
+DF67CBEFA9F358E8305BCFCFF370310F8979881A8FABCDFC85A4200D057B0E02
+310
+73509883AC71F83A5BA73B672A9C02DD994A928EEAA488C46C3466A328368AA4
+310
+A13BD150988687696844C399EA52138F24E37522A321996934980CC5A7C1B8C6
+310
+C6AFB1996E67597A1ED7277125C4EDD9E2F6EAB8D7519C8CAF8E66F6309EDC1C
+310
+00D501B4D82EB679BACF9C7921C6CBE33275CC476D0CF63A362E33FE7C5C9AC9
+310
+70706FCCB5EFBE0E71D66DCCB75B66E3A2F104399E648ED732BD1E7081E1E0F3
+310
+207145F2B899A7499A6585587529FDE3C02DAB4DE2CA33B88A87AB285C750657
+310
+F3703585ABCFE0FA3C5C60F6C3E8EE7A9ADC44CFB35D9A8CD2D96E9FA52682FD
+310
+565F5FA999F067D0E3E72CDD3D6F9673081DB0A003001D8F2767D47079748175
+310
+0F13E84FAF3BAE770801177B93F288F104319ECF1CAFC59B145C8FE4362E42FD
+310
+EDFDF8A11EDF646DBC73C1DE00143FC6FB7CBBCF9DA7E2E4E2E41B67B5F899CE
+310
+9D7CB6FE6F4B80836E6808098290B221246A1FD9D4A91543B770822E5C709294
+310
+489AB328E6BB589FD751CF9080FE6E4850C2B02CD17CF78DC4DF9B3C2F428BE1
+310
+D2420299E76DAC2825EAE6D97E1E32305D4421CC57537C7A141FEA4464BEDF85
+310
+480F13F12822012272F64C6450BAD0817B611219B78E26C507BE4C86354A01DB
+310
+91A2D2B3CD25E4E843DB62C73611C16E67366C04CDA66FC3E6C4848F44580EDD
+310
+27F8489A8F706D08C9E2C7DDBAC6E729DBACDA190914670A34D54049D850520D
+310
+94B81BB2100433DDC08C1F250C08BD7A6C62285214987E03B17AB4185543944C
+310
+FCFA9FF18C5AA0A85020F5E8F1558F2DCCCDE2E929CD8A03D662B67CD365F3E4
+310
+E4CFA9931EBFD812D5D16E149980454BC30A5A5119B4A2485ABABE40612B3261
+310
+8BA6C20A5D512D749D5A4EEBB62850F88A4CF8A2C9D886B0A80C61871C4B1429
+310
+5B9D50242BF09A7422A3D9796A9D25234C49374986835B53DEA18CB2AF5A695B
+310
+AD8878A29BB4EA5B70EA2C121150BC0691A46B770288CA13C0AB549EA5549288
+310
+2B5E8354525833EB2A984441A5CCD9B89F0677F514523DA230B22B1A8585125A
+310
+2068650D8D76FC125A22686D0D8DB6C9125A2168CF1A1A6D7A25B446D0BE3534
+310
+DAB44A680F41F7ACA1D1BE5342FB083AB08646DB4709DD43D07D6B68B41194D0
+310
+0184F65C5B680F797209DD47D0C21A9AF64689BCD1B3F6468FF64689BCD1B3F6
+310
+468FF64689BCD1B3F6468FF64689BCD1B3F6468FF6468C6C0D4CE22227B7F671
+310
+DAC591875B3B38EDDFC8BD95B57B2BDABD91772B6BEF56B47723E7D6D6CEAD69
+310
+E746BEADAD7D5B23DF8E4D26201E8EA21A32FF9A1B9759803C5D6DD36C969B90
+310
+7FF221735A784E6779DB15054D38362901444BF2F301712D1F704A8F95E3436B
+310
+1B9B9C0022A4AC847ACB079CF2E1A5041425912218F1D301F1693A0031E25EBC
+310
+1565529A20C6CF06C4B56C00583B362F146B6273EB45BCEA7A35DC32E3F2C24B
+310
+5BB95501EE4083306DA5983C446DC94E57ACF59CAD508C8CCD8517BB99E58532
+310
+2EEFBA5DD4211649138C14C588BAB6C5E555B20B15421C8FA0A21195B3D7A2B8
+310
+BCB07521848E1DB1B9AC616D58299BB8BC9E35387BBBE90032B75722990CE3E4
+310
+EBE01E1C288E95EA79EA94953653ACBEBD92BEB23A59C0C2D3B1705CD543DBB7
+310
+91CB4A4FF00E060B4F1521DF86D065A52778C33A706AAC93F22ADD12424A5AF7
+310
+8053B0EF58CD82773058CB3A92E8B1BA143A56B3E0950AD6B22A12F5D6850FAB
+310
+66C1CB12AC65557C34C5E71DAB59F0FE036B5915111F11F9886A96079C0074C1
+310
+1DCDDF77D97EC96D8483E933AA8A761443F1B785CE85349825A6EA68159FC086
+310
+4FD7521ACCC55295B423236DB14017D4D288454395B48A92B4A174692D0D3637
+310
+5095B48A193FEC5D5E4B83CD055425AD2256B7F377A9A5C13A3E5549AB1AC9F8
+310
+C2BC472DAD87A5E93547605E571132505C9CABD46645E1CEE539D8284015E78E
+310
+543C562CBEA03C076FBC5471AE22631B932F2BCFC1BB25559CABA891E1F963CA
+310
+73F0944E15E72A5E385A7F48790EF69451C5B98A5360C1A9B348C8C87171AE3A
+310
+F5BA76479ACBCA7330EF4715E72A66D8E23FAA3C076B68A0FDFFB8DB7916F1BC
+310
+E30B00D817736012DDDD24FF8EEA645CF351FECE9B67FB53B4184C4DF3D07403
+310
+DA1D108A8726019A243567B551777FED80565ED27A07BC3905784E94DE822991
+310
+2034A214174C7310D01E14A9B9F586DEF175076C9639F0A1D42FEE01BCF9F978
+310
+7E94FE92A99724F422F5679A8780F6A149FDF981ABE37B1674AF324428E12573
+310
+6790706BD00DC23385928450E456C3340C090DC32385C7D1F9435EF0A04BA4A1
+310
+43C9AF98FB8482FB8447CBAF987229422E4A7EC5340F55378F69EB1B168FF75A
+310
+01148151534DE5EEF51D8D51470C34052D0868DF1ADAA7A025011D58430714B4
+310
+C2D0C2B585EEBB14B426A0A535B4A4A03D02DA7A19FBE432FA04B4F532F6C965
+310
+EC11D0D6CBD8279731C0D0D27A19854BAE639FC0B65E47E1920BF9F680B0DAB4
+310
+ADA161260935EC54ACAD4D44B8948D48C2D5A5B58D0897321249F8BAB43612E1
+310
+525622096757F65602EF21F02968B592D672C3D41B6C07AAD2B91D4C9B40C61B
+310
+9450F6864D591FDE9F84B2373E4A0DBC3D89BEB5E9F528CBC3BB93E85B1B5E8F
+310
+B23B627372AD5730A05690D89A5CEB150CE00A9E7F2C2978C70FD0F910DF8D86
+310
+C9F0AFE1F5C9FBE66349BDC48BD3D576E7CCFF91FE4C1FF7879364EBF3664D8C
+310
+01E1651D7EEFCCD36CBD4833EE136A498CF130B88BD1401E98C72CCFD375CE18
+310
+011CD4E2D1E02F04AE6AE025F5D5ECE762B55FB50F007A1B60D35775EFE6A770
+310
+3EA4EFABE44567D39967F3FAD11CB69155A54A7E35ECB246322F40339414A1C0
+310
+4AF94B1AC9E01B66D8465631E2D7C2DEA7910C3EB9876D6415317EC5E75D1AC9
+310
+E0D37AD84656390F2B1777412719D247363A8B60DE3C8506EE224977097CE6D4
+310
+2E684E837FD3006C4DAB64B64DBF5DD09D86565E352A2EB9695D0914D7F42CD9
+310
+49AE0B3ADE90E2BA717A8A9912542E989E474FCF32957441171DDA80BDE64932
+310
+D36F2A8093A4BD8655ACBDB031CF07F3FB3F504B07087940A18DC4090000B94A
+310
+0000504B0304140008080800BC712B4C0000000000000000000000000A000000
+310
+42445F544F522E434647CD5D5B731A49B27EDF88FD0F3D6FF6C67856DD55CD45
+310
+7AC2121A292C095660797D5E0806DA164788D681C65EEDAF3DAFE75F9C6A40D0
+310
+B7AACCAECA64366263D61672E6D779F9B2BAC8ACFADBEDE7C179E7A2FBA1B398
+310
+FDB19ECDA7BF367E0BFFFA97BF5D74869DD15DE7B67B761F8DA75E6F317F3DFB
+310
+B29C25B3C577EF4BBC9C8E3AD3E5EADD34FA365ECF93F75EBCF43ECE92ED0F87
+310
+83F7BF7E9B24EF36FFB0BF8C937812CFBDE1EB4BF4FEECE33C9E9CF56FCECFCE
+310
+E3E7E768919CA9CF7FBBEF762E367F4815446737B355D2FBF66D152567D78B24
+310
+9A9F0DE6F1CFB337F1A3DB3FD6ABBFFEA573FEE9F4FCF6E2ECDB78BE8ACE843C
+310
+1367FED9FDE53FBC0FDEF9F88FD9224AD49F3A93A745FC731E4DBF47DE1FEB24
+310
+8917DEF85B122DBD6FF172124DBDE7787A36688E6E3BFD5FBB83C148FDF3F4AF
+310
+F75FF67F5372B70AB6FFFDD8B91DB5467E383A19351584D1E5837F9241E13714
+310
+863714DD7FBD8C17AB9952998C174FEA07E92FA7E8D483AF17B3C938493FFB31
+310
+9EFF88BC9FB3E4D17B9EFD4B414A7FD98C49690131DD74F7989A3498D46F5D2F
+310
+94D99EB7BFA3FE37D99A1900DB84C0FA7A034E1EC78BEFCA5BCBE8FB7ABED53B
+310
+8FE317F5596F9DBCAC931DD224F6943A57A3F97AA3D5C2C166A8C0C650D78B03
+310
+BE141485A5021B4B55016133957036D5327E264C48E16CB13C1E36C3498A64A4
+310
+B39BA4C8C923982D4CCD363AAF6BB8870DC4F96CF194028CBD2B45C68FD1382D
+310
+508A93E7F12AF2268A99C70BA04AC186DC02EC9102ECBD440B3A7C168ED6A373
+310
+F467A02DEA1FE3E92B22E4763A1D2C12686B381E0257B807DA92ADC156623202
+310
+FB68CB750D0C5C0612DAF879182FA29537F03D9533DE20384A28096D28C1688E
+310
+195612B29A388AB924642EB935578843C3652C6DFCC3288F990A21E4D49A381D
+310
+9D1B1A9D8B0EB183B56609A9B5B4CCFA2758EB2AFF6E8BADCA579B37CA2BF73A
+310
+FCA9FB35B72C6865001C5EF16FE3A9B752EFAA93C7F42FE3C57A3CB78DE51604
+310
+A751134E679DC42988090FA2DBFE20EBA02C20F51172696656D1EF9B3613F441
+310
+D05F3FBF78AB64BC4CD4D28C2559DE90BDF3DF5B81DBEC5B7141ABBD803CD8CB
+310
+2965379A35310A6AB6F714144341D153585C4E4E8250B9ACD2C8FC25B4FEAA03
+310
+82CF75C2E43A2444562F5AAD1AC9DC2721F7190AF631DC2711EE8320B2BA2FD4
+310
+AE31B60B3294FD1CD93A849C680E213EEF8508EF69B131BA6DF0E9FA22FDCEE6
+310
+AB6EF931789A4D15AEF1F4D54D4FBF73DF95CDD38B5EA59297F1322290DF6296
+310
+DFE695AF828457BE9F91DFAE29BF8D901F30CB17CCF225B3FC90597E83597E93
+310
+597E8B597E9B577EE384593E73FE3698F3B7C19CBF0DE6FC6D30E76F832D7FE7
+310
+3FC7AFABCBCECDA0BBFBFC64D364611679024A1CDE7F2613986EB024B3C968B3
+310
+101B2DA3FF5947AB64F7ABB285902E8D15B052FCE8397A8EC9749C0FD5DBF160
+310
+D8197E1EEC3E1722D3CBA2793B3E8F17D3F52499FD9825AF5EB24C9B3A9E775F
+310
+1B2A79EAFF868FCB68F518CF37CBB0C96304F5B90833449F18A24F0D711E4F9E
+310
+4627BF8557FF260AAD37898D805AA6FF1BBDC8136A81C4F20272CF04C4F2E8F0
+310
+5DCCC6DF07C93859AF3EBF4CC7494424B6DBBF3E1F8C2EFA8FE35534EA7DDAFD
+310
+4E88111B1AE58EF2AD748DD65950B1B1EDDC4AD730B1607754E6C1463303E448
+310
+3CD830ED156C40FAC4202D98100079392862DC7AF4E2FFFE98A94296789378FD
+310
+328FD64BCF77F2D8E52040EA09DCF40CFD626434324637EDF45FCEE39F5B8B3F
+310
+CF528BA7A22CEC6DDA05DCE02B1ADC019F4D3C40F84A99D58083B60CCD2A9F40
+310
+6826D3E1A171584D98F808DEFA2EA314F484A4849A08C90A2503230D25C29686
+310
+ADDE324AC9614B89B0653D941CB60C215B566F0A97D1850C36DC34C4DFF406FB
+310
+FDF44698E3424DFF79DAEB08690E61CDBD7EF7AE8EDEB485D155AB6F7C5E03F7
+310
+3F6CB89EE6D17DC3A3831028AC10D85B2120B342606B8580C80AC2DE0A82CC0A
+310
+C2D60A82C80AD2DE0A92CC0AD2D60A92C80AA1BD1542322B84B6560869AC1014
+310
+AB016679F710A06B02B0864BF5670D80D78E78765077B132E0B4A38B02427FFD
+310
+6747D60348B730F91DB12A7D10642120F421800642601189B048E5B2ED419299
+310
+4282A6302020B04108D9C0BCBC7E08C92C119A2D81C141610F134320DE379400
+310
+3283E8C9020DC4D92257A58D9E16B262659B8E3F788368B25EA69B6DDB4E5CA7
+310
+DDA74FDDAFE98BC5E5A5797BF472369FA7A3D1CF71DA0D94FEBAABD2D3DEDE1B
+310
+CD6A95FB8D57EF297A4DF761B7DDDF2B4FADEAD59256ADE7B68B993BA7573A85
+310
+25C83EBF2318D032201AE16299134F957755E514AD2B565389AC2277F7D9568A
+310
+BBB5A493B56080EE160C4F6F3B779FCD102BFAEA5DD5364E3B9F87BD1A6AF7FD
+310
+F3AE9A9B9990A9CEDFE7EDE440EA91D41B872147281CC0446EC1E4A155EE4E23
+310
+6DF0C90BCCE5F6BC37E95EFDD5F5EF57555E2EEDC2DC443FA279764F4AFD68BB
+310
+437F35FBFEE8CDD38F9D5C7F936ECDDFF4BE38A0490BDB4DFC93064C70FAE086
+310
+26DDA8788896AFDE9C04523A41A22FB8E910C96AF345A6534C6C2635D2F163A5
+310
+E97EF8A648222BFBA6973515A1FE3C48DB30BC97F5EAF1C3F62B480097E9F08E
+310
+1CAE5EDF0D96FA1129AABC4F2C4DA5FCF6F7DDF92CEE88BEF4EE3F5DDFFDEE02
+310
+E94BBC7C5244E388250062C9344E92FE6B86300ACC618442441A41A5EFFBEA1B
+310
+882E780263F020D0D0C48D00E20639CB920A620821610EA1BAE048A3A9F43DA8
+310
+93D9E8024B1803AB1E309A1893B818D38E6CA41218824BA2820B46451A55A56F
+310
+84ED0C45174E12134E10229A380A2BE2282C808147A3523916D164DED2CF803B
+310
+449303B65A318580968F2917A3E1230B01AB1059D6B870F16506B4E91A0FE4E9
+310
+C575D5A21FD1350EACF7B7F24366F90D66F94D66F92D66F96D5EF9AAF8F2CAF7
+310
+33F2DB35E59BA61ADEE407CCF205B37CC92C3F6496DF6096DF6496DF6296DFE6
+310
+952F4F98E533E7AF64CE5FC99CBF92397F2573FE4AAEFC2D75AFEF8EF6ADDDBD
+310
+6E3CBAB7D4BBAED502F4AE9BB5943AD74590199CE2EF5C57EA8CE8FCD354CFA8
+310
+BB5CC6CB740C64F77BB28D996A337AB120FB36333247239CCCAC36A36866B396
+310
+06FA02785A8EA6DD1E0266321B6BB33D00ACB8C5949B2F3C56ABBD71C0B0DC68
+310
+EF8E917A08B2DC665F8591BDCD1EC288B0237B933D80B1B89150C2C8D9626FC6
+310
+566AB0177E8EFBEC1BEC952048EFE1BCFD0646A9EB49F7C2D42EB441D4BDBFEF
+310
+DDBF1596ED28E44E7927F1E6D1789578B1F2569416212F9E4CD6CB557A084EF2
+310
+186DF10055C8343779D09FAD9C390CDB038AB7CAC787F9491AA569101CB694F2
+310
+8ABB5B95C9E141BD898A0070E708ADFBEE02F5D09378319DA5DE5F6D1A1BC86D
+310
+70D71B0DBA77034D086CACF0ABB788BD17F5EC9B205C458B9502328D92689240
+310
+0981459136CED5F044FC122DC83C31FC727DDE353D7DF27336898A0658ED2DF0
+310
+066D357E8EBC64F6ECEC98C3495AA249C3119EDDE199C2D4FA509C16429128DC
+310
+DF0851A86FA46E92592104041D8B135EB70131B7AF616EFF48CCED1B98DBE762
+310
+6E1F606E9F91B97D80B98B0FCDC5DC3EC8DCFE1198DB07985BE30912E6F68DCC
+310
+EDFF59CCEDEB99FB18D7DF406CED1BD89A60C01162CDC09EB8B1E38D0808F589
+310
+BBFEF53F10730779E6F6DF0237A0626ED00C7AE60EB8983BA866EEDCC35B3337
+310
+F28175CC5D7C682EE60E74CC5DB6820B7323AD51606EC81338E646EACE3177D5
+310
+D313333708CB82B909AFE382A83BB0A56EDC5436C49BC29EBAB133D908088ED4
+310
+5DE73A3288C18586C1C591185C94193C87C18EC1914A750C2E18195C5433B8F6
+310
+A1AD191C8943CFE0E2080C2E0006D7788284C18591C1C59FC5E0C299C149AE07
+310
+84885CD81239EE60098845A53D91638F95404070DF3CA1E271A9E17179241E97
+310
+061E975C3C2EAB793CC82AB6E671E3979419DD1A1E2F3E34178F4B1D8F97ADE0
+310
+C2E3486BE8785CE309121E97553C5EF5F4C43C0E9A84600F859DC6A52D8DE34E
+310
+C6813834B4A771ECB938080899EB5AD1444E755D2B44ECF9CB5A69E0E12F6B85
+310
+D1E5CACE3EEB42AAB2032459582E3B7B0CF65BF748A5BAB21332969DB0BAECE4
+310
+7493941D240E7DD9098F5076C2EAB2037902577690BAABCB4EF867959DD0A6EC
+310
+D85E9E0C5597D0B6BAE04E1C03A8BD78DE18AAC30D7FDE98B98D2D7F6F748EB7
+310
+A9EE8D06C83938A926E780AC23063480969C03FB8E18A4520D39074E1D3158DD
+310
+D5E45C7A6826720EB41D31A26405177236B7A6059A8E18C81314E41C5476C494
+310
+351F999C036D470CFB3DEE0053E78F46AC41940892066C526C83C1E94677C0C0
+310
+DA6B9174FD8B9521962E74BFEC5394ACFB0548D38AEE971C063B96462A2DB074
+310
+4EB1354B6375E7595AFBD0D62C8DC4A1676992EE17248A024B439EC0B1345277
+310
+8EA5AB9E9E98A54158F558BA8A139868DAB7A06964D38B99288B67B8E674939E
+310
+E18A0052CDD8300AEA15B638A9E66E41B6C23647AAA85861E7307070B7D0ACB0
+310
+738A99B85B6856D8DA8766E26E01AEB0C51156D842B3C2863C41C1DDA272855D
+310
+F5F447E56EA15D61C3EC70BCD5B6D0AFB6094FA10688B4780675150CC733A811
+310
+088C545EA59E9AC36581C3E52E842519871B8782F7FAABE84C7271B8D47078EE
+310
+E1AD391CF9C0050E97BA87B6E670248E128797ADE0C2E14814050E873C81E370
+310
+A4EE1C87573D3D318783B0CC1C6E1808AD600716069720833B1D9E0F11A7F60D
+310
+05B6D0F15E568A07FC97AC4475C03F60AD102A3335ADE5546E424DB9098F546E
+310
+C28A7293C360576E904A35E526642C3721506E4A0FCD546E42B0DC8447283721
+310
+506E749EA02837A1B1DC847F56B9098DE506BD083D70E82C21E550539DA1B99A
+310
+04E24FD30E3DE9C5240820FF3944EE6B889C6CDF1E08DB8A7DFB1C061622D7EC
+310
+DB8759C5D6446E3AA932AB5B43E464FBF6481B9488BC6C051722475AA340E490
+310
+2770448ED49D23F2AAA72726721016B026A7B8B5C8CC5185EBD3FD760604E1F5
+310
+E9BEF144AC8AEBD3FD16FC5501F5F5E9BEE964CFCB8AEBD39D415A9CFD03802C
+310
+1D40B7F368ED03E8008F958EA0D3EA018EA083F4940EA1F3B13D623487D0F9C6
+310
+F54EC5F5E92EF86CE201C257CA2CC4178434E7B9C1D04CA6633DD10D84563CD3
+310
+2D97EAC73AD30DCAF5D2A96EEE281918A974AE5B154AF673DD6094085BB29FEC
+310
+06A22C9EED5642C979B61B84AE74BA9B8F3A680DF1A2E51BDF6D4685F3DD02D4
+310
+A172AEE7BB05C666DE51E13CA920A0C164B9F519985781C513A5508E83D79EB0
+310
+DB7C63C0909C298502A18B1DC253A5E078F1F5F1728C536CE018F10D3142708E
+310
+0DECA9C03E5CB027D9A040D40F97FA67D9C0F112D8C40BE1D91970C004B60183
+310
+3B3D03F695B00F18ECF91928108E0153E7040D386E8473DC904CECC3E1236CC3
+310
+0737B30F7B4EDA870F766A1F05C2BD3CD1458FA4A85247081E691B3CB84961D8
+310
+6FA17DF0606785512032D3C2E8F0A19A1686C3293F2F4C03103F2F8CC16711EE
+310
+B6F389705487B6518D9B500403AA38A388DAB3C1CF28421B33F929C55CB4504D
+310
+298221919B8A0A8415045BD633B6C98D8A7351359C83080DD035C597399C76F4
+310
+7B1C46FF6D65AA92CD4681F9999BC5C0C406617B131C1CBE4570205FDD20E714
+310
+E731FC7ABDCE35E6315050AAE3846122038C18A16593A3768083C123F4CC42D8
+310
+030E3AAFD8055E05C4B10B1C85C11840247DE060E44828728ED1770AC68D04E3
+310
+C6A9F314769696918FDA7B0ADAA9D87D5AB21455F72968B1100A6FD2B62530CC
+310
+43639873F7BB61FC668A6F9A8E37D867A6B51769CF1B0ACA7F52F8E8173D845D
+310
+368055AE7C6D4E995EDBAE36DFB35CB9BF385E95BA28DA16103E788368B25EA6
+310
+9D2CAB9FB364F2E8D4DAF1A9FB35FDD2E9F2B20AD2A1F7E8723657EFD1DFD31E
+310
+A3D413EAD75D959EF6F6D1D0AA56B9EF6AF29EA2D74D33DE2624579EEF7B7EE0
+310
+F9C2DB6E12DD397D5FAAB004D9E77704035A0644235C2C73E2A9F748F5B6A016
+310
+7AAA742B5E5399B3FB6C2BC5DD5AD2C95A3040770BE6368B6425C25B056D9B3D
+310
+E95FC68BF5786EBBA430F67D6EE1DC76EE3E9B2D5681C7D50A8DD3CEE761AF86
+310
+DACE3A89D3879FB86BAE67FFBD623617343339554D70CFDB184843360DD7C326
+310
+26942F20D3B56076D52A77E7D936F8E4056A777BDE9BB453F0EAFAF7ABAAB82B
+310
+B530DC443FA279B62346FD68DB1F7835FBFEE8CDD38F9D82F1266D0CBCE97D71
+310
+4093AE3C6EE29F346082D30737349B9B3AA2E5AB37278174DB1F645744D95C55
+310
+1F2137EFCDD997AAD02F7A522D69A7EA7AE51476FDFE766937529AEE876F8A42
+310
+E4EAAABF7E7EF15211EACF8364BC4CBC97F5EAF1C3B6C71AC0656C2ECFE2EAF5
+310
+DD60A91F91A25214FD2E785FF54207625AA5368AA63CEF727B70C20EDCB7F17A
+310
+9E3042CBC7B26588A978FFFB34DA4075F7E497DEFDA7C32C8715A42FF1F2099C
+310
+EF00B104DAD72BCDC6F6219A9CDEABDE34EBB3DFA43FFDD70C891F98131F8588
+310
+34E70353CE830EE24BF7C094EE265CAC995E6AD8AF1F4E74491E18931C818626
+310
+BF5DBEB2214B7501A43A124A2A8821EB8539EBEB822325006122803A1EE4E302
+310
+61E2022444565A284DA438851E1D43082343D403464316565FCF91B184C4B184
+310
+16432A81811E248A1E6054A4BC2011BC60D89D3F062F48042F40105979A1345D
+310
+65176C74842031840021A26102F33799C8D872E483B0820F8A4741C048523916
+310
+AC60EEE6CB803BB08203B65ADC808006728399C8F94821449082161B2B1B94E6
+310
+035D420DCF0908671638C11A178E19CC80069FAE2FEEBB9D8BAFBA2DC8C1D36C
+310
+3313397D75DA811CF43BF7DD409E5E5C57ED400E5EC64BE0040960F3712B3F64
+310
+96DF6096DF6496DF6296DFE695AF16D8BCF2FD83FCE0A49EFCC078EDF64E7EC0
+310
+2C5F30CB97CCF24366F90D66F94D66F92D66F96D5EF9F284593E73FE4AE6FC95
+310
+CCF92B99F35732E7AF64CE5FA9F2773F7E256BCA47AC7F648B597E9B57BE5ABB
+310
+F2CAF799E507CCF205B37CC92C3F6496DF6096CF9CBF2173FE86D9FC0D6BCA37
+310
+EF006DE4374E98E5FBCCF20366F98259BE64961F32CB6F70C99F2D57C960325E
+310
+EC3EDDD676B340533DCF3799A3EF52C537991BCFFE2DB5980B6901A0668BB930
+310
+F1CB065134DF9E5DBAFD851063E3D064E4EBBBEBE1E87CD0D97DB835F2F56296
+310
+CCC6F3D96AFB5CF9639C06D1F2477A10E2EDE7C179E7A26BD66DB270B1615E54
+310
+37B8D66C98379A30DF2E2F44B542A2767961DADC2C34CBBB4201AD0260112E56
+310
+716E9587D049274BB937CA43F872773EA3DBD23DBB1E6D616A442D36C96BAC55
+310
+BB491EB240AE451EA314D9228FD33BBAEDDEBE29972D04254AC0868D9A0E75ED
+310
+BB877C9AE9BAD7B0A46DD73D44972D98A0AD7BEE21DD6DF0A9EB75DC1BF515FB
+310
+ED45BE5796BCDFDE18D97B30A3D219F3CEE15D944D9A3B8531011B23D6181380
+310
+6C981B12B0C1527748000788C7A939D9A44ECDCF36E4F8103DDB6064B8D26483
+310
+28CE4F60261B8CE9DD3FFF3AEA7D146FEF2FDB756E7F193DCF94AF27AF9379E4
+310
+A51F7BEF2E07C3D1E0FC6EF3B7F7F68BDB4D3F795A9BEEAFFFAB33BCDE13996C
+310
+63BC61FA9AAB7242439C205F4E1C263484E93DA26A3EC312549DB60B1853EE92
+310
+90EDEBEE4ED346EBE6AA0AC01BA697DE838E6C3E6BF4D4B80303A9B37017874E
+310
+AFF5551C48189B502CDD8251C63155AFC2AA5C23FA9060CD9A4B8398676E8C7B
+310
+06FB891BF9DE0A9A4B2B0D0C6CD321425614B6233CDD9BEEF970EF08D93CF87D
+310
+F5B653615601A2CED7054B9A4377FEC07C92EFFBB102846AF90190046CD525D0
+310
+5ED7E7387B64BCD0A972F228675DFAC923D8C4A682463E7704C3A9AC6501612D
+310
+0B0CB52C60AA650150CB8A7A996A5900D5B2220EB25A963B7F5120EEE0A12863
+310
+666A0F8A650C8BCAA9828198A82B58A0AF600151052B4EBF59501A55F12ACDBE
+310
+D5C54251B7045BDD12D035B30433754009AB98A8CBD99875A20E36BCA99A71CE
+310
+D3C1C82A0B9B202C6CC250D80453611340612BEA652A6C022A6C451C64854D68
+310
+0BDB516624817A224C35EE081392303CEA7227F4E54E1095BBE254A71BFD5155
+310
+BED24CA7032C8A2228D98AA0848AA0CBAC2850FD2A2645ABEC4C3C290A9B1A51
+310
+F668E7446148B97AD7D8E5A0AC55EF405F94EA9D464F8D4283D459A8773ABDD6
+310
+F50E09A358EF74386AD43B50B3B9DEF1CEFE02054522EA1DE7E42F0C2F57EF68
+310
+C8B058EF5A871840D63B103558EF28A795616A810B1DC9AC32002464AB70A1B6
+310
+29906C061AD84AAF9880167E6D1C7613D0C2749947D5FCB30BB25A350F045659
+310
+F342C29A171A6A5EC854F342A0E615F532D5BC10AA79451C64352F846A1ED34C
+310
+3B504D4244B163996887715157B9505FE542A22A579CC277A23B7CAD0329A550
+310
+EBAC51E12A9E11CED06F9EF697D16AB55E46A36E9A63593A70777385FCDBE839
+310
+A65390DE98DBBF562436BA25141A7008151C426551A87B6F7D3FBD4C815AE8E0
+310
+EAF3DDDBB263BBFAF9384BBC61F4FC122FC7B365E4BD4BE2F57FC7EBE5CAFB5F
+310
+CF7FAFFEB3549FCDC79368F9CB2FBF98159BD63D55674CE458157BC68491214B
+310
+274C889A135AC626B0D2F9120CD21BACD29BACD25BACD2DB9CD2B3A74A3048CF
+310
+CCA48B9A3353C2B4495E3A518241BA60952E59A587ACD21BACD29BACD25BACD2
+310
+DB9CD2B32748304867CD55C99AAB923557256BAE4AD65C95ACB99A3D3322BFA8
+310
+414807D733D9132318A4B739A5674F8B60909E99351735CF8212A6F57CE9A408
+310
+06E98255BA64951EB24A6FB04A6FB24A6FB14A6F734ACF9E0CC1209D35571BAC
+310
+B9DA60CDD5066BAE365873B5C196AB4FB3E9A8BF9C3D8F97AFA39B387E197526
+310
+C9ECC7DB2FBB6FD954285827F172F6EFCD361F999A7F9EF8276FFB31BBEDF4DF
+310
+97E36F9328F1FC5FBD5512BD78270E3BE8A978DF2CDE77141F98C5078EE28559
+310
+BC70142FCDE2A5A3F8D02C3E7414FFF6F9AED10A9066DA7F4BA53549A5B548A5
+310
+B549A575C8A47D2D2798834F9534FF0D9BFB5EAE92B63F0199E449F73B5934D2
+310
+F6C9E1DC7CA8A4ED9B4549B0857499954A6B523E69832E4F95B4265D9EA6D2DA
+310
+944FDAA2CB7A25AD7D422A8D344F3B852AEAC6211D41E685FF07504B070806D1
+310
+404C5019000033420100504B0304140008080800226C2B4C0000000000000000
+310
+00000000130000004553535F5246515F5265667269672E6A6E6C709D565D6F9B
+310
+48147DCE4AFB1F46233FB4DA62B0AB46DD15A42218D7B4FE4801EF2A4F680263
+310
+7B12984133839DECAFDF0BC62949BB24BB7E31BE9C73EEB977EE1DD9FE745FE4
+310
+684FA562823B7834B430A23C1519E35B07AFE3A9F1117FBAF8F517FB96E72552
+310
+254D1D7C3EB47EC30830F48628EA0C06A747B4937403BF3929280212828FCDF8
+310
+46C88268D06F434D58339DD30BB4A8544A328A5CCE6E2A85FC284AC2E9B724A4
+310
+1BC9B668305B45F1C0368FE00E7B4F7926E485E7BB462037159A4AC2536A9B6D
+310
+BC83DC89829664DB7AC3A4C933DCE922C766179751954A56363617EBC87327FE
+310
+1BF916BD6B9D195ECE28D7686C59BF234F940F606FA7D19BF42D3A99B0CDAEC6
+310
+CFA5D11DE39983D54E488D4F798CB6F877A80DA063B27F156429281DEB6105D4
+310
+A6CCB6AC926F719B22A31B52E5FA69913F128B63FFBB4C55E644ED1AE2D999DD
+310
+584D2B8D04CF19A70EDE905C517C7C09FEEEB428518B2D28AF90AA6EEA6F07B7
+310
+477B12324F4A5D4362B3A9550D92E7E240B39359DBFC716A6C45D34A32FDD0E5
+310
+03CF28A92C98AAE7577DE777C067765566445394EE687A0723901FC883C2A814
+310
+394B1F1C5C4A5194DA3882C02D6A352455A2922955DD84B7644FBAEB720E9BD0
+310
+7674A775F98769D688A1AAF830158509DA59956A38A04A8B2C376FC7D03BC438
+310
+D38CE4C68E92D250EC6FE8EA68FCB1C0A820F7DDE087D11882A85634F68541E4
+310
+5639D898D4E2756C9C0DB9C832490E8E9615454FDE64EF33E778544F26000C41
+310
+BFF403AA7714CE1A089CEA61DA0CDCB01D1A4F704E531DB3828A4A63B4277955
+310
+DBB12CEBA9DA2D916DF129CCCCE31842B8AE8541876A631865E2C0734160B828
+310
+4C9D7C8D8841EFF551E83F91DB79361495704AFF4360C694166E59E6F485F4B6
+310
+F97C406C02349636436BD4ABDBF4C068741D7CDAB4B647EE32B85C47F8F19A84
+310
+C3AD606FF4853773C3C88F1D7C806D1407658CC61FC6D8361F01CF09EE3A5E2D
+310
+DC38F01CBC5CF501437FB18AFD97500AAE4B099B90DCEE8BF6FC7AD0576E3CF3
+310
+A69F1D3C88D69793201CF481A7C11CD23FBDE38757E1973ECE97E5FCCAC1D77E
+310
+D4079A074B3F896781F77509EAB04DBD2E564BE8EE4270A14A92D2AC0FBB7083
+310
+7932F1E7EE7512F9D0E0F7E7B0023DF8C80FFF9CFB71F25718D49D7EC176B4F2
+310
+BE0238F4DD4972B50AC1D5C8B25E4870A434FA1D4E6FC197EBE9D40F93C5E575
+310
+ECD7CDE94DB0F01789EB7D4BAEFC30584DDAAA7B19EE6492AC96491CC473DF7A
+310
+BCF68DA8D94034175BF50AF63A9C5BDF872807D26995AD21FC7A6DFE118CD7BD
+310
+9624D56842344107A67768CA720D8BFB2A1320D0BD019ADDFD09D37CBEEAF55F
+310
+24B3FE8F040FFF00504B0708B951C29ACD03000054090000504B030414000808
+310
+0800226C2B4C000000000000000000000000120000004553535F5246515F5265
+310
+667269672E50524A4DC9CD0A82401000E07BD03B0C768B124733C24ECB3AC58A
+310
+7FCDEE169DC4D04A0889C8F74F3C75FCF89699D552C4B4167D771BBA57B3DABA
+310
+E19EB4AEF870AAB8BD7FBA875B7202C3BBA9BF6D03E6394052F78008B8898220
+310
+F2429064C0F770379F2D4A6255C4809E1EA1495A56E60A3842E532B531412654
+310
+5E9D155DDC44302038CE5F321D6D2A8C2A723DB53FF50F504B0708236BDAC38F
+310
+000000A5000000504B0304140008080800226C2B4C0000000000000000000000
+310
+00170000004553535F5246515F5265667269675F656D622E6A6E6C7095555D93
+310
+9A48147D9EADDAFFD0D5E5435209E298CA54760B2685881912D189E0C33C513D
+310
+4DABED4037D5DDE8B8BF7E2F8A09CE4ED85D5F84CB39E79EBE1FE07C7E2E72B4
+310
+634A73295C7CDD1F60C4049519176B172F9389F5097FBEFDFD37672BF212E992
+310
+5117DFF407EF30020C7B249AB9BDDEF9126D145BC1BD2005434042F073B85849
+310
+551003FA4DE81836DCE4EC164595A62463C813FCB1D22888E37431F99E2ED84A
+310
+F135EADDCDE3A4E7D827708BBD632293EAD60F3C2B54AB0A4D1411943976136F
+310
+2137B260255937DE3039E6E96F4C9163BB8DCB98A68A97479BD132F6BD71F046
+310
+BD45EF1B67969F73260C1A0E067F205F9607B0B731E80D7D8BCE261CBBADF1BA
+310
+347AE22273B1DE4865F0398FD51CFE3D6A02E894EC97829C82D2E93CBD78391A
+310
+878B5E73AE52AC719323632B52E5E6F294AF308B5307DA545DE6446F8ECCAB2B
+310
+E768965606499173C15CBC22B966F8F4101C3E1959A2065B3051215D3DD6FF2E
+310
+6E9A7B16B2CF4A6D4772B5AA552D92E772CFB2B35BC7FEE7DC389AD14A717368
+310
+F38167954C155CD713AC7FF25BE02BA72A336218A21B469F6008F23D39688C4A
+310
+99737A7071A964511AEB0402B7A8D1504CCB4A51A6DB09B76447DA0B7303BBD0
+310
+9474634CF9A76DD788BEAE449FCAC206EDACA246DBA43232CBEDED106A87B8E0
+310
+8693DCDA30525A9AFF0555BD1E7E2A302AC8733BF8F17A0841542B5ABBC2226A
+310
+AD5D6C8D6BF13A36CCFA426699227BD7A88AA18B27D987CC3DB5EA6204C010D4
+310
+CB1C50BDA5D06B200866FAF43872FD666A7C2904A326E1059395C16847F2AAB6
+310
+33180C2ED5B644BD3E89F0A03E0D871AD5D630CAE45EE492C078315847F5DF64
+310
+2CF66C4E52FF93DE4CB5A599825E754B38F6CB463BA42C61348EC367D54B783C
+310
+8945612DA0FEE78D694EEACDC2D132862EFD20AB75050B606EFD3B6F1107898B
+310
+F7B05672AFADEBE1C72176EC1F8097046F99CC232F097D17CFE65DC04510CD93
+310
+E0DF501ADE7C0A463ADDEE8AA60D1DE87B2FB9F3275F7ED6B00B3C09A790FEF2
+310
+75DDBF5F7CEDE27C9D4DEF5DFC10C45DA069380BD2E42EF4BFCD401DD6A2D3C5
+310
+7C06D58DA490BA2494655DD8C80BA7E938987A0F691C40813FDCC02C77E047CB
+310
+C92458A4D1E821096A1F9DE0288852CFFF9EDE078B703E6E1274328268148C7F
+310
+550DFBE5FCD55F60BBFE04C3C5DF504B0708A726C79652030000B3070000504B
+310
+03041400080808008246314C000000000000000000000000110000004A41525F
+310
+5245534F55524345532E4C5354730D0AF20F0AD6F3720CE2E5F275F4F48B0FF3
+310
+740D8770835CDD437D1C433CFDFDA0F200504B0708CD845454240000002C0000
+310
+00504B03041400080808004C4A254C000000000000000000000000140000004D
+310
+4554412D494E462F4D414E49464553542E4D46F34DCCCB4C4B2D2ED10D4B2D2A
+310
+CECCCFB35230D433E0E5722E4A4D2C494DD175AA040998EB19C49B98F2723916
+310
+14E46426279600D5E9FA25E6A65A29F886063B3BBAB86A14692A80188E0A484A
+310
+80A6E4A7A426251603D569F17205A416E5661683EC28B65248CCC9D12D4008F0
+310
+720100504B07082384BFD67000000088000000504B0304140008080800426F2B
+310
+4C0000000000000000000000000900000053375F52572E434647D30A368F0F0A
+310
+D7737673B70AC92855F04ACC533034543034B132B5B032305570760D51303230
+310
+B4E0E5D25208F0718EF773F475B5F60C50484C49294A2D2EB60E710ED00F7509
+310
+5008C82F2AB176CECFCD4DCD2BB1E6E5720D0E8E0F720BB43634D0034143036B
+310
+630303036BA00C00504B0708A87E2C5C6E00000070000000504B030414000808
+310
+08008246314C0000000000000000000000000A0000002E7369676E6174757265
+310
+0BC9CF55F0CA4FCCCB4BCDD551F00C720BD50FF60CD6F771F10C76D651707675
+310
+54084E4CCE49ACE42ACDCBCECB2FCFE332303033303032303037304834303036
+310
+304805325C0D929C8D1CCD01504B0708037664034C0000004C000000504B0102
+310
+1400140008080800BC712B4C9AD6D52F50280000548901000600040000000000
+310
+0000000000000000000042442E434647FECA0000504B01021400140008080800
+310
+BC712B4C7940A18DC4090000B94A00000A000000000000000000000000008828
+310
+000042445F414E412E434647504B01021400140008080800BC712B4C06D1404C
+310
+50190000334201000A000000000000000000000000008432000042445F544F52
+310
+2E434647504B01021400140008080800226C2B4CB951C29ACD03000054090000
+310
+13000000000000000000000000000C4C00004553535F5246515F526566726967
+310
+2E6A6E6C70504B01021400140008080800226C2B4C236BDAC38F000000A50000
+310
+0012000000000000000000000000001A5000004553535F5246515F5265667269
+310
+672E50524A504B01021400140008080800226C2B4CA726C79652030000B30700
+310
+001700000000000000000000000000E95000004553535F5246515F5265667269
+310
+675F656D622E6A6E6C70504B010214001400080808008246314CCD8454542400
+310
+00002C0000001100000000000000000000000000805400004A41525F5245534F
+310
+55524345532E4C5354504B010214001400080808004C4A254C2384BFD6700000
+310
+00880000001400000000000000000000000000E35400004D4554412D494E462F
+310
+4D414E49464553542E4D46504B01021400140008080800426F2B4CA87E2C5C6E
+310
+0000007000000009000000000000000000000000009555000053375F52572E43
+310
+4647504B010214001400080808008246314C037664034C0000004C0000000A00
+310
+0000000000000000000000003A5600002E7369676E6174757265504B05060000
+310
+00000A000A005E020000BE56000000002B00000043003A005C00550073006500
+310
+720073005C0074006A006F0061006E006E0065006D005C004100700070004400
+310
+6100740061005C004C006F00630061006C005C00540065006D0070005C004200
+310
+44002E004A004100520006000000420044002E004A0041005200380000004400
+310
+3A005C004D007500730063006100640065005C005700570057005C0048005400
+310
+4D004C005C004500530053002D005200460051005C004500530053005F005200
+310
+460051005F005200650066007200690067005C00740061007200670065007400
+310
+5C00420044002E004A0041005200
+  1
+OLE
+1001
+ACAD
+1000
+OLEBEGIN
+1070
+    70
+1070
+     1
+1070
+    71
+1070
+     1
+1070
+    40
+1040
+0.0
+1070
+    41
+1040
+11.14183274718289
+1070
+    42
+1040
+12.79721469209016
+1070
+    72
+1070
+     0
+1070
+     3
+1000
+Segoe UI
+1070
+    90
+1071
+       12
+1070
+    43
+1040
+0.1666666666666666
+1070
+     4
+1000
+Segoe UI
+1070
+    91
+1071
+       12
+1070
+    44
+1040
+0.1666666666666666
+1000
+OLEEND
+  0
+LINE
+  5
+1D104
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1321.138626684503
+ 20
+513.5952040367008
+ 30
+192.2328955570474
+ 11
+1321.138626684503
+ 21
+467.8799294307203
+ 31
+192.2328955570474
+  0
+LINE
+  5
+1D105
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1366.860552343832
+ 20
+492.5767050601741
+ 30
+54.71999999999998
+ 11
+1321.294536154276
+ 21
+467.9053119041271
+ 31
+193.0316056173352
+  0
+LINE
+  5
+1D106
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1321.061295996102
+ 20
+513.5588158484169
+ 30
+192.0
+ 11
+1366.860552343832
+ 21
+492.5767050601741
+ 31
+54.71999999999998
+  0
+LWPOLYLINE
+  5
+1D13B
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 38
+15667.2
+ 10
+1323.001823486824
+ 20
+539.9977952287041
+ 10
+1352.001821280113
+ 20
+539.9977952287041
+ 10
+1352.001821280113
+ 20
+546.8051117255712
+ 10
+1323.001823486824
+ 20
+546.8051117255712
+  0
+INSERT
+  5
+1D15B
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Equtor
+ 10
+1323.001823195098
+ 20
+539.9977952287041
+ 30
+31334.4
+ 41
+28.99999779328999
+ 42
+6.807316496867088
+ 43
+28.99999779328999
+  0
+ATTRIB
+  5
+1D15C
+330
+1D15B
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1323.001823195098
+ 20
+539.9977952287041
+ 30
+31334.4
+ 40
+0.6807316496867088
+  1
+CWM-CWS03:WtrC-P-20:Cmd
+ 41
+4.260121856628316
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1D15D
+330
+1D15B
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1323.001823195098
+ 20
+539.9977952287041
+ 30
+31334.4
+ 40
+0.6807316496867088
+  1
+On
+ 41
+4.260121856628316
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+EQU-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1D15E
+330
+1D15B
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1323.001823195098
+ 20
+539.9977952287041
+ 30
+31334.4
+ 40
+0.6807316496867088
+  1
+10
+ 41
+4.260121856628316
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1D15F
+330
+1D15B
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1323.001823195098
+ 20
+539.9977952287041
+ 30
+31334.4
+ 40
+0.6807316496867088
+  1
+Off
+ 41
+4.260121856628316
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+EQU-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1D160
+330
+1D15B
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1323.001823195098
+ 20
+539.9977952287041
+ 30
+31334.4
+ 40
+0.6807316496867088
+  1
+12
+ 41
+4.260121856628316
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1D161
+330
+1D15B
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1323.001823195098
+ 20
+539.9977952287041
+ 30
+31334.4
+ 40
+0.6807316496867088
+  1
+0
+ 41
+4.260121856628316
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1D162
+330
+1D15B
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1323.001823195098
+ 20
+539.9977952287041
+ 30
+31334.4
+ 40
+0.6807316496867088
+  1
+0
+ 41
+4.260121856628316
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1D163
+330
+1D15B
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1323.001823195098
+ 20
+539.9977952287041
+ 30
+31334.4
+ 40
+0.6807316496867088
+  1
+0
+ 41
+4.260121856628316
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+1D164
+330
+1D15B
+100
+AcDbEntity
+  8
+0
+  0
+INSERT
+  5
+1D175
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Equtor
+ 10
+1323.001824949
+ 20
+287.9977971153863
+ 30
+62668.8
+ 41
+28.99999779328999
+ 42
+6.807316496867088
+ 43
+28.99999779328999
+  0
+ATTRIB
+  5
+1D176
+330
+1D175
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1323.001824949
+ 20
+287.9977971153863
+ 30
+62668.8
+ 40
+0.6807316496867088
+  1
+CWM-CWS03:WtrC-P-30:Cmd
+ 41
+4.260121856628316
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1D177
+330
+1D175
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1323.001824949
+ 20
+287.9977971153863
+ 30
+62668.8
+ 40
+0.6807316496867088
+  1
+On
+ 41
+4.260121856628316
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+EQU-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1D178
+330
+1D175
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1323.001824949
+ 20
+287.9977971153863
+ 30
+62668.8
+ 40
+0.6807316496867088
+  1
+10
+ 41
+4.260121856628316
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1D179
+330
+1D175
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1323.001824949
+ 20
+287.9977971153863
+ 30
+62668.8
+ 40
+0.6807316496867088
+  1
+Off
+ 41
+4.260121856628316
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+EQU-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1D17A
+330
+1D175
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1323.001824949
+ 20
+287.9977971153863
+ 30
+62668.8
+ 40
+0.6807316496867088
+  1
+12
+ 41
+4.260121856628316
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1D17B
+330
+1D175
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1323.001824949
+ 20
+287.9977971153863
+ 30
+62668.8
+ 40
+0.6807316496867088
+  1
+0
+ 41
+4.260121856628316
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1D17C
+330
+1D175
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1323.001824949
+ 20
+287.9977971153863
+ 30
+62668.8
+ 40
+0.6807316496867088
+  1
+0
+ 41
+4.260121856628316
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1D17D
+330
+1D175
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1323.001824949
+ 20
+287.9977971153863
+ 30
+62668.8
+ 40
+0.6807316496867088
+  1
+0
+ 41
+4.260121856628316
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+1D17E
+330
+1D175
+100
+AcDbEntity
+  8
+0
+  0
+INSERT
+  5
+1D18F
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Equtor
+ 10
+1323.001826702903
+ 20
+78.99779711538633
+ 30
+94003.20000000002
+ 41
+28.99999779328999
+ 42
+6.807316496867088
+ 43
+28.99999779328999
+  0
+ATTRIB
+  5
+1D190
+330
+1D18F
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1323.001826702903
+ 20
+78.99779711538633
+ 30
+94003.20000000002
+ 40
+0.6807316496867088
+  1
+CWM-CWS03:WtrC-P-40:Cmd
+ 41
+4.260121856628316
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1D191
+330
+1D18F
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1323.001826702903
+ 20
+78.99779711538633
+ 30
+94003.20000000002
+ 40
+0.6807316496867088
+  1
+On
+ 41
+4.260121856628316
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+EQU-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1D192
+330
+1D18F
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1323.001826702903
+ 20
+78.99779711538633
+ 30
+94003.20000000002
+ 40
+0.6807316496867088
+  1
+10
+ 41
+4.260121856628316
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1D193
+330
+1D18F
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1323.001826702903
+ 20
+78.99779711538633
+ 30
+94003.20000000002
+ 40
+0.6807316496867088
+  1
+Off
+ 41
+4.260121856628316
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+EQU-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1D194
+330
+1D18F
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1323.001826702903
+ 20
+78.99779711538633
+ 30
+94003.20000000002
+ 40
+0.6807316496867088
+  1
+12
+ 41
+4.260121856628316
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1D195
+330
+1D18F
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1323.001826702903
+ 20
+78.99779711538633
+ 30
+94003.20000000002
+ 40
+0.6807316496867088
+  1
+0
+ 41
+4.260121856628316
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1D196
+330
+1D18F
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1323.001826702903
+ 20
+78.99779711538633
+ 30
+94003.20000000002
+ 40
+0.6807316496867088
+  1
+0
+ 41
+4.260121856628316
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1D197
+330
+1D18F
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1323.001826702903
+ 20
+78.99779711538633
+ 30
+94003.20000000002
+ 40
+0.6807316496867088
+  1
+0
+ 41
+4.260121856628316
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+1D198
+330
+1D18F
+100
+AcDbEntity
+  8
+0
+  0
+INSERT
+  5
+1D1A9
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Equtor
+ 10
+1323.001828456805
+ 20
+-128.0022028846136
+ 30
+125337.6
+ 41
+28.99999779328999
+ 42
+6.807316496867088
+ 43
+28.99999779328999
+  0
+ATTRIB
+  5
+1D1AA
+330
+1D1A9
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1323.001828456805
+ 20
+-128.0022028846136
+ 30
+125337.6
+ 40
+0.6807316496867088
+  1
+CWM-CWS03:WtrC-P-50:Cmd
+ 41
+4.260121856628316
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1D1AB
+330
+1D1A9
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1323.001828456805
+ 20
+-128.0022028846136
+ 30
+125337.6
+ 40
+0.6807316496867088
+  1
+On
+ 41
+4.260121856628316
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+EQU-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1D1AC
+330
+1D1A9
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1323.001828456805
+ 20
+-128.0022028846136
+ 30
+125337.6
+ 40
+0.6807316496867088
+  1
+10
+ 41
+4.260121856628316
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1D1AD
+330
+1D1A9
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1323.001828456805
+ 20
+-128.0022028846136
+ 30
+125337.6
+ 40
+0.6807316496867088
+  1
+Off
+ 41
+4.260121856628316
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+EQU-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1D1AE
+330
+1D1A9
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1323.001828456805
+ 20
+-128.0022028846136
+ 30
+125337.6
+ 40
+0.6807316496867088
+  1
+12
+ 41
+4.260121856628316
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1D1AF
+330
+1D1A9
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1323.001828456805
+ 20
+-128.0022028846136
+ 30
+125337.6
+ 40
+0.6807316496867088
+  1
+0
+ 41
+4.260121856628316
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1D1B0
+330
+1D1A9
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1323.001828456805
+ 20
+-128.0022028846136
+ 30
+125337.6
+ 40
+0.6807316496867088
+  1
+0
+ 41
+4.260121856628316
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1D1B1
+330
+1D1A9
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1323.001828456805
+ 20
+-128.0022028846136
+ 30
+125337.6
+ 40
+0.6807316496867088
+  1
+0
+ 41
+4.260121856628316
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+1D1B2
+330
+1D1A9
+100
+AcDbEntity
+  8
+0
+  0
+CIRCLE
+  5
+1D1DA
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+   112
+100
+AcDbCircle
+ 10
+1338.878408987542
+ 20
+243.8743798150071
+ 30
+96.0
+ 40
+28.87658390804152
+  0
+OLE2FRAME
+  5
+1D1DB
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbOle2Frame
+ 70
+     2
+  1
+OLE
+1001
+ACAD
+1000
+OLEBEGIN
+1070
+    70
+1070
+     1
+1070
+    71
+1070
+     1
+1070
+    40
+1040
+0.0
+1070
+    41
+1040
+0.4895832909469391
+1070
+    42
+1040
+0.562499956992042
+1070
+    72
+1070
+     0
+1070
+     3
+1000
+
+1070
+    90
+1071
+        0
+1070
+    43
+1040
+0.0
+1070
+     4
+1000
+
+1070
+    91
+1071
+        0
+1070
+    44
+1040
+0.0
+1000
+OLEEND
+  0
+LINE
+  5
+1D1DC
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1321.592058803803
+ 20
+266.5167335197704
+ 30
+192.2328955570474
+ 11
+1321.592058803803
+ 21
+220.8014589137899
+ 31
+192.2328955570474
+  0
+LINE
+  5
+1D1DD
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1367.313984463131
+ 20
+245.4982345432438
+ 30
+54.71999999999998
+ 11
+1321.747968273575
+ 21
+220.8268413871969
+ 31
+193.0316056173352
+  0
+LINE
+  5
+1D1DE
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1321.514728115401
+ 20
+266.4803453314866
+ 30
+192.0
+ 11
+1367.313984463131
+ 21
+245.4982345432438
+ 31
+54.71999999999998
+  0
+CIRCLE
+  5
+1D1FD
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+   113
+100
+AcDbCircle
+ 10
+1338.878409768383
+ 20
+35.87438005745338
+ 30
+96.0
+ 40
+28.87658390804152
+  0
+LINE
+  5
+1D1FE
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1321.592059584643
+ 20
+58.51673376221675
+ 30
+192.2328955570474
+ 11
+1321.592059584643
+ 21
+12.8014591562362
+ 31
+192.2328955570474
+  0
+LINE
+  5
+1D1FF
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1367.313985243972
+ 20
+37.4982347856901
+ 30
+54.71999999999998
+ 11
+1321.747969054416
+ 21
+12.82684162964313
+ 31
+193.0316056173352
+  0
+LINE
+  5
+1D200
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1321.514728896242
+ 20
+58.48034557393282
+ 30
+192.0
+ 11
+1367.313985243972
+ 21
+37.4982347856901
+ 31
+54.71999999999998
+  0
+CIRCLE
+  5
+1D20D
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+   114
+100
+AcDbCircle
+ 10
+1338.878409768383
+ 20
+-172.1256199425466
+ 30
+96.0
+ 40
+28.87658390804152
+  0
+LINE
+  5
+1D20E
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1321.592059584643
+ 20
+-149.4832662377832
+ 30
+192.2328955570474
+ 11
+1321.592059584643
+ 21
+-195.1985408437638
+ 31
+192.2328955570474
+  0
+LINE
+  5
+1D20F
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1367.313985243972
+ 20
+-170.5017652143099
+ 30
+54.71999999999998
+ 11
+1321.747969054416
+ 21
+-195.1731583703568
+ 31
+193.0316056173352
+  0
+LINE
+  5
+1D210
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1321.514728896242
+ 20
+-149.5196544260672
+ 30
+192.0
+ 11
+1367.313985243972
+ 21
+-170.5017652143099
+ 31
+54.71999999999998
+  0
+INSERT
+  5
+1D22D
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     9
+100
+AcDbBlockReference
+ 66
+     1
+  2
+palet
+ 10
+1373.123552649279
+ 20
+260.7554988395103
+ 30
+35.0885738728319
+  0
+ATTRIB
+  5
+1D22E
+330
+1D22D
+100
+AcDbEntity
+  8
+IMG009
+ 62
+     9
+100
+AcDbText
+ 10
+1373.123552649279
+ 20
+260.7554988395103
+ 30
+35.0885738728319
+ 40
+8.0
+  1
+CWM-CWS03:WtrC-P-30:Cmd
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1D22F
+330
+1D22D
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1373.123552649279
+ 20
+260.7554988395103
+ 30
+35.0885738728319
+ 40
+6.0
+  1
+112
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1D230
+330
+1D22D
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1373.123552649279
+ 20
+260.7554988395103
+ 30
+35.0885738728319
+ 40
+8.0
+  1
+10
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1D231
+330
+1D22D
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1373.123552649279
+ 20
+260.7554988395103
+ 30
+35.0885738728319
+ 40
+8.0
+  1
+12
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+1D232
+330
+1D22D
+100
+AcDbEntity
+  8
+0
+  0
+INSERT
+  5
+1D23F
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     9
+100
+AcDbBlockReference
+ 66
+     1
+  2
+palet
+ 10
+1374.123552649278
+ 20
+49.75549883951032
+ 30
+35.0885738728319
+  0
+ATTRIB
+  5
+1D240
+330
+1D23F
+100
+AcDbEntity
+  8
+IMG009
+ 62
+     9
+100
+AcDbText
+ 10
+1374.123552649278
+ 20
+49.75549883951032
+ 30
+35.0885738728319
+ 40
+8.0
+  1
+CWM-CWS03:WtrC-P-40:Cmd
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1D241
+330
+1D23F
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1374.123552649278
+ 20
+49.75549883951032
+ 30
+35.0885738728319
+ 40
+6.0
+  1
+113
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1D242
+330
+1D23F
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1374.123552649278
+ 20
+49.75549883951032
+ 30
+35.0885738728319
+ 40
+8.0
+  1
+10
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1D243
+330
+1D23F
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1374.123552649278
+ 20
+49.75549883951032
+ 30
+35.0885738728319
+ 40
+8.0
+  1
+12
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+1D244
+330
+1D23F
+100
+AcDbEntity
+  8
+0
+  0
+INSERT
+  5
+1D251
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     9
+100
+AcDbBlockReference
+ 66
+     1
+  2
+palet
+ 10
+1374.123552649278
+ 20
+-158.2445011604896
+ 30
+35.0885738728319
+  0
+ATTRIB
+  5
+1D252
+330
+1D251
+100
+AcDbEntity
+  8
+IMG009
+ 62
+     9
+100
+AcDbText
+ 10
+1374.123552649278
+ 20
+-158.2445011604896
+ 30
+35.0885738728319
+ 40
+8.0
+  1
+CWM-CWS03:WtrC-P-50:Cmd
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1D253
+330
+1D251
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1374.123552649278
+ 20
+-158.2445011604896
+ 30
+35.0885738728319
+ 40
+6.0
+  1
+114
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1D254
+330
+1D251
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1374.123552649278
+ 20
+-158.2445011604896
+ 30
+35.0885738728319
+ 40
+8.0
+  1
+10
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1D255
+330
+1D251
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1374.123552649278
+ 20
+-158.2445011604896
+ 30
+35.0885738728319
+ 40
+8.0
+  1
+12
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+1D256
+330
+1D251
+100
+AcDbEntity
+  8
+0
+  0
+CIRCLE
+  5
+1D290
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+   110
+100
+AcDbCircle
+ 10
+715.8784086552046
+ 20
+330.8743795535688
+ 30
+96.0
+ 40
+28.87658390804152
+  0
+LINE
+  5
+1D291
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+732.411930510593
+ 20
+353.7130705789166
+ 30
+192.2328955570474
+ 11
+732.411930510593
+ 21
+307.997795972936
+ 31
+192.2328955570474
+  0
+LINE
+  5
+1D292
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+687.0018237908107
+ 20
+332.6945716023899
+ 30
+54.71999999999998
+ 11
+732.567839980366
+ 21
+308.023178446343
+ 31
+193.0316056173352
+  0
+LINE
+  5
+1D293
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+732.8010801385405
+ 20
+353.6766823906327
+ 30
+192.0
+ 11
+687.0018237908107
+ 21
+332.6945716023899
+ 31
+54.71999999999998
+  0
+TEXT
+  5
+1D316
+330
+1F
+100
+AcDbEntity
+  8
+TEXTE
+ 62
+     7
+100
+AcDbText
+ 10
+705.0018237785494
+ 20
+386.4595864984595
+ 30
+921.6000000000001
+ 40
+8.0
+  1
+P-10
+100
+AcDbText
+  0
+INSERT
+  5
+1D317
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Valnum
+ 10
+694.5556254738995
+ 20
+374.1073667468182
+ 30
+921.6000000000001
+ 41
+1.199999999999999
+ 42
+1.199999999999999
+ 43
+1.5
+  0
+ATTRIB
+  5
+1D318
+330
+1D317
+100
+AcDbEntity
+  8
+IMG027
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+747.3556254739
+ 20
+374.1073667468182
+ 30
+921.6000000000001
+ 40
+9.599999999999999
+  1
+CWM-CWS03:WtrC-P-010:Cmd
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1D319
+330
+1D317
+100
+AcDbEntity
+  8
+IMG027
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+747.3556254739
+ 20
+374.1073667468182
+ 30
+921.6000000000001
+ 40
+9.599999999999999
+  1
+14
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1D31A
+330
+1D317
+100
+AcDbEntity
+  8
+IMG027
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+747.3556254739
+ 20
+374.1073667468182
+ 30
+921.6000000000001
+ 40
+9.599999999999999
+  1
+0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+1D31B
+330
+1D317
+100
+AcDbEntity
+  8
+0
+  0
+TEXT
+  5
+1D31C
+330
+1F
+100
+AcDbEntity
+  8
+TEXTE
+ 62
+     2
+100
+AcDbText
+ 10
+727.5556254739001
+ 20
+375.0028832695047
+ 30
+921.6000000000001
+ 40
+8.0
+  1
+%
+100
+AcDbText
+  0
+SOLID
+  5
+1D31D
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbTrace
+ 10
+689.5556259702025
+ 20
+396.0028832695046
+ 30
+921.6000000000001
+ 11
+689.5556259702025
+ 21
+373.002883377172
+ 31
+921.6000000000001
+ 12
+742.5556254739001
+ 22
+396.0028832695046
+ 32
+921.6000000000001
+ 13
+742.5556254739001
+ 23
+373.0028829830302
+ 33
+921.6000000000001
+  0
+SOLID
+  5
+1D31E
+330
+1F
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+689.5556259702025
+ 20
+396.0028832695046
+ 30
+1152.0
+ 11
+742.5556254739001
+ 21
+396.0028832695046
+ 31
+1152.0
+ 12
+687.7556259702025
+ 22
+397.8028832695044
+ 32
+1152.0
+ 13
+744.3556225968993
+ 23
+397.8028747466522
+ 33
+1152.0
+  0
+SOLID
+  5
+1D31F
+330
+1F
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+687.7556259702025
+ 20
+371.2028833771721
+ 30
+921.6000000000001
+ 11
+689.5556259702025
+ 21
+373.002883377172
+ 31
+921.6000000000001
+ 12
+687.7556259702025
+ 22
+397.8028832695044
+ 32
+921.6000000000001
+ 13
+689.5556259702025
+ 23
+396.0028832695046
+ 33
+921.6000000000001
+  0
+SOLID
+  5
+1D320
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+687.7556259421726
+ 20
+371.2028789662526
+ 30
+921.6000000000001
+ 11
+744.3556294906782
+ 21
+371.2028789662526
+ 31
+921.6000000000001
+ 12
+689.5556259421725
+ 22
+373.0028789662525
+ 32
+921.6000000000001
+ 13
+742.5556254739001
+ 23
+373.0028829830302
+ 33
+921.6000000000001
+  0
+SOLID
+  5
+1D321
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+744.3556254739
+ 20
+371.2028829830302
+ 30
+1152.0
+ 11
+742.5556254739001
+ 21
+373.0028829830302
+ 31
+1152.0
+ 12
+744.3556311197781
+ 22
+397.8028832695044
+ 32
+1152.0
+ 13
+742.5556254739001
+ 23
+396.0028832695046
+ 33
+1152.0
+  0
+LWPOLYLINE
+  5
+1D322
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 38
+1152.0
+ 10
+687.7556244268576
+ 20
+397.8028871334158
+ 10
+744.3556210535533
+ 20
+397.8028871334158
+ 10
+744.3556268075581
+ 20
+371.2028881011007
+ 10
+687.7556301808636
+ 20
+371.2028881011007
+  0
+TEXT
+  5
+1D998
+330
+1F
+100
+AcDbEntity
+  8
+TEXTE
+ 62
+     7
+100
+AcDbText
+ 10
+1462.001823778549
+ 20
+564.9979267488545
+ 30
+358.4
+ 40
+8.0
+  1
+PDelta
+100
+AcDbText
+  0
+INSERT
+  5
+1D999
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Valnum
+ 10
+1456.807953152445
+ 20
+552.6457069972131
+ 30
+358.4
+ 41
+1.199999999999999
+ 42
+1.199999999999999
+ 43
+1.5
+  0
+ATTRIB
+  5
+1D99A
+330
+1D999
+100
+AcDbEntity
+  8
+IMG027
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1509.607953152445
+ 20
+552.6457069972131
+ 30
+358.4
+ 40
+9.599999999999999
+  1
+CWM-CWS03:Ctrl-PLC-001:DPhase
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1D99B
+330
+1D999
+100
+AcDbEntity
+  8
+IMG027
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1509.607953152445
+ 20
+552.6457069972131
+ 30
+358.4
+ 40
+9.599999999999999
+  1
+14
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1D99C
+330
+1D999
+100
+AcDbEntity
+  8
+IMG027
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1509.607953152445
+ 20
+552.6457069972131
+ 30
+358.4
+ 40
+9.599999999999999
+  1
+0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+1D99D
+330
+1D999
+100
+AcDbEntity
+  8
+0
+  0
+SOLID
+  5
+1D99F
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbTrace
+ 10
+1454.607952176026
+ 20
+574.5412235198994
+ 30
+588.7999999999999
+ 11
+1454.607952176026
+ 21
+551.5412236275667
+ 31
+588.7999999999999
+ 12
+1557.001823778549
+ 22
+574.5412235198994
+ 32
+588.7999999999999
+ 13
+1557.001823778549
+ 23
+551.5412232334249
+ 33
+588.7999999999999
+  0
+SOLID
+  5
+1D9A0
+330
+1F
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+1454.607952176026
+ 20
+574.5412235198994
+ 30
+588.7999999999999
+ 11
+1557.001823778549
+ 21
+574.5412235198994
+ 31
+588.7999999999999
+ 12
+1452.807952176025
+ 22
+576.3412235198991
+ 32
+588.7999999999999
+ 13
+1559.001820901549
+ 23
+576.341214997047
+ 33
+588.7999999999999
+  0
+SOLID
+  5
+1D9A1
+330
+1F
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+1452.807952176025
+ 20
+549.741223627567
+ 30
+358.4
+ 11
+1454.607952176026
+ 21
+551.5412236275667
+ 31
+358.4
+ 12
+1452.807952176025
+ 22
+576.3412235198991
+ 32
+358.4
+ 13
+1454.607952176026
+ 23
+574.5412235198994
+ 33
+358.4
+  0
+SOLID
+  5
+1D9A2
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+1452.807952147995
+ 20
+549.7412192166473
+ 30
+588.7999999999999
+ 11
+1559.001826639977
+ 21
+549.8132279407501
+ 31
+588.7999999999999
+ 12
+1454.607952147995
+ 22
+551.541219216647
+ 32
+588.7999999999999
+ 13
+1557.001823778549
+ 23
+551.5412232334249
+ 33
+588.7999999999999
+  0
+SOLID
+  5
+1D9A3
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+1559.001826655552
+ 20
+549.7412283514952
+ 30
+588.7999999999999
+ 11
+1557.001823778549
+ 21
+551.5412232334249
+ 31
+588.7999999999999
+ 12
+1559.001820901547
+ 22
+576.34122738381
+ 32
+588.7999999999999
+ 13
+1557.001823778549
+ 23
+574.5412235198994
+ 33
+588.7999999999999
+  0
+LWPOLYLINE
+  5
+1D9A4
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 38
+588.7999999999999
+ 10
+1452.807950632681
+ 20
+576.34122738381
+ 10
+1559.001820901547
+ 20
+576.34122738381
+ 10
+1559.001826655552
+ 20
+549.7412283514952
+ 10
+1452.807956386686
+ 20
+549.7412283514952
+  0
+INSERT
+  5
+1DB27
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Equtor
+ 10
+1508.001823778549
+ 20
+554.9977960229718
+ 30
+0.0
+ 41
+22.0
+ 42
+15.0
+ 43
+22.0
+  0
+ATTRIB
+  5
+1DB28
+330
+1DB27
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1508.001823778549
+ 20
+554.9977960229718
+ 30
+0.0
+ 40
+1.5
+  1
+CWM-CWS03:Ctrl-PLC-001:PP20STH
+ 41
+1.466666666666666
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1DB29
+330
+1DB27
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1508.001823778549
+ 20
+554.9977960229718
+ 30
+0.0
+ 40
+1.5
+  1
+On
+ 41
+1.466666666666666
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+EQU-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1DB2A
+330
+1DB27
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1508.001823778549
+ 20
+554.9977960229718
+ 30
+0.0
+ 40
+1.5
+  1
+10
+ 41
+1.466666666666666
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1DB2B
+330
+1DB27
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1508.001823778549
+ 20
+554.9977960229718
+ 30
+0.0
+ 40
+1.5
+  1
+Off
+ 41
+1.466666666666666
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+EQU-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1DB2C
+330
+1DB27
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1508.001823778549
+ 20
+554.9977960229718
+ 30
+0.0
+ 40
+1.5
+  1
+12
+ 41
+1.466666666666666
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1DB2D
+330
+1DB27
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1508.001823778549
+ 20
+554.9977960229718
+ 30
+0.0
+ 40
+1.5
+  1
+0
+ 41
+1.466666666666666
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1DB2E
+330
+1DB27
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1508.001823778549
+ 20
+554.9977960229718
+ 30
+0.0
+ 40
+1.5
+  1
+0
+ 41
+1.466666666666666
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1DB2F
+330
+1DB27
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1508.001823778549
+ 20
+554.9977960229718
+ 30
+0.0
+ 40
+1.5
+  1
+0
+ 41
+1.466666666666666
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+1DB30
+330
+1DB27
+100
+AcDbEntity
+  8
+0
+  0
+INSERT
+  5
+1DB6C
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Equtor
+ 10
+1508.001822167552
+ 20
+520.9977968480749
+ 30
+0.0
+ 41
+22.0
+ 42
+15.0
+ 43
+22.0
+  0
+ATTRIB
+  5
+1DB6D
+330
+1DB6C
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1508.001822167552
+ 20
+520.9977968480749
+ 30
+0.0
+ 40
+1.5
+  1
+CWM-CWS03:Ctrl-PLC-001:PP20STH
+ 41
+1.466666666666666
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1DB6E
+330
+1DB6C
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1508.001822167552
+ 20
+520.9977968480749
+ 30
+0.0
+ 40
+1.5
+  1
+Off
+ 41
+1.466666666666666
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+EQU-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1DB6F
+330
+1DB6C
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1508.001822167552
+ 20
+520.9977968480749
+ 30
+0.0
+ 40
+1.5
+  1
+12
+ 41
+1.466666666666666
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1DB70
+330
+1DB6C
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1508.001822167552
+ 20
+520.9977968480749
+ 30
+0.0
+ 40
+1.5
+  1
+On
+ 41
+1.466666666666666
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+EQU-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1DB71
+330
+1DB6C
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1508.001822167552
+ 20
+520.9977968480749
+ 30
+0.0
+ 40
+1.5
+  1
+10
+ 41
+1.466666666666666
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1DB72
+330
+1DB6C
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1508.001822167552
+ 20
+520.9977968480749
+ 30
+0.0
+ 40
+1.5
+  1
+0
+ 41
+1.466666666666666
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1DB73
+330
+1DB6C
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1508.001822167552
+ 20
+520.9977968480749
+ 30
+0.0
+ 40
+1.5
+  1
+0
+ 41
+1.466666666666666
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1DB74
+330
+1DB6C
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1508.001822167552
+ 20
+520.9977968480749
+ 30
+0.0
+ 40
+1.5
+  1
+0
+ 41
+1.466666666666666
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+1DB75
+330
+1DB6C
+100
+AcDbEntity
+  8
+0
+  0
+TEXT
+  5
+1DC98
+330
+1F
+100
+AcDbEntity
+  8
+TEXTE
+ 62
+     7
+100
+AcDbText
+ 10
+327.668490445216
+ 20
+694.2545026239026
+ 30
+13363.2
+ 40
+8.0
+  1
+Water flow switches
+ 72
+     1
+ 11
+399.0018237785493
+ 21
+694.2545026239026
+ 31
+13363.2
+100
+AcDbText
+  0
+SOLID
+  5
+1DC99
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbTrace
+ 10
+325.8018248022944
+ 20
+703.7977993949477
+ 30
+13593.6
+ 11
+325.8018248022942
+ 21
+636.9977964835381
+ 31
+13593.6
+ 12
+462.0018237785493
+ 22
+703.7977993949477
+ 32
+13593.6
+ 13
+462.0018237785493
+ 23
+636.9977964523938
+ 33
+13593.6
+  0
+SOLID
+  5
+1DC9A
+330
+1F
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+325.8018248022944
+ 20
+703.7977993949477
+ 30
+13593.6
+ 11
+462.0018237785493
+ 21
+703.7977993949477
+ 31
+13593.6
+ 12
+324.0018248022942
+ 22
+705.5977993949471
+ 32
+13593.6
+ 13
+464.0018209015467
+ 23
+705.5978032588585
+ 33
+13593.6
+  0
+SOLID
+  5
+1DC9B
+330
+1F
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+324.0018290129552
+ 20
+634.9977964523938
+ 30
+13593.6
+ 11
+325.8018247742644
+ 21
+636.9977964523938
+ 31
+13593.6
+ 12
+324.0018248022942
+ 22
+705.5977993949471
+ 32
+13593.6
+ 13
+325.8018248022944
+ 23
+703.7977993949477
+ 33
+13593.6
+  0
+SOLID
+  5
+1DC9C
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+324.0018290129552
+ 20
+634.9977964523938
+ 30
+13593.6
+ 11
+464.0018266555518
+ 21
+634.9977964523938
+ 31
+13593.6
+ 12
+325.8018247742644
+ 22
+636.9977964523938
+ 32
+13593.6
+ 13
+462.0018237785493
+ 23
+636.9977964523938
+ 33
+13593.6
+  0
+SOLID
+  5
+1DC9D
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+464.0018266555518
+ 20
+634.9977964523938
+ 30
+13593.6
+ 11
+462.0018237785493
+ 21
+636.9977964523938
+ 31
+13593.6
+ 12
+464.0018209015467
+ 22
+705.5978032588585
+ 32
+13593.6
+ 13
+462.0018237785493
+ 23
+703.7977993949477
+ 33
+13593.6
+  0
+LWPOLYLINE
+  5
+1DC9E
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 38
+13593.6
+ 10
+324.0018232589499
+ 20
+705.5978032588585
+ 10
+464.0018209015467
+ 20
+705.5978032588585
+ 10
+464.0018266555518
+ 20
+634.9977964523938
+ 10
+324.0018290129552
+ 20
+634.9977964523938
+  0
+TEXT
+  5
+1DCB1
+330
+1F
+100
+AcDbEntity
+  8
+TEXTE
+ 62
+     7
+100
+AcDbText
+ 10
+327.0018237785493
+ 20
+676.9977964523937
+ 30
+13363.2
+ 40
+8.0
+  1
+Coupler n°1
+ 72
+     1
+ 11
+365.0018237785493
+ 21
+676.9977964523937
+ 31
+13363.2
+100
+AcDbText
+  0
+TEXT
+  5
+1DCB9
+330
+1F
+100
+AcDbEntity
+  8
+TEXTE
+ 62
+     7
+100
+AcDbText
+ 10
+326.6684895443782
+ 20
+665.9977964523938
+ 30
+13363.2
+ 40
+8.0
+  1
+Coupler n°2
+ 72
+     1
+ 11
+366.0018228777115
+ 21
+665.9977964523938
+ 31
+13363.2
+100
+AcDbText
+  0
+TEXT
+  5
+1DCC1
+330
+1F
+100
+AcDbEntity
+  8
+TEXTE
+ 62
+     7
+100
+AcDbText
+ 10
+326.6684895443782
+ 20
+653.9977964523938
+ 30
+13363.2
+ 40
+8.0
+  1
+Coupler n°3
+ 72
+     1
+ 11
+366.0018228777115
+ 21
+653.9977964523938
+ 31
+13363.2
+100
+AcDbText
+  0
+TEXT
+  5
+1DCC9
+330
+1F
+100
+AcDbEntity
+  8
+TEXTE
+ 62
+     7
+100
+AcDbText
+ 10
+326.6684895443782
+ 20
+641.9977964523938
+ 30
+13363.2
+ 40
+8.0
+  1
+Coupler n°4
+ 72
+     1
+ 11
+366.0018228777115
+ 21
+641.9977964523938
+ 31
+13363.2
+100
+AcDbText
+  0
+INSERT
+  5
+1DD14
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Disque
+ 10
+415.5018227587969
+ 20
+670.4977977022054
+ 30
+0.0
+ 41
+9.0
+ 42
+-9.0
+ 43
+9.0
+  0
+ATTRIB
+  5
+1DD15
+330
+1DD14
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+415.5018227587969
+ 20
+670.4977977022054
+ 30
+0.0
+ 40
+0.9
+  1
+RFQ-010:WTRC-FS-012:Status
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1DD16
+330
+1DD14
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+415.5018227587969
+ 20
+670.4977977022054
+ 30
+0.0
+ 40
+0.9
+  1
+10
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1DD17
+330
+1DD14
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+415.5018227587969
+ 20
+670.4977977022054
+ 30
+0.0
+ 40
+0.9
+  1
+12
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1DD18
+330
+1DD14
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+415.5018227587969
+ 20
+670.4977977022054
+ 30
+0.0
+ 40
+0.9
+  1
+0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1DD19
+330
+1DD14
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+415.5018227587969
+ 20
+670.4977977022054
+ 30
+0.0
+ 40
+0.9
+  1
+0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1DD1A
+330
+1DD14
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+415.5018227587969
+ 20
+670.4977977022054
+ 30
+0.0
+ 40
+0.9
+  1
+0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+1DD1B
+330
+1DD14
+100
+AcDbEntity
+  8
+0
+  0
+INSERT
+  5
+1DD2A
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Disque
+ 10
+415.5018227587969
+ 20
+658.4977977022055
+ 30
+0.0
+ 41
+9.0
+ 42
+-9.0
+ 43
+9.0
+  0
+ATTRIB
+  5
+1DD2B
+330
+1DD2A
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+415.5018227587969
+ 20
+658.4977977022055
+ 30
+0.0
+ 40
+0.9
+  1
+RFQ-010:WTRC-FS-021:Status
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1DD2C
+330
+1DD2A
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+415.5018227587969
+ 20
+658.4977977022055
+ 30
+0.0
+ 40
+0.9
+  1
+10
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1DD2D
+330
+1DD2A
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+415.5018227587969
+ 20
+658.4977977022055
+ 30
+0.0
+ 40
+0.9
+  1
+12
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1DD2E
+330
+1DD2A
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+415.5018227587969
+ 20
+658.4977977022055
+ 30
+0.0
+ 40
+0.9
+  1
+0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1DD2F
+330
+1DD2A
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+415.5018227587969
+ 20
+658.4977977022055
+ 30
+0.0
+ 40
+0.9
+  1
+0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1DD30
+330
+1DD2A
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+415.5018227587969
+ 20
+658.4977977022055
+ 30
+0.0
+ 40
+0.9
+  1
+0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+1DD31
+330
+1DD2A
+100
+AcDbEntity
+  8
+0
+  0
+INSERT
+  5
+1DD40
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Disque
+ 10
+415.5018227587969
+ 20
+646.4977977022055
+ 30
+0.0
+ 41
+9.0
+ 42
+-9.0
+ 43
+9.0
+  0
+ATTRIB
+  5
+1DD41
+330
+1DD40
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+415.5018227587969
+ 20
+646.4977977022055
+ 30
+0.0
+ 40
+0.9
+  1
+RFQ-010:WTRC-FS-022:Status
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1DD42
+330
+1DD40
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+415.5018227587969
+ 20
+646.4977977022055
+ 30
+0.0
+ 40
+0.9
+  1
+10
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1DD43
+330
+1DD40
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+415.5018227587969
+ 20
+646.4977977022055
+ 30
+0.0
+ 40
+0.9
+  1
+12
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1DD44
+330
+1DD40
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+415.5018227587969
+ 20
+646.4977977022055
+ 30
+0.0
+ 40
+0.9
+  1
+0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1DD45
+330
+1DD40
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+415.5018227587969
+ 20
+646.4977977022055
+ 30
+0.0
+ 40
+0.9
+  1
+0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1DD46
+330
+1DD40
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+415.5018227587969
+ 20
+646.4977977022055
+ 30
+0.0
+ 40
+0.9
+  1
+0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+1DD47
+330
+1DD40
+100
+AcDbEntity
+  8
+0
+  0
+INSERT
+  5
+1DD56
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Disque
+ 10
+415.5018227587969
+ 20
+681.4977977022055
+ 30
+0.0
+ 41
+9.0
+ 42
+-9.0
+ 43
+9.0
+  0
+ATTRIB
+  5
+1DD57
+330
+1DD56
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+415.5018227587969
+ 20
+681.4977977022055
+ 30
+0.0
+ 40
+0.9
+  1
+RFQ-010:WTRC-FS-011:Status
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1DD58
+330
+1DD56
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+415.5018227587969
+ 20
+681.4977977022055
+ 30
+0.0
+ 40
+0.9
+  1
+10
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1DD59
+330
+1DD56
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+415.5018227587969
+ 20
+681.4977977022055
+ 30
+0.0
+ 40
+0.9
+  1
+12
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1DD5A
+330
+1DD56
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+415.5018227587969
+ 20
+681.4977977022055
+ 30
+0.0
+ 40
+0.9
+  1
+0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1DD5B
+330
+1DD56
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+415.5018227587969
+ 20
+681.4977977022055
+ 30
+0.0
+ 40
+0.9
+  1
+0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1DD5C
+330
+1DD56
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+415.5018227587969
+ 20
+681.4977977022055
+ 30
+0.0
+ 40
+0.9
+  1
+0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+1DD5D
+330
+1DD56
+100
+AcDbEntity
+  8
+0
+  0
+TEXT
+  5
+1DF59
+330
+1F
+100
+AcDbEntity
+  8
+TEXTE
+ 62
+     7
+100
+AcDbText
+ 10
+257.240423991122
+ 20
+390.0083189436829
+ 30
+64.0
+ 40
+8.0
+  1
+TT-011
+100
+AcDbText
+  0
+INSERT
+  5
+1DF5A
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Valnum
+ 10
+251.0018296605854
+ 20
+377.6560991920415
+ 30
+64.0
+ 41
+1.199999999999999
+ 42
+1.199999999999999
+ 43
+1.5
+  0
+ATTRIB
+  5
+1DF5B
+330
+1DF5A
+100
+AcDbEntity
+  8
+IMG027
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+303.8018296605853
+ 20
+377.6560991920415
+ 30
+64.0
+ 40
+9.599999999999999
+  1
+CWM-CWS03:WtrC-TT-011:Tmp
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1DF5C
+330
+1DF5A
+100
+AcDbEntity
+  8
+IMG027
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+303.8018296605853
+ 20
+377.6560991920415
+ 30
+64.0
+ 40
+9.599999999999999
+  1
+14
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1DF5D
+330
+1DF5A
+100
+AcDbEntity
+  8
+IMG027
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+303.8018296605853
+ 20
+377.6560991920415
+ 30
+64.0
+ 40
+9.599999999999999
+  1
+0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+1DF5E
+330
+1DF5A
+100
+AcDbEntity
+  8
+0
+  0
+TEXT
+  5
+1DF5F
+330
+1F
+100
+AcDbEntity
+  8
+TEXTE
+ 62
+     2
+100
+AcDbText
+ 10
+291.0018296605854
+ 20
+378.5516157147278
+ 30
+64.0
+ 40
+8.0
+  1
+°C
+100
+AcDbText
+  0
+SOLID
+  5
+1DF60
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbTrace
+ 10
+248.8018286841659
+ 20
+399.5516157147278
+ 30
+64.0
+ 11
+248.8018286841659
+ 21
+376.5516158223951
+ 31
+64.0
+ 12
+301.8018281878631
+ 22
+399.5516157147278
+ 32
+64.0
+ 13
+301.8018281878631
+ 23
+376.5516154282533
+ 33
+64.0
+  0
+SOLID
+  5
+1DF61
+330
+1F
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+248.8018286841659
+ 20
+399.5516157147278
+ 30
+294.4
+ 11
+301.8018281878631
+ 21
+399.5516157147278
+ 31
+294.4
+ 12
+247.0018286841657
+ 22
+401.3516157147274
+ 32
+294.4
+ 13
+303.6018253108621
+ 23
+401.3516071918753
+ 33
+294.4
+  0
+SOLID
+  5
+1DF62
+330
+1F
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+247.0018286841657
+ 20
+374.7516158223954
+ 30
+64.0
+ 11
+248.8018286841659
+ 21
+376.5516158223951
+ 31
+64.0
+ 12
+247.0018286841657
+ 22
+401.3516157147274
+ 32
+64.0
+ 13
+248.8018286841659
+ 23
+399.5516157147278
+ 33
+64.0
+  0
+SOLID
+  5
+1DF63
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+247.0018286561356
+ 20
+374.7516114114757
+ 30
+64.0
+ 11
+303.6018322046409
+ 21
+374.7516114114757
+ 31
+64.0
+ 12
+248.8018286561358
+ 22
+376.5516114114754
+ 32
+64.0
+ 13
+301.8018281878631
+ 23
+376.5516154282533
+ 33
+64.0
+  0
+SOLID
+  5
+1DF64
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+303.6018281878633
+ 20
+374.7516154282536
+ 30
+294.4
+ 11
+301.8018281878631
+ 21
+376.5516154282533
+ 31
+294.4
+ 12
+303.6018338337408
+ 22
+401.3516157147274
+ 32
+294.4
+ 13
+301.8018281878631
+ 23
+399.5516157147278
+ 33
+294.4
+  0
+LWPOLYLINE
+  5
+1DF65
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 38
+294.4
+ 10
+247.0018271408214
+ 20
+401.3516195786384
+ 10
+303.6018237675157
+ 20
+401.3516195786384
+ 10
+303.6018295215208
+ 20
+374.7516205463236
+ 10
+247.0018328948265
+ 20
+374.7516205463236
+  0
+TEXT
+  5
+1DF86
+330
+1F
+100
+AcDbEntity
+  8
+TEXTE
+ 62
+     7
+100
+AcDbText
+ 10
+241.0018237785493
+ 20
+421.0083185507475
+ 30
+1382.4
+ 40
+8.0
+  1
+FT-011
+100
+AcDbText
+  0
+INSERT
+  5
+1DF87
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Valnum
+ 10
+230.8338536034306
+ 20
+408.6560987991061
+ 30
+1382.4
+ 41
+1.199999999999999
+ 42
+1.199999999999999
+ 43
+1.5
+  0
+ATTRIB
+  5
+1DF88
+330
+1DF87
+100
+AcDbEntity
+  8
+IMG027
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+283.6338536034306
+ 20
+408.6560987991061
+ 30
+1382.4
+ 40
+9.599999999999999
+  1
+CWM-CWS03:WtrC-FT-011:Flw
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1DF89
+330
+1DF87
+100
+AcDbEntity
+  8
+IMG027
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+283.6338536034306
+ 20
+408.6560987991061
+ 30
+1382.4
+ 40
+9.599999999999999
+  1
+14
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1DF8A
+330
+1DF87
+100
+AcDbEntity
+  8
+IMG027
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+283.6338536034306
+ 20
+408.6560987991061
+ 30
+1382.4
+ 40
+9.599999999999999
+  1
+0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+1DF8B
+330
+1DF87
+100
+AcDbEntity
+  8
+0
+  0
+TEXT
+  5
+1DF8C
+330
+1F
+100
+AcDbEntity
+  8
+TEXTE
+ 62
+     2
+100
+AcDbText
+ 10
+263.2723469954343
+ 20
+409.5516153217926
+ 30
+1382.4
+ 40
+8.0
+  1
+m3/h
+100
+AcDbText
+  0
+SOLID
+  5
+1DF8D
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbTrace
+ 10
+228.801824187965
+ 20
+430.5516153217926
+ 30
+1612.8
+ 11
+228.801824187965
+ 21
+407.5516154294599
+ 31
+1612.8
+ 12
+287.5254559096756
+ 22
+430.5516153217926
+ 32
+1612.8
+ 13
+287.5254559096756
+ 23
+407.5516274220814
+ 33
+1612.8
+  0
+SOLID
+  5
+1DF8E
+330
+1F
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+228.801824187965
+ 20
+430.5516153217926
+ 30
+1612.8
+ 11
+287.5254559096756
+ 21
+430.5516153217926
+ 31
+1612.8
+ 12
+227.0018241879649
+ 22
+432.3516153217923
+ 32
+1612.8
+ 13
+289.3254530326745
+ 23
+432.3516191857037
+ 33
+1612.8
+  0
+SOLID
+  5
+1DF8F
+330
+1F
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+227.0018241879649
+ 20
+405.7516154294602
+ 30
+1382.4
+ 11
+228.801824187965
+ 21
+407.5516154294599
+ 31
+1382.4
+ 12
+227.0018241879649
+ 22
+432.3516153217923
+ 32
+1382.4
+ 13
+228.801824187965
+ 23
+430.5516153217926
+ 33
+1382.4
+  0
+SOLID
+  5
+1DF90
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+227.0018241599347
+ 20
+405.7516110185405
+ 30
+1612.8
+ 11
+289.3254559096757
+ 21
+405.7516274220814
+ 31
+1612.8
+ 12
+228.8018241599349
+ 22
+407.5516110185405
+ 32
+1612.8
+ 13
+287.5254559096756
+ 23
+407.5516274220814
+ 33
+1612.8
+  0
+SOLID
+  5
+1DF91
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+289.3254559096757
+ 20
+405.7516274220814
+ 30
+1612.8
+ 11
+287.5254559096756
+ 21
+407.5516274220814
+ 31
+1612.8
+ 12
+289.3254615555532
+ 22
+432.3516277085554
+ 32
+1612.8
+ 13
+287.5254559096756
+ 23
+430.5516277085561
+ 33
+1612.8
+  0
+LWPOLYLINE
+  5
+1DF92
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 38
+1612.8
+ 10
+227.0018226446206
+ 20
+432.3516191857037
+ 10
+289.3254530326745
+ 20
+432.3516191857037
+ 10
+289.3254587866796
+ 20
+405.7516201533887
+ 10
+227.0018283986257
+ 20
+405.7516201533887
+  0
+LINE
+  5
+1E0C8
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+895.0018261610338
+ 20
+-282.0022043382313
+ 30
+0.0
+ 11
+904.001826161034
+ 21
+-284.0022043382313
+ 31
+0.0
+  0
+LINE
+  5
+1E0C9
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+904.001826161034
+ 20
+-284.0022043382313
+ 30
+0.0
+ 11
+914.001826161034
+ 21
+-285.0022043382313
+ 31
+0.0
+  0
+CIRCLE
+  5
+1E49E
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbCircle
+ 10
+679.6026828750016
+ 20
+228.7408406694388
+ 30
+0.0
+ 40
+3.744191022801762
+  0
+CIRCLE
+  5
+1E49F
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbCircle
+ 10
+708.6686361291151
+ 20
+228.4921702005385
+ 30
+0.0
+ 40
+4.10204970456222
+  0
+LINE
+  5
+1E4A0
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+681.3636142540981
+ 20
+232.1022571384461
+ 30
+0.0
+ 11
+687.6655623326887
+ 21
+244.7061532956273
+ 31
+0.0
+  0
+LINE
+  5
+1E4A1
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+687.6655623326887
+ 20
+244.7061532956273
+ 30
+0.0
+ 11
+693.9901176530254
+ 21
+232.057042654954
+ 31
+0.0
+  0
+LINE
+  5
+1E4A2
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+693.9901176530254
+ 20
+232.057042654954
+ 30
+0.0
+ 11
+700.3146729733622
+ 21
+244.7061532956273
+ 31
+0.0
+  0
+LINE
+  5
+1E4A3
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+700.3146729733622
+ 20
+244.7061532956273
+ 30
+0.0
+ 11
+706.6392282936988
+ 21
+232.0570426549539
+ 31
+0.0
+  0
+LWPOLYLINE
+  5
+1EAE2
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+14.00182385288388
+ 20
+612.0425503578955
+ 10
+201.0018226984528
+ 20
+612.0425503578955
+ 10
+201.0018226984529
+ 20
+-95.00220354760619
+ 10
+14.00182800323866
+ 20
+-95.00220354760619
+  0
+SOLID
+  5
+1EAE3
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+   250
+100
+AcDbTrace
+ 10
+15.80182298787446
+ 20
+-92.0022035476062
+ 30
+0.0
+ 11
+198.3481060766918
+ 21
+-92.0022035476062
+ 31
+0.0
+ 12
+15.80182320200862
+ 22
+609.9977977120285
+ 32
+0.0
+ 13
+199.3481070643028
+ 23
+609.9977977120285
+ 33
+0.0
+  0
+SOLID
+  5
+1EAE4
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+201.0018226984529
+ 20
+-95.00220354760619
+ 30
+0.0
+ 11
+198.3481060766918
+ 21
+-92.0022035476062
+ 31
+0.0
+ 12
+201.001821707053
+ 22
+612.0425516175302
+ 32
+0.0
+ 13
+199.348106072903
+ 23
+609.9977989716632
+ 33
+0.0
+  0
+SOLID
+  5
+1EAE6
+330
+1F
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+14.00182385288388
+ 20
+-95.00220354760619
+ 30
+0.0
+ 11
+15.80182298787446
+ 21
+-92.0022035476062
+ 31
+0.0
+ 12
+14.00182444345302
+ 22
+612.0425528003785
+ 32
+0.0
+ 13
+15.80182379257775
+ 23
+609.9978001545115
+ 33
+0.0
+  0
+SOLID
+  5
+1EAE7
+330
+1F
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+15.80182320200862
+ 20
+609.9977977120285
+ 30
+0.0
+ 11
+199.3481050541599
+ 21
+609.9977977120285
+ 31
+0.0
+ 12
+14.00182385288388
+ 22
+612.0425503578955
+ 32
+0.0
+ 13
+201.0018226984528
+ 23
+612.0425503578955
+ 33
+0.0
+  0
+INSERT
+  5
+1EBE5
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Equtor
+ 10
+486.0018237785492
+ 20
+671.9977964523938
+ 30
+0.0
+ 41
+22.0
+ 42
+15.0
+ 43
+22.0
+  0
+ATTRIB
+  5
+1EBE6
+330
+1EBE5
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+486.0018237785492
+ 20
+671.9977964523938
+ 30
+0.0
+ 40
+1.5
+  1
+CWM-CWS03:Ctrl-Key-083:OFF
+ 41
+1.466666666666666
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1EBE7
+330
+1EBE5
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+486.0018237785492
+ 20
+671.9977964523938
+ 30
+0.0
+ 40
+1.5
+  1
+Automatic control
+ 41
+1.466666666666666
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+EQU-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1EBE8
+330
+1EBE5
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+486.0018237785492
+ 20
+671.9977964523938
+ 30
+0.0
+ 40
+1.5
+  1
+10
+ 41
+1.466666666666666
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1EBE9
+330
+1EBE5
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+486.0018237785492
+ 20
+671.9977964523938
+ 30
+0.0
+ 40
+1.5
+  1
+Manual control
+ 41
+1.466666666666666
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+EQU-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1EBEA
+330
+1EBE5
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+486.0018237785492
+ 20
+671.9977964523938
+ 30
+0.0
+ 40
+1.5
+  1
+12
+ 41
+1.466666666666666
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1EBEB
+330
+1EBE5
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+486.0018237785492
+ 20
+671.9977964523938
+ 30
+0.0
+ 40
+1.5
+  1
+0
+ 41
+1.466666666666666
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1EBEC
+330
+1EBE5
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+486.0018237785492
+ 20
+671.9977964523938
+ 30
+0.0
+ 40
+1.5
+  1
+0
+ 41
+1.466666666666666
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1EBED
+330
+1EBE5
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+486.0018237785492
+ 20
+671.9977964523938
+ 30
+0.0
+ 40
+1.5
+  1
+0
+ 41
+1.466666666666666
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+1EBEE
+330
+1EBE5
+100
+AcDbEntity
+  8
+0
+  0
+TEXT
+  5
+1EC20
+330
+1F
+100
+AcDbEntity
+  8
+TEXTE
+ 62
+     7
+100
+AcDbText
+ 10
+541.0018237785493
+ 20
+694.2545040786988
+ 30
+13363.2
+ 40
+8.0
+  1
+Control mode
+ 72
+     1
+ 11
+585.6684904452159
+ 21
+694.2545040786988
+ 31
+13363.2
+100
+AcDbText
+  0
+SOLID
+  5
+1EC21
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbTrace
+ 10
+479.8018254293772
+ 20
+703.7978008497439
+ 30
+13593.6
+ 11
+479.8018254293772
+ 21
+667.9977964835382
+ 31
+13593.6
+ 12
+693.0018249572385
+ 22
+703.7977994377808
+ 32
+13593.6
+ 13
+693.0018249572384
+ 23
+667.9977950404305
+ 33
+13593.6
+  0
+SOLID
+  5
+1EC22
+330
+1F
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+479.8018254293772
+ 20
+703.7978008497439
+ 30
+13593.6
+ 11
+693.0018249572385
+ 21
+703.7977994377808
+ 31
+13593.6
+ 12
+478.0018254293771
+ 22
+705.5978008497435
+ 32
+13593.6
+ 13
+695.001822080236
+ 23
+705.5978033016916
+ 33
+13593.6
+  0
+SOLID
+  5
+1EC23
+330
+1F
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+478.0018296400381
+ 20
+665.9977964523938
+ 30
+13593.6
+ 11
+479.8018254013473
+ 21
+667.9977964523938
+ 31
+13593.6
+ 12
+478.0018254293771
+ 22
+705.5978008497435
+ 32
+13593.6
+ 13
+479.8018254293772
+ 23
+703.7978008497439
+ 33
+13593.6
+  0
+SOLID
+  5
+1EC24
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+478.0018296400381
+ 20
+665.9977964523938
+ 30
+13593.6
+ 11
+695.0018283893721
+ 21
+665.9977970118432
+ 31
+13593.6
+ 12
+479.8018254013473
+ 22
+667.9977964523938
+ 32
+13593.6
+ 13
+693.0018249572384
+ 23
+667.9977964523938
+ 33
+13593.6
+  0
+SOLID
+  5
+1EF27
+330
+1F
+100
+AcDbEntity
+  8
+INSTRUM
+100
+AcDbTrace
+ 10
+15.80182298787446
+ 20
+-92.0022035476062
+ 30
+0.0
+ 11
+198.3481060766918
+ 21
+-92.0022035476062
+ 31
+0.0
+ 12
+15.80182594269986
+ 22
+609.9977977120285
+ 32
+0.0
+ 13
+199.3481070678853
+ 23
+609.9978002019187
+ 33
+0.0
+  0
+TEXT
+  5
+1EFC5
+330
+1F
+100
+AcDbEntity
+  8
+INSTRUM
+ 62
+     7
+420
+ 16777215
+100
+AcDbText
+ 10
+28.22569481804947
+ 20
+584.0425489839064
+ 30
+49.20321653524187
+ 40
+15.0
+  1
+Command menu
+  7
+GRAS
+100
+AcDbText
+  0
+TEXT
+  5
+1EFC6
+330
+1F
+100
+AcDbEntity
+  8
+INSTRUM
+ 62
+     7
+420
+ 16777215
+100
+AcDbText
+ 10
+85.42308042440465
+ 20
+556.0425515322869
+ 30
+49.20321653524187
+ 40
+11.0
+  1
+Views
+  7
+SansSerif
+100
+AcDbText
+  0
+INSERT
+  5
+1EFC7
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Jbutton
+ 10
+37.42308771811162
+ 20
+518.0425521110443
+ 30
+0.0
+ 41
+144.0
+ 42
+29.0
+ 43
+144.0
+  0
+ATTRIB
+  5
+1EFC8
+330
+1EFC7
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+37.42308771811162
+ 20
+518.0425521110443
+ 30
+0.0
+ 40
+2.9
+  1
+EPICS-Regulations.opi
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COMMANDE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1EFC9
+330
+1EFC7
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+37.42308771811162
+ 20
+518.0425521110443
+ 30
+0.0
+ 40
+2.9
+  1
+
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1EFCA
+330
+1EFC7
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+37.42308771811162
+ 20
+518.0425521110443
+ 30
+0.0
+ 40
+2.9
+  1
+10
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1EFCB
+330
+1EFC7
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+37.42308771811162
+ 20
+518.0425521110443
+ 30
+0.0
+ 40
+2.9
+  1
+7
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1EFCC
+330
+1EFC7
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+37.42308771811162
+ 20
+518.0425521110443
+ 30
+0.0
+ 40
+2.9
+  1
+0
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CONFIRM
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1EFCD
+330
+1EFC7
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+37.42308771811162
+ 20
+518.0425521110443
+ 30
+0.0
+ 40
+2.9
+  1
+
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1EFCE
+330
+1EFC7
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+37.42308771811162
+ 20
+518.0425521110443
+ 30
+0.0
+ 40
+2.9
+  1
+
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1EFCF
+330
+1EFC7
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+37.42308771811162
+ 20
+518.0425521110443
+ 30
+0.0
+ 40
+2.9
+  1
+Regulations
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+TEXTE
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+1EFD0
+330
+1EFC7
+100
+AcDbEntity
+  8
+0
+  0
+INSERT
+  5
+1EFD1
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Jbutton
+ 10
+37.42308896815797
+ 20
+478.0425521110442
+ 30
+0.0
+ 41
+144.0
+ 42
+29.0
+ 43
+144.0
+  0
+ATTRIB
+  5
+1EFD2
+330
+1EFD1
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+37.42308896815797
+ 20
+478.0425521110442
+ 30
+0.0
+ 40
+2.9
+  1
+EPICS-Errors.opi
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COMMANDE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1EFD3
+330
+1EFD1
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+37.42308896815797
+ 20
+478.0425521110442
+ 30
+0.0
+ 40
+2.9
+  1
+CWM-CWS03:Ctrl-PLC-001:GError
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1EFD4
+330
+1EFD1
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+37.42308896815797
+ 20
+478.0425521110442
+ 30
+0.0
+ 40
+2.9
+  1
+12
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1EFD5
+330
+1EFD1
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+37.42308896815797
+ 20
+478.0425521110442
+ 30
+0.0
+ 40
+2.9
+  1
+7
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1EFD6
+330
+1EFD1
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+37.42308896815797
+ 20
+478.0425521110442
+ 30
+0.0
+ 40
+2.9
+  1
+0
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CONFIRM
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1EFD7
+330
+1EFD1
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+37.42308896815797
+ 20
+478.0425521110442
+ 30
+0.0
+ 40
+2.9
+  1
+
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1EFD8
+330
+1EFD1
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+37.42308896815797
+ 20
+478.0425521110442
+ 30
+0.0
+ 40
+2.9
+  1
+
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1EFD9
+330
+1EFD1
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+37.42308896815797
+ 20
+478.0425521110442
+ 30
+0.0
+ 40
+2.9
+  1
+Errors
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+TEXTE
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+1EFDA
+330
+1EFD1
+100
+AcDbEntity
+  8
+0
+  0
+SOLID
+  5
+1F007
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+28.42309065031725
+ 20
+465.9977976575516
+ 30
+54374.4
+ 11
+189.4230884381004
+ 21
+465.9977965249087
+ 31
+54374.4
+ 12
+30.22308641162647
+ 22
+467.9977976575515
+ 32
+54374.4
+ 13
+187.4230855610979
+ 23
+467.9977976575515
+ 33
+54374.4
+  0
+SOLID
+  5
+1F00B
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+189.4230884381004
+ 20
+465.9977965249087
+ 30
+95155.20000000002
+ 11
+187.4230855610979
+ 21
+467.9977976575515
+ 31
+95155.20000000002
+ 12
+189.4230883411904
+ 22
+572.9977960436477
+ 32
+95155.20000000002
+ 13
+187.4230896761263
+ 23
+570.9977960436478
+ 33
+95155.20000000002
+  0
+SOLID
+  5
+1F00C
+330
+1F
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+28.42309055340721
+ 20
+465.9977986875406
+ 30
+95155.20000000002
+ 11
+30.22308553804308
+ 21
+467.9977998201835
+ 31
+95155.20000000002
+ 12
+28.42309170834031
+ 22
+572.9977960436477
+ 32
+95155.20000000002
+ 13
+30.22308749767947
+ 23
+570.9977960436478
+ 33
+95155.20000000002
+  0
+SOLID
+  5
+1F00D
+330
+1F
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+30.22308749767947
+ 20
+570.9977960436478
+ 30
+95155.20000000002
+ 11
+187.4230896761263
+ 21
+570.9977960436478
+ 31
+95155.20000000002
+ 12
+28.42309170834031
+ 22
+572.9977960436477
+ 32
+95155.20000000002
+ 13
+189.4230883411904
+ 23
+572.9977960436477
+ 33
+95155.20000000002
+  0
+INSERT
+  5
+1F00E
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Jbutton
+ 10
+37.42308231596175
+ 20
+372.9977991273999
+ 30
+40780.8
+ 41
+144.0
+ 42
+29.0
+ 43
+144.0
+  0
+ATTRIB
+  5
+1F00F
+330
+1F00E
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+37.42308231596175
+ 20
+372.9977991273999
+ 30
+40780.8
+ 40
+2.9
+  1
+CWM-CWS03:Ctrl-PLC-001:PP10S
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COMMANDE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1F010
+330
+1F00E
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+37.42308231596175
+ 20
+372.9977991273999
+ 30
+40780.8
+ 40
+2.9
+  1
+CWM-CWS03:Ctrl-PLC-001:PP10S
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1F011
+330
+1F00E
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+37.42308231596175
+ 20
+372.9977991273999
+ 30
+40780.8
+ 40
+2.9
+  1
+10
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1F012
+330
+1F00E
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+37.42308231596175
+ 20
+372.9977991273999
+ 30
+40780.8
+ 40
+2.9
+  1
+7
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1F013
+330
+1F00E
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+37.42308231596175
+ 20
+372.9977991273999
+ 30
+40780.8
+ 40
+2.9
+  1
+0
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CONFIRM
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1F014
+330
+1F00E
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+37.42308231596175
+ 20
+372.9977991273999
+ 30
+40780.8
+ 40
+2.9
+  1
+
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1F015
+330
+1F00E
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+37.42308231596175
+ 20
+372.9977991273999
+ 30
+40780.8
+ 40
+2.9
+  1
+
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1F016
+330
+1F00E
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+37.42308231596175
+ 20
+372.9977991273999
+ 30
+40780.8
+ 40
+2.9
+  1
+Exchanger
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+TEXTE
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+1F017
+330
+1F00E
+100
+AcDbEntity
+  8
+0
+  0
+INSERT
+  5
+1F018
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Jbutton
+ 10
+37.42308394470999
+ 20
+328.9977960122036
+ 30
+40780.8
+ 41
+144.0
+ 42
+29.0
+ 43
+144.0
+  0
+ATTRIB
+  5
+1F019
+330
+1F018
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+37.42308394470999
+ 20
+328.9977960122036
+ 30
+40780.8
+ 40
+2.9
+  1
+CWM-CWS03:Ctrl-PLC-001:PP20S
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COMMANDE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1F01A
+330
+1F018
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+37.42308394470999
+ 20
+328.9977960122036
+ 30
+40780.8
+ 40
+2.9
+  1
+CWM-CWS03:Ctrl-PLC-001:PP20S
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1F01B
+330
+1F018
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+37.42308394470999
+ 20
+328.9977960122036
+ 30
+40780.8
+ 40
+2.9
+  1
+10
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1F01C
+330
+1F018
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+37.42308394470999
+ 20
+328.9977960122036
+ 30
+40780.8
+ 40
+2.9
+  1
+7
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1F01D
+330
+1F018
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+37.42308394470999
+ 20
+328.9977960122036
+ 30
+40780.8
+ 40
+2.9
+  1
+0
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CONFIRM
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1F01E
+330
+1F018
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+37.42308394470999
+ 20
+328.9977960122036
+ 30
+40780.8
+ 40
+2.9
+  1
+
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1F01F
+330
+1F018
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+37.42308394470999
+ 20
+328.9977960122036
+ 30
+40780.8
+ 40
+2.9
+  1
+
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1F020
+330
+1F018
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+37.42308394470999
+ 20
+328.9977960122036
+ 30
+40780.8
+ 40
+2.9
+  1
+Vane
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+TEXTE
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+1F021
+330
+1F018
+100
+AcDbEntity
+  8
+0
+  0
+LWPOLYLINE
+  5
+1F022
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 38
+40780.8
+ 10
+37.42308612515237
+ 20
+299.9978000347782
+ 10
+109.42308096679
+ 20
+299.9978000347782
+ 10
+109.42308096679
+ 20
+328.9978000347782
+ 10
+37.42308612515237
+ 20
+328.9978000347782
+  0
+LWPOLYLINE
+  5
+1F023
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 38
+40780.8
+ 10
+181.4230868842356
+ 20
+328.9977960122036
+ 10
+109.42308096679
+ 20
+328.9977960122036
+ 10
+109.42308096679
+ 20
+299.9978000347782
+ 10
+181.4230868842356
+ 20
+299.9978000347782
+  0
+INSERT
+  5
+1F024
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Jbutton
+ 10
+37.42308612515237
+ 20
+299.9978000347782
+ 30
+40780.8
+ 41
+71.99999484163766
+ 42
+29.0
+ 43
+71.99999484163766
+  0
+ATTRIB
+  5
+1F025
+330
+1F024
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+37.42308612515237
+ 20
+299.9978000347782
+ 30
+40780.8
+ 40
+2.9
+  1
+CWM-CWS03:Ctrl-PLC-001:PP20STH=0
+ 41
+2.482758442815091
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COMMANDE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1F026
+330
+1F024
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+37.42308612515237
+ 20
+299.9978000347782
+ 30
+40780.8
+ 40
+2.9
+  1
+CWM-CWS03:Ctrl-PLC-001:PP20STH
+ 41
+2.482758442815091
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1F027
+330
+1F024
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+37.42308612515237
+ 20
+299.9978000347782
+ 30
+40780.8
+ 40
+2.9
+  1
+7
+ 41
+2.482758442815091
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1F028
+330
+1F024
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+37.42308612515237
+ 20
+299.9978000347782
+ 30
+40780.8
+ 40
+2.9
+  1
+10
+ 41
+2.482758442815091
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1F029
+330
+1F024
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+37.42308612515237
+ 20
+299.9978000347782
+ 30
+40780.8
+ 40
+2.9
+  1
+0
+ 41
+2.482758442815091
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CONFIRM
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1F02A
+330
+1F024
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+37.42308612515237
+ 20
+299.9978000347782
+ 30
+40780.8
+ 40
+2.9
+  1
+
+ 41
+2.482758442815091
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1F02B
+330
+1F024
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+37.42308612515237
+ 20
+299.9978000347782
+ 30
+40780.8
+ 40
+2.9
+  1
+
+ 41
+2.482758442815091
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1F02C
+330
+1F024
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+37.42308612515237
+ 20
+299.9978000347782
+ 30
+40780.8
+ 40
+2.9
+  1
+°C
+ 41
+2.482758442815091
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+TEXTE
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+1F02D
+330
+1F024
+100
+AcDbEntity
+  8
+0
+  0
+INSERT
+  5
+1F02E
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Jbutton
+ 10
+109.42308096679
+ 20
+299.9978000347782
+ 30
+40780.8
+ 41
+72.00000591744561
+ 42
+28.99999597742544
+ 43
+72.00000591744561
+  0
+ATTRIB
+  5
+1F02F
+330
+1F02E
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+109.42308096679
+ 20
+299.9978000347782
+ 30
+40780.8
+ 40
+2.899999597742544
+  1
+CWM-CWS03:Ctrl-PLC-001:PP20STH=1
+ 41
+2.482759169121705
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COMMANDE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1F030
+330
+1F02E
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+109.42308096679
+ 20
+299.9978000347782
+ 30
+40780.8
+ 40
+2.899999597742544
+  1
+CWM-CWS03:Ctrl-PLC-001:PP20STH
+ 41
+2.482759169121705
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1F031
+330
+1F02E
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+109.42308096679
+ 20
+299.9978000347782
+ 30
+40780.8
+ 40
+2.899999597742544
+  1
+10
+ 41
+2.482759169121705
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1F032
+330
+1F02E
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+109.42308096679
+ 20
+299.9978000347782
+ 30
+40780.8
+ 40
+2.899999597742544
+  1
+7
+ 41
+2.482759169121705
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1F033
+330
+1F02E
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+109.42308096679
+ 20
+299.9978000347782
+ 30
+40780.8
+ 40
+2.899999597742544
+  1
+0
+ 41
+2.482759169121705
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CONFIRM
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1F034
+330
+1F02E
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+109.42308096679
+ 20
+299.9978000347782
+ 30
+40780.8
+ 40
+2.899999597742544
+  1
+
+ 41
+2.482759169121705
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1F035
+330
+1F02E
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+109.42308096679
+ 20
+299.9978000347782
+ 30
+40780.8
+ 40
+2.899999597742544
+  1
+
+ 41
+2.482759169121705
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1F036
+330
+1F02E
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+109.42308096679
+ 20
+299.9978000347782
+ 30
+40780.8
+ 40
+2.899999597742544
+  1
+DPhase
+ 41
+2.482759169121705
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+TEXTE
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+1F037
+330
+1F02E
+100
+AcDbEntity
+  8
+0
+  0
+INSERT
+  5
+1F038
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Jbutton
+ 10
+37.4230860329935
+ 20
+258.9977987830134
+ 30
+40780.8
+ 41
+144.0
+ 42
+29.0
+ 43
+144.0
+  0
+ATTRIB
+  5
+1F039
+330
+1F038
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+37.4230860329935
+ 20
+258.9977987830134
+ 30
+40780.8
+ 40
+2.9
+  1
+CWM-CWS03:Ctrl-PLC-001:PP30S
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COMMANDE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1F03A
+330
+1F038
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+37.4230860329935
+ 20
+258.9977987830134
+ 30
+40780.8
+ 40
+2.9
+  1
+CWM-CWS03:Ctrl-PLC-001:PP30S
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1F03B
+330
+1F038
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+37.4230860329935
+ 20
+258.9977987830134
+ 30
+40780.8
+ 40
+2.9
+  1
+10
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1F03C
+330
+1F038
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+37.4230860329935
+ 20
+258.9977987830134
+ 30
+40780.8
+ 40
+2.9
+  1
+7
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1F03D
+330
+1F038
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+37.4230860329935
+ 20
+258.9977987830134
+ 30
+40780.8
+ 40
+2.9
+  1
+0
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CONFIRM
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1F03E
+330
+1F038
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+37.4230860329935
+ 20
+258.9977987830134
+ 30
+40780.8
+ 40
+2.9
+  1
+
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1F03F
+330
+1F038
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+37.4230860329935
+ 20
+258.9977987830134
+ 30
+40780.8
+ 40
+2.9
+  1
+
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1F040
+330
+1F038
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+37.4230860329935
+ 20
+258.9977987830134
+ 30
+40780.8
+ 40
+2.9
+  1
+Body S1-S2
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+TEXTE
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+1F041
+330
+1F038
+100
+AcDbEntity
+  8
+0
+  0
+INSERT
+  5
+1F042
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Jbutton
+ 10
+37.42308728303973
+ 20
+216.9977991257655
+ 30
+40780.8
+ 41
+144.0
+ 42
+29.0
+ 43
+144.0
+  0
+ATTRIB
+  5
+1F043
+330
+1F042
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+37.42308728303973
+ 20
+216.9977991257655
+ 30
+40780.8
+ 40
+2.9
+  1
+CWM-CWS03:Ctrl-PLC-001:PP40S
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COMMANDE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1F044
+330
+1F042
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+37.42308728303973
+ 20
+216.9977991257655
+ 30
+40780.8
+ 40
+2.9
+  1
+CWM-CWS03:Ctrl-PLC-001:PP40S
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1F045
+330
+1F042
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+37.42308728303973
+ 20
+216.9977991257655
+ 30
+40780.8
+ 40
+2.9
+  1
+10
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1F046
+330
+1F042
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+37.42308728303973
+ 20
+216.9977991257655
+ 30
+40780.8
+ 40
+2.9
+  1
+7
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1F047
+330
+1F042
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+37.42308728303973
+ 20
+216.9977991257655
+ 30
+40780.8
+ 40
+2.9
+  1
+0
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CONFIRM
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1F048
+330
+1F042
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+37.42308728303973
+ 20
+216.9977991257655
+ 30
+40780.8
+ 40
+2.9
+  1
+
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1F049
+330
+1F042
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+37.42308728303973
+ 20
+216.9977991257655
+ 30
+40780.8
+ 40
+2.9
+  1
+
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1F04A
+330
+1F042
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+37.42308728303973
+ 20
+216.9977991257655
+ 30
+40780.8
+ 40
+2.9
+  1
+Body S3
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+TEXTE
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+1F04B
+330
+1F042
+100
+AcDbEntity
+  8
+0
+  0
+INSERT
+  5
+1F04C
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Jbutton
+ 10
+37.42308853308609
+ 20
+176.9977991257655
+ 30
+40780.8
+ 41
+144.0
+ 42
+29.0
+ 43
+144.0
+  0
+ATTRIB
+  5
+1F04D
+330
+1F04C
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+37.42308853308609
+ 20
+176.9977991257655
+ 30
+40780.8
+ 40
+2.9
+  1
+CWM-CWS03:Ctrl-PLC-001:PP50S
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COMMANDE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1F04E
+330
+1F04C
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+37.42308853308609
+ 20
+176.9977991257655
+ 30
+40780.8
+ 40
+2.9
+  1
+CWM-CWS03:Ctrl-PLC-001:PP50S
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1F04F
+330
+1F04C
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+37.42308853308609
+ 20
+176.9977991257655
+ 30
+40780.8
+ 40
+2.9
+  1
+10
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1F050
+330
+1F04C
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+37.42308853308609
+ 20
+176.9977991257655
+ 30
+40780.8
+ 40
+2.9
+  1
+7
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1F051
+330
+1F04C
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+37.42308853308609
+ 20
+176.9977991257655
+ 30
+40780.8
+ 40
+2.9
+  1
+0
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CONFIRM
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1F052
+330
+1F04C
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+37.42308853308609
+ 20
+176.9977991257655
+ 30
+40780.8
+ 40
+2.9
+  1
+
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1F053
+330
+1F04C
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+37.42308853308609
+ 20
+176.9977991257655
+ 30
+40780.8
+ 40
+2.9
+  1
+
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1F054
+330
+1F04C
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+37.42308853308609
+ 20
+176.9977991257655
+ 30
+40780.8
+ 40
+2.9
+  1
+Body S4-S5
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+TEXTE
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+1F055
+330
+1F04C
+100
+AcDbEntity
+  8
+0
+  0
+TEXT
+  5
+1F056
+330
+1F
+100
+AcDbEntity
+  8
+INSTRUM
+ 62
+     7
+420
+ 16777215
+100
+AcDbText
+ 10
+61.14834459506252
+ 20
+423.3586170332168
+ 30
+40830.00321653524
+ 40
+11.0
+  1
+Regulation loop
+  7
+SansSerif
+100
+AcDbText
+  0
+TEXT
+  5
+1F057
+330
+1F
+100
+AcDbEntity
+  8
+INSTRUM
+ 62
+     7
+420
+ 16777215
+100
+AcDbText
+ 10
+82.14834459506253
+ 20
+409.0265733426289
+ 30
+40830.00321653524
+ 40
+11.0
+  1
+selection
+  7
+SansSerif
+100
+AcDbText
+  0
+SOLID
+  5
+1F058
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+28.42309028684443
+ 20
+162.9977985760619
+ 30
+81561.60000000001
+ 11
+189.4230880746276
+ 21
+162.997797443419
+ 31
+81561.60000000001
+ 12
+30.22308632950339
+ 22
+164.9978006737382
+ 32
+81561.60000000001
+ 13
+187.423085197625
+ 23
+164.9977985760619
+ 33
+81561.60000000001
+  0
+SOLID
+  5
+1F059
+330
+1F
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+28.42309134486752
+ 20
+162.9977995410954
+ 30
+81561.60000000001
+ 11
+30.22308632950339
+ 21
+164.9978006737382
+ 31
+81561.60000000001
+ 12
+28.42309028684443
+ 22
+445.997796962158
+ 32
+81561.60000000001
+ 13
+30.22308713420668
+ 23
+443.9977969621581
+ 33
+81561.60000000001
+  0
+SOLID
+  5
+1F05A
+330
+1F
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+30.22308713420668
+ 20
+443.9977969621581
+ 30
+81561.60000000001
+ 11
+187.4230879732807
+ 21
+443.9977969621581
+ 31
+81561.60000000001
+ 12
+28.42309028684443
+ 22
+445.997796962158
+ 32
+81561.60000000001
+ 13
+189.4230866383448
+ 23
+445.997796962158
+ 33
+81561.60000000001
+  0
+SOLID
+  5
+1F05B
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+189.4230880746276
+ 20
+162.997797443419
+ 30
+81561.60000000001
+ 11
+187.423085197625
+ 21
+164.9977985760619
+ 31
+81561.60000000001
+ 12
+189.4230862168904
+ 22
+445.9977965407034
+ 32
+81561.60000000001
+ 13
+187.4230846360653
+ 23
+443.9977936249404
+ 33
+81561.60000000001
+  0
+LWPOLYLINE
+  5
+1F13A
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+14.00182385288388
+ 20
+-95.00220354760619
+ 10
+201.0018226984528
+ 20
+-95.00220354760619
+ 10
+201.0018226984528
+ 20
+612.0425503578955
+ 10
+14.00182385288388
+ 20
+612.0425503578955
+  0
+LWPOLYLINE
+  5
+1F1A5
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+320.0018262270104
+ 20
+717.3680669501256
+ 10
+1915.000059505201
+ 20
+717.9974161984143
+ 10
+1915.000069464261
+ 20
+625.3269200376597
+ 10
+320.0018262270104
+ 20
+625.3269200376597
+  0
+LINE
+  5
+1F1A6
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1915.000069464252
+ 20
+625.3269200376597
+ 30
+0.0
+ 11
+1915.000059505201
+ 21
+-354.0025838015855
+ 31
+0.0
+  0
+LINE
+  5
+1F1A7
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1915.000059505201
+ 20
+-354.0025838015855
+ 30
+0.0
+ 11
+0.0003931386999056
+ 21
+-354.0017847744181
+ 31
+0.0
+  0
+LINE
+  5
+1F1A8
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+0.0003931386999056
+ 20
+-354.0017847744181
+ 30
+0.0
+ 11
+0.0003931386999056
+ 21
+625.0084806191162
+ 31
+0.0
+  0
+LWPOLYLINE
+  5
+1F1BF
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+320.0018262270104
+ 20
+710.1100853074433
+ 10
+1906.75467818287
+ 20
+710.1100853074433
+ 10
+1906.75467818287
+ 20
+631.7334340545078
+ 10
+320.0018262270104
+ 20
+631.7334340545078
+  0
+LINE
+  5
+1F1C0
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1906.754678875425
+ 20
+625.3269200376597
+ 30
+0.0
+ 11
+1906.754668488866
+ 21
+-345.7571927852497
+ 31
+0.0
+  0
+LINE
+  5
+1F1C1
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1906.754668488866
+ 20
+-345.7571927852497
+ 30
+0.0
+ 11
+8.242406693885641
+ 21
+-345.7563650480288
+ 31
+0.0
+  0
+LINE
+  5
+1F1C2
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+8.242406693885641
+ 20
+-345.7563650480288
+ 30
+0.0
+ 11
+8.245094996062789
+ 21
+625.0128639149054
+ 31
+0.0
+  0
+LWPOLYLINE
+  5
+1F1FC
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 38
+13593.6
+ 10
+478.0018301435413
+ 20
+665.9977970118432
+ 10
+695.0018237785493
+ 20
+665.9977970118432
+ 10
+695.0018237785493
+ 20
+705.5978047136549
+ 10
+478.0018301435413
+ 20
+705.5978047136549
+  0
+SOLID
+  5
+1F204
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+695.001827834241
+ 20
+665.9977975669728
+ 30
+13593.6
+ 11
+693.0018249572384
+ 21
+667.9977950404305
+ 31
+13593.6
+ 12
+695.001822080236
+ 22
+705.5978033016916
+ 32
+13593.6
+ 13
+693.0018249572385
+ 23
+703.7977994377808
+ 33
+13593.6
+  0
+TEXT
+  5
+1F28D
+330
+1F
+100
+AcDbEntity
+  8
+TEXTE
+ 62
+     7
+100
+AcDbText
+ 10
+561.0805761029468
+ 20
+651.5899831020066
+ 30
+54438.4
+ 40
+8.0
+  1
+PLC Life
+100
+AcDbText
+  0
+INSERT
+  5
+1F28E
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Valnum
+ 10
+570.0805761029469
+ 20
+638.7152659996606
+ 30
+54438.4
+ 41
+1.199999999999999
+ 42
+1.199999999999999
+ 43
+1.5
+  0
+ATTRIB
+  5
+1F28F
+330
+1F28E
+100
+AcDbEntity
+  8
+IMG027
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+622.8805761029469
+ 20
+638.7152659996606
+ 30
+54438.4
+ 40
+9.599999999999999
+  1
+CWM-CWS03:Ctrl-PLC-001:PLCLife
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1F290
+330
+1F28E
+100
+AcDbEntity
+  8
+IMG027
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+622.8805761029469
+ 20
+638.7152659996606
+ 30
+54438.4
+ 40
+9.599999999999999
+  1
+14
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1F291
+330
+1F28E
+100
+AcDbEntity
+  8
+IMG027
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+622.8805761029469
+ 20
+638.7152659996606
+ 30
+54438.4
+ 40
+9.599999999999999
+  1
+0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+1F292
+330
+1F28E
+100
+AcDbEntity
+  8
+0
+  0
+SOLID
+  5
+1F293
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbTrace
+ 10
+553.8018259839794
+ 20
+660.6107825223467
+ 30
+54668.79999999999
+ 11
+553.8018259839794
+ 21
+637.6107826300141
+ 31
+54668.79999999999
+ 12
+623.0805747789409
+ 22
+660.5252602398992
+ 32
+54668.79999999999
+ 13
+623.0805747789409
+ 23
+637.5252599534247
+ 33
+54668.79999999999
+  0
+SOLID
+  5
+1F294
+330
+1F
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+553.8018259839794
+ 20
+660.6107825223467
+ 30
+54668.79999999999
+ 11
+623.0805747789409
+ 21
+660.5252602398992
+ 31
+54668.79999999999
+ 12
+552.0018259839791
+ 22
+662.4107825223465
+ 32
+54668.79999999999
+ 13
+625.0805732259443
+ 23
+662.4107863862574
+ 33
+54668.79999999999
+  0
+SOLID
+  5
+1F295
+330
+1F
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+552.0018259839791
+ 20
+635.8107826300144
+ 30
+54438.4
+ 11
+553.8018259839794
+ 21
+637.6107826300141
+ 31
+54438.4
+ 12
+552.0018259839791
+ 22
+662.4107825223465
+ 32
+54438.4
+ 13
+553.8018259839794
+ 23
+660.6107825223467
+ 33
+54438.4
+  0
+SOLID
+  5
+1F296
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+552.001825955949
+ 20
+635.8107782190947
+ 30
+54668.79999999999
+ 11
+624.7950473784235
+ 21
+635.8107873539426
+ 31
+54668.79999999999
+ 12
+553.8018259559492
+ 22
+637.6107782190944
+ 32
+54668.79999999999
+ 13
+623.0805747789409
+ 23
+637.5252599534247
+ 33
+54668.79999999999
+  0
+LWPOLYLINE
+  5
+1F297
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 38
+54668.79999999999
+ 10
+552.0018244406348
+ 20
+662.4107863862574
+ 10
+625.0805732259443
+ 20
+662.4107863862574
+ 10
+625.0805789799494
+ 20
+635.8107873539426
+ 10
+552.0018301946399
+ 20
+635.8107873539426
+  0
+SOLID
+  5
+1F298
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+624.880574778941
+ 20
+635.725259953425
+ 30
+54668.79999999999
+ 11
+623.0805747789409
+ 21
+637.5252599534247
+ 31
+54668.79999999999
+ 12
+624.8805804248186
+ 22
+662.325260239899
+ 32
+54668.79999999999
+ 13
+623.0805747789409
+ 23
+660.5252602398992
+ 33
+54668.79999999999
+  0
+CIRCLE
+  5
+1F76B
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbCircle
+ 10
+246.0018237785493
+ 20
+358.9977964523938
+ 30
+0.0
+ 40
+10.0
+  0
+CIRCLE
+  5
+1F773
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbCircle
+ 10
+276.0018210865327
+ 20
+306.9977973679867
+ 30
+0.0
+ 40
+10.0
+  0
+CIRCLE
+  5
+1F77B
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbCircle
+ 10
+276.0018210865327
+ 20
+146.9977973679866
+ 30
+0.0
+ 40
+10.0
+  0
+CIRCLE
+  5
+1F783
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbCircle
+ 10
+390.0018210865327
+ 20
+96.99779736798667
+ 30
+0.0
+ 40
+10.0
+  0
+CIRCLE
+  5
+1F78B
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbCircle
+ 10
+518.0018210865326
+ 20
+306.9977973679867
+ 30
+0.0
+ 40
+10.0
+  0
+CIRCLE
+  5
+1F793
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbCircle
+ 10
+518.0018210865326
+ 20
+146.9977973679866
+ 30
+0.0
+ 40
+10.0
+  0
+CIRCLE
+  5
+1F79B
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbCircle
+ 10
+741.0018210865326
+ 20
+145.9977973679866
+ 30
+0.0
+ 40
+10.0
+  0
+CIRCLE
+  5
+1F7A3
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbCircle
+ 10
+1483.001821086532
+ 20
+219.9977973679867
+ 30
+0.0
+ 40
+10.0
+  0
+CIRCLE
+  5
+1F7AB
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbCircle
+ 10
+1559.001821086533
+ 20
+219.9977973679867
+ 30
+0.0
+ 40
+10.0
+  0
+CIRCLE
+  5
+1F7B4
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbCircle
+ 10
+1483.00182398126
+ 20
+11.99779652146992
+ 30
+0.0
+ 40
+10.0
+  0
+CIRCLE
+  5
+1F7B5
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbCircle
+ 10
+1559.00182398126
+ 20
+11.99779652146992
+ 30
+0.0
+ 40
+10.0
+  0
+CIRCLE
+  5
+1F7BE
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbCircle
+ 10
+1482.00182398126
+ 20
+-197.0022034785301
+ 30
+0.0
+ 40
+10.0
+  0
+CIRCLE
+  5
+1F7BF
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbCircle
+ 10
+1558.00182398126
+ 20
+-197.0022034785301
+ 30
+0.0
+ 40
+10.0
+  0
+CIRCLE
+  5
+1F7C8
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbCircle
+ 10
+1483.00182398126
+ 20
+465.9977965214699
+ 30
+0.0
+ 40
+10.0
+  0
+CIRCLE
+  5
+1F7C9
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbCircle
+ 10
+1559.00182398126
+ 20
+465.9977965214699
+ 30
+0.0
+ 40
+10.0
+  0
+CIRCLE
+  5
+1F7D1
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbCircle
+ 10
+1433.001821227143
+ 20
+445.9977964523938
+ 30
+0.0
+ 40
+10.0
+  0
+CIRCLE
+  5
+1F7D9
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbCircle
+ 10
+1387.001821227143
+ 20
+445.9977967087598
+ 30
+0.0
+ 40
+10.0
+  0
+CIRCLE
+  5
+1F7E1
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbCircle
+ 10
+1277.001821227143
+ 20
+395.9977967087599
+ 30
+0.0
+ 40
+10.0
+  0
+CIRCLE
+  5
+1F82F
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbCircle
+ 10
+914.0018212271433
+ 20
+539.9977967087599
+ 30
+0.0
+ 40
+10.0
+  0
+SOLID
+  5
+1FBF5
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+189.4230885593884
+ 20
+66.9977964523938
+ 30
+489369.6
+ 11
+187.4230856823857
+ 21
+68.99779645239386
+ 31
+489369.6
+ 12
+189.4230919900975
+ 22
+140.4191293560574
+ 32
+489369.6
+ 13
+187.4230933250334
+ 23
+138.4191293560574
+ 33
+489369.6
+  0
+SOLID
+  5
+1FBF6
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+28.42309367826423
+ 20
+66.9977964523938
+ 30
+489369.6
+ 11
+189.4230885593884
+ 21
+66.9977964523938
+ 31
+489369.6
+ 12
+30.2230886629001
+ 22
+68.9977964523938
+ 32
+489369.6
+ 13
+187.4230856823857
+ 23
+68.99779645239386
+ 33
+489369.6
+  0
+SOLID
+  5
+1FBF7
+330
+1F
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+28.42309367826423
+ 20
+66.9977964523938
+ 30
+489369.6
+ 11
+30.2230886629001
+ 21
+68.9977964523938
+ 31
+489369.6
+ 12
+28.42309669662027
+ 22
+140.4191293560574
+ 32
+489369.6
+ 13
+30.22309248595943
+ 23
+138.4191293560574
+ 33
+489369.6
+  0
+SOLID
+  5
+1FBF8
+330
+1F
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+30.22309248595943
+ 20
+138.4191293560574
+ 30
+584524.7999999999
+ 11
+187.4230933250334
+ 21
+138.4191293560574
+ 31
+584524.7999999999
+ 12
+28.42309669662027
+ 22
+140.4191293560574
+ 32
+584524.7999999999
+ 13
+189.4230919900975
+ 23
+140.4191293560574
+ 33
+584524.7999999999
+  0
+SOLID
+  5
+1FCBB
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+189.4230847262748
+ 20
+-83.0022026884551
+ 30
+992332.7999999999
+ 11
+187.4230818492723
+ 21
+-81.00220155581224
+ 31
+992332.7999999999
+ 12
+189.423088156984
+ 22
+47.41912929762906
+ 32
+992332.7999999999
+ 13
+187.4230894919199
+ 23
+45.41912929762907
+ 33
+992332.7999999999
+  0
+SOLID
+  5
+1FCBC
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+28.4230908301407
+ 20
+-83.0022025237273
+ 30
+897177.6
+ 11
+189.4230847262748
+ 21
+-83.0022026884551
+ 31
+897177.6
+ 12
+30.22308482978653
+ 22
+-81.00220361816377
+ 32
+897177.6
+ 13
+187.4230818492723
+ 23
+-81.00220155581224
+ 33
+897177.6
+  0
+SOLID
+  5
+1FCBD
+330
+1F
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+28.42308984515066
+ 20
+-83.00220361816377
+ 30
+992332.7999999999
+ 11
+30.22308482978653
+ 21
+-81.00220361816377
+ 31
+992332.7999999999
+ 12
+28.42309286350669
+ 22
+47.41912929762906
+ 32
+992332.7999999999
+ 13
+30.22308865284586
+ 23
+45.41912929762907
+ 33
+992332.7999999999
+  0
+SOLID
+  5
+1FCBE
+330
+1F
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+30.22308865284586
+ 20
+45.41912929762907
+ 30
+992332.7999999999
+ 11
+187.4230894919199
+ 21
+45.41912929762907
+ 31
+992332.7999999999
+ 12
+28.42309286350669
+ 22
+47.41912929762906
+ 32
+992332.7999999999
+ 13
+189.423088156984
+ 23
+47.41912929762906
+ 33
+992332.7999999999
+  0
+SOLID
+  5
+1FCBF
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbTrace
+ 10
+30.22308482978653
+ 20
+-81.00220361816377
+ 30
+992332.7999999999
+ 11
+187.4230818492723
+ 21
+-81.00220155581224
+ 31
+992332.7999999999
+ 12
+30.22308865284586
+ 22
+45.41912929762907
+ 32
+992332.7999999999
+ 13
+187.4230894919199
+ 23
+45.41912929762907
+ 33
+992332.7999999999
+  0
+TEXT
+  5
+1FCC0
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+   250
+100
+AcDbText
+ 10
+34.36863476930458
+ 20
+-71.31395162395278
+ 30
+820281.6
+ 40
+10.8
+  1
+FT10 max
+  7
+GRAS
+100
+AcDbText
+  0
+INSERT
+  5
+1FCC1
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Valnum
+ 10
+105.4967866825659
+ 20
+-72.28185302446764
+ 30
+813235.2
+ 41
+1.199999999999999
+ 42
+1.199999999999999
+ 43
+1.199999999999999
+  0
+ATTRIB
+  5
+1FCC2
+330
+1FCC1
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+158.296786682567
+ 20
+-72.28185302446764
+ 30
+813235.2
+ 40
+9.599999999999999
+  1
+CWM-CWS03:Ctrl-PLC-001:FT10Max
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1FCC3
+330
+1FCC1
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+158.296786682567
+ 20
+-72.28185302446764
+ 30
+813235.2
+ 40
+9.599999999999999
+  1
+0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1FCC4
+330
+1FCC1
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+158.296786682567
+ 20
+-72.28185302446764
+ 30
+813235.2
+ 40
+9.599999999999999
+  1
+15
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+1FCC5
+330
+1FCC1
+100
+AcDbEntity
+  8
+0
+  0
+TEXT
+  5
+1FCC6
+330
+1F
+100
+AcDbEntity
+  8
+TEXTE
+ 62
+   250
+100
+AcDbText
+ 10
+148.5126193970805
+ 20
+-71.37017258754145
+ 30
+816307.1999999999
+ 40
+8.0
+  1
+m3/h
+100
+AcDbText
+  0
+TEXT
+  5
+1FCC7
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+   250
+100
+AcDbText
+ 10
+34.30255957584953
+ 20
+-45.31395131826798
+ 30
+820281.6
+ 40
+10.8
+  1
+FT10 min
+  7
+GRAS
+100
+AcDbText
+  0
+INSERT
+  5
+1FCC8
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Valnum
+ 10
+105.4307114891109
+ 20
+-46.28185271878282
+ 30
+813235.2
+ 41
+1.199999999999999
+ 42
+1.199999999999999
+ 43
+1.199999999999999
+  0
+ATTRIB
+  5
+1FCC9
+330
+1FCC8
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+158.230711489112
+ 20
+-46.28185271878282
+ 30
+813235.2
+ 40
+9.599999999999999
+  1
+CWM-CWS03:Ctrl-PLC-001:FT10Min
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1FCCA
+330
+1FCC8
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+158.230711489112
+ 20
+-46.28185271878282
+ 30
+813235.2
+ 40
+9.599999999999999
+  1
+0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1FCCB
+330
+1FCC8
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+158.230711489112
+ 20
+-46.28185271878282
+ 30
+813235.2
+ 40
+9.599999999999999
+  1
+15
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+1FCCC
+330
+1FCC8
+100
+AcDbEntity
+  8
+0
+  0
+TEXT
+  5
+1FCCD
+330
+1F
+100
+AcDbEntity
+  8
+TEXTE
+ 62
+   250
+100
+AcDbText
+ 10
+148.4465442036255
+ 20
+-45.37017228185663
+ 30
+816307.1999999999
+ 40
+8.0
+  1
+m3/h
+100
+AcDbText
+  0
+TEXT
+  5
+1FCCE
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+   250
+100
+AcDbText
+ 10
+34.69337543632994
+ 20
+-19.31395043994848
+ 30
+820281.6
+ 40
+10.8
+  1
+FT11
+  7
+GRAS
+100
+AcDbText
+  0
+INSERT
+  5
+1FCCF
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Valnum
+ 10
+79.80493655611216
+ 20
+-20.28185096214384
+ 30
+813235.2
+ 41
+1.199999999999999
+ 42
+1.199999999999999
+ 43
+1.199999999999999
+  0
+ATTRIB
+  5
+1FCD0
+330
+1FCCF
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+132.6049365561132
+ 20
+-20.28185096214384
+ 30
+813235.2
+ 40
+9.599999999999999
+  1
+CWM-CWS03:Ctrl-PLC-001:FT11Trsh
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1FCD1
+330
+1FCCF
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+132.6049365561132
+ 20
+-20.28185096214384
+ 30
+813235.2
+ 40
+9.599999999999999
+  1
+0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1FCD2
+330
+1FCCF
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+132.6049365561132
+ 20
+-20.28185096214384
+ 30
+813235.2
+ 40
+9.599999999999999
+  1
+15
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+1FCD3
+330
+1FCCF
+100
+AcDbEntity
+  8
+0
+  0
+TEXT
+  5
+1FCD4
+330
+1F
+100
+AcDbEntity
+  8
+TEXTE
+ 62
+   250
+100
+AcDbText
+ 10
+122.8207692706268
+ 20
+-19.37017052521764
+ 30
+816307.1999999999
+ 40
+8.0
+  1
+m3/h
+100
+AcDbText
+  0
+TEXT
+  5
+1FCD5
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+   250
+100
+AcDbText
+ 10
+34.70996566199827
+ 20
+4.686049208531812
+ 30
+810950.4000000001
+ 40
+10.8
+  1
+PT17
+  7
+GRAS
+100
+AcDbText
+  0
+INSERT
+  5
+1FCD6
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Valnum
+ 10
+79.82152678178048
+ 20
+3.718148686336462
+ 30
+803904.0
+ 41
+1.199999999999999
+ 42
+1.199999999999999
+ 43
+1.199999999999999
+  0
+ATTRIB
+  5
+1FCD7
+330
+1FCD6
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+132.6215267817816
+ 20
+3.718148686336462
+ 30
+803904.0
+ 40
+9.599999999999999
+  1
+CWM-CWS03:Ctrl-PLC-001:PT17Trsh
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1FCD8
+330
+1FCD6
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+132.6215267817816
+ 20
+3.718148686336462
+ 30
+803904.0
+ 40
+9.599999999999999
+  1
+0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1FCD9
+330
+1FCD6
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+132.6215267817816
+ 20
+3.718148686336462
+ 30
+803904.0
+ 40
+9.599999999999999
+  1
+15
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+1FCDA
+330
+1FCD6
+100
+AcDbEntity
+  8
+0
+  0
+TEXT
+  5
+1FCDB
+330
+1F
+100
+AcDbEntity
+  8
+TEXTE
+ 62
+   250
+100
+AcDbText
+ 10
+122.8373594826626
+ 20
+4.070236995411733
+ 30
+816307.1999999999
+ 40
+8.0
+  1
+Bar
+100
+AcDbText
+  0
+TEXT
+  5
+1FCDC
+330
+1F
+100
+AcDbEntity
+  8
+INSTRUM
+ 62
+   250
+100
+AcDbText
+ 10
+80.55855025635642
+ 20
+26.61562961936466
+ 30
+815665.2032165352
+ 40
+11.0
+  1
+Threshold
+  7
+SansSerif
+100
+AcDbText
+  0
+TEXT
+  5
+1FE51
+330
+1F
+100
+AcDbEntity
+  8
+INSTRUM
+ 62
+     7
+420
+ 16777215
+100
+AcDbText
+ 10
+88.58056238520772
+ 20
+117.4189993178192
+ 30
+40830.00321653524
+ 40
+11.0
+  1
+Other
+  7
+SansSerif
+100
+AcDbText
+  0
+INSERT
+  5
+1FE52
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Jbutton
+ 10
+36.00182565262591
+ 20
+75.99779629311353
+ 30
+81561.60000000001
+ 41
+144.0
+ 42
+29.0
+ 43
+144.0
+  0
+ATTRIB
+  5
+1FE53
+330
+1FE52
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+36.00182565262591
+ 20
+75.99779629311353
+ 30
+81561.60000000001
+ 40
+2.9
+  1
+CWM-CWS03:WtrC-EC-010:Sel
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COMMANDE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1FE54
+330
+1FE52
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+36.00182565262591
+ 20
+75.99779629311353
+ 30
+81561.60000000001
+ 40
+2.9
+  1
+CWM-CWS03:WtrC-EC-010:Anim
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1FE55
+330
+1FE52
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+36.00182565262591
+ 20
+75.99779629311353
+ 30
+81561.60000000001
+ 40
+2.9
+  1
+10
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1FE56
+330
+1FE52
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+36.00182565262591
+ 20
+75.99779629311353
+ 30
+81561.60000000001
+ 40
+2.9
+  1
+7
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1FE57
+330
+1FE52
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+36.00182565262591
+ 20
+75.99779629311353
+ 30
+81561.60000000001
+ 40
+2.9
+  1
+0
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CONFIRM
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1FE58
+330
+1FE52
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+36.00182565262591
+ 20
+75.99779629311353
+ 30
+81561.60000000001
+ 40
+2.9
+  1
+
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1FE59
+330
+1FE52
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+36.00182565262591
+ 20
+75.99779629311353
+ 30
+81561.60000000001
+ 40
+2.9
+  1
+
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1FE5A
+330
+1FE52
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+36.00182565262591
+ 20
+75.99779629311353
+ 30
+81561.60000000001
+ 40
+2.9
+  1
+Heater
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+TEXTE
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+1FE5B
+330
+1FE52
+100
+AcDbEntity
+  8
+0
+  0
+INSERT
+  5
+1FF66
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Disque
+ 10
+168.0018237785493
+ 20
+386.9977970965284
+ 30
+0.0
+ 41
+16.0
+ 42
+-16.0
+ 43
+16.0
+ 50
+270.0
+  0
+ATTRIB
+  5
+1FF67
+330
+1FF66
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+168.0018237785493
+ 20
+386.9977970965284
+ 30
+0.0
+ 40
+1.6
+  1
+CWM-CWS03:WtrC-P-10:CmdD
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1FF68
+330
+1FF66
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+168.0018237785493
+ 20
+386.9977970965284
+ 30
+0.0
+ 40
+1.6
+  1
+10
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1FF69
+330
+1FF66
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+168.0018237785493
+ 20
+386.9977970965284
+ 30
+0.0
+ 40
+1.6
+  1
+12
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1FF6A
+330
+1FF66
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+168.0018237785493
+ 20
+386.9977970965284
+ 30
+0.0
+ 40
+1.6
+  1
+0
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1FF6B
+330
+1FF66
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+168.0018237785493
+ 20
+386.9977970965284
+ 30
+0.0
+ 40
+1.6
+  1
+1
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1FF6C
+330
+1FF66
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+168.0018237785493
+ 20
+386.9977970965284
+ 30
+0.0
+ 40
+1.6
+  1
+0
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+1FF6D
+330
+1FF66
+100
+AcDbEntity
+  8
+0
+  0
+INSERT
+  5
+1FF7C
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Disque
+ 10
+168.0018237785493
+ 20
+343.9977964523938
+ 30
+0.0
+ 41
+16.0
+ 42
+-16.0
+ 43
+16.0
+ 50
+270.0
+  0
+ATTRIB
+  5
+1FF7D
+330
+1FF7C
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+168.0018237785493
+ 20
+343.9977964523938
+ 30
+0.0
+ 40
+1.6
+  1
+CWM-CWS03:WtrC-P-20:Cmd
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1FF7E
+330
+1FF7C
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+168.0018237785493
+ 20
+343.9977964523938
+ 30
+0.0
+ 40
+1.6
+  1
+10
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1FF7F
+330
+1FF7C
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+168.0018237785493
+ 20
+343.9977964523938
+ 30
+0.0
+ 40
+1.6
+  1
+12
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1FF80
+330
+1FF7C
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+168.0018237785493
+ 20
+343.9977964523938
+ 30
+0.0
+ 40
+1.6
+  1
+0
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1FF81
+330
+1FF7C
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+168.0018237785493
+ 20
+343.9977964523938
+ 30
+0.0
+ 40
+1.6
+  1
+1
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1FF82
+330
+1FF7C
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+168.0018237785493
+ 20
+343.9977964523938
+ 30
+0.0
+ 40
+1.6
+  1
+0
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+1FF83
+330
+1FF7C
+100
+AcDbEntity
+  8
+0
+  0
+INSERT
+  5
+1FF9F
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Disque
+ 10
+168.0018254083814
+ 20
+273.9977974605819
+ 30
+0.0
+ 41
+16.0
+ 42
+-16.0
+ 43
+16.0
+ 50
+270.0
+  0
+ATTRIB
+  5
+1FFA0
+330
+1FF9F
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+168.0018254083814
+ 20
+273.9977974605819
+ 30
+0.0
+ 40
+1.6
+  1
+CWM-CWS03:WtrC-P-30:Cmd
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1FFA1
+330
+1FF9F
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+168.0018254083814
+ 20
+273.9977974605819
+ 30
+0.0
+ 40
+1.6
+  1
+10
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1FFA2
+330
+1FF9F
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+168.0018254083814
+ 20
+273.9977974605819
+ 30
+0.0
+ 40
+1.6
+  1
+12
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1FFA3
+330
+1FF9F
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+168.0018254083814
+ 20
+273.9977974605819
+ 30
+0.0
+ 40
+1.6
+  1
+0
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1FFA4
+330
+1FF9F
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+168.0018254083814
+ 20
+273.9977974605819
+ 30
+0.0
+ 40
+1.6
+  1
+1
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1FFA5
+330
+1FF9F
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+168.0018254083814
+ 20
+273.9977974605819
+ 30
+0.0
+ 40
+1.6
+  1
+0
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+1FFA6
+330
+1FF9F
+100
+AcDbEntity
+  8
+0
+  0
+INSERT
+  5
+1FFB5
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Disque
+ 10
+168.0018254083814
+ 20
+230.9977974605819
+ 30
+0.0
+ 41
+16.0
+ 42
+-16.0
+ 43
+16.0
+ 50
+270.0
+  0
+ATTRIB
+  5
+1FFB6
+330
+1FFB5
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+168.0018254083814
+ 20
+230.9977974605819
+ 30
+0.0
+ 40
+1.6
+  1
+CWM-CWS03:WtrC-P-40:Cmd
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1FFB7
+330
+1FFB5
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+168.0018254083814
+ 20
+230.9977974605819
+ 30
+0.0
+ 40
+1.6
+  1
+10
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1FFB8
+330
+1FFB5
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+168.0018254083814
+ 20
+230.9977974605819
+ 30
+0.0
+ 40
+1.6
+  1
+12
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1FFB9
+330
+1FFB5
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+168.0018254083814
+ 20
+230.9977974605819
+ 30
+0.0
+ 40
+1.6
+  1
+0
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1FFBA
+330
+1FFB5
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+168.0018254083814
+ 20
+230.9977974605819
+ 30
+0.0
+ 40
+1.6
+  1
+1
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1FFBB
+330
+1FFB5
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+168.0018254083814
+ 20
+230.9977974605819
+ 30
+0.0
+ 40
+1.6
+  1
+0
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+1FFBC
+330
+1FFB5
+100
+AcDbEntity
+  8
+0
+  0
+INSERT
+  5
+1FFCB
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Disque
+ 10
+168.0018254083814
+ 20
+191.9977974605819
+ 30
+0.0
+ 41
+16.0
+ 42
+-16.0
+ 43
+16.0
+ 50
+270.0
+  0
+ATTRIB
+  5
+1FFCC
+330
+1FFCB
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+168.0018254083814
+ 20
+191.9977974605819
+ 30
+0.0
+ 40
+1.6
+  1
+CWM-CWS03:WtrC-P-50:Cmd
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1FFCD
+330
+1FFCB
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+168.0018254083814
+ 20
+191.9977974605819
+ 30
+0.0
+ 40
+1.6
+  1
+10
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1FFCE
+330
+1FFCB
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+168.0018254083814
+ 20
+191.9977974605819
+ 30
+0.0
+ 40
+1.6
+  1
+12
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1FFCF
+330
+1FFCB
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+168.0018254083814
+ 20
+191.9977974605819
+ 30
+0.0
+ 40
+1.6
+  1
+0
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1FFD0
+330
+1FFCB
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+168.0018254083814
+ 20
+191.9977974605819
+ 30
+0.0
+ 40
+1.6
+  1
+1
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1FFD1
+330
+1FFCB
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+168.0018254083814
+ 20
+191.9977974605819
+ 30
+0.0
+ 40
+1.6
+  1
+0
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+1FFD2
+330
+1FFCB
+100
+AcDbEntity
+  8
+0
+  0
+INSERT
+  5
+1FFE1
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Disque
+ 10
+167.0018254083814
+ 20
+90.99779645239379
+ 30
+0.0
+ 41
+16.0
+ 42
+-16.0
+ 43
+16.0
+ 50
+270.0
+  0
+ATTRIB
+  5
+1FFE2
+330
+1FFE1
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+167.0018254083814
+ 20
+90.99779645239379
+ 30
+0.0
+ 40
+1.6
+  1
+CWM-CWS03:WtrC-EC-010:Cmd
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1FFE3
+330
+1FFE1
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+167.0018254083814
+ 20
+90.99779645239379
+ 30
+0.0
+ 40
+1.6
+  1
+10
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1FFE4
+330
+1FFE1
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+167.0018254083814
+ 20
+90.99779645239379
+ 30
+0.0
+ 40
+1.6
+  1
+12
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1FFE5
+330
+1FFE1
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+167.0018254083814
+ 20
+90.99779645239379
+ 30
+0.0
+ 40
+1.6
+  1
+0
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1FFE6
+330
+1FFE1
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+167.0018254083814
+ 20
+90.99779645239379
+ 30
+0.0
+ 40
+1.6
+  1
+1
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1FFE7
+330
+1FFE1
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+167.0018254083814
+ 20
+90.99779645239379
+ 30
+0.0
+ 40
+1.6
+  1
+0
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+1FFE8
+330
+1FFE1
+100
+AcDbEntity
+  8
+0
+  0
+LWPOLYLINE
+  5
+2086C
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+14.00182543253478
+ 20
+-107.0022027600006
+ 10
+201.001820074135
+ 20
+-107.0022027600006
+ 10
+201.001820074135
+ 20
+-174.0022030853524
+ 10
+14.00182543253478
+ 20
+-174.0022030853524
+  0
+TEXT
+  5
+2086D
+330
+1F
+100
+AcDbEntity
+  8
+INSTRUM
+100
+AcDbText
+ 10
+56.00182113740538
+ 20
+-122.1585926546352
+ 30
+815665.2032165352
+ 40
+11.0
+  1
+Nominal values
+  7
+SansSerif
+100
+AcDbText
+  0
+LWPOLYLINE
+  5
+20897
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+14.00182377854929
+ 20
+-186.002202735763
+ 10
+201.0018237785493
+ 20
+-186.002202735763
+ 10
+201.0018237785493
+ 20
+-324.0022027240231
+ 10
+14.00182377854929
+ 20
+-324.0022027240231
+  0
+TEXT
+  5
+20898
+330
+1F
+100
+AcDbEntity
+  8
+INSTRUM
+100
+AcDbText
+ 10
+84.00182322518501
+ 20
+-204.9892614806504
+ 30
+815665.2032165352
+ 40
+11.0
+  1
+Legend
+  7
+SansSerif
+100
+AcDbText
+  0
+TEXT
+  5
+20899
+330
+1F
+100
+AcDbEntity
+  8
+INSTRUM
+100
+AcDbText
+ 10
+18.00182377854929
+ 20
+-227.2136907432655
+ 30
+815665.2032165352
+ 40
+9.0
+  1
+CT : Conductivity Transmitter
+  7
+SansSerif
+100
+AcDbText
+  0
+TEXT
+  5
+2089A
+330
+1F
+100
+AcDbEntity
+  8
+INSTRUM
+100
+AcDbText
+ 10
+18.00182377854929
+ 20
+-243.6915891656904
+ 30
+815665.2032165352
+ 40
+9.0
+  1
+FT : Flow Transmitter
+  7
+SansSerif
+100
+AcDbText
+  0
+TEXT
+  5
+2089B
+330
+1F
+100
+AcDbEntity
+  8
+INSTRUM
+100
+AcDbText
+ 10
+18.00182377854929
+ 20
+-258.6605227198211
+ 30
+815665.2032165352
+ 40
+9.0
+  1
+LT : Level Transmitter
+  7
+SansSerif
+100
+AcDbText
+  0
+TEXT
+  5
+2089C
+330
+1F
+100
+AcDbEntity
+  8
+INSTRUM
+100
+AcDbText
+ 10
+18.00182377854929
+ 20
+-272.4217130192474
+ 30
+815665.2032165352
+ 40
+9.0
+  1
+PT : Pressure Transmitter
+  7
+SansSerif
+100
+AcDbText
+  0
+TEXT
+  5
+2089D
+330
+1F
+100
+AcDbEntity
+  8
+INSTRUM
+100
+AcDbText
+ 10
+18.00182377854929
+ 20
+-287.1905323933124
+ 30
+815665.2032165352
+ 40
+9.0
+  1
+TT : Temperature Transmitter
+  7
+SansSerif
+100
+AcDbText
+  0
+TEXT
+  5
+2089E
+330
+1F
+100
+AcDbEntity
+  8
+INSTRUM
+100
+AcDbText
+ 10
+18.00182377854929
+ 20
+-302.3906521636927
+ 30
+815665.2032165352
+ 40
+9.0
+  1
+FCV : Flow Control Valve
+  7
+SansSerif
+100
+AcDbText
+  0
+TEXT
+  5
+2089F
+330
+1F
+100
+AcDbEntity
+  8
+INSTRUM
+100
+AcDbText
+ 10
+18.00182377854929
+ 20
+-316.1440760000778
+ 30
+815665.2032165352
+ 40
+9.0
+  1
+PCV : Pressure Control Valve
+  7
+SansSerif
+100
+AcDbText
+  0
+TEXT
+  5
+20B7B
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbText
+ 10
+20.02775059181387
+ 20
+-166.3082578520227
+ 30
+820281.6
+ 40
+9.0
+  1
+FT11 : 50m3/h
+  7
+GRAS
+100
+AcDbText
+  0
+TEXT
+  5
+20B7C
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbText
+ 10
+20.02775059181387
+ 20
+-142.3082582035424
+ 30
+810950.4000000001
+ 40
+9.0
+  1
+PT17 : > 0, around 2.5 Bar
+  7
+GRAS
+100
+AcDbText
+  0
+VIEWPORT
+  5
+9C0F
+330
+58
+100
+AcDbEntity
+ 67
+     1
+  8
+0
+100
+AcDbViewport
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+ 40
+6.753454365325076
+ 41
+3.44064
+ 68
+     1
+ 69
+     1
+ 12
+4.405526934984518
+ 22
+2.809067492260062
+ 13
+0.0
+ 23
+0.0
+ 14
+0.5
+ 24
+0.5
+ 15
+0.0
+ 25
+0.0
+ 16
+0.0
+ 26
+0.0
+ 36
+1.0
+ 17
+0.0
+ 27
+0.0
+ 37
+0.0
+ 42
+50.0
+ 43
+0.0
+ 44
+0.0
+ 45
+3.44064
+ 50
+0.0
+ 51
+0.0
+ 72
+   100
+ 90
+   557168
+  1
+
+281
+     0
+ 71
+     1
+ 74
+     0
+110
+0.0
+120
+0.0
+130
+0.0
+111
+1.0
+121
+0.0
+131
+0.0
+112
+0.0
+122
+1.0
+132
+0.0
+ 79
+     0
+146
+0.0
+170
+     0
+ 61
+     5
+292
+     1
+282
+     1
+141
+0.0
+142
+0.0
+ 63
+   250
+421
+  3355443
+361
+9C11
+  0
+VIEWPORT
+  5
+9C10
+330
+58
+100
+AcDbEntity
+ 67
+     1
+  8
+0
+100
+AcDbViewport
+ 10
+5.25
+ 20
+3.5
+ 30
+0.0
+ 40
+8.4
+ 41
+5.599999999999998
+ 68
+     2
+ 69
+     2
+ 12
+808.0537415198476
+ 22
+468.0118961873636
+ 13
+0.0
+ 23
+0.0
+ 14
+0.5
+ 24
+0.5
+ 15
+0.0
+ 25
+0.0
+ 16
+0.0
+ 26
+0.0
+ 36
+1.0
+ 17
+0.0
+ 27
+0.0
+ 37
+0.0
+ 42
+50.0
+ 43
+0.0
+ 44
+0.0
+ 45
+1098.95300753995
+ 50
+0.0
+ 51
+0.0
+ 72
+   100
+ 90
+   557152
+  1
+
+281
+     0
+ 71
+     1
+ 74
+     0
+110
+0.0
+120
+0.0
+130
+0.0
+111
+1.0
+121
+0.0
+131
+0.0
+112
+0.0
+122
+1.0
+132
+0.0
+ 79
+     0
+146
+0.0
+170
+     0
+ 61
+     5
+292
+     1
+282
+     1
+141
+0.0
+142
+0.0
+ 63
+   250
+421
+  3355443
+  0
+ENDSEC
+  0
+SECTION
+  2
+OBJECTS
+  0
+DICTIONARY
+  5
+C
+330
+0
+100
+AcDbDictionary
+281
+     1
+  3
+ACAD_ASSOCPERSSUBENTMANAGER
+350
+ADE8
+  3
+ACAD_BACKGROUND
+350
+A1A5
+  3
+ACAD_CIP_PREVIOUS_PRODUCT_INFO
+350
+2E00
+  3
+ACAD_COLOR
+350
+73
+  3
+ACAD_DETAILVIEWSTYLE
+350
+6ED5
+  3
+ACAD_GROUP
+350
+D
+  3
+ACAD_IMAGE_VARS
+350
+DC
+  3
+ACAD_LAYOUT
+350
+1A
+  3
+ACAD_MATERIAL
+350
+72
+  3
+ACAD_MLEADERSTYLE
+350
+B5
+  3
+ACAD_MLINESTYLE
+350
+17
+  3
+ACAD_PERSUBENTMGR
+350
+ADE9
+  3
+ACAD_PLOTSETTINGS
+350
+19
+  3
+ACAD_PLOTSTYLENAME
+350
+E
+  3
+ACAD_SCALELIST
+350
+B6
+  3
+ACAD_SECTIONVIEWSTYLE
+350
+6ED6
+  3
+ACAD_TABLESTYLE
+350
+86
+  3
+ACAD_VISUALSTYLE
+350
+99
+  3
+ACDB_RECOMPOSE_DATA
+350
+20B93
+  3
+AcDbVariableDictionary
+350
+66
+  3
+APPDATA
+350
+E1
+  0
+SUN
+  5
+6B57
+330
+94
+100
+AcDbSun
+ 90
+        1
+290
+     1
+ 63
+     7
+421
+ 16777215
+ 40
+1.0
+291
+     1
+ 91
+  2455826
+ 92
+ 54000000
+292
+     0
+ 70
+     0
+ 71
+   256
+280
+     1
+1001
+ACAD
+1000
+AcDbSavedByObjectVersion
+1070
+     0
+  0
+DICTIONARY
+  5
+2E06
+330
+2
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ACAD_LAYERSTATES
+360
+2E07
+  0
+DICTIONARY
+  5
+424
+330
+423
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ADSK_XREC_LAYER_RECONCILED
+360
+425
+  0
+DICTIONARY
+  5
+428
+330
+427
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ADSK_XREC_LAYER_RECONCILED
+360
+429
+  0
+DICTIONARY
+  5
+42B
+330
+42A
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ADSK_XREC_LAYER_RECONCILED
+360
+42C
+  0
+DICTIONARY
+  5
+42E
+330
+42D
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ADSK_XREC_LAYER_RECONCILED
+360
+42F
+  0
+DICTIONARY
+  5
+432
+330
+431
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ADSK_XREC_LAYER_RECONCILED
+360
+433
+  0
+DICTIONARY
+  5
+436
+330
+435
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ADSK_XREC_LAYER_RECONCILED
+360
+437
+  0
+DICTIONARY
+  5
+439
+330
+438
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ADSK_XREC_LAYER_RECONCILED
+360
+43A
+  0
+DICTIONARY
+  5
+43C
+330
+43B
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ADSK_XREC_LAYER_RECONCILED
+360
+43D
+  0
+DICTIONARY
+  5
+6B64
+330
+6B63
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ADSK_XREC_LAYER_RECONCILED
+360
+6B65
+  0
+DICTIONARY
+  5
+6B68
+330
+6B67
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ADSK_XREC_LAYER_RECONCILED
+360
+6B69
+  0
+DICTIONARY
+  5
+6B6F
+330
+6B6E
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ADSK_XREC_LAYER_RECONCILED
+360
+6B70
+  0
+DICTIONARY
+  5
+100B6
+330
+100B5
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  0
+DICTIONARY
+  5
+100B8
+330
+100B7
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  0
+DICTIONARY
+  5
+100BA
+330
+100B9
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  0
+DICTIONARY
+  5
+100BC
+330
+100BB
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  0
+DICTIONARY
+  5
+100BE
+330
+100BD
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  0
+DICTIONARY
+  5
+100C0
+330
+100BF
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  0
+DICTIONARY
+  5
+100C2
+330
+100C1
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  0
+DICTIONARY
+  5
+100C4
+330
+100C3
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  0
+DICTIONARY
+  5
+100C6
+330
+100C5
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  0
+DICTIONARY
+  5
+135BB
+330
+135BA
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  0
+DICTIONARY
+  5
+178B
+330
+1F
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ACAD_SORTENTS
+360
+178C
+  0
+DICTIONARY
+  5
+A4F
+330
+A4E
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ACAD_SORTENTS
+360
+A50
+  0
+DICTIONARY
+  5
+41DB
+330
+41D9
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ACAD_SORTENTS
+360
+41DC
+  0
+DICTIONARY
+  5
+9922
+330
+9917
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ACAD_SORTENTS
+360
+9923
+  0
+DICTIONARY
+  5
+9A9C
+330
+9A91
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ACAD_SORTENTS
+360
+9A9D
+  0
+DICTIONARY
+  5
+9C5B
+330
+9C50
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ACAD_SORTENTS
+360
+9C5C
+  0
+DICTIONARY
+  5
+9CEC
+330
+9CE1
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ACAD_SORTENTS
+360
+9CED
+  0
+DICTIONARY
+  5
+9F58
+330
+9F51
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ACAD_SORTENTS
+360
+9F59
+  0
+DICTIONARY
+  5
+AEB1
+330
+AEA2
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ACAD_SORTENTS
+360
+AEB2
+  0
+DICTIONARY
+  5
+B42E
+330
+B423
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ACAD_SORTENTS
+360
+B42F
+  0
+DICTIONARY
+  5
+BFA2
+330
+BFA0
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ACAD_SORTENTS
+360
+BFA3
+  0
+DICTIONARY
+  5
+BFD0
+330
+BFCE
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ACAD_SORTENTS
+360
+BFD1
+  0
+DICTIONARY
+  5
+C02D
+330
+C02B
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ACAD_SORTENTS
+360
+C02E
+  0
+DICTIONARY
+  5
+C0E7
+330
+C0E5
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ACAD_SORTENTS
+360
+C0E8
+  0
+DICTIONARY
+  5
+C4C3
+330
+C4BF
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ACAD_SORTENTS
+360
+C4C4
+  0
+DICTIONARY
+  5
+C4EC
+330
+C4EA
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ACAD_SORTENTS
+360
+C4ED
+  0
+DICTIONARY
+  5
+C7F2
+330
+C7E9
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ACAD_SORTENTS
+360
+C7F3
+  0
+DICTIONARY
+  5
+C878
+330
+C86A
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ACAD_SORTENTS
+360
+C879
+  0
+DICTIONARY
+  5
+C980
+330
+C97E
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ACAD_SORTENTS
+360
+C981
+  0
+DICTIONARY
+  5
+CA6B
+330
+CA69
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ACAD_SORTENTS
+360
+CA6C
+  0
+DICTIONARY
+  5
+D024
+330
+D022
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ACAD_SORTENTS
+360
+D025
+  0
+DICTIONARY
+  5
+D3EB
+330
+D376
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ACAD_SORTENTS
+360
+D3EC
+  0
+DICTIONARY
+  5
+DC19
+330
+DC17
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ACAD_SORTENTS
+360
+DC1A
+  0
+DICTIONARY
+  5
+E493
+330
+E48C
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ACAD_SORTENTS
+360
+E494
+  0
+DICTIONARY
+  5
+EF57
+330
+EF4C
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ACAD_SORTENTS
+360
+EF58
+  0
+DICTIONARY
+  5
+F14A
+330
+F0D5
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ACAD_SORTENTS
+360
+F14B
+  0
+DICTIONARY
+  5
+F9FB
+330
+F9F9
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ACAD_SORTENTS
+360
+F9FC
+  0
+DICTIONARY
+  5
+FCF9
+330
+FCF7
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ACAD_SORTENTS
+360
+FCFA
+  0
+DICTIONARY
+  5
+1009E
+330
+1009D
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ACAD_SORTENTS
+360
+1009F
+  0
+DICTIONARY
+  5
+10E28
+330
+10E26
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ACAD_SORTENTS
+360
+10E29
+  0
+DICTIONARY
+  5
+113EA
+330
+113E8
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ACAD_SORTENTS
+360
+113EB
+  0
+DICTIONARY
+  5
+1142F
+330
+1142D
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ACAD_SORTENTS
+360
+11430
+  0
+DICTIONARY
+  5
+11580
+330
+1157E
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ACAD_SORTENTS
+360
+11581
+  0
+DICTIONARY
+  5
+11949
+330
+11947
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ACAD_SORTENTS
+360
+1194A
+  0
+DICTIONARY
+  5
+11967
+330
+11965
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ACAD_SORTENTS
+360
+11968
+  0
+DICTIONARY
+  5
+11E4E
+330
+11E3A
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ACAD_SORTENTS
+360
+11E4F
+  0
+DICTIONARY
+  5
+123E9
+330
+123E7
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ACAD_SORTENTS
+360
+123EA
+  0
+DICTIONARY
+  5
+12457
+330
+12455
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ACAD_SORTENTS
+360
+12458
+  0
+DICTIONARY
+  5
+131BB
+330
+12EE4
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ACAD_SORTENTS
+360
+131BC
+  0
+DICTIONARY
+  5
+144D6
+330
+143B2
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ACAD_SORTENTS
+360
+144D7
+  0
+DICTIONARY
+  5
+14612
+330
+145FE
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ACAD_SORTENTS
+360
+14613
+  0
+DICTIONARY
+  5
+14AAE
+330
+14AA0
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ACAD_SORTENTS
+360
+14AAF
+  0
+DICTIONARY
+  5
+14BA6
+330
+14BA4
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ACAD_SORTENTS
+360
+14BA7
+  0
+DICTIONARY
+  5
+14DA3
+330
+14D9E
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ACAD_SORTENTS
+360
+14DA4
+  0
+DICTIONARY
+  5
+14EF2
+330
+14ED6
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ACAD_SORTENTS
+360
+14EF3
+  0
+DICTIONARY
+  5
+1505E
+330
+15007
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ACAD_SORTENTS
+360
+1505F
+  0
+DICTIONARY
+  5
+15E4F
+330
+15E4D
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ACAD_SORTENTS
+360
+15E50
+  0
+DICTIONARY
+  5
+167B3
+330
+1679E
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ACAD_SORTENTS
+360
+167B4
+  0
+DICTIONARY
+  5
+16EB4
+330
+16E9C
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ACAD_SORTENTS
+360
+16EB5
+  0
+DICTIONARY
+  5
+1768E
+330
+17687
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ACAD_SORTENTS
+360
+1768F
+  0
+DICTIONARY
+  5
+17719
+330
+17712
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ACAD_SORTENTS
+360
+1771A
+  0
+DICTIONARY
+  5
+17A35
+330
+17A2A
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ACAD_SORTENTS
+360
+17A36
+  0
+DICTIONARY
+  5
+18B72
+330
+18B64
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ACAD_SORTENTS
+360
+18B73
+  0
+DICTIONARY
+  5
+18D97
+330
+18D8A
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ACAD_SORTENTS
+360
+18D98
+  0
+DICTIONARY
+  5
+18E2E
+330
+18E21
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ACAD_SORTENTS
+360
+18E2F
+  0
+DICTIONARY
+  5
+193D8
+330
+193CB
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ACAD_SORTENTS
+360
+193D9
+  0
+DICTIONARY
+  5
+194A2
+330
+1949B
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ACAD_SORTENTS
+360
+194A3
+  0
+DICTIONARY
+  5
+19642
+330
+1963B
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ACAD_SORTENTS
+360
+19643
+  0
+DICTIONARY
+  5
+1C8FB
+330
+1C8F0
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ACAD_SORTENTS
+360
+1C8FC
+  0
+DICTIONARY
+  5
+1D25E
+330
+1D257
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ACAD_SORTENTS
+360
+1D25F
+  0
+DICTIONARY
+  5
+1D4A7
+330
+1D49A
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ACAD_SORTENTS
+360
+1D4A8
+  0
+DICTIONARY
+  5
+1E0FF
+330
+1E0F4
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ACAD_SORTENTS
+360
+1E100
+  0
+DICTIONARY
+  5
+1E37E
+330
+1E377
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ACAD_SORTENTS
+360
+1E37F
+  0
+DICTIONARY
+  5
+1FF8D
+330
+1FF84
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ACAD_SORTENTS
+360
+1FF8E
+  0
+DICTIONARY
+  5
+205F9
+330
+205F5
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ACAD_SORTENTS
+360
+205FA
+  0
+DICTIONARY
+  5
+20773
+330
+20771
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ACAD_SORTENTS
+360
+20774
+  0
+DICTIONARY
+  5
+20800
+330
+207FE
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ACAD_SORTENTS
+360
+20801
+  0
+DICTIONARY
+  5
+20828
+330
+20826
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ACAD_SORTENTS
+360
+20829
+  0
+DICTIONARY
+  5
+20854
+330
+2084A
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ACAD_SORTENTS
+360
+20855
+  0
+DICTIONARY
+  5
+20867
+330
+20862
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ACAD_SORTENTS
+360
+20868
+  0
+SUN
+  5
+9C14
+330
+9C12
+100
+AcDbSun
+ 90
+        1
+290
+     1
+ 63
+     7
+421
+ 16777215
+ 40
+1.0
+291
+     1
+ 91
+  2455826
+ 92
+ 54000000
+292
+     0
+ 70
+     0
+ 71
+   256
+280
+     1
+1001
+ACAD
+1000
+AcDbSavedByObjectVersion
+1070
+     0
+  0
+DICTIONARY
+  5
+C7EC
+330
+C7EB
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ACAD_MTEXT_2008_RT
+360
+20B91
+  0
+DICTIONARY
+  5
+C7EF
+330
+C7EE
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ACAD_MTEXT_2008_RT
+360
+20B92
+  0
+SUN
+  5
+9C11
+330
+9C0F
+100
+AcDbSun
+ 90
+        1
+290
+     1
+ 63
+     7
+421
+ 16777215
+ 40
+1.0
+291
+     1
+ 91
+  2455826
+ 92
+ 54000000
+292
+     0
+ 70
+     0
+ 71
+   256
+280
+     1
+1001
+ACAD
+1000
+AcDbSavedByObjectVersion
+1070
+     0
+  0
+ACAD_PROXY_OBJECT
+  5
+ADE8
+102
+{ACAD_REACTORS
+330
+C
+102
+}
+330
+C
+100
+AcDbProxyObject
+ 90
+      499
+ 91
+      515
+ 95
+  5308447
+ 70
+     0
+162
+                 0
+161
+               903
+310
+409039024850341E4050B41AAAA41E4051641AAAA41E4052141AAAA48501409034110541907421094290B4310D4390F44111449134511545917461194691B4711D4791F4812148501409034110541907421094290B4310D4390F44111449134511545917461194691B4711D4791F481218
+ 94
+        0
+  0
+DICTIONARY
+  5
+A1A5
+102
+{ACAD_REACTORS
+330
+C
+102
+}
+330
+C
+100
+AcDbDictionary
+281
+     1
+  0
+XRECORD
+  5
+2E00
+102
+{ACAD_REACTORS
+330
+C
+102
+}
+330
+C
+100
+AcDbXrecord
+280
+     1
+300
+ACDLT
+300
+2015
+300
+
+  0
+DICTIONARY
+  5
+73
+102
+{ACAD_REACTORS
+330
+C
+102
+}
+330
+C
+100
+AcDbDictionary
+281
+     1
+  0
+DICTIONARY
+  5
+6ED5
+102
+{ACAD_REACTORS
+330
+C
+102
+}
+330
+C
+100
+AcDbDictionary
+281
+     1
+  3
+Imperial24
+350
+76E6
+  3
+Metric50
+350
+9927
+  0
+DICTIONARY
+  5
+D
+102
+{ACAD_REACTORS
+330
+C
+102
+}
+330
+C
+100
+AcDbDictionary
+281
+     1
+  0
+RASTERVARIABLES
+  5
+DC
+102
+{ACAD_REACTORS
+330
+C
+102
+}
+330
+C
+100
+AcDbRasterVariables
+ 90
+        0
+ 70
+     1
+ 71
+     1
+ 72
+     5
+  0
+DICTIONARY
+  5
+1A
+102
+{ACAD_REACTORS
+330
+C
+102
+}
+330
+C
+100
+AcDbDictionary
+281
+     1
+  3
+Model
+350
+22
+  3
+Sheet1
+350
+59
+  3
+Sheet2
+350
+5E
+  0
+DICTIONARY
+  5
+72
+102
+{ACAD_REACTORS
+330
+C
+102
+}
+330
+C
+100
+AcDbDictionary
+281
+     1
+  3
+ByBlock
+350
+E2
+  3
+ByLayer
+350
+96
+  3
+Global
+350
+98
+  0
+DICTIONARY
+  5
+B5
+102
+{ACAD_REACTORS
+330
+C
+102
+}
+330
+C
+100
+AcDbDictionary
+281
+     1
+  3
+Standard
+350
+A91
+  0
+DICTIONARY
+  5
+17
+102
+{ACAD_REACTORS
+330
+C
+102
+}
+330
+C
+100
+AcDbDictionary
+281
+     1
+  3
+Standard
+350
+18
+  0
+ACAD_PROXY_OBJECT
+  5
+ADE9
+102
+{ACAD_REACTORS
+330
+C
+102
+}
+330
+C
+100
+AcDbProxyObject
+ 90
+      499
+ 91
+      516
+ 95
+  5308447
+ 70
+     0
+162
+                 0
+161
+                28
+310
+40A40AAC
+ 94
+        0
+  0
+DICTIONARY
+  5
+19
+102
+{ACAD_REACTORS
+330
+C
+102
+}
+330
+C
+100
+AcDbDictionary
+281
+     1
+  0
+ACDBDICTIONARYWDFLT
+  5
+E
+102
+{ACAD_REACTORS
+330
+C
+102
+}
+330
+C
+100
+AcDbDictionary
+281
+     1
+  3
+Normal
+350
+F
+100
+AcDbDictionaryWithDefault
+340
+F
+  0
+DICTIONARY
+  5
+B6
+102
+{ACAD_REACTORS
+330
+C
+102
+}
+330
+C
+100
+AcDbDictionary
+281
+     1
+  3
+A0
+350
+B7
+  3
+A1
+350
+B8
+  3
+A2
+350
+B9
+  3
+A3
+350
+BA
+  3
+A4
+350
+BB
+  3
+A5
+350
+BC
+  3
+A6
+350
+BD
+  3
+A7
+350
+BE
+  3
+A8
+350
+BF
+  3
+A9
+350
+C0
+  3
+B0
+350
+C1
+  3
+B1
+350
+C2
+  3
+B2
+350
+C3
+  3
+B3
+350
+C4
+  3
+B4
+350
+C5
+  3
+B5
+350
+C6
+  3
+B6
+350
+C7
+  3
+B7
+350
+C8
+  3
+B8
+350
+C9
+  3
+B9
+350
+CA
+  3
+C0
+350
+CB
+  3
+C1
+350
+CC
+  3
+C2
+350
+CD
+  3
+C3
+350
+CE
+  3
+C4
+350
+CF
+  3
+C5
+350
+D0
+  3
+C6
+350
+D1
+  3
+C7
+350
+D2
+  3
+C8
+350
+D3
+  3
+C9
+350
+D4
+  3
+D0
+350
+D5
+  3
+D1
+350
+D6
+  3
+D2
+350
+D7
+  0
+DICTIONARY
+  5
+6ED6
+102
+{ACAD_REACTORS
+330
+C
+102
+}
+330
+C
+100
+AcDbDictionary
+281
+     1
+  3
+Imperial24
+350
+76E5
+  3
+Metric50
+350
+9926
+  0
+DICTIONARY
+  5
+86
+102
+{ACAD_REACTORS
+330
+C
+102
+}
+330
+C
+100
+AcDbDictionary
+281
+     1
+  3
+Standard
+350
+87
+  0
+DICTIONARY
+  5
+99
+102
+{ACAD_REACTORS
+330
+C
+102
+}
+330
+C
+100
+AcDbDictionary
+281
+     1
+  3
+2dWireframe
+350
+9F
+  3
+3D Hidden
+350
+A1
+  3
+3dWireframe
+350
+A0
+  3
+Basic
+350
+9E
+  3
+Brighten
+350
+A5
+  3
+ColorChange
+350
+A9
+  3
+Conceptual
+350
+A2
+  3
+Dim
+350
+A4
+  3
+EdgeColorOff
+350
+AA9
+  3
+Facepattern
+350
+A8
+  3
+Flat
+350
+9A
+  3
+FlatWithEdges
+350
+9B
+  3
+Gouraud
+350
+9C
+  3
+GouraudWithEdges
+350
+9D
+  3
+Hidden
+350
+AAF
+  3
+JitterOff
+350
+AB0
+  3
+Linepattern
+350
+A7
+  3
+OverhangOff
+350
+AB2
+  3
+Realistic
+350
+A3
+  3
+Shaded
+350
+AB4
+  3
+Shaded with edges
+350
+AB5
+  3
+Shades of Gray
+350
+AB6
+  3
+Sketchy
+350
+AB7
+  3
+Thicken
+350
+A6
+  3
+Wireframe
+350
+AB9
+  3
+X-Ray
+350
+ABA
+  0
+XRECORD
+  5
+20B93
+102
+{ACAD_REACTORS
+330
+C
+102
+}
+330
+C
+100
+AcDbXrecord
+280
+     1
+ 90
+        1
+330
+87
+330
+76E5
+330
+76E6
+330
+9926
+330
+9927
+330
+C7EB
+330
+C7EE
+  0
+DICTIONARY
+  5
+66
+102
+{ACAD_REACTORS
+330
+C
+102
+}
+330
+C
+100
+AcDbDictionary
+281
+     1
+  3
+ANNOALLVISIBLE
+350
+F6B1
+  3
+CANNOSCALE
+350
+D8
+  3
+CMLEADERSTYLE
+350
+2E0E
+  3
+CTABLESTYLE
+350
+89
+  3
+CVIEWDETAILSTYLE
+350
+76FB
+  3
+CVIEWSECTIONSTYLE
+350
+76FC
+  3
+DIMASSOC
+350
+67
+  3
+HIDETEXT
+350
+6B
+  3
+LIGHTSINBLOCKS
+350
+DF
+  3
+XCLIPFRAME
+350
+6ED4
+  0
+DICTIONARY
+  5
+E1
+102
+{ACAD_REACTORS
+330
+C
+102
+}
+330
+C
+100
+AcDbDictionary
+281
+     1
+  0
+DICTIONARY
+  5
+2E07
+102
+{ACAD_REACTORS
+330
+2E06
+102
+}
+330
+2E06
+100
+AcDbDictionary
+281
+     1
+  3
+ARGON_LAYERP_12
+350
+834A
+  0
+XRECORD
+  5
+425
+102
+{ACAD_REACTORS
+330
+424
+102
+}
+330
+424
+100
+AcDbXrecord
+280
+     1
+290
+     1
+  0
+XRECORD
+  5
+429
+102
+{ACAD_REACTORS
+330
+428
+102
+}
+330
+428
+100
+AcDbXrecord
+280
+     1
+290
+     1
+  0
+XRECORD
+  5
+42C
+102
+{ACAD_REACTORS
+330
+42B
+102
+}
+330
+42B
+100
+AcDbXrecord
+280
+     1
+290
+     1
+  0
+XRECORD
+  5
+42F
+102
+{ACAD_REACTORS
+330
+42E
+102
+}
+330
+42E
+100
+AcDbXrecord
+280
+     1
+290
+     1
+  0
+XRECORD
+  5
+433
+102
+{ACAD_REACTORS
+330
+432
+102
+}
+330
+432
+100
+AcDbXrecord
+280
+     1
+290
+     1
+  0
+XRECORD
+  5
+437
+102
+{ACAD_REACTORS
+330
+436
+102
+}
+330
+436
+100
+AcDbXrecord
+280
+     1
+290
+     1
+  0
+XRECORD
+  5
+43A
+102
+{ACAD_REACTORS
+330
+439
+102
+}
+330
+439
+100
+AcDbXrecord
+280
+     1
+290
+     1
+  0
+XRECORD
+  5
+43D
+102
+{ACAD_REACTORS
+330
+43C
+102
+}
+330
+43C
+100
+AcDbXrecord
+280
+     1
+290
+     1
+  0
+XRECORD
+  5
+6B65
+102
+{ACAD_REACTORS
+330
+6B64
+102
+}
+330
+6B64
+100
+AcDbXrecord
+280
+     1
+290
+     1
+  0
+XRECORD
+  5
+6B69
+102
+{ACAD_REACTORS
+330
+6B68
+102
+}
+330
+6B68
+100
+AcDbXrecord
+280
+     1
+290
+     1
+  0
+XRECORD
+  5
+6B70
+102
+{ACAD_REACTORS
+330
+6B6F
+102
+}
+330
+6B6F
+100
+AcDbXrecord
+280
+     1
+290
+     1
+  0
+SORTENTSTABLE
+  5
+178C
+102
+{ACAD_REACTORS
+330
+178B
+102
+}
+330
+178B
+100
+AcDbSortentsTable
+330
+1F
+331
+102E3
+  5
+C75A
+331
+668F
+  5
+67E7
+331
+1024C
+  5
+6CD2
+331
+1024F
+  5
+9A4B
+331
+52E6
+  5
+67D6
+331
+10284
+  5
+C759
+331
+52E7
+  5
+67DB
+331
+5574
+  5
+67E0
+331
+9A76
+  5
+6CCE
+  0
+SORTENTSTABLE
+  5
+A50
+102
+{ACAD_REACTORS
+330
+A4F
+102
+}
+330
+A4F
+100
+AcDbSortentsTable
+330
+A4E
+  0
+SORTENTSTABLE
+  5
+41DC
+102
+{ACAD_REACTORS
+330
+41DB
+102
+}
+330
+41DB
+100
+AcDbSortentsTable
+330
+41D9
+  0
+SORTENTSTABLE
+  5
+9923
+102
+{ACAD_REACTORS
+330
+9922
+102
+}
+330
+9922
+100
+AcDbSortentsTable
+330
+9917
+  0
+SORTENTSTABLE
+  5
+9A9D
+102
+{ACAD_REACTORS
+330
+9A9C
+102
+}
+330
+9A9C
+100
+AcDbSortentsTable
+330
+9A91
+  0
+SORTENTSTABLE
+  5
+9C5C
+102
+{ACAD_REACTORS
+330
+9C5B
+102
+}
+330
+9C5B
+100
+AcDbSortentsTable
+330
+9C50
+  0
+SORTENTSTABLE
+  5
+9CED
+102
+{ACAD_REACTORS
+330
+9CEC
+102
+}
+330
+9CEC
+100
+AcDbSortentsTable
+330
+9CE1
+  0
+SORTENTSTABLE
+  5
+9F59
+102
+{ACAD_REACTORS
+330
+9F58
+102
+}
+330
+9F58
+100
+AcDbSortentsTable
+330
+9F51
+  0
+SORTENTSTABLE
+  5
+AEB2
+102
+{ACAD_REACTORS
+330
+AEB1
+102
+}
+330
+AEB1
+100
+AcDbSortentsTable
+330
+AEA2
+  0
+SORTENTSTABLE
+  5
+B42F
+102
+{ACAD_REACTORS
+330
+B42E
+102
+}
+330
+B42E
+100
+AcDbSortentsTable
+330
+B423
+  0
+SORTENTSTABLE
+  5
+BFA3
+102
+{ACAD_REACTORS
+330
+BFA2
+102
+}
+330
+BFA2
+100
+AcDbSortentsTable
+330
+BFA0
+  0
+SORTENTSTABLE
+  5
+BFD1
+102
+{ACAD_REACTORS
+330
+BFD0
+102
+}
+330
+BFD0
+100
+AcDbSortentsTable
+330
+BFCE
+  0
+SORTENTSTABLE
+  5
+C02E
+102
+{ACAD_REACTORS
+330
+C02D
+102
+}
+330
+C02D
+100
+AcDbSortentsTable
+330
+C02B
+  0
+SORTENTSTABLE
+  5
+C0E8
+102
+{ACAD_REACTORS
+330
+C0E7
+102
+}
+330
+C0E7
+100
+AcDbSortentsTable
+330
+C0E5
+  0
+SORTENTSTABLE
+  5
+C4C4
+102
+{ACAD_REACTORS
+330
+C4C3
+102
+}
+330
+C4C3
+100
+AcDbSortentsTable
+330
+C4BF
+  0
+SORTENTSTABLE
+  5
+C4ED
+102
+{ACAD_REACTORS
+330
+C4EC
+102
+}
+330
+C4EC
+100
+AcDbSortentsTable
+330
+C4EA
+  0
+SORTENTSTABLE
+  5
+C7F3
+102
+{ACAD_REACTORS
+330
+C7F2
+102
+}
+330
+C7F2
+100
+AcDbSortentsTable
+330
+C7E9
+  0
+SORTENTSTABLE
+  5
+C879
+102
+{ACAD_REACTORS
+330
+C878
+102
+}
+330
+C878
+100
+AcDbSortentsTable
+330
+C86A
+  0
+SORTENTSTABLE
+  5
+C981
+102
+{ACAD_REACTORS
+330
+C980
+102
+}
+330
+C980
+100
+AcDbSortentsTable
+330
+C97E
+  0
+SORTENTSTABLE
+  5
+CA6C
+102
+{ACAD_REACTORS
+330
+CA6B
+102
+}
+330
+CA6B
+100
+AcDbSortentsTable
+330
+CA69
+  0
+SORTENTSTABLE
+  5
+D025
+102
+{ACAD_REACTORS
+330
+D024
+102
+}
+330
+D024
+100
+AcDbSortentsTable
+330
+D022
+  0
+SORTENTSTABLE
+  5
+D3EC
+102
+{ACAD_REACTORS
+330
+D3EB
+102
+}
+330
+D3EB
+100
+AcDbSortentsTable
+330
+D376
+  0
+SORTENTSTABLE
+  5
+DC1A
+102
+{ACAD_REACTORS
+330
+DC19
+102
+}
+330
+DC19
+100
+AcDbSortentsTable
+330
+DC17
+  0
+SORTENTSTABLE
+  5
+E494
+102
+{ACAD_REACTORS
+330
+E493
+102
+}
+330
+E493
+100
+AcDbSortentsTable
+330
+E48C
+  0
+SORTENTSTABLE
+  5
+EF58
+102
+{ACAD_REACTORS
+330
+EF57
+102
+}
+330
+EF57
+100
+AcDbSortentsTable
+330
+EF4C
+  0
+SORTENTSTABLE
+  5
+F14B
+102
+{ACAD_REACTORS
+330
+F14A
+102
+}
+330
+F14A
+100
+AcDbSortentsTable
+330
+F0D5
+  0
+SORTENTSTABLE
+  5
+F9FC
+102
+{ACAD_REACTORS
+330
+F9FB
+102
+}
+330
+F9FB
+100
+AcDbSortentsTable
+330
+F9F9
+  0
+SORTENTSTABLE
+  5
+FCFA
+102
+{ACAD_REACTORS
+330
+FCF9
+102
+}
+330
+FCF9
+100
+AcDbSortentsTable
+330
+FCF7
+  0
+SORTENTSTABLE
+  5
+1009F
+102
+{ACAD_REACTORS
+330
+1009E
+102
+}
+330
+1009E
+100
+AcDbSortentsTable
+330
+1009D
+  0
+SORTENTSTABLE
+  5
+10E29
+102
+{ACAD_REACTORS
+330
+10E28
+102
+}
+330
+10E28
+100
+AcDbSortentsTable
+330
+10E26
+  0
+SORTENTSTABLE
+  5
+113EB
+102
+{ACAD_REACTORS
+330
+113EA
+102
+}
+330
+113EA
+100
+AcDbSortentsTable
+330
+113E8
+  0
+SORTENTSTABLE
+  5
+11430
+102
+{ACAD_REACTORS
+330
+1142F
+102
+}
+330
+1142F
+100
+AcDbSortentsTable
+330
+1142D
+  0
+SORTENTSTABLE
+  5
+11581
+102
+{ACAD_REACTORS
+330
+11580
+102
+}
+330
+11580
+100
+AcDbSortentsTable
+330
+1157E
+  0
+SORTENTSTABLE
+  5
+1194A
+102
+{ACAD_REACTORS
+330
+11949
+102
+}
+330
+11949
+100
+AcDbSortentsTable
+330
+11947
+  0
+SORTENTSTABLE
+  5
+11968
+102
+{ACAD_REACTORS
+330
+11967
+102
+}
+330
+11967
+100
+AcDbSortentsTable
+330
+11965
+  0
+SORTENTSTABLE
+  5
+11E4F
+102
+{ACAD_REACTORS
+330
+11E4E
+102
+}
+330
+11E4E
+100
+AcDbSortentsTable
+330
+11E3A
+  0
+SORTENTSTABLE
+  5
+123EA
+102
+{ACAD_REACTORS
+330
+123E9
+102
+}
+330
+123E9
+100
+AcDbSortentsTable
+330
+123E7
+  0
+SORTENTSTABLE
+  5
+12458
+102
+{ACAD_REACTORS
+330
+12457
+102
+}
+330
+12457
+100
+AcDbSortentsTable
+330
+12455
+  0
+SORTENTSTABLE
+  5
+131BC
+102
+{ACAD_REACTORS
+330
+131BB
+102
+}
+330
+131BB
+100
+AcDbSortentsTable
+330
+12EE4
+  0
+SORTENTSTABLE
+  5
+144D7
+102
+{ACAD_REACTORS
+330
+144D6
+102
+}
+330
+144D6
+100
+AcDbSortentsTable
+330
+143B2
+  0
+SORTENTSTABLE
+  5
+14613
+102
+{ACAD_REACTORS
+330
+14612
+102
+}
+330
+14612
+100
+AcDbSortentsTable
+330
+145FE
+  0
+SORTENTSTABLE
+  5
+14AAF
+102
+{ACAD_REACTORS
+330
+14AAE
+102
+}
+330
+14AAE
+100
+AcDbSortentsTable
+330
+14AA0
+  0
+SORTENTSTABLE
+  5
+14BA7
+102
+{ACAD_REACTORS
+330
+14BA6
+102
+}
+330
+14BA6
+100
+AcDbSortentsTable
+330
+14BA4
+  0
+SORTENTSTABLE
+  5
+14DA4
+102
+{ACAD_REACTORS
+330
+14DA3
+102
+}
+330
+14DA3
+100
+AcDbSortentsTable
+330
+14D9E
+  0
+SORTENTSTABLE
+  5
+14EF3
+102
+{ACAD_REACTORS
+330
+14EF2
+102
+}
+330
+14EF2
+100
+AcDbSortentsTable
+330
+14ED6
+  0
+SORTENTSTABLE
+  5
+1505F
+102
+{ACAD_REACTORS
+330
+1505E
+102
+}
+330
+1505E
+100
+AcDbSortentsTable
+330
+15007
+  0
+SORTENTSTABLE
+  5
+15E50
+102
+{ACAD_REACTORS
+330
+15E4F
+102
+}
+330
+15E4F
+100
+AcDbSortentsTable
+330
+15E4D
+  0
+SORTENTSTABLE
+  5
+167B4
+102
+{ACAD_REACTORS
+330
+167B3
+102
+}
+330
+167B3
+100
+AcDbSortentsTable
+330
+1679E
+  0
+SORTENTSTABLE
+  5
+16EB5
+102
+{ACAD_REACTORS
+330
+16EB4
+102
+}
+330
+16EB4
+100
+AcDbSortentsTable
+330
+16E9C
+  0
+SORTENTSTABLE
+  5
+1768F
+102
+{ACAD_REACTORS
+330
+1768E
+102
+}
+330
+1768E
+100
+AcDbSortentsTable
+330
+17687
+  0
+SORTENTSTABLE
+  5
+1771A
+102
+{ACAD_REACTORS
+330
+17719
+102
+}
+330
+17719
+100
+AcDbSortentsTable
+330
+17712
+  0
+SORTENTSTABLE
+  5
+17A36
+102
+{ACAD_REACTORS
+330
+17A35
+102
+}
+330
+17A35
+100
+AcDbSortentsTable
+330
+17A2A
+  0
+SORTENTSTABLE
+  5
+18B73
+102
+{ACAD_REACTORS
+330
+18B72
+102
+}
+330
+18B72
+100
+AcDbSortentsTable
+330
+18B64
+  0
+SORTENTSTABLE
+  5
+18D98
+102
+{ACAD_REACTORS
+330
+18D97
+102
+}
+330
+18D97
+100
+AcDbSortentsTable
+330
+18D8A
+  0
+SORTENTSTABLE
+  5
+18E2F
+102
+{ACAD_REACTORS
+330
+18E2E
+102
+}
+330
+18E2E
+100
+AcDbSortentsTable
+330
+18E21
+  0
+SORTENTSTABLE
+  5
+193D9
+102
+{ACAD_REACTORS
+330
+193D8
+102
+}
+330
+193D8
+100
+AcDbSortentsTable
+330
+193CB
+  0
+SORTENTSTABLE
+  5
+194A3
+102
+{ACAD_REACTORS
+330
+194A2
+102
+}
+330
+194A2
+100
+AcDbSortentsTable
+330
+1949B
+  0
+SORTENTSTABLE
+  5
+19643
+102
+{ACAD_REACTORS
+330
+19642
+102
+}
+330
+19642
+100
+AcDbSortentsTable
+330
+1963B
+  0
+SORTENTSTABLE
+  5
+1C8FC
+102
+{ACAD_REACTORS
+330
+1C8FB
+102
+}
+330
+1C8FB
+100
+AcDbSortentsTable
+330
+1C8F0
+  0
+SORTENTSTABLE
+  5
+1D25F
+102
+{ACAD_REACTORS
+330
+1D25E
+102
+}
+330
+1D25E
+100
+AcDbSortentsTable
+330
+1D257
+  0
+SORTENTSTABLE
+  5
+1D4A8
+102
+{ACAD_REACTORS
+330
+1D4A7
+102
+}
+330
+1D4A7
+100
+AcDbSortentsTable
+330
+1D49A
+  0
+SORTENTSTABLE
+  5
+1E100
+102
+{ACAD_REACTORS
+330
+1E0FF
+102
+}
+330
+1E0FF
+100
+AcDbSortentsTable
+330
+1E0F4
+  0
+SORTENTSTABLE
+  5
+1E37F
+102
+{ACAD_REACTORS
+330
+1E37E
+102
+}
+330
+1E37E
+100
+AcDbSortentsTable
+330
+1E377
+  0
+SORTENTSTABLE
+  5
+1FF8E
+102
+{ACAD_REACTORS
+330
+1FF8D
+102
+}
+330
+1FF8D
+100
+AcDbSortentsTable
+330
+1FF84
+  0
+SORTENTSTABLE
+  5
+205FA
+102
+{ACAD_REACTORS
+330
+205F9
+102
+}
+330
+205F9
+100
+AcDbSortentsTable
+330
+205F5
+  0
+SORTENTSTABLE
+  5
+20774
+102
+{ACAD_REACTORS
+330
+20773
+102
+}
+330
+20773
+100
+AcDbSortentsTable
+330
+20771
+  0
+SORTENTSTABLE
+  5
+20801
+102
+{ACAD_REACTORS
+330
+20800
+102
+}
+330
+20800
+100
+AcDbSortentsTable
+330
+207FE
+  0
+SORTENTSTABLE
+  5
+20829
+102
+{ACAD_REACTORS
+330
+20828
+102
+}
+330
+20828
+100
+AcDbSortentsTable
+330
+20826
+  0
+SORTENTSTABLE
+  5
+20855
+102
+{ACAD_REACTORS
+330
+20854
+102
+}
+330
+20854
+100
+AcDbSortentsTable
+330
+2084A
+  0
+SORTENTSTABLE
+  5
+20868
+102
+{ACAD_REACTORS
+330
+20867
+102
+}
+330
+20867
+100
+AcDbSortentsTable
+330
+20862
+  0
+XRECORD
+  5
+20B91
+102
+{ACAD_REACTORS
+330
+C7EC
+102
+}
+330
+C7EC
+100
+AcDbXrecord
+280
+     1
+ 40
+37726.0
+  1
+\pxqc;{\fArial|b0|i0|c0|p34;FT\P104}
+  0
+XRECORD
+  5
+20B92
+102
+{ACAD_REACTORS
+330
+C7EF
+102
+}
+330
+C7EF
+100
+AcDbXrecord
+280
+     1
+ 40
+39914.0
+  1
+\pxqc;{\fArial|b0|i0|c0|p34;FCV\P104}
+  0
+ACDBDETAILVIEWSTYLE
+  5
+76E6
+102
+{ACAD_XDICTIONARY
+360
+B0B1
+102
+}
+102
+{ACAD_REACTORS
+330
+6ED5
+102
+}
+330
+6ED5
+100
+AcDbModelDocViewStyle
+ 70
+     0
+  3
+Imperial24
+290
+     0
+100
+AcDbDetailViewStyle
+ 70
+     0
+ 71
+     0
+ 90
+        3
+ 71
+     1
+340
+11
+ 62
+   256
+ 40
+0.24
+340
+0
+ 62
+   256
+ 40
+0.24
+300
+
+ 40
+0.36
+280
+     3
+ 71
+     2
+340
+16
+ 90
+       25
+ 62
+   256
+ 71
+     3
+340
+11
+ 62
+   256
+ 40
+0.24
+ 90
+        1
+ 40
+0.75
+ 90
+        1
+300
+%<\AcVar ViewType \f "%tc1">% %<\AcVar ViewDetailId>%\PECHELLE %<\AcVar ViewScale \f "%sn">%
+ 71
+     4
+340
+16
+ 90
+       25
+ 62
+   256
+340
+16
+ 90
+       25
+ 62
+   256
+280
+     0
+  0
+ACDBDETAILVIEWSTYLE
+  5
+9927
+102
+{ACAD_XDICTIONARY
+360
+B0B5
+102
+}
+102
+{ACAD_REACTORS
+330
+6ED5
+102
+}
+330
+6ED5
+100
+AcDbModelDocViewStyle
+ 70
+     0
+  3
+Metric50
+290
+     0
+100
+AcDbDetailViewStyle
+ 70
+     0
+ 71
+     0
+ 90
+        3
+ 71
+     1
+340
+11
+ 62
+   256
+ 40
+5.0
+340
+0
+ 62
+   256
+ 40
+5.0
+300
+
+ 40
+0.0
+280
+     1
+ 71
+     2
+340
+16
+ 90
+       25
+ 62
+   256
+ 71
+     3
+340
+11
+ 62
+   256
+ 40
+5.0
+ 90
+        0
+ 40
+15.0
+ 90
+        1
+300
+%<\AcVar ViewDetailId>% (%<\AcVar ViewScale \f "%sn">%)
+ 71
+     4
+340
+16
+ 90
+       25
+ 62
+   256
+340
+16
+ 90
+       25
+ 62
+   256
+280
+     0
+  0
+LAYOUT
+  5
+22
+102
+{ACAD_REACTORS
+330
+1A
+102
+}
+330
+1A
+100
+AcDbPlotSettings
+  1
+
+  2
+none_device
+  4
+ANSI_A_(8.50_x_11.00_Inches)
+  6
+
+ 40
+6.349999999999997
+ 41
+19.05
+ 42
+6.349999999999997
+ 43
+19.05
+ 44
+215.9
+ 45
+279.4
+ 46
+11.11250000000003
+ 47
+0.0000000000000142
+ 48
+0.0
+ 49
+0.0
+140
+0.0
+141
+0.0
+142
+1.0
+143
+1.263157894736842
+ 70
+ 11444
+ 72
+     0
+ 73
+     1
+ 74
+     1
+  7
+monochrome.ctb
+ 75
+     0
+147
+0.7916666666666666
+ 76
+     0
+ 77
+     2
+ 78
+   300
+148
+-702.8076765758874
+149
+-496.2830551296953
+100
+AcDbLayout
+  1
+Model
+ 70
+     1
+ 71
+     0
+ 10
+0.0
+ 20
+0.0
+ 11
+1255.704512214247
+ 21
+918.321061451345
+ 12
+0.0
+ 22
+0.0
+ 32
+0.0
+ 14
+0.0000595051783989
+ 24
+-0.0062517066105556
+ 34
+-174.0
+ 15
+1648.621954578614
+ 25
+936.0300440813382
+ 35
+668.0000000000001
+146
+0.0
+ 13
+0.0
+ 23
+0.0
+ 33
+0.0
+ 16
+1.0
+ 26
+0.0
+ 36
+0.0
+ 17
+0.0
+ 27
+1.0
+ 37
+0.0
+ 76
+     0
+330
+1F
+331
+94
+  0
+LAYOUT
+  5
+59
+102
+{ACAD_REACTORS
+330
+1A
+102
+}
+330
+1A
+100
+AcDbPlotSettings
+  1
+
+  2
+none_device
+  4
+ANSI_A_(11.00_x_8.50_Inches)
+  6
+
+ 40
+6.349999999999997
+ 41
+19.05
+ 42
+6.349999999999997
+ 43
+19.05
+ 44
+279.4
+ 45
+215.9
+ 46
+0.0
+ 47
+0.0
+ 48
+0.0
+ 49
+0.0
+140
+0.0
+141
+0.0
+142
+1.0
+143
+1.0
+ 70
+   688
+ 72
+     0
+ 73
+     0
+ 74
+     5
+  7
+
+ 75
+    16
+147
+1.0
+ 76
+     0
+ 77
+     2
+ 78
+   300
+148
+0.0
+149
+0.0
+100
+AcDbLayout
+  1
+Sheet1
+ 70
+     1
+ 71
+     1
+ 10
+0.0
+ 20
+0.0
+ 11
+0.0
+ 21
+0.0
+ 12
+0.0
+ 22
+0.0
+ 32
+0.0
+ 14
+1.049999999999997
+ 24
+0.6999999999999999
+ 34
+0.0
+ 15
+9.449999999999999
+ 25
+6.299999999999998
+ 35
+0.0
+146
+0.0
+ 13
+0.0
+ 23
+0.0
+ 33
+0.0
+ 16
+1.0
+ 26
+0.0
+ 36
+0.0
+ 17
+0.0
+ 27
+1.0
+ 37
+0.0
+ 76
+     0
+330
+58
+331
+9C0F
+  0
+LAYOUT
+  5
+5E
+102
+{ACAD_REACTORS
+330
+1A
+102
+}
+330
+1A
+100
+AcDbPlotSettings
+  1
+
+  2
+none_device
+  4
+ANSI_A_(11.00_x_8.50_Inches)
+  6
+
+ 40
+6.349999999999997
+ 41
+19.05
+ 42
+6.349999999999997
+ 43
+19.05
+ 44
+279.4
+ 45
+215.9
+ 46
+0.0
+ 47
+0.0
+ 48
+0.0
+ 49
+0.0
+140
+0.0
+141
+0.0
+142
+1.0
+143
+1.0
+ 70
+   688
+ 72
+     0
+ 73
+     0
+ 74
+     5
+  7
+
+ 75
+    16
+147
+1.0
+ 76
+     0
+ 77
+     2
+ 78
+   300
+148
+0.0
+149
+0.0
+100
+AcDbLayout
+  1
+Sheet2
+ 70
+     1
+ 71
+     2
+ 10
+0.0
+ 20
+0.0
+ 11
+10.75
+ 21
+7.75
+ 12
+0.0
+ 22
+0.0
+ 32
+0.0
+ 14
+1.049999999999997
+ 24
+0.6999999999999999
+ 34
+0.0
+ 15
+9.449999999999999
+ 25
+6.299999999999998
+ 35
+0.0
+146
+0.0
+ 13
+0.0
+ 23
+0.0
+ 33
+0.0
+ 16
+1.0
+ 26
+0.0
+ 36
+0.0
+ 17
+0.0
+ 27
+1.0
+ 37
+0.0
+ 76
+     0
+330
+5D
+331
+9C12
+  0
+MATERIAL
+  5
+E2
+102
+{ACAD_REACTORS
+330
+72
+102
+}
+330
+72
+100
+AcDbMaterial
+  1
+ByBlock
+ 73
+     1
+ 78
+     1
+172
+     1
+176
+     1
+270
+     1
+274
+     1
+  0
+MATERIAL
+  5
+96
+102
+{ACAD_REACTORS
+330
+72
+102
+}
+330
+72
+100
+AcDbMaterial
+  1
+ByLayer
+ 73
+     1
+ 78
+     1
+172
+     1
+176
+     1
+270
+     1
+274
+     1
+ 94
+       63
+  0
+MATERIAL
+  5
+98
+102
+{ACAD_XDICTIONARY
+360
+1CC6B
+102
+}
+102
+{ACAD_REACTORS
+330
+72
+102
+}
+330
+72
+100
+AcDbMaterial
+  1
+Global
+ 73
+     1
+ 78
+     1
+172
+     1
+176
+     1
+270
+     1
+274
+     1
+ 94
+       63
+  0
+MLEADERSTYLE
+  5
+A91
+102
+{ACAD_REACTORS
+330
+B5
+102
+}
+330
+B5
+100
+AcDbMLeaderStyle
+179
+     2
+170
+     2
+171
+     1
+172
+     0
+ 90
+        2
+ 40
+0.0
+ 41
+0.0
+173
+     1
+ 91
+-1056964608
+340
+14
+ 92
+       -2
+290
+     1
+ 42
+2.0
+291
+     1
+ 43
+0.36
+  3
+Standard
+ 44
+4.0
+300
+
+342
+11
+174
+     1
+178
+     6
+175
+     1
+176
+     0
+ 93
+-1056964608
+ 45
+4.0
+292
+     0
+297
+     0
+ 46
+4.0
+ 94
+-1056964608
+ 47
+1.0
+ 49
+1.0
+140
+1.0
+293
+     1
+141
+0.0
+294
+     1
+177
+     0
+142
+1.0
+295
+     0
+296
+     0
+143
+0.125
+271
+     0
+272
+     9
+273
+     9
+298
+     0
+  0
+MLINESTYLE
+  5
+18
+102
+{ACAD_REACTORS
+330
+17
+102
+}
+330
+17
+100
+AcDbMlineStyle
+  2
+STANDARD
+ 70
+     0
+  3
+
+ 62
+   256
+ 51
+90.0
+ 52
+90.0
+ 71
+     2
+ 49
+0.5
+ 62
+   256
+  6
+BYLAYER
+ 49
+-0.5
+ 62
+   256
+  6
+BYLAYER
+  0
+ACDBPLACEHOLDER
+  5
+F
+102
+{ACAD_REACTORS
+330
+E
+102
+}
+330
+E
+  0
+SCALE
+  5
+B7
+102
+{ACAD_REACTORS
+330
+B6
+102
+}
+330
+B6
+100
+AcDbScale
+ 70
+     0
+300
+1:1
+140
+1.0
+141
+1.0
+290
+     1
+  0
+SCALE
+  5
+B8
+102
+{ACAD_REACTORS
+330
+B6
+102
+}
+330
+B6
+100
+AcDbScale
+ 70
+     0
+300
+1:2
+140
+1.0
+141
+2.0
+290
+     0
+  0
+SCALE
+  5
+B9
+102
+{ACAD_REACTORS
+330
+B6
+102
+}
+330
+B6
+100
+AcDbScale
+ 70
+     0
+300
+1:4
+140
+1.0
+141
+4.0
+290
+     0
+  0
+SCALE
+  5
+BA
+102
+{ACAD_REACTORS
+330
+B6
+102
+}
+330
+B6
+100
+AcDbScale
+ 70
+     0
+300
+1:5
+140
+1.0
+141
+5.0
+290
+     0
+  0
+SCALE
+  5
+BB
+102
+{ACAD_REACTORS
+330
+B6
+102
+}
+330
+B6
+100
+AcDbScale
+ 70
+     0
+300
+1:8
+140
+1.0
+141
+8.0
+290
+     0
+  0
+SCALE
+  5
+BC
+102
+{ACAD_REACTORS
+330
+B6
+102
+}
+330
+B6
+100
+AcDbScale
+ 70
+     0
+300
+1:10
+140
+1.0
+141
+10.0
+290
+     0
+  0
+SCALE
+  5
+BD
+102
+{ACAD_REACTORS
+330
+B6
+102
+}
+330
+B6
+100
+AcDbScale
+ 70
+     0
+300
+1:16
+140
+1.0
+141
+16.0
+290
+     0
+  0
+SCALE
+  5
+BE
+102
+{ACAD_REACTORS
+330
+B6
+102
+}
+330
+B6
+100
+AcDbScale
+ 70
+     0
+300
+1:20
+140
+1.0
+141
+20.0
+290
+     0
+  0
+SCALE
+  5
+BF
+102
+{ACAD_REACTORS
+330
+B6
+102
+}
+330
+B6
+100
+AcDbScale
+ 70
+     0
+300
+1:30
+140
+1.0
+141
+30.0
+290
+     0
+  0
+SCALE
+  5
+C0
+102
+{ACAD_REACTORS
+330
+B6
+102
+}
+330
+B6
+100
+AcDbScale
+ 70
+     0
+300
+1:40
+140
+1.0
+141
+40.0
+290
+     0
+  0
+SCALE
+  5
+C1
+102
+{ACAD_REACTORS
+330
+B6
+102
+}
+330
+B6
+100
+AcDbScale
+ 70
+     0
+300
+1:50
+140
+1.0
+141
+50.0
+290
+     0
+  0
+SCALE
+  5
+C2
+102
+{ACAD_REACTORS
+330
+B6
+102
+}
+330
+B6
+100
+AcDbScale
+ 70
+     0
+300
+1:100
+140
+1.0
+141
+100.0
+290
+     0
+  0
+SCALE
+  5
+C3
+102
+{ACAD_REACTORS
+330
+B6
+102
+}
+330
+B6
+100
+AcDbScale
+ 70
+     0
+300
+2:1
+140
+2.0
+141
+1.0
+290
+     0
+  0
+SCALE
+  5
+C4
+102
+{ACAD_REACTORS
+330
+B6
+102
+}
+330
+B6
+100
+AcDbScale
+ 70
+     0
+300
+4:1
+140
+4.0
+141
+1.0
+290
+     0
+  0
+SCALE
+  5
+C5
+102
+{ACAD_REACTORS
+330
+B6
+102
+}
+330
+B6
+100
+AcDbScale
+ 70
+     0
+300
+8:1
+140
+8.0
+141
+1.0
+290
+     0
+  0
+SCALE
+  5
+C6
+102
+{ACAD_REACTORS
+330
+B6
+102
+}
+330
+B6
+100
+AcDbScale
+ 70
+     0
+300
+10:1
+140
+10.0
+141
+1.0
+290
+     0
+  0
+SCALE
+  5
+C7
+102
+{ACAD_REACTORS
+330
+B6
+102
+}
+330
+B6
+100
+AcDbScale
+ 70
+     0
+300
+100:1
+140
+100.0
+141
+1.0
+290
+     0
+  0
+SCALE
+  5
+C8
+102
+{ACAD_REACTORS
+330
+B6
+102
+}
+330
+B6
+100
+AcDbScale
+ 70
+     0
+300
+1/128" = 1'-0"
+140
+0.0078125
+141
+12.0
+290
+     0
+  0
+SCALE
+  5
+C9
+102
+{ACAD_REACTORS
+330
+B6
+102
+}
+330
+B6
+100
+AcDbScale
+ 70
+     0
+300
+1/64" = 1'-0"
+140
+0.015625
+141
+12.0
+290
+     0
+  0
+SCALE
+  5
+CA
+102
+{ACAD_REACTORS
+330
+B6
+102
+}
+330
+B6
+100
+AcDbScale
+ 70
+     0
+300
+1/32" = 1'-0"
+140
+0.03125
+141
+12.0
+290
+     0
+  0
+SCALE
+  5
+CB
+102
+{ACAD_REACTORS
+330
+B6
+102
+}
+330
+B6
+100
+AcDbScale
+ 70
+     0
+300
+1/16" = 1'-0"
+140
+0.0625
+141
+12.0
+290
+     0
+  0
+SCALE
+  5
+CC
+102
+{ACAD_REACTORS
+330
+B6
+102
+}
+330
+B6
+100
+AcDbScale
+ 70
+     0
+300
+3/32" = 1'-0"
+140
+0.09375
+141
+12.0
+290
+     0
+  0
+SCALE
+  5
+CD
+102
+{ACAD_REACTORS
+330
+B6
+102
+}
+330
+B6
+100
+AcDbScale
+ 70
+     0
+300
+1/8" = 1'-0"
+140
+0.125
+141
+12.0
+290
+     0
+  0
+SCALE
+  5
+CE
+102
+{ACAD_REACTORS
+330
+B6
+102
+}
+330
+B6
+100
+AcDbScale
+ 70
+     0
+300
+3/16" = 1'-0"
+140
+0.1875
+141
+12.0
+290
+     0
+  0
+SCALE
+  5
+CF
+102
+{ACAD_REACTORS
+330
+B6
+102
+}
+330
+B6
+100
+AcDbScale
+ 70
+     0
+300
+1/4" = 1'-0"
+140
+0.25
+141
+12.0
+290
+     0
+  0
+SCALE
+  5
+D0
+102
+{ACAD_REACTORS
+330
+B6
+102
+}
+330
+B6
+100
+AcDbScale
+ 70
+     0
+300
+3/8" = 1'-0"
+140
+0.375
+141
+12.0
+290
+     0
+  0
+SCALE
+  5
+D1
+102
+{ACAD_REACTORS
+330
+B6
+102
+}
+330
+B6
+100
+AcDbScale
+ 70
+     0
+300
+1/2" = 1'-0"
+140
+0.5
+141
+12.0
+290
+     0
+  0
+SCALE
+  5
+D2
+102
+{ACAD_REACTORS
+330
+B6
+102
+}
+330
+B6
+100
+AcDbScale
+ 70
+     0
+300
+3/4" = 1'-0"
+140
+0.75
+141
+12.0
+290
+     0
+  0
+SCALE
+  5
+D3
+102
+{ACAD_REACTORS
+330
+B6
+102
+}
+330
+B6
+100
+AcDbScale
+ 70
+     0
+300
+1" = 1'-0"
+140
+1.0
+141
+12.0
+290
+     0
+  0
+SCALE
+  5
+D4
+102
+{ACAD_REACTORS
+330
+B6
+102
+}
+330
+B6
+100
+AcDbScale
+ 70
+     0
+300
+1-1/2" = 1'-0"
+140
+1.5
+141
+12.0
+290
+     0
+  0
+SCALE
+  5
+D5
+102
+{ACAD_REACTORS
+330
+B6
+102
+}
+330
+B6
+100
+AcDbScale
+ 70
+     0
+300
+3" = 1'-0"
+140
+3.0
+141
+12.0
+290
+     0
+  0
+SCALE
+  5
+D6
+102
+{ACAD_REACTORS
+330
+B6
+102
+}
+330
+B6
+100
+AcDbScale
+ 70
+     0
+300
+6" = 1'-0"
+140
+6.0
+141
+12.0
+290
+     0
+  0
+SCALE
+  5
+D7
+102
+{ACAD_REACTORS
+330
+B6
+102
+}
+330
+B6
+100
+AcDbScale
+ 70
+     0
+300
+1'-0" = 1'-0"
+140
+12.0
+141
+12.0
+290
+     0
+  0
+ACDBSECTIONVIEWSTYLE
+  5
+76E5
+102
+{ACAD_XDICTIONARY
+360
+B0AF
+102
+}
+102
+{ACAD_REACTORS
+330
+6ED6
+102
+}
+330
+6ED6
+100
+AcDbModelDocViewStyle
+ 70
+     0
+  3
+Imperial24
+290
+     0
+100
+AcDbSectionViewStyle
+ 70
+     0
+ 71
+     0
+ 90
+       78
+ 71
+     1
+340
+11
+ 62
+   256
+ 40
+0.24
+340
+0
+340
+0
+ 62
+   256
+ 40
+0.24
+300
+I, O, Q, S, X, Z
+ 40
+0.48
+ 90
+        3
+ 40
+0.18
+ 90
+        1
+ 71
+     2
+340
+16
+ 90
+       25
+ 62
+   256
+340
+16
+ 90
+       50
+ 62
+   256
+ 40
+0.24
+ 40
+0.0
+ 40
+0.24
+ 71
+     3
+340
+11
+ 62
+   256
+ 40
+0.24
+ 90
+        1
+ 40
+0.75
+ 90
+        1
+300
+%<\AcVar ViewType \f "%tc1">% %<\AcVar ViewSectionStartId>%-%<\AcVar ViewSectionEndId>%\PECHELLE %<\AcVar ViewScale \f "%sn">%
+ 71
+     4
+ 62
+   256
+ 62
+   257
+300
+ANSI31
+ 40
+1.0
+ 90
+        0
+290
+     0
+290
+     0
+ 90
+        6
+ 40
+0.0
+ 40
+1.570796326794896
+ 40
+0.2617993877991494
+ 40
+1.308996938995747
+ 40
+-0.2617993877991494
+ 40
+1.832595714594044
+  0
+ACDBSECTIONVIEWSTYLE
+  5
+9926
+102
+{ACAD_XDICTIONARY
+360
+B0B3
+102
+}
+102
+{ACAD_REACTORS
+330
+6ED6
+102
+}
+330
+6ED6
+100
+AcDbModelDocViewStyle
+ 70
+     0
+  3
+Metric50
+290
+     0
+100
+AcDbSectionViewStyle
+ 70
+     0
+ 71
+     0
+ 90
+      102
+ 71
+     1
+340
+11
+ 62
+   256
+ 40
+5.0
+340
+0
+340
+0
+ 62
+   256
+ 40
+5.0
+300
+I, O, Q, S, X, Z
+ 40
+10.0
+ 90
+        0
+ 40
+2.5
+ 90
+        0
+ 71
+     2
+340
+16
+ 90
+       25
+ 62
+   256
+340
+16
+ 90
+       50
+ 62
+   256
+ 40
+5.0
+ 40
+2.5
+ 40
+5.0
+ 71
+     3
+340
+11
+ 62
+   256
+ 40
+5.0
+ 90
+        0
+ 40
+15.0
+ 90
+        1
+300
+%<\AcVar ViewSectionStartId>%-%<\AcVar ViewSectionEndId>% (%<\AcVar ViewScale \f "%sn">%)
+ 71
+     4
+ 62
+   256
+ 62
+   257
+300
+ANSI31
+ 40
+1.0
+ 90
+        0
+290
+     0
+290
+     0
+ 90
+        6
+ 40
+0.0
+ 40
+1.570796326794896
+ 40
+0.2617993877991494
+ 40
+1.308996938995747
+ 40
+-0.2617993877991494
+ 40
+1.832595714594044
+  0
+TABLESTYLE
+  5
+87
+102
+{ACAD_XDICTIONARY
+360
+B057
+102
+}
+102
+{ACAD_REACTORS
+330
+86
+102
+}
+330
+86
+100
+AcDbTableStyle
+280
+     0
+  3
+Standard
+ 70
+     0
+ 71
+     0
+ 40
+0.06
+ 41
+0.06
+280
+     0
+281
+     0
+  7
+Standard
+140
+0.18
+170
+     2
+ 62
+     0
+ 63
+     7
+283
+     0
+ 90
+      512
+ 91
+        0
+  1
+
+274
+    -2
+284
+     1
+ 64
+     0
+275
+    -2
+285
+     1
+ 65
+     0
+276
+    -2
+286
+     1
+ 66
+     0
+277
+    -2
+287
+     1
+ 67
+     0
+278
+    -2
+288
+     1
+ 68
+     0
+279
+    -2
+289
+     1
+ 69
+     0
+  7
+Standard
+140
+0.25
+170
+     5
+ 62
+     0
+ 63
+     7
+283
+     0
+ 90
+      512
+ 91
+        0
+  1
+
+274
+    -2
+284
+     1
+ 64
+     0
+275
+    -2
+285
+     1
+ 65
+     0
+276
+    -2
+286
+     1
+ 66
+     0
+277
+    -2
+287
+     1
+ 67
+     0
+278
+    -2
+288
+     1
+ 68
+     0
+279
+    -2
+289
+     1
+ 69
+     0
+  7
+Standard
+140
+0.18
+170
+     5
+ 62
+     0
+ 63
+     7
+283
+     0
+ 90
+      512
+ 91
+        0
+  1
+
+274
+    -2
+284
+     1
+ 64
+     0
+275
+    -2
+285
+     1
+ 65
+     0
+276
+    -2
+286
+     1
+ 66
+     0
+277
+    -2
+287
+     1
+ 67
+     0
+278
+    -2
+288
+     1
+ 68
+     0
+279
+    -2
+289
+     1
+ 69
+     0
+  0
+VISUALSTYLE
+  5
+9F
+102
+{ACAD_REACTORS
+330
+99
+102
+}
+330
+99
+100
+AcDbVisualStyle
+  2
+
+ 70
+     4
+177
+     3
+291
+     0
+ 70
+    58
+ 90
+        0
+176
+     1
+ 90
+        2
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        0
+176
+     1
+ 40
+0.6
+176
+     1
+ 40
+30.0
+176
+     1
+ 62
+     7
+420
+ 16777215
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        4
+176
+     1
+ 62
+     7
+176
+     1
+ 62
+   257
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        1
+176
+     1
+ 40
+1.0
+176
+     1
+ 90
+        0
+176
+     1
+ 62
+   257
+176
+     1
+ 40
+1.0
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        6
+176
+     1
+ 90
+        2
+176
+     1
+ 62
+     7
+176
+     1
+ 90
+        5
+176
+     1
+ 90
+        0
+176
+     1
+ 90
+        0
+176
+     1
+290
+     0
+176
+     1
+ 90
+        1
+176
+     1
+ 40
+0.0
+176
+     1
+ 90
+        0
+176
+     1
+290
+     1
+176
+     1
+290
+     1
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 40
+0.0
+176
+     1
+ 40
+1.0
+176
+     1
+ 90
+        0
+176
+     1
+ 62
+    18
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+        3
+176
+     1
+ 62
+     5
+420
+      255
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+       50
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 62
+   256
+176
+     0
+ 40
+1.0
+176
+     0
+ 90
+        2
+176
+     1
+  1
+strokes_ogs.tif
+176
+     1
+290
+     0
+176
+     1
+ 40
+1.0
+176
+     1
+ 40
+1.0
+176
+     1
+  0
+VISUALSTYLE
+  5
+A1
+102
+{ACAD_REACTORS
+330
+99
+102
+}
+330
+99
+100
+AcDbVisualStyle
+  2
+
+ 70
+     6
+177
+     3
+291
+     0
+ 70
+    58
+ 90
+        1
+176
+     1
+ 90
+        2
+176
+     1
+ 90
+        2
+176
+     1
+ 90
+        0
+176
+     1
+ 40
+0.6
+176
+     1
+ 40
+30.0
+176
+     1
+ 62
+     7
+420
+ 16777215
+176
+     1
+ 90
+        2
+176
+     1
+ 90
+        2
+176
+     1
+ 62
+     7
+176
+     1
+ 62
+   257
+176
+     1
+ 90
+        2
+176
+     1
+ 90
+        1
+176
+     1
+ 40
+40.0
+176
+     1
+ 90
+        0
+176
+     1
+ 62
+   257
+176
+     1
+ 40
+1.0
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        6
+176
+     1
+ 90
+        2
+176
+     1
+ 62
+     7
+176
+     1
+ 90
+        3
+176
+     1
+ 90
+        0
+176
+     1
+ 90
+        0
+176
+     1
+290
+     0
+176
+     1
+ 90
+        1
+176
+     1
+ 40
+0.0
+176
+     1
+ 90
+        0
+176
+     1
+290
+     0
+176
+     1
+290
+     1
+176
+     1
+290
+     1
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 40
+0.0
+176
+     1
+ 40
+1.0
+176
+     1
+ 90
+        0
+176
+     1
+ 62
+    18
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+        3
+176
+     1
+ 62
+     5
+420
+      255
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+       50
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 62
+   256
+176
+     0
+ 40
+1.0
+176
+     0
+ 90
+        2
+176
+     1
+  1
+strokes_ogs.tif
+176
+     1
+290
+     0
+176
+     1
+ 40
+1.0
+176
+     1
+ 40
+1.0
+176
+     1
+  0
+VISUALSTYLE
+  5
+A0
+102
+{ACAD_REACTORS
+330
+99
+102
+}
+330
+99
+100
+AcDbVisualStyle
+  2
+
+ 70
+     5
+177
+     3
+291
+     0
+ 70
+    58
+ 90
+        0
+176
+     1
+ 90
+        2
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        0
+176
+     1
+ 40
+0.6
+176
+     1
+ 40
+30.0
+176
+     1
+ 62
+     7
+420
+ 16777215
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        4
+176
+     1
+ 62
+     7
+176
+     1
+ 62
+   257
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        1
+176
+     1
+ 40
+1.0
+176
+     1
+ 90
+        0
+176
+     1
+ 62
+   257
+176
+     1
+ 40
+1.0
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        6
+176
+     1
+ 90
+        2
+176
+     1
+ 62
+     7
+176
+     1
+ 90
+        5
+176
+     1
+ 90
+        0
+176
+     1
+ 90
+        0
+176
+     1
+290
+     0
+176
+     1
+ 90
+        1
+176
+     1
+ 40
+0.0
+176
+     1
+ 90
+        0
+176
+     1
+290
+     0
+176
+     1
+290
+     1
+176
+     1
+290
+     1
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 40
+0.0
+176
+     1
+ 40
+1.0
+176
+     1
+ 90
+        0
+176
+     1
+ 62
+    18
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+        3
+176
+     1
+ 62
+     5
+420
+      255
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+       50
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 62
+   256
+176
+     0
+ 40
+1.0
+176
+     0
+ 90
+        2
+176
+     1
+  1
+strokes_ogs.tif
+176
+     1
+290
+     0
+176
+     1
+ 40
+1.0
+176
+     1
+ 40
+1.0
+176
+     1
+  0
+VISUALSTYLE
+  5
+9E
+102
+{ACAD_REACTORS
+330
+99
+102
+}
+330
+99
+100
+AcDbVisualStyle
+  2
+
+ 70
+     7
+177
+     3
+291
+     1
+ 70
+    58
+ 90
+        1
+176
+     1
+ 90
+        0
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        0
+176
+     1
+ 40
+0.6
+176
+     1
+ 40
+30.0
+176
+     1
+ 62
+     7
+420
+ 16777215
+176
+     1
+ 90
+        0
+176
+     1
+ 90
+        4
+176
+     1
+ 62
+     7
+176
+     1
+ 62
+   257
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        1
+176
+     1
+ 40
+1.0
+176
+     1
+ 90
+        8
+176
+     1
+ 62
+     7
+176
+     1
+ 40
+1.0
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        6
+176
+     1
+ 90
+        2
+176
+     1
+ 62
+     7
+176
+     1
+ 90
+        5
+176
+     1
+ 90
+        0
+176
+     1
+ 90
+        0
+176
+     1
+290
+     0
+176
+     1
+ 90
+        1
+176
+     1
+ 40
+0.0
+176
+     1
+ 90
+        0
+176
+     1
+290
+     0
+176
+     1
+290
+     1
+176
+     1
+290
+     1
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 40
+0.0
+176
+     1
+ 40
+1.0
+176
+     1
+ 90
+        0
+176
+     1
+ 62
+    18
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+        3
+176
+     1
+ 62
+     5
+420
+      255
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+       50
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 62
+   256
+176
+     0
+ 40
+1.0
+176
+     0
+ 90
+        2
+176
+     1
+  1
+strokes_ogs.tif
+176
+     1
+290
+     0
+176
+     1
+ 40
+1.0
+176
+     1
+ 40
+1.0
+176
+     1
+  0
+VISUALSTYLE
+  5
+A5
+102
+{ACAD_REACTORS
+330
+99
+102
+}
+330
+99
+100
+AcDbVisualStyle
+  2
+
+ 70
+    12
+177
+     3
+291
+     1
+ 70
+    58
+ 90
+        2
+176
+     1
+ 90
+        2
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        0
+176
+     1
+ 40
+0.6
+176
+     1
+ 40
+30.0
+176
+     1
+ 62
+     7
+420
+ 16777215
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        4
+176
+     1
+ 62
+     7
+176
+     1
+ 62
+   257
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        1
+176
+     1
+ 40
+1.0
+176
+     1
+ 90
+        8
+176
+     1
+ 62
+     7
+176
+     1
+ 40
+1.0
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        6
+176
+     1
+ 90
+        2
+176
+     1
+ 62
+     7
+176
+     1
+ 90
+        5
+176
+     1
+ 90
+        0
+176
+     1
+ 90
+        0
+176
+     1
+290
+     0
+176
+     1
+ 90
+        1
+176
+     1
+ 40
+50.0
+176
+     1
+ 90
+        0
+176
+     1
+290
+     0
+176
+     1
+290
+     1
+176
+     1
+290
+     1
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 40
+0.0
+176
+     1
+ 40
+1.0
+176
+     1
+ 90
+        0
+176
+     1
+ 62
+    18
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+        3
+176
+     1
+ 62
+     5
+420
+      255
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+       50
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 62
+   256
+176
+     0
+ 40
+1.0
+176
+     0
+ 90
+        2
+176
+     1
+  1
+strokes_ogs.tif
+176
+     1
+290
+     0
+176
+     1
+ 40
+1.0
+176
+     1
+ 40
+1.0
+176
+     1
+  0
+VISUALSTYLE
+  5
+A9
+102
+{ACAD_REACTORS
+330
+99
+102
+}
+330
+99
+100
+AcDbVisualStyle
+  2
+
+ 70
+    16
+177
+     3
+291
+     1
+ 70
+    58
+ 90
+        2
+176
+     1
+ 90
+        2
+176
+     1
+ 90
+        3
+176
+     1
+ 90
+        0
+176
+     1
+ 40
+0.6
+176
+     1
+ 40
+30.0
+176
+     1
+ 62
+     8
+420
+  8421504
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        4
+176
+     1
+ 62
+     7
+176
+     1
+ 62
+   257
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        1
+176
+     1
+ 40
+1.0
+176
+     1
+ 90
+        8
+176
+     1
+ 62
+     8
+420
+  8421504
+176
+     1
+ 40
+1.0
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        6
+176
+     1
+ 90
+        2
+176
+     1
+ 62
+     7
+176
+     1
+ 90
+        5
+176
+     1
+ 90
+        0
+176
+     1
+ 90
+        0
+176
+     1
+290
+     0
+176
+     1
+ 90
+        1
+176
+     1
+ 40
+0.0
+176
+     1
+ 90
+        0
+176
+     1
+290
+     0
+176
+     1
+290
+     1
+176
+     1
+290
+     1
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 40
+0.0
+176
+     1
+ 40
+1.0
+176
+     1
+ 90
+        0
+176
+     1
+ 62
+    18
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+        3
+176
+     1
+ 62
+     5
+420
+      255
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+       50
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 62
+   256
+176
+     0
+ 40
+1.0
+176
+     0
+ 90
+        2
+176
+     1
+  1
+strokes_ogs.tif
+176
+     1
+290
+     0
+176
+     1
+ 40
+1.0
+176
+     1
+ 40
+1.0
+176
+     1
+  0
+VISUALSTYLE
+  5
+A2
+102
+{ACAD_REACTORS
+330
+99
+102
+}
+330
+99
+100
+AcDbVisualStyle
+  2
+
+ 70
+     9
+177
+     3
+291
+     0
+ 70
+    58
+ 90
+        3
+176
+     1
+ 90
+        2
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        0
+176
+     1
+ 40
+0.6
+176
+     1
+ 40
+30.0
+176
+     1
+ 62
+     7
+420
+ 16777215
+176
+     1
+ 90
+        2
+176
+     1
+ 90
+        2
+176
+     1
+ 62
+     7
+176
+     1
+ 62
+   257
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        1
+176
+     1
+ 40
+40.0
+176
+     1
+ 90
+        8
+176
+     1
+ 62
+     7
+176
+     1
+ 40
+1.0
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        6
+176
+     1
+ 90
+        2
+176
+     1
+ 62
+     7
+176
+     1
+ 90
+        3
+176
+     1
+ 90
+        0
+176
+     1
+ 90
+        0
+176
+     1
+290
+     0
+176
+     1
+ 90
+        1
+176
+     1
+ 40
+0.0
+176
+     1
+ 90
+        0
+176
+     1
+290
+     0
+176
+     1
+290
+     1
+176
+     1
+290
+     1
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 40
+0.0
+176
+     1
+ 40
+1.0
+176
+     1
+ 90
+        0
+176
+     1
+ 62
+    18
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+        3
+176
+     1
+ 62
+     5
+420
+      255
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+       50
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 62
+   256
+176
+     0
+ 40
+1.0
+176
+     0
+ 90
+        2
+176
+     1
+  1
+strokes_ogs.tif
+176
+     1
+290
+     0
+176
+     1
+ 40
+1.0
+176
+     1
+ 40
+1.0
+176
+     1
+  0
+VISUALSTYLE
+  5
+A4
+102
+{ACAD_REACTORS
+330
+99
+102
+}
+330
+99
+100
+AcDbVisualStyle
+  2
+
+ 70
+    11
+177
+     3
+291
+     1
+ 70
+    58
+ 90
+        2
+176
+     1
+ 90
+        2
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        0
+176
+     1
+ 40
+0.6
+176
+     1
+ 40
+30.0
+176
+     1
+ 62
+     7
+420
+ 16777215
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        4
+176
+     1
+ 62
+     7
+176
+     1
+ 62
+   257
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        1
+176
+     1
+ 40
+1.0
+176
+     1
+ 90
+        8
+176
+     1
+ 62
+     7
+176
+     1
+ 40
+1.0
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        6
+176
+     1
+ 90
+        2
+176
+     1
+ 62
+     7
+176
+     1
+ 90
+        5
+176
+     1
+ 90
+        0
+176
+     1
+ 90
+        0
+176
+     1
+290
+     0
+176
+     1
+ 90
+        1
+176
+     1
+ 40
+-50.0
+176
+     1
+ 90
+        0
+176
+     1
+290
+     0
+176
+     1
+290
+     1
+176
+     1
+290
+     1
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 40
+0.0
+176
+     1
+ 40
+1.0
+176
+     1
+ 90
+        0
+176
+     1
+ 62
+    18
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+        3
+176
+     1
+ 62
+     5
+420
+      255
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+       50
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 62
+   256
+176
+     0
+ 40
+1.0
+176
+     0
+ 90
+        2
+176
+     1
+  1
+strokes_ogs.tif
+176
+     1
+290
+     0
+176
+     1
+ 40
+1.0
+176
+     1
+ 40
+1.0
+176
+     1
+  0
+VISUALSTYLE
+  5
+AA9
+102
+{ACAD_REACTORS
+330
+99
+102
+}
+330
+99
+100
+AcDbVisualStyle
+  2
+
+ 70
+    22
+177
+     3
+291
+     1
+ 70
+    58
+ 90
+        2
+176
+     1
+ 90
+        2
+176
+     1
+ 90
+        0
+176
+     1
+ 90
+        0
+176
+     1
+ 40
+0.6
+176
+     1
+ 40
+30.0
+176
+     1
+ 62
+     7
+420
+ 16777215
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        4
+176
+     1
+ 62
+     7
+176
+     1
+ 62
+   257
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        1
+176
+     1
+ 40
+1.0
+176
+     1
+ 90
+        8
+176
+     1
+ 62
+     7
+176
+     1
+ 40
+1.0
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        6
+176
+     1
+ 90
+        2
+176
+     1
+ 62
+     7
+176
+     1
+ 90
+        5
+176
+     1
+ 90
+        0
+176
+     1
+ 90
+        0
+176
+     1
+290
+     0
+176
+     1
+ 90
+        1
+176
+     1
+ 40
+0.0
+176
+     1
+ 90
+        0
+176
+     1
+290
+     0
+176
+     1
+290
+     1
+176
+     1
+290
+     1
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 40
+0.0
+176
+     1
+ 40
+1.0
+176
+     1
+ 90
+        0
+176
+     1
+ 62
+    18
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+        3
+176
+     1
+ 62
+     5
+420
+      255
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+       50
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 62
+   256
+176
+     0
+ 40
+1.0
+176
+     0
+ 90
+        2
+176
+     1
+  1
+strokes_ogs.tif
+176
+     1
+290
+     0
+176
+     1
+ 40
+1.0
+176
+     1
+ 40
+1.0
+176
+     1
+  0
+VISUALSTYLE
+  5
+A8
+102
+{ACAD_REACTORS
+330
+99
+102
+}
+330
+99
+100
+AcDbVisualStyle
+  2
+
+ 70
+    15
+177
+     3
+291
+     1
+ 70
+    58
+ 90
+        2
+176
+     1
+ 90
+        2
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        0
+176
+     1
+ 40
+0.6
+176
+     1
+ 40
+30.0
+176
+     1
+ 62
+     7
+420
+ 16777215
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        4
+176
+     1
+ 62
+     7
+176
+     1
+ 62
+   257
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        1
+176
+     1
+ 40
+1.0
+176
+     1
+ 90
+        8
+176
+     1
+ 62
+     7
+176
+     1
+ 40
+1.0
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        6
+176
+     1
+ 90
+        2
+176
+     1
+ 62
+     7
+176
+     1
+ 90
+        5
+176
+     1
+ 90
+        0
+176
+     1
+ 90
+        0
+176
+     1
+290
+     0
+176
+     1
+ 90
+        1
+176
+     1
+ 40
+0.0
+176
+     1
+ 90
+        0
+176
+     1
+290
+     0
+176
+     1
+290
+     1
+176
+     1
+290
+     1
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 40
+0.0
+176
+     1
+ 40
+1.0
+176
+     1
+ 90
+        0
+176
+     1
+ 62
+    18
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+        3
+176
+     1
+ 62
+     5
+420
+      255
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+       50
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 62
+   256
+176
+     0
+ 40
+1.0
+176
+     0
+ 90
+        2
+176
+     1
+  1
+strokes_ogs.tif
+176
+     1
+290
+     0
+176
+     1
+ 40
+1.0
+176
+     1
+ 40
+1.0
+176
+     1
+  0
+VISUALSTYLE
+  5
+9A
+102
+{ACAD_REACTORS
+330
+99
+102
+}
+330
+99
+100
+AcDbVisualStyle
+  2
+
+ 70
+     0
+177
+     3
+291
+     1
+ 70
+    58
+ 90
+        2
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        2
+176
+     1
+ 40
+0.6
+176
+     1
+ 40
+30.0
+176
+     1
+ 62
+     7
+420
+ 16777215
+176
+     1
+ 90
+        0
+176
+     1
+ 90
+        4
+176
+     1
+ 62
+     7
+176
+     1
+ 62
+   257
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        1
+176
+     1
+ 40
+1.0
+176
+     1
+ 90
+        8
+176
+     1
+ 62
+     7
+176
+     1
+ 40
+1.0
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        6
+176
+     1
+ 90
+        2
+176
+     1
+ 62
+     7
+176
+     1
+ 90
+        5
+176
+     1
+ 90
+        0
+176
+     1
+ 90
+        0
+176
+     1
+290
+     0
+176
+     1
+ 90
+        1
+176
+     1
+ 40
+0.0
+176
+     1
+ 90
+        0
+176
+     1
+290
+     0
+176
+     1
+290
+     1
+176
+     1
+290
+     1
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 40
+0.0
+176
+     1
+ 40
+1.0
+176
+     1
+ 90
+        0
+176
+     1
+ 62
+    18
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+        3
+176
+     1
+ 62
+     5
+420
+      255
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+       50
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 62
+   256
+176
+     0
+ 40
+1.0
+176
+     0
+ 90
+        2
+176
+     1
+  1
+strokes_ogs.tif
+176
+     1
+290
+     0
+176
+     1
+ 40
+1.0
+176
+     1
+ 40
+1.0
+176
+     1
+  0
+VISUALSTYLE
+  5
+9B
+102
+{ACAD_REACTORS
+330
+99
+102
+}
+330
+99
+100
+AcDbVisualStyle
+  2
+
+ 70
+     1
+177
+     3
+291
+     1
+ 70
+    58
+ 90
+        2
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        2
+176
+     1
+ 40
+0.6
+176
+     1
+ 40
+30.0
+176
+     1
+ 62
+     7
+420
+ 16777215
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        4
+176
+     1
+ 62
+     7
+176
+     1
+ 62
+   257
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        1
+176
+     1
+ 40
+1.0
+176
+     1
+ 90
+        0
+176
+     1
+ 62
+   257
+176
+     1
+ 40
+1.0
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        6
+176
+     1
+ 90
+        2
+176
+     1
+ 62
+     7
+176
+     1
+ 90
+        5
+176
+     1
+ 90
+        0
+176
+     1
+ 90
+        0
+176
+     1
+290
+     0
+176
+     1
+ 90
+        1
+176
+     1
+ 40
+0.0
+176
+     1
+ 90
+        0
+176
+     1
+290
+     0
+176
+     1
+290
+     1
+176
+     1
+290
+     1
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 40
+0.0
+176
+     1
+ 40
+1.0
+176
+     1
+ 90
+        0
+176
+     1
+ 62
+    18
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+        3
+176
+     1
+ 62
+     5
+420
+      255
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+       50
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 62
+   256
+176
+     0
+ 40
+1.0
+176
+     0
+ 90
+        2
+176
+     1
+  1
+strokes_ogs.tif
+176
+     1
+290
+     0
+176
+     1
+ 40
+1.0
+176
+     1
+ 40
+1.0
+176
+     1
+  0
+VISUALSTYLE
+  5
+9C
+102
+{ACAD_REACTORS
+330
+99
+102
+}
+330
+99
+100
+AcDbVisualStyle
+  2
+
+ 70
+     2
+177
+     3
+291
+     1
+ 70
+    58
+ 90
+        2
+176
+     1
+ 90
+        2
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        2
+176
+     1
+ 40
+0.6
+176
+     1
+ 40
+30.0
+176
+     1
+ 62
+     7
+420
+ 16777215
+176
+     1
+ 90
+        0
+176
+     1
+ 90
+        4
+176
+     1
+ 62
+     7
+176
+     1
+ 62
+   257
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        1
+176
+     1
+ 40
+1.0
+176
+     1
+ 90
+        0
+176
+     1
+ 62
+     7
+176
+     1
+ 40
+1.0
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        6
+176
+     1
+ 90
+        2
+176
+     1
+ 62
+     7
+176
+     1
+ 90
+        5
+176
+     1
+ 90
+        0
+176
+     1
+ 90
+        0
+176
+     1
+290
+     0
+176
+     1
+ 90
+        1
+176
+     1
+ 40
+0.0
+176
+     1
+ 90
+        0
+176
+     1
+290
+     0
+176
+     1
+290
+     1
+176
+     1
+290
+     1
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 40
+0.0
+176
+     1
+ 40
+1.0
+176
+     1
+ 90
+        0
+176
+     1
+ 62
+    18
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+        3
+176
+     1
+ 62
+     5
+420
+      255
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+       50
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 62
+   256
+176
+     0
+ 40
+1.0
+176
+     0
+ 90
+        2
+176
+     1
+  1
+strokes_ogs.tif
+176
+     1
+290
+     0
+176
+     1
+ 40
+1.0
+176
+     1
+ 40
+1.0
+176
+     1
+  0
+VISUALSTYLE
+  5
+9D
+102
+{ACAD_REACTORS
+330
+99
+102
+}
+330
+99
+100
+AcDbVisualStyle
+  2
+
+ 70
+     3
+177
+     3
+291
+     1
+ 70
+    58
+ 90
+        2
+176
+     1
+ 90
+        2
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        2
+176
+     1
+ 40
+0.6
+176
+     1
+ 40
+30.0
+176
+     1
+ 62
+     7
+420
+ 16777215
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        4
+176
+     1
+ 62
+     7
+176
+     1
+ 62
+   257
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        1
+176
+     1
+ 40
+1.0
+176
+     1
+ 90
+        0
+176
+     1
+ 62
+   257
+176
+     1
+ 40
+1.0
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        6
+176
+     1
+ 90
+        2
+176
+     1
+ 62
+     7
+176
+     1
+ 90
+        5
+176
+     1
+ 90
+        0
+176
+     1
+ 90
+        0
+176
+     1
+290
+     0
+176
+     1
+ 90
+        1
+176
+     1
+ 40
+0.0
+176
+     1
+ 90
+        0
+176
+     1
+290
+     0
+176
+     1
+290
+     1
+176
+     1
+290
+     1
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 40
+0.0
+176
+     1
+ 40
+1.0
+176
+     1
+ 90
+        0
+176
+     1
+ 62
+    18
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+        3
+176
+     1
+ 62
+     5
+420
+      255
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+       50
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 62
+   256
+176
+     0
+ 40
+1.0
+176
+     0
+ 90
+        2
+176
+     1
+  1
+strokes_ogs.tif
+176
+     1
+290
+     0
+176
+     1
+ 40
+1.0
+176
+     1
+ 40
+1.0
+176
+     1
+  0
+VISUALSTYLE
+  5
+AAF
+102
+{ACAD_REACTORS
+330
+99
+102
+}
+330
+99
+100
+AcDbVisualStyle
+  2
+
+ 70
+     6
+177
+     3
+291
+     0
+ 70
+    58
+ 90
+        1
+176
+     1
+ 90
+        2
+176
+     1
+ 90
+        2
+176
+     1
+ 90
+        0
+176
+     1
+ 40
+0.6
+176
+     1
+ 40
+30.0
+176
+     1
+ 62
+     7
+420
+ 16777215
+176
+     1
+ 90
+        2
+176
+     1
+ 90
+        2
+176
+     1
+ 62
+     7
+176
+     1
+ 62
+   257
+176
+     1
+ 90
+        2
+176
+     1
+ 90
+        1
+176
+     1
+ 40
+40.0
+176
+     1
+ 90
+        0
+176
+     1
+ 62
+   257
+176
+     1
+ 40
+1.0
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        6
+176
+     1
+ 90
+        2
+176
+     1
+ 62
+     7
+176
+     1
+ 90
+        3
+176
+     1
+ 90
+        0
+176
+     1
+ 90
+        0
+176
+     1
+290
+     0
+176
+     1
+ 90
+        1
+176
+     1
+ 40
+0.0
+176
+     1
+ 90
+        0
+176
+     1
+290
+     0
+176
+     1
+290
+     1
+176
+     1
+290
+     1
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 40
+0.0
+176
+     1
+ 40
+1.0
+176
+     1
+ 90
+        0
+176
+     1
+ 62
+    18
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+        3
+176
+     1
+ 62
+     5
+420
+      255
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+       50
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 62
+   256
+176
+     0
+ 40
+1.0
+176
+     0
+ 90
+        2
+176
+     1
+  1
+strokes_ogs.tif
+176
+     1
+290
+     0
+176
+     1
+ 40
+1.0
+176
+     1
+ 40
+1.0
+176
+     1
+  0
+VISUALSTYLE
+  5
+AB0
+102
+{ACAD_REACTORS
+330
+99
+102
+}
+330
+99
+100
+AcDbVisualStyle
+  2
+
+ 70
+    20
+177
+     3
+291
+     1
+ 70
+    58
+ 90
+        2
+176
+     1
+ 90
+        2
+176
+     1
+ 90
+        0
+176
+     1
+ 90
+        0
+176
+     1
+ 40
+0.6
+176
+     1
+ 40
+30.0
+176
+     1
+ 62
+     7
+420
+ 16777215
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        4
+176
+     1
+ 62
+     7
+176
+     1
+ 62
+   257
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        1
+176
+     1
+ 40
+1.0
+176
+     1
+ 90
+       10
+176
+     1
+ 62
+     7
+176
+     1
+ 40
+1.0
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        6
+176
+     1
+ 90
+        2
+176
+     1
+ 62
+     7
+176
+     1
+ 90
+        5
+176
+     1
+ 90
+        0
+176
+     1
+ 90
+        0
+176
+     1
+290
+     0
+176
+     1
+ 90
+        1
+176
+     1
+ 40
+0.0
+176
+     1
+ 90
+        0
+176
+     1
+290
+     0
+176
+     1
+290
+     1
+176
+     1
+290
+     1
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 40
+0.0
+176
+     1
+ 40
+1.0
+176
+     1
+ 90
+        0
+176
+     1
+ 62
+    18
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+        3
+176
+     1
+ 62
+     5
+420
+      255
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+       50
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 62
+   256
+176
+     0
+ 40
+1.0
+176
+     0
+ 90
+        2
+176
+     1
+  1
+strokes_ogs.tif
+176
+     1
+290
+     0
+176
+     1
+ 40
+1.0
+176
+     1
+ 40
+1.0
+176
+     1
+  0
+VISUALSTYLE
+  5
+A7
+102
+{ACAD_REACTORS
+330
+99
+102
+}
+330
+99
+100
+AcDbVisualStyle
+  2
+
+ 70
+    14
+177
+     3
+291
+     1
+ 70
+    58
+ 90
+        2
+176
+     1
+ 90
+        2
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        0
+176
+     1
+ 40
+0.6
+176
+     1
+ 40
+30.0
+176
+     1
+ 62
+     7
+420
+ 16777215
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        4
+176
+     1
+ 62
+     7
+176
+     1
+ 62
+   257
+176
+     1
+ 90
+        7
+176
+     1
+ 90
+        7
+176
+     1
+ 40
+1.0
+176
+     1
+ 90
+        8
+176
+     1
+ 62
+     7
+176
+     1
+ 40
+1.0
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        6
+176
+     1
+ 90
+        2
+176
+     1
+ 62
+     7
+176
+     1
+ 90
+        5
+176
+     1
+ 90
+        0
+176
+     1
+ 90
+        0
+176
+     1
+290
+     0
+176
+     1
+ 90
+        1
+176
+     1
+ 40
+0.0
+176
+     1
+ 90
+        0
+176
+     1
+290
+     0
+176
+     1
+290
+     1
+176
+     1
+290
+     1
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 40
+0.0
+176
+     1
+ 40
+1.0
+176
+     1
+ 90
+        0
+176
+     1
+ 62
+    18
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+        3
+176
+     1
+ 62
+     5
+420
+      255
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+       50
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 62
+   256
+176
+     0
+ 40
+1.0
+176
+     0
+ 90
+        2
+176
+     1
+  1
+strokes_ogs.tif
+176
+     1
+290
+     0
+176
+     1
+ 40
+1.0
+176
+     1
+ 40
+1.0
+176
+     1
+  0
+VISUALSTYLE
+  5
+AB2
+102
+{ACAD_REACTORS
+330
+99
+102
+}
+330
+99
+100
+AcDbVisualStyle
+  2
+
+ 70
+    21
+177
+     3
+291
+     1
+ 70
+    58
+ 90
+        2
+176
+     1
+ 90
+        2
+176
+     1
+ 90
+        0
+176
+     1
+ 90
+        0
+176
+     1
+ 40
+0.6
+176
+     1
+ 40
+30.0
+176
+     1
+ 62
+     7
+420
+ 16777215
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        4
+176
+     1
+ 62
+     7
+176
+     1
+ 62
+   257
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        1
+176
+     1
+ 40
+1.0
+176
+     1
+ 90
+        9
+176
+     1
+ 62
+     7
+176
+     1
+ 40
+1.0
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        6
+176
+     1
+ 90
+        2
+176
+     1
+ 62
+     7
+176
+     1
+ 90
+        5
+176
+     1
+ 90
+        0
+176
+     1
+ 90
+        0
+176
+     1
+290
+     0
+176
+     1
+ 90
+        1
+176
+     1
+ 40
+0.0
+176
+     1
+ 90
+        0
+176
+     1
+290
+     0
+176
+     1
+290
+     1
+176
+     1
+290
+     1
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 40
+0.0
+176
+     1
+ 40
+1.0
+176
+     1
+ 90
+        0
+176
+     1
+ 62
+    18
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+        3
+176
+     1
+ 62
+     5
+420
+      255
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+       50
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 62
+   256
+176
+     0
+ 40
+1.0
+176
+     0
+ 90
+        2
+176
+     1
+  1
+strokes_ogs.tif
+176
+     1
+290
+     0
+176
+     1
+ 40
+1.0
+176
+     1
+ 40
+1.0
+176
+     1
+  0
+VISUALSTYLE
+  5
+A3
+102
+{ACAD_REACTORS
+330
+99
+102
+}
+330
+99
+100
+AcDbVisualStyle
+  2
+
+ 70
+     8
+177
+     3
+291
+     0
+ 70
+    58
+ 90
+        2
+176
+     1
+ 90
+        2
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        0
+176
+     1
+ 40
+0.6
+176
+     1
+ 40
+30.0
+176
+     1
+ 62
+     7
+420
+ 16777215
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        0
+176
+     1
+ 62
+     7
+176
+     1
+ 62
+   257
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        1
+176
+     1
+ 40
+1.0
+176
+     1
+ 90
+        8
+176
+     1
+ 62
+     8
+420
+  7895160
+176
+     1
+ 40
+1.0
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        6
+176
+     1
+ 90
+        2
+176
+     1
+ 62
+     7
+176
+     1
+ 90
+        5
+176
+     1
+ 90
+        0
+176
+     1
+ 90
+        0
+176
+     1
+290
+     0
+176
+     1
+ 90
+       13
+176
+     1
+ 40
+0.0
+176
+     1
+ 90
+        0
+176
+     1
+290
+     0
+176
+     1
+290
+     1
+176
+     1
+290
+     1
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 40
+0.0
+176
+     1
+ 40
+1.0
+176
+     1
+ 90
+        0
+176
+     1
+ 62
+    18
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+        3
+176
+     1
+ 62
+     5
+420
+      255
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+       50
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 62
+   256
+176
+     0
+ 40
+1.0
+176
+     0
+ 90
+        2
+176
+     1
+  1
+strokes_ogs.tif
+176
+     1
+290
+     0
+176
+     1
+ 40
+1.0
+176
+     1
+ 40
+1.0
+176
+     1
+  0
+VISUALSTYLE
+  5
+AB4
+102
+{ACAD_REACTORS
+330
+99
+102
+}
+330
+99
+100
+AcDbVisualStyle
+  2
+
+ 70
+    27
+177
+     3
+291
+     0
+ 70
+    58
+ 90
+        2
+176
+     1
+ 90
+        2
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        2
+176
+     1
+ 40
+0.6
+176
+     1
+ 40
+30.0
+176
+     1
+ 62
+     7
+420
+ 16777215
+176
+     1
+ 90
+        0
+176
+     1
+ 90
+        4
+176
+     1
+ 62
+     7
+176
+     1
+ 62
+   257
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        1
+176
+     1
+ 40
+1.0
+176
+     1
+ 90
+        8
+176
+     1
+ 62
+   257
+176
+     1
+ 40
+1.0
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        6
+176
+     1
+ 90
+        2
+176
+     1
+ 62
+     8
+420
+  7895160
+176
+     1
+ 90
+        3
+176
+     1
+ 90
+        0
+176
+     1
+ 90
+        0
+176
+     1
+290
+     0
+176
+     1
+ 90
+        5
+176
+     1
+ 40
+0.0
+176
+     1
+ 90
+        0
+176
+     1
+290
+     0
+176
+     1
+290
+     1
+176
+     1
+290
+     1
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 40
+0.0
+176
+     1
+ 40
+1.0
+176
+     1
+ 90
+        0
+176
+     1
+ 62
+    18
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+        3
+176
+     1
+ 62
+     5
+420
+      255
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+       50
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 62
+   256
+176
+     0
+ 40
+1.0
+176
+     0
+ 90
+        2
+176
+     1
+  1
+strokes_ogs.tif
+176
+     1
+290
+     0
+176
+     1
+ 40
+1.0
+176
+     1
+ 40
+1.0
+176
+     1
+  0
+VISUALSTYLE
+  5
+AB5
+102
+{ACAD_REACTORS
+330
+99
+102
+}
+330
+99
+100
+AcDbVisualStyle
+  2
+
+ 70
+    26
+177
+     3
+291
+     0
+ 70
+    58
+ 90
+        2
+176
+     1
+ 90
+        2
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        2
+176
+     1
+ 40
+0.6
+176
+     1
+ 40
+30.0
+176
+     1
+ 62
+     7
+420
+ 16777215
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+       10
+176
+     1
+ 62
+     7
+176
+     1
+ 62
+   257
+176
+     1
+ 90
+        2
+176
+     1
+ 90
+        1
+176
+     1
+ 40
+1.0
+176
+     1
+ 90
+        8
+176
+     1
+ 62
+   257
+176
+     1
+ 40
+1.0
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        6
+176
+     1
+ 90
+        2
+176
+     1
+ 62
+     7
+176
+     1
+ 90
+        3
+176
+     1
+ 90
+        0
+176
+     1
+ 90
+        0
+176
+     1
+290
+     0
+176
+     1
+ 90
+        5
+176
+     1
+ 40
+0.0
+176
+     1
+ 90
+        0
+176
+     1
+290
+     0
+176
+     1
+290
+     1
+176
+     1
+290
+     1
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 40
+0.0
+176
+     1
+ 40
+1.0
+176
+     1
+ 90
+        0
+176
+     1
+ 62
+    18
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+        3
+176
+     1
+ 62
+     5
+420
+      255
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+       50
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 62
+   256
+176
+     0
+ 40
+1.0
+176
+     0
+ 90
+        2
+176
+     1
+  1
+strokes_ogs.tif
+176
+     1
+290
+     0
+176
+     1
+ 40
+1.0
+176
+     1
+ 40
+1.0
+176
+     1
+  0
+VISUALSTYLE
+  5
+AB6
+102
+{ACAD_REACTORS
+330
+99
+102
+}
+330
+99
+100
+AcDbVisualStyle
+  2
+
+ 70
+    23
+177
+     3
+291
+     0
+ 70
+    58
+ 90
+        2
+176
+     1
+ 90
+        2
+176
+     1
+ 90
+        3
+176
+     1
+ 90
+        0
+176
+     1
+ 40
+0.6
+176
+     1
+ 40
+30.0
+176
+     1
+ 62
+     7
+420
+ 16777215
+176
+     1
+ 90
+        2
+176
+     1
+ 90
+        2
+176
+     1
+ 62
+     7
+176
+     1
+ 62
+     7
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        1
+176
+     1
+ 40
+40.0
+176
+     1
+ 90
+        8
+176
+     1
+ 62
+     7
+176
+     1
+ 40
+1.0
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        6
+176
+     1
+ 90
+        2
+176
+     1
+ 62
+     7
+176
+     1
+ 90
+        3
+176
+     1
+ 90
+        0
+176
+     1
+ 90
+        0
+176
+     1
+290
+     0
+176
+     1
+ 90
+        1
+176
+     1
+ 40
+0.0
+176
+     1
+ 90
+        0
+176
+     1
+290
+     0
+176
+     1
+290
+     1
+176
+     1
+290
+     1
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 40
+0.0
+176
+     1
+ 40
+1.0
+176
+     1
+ 90
+        0
+176
+     1
+ 62
+    18
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+        3
+176
+     1
+ 62
+     5
+420
+      255
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+       50
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 62
+   256
+176
+     0
+ 40
+1.0
+176
+     0
+ 90
+        2
+176
+     1
+  1
+strokes_ogs.tif
+176
+     1
+290
+     0
+176
+     1
+ 40
+1.0
+176
+     1
+ 40
+1.0
+176
+     1
+  0
+VISUALSTYLE
+  5
+AB7
+102
+{ACAD_REACTORS
+330
+99
+102
+}
+330
+99
+100
+AcDbVisualStyle
+  2
+
+ 70
+    24
+177
+     3
+291
+     0
+ 70
+    58
+ 90
+        1
+176
+     1
+ 90
+        2
+176
+     1
+ 90
+        2
+176
+     1
+ 90
+        0
+176
+     1
+ 40
+0.6
+176
+     1
+ 40
+30.0
+176
+     1
+ 62
+     7
+420
+ 16777215
+176
+     1
+ 90
+        2
+176
+     1
+ 90
+        2
+176
+     1
+ 62
+     7
+176
+     1
+ 62
+     7
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        1
+176
+     1
+ 40
+40.0
+176
+     1
+ 90
+       11
+176
+     1
+ 62
+     7
+176
+     1
+ 40
+1.0
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        6
+176
+     1
+ 90
+        2
+176
+     1
+ 62
+     7
+176
+     1
+ 90
+        6
+176
+     1
+ 90
+        0
+176
+     1
+ 90
+        0
+176
+     1
+290
+     0
+176
+     1
+ 90
+        1
+176
+     1
+ 40
+0.0
+176
+     1
+ 90
+        0
+176
+     1
+290
+     0
+176
+     1
+290
+     1
+176
+     1
+290
+     1
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 40
+0.0
+176
+     1
+ 40
+1.0
+176
+     1
+ 90
+        0
+176
+     1
+ 62
+    18
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+        3
+176
+     1
+ 62
+     5
+420
+      255
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+       50
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 62
+   256
+176
+     0
+ 40
+1.0
+176
+     0
+ 90
+        2
+176
+     1
+  1
+strokes_ogs.tif
+176
+     1
+290
+     0
+176
+     1
+ 40
+1.0
+176
+     1
+ 40
+1.0
+176
+     1
+  0
+VISUALSTYLE
+  5
+A6
+102
+{ACAD_REACTORS
+330
+99
+102
+}
+330
+99
+100
+AcDbVisualStyle
+  2
+
+ 70
+    13
+177
+     3
+291
+     1
+ 70
+    58
+ 90
+        2
+176
+     1
+ 90
+        2
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        0
+176
+     1
+ 40
+0.6
+176
+     1
+ 40
+30.0
+176
+     1
+ 62
+     7
+420
+ 16777215
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        4
+176
+     1
+ 62
+     7
+176
+     1
+ 62
+   257
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        1
+176
+     1
+ 40
+1.0
+176
+     1
+ 90
+       12
+176
+     1
+ 62
+     7
+176
+     1
+ 40
+1.0
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        6
+176
+     1
+ 90
+        2
+176
+     1
+ 62
+     7
+176
+     1
+ 90
+        5
+176
+     1
+ 90
+        0
+176
+     1
+ 90
+        0
+176
+     1
+290
+     0
+176
+     1
+ 90
+        1
+176
+     1
+ 40
+0.0
+176
+     1
+ 90
+        0
+176
+     1
+290
+     0
+176
+     1
+290
+     1
+176
+     1
+290
+     1
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 40
+0.0
+176
+     1
+ 40
+1.0
+176
+     1
+ 90
+        0
+176
+     1
+ 62
+    18
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+        3
+176
+     1
+ 62
+     5
+420
+      255
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+       50
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 62
+   256
+176
+     0
+ 40
+1.0
+176
+     0
+ 90
+        2
+176
+     1
+  1
+strokes_ogs.tif
+176
+     1
+290
+     0
+176
+     1
+ 40
+1.0
+176
+     1
+ 40
+1.0
+176
+     1
+  0
+VISUALSTYLE
+  5
+AB9
+102
+{ACAD_REACTORS
+330
+99
+102
+}
+330
+99
+100
+AcDbVisualStyle
+  2
+
+ 70
+     5
+177
+     3
+291
+     0
+ 70
+    58
+ 90
+        0
+176
+     1
+ 90
+        2
+176
+     1
+ 90
+        0
+176
+     1
+ 90
+        0
+176
+     1
+ 40
+0.6
+176
+     1
+ 40
+30.0
+176
+     1
+ 62
+     7
+420
+ 16777215
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        4
+176
+     1
+ 62
+     7
+176
+     1
+ 62
+   257
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        1
+176
+     1
+ 40
+1.0
+176
+     1
+ 90
+        0
+176
+     1
+ 62
+   257
+176
+     1
+ 40
+1.0
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        6
+176
+     1
+ 90
+        2
+176
+     1
+ 62
+     7
+176
+     1
+ 90
+        3
+176
+     1
+ 90
+        0
+176
+     1
+ 90
+        0
+176
+     1
+290
+     0
+176
+     1
+ 90
+        1
+176
+     1
+ 40
+0.0
+176
+     1
+ 90
+        0
+176
+     1
+290
+     0
+176
+     1
+290
+     1
+176
+     1
+290
+     1
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 40
+0.0
+176
+     1
+ 40
+1.0
+176
+     1
+ 90
+        0
+176
+     1
+ 62
+    18
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+        3
+176
+     1
+ 62
+     5
+420
+      255
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+       50
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 62
+   256
+176
+     0
+ 40
+1.0
+176
+     0
+ 90
+        2
+176
+     1
+  1
+strokes_ogs.tif
+176
+     1
+290
+     0
+176
+     1
+ 40
+1.0
+176
+     1
+ 40
+1.0
+176
+     1
+  0
+VISUALSTYLE
+  5
+ABA
+102
+{ACAD_REACTORS
+330
+99
+102
+}
+330
+99
+100
+AcDbVisualStyle
+  2
+
+ 70
+    25
+177
+     3
+291
+     0
+ 70
+    58
+ 90
+        2
+176
+     1
+ 90
+        2
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        1
+176
+     1
+ 40
+0.5
+176
+     1
+ 40
+30.0
+176
+     1
+ 62
+     7
+420
+ 16777215
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        0
+176
+     1
+ 62
+     7
+176
+     1
+ 62
+   257
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        1
+176
+     1
+ 40
+1.0
+176
+     1
+ 90
+        8
+176
+     1
+ 62
+     7
+176
+     1
+ 40
+1.0
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        6
+176
+     1
+ 90
+        2
+176
+     1
+ 62
+     7
+176
+     1
+ 90
+        3
+176
+     1
+ 90
+        0
+176
+     1
+ 90
+        0
+176
+     1
+290
+     0
+176
+     1
+ 90
+       13
+176
+     1
+ 40
+0.0
+176
+     1
+ 90
+        0
+176
+     1
+290
+     0
+176
+     1
+290
+     1
+176
+     1
+290
+     1
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 40
+0.0
+176
+     1
+ 40
+1.0
+176
+     1
+ 90
+        0
+176
+     1
+ 62
+    18
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+        3
+176
+     1
+ 62
+     5
+420
+      255
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+       50
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 62
+   256
+176
+     0
+ 40
+1.0
+176
+     0
+ 90
+        2
+176
+     1
+  1
+strokes_ogs.tif
+176
+     1
+290
+     0
+176
+     1
+ 40
+1.0
+176
+     1
+ 40
+1.0
+176
+     1
+  0
+DICTIONARYVAR
+  5
+F6B1
+102
+{ACAD_REACTORS
+330
+66
+102
+}
+330
+66
+100
+DictionaryVariables
+280
+     0
+  1
+0
+  0
+DICTIONARYVAR
+  5
+D8
+102
+{ACAD_REACTORS
+330
+66
+102
+}
+330
+66
+100
+DictionaryVariables
+280
+     0
+  1
+1:1
+  0
+DICTIONARYVAR
+  5
+2E0E
+102
+{ACAD_REACTORS
+330
+66
+102
+}
+330
+66
+100
+DictionaryVariables
+280
+     0
+  1
+STANDARD
+  0
+DICTIONARYVAR
+  5
+89
+102
+{ACAD_REACTORS
+330
+66
+102
+}
+330
+66
+100
+DictionaryVariables
+280
+     0
+  1
+STANDARD
+  0
+DICTIONARYVAR
+  5
+76FB
+102
+{ACAD_REACTORS
+330
+66
+102
+}
+330
+66
+100
+DictionaryVariables
+280
+     0
+  1
+Imperial24
+  0
+DICTIONARYVAR
+  5
+76FC
+102
+{ACAD_REACTORS
+330
+66
+102
+}
+330
+66
+100
+DictionaryVariables
+280
+     0
+  1
+Imperial24
+  0
+DICTIONARYVAR
+  5
+67
+102
+{ACAD_REACTORS
+330
+66
+102
+}
+330
+66
+100
+DictionaryVariables
+280
+     0
+  1
+2
+  0
+DICTIONARYVAR
+  5
+6B
+102
+{ACAD_REACTORS
+330
+66
+102
+}
+330
+66
+100
+DictionaryVariables
+280
+     0
+  1
+1
+  0
+DICTIONARYVAR
+  5
+DF
+102
+{ACAD_REACTORS
+330
+66
+102
+}
+330
+66
+100
+DictionaryVariables
+280
+     0
+  1
+0
+  0
+DICTIONARYVAR
+  5
+6ED4
+102
+{ACAD_REACTORS
+330
+66
+102
+}
+330
+66
+100
+DictionaryVariables
+280
+     0
+  1
+0
+  0
+XRECORD
+  5
+834A
+102
+{ACAD_REACTORS
+330
+2E07
+102
+}
+330
+2E07
+100
+AcDbXrecord
+280
+     1
+ 91
+     1023
+301
+
+290
+     0
+302
+BROUIL
+330
+10
+ 90
+        8
+ 62
+     7
+370
+    -3
+331
+16
+  1
+Color_7
+330
+E4
+ 90
+        8
+ 62
+     7
+370
+    -3
+331
+E6
+  1
+Color_7
+330
+E7
+ 90
+        8
+ 62
+    27
+370
+    -3
+331
+E6
+  1
+Color_27
+330
+E8
+ 90
+        8
+ 62
+    28
+370
+    -3
+331
+E6
+  1
+Color_28
+330
+E9
+ 90
+        8
+ 62
+     7
+370
+    -3
+331
+E6
+  1
+Color_7
+330
+EA
+ 90
+        8
+ 62
+   134
+370
+    -3
+331
+E6
+  1
+Color_134
+330
+EB
+ 90
+        8
+ 62
+     7
+370
+    -3
+331
+16
+  1
+Color_7
+330
+EC
+ 90
+        8
+ 62
+     9
+370
+    -3
+331
+E6
+  1
+Color_9
+330
+423
+ 90
+        8
+ 62
+     1
+370
+    -3
+331
+16
+  1
+Color_1
+330
+427
+ 90
+        8
+ 62
+     7
+370
+    -3
+331
+16
+  1
+Color_7
+330
+42A
+ 90
+        8
+ 62
+     7
+370
+    -3
+331
+16
+  1
+Color_7
+330
+42D
+ 90
+        8
+ 62
+    21
+370
+    -3
+331
+430
+  1
+Color_21
+330
+431
+ 90
+        8
+ 62
+   160
+370
+    -3
+331
+E6
+  1
+Color_160
+330
+435
+ 90
+        8
+ 62
+   132
+370
+    -3
+331
+430
+  1
+Color_132
+330
+438
+ 90
+        8
+ 62
+    90
+370
+    -3
+331
+E6
+  1
+Color_90
+330
+43B
+ 90
+        8
+ 62
+    53
+370
+    -3
+331
+16
+  1
+Color_53
+330
+9FD
+ 90
+        8
+ 62
+    30
+370
+    -3
+331
+E6
+  1
+Color_30
+330
+6B63
+ 90
+        8
+ 62
+     7
+370
+    -3
+331
+430
+  1
+Color_7
+330
+6B67
+ 90
+        8
+ 62
+   132
+370
+    -3
+331
+E6
+  1
+Color_132
+330
+6B6E
+ 90
+        8
+ 62
+    30
+370
+    -3
+331
+16
+  1
+Color_30
+330
+6B72
+ 90
+        8
+ 62
+   250
+370
+    -3
+331
+6B73
+  1
+Color_250
+330
+6B74
+ 90
+        8
+ 62
+   181
+370
+    -3
+331
+440
+  1
+Color_181
+330
+6B77
+ 90
+        8
+ 62
+   114
+370
+    -3
+331
+E6
+  1
+Color_114
+  0
+DICTIONARY
+  5
+B0B1
+330
+76E6
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ACAD_XREC_ROUNDTRIP
+360
+20B8E
+  0
+DICTIONARY
+  5
+B0B5
+330
+9927
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ACAD_XREC_ROUNDTRIP
+360
+20B90
+  0
+DICTIONARY
+  5
+1CC6B
+330
+98
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+FBXASSET
+360
+1CC6C
+  0
+DICTIONARY
+  5
+B0AF
+330
+76E5
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ACAD_XREC_ROUNDTRIP
+360
+20B8D
+  0
+DICTIONARY
+  5
+B0B3
+330
+9926
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ACAD_XREC_ROUNDTRIP
+360
+20B8F
+  0
+DICTIONARY
+  5
+B057
+330
+87
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ACAD_ROUNDTRIP_2008_TABLESTYLE_CELLSTYLEMAP
+360
+20B8C
+  0
+XRECORD
+  5
+20B8E
+102
+{ACAD_REACTORS
+330
+B0B1
+102
+}
+330
+B0B1
+100
+AcDbXrecord
+280
+     1
+102
+DISPLAYNAME
+  1
+Imperial24
+102
+FLAGS
+ 90
+        0
+  0
+XRECORD
+  5
+20B90
+102
+{ACAD_REACTORS
+330
+B0B5
+102
+}
+330
+B0B5
+100
+AcDbXrecord
+280
+     1
+102
+DISPLAYNAME
+  1
+Metric50
+102
+FLAGS
+ 90
+        0
+  0
+XRECORD
+  5
+1CC6C
+102
+{ACAD_REACTORS
+330
+1CC6B
+102
+}
+330
+1CC6B
+100
+AcDbXrecord
+280
+     1
+ 70
+     1
+ 90
+2070111275
+ 71
+     1
+  1
+D9D4AF4C-7A2A-4135-9E23-F5F55D01ED9D
+311
+504B03041400060808004C4A2B4CCC258515D8000000200100004F00000031344631303437432D364341322D343544372D423843462D3234324534443846393439352F4173736574446174612F446566696E6974696F6E4974657261746F7250726F706572746965732E62696E454E3D4FC33010350C200606FE017FC03871
+311
+CFA4412014E2B85317D858D035BDB6919CA4AA1DB132F2AFE12C8A7AD2BB7BF7F9EE5B08F17334A6E28CF1C5FE9AE382063A74ED5BBBA31EC545AAF87185FEF2D43B679A524B1B9C7C4C5BCB2EB4E43D0E344EE1E6347ADB63E473E8EFD2D215E3BF10D285ED9F58D2FF64A49752C4F5FEE11943A0F8A472707906452DEFEB
+311
+4A4B30B6902FF3DA490DBA013B77259446BD5218A7434B41D9D242E5A09645A52B09F9CCC8B2D133E98C33C66679C3032AEEA67E3560E755A68E2F7CEC87AD36EF8F2A763DFD02504B03041400060808004C4A2B4CC7F170DF22010000300200004500000031344631303437432D364341322D343544372D423843462D3234
+311
+324534443846393439352F4173736574446174612F496E7374616E636550726F706572746965732E62696E6D513B4EC340101D3E120DA01C224528568A3DBB895CF96F0E909626B2BD0A052922245A9774D47B145AEA293900477043BDCC3AC6063923CDBE9937EFCD4ABBAF0060FBE012CE381B3E6F18EFEB7D7D782C37E5
+311
+AE7EDACE99C8824CC6854CC53AF663213D5422C87D14852A94CA965ECE82ABD1E82CE8C92CF75520949428E4CAF744522499F0D6B84C57691AC479C0B2EE5EB87B78FBF85E7C868CE7CC359CBF7D87DC73B4E1510D308B60D651DD318FC6FA64C5C6630CC549199383A0BDE0AEE1ECAD5F3D5E33350DF78EE36458321156EF
+311
+D184FB474CAD6EF5E28FA60D2FB973BF75CBB979D93E973B911CB6FBAAAEDCC4584360080D6943C61019B2C6328DC66A1E1A4BC65A02204002EDB4400496100891503B2B12A1250DA491B4769BF40F504B03041400060808004C4A2B4C88E57597CD3F0000904100006B00000031344631303437432D364341322D34354437
+311
+2D423843462D3234324534443846393439352F5265736F75726365732F44394434414634432D374132412D343133352D394532332D4635463535443031454439442F7468756D626E61696C2F302F67656E657269635F706E67355B773CD4FF1FBF73E71C0E67EF7576C9DEF3EC995D46C6A1EC5046649CBDF79E1929425628
+311
+25CE965D8A868C2842C8DE9FDFD1F7E7F138F7078FCF6B3F5FCFD7EBFDFEC41B196891913091804020321D6D7513FC77D8C5070EC3FFEE51B21F068154CC75D455CC028A3EA68992803810109FDDE5D5CEC5521B28A1B422BF80741695D5B529DA1C2D058AD2388BDA9F476F7C2CADC939304173DBF48A452BF8A700C0C70C
+311
+3D121C1AA15A5270C22E2B9E28763651F7DA0D12CE11077B2ECD0D560B5E3DE2368B1E65C5E1C87384A4CC5F2D9FB8BE39E9B77C753783A37998F5CEF1B4FEE553463245C9712270880DF339E0B882A6BA713D865F6F384C842D440934EF264F4A304F8DE4EEFA1E2BF5E2D91F5ADD9613D6E31DDB33ED31DB1D7916CAF091
+311
+286EA3D31B9CFECB78BB0060245B943C4C040119FF780A74DD308BA9D028678674EB5504ECF284EE814DAED07440BAF649BE4B55DA2890F4D73E2D489A59EE54FDB0A85B59F2F52C4858A02705C4815A792B0C4A996A2023ECB195073E115E3E3647F64243A8338F2000BCB58DA5692C7E7C3D413F963FEDF3CF00FBB0F831
+311
+A9D51360FECA43819F527B89FA260EB63C5DA676830AA3626A3693B23F1A17A0DFFCE3EE164E31B5365EDF0C89EF64D8E38AB0BA9A1117D7C3A0EC44F44F4023095E80BA610DE336D0F99593A88BFC5306E72DF98F7FD132ED95878DF2964EA7E43071359FD83B2BDF9C6B5BDF768F0F3C0FC351199526F53D9460A34511F7
+311
+5D1B63E488178569472C91A94497807A3FD4A390C6558F26D416365C3656DE6E769DA9D8FC73774E1709812842DD8EF96AED1960F79D21B395CDDFE6F92CB4EB962A4668C76990E2EF29798C8941D67DA50F4A5F947872460F1F6FDB794E8A29FD7AC0C0D6E0714339CE258FB17AE8535221E3464A10F29A0BE5EEECEFC567
+311
+5926A89F49EB14E5711894F6586DB5754EB4D5DA9C6437EBA57DB97A24F8B8A8DB295FFD73266CF57E82694DF5166DDF93573AFE9C9C5EB05F8FEF8E89E0A8917B0B3724DB7BEBB53252581EFC3E38166BA131A3A5B42FE2AD00A769BBFA4458D2DE7822F8C4F63D0B8E21B285AE13325F3410A435C648C9D91FDEB109E73C
+311
+EDA7BC796961AF79175E1A3CE4C5E8B0D009B0C9E29EFD98BC8E97554E3D8D838424E270F7685226E5AC268E021EDE3522D583E8F20C0BDE2959EF5BBFEEDAB32FE9A3ED0E39F211A86AA9DEBFC68182EDED132AB8BB794442D2D7EA9F4D8BFF52BC4D55BB165124EE90A42D101E67BBBB292FFB4F66DE5BF2300E44546757
+311
+DA7CEF8932BFC9F92A0707953491A55C5A5ACEDABD9FA1AEA01BAC3DC5A24E22E7C47213493996EFBC369D086ED9397C9BA6C7F9855C7BD5E15BFC8C53DB3D2A4C5901A57ACD2FBDF4D1676E95338B2C2BCE65FDA4C64F5FEFDC7D9CA5AA1FCF11E193F2FDABF0F4916BF13FB916A224380E6462A9815F2300DC49CC4DF8D0
+311
+55CEF76462F4B7A7ACA7365C2707891370BC1D0AA6203C44CCAB47084FEC057F27FFCD57F89B8B9852459798A675C66BD7CE572CAF71FF7E6D7ECF7BF62CAB7B3F1107DCD04DC55A3F9961700286141C94A4F771FEB2BCDA2DDEE0CB0BAE402FF1DB0100F8E475DFFFC074DDB4498AB7D186A7654DDB1CB680D703D47CEB4E
+311
+72F8CB13D86A4AA68116E26387B93FD6738779B34FEDB8E517EDF2BAF28D9BE93A1D3A164320E07D42E514725C29515FF361754213EDE06B079A2E99EB1CA82A02019EADEEB87B9AF005BD04BBCECB14AACD6B24EFBE482194A97DD32400685FF1FEF1544D1B14EFB1E7F08E6D2CD2AF52DE757F35F5E62332EE88EA26417A
+311
+D5C3E0E319D68F25414E6D672BD4522B278C57D18F0113921C71D96527E091F00CEB15AE23D24667369BD3CEFA10C7549D930890BA4366F4EBC55F01F746109F98ABCDD5A3EE06619C6AD78AB33E48E4C9BD21BF7478B385EC05C4F8987E2C1BFA0A60EBEDAA0AE0B015C2720ECE180FB6F2DEFBEB822D96338C9B63822183
+311
+BBF52FB664A7AE57003AABCE512BF77E7E31BDA2E739AC4C131657DDFE5225E900FB56CC01CDE808FA4A9C9DA16AC679656BB64796283D89812B8F91136AE18EE5EBBAF47A73BE3C153EB5D4CD491B4BFB4FE690A4CF9ABA08C0D8AA64220C438C96EA6CA80B58FE5761E697B3A292EB9FBDA502FA863E49FE694ADDFFF9D6
+311
+2C520BDD1A22014147A0903A05B9B729F54272EF83931FEEC057BFF8C8055C279EAC5C0011804828734024F6CFA319C9CC6867C727184465CD9BB7ED386AFFD96B294A85E3802FAE47244602D8273615952B98C4F23F7EAE4463D9D638EEE374A20959E0FE519C4CFB0FBFE5DD80C2AA3F9DB961D1BDE57E67C9BB47B77FDD
+311
+74EE3094F5DBBE3EBC1FBDB7393F5116263009E2EFE1AF9A221B2AE234C902BF70E9F280ED23E73908361565964333A3F01D0B006AF32FB21AA1316744B489D5A198E85299241735BE559675130955C902A8ED761FC0DBE337A9F91919AF5CE32AF902ADF9AB2615E00E8A94586BA1A90839B61832FF1BFB76D2EFADE6DB1B
+311
+A04CCAD3DA649E7E2A0219F592E22F2AD54847EEA8E42271011E9074F8F3DD9FBA6CDF88FFC9FC7E811AD1CA8F4557CE4AFC7BBEDCF0114A48689F20A584520C74DA8127124B767E2FB91A6B186246727BE63C9445BAE02088D58B8EFDC0F1072407CD9B89A13F6303B4A928F593AD489B58E6869325790ADC406036C59172
+311
+9FE14021F94B7796BB11848D463536A092A26F077F94639F7CEEE2A724C66EC885F4A24F8B8A0AC321F8FD149BA529460FAA34E4663C02D41FDF80BCA222D42F0ABFF8490F4FA74C673807C2051D8E467B47B616072860069A9A303ABA9B319D58404461401B0A0F9BE5E1E151C14BC33B32ABE03DDE91708DFAEB15E7C0D5
+311
+93C86BB7D7EC17BE56E57975F077BFD5525F3A1A361D584A75E08CF29FC7B44B2B3085014F3A5A14517377C3F6B8F37E59514C3B12F8AACDEDDA4DFC49BE5710101534CD6FB6DE15B50F11A09472AABA727F0C49D9CB906B158030065F48EB3625E010CEC1D511D0053474B11E6A4F01C0D6EF1BED3A944FDEC70E0DDCDC75
+311
+6C86545910E0DAE3BE3AA9A404574C2995CD5CAF9549226BC94B4F4F0F5F9086F418F6B32346464610D8BC7391D3C3A3CCF04CFC1FB2A3A3170E369511868F14EEA4E5E438CC73DB1F3248AA94B6B2FF33B222FF3D1E7BF146CAD229770158063BCE4F5391964DF62F7E52A7BE0EEA829C9E13C4C147D6F93FE59E111DAB5E
+311
+4594D6F3CD1AD375EE039930EFE5AF2BB2D41C83C7DABD8C659BAFBE8FAB392CA634F3D15C1D945DB4588D2B0824A4EC928AAC565557CA2F0DAA588CA5BE30B3A8004F7BF005E96CBF891D7F18112A3619FDF530DC8AA64954258E1811789B5189B49B4EB53F5F89F7D37523894F3EB57B373763C91E502F52CC99EB7BDDF9
+311
+33FC324C4FFC2561DFFA7339FAFDD0A4BFBE6D3A8FF9ED1FC49898139864602458968913181918F719CCF5A68B2EE9C1FF050E34E63107003B8120FA982C21B30A874E4F5E4B38D5A8290C4B8D9BE48A0BE31EA995BDC37AC6DE90BA17D259DEF53605D55922FEB1855D915B659FBEB350EE0DFB2F9F766E1C84CC8964B75D
+311
+08667445EAB966015F63A18A9E0A325C1B3DC628C0D3CB60F767FA93CC65F25458BD23C3B312716E5F40E5858AC06EBA9AB14F95DB99147B832069201541D09A0D856E12C629CF32683760EE855537D1901988D5EBC156676C7DD51D7207CF3267AF1D76C2AD867315E44618015313A98B19941C696FED3461CAA9B5415F91
+311
+8556D7802EDACEFD6B2E45853A9735DFC9DBF7E440F9319F8B6805A973BCCDC76C069A9144E51F187EDCC12FC31B5DEAAF0A76137199B106EC84ADA6B6EE697D4E6A96E007417F4E880E8B1E89B4BCE9D81EF611E2ED8F0C1A6C25F620FAFAAB656A7C42D464880E8AFAB0E0FC8EA38CA9A8AEEAEE3E4648BA4680270A8974
+311
+3CDD3E6C6CBF34B7B640EFA285ABC7EA0A1E28F3CC963D114A80123EE66D0AF7D5380EB41909B605AB4765B709B808590458157E69BA1378FEC4B48CAF6A730E3BE3C5EF2DD1A5EAF94B1DDE50CEB55DDFD7EE9A16747FA4B223359FB1FCC69E1194892BABB93A1D5C4E807AC0EA2E30180811E77A2291F6E7F7FAA5E0F602
+311
+15BC6024E48DE436C511F0628B8CA189982D4D83CCA17D305A7E923C37941CFDFDCD93ACAF735EF5F0E61BBD3E6C41A59B242790D3A3BAC7064DCD89AA2E37214EC839820949D5CAA31E240D2948E48F690298974A96BA9A8432BC90F5071D6537C9666EA4564796B7AFFFA548077BEEA75F63083435074BA182F369955739
+311
+7F71548383FDA8CA34D99B981E72835ECDA5DDDC151315173D05A21F651AAF8524E88209E2E7A737ED1045800CE3390050BCFB8BE588DF111617874C62575039CA588EEFDEFEFE319B739DE2EDC147092A262611E159650E787917885EF08F1F51B8F2D8A71D60B58B190FEF9541A1BE94BC19FEA50784DA1419FE4B0FB51B
+311
+8D36B5FF8E1286FD8AF42B91E59A5F1CC4D60174E764045FD8C57B18209B217F89A62252BD20BE0E63E12B8E8F029FE19E0E8D0870F58721A557082250D5424F7909369376E41666C0EE77CD87CB283F661D5FB6D0DA023CB67320A20DC7BE661E9E1BFE5463085C557DA1FF9BE835733766C3D139F2CF9E2208873AD0EB48
+311
+14DE9E6BF2CAF81614D4D43906ED1C05A3265CABBFE192770FC2F64F940CB6B17B5F166F133C9AEEAD2641807C3E69515171DD74C4A85311513D6EC9530B3B601B6BA3EBFF3B5C3D2F7D69765141E345F75433953D013ADDF8F6AA7DC3F4A7563FE5C7D367937E2900D7EAD0F9FC9A4A1A9B5BDF1FEF08532660C01C5D6DE2
+311
+2199AA774383E306DAB87E301ABB7D213887F9869D4942D0D71E94B27EDF216A318BD488D45DF84529EF575AF3C3938C0AAA0215B01994153E2054A0B894DA5C784980633AAD48576957CF4AEAEAFADC7C587368551C73DBE1E57C58AC713303A8BFC258BD04B51724459FF9E24C03A81E0E0679CEB9B348C0DC998FEB9C6D
+311
+6EFA77D247CC8F92D3848599ED89A23218D0636465AD1CEEB7DC140D7426F83491C4E8E8281C2FB35240918FFECE880CA2A42D70E8B20B34DF5221C7DB0CF90ECCB9C745B37A47E9B716FF7A97B7A252C1F3814DC7B1E1A7F72B8751D524EF7CAE45B0C73B3BE7D08ED39781B380DDFC9AA4A4749C9493DB5BAD07A6EA6C09
+311
+2FBD0E85DB004DF06B8C9D3089C5320187E4CE1846158C7EA7DDAE8AD9AFFF21AA3A1026BB06A259845E8232DEE62811A4DA9CEAB3A4887320B76E2AE5615EAB7BDF738CBDD01F1E64064BC13D9EC53576751CA8CACD58B3CEB0E6CA585BD089B2A59B9FC101403387AADBDBE70586B93D64BF3AD4453EF9C3B6A93817E834
+311
+6991798601344F79A83C51F3D50F7BF2683A3605F51A72449489E0EE6169C749C60B1035651103AEE24D24E51A759C840DD3FC6504DA6FE107510E447B43461C79D22970B75DE5E1BD3007D1AFC619A4A4A69B5626AF5E9B8374E20677F77E2F8E73DF868E8BEC7EBA7B6A75EEF7205E1AB9486CB642741D6E03FF13FCCEDB
+311
+1C4AC129886268B01CDF4B124AF797CF784F3C6DEC97A17D4B558070A0F1C04DA4FF9BDBF34159AEFE958479824B3F58EBD1E19088A2AFDE501B6F2052368A3FD0E650A179EFAB1561E1D27527077136E652676C3670F42DCB3352F48F6BC86D2C3B0051727E41A0A4DC6CE2BE9D47F5CAA2935A3C0539AF080665997194AB
+311
+ECD723B08129CC5B6B21D2E7D54CD4D12610E7E9FB8306771A89576C7A982002775ED44F3F744CF21EEBB27A631671D921938AAEE3EB0D19CD1E083727F607823E817BF599DCED5394E37EEBC2E88782E638920CA641EF74D4CDFCDEF06F4278ECB18E31E7E9876F2D783C8BF429C75395F57E98C2B495A3DA077EB3AC3C15
+311
+8608B6B57FE3EA48484D9A480096FCEE0DE880950E7E5A5714131C5C41AAA29FD19AE81AC145FA1B9E85C7169A5AB837B213493DF7E9AA4B5FBF9CDEB36EBD21EF1181B7CF7366AB2A951D01E37AF4EB835D1BE8C117CFBE7625D2EBCDB0B20C5A4B45CED0BCDE3EE8DA9DA78C2E21DEAAFFD1197E463C33CC6A80FB785669
+311
+B856EFF7A8CCCA2841B5A5369173320B1170C368B2748D81062EA0296E5E2D95D7667A4A46D98A6FF475C76AAB0A8C8D45E226FAFC9FE0133EA9F60111F99CA81ACE03A1D14C89E8B0D69079C91464FA1D99E651D0EAF606F345C42A8A1AA9BA391031582B96D5B4176A77AADB01F12FD298A75DEEBB2C82F0B8650E880722
+311
+F8DDD90C56A7A058E5FDEF1AC93545BA27367C76F5D8F9690CB6F8DAE141EDD7971F0FB548A2AE435F224D6E5954CA155512F7332029D5A1230854B79F258EC5FFDB09F5F6343A8EB193229B7F7E79B3E48F8E183860B38C8269D1B53738FF1E0BACF6AADA6D4869E9DE708E79B5DADCC09B1BC76F649731CFAF59A83FD8BA
+311
+E4C749D66FA87A3810D4D62FFE826FA400C0F325D2BC0F3CA35F5847B82A2ACC7961745C823E4D863D54460AF792CE6F79B5C7A33B25C3AEA6CDE15A919B6367D781E9D44F61BF828672594A3E1D9EDD6DF179A81F27EAC05B936575D73E05C209DDD2115CFB705DF9BBF3C911589B3640735E9E618FC9C36A7326C82B2205
+311
+E244C55D56FDB9D5DC93CE958D4BF8174D2B3DA54CB3C09F2C2A6DFF73D23B2197355761AD421EC581284A7EF8DE2CE3497C0C804D49B41DFD6A7360844E5BEFFB495CFCDB97A4595911CDBA623274CE852B5E278AF0BEB1770E9D37CD977B2766A7DED0E94B840E1E95E8C77DE5CB6354AF7871427C28ADBEEF7BA0A28E19
+311
+DE9ACD75F379FE373EAE6DDDAE3834692F9C2B03B4FCA8FCA9ABE8EEEBEBB725B88A7C90941E850682CA04061A7DF0CE82ED49BFAFFD42C309818FAE14755CAAE78B0F73243ECCCAD7DF58FCB9CDFAE7A4D3E6671A613639130D056C8383C8F4FCF4808C331E544DD26E4755D09EA05253B3049A1E32587CC25D72E073E2CD
+311
+96D04A71BBCB0038FEC3F53D254199C3CDC67CD66640269431860225392B2CB3ECD0B4498AAE78BA1994246AE1EE78F2EDFB79F6C6CB6B5E279C4D373FBC21CB2698C9ACBBEB6A4BB6B39E16AB0E421CCBFC7654D81ED86022F9BB522146F9F4772E2D0E4FA70120C95A85A417BF5078B232F4754363EB1750B2AC2148EB46
+311
+B1EA72AD9B4D23ADCBC589D70106C3EC2ABEEED84DFE28E718C6C83502C28E9FDD3B09DA0A6F6F7B72B706A31C9E2A331EE70DA56A083D2177BFD63C55B11D8D949FAFCF90B23A1E24B9B5018B9A17E99F2890EC302F330FE7936E2C23F0D237EC8916F5166AB84B62A21BB0B950146962D754F92CC2C8877BED8FC7B7B257
+311
+26DD19545392570B3A2C66B58F027BEF412E552D12A588C4A3CC5C3193FCB3485EFFF700D0B9EEC077754A33DC1FB9E25AF814628F91DDFECB667D3F7690803F38D13F8AE39353523BB08FC6760144AFA2CE28236F65EDBB3D5F59A57D612B99E3D7E5F8A851666BF9B5A6658EFC96EEB37A378ABB0EB3FDDF1303AF32C41B
+311
+D1C8560745D7BD81066B0D6313359CF488563D3BA3F8E2185D1FAA3EBA1397C9D0E3DD232180A4DCADB6AF25DB3AC3CC26589C8239E66E81547BC7E2F328F9884764CA37EB5DBE390DFC03A5246B456A7C3684C4377D0EEF9A350680FA9A077E8B2957B489E09AB1AD41316944C2254B5984830F691C93CAA767EECF976FA5
+311
+647538830B5E63236A6F0365C1E0F3E327F24FE35EDDBD7360B0F7374837409F7A6311BECC12B7026D4FA1AE204FA3F5FE904B1F420C7A9044AE58E403E7C4848E7DA25DC9EDAC79DD756FAA26B9EA83ACE8A214A2612A22AFA19DAE7DBAC5F8CDE1292A485F98DAC731A29FE01A3966E96BCB9FB5A4C8830E1B9AF0C54B87
+311
+FBE221A097036E5D28D1F869F810C06A9BB0AC0612F69AEBAF893C6E7AD59460208BAB3A6B09CA4F6BDDAB8CF0D1F84B72487498395A70DCD754796E271099A567A55CF242BBED64696378BB6CF25EF0FCDB589F3A82F1116D010A9AB9FA4358809EE0C973A2B4229BAA876A70B03AB49CBA7FBE71DB1832FFD32F9BF2C8E9
+311
+8075CACAFB36921235D0F552B6A67E94E094097A5D7DF681B40623DA535ADA7A9AD8E9A62407D7C9A5AE51D62A17A83A23728DE86BB56115804D3F2675F2C6B87541A0FC497BF0CA86420F558C9859EBE9FAD62747E323E3AADC03FDCDDFE7407B09DA90B44E3185723C5381EAEF589765E2F7A099BA46695BAD60CEF3491B
+311
+8A171F5F56444F7CE9455312C3498C74173AEA0214EC029833B34B650CBB5A5508D5091665309642791708ECF27CF11DB3D797D6CFE474453BD4BFADB768094B2147814D81C7CBAF8228DCAF5564B5891F5EF6A860EB2E323CB82AB868D8EA048880D63B0DE5341F1B3D53297B928A11E15F25E5148990F710747C3509ED14
+311
+909C552EBE3973246FCE55D00564D8310BC3EBC5085D08D806799B77D6C57FDF5E55837F9E934F09C03C729271B64F12D0A9F9E938107CAF7BF1EC8CF1BB9B42363D33070F4CACB425E605DDB0A34A12BB936DE286B9887A4E2E558F0886498BFF49C311D96C277CF6A9FC0D75AD0ECC5226D7E0E3572012E56D7FDE4410CE
+311
+C7A6D0F997F225A2055B8B92E3956E875AE4993CB3D4C9063AF98FD45E1BAB165640A43439A2C9181A7C355B297C0A0CCFFAE19B6FA3C2BA238A885FBC98B8F6DAF4B94B97304878DF4D8BFF6A4AEDF79E90ED4E68F00CD7299F4E0D83E35601AF0CBEF18C1E870E74758FA91F5131075004DB3CFCF09AE1DABC11957FD980
+311
+8C92E8A678CE9DBE40DDA0E0D1D505AAFBCBA208232BFB6FB3704E8985E61ADE53DE74152F5C7DE74B1DEDCD37DC3E8FB30D7EBA8B9EFFC3606BF90B8D438279CB7709FC7C00D327F41817EEA71CD9E49FE9C8C9A81C70915D9F0F15958EC5AA4C3BBFAF46986B90F188BDB24B89DE3C6F29EC3E6F66D84856EE96A35E657C
+311
+A41B41EFD8DBFA16AD6E91439EA92B40B21C053249F51AE50EB0B24C770FFAF40DF12C8436366819C48E36547D4E7B72FE2BBF10828583057814A668BDF183F6B2E58DFB151103E56303E63D00F39C27C4661605DB644D19175D02E3F0241E8FC3458D17AAAADB117CE9EEA690D0DB01E634878C04C2C9310B69FCAB831151
+311
+E3AD293BEF6E46B0ABCECB50F5939B39C613D41E81FAE8D34CAE3C4566B761D37185FE864AC32FCB71AEF39DAA5BAB88609BB980CD2F07A8F941653B529567726E2B2A58D079DD57E1E5E31426CF184A04D7B03B985F276D47406AF276FE32E3328BA866EB1FD39BEF57863A317634AA5FE467409B3873F5069EF0D71AF00A
+311
+D189D17BA1974ECDB2D623E9E14086386A6AAB5807825C37B015BFE892AFD154920EC437EB945D958E18622E1E0FE2FA06557CE4BB9BBD05A2D40E774DA2B65473791E314B7D6C886820B2FCFE4AA272B3B8B15E7344A145E8AF919B5454D89D36D413E87211186BF6F645E5EC94DCCE8E1C799022E4EC9BC86D7A0F2AFB1F
+311
+C4B2CE48F84B3F49ECE65BAD24CADCC07EFF39AB06BE9E6B27A059938EA7208838455383DDBCFCD967DDE4650EF92A14FF933C975DB20BD7FEEBC4487576485963D757D16340D9599FEB362F775F38CA4185A86F74B629C81B133644A3B18FD056E997E0734F9BE26D11C0AAFC669E2AC9FC41D281F8B2E1C35AE27BCE05F3
+311
+DA295488096688719D974DF1B5D182DB7792288697F8763CFB43562C1CDEE11C4AABD5C22B6E33F6F389CFC3477C5919DC0D533F8A7A1846B7ADB60ABDC26C43D0CFC8910B7C15EE22675BD02702ED39DB77A87A192CA7A543E6205B979B9F5A6B512A3CA799E198B2D5797C0AF8D1D872CA455D4D431A7879D4DD76110B5F
+311
+F7F4176B54477A9EB5E4A5D11214FDA585F0382751D8E2582BA5D2075053298FEB8F1537304E32CB22C2E2B693DC0A760B1DFCA751BDC445AFDCBB12820ED85F6D5298933C7EF1211E9E057684056CDA3FEF3BB6052355E162DF27C59E965A8DDB7F9437EB72CDDA3A090DE65A5B2F50326247B7EC67B73ACC7047FC9B353D
+311
+6EE990F772207C6EC52B39DC2F3C0754821DAB559F7C1809C7D0DD5B0499D0442E0A6E391B3D5DB46D11E731E6794EC77523FBDAA242ED67F9FA1FB684255671F63C9BCFE6E7E896D51001A6113EF2298BA494E0B0980D1FA5B9D60796554C02256B1E0345FB7C6186B6A19D2DCA270416262845FA4F42DB5D9B0A0B6F07FC
+311
+A2E56C242522E001E0CEB734AF310FC8BFB57E38E03AACE93B3326A2197891E68452B26A6307FDABFEE0223D3C03C3C73D2D5BC054C8311F12004CAE488E5C29287F8156A2CAA4AD0D7BE6B97264E4139F437CE73ADF52E5134C52B819777C18B323A5924E4F67AFD13B1CDC3A61793A79FAF5C0CEB718E441071E797C6DCC
+311
+B9EFCF7E4A1E9F3DF3C2F9C9E8294E9586868788C972857FB0556D7A26941A7EEB9B580AD78EC40B85DC906B4120A563CA3B87797ED612D3B035962BB75F6515A393F4CB057F564CDF54F2E5A024514E6A1F901DB80C7E70B1FC05E356A7E72FABF4775B3E3FB8F70A2A8E7B6A94542BB304157978CCC999E707A29CC795E6
+311
+7A59CC546A5D47B368954CA7B6E75EC9E1F6FC73CE3B4F71F8CB1A6B15923D61EAAEB14626AAA9D04A26EB9C66CD1BE86CA31A5D8703DE04CD1EBCE4F5CCB62F93909AD11E55799A781A956ED27D3E738F4538CB04ADABC7DAEF20BC35BA6A90BCC1DC61BA05F20D8832FFB9BC9B15E2DB838A0AFBB7E0C82A562127E04468
+311
+94F427794C3037186F622BF24DE1B00AA10A23BFA47B2A180D6DA5AD6F7326FEB8C100C2D7142EB2A0B2A9D1008A09BA343D70E054AB69E2A7EDB783CBD92537FAF4A44D1296AC2792729104B3276C276C951D0CF3CF3F1E6B017720A7B8505A5FF9589365979678C36F1BAF759EAF57C60F1FF5FE9DCF5F8E764FF25A2D06
+311
+CF25117A8FED51884C13B2B750DB0E4F5E3D64124FCF11F0AD8F1CC3B3DA4B38ED22BF1CB2585EE6BFEBBA63FBFD44F9537B9B37BDD6B358720F98A8125AED4349CCFEB0E135F19E208A04CA7E2B10711185D72E381F448036EF57C9F874E54A971CA37A639E986AC0226DC5AA00D5B14FEA9192234B3DE617814FC221C92F
+311
+33F1D392F297731B567FD98FD91D989379AF567A65B8ADF177591DB90FBEA99BF4ED11B16E50A0AB1DBF1156D034BBE04D69D08F939D8E92BF525A1DDAFF80ECBC95D8F45D3FDD289FD23F7D8B452F8EBB34EC082DEEE68E18EDDF072060FAD2AB1504DD4879BF67099FC58F6E9DEFBF645D16334A3E9A127C6F1AF6132CF2
+311
+87E433B43A0EE93812B4AA0B194E03EE3FF91EF9C6ED0074A2F6EB18A96A7C9890B1FCDA1F2095E944DB911ED54C60DF16FB74C8CE9BDC7C54C4F14078CF73C2FFF1F1BBCCD7CF64F71407EA1683DBC410D226627F66E509060D5C0AFD611DE681D509DB8DD12FB1265B03C6F5C55FF4C30BD94187FF692B4F152982502F19
+311
+3098A789526A038AB529A52BC0DC4FB6285CBAC10A8B8DB75DCD9BDABBB221E27D1F8DA9F5EE5926A1C8AA9BA9BC09239C6A7F12914EA3B59EFF7AAEC3FFCCE56F1C5C2980AD072793527565E774F4631DB178CEEC691B1F367BEA0CF2907E1D6B854D527065979DDEF002D8B2ACEA7CE21AE297737EDE1D45B31233B73FEA
+311
+35BCFDD0B09721FDBAF6432681F2FD10C3E9EFB246FD6E854B344ACC9D8A0EEF876A7314B49B6A499FC650B099D650DBFEC7638ADFD245E2B7839DA5AC5F7D5623FC0ECEEC8653FC9B2BDD1AD4D00A566FBA7186DD3C9CD26512551637498CADB950FEC71ADB9A5524285DE328B8EC7EC75D2345AEC6A27C42AF6D9B921553
+311
+15C80DBFCABBB7DA0FAE425C4FB896B15C9BFAC4FE67DF5A23D30C93DA4D8F36FB15D100050DA6062E22AEC5F4DAC4F6FEEF97AE05DE63C6D38F9E068A20BC5E3B6BCD75320C5090924E7F93640A7735B1A43451C2D91EE62C6238B797349E59890AF3A520DF4A87095F3ABEC2E61F0593416CE46CDCBE0E00E2523FCCD044
+311
+08588B5B6C9DB6459C786CE378770B54F51DA3A5E1DF2A3349BEAAC234A6CF8993B598B3B25B4B113E353A4D750FA7534749430F3EBF2512E7EA3FD43C6AB9A1F765A58463B306721A15D224FAFE8C6F5E3432D57EE697DA0DD5A9D4866A8BCCAAA9DFF1F06047851408FEC060471D0E3EB86BFAF46E4B5E60311DC3E3CEA1
+311
+47C75CF971BE74689507154FF2D2E92F15CDB2B9182B11459FD8ACAC5A85F174BC94A7F4EE4C4F5CAFA7C02E37BF0BC77B7DCD0C047BC316F562A01A441AFA7931CC84A28CB9F4AA367EB515778F29BFE61195FA671F4352E5E46E3A64773F1F76EE5EB36D7BCE9BCEAD837A4D77F8DB8C92AEEF6711920D7C7D0F76B0FD0E
+311
+B7AB83724CD35BCA7D36DDDF5FBB7FF6F04A91F3E2BB3B8F1A43CD659639507FF6331C5F697BCC782AE57D757A27D97F1AB9E0AEDB43F92F1B2AACDF5FEC8ADBAF9F814E2027003BA2F9E144B1938A7A04050AE5D953B82C45619165C813A10E76DD6906B3C16438064D14CDA713AEC420034613E1AC7241904A49FBF87409
+311
+AFB1FCB9B72FE7933A87D8FBEDACECE4EDCF6A4FE9FB94D5DEB74FAB7CFEAE17EE965DF980DCCA2D04134994F9A2E94D2265DA4FE6AA7B7AC15FACAC2B5ABBCD7DFF542C5314FDAB2E1B9D8B65220B8E2B638BE008E8DCA22678C820C5053664D15E89F2D735B51A84955E81A443545E9FF787BE0FA700A76D136C27DA179A
+311
+7C6E8939E01BE756E19CB292798063D8B97F44E8A27BCF3A614FEB8BE974A718E86F7EC99B53CA35FA24F61F2B07266684623A3D4CF073E511F3A10A8FDAFAF0078C577F4DF9D339FE7862E5FA47CF4344209E5BF76D783B1B48E152AD281B15FCB934DCDA49CEC5706B1EE8B460F435324A5CAD154725E21AB8044B75A557
+311
+A79F6C807B9340AA3D92503E866F4274412926C8C504E4D5EF8C0E68DD0B028781A6B4054F11CF18941F101C57CCC796773ABC8DED9CD91FE5788806C05E548895354AEAC96546D55B0E94A59F148D061F42AA398D822CDECA4CDE79E13469BDCC44FDC990F366BA5978C15F97ED80CBFD73B0CD9B8B83A4F6845BDFBFAF03
+311
+4019473FB9A63BD55D3A4A7284757071574029A4D016DCCBE95DD679EF3C4880BF169422F8C89B68A988D2B13793CAED4F74DE7486C72DC94DF46B8E93D8E02EFCB1FF9B3BA10C8AE7F653DF94F4AF466CDDCEF5776687F7C4C14B63E4EED1719DC2EC482D7DBCC7AE518CDE3D5FF86D39000EC3673C0044E1D308BF05F74D
+311
+1B5F033A7D1BE7F74BC55BBE3E4A20F920946CA0271EB17BD2B80E5660ACB8A29A79F5E4BBA49D4D945B6EEF4A7EFEAA65E5555BBB57A7E15D2F83C69F30BBB978D2B39F1F26FC097424D39BB33CA3D87ABF64E307938B685BAD44F71556A30B7E712CA4FE600613C3E554B69ADE949A7CFE214DF1FFF05CB82151EC6FC319
+311
+50239F94CF7AD39DC473F6EA356E5EC2C4EFA04383CEFE985A127484366FBEE3C0EC4FEA363E4F6632AE781392FD45D67B63FB8DF70E82734F431FD3443172A0E30A83D60982D55FA6A2CF86DBA8382502ACC6CDEF3B907982EED1160E14863FA242F9757347E1544275CCDCF71ECD5F8621CBEA326B8BA884AD7F82578192
+311
+3E66971F04010D574C541D8427A438A37EEF8AF88240EED7362C953F5A81DE2D56109CDE2524EA0F5D2F87308C0C47BD97AD605878AB8589E17CA83930CB5E0DCCD75853D68B1AB136594926DE426C367428E9334AFAFF90ECE221BB5DC9E5BB53D2CDEF954EAA9CD814F0E5725F1965DD458E5F8487683AD86B9D0076BE3E
+311
+E91EB1CECC5331A67A3F79D8B27587C12EC2A6A70474749F27B4C0BBAFB94B34189E88DC18964BE4121B9137FD516C7755356E50D6714E31ACD222621EBBCD1CFF81D87479056A9DA0E0B8EA19D24CF937DA89F78E8650CCBDC110AAB6C4E46DCBFD0446BA9E2060E81F314AC2031E88135E5476AC0160EF5C0DD2EEF1B8B5
+311
+CB2D198BE9A554A9093B5F7D7E4B5407DDFCA1D9C152FD97F55BFFFDFE802954DFEC8995B983E28AC92F1971E28F531DC407A1280EB125F64A72E617EFB27DFBCEDCDA2D6F2BDADA36873EE46B9BE1782998C63DA7182BC383FB6FD15DA472B175D7E8B4FC88F38D6E07FEAA3FA3CBB8F6B449ECF14D2175E5C5CCA3A42ABF
+311
+24CA6C9395AF74535F4DDB38CB84F56614B0FD32D7E19CA5CF988DB4449C40E23DF2B16772594554579094450F56F253CD25EA7F77366FB1CFE79696C428BB64D5A41E986189427E5E4D7E2DAE3D5BB4972B3DC44EAABDDDD63A2264ECFA5C786EB0EE1FDC5BE34FA0F08376869FD1E61EA06CAE15191135445EE8F0394161
+311
+C3266A596AA035572BB0C8876180D8B9C77D307DF9DCDF7365ABDA6F3A2366436457A4DFC1F259666569A9E4A79C817BDD5610E5200FCE894A358EC72858D50EF67545DA81C6FACE3D457BAF70367E1E6BDD9A952FB4F56247F58F523B97E640246051A72F79BE42FFA0B3187F63097F91C48B868586F714B0EBD5A00A8412
+311
+C1236E1298F60C72BE6C96B82B404CADAA304AE9F303176B14BA53FBC2D5E86377E35542019E24D97B96A49B2C0E5006E7795954DEAF5DA58958839043C6C70BD3B1B33B6DC5C31316D8A6923F142E26F6711A2258AF977DDF1F970ECC4F1F2B434B96D81BEB6E89BF3BBB3C7C8CC80505070723D6D7D7D3C8CA27CA164A26
+311
+024FED94B12A86031867241DA53D929636DA600F050BC40CE48B8BA03D69224720DEE2ED2127390BDF5E6EA64527BBD4C4C63FA76BB801FEEC0E61218EC98A8A86CD8313781617877E66692839B9468CF4DB8E50A73986E558E309C0D6F676F921BE02F1185454DC75B111572FF9D27D85EA14C05AD7271225B391C4275659
+311
+CA4A43759D0BA44639BE4C30A84DB7F67A41399FB95CBF923B1B1672ABC807C1590557FB18D811983FA97F5E609516D62281D38B1281F68FC75528C35E4CD7DF0F7DBB5E5DD69C414EBEA2F4A5B241B996BA77AE6C772E367408C633EA3E438B68563EA8BE7667F3A4C4FDEEA52ABD78A2820F443B7914A15F180018D231E6
+311
+4519C56A12F6CA7C8DAE18F06F6B769DBF92329EF6A5D18FBCE600F36BD8E8198DE5CDAA96181F3A756EBA5501CEE58F497EA4F418A2B82565B9BCC611713C0B708CCA1F398B78C5F7D03B3437CC18F13061F55C7BEDADD5ACB1DB0E36D3CE47FF6EA1A563A57E9649EA5D14D1A50EAA457463381C073777EF1600607BAF64
+311
+28A7DDC079D47A204EF1E1F1F0589FB054D45E02CE623B3823C317C601E589E22B1E88B448524B86A82828E32345EC18AE17214B42F8C41C6D428016D9BA31DDCB47572561E5A402E5BA4FCE55F78AF7268524AA04130F3A20BA5D1E9F9948EA48FC8F5314FDB35E21898198060034ACE5E3E2BBCA34092518F275190AF65F
+311
+45867FF0900AA4B81F25427414C372BF51DC29AA855C5428EE1EEDD6B849AD60F6E73475C2D2523F8A2772C840A478DED18A8C5C91B085F255DC4F54EA7AA8947354FD17ECF8FB3B4A0DE7B483CAF3A1165EE05BBA413E5C1FEF3DE1D6B8F2F3F3251C17D9FCAB48A9AAF63AC773A0E413BBC46A9ADF84A566FC920E4D8C52
+311
+C9769EE3301CADEEEDD92B312E02E2A7E35B7F1E7D203FE5A7D75578B06E99D0E46FFADB8FDA17ED8880390DA29094202D6F645F76F6F96409CDA05495A96E84B04A00D1A6C6C81D7F3DE9376E828CCF144EE50E364ACCE7237EA0BFB5607ED1AC3CFE73794E5B61739D14DF1743441B1AC98F00ECEDE9E7301FA29755FBEF
+311
+A68C91EF2B314CF510537EF1ABFC9A762496280B546F5EDAAF8A5B387D469FC9A878A92828C88608453ACEC6094DCA54111E7AD5B2663DFE2DD151B7F123B9F4FEF8EE36AB125FD7AD52A59B1B765B3E3F73E3F73DEA93875004D2AFFE3CDE9493B87A9904DD052028949041A91DC0E1BA47BA714343FD5B25E0A6A09503AF
+311
+C17C790058A836A324FE31D7893512E28230332F153181C1E018E1124EBE1BA262AA428A518237D1EA7275E48C5C561BD19ED6912EDD8367DA0F31E40EEAE9683DA9257525AEA7B632B97119E17145A90231768A4F3B9120FF32E8319B015E3CBE26F1A754177D8185345817C096B0CE443A955D13AC15E1FB5DEEA0239EC3
+311
+2A3C92241A237B0B02FFCB4F93CF2B02570C8D192E2F2A68CEEB42F12E6F8CEEFF46C251E22B4341C56FB08CCE550E7A9D6F4D6564B9EA52A83D5BF2C6E03FA19D2775E15A8A7ACF30A13C259EE7F5EF2AC3BA354F1500E1A07FC63FB4686E2F12EC69719F9ECF5FE3F35598DF2CE944008CE78F0911BA5BE5D0A34E0098FF
+311
+038669C26030BA9B300303039852A8F6F496341737CA7E0D2E3AAA36DE0A70AA7D9CA0D54D9AD84B18A44C9E625475E1C97B93BEBB38DCE7D227E67A2D00F531436136355F243D1FC0D712C5765754FA22FCFFAE97919161F46D6E61ACB37D83777B385889770B50765B127768443A5C4D3A4E35A3151111F146B7CA116F91
+311
+8A049F1C272F2CD7976C69A0068773451659A97E0F4A08FE604C3FF6CE7385DB19F4D3ABC8A0D80DA8A42096AC377DB49382B36E270B6FA7570188B4B7D1DDDDA82ACA487CCA5D38BD3BD039ADBAFA4ACFF27809239B722081E2EB9F145320553D183F28471C388BC8814E5045676767AB58A8E72D1CED2CA731379515D2E5
+311
+33E4CF0B39DFC625F97AC4836831A4DE330E87A8126FA17EBE583D614E71E22A8DBF2825599743E0640037303E8E1B1E8EA4E1ABFA4F62907B5E4E0E5DCFDAB417C36C6848A2B8D15F1E505434C0707E16B1CFC2A1C36A42BBF55734F8F4301DDC2A5110CEE8C0747F69519265012A2174BF4E955ECD4FDE095A3ABC70536B
+311
+7AD0B9D7892F81287D667C108703C9B66A221E9A0929D030008F77FF6F5D2108EF5706FC87A3069B976F7C9FC3239D13D283CDEA83597461079FEEE049B0F392889898B7D87D31F8D60ED7B56B91823A8E4EDDB36C6172ECEE42BD42B12CD67994FA0F0DFAE9389356F4CD4425A4B8AA55CBF7ECD585C6A2C2316791E43D5C
+311
+06841ADBB226A87FD61515FFBB0167B74E56BD7F3E90A57A97FEDCBDF483A0D6699A8C0849CAEB4947FAA90D8E332D9DEBD9F4738C37DA0CAF9CF3DAA68BCB67C420459C7A64498D6E848E5CADE92BB6901F607AA331104A67F7CD650EE169B1DAE94D2C31C2F993632259B6957E246EFE4C5481107B07118607700040E581
+311
+2A2A2A38DA0076875258C753F60E0F2662C748EDD5F3F3686B8FC3BD6FE631ECCAA1E8B1C1E565AD117E54893E79F4672E32F9E46B2A183DFDCF3EECB4D4D077DBEA0DA254D256045109670050129E9B9B1A9E4A11344D61497A992778095151510C4BB7EF2009B63AA4360635312E4CF668B7E0D3D85A8688E2BD83B56943
+311
+9892ADB63461930D428E0DE42E4AC57CE48DA5CC1449530D8BD3D6A0F08DF20C8E8F570F2CFFFCEA286E30969B4654D498A58D9DA782E19FE3F002181838925592C4A1EF0B332D88B61A92C644547BED490D3A42CFFAB70E36D961F694F6307F72FF15A1C79D5B1B5CEFD353D9E2B52566DEC8F8F09CB3E8359C0F68EBBB78
+311
+98243E34E12A015B2685AB303C04D3A9E00671FF3DFF0A184E4A2ABEB2B666AF5B3A209C73D8EF29DCDB069C9F391EEE9DD0F74C7BCDE16F8F02E3B8816122BBEB50665775B600549D8BB33A54A6BF940C028118BC6878C79958D6784F9DEAA6E26748386FFAF8D0D0101E2847B6563F5D8DC1D78F787BE00E2C941AE12148
+311
+D4A81599FE8F68D4DA5CDED75530ADE138240300EE13B0FC13A1687FED6774662C05A2B7DFB186732F0D7A93545D8B0A6390AE5054D9CB582DA846D7A061B3358B45E2B52DDE63E114397EDB7E09233A579155D795BE76102CF277F4DF8B188C4F2879BEAE3C08347124BF9ED23B128259FE107D31E34A652F090B30B39E0D
+311
+9AF917B76A2806135621A8A60681F16AF216514BBD02711585B5B1AE823F4B2D0369EA5B6BCB863072727FFC871CA6C9AB79A814D989057E9470A3D238BC87CBB4A0EA49AFE2B86F22E499793CAA9047080450166BDC357524561E258C77CB697F1ABB32562CF87C3B7AA12F911EF19FB3E5C02222E887D08202A60A17151F
+311
+5E053A86B437771088B4FEE14D652C43E8D939995D34545E12E2FF93D4E366EAD25F10CB7DED141563C3D0C447AF06078A91135FD4B9611583CB4BF3BD167F2399CEAB0E0100F8FFC305F00F1711717173138B4B48C83022295DE657EFEDD97F238ECA80F528AFB4F8D67AD4E2594B9A3AA86D7487EFC313BA95745C186F0C
+311
+DD84CC12DC9CB0424B42203D351FD9C0A3AF10CC7F388E0329279087386421F194F4A29464C1DEF7EF8BE515E4A199DCD5B909342598D8FE6A231F71336248D5CEC5454455C7BE383B3BC7B260FED27F703FDC39A170F3827239102F59D4DEE7FEF82EAA1A5E4BA94DCC4CC44E7E2EDE20F24244E4454369D2E87C3F823F19
+311
+3FD4FD27E1C23984B01898D15ABC20711A8A558054951A6AE280096BA36CBA439603B7B0B4C45F248C14B2383B4B5CD8ECECE4FF859AD4A6CA2326D020EF090F4041D28DB66E5256B56232CC52829DE8060BAE6BBF37D4B7469B822454FE93210A3E8D15E69FFCF01123222611C51C4FD0A041A0CFA2471CF6BE38D2B20FA4
+311
+C3525B5B8B586759475CF80ADFE67A284AC24651E52B8E683D24C2622642F27E7C3C22783BCF63648BC398BD6CD0D9C97E7E7E3EACB6126DB7A6C1FD9F1031302EE67ED96F22B77C7CA0239BB324207559B105E4693EB26EC46182A92C9C0DBD24F29B31C5C5AC1F84300E0E17CEEAC15F5736FA4A98971E2F1423BFCD68D4
+311
+BBD5F86E74B40A369F39507C88FCDB35D2DD8DEBEA4AF999E23CF2816D204200DF6E611781B9884C1AC8888B4DE397320472959434323A5A36B22A8E1F721A270DF3BD65E4A31C11FF048AFB0D8B7B6881423793963A23CFCE935FC189ED36FAE35C46DA3574C979E4394BE52084F3081837BE033396D2EBD80F1F691B273F
+311
+660D2B32FA27A33B1DE4ADA5F0FA4651511102DFA410DDA86E065272CA314D5249DF91B06BB92807B28EFD54F08F7B525252782CD276DD02E6B0319B13DF87B1F6361AD6B28FC0D711CF445429B9E5A433CD493051C49A9E03DDB1B147D880253514A5DED88009018620EE229101C041950E2D8AA8E1F5F5438E0C0C0C60EE
+311
+DEE9E3E0C051948C69F84BB7B2A48A1F3C8EB9E6864687F4F4F6F6E2FA87608ADAF9C5E117B7C1A737E710769DA1D15ECE6A84502AA855398712D5FB51BE92E4EF824969CE18278798AC303C2C7980DD2500ADF8FB1E6D6C2FAAFF9987178923334A244758BAA01A9A1B70FA5097D01E1CC2A58DAD0EC94CE6430AA9B0C10D
+311
+75E3C6BAC670EFBADEE1607739CE0FC18A2587E3EC3058562014C64219C69BC269082D5C2F4A659278D585755912176D78A1B641719C2A394CED495A1AC5D583FD2F5EDD93308EA7EAE8A6DD396598BDBD3D4CFED62D18A5BDFDE0DD5C80D1A89BA62697B131AE7CE9A6594138582F1B37D68F1749AC7CB67A70695D48A4A0
+311
+56AC1FBD4E82358CEAE38F54B95A9016F9000F9879C0D9D131768635CA798895F27D6F1614F11F2838A83611AA51C9A3DDB539D42979C29F10465655C17BEC3E2760B80DCBF609198C7B171A531905F3EC218D696025975E986C6B4C666666787271F202805577DD5A3EF0CAFAF91B62DC4B2DB4217A7606282F31D8DDBC29
+311
+0593BAA93EA6353AFA9939B877978481E15CFC9F2755CDC00C538F63A4BA3E80AE009B73CA0185687D339A507D165B74290D6EE46D5C58148F020C3668ABE9EF2F7549170DC80DB41FFC1D678FF19AEB10C7133832B104B80F691B3138F97A92D26E551F1F110400D45AC71A9B9AC41A1A1B1DAEED0B0810638EFFB511D46B
+311
+121C6FEA0F38CD00E03CFFEB9713FE1F9C263E4DDEC160D0497FA9A132BA608584057FB15380825DE6C7FC3C667EE947D488A09898D8E939C4953BF4EC9836344D2CC6B2971B2A21A572B06096F4982D2CC7232D46E8EA69DC83722E267754D777F97F96D5DA74E1E75178084D0E70F12AD33E5F71EF2AFA599B2BEBF60A5B
+311
+E475F444F240CBFE8143C334E7ED9150FEEFEF7EB020C4DBED388DD1D6A167A76F3CBF119B578AE8CFA7736ACAFA4440A1C47185638A0D2F3EB5BDDEFDA958FB13CE4AA4923D5BF840392D45544329525749734866684BF7F8D9D54D892E19BCA9F829A0F8BFCBEEA6CFDFC61D74EA1A645ED7A1FF241739F15694BD835B66
+311
+FEC5677E40FE69BD3F91AE402F036537218A401CB0828604AD189E575015C6F3F6BBC8AC79CF6C70653847254B31551EFCBEB5978B9DB85D58D0FA41A9DFE9C624834AA04949D24B5AE6D299E072D152D12097920F14AA92C31C3B97E28B6C2E6E9C23D63043ECBBC0A60FDF5BD0C33C127EA8A3308B8B6AFFEB28B4455BF6
+311
+E7AF4FC6222728357EB8E46E85053E6A8843AB23295BF838ABDA94658FEF3F832F147046B4ACD6F7D48E8FCC9618582961C898D1C7A253C91BFECBDA6BA18A1FCF70755DCCEE2222F41B76D23CA98D0CB3D95F0CF66D57FFF65E2A90F5DF40FC3187621E981BD0BC1D992787212688976B94A8F0C6EF646624B570B78E0688
+311
+26F87CE27041A95C9A4871FF65CC17FCB1639629AD6A9517000D63AC231F3D741CB8430777E7ECF80CE7A3F73C0F162F7E56AA71F4DA80A33CD6ACEE78E2C11FAC03DAFCE929B106F8F6B3ED2DC71FF994BD9CEF4E9A94896EF1B6E2B7B4978168BCF0847A3D2A4F1B0500B926E634B174548E9FBAD27153FB5FC36799B1E6
+311
+C7C38A94E1F9E996796D7B485E635D5287A2AE76FBD11A341DB3F8F810385BB7296391973DC6C37C452A9305AEBBE0CDB6C566DB59FE60C8E94B1FD090354BF51439FFD1B48D725228FFA88C84F686F547107A7A235665A4593B7C34D748C1AC8D56DD5DA861EEFBADDECBBD65117E65851F90351AEB65F0EFCFF4BCFEF24C
+311
+B7A5879699FAC437A7AF9099186CF006BB923A59E37D7A36A29FD8D2CBB914A5E9D0A8FD212FBF796AE9A67958FF1D5D8B85F78F96219D4714EB919929241B6C018AAE0C02069F8D919961EC5DDFBFB7573E3AC8E08BFB7C8534BE6DE045B3CD63DBD71F7638BA2309CAE398EA3A7D8F98BBBC7AEB367EFA5CFA27A9F8F2F5
+311
+2FE878058E6209C026453F8E7E8A237DFC389E9590F6059B397CFD65183BBF936E86896612A5B5FEE49DAC8455D026218AFEBEC12B3523A45B57B82C9C97E02ACFA1184DB18E48CF615DBF39C3CC6F0B4AE6BBEEA2E39D944E290302FA3DE33FA7E40296E2EF7BF1CD855BBECFAD0FD622BEE9746FC4FDFDE545AE6E3BC234
+311
+CADF83A0FB76DFB145BF3828AE3436368AC24989454F8FF70A177672C711CAA1A76107218CF948CA01F873520E7A2B118EBB161ABAD432932029628B6761590C98AB590C8C8C79798CE9F715BA696E839E9131A4BB68BE923F1747FBFF165331FFDD4D05997ACD168F12CA75348DAC04C7F509FE83898A8B421181AF492861
+311
+CE81E4A2DD0A30850CFA95E05F097FF70F9E777310D584A75BA7018922E271DAB1D785671157685B7D383D3E074DDB4F1E44EF04B07BAAC75A062077C54B9752C738C9D804D402E02851F3F89605AF189738C18C021D2139EAF72513824E10DDD3047BACC8521ED7E98B257D1166903B1B08FA6F918FD7E162913FEC7D0EF4
+311
+787E29C35FBA8C6E2C9C20E9AB30AE42CA2A01A090E7D010C1B5BF9CEE2A304BF3A987FB40D836979B79E18D70F257DA61E808472DD85B82761825779D6B90CAEB0F23360C6F80A7D7D77545E95B3DFF0CF96A827F9B5BCECD2C9698718417EF80FEEDEE938AFF55859D0D540B7FE09435583A6F04874A0C7E8CF234DF4879
+311
+722000167F5872CEC6BF3EF7E5A8CC8121E6A359227C8A29C95212F9F735BC72A887D56B8F309FC525BFB4FD767AAEC4AEFF249CFBBD2DE1AB9969A6155C7D8DABC307E47324C1F916C7BCFF40ABA5644E9FFB9238D19ADADA49D9610F01ABBA57E4DFCBDCCBB2B93C8953206C91DE01B0E2651A6D6C31721915B31F7B7CBC
+311
+E55466F6D70402788FA91D73BE4ADCBA99A35F17D6B83383704917D6833F0FA3CD45C926ADB8BC17999A4A0AFBCE2541F7B8CF4C2F5FBA611B3E626D64407CB32C122DFF4EF8674D6EDBB86C8F7C6A16D50FA685E2CCA34F8F7D1D8265BB0042E9D7F1F666F7BE5FAA5184DF58E12122A42EF02F461B3F369AC746F96528AD
+311
+208512AB56844CF75B97F352DF7995024FB02855385854F3798670D01CAC771AC3E1889EC25F61A20C1F8CAB46898817F9C47E2CDA1F286BF2F358298709FE567C91133E2638C8B53975E753EA8BFD3578B5F7186B7BF084EBA3F77BAC3132A5779902EC22AF2D2E79F42D324E083386DAEE9810D1B44A5DAA54513C7A71E5
+311
+2A4AB9257D975B621308FE4D2141CC3DCFE946C154A3C1DFCCA7629EC69ACFA831634ADDA93C0388D2A9A2DDAFCF957C6995BCE7FBB6DC4EBAE79E63EB08E9A25F52F67076F7093CA545CA3053B5BF576DEAD4E0017143C5F759F32B2D6F145B52B67B48909B7C7FCA6586EE385A2189C16932CB6DDFD9152AE317C430492A
+311
+578ED27B72D85D40C7C93C097939E1B50F4D67F05334FE9DC362C30B7FF561B95259138ECFD9274C8D695C31B14D4EAA9F3D7FA8DDF652F8C5DEFA23284C799B7D94416DEE81E05A866302DC70192A5368EA65E1CED8BF107A1E2D3119A71E85DC1A7B0C1E93274CE04DD0F2ABC8AC7C987FDB002B6F81757B43502EF7A0D9
+311
+2E416494FAEEA4C9C090CD9557AA4D532F4996A272B94355C5A0E4974EEA9627476F30809B94D8D8D860062E02204643BEC7D0438AF800FC7E2B26955D595421E83C69E1A07E0E3122285835F014AD538188CF9737CE76D464A353FA55A001AB2526B84E985083693BC76FE211CA1D000679C889E3C009832C87E1AC2EDD05
+311
+C302557422DF0800E316FCAC86978A371F025A6C7DAA9F333E7BD160403A1A06EA75AA9888FF01504B03041400060808004C4A2B4C28BB58AF800100009E0500003D00000031344631303437432D364341322D343544372D423843462D3234324534443846393439352F536368656D61732F436F6D6D6F6E536368656D612E
+311
+786D6CBD544D4FC23018BEFB2B96DE15493C78601010A34B880709DEDFB52FD0D8B54BD70DF6EFED3AC0B12E6442E2716BFB3CEFF3D18E26FB440405EA8C2B1992E1C323095052C5B8DC842437EBFB673219DF8DA659866649B798C078B48AE6410122242F2A4994AC7F93815DF85C049C8564CA0A901499DD886B2EB9B1E0
+311
+2448F358701A9235880C49A0119892A20C89D1B9FD768815CAD268CB5E0355B40B1E47F3E37A2020464BED06AA57CE8FCC20C3C3446D46761A2632A8C1283D07031EFF2AE7CCB1BFEEE916E406DFAC8E36FFD99A9D60A6944090EEDC3B670C7DC13DE86B6B2C5C240D6E503BB85ACD579D513F1B9F9A69DC9CC22AFA80C426
+311
+D40AF0B21EA168559156B6276F0F726A6BFF04DCD513A87A62CAD41FB24FCB2858B3952E3D852084DA25B9303C15687973CC8E8AAE11DF2836C38C6A9E765E8C1BA1BFB1DC29CDFE518C8B5A7655A4ED7E77291ABEB80DBD82EC866ADE1B8D05AF9E35CF09D7A061F38A986D9EC412B8F0F65E5D81534D9B231D1E5A8FE577
+311
+A241F3A5FD01504B03041400060808004C4A2B4C2CCEBD668A040000E01200003E00000031344631303437432D364341322D343544372D423843462D3234324534443846393439352F536368656D61732F47656E65726963536368656D612E786D6CD5586D6FDB380CFE7EBF42F0F7A649B70E1B90744856B4970F450FCD7A
+311
+5F05459613EDE4174872DADCAF3F522F8ED3B88D2F1D06AC4050DBA2493EE4438AF2F8EB73AEC8466823CB62928C06C384888297A92C5693A4B6D9D9E7E4EBD51FE3A931C22EF85AE4EC6AFC38BF261BA626C9AD288496DC3F4FCEAFC63366845F7A10452AF41DB320C0D44EC26EAB20918735565582695670811A6A49643A
+311
+49A6E9069FA4604A64B29016DC4B48552F95E4932463CA888468C1D2B250DB4962750DF7CE273069CE8363F1FF4EDB00E0A21999574AE4A2B00C353B93F3BD4777B8A61ED8F604ABFEDD79CE56A2B7BDFBDBC50996E0ADDE16FED26223C5D30956C29BDF4A55EA686E5E58B112DA45CE67F76F4FA27EFA3FB672FD7372FC38
+311
+8FAECDCA5209E693CAD167BADCD272F943701B3812F8A3D852008B1D2E32DB927B2F833C6EA95879925356D254582695095A3CE982924720BE5774A3CB9CDCDB350427D2DF20DA1B5532EBE2D5D6288D75D4F7E4FD9890A0EF8E3D93EBB8F8BA4758158EF6FB90A6F9520281C93DE7AAC6D24607DA296BB96018123F821A7D
+311
+6A5C5884050C475DA4865442732C8B95684A50165CBB3A32F25F783A4A480ED59AD7F924B968AEA50131F46303223E6A397B0E52976030DC1DCA81D7E7C1EDEEA42C19FF27635C505E2BD5198A599020DF50A2330FCB3AAF28CB0124108429553EF1B228802E2265D8F7CC2401042B155BCC7070F1E5C55F13B4A9577362CC
+311
+CE46C32174E010C3C378C44841A4BDA00FE3A12006CE11EE6AEC59894D3526DDE1CD59D503ECC324017F8061B7F162162FA62EDD81AE3308617770796DCBDAD2B2625C5AE8A63DE20B2C8AA5E95E76E5730823955956E33E705425A2187C185D36489A1B44D3DCEC2172F6BA2105C3546287A7194B2331768EBBE64F6E70A9
+311
+930ABE0ADEA89E9E2C38523B810287AD67A54A039C1606EAFE68F8304610BB9093DBDDABC0B2AE4E290DCDA15376D7E39F72B556F0B32EAB5D3D498B4C41ABADEC3A1434C422D87E8025A84BDCB2B1417ED750FAE4DA8976863974C577C7F902D3F156AD354DEA3540DE6BEAE2BEA52F7A2EB4CA43802ECE5BF2CE2EDC9347
+311
+179FFB023CE412E60BE16DA0BE29B374988A553F561DC04615DD35F7D2C8979F60E5955CE93DF29DED8AFA1EE6642D53418086C03C47C377910F75F7E8F5EF665F70B60FFB22AEDF897D119E8423C773E819A3C1E55E550599EE6EDCA34D0C86FD72057DF2CD46F16A470682471C164E4346D5306BF12D7D12D82CFF673D41
+311
+636C347443FEB51B50D72EA171A8E4A58623A4A16E0FA2B8B10A0D23268D87C33896EE8FB73305A74BF224EDBADFA0BD674AB354D63DB7BD5D83426761C077DE767728235446A552754EB93B755891C3C4CC6CADE37CF0E912A7BB38DBA010F9DE1282EDF470CA69A9CDA482E334C4A6EA4107987980B17E72F31730EBF88B
+311
+BD39E7C629F56797A3C0009C2C5AE7951D9A05A02773440F02EEB4DE396A3B6A570C72CCFBCD823B0B8ED3F1D5CEDDFED772FA70236C83FB7D86C385D570B87107535572A60A96035F8F7C6A7192F13007246BBE0521855E6AC46F3E27689CEE7D186A6FD679D98CDCAD13333E04EBE7ED6F55FF01504B0304140006080800
+311
+4C4A2B4C6180134D5F0100006B0300004500000031344631303437432D364341322D343544372D423843462D3234324534443846393439352F536368656D61732F52656E6465724D6174657269616C536368656D612E786D6CA5934D6FC2300C86EFFB1551EEE343DBA41D1A103009551ADAD40EAE28A4A68D9426284961FC
+311
+FBE5A340113B2071746D3F765EBF4DC6BFB5407BD0862B49F0B037C0082453059725C18DDD3EBFE3F1E829991803366715D474942CD30FB4A782E00C64017A412D684E454CE3FE28995203B162A6EA5AC94B66997D225E109CD63B0135484BAD1B3C07E9080CA35DB3119C11BCA5C200461A68A1A438126C75E3E230D40FF8
+311
+1FB3F03C91D1E3A3A0AF79FE28E25BC39EC3E17E4C2A2D94A0833A51AF55BCCA7D88572FCBAC529C4140B020FC3AAFA886621DCED7EAD7664CC86024E806DC297DA1BB393E4156543457A4537DB8817349A70F8ACBF09B3EEE2CB2F33E91B65D60786E4E3B39B77E3FEEEF5650424525DA657FB8B46BE6BF064646F0A0F732
+311
+7C0BC1BC1B4CBBC1C419FA3CCB23500007872A2580CAAE5461865565294E4EDB4617B62FF579DF9A5B2F54E834076A597573A020912FED777F9B3F504B03041400060808004C4A2B4C080F944A50000000570000004700000031344631303437432D364341322D343544372D423843462D3234324534443846393439352F41
+311
+73736574446174612F41737365745461626C654F66436F6E74656E74732E62696E5361606070B1743171743371D635773472D435313436D5B5743532D6753375333575313074052A1002AACB4D2C492DCA4CCC492C28484D2C4ACC4B4E050A82012F90744FCD03CA26072767A4E6260200504B03041400060808004C4A2B4C
+311
+F865834058000000680000004500000031344631303437432D364341322D343544372D423843462D3234324534443846393439352F4173736574446174612F53747265616D56657273696F6E5461626C652E696E66558CBD0A80300C06F73E4B117FB66E451741D041DC5BF98480A492E4FDD18EAEC7DD4555D89EF28DF51A
+311
+0B1BD8340C4DE7DD848B988C0ACF0649566493F2408C508DDEBB99D5129FF8F1AF8CF5B9503E20FAE5A16B5AF702504B03041400060808004C4A2B4CF5E907BC340100009A0400003600000031344631303437432D364341322D343544372D423843462D3234324534443846393439352F4173736574446174612F636E782E
+311
+786D6CCD94316FC3201085FF8AC56E30912AA51126AADA25532B35EAD0ED82CF090A060BCE55FBEF0B898756A93A65C87ABC3B1E9F78A7D69F83AB3E30261B7CCB246F5885DE84CEFA7DCB26EAEB25ABD65AC510E8878C551E066C592933ADF6314CE35CEAB087C995AAB3FE38171F5242DAC2CEE173FF183CA1A7C42AE320
+311
+A5962573C001384C143A4C47DE0101973C620A53349827911D709E64220261C7F4A291CBBA91B594DBE67E2597ABC5DDBB1245A9D52E0437EB6DBE2C86B132E75B996E9428C75A4DD1CE9AF216A6FFF2C877D62B91955A258A99C9DC415F63EE807174D6006574221842AAB3086150E22CD64A1406BF483C616FBD2D2D9B6C
+311
+0C28C4976C0F2359BC3922FF79BD3E998D4F04DEE0EDF2B874787D0AAFA71FF4760EE42931B796934B87DCFAFE0A2911A735924353B68AFE06504B03041400060808004C4A2B4C35F0B944E30000005E0100006700000031344631303437432D364341322D343544372D423843462D3234324534443846393439352F526573
+311
+6F75726365732F44394434414634432D374132412D343133352D394532332D4635463535443031454439442F7468756D626E61696C2F302F636E782E786D6C4D90C16E03210C447F0571DF658954298DBCE42772EAA5A2ACB34561310253B57F5F6839E4646BE6C9F20C5CBF8F20BE30174F71957A5EA4C0E868F3715F65E5
+311
+FB7496E26A2013F1132645B407AEB2CBD2C09EA9A6216D78B7357435F8F818E28E11B377EF29EE52B8604B5965719F78D8D956A60DCB63DE2CDB59CF190BD5ECB01D607FE038E0325AC64D9AD3A2CFD3A227AD6FCBEB459F2FA79737509D34F0411406EF2363A6241CB525B66F1650DD3650B31F4C8F20CDD36BA09A69A070
+311
+6EE907C43FA94136A5E09DE5569222C7C85383D01EA0FE6103AAA76DE3AF8A367B33E617504B03041400060808004C4A2B4CA233C2345D000000800000006500000031344631303437432D364341322D343544372D423843462D3234324534443846393439352F5265736F75726365732F44394434414634432D374132412D
+311
+343133352D394532332D4635463535443031454439442F7468756D626E61696C2F636E782E786D6C4D8B490E80201004BF42E6EE76F3C0F216234B883063108CCF170C074F95AE5473F5C4C06E932E4F28601967600677D21E9D8092EDB002539227A2FCCB80E1168D80A6417297A89C5D6963B7129A0D1E8F2EE73AA7B62B
+311
+BEB8B27DE50B504B03041400060808004C4A2B4CBE89762363000000880000005B00000031344631303437432D364341322D343544372D423843462D3234324534443846393439352F5265736F75726365732F44394434414634432D374132412D343133352D394532332D4635463535443031454439442F636E782E786D6C
+311
+4DCC3B0E80201004D0AB90EDFD75167CCE820A4A845D83603CBE602CAC26799919AEEEE0D965E2E908050C6D0FCCE04C8BC355404EB6198129C92351FAD580A10E464065907C8D948F8F166375F655BDC3FDC3B4E530A176BE7057BDC43B2A593FE403504B03041400060808004C4A2B4C747598687E000000A30000003600
+311
+000031344631303437432D364341322D343544372D423843462D3234324534443846393439352F5265736F75726365732F636E782E786D6C4D8CD10AC22018465F45FE7B6B6E4A0DD42139DF63343724A761337AFC3476D1D581C3F93E3E7C368FDE36BD5C0C02C8A90164C33DCE2EAC02F2BEE02BA041F214E3FE97010AD3
+311
+6605540D92AF29E6E7A166BB4CD957EB5D781C52F79A2A436FF8A25A8529E918EEC7B6C38619C67443C61294C5B94E0A7E7F85F55E7E01504B03041400060808004C4A2B4CFDBF5D86070100004F0300003400000031344631303437432D364341322D343544372D423843462D3234324534443846393439352F536368656D
+311
+61732F636E782E786D6CCD933F4F432114C5BFCA0BFB83471393DAF0E8D0C1C9459DDC106E2B29705FF863F4DB0B4F863671D3A11B1C7E21E71C2E62FFE9DDF00131590C33E1742203048DC686D34C4A3E8E5B32ECA58888F9022343501E66D26422C5296259BA64E0A88A6BAAB3E1DCC5037A8FE159BF835764D04EA53493
+311
+B46EA92A190DA433352A2BCA698484256AA83764EBA1DFA023A80C86C8CDC4B7E3C447CE5FA6FB1DDFEE3677AF8235528A3744D7791B32445C068D7511AA9D49B0762C4589B6332D039197DE686D43B04A489172AC1D74327F2D9554CBE2AC56B956C556F0879182B5A857811F2040B4FA36135F99FBB7C84F100CC4C7FA4A
+311
+D12A779BC97FF3F8B702D83AFB7504DA5790DF504B03041400060808004C4A2B4CE3603EBE7A000000C20000002C00000031344631303437432D364341322D343544372D423843462D3234324534443846393439352F636E782E786D6C6DCD410EC2201085E1AB90D9DBEACE05D09878023D01A1D34A8419C380F1F82DA68B
+311
+9AB8FDFEC93C3D7C52546FCC12980C9CBA232824CF63A0D9402DD3E10C6AB03A3397DD192872090D3406ABE7CCF5B5D18893ABB1690CF4DCF02282E5EA8A5BB96FFE536F285CB347F95BEFFE81C9ED5AFF9D5B1FB575BB00504B03041400060808004C4A2B4C17DF7F407F000000A300000007000000636E782E786D6C4D8C
+311
+D10E822018465F85FDF794304CDC105718EFE1121D13A191B41E3F685E74F56D67DF39A2FF6C0EBD4D7CD9E03B20A70A90F18F3059BF7490F6197340BD143184FDEF06C88F9BE9A060906289213D0F3499794CAE5067FD7A40C234A958A3F0455D2966F5D0E01B571A5346EF6CE0BA656D9D8D7351F2FC7A794B5E7E01504B
+311
+03041400060808004C4A2B4CCA1DF9C9A900000073010000130000005B436F6E74656E745F54797065735D2E786D6CA590410EC2300C04BF12E5DEBA70400835E500FC800F84E0B411AD13252E2ABF27A55740421CEDDDD9B55CEFA7A117778CC979527255565220197F75D42A39B22DB652EC9BFAFC089844F65252B2630E
+311
+3B80643A1C742A7D40CA8AF571D09CC7D842D0E6A65B8475556DC07862242E78CE904D7D44ABC79EC569CAEBA537E3521C16DF5CA5A40EA17746733E0B6615DE7217475F386F18B9481C510F1F021CD9FF027EA0E1F5C4E609504B03041400060808004C4A2B4C3DEE336E64000000790000001B0000006175746F6465736B
+311
+2D64657369676E2D7061636B6167652E786D6C35CBC10E83200C00D05F21DCA56CA76D41FC96062B120735B69A7DBE268BB7777961F8D5AF396893C2ADB70FE7ADA196782C2DF776D7A97B5933C430F15651E5469C55D70F80A4992A3ADC954792C525AE70A1E4D6AD9816CC044FEFDF01FE3FDE907802504B030414000608
+311
+08004C4A2B4CD41E1240F7000000960100003700000031344631303437432D364341322D343544372D423843462D3234324534443846393439352F4173736574446174612F636F72652E786D6C8550CB6EC32010FC156BEFD8E04785234C14CBEA17F4D41B0292A2C460F1A8FAF985D895DA534FBB9A9D9DDD1976FE5A1FD5
+311
+A7F6C1383B01A93154DA4AA78CBD4D90E21551A8CE9C79E7E22F1A5456AC7A8202036737EFD27640D2D9A86D41AD53FA0045083A42251FB99920C80FBD8A5AA49819E15E6F42DEC54DD7A4DE799CA564D4B16A54563357A33D70D2D3765CF082E6960CA8EFC92BA2741ED08C173C5EBA7EE95E3AD69465CEA2597FAE4BAF45
+311
+D40A788B0945982042DEF07822F4D40EEFAC294CCE42F4D9F371B4B8037E295F2F220AD6ECD33FAA6953FFAB266363D71EAAFB46C83EF293CF01674D4929976784B99644F937504B03041400060808004C4A2B4CD120A0AEF20000008E0100006800000031344631303437432D364341322D343544372D423843462D323432
+311
+4534443846393439352F5265736F75726365732F44394434414634432D374132412D343133352D394532332D4635463535443031454439442F7468756D626E61696C2F302F636F72652E786D6C8550CB6EC32010FC156BEFD8E04785234C54CBEA17F4D41B0292A0C460F1A8FAF985D895DA534FBB9A9D99DD1D76FE5A1FD5
+311
+A7F6C1383B01A93154DA4AA78CBD4E90E20551A8CE9C79E7E22F1A5456AC7A8202036757EFD27640D2D9A86D41AD53FA0045083A42251FB99920C89B5E452D52CC8C70AF3721EFE2AA6B52EF3CCE5232EA901A95DDCCC5680F9CF4B41D17BCA0B92503EA7BF286289D0734E3058FAF5DBF742F1D6B8A98B368D69FEDD26B11
+311
+B502DE624211268890773C9E083DB5C3076B0A93B3107DFEF9585ABE038E59B3A37FDCD2A6FE774BC6C6AE3DDC7645C8F7E7E39E03CE9A924E2ECFE8722D49F26F504B03041400060808004C4A2B4CB4D02342F8000000960100006600000031344631303437432D364341322D343544372D423843462D3234324534443846
+311
+393439352F5265736F75726365732F44394434414634432D374132412D343133352D394532332D4635463535443031454439442F7468756D626E61696C2F636F72652E786D6C8550CB6EC32010FC156BEFD8E047E544982896D52FE8A9370AC441B1C1E251F5F30BB12BB5A79E16CDCECC32432F5FEB527C2AE7B535039012
+311
+43A18CB0529B7980186EA887E2C2A8B336FCA24161F8AA06C830303A3B1BB70312D60465326AAC5407C8BD57010AB1A4C7005EDCD5CA4B1E4362F847B971F1E0B32A49B9F3188D51CB43AA6572D337AD1C30D2F6F569C2131A6BD2A1B625AFA8EFC70E8D78C2A76BD34ECD4B43AB2C6634E8F5E7BA708A072581D598F40813
+311
+44C81B3E9D497FAEBB775A6526A33EB894F9389AD3010BF7B87E18AE175AEDDB3FAE7193FFBB466D42531FAEBBC2A71CE993CF05A3556E298D678569E646D937504B03041400060808004C4A2B4CA5DADDCE0C010000B10100005C00000031344631303437432D364341322D343544372D423843462D323432453444384639
+311
+3439352F5265736F75726365732F44394434414634432D374132412D343133352D394532332D4635463535443031454439442F636F72652E786D6C8550416EC32010FC8AC51D1B30B4768489EC12BFA0A7DE904D1294182C03559F5F485CA93DF5B4AB616687197EFC5AEEC5A7DEBC71B603B844A0D07672B3B1970EC47086
+311
+0D288E826FCE855F345058B5E80E6418087ED95C5C77687236689B51EB66BD83CA7B1D4031DDD3D2013F5DF5A24A154362F85BB9AAE9A62EBAC4E59327788C66DEA5664ED7CCD9E80D084C1BD24A24E140308394E21136CDC0E080246AFB9ACAFAA5E655160B1ECCF2E33E6D5A053D0341106E20C210E377D41E707320EC83
+311
+579929B80F5BCABC9BE67440C856D27EA46FF0B5273DA4B866B03D911A8E6C644C227C4A045E3D857F0CE33AFF6F188D0D35D90D9F0A9F22A6FF3F1E04AF7281693CDA4D33972DBE01504B03041400060808004C4A2B4C4042751DF8000000960100003700000031344631303437432D364341322D343544372D423843462D
+311
+3234324534443846393439352F5265736F75726365732F636F72652E786D6C8550CB6EC32010FC158B3B36F851910813D5B2FA01554FBD21D8B82831583CAA7E7E2176A5F6D4D3A2D9995966F8E56BBD579FE083717644B426A802AB9C367619518A57CC507511DC3B177FD15065E50A232A30127CF12E6D07A49C8D600B6A
+311
+9D86039421404495BAE7C78882FA8055D632C5CC08B77A93EA2617A869BDF3044FC9E8436A74763357031E09DAB3F63493194F2D1D70DFD317CCD834E089CCE4F4DCF573F7D4F1A688058F66FDB9AE3CC8081A8996508609C594BE91D399B2733BBCF3A630050FD1E7CCC7D1920E8957082E79058137FBF68F6BDAF4FFAEC9
+311
+D8D8B587EBAE083947FEE4632178535ACAE351619EA551F10D504B03041400060808004C4A2B4C80CD28AAF6000000940100003500000031344631303437432D364341322D343544372D423843462D3234324534443846393439352F536368656D61732F636F72652E786D6C8550CB6E84300CFC15E47B20E1518555C8AA08
+311
+F507DA536F51C8D2689704E551F5F39B0095DA534FB6C6E3B167D8F56B7D149FCA796DCD00A4C4502823EDACCD32400C3744A1B872E6AC0DBF685018B1AA01320C9C2DCEC6ED84A43541998C1A3BAB1314DEAB00857CA466002F3FD42A4A114362F87BB90979178B2A4979F0388B51CFE7AA9E939ABE69E5809396D6FD8427
+311
+34D6A4436D4B5E10A56387463CE1FEB969A7E6A961555EE62CE8F5E7BA744A043503AF31A1081344C81BEE2F845EEAEE9D5599C9990F2E793E8F6677C05FF73F3DAB8ED91FCDB8CDFF6B466D42539F9AC7864F2ED28BFB80B32A6794CA1E60AA394FFE0D504B03041400060808004C4A2B4C963D99DF01010000D70100002D
+311
+00000031344631303437432D364341322D343544372D423843462D3234324534443846393439352F636F72652E786D6C9591C152C32010865F25B3779280C4A61D424753F3049EBC61D8A64C1BC804E2F8F88289A3DEF404F3F3FDBBFCBBE2F83EDEB2379CBD71B6019A9790A1ED9D3676686009675243769462762EFCC020
+311
+B36AC406920C520CB35BA64DEA9D0D68936A9DC64D54DE6380ACBFC54B03BEBFE0A872B58448F86B3EA9FEAA06CC69BE725204337E59FB1955400D9295B4262525943E97FB03AD0FAC7A114522A5588C0D776C6B86E32BEACC4D2146025989627D8DD462F4C6181DFF68CE0667909477B4E4BB96DCB70F8CF0EAB4238F75DB
+311
+11C6D9133FD5DD9EEF53916896C287394E662B9266F057FB6AFC956C99F43F93AD0E1F7B7E872AD298A5283E7710CFB412F901504B03041400060808004C4A2B4CBEA929D906010000B201000008000000636F72652E786D6C8D504B6EC32014BC0A628F0DFE5424C244B5AC9EA0ABEEA8212E8A0D169FA8BD7D21A652BBEB
+311
+EAA199796F866197CF6D0577E5BCB66680A4C21028335BA9CD32C018AE884270E1CC591B7EC92030625303CC30E46C7136EE059AAD09CA64D458A90A28BC570182794D8F01FAF9436DA212312485BF55BB986F625115A90E1D67416F3FABB353222809798309459820425EF1E94CE8B9E9DF589D959CC5A865B1D232B9EBAB
+311
+560E72D2D1E634E1098D0DE951D7911744E9D8A3114FF8F4DC7653FBD4B23A2F73E6834B7F2E4752CE00BCB8675F561F1467EFD6AE4590424960CDFA0539667526FE848EBBFC47686D42DB9483C7864F9953A007918C7383693CEA4D33B7CDBF01504B010214001400060808004C4A2B4CCC258515D8000000200100004F00
+311
+0000000000000000000000000000000031344631303437432D364341322D343544372D423843462D3234324534443846393439352F4173736574446174612F446566696E6974696F6E4974657261746F7250726F706572746965732E62696E504B010214001400060808004C4A2B4CC7F170DF220100003002000045000000
+311
+000000000000000000004501000031344631303437432D364341322D343544372D423843462D3234324534443846393439352F4173736574446174612F496E7374616E636550726F706572746965732E62696E504B010214001400060808004C4A2B4C88E57597CD3F0000904100006B00000000000000000000000000CA02
+311
+000031344631303437432D364341322D343544372D423843462D3234324534443846393439352F5265736F75726365732F44394434414634432D374132412D343133352D394532332D4635463535443031454439442F7468756D626E61696C2F302F67656E657269635F706E67504B010214001400060808004C4A2B4C28BB
+311
+58AF800100009E0500003D000000000000000000000000002043000031344631303437432D364341322D343544372D423843462D3234324534443846393439352F536368656D61732F436F6D6D6F6E536368656D612E786D6C504B010214001400060808004C4A2B4C2CCEBD668A040000E01200003E000000000000000000
+311
+00000000FB44000031344631303437432D364341322D343544372D423843462D3234324534443846393439352F536368656D61732F47656E65726963536368656D612E786D6C504B010214001400060808004C4A2B4C6180134D5F0100006B0300004500000000000000000000000000E149000031344631303437432D3643
+311
+41322D343544372D423843462D3234324534443846393439352F536368656D61732F52656E6465724D6174657269616C536368656D612E786D6C504B010214001400060808004C4A2B4C080F944A50000000570000004700000000000000000000000000A34B000031344631303437432D364341322D343544372D42384346
+311
+2D3234324534443846393439352F4173736574446174612F41737365745461626C654F66436F6E74656E74732E62696E504B010214001400060808004C4A2B4CF865834058000000680000004500000000000000000000000000584C000031344631303437432D364341322D343544372D423843462D323432453444384639
+311
+3439352F4173736574446174612F53747265616D56657273696F6E5461626C652E696E66504B010214001400060808004C4A2B4CF5E907BC340100009A0400003600000000000000000000000000134D000031344631303437432D364341322D343544372D423843462D3234324534443846393439352F4173736574446174
+311
+612F636E782E786D6C504B010214001400060808004C4A2B4C35F0B944E30000005E01000067000000000000000000000000009B4E000031344631303437432D364341322D343544372D423843462D3234324534443846393439352F5265736F75726365732F44394434414634432D374132412D343133352D394532332D46
+311
+35463535443031454439442F7468756D626E61696C2F302F636E782E786D6C504B010214001400060808004C4A2B4CA233C2345D0000008000000065000000000000000000000000000350000031344631303437432D364341322D343544372D423843462D3234324534443846393439352F5265736F75726365732F443944
+311
+34414634432D374132412D343133352D394532332D4635463535443031454439442F7468756D626E61696C2F636E782E786D6C504B010214001400060808004C4A2B4CBE89762363000000880000005B00000000000000000000000000E350000031344631303437432D364341322D343544372D423843462D323432453444
+311
+3846393439352F5265736F75726365732F44394434414634432D374132412D343133352D394532332D4635463535443031454439442F636E782E786D6C504B010214001400060808004C4A2B4C747598687E000000A30000003600000000000000000000000000BF51000031344631303437432D364341322D343544372D42
+311
+3843462D3234324534443846393439352F5265736F75726365732F636E782E786D6C504B010214001400060808004C4A2B4CFDBF5D86070100004F03000034000000000000000000000000009152000031344631303437432D364341322D343544372D423843462D3234324534443846393439352F536368656D61732F636E
+311
+782E786D6C504B010214001400060808004C4A2B4CE3603EBE7A000000C20000002C00000000000000000000000000EA53000031344631303437432D364341322D343544372D423843462D3234324534443846393439352F636E782E786D6C504B010214001400060808004C4A2B4C17DF7F407F000000A300000007000000
+311
+00000000000000000000AE540000636E782E786D6C504B010214001400060808004C4A2B4CCA1DF9C9A9000000730100001300000000000000000000000000525500005B436F6E74656E745F54797065735D2E786D6C504B010214001400060808004C4A2B4C3DEE336E64000000790000001B000000000000000000000000
+311
+002C5600006175746F6465736B2D64657369676E2D7061636B6167652E786D6C504B010214001400060808004C4A2B4CD41E1240F7000000960100003700000000000000000000000000C956000031344631303437432D364341322D343544372D423843462D3234324534443846393439352F4173736574446174612F636F
+311
+72652E786D6C504B010214001400060808004C4A2B4CD120A0AEF20000008E01000068000000000000000000000000001558000031344631303437432D364341322D343544372D423843462D3234324534443846393439352F5265736F75726365732F44394434414634432D374132412D343133352D394532332D46354635
+311
+35443031454439442F7468756D626E61696C2F302F636F72652E786D6C504B010214001400060808004C4A2B4CB4D02342F80000009601000066000000000000000000000000008D59000031344631303437432D364341322D343544372D423843462D3234324534443846393439352F5265736F75726365732F4439443441
+311
+4634432D374132412D343133352D394532332D4635463535443031454439442F7468756D626E61696C2F636F72652E786D6C504B010214001400060808004C4A2B4CA5DADDCE0C010000B10100005C00000000000000000000000000095B000031344631303437432D364341322D343544372D423843462D32343245344438
+311
+46393439352F5265736F75726365732F44394434414634432D374132412D343133352D394532332D4635463535443031454439442F636F72652E786D6C504B010214001400060808004C4A2B4C4042751DF80000009601000037000000000000000000000000008F5C000031344631303437432D364341322D343544372D42
+311
+3843462D3234324534443846393439352F5265736F75726365732F636F72652E786D6C504B010214001400060808004C4A2B4C80CD28AAF6000000940100003500000000000000000000000000DC5D000031344631303437432D364341322D343544372D423843462D3234324534443846393439352F536368656D61732F63
+311
+6F72652E786D6C504B010214001400060808004C4A2B4C963D99DF01010000D70100002D00000000000000000000000000255F000031344631303437432D364341322D343544372D423843462D3234324534443846393439352F636F72652E786D6C504B010214001400060808004C4A2B4CBEA929D906010000B201000008
+311
+0000000000000000000000000071600000636F72652E786D6C504B0506000000001A001A00210B00009D6100000000
+310
+504B03041400060808004C4A2B4C000000000000000000000000370000006662782F31394332303745382D414534312D344333432D383335312D3039424244464530354139352F617474726962757465732E62696E504B03041400060808004C4A2B4C000000000000000000000000350000006662782F3139433230374538
+310
+2D414534312D344333432D383335312D3039424244464530354139352F76657274696365732E62696E504B03041400060808004C4A2B4CF270F1330600000004000000360000006662782F31394332303745382D414534312D344333432D383335312D3039424244464530354139352F747269616E676C65732E62696E6366
+310
+60600000504B03041400060808004C4A2B4C88E57597CD3F000090410000420000006662782F31394332303745382D414534312D344333432D383335312D3039424244464530354139352F7265736F75726365732F322F305F67656E657269632E706E67355B773CD4FF1FBF73E71C0E67EF7576C9DEF3EC995D46C6A1EC50
+310
+46649CBDF79E192942562825CE965D8A868C2842C8DE9FDFD1F7E7F138F7078FCF6B3F5FCFD7EBFDFEC41B196891913091804020321D6D7513FC77D8C5070EC3FFEE51B21F068154CC75D455CC028A3EA68992803810109FDDE5D5CEC5521B28A1B422BF80741695D5B529DA1C2D058AD2388BDA9F476F7C2CADC939304173
+310
+DBF48A452BF8A700C0C70C3D121C1AA15A5270C22E2B9E28763651F7DA0D12CE11077B2ECD0D560B5E3DE2368B1E65C5E1C87384A4CC5F2D9FB8BE39E9B77C753783A37998F5CEF1B4FEE553463245C9712270880DF339E0B882A6BA713D865F6F384C842D440934EF264F4A304F8DE4EEFA1E2BF5E2D91F5ADD9613D6E31D
+310
+DB33ED31DB1D7916CAF091286EA3D31B9CFECB78BB0060245B943C4C040119FF780A74DD308BA9D028678674EB5504ECF284EE814DAED07440BAF649BE4B55DA2890F4D73E2D489A59EE54FDB0A85B59F2F52C4858A02705C4815A792B0C4A996A2023ECB195073E115E3E3647F64243A8338F2000BCB58DA5692C7E7C3D41
+310
+3F963FEDF3CF00FBB0F831A9D51360FECA43819F527B89FA260EB63C5DA676830AA3626A3693B23F1A17A0DFFCE3EE164E31B5365EDF0C89EF64D8E38AB0BA9A1117D7C3A0EC44F44F4023095E80BA610DE336D0F99593A88BFC5306E72DF98F7FD132ED95878DF2964EA7E43071359FD83B2BDF9C6B5BDF768F0F3C0FC351
+310
+199526F53D9460A34511F75D1B63E488178569472C91A94497807A3FD4A390C6558F26D416365C3656DE6E769DA9D8FC73774E1709812842DD8EF96AED1960F79D21B395CDDFE6F92CB4EB962A4668C76990E2EF29798C8941D67DA50F4A5F947872460F1F6FDB794E8A29FD7AC0C0D6E0714339CE258FB17AE8535221E346
+310
+4A10F29A0BE5EEECEFC5675926A89F49EB14E5711894F6586DB5754EB4D5DA9C6437EBA57DB97A24F8B8A8DB295FFD73266CF57E82694DF5166DDF93573AFE9C9C5EB05F8FEF8E89E0A8917B0B3724DB7BEBB53252581EFC3E38166BA131A3A5B42FE2AD00A769BBFA4458D2DE7822F8C4F63D0B8E21B285AE13325F3410A4
+310
+35C648C9D91FDEB109E73CEDA7BC796961AF79175E1A3CE4C5E8B0D009B0C9E29EFD98BC8E97554E3D8D838424E270F7685226E5AC268E021EDE3522D583E8F20C0BDE2959EF5BBFEEDAB32FE9A3ED0E39F211A86AA9DEBFC68182EDED132AB8BB794442D2D7EA9F4D8BFF52BC4D55BB165124EE90A42D101E67BBBB292FFB
+310
+4F66DE5BF2300E44546757DA7CEF8932BFC9F92A0707953491A55C5A5ACEDABD9FA1AEA01BAC3DC5A24E22E7C47213493996EFBC369D086ED9397C9BA6C7F9855C7BD5E15BFC8C53DB3D2A4C5901A57ACD2FBDF4D1676E95338B2C2BCE65FDA4C64F5FEFDC7D9CA5AA1FCF11E193F2FDABF0F4916BF13FB916A224380E6462
+310
+A9815F2300DC49CC4DF8D055CEF76462F4B7A7ACA7365C2707891370BC1D0AA6203C44CCAB47084FEC057F27FFCD57F89B8B9852459798A675C66BD7CE572CAF71FF7E6D7ECF7BF62CAB7B3F1107DCD04DC55A3F9961700286141C94A4F771FEB2BCDA2DDEE0CB0BAE402FF1DB0100F8E475DFFFC074DDB4498AB7D186A765
+310
+4DDB1CB680D703D47CEB4E72F8CB13D86A4AA68116E26387B93FD6738779B34FEDB8E517EDF2BAF28D9BE93A1D3A164320E07D42E514725C29515FF361754213EDE06B079A2E99EB1CA82A02019EADEEB87B9AF005BD04BBCECB14AACD6B24EFBE482194A97DD32400685FF1FEF1544D1B14EFB1E7F08E6D2CD2AF52DE757F
+310
+35F5E62332EE88EA26417AD5C3E0E319D68F25414E6D672BD4522B278C57D18F0113921C71D96527E091F00CEB15AE23D24667369BD3CEFA10C7549D930890BA4366F4EBC55F01F746109F98ABCDD5A3EE06619C6AD78AB33E48E4C9BD21BF7478B385EC05C4F8987E2C1BFA0A60EBEDAA0AE0B015C2720ECE180FB6F2DEFB
+310
+EB822D96338C9B63822183BBF52FB664A7AE57003AABCE512BF77E7E31BDA2E739AC4C131657DDFE5225E900FB56CC01CDE808FA4A9C9DA16AC679656BB64796283D89812B8F91136AE18EE5EBBAF47A73BE3C153EB5D4CD491B4BFB4FE690A4CF9ABA08C0D8AA64220C438C96EA6CA80B58FE5761E697B3A292EB9FBDA502
+310
+FA863E49FE694ADDFFF9D62C520BDD1A22014147A0903A05B9B729F54272EF83931FEEC057BFF8C8055C279EAC5C0011804828734024F6CFA319C9CC6867C727184465CD9BB7ED386AFFD96B294A85E3802FAE47244602D8273615952B98C4F23F7EAE4463D9D638EEE374A20959E0FE519C4CFB0FBFE5DD80C2AA3F9DB961
+310
+D1BDE57E67C9BB47B77FDD74EE3094F5DBBE3EBC1FBDB7393F5116263009E2EFE1AF9A221B2AE234C902BF70E9F280ED23E73908361565964333A3F01D0B006AF32FB21AA1316744B489D5A198E85299241735BE559675130955C902A8ED761FC0DBE337A9F91919AF5CE32AF902ADF9AB2615E00E8A94586BA1A90839B618
+310
+32FF1BFB76D2EFADE6DB1BA04CCAD3DA649E7E2A0219F592E22F2AD54847EEA8E42271011E9074F8F3DD9FBA6CDF88FFC9FC7E811AD1CA8F4557CE4AFC7BBEDCF0114A48689F20A584520C74DA8127124B767E2FB91A6B186246727BE63C9445BAE02088D58B8EFDC0F1072407CD9B89A13F6303B4A928F593AD489B58E686
+310
+9325790ADC406036C591729FE14021F94B7796BB11848D463536A092A26F077F94639F7CEEE2A724C66EC885F4A24F8B8A0AC321F8FD149BA529460FAA34E4663C02D41FDF80BCA222D42F0ABFF8490F4FA74C673807C2051D8E467B47B616072860069A9A303ABA9B319D58404461401B0A0F9BE5E1E151C14BC33B32ABE0
+310
+3DDE91708DFAEB15E7C0D593C86BB7D7EC17BE56E57975F077BFD5525F3A1A361D584A75E08CF29FC7B44B2B3085014F3A5A14517377C3F6B8F37E59514C3B12F8AACDEDDA4DFC49BE5710101534CD6FB6DE15B50F11A09472AABA727F0C49D9CB906B158030065F48EB3625E010CEC1D511D0053474B11E6A4F01C0D6EF1B
+310
+ED3A944FDEC70E0DDCDC756C86545910E0DAE3BE3AA9A404574C2995CD5CAF9549226BC94B4F4F0F5F9086F418F6B32346464610D8BC7391D3C3A3CCF04CFC1FB2A3A3170E369511868F14EEA4E5E438CC73DB1F3248AA94B6B2FF33B222FF3D1E7BF146CAD229770158063BCE4F5391964DF62F7E52A7BE0EEA829C9E13C4
+310
+C147D6F93FE59E111DAB5E4594D6F3CD1AD375EE039930EFE5AF2BB2D41C83C7DABD8C659BAFBE8FAB392CA634F3D15C1D945DB4588D2B0824A4EC928AAC565557CA2F0DAA588CA5BE30B3A8004F7BF005E96CBF891D7F18112A3619FDF530DC8AA64954258E1811789B5189B49B4EB53F5F89F7D37523894F3EB57B373763
+310
+C91E502F52CC99EB7BDDF933FC324C4FFC2561DFFA7339FAFDD0A4BFBE6D3A8FF9ED1FC49898139864602458968913181918F719CCF5A68B2EE9C1FF050E34E63107003B8120FA982C21B30A874E4F5E4B38D5A8290C4B8D9BE48A0BE31EA995BDC37AC6DE90BA17D259DEF53605D55922FEB1855D915B659FBEB350EE0DFB
+310
+2F9F766E1C84CC8964B75D08667445EAB966015F63A18A9E0A325C1B3DC628C0D3CB60F767FA93CC65F25458BD23C3B312716E5F40E5858AC06EBA9AB14F95DB99147B832069201541D09A0D856E12C629CF32683760EE855537D1901988D5EBC156676C7DD51D7207CF3267AF1D76C2AD867315E44618015313A98B19941C
+310
+696FED3461CAA9B5415F918556D7802EDACEFD6B2E45853A9735DFC9DBF7E440F9319F8B6805A973BCCDC76C069A9144E51F187EDCC12FC31B5DEAAF0A76137199B106EC84ADA6B6EE697D4E6A96E007417F4E880E8B1E89B4BCE9D81EF611E2ED8F0C1A6C25F620FAFAAB656A7C42D464880E8AFAB0E0FC8EA38CA9A8AEEA
+310
+EE3E4648BA4680270A89743CDD3E6C6CBF34B7B640EFA285ABC7EA0A1E28F3CC963D114A80123EE66D0AF7D5380EB41909B605AB4765B709B808590458157E69BA1378FEC4B48CAF6A730E3BE3C5EF2DD1A5EAF94B1DDE50CEB55DDFD7EE9A16747FA4B223359FB1FCC69E1194892BABB93A1D5C4E807AC0EA2E30180811E7
+310
+7A2291F6E7F7FAA5E0F60215BC6024E48DE436C511F0628B8CA189982D4D83CCA17D305A7E923C37941CFDFDCD93ACAF735EF5F0E61BBD3E6C41A59B242790D3A3BAC7064DCD89AA2E37214EC839820949D5CAA31E240D2948E48F690298974A96BA9A8432BC90F5071D6537C9666EA4564796B7AFFFA548077BEEA75F6308
+310
+3435074BA182F3699557397F71548383FDA8CA34D99B981E72835ECDA5DDDC151315173D05A21F651AAF8524E88209E2E7A737ED1045800CE3390050BCFB8BE588DF111617874C62575039CA588EEFDEFEFE319B739DE2EDC147092A262611E159650E787917885EF08F1F51B8F2D8A71D60B58B190FEF9541A1BE94BC19FE
+310
+A50784DA1419FE4B0FB51B8D36B5FF8E1286FD8AF42B91E59A5F1CC4D60174E764045FD8C57B18209B217F89A62252BD20BE0E63E12B8E8F029FE19E0E8D0870F58721A557082250D5424F7909369376E41666C0EE77CD87CB283F661D5FB6D0DA023CB67320A20DC7BE661E9E1BFE5463085C557DA1FF9BE835733766C3D1
+310
+39F2CF9E2208873AD0EB4814DE9E6BF2CAF81614D4D43906ED1C05A3265CABBFE192770FC2F64F940CB6B17B5F166F133C9AEEAD2641807C3E69515171DD74C4A85311513D6EC9530B3B601B6BA3EBFF3B5C3D2F7D69765141E345F75433953D013ADDF8F6AA7DC3F4A7563FE5C7D367937E2900D7EAD0F9FC9A4A1A9B5BDF
+310
+1FEF08532660C01C5D6DE22199AA774383E306DAB87E301ABB7D213887F9869D4942D0D71E94B27EDF216A318BD488D45DF84529EF575AF3C3938C0AAA0215B01994153E2054A0B894DA5C784980633AAD48576957CF4AEAEAFADC7C587368551C73DBE1E57C58AC713303A8BFC258BD04B51724459FF9E24C03A81E0E0679
+310
+CEB9B348C0DC998FEB9C6D6EFA77D247CC8F92D3848599ED89A23218D0636465AD1CEEB7DC140D7426F83491C4E8E8281C2FB35240918FFECE880CA2A42D70E8B20B34DF5221C7DB0CF90ECCB9C745B37A47E9B716FF7A97B7A252C1F3814DC7B1E1A7F72B8751D524EF7CAE45B0C73B3BE7D08ED39781B380DDFC9AA4A474
+310
+9C9493DB5BAD07A6EA6C092FBD0E85DB004DF06B8C9D3089C5320187E4CE1846158C7EA7DDAE8AD9AFFF21AA3A1026BB06A259845E8232DEE62811A4DA9CEAB3A4887320B76E2AE5615EAB7BDF738CBDD01F1E64064BC13D9EC53576751CA8CACD58B3CEB0E6CA585BD089B2A59B9FC101403387AADBDBE70586B93D64BF3A
+310
+D4453EF9C3B6A93817E8346991798601344F79A83C51F3D50F7BF2683A3605F51A72449489E0EE6169C749C60B1035651103AEE24D24E51A759C840DD3FC6504DA6FE107510E447B43461C79D22970B75DE5E1BD3007D1AFC619A4A4A69B5626AF5E9B8374E20677F77E2F8E73DF868E8BEC7EBA7B6A75EEF7205E1AB9486C
+310
+B642741D6E03FF13FCCEDB1C4AC129886268B01CDF4B124AF797CF784F3C6DEC97A17D4B558070A0F1C04DA4FF9BDBF34159AEFE958479824B3F58EBD1E19088A2AFDE501B6F2052368A3FD0E650A179EFAB1561E1D27527077136E652676C3670F42DCB3352F48F6BC86D2C3B0051727E41A0A4DC6CE2BE9D47F5CAA2935A
+310
+3C0539AF080665997194ABECD723B08129CC5B6B21D2E7D54CD4D12610E7E9FB8306771A89576C7A982002775ED44F3F744CF21EEBB27A631671D921938AAEE3EB0D19CD1E083727F607823E817BF599DCED5394E37EEBC2E88782E638920CA641EF74D4CDFCDEF06F4278ECB18E31E7E9876F2D783C8BF429C75395F57E98
+310
+C2B495A3DA077EB3AC3C158608B6B57FE3EA48484D9A480096FCEE0DE880950E7E5A5714131C5C41AAA29FD19AE81AC145FA1B9E85C7169A5AB837B213493DF7E9AA4B5FBF9CDEB36EBD21EF1181B7CF7366AB2A951D01E37AF4EB835D1BE8C117CFBE7625D2EBCDB0B20C5A4B45CED0BCDE3EE8DA9DA78C2E21DEAAFFD119
+310
+7E463C33CC6A80FB785669B856EFF7A8CCCA2841B5A5369173320B1170C368B2748D81062EA0296E5E2D95D7667A4A46D98A6FF475C76AAB0A8C8D45E226FAFC9FE0133EA9F60111F99CA81ACE03A1D14C89E8B0D69079C91464FA1D99E651D0EAF606F345C42A8A1AA9BA391031582B96D5B4176A77AADB01F12FD298A75D
+310
+EEBB2C82F0B8650E880722F8DDD90C56A7A058E5FDEF1AC93545BA27367C76F5D8F9690CB6F8DAE141EDD7971F0FB548A2AE435F224D6E5954CA155512F7332029D5A1230854B79F258EC5FFDB09F5F6343A8EB193229B7F7E79B3E48F8E183860B38C8269D1B53738FF1E0BACF6AADA6D4869E9DE708E79B5DADCC09B1BC7
+310
+6F649731CFAF59A83FD8BAE4C749D66FA87A3810D4D62FFE826FA400C0F325D2BC0F3CA35F5847B82A2ACC7961745C823E4D863D54460AF792CE6F79B5C7A33B25C3AEA6CDE15A919B6367D781E9D44F61BF828672594A3E1D9EDD6DF179A81F27EAC05B936575D73E05C209DDD2115CFB705DF9BBF3C911589B3640735E9E
+310
+618FC9C36A7326C82B2205E244C55D56FDB9D5DC93CE958D4BF8174D2B3DA54CB3C09F2C2A6DFF73D23B2197355761AD421EC581284A7EF8DE2CE3497C0C804D49B41DFD6A7360844E5BEFFB495CFCDB97A4595911CDBA623274CE852B5E278AF0BEB1770E9D37CD977B2766A7DED0E94B840E1E95E8C77DE5CB6354AF7871
+310
+427C28ADBEEF7BA0A28E19DE9ACD75F379FE373EAE6DDDAE3834692F9C2B03B4FCA8FCA9ABE8EEEBEBB725B88A7C90941E850682CA04061A7DF0CE82ED49BFAFFD42C309818FAE14755CAAE78B0F73243ECCCAD7DF58FCB9CDFAE7A4D3E6671A613639130D056C8383C8F4FCF4808C331E544DD26E4755D09EA05253B3049A
+310
+1E32587CC25D72E073E2CD96D04A71BBCB0038FEC3F53D254199C3CDC67CD66640269431860225392B2CB3ECD0B4498AAE78BA1994246AE1EE78F2EDFB79F6C6CB6B5E279C4D373FBC21CB2698C9ACBBEB6A4BB6B39E16AB0E421CCBFC7654D81ED86022F9BB522146F9F4772E2D0E4FA70120C95A85A417BF5078B232F475
+310
+4363EB1750B2AC2148EB46B1EA72AD9B4D23ADCBC589D70106C3EC2ABEEED84DFE28E718C6C83502C28E9FDD3B09DA0A6F6F7B72B706A31C9E2A331EE70DA56A083D2177BFD63C55B11D8D949FAFCF90B23A1E24B9B5018B9A17E99F2890EC302F330FE7936E2C23F0D237EC8916F5166AB84B62A21BB0B950146962D754F9
+310
+2CC2C8877BED8FC7B7B25726DD19545392570B3A2C66B58F027BEF412E552D12A588C4A3CC5C3193FCB3485EFFF700D0B9EEC077754A33DC1FB9E25AF814628F91DDFECB667D3F7690803F38D13F8AE39353523BB08FC6760144AFA2CE28236F65EDBB3D5F59A57D612B99E3D7E5F8A851666BF9B5A6658EFC96EEB37A378A
+310
+BB0EB3FDDF1303AF32C41BD1C8560745D7BD81066B0D6313359CF488563D3BA3F8E2185D1FAA3EBA1397C9D0E3DD232180A4DCADB6AF25DB3AC3CC26589C8239E66E81547BC7E2F328F9884764CA37EB5DBE390DFC03A5246B456A7C3684C4377D0EEF9A350680FA9A077E8B2957B489E09AB1AD41316944C2254B5984830F
+310
+691C93CAA767EECF976FA5647538830B5E63236A6F0365C1E0F3E327F24FE35EDDBD7360B0F7374837409F7A6311BECC12B7026D4FA1AE204FA3F5FE904B1F420C7A9044AE58E403E7C4848E7DA25DC9EDAC79DD756FAA26B9EA83ACE8A214A2612A22AFA19DAE7DBAC5F8CDE1292A485F98DAC731A29FE01A3966E96BCB9F
+310
+B5A4C8830E1B9AF0C54B87FBE221A097036E5D28D1F869F810C06A9BB0AC0612F69AEBAF893C6E7AD59460208BAB3A6B09CA4F6BDDAB8CF0D1F84B72487498395A70DCD754796E271099A567A55CF242BBED64696378BB6CF25EF0FCDB589F3A82F1116D010A9AB9FA4358809EE0C973A2B4229BAA876A70B03AB49CBA7FBE
+310
+71DB1832FFD32F9BF2C8E98075CACAFB36921235D0F552B6A67E94E094097A5D7DF681B40623DA535ADA7A9AD8E9A62407D7C9A5AE51D62A17A83A23728DE86BB56115804D3F2675F2C6B87541A0FC497BF0CA86420F558C9859EBE9FAD62747E323E3AADC03FDCDDFE7407B09DA90B44E3185723C5381EAEF589765E2F7A0
+310
+99BA46695BAD60CEF3491B8A171F5F56444F7CE9455312C3498C74173AEA0214EC029833B34B650CBB5A5508D5091665309642791708ECF27CF11DB3D797D6CFE474453BD4BFADB768094B2147814D81C7CBAF8228DCAF5564B5891F5EF6A860EB2E323CB82AB868D8EA048880D63B0DE5341F1B3D53297B928A11E15F25E5
+310
+148990F710747C3509ED14909C552EBE3973246FCE55D00564D8310BC3EBC5085D08D806799B77D6C57FDF5E55837F9E934F09C03C729271B64F12D0A9F9E938107CAF7BF1EC8CF1BB9B42363D33070F4CACB425E605DDB0A34A12BB936DE286B9887A4E2E558F0886498BFF49C311D96C277CF6A9FC0D75AD0ECC5226D7E0
+310
+E3572012E56D7FDE4410CEC7A6D0F997F225A2055B8B92E3956E875AE4993CB3D4C9063AF98FD45E1BAB165640A43439A2C9181A7C355B297C0A0CCFFAE19B6FA3C2BA238A885FBC98B8F6DAF4B94B97304878DF4D8BFF6A4AEDF79E90ED4E68F00CD7299F4E0D83E35601AF0CBEF18C1E870E74758FA91F5131075004DB3C
+310
+FCF09AE1DABC11957FD9808C92E8A678CE9DBE40DDA0E0D1D505AAFBCBA208232BFB6FB3704E8985E61ADE53DE74152F5C7DE74B1DEDCD37DC3E8FB30D7EBA8B9EFFC3606BF90B8D438279CB7709FC7C00D327F41817EEA71CD9E49FE9C8C9A81C70915D9F0F15958EC5AA4C3BBFAF46986B90F188BDB24B89DE3C6F29EC3E
+310
+6F66D84856EE96A35E657CA41B41EFD8DBFA16AD6E91439EA92B40B21C053249F51AE50EB0B24C770FFAF40DF12C8436366819C48E36547D4E7B72FE2BBF10828583057814A668BDF183F6B2E58DFB151103E56303E63D00F39C27C4661605DB644D19175D02E3F0241E8FC3458D17AAAADB117CE9EEA690D0DB01E634878C
+310
+04C2C9310B69FCAB831151E3AD293BEF6E46B0ABCECB50F5939B39C613D41E81FAE8D34CAE3C4566B761D37185FE864AC32FCB71AEF39DAA5BAB88609BB980CD2F07A8F941653B529567726E2B2A58D079DD57E1E5E31426CF184A04D7B03B985F276D47406AF276FE32E3328BA866EB1FD39BEF57863A317634AA5FE46740
+310
+9B3873F5069EF0D71AF00AD189D17BA1974ECDB2D623E9E14086386A6AAB5807825C37B015BFE892AFD154920EC437EB945D958E18622E1E0FE2FA06557CE4BB9BBD05A2D40E774DA2B65473791E314B7D6C886820B2FCFE4AA272B3B8B15E7344A145E8AF919B5454D89D36D413E87211186BF6F645E5EC94DCCE8E1C7990
+310
+22E4EC9BC86D7A0F2AFB1FC4B2CE48F84B3F49ECE65BAD24CADCC07EFF39AB06BE9E6B27A059938EA7208838455383DDBCFCD967DDE4650EF92A14FF933C975DB20BD7FEEBC4487576485963D757D16340D9599FEB362F775F38CA4185A86F74B629C81B133644A3B18FD056E997E0734F9BE26D11C0AAFC669E2AC9FC41D2
+310
+81F8B2E1C35AE27BCE05F3DA295488096688719D974DF1B5D182DB7792288697F8763CFB43562C1CDEE11C4AABD5C22B6E33F6F389CFC3477C5919DC0D533F8A7A1846B7ADB60ABDC26C43D0CFC8910B7C15EE22675BD02702ED39DB77A87A192CA7A543E6205B979B9F5A6B512A3CA799E198B2D5797C0AF8D1D872CA455D
+310
+4D431A7879D4DD76110B5FF7F4176B54477A9EB5E4A5D11214FDA585F0382751D8E2582BA5D2075053298FEB8F1537304E32CB22C2E2B693DC0A760B1DFCA751BDC445AFDCBB12820ED85F6D5298933C7EF1211E9E057684056CDA3FEF3BB6052355E162DF27C59E965A8DDB7F9437EB72CDDA3A090DE65A5B2F50326247B7
+310
+EC67B73ACC7047FC9B353D6EE990F772207C6EC52B39DC2F3C0754821DAB559F7C1809C7D0DD5B0499D0442E0A6E391B3D5DB46D11E731E6794EC77523FBDAA242ED67F9FA1FB684255671F63C9BCFE6E7E896D51001A6113EF2298BA494E0B0980D1FA5B9D60796554C02256B1E0345FB7C6186B6A19D2DCA270416262845
+310
+FA4F42DB5D9B0A0B6F07FCA2E56C242522E001E0CEB734AF310FC8BFB57E38E03AACE93B3326A2197891E68452B26A6307FDABFEE0223D3C03C3C73D2D5BC054C8311F12004CAE488E5C29287F8156A2CAA4AD0D7BE6B97264E4139F437CE73ADF52E5134C52B819777C18B323A5924E4F67AFD13B1CDC3A61793A79FAF5C0
+310
+CEB718E441071E797C6DCCB9EFCF7E4A1E9F3DF3C2F9C9E8294E9586868788C972857FB0556D7A26941A7EEB9B580AD78EC40B85DC906B4120A563CA3B87797ED612D3B035962BB75F6515A393F4CB057F564CDF54F2E5A024514E6A1F901DB80C7E70B1FC05E356A7E72FABF4775B3E3FB8F70A2A8E7B6A94542BB3041579
+310
+78CCC999E707A29CC795E67A59CC546A5D47B368954CA7B6E75EC9E1F6FC73CE3B4F71F8CB1A6B15923D61EAAEB14626AAA9D04A26EB9C66CD1BE86CA31A5D8703DE04CD1EBCE4F5CCB62F93909AD11E55799A781A956ED27D3E738F4538CB04ADABC7DAEF20BC35BA6A90BCC1DC61BA05F20D8832FFB9BC9B15E2DB838A0A
+310
+FBB7E0C82A562127E0446894F427794C3037186F622BF24DE1B00AA10A23BFA47B2A180D6DA5AD6F7326FEB8C100C2D7142EB2A0B2A9D1008A09BA343D70E054AB69E2A7EDB783CBD92537FAF4A44D1296AC2792729104B3276C276C951D0CF3CF3F1E6B017720A7B8505A5FF9589365979678C36F1BAF759EAF57C60F1FF5
+310
+FE9DCF5F8E764FF25A2D06CF25117A8FED51884C13B2B750DB0E4F5E3D64124FCF11F0AD8F1CC3B3DA4B38ED22BF1CB2585EE6BFEBBA63FBFD44F9537B9B37BDD6B358720F98A8125AED4349CCFEB0E135F19E208A04CA7E2B10711185D72E381F448036EF57C9F874E54A971CA37A639E986AC0226DC5AA00D5B14FEA9192
+310
+234B3DE617814FC221C92F33F1D392F297731B567FD98FD91D989379AF567A65B8ADF177591DB90FBEA99BF4ED11B16E50A0AB1DBF1156D034BBE04D69D08F939D8E92BF525A1DDAFF80ECBC95D8F45D3FDD289FD23F7D8B452F8EBB34EC082DEEE68E18EDDF072060FAD2AB1504DD4879BF67099FC58F6E9DEFBF645D1633
+310
+4A3E9A127C6F1AF6132CF287E433B43A0EE93812B4AA0B194E03EE3FF91EF9C6ED0074A2F6EB18A96A7C9890B1FCDA1F2095E944DB911ED54C60DF16FB74C8CE9BDC7C54C4F14078CF73C2FFF1F1BBCCD7CF64F71407EA1683DBC410D226627F66E509060D5C0AFD611DE681D509DB8DD12FB1265B03C6F5C55FF4C30BD941
+310
+87FF692B4F152982502F193098A789526A038AB529A52BC0DC4FB6285CBAC10A8B8DB75DCD9BDABBB221E27D1F8DA9F5EE5926A1C8AA9BA9BC09239C6A7F12914EA3B59EFF7AAEC3FFCCE56F1C5C2980AD072793527565E774F4631DB178CEEC691B1F367BEA0CF2907E1D6B854D527065979DDEF002D8B2ACEA7CE21AE297
+310
+737EDE1D45B31233B73FEA35BCFDD0B09721FDBAF6432681F2FD10C3E9EFB246FD6E854B344ACC9D8A0EEF876A7314B49B6A499FC650B099D650DBFEC7638ADFD245E2B7839DA5AC5F7D5623FC0ECEEC8653FC9B2BDD1AD4D00A566FBA7186DD3C9CD26512551637498CADB950FEC71ADB9A5524285DE328B8EC7EC75D2345
+310
+AEC6A27C42AF6D9B92155315C80DBFCABBB7DA0FAE425C4FB896B15C9BFAC4FE67DF5A23D30C93DA4D8F36FB15D100050DA6062E22AEC5F4DAC4F6FEEF97AE05DE63C6D38F9E068A20BC5E3B6BCD75320C5090924E7F93640A7735B1A43451C2D91EE62C6238B797349E59890AF3A520DF4A87095F3ABEC2E61F0593416CE4
+310
+6CDCBE0E00E2523FCCD04408588B5B6C9DB6459C786CE378770B54F51DA3A5E1DF2A3349BEAAC234A6CF8993B598B3B25B4B113E353A4D750FA7534749430F3EBF2512E7EA3FD43C6AB9A1F765A58463B306721A15D224FAFE8C6F5E3432D57EE697DA0DD5A9D4866A8BCCAAA9DFF1F06047851408FEC060471D0E3EB86BFA
+310
+F46E4B5E60311DC3E3CEA147C75CF971BE74689507154FF2D2E92F15CDB2B9182B11459FD8ACAC5A85F174BC94A7F4EE4C4F5CAFA7C02E37BF0BC77B7DCD0C047BC316F562A01A441AFA7931CC84A28CB9F4AA367EB515778F29BFE61195FA671F4352E5E46E3A64773F1F76EE5EB36D7BCE9BCEAD837A4D77F8DB8C92AEEF
+310
+6711920D7C7D0F76B0FD0EB7AB83724CD35BCA7D36DDDF5FBB7FF6F04A91F3E2BB3B8F1A43CD659639507FF6331C5F697BCC782AE57D757A27D97F1AB9E0AEDB43F92F1B2AACDF5FEC8ADBAF9F814E2027003BA2F9E144B1938A7A04050AE5D953B82C45619165C813A10E76DD6906B3C16438064D14CDA713AEC420034613
+310
+E1AC7241904A49FBF87409AFB1FCB9B72FE7933A87D8FBEDACECE4EDCF6A4FE9FB94D5DEB74FAB7CFEAE17EE965DF980DCCA2D04134994F9A2E94D2265DA4FE6AA7B7AC15FACAC2B5ABBCD7DFF542C5314FDAB2E1B9D8B65220B8E2B638BE008E8DCA22678C820C5053664D15E89F2D735B51A84955E81A443545E9FF787BE
+310
+0FA700A76D136C27DA179A7C6E8939E01BE756E19CB292798063D8B97F44E8A27BCF3A614FEB8BE974A718E86F7EC99B53CA35FA24F61F2B07266684623A3D4CF073E511F3A10A8FDAFAF0078C577F4DF9D339FE7862E5FA47CF4344209E5BF76D783B1B48E152AD281B15FCB934DCDA49CEC5706B1EE8B460F435324A5CAD
+310
+154725E21AB8044B75A557A79F6C807B9340AA3D92503E866F4274412926C8C504E4D5EF8C0E68DD0B028781A6B4054F11CF18941F101C57CCC796773ABC8DED9CD91FE5788806C05E548895354AEAC96546D55B0E94A59F148D061F42AA398D822CDECA4CDE79E13469BDCC44FDC990F366BA5978C15F97ED80CBFD73B0CD
+310
+9B8B83A4F6845BDFBFAF034019473FB9A63BD55D3A4A7284757071574029A4D016DCCBE95DD679EF3C4880BF169422F8C89B68A988D2B13793CAED4F74DE7486C72DC94DF46B8E93D8E02EFCB1FF9B3BA10C8AE7F653DF94F4AF466CDDCEF5776687F7C4C14B63E4EED1719DC2EC482D7DBCC7AE518CDE3D5FF86D39000EC3
+310
+673C0044E1D308BF05F74D1B5F033A7D1BE7F74BC55BBE3E4A20F920946CA0271EB17BD2B80E5660ACB8A29A79F5E4BBA49D4D945B6EEF4A7EFEAA65E5555BBB57A7E15D2F83C69F30BBB978D2B39F1F26FC097424D39BB33CA3D87ABF64E307938B685BAD44F71556A30B7E712CA4FE600613C3E554B69ADE949A7CFE214D
+310
+F1FFF05CB82151EC6FC31950239F94CF7AD39DC473F6EA356E5EC2C4EFA04383CEFE985A127484366FBEE3C0EC4FEA363E4F6632AE781392FD45D67B63FB8DF70E82734F431FD3443172A0E30A83D60982D55FA6A2CF86DBA8382502ACC6CDEF3B907982EED1160E14863FA242F9757347E1544275CCDCF71ECD5F8621CBEA
+310
+326B8BA884AD7F825781923E66971F04010D574C541D8427A438A37EEF8AF88240EED7362C953F5A81DE2D56109CDE2524EA0F5D2F87308C0C47BD97AD605878AB8589E17CA83930CB5E0DCCD75853D68B1AB136594926DE426C367428E9334AFAFF90ECE221BB5DC9E5BB53D2CDEF954EAA9CD814F0E5725F1965DD458E5F
+310
+8487683AD86B9D0076BE3EE91EB1CECC5331A67A3F79D8B27587C12EC2A6A70474749F27B4C0BBAFB94B34189E88DC18964BE4121B9137FD516C7755356E50D6714E31ACD222621EBBCD1CFF81D87479056A9DA0E0B8EA19D24CF937DA89F78E8650CCBDC110AAB6C4E46DCBFD0446BA9E2060E81F314AC2031E88135E5476
+310
+AC0160EF5C0DD2EEF1B8B5CB2D198BE9A554A9093B5F7D7E4B5407DDFCA1D9C152FD97F55BFFFDFE802954DFEC8995B983E28AC92F1971E28F531DC407A1280EB125F64A72E617EFB27DFBCEDCDA2D6F2BDADA36873EE46B9BE1782998C63DA7182BC383FB6FD15DA472B175D7E8B4FC88F38D6E07FEAA3FA3CBB8F6B449EC
+310
+F14D2175E5C5CCA3A42ABF24CA6C9395AF74535F4DDB38CB84F56614B0FD32D7E19CA5CF988DB4449C40E23DF2B16772594554579094450F56F253CD25EA7F77366FB1CFE79696C428BB64D5A41E986189427E5E4D7E2DAE3D5BB4972B3DC44EAABDDDD63A2264ECFA5C786EB0EE1FDC5BE34FA0F08376869FD1E61EA06CAE
+310
+15191135445EE8F0394161C3266A596AA035572BB0C8876180D8B9C77D307DF9DCDF7365ABDA6F3A2366436457A4DFC1F259666569A9E4A79C817BDD5610E5200FCE894A358EC72858D50EF67545DA81C6FACE3D457BAF70367E1E6BDD9A952FB4F56247F58F523B97E640246051A72F79BE42FFA0B3187F63097F91C48B86
+310
+8586F714B0EBD5A00A8412C1236E1298F60C72BE6C96B82B404CADAA304AE9F303176B14BA53FBC2D5E86377E35542019E24D97B96A49B2C0E5006E7795954DEAF5DA58958839043C6C70BD3B1B33B6DC5C31316D8A6923F142E26F6711A2258AF977DDF1F970ECC4F1F2B434B96D81BEB6E89BF3BBB3C7C8CC80505070723
+310
+D6D7D7D3C8CA27CA164A26024FED94B12A86031867241DA53D929636DA600F050BC40CE48B8BA03D69224720DEE2ED2127390BDF5E6EA64527BBD4C4C63FA76BB801FEEC0E61218EC98A8A86CD8313781617877E66692839B9468CF4DB8E50A73986E558E309C0D6F676F921BE02F1185454DC75B111572FF9D27D85EA14C0
+310
+5AD7271225B391C4275659CA4A43759D0BA44639BE4C30A84DB7F67A41399FB95CBF923B1B1672ABC807C1590557FB18D811983FA97F5E609516D62281D38B1281F68FC75528C35E4CD7DF0F7DBB5E5DD69C414EBEA2F4A5B241B996BA77AE6C772E367408C633EA3E438B68563EA8BE7667F3A4C4FDEEA52ABD78A2820F44
+310
+3B7914A15F180018D231E64519C56A12F6CA7C8DAE18F06F6B769DBF92329EF6A5D18FBCE600F36BD8E8198DE5CDAA96181F3A756EBA5501CEE58F497EA4F418A2B82565B9BCC611713C0B708CCA1F398B78C5F7D03B3437CC18F13061F55C7BEDADD5ACB1DB0E36D3CE47FF6EA1A563A57E9649EA5D14D1A50EAA45746338
+310
+1C073777EF1600607BAF6428A7DDC079D47A204EF1E1F1F0589FB054D45E02CE623B3823C317C601E589E22B1E88B448524B86A82828E32345EC18AE17214B42F8C41C6D428016D9BA31DDCB47572561E5A402E5BA4FCE55F78AF7268524AA04130F3A20BA5D1E9F9948EA48FC8F5314FDB35E21898198060034ACE5E3E2BB
+310
+CA34092518F275190AF65F45867FF0900AA4B81F25427414C372BF51DC29AA855C5428EE1EEDD6B849AD60F6E73475C2D2523F8A2772C840A478DED18A8C5C91B085F255DC4F54EA7AA8947354FD17ECF8FB3B4A0DE7B483CAF3A1165EE05BBA413E5C1FEF3DE1D6B8F2F3F3251C17D9FCAB48A9AAF63AC773A0E413BBC46A
+310
+9ADF84A566FC920E4D8C52C9769EE3301CADEEEDD92B312E02E2A7E35B7F1E7D203FE5A7D75578B06E99D0E46FFADB8FDA17ED8880390DA29094202D6F645F76F6F96409CDA05495A96E84B04A00D1A6C6C81D7F3DE9376E828CCF144EE50E364ACCE7237EA0BFB5607ED1AC3CFE73794E5B61739D14DF1743441B1AC98F00
+310
+ECEDE9E7301FA29755FBEFA68C91EF2B314CF510537EF1ABFC9A762496280B546F5EDAAF8A5B387D469FC9A878A92828C88608453ACEC6094DCA54111E7AD5B2663DFE2DD151B7F123B9F4FEF8EE36AB125FD7AD52A59B1B765B3E3F73E3F73DEA93875004D2AFFE3CDE9493B87A9904DD052028949041A91DC0E1BA47BA71
+310
+4343FD5B25E0A6A09503AFC17C790058A836A324FE31D7893512E28230332F153181C1E018E1124EBE1BA262AA428A518237D1EA7275E48C5C561BD19ED6912EDD8367DA0F31E40EEAE9683DA9257525AEA7B632B97119E17145A90231768A4F3B9120FF32E8319B015E3CBE26F1A754177D8185345817C096B0CE443A955D
+310
+13AC15E1FB5DEEA0239EC32A3C92241A237B0B02FFCB4F93CF2B02570C8D192E2F2A68CEEB42F12E6F8CEEFF46C251E22B4341C56FB08CCE550E7A9D6F4D6564B9EA52A83D5BF2C6E03FA19D2775E15A8A7ACF30A13C259EE7F5EF2AC3BA354F1500E1A07FC63FB4686E2F12EC69719F9ECF5FE3F35598DF2CE944008CE78F
+310
+0911BA5BE5D0A34E0098FF038669C26030BA9B300303039852A8F6F496341737CA7E0D2E3AAA36DE0A70AA7D9CA0D54D9AD84B18A44C9E625475E1C97B93BEBB38DCE7D227E67A2D00F531436136355F243D1FC0D712C5765754FA22FCFFAE97919161F46D6E61ACB37D83777B385889770B50765B127768443A5C4D3A4E35
+310
+A3151111F146B7CA116F918A049F1C272F2CD7976C69A0068773451659A97E0F4A08FE604C3FF6CE7385DB19F4D3ABC8A0D80DA8A42096AC377DB49382B36E270B6FA7570188B4B7D1DDDDA82ACA487CCA5D38BD3BD039ADBAFA4ACFF27809239B722081E2EB9F145320553D183F28471C388BC8814E5045676767AB58A8E7
+310
+2D1CED2CA731379515D2E533E4CF0B39DFC625F97AC4836831A4DE330E87A8126FA17EBE583D614E71E22A8DBF2825599743E0640037303E8E1B1E8EA4E1ABFA4F62907B5E4E0E5DCFDAB417C36C6848A2B8D15F1E505434C0707E16B1CFC2A1C36A42BBF55734F8F4301DDC2A5110CEE8C0747F69519265012A2174BF4E95
+310
+5ECD4FDE095A3ABC70536B7AD0B9D7892F81287D667C108703C9B66A221E9A0929D030008F77FF6F5D2108EF5706FC87A3069B976F7C9FC3239D13D283CDEA83597461079FEEE049B0F392889898B7D87D31F8D60ED7B56B91823A8E4EDDB36C6172ECEE42BD42B12CD67994FA0F0DFAE9389356F4CD4425A4B8AA55CBF7EC
+310
+D585C6A2C2316791E43D5C06841ADBB226A87FD61515FFBB0167B74E56BD7F3E90A57A97FEDCBDF483A0D6699A8C0849CAEB4947FAA90D8E332D9DEBD9F4738C37DA0CAF9CF3DAA68BCB67C420459C7A64498D6E848E5CADE92BB6901F607AA331104A67F7CD650EE169B1DAE94D2C31C2F993632259B6957E246EFE4C5481
+310
+107B07118607700040E5812A2A2A38DA0076875258C753F60E0F2662C748EDD5F3F3686B8FC3BD6FE631ECCAA1E8B1C1E565AD117E54893E79F4672E32F9E46B2A183DFDCF3EECB4D4D077DBEA0DA254D256045109670050129E9B9B1A9E4A11344D61497A992778095151510C4BB7EF2009B63AA4360635312E4CF668B7E0
+310
+D3D85A8688E2BD83B569439892ADB63461930D428E0DE42E4AC57CE48DA5CC1449530D8BD3D6A0F08DF20C8E8F570F2CFFFCEA286E30969B4654D498A58D9DA782E19FE3F002181838925592C4A1EF0B332D88B61A92C644547BED490D3A42CFFAB70E36D961F694F6307F72FF15A1C79D5B1B5CEFD353D9E2B52566DEC8F8
+310
+F09CB3E8359C0F68EBBB7898243E34E12A015B2685AB303C04D3A9E00671FF3DFF0A184E4A2ABEB2B666AF5B3A209C73D8EF29DCDB069C9F391EEE9DD0F74C7BCDE16F8F02E3B8816122BBEB50665775B600549D8BB33A54A6BF940C028118BC6878C79958D6784F9DEAA6E26748386FFAF8D0D0101E2847B6563F5D8DC1D7
+310
+8F787BE00E2C941AE12148D4A81599FE8F68D4DA5CDED75530ADE138240300EE13B0FC13A1687FED6774662C05A2B7DFB186732F0D7A93545D8B0A6390AE5054D9CB582DA846D7A061B3358B45E2B52DDE63E114397EDB7E09233A579155D795BE76102CF277F4DF8B188C4F2879BEAE3C08347124BF9ED23B128259FE107D
+310
+31E34A652F090B30B39E0D9AF917B76A2806135621A8A60681F16AF216514BBD02711585B5B1AE823F4B2D0369EA5B6BCB863072727FFC871CA6C9AB79A814D989057E9470A3D238BC87CBB4A0EA49AFE2B86F22E499793CAA9047080450166BDC357524561E258C77CB697F1ABB32562CF87C3B7AA12F911EF19FB3E5C022
+310
+22E887D08202A60A17151F5E053A86B437771088B4FEE14D652C43E8D939995D34545E12E2FF93D4E366EAD25F10CB7DED141563C3D0C447AF06078A91135FD4B9611583CB4BF3BD167F2399CEAB0E0100F8FFC305F00F1711717173138B4B48C83022295DE657EFEDD97F238ECA80F528AFB4F8D67AD4E2594B9A3AA86D74
+310
+87EFC313BA95745C186F0CDD84CC12DC9CB0424B42203D351FD9C0A3AF10CC7F388E0329279087386421F194F4A29464C1DEF7EF8BE515E4A199DCD5B909342598D8FE6A231F71336248D5CEC5454455C7BE383B3BC7B260FED27F703FDC39A170F3827239102F59D4DEE7FEF82EAA1A5E4BA94DCC4CC44E7E2EDE20F24244
+310
+E4454369D2E87C3F823F193FD4FD27E1C23984B01898D15ABC20711A8A558054951A6AE280096BA36CBA439603B7B0B4C45F248C14B2383B4B5CD8ECECE4FF859AD4A6CA2326D020EF090F4041D28DB66E5256B56232CC52829DE8060BAE6BBF37D4B7469B822454FE93210A3E8D15E69FFCF01123222611C51C4FD0A041A0
+310
+CFA2471CF6BE38D2B20FA4C3525B5B8B586759475CF80ADFE67A284AC24651E52B8E683D24C2622642F27E7C3C22783BCF63648BC398BD6CD0D9C97E7E7E3EACB6126DB7A6C1FD9F1031302EE67ED96F22B77C7CA0239BB324207559B105E4693EB26EC46182A92C9C0DBD24F29B31C5C5AC1F84300E0E17CEEAC15F5736FA
+310
+4A98971E2F1423BFCD68D4BBD5F86E74B40A369F39507C88FCDB35D2DD8DEBEA4AF999E23CF2816D204200DF6E611781B9884C1AC8888B4DE397320472959434323A5A36B22A8E1F721A270DF3BD65E4A31C11FF048AFB0D8B7B6881423793963A23CFCE935FC189ED36FAE35C46DA3574C979E4394BE52084F3081837BE03
+310
+3396D2EBD80F1F691B273F660D2B32FA27A33B1DE4ADA5F0FA4651511102DFA410DDA86E065272CA314D5249DF91B06BB92807B28EFD54F08F7B525252782CD276DD02E6B0319B13DF87B1F6361AD6B28FC0D711CF445429B9E5A433CD493051C49A9E03DDB1B147D880253514A5DED88009018620EE229101C041950E2D8A
+310
+A8E1F5F5438E0C0C0C60EEDEE9E3E0C051948C69F84BB7B2A48A1F3C8EB9E6864687F4F4F6F6E2FA87608ADAF9C5E117B7C1A737E710769DA1D15ECE6A84502AA855398712D5FB51BE92E4EF824969CE18278798AC303C2C7980DD2500ADF8FB1E6D6C2FAAFF9987178923334A244758BAA01A9A1B70FA5097D01E1CC2A58D
+310
+AD0EC94CE6430AA9B0C10D75E3C6BAC670EFBADEE1607739CE0FC18A2587E3EC3058562014C64219C69BC269082D5C2F4A659278D585755912176D78A1B641719C2A394CED495A1AC5D583FD2F5EDD93308EA7EAE8A6DD396598BDBD3D4CFED62D18A5BDFDE0DD5C80D1A89BA62697B131AE7CE9A6594138582F1B37D68F17
+310
+49AC7CB67A70695D48A4A056AC1FBD4E82358CEAE38F54B95A9016F9000F9879C0D9D131768635CA798895F27D6F1614F11F2838A83611AA51C9A3DDB539D42979C29F10465655C17BEC3E2760B80DCBF609198C7B171A531905F3EC218D696025975E986C6B4C666666787271F202805577DD5A3EF0CAFAF91B62DC4B2DB4
+310
+217A7606282F31D8DDBC290593BAA93EA6353AFA9939B877978481E15CFC9F2755CDC00C538F63A4BA3E80AE009B73CA0185687D339A507D165B74290D6EE46D5C58148F020C3668ABE9EF2F7549170DC80DB41FFC1D678FF19AEB10C7133832B104B80F691B3138F97A92D26E551F1F110400D45AC71A9B9AC41A1A1B1DAE
+310
+ED0B0810638EFFB511D46B121C6FEA0F38CD00E03CFFEB9713FE1F9C263E4DDEC160D0497FA9A132BA608584057FB15380825DE6C7FC3C667EE947D488A09898D8E939C4953BF4EC9836344D2CC6B2971B2A21A572B06096F4982D2CC7232D46E8EA69DC83722E267754D777F97F96D5DA74E1E75178084D0E70F12AD33E5F
+310
+71EF2AFA599B2BEBF60A5BE475F444F240CBFE8143C334E7ED9150FEEFEF7EB020C4DBED388DD1D6A167A76F3CBF119B578AE8CFA7736ACAFA4440A1C47185638A0D2F3EB5BDDEFDA958FB13CE4AA4923D5BF840392D45544329525749734866684BF7F8D9D54D892E19BCA9F829A0F8BFCBEEA6CFDFC61D74EA1A645ED7A1
+310
+FF241739F15694BD835B66FEC5677E40FE69BD3F91AE402F036537218A401CB0828604AD189E575015C6F3F6BBC8AC79CF6C70653847254B31551EFCBEB5978B9DB85D58D0FA41A9DFE9C624834AA04949D24B5AE6D299E072D152D12097920F14AA92C31C3B97E28B6C2E6E9C23D63043ECBBC0A60FDF5BD0C33C127EA8A3
+310
+308B8B6AFFEB28B4455BF6E7AF4FC6222728357EB8E46E85053E6A8843AB23295BF838ABDA94658FEF3F832F147046B4ACD6F7D48E8FCC9618582961C898D1C7A253C91BFECBDA6BA18A1FCF70755DCCEE2222F41B76D23CA98D0CB3D95F0CF66D57FFF65E2A90F5DF40FC3187621E981BD0BC1D992787212688976B94A8F0
+310
+C6EF646624B570B78E068826F87CE27041A95C9A4871FF65CC17FCB1639629AD6A9517000D63AC231F3D741CB8430777E7ECF80CE7A3F73C0F162F7E56AA71F4DA80A33CD6ACEE78E2C11FAC03DAFCE929B106F8F6B3ED2DC71FF994BD9CEF4E9A94896EF1B6E2B7B4978168BCF0847A3D2A4F1B0500B926E634B174548E9F
+310
+BAD27153FB5FC36799B1E6C7C38A94E1F9E996796D7B485E635D5287A2AE76FBD11A341DB3F8F810385BB7296391973DC6C37C452A9305AEBBE0CDB6C566DB59FE60C8E94B1FD090354BF51439FFD1B48D725228FFA88C84F686F547107A7A235665A4593B7C34D748C1AC8D56DD5DA861EEFBADDECBBD65117E65851F9035
+310
+1AEB65F0EFCFF4BCFEF24CB7A5879699FAC437A7AF9099186CF006BB923A59E37D7A36A29FD8D2CBB914A5E9D0A8FD212FBF796AE9A67958FF1D5D8B85F78F96219D4714EB919929241B6C018AAE0C02069F8D919961EC5DDFBFB7573E3AC8E08BFB7C8534BE6DE045B3CD63DBD71F7638BA2309CAE398EA3A7D8F98BBBC7A
+310
+EB367EFA5CFA27A9F8F2F52FE878058E6209C026453F8E7E8A237DFC389E9590F6059B397CFD65183BBF936E86896612A5B5FEE49DAC8455D026218AFEBEC12B3523A45B57B82C9C97E02ACFA1184DB18E48CF615DBF39C3CC6F0B4AE6BBEEA2E39D944E290302FA3DE33FA7E40296E2EF7BF1CD855BBECFAD0FD622BEE974
+310
+6FC4FDFDE545AE6E3BC234CADF83A0FB76DFB145BF3828AE3436368AC24989454F8FF70A177672C711CAA1A76107218CF948CA01F873520E7A2B118EBB161ABAD432932029628B6761590C98AB590C8C8C79798CE9F715BA696E839E9131A4BB68BE923F1747FBFF165331FFDD4D05997ACD168F12CA75348DAC04C7F509FE
+310
+83898A8B421181AF492861CE81E4A2DD0A30850CFA95E05F097FF70F9E777310D584A75BA7018922E271DAB1D785671157685B7D383D3E074DDB4F1E44EF04B07BAAC75A062077C54B9752C738C9D804D402E02851F3F89605AF189738C18C021D2139EAF72513824E10DDD3047BACC8521ED7E98B257D1166903B1B08FA6F
+310
+918FD7E162913FEC7D0EF4787E29C35FBA8C6E2C9C20E9AB30AE42CA2A01A090E7D010C1B5BF9CEE2A304BF3A987FB40D836979B79E18D70F257DA61E808472DD85B82761825779D6B90CAEB0F23360C6F80A7D7D77545E95B3DFF0CF96A827F9B5BCECD2C9698718417EF80FEEDEE938AFF55859D0D540B7FE09435583A6F
+310
+04874A0C7E8CF234DF4879722000167F5872CEC6BF3EF7E5A8CC8121E6A359227C8A29C95212F9F735BC72A887D56B8F309FC525BFB4FD767AAEC4AEFF249CFBBD2DE1AB9969A6155C7D8DABC307E47324C1F916C7BCFF40ABA5644E9FFB9238D19ADADA49D9610F01ABBA57E4DFCBDCCBB2B93C8953206C91DE01B0E2651A
+310
+6D6C31721915B31F7B7CBCE55466F6D70402788FA91D73BE4ADCBA99A35F17D6B83383704917D6833F0FA3CD45C926ADB8BC17999A4A0AFBCE2541F7B8CF4C2F5FBA611B3E626D64407CB32C122DFF4EF8674D6EDBB86C8F7C6A16D50FA685E2CCA34F8F7D1D8265BB0042E9D7F1F666F7BE5FAA5184DF58E12122A42EF02F
+310
+461B3F369AC746F96528AD208512AB56844CF75B97F352DF7995024FB02855385854F3798670D01CAC771AC3E1889EC25F61A20C1F8CAB46898817F9C47E2CDA1F286BF2F358298709FE567C91133E2638C8B53975E753EA8BFD3578B5F7186B7BF084EBA3F77BAC3132A5779902EC22AF2D2E79F42D324E083386DAEE9810
+310
+D1B44A5DAA54513C7A71E52A4AB9257D975B621308FE4D2141CC3DCFE946C154A3C1DFCCA7629EC69ACFA831634ADDA93C0388D2A9A2DDAFCF957C6995BCE7FBB6DC4EBAE79E63EB08E9A25F52F67076F7093CA545CA3053B5BF576DEAD4E0017143C5F759F32B2D6F145B52B67B48909B7C7FCA6586EE385A2189C16932CB
+310
+6DDFD9152AE317C430492A578ED27B72D85D40C7C93C097939E1B50F4D67F05334FE9DC362C30B7FF561B95259138ECFD9274C8D695C31B14D4EAA9F3D7FA8DDF652F8C5DEFA23284C799B7D94416DEE81E05A866302DC70192A5368EA65E1CED8BF107A1E2D3119A71E85DC1A7B0C1E93274CE04DD0F2ABC8AC7C987FDB00
+310
+2B6F81757B43502EF7A0D92E416494FAEEA4C9C090CD9557AA4D532F4996A272B94355C5A0E4974EEA9627476F30809B94D8D8D860062E02204643BEC7D0438AF800FC7E2B26955D595421E83C69E1A07E0E3122285835F014AD538188CF9737CE76D464A353FA55A001AB2526B84E985083693BC76FE211CA1D000679C889
+310
+E3C009832C87E1AC2EDD05C302557422DF0800E316FCAC86978A371F025A6C7DAA9F333E7BD160403A1A06EA75AA9888FF01504B03041400060808004C4A2B4C51464CB48900000043010000360000006662782F31394332303745382D414534312D344333432D383335312D3039424244464530354139352F646972656374
+310
+6F72792E786D6C9D8F310EC2300C45AF127987122606C71DD918B841D4B851A43646695A717C52A85029031293A5A76FBF6FACEF7DA7264E43906840EF0FA03836E242F406C6DCEE4EA06AC22492573150D1F66C60C640E8938CB705396EEDD86DE9B5042FE27813D640EA63BB001C722AF6E55CB61E4863F58284D5D3F53D
+310
+D715CE1C3985E63FD7F1B7EBDD617E9F1E504B03041400060808004C4A2B4CF65325973D070000201C0000340000006662782F31394332303745382D414534312D344333432D383335312D3039424244464530354139352F6F626A656374732E786D6CDD59596FDB3810FE2B84F665F741978F242E1C178E1D074691B6A8D1
+310
+C5BE09B44C3BDC5007282971FAEB774891B2A8C8B6D2032836016287228733DFDCA3F1FB7DC4D013E1194DE26BCB773C0B91384C3634DE5D5B45BEB5AF2CF47E82C63C49F2DA3E0BC53822D79658B626E31D4F8A542D6DC81617ACB9BAB8F90765218989854286B3ECDACAC2071261071779B221D9A3B3C1397676DBBDE33B
+310
+E54693EC8EE3F4A171558A3989736015D663A0A238F0CD7F4124773276C506635BBFDBB6DE896DAE14DC6494C6598EE3F015578DEB7A47B86A5CD7F707F3DBDE70640F0783BE3DB8E8F9F6CDE2666EFB977D6F76319B8DA6B7230B4DC6EB2461950252126F408B2FD6C41FBBE24925BE42A18DEF308963122A34DB366C88A2
+310
+4B49D6C4C400D697A2D51452CA5A5BE87714FEC8B64EA0182C19686BE1F467DD7A93F5BF0042D6C54A794684956739075D2BEC4B7FF0C66EB96AE8856628C239E11433C4E89A630E0A82ADA5820C32C25B04292430935AD4F4EABC82619FF7A5362EB70563C27FAD89F4B400FC91E499E48C7E23FCC07DFD36E009A42D689C
+310
+5F2961F39714488CC6AE5C2C9FF57BEA610924DA32BC036B0131C5A67EAF81D74CC482E5DC9A7C58ACF72B111FDA2F4F7992129E0BCB93CEACFC4E6BB0665A607C1D40297135757740E50B40FF1190AF784163D01CA7FBC17EA065E738CEB6098F403BC843B6077F3C24BEBEFA3676ABC313848C58790C5370DB9F84A92186
+310
+71770DD2C9F8098C3EE17D25DC2AC40C6CFA9EC6C2CFC150104B6009E2FD76BDB7264B08A6B008A73003E9E177EC8AAF083E4A3A106F1A1A6A0BBF1D14A51DA6E967075DDD81CD701A56AA32643C86EFF0A7E03B9DAF3EAC0ABEC521B9578E3D275B1AD31C92693B4306E886CB7F5D7E941E79C792356687D3C6A610AED925
+310
+226EB4A865A5D482A45E801391864BCDC8957B0ADECE188E4952646ABD2D4E85094B78B07E094A176EBDEB6F6D03E565CA005A631924F790D35460624D94B6AA40E8D404050BC35C59E0AED46AB02EA234C05152C422D4BE36C5261F106784250255494D1BB6F65A4D7643B7DB2283E0D54A726600A9FC59132E2D7C0071AC
+310
+8D5F4EB61C43124DE280420E066769BDC1B8A002EF34CF1961DB80325644C19632C8234184D323F43B4A50CF5C8FE4E539E19B5682A665699FD436240057C06A9074B62A63BED229274F549499329FE96C60EC5075A835191C49172253B400AA8DB134FCD17C305D0C66F6E5B437B5077E7F688F6E7B7D7B315C0C8773CFBF
+310
+9D8FE64D3E75B4AAE73B50A528730CFFCB1F8A681D63CAE081101B6FD277EF65F6BC762134BAFE68D6F32E6FAFECE9EDC0B707B3FECCBEEA0F7DDB1BDDDCCC17B7DE703A1ABA9C6449C14392B93DD70BB449A6F1EE18579ABBD73114CA9AF3C94EEBAB29CCFF3886367382A1C4DF358856B1ABA520EC1A44C5D16608C5E1A3
+310
+48514108555FABFB348268938FB638F7C6B8EC397D4FFEF8FEA8E78D7A57A38BCAD84F066A79CF0FC7B9360942E83B8B3C48521CD2BC3DA13670E918A7DF945B9CBE3F44804EF5B7BAE4749E51970434C23B126CB1E8125A02E339095A73D88E2559466392C92EEF55F5D7A0E939504C9939B7C50869164424C7DF637FB26D
+310
+68D834C46616403F9A8B89C0D9AAA03268D5811CA328BA5F48DC52FE9720C351CACA4EF71C067E4F43A07B9C368B134C8B2B9EC0DE029C07DE86C8C1C539EA15FBBA3E68D55A93FAE8BBC91F8147D735BF101E7D45F7D2C919FA23F1730541E562E8F72FB522CE61A5AFCA451FC70AE83CC397E099D0DD43A742B39B4E6A25
+310
+5B5954E724823616E705EFE4AF1743EFD5452A2E341CA276D31B8B43D9BFE90E0ED0930DDCB1F2B6760DD4A13486395727415E49D16AC2521772A62746576FF0EB93CAAE53FDE178F9CB2BE6BAF34572F8731E07A896CB00ACA28F5153B756DD463D943DE33C8440BA929FF60D78C4866C0E8D9941AEAD44D7F5E9B9EA7929
+310
+026A04135B2CE2ECBDF8C2BE60503574CF997B57166D6EB9BE1489CD81E1F4810F836993D6A7BB55830AAC743EFD5960449E1B14D4EA4C74C327487D5D1E7AFE060525D1D7E589E3BF4547A115581BA3C134384B1885A13CD9A01D49207BC3D8A143B7C12392C9AC0CC6AB82947E23D0E1F4533953CDF19AE9D3E10386C134
+310
+53BD5811C2501432E6B5A5D6D11F3006159348399C721EA10D5331CC4205A7D716586C4EA1DB72D630CE92C34349BD31AE04C7C6F14EE4FBF254F5FFE1984007A2D241AE6A4F175C9464863341619BCAF70450F5950F26E3EF175DB383700E5FD7455E0973583848A340D02F044AE160EAF7A8E0DD4341715A2EDF917B0C48
+310
+3A4DE64FDA4149D5CE31DFC9F17A0DEFE9FCB32B26E3CB4F2865C54EA8F354F76B50B245D7CD8A720A3506C35062A658D490B377EE679EC02BA6082D281801FA737F75F1973B4BA22889CB2577AA5E54A1D503BC76DAB87AE4076DBCE70F5D39055063FD608D33E2E04DF6080BA05A4EC56CB484D830802A9AD60C406B44E8
+310
+028E19FB9773A46AA3DA84A41E76053C72A68FC091C4BB1CE136F50DB50124F80270251F1EBEE885B1CB61083EF90F504B03041400060808004C4A2B4CA86CF948DD000000530100003C0000006662782F31394332303745382D414534312D344333432D383335312D3039424244464530354139352F7265736F7572636573
+310
+2F322F636E782E786D6C4D90CD6A042110845F45BC8F3F0B81C9E2B82FB1A75C16A3BD46D6B1077F42F2F6D18D819CBAA9FA68AA5A5DBEF6483E21978069A392094A20597421F98DB67A5F564A2E5A65C4FA0FA324991D363A64AA95CFD88E2939B89B16871A437A4C51DC3C24C8C1DE8EE429B1D194B2D1623F6037CCB48A
+310
+0ECA8339530D932C43C1962DF41335EC304FD80CA682A3FA24E4BA08B9487915AF67B99E4F2F6F8A0F52AB77C438F9902A643C88C5BEA49E47283E6CAD5A0E931925BAF1178EF5708A775BAB5273FFC0C4EAF7D1B1B01B0FFC89FCBA5AF151B18F67FF3EC73BF40F504B03041400060808004C4A2B4CFF15A4A45D00000080
+310
+0000003A0000006662782F31394332303745382D414534312D344333432D383335312D3039424244464530354139352F7265736F75726365732F636E782E786D6C4D8B3B0E80201005AF42B6F75B59F0390B113044D83508C6E30BC6C26AF226F3B8BA6360974DA7271430F523308B2B198F9B80925DB700539227A2FCCB80
+310
+A18E5640D320F996A81C9F32D6E9129A0D1EF74FCE750E6D57BC7165FBCA07504B03041400060808004C4A2B4C87A476AA3D01000046050000300000006662782F31394332303745382D414534312D344333432D383335312D3039424244464530354139352F636E782E786D6CCD94CF4A033110C65F25E4BE7F52106AC9A6
+310
+D0834FE041BC65B3D3357637B324B362DFDEA4A655918A87427B0B936FE0FBCD7C8C5CBF8F037B031F2CBA868BB2E60C9CC1CEBABEE1336D8B25676B253D227D9371E6F4080D4F65AE64EF719E72A983AD9E87541DACDBE5A226F2B69D09026766D021343C98171875A967C20EC2AEEC34E952941E02CEDE40EC273B42EE37
+310
+1E3441C7D5A216CBA21685108FF5FD4A2C578BBB675925A5922DE290F5D611789C98C1F870D14C2DABF4ADE4EC6DD62402AEBE9C95AD75B28AFF4A86E8D6F55947FB29E9A669B046531C538586808A28023DCAEA53AC6495787F503F6C9E8E0E58673D1842BFBFD200C4B9019C8C953109FFE33F08FFC6C6F635E25E6BDB67
+310
+61B3AD8BA11ED31A625C7FEF3FA648BB7EB8BDD09F8C5D3EF3F1949035B7877CF47521E2EA70F2E2D2D305541F504B03041400060808004C4A2B4C4B2581567F000000A30000000B0000006662782F636E782E786D6C4D8CD10E822018465F85FDF714A42CD810A744EFE1129D13A191B41E3F685E74F56D67DF39B2FD6C0E
+310
+BD6D7C2DC137404F0490F58F302E7E6E20ED13E6805A256308FBDF0D901F36DB40C1A0E41C437A1E68B4D3905CA16EF1EB01A9D01772351C77A6A6B8D695C6BC621413D1F7B7BB21AC132C1BE7A2E4F9F5F296BCFA02504B03041400060808004C4A2B4CA6D797065F0000008200000007000000636E782E786D6C4DCB3B0E
+310
+80201045D1AD90E9FD7516806B51190811670C8A61F982B1B0BAC9C97B72CA7B1037C6D3332918DA1E04D2CAC69353902EDB8C20262D23F3F59B81A079470595414B17391D1F19B4730A5583A7ED43BBE4025D9592775E5ADFFA01504B03041400060808004C4A2B4CECFD112DA800000026010000130000005B436F6E7465
+310
+6E745F54797065735D2E786D6C7D4F4B0EC22010BD0A61DF525D18634ABB506FE00510A79458060253536F2FD89D5197F3FED3F68B9BD80362B21E25DFD40D6780DADF2C1AC9671AAA3D677DD75E9E0112CB5A4C928F44E12044D22338956A1F003333F8E814E5331A1194BE2B0362DB343BA13D122055543278D79E6050F3
+310
+44ECBC6478EDCD76CE8EABAE5449AE4298AC56946789C28AAFBEABC53F3EAF09A84A1441B91F0101CD4780756578C173A578FFDDBD00504B03041400060808004C4A2B4C3DEE336E64000000790000001B0000006175746F6465736B2D64657369676E2D7061636B6167652E786D6C35CBC10E83200C00D05F21DCA56CA76D
+310
+41FC96062B120735B69A7DBE268BB7777961F8D5AF396893C2ADB70FE7ADA196782C2DF776D7A97B5933C430F15651E5469C55D70F80A4992A3ADC954792C525AE70A1E4D6AD9816CC044FEFDF01FE3FDE907802504B03041400060808004C4A2B4C548BFBAAF20000008E0100003D0000006662782F31394332303745382D
+310
+414534312D344333432D383335312D3039424244464530354139352F7265736F75726365732F322F636F72652E786D6C8590DD6E842010855FC5CC3D0AEA5677836C34F50D7AD53B02AC25BB82E1A7E9E317569BB457BD1A72F8E6CCCCA1D7AFF5517C2AE7B53503901243A18CB0529B6580186EA887E2CAA8B336FCC2A030
+310
+7C55036419185D9C8DDB21096B8232593556AA43E4DEAB008578A4C7005E7CA895973C8644F87BB97171E78B2A49B9738CC6A8E5D1AA6572D337AD1CB00E37673CBEB4681EA709B5F3A946D36BD7233C8E63736EBBBE9B09AD7233A341AF3FD385533C2809ACC624C10411F286CF17D25FEAD33BAD32C9A80F2EDD7C0CCDD7
+310
+259C56BBFAC72D6EF27FB7A84D68EAC36DEFF0C0F272CF0F46AB9C4E2ACFE852CD49B26F504B03041400060808004C4A2B4C5F1210FBF7000000960100003B0000006662782F31394332303745382D414534312D344333432D383335312D3039424244464530354139352F7265736F75726365732F636F72652E786D6C8550
+310
+CB6E833010FC15B477C0065248641C81CA1FF4D49B6536D44AB0911F553FBF76A0527BEA6957B333B3BBC3AE5FEB23FB44EB94D13DD08240865A9A59E9A587E06F7907D995336B8CFF45834C8B157B483070B65813B60392467BD409D566C60314CEA1874C3E62D383931FB88A42041F19EE5E6C42DEC582052D761E6721A8
+310
+F990AA39BAA99B420BBC25F5990C2F4D3E0DE39837D3A9CAC7D7B6CBC9300CF5B969BB76A2AC4C62CEBC5A7FB64B8BC2E30CBC223492694EE91B395F6877A94EEFAC4C4CCE9CB7F1E76369FA0EB845678295E858B94FFFB8866DFEDF3528EDEBEA70DD150E783AF239E0AC4C29C5F28C30D69428FF06504B03041400060808
+310
+004C4A2B4C211BA23BF2000000B1010000310000006662782F31394332303745382D414534312D344333432D383335312D3039424244464530354139352F636F72652E786D6C8D50CB6EC32010FC156BEFD860C7AA1D61A2C475BFA0A7DE10101725068B47D5CF2FC4AED4DE725A343BC3CC0E3D7D2FF7E24B39AFAD198094
+310
+180A658495DACC03C470451D1427469DB5E10F0D0AC31735408681D1D9D9B8EE90B02628935163A5DA41EEBD0A50887B7A0CE0C5A75A78C963480C7F2B572E6E7C562529371EA3412FBF52E1140F4A02AB31E91026889077DC1F4977ACDB0F5A6526A3316AB95B6999DCF5552B078CF4638D5FA60E9DA7034187B11951D7B4
+310
+04E1FE72797D9B707BEE5B5A6531A33EB874F3FE49BEEE59F926FC9739AEF289CCDA84A6DE0D37854F9E29CF63C168950B4CE3D16E9AB96CF603504B03041400060808004C4A2B4CCF4FEC7853010000DD0200000C0000006662782F636F72652E786D6C8D52CB6E833010FC15E43B0F135292C838226AFEA0A7DE1CE3502B
+310
+602363A37C7ED73C443934AD908C35BB3B3B3332393FDB261884E9A55605C2518202A1B8AEA4AA0BE4EC3D3CA0E04C89D1DAFE68438162AD2890871125B5D1AE9B21AE9515CAA34A57620659DF0B8B02DEC0A5403DFF122D8B98B3D0D13FA28EF107AB4584A3A98F12E764358FCA0AD8E45D0A83689EEC8E49F99685D7F272
+310
+09B3EB3E0D2FEFF9214CCAB2DC1DB3FC905F3189FD302556B6CB766E04B3A242344D3034E310E38FE478C28753BAFF24B1EFA4A4B7063CCF4BBD3B44EFB72789277CC3E7BAEA6F3E2795DDA533DF34D123EAE58D054A629F0FFCC6F0B619C262C8CFB25BB358780034086EB5C9A05269B79606D63801D449307E249EAAC03C
+310
+12FCC693BEE079CD01413155833466E17A73D66FDF6AEA840907FB0C94362D6B567193C4F55C176D2C2DE35C37DAFC677AB1BA8419FB8749BF01504B03041400060808004C4A2B4CD927010204010000B201000008000000636F72652E786D6C8D50CD6E8420107E15327715D4ADBA41369AFA063DF5468575C92A18C04DFB
+310
+F685D526EDADA721DF7C7F0CBD7C2E337A48EB94D12D901403927A3442E9A985CD5F931AD085516B8CFF4503A4F9225B8830303A59B3AD07341AEDA58EA836421E20774E7A40E31C1E2DB8F126179EF2CD0786BBA72B1FEF7C922949771EA35E2D3FD2D14AEEA50096635227982484BCE1E64CEA737E7AA7596432BA6D4A1C
+310
+514A84747555D202AB70D1E0EEA54C86AEEF937238E549FF5A0597AEEB8AA6ACEA6A20348B62469DB7E1CF8749E8E991E38F984BB37DC5E88731F34108A504327AFE02866916177F4A6FABF84769A57D911F86BBC2018B859E8B101C2F18C6F3BC61C66BB36F504B010214001400060808004C4A2B4C000000000000000000
+310
+0000003700000000000000000000000000000000006662782F31394332303745382D414534312D344333432D383335312D3039424244464530354139352F617474726962757465732E62696E504B010214001400060808004C4A2B4C0000000000000000000000003500000000000000000000000000550000006662782F31
+310
+394332303745382D414534312D344333432D383335312D3039424244464530354139352F76657274696365732E62696E504B010214001400060808004C4A2B4CF270F13306000000040000003600000000000000000000000000A80000006662782F31394332303745382D414534312D344333432D383335312D3039424244
+310
+464530354139352F747269616E676C65732E62696E504B010214001400060808004C4A2B4C88E57597CD3F0000904100004200000000000000000000000000020100006662782F31394332303745382D414534312D344333432D383335312D3039424244464530354139352F7265736F75726365732F322F305F67656E6572
+310
+69632E706E67504B010214001400060808004C4A2B4C51464CB4890000004301000036000000000000000000000000002F4100006662782F31394332303745382D414534312D344333432D383335312D3039424244464530354139352F6469726563746F72792E786D6C504B010214001400060808004C4A2B4CF65325973D
+310
+070000201C000034000000000000000000000000000C4200006662782F31394332303745382D414534312D344333432D383335312D3039424244464530354139352F6F626A656374732E786D6C504B010214001400060808004C4A2B4CA86CF948DD000000530100003C000000000000000000000000009B4900006662782F
+310
+31394332303745382D414534312D344333432D383335312D3039424244464530354139352F7265736F75726365732F322F636E782E786D6C504B010214001400060808004C4A2B4CFF15A4A45D000000800000003A00000000000000000000000000D24A00006662782F31394332303745382D414534312D344333432D3833
+310
+35312D3039424244464530354139352F7265736F75726365732F636E782E786D6C504B010214001400060808004C4A2B4C87A476AA3D010000460500003000000000000000000000000000874B00006662782F31394332303745382D414534312D344333432D383335312D3039424244464530354139352F636E782E786D6C
+310
+504B010214001400060808004C4A2B4C4B2581567F000000A30000000B00000000000000000000000000124D00006662782F636E782E786D6C504B010214001400060808004C4A2B4CA6D797065F000000820000000700000000000000000000000000BA4D0000636E782E786D6C504B010214001400060808004C4A2B4CEC
+310
+FD112DA80000002601000013000000000000000000000000003E4E00005B436F6E74656E745F54797065735D2E786D6C504B010214001400060808004C4A2B4C3DEE336E64000000790000001B00000000000000000000000000174F00006175746F6465736B2D64657369676E2D7061636B6167652E786D6C504B01021400
+310
+1400060808004C4A2B4C548BFBAAF20000008E0100003D00000000000000000000000000B44F00006662782F31394332303745382D414534312D344333432D383335312D3039424244464530354139352F7265736F75726365732F322F636F72652E786D6C504B010214001400060808004C4A2B4C5F1210FBF70000009601
+310
+00003B00000000000000000000000000015100006662782F31394332303745382D414534312D344333432D383335312D3039424244464530354139352F7265736F75726365732F636F72652E786D6C504B010214001400060808004C4A2B4C211BA23BF2000000B10100003100000000000000000000000000515200006662
+310
+782F31394332303745382D414534312D344333432D383335312D3039424244464530354139352F636F72652E786D6C504B010214001400060808004C4A2B4CCF4FEC7853010000DD0200000C00000000000000000000000000925300006662782F636F72652E786D6C504B010214001400060808004C4A2B4CD92701020401
+310
+0000B201000008000000000000000000000000000F550000636F72652E786D6C504B050600000000120012002D060000395600000000
+  0
+XRECORD
+  5
+20B8D
+102
+{ACAD_REACTORS
+330
+B0AF
+102
+}
+330
+B0AF
+100
+AcDbXrecord
+280
+     1
+102
+DISPLAYNAME
+  1
+Imperial24
+102
+FLAGS
+ 90
+        0
+  0
+XRECORD
+  5
+20B8F
+102
+{ACAD_REACTORS
+330
+B0B3
+102
+}
+330
+B0B3
+100
+AcDbXrecord
+280
+     1
+102
+DISPLAYNAME
+  1
+Metric50
+102
+FLAGS
+ 90
+        0
+  0
+CELLSTYLEMAP
+  5
+20B8C
+102
+{ACAD_REACTORS
+330
+B057
+102
+}
+330
+B057
+100
+AcDbCellStyleMap
+ 90
+        3
+300
+CELLSTYLE
+  1
+TABLEFORMAT_BEGIN
+ 90
+        5
+170
+     1
+ 91
+        0
+ 92
+    32768
+ 62
+   257
+ 93
+        1
+300
+CONTENTFORMAT
+  1
+CONTENTFORMAT_BEGIN
+ 90
+        0
+ 91
+        0
+ 92
+      512
+ 93
+        0
+300
+
+ 40
+0.0
+140
+1.0
+ 94
+        5
+ 62
+     0
+340
+11
+144
+0.25
+309
+CONTENTFORMAT_END
+171
+     1
+301
+MARGIN
+  1
+CELLMARGIN_BEGIN
+ 40
+0.06
+ 40
+0.06
+ 40
+0.06
+ 40
+0.06
+ 40
+0.18
+ 40
+0.18
+309
+CELLMARGIN_END
+ 94
+        6
+ 95
+        1
+302
+GRIDFORMAT
+  1
+GRIDFORMAT_BEGIN
+ 90
+        0
+ 91
+        1
+ 62
+     0
+ 92
+       -2
+340
+0
+ 93
+        0
+ 40
+0.045
+309
+GRIDFORMAT_END
+ 95
+        2
+302
+GRIDFORMAT
+  1
+GRIDFORMAT_BEGIN
+ 90
+        0
+ 91
+        1
+ 62
+     0
+ 92
+       -2
+340
+0
+ 93
+        0
+ 40
+0.045
+309
+GRIDFORMAT_END
+ 95
+        4
+302
+GRIDFORMAT
+  1
+GRIDFORMAT_BEGIN
+ 90
+        0
+ 91
+        1
+ 62
+     0
+ 92
+       -2
+340
+0
+ 93
+        0
+ 40
+0.045
+309
+GRIDFORMAT_END
+ 95
+        8
+302
+GRIDFORMAT
+  1
+GRIDFORMAT_BEGIN
+ 90
+        0
+ 91
+        1
+ 62
+     0
+ 92
+       -2
+340
+0
+ 93
+        0
+ 40
+0.045
+309
+GRIDFORMAT_END
+ 95
+       16
+302
+GRIDFORMAT
+  1
+GRIDFORMAT_BEGIN
+ 90
+        0
+ 91
+        1
+ 62
+     0
+ 92
+       -2
+340
+0
+ 93
+        0
+ 40
+0.045
+309
+GRIDFORMAT_END
+ 95
+       32
+302
+GRIDFORMAT
+  1
+GRIDFORMAT_BEGIN
+ 90
+        0
+ 91
+        1
+ 62
+     0
+ 92
+       -2
+340
+0
+ 93
+        0
+ 40
+0.045
+309
+GRIDFORMAT_END
+309
+TABLEFORMAT_END
+  1
+CELLSTYLE_BEGIN
+ 90
+        1
+ 91
+        1
+300
+_TITLE
+309
+CELLSTYLE_END
+300
+CELLSTYLE
+  1
+TABLEFORMAT_BEGIN
+ 90
+        5
+170
+     1
+ 91
+        0
+ 92
+        0
+ 62
+   257
+ 93
+        1
+300
+CONTENTFORMAT
+  1
+CONTENTFORMAT_BEGIN
+ 90
+        0
+ 91
+        0
+ 92
+      512
+ 93
+        0
+300
+
+ 40
+0.0
+140
+1.0
+ 94
+        5
+ 62
+     0
+340
+11
+144
+0.18
+309
+CONTENTFORMAT_END
+171
+     1
+301
+MARGIN
+  1
+CELLMARGIN_BEGIN
+ 40
+0.06
+ 40
+0.06
+ 40
+0.06
+ 40
+0.06
+ 40
+0.18
+ 40
+0.18
+309
+CELLMARGIN_END
+ 94
+        6
+ 95
+        1
+302
+GRIDFORMAT
+  1
+GRIDFORMAT_BEGIN
+ 90
+        0
+ 91
+        1
+ 62
+     0
+ 92
+       -2
+340
+0
+ 93
+        0
+ 40
+0.045
+309
+GRIDFORMAT_END
+ 95
+        2
+302
+GRIDFORMAT
+  1
+GRIDFORMAT_BEGIN
+ 90
+        0
+ 91
+        1
+ 62
+     0
+ 92
+       -2
+340
+0
+ 93
+        0
+ 40
+0.045
+309
+GRIDFORMAT_END
+ 95
+        4
+302
+GRIDFORMAT
+  1
+GRIDFORMAT_BEGIN
+ 90
+        0
+ 91
+        1
+ 62
+     0
+ 92
+       -2
+340
+0
+ 93
+        0
+ 40
+0.045
+309
+GRIDFORMAT_END
+ 95
+        8
+302
+GRIDFORMAT
+  1
+GRIDFORMAT_BEGIN
+ 90
+        0
+ 91
+        1
+ 62
+     0
+ 92
+       -2
+340
+0
+ 93
+        0
+ 40
+0.045
+309
+GRIDFORMAT_END
+ 95
+       16
+302
+GRIDFORMAT
+  1
+GRIDFORMAT_BEGIN
+ 90
+        0
+ 91
+        1
+ 62
+     0
+ 92
+       -2
+340
+0
+ 93
+        0
+ 40
+0.045
+309
+GRIDFORMAT_END
+ 95
+       32
+302
+GRIDFORMAT
+  1
+GRIDFORMAT_BEGIN
+ 90
+        0
+ 91
+        1
+ 62
+     0
+ 92
+       -2
+340
+0
+ 93
+        0
+ 40
+0.045
+309
+GRIDFORMAT_END
+309
+TABLEFORMAT_END
+  1
+CELLSTYLE_BEGIN
+ 90
+        2
+ 91
+        1
+300
+_HEADER
+309
+CELLSTYLE_END
+300
+CELLSTYLE
+  1
+TABLEFORMAT_BEGIN
+ 90
+        5
+170
+     1
+ 91
+        0
+ 92
+        0
+ 62
+   257
+ 93
+        1
+300
+CONTENTFORMAT
+  1
+CONTENTFORMAT_BEGIN
+ 90
+        0
+ 91
+        0
+ 92
+      512
+ 93
+        0
+300
+
+ 40
+0.0
+140
+1.0
+ 94
+        2
+ 62
+     0
+340
+11
+144
+0.18
+309
+CONTENTFORMAT_END
+171
+     1
+301
+MARGIN
+  1
+CELLMARGIN_BEGIN
+ 40
+0.06
+ 40
+0.06
+ 40
+0.06
+ 40
+0.06
+ 40
+0.18
+ 40
+0.18
+309
+CELLMARGIN_END
+ 94
+        6
+ 95
+        1
+302
+GRIDFORMAT
+  1
+GRIDFORMAT_BEGIN
+ 90
+        0
+ 91
+        1
+ 62
+     0
+ 92
+       -2
+340
+0
+ 93
+        0
+ 40
+0.045
+309
+GRIDFORMAT_END
+ 95
+        2
+302
+GRIDFORMAT
+  1
+GRIDFORMAT_BEGIN
+ 90
+        0
+ 91
+        1
+ 62
+     0
+ 92
+       -2
+340
+0
+ 93
+        0
+ 40
+0.045
+309
+GRIDFORMAT_END
+ 95
+        4
+302
+GRIDFORMAT
+  1
+GRIDFORMAT_BEGIN
+ 90
+        0
+ 91
+        1
+ 62
+     0
+ 92
+       -2
+340
+0
+ 93
+        0
+ 40
+0.045
+309
+GRIDFORMAT_END
+ 95
+        8
+302
+GRIDFORMAT
+  1
+GRIDFORMAT_BEGIN
+ 90
+        0
+ 91
+        1
+ 62
+     0
+ 92
+       -2
+340
+0
+ 93
+        0
+ 40
+0.045
+309
+GRIDFORMAT_END
+ 95
+       16
+302
+GRIDFORMAT
+  1
+GRIDFORMAT_BEGIN
+ 90
+        0
+ 91
+        1
+ 62
+     0
+ 92
+       -2
+340
+0
+ 93
+        0
+ 40
+0.045
+309
+GRIDFORMAT_END
+ 95
+       32
+302
+GRIDFORMAT
+  1
+GRIDFORMAT_BEGIN
+ 90
+        0
+ 91
+        1
+ 62
+     0
+ 92
+       -2
+340
+0
+ 93
+        0
+ 40
+0.045
+309
+GRIDFORMAT_END
+309
+TABLEFORMAT_END
+  1
+CELLSTYLE_BEGIN
+ 90
+        3
+ 91
+        2
+300
+_DATA
+309
+CELLSTYLE_END
+  0
+ENDSEC
+  0
+SECTION
+  2
+ACDSDATA
+ 70
+     2
+ 71
+     8
+  0
+ACDSSCHEMA
+ 90
+        0
+  1
+AcDb_Thumbnail_Schema
+  2
+AcDbDs::ID
+280
+    10
+ 91
+        8
+  2
+Thumbnail_Data
+280
+    15
+ 91
+        0
+101
+ACDSRECORD
+ 95
+        0
+ 90
+        1
+  2
+AcDbDs::TreatedAsObjectData
+280
+     1
+291
+     1
+101
+ACDSRECORD
+ 95
+        0
+ 90
+        2
+  2
+AcDbDs::Legacy
+280
+     1
+291
+     1
+101
+ACDSRECORD
+  1
+AcDbDs::ID
+ 90
+        3
+  2
+AcDs:Indexable
+280
+     1
+291
+     1
+101
+ACDSRECORD
+  1
+AcDbDs::ID
+ 90
+        4
+  2
+AcDbDs::HandleAttribute
+280
+     7
+282
+     1
+  0
+ACDSSCHEMA
+ 90
+        1
+  1
+AcDbDs::TreatedAsObjectDataSchema
+  2
+AcDbDs::TreatedAsObjectData
+280
+     1
+ 91
+        0
+  0
+ACDSSCHEMA
+ 90
+        2
+  1
+AcDbDs::LegacySchema
+  2
+AcDbDs::Legacy
+280
+     1
+ 91
+        0
+  0
+ACDSSCHEMA
+ 90
+        3
+  1
+AcDbDs::IndexedPropertySchema
+  2
+AcDs:Indexable
+280
+     1
+ 91
+        0
+  0
+ACDSSCHEMA
+ 90
+        4
+  1
+AcDbDs::HandleAttributeSchema
+  2
+AcDbDs::HandleAttribute
+280
+     7
+ 91
+        1
+284
+     1
+  0
+ACDSRECORD
+ 90
+        0
+  2
+AcDbDs::ID
+280
+    10
+320
+22
+  2
+Thumbnail_Data
+280
+    15
+ 94
+     4023
+310
+89504E470D0A1A0A0000000D49484452000001000000009808030000003CEEC7CE00000300504C5445212830000000C8C8C80000000000000000000000000000000000000000000000000000330000660000990000CC0000FF0033000033330033660033990033CC0033FF0066000066330066660066990066CC0066FF0099
+310
+000099330099660099990099CC0099FF00CC0000CC3300CC6600CC9900CCCC00CCFF00FF0000FF3300FF6600FF9900FFCC00FFFF3300003300333300663300993300CC3300FF3333003333333333663333993333CC3333FF3366003366333366663366993366CC3366FF3399003399333399663399993399CC3399FF33CC00
+310
+33CC3333CC6633CC9933CCCC33CCFF33FF0033FF3333FF6633FF9933FFCC33FFFF6600006600336600666600996600CC6600FF6633006633336633666633996633CC6633FF6666006666336666666666996666CC6666FF6699006699336699666699996699CC6699FF66CC0066CC3366CC6666CC9966CCCC66CCFF66FF0066
+310
+FF3366FF6666FF9966FFCC66FFFF9900009900339900669900999900CC9900FF9933009933339933669933999933CC9933FF9966009966339966669966999966CC9966FF9999009999339999669999999999CC9999FF99CC0099CC3399CC6699CC9999CCCC99CCFF99FF0099FF3399FF6699FF9999FFCC99FFFFCC0000CC00
+310
+33CC0066CC0099CC00CCCC00FFCC3300CC3333CC3366CC3399CC33CCCC33FFCC6600CC6633CC6666CC6699CC66CCCC66FFCC9900CC9933CC9966CC9999CC99CCCC99FFCCCC00CCCC33CCCC66CCCC99CCCCCCCCCCFFCCFF00CCFF33CCFF66CCFF99CCFFCCCCFFFFFF0000FF0033FF0066FF0099FF00CCFF00FFFF3300FF3333
+310
+FF3366FF3399FF33CCFF33FFFF6600FF6633FF6666FF6699FF66CCFF66FFFF9900FF9933FF9966FF9999FF99CCFF99FFFFCC00FFCC33FFCC66FFCC99FFCCCCFFCCFFFFFF00FFFF33FFFF66FFFF99FFFFCCFFFFFF0000000D0D0D1A1A1A2828283535354343435050505D5D5D6B6B6B787878868686939393A1A1A1AEAEAEBB
+310
+BBBBC9C9C9D6D6D6E4E4E4F1F1F1FFFFFF000000000000000000000000000000000000000000000000000000000000B21171F600000A3D4944415478DAED9C4B6EE34610400BBE8097D24A07F019660E23209057D9E5169ED51C6610E4089355961368A3204060991A11246B1FB2F9EB4F75B3BF146DB13089258222D98F55
+310
+D5F56912609555565965955556596595555659A61465354A59950F7707E0244AF170EF008AE2BE0194E5A9B83B00C5C3574E1EEECB0A1A005F0BCE1156C5F57ABD33005FAA56FDABBFD9FFBF7CBBFE7B9700AA1F7F550CC0A9B833003FAB7EFC7FD79FAA9FA7EACE00BCB060E8C79F658DA08E865EEE0EC03303F0BDFAFE9D
+310
+8583CF8900E09D482080CCE964D9BB0290D9E8493724208E499C250B3781DAED3D1755B9DF3FD7FFAEE5FEA50832813400B6DB6D4A00FBA22CCBBC91A2A801EC530318C7D70F0AB821E1B0A93B58FD770B5B0DAE78006A05D83FD70A50CE0240359CFE871C001C016C9302F85C94452F65597C9E1D40BBC90040EBFBE200F8
+310
+5454F997E756EA5CE0535200530E9402A04C2459BCC99999C0B52A07A9AEFB650380F800F2FD274EF6F92200644CCFB35A7800592771010852C782A900C40B6DB20F1C09DE7D283CA7B022286702C80CA03181B76FECFB5C006E9A0D56A2FD57613EC00300C403E0A501274A341A307D2B9703C0E602D8502F974B965D2E6F
+310
+6F59FD2FBBD4FFBD5D325A0350F84B9CE67D00187603A6017514FC7AADF3A09746AED7D7B7EB6BF1302700BCAD066893A13111DDF6878B0140FD69161180538C32022093A11E003499280580BC80F709804C8690150860CB32D17800B68AA401405D880A008EC731196A2E864B86082BD503B09F0594ADA900C0340096558C
+310
+C95003804B86C469700A809B09CC01C04A03A4485048864E70EA55963401E1862F0F0065A7D4890C00980F381A01A03B80997C0039152A1B040D6815E2D486C2D7F23465027D256B890086C9C608206F008CB9003204432EC03619032176C01CEA99626926301E503CB40C40F401C86EB9900C0D3F6083A400602400515371
+310
+D48D9976825C2E3CD8C1493101BDE439D7BA890DC0A71AC51FCE40837DAD07F9DFEBE57C3E5FCE199ECF88E7ECCCBE5E4B91253D0DA2BCC5DB0768124B3F00400068F594D00069E2FC9595086AA984B9542ACFA2C2D41E40A64A6C0D683E3413D8F1380540D48FDF1A11A610E406A69906414033094077DD71DCA041033426
+310
+C09D99829F4203C80A6F6C00E449A70088E502DA2A2384C2F300107B6EF2670E003763E69DD98C0E48AEC047CA05884E08049546384515001C3314632379BA34F91EEC8964387A94E50110BB681C0076F12A00394A1AB5FE88F2649DC804740006B7ED5B82165A89A21334D670B1BBD3A860191CA1D2A50C4E8785DBEDAB01
+310
+BA6407952B9B00A094BC0F5600A26683AA87B2F378CA1A22B2F2D6ABBF3A1348D37DBF6950C863F7BD5390F8F5808688002043478FCFDB66A7F48F8F8F1D97E6930040A6AC05D0C9716848A3261B0CAC08F10006BF0500BA568C1C80B43FE2B240654A9535404A8FD408A9730B6AB54F02D0ECC276CC53980091774A00A8ED
+310
+7C854205E0226D8667B92F866583AD1304D1E31057C47B6A4D3349BDC37300403700DA6C10902B33E95CB532FEA75AD00E408CFEBCD672C27D00E7B96BBB12CEA81E921B7FB3EB536E09206AE5895BEC18C709B63E450290B73FCBF981E5E3E4FEC4C6552BC198992E5D0324FDEF01E86C2FB7B82284277D11C1128063D135
+310
+4263642B96C4C68B1563B72EBF17AA535CC4DB6A003C75BF74D100F0283D2506200628CAC48F4408DCF9807027B80C00404C01A01477F8AD0D017000403734E9502311006D2064E1A3D4BA0A9B078538001D011C85291C95E6121538260120D72AF4A1B0FE145D21C31A801847B72B019203D0C6016007C0A4A656B9006502
+310
+A437900A25B1D2616545450F20E74B220A80B1CC6DB0DA21A0B003201F62570B4F654C03FBDC2801003E12B4D700D4014017002CE8100DA82690CB8E4607C0331D363841AA804C1E64081B54AB051F00ECCF8ED9CF6E97F351394E75871B342C31BE0900B2BA01D3710059A6DFB57BEE9CF340E434C93D1D1E730127000874
+310
+25C30E806C67ECB277A36183779610E204E9B95E334CE57C5259DC6116E8BFEDDA83EDE80505FAA2284475829A2612C831B1523D99A80AEBFB02208E7127DF9FA9E6A8733A3C110801AD014AC352088DC3CAE2C3AE6C1AB4079022123CDA581AD503E655DC0900B8B432D346822C10A25C50EFF887E23C5F8F01F56E5A3B41
+310
+001B00595A00B213948BA3FD58F9E23C02973B7240AC7C80038066DFB6395AFF2062735453121B87AED60473A955C501682661975940BC06238061014BFF21A50F48F6D4965F597CB208E70FC06D8DD0644793DA6AD68090E2304228006D162B2C62A21CAFA4C3CD1ACD1C860E1558C601C1B73F2900040300BEEEDD321800
+310
+D8074269962185AE1142A528CA17E025005CBF404902DE8306E87B835C32900B67CC73EACA732A6DF20530A30F400425D53602401980D425F504E0D3149801401B6D4800FAC2C3B0844DAE028DA5B4F7A0015BFDFA002ED8533CA1B93E60AF01C14DD17000134B64505DB9A9AE0B7171D1D600EC1A23D101005D11EAF696D7
+310
+CE79016883657D591C5C1A230935804E462268801100B73ED0AA3192D00758D9609E473401E42694F129617363843B85675F202C17985ABBE351131C7F79A88577A95463241480E1C659878D065FE5EA0495C6C8E140356069009E8D11DBD1A019550C006263E4C0467738981B233200F7C6883500BA331E0180A6317268F7
+310
+3CE4214508DB48F09F4E0C969106805064270040601566F100540D18763FB43B1CCC8D11C209062D93330048E503C4C60848ADC5C3445F4005E0E804DBFBCE9ECB9ED000005320E408C0D017180FD94C83600FC02F107201808647811300B06A8C442D8874047400503587384E50CAB89C1A2391356076004463049D1A2331
+310
+014C39C17400D4C8C6BA3192A226381780653446860860B4022D80DF7B41CA787D35E0B68D112700099DE0A2CAE23302584063C457035A9FF9013460A900E6EB0BD8D70366F5012B807900688F3B5F2074EBC648B806E4791A00F334468882A3AE284A03E81FEB8D01E0168D91280062558565007334461CCAE23A0060786D
+310
+A37F63846A44B6AD236363C4E3FD01E4DB7A6EE304E50BD9D4423746E27586823520EE2CA03446369BC48D914501101B231B36BACD866A8C1800F836466C00244987B526B069F7DCA47E62C42B0E8806C0F0C8CC66A6C6C8324261A231B26977DAD0312A6AA641D7BE80B70F88940D128D11101ECADED0578CDACE90DFEBF4
+310
+E4E763920330F505868B6AA641D7C688A706B80348D61801EFC6C86DE200F919CEE0BE007837468465964922C13F7A91D68D46ED0C815D63843DCE946485889506844C83DCABF6C83749853446025788D89B801B80475EA827E4238B77203405007FE9C41100EAAA4D6A6BCCB666251D2CE4BDC2687A2F94A401D830E022F2
+310
+892ADA0040D400DBF1599484623C394A20D00300FE5599D600782390DE94075236A45E5E86F61A20BED7038502410C00B28D580378C471FC0E00F8F7F9D999003D7338E6025A0056D6A86E159FBB346A4098092C18006AE6B90865F1D8004C26100580349DBE27005E6B8553CB74621FCD04DEABF815443E9678C7591F4505
+310
+5600AB09AC0006F91F0E8DE5D8FAF9312B0000000049454E44AE426082D200B3FE110080A59E06E301741FDEF7371082EBEF8E2CF3010B0164D200B286E501202475CD0E207AAD3098558FED028044ED1A7F6EE99E27E8F3D4AFCB8C700BC2AE5B6E006E26700370939BDCE42637B9C94D0CF91F5211B30B5F82A7EE000000
+310
+0049454E44AE426082721B5C485BCF48440000000049454E44AE426082D5F61F0000136D64F1C696EE767ACE5B127C188055C88482C83F4E024B62FF34D9346003009BF4F27F09067D1D24061E510000000049454E44AE426082F5E95DECF231E607646CB871B38488775444B736B943671910EC60A8381AFF17263602402A
+310
+8FB30601DC49F32F288F1737422C0F205D1E6727DAF9D3771E740A0188F5096EC50F90CBE3A95DE433CBE3F1B0A50E00ED4A9C0140A03A3C23804A09F8D50EBE0CCE0A20B0B778C6BF2340CBE3E3C33A81E2E81CAE3053D1992540DE5B3C0940288F8700C0644F704E1BD08F3F6494C7B35520591EAF7585FF62477D79FCC1
+310
+1DC26E682B8E220048E65FA842007C6382E057B2CBE3D9E9E3CC8D94B254402120E948EF59D934004F002AE655921696FFEDF18A8408D95EC4222C0580AE1260ACEB3040791280D0DEE279003C19AA00F04084A0FBB11600544B00A453B732809C47C532007422A009E083A7ED9900BC7D568B6C40655618267C1FD85EDDDA
+310
+F23FF8ED5F2BD8805B02109D7CA8780AB1606C0D008643D8F70040DCC7EF2E00CCF0D4D8AD46F40A6AEFF4FFEDC0F736E0637CC8FCFB1E1F12F021011FE37D8FFF0110CCADFCB9703F700000000049454E44AE426082
+  0
+ENDSEC
+  0
+EOF
diff --git a/NON-APPROVED/skid-rfq/EPICS-Main_view.opi b/NON-APPROVED/skid-rfq/EPICS-Main_view.opi
new file mode 100644
index 0000000000000000000000000000000000000000..491482008d18cf5fba24fc5bb6c47553c8700fbc
--- /dev/null
+++ b/NON-APPROVED/skid-rfq/EPICS-Main_view.opi
@@ -0,0 +1,115703 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<display typeId="org.csstudio.opibuilder.Display" version="1.0.0">
+  <actions hook="false" hook_all="false" />
+  <auto_scale_widgets>
+    <auto_scale_widgets>false</auto_scale_widgets>
+    <min_width>-1</min_width>
+    <min_height>-1</min_height>
+  </auto_scale_widgets>
+  <auto_zoom_to_fit_all>false</auto_zoom_to_fit_all>
+  <background_color>
+    <color red="180" green="180" blue="180" />
+  </background_color>
+  <boy_version>5.1.0.201703221304</boy_version>
+  <foreground_color>
+    <color red="192" green="192" blue="192" />
+  </foreground_color>
+  <grid_space>6</grid_space>
+  <height>600</height>
+  <macros>
+    <include_parent_macros>true</include_parent_macros>
+  </macros>
+  <name></name>
+  <rules />
+  <scripts />
+  <show_close_button>true</show_close_button>
+  <show_edit_range>true</show_edit_range>
+  <show_grid>true</show_grid>
+  <show_ruler>true</show_ruler>
+  <snap_to_geometry>true</snap_to_geometry>
+  <widget_type>Display</widget_type>
+  <width>800</width>
+  <wuid>-32e0cda:1641d794e56:-7231</wuid>
+  <x>-1</x>
+  <y>-1</y>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>937</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="206" y="1041" />
+      <point x="1895" y="1041" />
+      <point x="1895" y="105" />
+      <point x="206" y="105" />
+      <point x="206" y="1041" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1690</width>
+    <wuid>-32e0cda:1641d794e56:-6c26</wuid>
+    <x>206</x>
+    <y>105</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.arc" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill>false</fill>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1116</height>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Arc</name>
+    <pv_name></pv_name>
+    <pv_value />
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <start_angle>73</start_angle>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <total_angle>27</total_angle>
+    <visible>true</visible>
+    <widget_type>Arc</widget_type>
+    <width>1116</width>
+    <wuid>-32e0cda:1641d794e56:-6c2c</wuid>
+    <x>761</x>
+    <y>646</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.arc" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill>false</fill>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1116</height>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Arc</name>
+    <pv_name></pv_name>
+    <pv_value />
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <start_angle>73</start_angle>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <total_angle>27</total_angle>
+    <visible>true</visible>
+    <widget_type>Arc</widget_type>
+    <width>1116</width>
+    <wuid>-32e0cda:1641d794e56:-6c2b</wuid>
+    <x>761</x>
+    <y>853</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.arc" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill>false</fill>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1050</height>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Arc</name>
+    <pv_name></pv_name>
+    <pv_value />
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <start_angle>72</start_angle>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <total_angle>28</total_angle>
+    <visible>true</visible>
+    <widget_type>Arc</widget_type>
+    <width>1050</width>
+    <wuid>-32e0cda:1641d794e56:-6c2e</wuid>
+    <x>795</x>
+    <y>191</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.arc" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill>false</fill>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1043</height>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Arc</name>
+    <pv_name></pv_name>
+    <pv_value />
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <start_angle>72</start_angle>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <total_angle>29</total_angle>
+    <visible>true</visible>
+    <widget_type>Arc</widget_type>
+    <width>1043</width>
+    <wuid>-32e0cda:1641d794e56:-6c2d</wuid>
+    <x>799</x>
+    <y>437</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>425</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="221" y="649" />
+      <point x="805" y="649" />
+      <point x="805" y="225" />
+      <point x="221" y="225" />
+      <point x="221" y="649" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>585</width>
+    <wuid>-32e0cda:1641d794e56:-6c23</wuid>
+    <x>221</x>
+    <y>225</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>904</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1066" y="1025" />
+      <point x="814" y="1025" />
+      <point x="814" y="122" />
+      <point x="1066" y="122" />
+      <point x="1066" y="1025" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>253</width>
+    <wuid>-32e0cda:1641d794e56:-6c25</wuid>
+    <x>814</x>
+    <y>122</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>904</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1677" y="122" />
+      <point x="1881" y="122" />
+      <point x="1881" y="1025" />
+      <point x="1677" y="1025" />
+      <point x="1677" y="122" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>205</width>
+    <wuid>-32e0cda:1641d794e56:-6bff</wuid>
+    <x>1677</x>
+    <y>122</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>93</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="320" y="0" />
+      <point x="1915" y="0" />
+      <point x="1915" y="92" />
+      <point x="320" y="92" />
+      <point x="320" y="0" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1596</width>
+    <wuid>-32e0cda:1641d794e56:-70b3</wuid>
+    <x>320</x>
+    <y>0</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>708</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="14" y="105" />
+      <point x="201" y="105" />
+      <point x="201" y="812" />
+      <point x="14" y="812" />
+      <point x="14" y="105" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>188</width>
+    <wuid>-32e0cda:1641d794e56:-70b7</wuid>
+    <x>14</x>
+    <y>105</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>708</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="14" y="812" />
+      <point x="201" y="812" />
+      <point x="201" y="105" />
+      <point x="14" y="105" />
+      <point x="14" y="812" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>188</width>
+    <wuid>-32e0cda:1641d794e56:-70b4</wuid>
+    <x>14</x>
+    <y>105</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>702</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="15" y="809" />
+      <point x="198" y="809" />
+      <point x="199" y="108" />
+      <point x="15" y="108" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>185</width>
+    <wuid>-32e0cda:1641d794e56:-7125</wuid>
+    <x>15</x>
+    <y>108</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>702</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="15" y="809" />
+      <point x="198" y="809" />
+      <point x="199" y="108" />
+      <point x="15" y="108" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>185</width>
+    <wuid>-32e0cda:1641d794e56:-6f99</wuid>
+    <x>15</x>
+    <y>108</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>241</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1074" y="362" />
+      <point x="1610" y="362" />
+      <point x="1610" y="122" />
+      <point x="1074" y="122" />
+      <point x="1074" y="362" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>537</width>
+    <wuid>-32e0cda:1641d794e56:-6c0e</wuid>
+    <x>1074</x>
+    <y>122</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>241</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1074" y="1025" />
+      <point x="1610" y="1025" />
+      <point x="1610" y="785" />
+      <point x="1074" y="785" />
+      <point x="1074" y="1025" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>537</width>
+    <wuid>-32e0cda:1641d794e56:-6c04</wuid>
+    <x>1074</x>
+    <y>785</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>80</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="320" y="7" />
+      <point x="1906" y="7" />
+      <point x="1906" y="86" />
+      <point x="320" y="86" />
+      <point x="320" y="7" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1587</width>
+    <wuid>-32e0cda:1641d794e56:-70b2</wuid>
+    <x>320</x>
+    <y>7</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>192</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1074" y="769" />
+      <point x="1610" y="769" />
+      <point x="1610" y="578" />
+      <point x="1074" y="578" />
+      <point x="1074" y="769" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>537</width>
+    <wuid>-32e0cda:1641d794e56:-6c0d</wuid>
+    <x>1074</x>
+    <y>578</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>185</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1074" y="562" />
+      <point x="1610" y="562" />
+      <point x="1610" y="378" />
+      <point x="1074" y="378" />
+      <point x="1074" y="562" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>537</width>
+    <wuid>-32e0cda:1641d794e56:-6c0c</wuid>
+    <x>1074</x>
+    <y>378</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>361</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="369" y="663" />
+      <point x="632" y="663" />
+      <point x="632" y="1023" />
+      <point x="369" y="1023" />
+      <point x="369" y="663" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>264</width>
+    <wuid>-32e0cda:1641d794e56:-6c17</wuid>
+    <x>369</x>
+    <y>663</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="240" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="240" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="240" />
+    </foreground_color>
+    <height>632</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="240" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="853" y="961" />
+      <point x="854" y="330" />
+      <point x="974" y="330" />
+      <point x="974" y="960" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>122</width>
+    <wuid>-32e0cda:1641d794e56:-6fde</wuid>
+    <x>853</x>
+    <y>330</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.arc" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill>false</fill>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>262</height>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Arc</name>
+    <pv_name></pv_name>
+    <pv_value />
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <start_angle>34</start_angle>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <total_angle>183</total_angle>
+    <visible>true</visible>
+    <widget_type>Arc</widget_type>
+    <width>262</width>
+    <wuid>-32e0cda:1641d794e56:-6c32</wuid>
+    <x>604</x>
+    <y>289</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.arc" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill>false</fill>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>227</height>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Arc</name>
+    <pv_name></pv_name>
+    <pv_value />
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <start_angle>258</start_angle>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <total_angle>118</total_angle>
+    <visible>true</visible>
+    <widget_type>Arc</widget_type>
+    <width>227</width>
+    <wuid>-32e0cda:1641d794e56:-6c31</wuid>
+    <x>621</x>
+    <y>264</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>815</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1826" y="171" />
+      <point x="1881" y="171" />
+      <point x="1881" y="985" />
+      <point x="1826" y="985" />
+      <point x="1826" y="171" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>56</width>
+    <wuid>-32e0cda:1641d794e56:-70bf</wuid>
+    <x>1826</x>
+    <y>171</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>139</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="14" y="903" />
+      <point x="201" y="903" />
+      <point x="201" y="1041" />
+      <point x="14" y="1041" />
+      <point x="14" y="903" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>188</width>
+    <wuid>-32e0cda:1641d794e56:-70ae</wuid>
+    <x>14</x>
+    <y>903</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>79</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="312" y="86" />
+      <point x="8" y="86" />
+      <point x="8" y="8" />
+      <point x="312" y="8" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>305</width>
+    <wuid>-32e0cda:1641d794e56:-7128</wuid>
+    <x>8</x>
+    <y>8</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>127</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="30" y="798" />
+      <point x="187" y="798" />
+      <point x="187" y="672" />
+      <point x="30" y="672" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>158</width>
+    <wuid>-32e0cda:1641d794e56:-6f96</wuid>
+    <x>30</x>
+    <y>672</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>10</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="0" y="1071" />
+      <point x="1915" y="1071" />
+      <point x="1906" y="1062" />
+      <point x="8" y="1062" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>1916</width>
+    <wuid>-32e0cda:1641d794e56:-712c</wuid>
+    <x>0</x>
+    <y>1062</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.arc" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill>false</fill>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>130</height>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Arc</name>
+    <pv_name></pv_name>
+    <pv_value />
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <start_angle>22</start_angle>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <total_angle>134</total_angle>
+    <visible>true</visible>
+    <widget_type>Arc</widget_type>
+    <width>130</width>
+    <wuid>-32e0cda:1641d794e56:-6c34</wuid>
+    <x>849</x>
+    <y>202</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.arc" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="240" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="240" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill>false</fill>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="240" />
+    </foreground_color>
+    <height>128</height>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Arc</name>
+    <pv_name></pv_name>
+    <pv_value />
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <start_angle>201</start_angle>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <total_angle>137</total_angle>
+    <visible>true</visible>
+    <widget_type>Arc</widget_type>
+    <width>128</width>
+    <wuid>-32e0cda:1641d794e56:-6c33</wuid>
+    <x>849</x>
+    <y>873</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>251</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="357" y="335" />
+      <point x="421" y="335" />
+      <point x="421" y="585" />
+      <point x="357" y="585" />
+      <point x="357" y="335" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>65</width>
+    <wuid>-32e0cda:1641d794e56:-6c22</wuid>
+    <x>357</x>
+    <y>335</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>8</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1915" y="0" />
+      <point x="0" y="0" />
+      <point x="8" y="7" />
+      <point x="1906" y="7" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>1916</width>
+    <wuid>-32e0cda:1641d794e56:-712b</wuid>
+    <x>0</x>
+    <y>0</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>8</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="8" y="86" />
+      <point x="1906" y="86" />
+      <point x="1915" y="92" />
+      <point x="0" y="93" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>1916</width>
+    <wuid>-32e0cda:1641d794e56:-712a</wuid>
+    <x>0</x>
+    <y>86</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>217</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="357" y="353" />
+      <point x="421" y="353" />
+      <point x="421" y="569" />
+      <point x="357" y="569" />
+      <point x="357" y="353" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>65</width>
+    <wuid>-32e0cda:1641d794e56:-6c21</wuid>
+    <x>357</x>
+    <y>353</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>68</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="14" y="824" />
+      <point x="201" y="824" />
+      <point x="201" y="891" />
+      <point x="14" y="891" />
+      <point x="14" y="824" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>188</width>
+    <wuid>-32e0cda:1641d794e56:-70af</wuid>
+    <x>14</x>
+    <y>824</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.arc" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill>false</fill>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>112</height>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Arc</name>
+    <pv_name></pv_name>
+    <pv_value />
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <start_angle>223</start_angle>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <total_angle>93</total_angle>
+    <visible>true</visible>
+    <widget_type>Arc</widget_type>
+    <width>112</width>
+    <wuid>-32e0cda:1641d794e56:-6c30</wuid>
+    <x>378</x>
+    <y>867</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.arc" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill>false</fill>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>112</height>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Arc</name>
+    <pv_name></pv_name>
+    <pv_value />
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <start_angle>43</start_angle>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <total_angle>93</total_angle>
+    <visible>true</visible>
+    <widget_type>Arc</widget_type>
+    <width>112</width>
+    <wuid>-32e0cda:1641d794e56:-6c2f</wuid>
+    <x>378</x>
+    <y>705</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>1072</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1915" y="1071" />
+      <point x="1906" y="1062" />
+      <point x="1906" y="7" />
+      <point x="1915" y="0" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>10</width>
+    <wuid>-32e0cda:1641d794e56:-712d</wuid>
+    <x>1906</x>
+    <y>0</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>129</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="475" y="754" />
+      <point x="394" y="754" />
+      <point x="394" y="882" />
+      <point x="475" y="882" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="180" green="180" blue="180" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-LT-070:LH</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>82</width>
+    <wuid>-32e0cda:1641d794e56:-7088</wuid>
+    <x>394</x>
+    <y>754</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>72</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="324" y="12" />
+      <point x="464" y="12" />
+      <point x="464" y="83" />
+      <point x="324" y="83" />
+      <point x="324" y="12" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>141</width>
+    <wuid>-32e0cda:1641d794e56:-70ba</wuid>
+    <x>324</x>
+    <y>12</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>1072</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="0" y="0" />
+      <point x="8" y="7" />
+      <point x="8" y="1062" />
+      <point x="0" y="1071" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>9</width>
+    <wuid>-32e0cda:1641d794e56:-712e</wuid>
+    <x>0</x>
+    <y>0</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>68</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="325" y="14" />
+      <point x="325" y="81" />
+      <point x="462" y="81" />
+      <point x="462" y="14" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>138</width>
+    <wuid>-32e0cda:1641d794e56:-6f9c</wuid>
+    <x>325</x>
+    <y>14</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>41</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="478" y="52" />
+      <point x="695" y="52" />
+      <point x="695" y="12" />
+      <point x="478" y="12" />
+      <point x="478" y="52" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>218</width>
+    <wuid>-32e0cda:1641d794e56:-70b1</wuid>
+    <x>478</x>
+    <y>12</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>37</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="479" y="14" />
+      <point x="479" y="50" />
+      <point x="693" y="50" />
+      <point x="693" y="14" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>215</width>
+    <wuid>-32e0cda:1641d794e56:-6f98</wuid>
+    <x>479</x>
+    <y>14</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.arc" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill>false</fill>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>81</height>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Arc</name>
+    <pv_name></pv_name>
+    <pv_value />
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <start_angle>255</start_angle>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <total_angle>149</total_angle>
+    <visible>true</visible>
+    <widget_type>Arc</widget_type>
+    <width>81</width>
+    <wuid>-32e0cda:1641d794e56:-6c27</wuid>
+    <x>563</x>
+    <y>489</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>650</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1003" y="953" />
+      <point x="1003" y="304" />
+      <point x="1012" y="304" />
+      <point x="1012" y="953" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="0" green="0" blue="240" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="180" green="180" blue="180" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-P-10:CmdD</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>10</width>
+    <wuid>-32e0cda:1641d794e56:-7057</wuid>
+    <x>1003</x>
+    <y>304</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>614</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1034" y="961" />
+      <point x="1034" y="348" />
+      <point x="1042" y="348" />
+      <point x="1042" y="961" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="180" green="180" blue="180" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-FCV-051:Open</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>9</width>
+    <wuid>-32e0cda:1641d794e56:-702e</wuid>
+    <x>1034</x>
+    <y>348</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>57</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="475" y="882" />
+      <point x="394" y="882" />
+      <point x="394" y="938" />
+      <point x="475" y="938" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="0" green="0" blue="240" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-LT-070:LL</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>82</width>
+    <wuid>-32e0cda:1641d794e56:-7089</wuid>
+    <x>394</x>
+    <y>882</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.ActionButton" version="2.0.0">
+    <actions hook="false" hook_all="false">
+      <action type="OPEN_FILE">
+        <path>EPICS-Regulations.opi</path>
+        <description></description>
+      </action>
+    </actions>
+    <alarm_pulsing>false</alarm_pulsing>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="180" green="180" blue="180" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>29</height>
+    <image></image>
+    <name>Action Button</name>
+    <push_action_index>0</push_action_index>
+    <pv_name></pv_name>
+    <pv_value />
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <style>0</style>
+    <text>Regulations</text>
+    <toggle_button>false</toggle_button>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <visible>true</visible>
+    <widget_type>Action Button</widget_type>
+    <width>144</width>
+    <wuid>-32e0cda:1641d794e56:-6f44</wuid>
+    <x>37</x>
+    <y>170</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.ActionButton" version="2.0.0">
+    <actions hook="false" hook_all="false">
+      <action type="OPEN_FILE">
+        <path>EPICS-Errors.opi</path>
+        <description></description>
+      </action>
+    </actions>
+    <alarm_pulsing>false</alarm_pulsing>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="180" green="180" blue="180" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>29</height>
+    <image></image>
+    <name>Action Button</name>
+    <push_action_index>0</push_action_index>
+    <pv_name></pv_name>
+    <pv_value />
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="180" green="180" blue="180" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:Ctrl-PLC-001:GError</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <style>0</style>
+    <text>Errors</text>
+    <toggle_button>false</toggle_button>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <visible>true</visible>
+    <widget_type>Action Button</widget_type>
+    <width>144</width>
+    <wuid>-32e0cda:1641d794e56:-6f43</wuid>
+    <x>37</x>
+    <y>210</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.ActionButton" version="2.0.0">
+    <actions hook="false" hook_all="false">
+      <action type="WRITE_PV">
+        <pv_name>CWM-CWS03:Ctrl-PLC-001:PP10S</pv_name>
+        <value>0</value>
+        <timeout>10</timeout>
+        <confirm_message></confirm_message>
+        <description></description>
+      </action>
+      <action type="WRITE_PV">
+        <pv_name>CWM-CWS03:Ctrl-PLC-001:PP10S</pv_name>
+        <value>1</value>
+        <timeout>10</timeout>
+        <confirm_message></confirm_message>
+        <description></description>
+      </action>
+    </actions>
+    <alarm_pulsing>false</alarm_pulsing>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="180" green="180" blue="180" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>29</height>
+    <image></image>
+    <name>Action Button</name>
+    <push_action_index>0</push_action_index>
+    <pv_name></pv_name>
+    <pv_value />
+    <rules>
+      <rule name="Rule" prop_id="push_action_index" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>0</value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>1</value>
+        </exp>
+        <pv trig="true">CWM-CWS03:Ctrl-PLC-001:PP10S</pv>
+      </rule>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="180" green="180" blue="180" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:Ctrl-PLC-001:PP10S</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <style>0</style>
+    <text>Exchanger</text>
+    <toggle_button>false</toggle_button>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <visible>true</visible>
+    <widget_type>Action Button</widget_type>
+    <width>144</width>
+    <wuid>-32e0cda:1641d794e56:-6f42</wuid>
+    <x>37</x>
+    <y>316</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.ActionButton" version="2.0.0">
+    <actions hook="false" hook_all="false">
+      <action type="WRITE_PV">
+        <pv_name>CWM-CWS03:Ctrl-PLC-001:PP20S</pv_name>
+        <value>0</value>
+        <timeout>10</timeout>
+        <confirm_message></confirm_message>
+        <description></description>
+      </action>
+      <action type="WRITE_PV">
+        <pv_name>CWM-CWS03:Ctrl-PLC-001:PP20S</pv_name>
+        <value>1</value>
+        <timeout>10</timeout>
+        <confirm_message></confirm_message>
+        <description></description>
+      </action>
+    </actions>
+    <alarm_pulsing>false</alarm_pulsing>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="180" green="180" blue="180" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>29</height>
+    <image></image>
+    <name>Action Button</name>
+    <push_action_index>0</push_action_index>
+    <pv_name></pv_name>
+    <pv_value />
+    <rules>
+      <rule name="Rule" prop_id="push_action_index" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>0</value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>1</value>
+        </exp>
+        <pv trig="true">CWM-CWS03:Ctrl-PLC-001:PP20S</pv>
+      </rule>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="180" green="180" blue="180" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:Ctrl-PLC-001:PP20S</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <style>0</style>
+    <text>Vane</text>
+    <toggle_button>false</toggle_button>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <visible>true</visible>
+    <widget_type>Action Button</widget_type>
+    <width>144</width>
+    <wuid>-32e0cda:1641d794e56:-6f41</wuid>
+    <x>37</x>
+    <y>360</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.ActionButton" version="2.0.0">
+    <actions hook="false" hook_all="false">
+      <action type="WRITE_PV">
+        <pv_name>CWM-CWS03:Ctrl-PLC-001:PP30S</pv_name>
+        <value>0</value>
+        <timeout>10</timeout>
+        <confirm_message></confirm_message>
+        <description></description>
+      </action>
+      <action type="WRITE_PV">
+        <pv_name>CWM-CWS03:Ctrl-PLC-001:PP30S</pv_name>
+        <value>1</value>
+        <timeout>10</timeout>
+        <confirm_message></confirm_message>
+        <description></description>
+      </action>
+    </actions>
+    <alarm_pulsing>false</alarm_pulsing>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="180" green="180" blue="180" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>29</height>
+    <image></image>
+    <name>Action Button</name>
+    <push_action_index>0</push_action_index>
+    <pv_name></pv_name>
+    <pv_value />
+    <rules>
+      <rule name="Rule" prop_id="push_action_index" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>0</value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>1</value>
+        </exp>
+        <pv trig="true">CWM-CWS03:Ctrl-PLC-001:PP30S</pv>
+      </rule>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="180" green="180" blue="180" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:Ctrl-PLC-001:PP30S</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <style>0</style>
+    <text>Body S1-S2</text>
+    <toggle_button>false</toggle_button>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <visible>true</visible>
+    <widget_type>Action Button</widget_type>
+    <width>144</width>
+    <wuid>-32e0cda:1641d794e56:-6f3e</wuid>
+    <x>37</x>
+    <y>430</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.ActionButton" version="2.0.0">
+    <actions hook="false" hook_all="false">
+      <action type="WRITE_PV">
+        <pv_name>CWM-CWS03:Ctrl-PLC-001:PP40S</pv_name>
+        <value>0</value>
+        <timeout>10</timeout>
+        <confirm_message></confirm_message>
+        <description></description>
+      </action>
+      <action type="WRITE_PV">
+        <pv_name>CWM-CWS03:Ctrl-PLC-001:PP40S</pv_name>
+        <value>1</value>
+        <timeout>10</timeout>
+        <confirm_message></confirm_message>
+        <description></description>
+      </action>
+    </actions>
+    <alarm_pulsing>false</alarm_pulsing>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="180" green="180" blue="180" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>29</height>
+    <image></image>
+    <name>Action Button</name>
+    <push_action_index>0</push_action_index>
+    <pv_name></pv_name>
+    <pv_value />
+    <rules>
+      <rule name="Rule" prop_id="push_action_index" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>0</value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>1</value>
+        </exp>
+        <pv trig="true">CWM-CWS03:Ctrl-PLC-001:PP40S</pv>
+      </rule>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="180" green="180" blue="180" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:Ctrl-PLC-001:PP40S</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <style>0</style>
+    <text>Body S3</text>
+    <toggle_button>false</toggle_button>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <visible>true</visible>
+    <widget_type>Action Button</widget_type>
+    <width>144</width>
+    <wuid>-32e0cda:1641d794e56:-6f3d</wuid>
+    <x>37</x>
+    <y>472</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.ActionButton" version="2.0.0">
+    <actions hook="false" hook_all="false">
+      <action type="WRITE_PV">
+        <pv_name>CWM-CWS03:Ctrl-PLC-001:PP50S</pv_name>
+        <value>0</value>
+        <timeout>10</timeout>
+        <confirm_message></confirm_message>
+        <description></description>
+      </action>
+      <action type="WRITE_PV">
+        <pv_name>CWM-CWS03:Ctrl-PLC-001:PP50S</pv_name>
+        <value>1</value>
+        <timeout>10</timeout>
+        <confirm_message></confirm_message>
+        <description></description>
+      </action>
+    </actions>
+    <alarm_pulsing>false</alarm_pulsing>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="180" green="180" blue="180" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>29</height>
+    <image></image>
+    <name>Action Button</name>
+    <push_action_index>0</push_action_index>
+    <pv_name></pv_name>
+    <pv_value />
+    <rules>
+      <rule name="Rule" prop_id="push_action_index" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>0</value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>1</value>
+        </exp>
+        <pv trig="true">CWM-CWS03:Ctrl-PLC-001:PP50S</pv>
+      </rule>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="180" green="180" blue="180" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:Ctrl-PLC-001:PP50S</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <style>0</style>
+    <text>Body S4-S5</text>
+    <toggle_button>false</toggle_button>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <visible>true</visible>
+    <widget_type>Action Button</widget_type>
+    <width>144</width>
+    <wuid>-32e0cda:1641d794e56:-6f3c</wuid>
+    <x>37</x>
+    <y>512</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.ActionButton" version="2.0.0">
+    <actions hook="false" hook_all="false">
+      <action type="WRITE_PV">
+        <pv_name>CWM-CWS03:WtrC-EC-010:Sel</pv_name>
+        <value>0</value>
+        <timeout>10</timeout>
+        <confirm_message></confirm_message>
+        <description></description>
+      </action>
+      <action type="WRITE_PV">
+        <pv_name>CWM-CWS03:WtrC-EC-010:Sel</pv_name>
+        <value>1</value>
+        <timeout>10</timeout>
+        <confirm_message></confirm_message>
+        <description></description>
+      </action>
+    </actions>
+    <alarm_pulsing>false</alarm_pulsing>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="180" green="180" blue="180" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>29</height>
+    <image></image>
+    <name>Action Button</name>
+    <push_action_index>0</push_action_index>
+    <pv_name></pv_name>
+    <pv_value />
+    <rules>
+      <rule name="Rule" prop_id="push_action_index" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>0</value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>1</value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-EC-010:Sel</pv>
+      </rule>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="180" green="180" blue="180" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-EC-010:Anim</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <style>0</style>
+    <text>Heater</text>
+    <toggle_button>false</toggle_button>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <visible>true</visible>
+    <widget_type>Action Button</widget_type>
+    <width>144</width>
+    <wuid>-32e0cda:1641d794e56:-6f36</wuid>
+    <x>36</x>
+    <y>613</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>19</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1082" y="793" />
+      <point x="1288" y="793" />
+      <point x="1288" y="811" />
+      <point x="1082" y="811" />
+      <point x="1082" y="793" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>207</width>
+    <wuid>-32e0cda:1641d794e56:-6c03</wuid>
+    <x>1082</x>
+    <y>793</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>19</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1082" y="386" />
+      <point x="1286" y="386" />
+      <point x="1286" y="404" />
+      <point x="1082" y="404" />
+      <point x="1082" y="386" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>205</width>
+    <wuid>-32e0cda:1641d794e56:-6c07</wuid>
+    <x>1082</x>
+    <y>386</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>19</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="229" y="233" />
+      <point x="415" y="233" />
+      <point x="415" y="251" />
+      <point x="229" y="251" />
+      <point x="229" y="233" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>187</width>
+    <wuid>-32e0cda:1641d794e56:-6c1b</wuid>
+    <x>229</x>
+    <y>233</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>19</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1082" y="586" />
+      <point x="1263" y="586" />
+      <point x="1263" y="604" />
+      <point x="1082" y="604" />
+      <point x="1082" y="586" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>182</width>
+    <wuid>-32e0cda:1641d794e56:-6c06</wuid>
+    <x>1082</x>
+    <y>586</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Ellipse" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <bg_gradient_color>
+      <color red="255" green="255" blue="255" />
+    </bg_gradient_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fg_gradient_color>
+      <color red="255" green="255" blue="255" />
+    </fg_gradient_color>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <gradient>false</gradient>
+    <height>56</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Ellipse</name>
+    <pv_name></pv_name>
+    <pv_value />
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-P-20:Cmd</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Ellipse</widget_type>
+    <width>56</width>
+    <wuid>-32e0cda:1641d794e56:-6f8f</wuid>
+    <x>1309</x>
+    <y>198</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Ellipse" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <bg_gradient_color>
+      <color red="255" green="255" blue="255" />
+    </bg_gradient_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fg_gradient_color>
+      <color red="255" green="255" blue="255" />
+    </fg_gradient_color>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <gradient>false</gradient>
+    <height>56</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Ellipse</name>
+    <pv_name></pv_name>
+    <pv_value />
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-P-30:Cmd</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Ellipse</widget_type>
+    <width>56</width>
+    <wuid>-32e0cda:1641d794e56:-6f8e</wuid>
+    <x>1310</x>
+    <y>445</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Ellipse" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <bg_gradient_color>
+      <color red="255" green="255" blue="255" />
+    </bg_gradient_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fg_gradient_color>
+      <color red="255" green="255" blue="255" />
+    </fg_gradient_color>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <gradient>false</gradient>
+    <height>56</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Ellipse</name>
+    <pv_name></pv_name>
+    <pv_value />
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-P-40:Cmd</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Ellipse</widget_type>
+    <width>56</width>
+    <wuid>-32e0cda:1641d794e56:-6f8d</wuid>
+    <x>1310</x>
+    <y>653</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Ellipse" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <bg_gradient_color>
+      <color red="255" green="255" blue="255" />
+    </bg_gradient_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fg_gradient_color>
+      <color red="255" green="255" blue="255" />
+    </fg_gradient_color>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <gradient>false</gradient>
+    <height>56</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Ellipse</name>
+    <pv_name></pv_name>
+    <pv_value />
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-P-50:Cmd</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Ellipse</widget_type>
+    <width>56</width>
+    <wuid>-32e0cda:1641d794e56:-6f8c</wuid>
+    <x>1310</x>
+    <y>860</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Ellipse" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <bg_gradient_color>
+      <color red="255" green="255" blue="255" />
+    </bg_gradient_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fg_gradient_color>
+      <color red="255" green="255" blue="255" />
+    </fg_gradient_color>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <gradient>false</gradient>
+    <height>56</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Ellipse</name>
+    <pv_name></pv_name>
+    <pv_value />
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-P-10:CmdD</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Ellipse</widget_type>
+    <width>56</width>
+    <wuid>-32e0cda:1641d794e56:-6f8b</wuid>
+    <x>687</x>
+    <y>358</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1129" y="348" />
+      <point x="1736" y="348" />
+      <point x="1736" y="344" />
+      <point x="1129" y="344" />
+      <point x="1129" y="348" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>608</width>
+    <wuid>-32e0cda:1641d794e56:-70e9</wuid>
+    <x>1129</x>
+    <y>344</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1129" y="348" />
+      <point x="1736" y="348" />
+      <point x="1736" y="344" />
+      <point x="1129" y="344" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="180" green="180" blue="180" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-FCV-021:Open</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>608</width>
+    <wuid>-32e0cda:1641d794e56:-705b</wuid>
+    <x>1129</x>
+    <y>344</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1129" y="961" />
+      <point x="1736" y="961" />
+      <point x="1736" y="957" />
+      <point x="1129" y="957" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="180" green="180" blue="180" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-FCV-051:Open</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>608</width>
+    <wuid>-32e0cda:1641d794e56:-7039</wuid>
+    <x>1129</x>
+    <y>957</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>28</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1452" y="175" />
+      <point x="1559" y="175" />
+      <point x="1559" y="202" />
+      <point x="1452" y="202" />
+      <point x="1452" y="175" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>108</width>
+    <wuid>-32e0cda:1641d794e56:-7106</wuid>
+    <x>1452</x>
+    <y>175</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>28</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1452" y="141" />
+      <point x="1559" y="141" />
+      <point x="1559" y="168" />
+      <point x="1452" y="168" />
+      <point x="1452" y="141" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>108</width>
+    <wuid>-32e0cda:1641d794e56:-70bb</wuid>
+    <x>1452</x>
+    <y>141</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>19</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1082" y="130" />
+      <point x="1234" y="130" />
+      <point x="1234" y="148" />
+      <point x="1082" y="148" />
+      <point x="1082" y="130" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>153</width>
+    <wuid>-32e0cda:1641d794e56:-6c08</wuid>
+    <x>1082</x>
+    <y>130</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>708</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="201" y="812" />
+      <point x="198" y="809" />
+      <point x="199" y="108" />
+      <point x="201" y="105" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>4</width>
+    <wuid>-32e0cda:1641d794e56:-719f</wuid>
+    <x>198</x>
+    <y>105</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.arc" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill>false</fill>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>53</height>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Arc</name>
+    <pv_name></pv_name>
+    <pv_value />
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <start_angle>47</start_angle>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <total_angle>85</total_angle>
+    <visible>true</visible>
+    <widget_type>Arc</widget_type>
+    <width>53</width>
+    <wuid>-32e0cda:1641d794e56:-6c2a</wuid>
+    <x>929</x>
+    <y>316</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.arc" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill>false</fill>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>53</height>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Arc</name>
+    <pv_name></pv_name>
+    <pv_value />
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <start_angle>47</start_angle>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <total_angle>85</total_angle>
+    <visible>true</visible>
+    <widget_type>Arc</widget_type>
+    <width>53</width>
+    <wuid>-32e0cda:1641d794e56:-6c28</wuid>
+    <x>845</x>
+    <y>316</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>24</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1454" y="177" />
+      <point x="1454" y="200" />
+      <point x="1557" y="200" />
+      <point x="1557" y="177" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>104</width>
+    <wuid>-32e0cda:1641d794e56:-70a1</wuid>
+    <x>1454</x>
+    <y>177</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>24</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1454" y="143" />
+      <point x="1454" y="166" />
+      <point x="1557" y="166" />
+      <point x="1557" y="143" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>104</width>
+    <wuid>-32e0cda:1641d794e56:-6f9d</wuid>
+    <x>1454</x>
+    <y>143</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1129" y="749" />
+      <point x="1626" y="749" />
+      <point x="1626" y="753" />
+      <point x="1129" y="753" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="180" green="180" blue="180" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-FCV-051:Open</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>498</width>
+    <wuid>-32e0cda:1641d794e56:-7034</wuid>
+    <x>1129</x>
+    <y>749</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1129" y="546" />
+      <point x="1626" y="546" />
+      <point x="1626" y="542" />
+      <point x="1129" y="542" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="180" green="180" blue="180" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-FCV-051:Open</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>498</width>
+    <wuid>-32e0cda:1641d794e56:-7030</wuid>
+    <x>1129</x>
+    <y>542</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>7</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="8" y="86" />
+      <point x="312" y="86" />
+      <point x="320" y="92" />
+      <point x="0" y="92" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>321</width>
+    <wuid>-32e0cda:1641d794e56:-7127</wuid>
+    <x>0</x>
+    <y>86</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>30</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="37" y="418" />
+      <point x="109" y="418" />
+      <point x="109" y="389" />
+      <point x="37" y="389" />
+      <point x="37" y="418" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>73</width>
+    <wuid>-32e0cda:1641d794e56:-70b6</wuid>
+    <x>37</x>
+    <y>389</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>30</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="181" y="389" />
+      <point x="109" y="389" />
+      <point x="109" y="418" />
+      <point x="181" y="418" />
+      <point x="181" y="389" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>73</width>
+    <wuid>-32e0cda:1641d794e56:-70b5</wuid>
+    <x>109</x>
+    <y>389</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>19</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="379" y="672" />
+      <point x="491" y="672" />
+      <point x="491" y="690" />
+      <point x="379" y="690" />
+      <point x="379" y="672" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>113</width>
+    <wuid>-32e0cda:1641d794e56:-6c16</wuid>
+    <x>379</x>
+    <y>672</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>25</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="475" y="938" />
+      <point x="394" y="938" />
+      <point x="393" y="962" />
+      <point x="475" y="962" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="0" green="0" blue="240" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-LT-070:LVL</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>83</width>
+    <wuid>-32e0cda:1641d794e56:-708a</wuid>
+    <x>393</x>
+    <y>938</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>28</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="552" y="55" />
+      <point x="625" y="55" />
+      <point x="625" y="82" />
+      <point x="552" y="82" />
+      <point x="552" y="55" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>74</width>
+    <wuid>-32e0cda:1641d794e56:-70b0</wuid>
+    <x>552</x>
+    <y>55</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.ActionButton" version="2.0.0">
+    <actions hook="false" hook_all="false">
+      <action type="WRITE_PV">
+        <pv_name>CWM-CWS03:Ctrl-PLC-001:PP20STH</pv_name>
+        <value>0</value>
+        <timeout>10</timeout>
+        <confirm_message></confirm_message>
+        <description></description>
+      </action>
+    </actions>
+    <alarm_pulsing>false</alarm_pulsing>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="180" green="180" blue="180" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>29</height>
+    <image></image>
+    <name>Action Button</name>
+    <push_action_index>0</push_action_index>
+    <pv_name></pv_name>
+    <pv_value />
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="180" green="180" blue="180" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:Ctrl-PLC-001:PP20STH</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <style>0</style>
+    <text>°C</text>
+    <toggle_button>false</toggle_button>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <visible>true</visible>
+    <widget_type>Action Button</widget_type>
+    <width>71</width>
+    <wuid>-32e0cda:1641d794e56:-6f40</wuid>
+    <x>37</x>
+    <y>389</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.ActionButton" version="2.0.0">
+    <actions hook="false" hook_all="false">
+      <action type="WRITE_PV">
+        <pv_name>CWM-CWS03:Ctrl-PLC-001:PP20STH</pv_name>
+        <value>1</value>
+        <timeout>10</timeout>
+        <confirm_message></confirm_message>
+        <description></description>
+      </action>
+    </actions>
+    <alarm_pulsing>false</alarm_pulsing>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="180" green="180" blue="180" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>28</height>
+    <image></image>
+    <name>Action Button</name>
+    <push_action_index>0</push_action_index>
+    <pv_name></pv_name>
+    <pv_value />
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="180" green="180" blue="180" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:Ctrl-PLC-001:PP20STH</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <style>0</style>
+    <text>DPhase</text>
+    <toggle_button>false</toggle_button>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <visible>true</visible>
+    <widget_type>Action Button</widget_type>
+    <width>72</width>
+    <wuid>-32e0cda:1641d794e56:-6f3f</wuid>
+    <x>109</x>
+    <y>389</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>217</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="365" y="353" />
+      <point x="373" y="353" />
+      <point x="373" y="569" />
+      <point x="365" y="569" />
+      <point x="365" y="353" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>9</width>
+    <wuid>-32e0cda:1641d794e56:-6c20</wuid>
+    <x>365</x>
+    <y>353</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>217</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="381" y="353" />
+      <point x="389" y="353" />
+      <point x="389" y="569" />
+      <point x="381" y="569" />
+      <point x="381" y="353" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>9</width>
+    <wuid>-32e0cda:1641d794e56:-6c1f</wuid>
+    <x>381</x>
+    <y>353</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>217</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="397" y="353" />
+      <point x="405" y="353" />
+      <point x="405" y="569" />
+      <point x="397" y="569" />
+      <point x="397" y="353" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>9</width>
+    <wuid>-32e0cda:1641d794e56:-6c1e</wuid>
+    <x>397</x>
+    <y>353</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>217</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="413" y="353" />
+      <point x="421" y="353" />
+      <point x="421" y="569" />
+      <point x="413" y="569" />
+      <point x="413" y="353" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>9</width>
+    <wuid>-32e0cda:1641d794e56:-6c1d</wuid>
+    <x>413</x>
+    <y>353</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1915" y="1071" />
+      <point x="0" y="1071" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1916</width>
+    <wuid>-32e0cda:1641d794e56:-6c92</wuid>
+    <x>0</x>
+    <y>1071</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1906" y="1062" />
+      <point x="8" y="1062" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1899</width>
+    <wuid>-32e0cda:1641d794e56:-6c8f</wuid>
+    <x>8</x>
+    <y>1062</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>28</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1527" y="266" />
+      <point x="1590" y="266" />
+      <point x="1590" y="293" />
+      <point x="1527" y="293" />
+      <point x="1527" y="266" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>64</width>
+    <wuid>-32e0cda:1641d794e56:-710a</wuid>
+    <x>1527</x>
+    <y>266</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>28</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1451" y="266" />
+      <point x="1514" y="266" />
+      <point x="1514" y="293" />
+      <point x="1451" y="293" />
+      <point x="1451" y="266" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>64</width>
+    <wuid>-32e0cda:1641d794e56:-7109</wuid>
+    <x>1451</x>
+    <y>266</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>28</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1527" y="512" />
+      <point x="1590" y="512" />
+      <point x="1590" y="539" />
+      <point x="1527" y="539" />
+      <point x="1527" y="512" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>64</width>
+    <wuid>-32e0cda:1641d794e56:-7108</wuid>
+    <x>1527</x>
+    <y>512</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>28</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1451" y="512" />
+      <point x="1514" y="512" />
+      <point x="1514" y="539" />
+      <point x="1451" y="539" />
+      <point x="1451" y="512" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>64</width>
+    <wuid>-32e0cda:1641d794e56:-7107</wuid>
+    <x>1451</x>
+    <y>512</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>28</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1527" y="719" />
+      <point x="1590" y="719" />
+      <point x="1590" y="746" />
+      <point x="1527" y="746" />
+      <point x="1527" y="719" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>64</width>
+    <wuid>-32e0cda:1641d794e56:-7103</wuid>
+    <x>1527</x>
+    <y>719</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>28</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1451" y="719" />
+      <point x="1514" y="719" />
+      <point x="1514" y="746" />
+      <point x="1451" y="746" />
+      <point x="1451" y="719" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>64</width>
+    <wuid>-32e0cda:1641d794e56:-7102</wuid>
+    <x>1451</x>
+    <y>719</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>28</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1527" y="927" />
+      <point x="1590" y="927" />
+      <point x="1590" y="954" />
+      <point x="1527" y="954" />
+      <point x="1527" y="927" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>64</width>
+    <wuid>-32e0cda:1641d794e56:-70ff</wuid>
+    <x>1527</x>
+    <y>927</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>28</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1451" y="927" />
+      <point x="1514" y="927" />
+      <point x="1514" y="954" />
+      <point x="1451" y="954" />
+      <point x="1451" y="927" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>64</width>
+    <wuid>-32e0cda:1641d794e56:-70fe</wuid>
+    <x>1451</x>
+    <y>927</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>28</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1245" y="281" />
+      <point x="1308" y="281" />
+      <point x="1308" y="308" />
+      <point x="1245" y="308" />
+      <point x="1245" y="281" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>64</width>
+    <wuid>-32e0cda:1641d794e56:-70fc</wuid>
+    <x>1245</x>
+    <y>281</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>28</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1311" y="258" />
+      <point x="1374" y="258" />
+      <point x="1374" y="285" />
+      <point x="1311" y="285" />
+      <point x="1311" y="258" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>64</width>
+    <wuid>-32e0cda:1641d794e56:-70fb</wuid>
+    <x>1311</x>
+    <y>258</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>28</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1415" y="302" />
+      <point x="1478" y="302" />
+      <point x="1478" y="329" />
+      <point x="1415" y="329" />
+      <point x="1415" y="302" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>64</width>
+    <wuid>-32e0cda:1641d794e56:-70fa</wuid>
+    <x>1415</x>
+    <y>302</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>28</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="243" y="426" />
+      <point x="305" y="426" />
+      <point x="305" y="453" />
+      <point x="243" y="453" />
+      <point x="243" y="426" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>63</width>
+    <wuid>-32e0cda:1641d794e56:-70f7</wuid>
+    <x>243</x>
+    <y>426</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>28</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="245" y="587" />
+      <point x="307" y="587" />
+      <point x="307" y="614" />
+      <point x="245" y="614" />
+      <point x="245" y="587" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>63</width>
+    <wuid>-32e0cda:1641d794e56:-70f6</wuid>
+    <x>245</x>
+    <y>587</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>28</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="485" y="585" />
+      <point x="547" y="585" />
+      <point x="547" y="612" />
+      <point x="485" y="612" />
+      <point x="485" y="585" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>63</width>
+    <wuid>-32e0cda:1641d794e56:-70f5</wuid>
+    <x>485</x>
+    <y>585</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>28</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="487" y="427" />
+      <point x="549" y="427" />
+      <point x="549" y="454" />
+      <point x="487" y="454" />
+      <point x="487" y="427" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>63</width>
+    <wuid>-32e0cda:1641d794e56:-70f4</wuid>
+    <x>487</x>
+    <y>427</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>28</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="406" y="608" />
+      <point x="468" y="608" />
+      <point x="468" y="635" />
+      <point x="406" y="635" />
+      <point x="406" y="608" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>63</width>
+    <wuid>-32e0cda:1641d794e56:-70f3</wuid>
+    <x>406</x>
+    <y>608</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>28</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="882" y="234" />
+      <point x="944" y="234" />
+      <point x="944" y="261" />
+      <point x="882" y="261" />
+      <point x="882" y="234" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>63</width>
+    <wuid>-32e0cda:1641d794e56:-70f2</wuid>
+    <x>882</x>
+    <y>234</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>28</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="708" y="585" />
+      <point x="770" y="585" />
+      <point x="770" y="612" />
+      <point x="708" y="612" />
+      <point x="708" y="585" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>63</width>
+    <wuid>-32e0cda:1641d794e56:-70c9</wuid>
+    <x>708</x>
+    <y>585</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>28</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="227" y="285" />
+      <point x="289" y="285" />
+      <point x="289" y="312" />
+      <point x="227" y="312" />
+      <point x="227" y="285" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>63</width>
+    <wuid>-32e0cda:1641d794e56:-70b8</wuid>
+    <x>227</x>
+    <y>285</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>24</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="553" y="57" />
+      <point x="553" y="80" />
+      <point x="623" y="80" />
+      <point x="623" y="57" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>71</width>
+    <wuid>-32e0cda:1641d794e56:-6f97</wuid>
+    <x>553</x>
+    <y>57</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>28</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1189" y="830" />
+      <point x="1246" y="830" />
+      <point x="1246" y="857" />
+      <point x="1189" y="857" />
+      <point x="1189" y="830" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>58</width>
+    <wuid>-32e0cda:1641d794e56:-7111</wuid>
+    <x>1189</x>
+    <y>830</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>28</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1189" y="622" />
+      <point x="1246" y="622" />
+      <point x="1246" y="649" />
+      <point x="1189" y="649" />
+      <point x="1189" y="622" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>58</width>
+    <wuid>-32e0cda:1641d794e56:-7110</wuid>
+    <x>1189</x>
+    <y>622</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>28</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1310" y="616" />
+      <point x="1367" y="616" />
+      <point x="1367" y="643" />
+      <point x="1310" y="643" />
+      <point x="1310" y="616" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>58</width>
+    <wuid>-32e0cda:1641d794e56:-710f</wuid>
+    <x>1310</x>
+    <y>616</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>28</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1310" y="823" />
+      <point x="1367" y="823" />
+      <point x="1367" y="850" />
+      <point x="1310" y="850" />
+      <point x="1310" y="823" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>58</width>
+    <wuid>-32e0cda:1641d794e56:-710e</wuid>
+    <x>1310</x>
+    <y>823</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>28</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1310" y="407" />
+      <point x="1367" y="407" />
+      <point x="1367" y="434" />
+      <point x="1310" y="434" />
+      <point x="1310" y="407" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>58</width>
+    <wuid>-32e0cda:1641d794e56:-710d</wuid>
+    <x>1310</x>
+    <y>407</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>28</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1190" y="155" />
+      <point x="1247" y="155" />
+      <point x="1247" y="182" />
+      <point x="1190" y="182" />
+      <point x="1190" y="155" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>58</width>
+    <wuid>-32e0cda:1641d794e56:-710c</wuid>
+    <x>1190</x>
+    <y>155</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>28</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1309" y="155" />
+      <point x="1366" y="155" />
+      <point x="1366" y="182" />
+      <point x="1309" y="182" />
+      <point x="1309" y="155" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>58</width>
+    <wuid>-32e0cda:1641d794e56:-710b</wuid>
+    <x>1309</x>
+    <y>155</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>28</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1452" y="421" />
+      <point x="1509" y="421" />
+      <point x="1509" y="448" />
+      <point x="1452" y="448" />
+      <point x="1452" y="421" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>58</width>
+    <wuid>-32e0cda:1641d794e56:-7105</wuid>
+    <x>1452</x>
+    <y>421</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>28</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1192" y="406" />
+      <point x="1249" y="406" />
+      <point x="1249" y="433" />
+      <point x="1192" y="433" />
+      <point x="1192" y="406" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>58</width>
+    <wuid>-32e0cda:1641d794e56:-7104</wuid>
+    <x>1192</x>
+    <y>406</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>28</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1452" y="629" />
+      <point x="1509" y="629" />
+      <point x="1509" y="656" />
+      <point x="1452" y="656" />
+      <point x="1452" y="629" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>58</width>
+    <wuid>-32e0cda:1641d794e56:-7101</wuid>
+    <x>1452</x>
+    <y>629</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>28</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1316" y="974" />
+      <point x="1373" y="974" />
+      <point x="1373" y="1001" />
+      <point x="1316" y="1001" />
+      <point x="1316" y="974" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>58</width>
+    <wuid>-32e0cda:1641d794e56:-7100</wuid>
+    <x>1316</x>
+    <y>974</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>28</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1452" y="836" />
+      <point x="1509" y="836" />
+      <point x="1509" y="863" />
+      <point x="1452" y="863" />
+      <point x="1452" y="836" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>58</width>
+    <wuid>-32e0cda:1641d794e56:-70fd</wuid>
+    <x>1452</x>
+    <y>836</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>28</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="490" y="336" />
+      <point x="546" y="336" />
+      <point x="546" y="363" />
+      <point x="490" y="363" />
+      <point x="490" y="336" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>57</width>
+    <wuid>-32e0cda:1641d794e56:-70f9</wuid>
+    <x>490</x>
+    <y>336</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>28</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="237" y="498" />
+      <point x="293" y="498" />
+      <point x="293" y="525" />
+      <point x="237" y="525" />
+      <point x="237" y="498" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>57</width>
+    <wuid>-32e0cda:1641d794e56:-70f8</wuid>
+    <x>237</x>
+    <y>498</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>28</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="886" y="274" />
+      <point x="942" y="274" />
+      <point x="942" y="301" />
+      <point x="886" y="301" />
+      <point x="886" y="274" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>57</width>
+    <wuid>-32e0cda:1641d794e56:-70f1</wuid>
+    <x>886</x>
+    <y>274</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>28</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="665" y="440" />
+      <point x="721" y="440" />
+      <point x="721" y="467" />
+      <point x="665" y="467" />
+      <point x="665" y="440" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>57</width>
+    <wuid>-32e0cda:1641d794e56:-70f0</wuid>
+    <x>665</x>
+    <y>440</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>28</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="490" y="505" />
+      <point x="546" y="505" />
+      <point x="546" y="532" />
+      <point x="490" y="532" />
+      <point x="490" y="505" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>57</width>
+    <wuid>-32e0cda:1641d794e56:-70ca</wuid>
+    <x>490</x>
+    <y>505</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>28</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="565" y="574" />
+      <point x="621" y="574" />
+      <point x="621" y="601" />
+      <point x="565" y="601" />
+      <point x="565" y="574" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>57</width>
+    <wuid>-32e0cda:1641d794e56:-70c8</wuid>
+    <x>565</x>
+    <y>574</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>28</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="247" y="316" />
+      <point x="303" y="316" />
+      <point x="303" y="343" />
+      <point x="247" y="343" />
+      <point x="247" y="316" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>57</width>
+    <wuid>-32e0cda:1641d794e56:-70b9</wuid>
+    <x>247</x>
+    <y>316</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1418" y="889" />
+      <point x="1736" y="889" />
+      <point x="1736" y="885" />
+      <point x="1418" y="885" />
+      <point x="1418" y="889" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>319</width>
+    <wuid>-32e0cda:1641d794e56:-70d7</wuid>
+    <x>1418</x>
+    <y>885</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1418" y="682" />
+      <point x="1736" y="682" />
+      <point x="1736" y="678" />
+      <point x="1418" y="678" />
+      <point x="1418" y="682" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>319</width>
+    <wuid>-32e0cda:1641d794e56:-70d2</wuid>
+    <x>1418</x>
+    <y>678</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1418" y="474" />
+      <point x="1736" y="474" />
+      <point x="1736" y="470" />
+      <point x="1418" y="470" />
+      <point x="1418" y="474" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>319</width>
+    <wuid>-32e0cda:1641d794e56:-70ce</wuid>
+    <x>1418</x>
+    <y>470</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1418" y="889" />
+      <point x="1736" y="889" />
+      <point x="1736" y="885" />
+      <point x="1418" y="885" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="0" green="0" blue="240" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="180" green="180" blue="180" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-P-50:Cmd</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>319</width>
+    <wuid>-32e0cda:1641d794e56:-7029</wuid>
+    <x>1418</x>
+    <y>885</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1418" y="682" />
+      <point x="1736" y="682" />
+      <point x="1736" y="678" />
+      <point x="1418" y="678" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="0" green="0" blue="240" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="180" green="180" blue="180" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-P-40:Cmd</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>319</width>
+    <wuid>-32e0cda:1641d794e56:-7024</wuid>
+    <x>1418</x>
+    <y>678</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1418" y="474" />
+      <point x="1736" y="474" />
+      <point x="1736" y="470" />
+      <point x="1418" y="470" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="0" green="0" blue="240" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="180" green="180" blue="180" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-P-30:Cmd</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>319</width>
+    <wuid>-32e0cda:1641d794e56:-7020</wuid>
+    <x>1418</x>
+    <y>470</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1418" y="228" />
+      <point x="1736" y="228" />
+      <point x="1736" y="224" />
+      <point x="1418" y="224" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="0" green="0" blue="240" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="180" green="180" blue="180" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-P-20:Cmd</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>319</width>
+    <wuid>-32e0cda:1641d794e56:-7019</wuid>
+    <x>1418</x>
+    <y>224</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1418" y="224" />
+      <point x="1736" y="224" />
+      <point x="1736" y="228" />
+      <point x="1418" y="228" />
+      <point x="1418" y="224" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="0" green="0" blue="240" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="180" green="180" blue="180" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-P-20:Cmd</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>319</width>
+    <wuid>-32e0cda:1641d794e56:-6c15</wuid>
+    <x>1418</x>
+    <y>224</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1418" y="470" />
+      <point x="1736" y="470" />
+      <point x="1736" y="474" />
+      <point x="1418" y="474" />
+      <point x="1418" y="470" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>319</width>
+    <wuid>-32e0cda:1641d794e56:-6c14</wuid>
+    <x>1418</x>
+    <y>470</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1418" y="678" />
+      <point x="1736" y="678" />
+      <point x="1736" y="682" />
+      <point x="1418" y="682" />
+      <point x="1418" y="678" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>319</width>
+    <wuid>-32e0cda:1641d794e56:-6c13</wuid>
+    <x>1418</x>
+    <y>678</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>27</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1509" y="305" />
+      <point x="1566" y="305" />
+      <point x="1566" y="331" />
+      <point x="1509" y="331" />
+      <point x="1509" y="305" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>58</width>
+    <wuid>-32e0cda:1641d794e56:-7113</wuid>
+    <x>1509</x>
+    <y>305</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>27</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="687" y="320" />
+      <point x="744" y="320" />
+      <point x="744" y="346" />
+      <point x="687" y="346" />
+      <point x="687" y="320" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>58</width>
+    <wuid>-32e0cda:1641d794e56:-70bc</wuid>
+    <x>687</x>
+    <y>320</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>19</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="822" y="130" />
+      <point x="902" y="130" />
+      <point x="902" y="148" />
+      <point x="822" y="148" />
+      <point x="822" y="130" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>81</width>
+    <wuid>-32e0cda:1641d794e56:-6c24</wuid>
+    <x>822</x>
+    <y>130</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="240" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="240" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="240" />
+    </foreground_color>
+    <height>12</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="240" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="854" y="961" />
+      <point x="974" y="960" />
+      <point x="968" y="971" />
+      <point x="859" y="971" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>121</width>
+    <wuid>-32e0cda:1641d794e56:-6fdd</wuid>
+    <x>854</x>
+    <y>960</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>24</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1529" y="268" />
+      <point x="1529" y="291" />
+      <point x="1588" y="291" />
+      <point x="1588" y="268" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>60</width>
+    <wuid>-32e0cda:1641d794e56:-70a5</wuid>
+    <x>1529</x>
+    <y>268</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>24</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1453" y="268" />
+      <point x="1453" y="291" />
+      <point x="1512" y="291" />
+      <point x="1512" y="268" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>60</width>
+    <wuid>-32e0cda:1641d794e56:-70a4</wuid>
+    <x>1453</x>
+    <y>268</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>24</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1529" y="514" />
+      <point x="1529" y="537" />
+      <point x="1588" y="537" />
+      <point x="1588" y="514" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>60</width>
+    <wuid>-32e0cda:1641d794e56:-70a3</wuid>
+    <x>1529</x>
+    <y>514</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>24</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1453" y="514" />
+      <point x="1453" y="537" />
+      <point x="1512" y="537" />
+      <point x="1512" y="514" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>60</width>
+    <wuid>-32e0cda:1641d794e56:-70a2</wuid>
+    <x>1453</x>
+    <y>514</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>24</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1529" y="721" />
+      <point x="1529" y="744" />
+      <point x="1588" y="744" />
+      <point x="1588" y="721" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>60</width>
+    <wuid>-32e0cda:1641d794e56:-709e</wuid>
+    <x>1529</x>
+    <y>721</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>24</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1453" y="721" />
+      <point x="1453" y="744" />
+      <point x="1512" y="744" />
+      <point x="1512" y="721" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>60</width>
+    <wuid>-32e0cda:1641d794e56:-709d</wuid>
+    <x>1453</x>
+    <y>721</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>24</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1529" y="929" />
+      <point x="1529" y="952" />
+      <point x="1588" y="952" />
+      <point x="1588" y="929" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>60</width>
+    <wuid>-32e0cda:1641d794e56:-709a</wuid>
+    <x>1529</x>
+    <y>929</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>24</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1453" y="929" />
+      <point x="1453" y="952" />
+      <point x="1512" y="952" />
+      <point x="1512" y="929" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>60</width>
+    <wuid>-32e0cda:1641d794e56:-7099</wuid>
+    <x>1453</x>
+    <y>929</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>24</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1247" y="283" />
+      <point x="1247" y="306" />
+      <point x="1306" y="306" />
+      <point x="1306" y="283" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>60</width>
+    <wuid>-32e0cda:1641d794e56:-7097</wuid>
+    <x>1247</x>
+    <y>283</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>24</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1313" y="260" />
+      <point x="1313" y="283" />
+      <point x="1372" y="283" />
+      <point x="1372" y="260" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>60</width>
+    <wuid>-32e0cda:1641d794e56:-7096</wuid>
+    <x>1313</x>
+    <y>260</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>24</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1417" y="304" />
+      <point x="1417" y="327" />
+      <point x="1476" y="327" />
+      <point x="1476" y="304" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>60</width>
+    <wuid>-32e0cda:1641d794e56:-7095</wuid>
+    <x>1417</x>
+    <y>304</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>24</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="244" y="428" />
+      <point x="244" y="451" />
+      <point x="303" y="451" />
+      <point x="303" y="428" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>60</width>
+    <wuid>-32e0cda:1641d794e56:-7092</wuid>
+    <x>244</x>
+    <y>428</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>24</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="246" y="589" />
+      <point x="246" y="612" />
+      <point x="305" y="612" />
+      <point x="305" y="589" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>60</width>
+    <wuid>-32e0cda:1641d794e56:-7091</wuid>
+    <x>246</x>
+    <y>589</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>24</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="486" y="587" />
+      <point x="486" y="610" />
+      <point x="545" y="610" />
+      <point x="545" y="587" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>60</width>
+    <wuid>-32e0cda:1641d794e56:-7090</wuid>
+    <x>486</x>
+    <y>587</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>24</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="488" y="429" />
+      <point x="488" y="452" />
+      <point x="547" y="452" />
+      <point x="547" y="429" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>60</width>
+    <wuid>-32e0cda:1641d794e56:-708f</wuid>
+    <x>488</x>
+    <y>429</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>24</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="407" y="610" />
+      <point x="407" y="633" />
+      <point x="466" y="633" />
+      <point x="466" y="610" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>60</width>
+    <wuid>-32e0cda:1641d794e56:-708e</wuid>
+    <x>407</x>
+    <y>610</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>24</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="883" y="236" />
+      <point x="883" y="259" />
+      <point x="942" y="259" />
+      <point x="942" y="236" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>60</width>
+    <wuid>-32e0cda:1641d794e56:-708d</wuid>
+    <x>883</x>
+    <y>236</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>24</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="709" y="587" />
+      <point x="709" y="610" />
+      <point x="768" y="610" />
+      <point x="768" y="587" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>60</width>
+    <wuid>-32e0cda:1641d794e56:-6fc3</wuid>
+    <x>709</x>
+    <y>587</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>24</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="228" y="287" />
+      <point x="228" y="310" />
+      <point x="287" y="310" />
+      <point x="287" y="287" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>60</width>
+    <wuid>-32e0cda:1641d794e56:-6f9a</wuid>
+    <x>228</x>
+    <y>287</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>287</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="549" y="833" />
+      <point x="549" y="547" />
+      <point x="553" y="547" />
+      <point x="553" y="833" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0|pv1">
+          <value>
+            <color red="0" green="0" blue="240" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0|pv1)">
+          <value>
+            <color red="180" green="180" blue="180" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-FCV-014:Open</pv>
+        <pv trig="true">CWM-CWS03:WtrC-PCV-011:Open</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>5</width>
+    <wuid>-32e0cda:1641d794e56:-6fbf</wuid>
+    <x>549</x>
+    <y>547</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>708</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="14" y="812" />
+      <point x="15" y="809" />
+      <point x="15" y="108" />
+      <point x="14" y="105" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>2</width>
+    <wuid>-32e0cda:1641d794e56:-713c</wuid>
+    <x>14</x>
+    <y>105</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="240" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="240" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="240" />
+    </foreground_color>
+    <height>12</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="240" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="859" y="971" />
+      <point x="968" y="971" />
+      <point x="960" y="982" />
+      <point x="867" y="982" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>110</width>
+    <wuid>-32e0cda:1641d794e56:-6fdc</wuid>
+    <x>859</x>
+    <y>971</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>24</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1511" y="306" />
+      <point x="1511" y="329" />
+      <point x="1564" y="329" />
+      <point x="1564" y="306" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>54</width>
+    <wuid>-32e0cda:1641d794e56:-70ad</wuid>
+    <x>1511</x>
+    <y>306</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>24</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1191" y="832" />
+      <point x="1191" y="855" />
+      <point x="1244" y="855" />
+      <point x="1244" y="832" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>54</width>
+    <wuid>-32e0cda:1641d794e56:-70ac</wuid>
+    <x>1191</x>
+    <y>832</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>24</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1191" y="624" />
+      <point x="1191" y="647" />
+      <point x="1244" y="647" />
+      <point x="1244" y="624" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>54</width>
+    <wuid>-32e0cda:1641d794e56:-70ab</wuid>
+    <x>1191</x>
+    <y>624</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>24</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1312" y="618" />
+      <point x="1312" y="641" />
+      <point x="1365" y="641" />
+      <point x="1365" y="618" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>54</width>
+    <wuid>-32e0cda:1641d794e56:-70aa</wuid>
+    <x>1312</x>
+    <y>618</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>24</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1312" y="825" />
+      <point x="1312" y="848" />
+      <point x="1365" y="848" />
+      <point x="1365" y="825" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>54</width>
+    <wuid>-32e0cda:1641d794e56:-70a9</wuid>
+    <x>1312</x>
+    <y>825</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>24</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1312" y="409" />
+      <point x="1312" y="432" />
+      <point x="1365" y="432" />
+      <point x="1365" y="409" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>54</width>
+    <wuid>-32e0cda:1641d794e56:-70a8</wuid>
+    <x>1312</x>
+    <y>409</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>24</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1192" y="157" />
+      <point x="1192" y="180" />
+      <point x="1245" y="180" />
+      <point x="1245" y="157" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>54</width>
+    <wuid>-32e0cda:1641d794e56:-70a7</wuid>
+    <x>1192</x>
+    <y>157</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>24</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1311" y="157" />
+      <point x="1311" y="180" />
+      <point x="1364" y="180" />
+      <point x="1364" y="157" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>54</width>
+    <wuid>-32e0cda:1641d794e56:-70a6</wuid>
+    <x>1311</x>
+    <y>157</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>24</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1454" y="423" />
+      <point x="1454" y="446" />
+      <point x="1507" y="446" />
+      <point x="1507" y="423" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>54</width>
+    <wuid>-32e0cda:1641d794e56:-70a0</wuid>
+    <x>1454</x>
+    <y>423</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>24</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1194" y="408" />
+      <point x="1194" y="431" />
+      <point x="1247" y="431" />
+      <point x="1247" y="408" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>54</width>
+    <wuid>-32e0cda:1641d794e56:-709f</wuid>
+    <x>1194</x>
+    <y>408</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>24</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1454" y="631" />
+      <point x="1454" y="654" />
+      <point x="1507" y="654" />
+      <point x="1507" y="631" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>54</width>
+    <wuid>-32e0cda:1641d794e56:-709c</wuid>
+    <x>1454</x>
+    <y>631</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>24</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1318" y="976" />
+      <point x="1318" y="999" />
+      <point x="1371" y="999" />
+      <point x="1371" y="976" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>54</width>
+    <wuid>-32e0cda:1641d794e56:-709b</wuid>
+    <x>1318</x>
+    <y>976</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>24</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1454" y="838" />
+      <point x="1454" y="861" />
+      <point x="1507" y="861" />
+      <point x="1507" y="838" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>54</width>
+    <wuid>-32e0cda:1641d794e56:-7098</wuid>
+    <x>1454</x>
+    <y>838</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>24</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="491" y="338" />
+      <point x="491" y="361" />
+      <point x="544" y="361" />
+      <point x="544" y="338" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>54</width>
+    <wuid>-32e0cda:1641d794e56:-7094</wuid>
+    <x>491</x>
+    <y>338</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>24</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="238" y="500" />
+      <point x="238" y="523" />
+      <point x="291" y="523" />
+      <point x="291" y="500" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>54</width>
+    <wuid>-32e0cda:1641d794e56:-7093</wuid>
+    <x>238</x>
+    <y>500</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>24</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="887" y="276" />
+      <point x="887" y="299" />
+      <point x="940" y="299" />
+      <point x="940" y="276" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>54</width>
+    <wuid>-32e0cda:1641d794e56:-708c</wuid>
+    <x>887</x>
+    <y>276</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>24</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="666" y="442" />
+      <point x="666" y="465" />
+      <point x="719" y="465" />
+      <point x="719" y="442" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>54</width>
+    <wuid>-32e0cda:1641d794e56:-708b</wuid>
+    <x>666</x>
+    <y>442</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>24</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="491" y="507" />
+      <point x="491" y="530" />
+      <point x="544" y="530" />
+      <point x="544" y="507" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>54</width>
+    <wuid>-32e0cda:1641d794e56:-6fce</wuid>
+    <x>491</x>
+    <y>507</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>24</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="566" y="576" />
+      <point x="566" y="599" />
+      <point x="619" y="599" />
+      <point x="619" y="576" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>54</width>
+    <wuid>-32e0cda:1641d794e56:-6fc2</wuid>
+    <x>566</x>
+    <y>576</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>24</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="689" y="321" />
+      <point x="689" y="344" />
+      <point x="742" y="344" />
+      <point x="742" y="321" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>54</width>
+    <wuid>-32e0cda:1641d794e56:-6f9e</wuid>
+    <x>689</x>
+    <y>321</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>24</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="248" y="318" />
+      <point x="248" y="341" />
+      <point x="301" y="341" />
+      <point x="301" y="318" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>54</width>
+    <wuid>-32e0cda:1641d794e56:-6f9b</wuid>
+    <x>248</x>
+    <y>318</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>26</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1367" y="472" />
+      <point x="1321" y="497" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>47</width>
+    <wuid>-32e0cda:1641d794e56:-6ca4</wuid>
+    <x>1321</x>
+    <y>472</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>26</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1367" y="680" />
+      <point x="1321" y="705" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>47</width>
+    <wuid>-32e0cda:1641d794e56:-6ca1</wuid>
+    <x>1321</x>
+    <y>680</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>26</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1367" y="887" />
+      <point x="1321" y="912" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>47</width>
+    <wuid>-32e0cda:1641d794e56:-6c9e</wuid>
+    <x>1321</x>
+    <y>887</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>26</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1366" y="225" />
+      <point x="1321" y="250" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>46</width>
+    <wuid>-32e0cda:1641d794e56:-6ca7</wuid>
+    <x>1321</x>
+    <y>225</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>25</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="687" y="385" />
+      <point x="732" y="409" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>46</width>
+    <wuid>-32e0cda:1641d794e56:-6c9b</wuid>
+    <x>687</x>
+    <y>385</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>22</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1321" y="451" />
+      <point x="1367" y="472" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>47</width>
+    <wuid>-32e0cda:1641d794e56:-6ca3</wuid>
+    <x>1321</x>
+    <y>451</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>22</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1321" y="659" />
+      <point x="1367" y="680" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>47</width>
+    <wuid>-32e0cda:1641d794e56:-6ca0</wuid>
+    <x>1321</x>
+    <y>659</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>22</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1321" y="866" />
+      <point x="1367" y="887" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>47</width>
+    <wuid>-32e0cda:1641d794e56:-6c9d</wuid>
+    <x>1321</x>
+    <y>866</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>22</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1321" y="204" />
+      <point x="1366" y="225" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>46</width>
+    <wuid>-32e0cda:1641d794e56:-6ca6</wuid>
+    <x>1321</x>
+    <y>204</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>22</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="732" y="364" />
+      <point x="687" y="385" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>46</width>
+    <wuid>-32e0cda:1641d794e56:-6c9a</wuid>
+    <x>687</x>
+    <y>364</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>197</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1626" y="882" />
+      <point x="1626" y="686" />
+      <point x="1630" y="686" />
+      <point x="1630" y="882" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="180" green="180" blue="180" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-FCV-051:Open</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>5</width>
+    <wuid>-32e0cda:1641d794e56:-7036</wuid>
+    <x>1626</x>
+    <y>686</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>980</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1915" y="92" />
+      <point x="1915" y="1071" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6c93</wuid>
+    <x>1915</x>
+    <y>92</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>980</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="0" y="1071" />
+      <point x="0" y="92" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6c91</wuid>
+    <x>0</x>
+    <y>92</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>971</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1906" y="92" />
+      <point x="1906" y="1062" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6c90</wuid>
+    <x>1906</x>
+    <y>92</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>971</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="8" y="1062" />
+      <point x="8" y="92" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6c8e</wuid>
+    <x>8</x>
+    <y>92</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>284</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="189" y="555" />
+      <point x="187" y="553" />
+      <point x="187" y="274" />
+      <point x="189" y="272" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-719a</wuid>
+    <x>187</x>
+    <y>272</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>284</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="28" y="555" />
+      <point x="30" y="553" />
+      <point x="30" y="274" />
+      <point x="28" y="272" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-7136</wuid>
+    <x>28</x>
+    <y>272</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>94</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="0" y="0" />
+      <point x="8" y="8" />
+      <point x="8" y="86" />
+      <point x="0" y="93" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>9</width>
+    <wuid>-32e0cda:1641d794e56:-7129</wuid>
+    <x>0</x>
+    <y>0</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>94</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="312" y="8" />
+      <point x="312" y="86" />
+      <point x="320" y="93" />
+      <point x="320" y="0" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>9</width>
+    <wuid>-32e0cda:1641d794e56:-6f9f</wuid>
+    <x>312</x>
+    <y>0</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="645" y="387" />
+      <point x="477" y="387" />
+      <point x="477" y="383" />
+      <point x="645" y="383" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="180" green="180" blue="180" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-P-10:CmdD</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>169</width>
+    <wuid>-32e0cda:1641d794e56:-6fa9</wuid>
+    <x>477</x>
+    <y>383</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>93</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="0" y="0" />
+      <point x="8" y="8" />
+      <point x="8" y="86" />
+      <point x="0" y="92" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>9</width>
+    <wuid>-32e0cda:1641d794e56:-7126</wuid>
+    <x>0</x>
+    <y>0</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>4</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="15" y="108" />
+      <point x="199" y="108" />
+      <point x="201" y="105" />
+      <point x="14" y="105" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>188</width>
+    <wuid>-32e0cda:1641d794e56:-713b</wuid>
+    <x>14</x>
+    <y>105</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>145</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="592" y="531" />
+      <point x="592" y="387" />
+      <point x="596" y="387" />
+      <point x="596" y="531" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="180" green="180" blue="180" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-P-10:CmdD</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>5</width>
+    <wuid>-32e0cda:1641d794e56:-6fa8</wuid>
+    <x>592</x>
+    <y>387</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>60</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="974" y="961" />
+      <point x="985" y="1020" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>12</width>
+    <wuid>-32e0cda:1641d794e56:-6ec4</wuid>
+    <x>974</x>
+    <y>961</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>720</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="854" y="242" />
+      <point x="854" y="961" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6b5a</wuid>
+    <x>854</x>
+    <y>242</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>720</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="974" y="242" />
+      <point x="974" y="961" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6b59</wuid>
+    <x>974</x>
+    <y>242</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>684</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1034" y="278" />
+      <point x="1034" y="961" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6e80</wuid>
+    <x>1034</x>
+    <y>278</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>133</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1626" y="674" />
+      <point x="1626" y="542" />
+      <point x="1630" y="542" />
+      <point x="1630" y="674" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="180" green="180" blue="180" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-FCV-051:Open</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>5</width>
+    <wuid>-32e0cda:1641d794e56:-7035</wuid>
+    <x>1626</x>
+    <y>542</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>133</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1626" y="674" />
+      <point x="1626" y="542" />
+      <point x="1630" y="542" />
+      <point x="1630" y="674" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="180" green="180" blue="180" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-FCV-051:Open</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>5</width>
+    <wuid>-32e0cda:1641d794e56:-7031</wuid>
+    <x>1626</x>
+    <y>542</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>60</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="853" y="961" />
+      <point x="843" y="1020" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>11</width>
+    <wuid>-32e0cda:1641d794e56:-6ec1</wuid>
+    <x>843</x>
+    <y>961</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="240" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="240" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="240" />
+    </foreground_color>
+    <height>7</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="240" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="867" y="982" />
+      <point x="960" y="982" />
+      <point x="952" y="988" />
+      <point x="875" y="988" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>94</width>
+    <wuid>-32e0cda:1641d794e56:-6fdb</wuid>
+    <x>867</x>
+    <y>982</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="478" y="52" />
+      <point x="695" y="52" />
+      <point x="693" y="50" />
+      <point x="479" y="50" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>218</width>
+    <wuid>-32e0cda:1641d794e56:-719e</wuid>
+    <x>478</x>
+    <y>50</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="479" y="14" />
+      <point x="693" y="14" />
+      <point x="695" y="12" />
+      <point x="478" y="12" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>218</width>
+    <wuid>-32e0cda:1641d794e56:-713a</wuid>
+    <x>478</x>
+    <y>12</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>650</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1003" y="953" />
+      <point x="1003" y="304" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6e75</wuid>
+    <x>1003</x>
+    <y>304</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>71</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1034" y="348" />
+      <point x="1042" y="348" />
+      <point x="1042" y="278" />
+      <point x="1034" y="278" />
+      <point x="1034" y="348" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0|pv1">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0|pv1)">
+          <value>
+            <color red="180" green="180" blue="180" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-FCV-021:Open</pv>
+        <pv trig="true">CWM-CWS03:WtrC-FCV-051:Open</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>9</width>
+    <wuid>-32e0cda:1641d794e56:-70dc</wuid>
+    <x>1034</x>
+    <y>278</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>71</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1034" y="348" />
+      <point x="1034" y="278" />
+      <point x="1042" y="278" />
+      <point x="1042" y="348" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0|pv1">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0|pv1)">
+          <value>
+            <color red="180" green="180" blue="180" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-FCV-021:Open</pv>
+        <pv trig="true">CWM-CWS03:WtrC-FCV-051:Open</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>9</width>
+    <wuid>-32e0cda:1641d794e56:-6ff4</wuid>
+    <x>1034</x>
+    <y>278</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>639</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="854" y="961" />
+      <point x="854" y="323" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6ce3</wuid>
+    <x>854</x>
+    <y>323</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>638</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="974" y="323" />
+      <point x="974" y="960" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6cf2</wuid>
+    <x>974</x>
+    <y>323</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>19</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1722" y="130" />
+      <point x="1754" y="130" />
+      <point x="1754" y="148" />
+      <point x="1722" y="148" />
+      <point x="1722" y="130" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>33</width>
+    <wuid>-32e0cda:1641d794e56:-6c05</wuid>
+    <x>1722</x>
+    <y>130</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="240" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="240" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="240" />
+    </foreground_color>
+    <height>8</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="240" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="875" y="988" />
+      <point x="952" y="988" />
+      <point x="943" y="995" />
+      <point x="885" y="995" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>78</width>
+    <wuid>-32e0cda:1641d794e56:-6fda</wuid>
+    <x>875</x>
+    <y>988</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1129" y="961" />
+      <point x="1736" y="961" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>608</width>
+    <wuid>-32e0cda:1641d794e56:-6e3b</wuid>
+    <x>1129</x>
+    <y>961</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>33</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="969" y="1020" />
+      <point x="952" y="988" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>18</width>
+    <wuid>-32e0cda:1641d794e56:-6ec2</wuid>
+    <x>952</x>
+    <y>988</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>33</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1394" y="338" />
+      <point x="1410" y="338" />
+      <point x="1410" y="306" />
+      <point x="1394" y="306" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0|pv1">
+          <value>
+            <color red="0" green="0" blue="240" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0|pv1)">
+          <value>
+            <color red="180" green="180" blue="180" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-FCV-021:Open</pv>
+        <pv trig="true">CWM-CWS03:WtrC-P-20:Cmd</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>17</width>
+    <wuid>-32e0cda:1641d794e56:-7013</wuid>
+    <x>1394</x>
+    <y>306</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>33</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="859" y="1020" />
+      <point x="875" y="988" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>17</width>
+    <wuid>-32e0cda:1641d794e56:-6ebf</wuid>
+    <x>859</x>
+    <y>988</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>112</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="549" y="851" />
+      <point x="549" y="958" />
+      <point x="553" y="962" />
+      <point x="553" y="851" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0|!pv1">
+          <value>
+            <color red="0" green="0" blue="240" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0|!pv1)">
+          <value>
+            <color red="180" green="180" blue="180" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-LT-070:LL</pv>
+        <pv trig="true">CWM-CWS03:WtrC-LT-070:LVL</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>5</width>
+    <wuid>-32e0cda:1641d794e56:-6fd5</wuid>
+    <x>549</x>
+    <y>851</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>8</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1042" y="278" />
+      <point x="974" y="278" />
+      <point x="974" y="271" />
+      <point x="1042" y="271" />
+      <point x="1042" y="278" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0|pv1">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0|pv1)">
+          <value>
+            <color red="180" green="180" blue="180" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-FCV-021:Open</pv>
+        <pv trig="true">CWM-CWS03:WtrC-FCV-051:Open</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>69</width>
+    <wuid>-32e0cda:1641d794e56:-7112</wuid>
+    <x>974</x>
+    <y>271</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>8</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="974" y="278" />
+      <point x="1042" y="278" />
+      <point x="1042" y="271" />
+      <point x="974" y="271" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0|pv1">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0|pv1)">
+          <value>
+            <color red="180" green="180" blue="180" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-FCV-021:Open</pv>
+        <pv trig="true">CWM-CWS03:WtrC-FCV-051:Open</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>69</width>
+    <wuid>-32e0cda:1641d794e56:-6ff3</wuid>
+    <x>974</x>
+    <y>271</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>106</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1216" y="344" />
+      <point x="1220" y="344" />
+      <point x="1220" y="239" />
+      <point x="1216" y="239" />
+      <point x="1216" y="344" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>5</width>
+    <wuid>-32e0cda:1641d794e56:-70e8</wuid>
+    <x>1216</x>
+    <y>239</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>106</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1216" y="344" />
+      <point x="1216" y="239" />
+      <point x="1220" y="239" />
+      <point x="1220" y="344" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="180" green="180" blue="180" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-FCV-021:Open</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>5</width>
+    <wuid>-32e0cda:1641d794e56:-7059</wuid>
+    <x>1216</x>
+    <y>239</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="477" y="547" />
+      <point x="580" y="547" />
+      <point x="580" y="543" />
+      <point x="477" y="543" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0|pv1">
+          <value>
+            <color red="0" green="0" blue="240" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0|pv1)">
+          <value>
+            <color red="180" green="180" blue="180" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-FCV-014:Open</pv>
+        <pv trig="true">CWM-CWS03:WtrC-PCV-011:Open</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>104</width>
+    <wuid>-32e0cda:1641d794e56:-6fc0</wuid>
+    <x>477</x>
+    <y>543</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>6</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="393" y="962" />
+      <point x="475" y="962" />
+      <point x="469" y="967" />
+      <point x="399" y="967" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="0" green="0" blue="240" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-LT-070:LVL</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>83</width>
+    <wuid>-32e0cda:1641d794e56:-6ff1</wuid>
+    <x>393</x>
+    <y>962</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1626" y="546" />
+      <point x="1129" y="546" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>498</width>
+    <wuid>-32e0cda:1641d794e56:-6cbf</wuid>
+    <x>1129</x>
+    <y>546</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1129" y="753" />
+      <point x="1626" y="753" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>498</width>
+    <wuid>-32e0cda:1641d794e56:-6cb2</wuid>
+    <x>1129</x>
+    <y>753</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>7</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="399" y="967" />
+      <point x="469" y="967" />
+      <point x="460" y="973" />
+      <point x="409" y="973" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="0" green="0" blue="240" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-LT-070:LVL</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>71</width>
+    <wuid>-32e0cda:1641d794e56:-6ff0</wuid>
+    <x>399</x>
+    <y>967</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="28" y="252" />
+      <point x="189" y="252" />
+      <point x="187" y="250" />
+      <point x="30" y="250" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>162</width>
+    <wuid>-32e0cda:1641d794e56:-719d</wuid>
+    <x>28</x>
+    <y>250</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="28" y="555" />
+      <point x="189" y="555" />
+      <point x="187" y="553" />
+      <point x="30" y="553" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>162</width>
+    <wuid>-32e0cda:1641d794e56:-719b</wuid>
+    <x>28</x>
+    <y>553</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="28" y="651" />
+      <point x="189" y="651" />
+      <point x="187" y="649" />
+      <point x="30" y="649" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>162</width>
+    <wuid>-32e0cda:1641d794e56:-7195</wuid>
+    <x>28</x>
+    <y>649</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="28" y="800" />
+      <point x="189" y="800" />
+      <point x="187" y="798" />
+      <point x="30" y="798" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>162</width>
+    <wuid>-32e0cda:1641d794e56:-7193</wuid>
+    <x>28</x>
+    <y>798</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="30" y="147" />
+      <point x="187" y="147" />
+      <point x="189" y="145" />
+      <point x="28" y="145" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>162</width>
+    <wuid>-32e0cda:1641d794e56:-7137</wuid>
+    <x>28</x>
+    <y>145</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="30" y="274" />
+      <point x="187" y="274" />
+      <point x="189" y="272" />
+      <point x="28" y="272" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>162</width>
+    <wuid>-32e0cda:1641d794e56:-7135</wuid>
+    <x>28</x>
+    <y>272</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="30" y="579" />
+      <point x="187" y="579" />
+      <point x="189" y="577" />
+      <point x="28" y="577" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>162</width>
+    <wuid>-32e0cda:1641d794e56:-7131</wuid>
+    <x>28</x>
+    <y>577</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="30" y="672" />
+      <point x="187" y="672" />
+      <point x="189" y="670" />
+      <point x="28" y="670" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>162</width>
+    <wuid>-32e0cda:1641d794e56:-712f</wuid>
+    <x>28</x>
+    <y>670</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="324" y="83" />
+      <point x="464" y="83" />
+      <point x="462" y="81" />
+      <point x="325" y="81" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>141</width>
+    <wuid>-32e0cda:1641d794e56:-71a5</wuid>
+    <x>324</x>
+    <y>81</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="325" y="14" />
+      <point x="462" y="14" />
+      <point x="464" y="12" />
+      <point x="324" y="12" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>141</width>
+    <wuid>-32e0cda:1641d794e56:-7142</wuid>
+    <x>324</x>
+    <y>12</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>209</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="394" y="754" />
+      <point x="393" y="962" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>2</width>
+    <wuid>-32e0cda:1641d794e56:-6e32</wuid>
+    <x>393</x>
+    <y>754</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1220" y="542" />
+      <point x="1630" y="542" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>411</width>
+    <wuid>-32e0cda:1641d794e56:-6cc3</wuid>
+    <x>1220</x>
+    <y>542</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>205</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1011" y="710" />
+      <point x="1012" y="506" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>2</width>
+    <wuid>-32e0cda:1641d794e56:-6e6a</wuid>
+    <x>1011</x>
+    <y>506</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>204</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1012" y="917" />
+      <point x="1011" y="714" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>2</width>
+    <wuid>-32e0cda:1641d794e56:-6e6e</wuid>
+    <x>1011</x>
+    <y>714</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1220" y="957" />
+      <point x="1626" y="957" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>407</width>
+    <wuid>-32e0cda:1641d794e56:-6e3c</wuid>
+    <x>1220</x>
+    <y>957</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1626" y="749" />
+      <point x="1220" y="749" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>407</width>
+    <wuid>-32e0cda:1641d794e56:-6cb8</wuid>
+    <x>1220</x>
+    <y>749</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>81</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1194" y="308" />
+      <point x="1198" y="308" />
+      <point x="1198" y="228" />
+      <point x="1194" y="228" />
+      <point x="1194" y="308" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>5</width>
+    <wuid>-32e0cda:1641d794e56:-70e4</wuid>
+    <x>1194</x>
+    <y>228</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>81</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1194" y="228" />
+      <point x="1194" y="308" />
+      <point x="1198" y="308" />
+      <point x="1198" y="228" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="0" green="0" blue="240" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="180" green="180" blue="180" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-P-10:CmdD</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>5</width>
+    <wuid>-32e0cda:1641d794e56:-7053</wuid>
+    <x>1194</x>
+    <y>228</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>13</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="645" y="379" />
+      <point x="645" y="391" />
+      <point x="675" y="379" />
+      <point x="675" y="391" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>31</width>
+    <wuid>-32e0cda:1641d794e56:-6be4</wuid>
+    <x>645</x>
+    <y>379</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>13</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="645" y="379" />
+      <point x="645" y="391" />
+      <point x="675" y="379" />
+      <point x="675" y="391" />
+      <point x="645" y="379" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>31</width>
+    <wuid>-32e0cda:1641d794e56:-6be2</wuid>
+    <x>645</x>
+    <y>379</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>13</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="757" y="379" />
+      <point x="757" y="391" />
+      <point x="787" y="379" />
+      <point x="787" y="391" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>31</width>
+    <wuid>-32e0cda:1641d794e56:-6be0</wuid>
+    <x>757</x>
+    <y>379</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>13</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="757" y="379" />
+      <point x="757" y="391" />
+      <point x="787" y="379" />
+      <point x="787" y="391" />
+      <point x="757" y="379" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>31</width>
+    <wuid>-32e0cda:1641d794e56:-6bde</wuid>
+    <x>757</x>
+    <y>379</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>13</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="757" y="539" />
+      <point x="757" y="551" />
+      <point x="787" y="539" />
+      <point x="787" y="551" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>31</width>
+    <wuid>-32e0cda:1641d794e56:-6bd0</wuid>
+    <x>757</x>
+    <y>539</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>13</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="757" y="539" />
+      <point x="757" y="551" />
+      <point x="787" y="539" />
+      <point x="787" y="551" />
+      <point x="757" y="539" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>31</width>
+    <wuid>-32e0cda:1641d794e56:-6bce</wuid>
+    <x>757</x>
+    <y>539</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>13</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1099" y="340" />
+      <point x="1099" y="352" />
+      <point x="1129" y="340" />
+      <point x="1129" y="352" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>31</width>
+    <wuid>-32e0cda:1641d794e56:-6bb9</wuid>
+    <x>1099</x>
+    <y>340</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>13</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1099" y="340" />
+      <point x="1099" y="352" />
+      <point x="1129" y="340" />
+      <point x="1129" y="352" />
+      <point x="1099" y="340" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>31</width>
+    <wuid>-32e0cda:1641d794e56:-6bb7</wuid>
+    <x>1099</x>
+    <y>340</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>13</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1099" y="300" />
+      <point x="1099" y="312" />
+      <point x="1129" y="300" />
+      <point x="1129" y="312" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>31</width>
+    <wuid>-32e0cda:1641d794e56:-6bb5</wuid>
+    <x>1099</x>
+    <y>300</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>13</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1099" y="300" />
+      <point x="1099" y="312" />
+      <point x="1129" y="300" />
+      <point x="1129" y="312" />
+      <point x="1099" y="300" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>31</width>
+    <wuid>-32e0cda:1641d794e56:-6bb3</wuid>
+    <x>1099</x>
+    <y>300</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>13</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1259" y="220" />
+      <point x="1259" y="232" />
+      <point x="1289" y="220" />
+      <point x="1289" y="232" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>31</width>
+    <wuid>-32e0cda:1641d794e56:-6bb1</wuid>
+    <x>1259</x>
+    <y>220</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>13</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1259" y="220" />
+      <point x="1259" y="232" />
+      <point x="1289" y="220" />
+      <point x="1289" y="232" />
+      <point x="1259" y="220" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>31</width>
+    <wuid>-32e0cda:1641d794e56:-6baf</wuid>
+    <x>1259</x>
+    <y>220</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>13</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1387" y="220" />
+      <point x="1387" y="232" />
+      <point x="1417" y="220" />
+      <point x="1417" y="232" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>31</width>
+    <wuid>-32e0cda:1641d794e56:-6bad</wuid>
+    <x>1387</x>
+    <y>220</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>13</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1387" y="220" />
+      <point x="1387" y="232" />
+      <point x="1417" y="220" />
+      <point x="1417" y="232" />
+      <point x="1387" y="220" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>31</width>
+    <wuid>-32e0cda:1641d794e56:-6bab</wuid>
+    <x>1387</x>
+    <y>220</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>13</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1099" y="538" />
+      <point x="1099" y="550" />
+      <point x="1129" y="538" />
+      <point x="1129" y="550" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>31</width>
+    <wuid>-32e0cda:1641d794e56:-6ba5</wuid>
+    <x>1099</x>
+    <y>538</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>13</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1099" y="538" />
+      <point x="1099" y="550" />
+      <point x="1129" y="538" />
+      <point x="1129" y="550" />
+      <point x="1099" y="538" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>31</width>
+    <wuid>-32e0cda:1641d794e56:-6ba3</wuid>
+    <x>1099</x>
+    <y>538</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>13</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1099" y="498" />
+      <point x="1099" y="510" />
+      <point x="1129" y="498" />
+      <point x="1129" y="510" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>31</width>
+    <wuid>-32e0cda:1641d794e56:-6ba1</wuid>
+    <x>1099</x>
+    <y>498</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>13</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1099" y="498" />
+      <point x="1099" y="510" />
+      <point x="1129" y="498" />
+      <point x="1129" y="510" />
+      <point x="1099" y="498" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>31</width>
+    <wuid>-32e0cda:1641d794e56:-6b9f</wuid>
+    <x>1099</x>
+    <y>498</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>13</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1259" y="466" />
+      <point x="1259" y="478" />
+      <point x="1289" y="466" />
+      <point x="1289" y="478" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>31</width>
+    <wuid>-32e0cda:1641d794e56:-6b9d</wuid>
+    <x>1259</x>
+    <y>466</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>13</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1259" y="466" />
+      <point x="1259" y="478" />
+      <point x="1289" y="466" />
+      <point x="1289" y="478" />
+      <point x="1259" y="466" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>31</width>
+    <wuid>-32e0cda:1641d794e56:-6b9b</wuid>
+    <x>1259</x>
+    <y>466</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>13</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1387" y="466" />
+      <point x="1387" y="478" />
+      <point x="1417" y="466" />
+      <point x="1417" y="478" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>31</width>
+    <wuid>-32e0cda:1641d794e56:-6b99</wuid>
+    <x>1387</x>
+    <y>466</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>13</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1387" y="466" />
+      <point x="1387" y="478" />
+      <point x="1417" y="466" />
+      <point x="1417" y="478" />
+      <point x="1387" y="466" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>31</width>
+    <wuid>-32e0cda:1641d794e56:-6b97</wuid>
+    <x>1387</x>
+    <y>466</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>13</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1099" y="745" />
+      <point x="1099" y="757" />
+      <point x="1129" y="745" />
+      <point x="1129" y="757" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>31</width>
+    <wuid>-32e0cda:1641d794e56:-6b95</wuid>
+    <x>1099</x>
+    <y>745</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>13</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1099" y="745" />
+      <point x="1099" y="757" />
+      <point x="1129" y="745" />
+      <point x="1129" y="757" />
+      <point x="1099" y="745" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>31</width>
+    <wuid>-32e0cda:1641d794e56:-6b93</wuid>
+    <x>1099</x>
+    <y>745</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>13</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1259" y="674" />
+      <point x="1259" y="686" />
+      <point x="1289" y="674" />
+      <point x="1289" y="686" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>31</width>
+    <wuid>-32e0cda:1641d794e56:-6b8d</wuid>
+    <x>1259</x>
+    <y>674</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>13</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1259" y="674" />
+      <point x="1259" y="686" />
+      <point x="1289" y="674" />
+      <point x="1289" y="686" />
+      <point x="1259" y="674" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>31</width>
+    <wuid>-32e0cda:1641d794e56:-6b8b</wuid>
+    <x>1259</x>
+    <y>674</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>13</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1387" y="674" />
+      <point x="1387" y="686" />
+      <point x="1417" y="674" />
+      <point x="1417" y="686" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>31</width>
+    <wuid>-32e0cda:1641d794e56:-6b89</wuid>
+    <x>1387</x>
+    <y>674</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>13</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1387" y="674" />
+      <point x="1387" y="686" />
+      <point x="1417" y="674" />
+      <point x="1417" y="686" />
+      <point x="1387" y="674" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>31</width>
+    <wuid>-32e0cda:1641d794e56:-6b87</wuid>
+    <x>1387</x>
+    <y>674</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>13</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1099" y="953" />
+      <point x="1099" y="965" />
+      <point x="1129" y="953" />
+      <point x="1129" y="965" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>31</width>
+    <wuid>-32e0cda:1641d794e56:-6b85</wuid>
+    <x>1099</x>
+    <y>953</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>13</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1099" y="953" />
+      <point x="1099" y="965" />
+      <point x="1129" y="953" />
+      <point x="1129" y="965" />
+      <point x="1099" y="953" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>31</width>
+    <wuid>-32e0cda:1641d794e56:-6b83</wuid>
+    <x>1099</x>
+    <y>953</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>13</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1099" y="913" />
+      <point x="1099" y="925" />
+      <point x="1129" y="913" />
+      <point x="1129" y="925" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>31</width>
+    <wuid>-32e0cda:1641d794e56:-6b81</wuid>
+    <x>1099</x>
+    <y>913</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>13</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1099" y="913" />
+      <point x="1099" y="925" />
+      <point x="1129" y="913" />
+      <point x="1129" y="925" />
+      <point x="1099" y="913" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>31</width>
+    <wuid>-32e0cda:1641d794e56:-6b7f</wuid>
+    <x>1099</x>
+    <y>913</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>13</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1259" y="881" />
+      <point x="1259" y="893" />
+      <point x="1289" y="881" />
+      <point x="1289" y="893" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>31</width>
+    <wuid>-32e0cda:1641d794e56:-6b7d</wuid>
+    <x>1259</x>
+    <y>881</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>13</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1259" y="881" />
+      <point x="1259" y="893" />
+      <point x="1289" y="881" />
+      <point x="1289" y="893" />
+      <point x="1259" y="881" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>31</width>
+    <wuid>-32e0cda:1641d794e56:-6b7b</wuid>
+    <x>1259</x>
+    <y>881</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>13</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1387" y="881" />
+      <point x="1387" y="893" />
+      <point x="1417" y="881" />
+      <point x="1417" y="893" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>31</width>
+    <wuid>-32e0cda:1641d794e56:-6b79</wuid>
+    <x>1387</x>
+    <y>881</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>13</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1387" y="881" />
+      <point x="1387" y="893" />
+      <point x="1417" y="881" />
+      <point x="1417" y="893" />
+      <point x="1387" y="881" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>31</width>
+    <wuid>-32e0cda:1641d794e56:-6b77</wuid>
+    <x>1387</x>
+    <y>881</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="229" y="387" />
+      <point x="308" y="387" />
+      <point x="308" y="383" />
+      <point x="229" y="383" />
+      <point x="229" y="387" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>80</width>
+    <wuid>-32e0cda:1641d794e56:-70c6</wuid>
+    <x>229</x>
+    <y>383</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="229" y="547" />
+      <point x="308" y="547" />
+      <point x="308" y="543" />
+      <point x="229" y="543" />
+      <point x="229" y="547" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>80</width>
+    <wuid>-32e0cda:1641d794e56:-70be</wuid>
+    <x>229</x>
+    <y>543</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="229" y="547" />
+      <point x="308" y="547" />
+      <point x="308" y="543" />
+      <point x="229" y="543" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0&gt;0.5">
+          <value>
+            <color red="0" green="240" blue="240" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0&gt;0.5)">
+          <value>
+            <color red="180" green="180" blue="180" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-PT-012:Prs</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>80</width>
+    <wuid>-32e0cda:1641d794e56:-6fd4</wuid>
+    <x>229</x>
+    <y>543</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="229" y="387" />
+      <point x="308" y="387" />
+      <point x="308" y="383" />
+      <point x="229" y="383" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="180" green="180" blue="180" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-FCV-011:Open</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>80</width>
+    <wuid>-32e0cda:1641d794e56:-6fbe</wuid>
+    <x>229</x>
+    <y>383</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Ellipse" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <bg_gradient_color>
+      <color red="255" green="255" blue="255" />
+    </bg_gradient_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fg_gradient_color>
+      <color red="255" green="255" blue="255" />
+    </fg_gradient_color>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <gradient>false</gradient>
+    <height>20</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Ellipse</name>
+    <pv_name></pv_name>
+    <pv_value />
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Ellipse</widget_type>
+    <width>20</width>
+    <wuid>-32e0cda:1641d794e56:-6f88</wuid>
+    <x>236</x>
+    <y>349</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Ellipse" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <bg_gradient_color>
+      <color red="255" green="255" blue="255" />
+    </bg_gradient_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fg_gradient_color>
+      <color red="255" green="255" blue="255" />
+    </fg_gradient_color>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <gradient>false</gradient>
+    <height>20</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Ellipse</name>
+    <pv_name></pv_name>
+    <pv_value />
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Ellipse</widget_type>
+    <width>20</width>
+    <wuid>-32e0cda:1641d794e56:-6f87</wuid>
+    <x>266</x>
+    <y>401</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Ellipse" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <bg_gradient_color>
+      <color red="255" green="255" blue="255" />
+    </bg_gradient_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fg_gradient_color>
+      <color red="255" green="255" blue="255" />
+    </fg_gradient_color>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <gradient>false</gradient>
+    <height>20</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Ellipse</name>
+    <pv_name></pv_name>
+    <pv_value />
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Ellipse</widget_type>
+    <width>20</width>
+    <wuid>-32e0cda:1641d794e56:-6f86</wuid>
+    <x>266</x>
+    <y>561</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Ellipse" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <bg_gradient_color>
+      <color red="255" green="255" blue="255" />
+    </bg_gradient_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fg_gradient_color>
+      <color red="255" green="255" blue="255" />
+    </fg_gradient_color>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <gradient>false</gradient>
+    <height>20</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Ellipse</name>
+    <pv_name></pv_name>
+    <pv_value />
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Ellipse</widget_type>
+    <width>20</width>
+    <wuid>-32e0cda:1641d794e56:-6f85</wuid>
+    <x>380</x>
+    <y>611</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Ellipse" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <bg_gradient_color>
+      <color red="255" green="255" blue="255" />
+    </bg_gradient_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fg_gradient_color>
+      <color red="255" green="255" blue="255" />
+    </fg_gradient_color>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <gradient>false</gradient>
+    <height>20</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Ellipse</name>
+    <pv_name></pv_name>
+    <pv_value />
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Ellipse</widget_type>
+    <width>20</width>
+    <wuid>-32e0cda:1641d794e56:-6f84</wuid>
+    <x>508</x>
+    <y>401</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Ellipse" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <bg_gradient_color>
+      <color red="255" green="255" blue="255" />
+    </bg_gradient_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fg_gradient_color>
+      <color red="255" green="255" blue="255" />
+    </fg_gradient_color>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <gradient>false</gradient>
+    <height>20</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Ellipse</name>
+    <pv_name></pv_name>
+    <pv_value />
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Ellipse</widget_type>
+    <width>20</width>
+    <wuid>-32e0cda:1641d794e56:-6f83</wuid>
+    <x>508</x>
+    <y>561</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Ellipse" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <bg_gradient_color>
+      <color red="255" green="255" blue="255" />
+    </bg_gradient_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fg_gradient_color>
+      <color red="255" green="255" blue="255" />
+    </fg_gradient_color>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <gradient>false</gradient>
+    <height>20</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Ellipse</name>
+    <pv_name></pv_name>
+    <pv_value />
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Ellipse</widget_type>
+    <width>20</width>
+    <wuid>-32e0cda:1641d794e56:-6f82</wuid>
+    <x>731</x>
+    <y>562</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Ellipse" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <bg_gradient_color>
+      <color red="255" green="255" blue="255" />
+    </bg_gradient_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fg_gradient_color>
+      <color red="255" green="255" blue="255" />
+    </fg_gradient_color>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <gradient>false</gradient>
+    <height>20</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Ellipse</name>
+    <pv_name></pv_name>
+    <pv_value />
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Ellipse</widget_type>
+    <width>20</width>
+    <wuid>-32e0cda:1641d794e56:-6f81</wuid>
+    <x>1473</x>
+    <y>488</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Ellipse" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <bg_gradient_color>
+      <color red="255" green="255" blue="255" />
+    </bg_gradient_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fg_gradient_color>
+      <color red="255" green="255" blue="255" />
+    </fg_gradient_color>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <gradient>false</gradient>
+    <height>20</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Ellipse</name>
+    <pv_name></pv_name>
+    <pv_value />
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Ellipse</widget_type>
+    <width>20</width>
+    <wuid>-32e0cda:1641d794e56:-6f80</wuid>
+    <x>1549</x>
+    <y>488</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Ellipse" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <bg_gradient_color>
+      <color red="255" green="255" blue="255" />
+    </bg_gradient_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fg_gradient_color>
+      <color red="255" green="255" blue="255" />
+    </fg_gradient_color>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <gradient>false</gradient>
+    <height>20</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Ellipse</name>
+    <pv_name></pv_name>
+    <pv_value />
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Ellipse</widget_type>
+    <width>20</width>
+    <wuid>-32e0cda:1641d794e56:-6f7f</wuid>
+    <x>1473</x>
+    <y>696</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Ellipse" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <bg_gradient_color>
+      <color red="255" green="255" blue="255" />
+    </bg_gradient_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fg_gradient_color>
+      <color red="255" green="255" blue="255" />
+    </fg_gradient_color>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <gradient>false</gradient>
+    <height>20</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Ellipse</name>
+    <pv_name></pv_name>
+    <pv_value />
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Ellipse</widget_type>
+    <width>20</width>
+    <wuid>-32e0cda:1641d794e56:-6f7e</wuid>
+    <x>1549</x>
+    <y>696</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Ellipse" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <bg_gradient_color>
+      <color red="255" green="255" blue="255" />
+    </bg_gradient_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fg_gradient_color>
+      <color red="255" green="255" blue="255" />
+    </fg_gradient_color>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <gradient>false</gradient>
+    <height>20</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Ellipse</name>
+    <pv_name></pv_name>
+    <pv_value />
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Ellipse</widget_type>
+    <width>20</width>
+    <wuid>-32e0cda:1641d794e56:-6f7d</wuid>
+    <x>1472</x>
+    <y>904</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Ellipse" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <bg_gradient_color>
+      <color red="255" green="255" blue="255" />
+    </bg_gradient_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fg_gradient_color>
+      <color red="255" green="255" blue="255" />
+    </fg_gradient_color>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <gradient>false</gradient>
+    <height>20</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Ellipse</name>
+    <pv_name></pv_name>
+    <pv_value />
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Ellipse</widget_type>
+    <width>20</width>
+    <wuid>-32e0cda:1641d794e56:-6f7c</wuid>
+    <x>1548</x>
+    <y>904</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Ellipse" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <bg_gradient_color>
+      <color red="255" green="255" blue="255" />
+    </bg_gradient_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fg_gradient_color>
+      <color red="255" green="255" blue="255" />
+    </fg_gradient_color>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <gradient>false</gradient>
+    <height>20</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Ellipse</name>
+    <pv_name></pv_name>
+    <pv_value />
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Ellipse</widget_type>
+    <width>20</width>
+    <wuid>-32e0cda:1641d794e56:-6f7b</wuid>
+    <x>1473</x>
+    <y>242</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Ellipse" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <bg_gradient_color>
+      <color red="255" green="255" blue="255" />
+    </bg_gradient_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fg_gradient_color>
+      <color red="255" green="255" blue="255" />
+    </fg_gradient_color>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <gradient>false</gradient>
+    <height>20</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Ellipse</name>
+    <pv_name></pv_name>
+    <pv_value />
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Ellipse</widget_type>
+    <width>20</width>
+    <wuid>-32e0cda:1641d794e56:-6f7a</wuid>
+    <x>1549</x>
+    <y>242</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Ellipse" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <bg_gradient_color>
+      <color red="255" green="255" blue="255" />
+    </bg_gradient_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fg_gradient_color>
+      <color red="255" green="255" blue="255" />
+    </fg_gradient_color>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <gradient>false</gradient>
+    <height>20</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Ellipse</name>
+    <pv_name></pv_name>
+    <pv_value />
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Ellipse</widget_type>
+    <width>20</width>
+    <wuid>-32e0cda:1641d794e56:-6f79</wuid>
+    <x>1423</x>
+    <y>262</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Ellipse" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <bg_gradient_color>
+      <color red="255" green="255" blue="255" />
+    </bg_gradient_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fg_gradient_color>
+      <color red="255" green="255" blue="255" />
+    </fg_gradient_color>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <gradient>false</gradient>
+    <height>20</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Ellipse</name>
+    <pv_name></pv_name>
+    <pv_value />
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Ellipse</widget_type>
+    <width>20</width>
+    <wuid>-32e0cda:1641d794e56:-6f78</wuid>
+    <x>1377</x>
+    <y>262</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Ellipse" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <bg_gradient_color>
+      <color red="255" green="255" blue="255" />
+    </bg_gradient_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fg_gradient_color>
+      <color red="255" green="255" blue="255" />
+    </fg_gradient_color>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <gradient>false</gradient>
+    <height>20</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Ellipse</name>
+    <pv_name></pv_name>
+    <pv_value />
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Ellipse</widget_type>
+    <width>20</width>
+    <wuid>-32e0cda:1641d794e56:-6f77</wuid>
+    <x>1267</x>
+    <y>312</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Ellipse" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <bg_gradient_color>
+      <color red="255" green="255" blue="255" />
+    </bg_gradient_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fg_gradient_color>
+      <color red="255" green="255" blue="255" />
+    </fg_gradient_color>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <gradient>false</gradient>
+    <height>20</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Ellipse</name>
+    <pv_name></pv_name>
+    <pv_value />
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Ellipse</widget_type>
+    <width>20</width>
+    <wuid>-32e0cda:1641d794e56:-6f76</wuid>
+    <x>904</x>
+    <y>168</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="475" y="962" />
+      <point x="553" y="962" />
+      <point x="549" y="958" />
+      <point x="475" y="958" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0|!pv1">
+          <value>
+            <color red="0" green="0" blue="240" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0|!pv1)">
+          <value>
+            <color red="180" green="180" blue="180" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-LT-070:LL</pv>
+        <pv trig="true">CWM-CWS03:WtrC-LT-070:LVL</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>79</width>
+    <wuid>-32e0cda:1641d794e56:-6fd6</wuid>
+    <x>475</x>
+    <y>958</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>131</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="189" y="800" />
+      <point x="187" y="798" />
+      <point x="187" y="672" />
+      <point x="189" y="670" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-7194</wuid>
+    <x>187</x>
+    <y>670</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>131</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="28" y="800" />
+      <point x="30" y="798" />
+      <point x="30" y="672" />
+      <point x="28" y="670" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-7130</wuid>
+    <x>28</x>
+    <y>670</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="607" y="543" />
+      <point x="684" y="543" />
+      <point x="684" y="547" />
+      <point x="607" y="547" />
+      <point x="607" y="543" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="0" green="0" blue="240" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="180" green="180" blue="180" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-FCV-015:Closed</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>78</width>
+    <wuid>-32e0cda:1641d794e56:-70c7</wuid>
+    <x>607</x>
+    <y>543</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="607" y="547" />
+      <point x="684" y="547" />
+      <point x="684" y="543" />
+      <point x="607" y="543" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="0" green="0" blue="240" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="180" green="180" blue="180" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-FCV-014:Open</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>78</width>
+    <wuid>-32e0cda:1641d794e56:-6fa7</wuid>
+    <x>607</x>
+    <y>543</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>12</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1099" y="706" />
+      <point x="1099" y="717" />
+      <point x="1129" y="706" />
+      <point x="1129" y="717" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>31</width>
+    <wuid>-32e0cda:1641d794e56:-6b91</wuid>
+    <x>1099</x>
+    <y>706</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>12</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1099" y="706" />
+      <point x="1099" y="717" />
+      <point x="1129" y="706" />
+      <point x="1129" y="717" />
+      <point x="1099" y="706" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>31</width>
+    <wuid>-32e0cda:1641d794e56:-6b8f</wuid>
+    <x>1099</x>
+    <y>706</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1754" y="682" />
+      <point x="1826" y="682" />
+      <point x="1826" y="678" />
+      <point x="1754" y="678" />
+      <point x="1754" y="682" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>73</width>
+    <wuid>-32e0cda:1641d794e56:-70ef</wuid>
+    <x>1754</x>
+    <y>678</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1754" y="961" />
+      <point x="1826" y="961" />
+      <point x="1826" y="957" />
+      <point x="1754" y="957" />
+      <point x="1754" y="961" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>73</width>
+    <wuid>-32e0cda:1641d794e56:-70ee</wuid>
+    <x>1754</x>
+    <y>957</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1754" y="474" />
+      <point x="1826" y="474" />
+      <point x="1826" y="470" />
+      <point x="1754" y="470" />
+      <point x="1754" y="474" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>73</width>
+    <wuid>-32e0cda:1641d794e56:-70ed</wuid>
+    <x>1754</x>
+    <y>470</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1754" y="348" />
+      <point x="1826" y="348" />
+      <point x="1826" y="344" />
+      <point x="1754" y="344" />
+      <point x="1754" y="348" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>73</width>
+    <wuid>-32e0cda:1641d794e56:-70ec</wuid>
+    <x>1754</x>
+    <y>344</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1754" y="228" />
+      <point x="1826" y="228" />
+      <point x="1826" y="224" />
+      <point x="1754" y="224" />
+      <point x="1754" y="228" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>73</width>
+    <wuid>-32e0cda:1641d794e56:-70eb</wuid>
+    <x>1754</x>
+    <y>224</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1754" y="682" />
+      <point x="1826" y="682" />
+      <point x="1826" y="678" />
+      <point x="1754" y="678" />
+      <point x="1754" y="682" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>73</width>
+    <wuid>-32e0cda:1641d794e56:-70ea</wuid>
+    <x>1754</x>
+    <y>678</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1755" y="889" />
+      <point x="1827" y="889" />
+      <point x="1827" y="885" />
+      <point x="1755" y="885" />
+      <point x="1755" y="889" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>73</width>
+    <wuid>-32e0cda:1641d794e56:-70d6</wuid>
+    <x>1755</x>
+    <y>885</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1754" y="682" />
+      <point x="1826" y="682" />
+      <point x="1826" y="678" />
+      <point x="1754" y="678" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-FCV-040:Open</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>73</width>
+    <wuid>-32e0cda:1641d794e56:-706b</wuid>
+    <x>1754</x>
+    <y>678</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1754" y="961" />
+      <point x="1826" y="961" />
+      <point x="1826" y="957" />
+      <point x="1754" y="957" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0|pv1|pv2">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0|pv1|pv2)">
+          <value>
+            <color red="180" green="180" blue="180" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-FCV-030:Open</pv>
+        <pv trig="true">CWM-CWS03:WtrC-FCV-040:Open</pv>
+        <pv trig="true">CWM-CWS03:WtrC-FCV-050:Open</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>73</width>
+    <wuid>-32e0cda:1641d794e56:-706a</wuid>
+    <x>1754</x>
+    <y>957</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1754" y="682" />
+      <point x="1826" y="682" />
+      <point x="1826" y="678" />
+      <point x="1754" y="678" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="0" green="0" blue="240" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="180" green="180" blue="180" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-FCV-040:Open</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>73</width>
+    <wuid>-32e0cda:1641d794e56:-7069</wuid>
+    <x>1754</x>
+    <y>678</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1754" y="474" />
+      <point x="1826" y="474" />
+      <point x="1826" y="470" />
+      <point x="1754" y="470" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="0" green="0" blue="240" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="180" green="180" blue="180" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-FCV-030:Open</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>73</width>
+    <wuid>-32e0cda:1641d794e56:-7068</wuid>
+    <x>1754</x>
+    <y>470</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1754" y="348" />
+      <point x="1826" y="348" />
+      <point x="1826" y="344" />
+      <point x="1754" y="344" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="180" green="180" blue="180" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-FCV-020:Open</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>73</width>
+    <wuid>-32e0cda:1641d794e56:-7067</wuid>
+    <x>1754</x>
+    <y>344</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1754" y="228" />
+      <point x="1826" y="228" />
+      <point x="1826" y="224" />
+      <point x="1754" y="224" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="0" green="0" blue="240" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="180" green="180" blue="180" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-FCV-020:Open</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>73</width>
+    <wuid>-32e0cda:1641d794e56:-7066</wuid>
+    <x>1754</x>
+    <y>224</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1755" y="889" />
+      <point x="1827" y="889" />
+      <point x="1827" y="885" />
+      <point x="1755" y="885" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="0" green="0" blue="240" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="180" green="180" blue="180" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-FCV-050:Open</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>73</width>
+    <wuid>-32e0cda:1641d794e56:-7028</wuid>
+    <x>1755</x>
+    <y>885</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1754" y="224" />
+      <point x="1826" y="224" />
+      <point x="1826" y="228" />
+      <point x="1754" y="228" />
+      <point x="1754" y="224" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>73</width>
+    <wuid>-32e0cda:1641d794e56:-6c12</wuid>
+    <x>1754</x>
+    <y>224</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1754" y="344" />
+      <point x="1826" y="344" />
+      <point x="1826" y="348" />
+      <point x="1754" y="348" />
+      <point x="1754" y="344" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>73</width>
+    <wuid>-32e0cda:1641d794e56:-6c11</wuid>
+    <x>1754</x>
+    <y>344</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1754" y="470" />
+      <point x="1826" y="470" />
+      <point x="1826" y="474" />
+      <point x="1754" y="474" />
+      <point x="1754" y="470" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>73</width>
+    <wuid>-32e0cda:1641d794e56:-6c10</wuid>
+    <x>1754</x>
+    <y>470</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1754" y="678" />
+      <point x="1826" y="678" />
+      <point x="1826" y="682" />
+      <point x="1754" y="682" />
+      <point x="1754" y="678" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>73</width>
+    <wuid>-32e0cda:1641d794e56:-6c0f</wuid>
+    <x>1754</x>
+    <y>678</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1754" y="957" />
+      <point x="1826" y="957" />
+      <point x="1826" y="961" />
+      <point x="1754" y="961" />
+      <point x="1754" y="957" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>73</width>
+    <wuid>-32e0cda:1641d794e56:-6c02</wuid>
+    <x>1754</x>
+    <y>957</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1755" y="885" />
+      <point x="1827" y="885" />
+      <point x="1827" y="889" />
+      <point x="1755" y="889" />
+      <point x="1755" y="885" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>73</width>
+    <wuid>-32e0cda:1641d794e56:-6bfe</wuid>
+    <x>1755</x>
+    <y>885</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="787" y="387" />
+      <point x="854" y="387" />
+      <point x="854" y="383" />
+      <point x="787" y="383" />
+      <point x="787" y="387" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>68</width>
+    <wuid>-32e0cda:1641d794e56:-70c1</wuid>
+    <x>787</x>
+    <y>383</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="787" y="387" />
+      <point x="854" y="387" />
+      <point x="854" y="383" />
+      <point x="787" y="383" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="180" green="180" blue="180" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-P-10:CmdD</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>68</width>
+    <wuid>-32e0cda:1641d794e56:-6fac</wuid>
+    <x>787</x>
+    <y>383</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="787" y="547" />
+      <point x="853" y="547" />
+      <point x="853" y="543" />
+      <point x="787" y="543" />
+      <point x="787" y="547" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>67</width>
+    <wuid>-32e0cda:1641d794e56:-70c0</wuid>
+    <x>787</x>
+    <y>543</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="787" y="547" />
+      <point x="853" y="547" />
+      <point x="853" y="543" />
+      <point x="787" y="543" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>67</width>
+    <wuid>-32e0cda:1641d794e56:-6fad</wuid>
+    <x>787</x>
+    <y>543</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="787" y="547" />
+      <point x="853" y="547" />
+      <point x="853" y="543" />
+      <point x="787" y="543" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>67</width>
+    <wuid>-32e0cda:1641d794e56:-6fa1</wuid>
+    <x>787</x>
+    <y>543</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="787" y="547" />
+      <point x="853" y="547" />
+      <point x="853" y="543" />
+      <point x="787" y="543" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="0" green="0" blue="240" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="180" green="180" blue="180" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-FCV-014:Open</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>67</width>
+    <wuid>-32e0cda:1641d794e56:-6fa0</wuid>
+    <x>787</x>
+    <y>543</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1129" y="304" />
+      <point x="1194" y="304" />
+      <point x="1194" y="308" />
+      <point x="1129" y="308" />
+      <point x="1129" y="304" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>66</width>
+    <wuid>-32e0cda:1641d794e56:-70e5</wuid>
+    <x>1129</x>
+    <y>304</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1129" y="506" />
+      <point x="1194" y="506" />
+      <point x="1194" y="502" />
+      <point x="1129" y="502" />
+      <point x="1129" y="506" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>66</width>
+    <wuid>-32e0cda:1641d794e56:-70e1</wuid>
+    <x>1129</x>
+    <y>502</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1129" y="308" />
+      <point x="1194" y="308" />
+      <point x="1194" y="304" />
+      <point x="1129" y="304" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="0" green="0" blue="240" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="180" green="180" blue="180" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-P-10:CmdD</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>66</width>
+    <wuid>-32e0cda:1641d794e56:-7054</wuid>
+    <x>1129</x>
+    <y>304</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1129" y="506" />
+      <point x="1194" y="506" />
+      <point x="1194" y="502" />
+      <point x="1129" y="502" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="0" green="0" blue="240" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="180" green="180" blue="180" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-P-10:CmdD</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>66</width>
+    <wuid>-32e0cda:1641d794e56:-704f</wuid>
+    <x>1129</x>
+    <y>502</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1129" y="714" />
+      <point x="1194" y="714" />
+      <point x="1194" y="710" />
+      <point x="1129" y="710" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="0" green="0" blue="240" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="180" green="180" blue="180" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-P-10:CmdD</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>66</width>
+    <wuid>-32e0cda:1641d794e56:-704a</wuid>
+    <x>1129</x>
+    <y>710</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1129" y="917" />
+      <point x="1194" y="917" />
+      <point x="1194" y="921" />
+      <point x="1129" y="921" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="0" green="0" blue="240" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="180" green="180" blue="180" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-P-10:CmdD</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>66</width>
+    <wuid>-32e0cda:1641d794e56:-7047</wuid>
+    <x>1129</x>
+    <y>917</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="240" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="240" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="240" green="0" blue="0" />
+    </foreground_color>
+    <height>13</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="240" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1082" y="325" />
+      <point x="1106" y="331" />
+      <point x="1106" y="319" />
+      <point x="1082" y="325" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>25</width>
+    <wuid>-32e0cda:1641d794e56:-7087</wuid>
+    <x>1082</x>
+    <y>319</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="240" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="240" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="240" green="0" blue="0" />
+    </foreground_color>
+    <height>13</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="240" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1082" y="522" />
+      <point x="1106" y="528" />
+      <point x="1106" y="516" />
+      <point x="1082" y="522" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>25</width>
+    <wuid>-32e0cda:1641d794e56:-7085</wuid>
+    <x>1082</x>
+    <y>516</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="240" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="240" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="240" green="0" blue="0" />
+    </foreground_color>
+    <height>13</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="240" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1082" y="729" />
+      <point x="1106" y="735" />
+      <point x="1106" y="723" />
+      <point x="1082" y="729" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>25</width>
+    <wuid>-32e0cda:1641d794e56:-7083</wuid>
+    <x>1082</x>
+    <y>723</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="240" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="240" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="240" green="0" blue="0" />
+    </foreground_color>
+    <height>13</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="240" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1082" y="938" />
+      <point x="1106" y="944" />
+      <point x="1106" y="932" />
+      <point x="1082" y="938" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>25</width>
+    <wuid>-32e0cda:1641d794e56:-7081</wuid>
+    <x>1082</x>
+    <y>932</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="240" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="240" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="240" />
+    </foreground_color>
+    <height>13</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="240" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1146" y="897" />
+      <point x="1122" y="891" />
+      <point x="1122" y="903" />
+      <point x="1146" y="897" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>25</width>
+    <wuid>-32e0cda:1641d794e56:-707f</wuid>
+    <x>1122</x>
+    <y>891</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="240" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="240" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="240" />
+    </foreground_color>
+    <height>13</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="240" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1146" y="686" />
+      <point x="1122" y="680" />
+      <point x="1122" y="692" />
+      <point x="1146" y="686" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>25</width>
+    <wuid>-32e0cda:1641d794e56:-707d</wuid>
+    <x>1122</x>
+    <y>680</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="240" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="240" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="240" />
+    </foreground_color>
+    <height>13</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="240" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1146" y="473" />
+      <point x="1122" y="467" />
+      <point x="1122" y="479" />
+      <point x="1146" y="473" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>25</width>
+    <wuid>-32e0cda:1641d794e56:-707b</wuid>
+    <x>1122</x>
+    <y>467</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="240" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="240" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="240" />
+    </foreground_color>
+    <height>13</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="240" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1146" y="283" />
+      <point x="1122" y="277" />
+      <point x="1122" y="289" />
+      <point x="1146" y="283" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>25</width>
+    <wuid>-32e0cda:1641d794e56:-7079</wuid>
+    <x>1122</x>
+    <y>277</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="240" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="240" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="240" />
+    </foreground_color>
+    <height>13</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="240" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1779" y="252" />
+      <point x="1755" y="246" />
+      <point x="1755" y="258" />
+      <point x="1779" y="252" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>25</width>
+    <wuid>-32e0cda:1641d794e56:-7077</wuid>
+    <x>1755</x>
+    <y>246</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="240" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="240" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="240" />
+    </foreground_color>
+    <height>13</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="240" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1779" y="491" />
+      <point x="1755" y="485" />
+      <point x="1755" y="497" />
+      <point x="1779" y="491" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>25</width>
+    <wuid>-32e0cda:1641d794e56:-7075</wuid>
+    <x>1755</x>
+    <y>485</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="240" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="240" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="240" />
+    </foreground_color>
+    <height>13</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="240" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1779" y="696" />
+      <point x="1755" y="690" />
+      <point x="1755" y="702" />
+      <point x="1779" y="696" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>25</width>
+    <wuid>-32e0cda:1641d794e56:-7073</wuid>
+    <x>1755</x>
+    <y>690</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="240" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="240" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="240" />
+    </foreground_color>
+    <height>13</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="240" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1779" y="906" />
+      <point x="1755" y="900" />
+      <point x="1755" y="912" />
+      <point x="1779" y="906" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>25</width>
+    <wuid>-32e0cda:1641d794e56:-7071</wuid>
+    <x>1755</x>
+    <y>900</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="240" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="240" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="240" green="0" blue="0" />
+    </foreground_color>
+    <height>13</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="240" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1715" y="367" />
+      <point x="1739" y="373" />
+      <point x="1739" y="361" />
+      <point x="1715" y="367" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>25</width>
+    <wuid>-32e0cda:1641d794e56:-706f</wuid>
+    <x>1715</x>
+    <y>361</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="240" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="240" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="240" green="0" blue="0" />
+    </foreground_color>
+    <height>13</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="240" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1715" y="978" />
+      <point x="1739" y="984" />
+      <point x="1739" y="972" />
+      <point x="1715" y="978" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>25</width>
+    <wuid>-32e0cda:1641d794e56:-706d</wuid>
+    <x>1715</x>
+    <y>972</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="240" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="240" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="240" green="0" blue="0" />
+    </foreground_color>
+    <height>25</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="240" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1232" y="259" />
+      <point x="1226" y="283" />
+      <point x="1238" y="283" />
+      <point x="1232" y="259" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>13</width>
+    <wuid>-32e0cda:1641d794e56:-7042</wuid>
+    <x>1226</x>
+    <y>259</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="240" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="240" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="240" green="0" blue="0" />
+    </foreground_color>
+    <height>25</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="240" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1236" y="477" />
+      <point x="1230" y="501" />
+      <point x="1242" y="501" />
+      <point x="1236" y="477" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>13</width>
+    <wuid>-32e0cda:1641d794e56:-7040</wuid>
+    <x>1230</x>
+    <y>477</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="240" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="240" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="240" green="0" blue="0" />
+    </foreground_color>
+    <height>25</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="240" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1240" y="685" />
+      <point x="1234" y="709" />
+      <point x="1246" y="709" />
+      <point x="1240" y="685" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>13</width>
+    <wuid>-32e0cda:1641d794e56:-703e</wuid>
+    <x>1234</x>
+    <y>685</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="240" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="240" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="240" green="0" blue="0" />
+    </foreground_color>
+    <height>25</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="240" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1244" y="892" />
+      <point x="1238" y="916" />
+      <point x="1250" y="916" />
+      <point x="1244" y="892" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>13</width>
+    <wuid>-32e0cda:1641d794e56:-703c</wuid>
+    <x>1238</x>
+    <y>892</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>65</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1626" y="957" />
+      <point x="1626" y="893" />
+      <point x="1630" y="893" />
+      <point x="1630" y="957" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="180" green="180" blue="180" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-FCV-051:Open</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>5</width>
+    <wuid>-32e0cda:1641d794e56:-7037</wuid>
+    <x>1626</x>
+    <y>893</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="240" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="240" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="240" green="0" blue="0" />
+    </foreground_color>
+    <height>13</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="240" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="431" y="415" />
+      <point x="455" y="421" />
+      <point x="455" y="409" />
+      <point x="431" y="415" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>25</width>
+    <wuid>-32e0cda:1641d794e56:-6fbb</wuid>
+    <x>431</x>
+    <y>409</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="240" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="240" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="240" green="0" blue="0" />
+    </foreground_color>
+    <height>13</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="240" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="288" y="415" />
+      <point x="312" y="421" />
+      <point x="312" y="409" />
+      <point x="288" y="415" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>25</width>
+    <wuid>-32e0cda:1641d794e56:-6fb9</wuid>
+    <x>288</x>
+    <y>409</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="240" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="240" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="240" green="0" blue="0" />
+    </foreground_color>
+    <height>13</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="240" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="616" y="416" />
+      <point x="640" y="422" />
+      <point x="640" y="410" />
+      <point x="616" y="416" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>25</width>
+    <wuid>-32e0cda:1641d794e56:-6fb7</wuid>
+    <x>616</x>
+    <y>410</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="240" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="240" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="240" green="0" blue="0" />
+    </foreground_color>
+    <height>25</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="240" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="577" y="498" />
+      <point x="583" y="474" />
+      <point x="571" y="474" />
+      <point x="577" y="498" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>13</width>
+    <wuid>-32e0cda:1641d794e56:-6fb5</wuid>
+    <x>571</x>
+    <y>474</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="240" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="240" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="240" />
+    </foreground_color>
+    <height>13</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="240" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="797" y="519" />
+      <point x="773" y="513" />
+      <point x="773" y="525" />
+      <point x="797" y="519" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>25</width>
+    <wuid>-32e0cda:1641d794e56:-6fb3</wuid>
+    <x>773</x>
+    <y>513</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="240" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="240" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="240" />
+    </foreground_color>
+    <height>13</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="240" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="494" y="495" />
+      <point x="470" y="489" />
+      <point x="470" y="501" />
+      <point x="494" y="495" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>25</width>
+    <wuid>-32e0cda:1641d794e56:-6fb1</wuid>
+    <x>470</x>
+    <y>489</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="240" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="240" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="240" />
+    </foreground_color>
+    <height>13</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="240" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="301" y="489" />
+      <point x="277" y="483" />
+      <point x="277" y="495" />
+      <point x="301" y="489" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>25</width>
+    <wuid>-32e0cda:1641d794e56:-6faf</wuid>
+    <x>277</x>
+    <y>483</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="661" y="493" />
+      <point x="725" y="493" />
+      <point x="725" y="497" />
+      <point x="661" y="497" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="0" green="0" blue="240" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="180" green="180" blue="180" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-FCV-015:Closed</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>65</width>
+    <wuid>-32e0cda:1641d794e56:-6fa5</wuid>
+    <x>661</x>
+    <y>493</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="661" y="493" />
+      <point x="725" y="493" />
+      <point x="725" y="497" />
+      <point x="661" y="497" />
+      <point x="661" y="493" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="0" green="0" blue="240" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="180" green="180" blue="180" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-FCV-015:Closed</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>65</width>
+    <wuid>-32e0cda:1641d794e56:-6c1a</wuid>
+    <x>661</x>
+    <y>493</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1452" y="202" />
+      <point x="1559" y="202" />
+      <point x="1557" y="200" />
+      <point x="1454" y="200" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>108</width>
+    <wuid>-32e0cda:1641d794e56:-71ff</wuid>
+    <x>1452</x>
+    <y>200</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1452" y="168" />
+      <point x="1559" y="168" />
+      <point x="1557" y="166" />
+      <point x="1454" y="166" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>108</width>
+    <wuid>-32e0cda:1641d794e56:-71a7</wuid>
+    <x>1452</x>
+    <y>166</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>108</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="189" y="252" />
+      <point x="187" y="250" />
+      <point x="187" y="147" />
+      <point x="189" y="145" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-719c</wuid>
+    <x>187</x>
+    <y>145</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1454" y="177" />
+      <point x="1557" y="177" />
+      <point x="1559" y="175" />
+      <point x="1452" y="175" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>108</width>
+    <wuid>-32e0cda:1641d794e56:-717a</wuid>
+    <x>1452</x>
+    <y>175</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1454" y="143" />
+      <point x="1557" y="143" />
+      <point x="1559" y="141" />
+      <point x="1452" y="141" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>108</width>
+    <wuid>-32e0cda:1641d794e56:-7144</wuid>
+    <x>1452</x>
+    <y>141</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>108</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="28" y="252" />
+      <point x="30" y="250" />
+      <point x="30" y="147" />
+      <point x="28" y="145" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-7138</wuid>
+    <x>28</x>
+    <y>145</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <bit>-1</bit>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <bulb_border>3</bulb_border>
+    <bulb_border_color>
+      <color red="150" green="150" blue="150" />
+    </bulb_border_color>
+    <data_type>0</data_type>
+    <effect_3d>true</effect_3d>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>18</height>
+    <name>LED</name>
+    <off_color>
+      <color red="240" green="0" blue="0" />
+    </off_color>
+    <off_label>OFF</off_label>
+    <on_color>
+      <color red="0" green="240" blue="0" />
+    </on_color>
+    <on_label>ON</on_label>
+    <pv_name>CWM-CWS03:WtrC-P-10:CmdD</pv_name>
+    <pv_value />
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_boolean_label>false</show_boolean_label>
+    <square_led>false</square_led>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <visible>true</visible>
+    <widget_type>LED</widget_type>
+    <width>18</width>
+    <wuid>-32e0cda:1641d794e56:-6f35</wuid>
+    <x>152</x>
+    <y>321</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <bit>-1</bit>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <bulb_border>3</bulb_border>
+    <bulb_border_color>
+      <color red="150" green="150" blue="150" />
+    </bulb_border_color>
+    <data_type>0</data_type>
+    <effect_3d>true</effect_3d>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>18</height>
+    <name>LED</name>
+    <off_color>
+      <color red="240" green="0" blue="0" />
+    </off_color>
+    <off_label>OFF</off_label>
+    <on_color>
+      <color red="0" green="240" blue="0" />
+    </on_color>
+    <on_label>ON</on_label>
+    <pv_name>CWM-CWS03:WtrC-P-20:Cmd</pv_name>
+    <pv_value />
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_boolean_label>false</show_boolean_label>
+    <square_led>false</square_led>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <visible>true</visible>
+    <widget_type>LED</widget_type>
+    <width>18</width>
+    <wuid>-32e0cda:1641d794e56:-6f34</wuid>
+    <x>152</x>
+    <y>364</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <bit>-1</bit>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <bulb_border>3</bulb_border>
+    <bulb_border_color>
+      <color red="150" green="150" blue="150" />
+    </bulb_border_color>
+    <data_type>0</data_type>
+    <effect_3d>true</effect_3d>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>18</height>
+    <name>LED</name>
+    <off_color>
+      <color red="240" green="0" blue="0" />
+    </off_color>
+    <off_label>OFF</off_label>
+    <on_color>
+      <color red="0" green="240" blue="0" />
+    </on_color>
+    <on_label>ON</on_label>
+    <pv_name>CWM-CWS03:WtrC-P-30:Cmd</pv_name>
+    <pv_value />
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_boolean_label>false</show_boolean_label>
+    <square_led>false</square_led>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <visible>true</visible>
+    <widget_type>LED</widget_type>
+    <width>18</width>
+    <wuid>-32e0cda:1641d794e56:-6f33</wuid>
+    <x>152</x>
+    <y>434</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <bit>-1</bit>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <bulb_border>3</bulb_border>
+    <bulb_border_color>
+      <color red="150" green="150" blue="150" />
+    </bulb_border_color>
+    <data_type>0</data_type>
+    <effect_3d>true</effect_3d>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>18</height>
+    <name>LED</name>
+    <off_color>
+      <color red="240" green="0" blue="0" />
+    </off_color>
+    <off_label>OFF</off_label>
+    <on_color>
+      <color red="0" green="240" blue="0" />
+    </on_color>
+    <on_label>ON</on_label>
+    <pv_name>CWM-CWS03:WtrC-P-40:Cmd</pv_name>
+    <pv_value />
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_boolean_label>false</show_boolean_label>
+    <square_led>false</square_led>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <visible>true</visible>
+    <widget_type>LED</widget_type>
+    <width>18</width>
+    <wuid>-32e0cda:1641d794e56:-6f32</wuid>
+    <x>152</x>
+    <y>477</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <bit>-1</bit>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <bulb_border>3</bulb_border>
+    <bulb_border_color>
+      <color red="150" green="150" blue="150" />
+    </bulb_border_color>
+    <data_type>0</data_type>
+    <effect_3d>true</effect_3d>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>18</height>
+    <name>LED</name>
+    <off_color>
+      <color red="240" green="0" blue="0" />
+    </off_color>
+    <off_label>OFF</off_label>
+    <on_color>
+      <color red="0" green="240" blue="0" />
+    </on_color>
+    <on_label>ON</on_label>
+    <pv_name>CWM-CWS03:WtrC-P-50:Cmd</pv_name>
+    <pv_value />
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_boolean_label>false</show_boolean_label>
+    <square_led>false</square_led>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <visible>true</visible>
+    <widget_type>LED</widget_type>
+    <width>18</width>
+    <wuid>-32e0cda:1641d794e56:-6f31</wuid>
+    <x>152</x>
+    <y>516</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <bit>-1</bit>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <bulb_border>3</bulb_border>
+    <bulb_border_color>
+      <color red="150" green="150" blue="150" />
+    </bulb_border_color>
+    <data_type>0</data_type>
+    <effect_3d>true</effect_3d>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>18</height>
+    <name>LED</name>
+    <off_color>
+      <color red="240" green="0" blue="0" />
+    </off_color>
+    <off_label>OFF</off_label>
+    <on_color>
+      <color red="0" green="240" blue="0" />
+    </on_color>
+    <on_label>ON</on_label>
+    <pv_name>CWM-CWS03:WtrC-EC-010:Cmd</pv_name>
+    <pv_value />
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_boolean_label>false</show_boolean_label>
+    <square_led>false</square_led>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <visible>true</visible>
+    <widget_type>LED</widget_type>
+    <width>18</width>
+    <wuid>-32e0cda:1641d794e56:-6f30</wuid>
+    <x>151</x>
+    <y>617</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="320" y="93" />
+      <point x="0" y="93" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>321</width>
+    <wuid>-32e0cda:1641d794e56:-6cfc</wuid>
+    <x>0</x>
+    <y>93</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="0" y="0" />
+      <point x="320" y="0" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>321</width>
+    <wuid>-32e0cda:1641d794e56:-6cfb</wuid>
+    <x>0</x>
+    <y>0</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1418" y="224" />
+      <point x="1736" y="224" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>319</width>
+    <wuid>-32e0cda:1641d794e56:-6e94</wuid>
+    <x>1418</x>
+    <y>224</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>8</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="974" y="960" />
+      <point x="1012" y="960" />
+      <point x="1012" y="953" />
+      <point x="974" y="953" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="0" green="0" blue="240" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="180" green="180" blue="180" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-P-10:CmdD</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>39</width>
+    <wuid>-32e0cda:1641d794e56:-7058</wuid>
+    <x>974</x>
+    <y>953</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1736" y="228" />
+      <point x="1430" y="228" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>307</width>
+    <wuid>-32e0cda:1641d794e56:-6e92</wuid>
+    <x>1430</x>
+    <y>228</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>59</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1404" y="242" />
+      <point x="1404" y="300" />
+      <point x="1408" y="300" />
+      <point x="1408" y="246" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="0" green="0" blue="240" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="180" green="180" blue="180" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-P-20:Cmd</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>5</width>
+    <wuid>-32e0cda:1641d794e56:-7016</wuid>
+    <x>1404</x>
+    <y>242</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="240" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="240" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="240" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="240" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="885" y="995" />
+      <point x="943" y="995" />
+      <point x="933" y="999" />
+      <point x="895" y="999" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>59</width>
+    <wuid>-32e0cda:1641d794e56:-6fd9</wuid>
+    <x>885</x>
+    <y>995</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1099" y="348" />
+      <point x="1042" y="348" />
+      <point x="1042" y="344" />
+      <point x="1099" y="344" />
+      <point x="1099" y="348" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>58</width>
+    <wuid>-32e0cda:1641d794e56:-70dd</wuid>
+    <x>1042</x>
+    <y>344</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1042" y="546" />
+      <point x="1099" y="546" />
+      <point x="1099" y="542" />
+      <point x="1042" y="542" />
+      <point x="1042" y="546" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>58</width>
+    <wuid>-32e0cda:1641d794e56:-70db</wuid>
+    <x>1042</x>
+    <y>542</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1042" y="348" />
+      <point x="1099" y="348" />
+      <point x="1099" y="344" />
+      <point x="1042" y="344" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="180" green="180" blue="180" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-FCV-021:Open</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>58</width>
+    <wuid>-32e0cda:1641d794e56:-705a</wuid>
+    <x>1042</x>
+    <y>344</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1042" y="961" />
+      <point x="1099" y="961" />
+      <point x="1099" y="957" />
+      <point x="1042" y="957" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="180" green="180" blue="180" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-FCV-051:Open</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>58</width>
+    <wuid>-32e0cda:1641d794e56:-703a</wuid>
+    <x>1042</x>
+    <y>957</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1042" y="753" />
+      <point x="1099" y="753" />
+      <point x="1099" y="749" />
+      <point x="1042" y="749" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="180" green="180" blue="180" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-FCV-051:Open</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>58</width>
+    <wuid>-32e0cda:1641d794e56:-7032</wuid>
+    <x>1042</x>
+    <y>749</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1042" y="546" />
+      <point x="1099" y="546" />
+      <point x="1099" y="542" />
+      <point x="1042" y="542" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="180" green="180" blue="180" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-FCV-051:Open</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>58</width>
+    <wuid>-32e0cda:1641d794e56:-702f</wuid>
+    <x>1042</x>
+    <y>542</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>58</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1216" y="485" />
+      <point x="1216" y="542" />
+      <point x="1220" y="542" />
+      <point x="1220" y="485" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="180" green="180" blue="180" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-FCV-051:Open</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>5</width>
+    <wuid>-32e0cda:1641d794e56:-702d</wuid>
+    <x>1216</x>
+    <y>485</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>287</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="549" y="547" />
+      <point x="549" y="833" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6d55</wuid>
+    <x>549</x>
+    <y>547</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>287</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="553" y="833" />
+      <point x="553" y="547" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6d53</wuid>
+    <x>553</x>
+    <y>547</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>57</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1216" y="957" />
+      <point x="1216" y="901" />
+      <point x="1220" y="901" />
+      <point x="1220" y="957" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="180" green="180" blue="180" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-FCV-051:Open</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>5</width>
+    <wuid>-32e0cda:1641d794e56:-7038</wuid>
+    <x>1216</x>
+    <y>901</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>57</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1216" y="693" />
+      <point x="1216" y="749" />
+      <point x="1220" y="749" />
+      <point x="1220" y="693" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="180" green="180" blue="180" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-FCV-051:Open</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>5</width>
+    <wuid>-32e0cda:1641d794e56:-7033</wuid>
+    <x>1216</x>
+    <y>693</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1044" y="921" />
+      <point x="1099" y="921" />
+      <point x="1099" y="917" />
+      <point x="1044" y="917" />
+      <point x="1044" y="921" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>56</width>
+    <wuid>-32e0cda:1641d794e56:-70e7</wuid>
+    <x>1044</x>
+    <y>917</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1044" y="304" />
+      <point x="1099" y="304" />
+      <point x="1099" y="308" />
+      <point x="1044" y="308" />
+      <point x="1044" y="304" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>56</width>
+    <wuid>-32e0cda:1641d794e56:-70e6</wuid>
+    <x>1044</x>
+    <y>304</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1044" y="502" />
+      <point x="1099" y="502" />
+      <point x="1099" y="506" />
+      <point x="1044" y="506" />
+      <point x="1044" y="502" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>56</width>
+    <wuid>-32e0cda:1641d794e56:-70e2</wuid>
+    <x>1044</x>
+    <y>502</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1044" y="710" />
+      <point x="1099" y="710" />
+      <point x="1099" y="714" />
+      <point x="1044" y="714" />
+      <point x="1044" y="710" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>56</width>
+    <wuid>-32e0cda:1641d794e56:-70df</wuid>
+    <x>1044</x>
+    <y>710</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1044" y="308" />
+      <point x="1099" y="308" />
+      <point x="1099" y="304" />
+      <point x="1044" y="304" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="0" green="0" blue="240" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="180" green="180" blue="180" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-P-10:CmdD</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>56</width>
+    <wuid>-32e0cda:1641d794e56:-7055</wuid>
+    <x>1044</x>
+    <y>304</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1044" y="506" />
+      <point x="1099" y="506" />
+      <point x="1099" y="502" />
+      <point x="1044" y="502" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="0" green="0" blue="240" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="180" green="180" blue="180" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-P-10:CmdD</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>56</width>
+    <wuid>-32e0cda:1641d794e56:-7050</wuid>
+    <x>1044</x>
+    <y>502</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1044" y="714" />
+      <point x="1099" y="714" />
+      <point x="1099" y="710" />
+      <point x="1044" y="710" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="0" green="0" blue="240" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="180" green="180" blue="180" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-P-10:CmdD</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>56</width>
+    <wuid>-32e0cda:1641d794e56:-704b</wuid>
+    <x>1044</x>
+    <y>710</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1044" y="921" />
+      <point x="1099" y="921" />
+      <point x="1099" y="917" />
+      <point x="1044" y="917" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="0" green="0" blue="240" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="180" green="180" blue="180" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-P-10:CmdD</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>56</width>
+    <wuid>-32e0cda:1641d794e56:-7044</wuid>
+    <x>1044</x>
+    <y>917</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>20</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="396" y="992" />
+      <point x="409" y="973" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>14</width>
+    <wuid>-32e0cda:1641d794e56:-6cf8</wuid>
+    <x>396</x>
+    <y>973</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>20</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="473" y="992" />
+      <point x="460" y="973" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>14</width>
+    <wuid>-32e0cda:1641d794e56:-6cf5</wuid>
+    <x>460</x>
+    <y>973</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1044" y="308" />
+      <point x="1099" y="308" />
+      <point x="1099" y="304" />
+      <point x="1044" y="304" />
+      <point x="1044" y="308" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>56</width>
+    <wuid>-32e0cda:1641d794e56:-6c01</wuid>
+    <x>1044</x>
+    <y>304</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1044" y="506" />
+      <point x="1099" y="506" />
+      <point x="1099" y="502" />
+      <point x="1044" y="502" />
+      <point x="1044" y="506" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="0" green="0" blue="240" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="180" green="180" blue="180" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-P-10:CmdD</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>56</width>
+    <wuid>-32e0cda:1641d794e56:-6c00</wuid>
+    <x>1044</x>
+    <y>502</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>55</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1378" y="344" />
+      <point x="1378" y="290" />
+      <point x="1382" y="294" />
+      <point x="1382" y="344" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="180" green="180" blue="180" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-FCV-021:Open</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>5</width>
+    <wuid>-32e0cda:1641d794e56:-701f</wuid>
+    <x>1378</x>
+    <y>290</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1643" y="92" />
+      <point x="1915" y="92" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>273</width>
+    <wuid>-32e0cda:1641d794e56:-6f2e</wuid>
+    <x>1643</x>
+    <y>92</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="0" y="92" />
+      <point x="272" y="92" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>273</width>
+    <wuid>-32e0cda:1641d794e56:-6d01</wuid>
+    <x>0</x>
+    <y>92</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="409" y="973" />
+      <point x="460" y="973" />
+      <point x="450" y="977" />
+      <point x="419" y="977" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="0" green="0" blue="240" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-LT-070:LVL</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>52</width>
+    <wuid>-32e0cda:1641d794e56:-6fef</wuid>
+    <x>409</x>
+    <y>973</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>51</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="341" y="597" />
+      <point x="341" y="547" />
+      <point x="345" y="547" />
+      <point x="345" y="597" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="0" green="240" blue="240" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="180" green="180" blue="180" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-FCV-012:Open</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>5</width>
+    <wuid>-32e0cda:1641d794e56:-6fd2</wuid>
+    <x>341</x>
+    <y>547</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>51</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="435" y="597" />
+      <point x="435" y="547" />
+      <point x="439" y="547" />
+      <point x="439" y="597" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="0" green="0" blue="240" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="180" green="180" blue="180" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-FCV-012:Open</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>5</width>
+    <wuid>-32e0cda:1641d794e56:-6fd1</wuid>
+    <x>435</x>
+    <y>547</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>51</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="435" y="547" />
+      <point x="439" y="547" />
+      <point x="439" y="597" />
+      <point x="435" y="597" />
+      <point x="435" y="547" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="0" green="0" blue="240" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="180" green="180" blue="180" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-FCV-012:Open</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>5</width>
+    <wuid>-32e0cda:1641d794e56:-6c1c</wuid>
+    <x>435</x>
+    <y>547</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>241</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="393" y="962" />
+      <point x="393" y="722" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6f2d</wuid>
+    <x>393</x>
+    <y>722</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>241</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="393" y="962" />
+      <point x="393" y="722" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6e12</wuid>
+    <x>393</x>
+    <y>722</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>241</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="475" y="722" />
+      <point x="475" y="962" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6b4d</wuid>
+    <x>475</x>
+    <y>722</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>8</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1323" y="178" />
+      <point x="1352" y="178" />
+      <point x="1352" y="171" />
+      <point x="1323" y="171" />
+      <point x="1323" y="178" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>30</width>
+    <wuid>-32e0cda:1641d794e56:-70bd</wuid>
+    <x>1323</x>
+    <y>171</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="435" y="597" />
+      <point x="389" y="597" />
+      <point x="389" y="593" />
+      <point x="435" y="593" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="0" green="0" blue="240" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="180" green="180" blue="180" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-FCV-012:Open</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>47</width>
+    <wuid>-32e0cda:1641d794e56:-6fd0</wuid>
+    <x>389</x>
+    <y>593</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>47</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="661" y="543" />
+      <point x="661" y="497" />
+      <point x="665" y="497" />
+      <point x="665" y="543" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="0" green="0" blue="240" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="180" green="180" blue="180" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-FCV-015:Closed</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>5</width>
+    <wuid>-32e0cda:1641d794e56:-6fa6</wuid>
+    <x>661</x>
+    <y>497</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>47</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="721" y="497" />
+      <point x="721" y="543" />
+      <point x="725" y="543" />
+      <point x="725" y="497" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="0" green="0" blue="240" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="180" green="180" blue="180" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-FCV-015:Closed</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>5</width>
+    <wuid>-32e0cda:1641d794e56:-6fa4</wuid>
+    <x>721</x>
+    <y>497</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>47</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="725" y="497" />
+      <point x="725" y="543" />
+      <point x="721" y="543" />
+      <point x="721" y="497" />
+      <point x="725" y="497" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="0" green="0" blue="240" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="180" green="180" blue="180" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-FCV-015:Closed</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>5</width>
+    <wuid>-32e0cda:1641d794e56:-6c19</wuid>
+    <x>721</x>
+    <y>497</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>47</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="665" y="497" />
+      <point x="665" y="543" />
+      <point x="661" y="543" />
+      <point x="661" y="497" />
+      <point x="665" y="497" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="0" green="0" blue="240" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="180" green="180" blue="180" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-FCV-015:Closed</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>5</width>
+    <wuid>-32e0cda:1641d794e56:-6c18</wuid>
+    <x>661</x>
+    <y>497</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>75</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="189" y="651" />
+      <point x="187" y="649" />
+      <point x="187" y="579" />
+      <point x="189" y="577" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-7196</wuid>
+    <x>187</x>
+    <y>577</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>75</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="28" y="651" />
+      <point x="30" y="649" />
+      <point x="30" y="579" />
+      <point x="28" y="577" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-7132</wuid>
+    <x>28</x>
+    <y>577</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>15</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1211" y="486" />
+      <point x="1225" y="486" />
+      <point x="1218" y="472" />
+      <point x="1218" y="472" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0&gt;0.0">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0&gt;0.0)">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-PCV-030:Cmd</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>15</width>
+    <wuid>-32e0cda:1641d794e56:-7012</wuid>
+    <x>1211</x>
+    <y>472</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>15</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1232" y="479" />
+      <point x="1232" y="465" />
+      <point x="1218" y="472" />
+      <point x="1218" y="472" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0&gt;0.0">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0&gt;0.0)">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-PCV-030:Cmd</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>15</width>
+    <wuid>-32e0cda:1641d794e56:-7011</wuid>
+    <x>1218</x>
+    <y>465</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>15</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1211" y="694" />
+      <point x="1225" y="694" />
+      <point x="1218" y="680" />
+      <point x="1218" y="680" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0&gt;0.0">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0&gt;0.0)">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-PCV-040:Cmd</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>15</width>
+    <wuid>-32e0cda:1641d794e56:-7008</wuid>
+    <x>1211</x>
+    <y>680</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>15</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1232" y="687" />
+      <point x="1232" y="673" />
+      <point x="1218" y="680" />
+      <point x="1218" y="680" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0&gt;0.0">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0&gt;0.0)">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-PCV-040:Cmd</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>15</width>
+    <wuid>-32e0cda:1641d794e56:-7007</wuid>
+    <x>1218</x>
+    <y>673</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>15</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1211" y="901" />
+      <point x="1225" y="901" />
+      <point x="1218" y="887" />
+      <point x="1218" y="887" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0&gt;0.0">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0&gt;0.0)">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-PCV-050:Cmd</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>15</width>
+    <wuid>-32e0cda:1641d794e56:-6ffe</wuid>
+    <x>1211</x>
+    <y>887</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>15</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1232" y="894" />
+      <point x="1232" y="880" />
+      <point x="1218" y="887" />
+      <point x="1218" y="887" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0&gt;0.0">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0&gt;0.0)">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-PCV-050:Cmd</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>15</width>
+    <wuid>-32e0cda:1641d794e56:-6ffd</wuid>
+    <x>1218</x>
+    <y>880</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="345" y="597" />
+      <point x="389" y="597" />
+      <point x="389" y="593" />
+      <point x="345" y="593" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="0" green="240" blue="240" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="180" green="180" blue="180" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-FCV-012:Open</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>45</width>
+    <wuid>-32e0cda:1641d794e56:-6fcf</wuid>
+    <x>345</x>
+    <y>593</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>15</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="586" y="531" />
+      <point x="600" y="531" />
+      <point x="593" y="545" />
+      <point x="593" y="545" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0&gt;0.0">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0&gt;0.0)">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-PCV-010:Cmd</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>15</width>
+    <wuid>-32e0cda:1641d794e56:-6fcd</wuid>
+    <x>586</x>
+    <y>531</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>15</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="607" y="538" />
+      <point x="607" y="552" />
+      <point x="593" y="545" />
+      <point x="593" y="545" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0&gt;0.0">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0&gt;0.0)">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-PCV-010:Cmd</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>15</width>
+    <wuid>-32e0cda:1641d794e56:-6fcc</wuid>
+    <x>593</x>
+    <y>538</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="553" y="57" />
+      <point x="623" y="57" />
+      <point x="625" y="55" />
+      <point x="552" y="55" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>74</width>
+    <wuid>-32e0cda:1641d794e56:-7134</wuid>
+    <x>552</x>
+    <y>55</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="552" y="82" />
+      <point x="624" y="82" />
+      <point x="623" y="80" />
+      <point x="553" y="80" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>73</width>
+    <wuid>-32e0cda:1641d794e56:-7198</wuid>
+    <x>552</x>
+    <y>80</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>31</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="475" y="962" />
+      <point x="481" y="992" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>7</width>
+    <wuid>-32e0cda:1641d794e56:-6cf7</wuid>
+    <x>475</x>
+    <y>962</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>72</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="464" y="83" />
+      <point x="462" y="81" />
+      <point x="462" y="14" />
+      <point x="464" y="12" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-71a4</wuid>
+    <x>462</x>
+    <y>12</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>14</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1232" y="232" />
+      <point x="1232" y="219" />
+      <point x="1218" y="226" />
+      <point x="1218" y="226" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0&gt;0.0">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0&gt;0.0)">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-PCV-020:Cmd</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>15</width>
+    <wuid>-32e0cda:1641d794e56:-7064</wuid>
+    <x>1218</x>
+    <y>219</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>15</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1205" y="219" />
+      <point x="1205" y="233" />
+      <point x="1218" y="226" />
+      <point x="1218" y="226" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0&gt;0.0">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0&gt;0.0)">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-PCV-020:Cmd</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>14</width>
+    <wuid>-32e0cda:1641d794e56:-7063</wuid>
+    <x>1205</x>
+    <y>219</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>15</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1205" y="465" />
+      <point x="1205" y="479" />
+      <point x="1218" y="472" />
+      <point x="1218" y="472" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0&gt;0.0">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0&gt;0.0)">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-PCV-030:Cmd</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>14</width>
+    <wuid>-32e0cda:1641d794e56:-7010</wuid>
+    <x>1205</x>
+    <y>465</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>15</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1205" y="673" />
+      <point x="1205" y="687" />
+      <point x="1218" y="680" />
+      <point x="1218" y="680" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0&gt;0.0">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0&gt;0.0)">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-PCV-040:Cmd</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>14</width>
+    <wuid>-32e0cda:1641d794e56:-7006</wuid>
+    <x>1205</x>
+    <y>673</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>15</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1205" y="880" />
+      <point x="1205" y="894" />
+      <point x="1218" y="887" />
+      <point x="1218" y="887" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0&gt;0.0">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0&gt;0.0)">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-PCV-050:Cmd</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>14</width>
+    <wuid>-32e0cda:1641d794e56:-6ffc</wuid>
+    <x>1205</x>
+    <y>880</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>15</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="580" y="552" />
+      <point x="580" y="538" />
+      <point x="593" y="545" />
+      <point x="593" y="545" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0&gt;0.0">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0&gt;0.0)">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-PCV-010:Cmd</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>14</width>
+    <wuid>-32e0cda:1641d794e56:-6fcb</wuid>
+    <x>580</x>
+    <y>538</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="240" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="240" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="240" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="240" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1146" y="323" />
+      <point x="1106" y="323" />
+      <point x="1106" y="327" />
+      <point x="1146" y="327" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>41</width>
+    <wuid>-32e0cda:1641d794e56:-7086</wuid>
+    <x>1106</x>
+    <y>323</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="240" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="240" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="240" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="240" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1146" y="520" />
+      <point x="1106" y="520" />
+      <point x="1106" y="524" />
+      <point x="1146" y="524" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>41</width>
+    <wuid>-32e0cda:1641d794e56:-7084</wuid>
+    <x>1106</x>
+    <y>520</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="240" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="240" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="240" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="240" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1146" y="727" />
+      <point x="1106" y="727" />
+      <point x="1106" y="731" />
+      <point x="1146" y="731" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>41</width>
+    <wuid>-32e0cda:1641d794e56:-7082</wuid>
+    <x>1106</x>
+    <y>727</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="240" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="240" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="240" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="240" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1146" y="936" />
+      <point x="1106" y="936" />
+      <point x="1106" y="940" />
+      <point x="1146" y="940" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>41</width>
+    <wuid>-32e0cda:1641d794e56:-7080</wuid>
+    <x>1106</x>
+    <y>936</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="240" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="240" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="240" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="240" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1082" y="899" />
+      <point x="1122" y="899" />
+      <point x="1122" y="895" />
+      <point x="1082" y="895" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>41</width>
+    <wuid>-32e0cda:1641d794e56:-707e</wuid>
+    <x>1082</x>
+    <y>895</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="240" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="240" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="240" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="240" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1082" y="688" />
+      <point x="1122" y="688" />
+      <point x="1122" y="684" />
+      <point x="1082" y="684" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>41</width>
+    <wuid>-32e0cda:1641d794e56:-707c</wuid>
+    <x>1082</x>
+    <y>684</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="240" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="240" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="240" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="240" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1082" y="475" />
+      <point x="1122" y="475" />
+      <point x="1122" y="471" />
+      <point x="1082" y="471" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>41</width>
+    <wuid>-32e0cda:1641d794e56:-707a</wuid>
+    <x>1082</x>
+    <y>471</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="240" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="240" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="240" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="240" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1082" y="285" />
+      <point x="1122" y="285" />
+      <point x="1122" y="281" />
+      <point x="1082" y="281" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>41</width>
+    <wuid>-32e0cda:1641d794e56:-7078</wuid>
+    <x>1082</x>
+    <y>281</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="240" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="240" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="240" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="240" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1715" y="254" />
+      <point x="1755" y="254" />
+      <point x="1755" y="250" />
+      <point x="1715" y="250" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>41</width>
+    <wuid>-32e0cda:1641d794e56:-7076</wuid>
+    <x>1715</x>
+    <y>250</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="240" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="240" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="240" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="240" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1715" y="493" />
+      <point x="1755" y="493" />
+      <point x="1755" y="489" />
+      <point x="1715" y="489" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>41</width>
+    <wuid>-32e0cda:1641d794e56:-7074</wuid>
+    <x>1715</x>
+    <y>489</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="240" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="240" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="240" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="240" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1715" y="698" />
+      <point x="1755" y="698" />
+      <point x="1755" y="694" />
+      <point x="1715" y="694" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>41</width>
+    <wuid>-32e0cda:1641d794e56:-7072</wuid>
+    <x>1715</x>
+    <y>694</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="240" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="240" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="240" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="240" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1715" y="908" />
+      <point x="1755" y="908" />
+      <point x="1755" y="904" />
+      <point x="1715" y="904" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>41</width>
+    <wuid>-32e0cda:1641d794e56:-7070</wuid>
+    <x>1715</x>
+    <y>904</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="240" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="240" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="240" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="240" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1779" y="365" />
+      <point x="1739" y="365" />
+      <point x="1739" y="369" />
+      <point x="1779" y="369" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>41</width>
+    <wuid>-32e0cda:1641d794e56:-706e</wuid>
+    <x>1739</x>
+    <y>365</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="240" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="240" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="240" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="240" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1779" y="976" />
+      <point x="1739" y="976" />
+      <point x="1739" y="980" />
+      <point x="1779" y="980" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>41</width>
+    <wuid>-32e0cda:1641d794e56:-706c</wuid>
+    <x>1739</x>
+    <y>976</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="240" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="240" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="240" green="0" blue="0" />
+    </foreground_color>
+    <height>41</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="240" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1234" y="323" />
+      <point x="1234" y="283" />
+      <point x="1230" y="283" />
+      <point x="1230" y="323" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>5</width>
+    <wuid>-32e0cda:1641d794e56:-7041</wuid>
+    <x>1230</x>
+    <y>283</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="240" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="240" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="240" green="0" blue="0" />
+    </foreground_color>
+    <height>41</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="240" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1238" y="541" />
+      <point x="1238" y="501" />
+      <point x="1234" y="501" />
+      <point x="1234" y="541" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>5</width>
+    <wuid>-32e0cda:1641d794e56:-703f</wuid>
+    <x>1234</x>
+    <y>501</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="240" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="240" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="240" green="0" blue="0" />
+    </foreground_color>
+    <height>41</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="240" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1246" y="956" />
+      <point x="1246" y="916" />
+      <point x="1242" y="916" />
+      <point x="1242" y="956" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>5</width>
+    <wuid>-32e0cda:1641d794e56:-703b</wuid>
+    <x>1242</x>
+    <y>916</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="240" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="240" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="240" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="240" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="495" y="413" />
+      <point x="455" y="413" />
+      <point x="455" y="417" />
+      <point x="495" y="417" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>41</width>
+    <wuid>-32e0cda:1641d794e56:-6fba</wuid>
+    <x>455</x>
+    <y>413</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="240" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="240" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="240" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="240" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="352" y="413" />
+      <point x="312" y="413" />
+      <point x="312" y="417" />
+      <point x="352" y="417" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>41</width>
+    <wuid>-32e0cda:1641d794e56:-6fb8</wuid>
+    <x>312</x>
+    <y>413</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="240" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="240" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="240" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="240" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="680" y="414" />
+      <point x="640" y="414" />
+      <point x="640" y="418" />
+      <point x="680" y="418" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>41</width>
+    <wuid>-32e0cda:1641d794e56:-6fb6</wuid>
+    <x>640</x>
+    <y>414</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="240" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="240" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="240" green="0" blue="0" />
+    </foreground_color>
+    <height>41</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="240" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="575" y="434" />
+      <point x="575" y="474" />
+      <point x="579" y="474" />
+      <point x="579" y="434" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>5</width>
+    <wuid>-32e0cda:1641d794e56:-6fb4</wuid>
+    <x>575</x>
+    <y>434</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="240" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="240" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="240" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="240" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="733" y="521" />
+      <point x="773" y="521" />
+      <point x="773" y="517" />
+      <point x="733" y="517" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>41</width>
+    <wuid>-32e0cda:1641d794e56:-6fb2</wuid>
+    <x>733</x>
+    <y>517</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="240" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="240" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="240" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="240" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="430" y="497" />
+      <point x="470" y="497" />
+      <point x="470" y="493" />
+      <point x="430" y="493" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>41</width>
+    <wuid>-32e0cda:1641d794e56:-6fb0</wuid>
+    <x>430</x>
+    <y>493</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="240" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="240" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="240" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="240" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="237" y="491" />
+      <point x="277" y="491" />
+      <point x="277" y="487" />
+      <point x="237" y="487" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>41</width>
+    <wuid>-32e0cda:1641d794e56:-6fae</wuid>
+    <x>237</x>
+    <y>487</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>205</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1042" y="957" />
+      <point x="1042" y="753" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6e79</wuid>
+    <x>1042</x>
+    <y>753</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>204</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1042" y="749" />
+      <point x="1042" y="546" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6e78</wuid>
+    <x>1042</x>
+    <y>546</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="421" y="387" />
+      <point x="460" y="387" />
+      <point x="460" y="383" />
+      <point x="421" y="383" />
+      <point x="421" y="387" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>40</width>
+    <wuid>-32e0cda:1641d794e56:-70c4</wuid>
+    <x>421</x>
+    <y>383</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="240" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="240" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="240" green="0" blue="0" />
+    </foreground_color>
+    <height>40</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="240" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1242" y="748" />
+      <point x="1242" y="709" />
+      <point x="1238" y="709" />
+      <point x="1238" y="748" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>5</width>
+    <wuid>-32e0cda:1641d794e56:-703d</wuid>
+    <x>1238</x>
+    <y>709</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="240" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="240" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="240" />
+    </foreground_color>
+    <height>4</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="240" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="854" y="326" />
+      <point x="895" y="326" />
+      <point x="903" y="329" />
+      <point x="854" y="329" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>50</width>
+    <wuid>-32e0cda:1641d794e56:-6fec</wuid>
+    <x>854</x>
+    <y>326</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="240" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="240" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="240" />
+    </foreground_color>
+    <height>4</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="240" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="973" y="326" />
+      <point x="932" y="326" />
+      <point x="924" y="329" />
+      <point x="973" y="329" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>50</width>
+    <wuid>-32e0cda:1641d794e56:-6fe4</wuid>
+    <x>924</x>
+    <y>326</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="421" y="547" />
+      <point x="460" y="547" />
+      <point x="460" y="543" />
+      <point x="421" y="543" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="0" green="0" blue="240" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="180" green="180" blue="180" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-FCV-012:Open</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>40</width>
+    <wuid>-32e0cda:1641d794e56:-6fc1</wuid>
+    <x>421</x>
+    <y>543</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="421" y="387" />
+      <point x="460" y="387" />
+      <point x="460" y="383" />
+      <point x="421" y="383" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="180" green="180" blue="180" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-FCV-013:Open</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>40</width>
+    <wuid>-32e0cda:1641d794e56:-6fbc</wuid>
+    <x>421</x>
+    <y>383</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>197</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1630" y="882" />
+      <point x="1630" y="686" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6cbb</wuid>
+    <x>1630</x>
+    <y>686</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>14</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1212" y="239" />
+      <point x="1225" y="239" />
+      <point x="1218" y="226" />
+      <point x="1218" y="226" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0&gt;0.0">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0&gt;0.0)">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-PCV-020:Cmd</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>14</width>
+    <wuid>-32e0cda:1641d794e56:-7065</wuid>
+    <x>1212</x>
+    <y>226</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>195</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1042" y="348" />
+      <point x="1042" y="542" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6e77</wuid>
+    <x>1042</x>
+    <y>348</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>195</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1012" y="502" />
+      <point x="1012" y="308" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6e66</wuid>
+    <x>1012</x>
+    <y>308</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1527" y="293" />
+      <point x="1590" y="293" />
+      <point x="1588" y="291" />
+      <point x="1529" y="291" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>64</width>
+    <wuid>-32e0cda:1641d794e56:-7207</wuid>
+    <x>1527</x>
+    <y>291</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1451" y="293" />
+      <point x="1514" y="293" />
+      <point x="1512" y="291" />
+      <point x="1453" y="291" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>64</width>
+    <wuid>-32e0cda:1641d794e56:-7205</wuid>
+    <x>1451</x>
+    <y>291</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1527" y="539" />
+      <point x="1590" y="539" />
+      <point x="1588" y="537" />
+      <point x="1529" y="537" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>64</width>
+    <wuid>-32e0cda:1641d794e56:-7203</wuid>
+    <x>1527</x>
+    <y>537</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1451" y="539" />
+      <point x="1514" y="539" />
+      <point x="1512" y="537" />
+      <point x="1453" y="537" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>64</width>
+    <wuid>-32e0cda:1641d794e56:-7201</wuid>
+    <x>1451</x>
+    <y>537</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1527" y="746" />
+      <point x="1590" y="746" />
+      <point x="1588" y="744" />
+      <point x="1529" y="744" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>64</width>
+    <wuid>-32e0cda:1641d794e56:-71f9</wuid>
+    <x>1527</x>
+    <y>744</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1451" y="746" />
+      <point x="1514" y="746" />
+      <point x="1512" y="744" />
+      <point x="1453" y="744" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>64</width>
+    <wuid>-32e0cda:1641d794e56:-71f7</wuid>
+    <x>1451</x>
+    <y>744</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1527" y="954" />
+      <point x="1590" y="954" />
+      <point x="1588" y="952" />
+      <point x="1529" y="952" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>64</width>
+    <wuid>-32e0cda:1641d794e56:-71f1</wuid>
+    <x>1527</x>
+    <y>952</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1451" y="954" />
+      <point x="1514" y="954" />
+      <point x="1512" y="952" />
+      <point x="1453" y="952" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>64</width>
+    <wuid>-32e0cda:1641d794e56:-71f0</wuid>
+    <x>1451</x>
+    <y>952</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1245" y="308" />
+      <point x="1308" y="308" />
+      <point x="1306" y="306" />
+      <point x="1247" y="306" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>64</width>
+    <wuid>-32e0cda:1641d794e56:-71ec</wuid>
+    <x>1245</x>
+    <y>306</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1311" y="285" />
+      <point x="1374" y="285" />
+      <point x="1372" y="283" />
+      <point x="1313" y="283" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>64</width>
+    <wuid>-32e0cda:1641d794e56:-71ea</wuid>
+    <x>1311</x>
+    <y>283</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1415" y="329" />
+      <point x="1478" y="329" />
+      <point x="1476" y="327" />
+      <point x="1417" y="327" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>64</width>
+    <wuid>-32e0cda:1641d794e56:-71e8</wuid>
+    <x>1415</x>
+    <y>327</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1529" y="268" />
+      <point x="1588" y="268" />
+      <point x="1590" y="266" />
+      <point x="1527" y="266" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>64</width>
+    <wuid>-32e0cda:1641d794e56:-7182</wuid>
+    <x>1527</x>
+    <y>266</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1453" y="268" />
+      <point x="1512" y="268" />
+      <point x="1514" y="266" />
+      <point x="1451" y="266" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>64</width>
+    <wuid>-32e0cda:1641d794e56:-7180</wuid>
+    <x>1451</x>
+    <y>266</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1529" y="514" />
+      <point x="1588" y="514" />
+      <point x="1590" y="512" />
+      <point x="1527" y="512" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>64</width>
+    <wuid>-32e0cda:1641d794e56:-717e</wuid>
+    <x>1527</x>
+    <y>512</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1453" y="514" />
+      <point x="1512" y="514" />
+      <point x="1514" y="512" />
+      <point x="1451" y="512" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>64</width>
+    <wuid>-32e0cda:1641d794e56:-717c</wuid>
+    <x>1451</x>
+    <y>512</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1529" y="721" />
+      <point x="1588" y="721" />
+      <point x="1590" y="719" />
+      <point x="1527" y="719" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>64</width>
+    <wuid>-32e0cda:1641d794e56:-7174</wuid>
+    <x>1527</x>
+    <y>719</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1453" y="721" />
+      <point x="1512" y="721" />
+      <point x="1514" y="719" />
+      <point x="1451" y="719" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>64</width>
+    <wuid>-32e0cda:1641d794e56:-7172</wuid>
+    <x>1451</x>
+    <y>719</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1529" y="929" />
+      <point x="1588" y="929" />
+      <point x="1590" y="927" />
+      <point x="1527" y="927" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>64</width>
+    <wuid>-32e0cda:1641d794e56:-716c</wuid>
+    <x>1527</x>
+    <y>927</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1453" y="929" />
+      <point x="1512" y="929" />
+      <point x="1514" y="927" />
+      <point x="1451" y="927" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>64</width>
+    <wuid>-32e0cda:1641d794e56:-716a</wuid>
+    <x>1451</x>
+    <y>927</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1247" y="283" />
+      <point x="1306" y="283" />
+      <point x="1308" y="281" />
+      <point x="1245" y="281" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>64</width>
+    <wuid>-32e0cda:1641d794e56:-7166</wuid>
+    <x>1245</x>
+    <y>281</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1313" y="260" />
+      <point x="1372" y="260" />
+      <point x="1374" y="258" />
+      <point x="1311" y="258" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>64</width>
+    <wuid>-32e0cda:1641d794e56:-7164</wuid>
+    <x>1311</x>
+    <y>258</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1417" y="304" />
+      <point x="1476" y="304" />
+      <point x="1478" y="302" />
+      <point x="1415" y="302" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>64</width>
+    <wuid>-32e0cda:1641d794e56:-7162</wuid>
+    <x>1415</x>
+    <y>302</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="243" y="453" />
+      <point x="305" y="453" />
+      <point x="303" y="451" />
+      <point x="244" y="451" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>63</width>
+    <wuid>-32e0cda:1641d794e56:-71c9</wuid>
+    <x>243</x>
+    <y>451</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="245" y="614" />
+      <point x="307" y="614" />
+      <point x="305" y="612" />
+      <point x="246" y="612" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>63</width>
+    <wuid>-32e0cda:1641d794e56:-71c7</wuid>
+    <x>245</x>
+    <y>612</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="485" y="612" />
+      <point x="547" y="612" />
+      <point x="545" y="610" />
+      <point x="486" y="610" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>63</width>
+    <wuid>-32e0cda:1641d794e56:-71c5</wuid>
+    <x>485</x>
+    <y>610</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="487" y="454" />
+      <point x="549" y="454" />
+      <point x="547" y="452" />
+      <point x="488" y="452" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>63</width>
+    <wuid>-32e0cda:1641d794e56:-71c3</wuid>
+    <x>487</x>
+    <y>452</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="406" y="635" />
+      <point x="468" y="635" />
+      <point x="466" y="633" />
+      <point x="407" y="633" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>63</width>
+    <wuid>-32e0cda:1641d794e56:-71c1</wuid>
+    <x>406</x>
+    <y>633</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="882" y="261" />
+      <point x="944" y="261" />
+      <point x="942" y="259" />
+      <point x="883" y="259" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>63</width>
+    <wuid>-32e0cda:1641d794e56:-71bf</wuid>
+    <x>882</x>
+    <y>259</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="708" y="612" />
+      <point x="770" y="612" />
+      <point x="768" y="610" />
+      <point x="709" y="610" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>63</width>
+    <wuid>-32e0cda:1641d794e56:-71ad</wuid>
+    <x>708</x>
+    <y>610</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="227" y="312" />
+      <point x="289" y="312" />
+      <point x="287" y="310" />
+      <point x="228" y="310" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>63</width>
+    <wuid>-32e0cda:1641d794e56:-71a1</wuid>
+    <x>227</x>
+    <y>310</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="244" y="428" />
+      <point x="303" y="428" />
+      <point x="305" y="426" />
+      <point x="243" y="426" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>63</width>
+    <wuid>-32e0cda:1641d794e56:-715c</wuid>
+    <x>243</x>
+    <y>426</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="246" y="589" />
+      <point x="305" y="589" />
+      <point x="307" y="587" />
+      <point x="245" y="587" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>63</width>
+    <wuid>-32e0cda:1641d794e56:-715a</wuid>
+    <x>245</x>
+    <y>587</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="486" y="587" />
+      <point x="545" y="587" />
+      <point x="547" y="585" />
+      <point x="485" y="585" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>63</width>
+    <wuid>-32e0cda:1641d794e56:-7158</wuid>
+    <x>485</x>
+    <y>585</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="488" y="429" />
+      <point x="547" y="429" />
+      <point x="549" y="427" />
+      <point x="487" y="427" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>63</width>
+    <wuid>-32e0cda:1641d794e56:-7156</wuid>
+    <x>487</x>
+    <y>427</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="407" y="610" />
+      <point x="466" y="610" />
+      <point x="468" y="608" />
+      <point x="406" y="608" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>63</width>
+    <wuid>-32e0cda:1641d794e56:-7154</wuid>
+    <x>406</x>
+    <y>608</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="883" y="236" />
+      <point x="942" y="236" />
+      <point x="944" y="234" />
+      <point x="882" y="234" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>63</width>
+    <wuid>-32e0cda:1641d794e56:-7152</wuid>
+    <x>882</x>
+    <y>234</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="709" y="587" />
+      <point x="768" y="587" />
+      <point x="770" y="585" />
+      <point x="708" y="585" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>63</width>
+    <wuid>-32e0cda:1641d794e56:-714a</wuid>
+    <x>708</x>
+    <y>585</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="228" y="287" />
+      <point x="287" y="287" />
+      <point x="289" y="285" />
+      <point x="227" y="285" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>63</width>
+    <wuid>-32e0cda:1641d794e56:-713e</wuid>
+    <x>227</x>
+    <y>285</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>31</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="393" y="962" />
+      <point x="388" y="992" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>6</width>
+    <wuid>-32e0cda:1641d794e56:-6cfa</wuid>
+    <x>388</x>
+    <y>962</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="721" y="543" />
+      <point x="757" y="543" />
+      <point x="757" y="547" />
+      <point x="721" y="547" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="0" green="0" blue="240" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="180" green="180" blue="180" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-FCV-014:Open</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>37</width>
+    <wuid>-32e0cda:1641d794e56:-6fa3</wuid>
+    <x>721</x>
+    <y>543</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>7</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1106" y="331" />
+      <point x="1082" y="325" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>25</width>
+    <wuid>-32e0cda:1641d794e56:-6f24</wuid>
+    <x>1082</x>
+    <y>325</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>7</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1082" y="325" />
+      <point x="1106" y="319" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>25</width>
+    <wuid>-32e0cda:1641d794e56:-6f23</wuid>
+    <x>1082</x>
+    <y>319</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>7</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1106" y="528" />
+      <point x="1082" y="522" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>25</width>
+    <wuid>-32e0cda:1641d794e56:-6f1d</wuid>
+    <x>1082</x>
+    <y>522</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>7</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1082" y="522" />
+      <point x="1106" y="516" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>25</width>
+    <wuid>-32e0cda:1641d794e56:-6f1c</wuid>
+    <x>1082</x>
+    <y>516</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>7</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1106" y="735" />
+      <point x="1082" y="729" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>25</width>
+    <wuid>-32e0cda:1641d794e56:-6f16</wuid>
+    <x>1082</x>
+    <y>729</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>7</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1082" y="729" />
+      <point x="1106" y="723" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>25</width>
+    <wuid>-32e0cda:1641d794e56:-6f15</wuid>
+    <x>1082</x>
+    <y>723</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>7</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1106" y="944" />
+      <point x="1082" y="938" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>25</width>
+    <wuid>-32e0cda:1641d794e56:-6f0f</wuid>
+    <x>1082</x>
+    <y>938</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>7</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1082" y="938" />
+      <point x="1106" y="932" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>25</width>
+    <wuid>-32e0cda:1641d794e56:-6f0e</wuid>
+    <x>1082</x>
+    <y>932</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>7</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1122" y="891" />
+      <point x="1146" y="897" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>25</width>
+    <wuid>-32e0cda:1641d794e56:-6f08</wuid>
+    <x>1122</x>
+    <y>891</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>7</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1146" y="897" />
+      <point x="1122" y="903" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>25</width>
+    <wuid>-32e0cda:1641d794e56:-6f07</wuid>
+    <x>1122</x>
+    <y>897</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>7</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1122" y="680" />
+      <point x="1146" y="686" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>25</width>
+    <wuid>-32e0cda:1641d794e56:-6f01</wuid>
+    <x>1122</x>
+    <y>680</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>7</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1146" y="686" />
+      <point x="1122" y="692" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>25</width>
+    <wuid>-32e0cda:1641d794e56:-6f00</wuid>
+    <x>1122</x>
+    <y>686</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>7</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1122" y="467" />
+      <point x="1146" y="473" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>25</width>
+    <wuid>-32e0cda:1641d794e56:-6efa</wuid>
+    <x>1122</x>
+    <y>467</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>7</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1146" y="473" />
+      <point x="1122" y="479" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>25</width>
+    <wuid>-32e0cda:1641d794e56:-6ef9</wuid>
+    <x>1122</x>
+    <y>473</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>7</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1122" y="277" />
+      <point x="1146" y="283" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>25</width>
+    <wuid>-32e0cda:1641d794e56:-6ef3</wuid>
+    <x>1122</x>
+    <y>277</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>7</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1146" y="283" />
+      <point x="1122" y="289" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>25</width>
+    <wuid>-32e0cda:1641d794e56:-6ef2</wuid>
+    <x>1122</x>
+    <y>283</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>7</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1755" y="246" />
+      <point x="1779" y="252" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>25</width>
+    <wuid>-32e0cda:1641d794e56:-6eec</wuid>
+    <x>1755</x>
+    <y>246</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>7</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1779" y="252" />
+      <point x="1755" y="258" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>25</width>
+    <wuid>-32e0cda:1641d794e56:-6eeb</wuid>
+    <x>1755</x>
+    <y>252</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>7</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1755" y="485" />
+      <point x="1779" y="491" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>25</width>
+    <wuid>-32e0cda:1641d794e56:-6ee5</wuid>
+    <x>1755</x>
+    <y>485</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>7</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1779" y="491" />
+      <point x="1755" y="497" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>25</width>
+    <wuid>-32e0cda:1641d794e56:-6ee4</wuid>
+    <x>1755</x>
+    <y>491</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>7</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1755" y="690" />
+      <point x="1779" y="696" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>25</width>
+    <wuid>-32e0cda:1641d794e56:-6ede</wuid>
+    <x>1755</x>
+    <y>690</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>7</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1779" y="696" />
+      <point x="1755" y="702" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>25</width>
+    <wuid>-32e0cda:1641d794e56:-6edd</wuid>
+    <x>1755</x>
+    <y>696</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>7</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1755" y="900" />
+      <point x="1779" y="906" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>25</width>
+    <wuid>-32e0cda:1641d794e56:-6ed7</wuid>
+    <x>1755</x>
+    <y>900</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>7</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1779" y="906" />
+      <point x="1755" y="912" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>25</width>
+    <wuid>-32e0cda:1641d794e56:-6ed6</wuid>
+    <x>1755</x>
+    <y>906</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>7</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1739" y="373" />
+      <point x="1715" y="367" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>25</width>
+    <wuid>-32e0cda:1641d794e56:-6ed0</wuid>
+    <x>1715</x>
+    <y>367</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>7</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1715" y="367" />
+      <point x="1739" y="361" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>25</width>
+    <wuid>-32e0cda:1641d794e56:-6ecf</wuid>
+    <x>1715</x>
+    <y>361</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>7</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1739" y="984" />
+      <point x="1715" y="978" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>25</width>
+    <wuid>-32e0cda:1641d794e56:-6ec9</wuid>
+    <x>1715</x>
+    <y>978</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>7</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1715" y="978" />
+      <point x="1739" y="972" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>25</width>
+    <wuid>-32e0cda:1641d794e56:-6ec8</wuid>
+    <x>1715</x>
+    <y>972</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>25</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1226" y="283" />
+      <point x="1232" y="259" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>7</width>
+    <wuid>-32e0cda:1641d794e56:-6ebb</wuid>
+    <x>1226</x>
+    <y>259</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>25</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1232" y="259" />
+      <point x="1238" y="283" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>7</width>
+    <wuid>-32e0cda:1641d794e56:-6eba</wuid>
+    <x>1232</x>
+    <y>259</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>25</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1230" y="501" />
+      <point x="1236" y="477" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>7</width>
+    <wuid>-32e0cda:1641d794e56:-6eb4</wuid>
+    <x>1230</x>
+    <y>477</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>25</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1236" y="477" />
+      <point x="1242" y="501" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>7</width>
+    <wuid>-32e0cda:1641d794e56:-6eb3</wuid>
+    <x>1236</x>
+    <y>477</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>25</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1234" y="709" />
+      <point x="1240" y="685" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>7</width>
+    <wuid>-32e0cda:1641d794e56:-6ead</wuid>
+    <x>1234</x>
+    <y>685</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>25</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1240" y="685" />
+      <point x="1246" y="709" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>7</width>
+    <wuid>-32e0cda:1641d794e56:-6eac</wuid>
+    <x>1240</x>
+    <y>685</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>25</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1238" y="916" />
+      <point x="1244" y="892" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>7</width>
+    <wuid>-32e0cda:1641d794e56:-6ea6</wuid>
+    <x>1238</x>
+    <y>892</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>25</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1244" y="892" />
+      <point x="1250" y="916" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>7</width>
+    <wuid>-32e0cda:1641d794e56:-6ea5</wuid>
+    <x>1244</x>
+    <y>892</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>7</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="455" y="421" />
+      <point x="431" y="415" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>25</width>
+    <wuid>-32e0cda:1641d794e56:-6d4e</wuid>
+    <x>431</x>
+    <y>415</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>7</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="431" y="415" />
+      <point x="455" y="409" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>25</width>
+    <wuid>-32e0cda:1641d794e56:-6d4d</wuid>
+    <x>431</x>
+    <y>409</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>7</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="312" y="421" />
+      <point x="288" y="415" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>25</width>
+    <wuid>-32e0cda:1641d794e56:-6d47</wuid>
+    <x>288</x>
+    <y>415</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>7</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="288" y="415" />
+      <point x="312" y="409" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>25</width>
+    <wuid>-32e0cda:1641d794e56:-6d46</wuid>
+    <x>288</x>
+    <y>409</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>7</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="640" y="422" />
+      <point x="616" y="416" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>25</width>
+    <wuid>-32e0cda:1641d794e56:-6d40</wuid>
+    <x>616</x>
+    <y>416</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>7</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="616" y="416" />
+      <point x="640" y="410" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>25</width>
+    <wuid>-32e0cda:1641d794e56:-6d3f</wuid>
+    <x>616</x>
+    <y>410</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>25</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="583" y="474" />
+      <point x="577" y="498" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>7</width>
+    <wuid>-32e0cda:1641d794e56:-6d39</wuid>
+    <x>577</x>
+    <y>474</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>25</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="577" y="498" />
+      <point x="571" y="474" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>7</width>
+    <wuid>-32e0cda:1641d794e56:-6d38</wuid>
+    <x>571</x>
+    <y>474</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>7</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="773" y="513" />
+      <point x="797" y="519" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>25</width>
+    <wuid>-32e0cda:1641d794e56:-6d32</wuid>
+    <x>773</x>
+    <y>513</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>7</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="797" y="519" />
+      <point x="773" y="525" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>25</width>
+    <wuid>-32e0cda:1641d794e56:-6d31</wuid>
+    <x>773</x>
+    <y>519</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>7</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="470" y="489" />
+      <point x="494" y="495" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>25</width>
+    <wuid>-32e0cda:1641d794e56:-6d2b</wuid>
+    <x>470</x>
+    <y>489</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>7</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="494" y="495" />
+      <point x="470" y="501" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>25</width>
+    <wuid>-32e0cda:1641d794e56:-6d2a</wuid>
+    <x>470</x>
+    <y>495</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>7</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="277" y="483" />
+      <point x="301" y="489" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>25</width>
+    <wuid>-32e0cda:1641d794e56:-6d24</wuid>
+    <x>277</x>
+    <y>483</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>7</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="301" y="489" />
+      <point x="277" y="495" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>25</width>
+    <wuid>-32e0cda:1641d794e56:-6d23</wuid>
+    <x>277</x>
+    <y>489</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>7</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1106" y="331" />
+      <point x="1082" y="325" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>25</width>
+    <wuid>-32e0cda:1641d794e56:-6aa0</wuid>
+    <x>1082</x>
+    <y>325</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>7</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1082" y="325" />
+      <point x="1106" y="319" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>25</width>
+    <wuid>-32e0cda:1641d794e56:-6a9f</wuid>
+    <x>1082</x>
+    <y>319</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>7</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1106" y="528" />
+      <point x="1082" y="522" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>25</width>
+    <wuid>-32e0cda:1641d794e56:-6a9d</wuid>
+    <x>1082</x>
+    <y>522</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>7</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1082" y="522" />
+      <point x="1106" y="516" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>25</width>
+    <wuid>-32e0cda:1641d794e56:-6a9c</wuid>
+    <x>1082</x>
+    <y>516</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>7</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1106" y="735" />
+      <point x="1082" y="729" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>25</width>
+    <wuid>-32e0cda:1641d794e56:-6a9a</wuid>
+    <x>1082</x>
+    <y>729</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>7</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1082" y="729" />
+      <point x="1106" y="723" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>25</width>
+    <wuid>-32e0cda:1641d794e56:-6a99</wuid>
+    <x>1082</x>
+    <y>723</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>7</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1106" y="944" />
+      <point x="1082" y="938" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>25</width>
+    <wuid>-32e0cda:1641d794e56:-6a97</wuid>
+    <x>1082</x>
+    <y>938</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>7</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1082" y="938" />
+      <point x="1106" y="932" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>25</width>
+    <wuid>-32e0cda:1641d794e56:-6a96</wuid>
+    <x>1082</x>
+    <y>932</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>7</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1122" y="891" />
+      <point x="1146" y="897" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>25</width>
+    <wuid>-32e0cda:1641d794e56:-6a94</wuid>
+    <x>1122</x>
+    <y>891</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>7</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1146" y="897" />
+      <point x="1122" y="903" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>25</width>
+    <wuid>-32e0cda:1641d794e56:-6a93</wuid>
+    <x>1122</x>
+    <y>897</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>7</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1122" y="680" />
+      <point x="1146" y="686" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>25</width>
+    <wuid>-32e0cda:1641d794e56:-6a91</wuid>
+    <x>1122</x>
+    <y>680</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>7</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1146" y="686" />
+      <point x="1122" y="692" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>25</width>
+    <wuid>-32e0cda:1641d794e56:-6a90</wuid>
+    <x>1122</x>
+    <y>686</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>7</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1122" y="467" />
+      <point x="1146" y="473" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>25</width>
+    <wuid>-32e0cda:1641d794e56:-6a8e</wuid>
+    <x>1122</x>
+    <y>467</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>7</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1146" y="473" />
+      <point x="1122" y="479" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>25</width>
+    <wuid>-32e0cda:1641d794e56:-6a8d</wuid>
+    <x>1122</x>
+    <y>473</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>7</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1122" y="277" />
+      <point x="1146" y="283" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>25</width>
+    <wuid>-32e0cda:1641d794e56:-6a8b</wuid>
+    <x>1122</x>
+    <y>277</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>7</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1146" y="283" />
+      <point x="1122" y="289" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>25</width>
+    <wuid>-32e0cda:1641d794e56:-6a8a</wuid>
+    <x>1122</x>
+    <y>283</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>7</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1755" y="246" />
+      <point x="1779" y="252" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>25</width>
+    <wuid>-32e0cda:1641d794e56:-6a88</wuid>
+    <x>1755</x>
+    <y>246</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>7</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1779" y="252" />
+      <point x="1755" y="258" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>25</width>
+    <wuid>-32e0cda:1641d794e56:-6a87</wuid>
+    <x>1755</x>
+    <y>252</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>7</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1755" y="485" />
+      <point x="1779" y="491" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>25</width>
+    <wuid>-32e0cda:1641d794e56:-6a85</wuid>
+    <x>1755</x>
+    <y>485</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>7</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1779" y="491" />
+      <point x="1755" y="497" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>25</width>
+    <wuid>-32e0cda:1641d794e56:-6a84</wuid>
+    <x>1755</x>
+    <y>491</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>7</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1755" y="690" />
+      <point x="1779" y="696" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>25</width>
+    <wuid>-32e0cda:1641d794e56:-6a82</wuid>
+    <x>1755</x>
+    <y>690</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>7</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1779" y="696" />
+      <point x="1755" y="702" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>25</width>
+    <wuid>-32e0cda:1641d794e56:-6a81</wuid>
+    <x>1755</x>
+    <y>696</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>7</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1755" y="900" />
+      <point x="1779" y="906" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>25</width>
+    <wuid>-32e0cda:1641d794e56:-6a7f</wuid>
+    <x>1755</x>
+    <y>900</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>7</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1779" y="906" />
+      <point x="1755" y="912" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>25</width>
+    <wuid>-32e0cda:1641d794e56:-6a7e</wuid>
+    <x>1755</x>
+    <y>906</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>7</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1739" y="373" />
+      <point x="1715" y="367" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>25</width>
+    <wuid>-32e0cda:1641d794e56:-6a7c</wuid>
+    <x>1715</x>
+    <y>367</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>7</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1715" y="367" />
+      <point x="1739" y="361" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>25</width>
+    <wuid>-32e0cda:1641d794e56:-6a7b</wuid>
+    <x>1715</x>
+    <y>361</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>7</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1739" y="984" />
+      <point x="1715" y="978" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>25</width>
+    <wuid>-32e0cda:1641d794e56:-6a79</wuid>
+    <x>1715</x>
+    <y>978</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>7</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1715" y="978" />
+      <point x="1739" y="972" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>25</width>
+    <wuid>-32e0cda:1641d794e56:-6a78</wuid>
+    <x>1715</x>
+    <y>972</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>25</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1226" y="283" />
+      <point x="1232" y="259" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>7</width>
+    <wuid>-32e0cda:1641d794e56:-6a76</wuid>
+    <x>1226</x>
+    <y>259</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>25</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1232" y="259" />
+      <point x="1238" y="283" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>7</width>
+    <wuid>-32e0cda:1641d794e56:-6a75</wuid>
+    <x>1232</x>
+    <y>259</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>25</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1230" y="501" />
+      <point x="1236" y="477" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>7</width>
+    <wuid>-32e0cda:1641d794e56:-6a73</wuid>
+    <x>1230</x>
+    <y>477</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>25</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1236" y="477" />
+      <point x="1242" y="501" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>7</width>
+    <wuid>-32e0cda:1641d794e56:-6a72</wuid>
+    <x>1236</x>
+    <y>477</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>25</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1234" y="709" />
+      <point x="1240" y="685" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>7</width>
+    <wuid>-32e0cda:1641d794e56:-6a70</wuid>
+    <x>1234</x>
+    <y>685</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>25</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1240" y="685" />
+      <point x="1246" y="709" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>7</width>
+    <wuid>-32e0cda:1641d794e56:-6a6f</wuid>
+    <x>1240</x>
+    <y>685</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>25</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1238" y="916" />
+      <point x="1244" y="892" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>7</width>
+    <wuid>-32e0cda:1641d794e56:-6a6d</wuid>
+    <x>1238</x>
+    <y>892</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>25</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1244" y="892" />
+      <point x="1250" y="916" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>7</width>
+    <wuid>-32e0cda:1641d794e56:-6a6c</wuid>
+    <x>1244</x>
+    <y>892</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>7</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="455" y="421" />
+      <point x="431" y="415" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>25</width>
+    <wuid>-32e0cda:1641d794e56:-6a49</wuid>
+    <x>431</x>
+    <y>415</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>7</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="431" y="415" />
+      <point x="455" y="409" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>25</width>
+    <wuid>-32e0cda:1641d794e56:-6a48</wuid>
+    <x>431</x>
+    <y>409</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>7</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="312" y="421" />
+      <point x="288" y="415" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>25</width>
+    <wuid>-32e0cda:1641d794e56:-6a46</wuid>
+    <x>288</x>
+    <y>415</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>7</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="288" y="415" />
+      <point x="312" y="409" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>25</width>
+    <wuid>-32e0cda:1641d794e56:-6a45</wuid>
+    <x>288</x>
+    <y>409</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>7</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="640" y="422" />
+      <point x="616" y="416" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>25</width>
+    <wuid>-32e0cda:1641d794e56:-6a43</wuid>
+    <x>616</x>
+    <y>416</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>7</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="616" y="416" />
+      <point x="640" y="410" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>25</width>
+    <wuid>-32e0cda:1641d794e56:-6a42</wuid>
+    <x>616</x>
+    <y>410</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>25</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="583" y="474" />
+      <point x="577" y="498" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>7</width>
+    <wuid>-32e0cda:1641d794e56:-6a40</wuid>
+    <x>577</x>
+    <y>474</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>25</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="577" y="498" />
+      <point x="571" y="474" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>7</width>
+    <wuid>-32e0cda:1641d794e56:-6a3f</wuid>
+    <x>571</x>
+    <y>474</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>7</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="773" y="513" />
+      <point x="797" y="519" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>25</width>
+    <wuid>-32e0cda:1641d794e56:-6a3d</wuid>
+    <x>773</x>
+    <y>513</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>7</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="797" y="519" />
+      <point x="773" y="525" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>25</width>
+    <wuid>-32e0cda:1641d794e56:-6a3c</wuid>
+    <x>773</x>
+    <y>519</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>7</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="470" y="489" />
+      <point x="494" y="495" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>25</width>
+    <wuid>-32e0cda:1641d794e56:-6a3a</wuid>
+    <x>470</x>
+    <y>489</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>7</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="494" y="495" />
+      <point x="470" y="501" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>25</width>
+    <wuid>-32e0cda:1641d794e56:-6a39</wuid>
+    <x>470</x>
+    <y>495</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>7</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="277" y="483" />
+      <point x="301" y="489" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>25</width>
+    <wuid>-32e0cda:1641d794e56:-6a37</wuid>
+    <x>277</x>
+    <y>483</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>7</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="301" y="489" />
+      <point x="277" y="495" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>25</width>
+    <wuid>-32e0cda:1641d794e56:-6a36</wuid>
+    <x>277</x>
+    <y>489</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1509" y="331" />
+      <point x="1566" y="331" />
+      <point x="1564" y="329" />
+      <point x="1511" y="329" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>58</width>
+    <wuid>-32e0cda:1641d794e56:-7230</wuid>
+    <x>1509</x>
+    <y>329</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1189" y="857" />
+      <point x="1246" y="857" />
+      <point x="1244" y="855" />
+      <point x="1191" y="855" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>58</width>
+    <wuid>-32e0cda:1641d794e56:-7215</wuid>
+    <x>1189</x>
+    <y>855</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1189" y="649" />
+      <point x="1246" y="649" />
+      <point x="1244" y="647" />
+      <point x="1191" y="647" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>58</width>
+    <wuid>-32e0cda:1641d794e56:-7213</wuid>
+    <x>1189</x>
+    <y>647</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1310" y="643" />
+      <point x="1367" y="643" />
+      <point x="1365" y="641" />
+      <point x="1312" y="641" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>58</width>
+    <wuid>-32e0cda:1641d794e56:-7211</wuid>
+    <x>1310</x>
+    <y>641</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1310" y="850" />
+      <point x="1367" y="850" />
+      <point x="1365" y="848" />
+      <point x="1312" y="848" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>58</width>
+    <wuid>-32e0cda:1641d794e56:-720f</wuid>
+    <x>1310</x>
+    <y>848</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1310" y="434" />
+      <point x="1367" y="434" />
+      <point x="1365" y="432" />
+      <point x="1312" y="432" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>58</width>
+    <wuid>-32e0cda:1641d794e56:-720d</wuid>
+    <x>1310</x>
+    <y>432</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1190" y="182" />
+      <point x="1247" y="182" />
+      <point x="1245" y="180" />
+      <point x="1192" y="180" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>58</width>
+    <wuid>-32e0cda:1641d794e56:-720b</wuid>
+    <x>1190</x>
+    <y>180</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1309" y="182" />
+      <point x="1366" y="182" />
+      <point x="1364" y="180" />
+      <point x="1311" y="180" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>58</width>
+    <wuid>-32e0cda:1641d794e56:-7209</wuid>
+    <x>1309</x>
+    <y>180</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1452" y="448" />
+      <point x="1509" y="448" />
+      <point x="1507" y="446" />
+      <point x="1454" y="446" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>58</width>
+    <wuid>-32e0cda:1641d794e56:-71fd</wuid>
+    <x>1452</x>
+    <y>446</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1192" y="433" />
+      <point x="1249" y="433" />
+      <point x="1247" y="431" />
+      <point x="1194" y="431" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>58</width>
+    <wuid>-32e0cda:1641d794e56:-71fb</wuid>
+    <x>1192</x>
+    <y>431</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1452" y="656" />
+      <point x="1509" y="656" />
+      <point x="1507" y="654" />
+      <point x="1454" y="654" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>58</width>
+    <wuid>-32e0cda:1641d794e56:-71f5</wuid>
+    <x>1452</x>
+    <y>654</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1316" y="1001" />
+      <point x="1373" y="1001" />
+      <point x="1371" y="999" />
+      <point x="1318" y="999" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>58</width>
+    <wuid>-32e0cda:1641d794e56:-71f3</wuid>
+    <x>1316</x>
+    <y>999</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1452" y="863" />
+      <point x="1509" y="863" />
+      <point x="1507" y="861" />
+      <point x="1454" y="861" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>58</width>
+    <wuid>-32e0cda:1641d794e56:-71ee</wuid>
+    <x>1452</x>
+    <y>861</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="687" y="346" />
+      <point x="744" y="346" />
+      <point x="742" y="344" />
+      <point x="689" y="344" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>58</width>
+    <wuid>-32e0cda:1641d794e56:-71a9</wuid>
+    <x>687</x>
+    <y>344</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1191" y="832" />
+      <point x="1244" y="832" />
+      <point x="1246" y="830" />
+      <point x="1189" y="830" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>58</width>
+    <wuid>-32e0cda:1641d794e56:-7190</wuid>
+    <x>1189</x>
+    <y>830</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1191" y="624" />
+      <point x="1244" y="624" />
+      <point x="1246" y="622" />
+      <point x="1189" y="622" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>58</width>
+    <wuid>-32e0cda:1641d794e56:-718e</wuid>
+    <x>1189</x>
+    <y>622</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1312" y="618" />
+      <point x="1365" y="618" />
+      <point x="1367" y="616" />
+      <point x="1310" y="616" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>58</width>
+    <wuid>-32e0cda:1641d794e56:-718c</wuid>
+    <x>1310</x>
+    <y>616</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1312" y="825" />
+      <point x="1365" y="825" />
+      <point x="1367" y="823" />
+      <point x="1310" y="823" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>58</width>
+    <wuid>-32e0cda:1641d794e56:-718a</wuid>
+    <x>1310</x>
+    <y>823</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1312" y="409" />
+      <point x="1365" y="409" />
+      <point x="1367" y="407" />
+      <point x="1310" y="407" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>58</width>
+    <wuid>-32e0cda:1641d794e56:-7188</wuid>
+    <x>1310</x>
+    <y>407</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1192" y="157" />
+      <point x="1245" y="157" />
+      <point x="1247" y="155" />
+      <point x="1190" y="155" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>58</width>
+    <wuid>-32e0cda:1641d794e56:-7186</wuid>
+    <x>1190</x>
+    <y>155</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1311" y="157" />
+      <point x="1364" y="157" />
+      <point x="1366" y="155" />
+      <point x="1309" y="155" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>58</width>
+    <wuid>-32e0cda:1641d794e56:-7184</wuid>
+    <x>1309</x>
+    <y>155</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1454" y="423" />
+      <point x="1507" y="423" />
+      <point x="1509" y="421" />
+      <point x="1452" y="421" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>58</width>
+    <wuid>-32e0cda:1641d794e56:-7178</wuid>
+    <x>1452</x>
+    <y>421</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1194" y="408" />
+      <point x="1247" y="408" />
+      <point x="1249" y="406" />
+      <point x="1192" y="406" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>58</width>
+    <wuid>-32e0cda:1641d794e56:-7176</wuid>
+    <x>1192</x>
+    <y>406</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1454" y="631" />
+      <point x="1507" y="631" />
+      <point x="1509" y="629" />
+      <point x="1452" y="629" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>58</width>
+    <wuid>-32e0cda:1641d794e56:-7170</wuid>
+    <x>1452</x>
+    <y>629</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1318" y="976" />
+      <point x="1371" y="976" />
+      <point x="1373" y="974" />
+      <point x="1316" y="974" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>58</width>
+    <wuid>-32e0cda:1641d794e56:-716e</wuid>
+    <x>1316</x>
+    <y>974</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1454" y="838" />
+      <point x="1507" y="838" />
+      <point x="1509" y="836" />
+      <point x="1452" y="836" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>58</width>
+    <wuid>-32e0cda:1641d794e56:-7168</wuid>
+    <x>1452</x>
+    <y>836</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="490" y="363" />
+      <point x="546" y="363" />
+      <point x="544" y="361" />
+      <point x="491" y="361" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>57</width>
+    <wuid>-32e0cda:1641d794e56:-71cd</wuid>
+    <x>490</x>
+    <y>361</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="237" y="525" />
+      <point x="293" y="525" />
+      <point x="291" y="523" />
+      <point x="238" y="523" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>57</width>
+    <wuid>-32e0cda:1641d794e56:-71cb</wuid>
+    <x>237</x>
+    <y>523</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="886" y="301" />
+      <point x="942" y="301" />
+      <point x="940" y="299" />
+      <point x="887" y="299" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>57</width>
+    <wuid>-32e0cda:1641d794e56:-71bd</wuid>
+    <x>886</x>
+    <y>299</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="665" y="467" />
+      <point x="721" y="467" />
+      <point x="719" y="465" />
+      <point x="666" y="465" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>57</width>
+    <wuid>-32e0cda:1641d794e56:-71bb</wuid>
+    <x>665</x>
+    <y>465</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="490" y="532" />
+      <point x="546" y="532" />
+      <point x="544" y="530" />
+      <point x="491" y="530" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>57</width>
+    <wuid>-32e0cda:1641d794e56:-71af</wuid>
+    <x>490</x>
+    <y>530</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="565" y="601" />
+      <point x="621" y="601" />
+      <point x="619" y="599" />
+      <point x="566" y="599" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>57</width>
+    <wuid>-32e0cda:1641d794e56:-71ab</wuid>
+    <x>565</x>
+    <y>599</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="247" y="343" />
+      <point x="303" y="343" />
+      <point x="301" y="341" />
+      <point x="248" y="341" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>57</width>
+    <wuid>-32e0cda:1641d794e56:-71a3</wuid>
+    <x>247</x>
+    <y>341</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="491" y="338" />
+      <point x="544" y="338" />
+      <point x="546" y="336" />
+      <point x="490" y="336" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>57</width>
+    <wuid>-32e0cda:1641d794e56:-7160</wuid>
+    <x>490</x>
+    <y>336</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="238" y="500" />
+      <point x="291" y="500" />
+      <point x="293" y="498" />
+      <point x="237" y="498" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>57</width>
+    <wuid>-32e0cda:1641d794e56:-715e</wuid>
+    <x>237</x>
+    <y>498</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="887" y="276" />
+      <point x="940" y="276" />
+      <point x="942" y="274" />
+      <point x="886" y="274" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>57</width>
+    <wuid>-32e0cda:1641d794e56:-7150</wuid>
+    <x>886</x>
+    <y>274</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="666" y="442" />
+      <point x="719" y="442" />
+      <point x="721" y="440" />
+      <point x="665" y="440" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>57</width>
+    <wuid>-32e0cda:1641d794e56:-714e</wuid>
+    <x>665</x>
+    <y>440</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="491" y="507" />
+      <point x="544" y="507" />
+      <point x="546" y="505" />
+      <point x="490" y="505" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>57</width>
+    <wuid>-32e0cda:1641d794e56:-714c</wuid>
+    <x>490</x>
+    <y>505</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="566" y="576" />
+      <point x="619" y="576" />
+      <point x="621" y="574" />
+      <point x="565" y="574" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>57</width>
+    <wuid>-32e0cda:1641d794e56:-7148</wuid>
+    <x>565</x>
+    <y>574</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="248" y="318" />
+      <point x="301" y="318" />
+      <point x="303" y="316" />
+      <point x="247" y="316" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>57</width>
+    <wuid>-32e0cda:1641d794e56:-7140</wuid>
+    <x>247</x>
+    <y>316</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="477" y="383" />
+      <point x="645" y="383" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>169</width>
+    <wuid>-32e0cda:1641d794e56:-6d1f</wuid>
+    <x>477</x>
+    <y>383</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>12</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="323" y="375" />
+      <point x="323" y="364" />
+      <point x="310" y="364" />
+      <point x="310" y="375" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-FCV-011:Open</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>14</width>
+    <wuid>-32e0cda:1641d794e56:-71e6</wuid>
+    <x>310</x>
+    <y>364</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>12</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="475" y="376" />
+      <point x="475" y="365" />
+      <point x="462" y="365" />
+      <point x="462" y="376" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-FCV-013:Open</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>14</width>
+    <wuid>-32e0cda:1641d794e56:-71e1</wuid>
+    <x>462</x>
+    <y>365</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>12</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="323" y="536" />
+      <point x="323" y="525" />
+      <point x="310" y="525" />
+      <point x="310" y="536" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-FCV-012:Open</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>14</width>
+    <wuid>-32e0cda:1641d794e56:-71dc</wuid>
+    <x>310</x>
+    <y>525</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>12</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="475" y="536" />
+      <point x="475" y="525" />
+      <point x="462" y="525" />
+      <point x="462" y="536" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-FCV-014:Open</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>14</width>
+    <wuid>-32e0cda:1641d794e56:-71d7</wuid>
+    <x>462</x>
+    <y>525</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>12</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="699" y="536" />
+      <point x="699" y="525" />
+      <point x="686" y="525" />
+      <point x="686" y="536" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-FCV-015:Open</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>14</width>
+    <wuid>-32e0cda:1641d794e56:-71d2</wuid>
+    <x>686</x>
+    <y>525</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>12</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1752" y="878" />
+      <point x="1752" y="867" />
+      <point x="1739" y="867" />
+      <point x="1739" y="878" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-FCV-050:Open</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>14</width>
+    <wuid>-32e0cda:1641d794e56:-71b9</wuid>
+    <x>1739</x>
+    <y>867</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>14</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="560" y="848" />
+      <point x="571" y="848" />
+      <point x="571" y="835" />
+      <point x="560" y="835" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-PCV-011:Open</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>12</width>
+    <wuid>-32e0cda:1641d794e56:-71b4</wuid>
+    <x>560</x>
+    <y>835</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="240" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="240" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="240" />
+    </foreground_color>
+    <height>4</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="240" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="854" y="323" />
+      <point x="890" y="323" />
+      <point x="895" y="326" />
+      <point x="854" y="326" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>42</width>
+    <wuid>-32e0cda:1641d794e56:-6feb</wuid>
+    <x>854</x>
+    <y>323</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="240" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="240" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="240" />
+    </foreground_color>
+    <height>4</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="240" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="973" y="323" />
+      <point x="937" y="323" />
+      <point x="932" y="326" />
+      <point x="973" y="326" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>42</width>
+    <wuid>-32e0cda:1641d794e56:-6fe3</wuid>
+    <x>932</x>
+    <y>323</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>33</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1194" y="506" />
+      <point x="1198" y="506" />
+      <point x="1198" y="474" />
+      <point x="1194" y="474" />
+      <point x="1194" y="506" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>5</width>
+    <wuid>-32e0cda:1641d794e56:-70de</wuid>
+    <x>1194</x>
+    <y>474</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="325" y="387" />
+      <point x="357" y="387" />
+      <point x="357" y="383" />
+      <point x="325" y="383" />
+      <point x="325" y="387" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>33</width>
+    <wuid>-32e0cda:1641d794e56:-70c5</wuid>
+    <x>325</x>
+    <y>383</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>33</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1194" y="506" />
+      <point x="1194" y="474" />
+      <point x="1198" y="474" />
+      <point x="1198" y="506" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="0" green="0" blue="240" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="180" green="180" blue="180" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-P-10:CmdD</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>5</width>
+    <wuid>-32e0cda:1641d794e56:-704e</wuid>
+    <x>1194</x>
+    <y>474</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>33</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1194" y="714" />
+      <point x="1194" y="682" />
+      <point x="1198" y="682" />
+      <point x="1198" y="714" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="0" green="0" blue="240" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="180" green="180" blue="180" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-P-10:CmdD</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>5</width>
+    <wuid>-32e0cda:1641d794e56:-7049</wuid>
+    <x>1194</x>
+    <y>682</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>33</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1194" y="921" />
+      <point x="1194" y="889" />
+      <point x="1198" y="889" />
+      <point x="1198" y="921" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="0" green="0" blue="240" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="180" green="180" blue="180" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-P-10:CmdD</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>5</width>
+    <wuid>-32e0cda:1641d794e56:-7046</wuid>
+    <x>1194</x>
+    <y>889</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="325" y="547" />
+      <point x="357" y="547" />
+      <point x="357" y="543" />
+      <point x="325" y="543" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="0" green="240" blue="240" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="180" green="180" blue="180" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-FCV-012:Open</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>33</width>
+    <wuid>-32e0cda:1641d794e56:-6fd3</wuid>
+    <x>325</x>
+    <y>543</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="325" y="387" />
+      <point x="357" y="387" />
+      <point x="357" y="383" />
+      <point x="325" y="383" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="180" green="180" blue="180" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-FCV-013:Open</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>33</width>
+    <wuid>-32e0cda:1641d794e56:-6fbd</wuid>
+    <x>325</x>
+    <y>383</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>11</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="660" y="385" />
+      <point x="660" y="375" />
+      <point x="653" y="375" />
+      <point x="653" y="375" />
+      <point x="667" y="375" />
+      <point x="667" y="375" />
+      <point x="660" y="375" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>15</width>
+    <wuid>-32e0cda:1641d794e56:-6be3</wuid>
+    <x>653</x>
+    <y>375</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>11</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="772" y="385" />
+      <point x="772" y="375" />
+      <point x="765" y="375" />
+      <point x="765" y="375" />
+      <point x="779" y="375" />
+      <point x="779" y="375" />
+      <point x="772" y="375" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>15</width>
+    <wuid>-32e0cda:1641d794e56:-6bdf</wuid>
+    <x>765</x>
+    <y>375</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>11</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="772" y="545" />
+      <point x="772" y="535" />
+      <point x="765" y="535" />
+      <point x="765" y="535" />
+      <point x="779" y="535" />
+      <point x="779" y="535" />
+      <point x="772" y="535" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>15</width>
+    <wuid>-32e0cda:1641d794e56:-6bcf</wuid>
+    <x>765</x>
+    <y>535</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>11</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1114" y="346" />
+      <point x="1114" y="336" />
+      <point x="1107" y="336" />
+      <point x="1107" y="336" />
+      <point x="1121" y="336" />
+      <point x="1121" y="336" />
+      <point x="1114" y="336" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>15</width>
+    <wuid>-32e0cda:1641d794e56:-6bb8</wuid>
+    <x>1107</x>
+    <y>336</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>11</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1114" y="306" />
+      <point x="1114" y="296" />
+      <point x="1107" y="296" />
+      <point x="1107" y="296" />
+      <point x="1121" y="296" />
+      <point x="1121" y="296" />
+      <point x="1114" y="296" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>15</width>
+    <wuid>-32e0cda:1641d794e56:-6bb4</wuid>
+    <x>1107</x>
+    <y>296</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>11</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1274" y="226" />
+      <point x="1274" y="216" />
+      <point x="1267" y="216" />
+      <point x="1267" y="216" />
+      <point x="1281" y="216" />
+      <point x="1281" y="216" />
+      <point x="1274" y="216" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>15</width>
+    <wuid>-32e0cda:1641d794e56:-6bb0</wuid>
+    <x>1267</x>
+    <y>216</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>11</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1402" y="226" />
+      <point x="1402" y="216" />
+      <point x="1395" y="216" />
+      <point x="1395" y="216" />
+      <point x="1409" y="216" />
+      <point x="1409" y="216" />
+      <point x="1402" y="216" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>15</width>
+    <wuid>-32e0cda:1641d794e56:-6bac</wuid>
+    <x>1395</x>
+    <y>216</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>11</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1114" y="544" />
+      <point x="1114" y="534" />
+      <point x="1107" y="534" />
+      <point x="1107" y="534" />
+      <point x="1121" y="534" />
+      <point x="1121" y="534" />
+      <point x="1114" y="534" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>15</width>
+    <wuid>-32e0cda:1641d794e56:-6ba4</wuid>
+    <x>1107</x>
+    <y>534</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>11</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1114" y="504" />
+      <point x="1114" y="494" />
+      <point x="1107" y="494" />
+      <point x="1107" y="494" />
+      <point x="1121" y="494" />
+      <point x="1121" y="494" />
+      <point x="1114" y="494" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>15</width>
+    <wuid>-32e0cda:1641d794e56:-6ba0</wuid>
+    <x>1107</x>
+    <y>494</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>11</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1274" y="472" />
+      <point x="1274" y="462" />
+      <point x="1267" y="462" />
+      <point x="1267" y="462" />
+      <point x="1281" y="462" />
+      <point x="1281" y="462" />
+      <point x="1274" y="462" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>15</width>
+    <wuid>-32e0cda:1641d794e56:-6b9c</wuid>
+    <x>1267</x>
+    <y>462</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>11</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1402" y="472" />
+      <point x="1402" y="462" />
+      <point x="1395" y="462" />
+      <point x="1395" y="462" />
+      <point x="1409" y="462" />
+      <point x="1409" y="462" />
+      <point x="1402" y="462" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>15</width>
+    <wuid>-32e0cda:1641d794e56:-6b98</wuid>
+    <x>1395</x>
+    <y>462</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>11</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1114" y="751" />
+      <point x="1114" y="741" />
+      <point x="1107" y="741" />
+      <point x="1107" y="741" />
+      <point x="1121" y="741" />
+      <point x="1121" y="741" />
+      <point x="1114" y="741" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>15</width>
+    <wuid>-32e0cda:1641d794e56:-6b94</wuid>
+    <x>1107</x>
+    <y>741</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>11</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1114" y="712" />
+      <point x="1114" y="702" />
+      <point x="1107" y="702" />
+      <point x="1107" y="702" />
+      <point x="1121" y="702" />
+      <point x="1121" y="702" />
+      <point x="1114" y="702" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>15</width>
+    <wuid>-32e0cda:1641d794e56:-6b90</wuid>
+    <x>1107</x>
+    <y>702</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>11</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1274" y="680" />
+      <point x="1274" y="670" />
+      <point x="1267" y="670" />
+      <point x="1267" y="670" />
+      <point x="1281" y="670" />
+      <point x="1281" y="670" />
+      <point x="1274" y="670" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>15</width>
+    <wuid>-32e0cda:1641d794e56:-6b8c</wuid>
+    <x>1267</x>
+    <y>670</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>11</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1402" y="680" />
+      <point x="1402" y="670" />
+      <point x="1395" y="670" />
+      <point x="1395" y="670" />
+      <point x="1409" y="670" />
+      <point x="1409" y="670" />
+      <point x="1402" y="670" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>15</width>
+    <wuid>-32e0cda:1641d794e56:-6b88</wuid>
+    <x>1395</x>
+    <y>670</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>11</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1114" y="959" />
+      <point x="1114" y="949" />
+      <point x="1107" y="949" />
+      <point x="1107" y="949" />
+      <point x="1121" y="949" />
+      <point x="1121" y="949" />
+      <point x="1114" y="949" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>15</width>
+    <wuid>-32e0cda:1641d794e56:-6b84</wuid>
+    <x>1107</x>
+    <y>949</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>11</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1114" y="919" />
+      <point x="1114" y="909" />
+      <point x="1107" y="909" />
+      <point x="1107" y="909" />
+      <point x="1121" y="909" />
+      <point x="1121" y="909" />
+      <point x="1114" y="909" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>15</width>
+    <wuid>-32e0cda:1641d794e56:-6b80</wuid>
+    <x>1107</x>
+    <y>909</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>11</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1274" y="887" />
+      <point x="1274" y="877" />
+      <point x="1267" y="877" />
+      <point x="1267" y="877" />
+      <point x="1281" y="877" />
+      <point x="1281" y="877" />
+      <point x="1274" y="877" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>15</width>
+    <wuid>-32e0cda:1641d794e56:-6b7c</wuid>
+    <x>1267</x>
+    <y>877</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>11</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1402" y="887" />
+      <point x="1402" y="877" />
+      <point x="1395" y="877" />
+      <point x="1395" y="877" />
+      <point x="1409" y="877" />
+      <point x="1409" y="877" />
+      <point x="1402" y="877" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>15</width>
+    <wuid>-32e0cda:1641d794e56:-6b78</wuid>
+    <x>1395</x>
+    <y>877</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>12</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1751" y="217" />
+      <point x="1751" y="206" />
+      <point x="1739" y="206" />
+      <point x="1739" y="217" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-FCV-020:Open</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>13</width>
+    <wuid>-32e0cda:1641d794e56:-722e</wuid>
+    <x>1739</x>
+    <y>206</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>12</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1751" y="337" />
+      <point x="1751" y="326" />
+      <point x="1739" y="326" />
+      <point x="1739" y="337" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-FCV-021:Open</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>13</width>
+    <wuid>-32e0cda:1641d794e56:-7229</wuid>
+    <x>1739</x>
+    <y>326</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>12</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1751" y="463" />
+      <point x="1751" y="452" />
+      <point x="1739" y="452" />
+      <point x="1739" y="463" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-FCV-030:Open</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>13</width>
+    <wuid>-32e0cda:1641d794e56:-7224</wuid>
+    <x>1739</x>
+    <y>452</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>12</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1751" y="671" />
+      <point x="1751" y="660" />
+      <point x="1739" y="660" />
+      <point x="1739" y="671" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-FCV-040:Open</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>13</width>
+    <wuid>-32e0cda:1641d794e56:-721f</wuid>
+    <x>1739</x>
+    <y>660</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>12</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1751" y="950" />
+      <point x="1751" y="939" />
+      <point x="1739" y="939" />
+      <point x="1739" y="950" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-FCV-051:Open</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>13</width>
+    <wuid>-32e0cda:1641d794e56:-721a</wuid>
+    <x>1739</x>
+    <y>939</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>145</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="596" y="387" />
+      <point x="596" y="531" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6d1c</wuid>
+    <x>596</x>
+    <y>387</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>145</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="592" y="531" />
+      <point x="592" y="387" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6d1a</wuid>
+    <x>592</x>
+    <y>387</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>72</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="324" y="83" />
+      <point x="325" y="81" />
+      <point x="325" y="14" />
+      <point x="324" y="12" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>2</width>
+    <wuid>-32e0cda:1641d794e56:-7141</wuid>
+    <x>324</x>
+    <y>12</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1232" y="889" />
+      <point x="1259" y="889" />
+      <point x="1259" y="885" />
+      <point x="1232" y="885" />
+      <point x="1232" y="889" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>28</width>
+    <wuid>-32e0cda:1641d794e56:-70da</wuid>
+    <x>1232</x>
+    <y>885</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1232" y="682" />
+      <point x="1259" y="682" />
+      <point x="1259" y="678" />
+      <point x="1232" y="678" />
+      <point x="1232" y="682" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>28</width>
+    <wuid>-32e0cda:1641d794e56:-70d5</wuid>
+    <x>1232</x>
+    <y>678</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1232" y="474" />
+      <point x="1259" y="474" />
+      <point x="1259" y="470" />
+      <point x="1232" y="470" />
+      <point x="1232" y="474" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>28</width>
+    <wuid>-32e0cda:1641d794e56:-70d1</wuid>
+    <x>1232</x>
+    <y>470</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1232" y="228" />
+      <point x="1259" y="228" />
+      <point x="1259" y="224" />
+      <point x="1232" y="224" />
+      <point x="1232" y="228" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>28</width>
+    <wuid>-32e0cda:1641d794e56:-70cd</wuid>
+    <x>1232</x>
+    <y>224</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1232" y="889" />
+      <point x="1259" y="889" />
+      <point x="1259" y="885" />
+      <point x="1232" y="885" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="0" green="0" blue="240" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="180" green="180" blue="180" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-P-50:Cmd</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>28</width>
+    <wuid>-32e0cda:1641d794e56:-702c</wuid>
+    <x>1232</x>
+    <y>885</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1232" y="682" />
+      <point x="1259" y="682" />
+      <point x="1259" y="678" />
+      <point x="1232" y="678" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="0" green="0" blue="240" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="180" green="180" blue="180" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-P-40:Cmd</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>28</width>
+    <wuid>-32e0cda:1641d794e56:-7027</wuid>
+    <x>1232</x>
+    <y>678</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1232" y="474" />
+      <point x="1259" y="474" />
+      <point x="1259" y="470" />
+      <point x="1232" y="470" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="0" green="0" blue="240" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="180" green="180" blue="180" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-P-30:Cmd</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>28</width>
+    <wuid>-32e0cda:1641d794e56:-7023</wuid>
+    <x>1232</x>
+    <y>470</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1232" y="228" />
+      <point x="1259" y="228" />
+      <point x="1259" y="224" />
+      <point x="1232" y="224" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="0" green="0" blue="240" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="180" green="180" blue="180" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-P-20:Cmd</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>28</width>
+    <wuid>-32e0cda:1641d794e56:-701c</wuid>
+    <x>1232</x>
+    <y>224</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="240" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="240" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="240" />
+    </foreground_color>
+    <height>4</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="240" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="860" y="319" />
+      <point x="884" y="319" />
+      <point x="889" y="322" />
+      <point x="855" y="322" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>35</width>
+    <wuid>-32e0cda:1641d794e56:-6fe9</wuid>
+    <x>855</x>
+    <y>319</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="240" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="240" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="240" />
+    </foreground_color>
+    <height>4</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="240" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="967" y="319" />
+      <point x="943" y="319" />
+      <point x="938" y="322" />
+      <point x="972" y="322" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>35</width>
+    <wuid>-32e0cda:1641d794e56:-6fe1</wuid>
+    <x>938</x>
+    <y>319</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1232" y="224" />
+      <point x="1259" y="224" />
+      <point x="1259" y="228" />
+      <point x="1232" y="228" />
+      <point x="1232" y="224" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="0" green="0" blue="240" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="180" green="180" blue="180" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-P-20:Cmd</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>28</width>
+    <wuid>-32e0cda:1641d794e56:-6c0b</wuid>
+    <x>1232</x>
+    <y>224</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1232" y="470" />
+      <point x="1259" y="470" />
+      <point x="1259" y="474" />
+      <point x="1232" y="474" />
+      <point x="1232" y="470" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>28</width>
+    <wuid>-32e0cda:1641d794e56:-6c0a</wuid>
+    <x>1232</x>
+    <y>470</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1232" y="678" />
+      <point x="1259" y="678" />
+      <point x="1259" y="682" />
+      <point x="1232" y="682" />
+      <point x="1232" y="678" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>28</width>
+    <wuid>-32e0cda:1641d794e56:-6c09</wuid>
+    <x>1232</x>
+    <y>678</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1426" y="242" />
+      <point x="1404" y="242" />
+      <point x="1408" y="246" />
+      <point x="1430" y="246" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="0" green="0" blue="240" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="180" green="180" blue="180" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-P-20:Cmd</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>27</width>
+    <wuid>-32e0cda:1641d794e56:-7017</wuid>
+    <x>1404</x>
+    <y>242</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>133</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1630" y="542" />
+      <point x="1630" y="674" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6cc2</wuid>
+    <x>1630</x>
+    <y>542</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>130</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1626" y="753" />
+      <point x="1626" y="882" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6cb1</wuid>
+    <x>1626</x>
+    <y>753</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>129</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1626" y="674" />
+      <point x="1626" y="546" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6cc0</wuid>
+    <x>1626</x>
+    <y>546</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>41</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="695" y="52" />
+      <point x="693" y="50" />
+      <point x="693" y="14" />
+      <point x="695" y="12" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-7199</wuid>
+    <x>693</x>
+    <y>12</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <bit>-1</bit>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <bulb_border>3</bulb_border>
+    <bulb_border_color>
+      <color red="150" green="150" blue="150" />
+    </bulb_border_color>
+    <data_type>0</data_type>
+    <effect_3d>true</effect_3d>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>11</height>
+    <name>LED</name>
+    <off_color>
+      <color red="240" green="0" blue="0" />
+    </off_color>
+    <off_label>OFF</off_label>
+    <on_color>
+      <color red="0" green="240" blue="0" />
+    </on_color>
+    <on_label>ON</on_label>
+    <pv_name>RFQ-010:WTRC-FS-012:Status</pv_name>
+    <pv_value />
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_boolean_label>false</show_boolean_label>
+    <square_led>false</square_led>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <visible>true</visible>
+    <widget_type>LED</widget_type>
+    <width>11</width>
+    <wuid>-32e0cda:1641d794e56:-6f4b</wuid>
+    <x>406</x>
+    <y>41</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <bit>-1</bit>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <bulb_border>3</bulb_border>
+    <bulb_border_color>
+      <color red="150" green="150" blue="150" />
+    </bulb_border_color>
+    <data_type>0</data_type>
+    <effect_3d>true</effect_3d>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>11</height>
+    <name>LED</name>
+    <off_color>
+      <color red="240" green="0" blue="0" />
+    </off_color>
+    <off_label>OFF</off_label>
+    <on_color>
+      <color red="0" green="240" blue="0" />
+    </on_color>
+    <on_label>ON</on_label>
+    <pv_name>RFQ-010:WTRC-FS-021:Status</pv_name>
+    <pv_value />
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_boolean_label>false</show_boolean_label>
+    <square_led>false</square_led>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <visible>true</visible>
+    <widget_type>LED</widget_type>
+    <width>11</width>
+    <wuid>-32e0cda:1641d794e56:-6f4a</wuid>
+    <x>406</x>
+    <y>53</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <bit>-1</bit>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <bulb_border>3</bulb_border>
+    <bulb_border_color>
+      <color red="150" green="150" blue="150" />
+    </bulb_border_color>
+    <data_type>0</data_type>
+    <effect_3d>true</effect_3d>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>11</height>
+    <name>LED</name>
+    <off_color>
+      <color red="240" green="0" blue="0" />
+    </off_color>
+    <off_label>OFF</off_label>
+    <on_color>
+      <color red="0" green="240" blue="0" />
+    </on_color>
+    <on_label>ON</on_label>
+    <pv_name>RFQ-010:WTRC-FS-022:Status</pv_name>
+    <pv_value />
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_boolean_label>false</show_boolean_label>
+    <square_led>false</square_led>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <visible>true</visible>
+    <widget_type>LED</widget_type>
+    <width>11</width>
+    <wuid>-32e0cda:1641d794e56:-6f49</wuid>
+    <x>406</x>
+    <y>65</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <bit>-1</bit>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <bulb_border>3</bulb_border>
+    <bulb_border_color>
+      <color red="150" green="150" blue="150" />
+    </bulb_border_color>
+    <data_type>0</data_type>
+    <effect_3d>true</effect_3d>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>11</height>
+    <name>LED</name>
+    <off_color>
+      <color red="240" green="0" blue="0" />
+    </off_color>
+    <off_label>OFF</off_label>
+    <on_color>
+      <color red="0" green="240" blue="0" />
+    </on_color>
+    <on_label>ON</on_label>
+    <pv_name>RFQ-010:WTRC-FS-011:Status</pv_name>
+    <pv_value />
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_boolean_label>false</show_boolean_label>
+    <square_led>false</square_led>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <visible>true</visible>
+    <widget_type>LED</widget_type>
+    <width>11</width>
+    <wuid>-32e0cda:1641d794e56:-6f48</wuid>
+    <x>406</x>
+    <y>30</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>121</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="475" y="762" />
+      <point x="475" y="882" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6e33</wuid>
+    <x>475</x>
+    <y>762</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>15</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1218" y="887" />
+      <point x="1211" y="901" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>8</width>
+    <wuid>-32e0cda:1641d794e56:-6e5c</wuid>
+    <x>1211</x>
+    <y>887</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>8</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1218" y="887" />
+      <point x="1232" y="880" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>15</width>
+    <wuid>-32e0cda:1641d794e56:-6e48</wuid>
+    <x>1218</x>
+    <y>880</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>15</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1225" y="901" />
+      <point x="1218" y="887" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>8</width>
+    <wuid>-32e0cda:1641d794e56:-6e43</wuid>
+    <x>1218</x>
+    <y>887</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>8</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1218" y="887" />
+      <point x="1232" y="894" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>15</width>
+    <wuid>-32e0cda:1641d794e56:-6e42</wuid>
+    <x>1218</x>
+    <y>887</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>15</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1218" y="680" />
+      <point x="1211" y="694" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>8</width>
+    <wuid>-32e0cda:1641d794e56:-6dc6</wuid>
+    <x>1211</x>
+    <y>680</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>15</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1225" y="694" />
+      <point x="1218" y="680" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>8</width>
+    <wuid>-32e0cda:1641d794e56:-6dc4</wuid>
+    <x>1218</x>
+    <y>680</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>8</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1218" y="680" />
+      <point x="1232" y="687" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>15</width>
+    <wuid>-32e0cda:1641d794e56:-6dc3</wuid>
+    <x>1218</x>
+    <y>680</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>8</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1232" y="673" />
+      <point x="1218" y="680" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>15</width>
+    <wuid>-32e0cda:1641d794e56:-6dc1</wuid>
+    <x>1218</x>
+    <y>673</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>15</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1218" y="472" />
+      <point x="1211" y="486" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>8</width>
+    <wuid>-32e0cda:1641d794e56:-6dac</wuid>
+    <x>1211</x>
+    <y>472</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>15</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1225" y="486" />
+      <point x="1218" y="472" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>8</width>
+    <wuid>-32e0cda:1641d794e56:-6daa</wuid>
+    <x>1218</x>
+    <y>472</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>8</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1218" y="472" />
+      <point x="1232" y="479" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>15</width>
+    <wuid>-32e0cda:1641d794e56:-6da9</wuid>
+    <x>1218</x>
+    <y>472</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>8</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1232" y="465" />
+      <point x="1218" y="472" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>15</width>
+    <wuid>-32e0cda:1641d794e56:-6da7</wuid>
+    <x>1218</x>
+    <y>465</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>8</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1232" y="219" />
+      <point x="1218" y="226" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>15</width>
+    <wuid>-32e0cda:1641d794e56:-6d8d</wuid>
+    <x>1218</x>
+    <y>219</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>15</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="593" y="545" />
+      <point x="586" y="531" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>8</width>
+    <wuid>-32e0cda:1641d794e56:-6d78</wuid>
+    <x>586</x>
+    <y>531</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>15</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="600" y="531" />
+      <point x="593" y="545" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>8</width>
+    <wuid>-32e0cda:1641d794e56:-6d77</wuid>
+    <x>593</x>
+    <y>531</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>8</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="593" y="545" />
+      <point x="607" y="538" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>15</width>
+    <wuid>-32e0cda:1641d794e56:-6d76</wuid>
+    <x>593</x>
+    <y>538</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>8</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="607" y="552" />
+      <point x="593" y="545" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>15</width>
+    <wuid>-32e0cda:1641d794e56:-6d74</wuid>
+    <x>593</x>
+    <y>545</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>15</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1218" y="472" />
+      <point x="1225" y="486" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0&gt;0.0">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0&gt;0.0)">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-PCV-030:Cmd</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>8</width>
+    <wuid>-32e0cda:1641d794e56:-6a5c</wuid>
+    <x>1218</x>
+    <y>472</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>15</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1211" y="486" />
+      <point x="1218" y="472" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0&gt;0.0">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0&gt;0.0)">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-PCV-030:Cmd</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>8</width>
+    <wuid>-32e0cda:1641d794e56:-6a5b</wuid>
+    <x>1211</x>
+    <y>472</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>15</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1218" y="680" />
+      <point x="1225" y="694" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0&gt;0.0">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0&gt;0.0)">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-PCV-040:Cmd</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>8</width>
+    <wuid>-32e0cda:1641d794e56:-6a5a</wuid>
+    <x>1218</x>
+    <y>680</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>15</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1211" y="694" />
+      <point x="1218" y="680" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0&gt;0.0">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0&gt;0.0)">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-PCV-040:Cmd</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>8</width>
+    <wuid>-32e0cda:1641d794e56:-6a59</wuid>
+    <x>1211</x>
+    <y>680</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>15</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1218" y="887" />
+      <point x="1225" y="901" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0&gt;0.0">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0&gt;0.0)">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-PCV-050:Cmd</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>8</width>
+    <wuid>-32e0cda:1641d794e56:-6a58</wuid>
+    <x>1218</x>
+    <y>887</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>15</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1211" y="901" />
+      <point x="1218" y="887" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0&gt;0.0">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0&gt;0.0)">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-PCV-050:Cmd</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>8</width>
+    <wuid>-32e0cda:1641d794e56:-6a57</wuid>
+    <x>1211</x>
+    <y>887</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>15</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="593" y="545" />
+      <point x="600" y="531" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0&gt;0.0">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0&gt;0.0)">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-PCV-010:Cmd</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>8</width>
+    <wuid>-32e0cda:1641d794e56:-6a4c</wuid>
+    <x>593</x>
+    <y>531</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>15</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="586" y="531" />
+      <point x="593" y="545" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0&gt;0.0">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0&gt;0.0)">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-PCV-010:Cmd</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>8</width>
+    <wuid>-32e0cda:1641d794e56:-6a4b</wuid>
+    <x>586</x>
+    <y>531</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="240" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="240" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="240" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="240" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="895" y="999" />
+      <point x="933" y="999" />
+      <point x="925" y="1000" />
+      <point x="904" y="1001" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>39</width>
+    <wuid>-32e0cda:1641d794e56:-6fd8</wuid>
+    <x>895</x>
+    <y>999</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>2</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1511" y="306" />
+      <point x="1564" y="306" />
+      <point x="1566" y="305" />
+      <point x="1509" y="305" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>58</width>
+    <wuid>-32e0cda:1641d794e56:-7192</wuid>
+    <x>1509</x>
+    <y>305</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>2</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="689" y="321" />
+      <point x="742" y="321" />
+      <point x="744" y="320" />
+      <point x="687" y="320" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>58</width>
+    <wuid>-32e0cda:1641d794e56:-7146</wuid>
+    <x>687</x>
+    <y>320</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="592" y="387" />
+      <point x="477" y="387" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>116</width>
+    <wuid>-32e0cda:1641d794e56:-6d19</wuid>
+    <x>477</x>
+    <y>387</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1378" y="290" />
+      <point x="1400" y="290" />
+      <point x="1396" y="294" />
+      <point x="1382" y="294" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="180" green="180" blue="180" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-FCV-021:Open</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>23</width>
+    <wuid>-32e0cda:1641d794e56:-701e</wuid>
+    <x>1378</x>
+    <y>290</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>8</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1205" y="894" />
+      <point x="1218" y="887" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>14</width>
+    <wuid>-32e0cda:1641d794e56:-6e5d</wuid>
+    <x>1205</x>
+    <y>887</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>8</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1205" y="880" />
+      <point x="1218" y="887" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>14</width>
+    <wuid>-32e0cda:1641d794e56:-6e5a</wuid>
+    <x>1205</x>
+    <y>880</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>112</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="553" y="962" />
+      <point x="553" y="851" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6de6</wuid>
+    <x>553</x>
+    <y>851</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>8</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1218" y="680" />
+      <point x="1205" y="673" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>14</width>
+    <wuid>-32e0cda:1641d794e56:-6dc9</wuid>
+    <x>1205</x>
+    <y>673</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>8</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1205" y="687" />
+      <point x="1218" y="680" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>14</width>
+    <wuid>-32e0cda:1641d794e56:-6dc7</wuid>
+    <x>1205</x>
+    <y>680</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>8</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1218" y="472" />
+      <point x="1205" y="465" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>14</width>
+    <wuid>-32e0cda:1641d794e56:-6daf</wuid>
+    <x>1205</x>
+    <y>465</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>8</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1205" y="479" />
+      <point x="1218" y="472" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>14</width>
+    <wuid>-32e0cda:1641d794e56:-6dad</wuid>
+    <x>1205</x>
+    <y>472</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>8</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1218" y="226" />
+      <point x="1205" y="219" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>14</width>
+    <wuid>-32e0cda:1641d794e56:-6d95</wuid>
+    <x>1205</x>
+    <y>219</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>8</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1205" y="233" />
+      <point x="1218" y="226" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>14</width>
+    <wuid>-32e0cda:1641d794e56:-6d93</wuid>
+    <x>1205</x>
+    <y>226</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>14</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1225" y="239" />
+      <point x="1218" y="226" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>8</width>
+    <wuid>-32e0cda:1641d794e56:-6d90</wuid>
+    <x>1218</x>
+    <y>226</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>8</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="580" y="538" />
+      <point x="593" y="545" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>14</width>
+    <wuid>-32e0cda:1641d794e56:-6d79</wuid>
+    <x>580</x>
+    <y>538</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>8</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="593" y="545" />
+      <point x="580" y="552" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>14</width>
+    <wuid>-32e0cda:1641d794e56:-6d61</wuid>
+    <x>580</x>
+    <y>545</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>14</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1218" y="226" />
+      <point x="1225" y="239" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0&gt;0.0">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0&gt;0.0)">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-PCV-020:Cmd</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>8</width>
+    <wuid>-32e0cda:1641d794e56:-6b47</wuid>
+    <x>1218</x>
+    <y>226</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>10</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="556" y="851" />
+      <point x="553" y="842" />
+      <point x="549" y="842" />
+      <point x="546" y="851" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-PCV-011:Open</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>11</width>
+    <wuid>-32e0cda:1641d794e56:-71b0</wuid>
+    <x>546</x>
+    <y>842</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1289" y="889" />
+      <point x="1310" y="889" />
+      <point x="1310" y="885" />
+      <point x="1289" y="885" />
+      <point x="1289" y="889" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>22</width>
+    <wuid>-32e0cda:1641d794e56:-70d9</wuid>
+    <x>1289</x>
+    <y>885</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1011" y="714" />
+      <point x="1032" y="714" />
+      <point x="1032" y="710" />
+      <point x="1011" y="710" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="0" green="0" blue="240" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="180" green="180" blue="180" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-P-10:CmdD</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>22</width>
+    <wuid>-32e0cda:1641d794e56:-704c</wuid>
+    <x>1011</x>
+    <y>710</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1289" y="889" />
+      <point x="1310" y="889" />
+      <point x="1310" y="885" />
+      <point x="1289" y="885" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="0" green="0" blue="240" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="180" green="180" blue="180" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-P-50:Cmd</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>22</width>
+    <wuid>-32e0cda:1641d794e56:-702b</wuid>
+    <x>1289</x>
+    <y>885</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="240" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="240" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="240" />
+    </foreground_color>
+    <height>2</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="240" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="854" y="330" />
+      <point x="908" y="330" />
+      <point x="903" y="329" />
+      <point x="854" y="329" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>55</width>
+    <wuid>-32e0cda:1641d794e56:-6fed</wuid>
+    <x>854</x>
+    <y>329</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="240" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="240" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="240" />
+    </foreground_color>
+    <height>2</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="240" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="973" y="330" />
+      <point x="919" y="330" />
+      <point x="924" y="329" />
+      <point x="973" y="329" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>55</width>
+    <wuid>-32e0cda:1641d794e56:-6fe5</wuid>
+    <x>919</x>
+    <y>329</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="240" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="240" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="240" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="859" y="971" />
+      <point x="968" y="971" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>110</width>
+    <wuid>-32e0cda:1641d794e56:-6dfd</wuid>
+    <x>859</x>
+    <y>971</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>12</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1736" y="220" />
+      <point x="1744" y="224" />
+      <point x="1744" y="228" />
+      <point x="1736" y="231" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-FCV-020:Open</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>9</width>
+    <wuid>-32e0cda:1641d794e56:-722b</wuid>
+    <x>1736</x>
+    <y>220</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>12</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1754" y="220" />
+      <point x="1746" y="224" />
+      <point x="1746" y="228" />
+      <point x="1754" y="231" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-FCV-020:Open</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>9</width>
+    <wuid>-32e0cda:1641d794e56:-722a</wuid>
+    <x>1746</x>
+    <y>220</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>12</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1736" y="340" />
+      <point x="1744" y="344" />
+      <point x="1744" y="348" />
+      <point x="1736" y="351" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-FCV-021:Open</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>9</width>
+    <wuid>-32e0cda:1641d794e56:-7226</wuid>
+    <x>1736</x>
+    <y>340</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>12</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1754" y="340" />
+      <point x="1746" y="344" />
+      <point x="1746" y="348" />
+      <point x="1754" y="351" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-FCV-021:Open</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>9</width>
+    <wuid>-32e0cda:1641d794e56:-7225</wuid>
+    <x>1746</x>
+    <y>340</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>12</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1736" y="466" />
+      <point x="1744" y="470" />
+      <point x="1744" y="474" />
+      <point x="1736" y="477" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-FCV-030:Open</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>9</width>
+    <wuid>-32e0cda:1641d794e56:-7221</wuid>
+    <x>1736</x>
+    <y>466</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>12</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1754" y="466" />
+      <point x="1746" y="470" />
+      <point x="1746" y="474" />
+      <point x="1754" y="477" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-FCV-030:Open</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>9</width>
+    <wuid>-32e0cda:1641d794e56:-7220</wuid>
+    <x>1746</x>
+    <y>466</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>12</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1736" y="674" />
+      <point x="1744" y="678" />
+      <point x="1744" y="682" />
+      <point x="1736" y="685" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-FCV-040:Open</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>9</width>
+    <wuid>-32e0cda:1641d794e56:-721c</wuid>
+    <x>1736</x>
+    <y>674</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>12</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1754" y="674" />
+      <point x="1746" y="678" />
+      <point x="1746" y="682" />
+      <point x="1754" y="685" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-FCV-040:Open</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>9</width>
+    <wuid>-32e0cda:1641d794e56:-721b</wuid>
+    <x>1746</x>
+    <y>674</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>12</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="308" y="379" />
+      <point x="316" y="382" />
+      <point x="316" y="386" />
+      <point x="308" y="390" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-FCV-011:Open</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>9</width>
+    <wuid>-32e0cda:1641d794e56:-71e3</wuid>
+    <x>308</x>
+    <y>379</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>12</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="325" y="379" />
+      <point x="317" y="382" />
+      <point x="317" y="386" />
+      <point x="325" y="390" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-FCV-011:Open</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>9</width>
+    <wuid>-32e0cda:1641d794e56:-71e2</wuid>
+    <x>317</x>
+    <y>379</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>12</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="460" y="380" />
+      <point x="468" y="383" />
+      <point x="468" y="387" />
+      <point x="460" y="391" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-FCV-013:Open</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>9</width>
+    <wuid>-32e0cda:1641d794e56:-71de</wuid>
+    <x>460</x>
+    <y>380</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>12</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="477" y="380" />
+      <point x="469" y="383" />
+      <point x="469" y="387" />
+      <point x="477" y="391" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-FCV-013:Open</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>9</width>
+    <wuid>-32e0cda:1641d794e56:-71dd</wuid>
+    <x>469</x>
+    <y>380</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>12</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="308" y="540" />
+      <point x="316" y="543" />
+      <point x="316" y="547" />
+      <point x="308" y="551" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-FCV-012:Open</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>9</width>
+    <wuid>-32e0cda:1641d794e56:-71d9</wuid>
+    <x>308</x>
+    <y>540</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>12</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="325" y="540" />
+      <point x="317" y="543" />
+      <point x="317" y="547" />
+      <point x="325" y="551" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-FCV-012:Open</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>9</width>
+    <wuid>-32e0cda:1641d794e56:-71d8</wuid>
+    <x>317</x>
+    <y>540</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>12</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="460" y="540" />
+      <point x="468" y="543" />
+      <point x="468" y="547" />
+      <point x="460" y="551" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-FCV-014:Open</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>9</width>
+    <wuid>-32e0cda:1641d794e56:-71d4</wuid>
+    <x>460</x>
+    <y>540</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>12</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="477" y="540" />
+      <point x="469" y="543" />
+      <point x="469" y="547" />
+      <point x="477" y="551" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-FCV-014:Open</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>9</width>
+    <wuid>-32e0cda:1641d794e56:-71d3</wuid>
+    <x>469</x>
+    <y>540</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>12</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="684" y="540" />
+      <point x="692" y="543" />
+      <point x="692" y="547" />
+      <point x="684" y="551" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-FCV-015:Open</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>9</width>
+    <wuid>-32e0cda:1641d794e56:-71cf</wuid>
+    <x>684</x>
+    <y>540</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>12</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="701" y="540" />
+      <point x="693" y="543" />
+      <point x="693" y="547" />
+      <point x="701" y="551" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-FCV-015:Open</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>9</width>
+    <wuid>-32e0cda:1641d794e56:-71ce</wuid>
+    <x>693</x>
+    <y>540</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>12</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1737" y="882" />
+      <point x="1745" y="885" />
+      <point x="1745" y="889" />
+      <point x="1737" y="893" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-FCV-050:Open</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>9</width>
+    <wuid>-32e0cda:1641d794e56:-71b6</wuid>
+    <x>1737</x>
+    <y>882</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>12</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1754" y="882" />
+      <point x="1746" y="885" />
+      <point x="1746" y="889" />
+      <point x="1754" y="893" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-FCV-050:Open</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>9</width>
+    <wuid>-32e0cda:1641d794e56:-71b5</wuid>
+    <x>1746</x>
+    <y>882</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>12</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="859" y="971" />
+      <point x="867" y="982" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>9</width>
+    <wuid>-32e0cda:1641d794e56:-6dfa</wuid>
+    <x>859</x>
+    <y>971</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>12</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="960" y="982" />
+      <point x="968" y="971" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>9</width>
+    <wuid>-32e0cda:1641d794e56:-6df8</wuid>
+    <x>960</x>
+    <y>971</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>108</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="549" y="958" />
+      <point x="549" y="851" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6de8</wuid>
+    <x>549</x>
+    <y>851</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>12</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="968" y="971" />
+      <point x="960" y="982" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>9</width>
+    <wuid>-32e0cda:1641d794e56:-6cf0</wuid>
+    <x>960</x>
+    <y>971</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>12</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="867" y="982" />
+      <point x="859" y="971" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>9</width>
+    <wuid>-32e0cda:1641d794e56:-6ce5</wuid>
+    <x>859</x>
+    <y>971</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1736" y="957" />
+      <point x="1630" y="957" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>107</width>
+    <wuid>-32e0cda:1641d794e56:-6e3a</wuid>
+    <x>1630</x>
+    <y>957</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1367" y="889" />
+      <point x="1387" y="889" />
+      <point x="1387" y="885" />
+      <point x="1367" y="885" />
+      <point x="1367" y="889" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>21</width>
+    <wuid>-32e0cda:1641d794e56:-70d8</wuid>
+    <x>1367</x>
+    <y>885</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1289" y="682" />
+      <point x="1309" y="682" />
+      <point x="1309" y="678" />
+      <point x="1289" y="678" />
+      <point x="1289" y="682" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>21</width>
+    <wuid>-32e0cda:1641d794e56:-70d4</wuid>
+    <x>1289</x>
+    <y>678</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1367" y="682" />
+      <point x="1387" y="682" />
+      <point x="1387" y="678" />
+      <point x="1367" y="678" />
+      <point x="1367" y="682" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>21</width>
+    <wuid>-32e0cda:1641d794e56:-70d3</wuid>
+    <x>1367</x>
+    <y>678</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1289" y="474" />
+      <point x="1309" y="474" />
+      <point x="1309" y="470" />
+      <point x="1289" y="470" />
+      <point x="1289" y="474" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>21</width>
+    <wuid>-32e0cda:1641d794e56:-70d0</wuid>
+    <x>1289</x>
+    <y>470</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1367" y="474" />
+      <point x="1387" y="474" />
+      <point x="1387" y="470" />
+      <point x="1367" y="470" />
+      <point x="1367" y="474" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>21</width>
+    <wuid>-32e0cda:1641d794e56:-70cf</wuid>
+    <x>1367</x>
+    <y>470</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1289" y="228" />
+      <point x="1309" y="228" />
+      <point x="1309" y="224" />
+      <point x="1289" y="224" />
+      <point x="1289" y="228" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>21</width>
+    <wuid>-32e0cda:1641d794e56:-70cc</wuid>
+    <x>1289</x>
+    <y>224</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1367" y="228" />
+      <point x="1387" y="228" />
+      <point x="1387" y="224" />
+      <point x="1367" y="224" />
+      <point x="1367" y="228" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>21</width>
+    <wuid>-32e0cda:1641d794e56:-70cb</wuid>
+    <x>1367</x>
+    <y>224</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1012" y="308" />
+      <point x="1032" y="308" />
+      <point x="1032" y="304" />
+      <point x="1012" y="304" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="0" green="0" blue="240" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="180" green="180" blue="180" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-P-10:CmdD</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>21</width>
+    <wuid>-32e0cda:1641d794e56:-7056</wuid>
+    <x>1012</x>
+    <y>304</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1012" y="506" />
+      <point x="1032" y="506" />
+      <point x="1032" y="502" />
+      <point x="1012" y="502" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="0" green="0" blue="240" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="180" green="180" blue="180" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-P-10:CmdD</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>21</width>
+    <wuid>-32e0cda:1641d794e56:-7051</wuid>
+    <x>1012</x>
+    <y>502</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1012" y="921" />
+      <point x="1032" y="921" />
+      <point x="1032" y="917" />
+      <point x="1012" y="917" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="0" green="0" blue="240" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="180" green="180" blue="180" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-P-10:CmdD</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>21</width>
+    <wuid>-32e0cda:1641d794e56:-7043</wuid>
+    <x>1012</x>
+    <y>917</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1367" y="889" />
+      <point x="1387" y="889" />
+      <point x="1387" y="885" />
+      <point x="1367" y="885" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="0" green="0" blue="240" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="180" green="180" blue="180" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-P-50:Cmd</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>21</width>
+    <wuid>-32e0cda:1641d794e56:-702a</wuid>
+    <x>1367</x>
+    <y>885</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1289" y="682" />
+      <point x="1309" y="682" />
+      <point x="1309" y="678" />
+      <point x="1289" y="678" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="0" green="0" blue="240" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="180" green="180" blue="180" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-P-40:Cmd</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>21</width>
+    <wuid>-32e0cda:1641d794e56:-7026</wuid>
+    <x>1289</x>
+    <y>678</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1367" y="682" />
+      <point x="1387" y="682" />
+      <point x="1387" y="678" />
+      <point x="1367" y="678" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="0" green="0" blue="240" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="180" green="180" blue="180" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-P-40:Cmd</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>21</width>
+    <wuid>-32e0cda:1641d794e56:-7025</wuid>
+    <x>1367</x>
+    <y>678</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1289" y="474" />
+      <point x="1309" y="474" />
+      <point x="1309" y="470" />
+      <point x="1289" y="470" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="0" green="0" blue="240" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="180" green="180" blue="180" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-P-30:Cmd</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>21</width>
+    <wuid>-32e0cda:1641d794e56:-7022</wuid>
+    <x>1289</x>
+    <y>470</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1367" y="474" />
+      <point x="1387" y="474" />
+      <point x="1387" y="470" />
+      <point x="1367" y="470" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="0" green="0" blue="240" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="180" green="180" blue="180" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-P-30:Cmd</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>21</width>
+    <wuid>-32e0cda:1641d794e56:-7021</wuid>
+    <x>1367</x>
+    <y>470</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1289" y="228" />
+      <point x="1309" y="228" />
+      <point x="1309" y="224" />
+      <point x="1289" y="224" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="0" green="0" blue="240" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="180" green="180" blue="180" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-P-20:Cmd</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>21</width>
+    <wuid>-32e0cda:1641d794e56:-701b</wuid>
+    <x>1289</x>
+    <y>224</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1367" y="228" />
+      <point x="1387" y="228" />
+      <point x="1387" y="224" />
+      <point x="1367" y="224" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="0" green="0" blue="240" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="180" green="180" blue="180" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-P-20:Cmd</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>21</width>
+    <wuid>-32e0cda:1641d794e56:-701a</wuid>
+    <x>1367</x>
+    <y>224</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="701" y="543" />
+      <point x="721" y="543" />
+      <point x="721" y="547" />
+      <point x="701" y="547" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="0" green="0" blue="240" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="180" green="180" blue="180" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-FCV-014:Open</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>21</width>
+    <wuid>-32e0cda:1641d794e56:-6fa2</wuid>
+    <x>701</x>
+    <y>543</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>7</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1218" y="226" />
+      <point x="1232" y="232" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>15</width>
+    <wuid>-32e0cda:1641d794e56:-6d8f</wuid>
+    <x>1218</x>
+    <y>226</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="477" y="543" />
+      <point x="580" y="543" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>104</width>
+    <wuid>-32e0cda:1641d794e56:-6d58</wuid>
+    <x>477</x>
+    <y>543</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>13</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="693" y="485" />
+      <point x="700" y="473" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>8</width>
+    <wuid>-32e0cda:1641d794e56:-6c95</wuid>
+    <x>693</x>
+    <y>473</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>11</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1736" y="954" />
+      <point x="1744" y="957" />
+      <point x="1744" y="961" />
+      <point x="1736" y="964" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-FCV-051:Open</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>9</width>
+    <wuid>-32e0cda:1641d794e56:-7217</wuid>
+    <x>1736</x>
+    <y>954</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>11</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1754" y="954" />
+      <point x="1746" y="957" />
+      <point x="1746" y="961" />
+      <point x="1754" y="964" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-FCV-051:Open</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>9</width>
+    <wuid>-32e0cda:1641d794e56:-7216</wuid>
+    <x>1746</x>
+    <y>954</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>9</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="556" y="833" />
+      <point x="553" y="841" />
+      <point x="549" y="841" />
+      <point x="546" y="833" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-PCV-011:Open</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>11</width>
+    <wuid>-32e0cda:1641d794e56:-71b1</wuid>
+    <x>546</x>
+    <y>833</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>9</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="475" y="762" />
+      <point x="485" y="762" />
+      <point x="485" y="754" />
+      <point x="475" y="754" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="180" green="180" blue="180" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-LT-070:LH</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>11</width>
+    <wuid>-32e0cda:1641d794e56:-6ff2</wuid>
+    <x>475</x>
+    <y>754</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="341" y="597" />
+      <point x="439" y="597" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>99</width>
+    <wuid>-32e0cda:1641d794e56:-6de0</wuid>
+    <x>341</x>
+    <y>597</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>9</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="521" y="375" />
+      <point x="511" y="375" />
+      <point x="511" y="383" />
+      <point x="521" y="383" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>11</width>
+    <wuid>-32e0cda:1641d794e56:-6bdc</wuid>
+    <x>511</x>
+    <y>375</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>9</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="521" y="383" />
+      <point x="511" y="383" />
+      <point x="511" y="375" />
+      <point x="521" y="375" />
+      <point x="521" y="383" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>11</width>
+    <wuid>-32e0cda:1641d794e56:-6bdb</wuid>
+    <x>511</x>
+    <y>375</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>9</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="521" y="535" />
+      <point x="511" y="535" />
+      <point x="511" y="543" />
+      <point x="521" y="543" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>11</width>
+    <wuid>-32e0cda:1641d794e56:-6bd8</wuid>
+    <x>511</x>
+    <y>535</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>9</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="521" y="543" />
+      <point x="511" y="543" />
+      <point x="511" y="535" />
+      <point x="521" y="535" />
+      <point x="521" y="543" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>11</width>
+    <wuid>-32e0cda:1641d794e56:-6bd7</wuid>
+    <x>511</x>
+    <y>535</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>9</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="279" y="375" />
+      <point x="269" y="375" />
+      <point x="269" y="383" />
+      <point x="279" y="383" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>11</width>
+    <wuid>-32e0cda:1641d794e56:-6bd4</wuid>
+    <x>269</x>
+    <y>375</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>9</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="279" y="383" />
+      <point x="269" y="383" />
+      <point x="269" y="375" />
+      <point x="279" y="375" />
+      <point x="279" y="383" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>11</width>
+    <wuid>-32e0cda:1641d794e56:-6bd3</wuid>
+    <x>269</x>
+    <y>375</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>9</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="485" y="754" />
+      <point x="475" y="754" />
+      <point x="475" y="762" />
+      <point x="485" y="762" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>11</width>
+    <wuid>-32e0cda:1641d794e56:-6bc5</wuid>
+    <x>475</x>
+    <y>754</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>9</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="485" y="762" />
+      <point x="475" y="762" />
+      <point x="475" y="754" />
+      <point x="485" y="754" />
+      <point x="485" y="762" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>11</width>
+    <wuid>-32e0cda:1641d794e56:-6bc4</wuid>
+    <x>475</x>
+    <y>754</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>9</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="485" y="882" />
+      <point x="475" y="882" />
+      <point x="475" y="890" />
+      <point x="485" y="890" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="0" green="0" blue="240" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-LT-070:LL</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>11</width>
+    <wuid>-32e0cda:1641d794e56:-6bc1</wuid>
+    <x>475</x>
+    <y>882</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>9</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="485" y="890" />
+      <point x="475" y="890" />
+      <point x="475" y="882" />
+      <point x="485" y="882" />
+      <point x="485" y="890" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="0" green="0" blue="240" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-LT-070:LL</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>11</width>
+    <wuid>-32e0cda:1641d794e56:-6bc0</wuid>
+    <x>475</x>
+    <y>882</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>9</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="485" y="938" />
+      <point x="475" y="938" />
+      <point x="475" y="946" />
+      <point x="485" y="946" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="0" green="0" blue="240" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-LT-070:LVL</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>11</width>
+    <wuid>-32e0cda:1641d794e56:-6bbd</wuid>
+    <x>475</x>
+    <y>938</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>9</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="485" y="946" />
+      <point x="475" y="946" />
+      <point x="475" y="938" />
+      <point x="485" y="938" />
+      <point x="485" y="946" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="0" green="0" blue="240" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-LT-070:LVL</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>11</width>
+    <wuid>-32e0cda:1641d794e56:-6bbc</wuid>
+    <x>475</x>
+    <y>938</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>9</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1542" y="336" />
+      <point x="1532" y="336" />
+      <point x="1532" y="344" />
+      <point x="1542" y="344" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>11</width>
+    <wuid>-32e0cda:1641d794e56:-6ba9</wuid>
+    <x>1532</x>
+    <y>336</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>9</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1542" y="344" />
+      <point x="1532" y="344" />
+      <point x="1532" y="336" />
+      <point x="1542" y="336" />
+      <point x="1542" y="344" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>11</width>
+    <wuid>-32e0cda:1641d794e56:-6ba8</wuid>
+    <x>1532</x>
+    <y>336</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>9</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1486" y="216" />
+      <point x="1476" y="216" />
+      <point x="1476" y="224" />
+      <point x="1486" y="224" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>11</width>
+    <wuid>-32e0cda:1641d794e56:-6b75</wuid>
+    <x>1476</x>
+    <y>216</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>9</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1486" y="224" />
+      <point x="1476" y="224" />
+      <point x="1476" y="216" />
+      <point x="1486" y="216" />
+      <point x="1486" y="224" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>11</width>
+    <wuid>-32e0cda:1641d794e56:-6b74</wuid>
+    <x>1476</x>
+    <y>216</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>9</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1486" y="462" />
+      <point x="1476" y="462" />
+      <point x="1476" y="470" />
+      <point x="1486" y="470" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>11</width>
+    <wuid>-32e0cda:1641d794e56:-6b71</wuid>
+    <x>1476</x>
+    <y>462</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>9</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1486" y="470" />
+      <point x="1476" y="470" />
+      <point x="1476" y="462" />
+      <point x="1486" y="462" />
+      <point x="1486" y="470" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>11</width>
+    <wuid>-32e0cda:1641d794e56:-6b70</wuid>
+    <x>1476</x>
+    <y>462</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>9</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1486" y="670" />
+      <point x="1476" y="670" />
+      <point x="1476" y="678" />
+      <point x="1486" y="678" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>11</width>
+    <wuid>-32e0cda:1641d794e56:-6b6d</wuid>
+    <x>1476</x>
+    <y>670</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>9</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1486" y="678" />
+      <point x="1476" y="678" />
+      <point x="1476" y="670" />
+      <point x="1486" y="670" />
+      <point x="1486" y="678" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>11</width>
+    <wuid>-32e0cda:1641d794e56:-6b6c</wuid>
+    <x>1476</x>
+    <y>670</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>9</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1348" y="961" />
+      <point x="1338" y="961" />
+      <point x="1338" y="969" />
+      <point x="1348" y="969" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>11</width>
+    <wuid>-32e0cda:1641d794e56:-6b69</wuid>
+    <x>1338</x>
+    <y>961</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>9</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1348" y="969" />
+      <point x="1338" y="969" />
+      <point x="1338" y="961" />
+      <point x="1348" y="961" />
+      <point x="1348" y="969" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>11</width>
+    <wuid>-32e0cda:1641d794e56:-6b68</wuid>
+    <x>1338</x>
+    <y>961</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>9</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1486" y="877" />
+      <point x="1476" y="877" />
+      <point x="1476" y="885" />
+      <point x="1486" y="885" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>11</width>
+    <wuid>-32e0cda:1641d794e56:-6b65</wuid>
+    <x>1476</x>
+    <y>877</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>9</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1486" y="885" />
+      <point x="1476" y="885" />
+      <point x="1476" y="877" />
+      <point x="1486" y="877" />
+      <point x="1486" y="885" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>11</width>
+    <wuid>-32e0cda:1641d794e56:-6b64</wuid>
+    <x>1476</x>
+    <y>877</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>9</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="270" y="535" />
+      <point x="260" y="535" />
+      <point x="260" y="543" />
+      <point x="270" y="543" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>11</width>
+    <wuid>-32e0cda:1641d794e56:-6b61</wuid>
+    <x>260</x>
+    <y>535</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>9</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="270" y="543" />
+      <point x="260" y="543" />
+      <point x="260" y="535" />
+      <point x="270" y="535" />
+      <point x="270" y="543" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>11</width>
+    <wuid>-32e0cda:1641d794e56:-6b60</wuid>
+    <x>260</x>
+    <y>535</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>9</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="854" y="341" />
+      <point x="844" y="341" />
+      <point x="844" y="349" />
+      <point x="854" y="349" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>11</width>
+    <wuid>-32e0cda:1641d794e56:-6b5d</wuid>
+    <x>844</x>
+    <y>341</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>9</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="854" y="349" />
+      <point x="844" y="349" />
+      <point x="844" y="341" />
+      <point x="854" y="341" />
+      <point x="854" y="349" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>11</width>
+    <wuid>-32e0cda:1641d794e56:-6b5c</wuid>
+    <x>844</x>
+    <y>341</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>14</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1218" y="226" />
+      <point x="1212" y="239" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>7</width>
+    <wuid>-32e0cda:1641d794e56:-6d92</wuid>
+    <x>1212</x>
+    <y>226</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>14</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1212" y="239" />
+      <point x="1218" y="226" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0&gt;0.0">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0&gt;0.0)">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-PCV-020:Cmd</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>7</width>
+    <wuid>-32e0cda:1641d794e56:-6b45</wuid>
+    <x>1212</x>
+    <y>226</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="419" y="977" />
+      <point x="450" y="977" />
+      <point x="440" y="979" />
+      <point x="430" y="979" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="0" green="0" blue="240" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-LT-070:LVL</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>32</width>
+    <wuid>-32e0cda:1641d794e56:-6fee</wuid>
+    <x>419</x>
+    <y>977</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>19</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1426" y="228" />
+      <point x="1426" y="242" />
+      <point x="1430" y="246" />
+      <point x="1430" y="228" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="0" green="0" blue="240" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="180" green="180" blue="180" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-P-20:Cmd</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>5</width>
+    <wuid>-32e0cda:1641d794e56:-7018</wuid>
+    <x>1426</x>
+    <y>228</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="240" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="240" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="240" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="867" y="982" />
+      <point x="960" y="982" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>94</width>
+    <wuid>-32e0cda:1641d794e56:-6df9</wuid>
+    <x>867</x>
+    <y>982</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>94</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="320" y="0" />
+      <point x="320" y="93" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6cfd</wuid>
+    <x>320</x>
+    <y>0</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>93</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="0" y="92" />
+      <point x="0" y="0" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6d05</wuid>
+    <x>0</x>
+    <y>0</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>93</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="0" y="92" />
+      <point x="0" y="0" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6d00</wuid>
+    <x>0</x>
+    <y>0</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>4</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1207" y="210" />
+      <point x="1229" y="210" />
+      <point x="1228" y="207" />
+      <point x="1208" y="207" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0&gt;0.0">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0&gt;0.0)">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-PCV-020:Cmd</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>23</width>
+    <wuid>-32e0cda:1641d794e56:-7061</wuid>
+    <x>1207</x>
+    <y>207</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>4</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1207" y="459" />
+      <point x="1229" y="459" />
+      <point x="1229" y="456" />
+      <point x="1207" y="456" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0&gt;0.0">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0&gt;0.0)">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-PCV-030:Cmd</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>23</width>
+    <wuid>-32e0cda:1641d794e56:-700f</wuid>
+    <x>1207</x>
+    <y>456</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>4</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1207" y="667" />
+      <point x="1229" y="667" />
+      <point x="1229" y="664" />
+      <point x="1207" y="664" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0&gt;0.0">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0&gt;0.0)">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-PCV-040:Cmd</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>23</width>
+    <wuid>-32e0cda:1641d794e56:-7005</wuid>
+    <x>1207</x>
+    <y>664</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>4</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1207" y="874" />
+      <point x="1229" y="874" />
+      <point x="1229" y="871" />
+      <point x="1207" y="871" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0&gt;0.0">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0&gt;0.0)">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-PCV-050:Cmd</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>23</width>
+    <wuid>-32e0cda:1641d794e56:-6ffb</wuid>
+    <x>1207</x>
+    <y>871</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>4</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="582" y="558" />
+      <point x="604" y="558" />
+      <point x="604" y="561" />
+      <point x="582" y="561" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0&gt;0.0">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0&gt;0.0)">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-PCV-010:Cmd</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>23</width>
+    <wuid>-32e0cda:1641d794e56:-6fca</wuid>
+    <x>582</x>
+    <y>558</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="345" y="593" />
+      <point x="435" y="593" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>91</width>
+    <wuid>-32e0cda:1641d794e56:-6ddd</wuid>
+    <x>345</x>
+    <y>593</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>13</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="681" y="485" />
+      <point x="687" y="473" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>7</width>
+    <wuid>-32e0cda:1641d794e56:-6c97</wuid>
+    <x>681</x>
+    <y>473</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>13</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="687" y="473" />
+      <point x="693" y="485" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>7</width>
+    <wuid>-32e0cda:1641d794e56:-6c96</wuid>
+    <x>687</x>
+    <y>473</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>13</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="700" y="473" />
+      <point x="706" y="485" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>7</width>
+    <wuid>-32e0cda:1641d794e56:-6c94</wuid>
+    <x>700</x>
+    <y>473</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1129" y="957" />
+      <point x="1216" y="957" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>88</width>
+    <wuid>-32e0cda:1641d794e56:-6e3f</wuid>
+    <x>1129</x>
+    <y>957</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>8</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="875" y="988" />
+      <point x="885" y="995" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>11</width>
+    <wuid>-32e0cda:1641d794e56:-6df4</wuid>
+    <x>875</x>
+    <y>988</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>8</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="885" y="995" />
+      <point x="875" y="988" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>11</width>
+    <wuid>-32e0cda:1641d794e56:-6ce7</wuid>
+    <x>875</x>
+    <y>988</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1129" y="542" />
+      <point x="1216" y="542" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>88</width>
+    <wuid>-32e0cda:1641d794e56:-6cbd</wuid>
+    <x>1129</x>
+    <y>542</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1216" y="749" />
+      <point x="1129" y="749" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>88</width>
+    <wuid>-32e0cda:1641d794e56:-6cb4</wuid>
+    <x>1129</x>
+    <y>749</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1394" y="306" />
+      <point x="1410" y="306" />
+      <point x="1408" y="302" />
+      <point x="1396" y="302" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0|pv1">
+          <value>
+            <color red="0" green="0" blue="240" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0|pv1)">
+          <value>
+            <color red="180" green="180" blue="180" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-FCV-021:Open</pv>
+        <pv trig="true">CWM-CWS03:WtrC-P-20:Cmd</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>17</width>
+    <wuid>-32e0cda:1641d794e56:-7014</wuid>
+    <x>1394</x>
+    <y>302</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>28</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1246" y="857" />
+      <point x="1244" y="855" />
+      <point x="1244" y="832" />
+      <point x="1246" y="830" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-7214</wuid>
+    <x>1244</x>
+    <y>830</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>28</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1246" y="649" />
+      <point x="1244" y="647" />
+      <point x="1244" y="624" />
+      <point x="1246" y="622" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-7212</wuid>
+    <x>1244</x>
+    <y>622</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>28</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1367" y="643" />
+      <point x="1365" y="641" />
+      <point x="1365" y="618" />
+      <point x="1367" y="616" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-7210</wuid>
+    <x>1365</x>
+    <y>616</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>28</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1367" y="850" />
+      <point x="1365" y="848" />
+      <point x="1365" y="825" />
+      <point x="1367" y="823" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-720e</wuid>
+    <x>1365</x>
+    <y>823</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>28</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1367" y="434" />
+      <point x="1365" y="432" />
+      <point x="1365" y="409" />
+      <point x="1367" y="407" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-720c</wuid>
+    <x>1365</x>
+    <y>407</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>28</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1247" y="182" />
+      <point x="1245" y="180" />
+      <point x="1245" y="157" />
+      <point x="1247" y="155" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-720a</wuid>
+    <x>1245</x>
+    <y>155</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>28</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1366" y="182" />
+      <point x="1364" y="180" />
+      <point x="1364" y="157" />
+      <point x="1366" y="155" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-7208</wuid>
+    <x>1364</x>
+    <y>155</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>28</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1590" y="293" />
+      <point x="1588" y="291" />
+      <point x="1588" y="268" />
+      <point x="1590" y="266" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-7206</wuid>
+    <x>1588</x>
+    <y>266</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>28</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1514" y="293" />
+      <point x="1512" y="291" />
+      <point x="1512" y="268" />
+      <point x="1514" y="266" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-7204</wuid>
+    <x>1512</x>
+    <y>266</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>28</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1590" y="539" />
+      <point x="1588" y="537" />
+      <point x="1588" y="514" />
+      <point x="1590" y="512" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-7202</wuid>
+    <x>1588</x>
+    <y>512</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>28</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1514" y="539" />
+      <point x="1512" y="537" />
+      <point x="1512" y="514" />
+      <point x="1514" y="512" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-7200</wuid>
+    <x>1512</x>
+    <y>512</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>28</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1559" y="202" />
+      <point x="1557" y="200" />
+      <point x="1557" y="177" />
+      <point x="1559" y="175" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-71fe</wuid>
+    <x>1557</x>
+    <y>175</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>28</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1509" y="448" />
+      <point x="1507" y="446" />
+      <point x="1507" y="423" />
+      <point x="1509" y="421" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-71fc</wuid>
+    <x>1507</x>
+    <y>421</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>28</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1249" y="433" />
+      <point x="1247" y="431" />
+      <point x="1247" y="408" />
+      <point x="1249" y="406" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-71fa</wuid>
+    <x>1247</x>
+    <y>406</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>28</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1590" y="746" />
+      <point x="1588" y="744" />
+      <point x="1588" y="721" />
+      <point x="1590" y="719" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-71f8</wuid>
+    <x>1588</x>
+    <y>719</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>28</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1514" y="746" />
+      <point x="1512" y="744" />
+      <point x="1512" y="721" />
+      <point x="1514" y="719" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-71f6</wuid>
+    <x>1512</x>
+    <y>719</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>28</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1509" y="656" />
+      <point x="1507" y="654" />
+      <point x="1507" y="631" />
+      <point x="1509" y="629" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-71f4</wuid>
+    <x>1507</x>
+    <y>629</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>28</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1373" y="1001" />
+      <point x="1371" y="999" />
+      <point x="1371" y="976" />
+      <point x="1373" y="974" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-71f2</wuid>
+    <x>1371</x>
+    <y>974</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>28</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1514" y="954" />
+      <point x="1512" y="952" />
+      <point x="1512" y="929" />
+      <point x="1514" y="927" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-71ef</wuid>
+    <x>1512</x>
+    <y>927</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>28</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1509" y="863" />
+      <point x="1507" y="861" />
+      <point x="1507" y="838" />
+      <point x="1509" y="836" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-71ed</wuid>
+    <x>1507</x>
+    <y>836</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>28</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1308" y="308" />
+      <point x="1306" y="306" />
+      <point x="1306" y="283" />
+      <point x="1308" y="281" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-71eb</wuid>
+    <x>1306</x>
+    <y>281</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>28</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1374" y="285" />
+      <point x="1372" y="283" />
+      <point x="1372" y="260" />
+      <point x="1374" y="258" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-71e9</wuid>
+    <x>1372</x>
+    <y>258</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>28</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1478" y="329" />
+      <point x="1476" y="327" />
+      <point x="1476" y="304" />
+      <point x="1478" y="302" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-71e7</wuid>
+    <x>1476</x>
+    <y>302</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>28</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="546" y="363" />
+      <point x="544" y="361" />
+      <point x="544" y="338" />
+      <point x="546" y="336" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-71cc</wuid>
+    <x>544</x>
+    <y>336</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>28</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="293" y="525" />
+      <point x="291" y="523" />
+      <point x="291" y="500" />
+      <point x="293" y="498" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-71ca</wuid>
+    <x>291</x>
+    <y>498</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>28</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="305" y="453" />
+      <point x="303" y="451" />
+      <point x="303" y="428" />
+      <point x="305" y="426" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-71c8</wuid>
+    <x>303</x>
+    <y>426</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>28</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="307" y="614" />
+      <point x="305" y="612" />
+      <point x="305" y="589" />
+      <point x="307" y="587" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-71c6</wuid>
+    <x>305</x>
+    <y>587</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>28</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="547" y="612" />
+      <point x="545" y="610" />
+      <point x="545" y="587" />
+      <point x="547" y="585" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-71c4</wuid>
+    <x>545</x>
+    <y>585</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>28</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="549" y="454" />
+      <point x="547" y="452" />
+      <point x="547" y="429" />
+      <point x="549" y="427" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-71c2</wuid>
+    <x>547</x>
+    <y>427</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>28</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="468" y="635" />
+      <point x="466" y="633" />
+      <point x="466" y="610" />
+      <point x="468" y="608" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-71c0</wuid>
+    <x>466</x>
+    <y>608</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>28</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="944" y="261" />
+      <point x="942" y="259" />
+      <point x="942" y="236" />
+      <point x="944" y="234" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-71be</wuid>
+    <x>942</x>
+    <y>234</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>28</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="942" y="301" />
+      <point x="940" y="299" />
+      <point x="940" y="276" />
+      <point x="942" y="274" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-71bc</wuid>
+    <x>940</x>
+    <y>274</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>28</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="721" y="467" />
+      <point x="719" y="465" />
+      <point x="719" y="442" />
+      <point x="721" y="440" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-71ba</wuid>
+    <x>719</x>
+    <y>440</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>28</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="546" y="532" />
+      <point x="544" y="530" />
+      <point x="544" y="507" />
+      <point x="546" y="505" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-71ae</wuid>
+    <x>544</x>
+    <y>505</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>28</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="770" y="612" />
+      <point x="768" y="610" />
+      <point x="768" y="587" />
+      <point x="770" y="585" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-71ac</wuid>
+    <x>768</x>
+    <y>585</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>28</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="621" y="601" />
+      <point x="619" y="599" />
+      <point x="619" y="576" />
+      <point x="621" y="574" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-71aa</wuid>
+    <x>619</x>
+    <y>574</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>28</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1559" y="168" />
+      <point x="1557" y="166" />
+      <point x="1557" y="143" />
+      <point x="1559" y="141" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-71a6</wuid>
+    <x>1557</x>
+    <y>141</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>28</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="303" y="343" />
+      <point x="301" y="341" />
+      <point x="301" y="318" />
+      <point x="303" y="316" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-71a2</wuid>
+    <x>301</x>
+    <y>316</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>28</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="289" y="312" />
+      <point x="287" y="310" />
+      <point x="287" y="287" />
+      <point x="289" y="285" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-71a0</wuid>
+    <x>287</x>
+    <y>285</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>28</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1189" y="857" />
+      <point x="1191" y="855" />
+      <point x="1191" y="832" />
+      <point x="1189" y="830" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-718f</wuid>
+    <x>1189</x>
+    <y>830</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>28</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1189" y="649" />
+      <point x="1191" y="647" />
+      <point x="1191" y="624" />
+      <point x="1189" y="622" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-718d</wuid>
+    <x>1189</x>
+    <y>622</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>28</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1310" y="643" />
+      <point x="1312" y="641" />
+      <point x="1312" y="618" />
+      <point x="1310" y="616" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-718b</wuid>
+    <x>1310</x>
+    <y>616</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>28</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1310" y="850" />
+      <point x="1312" y="848" />
+      <point x="1312" y="825" />
+      <point x="1310" y="823" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-7189</wuid>
+    <x>1310</x>
+    <y>823</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>28</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1310" y="434" />
+      <point x="1312" y="432" />
+      <point x="1312" y="409" />
+      <point x="1310" y="407" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-7187</wuid>
+    <x>1310</x>
+    <y>407</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>28</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1190" y="182" />
+      <point x="1192" y="180" />
+      <point x="1192" y="157" />
+      <point x="1190" y="155" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-7185</wuid>
+    <x>1190</x>
+    <y>155</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>28</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1309" y="182" />
+      <point x="1311" y="180" />
+      <point x="1311" y="157" />
+      <point x="1309" y="155" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-7183</wuid>
+    <x>1309</x>
+    <y>155</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>28</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1527" y="293" />
+      <point x="1529" y="291" />
+      <point x="1529" y="268" />
+      <point x="1527" y="266" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-7181</wuid>
+    <x>1527</x>
+    <y>266</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>28</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1451" y="293" />
+      <point x="1453" y="291" />
+      <point x="1453" y="268" />
+      <point x="1451" y="266" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-717f</wuid>
+    <x>1451</x>
+    <y>266</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>28</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1527" y="539" />
+      <point x="1529" y="537" />
+      <point x="1529" y="514" />
+      <point x="1527" y="512" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-717d</wuid>
+    <x>1527</x>
+    <y>512</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>28</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1451" y="539" />
+      <point x="1453" y="537" />
+      <point x="1453" y="514" />
+      <point x="1451" y="512" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-717b</wuid>
+    <x>1451</x>
+    <y>512</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>28</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1452" y="202" />
+      <point x="1454" y="200" />
+      <point x="1454" y="177" />
+      <point x="1452" y="175" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-7179</wuid>
+    <x>1452</x>
+    <y>175</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>28</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1452" y="448" />
+      <point x="1454" y="446" />
+      <point x="1454" y="423" />
+      <point x="1452" y="421" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-7177</wuid>
+    <x>1452</x>
+    <y>421</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>28</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1192" y="433" />
+      <point x="1194" y="431" />
+      <point x="1194" y="408" />
+      <point x="1192" y="406" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-7175</wuid>
+    <x>1192</x>
+    <y>406</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>28</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1527" y="746" />
+      <point x="1529" y="744" />
+      <point x="1529" y="721" />
+      <point x="1527" y="719" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-7173</wuid>
+    <x>1527</x>
+    <y>719</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>28</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1451" y="746" />
+      <point x="1453" y="744" />
+      <point x="1453" y="721" />
+      <point x="1451" y="719" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-7171</wuid>
+    <x>1451</x>
+    <y>719</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>28</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1452" y="656" />
+      <point x="1454" y="654" />
+      <point x="1454" y="631" />
+      <point x="1452" y="629" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-716f</wuid>
+    <x>1452</x>
+    <y>629</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>28</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1316" y="1001" />
+      <point x="1318" y="999" />
+      <point x="1318" y="976" />
+      <point x="1316" y="974" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-716d</wuid>
+    <x>1316</x>
+    <y>974</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>28</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1527" y="954" />
+      <point x="1529" y="952" />
+      <point x="1529" y="929" />
+      <point x="1527" y="927" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-716b</wuid>
+    <x>1527</x>
+    <y>927</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>28</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1451" y="954" />
+      <point x="1453" y="952" />
+      <point x="1453" y="929" />
+      <point x="1451" y="927" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-7169</wuid>
+    <x>1451</x>
+    <y>927</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>28</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1452" y="863" />
+      <point x="1454" y="861" />
+      <point x="1454" y="838" />
+      <point x="1452" y="836" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-7167</wuid>
+    <x>1452</x>
+    <y>836</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>28</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1245" y="308" />
+      <point x="1247" y="306" />
+      <point x="1247" y="283" />
+      <point x="1245" y="281" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-7165</wuid>
+    <x>1245</x>
+    <y>281</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>28</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1311" y="285" />
+      <point x="1313" y="283" />
+      <point x="1313" y="260" />
+      <point x="1311" y="258" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-7163</wuid>
+    <x>1311</x>
+    <y>258</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>28</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1415" y="329" />
+      <point x="1417" y="327" />
+      <point x="1417" y="304" />
+      <point x="1415" y="302" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-7161</wuid>
+    <x>1415</x>
+    <y>302</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>28</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1452" y="168" />
+      <point x="1454" y="166" />
+      <point x="1454" y="143" />
+      <point x="1452" y="141" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-7143</wuid>
+    <x>1452</x>
+    <y>141</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>4</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1208" y="454" />
+      <point x="1228" y="454" />
+      <point x="1227" y="451" />
+      <point x="1209" y="452" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0&gt;0.0">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0&gt;0.0)">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-PCV-030:Cmd</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>21</width>
+    <wuid>-32e0cda:1641d794e56:-700d</wuid>
+    <x>1208</x>
+    <y>451</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>4</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1208" y="662" />
+      <point x="1228" y="662" />
+      <point x="1227" y="659" />
+      <point x="1209" y="660" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0&gt;0.0">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0&gt;0.0)">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-PCV-040:Cmd</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>21</width>
+    <wuid>-32e0cda:1641d794e56:-7003</wuid>
+    <x>1208</x>
+    <y>659</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>4</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1208" y="869" />
+      <point x="1228" y="869" />
+      <point x="1227" y="866" />
+      <point x="1209" y="867" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0&gt;0.0">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0&gt;0.0)">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-PCV-050:Cmd</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>21</width>
+    <wuid>-32e0cda:1641d794e56:-6ff9</wuid>
+    <x>1208</x>
+    <y>866</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>12</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="974" y="960" />
+      <point x="968" y="971" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>7</width>
+    <wuid>-32e0cda:1641d794e56:-6cf1</wuid>
+    <x>968</x>
+    <y>960</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>41</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="478" y="52" />
+      <point x="479" y="50" />
+      <point x="479" y="14" />
+      <point x="478" y="12" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>2</width>
+    <wuid>-32e0cda:1641d794e56:-7139</wuid>
+    <x>478</x>
+    <y>12</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>27</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1566" y="331" />
+      <point x="1564" y="329" />
+      <point x="1564" y="306" />
+      <point x="1566" y="305" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-722f</wuid>
+    <x>1564</x>
+    <y>305</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>27</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="744" y="346" />
+      <point x="742" y="344" />
+      <point x="742" y="321" />
+      <point x="744" y="320" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-71a8</wuid>
+    <x>742</x>
+    <y>320</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>27</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1509" y="331" />
+      <point x="1511" y="329" />
+      <point x="1511" y="306" />
+      <point x="1509" y="305" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-7191</wuid>
+    <x>1509</x>
+    <y>305</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>27</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="687" y="346" />
+      <point x="689" y="344" />
+      <point x="689" y="321" />
+      <point x="687" y="320" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-7145</wuid>
+    <x>687</x>
+    <y>320</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>9</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="0" y="0" />
+      <point x="8" y="8" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>9</width>
+    <wuid>-32e0cda:1641d794e56:-6d04</wuid>
+    <x>0</x>
+    <y>0</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>9</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="0" y="0" />
+      <point x="8" y="8" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>9</width>
+    <wuid>-32e0cda:1641d794e56:-6cff</wuid>
+    <x>0</x>
+    <y>0</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>8</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1906" y="7" />
+      <point x="1915" y="0" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>10</width>
+    <wuid>-32e0cda:1641d794e56:-6f2f</wuid>
+    <x>1906</x>
+    <y>0</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="229" y="547" />
+      <point x="308" y="547" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>80</width>
+    <wuid>-32e0cda:1641d794e56:-6de4</wuid>
+    <x>229</x>
+    <y>547</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="475" y="962" />
+      <point x="553" y="962" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>79</width>
+    <wuid>-32e0cda:1641d794e56:-6de7</wuid>
+    <x>475</x>
+    <y>962</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="240" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="240" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="240" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="875" y="988" />
+      <point x="952" y="988" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>78</width>
+    <wuid>-32e0cda:1641d794e56:-6df6</wuid>
+    <x>875</x>
+    <y>988</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="607" y="547" />
+      <point x="684" y="547" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>78</width>
+    <wuid>-32e0cda:1641d794e56:-6d16</wuid>
+    <x>607</x>
+    <y>547</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>7</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="409" y="973" />
+      <point x="399" y="967" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>11</width>
+    <wuid>-32e0cda:1641d794e56:-6e1e</wuid>
+    <x>399</x>
+    <y>967</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>7</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="409" y="973" />
+      <point x="399" y="967" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>11</width>
+    <wuid>-32e0cda:1641d794e56:-6e14</wuid>
+    <x>399</x>
+    <y>967</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>11</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="968" y="971" />
+      <point x="974" y="961" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>7</width>
+    <wuid>-32e0cda:1641d794e56:-6dfc</wuid>
+    <x>968</x>
+    <y>961</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>7</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="943" y="995" />
+      <point x="953" y="989" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>11</width>
+    <wuid>-32e0cda:1641d794e56:-6df2</wuid>
+    <x>943</x>
+    <y>989</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>7</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="953" y="989" />
+      <point x="943" y="995" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>11</width>
+    <wuid>-32e0cda:1641d794e56:-6cee</wuid>
+    <x>943</x>
+    <y>989</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="240" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="240" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="240" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="240" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="865" y="317" />
+      <point x="879" y="317" />
+      <point x="884" y="319" />
+      <point x="860" y="319" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>25</width>
+    <wuid>-32e0cda:1641d794e56:-6fe8</wuid>
+    <x>860</x>
+    <y>317</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="240" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="240" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="240" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="240" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="962" y="317" />
+      <point x="948" y="317" />
+      <point x="943" y="319" />
+      <point x="967" y="319" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>25</width>
+    <wuid>-32e0cda:1641d794e56:-6fe0</wuid>
+    <x>943</x>
+    <y>317</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="475" y="958" />
+      <point x="549" y="958" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>75</width>
+    <wuid>-32e0cda:1641d794e56:-6de9</wuid>
+    <x>475</x>
+    <y>958</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="240" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="240" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="240" />
+    </foreground_color>
+    <height>2</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="240" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="855" y="322" />
+      <point x="889" y="322" />
+      <point x="890" y="323" />
+      <point x="854" y="323" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>37</width>
+    <wuid>-32e0cda:1641d794e56:-6fea</wuid>
+    <x>854</x>
+    <y>322</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="240" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="240" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="240" />
+    </foreground_color>
+    <height>2</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="240" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="972" y="322" />
+      <point x="938" y="322" />
+      <point x="937" y="323" />
+      <point x="973" y="323" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>37</width>
+    <wuid>-32e0cda:1641d794e56:-6fe2</wuid>
+    <x>937</x>
+    <y>322</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>74</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1042" y="271" />
+      <point x="1042" y="344" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6e82</wuid>
+    <x>1042</x>
+    <y>271</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="477" y="547" />
+      <point x="549" y="547" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>73</width>
+    <wuid>-32e0cda:1641d794e56:-6d56</wuid>
+    <x>477</x>
+    <y>547</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1207" y="212" />
+      <point x="1230" y="212" />
+      <point x="1229" y="210" />
+      <point x="1207" y="210" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0&gt;0.0">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0&gt;0.0)">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-PCV-020:Cmd</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>24</width>
+    <wuid>-32e0cda:1641d794e56:-7062</wuid>
+    <x>1207</x>
+    <y>210</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>8</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="0" y="93" />
+      <point x="8" y="86" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>9</width>
+    <wuid>-32e0cda:1641d794e56:-6d03</wuid>
+    <x>0</x>
+    <y>86</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>8</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="312" y="7" />
+      <point x="320" y="0" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>9</width>
+    <wuid>-32e0cda:1641d794e56:-6d02</wuid>
+    <x>312</x>
+    <y>0</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="744" y="387" />
+      <point x="757" y="387" />
+      <point x="757" y="383" />
+      <point x="744" y="383" />
+      <point x="744" y="387" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>14</width>
+    <wuid>-32e0cda:1641d794e56:-70c2</wuid>
+    <x>744</x>
+    <y>383</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="744" y="387" />
+      <point x="757" y="387" />
+      <point x="757" y="383" />
+      <point x="744" y="383" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="180" green="180" blue="180" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-P-10:CmdD</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>14</width>
+    <wuid>-32e0cda:1641d794e56:-6fab</wuid>
+    <x>744</x>
+    <y>383</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1129" y="921" />
+      <point x="1198" y="921" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>70</width>
+    <wuid>-32e0cda:1641d794e56:-6e63</wuid>
+    <x>1129</x>
+    <y>921</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>7</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="469" y="967" />
+      <point x="460" y="973" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>10</width>
+    <wuid>-32e0cda:1641d794e56:-6e24</wuid>
+    <x>460</x>
+    <y>967</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>7</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="469" y="967" />
+      <point x="460" y="973" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>10</width>
+    <wuid>-32e0cda:1641d794e56:-6e1a</wuid>
+    <x>460</x>
+    <y>967</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1129" y="714" />
+      <point x="1198" y="714" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>70</width>
+    <wuid>-32e0cda:1641d794e56:-6caf</wuid>
+    <x>1129</x>
+    <y>714</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1207" y="456" />
+      <point x="1229" y="456" />
+      <point x="1228" y="454" />
+      <point x="1208" y="454" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0&gt;0.0">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0&gt;0.0)">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-PCV-030:Cmd</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>23</width>
+    <wuid>-32e0cda:1641d794e56:-700e</wuid>
+    <x>1207</x>
+    <y>454</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1207" y="664" />
+      <point x="1229" y="664" />
+      <point x="1228" y="662" />
+      <point x="1208" y="662" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0&gt;0.0">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0&gt;0.0)">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-PCV-040:Cmd</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>23</width>
+    <wuid>-32e0cda:1641d794e56:-7004</wuid>
+    <x>1207</x>
+    <y>662</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1207" y="871" />
+      <point x="1229" y="871" />
+      <point x="1228" y="869" />
+      <point x="1208" y="869" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0&gt;0.0">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0&gt;0.0)">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-PCV-050:Cmd</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>23</width>
+    <wuid>-32e0cda:1641d794e56:-6ffa</wuid>
+    <x>1207</x>
+    <y>869</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="582" y="561" />
+      <point x="604" y="561" />
+      <point x="603" y="563" />
+      <point x="583" y="563" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0&gt;0.0">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0&gt;0.0)">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-PCV-010:Cmd</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>23</width>
+    <wuid>-32e0cda:1641d794e56:-6fc9</wuid>
+    <x>582</x>
+    <y>561</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="974" y="271" />
+      <point x="1042" y="271" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>69</width>
+    <wuid>-32e0cda:1641d794e56:-6e83</wuid>
+    <x>974</x>
+    <y>271</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1034" y="961" />
+      <point x="1099" y="961" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>66</width>
+    <wuid>-32e0cda:1641d794e56:-6e7a</wuid>
+    <x>1034</x>
+    <y>961</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1129" y="917" />
+      <point x="1194" y="917" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>66</width>
+    <wuid>-32e0cda:1641d794e56:-6e60</wuid>
+    <x>1129</x>
+    <y>917</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>11</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="854" y="961" />
+      <point x="859" y="971" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>6</width>
+    <wuid>-32e0cda:1641d794e56:-6dfe</wuid>
+    <x>854</x>
+    <y>961</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>11</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="859" y="971" />
+      <point x="854" y="961" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>6</width>
+    <wuid>-32e0cda:1641d794e56:-6ce4</wuid>
+    <x>854</x>
+    <y>961</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1194" y="710" />
+      <point x="1129" y="710" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>66</width>
+    <wuid>-32e0cda:1641d794e56:-6caa</wuid>
+    <x>1129</x>
+    <y>710</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>65</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1630" y="957" />
+      <point x="1630" y="893" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6e39</wuid>
+    <x>1630</x>
+    <y>893</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>65</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1626" y="893" />
+      <point x="1626" y="957" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6e37</wuid>
+    <x>1626</x>
+    <y>893</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="661" y="493" />
+      <point x="725" y="493" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>65</width>
+    <wuid>-32e0cda:1641d794e56:-6d0d</wuid>
+    <x>661</x>
+    <y>493</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Ellipse" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <bg_gradient_color>
+      <color red="255" green="255" blue="255" />
+    </bg_gradient_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fg_gradient_color>
+      <color red="255" green="255" blue="255" />
+    </fg_gradient_color>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <gradient>false</gradient>
+    <height>8</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Ellipse</name>
+    <pv_name></pv_name>
+    <pv_value />
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Ellipse</widget_type>
+    <width>8</width>
+    <wuid>-32e0cda:1641d794e56:-6f89</wuid>
+    <x>704</x>
+    <y>485</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>8</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="960" y="982" />
+      <point x="953" y="989" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>8</width>
+    <wuid>-32e0cda:1641d794e56:-6cef</wuid>
+    <x>953</x>
+    <y>982</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>64</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1626" y="686" />
+      <point x="1626" y="749" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6cb9</wuid>
+    <x>1626</x>
+    <y>686</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1208" y="207" />
+      <point x="1228" y="207" />
+      <point x="1227" y="205" />
+      <point x="1209" y="205" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0&gt;0.0">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0&gt;0.0)">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-PCV-020:Cmd</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>21</width>
+    <wuid>-32e0cda:1641d794e56:-7060</wuid>
+    <x>1208</x>
+    <y>205</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="583" y="563" />
+      <point x="603" y="563" />
+      <point x="602" y="565" />
+      <point x="584" y="565" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0&gt;0.0">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0&gt;0.0)">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-PCV-010:Cmd</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>21</width>
+    <wuid>-32e0cda:1641d794e56:-6fc8</wuid>
+    <x>583</x>
+    <y>563</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>7</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="867" y="982" />
+      <point x="875" y="988" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>9</width>
+    <wuid>-32e0cda:1641d794e56:-6df7</wuid>
+    <x>867</x>
+    <y>982</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>7</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="952" y="988" />
+      <point x="960" y="982" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>9</width>
+    <wuid>-32e0cda:1641d794e56:-6df5</wuid>
+    <x>952</x>
+    <y>982</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>7</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="0" y="92" />
+      <point x="8" y="86" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>9</width>
+    <wuid>-32e0cda:1641d794e56:-6cfe</wuid>
+    <x>0</x>
+    <y>86</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>7</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="875" y="988" />
+      <point x="867" y="982" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>9</width>
+    <wuid>-32e0cda:1641d794e56:-6ce6</wuid>
+    <x>867</x>
+    <y>982</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="240" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="240" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="240" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="240" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="973" y="330" />
+      <point x="913" y="330" />
+      <point x="919" y="330" />
+      <point x="973" y="330" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>61</width>
+    <wuid>-32e0cda:1641d794e56:-6fe6</wuid>
+    <x>913</x>
+    <y>330</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="974" y="278" />
+      <point x="1034" y="278" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>61</width>
+    <wuid>-32e0cda:1641d794e56:-6e81</wuid>
+    <x>974</x>
+    <y>278</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="240" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="240" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="240" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="913" y="330" />
+      <point x="973" y="330" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>61</width>
+    <wuid>-32e0cda:1641d794e56:-6dff</wuid>
+    <x>913</x>
+    <y>330</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1194" y="224" />
+      <point x="1205" y="224" />
+      <point x="1205" y="228" />
+      <point x="1194" y="228" />
+      <point x="1194" y="224" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>12</width>
+    <wuid>-32e0cda:1641d794e56:-70e3</wuid>
+    <x>1194</x>
+    <y>224</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1194" y="470" />
+      <point x="1205" y="470" />
+      <point x="1205" y="474" />
+      <point x="1194" y="474" />
+      <point x="1194" y="470" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>12</width>
+    <wuid>-32e0cda:1641d794e56:-70e0</wuid>
+    <x>1194</x>
+    <y>470</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="675" y="387" />
+      <point x="686" y="387" />
+      <point x="686" y="383" />
+      <point x="675" y="383" />
+      <point x="675" y="387" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>12</width>
+    <wuid>-32e0cda:1641d794e56:-70c3</wuid>
+    <x>675</x>
+    <y>383</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1194" y="224" />
+      <point x="1205" y="224" />
+      <point x="1205" y="228" />
+      <point x="1194" y="228" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="0" green="0" blue="240" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="180" green="180" blue="180" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-P-10:CmdD</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>12</width>
+    <wuid>-32e0cda:1641d794e56:-7052</wuid>
+    <x>1194</x>
+    <y>224</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1194" y="470" />
+      <point x="1205" y="470" />
+      <point x="1205" y="474" />
+      <point x="1194" y="474" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="0" green="0" blue="240" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="180" green="180" blue="180" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-P-10:CmdD</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>12</width>
+    <wuid>-32e0cda:1641d794e56:-704d</wuid>
+    <x>1194</x>
+    <y>470</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1194" y="682" />
+      <point x="1205" y="682" />
+      <point x="1205" y="678" />
+      <point x="1194" y="678" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="0" green="0" blue="240" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="180" green="180" blue="180" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-P-10:CmdD</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>12</width>
+    <wuid>-32e0cda:1641d794e56:-7048</wuid>
+    <x>1194</x>
+    <y>678</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1194" y="889" />
+      <point x="1205" y="889" />
+      <point x="1205" y="885" />
+      <point x="1194" y="885" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="0" green="0" blue="240" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="180" green="180" blue="180" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-P-10:CmdD</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>12</width>
+    <wuid>-32e0cda:1641d794e56:-7045</wuid>
+    <x>1194</x>
+    <y>885</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="686" y="387" />
+      <point x="675" y="387" />
+      <point x="675" y="383" />
+      <point x="686" y="383" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="180" green="180" blue="180" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-P-10:CmdD</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>12</width>
+    <wuid>-32e0cda:1641d794e56:-6faa</wuid>
+    <x>675</x>
+    <y>383</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="240" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="240" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="240" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="913" y="330" />
+      <point x="854" y="330" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>60</width>
+    <wuid>-32e0cda:1641d794e56:-6e09</wuid>
+    <x>854</x>
+    <y>330</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>59</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1404" y="300" />
+      <point x="1404" y="242" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6e99</wuid>
+    <x>1404</x>
+    <y>242</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="240" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="240" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="240" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="885" y="995" />
+      <point x="943" y="995" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>59</width>
+    <wuid>-32e0cda:1641d794e56:-6df3</wuid>
+    <x>885</x>
+    <y>995</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>59</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1404" y="300" />
+      <point x="1404" y="242" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6b37</wuid>
+    <x>1404</x>
+    <y>242</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1042" y="542" />
+      <point x="1099" y="542" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>58</width>
+    <wuid>-32e0cda:1641d794e56:-6e7f</wuid>
+    <x>1042</x>
+    <y>542</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1042" y="546" />
+      <point x="1099" y="546" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>58</width>
+    <wuid>-32e0cda:1641d794e56:-6e7e</wuid>
+    <x>1042</x>
+    <y>546</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1042" y="749" />
+      <point x="1099" y="749" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>58</width>
+    <wuid>-32e0cda:1641d794e56:-6e7d</wuid>
+    <x>1042</x>
+    <y>749</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1042" y="753" />
+      <point x="1099" y="753" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>58</width>
+    <wuid>-32e0cda:1641d794e56:-6e7c</wuid>
+    <x>1042</x>
+    <y>753</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1042" y="957" />
+      <point x="1099" y="957" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>58</width>
+    <wuid>-32e0cda:1641d794e56:-6e7b</wuid>
+    <x>1042</x>
+    <y>957</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>58</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1220" y="485" />
+      <point x="1220" y="542" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6cc4</wuid>
+    <x>1220</x>
+    <y>485</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>58</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1216" y="542" />
+      <point x="1216" y="485" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6cbc</wuid>
+    <x>1216</x>
+    <y>485</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1209" y="205" />
+      <point x="1227" y="205" />
+      <point x="1225" y="203" />
+      <point x="1211" y="203" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0&gt;0.0">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0&gt;0.0)">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-PCV-020:Cmd</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>19</width>
+    <wuid>-32e0cda:1641d794e56:-705f</wuid>
+    <x>1209</x>
+    <y>203</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1209" y="452" />
+      <point x="1227" y="451" />
+      <point x="1225" y="450" />
+      <point x="1211" y="450" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0&gt;0.0">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0&gt;0.0)">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-PCV-030:Cmd</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>19</width>
+    <wuid>-32e0cda:1641d794e56:-700c</wuid>
+    <x>1209</x>
+    <y>450</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1209" y="660" />
+      <point x="1227" y="659" />
+      <point x="1225" y="658" />
+      <point x="1211" y="658" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0&gt;0.0">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0&gt;0.0)">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-PCV-040:Cmd</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>19</width>
+    <wuid>-32e0cda:1641d794e56:-7002</wuid>
+    <x>1209</x>
+    <y>658</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1209" y="867" />
+      <point x="1227" y="866" />
+      <point x="1225" y="865" />
+      <point x="1211" y="865" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0&gt;0.0">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0&gt;0.0)">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-PCV-050:Cmd</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>19</width>
+    <wuid>-32e0cda:1641d794e56:-6ff8</wuid>
+    <x>1209</x>
+    <y>865</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="584" y="565" />
+      <point x="602" y="565" />
+      <point x="600" y="567" />
+      <point x="586" y="567" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0&gt;0.0">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0&gt;0.0)">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-PCV-010:Cmd</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>19</width>
+    <wuid>-32e0cda:1641d794e56:-6fc7</wuid>
+    <x>584</x>
+    <y>565</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>57</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1216" y="957" />
+      <point x="1216" y="901" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6e3e</wuid>
+    <x>1216</x>
+    <y>901</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>57</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1220" y="901" />
+      <point x="1220" y="957" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6e3d</wuid>
+    <x>1220</x>
+    <y>901</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="665" y="497" />
+      <point x="721" y="497" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>57</width>
+    <wuid>-32e0cda:1641d794e56:-6d12</wuid>
+    <x>665</x>
+    <y>497</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="665" y="497" />
+      <point x="721" y="497" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>57</width>
+    <wuid>-32e0cda:1641d794e56:-6d10</wuid>
+    <x>665</x>
+    <y>497</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>57</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1220" y="749" />
+      <point x="1220" y="693" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6cb7</wuid>
+    <x>1220</x>
+    <y>693</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>57</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1216" y="693" />
+      <point x="1216" y="749" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6cb5</wuid>
+    <x>1216</x>
+    <y>693</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>57</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1408" y="302" />
+      <point x="1408" y="246" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6b38</wuid>
+    <x>1408</x>
+    <y>246</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>28</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="624" y="82" />
+      <point x="623" y="80" />
+      <point x="623" y="57" />
+      <point x="624" y="55" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>2</width>
+    <wuid>-32e0cda:1641d794e56:-7197</wuid>
+    <x>623</x>
+    <y>55</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>28</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="490" y="363" />
+      <point x="491" y="361" />
+      <point x="491" y="338" />
+      <point x="490" y="336" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>2</width>
+    <wuid>-32e0cda:1641d794e56:-715f</wuid>
+    <x>490</x>
+    <y>336</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>28</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="237" y="525" />
+      <point x="238" y="523" />
+      <point x="238" y="500" />
+      <point x="237" y="498" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>2</width>
+    <wuid>-32e0cda:1641d794e56:-715d</wuid>
+    <x>237</x>
+    <y>498</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>28</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="243" y="453" />
+      <point x="244" y="451" />
+      <point x="244" y="428" />
+      <point x="243" y="426" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>2</width>
+    <wuid>-32e0cda:1641d794e56:-715b</wuid>
+    <x>243</x>
+    <y>426</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>28</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="245" y="614" />
+      <point x="246" y="612" />
+      <point x="246" y="589" />
+      <point x="245" y="587" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>2</width>
+    <wuid>-32e0cda:1641d794e56:-7159</wuid>
+    <x>245</x>
+    <y>587</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>28</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="485" y="612" />
+      <point x="486" y="610" />
+      <point x="486" y="587" />
+      <point x="485" y="585" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>2</width>
+    <wuid>-32e0cda:1641d794e56:-7157</wuid>
+    <x>485</x>
+    <y>585</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>28</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="487" y="454" />
+      <point x="488" y="452" />
+      <point x="488" y="429" />
+      <point x="487" y="427" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>2</width>
+    <wuid>-32e0cda:1641d794e56:-7155</wuid>
+    <x>487</x>
+    <y>427</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>28</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="406" y="635" />
+      <point x="407" y="633" />
+      <point x="407" y="610" />
+      <point x="406" y="608" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>2</width>
+    <wuid>-32e0cda:1641d794e56:-7153</wuid>
+    <x>406</x>
+    <y>608</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>28</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="882" y="261" />
+      <point x="883" y="259" />
+      <point x="883" y="236" />
+      <point x="882" y="234" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>2</width>
+    <wuid>-32e0cda:1641d794e56:-7151</wuid>
+    <x>882</x>
+    <y>234</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>28</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="886" y="301" />
+      <point x="887" y="299" />
+      <point x="887" y="276" />
+      <point x="886" y="274" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>2</width>
+    <wuid>-32e0cda:1641d794e56:-714f</wuid>
+    <x>886</x>
+    <y>274</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>28</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="665" y="467" />
+      <point x="666" y="465" />
+      <point x="666" y="442" />
+      <point x="665" y="440" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>2</width>
+    <wuid>-32e0cda:1641d794e56:-714d</wuid>
+    <x>665</x>
+    <y>440</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>28</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="490" y="532" />
+      <point x="491" y="530" />
+      <point x="491" y="507" />
+      <point x="490" y="505" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>2</width>
+    <wuid>-32e0cda:1641d794e56:-714b</wuid>
+    <x>490</x>
+    <y>505</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>28</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="708" y="612" />
+      <point x="709" y="610" />
+      <point x="709" y="587" />
+      <point x="708" y="585" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>2</width>
+    <wuid>-32e0cda:1641d794e56:-7149</wuid>
+    <x>708</x>
+    <y>585</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>28</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="565" y="601" />
+      <point x="566" y="599" />
+      <point x="566" y="576" />
+      <point x="565" y="574" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>2</width>
+    <wuid>-32e0cda:1641d794e56:-7147</wuid>
+    <x>565</x>
+    <y>574</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>28</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="247" y="343" />
+      <point x="248" y="341" />
+      <point x="248" y="318" />
+      <point x="247" y="316" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>2</width>
+    <wuid>-32e0cda:1641d794e56:-713f</wuid>
+    <x>247</x>
+    <y>316</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>28</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="227" y="312" />
+      <point x="228" y="310" />
+      <point x="228" y="287" />
+      <point x="227" y="285" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>2</width>
+    <wuid>-32e0cda:1641d794e56:-713d</wuid>
+    <x>227</x>
+    <y>285</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>28</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="552" y="82" />
+      <point x="553" y="80" />
+      <point x="553" y="57" />
+      <point x="552" y="55" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>2</width>
+    <wuid>-32e0cda:1641d794e56:-7133</wuid>
+    <x>552</x>
+    <y>55</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>11</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1396" y="294" />
+      <point x="1400" y="290" />
+      <point x="1400" y="300" />
+      <point x="1396" y="300" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="180" green="180" blue="180" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-FCV-021:Open</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>5</width>
+    <wuid>-32e0cda:1641d794e56:-701d</wuid>
+    <x>1396</x>
+    <y>290</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>55</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1378" y="290" />
+      <point x="1378" y="344" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6e9e</wuid>
+    <x>1378</x>
+    <y>290</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>55</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1408" y="246" />
+      <point x="1408" y="300" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6e8f</wuid>
+    <x>1408</x>
+    <y>246</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="460" y="973" />
+      <point x="450" y="977" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>11</width>
+    <wuid>-32e0cda:1641d794e56:-6e23</wuid>
+    <x>450</x>
+    <y>973</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="419" y="977" />
+      <point x="409" y="973" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>11</width>
+    <wuid>-32e0cda:1641d794e56:-6e1f</wuid>
+    <x>409</x>
+    <y>973</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="460" y="973" />
+      <point x="450" y="977" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>11</width>
+    <wuid>-32e0cda:1641d794e56:-6e19</wuid>
+    <x>450</x>
+    <y>973</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="419" y="977" />
+      <point x="409" y="973" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>11</width>
+    <wuid>-32e0cda:1641d794e56:-6e15</wuid>
+    <x>409</x>
+    <y>973</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="240" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="240" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="240" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="908" y="330" />
+      <point x="854" y="330" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>55</width>
+    <wuid>-32e0cda:1641d794e56:-6e0a</wuid>
+    <x>854</x>
+    <y>330</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="240" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="240" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="240" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="919" y="330" />
+      <point x="973" y="330" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>55</width>
+    <wuid>-32e0cda:1641d794e56:-6e00</wuid>
+    <x>919</x>
+    <y>330</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="885" y="995" />
+      <point x="895" y="999" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>11</width>
+    <wuid>-32e0cda:1641d794e56:-6df1</wuid>
+    <x>885</x>
+    <y>995</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="933" y="999" />
+      <point x="943" y="995" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>11</width>
+    <wuid>-32e0cda:1641d794e56:-6def</wuid>
+    <x>933</x>
+    <y>995</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="607" y="543" />
+      <point x="661" y="543" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>55</width>
+    <wuid>-32e0cda:1641d794e56:-6d0f</wuid>
+    <x>607</x>
+    <y>543</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="943" y="995" />
+      <point x="933" y="999" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>11</width>
+    <wuid>-32e0cda:1641d794e56:-6ced</wuid>
+    <x>933</x>
+    <y>995</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="895" y="999" />
+      <point x="885" y="995" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>11</width>
+    <wuid>-32e0cda:1641d794e56:-6ce8</wuid>
+    <x>885</x>
+    <y>995</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>55</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1378" y="290" />
+      <point x="1378" y="344" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6b31</wuid>
+    <x>1378</x>
+    <y>290</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>51</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1382" y="344" />
+      <point x="1382" y="294" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6e9f</wuid>
+    <x>1382</x>
+    <y>294</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>51</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="341" y="547" />
+      <point x="341" y="597" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6de1</wuid>
+    <x>341</x>
+    <y>547</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>51</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="439" y="547" />
+      <point x="439" y="597" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6ddb</wuid>
+    <x>439</x>
+    <y>547</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>51</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="661" y="543" />
+      <point x="661" y="493" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6d0e</wuid>
+    <x>661</x>
+    <y>493</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>51</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="725" y="493" />
+      <point x="725" y="543" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6d0c</wuid>
+    <x>725</x>
+    <y>493</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>51</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1382" y="294" />
+      <point x="1382" y="344" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6b32</wuid>
+    <x>1382</x>
+    <y>294</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="240" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="240" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="240" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="903" y="329" />
+      <point x="854" y="329" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>50</width>
+    <wuid>-32e0cda:1641d794e56:-6e0b</wuid>
+    <x>854</x>
+    <y>329</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="240" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="240" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="240" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="924" y="329" />
+      <point x="973" y="329" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>50</width>
+    <wuid>-32e0cda:1641d794e56:-6e01</wuid>
+    <x>924</x>
+    <y>329</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="645" y="387" />
+      <point x="596" y="387" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>50</width>
+    <wuid>-32e0cda:1641d794e56:-6d1d</wuid>
+    <x>596</x>
+    <y>387</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>49</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="475" y="890" />
+      <point x="475" y="938" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6e2e</wuid>
+    <x>475</x>
+    <y>890</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>47</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="345" y="547" />
+      <point x="345" y="593" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6dde</wuid>
+    <x>345</x>
+    <y>547</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>47</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="435" y="547" />
+      <point x="435" y="593" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6ddc</wuid>
+    <x>435</x>
+    <y>547</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>47</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="665" y="543" />
+      <point x="665" y="497" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6d13</wuid>
+    <x>665</x>
+    <y>497</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>47</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="721" y="497" />
+      <point x="721" y="543" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6d11</wuid>
+    <x>721</x>
+    <y>497</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>47</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1321" y="204" />
+      <point x="1321" y="250" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6ca8</wuid>
+    <x>1321</x>
+    <y>204</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>47</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1321" y="451" />
+      <point x="1321" y="497" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6ca5</wuid>
+    <x>1321</x>
+    <y>451</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>47</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1321" y="659" />
+      <point x="1321" y="705" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6ca2</wuid>
+    <x>1321</x>
+    <y>659</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>47</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1321" y="866" />
+      <point x="1321" y="912" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6c9f</wuid>
+    <x>1321</x>
+    <y>866</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>47</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="732" y="364" />
+      <point x="732" y="410" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6c9c</wuid>
+    <x>732</x>
+    <y>364</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1211" y="450" />
+      <point x="1225" y="450" />
+      <point x="1223" y="448" />
+      <point x="1213" y="448" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0&gt;0.0">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0&gt;0.0)">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-PCV-030:Cmd</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>15</width>
+    <wuid>-32e0cda:1641d794e56:-700b</wuid>
+    <x>1211</x>
+    <y>448</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1211" y="658" />
+      <point x="1225" y="658" />
+      <point x="1223" y="656" />
+      <point x="1213" y="656" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0&gt;0.0">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0&gt;0.0)">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-PCV-040:Cmd</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>15</width>
+    <wuid>-32e0cda:1641d794e56:-7001</wuid>
+    <x>1211</x>
+    <y>656</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1211" y="865" />
+      <point x="1225" y="865" />
+      <point x="1223" y="863" />
+      <point x="1213" y="863" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0&gt;0.0">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0&gt;0.0)">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-PCV-050:Cmd</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>15</width>
+    <wuid>-32e0cda:1641d794e56:-6ff7</wuid>
+    <x>1211</x>
+    <y>863</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1754" y="220" />
+      <point x="1746" y="224" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>9</width>
+    <wuid>-32e0cda:1641d794e56:-6b28</wuid>
+    <x>1746</x>
+    <y>220</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1744" y="224" />
+      <point x="1736" y="220" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>9</width>
+    <wuid>-32e0cda:1641d794e56:-6b22</wuid>
+    <x>1736</x>
+    <y>220</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1754" y="340" />
+      <point x="1746" y="344" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>9</width>
+    <wuid>-32e0cda:1641d794e56:-6b1a</wuid>
+    <x>1746</x>
+    <y>340</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1744" y="344" />
+      <point x="1736" y="340" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>9</width>
+    <wuid>-32e0cda:1641d794e56:-6b14</wuid>
+    <x>1736</x>
+    <y>340</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1754" y="466" />
+      <point x="1746" y="470" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>9</width>
+    <wuid>-32e0cda:1641d794e56:-6b0c</wuid>
+    <x>1746</x>
+    <y>466</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1744" y="470" />
+      <point x="1736" y="466" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>9</width>
+    <wuid>-32e0cda:1641d794e56:-6b06</wuid>
+    <x>1736</x>
+    <y>466</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1754" y="674" />
+      <point x="1746" y="678" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>9</width>
+    <wuid>-32e0cda:1641d794e56:-6afe</wuid>
+    <x>1746</x>
+    <y>674</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1744" y="678" />
+      <point x="1736" y="674" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>9</width>
+    <wuid>-32e0cda:1641d794e56:-6af8</wuid>
+    <x>1736</x>
+    <y>674</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="308" y="390" />
+      <point x="316" y="386" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>9</width>
+    <wuid>-32e0cda:1641d794e56:-6acf</wuid>
+    <x>308</x>
+    <y>386</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="317" y="386" />
+      <point x="325" y="390" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>9</width>
+    <wuid>-32e0cda:1641d794e56:-6acd</wuid>
+    <x>317</x>
+    <y>386</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="460" y="391" />
+      <point x="468" y="387" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>9</width>
+    <wuid>-32e0cda:1641d794e56:-6ac1</wuid>
+    <x>460</x>
+    <y>387</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="469" y="387" />
+      <point x="477" y="391" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>9</width>
+    <wuid>-32e0cda:1641d794e56:-6abf</wuid>
+    <x>469</x>
+    <y>387</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="308" y="551" />
+      <point x="316" y="547" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>9</width>
+    <wuid>-32e0cda:1641d794e56:-6ab7</wuid>
+    <x>308</x>
+    <y>547</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="317" y="547" />
+      <point x="325" y="551" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>9</width>
+    <wuid>-32e0cda:1641d794e56:-6ab5</wuid>
+    <x>317</x>
+    <y>547</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="460" y="551" />
+      <point x="468" y="547" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>9</width>
+    <wuid>-32e0cda:1641d794e56:-6aad</wuid>
+    <x>460</x>
+    <y>547</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="469" y="547" />
+      <point x="477" y="551" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>9</width>
+    <wuid>-32e0cda:1641d794e56:-6aab</wuid>
+    <x>469</x>
+    <y>547</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="684" y="551" />
+      <point x="692" y="547" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>9</width>
+    <wuid>-32e0cda:1641d794e56:-6aa3</wuid>
+    <x>684</x>
+    <y>547</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="693" y="547" />
+      <point x="701" y="551" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>9</width>
+    <wuid>-32e0cda:1641d794e56:-6aa1</wuid>
+    <x>693</x>
+    <y>547</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1737" y="893" />
+      <point x="1745" y="889" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>9</width>
+    <wuid>-32e0cda:1641d794e56:-6a63</wuid>
+    <x>1737</x>
+    <y>889</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1746" y="889" />
+      <point x="1754" y="893" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>9</width>
+    <wuid>-32e0cda:1641d794e56:-6a61</wuid>
+    <x>1746</x>
+    <y>889</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="240" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="240" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="240" />
+    </foreground_color>
+    <height>2</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="240" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="904" y="1001" />
+      <point x="925" y="1001" />
+      <point x="914" y="1002" />
+      <point x="914" y="1002" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>22</width>
+    <wuid>-32e0cda:1641d794e56:-6fd7</wuid>
+    <x>904</x>
+    <y>1001</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>6</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="475" y="962" />
+      <point x="469" y="967" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>7</width>
+    <wuid>-32e0cda:1641d794e56:-6e26</wuid>
+    <x>469</x>
+    <y>962</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>6</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="399" y="967" />
+      <point x="393" y="962" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>7</width>
+    <wuid>-32e0cda:1641d794e56:-6e1d</wuid>
+    <x>393</x>
+    <y>962</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>6</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="475" y="962" />
+      <point x="469" y="967" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>7</width>
+    <wuid>-32e0cda:1641d794e56:-6e1b</wuid>
+    <x>469</x>
+    <y>962</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>6</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="399" y="967" />
+      <point x="393" y="962" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>7</width>
+    <wuid>-32e0cda:1641d794e56:-6e13</wuid>
+    <x>393</x>
+    <y>962</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="240" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="240" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="240" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="895" y="326" />
+      <point x="854" y="326" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>42</width>
+    <wuid>-32e0cda:1641d794e56:-6e0c</wuid>
+    <x>854</x>
+    <y>326</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="240" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="240" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="240" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="932" y="326" />
+      <point x="973" y="326" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>42</width>
+    <wuid>-32e0cda:1641d794e56:-6e02</wuid>
+    <x>932</x>
+    <y>326</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1146" y="327" />
+      <point x="1106" y="327" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>41</width>
+    <wuid>-32e0cda:1641d794e56:-6f26</wuid>
+    <x>1106</x>
+    <y>327</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1106" y="323" />
+      <point x="1146" y="323" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>41</width>
+    <wuid>-32e0cda:1641d794e56:-6f21</wuid>
+    <x>1106</x>
+    <y>323</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1146" y="524" />
+      <point x="1106" y="524" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>41</width>
+    <wuid>-32e0cda:1641d794e56:-6f1f</wuid>
+    <x>1106</x>
+    <y>524</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1106" y="520" />
+      <point x="1146" y="520" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>41</width>
+    <wuid>-32e0cda:1641d794e56:-6f1a</wuid>
+    <x>1106</x>
+    <y>520</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1146" y="731" />
+      <point x="1106" y="731" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>41</width>
+    <wuid>-32e0cda:1641d794e56:-6f18</wuid>
+    <x>1106</x>
+    <y>731</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1106" y="727" />
+      <point x="1146" y="727" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>41</width>
+    <wuid>-32e0cda:1641d794e56:-6f13</wuid>
+    <x>1106</x>
+    <y>727</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1146" y="940" />
+      <point x="1106" y="940" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>41</width>
+    <wuid>-32e0cda:1641d794e56:-6f11</wuid>
+    <x>1106</x>
+    <y>940</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1106" y="936" />
+      <point x="1146" y="936" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>41</width>
+    <wuid>-32e0cda:1641d794e56:-6f0c</wuid>
+    <x>1106</x>
+    <y>936</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1082" y="895" />
+      <point x="1122" y="895" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>41</width>
+    <wuid>-32e0cda:1641d794e56:-6f0a</wuid>
+    <x>1082</x>
+    <y>895</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1122" y="899" />
+      <point x="1082" y="899" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>41</width>
+    <wuid>-32e0cda:1641d794e56:-6f05</wuid>
+    <x>1082</x>
+    <y>899</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1082" y="684" />
+      <point x="1122" y="684" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>41</width>
+    <wuid>-32e0cda:1641d794e56:-6f03</wuid>
+    <x>1082</x>
+    <y>684</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1122" y="688" />
+      <point x="1082" y="688" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>41</width>
+    <wuid>-32e0cda:1641d794e56:-6efe</wuid>
+    <x>1082</x>
+    <y>688</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1082" y="471" />
+      <point x="1122" y="471" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>41</width>
+    <wuid>-32e0cda:1641d794e56:-6efc</wuid>
+    <x>1082</x>
+    <y>471</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1122" y="475" />
+      <point x="1082" y="475" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>41</width>
+    <wuid>-32e0cda:1641d794e56:-6ef7</wuid>
+    <x>1082</x>
+    <y>475</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1082" y="281" />
+      <point x="1122" y="281" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>41</width>
+    <wuid>-32e0cda:1641d794e56:-6ef5</wuid>
+    <x>1082</x>
+    <y>281</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1122" y="285" />
+      <point x="1082" y="285" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>41</width>
+    <wuid>-32e0cda:1641d794e56:-6ef0</wuid>
+    <x>1082</x>
+    <y>285</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1715" y="250" />
+      <point x="1755" y="250" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>41</width>
+    <wuid>-32e0cda:1641d794e56:-6eee</wuid>
+    <x>1715</x>
+    <y>250</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1755" y="254" />
+      <point x="1715" y="254" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>41</width>
+    <wuid>-32e0cda:1641d794e56:-6ee9</wuid>
+    <x>1715</x>
+    <y>254</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1715" y="489" />
+      <point x="1755" y="489" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>41</width>
+    <wuid>-32e0cda:1641d794e56:-6ee7</wuid>
+    <x>1715</x>
+    <y>489</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1755" y="493" />
+      <point x="1715" y="493" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>41</width>
+    <wuid>-32e0cda:1641d794e56:-6ee2</wuid>
+    <x>1715</x>
+    <y>493</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1715" y="694" />
+      <point x="1755" y="694" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>41</width>
+    <wuid>-32e0cda:1641d794e56:-6ee0</wuid>
+    <x>1715</x>
+    <y>694</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1755" y="698" />
+      <point x="1715" y="698" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>41</width>
+    <wuid>-32e0cda:1641d794e56:-6edb</wuid>
+    <x>1715</x>
+    <y>698</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1715" y="904" />
+      <point x="1755" y="904" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>41</width>
+    <wuid>-32e0cda:1641d794e56:-6ed9</wuid>
+    <x>1715</x>
+    <y>904</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1755" y="908" />
+      <point x="1715" y="908" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>41</width>
+    <wuid>-32e0cda:1641d794e56:-6ed4</wuid>
+    <x>1715</x>
+    <y>908</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1779" y="369" />
+      <point x="1739" y="369" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>41</width>
+    <wuid>-32e0cda:1641d794e56:-6ed2</wuid>
+    <x>1739</x>
+    <y>369</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1739" y="365" />
+      <point x="1779" y="365" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>41</width>
+    <wuid>-32e0cda:1641d794e56:-6ecd</wuid>
+    <x>1739</x>
+    <y>365</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1779" y="980" />
+      <point x="1739" y="980" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>41</width>
+    <wuid>-32e0cda:1641d794e56:-6ecb</wuid>
+    <x>1739</x>
+    <y>980</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1739" y="976" />
+      <point x="1779" y="976" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>41</width>
+    <wuid>-32e0cda:1641d794e56:-6ec6</wuid>
+    <x>1739</x>
+    <y>976</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>41</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1230" y="323" />
+      <point x="1230" y="283" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6ebd</wuid>
+    <x>1230</x>
+    <y>283</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>41</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1234" y="283" />
+      <point x="1234" y="323" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6eb8</wuid>
+    <x>1234</x>
+    <y>283</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>41</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1234" y="541" />
+      <point x="1234" y="501" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6eb6</wuid>
+    <x>1234</x>
+    <y>501</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>41</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1238" y="501" />
+      <point x="1238" y="541" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6eb1</wuid>
+    <x>1238</x>
+    <y>501</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>41</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1242" y="956" />
+      <point x="1242" y="916" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6ea8</wuid>
+    <x>1242</x>
+    <y>916</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>41</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1246" y="916" />
+      <point x="1246" y="956" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6ea3</wuid>
+    <x>1246</x>
+    <y>916</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="495" y="417" />
+      <point x="455" y="417" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>41</width>
+    <wuid>-32e0cda:1641d794e56:-6d50</wuid>
+    <x>455</x>
+    <y>417</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="455" y="413" />
+      <point x="495" y="413" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>41</width>
+    <wuid>-32e0cda:1641d794e56:-6d4b</wuid>
+    <x>455</x>
+    <y>413</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="352" y="417" />
+      <point x="312" y="417" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>41</width>
+    <wuid>-32e0cda:1641d794e56:-6d49</wuid>
+    <x>312</x>
+    <y>417</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="312" y="413" />
+      <point x="352" y="413" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>41</width>
+    <wuid>-32e0cda:1641d794e56:-6d44</wuid>
+    <x>312</x>
+    <y>413</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="680" y="418" />
+      <point x="640" y="418" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>41</width>
+    <wuid>-32e0cda:1641d794e56:-6d42</wuid>
+    <x>640</x>
+    <y>418</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="640" y="414" />
+      <point x="680" y="414" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>41</width>
+    <wuid>-32e0cda:1641d794e56:-6d3d</wuid>
+    <x>640</x>
+    <y>414</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>41</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="579" y="434" />
+      <point x="579" y="474" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6d3b</wuid>
+    <x>579</x>
+    <y>434</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>41</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="575" y="474" />
+      <point x="575" y="434" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6d36</wuid>
+    <x>575</x>
+    <y>434</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="733" y="517" />
+      <point x="773" y="517" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>41</width>
+    <wuid>-32e0cda:1641d794e56:-6d34</wuid>
+    <x>733</x>
+    <y>517</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="773" y="521" />
+      <point x="733" y="521" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>41</width>
+    <wuid>-32e0cda:1641d794e56:-6d2f</wuid>
+    <x>733</x>
+    <y>521</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="430" y="493" />
+      <point x="470" y="493" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>41</width>
+    <wuid>-32e0cda:1641d794e56:-6d2d</wuid>
+    <x>430</x>
+    <y>493</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="470" y="497" />
+      <point x="430" y="497" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>41</width>
+    <wuid>-32e0cda:1641d794e56:-6d28</wuid>
+    <x>430</x>
+    <y>497</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="237" y="487" />
+      <point x="277" y="487" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>41</width>
+    <wuid>-32e0cda:1641d794e56:-6d26</wuid>
+    <x>237</x>
+    <y>487</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="277" y="491" />
+      <point x="237" y="491" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>41</width>
+    <wuid>-32e0cda:1641d794e56:-6d21</wuid>
+    <x>237</x>
+    <y>491</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>40</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1238" y="748" />
+      <point x="1238" y="709" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6eaf</wuid>
+    <x>1238</x>
+    <y>709</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>40</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1242" y="709" />
+      <point x="1242" y="748" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6eaa</wuid>
+    <x>1242</x>
+    <y>709</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>40</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1012" y="960" />
+      <point x="1012" y="921" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6e72</wuid>
+    <x>1012</x>
+    <y>921</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="460" y="543" />
+      <point x="421" y="543" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>40</width>
+    <wuid>-32e0cda:1641d794e56:-6d5b</wuid>
+    <x>421</x>
+    <y>543</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>10</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="556" y="851" />
+      <point x="553" y="842" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>4</width>
+    <wuid>-32e0cda:1641d794e56:-6a56</wuid>
+    <x>553</x>
+    <y>842</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>10</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="549" y="842" />
+      <point x="546" y="851" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>4</width>
+    <wuid>-32e0cda:1641d794e56:-6a4d</wuid>
+    <x>546</x>
+    <y>842</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1396" y="300" />
+      <point x="1408" y="300" />
+      <point x="1408" y="302" />
+      <point x="1396" y="302" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0|pv1">
+          <value>
+            <color red="0" green="0" blue="240" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0|pv1)">
+          <value>
+            <color red="180" green="180" blue="180" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-FCV-021:Open</pv>
+        <pv trig="true">CWM-CWS03:WtrC-P-20:Cmd</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>13</width>
+    <wuid>-32e0cda:1641d794e56:-7015</wuid>
+    <x>1396</x>
+    <y>300</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="974" y="960" />
+      <point x="1012" y="960" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>39</width>
+    <wuid>-32e0cda:1641d794e56:-6e73</wuid>
+    <x>974</x>
+    <y>960</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="240" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="240" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="240" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="895" y="999" />
+      <point x="933" y="999" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>39</width>
+    <wuid>-32e0cda:1641d794e56:-6df0</wuid>
+    <x>895</x>
+    <y>999</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="240" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="240" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="240" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="854" y="323" />
+      <point x="890" y="323" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>37</width>
+    <wuid>-32e0cda:1641d794e56:-6e0e</wuid>
+    <x>854</x>
+    <y>323</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="240" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="240" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="240" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="973" y="323" />
+      <point x="937" y="323" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>37</width>
+    <wuid>-32e0cda:1641d794e56:-6e03</wuid>
+    <x>937</x>
+    <y>323</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="721" y="547" />
+      <point x="757" y="547" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>37</width>
+    <wuid>-32e0cda:1641d794e56:-6d08</wuid>
+    <x>721</x>
+    <y>547</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Ellipse" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <bg_gradient_color>
+      <color red="255" green="255" blue="255" />
+    </bg_gradient_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fg_gradient_color>
+      <color red="255" green="255" blue="255" />
+    </fg_gradient_color>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <gradient>false</gradient>
+    <height>6</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Ellipse</name>
+    <pv_name></pv_name>
+    <pv_value />
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Ellipse</widget_type>
+    <width>6</width>
+    <wuid>-32e0cda:1641d794e56:-6f8a</wuid>
+    <x>675</x>
+    <y>485</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="430" y="979" />
+      <point x="419" y="977" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>12</width>
+    <wuid>-32e0cda:1641d794e56:-6e20</wuid>
+    <x>419</x>
+    <y>977</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="430" y="979" />
+      <point x="419" y="977" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>12</width>
+    <wuid>-32e0cda:1641d794e56:-6e16</wuid>
+    <x>419</x>
+    <y>977</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="925" y="1000" />
+      <point x="914" y="1002" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>12</width>
+    <wuid>-32e0cda:1641d794e56:-6ceb</wuid>
+    <x>914</x>
+    <y>1000</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>4</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="895" y="326" />
+      <point x="903" y="329" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>9</width>
+    <wuid>-32e0cda:1641d794e56:-6cd4</wuid>
+    <x>895</x>
+    <y>326</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>4</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="924" y="329" />
+      <point x="932" y="326" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>9</width>
+    <wuid>-32e0cda:1641d794e56:-6ccf</wuid>
+    <x>924</x>
+    <y>326</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>4</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1736" y="231" />
+      <point x="1744" y="228" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>9</width>
+    <wuid>-32e0cda:1641d794e56:-6b21</wuid>
+    <x>1736</x>
+    <y>228</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>4</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1746" y="228" />
+      <point x="1754" y="231" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>9</width>
+    <wuid>-32e0cda:1641d794e56:-6b1f</wuid>
+    <x>1746</x>
+    <y>228</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>4</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1736" y="351" />
+      <point x="1744" y="348" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>9</width>
+    <wuid>-32e0cda:1641d794e56:-6b13</wuid>
+    <x>1736</x>
+    <y>348</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>4</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1746" y="348" />
+      <point x="1754" y="351" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>9</width>
+    <wuid>-32e0cda:1641d794e56:-6b11</wuid>
+    <x>1746</x>
+    <y>348</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>4</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1736" y="477" />
+      <point x="1744" y="474" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>9</width>
+    <wuid>-32e0cda:1641d794e56:-6b05</wuid>
+    <x>1736</x>
+    <y>474</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>4</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1746" y="474" />
+      <point x="1754" y="477" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>9</width>
+    <wuid>-32e0cda:1641d794e56:-6b03</wuid>
+    <x>1746</x>
+    <y>474</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>4</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1736" y="685" />
+      <point x="1744" y="682" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>9</width>
+    <wuid>-32e0cda:1641d794e56:-6af7</wuid>
+    <x>1736</x>
+    <y>682</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>4</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1746" y="682" />
+      <point x="1754" y="685" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>9</width>
+    <wuid>-32e0cda:1641d794e56:-6af5</wuid>
+    <x>1746</x>
+    <y>682</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>4</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1754" y="954" />
+      <point x="1746" y="957" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>9</width>
+    <wuid>-32e0cda:1641d794e56:-6aec</wuid>
+    <x>1746</x>
+    <y>954</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>4</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1744" y="957" />
+      <point x="1736" y="954" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>9</width>
+    <wuid>-32e0cda:1641d794e56:-6ae6</wuid>
+    <x>1736</x>
+    <y>954</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>4</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1736" y="964" />
+      <point x="1744" y="961" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>9</width>
+    <wuid>-32e0cda:1641d794e56:-6ae5</wuid>
+    <x>1736</x>
+    <y>961</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>4</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1746" y="961" />
+      <point x="1754" y="964" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>9</width>
+    <wuid>-32e0cda:1641d794e56:-6ae3</wuid>
+    <x>1746</x>
+    <y>961</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>4</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="325" y="379" />
+      <point x="317" y="382" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>9</width>
+    <wuid>-32e0cda:1641d794e56:-6ad6</wuid>
+    <x>317</x>
+    <y>379</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>4</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="316" y="382" />
+      <point x="308" y="379" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>9</width>
+    <wuid>-32e0cda:1641d794e56:-6ad0</wuid>
+    <x>308</x>
+    <y>379</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>4</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="477" y="380" />
+      <point x="469" y="383" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>9</width>
+    <wuid>-32e0cda:1641d794e56:-6ac8</wuid>
+    <x>469</x>
+    <y>380</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>4</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="468" y="383" />
+      <point x="460" y="380" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>9</width>
+    <wuid>-32e0cda:1641d794e56:-6ac2</wuid>
+    <x>460</x>
+    <y>380</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>4</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="325" y="540" />
+      <point x="317" y="543" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>9</width>
+    <wuid>-32e0cda:1641d794e56:-6abe</wuid>
+    <x>317</x>
+    <y>540</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>4</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="316" y="543" />
+      <point x="308" y="540" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>9</width>
+    <wuid>-32e0cda:1641d794e56:-6ab8</wuid>
+    <x>308</x>
+    <y>540</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>4</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="477" y="540" />
+      <point x="469" y="543" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>9</width>
+    <wuid>-32e0cda:1641d794e56:-6ab4</wuid>
+    <x>469</x>
+    <y>540</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>4</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="468" y="543" />
+      <point x="460" y="540" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>9</width>
+    <wuid>-32e0cda:1641d794e56:-6aae</wuid>
+    <x>460</x>
+    <y>540</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>4</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="701" y="540" />
+      <point x="693" y="543" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>9</width>
+    <wuid>-32e0cda:1641d794e56:-6aaa</wuid>
+    <x>693</x>
+    <y>540</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>4</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="692" y="543" />
+      <point x="684" y="540" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>9</width>
+    <wuid>-32e0cda:1641d794e56:-6aa4</wuid>
+    <x>684</x>
+    <y>540</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>4</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1754" y="882" />
+      <point x="1746" y="885" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>9</width>
+    <wuid>-32e0cda:1641d794e56:-6a6a</wuid>
+    <x>1746</x>
+    <y>882</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>4</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1745" y="885" />
+      <point x="1737" y="882" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>9</width>
+    <wuid>-32e0cda:1641d794e56:-6a64</wuid>
+    <x>1737</x>
+    <y>882</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>9</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="553" y="841" />
+      <point x="556" y="833" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>4</width>
+    <wuid>-32e0cda:1641d794e56:-6a50</wuid>
+    <x>553</x>
+    <y>833</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>9</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="546" y="833" />
+      <point x="549" y="841" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>4</width>
+    <wuid>-32e0cda:1641d794e56:-6a4f</wuid>
+    <x>546</x>
+    <y>833</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="240" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="240" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="240" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="855" y="322" />
+      <point x="889" y="322" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>35</width>
+    <wuid>-32e0cda:1641d794e56:-6e0f</wuid>
+    <x>855</x>
+    <y>322</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="240" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="240" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="240" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="972" y="322" />
+      <point x="938" y="322" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>35</width>
+    <wuid>-32e0cda:1641d794e56:-6e04</wuid>
+    <x>938</x>
+    <y>322</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>33</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1394" y="306" />
+      <point x="1394" y="338" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6e8c</wuid>
+    <x>1394</x>
+    <y>306</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>33</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1410" y="338" />
+      <point x="1410" y="306" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6e8a</wuid>
+    <x>1410</x>
+    <y>306</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>33</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1198" y="921" />
+      <point x="1198" y="889" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6e62</wuid>
+    <x>1198</x>
+    <y>889</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>33</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1194" y="917" />
+      <point x="1194" y="885" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6e5f</wuid>
+    <x>1194</x>
+    <y>885</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="450" y="977" />
+      <point x="440" y="979" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>11</width>
+    <wuid>-32e0cda:1641d794e56:-6e22</wuid>
+    <x>440</x>
+    <y>977</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="450" y="977" />
+      <point x="440" y="979" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>11</width>
+    <wuid>-32e0cda:1641d794e56:-6e18</wuid>
+    <x>440</x>
+    <y>977</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="325" y="543" />
+      <point x="357" y="543" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>33</width>
+    <wuid>-32e0cda:1641d794e56:-6de3</wuid>
+    <x>325</x>
+    <y>543</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="757" y="543" />
+      <point x="725" y="543" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>33</width>
+    <wuid>-32e0cda:1641d794e56:-6d06</wuid>
+    <x>725</x>
+    <y>543</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>33</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1198" y="714" />
+      <point x="1198" y="682" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6cae</wuid>
+    <x>1198</x>
+    <y>682</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>33</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1194" y="678" />
+      <point x="1194" y="710" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6cab</wuid>
+    <x>1194</x>
+    <y>678</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>33</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1410" y="338" />
+      <point x="1410" y="306" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6b43</wuid>
+    <x>1410</x>
+    <y>306</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>33</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1394" y="306" />
+      <point x="1394" y="338" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6b36</wuid>
+    <x>1394</x>
+    <y>306</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>2</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1211" y="203" />
+      <point x="1225" y="203" />
+      <point x="1223" y="202" />
+      <point x="1213" y="202" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0&gt;0.0">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0&gt;0.0)">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-PCV-020:Cmd</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>15</width>
+    <wuid>-32e0cda:1641d794e56:-705e</wuid>
+    <x>1211</x>
+    <y>202</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="240" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="240" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="240" />
+    </foreground_color>
+    <height>2</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="240" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="865" y="317" />
+      <point x="879" y="317" />
+      <point x="872" y="316" />
+      <point x="872" y="316" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>15</width>
+    <wuid>-32e0cda:1641d794e56:-6fe7</wuid>
+    <x>865</x>
+    <y>316</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="240" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="240" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="240" />
+    </foreground_color>
+    <height>2</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="240" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="962" y="317" />
+      <point x="948" y="317" />
+      <point x="955" y="316" />
+      <point x="955" y="316" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>15</width>
+    <wuid>-32e0cda:1641d794e56:-6fdf</wuid>
+    <x>948</x>
+    <y>316</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>2</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="586" y="567" />
+      <point x="600" y="567" />
+      <point x="598" y="568" />
+      <point x="588" y="568" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0&gt;0.0">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0&gt;0.0)">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-PCV-010:Cmd</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>15</width>
+    <wuid>-32e0cda:1641d794e56:-6fc6</wuid>
+    <x>586</x>
+    <y>567</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="974" y="953" />
+      <point x="1003" y="953" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>30</width>
+    <wuid>-32e0cda:1641d794e56:-6e76</wuid>
+    <x>974</x>
+    <y>953</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1003" y="304" />
+      <point x="1032" y="304" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>30</width>
+    <wuid>-32e0cda:1641d794e56:-6e74</wuid>
+    <x>1003</x>
+    <y>304</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="240" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="240" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="240" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="895" y="999" />
+      <point x="904" y="1001" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>10</width>
+    <wuid>-32e0cda:1641d794e56:-6dee</wuid>
+    <x>895</x>
+    <y>999</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="240" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="240" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="240" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="904" y="1001" />
+      <point x="895" y="999" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>10</width>
+    <wuid>-32e0cda:1641d794e56:-6ce9</wuid>
+    <x>895</x>
+    <y>999</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="895" y="999" />
+      <point x="904" y="1001" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>10</width>
+    <wuid>-32e0cda:1641d794e56:-6c99</wuid>
+    <x>895</x>
+    <y>999</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>2</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="462" y="525" />
+      <point x="475" y="526" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>14</width>
+    <wuid>-32e0cda:1641d794e56:-6dd3</wuid>
+    <x>462</x>
+    <y>525</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="553" y="547" />
+      <point x="580" y="547" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>28</width>
+    <wuid>-32e0cda:1641d794e56:-6d52</wuid>
+    <x>553</x>
+    <y>547</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>4</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="932" y="326" />
+      <point x="938" y="323" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>7</width>
+    <wuid>-32e0cda:1641d794e56:-6cce</wuid>
+    <x>932</x>
+    <y>323</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>2</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="310" y="364" />
+      <point x="323" y="365" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>14</width>
+    <wuid>-32e0cda:1641d794e56:-6acb</wuid>
+    <x>310</x>
+    <y>364</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>2</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1739" y="867" />
+      <point x="1752" y="868" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>14</width>
+    <wuid>-32e0cda:1641d794e56:-6a5f</wuid>
+    <x>1739</x>
+    <y>867</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="925" y="1001" />
+      <point x="933" y="999" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>9</width>
+    <wuid>-32e0cda:1641d794e56:-6dec</wuid>
+    <x>925</x>
+    <y>999</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="240" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="240" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="240" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="860" y="319" />
+      <point x="884" y="319" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>25</width>
+    <wuid>-32e0cda:1641d794e56:-6e10</wuid>
+    <x>860</x>
+    <y>319</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="240" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="240" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="240" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="967" y="319" />
+      <point x="943" y="319" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>25</width>
+    <wuid>-32e0cda:1641d794e56:-6e05</wuid>
+    <x>943</x>
+    <y>319</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>8</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1744" y="224" />
+      <point x="1744" y="217" />
+      <point x="1746" y="217" />
+      <point x="1746" y="224" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-FCV-020:Open</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-722d</wuid>
+    <x>1744</x>
+    <y>217</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>8</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1744" y="344" />
+      <point x="1744" y="337" />
+      <point x="1746" y="337" />
+      <point x="1746" y="344" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-FCV-021:Open</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-7228</wuid>
+    <x>1744</x>
+    <y>337</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>8</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1744" y="470" />
+      <point x="1744" y="463" />
+      <point x="1746" y="463" />
+      <point x="1746" y="470" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-FCV-030:Open</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-7223</wuid>
+    <x>1744</x>
+    <y>463</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>8</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1744" y="678" />
+      <point x="1744" y="671" />
+      <point x="1746" y="671" />
+      <point x="1746" y="678" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-FCV-040:Open</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-721e</wuid>
+    <x>1744</x>
+    <y>671</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>8</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1744" y="957" />
+      <point x="1744" y="950" />
+      <point x="1746" y="950" />
+      <point x="1746" y="957" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-FCV-051:Open</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-7219</wuid>
+    <x>1744</x>
+    <y>950</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>2</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="914" y="1002" />
+      <point x="925" y="1001" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>12</width>
+    <wuid>-32e0cda:1641d794e56:-6dea</wuid>
+    <x>914</x>
+    <y>1001</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>4</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="855" y="322" />
+      <point x="860" y="319" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>6</width>
+    <wuid>-32e0cda:1641d794e56:-6cdc</wuid>
+    <x>855</x>
+    <y>319</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>4</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="884" y="319" />
+      <point x="889" y="322" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>6</width>
+    <wuid>-32e0cda:1641d794e56:-6cd7</wuid>
+    <x>884</x>
+    <y>319</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>4</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="890" y="323" />
+      <point x="895" y="326" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>6</width>
+    <wuid>-32e0cda:1641d794e56:-6cd5</wuid>
+    <x>890</x>
+    <y>323</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>4</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="938" y="322" />
+      <point x="943" y="319" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>6</width>
+    <wuid>-32e0cda:1641d794e56:-6ccc</wuid>
+    <x>938</x>
+    <y>319</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>4</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="967" y="319" />
+      <point x="972" y="322" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>6</width>
+    <wuid>-32e0cda:1641d794e56:-6cc7</wuid>
+    <x>967</x>
+    <y>319</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1378" y="290" />
+      <point x="1400" y="290" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>23</width>
+    <wuid>-32e0cda:1641d794e56:-6e9d</wuid>
+    <x>1378</x>
+    <y>290</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1404" y="242" />
+      <point x="1426" y="242" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>23</width>
+    <wuid>-32e0cda:1641d794e56:-6e98</wuid>
+    <x>1404</x>
+    <y>242</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1430" y="246" />
+      <point x="1408" y="246" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>23</width>
+    <wuid>-32e0cda:1641d794e56:-6e90</wuid>
+    <x>1408</x>
+    <y>246</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1404" y="242" />
+      <point x="1426" y="242" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>23</width>
+    <wuid>-32e0cda:1641d794e56:-6b42</wuid>
+    <x>1404</x>
+    <y>242</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1408" y="246" />
+      <point x="1430" y="246" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>23</width>
+    <wuid>-32e0cda:1641d794e56:-6b40</wuid>
+    <x>1408</x>
+    <y>246</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1400" y="290" />
+      <point x="1378" y="290" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>23</width>
+    <wuid>-32e0cda:1641d794e56:-6b39</wuid>
+    <x>1378</x>
+    <y>290</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>2</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1213" y="202" />
+      <point x="1223" y="202" />
+      <point x="1221" y="201" />
+      <point x="1216" y="201" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0&gt;0.0">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0&gt;0.0)">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-PCV-020:Cmd</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>11</width>
+    <wuid>-32e0cda:1641d794e56:-705d</wuid>
+    <x>1213</x>
+    <y>201</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>2</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="588" y="568" />
+      <point x="598" y="568" />
+      <point x="596" y="569" />
+      <point x="591" y="569" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0&gt;0.0">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0&gt;0.0)">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-PCV-010:Cmd</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>11</width>
+    <wuid>-32e0cda:1641d794e56:-6fc5</wuid>
+    <x>588</x>
+    <y>568</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1011" y="714" />
+      <point x="1032" y="714" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>22</width>
+    <wuid>-32e0cda:1641d794e56:-6e6d</wuid>
+    <x>1011</x>
+    <y>714</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1032" y="710" />
+      <point x="1011" y="710" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>22</width>
+    <wuid>-32e0cda:1641d794e56:-6e6b</wuid>
+    <x>1011</x>
+    <y>710</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="240" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="240" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="240" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="904" y="1001" />
+      <point x="925" y="1001" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>22</width>
+    <wuid>-32e0cda:1641d794e56:-6ded</wuid>
+    <x>904</x>
+    <y>1001</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="240" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="240" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="240" />
+    </foreground_color>
+    <height>2</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="904" y="1001" />
+      <point x="914" y="1002" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>11</width>
+    <wuid>-32e0cda:1641d794e56:-6deb</wuid>
+    <x>904</x>
+    <y>1001</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="439" y="547" />
+      <point x="460" y="547" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>22</width>
+    <wuid>-32e0cda:1641d794e56:-6d5d</wuid>
+    <x>439</x>
+    <y>547</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="240" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="240" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="240" />
+    </foreground_color>
+    <height>2</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="914" y="1002" />
+      <point x="904" y="1001" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>11</width>
+    <wuid>-32e0cda:1641d794e56:-6cea</wuid>
+    <x>904</x>
+    <y>1001</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>2</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="904" y="1001" />
+      <point x="914" y="1002" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>11</width>
+    <wuid>-32e0cda:1641d794e56:-6c98</wuid>
+    <x>904</x>
+    <y>1001</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1012" y="921" />
+      <point x="1032" y="921" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>21</width>
+    <wuid>-32e0cda:1641d794e56:-6e71</wuid>
+    <x>1012</x>
+    <y>921</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1032" y="917" />
+      <point x="1012" y="917" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>21</width>
+    <wuid>-32e0cda:1641d794e56:-6e6f</wuid>
+    <x>1012</x>
+    <y>917</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1012" y="506" />
+      <point x="1032" y="506" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>21</width>
+    <wuid>-32e0cda:1641d794e56:-6e69</wuid>
+    <x>1012</x>
+    <y>506</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1032" y="502" />
+      <point x="1012" y="502" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>21</width>
+    <wuid>-32e0cda:1641d794e56:-6e67</wuid>
+    <x>1012</x>
+    <y>502</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1012" y="308" />
+      <point x="1032" y="308" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>21</width>
+    <wuid>-32e0cda:1641d794e56:-6e65</wuid>
+    <x>1012</x>
+    <y>308</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="721" y="543" />
+      <point x="701" y="543" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>21</width>
+    <wuid>-32e0cda:1641d794e56:-6d0b</wuid>
+    <x>701</x>
+    <y>543</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="701" y="547" />
+      <point x="721" y="547" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>21</width>
+    <wuid>-32e0cda:1641d794e56:-6d09</wuid>
+    <x>701</x>
+    <y>547</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="684" y="543" />
+      <point x="665" y="543" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>20</width>
+    <wuid>-32e0cda:1641d794e56:-6d14</wuid>
+    <x>665</x>
+    <y>543</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1289" y="224" />
+      <point x="1308" y="224" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="0" green="0" blue="240" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="180" green="180" blue="180" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-P-20:Cmd</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>20</width>
+    <wuid>-32e0cda:1641d794e56:-6b4b</wuid>
+    <x>1289</x>
+    <y>224</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1289" y="228" />
+      <point x="1308" y="228" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="0" green="0" blue="240" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="180" green="180" blue="180" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-P-20:Cmd</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>20</width>
+    <wuid>-32e0cda:1641d794e56:-6b4a</wuid>
+    <x>1289</x>
+    <y>228</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1289" y="470" />
+      <point x="1308" y="470" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>20</width>
+    <wuid>-32e0cda:1641d794e56:-6b30</wuid>
+    <x>1289</x>
+    <y>470</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1289" y="474" />
+      <point x="1308" y="474" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>20</width>
+    <wuid>-32e0cda:1641d794e56:-6b2f</wuid>
+    <x>1289</x>
+    <y>474</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1289" y="678" />
+      <point x="1308" y="678" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>20</width>
+    <wuid>-32e0cda:1641d794e56:-6b2c</wuid>
+    <x>1289</x>
+    <y>678</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1289" y="682" />
+      <point x="1308" y="682" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>20</width>
+    <wuid>-32e0cda:1641d794e56:-6b2b</wuid>
+    <x>1289</x>
+    <y>682</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1289" y="885" />
+      <point x="1308" y="885" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="0" green="0" blue="240" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="180" green="180" blue="180" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-P-50:Cmd</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>20</width>
+    <wuid>-32e0cda:1641d794e56:-6af0</wuid>
+    <x>1289</x>
+    <y>885</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1289" y="889" />
+      <point x="1308" y="889" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="0" green="0" blue="240" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="180" green="180" blue="180" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-P-50:Cmd</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>20</width>
+    <wuid>-32e0cda:1641d794e56:-6aef</wuid>
+    <x>1289</x>
+    <y>889</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>19</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1430" y="228" />
+      <point x="1430" y="246" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6e91</wuid>
+    <x>1430</x>
+    <y>228</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1387" y="224" />
+      <point x="1369" y="224" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="0" green="0" blue="240" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="180" green="180" blue="180" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-P-20:Cmd</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>19</width>
+    <wuid>-32e0cda:1641d794e56:-6b49</wuid>
+    <x>1369</x>
+    <y>224</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1387" y="228" />
+      <point x="1369" y="228" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="0" green="0" blue="240" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="180" green="180" blue="180" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-P-20:Cmd</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>19</width>
+    <wuid>-32e0cda:1641d794e56:-6b48</wuid>
+    <x>1369</x>
+    <y>228</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>19</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1430" y="246" />
+      <point x="1430" y="228" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6b3f</wuid>
+    <x>1430</x>
+    <y>228</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1387" y="470" />
+      <point x="1369" y="470" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>19</width>
+    <wuid>-32e0cda:1641d794e56:-6b2e</wuid>
+    <x>1369</x>
+    <y>470</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1387" y="474" />
+      <point x="1369" y="474" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>19</width>
+    <wuid>-32e0cda:1641d794e56:-6b2d</wuid>
+    <x>1369</x>
+    <y>474</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1387" y="678" />
+      <point x="1369" y="678" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>19</width>
+    <wuid>-32e0cda:1641d794e56:-6b2a</wuid>
+    <x>1369</x>
+    <y>678</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1387" y="682" />
+      <point x="1369" y="682" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>19</width>
+    <wuid>-32e0cda:1641d794e56:-6b29</wuid>
+    <x>1369</x>
+    <y>682</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1387" y="885" />
+      <point x="1369" y="885" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="0" green="0" blue="240" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="180" green="180" blue="180" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-P-50:Cmd</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>19</width>
+    <wuid>-32e0cda:1641d794e56:-6aee</wuid>
+    <x>1369</x>
+    <y>885</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1387" y="889" />
+      <point x="1369" y="889" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="0" green="0" blue="240" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="180" green="180" blue="180" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-P-50:Cmd</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>19</width>
+    <wuid>-32e0cda:1641d794e56:-6aed</wuid>
+    <x>1369</x>
+    <y>889</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>2</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="933" y="999" />
+      <point x="925" y="1000" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>9</width>
+    <wuid>-32e0cda:1641d794e56:-6cec</wuid>
+    <x>925</x>
+    <y>999</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="860" y="319" />
+      <point x="865" y="317" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>6</width>
+    <wuid>-32e0cda:1641d794e56:-6cdb</wuid>
+    <x>860</x>
+    <y>317</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="879" y="317" />
+      <point x="884" y="319" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>6</width>
+    <wuid>-32e0cda:1641d794e56:-6cd8</wuid>
+    <x>879</x>
+    <y>317</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="943" y="319" />
+      <point x="948" y="317" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>6</width>
+    <wuid>-32e0cda:1641d794e56:-6ccb</wuid>
+    <x>943</x>
+    <y>317</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="962" y="317" />
+      <point x="967" y="319" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>6</width>
+    <wuid>-32e0cda:1641d794e56:-6cc8</wuid>
+    <x>962</x>
+    <y>317</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="985" y="1020" />
+      <point x="969" y="1020" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>17</width>
+    <wuid>-32e0cda:1641d794e56:-6ec3</wuid>
+    <x>969</x>
+    <y>1020</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="843" y="1020" />
+      <point x="859" y="1020" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>17</width>
+    <wuid>-32e0cda:1641d794e56:-6ec0</wuid>
+    <x>843</x>
+    <y>1020</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1394" y="338" />
+      <point x="1410" y="338" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>17</width>
+    <wuid>-32e0cda:1641d794e56:-6e8b</wuid>
+    <x>1394</x>
+    <y>338</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>17</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="475" y="946" />
+      <point x="475" y="962" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6e2a</wuid>
+    <x>475</x>
+    <y>946</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="325" y="547" />
+      <point x="341" y="547" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>17</width>
+    <wuid>-32e0cda:1641d794e56:-6de2</wuid>
+    <x>325</x>
+    <y>547</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1394" y="338" />
+      <point x="1410" y="338" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>17</width>
+    <wuid>-32e0cda:1641d794e56:-6b4c</wuid>
+    <x>1394</x>
+    <y>338</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>8</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="316" y="382" />
+      <point x="316" y="375" />
+      <point x="317" y="375" />
+      <point x="317" y="382" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-FCV-011:Open</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>2</width>
+    <wuid>-32e0cda:1641d794e56:-71e5</wuid>
+    <x>316</x>
+    <y>375</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>8</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="468" y="383" />
+      <point x="468" y="376" />
+      <point x="469" y="376" />
+      <point x="469" y="383" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-FCV-013:Open</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>2</width>
+    <wuid>-32e0cda:1641d794e56:-71e0</wuid>
+    <x>468</x>
+    <y>376</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>8</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="316" y="543" />
+      <point x="316" y="536" />
+      <point x="317" y="536" />
+      <point x="317" y="543" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-FCV-012:Open</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>2</width>
+    <wuid>-32e0cda:1641d794e56:-71db</wuid>
+    <x>316</x>
+    <y>536</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>8</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="468" y="543" />
+      <point x="468" y="536" />
+      <point x="469" y="536" />
+      <point x="469" y="543" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-FCV-014:Open</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>2</width>
+    <wuid>-32e0cda:1641d794e56:-71d6</wuid>
+    <x>468</x>
+    <y>536</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>8</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="692" y="543" />
+      <point x="692" y="536" />
+      <point x="693" y="536" />
+      <point x="693" y="543" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-FCV-015:Open</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>2</width>
+    <wuid>-32e0cda:1641d794e56:-71d1</wuid>
+    <x>692</x>
+    <y>536</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>8</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1745" y="885" />
+      <point x="1745" y="878" />
+      <point x="1746" y="878" />
+      <point x="1746" y="885" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-FCV-050:Open</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>2</width>
+    <wuid>-32e0cda:1641d794e56:-71b8</wuid>
+    <x>1745</x>
+    <y>878</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>2</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="553" y="841" />
+      <point x="560" y="841" />
+      <point x="560" y="842" />
+      <point x="553" y="842" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-PCV-011:Open</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>8</width>
+    <wuid>-32e0cda:1641d794e56:-71b3</wuid>
+    <x>553</x>
+    <y>841</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>2</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="872" y="316" />
+      <point x="879" y="317" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>8</width>
+    <wuid>-32e0cda:1641d794e56:-6e08</wuid>
+    <x>872</x>
+    <y>316</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>2</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="872" y="316" />
+      <point x="865" y="317" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>8</width>
+    <wuid>-32e0cda:1641d794e56:-6e07</wuid>
+    <x>865</x>
+    <y>316</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>2</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="865" y="317" />
+      <point x="872" y="316" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>8</width>
+    <wuid>-32e0cda:1641d794e56:-6cda</wuid>
+    <x>865</x>
+    <y>316</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>2</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="872" y="316" />
+      <point x="879" y="317" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>8</width>
+    <wuid>-32e0cda:1641d794e56:-6cd9</wuid>
+    <x>872</x>
+    <y>316</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>2</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="948" y="317" />
+      <point x="955" y="316" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>8</width>
+    <wuid>-32e0cda:1641d794e56:-6cca</wuid>
+    <x>948</x>
+    <y>316</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>2</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="955" y="316" />
+      <point x="962" y="317" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>8</width>
+    <wuid>-32e0cda:1641d794e56:-6cc9</wuid>
+    <x>955</x>
+    <y>316</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1744" y="228" />
+      <point x="1746" y="228" />
+      <point x="1746" y="224" />
+      <point x="1744" y="224" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-FCV-020:Open</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-722c</wuid>
+    <x>1744</x>
+    <y>224</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1744" y="348" />
+      <point x="1746" y="348" />
+      <point x="1746" y="344" />
+      <point x="1744" y="344" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-FCV-021:Open</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-7227</wuid>
+    <x>1744</x>
+    <y>344</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1744" y="474" />
+      <point x="1746" y="474" />
+      <point x="1746" y="470" />
+      <point x="1744" y="470" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-FCV-030:Open</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-7222</wuid>
+    <x>1744</x>
+    <y>470</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1744" y="682" />
+      <point x="1746" y="682" />
+      <point x="1746" y="678" />
+      <point x="1744" y="678" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-FCV-040:Open</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-721d</wuid>
+    <x>1744</x>
+    <y>678</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1744" y="961" />
+      <point x="1746" y="961" />
+      <point x="1746" y="957" />
+      <point x="1744" y="957" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-FCV-051:Open</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-7218</wuid>
+    <x>1744</x>
+    <y>957</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>15</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1218" y="226" />
+      <point x="1218" y="212" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0&gt;0.0">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0&gt;0.0)">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-PCV-020:Cmd</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6ebe</wuid>
+    <x>1218</x>
+    <y>212</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1382" y="294" />
+      <point x="1396" y="294" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>15</width>
+    <wuid>-32e0cda:1641d794e56:-6e9c</wuid>
+    <x>1382</x>
+    <y>294</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>15</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1426" y="242" />
+      <point x="1426" y="228" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6e97</wuid>
+    <x>1426</x>
+    <y>228</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1396" y="302" />
+      <point x="1394" y="306" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-6e8d</wuid>
+    <x>1394</x>
+    <y>302</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1410" y="306" />
+      <point x="1408" y="302" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-6e89</wuid>
+    <x>1408</x>
+    <y>302</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="240" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="240" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="240" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="865" y="317" />
+      <point x="879" y="317" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>15</width>
+    <wuid>-32e0cda:1641d794e56:-6e11</wuid>
+    <x>865</x>
+    <y>317</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="240" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="240" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="240" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="962" y="317" />
+      <point x="948" y="317" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>15</width>
+    <wuid>-32e0cda:1641d794e56:-6e06</wuid>
+    <x>948</x>
+    <y>317</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>15</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1205" y="673" />
+      <point x="1205" y="687" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6dc8</wuid>
+    <x>1205</x>
+    <y>673</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1211" y="694" />
+      <point x="1225" y="694" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>15</width>
+    <wuid>-32e0cda:1641d794e56:-6dc5</wuid>
+    <x>1211</x>
+    <y>694</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>15</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1232" y="687" />
+      <point x="1232" y="673" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6dc2</wuid>
+    <x>1232</x>
+    <y>673</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>15</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1205" y="465" />
+      <point x="1205" y="479" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6dae</wuid>
+    <x>1205</x>
+    <y>465</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1211" y="486" />
+      <point x="1225" y="486" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>15</width>
+    <wuid>-32e0cda:1641d794e56:-6dab</wuid>
+    <x>1211</x>
+    <y>486</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>15</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1232" y="479" />
+      <point x="1232" y="465" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6da8</wuid>
+    <x>1232</x>
+    <y>465</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>15</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1205" y="219" />
+      <point x="1205" y="233" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6d94</wuid>
+    <x>1205</x>
+    <y>219</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>15</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1218" y="226" />
+      <point x="1218" y="212" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6d8c</wuid>
+    <x>1218</x>
+    <y>212</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>15</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="580" y="552" />
+      <point x="580" y="538" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6d7a</wuid>
+    <x>580</x>
+    <y>538</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>15</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="607" y="538" />
+      <point x="607" y="552" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6d75</wuid>
+    <x>607</x>
+    <y>538</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="586" y="531" />
+      <point x="600" y="531" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>15</width>
+    <wuid>-32e0cda:1641d794e56:-6d60</wuid>
+    <x>586</x>
+    <y>531</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="421" y="547" />
+      <point x="435" y="547" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>15</width>
+    <wuid>-32e0cda:1641d794e56:-6d5e</wuid>
+    <x>421</x>
+    <y>547</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>15</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="914" y="202" />
+      <point x="914" y="188" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6b58</wuid>
+    <x>914</x>
+    <y>188</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>15</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="517" y="387" />
+      <point x="517" y="401" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6b57</wuid>
+    <x>517</x>
+    <y>387</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>15</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="517" y="547" />
+      <point x="517" y="561" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6b56</wuid>
+    <x>517</x>
+    <y>547</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>15</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="275" y="387" />
+      <point x="275" y="401" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6b55</wuid>
+    <x>275</x>
+    <y>387</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>15</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="275" y="547" />
+      <point x="275" y="561" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6b54</wuid>
+    <x>275</x>
+    <y>547</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>15</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="245" y="383" />
+      <point x="245" y="369" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6b53</wuid>
+    <x>245</x>
+    <y>369</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>15</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="389" y="597" />
+      <point x="389" y="611" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6b52</wuid>
+    <x>389</x>
+    <y>597</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>15</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1482" y="228" />
+      <point x="1482" y="242" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6b44</wuid>
+    <x>1482</x>
+    <y>228</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>15</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1426" y="242" />
+      <point x="1426" y="228" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6b41</wuid>
+    <x>1426</x>
+    <y>228</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1394" y="306" />
+      <point x="1396" y="302" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-6b3e</wuid>
+    <x>1394</x>
+    <y>302</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1408" y="302" />
+      <point x="1410" y="306" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-6b3c</wuid>
+    <x>1408</x>
+    <y>302</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1408" y="272" />
+      <point x="1422" y="272" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>15</width>
+    <wuid>-32e0cda:1641d794e56:-6b34</wuid>
+    <x>1408</x>
+    <y>272</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1396" y="294" />
+      <point x="1382" y="294" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>15</width>
+    <wuid>-32e0cda:1641d794e56:-6b33</wuid>
+    <x>1382</x>
+    <y>294</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>15</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1558" y="228" />
+      <point x="1558" y="242" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6ade</wuid>
+    <x>1558</x>
+    <y>228</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>15</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1482" y="474" />
+      <point x="1482" y="488" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6add</wuid>
+    <x>1482</x>
+    <y>474</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>15</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1558" y="474" />
+      <point x="1558" y="488" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6adc</wuid>
+    <x>1558</x>
+    <y>474</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>15</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1482" y="682" />
+      <point x="1482" y="696" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6adb</wuid>
+    <x>1482</x>
+    <y>682</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>15</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1558" y="682" />
+      <point x="1558" y="696" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6ada</wuid>
+    <x>1558</x>
+    <y>682</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>15</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1481" y="889" />
+      <point x="1481" y="903" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6ad9</wuid>
+    <x>1481</x>
+    <y>889</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>15</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1557" y="889" />
+      <point x="1557" y="903" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6ad8</wuid>
+    <x>1557</x>
+    <y>889</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>15</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="740" y="547" />
+      <point x="740" y="561" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6a4a</wuid>
+    <x>740</x>
+    <y>547</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>14</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1218" y="472" />
+      <point x="1218" y="459" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0&gt;0.0">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0&gt;0.0)">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-PCV-030:Cmd</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6e86</wuid>
+    <x>1218</x>
+    <y>459</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>14</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1218" y="680" />
+      <point x="1218" y="667" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0&gt;0.0">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0&gt;0.0)">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-PCV-040:Cmd</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6e85</wuid>
+    <x>1218</x>
+    <y>667</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>14</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1218" y="887" />
+      <point x="1218" y="874" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0&gt;0.0">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0&gt;0.0)">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-PCV-050:Cmd</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6e84</wuid>
+    <x>1218</x>
+    <y>874</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>14</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1218" y="887" />
+      <point x="1218" y="874" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6e59</wuid>
+    <x>1218</x>
+    <y>874</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="310" y="525" />
+      <point x="323" y="525" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>14</width>
+    <wuid>-32e0cda:1641d794e56:-6dd7</wuid>
+    <x>310</x>
+    <y>525</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="462" y="365" />
+      <point x="475" y="365" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>14</width>
+    <wuid>-32e0cda:1641d794e56:-6dcf</wuid>
+    <x>462</x>
+    <y>365</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="686" y="525" />
+      <point x="699" y="525" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>14</width>
+    <wuid>-32e0cda:1641d794e56:-6dcd</wuid>
+    <x>686</x>
+    <y>525</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>14</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1218" y="667" />
+      <point x="1218" y="680" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6dca</wuid>
+    <x>1218</x>
+    <y>667</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>14</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1218" y="680" />
+      <point x="1218" y="667" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6dc0</wuid>
+    <x>1218</x>
+    <y>667</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>14</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1218" y="472" />
+      <point x="1218" y="459" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6da6</wuid>
+    <x>1218</x>
+    <y>459</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1212" y="239" />
+      <point x="1225" y="239" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>14</width>
+    <wuid>-32e0cda:1641d794e56:-6d91</wuid>
+    <x>1212</x>
+    <y>239</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>14</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1232" y="232" />
+      <point x="1232" y="219" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6d8e</wuid>
+    <x>1232</x>
+    <y>219</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>14</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="593" y="545" />
+      <point x="593" y="558" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0&gt;0.0">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0&gt;0.0)">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-PCV-010:Cmd</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6d7b</wuid>
+    <x>593</x>
+    <y>545</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>14</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="593" y="545" />
+      <point x="593" y="558" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6d73</wuid>
+    <x>593</x>
+    <y>545</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>14</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="593" y="558" />
+      <point x="593" y="545" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6d62</wuid>
+    <x>593</x>
+    <y>545</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>14</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="571" y="848" />
+      <point x="571" y="835" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6cf4</wuid>
+    <x>571</x>
+    <y>835</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1225" y="239" />
+      <point x="1212" y="239" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>14</width>
+    <wuid>-32e0cda:1641d794e56:-6b46</wuid>
+    <x>1212</x>
+    <y>239</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>13</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="475" y="946" />
+      <point x="475" y="958" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6e1c</wuid>
+    <x>475</x>
+    <y>946</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="357" y="547" />
+      <point x="345" y="547" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>13</width>
+    <wuid>-32e0cda:1641d794e56:-6ddf</wuid>
+    <x>345</x>
+    <y>547</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1218" y="212" />
+      <point x="1230" y="212" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>13</width>
+    <wuid>-32e0cda:1641d794e56:-6d8b</wuid>
+    <x>1218</x>
+    <y>212</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1739" y="206" />
+      <point x="1751" y="206" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>13</width>
+    <wuid>-32e0cda:1641d794e56:-6b1d</wuid>
+    <x>1739</x>
+    <y>206</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1739" y="326" />
+      <point x="1751" y="326" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>13</width>
+    <wuid>-32e0cda:1641d794e56:-6b0f</wuid>
+    <x>1739</x>
+    <y>326</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1739" y="452" />
+      <point x="1751" y="452" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>13</width>
+    <wuid>-32e0cda:1641d794e56:-6b01</wuid>
+    <x>1739</x>
+    <y>452</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1739" y="660" />
+      <point x="1751" y="660" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>13</width>
+    <wuid>-32e0cda:1641d794e56:-6af3</wuid>
+    <x>1739</x>
+    <y>660</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1739" y="939" />
+      <point x="1751" y="939" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>13</width>
+    <wuid>-32e0cda:1641d794e56:-6ae1</wuid>
+    <x>1739</x>
+    <y>939</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>13</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1276" y="344" />
+      <point x="1276" y="332" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6ad7</wuid>
+    <x>1276</x>
+    <y>332</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>2</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1216" y="448" />
+      <point x="1221" y="448" />
+      <point x="1218" y="447" />
+      <point x="1218" y="447" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0&gt;0.0">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0&gt;0.0)">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-PCV-030:Cmd</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>6</width>
+    <wuid>-32e0cda:1641d794e56:-7009</wuid>
+    <x>1216</x>
+    <y>447</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>2</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1216" y="656" />
+      <point x="1221" y="656" />
+      <point x="1218" y="655" />
+      <point x="1218" y="655" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0&gt;0.0">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0&gt;0.0)">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-PCV-040:Cmd</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>6</width>
+    <wuid>-32e0cda:1641d794e56:-6fff</wuid>
+    <x>1216</x>
+    <y>655</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>2</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1216" y="863" />
+      <point x="1221" y="863" />
+      <point x="1218" y="862" />
+      <point x="1218" y="862" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0&gt;0.0">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0&gt;0.0)">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-PCV-050:Cmd</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>6</width>
+    <wuid>-32e0cda:1641d794e56:-6ff5</wuid>
+    <x>1216</x>
+    <y>862</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>2</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="591" y="569" />
+      <point x="596" y="569" />
+      <point x="593" y="570" />
+      <point x="593" y="570" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0&gt;0.0">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0&gt;0.0)">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-PCV-010:Cmd</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>6</width>
+    <wuid>-32e0cda:1641d794e56:-6fc4</wuid>
+    <x>591</x>
+    <y>569</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>12</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1736" y="220" />
+      <point x="1736" y="231" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6f2c</wuid>
+    <x>1736</x>
+    <y>220</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>12</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1736" y="340" />
+      <point x="1736" y="351" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6f2b</wuid>
+    <x>1736</x>
+    <y>340</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>12</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1736" y="466" />
+      <point x="1736" y="477" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6f2a</wuid>
+    <x>1736</x>
+    <y>466</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>12</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1736" y="674" />
+      <point x="1736" y="685" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6f29</wuid>
+    <x>1736</x>
+    <y>674</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>12</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="308" y="379" />
+      <point x="308" y="390" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6f27</wuid>
+    <x>308</x>
+    <y>379</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>12</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1737" y="882" />
+      <point x="1737" y="893" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6ea1</wuid>
+    <x>1737</x>
+    <y>882</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1194" y="885" />
+      <point x="1205" y="885" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>12</width>
+    <wuid>-32e0cda:1641d794e56:-6e5e</wuid>
+    <x>1194</x>
+    <y>885</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1218" y="874" />
+      <point x="1207" y="874" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>12</width>
+    <wuid>-32e0cda:1641d794e56:-6e58</wuid>
+    <x>1207</x>
+    <y>874</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1229" y="874" />
+      <point x="1218" y="874" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>12</width>
+    <wuid>-32e0cda:1641d794e56:-6e49</wuid>
+    <x>1218</x>
+    <y>874</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>12</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="308" y="540" />
+      <point x="308" y="551" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6dda</wuid>
+    <x>308</x>
+    <y>540</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>12</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="325" y="540" />
+      <point x="325" y="551" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6dd9</wuid>
+    <x>325</x>
+    <y>540</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>12</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="310" y="536" />
+      <point x="310" y="525" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6dd8</wuid>
+    <x>310</x>
+    <y>525</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>12</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="477" y="540" />
+      <point x="477" y="551" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6dd6</wuid>
+    <x>477</x>
+    <y>540</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>12</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="460" y="540" />
+      <point x="460" y="551" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6dd5</wuid>
+    <x>460</x>
+    <y>540</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>12</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="462" y="536" />
+      <point x="462" y="525" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6dd4</wuid>
+    <x>462</x>
+    <y>525</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>12</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="460" y="380" />
+      <point x="460" y="391" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6dd2</wuid>
+    <x>460</x>
+    <y>380</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>12</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="477" y="391" />
+      <point x="477" y="380" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6dd1</wuid>
+    <x>477</x>
+    <y>380</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>12</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="462" y="376" />
+      <point x="462" y="365" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6dd0</wuid>
+    <x>462</x>
+    <y>365</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>12</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="686" y="536" />
+      <point x="686" y="525" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6dce</wuid>
+    <x>686</x>
+    <y>525</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>12</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="701" y="540" />
+      <point x="701" y="551" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6dcc</wuid>
+    <x>701</x>
+    <y>540</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>12</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="684" y="540" />
+      <point x="684" y="551" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6dcb</wuid>
+    <x>684</x>
+    <y>540</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1218" y="667" />
+      <point x="1229" y="667" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>12</width>
+    <wuid>-32e0cda:1641d794e56:-6dbf</wuid>
+    <x>1218</x>
+    <y>667</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1207" y="667" />
+      <point x="1218" y="667" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>12</width>
+    <wuid>-32e0cda:1641d794e56:-6db0</wuid>
+    <x>1207</x>
+    <y>667</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1218" y="459" />
+      <point x="1229" y="459" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>12</width>
+    <wuid>-32e0cda:1641d794e56:-6da5</wuid>
+    <x>1218</x>
+    <y>459</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1207" y="459" />
+      <point x="1218" y="459" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>12</width>
+    <wuid>-32e0cda:1641d794e56:-6d96</wuid>
+    <x>1207</x>
+    <y>459</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1207" y="212" />
+      <point x="1218" y="212" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>12</width>
+    <wuid>-32e0cda:1641d794e56:-6d7c</wuid>
+    <x>1207</x>
+    <y>212</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="593" y="558" />
+      <point x="604" y="558" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>12</width>
+    <wuid>-32e0cda:1641d794e56:-6d72</wuid>
+    <x>593</x>
+    <y>558</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="582" y="558" />
+      <point x="593" y="558" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>12</width>
+    <wuid>-32e0cda:1641d794e56:-6d63</wuid>
+    <x>582</x>
+    <y>558</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="571" y="835" />
+      <point x="560" y="835" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>12</width>
+    <wuid>-32e0cda:1641d794e56:-6cf3</wuid>
+    <x>560</x>
+    <y>835</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>2</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="903" y="329" />
+      <point x="908" y="330" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>6</width>
+    <wuid>-32e0cda:1641d794e56:-6cd3</wuid>
+    <x>903</x>
+    <y>329</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>2</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="919" y="330" />
+      <point x="924" y="329" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>6</width>
+    <wuid>-32e0cda:1641d794e56:-6cd0</wuid>
+    <x>919</x>
+    <y>329</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="757" y="383" />
+      <point x="746" y="383" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="180" green="180" blue="180" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-P-10:CmdD</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>12</width>
+    <wuid>-32e0cda:1641d794e56:-6b51</wuid>
+    <x>746</x>
+    <y>383</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="757" y="387" />
+      <point x="746" y="387" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="180" green="180" blue="180" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-P-10:CmdD</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>12</width>
+    <wuid>-32e0cda:1641d794e56:-6b50</wuid>
+    <x>746</x>
+    <y>387</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="675" y="383" />
+      <point x="686" y="383" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="180" green="180" blue="180" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-P-10:CmdD</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>12</width>
+    <wuid>-32e0cda:1641d794e56:-6b4f</wuid>
+    <x>675</x>
+    <y>383</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="675" y="387" />
+      <point x="686" y="387" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="180" green="180" blue="180" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-P-10:CmdD</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>12</width>
+    <wuid>-32e0cda:1641d794e56:-6b4e</wuid>
+    <x>675</x>
+    <y>387</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>12</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1751" y="206" />
+      <point x="1751" y="217" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6b25</wuid>
+    <x>1751</x>
+    <y>206</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>12</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1739" y="217" />
+      <point x="1739" y="206" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6b1e</wuid>
+    <x>1739</x>
+    <y>206</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>12</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1754" y="231" />
+      <point x="1754" y="220" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6b1c</wuid>
+    <x>1754</x>
+    <y>220</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>12</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1736" y="231" />
+      <point x="1736" y="220" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6b1b</wuid>
+    <x>1736</x>
+    <y>220</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>12</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1751" y="326" />
+      <point x="1751" y="337" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6b17</wuid>
+    <x>1751</x>
+    <y>326</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>12</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1739" y="337" />
+      <point x="1739" y="326" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6b10</wuid>
+    <x>1739</x>
+    <y>326</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>12</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1754" y="351" />
+      <point x="1754" y="340" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6b0e</wuid>
+    <x>1754</x>
+    <y>340</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>12</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1736" y="351" />
+      <point x="1736" y="340" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6b0d</wuid>
+    <x>1736</x>
+    <y>340</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>12</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1751" y="452" />
+      <point x="1751" y="463" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6b09</wuid>
+    <x>1751</x>
+    <y>452</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>12</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1739" y="463" />
+      <point x="1739" y="452" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6b02</wuid>
+    <x>1739</x>
+    <y>452</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>12</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1754" y="477" />
+      <point x="1754" y="466" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6b00</wuid>
+    <x>1754</x>
+    <y>466</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>12</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1736" y="477" />
+      <point x="1736" y="466" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6aff</wuid>
+    <x>1736</x>
+    <y>466</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>12</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1751" y="660" />
+      <point x="1751" y="671" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6afb</wuid>
+    <x>1751</x>
+    <y>660</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>12</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1739" y="671" />
+      <point x="1739" y="660" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6af4</wuid>
+    <x>1739</x>
+    <y>660</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>12</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1754" y="685" />
+      <point x="1754" y="674" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6af2</wuid>
+    <x>1754</x>
+    <y>674</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>12</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1736" y="685" />
+      <point x="1736" y="674" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6af1</wuid>
+    <x>1736</x>
+    <y>674</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>12</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1751" y="939" />
+      <point x="1751" y="950" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6ae9</wuid>
+    <x>1751</x>
+    <y>939</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>12</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1739" y="950" />
+      <point x="1739" y="939" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6ae2</wuid>
+    <x>1739</x>
+    <y>939</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>12</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="310" y="375" />
+      <point x="310" y="364" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6acc</wuid>
+    <x>310</x>
+    <y>364</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>12</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="325" y="390" />
+      <point x="325" y="379" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6aca</wuid>
+    <x>325</x>
+    <y>379</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>12</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="308" y="390" />
+      <point x="308" y="379" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6ac9</wuid>
+    <x>308</x>
+    <y>379</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>12</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1739" y="878" />
+      <point x="1739" y="867" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6a60</wuid>
+    <x>1739</x>
+    <y>867</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>12</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1754" y="893" />
+      <point x="1754" y="882" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6a5e</wuid>
+    <x>1754</x>
+    <y>882</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>12</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1737" y="893" />
+      <point x="1737" y="882" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6a5d</wuid>
+    <x>1737</x>
+    <y>882</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="571" y="848" />
+      <point x="560" y="848" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>12</width>
+    <wuid>-32e0cda:1641d794e56:-6a53</wuid>
+    <x>560</x>
+    <y>848</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1213" y="448" />
+      <point x="1223" y="448" />
+      <point x="1221" y="448" />
+      <point x="1216" y="448" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0&gt;0.0">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0&gt;0.0)">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-PCV-030:Cmd</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>11</width>
+    <wuid>-32e0cda:1641d794e56:-700a</wuid>
+    <x>1213</x>
+    <y>448</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1213" y="656" />
+      <point x="1223" y="656" />
+      <point x="1221" y="656" />
+      <point x="1216" y="656" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0&gt;0.0">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0&gt;0.0)">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-PCV-040:Cmd</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>11</width>
+    <wuid>-32e0cda:1641d794e56:-7000</wuid>
+    <x>1213</x>
+    <y>656</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1213" y="863" />
+      <point x="1223" y="863" />
+      <point x="1221" y="863" />
+      <point x="1216" y="863" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0&gt;0.0">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0&gt;0.0)">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-PCV-050:Cmd</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>11</width>
+    <wuid>-32e0cda:1641d794e56:-6ff6</wuid>
+    <x>1213</x>
+    <y>863</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>11</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1736" y="954" />
+      <point x="1736" y="964" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6f28</wuid>
+    <x>1736</x>
+    <y>954</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>11</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1400" y="290" />
+      <point x="1400" y="300" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6e9b</wuid>
+    <x>1400</x>
+    <y>290</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="475" y="754" />
+      <point x="485" y="754" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>11</width>
+    <wuid>-32e0cda:1641d794e56:-6e36</wuid>
+    <x>475</x>
+    <y>754</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="485" y="762" />
+      <point x="475" y="762" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>11</width>
+    <wuid>-32e0cda:1641d794e56:-6e34</wuid>
+    <x>475</x>
+    <y>762</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="475" y="882" />
+      <point x="485" y="882" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>11</width>
+    <wuid>-32e0cda:1641d794e56:-6e31</wuid>
+    <x>475</x>
+    <y>882</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="485" y="890" />
+      <point x="475" y="890" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>11</width>
+    <wuid>-32e0cda:1641d794e56:-6e2f</wuid>
+    <x>475</x>
+    <y>890</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="475" y="938" />
+      <point x="485" y="938" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>11</width>
+    <wuid>-32e0cda:1641d794e56:-6e2d</wuid>
+    <x>475</x>
+    <y>938</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="485" y="946" />
+      <point x="475" y="946" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>11</width>
+    <wuid>-32e0cda:1641d794e56:-6e2b</wuid>
+    <x>475</x>
+    <y>946</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="440" y="979" />
+      <point x="430" y="979" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>11</width>
+    <wuid>-32e0cda:1641d794e56:-6e21</wuid>
+    <x>430</x>
+    <y>979</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="440" y="979" />
+      <point x="430" y="979" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>11</width>
+    <wuid>-32e0cda:1641d794e56:-6e17</wuid>
+    <x>430</x>
+    <y>979</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="546" y="833" />
+      <point x="556" y="833" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>11</width>
+    <wuid>-32e0cda:1641d794e56:-6ce2</wuid>
+    <x>546</x>
+    <y>833</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="546" y="851" />
+      <point x="556" y="851" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>11</width>
+    <wuid>-32e0cda:1641d794e56:-6ce1</wuid>
+    <x>546</x>
+    <y>851</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>11</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1736" y="954" />
+      <point x="1736" y="964" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6cde</wuid>
+    <x>1736</x>
+    <y>954</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1204" y="678" />
+      <point x="1194" y="678" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>11</width>
+    <wuid>-32e0cda:1641d794e56:-6cac</wuid>
+    <x>1194</x>
+    <y>678</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>11</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1400" y="300" />
+      <point x="1400" y="290" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6b3b</wuid>
+    <x>1400</x>
+    <y>290</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>11</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1754" y="964" />
+      <point x="1754" y="954" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6ae0</wuid>
+    <x>1754</x>
+    <y>954</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>11</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1736" y="964" />
+      <point x="1736" y="954" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6adf</wuid>
+    <x>1736</x>
+    <y>954</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>11</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="323" y="365" />
+      <point x="323" y="375" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6ad3</wuid>
+    <x>323</x>
+    <y>365</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>11</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="475" y="366" />
+      <point x="475" y="376" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6ac5</wuid>
+    <x>475</x>
+    <y>366</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>11</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="323" y="526" />
+      <point x="323" y="536" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6abb</wuid>
+    <x>323</x>
+    <y>526</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>11</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="475" y="526" />
+      <point x="475" y="536" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6ab1</wuid>
+    <x>475</x>
+    <y>526</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>11</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="699" y="526" />
+      <point x="699" y="536" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6aa7</wuid>
+    <x>699</x>
+    <y>526</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>11</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1752" y="868" />
+      <point x="1752" y="878" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6a67</wuid>
+    <x>1752</x>
+    <y>868</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="316" y="386" />
+      <point x="317" y="386" />
+      <point x="317" y="382" />
+      <point x="316" y="382" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-FCV-011:Open</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>2</width>
+    <wuid>-32e0cda:1641d794e56:-71e4</wuid>
+    <x>316</x>
+    <y>382</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="468" y="387" />
+      <point x="469" y="387" />
+      <point x="469" y="383" />
+      <point x="468" y="383" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-FCV-013:Open</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>2</width>
+    <wuid>-32e0cda:1641d794e56:-71df</wuid>
+    <x>468</x>
+    <y>383</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="316" y="547" />
+      <point x="317" y="547" />
+      <point x="317" y="543" />
+      <point x="316" y="543" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-FCV-012:Open</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>2</width>
+    <wuid>-32e0cda:1641d794e56:-71da</wuid>
+    <x>316</x>
+    <y>543</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="468" y="547" />
+      <point x="469" y="547" />
+      <point x="469" y="543" />
+      <point x="468" y="543" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-FCV-014:Open</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>2</width>
+    <wuid>-32e0cda:1641d794e56:-71d5</wuid>
+    <x>468</x>
+    <y>543</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="692" y="547" />
+      <point x="693" y="547" />
+      <point x="693" y="543" />
+      <point x="692" y="543" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-FCV-015:Open</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>2</width>
+    <wuid>-32e0cda:1641d794e56:-71d0</wuid>
+    <x>692</x>
+    <y>543</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1745" y="889" />
+      <point x="1746" y="889" />
+      <point x="1746" y="885" />
+      <point x="1745" y="885" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-FCV-050:Open</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>2</width>
+    <wuid>-32e0cda:1641d794e56:-71b7</wuid>
+    <x>1745</x>
+    <y>885</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>2</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="549" y="841" />
+      <point x="549" y="842" />
+      <point x="553" y="842" />
+      <point x="553" y="841" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-PCV-011:Open</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>5</width>
+    <wuid>-32e0cda:1641d794e56:-71b2</wuid>
+    <x>549</x>
+    <y>841</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1426" y="228" />
+      <point x="1418" y="228" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>9</width>
+    <wuid>-32e0cda:1641d794e56:-6e96</wuid>
+    <x>1418</x>
+    <y>228</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1209" y="867" />
+      <point x="1211" y="865" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-6e54</wuid>
+    <x>1209</x>
+    <y>865</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1211" y="865" />
+      <point x="1213" y="863" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-6e53</wuid>
+    <x>1211</x>
+    <y>863</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1223" y="863" />
+      <point x="1225" y="865" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-6e4e</wuid>
+    <x>1223</x>
+    <y>863</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>9</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="485" y="754" />
+      <point x="485" y="762" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6e35</wuid>
+    <x>485</x>
+    <y>754</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>9</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="485" y="882" />
+      <point x="485" y="890" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6e30</wuid>
+    <x>485</x>
+    <y>882</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>9</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="485" y="938" />
+      <point x="485" y="946" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6e2c</wuid>
+    <x>485</x>
+    <y>938</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1225" y="658" />
+      <point x="1223" y="656" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-6dba</wuid>
+    <x>1223</x>
+    <y>656</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1213" y="656" />
+      <point x="1211" y="658" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-6db5</wuid>
+    <x>1211</x>
+    <y>656</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1211" y="658" />
+      <point x="1209" y="660" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-6db4</wuid>
+    <x>1209</x>
+    <y>658</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1225" y="450" />
+      <point x="1223" y="448" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-6da0</wuid>
+    <x>1223</x>
+    <y>448</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1213" y="448" />
+      <point x="1211" y="450" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-6d9b</wuid>
+    <x>1211</x>
+    <y>448</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1211" y="450" />
+      <point x="1209" y="452" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-6d9a</wuid>
+    <x>1209</x>
+    <y>450</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1227" y="205" />
+      <point x="1225" y="203" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-6d87</wuid>
+    <x>1225</x>
+    <y>203</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1211" y="203" />
+      <point x="1209" y="205" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-6d80</wuid>
+    <x>1209</x>
+    <y>203</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="602" y="565" />
+      <point x="600" y="567" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-6d6e</wuid>
+    <x>600</x>
+    <y>565</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="586" y="567" />
+      <point x="584" y="565" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-6d67</wuid>
+    <x>584</x>
+    <y>565</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="388" y="992" />
+      <point x="396" y="992" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>9</width>
+    <wuid>-32e0cda:1641d794e56:-6cf9</wuid>
+    <x>388</x>
+    <y>992</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="481" y="992" />
+      <point x="473" y="992" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>9</width>
+    <wuid>-32e0cda:1641d794e56:-6cf6</wuid>
+    <x>473</x>
+    <y>992</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>9</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1396" y="302" />
+      <point x="1396" y="294" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6b3a</wuid>
+    <x>1396</x>
+    <y>294</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1404" y="272" />
+      <point x="1396" y="272" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>9</width>
+    <wuid>-32e0cda:1641d794e56:-6b35</wuid>
+    <x>1396</x>
+    <y>272</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1198" y="889" />
+      <point x="1205" y="889" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>8</width>
+    <wuid>-32e0cda:1641d794e56:-6e61</wuid>
+    <x>1198</x>
+    <y>889</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>2</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1218" y="862" />
+      <point x="1221" y="863" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>4</width>
+    <wuid>-32e0cda:1641d794e56:-6e50</wuid>
+    <x>1218</x>
+    <y>862</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>4</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1227" y="866" />
+      <point x="1228" y="869" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>2</width>
+    <wuid>-32e0cda:1641d794e56:-6e4c</wuid>
+    <x>1227</x>
+    <y>866</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>4</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1228" y="662" />
+      <point x="1227" y="659" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>2</width>
+    <wuid>-32e0cda:1641d794e56:-6dbc</wuid>
+    <x>1227</x>
+    <y>659</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>2</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1221" y="656" />
+      <point x="1218" y="655" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>4</width>
+    <wuid>-32e0cda:1641d794e56:-6db8</wuid>
+    <x>1218</x>
+    <y>655</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>4</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1228" y="454" />
+      <point x="1227" y="451" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>2</width>
+    <wuid>-32e0cda:1641d794e56:-6da2</wuid>
+    <x>1227</x>
+    <y>451</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>2</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1221" y="448" />
+      <point x="1218" y="447" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>4</width>
+    <wuid>-32e0cda:1641d794e56:-6d9e</wuid>
+    <x>1218</x>
+    <y>447</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>4</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1229" y="210" />
+      <point x="1228" y="207" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>2</width>
+    <wuid>-32e0cda:1641d794e56:-6d89</wuid>
+    <x>1228</x>
+    <y>207</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>2</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1216" y="201" />
+      <point x="1213" y="202" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>4</width>
+    <wuid>-32e0cda:1641d794e56:-6d82</wuid>
+    <x>1213</x>
+    <y>201</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>4</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1208" y="207" />
+      <point x="1207" y="210" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>2</width>
+    <wuid>-32e0cda:1641d794e56:-6d7e</wuid>
+    <x>1207</x>
+    <y>207</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>2</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="596" y="569" />
+      <point x="593" y="570" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>4</width>
+    <wuid>-32e0cda:1641d794e56:-6d6b</wuid>
+    <x>593</x>
+    <y>569</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>2</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="591" y="569" />
+      <point x="588" y="568" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>4</width>
+    <wuid>-32e0cda:1641d794e56:-6d69</wuid>
+    <x>588</x>
+    <y>568</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>8</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1746" y="224" />
+      <point x="1746" y="217" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6b27</wuid>
+    <x>1746</x>
+    <y>217</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>8</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1744" y="217" />
+      <point x="1744" y="224" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6b23</wuid>
+    <x>1744</x>
+    <y>217</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>8</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1746" y="344" />
+      <point x="1746" y="337" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6b19</wuid>
+    <x>1746</x>
+    <y>337</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>8</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1744" y="337" />
+      <point x="1744" y="344" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6b15</wuid>
+    <x>1744</x>
+    <y>337</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>8</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1746" y="470" />
+      <point x="1746" y="463" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6b0b</wuid>
+    <x>1746</x>
+    <y>463</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>8</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1744" y="463" />
+      <point x="1744" y="470" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6b07</wuid>
+    <x>1744</x>
+    <y>463</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>8</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1746" y="678" />
+      <point x="1746" y="671" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6afd</wuid>
+    <x>1746</x>
+    <y>671</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>8</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1744" y="671" />
+      <point x="1744" y="678" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6af9</wuid>
+    <x>1744</x>
+    <y>671</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>8</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1746" y="957" />
+      <point x="1746" y="950" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6aeb</wuid>
+    <x>1746</x>
+    <y>950</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>8</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1744" y="950" />
+      <point x="1744" y="957" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6ae7</wuid>
+    <x>1744</x>
+    <y>950</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>8</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="317" y="382" />
+      <point x="317" y="375" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6ad5</wuid>
+    <x>317</x>
+    <y>375</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>8</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="316" y="375" />
+      <point x="316" y="382" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6ad1</wuid>
+    <x>316</x>
+    <y>375</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>8</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="469" y="383" />
+      <point x="469" y="376" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6ac7</wuid>
+    <x>469</x>
+    <y>376</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>8</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="468" y="376" />
+      <point x="468" y="383" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6ac3</wuid>
+    <x>468</x>
+    <y>376</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>8</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="317" y="543" />
+      <point x="317" y="536" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6abd</wuid>
+    <x>317</x>
+    <y>536</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>8</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="316" y="536" />
+      <point x="316" y="543" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6ab9</wuid>
+    <x>316</x>
+    <y>536</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>8</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="469" y="543" />
+      <point x="469" y="536" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6ab3</wuid>
+    <x>469</x>
+    <y>536</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>8</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="468" y="536" />
+      <point x="468" y="543" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6aaf</wuid>
+    <x>468</x>
+    <y>536</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>8</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="693" y="543" />
+      <point x="693" y="536" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6aa9</wuid>
+    <x>693</x>
+    <y>536</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>8</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="692" y="536" />
+      <point x="692" y="543" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6aa5</wuid>
+    <x>692</x>
+    <y>536</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>8</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1746" y="885" />
+      <point x="1746" y="878" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6a69</wuid>
+    <x>1746</x>
+    <y>878</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>8</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1745" y="878" />
+      <point x="1745" y="885" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6a65</wuid>
+    <x>1745</x>
+    <y>878</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="553" y="842" />
+      <point x="560" y="842" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>8</width>
+    <wuid>-32e0cda:1641d794e56:-6a55</wuid>
+    <x>553</x>
+    <y>842</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="560" y="841" />
+      <point x="553" y="841" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>8</width>
+    <wuid>-32e0cda:1641d794e56:-6a51</wuid>
+    <x>553</x>
+    <y>841</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>7</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1396" y="294" />
+      <point x="1396" y="300" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6e9a</wuid>
+    <x>1396</x>
+    <y>294</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="913" y="330" />
+      <point x="919" y="330" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>7</width>
+    <wuid>-32e0cda:1641d794e56:-6cd1</wuid>
+    <x>913</x>
+    <y>330</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1198" y="682" />
+      <point x="1204" y="682" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>7</width>
+    <wuid>-32e0cda:1641d794e56:-6cad</wuid>
+    <x>1198</x>
+    <y>682</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="317" y="375" />
+      <point x="323" y="375" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>7</width>
+    <wuid>-32e0cda:1641d794e56:-6ad4</wuid>
+    <x>317</x>
+    <y>375</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="310" y="375" />
+      <point x="316" y="375" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>7</width>
+    <wuid>-32e0cda:1641d794e56:-6ad2</wuid>
+    <x>310</x>
+    <y>375</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="469" y="376" />
+      <point x="475" y="376" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>7</width>
+    <wuid>-32e0cda:1641d794e56:-6ac6</wuid>
+    <x>469</x>
+    <y>376</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="462" y="376" />
+      <point x="468" y="376" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>7</width>
+    <wuid>-32e0cda:1641d794e56:-6ac4</wuid>
+    <x>462</x>
+    <y>376</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="317" y="536" />
+      <point x="323" y="536" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>7</width>
+    <wuid>-32e0cda:1641d794e56:-6abc</wuid>
+    <x>317</x>
+    <y>536</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="310" y="536" />
+      <point x="316" y="536" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>7</width>
+    <wuid>-32e0cda:1641d794e56:-6aba</wuid>
+    <x>310</x>
+    <y>536</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="469" y="536" />
+      <point x="475" y="536" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>7</width>
+    <wuid>-32e0cda:1641d794e56:-6ab2</wuid>
+    <x>469</x>
+    <y>536</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="462" y="536" />
+      <point x="468" y="536" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>7</width>
+    <wuid>-32e0cda:1641d794e56:-6ab0</wuid>
+    <x>462</x>
+    <y>536</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="693" y="536" />
+      <point x="699" y="536" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>7</width>
+    <wuid>-32e0cda:1641d794e56:-6aa8</wuid>
+    <x>693</x>
+    <y>536</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="686" y="536" />
+      <point x="692" y="536" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>7</width>
+    <wuid>-32e0cda:1641d794e56:-6aa6</wuid>
+    <x>686</x>
+    <y>536</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1746" y="878" />
+      <point x="1752" y="878" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>7</width>
+    <wuid>-32e0cda:1641d794e56:-6a68</wuid>
+    <x>1746</x>
+    <y>878</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1739" y="878" />
+      <point x="1745" y="878" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>7</width>
+    <wuid>-32e0cda:1641d794e56:-6a66</wuid>
+    <x>1739</x>
+    <y>878</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>7</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="560" y="842" />
+      <point x="560" y="848" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6a54</wuid>
+    <x>560</x>
+    <y>842</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>7</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="560" y="835" />
+      <point x="560" y="841" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6a52</wuid>
+    <x>560</x>
+    <y>835</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1216" y="201" />
+      <point x="1221" y="201" />
+      <point x="1218" y="201" />
+      <point x="1218" y="201" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0&gt;0.0">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0&gt;0.0)">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-PCV-020:Cmd</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>6</width>
+    <wuid>-32e0cda:1641d794e56:-705c</wuid>
+    <x>1216</x>
+    <y>201</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1211" y="901" />
+      <point x="1216" y="901" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>6</width>
+    <wuid>-32e0cda:1641d794e56:-6e5b</wuid>
+    <x>1211</x>
+    <y>901</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1207" y="871" />
+      <point x="1208" y="869" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>2</width>
+    <wuid>-32e0cda:1641d794e56:-6e56</wuid>
+    <x>1207</x>
+    <y>869</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1208" y="869" />
+      <point x="1209" y="867" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>2</width>
+    <wuid>-32e0cda:1641d794e56:-6e55</wuid>
+    <x>1208</x>
+    <y>867</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>2</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1216" y="863" />
+      <point x="1218" y="862" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-6e51</wuid>
+    <x>1216</x>
+    <y>862</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>2</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1225" y="865" />
+      <point x="1227" y="866" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-6e4d</wuid>
+    <x>1225</x>
+    <y>865</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1228" y="869" />
+      <point x="1229" y="871" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>2</width>
+    <wuid>-32e0cda:1641d794e56:-6e4b</wuid>
+    <x>1228</x>
+    <y>869</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>6</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1205" y="894" />
+      <point x="1205" y="889" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6e46</wuid>
+    <x>1205</x>
+    <y>889</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>6</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1205" y="880" />
+      <point x="1205" y="885" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6e45</wuid>
+    <x>1205</x>
+    <y>880</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1220" y="901" />
+      <point x="1225" y="901" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>6</width>
+    <wuid>-32e0cda:1641d794e56:-6e44</wuid>
+    <x>1220</x>
+    <y>901</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>6</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1232" y="894" />
+      <point x="1232" y="889" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6e41</wuid>
+    <x>1232</x>
+    <y>889</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>6</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1232" y="880" />
+      <point x="1232" y="885" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6e40</wuid>
+    <x>1232</x>
+    <y>880</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1229" y="664" />
+      <point x="1228" y="662" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>2</width>
+    <wuid>-32e0cda:1641d794e56:-6dbd</wuid>
+    <x>1228</x>
+    <y>662</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>2</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1227" y="659" />
+      <point x="1225" y="658" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-6dbb</wuid>
+    <x>1225</x>
+    <y>658</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>2</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1218" y="655" />
+      <point x="1216" y="656" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-6db7</wuid>
+    <x>1216</x>
+    <y>655</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1209" y="660" />
+      <point x="1208" y="662" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>2</width>
+    <wuid>-32e0cda:1641d794e56:-6db3</wuid>
+    <x>1208</x>
+    <y>660</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1208" y="662" />
+      <point x="1207" y="664" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>2</width>
+    <wuid>-32e0cda:1641d794e56:-6db2</wuid>
+    <x>1207</x>
+    <y>662</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1229" y="456" />
+      <point x="1228" y="454" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>2</width>
+    <wuid>-32e0cda:1641d794e56:-6da3</wuid>
+    <x>1228</x>
+    <y>454</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>2</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1227" y="451" />
+      <point x="1225" y="450" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-6da1</wuid>
+    <x>1225</x>
+    <y>450</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>2</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1218" y="447" />
+      <point x="1216" y="448" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-6d9d</wuid>
+    <x>1216</x>
+    <y>447</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1209" y="452" />
+      <point x="1208" y="454" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>2</width>
+    <wuid>-32e0cda:1641d794e56:-6d99</wuid>
+    <x>1208</x>
+    <y>452</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1208" y="454" />
+      <point x="1207" y="456" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>2</width>
+    <wuid>-32e0cda:1641d794e56:-6d98</wuid>
+    <x>1207</x>
+    <y>454</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1230" y="212" />
+      <point x="1229" y="210" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>2</width>
+    <wuid>-32e0cda:1641d794e56:-6d8a</wuid>
+    <x>1229</x>
+    <y>210</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1228" y="207" />
+      <point x="1227" y="205" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>2</width>
+    <wuid>-32e0cda:1641d794e56:-6d88</wuid>
+    <x>1227</x>
+    <y>205</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>2</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1225" y="203" />
+      <point x="1223" y="202" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-6d86</wuid>
+    <x>1223</x>
+    <y>202</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>2</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1223" y="202" />
+      <point x="1221" y="201" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-6d85</wuid>
+    <x>1221</x>
+    <y>201</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>2</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1213" y="202" />
+      <point x="1211" y="203" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-6d81</wuid>
+    <x>1211</x>
+    <y>202</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1209" y="205" />
+      <point x="1208" y="207" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>2</width>
+    <wuid>-32e0cda:1641d794e56:-6d7f</wuid>
+    <x>1208</x>
+    <y>205</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="604" y="561" />
+      <point x="603" y="563" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>2</width>
+    <wuid>-32e0cda:1641d794e56:-6d70</wuid>
+    <x>603</x>
+    <y>561</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="603" y="563" />
+      <point x="602" y="565" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>2</width>
+    <wuid>-32e0cda:1641d794e56:-6d6f</wuid>
+    <x>602</x>
+    <y>563</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>2</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="600" y="567" />
+      <point x="598" y="568" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-6d6d</wuid>
+    <x>598</x>
+    <y>567</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>2</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="598" y="568" />
+      <point x="596" y="569" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-6d6c</wuid>
+    <x>596</x>
+    <y>568</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>2</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="593" y="570" />
+      <point x="591" y="569" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-6d6a</wuid>
+    <x>591</x>
+    <y>569</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>2</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="588" y="568" />
+      <point x="586" y="567" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-6d68</wuid>
+    <x>586</x>
+    <y>567</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="584" y="565" />
+      <point x="583" y="563" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>2</width>
+    <wuid>-32e0cda:1641d794e56:-6d66</wuid>
+    <x>583</x>
+    <y>563</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="583" y="563" />
+      <point x="582" y="561" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>2</width>
+    <wuid>-32e0cda:1641d794e56:-6d65</wuid>
+    <x>582</x>
+    <y>561</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="908" y="330" />
+      <point x="913" y="330" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>6</width>
+    <wuid>-32e0cda:1641d794e56:-6cd2</wuid>
+    <x>908</x>
+    <y>330</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>2</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="972" y="322" />
+      <point x="974" y="323" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-6cc6</wuid>
+    <x>972</x>
+    <y>322</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1746" y="217" />
+      <point x="1751" y="217" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>6</width>
+    <wuid>-32e0cda:1641d794e56:-6b26</wuid>
+    <x>1746</x>
+    <y>217</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1739" y="217" />
+      <point x="1744" y="217" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>6</width>
+    <wuid>-32e0cda:1641d794e56:-6b24</wuid>
+    <x>1739</x>
+    <y>217</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1746" y="337" />
+      <point x="1751" y="337" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>6</width>
+    <wuid>-32e0cda:1641d794e56:-6b18</wuid>
+    <x>1746</x>
+    <y>337</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1739" y="337" />
+      <point x="1744" y="337" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>6</width>
+    <wuid>-32e0cda:1641d794e56:-6b16</wuid>
+    <x>1739</x>
+    <y>337</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1746" y="463" />
+      <point x="1751" y="463" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>6</width>
+    <wuid>-32e0cda:1641d794e56:-6b0a</wuid>
+    <x>1746</x>
+    <y>463</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1739" y="463" />
+      <point x="1744" y="463" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>6</width>
+    <wuid>-32e0cda:1641d794e56:-6b08</wuid>
+    <x>1739</x>
+    <y>463</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1746" y="671" />
+      <point x="1751" y="671" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>6</width>
+    <wuid>-32e0cda:1641d794e56:-6afc</wuid>
+    <x>1746</x>
+    <y>671</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1739" y="671" />
+      <point x="1744" y="671" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>6</width>
+    <wuid>-32e0cda:1641d794e56:-6afa</wuid>
+    <x>1739</x>
+    <y>671</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1746" y="950" />
+      <point x="1751" y="950" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>6</width>
+    <wuid>-32e0cda:1641d794e56:-6aea</wuid>
+    <x>1746</x>
+    <y>950</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1739" y="950" />
+      <point x="1744" y="950" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>6</width>
+    <wuid>-32e0cda:1641d794e56:-6ae8</wuid>
+    <x>1739</x>
+    <y>950</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1106" y="327" />
+      <point x="1106" y="331" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6f25</wuid>
+    <x>1106</x>
+    <y>327</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1106" y="319" />
+      <point x="1106" y="323" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6f22</wuid>
+    <x>1106</x>
+    <y>319</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1146" y="323" />
+      <point x="1146" y="327" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6f20</wuid>
+    <x>1146</x>
+    <y>323</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1106" y="524" />
+      <point x="1106" y="528" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6f1e</wuid>
+    <x>1106</x>
+    <y>524</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1106" y="516" />
+      <point x="1106" y="520" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6f1b</wuid>
+    <x>1106</x>
+    <y>516</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1146" y="520" />
+      <point x="1146" y="524" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6f19</wuid>
+    <x>1146</x>
+    <y>520</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1106" y="731" />
+      <point x="1106" y="735" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6f17</wuid>
+    <x>1106</x>
+    <y>731</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1106" y="723" />
+      <point x="1106" y="727" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6f14</wuid>
+    <x>1106</x>
+    <y>723</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1146" y="727" />
+      <point x="1146" y="731" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6f12</wuid>
+    <x>1146</x>
+    <y>727</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1106" y="940" />
+      <point x="1106" y="944" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6f10</wuid>
+    <x>1106</x>
+    <y>940</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1106" y="932" />
+      <point x="1106" y="936" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6f0d</wuid>
+    <x>1106</x>
+    <y>932</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1146" y="936" />
+      <point x="1146" y="940" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6f0b</wuid>
+    <x>1146</x>
+    <y>936</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1122" y="895" />
+      <point x="1122" y="891" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6f09</wuid>
+    <x>1122</x>
+    <y>891</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1122" y="903" />
+      <point x="1122" y="899" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6f06</wuid>
+    <x>1122</x>
+    <y>899</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1082" y="899" />
+      <point x="1082" y="895" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6f04</wuid>
+    <x>1082</x>
+    <y>895</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1122" y="684" />
+      <point x="1122" y="680" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6f02</wuid>
+    <x>1122</x>
+    <y>680</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1122" y="692" />
+      <point x="1122" y="688" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6eff</wuid>
+    <x>1122</x>
+    <y>688</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1082" y="688" />
+      <point x="1082" y="684" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6efd</wuid>
+    <x>1082</x>
+    <y>684</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1122" y="471" />
+      <point x="1122" y="467" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6efb</wuid>
+    <x>1122</x>
+    <y>467</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1122" y="479" />
+      <point x="1122" y="475" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6ef8</wuid>
+    <x>1122</x>
+    <y>475</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1082" y="475" />
+      <point x="1082" y="471" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6ef6</wuid>
+    <x>1082</x>
+    <y>471</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1122" y="281" />
+      <point x="1122" y="277" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6ef4</wuid>
+    <x>1122</x>
+    <y>277</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1122" y="289" />
+      <point x="1122" y="285" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6ef1</wuid>
+    <x>1122</x>
+    <y>285</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1082" y="285" />
+      <point x="1082" y="281" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6eef</wuid>
+    <x>1082</x>
+    <y>281</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1755" y="250" />
+      <point x="1755" y="246" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6eed</wuid>
+    <x>1755</x>
+    <y>246</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1755" y="258" />
+      <point x="1755" y="254" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6eea</wuid>
+    <x>1755</x>
+    <y>254</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1715" y="254" />
+      <point x="1715" y="250" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6ee8</wuid>
+    <x>1715</x>
+    <y>250</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1755" y="489" />
+      <point x="1755" y="485" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6ee6</wuid>
+    <x>1755</x>
+    <y>485</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1755" y="497" />
+      <point x="1755" y="493" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6ee3</wuid>
+    <x>1755</x>
+    <y>493</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1715" y="493" />
+      <point x="1715" y="489" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6ee1</wuid>
+    <x>1715</x>
+    <y>489</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1755" y="694" />
+      <point x="1755" y="690" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6edf</wuid>
+    <x>1755</x>
+    <y>690</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1755" y="702" />
+      <point x="1755" y="698" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6edc</wuid>
+    <x>1755</x>
+    <y>698</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1715" y="698" />
+      <point x="1715" y="694" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6eda</wuid>
+    <x>1715</x>
+    <y>694</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1755" y="904" />
+      <point x="1755" y="900" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6ed8</wuid>
+    <x>1755</x>
+    <y>900</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1755" y="912" />
+      <point x="1755" y="908" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6ed5</wuid>
+    <x>1755</x>
+    <y>908</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1715" y="908" />
+      <point x="1715" y="904" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6ed3</wuid>
+    <x>1715</x>
+    <y>904</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1739" y="369" />
+      <point x="1739" y="373" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6ed1</wuid>
+    <x>1739</x>
+    <y>369</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1739" y="361" />
+      <point x="1739" y="365" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6ece</wuid>
+    <x>1739</x>
+    <y>361</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1779" y="365" />
+      <point x="1779" y="369" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6ecc</wuid>
+    <x>1779</x>
+    <y>365</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1739" y="980" />
+      <point x="1739" y="984" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6eca</wuid>
+    <x>1739</x>
+    <y>980</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1739" y="972" />
+      <point x="1739" y="976" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6ec7</wuid>
+    <x>1739</x>
+    <y>972</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1779" y="976" />
+      <point x="1779" y="980" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6ec5</wuid>
+    <x>1779</x>
+    <y>976</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1230" y="283" />
+      <point x="1226" y="283" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>5</width>
+    <wuid>-32e0cda:1641d794e56:-6ebc</wuid>
+    <x>1226</x>
+    <y>283</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1238" y="283" />
+      <point x="1234" y="283" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>5</width>
+    <wuid>-32e0cda:1641d794e56:-6eb9</wuid>
+    <x>1234</x>
+    <y>283</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1234" y="323" />
+      <point x="1230" y="323" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>5</width>
+    <wuid>-32e0cda:1641d794e56:-6eb7</wuid>
+    <x>1230</x>
+    <y>323</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1234" y="501" />
+      <point x="1230" y="501" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>5</width>
+    <wuid>-32e0cda:1641d794e56:-6eb5</wuid>
+    <x>1230</x>
+    <y>501</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1242" y="501" />
+      <point x="1238" y="501" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>5</width>
+    <wuid>-32e0cda:1641d794e56:-6eb2</wuid>
+    <x>1238</x>
+    <y>501</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1238" y="541" />
+      <point x="1234" y="541" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>5</width>
+    <wuid>-32e0cda:1641d794e56:-6eb0</wuid>
+    <x>1234</x>
+    <y>541</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1238" y="709" />
+      <point x="1234" y="709" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>5</width>
+    <wuid>-32e0cda:1641d794e56:-6eae</wuid>
+    <x>1234</x>
+    <y>709</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1246" y="709" />
+      <point x="1242" y="709" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>5</width>
+    <wuid>-32e0cda:1641d794e56:-6eab</wuid>
+    <x>1242</x>
+    <y>709</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1242" y="748" />
+      <point x="1238" y="748" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>5</width>
+    <wuid>-32e0cda:1641d794e56:-6ea9</wuid>
+    <x>1238</x>
+    <y>748</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1242" y="916" />
+      <point x="1238" y="916" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>5</width>
+    <wuid>-32e0cda:1641d794e56:-6ea7</wuid>
+    <x>1238</x>
+    <y>916</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1250" y="916" />
+      <point x="1246" y="916" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>5</width>
+    <wuid>-32e0cda:1641d794e56:-6ea4</wuid>
+    <x>1246</x>
+    <y>916</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1246" y="956" />
+      <point x="1242" y="956" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>5</width>
+    <wuid>-32e0cda:1641d794e56:-6ea2</wuid>
+    <x>1242</x>
+    <y>956</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1378" y="344" />
+      <point x="1382" y="344" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>5</width>
+    <wuid>-32e0cda:1641d794e56:-6ea0</wuid>
+    <x>1378</x>
+    <y>344</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1418" y="228" />
+      <point x="1418" y="224" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6e95</wuid>
+    <x>1418</x>
+    <y>224</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1736" y="224" />
+      <point x="1736" y="228" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6e93</wuid>
+    <x>1736</x>
+    <y>224</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1400" y="300" />
+      <point x="1404" y="300" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>5</width>
+    <wuid>-32e0cda:1641d794e56:-6e87</wuid>
+    <x>1400</x>
+    <y>300</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1032" y="921" />
+      <point x="1032" y="917" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6e70</wuid>
+    <x>1032</x>
+    <y>917</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1032" y="714" />
+      <point x="1032" y="710" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6e6c</wuid>
+    <x>1032</x>
+    <y>710</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1032" y="506" />
+      <point x="1032" y="502" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6e68</wuid>
+    <x>1032</x>
+    <y>502</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1032" y="308" />
+      <point x="1032" y="304" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6e64</wuid>
+    <x>1032</x>
+    <y>304</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1630" y="893" />
+      <point x="1626" y="893" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>5</width>
+    <wuid>-32e0cda:1641d794e56:-6e38</wuid>
+    <x>1626</x>
+    <y>893</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="229" y="543" />
+      <point x="229" y="547" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6de5</wuid>
+    <x>229</x>
+    <y>543</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="460" y="547" />
+      <point x="460" y="543" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6d5c</wuid>
+    <x>460</x>
+    <y>543</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="421" y="543" />
+      <point x="421" y="547" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6d5a</wuid>
+    <x>421</x>
+    <y>543</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="357" y="543" />
+      <point x="357" y="547" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6d59</wuid>
+    <x>357</x>
+    <y>543</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="477" y="543" />
+      <point x="477" y="547" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6d57</wuid>
+    <x>477</x>
+    <y>543</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="549" y="833" />
+      <point x="553" y="833" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>5</width>
+    <wuid>-32e0cda:1641d794e56:-6d54</wuid>
+    <x>549</x>
+    <y>833</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="580" y="547" />
+      <point x="580" y="543" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6d51</wuid>
+    <x>580</x>
+    <y>543</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="455" y="417" />
+      <point x="455" y="421" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6d4f</wuid>
+    <x>455</x>
+    <y>417</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="455" y="409" />
+      <point x="455" y="413" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6d4c</wuid>
+    <x>455</x>
+    <y>409</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="495" y="413" />
+      <point x="495" y="417" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6d4a</wuid>
+    <x>495</x>
+    <y>413</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="312" y="417" />
+      <point x="312" y="421" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6d48</wuid>
+    <x>312</x>
+    <y>417</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="312" y="409" />
+      <point x="312" y="413" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6d45</wuid>
+    <x>312</x>
+    <y>409</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="352" y="413" />
+      <point x="352" y="417" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6d43</wuid>
+    <x>352</x>
+    <y>413</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="640" y="418" />
+      <point x="640" y="422" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6d41</wuid>
+    <x>640</x>
+    <y>418</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="640" y="410" />
+      <point x="640" y="414" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6d3e</wuid>
+    <x>640</x>
+    <y>410</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="680" y="414" />
+      <point x="680" y="418" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6d3c</wuid>
+    <x>680</x>
+    <y>414</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="579" y="474" />
+      <point x="583" y="474" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>5</width>
+    <wuid>-32e0cda:1641d794e56:-6d3a</wuid>
+    <x>579</x>
+    <y>474</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="571" y="474" />
+      <point x="575" y="474" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>5</width>
+    <wuid>-32e0cda:1641d794e56:-6d37</wuid>
+    <x>571</x>
+    <y>474</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="575" y="434" />
+      <point x="579" y="434" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>5</width>
+    <wuid>-32e0cda:1641d794e56:-6d35</wuid>
+    <x>575</x>
+    <y>434</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="773" y="517" />
+      <point x="773" y="513" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6d33</wuid>
+    <x>773</x>
+    <y>513</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="773" y="525" />
+      <point x="773" y="521" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6d30</wuid>
+    <x>773</x>
+    <y>521</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="733" y="521" />
+      <point x="733" y="517" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6d2e</wuid>
+    <x>733</x>
+    <y>517</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="470" y="493" />
+      <point x="470" y="489" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6d2c</wuid>
+    <x>470</x>
+    <y>489</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="470" y="501" />
+      <point x="470" y="497" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6d29</wuid>
+    <x>470</x>
+    <y>497</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="430" y="497" />
+      <point x="430" y="493" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6d27</wuid>
+    <x>430</x>
+    <y>493</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="277" y="487" />
+      <point x="277" y="483" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6d25</wuid>
+    <x>277</x>
+    <y>483</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="277" y="495" />
+      <point x="277" y="491" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6d22</wuid>
+    <x>277</x>
+    <y>491</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="237" y="491" />
+      <point x="237" y="487" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6d20</wuid>
+    <x>237</x>
+    <y>487</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="645" y="383" />
+      <point x="645" y="387" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6d1e</wuid>
+    <x>645</x>
+    <y>383</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="596" y="531" />
+      <point x="592" y="531" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>5</width>
+    <wuid>-32e0cda:1641d794e56:-6d1b</wuid>
+    <x>592</x>
+    <y>531</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="477" y="387" />
+      <point x="477" y="383" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6d18</wuid>
+    <x>477</x>
+    <y>383</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="607" y="543" />
+      <point x="607" y="547" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6d17</wuid>
+    <x>607</x>
+    <y>543</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="684" y="547" />
+      <point x="684" y="543" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6d15</wuid>
+    <x>684</x>
+    <y>543</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="701" y="543" />
+      <point x="701" y="547" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6d0a</wuid>
+    <x>701</x>
+    <y>543</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="757" y="547" />
+      <point x="757" y="543" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6d07</wuid>
+    <x>757</x>
+    <y>543</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1099" y="749" />
+      <point x="1099" y="753" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6ce0</wuid>
+    <x>1099</x>
+    <y>749</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1099" y="957" />
+      <point x="1099" y="961" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6cdf</wuid>
+    <x>1099</x>
+    <y>957</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1216" y="485" />
+      <point x="1220" y="485" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>5</width>
+    <wuid>-32e0cda:1641d794e56:-6cc5</wuid>
+    <x>1216</x>
+    <y>485</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1630" y="674" />
+      <point x="1626" y="674" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>5</width>
+    <wuid>-32e0cda:1641d794e56:-6cc1</wuid>
+    <x>1626</x>
+    <y>674</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1129" y="546" />
+      <point x="1129" y="542" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6cbe</wuid>
+    <x>1129</x>
+    <y>542</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1630" y="686" />
+      <point x="1626" y="686" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>5</width>
+    <wuid>-32e0cda:1641d794e56:-6cba</wuid>
+    <x>1626</x>
+    <y>686</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1220" y="693" />
+      <point x="1216" y="693" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>5</width>
+    <wuid>-32e0cda:1641d794e56:-6cb6</wuid>
+    <x>1216</x>
+    <y>693</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1129" y="749" />
+      <point x="1129" y="753" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6cb3</wuid>
+    <x>1129</x>
+    <y>749</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1626" y="882" />
+      <point x="1630" y="882" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>5</width>
+    <wuid>-32e0cda:1641d794e56:-6cb0</wuid>
+    <x>1626</x>
+    <y>882</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1129" y="710" />
+      <point x="1129" y="714" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6ca9</wuid>
+    <x>1129</x>
+    <y>710</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="515" y="375" />
+      <point x="519" y="375" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>5</width>
+    <wuid>-32e0cda:1641d794e56:-6bda</wuid>
+    <x>515</x>
+    <y>375</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="515" y="535" />
+      <point x="519" y="535" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>5</width>
+    <wuid>-32e0cda:1641d794e56:-6bd6</wuid>
+    <x>515</x>
+    <y>535</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="273" y="375" />
+      <point x="277" y="375" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>5</width>
+    <wuid>-32e0cda:1641d794e56:-6bd2</wuid>
+    <x>273</x>
+    <y>375</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="479" y="754" />
+      <point x="483" y="754" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>5</width>
+    <wuid>-32e0cda:1641d794e56:-6bc3</wuid>
+    <x>479</x>
+    <y>754</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="479" y="882" />
+      <point x="483" y="882" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="0" green="0" blue="240" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-LT-070:LL</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>5</width>
+    <wuid>-32e0cda:1641d794e56:-6bbf</wuid>
+    <x>479</x>
+    <y>882</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>0</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="479" y="938" />
+      <point x="483" y="938" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="0" green="0" blue="240" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-LT-070:LVL</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>5</width>
+    <wuid>-32e0cda:1641d794e56:-6bbb</wuid>
+    <x>479</x>
+    <y>938</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1536" y="336" />
+      <point x="1540" y="336" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>5</width>
+    <wuid>-32e0cda:1641d794e56:-6ba7</wuid>
+    <x>1536</x>
+    <y>336</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1480" y="216" />
+      <point x="1484" y="216" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>5</width>
+    <wuid>-32e0cda:1641d794e56:-6b73</wuid>
+    <x>1480</x>
+    <y>216</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1480" y="462" />
+      <point x="1484" y="462" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>5</width>
+    <wuid>-32e0cda:1641d794e56:-6b6f</wuid>
+    <x>1480</x>
+    <y>462</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1480" y="670" />
+      <point x="1484" y="670" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>5</width>
+    <wuid>-32e0cda:1641d794e56:-6b6b</wuid>
+    <x>1480</x>
+    <y>670</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1342" y="961" />
+      <point x="1346" y="961" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>5</width>
+    <wuid>-32e0cda:1641d794e56:-6b67</wuid>
+    <x>1342</x>
+    <y>961</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1480" y="877" />
+      <point x="1484" y="877" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>5</width>
+    <wuid>-32e0cda:1641d794e56:-6b63</wuid>
+    <x>1480</x>
+    <y>877</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="264" y="535" />
+      <point x="268" y="535" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>5</width>
+    <wuid>-32e0cda:1641d794e56:-6b5f</wuid>
+    <x>264</x>
+    <y>535</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="848" y="341" />
+      <point x="852" y="341" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>5</width>
+    <wuid>-32e0cda:1641d794e56:-6b5b</wuid>
+    <x>848</x>
+    <y>341</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1400" y="300" />
+      <point x="1404" y="300" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>5</width>
+    <wuid>-32e0cda:1641d794e56:-6b3d</wuid>
+    <x>1400</x>
+    <y>300</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1146" y="327" />
+      <point x="1146" y="323" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6a9e</wuid>
+    <x>1146</x>
+    <y>323</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1146" y="524" />
+      <point x="1146" y="520" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6a9b</wuid>
+    <x>1146</x>
+    <y>520</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1146" y="731" />
+      <point x="1146" y="727" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6a98</wuid>
+    <x>1146</x>
+    <y>727</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1146" y="940" />
+      <point x="1146" y="936" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6a95</wuid>
+    <x>1146</x>
+    <y>936</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1082" y="895" />
+      <point x="1082" y="899" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6a92</wuid>
+    <x>1082</x>
+    <y>895</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1082" y="684" />
+      <point x="1082" y="688" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6a8f</wuid>
+    <x>1082</x>
+    <y>684</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1082" y="471" />
+      <point x="1082" y="475" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6a8c</wuid>
+    <x>1082</x>
+    <y>471</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1082" y="281" />
+      <point x="1082" y="285" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6a89</wuid>
+    <x>1082</x>
+    <y>281</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1715" y="250" />
+      <point x="1715" y="254" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6a86</wuid>
+    <x>1715</x>
+    <y>250</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1715" y="489" />
+      <point x="1715" y="493" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6a83</wuid>
+    <x>1715</x>
+    <y>489</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1715" y="694" />
+      <point x="1715" y="698" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6a80</wuid>
+    <x>1715</x>
+    <y>694</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1715" y="904" />
+      <point x="1715" y="908" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6a7d</wuid>
+    <x>1715</x>
+    <y>904</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1779" y="369" />
+      <point x="1779" y="365" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6a7a</wuid>
+    <x>1779</x>
+    <y>365</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1779" y="980" />
+      <point x="1779" y="976" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6a77</wuid>
+    <x>1779</x>
+    <y>976</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1230" y="323" />
+      <point x="1234" y="323" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>5</width>
+    <wuid>-32e0cda:1641d794e56:-6a74</wuid>
+    <x>1230</x>
+    <y>323</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1234" y="541" />
+      <point x="1238" y="541" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>5</width>
+    <wuid>-32e0cda:1641d794e56:-6a71</wuid>
+    <x>1234</x>
+    <y>541</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1238" y="748" />
+      <point x="1242" y="748" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>5</width>
+    <wuid>-32e0cda:1641d794e56:-6a6e</wuid>
+    <x>1238</x>
+    <y>748</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1242" y="956" />
+      <point x="1246" y="956" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>5</width>
+    <wuid>-32e0cda:1641d794e56:-6a6b</wuid>
+    <x>1242</x>
+    <y>956</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="495" y="417" />
+      <point x="495" y="413" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6a47</wuid>
+    <x>495</x>
+    <y>413</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="352" y="417" />
+      <point x="352" y="413" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6a44</wuid>
+    <x>352</x>
+    <y>413</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="680" y="418" />
+      <point x="680" y="414" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6a41</wuid>
+    <x>680</x>
+    <y>414</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="579" y="434" />
+      <point x="575" y="434" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>5</width>
+    <wuid>-32e0cda:1641d794e56:-6a3e</wuid>
+    <x>575</x>
+    <y>434</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="733" y="517" />
+      <point x="733" y="521" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6a3b</wuid>
+    <x>733</x>
+    <y>517</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="430" y="493" />
+      <point x="430" y="497" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6a38</wuid>
+    <x>430</x>
+    <y>493</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>5</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="237" y="487" />
+      <point x="237" y="491" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6a35</wuid>
+    <x>237</x>
+    <y>487</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>4</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1207" y="874" />
+      <point x="1207" y="871" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6e57</wuid>
+    <x>1207</x>
+    <y>871</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1213" y="863" />
+      <point x="1216" y="863" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>4</width>
+    <wuid>-32e0cda:1641d794e56:-6e52</wuid>
+    <x>1213</x>
+    <y>863</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>4</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1229" y="871" />
+      <point x="1229" y="874" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6e4a</wuid>
+    <x>1229</x>
+    <y>871</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>4</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1229" y="667" />
+      <point x="1229" y="664" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6dbe</wuid>
+    <x>1229</x>
+    <y>664</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1216" y="656" />
+      <point x="1213" y="656" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>4</width>
+    <wuid>-32e0cda:1641d794e56:-6db6</wuid>
+    <x>1213</x>
+    <y>656</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>4</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1207" y="664" />
+      <point x="1207" y="667" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6db1</wuid>
+    <x>1207</x>
+    <y>664</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>4</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1229" y="459" />
+      <point x="1229" y="456" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6da4</wuid>
+    <x>1229</x>
+    <y>456</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1216" y="448" />
+      <point x="1213" y="448" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>4</width>
+    <wuid>-32e0cda:1641d794e56:-6d9c</wuid>
+    <x>1213</x>
+    <y>448</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>4</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1207" y="456" />
+      <point x="1207" y="459" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6d97</wuid>
+    <x>1207</x>
+    <y>456</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1221" y="201" />
+      <point x="1218" y="201" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>4</width>
+    <wuid>-32e0cda:1641d794e56:-6d84</wuid>
+    <x>1218</x>
+    <y>201</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>4</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="604" y="558" />
+      <point x="604" y="561" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6d71</wuid>
+    <x>604</x>
+    <y>558</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>4</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="582" y="561" />
+      <point x="582" y="558" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6d64</wuid>
+    <x>582</x>
+    <y>558</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>2</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="854" y="323" />
+      <point x="855" y="322" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>2</width>
+    <wuid>-32e0cda:1641d794e56:-6cdd</wuid>
+    <x>854</x>
+    <y>322</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>2</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="889" y="322" />
+      <point x="890" y="323" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>2</width>
+    <wuid>-32e0cda:1641d794e56:-6cd6</wuid>
+    <x>889</x>
+    <y>322</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1396" y="300" />
+      <point x="1396" y="302" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6e8e</wuid>
+    <x>1396</x>
+    <y>300</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1408" y="302" />
+      <point x="1408" y="300" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6e88</wuid>
+    <x>1408</x>
+    <y>300</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1221" y="863" />
+      <point x="1223" y="863" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-6e4f</wuid>
+    <x>1221</x>
+    <y>863</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1223" y="656" />
+      <point x="1221" y="656" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-6db9</wuid>
+    <x>1221</x>
+    <y>656</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1223" y="448" />
+      <point x="1221" y="448" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-6d9f</wuid>
+    <x>1221</x>
+    <y>448</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1218" y="201" />
+      <point x="1216" y="201" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-6d83</wuid>
+    <x>1216</x>
+    <y>201</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1207" y="210" />
+      <point x="1207" y="212" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6d7d</wuid>
+    <x>1207</x>
+    <y>210</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1744" y="228" />
+      <point x="1746" y="228" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-6b20</wuid>
+    <x>1744</x>
+    <y>228</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1744" y="348" />
+      <point x="1746" y="348" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-6b12</wuid>
+    <x>1744</x>
+    <y>348</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1744" y="474" />
+      <point x="1746" y="474" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-6b04</wuid>
+    <x>1744</x>
+    <y>474</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1744" y="682" />
+      <point x="1746" y="682" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-6af6</wuid>
+    <x>1744</x>
+    <y>682</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1744" y="961" />
+      <point x="1746" y="961" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-6ae4</wuid>
+    <x>1744</x>
+    <y>961</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>2</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="938" y="323" />
+      <point x="938" y="322" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6ccd</wuid>
+    <x>938</x>
+    <y>322</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="316" y="386" />
+      <point x="317" y="386" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>2</width>
+    <wuid>-32e0cda:1641d794e56:-6ace</wuid>
+    <x>316</x>
+    <y>386</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="468" y="387" />
+      <point x="469" y="387" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>2</width>
+    <wuid>-32e0cda:1641d794e56:-6ac0</wuid>
+    <x>468</x>
+    <y>387</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="316" y="547" />
+      <point x="317" y="547" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>2</width>
+    <wuid>-32e0cda:1641d794e56:-6ab6</wuid>
+    <x>316</x>
+    <y>547</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="468" y="547" />
+      <point x="469" y="547" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>2</width>
+    <wuid>-32e0cda:1641d794e56:-6aac</wuid>
+    <x>468</x>
+    <y>547</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="692" y="547" />
+      <point x="693" y="547" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>2</width>
+    <wuid>-32e0cda:1641d794e56:-6aa2</wuid>
+    <x>692</x>
+    <y>547</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1745" y="889" />
+      <point x="1746" y="889" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>2</width>
+    <wuid>-32e0cda:1641d794e56:-6a62</wuid>
+    <x>1745</x>
+    <y>889</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>2</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="549" y="841" />
+      <point x="549" y="842" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6a4e</wuid>
+    <x>549</x>
+    <y>841</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1232" y="880" />
+      <point x="1232" y="880" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6e47</wuid>
+    <x>1232</x>
+    <y>880</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="393" y="962" />
+      <point x="393" y="962" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6e29</wuid>
+    <x>393</x>
+    <y>962</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="393" y="962" />
+      <point x="393" y="962" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6e28</wuid>
+    <x>393</x>
+    <y>962</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="393" y="962" />
+      <point x="393" y="962" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6e27</wuid>
+    <x>393</x>
+    <y>962</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="469" y="967" />
+      <point x="469" y="967" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6e25</wuid>
+    <x>469</x>
+    <y>967</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="872" y="316" />
+      <point x="872" y="316" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6e0d</wuid>
+    <x>872</x>
+    <y>316</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="859" y="971" />
+      <point x="859" y="971" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6dfb</wuid>
+    <x>859</x>
+    <y>971</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="421" y="547" />
+      <point x="421" y="547" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-6d5f</wuid>
+    <x>421</x>
+    <y>547</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <auto_size>true</auto_size>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="9" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="240" green="240" blue="0" />
+    </foreground_color>
+    <format_type>0</format_type>
+    <height>14</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Text Input</name>
+    <precision>2</precision>
+    <precision_from_pv>false</precision_from_pv>
+    <pv_name>CWM-CWS03:Ctrl-PLC-001:DPhase</pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_units>true</show_units>
+    <text>999.9</text>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <vertical_alignment>1</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Text Update</widget_type>
+    <width>31</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-6f4e</wuid>
+    <x>1456</x>
+    <y>152</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <auto_size>true</auto_size>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <confirm_message></confirm_message>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="9" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <format_type>0</format_type>
+    <height>14</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <limits_from_pv>false</limits_from_pv>
+    <maximum>1.7976931348623157E308</maximum>
+    <minimum>-1.7976931348623157E308</minimum>
+    <multiline_input>false</multiline_input>
+    <name>Text Input</name>
+    <precision>2</precision>
+    <precision_from_pv>false</precision_from_pv>
+    <pv_name>CWM-CWS03:Ctrl-PLC-001:FT10Max</pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <selector_type>0</selector_type>
+    <show_units>true</show_units>
+    <style>0</style>
+    <text>999.9</text>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Text Input</widget_type>
+    <width>31</width>
+    <wuid>-32e0cda:1641d794e56:-6f3a</wuid>
+    <x>105</x>
+    <y>776</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <auto_size>true</auto_size>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <confirm_message></confirm_message>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="9" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <format_type>0</format_type>
+    <height>14</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <limits_from_pv>false</limits_from_pv>
+    <maximum>1.7976931348623157E308</maximum>
+    <minimum>-1.7976931348623157E308</minimum>
+    <multiline_input>false</multiline_input>
+    <name>Text Input</name>
+    <precision>2</precision>
+    <precision_from_pv>false</precision_from_pv>
+    <pv_name>CWM-CWS03:Ctrl-PLC-001:FT10Min</pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <selector_type>0</selector_type>
+    <show_units>true</show_units>
+    <style>0</style>
+    <text>999.9</text>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Text Input</widget_type>
+    <width>31</width>
+    <wuid>-32e0cda:1641d794e56:-6f39</wuid>
+    <x>105</x>
+    <y>750</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <auto_size>true</auto_size>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <confirm_message></confirm_message>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="9" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <format_type>0</format_type>
+    <height>14</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <limits_from_pv>false</limits_from_pv>
+    <maximum>1.7976931348623157E308</maximum>
+    <minimum>-1.7976931348623157E308</minimum>
+    <multiline_input>false</multiline_input>
+    <name>Text Input</name>
+    <precision>2</precision>
+    <precision_from_pv>false</precision_from_pv>
+    <pv_name>CWM-CWS03:Ctrl-PLC-001:FT11Trsh</pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <selector_type>0</selector_type>
+    <show_units>true</show_units>
+    <style>0</style>
+    <text>999.9</text>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Text Input</widget_type>
+    <width>31</width>
+    <wuid>-32e0cda:1641d794e56:-6f38</wuid>
+    <x>79</x>
+    <y>724</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <auto_size>true</auto_size>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <confirm_message></confirm_message>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="9" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <format_type>0</format_type>
+    <height>14</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <limits_from_pv>false</limits_from_pv>
+    <maximum>1.7976931348623157E308</maximum>
+    <minimum>-1.7976931348623157E308</minimum>
+    <multiline_input>false</multiline_input>
+    <name>Text Input</name>
+    <precision>2</precision>
+    <precision_from_pv>false</precision_from_pv>
+    <pv_name>CWM-CWS03:Ctrl-PLC-001:PT17Trsh</pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <selector_type>0</selector_type>
+    <show_units>true</show_units>
+    <style>0</style>
+    <text>999.9</text>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Text Input</widget_type>
+    <width>31</width>
+    <wuid>-32e0cda:1641d794e56:-6f37</wuid>
+    <x>79</x>
+    <y>701</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <auto_size>true</auto_size>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="9" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="240" green="240" blue="0" />
+    </foreground_color>
+    <format_type>0</format_type>
+    <height>14</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Text Update</name>
+    <precision>2</precision>
+    <precision_from_pv>false</precision_from_pv>
+    <pv_name>CWM-CWS03:WtrC-TT-021:Tmp</pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_units>true</show_units>
+    <text>999.9</text>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>1</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Text Update</widget_type>
+    <width>31</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-6f75</wuid>
+    <x>1513</x>
+    <y>316</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <auto_size>true</auto_size>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="9" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="240" green="240" blue="0" />
+    </foreground_color>
+    <format_type>0</format_type>
+    <height>14</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Text Update</name>
+    <precision>2</precision>
+    <precision_from_pv>false</precision_from_pv>
+    <pv_name>CWM-CWS03:WtrC-PCV-050:Cmd</pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_units>true</show_units>
+    <text>999.9</text>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>1</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Text Update</widget_type>
+    <width>31</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-6f74</wuid>
+    <x>1196</x>
+    <y>842</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <auto_size>true</auto_size>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="9" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="240" green="240" blue="0" />
+    </foreground_color>
+    <format_type>0</format_type>
+    <height>14</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Text Update</name>
+    <precision>2</precision>
+    <precision_from_pv>false</precision_from_pv>
+    <pv_name>CWM-CWS03:WtrC-PCV-040:Cmd</pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_units>true</show_units>
+    <text>999.9</text>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>1</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Text Update</widget_type>
+    <width>31</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-6f73</wuid>
+    <x>1196</x>
+    <y>634</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <auto_size>true</auto_size>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="9" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="240" green="240" blue="0" />
+    </foreground_color>
+    <format_type>0</format_type>
+    <height>14</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Text Update</name>
+    <precision>2</precision>
+    <precision_from_pv>false</precision_from_pv>
+    <pv_name>CWM-CWS03:WtrC-PCV-020:Cmd</pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_units>true</show_units>
+    <text>999.9</text>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>1</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Text Update</widget_type>
+    <width>31</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-6f72</wuid>
+    <x>1197</x>
+    <y>167</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <auto_size>true</auto_size>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="9" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="240" green="240" blue="0" />
+    </foreground_color>
+    <format_type>0</format_type>
+    <height>14</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Text Update</name>
+    <precision>2</precision>
+    <precision_from_pv>false</precision_from_pv>
+    <pv_name>CWM-CWS03:WtrC-PT-020:Prs</pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_units>true</show_units>
+    <text>999.9</text>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>1</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Text Update</widget_type>
+    <width>31</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-6f71</wuid>
+    <x>1531</x>
+    <y>278</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <auto_size>true</auto_size>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="9" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="240" green="240" blue="0" />
+    </foreground_color>
+    <format_type>0</format_type>
+    <height>14</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Text Update</name>
+    <precision>2</precision>
+    <precision_from_pv>false</precision_from_pv>
+    <pv_name>CWM-CWS03:WtrC-FT-020:Flw</pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_units>true</show_units>
+    <text>999.9</text>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>1</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Text Update</widget_type>
+    <width>31</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-6f70</wuid>
+    <x>1455</x>
+    <y>278</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <auto_size>true</auto_size>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="9" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="240" green="240" blue="0" />
+    </foreground_color>
+    <format_type>0</format_type>
+    <height>14</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Text Update</name>
+    <precision>2</precision>
+    <precision_from_pv>false</precision_from_pv>
+    <pv_name>CWM-CWS03:WtrC-PT-030:Prs</pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_units>true</show_units>
+    <text>999.9</text>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>1</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Text Update</widget_type>
+    <width>31</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-6f6f</wuid>
+    <x>1531</x>
+    <y>524</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <auto_size>true</auto_size>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="9" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="240" green="240" blue="0" />
+    </foreground_color>
+    <format_type>0</format_type>
+    <height>14</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Text Update</name>
+    <precision>2</precision>
+    <precision_from_pv>false</precision_from_pv>
+    <pv_name>CWM-CWS03:WtrC-FT-030:Flw</pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_units>true</show_units>
+    <text>999.9</text>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>1</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Text Update</widget_type>
+    <width>31</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-6f6e</wuid>
+    <x>1455</x>
+    <y>524</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <auto_size>true</auto_size>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="9" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="240" green="240" blue="0" />
+    </foreground_color>
+    <format_type>0</format_type>
+    <height>14</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Text Update</name>
+    <precision>2</precision>
+    <precision_from_pv>false</precision_from_pv>
+    <pv_name>CWM-CWS03:WtrC-TT-020:Tmp</pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_units>true</show_units>
+    <text>999.9</text>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>1</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Text Update</widget_type>
+    <width>31</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-6f6d</wuid>
+    <x>1456</x>
+    <y>187</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <auto_size>true</auto_size>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="9" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="240" green="240" blue="0" />
+    </foreground_color>
+    <format_type>0</format_type>
+    <height>14</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Text Update</name>
+    <precision>2</precision>
+    <precision_from_pv>false</precision_from_pv>
+    <pv_name>CWM-CWS03:WtrC-TT-030:Tmp</pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_units>true</show_units>
+    <text>999.9</text>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>1</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Text Update</widget_type>
+    <width>31</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-6f6c</wuid>
+    <x>1456</x>
+    <y>433</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <auto_size>true</auto_size>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="9" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="240" green="240" blue="0" />
+    </foreground_color>
+    <format_type>0</format_type>
+    <height>14</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Text Update</name>
+    <precision>2</precision>
+    <precision_from_pv>false</precision_from_pv>
+    <pv_name>CWM-CWS03:WtrC-PCV-030:Cmd</pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_units>true</show_units>
+    <text>999.9</text>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>1</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Text Update</widget_type>
+    <width>31</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-6f6b</wuid>
+    <x>1199</x>
+    <y>418</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <auto_size>true</auto_size>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="9" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="240" green="240" blue="0" />
+    </foreground_color>
+    <format_type>0</format_type>
+    <height>14</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Text Update</name>
+    <precision>2</precision>
+    <precision_from_pv>false</precision_from_pv>
+    <pv_name>CWM-CWS03:WtrC-PT-040:Prs</pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_units>true</show_units>
+    <text>999.9</text>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>1</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Text Update</widget_type>
+    <width>31</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-6f6a</wuid>
+    <x>1531</x>
+    <y>731</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <auto_size>true</auto_size>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="9" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="240" green="240" blue="0" />
+    </foreground_color>
+    <format_type>0</format_type>
+    <height>14</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Text Update</name>
+    <precision>2</precision>
+    <precision_from_pv>false</precision_from_pv>
+    <pv_name>CWM-CWS03:WtrC-FT-040:Flw</pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_units>true</show_units>
+    <text>999.9</text>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>1</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Text Update</widget_type>
+    <width>31</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-6f69</wuid>
+    <x>1455</x>
+    <y>731</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <auto_size>true</auto_size>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="9" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="240" green="240" blue="0" />
+    </foreground_color>
+    <format_type>0</format_type>
+    <height>14</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Text Update</name>
+    <precision>2</precision>
+    <precision_from_pv>false</precision_from_pv>
+    <pv_name>CWM-CWS03:WtrC-TT-040:Tmp</pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_units>true</show_units>
+    <text>999.9</text>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>1</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Text Update</widget_type>
+    <width>31</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-6f68</wuid>
+    <x>1456</x>
+    <y>641</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <auto_size>true</auto_size>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="9" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="240" green="240" blue="0" />
+    </foreground_color>
+    <format_type>0</format_type>
+    <height>14</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Text Update</name>
+    <precision>2</precision>
+    <precision_from_pv>false</precision_from_pv>
+    <pv_name>CWM-CWS03:WtrC-TT-051:Tmp</pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_units>true</show_units>
+    <text>999.9</text>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>1</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Text Update</widget_type>
+    <width>31</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-6f67</wuid>
+    <x>1320</x>
+    <y>986</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <auto_size>true</auto_size>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="9" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="240" green="240" blue="0" />
+    </foreground_color>
+    <format_type>0</format_type>
+    <height>14</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Text Update</name>
+    <precision>2</precision>
+    <precision_from_pv>false</precision_from_pv>
+    <pv_name>CWM-CWS03:WtrC-PT-050:Prs</pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_units>true</show_units>
+    <text>999.9</text>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>1</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Text Update</widget_type>
+    <width>31</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-6f66</wuid>
+    <x>1531</x>
+    <y>939</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <auto_size>true</auto_size>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="9" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="240" green="240" blue="0" />
+    </foreground_color>
+    <format_type>0</format_type>
+    <height>14</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Text Update</name>
+    <precision>2</precision>
+    <precision_from_pv>false</precision_from_pv>
+    <pv_name>CWM-CWS03:WtrC-FT-050:Flw</pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_units>true</show_units>
+    <text>999.9</text>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>1</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Text Update</widget_type>
+    <width>31</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-6f65</wuid>
+    <x>1455</x>
+    <y>939</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <auto_size>true</auto_size>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="9" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="240" green="240" blue="0" />
+    </foreground_color>
+    <format_type>0</format_type>
+    <height>14</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Text Update</name>
+    <precision>2</precision>
+    <precision_from_pv>false</precision_from_pv>
+    <pv_name>CWM-CWS03:WtrC-TT-050:Tmp</pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_units>true</show_units>
+    <text>999.9</text>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>1</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Text Update</widget_type>
+    <width>31</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-6f64</wuid>
+    <x>1456</x>
+    <y>848</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <auto_size>true</auto_size>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="9" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="240" green="240" blue="0" />
+    </foreground_color>
+    <format_type>0</format_type>
+    <height>14</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Text Update</name>
+    <precision>2</precision>
+    <precision_from_pv>false</precision_from_pv>
+    <pv_name>CWM-CWS03:WtrC-CT-020:Cond</pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_units>true</show_units>
+    <text>999.9</text>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>1</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Text Update</widget_type>
+    <width>31</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-6f63</wuid>
+    <x>1249</x>
+    <y>293</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <auto_size>true</auto_size>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="9" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="240" green="240" blue="0" />
+    </foreground_color>
+    <format_type>0</format_type>
+    <height>14</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Text Update</name>
+    <precision>2</precision>
+    <precision_from_pv>false</precision_from_pv>
+    <pv_name>CWM-CWS03:WtrC-CT-021:Cond</pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_units>true</show_units>
+    <text>999.9</text>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>1</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Text Update</widget_type>
+    <width>31</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-6f62</wuid>
+    <x>1315</x>
+    <y>270</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <auto_size>true</auto_size>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="9" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="240" green="240" blue="0" />
+    </foreground_color>
+    <format_type>0</format_type>
+    <height>14</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Text Update</name>
+    <precision>2</precision>
+    <precision_from_pv>false</precision_from_pv>
+    <pv_name>CWM-CWS03:WtrC-FT-021:Flw</pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_units>true</show_units>
+    <text>999.9</text>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>1</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Text Update</widget_type>
+    <width>31</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-6f61</wuid>
+    <x>1419</x>
+    <y>314</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <auto_size>true</auto_size>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="9" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="240" green="240" blue="0" />
+    </foreground_color>
+    <format_type>0</format_type>
+    <height>14</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Text Update</name>
+    <precision>2</precision>
+    <precision_from_pv>false</precision_from_pv>
+    <pv_name>CWM-CWS03:WtrC-TT-013:Tmp</pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_units>true</show_units>
+    <text>999.9</text>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>1</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Text Update</widget_type>
+    <width>31</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-6f60</wuid>
+    <x>494</x>
+    <y>347</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <auto_size>true</auto_size>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="9" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="240" green="240" blue="0" />
+    </foreground_color>
+    <format_type>0</format_type>
+    <height>14</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Text Update</name>
+    <precision>2</precision>
+    <precision_from_pv>false</precision_from_pv>
+    <pv_name>CWM-CWS03:WtrC-TT-012:Tmp</pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_units>true</show_units>
+    <text>999.9</text>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>1</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Text Update</widget_type>
+    <width>31</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-6f5f</wuid>
+    <x>241</x>
+    <y>509</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <auto_size>true</auto_size>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="9" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="240" green="240" blue="0" />
+    </foreground_color>
+    <format_type>0</format_type>
+    <height>14</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Text Update</name>
+    <precision>2</precision>
+    <precision_from_pv>false</precision_from_pv>
+    <pv_name>CWM-CWS03:WtrC-PT-011:Prs</pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_units>true</show_units>
+    <text>999.9</text>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>1</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Text Update</widget_type>
+    <width>31</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-6f5e</wuid>
+    <x>246</x>
+    <y>437</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <auto_size>true</auto_size>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="9" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="240" green="240" blue="0" />
+    </foreground_color>
+    <format_type>0</format_type>
+    <height>14</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Text Update</name>
+    <precision>2</precision>
+    <precision_from_pv>false</precision_from_pv>
+    <pv_name>CWM-CWS03:WtrC-PT-012:Prs</pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_units>true</show_units>
+    <text>999.9</text>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>1</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Text Update</widget_type>
+    <width>31</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-6f5d</wuid>
+    <x>248</x>
+    <y>598</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <auto_size>true</auto_size>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="9" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="240" green="240" blue="0" />
+    </foreground_color>
+    <format_type>0</format_type>
+    <height>14</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Text Update</name>
+    <precision>2</precision>
+    <precision_from_pv>false</precision_from_pv>
+    <pv_name>CWM-CWS03:WtrC-PT-014:Prs</pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_units>true</show_units>
+    <text>999.9</text>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>1</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Text Update</widget_type>
+    <width>31</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-6f5c</wuid>
+    <x>488</x>
+    <y>596</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <auto_size>true</auto_size>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="9" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="240" green="240" blue="0" />
+    </foreground_color>
+    <format_type>0</format_type>
+    <height>14</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Text Update</name>
+    <precision>2</precision>
+    <precision_from_pv>false</precision_from_pv>
+    <pv_name>CWM-CWS03:WtrC-PT-013:Prs</pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_units>true</show_units>
+    <text>999.9</text>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>1</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Text Update</widget_type>
+    <width>31</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-6f5b</wuid>
+    <x>490</x>
+    <y>438</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <auto_size>true</auto_size>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="9" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="240" green="240" blue="0" />
+    </foreground_color>
+    <format_type>0</format_type>
+    <height>14</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Text Update</name>
+    <precision>2</precision>
+    <precision_from_pv>false</precision_from_pv>
+    <pv_name>CWM-CWS03:WtrC-PT-015:Prs</pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_units>true</show_units>
+    <text>999.9</text>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>1</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Text Update</widget_type>
+    <width>31</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-6f5a</wuid>
+    <x>409</x>
+    <y>619</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <auto_size>true</auto_size>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="9" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="240" green="240" blue="0" />
+    </foreground_color>
+    <format_type>0</format_type>
+    <height>14</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Text Update</name>
+    <precision>2</precision>
+    <precision_from_pv>false</precision_from_pv>
+    <pv_name>CWM-CWS03:WtrC-PT-010:Prs</pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_units>true</show_units>
+    <text>999.9</text>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>1</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Text Update</widget_type>
+    <width>31</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-6f59</wuid>
+    <x>885</x>
+    <y>245</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <auto_size>true</auto_size>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="9" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="240" green="240" blue="0" />
+    </foreground_color>
+    <format_type>0</format_type>
+    <height>14</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Text Update</name>
+    <precision>2</precision>
+    <precision_from_pv>false</precision_from_pv>
+    <pv_name>CWM-CWS03:WtrC-TT-010:Tmp</pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_units>true</show_units>
+    <text>999.9</text>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>1</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Text Update</widget_type>
+    <width>31</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-6f58</wuid>
+    <x>890</x>
+    <y>285</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <auto_size>true</auto_size>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="9" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="240" green="240" blue="0" />
+    </foreground_color>
+    <format_type>0</format_type>
+    <height>14</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Text Update</name>
+    <precision>2</precision>
+    <precision_from_pv>false</precision_from_pv>
+    <pv_name>CWM-CWS03:WtrC-TT-014:Tmp</pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_units>true</show_units>
+    <text>999.9</text>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>1</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Text Update</widget_type>
+    <width>31</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-6f56</wuid>
+    <x>494</x>
+    <y>516</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <auto_size>true</auto_size>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="9" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="240" green="240" blue="0" />
+    </foreground_color>
+    <format_type>0</format_type>
+    <height>14</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Text Update</name>
+    <precision>2</precision>
+    <precision_from_pv>false</precision_from_pv>
+    <pv_name>CWM-CWS03:WtrC-FT-010:Flw</pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_units>true</show_units>
+    <text>999.9</text>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>1</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Text Update</widget_type>
+    <width>31</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-6f55</wuid>
+    <x>711</x>
+    <y>596</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <auto_size>true</auto_size>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="9" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="240" green="240" blue="0" />
+    </foreground_color>
+    <format_type>0</format_type>
+    <height>14</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Text Update</name>
+    <precision>2</precision>
+    <precision_from_pv>false</precision_from_pv>
+    <pv_name>CWM-CWS03:WtrC-PCV-010:Cmd</pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_units>true</show_units>
+    <text>999.9</text>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>1</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Text Update</widget_type>
+    <width>31</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-6f54</wuid>
+    <x>571</x>
+    <y>585</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <auto_size>true</auto_size>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="9" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="240" green="240" blue="0" />
+    </foreground_color>
+    <format_type>0</format_type>
+    <height>14</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Text Update</name>
+    <precision>2</precision>
+    <precision_from_pv>false</precision_from_pv>
+    <pv_name>CWM-CWS03:WtrC-P-010:Cmd</pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_units>true</show_units>
+    <text>999.9</text>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>1</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Text Update</widget_type>
+    <width>31</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-6f4f</wuid>
+    <x>694</x>
+    <y>331</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <auto_size>true</auto_size>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="9" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="240" green="240" blue="0" />
+    </foreground_color>
+    <format_type>0</format_type>
+    <height>14</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Text Update</name>
+    <precision>2</precision>
+    <precision_from_pv>false</precision_from_pv>
+    <pv_name>CWM-CWS03:WtrC-TT-011:Tmp</pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_units>true</show_units>
+    <text>999.9</text>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>1</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Text Update</widget_type>
+    <width>31</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-6f47</wuid>
+    <x>251</x>
+    <y>327</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <auto_size>true</auto_size>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="9" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="240" green="240" blue="0" />
+    </foreground_color>
+    <format_type>0</format_type>
+    <height>14</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Text Update</name>
+    <precision>2</precision>
+    <precision_from_pv>false</precision_from_pv>
+    <pv_name>CWM-CWS03:WtrC-FT-011:Flw</pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_units>true</show_units>
+    <text>999.9</text>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>1</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Text Update</widget_type>
+    <width>31</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-6f46</wuid>
+    <x>230</x>
+    <y>296</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <auto_size>true</auto_size>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="9" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="240" green="240" blue="0" />
+    </foreground_color>
+    <format_type>0</format_type>
+    <height>14</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Text Update</name>
+    <precision>0</precision>
+    <precision_from_pv>true</precision_from_pv>
+    <pv_name>CWM-CWS03:Ctrl-PLC-001:PLCLife</pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_units>true</show_units>
+    <text>999.9</text>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>1</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Text Update</widget_type>
+    <width>31</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-6f3b</wuid>
+    <x>570</x>
+    <y>66</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="30" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>44</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>ESS-RFQ</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>178</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-7124</wuid>
+    <x>73</x>
+    <y>11</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="17" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>26</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>Water cooling system</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>221</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-7123</wuid>
+    <x>47</x>
+    <y>53</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="15" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>22</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>Command menu</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>148</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-7122</wuid>
+    <x>28</x>
+    <y>115</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="11" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>17</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>Views</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>40</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-7121</wuid>
+    <x>85</x>
+    <y>148</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="11" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>17</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>Regulation loop</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>100</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-7120</wuid>
+    <x>61</x>
+    <y>281</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="11" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>17</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>selection</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>58</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-711f</wuid>
+    <x>82</x>
+    <y>295</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="11" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>17</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>Threshold</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>65</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-711e</wuid>
+    <x>80</x>
+    <y>677</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="11" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>17</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>Other</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>37</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-711d</wuid>
+    <x>88</x>
+    <y>586</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="11" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>17</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>Nominal values</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>101</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-711c</wuid>
+    <x>56</x>
+    <y>825</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="11" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>17</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>Legend</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>48</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-711b</wuid>
+    <x>84</x>
+    <y>908</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="9" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>14</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>CT : Conductivity Transmitter</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>156</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-711a</wuid>
+    <x>18</x>
+    <y>934</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="9" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>14</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>FT : Flow Transmitter</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>113</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-7119</wuid>
+    <x>18</x>
+    <y>950</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="9" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>14</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>LT : Level Transmitter</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>116</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-7118</wuid>
+    <x>18</x>
+    <y>965</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="9" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>14</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>PT : Pressure Transmitter</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>137</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-7117</wuid>
+    <x>18</x>
+    <y>979</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="9" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>14</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>TT : Temperature Transmitter</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>156</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-7116</wuid>
+    <x>18</x>
+    <y>993</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="9" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>14</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>FCV : Flow Control Valve</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>135</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-7115</wuid>
+    <x>18</x>
+    <y>1009</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="9" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>14</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>PCV : Pressure Control Valve</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>159</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-7114</wuid>
+    <x>18</x>
+    <y>1022</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="10" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>15</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>FT10 max</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>59</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-6f95</wuid>
+    <x>34</x>
+    <y>774</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="10" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>15</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>FT10 min</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>55</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-6f94</wuid>
+    <x>34</x>
+    <y>748</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="10" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>15</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>FT11</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>30</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-6f93</wuid>
+    <x>34</x>
+    <y>722</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="10" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>15</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>PT17</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>31</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-6f92</wuid>
+    <x>34</x>
+    <y>699</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="9" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>14</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>FT11 : 50m3/h</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>78</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-6f91</wuid>
+    <x>20</x>
+    <y>873</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="9" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>14</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>PT17 : &gt; 0, around 2.5 Bar</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>142</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-6f90</wuid>
+    <x>20</x>
+    <y>849</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="8" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>12</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>TT-021</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>35</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-6c8d</wuid>
+    <x>1518</x>
+    <y>306</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="240" green="240" blue="0" />
+    </background_color>
+    <border_color>
+      <color red="240" green="240" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="8" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="240" green="240" blue="0" />
+    </foreground_color>
+    <height>12</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>°C</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>12</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-6c8c</wuid>
+    <x>1553</x>
+    <y>317</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="7" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>10</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>PCV-050</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>37</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-6c8b</wuid>
+    <x>1195</x>
+    <y>833</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="240" green="240" blue="0" />
+    </background_color>
+    <border_color>
+      <color red="240" green="240" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="8" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="240" green="240" blue="0" />
+    </foreground_color>
+    <height>12</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>%</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>10</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-6c8a</wuid>
+    <x>1229</x>
+    <y>843</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="7" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>10</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>PCV-040</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>37</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-6c89</wuid>
+    <x>1195</x>
+    <y>625</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="240" green="240" blue="0" />
+    </background_color>
+    <border_color>
+      <color red="240" green="240" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="8" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="240" green="240" blue="0" />
+    </foreground_color>
+    <height>12</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>%</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>10</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-6c88</wuid>
+    <x>1229</x>
+    <y>635</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="8" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>12</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>P-40</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>23</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-6c87</wuid>
+    <x>1324</x>
+    <y>617</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="8" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>12</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>P-50</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>23</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-6c86</wuid>
+    <x>1324</x>
+    <y>824</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="8" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>12</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>P-30</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>23</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-6c85</wuid>
+    <x>1324</x>
+    <y>408</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="7" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>10</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>PCV-020</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>37</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-6c84</wuid>
+    <x>1196</x>
+    <y>158</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="240" green="240" blue="0" />
+    </background_color>
+    <border_color>
+      <color red="240" green="240" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="8" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="240" green="240" blue="0" />
+    </foreground_color>
+    <height>12</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>%</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>10</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-6c83</wuid>
+    <x>1230</x>
+    <y>168</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="8" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>12</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>P-20</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>23</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-6c82</wuid>
+    <x>1323</x>
+    <y>156</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="8" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>12</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>PT-021</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>35</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-6c81</wuid>
+    <x>1539</x>
+    <y>268</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="240" green="240" blue="0" />
+    </background_color>
+    <border_color>
+      <color red="240" green="240" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="8" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="240" green="240" blue="0" />
+    </foreground_color>
+    <height>12</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>Bar</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>17</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-6c80</wuid>
+    <x>1564</x>
+    <y>279</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="8" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>12</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>FT-020</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>35</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-6c7f</wuid>
+    <x>1464</x>
+    <y>268</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="240" green="240" blue="0" />
+    </background_color>
+    <border_color>
+      <color red="240" green="240" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="8" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="240" green="240" blue="0" />
+    </foreground_color>
+    <height>12</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>m3/h</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>24</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-6c7e</wuid>
+    <x>1488</x>
+    <y>279</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="8" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>12</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>PT-030</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>35</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-6c7d</wuid>
+    <x>1539</x>
+    <y>514</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="240" green="240" blue="0" />
+    </background_color>
+    <border_color>
+      <color red="240" green="240" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="8" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="240" green="240" blue="0" />
+    </foreground_color>
+    <height>12</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>Bar</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>17</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-6c7c</wuid>
+    <x>1564</x>
+    <y>525</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="8" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>12</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>FT-030</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>35</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-6c7b</wuid>
+    <x>1463</x>
+    <y>514</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="240" green="240" blue="0" />
+    </background_color>
+    <border_color>
+      <color red="240" green="240" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="8" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="240" green="240" blue="0" />
+    </foreground_color>
+    <height>12</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>m3/h</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>24</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-6c7a</wuid>
+    <x>1488</x>
+    <y>525</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="8" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>12</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>TT-020</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>35</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-6c79</wuid>
+    <x>1460</x>
+    <y>177</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="240" green="240" blue="0" />
+    </background_color>
+    <border_color>
+      <color red="240" green="240" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="8" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="240" green="240" blue="0" />
+    </foreground_color>
+    <height>12</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>°C</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>12</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-6c78</wuid>
+    <x>1496</x>
+    <y>188</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="8" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>12</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>TT-030</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>35</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-6c77</wuid>
+    <x>1460</x>
+    <y>423</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="240" green="240" blue="0" />
+    </background_color>
+    <border_color>
+      <color red="240" green="240" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="8" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="240" green="240" blue="0" />
+    </foreground_color>
+    <height>12</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>°C</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>12</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-6c76</wuid>
+    <x>1496</x>
+    <y>434</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="7" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>10</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>PCV-030</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>37</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-6c75</wuid>
+    <x>1198</x>
+    <y>409</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="240" green="240" blue="0" />
+    </background_color>
+    <border_color>
+      <color red="240" green="240" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="8" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="240" green="240" blue="0" />
+    </foreground_color>
+    <height>12</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>%</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>10</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-6c74</wuid>
+    <x>1232</x>
+    <y>419</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="8" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>12</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>PT-040</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>35</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-6c73</wuid>
+    <x>1539</x>
+    <y>721</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="240" green="240" blue="0" />
+    </background_color>
+    <border_color>
+      <color red="240" green="240" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="8" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="240" green="240" blue="0" />
+    </foreground_color>
+    <height>12</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>Bar</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>17</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-6c72</wuid>
+    <x>1564</x>
+    <y>732</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="8" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>12</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>FT-040</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>35</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-6c71</wuid>
+    <x>1463</x>
+    <y>721</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="240" green="240" blue="0" />
+    </background_color>
+    <border_color>
+      <color red="240" green="240" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="8" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="240" green="240" blue="0" />
+    </foreground_color>
+    <height>12</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>m3/h</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>24</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-6c70</wuid>
+    <x>1488</x>
+    <y>732</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="8" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>12</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>TT-040</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>35</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-6c6f</wuid>
+    <x>1460</x>
+    <y>631</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="240" green="240" blue="0" />
+    </background_color>
+    <border_color>
+      <color red="240" green="240" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="8" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="240" green="240" blue="0" />
+    </foreground_color>
+    <height>12</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>°C</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>12</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-6c6e</wuid>
+    <x>1496</x>
+    <y>642</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="8" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>12</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>TT-051</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>35</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-6c6d</wuid>
+    <x>1325</x>
+    <y>976</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="240" green="240" blue="0" />
+    </background_color>
+    <border_color>
+      <color red="240" green="240" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="8" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="240" green="240" blue="0" />
+    </foreground_color>
+    <height>12</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>°C</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>12</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-6c6c</wuid>
+    <x>1360</x>
+    <y>987</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="8" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>12</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>PT-050</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>35</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-6c6b</wuid>
+    <x>1538</x>
+    <y>929</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="240" green="240" blue="0" />
+    </background_color>
+    <border_color>
+      <color red="240" green="240" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="8" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="240" green="240" blue="0" />
+    </foreground_color>
+    <height>12</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>Bar</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>17</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-6c6a</wuid>
+    <x>1564</x>
+    <y>940</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="8" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>12</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>FT-050</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>35</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-6c69</wuid>
+    <x>1463</x>
+    <y>929</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="240" green="240" blue="0" />
+    </background_color>
+    <border_color>
+      <color red="240" green="240" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="8" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="240" green="240" blue="0" />
+    </foreground_color>
+    <height>12</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>m3/h</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>24</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-6c68</wuid>
+    <x>1488</x>
+    <y>940</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="8" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>12</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>TT-050</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>35</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-6c67</wuid>
+    <x>1461</x>
+    <y>838</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="240" green="240" blue="0" />
+    </background_color>
+    <border_color>
+      <color red="240" green="240" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="8" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="240" green="240" blue="0" />
+    </foreground_color>
+    <height>12</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>°C</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>12</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-6c66</wuid>
+    <x>1496</x>
+    <y>849</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="8" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>12</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>CT-020</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>36</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-6c65</wuid>
+    <x>1257</x>
+    <y>283</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="240" green="240" blue="0" />
+    </background_color>
+    <border_color>
+      <color red="240" green="240" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="8" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="240" green="240" blue="0" />
+    </foreground_color>
+    <height>12</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>mS</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>16</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-6c64</wuid>
+    <x>1289</x>
+    <y>294</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="8" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>12</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>CT-021</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>36</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-6c63</wuid>
+    <x>1324</x>
+    <y>260</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="240" green="240" blue="0" />
+    </background_color>
+    <border_color>
+      <color red="240" green="240" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="8" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="240" green="240" blue="0" />
+    </foreground_color>
+    <height>12</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>mS</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>16</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-6c62</wuid>
+    <x>1355</x>
+    <y>271</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="8" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>12</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>FT-021</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>35</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-6c61</wuid>
+    <x>1429</x>
+    <y>304</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="240" green="240" blue="0" />
+    </background_color>
+    <border_color>
+      <color red="240" green="240" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="8" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="240" green="240" blue="0" />
+    </foreground_color>
+    <height>12</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>m3/h</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>24</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-6c60</wuid>
+    <x>1452</x>
+    <y>315</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="8" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>12</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>TT-013</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>35</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-6c5f</wuid>
+    <x>498</x>
+    <y>337</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="240" green="240" blue="0" />
+    </background_color>
+    <border_color>
+      <color red="240" green="240" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="8" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="240" green="240" blue="0" />
+    </foreground_color>
+    <height>12</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>°C</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>12</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-6c5e</wuid>
+    <x>534</x>
+    <y>349</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="8" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>12</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>TT-012</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>35</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-6c5d</wuid>
+    <x>244</x>
+    <y>499</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="240" green="240" blue="0" />
+    </background_color>
+    <border_color>
+      <color red="240" green="240" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="8" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="240" green="240" blue="0" />
+    </foreground_color>
+    <height>12</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>°C</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>12</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-6c5c</wuid>
+    <x>281</x>
+    <y>511</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="8" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>12</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>PT-011</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>35</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-6c5b</wuid>
+    <x>256</x>
+    <y>427</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="240" green="240" blue="0" />
+    </background_color>
+    <border_color>
+      <color red="240" green="240" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="8" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="240" green="240" blue="0" />
+    </foreground_color>
+    <height>12</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>Bar</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>17</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-6c5a</wuid>
+    <x>279</x>
+    <y>439</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="8" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>12</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>PT-012</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>35</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-6c59</wuid>
+    <x>256</x>
+    <y>588</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="240" green="240" blue="0" />
+    </background_color>
+    <border_color>
+      <color red="240" green="240" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="8" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="240" green="240" blue="0" />
+    </foreground_color>
+    <height>12</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>Bar</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>17</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-6c58</wuid>
+    <x>281</x>
+    <y>600</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="8" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>12</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>PT-014</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>35</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-6c57</wuid>
+    <x>498</x>
+    <y>586</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="240" green="240" blue="0" />
+    </background_color>
+    <border_color>
+      <color red="240" green="240" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="8" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="240" green="240" blue="0" />
+    </foreground_color>
+    <height>12</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>Bar</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>17</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-6c56</wuid>
+    <x>521</x>
+    <y>598</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="8" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>12</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>PT-013</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>35</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-6c55</wuid>
+    <x>499</x>
+    <y>428</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="240" green="240" blue="0" />
+    </background_color>
+    <border_color>
+      <color red="240" green="240" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="8" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="240" green="240" blue="0" />
+    </foreground_color>
+    <height>12</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>Bar</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>17</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-6c54</wuid>
+    <x>523</x>
+    <y>440</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="8" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>12</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>PT-015</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>35</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-6c53</wuid>
+    <x>418</x>
+    <y>609</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="240" green="240" blue="0" />
+    </background_color>
+    <border_color>
+      <color red="240" green="240" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="8" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="240" green="240" blue="0" />
+    </foreground_color>
+    <height>12</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>Bar</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>17</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-6c52</wuid>
+    <x>442</x>
+    <y>621</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="8" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>12</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>PT-010</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>35</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-6c51</wuid>
+    <x>894</x>
+    <y>235</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="240" green="240" blue="0" />
+    </background_color>
+    <border_color>
+      <color red="240" green="240" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="8" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="240" green="240" blue="0" />
+    </foreground_color>
+    <height>12</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>mbar</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>25</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-6c50</wuid>
+    <x>918</x>
+    <y>247</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="8" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>12</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>TT-010</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>35</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-6c4f</wuid>
+    <x>895</x>
+    <y>275</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="240" green="240" blue="0" />
+    </background_color>
+    <border_color>
+      <color red="240" green="240" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="8" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="240" green="240" blue="0" />
+    </foreground_color>
+    <height>12</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>°C</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>12</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-6c4e</wuid>
+    <x>930</x>
+    <y>287</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="8" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>12</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>EC-010</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>37</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-6c4d</wuid>
+    <x>673</x>
+    <y>441</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="8" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>12</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>TT-014</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>35</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-6c4c</wuid>
+    <x>499</x>
+    <y>506</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="240" green="240" blue="0" />
+    </background_color>
+    <border_color>
+      <color red="240" green="240" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="8" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="240" green="240" blue="0" />
+    </foreground_color>
+    <height>12</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>°C</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>12</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-6c4b</wuid>
+    <x>534</x>
+    <y>518</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="8" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>12</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>FT-010</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>35</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-6c4a</wuid>
+    <x>721</x>
+    <y>586</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="240" green="240" blue="0" />
+    </background_color>
+    <border_color>
+      <color red="240" green="240" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="8" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="240" green="240" blue="0" />
+    </foreground_color>
+    <height>12</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>m3/h</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>24</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-6c49</wuid>
+    <x>744</x>
+    <y>598</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="8" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>12</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>PCV-010</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>43</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-6c48</wuid>
+    <x>568</x>
+    <y>575</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="240" green="240" blue="0" />
+    </background_color>
+    <border_color>
+      <color red="240" green="240" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="8" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="240" green="240" blue="0" />
+    </foreground_color>
+    <height>12</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>%</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>10</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-6c47</wuid>
+    <x>604</x>
+    <y>587</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="8" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>12</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>P-10</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>23</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-6c46</wuid>
+    <x>705</x>
+    <y>321</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="240" green="240" blue="0" />
+    </background_color>
+    <border_color>
+      <color red="240" green="240" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="8" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="240" green="240" blue="0" />
+    </foreground_color>
+    <height>12</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>%</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>10</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-6c45</wuid>
+    <x>727</x>
+    <y>332</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="8" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>12</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>PDelta</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>32</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-6c44</wuid>
+    <x>1462</x>
+    <y>142</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="8" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>12</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>Water flow switches</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>97</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-6c43</wuid>
+    <x>327</x>
+    <y>13</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="8" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>12</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>Coupler n°1</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>57</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-6c42</wuid>
+    <x>327</x>
+    <y>30</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="8" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>12</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>Coupler n°2</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>57</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-6c41</wuid>
+    <x>326</x>
+    <y>41</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="8" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>12</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>Coupler n°3</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>57</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-6c40</wuid>
+    <x>326</x>
+    <y>53</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="8" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>12</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>Coupler n°4</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>57</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-6c3f</wuid>
+    <x>326</x>
+    <y>65</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="8" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>12</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>TT-011</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>35</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-6c3e</wuid>
+    <x>257</x>
+    <y>317</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="240" green="240" blue="0" />
+    </background_color>
+    <border_color>
+      <color red="240" green="240" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="8" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="240" green="240" blue="0" />
+    </foreground_color>
+    <height>12</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>°C</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>12</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-6c3d</wuid>
+    <x>291</x>
+    <y>329</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="8" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>12</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>FT-011</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>35</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-6c3c</wuid>
+    <x>241</x>
+    <y>286</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="240" green="240" blue="0" />
+    </background_color>
+    <border_color>
+      <color red="240" green="240" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="8" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="240" green="240" blue="0" />
+    </foreground_color>
+    <height>12</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>m3/h</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>24</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-6c3b</wuid>
+    <x>263</x>
+    <y>298</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="8" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>12</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>Control mode</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>65</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-6c3a</wuid>
+    <x>541</x>
+    <y>13</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="8" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>12</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>PLC Life</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>41</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-6c39</wuid>
+    <x>561</x>
+    <y>56</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="8" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>12</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>m3/h</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>24</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-6c38</wuid>
+    <x>148</x>
+    <y>778</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="8" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>12</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>m3/h</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>24</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-6c37</wuid>
+    <x>148</x>
+    <y>752</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="8" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>12</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>m3/h</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>24</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-6c36</wuid>
+    <x>122</x>
+    <y>726</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="8" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>12</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>Bar</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>17</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-6c35</wuid>
+    <x>122</x>
+    <y>703</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="9" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>14</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>Mixed tank</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>59</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-6bfd</wuid>
+    <x>826</x>
+    <y>131</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="9" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>14</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>FCV-013</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>48</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-6bfc</wuid>
+    <x>429</x>
+    <y>347</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="9" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>14</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>FCV-014</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>48</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-6bfb</wuid>
+    <x>429</x>
+    <y>507</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="9" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>14</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>FCV-011</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>48</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-6bfa</wuid>
+    <x>291</x>
+    <y>347</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="9" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>14</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>FCV-012</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>48</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-6bf9</wuid>
+    <x>297</x>
+    <y>507</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="9" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>14</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>Exchanger regulation loop</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>144</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-6bf8</wuid>
+    <x>233</x>
+    <y>235</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="8" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>12</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>FCV-015</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>43</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-6bf7</wuid>
+    <x>668</x>
+    <y>507</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="7" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>10</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>LT-070:LH</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>43</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-6bf6</wuid>
+    <x>489</x>
+    <y>753</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="7" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>10</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>LT-070:LL</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>41</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-6bf5</wuid>
+    <x>488</x>
+    <y>881</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="7" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>10</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>LT-070:LVL</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>46</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-6bf4</wuid>
+    <x>487</x>
+    <y>937</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="9" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>14</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>PCV-011</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>49</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-6bf3</wuid>
+    <x>575</x>
+    <y>836</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="9" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>14</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>Expansion tank</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>84</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-6bf2</wuid>
+    <x>383</x>
+    <y>674</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="9" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>14</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>FCV-020</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>48</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-6bf1</wuid>
+    <x>1716</x>
+    <y>188</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="9" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>14</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>FT21</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>28</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-6bf0</wuid>
+    <x>1418</x>
+    <y>248</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="9" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>14</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>Vane regulation loop</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>113</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-6bef</wuid>
+    <x>1090</x>
+    <y>132</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="9" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>14</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>Body S1-S2 regulation loop</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>150</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-6bee</wuid>
+    <x>1090</x>
+    <y>388</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="9" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>14</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>Body S3 regulation loop</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>131</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-6bed</wuid>
+    <x>1090</x>
+    <y>588</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="9" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>14</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>RFQ</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>25</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-6bec</wuid>
+    <x>1726</x>
+    <y>132</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="9" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>14</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>FCV-021</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>48</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-6beb</wuid>
+    <x>1717</x>
+    <y>308</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="9" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>14</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>FCV-030</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>48</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-6bea</wuid>
+    <x>1716</x>
+    <y>434</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="9" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>14</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>FCV-040</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>48</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-6be9</wuid>
+    <x>1716</x>
+    <y>642</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="9" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>14</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>Body S4-S5 regulation loop</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>150</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-6be8</wuid>
+    <x>1090</x>
+    <y>795</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="9" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>14</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>FCV-051</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>48</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-6be7</wuid>
+    <x>1716</x>
+    <y>921</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="9" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>14</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>FCV-050</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>48</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-6be6</wuid>
+    <x>1717</x>
+    <y>849</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <auto_size>true</auto_size>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="15" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <format_type>0</format_type>
+    <height>22</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Text Update</name>
+    <precision>0</precision>
+    <precision_from_pv>true</precision_from_pv>
+    <pv_name>CWM-CWS03:Ctrl-PLC-001:PP20STH</pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="foreground_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:Ctrl-PLC-001:PP20STH</pv>
+      </rule>
+      <rule name="Rule" prop_id="text" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>On</value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>Off</value>
+        </exp>
+        <pv trig="true">CWM-CWS03:Ctrl-PLC-001:PP20STH</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_units>true</show_units>
+    <text>OFF</text>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>1</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Text Update</widget_type>
+    <width>40</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-6f4d</wuid>
+    <x>1508</x>
+    <y>143</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <auto_size>true</auto_size>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="15" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <format_type>0</format_type>
+    <height>22</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Text Update</name>
+    <precision>0</precision>
+    <precision_from_pv>true</precision_from_pv>
+    <pv_name>CWM-CWS03:Ctrl-PLC-001:PP20STH</pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="foreground_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:Ctrl-PLC-001:PP20STH</pv>
+      </rule>
+      <rule name="Rule" prop_id="text" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>Off</value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>On</value>
+        </exp>
+        <pv trig="true">CWM-CWS03:Ctrl-PLC-001:PP20STH</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_units>true</show_units>
+    <text>OFF</text>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>1</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Text Update</widget_type>
+    <width>40</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-6f4c</wuid>
+    <x>1508</x>
+    <y>177</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <auto_size>true</auto_size>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="15" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <format_type>0</format_type>
+    <height>22</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Text Update</name>
+    <precision>0</precision>
+    <precision_from_pv>true</precision_from_pv>
+    <pv_name>CWM-CWS03:Ctrl-Key-083:OFF</pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="foreground_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:Ctrl-Key-083:OFF</pv>
+      </rule>
+      <rule name="Rule" prop_id="text" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>Automatic control</value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>Manual control</value>
+        </exp>
+        <pv trig="true">CWM-CWS03:Ctrl-Key-083:OFF</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_units>true</show_units>
+    <text>OFF</text>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>1</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Text Update</widget_type>
+    <width>40</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-6f45</wuid>
+    <x>486</x>
+    <y>26</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <auto_size>true</auto_size>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="9" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <format_type>0</format_type>
+    <height>14</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Text Update</name>
+    <precision>0</precision>
+    <precision_from_pv>true</precision_from_pv>
+    <pv_name>CWM-CWS03:WtrC-EC-010:Cmd</pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="foreground_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-EC-010:Cmd</pv>
+      </rule>
+      <rule name="Rule" prop_id="text" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>On</value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>Off</value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-EC-010:Cmd</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_units>true</show_units>
+    <text>OFF</text>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>1</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Text Update</widget_type>
+    <width>23</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-6f57</wuid>
+    <x>677</x>
+    <y>451</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <auto_size>true</auto_size>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="9" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <format_type>0</format_type>
+    <height>14</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Text Update</name>
+    <precision>0</precision>
+    <precision_from_pv>true</precision_from_pv>
+    <pv_name>CWM-CWS03:WtrC-P-20:Cmd</pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="foreground_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-P-20:Cmd</pv>
+      </rule>
+      <rule name="Rule" prop_id="text" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>On</value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>Off</value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-P-20:Cmd</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_units>true</show_units>
+    <text>OFF</text>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>1</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Text Update</widget_type>
+    <width>23</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-6f53</wuid>
+    <x>1323</x>
+    <y>166</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <auto_size>true</auto_size>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="9" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <format_type>0</format_type>
+    <height>14</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Text Update</name>
+    <precision>0</precision>
+    <precision_from_pv>true</precision_from_pv>
+    <pv_name>CWM-CWS03:WtrC-P-30:Cmd</pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="foreground_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-P-30:Cmd</pv>
+      </rule>
+      <rule name="Rule" prop_id="text" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>On</value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>Off</value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-P-30:Cmd</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_units>true</show_units>
+    <text>OFF</text>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>1</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Text Update</widget_type>
+    <width>23</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-6f52</wuid>
+    <x>1323</x>
+    <y>418</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <auto_size>true</auto_size>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="9" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <format_type>0</format_type>
+    <height>14</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Text Update</name>
+    <precision>0</precision>
+    <precision_from_pv>true</precision_from_pv>
+    <pv_name>CWM-CWS03:WtrC-P-40:Cmd</pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="foreground_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-P-40:Cmd</pv>
+      </rule>
+      <rule name="Rule" prop_id="text" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>On</value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>Off</value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-P-40:Cmd</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_units>true</show_units>
+    <text>OFF</text>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>1</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Text Update</widget_type>
+    <width>23</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-6f51</wuid>
+    <x>1323</x>
+    <y>627</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <auto_size>true</auto_size>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="9" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <format_type>0</format_type>
+    <height>14</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Text Update</name>
+    <precision>0</precision>
+    <precision_from_pv>true</precision_from_pv>
+    <pv_name>CWM-CWS03:WtrC-P-50:Cmd</pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="foreground_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-P-50:Cmd</pv>
+      </rule>
+      <rule name="Rule" prop_id="text" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>On</value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>Off</value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-P-50:Cmd</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_units>true</show_units>
+    <text>OFF</text>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>1</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Text Update</widget_type>
+    <width>23</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-6f50</wuid>
+    <x>1323</x>
+    <y>833</y>
+  </widget>
+</display>
\ No newline at end of file
diff --git a/NON-APPROVED/skid-rfq/EPICS-Regulations.dxf b/NON-APPROVED/skid-rfq/EPICS-Regulations.dxf
new file mode 100644
index 0000000000000000000000000000000000000000..943b8daefc56b043ae63dac6b56d1c41a6bfbfea
--- /dev/null
+++ b/NON-APPROVED/skid-rfq/EPICS-Regulations.dxf
@@ -0,0 +1,168730 @@
+  0
+SECTION
+  2
+HEADER
+  9
+$ACADVER
+  1
+AC1027
+  9
+$ACADMAINTVER
+ 70
+    81
+  9
+$DWGCODEPAGE
+  3
+ANSI_1252
+  9
+$LASTSAVEDBY
+  1
+tjoannem
+  9
+$REQUIREDVERSIONS
+160
+                 0
+  9
+$INSBASE
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  9
+$EXTMIN
+ 10
+-0.0288199147717023
+ 20
+-354.0216309746347
+ 30
+-14012.14459251007
+  9
+$EXTMAX
+ 10
+1915.881122407552
+ 20
+718.0688834093721
+ 30
+992348.1586516302
+  9
+$LIMMIN
+ 10
+0.0003931386999056
+ 20
+-177.0017847744181
+  9
+$LIMMAX
+ 10
+1915.000059505233
+ 20
+894.9971695415896
+  9
+$ORTHOMODE
+ 70
+     1
+  9
+$REGENMODE
+ 70
+     1
+  9
+$FILLMODE
+ 70
+     0
+  9
+$QTEXTMODE
+ 70
+     0
+  9
+$MIRRTEXT
+ 70
+     0
+  9
+$LTSCALE
+ 40
+1.0
+  9
+$ATTMODE
+ 70
+     1
+  9
+$TEXTSIZE
+ 40
+0.2
+  9
+$TRACEWID
+ 40
+0.05
+  9
+$TEXTSTYLE
+  7
+Standard
+  9
+$CLAYER
+  8
+0
+  9
+$CELTYPE
+  6
+ByLayer
+  9
+$CECOLOR
+ 62
+   256
+  9
+$CELTSCALE
+ 40
+1.0
+  9
+$DISPSILH
+ 70
+     0
+  9
+$DIMSCALE
+ 40
+1.0
+  9
+$DIMASZ
+ 40
+0.18
+  9
+$DIMEXO
+ 40
+0.0625
+  9
+$DIMDLI
+ 40
+0.38
+  9
+$DIMRND
+ 40
+0.0
+  9
+$DIMDLE
+ 40
+0.0
+  9
+$DIMEXE
+ 40
+0.18
+  9
+$DIMTP
+ 40
+0.0
+  9
+$DIMTM
+ 40
+0.0
+  9
+$DIMTXT
+ 40
+0.18
+  9
+$DIMCEN
+ 40
+0.09
+  9
+$DIMTSZ
+ 40
+0.0
+  9
+$DIMTOL
+ 70
+     0
+  9
+$DIMLIM
+ 70
+     0
+  9
+$DIMTIH
+ 70
+     1
+  9
+$DIMTOH
+ 70
+     1
+  9
+$DIMSE1
+ 70
+     0
+  9
+$DIMSE2
+ 70
+     0
+  9
+$DIMTAD
+ 70
+     0
+  9
+$DIMZIN
+ 70
+     0
+  9
+$DIMBLK
+  1
+
+  9
+$DIMASO
+ 70
+     1
+  9
+$DIMSHO
+ 70
+     1
+  9
+$DIMPOST
+  1
+
+  9
+$DIMAPOST
+  1
+
+  9
+$DIMALT
+ 70
+     0
+  9
+$DIMALTD
+ 70
+     2
+  9
+$DIMALTF
+ 40
+25.4
+  9
+$DIMLFAC
+ 40
+1.0
+  9
+$DIMTOFL
+ 70
+     0
+  9
+$DIMTVP
+ 40
+0.0
+  9
+$DIMTIX
+ 70
+     0
+  9
+$DIMSOXD
+ 70
+     0
+  9
+$DIMSAH
+ 70
+     0
+  9
+$DIMBLK1
+  1
+
+  9
+$DIMBLK2
+  1
+
+  9
+$DIMSTYLE
+  2
+Standard
+  9
+$DIMCLRD
+ 70
+     0
+  9
+$DIMCLRE
+ 70
+     0
+  9
+$DIMCLRT
+ 70
+     0
+  9
+$DIMTFAC
+ 40
+1.0
+  9
+$DIMGAP
+ 40
+0.09
+  9
+$DIMJUST
+ 70
+     0
+  9
+$DIMSD1
+ 70
+     0
+  9
+$DIMSD2
+ 70
+     0
+  9
+$DIMTOLJ
+ 70
+     1
+  9
+$DIMTZIN
+ 70
+     0
+  9
+$DIMALTZ
+ 70
+     0
+  9
+$DIMALTTZ
+ 70
+     0
+  9
+$DIMUPT
+ 70
+     0
+  9
+$DIMDEC
+ 70
+     4
+  9
+$DIMTDEC
+ 70
+     4
+  9
+$DIMALTU
+ 70
+     2
+  9
+$DIMALTTD
+ 70
+     2
+  9
+$DIMTXSTY
+  7
+Standard
+  9
+$DIMAUNIT
+ 70
+     0
+  9
+$DIMADEC
+ 70
+     0
+  9
+$DIMALTRND
+ 40
+0.0
+  9
+$DIMAZIN
+ 70
+     0
+  9
+$DIMDSEP
+ 70
+    46
+  9
+$DIMATFIT
+ 70
+     3
+  9
+$DIMFRAC
+ 70
+     0
+  9
+$DIMLDRBLK
+  1
+
+  9
+$DIMLUNIT
+ 70
+     2
+  9
+$DIMLWD
+ 70
+    -2
+  9
+$DIMLWE
+ 70
+    -2
+  9
+$DIMTMOVE
+ 70
+     0
+  9
+$DIMFXL
+ 40
+1.0
+  9
+$DIMFXLON
+ 70
+     0
+  9
+$DIMJOGANG
+ 40
+0.7853981633974483
+  9
+$DIMTFILL
+ 70
+     0
+  9
+$DIMTFILLCLR
+ 70
+     0
+  9
+$DIMARCSYM
+ 70
+     0
+  9
+$DIMLTYPE
+  6
+
+  9
+$DIMLTEX1
+  6
+
+  9
+$DIMLTEX2
+  6
+
+  9
+$DIMTXTDIRECTION
+ 70
+     0
+  9
+$LUNITS
+ 70
+     2
+  9
+$LUPREC
+ 70
+     4
+  9
+$SKETCHINC
+ 40
+0.1
+  9
+$FILLETRAD
+ 40
+0.0
+  9
+$AUNITS
+ 70
+     0
+  9
+$AUPREC
+ 70
+     0
+  9
+$MENU
+  1
+.
+  9
+$ELEVATION
+ 40
+0.0
+  9
+$PELEVATION
+ 40
+0.0
+  9
+$THICKNESS
+ 40
+0.0
+  9
+$LIMCHECK
+ 70
+     0
+  9
+$CHAMFERA
+ 40
+0.0
+  9
+$CHAMFERB
+ 40
+0.0
+  9
+$CHAMFERC
+ 40
+0.0
+  9
+$CHAMFERD
+ 40
+0.0
+  9
+$SKPOLY
+ 70
+     0
+  9
+$TDCREATE
+ 40
+2452643.146717604
+  9
+$TDUCREATE
+ 40
+2452643.063384271
+  9
+$TDUPDATE
+ 40
+2458290.471265510
+  9
+$TDUUPDATE
+ 40
+2458290.387932176
+  9
+$TDINDWG
+ 40
+51.3701984144
+  9
+$TDUSRTIMER
+ 40
+2457369.472181436
+  9
+$USRTIMER
+ 70
+     1
+  9
+$ANGBASE
+ 50
+0.0
+  9
+$ANGDIR
+ 70
+     0
+  9
+$PDMODE
+ 70
+     0
+  9
+$PDSIZE
+ 40
+0.0
+  9
+$PLINEWID
+ 40
+0.0
+  9
+$SPLFRAME
+ 70
+     0
+  9
+$SPLINETYPE
+ 70
+     6
+  9
+$SPLINESEGS
+ 70
+     8
+  9
+$HANDSEED
+  5
+23F58
+  9
+$SURFTAB1
+ 70
+     6
+  9
+$SURFTAB2
+ 70
+     6
+  9
+$SURFTYPE
+ 70
+     6
+  9
+$SURFU
+ 70
+     6
+  9
+$SURFV
+ 70
+     6
+  9
+$UCSBASE
+  2
+
+  9
+$UCSNAME
+  2
+
+  9
+$UCSORG
+ 10
+0.0018237785492943
+ 20
+353.9977964523938
+ 30
+0.0
+  9
+$UCSXDIR
+ 10
+1.0
+ 20
+0.0
+ 30
+0.0
+  9
+$UCSYDIR
+ 10
+0.0
+ 20
+1.0
+ 30
+0.0
+  9
+$UCSORTHOREF
+  2
+
+  9
+$UCSORTHOVIEW
+ 70
+     0
+  9
+$UCSORGTOP
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  9
+$UCSORGBOTTOM
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  9
+$UCSORGLEFT
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  9
+$UCSORGRIGHT
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  9
+$UCSORGFRONT
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  9
+$UCSORGBACK
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  9
+$PUCSBASE
+  2
+
+  9
+$PUCSNAME
+  2
+
+  9
+$PUCSORG
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  9
+$PUCSXDIR
+ 10
+1.0
+ 20
+0.0
+ 30
+0.0
+  9
+$PUCSYDIR
+ 10
+0.0
+ 20
+1.0
+ 30
+0.0
+  9
+$PUCSORTHOREF
+  2
+
+  9
+$PUCSORTHOVIEW
+ 70
+     0
+  9
+$PUCSORGTOP
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  9
+$PUCSORGBOTTOM
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  9
+$PUCSORGLEFT
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  9
+$PUCSORGRIGHT
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  9
+$PUCSORGFRONT
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  9
+$PUCSORGBACK
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  9
+$USERI1
+ 70
+     0
+  9
+$USERI2
+ 70
+     0
+  9
+$USERI3
+ 70
+     0
+  9
+$USERI4
+ 70
+     0
+  9
+$USERI5
+ 70
+     0
+  9
+$USERR1
+ 40
+0.0
+  9
+$USERR2
+ 40
+0.0
+  9
+$USERR3
+ 40
+0.0
+  9
+$USERR4
+ 40
+0.0
+  9
+$USERR5
+ 40
+0.0
+  9
+$WORLDVIEW
+ 70
+     1
+  9
+$SHADEDGE
+ 70
+     3
+  9
+$SHADEDIF
+ 70
+    70
+  9
+$TILEMODE
+ 70
+     1
+  9
+$MAXACTVP
+ 70
+    64
+  9
+$PINSBASE
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  9
+$PLIMCHECK
+ 70
+     0
+  9
+$PEXTMIN
+ 10
+1.049999999999999
+ 20
+0.7000000000000007
+ 30
+0.0
+  9
+$PEXTMAX
+ 10
+9.449999999999999
+ 20
+6.299999999999998
+ 30
+0.0
+  9
+$PLIMMIN
+ 10
+0.0
+ 20
+0.0
+  9
+$PLIMMAX
+ 10
+10.75
+ 20
+7.75
+  9
+$UNITMODE
+ 70
+     0
+  9
+$VISRETAIN
+ 70
+     1
+  9
+$PLINEGEN
+ 70
+     0
+  9
+$PSLTSCALE
+ 70
+     1
+  9
+$TREEDEPTH
+ 70
+  3020
+  9
+$CMLSTYLE
+  2
+Standard
+  9
+$CMLJUST
+ 70
+     0
+  9
+$CMLSCALE
+ 40
+1.0
+  9
+$PROXYGRAPHICS
+ 70
+     1
+  9
+$MEASUREMENT
+ 70
+     0
+  9
+$CELWEIGHT
+370
+    -1
+  9
+$ENDCAPS
+280
+     0
+  9
+$JOINSTYLE
+280
+     0
+  9
+$LWDISPLAY
+290
+     0
+  9
+$INSUNITS
+ 70
+     1
+  9
+$HYPERLINKBASE
+  1
+
+  9
+$STYLESHEET
+  1
+
+  9
+$XEDIT
+290
+     1
+  9
+$CEPSNTYPE
+380
+     0
+  9
+$PSTYLEMODE
+290
+     1
+  9
+$FINGERPRINTGUID
+  2
+{FDEAD576-A652-11D2-9A35-0060089B3A3F}
+  9
+$VERSIONGUID
+  2
+{B2F2A630-915E-4A00-A46E-6CA02C80ECC0}
+  9
+$EXTNAMES
+290
+     1
+  9
+$PSVPSCALE
+ 40
+0.0
+  9
+$OLESTARTUP
+290
+     0
+  9
+$SORTENTS
+280
+   127
+  9
+$INDEXCTL
+280
+     0
+  9
+$HIDETEXT
+280
+     1
+  9
+$XCLIPFRAME
+280
+     0
+  9
+$HALOGAP
+280
+     0
+  9
+$OBSCOLOR
+ 70
+   257
+  9
+$OBSLTYPE
+280
+     0
+  9
+$INTERSECTIONDISPLAY
+280
+     0
+  9
+$INTERSECTIONCOLOR
+ 70
+   257
+  9
+$DIMASSOC
+280
+     2
+  9
+$PROJECTNAME
+  1
+
+  9
+$CAMERADISPLAY
+290
+     0
+  9
+$LENSLENGTH
+ 40
+50.0
+  9
+$CAMERAHEIGHT
+ 40
+0.0
+  9
+$STEPSPERSEC
+ 40
+2.0
+  9
+$STEPSIZE
+ 40
+6.0
+  9
+$3DDWFPREC
+ 40
+2.0
+  9
+$PSOLWIDTH
+ 40
+0.25
+  9
+$PSOLHEIGHT
+ 40
+4.0
+  9
+$LOFTANG1
+ 40
+1.570796326794897
+  9
+$LOFTANG2
+ 40
+1.570796326794897
+  9
+$LOFTMAG1
+ 40
+0.0
+  9
+$LOFTMAG2
+ 40
+0.0
+  9
+$LOFTPARAM
+ 70
+     7
+  9
+$LOFTNORMALS
+280
+     1
+  9
+$LATITUDE
+ 40
+37.795
+  9
+$LONGITUDE
+ 40
+-122.394
+  9
+$NORTHDIRECTION
+ 40
+0.0
+  9
+$TIMEZONE
+ 70
+ -8000
+  9
+$LIGHTGLYPHDISPLAY
+280
+     1
+  9
+$TILEMODELIGHTSYNCH
+280
+     1
+  9
+$CMATERIAL
+347
+96
+  9
+$SOLIDHIST
+280
+     1
+  9
+$SHOWHIST
+280
+     1
+  9
+$DWFFRAME
+280
+     2
+  9
+$DGNFRAME
+280
+     0
+  9
+$REALWORLDSCALE
+290
+     1
+  9
+$INTERFERECOLOR
+ 62
+     1
+  9
+$INTERFEREOBJVS
+345
+A3
+  9
+$INTERFEREVPVS
+346
+AB9
+  9
+$CSHADOW
+280
+     0
+  9
+$SHADOWPLANELOCATION
+ 40
+0.0
+  0
+ENDSEC
+  0
+SECTION
+  2
+CLASSES
+  0
+CLASS
+  1
+ACDBDICTIONARYWDFLT
+  2
+AcDbDictionaryWithDefault
+  3
+ObjectDBX Classes
+ 90
+        0
+ 91
+        1
+280
+     0
+281
+     0
+  0
+CLASS
+  1
+DICTIONARYVAR
+  2
+AcDbDictionaryVar
+  3
+ObjectDBX Classes
+ 90
+        0
+ 91
+       10
+280
+     0
+281
+     0
+  0
+CLASS
+  1
+TABLESTYLE
+  2
+AcDbTableStyle
+  3
+ObjectDBX Classes
+ 90
+     4095
+ 91
+        1
+280
+     0
+281
+     0
+  0
+CLASS
+  1
+MATERIAL
+  2
+AcDbMaterial
+  3
+ObjectDBX Classes
+ 90
+     1153
+ 91
+        3
+280
+     0
+281
+     0
+  0
+CLASS
+  1
+VISUALSTYLE
+  2
+AcDbVisualStyle
+  3
+ObjectDBX Classes
+ 90
+     4095
+ 91
+       26
+280
+     0
+281
+     0
+  0
+CLASS
+  1
+SCALE
+  2
+AcDbScale
+  3
+ObjectDBX Classes
+ 90
+     1153
+ 91
+       33
+280
+     0
+281
+     0
+  0
+CLASS
+  1
+CELLSTYLEMAP
+  2
+AcDbCellStyleMap
+  3
+ObjectDBX Classes
+ 90
+     1152
+ 91
+        1
+280
+     0
+281
+     0
+  0
+CLASS
+  1
+RASTERVARIABLES
+  2
+AcDbRasterVariables
+  3
+ISM
+ 90
+        0
+ 91
+        1
+280
+     0
+281
+     0
+  0
+CLASS
+  1
+SORTENTSTABLE
+  2
+AcDbSortentsTable
+  3
+ObjectDBX Classes
+ 90
+        0
+ 91
+       65
+280
+     0
+281
+     0
+  0
+CLASS
+  1
+MLEADERSTYLE
+  2
+AcDbMLeaderStyle
+  3
+ACDB_MLEADERSTYLE_CLASS
+ 90
+     4095
+ 91
+        1
+280
+     0
+281
+     0
+  0
+CLASS
+  1
+SUN
+  2
+AcDbSun
+  3
+SCENEOE
+ 90
+     1153
+ 91
+        3
+280
+     0
+281
+     0
+  0
+CLASS
+  1
+ACDBSECTIONVIEWSTYLE
+  2
+AcDbSectionViewStyle
+  3
+ObjectDBX Classes
+ 90
+     1025
+ 91
+        2
+280
+     0
+281
+     0
+  0
+CLASS
+  1
+ACDBDETAILVIEWSTYLE
+  2
+AcDbDetailViewStyle
+  3
+ObjectDBX Classes
+ 90
+     1025
+ 91
+        2
+280
+     0
+281
+     0
+  0
+CLASS
+  1
+SOLID_BACKGROUND
+  2
+AcDbSolidBackground
+  3
+SCENEOE
+ 90
+     4095
+ 91
+        0
+280
+     0
+281
+     0
+  0
+CLASS
+  1
+NPOCOLLECTION
+  2
+AcDbImpNonPersistentObjectsCollection
+  3
+ObjectDBX Classes
+ 90
+     1153
+ 91
+        0
+280
+     0
+281
+     0
+  0
+CLASS
+  1
+ACDBASSOCPERSSUBENTMANAGER
+  2
+AcDbAssocPersSubentManager
+  3
+ObjectDBX Classes
+ 90
+     1024
+ 91
+        2
+280
+     0
+281
+     0
+  0
+CLASS
+  1
+ACDBPERSSUBENTMANAGER
+  2
+AcDbPersSubentManager
+  3
+AcDbPersSubentManager
+ 90
+     1024
+ 91
+        2
+280
+     0
+281
+     0
+  0
+ENDSEC
+  0
+SECTION
+  2
+TABLES
+  0
+TABLE
+  2
+VPORT
+  5
+8
+330
+0
+100
+AcDbSymbolTable
+ 70
+     1
+  0
+VPORT
+  5
+94
+330
+8
+100
+AcDbSymbolTableRecord
+100
+AcDbViewportTableRecord
+  2
+*Active
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 11
+1.0
+ 21
+1.0
+ 12
+940.2460364543843
+ 22
+-574.3084863485051
+ 13
+0.0
+ 23
+0.0
+ 14
+1.0
+ 24
+1.0
+ 15
+1.0
+ 25
+1.0
+ 16
+0.0
+ 26
+0.0
+ 36
+3.767880257459921
+ 17
+17.68011479200598
+ 27
+844.7962556319827
+ 37
+496.0
+ 40
+1254.79238511029
+ 41
+1.683885890516576
+ 42
+50.0
+ 43
+0.0
+ 44
+0.0
+ 50
+0.0
+ 51
+0.0
+ 71
+     0
+ 72
+   100
+ 73
+     1
+ 74
+     3
+ 75
+     0
+ 76
+     1
+ 77
+     0
+ 78
+     0
+281
+     0
+ 65
+     1
+110
+0.0018237785492943
+120
+353.9977964523938
+130
+0.0
+111
+1.0
+121
+0.0
+131
+0.0
+112
+0.0
+122
+1.0
+132
+0.0
+ 79
+     0
+146
+0.0
+348
+9F
+ 60
+     2
+ 61
+     4
+292
+     1
+282
+     1
+141
+0.0
+142
+0.0
+ 63
+   250
+421
+  3355443
+361
+6B57
+1001
+ACAD_NAV_VCDISPLAY
+1070
+     3
+  0
+ENDTAB
+  0
+TABLE
+  2
+LTYPE
+  5
+5
+330
+0
+100
+AcDbSymbolTable
+ 70
+     7
+  0
+LTYPE
+  5
+14
+330
+5
+100
+AcDbSymbolTableRecord
+100
+AcDbLinetypeTableRecord
+  2
+ByBlock
+ 70
+     0
+  3
+
+ 72
+    65
+ 73
+     0
+ 40
+0.0
+  0
+LTYPE
+  5
+15
+330
+5
+100
+AcDbSymbolTableRecord
+100
+AcDbLinetypeTableRecord
+  2
+ByLayer
+ 70
+     0
+  3
+
+ 72
+    65
+ 73
+     0
+ 40
+0.0
+  0
+LTYPE
+  5
+16
+330
+5
+100
+AcDbSymbolTableRecord
+100
+AcDbLinetypeTableRecord
+  2
+Continuous
+ 70
+     0
+  3
+Solid line
+ 72
+    65
+ 73
+     0
+ 40
+0.0
+  0
+LTYPE
+  5
+E6
+330
+5
+100
+AcDbSymbolTableRecord
+100
+AcDbLinetypeTableRecord
+  2
+CONTINU
+ 70
+     0
+  3
+Ligne continue
+ 72
+    65
+ 73
+     0
+ 40
+0.0
+  0
+LTYPE
+  5
+430
+330
+5
+100
+AcDbSymbolTableRecord
+100
+AcDbLinetypeTableRecord
+  2
+CACHE
+ 70
+     0
+  3
+_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
+ 72
+    65
+ 73
+     2
+ 40
+0.375
+ 49
+0.25
+ 74
+     0
+ 49
+-0.125
+ 74
+     0
+  0
+LTYPE
+  5
+440
+330
+5
+100
+AcDbSymbolTableRecord
+100
+AcDbLinetypeTableRecord
+  2
+TIRET
+ 70
+     0
+  3
+- - - - - - -
+ 72
+    65
+ 73
+     2
+ 40
+0.22
+ 49
+0.11
+ 74
+     0
+ 49
+-0.11
+ 74
+     0
+  0
+LTYPE
+  5
+6B73
+330
+5
+100
+AcDbSymbolTableRecord
+100
+AcDbLinetypeTableRecord
+  2
+MIXTE
+ 70
+     0
+  3
+__ . __ . __ . __ . __ . __ . __ . __ . __ .
+ 72
+    65
+ 73
+     4
+ 40
+1.0
+ 49
+0.5
+ 74
+     0
+ 49
+-0.25
+ 74
+     0
+ 49
+0.0
+ 74
+     0
+ 49
+-0.25
+ 74
+     0
+  0
+LTYPE
+  5
+C7E8
+330
+5
+100
+AcDbSymbolTableRecord
+100
+AcDbLinetypeTableRecord
+  2
+DISCONTINU
+ 70
+     0
+  3
+__ __ __ __ __ __ __ __ __ __ __ __ __ __ __ __
+ 72
+    65
+ 73
+     2
+ 40
+0.75
+ 49
+0.5
+ 74
+     0
+ 49
+-0.25
+ 74
+     0
+  0
+LTYPE
+  5
+135B9
+330
+5
+100
+AcDbSymbolTableRecord
+100
+AcDbLinetypeTableRecord
+  2
+BORDURE
+ 70
+     0
+  3
+__ __ . __ __ . __ __ . __ __ . __ __ . __ __
+ 72
+    65
+ 73
+     6
+ 40
+1.75
+ 49
+0.5
+ 74
+     0
+ 49
+-0.25
+ 74
+     0
+ 49
+0.5
+ 74
+     0
+ 49
+-0.25
+ 74
+     0
+ 49
+0.0
+ 74
+     0
+ 49
+-0.25
+ 74
+     0
+  0
+ENDTAB
+  0
+TABLE
+  2
+LAYER
+  5
+2
+102
+{ACAD_XDICTIONARY
+360
+2E06
+102
+}
+330
+0
+100
+AcDbSymbolTable
+ 70
+    33
+  0
+LAYER
+  5
+10
+330
+2
+100
+AcDbSymbolTableRecord
+100
+AcDbLayerTableRecord
+  2
+0
+ 70
+     0
+ 62
+     7
+  6
+Continuous
+370
+    -3
+390
+F
+347
+98
+348
+0
+  0
+LAYER
+  5
+E4
+330
+2
+100
+AcDbSymbolTableRecord
+100
+AcDbLayerTableRecord
+  2
+INSTRUM
+ 70
+     0
+ 62
+     7
+  6
+CONTINU
+370
+    -3
+390
+F
+347
+98
+348
+0
+  0
+LAYER
+  5
+E7
+330
+2
+100
+AcDbSymbolTableRecord
+100
+AcDbLayerTableRecord
+  2
+IMG027
+ 70
+     0
+ 62
+    27
+  6
+CONTINU
+370
+    -3
+390
+F
+347
+98
+348
+0
+  0
+LAYER
+  5
+E8
+330
+2
+100
+AcDbSymbolTableRecord
+100
+AcDbLayerTableRecord
+  2
+IMG028
+ 70
+     0
+ 62
+    28
+  6
+CONTINU
+370
+    -3
+390
+F
+347
+98
+348
+0
+  0
+LAYER
+  5
+E9
+330
+2
+100
+AcDbSymbolTableRecord
+100
+AcDbLayerTableRecord
+  2
+IMG007
+ 70
+     0
+ 62
+     7
+  6
+CONTINU
+370
+    -3
+390
+F
+347
+98
+348
+0
+  0
+LAYER
+  5
+EA
+330
+2
+100
+AcDbSymbolTableRecord
+100
+AcDbLayerTableRecord
+  2
+IMG134
+ 70
+     0
+ 62
+   134
+  6
+CONTINU
+370
+    -3
+390
+F
+347
+98
+348
+0
+  0
+LAYER
+  5
+EB
+330
+2
+100
+AcDbSymbolTableRecord
+100
+AcDbLayerTableRecord
+  2
+IMG008
+ 70
+     0
+ 62
+     7
+  6
+Continuous
+370
+    -3
+390
+F
+347
+98
+348
+0
+  0
+LAYER
+  5
+EC
+330
+2
+100
+AcDbSymbolTableRecord
+100
+AcDbLayerTableRecord
+  2
+IMG009
+ 70
+     0
+ 62
+     9
+  6
+CONTINU
+370
+    -3
+390
+F
+347
+98
+348
+0
+  0
+LAYER
+  5
+423
+102
+{ACAD_XDICTIONARY
+360
+424
+102
+}
+330
+2
+100
+AcDbSymbolTableRecord
+100
+AcDbLayerTableRecord
+  2
+BROUIL
+ 70
+     0
+ 62
+     1
+  6
+Continuous
+370
+    -3
+390
+F
+347
+98
+348
+0
+  0
+LAYER
+  5
+427
+102
+{ACAD_XDICTIONARY
+360
+428
+102
+}
+330
+2
+100
+AcDbSymbolTableRecord
+100
+AcDbLayerTableRecord
+  2
+DESSIN
+ 70
+     0
+ 62
+     7
+  6
+Continuous
+370
+    -3
+390
+F
+347
+98
+348
+0
+  0
+LAYER
+  5
+42A
+102
+{ACAD_XDICTIONARY
+360
+42B
+102
+}
+330
+2
+100
+AcDbSymbolTableRecord
+100
+AcDbLayerTableRecord
+  2
+TEXTE
+ 70
+     0
+ 62
+     7
+  6
+Continuous
+370
+    -3
+390
+F
+347
+98
+348
+0
+  0
+LAYER
+  5
+42D
+102
+{ACAD_XDICTIONARY
+360
+42E
+102
+}
+330
+2
+100
+AcDbSymbolTableRecord
+100
+AcDbLayerTableRecord
+  2
+HE_Circuit_2
+ 70
+     0
+ 62
+    21
+  6
+CACHE
+370
+    -3
+390
+F
+347
+98
+348
+0
+  0
+LAYER
+  5
+431
+102
+{ACAD_XDICTIONARY
+360
+432
+102
+}
+330
+2
+100
+AcDbSymbolTableRecord
+100
+AcDbLayerTableRecord
+  2
+Vide
+ 70
+     0
+ 62
+   160
+  6
+CONTINU
+370
+    -3
+390
+F
+347
+98
+348
+0
+  0
+LAYER
+  5
+435
+102
+{ACAD_XDICTIONARY
+360
+436
+102
+}
+330
+2
+100
+AcDbSymbolTableRecord
+100
+AcDbLayerTableRecord
+  2
+He_Ecran
+ 70
+     0
+ 62
+   132
+  6
+CACHE
+370
+    -3
+390
+F
+347
+98
+348
+0
+  0
+LAYER
+  5
+438
+102
+{ACAD_XDICTIONARY
+360
+439
+102
+}
+330
+2
+100
+AcDbSymbolTableRecord
+100
+AcDbLayerTableRecord
+  2
+Ln2_FLU
+ 70
+     0
+ 62
+    90
+  6
+CONTINU
+370
+    -3
+390
+F
+347
+98
+348
+0
+  0
+LAYER
+  5
+43B
+102
+{ACAD_XDICTIONARY
+360
+43C
+102
+}
+330
+2
+100
+AcDbSymbolTableRecord
+100
+AcDbLayerTableRecord
+  2
+MIRIM
+ 70
+     0
+ 62
+    53
+  6
+Continuous
+370
+    -3
+390
+F
+347
+98
+348
+0
+1001
+AcAecLayerStandard
+1000
+
+1000
+
+  0
+LAYER
+  5
+9FD
+330
+2
+100
+AcDbSymbolTableRecord
+100
+AcDbLayerTableRecord
+  2
+IMG030
+ 70
+     0
+ 62
+    30
+  6
+CONTINU
+370
+    -3
+390
+F
+347
+98
+348
+0
+  0
+LAYER
+  5
+6B63
+102
+{ACAD_XDICTIONARY
+360
+6B64
+102
+}
+330
+2
+100
+AcDbSymbolTableRecord
+100
+AcDbLayerTableRecord
+  2
+Dessin_T
+ 70
+     0
+ 62
+     7
+  6
+CACHE
+370
+    -3
+390
+F
+347
+98
+348
+0
+  0
+LAYER
+  5
+6B67
+102
+{ACAD_XDICTIONARY
+360
+6B68
+102
+}
+330
+2
+100
+AcDbSymbolTableRecord
+100
+AcDbLayerTableRecord
+  2
+Piège froid
+ 70
+     0
+ 62
+   132
+  6
+CONTINU
+370
+    -3
+390
+F
+347
+98
+348
+0
+  0
+LAYER
+  5
+6B6E
+102
+{ACAD_XDICTIONARY
+360
+6B6F
+102
+}
+330
+2
+100
+AcDbSymbolTableRecord
+100
+AcDbLayerTableRecord
+  2
+Drain conducteur
+ 70
+     0
+ 62
+    30
+  6
+Continuous
+370
+    -3
+390
+F
+347
+98
+348
+0
+  0
+LAYER
+  5
+6B72
+330
+2
+100
+AcDbSymbolTableRecord
+100
+AcDbLayerTableRecord
+  2
+E_A_V
+ 70
+     0
+ 62
+   250
+  6
+MIXTE
+370
+    -3
+390
+F
+347
+98
+348
+0
+  0
+LAYER
+  5
+6B74
+330
+2
+100
+AcDbSymbolTableRecord
+100
+AcDbLayerTableRecord
+  2
+Support_Inox
+ 70
+     0
+ 62
+   181
+  6
+TIRET
+370
+    -3
+390
+F
+347
+98
+348
+0
+1001
+AcAecLayerStandard
+1000
+
+1000
+Support Inox pour Euclid
+  0
+LAYER
+  5
+6B77
+330
+2
+100
+AcDbSymbolTableRecord
+100
+AcDbLayerTableRecord
+  2
+Système RGA
+ 70
+     0
+ 62
+   114
+  6
+CONTINU
+370
+    -3
+390
+F
+347
+98
+348
+0
+1001
+AcAecLayerStandard
+1000
+
+1000
+
+  0
+LAYER
+  5
+100B5
+102
+{ACAD_XDICTIONARY
+360
+100B6
+102
+}
+330
+2
+100
+AcDbSymbolTableRecord
+100
+AcDbLayerTableRecord
+  2
+TRACE
+ 70
+     1
+ 62
+     4
+  6
+CONTINU
+370
+    -3
+390
+F
+347
+98
+348
+0
+  0
+LAYER
+  5
+100B7
+102
+{ACAD_XDICTIONARY
+360
+100B8
+102
+}
+330
+2
+100
+AcDbSymbolTableRecord
+100
+AcDbLayerTableRecord
+  2
+CARTOUCH
+ 70
+     0
+ 62
+     7
+  6
+CONTINU
+370
+    -3
+390
+F
+347
+98
+348
+0
+  0
+LAYER
+  5
+100B9
+102
+{ACAD_XDICTIONARY
+360
+100BA
+102
+}
+330
+2
+100
+AcDbSymbolTableRecord
+100
+AcDbLayerTableRecord
+  2
+HE_SYM
+ 70
+     0
+ 62
+    30
+  6
+CONTINU
+370
+    -3
+390
+F
+347
+98
+348
+0
+  0
+LAYER
+  5
+100BB
+102
+{ACAD_XDICTIONARY
+360
+100BC
+102
+}
+330
+2
+100
+AcDbSymbolTableRecord
+100
+AcDbLayerTableRecord
+  2
+HE_FLU
+ 70
+     0
+ 62
+    30
+  6
+CONTINU
+370
+    -3
+390
+F
+347
+98
+348
+0
+  0
+LAYER
+  5
+100BD
+102
+{ACAD_XDICTIONARY
+360
+100BE
+102
+}
+330
+2
+100
+AcDbSymbolTableRecord
+100
+AcDbLayerTableRecord
+  2
+HE_FLU_T
+ 70
+     0
+ 62
+    30
+  6
+TIRET
+370
+    -3
+390
+F
+347
+98
+348
+0
+  0
+LAYER
+  5
+100BF
+102
+{ACAD_XDICTIONARY
+360
+100C0
+102
+}
+330
+2
+100
+AcDbSymbolTableRecord
+100
+AcDbLayerTableRecord
+  2
+EAU_SYM
+ 70
+     0
+ 62
+     5
+  6
+CONTINU
+370
+    -3
+390
+F
+347
+98
+348
+0
+  0
+LAYER
+  5
+100C1
+102
+{ACAD_XDICTIONARY
+360
+100C2
+102
+}
+330
+2
+100
+AcDbSymbolTableRecord
+100
+AcDbLayerTableRecord
+  2
+Calque1
+ 70
+     0
+ 62
+    70
+  6
+CONTINU
+370
+    -3
+390
+F
+347
+98
+348
+0
+1001
+AcAecLayerStandard
+1000
+
+1000
+
+  0
+LAYER
+  5
+100C3
+102
+{ACAD_XDICTIONARY
+360
+100C4
+102
+}
+330
+2
+100
+AcDbSymbolTableRecord
+100
+AcDbLayerTableRecord
+  2
+ECRAN
+ 70
+     0
+ 62
+     7
+  6
+CACHE
+370
+    -3
+390
+F
+347
+98
+348
+0
+  0
+LAYER
+  5
+100C5
+102
+{ACAD_XDICTIONARY
+360
+100C6
+102
+}
+330
+2
+100
+AcDbSymbolTableRecord
+100
+AcDbLayerTableRecord
+  2
+N2_FLU
+ 70
+     0
+ 62
+     3
+  6
+CONTINU
+370
+    50
+390
+F
+347
+98
+348
+0
+  0
+LAYER
+  5
+135BA
+102
+{ACAD_XDICTIONARY
+360
+135BB
+102
+}
+330
+2
+100
+AcDbSymbolTableRecord
+100
+AcDbLayerTableRecord
+  2
+INST_T
+ 70
+     0
+ 62
+     7
+  6
+TIRET
+370
+    -3
+390
+F
+347
+98
+348
+0
+  0
+ENDTAB
+  0
+TABLE
+  2
+STYLE
+  5
+3
+330
+0
+100
+AcDbSymbolTable
+ 70
+     8
+  0
+STYLE
+  5
+11
+330
+3
+100
+AcDbSymbolTableRecord
+100
+AcDbTextStyleTableRecord
+  2
+Standard
+ 70
+     0
+ 40
+0.0
+ 41
+1.0
+ 50
+0.0
+ 71
+     0
+ 42
+0.2
+  3
+txt
+  4
+
+  0
+STYLE
+  5
+EF
+330
+3
+100
+AcDbSymbolTableRecord
+100
+AcDbTextStyleTableRecord
+  2
+DOM1
+ 70
+     0
+ 40
+10.0
+ 41
+1.0
+ 50
+0.0
+ 71
+     0
+ 42
+10.0
+  3
+GILLUBCD.TTF
+  4
+
+1001
+ACAD
+1000
+Gill Sans Ultra Bold Condensed
+1071
+       34
+  0
+STYLE
+  5
+F0
+330
+3
+100
+AcDbSymbolTableRecord
+100
+AcDbTextStyleTableRecord
+  2
+GRAS
+ 70
+     0
+ 40
+10.0
+ 41
+1.0
+ 50
+0.0
+ 71
+     0
+ 42
+10.0
+  3
+sanssb__.ttf
+  4
+
+1001
+ACAD
+1000
+SansSerif
+1071
+ 33554946
+  0
+STYLE
+  5
+3E9
+330
+3
+100
+AcDbSymbolTableRecord
+100
+AcDbTextStyleTableRecord
+  2
+SansSerif
+ 70
+     0
+ 40
+8.5
+ 41
+1.0
+ 50
+0.0
+ 71
+     0
+ 42
+8.5
+  3
+sanss___.ttf
+  4
+
+1001
+ACAD
+1000
+SansSerif
+1071
+      514
+  0
+STYLE
+  5
+442
+330
+3
+100
+AcDbSymbolTableRecord
+100
+AcDbTextStyleTableRecord
+  2
+STD
+ 70
+     0
+ 40
+0.0
+ 41
+1.0
+ 50
+0.0
+ 71
+     0
+ 42
+0.2
+  3
+SIMPLEX
+  4
+
+  0
+STYLE
+  5
+443
+330
+3
+100
+AcDbSymbolTableRecord
+100
+AcDbTextStyleTableRecord
+  2
+ROMANC
+ 70
+     0
+ 40
+1.0
+ 41
+1.0
+ 50
+0.0
+ 71
+     0
+ 42
+1.0
+  3
+romanc
+  4
+
+  0
+STYLE
+  5
+444
+330
+3
+100
+AcDbSymbolTableRecord
+100
+AcDbTextStyleTableRecord
+  2
+ROMANC8
+ 70
+     0
+ 40
+1.8
+ 41
+1.0
+ 50
+0.0
+ 71
+     0
+ 42
+2.0
+  3
+ROMANC8
+  4
+
+  0
+STYLE
+  5
+6508
+330
+3
+100
+AcDbSymbolTableRecord
+100
+AcDbTextStyleTableRecord
+  2
+FUTUROS
+ 70
+     0
+ 40
+0.0
+ 41
+0.5
+ 50
+0.0
+ 71
+     0
+ 42
+7.0
+  3
+simplex.shx
+  4
+
+  0
+ENDTAB
+  0
+TABLE
+  2
+VIEW
+  5
+6
+330
+0
+100
+AcDbSymbolTable
+ 70
+     1
+  0
+ENDTAB
+  0
+TABLE
+  2
+UCS
+  5
+7
+330
+0
+100
+AcDbSymbolTable
+ 70
+     0
+  0
+ENDTAB
+  0
+TABLE
+  2
+APPID
+  5
+9
+330
+0
+100
+AcDbSymbolTable
+ 70
+     6
+  0
+APPID
+  5
+12
+330
+9
+100
+AcDbSymbolTableRecord
+100
+AcDbRegAppTableRecord
+  2
+ACAD
+ 70
+     0
+  0
+APPID
+  5
+3E7
+330
+9
+100
+AcDbSymbolTableRecord
+100
+AcDbRegAppTableRecord
+  2
+ACAD_PSEXT
+ 70
+     0
+  0
+APPID
+  5
+43E
+330
+9
+100
+AcDbSymbolTableRecord
+100
+AcDbRegAppTableRecord
+  2
+AcAecLayerStandard
+ 70
+     0
+  0
+APPID
+  5
+A02
+330
+9
+100
+AcDbSymbolTableRecord
+100
+AcDbRegAppTableRecord
+  2
+ACAD_EXEMPT_FROM_CAD_STANDARDS
+ 70
+     0
+  0
+APPID
+  5
+A89
+330
+9
+100
+AcDbSymbolTableRecord
+100
+AcDbRegAppTableRecord
+  2
+ACAD_NAV_VCDISPLAY
+ 70
+     0
+  0
+APPID
+  5
+A8A
+330
+9
+100
+AcDbSymbolTableRecord
+100
+AcDbRegAppTableRecord
+  2
+ACAD_MLEADERVER
+ 70
+     0
+  0
+ENDTAB
+  0
+TABLE
+  2
+DIMSTYLE
+  5
+A
+330
+0
+100
+AcDbSymbolTable
+ 70
+     2
+100
+AcDbDimStyleTable
+ 71
+     1
+340
+27
+  0
+DIMSTYLE
+105
+27
+330
+A
+100
+AcDbSymbolTableRecord
+100
+AcDbDimStyleTableRecord
+  2
+Standard
+ 70
+     0
+340
+11
+  0
+DIMSTYLE
+105
+3E5
+330
+A
+100
+AcDbSymbolTableRecord
+100
+AcDbDimStyleTableRecord
+  2
+ISO-25
+ 70
+     0
+ 41
+2.5
+ 42
+0.6
+ 43
+3.799999999999998
+ 44
+1.3
+ 73
+     0
+ 74
+     0
+ 77
+     1
+ 78
+     8
+140
+2.5
+141
+2.5
+143
+0.0
+147
+0.6
+171
+     3
+172
+     1
+271
+     2
+272
+     2
+274
+     3
+278
+    44
+283
+     0
+284
+     8
+340
+11
+  0
+ENDTAB
+  0
+TABLE
+  2
+BLOCK_RECORD
+  5
+1
+330
+0
+100
+AcDbSymbolTable
+ 70
+   104
+  0
+BLOCK_RECORD
+  5
+1F
+102
+{ACAD_XDICTIONARY
+360
+178B
+102
+}
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+*Model_Space
+340
+22
+ 70
+     0
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+5D
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+*Paper_Space
+340
+5E
+ 70
+     0
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+58
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+*Paper_Space0
+340
+59
+ 70
+     0
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+121
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+Valnum
+340
+0
+102
+{BLKREFS
+331
+B424
+331
+C873
+331
+E48E
+331
+130BD
+331
+130E5
+331
+14AA2
+331
+15046
+331
+16E9E
+331
+18B66
+331
+1FA23
+331
+1FA2A
+331
+1FA31
+331
+1FA38
+331
+211FA
+331
+224B6
+331
+2253E
+331
+22543
+331
+226D2
+331
+226D7
+331
+226DD
+331
+226E2
+331
+226E7
+331
+226EC
+331
+226F1
+331
+226F6
+331
+226FC
+331
+22701
+331
+22706
+331
+2270B
+331
+22714
+331
+22719
+331
+2271F
+331
+22724
+331
+22729
+331
+2272E
+331
+2273A
+331
+2273F
+331
+22745
+331
+22759
+331
+2275E
+331
+22764
+331
+2277C
+331
+22781
+331
+22787
+331
+228DD
+331
+228E2
+331
+228E8
+331
+228FE
+331
+22903
+331
+22909
+331
+22C6F
+331
+22C7A
+331
+22C85
+331
+22D26
+331
+22D31
+331
+22D3C
+331
+22F1E
+331
+22F29
+331
+22F34
+331
+22F72
+331
+22F7D
+331
+22F88
+331
+22FC6
+331
+22FD1
+331
+22FDC
+331
+2301A
+331
+23025
+331
+23030
+331
+23A95
+331
+23A9C
+331
+23AA3
+331
+23AAA
+102
+}
+ 70
+     0
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+169
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+Jbutton
+340
+0
+102
+{BLKREFS
+331
+9918
+331
+9A92
+331
+9C51
+331
+9CE2
+331
+EF4D
+331
+130D0
+331
+130DA
+331
+13172
+331
+14EDE
+331
+14EE8
+331
+17A2B
+331
+1C8F1
+331
+1F188
+331
+1F192
+331
+1F19E
+331
+1F1A8
+331
+1F1B4
+331
+1F1BE
+331
+1F1C8
+331
+1F1D2
+331
+1F1DC
+331
+1F9B9
+331
+1F9C3
+331
+23A18
+331
+23A22
+331
+23A30
+331
+23A3A
+331
+23A46
+331
+23A50
+331
+23A5A
+331
+23A64
+331
+23A6E
+331
+23A85
+102
+}
+ 70
+     0
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+38A
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+bouton
+340
+0
+102
+{BLKREFS
+331
+AEA7
+331
+1308E
+102
+}
+ 70
+     0
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+489
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+ILOC
+340
+0
+102
+{BLKREFS
+331
+143DD
+102
+}
+ 70
+     0
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+48C
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+IL
+340
+0
+102
+{BLKREFS
+331
+48B
+331
+C7EA
+331
+13348
+102
+}
+ 70
+     0
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+495
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+POINT
+340
+0
+ 70
+     0
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+49E
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+FLP
+340
+0
+310
+280000002000000020000000010004000000000000020000000000000000000000000000000000000000000000008000008000000080800080000000800080008080000080808000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+310
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0000FFFFFFFF
+310
+FFFFFFFFFFFFFFFFFFFF00000000FFFFFFFFFFFFFFFFFFFFFFFF000000000000FFFFFFFFFFFFFFFFFFFF0000000000000000FFFFFFFFFFFFFFFF00000000000000000000FFFFFFFFFFFF000000000000000000000000FFFFFFFF0000000000000000000000000000FFFF0000000000000000000000000000000F0000000000
+310
+000000000000000000FFFF000000000000000000000000FFFFFFFF00000000000000000000FFFFFFFFFFFF0000000000000000FFFFFFFFFFFFFFFF000000000000FFFFFFFFFFFFFFFFFFFF00000000FFFFFFFFFFFFFFFFFFFFFFFF0000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+310
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+102
+{BLKREFS
+331
+143D5
+331
+143F2
+331
+14401
+331
+1440F
+331
+14420
+331
+1448B
+331
+14496
+331
+144B8
+102
+}
+ 70
+     0
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+4FD
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+RECH
+340
+0
+ 70
+     0
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+550
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+S_POINT1
+340
+0
+310
+2800000020000000200000000100040000000000000200000000000000000000000000000000000000000000000080000080000000808000800000008000800080800000C0C0C000808080000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0
+310
+0000FFFFFFFFFFFFFFFFFFFFFF000000000000000FFFFFFFFFFFFFFFF00000000000000000FFFFFFFFFFFFFF0000000000000000000FFFFFFFFFFFF000000000000000000000FFFFFFFFFF00000000000000000000000FFFFFFFF0000000000000000000000000FFFFFF000000000000000000000000000FFFFF0000000000
+310
+00000000000000000FFFFF0000000000000000000000000000FFF00000000000000000000000000000FFF00000000000000000000000000000FFF00000000000000000000000000000FFF000000000000000000000000000000F0000000000000000000000000000000F0000000000000000FFFFFFFFFFFFFFFF0000000000
+310
+000000000000000000000FF00000000000000000000000000000FFF00000000000000000000000000000FFF00000000000000000000000000000FFF00000000000000000000000000000FFFF000000000000000000000000000FFFFF000000000000000000000000000FFFFFF0000000000000000000000000FFFFFFFF0000
+310
+0000000000000000000FFFFFFFFFF000000000000000000000FFFFFFFFFFFF0000000000000000000FFFFFFFFFFFFFF00000000000000000FFFFFFFFFFFFFFFF000000000000000FFFFFFFFFFFFFFFFFFFF0000000000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+102
+{BLKREFS
+331
+14432
+331
+144D2
+331
+144D3
+331
+144D4
+331
+144D5
+102
+}
+ 70
+     0
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+562
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+S_FLECHE
+340
+0
+102
+{BLKREFS
+331
+143F7
+331
+14428
+331
+14429
+331
+14433
+331
+14454
+331
+14458
+331
+1445C
+331
+14470
+331
+14471
+331
+14482
+331
+144AA
+331
+144B0
+102
+}
+ 70
+     0
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+5A3
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+S_VDPNEU
+340
+0
+102
+{BLKREFS
+331
+143D0
+331
+143D1
+331
+143E9
+331
+143EA
+331
+14456
+331
+144A2
+331
+144A4
+331
+144BE
+102
+}
+ 70
+     0
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+9F7
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+Chaufferette
+340
+0
+ 70
+     4
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+A42
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+Equtor
+340
+0
+102
+{BLKREFS
+331
+A5E
+331
+167A8
+331
+16EAA
+331
+211B8
+331
+21CE5
+331
+21CEF
+102
+}
+ 70
+     0
+280
+     1
+281
+     0
+1001
+ACAD
+1000
+DesignCenter Data
+1002
+{
+1070
+     1
+1070
+     0
+1002
+}
+  0
+BLOCK_RECORD
+  5
+A4E
+102
+{ACAD_XDICTIONARY
+360
+A4F
+102
+}
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+A$C5C615966
+340
+0
+ 70
+     0
+280
+     1
+281
+     0
+1001
+ACAD
+1000
+DesignCenter Data
+1002
+{
+1070
+     1
+1070
+     0
+1002
+}
+  0
+BLOCK_RECORD
+  5
+A69
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+palet
+340
+0
+102
+{BLKREFS
+331
+9F52
+331
+D3DF
+331
+D3E5
+331
+F13E
+331
+F144
+331
+130B0
+331
+130B6
+331
+130F1
+331
+130F7
+331
+15052
+331
+15058
+331
+17688
+331
+17713
+331
+1949C
+331
+1963C
+102
+}
+ 70
+     0
+280
+     1
+281
+     0
+1001
+ACAD
+1000
+DesignCenter Data
+1002
+{
+1070
+     1
+1070
+     0
+1002
+}
+  0
+BLOCK_RECORD
+  5
+A74
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+Vanne booléenne
+340
+0
+ 70
+     4
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+AF9
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+Vanne manuelle
+340
+0
+ 70
+     4
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+1021
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+Capteur analogique
+340
+0
+ 70
+     4
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+1426
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+Capteur de température
+340
+0
+ 70
+     4
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+2375
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+Rectangle
+340
+0
+ 70
+     0
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+35C3
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+Vanne booléenne 3 voies
+340
+0
+ 70
+     0
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+41D9
+102
+{ACAD_XDICTIONARY
+360
+41DB
+102
+}
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+A$C5BB60AC7
+340
+0
+ 70
+     1
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+9917
+102
+{ACAD_XDICTIONARY
+360
+9922
+102
+}
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+A$C55953CF7
+340
+0
+ 70
+     1
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+9A91
+102
+{ACAD_XDICTIONARY
+360
+9A9C
+102
+}
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+A$C3E555B74
+340
+0
+ 70
+     0
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+9C50
+102
+{ACAD_XDICTIONARY
+360
+9C5B
+102
+}
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+A$C15946F93
+340
+0
+ 70
+     1
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+9CE1
+102
+{ACAD_XDICTIONARY
+360
+9CEC
+102
+}
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+A$C212C1499
+340
+0
+ 70
+     1
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+9F51
+102
+{ACAD_XDICTIONARY
+360
+9F58
+102
+}
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+A$C07E1678B
+340
+0
+ 70
+     1
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+AEA2
+102
+{ACAD_XDICTIONARY
+360
+AEB1
+102
+}
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+A$C2F5C0FD1
+340
+0
+ 70
+     1
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+B423
+102
+{ACAD_XDICTIONARY
+360
+B42E
+102
+}
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+A$C1E1F2580
+340
+0
+ 70
+     1
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+BD91
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+Disque
+340
+0
+102
+{BLKREFS
+331
+1FE02
+331
+1FE0A
+331
+1FE12
+331
+1FE1A
+331
+23D29
+331
+23D31
+331
+23D39
+331
+23D41
+331
+23D49
+331
+23D51
+102
+}
+ 70
+     0
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+BFA0
+102
+{ACAD_XDICTIONARY
+360
+BFA2
+102
+}
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+A$C687C57C3
+340
+0
+ 70
+     1
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+BFCE
+102
+{ACAD_XDICTIONARY
+360
+BFD0
+102
+}
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+A$C51B45B14
+340
+0
+ 70
+     1
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+C02B
+102
+{ACAD_XDICTIONARY
+360
+C02D
+102
+}
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+A$C4BC54F4F
+340
+0
+ 70
+     1
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+C0E5
+102
+{ACAD_XDICTIONARY
+360
+C0E7
+102
+}
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+A$C1C7E18F9
+340
+0
+ 70
+     1
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+C4BF
+102
+{ACAD_XDICTIONARY
+360
+C4C3
+102
+}
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+A$C75186B83
+340
+0
+ 70
+     1
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+C4EA
+102
+{ACAD_XDICTIONARY
+360
+C4EC
+102
+}
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+A$C1C916803
+340
+0
+ 70
+     1
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+C7DE
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+S_VDREGU
+340
+0
+102
+{BLKREFS
+331
+C7ED
+102
+}
+ 70
+     0
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+C7E9
+102
+{ACAD_XDICTIONARY
+360
+C7F2
+102
+}
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+A$C2C5646EA
+340
+0
+ 70
+     4
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+C86A
+102
+{ACAD_XDICTIONARY
+360
+C878
+102
+}
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+A$C61E9592C
+340
+0
+ 70
+     1
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+C97E
+102
+{ACAD_XDICTIONARY
+360
+C980
+102
+}
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+A$C08034BA2
+340
+0
+ 70
+     1
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+CA69
+102
+{ACAD_XDICTIONARY
+360
+CA6B
+102
+}
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+A$C4AEE3746
+340
+0
+ 70
+     1
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+D022
+102
+{ACAD_XDICTIONARY
+360
+D024
+102
+}
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+A$C4718551B
+340
+0
+ 70
+     1
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+D376
+102
+{ACAD_XDICTIONARY
+360
+D3EB
+102
+}
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+A$C4B4B37A6
+340
+0
+ 70
+     1
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+DC17
+102
+{ACAD_XDICTIONARY
+360
+DC19
+102
+}
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+A$C37C01819
+340
+0
+ 70
+     1
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+E48C
+102
+{ACAD_XDICTIONARY
+360
+E493
+102
+}
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+A$C35F31F96
+340
+0
+ 70
+     1
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+EF4C
+102
+{ACAD_XDICTIONARY
+360
+EF57
+102
+}
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+A$C15380ECB
+340
+0
+ 70
+     1
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+F0D5
+102
+{ACAD_XDICTIONARY
+360
+F14A
+102
+}
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+A$C29346BCE
+340
+0
+ 70
+     1
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+F9F9
+102
+{ACAD_XDICTIONARY
+360
+F9FB
+102
+}
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+A$C142D2CB3
+340
+0
+ 70
+     1
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+FCF7
+102
+{ACAD_XDICTIONARY
+360
+FCF9
+102
+}
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+A$C7C652EFC
+340
+0
+ 70
+     1
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+10069
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+S_RCHELE
+340
+0
+102
+{BLKREFS
+331
+12EEA
+331
+12F87
+331
+143C0
+331
+14407
+331
+14415
+331
+1448D
+102
+}
+ 70
+     0
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+10071
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+S_SOUPDR
+340
+0
+102
+{BLKREFS
+331
+12EE9
+331
+13001
+331
+1300F
+331
+143D9
+331
+14417
+331
+14434
+331
+14492
+331
+144AB
+331
+144B1
+331
+144B3
+102
+}
+ 70
+     0
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+1007C
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+VM
+340
+0
+ 70
+     0
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+10085
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+S_VDRPOS
+340
+0
+102
+{BLKREFS
+331
+143E5
+331
+14403
+331
+14419
+331
+14494
+102
+}
+ 70
+     0
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+10092
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+AR
+340
+0
+ 70
+     0
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+10099
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+FLP1
+340
+0
+102
+{BLKREFS
+331
+10097
+102
+}
+ 70
+     0
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+1009D
+102
+{ACAD_XDICTIONARY
+360
+1009E
+102
+}
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+A$C431521BD
+340
+0
+102
+{BLKREFS
+331
+143FE
+331
+1444F
+102
+}
+ 70
+     0
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+100B1
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+TT
+340
+0
+ 70
+     0
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+10AED
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+Icone
+340
+0
+ 70
+     0
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+10E26
+102
+{ACAD_XDICTIONARY
+360
+10E28
+102
+}
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+A$C16066308
+340
+0
+ 70
+     1
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+113E8
+102
+{ACAD_XDICTIONARY
+360
+113EA
+102
+}
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+A$C0F4C0ACB
+340
+0
+ 70
+     1
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+1142D
+102
+{ACAD_XDICTIONARY
+360
+1142F
+102
+}
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+A$C71774491
+340
+0
+ 70
+     1
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+1157E
+102
+{ACAD_XDICTIONARY
+360
+11580
+102
+}
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+A$C00C705AD
+340
+0
+ 70
+     1
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+11947
+102
+{ACAD_XDICTIONARY
+360
+11949
+102
+}
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+A$C0C1B25E7
+340
+0
+ 70
+     1
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+11965
+102
+{ACAD_XDICTIONARY
+360
+11967
+102
+}
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+A$C24203B1B
+340
+0
+ 70
+     1
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+11E3A
+102
+{ACAD_XDICTIONARY
+360
+11E4E
+102
+}
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+A$C72F02782
+340
+0
+ 70
+     1
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+123E7
+102
+{ACAD_XDICTIONARY
+360
+123E9
+102
+}
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+A$C03946768
+340
+0
+ 70
+     1
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+12455
+102
+{ACAD_XDICTIONARY
+360
+12457
+102
+}
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+A$C2F474CB2
+340
+0
+ 70
+     1
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+12EE4
+102
+{ACAD_XDICTIONARY
+360
+131BB
+102
+}
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+A$C5BA24769
+340
+0
+ 70
+     1
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+13333
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+S_VREGLM
+340
+0
+102
+{BLKREFS
+331
+1440D
+102
+}
+ 70
+     0
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+1333D
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+S_VDMANU
+340
+0
+102
+{BLKREFS
+331
+1441F
+331
+14423
+331
+1449A
+331
+1449C
+331
+1449E
+102
+}
+ 70
+     0
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+13346
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+S_INSLO1
+340
+0
+102
+{BLKREFS
+331
+14439
+331
+1443D
+331
+14440
+102
+}
+ 70
+     0
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+1334A
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+S_DSKRUP
+340
+0
+102
+{BLKREFS
+331
+14435
+102
+}
+ 70
+     0
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+135A9
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+S_DEVERS
+340
+0
+102
+{BLKREFS
+331
+144BF
+102
+}
+ 70
+     0
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+1415E
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+*X74
+340
+0
+102
+{BLKREFS
+331
+1444A
+102
+}
+ 70
+     0
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+143B2
+102
+{ACAD_XDICTIONARY
+360
+144D6
+102
+}
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+A$C159B3471
+340
+0
+ 70
+     1
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+145FE
+102
+{ACAD_XDICTIONARY
+360
+14612
+102
+}
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+A$C44E706FD
+340
+0
+ 70
+     1
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+14AA0
+102
+{ACAD_XDICTIONARY
+360
+14AAE
+102
+}
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+A$C5E240795
+340
+0
+ 70
+     1
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+14BA4
+102
+{ACAD_XDICTIONARY
+360
+14BA6
+102
+}
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+A$C2FEC580A
+340
+0
+ 70
+     1
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+14D9E
+102
+{ACAD_XDICTIONARY
+360
+14DA3
+102
+}
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+A$C20CD1C14
+340
+0
+ 70
+     1
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+14ED6
+102
+{ACAD_XDICTIONARY
+360
+14EF2
+102
+}
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+A$C21934436
+340
+0
+ 70
+     1
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+15007
+102
+{ACAD_XDICTIONARY
+360
+1505E
+102
+}
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+A$C5244044D
+340
+0
+ 70
+     1
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+15E4D
+102
+{ACAD_XDICTIONARY
+360
+15E4F
+102
+}
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+A$C37611931
+340
+0
+ 70
+     1
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+1679E
+102
+{ACAD_XDICTIONARY
+360
+167B3
+102
+}
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+A$C794D45F8
+340
+0
+ 70
+     1
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+16E9C
+102
+{ACAD_XDICTIONARY
+360
+16EB4
+102
+}
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+A$C7D117141
+340
+0
+ 70
+     1
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+173BD
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+Bargraphe
+340
+0
+102
+{BLKREFS
+331
+217EA
+331
+2181A
+331
+2183E
+331
+218D4
+331
+21904
+331
+21928
+331
+219D9
+331
+219FE
+331
+21A17
+331
+21A85
+331
+21AB5
+331
+21AD9
+331
+21B90
+331
+21BB5
+331
+21BCE
+331
+21C6F
+331
+21C94
+331
+21CAD
+102
+}
+ 70
+     0
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+17687
+102
+{ACAD_XDICTIONARY
+360
+1768E
+102
+}
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+A$C74052F46
+340
+0
+ 70
+     1
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+17712
+102
+{ACAD_XDICTIONARY
+360
+17719
+102
+}
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+A$C17580B20
+340
+0
+ 70
+     1
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+17A2A
+102
+{ACAD_XDICTIONARY
+360
+17A35
+102
+}
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+A$C2B4178E8
+340
+0
+ 70
+     1
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+17B7D
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+VR
+340
+0
+ 70
+     0
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+18B64
+102
+{ACAD_XDICTIONARY
+360
+18B72
+102
+}
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+A$C6C27455B
+340
+0
+ 70
+     1
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+18D8A
+102
+{ACAD_XDICTIONARY
+360
+18D97
+102
+}
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+A$C2D1E65A0
+340
+0
+ 70
+     1
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+18E21
+102
+{ACAD_XDICTIONARY
+360
+18E2E
+102
+}
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+A$C49107310
+340
+0
+ 70
+     1
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+193CB
+102
+{ACAD_XDICTIONARY
+360
+193D8
+102
+}
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+A$C1F504396
+340
+0
+ 70
+     1
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+1949B
+102
+{ACAD_XDICTIONARY
+360
+194A2
+102
+}
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+A$C43DE0D95
+340
+0
+ 70
+     1
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+1963B
+102
+{ACAD_XDICTIONARY
+360
+19642
+102
+}
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+A$C362F21FD
+340
+0
+ 70
+     1
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+1C8F0
+102
+{ACAD_XDICTIONARY
+360
+1C8FB
+102
+}
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+A$C51B40AF2
+340
+0
+ 70
+     1
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+1D763
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+Tendance-3
+340
+0
+102
+{BLKREFS
+331
+2195B
+331
+21991
+331
+21B49
+331
+21C29
+331
+230D9
+331
+23134
+102
+}
+ 70
+     0
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+1F183
+102
+{ACAD_XDICTIONARY
+360
+1F1E6
+102
+}
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+A$C421C1F28
+340
+0
+ 70
+     1
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+1F9B6
+102
+{ACAD_XDICTIONARY
+360
+1F9CD
+102
+}
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+A$C23A6583A
+340
+0
+ 70
+     1
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+1FA1B
+102
+{ACAD_XDICTIONARY
+360
+1FA3E
+102
+}
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+A$C6519391E
+340
+0
+ 70
+     1
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+2263B
+102
+{ACAD_XDICTIONARY
+360
+2263D
+102
+}
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+A$C7F63735E
+340
+0
+ 70
+     1
+280
+     1
+281
+     0
+  0
+BLOCK_RECORD
+  5
+226D1
+102
+{ACAD_XDICTIONARY
+360
+22735
+102
+}
+330
+1
+100
+AcDbSymbolTableRecord
+100
+AcDbBlockTableRecord
+  2
+A$C7A49375B
+340
+0
+ 70
+     1
+280
+     1
+281
+     0
+  0
+ENDTAB
+  0
+ENDSEC
+  0
+SECTION
+  2
+BLOCKS
+  0
+BLOCK
+  5
+20
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+*Model_Space
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+*Model_Space
+  1
+*Model_Space
+  0
+ENDBLK
+  5
+21
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+5F
+330
+5D
+100
+AcDbEntity
+ 67
+     1
+  8
+0
+100
+AcDbBlockBegin
+  2
+*Paper_Space
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+*Paper_Space
+  1
+*Paper_Space0
+  0
+ENDBLK
+  5
+60
+330
+5D
+100
+AcDbEntity
+ 67
+     1
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+5A
+330
+58
+100
+AcDbEntity
+ 67
+     1
+  8
+0
+100
+AcDbBlockBegin
+  2
+*Paper_Space0
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+*Paper_Space0
+  1
+*Paper_Space
+  0
+VIEWPORT
+  5
+9C0F
+330
+58
+100
+AcDbEntity
+ 67
+     1
+  8
+0
+100
+AcDbViewport
+ 10
+4.405526934984518
+ 20
+3.094065787092164
+ 30
+0.0
+ 40
+6.753454365325076
+ 41
+4.010636589664205
+ 68
+     0
+ 69
+     0
+ 12
+4.405526934984518
+ 22
+3.094065787092164
+ 13
+0.0
+ 23
+0.0
+ 14
+0.5
+ 24
+0.5
+ 15
+0.0
+ 25
+0.0
+ 16
+0.0
+ 26
+0.0
+ 36
+1.0
+ 17
+0.0
+ 27
+0.0
+ 37
+0.0
+ 42
+50.0
+ 43
+0.0
+ 44
+0.0
+ 45
+4.010636589664205
+ 50
+0.0
+ 51
+0.0
+ 72
+   100
+ 90
+   557168
+  1
+
+281
+     0
+ 71
+     1
+ 74
+     0
+110
+0.0
+120
+0.0
+130
+0.0
+111
+1.0
+121
+0.0
+131
+0.0
+112
+0.0
+122
+1.0
+132
+0.0
+ 79
+     0
+146
+0.0
+170
+     0
+ 61
+     5
+348
+9F
+292
+     1
+282
+     1
+141
+0.0
+142
+0.0
+ 63
+   250
+421
+  3355443
+361
+9C11
+  0
+VIEWPORT
+  5
+9C10
+330
+58
+100
+AcDbEntity
+ 67
+     1
+  8
+0
+100
+AcDbViewport
+ 10
+5.25
+ 20
+3.5
+ 30
+0.0
+ 40
+8.4
+ 41
+5.599999999999998
+ 68
+     0
+ 69
+     0
+ 12
+808.0537415198476
+ 22
+468.0118961873636
+ 13
+0.0
+ 23
+0.0
+ 14
+0.5
+ 24
+0.5
+ 15
+0.0
+ 25
+0.0
+ 16
+0.0
+ 26
+0.0
+ 36
+1.0
+ 17
+0.0
+ 27
+0.0
+ 37
+0.0
+ 42
+50.0
+ 43
+0.0
+ 44
+0.0
+ 45
+1098.95300753995
+ 50
+0.0
+ 51
+0.0
+ 72
+   100
+ 90
+   557152
+  1
+
+281
+     0
+ 71
+     1
+ 74
+     0
+110
+0.0
+120
+0.0
+130
+0.0
+111
+1.0
+121
+0.0
+131
+0.0
+112
+0.0
+122
+1.0
+132
+0.0
+ 79
+     0
+146
+0.0
+170
+     0
+ 61
+     5
+292
+     1
+282
+     1
+141
+0.0
+142
+0.0
+ 63
+   250
+421
+  3355443
+  0
+ENDBLK
+  5
+5B
+330
+58
+100
+AcDbEntity
+ 67
+     1
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+122
+330
+121
+100
+AcDbEntity
+  8
+0
+ 62
+   255
+370
+     0
+100
+AcDbBlockBegin
+  2
+Valnum
+ 70
+     2
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+Valnum
+  1
+Valnum
+  0
+ATTDEF
+  5
+123
+330
+121
+100
+AcDbEntity
+  8
+IMG027
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+44.0
+ 20
+0.0
+ 30
+0.0
+ 40
+8.0
+  1
+TTxxx
+  7
+DOM1
+100
+AcDbAttributeDefinition
+280
+     0
+  3
+Nom 
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTDEF
+  5
+124
+330
+121
+100
+AcDbEntity
+  8
+IMG027
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+44.0
+ 20
+0.0
+ 30
+0.0
+ 40
+8.0
+  1
+14
+  7
+DOM1
+100
+AcDbAttributeDefinition
+280
+     0
+  3
+Coul(0=N,1=Blu,2=V,3=Cy,4=R,5=M,6=Br,7=G-c,8=G-f,9=Bl-c,10=V-c,11=Cy-c,12=R-c,13=M-c,14=J,15=Blc)
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTDEF
+  5
+125
+330
+121
+100
+AcDbEntity
+  8
+IMG027
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+44.0
+ 20
+0.0
+ 30
+0.0
+ 40
+8.0
+  1
+0
+  7
+DOM1
+100
+AcDbAttributeDefinition
+280
+     0
+  3
+Coulf(0=N,1=Blu,2=V,3=Cy,4=R,5=M,6=Br,7=G-c,8=G-f,9=Bl-c,10=V-c,11=Cy-c,12=R-c,13=M-c,14=J,15=Blc)
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+TEXT
+  5
+126
+330
+121
+100
+AcDbEntity
+  8
+IMG028
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+ 40
+8.0
+  1
+999.99
+  7
+DOM1
+100
+AcDbText
+  0
+ENDBLK
+  5
+127
+330
+121
+100
+AcDbEntity
+  8
+0
+ 62
+   255
+370
+     0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+16A
+330
+169
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+Jbutton
+ 70
+     2
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+Jbutton
+  1
+Jbutton
+  0
+ATTDEF
+  5
+16B
+330
+169
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+ 40
+0.1
+  1
+MEM=1
+  7
+DOM1
+100
+AcDbAttributeDefinition
+280
+     0
+  3
+Commande ou nom  MACRO
+  2
+COMMANDE
+ 70
+     1
+280
+     0
+  0
+ATTDEF
+  5
+16C
+330
+169
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+ 40
+0.1
+  1
+
+  7
+DOM1
+100
+AcDbAttributeDefinition
+280
+     0
+  3
+Nom var état bouton(ou rien)
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTDEF
+  5
+16D
+330
+169
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+ 40
+0.1
+  1
+10
+  7
+DOM1
+100
+AcDbAttributeDefinition
+280
+     0
+  3
+Coul1(0=N,1=Blu,2=V,3=Cy,4=R,5=M,6=Br,7=G-c,8=G-f,9=Bl-c,10=V-c,11=Cy-c,12=R-c,13=M-c,14=J,15=Blc)
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTDEF
+  5
+16E
+330
+169
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+ 40
+0.1
+  1
+7
+  7
+DOM1
+100
+AcDbAttributeDefinition
+280
+     0
+  3
+Coul0(0=N,1=Blu,2=V,3=Cy,4=R,5=M,6=Br,7=G-c,8=G-f,9=Bl-c,10=V-c,11=Cy-c,12=R-c,13=M-c,14=J,15=Blc)
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTDEF
+  5
+16F
+330
+169
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+ 40
+0.1
+  1
+1
+  7
+DOM1
+100
+AcDbAttributeDefinition
+280
+     0
+  3
+Confirm Commande (OUI=1 NON=0)
+  2
+CONFIRM
+ 70
+     1
+280
+     0
+  0
+ATTDEF
+  5
+170
+330
+169
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+ 40
+0.1
+  1
+
+  7
+DOM1
+100
+AcDbAttributeDefinition
+280
+     0
+  3
+MSG TO SET 1
+  2
+MSG-1
+ 70
+     1
+280
+     0
+  0
+ATTDEF
+  5
+171
+330
+169
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+ 40
+0.1
+  1
+
+  7
+DOM1
+100
+AcDbAttributeDefinition
+280
+     0
+  3
+MSG TO SET 0
+  2
+MSG-0
+ 70
+     1
+280
+     0
+  0
+ATTDEF
+  5
+172
+330
+169
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+ 40
+0.1
+  1
+
+  7
+DOM1
+100
+AcDbAttributeDefinition
+280
+     0
+  3
+Texte
+  2
+TEXTE
+ 70
+     1
+280
+     0
+  0
+SOLID
+  5
+173
+330
+169
+100
+AcDbEntity
+  8
+IMG009
+ 62
+     9
+100
+AcDbTrace
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+ 11
+1.0
+ 21
+0.0
+ 31
+0.0
+ 12
+0.0
+ 22
+1.0
+ 32
+0.0
+ 13
+1.0
+ 23
+1.0
+ 33
+0.0
+  0
+SOLID
+  5
+174
+330
+169
+100
+AcDbEntity
+  8
+IMG134
+ 62
+   134
+100
+AcDbTrace
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+ 11
+0.0
+ 21
+1.0
+ 31
+0.0
+ 12
+1.0
+ 22
+0.0
+ 32
+0.0
+ 13
+1.0
+ 23
+1.0
+ 33
+0.0
+  0
+ENDBLK
+  5
+175
+330
+169
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+3D1
+330
+38A
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+bouton
+ 70
+     2
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+bouton
+  1
+bouton
+  0
+ATTDEF
+  5
+3C8
+330
+38A
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+ 40
+0.1
+  1
+MEM=1
+  7
+DOM1
+100
+AcDbAttributeDefinition
+280
+     0
+  3
+Commande ou nom  MACRO
+  2
+COMMANDE
+ 70
+     1
+280
+     0
+  0
+ATTDEF
+  5
+3C9
+330
+38A
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+ 40
+0.1
+  1
+
+  7
+DOM1
+100
+AcDbAttributeDefinition
+280
+     0
+  3
+Nom var état bouton(ou rien)
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTDEF
+  5
+3CA
+330
+38A
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+ 40
+0.1
+  1
+
+  7
+DOM1
+100
+AcDbAttributeDefinition
+280
+     0
+  3
+Coul à commut(16 à 255)
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTDEF
+  5
+3CB
+330
+38A
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+ 40
+0.1
+  1
+10
+  7
+DOM1
+100
+AcDbAttributeDefinition
+280
+     0
+  3
+Coul1(0=N,1=Blu,2=V,3=Cy,4=R,5=M,6=Br,7=G-c,8=G-f,9=Bl-c,10=V-c,11=Cy-c,12=R-c,13=M-c,14=J,15=Blc)
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTDEF
+  5
+3CC
+330
+38A
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+ 40
+0.1
+  1
+7
+  7
+DOM1
+100
+AcDbAttributeDefinition
+280
+     0
+  3
+Coul0(0=N,1=Blu,2=V,3=Cy,4=R,5=M,6=Br,7=G-c,8=G-f,9=Bl-c,10=V-c,11=Cy-c,12=R-c,13=M-c,14=J,15=Blc)
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTDEF
+  5
+3CD
+330
+38A
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+ 40
+0.1
+  1
+
+  7
+DOM1
+100
+AcDbAttributeDefinition
+280
+     0
+  3
+Message pour mise à 1
+  2
+MSG-1
+ 70
+     1
+280
+     0
+  0
+ATTDEF
+  5
+3CE
+330
+38A
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+ 40
+0.1
+  1
+
+  7
+DOM1
+100
+AcDbAttributeDefinition
+280
+     0
+  3
+Message pour mise à 0
+  2
+MSG-0
+ 70
+     1
+280
+     0
+  0
+SOLID
+  5
+3CF
+330
+38A
+100
+AcDbEntity
+  8
+IMG009
+ 62
+     9
+100
+AcDbTrace
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+ 11
+1.0
+ 21
+0.0
+ 31
+0.0
+ 12
+0.0
+ 22
+1.0
+ 32
+0.0
+ 13
+1.0
+ 23
+1.0
+ 33
+0.0
+  0
+SOLID
+  5
+3D0
+330
+38A
+100
+AcDbEntity
+  8
+IMG134
+ 62
+   134
+100
+AcDbTrace
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+ 11
+0.0
+ 21
+1.0
+ 31
+0.0
+ 12
+1.0
+ 22
+0.0
+ 32
+0.0
+ 13
+1.0
+ 23
+1.0
+ 33
+0.0
+  0
+ENDBLK
+  5
+3D2
+330
+38A
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+48A
+330
+489
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+ILOC
+ 70
+     0
+ 10
+200.1
+ 20
+183.0
+ 30
+0.0
+  3
+ILOC
+  1
+ILOC
+  0
+INSERT
+  5
+48B
+330
+489
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+  2
+IL
+ 10
+200.1
+ 20
+183.0
+ 30
+0.0
+ 41
+0.9
+ 42
+0.9
+ 43
+0.9
+  0
+ENDBLK
+  5
+490
+330
+489
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+48D
+330
+48C
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+IL
+ 70
+     0
+ 10
+28.0
+ 20
+9.0
+ 30
+0.0
+  3
+IL
+  1
+IL
+  0
+CIRCLE
+  5
+48E
+330
+48C
+100
+AcDbEntity
+  8
+0
+100
+AcDbCircle
+ 10
+28.0
+ 20
+9.0
+ 30
+0.0
+ 40
+5.0
+  0
+ENDBLK
+  5
+48F
+330
+48C
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+496
+330
+495
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+POINT
+ 70
+     0
+ 10
+200.0
+ 20
+162.0
+ 30
+0.0
+  3
+POINT
+  1
+POINT
+  0
+LWPOLYLINE
+  5
+497
+330
+495
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     1
+ 43
+0.5
+ 10
+199.75
+ 20
+162.0
+ 42
+1.0
+ 10
+200.25
+ 20
+162.0
+ 42
+1.0
+  0
+ENDBLK
+  5
+498
+330
+495
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+49F
+330
+49E
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+FLP
+ 70
+     0
+ 10
+103.0
+ 20
+210.0
+ 30
+0.0
+  3
+FLP
+  1
+FLP
+  0
+SOLID
+  5
+4A0
+330
+49E
+100
+AcDbEntity
+  8
+0
+100
+AcDbTrace
+ 10
+105.0
+ 20
+210.0
+ 30
+0.0
+ 11
+103.0
+ 21
+210.5
+ 31
+0.0
+ 12
+103.0
+ 22
+209.5
+ 32
+0.0
+ 13
+103.0
+ 23
+209.5
+ 33
+0.0
+  0
+ENDBLK
+  5
+4A1
+330
+49E
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+4FE
+330
+4FD
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+RECH
+ 70
+     0
+ 10
+52.0
+ 20
+188.0
+ 30
+0.0
+  3
+RECH
+  1
+RECH
+  0
+CIRCLE
+  5
+4FF
+330
+4FD
+100
+AcDbEntity
+  8
+0
+100
+AcDbCircle
+ 10
+54.32087755306536
+ 20
+186.4363441738026
+ 30
+0.0
+ 40
+0.6
+  0
+CIRCLE
+  5
+500
+330
+4FD
+100
+AcDbEntity
+  8
+0
+100
+AcDbCircle
+ 10
+49.72514682071628
+ 20
+186.47566242723
+ 30
+0.0
+ 40
+0.6
+  0
+LINE
+  5
+501
+330
+4FD
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+51.0
+ 20
+189.0
+ 30
+0.0
+ 11
+50.0
+ 21
+187.0
+ 31
+0.0
+  0
+LINE
+  5
+502
+330
+4FD
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+52.0
+ 20
+187.0
+ 30
+0.0
+ 11
+51.0
+ 21
+189.0
+ 31
+0.0
+  0
+LINE
+  5
+503
+330
+4FD
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+53.0
+ 20
+189.0
+ 30
+0.0
+ 11
+52.0
+ 21
+187.0
+ 31
+0.0
+  0
+LINE
+  5
+504
+330
+4FD
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+54.0
+ 20
+187.0
+ 30
+0.0
+ 11
+53.0
+ 21
+189.0
+ 31
+0.0
+  0
+ENDBLK
+  5
+505
+330
+4FD
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+551
+330
+550
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+S_POINT1
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+S_POINT1
+  1
+S_POINT1
+  0
+LWPOLYLINE
+  5
+552
+330
+550
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     1
+ 43
+0.7500000000000001
+ 10
+-0.375
+ 20
+0.0
+ 42
+1.0
+ 10
+0.375
+ 20
+0.0
+ 42
+1.0
+  0
+ENDBLK
+  5
+553
+330
+550
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+563
+330
+562
+100
+AcDbEntity
+  8
+BROUIL
+100
+AcDbBlockBegin
+  2
+S_FLECHE
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+S_FLECHE
+  1
+S_FLECHE
+  0
+SOLID
+  5
+564
+330
+562
+100
+AcDbEntity
+  8
+0
+100
+AcDbTrace
+ 10
+3.0
+ 20
+0.0
+ 30
+0.0
+ 11
+0.0
+ 21
+0.75
+ 31
+0.0
+ 12
+0.0
+ 22
+-0.75
+ 32
+0.0
+ 13
+0.0
+ 23
+-0.75
+ 33
+0.0
+  0
+ENDBLK
+  5
+565
+330
+562
+100
+AcDbEntity
+  8
+BROUIL
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+5A4
+330
+5A3
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+S_VDPNEU
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+S_VDPNEU
+  1
+S_VDPNEU
+  0
+LINE
+  5
+5A5
+330
+5A3
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+0.0
+ 20
+4.125
+ 30
+0.0
+ 11
+0.0
+ 21
+2.25
+ 31
+0.0
+  0
+LINE
+  5
+5A6
+330
+5A3
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+0.0
+ 20
+2.25
+ 30
+0.0
+ 11
+0.0
+ 21
+0.0
+ 31
+0.0
+  0
+LINE
+  5
+5A7
+330
+5A3
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+-1.875
+ 20
+4.125
+ 30
+0.0
+ 11
+1.875
+ 21
+4.125
+ 31
+0.0
+  0
+LINE
+  5
+5A8
+330
+5A3
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+-1.875
+ 20
+2.25
+ 30
+0.0
+ 11
+1.875
+ 21
+2.25
+ 31
+0.0
+  0
+LINE
+  5
+5A9
+330
+5A3
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1.875
+ 20
+2.25
+ 30
+0.0
+ 11
+1.875
+ 21
+6.0
+ 31
+0.0
+  0
+LINE
+  5
+5AA
+330
+5A3
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1.875
+ 20
+6.0
+ 30
+0.0
+ 11
+-1.875
+ 21
+6.0
+ 31
+0.0
+  0
+LINE
+  5
+5AB
+330
+5A3
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+-1.875
+ 20
+6.0
+ 30
+0.0
+ 11
+-1.875
+ 21
+2.25
+ 31
+0.0
+  0
+LINE
+  5
+5AC
+330
+5A3
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+2.25
+ 20
+1.125
+ 30
+0.0
+ 11
+-2.25
+ 21
+-1.125
+ 31
+0.0
+  0
+LINE
+  5
+5AD
+330
+5A3
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+2.25
+ 20
+-1.125
+ 30
+0.0
+ 11
+2.25
+ 21
+1.125
+ 31
+0.0
+  0
+LINE
+  5
+5AE
+330
+5A3
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+-2.25
+ 20
+1.125
+ 30
+0.0
+ 11
+2.25
+ 21
+-1.125
+ 31
+0.0
+  0
+LINE
+  5
+5AF
+330
+5A3
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+-2.25
+ 20
+-1.125
+ 30
+0.0
+ 11
+-2.25
+ 21
+1.125
+ 31
+0.0
+  0
+ENDBLK
+  5
+5B0
+330
+5A3
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+A71
+330
+9F7
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+Chaufferette
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+Chaufferette
+  1
+Chaufferette
+  0
+LWPOLYLINE
+  5
+A3A
+330
+9F7
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbPolyline
+ 90
+        7
+ 70
+     0
+ 43
+0.0
+ 38
+16.0
+ 39
+16.0
+ 10
+-0.0000000000000853
+ 20
+0.0000000000001279
+ 10
+4.999999999999912
+ 20
+8.000000000000127
+ 10
+9.999999999999914
+ 20
+0.0000000000001279
+ 10
+14.99999999999991
+ 20
+8.000000000000127
+ 10
+19.99999999999991
+ 20
+0.0000000000001279
+ 10
+24.99999999999991
+ 20
+8.000000000000127
+ 10
+29.99999999999991
+ 20
+0.0000000000001279
+  0
+ENDBLK
+  5
+A72
+330
+9F7
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+A43
+330
+A42
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+Equtor
+ 70
+     2
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+Equtor
+  1
+Equtor
+  0
+ATTDEF
+  5
+A44
+330
+A42
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+ 40
+0.1
+  1
+FVxx
+  7
+DOM1
+100
+AcDbAttributeDefinition
+280
+     0
+  3
+Nom de la variable
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTDEF
+  5
+A45
+330
+A42
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+ 40
+0.1
+  1
+ON
+  7
+DOM1
+100
+AcDbAttributeDefinition
+280
+     0
+  3
+Texte pour valeur à 1
+  2
+EQU-1
+ 70
+     1
+280
+     0
+  0
+ATTDEF
+  5
+A46
+330
+A42
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+ 40
+0.1
+  1
+10
+  7
+DOM1
+100
+AcDbAttributeDefinition
+280
+     0
+  3
+Coul1(0=N,1=Blu,2=V,3=Cy,4=R,5=M,6=Br,7=G-c,8=G-f,9=Bl-c,10=V-c,11=Cy-c,12=R-c,13=M-c,14=J,15=Blc)
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTDEF
+  5
+A47
+330
+A42
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+ 40
+0.1
+  1
+OFF
+  7
+DOM1
+100
+AcDbAttributeDefinition
+280
+     0
+  3
+Texte pour valeur à 0
+  2
+EQU-0
+ 70
+     1
+280
+     0
+  0
+ATTDEF
+  5
+A48
+330
+A42
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+ 40
+0.1
+  1
+12
+  7
+DOM1
+100
+AcDbAttributeDefinition
+280
+     0
+  3
+Coul0(0=N,1=Blu,2=V,3=Cy,4=R,5=M,6=Br,7=G-c,8=G-f,9=Bl-c,10=V-c,11=Cy-c,12=R-c,13=M-c,14=J,15=Blc)
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTDEF
+  5
+A49
+330
+A42
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+ 40
+0.1
+  1
+0
+  7
+DOM1
+100
+AcDbAttributeDefinition
+280
+     0
+  3
+Coulf(0=N,1=Blu,2=V,3=Cy,4=R,5=M,6=Br,7=G-c,8=G-f,9=Bl-c,10=V-c,11=Cy-c,12=R-c,13=M-c,14=J,15=Blc)
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+ATTDEF
+  5
+A4A
+330
+A42
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+ 40
+0.1
+  1
+0
+  7
+DOM1
+100
+AcDbAttributeDefinition
+280
+     0
+  3
+clignot à 1(0=NON,1=OUI)
+  2
+CLIG-1
+ 70
+     1
+280
+     0
+  0
+ATTDEF
+  5
+A4B
+330
+A42
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+ 40
+0.1
+  1
+0
+  7
+DOM1
+100
+AcDbAttributeDefinition
+280
+     0
+  3
+clignot à 0(0=NON,1=OUI)
+  2
+CLIG-0
+ 70
+     1
+280
+     0
+  0
+SOLID
+  5
+A4C
+330
+A42
+100
+AcDbEntity
+  8
+IMG134
+ 62
+   134
+100
+AcDbTrace
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+ 11
+0.0
+ 21
+1.0
+ 31
+0.0
+ 12
+1.0
+ 22
+0.0
+ 32
+0.0
+ 13
+1.0
+ 23
+1.0
+ 33
+0.0
+  0
+ENDBLK
+  5
+A4D
+330
+A42
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+A51
+330
+A4E
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+A$C5C615966
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+A$C5C615966
+  1
+A$C5C615966
+  0
+SOLID
+  5
+A52
+330
+A4E
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+0.0000005829742804
+ 20
+63.00000096737221
+ 30
+832.0
+ 11
+0.0000005829742804
+ 21
+57.00000096737221
+ 31
+832.0
+ 12
+15.00000058297428
+ 22
+57.00000096737221
+ 32
+832.0
+ 13
+15.00000058297428
+ 23
+63.00000096737221
+ 33
+832.0
+ 39
+16.0
+  0
+LWPOLYLINE
+  5
+A53
+330
+A4E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbPolyline
+ 90
+        5
+ 70
+     0
+ 43
+0.0
+ 38
+816.0
+ 39
+16.0
+ 10
+0.0000005829742804
+ 20
+63.00000096737221
+ 10
+0.0000005829742804
+ 20
+57.00000096737221
+ 10
+15.00000058297428
+ 20
+63.00000096737221
+ 10
+15.00000058297428
+ 20
+57.00000096737221
+ 10
+0.0000005829742804
+ 20
+63.00000096737221
+  0
+LWPOLYLINE
+  5
+A54
+330
+A4E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+848.0
+ 39
+16.0
+ 10
+7.50000058297428
+ 20
+60.0000009673722
+ 10
+7.50000058297428
+ 20
+70.0000009673722
+  0
+LWPOLYLINE
+  5
+A55
+330
+A4E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+848.0
+ 39
+16.0
+ 10
+4.50000058297428
+ 20
+65.0000009673722
+ 10
+10.50000058297428
+ 20
+65.0000009673722
+  0
+LWPOLYLINE
+  5
+A56
+330
+A4E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+848.0
+ 39
+16.0
+ 10
+4.50000058297428
+ 20
+68.0000009673722
+ 10
+10.50000058297428
+ 20
+68.0000009673722
+  0
+SOLID
+  5
+A57
+330
+A4E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbTrace
+ 10
+51.00000058297428
+ 20
+24.00000096737222
+ 30
+320.0
+ 11
+109.0000005829743
+ 21
+24.00000096737222
+ 31
+320.0
+ 12
+51.00000058297428
+ 22
+1.000000967372214
+ 32
+320.0
+ 13
+109.0000005829743
+ 23
+1.000000967372214
+ 33
+320.0
+ 39
+16.0
+  0
+SOLID
+  5
+A58
+330
+A4E
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+50.00000058297428
+ 20
+0.0000009673722161
+ 30
+336.0
+ 11
+51.00000058297428
+ 21
+1.000000967372214
+ 31
+336.0
+ 12
+50.00000058297428
+ 22
+25.00000096737222
+ 32
+336.0
+ 13
+51.00000058297428
+ 23
+24.00000096737222
+ 33
+336.0
+  0
+SOLID
+  5
+A59
+330
+A4E
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+51.00000058297428
+ 20
+24.00000096737222
+ 30
+336.0
+ 11
+109.0000005829743
+ 21
+24.00000096737222
+ 31
+336.0
+ 12
+50.00000058297428
+ 22
+25.00000096737222
+ 32
+336.0
+ 13
+110.0000005829743
+ 23
+25.00000096737222
+ 33
+336.0
+  0
+SOLID
+  5
+A5A
+330
+A4E
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+50.00000058297428
+ 20
+0.0000009673722161
+ 30
+336.0
+ 11
+110.0000005829743
+ 21
+0.0000009673722161
+ 31
+336.0
+ 12
+51.00000058297428
+ 22
+1.000000967372214
+ 32
+336.0
+ 13
+109.0000005829743
+ 23
+1.000000967372214
+ 33
+336.0
+  0
+SOLID
+  5
+A5B
+330
+A4E
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+110.0000005829743
+ 20
+0.0000009673722161
+ 30
+336.0
+ 11
+109.0000005829743
+ 21
+1.000000967372214
+ 31
+336.0
+ 12
+110.0000005829743
+ 22
+25.00000096737222
+ 32
+336.0
+ 13
+109.0000005829743
+ 23
+24.00000096737222
+ 33
+336.0
+  0
+LWPOLYLINE
+  5
+A5C
+330
+A4E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 38
+336.0
+ 10
+50.00000058297428
+ 20
+25.00000096737222
+ 10
+110.0000005829743
+ 20
+25.00000096737222
+ 10
+110.0000005829743
+ 20
+0.0000009673722161
+ 10
+50.00000058297428
+ 20
+0.0000009673722161
+  0
+TEXT
+  5
+A5D
+330
+A4E
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbText
+ 10
+53.00000058297428
+ 20
+14.00000096737222
+ 30
+336.0
+ 40
+8.0
+  1
+FV 125
+  7
+GRAS
+100
+AcDbText
+  0
+INSERT
+  5
+A5E
+330
+A4E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Equtor
+ 10
+53.00000058297428
+ 20
+3.000000967372216
+ 30
+336.0
+ 41
+52.0
+ 42
+8.0
+ 43
+52.0
+  0
+ATTRIB
+  5
+A5F
+330
+A5E
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+53.00000058297428
+ 20
+3.000000967372216
+ 30
+336.0
+ 40
+0.8
+  1
+FV125
+ 41
+6.5
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+A60
+330
+A5E
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+53.00000058297428
+ 20
+3.000000967372216
+ 30
+336.0
+ 40
+0.8
+  1
+OUVERT
+ 41
+6.5
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+EQU-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+A61
+330
+A5E
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+53.00000058297428
+ 20
+3.000000967372216
+ 30
+336.0
+ 40
+0.8
+  1
+10
+ 41
+6.5
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+A62
+330
+A5E
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+53.00000058297428
+ 20
+3.000000967372216
+ 30
+336.0
+ 40
+0.8
+  1
+FERMEE
+ 41
+6.5
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+EQU-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+A63
+330
+A5E
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+53.00000058297428
+ 20
+3.000000967372216
+ 30
+336.0
+ 40
+0.8
+  1
+12
+ 41
+6.5
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+A64
+330
+A5E
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+53.00000058297428
+ 20
+3.000000967372216
+ 30
+336.0
+ 40
+0.8
+  1
+0
+ 41
+6.5
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+A65
+330
+A5E
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+53.00000058297428
+ 20
+3.000000967372216
+ 30
+336.0
+ 40
+0.8
+  1
+0
+ 41
+6.5
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+A66
+330
+A5E
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+53.00000058297428
+ 20
+3.000000967372216
+ 30
+336.0
+ 40
+0.8
+  1
+0
+ 41
+6.5
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+A67
+330
+A5E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+  0
+ENDBLK
+  5
+A68
+330
+A4E
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+F1E
+330
+A69
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+palet
+ 70
+     2
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+palet
+  1
+palet
+  0
+ATTDEF
+  5
+F19
+330
+A69
+100
+AcDbEntity
+  8
+IMG009
+ 62
+     9
+100
+AcDbText
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+ 40
+8.0
+  1
+FV1|(/FV2&FV3)
+  7
+DOM1
+100
+AcDbAttributeDefinition
+280
+     0
+  3
+Nom ou equation
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTDEF
+  5
+F1A
+330
+A69
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+ 40
+6.0
+  1
+
+  7
+DOM1
+100
+AcDbAttributeDefinition
+280
+     0
+  3
+Coul(0=N,1=Blu,2=V,3=Cy,4=R,5=M,6=Br,7=G-c,8=G-f,9=Bl-c,10=V-c,11=Cy-c,12=R-c,13=M-c,14=J,15=Blc)
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTDEF
+  5
+F1B
+330
+A69
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+ 40
+8.0
+  1
+10
+  7
+DOM1
+100
+AcDbAttributeDefinition
+280
+     0
+  3
+Coul1(0=N,1=Blu,2=V,3=Cy,4=R,5=M,6=Br,7=G-c,8=G-f,9=Bl-c,10=V-c,11=Cy-c,12=R-c,13=M-c,14=J,15=Blc)
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTDEF
+  5
+F1C
+330
+A69
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+ 40
+8.0
+  1
+12
+  7
+DOM1
+100
+AcDbAttributeDefinition
+280
+     0
+  3
+Coul0(0=N,1=Blu,2=V,3=Cy,4=R,5=M,6=Br,7=G-c,8=G-f,9=Bl-c,10=V-c,11=Cy-c,12=R-c,13=M-c,14=J,15=Blc)
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+TEXT
+  5
+F1D
+330
+A69
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     9
+100
+AcDbText
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+ 40
+8.0
+  1
+P
+  7
+DOM1
+100
+AcDbText
+  0
+ENDBLK
+  5
+F1F
+330
+A69
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+AF6
+330
+A74
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+Vanne booléenne
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+Vanne booléenne
+  1
+Vanne booléenne
+  0
+SOLID
+  5
+ABB
+330
+A74
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000284
+ 20
+3.000000000000026
+ 30
+16.0
+ 11
+-0.0000000000000284
+ 21
+-2.999999999999971
+ 31
+16.0
+ 12
+14.99999999999997
+ 22
+-2.999999999999971
+ 32
+16.0
+ 13
+14.99999999999997
+ 23
+3.000000000000026
+ 33
+16.0
+ 39
+16.0
+  0
+SOLID
+  5
+ABC
+330
+A74
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+3.999999999999971
+ 20
+10.00000000000003
+ 30
+0.0
+ 11
+10.99999999999997
+ 21
+10.00000000000003
+ 31
+0.0
+ 12
+3.999999999999971
+ 22
+5.000000000000028
+ 32
+0.0
+ 13
+10.99999999999997
+ 23
+5.000000000000028
+ 33
+0.0
+ 39
+16.0
+  0
+LWPOLYLINE
+  5
+ABD
+330
+A74
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbPolyline
+ 90
+        7
+ 70
+     0
+ 43
+0.0
+ 39
+16.0
+ 10
+7.499999999999971
+ 20
+0.0000000000000284
+ 10
+7.499999999999971
+ 20
+5.000000000000028
+ 10
+3.999999999999971
+ 20
+5.000000000000028
+ 10
+3.999999999999971
+ 20
+10.00000000000003
+ 10
+10.99999999999997
+ 20
+10.00000000000003
+ 10
+10.99999999999997
+ 20
+5.000000000000028
+ 10
+7.499999999999971
+ 20
+5.000000000000028
+  0
+LWPOLYLINE
+  5
+ABE
+330
+A74
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbPolyline
+ 90
+        5
+ 70
+     0
+ 43
+0.0
+ 39
+16.0
+ 10
+-0.0000000000000284
+ 20
+3.000000000000026
+ 10
+-0.0000000000000284
+ 20
+-2.999999999999971
+ 10
+14.99999999999997
+ 20
+3.000000000000026
+ 10
+14.99999999999997
+ 20
+-2.999999999999971
+ 10
+-0.0000000000000284
+ 20
+3.000000000000026
+  0
+LWPOLYLINE
+  5
+ABF
+330
+A74
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 39
+16.0
+ 10
+3.999999999999971
+ 20
+7.000000000000027
+ 10
+10.99999999999997
+ 20
+7.000000000000027
+  0
+ENDBLK
+  5
+AF7
+330
+A74
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+B70
+330
+AF9
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+Vanne manuelle
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+Vanne manuelle
+  1
+Vanne manuelle
+  0
+SOLID
+  5
+B37
+330
+AF9
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000568
+ 20
+3.000000000000055
+ 30
+16.0
+ 11
+-0.0000000000000568
+ 21
+-2.999999999999943
+ 31
+16.0
+ 12
+14.99999999999994
+ 22
+-2.999999999999943
+ 32
+16.0
+ 13
+14.99999999999994
+ 23
+3.000000000000055
+ 33
+16.0
+ 39
+16.0
+  0
+LWPOLYLINE
+  5
+B38
+330
+AF9
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbPolyline
+ 90
+        7
+ 70
+     0
+ 43
+0.0
+ 39
+16.0
+ 10
+7.499999999999943
+ 20
+0.0000000000000568
+ 10
+7.499999999999943
+ 20
+5.000000000000056
+ 10
+3.999999999999943
+ 20
+5.000000000000056
+ 10
+3.999999999999943
+ 20
+5.000000000000056
+ 10
+10.99999999999994
+ 20
+5.000000000000056
+ 10
+10.99999999999994
+ 20
+5.000000000000056
+ 10
+7.499999999999943
+ 20
+5.000000000000056
+  0
+LWPOLYLINE
+  5
+B39
+330
+AF9
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbPolyline
+ 90
+        5
+ 70
+     0
+ 43
+0.0
+ 39
+16.0
+ 10
+-0.0000000000000568
+ 20
+3.000000000000055
+ 10
+-0.0000000000000568
+ 20
+-2.999999999999943
+ 10
+14.99999999999994
+ 20
+3.000000000000055
+ 10
+14.99999999999994
+ 20
+-2.999999999999943
+ 10
+-0.0000000000000568
+ 20
+3.000000000000055
+  0
+ENDBLK
+  5
+B71
+330
+AF9
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+10FE
+330
+1021
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+Capteur analogique
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+Capteur analogique
+  1
+Capteur analogique
+  0
+SOLID
+  5
+1063
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+-5.000000000000085
+ 21
+0.0000000000000853
+ 31
+0.0
+ 12
+-5.000000000000085
+ 22
+0.3000000000000398
+ 32
+0.0
+ 13
+-5.000000000000085
+ 23
+0.3000000000000398
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+1064
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+-5.000000000000085
+ 21
+-0.2999999999998693
+ 31
+0.0
+ 12
+-5.000000000000085
+ 22
+0.0000000000000853
+ 32
+0.0
+ 13
+-5.000000000000085
+ 23
+0.0000000000000853
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+1065
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+-5.000000000000085
+ 21
+-0.5999999999998238
+ 31
+0.0
+ 12
+-5.000000000000085
+ 22
+-0.2999999999998693
+ 32
+0.0
+ 13
+-5.000000000000085
+ 23
+-0.2999999999998693
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+1066
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+-4.900000000000063
+ 21
+-0.9000000000000055
+ 31
+0.0
+ 12
+-5.000000000000085
+ 22
+-0.5999999999998238
+ 32
+0.0
+ 13
+-5.000000000000085
+ 23
+-0.5999999999998238
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+1067
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+-4.800000000000096
+ 21
+-1.199999999999959
+ 31
+0.0
+ 12
+-4.900000000000063
+ 22
+-0.9000000000000055
+ 32
+0.0
+ 13
+-4.900000000000063
+ 23
+-0.9000000000000055
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+1068
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+-4.800000000000096
+ 21
+-1.499999999999914
+ 31
+0.0
+ 12
+-4.800000000000096
+ 22
+-1.199999999999959
+ 32
+0.0
+ 13
+-4.800000000000096
+ 23
+-1.199999999999959
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+1069
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+-4.600000000000108
+ 21
+-1.799999999999869
+ 31
+0.0
+ 12
+-4.800000000000096
+ 22
+-1.499999999999914
+ 32
+0.0
+ 13
+-4.800000000000096
+ 23
+-1.499999999999914
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+106A
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+-4.500000000000085
+ 21
+-2.099999999999821
+ 31
+0.0
+ 12
+-4.700000000000073
+ 22
+-1.799999999999869
+ 32
+0.0
+ 13
+-4.700000000000073
+ 23
+-1.799999999999869
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+106B
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+-4.400000000000063
+ 21
+-2.400000000000006
+ 31
+0.0
+ 12
+-4.500000000000085
+ 22
+-2.099999999999821
+ 32
+0.0
+ 13
+-4.500000000000085
+ 23
+-2.099999999999821
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+106C
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+-4.200000000000073
+ 21
+-2.69999999999996
+ 31
+0.0
+ 12
+-4.400000000000063
+ 22
+-2.400000000000006
+ 32
+0.0
+ 13
+-4.400000000000063
+ 23
+-2.400000000000006
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+106D
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+-4.000000000000085
+ 21
+-2.900000000000006
+ 31
+0.0
+ 12
+-4.200000000000073
+ 22
+-2.69999999999996
+ 32
+0.0
+ 13
+-4.200000000000073
+ 23
+-2.69999999999996
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+106E
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+-3.900000000000062
+ 21
+-3.19999999999996
+ 31
+0.0
+ 12
+-4.100000000000108
+ 22
+-2.900000000000006
+ 32
+0.0
+ 13
+-4.100000000000108
+ 23
+-2.900000000000006
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+106F
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+-3.600000000000108
+ 21
+-3.400000000000006
+ 31
+0.0
+ 12
+-3.900000000000062
+ 22
+-3.19999999999996
+ 32
+0.0
+ 13
+-3.900000000000062
+ 23
+-3.19999999999996
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+1070
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+-3.400000000000062
+ 21
+-3.599999999999821
+ 31
+0.0
+ 12
+-3.700000000000073
+ 22
+-3.400000000000006
+ 32
+0.0
+ 13
+-3.700000000000073
+ 23
+-3.400000000000006
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+1071
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+-3.200000000000073
+ 21
+-3.900000000000006
+ 31
+0.0
+ 12
+-3.400000000000062
+ 22
+-3.599999999999821
+ 32
+0.0
+ 13
+-3.400000000000062
+ 23
+-3.599999999999821
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+1072
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+-2.900000000000062
+ 21
+-3.999999999999913
+ 31
+0.0
+ 12
+-3.200000000000073
+ 22
+-3.799999999999866
+ 32
+0.0
+ 13
+-3.200000000000073
+ 23
+-3.799999999999866
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+1073
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+-2.700000000000073
+ 21
+-4.19999999999996
+ 31
+0.0
+ 12
+-3.000000000000083
+ 22
+-3.999999999999913
+ 32
+0.0
+ 13
+-3.000000000000083
+ 23
+-3.999999999999913
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+1074
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+-2.400000000000062
+ 21
+-4.400000000000003
+ 31
+0.0
+ 12
+-2.700000000000073
+ 22
+-4.19999999999996
+ 32
+0.0
+ 13
+-2.700000000000073
+ 23
+-4.19999999999996
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+1075
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+-2.100000000000108
+ 21
+-4.499999999999912
+ 31
+0.0
+ 12
+-2.400000000000062
+ 22
+-4.400000000000003
+ 32
+0.0
+ 13
+-2.400000000000062
+ 23
+-4.400000000000003
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+1076
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+-1.800000000000095
+ 21
+-4.599999999999822
+ 31
+0.0
+ 12
+-2.100000000000108
+ 22
+-4.499999999999912
+ 32
+0.0
+ 13
+-2.100000000000108
+ 23
+-4.499999999999912
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+1077
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+-1.500000000000085
+ 21
+-4.799999999999869
+ 31
+0.0
+ 12
+-1.900000000000061
+ 22
+-4.599999999999822
+ 32
+0.0
+ 13
+-1.900000000000061
+ 23
+-4.599999999999822
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+1078
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+-1.200000000000073
+ 21
+-4.799999999999869
+ 31
+0.0
+ 12
+-1.600000000000108
+ 22
+-4.799999999999869
+ 32
+0.0
+ 13
+-1.600000000000108
+ 23
+-4.799999999999869
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+1079
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+-0.9000000000000625
+ 21
+-4.900000000000003
+ 31
+0.0
+ 12
+-1.300000000000095
+ 22
+-4.799999999999869
+ 32
+0.0
+ 13
+-1.300000000000095
+ 23
+-4.799999999999869
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+107A
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+-0.600000000000108
+ 21
+-4.999999999999912
+ 31
+0.0
+ 12
+-1.000000000000085
+ 22
+-4.900000000000003
+ 32
+0.0
+ 13
+-1.000000000000085
+ 23
+-4.900000000000003
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+107B
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+-0.3000000000000966
+ 21
+-4.999999999999912
+ 31
+0.0
+ 12
+-0.600000000000108
+ 22
+-4.999999999999912
+ 32
+0.0
+ 13
+-0.600000000000108
+ 23
+-4.999999999999912
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+107C
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+-0.0000000000000853
+ 21
+-4.999999999999912
+ 31
+0.0
+ 12
+-0.3000000000000966
+ 22
+-4.999999999999912
+ 32
+0.0
+ 13
+-0.3000000000000966
+ 23
+-4.999999999999912
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+107D
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+0.2999999999999261
+ 21
+-4.999999999999912
+ 31
+0.0
+ 12
+-0.0000000000000853
+ 22
+-4.999999999999912
+ 32
+0.0
+ 13
+-0.0000000000000853
+ 23
+-4.999999999999912
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+107E
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+0.5999999999999375
+ 21
+-4.999999999999912
+ 31
+0.0
+ 12
+0.2999999999999261
+ 22
+-4.999999999999912
+ 32
+0.0
+ 13
+0.2999999999999261
+ 23
+-4.999999999999912
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+107F
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+0.8999999999998918
+ 21
+-4.900000000000003
+ 31
+0.0
+ 12
+0.5999999999999375
+ 22
+-4.999999999999912
+ 32
+0.0
+ 13
+0.5999999999999375
+ 23
+-4.999999999999912
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+1080
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+1.199999999999902
+ 21
+-4.799999999999869
+ 31
+0.0
+ 12
+0.8999999999998918
+ 22
+-4.900000000000003
+ 32
+0.0
+ 13
+0.8999999999998918
+ 23
+-4.900000000000003
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+1081
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+1.499999999999914
+ 21
+-4.799999999999869
+ 31
+0.0
+ 12
+1.199999999999902
+ 22
+-4.799999999999869
+ 32
+0.0
+ 13
+1.199999999999902
+ 23
+-4.799999999999869
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+1082
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+1.799999999999926
+ 21
+-4.599999999999822
+ 31
+0.0
+ 12
+1.499999999999914
+ 22
+-4.799999999999869
+ 32
+0.0
+ 13
+1.499999999999914
+ 23
+-4.799999999999869
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+1083
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+2.099999999999937
+ 21
+-4.499999999999912
+ 31
+0.0
+ 12
+1.799999999999926
+ 22
+-4.69999999999996
+ 32
+0.0
+ 13
+1.799999999999926
+ 23
+-4.69999999999996
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+1084
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+2.399999999999891
+ 21
+-4.400000000000003
+ 31
+0.0
+ 12
+2.099999999999937
+ 22
+-4.499999999999912
+ 32
+0.0
+ 13
+2.099999999999937
+ 23
+-4.499999999999912
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+1085
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+2.699999999999901
+ 21
+-4.19999999999996
+ 31
+0.0
+ 12
+2.399999999999891
+ 22
+-4.400000000000003
+ 32
+0.0
+ 13
+2.399999999999891
+ 23
+-4.400000000000003
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+1086
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+2.899999999999891
+ 21
+-3.999999999999913
+ 31
+0.0
+ 12
+2.699999999999901
+ 22
+-4.19999999999996
+ 32
+0.0
+ 13
+2.699999999999901
+ 23
+-4.19999999999996
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+1087
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+3.199999999999901
+ 21
+-3.900000000000006
+ 31
+0.0
+ 12
+2.899999999999891
+ 22
+-4.099999999999822
+ 32
+0.0
+ 13
+2.899999999999891
+ 23
+-4.099999999999822
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+1088
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+3.399999999999891
+ 21
+-3.599999999999821
+ 31
+0.0
+ 12
+3.199999999999901
+ 22
+-3.900000000000006
+ 32
+0.0
+ 13
+3.199999999999901
+ 23
+-3.900000000000006
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+1089
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+3.599999999999937
+ 21
+-3.400000000000006
+ 31
+0.0
+ 12
+3.399999999999891
+ 22
+-3.69999999999996
+ 32
+0.0
+ 13
+3.399999999999891
+ 23
+-3.69999999999996
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+108A
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+3.899999999999891
+ 21
+-3.19999999999996
+ 31
+0.0
+ 12
+3.599999999999937
+ 22
+-3.400000000000006
+ 32
+0.0
+ 13
+3.599999999999937
+ 23
+-3.400000000000006
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+108B
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+3.999999999999913
+ 21
+-2.900000000000006
+ 31
+0.0
+ 12
+3.799999999999926
+ 22
+-3.19999999999996
+ 32
+0.0
+ 13
+3.799999999999926
+ 23
+-3.19999999999996
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+108C
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+4.199999999999903
+ 21
+-2.69999999999996
+ 31
+0.0
+ 12
+3.999999999999913
+ 22
+-2.999999999999913
+ 32
+0.0
+ 13
+3.999999999999913
+ 23
+-2.999999999999913
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+108D
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+4.399999999999891
+ 21
+-2.400000000000006
+ 31
+0.0
+ 12
+4.199999999999903
+ 22
+-2.69999999999996
+ 32
+0.0
+ 13
+4.199999999999903
+ 23
+-2.69999999999996
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+108E
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+4.499999999999912
+ 21
+-2.099999999999821
+ 31
+0.0
+ 12
+4.399999999999891
+ 22
+-2.400000000000006
+ 32
+0.0
+ 13
+4.399999999999891
+ 23
+-2.400000000000006
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+108F
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+4.599999999999936
+ 21
+-1.799999999999869
+ 31
+0.0
+ 12
+4.499999999999912
+ 22
+-2.099999999999821
+ 32
+0.0
+ 13
+4.499999999999912
+ 23
+-2.099999999999821
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+1090
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+4.799999999999925
+ 21
+-1.499999999999914
+ 31
+0.0
+ 12
+4.599999999999936
+ 22
+-1.900000000000004
+ 32
+0.0
+ 13
+4.599999999999936
+ 23
+-1.900000000000004
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+1091
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+4.799999999999925
+ 21
+-1.199999999999959
+ 31
+0.0
+ 12
+4.799999999999925
+ 22
+-1.599999999999821
+ 32
+0.0
+ 13
+4.799999999999925
+ 23
+-1.599999999999821
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+1092
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+4.899999999999891
+ 21
+-0.9000000000000055
+ 31
+0.0
+ 12
+4.799999999999925
+ 22
+-1.299999999999869
+ 32
+0.0
+ 13
+4.799999999999925
+ 23
+-1.299999999999869
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+1093
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+4.999999999999912
+ 21
+-0.5999999999998238
+ 31
+0.0
+ 12
+4.899999999999891
+ 22
+-0.9999999999999149
+ 32
+0.0
+ 13
+4.899999999999891
+ 23
+-0.9999999999999149
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+1094
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+4.999999999999912
+ 21
+-0.2999999999998693
+ 31
+0.0
+ 12
+4.999999999999912
+ 22
+-0.5999999999998238
+ 32
+0.0
+ 13
+4.999999999999912
+ 23
+-0.5999999999998238
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+1095
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+4.999999999999912
+ 21
+0.0000000000000853
+ 31
+0.0
+ 12
+4.999999999999912
+ 22
+-0.2999999999998693
+ 32
+0.0
+ 13
+4.999999999999912
+ 23
+-0.2999999999998693
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+1096
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+4.999999999999912
+ 21
+0.3000000000000398
+ 31
+0.0
+ 12
+4.999999999999912
+ 22
+0.0000000000000853
+ 32
+0.0
+ 13
+4.999999999999912
+ 23
+0.0000000000000853
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+1097
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+4.999999999999912
+ 21
+0.5999999999999944
+ 31
+0.0
+ 12
+4.999999999999912
+ 22
+0.3000000000000398
+ 32
+0.0
+ 13
+4.999999999999912
+ 23
+0.3000000000000398
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+1098
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+4.899999999999891
+ 21
+0.9000000000001762
+ 31
+0.0
+ 12
+4.999999999999912
+ 22
+0.5999999999999944
+ 32
+0.0
+ 13
+4.999999999999912
+ 23
+0.5999999999999944
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+1099
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+4.799999999999925
+ 21
+1.200000000000129
+ 31
+0.0
+ 12
+4.899999999999891
+ 22
+0.9000000000001762
+ 32
+0.0
+ 13
+4.899999999999891
+ 23
+0.9000000000001762
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+109A
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+4.799999999999925
+ 21
+1.500000000000085
+ 31
+0.0
+ 12
+4.799999999999925
+ 22
+1.200000000000129
+ 32
+0.0
+ 13
+4.799999999999925
+ 23
+1.200000000000129
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+109B
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+4.599999999999936
+ 21
+1.800000000000038
+ 31
+0.0
+ 12
+4.799999999999925
+ 22
+1.500000000000085
+ 32
+0.0
+ 13
+4.799999999999925
+ 23
+1.500000000000085
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+109C
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+4.499999999999912
+ 21
+2.099999999999992
+ 31
+0.0
+ 12
+4.699999999999903
+ 22
+1.800000000000038
+ 32
+0.0
+ 13
+4.699999999999903
+ 23
+1.800000000000038
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+109D
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+4.399999999999891
+ 21
+2.400000000000174
+ 31
+0.0
+ 12
+4.499999999999912
+ 22
+2.099999999999992
+ 32
+0.0
+ 13
+4.499999999999912
+ 23
+2.099999999999992
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+109E
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+4.199999999999903
+ 21
+2.700000000000131
+ 31
+0.0
+ 12
+4.399999999999891
+ 22
+2.400000000000174
+ 32
+0.0
+ 13
+4.399999999999891
+ 23
+2.400000000000174
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+109F
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+3.999999999999913
+ 21
+2.900000000000176
+ 31
+0.0
+ 12
+4.199999999999903
+ 22
+2.700000000000131
+ 32
+0.0
+ 13
+4.199999999999903
+ 23
+2.700000000000131
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+10A0
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+3.899999999999891
+ 21
+3.200000000000131
+ 31
+0.0
+ 12
+4.099999999999936
+ 22
+2.900000000000176
+ 32
+0.0
+ 13
+4.099999999999936
+ 23
+2.900000000000176
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+10A1
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+3.599999999999937
+ 21
+3.400000000000176
+ 31
+0.0
+ 12
+3.899999999999891
+ 22
+3.200000000000131
+ 32
+0.0
+ 13
+3.899999999999891
+ 23
+3.200000000000131
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+10A2
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+3.399999999999891
+ 21
+3.599999999999991
+ 31
+0.0
+ 12
+3.699999999999901
+ 22
+3.400000000000176
+ 32
+0.0
+ 13
+3.699999999999901
+ 23
+3.400000000000176
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+10A3
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+3.199999999999901
+ 21
+3.900000000000176
+ 31
+0.0
+ 12
+3.399999999999891
+ 22
+3.599999999999991
+ 32
+0.0
+ 13
+3.399999999999891
+ 23
+3.599999999999991
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+10A4
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+2.899999999999891
+ 21
+4.000000000000085
+ 31
+0.0
+ 12
+3.199999999999901
+ 22
+3.800000000000038
+ 32
+0.0
+ 13
+3.199999999999901
+ 23
+3.800000000000038
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+10A5
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+2.699999999999901
+ 21
+4.200000000000128
+ 31
+0.0
+ 12
+2.999999999999913
+ 22
+4.000000000000085
+ 32
+0.0
+ 13
+2.999999999999913
+ 23
+4.000000000000085
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+10A6
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+2.399999999999891
+ 21
+4.400000000000176
+ 31
+0.0
+ 12
+2.699999999999901
+ 22
+4.200000000000128
+ 32
+0.0
+ 13
+2.699999999999901
+ 23
+4.200000000000128
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+10A7
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+2.099999999999937
+ 21
+4.500000000000085
+ 31
+0.0
+ 12
+2.399999999999891
+ 22
+4.400000000000176
+ 32
+0.0
+ 13
+2.399999999999891
+ 23
+4.400000000000176
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+10A8
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+1.799999999999926
+ 21
+4.599999999999994
+ 31
+0.0
+ 12
+2.099999999999937
+ 22
+4.500000000000085
+ 32
+0.0
+ 13
+2.099999999999937
+ 23
+4.500000000000085
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+10A9
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+1.499999999999914
+ 21
+4.800000000000038
+ 31
+0.0
+ 12
+1.89999999999989
+ 22
+4.599999999999994
+ 32
+0.0
+ 13
+1.89999999999989
+ 23
+4.599999999999994
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+10AA
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+1.199999999999902
+ 21
+4.800000000000038
+ 31
+0.0
+ 12
+1.599999999999935
+ 22
+4.800000000000038
+ 32
+0.0
+ 13
+1.599999999999935
+ 23
+4.800000000000038
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+10AB
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+0.8999999999998918
+ 21
+4.900000000000176
+ 31
+0.0
+ 12
+1.299999999999926
+ 22
+4.800000000000038
+ 32
+0.0
+ 13
+1.299999999999926
+ 23
+4.800000000000038
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+10AC
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+0.5999999999999375
+ 21
+5.000000000000085
+ 31
+0.0
+ 12
+0.9999999999999149
+ 22
+4.900000000000176
+ 32
+0.0
+ 13
+0.9999999999999149
+ 23
+4.900000000000176
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+10AD
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+0.2999999999999261
+ 21
+5.000000000000085
+ 31
+0.0
+ 12
+0.5999999999999375
+ 22
+5.000000000000085
+ 32
+0.0
+ 13
+0.5999999999999375
+ 23
+5.000000000000085
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+10AE
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+-0.0000000000000853
+ 21
+5.000000000000085
+ 31
+0.0
+ 12
+0.2999999999999261
+ 22
+5.000000000000085
+ 32
+0.0
+ 13
+0.2999999999999261
+ 23
+5.000000000000085
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+10AF
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+-0.3000000000000966
+ 21
+5.000000000000085
+ 31
+0.0
+ 12
+-0.0000000000000853
+ 22
+5.000000000000085
+ 32
+0.0
+ 13
+-0.0000000000000853
+ 23
+5.000000000000085
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+10B0
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+-0.600000000000108
+ 21
+5.000000000000085
+ 31
+0.0
+ 12
+-0.3000000000000966
+ 22
+5.000000000000085
+ 32
+0.0
+ 13
+-0.3000000000000966
+ 23
+5.000000000000085
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+10B1
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+-0.9000000000000625
+ 21
+4.900000000000176
+ 31
+0.0
+ 12
+-0.600000000000108
+ 22
+5.000000000000085
+ 32
+0.0
+ 13
+-0.600000000000108
+ 23
+5.000000000000085
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+10B2
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+-1.200000000000073
+ 21
+4.800000000000038
+ 31
+0.0
+ 12
+-0.9000000000000625
+ 22
+4.900000000000176
+ 32
+0.0
+ 13
+-0.9000000000000625
+ 23
+4.900000000000176
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+10B3
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+-1.500000000000085
+ 21
+4.800000000000038
+ 31
+0.0
+ 12
+-1.200000000000073
+ 22
+4.800000000000038
+ 32
+0.0
+ 13
+-1.200000000000073
+ 23
+4.800000000000038
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+10B4
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+-1.800000000000095
+ 21
+4.599999999999994
+ 31
+0.0
+ 12
+-1.500000000000085
+ 22
+4.800000000000038
+ 32
+0.0
+ 13
+-1.500000000000085
+ 23
+4.800000000000038
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+10B5
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+-2.100000000000108
+ 21
+4.500000000000085
+ 31
+0.0
+ 12
+-1.800000000000095
+ 22
+4.700000000000128
+ 32
+0.0
+ 13
+-1.800000000000095
+ 23
+4.700000000000128
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+10B6
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+-2.400000000000062
+ 21
+4.400000000000176
+ 31
+0.0
+ 12
+-2.100000000000108
+ 22
+4.500000000000085
+ 32
+0.0
+ 13
+-2.100000000000108
+ 23
+4.500000000000085
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+10B7
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+-2.700000000000073
+ 21
+4.200000000000128
+ 31
+0.0
+ 12
+-2.400000000000062
+ 22
+4.400000000000176
+ 32
+0.0
+ 13
+-2.400000000000062
+ 23
+4.400000000000176
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+10B8
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+-2.900000000000062
+ 21
+4.000000000000085
+ 31
+0.0
+ 12
+-2.700000000000073
+ 22
+4.200000000000128
+ 32
+0.0
+ 13
+-2.700000000000073
+ 23
+4.200000000000128
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+10B9
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+-3.200000000000073
+ 21
+3.900000000000176
+ 31
+0.0
+ 12
+-2.900000000000062
+ 22
+4.099999999999993
+ 32
+0.0
+ 13
+-2.900000000000062
+ 23
+4.099999999999993
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+10BA
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+-3.400000000000062
+ 21
+3.599999999999991
+ 31
+0.0
+ 12
+-3.200000000000073
+ 22
+3.900000000000176
+ 32
+0.0
+ 13
+-3.200000000000073
+ 23
+3.900000000000176
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+10BB
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+-3.600000000000108
+ 21
+3.400000000000176
+ 31
+0.0
+ 12
+-3.400000000000062
+ 22
+3.700000000000131
+ 32
+0.0
+ 13
+-3.400000000000062
+ 23
+3.700000000000131
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+10BC
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+-3.900000000000062
+ 21
+3.200000000000131
+ 31
+0.0
+ 12
+-3.600000000000108
+ 22
+3.400000000000176
+ 32
+0.0
+ 13
+-3.600000000000108
+ 23
+3.400000000000176
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+10BD
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+-4.000000000000085
+ 21
+2.900000000000176
+ 31
+0.0
+ 12
+-3.800000000000095
+ 22
+3.200000000000131
+ 32
+0.0
+ 13
+-3.800000000000095
+ 23
+3.200000000000131
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+10BE
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+-4.200000000000073
+ 21
+2.700000000000131
+ 31
+0.0
+ 12
+-4.000000000000085
+ 22
+3.000000000000083
+ 32
+0.0
+ 13
+-4.000000000000085
+ 23
+3.000000000000083
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+10BF
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+-4.400000000000063
+ 21
+2.400000000000174
+ 31
+0.0
+ 12
+-4.200000000000073
+ 22
+2.700000000000131
+ 32
+0.0
+ 13
+-4.200000000000073
+ 23
+2.700000000000131
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+10C0
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+-4.500000000000085
+ 21
+2.099999999999992
+ 31
+0.0
+ 12
+-4.400000000000063
+ 22
+2.400000000000174
+ 32
+0.0
+ 13
+-4.400000000000063
+ 23
+2.400000000000174
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+10C1
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+-4.600000000000108
+ 21
+1.800000000000038
+ 31
+0.0
+ 12
+-4.500000000000085
+ 22
+2.099999999999992
+ 32
+0.0
+ 13
+-4.500000000000085
+ 23
+2.099999999999992
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+10C2
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+-4.800000000000096
+ 21
+1.500000000000085
+ 31
+0.0
+ 12
+-4.600000000000108
+ 22
+1.900000000000176
+ 32
+0.0
+ 13
+-4.600000000000108
+ 23
+1.900000000000176
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+10C3
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+-4.800000000000096
+ 21
+1.200000000000129
+ 31
+0.0
+ 12
+-4.800000000000096
+ 22
+1.599999999999994
+ 32
+0.0
+ 13
+-4.800000000000096
+ 23
+1.599999999999994
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+10C4
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+-4.900000000000063
+ 21
+0.9000000000001762
+ 31
+0.0
+ 12
+-4.800000000000096
+ 22
+1.30000000000004
+ 32
+0.0
+ 13
+-4.800000000000096
+ 23
+1.30000000000004
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+10C5
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+-5.000000000000085
+ 21
+0.5999999999999944
+ 31
+0.0
+ 12
+-4.900000000000063
+ 22
+1.000000000000085
+ 32
+0.0
+ 13
+-4.900000000000063
+ 23
+1.000000000000085
+ 33
+0.0
+ 39
+16.0
+  0
+SOLID
+  5
+10C6
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 11
+-5.000000000000085
+ 21
+0.3000000000000398
+ 31
+0.0
+ 12
+-5.000000000000085
+ 22
+0.5999999999999944
+ 32
+0.0
+ 13
+-5.000000000000085
+ 23
+0.5999999999999944
+ 33
+0.0
+ 39
+16.0
+  0
+CIRCLE
+  5
+10C7
+330
+1021
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbCircle
+ 39
+16.0
+ 10
+-0.0000000000000853
+ 20
+0.0000000000000853
+ 30
+0.0
+ 40
+5.0
+  0
+ENDBLK
+  5
+10FF
+330
+1021
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+14A1
+330
+1426
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+Capteur de température
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+Capteur de température
+  1
+Capteur de température
+  0
+SOLID
+  5
+1468
+330
+1426
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+4.999999999999886
+ 20
+4.000000000000113
+ 30
+0.0
+ 11
+-0.0000000000001137
+ 21
+4.000000000000113
+ 31
+0.0
+ 12
+4.999999999999886
+ 22
+0.0000000000001137
+ 32
+0.0
+ 13
+-0.0000000000001137
+ 23
+0.0000000000001137
+ 33
+0.0
+ 39
+16.0
+  0
+LWPOLYLINE
+  5
+1469
+330
+1426
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+4.999999999999886
+ 20
+0.0000000000001137
+ 10
+-0.0000000000001137
+ 20
+0.0000000000001137
+ 10
+-0.0000000000001137
+ 20
+4.000000000000113
+ 10
+4.999999999999886
+ 20
+4.000000000000113
+  0
+LWPOLYLINE
+  5
+146A
+330
+1426
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+32.0
+ 39
+16.0
+ 10
+1.999999999999884
+ 20
+4.000000000000113
+ 10
+3.999999999999883
+ 20
+4.000000000000113
+  0
+ENDBLK
+  5
+14A2
+330
+1426
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+2376
+330
+2375
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+Rectangle
+ 70
+     2
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+Rectangle
+  1
+Rectangle
+  0
+ATTDEF
+  5
+2377
+330
+2375
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+ 40
+0.01
+  1
+TTxxx
+  7
+DOM1
+100
+AcDbAttributeDefinition
+280
+     0
+  3
+Nom variable
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTDEF
+  5
+2378
+330
+2375
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+ 40
+0.01
+  1
+10
+  7
+DOM1
+100
+AcDbAttributeDefinition
+280
+     0
+  3
+Coul1(0=N,1=Blu,2=V,3=Cy,4=R,5=M,6=Br,7=G-c,8=G-f,9=Bl-c,10=V-c,11=Cy-c,12=R-c,13=M-c,14=J,15=Blc)
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTDEF
+  5
+2379
+330
+2375
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+ 40
+0.01
+  1
+12
+  7
+DOM1
+100
+AcDbAttributeDefinition
+280
+     0
+  3
+Coul0(0=N,1=Blu,2=V,3=Cy,4=R,5=M,6=Br,7=G-c,8=G-f,9=Bl-c,10=V-c,11=Cy-c,12=R-c,13=M-c,14=J,15=Blc)
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+SOLID
+  5
+237A
+330
+2375
+100
+AcDbEntity
+  8
+IMG134
+ 62
+   134
+100
+AcDbTrace
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+ 11
+0.0
+ 21
+1.0
+ 31
+0.0
+ 12
+1.0
+ 22
+0.0
+ 32
+0.0
+ 13
+1.0
+ 23
+1.0
+ 33
+0.0
+  0
+ENDBLK
+  5
+237B
+330
+2375
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+35C4
+330
+35C3
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+Vanne booléenne 3 voies
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+Vanne booléenne 3 voies
+  1
+Vanne booléenne 3 voies
+  0
+SOLID
+  5
+35C5
+330
+35C3
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+10.49999999999993
+ 20
+-7.5
+ 30
+16.0
+ 11
+4.499999999999901
+ 21
+-7.499999999999943
+ 31
+16.0
+ 12
+7.499999999999943
+ 22
+0.0000000000000284
+ 32
+16.0
+ 13
+7.499999999999943
+ 23
+0.0000000000000284
+ 33
+16.0
+ 39
+16.0
+  0
+SOLID
+  5
+35C6
+330
+35C3
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+14.99999999999993
+ 20
+3.000000000000055
+ 30
+16.0
+ 11
+14.99999999999993
+ 21
+-2.999999999999971
+ 31
+16.0
+ 12
+7.499999999999927
+ 22
+0.0000000000000568
+ 32
+16.0
+ 13
+7.499999999999927
+ 23
+0.0000000000000568
+ 33
+16.0
+ 39
+16.0
+  0
+LINE
+  5
+35C7
+330
+35C3
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+4.499999999999901
+ 20
+-7.499999999999943
+ 30
+16.0
+ 11
+7.499999999999912
+ 21
+0.0000000000000568
+ 31
+16.0
+  0
+LINE
+  5
+35C8
+330
+35C3
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+7.499999999999927
+ 20
+0.0000000000000568
+ 30
+16.0
+ 11
+10.49999999999993
+ 21
+-7.5
+ 31
+16.0
+  0
+LINE
+  5
+35C9
+330
+35C3
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+14.99999999999993
+ 20
+-2.999999999999971
+ 30
+16.0
+ 11
+7.499999999999927
+ 21
+0.0000000000000568
+ 31
+16.0
+  0
+LINE
+  5
+35CA
+330
+35C3
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+-0.0000000000000284
+ 20
+3.000000000000055
+ 30
+16.0
+ 11
+7.499999999999971
+ 21
+0.0000000000000853
+ 31
+16.0
+  0
+LINE
+  5
+35CB
+330
+35C3
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+14.99999999999993
+ 20
+3.000000000000055
+ 30
+16.0
+ 11
+14.99999999999993
+ 21
+-2.999999999999971
+ 31
+16.0
+  0
+LINE
+  5
+35CC
+330
+35C3
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+-0.0000000000000284
+ 20
+-2.999999999999971
+ 30
+16.0
+ 11
+-0.0000000000000284
+ 21
+3.000000000000055
+ 31
+16.0
+  0
+LINE
+  5
+35CD
+330
+35C3
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+7.499999999999957
+ 20
+0.0000000000000568
+ 30
+0.0
+ 11
+14.99999999999993
+ 21
+3.000000000000055
+ 31
+16.0
+  0
+LINE
+  5
+35CE
+330
+35C3
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+7.499999999999912
+ 20
+0.0000000000000568
+ 30
+16.0
+ 11
+-0.0000000000000284
+ 21
+-2.999999999999971
+ 31
+16.0
+  0
+LINE
+  5
+35CF
+330
+35C3
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+10.49999999999993
+ 20
+-7.5
+ 30
+16.0
+ 11
+4.499999999999901
+ 21
+-7.499999999999943
+ 31
+16.0
+  0
+SOLID
+  5
+35D0
+330
+35C3
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000000000000284
+ 20
+3.000000000000055
+ 30
+16.0
+ 11
+-0.0000000000000284
+ 21
+-2.999999999999971
+ 31
+16.0
+ 12
+7.499999999999957
+ 22
+0.0000000000000568
+ 32
+16.0
+ 13
+7.499999999999957
+ 23
+0.0000000000000568
+ 33
+16.0
+ 39
+16.0
+  0
+SOLID
+  5
+35D1
+330
+35C3
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+3.999999999999957
+ 20
+10.00000000000005
+ 30
+0.0
+ 11
+10.99999999999997
+ 21
+10.00000000000005
+ 31
+0.0
+ 12
+3.999999999999957
+ 22
+5.000000000000028
+ 32
+0.0
+ 13
+10.99999999999997
+ 23
+5.000000000000028
+ 33
+0.0
+ 39
+16.0
+  0
+LWPOLYLINE
+  5
+35D2
+330
+35C3
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbPolyline
+ 90
+        7
+ 70
+     0
+ 43
+0.0
+ 39
+16.0
+ 10
+7.499999999999957
+ 20
+0.0000000000000568
+ 10
+7.499999999999957
+ 20
+5.000000000000028
+ 10
+3.999999999999957
+ 20
+5.000000000000028
+ 10
+3.999999999999957
+ 20
+10.00000000000005
+ 10
+10.99999999999997
+ 20
+10.00000000000005
+ 10
+10.99999999999997
+ 20
+5.000000000000028
+ 10
+7.499999999999957
+ 20
+5.000000000000028
+  0
+LWPOLYLINE
+  5
+35D3
+330
+35C3
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 39
+16.0
+ 10
+3.999999999999957
+ 20
+7.000000000000027
+ 10
+10.99999999999997
+ 20
+7.000000000000027
+  0
+ENDBLK
+  5
+35D4
+330
+35C3
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+41DD
+330
+41D9
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+A$C5BB60AC7
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+A$C5BB60AC7
+  1
+A$C5BB60AC7
+  0
+SOLID
+  5
+41DA
+330
+41D9
+100
+AcDbEntity
+  8
+0
+ 62
+    10
+100
+AcDbTrace
+ 10
+-0.0000009892166872
+ 20
+0.0000001781107812
+ 30
+-12.0
+ 11
+266.3002472023618
+ 21
+0.0000001781107812
+ 31
+-12.0
+ 12
+-0.0000009892166872
+ 22
+3.176673844784998
+ 32
+-12.0
+ 13
+266.3002472023618
+ 23
+2.85439064637819
+ 33
+-12.0
+  0
+ENDBLK
+  5
+41DE
+330
+41D9
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+9924
+330
+9917
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+A$C55953CF7
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+A$C55953CF7
+  1
+
+  0
+INSERT
+  5
+9918
+330
+9917
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Jbutton
+ 10
+-0.0000005211932148
+ 20
+-0.0000006572838629
+ 30
+0.0
+ 41
+90.0
+ 42
+30.0
+ 43
+90.0
+  0
+ATTRIB
+  5
+9919
+330
+9918
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+-0.0000005211932148
+ 20
+-0.0000006572838629
+ 30
+0.0
+ 40
+3.0
+  1
+BP_MA_VIDE
+ 41
+3.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COMMANDE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+991A
+330
+9918
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+-0.0000005211932148
+ 20
+-0.0000006572838629
+ 30
+0.0
+ 40
+3.0
+  1
+
+ 41
+3.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+991B
+330
+9918
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+-0.0000005211932148
+ 20
+-0.0000006572838629
+ 30
+0.0
+ 40
+3.0
+  1
+10
+ 41
+3.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+991C
+330
+9918
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+-0.0000005211932148
+ 20
+-0.0000006572838629
+ 30
+0.0
+ 40
+3.0
+  1
+7
+ 41
+3.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+991D
+330
+9918
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+-0.0000005211932148
+ 20
+-0.0000006572838629
+ 30
+0.0
+ 40
+3.0
+  1
+1
+ 41
+3.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CONFIRM
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+991E
+330
+9918
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+-0.0000005211932148
+ 20
+-0.0000006572838629
+ 30
+0.0
+ 40
+3.0
+  1
+
+ 41
+3.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+991F
+330
+9918
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+-0.0000005211932148
+ 20
+-0.0000006572838629
+ 30
+0.0
+ 40
+3.0
+  1
+
+ 41
+3.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+9920
+330
+9918
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+-0.0000005211932148
+ 20
+-0.0000006572838629
+ 30
+0.0
+ 40
+3.0
+  1
+Marche
+ 41
+3.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+TEXTE
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+9921
+330
+9918
+100
+AcDbEntity
+  8
+0
+  0
+ENDBLK
+  5
+9925
+330
+9917
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+9A9E
+330
+9A91
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+A$C3E555B74
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+A$C3E555B74
+  1
+
+  0
+INSERT
+  5
+9A92
+330
+9A91
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Jbutton
+ 10
+-0.0000003053623914
+ 20
+0.000000445275532
+ 30
+0.0
+ 41
+100.0
+ 42
+20.0
+ 43
+100.0
+  0
+ATTRIB
+  5
+9A93
+330
+9A92
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+-0.0000003053623914
+ 20
+0.000000445275532
+ 30
+0.0
+ 40
+1.999999999999998
+  1
+CMD_PID_RCH01
+ 41
+4.999999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COMMANDE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+9A94
+330
+9A92
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+-0.0000003053623914
+ 20
+0.000000445275532
+ 30
+0.0
+ 40
+1.999999999999998
+  1
+CMD_PID_RCH01
+ 41
+4.999999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+9A95
+330
+9A92
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+-0.0000003053623914
+ 20
+0.000000445275532
+ 30
+0.0
+ 40
+1.999999999999998
+  1
+10
+ 41
+4.999999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+9A96
+330
+9A92
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+-0.0000003053623914
+ 20
+0.000000445275532
+ 30
+0.0
+ 40
+1.999999999999998
+  1
+7
+ 41
+4.999999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+9A97
+330
+9A92
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+-0.0000003053623914
+ 20
+0.000000445275532
+ 30
+0.0
+ 40
+1.999999999999998
+  1
+0
+ 41
+4.999999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CONFIRM
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+9A98
+330
+9A92
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+-0.0000003053623914
+ 20
+0.000000445275532
+ 30
+0.0
+ 40
+1.999999999999998
+  1
+Start PID RCH01
+ 41
+4.999999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+9A99
+330
+9A92
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+-0.0000003053623914
+ 20
+0.000000445275532
+ 30
+0.0
+ 40
+1.999999999999998
+  1
+Stop PID RCH01
+ 41
+4.999999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+9A9A
+330
+9A92
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+-0.0000003053623914
+ 20
+0.000000445275532
+ 30
+0.0
+ 40
+1.999999999999998
+  1
+ON/OFF RCH01
+ 41
+4.999999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+TEXTE
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+9A9B
+330
+9A92
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+  0
+ENDBLK
+  5
+9A9F
+330
+9A91
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+9C5D
+330
+9C50
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+A$C15946F93
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+A$C15946F93
+  1
+
+  0
+INSERT
+  5
+9C51
+330
+9C50
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Jbutton
+ 10
+0.0000009252607924
+ 20
+-0.0000005443978353
+ 30
+0.0
+ 41
+100.0
+ 42
+20.0
+ 43
+100.0
+  0
+ATTRIB
+  5
+9C52
+330
+9C51
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0000009252607924
+ 20
+-0.0000005443978353
+ 30
+0.0
+ 40
+1.999999999999998
+  1
+CMD_EH220
+ 41
+4.999999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COMMANDE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+9C53
+330
+9C51
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0000009252607924
+ 20
+-0.0000005443978353
+ 30
+0.0
+ 40
+1.999999999999998
+  1
+CMD_EH220
+ 41
+4.999999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+9C54
+330
+9C51
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0000009252607924
+ 20
+-0.0000005443978353
+ 30
+0.0
+ 40
+1.999999999999998
+  1
+10
+ 41
+4.999999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+9C55
+330
+9C51
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0000009252607924
+ 20
+-0.0000005443978353
+ 30
+0.0
+ 40
+1.999999999999998
+  1
+7
+ 41
+4.999999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+9C56
+330
+9C51
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0000009252607924
+ 20
+-0.0000005443978353
+ 30
+0.0
+ 40
+1.999999999999998
+  1
+0
+ 41
+4.999999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CONFIRM
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+9C57
+330
+9C51
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0000009252607924
+ 20
+-0.0000005443978353
+ 30
+0.0
+ 40
+1.999999999999998
+  1
+Start PID EH220
+ 41
+4.999999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+9C58
+330
+9C51
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0000009252607924
+ 20
+-0.0000005443978353
+ 30
+0.0
+ 40
+1.999999999999998
+  1
+Stop PID EH220
+ 41
+4.999999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+9C59
+330
+9C51
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0000009252607924
+ 20
+-0.0000005443978353
+ 30
+0.0
+ 40
+1.999999999999998
+  1
+ON/OFF EH220
+ 41
+4.999999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+TEXTE
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+9C5A
+330
+9C51
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+  0
+ENDBLK
+  5
+9C5E
+330
+9C50
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+9CEE
+330
+9CE1
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+A$C212C1499
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+A$C212C1499
+  1
+
+  0
+INSERT
+  5
+9CE2
+330
+9CE1
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Jbutton
+ 10
+0.0000028499102882
+ 20
+0.0000020432100882
+ 30
+0.0
+ 41
+67.0
+ 42
+20.0
+ 43
+100.0
+  0
+ATTRIB
+  5
+9CE3
+330
+9CE2
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0000028499102882
+ 20
+0.0000020432100882
+ 30
+0.0
+ 40
+1.999999999999999
+  1
+CMD_PP10
+ 41
+3.349999999999998
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COMMANDE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+9CE4
+330
+9CE2
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0000028499102882
+ 20
+0.0000020432100882
+ 30
+0.0
+ 40
+1.999999999999999
+  1
+CMD_PP10
+ 41
+3.349999999999998
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+9CE5
+330
+9CE2
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0000028499102882
+ 20
+0.0000020432100882
+ 30
+0.0
+ 40
+1.999999999999999
+  1
+7
+ 41
+3.349999999999998
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+9CE6
+330
+9CE2
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0000028499102882
+ 20
+0.0000020432100882
+ 30
+0.0
+ 40
+1.999999999999999
+  1
+7
+ 41
+3.349999999999998
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+9CE7
+330
+9CE2
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0000028499102882
+ 20
+0.0000020432100882
+ 30
+0.0
+ 40
+1.999999999999999
+  1
+0
+ 41
+3.349999999999998
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CONFIRM
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+9CE8
+330
+9CE2
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0000028499102882
+ 20
+0.0000020432100882
+ 30
+0.0
+ 40
+1.999999999999999
+  1
+Start PP10
+ 41
+3.349999999999998
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+9CE9
+330
+9CE2
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0000028499102882
+ 20
+0.0000020432100882
+ 30
+0.0
+ 40
+1.999999999999999
+  1
+Stop PP10
+ 41
+3.349999999999998
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+9CEA
+330
+9CE2
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0000028499102882
+ 20
+0.0000020432100882
+ 30
+0.0
+ 40
+1.999999999999999
+  1
+ON/OFF PP10
+ 41
+3.349999999999998
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+TEXTE
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+9CEB
+330
+9CE2
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+  0
+ENDBLK
+  5
+9CEF
+330
+9CE1
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+9F5A
+330
+9F51
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+A$C07E1678B
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+A$C07E1678B
+  1
+
+  0
+INSERT
+  5
+9F52
+330
+9F51
+100
+AcDbEntity
+  8
+0
+ 62
+     9
+100
+AcDbBlockReference
+ 66
+     1
+  2
+palet
+ 10
+0.1217321803026152
+ 20
+2.753752038842264
+ 30
+-43.19142612716809
+  0
+ATTRIB
+  5
+9F53
+330
+9F52
+100
+AcDbEntity
+  8
+IMG009
+ 62
+     9
+100
+AcDbText
+ 10
+0.1217321803026152
+ 20
+2.753752038842264
+ 30
+-43.19142612716809
+ 40
+8.0
+  1
+FV15_O&FV15_C
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+9F54
+330
+9F52
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.1217321803026152
+ 20
+2.753752038842264
+ 30
+-43.19142612716809
+ 40
+6.0
+  1
+24
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+9F55
+330
+9F52
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.1217321803026152
+ 20
+2.753752038842264
+ 30
+-43.19142612716809
+ 40
+8.0
+  1
+-1
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+9F56
+330
+9F52
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.1217321803026152
+ 20
+2.753752038842264
+ 30
+-43.19142612716809
+ 40
+8.0
+  1
+14
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+9F57
+330
+9F52
+100
+AcDbEntity
+  8
+0
+  0
+ENDBLK
+  5
+9F5B
+330
+9F51
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+AEB3
+330
+AEA2
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+A$C2F5C0FD1
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+A$C2F5C0FD1
+  1
+
+  0
+SOLID
+  5
+AEA3
+330
+AEA2
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+-0.000000048187303
+ 20
+-0.0000000522679215
+ 30
+0.0
+ 11
+94.10256088165217
+ 21
+0.0000006098103995
+ 31
+0.0
+ 12
+2.051280779053739
+ 22
+2.05127777115018
+ 32
+0.0
+ 13
+92.05128077905373
+ 23
+2.051280481014657
+ 33
+0.0
+  0
+SOLID
+  5
+AEA4
+330
+AEA2
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+2.051280779053739
+ 20
+2.051278046013578
+ 30
+0.0
+ 11
+-0.000000048187303
+ 21
+-0.0000000522679215
+ 31
+0.0
+ 12
+2.051280779053739
+ 22
+32.05128048101467
+ 32
+0.0
+ 13
+-0.0000001683561095
+ 23
+34.10256047611011
+ 33
+0.0
+  0
+SOLID
+  5
+AEA5
+330
+AEA2
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+2.051280779053739
+ 20
+32.05128048101467
+ 30
+0.0
+ 11
+92.05128077905373
+ 21
+32.05128048101467
+ 31
+0.0
+ 12
+-0.0000007113474112
+ 22
+34.10256048101456
+ 32
+0.0
+ 13
+94.10256077905343
+ 23
+34.10256062085722
+ 33
+0.0
+  0
+SOLID
+  5
+AEA6
+330
+AEA2
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     7
+100
+AcDbTrace
+ 10
+94.10256088165217
+ 20
+0.0000006098103995
+ 30
+0.0
+ 11
+92.05128118514812
+ 21
+2.051280481014657
+ 31
+0.0
+ 12
+94.10256077905343
+ 22
+34.10256062085722
+ 32
+0.0
+ 13
+92.05128077905373
+ 23
+32.05128048101467
+ 33
+0.0
+  0
+INSERT
+  5
+AEA7
+330
+AEA2
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+bouton
+ 10
+2.051280779053739
+ 20
+2.051278046013578
+ 30
+0.0
+ 41
+90.0
+ 42
+30.00000243500108
+ 43
+90.0
+  0
+ATTRIB
+  5
+AEA8
+330
+AEA7
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+2.051280779053739
+ 20
+2.051278046013578
+ 30
+0.0
+ 40
+3.000000243500108
+  1
+BP_MA_VIDE
+ 41
+2.99999975649991
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COMMANDE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+AEA9
+330
+AEA7
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+2.051280779053739
+ 20
+2.051278046013578
+ 30
+0.0
+ 40
+3.000000243500108
+  1
+
+ 41
+2.99999975649991
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+AEAA
+330
+AEA7
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+2.051280779053739
+ 20
+2.051278046013578
+ 30
+0.0
+ 40
+3.000000243500108
+  1
+
+ 41
+2.99999975649991
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+AEAB
+330
+AEA7
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+2.051280779053739
+ 20
+2.051278046013578
+ 30
+0.0
+ 40
+3.000000243500108
+  1
+7
+ 41
+2.99999975649991
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+AEAC
+330
+AEA7
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+2.051280779053739
+ 20
+2.051278046013578
+ 30
+0.0
+ 40
+3.000000243500108
+  1
+7
+ 41
+2.99999975649991
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+AEAD
+330
+AEA7
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+2.051280779053739
+ 20
+2.051278046013578
+ 30
+0.0
+ 40
+3.000000243500108
+  1
+
+ 41
+2.99999975649991
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+AEAE
+330
+AEA7
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+2.051280779053739
+ 20
+2.051278046013578
+ 30
+0.0
+ 40
+3.000000243500108
+  1
+
+ 41
+2.99999975649991
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+AEAF
+330
+AEA7
+100
+AcDbEntity
+  8
+0
+  0
+TEXT
+  5
+AEB0
+330
+AEA2
+100
+AcDbEntity
+  8
+INSTRUM
+ 62
+    18
+420
+   327685
+100
+AcDbText
+ 10
+32.31193485586573
+ 20
+14.38405029010056
+ 30
+0.0
+ 40
+8.0
+  1
+Marche
+  7
+GRAS
+100
+AcDbText
+  0
+ENDBLK
+  5
+AEB4
+330
+AEA2
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+B430
+330
+B423
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+A$C1E1F2580
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+A$C1E1F2580
+  1
+
+  0
+INSERT
+  5
+B424
+330
+B423
+100
+AcDbEntity
+  8
+0
+ 62
+     9
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Valnum
+ 10
+5.33801434875022
+ 20
+5.652320004577517
+ 30
+0.0
+ 41
+1.585079999999999
+ 42
+1.585079999999999
+ 43
+1.585079999999999
+  0
+ATTRIB
+  5
+B425
+330
+B424
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+75.08153434875111
+ 20
+5.652320004577517
+ 30
+0.0
+ 40
+12.68064
+  1
+PT15_S_mbar
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+B426
+330
+B424
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+75.08153434875111
+ 20
+5.652320004577517
+ 30
+0.0
+ 40
+12.68064
+  1
+14
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+B427
+330
+B424
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+75.08153434875111
+ 20
+5.652320004577517
+ 30
+0.0
+ 40
+12.68064
+  1
+0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+B428
+330
+B424
+100
+AcDbEntity
+  8
+0
+  0
+SOLID
+  5
+B429
+330
+B423
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+0.0000014990580439
+ 20
+-0.0000000866418759
+ 30
+0.0
+ 11
+128.147573391577
+ 21
+0.0000006552813829
+ 31
+0.0
+ 12
+2.051280199860797
+ 22
+2.05127873466256
+ 32
+0.0
+ 13
+126.0962933915771
+ 23
+2.05128078717962
+ 33
+0.0
+  0
+SOLID
+  5
+B42A
+330
+B423
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+2.051280199860912
+ 20
+2.051279292177695
+ 30
+0.0
+ 11
+0.0000014990580439
+ 21
+-0.0000000455789859
+ 31
+0.0
+ 12
+2.051282421190761
+ 22
+18.56408130531417
+ 32
+0.0
+ 13
+0.0000014737809124
+ 23
+20.61536130040975
+ 33
+0.0
+  0
+SOLID
+  5
+B42B
+330
+B423
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+2.051282421190876
+ 20
+18.56408222335517
+ 30
+0.0
+ 11
+126.0962933915771
+ 21
+18.56408116547152
+ 31
+0.0
+ 12
+0.0000014737809124
+ 22
+20.61536130040975
+ 32
+0.0
+ 13
+128.147573391577
+ 23
+20.6153613053142
+ 33
+0.0
+  0
+SOLID
+  5
+B42C
+330
+B423
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     7
+100
+AcDbTrace
+ 10
+128.147573391577
+ 20
+0.000001018573812
+ 30
+0.0
+ 11
+126.0962933915771
+ 21
+2.05128078717962
+ 31
+0.0
+ 12
+128.147573391577
+ 22
+20.6153613053142
+ 32
+0.0
+ 13
+126.0962933915771
+ 23
+18.56408116547152
+ 33
+0.0
+  0
+TEXT
+  5
+B42D
+330
+B423
+100
+AcDbEntity
+  8
+0
+ 62
+     2
+100
+AcDbText
+ 10
+91.00207969297093
+ 20
+6.021974735456637
+ 30
+0.0
+ 40
+10.0
+  1
+mbar
+  7
+GRAS
+100
+AcDbText
+  0
+ENDBLK
+  5
+B431
+330
+B423
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+BD92
+330
+BD91
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+Disque
+ 70
+     2
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+Disque
+  1
+
+  0
+ATTDEF
+  5
+BD93
+330
+BD91
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+ 40
+0.1
+  1
+TTxxx
+  7
+DOM1
+100
+AcDbAttributeDefinition
+280
+     0
+  3
+Nom variable
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTDEF
+  5
+BD94
+330
+BD91
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+ 40
+0.1
+  1
+10
+  7
+DOM1
+100
+AcDbAttributeDefinition
+280
+     0
+  3
+Coul1(0=N,1=Blu,2=V,3=Cy,4=R,5=M,6=Br,7=G-c,8=G-f,9=Bl-c,10=V-c,11=Cy-c,12=R-c,13=M-c,14=J,15=Blc)
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTDEF
+  5
+BD95
+330
+BD91
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+ 40
+0.1
+  1
+12
+  7
+DOM1
+100
+AcDbAttributeDefinition
+280
+     0
+  3
+Coul0(0=N,1=Blu,2=V,3=Cy,4=R,5=M,6=Br,7=G-c,8=G-f,9=Bl-c,10=V-c,11=Cy-c,12=R-c,13=M-c,14=J,15=Blc)
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTDEF
+  5
+BD96
+330
+BD91
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+ 40
+0.1
+  1
+7
+  7
+DOM1
+100
+AcDbAttributeDefinition
+280
+     0
+  3
+Coulf(0=N,1=Blu,2=V,3=Cy,4=R,5=M,6=Br,7=G-c,8=G-f,9=Bl-c,10=V-c,11=Cy-c,12=R-c,13=M-c,14=J,15=Blc)
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+ATTDEF
+  5
+BD97
+330
+BD91
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+ 40
+0.1
+  1
+0
+  7
+DOM1
+100
+AcDbAttributeDefinition
+280
+     0
+  3
+clignot à 1(0=NON,1=OUI)
+  2
+CLIG-1
+ 70
+     1
+280
+     0
+  0
+ATTDEF
+  5
+BD98
+330
+BD91
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+ 40
+0.1
+  1
+0
+  7
+DOM1
+100
+AcDbAttributeDefinition
+280
+     0
+  3
+clignot à 0(0=NON,1=OUI)
+  2
+CLIG-0
+ 70
+     1
+280
+     0
+  0
+CIRCLE
+  5
+BD99
+330
+BD91
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbCircle
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+ 40
+0.5
+  0
+ENDBLK
+  5
+BD9A
+330
+BD91
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+BFA4
+330
+BFA0
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+A$C687C57C3
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+A$C687C57C3
+  1
+
+  0
+SOLID
+  5
+BFA1
+330
+BFA0
+100
+AcDbEntity
+  8
+0
+ 62
+    14
+100
+AcDbTrace
+ 10
+28.40409855632481
+ 20
+52.76616275525327
+ 30
+0.0
+ 11
+185.4040980628368
+ 21
+-87.23383724474672
+ 31
+0.0
+ 12
+26.40409855632481
+ 22
+51.76616275525327
+ 32
+0.0
+ 13
+183.4040979394236
+ 23
+-88.2338361472145
+ 33
+0.0
+  0
+ENDBLK
+  5
+BFA5
+330
+BFA0
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+BFD2
+330
+BFCE
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+A$C51B45B14
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+A$C51B45B14
+  1
+
+  0
+SOLID
+  5
+BFCF
+330
+BFCE
+100
+AcDbEntity
+  8
+0
+ 62
+    14
+100
+AcDbTrace
+ 10
+26.44054854242109
+ 20
+22.8322251336757
+ 30
+0.0
+ 11
+26.44054854242109
+ 21
+-50.16777286688578
+ 31
+0.0
+ 12
+24.44054854242108
+ 22
+24.83222513367571
+ 32
+0.0
+ 13
+24.44054866583418
+ 23
+-51.16777376521475
+ 33
+0.0
+  0
+ENDBLK
+  5
+BFD3
+330
+BFCE
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+C02F
+330
+C02B
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+A$C4BC54F4F
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+A$C4BC54F4F
+  1
+
+  0
+SOLID
+  5
+C02C
+330
+C02B
+100
+AcDbEntity
+  8
+IMG008
+ 62
+    50
+100
+AcDbTrace
+ 10
+-0.0000015183272808
+ 20
+-0.0000008164278142
+ 30
+-10.71
+ 11
+-0.0000015183272808
+ 21
+63.99999918357218
+ 31
+-10.71
+ 12
+63.99999848167272
+ 22
+-0.0000008164278142
+ 32
+-10.71
+ 13
+63.99999848167272
+ 23
+63.99999918357218
+ 33
+-10.71
+ 39
+10.71
+  0
+ENDBLK
+  5
+C030
+330
+C02B
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+C0E9
+330
+C0E5
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+A$C1C7E18F9
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+A$C1C7E18F9
+  1
+
+  0
+SOLID
+  5
+C0E6
+330
+C0E5
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+0.0000013183729948
+ 20
+-0.0000015561333271
+ 30
+230.4
+ 11
+136.000002692491
+ 21
+-0.0000015561334408
+ 31
+230.4
+ 12
+1.800001318373176
+ 22
+1.799998443866626
+ 32
+230.4
+ 13
+134.2000026924908
+ 23
+1.799998443866626
+ 33
+230.4
+  0
+ENDBLK
+  5
+C0EA
+330
+C0E5
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+C4C5
+330
+C4BF
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+A$C75186B83
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+A$C75186B83
+  1
+
+  0
+SOLID
+  5
+C4C0
+330
+C4BF
+100
+AcDbEntity
+  8
+0
+ 62
+    20
+100
+AcDbTrace
+ 10
+0.0000005290020226
+ 20
+25.28159849329461
+ 30
+0.0
+ 11
+3.368934765092943
+ 21
+25.28233284907702
+ 31
+0.0
+ 12
+0.0045946446888365
+ 22
+0.0000010515511804
+ 32
+0.0
+ 13
+3.358560274490058
+ 23
+0.0000010515511804
+ 33
+0.0
+  0
+LINE
+  5
+C4C1
+330
+C4BF
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+0.0045946446888365
+ 20
+0.0000010515511804
+ 30
+0.0
+ 11
+0.0000005290020226
+ 21
+25.28159849329461
+ 31
+0.0
+  0
+LINE
+  5
+C4C2
+330
+C4BF
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+3.348912340417881
+ 20
+25.28232848461565
+ 30
+0.0
+ 11
+3.365005368477794
+ 21
+0.0000010515511804
+ 31
+0.0
+  0
+ENDBLK
+  5
+C4C6
+330
+C4BF
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+C4EE
+330
+C4EA
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+A$C1C916803
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+A$C1C916803
+  1
+
+  0
+LINE
+  5
+C4EB
+330
+C4EA
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+3.570001534056131
+ 20
+0.0000012800876448
+ 30
+0.0
+ 11
+0.0000015340559685
+ 21
+8.032501280087899
+ 31
+0.0
+  0
+ENDBLK
+  5
+C4EF
+330
+C4EA
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+C7DF
+330
+C7DE
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+S_VDREGU
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+S_VDREGU
+  1
+
+  0
+LINE
+  5
+C7E0
+330
+C7DE
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+2.25
+ 20
+1.125
+ 30
+0.0
+ 11
+-2.25
+ 21
+-1.125
+ 31
+0.0
+  0
+LINE
+  5
+C7E1
+330
+C7DE
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+2.25
+ 20
+-1.125
+ 30
+0.0
+ 11
+2.25
+ 21
+1.125
+ 31
+0.0
+  0
+LINE
+  5
+C7E2
+330
+C7DE
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+-2.25
+ 20
+1.125
+ 30
+0.0
+ 11
+2.25
+ 21
+-1.125
+ 31
+0.0
+  0
+LINE
+  5
+C7E3
+330
+C7DE
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+-2.25
+ 20
+-1.125
+ 30
+0.0
+ 11
+-2.25
+ 21
+1.125
+ 31
+0.0
+  0
+LINE
+  5
+C7E4
+330
+C7DE
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+0.0
+ 20
+2.25
+ 30
+0.0
+ 11
+0.0
+ 21
+0.0
+ 31
+0.0
+  0
+LINE
+  5
+C7E5
+330
+C7DE
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+-1.875
+ 20
+2.25
+ 30
+0.0
+ 11
+1.875
+ 21
+2.25
+ 31
+0.0
+  0
+ARC
+  5
+C7E6
+330
+C7DE
+100
+AcDbEntity
+  8
+0
+100
+AcDbCircle
+ 10
+0.0
+ 20
+2.25
+ 30
+0.0
+ 40
+1.875
+100
+AcDbArc
+ 50
+0.0
+ 51
+180.0
+  0
+ENDBLK
+  5
+C7E7
+330
+C7DE
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+C7F4
+330
+C7E9
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+A$C2C5646EA
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+A$C2C5646EA
+  1
+
+  0
+INSERT
+  5
+C7EA
+330
+C7E9
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbBlockReference
+  2
+IL
+ 10
+9.458496867646827
+ 20
+4.499999495291746
+ 30
+0.0
+ 41
+0.899999999999977
+ 42
+0.899999999999977
+ 43
+0.899999999999977
+  0
+MTEXT
+  5
+C7EB
+102
+{ACAD_XDICTIONARY
+360
+C7EC
+102
+}
+330
+C7E9
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbMText
+ 10
+9.458496867646827
+ 20
+4.499999495291746
+ 30
+0.0
+ 40
+1.8
+ 41
+11.0
+ 46
+6.000000000000011
+ 71
+     5
+ 72
+     5
+  1
+{\fArial|b0|i0|c0|p34;FT\P104}
+ 73
+     1
+ 44
+1.0
+1001
+ACAD
+1000
+ACAD_MTEXT_DEFINED_HEIGHT_BEGIN
+1070
+    46
+1040
+6.000000000000011
+1000
+ACAD_MTEXT_DEFINED_HEIGHT_END
+  0
+INSERT
+  5
+C7ED
+330
+C7E9
+100
+AcDbEntity
+  8
+DESSIN
+  6
+Continuous
+100
+AcDbBlockReference
+  2
+S_VDREGU
+ 10
+2.708496867646942
+ 20
+4.499999495291746
+ 30
+0.0
+  0
+MTEXT
+  5
+C7EE
+102
+{ACAD_XDICTIONARY
+360
+C7EF
+102
+}
+330
+C7E9
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbMText
+ 10
+2.708496867646942
+ 20
+12.49999949529174
+ 30
+0.0
+ 40
+1.8
+ 41
+11.0
+ 46
+6.000000000000011
+ 71
+     5
+ 72
+     5
+  1
+{\fArial|b0|i0|c0|p34;FCV\P104}
+ 73
+     1
+ 44
+1.0
+1001
+ACAD
+1000
+ACAD_MTEXT_DEFINED_HEIGHT_BEGIN
+1070
+    46
+1040
+6.000000000000011
+1000
+ACAD_MTEXT_DEFINED_HEIGHT_END
+  0
+LINE
+  5
+C7F0
+330
+C7E9
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+16.65849686764676
+ 20
+4.499999495291746
+ 30
+0.0
+ 11
+13.50849686764678
+ 21
+2.699999495291733
+ 31
+0.0
+  0
+LINE
+  5
+C7F1
+330
+C7E9
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+13.50849686764678
+ 20
+6.299999495291757
+ 30
+0.0
+ 11
+16.65849686764676
+ 21
+4.499999495291746
+ 31
+0.0
+  0
+ENDBLK
+  5
+C7F5
+330
+C7E9
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+C87A
+330
+C86A
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+A$C61E9592C
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+A$C61E9592C
+  1
+
+  0
+SOLID
+  5
+C86B
+330
+C86A
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbTrace
+ 10
+1.800005554178254
+ 20
+37.19999849723081
+ 30
+230.4
+ 11
+134.2000069282959
+ 21
+37.19999849723081
+ 31
+230.4
+ 12
+1.800005554178254
+ 22
+1.799998497230489
+ 32
+230.4
+ 13
+134.2000069282959
+ 23
+1.799998497230489
+ 33
+230.4
+ 39
+28.8
+  0
+SOLID
+  5
+C86C
+330
+C86A
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+0.0000055541780739
+ 20
+-0.0000015027694644
+ 30
+230.4
+ 11
+1.800005554178254
+ 21
+1.799998497230489
+ 31
+230.4
+ 12
+0.0000055541780739
+ 22
+38.99999849723031
+ 32
+230.4
+ 13
+1.800005554178254
+ 23
+37.19999849723081
+ 33
+230.4
+  0
+SOLID
+  5
+C86D
+330
+C86A
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+1.800005554178254
+ 20
+37.19999849723081
+ 30
+230.4
+ 11
+134.2000069282959
+ 21
+37.19999849723081
+ 31
+230.4
+ 12
+0.0000055541780739
+ 22
+38.99999849723031
+ 32
+230.4
+ 13
+136.0000069282961
+ 23
+38.99999849723031
+ 33
+230.4
+  0
+SOLID
+  5
+C86E
+330
+C86A
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+0.0000055541780739
+ 20
+-0.0000015027694644
+ 30
+230.4
+ 11
+136.0000069282961
+ 21
+-0.0000015027695781
+ 31
+230.4
+ 12
+1.800005554178254
+ 22
+1.799998497230489
+ 32
+230.4
+ 13
+134.2000069282959
+ 23
+1.799998497230489
+ 33
+230.4
+  0
+SOLID
+  5
+C86F
+330
+C86A
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+136.0000069282961
+ 20
+-0.0000015027694644
+ 30
+230.4
+ 11
+134.2000069282959
+ 21
+1.799998497230489
+ 31
+230.4
+ 12
+136.0000069282961
+ 22
+38.99999849723031
+ 32
+230.4
+ 13
+134.2000069282959
+ 23
+37.19999849723081
+ 33
+230.4
+  0
+LWPOLYLINE
+  5
+C870
+330
+C86A
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 38
+230.4
+ 10
+0.0000055541780739
+ 20
+38.99999849723031
+ 10
+136.0000069282961
+ 20
+38.99999849723031
+ 10
+136.0000069282961
+ 20
+-0.0000015027694644
+ 10
+0.0000055541780739
+ 20
+-0.0000015027694644
+  0
+TEXT
+  5
+C871
+330
+C86A
+100
+AcDbEntity
+  8
+0
+ 62
+   254
+100
+AcDbText
+ 10
+5.400005554177936
+ 20
+23.44269156405801
+ 30
+230.4
+ 40
+10.0
+  1
+PT103
+  7
+GRAS
+100
+AcDbText
+  0
+TEXT
+  5
+C872
+330
+C86A
+100
+AcDbEntity
+  8
+0
+ 62
+     2
+100
+AcDbText
+ 10
+88.00000692829611
+ 20
+5.999996799452446
+ 30
+201.6
+ 40
+14.4
+  1
+mbar
+100
+AcDbText
+  0
+INSERT
+  5
+C873
+330
+C86A
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Valnum
+ 10
+5.400005554177936
+ 20
+5.399998497230626
+ 30
+230.4
+ 41
+1.5
+ 42
+1.5
+ 43
+1.5
+  0
+ATTRIB
+  5
+C874
+330
+C873
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+71.40000555417863
+ 20
+5.399998497230626
+ 30
+230.4
+ 40
+12.00000000000011
+  1
+BAR_PT103
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+C875
+330
+C873
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+71.40000555417863
+ 20
+5.399998497230626
+ 30
+230.4
+ 40
+12.00000000000011
+  1
+14
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+C876
+330
+C873
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+71.40000555417863
+ 20
+5.399998497230626
+ 30
+230.4
+ 40
+12.00000000000011
+  1
+0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+C877
+330
+C873
+100
+AcDbEntity
+  8
+0
+  0
+ENDBLK
+  5
+C87B
+330
+C86A
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+C982
+330
+C97E
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+A$C08034BA2
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+A$C08034BA2
+  1
+
+  0
+SOLID
+  5
+C97F
+330
+C97E
+100
+AcDbEntity
+  8
+0
+ 62
+   241
+100
+AcDbTrace
+ 10
+-0.0000010090062688
+ 20
+0.0000020801829805
+ 30
+0.0
+ 11
+-0.0000010090062688
+ 21
+3.368692037719596
+ 31
+0.0
+ 12
+205.1499989909934
+ 22
+0.0162728628826017
+ 32
+0.0
+ 13
+205.1499989909934
+ 23
+3.370806814474121
+ 33
+0.0
+  0
+ENDBLK
+  5
+C983
+330
+C97E
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+CA6D
+330
+CA69
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+A$C4AEE3746
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+A$C4AEE3746
+  1
+
+  0
+SOLID
+  5
+CA6A
+330
+CA69
+100
+AcDbEntity
+  8
+0
+ 62
+    18
+420
+        0
+100
+AcDbTrace
+ 10
+3.363990457485896
+ 20
+0.0002203147734008
+ 30
+0.0
+ 11
+0.0005184106584011
+ 21
+-0.0000007935573194
+ 31
+0.0
+ 12
+3.281358254398127
+ 22
+13.64161571689123
+ 32
+0.0
+ 13
+0.0000003341135653
+ 23
+13.6407858951502
+ 33
+0.0
+  0
+ENDBLK
+  5
+CA6E
+330
+CA69
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+D026
+330
+D022
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+A$C4718551B
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+A$C4718551B
+  1
+
+  0
+TEXT
+  5
+D023
+330
+D022
+100
+AcDbEntity
+  8
+0
+ 62
+    18
+420
+        0
+100
+AcDbText
+ 10
+2.196989249421789
+ 20
+5.251628107535423
+ 30
+0.0
+ 40
+11.0
+  1
+Evacuation gaz
+  7
+GRAS
+100
+AcDbText
+  0
+ENDBLK
+  5
+D027
+330
+D022
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+D3ED
+330
+D376
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+A$C4B4B37A6
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+A$C4B4B37A6
+  1
+
+  0
+SOLID
+  5
+D377
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    75
+100
+AcDbTrace
+ 10
+2.588236691783436
+ 20
+14.5722278097039
+ 30
+-35.28011329797511
+ 11
+29.82655945860324
+ 21
+64.50915288220539
+ 31
+-35.28011329797511
+ 12
+57.06488222542134
+ 22
+14.5722278097039
+ 32
+-35.28011329797511
+ 13
+57.06488222542134
+ 23
+14.5722278097039
+ 33
+-35.28011329797511
+ 39
+14.52710547563681
+  0
+SOLID
+  5
+D378
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+28.01067127414774
+ 20
+50.88999149879588
+ 30
+-35.28011329797511
+ 11
+31.64244764305784
+ 21
+50.88999149879588
+ 31
+-35.28011329797511
+ 12
+28.01067127414774
+ 22
+23.65166873197687
+ 32
+-35.28011329797511
+ 13
+31.64244764305784
+ 23
+23.65166873197687
+ 33
+-35.28011329797511
+ 39
+14.52710547563681
+  0
+CIRCLE
+  5
+D379
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbCircle
+ 39
+29.05421095127363
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 40
+1.8158881844546
+  0
+SOLID
+  5
+D37A
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+29.82655945860324
+ 21
+20.92783645529494
+ 31
+-35.28011329797511
+ 12
+30.18973709549312
+ 22
+20.92783645529494
+ 32
+-35.28011329797511
+ 13
+30.18973709549312
+ 23
+20.92783645529494
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D37B
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+29.73576504938023
+ 21
+20.92783645529494
+ 31
+-35.28011329797511
+ 12
+30.00814827704858
+ 22
+20.92783645529494
+ 32
+-35.28011329797511
+ 13
+30.00814827704858
+ 23
+20.92783645529494
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D37C
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+29.5541762309349
+ 21
+20.92783645529494
+ 31
+-35.28011329797511
+ 12
+29.91735386782579
+ 22
+20.92783645529494
+ 32
+-35.28011329797511
+ 13
+29.91735386782579
+ 23
+20.92783645529494
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D37D
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+29.46338182171132
+ 21
+20.92783645529494
+ 31
+-35.28011329797511
+ 12
+29.82655945860324
+ 22
+20.92783645529494
+ 32
+-35.28011329797511
+ 13
+29.82655945860324
+ 23
+20.92783645529494
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D37E
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+29.37258741248866
+ 21
+20.83704204607224
+ 31
+-35.28011329797511
+ 12
+29.73576504938023
+ 22
+20.92783645529494
+ 32
+-35.28011329797511
+ 13
+29.73576504938023
+ 23
+20.92783645529494
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D37F
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+29.28179300326588
+ 21
+20.83704204607224
+ 31
+-35.28011329797511
+ 12
+29.5541762309349
+ 22
+20.92783645529494
+ 32
+-35.28011329797511
+ 13
+29.5541762309349
+ 23
+20.92783645529494
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D380
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+29.1909985940431
+ 21
+20.83704204607224
+ 31
+-35.28011329797511
+ 12
+29.46338182171132
+ 22
+20.92783645529494
+ 32
+-35.28011329797511
+ 13
+29.46338182171132
+ 23
+20.92783645529494
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D381
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+29.00940977559765
+ 21
+20.74624763684946
+ 31
+-35.28011329797511
+ 12
+29.37258741248866
+ 22
+20.83704204607224
+ 32
+-35.28011329797511
+ 13
+29.37258741248866
+ 23
+20.83704204607224
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D382
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+28.91861536637509
+ 21
+20.74624763684946
+ 31
+-35.28011329797511
+ 12
+29.28179300326588
+ 22
+20.83704204607224
+ 32
+-35.28011329797511
+ 13
+29.28179300326588
+ 23
+20.83704204607224
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D383
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+28.82782095715299
+ 21
+20.65545322762681
+ 31
+-35.28011329797511
+ 12
+29.1909985940431
+ 22
+20.83704204607224
+ 32
+-35.28011329797511
+ 13
+29.1909985940431
+ 23
+20.83704204607224
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D384
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+28.73702654792953
+ 21
+20.56465881840399
+ 31
+-35.28011329797511
+ 12
+29.00940977559765
+ 22
+20.74624763684946
+ 32
+-35.28011329797511
+ 13
+29.00940977559765
+ 23
+20.74624763684946
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D385
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+28.64623213870664
+ 21
+20.47386440918125
+ 31
+-35.28011329797511
+ 12
+28.91861536637509
+ 22
+20.65545322762681
+ 32
+-35.28011329797511
+ 13
+28.91861536637509
+ 23
+20.65545322762681
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D386
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+28.55543772948397
+ 21
+20.47386440918125
+ 31
+-35.28011329797511
+ 12
+28.82782095715299
+ 22
+20.65545322762681
+ 32
+-35.28011329797511
+ 13
+28.82782095715299
+ 23
+20.65545322762681
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D387
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+28.46464332026153
+ 21
+20.38306999995854
+ 31
+-35.28011329797511
+ 12
+28.73702654792953
+ 22
+20.56465881840399
+ 32
+-35.28011329797511
+ 13
+28.73702654792953
+ 23
+20.56465881840399
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D388
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+28.46464332026153
+ 21
+20.29227559073581
+ 31
+-35.28011329797511
+ 12
+28.64623213870664
+ 22
+20.47386440918125
+ 32
+-35.28011329797511
+ 13
+28.64623213870664
+ 23
+20.47386440918125
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D389
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+28.37384891103852
+ 21
+20.20148118151315
+ 31
+-35.28011329797511
+ 12
+28.55543772948397
+ 22
+20.47386440918125
+ 32
+-35.28011329797511
+ 13
+28.55543772948397
+ 23
+20.47386440918125
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D38A
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+28.28305450181574
+ 21
+20.11068677229056
+ 31
+-35.28011329797511
+ 12
+28.46464332026153
+ 22
+20.38306999995854
+ 32
+-35.28011329797511
+ 13
+28.46464332026153
+ 23
+20.38306999995854
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D38B
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+28.19226009259319
+ 21
+20.01989236306764
+ 31
+-35.28011329797511
+ 12
+28.46464332026153
+ 22
+20.29227559073581
+ 32
+-35.28011329797511
+ 13
+28.46464332026153
+ 23
+20.29227559073581
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D38C
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+28.19226009259319
+ 21
+19.92909795384497
+ 31
+-35.28011329797511
+ 12
+28.37384891103852
+ 22
+20.20148118151315
+ 32
+-35.28011329797511
+ 13
+28.37384891103852
+ 23
+20.20148118151315
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D38D
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+28.10146568337041
+ 21
+19.74750913539955
+ 31
+-35.28011329797511
+ 12
+28.28305450181574
+ 22
+20.11068677229056
+ 32
+-35.28011329797511
+ 13
+28.28305450181574
+ 23
+20.11068677229056
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D38E
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+28.10146568337041
+ 21
+19.6567147261768
+ 31
+-35.28011329797511
+ 12
+28.19226009259319
+ 22
+20.01989236306764
+ 32
+-35.28011329797511
+ 13
+28.19226009259319
+ 23
+20.01989236306764
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D38F
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+28.10146568337041
+ 21
+19.56592031695405
+ 31
+-35.28011329797511
+ 12
+28.19226009259319
+ 22
+19.83830354462191
+ 32
+-35.28011329797511
+ 13
+28.19226009259319
+ 23
+19.83830354462191
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D390
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+28.01067127414774
+ 21
+19.47512590773121
+ 31
+-35.28011329797511
+ 12
+28.10146568337041
+ 22
+19.74750913539955
+ 32
+-35.28011329797511
+ 13
+28.10146568337041
+ 23
+19.74750913539955
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D391
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+28.01067127414774
+ 21
+19.38433149850851
+ 31
+-35.28011329797511
+ 12
+28.10146568337041
+ 22
+19.6567147261768
+ 32
+-35.28011329797511
+ 13
+28.10146568337041
+ 23
+19.6567147261768
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D392
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+28.01067127414774
+ 21
+19.20274268006327
+ 31
+-35.28011329797511
+ 12
+28.10146568337041
+ 22
+19.56592031695405
+ 32
+-35.28011329797511
+ 13
+28.10146568337041
+ 23
+19.56592031695405
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D393
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+28.01067127414774
+ 21
+19.11194827084038
+ 31
+-35.28011329797511
+ 12
+28.01067127414774
+ 22
+19.47512590773121
+ 32
+-35.28011329797511
+ 13
+28.01067127414774
+ 23
+19.47512590773121
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D394
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+28.01067127414774
+ 21
+19.02115386161782
+ 31
+-35.28011329797511
+ 12
+28.01067127414774
+ 22
+19.29353708928585
+ 32
+-35.28011329797511
+ 13
+28.01067127414774
+ 23
+19.29353708928585
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D395
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+28.01067127414774
+ 21
+18.83956504317217
+ 31
+-35.28011329797511
+ 12
+28.01067127414774
+ 22
+19.20274268006327
+ 32
+-35.28011329797511
+ 13
+28.01067127414774
+ 23
+19.20274268006327
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D396
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+28.01067127414774
+ 21
+18.74877063394965
+ 31
+-35.28011329797511
+ 12
+28.01067127414774
+ 22
+19.11194827084038
+ 32
+-35.28011329797511
+ 13
+28.01067127414774
+ 23
+19.11194827084038
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D397
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+28.10146568337041
+ 21
+18.65797622472692
+ 31
+-35.28011329797511
+ 12
+28.01067127414774
+ 22
+19.02115386161782
+ 32
+-35.28011329797511
+ 13
+28.01067127414774
+ 23
+19.02115386161782
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D398
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+28.10146568337041
+ 21
+18.56718181550394
+ 31
+-35.28011329797511
+ 12
+28.01067127414774
+ 22
+18.83956504317217
+ 32
+-35.28011329797511
+ 13
+28.01067127414774
+ 23
+18.83956504317217
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D399
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+28.10146568337041
+ 21
+18.47638740628119
+ 31
+-35.28011329797511
+ 12
+28.01067127414774
+ 22
+18.74877063394965
+ 32
+-35.28011329797511
+ 13
+28.01067127414774
+ 23
+18.74877063394965
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D39A
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+28.19226009259319
+ 21
+18.29479858783594
+ 31
+-35.28011329797511
+ 12
+28.10146568337041
+ 22
+18.65797622472692
+ 32
+-35.28011329797511
+ 13
+28.10146568337041
+ 23
+18.65797622472692
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D39B
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+28.19226009259319
+ 21
+18.20400417861305
+ 31
+-35.28011329797511
+ 12
+28.10146568337041
+ 22
+18.56718181550394
+ 32
+-35.28011329797511
+ 13
+28.10146568337041
+ 23
+18.56718181550394
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D39C
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+28.28305450181574
+ 21
+18.11320976939048
+ 31
+-35.28011329797511
+ 12
+28.10146568337041
+ 22
+18.47638740628119
+ 32
+-35.28011329797511
+ 13
+28.10146568337041
+ 23
+18.47638740628119
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D39D
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+28.37384891103852
+ 21
+18.0224153601676
+ 31
+-35.28011329797511
+ 12
+28.19226009259319
+ 22
+18.29479858783594
+ 32
+-35.28011329797511
+ 13
+28.19226009259319
+ 23
+18.29479858783594
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D39E
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+28.46464332026153
+ 21
+17.93162095094475
+ 31
+-35.28011329797511
+ 12
+28.28305450181574
+ 22
+18.20400417861305
+ 32
+-35.28011329797511
+ 13
+28.28305450181574
+ 23
+18.20400417861305
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D39F
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+28.46464332026153
+ 21
+17.84082654172235
+ 31
+-35.28011329797511
+ 12
+28.28305450181574
+ 22
+18.11320976939048
+ 32
+-35.28011329797511
+ 13
+28.28305450181574
+ 23
+18.11320976939048
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D3A0
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+28.55543772948397
+ 21
+17.75003213249948
+ 31
+-35.28011329797511
+ 12
+28.37384891103852
+ 22
+18.0224153601676
+ 32
+-35.28011329797511
+ 13
+28.37384891103852
+ 23
+18.0224153601676
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D3A1
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+28.64623213870664
+ 21
+17.75003213249948
+ 31
+-35.28011329797511
+ 12
+28.46464332026153
+ 22
+17.93162095094475
+ 32
+-35.28011329797511
+ 13
+28.46464332026153
+ 23
+17.93162095094475
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D3A2
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+28.73702654792953
+ 21
+17.65923772327662
+ 31
+-35.28011329797511
+ 12
+28.46464332026153
+ 22
+17.84082654172235
+ 32
+-35.28011329797511
+ 13
+28.46464332026153
+ 23
+17.84082654172235
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D3A3
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+28.82782095715299
+ 21
+17.56844331405406
+ 31
+-35.28011329797511
+ 12
+28.55543772948397
+ 22
+17.75003213249948
+ 32
+-35.28011329797511
+ 13
+28.55543772948397
+ 23
+17.75003213249948
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D3A4
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+28.91861536637509
+ 21
+17.47764890483118
+ 31
+-35.28011329797511
+ 12
+28.64623213870664
+ 22
+17.75003213249948
+ 32
+-35.28011329797511
+ 13
+28.64623213870664
+ 23
+17.75003213249948
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D3A5
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+29.00940977559765
+ 21
+17.47764890483118
+ 31
+-35.28011329797511
+ 12
+28.73702654792953
+ 22
+17.65923772327662
+ 32
+-35.28011329797511
+ 13
+28.73702654792953
+ 23
+17.65923772327662
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D3A6
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+29.1909985940431
+ 21
+17.38685449560833
+ 31
+-35.28011329797511
+ 12
+28.82782095715299
+ 22
+17.56844331405406
+ 32
+-35.28011329797511
+ 13
+28.82782095715299
+ 23
+17.56844331405406
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D3A7
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+29.28179300326588
+ 21
+17.38685449560833
+ 31
+-35.28011329797511
+ 12
+28.91861536637509
+ 22
+17.47764890483118
+ 32
+-35.28011329797511
+ 13
+28.91861536637509
+ 23
+17.47764890483118
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D3A8
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+29.37258741248866
+ 21
+17.38685449560833
+ 31
+-35.28011329797511
+ 12
+29.10020418482043
+ 22
+17.47764890483118
+ 32
+-35.28011329797511
+ 13
+29.10020418482043
+ 23
+17.47764890483118
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D3A9
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+29.46338182171132
+ 21
+17.29606008638586
+ 31
+-35.28011329797511
+ 12
+29.1909985940431
+ 22
+17.38685449560833
+ 32
+-35.28011329797511
+ 13
+29.1909985940431
+ 23
+17.38685449560833
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D3AA
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+29.5541762309349
+ 21
+17.29606008638586
+ 31
+-35.28011329797511
+ 12
+29.28179300326588
+ 22
+17.38685449560833
+ 32
+-35.28011329797511
+ 13
+29.28179300326588
+ 23
+17.38685449560833
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D3AB
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+29.73576504938023
+ 21
+17.29606008638586
+ 31
+-35.28011329797511
+ 12
+29.37258741248866
+ 22
+17.38685449560833
+ 32
+-35.28011329797511
+ 13
+29.37258741248866
+ 23
+17.38685449560833
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D3AC
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+29.82655945860324
+ 21
+17.29606008638586
+ 31
+-35.28011329797511
+ 12
+29.46338182171132
+ 22
+17.29606008638586
+ 32
+-35.28011329797511
+ 13
+29.46338182171132
+ 23
+17.29606008638586
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D3AD
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+29.91735386782579
+ 21
+17.29606008638586
+ 31
+-35.28011329797511
+ 12
+29.64497064015688
+ 22
+17.29606008638586
+ 32
+-35.28011329797511
+ 13
+29.64497064015688
+ 23
+17.29606008638586
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D3AE
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+30.09894268627034
+ 21
+17.29606008638586
+ 31
+-35.28011329797511
+ 12
+29.73576504938023
+ 22
+17.29606008638586
+ 32
+-35.28011329797511
+ 13
+29.73576504938023
+ 23
+17.29606008638586
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D3AF
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+30.18973709549312
+ 21
+17.29606008638586
+ 31
+-35.28011329797511
+ 12
+29.82655945860324
+ 22
+17.29606008638586
+ 32
+-35.28011329797511
+ 13
+29.82655945860324
+ 23
+17.29606008638586
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D3B0
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+30.28053150471601
+ 21
+17.38685449560833
+ 31
+-35.28011329797511
+ 12
+29.91735386782579
+ 22
+17.29606008638586
+ 32
+-35.28011329797511
+ 13
+29.91735386782579
+ 23
+17.29606008638586
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D3B1
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+30.37132591393868
+ 21
+17.38685449560833
+ 31
+-35.28011329797511
+ 12
+30.09894268627034
+ 22
+17.29606008638586
+ 32
+-35.28011329797511
+ 13
+30.09894268627034
+ 23
+17.29606008638586
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D3B2
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+30.46212032316134
+ 21
+17.38685449560833
+ 31
+-35.28011329797511
+ 12
+30.18973709549312
+ 22
+17.29606008638586
+ 32
+-35.28011329797511
+ 13
+30.18973709549312
+ 23
+17.29606008638586
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D3B3
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+30.64370914160668
+ 21
+17.47764890483118
+ 31
+-35.28011329797511
+ 12
+30.28053150471601
+ 22
+17.38685449560833
+ 32
+-35.28011329797511
+ 13
+30.28053150471601
+ 23
+17.38685449560833
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D3B4
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+30.73450355082957
+ 21
+17.47764890483118
+ 31
+-35.28011329797511
+ 12
+30.37132591393868
+ 22
+17.38685449560833
+ 32
+-35.28011329797511
+ 13
+30.37132591393868
+ 23
+17.38685449560833
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D3B5
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+30.82529796005224
+ 21
+17.56844331405406
+ 31
+-35.28011329797511
+ 12
+30.46212032316134
+ 22
+17.38685449560833
+ 32
+-35.28011329797511
+ 13
+30.46212032316134
+ 23
+17.38685449560833
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D3B6
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+30.9160923692757
+ 21
+17.65923772327662
+ 31
+-35.28011329797511
+ 12
+30.64370914160668
+ 22
+17.47764890483118
+ 32
+-35.28011329797511
+ 13
+30.64370914160668
+ 23
+17.47764890483118
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D3B7
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+31.00688677849769
+ 21
+17.75003213249948
+ 31
+-35.28011329797511
+ 12
+30.73450355082957
+ 22
+17.56844331405406
+ 32
+-35.28011329797511
+ 13
+30.73450355082957
+ 23
+17.56844331405406
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D3B8
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+31.09768118772104
+ 21
+17.75003213249948
+ 31
+-35.28011329797511
+ 12
+30.82529796005224
+ 22
+17.56844331405406
+ 32
+-35.28011329797511
+ 13
+30.82529796005224
+ 23
+17.56844331405406
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D3B9
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+31.18847559694336
+ 21
+17.84082654172235
+ 31
+-35.28011329797511
+ 12
+30.9160923692757
+ 22
+17.65923772327662
+ 32
+-35.28011329797511
+ 13
+30.9160923692757
+ 23
+17.65923772327662
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D3BA
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+31.18847559694336
+ 21
+17.93162095094475
+ 31
+-35.28011329797511
+ 12
+31.00688677849769
+ 22
+17.75003213249948
+ 32
+-35.28011329797511
+ 13
+31.00688677849769
+ 23
+17.75003213249948
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D3BB
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+31.27927000616603
+ 21
+18.0224153601676
+ 31
+-35.28011329797511
+ 12
+31.09768118772104
+ 22
+17.75003213249948
+ 32
+-35.28011329797511
+ 13
+31.09768118772104
+ 23
+17.75003213249948
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D3BC
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+31.3700644153887
+ 21
+18.11320976939048
+ 31
+-35.28011329797511
+ 12
+31.18847559694336
+ 22
+17.84082654172235
+ 32
+-35.28011329797511
+ 13
+31.18847559694336
+ 23
+17.84082654172235
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D3BD
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+31.46085882461136
+ 21
+18.20400417861305
+ 31
+-35.28011329797511
+ 12
+31.18847559694336
+ 22
+17.93162095094475
+ 32
+-35.28011329797511
+ 13
+31.18847559694336
+ 23
+17.93162095094475
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D3BE
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+31.46085882461136
+ 21
+18.29479858783594
+ 31
+-35.28011329797511
+ 12
+31.27927000616603
+ 22
+18.0224153601676
+ 32
+-35.28011329797511
+ 13
+31.27927000616603
+ 23
+18.0224153601676
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D3BF
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+31.55165323383494
+ 21
+18.47638740628119
+ 31
+-35.28011329797511
+ 12
+31.3700644153887
+ 22
+18.11320976939048
+ 32
+-35.28011329797511
+ 13
+31.3700644153887
+ 23
+18.11320976939048
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D3C0
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+31.55165323383494
+ 21
+18.56718181550394
+ 31
+-35.28011329797511
+ 12
+31.46085882461136
+ 22
+18.20400417861305
+ 32
+-35.28011329797511
+ 13
+31.46085882461136
+ 23
+18.20400417861305
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D3C1
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+31.55165323383494
+ 21
+18.65797622472692
+ 31
+-35.28011329797511
+ 12
+31.46085882461136
+ 22
+18.38559299705848
+ 32
+-35.28011329797511
+ 13
+31.46085882461136
+ 23
+18.38559299705848
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D3C2
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+31.64244764305784
+ 21
+18.74877063394965
+ 31
+-35.28011329797511
+ 12
+31.55165323383494
+ 22
+18.47638740628119
+ 32
+-35.28011329797511
+ 13
+31.55165323383494
+ 23
+18.47638740628119
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D3C3
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+31.64244764305784
+ 21
+18.83956504317217
+ 31
+-35.28011329797511
+ 12
+31.55165323383494
+ 22
+18.56718181550394
+ 32
+-35.28011329797511
+ 13
+31.55165323383494
+ 23
+18.56718181550394
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D3C4
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+31.64244764305784
+ 21
+19.02115386161782
+ 31
+-35.28011329797511
+ 12
+31.55165323383494
+ 22
+18.65797622472692
+ 32
+-35.28011329797511
+ 13
+31.55165323383494
+ 23
+18.65797622472692
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D3C5
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+31.64244764305784
+ 21
+19.11194827084038
+ 31
+-35.28011329797511
+ 12
+31.64244764305784
+ 22
+18.74877063394965
+ 32
+-35.28011329797511
+ 13
+31.64244764305784
+ 23
+18.74877063394965
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D3C6
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+31.64244764305784
+ 21
+19.20274268006327
+ 31
+-35.28011329797511
+ 12
+31.64244764305784
+ 22
+18.93035945239487
+ 32
+-35.28011329797511
+ 13
+31.64244764305784
+ 23
+18.93035945239487
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D3C7
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+31.64244764305784
+ 21
+19.38433149850851
+ 31
+-35.28011329797511
+ 12
+31.64244764305784
+ 22
+19.02115386161782
+ 32
+-35.28011329797511
+ 13
+31.64244764305784
+ 23
+19.02115386161782
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D3C8
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+31.64244764305784
+ 21
+19.47512590773121
+ 31
+-35.28011329797511
+ 12
+31.64244764305784
+ 22
+19.11194827084038
+ 32
+-35.28011329797511
+ 13
+31.64244764305784
+ 23
+19.11194827084038
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D3C9
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+31.55165323383494
+ 21
+19.56592031695405
+ 31
+-35.28011329797511
+ 12
+31.64244764305784
+ 22
+19.20274268006327
+ 32
+-35.28011329797511
+ 13
+31.64244764305784
+ 23
+19.20274268006327
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D3CA
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+31.55165323383494
+ 21
+19.6567147261768
+ 31
+-35.28011329797511
+ 12
+31.64244764305784
+ 22
+19.38433149850851
+ 32
+-35.28011329797511
+ 13
+31.64244764305784
+ 23
+19.38433149850851
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D3CB
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+31.55165323383494
+ 21
+19.74750913539955
+ 31
+-35.28011329797511
+ 12
+31.64244764305784
+ 22
+19.47512590773121
+ 32
+-35.28011329797511
+ 13
+31.64244764305784
+ 23
+19.47512590773121
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D3CC
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+31.46085882461136
+ 21
+19.92909795384497
+ 31
+-35.28011329797511
+ 12
+31.55165323383494
+ 22
+19.56592031695405
+ 32
+-35.28011329797511
+ 13
+31.55165323383494
+ 23
+19.56592031695405
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D3CD
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+31.46085882461136
+ 21
+20.01989236306764
+ 31
+-35.28011329797511
+ 12
+31.55165323383494
+ 22
+19.6567147261768
+ 32
+-35.28011329797511
+ 13
+31.55165323383494
+ 23
+19.6567147261768
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D3CE
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+31.3700644153887
+ 21
+20.11068677229056
+ 31
+-35.28011329797511
+ 12
+31.55165323383494
+ 22
+19.74750913539955
+ 32
+-35.28011329797511
+ 13
+31.55165323383494
+ 23
+19.74750913539955
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D3CF
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+31.27927000616603
+ 21
+20.20148118151315
+ 31
+-35.28011329797511
+ 12
+31.46085882461136
+ 22
+19.92909795384497
+ 32
+-35.28011329797511
+ 13
+31.46085882461136
+ 23
+19.92909795384497
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D3D0
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+31.18847559694336
+ 21
+20.29227559073581
+ 31
+-35.28011329797511
+ 12
+31.3700644153887
+ 22
+20.01989236306764
+ 32
+-35.28011329797511
+ 13
+31.3700644153887
+ 23
+20.01989236306764
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D3D1
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+31.18847559694336
+ 21
+20.38306999995854
+ 31
+-35.28011329797511
+ 12
+31.3700644153887
+ 22
+20.11068677229056
+ 32
+-35.28011329797511
+ 13
+31.3700644153887
+ 23
+20.11068677229056
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D3D2
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+31.09768118772104
+ 21
+20.47386440918125
+ 31
+-35.28011329797511
+ 12
+31.27927000616603
+ 22
+20.20148118151315
+ 32
+-35.28011329797511
+ 13
+31.27927000616603
+ 23
+20.20148118151315
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D3D3
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+31.00688677849769
+ 21
+20.47386440918125
+ 31
+-35.28011329797511
+ 12
+31.18847559694336
+ 22
+20.29227559073581
+ 32
+-35.28011329797511
+ 13
+31.18847559694336
+ 23
+20.29227559073581
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D3D4
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+30.9160923692757
+ 21
+20.56465881840399
+ 31
+-35.28011329797511
+ 12
+31.18847559694336
+ 22
+20.38306999995854
+ 32
+-35.28011329797511
+ 13
+31.18847559694336
+ 23
+20.38306999995854
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D3D5
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+30.82529796005224
+ 21
+20.65545322762681
+ 31
+-35.28011329797511
+ 12
+31.09768118772104
+ 22
+20.47386440918125
+ 32
+-35.28011329797511
+ 13
+31.09768118772104
+ 23
+20.47386440918125
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D3D6
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+30.73450355082957
+ 21
+20.74624763684946
+ 31
+-35.28011329797511
+ 12
+31.00688677849769
+ 22
+20.47386440918125
+ 32
+-35.28011329797511
+ 13
+31.00688677849769
+ 23
+20.47386440918125
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D3D7
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+30.64370914160668
+ 21
+20.74624763684946
+ 31
+-35.28011329797511
+ 12
+30.9160923692757
+ 22
+20.56465881840399
+ 32
+-35.28011329797511
+ 13
+30.9160923692757
+ 23
+20.56465881840399
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D3D8
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+30.46212032316134
+ 21
+20.83704204607224
+ 31
+-35.28011329797511
+ 12
+30.82529796005224
+ 22
+20.65545322762681
+ 32
+-35.28011329797511
+ 13
+30.82529796005224
+ 23
+20.65545322762681
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D3D9
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+30.37132591393868
+ 21
+20.83704204607224
+ 31
+-35.28011329797511
+ 12
+30.73450355082957
+ 22
+20.74624763684946
+ 32
+-35.28011329797511
+ 13
+30.73450355082957
+ 23
+20.74624763684946
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D3DA
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+30.28053150471601
+ 21
+20.83704204607224
+ 31
+-35.28011329797511
+ 12
+30.55291473238424
+ 22
+20.74624763684946
+ 32
+-35.28011329797511
+ 13
+30.55291473238424
+ 23
+20.74624763684946
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D3DB
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+30.18973709549312
+ 21
+20.92783645529494
+ 31
+-35.28011329797511
+ 12
+30.46212032316134
+ 22
+20.83704204607224
+ 32
+-35.28011329797511
+ 13
+30.46212032316134
+ 23
+20.83704204607224
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D3DC
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+30.09894268627034
+ 21
+20.92783645529494
+ 31
+-35.28011329797511
+ 12
+30.37132591393868
+ 22
+20.83704204607224
+ 32
+-35.28011329797511
+ 13
+30.37132591393868
+ 23
+20.83704204607224
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+D3DD
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    76
+100
+AcDbTrace
+ 10
+29.82655945860324
+ 20
+19.11194827084038
+ 30
+-35.28011329797511
+ 11
+29.91735386782579
+ 21
+20.92783645529494
+ 31
+-35.28011329797511
+ 12
+30.28053150471601
+ 22
+20.83704204607224
+ 32
+-35.28011329797511
+ 13
+30.28053150471601
+ 23
+20.83704204607224
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+TEXT
+  5
+D3DE
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+    75
+100
+AcDbText
+ 10
+4.061541548627701
+ 20
+3.676898702976274
+ 30
+-35.28011329797511
+ 40
+9.079440922273008
+  1
+ALARME
+  7
+GRAS
+100
+AcDbText
+  0
+INSERT
+  5
+D3DF
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+     9
+100
+AcDbBlockReference
+ 66
+     1
+  2
+palet
+ 10
+2.32223918727891
+ 20
+8.24737032244198
+ 30
+0.0
+ 41
+0.2057738028523552
+ 42
+0.2057738028523552
+ 43
+0.2057738028523552
+  0
+ATTRIB
+  5
+D3E0
+330
+D3DF
+100
+AcDbEntity
+  8
+IMG009
+ 62
+     9
+100
+AcDbText
+ 10
+2.32223918727891
+ 20
+8.24737032244198
+ 30
+0.0
+ 40
+1.851964225670775
+  1
+DEFAUT_GENERAL
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+D3E1
+330
+D3DF
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+2.32223918727891
+ 20
+8.24737032244198
+ 30
+0.0
+ 40
+1.337529718540003
+  1
+76
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+D3E2
+330
+D3DF
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+2.32223918727891
+ 20
+8.24737032244198
+ 30
+0.0
+ 40
+1.851964225670775
+  1
+7
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+D3E3
+330
+D3DF
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+2.32223918727891
+ 20
+8.24737032244198
+ 30
+0.0
+ 40
+1.851964225670775
+  1
+7
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+D3E4
+330
+D3DF
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+  0
+INSERT
+  5
+D3E5
+330
+D376
+100
+AcDbEntity
+  8
+0
+ 62
+     9
+100
+AcDbBlockReference
+ 66
+     1
+  2
+palet
+ 10
+0.025059385120926
+ 20
+8.455819403196926
+ 30
+0.0
+ 41
+0.2057738028523552
+ 42
+0.2057738028523552
+ 43
+0.2057738028523552
+  0
+ATTRIB
+  5
+D3E6
+330
+D3E5
+100
+AcDbEntity
+  8
+IMG009
+ 62
+     9
+100
+AcDbText
+ 10
+0.025059385120926
+ 20
+8.455819403196926
+ 30
+0.0
+ 40
+1.851964225670775
+  1
+DEFAUT_GENERAL
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+D3E7
+330
+D3E5
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.025059385120926
+ 20
+8.455819403196926
+ 30
+0.0
+ 40
+1.337529718540003
+  1
+75
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+D3E8
+330
+D3E5
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.025059385120926
+ 20
+8.455819403196926
+ 30
+0.0
+ 40
+1.851964225670775
+  1
+4
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+D3E9
+330
+D3E5
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.025059385120926
+ 20
+8.455819403196926
+ 30
+0.0
+ 40
+1.851964225670775
+  1
+7
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+D3EA
+330
+D3E5
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+  0
+ENDBLK
+  5
+D3EE
+330
+D376
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+DC1B
+330
+DC17
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+A$C37C01819
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+A$C37C01819
+  1
+
+  0
+SOLID
+  5
+DC18
+330
+DC17
+100
+AcDbEntity
+  8
+0
+ 62
+   241
+100
+AcDbTrace
+ 10
+3.363921483784223
+ 20
+0.0000001956257734
+ 30
+0.0
+ 11
+0.0004494369566146
+ 21
+0.0000001956257734
+ 31
+0.0
+ 12
+3.269340138933556
+ 22
+16.9827776773738
+ 32
+0.0
+ 13
+-0.0000015454070308
+ 23
+16.9827776773738
+ 33
+0.0
+  0
+ENDBLK
+  5
+DC1C
+330
+DC17
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+E495
+330
+E48C
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+A$C35F31F96
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+A$C35F31F96
+  1
+
+  0
+TEXT
+  5
+E48D
+330
+E48C
+100
+AcDbEntity
+  8
+0
+ 62
+     2
+100
+AcDbText
+ 10
+50.62463920983475
+ 20
+4.970010275742708
+ 30
+201.6
+ 40
+11.0
+  1
+l/min
+100
+AcDbText
+  0
+INSERT
+  5
+E48E
+330
+E48C
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Valnum
+ 10
+1.024635504300135
+ 20
+4.960543623837394
+ 30
+230.4
+ 41
+1.5
+ 42
+1.5
+ 43
+1.5
+  0
+ATTRIB
+  5
+E48F
+330
+E48E
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+67.02463550430081
+ 20
+4.960543623837394
+ 30
+230.4
+ 40
+12.00000000000011
+  1
+BAR_GAP_FT104_FT190/191
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+E490
+330
+E48E
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+67.02463550430081
+ 20
+4.960543623837394
+ 30
+230.4
+ 40
+12.00000000000011
+  1
+14
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+E491
+330
+E48E
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+67.02463550430081
+ 20
+4.960543623837394
+ 30
+230.4
+ 40
+12.00000000000011
+  1
+0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+E492
+330
+E48E
+100
+AcDbEntity
+  8
+0
+  0
+ENDBLK
+  5
+E496
+330
+E48C
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+EF59
+330
+EF4C
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+A$C15380ECB
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+A$C15380ECB
+  1
+
+  0
+INSERT
+  5
+EF4D
+330
+EF4C
+100
+AcDbEntity
+  8
+0
+ 62
+     9
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Jbutton
+ 10
+-0.0000004449268545
+ 20
+-0.0000002887325081
+ 30
+0.0
+ 41
+80.0
+ 42
+15.0
+ 43
+100.0
+  0
+ATTRIB
+  5
+EF4E
+330
+EF4D
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+-0.0000004449268545
+ 20
+-0.0000002887325081
+ 30
+0.0
+ 40
+1.5
+  1
+
+ 41
+5.333333333333325
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COMMANDE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+EF4F
+330
+EF4D
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+-0.0000004449268545
+ 20
+-0.0000002887325081
+ 30
+0.0
+ 40
+1.5
+  1
+BAR_LOCAL
+ 41
+5.333333333333325
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+EF50
+330
+EF4D
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+-0.0000004449268545
+ 20
+-0.0000002887325081
+ 30
+0.0
+ 40
+1.5
+  1
+10
+ 41
+5.333333333333325
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+EF51
+330
+EF4D
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+-0.0000004449268545
+ 20
+-0.0000002887325081
+ 30
+0.0
+ 40
+1.5
+  1
+12
+ 41
+5.333333333333325
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+EF52
+330
+EF4D
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+-0.0000004449268545
+ 20
+-0.0000002887325081
+ 30
+0.0
+ 40
+1.5
+  1
+0
+ 41
+5.333333333333325
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CONFIRM
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+EF53
+330
+EF4D
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+-0.0000004449268545
+ 20
+-0.0000002887325081
+ 30
+0.0
+ 40
+1.5
+  1
+
+ 41
+5.333333333333325
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+EF54
+330
+EF4D
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+-0.0000004449268545
+ 20
+-0.0000002887325081
+ 30
+0.0
+ 40
+1.5
+  1
+
+ 41
+5.333333333333325
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+EF55
+330
+EF4D
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+-0.0000004449268545
+ 20
+-0.0000002887325081
+ 30
+0.0
+ 40
+1.5
+  1
+LOCAL
+ 41
+5.333333333333325
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+TEXTE
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+EF56
+330
+EF4D
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+  0
+ENDBLK
+  5
+EF5A
+330
+EF4C
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+F14C
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+A$C29346BCE
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+A$C29346BCE
+  1
+
+  0
+SOLID
+  5
+F0D6
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    91
+100
+AcDbTrace
+ 10
+0.0000017216511878
+ 20
+14.23624128157337
+ 30
+-35.28011329797511
+ 11
+27.238324488471
+ 21
+64.17316635407485
+ 31
+-35.28011329797511
+ 12
+54.47664725528909
+ 22
+14.23624128157337
+ 32
+-35.28011329797511
+ 13
+54.47664725528909
+ 23
+14.23624128157337
+ 33
+-35.28011329797511
+ 39
+14.52710547563681
+  0
+SOLID
+  5
+F0D7
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+25.42243630401561
+ 20
+50.55400497066536
+ 30
+-35.28011329797511
+ 11
+29.0542126729257
+ 21
+50.55400497066536
+ 31
+-35.28011329797511
+ 12
+25.42243630401561
+ 22
+23.31568220384633
+ 32
+-35.28011329797511
+ 13
+29.0542126729257
+ 23
+23.31568220384633
+ 33
+-35.28011329797511
+ 39
+14.52710547563681
+  0
+CIRCLE
+  5
+F0D8
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbCircle
+ 39
+29.05421095127363
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 40
+1.8158881844546
+  0
+SOLID
+  5
+F0D9
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+27.238324488471
+ 21
+20.59184992716439
+ 31
+-35.28011329797511
+ 12
+27.60150212536098
+ 22
+20.59184992716439
+ 32
+-35.28011329797511
+ 13
+27.60150212536098
+ 23
+20.59184992716439
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F0DA
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+27.14753007924799
+ 21
+20.59184992716439
+ 31
+-35.28011329797511
+ 12
+27.41991330691633
+ 22
+20.59184992716439
+ 32
+-35.28011329797511
+ 13
+27.41991330691633
+ 23
+20.59184992716439
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F0DB
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+26.96594126080265
+ 21
+20.59184992716439
+ 31
+-35.28011329797511
+ 12
+27.32911889769356
+ 22
+20.59184992716439
+ 32
+-35.28011329797511
+ 13
+27.32911889769356
+ 23
+20.59184992716439
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F0DC
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+26.87514685157919
+ 21
+20.59184992716439
+ 31
+-35.28011329797511
+ 12
+27.238324488471
+ 22
+20.59184992716439
+ 32
+-35.28011329797511
+ 13
+27.238324488471
+ 23
+20.59184992716439
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F0DD
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+26.78435244235641
+ 21
+20.50105551794172
+ 31
+-35.28011329797511
+ 12
+27.14753007924799
+ 22
+20.59184992716439
+ 32
+-35.28011329797511
+ 13
+27.14753007924799
+ 23
+20.59184992716439
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F0DE
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+26.69355803313363
+ 21
+20.50105551794172
+ 31
+-35.28011329797511
+ 12
+26.96594126080265
+ 22
+20.59184992716439
+ 32
+-35.28011329797511
+ 13
+26.96594126080265
+ 23
+20.59184992716439
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F0DF
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+26.60276362391086
+ 21
+20.50105551794172
+ 31
+-35.28011329797511
+ 12
+26.87514685157919
+ 22
+20.59184992716439
+ 32
+-35.28011329797511
+ 13
+26.87514685157919
+ 23
+20.59184992716439
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F0E0
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+26.42117480546551
+ 21
+20.41026110871894
+ 31
+-35.28011329797511
+ 12
+26.78435244235641
+ 22
+20.50105551794172
+ 32
+-35.28011329797511
+ 13
+26.78435244235641
+ 23
+20.50105551794172
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F0E1
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+26.33038039624296
+ 21
+20.41026110871894
+ 31
+-35.28011329797511
+ 12
+26.69355803313363
+ 22
+20.50105551794172
+ 32
+-35.28011329797511
+ 13
+26.69355803313363
+ 23
+20.50105551794172
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F0E2
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+26.23958598702086
+ 21
+20.31946669949627
+ 31
+-35.28011329797511
+ 12
+26.60276362391086
+ 22
+20.50105551794172
+ 32
+-35.28011329797511
+ 13
+26.60276362391086
+ 23
+20.50105551794172
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F0E3
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+26.1487915777974
+ 21
+20.22867229027338
+ 31
+-35.28011329797511
+ 12
+26.42117480546551
+ 22
+20.41026110871894
+ 32
+-35.28011329797511
+ 13
+26.42117480546551
+ 23
+20.41026110871894
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F0E4
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+26.05799716857439
+ 21
+20.13787788105071
+ 31
+-35.28011329797511
+ 12
+26.33038039624296
+ 22
+20.31946669949627
+ 32
+-35.28011329797511
+ 13
+26.33038039624296
+ 23
+20.31946669949627
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F0E5
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+25.96720275935183
+ 21
+20.13787788105071
+ 31
+-35.28011329797511
+ 12
+26.23958598702086
+ 22
+20.31946669949627
+ 32
+-35.28011329797511
+ 13
+26.23958598702086
+ 23
+20.31946669949627
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F0E6
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+25.87640835012928
+ 21
+20.04708347182805
+ 31
+-35.28011329797511
+ 12
+26.1487915777974
+ 22
+20.22867229027338
+ 32
+-35.28011329797511
+ 13
+26.1487915777974
+ 23
+20.22867229027338
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F0E7
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+25.87640835012928
+ 21
+19.95628906260526
+ 31
+-35.28011329797511
+ 12
+26.05799716857439
+ 22
+20.13787788105071
+ 32
+-35.28011329797511
+ 13
+26.05799716857439
+ 23
+20.13787788105071
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F0E8
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+25.78561394090627
+ 21
+19.8654946533826
+ 31
+-35.28011329797511
+ 12
+25.96720275935183
+ 22
+20.13787788105071
+ 32
+-35.28011329797511
+ 13
+25.96720275935183
+ 23
+20.13787788105071
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F0E9
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+25.69481953168349
+ 21
+19.77470024416004
+ 31
+-35.28011329797511
+ 12
+25.87640835012928
+ 22
+20.04708347182805
+ 32
+-35.28011329797511
+ 13
+25.87640835012928
+ 23
+20.04708347182805
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F0EA
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+25.60402512246094
+ 21
+19.68390583493715
+ 31
+-35.28011329797511
+ 12
+25.87640835012928
+ 22
+19.95628906260526
+ 32
+-35.28011329797511
+ 13
+25.87640835012928
+ 23
+19.95628906260526
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F0EB
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+25.60402512246094
+ 21
+19.59311142571437
+ 31
+-35.28011329797511
+ 12
+25.78561394090627
+ 22
+19.8654946533826
+ 32
+-35.28011329797511
+ 13
+25.78561394090627
+ 23
+19.8654946533826
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F0EC
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+25.51323071323816
+ 21
+19.41152260726903
+ 31
+-35.28011329797511
+ 12
+25.69481953168349
+ 22
+19.77470024416004
+ 32
+-35.28011329797511
+ 13
+25.69481953168349
+ 23
+19.77470024416004
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F0ED
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+25.51323071323816
+ 21
+19.32072819804625
+ 31
+-35.28011329797511
+ 12
+25.60402512246094
+ 22
+19.68390583493715
+ 32
+-35.28011329797511
+ 13
+25.60402512246094
+ 23
+19.68390583493715
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F0EE
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+25.51323071323816
+ 21
+19.22993378882347
+ 31
+-35.28011329797511
+ 12
+25.60402512246094
+ 22
+19.50231701649135
+ 32
+-35.28011329797511
+ 13
+25.60402512246094
+ 23
+19.50231701649135
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F0EF
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+25.42243630401561
+ 21
+19.13913937960069
+ 31
+-35.28011329797511
+ 12
+25.51323071323816
+ 22
+19.41152260726903
+ 32
+-35.28011329797511
+ 13
+25.51323071323816
+ 23
+19.41152260726903
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F0F0
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+25.42243630401561
+ 21
+19.04834497037791
+ 31
+-35.28011329797511
+ 12
+25.51323071323816
+ 22
+19.32072819804625
+ 32
+-35.28011329797511
+ 13
+25.51323071323816
+ 23
+19.32072819804625
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F0F1
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+25.42243630401561
+ 21
+18.86675615193269
+ 31
+-35.28011329797511
+ 12
+25.51323071323816
+ 22
+19.22993378882347
+ 32
+-35.28011329797511
+ 13
+25.51323071323816
+ 23
+19.22993378882347
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F0F2
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+25.42243630401561
+ 21
+18.7759617427098
+ 31
+-35.28011329797511
+ 12
+25.42243630401561
+ 22
+19.13913937960069
+ 32
+-35.28011329797511
+ 13
+25.42243630401561
+ 23
+19.13913937960069
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F0F3
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+25.42243630401561
+ 21
+18.68516733348724
+ 31
+-35.28011329797511
+ 12
+25.42243630401561
+ 22
+18.95755056115536
+ 32
+-35.28011329797511
+ 13
+25.42243630401561
+ 23
+18.95755056115536
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F0F4
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+25.42243630401561
+ 21
+18.50357851504168
+ 31
+-35.28011329797511
+ 12
+25.42243630401561
+ 22
+18.86675615193269
+ 32
+-35.28011329797511
+ 13
+25.42243630401561
+ 23
+18.86675615193269
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F0F5
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+25.42243630401561
+ 21
+18.41278410581913
+ 31
+-35.28011329797511
+ 12
+25.42243630401561
+ 22
+18.7759617427098
+ 32
+-35.28011329797511
+ 13
+25.42243630401561
+ 23
+18.7759617427098
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F0F6
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+25.51323071323816
+ 21
+18.32198969659635
+ 31
+-35.28011329797511
+ 12
+25.42243630401561
+ 22
+18.68516733348724
+ 32
+-35.28011329797511
+ 13
+25.42243630401561
+ 23
+18.68516733348724
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F0F7
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+25.51323071323816
+ 21
+18.23119528737334
+ 31
+-35.28011329797511
+ 12
+25.42243630401561
+ 22
+18.50357851504168
+ 32
+-35.28011329797511
+ 13
+25.42243630401561
+ 23
+18.50357851504168
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F0F8
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+25.51323071323816
+ 21
+18.14040087815067
+ 31
+-35.28011329797511
+ 12
+25.42243630401561
+ 22
+18.41278410581913
+ 32
+-35.28011329797511
+ 13
+25.42243630401561
+ 23
+18.41278410581913
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F0F9
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+25.60402512246094
+ 21
+17.95881205970545
+ 31
+-35.28011329797511
+ 12
+25.51323071323816
+ 22
+18.32198969659635
+ 32
+-35.28011329797511
+ 13
+25.51323071323816
+ 23
+18.32198969659635
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F0FA
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+25.60402512246094
+ 21
+17.86801765048244
+ 31
+-35.28011329797511
+ 12
+25.51323071323816
+ 22
+18.23119528737334
+ 32
+-35.28011329797511
+ 13
+25.51323071323816
+ 23
+18.23119528737334
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F0FB
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+25.69481953168349
+ 21
+17.77722324125989
+ 31
+-35.28011329797511
+ 12
+25.51323071323816
+ 22
+18.14040087815067
+ 32
+-35.28011329797511
+ 13
+25.51323071323816
+ 23
+18.14040087815067
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F0FC
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+25.78561394090627
+ 21
+17.68642883203711
+ 31
+-35.28011329797511
+ 12
+25.60402512246094
+ 22
+17.95881205970545
+ 32
+-35.28011329797511
+ 13
+25.60402512246094
+ 23
+17.95881205970545
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F0FD
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+25.87640835012928
+ 21
+17.59563442281421
+ 31
+-35.28011329797511
+ 12
+25.69481953168349
+ 22
+17.86801765048244
+ 32
+-35.28011329797511
+ 13
+25.69481953168349
+ 23
+17.86801765048244
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F0FE
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+25.87640835012928
+ 21
+17.50484001359177
+ 31
+-35.28011329797511
+ 12
+25.69481953168349
+ 22
+17.77722324125989
+ 32
+-35.28011329797511
+ 13
+25.69481953168349
+ 23
+17.77722324125989
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F0FF
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+25.96720275935183
+ 21
+17.41404560436899
+ 31
+-35.28011329797511
+ 12
+25.78561394090627
+ 22
+17.68642883203711
+ 32
+-35.28011329797511
+ 13
+25.78561394090627
+ 23
+17.68642883203711
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F100
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+26.05799716857439
+ 21
+17.41404560436899
+ 31
+-35.28011329797511
+ 12
+25.87640835012928
+ 22
+17.59563442281421
+ 32
+-35.28011329797511
+ 13
+25.87640835012928
+ 23
+17.59563442281421
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F101
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+26.1487915777974
+ 21
+17.3232511951461
+ 31
+-35.28011329797511
+ 12
+25.87640835012928
+ 22
+17.50484001359177
+ 32
+-35.28011329797511
+ 13
+25.87640835012928
+ 23
+17.50484001359177
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F102
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+26.23958598702086
+ 21
+17.23245678592354
+ 31
+-35.28011329797511
+ 12
+25.96720275935183
+ 22
+17.41404560436899
+ 32
+-35.28011329797511
+ 13
+25.96720275935183
+ 23
+17.41404560436899
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F103
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+26.33038039624296
+ 21
+17.14166237670065
+ 31
+-35.28011329797511
+ 12
+26.05799716857439
+ 22
+17.41404560436899
+ 32
+-35.28011329797511
+ 13
+26.05799716857439
+ 23
+17.41404560436899
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F104
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+26.42117480546551
+ 21
+17.14166237670065
+ 31
+-35.28011329797511
+ 12
+26.1487915777974
+ 22
+17.3232511951461
+ 32
+-35.28011329797511
+ 13
+26.1487915777974
+ 23
+17.3232511951461
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F105
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+26.60276362391086
+ 21
+17.05086796747776
+ 31
+-35.28011329797511
+ 12
+26.23958598702086
+ 22
+17.23245678592354
+ 32
+-35.28011329797511
+ 13
+26.23958598702086
+ 23
+17.23245678592354
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F106
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+26.69355803313363
+ 21
+17.05086796747776
+ 31
+-35.28011329797511
+ 12
+26.33038039624296
+ 22
+17.14166237670065
+ 32
+-35.28011329797511
+ 13
+26.33038039624296
+ 23
+17.14166237670065
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F107
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+26.78435244235641
+ 21
+17.05086796747776
+ 31
+-35.28011329797511
+ 12
+26.51196921468829
+ 22
+17.14166237670065
+ 32
+-35.28011329797511
+ 13
+26.51196921468829
+ 23
+17.14166237670065
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F108
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+26.87514685157919
+ 21
+16.96007355825531
+ 31
+-35.28011329797511
+ 12
+26.60276362391086
+ 22
+17.05086796747776
+ 32
+-35.28011329797511
+ 13
+26.60276362391086
+ 23
+17.05086796747776
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F109
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+26.96594126080265
+ 21
+16.96007355825531
+ 31
+-35.28011329797511
+ 12
+26.69355803313363
+ 22
+17.05086796747776
+ 32
+-35.28011329797511
+ 13
+26.69355803313363
+ 23
+17.05086796747776
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F10A
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+27.14753007924799
+ 21
+16.96007355825531
+ 31
+-35.28011329797511
+ 12
+26.78435244235641
+ 22
+17.05086796747776
+ 32
+-35.28011329797511
+ 13
+26.78435244235641
+ 23
+17.05086796747776
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F10B
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+27.238324488471
+ 21
+16.96007355825531
+ 31
+-35.28011329797511
+ 12
+26.87514685157919
+ 22
+16.96007355825531
+ 32
+-35.28011329797511
+ 13
+26.87514685157919
+ 23
+16.96007355825531
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F10C
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+27.32911889769356
+ 21
+16.96007355825531
+ 31
+-35.28011329797511
+ 12
+27.05673567002475
+ 22
+16.96007355825531
+ 32
+-35.28011329797511
+ 13
+27.05673567002475
+ 23
+16.96007355825531
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F10D
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+27.5107077161382
+ 21
+16.96007355825531
+ 31
+-35.28011329797511
+ 12
+27.14753007924799
+ 22
+16.96007355825531
+ 32
+-35.28011329797511
+ 13
+27.14753007924799
+ 23
+16.96007355825531
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F10E
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+27.60150212536098
+ 21
+16.96007355825531
+ 31
+-35.28011329797511
+ 12
+27.238324488471
+ 22
+16.96007355825531
+ 32
+-35.28011329797511
+ 13
+27.238324488471
+ 23
+16.96007355825531
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F10F
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+27.69229653458376
+ 21
+17.05086796747776
+ 31
+-35.28011329797511
+ 12
+27.32911889769356
+ 22
+16.96007355825531
+ 32
+-35.28011329797511
+ 13
+27.32911889769356
+ 23
+16.96007355825531
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F110
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+27.78309094380654
+ 21
+17.05086796747776
+ 31
+-35.28011329797511
+ 12
+27.5107077161382
+ 22
+16.96007355825531
+ 32
+-35.28011329797511
+ 13
+27.5107077161382
+ 23
+16.96007355825531
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F111
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+27.87388535302909
+ 21
+17.05086796747776
+ 31
+-35.28011329797511
+ 12
+27.60150212536098
+ 22
+16.96007355825531
+ 32
+-35.28011329797511
+ 13
+27.60150212536098
+ 23
+16.96007355825531
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F112
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+28.05547417147443
+ 21
+17.14166237670065
+ 31
+-35.28011329797511
+ 12
+27.69229653458376
+ 22
+17.05086796747776
+ 32
+-35.28011329797511
+ 13
+27.69229653458376
+ 23
+17.05086796747776
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F113
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+28.14626858069744
+ 21
+17.14166237670065
+ 31
+-35.28011329797511
+ 12
+27.78309094380654
+ 22
+17.05086796747776
+ 32
+-35.28011329797511
+ 13
+27.78309094380654
+ 23
+17.05086796747776
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F114
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+28.23706298991999
+ 21
+17.23245678592354
+ 31
+-35.28011329797511
+ 12
+27.87388535302909
+ 22
+17.05086796747776
+ 32
+-35.28011329797511
+ 13
+27.87388535302909
+ 23
+17.05086796747776
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F115
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+28.32785739914346
+ 21
+17.3232511951461
+ 31
+-35.28011329797511
+ 12
+28.05547417147443
+ 22
+17.14166237670065
+ 32
+-35.28011329797511
+ 13
+28.05547417147443
+ 23
+17.14166237670065
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F116
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+28.41865180836555
+ 21
+17.41404560436899
+ 31
+-35.28011329797511
+ 12
+28.14626858069744
+ 22
+17.23245678592354
+ 32
+-35.28011329797511
+ 13
+28.14626858069744
+ 23
+17.23245678592354
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F117
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+28.50944621758879
+ 21
+17.41404560436899
+ 31
+-35.28011329797511
+ 12
+28.23706298991999
+ 22
+17.23245678592354
+ 32
+-35.28011329797511
+ 13
+28.23706298991999
+ 23
+17.23245678592354
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F118
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+28.60024062681111
+ 21
+17.50484001359177
+ 31
+-35.28011329797511
+ 12
+28.32785739914346
+ 22
+17.3232511951461
+ 32
+-35.28011329797511
+ 13
+28.32785739914346
+ 23
+17.3232511951461
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F119
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+28.60024062681111
+ 21
+17.59563442281421
+ 31
+-35.28011329797511
+ 12
+28.41865180836555
+ 22
+17.41404560436899
+ 32
+-35.28011329797511
+ 13
+28.41865180836555
+ 23
+17.41404560436899
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F11A
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+28.6910350360339
+ 21
+17.68642883203711
+ 31
+-35.28011329797511
+ 12
+28.50944621758879
+ 22
+17.41404560436899
+ 32
+-35.28011329797511
+ 13
+28.50944621758879
+ 23
+17.41404560436899
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F11B
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+28.78182944525645
+ 21
+17.77722324125989
+ 31
+-35.28011329797511
+ 12
+28.60024062681111
+ 22
+17.50484001359177
+ 32
+-35.28011329797511
+ 13
+28.60024062681111
+ 23
+17.50484001359177
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F11C
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+28.87262385447924
+ 21
+17.86801765048244
+ 31
+-35.28011329797511
+ 12
+28.60024062681111
+ 22
+17.59563442281421
+ 32
+-35.28011329797511
+ 13
+28.60024062681111
+ 23
+17.59563442281421
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F11D
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+28.87262385447924
+ 21
+17.95881205970545
+ 31
+-35.28011329797511
+ 12
+28.6910350360339
+ 22
+17.68642883203711
+ 32
+-35.28011329797511
+ 13
+28.6910350360339
+ 23
+17.68642883203711
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F11E
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+28.96341826370269
+ 21
+18.14040087815067
+ 31
+-35.28011329797511
+ 12
+28.78182944525645
+ 22
+17.77722324125989
+ 32
+-35.28011329797511
+ 13
+28.78182944525645
+ 23
+17.77722324125989
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F11F
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+28.96341826370269
+ 21
+18.23119528737334
+ 31
+-35.28011329797511
+ 12
+28.87262385447924
+ 22
+17.86801765048244
+ 32
+-35.28011329797511
+ 13
+28.87262385447924
+ 23
+17.86801765048244
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F120
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+28.96341826370269
+ 21
+18.32198969659635
+ 31
+-35.28011329797511
+ 12
+28.87262385447924
+ 22
+18.04960646892789
+ 32
+-35.28011329797511
+ 13
+28.87262385447924
+ 23
+18.04960646892789
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F121
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+29.0542126729257
+ 21
+18.41278410581913
+ 31
+-35.28011329797511
+ 12
+28.96341826370269
+ 22
+18.14040087815067
+ 32
+-35.28011329797511
+ 13
+28.96341826370269
+ 23
+18.14040087815067
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F122
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+29.0542126729257
+ 21
+18.50357851504168
+ 31
+-35.28011329797511
+ 12
+28.96341826370269
+ 22
+18.23119528737334
+ 32
+-35.28011329797511
+ 13
+28.96341826370269
+ 23
+18.23119528737334
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F123
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+29.0542126729257
+ 21
+18.68516733348724
+ 31
+-35.28011329797511
+ 12
+28.96341826370269
+ 22
+18.32198969659635
+ 32
+-35.28011329797511
+ 13
+28.96341826370269
+ 23
+18.32198969659635
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F124
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+29.0542126729257
+ 21
+18.7759617427098
+ 31
+-35.28011329797511
+ 12
+29.0542126729257
+ 22
+18.41278410581913
+ 32
+-35.28011329797511
+ 13
+29.0542126729257
+ 23
+18.41278410581913
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F125
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+29.0542126729257
+ 21
+18.86675615193269
+ 31
+-35.28011329797511
+ 12
+29.0542126729257
+ 22
+18.59437292426435
+ 32
+-35.28011329797511
+ 13
+29.0542126729257
+ 23
+18.59437292426435
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F126
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+29.0542126729257
+ 21
+19.04834497037791
+ 31
+-35.28011329797511
+ 12
+29.0542126729257
+ 22
+18.68516733348724
+ 32
+-35.28011329797511
+ 13
+29.0542126729257
+ 23
+18.68516733348724
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F127
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+29.0542126729257
+ 21
+19.13913937960069
+ 31
+-35.28011329797511
+ 12
+29.0542126729257
+ 22
+18.7759617427098
+ 32
+-35.28011329797511
+ 13
+29.0542126729257
+ 23
+18.7759617427098
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F128
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+28.96341826370269
+ 21
+19.22993378882347
+ 31
+-35.28011329797511
+ 12
+29.0542126729257
+ 22
+18.86675615193269
+ 32
+-35.28011329797511
+ 13
+29.0542126729257
+ 23
+18.86675615193269
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F129
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+28.96341826370269
+ 21
+19.32072819804625
+ 31
+-35.28011329797511
+ 12
+29.0542126729257
+ 22
+19.04834497037791
+ 32
+-35.28011329797511
+ 13
+29.0542126729257
+ 23
+19.04834497037791
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F12A
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+28.96341826370269
+ 21
+19.41152260726903
+ 31
+-35.28011329797511
+ 12
+29.0542126729257
+ 22
+19.13913937960069
+ 32
+-35.28011329797511
+ 13
+29.0542126729257
+ 23
+19.13913937960069
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F12B
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+28.87262385447924
+ 21
+19.59311142571437
+ 31
+-35.28011329797511
+ 12
+28.96341826370269
+ 22
+19.22993378882347
+ 32
+-35.28011329797511
+ 13
+28.96341826370269
+ 23
+19.22993378882347
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F12C
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+28.87262385447924
+ 21
+19.68390583493715
+ 31
+-35.28011329797511
+ 12
+28.96341826370269
+ 22
+19.32072819804625
+ 32
+-35.28011329797511
+ 13
+28.96341826370269
+ 23
+19.32072819804625
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F12D
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+28.78182944525645
+ 21
+19.77470024416004
+ 31
+-35.28011329797511
+ 12
+28.96341826370269
+ 22
+19.41152260726903
+ 32
+-35.28011329797511
+ 13
+28.96341826370269
+ 23
+19.41152260726903
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F12E
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+28.6910350360339
+ 21
+19.8654946533826
+ 31
+-35.28011329797511
+ 12
+28.87262385447924
+ 22
+19.59311142571437
+ 32
+-35.28011329797511
+ 13
+28.87262385447924
+ 23
+19.59311142571437
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F12F
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+28.60024062681111
+ 21
+19.95628906260526
+ 31
+-35.28011329797511
+ 12
+28.78182944525645
+ 22
+19.68390583493715
+ 32
+-35.28011329797511
+ 13
+28.78182944525645
+ 23
+19.68390583493715
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F130
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+28.60024062681111
+ 21
+20.04708347182805
+ 31
+-35.28011329797511
+ 12
+28.78182944525645
+ 22
+19.77470024416004
+ 32
+-35.28011329797511
+ 13
+28.78182944525645
+ 23
+19.77470024416004
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F131
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+28.50944621758879
+ 21
+20.13787788105071
+ 31
+-35.28011329797511
+ 12
+28.6910350360339
+ 22
+19.8654946533826
+ 32
+-35.28011329797511
+ 13
+28.6910350360339
+ 23
+19.8654946533826
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F132
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+28.41865180836555
+ 21
+20.13787788105071
+ 31
+-35.28011329797511
+ 12
+28.60024062681111
+ 22
+19.95628906260526
+ 32
+-35.28011329797511
+ 13
+28.60024062681111
+ 23
+19.95628906260526
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F133
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+28.32785739914346
+ 21
+20.22867229027338
+ 31
+-35.28011329797511
+ 12
+28.60024062681111
+ 22
+20.04708347182805
+ 32
+-35.28011329797511
+ 13
+28.60024062681111
+ 23
+20.04708347182805
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F134
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+28.23706298991999
+ 21
+20.31946669949627
+ 31
+-35.28011329797511
+ 12
+28.50944621758879
+ 22
+20.13787788105071
+ 32
+-35.28011329797511
+ 13
+28.50944621758879
+ 23
+20.13787788105071
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F135
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+28.14626858069744
+ 21
+20.41026110871894
+ 31
+-35.28011329797511
+ 12
+28.41865180836555
+ 22
+20.13787788105071
+ 32
+-35.28011329797511
+ 13
+28.41865180836555
+ 23
+20.13787788105071
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F136
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+28.05547417147443
+ 21
+20.41026110871894
+ 31
+-35.28011329797511
+ 12
+28.32785739914346
+ 22
+20.22867229027338
+ 32
+-35.28011329797511
+ 13
+28.32785739914346
+ 23
+20.22867229027338
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F137
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+27.87388535302909
+ 21
+20.50105551794172
+ 31
+-35.28011329797511
+ 12
+28.23706298991999
+ 22
+20.31946669949627
+ 32
+-35.28011329797511
+ 13
+28.23706298991999
+ 23
+20.31946669949627
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F138
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+27.78309094380654
+ 21
+20.50105551794172
+ 31
+-35.28011329797511
+ 12
+28.14626858069744
+ 22
+20.41026110871894
+ 32
+-35.28011329797511
+ 13
+28.14626858069744
+ 23
+20.41026110871894
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F139
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+27.69229653458376
+ 21
+20.50105551794172
+ 31
+-35.28011329797511
+ 12
+27.96467976225211
+ 22
+20.41026110871894
+ 32
+-35.28011329797511
+ 13
+27.96467976225211
+ 23
+20.41026110871894
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F13A
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+27.60150212536098
+ 21
+20.59184992716439
+ 31
+-35.28011329797511
+ 12
+27.87388535302909
+ 22
+20.50105551794172
+ 32
+-35.28011329797511
+ 13
+27.87388535302909
+ 23
+20.50105551794172
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F13B
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+27.5107077161382
+ 21
+20.59184992716439
+ 31
+-35.28011329797511
+ 12
+27.78309094380654
+ 22
+20.50105551794172
+ 32
+-35.28011329797511
+ 13
+27.78309094380654
+ 23
+20.50105551794172
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+SOLID
+  5
+F13C
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    92
+100
+AcDbTrace
+ 10
+27.238324488471
+ 20
+18.7759617427098
+ 30
+-35.28011329797511
+ 11
+27.32911889769356
+ 21
+20.59184992716439
+ 31
+-35.28011329797511
+ 12
+27.69229653458376
+ 22
+20.50105551794172
+ 32
+-35.28011329797511
+ 13
+27.69229653458376
+ 23
+20.50105551794172
+ 33
+-35.28011329797511
+ 39
+29.05421095127363
+  0
+TEXT
+  5
+F13D
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+    91
+100
+AcDbText
+ 10
+12.41176502986764
+ 20
+3.340912174845698
+ 30
+-35.28011329797511
+ 40
+9.079440922273008
+  1
+FAULT
+  7
+GRAS
+100
+AcDbText
+  0
+INSERT
+  5
+F13E
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+     9
+100
+AcDbBlockReference
+ 66
+     1
+  2
+palet
+ 10
+60.37845730941978
+ 20
+28.3935379639596
+ 30
+0.0
+ 41
+0.6173214085570656
+ 42
+0.6173214085570656
+ 43
+0.6173214085570656
+  0
+ATTRIB
+  5
+F13F
+330
+F13E
+100
+AcDbEntity
+  8
+IMG009
+ 62
+     9
+100
+AcDbText
+ 10
+60.37845730941978
+ 20
+28.3935379639596
+ 30
+0.0
+ 40
+5.555892677012328
+  1
+BAR_DEF_GAP
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+F140
+330
+F13E
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+60.37845730941978
+ 20
+28.3935379639596
+ 30
+0.0
+ 40
+4.012589155620011
+  1
+92
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+F141
+330
+F13E
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+60.37845730941978
+ 20
+28.3935379639596
+ 30
+0.0
+ 40
+5.555892677012328
+  1
+7
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+F142
+330
+F13E
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+60.37845730941978
+ 20
+28.3935379639596
+ 30
+0.0
+ 40
+5.555892677012328
+  1
+7
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+F143
+330
+F13E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+  0
+INSERT
+  5
+F144
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+ 62
+     9
+100
+AcDbBlockReference
+ 66
+     1
+  2
+palet
+ 10
+53.48691790294594
+ 20
+29.01888520622413
+ 30
+0.0
+ 41
+0.6173214085570656
+ 42
+0.6173214085570656
+ 43
+0.6173214085570656
+  0
+ATTRIB
+  5
+F145
+330
+F144
+100
+AcDbEntity
+  8
+IMG009
+ 62
+     9
+100
+AcDbText
+ 10
+53.48691790294594
+ 20
+29.01888520622413
+ 30
+0.0
+ 40
+5.555892677012328
+  1
+BAR_DEF_GAP
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+F146
+330
+F144
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+53.48691790294594
+ 20
+29.01888520622413
+ 30
+0.0
+ 40
+4.012589155620011
+  1
+91
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+F147
+330
+F144
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+53.48691790294594
+ 20
+29.01888520622413
+ 30
+0.0
+ 40
+5.555892677012328
+  1
+4
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+F148
+330
+F144
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+53.48691790294594
+ 20
+29.01888520622413
+ 30
+0.0
+ 40
+5.555892677012328
+  1
+7
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+F149
+330
+F144
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+  0
+ENDBLK
+  5
+F14D
+330
+F0D5
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+F9FD
+330
+F9F9
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+A$C142D2CB3
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+A$C142D2CB3
+  1
+
+  0
+LINE
+  5
+F9FA
+330
+F9F9
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+0.1133908140786843
+ 20
+44.6328583922467
+ 30
+0.0
+ 11
+-0.0000012969774161
+ 21
+0.0000001658535211
+ 31
+0.0
+  0
+ENDBLK
+  5
+F9FE
+330
+F9F9
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+FCFB
+330
+FCF7
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+A$C7C652EFC
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+A$C7C652EFC
+  1
+
+  0
+LINE
+  5
+FCF8
+330
+FCF7
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+-0.0000001168039034
+ 20
+0.0000001539212917
+ 30
+0.0
+ 11
+-0.0000001168039034
+ 21
+457.8798367087322
+ 31
+0.0
+  0
+ENDBLK
+  5
+FCFC
+330
+FCF7
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+1006A
+330
+10069
+100
+AcDbEntity
+  8
+HE_SYM
+100
+AcDbBlockBegin
+  2
+S_RCHELE
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+S_RCHELE
+  1
+
+  0
+CIRCLE
+  5
+1006B
+330
+10069
+100
+AcDbEntity
+  8
+0
+100
+AcDbCircle
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+ 40
+4.0
+  0
+LINE
+  5
+1006C
+330
+10069
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+0.0
+ 20
+3.0
+ 30
+0.0
+ 11
+-1.78885438199984
+ 21
+-0.5777087639996524
+ 31
+0.0
+  0
+LINE
+  5
+1006D
+330
+10069
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+-1.78885438199984
+ 20
+-0.5777087639996524
+ 30
+0.0
+ 11
+1.78885438199984
+ 21
+2.105572809000078
+ 31
+0.0
+  0
+LINE
+  5
+1006E
+330
+10069
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1.78885438199984
+ 20
+2.105572809000078
+ 30
+0.0
+ 11
+0.0
+ 21
+-1.472135954999571
+ 31
+0.0
+  0
+SOLID
+  5
+1006F
+330
+10069
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbTrace
+ 10
+-0.89442719099992
+ 20
+-3.260990336999411
+ 30
+0.0
+ 11
+0.4472135954999886
+ 21
+-1.695742752749565
+ 31
+0.0
+ 12
+-0.4472135954999886
+ 22
+-1.248529157249606
+ 32
+0.0
+ 13
+-0.4472135954999886
+ 23
+-1.248529157249606
+ 33
+0.0
+  0
+ENDBLK
+  5
+10070
+330
+10069
+100
+AcDbEntity
+  8
+HE_SYM
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+10072
+330
+10071
+100
+AcDbEntity
+  8
+HE_SYM
+100
+AcDbBlockBegin
+  2
+S_SOUPDR
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+S_SOUPDR
+  1
+
+  0
+LINE
+  5
+10073
+330
+10071
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+2.25
+ 20
+1.125
+ 30
+0.0
+ 11
+-2.25
+ 21
+-1.125
+ 31
+0.0
+  0
+LINE
+  5
+10074
+330
+10071
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+2.25
+ 20
+-1.125
+ 30
+0.0
+ 11
+2.25
+ 21
+1.125
+ 31
+0.0
+  0
+LINE
+  5
+10075
+330
+10071
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+-2.25
+ 20
+1.125
+ 30
+0.0
+ 11
+2.25
+ 21
+-1.125
+ 31
+0.0
+  0
+LINE
+  5
+10076
+330
+10071
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+-2.25
+ 20
+-1.125
+ 30
+0.0
+ 11
+-2.25
+ 21
+1.125
+ 31
+0.0
+  0
+LINE
+  5
+10077
+330
+10071
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+-0.75
+ 20
+0.75
+ 30
+0.0
+ 11
+0.75
+ 21
+1.5
+ 31
+0.0
+  0
+LINE
+  5
+10078
+330
+10071
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+-0.75
+ 20
+1.5
+ 30
+0.0
+ 11
+0.75
+ 21
+2.25
+ 31
+0.0
+  0
+LINE
+  5
+10079
+330
+10071
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+-0.75
+ 20
+2.25
+ 30
+0.0
+ 11
+0.75
+ 21
+3.0
+ 31
+0.0
+  0
+LINE
+  5
+1007A
+330
+10071
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+0.0
+ 20
+3.0
+ 30
+0.0
+ 11
+0.0
+ 21
+0.0
+ 31
+0.0
+  0
+ENDBLK
+  5
+1007B
+330
+10071
+100
+AcDbEntity
+  8
+HE_SYM
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+1007D
+330
+1007C
+100
+AcDbEntity
+  8
+EAU_SYM
+100
+AcDbBlockBegin
+  2
+VM
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+VM
+  1
+
+  0
+LINE
+  5
+1007E
+330
+1007C
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+0.0
+ 20
+2.25
+ 30
+0.0
+ 11
+0.0
+ 21
+0.0
+ 31
+0.0
+  0
+LINE
+  5
+1007F
+330
+1007C
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+-1.5
+ 20
+2.25
+ 30
+0.0
+ 11
+1.5
+ 21
+2.25
+ 31
+0.0
+  0
+LINE
+  5
+10080
+330
+1007C
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+2.25
+ 20
+1.125
+ 30
+0.0
+ 11
+-2.25
+ 21
+-1.125
+ 31
+0.0
+  0
+LINE
+  5
+10081
+330
+1007C
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+2.25
+ 20
+-1.125
+ 30
+0.0
+ 11
+2.25
+ 21
+1.125
+ 31
+0.0
+  0
+LINE
+  5
+10082
+330
+1007C
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+-2.25
+ 20
+1.125
+ 30
+0.0
+ 11
+2.25
+ 21
+-1.125
+ 31
+0.0
+  0
+LINE
+  5
+10083
+330
+1007C
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+-2.25
+ 20
+-1.125
+ 30
+0.0
+ 11
+-2.25
+ 21
+1.125
+ 31
+0.0
+  0
+ENDBLK
+  5
+10084
+330
+1007C
+100
+AcDbEntity
+  8
+EAU_SYM
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+10086
+330
+10085
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+S_VDRPOS
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+S_VDRPOS
+  1
+
+  0
+LINE
+  5
+10087
+330
+10085
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+-1.480000000000018
+ 20
+3.0
+ 30
+0.0
+ 11
+0.0
+ 21
+3.0
+ 31
+0.0
+  0
+LINE
+  5
+10088
+330
+10085
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+-1.480000000000018
+ 20
+1.280000000000001
+ 30
+0.0
+ 11
+-1.480000000000018
+ 21
+3.0
+ 31
+0.0
+  0
+LINE
+  5
+10089
+330
+10085
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+0.0
+ 20
+1.280000000000001
+ 30
+0.0
+ 11
+-1.480000000000018
+ 21
+1.280000000000001
+ 31
+0.0
+  0
+LINE
+  5
+1008A
+330
+10085
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+2.219999999999997
+ 20
+1.109999999999984
+ 30
+0.0
+ 11
+-2.219999999999997
+ 21
+-1.110000000000012
+ 31
+0.0
+  0
+LINE
+  5
+1008B
+330
+10085
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+2.219999999999997
+ 20
+-1.110000000000012
+ 30
+0.0
+ 11
+2.219999999999997
+ 21
+1.109999999999984
+ 31
+0.0
+  0
+LINE
+  5
+1008C
+330
+10085
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+-2.219999999999997
+ 20
+1.109999999999984
+ 30
+0.0
+ 11
+2.219999999999997
+ 21
+-1.110000000000012
+ 31
+0.0
+  0
+LINE
+  5
+1008D
+330
+10085
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+-2.219999999999997
+ 20
+-1.110000000000012
+ 30
+0.0
+ 11
+-2.219999999999997
+ 21
+1.109999999999984
+ 31
+0.0
+  0
+LINE
+  5
+1008E
+330
+10085
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+0.0
+ 20
+3.719999999999969
+ 30
+0.0
+ 11
+0.0
+ 21
+-0.0000000000000284
+ 31
+0.0
+  0
+LINE
+  5
+1008F
+330
+10085
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+-1.849999999999994
+ 20
+3.719999999999969
+ 30
+0.0
+ 11
+1.849999999999994
+ 21
+3.719999999999969
+ 31
+0.0
+  0
+ARC
+  5
+10090
+330
+10085
+100
+AcDbEntity
+  8
+0
+100
+AcDbCircle
+ 10
+0.0
+ 20
+3.719999999999969
+ 30
+0.0
+ 40
+1.85
+100
+AcDbArc
+ 50
+0.0
+ 51
+180.0
+  0
+ENDBLK
+  5
+10091
+330
+10085
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+10093
+330
+10092
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+AR
+ 70
+     0
+ 10
+231.0
+ 20
+215.0
+ 30
+0.0
+  3
+AR
+  1
+
+  0
+LINE
+  5
+10094
+330
+10092
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+228.75
+ 20
+216.125
+ 30
+0.0
+ 11
+228.75
+ 21
+213.875
+ 31
+0.0
+  0
+LINE
+  5
+10095
+330
+10092
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+228.75
+ 20
+213.875
+ 30
+0.0
+ 11
+233.25
+ 21
+216.125
+ 31
+0.0
+  0
+LINE
+  5
+10096
+330
+10092
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+233.25
+ 20
+216.125
+ 30
+0.0
+ 11
+233.25
+ 21
+213.875
+ 31
+0.0
+  0
+INSERT
+  5
+10097
+330
+10092
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+  2
+FLP1
+ 10
+233.25
+ 20
+216.125
+ 30
+0.0
+ 41
+0.75
+ 42
+0.75
+ 43
+0.75
+ 50
+26.56505117707799
+  0
+ENDBLK
+  5
+10098
+330
+10092
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+1009A
+330
+10099
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+FLP1
+ 70
+     0
+ 10
+29.0
+ 20
+18.0
+ 30
+0.0
+  3
+FLP1
+  1
+
+  0
+SOLID
+  5
+1009B
+330
+10099
+100
+AcDbEntity
+  8
+0
+100
+AcDbTrace
+ 10
+29.0
+ 20
+18.0
+ 30
+0.0
+ 11
+27.0
+ 21
+18.5
+ 31
+0.0
+ 12
+27.0
+ 22
+17.5
+ 32
+0.0
+ 13
+27.0
+ 23
+17.5
+ 33
+0.0
+  0
+ENDBLK
+  5
+1009C
+330
+10099
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+100A0
+330
+1009D
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+A$C431521BD
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+A$C431521BD
+  1
+
+  0
+LINE
+  5
+100A1
+330
+1009D
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+4.00000064443884
+ 20
+-0.0000000893741117
+ 30
+0.0
+ 11
+4.00000064443884
+ 21
+3.999999910625887
+ 31
+0.0
+  0
+LINE
+  5
+100A2
+330
+1009D
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+0.0000006444388418
+ 20
+-0.0000000893741117
+ 30
+0.0
+ 11
+4.00000064443884
+ 21
+-0.0000000893741117
+ 31
+0.0
+  0
+LINE
+  5
+100A3
+330
+1009D
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+0.0000006444388418
+ 20
+3.999999910625887
+ 30
+0.0
+ 11
+0.0000006444388418
+ 21
+-0.0000000893741117
+ 31
+0.0
+  0
+LINE
+  5
+100A4
+330
+1009D
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+4.00000064443884
+ 20
+3.999999910625887
+ 30
+0.0
+ 11
+0.0000006444388418
+ 21
+3.999999910625887
+ 31
+0.0
+  0
+LINE
+  5
+100A5
+330
+1009D
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+3.000000644438841
+ 20
+12.99999991062589
+ 30
+0.0
+ 11
+3.000000644438841
+ 21
+3.999999910625887
+ 31
+0.0
+  0
+LINE
+  5
+100A6
+330
+1009D
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1.00000064443884
+ 20
+20.99999991062589
+ 30
+0.0
+ 11
+1.00000064443884
+ 21
+3.999999910625887
+ 31
+0.0
+  0
+LINE
+  5
+100A7
+330
+1009D
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+3.000000644438841
+ 20
+20.99999991062589
+ 30
+0.0
+ 11
+1.00000064443884
+ 21
+20.99999991062589
+ 31
+0.0
+  0
+LINE
+  5
+100A8
+330
+1009D
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+3.000000644438841
+ 20
+12.99999991062589
+ 30
+0.0
+ 11
+5.00000064443884
+ 21
+13.99999991062589
+ 31
+0.0
+  0
+LINE
+  5
+100A9
+330
+1009D
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+5.00000064443884
+ 20
+13.99999991062589
+ 30
+0.0
+ 11
+3.000000644438841
+ 21
+14.99999991062589
+ 31
+0.0
+  0
+LINE
+  5
+100AA
+330
+1009D
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+5.00000064443884
+ 20
+15.99999991062589
+ 30
+0.0
+ 11
+3.000000644438841
+ 21
+16.99999991062589
+ 31
+0.0
+  0
+LINE
+  5
+100AB
+330
+1009D
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+3.000000644438841
+ 20
+14.99999991062589
+ 30
+0.0
+ 11
+5.00000064443884
+ 21
+15.99999991062589
+ 31
+0.0
+  0
+LINE
+  5
+100AC
+330
+1009D
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+3.000000644438841
+ 20
+16.99999991062589
+ 30
+0.0
+ 11
+5.00000064443884
+ 21
+17.99999991062589
+ 31
+0.0
+  0
+LINE
+  5
+100AD
+330
+1009D
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+5.00000064443884
+ 20
+17.99999991062589
+ 30
+0.0
+ 11
+3.000000644438841
+ 21
+18.99999991062589
+ 31
+0.0
+  0
+LINE
+  5
+100AE
+330
+1009D
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+3.000000644438841
+ 20
+18.99999991062589
+ 30
+0.0
+ 11
+5.00000064443884
+ 21
+19.99999991062589
+ 31
+0.0
+  0
+LINE
+  5
+100AF
+330
+1009D
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+5.00000064443884
+ 20
+19.99999991062589
+ 30
+0.0
+ 11
+3.000000644438841
+ 21
+20.99999991062589
+ 31
+0.0
+  0
+ENDBLK
+  5
+100B0
+330
+1009D
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+100B2
+330
+100B1
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+TT
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+TT
+  1
+
+  0
+LWPOLYLINE
+  5
+100B3
+330
+100B1
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     1
+ 43
+0.7500000000000001
+ 10
+-0.375
+ 20
+0.0
+ 42
+1.0
+ 10
+0.375
+ 20
+0.0
+ 42
+1.0
+  0
+ENDBLK
+  5
+100B4
+330
+100B1
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+10AF2
+330
+10AED
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+Icone
+ 70
+     2
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+Icone
+  1
+
+  0
+ATTDEF
+  5
+10AEE
+330
+10AED
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+ 40
+0.1
+  1
+FVxx
+  7
+DOM1
+100
+AcDbAttributeDefinition
+280
+     0
+  3
+Nom de la variable
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTDEF
+  5
+10AEF
+330
+10AED
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+ 40
+0.1
+  1
+Icone1.gif
+  7
+DOM1
+100
+AcDbAttributeDefinition
+280
+     0
+  3
+Nom du fichier icone(Gif,Jpg) pour etat 1
+  2
+ICONE1
+ 70
+     1
+280
+     0
+  0
+ATTDEF
+  5
+10AF0
+330
+10AED
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+ 40
+0.1
+  1
+Icone0.gif
+  7
+DOM1
+100
+AcDbAttributeDefinition
+280
+     0
+  3
+Nom du fichier icone(Gif,Jpg) pour etat 0
+  2
+ICONE0
+ 70
+     1
+280
+     0
+  0
+SOLID
+  5
+10AF1
+330
+10AED
+100
+AcDbEntity
+  8
+IMG134
+ 62
+   134
+100
+AcDbTrace
+ 10
+-0.0034647423922252
+ 20
+0.0001040660514491
+ 30
+0.0
+ 11
+-0.0034647423922252
+ 21
+1.000104066051449
+ 31
+0.0
+ 12
+0.9965352576077748
+ 22
+0.0001040660514491
+ 32
+0.0
+ 13
+0.9965352576077748
+ 23
+1.000104066051449
+ 33
+0.0
+  0
+ENDBLK
+  5
+10AF3
+330
+10AED
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+10E2A
+330
+10E26
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+A$C16066308
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+A$C16066308
+  1
+
+  0
+SOLID
+  5
+10E27
+330
+10E26
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+3.370847664982193
+ 20
+0.0087624511272679
+ 30
+0.0
+ 11
+0.0021576601311608
+ 21
+-0.0000085344674972
+ 31
+0.0
+ 12
+3.370847664982193
+ 22
+35.76717705257761
+ 32
+0.0
+ 13
+0.0000428833767501
+ 23
+35.76717705257761
+ 33
+0.0
+  0
+ENDBLK
+  5
+10E2B
+330
+10E26
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+113EC
+330
+113E8
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+A$C0F4C0ACB
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+A$C0F4C0ACB
+  1
+
+  0
+SOLID
+  5
+113E9
+330
+113E8
+100
+AcDbEntity
+  8
+IMG008
+ 62
+   109
+100
+AcDbTrace
+ 10
+0.6310945907414407
+ 20
+0.0000028051019854
+ 30
+0.0
+ 11
+0.0000017885324723
+ 21
+0.6310956073109537
+ 31
+0.0
+ 12
+5.931465495075599
+ 22
+5.300257650192634
+ 32
+0.0
+ 13
+5.300372692866403
+ 23
+5.931350452401602
+ 33
+0.0
+  0
+ENDBLK
+  5
+113ED
+330
+113E8
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+11431
+330
+1142D
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+A$C71774491
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+A$C71774491
+  1
+
+  0
+SOLID
+  5
+1142E
+330
+1142D
+100
+AcDbEntity
+  8
+IMG008
+ 62
+   109
+100
+AcDbTrace
+ 10
+1.262185459318288
+ 20
+0.0000021973105504
+ 30
+0.0
+ 11
+7.68119534698053
+ 21
+6.41901208497279
+ 31
+0.0
+ 12
+-0.0000001450996479
+ 22
+1.262187801728487
+ 32
+0.0
+ 13
+6.41900974256282
+ 23
+7.681197689390727
+ 33
+0.0
+ 39
+14.28
+  0
+ENDBLK
+  5
+11432
+330
+1142D
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+11582
+330
+1157E
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+A$C00C705AD
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+A$C00C705AD
+  1
+
+  0
+LINE
+  5
+1157F
+330
+1157E
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+14.268133388877
+ 20
+-336.9198394349707
+ 30
+0.0
+ 11
+14.268133388877
+ 21
+35.61386412085301
+ 31
+0.0
+  0
+ENDBLK
+  5
+11583
+330
+1157E
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+1194B
+330
+11947
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+A$C0C1B25E7
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+A$C0C1B25E7
+  1
+
+  0
+SOLID
+  5
+11948
+330
+11947
+100
+AcDbEntity
+  8
+0
+100
+AcDbTrace
+ 10
+0.0000026253519536
+ 20
+-0.0000019416302166
+ 30
+0.0
+ 11
+0.0000026253519536
+ 21
+3.368728044664635
+ 31
+0.0
+ 12
+235.5464795884752
+ 22
+-0.000001941632263
+ 32
+0.0
+ 13
+235.5464283555654
+ 23
+3.370802839974658
+ 33
+0.0
+  0
+ENDBLK
+  5
+1194C
+330
+11947
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+11969
+330
+11965
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+A$C24203B1B
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+A$C24203B1B
+  1
+
+  0
+SOLID
+  5
+11966
+330
+11965
+100
+AcDbEntity
+  8
+IMG008
+100
+AcDbTrace
+ 10
+6.129878092994657
+ 20
+-0.0000013356373074
+ 30
+0.0
+ 11
+0.0000026017978598
+ 21
+-0.0000013356373074
+ 31
+0.0
+ 12
+6.129878092994431
+ 22
+7.030003128247471
+ 32
+0.0
+ 13
+0.0000846680759423
+ 23
+7.030074684988902
+ 33
+0.0
+  0
+ENDBLK
+  5
+1196A
+330
+11965
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+11E50
+330
+11E3A
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+A$C72F02782
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+A$C72F02782
+  1
+
+  0
+SOLID
+  5
+11E3B
+330
+11E3A
+100
+AcDbEntity
+  8
+IMG008
+ 62
+   109
+100
+AcDbTrace
+ 10
+10.70999892894701
+ 20
+2.677499694581001
+ 30
+14.28
+ 11
+-0.0000010710527931
+ 21
+2.677499694581001
+ 31
+14.28
+ 12
+10.70999892894701
+ 22
+15.1724996945818
+ 32
+14.28
+ 13
+-0.0000010710527931
+ 23
+15.1724996945818
+ 33
+14.28
+ 39
+14.28
+  0
+SOLID
+  5
+11E3C
+330
+11E3A
+100
+AcDbEntity
+  8
+IMG008
+ 62
+   109
+100
+AcDbTrace
+ 10
+17.84999892894666
+ 20
+9.817581760859411
+ 30
+0.0
+ 11
+10.70999892894701
+ 21
+9.817581760859411
+ 31
+0.0
+ 12
+17.84999892894666
+ 22
+8.032581760859557
+ 32
+0.0
+ 13
+10.70999892894701
+ 23
+8.032581760859557
+ 33
+0.0
+ 39
+14.28
+  0
+SOLID
+  5
+11E3D
+330
+11E3A
+100
+AcDbEntity
+  8
+IMG008
+ 62
+   109
+100
+AcDbTrace
+ 10
+21.44420526056888
+ 20
+9.817499694581329
+ 30
+0.0
+ 11
+21.44420526056888
+ 21
+8.032499694581474
+ 31
+0.0
+ 12
+17.84999892894666
+ 22
+9.817581760859411
+ 32
+0.0
+ 13
+17.84999892894666
+ 23
+8.032581760859557
+ 33
+0.0
+  0
+SOLID
+  5
+11E3E
+330
+11E3A
+100
+AcDbEntity
+  8
+IMG008
+ 62
+   109
+100
+AcDbTrace
+ 10
+14.304205260569
+ 20
+17.84999969458158
+ 30
+0.0
+ 11
+17.84999892894666
+ 21
+9.817581760859411
+ 31
+0.0
+ 12
+25.01420526056904
+ 22
+17.84999969458158
+ 32
+0.0
+ 13
+21.44420526056888
+ 23
+9.817499694581329
+ 33
+0.0
+  0
+SOLID
+  5
+11E3F
+330
+11E3A
+100
+AcDbEntity
+  8
+IMG008
+ 62
+   109
+100
+AcDbTrace
+ 10
+14.304205260569
+ 20
+-0.00000030541878
+ 30
+0.0
+ 11
+17.84999892894666
+ 21
+8.032417628303393
+ 31
+0.0
+ 12
+25.01420526056904
+ 22
+-0.00000030541878
+ 32
+0.0
+ 13
+21.44420526056888
+ 23
+8.032499694581474
+ 33
+0.0
+  0
+LINE
+  5
+11E40
+330
+11E3A
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+14.304205260569
+ 20
+-0.00000030541878
+ 30
+0.0
+ 11
+17.84999892894666
+ 21
+8.032581760859557
+ 31
+14.28000000000001
+  0
+LINE
+  5
+11E41
+330
+11E3A
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+17.84999892894666
+ 20
+8.032581760859557
+ 30
+14.28000000000001
+ 11
+10.70999892894701
+ 21
+8.032581760859557
+ 31
+14.28000000000001
+  0
+LINE
+  5
+11E42
+330
+11E3A
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+10.70999892894701
+ 20
+8.032581760884795
+ 30
+28.56000000000003
+ 11
+10.73420526056861
+ 21
+2.67749969460624
+ 31
+28.56000000000003
+  0
+LINE
+  5
+11E43
+330
+11E3A
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+0.0242052605690333
+ 20
+2.677499694581001
+ 30
+28.56000000000006
+ 11
+10.73420526056884
+ 21
+2.677499694581001
+ 31
+28.56000000000006
+  0
+LINE
+  5
+11E44
+330
+11E3A
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+10.73420526056861
+ 20
+15.1724996945818
+ 30
+14.28000000000001
+ 11
+10.70999892894701
+ 21
+9.817581760859411
+ 31
+14.28000000000001
+  0
+LINE
+  5
+11E45
+330
+11E3A
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+10.70999892894701
+ 20
+9.817581760859411
+ 30
+14.28000000000001
+ 11
+17.84999892894666
+ 21
+9.817581760859411
+ 31
+14.28000000000001
+  0
+LINE
+  5
+11E46
+330
+11E3A
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+17.84999892894666
+ 20
+9.817581760859411
+ 30
+14.28000000000001
+ 11
+14.304205260569
+ 21
+17.84999969458158
+ 31
+0.0
+  0
+LINE
+  5
+11E47
+330
+11E3A
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+25.01420526056904
+ 20
+17.84999969458158
+ 30
+0.0
+ 11
+21.44420526056888
+ 21
+9.817499694581329
+ 31
+0.0
+  0
+LINE
+  5
+11E48
+330
+11E3A
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+21.44420526056888
+ 20
+9.817499694581329
+ 30
+0.0
+ 11
+21.44420526056888
+ 21
+8.032499694581474
+ 31
+0.0
+  0
+LINE
+  5
+11E49
+330
+11E3A
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+21.44420526056888
+ 20
+8.032499694581474
+ 30
+0.0
+ 11
+25.01420526056904
+ 21
+-0.00000030541878
+ 31
+0.0
+  0
+LINE
+  5
+11E4A
+330
+11E3A
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+10.70999892894701
+ 20
+15.1724996945818
+ 30
+14.28
+ 11
+-0.0000010710527931
+ 21
+15.1724996945818
+ 31
+14.28
+  0
+LINE
+  5
+11E4B
+330
+11E3A
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+-0.0000010710527931
+ 20
+15.1724996945818
+ 30
+28.56
+ 11
+0.0242052605690333
+ 21
+2.677499694581001
+ 31
+28.56000000000006
+  0
+LINE
+  5
+11E4C
+330
+11E3A
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+25.01420526056904
+ 20
+-0.00000030541878
+ 30
+14.28000000000001
+ 11
+14.304205260569
+ 21
+-0.00000030541878
+ 31
+0.0
+  0
+LINE
+  5
+11E4D
+330
+11E3A
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+25.01420526056904
+ 20
+17.84999969458158
+ 30
+14.28000000000001
+ 11
+14.304205260569
+ 21
+17.84999969458158
+ 31
+0.0
+  0
+ENDBLK
+  5
+11E51
+330
+11E3A
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+123EB
+330
+123E7
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+A$C03946768
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+A$C03946768
+  1
+
+  0
+SOLID
+  5
+123E8
+330
+123E7
+100
+AcDbEntity
+  8
+0
+100
+AcDbTrace
+ 10
+3.550159884410788
+ 20
+1.685515151421213
+ 30
+0.0
+ 11
+3.550159884410788
+ 21
+0.000000107667347
+ 31
+0.0
+ 12
+0.0
+ 22
+1.68540210432934
+ 32
+0.0
+ 13
+0.0
+ 23
+-0.000000286474517
+ 33
+0.0
+  0
+ENDBLK
+  5
+123EC
+330
+123E7
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+12459
+330
+12455
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+A$C2F474CB2
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+A$C2F474CB2
+  1
+
+  0
+SOLID
+  5
+12456
+330
+12455
+100
+AcDbEntity
+  8
+0
+100
+AcDbTrace
+ 10
+3.366178097484436
+ 20
+0.9311203606627032
+ 30
+0.0
+ 11
+1.961194415763543
+ 21
+0.0000017770126988
+ 31
+0.0
+ 12
+1.404891139605409
+ 22
+3.890341320056107
+ 32
+0.0
+ 13
+0.0000013612626049
+ 23
+2.959284968573911
+ 33
+0.0
+  0
+ENDBLK
+  5
+1245A
+330
+12455
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+131BD
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+A$C5BA24769
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+A$C5BA24769
+  1
+
+  0
+TEXT
+  5
+12EE5
+330
+12EE4
+100
+AcDbEntity
+  8
+TEXTE
+100
+AcDbText
+ 10
+576.2868006725287
+ 20
+715.1138095097271
+ 30
+0.0
+ 40
+8.0
+  1
+COLLECTEUR BP
+100
+AcDbText
+  0
+TEXT
+  5
+12EE6
+330
+12EE4
+100
+AcDbEntity
+  8
+TEXTE
+100
+AcDbText
+ 10
+576.2868006725287
+ 20
+773.6446879693241
+ 30
+0.0
+ 40
+8.0
+  1
+COLLECTEUR DE RECUPERATION
+100
+AcDbText
+  0
+TEXT
+  5
+12EE7
+330
+12EE4
+100
+AcDbEntity
+  8
+TEXTE
+100
+AcDbText
+ 10
+233.5103127741613
+ 20
+677.4205022624572
+ 30
+0.0
+ 40
+8.0
+  1
+FV4001
+100
+AcDbText
+  0
+TEXT
+  5
+12EE8
+330
+12EE4
+100
+AcDbEntity
+  8
+TEXTE
+100
+AcDbText
+ 10
+295.3592254773257
+ 20
+537.2445747987078
+ 30
+0.0
+ 40
+8.0
+  1
+DN 40
+100
+AcDbText
+  0
+INSERT
+  5
+12EE9
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbBlockReference
+  2
+S_SOUPDR
+ 10
+1194.150180791238
+ 20
+564.9596076311497
+ 30
+0.0
+ 41
+-3.6
+ 42
+3.6
+ 43
+3.6
+ 50
+270.0
+  0
+INSERT
+  5
+12EEA
+330
+12EE4
+100
+AcDbEntity
+  8
+HE_FLU
+ 62
+    20
+100
+AcDbBlockReference
+  2
+S_RCHELE
+ 10
+310.004028041612
+ 20
+580.7337993692542
+ 30
+0.0
+ 41
+3.6
+ 42
+3.6
+ 43
+3.6
+  0
+SOLID
+  5
+12EEB
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+72.28680212970559
+ 20
+767.449881243863
+ 30
+0.0
+ 11
+72.28680212970559
+ 21
+770.8185712487143
+ 31
+0.0
+ 12
+1585.914993700216
+ 22
+767.4563583364743
+ 32
+0.0
+ 13
+1585.914680128855
+ 23
+770.8271630415953
+ 33
+0.0
+  0
+SOLID
+  5
+12EEC
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+54.28680212970559
+ 20
+767.449881243863
+ 30
+0.0
+ 11
+54.28680212970559
+ 21
+770.8185712487143
+ 31
+0.0
+ 12
+63.28856252358807
+ 22
+767.4498812911775
+ 32
+0.0
+ 13
+63.28856252358807
+ 23
+770.8206860254687
+ 33
+0.0
+  0
+SOLID
+  5
+12EED
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+36.2868021297056
+ 20
+767.449881243863
+ 30
+0.0
+ 11
+36.2868021297056
+ 21
+770.8185712487143
+ 31
+0.0
+ 12
+45.28856252358806
+ 22
+767.4498812911775
+ 32
+0.0
+ 13
+45.28856252358806
+ 23
+770.8206860254687
+ 33
+0.0
+  0
+SOLID
+  5
+12EEE
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+18.28680212970559
+ 20
+767.449881243863
+ 30
+0.0
+ 11
+18.28680212970559
+ 21
+770.8185712487143
+ 31
+0.0
+ 12
+27.28856252358807
+ 22
+767.4498812911775
+ 32
+0.0
+ 13
+27.28856252358807
+ 23
+770.8206860254687
+ 33
+0.0
+  0
+SOLID
+  5
+12EEF
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+0.2868021297055918
+ 20
+767.449881243863
+ 30
+0.0
+ 11
+0.2868021297055918
+ 21
+770.8185712487143
+ 31
+0.0
+ 12
+9.288562523588067
+ 22
+767.4498812911775
+ 32
+0.0
+ 13
+9.288562523588067
+ 23
+770.8206860254687
+ 33
+0.0
+  0
+SOLID
+  5
+12EF0
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+72.28680212970559
+ 20
+708.4850620618965
+ 30
+0.0
+ 11
+72.28680212970559
+ 21
+711.8537520667476
+ 31
+0.0
+ 12
+1577.912766022428
+ 22
+708.4840449767177
+ 32
+0.0
+ 13
+1577.912821658929
+ 23
+711.8548497100904
+ 33
+0.0
+  0
+SOLID
+  5
+12EF1
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+54.28680212970559
+ 20
+708.4850620618965
+ 30
+0.0
+ 11
+54.28680212970559
+ 21
+711.8537520667476
+ 31
+0.0
+ 12
+63.28856252358807
+ 22
+708.4850621092108
+ 32
+0.0
+ 13
+63.28856252358807
+ 23
+711.8558668435022
+ 33
+0.0
+  0
+SOLID
+  5
+12EF2
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+36.2868021297056
+ 20
+708.4850620618965
+ 30
+0.0
+ 11
+36.2868021297056
+ 21
+711.8537520667476
+ 31
+0.0
+ 12
+45.28856252358806
+ 22
+708.4850621092108
+ 32
+0.0
+ 13
+45.28856252358806
+ 23
+711.8558668435022
+ 33
+0.0
+  0
+SOLID
+  5
+12EF3
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+18.28680212970559
+ 20
+708.4850620618965
+ 30
+0.0
+ 11
+18.28680212970559
+ 21
+711.8537520667476
+ 31
+0.0
+ 12
+27.28856252358807
+ 22
+708.4850621092108
+ 32
+0.0
+ 13
+27.28856252358807
+ 23
+711.8558668435022
+ 33
+0.0
+  0
+SOLID
+  5
+12EF4
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+0.2868021297055918
+ 20
+708.4850620618965
+ 30
+0.0
+ 11
+0.2868021297055918
+ 21
+711.8537520667476
+ 31
+0.0
+ 12
+9.288562523588067
+ 22
+708.4850621092108
+ 32
+0.0
+ 13
+9.288562523588067
+ 23
+711.8558668435022
+ 33
+0.0
+  0
+SOLID
+  5
+12EF5
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+72.31450669787246
+ 20
+649.5225946303984
+ 30
+0.0
+ 11
+72.31450669787246
+ 21
+652.8912846352493
+ 31
+0.0
+ 12
+1572.283218714001
+ 22
+649.5225946776931
+ 32
+0.0
+ 13
+1572.283218714001
+ 23
+652.8933994120039
+ 33
+0.0
+  0
+SOLID
+  5
+12EF6
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+54.31450669787246
+ 20
+649.5225946303984
+ 30
+0.0
+ 11
+54.31450669787246
+ 21
+652.8912846352493
+ 31
+0.0
+ 12
+63.31626709175495
+ 22
+649.5225946777127
+ 32
+0.0
+ 13
+63.31626709175495
+ 23
+652.8933994120039
+ 33
+0.0
+  0
+SOLID
+  5
+12EF7
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+36.31450669787247
+ 20
+649.5225946303984
+ 30
+0.0
+ 11
+36.31450669787247
+ 21
+652.8912846352493
+ 31
+0.0
+ 12
+45.31626709175495
+ 22
+649.5225946777127
+ 32
+0.0
+ 13
+45.31626709175495
+ 23
+652.8933994120039
+ 33
+0.0
+  0
+SOLID
+  5
+12EF8
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+18.31450669787247
+ 20
+649.5225946303984
+ 30
+0.0
+ 11
+18.31450669787247
+ 21
+652.8912846352493
+ 31
+0.0
+ 12
+27.31626709175495
+ 22
+649.5225946777127
+ 32
+0.0
+ 13
+27.31626709175495
+ 23
+652.8933994120039
+ 33
+0.0
+  0
+SOLID
+  5
+12EF9
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+0.3145066978724742
+ 20
+649.5225946303984
+ 30
+0.0
+ 11
+0.3145066978724742
+ 21
+652.8912846352493
+ 31
+0.0
+ 12
+9.316267091754951
+ 22
+649.5225946777127
+ 32
+0.0
+ 13
+9.316267091754951
+ 23
+652.8933994120039
+ 33
+0.0
+  0
+SOLID
+  5
+12EFA
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+298.2601355678694
+ 20
+609.7630824632179
+ 30
+0.0
+ 11
+294.8914455630184
+ 21
+609.7543114776232
+ 31
+0.0
+ 12
+298.2601355678694
+ 22
+645.5214970646683
+ 32
+0.0
+ 13
+294.8893307862639
+ 23
+645.5214970646683
+ 33
+0.0
+  0
+SOLID
+  5
+12EFB
+330
+12EE4
+100
+AcDbEntity
+  8
+IMG008
+ 62
+   109
+100
+AcDbTrace
+ 10
+287.6662845671685
+ 20
+674.898072369208
+ 30
+14.28
+ 11
+276.9562845671686
+ 21
+674.898072369208
+ 31
+14.28
+ 12
+287.6662845671685
+ 22
+687.3930723692089
+ 32
+14.28
+ 13
+276.9562845671686
+ 23
+687.3930723692089
+ 33
+14.28
+ 39
+14.28
+  0
+SOLID
+  5
+12EFC
+330
+12EE4
+100
+AcDbEntity
+  8
+IMG008
+ 62
+   109
+100
+AcDbTrace
+ 10
+294.8062845671682
+ 20
+682.0381544354865
+ 30
+0.0
+ 11
+287.6662845671685
+ 21
+682.0381544354865
+ 31
+0.0
+ 12
+294.8062845671682
+ 22
+680.2531544354866
+ 32
+0.0
+ 13
+287.6662845671685
+ 23
+680.2531544354866
+ 33
+0.0
+ 39
+14.28
+  0
+SOLID
+  5
+12EFD
+330
+12EE4
+100
+AcDbEntity
+  8
+IMG008
+ 62
+   109
+100
+AcDbTrace
+ 10
+298.4004908987903
+ 20
+682.0380723692084
+ 30
+0.0
+ 11
+298.4004908987903
+ 21
+680.2530723692085
+ 31
+0.0
+ 12
+294.8062845671682
+ 22
+682.0381544354865
+ 32
+0.0
+ 13
+294.8062845671682
+ 23
+680.2531544354866
+ 33
+0.0
+  0
+SOLID
+  5
+12EFE
+330
+12EE4
+100
+AcDbEntity
+  8
+IMG008
+ 62
+   109
+100
+AcDbTrace
+ 10
+291.2604908987905
+ 20
+690.0705723692087
+ 30
+0.0
+ 11
+294.8062845671682
+ 21
+682.0381544354865
+ 31
+0.0
+ 12
+301.9704908987906
+ 22
+690.0705723692087
+ 32
+0.0
+ 13
+298.4004908987903
+ 23
+682.0380723692084
+ 33
+0.0
+  0
+SOLID
+  5
+12EFF
+330
+12EE4
+100
+AcDbEntity
+  8
+IMG008
+ 62
+   109
+100
+AcDbTrace
+ 10
+291.2604908987905
+ 20
+672.2205723692082
+ 30
+0.0
+ 11
+294.8062845671682
+ 21
+680.2529903029303
+ 31
+0.0
+ 12
+301.9704908987906
+ 22
+672.2205723692082
+ 32
+0.0
+ 13
+298.4004908987903
+ 23
+680.2530723692085
+ 33
+0.0
+  0
+LINE
+  5
+12F00
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+291.2604908987905
+ 20
+672.2205723692082
+ 30
+0.0
+ 11
+294.8062845671682
+ 21
+680.2531544354866
+ 31
+14.28000000000001
+  0
+LINE
+  5
+12F01
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+294.8062845671682
+ 20
+680.2531544354866
+ 30
+14.28000000000001
+ 11
+287.6662845671685
+ 21
+680.2531544354866
+ 31
+14.28000000000001
+  0
+LINE
+  5
+12F02
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+287.6662845671685
+ 20
+680.2531544355119
+ 30
+28.56000000000003
+ 11
+287.6904908987901
+ 21
+674.8980723692332
+ 31
+28.56000000000003
+  0
+LINE
+  5
+12F03
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+276.9804908987905
+ 20
+674.898072369208
+ 30
+28.56000000000006
+ 11
+287.6904908987904
+ 21
+674.898072369208
+ 31
+28.56000000000006
+  0
+LINE
+  5
+12F04
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+287.6904908987901
+ 20
+687.3930723692089
+ 30
+14.28000000000001
+ 11
+287.6662845671685
+ 21
+682.0381544354865
+ 31
+14.28000000000001
+  0
+LINE
+  5
+12F05
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+287.6662845671685
+ 20
+682.0381544354865
+ 30
+14.28000000000001
+ 11
+294.8062845671682
+ 21
+682.0381544354865
+ 31
+14.28000000000001
+  0
+LINE
+  5
+12F06
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+294.8062845671682
+ 20
+682.0381544354865
+ 30
+14.28000000000001
+ 11
+291.2604908987905
+ 21
+690.0705723692087
+ 31
+0.0
+  0
+LINE
+  5
+12F07
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+301.9704908987906
+ 20
+690.0705723692087
+ 30
+0.0
+ 11
+298.4004908987903
+ 21
+682.0380723692084
+ 31
+0.0
+  0
+LINE
+  5
+12F08
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+298.4004908987903
+ 20
+682.0380723692084
+ 30
+0.0
+ 11
+298.4004908987903
+ 21
+680.2530723692085
+ 31
+0.0
+  0
+LINE
+  5
+12F09
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+298.4004908987903
+ 20
+680.2530723692085
+ 30
+0.0
+ 11
+301.9704908987906
+ 21
+672.2205723692082
+ 31
+0.0
+  0
+LINE
+  5
+12F0A
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+287.6662845671685
+ 20
+687.3930723692089
+ 30
+14.28
+ 11
+276.9562845671686
+ 21
+687.3930723692089
+ 31
+14.28
+  0
+LINE
+  5
+12F0B
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+276.9562845671686
+ 20
+687.3930723692089
+ 30
+28.56
+ 11
+276.9804908987905
+ 21
+674.898072369208
+ 31
+28.56000000000006
+  0
+LINE
+  5
+12F0C
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+301.9704908987906
+ 20
+672.2205723692082
+ 30
+14.28000000000001
+ 11
+291.2604908987905
+ 21
+672.2205723692082
+ 31
+0.0
+  0
+LINE
+  5
+12F0D
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+301.9704908987906
+ 20
+690.0705723692087
+ 30
+14.28000000000001
+ 11
+291.2604908987905
+ 21
+690.0705723692087
+ 31
+0.0
+  0
+SOLID
+  5
+12F0E
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+325.1157919904276
+ 20
+609.7630824632179
+ 30
+0.0
+ 11
+321.7471019855767
+ 21
+609.7543114776232
+ 31
+0.0
+ 12
+325.1157919904276
+ 22
+645.5214970646683
+ 32
+0.0
+ 13
+321.7449872088222
+ 23
+645.5214970646683
+ 33
+0.0
+  0
+SOLID
+  5
+12F0F
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+298.2600893825363
+ 20
+609.7631130847148
+ 30
+0.0
+ 11
+298.2600893825363
+ 21
+613.131803089566
+ 31
+0.0
+ 12
+321.7471019855767
+ 22
+609.7543114776232
+ 32
+0.0
+ 13
+321.7469021117508
+ 23
+613.1347743120111
+ 33
+0.0
+  0
+SOLID
+  5
+12F10
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+311.6889980748592
+ 20
+595.1337993692542
+ 30
+0.0
+ 11
+308.3190580083649
+ 21
+595.1337993692542
+ 31
+0.0
+ 12
+311.6889980748592
+ 22
+609.7587122811693
+ 32
+0.0
+ 13
+308.3181932932537
+ 23
+609.7587122811693
+ 33
+0.0
+  0
+SOLID
+  5
+12F11
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+311.680798422145
+ 20
+551.7088889298908
+ 30
+0.0
+ 11
+308.3108583556507
+ 21
+551.7088889298908
+ 31
+0.0
+ 12
+311.6807984221449
+ 22
+566.2020261433845
+ 32
+0.0
+ 13
+308.3099936405397
+ 23
+566.2020261433845
+ 33
+0.0
+  0
+SOLID
+  5
+12F12
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+304.5728098992272
+ 20
+548.2971540899482
+ 30
+0.0
+ 11
+304.5728098992273
+ 21
+551.7088889298908
+ 31
+0.0
+ 12
+315.4188468785685
+ 22
+548.2883524828565
+ 32
+0.0
+ 13
+315.4188468785684
+ 23
+551.7088889298908
+ 33
+0.0
+  0
+SOLID
+  5
+12F13
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+298.2601355678692
+ 20
+705.3987625374373
+ 30
+0.0
+ 11
+294.8914455630184
+ 21
+705.3987625374373
+ 31
+0.0
+ 12
+298.2601355678694
+ 22
+690.0705723692085
+ 32
+0.0
+ 13
+294.8907772859787
+ 23
+690.0705723692087
+ 33
+0.0
+  0
+SOLID
+  5
+12F14
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+298.2601355678694
+ 20
+672.2205723692082
+ 30
+0.0
+ 11
+294.8899990633035
+ 21
+672.2205723692082
+ 31
+0.0
+ 12
+298.2601784512461
+ 22
+656.8923981785379
+ 32
+0.0
+ 13
+294.8893736696407
+ 23
+656.8923981785379
+ 33
+0.0
+  0
+TEXT
+  5
+12F15
+330
+12EE4
+100
+AcDbEntity
+  8
+TEXTE
+100
+AcDbText
+ 10
+347.0757591737533
+ 20
+677.4205022624572
+ 30
+0.0
+ 40
+8.0
+  1
+FV4002
+100
+AcDbText
+  0
+SOLID
+  5
+12F16
+330
+12EE4
+100
+AcDbEntity
+  8
+IMG008
+ 62
+   109
+100
+AcDbTrace
+ 10
+332.3407069271186
+ 20
+674.898072369208
+ 30
+14.28
+ 11
+343.0507069271184
+ 21
+674.898072369208
+ 31
+14.28
+ 12
+332.3407069271186
+ 22
+687.3930723692089
+ 32
+14.28
+ 13
+343.0507069271184
+ 23
+687.3930723692089
+ 33
+14.28
+ 39
+14.28
+  0
+SOLID
+  5
+12F17
+330
+12EE4
+100
+AcDbEntity
+  8
+IMG008
+ 62
+   109
+100
+AcDbTrace
+ 10
+325.2007069271187
+ 20
+682.0381544354865
+ 30
+0.0
+ 11
+332.3407069271184
+ 21
+682.0381544354865
+ 31
+0.0
+ 12
+325.2007069271187
+ 22
+680.2531544354866
+ 32
+0.0
+ 13
+332.3407069271184
+ 23
+680.2531544354866
+ 33
+0.0
+ 39
+14.28
+  0
+SOLID
+  5
+12F18
+330
+12EE4
+100
+AcDbEntity
+  8
+IMG008
+ 62
+   109
+100
+AcDbTrace
+ 10
+321.6065005954968
+ 20
+682.0380723692084
+ 30
+0.0
+ 11
+321.6065005954968
+ 21
+680.2530723692085
+ 31
+0.0
+ 12
+325.2007069271187
+ 22
+682.0381544354865
+ 32
+0.0
+ 13
+325.2007069271187
+ 23
+680.2531544354866
+ 33
+0.0
+  0
+SOLID
+  5
+12F19
+330
+12EE4
+100
+AcDbEntity
+  8
+IMG008
+ 62
+   109
+100
+AcDbTrace
+ 10
+328.7465005954964
+ 20
+690.0705723692087
+ 30
+0.0
+ 11
+325.2007069271187
+ 21
+682.0381544354865
+ 31
+0.0
+ 12
+318.0365005954966
+ 22
+690.0705723692087
+ 32
+0.0
+ 13
+321.6065005954968
+ 23
+682.0380723692084
+ 33
+0.0
+  0
+SOLID
+  5
+12F1A
+330
+12EE4
+100
+AcDbEntity
+  8
+IMG008
+ 62
+   109
+100
+AcDbTrace
+ 10
+328.7465005954964
+ 20
+672.2205723692082
+ 30
+0.0
+ 11
+325.2007069271187
+ 21
+680.2529903029303
+ 31
+0.0
+ 12
+318.0365005954966
+ 22
+672.2205723692082
+ 32
+0.0
+ 13
+321.6065005954968
+ 23
+680.2530723692085
+ 33
+0.0
+  0
+LINE
+  5
+12F1B
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+328.7465005954964
+ 20
+672.2205723692082
+ 30
+0.0
+ 11
+325.2007069271187
+ 21
+680.2531544354866
+ 31
+14.28000000000001
+  0
+LINE
+  5
+12F1C
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+325.2007069271187
+ 20
+680.2531544354866
+ 30
+14.28000000000001
+ 11
+332.3407069271184
+ 21
+680.2531544354866
+ 31
+14.28000000000001
+  0
+LINE
+  5
+12F1D
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+332.3407069271184
+ 20
+680.2531544355119
+ 30
+28.56000000000003
+ 11
+332.3165005954968
+ 21
+674.8980723692332
+ 31
+28.56000000000003
+  0
+LINE
+  5
+12F1E
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+343.0265005954964
+ 20
+674.898072369208
+ 30
+28.56000000000006
+ 11
+332.3165005954966
+ 21
+674.898072369208
+ 31
+28.56000000000006
+  0
+LINE
+  5
+12F1F
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+332.3165005954968
+ 20
+687.3930723692089
+ 30
+14.28000000000001
+ 11
+332.3407069271184
+ 21
+682.0381544354865
+ 31
+14.28000000000001
+  0
+LINE
+  5
+12F20
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+332.3407069271184
+ 20
+682.0381544354865
+ 30
+14.28000000000001
+ 11
+325.2007069271187
+ 21
+682.0381544354865
+ 31
+14.28000000000001
+  0
+LINE
+  5
+12F21
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+325.2007069271187
+ 20
+682.0381544354865
+ 30
+14.28000000000001
+ 11
+328.7465005954964
+ 21
+690.0705723692087
+ 31
+0.0
+  0
+LINE
+  5
+12F22
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+318.0365005954966
+ 20
+690.0705723692087
+ 30
+0.0
+ 11
+321.6065005954968
+ 21
+682.0380723692084
+ 31
+0.0
+  0
+LINE
+  5
+12F23
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+321.6065005954968
+ 20
+682.0380723692084
+ 30
+0.0
+ 11
+321.6065005954968
+ 21
+680.2530723692085
+ 31
+0.0
+  0
+LINE
+  5
+12F24
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+321.6065005954968
+ 20
+680.2530723692085
+ 30
+0.0
+ 11
+318.0365005954966
+ 21
+672.2205723692082
+ 31
+0.0
+  0
+LINE
+  5
+12F25
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+332.3407069271186
+ 20
+687.3930723692089
+ 30
+14.28
+ 11
+343.0507069271184
+ 21
+687.3930723692089
+ 31
+14.28
+  0
+LINE
+  5
+12F26
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+343.0507069271184
+ 20
+687.3930723692089
+ 30
+28.56
+ 11
+343.0265005954964
+ 21
+674.898072369208
+ 31
+28.56000000000006
+  0
+LINE
+  5
+12F27
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+318.0365005954966
+ 20
+672.2205723692082
+ 30
+14.28000000000001
+ 11
+328.7465005954964
+ 21
+672.2205723692082
+ 31
+0.0
+  0
+LINE
+  5
+12F28
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+318.0365005954966
+ 20
+690.0705723692087
+ 30
+14.28000000000001
+ 11
+328.7465005954964
+ 21
+690.0705723692087
+ 31
+0.0
+  0
+SOLID
+  5
+12F29
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+321.7468559263167
+ 20
+708.4850620700704
+ 30
+0.0
+ 11
+325.1155459311676
+ 21
+708.4850620701806
+ 31
+0.0
+ 12
+321.7468559264176
+ 22
+690.0705723692085
+ 32
+0.0
+ 13
+325.1162142083083
+ 23
+690.0705723692087
+ 33
+0.0
+  0
+SOLID
+  5
+12F2A
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+321.7468559264178
+ 20
+672.2205723692082
+ 30
+0.0
+ 11
+325.1169924309834
+ 21
+672.2205723692082
+ 31
+0.0
+ 12
+321.7468130430409
+ 22
+656.8923981785379
+ 32
+0.0
+ 13
+325.1176178246463
+ 23
+656.8923981785379
+ 33
+0.0
+  0
+SOLID
+  5
+12F2B
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+298.2601355678692
+ 20
+714.9400515912065
+ 30
+0.0
+ 11
+294.8914455630184
+ 21
+714.9400515912065
+ 31
+0.0
+ 12
+298.2601355666511
+ 22
+767.4498812512673
+ 32
+0.0
+ 13
+294.8907772847604
+ 23
+767.449881251157
+ 33
+0.0
+  0
+LINE
+  5
+12F2C
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+298.2601353456766
+ 20
+690.0705726168737
+ 30
+14.28000000000001
+ 11
+298.2601353456766
+ 21
+705.3987625374373
+ 31
+0.0000000000000568
+  0
+LINE
+  5
+12F2D
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+294.8908097135373
+ 20
+690.0709830897701
+ 30
+14.27999999999998
+ 11
+294.8908097135373
+ 21
+705.399173010334
+ 31
+0.0000000000000284
+  0
+LINE
+  5
+12F2E
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+294.8894060772125
+ 20
+656.8923504653992
+ 30
+14.28000000000001
+ 11
+294.8894060772125
+ 21
+672.2205403859629
+ 31
+0.0000000000000568
+  0
+LINE
+  5
+12F2F
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+298.260210858818
+ 20
+656.8923504653992
+ 30
+14.28000000000001
+ 11
+298.260210858818
+ 21
+672.2205403859629
+ 31
+0.0000000000000568
+  0
+LINE
+  5
+12F30
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+321.7468454504289
+ 20
+656.8922847572341
+ 30
+14.28000000000001
+ 11
+321.7468454504289
+ 21
+672.2204746777978
+ 31
+0.0000000000000568
+  0
+LINE
+  5
+12F31
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+325.1176502322183
+ 20
+656.8923504653992
+ 30
+14.28000000000001
+ 11
+325.1176502322183
+ 21
+672.2205403859629
+ 31
+0.0000000000000568
+  0
+LINE
+  5
+12F32
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+321.7468883339897
+ 20
+690.0705246560699
+ 30
+14.28000000000001
+ 11
+321.7468559263167
+ 21
+708.4850620700704
+ 31
+0.0
+  0
+LINE
+  5
+12F33
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+325.1162466114426
+ 20
+690.0706469328828
+ 30
+14.28000000000001
+ 11
+325.1162466113415
+ 21
+708.4850620701806
+ 31
+0.0
+  0
+LINE
+  5
+12F34
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+321.7468559263167
+ 20
+708.4850620700704
+ 30
+0.0
+ 11
+72.28680212970559
+ 21
+708.4850620618965
+ 31
+0.0
+  0
+LINE
+  5
+12F35
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+72.28680212970559
+ 20
+708.4850620618965
+ 30
+0.0
+ 11
+72.28679719617466
+ 21
+711.8537520667404
+ 31
+0.0
+  0
+LINE
+  5
+12F36
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+72.28679719617466
+ 20
+711.8537520667404
+ 30
+0.0
+ 11
+1581.281514314206
+ 21
+711.8526679781064
+ 31
+0.0
+  0
+LINE
+  5
+12F37
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+294.8914455630184
+ 20
+714.9400515912065
+ 30
+0.0
+ 11
+294.891445561298
+ 21
+767.449881251157
+ 31
+0.0
+  0
+LINE
+  5
+12F38
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+294.891445561298
+ 20
+767.449881251157
+ 30
+0.0
+ 11
+72.28680212970559
+ 21
+767.449881251157
+ 31
+0.0
+  0
+LINE
+  5
+12F39
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+72.28680212970559
+ 20
+767.449881251157
+ 30
+0.0
+ 11
+72.28680212970559
+ 21
+770.8185712487143
+ 31
+0.0
+  0
+LINE
+  5
+12F3A
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+72.28680212970559
+ 20
+770.8185712487143
+ 30
+0.0
+ 11
+1589.281399233444
+ 21
+770.8271630415953
+ 31
+0.0
+  0
+SOLID
+  5
+12F3B
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+54.28676647116136
+ 20
+767.4499119599887
+ 30
+0.0
+ 11
+54.28676647116136
+ 21
+770.8186019648398
+ 31
+0.0
+ 12
+63.28852686504385
+ 22
+767.4499120073031
+ 32
+0.0
+ 13
+63.28852686504385
+ 23
+770.8207167415942
+ 33
+0.0
+  0
+LINE
+  5
+12F3C
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+54.28676647116136
+ 20
+770.8186019648398
+ 30
+0.0
+ 11
+63.28852686504385
+ 21
+770.8186019648398
+ 31
+0.0
+  0
+LINE
+  5
+12F3D
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+63.28852686504385
+ 20
+770.8186019648398
+ 30
+0.0
+ 11
+63.28852686504385
+ 21
+767.4499120073031
+ 31
+0.0
+  0
+LINE
+  5
+12F3E
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+63.28852686504385
+ 20
+767.4499120073031
+ 30
+0.0
+ 11
+54.28676647116136
+ 21
+767.4499119599887
+ 31
+0.0
+  0
+LINE
+  5
+12F3F
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+54.28676647116136
+ 20
+767.4499119599887
+ 30
+0.0
+ 11
+54.28676647116136
+ 21
+770.8186019648398
+ 31
+0.0
+  0
+SOLID
+  5
+12F40
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+36.28676647116137
+ 20
+767.4499119599887
+ 30
+0.0
+ 11
+36.28676647116137
+ 21
+770.8186019648398
+ 31
+0.0
+ 12
+45.28852686504385
+ 22
+767.4499120073031
+ 32
+0.0
+ 13
+45.28852686504385
+ 23
+770.8207167415942
+ 33
+0.0
+  0
+LINE
+  5
+12F41
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+36.28676647116137
+ 20
+770.8186019648398
+ 30
+0.0
+ 11
+45.28852686504385
+ 21
+770.8186019648398
+ 31
+0.0
+  0
+LINE
+  5
+12F42
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+45.28852686504385
+ 20
+770.8186019648398
+ 30
+0.0
+ 11
+45.28852686504385
+ 21
+767.4499120073031
+ 31
+0.0
+  0
+LINE
+  5
+12F43
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+45.28852686504385
+ 20
+767.4499120073031
+ 30
+0.0
+ 11
+36.28676647116137
+ 21
+767.4499119599887
+ 31
+0.0
+  0
+LINE
+  5
+12F44
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+36.28676647116137
+ 20
+767.4499119599887
+ 30
+0.0
+ 11
+36.28676647116137
+ 21
+770.8186019648398
+ 31
+0.0
+  0
+SOLID
+  5
+12F45
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+18.28676647116137
+ 20
+767.4499119599887
+ 30
+0.0
+ 11
+18.28676647116137
+ 21
+770.8186019648398
+ 31
+0.0
+ 12
+27.28852686504385
+ 22
+767.4499120073031
+ 32
+0.0
+ 13
+27.28852686504385
+ 23
+770.8207167415942
+ 33
+0.0
+  0
+LINE
+  5
+12F46
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+18.28676647116137
+ 20
+770.8186019648398
+ 30
+0.0
+ 11
+27.28852686504385
+ 21
+770.8186019648398
+ 31
+0.0
+  0
+LINE
+  5
+12F47
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+27.28852686504385
+ 20
+770.8186019648398
+ 30
+0.0
+ 11
+27.28852686504385
+ 21
+767.4499120073031
+ 31
+0.0
+  0
+LINE
+  5
+12F48
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+27.28852686504385
+ 20
+767.4499120073031
+ 30
+0.0
+ 11
+18.28676647116137
+ 21
+767.4499119599887
+ 31
+0.0
+  0
+LINE
+  5
+12F49
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+18.28676647116137
+ 20
+767.4499119599887
+ 30
+0.0
+ 11
+18.28676647116137
+ 21
+770.8186019648398
+ 31
+0.0
+  0
+SOLID
+  5
+12F4A
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+0.2867664711613713
+ 20
+767.4499119599887
+ 30
+0.0
+ 11
+0.2867664711613713
+ 21
+770.8186019648398
+ 31
+0.0
+ 12
+9.288526865043847
+ 22
+767.4499120073031
+ 32
+0.0
+ 13
+9.288526865043847
+ 23
+770.8207167415942
+ 33
+0.0
+  0
+LINE
+  5
+12F4B
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+0.2867664711613713
+ 20
+770.8186019648398
+ 30
+0.0
+ 11
+9.288526865043847
+ 21
+770.8186019648398
+ 31
+0.0
+  0
+LINE
+  5
+12F4C
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+9.288526865043847
+ 20
+770.8186019648398
+ 30
+0.0
+ 11
+9.288526865043847
+ 21
+767.4499120073031
+ 31
+0.0
+  0
+LINE
+  5
+12F4D
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+9.288526865043847
+ 20
+767.4499120073031
+ 30
+0.0
+ 11
+0.2867664711613713
+ 21
+767.4499119599887
+ 31
+0.0
+  0
+LINE
+  5
+12F4E
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+0.2867664711613713
+ 20
+767.4499119599887
+ 30
+0.0
+ 11
+0.2867664711613713
+ 21
+770.8186019648398
+ 31
+0.0
+  0
+SOLID
+  5
+12F4F
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+54.28676647116136
+ 20
+708.4850927780221
+ 30
+0.0
+ 11
+54.28676647116136
+ 21
+711.853782782873
+ 31
+0.0
+ 12
+63.28852686504385
+ 22
+708.4850928253366
+ 32
+0.0
+ 13
+63.28852686504385
+ 23
+711.8558975596276
+ 33
+0.0
+  0
+LINE
+  5
+12F50
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+54.28676647116136
+ 20
+711.853782782873
+ 30
+0.0
+ 11
+63.28852686504385
+ 21
+711.853782782873
+ 31
+0.0
+  0
+LINE
+  5
+12F51
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+63.28852686504385
+ 20
+711.853782782873
+ 30
+0.0
+ 11
+63.28852686504385
+ 21
+708.4850928253366
+ 31
+0.0
+  0
+LINE
+  5
+12F52
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+63.28852686504385
+ 20
+708.4850928253366
+ 30
+0.0
+ 11
+54.28676647116136
+ 21
+708.4850927780221
+ 31
+0.0
+  0
+LINE
+  5
+12F53
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+54.28676647116136
+ 20
+708.4850927780221
+ 30
+0.0
+ 11
+54.28676647116136
+ 21
+711.853782782873
+ 31
+0.0
+  0
+SOLID
+  5
+12F54
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+36.28676647116137
+ 20
+708.4850927780221
+ 30
+0.0
+ 11
+36.28676647116137
+ 21
+711.853782782873
+ 31
+0.0
+ 12
+45.28852686504385
+ 22
+708.4850928253366
+ 32
+0.0
+ 13
+45.28852686504385
+ 23
+711.8558975596276
+ 33
+0.0
+  0
+LINE
+  5
+12F55
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+36.28676647116137
+ 20
+711.853782782873
+ 30
+0.0
+ 11
+45.28852686504385
+ 21
+711.853782782873
+ 31
+0.0
+  0
+LINE
+  5
+12F56
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+45.28852686504385
+ 20
+711.853782782873
+ 30
+0.0
+ 11
+45.28852686504385
+ 21
+708.4850928253366
+ 31
+0.0
+  0
+LINE
+  5
+12F57
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+45.28852686504385
+ 20
+708.4850928253366
+ 30
+0.0
+ 11
+36.28676647116137
+ 21
+708.4850927780221
+ 31
+0.0
+  0
+LINE
+  5
+12F58
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+36.28676647116137
+ 20
+708.4850927780221
+ 30
+0.0
+ 11
+36.28676647116137
+ 21
+711.853782782873
+ 31
+0.0
+  0
+SOLID
+  5
+12F59
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+18.28676647116137
+ 20
+708.4850927780221
+ 30
+0.0
+ 11
+18.28676647116137
+ 21
+711.853782782873
+ 31
+0.0
+ 12
+27.28852686504385
+ 22
+708.4850928253366
+ 32
+0.0
+ 13
+27.28852686504385
+ 23
+711.8558975596276
+ 33
+0.0
+  0
+LINE
+  5
+12F5A
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+18.28676647116137
+ 20
+711.853782782873
+ 30
+0.0
+ 11
+27.28852686504385
+ 21
+711.853782782873
+ 31
+0.0
+  0
+LINE
+  5
+12F5B
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+27.28852686504385
+ 20
+711.853782782873
+ 30
+0.0
+ 11
+27.28852686504385
+ 21
+708.4850928253366
+ 31
+0.0
+  0
+LINE
+  5
+12F5C
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+27.28852686504385
+ 20
+708.4850928253366
+ 30
+0.0
+ 11
+18.28676647116137
+ 21
+708.4850927780221
+ 31
+0.0
+  0
+LINE
+  5
+12F5D
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+18.28676647116137
+ 20
+708.4850927780221
+ 30
+0.0
+ 11
+18.28676647116137
+ 21
+711.853782782873
+ 31
+0.0
+  0
+SOLID
+  5
+12F5E
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+0.2867664711613713
+ 20
+708.4850927780221
+ 30
+0.0
+ 11
+0.2867664711613713
+ 21
+711.853782782873
+ 31
+0.0
+ 12
+9.288526865043847
+ 22
+708.4850928253366
+ 32
+0.0
+ 13
+9.288526865043847
+ 23
+711.8558975596276
+ 33
+0.0
+  0
+LINE
+  5
+12F5F
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+0.2867664711613713
+ 20
+711.853782782873
+ 30
+0.0
+ 11
+9.288526865043847
+ 21
+711.853782782873
+ 31
+0.0
+  0
+LINE
+  5
+12F60
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+9.288526865043847
+ 20
+711.853782782873
+ 30
+0.0
+ 11
+9.288526865043847
+ 21
+708.4850928253366
+ 31
+0.0
+  0
+LINE
+  5
+12F61
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+9.288526865043847
+ 20
+708.4850928253366
+ 30
+0.0
+ 11
+0.2867664711613713
+ 21
+708.4850927780221
+ 31
+0.0
+  0
+LINE
+  5
+12F62
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+0.2867664711613713
+ 20
+708.4850927780221
+ 30
+0.0
+ 11
+0.2867664711613713
+ 21
+711.853782782873
+ 31
+0.0
+  0
+SOLID
+  5
+12F63
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+54.31447103932825
+ 20
+649.522625346524
+ 30
+0.0
+ 11
+54.31447103932825
+ 21
+652.8913153513749
+ 31
+0.0
+ 12
+63.31623143321072
+ 22
+649.5226253938383
+ 32
+0.0
+ 13
+63.31623143321072
+ 23
+652.8934301281297
+ 33
+0.0
+  0
+LINE
+  5
+12F64
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+54.31447103932825
+ 20
+652.8913153513749
+ 30
+0.0
+ 11
+63.31623143321072
+ 21
+652.8913153513749
+ 31
+0.0
+  0
+LINE
+  5
+12F65
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+63.31623143321072
+ 20
+652.8913153513749
+ 30
+0.0
+ 11
+63.31623143321072
+ 21
+649.5226253938383
+ 31
+0.0
+  0
+LINE
+  5
+12F66
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+63.31623143321072
+ 20
+649.5226253938383
+ 30
+0.0
+ 11
+54.31447103932825
+ 21
+649.522625346524
+ 31
+0.0
+  0
+LINE
+  5
+12F67
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+54.31447103932825
+ 20
+649.522625346524
+ 30
+0.0
+ 11
+54.31447103932825
+ 21
+652.8913153513749
+ 31
+0.0
+  0
+SOLID
+  5
+12F68
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+36.31447103932825
+ 20
+649.522625346524
+ 30
+0.0
+ 11
+36.31447103932825
+ 21
+652.8913153513749
+ 31
+0.0
+ 12
+45.31623143321072
+ 22
+649.5226253938383
+ 32
+0.0
+ 13
+45.31623143321072
+ 23
+652.8934301281297
+ 33
+0.0
+  0
+LINE
+  5
+12F69
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+36.31447103932825
+ 20
+652.8913153513749
+ 30
+0.0
+ 11
+45.31623143321072
+ 21
+652.8913153513749
+ 31
+0.0
+  0
+LINE
+  5
+12F6A
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+45.31623143321072
+ 20
+652.8913153513749
+ 30
+0.0
+ 11
+45.31623143321072
+ 21
+649.5226253938383
+ 31
+0.0
+  0
+LINE
+  5
+12F6B
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+45.31623143321072
+ 20
+649.5226253938383
+ 30
+0.0
+ 11
+36.31447103932825
+ 21
+649.522625346524
+ 31
+0.0
+  0
+LINE
+  5
+12F6C
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+36.31447103932825
+ 20
+649.522625346524
+ 30
+0.0
+ 11
+36.31447103932825
+ 21
+652.8913153513749
+ 31
+0.0
+  0
+SOLID
+  5
+12F6D
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+18.31447103932825
+ 20
+649.522625346524
+ 30
+0.0
+ 11
+18.31447103932825
+ 21
+652.8913153513749
+ 31
+0.0
+ 12
+27.31623143321073
+ 22
+649.5226253938383
+ 32
+0.0
+ 13
+27.31623143321073
+ 23
+652.8934301281297
+ 33
+0.0
+  0
+LINE
+  5
+12F6E
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+18.31447103932825
+ 20
+652.8913153513749
+ 30
+0.0
+ 11
+27.31623143321073
+ 21
+652.8913153513749
+ 31
+0.0
+  0
+LINE
+  5
+12F6F
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+27.31623143321073
+ 20
+652.8913153513749
+ 30
+0.0
+ 11
+27.31623143321073
+ 21
+649.5226253938383
+ 31
+0.0
+  0
+LINE
+  5
+12F70
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+27.31623143321073
+ 20
+649.5226253938383
+ 30
+0.0
+ 11
+18.31447103932825
+ 21
+649.522625346524
+ 31
+0.0
+  0
+LINE
+  5
+12F71
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+18.31447103932825
+ 20
+649.522625346524
+ 30
+0.0
+ 11
+18.31447103932825
+ 21
+652.8913153513749
+ 31
+0.0
+  0
+SOLID
+  5
+12F72
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+0.3144710393282537
+ 20
+649.522625346524
+ 30
+0.0
+ 11
+0.3144710393282537
+ 21
+652.8913153513749
+ 31
+0.0
+ 12
+9.316231433210733
+ 22
+649.5226253938383
+ 32
+0.0
+ 13
+9.316231433210733
+ 23
+652.8934301281297
+ 33
+0.0
+  0
+LINE
+  5
+12F73
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+0.3144710393282537
+ 20
+652.8913153513749
+ 30
+0.0
+ 11
+9.316231433210733
+ 21
+652.8913153513749
+ 31
+0.0
+  0
+LINE
+  5
+12F74
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+9.316231433210733
+ 20
+652.8913153513749
+ 30
+0.0
+ 11
+9.316231433210733
+ 21
+649.5226253938383
+ 31
+0.0
+  0
+LINE
+  5
+12F75
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+9.316231433210733
+ 20
+649.5226253938383
+ 30
+0.0
+ 11
+0.3144710393282537
+ 21
+649.522625346524
+ 31
+0.0
+  0
+LINE
+  5
+12F76
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+0.3144710393282537
+ 20
+649.522625346524
+ 30
+0.0
+ 11
+0.3144710393282537
+ 21
+652.8913153513749
+ 31
+0.0
+  0
+LINE
+  5
+12F77
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+298.2601355678694
+ 20
+645.5214970646683
+ 30
+0.0
+ 11
+298.2600893825363
+ 21
+613.131803089566
+ 31
+0.0
+  0
+LINE
+  5
+12F78
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+298.2600893825363
+ 20
+613.131803089566
+ 30
+0.0
+ 11
+321.7469021117508
+ 21
+613.1347743120111
+ 31
+0.0
+  0
+LINE
+  5
+12F79
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+321.7469021117508
+ 20
+613.1347743120111
+ 30
+0.0
+ 11
+321.7469021117508
+ 21
+645.5214970646683
+ 31
+0.0
+  0
+LINE
+  5
+12F7A
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+325.1157919904276
+ 20
+609.7630824632179
+ 30
+0.0
+ 11
+311.6889980748592
+ 21
+609.7580806874502
+ 31
+0.0
+  0
+LINE
+  5
+12F7B
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+311.6889980748592
+ 20
+609.7580806874502
+ 30
+0.0
+ 11
+311.6889980748592
+ 21
+595.1337993692542
+ 31
+0.0
+  0
+LINE
+  5
+12F7C
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+308.3190580083649
+ 20
+595.1337993692542
+ 30
+0.0
+ 11
+308.3245388363224
+ 21
+609.7593414969365
+ 31
+0.0
+  0
+LINE
+  5
+12F7D
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+308.3245388363224
+ 20
+609.7593414969365
+ 30
+0.0
+ 11
+294.8914453125733
+ 21
+609.7585472495429
+ 31
+0.0
+  0
+LINE
+  5
+12F7E
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+294.8903880494224
+ 20
+609.7585471870311
+ 30
+0.0
+ 11
+294.8903880494224
+ 21
+645.5214970021565
+ 31
+0.0
+  0
+LINE
+  5
+12F7F
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+308.3099936405397
+ 20
+566.3338018418055
+ 30
+0.0
+ 11
+308.3099936405397
+ 21
+551.7088889298908
+ 31
+0.0
+  0
+LINE
+  5
+12F80
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+308.3099936405397
+ 20
+551.7088889298908
+ 30
+0.0
+ 11
+304.5728098992273
+ 21
+551.7088889298909
+ 31
+0.0
+  0
+LINE
+  5
+12F81
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+304.5728098992273
+ 20
+551.7088889298909
+ 30
+0.0
+ 11
+304.5728098992272
+ 21
+548.2971540899482
+ 31
+0.0
+  0
+LINE
+  5
+12F82
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+304.5728098992272
+ 20
+548.2971540899482
+ 30
+0.0
+ 11
+315.4188468785685
+ 21
+548.2971540899483
+ 31
+0.0
+  0
+LINE
+  5
+12F83
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+315.4188468785685
+ 20
+548.2971540899483
+ 30
+0.0
+ 11
+315.4188468785684
+ 21
+551.7088889298908
+ 31
+0.0
+  0
+LINE
+  5
+12F84
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+315.4188468785684
+ 20
+551.7088889298908
+ 30
+0.0
+ 11
+311.680798422145
+ 21
+551.7088889298908
+ 31
+0.0
+  0
+LINE
+  5
+12F85
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+311.680798422145
+ 20
+551.7088889298908
+ 30
+0.0
+ 11
+311.680798422145
+ 21
+566.3338018418055
+ 31
+0.0
+  0
+LINE
+  5
+12F86
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+325.1157919904276
+ 20
+645.5214970646683
+ 30
+0.0
+ 11
+325.1157919904276
+ 21
+609.7630824632179
+ 31
+0.0
+  0
+INSERT
+  5
+12F87
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbBlockReference
+  2
+S_RCHELE
+ 10
+1325.464136917261
+ 20
+580.7337994025272
+ 30
+0.0
+ 41
+3.6
+ 42
+3.6
+ 43
+3.6
+  0
+SOLID
+  5
+12F88
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1313.720244443519
+ 20
+609.7630824964908
+ 30
+0.0
+ 11
+1310.351554438668
+ 21
+609.7543115108962
+ 31
+0.0
+ 12
+1313.720244443519
+ 22
+645.5214970979413
+ 32
+0.0
+ 13
+1310.349439661913
+ 23
+645.5214970979413
+ 33
+0.0
+  0
+SOLID
+  5
+12F89
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1340.575900866077
+ 20
+609.7630824964908
+ 30
+0.0
+ 11
+1337.207210861226
+ 21
+609.7543115108962
+ 31
+0.0
+ 12
+1340.575900866077
+ 22
+645.5214970979413
+ 32
+0.0
+ 13
+1337.205096084472
+ 23
+645.5214970979413
+ 33
+0.0
+  0
+SOLID
+  5
+12F8A
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1313.720198258186
+ 20
+609.7631131179877
+ 30
+0.0
+ 11
+1313.720198258186
+ 21
+613.1318031228389
+ 31
+0.0
+ 12
+1337.207210861226
+ 22
+609.7543115108962
+ 32
+0.0
+ 13
+1337.2070109874
+ 23
+613.1347743452838
+ 33
+0.0
+  0
+SOLID
+  5
+12F8B
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1327.149106950509
+ 20
+595.1337994025272
+ 30
+0.0
+ 11
+1323.779166884014
+ 21
+595.1337994025272
+ 31
+0.0
+ 12
+1327.149106950509
+ 22
+609.7587123144419
+ 32
+0.0
+ 13
+1323.778302168903
+ 23
+609.7587123144419
+ 33
+0.0
+  0
+SOLID
+  5
+12F8C
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1327.140907297795
+ 20
+497.0542701511631
+ 30
+0.0
+ 11
+1323.770967231249
+ 21
+497.0542701511631
+ 31
+0.0
+ 12
+1327.140907297795
+ 22
+566.2020261766572
+ 32
+0.0
+ 13
+1323.770102516189
+ 23
+566.2020261766572
+ 33
+0.0
+  0
+SOLID
+  5
+12F8D
+330
+12EE4
+100
+AcDbEntity
+  8
+IMG008
+ 62
+    57
+100
+AcDbTrace
+ 10
+1340.660815802768
+ 20
+682.0381544687592
+ 30
+0.0
+ 11
+1347.800815802768
+ 21
+682.0381544687592
+ 31
+0.0
+ 12
+1340.660815802768
+ 22
+680.2531544687593
+ 32
+0.0
+ 13
+1347.800815802768
+ 23
+680.2531544687593
+ 33
+0.0
+ 39
+14.28
+  0
+SOLID
+  5
+12F8E
+330
+12EE4
+100
+AcDbEntity
+  8
+IMG008
+ 62
+    57
+100
+AcDbTrace
+ 10
+1337.066609471146
+ 20
+682.0380724024812
+ 30
+0.0
+ 11
+1337.066609471146
+ 21
+680.2530724024814
+ 31
+0.0
+ 12
+1340.660815802768
+ 22
+682.0381544687592
+ 32
+0.0
+ 13
+1340.660815802768
+ 23
+680.2531544687593
+ 33
+0.0
+  0
+SOLID
+  5
+12F8F
+330
+12EE4
+100
+AcDbEntity
+  8
+IMG008
+ 62
+    57
+100
+AcDbTrace
+ 10
+1344.206609471146
+ 20
+690.0705724024815
+ 30
+0.0
+ 11
+1340.660815802768
+ 21
+682.0381544687592
+ 31
+0.0
+ 12
+1333.496609471146
+ 22
+690.0705724024815
+ 32
+0.0
+ 13
+1337.066609471146
+ 23
+682.0380724024812
+ 33
+0.0
+  0
+SOLID
+  5
+12F90
+330
+12EE4
+100
+AcDbEntity
+  8
+IMG008
+ 62
+    57
+100
+AcDbTrace
+ 10
+1344.206609471146
+ 20
+672.2205724024811
+ 30
+0.0
+ 11
+1340.660815802768
+ 21
+680.2529903362032
+ 31
+0.0
+ 12
+1333.496609471146
+ 22
+672.2205724024811
+ 32
+0.0
+ 13
+1337.066609471146
+ 23
+680.2530724024814
+ 33
+0.0
+  0
+LINE
+  5
+12F91
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1344.206609471146
+ 20
+672.2205724024811
+ 30
+0.0
+ 11
+1340.660815802768
+ 21
+680.2531544687593
+ 31
+14.28000000000001
+  0
+LINE
+  5
+12F92
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1340.660815802768
+ 20
+680.2531544687593
+ 30
+14.28000000000001
+ 11
+1347.800815802768
+ 21
+680.2531544687593
+ 31
+14.28000000000001
+  0
+LINE
+  5
+12F93
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1347.800815802768
+ 20
+680.2531544687846
+ 30
+28.56000000000003
+ 11
+1347.776609471146
+ 21
+674.8980724025061
+ 31
+28.56000000000003
+  0
+LINE
+  5
+12F94
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1347.776609471146
+ 20
+687.3930724024817
+ 30
+14.28000000000001
+ 11
+1347.800815802768
+ 21
+682.0381544687592
+ 31
+14.28000000000001
+  0
+LINE
+  5
+12F95
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1347.800815802768
+ 20
+682.0381544687592
+ 30
+14.28000000000001
+ 11
+1340.660815802768
+ 21
+682.0381544687592
+ 31
+14.28000000000001
+  0
+LINE
+  5
+12F96
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1340.660815802768
+ 20
+682.0381544687592
+ 30
+14.28000000000001
+ 11
+1344.206609471146
+ 21
+690.0705724024815
+ 31
+0.0
+  0
+LINE
+  5
+12F97
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1333.496609471146
+ 20
+690.0705724024815
+ 30
+0.0
+ 11
+1337.066609471146
+ 21
+682.0380724024812
+ 31
+0.0
+  0
+LINE
+  5
+12F98
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1337.066609471146
+ 20
+682.0380724024812
+ 30
+0.0
+ 11
+1337.066609471146
+ 21
+680.2530724024814
+ 31
+0.0
+  0
+LINE
+  5
+12F99
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1337.066609471146
+ 20
+680.2530724024814
+ 30
+0.0
+ 11
+1333.496609471146
+ 21
+672.2205724024811
+ 31
+0.0
+  0
+LINE
+  5
+12F9A
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1333.496609471146
+ 20
+672.2205724024811
+ 30
+14.28000000000001
+ 11
+1344.206609471146
+ 21
+672.2205724024811
+ 31
+0.0
+  0
+LINE
+  5
+12F9B
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1333.496609471146
+ 20
+690.0705724024815
+ 30
+14.28000000000001
+ 11
+1344.206609471146
+ 21
+690.0705724024815
+ 31
+0.0
+  0
+SOLID
+  5
+12F9C
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1337.206964801966
+ 20
+708.4850621033432
+ 30
+0.0
+ 11
+1340.575654806817
+ 21
+708.4850621034535
+ 31
+0.0
+ 12
+1337.206964802067
+ 22
+690.0705724024812
+ 32
+0.0
+ 13
+1340.576323083958
+ 23
+690.0705724024815
+ 33
+0.0
+  0
+SOLID
+  5
+12F9D
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1337.206964802067
+ 20
+672.2205724024811
+ 30
+0.0
+ 11
+1340.577101306633
+ 21
+672.2205724024811
+ 31
+0.0
+ 12
+1337.206921918691
+ 22
+656.8923982118108
+ 32
+0.0
+ 13
+1340.577726700296
+ 23
+656.8923982118108
+ 33
+0.0
+  0
+SOLID
+  5
+12F9E
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1313.720244443519
+ 20
+714.9400516244793
+ 30
+0.0
+ 11
+1310.351554438668
+ 21
+714.9400516244793
+ 31
+0.0
+ 12
+1313.720244442301
+ 22
+767.4498812845402
+ 32
+0.0
+ 13
+1310.35088616041
+ 23
+767.4498812844299
+ 33
+0.0
+  0
+LINE
+  5
+12F9F
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1337.206954326078
+ 20
+656.892284790507
+ 30
+14.28000000000001
+ 11
+1337.206954326078
+ 21
+672.2204747110708
+ 31
+0.0000000000000568
+  0
+LINE
+  5
+12FA0
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1340.577759107868
+ 20
+656.892350498672
+ 30
+14.28000000000001
+ 11
+1340.577759107868
+ 21
+672.2205404192358
+ 31
+0.0000000000000568
+  0
+LINE
+  5
+12FA1
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1337.206997209639
+ 20
+690.0705246893428
+ 30
+14.28000000000001
+ 11
+1337.206964801966
+ 21
+708.4850621033432
+ 31
+0.0
+  0
+LINE
+  5
+12FA2
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1340.576355487092
+ 20
+690.0706469661557
+ 30
+14.28000000000001
+ 11
+1340.576355486991
+ 21
+708.4850621034535
+ 31
+0.0
+  0
+LINE
+  5
+12FA3
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1310.351554438668
+ 20
+714.9400516244793
+ 30
+0.0
+ 11
+1310.351554436947
+ 21
+767.4498812844299
+ 31
+0.0
+  0
+LINE
+  5
+12FA4
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1313.720244443519
+ 20
+645.5214970979413
+ 30
+0.0
+ 11
+1313.720198258186
+ 21
+613.1318031228389
+ 31
+0.0
+  0
+LINE
+  5
+12FA5
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1313.720198258186
+ 20
+613.1318031228389
+ 30
+0.0
+ 11
+1337.2070109874
+ 21
+613.1347743452838
+ 31
+0.0
+  0
+LINE
+  5
+12FA6
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1337.2070109874
+ 20
+613.1347743452838
+ 30
+0.0
+ 11
+1337.2070109874
+ 21
+645.5214970979413
+ 31
+0.0
+  0
+LINE
+  5
+12FA7
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1340.575900866077
+ 20
+609.7630824964908
+ 30
+0.0
+ 11
+1327.149106950509
+ 21
+609.7580807207231
+ 31
+0.0
+  0
+LINE
+  5
+12FA8
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1327.149106950509
+ 20
+609.7580807207231
+ 30
+0.0
+ 11
+1327.149106950509
+ 21
+595.1337994025272
+ 31
+0.0
+  0
+LINE
+  5
+12FA9
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1323.779166884014
+ 20
+595.1337994025272
+ 30
+0.0
+ 11
+1323.784647711972
+ 21
+609.7593415302092
+ 31
+0.0
+  0
+LINE
+  5
+12FAA
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1323.784647711972
+ 20
+609.7593415302092
+ 30
+0.0
+ 11
+1310.351554188223
+ 21
+609.7585472828158
+ 31
+0.0
+  0
+LINE
+  5
+12FAB
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1310.350496925072
+ 20
+609.7585472203038
+ 30
+0.0
+ 11
+1310.350496925072
+ 21
+645.5214970354291
+ 31
+0.0
+  0
+LINE
+  5
+12FAC
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1323.770102516189
+ 20
+566.3338018750784
+ 30
+0.0
+ 11
+1323.7709672313
+ 21
+497.0542701511631
+ 31
+0.0
+  0
+LINE
+  5
+12FAD
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1327.140907297795
+ 20
+497.0542701511631
+ 30
+0.0
+ 11
+1327.140907297795
+ 21
+566.3338018750784
+ 31
+0.0
+  0
+LINE
+  5
+12FAE
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1340.575900866077
+ 20
+645.5214970979413
+ 30
+0.0
+ 11
+1340.575900866077
+ 21
+609.7630824964908
+ 31
+0.0
+  0
+SOLID
+  5
+12FAF
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+    57
+100
+AcDbTrace
+ 10
+1347.776609965767
+ 20
+687.3929629825943
+ 30
+14.28000000000001
+ 11
+1348.475550180248
+ 21
+687.3565296370668
+ 31
+14.28000000000001
+ 12
+1347.800815551565
+ 22
+681.145654227909
+ 32
+14.28000000000001
+ 13
+1347.800815551565
+ 23
+681.145654227909
+ 33
+14.28000000000001
+  0
+SOLID
+  5
+12FB0
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+    57
+100
+AcDbTrace
+ 10
+1348.451343411098
+ 20
+687.3564358464363
+ 30
+14.28
+ 11
+1348.88962918188
+ 21
+687.2974616794001
+ 31
+14.28
+ 12
+1347.800815902525
+ 22
+681.1455636474862
+ 32
+14.28
+ 13
+1347.800815902525
+ 23
+681.1455636474862
+ 33
+14.28
+  0
+SOLID
+  5
+12FB1
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+    57
+100
+AcDbTrace
+ 10
+1348.889629181881
+ 20
+687.2974616794001
+ 30
+14.28
+ 11
+1349.324447059135
+ 21
+687.2044340154108
+ 31
+14.28
+ 12
+1347.800818033098
+ 22
+681.1455602594503
+ 32
+14.28
+ 13
+1347.800818033098
+ 23
+681.1455602594503
+ 33
+14.28
+  0
+SOLID
+  5
+12FB2
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+    57
+100
+AcDbTrace
+ 10
+1349.324447070008
+ 20
+687.2044340126761
+ 30
+14.28
+ 11
+1349.902374140845
+ 21
+687.028999023224
+ 31
+14.28
+ 12
+1347.801087685055
+ 22
+681.1481789224767
+ 32
+14.28
+ 13
+1347.801087685055
+ 23
+681.1481789224767
+ 33
+14.28
+  0
+SOLID
+  5
+12FB3
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+    57
+100
+AcDbTrace
+ 10
+1349.902374140845
+ 20
+687.028999023224
+ 30
+14.28
+ 11
+1350.455836283265
+ 21
+686.8008462683652
+ 31
+14.28
+ 12
+1347.802403164208
+ 22
+681.1518546305538
+ 32
+14.28
+ 13
+1347.802403164208
+ 23
+681.1518546305538
+ 33
+14.28
+  0
+SOLID
+  5
+12FB4
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+    57
+100
+AcDbTrace
+ 10
+1350.455836283264
+ 20
+686.8008462683653
+ 30
+14.28
+ 11
+1351.492444712203
+ 21
+686.1857244086245
+ 31
+14.28
+ 12
+1347.802403537613
+ 22
+681.1518551692465
+ 32
+14.28
+ 13
+1347.802403537613
+ 23
+681.1518551692465
+ 33
+14.28
+  0
+SOLID
+  5
+12FB5
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+    57
+100
+AcDbTrace
+ 10
+1351.492444712203
+ 20
+686.1857244086245
+ 30
+14.28
+ 11
+1352.336104700619
+ 21
+685.4423631657181
+ 31
+14.28
+ 12
+1347.800816549578
+ 22
+681.1455487352259
+ 32
+14.28
+ 13
+1347.800816549578
+ 23
+681.1455487352259
+ 33
+14.28
+  0
+SOLID
+  5
+12FB6
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+    57
+100
+AcDbTrace
+ 10
+1352.336104700619
+ 20
+685.4423631657181
+ 30
+14.28
+ 11
+1352.869265035102
+ 21
+684.7982534218511
+ 31
+14.28
+ 12
+1347.800819426962
+ 22
+681.1455500831191
+ 32
+14.28
+ 13
+1347.800819426962
+ 23
+681.1455500831191
+ 33
+14.28
+  0
+SOLID
+  5
+12FB7
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+    57
+100
+AcDbTrace
+ 10
+1353.851419309087
+ 20
+682.7016744104898
+ 30
+14.28
+ 11
+1354.048315802768
+ 21
+681.1455724024812
+ 31
+14.28
+ 12
+1347.800818721897
+ 22
+681.1455527789052
+ 32
+14.28
+ 13
+1347.800818721897
+ 23
+681.1455527789052
+ 33
+14.28
+  0
+SOLID
+  5
+12FB8
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+    57
+100
+AcDbTrace
+ 10
+1352.869265035102
+ 20
+684.7982534218511
+ 30
+14.28
+ 11
+1353.375554615263
+ 21
+683.9657751296737
+ 31
+14.28
+ 12
+1347.800822715263
+ 22
+681.1455524995741
+ 32
+14.28
+ 13
+1347.800822715263
+ 23
+681.1455524995741
+ 33
+14.28
+  0
+SOLID
+  5
+12FB9
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+    57
+100
+AcDbTrace
+ 10
+1353.375554615263
+ 20
+683.9657751296737
+ 30
+14.28
+ 11
+1353.851419309087
+ 21
+682.7016744104898
+ 31
+14.28
+ 12
+1347.800820013297
+ 22
+681.1455505523341
+ 32
+14.28
+ 13
+1347.800820013297
+ 23
+681.1455505523341
+ 33
+14.28
+  0
+SOLID
+  5
+12FBA
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+    57
+100
+AcDbTrace
+ 10
+1347.776649212374
+ 20
+674.8981424232587
+ 30
+14.28000000000001
+ 11
+1348.475589197965
+ 21
+674.9345801595698
+ 31
+14.28000000000001
+ 12
+1347.800815552203
+ 22
+681.1454513298815
+ 32
+14.28000000000001
+ 13
+1347.800815552203
+ 23
+681.1454513298815
+ 33
+14.28000000000001
+  0
+SOLID
+  5
+12FBB
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+    57
+100
+AcDbTrace
+ 10
+1348.451382428226
+ 20
+674.9346737981318
+ 30
+14.28
+ 11
+1348.88966782852
+ 21
+674.9936507185042
+ 31
+14.28
+ 12
+1347.800815902593
+ 22
+681.1455419103066
+ 32
+14.28
+ 13
+1347.800815902593
+ 23
+681.1455419103066
+ 33
+14.28
+  0
+SOLID
+  5
+12FBC
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+    57
+100
+AcDbTrace
+ 10
+1348.889667828521
+ 20
+674.9936507185045
+ 30
+14.28
+ 11
+1349.32448512136
+ 21
+675.0866811140441
+ 31
+14.28
+ 12
+1347.800818033145
+ 22
+681.1455452983557
+ 32
+14.28
+ 13
+1347.800818033145
+ 23
+681.1455452983557
+ 33
+14.28
+  0
+SOLID
+  5
+12FBD
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+    57
+100
+AcDbTrace
+ 10
+1349.324485132235
+ 20
+675.0866811167789
+ 30
+14.28
+ 11
+1349.902411100966
+ 21
+675.2621197367998
+ 31
+14.28
+ 12
+1347.801087701552
+ 22
+681.1429266370233
+ 32
+14.28
+ 13
+1347.801087701552
+ 23
+681.1429266370233
+ 33
+14.28
+  0
+SOLID
+  5
+12FBE
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+    57
+100
+AcDbTrace
+ 10
+1349.902411100966
+ 20
+675.2621197367998
+ 30
+14.28
+ 11
+1350.455871810106
+ 21
+675.4902759685367
+ 31
+14.28
+ 12
+1347.802403203797
+ 22
+681.1392509372104
+ 32
+14.28
+ 13
+1347.802403203797
+ 23
+681.1392509372104
+ 33
+14.28
+  0
+SOLID
+  5
+12FBF
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+    57
+100
+AcDbTrace
+ 10
+1350.455871810105
+ 20
+675.4902759685363
+ 30
+14.28
+ 11
+1351.492476374791
+ 21
+676.1054043403015
+ 31
+14.28
+ 12
+1347.802403577205
+ 22
+681.13925039852
+ 32
+14.28
+ 13
+1347.802403577205
+ 23
+681.13925039852
+ 33
+14.28
+  0
+SOLID
+  5
+12FC0
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+    57
+100
+AcDbTrace
+ 10
+1351.492476374791
+ 20
+676.1054043403015
+ 30
+14.28
+ 11
+1352.33613169335
+ 21
+676.8487708831162
+ 31
+14.28
+ 12
+1347.800816549552
+ 22
+681.1455568225708
+ 32
+14.28
+ 13
+1347.800816549552
+ 23
+681.1455568225708
+ 33
+14.28
+  0
+SOLID
+  5
+12FC1
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+    57
+100
+AcDbTrace
+ 10
+1352.33613169335
+ 20
+676.8487708831162
+ 30
+14.28
+ 11
+1352.869287981486
+ 21
+677.4928839763157
+ 31
+14.28
+ 12
+1347.800819426945
+ 22
+681.1455554746959
+ 32
+14.28
+ 13
+1347.800819426945
+ 23
+681.1455554746959
+ 33
+14.28
+  0
+SOLID
+  5
+12FC2
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+    57
+100
+AcDbTrace
+ 10
+1353.851429084617
+ 20
+679.5894691575879
+ 30
+14.28
+ 11
+1354.048315802768
+ 21
+681.1455724024812
+ 31
+14.28
+ 12
+1347.800818721897
+ 22
+681.1455527789052
+ 32
+14.28
+ 13
+1347.800818721897
+ 23
+681.1455527789052
+ 33
+14.28
+  0
+SOLID
+  5
+12FC3
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+    57
+100
+AcDbTrace
+ 10
+1352.869287981486
+ 20
+677.4928839763157
+ 30
+14.28
+ 11
+1353.37557233196
+ 21
+678.3253654490182
+ 31
+14.28
+ 12
+1347.800822715261
+ 22
+681.1455530582616
+ 32
+14.28
+ 13
+1347.800822715261
+ 23
+681.1455530582616
+ 33
+14.28
+  0
+SOLID
+  5
+12FC4
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+    57
+100
+AcDbTrace
+ 10
+1353.37557233196
+ 20
+678.3253654490182
+ 30
+14.28
+ 11
+1353.851429084617
+ 21
+679.5894691575879
+ 31
+14.28
+ 12
+1347.800820013283
+ 22
+681.1455550054844
+ 32
+14.28
+ 13
+1347.800820013283
+ 23
+681.1455550054844
+ 33
+14.28
+  0
+LINE
+  5
+12FC5
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1347.797357503948
+ 20
+682.0381544687592
+ 30
+14.28000000000001
+ 11
+1347.776609965767
+ 21
+687.3929629825943
+ 31
+14.28000000000001
+  0
+LINE
+  5
+12FC6
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1347.776609965767
+ 20
+687.3929629825943
+ 30
+14.28000000000001
+ 11
+1348.475191384064
+ 21
+687.3532269484184
+ 31
+14.28
+  0
+LINE
+  5
+12FC7
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1348.475191384064
+ 20
+687.3532269484184
+ 30
+14.28
+ 11
+1348.88962918188
+ 21
+687.2974616794001
+ 31
+14.28
+  0
+LINE
+  5
+12FC8
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1348.88962918188
+ 20
+687.2974616794001
+ 30
+14.28
+ 11
+1349.324401778483
+ 21
+687.2042539520569
+ 31
+14.28
+  0
+LINE
+  5
+12FC9
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1349.324401778483
+ 20
+687.2042539520569
+ 30
+14.28
+ 11
+1349.902374140845
+ 21
+687.028999023224
+ 31
+14.28
+  0
+LINE
+  5
+12FCA
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1349.902374140845
+ 20
+687.028999023224
+ 30
+14.28
+ 11
+1350.455836283265
+ 21
+686.8008462683651
+ 31
+14.28
+  0
+LINE
+  5
+12FCB
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1350.455836283265
+ 20
+686.8008462683651
+ 30
+14.28
+ 11
+1351.492444712203
+ 21
+686.1857244086245
+ 31
+14.28
+  0
+LINE
+  5
+12FCC
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1351.492444712203
+ 20
+686.1857244086245
+ 30
+14.28
+ 11
+1352.336104700619
+ 21
+685.4423631657181
+ 31
+14.28
+  0
+LINE
+  5
+12FCD
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1352.336104700619
+ 20
+685.4423631657181
+ 30
+14.28
+ 11
+1352.869265035102
+ 21
+684.7982534218511
+ 31
+14.28
+  0
+LINE
+  5
+12FCE
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1352.869265035102
+ 20
+684.7982534218511
+ 30
+14.28
+ 11
+1353.375554841374
+ 21
+683.9657752440616
+ 31
+14.28
+  0
+LINE
+  5
+12FCF
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1353.375554841374
+ 20
+683.9657752440616
+ 30
+14.28
+ 11
+1353.851419295477
+ 21
+682.7016744069895
+ 31
+14.28
+  0
+LINE
+  5
+12FD0
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1353.851419295477
+ 20
+682.7016744069895
+ 30
+14.28
+ 11
+1354.048315802768
+ 21
+681.1455724024812
+ 31
+14.28
+  0
+LINE
+  5
+12FD1
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1354.048315802768
+ 20
+681.1455724024812
+ 30
+14.28
+ 11
+1353.851429084617
+ 21
+679.5894691575879
+ 31
+14.28
+  0
+LINE
+  5
+12FD2
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1353.851429084617
+ 20
+679.5894691575879
+ 30
+14.28
+ 11
+1353.37557233196
+ 21
+678.3253654490182
+ 31
+14.28
+  0
+LINE
+  5
+12FD3
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1353.37557233196
+ 20
+678.3253654490182
+ 30
+14.28
+ 11
+1352.869287981486
+ 21
+677.4928839763157
+ 31
+14.28
+  0
+LINE
+  5
+12FD4
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1352.869287981486
+ 20
+677.4928839763157
+ 30
+14.28
+ 11
+1352.336131719295
+ 21
+676.8487708585362
+ 31
+14.28
+  0
+LINE
+  5
+12FD5
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1352.336131719295
+ 20
+676.8487708585362
+ 30
+14.28
+ 11
+1351.492476374791
+ 21
+676.1054043403015
+ 31
+14.28
+  0
+LINE
+  5
+12FD6
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1351.492476374791
+ 20
+676.1054043403015
+ 30
+14.28
+ 11
+1350.455852261828
+ 21
+675.4903175849071
+ 31
+14.28
+  0
+LINE
+  5
+12FD7
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1350.455852261828
+ 20
+675.4903175849071
+ 30
+14.28
+ 11
+1349.902411072965
+ 21
+675.2621198151655
+ 31
+14.28
+  0
+LINE
+  5
+12FD8
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1349.902411072965
+ 20
+675.2621198151655
+ 30
+14.28
+ 11
+1349.324485121493
+ 21
+675.086681113518
+ 31
+14.28
+  0
+LINE
+  5
+12FD9
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1349.324485121493
+ 20
+675.086681113518
+ 30
+14.28
+ 11
+1348.889668096031
+ 21
+674.9936492070989
+ 31
+14.28
+  0
+LINE
+  5
+12FDA
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1348.889668096031
+ 20
+674.9936492070989
+ 30
+14.28
+ 11
+1348.475589197965
+ 21
+674.9345801595698
+ 31
+14.28000000000001
+  0
+LINE
+  5
+12FDB
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1348.475589197965
+ 20
+674.9345801595698
+ 30
+14.28000000000001
+ 11
+1347.776649212374
+ 21
+674.8981424232587
+ 31
+14.28000000000001
+  0
+LINE
+  5
+12FDC
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1347.776649212374
+ 20
+674.8981424232587
+ 30
+14.28000000000001
+ 11
+1347.800815802768
+ 21
+680.2531544687593
+ 31
+0.0
+  0
+LINE
+  5
+12FDD
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1577.912765583906
+ 20
+708.6395792569386
+ 30
+0.0
+ 11
+1340.575655038235
+ 21
+708.4786853417141
+ 31
+0.0
+  0
+LINE
+  5
+12FDE
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1337.206964801966
+ 20
+708.4850621033432
+ 30
+0.0
+ 11
+325.1155472641155
+ 21
+708.4483324643622
+ 31
+0.0
+  0
+LINE
+  5
+12FDF
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+298.2601355678692
+ 20
+714.9400515912065
+ 30
+0.0
+ 11
+298.2601355666511
+ 21
+767.4498812512673
+ 31
+0.0
+  0
+LINE
+  5
+12FE0
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+298.2601355666511
+ 20
+767.4498812512673
+ 30
+0.0
+ 11
+847.0909145924879
+ 21
+767.4575826841445
+ 31
+0.0
+  0
+LINE
+  5
+12FE1
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1313.720244443519
+ 20
+714.9400516244793
+ 30
+0.0
+ 11
+1313.720244441798
+ 21
+767.4498812845402
+ 31
+0.0
+  0
+LINE
+  5
+12FE2
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1313.720244441798
+ 20
+767.4498812845402
+ 30
+0.0
+ 11
+1585.914993700216
+ 21
+767.4563583364743
+ 31
+0.0
+  0
+LINE
+  5
+12FE3
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1572.283218714001
+ 20
+652.8912846352493
+ 30
+0.0
+ 11
+72.31450669787246
+ 21
+652.8912846352493
+ 31
+0.0
+  0
+LINE
+  5
+12FE4
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+72.31450669787246
+ 20
+652.8912846352493
+ 30
+0.0
+ 11
+72.31450669798284
+ 21
+649.5225946303984
+ 31
+0.0
+  0
+LINE
+  5
+12FE5
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+72.31450669798284
+ 20
+649.5225946303984
+ 30
+0.0
+ 11
+1568.910818797939
+ 21
+649.5225946303984
+ 31
+0.0
+  0
+SOLID
+  5
+12FE6
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+850.4608545321808
+ 20
+690.4128585077097
+ 30
+0.0
+ 11
+847.0909144656863
+ 21
+690.4128585077097
+ 31
+0.0
+ 12
+850.4608545321806
+ 22
+704.9059957212034
+ 32
+0.0
+ 13
+847.0900497505752
+ 23
+704.9059957212034
+ 33
+0.0
+  0
+SOLID
+  5
+12FE7
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+843.352866009263
+ 20
+687.0011236677672
+ 30
+0.0
+ 11
+843.3528660092632
+ 21
+690.4128585077097
+ 31
+0.0
+ 12
+854.1989029886043
+ 22
+686.9923220606756
+ 32
+0.0
+ 13
+854.1989029886043
+ 23
+690.4128585077097
+ 33
+0.0
+  0
+LINE
+  5
+12FE8
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+847.0900497505752
+ 20
+705.0377714196246
+ 30
+0.0
+ 11
+847.0900497505752
+ 21
+690.4128585077097
+ 31
+0.0
+  0
+LINE
+  5
+12FE9
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+847.0900497505752
+ 20
+690.4128585077097
+ 30
+0.0
+ 11
+843.3528660092632
+ 21
+690.4128585077097
+ 31
+0.0
+  0
+LINE
+  5
+12FEA
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+843.3528660092632
+ 20
+690.4128585077097
+ 30
+0.0
+ 11
+843.352866009263
+ 21
+687.0011236677672
+ 31
+0.0
+  0
+LINE
+  5
+12FEB
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+843.352866009263
+ 20
+687.0011236677672
+ 30
+0.0
+ 11
+854.1989029886043
+ 21
+687.0011236677675
+ 31
+0.0
+  0
+LINE
+  5
+12FEC
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+854.1989029886043
+ 20
+687.0011236677675
+ 30
+0.0
+ 11
+854.1989029886043
+ 21
+690.4128585077097
+ 31
+0.0
+  0
+LINE
+  5
+12FED
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+854.1989029886043
+ 20
+690.4128585077097
+ 30
+0.0
+ 11
+850.4608545321808
+ 21
+690.4128585077097
+ 31
+0.0
+  0
+LINE
+  5
+12FEE
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+850.4608545321808
+ 20
+690.4128585077097
+ 30
+0.0
+ 11
+850.4608545321808
+ 21
+705.0377714196246
+ 31
+0.0
+  0
+SOLID
+  5
+12FEF
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+850.4608545309517
+ 20
+767.4498812693586
+ 30
+0.0
+ 11
+847.0909144644574
+ 21
+767.4498812692482
+ 31
+0.0
+ 12
+850.4608545321806
+ 22
+715.4349332315096
+ 32
+0.0
+ 13
+847.0900497505752
+ 23
+715.4349332315096
+ 33
+0.0
+  0
+LINE
+  5
+12FF0
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+847.0900497505752
+ 20
+715.3031575330883
+ 30
+0.0
+ 11
+847.0909144644574
+ 21
+767.4498812692482
+ 31
+0.0
+  0
+LINE
+  5
+12FF1
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+850.4608545309517
+ 20
+767.4498812693586
+ 30
+0.0
+ 11
+850.4608545321808
+ 21
+715.3031575330883
+ 31
+0.0
+  0
+LINE
+  5
+12FF2
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+850.4608545309517
+ 20
+767.4498812693586
+ 30
+0.0
+ 11
+1310.351554436947
+ 21
+767.449881284425
+ 31
+0.0
+  0
+TEXT
+  5
+12FF3
+330
+12EE4
+100
+AcDbEntity
+  8
+TEXTE
+100
+AcDbText
+ 10
+835.374781680567
+ 20
+676.8249579639507
+ 30
+0.0
+ 40
+8.0
+  1
+DN 40
+100
+AcDbText
+  0
+SOLID
+  5
+12FF4
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1123.115056962346
+ 20
+493.1613127270671
+ 30
+0.0
+ 11
+1119.74632697605
+ 21
+493.161297826611
+ 31
+0.0
+ 12
+1123.115056962346
+ 22
+556.7218481857858
+ 32
+0.0
+ 13
+1119.74425218074
+ 23
+556.7218481857858
+ 33
+0.0
+  0
+SOLID
+  5
+12FF5
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1123.114333713706
+ 20
+705.3987625374394
+ 30
+14.28000000000001
+ 11
+1119.745643708855
+ 21
+705.3987625374394
+ 31
+14.28000000000001
+ 12
+1123.114409004655
+ 22
+656.8923504654011
+ 32
+14.28000000000001
+ 13
+1119.744975431816
+ 23
+656.8923981785396
+ 33
+14.28000000000001
+  0
+SOLID
+  5
+12FF6
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1123.114333713706
+ 20
+714.9400515912085
+ 30
+0.0
+ 11
+1119.745643708855
+ 21
+714.9400515912085
+ 31
+0.0
+ 12
+1123.114333712488
+ 22
+767.4498812512694
+ 32
+0.0
+ 13
+1119.744975430597
+ 23
+767.449881251159
+ 33
+0.0
+  0
+LINE
+  5
+12FF7
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1123.114409004655
+ 20
+656.8923504654011
+ 30
+14.28000000000001
+ 11
+1123.114333491514
+ 21
+705.3987625374394
+ 31
+0.0000000000000568
+  0
+LINE
+  5
+12FF8
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1119.744975431816
+ 20
+656.8923981785396
+ 30
+14.28000000000001
+ 11
+1119.745007859374
+ 21
+705.3991730103359
+ 31
+0.0000000000000284
+  0
+LINE
+  5
+12FF9
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1119.745643708855
+ 20
+714.9400515912085
+ 30
+0.0
+ 11
+1119.745643707135
+ 21
+767.449881251159
+ 31
+0.0
+  0
+LINE
+  5
+12FFA
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1123.115056962346
+ 20
+556.7218481857858
+ 30
+0.0
+ 11
+1123.115056962346
+ 21
+493.1613127270671
+ 31
+0.0
+  0
+LINE
+  5
+12FFB
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1119.74632697605
+ 20
+493.161297826611
+ 30
+0.0
+ 11
+1119.745309443898
+ 21
+556.7218481232738
+ 31
+0.0
+  0
+LINE
+  5
+12FFC
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1123.114333713706
+ 20
+714.9400515912085
+ 30
+0.0
+ 11
+1123.114333712488
+ 21
+767.4498812512694
+ 31
+0.0
+  0
+TEXT
+  5
+12FFD
+330
+12EE4
+100
+AcDbEntity
+  8
+TEXTE
+100
+AcDbText
+ 10
+1126.871557954525
+ 20
+575.1625092239246
+ 30
+0.0
+ 40
+8.0
+  1
+PSV624
+100
+AcDbText
+  0
+SOLID
+  5
+12FFE
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1123.114333713706
+ 20
+572.9218481857857
+ 30
+0.0
+ 11
+1119.745643708855
+ 21
+572.9218481857858
+ 31
+0.0
+ 12
+1123.114409004655
+ 22
+645.5236436243157
+ 32
+0.0
+ 13
+1119.744975431816
+ 23
+645.523595911177
+ 33
+0.0
+  0
+LINE
+  5
+12FFF
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1123.114409004655
+ 20
+645.5236436243157
+ 30
+14.28000000000001
+ 11
+1123.114409004655
+ 21
+572.9218481857858
+ 31
+0.0000000000000426
+  0
+LINE
+  5
+13000
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1119.744975431816
+ 20
+645.523595911177
+ 30
+14.28000000000001
+ 11
+1119.745643708855
+ 21
+572.9218481857858
+ 31
+0.0
+  0
+INSERT
+  5
+13001
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbBlockReference
+  2
+S_SOUPDR
+ 10
+1121.429654571543
+ 20
+564.8218481857857
+ 30
+0.0
+ 41
+-3.6
+ 42
+3.6
+ 43
+3.6
+ 50
+270.0
+  0
+SOLID
+  5
+13002
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1195.838105255084
+ 20
+497.5302564556649
+ 30
+0.0
+ 11
+1192.469375268789
+ 21
+497.5302564556649
+ 31
+0.0
+ 12
+1195.838105255084
+ 22
+556.7218481857858
+ 32
+0.0
+ 13
+1192.467300473479
+ 23
+556.7218481857858
+ 33
+0.0
+  0
+SOLID
+  5
+13003
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1195.837382006445
+ 20
+705.3987625374394
+ 30
+14.28000000000001
+ 11
+1192.468692001594
+ 21
+705.3987625374394
+ 31
+14.28000000000001
+ 12
+1195.837457297394
+ 22
+656.8923504654011
+ 32
+14.28000000000001
+ 13
+1192.468023724555
+ 23
+656.8923981785396
+ 33
+14.28000000000001
+  0
+SOLID
+  5
+13004
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1195.837382006445
+ 20
+714.9400515912085
+ 30
+0.0
+ 11
+1192.468692001594
+ 21
+714.9400515912085
+ 31
+0.0
+ 12
+1195.837382005227
+ 22
+767.4498812512694
+ 32
+0.0
+ 13
+1192.468023723336
+ 23
+767.449881251159
+ 33
+0.0
+  0
+LINE
+  5
+13005
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1195.837457297394
+ 20
+656.8923504654011
+ 30
+14.28000000000001
+ 11
+1195.837381784253
+ 21
+705.3987625374394
+ 31
+0.0000000000000568
+  0
+LINE
+  5
+13006
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1192.468023724555
+ 20
+656.8923981785396
+ 30
+14.28000000000001
+ 11
+1192.468056152113
+ 21
+705.3991730103359
+ 31
+0.0000000000000284
+  0
+LINE
+  5
+13007
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1192.468692001594
+ 20
+714.9400515912085
+ 30
+0.0
+ 11
+1192.468691999874
+ 21
+767.449881251159
+ 31
+0.0
+  0
+LINE
+  5
+13008
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1195.838105255084
+ 20
+556.7218481857858
+ 30
+0.0
+ 11
+1195.838105255084
+ 21
+497.5302564556649
+ 31
+0.0
+  0
+LINE
+  5
+13009
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1192.469375268789
+ 20
+497.5302564556649
+ 30
+0.0
+ 11
+1192.468357736637
+ 21
+556.7218481232738
+ 31
+0.0
+  0
+LINE
+  5
+1300A
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1195.837382006445
+ 20
+714.9400515912085
+ 30
+0.0
+ 11
+1195.837382005227
+ 21
+767.4498812512694
+ 31
+0.0
+  0
+TEXT
+  5
+1300B
+330
+12EE4
+100
+AcDbEntity
+  8
+TEXTE
+100
+AcDbText
+ 10
+1199.594606247264
+ 20
+575.1625092239246
+ 30
+0.0
+ 40
+8.0
+  1
+PSV644
+100
+AcDbText
+  0
+SOLID
+  5
+1300C
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1195.837382006445
+ 20
+572.9218481857857
+ 30
+0.0
+ 11
+1192.468692001594
+ 21
+572.9218481857858
+ 31
+0.0
+ 12
+1195.837457297394
+ 22
+645.5236436243157
+ 32
+0.0
+ 13
+1192.468023724555
+ 23
+645.523595911177
+ 33
+0.0
+  0
+LINE
+  5
+1300D
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1195.837457297394
+ 20
+645.5236436243157
+ 30
+14.28000000000001
+ 11
+1195.837457297394
+ 21
+572.9218481857858
+ 31
+0.0000000000000426
+  0
+LINE
+  5
+1300E
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1192.468023724555
+ 20
+645.523595911177
+ 30
+14.28000000000001
+ 11
+1192.468692001594
+ 21
+572.9218481857858
+ 31
+0.0
+  0
+INSERT
+  5
+1300F
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbBlockReference
+  2
+S_SOUPDR
+ 10
+1194.152702864282
+ 20
+564.8218481857857
+ 30
+0.0
+ 41
+-3.6
+ 42
+3.6
+ 43
+3.6
+ 50
+270.0
+  0
+SOLID
+  5
+13010
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1039.406673098241
+ 20
+76.5457942592152
+ 30
+0.0
+ 11
+1036.037943111947
+ 21
+76.5457942592152
+ 31
+0.0
+ 12
+1039.406673098243
+ 22
+493.160935016068
+ 32
+0.0
+ 13
+1036.035868316637
+ 23
+493.160935016068
+ 33
+0.0
+  0
+LINE
+  5
+13011
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1039.406673098576
+ 20
+489.7922450069606
+ 30
+0.0
+ 11
+1039.406673098576
+ 21
+76.5457942592152
+ 31
+0.0
+  0
+LINE
+  5
+13012
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1036.037943111947
+ 20
+76.5457942592152
+ 30
+0.0
+ 11
+1036.036925579796
+ 21
+493.1609349535562
+ 31
+0.0
+  0
+SOLID
+  5
+13013
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+    11
+100
+AcDbTrace
+ 10
+1049.926050026638
+ 20
+477.839859061592
+ 30
+0.0
+ 11
+1049.926050026638
+ 21
+481.208549066443
+ 31
+0.0
+ 12
+1616.283376096638
+ 22
+477.8398591089064
+ 32
+0.0
+ 13
+1616.283376096638
+ 23
+481.2106604303523
+ 33
+0.0
+  0
+LINE
+  5
+13014
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1051.611452417774
+ 20
+477.8398590617631
+ 30
+0.0
+ 11
+1616.283376096638
+ 21
+477.8398591089064
+ 31
+0.0
+  0
+SOLID
+  5
+13015
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+    11
+100
+AcDbTrace
+ 10
+1051.611452417437
+ 20
+7.256568252240072
+ 30
+0.0
+ 11
+1048.242722431145
+ 21
+7.256568252240072
+ 31
+0.0
+ 12
+1051.611452417441
+ 22
+481.208549066443
+ 32
+0.0
+ 13
+1048.240647635835
+ 23
+481.208549066443
+ 33
+0.0
+  0
+LINE
+  5
+13016
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1048.242722431145
+ 20
+7.256568252240072
+ 30
+0.0
+ 11
+1048.242722431145
+ 21
+481.208549066443
+ 31
+0.0
+  0
+LINE
+  5
+13017
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1048.242722431145
+ 20
+481.208549066443
+ 30
+0.0
+ 11
+1612.914685642405
+ 21
+481.22556215809
+ 31
+0.0
+  0
+LINE
+  5
+13018
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1051.611452417774
+ 20
+477.8398590617631
+ 30
+0.0
+ 11
+1051.611452417774
+ 21
+7.256568252240072
+ 31
+0.0
+  0
+SOLID
+  5
+13019
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1110.705848665179
+ 20
+3.370538886411281
+ 30
+0.0
+ 11
+1107.337119434568
+ 21
+3.370486289480367
+ 31
+0.0
+ 12
+1110.704018657836
+ 22
+414.5435626339141
+ 32
+0.0
+ 13
+1107.33321387623
+ 23
+414.5435626339141
+ 33
+0.0
+  0
+LINE
+  5
+1301A
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1110.704018670242
+ 20
+411.1748726352701
+ 30
+0.0
+ 11
+1110.710385835695
+ 21
+3.370538957251483
+ 31
+0.0
+  0
+LINE
+  5
+1301B
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1107.33528867154
+ 20
+3.370486260896313
+ 30
+0.0
+ 11
+1107.334271139388
+ 21
+414.5435625714021
+ 31
+0.0
+  0
+SOLID
+  5
+1301C
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1039.406673098576
+ 20
+489.7922450069606
+ 30
+0.0
+ 11
+1039.406673098243
+ 21
+493.160935016068
+ 31
+0.0
+ 12
+1604.913715391263
+ 22
+489.7950415444051
+ 32
+0.0
+ 13
+1604.913656695944
+ 23
+493.1691651276906
+ 33
+0.0
+  0
+LINE
+  5
+1301D
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1039.406673098576
+ 20
+489.7922450069606
+ 30
+0.0
+ 11
+1608.283021084072
+ 21
+489.7951570149746
+ 31
+0.0
+  0
+LINE
+  5
+1301E
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1036.035868316637
+ 20
+493.160935016068
+ 30
+0.0
+ 11
+1119.746326976194
+ 21
+493.160935016068
+ 31
+0.0
+  0
+LINE
+  5
+1301F
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1123.115056962346
+ 20
+493.1613127270671
+ 30
+0.0
+ 11
+1604.913656805585
+ 21
+493.1628623849839
+ 31
+0.0
+  0
+SOLID
+  5
+13020
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1195.838105255084
+ 20
+473.4148127530925
+ 30
+0.0
+ 11
+1192.469375268789
+ 21
+473.4148127530925
+ 31
+0.0
+ 12
+1195.838105255085
+ 22
+418.2630162557843
+ 32
+0.0
+ 13
+1192.467300473479
+ 23
+418.2630162557843
+ 33
+0.0
+  0
+LINE
+  5
+13021
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1195.838105255085
+ 20
+418.2630162557843
+ 30
+0.0
+ 11
+1195.838105255084
+ 21
+473.4148127530925
+ 31
+0.0
+  0
+LINE
+  5
+13022
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1192.469375268789
+ 20
+473.4148127530925
+ 30
+0.0
+ 11
+1192.469375268789
+ 21
+418.2630162557843
+ 31
+0.0
+  0
+SOLID
+  5
+13023
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1195.845861368705
+ 20
+3.370865681482654
+ 30
+0.0
+ 11
+1192.477131384074
+ 21
+3.370790801442693
+ 31
+0.0
+ 12
+1195.838105255085
+ 22
+407.4574723990107
+ 32
+0.0
+ 13
+1192.467300473479
+ 23
+407.4574723990107
+ 33
+0.0
+  0
+LINE
+  5
+13024
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1195.838105255085
+ 20
+407.4574723990107
+ 30
+0.0
+ 11
+1195.847087281366
+ 21
+3.370865708732252
+ 31
+0.0
+  0
+LINE
+  5
+13025
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1192.477131384074
+ 20
+3.370790801442693
+ 30
+0.0
+ 11
+1192.469375268789
+ 21
+407.4574723990107
+ 31
+0.0
+  0
+SOLID
+  5
+13026
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+995.4950106613999
+ 20
+3.368688555235507
+ 30
+0.0
+ 11
+992.126280675108
+ 21
+3.368688555235507
+ 31
+0.0
+ 12
+995.4950106614036
+ 22
+486.5340660075136
+ 32
+0.0
+ 13
+992.1257427221407
+ 23
+486.5340660075136
+ 33
+0.0
+  0
+LINE
+  5
+13027
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+992.126280675108
+ 20
+-0.0000025201447897
+ 30
+0.0
+ 11
+992.1259744759304
+ 21
+483.1636693185183
+ 31
+0.0
+  0
+LINE
+  5
+13028
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+995.4950106617374
+ 20
+486.5340660075136
+ 30
+0.0
+ 11
+995.4950106617372
+ 21
+3.368688555235507
+ 31
+0.0
+  0
+SOLID
+  5
+13029
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+992.1257427221483
+ 20
+486.5340589775841
+ 30
+0.0
+ 11
+992.1257464744002
+ 21
+483.1639538290401
+ 31
+0.0
+ 12
+72.0035028387226
+ 22
+486.5321391556425
+ 32
+0.0
+ 13
+72.0035028387226
+ 23
+483.1613344213513
+ 33
+0.0
+  0
+SOLID
+  5
+1302A
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+27.00175912295728
+ 20
+486.5321391083281
+ 30
+0.0
+ 11
+27.00175912295728
+ 21
+483.1634491034771
+ 31
+0.0
+ 12
+17.9999987290748
+ 22
+486.5321390610136
+ 32
+0.0
+ 13
+17.9999987290748
+ 23
+483.1613343267226
+ 33
+0.0
+  0
+SOLID
+  5
+1302B
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+45.00175912295727
+ 20
+486.5321391083281
+ 30
+0.0
+ 11
+45.00175912295727
+ 21
+483.1634491034771
+ 31
+0.0
+ 12
+35.9999987290748
+ 22
+486.5321390610136
+ 32
+0.0
+ 13
+35.9999987290748
+ 23
+483.1613343267226
+ 33
+0.0
+  0
+SOLID
+  5
+1302C
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+63.00175912295728
+ 20
+486.5321391083281
+ 30
+0.0
+ 11
+63.00175912295728
+ 21
+483.1634491034771
+ 31
+0.0
+ 12
+53.99999872907478
+ 22
+486.5321390610136
+ 32
+0.0
+ 13
+53.99999872907478
+ 23
+483.1613343267226
+ 33
+0.0
+  0
+SOLID
+  5
+1302D
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+9.001759122957281
+ 20
+486.5321391083281
+ 30
+0.0
+ 11
+9.001759122957281
+ 21
+483.1634491034771
+ 31
+0.0
+ 12
+-0.0000012709251962
+ 22
+486.5321390610136
+ 32
+0.0
+ 13
+-0.0000012709251962
+ 23
+483.1613343267226
+ 33
+0.0
+  0
+SOLID
+  5
+1302E
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+9.001794781501502
+ 20
+486.5321083922025
+ 30
+0.0
+ 11
+9.001794781501502
+ 21
+483.1634183873515
+ 31
+0.0
+ 12
+0.0000343876190243
+ 22
+486.5321083448882
+ 32
+0.0
+ 13
+0.0000343876190243
+ 23
+483.1613036105969
+ 33
+0.0
+  0
+LINE
+  5
+1302F
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+9.001794781501502
+ 20
+483.1634183873515
+ 30
+0.0
+ 11
+0.0000343876190243
+ 21
+483.1634183873515
+ 31
+0.0
+  0
+LINE
+  5
+13030
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+0.0000343876190243
+ 20
+483.1634183873515
+ 30
+0.0
+ 11
+0.0000343876190243
+ 21
+486.5321083448882
+ 31
+0.0
+  0
+LINE
+  5
+13031
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+0.0000343876190243
+ 20
+486.5321083448882
+ 30
+0.0
+ 11
+9.001794781501502
+ 21
+486.5321083922025
+ 31
+0.0
+  0
+LINE
+  5
+13032
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+9.001794781501502
+ 20
+486.5321083922025
+ 30
+0.0
+ 11
+9.001794781501502
+ 21
+483.1634183873515
+ 31
+0.0
+  0
+SOLID
+  5
+13033
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+27.0017947815015
+ 20
+486.5321083922025
+ 30
+0.0
+ 11
+27.0017947815015
+ 21
+483.1634183873515
+ 31
+0.0
+ 12
+18.00003438761901
+ 22
+486.5321083448882
+ 32
+0.0
+ 13
+18.00003438761901
+ 23
+483.1613036105969
+ 33
+0.0
+  0
+LINE
+  5
+13034
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+27.0017947815015
+ 20
+483.1634183873515
+ 30
+0.0
+ 11
+18.00003438761901
+ 21
+483.1634183873515
+ 31
+0.0
+  0
+LINE
+  5
+13035
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+18.00003438761901
+ 20
+483.1634183873515
+ 30
+0.0
+ 11
+18.00003438761901
+ 21
+486.5321083448882
+ 31
+0.0
+  0
+LINE
+  5
+13036
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+18.00003438761901
+ 20
+486.5321083448882
+ 30
+0.0
+ 11
+27.0017947815015
+ 21
+486.5321083922025
+ 31
+0.0
+  0
+LINE
+  5
+13037
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+27.0017947815015
+ 20
+486.5321083922025
+ 30
+0.0
+ 11
+27.0017947815015
+ 21
+483.1634183873515
+ 31
+0.0
+  0
+SOLID
+  5
+13038
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+45.0017947815015
+ 20
+486.5321083922025
+ 30
+0.0
+ 11
+45.0017947815015
+ 21
+483.1634183873515
+ 31
+0.0
+ 12
+36.00003438761902
+ 22
+486.5321083448882
+ 32
+0.0
+ 13
+36.00003438761902
+ 23
+483.1613036105969
+ 33
+0.0
+  0
+LINE
+  5
+13039
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+45.0017947815015
+ 20
+483.1634183873515
+ 30
+0.0
+ 11
+36.00003438761902
+ 21
+483.1634183873515
+ 31
+0.0
+  0
+LINE
+  5
+1303A
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+36.00003438761902
+ 20
+483.1634183873515
+ 30
+0.0
+ 11
+36.00003438761902
+ 21
+486.5321083448882
+ 31
+0.0
+  0
+LINE
+  5
+1303B
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+36.00003438761902
+ 20
+486.5321083448882
+ 30
+0.0
+ 11
+45.0017947815015
+ 21
+486.5321083922025
+ 31
+0.0
+  0
+LINE
+  5
+1303C
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+45.0017947815015
+ 20
+486.5321083922025
+ 30
+0.0
+ 11
+45.0017947815015
+ 21
+483.1634183873515
+ 31
+0.0
+  0
+SOLID
+  5
+1303D
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+63.0017947815015
+ 20
+486.5321083922025
+ 30
+0.0
+ 11
+63.0017947815015
+ 21
+483.1634183873515
+ 31
+0.0
+ 12
+54.00003438761903
+ 22
+486.5321083448882
+ 32
+0.0
+ 13
+54.00003438761903
+ 23
+483.1613036105969
+ 33
+0.0
+  0
+LINE
+  5
+1303E
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+63.0017947815015
+ 20
+483.1634183873515
+ 30
+0.0
+ 11
+54.00003438761903
+ 21
+483.1634183873515
+ 31
+0.0
+  0
+LINE
+  5
+1303F
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+54.00003438761903
+ 20
+483.1634183873515
+ 30
+0.0
+ 11
+54.00003438761903
+ 21
+486.5321083448882
+ 31
+0.0
+  0
+LINE
+  5
+13040
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+54.00003438761903
+ 20
+486.5321083448882
+ 30
+0.0
+ 11
+63.0017947815015
+ 21
+486.5321083922025
+ 31
+0.0
+  0
+LINE
+  5
+13041
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+63.0017947815015
+ 20
+486.5321083922025
+ 30
+0.0
+ 11
+63.0017947815015
+ 21
+483.1634183873515
+ 31
+0.0
+  0
+LINE
+  5
+13042
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+72.0035028387226
+ 20
+486.5321391556425
+ 30
+0.0
+ 11
+72.0035077753507
+ 21
+483.1613344213585
+ 31
+0.0
+  0
+LINE
+  5
+13043
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+995.4950106614036
+ 20
+486.5321392029498
+ 30
+0.0
+ 11
+72.0035028387226
+ 21
+486.5321392029566
+ 31
+0.0
+  0
+LINE
+  5
+13044
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+992.1257464747169
+ 20
+483.1636693183728
+ 30
+0.0
+ 11
+72.0035028387226
+ 21
+483.1630821078234
+ 31
+0.0
+  0
+SOLID
+  5
+13045
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1327.140907297795
+ 20
+473.6446879693243
+ 30
+0.0
+ 11
+1323.7709672313
+ 21
+473.6446879693243
+ 31
+0.0
+ 12
+1327.140907297795
+ 22
+423.6417348197388
+ 32
+0.0
+ 13
+1323.770056397334
+ 23
+423.6416820666086
+ 33
+0.0
+  0
+LINE
+  5
+13046
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1323.770056397334
+ 20
+423.6416820666086
+ 30
+0.0
+ 11
+1323.7709672313
+ 21
+473.6446879693243
+ 31
+0.0
+  0
+LINE
+  5
+13047
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1327.140907297795
+ 20
+473.6446879693243
+ 30
+0.0
+ 11
+1327.140836481812
+ 21
+427.0133778314384
+ 31
+0.0
+  0
+SOLID
+  5
+13048
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1327.140907297795
+ 20
+423.6417348197388
+ 30
+0.0
+ 11
+1327.140907297795
+ 21
+427.0133778322322
+ 31
+0.0
+ 12
+1620.914587793693
+ 22
+423.6446381082179
+ 32
+0.0
+ 13
+1620.914529125134
+ 23
+427.0172234253466
+ 33
+0.0
+  0
+LINE
+  5
+13049
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1620.914529066343
+ 20
+427.0206030134481
+ 30
+0.0
+ 11
+1327.140907297795
+ 21
+427.0154926089794
+ 31
+0.0
+  0
+LINE
+  5
+1304A
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1323.770150641931
+ 20
+423.6416820680834
+ 30
+0.0
+ 11
+1624.28327779821
+ 21
+423.6446716204818
+ 31
+0.0
+  0
+SOLID
+  5
+1304B
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1139.715587085334
+ 20
+411.175899324972
+ 30
+0.0
+ 11
+1139.715587085334
+ 21
+414.5445893298229
+ 31
+0.0
+ 12
+1632.283218105849
+ 22
+411.1758993741146
+ 32
+0.0
+ 13
+1632.283218104701
+ 23
+414.5467041080653
+ 33
+0.0
+  0
+LINE
+  5
+1304C
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1628.91455418007
+ 20
+414.5528841572895
+ 30
+0.0
+ 11
+1139.74063963029
+ 21
+414.5445787091063
+ 31
+0.0
+  0
+LINE
+  5
+1304D
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1139.715587085334
+ 20
+411.175899324972
+ 30
+0.0
+ 11
+1632.283218105849
+ 21
+411.1758993646081
+ 31
+0.0
+  0
+SOLID
+  5
+1304E
+330
+12EE4
+100
+AcDbEntity
+  8
+IMG008
+ 62
+    58
+100
+AcDbTrace
+ 10
+1131.683169151612
+ 20
+411.0510379957752
+ 30
+0.0
+ 11
+1131.683169151612
+ 21
+403.9110379957755
+ 31
+0.0
+ 12
+1129.898169151612
+ 22
+411.0510379957751
+ 32
+0.0
+ 13
+1129.898169151612
+ 23
+403.9110379957755
+ 33
+0.0
+ 39
+14.28
+  0
+SOLID
+  5
+1304F
+330
+12EE4
+100
+AcDbEntity
+  8
+IMG008
+ 62
+    58
+100
+AcDbTrace
+ 10
+1131.683087085334
+ 20
+414.6452443273973
+ 30
+0.0
+ 11
+1129.898087085334
+ 21
+414.6452443273973
+ 31
+0.0
+ 12
+1131.683169151612
+ 22
+411.0510379957752
+ 32
+0.0
+ 13
+1129.898169151612
+ 23
+411.0510379957751
+ 33
+0.0
+  0
+SOLID
+  5
+13050
+330
+12EE4
+100
+AcDbEntity
+  8
+IMG008
+ 62
+    58
+100
+AcDbTrace
+ 10
+1139.715587085334
+ 20
+407.5052443273976
+ 30
+0.0
+ 11
+1131.683169151612
+ 21
+411.0510379957752
+ 31
+0.0
+ 12
+1139.715587085334
+ 22
+418.2152443273971
+ 32
+0.0
+ 13
+1131.683087085334
+ 23
+414.6452443273973
+ 33
+0.0
+  0
+SOLID
+  5
+13051
+330
+12EE4
+100
+AcDbEntity
+  8
+IMG008
+ 62
+    58
+100
+AcDbTrace
+ 10
+1121.865587085334
+ 20
+407.5052443273976
+ 30
+0.0
+ 11
+1129.898005019056
+ 21
+411.0510379957752
+ 31
+0.0
+ 12
+1121.865587085334
+ 22
+418.2152443273976
+ 32
+0.0
+ 13
+1129.898087085334
+ 23
+414.6452443273973
+ 33
+0.0
+  0
+LINE
+  5
+13052
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1121.865587085334
+ 20
+407.5052443273976
+ 30
+0.0
+ 11
+1129.898169151612
+ 21
+411.0510379957751
+ 31
+14.28000000000001
+  0
+LINE
+  5
+13053
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1129.898169151612
+ 20
+411.0510379957751
+ 30
+14.28000000000001
+ 11
+1129.898169151612
+ 21
+403.9110379957755
+ 31
+14.28000000000001
+  0
+LINE
+  5
+13054
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1129.898169151638
+ 20
+403.9110379957758
+ 30
+28.56000000000003
+ 11
+1124.543087085359
+ 21
+403.9352443273973
+ 31
+28.56000000000003
+  0
+LINE
+  5
+13055
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1137.038087085335
+ 20
+403.935244327397
+ 30
+14.28000000000001
+ 11
+1131.683169151612
+ 21
+403.9110379957755
+ 31
+14.28000000000001
+  0
+LINE
+  5
+13056
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1131.683169151612
+ 20
+403.9110379957755
+ 30
+14.28000000000001
+ 11
+1131.683169151612
+ 21
+411.0510379957752
+ 31
+14.28000000000001
+  0
+LINE
+  5
+13057
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1131.683169151612
+ 20
+411.0510379957752
+ 30
+14.28000000000001
+ 11
+1139.715587085334
+ 21
+407.5052443273976
+ 31
+0.0
+  0
+LINE
+  5
+13058
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1139.715587085334
+ 20
+418.2152443273971
+ 30
+0.0
+ 11
+1131.683087085334
+ 21
+414.6452443273973
+ 31
+0.0
+  0
+LINE
+  5
+13059
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1131.683087085334
+ 20
+414.6452443273973
+ 30
+0.0
+ 11
+1129.898087085334
+ 21
+414.6452443273973
+ 31
+0.0
+  0
+LINE
+  5
+1305A
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1129.898087085334
+ 20
+414.6452443273973
+ 30
+0.0
+ 11
+1121.865587085334
+ 21
+418.2152443273976
+ 31
+0.0
+  0
+LINE
+  5
+1305B
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1121.865587085334
+ 20
+418.2152443273976
+ 30
+14.28000000000001
+ 11
+1121.865587085334
+ 21
+407.5052443273976
+ 31
+0.0
+  0
+LINE
+  5
+1305C
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1139.715587085334
+ 20
+418.2152443273971
+ 30
+14.28000000000001
+ 11
+1139.715587085334
+ 21
+407.5052443273976
+ 31
+0.0
+  0
+SOLID
+  5
+1305D
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+    58
+100
+AcDbTrace
+ 10
+1137.037977665447
+ 20
+403.9352438327764
+ 30
+14.28000000000001
+ 11
+1137.00154431992
+ 21
+403.2363036182955
+ 31
+14.28000000000001
+ 12
+1130.790668910762
+ 22
+403.911038246978
+ 32
+14.28000000000001
+ 13
+1130.790668910762
+ 23
+403.911038246978
+ 33
+14.28000000000001
+  0
+SOLID
+  5
+1305E
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+    58
+100
+AcDbTrace
+ 10
+1137.001450529289
+ 20
+403.2605103874452
+ 30
+14.28
+ 11
+1136.942476362253
+ 21
+402.8222246166635
+ 31
+14.28
+ 12
+1130.790578330339
+ 22
+403.9110378960186
+ 32
+14.28
+ 13
+1130.790578330339
+ 23
+403.9110378960186
+ 33
+14.28
+  0
+SOLID
+  5
+1305F
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+    58
+100
+AcDbTrace
+ 10
+1136.942476362253
+ 20
+402.8222246166626
+ 30
+14.28
+ 11
+1136.849448698264
+ 21
+402.387406739409
+ 31
+14.28
+ 12
+1130.790574942303
+ 22
+403.9110357654451
+ 32
+14.28
+ 13
+1130.790574942303
+ 23
+403.9110357654451
+ 33
+14.28
+  0
+SOLID
+  5
+13060
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+    58
+100
+AcDbTrace
+ 10
+1136.849448695529
+ 20
+402.3874067285347
+ 30
+14.28
+ 11
+1136.674013706077
+ 21
+401.8094796576987
+ 31
+14.28
+ 12
+1130.79319360533
+ 22
+403.910766113489
+ 32
+14.28
+ 13
+1130.79319360533
+ 23
+403.910766113489
+ 33
+14.28
+  0
+SOLID
+  5
+13061
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+    58
+100
+AcDbTrace
+ 10
+1136.674013706077
+ 20
+401.8094796576987
+ 30
+14.28
+ 11
+1136.445860951218
+ 21
+401.2560175152789
+ 31
+14.28
+ 12
+1130.796869313407
+ 22
+403.909450634335
+ 32
+14.28
+ 13
+1130.796869313407
+ 23
+403.909450634335
+ 33
+14.28
+  0
+SOLID
+  5
+13062
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+    58
+100
+AcDbTrace
+ 10
+1136.445860951218
+ 20
+401.2560175152796
+ 30
+14.28
+ 11
+1135.830739091478
+ 21
+400.2194090863405
+ 31
+14.28
+ 12
+1130.796869852099
+ 22
+403.9094502609301
+ 32
+14.28
+ 13
+1130.796869852099
+ 23
+403.9094502609301
+ 33
+14.28
+  0
+SOLID
+  5
+13063
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+    58
+100
+AcDbTrace
+ 10
+1135.830739091478
+ 20
+400.2194090863405
+ 30
+14.28
+ 11
+1135.087377848571
+ 21
+399.3757490979248
+ 31
+14.28
+ 12
+1130.790563418079
+ 22
+403.9110372489655
+ 32
+14.28
+ 13
+1130.790563418079
+ 23
+403.9110372489655
+ 33
+14.28
+  0
+SOLID
+  5
+13064
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+    58
+100
+AcDbTrace
+ 10
+1135.087377848571
+ 20
+399.3757490979248
+ 30
+14.28
+ 11
+1134.443268104704
+ 21
+398.8425887634418
+ 31
+14.28
+ 12
+1130.790564765972
+ 22
+403.9110343715816
+ 32
+14.28
+ 13
+1130.790564765972
+ 23
+403.9110343715816
+ 33
+14.28
+  0
+SOLID
+  5
+13065
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+    58
+100
+AcDbTrace
+ 10
+1132.346689093343
+ 20
+397.8604344894566
+ 30
+14.28
+ 11
+1130.790587085334
+ 21
+397.6635379957749
+ 31
+14.28
+ 12
+1130.790567461758
+ 22
+403.911035076646
+ 32
+14.28
+ 13
+1130.790567461758
+ 23
+403.911035076646
+ 33
+14.28
+  0
+SOLID
+  5
+13066
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+    58
+100
+AcDbTrace
+ 10
+1134.443268104704
+ 20
+398.8425887634418
+ 30
+14.28
+ 11
+1133.610789812527
+ 21
+398.3362991832802
+ 31
+14.28
+ 12
+1130.790567182427
+ 22
+403.9110310832804
+ 32
+14.28
+ 13
+1130.790567182427
+ 23
+403.9110310832804
+ 33
+14.28
+  0
+SOLID
+  5
+13067
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+    58
+100
+AcDbTrace
+ 10
+1133.610789812527
+ 20
+398.3362991832802
+ 30
+14.28
+ 11
+1132.346689093343
+ 21
+397.8604344894566
+ 31
+14.28
+ 12
+1130.790565235187
+ 22
+403.9110337852462
+ 32
+14.28
+ 13
+1130.790565235187
+ 23
+403.9110337852462
+ 33
+14.28
+  0
+SOLID
+  5
+13068
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+    58
+100
+AcDbTrace
+ 10
+1124.543157106112
+ 20
+403.9352045861696
+ 30
+14.28000000000001
+ 11
+1124.579594842423
+ 21
+403.2362646005788
+ 31
+14.28000000000001
+ 12
+1130.790466012735
+ 22
+403.9110382463408
+ 32
+14.28000000000001
+ 13
+1130.790466012735
+ 23
+403.9110382463408
+ 33
+14.28000000000001
+  0
+SOLID
+  5
+13069
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+    58
+100
+AcDbTrace
+ 10
+1124.579688480985
+ 20
+403.2604713703173
+ 30
+14.28
+ 11
+1124.638665401357
+ 21
+402.8221859700236
+ 31
+14.28
+ 12
+1130.79055659316
+ 22
+403.9110378959504
+ 32
+14.28
+ 13
+1130.79055659316
+ 23
+403.9110378959504
+ 33
+14.28
+  0
+SOLID
+  5
+1306A
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+    58
+100
+AcDbTrace
+ 10
+1124.638665401358
+ 20
+402.8221859700229
+ 30
+14.28
+ 11
+1124.731695796897
+ 21
+402.387368677183
+ 31
+14.28
+ 12
+1130.790559981209
+ 22
+403.9110357653981
+ 32
+14.28
+ 13
+1130.790559981209
+ 23
+403.9110357653981
+ 33
+14.28
+  0
+SOLID
+  5
+1306B
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+    58
+100
+AcDbTrace
+ 10
+1124.731695799632
+ 20
+402.3873686663089
+ 30
+14.28
+ 11
+1124.907134419653
+ 21
+401.8094426975769
+ 31
+14.28
+ 12
+1130.787941319876
+ 22
+403.9107660969911
+ 32
+14.28
+ 13
+1130.787941319876
+ 23
+403.9107660969911
+ 33
+14.28
+  0
+SOLID
+  5
+1306C
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+    58
+100
+AcDbTrace
+ 10
+1124.907134419653
+ 20
+401.8094426975769
+ 30
+14.28
+ 11
+1125.13529065139
+ 21
+401.2559819884377
+ 31
+14.28
+ 12
+1130.784265620063
+ 22
+403.9094505947464
+ 32
+14.28
+ 13
+1130.784265620063
+ 23
+403.9094505947464
+ 33
+14.28
+  0
+SOLID
+  5
+1306D
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+    58
+100
+AcDbTrace
+ 10
+1125.135290651389
+ 20
+401.2559819884383
+ 30
+14.28
+ 11
+1125.750419023155
+ 21
+400.219377423752
+ 31
+14.28
+ 12
+1130.784265081373
+ 22
+403.9094502213384
+ 32
+14.28
+ 13
+1130.784265081373
+ 23
+403.9094502213384
+ 33
+14.28
+  0
+SOLID
+  5
+1306E
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+    58
+100
+AcDbTrace
+ 10
+1125.750419023155
+ 20
+400.219377423752
+ 30
+14.28
+ 11
+1126.493785565969
+ 21
+399.375722105193
+ 31
+14.28
+ 12
+1130.790571505424
+ 22
+403.9110372489908
+ 32
+14.28
+ 13
+1130.790571505424
+ 23
+403.9110372489908
+ 33
+14.28
+  0
+SOLID
+  5
+1306F
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+    58
+100
+AcDbTrace
+ 10
+1126.493785565969
+ 20
+399.375722105193
+ 30
+14.28
+ 11
+1127.137898659169
+ 21
+398.842565817057
+ 31
+14.28
+ 12
+1130.790570157549
+ 22
+403.9110343715986
+ 32
+14.28
+ 13
+1130.790570157549
+ 23
+403.9110343715986
+ 33
+14.28
+  0
+SOLID
+  5
+13070
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+    58
+100
+AcDbTrace
+ 10
+1129.234483840441
+ 20
+397.8604247139261
+ 30
+14.28
+ 11
+1130.790587085334
+ 21
+397.6635379957749
+ 31
+14.28
+ 12
+1130.790567461758
+ 22
+403.911035076646
+ 32
+14.28
+ 13
+1130.790567461758
+ 23
+403.911035076646
+ 33
+14.28
+  0
+SOLID
+  5
+13071
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+    58
+100
+AcDbTrace
+ 10
+1127.137898659169
+ 20
+398.842565817057
+ 30
+14.28
+ 11
+1127.970380131871
+ 21
+398.336281466584
+ 31
+14.28
+ 12
+1130.790567741115
+ 22
+403.9110310832824
+ 32
+14.28
+ 13
+1130.790567741115
+ 23
+403.9110310832824
+ 33
+14.28
+  0
+SOLID
+  5
+13072
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+    58
+100
+AcDbTrace
+ 10
+1127.970380131871
+ 20
+398.336281466584
+ 30
+14.28
+ 11
+1129.234483840441
+ 21
+397.8604247139261
+ 31
+14.28
+ 12
+1130.790569688338
+ 22
+403.9110337852603
+ 32
+14.28
+ 13
+1130.790569688338
+ 23
+403.9110337852603
+ 33
+14.28
+  0
+LINE
+  5
+13073
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1131.683169151612
+ 20
+403.9144962945955
+ 30
+14.28000000000001
+ 11
+1137.037977665447
+ 21
+403.9352438327764
+ 31
+14.28000000000001
+  0
+LINE
+  5
+13074
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1137.037977665447
+ 20
+403.9352438327764
+ 30
+14.28000000000001
+ 11
+1136.998241631272
+ 21
+403.2366624144798
+ 31
+14.28
+  0
+LINE
+  5
+13075
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1136.998241631272
+ 20
+403.2366624144798
+ 30
+14.28
+ 11
+1136.942476362253
+ 21
+402.8222246166632
+ 31
+14.28
+  0
+LINE
+  5
+13076
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1136.942476362253
+ 20
+402.8222246166632
+ 30
+14.28
+ 11
+1136.84926863491
+ 21
+402.3874520200608
+ 31
+14.28
+  0
+LINE
+  5
+13077
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1136.84926863491
+ 20
+402.3874520200608
+ 30
+14.28
+ 11
+1136.674013706077
+ 21
+401.8094796576987
+ 31
+14.28
+  0
+LINE
+  5
+13078
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1136.674013706077
+ 20
+401.8094796576987
+ 30
+14.28
+ 11
+1136.445860951218
+ 21
+401.2560175152788
+ 31
+14.28
+  0
+LINE
+  5
+13079
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1136.445860951218
+ 20
+401.2560175152788
+ 30
+14.28
+ 11
+1135.830739091478
+ 21
+400.2194090863405
+ 31
+14.28
+  0
+LINE
+  5
+1307A
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1135.830739091478
+ 20
+400.2194090863405
+ 30
+14.28
+ 11
+1135.087377848571
+ 21
+399.3757490979248
+ 31
+14.28
+  0
+LINE
+  5
+1307B
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1135.087377848571
+ 20
+399.3757490979248
+ 30
+14.28
+ 11
+1134.443268104704
+ 21
+398.8425887634418
+ 31
+14.28
+  0
+LINE
+  5
+1307C
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1134.443268104704
+ 20
+398.8425887634418
+ 30
+14.28
+ 11
+1133.610789926914
+ 21
+398.3362989571697
+ 31
+14.28
+  0
+LINE
+  5
+1307D
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1133.610789926914
+ 20
+398.3362989571697
+ 30
+14.28
+ 11
+1132.346689089843
+ 21
+397.8604345030671
+ 31
+14.28
+  0
+LINE
+  5
+1307E
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1132.346689089843
+ 20
+397.8604345030671
+ 30
+14.28
+ 11
+1130.790587085334
+ 21
+397.6635379957749
+ 31
+14.28
+  0
+LINE
+  5
+1307F
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1130.790587085334
+ 20
+397.6635379957749
+ 30
+14.28
+ 11
+1129.234483840441
+ 21
+397.8604247139261
+ 31
+14.28
+  0
+LINE
+  5
+13080
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1129.234483840441
+ 20
+397.8604247139261
+ 30
+14.28
+ 11
+1127.970380131871
+ 21
+398.336281466584
+ 31
+14.28
+  0
+LINE
+  5
+13081
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1127.970380131871
+ 20
+398.336281466584
+ 30
+14.28
+ 11
+1127.137898659169
+ 21
+398.842565817057
+ 31
+14.28
+  0
+LINE
+  5
+13082
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1127.137898659169
+ 20
+398.842565817057
+ 30
+14.28
+ 11
+1126.493785541389
+ 21
+399.3757220792486
+ 31
+14.28
+  0
+LINE
+  5
+13083
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1126.493785541389
+ 20
+399.3757220792486
+ 30
+14.28
+ 11
+1125.750419023155
+ 21
+400.219377423752
+ 31
+14.28
+  0
+LINE
+  5
+13084
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1125.750419023155
+ 20
+400.219377423752
+ 30
+14.28
+ 11
+1125.13533226776
+ 21
+401.2560015367154
+ 31
+14.28
+  0
+LINE
+  5
+13085
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1125.13533226776
+ 20
+401.2560015367154
+ 30
+14.28
+ 11
+1124.907134498019
+ 21
+401.8094427255786
+ 31
+14.28
+  0
+LINE
+  5
+13086
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1124.907134498019
+ 20
+401.8094427255786
+ 30
+14.28
+ 11
+1124.731695796371
+ 21
+402.3873686770508
+ 31
+14.28
+  0
+LINE
+  5
+13087
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1124.731695796371
+ 20
+402.3873686770508
+ 30
+14.28
+ 11
+1124.638663889952
+ 21
+402.8221857025129
+ 31
+14.28
+  0
+LINE
+  5
+13088
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1124.638663889952
+ 20
+402.8221857025129
+ 30
+14.28
+ 11
+1124.579594842423
+ 21
+403.2362646005788
+ 31
+14.28000000000001
+  0
+LINE
+  5
+13089
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1124.579594842423
+ 20
+403.2362646005788
+ 30
+14.28000000000001
+ 11
+1124.543157106112
+ 21
+403.9352045861696
+ 31
+14.28000000000001
+  0
+LINE
+  5
+1308A
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1124.543157106112
+ 20
+403.9352045861696
+ 30
+14.28000000000001
+ 11
+1129.898169151612
+ 21
+403.9110379957755
+ 31
+0.0
+  0
+SOLID
+  5
+1308B
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1109.018616267033
+ 20
+411.174872629063
+ 30
+0.0
+ 11
+1109.018616267033
+ 21
+414.5435626339141
+ 31
+0.0
+ 12
+1121.86555142679
+ 22
+411.1748726763774
+ 32
+0.0
+ 13
+1121.86555142679
+ 23
+414.5456774106687
+ 33
+0.0
+  0
+LINE
+  5
+1308C
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1121.86555142679
+ 20
+411.1748726763774
+ 30
+0.0
+ 11
+1110.704018670242
+ 21
+411.1748726295431
+ 31
+0.0
+  0
+LINE
+  5
+1308D
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1107.334271139388
+ 20
+414.5435625714021
+ 30
+0.0
+ 11
+1121.86555142679
+ 21
+414.5456774106687
+ 31
+0.0
+  0
+INSERT
+  5
+1308E
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+     9
+100
+AcDbBlockReference
+ 66
+     1
+  2
+bouton
+ 10
+1290.282205369583
+ 20
+669.3827028727419
+ 30
+0.0
+ 41
+28.0
+ 42
+23.81832075478905
+ 43
+23.00494563297525
+  0
+ATTRIB
+  5
+1308F
+330
+1308E
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1290.282205369583
+ 20
+669.3827028727419
+ 30
+0.0
+ 40
+2.381832075478904
+  1
+FV7201
+ 41
+1.175565661755149
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COMMANDE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+13090
+330
+1308E
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1290.282205369583
+ 20
+669.3827028727419
+ 30
+0.0
+ 40
+2.381832075478904
+  1
+FV7201
+ 41
+1.175565661755149
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+13091
+330
+1308E
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1290.282205369583
+ 20
+669.3827028727419
+ 30
+0.0
+ 40
+2.381832075478904
+  1
+56
+ 41
+1.175565661755149
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+13092
+330
+1308E
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1290.282205369583
+ 20
+669.3827028727419
+ 30
+0.0
+ 40
+2.381832075478904
+  1
+10
+ 41
+1.175565661755149
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+13093
+330
+1308E
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1290.282205369583
+ 20
+669.3827028727419
+ 30
+0.0
+ 40
+2.381832075478904
+  1
+12
+ 41
+1.175565661755149
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+13094
+330
+1308E
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1290.282205369583
+ 20
+669.3827028727419
+ 30
+0.0
+ 40
+2.381832075478904
+  1
+Fermer la vanne FV7201 ?
+ 41
+1.175565661755149
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+13095
+330
+1308E
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1290.282205369583
+ 20
+669.3827028727419
+ 30
+0.0
+ 40
+2.381832075478904
+  1
+Ouvrir la vanne FV7201 ?
+ 41
+1.175565661755149
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+13096
+330
+1308E
+100
+AcDbEntity
+  8
+0
+  0
+SOLID
+  5
+13097
+330
+12EE4
+100
+AcDbEntity
+  8
+IMG008
+ 62
+    56
+100
+AcDbTrace
+ 10
+1303.126393442818
+ 20
+674.8980724024808
+ 30
+14.28
+ 11
+1292.416393442818
+ 21
+674.8980724024808
+ 31
+14.28
+ 12
+1303.126393442818
+ 22
+687.3930724024817
+ 32
+14.28
+ 13
+1292.416393442818
+ 23
+687.3930724024817
+ 33
+14.28
+ 39
+14.28
+  0
+SOLID
+  5
+13098
+330
+12EE4
+100
+AcDbEntity
+  8
+IMG008
+ 62
+    56
+100
+AcDbTrace
+ 10
+1310.266393442818
+ 20
+682.0381544687592
+ 30
+0.0
+ 11
+1303.126393442818
+ 21
+682.0381544687592
+ 31
+0.0
+ 12
+1310.266393442818
+ 22
+680.2531544687593
+ 32
+0.0
+ 13
+1303.126393442818
+ 23
+680.2531544687593
+ 33
+0.0
+ 39
+14.28
+  0
+SOLID
+  5
+13099
+330
+12EE4
+100
+AcDbEntity
+  8
+IMG008
+ 62
+    56
+100
+AcDbTrace
+ 10
+1313.86059977444
+ 20
+682.0380724024812
+ 30
+0.0
+ 11
+1313.86059977444
+ 21
+680.2530724024814
+ 31
+0.0
+ 12
+1310.266393442818
+ 22
+682.0381544687592
+ 32
+0.0
+ 13
+1310.266393442818
+ 23
+680.2531544687593
+ 33
+0.0
+  0
+SOLID
+  5
+1309A
+330
+12EE4
+100
+AcDbEntity
+  8
+IMG008
+ 62
+    56
+100
+AcDbTrace
+ 10
+1306.72059977444
+ 20
+690.0705724024815
+ 30
+0.0
+ 11
+1310.266393442818
+ 21
+682.0381544687592
+ 31
+0.0
+ 12
+1317.43059977444
+ 22
+690.0705724024815
+ 32
+0.0
+ 13
+1313.86059977444
+ 23
+682.0380724024812
+ 33
+0.0
+  0
+SOLID
+  5
+1309B
+330
+12EE4
+100
+AcDbEntity
+  8
+IMG008
+ 62
+    56
+100
+AcDbTrace
+ 10
+1306.72059977444
+ 20
+672.2205724024811
+ 30
+0.0
+ 11
+1310.266393442818
+ 21
+680.2529903362032
+ 31
+0.0
+ 12
+1317.43059977444
+ 22
+672.2205724024811
+ 32
+0.0
+ 13
+1313.86059977444
+ 23
+680.2530724024814
+ 33
+0.0
+  0
+LINE
+  5
+1309C
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1306.72059977444
+ 20
+672.2205724024811
+ 30
+0.0
+ 11
+1310.266393442818
+ 21
+680.2531544687593
+ 31
+14.28000000000001
+  0
+LINE
+  5
+1309D
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1310.266393442818
+ 20
+680.2531544687593
+ 30
+14.28000000000001
+ 11
+1303.126393442818
+ 21
+680.2531544687593
+ 31
+14.28000000000001
+  0
+LINE
+  5
+1309E
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1303.126393442818
+ 20
+680.2531544687846
+ 30
+28.56000000000003
+ 11
+1303.15059977444
+ 21
+674.8980724025061
+ 31
+28.56000000000003
+  0
+LINE
+  5
+1309F
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1292.44059977444
+ 20
+674.8980724024808
+ 30
+28.56000000000006
+ 11
+1303.15059977444
+ 21
+674.8980724024808
+ 31
+28.56000000000006
+  0
+LINE
+  5
+130A0
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1303.15059977444
+ 20
+687.3930724024817
+ 30
+14.28000000000001
+ 11
+1303.126393442818
+ 21
+682.0381544687592
+ 31
+14.28000000000001
+  0
+LINE
+  5
+130A1
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1303.126393442818
+ 20
+682.0381544687592
+ 30
+14.28000000000001
+ 11
+1310.266393442818
+ 21
+682.0381544687592
+ 31
+14.28000000000001
+  0
+LINE
+  5
+130A2
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1310.266393442818
+ 20
+682.0381544687592
+ 30
+14.28000000000001
+ 11
+1306.72059977444
+ 21
+690.0705724024815
+ 31
+0.0
+  0
+LINE
+  5
+130A3
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1317.43059977444
+ 20
+690.0705724024815
+ 30
+0.0
+ 11
+1313.86059977444
+ 21
+682.0380724024812
+ 31
+0.0
+  0
+LINE
+  5
+130A4
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1313.86059977444
+ 20
+682.0380724024812
+ 30
+0.0
+ 11
+1313.86059977444
+ 21
+680.2530724024814
+ 31
+0.0
+  0
+LINE
+  5
+130A5
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1313.86059977444
+ 20
+680.2530724024814
+ 30
+0.0
+ 11
+1317.43059977444
+ 21
+672.2205724024811
+ 31
+0.0
+  0
+LINE
+  5
+130A6
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1303.126393442818
+ 20
+687.3930724024817
+ 30
+14.28
+ 11
+1292.416393442818
+ 21
+687.3930724024817
+ 31
+14.28
+  0
+LINE
+  5
+130A7
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1292.416393442818
+ 20
+687.3930724024817
+ 30
+28.56
+ 11
+1292.44059977444
+ 21
+674.8980724024808
+ 31
+28.56000000000006
+  0
+LINE
+  5
+130A8
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1317.43059977444
+ 20
+672.2205724024811
+ 30
+14.28000000000001
+ 11
+1306.72059977444
+ 21
+672.2205724024811
+ 31
+0.0
+  0
+LINE
+  5
+130A9
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1317.43059977444
+ 20
+690.0705724024815
+ 30
+14.28000000000001
+ 11
+1306.72059977444
+ 21
+690.0705724024815
+ 31
+0.0
+  0
+SOLID
+  5
+130AA
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1313.720244443519
+ 20
+705.3987625707103
+ 30
+0.0
+ 11
+1310.351554438668
+ 21
+705.3987625707103
+ 31
+0.0
+ 12
+1313.720244443519
+ 22
+690.0705724024812
+ 32
+0.0
+ 13
+1310.350886161628
+ 23
+690.0705724024815
+ 33
+0.0
+  0
+SOLID
+  5
+130AB
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1313.720244443519
+ 20
+672.2205724024811
+ 30
+0.0
+ 11
+1310.350107938953
+ 21
+672.2205724024811
+ 31
+0.0
+ 12
+1313.720287326896
+ 22
+656.8923982118108
+ 32
+0.0
+ 13
+1310.34948254529
+ 23
+656.8923982118108
+ 33
+0.0
+  0
+LINE
+  5
+130AC
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1313.720244221326
+ 20
+690.0705726501464
+ 30
+14.28000000000001
+ 11
+1313.720244221326
+ 21
+705.3987625707103
+ 31
+0.0000000000000568
+  0
+LINE
+  5
+130AD
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1310.350918589187
+ 20
+690.0709831230431
+ 30
+14.27999999999998
+ 11
+1310.350918589187
+ 21
+705.3991730436067
+ 31
+0.0000000000000284
+  0
+LINE
+  5
+130AE
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1310.349514952862
+ 20
+656.892350498672
+ 30
+14.28000000000001
+ 11
+1310.349514952862
+ 21
+672.2205404192358
+ 31
+0.0000000000000568
+  0
+LINE
+  5
+130AF
+330
+12EE4
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+1313.720319734468
+ 20
+656.892350498672
+ 30
+14.28000000000001
+ 11
+1313.720319734468
+ 21
+672.2205404192358
+ 31
+0.0000000000000568
+  0
+INSERT
+  5
+130B0
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+     9
+100
+AcDbBlockReference
+ 66
+     1
+  2
+palet
+ 10
+1346.41029247742
+ 20
+691.4291177346105
+ 30
+-43.19142612716809
+  0
+ATTRIB
+  5
+130B1
+330
+130B0
+100
+AcDbEntity
+  8
+IMG009
+ 62
+     9
+100
+AcDbText
+ 10
+1346.41029247742
+ 20
+691.4291177346105
+ 30
+-43.19142612716809
+ 40
+8.0
+  1
+PCV7201=0[0]
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+130B2
+330
+130B0
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1346.41029247742
+ 20
+691.4291177346105
+ 30
+-43.19142612716809
+ 40
+6.0
+  1
+57
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+130B3
+330
+130B0
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1346.41029247742
+ 20
+691.4291177346105
+ 30
+-43.19142612716809
+ 40
+8.0
+  1
+12
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+130B4
+330
+130B0
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1346.41029247742
+ 20
+691.4291177346105
+ 30
+-43.19142612716809
+ 40
+8.0
+  1
+
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+130B5
+330
+130B0
+100
+AcDbEntity
+  8
+0
+  0
+INSERT
+  5
+130B6
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+     9
+100
+AcDbBlockReference
+ 66
+     1
+  2
+palet
+ 10
+1352.410297384158
+ 20
+691.456745494495
+ 30
+-86.38285225433618
+  0
+ATTRIB
+  5
+130B7
+330
+130B6
+100
+AcDbEntity
+  8
+IMG009
+ 62
+     9
+100
+AcDbText
+ 10
+1352.410297384158
+ 20
+691.456745494495
+ 30
+-86.38285225433618
+ 40
+8.0
+  1
+PCV7201#0[0]
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+130B8
+330
+130B6
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1352.410297384158
+ 20
+691.456745494495
+ 30
+-86.38285225433618
+ 40
+6.0
+  1
+57
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+130B9
+330
+130B6
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1352.410297384158
+ 20
+691.456745494495
+ 30
+-86.38285225433618
+ 40
+8.0
+  1
+10
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+130BA
+330
+130B6
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1352.410297384158
+ 20
+691.456745494495
+ 30
+-86.38285225433618
+ 40
+8.0
+  1
+
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+130BB
+330
+130B6
+100
+AcDbEntity
+  8
+0
+  0
+TEXT
+  5
+130BC
+330
+12EE4
+100
+AcDbEntity
+  8
+TEXTE
+ 62
+     7
+100
+AcDbText
+ 10
+1364.088564119457
+ 20
+682.0212469156656
+ 30
+0.0
+ 40
+8.0
+  1
+PCV7201
+100
+AcDbText
+  0
+INSERT
+  5
+130BD
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Valnum
+ 10
+1365.088564119457
+ 20
+669.6690271640242
+ 30
+0.0
+ 41
+1.199999999999999
+ 42
+1.199999999999999
+ 43
+1.5
+  0
+ATTRIB
+  5
+130BE
+330
+130BD
+100
+AcDbEntity
+  8
+IMG027
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1417.888564119457
+ 20
+669.6690271640242
+ 30
+0.0
+ 40
+9.599999999999999
+  1
+PCV7201
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+130BF
+330
+130BD
+100
+AcDbEntity
+  8
+IMG027
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1417.888564119457
+ 20
+669.6690271640242
+ 30
+0.0
+ 40
+9.599999999999999
+  1
+14
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+130C0
+330
+130BD
+100
+AcDbEntity
+  8
+IMG027
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1417.888564119457
+ 20
+669.6690271640242
+ 30
+0.0
+ 40
+9.599999999999999
+  1
+0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+130C1
+330
+130BD
+100
+AcDbEntity
+  8
+0
+  0
+TEXT
+  5
+130C2
+330
+12EE4
+100
+AcDbEntity
+  8
+TEXTE
+ 62
+     2
+100
+AcDbText
+ 10
+1398.088564119457
+ 20
+670.5645436867107
+ 30
+0.0
+ 40
+8.0
+  1
+%
+100
+AcDbText
+  0
+SOLID
+  5
+130C3
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbTrace
+ 10
+1360.088564615759
+ 20
+691.5645436867109
+ 30
+0.0
+ 11
+1360.088564615759
+ 21
+668.5645437943783
+ 31
+0.0
+ 12
+1413.088564119457
+ 22
+691.5645436867109
+ 32
+0.0
+ 13
+1413.088564119457
+ 23
+668.5645434002362
+ 33
+0.0
+  0
+SOLID
+  5
+130C4
+330
+12EE4
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+1360.088564615759
+ 20
+691.5645436867109
+ 30
+230.4
+ 11
+1413.088564119457
+ 21
+691.5645436867109
+ 31
+230.4
+ 12
+1358.288564615759
+ 22
+693.3645436867102
+ 32
+230.4
+ 13
+1414.888561242456
+ 23
+693.3645351638585
+ 33
+230.4
+  0
+SOLID
+  5
+130C5
+330
+12EE4
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+1358.288564615759
+ 20
+666.7645437943782
+ 30
+0.0
+ 11
+1360.088564615759
+ 21
+668.5645437943783
+ 31
+0.0
+ 12
+1358.288564615759
+ 22
+693.3645436867102
+ 32
+0.0
+ 13
+1360.088564615759
+ 23
+691.5645436867109
+ 33
+0.0
+  0
+SOLID
+  5
+130C6
+330
+12EE4
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+1358.288564587729
+ 20
+666.7645393834586
+ 30
+0.0
+ 11
+1414.888568136234
+ 21
+666.7645393834586
+ 31
+0.0
+ 12
+1360.088564587729
+ 22
+668.5645393834586
+ 32
+0.0
+ 13
+1413.088564119457
+ 23
+668.5645434002362
+ 33
+0.0
+  0
+SOLID
+  5
+130C7
+330
+12EE4
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+1414.888564119457
+ 20
+666.7645434002363
+ 30
+230.4
+ 11
+1413.088564119457
+ 21
+668.5645434002362
+ 31
+230.4
+ 12
+1414.888569765334
+ 22
+693.3645436867102
+ 32
+230.4
+ 13
+1413.088564119457
+ 23
+691.5645436867109
+ 33
+230.4
+  0
+LWPOLYLINE
+  5
+130C8
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 38
+230.4
+ 10
+1358.288563072415
+ 20
+693.3645475506217
+ 10
+1414.888559699108
+ 20
+693.3645475506217
+ 10
+1414.888565453114
+ 20
+666.7645485183067
+ 10
+1358.28856882642
+ 20
+666.7645485183067
+  0
+TEXT
+  5
+130C9
+330
+12EE4
+100
+AcDbEntity
+  8
+TEXTE
+ 62
+     7
+100
+AcDbText
+ 10
+1240.288562523588
+ 20
+683.0212552154717
+ 30
+0.0
+ 40
+8.0
+  1
+FV7201
+100
+AcDbText
+  0
+SOLID
+  5
+130CA
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbTrace
+ 10
+1233.088569142432
+ 20
+692.564551986517
+ 30
+0.0
+ 11
+1233.088569142432
+ 21
+669.5645520941844
+ 31
+0.0
+ 12
+1286.088568646128
+ 22
+692.564551986517
+ 32
+0.0
+ 13
+1286.088568646128
+ 23
+669.5645517000423
+ 33
+0.0
+  0
+SOLID
+  5
+130CB
+330
+12EE4
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+1233.088569142432
+ 20
+692.564551986517
+ 30
+230.4
+ 11
+1286.088568646128
+ 21
+692.564551986517
+ 31
+230.4
+ 12
+1231.288569142431
+ 22
+694.3645519865165
+ 32
+230.4
+ 13
+1287.888565769128
+ 23
+694.3645434636644
+ 33
+230.4
+  0
+SOLID
+  5
+130CC
+330
+12EE4
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+1231.288569142431
+ 20
+667.7645520941843
+ 30
+0.0
+ 11
+1233.088569142432
+ 21
+669.5645520941844
+ 31
+0.0
+ 12
+1231.288569142431
+ 22
+694.3645519865165
+ 32
+0.0
+ 13
+1233.088569142432
+ 23
+692.564551986517
+ 33
+0.0
+  0
+SOLID
+  5
+130CD
+330
+12EE4
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+1231.288569114401
+ 20
+667.7645476832648
+ 30
+0.0
+ 11
+1287.888572662907
+ 21
+667.7645476832648
+ 31
+0.0
+ 12
+1233.088569114401
+ 22
+669.5645476832647
+ 32
+0.0
+ 13
+1286.088568646128
+ 23
+669.5645517000423
+ 33
+0.0
+  0
+SOLID
+  5
+130CE
+330
+12EE4
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+1287.888568646129
+ 20
+667.7645517000423
+ 30
+230.4
+ 11
+1286.088568646128
+ 21
+669.5645517000423
+ 31
+230.4
+ 12
+1287.888574292006
+ 22
+694.3645519865165
+ 32
+230.4
+ 13
+1286.088568646128
+ 23
+692.564551986517
+ 33
+230.4
+  0
+LWPOLYLINE
+  5
+130CF
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 38
+230.4
+ 10
+1231.288567599087
+ 20
+694.3645558504279
+ 10
+1287.888564225781
+ 20
+694.3645558504279
+ 10
+1287.888569979786
+ 20
+667.7645568181128
+ 10
+1231.288573353092
+ 20
+667.7645568181128
+  0
+INSERT
+  5
+130D0
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Jbutton
+ 10
+1239.288562523588
+ 20
+672.6446879693242
+ 30
+0.0
+ 41
+16.0
+ 42
+8.0
+ 43
+16.0
+  0
+ATTRIB
+  5
+130D1
+330
+130D0
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1239.288562523588
+ 20
+672.6446879693242
+ 30
+0.0
+ 40
+0.8000000000000001
+  1
+FV7201=0
+ 41
+1.999999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COMMANDE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+130D2
+330
+130D0
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1239.288562523588
+ 20
+672.6446879693242
+ 30
+0.0
+ 40
+0.8000000000000001
+  1
+FV7201
+ 41
+1.999999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+130D3
+330
+130D0
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1239.288562523588
+ 20
+672.6446879693242
+ 30
+0.0
+ 40
+0.8000000000000001
+  1
+7
+ 41
+1.999999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+130D4
+330
+130D0
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1239.288562523588
+ 20
+672.6446879693242
+ 30
+0.0
+ 40
+0.8000000000000001
+  1
+12
+ 41
+1.999999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+130D5
+330
+130D0
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1239.288562523588
+ 20
+672.6446879693242
+ 30
+0.0
+ 40
+0.8000000000000001
+  1
+1
+ 41
+1.999999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CONFIRM
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+130D6
+330
+130D0
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1239.288562523588
+ 20
+672.6446879693242
+ 30
+0.0
+ 40
+0.8000000000000001
+  1
+Ouvrir la vanne FV7201 ?
+ 41
+1.999999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+130D7
+330
+130D0
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1239.288562523588
+ 20
+672.6446879693242
+ 30
+0.0
+ 40
+0.8000000000000001
+  1
+Ouvrir la vanne FV7201 ?
+ 41
+1.999999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+130D8
+330
+130D0
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1239.288562523588
+ 20
+672.6446879693242
+ 30
+0.0
+ 40
+0.8000000000000001
+  1
+O
+ 41
+1.999999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+TEXTE
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+130D9
+330
+130D0
+100
+AcDbEntity
+  8
+0
+  0
+INSERT
+  5
+130DA
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Jbutton
+ 10
+1263.288562523588
+ 20
+672.6446879693242
+ 30
+0.0
+ 41
+16.0
+ 42
+8.0
+ 43
+16.0
+  0
+ATTRIB
+  5
+130DB
+330
+130DA
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1263.288562523588
+ 20
+672.6446879693242
+ 30
+0.0
+ 40
+0.8000000000000001
+  1
+FV7201=1
+ 41
+1.999999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COMMANDE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+130DC
+330
+130DA
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1263.288562523588
+ 20
+672.6446879693242
+ 30
+0.0
+ 40
+0.8000000000000001
+  1
+FV7201
+ 41
+1.999999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+130DD
+330
+130DA
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1263.288562523588
+ 20
+672.6446879693242
+ 30
+0.0
+ 40
+0.8000000000000001
+  1
+10
+ 41
+1.999999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+130DE
+330
+130DA
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1263.288562523588
+ 20
+672.6446879693242
+ 30
+0.0
+ 40
+0.8000000000000001
+  1
+7
+ 41
+1.999999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+130DF
+330
+130DA
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1263.288562523588
+ 20
+672.6446879693242
+ 30
+0.0
+ 40
+0.8000000000000001
+  1
+1
+ 41
+1.999999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CONFIRM
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+130E0
+330
+130DA
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1263.288562523588
+ 20
+672.6446879693242
+ 30
+0.0
+ 40
+0.8000000000000001
+  1
+Fermer la vanne FV7201 ?
+ 41
+1.999999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+130E1
+330
+130DA
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1263.288562523588
+ 20
+672.6446879693242
+ 30
+0.0
+ 40
+0.8000000000000001
+  1
+
+ 41
+1.999999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+130E2
+330
+130DA
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1263.288562523588
+ 20
+672.6446879693242
+ 30
+0.0
+ 40
+0.8000000000000001
+  1
+C
+ 41
+1.999999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+TEXTE
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+130E3
+330
+130DA
+100
+AcDbEntity
+  8
+0
+  0
+TEXT
+  5
+130E4
+330
+12EE4
+100
+AcDbEntity
+  8
+TEXTE
+ 62
+     7
+100
+AcDbText
+ 10
+1110.088568646129
+ 20
+437.0212552154717
+ 30
+0.0
+ 40
+8.0
+  1
+LCV7201
+100
+AcDbText
+  0
+INSERT
+  5
+130E5
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Valnum
+ 10
+1111.088568646128
+ 20
+424.6690354638302
+ 30
+0.0
+ 41
+1.199999999999999
+ 42
+1.199999999999999
+ 43
+1.5
+  0
+ATTRIB
+  5
+130E6
+330
+130E5
+100
+AcDbEntity
+  8
+IMG027
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1163.888568646129
+ 20
+424.6690354638302
+ 30
+0.0
+ 40
+9.599999999999999
+  1
+LCV7201
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+130E7
+330
+130E5
+100
+AcDbEntity
+  8
+IMG027
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1163.888568646129
+ 20
+424.6690354638302
+ 30
+0.0
+ 40
+9.599999999999999
+  1
+14
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+130E8
+330
+130E5
+100
+AcDbEntity
+  8
+IMG027
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1163.888568646129
+ 20
+424.6690354638302
+ 30
+0.0
+ 40
+9.599999999999999
+  1
+0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+130E9
+330
+130E5
+100
+AcDbEntity
+  8
+0
+  0
+TEXT
+  5
+130EA
+330
+12EE4
+100
+AcDbEntity
+  8
+TEXTE
+ 62
+     2
+100
+AcDbText
+ 10
+1144.088568646129
+ 20
+425.5645519865169
+ 30
+0.0
+ 40
+8.0
+  1
+%
+100
+AcDbText
+  0
+SOLID
+  5
+130EB
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbTrace
+ 10
+1106.088569142431
+ 20
+446.5645519865168
+ 30
+0.0
+ 11
+1106.088569142431
+ 21
+423.5645520941843
+ 31
+0.0
+ 12
+1159.088568646128
+ 22
+446.5645519865168
+ 32
+0.0
+ 13
+1159.088568646128
+ 23
+423.5645517000423
+ 33
+0.0
+  0
+SOLID
+  5
+130EC
+330
+12EE4
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+1106.088569142431
+ 20
+446.5645519865168
+ 30
+230.4
+ 11
+1159.088568646128
+ 21
+446.5645519865168
+ 31
+230.4
+ 12
+1104.288569142431
+ 22
+448.3645519865165
+ 32
+230.4
+ 13
+1160.888565769128
+ 23
+448.3645434636646
+ 33
+230.4
+  0
+SOLID
+  5
+130ED
+330
+12EE4
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+1104.288569142431
+ 20
+421.7645520941843
+ 30
+0.0
+ 11
+1106.088569142431
+ 21
+423.5645520941843
+ 31
+0.0
+ 12
+1104.288569142431
+ 22
+448.3645519865165
+ 32
+0.0
+ 13
+1106.088569142431
+ 23
+446.5645519865168
+ 33
+0.0
+  0
+SOLID
+  5
+130EE
+330
+12EE4
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+1104.288569114401
+ 20
+421.7645476832648
+ 30
+0.0
+ 11
+1160.888572662907
+ 21
+421.7645476832648
+ 31
+0.0
+ 12
+1106.088569114401
+ 22
+423.5645476832647
+ 32
+0.0
+ 13
+1159.088568646128
+ 23
+423.5645517000423
+ 33
+0.0
+  0
+SOLID
+  5
+130EF
+330
+12EE4
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+1160.888568646129
+ 20
+421.7645517000423
+ 30
+230.4
+ 11
+1159.088568646128
+ 21
+423.5645517000423
+ 31
+230.4
+ 12
+1160.888574292006
+ 22
+448.3645519865165
+ 32
+230.4
+ 13
+1159.088568646128
+ 23
+446.5645519865168
+ 33
+230.4
+  0
+LWPOLYLINE
+  5
+130F0
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 38
+230.4
+ 10
+1104.288567599087
+ 20
+448.3645558504278
+ 10
+1160.888564225781
+ 20
+448.3645558504278
+ 10
+1160.888569979786
+ 20
+421.7645568181128
+ 10
+1104.288573353092
+ 20
+421.7645568181128
+  0
+INSERT
+  5
+130F1
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+     9
+100
+AcDbBlockReference
+ 66
+     1
+  2
+palet
+ 10
+1143.410290293702
+ 20
+398.4567528509674
+ 30
+-43.19142612716809
+  0
+ATTRIB
+  5
+130F2
+330
+130F1
+100
+AcDbEntity
+  8
+IMG009
+ 62
+     9
+100
+AcDbText
+ 10
+1143.410290293702
+ 20
+398.4567528509674
+ 30
+-43.19142612716809
+ 40
+8.0
+  1
+LCV7201=0[0]
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+130F3
+330
+130F1
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1143.410290293702
+ 20
+398.4567528509674
+ 30
+-43.19142612716809
+ 40
+6.0
+  1
+58
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+130F4
+330
+130F1
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1143.410290293702
+ 20
+398.4567528509674
+ 30
+-43.19142612716809
+ 40
+8.0
+  1
+12
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+130F5
+330
+130F1
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1143.410290293702
+ 20
+398.4567528509674
+ 30
+-43.19142612716809
+ 40
+8.0
+  1
+
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+130F6
+330
+130F1
+100
+AcDbEntity
+  8
+0
+  0
+INSERT
+  5
+130F7
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+     9
+100
+AcDbBlockReference
+ 66
+     1
+  2
+palet
+ 10
+1149.41029520044
+ 20
+398.484380610852
+ 30
+-86.38285225433618
+  0
+ATTRIB
+  5
+130F8
+330
+130F7
+100
+AcDbEntity
+  8
+IMG009
+ 62
+     9
+100
+AcDbText
+ 10
+1149.41029520044
+ 20
+398.484380610852
+ 30
+-86.38285225433618
+ 40
+8.0
+  1
+LCV7201#0[0]
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+130F9
+330
+130F7
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1149.41029520044
+ 20
+398.484380610852
+ 30
+-86.38285225433618
+ 40
+6.0
+  1
+58
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+130FA
+330
+130F7
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1149.41029520044
+ 20
+398.484380610852
+ 30
+-86.38285225433618
+ 40
+8.0
+  1
+10
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+130FB
+330
+130F7
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1149.41029520044
+ 20
+398.484380610852
+ 30
+-86.38285225433618
+ 40
+8.0
+  1
+
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+130FC
+330
+130F7
+100
+AcDbEntity
+  8
+0
+  0
+SOLID
+  5
+130FD
+330
+12EE4
+100
+AcDbEntity
+  8
+INSTRUM
+ 62
+     0
+380
+     2
+100
+AcDbTrace
+ 10
+1863.697703343631
+ 20
+738.6804602713333
+ 30
+0.0
+ 11
+1608.056565835112
+ 21
+738.6591877019919
+ 31
+0.0
+ 12
+1863.665259261055
+ 22
+816.7568089005321
+ 32
+0.0
+ 13
+1608.054809679667
+ 23
+816.7568428748657
+ 33
+0.0
+  0
+SOLID
+  5
+130FE
+330
+12EE4
+100
+AcDbEntity
+  8
+INSTRUM
+ 62
+     7
+100
+AcDbTrace
+ 10
+1608.054656934463
+ 20
+738.6591875431474
+ 30
+-20.50134022301743
+ 11
+1863.695794442982
+ 21
+738.6804601124885
+ 31
+-20.50134022301743
+ 12
+1599.842261631868
+ 22
+732.2737912927951
+ 32
+-20.50134022301743
+ 13
+1871.941139775004
+ 23
+732.2737912927951
+ 33
+-20.50134022301743
+ 39
+20.50134022301743
+  0
+TEXT
+  5
+130FF
+330
+12EE4
+100
+AcDbEntity
+  8
+INSTRUM
+ 62
+     7
+420
+ 16777215
+100
+AcDbText
+ 10
+1652.954139712821
+ 20
+775.8316525166375
+ 30
+49.20321653524187
+ 40
+30.75201033452616
+  1
+ESS-SAF
+  7
+GRAS
+100
+AcDbText
+  0
+LINE
+  5
+13100
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1599.828483069954
+ 20
+732.2737912927951
+ 30
+0.0
+ 11
+1871.954918336918
+ 21
+732.2737912927952
+ 31
+0.0
+  0
+SOLID
+  5
+13101
+330
+12EE4
+100
+AcDbEntity
+  8
+INSTRUM
+ 62
+     8
+380
+     2
+100
+AcDbTrace
+ 10
+1599.886322934826
+ 20
+824.6301914278687
+ 30
+0.0
+ 11
+1608.118140811048
+ 21
+816.7568081035152
+ 31
+0.0
+ 12
+1599.842261631868
+ 22
+732.2737912927951
+ 32
+0.0
+ 13
+1608.056565835112
+ 23
+738.6591877019919
+ 33
+0.0
+  0
+LINE
+  5
+13102
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1599.842266736273
+ 20
+732.2844905769021
+ 30
+0.0
+ 11
+1599.828481673395
+ 21
+824.6443022425475
+ 31
+0.0
+  0
+LINE
+  5
+13103
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1599.828483069954
+ 20
+732.2737912927951
+ 30
+0.0
+ 11
+1608.054660607148
+ 21
+738.6591903987753
+ 31
+0.0
+  0
+TEXT
+  5
+13104
+330
+12EE4
+100
+AcDbEntity
+  8
+INSTRUM
+ 62
+     7
+420
+ 16777215
+100
+AcDbText
+ 10
+1634.899195380884
+ 20
+752.3501971220268
+ 30
+49.20321653524187
+ 40
+17.0
+  1
+LN2 - Boite à vannes
+  7
+GRAS
+100
+AcDbText
+  0
+SOLID
+  5
+13105
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1672.912447528142
+ 20
+540.6446928496783
+ 30
+0.0
+ 11
+1672.912447528142
+ 21
+544.0133828545294
+ 31
+0.0
+ 12
+1681.914207922025
+ 22
+540.6446928969927
+ 32
+0.0
+ 13
+1681.914207922025
+ 23
+544.015497631284
+ 33
+0.0
+  0
+SOLID
+  5
+13106
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1654.912447528142
+ 20
+540.6446928496783
+ 30
+0.0
+ 11
+1654.912447528142
+ 21
+544.0133828545294
+ 31
+0.0
+ 12
+1663.914207922025
+ 22
+540.6446928969927
+ 32
+0.0
+ 13
+1663.914207922025
+ 23
+544.015497631284
+ 33
+0.0
+  0
+SOLID
+  5
+13107
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1690.912447528142
+ 20
+540.6446928496783
+ 30
+0.0
+ 11
+1690.912447528142
+ 21
+544.0133828545294
+ 31
+0.0
+ 12
+1699.914207922025
+ 22
+540.6446928969927
+ 32
+0.0
+ 13
+1699.914207922025
+ 23
+544.015497631284
+ 33
+0.0
+  0
+SOLID
+  5
+13108
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1690.912411869598
+ 20
+540.6447235658039
+ 30
+0.0
+ 11
+1690.912411869598
+ 21
+544.0134135706549
+ 31
+0.0
+ 12
+1699.91417226348
+ 22
+540.6447236131183
+ 32
+0.0
+ 13
+1699.91417226348
+ 23
+544.0155283474096
+ 33
+0.0
+  0
+LINE
+  5
+13109
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1690.912411869598
+ 20
+544.0134135706549
+ 30
+0.0
+ 11
+1699.91417226348
+ 21
+544.0134135706549
+ 31
+0.0
+  0
+LINE
+  5
+1310A
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1699.91417226348
+ 20
+544.0134135706549
+ 30
+0.0
+ 11
+1699.91417226348
+ 21
+540.6447236131183
+ 31
+0.0
+  0
+LINE
+  5
+1310B
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1699.91417226348
+ 20
+540.6447236131183
+ 30
+0.0
+ 11
+1690.912411869598
+ 21
+540.6447235658039
+ 31
+0.0
+  0
+LINE
+  5
+1310C
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1690.912411869598
+ 20
+540.6447235658039
+ 30
+0.0
+ 11
+1690.912411869598
+ 21
+544.0134135706549
+ 31
+0.0
+  0
+SOLID
+  5
+1310D
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1672.912411869598
+ 20
+540.6447235658039
+ 30
+0.0
+ 11
+1672.912411869598
+ 21
+544.0134135706549
+ 31
+0.0
+ 12
+1681.91417226348
+ 22
+540.6447236131183
+ 32
+0.0
+ 13
+1681.91417226348
+ 23
+544.0155283474096
+ 33
+0.0
+  0
+LINE
+  5
+1310E
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1672.912411869598
+ 20
+544.0134135706549
+ 30
+0.0
+ 11
+1681.91417226348
+ 21
+544.0134135706549
+ 31
+0.0
+  0
+LINE
+  5
+1310F
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1681.91417226348
+ 20
+544.0134135706549
+ 30
+0.0
+ 11
+1681.91417226348
+ 21
+540.6447236131183
+ 31
+0.0
+  0
+LINE
+  5
+13110
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1681.91417226348
+ 20
+540.6447236131183
+ 30
+0.0
+ 11
+1672.912411869598
+ 21
+540.6447235658039
+ 31
+0.0
+  0
+LINE
+  5
+13111
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1672.912411869598
+ 20
+540.6447235658039
+ 30
+0.0
+ 11
+1672.912411869598
+ 21
+544.0134135706549
+ 31
+0.0
+  0
+SOLID
+  5
+13112
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1654.912411869598
+ 20
+540.6447235658039
+ 30
+0.0
+ 11
+1654.912411869598
+ 21
+544.0134135706549
+ 31
+0.0
+ 12
+1663.914172263481
+ 22
+540.6447236131183
+ 32
+0.0
+ 13
+1663.914172263481
+ 23
+544.0155283474096
+ 33
+0.0
+  0
+LINE
+  5
+13113
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1654.912411869598
+ 20
+544.0134135706549
+ 30
+0.0
+ 11
+1663.914172263481
+ 21
+544.0134135706549
+ 31
+0.0
+  0
+LINE
+  5
+13114
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1663.914172263481
+ 20
+544.0134135706549
+ 30
+0.0
+ 11
+1663.914172263481
+ 21
+540.6447236131183
+ 31
+0.0
+  0
+LINE
+  5
+13115
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1663.914172263481
+ 20
+540.6447236131183
+ 30
+0.0
+ 11
+1654.912411869598
+ 21
+540.6447235658039
+ 31
+0.0
+  0
+LINE
+  5
+13116
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1654.912411869598
+ 20
+540.6447235658039
+ 30
+0.0
+ 11
+1654.912411869598
+ 21
+544.0134135706549
+ 31
+0.0
+  0
+SOLID
+  5
+13117
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1628.912413327488
+ 20
+540.6447235658039
+ 30
+0.0
+ 11
+1628.912413327488
+ 21
+544.0134135706549
+ 31
+0.0
+ 12
+1645.914172263481
+ 22
+540.6447236131183
+ 32
+0.0
+ 13
+1645.914172263481
+ 23
+544.0155283474096
+ 33
+0.0
+  0
+SOLID
+  5
+13118
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1672.912448770571
+ 20
+548.6446877950578
+ 30
+0.0
+ 11
+1672.912448770571
+ 21
+552.0133777999088
+ 31
+0.0
+ 12
+1681.914209164453
+ 22
+548.6446878423723
+ 32
+0.0
+ 13
+1681.914209164453
+ 23
+552.0154925766632
+ 33
+0.0
+  0
+SOLID
+  5
+13119
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1654.912448770571
+ 20
+548.6446877950578
+ 30
+0.0
+ 11
+1654.912448770571
+ 21
+552.0133777999088
+ 31
+0.0
+ 12
+1663.914209164453
+ 22
+548.6446878423723
+ 32
+0.0
+ 13
+1663.914209164453
+ 23
+552.0154925766632
+ 33
+0.0
+  0
+SOLID
+  5
+1311A
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1620.912413327487
+ 20
+548.6446877950578
+ 30
+0.0
+ 11
+1620.912413327487
+ 21
+552.0133777999088
+ 31
+0.0
+ 12
+1645.914209164453
+ 22
+548.6446878423723
+ 32
+0.0
+ 13
+1645.914209164453
+ 23
+552.0154925766632
+ 33
+0.0
+  0
+SOLID
+  5
+1311B
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1690.912448770571
+ 20
+548.6446877950578
+ 30
+0.0
+ 11
+1690.912448770571
+ 21
+552.0133777999088
+ 31
+0.0
+ 12
+1699.914209164453
+ 22
+548.6446878423723
+ 32
+0.0
+ 13
+1699.914209164453
+ 23
+552.0154925766632
+ 33
+0.0
+  0
+SOLID
+  5
+1311C
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1690.912413112026
+ 20
+548.6447185111834
+ 30
+0.0
+ 11
+1690.912413112026
+ 21
+552.0134085160345
+ 31
+0.0
+ 12
+1699.914173505909
+ 22
+548.6447185584978
+ 32
+0.0
+ 13
+1699.914173505909
+ 23
+552.015523292789
+ 33
+0.0
+  0
+LINE
+  5
+1311D
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1690.912413112026
+ 20
+552.0134085160345
+ 30
+0.0
+ 11
+1699.914173505909
+ 21
+552.0134085160345
+ 31
+0.0
+  0
+LINE
+  5
+1311E
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1699.914173505909
+ 20
+552.0134085160345
+ 30
+0.0
+ 11
+1699.914173505909
+ 21
+548.6447185584978
+ 31
+0.0
+  0
+LINE
+  5
+1311F
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1699.914173505909
+ 20
+548.6447185584978
+ 30
+0.0
+ 11
+1690.912413112026
+ 21
+548.6447185111834
+ 31
+0.0
+  0
+LINE
+  5
+13120
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1690.912413112026
+ 20
+548.6447185111834
+ 30
+0.0
+ 11
+1690.912413112026
+ 21
+552.0134085160345
+ 31
+0.0
+  0
+SOLID
+  5
+13121
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1672.912413112026
+ 20
+548.6447185111834
+ 30
+0.0
+ 11
+1672.912413112026
+ 21
+552.0134085160345
+ 31
+0.0
+ 12
+1681.914173505909
+ 22
+548.6447185584978
+ 32
+0.0
+ 13
+1681.914173505909
+ 23
+552.015523292789
+ 33
+0.0
+  0
+LINE
+  5
+13122
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1672.912413112026
+ 20
+552.0134085160345
+ 30
+0.0
+ 11
+1681.914173505909
+ 21
+552.0134085160345
+ 31
+0.0
+  0
+LINE
+  5
+13123
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1681.914173505909
+ 20
+552.0134085160345
+ 30
+0.0
+ 11
+1681.914173505909
+ 21
+548.6447185584978
+ 31
+0.0
+  0
+LINE
+  5
+13124
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1681.914173505909
+ 20
+548.6447185584978
+ 30
+0.0
+ 11
+1672.912413112026
+ 21
+548.6447185111834
+ 31
+0.0
+  0
+LINE
+  5
+13125
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1672.912413112026
+ 20
+548.6447185111834
+ 30
+0.0
+ 11
+1672.912413112026
+ 21
+552.0134085160345
+ 31
+0.0
+  0
+SOLID
+  5
+13126
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1654.912413112026
+ 20
+548.6447185111834
+ 30
+0.0
+ 11
+1654.912413112026
+ 21
+552.0134085160345
+ 31
+0.0
+ 12
+1663.914173505909
+ 22
+548.6447185584978
+ 32
+0.0
+ 13
+1663.914173505909
+ 23
+552.015523292789
+ 33
+0.0
+  0
+LINE
+  5
+13127
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1654.912413112026
+ 20
+552.0134085160345
+ 30
+0.0
+ 11
+1663.914173505909
+ 21
+552.0134085160345
+ 31
+0.0
+  0
+LINE
+  5
+13128
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1663.914173505909
+ 20
+552.0134085160345
+ 30
+0.0
+ 11
+1663.914173505909
+ 21
+548.6447185584978
+ 31
+0.0
+  0
+LINE
+  5
+13129
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1663.914173505909
+ 20
+548.6447185584978
+ 30
+0.0
+ 11
+1654.912413112026
+ 21
+548.6447185111834
+ 31
+0.0
+  0
+LINE
+  5
+1312A
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1654.912413112026
+ 20
+548.6447185111834
+ 30
+0.0
+ 11
+1654.912413112026
+ 21
+552.0134085160345
+ 31
+0.0
+  0
+SOLID
+  5
+1312B
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+    11
+100
+AcDbTrace
+ 10
+1612.912413327488
+ 20
+556.644689519457
+ 30
+0.0
+ 11
+1612.912413327488
+ 21
+560.0133795243078
+ 31
+0.0
+ 12
+1645.914176809925
+ 22
+556.6446895667714
+ 32
+0.0
+ 13
+1645.914176809925
+ 23
+560.0154943010624
+ 33
+0.0
+  0
+SOLID
+  5
+1312C
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+    11
+100
+AcDbTrace
+ 10
+1654.91540431331
+ 20
+556.644689519457
+ 30
+0.0
+ 11
+1654.91540431331
+ 21
+560.0133795243078
+ 31
+0.0
+ 12
+1663.917164707194
+ 22
+556.6446895667714
+ 32
+0.0
+ 13
+1663.917164707194
+ 23
+560.0154943010624
+ 33
+0.0
+  0
+LINE
+  5
+1312D
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1654.91540431331
+ 20
+560.0133795243078
+ 30
+0.0
+ 11
+1654.915404331017
+ 21
+556.6447202355828
+ 31
+0.0
+  0
+LINE
+  5
+1312E
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1654.91540431331
+ 20
+560.0133795243078
+ 30
+0.0
+ 11
+1663.917164707194
+ 21
+560.0154943010624
+ 31
+0.0
+  0
+LINE
+  5
+1312F
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1663.917129048649
+ 20
+560.0155250171881
+ 30
+0.0
+ 11
+1663.917129048649
+ 21
+556.6447202828968
+ 31
+0.0
+  0
+LINE
+  5
+13130
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1663.917129048649
+ 20
+556.6447202828968
+ 30
+0.0
+ 11
+1654.915404331017
+ 21
+556.644720235583
+ 31
+0.0
+  0
+SOLID
+  5
+13131
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+    11
+100
+AcDbTrace
+ 10
+1672.91540431331
+ 20
+556.644689519457
+ 30
+0.0
+ 11
+1672.91540431331
+ 21
+560.0133795243078
+ 31
+0.0
+ 12
+1681.917164707193
+ 22
+556.6446895667714
+ 32
+0.0
+ 13
+1681.917164707193
+ 23
+560.0154943010624
+ 33
+0.0
+  0
+LINE
+  5
+13132
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1672.91540431331
+ 20
+560.0133795243078
+ 30
+0.0
+ 11
+1672.915404331017
+ 21
+556.6447202355828
+ 31
+0.0
+  0
+LINE
+  5
+13133
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1672.91540431331
+ 20
+560.0133795243078
+ 30
+0.0
+ 11
+1681.917164707193
+ 21
+560.0154943010624
+ 31
+0.0
+  0
+LINE
+  5
+13134
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1681.917129048649
+ 20
+560.0155250171881
+ 30
+0.0
+ 11
+1681.917129048649
+ 21
+556.6447202828968
+ 31
+0.0
+  0
+LINE
+  5
+13135
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1681.917129048649
+ 20
+556.6447202828968
+ 30
+0.0
+ 11
+1672.915404331017
+ 21
+556.644720235583
+ 31
+0.0
+  0
+SOLID
+  5
+13136
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+    11
+100
+AcDbTrace
+ 10
+1690.915404313311
+ 20
+556.644689519457
+ 30
+0.0
+ 11
+1690.915404313311
+ 21
+560.0133795243078
+ 31
+0.0
+ 12
+1699.917164707194
+ 22
+556.6446895667714
+ 32
+0.0
+ 13
+1699.917164707194
+ 23
+560.0154943010624
+ 33
+0.0
+  0
+LINE
+  5
+13137
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1690.915404313311
+ 20
+560.0133795243078
+ 30
+0.0
+ 11
+1690.915404331017
+ 21
+556.6447202355828
+ 31
+0.0
+  0
+LINE
+  5
+13138
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1690.915404313311
+ 20
+560.0133795243078
+ 30
+0.0
+ 11
+1699.917164707194
+ 21
+560.0154943010624
+ 31
+0.0
+  0
+LINE
+  5
+13139
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1699.91712904865
+ 20
+560.0155250171881
+ 30
+0.0
+ 11
+1699.91712904865
+ 21
+556.6447202828968
+ 31
+0.0
+  0
+LINE
+  5
+1313A
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1699.91712904865
+ 20
+556.6447202828968
+ 30
+0.0
+ 11
+1690.915404331017
+ 21
+556.644720235583
+ 31
+0.0
+  0
+SOLID
+  5
+1313B
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1672.91245120175
+ 20
+564.6446925742682
+ 30
+0.0
+ 11
+1672.91245120175
+ 21
+568.0133825791194
+ 31
+0.0
+ 12
+1681.914211595632
+ 22
+564.6446926215827
+ 32
+0.0
+ 13
+1681.914211595632
+ 23
+568.0154973558739
+ 33
+0.0
+  0
+SOLID
+  5
+1313C
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1654.912451201749
+ 20
+564.6446925742682
+ 30
+0.0
+ 11
+1654.912451201749
+ 21
+568.0133825791194
+ 31
+0.0
+ 12
+1663.914211595632
+ 22
+564.6446926215827
+ 32
+0.0
+ 13
+1663.914211595632
+ 23
+568.0154973558739
+ 33
+0.0
+  0
+SOLID
+  5
+1313D
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1604.912413327487
+ 20
+564.6446925742682
+ 30
+0.0
+ 11
+1604.912413327487
+ 21
+568.0133825791194
+ 31
+0.0
+ 12
+1645.914211595632
+ 22
+564.6446926215827
+ 32
+0.0
+ 13
+1645.914211595632
+ 23
+568.0154973558739
+ 33
+0.0
+  0
+SOLID
+  5
+1313E
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1690.91245120175
+ 20
+564.6446925742682
+ 30
+0.0
+ 11
+1690.91245120175
+ 21
+568.0133825791194
+ 31
+0.0
+ 12
+1699.914211595632
+ 22
+564.6446926215827
+ 32
+0.0
+ 13
+1699.914211595632
+ 23
+568.0154973558739
+ 33
+0.0
+  0
+SOLID
+  5
+1313F
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1690.912415543206
+ 20
+564.6447232903939
+ 30
+0.0
+ 11
+1690.912415543206
+ 21
+568.0134132952449
+ 31
+0.0
+ 12
+1699.914175937088
+ 22
+564.6447233377082
+ 32
+0.0
+ 13
+1699.914175937088
+ 23
+568.0155280719993
+ 33
+0.0
+  0
+LINE
+  5
+13140
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1690.912415543206
+ 20
+568.0134132952449
+ 30
+0.0
+ 11
+1699.914175937088
+ 21
+568.0134132952449
+ 31
+0.0
+  0
+LINE
+  5
+13141
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1699.914175937088
+ 20
+568.0134132952449
+ 30
+0.0
+ 11
+1699.914175937088
+ 21
+564.6447233377082
+ 31
+0.0
+  0
+LINE
+  5
+13142
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1699.914175937088
+ 20
+564.6447233377082
+ 30
+0.0
+ 11
+1690.912415543206
+ 21
+564.6447232903939
+ 31
+0.0
+  0
+LINE
+  5
+13143
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1690.912415543206
+ 20
+564.6447232903939
+ 30
+0.0
+ 11
+1690.912415543206
+ 21
+568.0134132952449
+ 31
+0.0
+  0
+SOLID
+  5
+13144
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1672.912415543205
+ 20
+564.6447232903939
+ 30
+0.0
+ 11
+1672.912415543205
+ 21
+568.0134132952449
+ 31
+0.0
+ 12
+1681.914175937088
+ 22
+564.6447233377082
+ 32
+0.0
+ 13
+1681.914175937088
+ 23
+568.0155280719993
+ 33
+0.0
+  0
+LINE
+  5
+13145
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1672.912415543205
+ 20
+568.0134132952449
+ 30
+0.0
+ 11
+1681.914175937088
+ 21
+568.0134132952449
+ 31
+0.0
+  0
+LINE
+  5
+13146
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1681.914175937088
+ 20
+568.0134132952449
+ 30
+0.0
+ 11
+1681.914175937088
+ 21
+564.6447233377082
+ 31
+0.0
+  0
+LINE
+  5
+13147
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1681.914175937088
+ 20
+564.6447233377082
+ 30
+0.0
+ 11
+1672.912415543205
+ 21
+564.6447232903939
+ 31
+0.0
+  0
+LINE
+  5
+13148
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1672.912415543205
+ 20
+564.6447232903939
+ 30
+0.0
+ 11
+1672.912415543205
+ 21
+568.0134132952449
+ 31
+0.0
+  0
+SOLID
+  5
+13149
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1654.912415543205
+ 20
+564.6447232903939
+ 30
+0.0
+ 11
+1654.912415543205
+ 21
+568.0134132952449
+ 31
+0.0
+ 12
+1663.914175937088
+ 22
+564.6447233377082
+ 32
+0.0
+ 13
+1663.914175937088
+ 23
+568.0155280719993
+ 33
+0.0
+  0
+LINE
+  5
+1314A
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1654.912415543205
+ 20
+568.0134132952449
+ 30
+0.0
+ 11
+1663.914175937088
+ 21
+568.0134132952449
+ 31
+0.0
+  0
+LINE
+  5
+1314B
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1663.914175937088
+ 20
+568.0134132952449
+ 30
+0.0
+ 11
+1663.914175937088
+ 21
+564.6447233377082
+ 31
+0.0
+  0
+LINE
+  5
+1314C
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1663.914175937088
+ 20
+564.6447233377082
+ 30
+0.0
+ 11
+1654.912415543205
+ 21
+564.6447232903939
+ 31
+0.0
+  0
+LINE
+  5
+1314D
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1654.912415543205
+ 20
+564.6447232903939
+ 30
+0.0
+ 11
+1654.912415543205
+ 21
+568.0134132952449
+ 31
+0.0
+  0
+SOLID
+  5
+1314E
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1672.912452934268
+ 20
+572.6446876435956
+ 30
+0.0
+ 11
+1672.912452934268
+ 21
+576.0133776484467
+ 31
+0.0
+ 12
+1681.91421332815
+ 22
+572.6446876909102
+ 32
+0.0
+ 13
+1681.91421332815
+ 23
+576.0154924252012
+ 33
+0.0
+  0
+SOLID
+  5
+1314F
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1654.912452934268
+ 20
+572.6446876435956
+ 30
+0.0
+ 11
+1654.912452934268
+ 21
+576.0133776484467
+ 31
+0.0
+ 12
+1663.91421332815
+ 22
+572.6446876909102
+ 32
+0.0
+ 13
+1663.91421332815
+ 23
+576.0154924252012
+ 33
+0.0
+  0
+SOLID
+  5
+13150
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1690.912452934268
+ 20
+572.6446876435956
+ 30
+0.0
+ 11
+1690.912452934268
+ 21
+576.0133776484467
+ 31
+0.0
+ 12
+1699.91421332815
+ 22
+572.6446876909102
+ 32
+0.0
+ 13
+1699.91421332815
+ 23
+576.0154924252012
+ 33
+0.0
+  0
+SOLID
+  5
+13151
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1690.912417275723
+ 20
+572.6447183597214
+ 30
+0.0
+ 11
+1690.912417275723
+ 21
+576.0134083645723
+ 31
+0.0
+ 12
+1699.914177669606
+ 22
+572.6447184070357
+ 32
+0.0
+ 13
+1699.914177669606
+ 23
+576.015523141327
+ 33
+0.0
+  0
+LINE
+  5
+13152
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1690.912417275723
+ 20
+576.0134083645723
+ 30
+0.0
+ 11
+1699.914177669606
+ 21
+576.0134083645723
+ 31
+0.0
+  0
+LINE
+  5
+13153
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1699.914177669606
+ 20
+576.0134083645723
+ 30
+0.0
+ 11
+1699.914177669606
+ 21
+572.6447184070357
+ 31
+0.0
+  0
+LINE
+  5
+13154
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1699.914177669606
+ 20
+572.6447184070357
+ 30
+0.0
+ 11
+1690.912417275723
+ 21
+572.6447183597214
+ 31
+0.0
+  0
+LINE
+  5
+13155
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1690.912417275723
+ 20
+572.6447183597214
+ 30
+0.0
+ 11
+1690.912417275723
+ 21
+576.0134083645723
+ 31
+0.0
+  0
+SOLID
+  5
+13156
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1672.912417275723
+ 20
+572.6447183597214
+ 30
+0.0
+ 11
+1672.912417275723
+ 21
+576.0134083645723
+ 31
+0.0
+ 12
+1681.914177669606
+ 22
+572.6447184070357
+ 32
+0.0
+ 13
+1681.914177669606
+ 23
+576.015523141327
+ 33
+0.0
+  0
+LINE
+  5
+13157
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1672.912417275723
+ 20
+576.0134083645723
+ 30
+0.0
+ 11
+1681.914177669606
+ 21
+576.0134083645723
+ 31
+0.0
+  0
+LINE
+  5
+13158
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1681.914177669606
+ 20
+576.0134083645723
+ 30
+0.0
+ 11
+1681.914177669606
+ 21
+572.6447184070357
+ 31
+0.0
+  0
+LINE
+  5
+13159
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1681.914177669606
+ 20
+572.6447184070357
+ 30
+0.0
+ 11
+1672.912417275723
+ 21
+572.6447183597214
+ 31
+0.0
+  0
+LINE
+  5
+1315A
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1672.912417275723
+ 20
+572.6447183597214
+ 30
+0.0
+ 11
+1672.912417275723
+ 21
+576.0134083645723
+ 31
+0.0
+  0
+SOLID
+  5
+1315B
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1654.912417275722
+ 20
+572.6447183597214
+ 30
+0.0
+ 11
+1654.912417275722
+ 21
+576.0134083645723
+ 31
+0.0
+ 12
+1663.914177669606
+ 22
+572.6447184070357
+ 32
+0.0
+ 13
+1663.914177669606
+ 23
+576.015523141327
+ 33
+0.0
+  0
+LINE
+  5
+1315C
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1654.912417275722
+ 20
+576.0134083645723
+ 30
+0.0
+ 11
+1663.914177669606
+ 21
+576.0134083645723
+ 31
+0.0
+  0
+LINE
+  5
+1315D
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1663.914177669606
+ 20
+576.0134083645723
+ 30
+0.0
+ 11
+1663.914177669606
+ 21
+572.6447184070357
+ 31
+0.0
+  0
+LINE
+  5
+1315E
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1663.914177669606
+ 20
+572.6447184070357
+ 30
+0.0
+ 11
+1654.912417275722
+ 21
+572.6447183597214
+ 31
+0.0
+  0
+LINE
+  5
+1315F
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1654.912417275722
+ 20
+572.6447183597214
+ 30
+0.0
+ 11
+1654.912417275722
+ 21
+576.0134083645723
+ 31
+0.0
+  0
+SOLID
+  5
+13160
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1672.912449384804
+ 20
+580.6446834912102
+ 30
+0.0
+ 11
+1672.912449384804
+ 21
+584.0133734960613
+ 31
+0.0
+ 12
+1681.914209778687
+ 22
+580.6446835385247
+ 32
+0.0
+ 13
+1681.914209778687
+ 23
+584.0154882728159
+ 33
+0.0
+  0
+SOLID
+  5
+13161
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1654.912449384804
+ 20
+580.6446834912102
+ 30
+0.0
+ 11
+1654.912449384804
+ 21
+584.0133734960613
+ 31
+0.0
+ 12
+1663.914209778687
+ 22
+580.6446835385247
+ 32
+0.0
+ 13
+1663.914209778687
+ 23
+584.0154882728159
+ 33
+0.0
+  0
+SOLID
+  5
+13162
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1690.912449694731
+ 20
+580.6446834912102
+ 30
+0.0
+ 11
+1690.912449694731
+ 21
+584.0133734960613
+ 31
+0.0
+ 12
+1699.914210088613
+ 22
+580.6446835385247
+ 32
+0.0
+ 13
+1699.914210088613
+ 23
+584.0154882728159
+ 33
+0.0
+  0
+SOLID
+  5
+13163
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1690.912414036187
+ 20
+580.6447142073359
+ 30
+0.0
+ 11
+1690.912414036187
+ 21
+584.0134042121868
+ 31
+0.0
+ 12
+1699.914174430069
+ 22
+580.6447142546502
+ 32
+0.0
+ 13
+1699.914174430069
+ 23
+584.0155189889413
+ 33
+0.0
+  0
+LINE
+  5
+13164
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1690.912414036187
+ 20
+584.0134042121868
+ 30
+0.0
+ 11
+1699.914174430069
+ 21
+584.0134042121868
+ 31
+0.0
+  0
+LINE
+  5
+13165
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1699.914174430069
+ 20
+584.0134042121868
+ 30
+0.0
+ 11
+1699.914174430069
+ 21
+580.6447142546502
+ 31
+0.0
+  0
+LINE
+  5
+13166
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1699.914174430069
+ 20
+580.6447142546502
+ 30
+0.0
+ 11
+1690.912414036187
+ 21
+580.6447142073359
+ 31
+0.0
+  0
+LINE
+  5
+13167
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1690.912414036187
+ 20
+580.6447142073359
+ 30
+0.0
+ 11
+1690.912414036187
+ 21
+584.0134042121868
+ 31
+0.0
+  0
+SOLID
+  5
+13168
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1672.91241372626
+ 20
+580.6447142073359
+ 30
+0.0
+ 11
+1672.91241372626
+ 21
+584.0134042121868
+ 31
+0.0
+ 12
+1681.914174120143
+ 22
+580.6447142546502
+ 32
+0.0
+ 13
+1681.914174120143
+ 23
+584.0155189889413
+ 33
+0.0
+  0
+LINE
+  5
+13169
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1672.91241372626
+ 20
+584.0134042121868
+ 30
+0.0
+ 11
+1681.914174120143
+ 21
+584.0134042121868
+ 31
+0.0
+  0
+LINE
+  5
+1316A
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1681.914174120143
+ 20
+584.0134042121868
+ 30
+0.0
+ 11
+1681.914174120143
+ 21
+580.6447142546502
+ 31
+0.0
+  0
+LINE
+  5
+1316B
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1681.914174120143
+ 20
+580.6447142546502
+ 30
+0.0
+ 11
+1672.91241372626
+ 21
+580.6447142073359
+ 31
+0.0
+  0
+LINE
+  5
+1316C
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1672.91241372626
+ 20
+580.6447142073359
+ 30
+0.0
+ 11
+1672.91241372626
+ 21
+584.0134042121868
+ 31
+0.0
+  0
+SOLID
+  5
+1316D
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1654.91241372626
+ 20
+580.6447142073359
+ 30
+0.0
+ 11
+1654.91241372626
+ 21
+584.0134042121868
+ 31
+0.0
+ 12
+1663.914174120143
+ 22
+580.6447142546502
+ 32
+0.0
+ 13
+1663.914174120143
+ 23
+584.0155189889413
+ 33
+0.0
+  0
+LINE
+  5
+1316E
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1654.91241372626
+ 20
+584.0134042121868
+ 30
+0.0
+ 11
+1663.914174120143
+ 21
+584.0134042121868
+ 31
+0.0
+  0
+LINE
+  5
+1316F
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1663.914174120143
+ 20
+584.0134042121868
+ 30
+0.0
+ 11
+1663.914174120143
+ 21
+580.6447142546502
+ 31
+0.0
+  0
+LINE
+  5
+13170
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1663.914174120143
+ 20
+580.6447142546502
+ 30
+0.0
+ 11
+1654.91241372626
+ 21
+580.6447142073359
+ 31
+0.0
+  0
+LINE
+  5
+13171
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1654.91241372626
+ 20
+580.6447142073359
+ 30
+0.0
+ 11
+1654.91241372626
+ 21
+584.0134042121868
+ 31
+0.0
+  0
+INSERT
+  5
+13172
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Jbutton
+ 10
+1708.912414569916
+ 20
+550.3074386685773
+ 30
+0.0
+ 41
+120.0
+ 42
+32.0
+ 43
+80.0
+  0
+ATTRIB
+  5
+13173
+330
+13172
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1708.912414569916
+ 20
+550.3074386685773
+ 30
+0.0
+ 40
+3.2
+  1
+_F2
+ 41
+3.749999999999998
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COMMANDE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+13174
+330
+13172
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1708.912414569916
+ 20
+550.3074386685773
+ 30
+0.0
+ 40
+3.2
+  1
+
+ 41
+3.749999999999998
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+13175
+330
+13172
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1708.912414569916
+ 20
+550.3074386685773
+ 30
+0.0
+ 40
+3.2
+  1
+8
+ 41
+3.749999999999998
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+13176
+330
+13172
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1708.912414569916
+ 20
+550.3074386685773
+ 30
+0.0
+ 40
+3.2
+  1
+8
+ 41
+3.749999999999998
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+13177
+330
+13172
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1708.912414569916
+ 20
+550.3074386685773
+ 30
+0.0
+ 40
+3.2
+  1
+0
+ 41
+3.749999999999998
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CONFIRM
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+13178
+330
+13172
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1708.912414569916
+ 20
+550.3074386685773
+ 30
+0.0
+ 40
+3.2
+  1
+
+ 41
+3.749999999999998
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+13179
+330
+13172
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1708.912414569916
+ 20
+550.3074386685773
+ 30
+0.0
+ 40
+3.2
+  1
+
+ 41
+3.749999999999998
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1317A
+330
+13172
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1708.912414569916
+ 20
+550.3074386685773
+ 30
+0.0
+ 40
+3.2
+  1
+Vue cryogénie
+ 41
+3.749999999999998
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+TEXTE
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+1317B
+330
+13172
+100
+AcDbEntity
+  8
+0
+  0
+SOLID
+  5
+1317C
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1632.283162715881
+ 20
+414.5467041078275
+ 30
+0.0
+ 11
+1628.914554285244
+ 21
+414.5466896451235
+ 31
+0.0
+ 12
+1632.283218061779
+ 22
+540.6447235658039
+ 32
+0.0
+ 13
+1628.912413327488
+ 23
+540.6447235658039
+ 33
+0.0
+  0
+SOLID
+  5
+1317D
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1624.28327779821
+ 20
+423.6446716204818
+ 30
+0.0
+ 11
+1620.914587793693
+ 21
+423.6446381082179
+ 31
+0.0
+ 12
+1624.283218061779
+ 22
+548.6446877950578
+ 32
+0.0
+ 13
+1620.912413327487
+ 23
+548.6446877950578
+ 33
+0.0
+  0
+SOLID
+  5
+1317E
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+    11
+100
+AcDbTrace
+ 10
+1616.283376096644
+ 20
+481.210657777823
+ 30
+0.0
+ 11
+1612.91468609184
+ 21
+481.2106452352201
+ 31
+0.0
+ 12
+1616.283218061778
+ 22
+556.644689519457
+ 32
+0.0
+ 13
+1612.912413327488
+ 23
+556.644689519457
+ 33
+0.0
+  0
+LINE
+  5
+1317F
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1628.91455418007
+ 20
+414.5528841572895
+ 30
+0.0
+ 11
+1628.912413327488
+ 21
+544.0134135706549
+ 31
+0.0
+  0
+LINE
+  5
+13180
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1628.912413327488
+ 20
+544.0134135706549
+ 30
+0.0
+ 11
+1645.914172263481
+ 21
+544.0134135706549
+ 31
+0.0
+  0
+LINE
+  5
+13181
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1645.914172263481
+ 20
+544.0134135706549
+ 30
+0.0
+ 11
+1645.914172263481
+ 21
+540.6447236131183
+ 31
+0.0
+  0
+LINE
+  5
+13182
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1645.914172263481
+ 20
+540.6447236131183
+ 30
+0.0
+ 11
+1632.283218061779
+ 21
+540.6447235658039
+ 31
+0.0
+  0
+LINE
+  5
+13183
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1632.283218061779
+ 20
+540.6447235658039
+ 30
+0.0
+ 11
+1632.283218074696
+ 21
+411.1758993741146
+ 31
+0.0
+  0
+LINE
+  5
+13184
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1620.914529066343
+ 20
+427.0206030134481
+ 30
+0.0
+ 11
+1620.912413327487
+ 21
+552.0133777999088
+ 31
+0.0
+  0
+LINE
+  5
+13185
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1620.912413327487
+ 20
+552.0133777999088
+ 30
+0.0
+ 11
+1645.914209164453
+ 21
+552.0133777999088
+ 31
+0.0
+  0
+LINE
+  5
+13186
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1645.914209164453
+ 20
+552.0133777999088
+ 30
+0.0
+ 11
+1645.914209164453
+ 21
+548.6446878423723
+ 31
+0.0
+  0
+LINE
+  5
+13187
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1645.914209164453
+ 20
+548.6446878423723
+ 30
+0.0
+ 11
+1624.283218061779
+ 21
+548.6446878014368
+ 31
+0.0
+  0
+LINE
+  5
+13188
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1624.283218061779
+ 20
+548.6446878014368
+ 30
+0.0
+ 11
+1624.28327779821
+ 21
+423.6446716204818
+ 31
+0.0
+  0
+LINE
+  5
+13189
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1612.914685642406
+ 20
+481.22556215809
+ 30
+0.0
+ 11
+1612.909636862378
+ 21
+560.0133793463901
+ 31
+0.0
+  0
+LINE
+  5
+1318A
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1612.909636862378
+ 20
+560.0133793463901
+ 30
+0.0
+ 11
+1645.914176809925
+ 21
+560.0154943010624
+ 31
+0.0
+  0
+LINE
+  5
+1318B
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1645.914176809925
+ 20
+560.0154943010624
+ 30
+0.0
+ 11
+1645.914176809925
+ 21
+556.6446895667714
+ 31
+0.0
+  0
+LINE
+  5
+1318C
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1645.914176809925
+ 20
+556.6446895667714
+ 30
+0.0
+ 11
+1616.283218061909
+ 21
+556.6446274896893
+ 31
+0.0
+  0
+LINE
+  5
+1318D
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1616.283218061909
+ 20
+556.6446274896893
+ 30
+0.0
+ 11
+1616.283376096638
+ 21
+477.8398591089064
+ 31
+0.0
+  0
+SOLID
+  5
+1318E
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1608.283021084072
+ 20
+489.7951570149746
+ 30
+0.0
+ 11
+1604.913715389554
+ 21
+489.7951397679133
+ 31
+0.0
+ 12
+1608.283218061779
+ 22
+564.6446925742682
+ 32
+0.0
+ 13
+1604.912413327487
+ 23
+564.6446925742682
+ 33
+0.0
+  0
+LINE
+  5
+1318F
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1604.913656805585
+ 20
+493.1628623849839
+ 30
+0.0
+ 11
+1604.912413327487
+ 21
+568.0133825791194
+ 31
+0.0
+  0
+LINE
+  5
+13190
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1604.912413327487
+ 20
+568.0133825791194
+ 30
+0.0
+ 11
+1645.914211595632
+ 21
+568.0133825791194
+ 31
+0.0
+  0
+LINE
+  5
+13191
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1645.914211595632
+ 20
+568.0133825791194
+ 30
+0.0
+ 11
+1645.914211595632
+ 21
+564.6446926215827
+ 31
+0.0
+  0
+LINE
+  5
+13192
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1645.914211595632
+ 20
+564.6446926215827
+ 30
+0.0
+ 11
+1608.283218062039
+ 21
+564.6447916531497
+ 31
+0.0
+  0
+LINE
+  5
+13193
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1608.283218062039
+ 20
+564.6447916531497
+ 30
+0.0
+ 11
+1608.283021084072
+ 21
+489.7951570149746
+ 31
+0.0
+  0
+SOLID
+  5
+13194
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1672.912449384804
+ 20
+588.6446834912102
+ 30
+0.0
+ 11
+1672.912449384804
+ 21
+592.0133734960614
+ 31
+0.0
+ 12
+1681.914209778687
+ 22
+588.6446835385247
+ 32
+0.0
+ 13
+1681.914209778687
+ 23
+592.0154882728159
+ 33
+0.0
+  0
+SOLID
+  5
+13195
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1654.912449384804
+ 20
+588.6446834912102
+ 30
+0.0
+ 11
+1654.912449384804
+ 21
+592.0133734960614
+ 31
+0.0
+ 12
+1663.914209778687
+ 22
+588.6446835385247
+ 32
+0.0
+ 13
+1663.914209778687
+ 23
+592.0154882728159
+ 33
+0.0
+  0
+SOLID
+  5
+13196
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1690.912449694731
+ 20
+588.6446834912102
+ 30
+0.0
+ 11
+1690.912449694731
+ 21
+592.0133734960614
+ 31
+0.0
+ 12
+1699.914210088613
+ 22
+588.6446835385247
+ 32
+0.0
+ 13
+1699.914210088613
+ 23
+592.0154882728159
+ 33
+0.0
+  0
+SOLID
+  5
+13197
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1690.912414036187
+ 20
+588.6447142073359
+ 30
+0.0
+ 11
+1690.912414036187
+ 21
+592.0134042121868
+ 31
+0.0
+ 12
+1699.914174430069
+ 22
+588.6447142546502
+ 32
+0.0
+ 13
+1699.914174430069
+ 23
+592.0155189889413
+ 33
+0.0
+  0
+LINE
+  5
+13198
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1690.912414036187
+ 20
+592.0134042121868
+ 30
+0.0
+ 11
+1699.914174430069
+ 21
+592.0134042121868
+ 31
+0.0
+  0
+LINE
+  5
+13199
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1699.914174430069
+ 20
+592.0134042121868
+ 30
+0.0
+ 11
+1699.914174430069
+ 21
+588.6447142546502
+ 31
+0.0
+  0
+LINE
+  5
+1319A
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1699.914174430069
+ 20
+588.6447142546502
+ 30
+0.0
+ 11
+1690.912414036187
+ 21
+588.6447142073359
+ 31
+0.0
+  0
+LINE
+  5
+1319B
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1690.912414036187
+ 20
+588.6447142073359
+ 30
+0.0
+ 11
+1690.912414036187
+ 21
+592.0134042121868
+ 31
+0.0
+  0
+SOLID
+  5
+1319C
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1672.91241372626
+ 20
+588.6447142073359
+ 30
+0.0
+ 11
+1672.91241372626
+ 21
+592.0134042121868
+ 31
+0.0
+ 12
+1681.914174120143
+ 22
+588.6447142546502
+ 32
+0.0
+ 13
+1681.914174120143
+ 23
+592.0155189889413
+ 33
+0.0
+  0
+LINE
+  5
+1319D
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1672.91241372626
+ 20
+592.0134042121868
+ 30
+0.0
+ 11
+1681.914174120143
+ 21
+592.0134042121868
+ 31
+0.0
+  0
+LINE
+  5
+1319E
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1681.914174120143
+ 20
+592.0134042121868
+ 30
+0.0
+ 11
+1681.914174120143
+ 21
+588.6447142546502
+ 31
+0.0
+  0
+LINE
+  5
+1319F
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1681.914174120143
+ 20
+588.6447142546502
+ 30
+0.0
+ 11
+1672.91241372626
+ 21
+588.6447142073359
+ 31
+0.0
+  0
+LINE
+  5
+131A0
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1672.91241372626
+ 20
+588.6447142073359
+ 30
+0.0
+ 11
+1672.91241372626
+ 21
+592.0134042121868
+ 31
+0.0
+  0
+SOLID
+  5
+131A1
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1654.91241372626
+ 20
+588.6447142073359
+ 30
+0.0
+ 11
+1654.91241372626
+ 21
+592.0134042121868
+ 31
+0.0
+ 12
+1663.914174120143
+ 22
+588.6447142546502
+ 32
+0.0
+ 13
+1663.914174120143
+ 23
+592.0155189889413
+ 33
+0.0
+  0
+LINE
+  5
+131A2
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1654.91241372626
+ 20
+592.0134042121868
+ 30
+0.0
+ 11
+1663.914174120143
+ 21
+592.0134042121868
+ 31
+0.0
+  0
+LINE
+  5
+131A3
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1663.914174120143
+ 20
+592.0134042121868
+ 30
+0.0
+ 11
+1663.914174120143
+ 21
+588.6447142546502
+ 31
+0.0
+  0
+LINE
+  5
+131A4
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1663.914174120143
+ 20
+588.6447142546502
+ 30
+0.0
+ 11
+1654.91241372626
+ 21
+588.6447142073359
+ 31
+0.0
+  0
+LINE
+  5
+131A5
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1654.91241372626
+ 20
+588.6447142073359
+ 30
+0.0
+ 11
+1654.91241372626
+ 21
+592.0134042121868
+ 31
+0.0
+  0
+SOLID
+  5
+131A6
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1585.91064984505
+ 20
+591.6467686997317
+ 30
+0.0
+ 11
+1585.910649845051
+ 21
+588.6467686997317
+ 31
+0.0
+ 12
+1645.912408781043
+ 22
+592.0154586572683
+ 32
+0.0
+ 13
+1645.912408781043
+ 23
+588.6446539229772
+ 33
+0.0
+  0
+SOLID
+  5
+131A7
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1577.910656098146
+ 20
+584.0162223314607
+ 30
+0.0
+ 11
+1577.910656098146
+ 21
+580.6468044704779
+ 31
+0.0
+ 12
+1645.912445682016
+ 22
+584.0154944280145
+ 32
+0.0
+ 13
+1645.912445682016
+ 23
+580.6446896937234
+ 33
+0.0
+  0
+SOLID
+  5
+131A8
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1589.281399233444
+ 20
+770.8271630415953
+ 30
+0.0
+ 11
+1585.914680128856
+ 21
+770.8271630415953
+ 31
+0.0
+ 12
+1589.302025961418
+ 22
+591.6676075274348
+ 32
+0.0
+ 13
+1585.931348492968
+ 23
+591.6468958857302
+ 33
+0.0
+  0
+SOLID
+  5
+131A9
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1581.281514315771
+ 20
+711.8548497100926
+ 30
+0.0
+ 11
+1577.912824428407
+ 21
+711.8548497100926
+ 31
+0.0
+ 12
+1581.281422474204
+ 22
+584.0161862501681
+ 32
+0.0
+ 13
+1577.910711630491
+ 23
+584.0162223308664
+ 33
+0.0
+  0
+LINE
+  5
+131AA
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1585.914993700216
+ 20
+767.4563583364743
+ 30
+0.0
+ 11
+1585.910649845051
+ 21
+588.6467686997317
+ 31
+0.0
+  0
+LINE
+  5
+131AB
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1585.910649845051
+ 20
+588.6467686997272
+ 30
+0.0
+ 11
+1645.912408781043
+ 21
+588.6467686997319
+ 31
+0.0
+  0
+LINE
+  5
+131AC
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1645.912408781043
+ 20
+588.6467686997319
+ 30
+0.0
+ 11
+1645.912408781043
+ 21
+592.0154586572683
+ 31
+0.0
+  0
+LINE
+  5
+131AD
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1645.912408781043
+ 20
+592.0154586572683
+ 30
+0.0
+ 11
+1589.304066889032
+ 21
+591.6676200682258
+ 31
+0.0
+  0
+LINE
+  5
+131AE
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1589.304066889032
+ 20
+591.6676200682258
+ 30
+0.0
+ 11
+1589.281399233444
+ 21
+770.8271630415953
+ 31
+0.0
+  0
+LINE
+  5
+131AF
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1577.912765583906
+ 20
+708.6395792569386
+ 30
+0.0
+ 11
+1577.910656098146
+ 21
+580.6468044704779
+ 31
+0.0
+  0
+LINE
+  5
+131B0
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1577.910656098146
+ 20
+580.6468044704779
+ 30
+0.0
+ 11
+1645.912445682016
+ 21
+580.6468044704779
+ 31
+0.0
+  0
+LINE
+  5
+131B1
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1645.912445682016
+ 20
+580.6468044704779
+ 30
+0.0
+ 11
+1645.912445682016
+ 21
+584.0154944280145
+ 31
+0.0
+  0
+LINE
+  5
+131B2
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1645.912445682016
+ 20
+584.0154944280145
+ 30
+0.0
+ 11
+1581.28142247373
+ 21
+584.0155253221628
+ 31
+0.0
+  0
+LINE
+  5
+131B3
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1581.281422474204
+ 20
+584.0161862501681
+ 30
+0.0
+ 11
+1581.281514315773
+ 21
+711.8548497100926
+ 31
+0.0
+  0
+SOLID
+  5
+131B4
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1568.912413327488
+ 20
+576.0154944753288
+ 30
+0.0
+ 11
+1568.912413327488
+ 21
+572.6446879693242
+ 31
+0.0
+ 12
+1645.912445682016
+ 22
+576.0154944280145
+ 32
+0.0
+ 13
+1645.912445682016
+ 23
+572.6446896937232
+ 33
+0.0
+  0
+LINE
+  5
+131B5
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1568.912413327488
+ 20
+572.6446879693242
+ 30
+0.0
+ 11
+1645.912445682016
+ 21
+572.6468044704779
+ 31
+0.0
+  0
+LINE
+  5
+131B6
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1645.912445682016
+ 20
+572.6468044704779
+ 30
+0.0
+ 11
+1645.912445682016
+ 21
+576.0154944280145
+ 31
+0.0
+  0
+LINE
+  5
+131B7
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1645.912445682016
+ 20
+576.0154944280145
+ 30
+0.0
+ 11
+1572.283278448808
+ 21
+576.0155256922476
+ 31
+0.0
+  0
+SOLID
+  5
+131B8
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1572.283278448808
+ 20
+576.0155256922476
+ 30
+0.0
+ 11
+1568.914588444291
+ 21
+576.0154921799835
+ 31
+0.0
+ 12
+1572.283218714001
+ 22
+649.5225946776931
+ 32
+0.0
+ 13
+1568.91241397971
+ 23
+649.5225946775867
+ 33
+0.0
+  0
+LINE
+  5
+131B9
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1568.91241397971
+ 20
+649.5225946775867
+ 30
+0.0
+ 11
+1568.912413327488
+ 21
+572.6446879693242
+ 31
+0.0
+  0
+LINE
+  5
+131BA
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1572.283218714001
+ 20
+652.8933994120039
+ 30
+0.0
+ 11
+1572.28318607031
+ 21
+576.0155256922868
+ 31
+0.0
+  0
+ENDBLK
+  5
+131BE
+330
+12EE4
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+13334
+330
+13333
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+S_VREGLM
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+S_VREGLM
+  1
+
+  0
+LINE
+  5
+13335
+330
+13333
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+-2.25
+ 20
+-1.125
+ 30
+0.0
+ 11
+-2.25
+ 21
+1.125
+ 31
+0.0
+  0
+LINE
+  5
+13336
+330
+13333
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+-2.25
+ 20
+1.125
+ 30
+0.0
+ 11
+2.25
+ 21
+-1.125
+ 31
+0.0
+  0
+LINE
+  5
+13337
+330
+13333
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+2.25
+ 20
+-1.125
+ 30
+0.0
+ 11
+2.25
+ 21
+1.125
+ 31
+0.0
+  0
+LINE
+  5
+13338
+330
+13333
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+2.686973347951549
+ 20
+1.343486673975802
+ 30
+0.0
+ 11
+-2.686973347951549
+ 21
+-1.343486673975774
+ 31
+0.0
+  0
+SOLID
+  5
+13339
+330
+13333
+100
+AcDbEntity
+  8
+0
+100
+AcDbTrace
+ 10
+4.028614134451458
+ 20
+2.014307067225729
+ 30
+0.0
+ 11
+2.519268249639083
+ 21
+1.678896870600737
+ 31
+0.0
+ 12
+2.854678446264017
+ 22
+1.008076477350839
+ 32
+0.0
+ 13
+2.854678446264017
+ 23
+1.008076477350839
+ 33
+0.0
+  0
+LINE
+  5
+1333A
+330
+13333
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+0.0
+ 20
+2.25
+ 30
+0.0
+ 11
+0.0
+ 21
+0.0
+ 31
+0.0
+  0
+LINE
+  5
+1333B
+330
+13333
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+-1.5
+ 20
+2.25
+ 30
+0.0
+ 11
+1.5
+ 21
+2.25
+ 31
+0.0
+  0
+ENDBLK
+  5
+1333C
+330
+13333
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+1333E
+330
+1333D
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+S_VDMANU
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+S_VDMANU
+  1
+
+  0
+LINE
+  5
+1333F
+330
+1333D
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+-2.25
+ 20
+-1.125
+ 30
+0.0
+ 11
+-2.25
+ 21
+1.125
+ 31
+0.0
+  0
+LINE
+  5
+13340
+330
+1333D
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+-2.25
+ 20
+1.125
+ 30
+0.0
+ 11
+2.25
+ 21
+-1.125
+ 31
+0.0
+  0
+LINE
+  5
+13341
+330
+1333D
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+2.25
+ 20
+-1.125
+ 30
+0.0
+ 11
+2.25
+ 21
+1.125
+ 31
+0.0
+  0
+LINE
+  5
+13342
+330
+1333D
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+2.25
+ 20
+1.125
+ 30
+0.0
+ 11
+-2.25
+ 21
+-1.125
+ 31
+0.0
+  0
+LINE
+  5
+13343
+330
+1333D
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+-1.5
+ 20
+2.25
+ 30
+0.0
+ 11
+1.5
+ 21
+2.25
+ 31
+0.0
+  0
+LINE
+  5
+13344
+330
+1333D
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+0.0
+ 20
+2.25
+ 30
+0.0
+ 11
+0.0
+ 21
+0.0
+ 31
+0.0
+  0
+ENDBLK
+  5
+13345
+330
+1333D
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+13347
+330
+13346
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+S_INSLO1
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+S_INSLO1
+  1
+
+  0
+INSERT
+  5
+13348
+330
+13346
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+  2
+IL
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+ 41
+0.9
+ 42
+0.9
+ 43
+0.9
+  0
+ENDBLK
+  5
+13349
+330
+13346
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+1334B
+330
+1334A
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+S_DSKRUP
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+S_DSKRUP
+  1
+
+  0
+SOLID
+  5
+1334C
+330
+1334A
+100
+AcDbEntity
+  8
+0
+100
+AcDbTrace
+ 10
+0.0
+ 20
+5.25
+ 30
+0.0
+ 11
+-0.5625
+ 21
+3.0
+ 31
+0.0
+ 12
+0.5625
+ 22
+3.0
+ 32
+0.0
+ 13
+0.5625
+ 23
+3.0
+ 33
+0.0
+  0
+LINE
+  5
+1334D
+330
+1334A
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+0.0
+ 20
+2.25
+ 30
+0.0
+ 11
+0.0
+ 21
+3.0
+ 31
+0.0
+  0
+LINE
+  5
+1334E
+330
+1334A
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+0.0
+ 20
+2.25
+ 30
+0.0
+ 11
+2.25
+ 21
+0.0
+ 31
+0.0
+  0
+LINE
+  5
+1334F
+330
+1334A
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+-2.25
+ 20
+0.0
+ 30
+0.0
+ 11
+0.0
+ 21
+2.25
+ 31
+0.0
+  0
+LINE
+  5
+13350
+330
+1334A
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+2.25
+ 20
+0.0
+ 30
+0.0
+ 11
+-2.25
+ 21
+0.0
+ 31
+0.0
+  0
+LINE
+  5
+13351
+330
+1334A
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+2.25
+ 20
+2.25
+ 30
+0.0
+ 11
+2.25
+ 21
+0.0
+ 31
+0.0
+  0
+LINE
+  5
+13352
+330
+1334A
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+-2.25
+ 20
+2.25
+ 30
+0.0
+ 11
+2.25
+ 21
+2.25
+ 31
+0.0
+  0
+LINE
+  5
+13353
+330
+1334A
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+-2.25
+ 20
+0.0
+ 30
+0.0
+ 11
+-2.25
+ 21
+2.25
+ 31
+0.0
+  0
+ENDBLK
+  5
+13354
+330
+1334A
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+135AA
+330
+135A9
+100
+AcDbEntity
+  8
+HE_SYM
+100
+AcDbBlockBegin
+  2
+S_DEVERS
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+S_DEVERS
+  1
+
+  0
+SOLID
+  5
+135AB
+330
+135A9
+100
+AcDbEntity
+  8
+0
+100
+AcDbTrace
+ 10
+5.25
+ 20
+0.0
+ 30
+0.0
+ 11
+3.0
+ 21
+0.5625
+ 31
+0.0
+ 12
+3.0
+ 22
+-0.5625
+ 32
+0.0
+ 13
+3.0
+ 23
+-0.5625
+ 33
+0.0
+  0
+LINE
+  5
+135AC
+330
+135A9
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+-2.25
+ 20
+1.875
+ 30
+0.0
+ 11
+0.0
+ 21
+0.0
+ 31
+0.0
+  0
+LINE
+  5
+135AD
+330
+135A9
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+-2.25
+ 20
+4.875
+ 30
+0.0
+ 11
+-2.25
+ 21
+1.875
+ 31
+0.0
+  0
+LINE
+  5
+135AE
+330
+135A9
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+0.0
+ 20
+4.875
+ 30
+0.0
+ 11
+-2.25
+ 21
+4.875
+ 31
+0.0
+  0
+LINE
+  5
+135AF
+330
+135A9
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+0.0
+ 20
+4.125
+ 30
+0.0
+ 11
+0.0
+ 21
+4.875
+ 31
+0.0
+  0
+LINE
+  5
+135B0
+330
+135A9
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+2.25
+ 20
+0.0
+ 30
+0.0
+ 11
+3.0
+ 21
+0.0
+ 31
+0.0
+  0
+LINE
+  5
+135B1
+330
+135A9
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+-2.25
+ 20
+-1.125
+ 30
+0.0
+ 11
+-2.25
+ 21
+1.125
+ 31
+0.0
+  0
+LINE
+  5
+135B2
+330
+135A9
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+-2.25
+ 20
+1.125
+ 30
+0.0
+ 11
+2.25
+ 21
+-1.125
+ 31
+0.0
+  0
+LINE
+  5
+135B3
+330
+135A9
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+2.25
+ 20
+-1.125
+ 30
+0.0
+ 11
+2.25
+ 21
+1.125
+ 31
+0.0
+  0
+LINE
+  5
+135B4
+330
+135A9
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+2.25
+ 20
+1.125
+ 30
+0.0
+ 11
+-2.25
+ 21
+-1.125
+ 31
+0.0
+  0
+LINE
+  5
+135B5
+330
+135A9
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+0.0
+ 20
+2.25
+ 30
+0.0
+ 11
+0.0
+ 21
+0.0
+ 31
+0.0
+  0
+LINE
+  5
+135B6
+330
+135A9
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+-1.875
+ 20
+2.25
+ 30
+0.0
+ 11
+1.875
+ 21
+2.25
+ 31
+0.0
+  0
+ARC
+  5
+135B7
+330
+135A9
+100
+AcDbEntity
+  8
+0
+100
+AcDbCircle
+ 10
+0.0
+ 20
+2.25
+ 30
+0.0
+ 40
+1.875
+100
+AcDbArc
+ 50
+0.0
+ 51
+180.0
+  0
+ENDBLK
+  5
+135B8
+330
+135A9
+100
+AcDbEntity
+  8
+HE_SYM
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+1415F
+330
+1415E
+100
+AcDbEntity
+  8
+HE_SYM
+100
+AcDbBlockBegin
+  2
+*X74
+ 70
+     1
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+*X74
+  1
+
+  0
+LINE
+  5
+14160
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+312.5
+ 20
+60.0
+ 30
+0.0
+ 11
+313.75
+ 21
+60.0
+ 31
+0.0
+  0
+LINE
+  5
+14161
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+315.0
+ 20
+60.0
+ 30
+0.0
+ 11
+316.25
+ 21
+60.0
+ 31
+0.0
+  0
+LINE
+  5
+14162
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+317.5
+ 20
+60.0
+ 30
+0.0
+ 11
+318.75
+ 21
+60.0
+ 31
+0.0
+  0
+LINE
+  5
+14163
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+320.0
+ 20
+60.0
+ 30
+0.0
+ 11
+321.25
+ 21
+60.0
+ 31
+0.0
+  0
+LINE
+  5
+14164
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+322.5
+ 20
+60.0
+ 30
+0.0
+ 11
+323.75
+ 21
+60.0
+ 31
+0.0
+  0
+LINE
+  5
+14165
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+325.0
+ 20
+60.0
+ 30
+0.0
+ 11
+326.25
+ 21
+60.0
+ 31
+0.0
+  0
+LINE
+  5
+14166
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+327.5
+ 20
+60.0
+ 30
+0.0
+ 11
+328.75
+ 21
+60.0
+ 31
+0.0
+  0
+LINE
+  5
+14167
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+330.0
+ 20
+60.0
+ 30
+0.0
+ 11
+331.25
+ 21
+60.0
+ 31
+0.0
+  0
+LINE
+  5
+14168
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+332.5
+ 20
+60.0
+ 30
+0.0
+ 11
+333.75
+ 21
+60.0
+ 31
+0.0
+  0
+LINE
+  5
+14169
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+335.0
+ 20
+60.0
+ 30
+0.0
+ 11
+336.25
+ 21
+60.0
+ 31
+0.0
+  0
+LINE
+  5
+1416A
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+337.5
+ 20
+60.0
+ 30
+0.0
+ 11
+338.75
+ 21
+60.0
+ 31
+0.0
+  0
+LINE
+  5
+1416B
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+340.0
+ 20
+60.0
+ 30
+0.0
+ 11
+341.25
+ 21
+60.0
+ 31
+0.0
+  0
+LINE
+  5
+1416C
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+342.5
+ 20
+60.0
+ 30
+0.0
+ 11
+343.0
+ 21
+60.0
+ 31
+0.0
+  0
+LINE
+  5
+1416D
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+350.0
+ 20
+60.0
+ 30
+0.0
+ 11
+351.25
+ 21
+60.0
+ 31
+0.0
+  0
+LINE
+  5
+1416E
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+352.5
+ 20
+60.0
+ 30
+0.0
+ 11
+353.75
+ 21
+60.0
+ 31
+0.0
+  0
+LINE
+  5
+1416F
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+355.0
+ 20
+60.0
+ 30
+0.0
+ 11
+356.25
+ 21
+60.0
+ 31
+0.0
+  0
+LINE
+  5
+14170
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+357.5
+ 20
+60.0
+ 30
+0.0
+ 11
+358.75
+ 21
+60.0
+ 31
+0.0
+  0
+LINE
+  5
+14171
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+360.0
+ 20
+60.0
+ 30
+0.0
+ 11
+361.25
+ 21
+60.0
+ 31
+0.0
+  0
+LINE
+  5
+14172
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+362.5
+ 20
+60.0
+ 30
+0.0
+ 11
+363.75
+ 21
+60.0
+ 31
+0.0
+  0
+LINE
+  5
+14173
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+365.0
+ 20
+60.0
+ 30
+0.0
+ 11
+366.25
+ 21
+60.0
+ 31
+0.0
+  0
+LINE
+  5
+14174
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+367.5
+ 20
+60.0
+ 30
+0.0
+ 11
+368.75
+ 21
+60.0
+ 31
+0.0
+  0
+LINE
+  5
+14175
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+370.0
+ 20
+60.0
+ 30
+0.0
+ 11
+371.25
+ 21
+60.0
+ 31
+0.0
+  0
+LINE
+  5
+14176
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+312.0
+ 20
+61.25
+ 30
+0.0
+ 11
+312.5
+ 21
+61.25
+ 31
+0.0
+  0
+LINE
+  5
+14177
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+313.75
+ 20
+61.25
+ 30
+0.0
+ 11
+315.0
+ 21
+61.25
+ 31
+0.0
+  0
+LINE
+  5
+14178
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+316.25
+ 20
+61.25
+ 30
+0.0
+ 11
+317.5
+ 21
+61.25
+ 31
+0.0
+  0
+LINE
+  5
+14179
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+318.75
+ 20
+61.25
+ 30
+0.0
+ 11
+320.0
+ 21
+61.25
+ 31
+0.0
+  0
+LINE
+  5
+1417A
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+321.25
+ 20
+61.25
+ 30
+0.0
+ 11
+322.5
+ 21
+61.25
+ 31
+0.0
+  0
+LINE
+  5
+1417B
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+323.75
+ 20
+61.25
+ 30
+0.0
+ 11
+325.0
+ 21
+61.25
+ 31
+0.0
+  0
+LINE
+  5
+1417C
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+326.25
+ 20
+61.25
+ 30
+0.0
+ 11
+327.5
+ 21
+61.25
+ 31
+0.0
+  0
+LINE
+  5
+1417D
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+328.75
+ 20
+61.25
+ 30
+0.0
+ 11
+330.0
+ 21
+61.25
+ 31
+0.0
+  0
+LINE
+  5
+1417E
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+331.25
+ 20
+61.25
+ 30
+0.0
+ 11
+332.5
+ 21
+61.25
+ 31
+0.0
+  0
+LINE
+  5
+1417F
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+333.75
+ 20
+61.25
+ 30
+0.0
+ 11
+335.0
+ 21
+61.25
+ 31
+0.0
+  0
+LINE
+  5
+14180
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+336.25
+ 20
+61.25
+ 30
+0.0
+ 11
+337.5
+ 21
+61.25
+ 31
+0.0
+  0
+LINE
+  5
+14181
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+338.75
+ 20
+61.25
+ 30
+0.0
+ 11
+340.0
+ 21
+61.25
+ 31
+0.0
+  0
+LINE
+  5
+14182
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+341.25
+ 20
+61.25
+ 30
+0.0
+ 11
+342.5
+ 21
+61.25
+ 31
+0.0
+  0
+LINE
+  5
+14183
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+343.75
+ 20
+61.25
+ 30
+0.0
+ 11
+345.0
+ 21
+61.25
+ 31
+0.0
+  0
+LINE
+  5
+14184
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+346.25
+ 20
+61.25
+ 30
+0.0
+ 11
+347.5
+ 21
+61.25
+ 31
+0.0
+  0
+LINE
+  5
+14185
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+348.75
+ 20
+61.25
+ 30
+0.0
+ 11
+350.0
+ 21
+61.25
+ 31
+0.0
+  0
+LINE
+  5
+14186
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+351.25
+ 20
+61.25
+ 30
+0.0
+ 11
+352.5
+ 21
+61.25
+ 31
+0.0
+  0
+LINE
+  5
+14187
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+353.75
+ 20
+61.25
+ 30
+0.0
+ 11
+355.0
+ 21
+61.25
+ 31
+0.0
+  0
+LINE
+  5
+14188
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+356.25
+ 20
+61.25
+ 30
+0.0
+ 11
+357.5
+ 21
+61.25
+ 31
+0.0
+  0
+LINE
+  5
+14189
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+358.75
+ 20
+61.25
+ 30
+0.0
+ 11
+360.0
+ 21
+61.25
+ 31
+0.0
+  0
+LINE
+  5
+1418A
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+361.25
+ 20
+61.25
+ 30
+0.0
+ 11
+362.5
+ 21
+61.25
+ 31
+0.0
+  0
+LINE
+  5
+1418B
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+363.75
+ 20
+61.25
+ 30
+0.0
+ 11
+365.0
+ 21
+61.25
+ 31
+0.0
+  0
+LINE
+  5
+1418C
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+366.25
+ 20
+61.25
+ 30
+0.0
+ 11
+367.5
+ 21
+61.25
+ 31
+0.0
+  0
+LINE
+  5
+1418D
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+368.75
+ 20
+61.25
+ 30
+0.0
+ 11
+370.0
+ 21
+61.25
+ 31
+0.0
+  0
+LINE
+  5
+1418E
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+371.25
+ 20
+61.25
+ 30
+0.0
+ 11
+372.0
+ 21
+61.25
+ 31
+0.0
+  0
+LINE
+  5
+1418F
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+312.5
+ 20
+62.5
+ 30
+0.0
+ 11
+313.75
+ 21
+62.5
+ 31
+0.0
+  0
+LINE
+  5
+14190
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+315.0
+ 20
+62.5
+ 30
+0.0
+ 11
+316.25
+ 21
+62.5
+ 31
+0.0
+  0
+LINE
+  5
+14191
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+317.5
+ 20
+62.5
+ 30
+0.0
+ 11
+318.75
+ 21
+62.5
+ 31
+0.0
+  0
+LINE
+  5
+14192
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+320.0
+ 20
+62.5
+ 30
+0.0
+ 11
+321.25
+ 21
+62.5
+ 31
+0.0
+  0
+LINE
+  5
+14193
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+322.5
+ 20
+62.5
+ 30
+0.0
+ 11
+323.75
+ 21
+62.5
+ 31
+0.0
+  0
+LINE
+  5
+14194
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+325.0
+ 20
+62.5
+ 30
+0.0
+ 11
+326.25
+ 21
+62.5
+ 31
+0.0
+  0
+LINE
+  5
+14195
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+327.5
+ 20
+62.5
+ 30
+0.0
+ 11
+328.75
+ 21
+62.5
+ 31
+0.0
+  0
+LINE
+  5
+14196
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+330.0
+ 20
+62.5
+ 30
+0.0
+ 11
+331.25
+ 21
+62.5
+ 31
+0.0
+  0
+LINE
+  5
+14197
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+332.5
+ 20
+62.5
+ 30
+0.0
+ 11
+333.75
+ 21
+62.5
+ 31
+0.0
+  0
+LINE
+  5
+14198
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+335.0
+ 20
+62.5
+ 30
+0.0
+ 11
+336.25
+ 21
+62.5
+ 31
+0.0
+  0
+LINE
+  5
+14199
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+337.5
+ 20
+62.5
+ 30
+0.0
+ 11
+338.75
+ 21
+62.5
+ 31
+0.0
+  0
+LINE
+  5
+1419A
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+340.0
+ 20
+62.5
+ 30
+0.0
+ 11
+341.25
+ 21
+62.5
+ 31
+0.0
+  0
+LINE
+  5
+1419B
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+342.5
+ 20
+62.5
+ 30
+0.0
+ 11
+343.75
+ 21
+62.5
+ 31
+0.0
+  0
+LINE
+  5
+1419C
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+345.0
+ 20
+62.5
+ 30
+0.0
+ 11
+346.25
+ 21
+62.5
+ 31
+0.0
+  0
+LINE
+  5
+1419D
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+347.5
+ 20
+62.5
+ 30
+0.0
+ 11
+348.75
+ 21
+62.5
+ 31
+0.0
+  0
+LINE
+  5
+1419E
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+350.0
+ 20
+62.5
+ 30
+0.0
+ 11
+351.25
+ 21
+62.5
+ 31
+0.0
+  0
+LINE
+  5
+1419F
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+352.5
+ 20
+62.5
+ 30
+0.0
+ 11
+353.75
+ 21
+62.5
+ 31
+0.0
+  0
+LINE
+  5
+141A0
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+355.0
+ 20
+62.5
+ 30
+0.0
+ 11
+356.25
+ 21
+62.5
+ 31
+0.0
+  0
+LINE
+  5
+141A1
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+357.5
+ 20
+62.5
+ 30
+0.0
+ 11
+358.75
+ 21
+62.5
+ 31
+0.0
+  0
+LINE
+  5
+141A2
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+360.0
+ 20
+62.5
+ 30
+0.0
+ 11
+361.25
+ 21
+62.5
+ 31
+0.0
+  0
+LINE
+  5
+141A3
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+362.5
+ 20
+62.5
+ 30
+0.0
+ 11
+363.75
+ 21
+62.5
+ 31
+0.0
+  0
+LINE
+  5
+141A4
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+365.0
+ 20
+62.5
+ 30
+0.0
+ 11
+366.25
+ 21
+62.5
+ 31
+0.0
+  0
+LINE
+  5
+141A5
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+367.5
+ 20
+62.5
+ 30
+0.0
+ 11
+368.75
+ 21
+62.5
+ 31
+0.0
+  0
+LINE
+  5
+141A6
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+370.0
+ 20
+62.5
+ 30
+0.0
+ 11
+371.25
+ 21
+62.5
+ 31
+0.0
+  0
+LINE
+  5
+141A7
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+312.0
+ 20
+63.75
+ 30
+0.0
+ 11
+312.5
+ 21
+63.75
+ 31
+0.0
+  0
+LINE
+  5
+141A8
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+313.75
+ 20
+63.75
+ 30
+0.0
+ 11
+315.0
+ 21
+63.75
+ 31
+0.0
+  0
+LINE
+  5
+141A9
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+316.25
+ 20
+63.75
+ 30
+0.0
+ 11
+317.5
+ 21
+63.75
+ 31
+0.0
+  0
+LINE
+  5
+141AA
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+318.75
+ 20
+63.75
+ 30
+0.0
+ 11
+320.0
+ 21
+63.75
+ 31
+0.0
+  0
+LINE
+  5
+141AB
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+321.25
+ 20
+63.75
+ 30
+0.0
+ 11
+322.5
+ 21
+63.75
+ 31
+0.0
+  0
+LINE
+  5
+141AC
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+323.75
+ 20
+63.75
+ 30
+0.0
+ 11
+325.0
+ 21
+63.75
+ 31
+0.0
+  0
+LINE
+  5
+141AD
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+326.25
+ 20
+63.75
+ 30
+0.0
+ 11
+327.5
+ 21
+63.75
+ 31
+0.0
+  0
+LINE
+  5
+141AE
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+328.75
+ 20
+63.75
+ 30
+0.0
+ 11
+330.0
+ 21
+63.75
+ 31
+0.0
+  0
+LINE
+  5
+141AF
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+331.25
+ 20
+63.75
+ 30
+0.0
+ 11
+332.5
+ 21
+63.75
+ 31
+0.0
+  0
+LINE
+  5
+141B0
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+333.75
+ 20
+63.75
+ 30
+0.0
+ 11
+335.0
+ 21
+63.75
+ 31
+0.0
+  0
+LINE
+  5
+141B1
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+336.25
+ 20
+63.75
+ 30
+0.0
+ 11
+337.5
+ 21
+63.75
+ 31
+0.0
+  0
+LINE
+  5
+141B2
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+338.75
+ 20
+63.75
+ 30
+0.0
+ 11
+340.0
+ 21
+63.75
+ 31
+0.0
+  0
+LINE
+  5
+141B3
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+341.25
+ 20
+63.75
+ 30
+0.0
+ 11
+342.5
+ 21
+63.75
+ 31
+0.0
+  0
+LINE
+  5
+141B4
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+343.75
+ 20
+63.75
+ 30
+0.0
+ 11
+345.0
+ 21
+63.75
+ 31
+0.0
+  0
+LINE
+  5
+141B5
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+346.25
+ 20
+63.75
+ 30
+0.0
+ 11
+347.5
+ 21
+63.75
+ 31
+0.0
+  0
+LINE
+  5
+141B6
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+348.75
+ 20
+63.75
+ 30
+0.0
+ 11
+350.0
+ 21
+63.75
+ 31
+0.0
+  0
+LINE
+  5
+141B7
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+351.25
+ 20
+63.75
+ 30
+0.0
+ 11
+352.5
+ 21
+63.75
+ 31
+0.0
+  0
+LINE
+  5
+141B8
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+353.75
+ 20
+63.75
+ 30
+0.0
+ 11
+355.0
+ 21
+63.75
+ 31
+0.0
+  0
+LINE
+  5
+141B9
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+356.25
+ 20
+63.75
+ 30
+0.0
+ 11
+357.5
+ 21
+63.75
+ 31
+0.0
+  0
+LINE
+  5
+141BA
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+358.75
+ 20
+63.75
+ 30
+0.0
+ 11
+360.0
+ 21
+63.75
+ 31
+0.0
+  0
+LINE
+  5
+141BB
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+361.25
+ 20
+63.75
+ 30
+0.0
+ 11
+362.5
+ 21
+63.75
+ 31
+0.0
+  0
+LINE
+  5
+141BC
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+363.75
+ 20
+63.75
+ 30
+0.0
+ 11
+365.0
+ 21
+63.75
+ 31
+0.0
+  0
+LINE
+  5
+141BD
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+366.25
+ 20
+63.75
+ 30
+0.0
+ 11
+367.5
+ 21
+63.75
+ 31
+0.0
+  0
+LINE
+  5
+141BE
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+368.75
+ 20
+63.75
+ 30
+0.0
+ 11
+370.0
+ 21
+63.75
+ 31
+0.0
+  0
+LINE
+  5
+141BF
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+371.25
+ 20
+63.75
+ 30
+0.0
+ 11
+372.0
+ 21
+63.75
+ 31
+0.0
+  0
+LINE
+  5
+141C0
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+312.5
+ 20
+65.0
+ 30
+0.0
+ 11
+313.75
+ 21
+65.0
+ 31
+0.0
+  0
+LINE
+  5
+141C1
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+315.0
+ 20
+65.0
+ 30
+0.0
+ 11
+316.25
+ 21
+65.0
+ 31
+0.0
+  0
+LINE
+  5
+141C2
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+317.5
+ 20
+65.0
+ 30
+0.0
+ 11
+318.75
+ 21
+65.0
+ 31
+0.0
+  0
+LINE
+  5
+141C3
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+320.0
+ 20
+65.0
+ 30
+0.0
+ 11
+321.25
+ 21
+65.0
+ 31
+0.0
+  0
+LINE
+  5
+141C4
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+322.5
+ 20
+65.0
+ 30
+0.0
+ 11
+323.75
+ 21
+65.0
+ 31
+0.0
+  0
+LINE
+  5
+141C5
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+325.0
+ 20
+65.0
+ 30
+0.0
+ 11
+326.25
+ 21
+65.0
+ 31
+0.0
+  0
+LINE
+  5
+141C6
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+327.5
+ 20
+65.0
+ 30
+0.0
+ 11
+328.75
+ 21
+65.0
+ 31
+0.0
+  0
+LINE
+  5
+141C7
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+330.0
+ 20
+65.0
+ 30
+0.0
+ 11
+331.25
+ 21
+65.0
+ 31
+0.0
+  0
+LINE
+  5
+141C8
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+332.5
+ 20
+65.0
+ 30
+0.0
+ 11
+333.75
+ 21
+65.0
+ 31
+0.0
+  0
+LINE
+  5
+141C9
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+335.0
+ 20
+65.0
+ 30
+0.0
+ 11
+336.25
+ 21
+65.0
+ 31
+0.0
+  0
+LINE
+  5
+141CA
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+337.5
+ 20
+65.0
+ 30
+0.0
+ 11
+338.75
+ 21
+65.0
+ 31
+0.0
+  0
+LINE
+  5
+141CB
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+340.0
+ 20
+65.0
+ 30
+0.0
+ 11
+341.25
+ 21
+65.0
+ 31
+0.0
+  0
+LINE
+  5
+141CC
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+342.5
+ 20
+65.0
+ 30
+0.0
+ 11
+343.75
+ 21
+65.0
+ 31
+0.0
+  0
+LINE
+  5
+141CD
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+345.0
+ 20
+65.0
+ 30
+0.0
+ 11
+346.25
+ 21
+65.0
+ 31
+0.0
+  0
+LINE
+  5
+141CE
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+347.5
+ 20
+65.0
+ 30
+0.0
+ 11
+348.75
+ 21
+65.0
+ 31
+0.0
+  0
+LINE
+  5
+141CF
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+350.0
+ 20
+65.0
+ 30
+0.0
+ 11
+351.25
+ 21
+65.0
+ 31
+0.0
+  0
+LINE
+  5
+141D0
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+352.5
+ 20
+65.0
+ 30
+0.0
+ 11
+353.75
+ 21
+65.0
+ 31
+0.0
+  0
+LINE
+  5
+141D1
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+355.0
+ 20
+65.0
+ 30
+0.0
+ 11
+356.25
+ 21
+65.0
+ 31
+0.0
+  0
+LINE
+  5
+141D2
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+357.5
+ 20
+65.0
+ 30
+0.0
+ 11
+358.75
+ 21
+65.0
+ 31
+0.0
+  0
+LINE
+  5
+141D3
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+360.0
+ 20
+65.0
+ 30
+0.0
+ 11
+361.25
+ 21
+65.0
+ 31
+0.0
+  0
+LINE
+  5
+141D4
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+362.5
+ 20
+65.0
+ 30
+0.0
+ 11
+363.75
+ 21
+65.0
+ 31
+0.0
+  0
+LINE
+  5
+141D5
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+365.0
+ 20
+65.0
+ 30
+0.0
+ 11
+366.25
+ 21
+65.0
+ 31
+0.0
+  0
+LINE
+  5
+141D6
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+367.5
+ 20
+65.0
+ 30
+0.0
+ 11
+368.75
+ 21
+65.0
+ 31
+0.0
+  0
+LINE
+  5
+141D7
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+370.0
+ 20
+65.0
+ 30
+0.0
+ 11
+371.25
+ 21
+65.0
+ 31
+0.0
+  0
+LINE
+  5
+141D8
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+312.0
+ 20
+66.25
+ 30
+0.0
+ 11
+312.5
+ 21
+66.25
+ 31
+0.0
+  0
+LINE
+  5
+141D9
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+313.75
+ 20
+66.25
+ 30
+0.0
+ 11
+315.0
+ 21
+66.25
+ 31
+0.0
+  0
+LINE
+  5
+141DA
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+316.25
+ 20
+66.25
+ 30
+0.0
+ 11
+317.5
+ 21
+66.25
+ 31
+0.0
+  0
+LINE
+  5
+141DB
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+318.75
+ 20
+66.25
+ 30
+0.0
+ 11
+320.0
+ 21
+66.25
+ 31
+0.0
+  0
+LINE
+  5
+141DC
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+321.25
+ 20
+66.25
+ 30
+0.0
+ 11
+322.5
+ 21
+66.25
+ 31
+0.0
+  0
+LINE
+  5
+141DD
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+323.75
+ 20
+66.25
+ 30
+0.0
+ 11
+325.0
+ 21
+66.25
+ 31
+0.0
+  0
+LINE
+  5
+141DE
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+326.25
+ 20
+66.25
+ 30
+0.0
+ 11
+327.5
+ 21
+66.25
+ 31
+0.0
+  0
+LINE
+  5
+141DF
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+328.75
+ 20
+66.25
+ 30
+0.0
+ 11
+330.0
+ 21
+66.25
+ 31
+0.0
+  0
+LINE
+  5
+141E0
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+331.25
+ 20
+66.25
+ 30
+0.0
+ 11
+332.5
+ 21
+66.25
+ 31
+0.0
+  0
+LINE
+  5
+141E1
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+333.75
+ 20
+66.25
+ 30
+0.0
+ 11
+335.0
+ 21
+66.25
+ 31
+0.0
+  0
+LINE
+  5
+141E2
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+336.25
+ 20
+66.25
+ 30
+0.0
+ 11
+337.5
+ 21
+66.25
+ 31
+0.0
+  0
+LINE
+  5
+141E3
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+338.75
+ 20
+66.25
+ 30
+0.0
+ 11
+340.0
+ 21
+66.25
+ 31
+0.0
+  0
+LINE
+  5
+141E4
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+341.25
+ 20
+66.25
+ 30
+0.0
+ 11
+342.5
+ 21
+66.25
+ 31
+0.0
+  0
+LINE
+  5
+141E5
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+343.75
+ 20
+66.25
+ 30
+0.0
+ 11
+345.0
+ 21
+66.25
+ 31
+0.0
+  0
+LINE
+  5
+141E6
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+346.25
+ 20
+66.25
+ 30
+0.0
+ 11
+347.5
+ 21
+66.25
+ 31
+0.0
+  0
+LINE
+  5
+141E7
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+348.75
+ 20
+66.25
+ 30
+0.0
+ 11
+350.0
+ 21
+66.25
+ 31
+0.0
+  0
+LINE
+  5
+141E8
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+351.25
+ 20
+66.25
+ 30
+0.0
+ 11
+352.5
+ 21
+66.25
+ 31
+0.0
+  0
+LINE
+  5
+141E9
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+353.75
+ 20
+66.25
+ 30
+0.0
+ 11
+355.0
+ 21
+66.25
+ 31
+0.0
+  0
+LINE
+  5
+141EA
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+356.25
+ 20
+66.25
+ 30
+0.0
+ 11
+357.5
+ 21
+66.25
+ 31
+0.0
+  0
+LINE
+  5
+141EB
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+358.75
+ 20
+66.25
+ 30
+0.0
+ 11
+360.0
+ 21
+66.25
+ 31
+0.0
+  0
+LINE
+  5
+141EC
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+361.25
+ 20
+66.25
+ 30
+0.0
+ 11
+362.5
+ 21
+66.25
+ 31
+0.0
+  0
+LINE
+  5
+141ED
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+363.75
+ 20
+66.25
+ 30
+0.0
+ 11
+365.0
+ 21
+66.25
+ 31
+0.0
+  0
+LINE
+  5
+141EE
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+366.25
+ 20
+66.25
+ 30
+0.0
+ 11
+367.5
+ 21
+66.25
+ 31
+0.0
+  0
+LINE
+  5
+141EF
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+368.75
+ 20
+66.25
+ 30
+0.0
+ 11
+370.0
+ 21
+66.25
+ 31
+0.0
+  0
+LINE
+  5
+141F0
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+371.25
+ 20
+66.25
+ 30
+0.0
+ 11
+372.0
+ 21
+66.25
+ 31
+0.0
+  0
+LINE
+  5
+141F1
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+312.5
+ 20
+67.5
+ 30
+0.0
+ 11
+313.75
+ 21
+67.5
+ 31
+0.0
+  0
+LINE
+  5
+141F2
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+315.0
+ 20
+67.5
+ 30
+0.0
+ 11
+316.25
+ 21
+67.5
+ 31
+0.0
+  0
+LINE
+  5
+141F3
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+317.5
+ 20
+67.5
+ 30
+0.0
+ 11
+318.75
+ 21
+67.5
+ 31
+0.0
+  0
+LINE
+  5
+141F4
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+320.0
+ 20
+67.5
+ 30
+0.0
+ 11
+321.25
+ 21
+67.5
+ 31
+0.0
+  0
+LINE
+  5
+141F5
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+322.5
+ 20
+67.5
+ 30
+0.0
+ 11
+323.75
+ 21
+67.5
+ 31
+0.0
+  0
+LINE
+  5
+141F6
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+325.0
+ 20
+67.5
+ 30
+0.0
+ 11
+326.25
+ 21
+67.5
+ 31
+0.0
+  0
+LINE
+  5
+141F7
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+327.5
+ 20
+67.5
+ 30
+0.0
+ 11
+328.75
+ 21
+67.5
+ 31
+0.0
+  0
+LINE
+  5
+141F8
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+330.0
+ 20
+67.5
+ 30
+0.0
+ 11
+331.25
+ 21
+67.5
+ 31
+0.0
+  0
+LINE
+  5
+141F9
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+332.5
+ 20
+67.5
+ 30
+0.0
+ 11
+333.75
+ 21
+67.5
+ 31
+0.0
+  0
+LINE
+  5
+141FA
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+335.0
+ 20
+67.5
+ 30
+0.0
+ 11
+336.25
+ 21
+67.5
+ 31
+0.0
+  0
+LINE
+  5
+141FB
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+337.5
+ 20
+67.5
+ 30
+0.0
+ 11
+338.75
+ 21
+67.5
+ 31
+0.0
+  0
+LINE
+  5
+141FC
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+340.0
+ 20
+67.5
+ 30
+0.0
+ 11
+341.25
+ 21
+67.5
+ 31
+0.0
+  0
+LINE
+  5
+141FD
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+342.5
+ 20
+67.5
+ 30
+0.0
+ 11
+343.75
+ 21
+67.5
+ 31
+0.0
+  0
+LINE
+  5
+141FE
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+345.0
+ 20
+67.5
+ 30
+0.0
+ 11
+346.25
+ 21
+67.5
+ 31
+0.0
+  0
+LINE
+  5
+141FF
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+347.5
+ 20
+67.5
+ 30
+0.0
+ 11
+348.75
+ 21
+67.5
+ 31
+0.0
+  0
+LINE
+  5
+14200
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+350.0
+ 20
+67.5
+ 30
+0.0
+ 11
+351.25
+ 21
+67.5
+ 31
+0.0
+  0
+LINE
+  5
+14201
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+352.5
+ 20
+67.5
+ 30
+0.0
+ 11
+353.75
+ 21
+67.5
+ 31
+0.0
+  0
+LINE
+  5
+14202
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+355.0
+ 20
+67.5
+ 30
+0.0
+ 11
+356.25
+ 21
+67.5
+ 31
+0.0
+  0
+LINE
+  5
+14203
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+357.5
+ 20
+67.5
+ 30
+0.0
+ 11
+358.75
+ 21
+67.5
+ 31
+0.0
+  0
+LINE
+  5
+14204
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+360.0
+ 20
+67.5
+ 30
+0.0
+ 11
+361.25
+ 21
+67.5
+ 31
+0.0
+  0
+LINE
+  5
+14205
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+362.5
+ 20
+67.5
+ 30
+0.0
+ 11
+363.75
+ 21
+67.5
+ 31
+0.0
+  0
+LINE
+  5
+14206
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+365.0
+ 20
+67.5
+ 30
+0.0
+ 11
+366.25
+ 21
+67.5
+ 31
+0.0
+  0
+LINE
+  5
+14207
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+367.5
+ 20
+67.5
+ 30
+0.0
+ 11
+368.75
+ 21
+67.5
+ 31
+0.0
+  0
+LINE
+  5
+14208
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+370.0
+ 20
+67.5
+ 30
+0.0
+ 11
+371.25
+ 21
+67.5
+ 31
+0.0
+  0
+LINE
+  5
+14209
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+312.0
+ 20
+68.75
+ 30
+0.0
+ 11
+312.5
+ 21
+68.75
+ 31
+0.0
+  0
+LINE
+  5
+1420A
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+313.75
+ 20
+68.75
+ 30
+0.0
+ 11
+315.0
+ 21
+68.75
+ 31
+0.0
+  0
+LINE
+  5
+1420B
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+316.25
+ 20
+68.75
+ 30
+0.0
+ 11
+317.5
+ 21
+68.75
+ 31
+0.0
+  0
+LINE
+  5
+1420C
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+318.75
+ 20
+68.75
+ 30
+0.0
+ 11
+320.0
+ 21
+68.75
+ 31
+0.0
+  0
+LINE
+  5
+1420D
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+321.25
+ 20
+68.75
+ 30
+0.0
+ 11
+322.5
+ 21
+68.75
+ 31
+0.0
+  0
+LINE
+  5
+1420E
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+323.75
+ 20
+68.75
+ 30
+0.0
+ 11
+325.0
+ 21
+68.75
+ 31
+0.0
+  0
+LINE
+  5
+1420F
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+326.25
+ 20
+68.75
+ 30
+0.0
+ 11
+327.5
+ 21
+68.75
+ 31
+0.0
+  0
+LINE
+  5
+14210
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+328.75
+ 20
+68.75
+ 30
+0.0
+ 11
+330.0
+ 21
+68.75
+ 31
+0.0
+  0
+LINE
+  5
+14211
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+331.25
+ 20
+68.75
+ 30
+0.0
+ 11
+332.5
+ 21
+68.75
+ 31
+0.0
+  0
+LINE
+  5
+14212
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+333.75
+ 20
+68.75
+ 30
+0.0
+ 11
+335.0
+ 21
+68.75
+ 31
+0.0
+  0
+LINE
+  5
+14213
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+336.25
+ 20
+68.75
+ 30
+0.0
+ 11
+337.5
+ 21
+68.75
+ 31
+0.0
+  0
+LINE
+  5
+14214
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+338.75
+ 20
+68.75
+ 30
+0.0
+ 11
+340.0
+ 21
+68.75
+ 31
+0.0
+  0
+LINE
+  5
+14215
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+341.25
+ 20
+68.75
+ 30
+0.0
+ 11
+342.5
+ 21
+68.75
+ 31
+0.0
+  0
+LINE
+  5
+14216
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+343.75
+ 20
+68.75
+ 30
+0.0
+ 11
+345.0
+ 21
+68.75
+ 31
+0.0
+  0
+LINE
+  5
+14217
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+346.25
+ 20
+68.75
+ 30
+0.0
+ 11
+347.5
+ 21
+68.75
+ 31
+0.0
+  0
+LINE
+  5
+14218
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+348.75
+ 20
+68.75
+ 30
+0.0
+ 11
+350.0
+ 21
+68.75
+ 31
+0.0
+  0
+LINE
+  5
+14219
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+351.25
+ 20
+68.75
+ 30
+0.0
+ 11
+352.5
+ 21
+68.75
+ 31
+0.0
+  0
+LINE
+  5
+1421A
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+353.75
+ 20
+68.75
+ 30
+0.0
+ 11
+355.0
+ 21
+68.75
+ 31
+0.0
+  0
+LINE
+  5
+1421B
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+356.25
+ 20
+68.75
+ 30
+0.0
+ 11
+357.5
+ 21
+68.75
+ 31
+0.0
+  0
+LINE
+  5
+1421C
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+358.75
+ 20
+68.75
+ 30
+0.0
+ 11
+360.0
+ 21
+68.75
+ 31
+0.0
+  0
+LINE
+  5
+1421D
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+361.25
+ 20
+68.75
+ 30
+0.0
+ 11
+362.5
+ 21
+68.75
+ 31
+0.0
+  0
+LINE
+  5
+1421E
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+363.75
+ 20
+68.75
+ 30
+0.0
+ 11
+365.0
+ 21
+68.75
+ 31
+0.0
+  0
+LINE
+  5
+1421F
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+366.25
+ 20
+68.75
+ 30
+0.0
+ 11
+367.5
+ 21
+68.75
+ 31
+0.0
+  0
+LINE
+  5
+14220
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+368.75
+ 20
+68.75
+ 30
+0.0
+ 11
+370.0
+ 21
+68.75
+ 31
+0.0
+  0
+LINE
+  5
+14221
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+371.25
+ 20
+68.75
+ 30
+0.0
+ 11
+372.0
+ 21
+68.75
+ 31
+0.0
+  0
+LINE
+  5
+14222
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+312.5
+ 20
+70.0
+ 30
+0.0
+ 11
+313.75
+ 21
+70.0
+ 31
+0.0
+  0
+LINE
+  5
+14223
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+315.0
+ 20
+70.0
+ 30
+0.0
+ 11
+316.25
+ 21
+70.0
+ 31
+0.0
+  0
+LINE
+  5
+14224
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+317.5
+ 20
+70.0
+ 30
+0.0
+ 11
+318.75
+ 21
+70.0
+ 31
+0.0
+  0
+LINE
+  5
+14225
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+320.0
+ 20
+70.0
+ 30
+0.0
+ 11
+321.25
+ 21
+70.0
+ 31
+0.0
+  0
+LINE
+  5
+14226
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+322.5
+ 20
+70.0
+ 30
+0.0
+ 11
+323.75
+ 21
+70.0
+ 31
+0.0
+  0
+LINE
+  5
+14227
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+325.0
+ 20
+70.0
+ 30
+0.0
+ 11
+326.25
+ 21
+70.0
+ 31
+0.0
+  0
+LINE
+  5
+14228
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+327.5
+ 20
+70.0
+ 30
+0.0
+ 11
+328.75
+ 21
+70.0
+ 31
+0.0
+  0
+LINE
+  5
+14229
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+330.0
+ 20
+70.0
+ 30
+0.0
+ 11
+331.25
+ 21
+70.0
+ 31
+0.0
+  0
+LINE
+  5
+1422A
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+332.5
+ 20
+70.0
+ 30
+0.0
+ 11
+333.75
+ 21
+70.0
+ 31
+0.0
+  0
+LINE
+  5
+1422B
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+335.0
+ 20
+70.0
+ 30
+0.0
+ 11
+336.25
+ 21
+70.0
+ 31
+0.0
+  0
+LINE
+  5
+1422C
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+337.5
+ 20
+70.0
+ 30
+0.0
+ 11
+338.75
+ 21
+70.0
+ 31
+0.0
+  0
+LINE
+  5
+1422D
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+340.0
+ 20
+70.0
+ 30
+0.0
+ 11
+341.25
+ 21
+70.0
+ 31
+0.0
+  0
+LINE
+  5
+1422E
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+342.5
+ 20
+70.0
+ 30
+0.0
+ 11
+343.75
+ 21
+70.0
+ 31
+0.0
+  0
+LINE
+  5
+1422F
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+345.0
+ 20
+70.0
+ 30
+0.0
+ 11
+346.25
+ 21
+70.0
+ 31
+0.0
+  0
+LINE
+  5
+14230
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+347.5
+ 20
+70.0
+ 30
+0.0
+ 11
+348.75
+ 21
+70.0
+ 31
+0.0
+  0
+LINE
+  5
+14231
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+350.0
+ 20
+70.0
+ 30
+0.0
+ 11
+351.25
+ 21
+70.0
+ 31
+0.0
+  0
+LINE
+  5
+14232
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+352.5
+ 20
+70.0
+ 30
+0.0
+ 11
+353.75
+ 21
+70.0
+ 31
+0.0
+  0
+LINE
+  5
+14233
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+355.0
+ 20
+70.0
+ 30
+0.0
+ 11
+356.25
+ 21
+70.0
+ 31
+0.0
+  0
+LINE
+  5
+14234
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+357.5
+ 20
+70.0
+ 30
+0.0
+ 11
+358.75
+ 21
+70.0
+ 31
+0.0
+  0
+LINE
+  5
+14235
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+360.0
+ 20
+70.0
+ 30
+0.0
+ 11
+361.25
+ 21
+70.0
+ 31
+0.0
+  0
+LINE
+  5
+14236
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+362.5
+ 20
+70.0
+ 30
+0.0
+ 11
+363.75
+ 21
+70.0
+ 31
+0.0
+  0
+LINE
+  5
+14237
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+365.0
+ 20
+70.0
+ 30
+0.0
+ 11
+366.25
+ 21
+70.0
+ 31
+0.0
+  0
+LINE
+  5
+14238
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+367.5
+ 20
+70.0
+ 30
+0.0
+ 11
+368.75
+ 21
+70.0
+ 31
+0.0
+  0
+LINE
+  5
+14239
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+370.0
+ 20
+70.0
+ 30
+0.0
+ 11
+371.25
+ 21
+70.0
+ 31
+0.0
+  0
+LINE
+  5
+1423A
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+312.0
+ 20
+71.25
+ 30
+0.0
+ 11
+312.5
+ 21
+71.25
+ 31
+0.0
+  0
+LINE
+  5
+1423B
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+313.75
+ 20
+71.25
+ 30
+0.0
+ 11
+315.0
+ 21
+71.25
+ 31
+0.0
+  0
+LINE
+  5
+1423C
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+316.25
+ 20
+71.25
+ 30
+0.0
+ 11
+317.5
+ 21
+71.25
+ 31
+0.0
+  0
+LINE
+  5
+1423D
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+318.75
+ 20
+71.25
+ 30
+0.0
+ 11
+320.0
+ 21
+71.25
+ 31
+0.0
+  0
+LINE
+  5
+1423E
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+321.25
+ 20
+71.25
+ 30
+0.0
+ 11
+322.5
+ 21
+71.25
+ 31
+0.0
+  0
+LINE
+  5
+1423F
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+323.75
+ 20
+71.25
+ 30
+0.0
+ 11
+325.0
+ 21
+71.25
+ 31
+0.0
+  0
+LINE
+  5
+14240
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+326.25
+ 20
+71.25
+ 30
+0.0
+ 11
+327.5
+ 21
+71.25
+ 31
+0.0
+  0
+LINE
+  5
+14241
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+328.75
+ 20
+71.25
+ 30
+0.0
+ 11
+330.0
+ 21
+71.25
+ 31
+0.0
+  0
+LINE
+  5
+14242
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+331.25
+ 20
+71.25
+ 30
+0.0
+ 11
+332.5
+ 21
+71.25
+ 31
+0.0
+  0
+LINE
+  5
+14243
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+333.75
+ 20
+71.25
+ 30
+0.0
+ 11
+335.0
+ 21
+71.25
+ 31
+0.0
+  0
+LINE
+  5
+14244
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+336.25
+ 20
+71.25
+ 30
+0.0
+ 11
+337.5
+ 21
+71.25
+ 31
+0.0
+  0
+LINE
+  5
+14245
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+338.75
+ 20
+71.25
+ 30
+0.0
+ 11
+340.0
+ 21
+71.25
+ 31
+0.0
+  0
+LINE
+  5
+14246
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+341.25
+ 20
+71.25
+ 30
+0.0
+ 11
+342.5
+ 21
+71.25
+ 31
+0.0
+  0
+LINE
+  5
+14247
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+343.75
+ 20
+71.25
+ 30
+0.0
+ 11
+345.0
+ 21
+71.25
+ 31
+0.0
+  0
+LINE
+  5
+14248
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+346.25
+ 20
+71.25
+ 30
+0.0
+ 11
+347.5
+ 21
+71.25
+ 31
+0.0
+  0
+LINE
+  5
+14249
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+348.75
+ 20
+71.25
+ 30
+0.0
+ 11
+350.0
+ 21
+71.25
+ 31
+0.0
+  0
+LINE
+  5
+1424A
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+351.25
+ 20
+71.25
+ 30
+0.0
+ 11
+352.5
+ 21
+71.25
+ 31
+0.0
+  0
+LINE
+  5
+1424B
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+353.75
+ 20
+71.25
+ 30
+0.0
+ 11
+355.0
+ 21
+71.25
+ 31
+0.0
+  0
+LINE
+  5
+1424C
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+356.25
+ 20
+71.25
+ 30
+0.0
+ 11
+357.5
+ 21
+71.25
+ 31
+0.0
+  0
+LINE
+  5
+1424D
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+358.75
+ 20
+71.25
+ 30
+0.0
+ 11
+360.0
+ 21
+71.25
+ 31
+0.0
+  0
+LINE
+  5
+1424E
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+361.25
+ 20
+71.25
+ 30
+0.0
+ 11
+362.5
+ 21
+71.25
+ 31
+0.0
+  0
+LINE
+  5
+1424F
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+363.75
+ 20
+71.25
+ 30
+0.0
+ 11
+365.0
+ 21
+71.25
+ 31
+0.0
+  0
+LINE
+  5
+14250
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+366.25
+ 20
+71.25
+ 30
+0.0
+ 11
+367.5
+ 21
+71.25
+ 31
+0.0
+  0
+LINE
+  5
+14251
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+368.75
+ 20
+71.25
+ 30
+0.0
+ 11
+370.0
+ 21
+71.25
+ 31
+0.0
+  0
+LINE
+  5
+14252
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+371.25
+ 20
+71.25
+ 30
+0.0
+ 11
+372.0
+ 21
+71.25
+ 31
+0.0
+  0
+LINE
+  5
+14253
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+312.5
+ 20
+72.5
+ 30
+0.0
+ 11
+313.75
+ 21
+72.5
+ 31
+0.0
+  0
+LINE
+  5
+14254
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+315.0
+ 20
+72.5
+ 30
+0.0
+ 11
+316.25
+ 21
+72.5
+ 31
+0.0
+  0
+LINE
+  5
+14255
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+317.5
+ 20
+72.5
+ 30
+0.0
+ 11
+318.75
+ 21
+72.5
+ 31
+0.0
+  0
+LINE
+  5
+14256
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+320.0
+ 20
+72.5
+ 30
+0.0
+ 11
+321.25
+ 21
+72.5
+ 31
+0.0
+  0
+LINE
+  5
+14257
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+322.5
+ 20
+72.5
+ 30
+0.0
+ 11
+323.75
+ 21
+72.5
+ 31
+0.0
+  0
+LINE
+  5
+14258
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+325.0
+ 20
+72.5
+ 30
+0.0
+ 11
+326.25
+ 21
+72.5
+ 31
+0.0
+  0
+LINE
+  5
+14259
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+327.5
+ 20
+72.5
+ 30
+0.0
+ 11
+328.75
+ 21
+72.5
+ 31
+0.0
+  0
+LINE
+  5
+1425A
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+330.0
+ 20
+72.5
+ 30
+0.0
+ 11
+331.25
+ 21
+72.5
+ 31
+0.0
+  0
+LINE
+  5
+1425B
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+332.5
+ 20
+72.5
+ 30
+0.0
+ 11
+333.75
+ 21
+72.5
+ 31
+0.0
+  0
+LINE
+  5
+1425C
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+335.0
+ 20
+72.5
+ 30
+0.0
+ 11
+336.25
+ 21
+72.5
+ 31
+0.0
+  0
+LINE
+  5
+1425D
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+337.5
+ 20
+72.5
+ 30
+0.0
+ 11
+338.75
+ 21
+72.5
+ 31
+0.0
+  0
+LINE
+  5
+1425E
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+340.0
+ 20
+72.5
+ 30
+0.0
+ 11
+341.25
+ 21
+72.5
+ 31
+0.0
+  0
+LINE
+  5
+1425F
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+342.5
+ 20
+72.5
+ 30
+0.0
+ 11
+343.75
+ 21
+72.5
+ 31
+0.0
+  0
+LINE
+  5
+14260
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+345.0
+ 20
+72.5
+ 30
+0.0
+ 11
+346.25
+ 21
+72.5
+ 31
+0.0
+  0
+LINE
+  5
+14261
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+347.5
+ 20
+72.5
+ 30
+0.0
+ 11
+348.75
+ 21
+72.5
+ 31
+0.0
+  0
+LINE
+  5
+14262
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+350.0
+ 20
+72.5
+ 30
+0.0
+ 11
+351.25
+ 21
+72.5
+ 31
+0.0
+  0
+LINE
+  5
+14263
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+352.5
+ 20
+72.5
+ 30
+0.0
+ 11
+353.75
+ 21
+72.5
+ 31
+0.0
+  0
+LINE
+  5
+14264
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+355.0
+ 20
+72.5
+ 30
+0.0
+ 11
+356.25
+ 21
+72.5
+ 31
+0.0
+  0
+LINE
+  5
+14265
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+357.5
+ 20
+72.5
+ 30
+0.0
+ 11
+358.75
+ 21
+72.5
+ 31
+0.0
+  0
+LINE
+  5
+14266
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+360.0
+ 20
+72.5
+ 30
+0.0
+ 11
+361.25
+ 21
+72.5
+ 31
+0.0
+  0
+LINE
+  5
+14267
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+362.5
+ 20
+72.5
+ 30
+0.0
+ 11
+363.75
+ 21
+72.5
+ 31
+0.0
+  0
+LINE
+  5
+14268
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+365.0
+ 20
+72.5
+ 30
+0.0
+ 11
+366.25
+ 21
+72.5
+ 31
+0.0
+  0
+LINE
+  5
+14269
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+367.5
+ 20
+72.5
+ 30
+0.0
+ 11
+368.75
+ 21
+72.5
+ 31
+0.0
+  0
+LINE
+  5
+1426A
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+370.0
+ 20
+72.5
+ 30
+0.0
+ 11
+371.25
+ 21
+72.5
+ 31
+0.0
+  0
+LINE
+  5
+1426B
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+312.0
+ 20
+73.75
+ 30
+0.0
+ 11
+312.5
+ 21
+73.75
+ 31
+0.0
+  0
+LINE
+  5
+1426C
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+313.75
+ 20
+73.75
+ 30
+0.0
+ 11
+315.0
+ 21
+73.75
+ 31
+0.0
+  0
+LINE
+  5
+1426D
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+316.25
+ 20
+73.75
+ 30
+0.0
+ 11
+317.5
+ 21
+73.75
+ 31
+0.0
+  0
+LINE
+  5
+1426E
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+318.75
+ 20
+73.75
+ 30
+0.0
+ 11
+320.0
+ 21
+73.75
+ 31
+0.0
+  0
+LINE
+  5
+1426F
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+321.25
+ 20
+73.75
+ 30
+0.0
+ 11
+322.5
+ 21
+73.75
+ 31
+0.0
+  0
+LINE
+  5
+14270
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+323.75
+ 20
+73.75
+ 30
+0.0
+ 11
+325.0
+ 21
+73.75
+ 31
+0.0
+  0
+LINE
+  5
+14271
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+326.25
+ 20
+73.75
+ 30
+0.0
+ 11
+327.5
+ 21
+73.75
+ 31
+0.0
+  0
+LINE
+  5
+14272
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+328.75
+ 20
+73.75
+ 30
+0.0
+ 11
+330.0
+ 21
+73.75
+ 31
+0.0
+  0
+LINE
+  5
+14273
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+331.25
+ 20
+73.75
+ 30
+0.0
+ 11
+332.5
+ 21
+73.75
+ 31
+0.0
+  0
+LINE
+  5
+14274
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+333.75
+ 20
+73.75
+ 30
+0.0
+ 11
+335.0
+ 21
+73.75
+ 31
+0.0
+  0
+LINE
+  5
+14275
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+336.25
+ 20
+73.75
+ 30
+0.0
+ 11
+337.5
+ 21
+73.75
+ 31
+0.0
+  0
+LINE
+  5
+14276
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+338.75
+ 20
+73.75
+ 30
+0.0
+ 11
+340.0
+ 21
+73.75
+ 31
+0.0
+  0
+LINE
+  5
+14277
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+341.25
+ 20
+73.75
+ 30
+0.0
+ 11
+342.5
+ 21
+73.75
+ 31
+0.0
+  0
+LINE
+  5
+14278
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+343.75
+ 20
+73.75
+ 30
+0.0
+ 11
+345.0
+ 21
+73.75
+ 31
+0.0
+  0
+LINE
+  5
+14279
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+346.25
+ 20
+73.75
+ 30
+0.0
+ 11
+347.5
+ 21
+73.75
+ 31
+0.0
+  0
+LINE
+  5
+1427A
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+348.75
+ 20
+73.75
+ 30
+0.0
+ 11
+350.0
+ 21
+73.75
+ 31
+0.0
+  0
+LINE
+  5
+1427B
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+351.25
+ 20
+73.75
+ 30
+0.0
+ 11
+352.5
+ 21
+73.75
+ 31
+0.0
+  0
+LINE
+  5
+1427C
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+353.75
+ 20
+73.75
+ 30
+0.0
+ 11
+355.0
+ 21
+73.75
+ 31
+0.0
+  0
+LINE
+  5
+1427D
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+356.25
+ 20
+73.75
+ 30
+0.0
+ 11
+357.5
+ 21
+73.75
+ 31
+0.0
+  0
+LINE
+  5
+1427E
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+358.75
+ 20
+73.75
+ 30
+0.0
+ 11
+360.0
+ 21
+73.75
+ 31
+0.0
+  0
+LINE
+  5
+1427F
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+361.25
+ 20
+73.75
+ 30
+0.0
+ 11
+362.5
+ 21
+73.75
+ 31
+0.0
+  0
+LINE
+  5
+14280
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+363.75
+ 20
+73.75
+ 30
+0.0
+ 11
+365.0
+ 21
+73.75
+ 31
+0.0
+  0
+LINE
+  5
+14281
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+366.25
+ 20
+73.75
+ 30
+0.0
+ 11
+367.5
+ 21
+73.75
+ 31
+0.0
+  0
+LINE
+  5
+14282
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+368.75
+ 20
+73.75
+ 30
+0.0
+ 11
+370.0
+ 21
+73.75
+ 31
+0.0
+  0
+LINE
+  5
+14283
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+371.25
+ 20
+73.75
+ 30
+0.0
+ 11
+372.0
+ 21
+73.75
+ 31
+0.0
+  0
+LINE
+  5
+14284
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+312.5
+ 20
+75.0
+ 30
+0.0
+ 11
+313.75
+ 21
+75.0
+ 31
+0.0
+  0
+LINE
+  5
+14285
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+315.0
+ 20
+75.0
+ 30
+0.0
+ 11
+316.25
+ 21
+75.0
+ 31
+0.0
+  0
+LINE
+  5
+14286
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+317.5
+ 20
+75.0
+ 30
+0.0
+ 11
+318.75
+ 21
+75.0
+ 31
+0.0
+  0
+LINE
+  5
+14287
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+320.0
+ 20
+75.0
+ 30
+0.0
+ 11
+321.25
+ 21
+75.0
+ 31
+0.0
+  0
+LINE
+  5
+14288
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+322.5
+ 20
+75.0
+ 30
+0.0
+ 11
+323.75
+ 21
+75.0
+ 31
+0.0
+  0
+LINE
+  5
+14289
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+325.0
+ 20
+75.0
+ 30
+0.0
+ 11
+326.25
+ 21
+75.0
+ 31
+0.0
+  0
+LINE
+  5
+1428A
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+327.5
+ 20
+75.0
+ 30
+0.0
+ 11
+328.75
+ 21
+75.0
+ 31
+0.0
+  0
+LINE
+  5
+1428B
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+330.0
+ 20
+75.0
+ 30
+0.0
+ 11
+331.25
+ 21
+75.0
+ 31
+0.0
+  0
+LINE
+  5
+1428C
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+332.5
+ 20
+75.0
+ 30
+0.0
+ 11
+333.75
+ 21
+75.0
+ 31
+0.0
+  0
+LINE
+  5
+1428D
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+335.0
+ 20
+75.0
+ 30
+0.0
+ 11
+336.25
+ 21
+75.0
+ 31
+0.0
+  0
+LINE
+  5
+1428E
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+337.5
+ 20
+75.0
+ 30
+0.0
+ 11
+338.75
+ 21
+75.0
+ 31
+0.0
+  0
+LINE
+  5
+1428F
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+340.0
+ 20
+75.0
+ 30
+0.0
+ 11
+341.25
+ 21
+75.0
+ 31
+0.0
+  0
+LINE
+  5
+14290
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+342.5
+ 20
+75.0
+ 30
+0.0
+ 11
+343.75
+ 21
+75.0
+ 31
+0.0
+  0
+LINE
+  5
+14291
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+345.0
+ 20
+75.0
+ 30
+0.0
+ 11
+346.25
+ 21
+75.0
+ 31
+0.0
+  0
+LINE
+  5
+14292
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+347.5
+ 20
+75.0
+ 30
+0.0
+ 11
+348.75
+ 21
+75.0
+ 31
+0.0
+  0
+LINE
+  5
+14293
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+350.0
+ 20
+75.0
+ 30
+0.0
+ 11
+351.25
+ 21
+75.0
+ 31
+0.0
+  0
+LINE
+  5
+14294
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+352.5
+ 20
+75.0
+ 30
+0.0
+ 11
+353.75
+ 21
+75.0
+ 31
+0.0
+  0
+LINE
+  5
+14295
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+355.0
+ 20
+75.0
+ 30
+0.0
+ 11
+356.25
+ 21
+75.0
+ 31
+0.0
+  0
+LINE
+  5
+14296
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+357.5
+ 20
+75.0
+ 30
+0.0
+ 11
+358.75
+ 21
+75.0
+ 31
+0.0
+  0
+LINE
+  5
+14297
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+360.0
+ 20
+75.0
+ 30
+0.0
+ 11
+361.25
+ 21
+75.0
+ 31
+0.0
+  0
+LINE
+  5
+14298
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+362.5
+ 20
+75.0
+ 30
+0.0
+ 11
+363.75
+ 21
+75.0
+ 31
+0.0
+  0
+LINE
+  5
+14299
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+365.0
+ 20
+75.0
+ 30
+0.0
+ 11
+366.25
+ 21
+75.0
+ 31
+0.0
+  0
+LINE
+  5
+1429A
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+367.5
+ 20
+75.0
+ 30
+0.0
+ 11
+368.75
+ 21
+75.0
+ 31
+0.0
+  0
+LINE
+  5
+1429B
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+370.0
+ 20
+75.0
+ 30
+0.0
+ 11
+371.25
+ 21
+75.0
+ 31
+0.0
+  0
+LINE
+  5
+1429C
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+312.0
+ 20
+76.25
+ 30
+0.0
+ 11
+312.5
+ 21
+76.25
+ 31
+0.0
+  0
+LINE
+  5
+1429D
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+313.75
+ 20
+76.25
+ 30
+0.0
+ 11
+315.0
+ 21
+76.25
+ 31
+0.0
+  0
+LINE
+  5
+1429E
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+316.25
+ 20
+76.25
+ 30
+0.0
+ 11
+317.5
+ 21
+76.25
+ 31
+0.0
+  0
+LINE
+  5
+1429F
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+318.75
+ 20
+76.25
+ 30
+0.0
+ 11
+320.0
+ 21
+76.25
+ 31
+0.0
+  0
+LINE
+  5
+142A0
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+321.25
+ 20
+76.25
+ 30
+0.0
+ 11
+322.5
+ 21
+76.25
+ 31
+0.0
+  0
+LINE
+  5
+142A1
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+323.75
+ 20
+76.25
+ 30
+0.0
+ 11
+325.0
+ 21
+76.25
+ 31
+0.0
+  0
+LINE
+  5
+142A2
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+326.25
+ 20
+76.25
+ 30
+0.0
+ 11
+327.5
+ 21
+76.25
+ 31
+0.0
+  0
+LINE
+  5
+142A3
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+328.75
+ 20
+76.25
+ 30
+0.0
+ 11
+330.0
+ 21
+76.25
+ 31
+0.0
+  0
+LINE
+  5
+142A4
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+331.25
+ 20
+76.25
+ 30
+0.0
+ 11
+332.5
+ 21
+76.25
+ 31
+0.0
+  0
+LINE
+  5
+142A5
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+333.75
+ 20
+76.25
+ 30
+0.0
+ 11
+335.0
+ 21
+76.25
+ 31
+0.0
+  0
+LINE
+  5
+142A6
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+336.25
+ 20
+76.25
+ 30
+0.0
+ 11
+337.5
+ 21
+76.25
+ 31
+0.0
+  0
+LINE
+  5
+142A7
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+338.75
+ 20
+76.25
+ 30
+0.0
+ 11
+340.0
+ 21
+76.25
+ 31
+0.0
+  0
+LINE
+  5
+142A8
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+341.25
+ 20
+76.25
+ 30
+0.0
+ 11
+342.5
+ 21
+76.25
+ 31
+0.0
+  0
+LINE
+  5
+142A9
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+343.75
+ 20
+76.25
+ 30
+0.0
+ 11
+345.0
+ 21
+76.25
+ 31
+0.0
+  0
+LINE
+  5
+142AA
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+346.25
+ 20
+76.25
+ 30
+0.0
+ 11
+347.5
+ 21
+76.25
+ 31
+0.0
+  0
+LINE
+  5
+142AB
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+348.75
+ 20
+76.25
+ 30
+0.0
+ 11
+350.0
+ 21
+76.25
+ 31
+0.0
+  0
+LINE
+  5
+142AC
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+351.25
+ 20
+76.25
+ 30
+0.0
+ 11
+352.5
+ 21
+76.25
+ 31
+0.0
+  0
+LINE
+  5
+142AD
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+353.75
+ 20
+76.25
+ 30
+0.0
+ 11
+355.0
+ 21
+76.25
+ 31
+0.0
+  0
+LINE
+  5
+142AE
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+356.25
+ 20
+76.25
+ 30
+0.0
+ 11
+357.5
+ 21
+76.25
+ 31
+0.0
+  0
+LINE
+  5
+142AF
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+358.75
+ 20
+76.25
+ 30
+0.0
+ 11
+360.0
+ 21
+76.25
+ 31
+0.0
+  0
+LINE
+  5
+142B0
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+361.25
+ 20
+76.25
+ 30
+0.0
+ 11
+362.5
+ 21
+76.25
+ 31
+0.0
+  0
+LINE
+  5
+142B1
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+363.75
+ 20
+76.25
+ 30
+0.0
+ 11
+365.0
+ 21
+76.25
+ 31
+0.0
+  0
+LINE
+  5
+142B2
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+366.25
+ 20
+76.25
+ 30
+0.0
+ 11
+367.5
+ 21
+76.25
+ 31
+0.0
+  0
+LINE
+  5
+142B3
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+368.75
+ 20
+76.25
+ 30
+0.0
+ 11
+370.0
+ 21
+76.25
+ 31
+0.0
+  0
+LINE
+  5
+142B4
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+371.25
+ 20
+76.25
+ 30
+0.0
+ 11
+372.0
+ 21
+76.25
+ 31
+0.0
+  0
+LINE
+  5
+142B5
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+312.5
+ 20
+77.5
+ 30
+0.0
+ 11
+313.75
+ 21
+77.5
+ 31
+0.0
+  0
+LINE
+  5
+142B6
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+315.0
+ 20
+77.5
+ 30
+0.0
+ 11
+316.25
+ 21
+77.5
+ 31
+0.0
+  0
+LINE
+  5
+142B7
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+317.5
+ 20
+77.5
+ 30
+0.0
+ 11
+318.75
+ 21
+77.5
+ 31
+0.0
+  0
+LINE
+  5
+142B8
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+320.0
+ 20
+77.5
+ 30
+0.0
+ 11
+321.25
+ 21
+77.5
+ 31
+0.0
+  0
+LINE
+  5
+142B9
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+322.5
+ 20
+77.5
+ 30
+0.0
+ 11
+323.75
+ 21
+77.5
+ 31
+0.0
+  0
+LINE
+  5
+142BA
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+325.0
+ 20
+77.5
+ 30
+0.0
+ 11
+326.25
+ 21
+77.5
+ 31
+0.0
+  0
+LINE
+  5
+142BB
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+327.5
+ 20
+77.5
+ 30
+0.0
+ 11
+328.75
+ 21
+77.5
+ 31
+0.0
+  0
+LINE
+  5
+142BC
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+330.0
+ 20
+77.5
+ 30
+0.0
+ 11
+331.25
+ 21
+77.5
+ 31
+0.0
+  0
+LINE
+  5
+142BD
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+332.5
+ 20
+77.5
+ 30
+0.0
+ 11
+333.75
+ 21
+77.5
+ 31
+0.0
+  0
+LINE
+  5
+142BE
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+335.0
+ 20
+77.5
+ 30
+0.0
+ 11
+336.25
+ 21
+77.5
+ 31
+0.0
+  0
+LINE
+  5
+142BF
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+337.5
+ 20
+77.5
+ 30
+0.0
+ 11
+338.75
+ 21
+77.5
+ 31
+0.0
+  0
+LINE
+  5
+142C0
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+340.0
+ 20
+77.5
+ 30
+0.0
+ 11
+341.25
+ 21
+77.5
+ 31
+0.0
+  0
+LINE
+  5
+142C1
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+342.5
+ 20
+77.5
+ 30
+0.0
+ 11
+343.75
+ 21
+77.5
+ 31
+0.0
+  0
+LINE
+  5
+142C2
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+345.0
+ 20
+77.5
+ 30
+0.0
+ 11
+346.25
+ 21
+77.5
+ 31
+0.0
+  0
+LINE
+  5
+142C3
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+347.5
+ 20
+77.5
+ 30
+0.0
+ 11
+348.75
+ 21
+77.5
+ 31
+0.0
+  0
+LINE
+  5
+142C4
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+350.0
+ 20
+77.5
+ 30
+0.0
+ 11
+351.25
+ 21
+77.5
+ 31
+0.0
+  0
+LINE
+  5
+142C5
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+352.5
+ 20
+77.5
+ 30
+0.0
+ 11
+353.75
+ 21
+77.5
+ 31
+0.0
+  0
+LINE
+  5
+142C6
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+355.0
+ 20
+77.5
+ 30
+0.0
+ 11
+356.25
+ 21
+77.5
+ 31
+0.0
+  0
+LINE
+  5
+142C7
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+357.5
+ 20
+77.5
+ 30
+0.0
+ 11
+358.75
+ 21
+77.5
+ 31
+0.0
+  0
+LINE
+  5
+142C8
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+360.0
+ 20
+77.5
+ 30
+0.0
+ 11
+361.25
+ 21
+77.5
+ 31
+0.0
+  0
+LINE
+  5
+142C9
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+362.5
+ 20
+77.5
+ 30
+0.0
+ 11
+363.75
+ 21
+77.5
+ 31
+0.0
+  0
+LINE
+  5
+142CA
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+365.0
+ 20
+77.5
+ 30
+0.0
+ 11
+366.25
+ 21
+77.5
+ 31
+0.0
+  0
+LINE
+  5
+142CB
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+367.5
+ 20
+77.5
+ 30
+0.0
+ 11
+368.75
+ 21
+77.5
+ 31
+0.0
+  0
+LINE
+  5
+142CC
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+370.0
+ 20
+77.5
+ 30
+0.0
+ 11
+371.25
+ 21
+77.5
+ 31
+0.0
+  0
+LINE
+  5
+142CD
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+312.0
+ 20
+78.75
+ 30
+0.0
+ 11
+312.5
+ 21
+78.75
+ 31
+0.0
+  0
+LINE
+  5
+142CE
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+313.75
+ 20
+78.75
+ 30
+0.0
+ 11
+315.0
+ 21
+78.75
+ 31
+0.0
+  0
+LINE
+  5
+142CF
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+316.25
+ 20
+78.75
+ 30
+0.0
+ 11
+317.5
+ 21
+78.75
+ 31
+0.0
+  0
+LINE
+  5
+142D0
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+318.75
+ 20
+78.75
+ 30
+0.0
+ 11
+320.0
+ 21
+78.75
+ 31
+0.0
+  0
+LINE
+  5
+142D1
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+321.25
+ 20
+78.75
+ 30
+0.0
+ 11
+322.5
+ 21
+78.75
+ 31
+0.0
+  0
+LINE
+  5
+142D2
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+323.75
+ 20
+78.75
+ 30
+0.0
+ 11
+325.0
+ 21
+78.75
+ 31
+0.0
+  0
+LINE
+  5
+142D3
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+326.25
+ 20
+78.75
+ 30
+0.0
+ 11
+327.5
+ 21
+78.75
+ 31
+0.0
+  0
+LINE
+  5
+142D4
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+328.75
+ 20
+78.75
+ 30
+0.0
+ 11
+330.0
+ 21
+78.75
+ 31
+0.0
+  0
+LINE
+  5
+142D5
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+331.25
+ 20
+78.75
+ 30
+0.0
+ 11
+332.5
+ 21
+78.75
+ 31
+0.0
+  0
+LINE
+  5
+142D6
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+333.75
+ 20
+78.75
+ 30
+0.0
+ 11
+335.0
+ 21
+78.75
+ 31
+0.0
+  0
+LINE
+  5
+142D7
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+336.25
+ 20
+78.75
+ 30
+0.0
+ 11
+337.5
+ 21
+78.75
+ 31
+0.0
+  0
+LINE
+  5
+142D8
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+338.75
+ 20
+78.75
+ 30
+0.0
+ 11
+340.0
+ 21
+78.75
+ 31
+0.0
+  0
+LINE
+  5
+142D9
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+341.25
+ 20
+78.75
+ 30
+0.0
+ 11
+342.5
+ 21
+78.75
+ 31
+0.0
+  0
+LINE
+  5
+142DA
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+343.75
+ 20
+78.75
+ 30
+0.0
+ 11
+345.0
+ 21
+78.75
+ 31
+0.0
+  0
+LINE
+  5
+142DB
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+346.25
+ 20
+78.75
+ 30
+0.0
+ 11
+347.5
+ 21
+78.75
+ 31
+0.0
+  0
+LINE
+  5
+142DC
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+348.75
+ 20
+78.75
+ 30
+0.0
+ 11
+350.0
+ 21
+78.75
+ 31
+0.0
+  0
+LINE
+  5
+142DD
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+351.25
+ 20
+78.75
+ 30
+0.0
+ 11
+352.5
+ 21
+78.75
+ 31
+0.0
+  0
+LINE
+  5
+142DE
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+353.75
+ 20
+78.75
+ 30
+0.0
+ 11
+355.0
+ 21
+78.75
+ 31
+0.0
+  0
+LINE
+  5
+142DF
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+356.25
+ 20
+78.75
+ 30
+0.0
+ 11
+357.5
+ 21
+78.75
+ 31
+0.0
+  0
+LINE
+  5
+142E0
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+358.75
+ 20
+78.75
+ 30
+0.0
+ 11
+360.0
+ 21
+78.75
+ 31
+0.0
+  0
+LINE
+  5
+142E1
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+361.25
+ 20
+78.75
+ 30
+0.0
+ 11
+362.5
+ 21
+78.75
+ 31
+0.0
+  0
+LINE
+  5
+142E2
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+363.75
+ 20
+78.75
+ 30
+0.0
+ 11
+365.0
+ 21
+78.75
+ 31
+0.0
+  0
+LINE
+  5
+142E3
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+366.25
+ 20
+78.75
+ 30
+0.0
+ 11
+367.5
+ 21
+78.75
+ 31
+0.0
+  0
+LINE
+  5
+142E4
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+368.75
+ 20
+78.75
+ 30
+0.0
+ 11
+370.0
+ 21
+78.75
+ 31
+0.0
+  0
+LINE
+  5
+142E5
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+371.25
+ 20
+78.75
+ 30
+0.0
+ 11
+372.0
+ 21
+78.75
+ 31
+0.0
+  0
+LINE
+  5
+142E6
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+312.0
+ 20
+58.75
+ 30
+0.0
+ 11
+312.5
+ 21
+58.75
+ 31
+0.0
+  0
+LINE
+  5
+142E7
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+313.75
+ 20
+58.75
+ 30
+0.0
+ 11
+315.0
+ 21
+58.75
+ 31
+0.0
+  0
+LINE
+  5
+142E8
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+316.25
+ 20
+58.75
+ 30
+0.0
+ 11
+317.5
+ 21
+58.75
+ 31
+0.0
+  0
+LINE
+  5
+142E9
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+318.75
+ 20
+58.75
+ 30
+0.0
+ 11
+320.0
+ 21
+58.75
+ 31
+0.0
+  0
+LINE
+  5
+142EA
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+321.25
+ 20
+58.75
+ 30
+0.0
+ 11
+322.5
+ 21
+58.75
+ 31
+0.0
+  0
+LINE
+  5
+142EB
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+323.75
+ 20
+58.75
+ 30
+0.0
+ 11
+325.0
+ 21
+58.75
+ 31
+0.0
+  0
+LINE
+  5
+142EC
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+326.25
+ 20
+58.75
+ 30
+0.0
+ 11
+327.5
+ 21
+58.75
+ 31
+0.0
+  0
+LINE
+  5
+142ED
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+328.75
+ 20
+58.75
+ 30
+0.0
+ 11
+330.0
+ 21
+58.75
+ 31
+0.0
+  0
+LINE
+  5
+142EE
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+331.25
+ 20
+58.75
+ 30
+0.0
+ 11
+332.5
+ 21
+58.75
+ 31
+0.0
+  0
+LINE
+  5
+142EF
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+333.75
+ 20
+58.75
+ 30
+0.0
+ 11
+335.0
+ 21
+58.75
+ 31
+0.0
+  0
+LINE
+  5
+142F0
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+336.25
+ 20
+58.75
+ 30
+0.0
+ 11
+337.5
+ 21
+58.75
+ 31
+0.0
+  0
+LINE
+  5
+142F1
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+338.75
+ 20
+58.75
+ 30
+0.0
+ 11
+340.0
+ 21
+58.75
+ 31
+0.0
+  0
+LINE
+  5
+142F2
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+341.25
+ 20
+58.75
+ 30
+0.0
+ 11
+342.5
+ 21
+58.75
+ 31
+0.0
+  0
+LINE
+  5
+142F3
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+349.0
+ 20
+58.75
+ 30
+0.0
+ 11
+350.0
+ 21
+58.75
+ 31
+0.0
+  0
+LINE
+  5
+142F4
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+351.25
+ 20
+58.75
+ 30
+0.0
+ 11
+352.5
+ 21
+58.75
+ 31
+0.0
+  0
+LINE
+  5
+142F5
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+353.75
+ 20
+58.75
+ 30
+0.0
+ 11
+355.0
+ 21
+58.75
+ 31
+0.0
+  0
+LINE
+  5
+142F6
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+356.25
+ 20
+58.75
+ 30
+0.0
+ 11
+357.5
+ 21
+58.75
+ 31
+0.0
+  0
+LINE
+  5
+142F7
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+358.75
+ 20
+58.75
+ 30
+0.0
+ 11
+360.0
+ 21
+58.75
+ 31
+0.0
+  0
+LINE
+  5
+142F8
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+361.25
+ 20
+58.75
+ 30
+0.0
+ 11
+362.5
+ 21
+58.75
+ 31
+0.0
+  0
+LINE
+  5
+142F9
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+363.75
+ 20
+58.75
+ 30
+0.0
+ 11
+365.0
+ 21
+58.75
+ 31
+0.0
+  0
+LINE
+  5
+142FA
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+366.25
+ 20
+58.75
+ 30
+0.0
+ 11
+367.5
+ 21
+58.75
+ 31
+0.0
+  0
+LINE
+  5
+142FB
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+368.75
+ 20
+58.75
+ 30
+0.0
+ 11
+370.0
+ 21
+58.75
+ 31
+0.0
+  0
+LINE
+  5
+142FC
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+371.25
+ 20
+58.75
+ 30
+0.0
+ 11
+372.0
+ 21
+58.75
+ 31
+0.0
+  0
+LINE
+  5
+142FD
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+312.5
+ 20
+57.5
+ 30
+0.0
+ 11
+313.75
+ 21
+57.5
+ 31
+0.0
+  0
+LINE
+  5
+142FE
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+315.0
+ 20
+57.5
+ 30
+0.0
+ 11
+316.25
+ 21
+57.5
+ 31
+0.0
+  0
+LINE
+  5
+142FF
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+317.5
+ 20
+57.5
+ 30
+0.0
+ 11
+318.75
+ 21
+57.5
+ 31
+0.0
+  0
+LINE
+  5
+14300
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+320.0
+ 20
+57.5
+ 30
+0.0
+ 11
+321.25
+ 21
+57.5
+ 31
+0.0
+  0
+LINE
+  5
+14301
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+322.5
+ 20
+57.5
+ 30
+0.0
+ 11
+323.75
+ 21
+57.5
+ 31
+0.0
+  0
+LINE
+  5
+14302
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+325.0
+ 20
+57.5
+ 30
+0.0
+ 11
+326.25
+ 21
+57.5
+ 31
+0.0
+  0
+LINE
+  5
+14303
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+327.5
+ 20
+57.5
+ 30
+0.0
+ 11
+328.75
+ 21
+57.5
+ 31
+0.0
+  0
+LINE
+  5
+14304
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+330.0
+ 20
+57.5
+ 30
+0.0
+ 11
+331.25
+ 21
+57.5
+ 31
+0.0
+  0
+LINE
+  5
+14305
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+332.5
+ 20
+57.5
+ 30
+0.0
+ 11
+333.75
+ 21
+57.5
+ 31
+0.0
+  0
+LINE
+  5
+14306
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+335.0
+ 20
+57.5
+ 30
+0.0
+ 11
+336.25
+ 21
+57.5
+ 31
+0.0
+  0
+LINE
+  5
+14307
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+337.5
+ 20
+57.5
+ 30
+0.0
+ 11
+338.75
+ 21
+57.5
+ 31
+0.0
+  0
+LINE
+  5
+14308
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+340.0
+ 20
+57.5
+ 30
+0.0
+ 11
+341.25
+ 21
+57.5
+ 31
+0.0
+  0
+LINE
+  5
+14309
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+342.5
+ 20
+57.5
+ 30
+0.0
+ 11
+343.0
+ 21
+57.5
+ 31
+0.0
+  0
+LINE
+  5
+1430A
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+350.0
+ 20
+57.5
+ 30
+0.0
+ 11
+351.25
+ 21
+57.5
+ 31
+0.0
+  0
+LINE
+  5
+1430B
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+352.5
+ 20
+57.5
+ 30
+0.0
+ 11
+353.75
+ 21
+57.5
+ 31
+0.0
+  0
+LINE
+  5
+1430C
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+355.0
+ 20
+57.5
+ 30
+0.0
+ 11
+356.25
+ 21
+57.5
+ 31
+0.0
+  0
+LINE
+  5
+1430D
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+357.5
+ 20
+57.5
+ 30
+0.0
+ 11
+358.75
+ 21
+57.5
+ 31
+0.0
+  0
+LINE
+  5
+1430E
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+360.0
+ 20
+57.5
+ 30
+0.0
+ 11
+361.25
+ 21
+57.5
+ 31
+0.0
+  0
+LINE
+  5
+1430F
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+362.5
+ 20
+57.5
+ 30
+0.0
+ 11
+363.75
+ 21
+57.5
+ 31
+0.0
+  0
+LINE
+  5
+14310
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+365.0
+ 20
+57.5
+ 30
+0.0
+ 11
+366.25
+ 21
+57.5
+ 31
+0.0
+  0
+LINE
+  5
+14311
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+367.5
+ 20
+57.5
+ 30
+0.0
+ 11
+368.75
+ 21
+57.5
+ 31
+0.0
+  0
+LINE
+  5
+14312
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+370.0
+ 20
+57.5
+ 30
+0.0
+ 11
+371.25
+ 21
+57.5
+ 31
+0.0
+  0
+LINE
+  5
+14313
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+312.0
+ 20
+56.25
+ 30
+0.0
+ 11
+312.5
+ 21
+56.25
+ 31
+0.0
+  0
+LINE
+  5
+14314
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+313.75
+ 20
+56.25
+ 30
+0.0
+ 11
+315.0
+ 21
+56.25
+ 31
+0.0
+  0
+LINE
+  5
+14315
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+316.25
+ 20
+56.25
+ 30
+0.0
+ 11
+317.5
+ 21
+56.25
+ 31
+0.0
+  0
+LINE
+  5
+14316
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+318.75
+ 20
+56.25
+ 30
+0.0
+ 11
+320.0
+ 21
+56.25
+ 31
+0.0
+  0
+LINE
+  5
+14317
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+321.25
+ 20
+56.25
+ 30
+0.0
+ 11
+322.5
+ 21
+56.25
+ 31
+0.0
+  0
+LINE
+  5
+14318
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+323.75
+ 20
+56.25
+ 30
+0.0
+ 11
+325.0
+ 21
+56.25
+ 31
+0.0
+  0
+LINE
+  5
+14319
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+326.25
+ 20
+56.25
+ 30
+0.0
+ 11
+327.5
+ 21
+56.25
+ 31
+0.0
+  0
+LINE
+  5
+1431A
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+328.75
+ 20
+56.25
+ 30
+0.0
+ 11
+330.0
+ 21
+56.25
+ 31
+0.0
+  0
+LINE
+  5
+1431B
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+331.25
+ 20
+56.25
+ 30
+0.0
+ 11
+332.5
+ 21
+56.25
+ 31
+0.0
+  0
+LINE
+  5
+1431C
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+333.75
+ 20
+56.25
+ 30
+0.0
+ 11
+335.0
+ 21
+56.25
+ 31
+0.0
+  0
+LINE
+  5
+1431D
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+336.25
+ 20
+56.25
+ 30
+0.0
+ 11
+337.5
+ 21
+56.25
+ 31
+0.0
+  0
+LINE
+  5
+1431E
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+338.75
+ 20
+56.25
+ 30
+0.0
+ 11
+340.0
+ 21
+56.25
+ 31
+0.0
+  0
+LINE
+  5
+1431F
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+341.25
+ 20
+56.25
+ 30
+0.0
+ 11
+342.5
+ 21
+56.25
+ 31
+0.0
+  0
+LINE
+  5
+14320
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+349.0
+ 20
+56.25
+ 30
+0.0
+ 11
+350.0
+ 21
+56.25
+ 31
+0.0
+  0
+LINE
+  5
+14321
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+351.25
+ 20
+56.25
+ 30
+0.0
+ 11
+352.5
+ 21
+56.25
+ 31
+0.0
+  0
+LINE
+  5
+14322
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+353.75
+ 20
+56.25
+ 30
+0.0
+ 11
+355.0
+ 21
+56.25
+ 31
+0.0
+  0
+LINE
+  5
+14323
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+356.25
+ 20
+56.25
+ 30
+0.0
+ 11
+357.5
+ 21
+56.25
+ 31
+0.0
+  0
+LINE
+  5
+14324
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+358.75
+ 20
+56.25
+ 30
+0.0
+ 11
+360.0
+ 21
+56.25
+ 31
+0.0
+  0
+LINE
+  5
+14325
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+361.25
+ 20
+56.25
+ 30
+0.0
+ 11
+362.5
+ 21
+56.25
+ 31
+0.0
+  0
+LINE
+  5
+14326
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+363.75
+ 20
+56.25
+ 30
+0.0
+ 11
+365.0
+ 21
+56.25
+ 31
+0.0
+  0
+LINE
+  5
+14327
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+366.25
+ 20
+56.25
+ 30
+0.0
+ 11
+367.5
+ 21
+56.25
+ 31
+0.0
+  0
+LINE
+  5
+14328
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+368.75
+ 20
+56.25
+ 30
+0.0
+ 11
+370.0
+ 21
+56.25
+ 31
+0.0
+  0
+LINE
+  5
+14329
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+371.25
+ 20
+56.25
+ 30
+0.0
+ 11
+372.0
+ 21
+56.25
+ 31
+0.0
+  0
+LINE
+  5
+1432A
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+312.5
+ 20
+55.0
+ 30
+0.0
+ 11
+313.75
+ 21
+55.0
+ 31
+0.0
+  0
+LINE
+  5
+1432B
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+315.0
+ 20
+55.0
+ 30
+0.0
+ 11
+316.25
+ 21
+55.0
+ 31
+0.0
+  0
+LINE
+  5
+1432C
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+317.5
+ 20
+55.0
+ 30
+0.0
+ 11
+318.75
+ 21
+55.0
+ 31
+0.0
+  0
+LINE
+  5
+1432D
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+320.0
+ 20
+55.0
+ 30
+0.0
+ 11
+321.25
+ 21
+55.0
+ 31
+0.0
+  0
+LINE
+  5
+1432E
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+322.5
+ 20
+55.0
+ 30
+0.0
+ 11
+323.75
+ 21
+55.0
+ 31
+0.0
+  0
+LINE
+  5
+1432F
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+325.0
+ 20
+55.0
+ 30
+0.0
+ 11
+326.25
+ 21
+55.0
+ 31
+0.0
+  0
+LINE
+  5
+14330
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+327.5
+ 20
+55.0
+ 30
+0.0
+ 11
+328.75
+ 21
+55.0
+ 31
+0.0
+  0
+LINE
+  5
+14331
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+330.0
+ 20
+55.0
+ 30
+0.0
+ 11
+331.25
+ 21
+55.0
+ 31
+0.0
+  0
+LINE
+  5
+14332
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+332.5
+ 20
+55.0
+ 30
+0.0
+ 11
+333.75
+ 21
+55.0
+ 31
+0.0
+  0
+LINE
+  5
+14333
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+335.0
+ 20
+55.0
+ 30
+0.0
+ 11
+336.25
+ 21
+55.0
+ 31
+0.0
+  0
+LINE
+  5
+14334
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+337.5
+ 20
+55.0
+ 30
+0.0
+ 11
+338.75
+ 21
+55.0
+ 31
+0.0
+  0
+LINE
+  5
+14335
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+340.0
+ 20
+55.0
+ 30
+0.0
+ 11
+341.25
+ 21
+55.0
+ 31
+0.0
+  0
+LINE
+  5
+14336
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+342.5
+ 20
+55.0
+ 30
+0.0
+ 11
+343.0
+ 21
+55.0
+ 31
+0.0
+  0
+LINE
+  5
+14337
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+350.0
+ 20
+55.0
+ 30
+0.0
+ 11
+351.25
+ 21
+55.0
+ 31
+0.0
+  0
+LINE
+  5
+14338
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+352.5
+ 20
+55.0
+ 30
+0.0
+ 11
+353.75
+ 21
+55.0
+ 31
+0.0
+  0
+LINE
+  5
+14339
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+355.0
+ 20
+55.0
+ 30
+0.0
+ 11
+356.25
+ 21
+55.0
+ 31
+0.0
+  0
+LINE
+  5
+1433A
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+357.5
+ 20
+55.0
+ 30
+0.0
+ 11
+358.75
+ 21
+55.0
+ 31
+0.0
+  0
+LINE
+  5
+1433B
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+360.0
+ 20
+55.0
+ 30
+0.0
+ 11
+361.25
+ 21
+55.0
+ 31
+0.0
+  0
+LINE
+  5
+1433C
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+362.5
+ 20
+55.0
+ 30
+0.0
+ 11
+363.75
+ 21
+55.0
+ 31
+0.0
+  0
+LINE
+  5
+1433D
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+365.0
+ 20
+55.0
+ 30
+0.0
+ 11
+366.25
+ 21
+55.0
+ 31
+0.0
+  0
+LINE
+  5
+1433E
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+367.5
+ 20
+55.0
+ 30
+0.0
+ 11
+368.75
+ 21
+55.0
+ 31
+0.0
+  0
+LINE
+  5
+1433F
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+370.0
+ 20
+55.0
+ 30
+0.0
+ 11
+371.25
+ 21
+55.0
+ 31
+0.0
+  0
+LINE
+  5
+14340
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+312.0
+ 20
+53.75
+ 30
+0.0
+ 11
+312.5
+ 21
+53.75
+ 31
+0.0
+  0
+LINE
+  5
+14341
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+313.75
+ 20
+53.75
+ 30
+0.0
+ 11
+315.0
+ 21
+53.75
+ 31
+0.0
+  0
+LINE
+  5
+14342
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+316.25
+ 20
+53.75
+ 30
+0.0
+ 11
+317.5
+ 21
+53.75
+ 31
+0.0
+  0
+LINE
+  5
+14343
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+318.75
+ 20
+53.75
+ 30
+0.0
+ 11
+320.0
+ 21
+53.75
+ 31
+0.0
+  0
+LINE
+  5
+14344
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+321.25
+ 20
+53.75
+ 30
+0.0
+ 11
+322.5
+ 21
+53.75
+ 31
+0.0
+  0
+LINE
+  5
+14345
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+323.75
+ 20
+53.75
+ 30
+0.0
+ 11
+325.0
+ 21
+53.75
+ 31
+0.0
+  0
+LINE
+  5
+14346
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+326.25
+ 20
+53.75
+ 30
+0.0
+ 11
+327.5
+ 21
+53.75
+ 31
+0.0
+  0
+LINE
+  5
+14347
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+328.75
+ 20
+53.75
+ 30
+0.0
+ 11
+330.0
+ 21
+53.75
+ 31
+0.0
+  0
+LINE
+  5
+14348
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+331.25
+ 20
+53.75
+ 30
+0.0
+ 11
+332.5
+ 21
+53.75
+ 31
+0.0
+  0
+LINE
+  5
+14349
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+333.75
+ 20
+53.75
+ 30
+0.0
+ 11
+335.0
+ 21
+53.75
+ 31
+0.0
+  0
+LINE
+  5
+1434A
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+336.25
+ 20
+53.75
+ 30
+0.0
+ 11
+337.5
+ 21
+53.75
+ 31
+0.0
+  0
+LINE
+  5
+1434B
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+338.75
+ 20
+53.75
+ 30
+0.0
+ 11
+340.0
+ 21
+53.75
+ 31
+0.0
+  0
+LINE
+  5
+1434C
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+341.25
+ 20
+53.75
+ 30
+0.0
+ 11
+342.5
+ 21
+53.75
+ 31
+0.0
+  0
+LINE
+  5
+1434D
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+349.0
+ 20
+53.75
+ 30
+0.0
+ 11
+350.0
+ 21
+53.75
+ 31
+0.0
+  0
+LINE
+  5
+1434E
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+351.25
+ 20
+53.75
+ 30
+0.0
+ 11
+352.5
+ 21
+53.75
+ 31
+0.0
+  0
+LINE
+  5
+1434F
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+353.75
+ 20
+53.75
+ 30
+0.0
+ 11
+355.0
+ 21
+53.75
+ 31
+0.0
+  0
+LINE
+  5
+14350
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+356.25
+ 20
+53.75
+ 30
+0.0
+ 11
+357.5
+ 21
+53.75
+ 31
+0.0
+  0
+LINE
+  5
+14351
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+358.75
+ 20
+53.75
+ 30
+0.0
+ 11
+360.0
+ 21
+53.75
+ 31
+0.0
+  0
+LINE
+  5
+14352
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+361.25
+ 20
+53.75
+ 30
+0.0
+ 11
+362.5
+ 21
+53.75
+ 31
+0.0
+  0
+LINE
+  5
+14353
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+363.75
+ 20
+53.75
+ 30
+0.0
+ 11
+365.0
+ 21
+53.75
+ 31
+0.0
+  0
+LINE
+  5
+14354
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+366.25
+ 20
+53.75
+ 30
+0.0
+ 11
+367.5
+ 21
+53.75
+ 31
+0.0
+  0
+LINE
+  5
+14355
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+368.75
+ 20
+53.75
+ 30
+0.0
+ 11
+370.0
+ 21
+53.75
+ 31
+0.0
+  0
+LINE
+  5
+14356
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+371.25
+ 20
+53.75
+ 30
+0.0
+ 11
+372.0
+ 21
+53.75
+ 31
+0.0
+  0
+LINE
+  5
+14357
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+312.5
+ 20
+52.5
+ 30
+0.0
+ 11
+313.75
+ 21
+52.5
+ 31
+0.0
+  0
+LINE
+  5
+14358
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+315.0
+ 20
+52.5
+ 30
+0.0
+ 11
+316.25
+ 21
+52.5
+ 31
+0.0
+  0
+LINE
+  5
+14359
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+317.5
+ 20
+52.5
+ 30
+0.0
+ 11
+318.75
+ 21
+52.5
+ 31
+0.0
+  0
+LINE
+  5
+1435A
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+320.0
+ 20
+52.5
+ 30
+0.0
+ 11
+321.25
+ 21
+52.5
+ 31
+0.0
+  0
+LINE
+  5
+1435B
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+322.5
+ 20
+52.5
+ 30
+0.0
+ 11
+323.75
+ 21
+52.5
+ 31
+0.0
+  0
+LINE
+  5
+1435C
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+325.0
+ 20
+52.5
+ 30
+0.0
+ 11
+326.25
+ 21
+52.5
+ 31
+0.0
+  0
+LINE
+  5
+1435D
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+327.5
+ 20
+52.5
+ 30
+0.0
+ 11
+328.75
+ 21
+52.5
+ 31
+0.0
+  0
+LINE
+  5
+1435E
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+330.0
+ 20
+52.5
+ 30
+0.0
+ 11
+331.25
+ 21
+52.5
+ 31
+0.0
+  0
+LINE
+  5
+1435F
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+332.5
+ 20
+52.5
+ 30
+0.0
+ 11
+333.75
+ 21
+52.5
+ 31
+0.0
+  0
+LINE
+  5
+14360
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+335.0
+ 20
+52.5
+ 30
+0.0
+ 11
+336.25
+ 21
+52.5
+ 31
+0.0
+  0
+LINE
+  5
+14361
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+337.5
+ 20
+52.5
+ 30
+0.0
+ 11
+338.75
+ 21
+52.5
+ 31
+0.0
+  0
+LINE
+  5
+14362
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+340.0
+ 20
+52.5
+ 30
+0.0
+ 11
+341.25
+ 21
+52.5
+ 31
+0.0
+  0
+LINE
+  5
+14363
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+342.5
+ 20
+52.5
+ 30
+0.0
+ 11
+343.0
+ 21
+52.5
+ 31
+0.0
+  0
+LINE
+  5
+14364
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+350.0
+ 20
+52.5
+ 30
+0.0
+ 11
+351.25
+ 21
+52.5
+ 31
+0.0
+  0
+LINE
+  5
+14365
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+352.5
+ 20
+52.5
+ 30
+0.0
+ 11
+353.75
+ 21
+52.5
+ 31
+0.0
+  0
+LINE
+  5
+14366
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+355.0
+ 20
+52.5
+ 30
+0.0
+ 11
+356.25
+ 21
+52.5
+ 31
+0.0
+  0
+LINE
+  5
+14367
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+357.5
+ 20
+52.5
+ 30
+0.0
+ 11
+358.75
+ 21
+52.5
+ 31
+0.0
+  0
+LINE
+  5
+14368
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+360.0
+ 20
+52.5
+ 30
+0.0
+ 11
+361.25
+ 21
+52.5
+ 31
+0.0
+  0
+LINE
+  5
+14369
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+362.5
+ 20
+52.5
+ 30
+0.0
+ 11
+363.75
+ 21
+52.5
+ 31
+0.0
+  0
+LINE
+  5
+1436A
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+365.0
+ 20
+52.5
+ 30
+0.0
+ 11
+366.25
+ 21
+52.5
+ 31
+0.0
+  0
+LINE
+  5
+1436B
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+367.5
+ 20
+52.5
+ 30
+0.0
+ 11
+368.75
+ 21
+52.5
+ 31
+0.0
+  0
+LINE
+  5
+1436C
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+370.0
+ 20
+52.5
+ 30
+0.0
+ 11
+371.25
+ 21
+52.5
+ 31
+0.0
+  0
+LINE
+  5
+1436D
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+312.0
+ 20
+51.25
+ 30
+0.0
+ 11
+312.5
+ 21
+51.25
+ 31
+0.0
+  0
+LINE
+  5
+1436E
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+313.75
+ 20
+51.25
+ 30
+0.0
+ 11
+315.0
+ 21
+51.25
+ 31
+0.0
+  0
+LINE
+  5
+1436F
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+316.25
+ 20
+51.25
+ 30
+0.0
+ 11
+317.5
+ 21
+51.25
+ 31
+0.0
+  0
+LINE
+  5
+14370
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+318.75
+ 20
+51.25
+ 30
+0.0
+ 11
+320.0
+ 21
+51.25
+ 31
+0.0
+  0
+LINE
+  5
+14371
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+321.25
+ 20
+51.25
+ 30
+0.0
+ 11
+322.5
+ 21
+51.25
+ 31
+0.0
+  0
+LINE
+  5
+14372
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+323.75
+ 20
+51.25
+ 30
+0.0
+ 11
+325.0
+ 21
+51.25
+ 31
+0.0
+  0
+LINE
+  5
+14373
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+326.25
+ 20
+51.25
+ 30
+0.0
+ 11
+327.5
+ 21
+51.25
+ 31
+0.0
+  0
+LINE
+  5
+14374
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+328.75
+ 20
+51.25
+ 30
+0.0
+ 11
+330.0
+ 21
+51.25
+ 31
+0.0
+  0
+LINE
+  5
+14375
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+331.25
+ 20
+51.25
+ 30
+0.0
+ 11
+332.5
+ 21
+51.25
+ 31
+0.0
+  0
+LINE
+  5
+14376
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+333.75
+ 20
+51.25
+ 30
+0.0
+ 11
+335.0
+ 21
+51.25
+ 31
+0.0
+  0
+LINE
+  5
+14377
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+336.25
+ 20
+51.25
+ 30
+0.0
+ 11
+337.5
+ 21
+51.25
+ 31
+0.0
+  0
+LINE
+  5
+14378
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+338.75
+ 20
+51.25
+ 30
+0.0
+ 11
+340.0
+ 21
+51.25
+ 31
+0.0
+  0
+LINE
+  5
+14379
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+341.25
+ 20
+51.25
+ 30
+0.0
+ 11
+342.5
+ 21
+51.25
+ 31
+0.0
+  0
+LINE
+  5
+1437A
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+349.0
+ 20
+51.25
+ 30
+0.0
+ 11
+350.0
+ 21
+51.25
+ 31
+0.0
+  0
+LINE
+  5
+1437B
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+351.25
+ 20
+51.25
+ 30
+0.0
+ 11
+352.5
+ 21
+51.25
+ 31
+0.0
+  0
+LINE
+  5
+1437C
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+353.75
+ 20
+51.25
+ 30
+0.0
+ 11
+355.0
+ 21
+51.25
+ 31
+0.0
+  0
+LINE
+  5
+1437D
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+356.25
+ 20
+51.25
+ 30
+0.0
+ 11
+357.5
+ 21
+51.25
+ 31
+0.0
+  0
+LINE
+  5
+1437E
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+358.75
+ 20
+51.25
+ 30
+0.0
+ 11
+360.0
+ 21
+51.25
+ 31
+0.0
+  0
+LINE
+  5
+1437F
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+361.25
+ 20
+51.25
+ 30
+0.0
+ 11
+362.5
+ 21
+51.25
+ 31
+0.0
+  0
+LINE
+  5
+14380
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+363.75
+ 20
+51.25
+ 30
+0.0
+ 11
+365.0
+ 21
+51.25
+ 31
+0.0
+  0
+LINE
+  5
+14381
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+366.25
+ 20
+51.25
+ 30
+0.0
+ 11
+367.5
+ 21
+51.25
+ 31
+0.0
+  0
+LINE
+  5
+14382
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+368.75
+ 20
+51.25
+ 30
+0.0
+ 11
+370.0
+ 21
+51.25
+ 31
+0.0
+  0
+LINE
+  5
+14383
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+371.25
+ 20
+51.25
+ 30
+0.0
+ 11
+372.0
+ 21
+51.25
+ 31
+0.0
+  0
+LINE
+  5
+14384
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+312.5
+ 20
+50.0
+ 30
+0.0
+ 11
+313.75
+ 21
+50.0
+ 31
+0.0
+  0
+LINE
+  5
+14385
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+315.0
+ 20
+50.0
+ 30
+0.0
+ 11
+316.25
+ 21
+50.0
+ 31
+0.0
+  0
+LINE
+  5
+14386
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+317.5
+ 20
+50.0
+ 30
+0.0
+ 11
+318.75
+ 21
+50.0
+ 31
+0.0
+  0
+LINE
+  5
+14387
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+320.0
+ 20
+50.0
+ 30
+0.0
+ 11
+321.25
+ 21
+50.0
+ 31
+0.0
+  0
+LINE
+  5
+14388
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+322.5
+ 20
+50.0
+ 30
+0.0
+ 11
+323.75
+ 21
+50.0
+ 31
+0.0
+  0
+LINE
+  5
+14389
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+325.0
+ 20
+50.0
+ 30
+0.0
+ 11
+326.25
+ 21
+50.0
+ 31
+0.0
+  0
+LINE
+  5
+1438A
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+327.5
+ 20
+50.0
+ 30
+0.0
+ 11
+328.75
+ 21
+50.0
+ 31
+0.0
+  0
+LINE
+  5
+1438B
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+330.0
+ 20
+50.0
+ 30
+0.0
+ 11
+331.25
+ 21
+50.0
+ 31
+0.0
+  0
+LINE
+  5
+1438C
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+332.5
+ 20
+50.0
+ 30
+0.0
+ 11
+333.75
+ 21
+50.0
+ 31
+0.0
+  0
+LINE
+  5
+1438D
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+335.0
+ 20
+50.0
+ 30
+0.0
+ 11
+336.25
+ 21
+50.0
+ 31
+0.0
+  0
+LINE
+  5
+1438E
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+337.5
+ 20
+50.0
+ 30
+0.0
+ 11
+338.75
+ 21
+50.0
+ 31
+0.0
+  0
+LINE
+  5
+1438F
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+340.0
+ 20
+50.0
+ 30
+0.0
+ 11
+341.25
+ 21
+50.0
+ 31
+0.0
+  0
+LINE
+  5
+14390
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+342.5
+ 20
+50.0
+ 30
+0.0
+ 11
+343.0
+ 21
+50.0
+ 31
+0.0
+  0
+LINE
+  5
+14391
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+350.0
+ 20
+50.0
+ 30
+0.0
+ 11
+351.25
+ 21
+50.0
+ 31
+0.0
+  0
+LINE
+  5
+14392
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+352.5
+ 20
+50.0
+ 30
+0.0
+ 11
+353.75
+ 21
+50.0
+ 31
+0.0
+  0
+LINE
+  5
+14393
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+355.0
+ 20
+50.0
+ 30
+0.0
+ 11
+356.25
+ 21
+50.0
+ 31
+0.0
+  0
+LINE
+  5
+14394
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+357.5
+ 20
+50.0
+ 30
+0.0
+ 11
+358.75
+ 21
+50.0
+ 31
+0.0
+  0
+LINE
+  5
+14395
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+360.0
+ 20
+50.0
+ 30
+0.0
+ 11
+361.25
+ 21
+50.0
+ 31
+0.0
+  0
+LINE
+  5
+14396
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+362.5
+ 20
+50.0
+ 30
+0.0
+ 11
+363.75
+ 21
+50.0
+ 31
+0.0
+  0
+LINE
+  5
+14397
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+365.0
+ 20
+50.0
+ 30
+0.0
+ 11
+366.25
+ 21
+50.0
+ 31
+0.0
+  0
+LINE
+  5
+14398
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+367.5
+ 20
+50.0
+ 30
+0.0
+ 11
+368.75
+ 21
+50.0
+ 31
+0.0
+  0
+LINE
+  5
+14399
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+370.0
+ 20
+50.0
+ 30
+0.0
+ 11
+371.25
+ 21
+50.0
+ 31
+0.0
+  0
+LINE
+  5
+1439A
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+312.0
+ 20
+48.75
+ 30
+0.0
+ 11
+312.5
+ 21
+48.75
+ 31
+0.0
+  0
+LINE
+  5
+1439B
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+313.75
+ 20
+48.75
+ 30
+0.0
+ 11
+315.0
+ 21
+48.75
+ 31
+0.0
+  0
+LINE
+  5
+1439C
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+316.25
+ 20
+48.75
+ 30
+0.0
+ 11
+317.5
+ 21
+48.75
+ 31
+0.0
+  0
+LINE
+  5
+1439D
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+318.75
+ 20
+48.75
+ 30
+0.0
+ 11
+320.0
+ 21
+48.75
+ 31
+0.0
+  0
+LINE
+  5
+1439E
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+321.25
+ 20
+48.75
+ 30
+0.0
+ 11
+322.5
+ 21
+48.75
+ 31
+0.0
+  0
+LINE
+  5
+1439F
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+323.75
+ 20
+48.75
+ 30
+0.0
+ 11
+325.0
+ 21
+48.75
+ 31
+0.0
+  0
+LINE
+  5
+143A0
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+326.25
+ 20
+48.75
+ 30
+0.0
+ 11
+327.5
+ 21
+48.75
+ 31
+0.0
+  0
+LINE
+  5
+143A1
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+328.75
+ 20
+48.75
+ 30
+0.0
+ 11
+330.0
+ 21
+48.75
+ 31
+0.0
+  0
+LINE
+  5
+143A2
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+331.25
+ 20
+48.75
+ 30
+0.0
+ 11
+332.5
+ 21
+48.75
+ 31
+0.0
+  0
+LINE
+  5
+143A3
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+333.75
+ 20
+48.75
+ 30
+0.0
+ 11
+335.0
+ 21
+48.75
+ 31
+0.0
+  0
+LINE
+  5
+143A4
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+336.25
+ 20
+48.75
+ 30
+0.0
+ 11
+337.5
+ 21
+48.75
+ 31
+0.0
+  0
+LINE
+  5
+143A5
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+338.75
+ 20
+48.75
+ 30
+0.0
+ 11
+340.0
+ 21
+48.75
+ 31
+0.0
+  0
+LINE
+  5
+143A6
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+341.25
+ 20
+48.75
+ 30
+0.0
+ 11
+342.5
+ 21
+48.75
+ 31
+0.0
+  0
+LINE
+  5
+143A7
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+349.0
+ 20
+48.75
+ 30
+0.0
+ 11
+350.0
+ 21
+48.75
+ 31
+0.0
+  0
+LINE
+  5
+143A8
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+351.25
+ 20
+48.75
+ 30
+0.0
+ 11
+352.5
+ 21
+48.75
+ 31
+0.0
+  0
+LINE
+  5
+143A9
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+353.75
+ 20
+48.75
+ 30
+0.0
+ 11
+355.0
+ 21
+48.75
+ 31
+0.0
+  0
+LINE
+  5
+143AA
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+356.25
+ 20
+48.75
+ 30
+0.0
+ 11
+357.5
+ 21
+48.75
+ 31
+0.0
+  0
+LINE
+  5
+143AB
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+358.75
+ 20
+48.75
+ 30
+0.0
+ 11
+360.0
+ 21
+48.75
+ 31
+0.0
+  0
+LINE
+  5
+143AC
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+361.25
+ 20
+48.75
+ 30
+0.0
+ 11
+362.5
+ 21
+48.75
+ 31
+0.0
+  0
+LINE
+  5
+143AD
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+363.75
+ 20
+48.75
+ 30
+0.0
+ 11
+365.0
+ 21
+48.75
+ 31
+0.0
+  0
+LINE
+  5
+143AE
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+366.25
+ 20
+48.75
+ 30
+0.0
+ 11
+367.5
+ 21
+48.75
+ 31
+0.0
+  0
+LINE
+  5
+143AF
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+368.75
+ 20
+48.75
+ 30
+0.0
+ 11
+370.0
+ 21
+48.75
+ 31
+0.0
+  0
+LINE
+  5
+143B0
+330
+1415E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbLine
+ 10
+371.25
+ 20
+48.75
+ 30
+0.0
+ 11
+372.0
+ 21
+48.75
+ 31
+0.0
+  0
+ENDBLK
+  5
+143B1
+330
+1415E
+100
+AcDbEntity
+  8
+HE_SYM
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+144D8
+330
+143B2
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+A$C159B3471
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+A$C159B3471
+  1
+
+  0
+ARC
+  5
+143B3
+330
+143B2
+100
+AcDbEntity
+  8
+E_A_V
+100
+AcDbCircle
+ 10
+287.341326264278
+ 20
+850.3591710165022
+ 30
+0.0
+ 40
+18.0
+100
+AcDbArc
+ 50
+101.5369590328054
+ 51
+258.4630409671946
+  0
+ARC
+  5
+143B4
+330
+143B2
+100
+AcDbEntity
+  8
+E_A_V
+100
+AcDbCircle
+ 10
+288.5468554866784
+ 20
+849.830335569055
+ 30
+0.0
+ 40
+18.0
+100
+AcDbArc
+ 50
+281.5369590328054
+ 51
+78.46304096719463
+  0
+LWPOLYLINE
+  5
+143B5
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+100
+AcDbPolyline
+ 90
+        3
+ 70
+     0
+ 43
+3.6
+ 10
+36.13327453863667
+ 20
+909.6726268879628
+ 10
+86.53327453863676
+ 20
+909.6726268879628
+ 10
+411.964635047224
+ 20
+909.6726268879628
+  0
+LWPOLYLINE
+  5
+143B6
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+3.6
+ 10
+396.1689692540316
+ 20
+909.6726268879628
+ 10
+572.5289360397272
+ 20
+909.6726268879628
+  0
+LWPOLYLINE
+  5
+143B7
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+3.6
+ 10
+621.4807857685245
+ 20
+909.6726268879628
+ 10
+701.8013821079112
+ 20
+909.6726268879628
+  0
+LWPOLYLINE
+  5
+143B8
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+3.6
+ 10
+723.5879517609687
+ 20
+909.6726268879628
+ 10
+1443.733274538637
+ 20
+909.6726268879628
+  0
+LWPOLYLINE
+  5
+143B9
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+3.6
+ 10
+36.13327453863667
+ 20
+967.2726268879632
+ 10
+592.4947356582741
+ 20
+967.2726268879632
+  0
+LWPOLYLINE
+  5
+143BA
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+3.6
+ 10
+614.2813053113327
+ 20
+967.2726268879632
+ 10
+1443.733274538637
+ 20
+967.2726268879632
+  0
+TEXT
+  5
+143BB
+330
+143B2
+100
+AcDbEntity
+  8
+TEXTE
+100
+AcDbText
+ 10
+1073.2142043399
+ 20
+913.2726268879627
+ 30
+0.0
+ 40
+6.48
+  1
+COLLECTEUR BP
+100
+AcDbText
+  0
+LWPOLYLINE
+  5
+143BC
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+2.879999999999999
+ 10
+36.13327453863667
+ 20
+852.0726268879627
+ 10
+162.8536569468233
+ 20
+852.0726268879627
+  0
+LWPOLYLINE
+  5
+143BD
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+2.879999999999999
+ 10
+184.6402265998808
+ 20
+852.0726268879627
+ 10
+269.4230654955404
+ 20
+852.0726268879627
+  0
+LWPOLYLINE
+  5
+143BE
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+2.879999999999999
+ 10
+306.4066463488689
+ 20
+852.0726268879627
+ 10
+1160.142520286298
+ 20
+852.0726268879627
+  0
+LINE
+  5
+143BF
+330
+143B2
+100
+AcDbEntity
+  8
+E_A_V
+100
+AcDbLine
+ 10
+548.1304678762658
+ 20
+746.9003245044478
+ 30
+0.0
+ 11
+548.1304678762658
+ 21
+660.6805050130779
+ 31
+0.0
+  0
+INSERT
+  5
+143C0
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+100
+AcDbBlockReference
+  2
+S_RCHELE
+ 10
+288.5468554866784
+ 20
+849.830335569055
+ 30
+0.0
+ 41
+3.6
+ 42
+3.6
+ 43
+3.6
+  0
+LWPOLYLINE
+  5
+143C1
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU_T
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+2.879999999999999
+ 10
+0.1332745386366696
+ 20
+852.0726268879627
+ 10
+36.13327453863667
+ 20
+852.0726268879627
+  0
+TEXT
+  5
+143C2
+330
+143B2
+100
+AcDbEntity
+  8
+TEXTE
+100
+AcDbText
+ 10
+28.93327453863685
+ 20
+855.6726268879627
+ 30
+0.0
+ 40
+6.48
+  1
+POMPAGE 1.8 k
+100
+AcDbText
+  0
+TEXT
+  5
+143C3
+330
+143B2
+100
+AcDbEntity
+  8
+TEXTE
+100
+AcDbText
+ 10
+28.93327453863685
+ 20
+970.8726268879633
+ 30
+0.0
+ 40
+6.48
+  1
+COLLECTEUR DE RECUPERATION
+100
+AcDbText
+  0
+LWPOLYLINE
+  5
+143C4
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU_T
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+2.879999999999999
+ 10
+0.1332745386366696
+ 20
+909.6726268879628
+ 10
+36.13327453863667
+ 20
+909.6726268879628
+  0
+LWPOLYLINE
+  5
+143C5
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU_T
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+2.879999999999999
+ 10
+0.1332745386366696
+ 20
+967.2726268879632
+ 10
+36.13327453863667
+ 20
+967.2726268879632
+  0
+LINE
+  5
+143C6
+330
+143B2
+100
+AcDbEntity
+  8
+E_A_V
+100
+AcDbLine
+ 10
+562.6028246508558
+ 20
+735.6073038706032
+ 30
+0.0
+ 11
+562.6028246508558
+ 21
+660.6805050130779
+ 31
+0.0
+  0
+LINE
+  5
+143C7
+330
+143B2
+100
+AcDbEntity
+  8
+E_A_V
+100
+AcDbLine
+ 10
+0.0000058717614593
+ 20
+696.1211467811457
+ 30
+0.0
+ 11
+430.7022578888708
+ 21
+696.1211467811456
+ 31
+0.0
+  0
+LINE
+  5
+143C8
+330
+143B2
+100
+AcDbEntity
+  8
+E_A_V
+100
+AcDbLine
+ 10
+0.0000058717614593
+ 20
+669.1687450669733
+ 30
+0.0
+ 11
+401.1825398196661
+ 21
+669.1687450669733
+ 31
+0.0
+  0
+LINE
+  5
+143C9
+330
+143B2
+100
+AcDbEntity
+  8
+E_A_V
+100
+AcDbLine
+ 10
+431.3088253498886
+ 20
+695.7745754993773
+ 30
+0.0
+ 11
+431.3088253498886
+ 21
+660.6805050130779
+ 31
+0.0
+  0
+LINE
+  5
+143CA
+330
+143B2
+100
+AcDbEntity
+  8
+E_A_V
+100
+AcDbLine
+ 10
+401.1825398196661
+ 20
+669.1687450669733
+ 30
+0.0
+ 11
+401.1825398196661
+ 21
+660.6805050130779
+ 31
+0.0
+  0
+LWPOLYLINE
+  5
+143CB
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+2.879999999999999
+ 10
+34.89702358742443
+ 20
+689.4754234886432
+ 10
+299.7427800173
+ 20
+689.4754234886432
+  0
+LWPOLYLINE
+  5
+143CC
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+ 62
+     3
+370
+    30
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+3.6
+ 10
+37.34869105152711
+ 20
+677.8715913194144
+ 10
+57.74932394708638
+ 20
+677.8715913194144
+  0
+LWPOLYLINE
+  5
+143CD
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+ 62
+     3
+370
+    30
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+3.6
+ 10
+73.94932394708622
+ 20
+677.8715913194144
+ 10
+378.9558982055742
+ 20
+677.8715913194144
+  0
+LWPOLYLINE
+  5
+143CE
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+ 62
+     3
+370
+    30
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+3.6
+ 10
+403.8026157573685
+ 20
+677.8715913194144
+ 10
+420.1858759862346
+ 20
+677.8715913194144
+  0
+LWPOLYLINE
+  5
+143CF
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+ 62
+     3
+370
+    30
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+3.6
+ 10
+420.1858759862346
+ 20
+677.8715913194144
+ 10
+420.1879846099486
+ 20
+649.1976454968798
+  0
+INSERT
+  5
+143D0
+330
+143B2
+100
+AcDbEntity
+  8
+N2_FLU
+ 62
+     3
+370
+    20
+100
+AcDbBlockReference
+  2
+S_VDPNEU
+ 10
+554.9881118745928
+ 20
+687.3068927009308
+ 30
+0.0
+ 41
+3.6
+ 42
+3.6
+ 43
+3.6
+ 50
+270.0
+  0
+INSERT
+  5
+143D1
+330
+143B2
+100
+AcDbEntity
+  8
+N2_FLU
+ 62
+     3
+100
+AcDbBlockReference
+  2
+S_VDPNEU
+ 10
+154.9430683161504
+ 20
+610.8392875962907
+ 30
+0.0
+ 41
+3.6
+ 42
+3.6
+ 43
+3.6
+  0
+LWPOLYLINE
+  5
+143D2
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+ 62
+     3
+370
+    30
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.7200000000000001
+ 10
+345.5943025464693
+ 20
+610.5234656698784
+ 10
+345.5943025464693
+ 20
+677.9362059542704
+  0
+LWPOLYLINE
+  5
+143D3
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+ 62
+     3
+370
+    30
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.7200000000000001
+ 10
+74.08297754129489
+ 20
+590.8925056209057
+ 10
+74.08297754129489
+ 20
+610.5234656698784
+  0
+MTEXT
+  5
+143D4
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+ 62
+     3
+370
+    30
+100
+AcDbMText
+ 10
+15.49008612314901
+ 20
+580.790508024707
+ 30
+0.0
+ 40
+6.48
+ 41
+121.5934770492997
+ 46
+0.0
+ 71
+     1
+ 72
+     5
+  1
+{\C0;ATM Via collecteur}
+ 73
+     1
+ 44
+1.0
+  0
+INSERT
+  5
+143D5
+330
+143B2
+100
+AcDbEntity
+  8
+N2_FLU
+100
+AcDbBlockReference
+  2
+FLP
+ 10
+336.672257177941
+ 20
+610.8746603303464
+ 30
+0.0
+ 41
+7.199999999999955
+ 42
+7.199999999999955
+ 43
+7.199999999999955
+ 50
+180.2697309820423
+  0
+TEXT
+  5
+143D6
+330
+143B2
+100
+AcDbEntity
+  8
+TEXTE
+100
+AcDbText
+ 10
+47.28245063839586
+ 20
+645.6325570903884
+ 30
+0.0
+ 40
+6.48
+  1
+FV1412
+100
+AcDbText
+  0
+TEXT
+  5
+143D7
+330
+143B2
+100
+AcDbEntity
+  8
+TEXTE
+100
+AcDbText
+ 10
+166.3644177738283
+ 20
+582.116319963763
+ 30
+0.0
+ 40
+6.48
+  1
+FV7102
+100
+AcDbText
+  0
+TEXT
+  5
+143D8
+330
+143B2
+100
+AcDbEntity
+  8
+TEXTE
+100
+AcDbText
+ 10
+511.8306516142998
+ 20
+683.7954009170003
+ 30
+0.0
+ 40
+6.48
+  1
+FV7121
+100
+AcDbText
+  0
+INSERT
+  5
+143D9
+330
+143B2
+100
+AcDbEntity
+  8
+N2_FLU
+100
+AcDbBlockReference
+  2
+S_SOUPDR
+ 10
+306.030357313989
+ 20
+645.840571806464
+ 30
+0.0
+ 41
+3.6
+ 42
+3.6
+ 43
+3.6
+ 50
+90.0
+  0
+LINE
+  5
+143DA
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+ 62
+     3
+370
+    30
+100
+AcDbLine
+ 10
+305.8016692297333
+ 20
+602.2732436316085
+ 30
+0.0
+ 11
+305.8016692297333
+ 21
+637.5110006219529
+ 31
+0.0
+  0
+LWPOLYLINE
+  5
+143DB
+330
+143B2
+100
+AcDbEntity
+  8
+N2_FLU
+  6
+CONTINU
+ 62
+     0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+326.3223657093208
+ 20
+686.2297657849016
+ 10
+332.7648788812771
+ 20
+686.2297657849016
+ 10
+332.7648788812771
+ 20
+679.7930733601288
+ 10
+326.3223657093208
+ 20
+679.7930733601288
+  0
+TEXT
+  5
+143DC
+330
+143B2
+100
+AcDbEntity
+  8
+TEXTE
+100
+AcDbText
+ 10
+300.6224533807859
+ 20
+589.31474819658
+ 30
+0.0
+ 40
+6.48
+  1
+PT
+ 72
+     1
+ 11
+306.0224533807859
+ 21
+589.31474819658
+ 31
+0.0
+100
+AcDbText
+  0
+INSERT
+  5
+143DD
+330
+143B2
+100
+AcDbEntity
+  8
+DESSIN
+  6
+CONTINU
+ 62
+     0
+370
+    20
+100
+AcDbBlockReference
+  2
+ILOC
+ 10
+306.0224533807859
+ 20
+586.07474819658
+ 30
+0.0
+ 41
+3.6
+ 42
+3.6
+ 43
+3.6
+  0
+TEXT
+  5
+143DE
+330
+143B2
+100
+AcDbEntity
+  8
+TEXTE
+100
+AcDbText
+ 10
+259.8330857178293
+ 20
+627.2401849207068
+ 30
+0.0
+ 40
+6.48
+  1
+PSV7102
+100
+AcDbText
+  0
+LWPOLYLINE
+  5
+143DF
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+  6
+CONTINU
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.7200000000000001
+ 39
+1.8
+ 10
+0.1332745386366696
+ 20
+956.6659444405507
+ 10
+411.964635047224
+ 20
+956.6659444405507
+  0
+LWPOLYLINE
+  5
+143E0
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+  6
+CONTINU
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.7200000000000001
+ 39
+1.8
+ 10
+396.1689692540316
+ 20
+956.6659444405507
+ 10
+866.9730044493576
+ 20
+956.6659444405507
+  0
+LWPOLYLINE
+  5
+143E1
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+  6
+CONTINU
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.7200000000000001
+ 39
+1.8
+ 10
+888.7595741024139
+ 20
+956.6659444405507
+ 10
+1443.733274538637
+ 20
+956.6659444405507
+  0
+LWPOLYLINE
+  5
+143E2
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+2.879999999999999
+ 10
+146.634911387378
+ 20
+786.6373555571314
+ 10
+110.3716124014308
+ 20
+786.6373555571314
+  0
+LWPOLYLINE
+  5
+143E3
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+2.879999999999999
+ 10
+146.634911387378
+ 20
+786.6373555571314
+ 10
+146.634911387378
+ 20
+807.6585241324702
+  0
+LWPOLYLINE
+  5
+143E4
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+2.879999999999999
+ 10
+146.634911387378
+ 20
+829.4450937855271
+ 10
+146.634911387378
+ 20
+852.5678200580275
+  0
+INSERT
+  5
+143E5
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+ 62
+     2
+100
+AcDbBlockReference
+  2
+S_VDRPOS
+ 10
+383.8078790361524
+ 20
+434.053251266659
+ 30
+0.0
+ 41
+5.4
+ 42
+5.4
+ 43
+5.4
+ 50
+90.0
+  0
+LWPOLYLINE
+  5
+143E6
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+ 62
+     3
+370
+    30
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.7200000000000001
+ 10
+74.08297754129489
+ 20
+610.5234656698784
+ 10
+112.284936769136
+ 20
+610.5234656698784
+  0
+LWPOLYLINE
+  5
+143E7
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+ 62
+     3
+370
+    30
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.7200000000000001
+ 10
+211.6924794770767
+ 20
+610.5234656698784
+ 10
+225.5863276146793
+ 20
+610.5234656698784
+  0
+LWPOLYLINE
+  5
+143E8
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+ 62
+     3
+370
+    30
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.7200000000000001
+ 10
+254.2715515403352
+ 20
+610.5234656698784
+ 10
+345.5943025464693
+ 20
+610.5234656698784
+  0
+INSERT
+  5
+143E9
+330
+143B2
+100
+AcDbEntity
+  8
+N2_FLU
+ 62
+     3
+100
+AcDbBlockReference
+  2
+S_VDPNEU
+ 10
+65.84932394708629
+ 20
+677.6527553740497
+ 30
+0.0
+ 41
+3.6
+ 42
+3.6
+ 43
+3.6
+ 50
+180.0
+  0
+INSERT
+  5
+143EA
+330
+143B2
+100
+AcDbEntity
+  8
+N2_FLU
+370
+    20
+100
+AcDbBlockReference
+  2
+S_VDPNEU
+ 10
+155.3944483342275
+ 20
+571.4609656801743
+ 30
+0.0
+ 41
+3.6
+ 42
+3.6
+ 43
+3.6
+  0
+LWPOLYLINE
+  5
+143EB
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+ 62
+     3
+370
+    30
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.7200000000000001
+ 10
+211.6924794770767
+ 20
+610.5234656698784
+ 10
+211.6953488120366
+ 20
+571.5050506664039
+  0
+LWPOLYLINE
+  5
+143EC
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+ 62
+     3
+370
+    30
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.7200000000000001
+ 10
+112.284936769136
+ 20
+610.5234656698784
+ 10
+112.2857097358055
+ 20
+600.0123420946013
+  0
+LWPOLYLINE
+  5
+143ED
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+ 62
+     3
+370
+    30
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.7200000000000001
+ 10
+112.286901050888
+ 20
+583.8123420946012
+ 10
+112.2878061040942
+ 20
+571.5050506664039
+  0
+LWPOLYLINE
+  5
+143EE
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+ 62
+     3
+370
+    30
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.7200000000000001
+ 10
+112.282276948606
+ 20
+610.4488972225619
+ 10
+146.8037682127574
+ 20
+610.4488972225619
+  0
+LWPOLYLINE
+  5
+143EF
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+ 62
+     3
+370
+    30
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.7200000000000001
+ 10
+163.0037682127577
+ 20
+610.4488972225619
+ 10
+211.6898196565485
+ 20
+610.4488972225619
+  0
+LWPOLYLINE
+  5
+143F0
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+ 62
+     3
+370
+    30
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.7200000000000001
+ 10
+112.2878061040942
+ 20
+571.5050506664039
+ 10
+147.3385400403203
+ 20
+571.5050506664039
+  0
+LWPOLYLINE
+  5
+143F1
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+ 62
+     3
+370
+    30
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.7200000000000001
+ 10
+163.5385400403206
+ 20
+571.5050506664039
+ 10
+211.6953488120366
+ 20
+571.5050506664039
+  0
+INSERT
+  5
+143F2
+330
+143B2
+100
+AcDbEntity
+  8
+N2_FLU
+100
+AcDbBlockReference
+  2
+FLP
+ 10
+74.3364084941022
+ 20
+606.7043219675809
+ 30
+0.0
+ 41
+7.199999999999956
+ 42
+7.199999999999956
+ 43
+7.199999999999956
+ 50
+270.2697309820426
+  0
+TEXT
+  5
+143F3
+330
+143B2
+100
+AcDbEntity
+  8
+TEXTE
+100
+AcDbText
+ 10
+332.834849458065
+ 20
+411.4533966844433
+ 30
+0.0
+ 40
+6.48
+  1
+LCV7253
+100
+AcDbText
+  0
+TEXT
+  5
+143F4
+330
+143B2
+100
+AcDbEntity
+  8
+TEXTE
+100
+AcDbText
+ 10
+484.9487489482529
+ 20
+946.2380065816313
+ 30
+0.0
+ 40
+6.48
+  1
+COLLECTEUR MP
+100
+AcDbText
+  0
+LWPOLYLINE
+  5
+143F5
+330
+143B2
+100
+AcDbEntity
+  8
+DESSIN
+  6
+CONTINU
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+1.8
+ 10
+394.8030976871292
+ 20
+660.6805050130779
+ 10
+569.7271439845307
+ 20
+660.6805050130779
+ 10
+569.7271439845307
+ 20
+532.8190256898023
+ 10
+394.8030976871292
+ 20
+532.8190256898023
+  0
+LWPOLYLINE
+  5
+143F6
+330
+143B2
+100
+AcDbEntity
+  8
+DESSIN
+  6
+CONTINU
+370
+    30
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+397.6389083458816
+ 20
+621.1905271673363
+ 10
+566.6609075416507
+ 20
+621.1905271673363
+ 10
+566.6609075416507
+ 20
+536.766502284215
+ 10
+397.6389083458816
+ 20
+536.766502284215
+  0
+INSERT
+  5
+143F7
+330
+143B2
+100
+AcDbEntity
+  8
+Calque1
+100
+AcDbBlockReference
+  2
+S_FLECHE
+ 10
+419.8131880711147
+ 20
+658.0021068461444
+ 30
+0.0
+ 41
+7.2
+ 42
+7.2
+ 43
+7.2
+ 50
+270.0
+  0
+LINE
+  5
+143F8
+330
+143B2
+100
+AcDbEntity
+  8
+ECRAN
+  6
+CACHE
+100
+AcDbLine
+ 39
+0.9
+ 10
+563.5442990368737
+ 20
+621.1615871881584
+ 30
+0.0
+ 11
+606.4109595331022
+ 21
+621.1615871881584
+ 31
+0.0
+  0
+LINE
+  5
+143F9
+330
+143B2
+100
+AcDbEntity
+  8
+ECRAN
+  6
+CACHE
+100
+AcDbLine
+ 39
+0.9
+ 10
+606.4109595331022
+ 20
+621.1615871881584
+ 30
+0.0
+ 11
+606.4109595331022
+ 21
+600.3730099749882
+ 31
+0.0
+  0
+LINE
+  5
+143FA
+330
+143B2
+100
+AcDbEntity
+  8
+ECRAN
+  6
+CACHE
+100
+AcDbLine
+ 39
+0.9
+ 10
+606.4109595331022
+ 20
+551.4096239342026
+ 30
+0.0
+ 11
+606.4109595331022
+ 21
+537.3783505385414
+ 31
+0.0
+  0
+LINE
+  5
+143FB
+330
+143B2
+100
+AcDbEntity
+  8
+ECRAN
+  6
+CACHE
+100
+AcDbLine
+ 39
+0.9
+ 10
+606.4109595331022
+ 20
+537.3783505385414
+ 30
+0.0
+ 11
+561.680532856414
+ 21
+537.3783505385414
+ 31
+0.0
+  0
+MTEXT
+  5
+143FC
+330
+143B2
+100
+AcDbEntity
+  8
+DESSIN
+  6
+CONTINU
+370
+    30
+100
+AcDbMText
+ 10
+589.3773956265331
+ 20
+579.0505879666086
+ 30
+0.0
+ 40
+7.2
+ 41
+32.41588031575357
+ 46
+0.0
+ 71
+     1
+ 72
+     5
+  1
+LT7121
+ 73
+     1
+ 44
+1.0
+  0
+CIRCLE
+  5
+143FD
+330
+143B2
+100
+AcDbEntity
+  8
+N2_FLU
+  6
+CONTINU
+ 62
+     0
+370
+    20
+100
+AcDbCircle
+ 39
+1.8
+ 10
+606.7712840741746
+ 20
+575.8913169545953
+ 30
+0.0
+ 40
+24.48434452705751
+  0
+INSERT
+  5
+143FE
+330
+143B2
+100
+AcDbEntity
+  8
+DESSIN
+  6
+ByBlock
+370
+    30
+100
+AcDbBlockReference
+  2
+A$C431521BD
+ 10
+535.1032000104209
+ 20
+631.5876964075251
+ 30
+0.0
+ 41
+1.8
+ 42
+1.8
+ 43
+1.8
+ 50
+180.0
+  0
+MTEXT
+  5
+143FF
+330
+143B2
+100
+AcDbEntity
+  8
+DESSIN
+  6
+CONTINU
+370
+    30
+100
+AcDbMText
+ 10
+515.5730230927024
+ 20
+643.2716033838094
+ 30
+0.0
+ 40
+7.2
+ 41
+32.41588031575357
+ 46
+0.0
+ 71
+     1
+ 72
+     5
+  1
+E7121
+ 73
+     1
+ 44
+1.0
+  0
+LWPOLYLINE
+  5
+14400
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+100
+AcDbPolyline
+ 90
+        3
+ 70
+     0
+ 43
+2.879999999999999
+ 10
+249.3784747326959
+ 20
+725.7311301980835
+ 10
+299.7427800173
+ 20
+725.7311301980835
+ 10
+299.7427800173
+ 20
+687.7236156010203
+  0
+INSERT
+  5
+14401
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+100
+AcDbBlockReference
+  2
+FLP
+ 10
+261.9730385997915
+ 20
+725.7156760184987
+ 30
+0.0
+ 41
+7.199999999999955
+ 42
+7.199999999999955
+ 43
+7.199999999999955
+ 50
+180.2697309820423
+  0
+TEXT
+  5
+14402
+330
+143B2
+100
+AcDbEntity
+  8
+TEXTE
+100
+AcDbText
+ 10
+145.5221532668861
+ 20
+721.7738887484176
+ 30
+0.0
+ 40
+6.48
+  1
+Vers CV1 & CV2
+ 72
+     1
+ 11
+191.9621532668861
+ 21
+721.7738887484176
+ 31
+0.0
+100
+AcDbText
+  0
+INSERT
+  5
+14403
+330
+143B2
+100
+AcDbEntity
+  8
+N2_FLU
+ 62
+     2
+100
+AcDbBlockReference
+  2
+S_VDRPOS
+ 10
+391.3792569814714
+ 20
+677.698003384352
+ 30
+0.0
+ 41
+5.596107556710396
+ 42
+5.596107556710396
+ 43
+5.596107556710396
+  0
+TEXT
+  5
+14404
+330
+143B2
+100
+AcDbEntity
+  8
+TEXTE
+100
+AcDbText
+ 10
+374.210112875443
+ 20
+715.913740324823
+ 30
+0.0
+ 40
+6.48
+  1
+LCV7121
+100
+AcDbText
+  0
+TEXT
+  5
+14405
+330
+143B2
+100
+AcDbEntity
+  8
+TEXTE
+100
+AcDbText
+ 10
+332.9583987962328
+ 20
+682.9398053219327
+ 30
+0.0
+ 40
+6.48
+  1
+TT7102
+100
+AcDbText
+  0
+TEXT
+  5
+14406
+330
+143B2
+100
+AcDbEntity
+  8
+TEXTE
+100
+AcDbText
+ 10
+137.3980254048983
+ 20
+635.4691925573822
+ 30
+0.0
+ 40
+6.48
+  1
+FV7103
+100
+AcDbText
+  0
+INSERT
+  5
+14407
+330
+143B2
+100
+AcDbEntity
+  8
+N2_FLU
+100
+AcDbBlockReference
+  2
+S_RCHELE
+ 10
+239.9289395775081
+ 20
+609.2391440264585
+ 30
+0.0
+ 41
+3.6
+ 42
+3.6
+ 43
+3.6
+  0
+MTEXT
+  5
+14408
+330
+143B2
+100
+AcDbEntity
+  8
+DESSIN
+  6
+CONTINU
+370
+    30
+100
+AcDbMText
+ 10
+229.7836310833245
+ 20
+591.0451006517535
+ 30
+0.0
+ 40
+7.2
+ 41
+32.41588031575357
+ 46
+0.0
+ 71
+     1
+ 72
+     5
+  1
+H7102
+ 73
+     1
+ 44
+1.0
+  0
+TEXT
+  5
+14409
+330
+143B2
+100
+AcDbEntity
+  8
+TEXTE
+100
+AcDbText
+ 10
+295.6204628133587
+ 20
+578.9243155381983
+ 30
+0.0
+ 40
+6.48
+  1
+7121
+100
+AcDbText
+  0
+LINE
+  5
+1440A
+330
+143B2
+100
+AcDbEntity
+  8
+E_A_V
+ 62
+     3
+100
+AcDbLine
+ 10
+321.9873585025025
+ 20
+583.3248746623003
+ 30
+0.0
+ 11
+382.1920232477878
+ 21
+583.3248746623003
+ 31
+0.0
+  0
+LINE
+  5
+1440B
+330
+143B2
+100
+AcDbEntity
+  8
+E_A_V
+ 62
+     3
+100
+AcDbLine
+ 10
+382.1920232477878
+ 20
+628.1663369761075
+ 30
+0.0
+ 11
+527.9031988504307
+ 21
+628.1663369761075
+ 31
+0.0
+  0
+LINE
+  5
+1440C
+330
+143B2
+100
+AcDbEntity
+  8
+E_A_V
+ 62
+     3
+100
+AcDbLine
+ 10
+382.1920232477878
+ 20
+628.1663369761079
+ 30
+0.0
+ 11
+382.1920232477878
+ 21
+583.3248746623003
+ 31
+0.0
+  0
+INSERT
+  5
+1440D
+330
+143B2
+100
+AcDbEntity
+  8
+Calque1
+100
+AcDbBlockReference
+  2
+S_VREGLM
+ 10
+112.3290134842432
+ 20
+591.9123420946013
+ 30
+0.0
+ 41
+3.6
+ 42
+3.6
+ 43
+3.6
+ 50
+89.99999999999998
+  0
+TEXT
+  5
+1440E
+330
+143B2
+100
+AcDbEntity
+  8
+TEXTE
+100
+AcDbText
+ 10
+115.5879469867791
+ 20
+589.2996049004946
+ 30
+0.0
+ 40
+6.48
+  1
+H7102
+100
+AcDbText
+  0
+INSERT
+  5
+1440F
+330
+143B2
+100
+AcDbEntity
+  8
+N2_FLU
+100
+AcDbBlockReference
+  2
+FLP
+ 10
+364.4796210749309
+ 20
+747.7850927878982
+ 30
+0.0
+ 41
+7.199999999999955
+ 42
+7.199999999999955
+ 43
+7.199999999999955
+ 50
+180.2697309820423
+  0
+LWPOLYLINE
+  5
+14410
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+ 62
+     3
+370
+    30
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.7200000000000001
+ 10
+357.5432880119893
+ 20
+748.5427471667253
+ 10
+379.4794704316587
+ 20
+748.5427471667253
+  0
+LWPOLYLINE
+  5
+14411
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+ 62
+     3
+370
+    30
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.7200000000000001
+ 10
+404.3261879834526
+ 20
+748.5427471667253
+ 10
+448.8660390181244
+ 20
+748.5427471667253
+  0
+MTEXT
+  5
+14412
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+ 62
+     3
+370
+    30
+100
+AcDbMText
+ 10
+242.6820694251073
+ 20
+752.1916957858577
+ 30
+0.0
+ 40
+6.48
+ 41
+121.5934770492997
+ 46
+0.0
+ 71
+     1
+ 72
+     5
+  1
+{\C0;ATM Via collecteur}
+ 73
+     1
+ 44
+1.0
+  0
+LWPOLYLINE
+  5
+14413
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+ 62
+     3
+370
+    30
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.7200000000000001
+ 10
+448.3234775357654
+ 20
+660.6805050130779
+ 10
+448.3234775357654
+ 20
+678.3447373677821
+  0
+LWPOLYLINE
+  5
+14414
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+ 62
+     3
+370
+    30
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.7200000000000001
+ 10
+448.3234775357654
+ 20
+707.1437852380126
+ 10
+448.3234775357654
+ 20
+757.476896014849
+  0
+INSERT
+  5
+14415
+330
+143B2
+100
+AcDbEntity
+  8
+N2_FLU
+100
+AcDbBlockReference
+  2
+S_RCHELE
+ 10
+448.2063859389376
+ 20
+692.7442613028975
+ 30
+0.0
+ 41
+3.6
+ 42
+3.6
+ 43
+3.6
+  0
+MTEXT
+  5
+14416
+330
+143B2
+100
+AcDbEntity
+  8
+DESSIN
+  6
+CONTINU
+370
+    30
+100
+AcDbMText
+ 10
+468.0132156705722
+ 20
+695.8776693712202
+ 30
+0.0
+ 40
+7.2
+ 41
+32.41588031575357
+ 46
+0.0
+ 71
+     1
+ 72
+     5
+  1
+H7104
+ 73
+     1
+ 44
+1.0
+  0
+INSERT
+  5
+14417
+330
+143B2
+100
+AcDbEntity
+  8
+N2_FLU
+100
+AcDbBlockReference
+  2
+S_SOUPDR
+ 10
+448.3585687643553
+ 20
+765.5768960148487
+ 30
+0.0
+ 41
+3.6
+ 42
+3.6
+ 43
+3.6
+ 50
+90.0
+  0
+TEXT
+  5
+14418
+330
+143B2
+100
+AcDbEntity
+  8
+TEXTE
+100
+AcDbText
+ 10
+458.1088512393074
+ 20
+761.8503432032452
+ 30
+0.0
+ 40
+6.48
+  1
+PSV7102
+100
+AcDbText
+  0
+INSERT
+  5
+14419
+330
+143B2
+100
+AcDbEntity
+  8
+N2_FLU
+ 62
+     2
+100
+AcDbBlockReference
+  2
+S_VDRPOS
+ 10
+391.9028292075554
+ 20
+748.9516856897941
+ 30
+0.0
+ 41
+5.596107556710396
+ 42
+5.596107556710396
+ 43
+5.596107556710396
+  0
+TEXT
+  5
+1441A
+330
+143B2
+100
+AcDbEntity
+  8
+TEXTE
+100
+AcDbText
+ 10
+374.733685101527
+ 20
+787.1674226302647
+ 30
+0.0
+ 40
+6.48
+  1
+PCV7121
+100
+AcDbText
+  0
+LWPOLYLINE
+  5
+1441B
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+ 62
+     3
+370
+    30
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+3.6
+ 10
+555.109889432988
+ 20
+741.2767498473746
+ 10
+555.1132626090812
+ 20
+695.4068927009308
+  0
+LWPOLYLINE
+  5
+1441C
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+ 62
+     3
+370
+    30
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+3.6
+ 10
+555.1144539241639
+ 20
+723.2932306046516
+ 10
+555.1165046287929
+ 20
+695.4068927009308
+  0
+LWPOLYLINE
+  5
+1441D
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+ 62
+     3
+370
+    30
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+3.6
+ 10
+555.1176959438747
+ 20
+679.2068927009307
+ 10
+555.1190669167008
+ 20
+660.5638317012936
+  0
+TEXT
+  5
+1441E
+330
+143B2
+100
+AcDbEntity
+  8
+TEXTE
+100
+AcDbText
+ 10
+163.4246896748654
+ 20
+815.2864151740097
+ 30
+0.0
+ 40
+6.48
+  1
+HV902
+100
+AcDbText
+  0
+INSERT
+  5
+1441F
+330
+143B2
+100
+AcDbEntity
+  8
+HE_SYM
+100
+AcDbBlockReference
+  2
+S_VDMANU
+ 10
+146.8494741869944
+ 20
+818.5518089589987
+ 30
+0.0
+ 41
+4.841459922901592
+ 42
+4.841459922901592
+ 43
+4.841459922901592
+ 50
+270.0
+  0
+INSERT
+  5
+14420
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+100
+AcDbBlockReference
+  2
+FLP
+ 10
+116.1673517756567
+ 20
+786.5304408897261
+ 30
+0.0
+ 41
+7.199999999999955
+ 42
+7.199999999999955
+ 43
+7.199999999999955
+ 50
+180.2697309820423
+  0
+TEXT
+  5
+14421
+330
+143B2
+100
+AcDbEntity
+  8
+TEXTE
+100
+AcDbText
+ 10
+9.499253285637259
+ 20
+783.2045589351687
+ 30
+0.0
+ 40
+6.48
+  1
+Vers Cryholab
+ 72
+     1
+ 11
+49.99925328563723
+ 21
+783.2045589351687
+ 31
+0.0
+100
+AcDbText
+  0
+TEXT
+  5
+14422
+330
+143B2
+100
+AcDbEntity
+  8
+TEXTE
+100
+AcDbText
+ 10
+160.1015754786503
+ 20
+867.7948348524749
+ 30
+0.0
+ 40
+6.48
+  1
+HV901
+100
+AcDbText
+  0
+INSERT
+  5
+14423
+330
+143B2
+100
+AcDbEntity
+  8
+HE_SYM
+100
+AcDbBlockReference
+  2
+S_VDMANU
+ 10
+173.7469417733509
+ 20
+851.9641092228132
+ 30
+0.0
+ 41
+4.841459922901592
+ 42
+4.841459922901592
+ 43
+4.841459922901592
+  0
+TEXT
+  5
+14424
+330
+143B2
+100
+AcDbEntity
+  8
+TEXTE
+100
+AcDbText
+ 10
+275.859070088984
+ 20
+870.2740173711886
+ 30
+0.0
+ 40
+6.48
+  1
+H7261
+100
+AcDbText
+  0
+TEXT
+  5
+14425
+330
+143B2
+100
+AcDbEntity
+  8
+TEXTE
+100
+AcDbText
+ 10
+220.2811509337321
+ 20
+835.3711193043016
+ 30
+0.0
+ 40
+6.48
+  1
+TT7272
+100
+AcDbText
+  0
+TEXT
+  5
+14426
+330
+143B2
+100
+AcDbEntity
+  8
+TEXTE
+100
+AcDbText
+ 10
+220.4373545212707
+ 20
+825.7237903147903
+ 30
+0.0
+ 40
+6.48
+  1
+TT7273
+100
+AcDbText
+  0
+TEXT
+  5
+14427
+330
+143B2
+100
+AcDbEntity
+  8
+TEXTE
+100
+AcDbText
+ 10
+220.3061421513612
+ 20
+815.3862792501954
+ 30
+0.0
+ 40
+6.48
+  1
+TT7274
+100
+AcDbText
+  0
+INSERT
+  5
+14428
+330
+143B2
+100
+AcDbEntity
+  8
+HE_SYM
+100
+AcDbBlockReference
+  2
+S_FLECHE
+ 10
+383.9836142967115
+ 20
+175.5952624506765
+ 30
+0.0
+ 41
+7.2
+ 42
+7.2
+ 43
+7.2
+ 50
+90.0
+  0
+INSERT
+  5
+14429
+330
+143B2
+100
+AcDbEntity
+  8
+HE_SYM
+100
+AcDbBlockReference
+  2
+S_FLECHE
+ 10
+291.5361330500746
+ 20
+221.3999969455617
+ 30
+0.0
+ 41
+7.2
+ 42
+7.2
+ 43
+7.2
+ 50
+270.0
+  0
+LWPOLYLINE
+  5
+1442A
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+100
+AcDbPolyline
+ 90
+        3
+ 70
+     0
+ 43
+2.879999999999999
+ 10
+291.5361330500746
+ 20
+220.3908858320648
+ 10
+291.5361330500746
+ 20
+537.5421824571713
+ 10
+34.89702358742443
+ 20
+537.5421824571713
+  0
+LINE
+  5
+1442B
+330
+143B2
+100
+AcDbEntity
+  8
+E_A_V
+100
+AcDbLine
+ 10
+282.3197843753383
+ 20
+528.831098714166
+ 30
+0.0
+ 11
+282.3197843753383
+ 21
+264.5999969455616
+ 31
+0.0
+  0
+LINE
+  5
+1442C
+330
+143B2
+100
+AcDbEntity
+  8
+E_A_V
+100
+AcDbLine
+ 10
+0.1332745386366696
+ 20
+528.831098714166
+ 30
+0.0
+ 11
+282.3197900269033
+ 21
+528.831098714166
+ 31
+0.0
+  0
+LINE
+  5
+1442D
+330
+143B2
+100
+AcDbEntity
+  8
+E_A_V
+100
+AcDbLine
+ 10
+314.1800104034591
+ 20
+555.6398517996698
+ 30
+0.0
+ 11
+314.1800104034591
+ 21
+264.5999969455616
+ 31
+0.0
+  0
+TEXT
+  5
+1442E
+330
+143B2
+100
+AcDbEntity
+  8
+TEXTE
+100
+AcDbText
+ 10
+493.8381107870231
+ 20
+275.3400682363337
+ 30
+0.0
+ 40
+6.48
+  1
+PSV7251
+100
+AcDbText
+  0
+TEXT
+  5
+1442F
+330
+143B2
+100
+AcDbEntity
+  8
+TEXTE
+100
+AcDbText
+ 10
+500.7007619691481
+ 20
+257.0768673204557
+ 30
+0.0
+ 40
+6.48
+  1
+PSE7251
+100
+AcDbText
+  0
+LWPOLYLINE
+  5
+14430
+330
+143B2
+100
+AcDbEntity
+  8
+HE_SYM
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.9360000000000001
+ 10
+478.7361330500742
+ 20
+223.1999969455617
+ 10
+478.7361330500742
+ 20
+270.8999969455617
+  0
+LWPOLYLINE
+  5
+14431
+330
+143B2
+100
+AcDbEntity
+  8
+HE_SYM
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.9360000000000001
+ 10
+500.3361330500746
+ 20
+246.5999969455617
+ 10
+413.9361330500745
+ 20
+246.5999969455617
+  0
+INSERT
+  5
+14432
+330
+143B2
+100
+AcDbEntity
+  8
+HE_SYM
+100
+AcDbBlockReference
+  2
+S_POINT1
+ 10
+478.7361330500742
+ 20
+246.5999969455617
+ 30
+0.0
+ 41
+-3.6
+ 42
+3.6
+ 43
+3.6
+ 50
+180.0
+  0
+INSERT
+  5
+14433
+330
+143B2
+100
+AcDbEntity
+  8
+HE_SYM
+100
+AcDbBlockReference
+  2
+S_FLECHE
+ 10
+478.7361330500742
+ 20
+300.5999969455617
+ 30
+0.0
+ 41
+-3.6
+ 42
+3.6
+ 43
+3.6
+ 50
+270.0
+  0
+INSERT
+  5
+14434
+330
+143B2
+100
+AcDbEntity
+  8
+HE_SYM
+100
+AcDbBlockReference
+  2
+S_SOUPDR
+ 10
+478.7361330500742
+ 20
+278.9999969455617
+ 30
+0.0
+ 41
+-3.6
+ 42
+3.6
+ 43
+3.6
+ 50
+270.0
+  0
+INSERT
+  5
+14435
+330
+143B2
+100
+AcDbEntity
+  8
+HE_SYM
+100
+AcDbBlockReference
+  2
+S_DSKRUP
+ 10
+500.3361330500746
+ 20
+246.5999969455617
+ 30
+0.0
+ 41
+-3.6
+ 42
+3.6
+ 43
+3.6
+ 50
+270.0
+  0
+LWPOLYLINE
+  5
+14436
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+2.879999999999999
+ 10
+383.9654300511943
+ 20
+55.7999969455617
+ 10
+383.9654300511943
+ 20
+421.7705808802753
+  0
+LINE
+  5
+14437
+330
+143B2
+100
+AcDbEntity
+  8
+HE_SYM
+100
+AcDbLine
+ 10
+233.9361330500742
+ 20
+160.1999969455617
+ 30
+0.0
+ 11
+449.9361330500746
+ 21
+160.1999969455617
+ 31
+0.0
+  0
+LWPOLYLINE
+  5
+14438
+330
+143B2
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+3.6
+ 10
+248.3361330500743
+ 20
+185.3999969455616
+ 10
+248.3361330500743
+ 20
+55.7999969455617
+  0
+INSERT
+  5
+14439
+330
+143B2
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbBlockReference
+  2
+S_INSLO1
+ 10
+190.7361330500744
+ 20
+185.3999969455616
+ 30
+0.0
+ 41
+3.6
+ 42
+3.6
+ 43
+3.6
+  0
+LINE
+  5
+1443A
+330
+143B2
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+206.9361330500742
+ 20
+185.3999969455616
+ 30
+0.0
+ 11
+248.3361330500743
+ 21
+185.3999969455616
+ 31
+0.0
+  0
+TEXT
+  5
+1443B
+330
+143B2
+100
+AcDbEntity
+  8
+TEXTE
+100
+AcDbText
+ 10
+185.3361330500744
+ 20
+188.6399969455616
+ 30
+0.0
+ 40
+6.48
+  1
+LT
+ 72
+     1
+ 11
+190.7361330500744
+ 21
+188.6399969455616
+ 31
+0.0
+100
+AcDbText
+  0
+LWPOLYLINE
+  5
+1443C
+330
+143B2
+100
+AcDbEntity
+  8
+E_A_V
+100
+AcDbPolyline
+ 90
+       10
+ 70
+     0
+ 43
+0.0
+ 10
+269.9361330500742
+ 20
+228.5999969455617
+ 10
+262.7361330500745
+ 20
+228.5999969455617
+ 10
+262.7361330500745
+ 20
+221.3999969455617
+ 10
+226.7361330500744
+ 20
+203.3999969455617
+ 10
+226.7361330500744
+ 20
+41.39999694556161
+ 10
+457.1361330500743
+ 20
+41.39999694556161
+ 10
+457.1361330500743
+ 20
+203.3999969455617
+ 10
+421.1361330500745
+ 20
+221.3999969455617
+ 10
+421.1361330500745
+ 20
+228.5999969455617
+ 10
+413.9361330500745
+ 20
+228.5999969455617
+  0
+INSERT
+  5
+1443D
+330
+143B2
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbBlockReference
+  2
+S_INSLO1
+ 10
+277.1361330500745
+ 20
+16.19999694556168
+ 30
+0.0
+ 41
+3.6
+ 42
+3.6
+ 43
+3.6
+  0
+LINE
+  5
+1443E
+330
+143B2
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+277.1361330500745
+ 20
+55.7999969455617
+ 30
+0.0
+ 11
+277.1361330500745
+ 21
+32.39999694556161
+ 31
+0.0
+  0
+TEXT
+  5
+1443F
+330
+143B2
+100
+AcDbEntity
+  8
+TEXTE
+100
+AcDbText
+ 10
+271.7361330500745
+ 20
+19.43999694556157
+ 30
+0.0
+ 40
+6.48
+  1
+TT
+ 72
+     1
+ 11
+277.1361330500745
+ 21
+19.43999694556157
+ 31
+0.0
+100
+AcDbText
+  0
+INSERT
+  5
+14440
+330
+143B2
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbBlockReference
+  2
+S_INSLO1
+ 10
+478.7361330500742
+ 20
+206.9999969455617
+ 30
+0.0
+ 41
+-3.6
+ 42
+3.6
+ 43
+3.6
+ 50
+270.0
+  0
+TEXT
+  5
+14441
+330
+143B2
+100
+AcDbEntity
+  8
+TEXTE
+100
+AcDbText
+ 10
+473.3361330500743
+ 20
+210.2042706829679
+ 30
+0.0
+ 40
+6.48
+  1
+PT
+ 72
+     1
+ 11
+478.7361330500742
+ 21
+210.2042706829679
+ 31
+0.0
+100
+AcDbText
+  0
+TEXT
+  5
+14442
+330
+143B2
+100
+AcDbEntity
+  8
+TEXTE
+100
+AcDbText
+ 10
+355.7174491635168
+ 20
+31.29717204477197
+ 30
+0.0
+ 40
+6.48
+  1
+E7251
+100
+AcDbText
+  0
+TEXT
+  5
+14443
+330
+143B2
+100
+AcDbEntity
+  8
+TEXTE
+100
+AcDbText
+ 10
+468.6547464140276
+ 20
+198.0337380315608
+ 30
+0.0
+ 40
+6.48
+  1
+7251
+ 72
+     1
+ 11
+479.4547464140276
+ 21
+198.0337380315608
+ 31
+0.0
+100
+AcDbText
+  0
+TEXT
+  5
+14444
+330
+143B2
+100
+AcDbEntity
+  8
+TEXTE
+100
+AcDbText
+ 10
+179.9361330500744
+ 20
+175.6799969455616
+ 30
+0.0
+ 40
+6.48
+  1
+7251
+ 72
+     1
+ 11
+190.7361330500744
+ 21
+175.6799969455616
+ 31
+0.0
+100
+AcDbText
+  0
+TEXT
+  5
+14445
+330
+143B2
+100
+AcDbEntity
+  8
+TEXTE
+100
+AcDbText
+ 10
+266.3361330500745
+ 20
+6.479996945561763
+ 30
+0.0
+ 40
+6.48
+  1
+7251
+ 72
+     1
+ 11
+277.1361330500745
+ 21
+6.479996945561763
+ 31
+0.0
+100
+AcDbText
+  0
+LWPOLYLINE
+  5
+14446
+330
+143B2
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbPolyline
+ 90
+       14
+ 70
+     1
+ 10
+269.9361330500742
+ 20
+264.5999969455616
+ 40
+5.4
+ 41
+5.4
+ 10
+413.9361330500745
+ 20
+264.5999969455616
+ 40
+0.9360000000000001
+ 41
+0.9360000000000001
+ 10
+413.9361330500745
+ 20
+213.7551076759653
+ 40
+0.9360000000000001
+ 41
+0.9360000000000001
+ 42
+-0.003297646669636
+ 10
+415.8308985164479
+ 20
+213.4576912354009
+ 40
+0.9360000000000001
+ 41
+0.9360000000000001
+ 42
+-0.0535868588902644
+ 10
+433.06548364642
+ 20
+208.6996863835602
+ 40
+0.9360000000000001
+ 41
+0.9360000000000001
+ 42
+-0.0966957185780861
+ 10
+446.8097571950115
+ 20
+199.9050224822802
+ 40
+0.9360000000000001
+ 41
+0.9360000000000001
+ 42
+-0.2049955599697536
+ 10
+449.9361330500746
+ 20
+192.5999969455616
+ 40
+0.9360000000000001
+ 41
+0.9360000000000001
+ 10
+449.9361330500746
+ 20
+48.59999694556165
+ 40
+0.9360000000000001
+ 41
+0.9360000000000001
+ 10
+233.9361330500742
+ 20
+48.59999694556165
+ 40
+0.9360000000000001
+ 41
+0.9360000000000001
+ 10
+233.9361330500742
+ 20
+192.5999969455616
+ 40
+0.9360000000000001
+ 41
+0.9360000000000001
+ 42
+-0.2049955599697545
+ 10
+237.0625089051373
+ 20
+199.9050224822805
+ 40
+0.9360000000000001
+ 41
+0.9360000000000001
+ 42
+-0.0966957185780844
+ 10
+250.8067824537288
+ 20
+208.6996863835602
+ 40
+0.9360000000000001
+ 41
+0.9360000000000001
+ 42
+-0.0535868588902635
+ 10
+268.0413675837008
+ 20
+213.4576912354011
+ 40
+0.9360000000000001
+ 41
+0.9360000000000001
+ 42
+-0.0032976466696364
+ 10
+269.9361330500742
+ 20
+213.7551076759654
+ 40
+0.9360000000000001
+ 41
+0.9360000000000001
+  0
+LINE
+  5
+14447
+330
+143B2
+100
+AcDbEntity
+  8
+INST_T
+100
+AcDbLine
+ 10
+478.7361330500742
+ 20
+190.7999969455616
+ 30
+0.0
+ 11
+478.7361330500742
+ 21
+5.399996945561611
+ 31
+0.0
+  0
+LINE
+  5
+14448
+330
+143B2
+100
+AcDbEntity
+  8
+INST_T
+100
+AcDbLine
+ 10
+478.7361330500742
+ 20
+5.399996945561611
+ 30
+0.0
+ 11
+352.7361330500744
+ 21
+5.399996945561611
+ 31
+0.0
+  0
+LINE
+  5
+14449
+330
+143B2
+100
+AcDbEntity
+  8
+INST_T
+100
+AcDbLine
+ 10
+352.7361330500744
+ 20
+5.399996945561611
+ 30
+0.0
+ 11
+352.7361330500744
+ 21
+52.95473266846396
+ 31
+0.0
+  0
+INSERT
+  5
+1444A
+330
+143B2
+100
+AcDbEntity
+  8
+HE_SYM
+100
+AcDbBlockReference
+  2
+*X74
+ 10
+-889.2638669499255
+ 20
+-124.2000030544383
+ 30
+0.0
+ 41
+3.6
+ 42
+3.6
+ 43
+3.6
+  0
+LINE
+  5
+1444B
+330
+143B2
+100
+AcDbEntity
+  8
+E_A_V
+100
+AcDbLine
+ 10
+378.952055127922
+ 20
+421.7705808802753
+ 30
+0.0
+ 11
+378.952055127922
+ 21
+266.9032892910923
+ 31
+0.0
+  0
+LINE
+  5
+1444C
+330
+143B2
+100
+AcDbEntity
+  8
+E_A_V
+100
+AcDbLine
+ 10
+388.2840561602584
+ 20
+421.7705808802753
+ 30
+0.0
+ 11
+388.2840561602584
+ 21
+265.4313975141013
+ 31
+0.0
+  0
+LINE
+  5
+1444D
+330
+143B2
+100
+AcDbEntity
+  8
+E_A_V
+100
+AcDbLine
+ 10
+0.1332745386366696
+ 20
+555.6398517996698
+ 30
+0.0
+ 11
+298.9950245729997
+ 21
+555.6398517996698
+ 31
+0.0
+  0
+LWPOLYLINE
+  5
+1444E
+330
+143B2
+100
+AcDbEntity
+  8
+HE_SYM
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.9360000000000001
+ 10
+478.6738528107502
+ 20
+287.0999969455617
+ 10
+478.6738528107502
+ 20
+309.8027107796369
+  0
+INSERT
+  5
+1444F
+330
+143B2
+100
+AcDbEntity
+  8
+DESSIN
+  6
+ByBlock
+370
+    30
+100
+AcDbBlockReference
+  2
+A$C431521BD
+ 10
+350.155527451464
+ 20
+52.95473282933733
+ 30
+0.0
+ 41
+1.8
+ 42
+1.8
+ 43
+1.8
+  0
+LINE
+  5
+14450
+330
+143B2
+100
+AcDbEntity
+  8
+E_A_V
+100
+AcDbLine
+ 10
+397.8461277538772
+ 20
+467.985561746144
+ 30
+0.0
+ 11
+397.8461277538772
+ 21
+267.225264370097
+ 31
+0.0
+  0
+LINE
+  5
+14451
+330
+143B2
+100
+AcDbEntity
+  8
+E_A_V
+100
+AcDbLine
+ 10
+407.1781287862145
+ 20
+456.6925411122996
+ 30
+0.0
+ 11
+407.1781287862145
+ 21
+265.753372593106
+ 31
+0.0
+  0
+LWPOLYLINE
+  5
+14452
+330
+143B2
+100
+AcDbEntity
+  8
+HE_SYM
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.9360000000000001
+ 10
+402.2975890223468
+ 20
+223.6890814776914
+ 10
+402.2975890223468
+ 20
+336.004127440731
+  0
+LWPOLYLINE
+  5
+14453
+330
+143B2
+100
+AcDbEntity
+  8
+HE_SYM
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.9360000000000001
+ 10
+402.2975890223468
+ 20
+352.2041274407311
+ 10
+402.2975890223468
+ 20
+462.0033696640481
+  0
+INSERT
+  5
+14454
+330
+143B2
+100
+AcDbEntity
+  8
+HE_SYM
+100
+AcDbBlockReference
+  2
+S_FLECHE
+ 10
+402.4093191773204
+ 20
+221.3956209242482
+ 30
+0.0
+ 41
+7.2
+ 42
+7.2
+ 43
+7.2
+ 50
+90.0
+  0
+TEXT
+  5
+14455
+330
+143B2
+100
+AcDbEntity
+  8
+TEXTE
+100
+AcDbText
+ 10
+427.6291908958937
+ 20
+341.1400605923769
+ 30
+0.0
+ 40
+6.48
+  1
+FV7254
+100
+AcDbText
+  0
+INSERT
+  5
+14456
+330
+143B2
+100
+AcDbEntity
+  8
+HE_SYM
+100
+AcDbBlockReference
+  2
+S_VDPNEU
+ 10
+402.3275955929257
+ 20
+344.1041274407311
+ 30
+0.0
+ 41
+3.6
+ 42
+3.6
+ 43
+3.6
+ 50
+270.0
+  0
+LWPOLYLINE
+  5
+14457
+330
+143B2
+100
+AcDbEntity
+  8
+HE_SYM
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.9360000000000001
+ 10
+303.3417374983051
+ 20
+227.4951227828855
+ 10
+303.3417374983051
+ 20
+548.4353817970635
+  0
+INSERT
+  5
+14458
+330
+143B2
+100
+AcDbEntity
+  8
+HE_SYM
+100
+AcDbBlockReference
+  2
+S_FLECHE
+ 10
+303.4534676532762
+ 20
+225.2016622294423
+ 30
+0.0
+ 41
+7.2
+ 42
+7.2
+ 43
+7.2
+ 50
+90.0
+  0
+LWPOLYLINE
+  5
+14459
+330
+143B2
+100
+AcDbEntity
+  8
+HE_SYM
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.9360000000000001
+ 10
+303.3417374983051
+ 20
+548.4353817970635
+ 10
+0.1332745386366696
+ 20
+548.4353817970635
+  0
+LWPOLYLINE
+  5
+1445A
+330
+143B2
+100
+AcDbEntity
+  8
+DESSIN
+  6
+CONTINU
+100
+AcDbPolyline
+ 90
+        6
+ 70
+     0
+ 43
+3.633959166064686
+ 10
+1204.359280408008
+ 20
+184.8719092059161
+ 10
+1204.359280408008
+ 20
+152.2851716280235
+ 10
+851.2110351815817
+ 20
+152.2851716280235
+ 10
+851.2110351815817
+ 20
+410.4203909465828
+ 10
+1204.359280408008
+ 20
+410.4203909465828
+ 10
+1204.359280408008
+ 20
+349.6380142374663
+  0
+LWPOLYLINE
+  5
+1445B
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+2.879999999999999
+ 10
+1160.142520286298
+ 20
+326.8160730288514
+ 10
+1160.142520286298
+ 20
+852.0726268879627
+  0
+INSERT
+  5
+1445C
+330
+143B2
+100
+AcDbEntity
+  8
+HE_SYM
+100
+AcDbBlockReference
+  2
+S_FLECHE
+ 10
+1160.421693774282
+ 20
+464.1813876707833
+ 30
+0.0
+ 41
+7.2
+ 42
+7.2
+ 43
+7.2
+ 50
+90.0
+  0
+LINE
+  5
+1445D
+330
+143B2
+100
+AcDbEntity
+  8
+E_A_V
+100
+AcDbLine
+ 10
+306.0018157060786
+ 20
+843.5165589261403
+ 30
+0.0
+ 11
+1151.935523106462
+ 21
+843.5165589261403
+ 31
+0.0
+  0
+LINE
+  5
+1445E
+330
+143B2
+100
+AcDbEntity
+  8
+E_A_V
+100
+AcDbLine
+ 10
+304.4058987023109
+ 20
+859.1631557825428
+ 30
+0.0
+ 11
+1166.40787988105
+ 21
+859.1631557825428
+ 31
+0.0
+  0
+LINE
+  5
+1445F
+330
+143B2
+100
+AcDbEntity
+  8
+E_A_V
+100
+AcDbLine
+ 10
+1151.935523106462
+ 20
+843.5165589261403
+ 30
+0.0
+ 11
+1151.935523106462
+ 21
+410.4203909465828
+ 31
+0.0
+  0
+LINE
+  5
+14460
+330
+143B2
+100
+AcDbEntity
+  8
+E_A_V
+100
+AcDbLine
+ 10
+1166.40787988105
+ 20
+859.1631557825428
+ 30
+0.0
+ 11
+1166.40787988105
+ 21
+410.4203909465828
+ 31
+0.0
+  0
+LWPOLYLINE
+  5
+14461
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+2.879999999999999
+ 10
+384.068961058832
+ 20
+488.5512974838604
+ 10
+921.563640763351
+ 20
+488.5512974838604
+  0
+LWPOLYLINE
+  5
+14462
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+2.879999999999999
+ 10
+384.068961058832
+ 20
+446.0412512666588
+ 10
+384.068961058832
+ 20
+488.5512974838604
+  0
+LWPOLYLINE
+  5
+14463
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+2.879999999999999
+ 10
+921.563640763351
+ 20
+226.3671610173324
+ 10
+921.563640763351
+ 20
+488.5512974838604
+  0
+LINE
+  5
+14464
+330
+143B2
+100
+AcDbEntity
+  8
+E_A_V
+100
+AcDbLine
+ 10
+378.8292093224641
+ 20
+494.5780548613188
+ 30
+0.0
+ 11
+927.8501471736962
+ 21
+494.5780548613188
+ 31
+0.0
+  0
+LINE
+  5
+14465
+330
+143B2
+100
+AcDbEntity
+  8
+E_A_V
+100
+AcDbLine
+ 10
+388.4158223206124
+ 20
+483.2850342274739
+ 30
+0.0
+ 11
+914.6100521326975
+ 21
+483.2850342274739
+ 31
+0.0
+  0
+LINE
+  5
+14466
+330
+143B2
+100
+AcDbEntity
+  8
+E_A_V
+100
+AcDbLine
+ 10
+378.8292093224641
+ 20
+494.5780548613188
+ 30
+0.0
+ 11
+378.8292093224641
+ 21
+446.0412512666588
+ 31
+0.0
+  0
+LINE
+  5
+14467
+330
+143B2
+100
+AcDbEntity
+  8
+E_A_V
+100
+AcDbLine
+ 10
+388.4158223206124
+ 20
+483.2850342274741
+ 30
+0.0
+ 11
+388.4158223206124
+ 21
+446.0412512666588
+ 31
+0.0
+  0
+LINE
+  5
+14468
+330
+143B2
+100
+AcDbEntity
+  8
+E_A_V
+100
+AcDbLine
+ 10
+914.6100521326975
+ 20
+483.2850342274739
+ 30
+0.0
+ 11
+914.6100521326975
+ 21
+410.4203909465828
+ 31
+0.0
+  0
+LINE
+  5
+14469
+330
+143B2
+100
+AcDbEntity
+  8
+E_A_V
+100
+AcDbLine
+ 10
+927.8501471736962
+ 20
+494.5780548613188
+ 30
+0.0
+ 11
+927.8501471736962
+ 21
+410.4203909465828
+ 31
+0.0
+  0
+LINE
+  5
+1446A
+330
+143B2
+100
+AcDbEntity
+  8
+E_A_V
+100
+AcDbLine
+ 10
+397.8461277538772
+ 20
+467.9855617461444
+ 30
+0.0
+ 11
+892.9444580556046
+ 21
+467.9855617461444
+ 31
+0.0
+  0
+LINE
+  5
+1446B
+330
+143B2
+100
+AcDbEntity
+  8
+E_A_V
+100
+AcDbLine
+ 10
+407.1781287862145
+ 20
+456.6925411122995
+ 30
+0.0
+ 11
+883.6124570232696
+ 21
+456.6925411122995
+ 31
+0.0
+  0
+LINE
+  5
+1446C
+330
+143B2
+100
+AcDbEntity
+  8
+E_A_V
+100
+AcDbLine
+ 10
+883.6124570232668
+ 20
+456.6925411122995
+ 30
+0.0
+ 11
+883.6124570232696
+ 21
+410.4203909465828
+ 31
+0.0
+  0
+LINE
+  5
+1446D
+330
+143B2
+100
+AcDbEntity
+  8
+E_A_V
+100
+AcDbLine
+ 10
+892.9444580556046
+ 20
+467.9855617461444
+ 30
+0.0
+ 11
+892.9444580556046
+ 21
+410.4203909465828
+ 31
+0.0
+  0
+LWPOLYLINE
+  5
+1446E
+330
+143B2
+100
+AcDbEntity
+  8
+HE_SYM
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.9360000000000001
+ 10
+888.0639182917358
+ 20
+200.5265833730551
+ 10
+888.0639182917358
+ 20
+462.0033696640481
+  0
+LWPOLYLINE
+  5
+1446F
+330
+143B2
+100
+AcDbEntity
+  8
+HE_SYM
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.9360000000000001
+ 10
+888.0639182917358
+ 20
+462.0033696640481
+ 10
+402.2975890223468
+ 20
+462.0033696640481
+  0
+INSERT
+  5
+14470
+330
+143B2
+100
+AcDbEntity
+  8
+HE_SYM
+100
+AcDbBlockReference
+  2
+S_FLECHE
+ 10
+988.9469990424936
+ 20
+392.3525917169929
+ 30
+0.0
+ 41
+7.2
+ 42
+7.2
+ 43
+7.2
+ 50
+270.0
+  0
+INSERT
+  5
+14471
+330
+143B2
+100
+AcDbEntity
+  8
+HE_SYM
+100
+AcDbBlockReference
+  2
+S_FLECHE
+ 10
+887.7689849756999
+ 20
+401.4634700145951
+ 30
+0.0
+ 41
+7.2
+ 42
+7.2
+ 43
+7.2
+ 50
+270.0
+  0
+LWPOLYLINE
+  5
+14472
+330
+143B2
+100
+AcDbEntity
+  8
+DESSIN
+  6
+CONTINU
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+3.633959166064686
+ 10
+1204.359280408008
+ 20
+349.6380142374663
+ 10
+1248.419259577767
+ 20
+349.6380142374663
+  0
+LWPOLYLINE
+  5
+14473
+330
+143B2
+100
+AcDbEntity
+  8
+DESSIN
+  6
+CONTINU
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+3.633959166064686
+ 10
+1413.185364609317
+ 20
+184.8719092059161
+ 10
+1204.359280408008
+ 20
+184.8719092059161
+  0
+TEXT
+  5
+14474
+330
+143B2
+100
+AcDbEntity
+  8
+TEXTE
+100
+AcDbText
+ 10
+903.6608682158366
+ 20
+122.1717478003401
+ 30
+0.0
+ 40
+12.66469261186981
+  1
+Boite de Connexion ESS
+100
+AcDbText
+  0
+LWPOLYLINE
+  5
+14475
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+2.879999999999999
+ 10
+1160.142520286298
+ 20
+326.8160730288514
+ 10
+1266.325427288825
+ 20
+326.8160730288514
+  0
+TEXT
+  5
+14476
+330
+143B2
+100
+AcDbEntity
+  8
+TEXTE
+100
+AcDbText
+ 10
+1174.173581613884
+ 20
+332.8049322787748
+ 30
+0.0
+ 40
+6.48
+  1
+TT7261
+100
+AcDbText
+  0
+TEXT
+  5
+14477
+330
+143B2
+100
+AcDbEntity
+  8
+TEXTE
+100
+AcDbText
+ 10
+936.1710768829002
+ 20
+359.8462881121165
+ 30
+0.0
+ 40
+6.48
+  1
+TT7253
+100
+AcDbText
+  0
+LWPOLYLINE
+  5
+14478
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+2.879999999999999
+ 10
+921.563640763351
+ 20
+226.3671610173324
+ 10
+1366.774339300344
+ 20
+226.3671610173324
+  0
+LWPOLYLINE
+  5
+14479
+330
+143B2
+100
+AcDbEntity
+  8
+HE_SYM
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.9360000000000001
+ 10
+1392.61491694462
+ 20
+200.5265833730551
+ 10
+785.9580825942985
+ 20
+200.5265833730551
+  0
+TEXT
+  5
+1447A
+330
+143B2
+100
+AcDbEntity
+  8
+TEXTE
+100
+AcDbText
+ 10
+900.9805771156747
+ 20
+210.1381030022765
+ 30
+0.0
+ 40
+6.48
+  1
+TT7254
+100
+AcDbText
+  0
+LWPOLYLINE
+  5
+1447B
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+ 62
+     3
+370
+    30
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+3.6
+ 10
+555.109889432988
+ 20
+741.2767498473746
+ 10
+1021.108894158191
+ 20
+741.2767498473746
+  0
+LINE
+  5
+1447C
+330
+143B2
+100
+AcDbEntity
+  8
+E_A_V
+100
+AcDbLine
+ 10
+548.1304678762658
+ 20
+746.9003245044478
+ 30
+0.0
+ 11
+1028.601067851095
+ 21
+746.9003245044478
+ 31
+0.0
+  0
+LINE
+  5
+1447D
+330
+143B2
+100
+AcDbEntity
+  8
+E_A_V
+100
+AcDbLine
+ 10
+562.6028246508558
+ 20
+735.6073038706032
+ 30
+0.0
+ 11
+1014.128711076507
+ 21
+735.6073038706032
+ 31
+0.0
+  0
+LINE
+  5
+1447E
+330
+143B2
+100
+AcDbEntity
+  8
+E_A_V
+100
+AcDbLine
+ 10
+1014.128711076507
+ 20
+735.6073038706032
+ 30
+0.0
+ 11
+1014.128711076507
+ 21
+410.4203909465828
+ 31
+0.0
+  0
+LINE
+  5
+1447F
+330
+143B2
+100
+AcDbEntity
+  8
+E_A_V
+100
+AcDbLine
+ 10
+1028.601067851095
+ 20
+746.9003245044478
+ 30
+0.0
+ 11
+1028.601067851095
+ 21
+410.4203909465828
+ 31
+0.0
+  0
+LWPOLYLINE
+  5
+14480
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+ 62
+     3
+370
+    30
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+3.6
+ 10
+1021.108894158191
+ 20
+741.2767498473746
+ 10
+1021.144364472907
+ 20
+258.9365979144365
+  0
+LWPOLYLINE
+  5
+14481
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+ 62
+     3
+370
+    30
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+3.6
+ 10
+1021.144364472907
+ 20
+258.9365979144367
+ 10
+1329.413538889889
+ 20
+258.9365979144367
+  0
+INSERT
+  5
+14482
+330
+143B2
+100
+AcDbEntity
+  8
+Calque1
+100
+AcDbBlockReference
+  2
+S_FLECHE
+ 10
+1020.875630525208
+ 20
+358.8051065427467
+ 30
+0.0
+ 41
+7.2
+ 42
+7.2
+ 43
+7.2
+ 50
+270.0
+  0
+TEXT
+  5
+14483
+330
+143B2
+100
+AcDbEntity
+  8
+TEXTE
+100
+AcDbText
+ 10
+1036.212934001858
+ 20
+315.8591157330188
+ 30
+0.0
+ 40
+6.48
+  1
+TT7121
+100
+AcDbText
+  0
+LWPOLYLINE
+  5
+14484
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+ 62
+     3
+370
+    30
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.7200000000000001
+ 10
+1099.195601282727
+ 20
+792.5762287052801
+ 10
+1099.214961643289
+ 20
+529.3059608553281
+  0
+LWPOLYLINE
+  5
+14485
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+ 62
+     3
+370
+    30
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.7200000000000001
+ 10
+1099.204958191146
+ 20
+500.5151574296501
+ 10
+1099.219374319636
+ 20
+304.478622012756
+  0
+LWPOLYLINE
+  5
+14486
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+ 62
+     3
+370
+    30
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.7200000000000001
+ 10
+1099.219374319636
+ 20
+304.4786220127559
+ 10
+1289.50348419367
+ 20
+304.4786220127559
+  0
+LWPOLYLINE
+  5
+14487
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+ 62
+     3
+370
+    30
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.7200000000000001
+ 10
+834.6995478372859
+ 20
+792.5762287052801
+ 10
+905.4273182874645
+ 20
+792.5762287052801
+  0
+LWPOLYLINE
+  5
+14488
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+ 62
+     3
+370
+    30
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.7200000000000001
+ 10
+954.3426951460221
+ 20
+792.5762287052801
+ 10
+990.1394021248981
+ 20
+792.5762287052801
+  0
+LWPOLYLINE
+  5
+14489
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+ 62
+     3
+370
+    30
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.7200000000000001
+ 10
+1014.986119676694
+ 20
+792.5762287052801
+ 10
+1099.195601282727
+ 20
+792.5762287052801
+  0
+MTEXT
+  5
+1448A
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+ 62
+     3
+370
+    30
+100
+AcDbMText
+ 10
+731.8361704043832
+ 20
+796.84391254155
+ 30
+0.0
+ 40
+6.48
+ 41
+121.5934770492997
+ 46
+0.0
+ 71
+     1
+ 72
+     5
+  1
+{\C0;ATM Via collecteur}
+ 73
+     1
+ 44
+1.0
+  0
+INSERT
+  5
+1448B
+330
+143B2
+100
+AcDbEntity
+  8
+N2_FLU
+100
+AcDbBlockReference
+  2
+FLP
+ 10
+1099.008555310457
+ 20
+375.9345155429548
+ 30
+0.0
+ 41
+7.199999999999955
+ 42
+7.199999999999955
+ 43
+7.199999999999955
+ 50
+90.26973098204242
+  0
+TEXT
+  5
+1448C
+330
+143B2
+100
+AcDbEntity
+  8
+TEXTE
+100
+AcDbText
+ 10
+1112.866307925459
+ 20
+309.9888638630968
+ 30
+0.0
+ 40
+6.48
+  1
+TT7131
+100
+AcDbText
+  0
+INSERT
+  5
+1448D
+330
+143B2
+100
+AcDbEntity
+  8
+N2_FLU
+100
+AcDbBlockReference
+  2
+S_RCHELE
+ 10
+1099.573806715668
+ 20
+514.9104327228132
+ 30
+0.0
+ 41
+3.6
+ 42
+3.6
+ 43
+3.6
+  0
+LINE
+  5
+1448E
+330
+143B2
+100
+AcDbEntity
+  8
+E_A_V
+100
+AcDbLine
+ 10
+1092.232377097142
+ 20
+502.5223977230151
+ 30
+0.0
+ 11
+1092.232377097142
+ 21
+412.0710206723687
+ 31
+0.0
+  0
+LINE
+  5
+1448F
+330
+143B2
+100
+AcDbEntity
+  8
+E_A_V
+100
+AcDbLine
+ 10
+1105.472472138141
+ 20
+501.7740045083508
+ 30
+0.0
+ 11
+1105.472472138141
+ 21
+412.0710206723687
+ 31
+0.0
+  0
+MTEXT
+  5
+14490
+330
+143B2
+100
+AcDbEntity
+  8
+DESSIN
+  6
+CONTINU
+370
+    30
+100
+AcDbMText
+ 10
+1118.707253896025
+ 20
+517.4353795197049
+ 30
+0.0
+ 40
+7.2
+ 41
+32.41588031575357
+ 46
+0.0
+ 71
+     1
+ 72
+     5
+  1
+H7131
+ 73
+     1
+ 44
+1.0
+  0
+LWPOLYLINE
+  5
+14491
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+ 62
+     3
+370
+    30
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.7200000000000001
+ 10
+1099.130494841432
+ 20
+756.2149908229788
+ 10
+1099.130494841432
+ 20
+806.5481015998152
+  0
+INSERT
+  5
+14492
+330
+143B2
+100
+AcDbEntity
+  8
+N2_FLU
+100
+AcDbBlockReference
+  2
+S_SOUPDR
+ 10
+1099.165586070023
+ 20
+814.6481015998149
+ 30
+0.0
+ 41
+3.6
+ 42
+3.6
+ 43
+3.6
+ 50
+90.0
+  0
+TEXT
+  5
+14493
+330
+143B2
+100
+AcDbEntity
+  8
+TEXTE
+100
+AcDbText
+ 10
+1108.915868544973
+ 20
+810.9215487882115
+ 30
+0.0
+ 40
+6.48
+  1
+PSV7131
+100
+AcDbText
+  0
+INSERT
+  5
+14494
+330
+143B2
+100
+AcDbEntity
+  8
+N2_FLU
+ 62
+     2
+100
+AcDbBlockReference
+  2
+S_VDRPOS
+ 10
+1002.562760900795
+ 20
+792.6894792044554
+ 30
+0.0
+ 41
+5.596107556710396
+ 42
+5.596107556710396
+ 43
+5.596107556710396
+  0
+TEXT
+  5
+14495
+330
+143B2
+100
+AcDbEntity
+  8
+TEXTE
+100
+AcDbText
+ 10
+985.3936167947674
+ 20
+830.905216144926
+ 30
+0.0
+ 40
+6.48
+  1
+FCV7131
+100
+AcDbText
+  0
+INSERT
+  5
+14496
+330
+143B2
+100
+AcDbEntity
+  8
+N2_FLU
+100
+AcDbBlockReference
+  2
+FLP
+ 10
+853.9564885467697
+ 20
+792.6679873063501
+ 30
+0.0
+ 41
+7.199999999999955
+ 42
+7.199999999999955
+ 43
+7.199999999999955
+ 50
+180.2697309820423
+  0
+MTEXT
+  5
+14497
+330
+143B2
+100
+AcDbEntity
+  8
+DESSIN
+  6
+CONTINU
+370
+    30
+100
+AcDbMText
+ 10
+912.9733501344853
+ 20
+796.8776921774248
+ 30
+0.0
+ 40
+7.2
+ 41
+32.41588031575357
+ 46
+0.0
+ 71
+     1
+ 72
+     5
+  1
+FT7131
+ 73
+     1
+ 44
+1.0
+  0
+CIRCLE
+  5
+14498
+330
+143B2
+100
+AcDbEntity
+  8
+N2_FLU
+  6
+CONTINU
+ 62
+     0
+370
+    20
+100
+AcDbCircle
+ 39
+1.8
+ 10
+929.8850067167434
+ 20
+793.7184211654114
+ 30
+0.0
+ 40
+24.48434452705751
+  0
+TEXT
+  5
+14499
+330
+143B2
+100
+AcDbEntity
+  8
+TEXTE
+100
+AcDbText
+ 10
+590.9823361371272
+ 20
+946.3021191339556
+ 30
+0.0
+ 40
+6.48
+  1
+HV7212
+100
+AcDbText
+  0
+INSERT
+  5
+1449A
+330
+143B2
+100
+AcDbEntity
+  8
+HE_SYM
+100
+AcDbBlockReference
+  2
+S_VDMANU
+ 10
+603.3880204848042
+ 20
+966.4012860952848
+ 30
+0.0
+ 41
+4.841459922901592
+ 42
+4.841459922901592
+ 43
+4.841459922901592
+  0
+TEXT
+  5
+1449B
+330
+143B2
+100
+AcDbEntity
+  8
+TEXTE
+100
+AcDbText
+ 10
+699.0493006397383
+ 20
+925.0734182727503
+ 30
+0.0
+ 40
+6.48
+  1
+HV7213
+100
+AcDbText
+  0
+INSERT
+  5
+1449C
+330
+143B2
+100
+AcDbEntity
+  8
+HE_SYM
+100
+AcDbBlockReference
+  2
+S_VDMANU
+ 10
+712.6946669344388
+ 20
+909.2426926430892
+ 30
+0.0
+ 41
+4.841459922901592
+ 42
+4.841459922901592
+ 43
+4.841459922901592
+  0
+TEXT
+  5
+1449D
+330
+143B2
+100
+AcDbEntity
+  8
+TEXTE
+100
+AcDbText
+ 10
+864.3301482864762
+ 20
+936.1144203212388
+ 30
+0.0
+ 40
+6.48
+  1
+HV7211
+100
+AcDbText
+  0
+INSERT
+  5
+1449E
+330
+143B2
+100
+AcDbEntity
+  8
+HE_SYM
+100
+AcDbBlockReference
+  2
+S_VDMANU
+ 10
+877.8662892758861
+ 20
+956.5187927741783
+ 30
+0.0
+ 41
+4.841459922901592
+ 42
+4.841459922901592
+ 43
+4.841459922901592
+ 50
+180.0
+  0
+MTEXT
+  5
+1449F
+330
+143B2
+100
+AcDbEntity
+  8
+DESSIN
+  6
+CONTINU
+370
+    30
+100
+AcDbMText
+ 10
+579.6109724564838
+ 20
+912.1898473163872
+ 30
+0.0
+ 40
+7.2
+ 41
+32.41588031575357
+ 46
+0.0
+ 71
+     1
+ 72
+     5
+  1
+FT7201
+ 73
+     1
+ 44
+1.0
+  0
+CIRCLE
+  5
+144A0
+330
+143B2
+100
+AcDbEntity
+  8
+N2_FLU
+  6
+CONTINU
+ 62
+     0
+370
+    20
+100
+AcDbCircle
+ 39
+1.8
+ 10
+597.0048609041258
+ 20
+909.0305763043739
+ 30
+0.0
+ 40
+24.48434452705751
+  0
+TEXT
+  5
+144A1
+330
+143B2
+100
+AcDbEntity
+  8
+TEXTE
+100
+AcDbText
+ 10
+1224.982155915426
+ 20
+926.8712327105763
+ 30
+0.0
+ 40
+6.48
+  1
+FV7210
+100
+AcDbText
+  0
+INSERT
+  5
+144A2
+330
+143B2
+100
+AcDbEntity
+  8
+HE_SYM
+100
+AcDbBlockReference
+  2
+S_VDPNEU
+ 10
+1199.680560612456
+ 20
+929.8352995589306
+ 30
+0.0
+ 41
+3.6
+ 42
+3.6
+ 43
+3.6
+ 50
+270.0
+  0
+TEXT
+  5
+144A3
+330
+143B2
+100
+AcDbEntity
+  8
+TEXTE
+100
+AcDbText
+ 10
+1324.484219832406
+ 20
+873.2391612033714
+ 30
+0.0
+ 40
+6.48
+  1
+FV7211
+100
+AcDbText
+  0
+INSERT
+  5
+144A4
+330
+143B2
+100
+AcDbEntity
+  8
+HE_SYM
+100
+AcDbBlockReference
+  2
+S_VDPNEU
+ 10
+1299.182624529438
+ 20
+876.2032280517258
+ 30
+0.0
+ 41
+3.6
+ 42
+3.6
+ 43
+3.6
+ 50
+270.0
+  0
+LWPOLYLINE
+  5
+144A5
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+2.879999999999999
+ 10
+1299.029121190366
+ 20
+884.3032280517256
+ 10
+1299.029121190366
+ 20
+909.6726268879628
+  0
+LWPOLYLINE
+  5
+144A6
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+2.879999999999999
+ 10
+1199.872226567095
+ 20
+937.9352995589306
+ 10
+1199.872226567095
+ 20
+952.4232407874386
+  0
+LWPOLYLINE
+  5
+144A7
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+2.879999999999999
+ 10
+1199.872226567095
+ 20
+960.0286009349671
+ 10
+1199.872226567095
+ 20
+967.2726268879632
+  0
+TEXT
+  5
+144A8
+330
+143B2
+100
+AcDbEntity
+  8
+TEXTE
+100
+AcDbText
+ 10
+966.6751810555981
+ 20
+560.1236148190158
+ 30
+0.0
+ 40
+6.48
+  1
+PSV7253
+100
+AcDbText
+  0
+LWPOLYLINE
+  5
+144A9
+330
+143B2
+100
+AcDbEntity
+  8
+HE_SYM
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.9360000000000001
+ 10
+951.57320331865
+ 20
+371.2342554921483
+ 10
+951.57320331865
+ 20
+555.6835435282438
+  0
+INSERT
+  5
+144AA
+330
+143B2
+100
+AcDbEntity
+  8
+HE_SYM
+100
+AcDbBlockReference
+  2
+S_FLECHE
+ 10
+951.57320331865
+ 20
+585.3835435282437
+ 30
+0.0
+ 41
+-3.6
+ 42
+3.6
+ 43
+3.6
+ 50
+270.0
+  0
+INSERT
+  5
+144AB
+330
+143B2
+100
+AcDbEntity
+  8
+HE_SYM
+100
+AcDbBlockReference
+  2
+S_SOUPDR
+ 10
+951.57320331865
+ 20
+563.7835435282437
+ 30
+0.0
+ 41
+-3.6
+ 42
+3.6
+ 43
+3.6
+ 50
+270.0
+  0
+LWPOLYLINE
+  5
+144AC
+330
+143B2
+100
+AcDbEntity
+  8
+HE_SYM
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.9360000000000001
+ 10
+951.5109230793246
+ 20
+571.8835435282437
+ 10
+951.5109230793246
+ 20
+594.5862573623188
+  0
+LWPOLYLINE
+  5
+144AD
+330
+143B2
+100
+AcDbEntity
+  8
+HE_SYM
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.9360000000000001
+ 10
+951.57320331865
+ 20
+371.2342554921483
+ 10
+921.563640763351
+ 20
+371.2342554921483
+  0
+TEXT
+  5
+144AE
+330
+143B2
+100
+AcDbEntity
+  8
+TEXTE
+100
+AcDbText
+ 10
+801.0600603312465
+ 20
+321.8942232020505
+ 30
+0.0
+ 40
+6.48
+  1
+PSV7254
+100
+AcDbText
+  0
+LWPOLYLINE
+  5
+144AF
+330
+143B2
+100
+AcDbEntity
+  8
+HE_SYM
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.9360000000000001
+ 10
+785.9580825942985
+ 20
+200.5265833730551
+ 10
+785.9580825942985
+ 20
+317.4541519112785
+  0
+INSERT
+  5
+144B0
+330
+143B2
+100
+AcDbEntity
+  8
+HE_SYM
+100
+AcDbBlockReference
+  2
+S_FLECHE
+ 10
+785.9580825942985
+ 20
+347.1541519112784
+ 30
+0.0
+ 41
+-3.6
+ 42
+3.6
+ 43
+3.6
+ 50
+270.0
+  0
+INSERT
+  5
+144B1
+330
+143B2
+100
+AcDbEntity
+  8
+HE_SYM
+100
+AcDbBlockReference
+  2
+S_SOUPDR
+ 10
+785.9580825942985
+ 20
+325.5541519112785
+ 30
+0.0
+ 41
+-3.6
+ 42
+3.6
+ 43
+3.6
+ 50
+270.0
+  0
+LWPOLYLINE
+  5
+144B2
+330
+143B2
+100
+AcDbEntity
+  8
+HE_SYM
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.9360000000000001
+ 10
+785.8958023549729
+ 20
+333.6541519112785
+ 10
+785.8958023549729
+ 20
+356.3568657453537
+  0
+INSERT
+  5
+144B3
+330
+143B2
+100
+AcDbEntity
+  8
+N2_FLU
+100
+AcDbBlockReference
+  2
+S_SOUPDR
+ 10
+1060.668901562269
+ 20
+485.5524911935489
+ 30
+0.0
+ 41
+3.6
+ 42
+3.6
+ 43
+3.6
+ 50
+90.0
+  0
+TEXT
+  5
+144B4
+330
+143B2
+100
+AcDbEntity
+  8
+TEXTE
+100
+AcDbText
+ 10
+1037.334914929839
+ 20
+523.7951731100229
+ 30
+0.0
+ 40
+6.48
+  1
+PSV7121
+100
+AcDbText
+  0
+LWPOLYLINE
+  5
+144B5
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+ 62
+     3
+370
+    30
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.7200000000000001
+ 10
+1021.891986289167
+ 20
+372.3241371897362
+ 10
+1060.612896431315
+ 20
+372.3241371897362
+  0
+LWPOLYLINE
+  5
+144B6
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+ 62
+     3
+370
+    30
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.7200000000000001
+ 10
+1060.603346318391
+ 20
+502.1905608537531
+ 10
+1060.603974190687
+ 20
+493.6524911935491
+  0
+LWPOLYLINE
+  5
+144B7
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+ 62
+     3
+370
+    30
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.7200000000000001
+ 10
+1060.605165505769
+ 20
+477.4524911935491
+ 10
+1060.612896431315
+ 20
+372.3241371897362
+  0
+INSERT
+  5
+144B8
+330
+143B2
+100
+AcDbEntity
+  8
+N2_FLU
+100
+AcDbBlockReference
+  2
+FLP
+ 10
+1060.322441668251
+ 20
+499.6443519529111
+ 30
+0.0
+ 41
+7.199999999999955
+ 42
+7.199999999999955
+ 43
+7.199999999999955
+ 50
+90.26973098204242
+  0
+LWPOLYLINE
+  5
+144B9
+330
+143B2
+100
+AcDbEntity
+  8
+HE_SYM
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.9360000000000001
+ 10
+1374.877668939951
+ 20
+864.7982967018867
+ 10
+1374.877668939951
+ 20
+884.3379401158202
+  0
+LWPOLYLINE
+  5
+144BA
+330
+143B2
+100
+AcDbEntity
+  8
+HE_SYM
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.9360000000000001
+ 10
+1374.877668939951
+ 20
+864.8477401674867
+ 10
+1374.877668939951
+ 20
+884.3379401158202
+  0
+LWPOLYLINE
+  5
+144BB
+330
+143B2
+100
+AcDbEntity
+  8
+HE_SYM
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.9360000000000001
+ 10
+1374.877668939951
+ 20
+900.5379401158203
+ 10
+1374.877668939951
+ 20
+905.4329856393538
+  0
+LWPOLYLINE
+  5
+144BC
+330
+143B2
+100
+AcDbEntity
+  8
+HE_SYM
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.9360000000000001
+ 10
+1374.877668939951
+ 20
+913.038345786882
+ 10
+1374.877668939951
+ 20
+956.6659444405507
+  0
+TEXT
+  5
+144BD
+330
+143B2
+100
+AcDbEntity
+  8
+TEXTE
+100
+AcDbText
+ 10
+1400.214487207408
+ 20
+889.4738732674662
+ 30
+0.0
+ 40
+6.48
+  1
+FV7231
+100
+AcDbText
+  0
+INSERT
+  5
+144BE
+330
+143B2
+100
+AcDbEntity
+  8
+HE_SYM
+100
+AcDbBlockReference
+  2
+S_VDPNEU
+ 10
+1374.91289190444
+ 20
+892.4379401158203
+ 30
+0.0
+ 41
+3.6
+ 42
+3.6
+ 43
+3.6
+ 50
+270.0
+  0
+INSERT
+  5
+144BF
+330
+143B2
+100
+AcDbEntity
+  8
+HE_SYM
+100
+AcDbBlockReference
+  2
+S_DEVERS
+ 10
+1375.215350693441
+ 20
+856.7477401674866
+ 30
+0.0
+ 41
+3.6
+ 42
+3.6
+ 43
+3.6
+ 50
+270.0
+  0
+TEXT
+  5
+144C0
+330
+143B2
+100
+AcDbEntity
+  8
+TEXTE
+100
+AcDbText
+ 10
+1391.079767924054
+ 20
+853.0611594739712
+ 30
+0.0
+ 40
+6.48
+  1
+PCV7231
+ 72
+     2
+ 11
+1434.279767924054
+ 21
+853.0611594739712
+ 31
+0.0
+100
+AcDbText
+  0
+LWPOLYLINE
+  5
+144C1
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU_T
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+2.879999999999999
+ 10
+0.3884765791917743
+ 20
+689.4856046046752
+ 10
+36.38847657919177
+ 20
+689.4856046046752
+  0
+LWPOLYLINE
+  5
+144C2
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU_T
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+2.879999999999999
+ 10
+0.0837724863458789
+ 20
+537.5515788446334
+ 10
+36.08377248634589
+ 20
+537.5515788446334
+  0
+LWPOLYLINE
+  5
+144C3
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU_T
+ 62
+     3
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+2.879999999999999
+ 10
+0.9748045785518115
+ 20
+677.614242978706
+ 10
+36.97480457855181
+ 20
+677.614242978706
+  0
+LWPOLYLINE
+  5
+144C4
+330
+143B2
+100
+AcDbEntity
+  8
+DESSIN
+  6
+CONTINU
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+3.633959166064686
+ 10
+1248.419259577767
+ 20
+820.2379212026757
+ 10
+1443.733274538637
+ 20
+820.2379212026757
+  0
+LWPOLYLINE
+  5
+144C5
+330
+143B2
+100
+AcDbEntity
+  8
+DESSIN
+  6
+CONTINU
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+3.633959166064686
+ 10
+1443.733274538637
+ 20
+655.4718161711252
+ 10
+1413.185364609317
+ 20
+655.4718161711252
+  0
+LWPOLYLINE
+  5
+144C6
+330
+143B2
+100
+AcDbEntity
+  8
+DESSIN
+  6
+CONTINU
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+3.633959166064686
+ 10
+1413.185364609317
+ 20
+655.4718161711252
+ 10
+1413.185364609317
+ 20
+184.8719092059161
+  0
+LWPOLYLINE
+  5
+144C7
+330
+143B2
+100
+AcDbEntity
+  8
+DESSIN
+  6
+CONTINU
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+3.633959166064686
+ 10
+1248.419259577767
+ 20
+349.6380142374663
+ 10
+1248.419259577767
+ 20
+823.3305471554158
+  0
+LWPOLYLINE
+  5
+144C8
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+2.879999999999999
+ 10
+1266.325427288825
+ 20
+798.9316515468394
+ 10
+1443.733274538637
+ 20
+798.9316515468394
+  0
+LWPOLYLINE
+  5
+144C9
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+2.879999999999999
+ 10
+1366.774339300344
+ 20
+698.4827395353204
+ 10
+1443.733274538637
+ 20
+698.4827395353204
+  0
+LWPOLYLINE
+  5
+144CA
+330
+143B2
+100
+AcDbEntity
+  8
+HE_SYM
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.9360000000000001
+ 10
+1443.733274538637
+ 20
+672.6421618910429
+ 10
+1392.61491694462
+ 20
+672.6421618910429
+  0
+LWPOLYLINE
+  5
+144CB
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+ 62
+     3
+370
+    30
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+3.6
+ 10
+1329.413538889889
+ 20
+731.0521764324247
+ 10
+1443.733274538637
+ 20
+731.0521764324247
+  0
+LWPOLYLINE
+  5
+144CC
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+ 62
+     3
+370
+    30
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.7200000000000001
+ 10
+1289.50348419367
+ 20
+776.594200530744
+ 10
+1443.733274538637
+ 20
+776.594200530744
+  0
+LWPOLYLINE
+  5
+144CD
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+2.879999999999999
+ 10
+1266.325427288825
+ 20
+326.8160730288514
+ 10
+1266.325427288825
+ 20
+798.9316515468394
+  0
+LWPOLYLINE
+  5
+144CE
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+2.879999999999999
+ 10
+1366.774339300344
+ 20
+226.3671610173324
+ 10
+1366.774339300344
+ 20
+698.4827395353204
+  0
+LWPOLYLINE
+  5
+144CF
+330
+143B2
+100
+AcDbEntity
+  8
+HE_SYM
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.9360000000000001
+ 10
+1392.61491694462
+ 20
+672.6421618910429
+ 10
+1392.61491694462
+ 20
+200.5265833730551
+  0
+LWPOLYLINE
+  5
+144D0
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+ 62
+     3
+370
+    30
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+3.6
+ 10
+1329.413538889889
+ 20
+258.9365979144367
+ 10
+1329.413538889889
+ 20
+731.0521764324247
+  0
+LWPOLYLINE
+  5
+144D1
+330
+143B2
+100
+AcDbEntity
+  8
+HE_FLU
+ 62
+     3
+370
+    30
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.7200000000000001
+ 10
+1289.50348419367
+ 20
+304.4786220127559
+ 10
+1289.50348419367
+ 20
+776.594200530744
+  0
+INSERT
+  5
+144D2
+330
+143B2
+100
+AcDbEntity
+  8
+HE_SYM
+100
+AcDbBlockReference
+  2
+S_POINT1
+ 10
+146.9282464566436
+ 20
+851.9714199203107
+ 30
+0.0
+ 41
+5.4
+ 42
+5.4
+ 43
+5.4
+  0
+INSERT
+  5
+144D3
+330
+143B2
+100
+AcDbEntity
+  8
+HE_SYM
+100
+AcDbBlockReference
+  2
+S_POINT1
+ 10
+1199.42506049813
+ 20
+967.0888869103842
+ 30
+0.0
+ 41
+5.4
+ 42
+5.4
+ 43
+5.4
+  0
+INSERT
+  5
+144D4
+330
+143B2
+100
+AcDbEntity
+  8
+HE_SYM
+100
+AcDbBlockReference
+  2
+S_POINT1
+ 10
+1298.973065474084
+ 20
+909.6802196965915
+ 30
+0.0
+ 41
+5.4
+ 42
+5.4
+ 43
+5.4
+  0
+INSERT
+  5
+144D5
+330
+143B2
+100
+AcDbEntity
+  8
+HE_SYM
+100
+AcDbBlockReference
+  2
+S_POINT1
+ 10
+1374.431155091362
+ 20
+956.6407037242752
+ 30
+0.0
+ 41
+5.4
+ 42
+5.4
+ 43
+5.4
+  0
+ENDBLK
+  5
+144D9
+330
+143B2
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+14614
+330
+145FE
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+A$C44E706FD
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+A$C44E706FD
+  1
+
+  0
+SOLID
+  5
+145FF
+330
+145FE
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+0.0000055635175329
+ 20
+11.71627599425869
+ 30
+0.0
+ 11
+0.0000055635175329
+ 21
+15.08496599910972
+ 31
+0.0
+ 12
+289.1585505382863
+ 22
+11.71627604155333
+ 32
+0.0
+ 13
+289.1585505382863
+ 23
+15.08708077586425
+ 33
+0.0
+  0
+LINE
+  5
+14600
+330
+145FE
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+289.1585505382863
+ 20
+15.08496599910972
+ 30
+0.0
+ 11
+0.0000055635175329
+ 21
+15.08496599910972
+ 31
+0.0
+  0
+LINE
+  5
+14601
+330
+145FE
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+0.0000055636279228
+ 20
+11.71627599425881
+ 30
+0.0
+ 11
+289.1585505382863
+ 21
+11.71627599425881
+ 31
+0.0
+  0
+SOLID
+  5
+14602
+330
+145FE
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+841.4177590128472
+ 20
+11.71627599425869
+ 30
+0.0
+ 11
+841.4177590128472
+ 21
+15.08496599910972
+ 31
+0.0
+ 12
+303.418769180749
+ 22
+11.71627604155333
+ 32
+0.0
+ 13
+303.418769180749
+ 23
+15.08708077586425
+ 33
+0.0
+  0
+LINE
+  5
+14603
+330
+145FE
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+303.418769180749
+ 20
+15.08496599910972
+ 30
+0.0
+ 11
+841.4177590128472
+ 21
+15.08496599910972
+ 31
+0.0
+  0
+LINE
+  5
+14604
+330
+145FE
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+841.4177590128472
+ 20
+11.71627599425869
+ 30
+0.0
+ 11
+303.418769180749
+ 21
+11.71627599425881
+ 31
+0.0
+  0
+TEXT
+  5
+14605
+330
+145FE
+100
+AcDbEntity
+  8
+TEXTE
+100
+AcDbText
+ 10
+892.5025908191104
+ 20
+0.0000043016747213
+ 30
+0.0
+ 40
+8.0
+  1
+COLLECTEUR MP
+100
+AcDbText
+  0
+SOLID
+  5
+14606
+330
+145FE
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+855.5604168501856
+ 20
+11.71627599425869
+ 30
+0.0
+ 11
+855.5604168501856
+ 21
+15.08496599910972
+ 31
+0.0
+ 12
+1116.149161684632
+ 22
+11.71627604155333
+ 32
+0.0
+ 13
+1116.149134329267
+ 23
+15.08708077586425
+ 33
+0.0
+  0
+LINE
+  5
+14607
+330
+145FE
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1116.149134364699
+ 20
+15.08271470902412
+ 30
+0.0
+ 11
+855.5604168501856
+ 21
+15.08496599910972
+ 31
+0.0
+  0
+LINE
+  5
+14608
+330
+145FE
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+855.5604168501856
+ 20
+11.71627599425869
+ 30
+0.0
+ 11
+1116.149161667471
+ 21
+11.71839077123786
+ 31
+0.0
+  0
+SOLID
+  5
+14609
+330
+145FE
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1189.216061505099
+ 20
+11.71627599425869
+ 30
+0.0
+ 11
+1189.216061505099
+ 21
+15.08496599910972
+ 31
+0.0
+ 12
+1126.136554326077
+ 22
+11.71627604155333
+ 32
+0.0
+ 13
+1126.136581681443
+ 23
+15.08708077586425
+ 33
+0.0
+  0
+LINE
+  5
+1460A
+330
+145FE
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1126.13658164601
+ 20
+15.08271470902412
+ 30
+0.0
+ 11
+1189.216061505099
+ 21
+15.08271470902412
+ 31
+0.0
+  0
+LINE
+  5
+1460B
+330
+145FE
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1189.216061505099
+ 20
+11.71839077123786
+ 30
+0.0
+ 11
+1126.136554343239
+ 21
+11.71839077123786
+ 31
+0.0
+  0
+SOLID
+  5
+1460C
+330
+145FE
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1198.515751091087
+ 20
+11.71627599425869
+ 30
+0.0
+ 11
+1198.515751091087
+ 21
+15.08496599910972
+ 31
+0.0
+ 12
+1306.965319367031
+ 22
+11.71627604155333
+ 32
+0.0
+ 13
+1306.965253635983
+ 23
+15.08708077586425
+ 33
+0.0
+  0
+LINE
+  5
+1460D
+330
+145FE
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1306.965253635983
+ 20
+15.08708077586425
+ 30
+0.0
+ 11
+1198.515751091087
+ 21
+15.08271470902412
+ 31
+0.0
+  0
+LINE
+  5
+1460E
+330
+145FE
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1198.515751091087
+ 20
+11.71839077123786
+ 30
+0.0
+ 11
+1306.965319367031
+ 21
+11.71627604155333
+ 31
+0.0
+  0
+SOLID
+  5
+1460F
+330
+145FE
+100
+AcDbEntity
+  8
+0
+ 62
+   109
+100
+AcDbTrace
+ 10
+1549.61504902286
+ 20
+11.71627599425869
+ 30
+0.0
+ 11
+1549.523930691701
+ 21
+15.08496599910972
+ 31
+0.0
+ 12
+1316.532218103304
+ 22
+11.71627604155333
+ 32
+0.0
+ 13
+1316.532283834352
+ 23
+15.08708077586425
+ 33
+0.0
+  0
+LINE
+  5
+14610
+330
+145FE
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1316.532283834352
+ 20
+15.08708077586425
+ 30
+0.0
+ 11
+1549.523930691701
+ 21
+15.08496599910972
+ 31
+0.0
+  0
+LINE
+  5
+14611
+330
+145FE
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1549.61504902286
+ 20
+11.71627599425869
+ 30
+0.0
+ 11
+1316.532218103304
+ 21
+11.71627604155333
+ 31
+0.0
+  0
+ENDBLK
+  5
+14615
+330
+145FE
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+14AB0
+330
+14AA0
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+A$C5E240795
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+A$C5E240795
+  1
+
+  0
+TEXT
+  5
+14AA1
+330
+14AA0
+100
+AcDbEntity
+  8
+TEXTE
+ 62
+     7
+100
+AcDbText
+ 10
+5.800002136357761
+ 20
+16.37656297741625
+ 30
+0.0
+ 40
+8.0
+  1
+TT7274
+100
+AcDbText
+  0
+INSERT
+  5
+14AA2
+330
+14AA0
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Valnum
+ 10
+6.800002136357761
+ 20
+4.024343225774941
+ 30
+0.0
+ 41
+1.199999999999999
+ 42
+1.199999999999999
+ 43
+1.5
+  0
+ATTRIB
+  5
+14AA3
+330
+14AA2
+100
+AcDbEntity
+  8
+IMG027
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+59.60000213635772
+ 20
+4.024343225774941
+ 30
+0.0
+ 40
+9.599999999999999
+  1
+LCV7201
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+14AA4
+330
+14AA2
+100
+AcDbEntity
+  8
+IMG027
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+59.60000213635772
+ 20
+4.024343225774941
+ 30
+0.0
+ 40
+9.599999999999999
+  1
+14
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+14AA5
+330
+14AA2
+100
+AcDbEntity
+  8
+IMG027
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+59.60000213635772
+ 20
+4.024343225774941
+ 30
+0.0
+ 40
+9.599999999999999
+  1
+0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+14AA6
+330
+14AA2
+100
+AcDbEntity
+  8
+0
+  0
+TEXT
+  5
+14AA7
+330
+14AA0
+100
+AcDbEntity
+  8
+TEXTE
+ 62
+     2
+100
+AcDbText
+ 10
+46.10195248197125
+ 20
+4.919859748461476
+ 30
+0.0
+ 40
+8.0
+  1
+K
+100
+AcDbText
+  0
+SOLID
+  5
+14AA8
+330
+14AA0
+100
+AcDbEntity
+  8
+0
+100
+AcDbTrace
+ 10
+1.800002632660606
+ 20
+25.91985974846148
+ 30
+0.0
+ 11
+1.800002632660606
+ 21
+2.919859856128823
+ 31
+0.0
+ 12
+54.80000213635776
+ 22
+25.91985974846148
+ 32
+0.0
+ 13
+54.80000213635776
+ 23
+2.919859461986901
+ 33
+0.0
+  0
+SOLID
+  5
+14AA9
+330
+14AA0
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+1.800002632660606
+ 20
+25.91985974846148
+ 30
+230.4
+ 11
+54.80000213635776
+ 21
+25.91985974846148
+ 31
+230.4
+ 12
+0.0000026326604257
+ 22
+27.71985974846098
+ 32
+230.4
+ 13
+56.59999925935675
+ 23
+27.71985122560909
+ 33
+230.4
+  0
+SOLID
+  5
+14AAA
+330
+14AA0
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+0.0000026326604257
+ 20
+1.119859856128869
+ 30
+0.0
+ 11
+1.800002632660606
+ 21
+2.919859856128823
+ 31
+0.0
+ 12
+0.0000026326604257
+ 22
+27.71985974846098
+ 32
+0.0
+ 13
+1.800002632660606
+ 23
+25.91985974846148
+ 33
+0.0
+  0
+SOLID
+  5
+14AAB
+330
+14AA0
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+0.0000026046302537
+ 20
+1.119855445209281
+ 30
+0.0
+ 11
+56.6000061531356
+ 21
+1.119855445209281
+ 31
+0.0
+ 12
+1.800002604630435
+ 22
+2.919855445209236
+ 32
+0.0
+ 13
+54.80000213635776
+ 23
+2.919859461986901
+ 33
+0.0
+  0
+SOLID
+  5
+14AAC
+330
+14AA0
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+56.60000213635793
+ 20
+1.119859461986947
+ 30
+230.4
+ 11
+54.80000213635776
+ 21
+2.919859461986901
+ 31
+230.4
+ 12
+56.60000778223547
+ 22
+27.71985974846098
+ 32
+230.4
+ 13
+54.80000213635776
+ 23
+25.91985974846148
+ 33
+230.4
+  0
+LWPOLYLINE
+  5
+14AAD
+330
+14AA0
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 38
+230.4
+ 10
+0.0000010893161289
+ 20
+27.71986361237237
+ 10
+56.59999771601042
+ 20
+27.71986361237237
+ 10
+56.60000347001551
+ 20
+1.119864580057424
+ 10
+0.0000068433212164
+ 20
+1.119864580057424
+  0
+ENDBLK
+  5
+14AB1
+330
+14AA0
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+14BA8
+330
+14BA4
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+A$C2FEC580A
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+A$C2FEC580A
+  1
+
+  0
+SOLID
+  5
+14BA5
+330
+14BA4
+100
+AcDbEntity
+  8
+0
+100
+AcDbTrace
+ 10
+0.0000001947748558
+ 20
+1.685514577859293
+ 30
+0.0
+ 11
+0.0000001947748558
+ 21
+-0.0000004658945727
+ 31
+0.0
+ 12
+19.89643265172215
+ 22
+1.68540153076742
+ 32
+0.0
+ 13
+19.89643265172228
+ 23
+-0.0000008600364367
+ 33
+0.0
+  0
+ENDBLK
+  5
+14BA9
+330
+14BA4
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+14DA5
+330
+14D9E
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+A$C20CD1C14
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+A$C20CD1C14
+  1
+
+  0
+SOLID
+  5
+14D9F
+330
+14D9E
+100
+AcDbEntity
+  8
+0
+100
+AcDbTrace
+ 10
+182.585385263155
+ 20
+136.5085936790237
+ 30
+0.0
+ 11
+185.9541152494499
+ 21
+136.5085936790237
+ 31
+0.0
+ 12
+182.585385263153
+ 22
+-0.0000019255405732
+ 32
+0.0
+ 13
+185.9561900447599
+ 23
+0.0000493073692951
+ 33
+0.0
+  0
+SOLID
+  5
+14DA0
+330
+14D9E
+100
+AcDbEntity
+  8
+0
+100
+AcDbTrace
+ 10
+0.00207394533345
+ 20
+-0.0000019255385268
+ 30
+0.0
+ 11
+0.00207394533345
+ 21
+3.368728060756325
+ 31
+0.0
+ 12
+182.585385263153
+ 22
+-0.0000019255405732
+ 32
+0.0
+ 13
+182.5853852631532
+ 23
+3.370292380023443
+ 33
+0.0
+  0
+SOLID
+  5
+14DA1
+330
+14D9E
+100
+AcDbEntity
+  8
+0
+100
+AcDbTrace
+ 10
+3.370803931628414
+ 20
+3.368728060756325
+ 30
+0.0
+ 11
+0.00207394533345
+ 21
+3.368728060756325
+ 31
+0.0
+ 12
+3.370803931630689
+ 22
+139.8773236653205
+ 32
+0.0
+ 13
+-0.000000849976459
+ 23
+139.8772724324108
+ 33
+0.0
+  0
+SOLID
+  5
+14DA2
+330
+14D9E
+100
+AcDbEntity
+  8
+0
+100
+AcDbTrace
+ 10
+185.9541152494499
+ 20
+139.8773236653185
+ 30
+0.0
+ 11
+185.9541152494499
+ 21
+136.5085936790237
+ 31
+0.0
+ 12
+3.370803931630689
+ 22
+139.8773236653205
+ 32
+0.0
+ 13
+3.370803931630461
+ 23
+136.5065188837129
+ 33
+0.0
+  0
+ENDBLK
+  5
+14DA6
+330
+14D9E
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+14EF4
+330
+14ED6
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+A$C21934436
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+A$C21934436
+  1
+
+  0
+TEXT
+  5
+14ED7
+330
+14ED6
+100
+AcDbEntity
+  8
+TEXTE
+ 62
+     7
+100
+AcDbText
+ 10
+14.56541069142531
+ 20
+15.25670864974756
+ 30
+0.0
+ 40
+8.0
+  1
+H7261
+100
+AcDbText
+  0
+SOLID
+  5
+14ED8
+330
+14ED6
+100
+AcDbEntity
+  8
+0
+100
+AcDbTrace
+ 10
+1.800003152294037
+ 20
+24.80000542079279
+ 30
+0.0
+ 11
+1.800003152294037
+ 21
+1.800005528460133
+ 31
+0.0
+ 12
+54.80000265599113
+ 22
+24.80000542079279
+ 32
+0.0
+ 13
+54.80000265599113
+ 23
+1.800005134318212
+ 33
+0.0
+  0
+SOLID
+  5
+14ED9
+330
+14ED6
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+1.800003152294037
+ 20
+24.80000542079279
+ 30
+230.4
+ 11
+54.80000265599113
+ 21
+24.80000542079279
+ 31
+230.4
+ 12
+0.0000031522938571
+ 22
+26.60000542079229
+ 32
+230.4
+ 13
+56.59999977899015
+ 23
+26.5999968979404
+ 33
+230.4
+  0
+SOLID
+  5
+14EDA
+330
+14ED6
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+0.0000031522938571
+ 20
+0.0000055284601785
+ 30
+0.0
+ 11
+1.800003152294037
+ 21
+1.800005528460133
+ 31
+0.0
+ 12
+0.0000031522938571
+ 22
+26.60000542079229
+ 32
+0.0
+ 13
+1.800003152294037
+ 23
+24.80000542079279
+ 33
+0.0
+  0
+SOLID
+  5
+14EDB
+330
+14ED6
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+0.0000031242636851
+ 20
+0.0000011175405916
+ 30
+0.0
+ 11
+56.60000667276897
+ 21
+0.0000011175405916
+ 31
+0.0
+ 12
+1.800003124263865
+ 22
+1.800001117540545
+ 32
+0.0
+ 13
+54.80000265599113
+ 23
+1.800005134318212
+ 33
+0.0
+  0
+SOLID
+  5
+14EDC
+330
+14ED6
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+56.60000265599132
+ 20
+0.0000051343182577
+ 30
+230.4
+ 11
+54.80000265599113
+ 21
+1.800005134318212
+ 31
+230.4
+ 12
+56.60000830186884
+ 22
+26.60000542079229
+ 32
+230.4
+ 13
+54.80000265599113
+ 23
+24.80000542079279
+ 33
+230.4
+  0
+LWPOLYLINE
+  5
+14EDD
+330
+14ED6
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 38
+230.4
+ 10
+0.0000016089495603
+ 20
+26.60000928470367
+ 10
+56.5999982356438
+ 20
+26.60000928470367
+ 10
+56.60000398964888
+ 20
+0.0000102523887335
+ 10
+0.0000073629546478
+ 20
+0.0000102523887335
+  0
+INSERT
+  5
+14EDE
+330
+14ED6
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Jbutton
+ 10
+7.999996533450485
+ 20
+4.880141403600076
+ 30
+0.0
+ 41
+16.0
+ 42
+8.0
+ 43
+16.0
+  0
+ATTRIB
+  5
+14EDF
+330
+14EDE
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+7.999996533450485
+ 20
+4.880141403600076
+ 30
+0.0
+ 40
+0.8000000000000001
+  1
+H7261=0
+ 41
+1.999999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COMMANDE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+14EE0
+330
+14EDE
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+7.999996533450485
+ 20
+4.880141403600076
+ 30
+0.0
+ 40
+0.8000000000000001
+  1
+H7261
+ 41
+1.999999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+14EE1
+330
+14EDE
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+7.999996533450485
+ 20
+4.880141403600076
+ 30
+0.0
+ 40
+0.8000000000000001
+  1
+7
+ 41
+1.999999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+14EE2
+330
+14EDE
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+7.999996533450485
+ 20
+4.880141403600076
+ 30
+0.0
+ 40
+0.8000000000000001
+  1
+12
+ 41
+1.999999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+14EE3
+330
+14EDE
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+7.999996533450485
+ 20
+4.880141403600076
+ 30
+0.0
+ 40
+0.8000000000000001
+  1
+1
+ 41
+1.999999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CONFIRM
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+14EE4
+330
+14EDE
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+7.999996533450485
+ 20
+4.880141403600076
+ 30
+0.0
+ 40
+0.8000000000000001
+  1
+Eteindre le réchauffeur H7261 ?
+ 41
+1.999999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+14EE5
+330
+14EDE
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+7.999996533450485
+ 20
+4.880141403600076
+ 30
+0.0
+ 40
+0.8000000000000001
+  1
+Eteindre le réchauffeur H7261 ?
+ 41
+1.999999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+14EE6
+330
+14EDE
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+7.999996533450485
+ 20
+4.880141403600076
+ 30
+0.0
+ 40
+0.8000000000000001
+  1
+0
+ 41
+1.999999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+TEXTE
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+14EE7
+330
+14EDE
+100
+AcDbEntity
+  8
+0
+  0
+INSERT
+  5
+14EE8
+330
+14ED6
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Jbutton
+ 10
+31.99999653345043
+ 20
+4.880141403600076
+ 30
+0.0
+ 41
+16.0
+ 42
+8.0
+ 43
+16.0
+  0
+ATTRIB
+  5
+14EE9
+330
+14EE8
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+31.99999653345043
+ 20
+4.880141403600076
+ 30
+0.0
+ 40
+0.8000000000000001
+  1
+H7261=1
+ 41
+1.999999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COMMANDE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+14EEA
+330
+14EE8
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+31.99999653345043
+ 20
+4.880141403600076
+ 30
+0.0
+ 40
+0.8000000000000001
+  1
+H7261
+ 41
+1.999999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+14EEB
+330
+14EE8
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+31.99999653345043
+ 20
+4.880141403600076
+ 30
+0.0
+ 40
+0.8000000000000001
+  1
+10
+ 41
+1.999999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+14EEC
+330
+14EE8
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+31.99999653345043
+ 20
+4.880141403600076
+ 30
+0.0
+ 40
+0.8000000000000001
+  1
+7
+ 41
+1.999999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+14EED
+330
+14EE8
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+31.99999653345043
+ 20
+4.880141403600076
+ 30
+0.0
+ 40
+0.8000000000000001
+  1
+1
+ 41
+1.999999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CONFIRM
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+14EEE
+330
+14EE8
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+31.99999653345043
+ 20
+4.880141403600076
+ 30
+0.0
+ 40
+0.8000000000000001
+  1
+Allumer le réchauffeur H7261 ?
+ 41
+1.999999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+14EEF
+330
+14EE8
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+31.99999653345043
+ 20
+4.880141403600076
+ 30
+0.0
+ 40
+0.8000000000000001
+  1
+Allumer le réchauffeur H7261 ?
+ 41
+1.999999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+14EF0
+330
+14EE8
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+31.99999653345043
+ 20
+4.880141403600076
+ 30
+0.0
+ 40
+0.8000000000000001
+  1
+1
+ 41
+1.999999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+TEXTE
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+14EF1
+330
+14EE8
+100
+AcDbEntity
+  8
+0
+  0
+ENDBLK
+  5
+14EF5
+330
+14ED6
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+15060
+330
+15007
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+A$C5244044D
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+A$C5244044D
+  1
+
+  0
+SOLID
+  5
+15008
+330
+15007
+100
+AcDbEntity
+  8
+IMG008
+ 62
+    57
+100
+AcDbTrace
+ 10
+10.98807982578182
+ 20
+7.164206940448025
+ 30
+-7.140000000000005
+ 11
+10.98807982578182
+ 21
+14.30420694044767
+ 31
+-7.140000000000005
+ 12
+12.77307982578168
+ 22
+7.164206940448025
+ 32
+-7.140000000000005
+ 13
+12.77307982578168
+ 23
+14.30420694044767
+ 33
+-7.140000000000005
+ 39
+14.28
+  0
+SOLID
+  5
+15009
+330
+15007
+100
+AcDbEntity
+  8
+IMG008
+ 62
+    57
+100
+AcDbTrace
+ 10
+10.9881618920599
+ 20
+3.570000608826035
+ 30
+-7.140000000000005
+ 11
+12.77316189205976
+ 21
+3.570000608826035
+ 31
+-7.140000000000005
+ 12
+10.98807982578182
+ 22
+7.164206940448025
+ 32
+-7.140000000000005
+ 13
+12.77307982578168
+ 23
+7.164206940448025
+ 33
+-7.140000000000005
+  0
+SOLID
+  5
+1500A
+330
+15007
+100
+AcDbEntity
+  8
+IMG008
+ 62
+    57
+100
+AcDbTrace
+ 10
+2.955661892059651
+ 20
+10.71000060882568
+ 30
+-7.140000000000005
+ 11
+10.98807982578182
+ 21
+7.164206940448025
+ 31
+-7.140000000000005
+ 12
+2.955661892059651
+ 22
+0.0000006088258715
+ 32
+-7.140000000000005
+ 13
+10.9881618920599
+ 23
+3.570000608826035
+ 33
+-7.140000000000005
+  0
+SOLID
+  5
+1500B
+330
+15007
+100
+AcDbEntity
+  8
+IMG008
+ 62
+    57
+100
+AcDbTrace
+ 10
+20.80566189206002
+ 20
+10.71000060882568
+ 30
+-7.140000000000005
+ 11
+12.77324395833784
+ 21
+7.164206940448025
+ 31
+-7.140000000000005
+ 12
+20.80566189206002
+ 22
+0.0000006088258715
+ 32
+-7.140000000000005
+ 13
+12.77316189205976
+ 23
+3.570000608826035
+ 33
+-7.140000000000005
+  0
+LINE
+  5
+1500C
+330
+15007
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+20.80566189206002
+ 20
+10.71000060882568
+ 30
+-7.140000000000005
+ 11
+12.77307982578168
+ 21
+7.164206940448025
+ 31
+7.140000000000005
+  0
+LINE
+  5
+1500D
+330
+15007
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+12.77307982578168
+ 20
+7.164206940448025
+ 30
+7.140000000000005
+ 11
+12.77307982578168
+ 21
+14.30420694044767
+ 31
+7.140000000000005
+  0
+LINE
+  5
+1500E
+330
+15007
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+12.77307982575644
+ 20
+14.30420694044767
+ 30
+21.42000000000002
+ 11
+18.12816189203499
+ 21
+14.28000060882607
+ 31
+21.42000000000002
+  0
+LINE
+  5
+1500F
+330
+15007
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+5.633161892059431
+ 20
+14.28000060882607
+ 30
+7.140000000000005
+ 11
+10.98807982578182
+ 21
+14.30420694044767
+ 31
+7.140000000000005
+  0
+LINE
+  5
+15010
+330
+15007
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+10.98807982578182
+ 20
+14.30420694044767
+ 30
+7.140000000000005
+ 11
+10.98807982578182
+ 21
+7.164206940448025
+ 31
+7.140000000000005
+  0
+LINE
+  5
+15011
+330
+15007
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+10.98807982578182
+ 20
+7.164206940448025
+ 30
+7.140000000000005
+ 11
+2.955661892059651
+ 21
+10.71000060882568
+ 31
+-7.140000000000005
+  0
+LINE
+  5
+15012
+330
+15007
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+2.955661892059651
+ 20
+0.0000006088258715
+ 30
+-7.140000000000005
+ 11
+10.9881618920599
+ 21
+3.570000608826035
+ 31
+-7.140000000000005
+  0
+LINE
+  5
+15013
+330
+15007
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+10.9881618920599
+ 20
+3.570000608826035
+ 30
+-7.140000000000005
+ 11
+12.77316189205976
+ 21
+3.570000608826035
+ 31
+-7.140000000000005
+  0
+LINE
+  5
+15014
+330
+15007
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+12.77316189205976
+ 20
+3.570000608826035
+ 30
+-7.140000000000005
+ 11
+20.80566189206002
+ 21
+0.0000006088258715
+ 31
+-7.140000000000005
+  0
+LINE
+  5
+15015
+330
+15007
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+20.80566189206002
+ 20
+0.0000006088258715
+ 30
+7.140000000000005
+ 11
+20.80566189206002
+ 21
+10.71000060882568
+ 31
+-7.140000000000005
+  0
+LINE
+  5
+15016
+330
+15007
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+2.955661892059651
+ 20
+0.0000006088258715
+ 30
+7.140000000000005
+ 11
+2.955661892059651
+ 21
+10.71000060882568
+ 31
+-7.140000000000005
+  0
+SOLID
+  5
+15017
+330
+15007
+100
+AcDbEntity
+  8
+0
+ 62
+    57
+100
+AcDbTrace
+ 10
+5.633271311946827
+ 20
+14.28000110344681
+ 30
+7.140000000000005
+ 11
+5.669704657474312
+ 21
+14.97894131792793
+ 31
+7.140000000000005
+ 12
+11.88058006663209
+ 22
+14.30420668924523
+ 32
+7.140000000000005
+ 13
+11.88058006663209
+ 23
+14.30420668924523
+ 33
+7.140000000000005
+  0
+SOLID
+  5
+15018
+330
+15007
+100
+AcDbEntity
+  8
+0
+ 62
+    57
+100
+AcDbTrace
+ 10
+5.669798448104756
+ 20
+14.95473454877799
+ 30
+7.139999999999997
+ 11
+5.728772615140767
+ 21
+15.39302031955969
+ 31
+7.139999999999997
+ 12
+11.88067064705501
+ 22
+14.30420704020469
+ 32
+7.139999999999997
+ 13
+11.88067064705501
+ 23
+14.30420704020469
+ 33
+7.139999999999997
+  0
+SOLID
+  5
+15019
+330
+15007
+100
+AcDbEntity
+  8
+0
+ 62
+    57
+100
+AcDbTrace
+ 10
+5.728772615140997
+ 20
+15.39302031956038
+ 30
+7.139999999999997
+ 11
+5.821800279130456
+ 21
+15.82783819681424
+ 31
+7.139999999999997
+ 12
+11.8806740350908
+ 22
+14.30420917077811
+ 32
+7.139999999999997
+ 13
+11.8806740350908
+ 23
+14.30420917077811
+ 33
+7.139999999999997
+  0
+SOLID
+  5
+1501A
+330
+15007
+100
+AcDbEntity
+  8
+0
+ 62
+    57
+100
+AcDbTrace
+ 10
+5.82180028186508
+ 20
+15.82783820768838
+ 30
+7.139999999999997
+ 11
+5.997235271317093
+ 21
+16.40576527852465
+ 31
+7.139999999999997
+ 12
+11.87805537206441
+ 22
+14.30447882273449
+ 32
+7.139999999999997
+ 13
+11.87805537206441
+ 23
+14.30447882273449
+ 33
+7.139999999999997
+  0
+SOLID
+  5
+1501B
+330
+15007
+100
+AcDbEntity
+  8
+0
+ 62
+    57
+100
+AcDbTrace
+ 10
+5.997235271317093
+ 20
+16.40576527852465
+ 30
+7.139999999999997
+ 11
+6.225388026176004
+ 21
+16.95922742094433
+ 31
+7.139999999999997
+ 12
+11.87437966398715
+ 22
+14.30579430188788
+ 32
+7.139999999999997
+ 13
+11.87437966398715
+ 23
+14.30579430188788
+ 33
+7.139999999999997
+  0
+SOLID
+  5
+1501C
+330
+15007
+100
+AcDbEntity
+  8
+0
+ 62
+    57
+100
+AcDbTrace
+ 10
+6.225388026175777
+ 20
+16.95922742094365
+ 30
+7.139999999999997
+ 11
+6.840509885916617
+ 21
+17.99583584988283
+ 31
+7.139999999999997
+ 12
+11.87437912529458
+ 22
+14.30579467529298
+ 32
+7.139999999999997
+ 13
+11.87437912529458
+ 23
+14.30579467529298
+ 33
+7.139999999999997
+  0
+SOLID
+  5
+1501D
+330
+15007
+100
+AcDbEntity
+  8
+0
+ 62
+    57
+100
+AcDbTrace
+ 10
+6.840509885916617
+ 20
+17.99583584988283
+ 30
+7.139999999999997
+ 11
+7.583871128823147
+ 21
+18.8394958382986
+ 31
+7.139999999999997
+ 12
+11.88068555931522
+ 22
+14.30420768725787
+ 32
+7.139999999999997
+ 13
+11.88068555931522
+ 23
+14.30420768725787
+ 33
+7.139999999999997
+  0
+SOLID
+  5
+1501E
+330
+15007
+100
+AcDbEntity
+  8
+0
+ 62
+    57
+100
+AcDbTrace
+ 10
+7.583871128823147
+ 20
+18.8394958382986
+ 30
+7.139999999999997
+ 11
+8.227980872690066
+ 21
+19.37265617278137
+ 31
+7.139999999999997
+ 12
+11.88068421142202
+ 22
+14.30421056464149
+ 32
+7.139999999999997
+ 13
+11.88068421142202
+ 23
+14.30421056464149
+ 33
+7.139999999999997
+  0
+SOLID
+  5
+1501F
+330
+15007
+100
+AcDbEntity
+  8
+0
+ 62
+    57
+100
+AcDbTrace
+ 10
+10.32455988405149
+ 20
+20.35481044676669
+ 30
+7.139999999999997
+ 11
+11.88066189205983
+ 21
+20.5517069404483
+ 31
+7.139999999999997
+ 12
+11.88068151563584
+ 22
+14.3042098595771
+ 32
+7.139999999999997
+ 13
+11.88068151563584
+ 23
+14.3042098595771
+ 33
+7.139999999999997
+  0
+SOLID
+  5
+15020
+330
+15007
+100
+AcDbEntity
+  8
+0
+ 62
+    57
+100
+AcDbTrace
+ 10
+8.227980872690066
+ 20
+19.37265617278137
+ 30
+7.139999999999997
+ 11
+9.060459164867323
+ 21
+19.87894575294319
+ 31
+7.139999999999997
+ 12
+11.88068179496713
+ 22
+14.30421385294278
+ 32
+7.139999999999997
+ 13
+11.88068179496713
+ 23
+14.30421385294278
+ 33
+7.139999999999997
+  0
+SOLID
+  5
+15021
+330
+15007
+100
+AcDbEntity
+  8
+0
+ 62
+    57
+100
+AcDbTrace
+ 10
+9.060459164867323
+ 20
+19.87894575294319
+ 30
+7.139999999999997
+ 11
+10.32455988405149
+ 21
+20.35481044676669
+ 31
+7.139999999999997
+ 12
+11.88068374220688
+ 22
+14.30421115097704
+ 32
+7.139999999999997
+ 13
+11.88068374220688
+ 23
+14.30421115097704
+ 33
+7.139999999999997
+  0
+SOLID
+  5
+15022
+330
+15007
+100
+AcDbEntity
+  8
+0
+ 62
+    57
+100
+AcDbTrace
+ 10
+18.12809187128255
+ 20
+14.28004035005358
+ 30
+7.140000000000005
+ 11
+18.09165413497135
+ 21
+14.97898033564445
+ 31
+7.140000000000005
+ 12
+11.8807829646596
+ 22
+14.30420668988256
+ 32
+7.140000000000005
+ 13
+11.8807829646596
+ 23
+14.30420668988256
+ 33
+7.140000000000005
+  0
+SOLID
+  5
+15023
+330
+15007
+100
+AcDbEntity
+  8
+0
+ 62
+    57
+100
+AcDbTrace
+ 10
+18.09156049640933
+ 20
+14.95477356590584
+ 30
+7.139999999999997
+ 11
+18.03258357603681
+ 21
+15.39305896619964
+ 31
+7.139999999999997
+ 12
+11.88069238423463
+ 22
+14.3042070402729
+ 32
+7.139999999999997
+ 13
+11.88069238423463
+ 23
+14.3042070402729
+ 33
+7.139999999999997
+  0
+SOLID
+  5
+15024
+330
+15007
+100
+AcDbEntity
+  8
+0
+ 62
+    57
+100
+AcDbTrace
+ 10
+18.03258357603681
+ 20
+15.39305896620033
+ 30
+7.139999999999997
+ 11
+17.93955318049711
+ 21
+15.82787625904018
+ 31
+7.139999999999997
+ 12
+11.88068899618542
+ 22
+14.30420917082517
+ 32
+7.139999999999997
+ 13
+11.88068899618542
+ 23
+14.30420917082517
+ 33
+7.139999999999997
+  0
+SOLID
+  5
+15025
+330
+15007
+100
+AcDbEntity
+  8
+0
+ 62
+    57
+100
+AcDbTrace
+ 10
+17.93955317776226
+ 20
+15.82787626991432
+ 30
+7.139999999999997
+ 11
+17.76411455774132
+ 21
+16.40580223864606
+ 31
+7.139999999999997
+ 12
+11.88330765751766
+ 22
+14.30447883923205
+ 32
+7.139999999999997
+ 13
+11.88330765751766
+ 23
+14.30447883923205
+ 33
+7.139999999999997
+  0
+SOLID
+  5
+15026
+330
+15007
+100
+AcDbEntity
+  8
+0
+ 62
+    57
+100
+AcDbTrace
+ 10
+17.76411455774132
+ 20
+16.40580223864606
+ 30
+7.139999999999997
+ 11
+17.53595832600445
+ 21
+16.95926294778553
+ 31
+7.139999999999997
+ 12
+11.88698335733079
+ 22
+14.3057943414766
+ 32
+7.139999999999997
+ 13
+11.88698335733079
+ 23
+14.3057943414766
+ 33
+7.139999999999997
+  0
+SOLID
+  5
+15027
+330
+15007
+100
+AcDbEntity
+  8
+0
+ 62
+    57
+100
+AcDbTrace
+ 10
+17.53595832600467
+ 20
+16.95926294778485
+ 30
+7.139999999999997
+ 11
+16.92082995423948
+ 21
+17.99586751247113
+ 31
+7.139999999999997
+ 12
+11.88698389602109
+ 22
+14.30579471488488
+ 32
+7.139999999999997
+ 13
+11.88698389602109
+ 23
+14.30579471488488
+ 33
+7.139999999999997
+  0
+SOLID
+  5
+15028
+330
+15007
+100
+AcDbEntity
+  8
+0
+ 62
+    57
+100
+AcDbTrace
+ 10
+16.92082995423948
+ 20
+17.99586751247113
+ 30
+7.139999999999997
+ 11
+16.17746341142492
+ 21
+18.83952283103019
+ 31
+7.139999999999997
+ 12
+11.88067747197033
+ 22
+14.3042076872324
+ 32
+7.139999999999997
+ 13
+11.88067747197033
+ 23
+14.3042076872324
+ 33
+7.139999999999997
+  0
+SOLID
+  5
+15029
+330
+15007
+100
+AcDbEntity
+  8
+0
+ 62
+    57
+100
+AcDbTrace
+ 10
+16.17746341142492
+ 20
+18.83952283103019
+ 30
+7.139999999999997
+ 11
+15.5333503182253
+ 21
+19.37267911916626
+ 31
+7.139999999999997
+ 12
+11.88067881984534
+ 22
+14.30421056462467
+ 32
+7.139999999999997
+ 13
+11.88067881984534
+ 23
+14.30421056462467
+ 33
+7.139999999999997
+  0
+SOLID
+  5
+1502A
+330
+15007
+100
+AcDbEntity
+  8
+0
+ 62
+    57
+100
+AcDbTrace
+ 10
+13.43676513695323
+ 20
+20.35482022229678
+ 30
+7.139999999999997
+ 11
+11.88066189205983
+ 21
+20.5517069404483
+ 31
+7.139999999999997
+ 12
+11.88068151563584
+ 22
+14.3042098595771
+ 32
+7.139999999999997
+ 13
+11.88068151563584
+ 23
+14.3042098595771
+ 33
+7.139999999999997
+  0
+SOLID
+  5
+1502B
+330
+15007
+100
+AcDbEntity
+  8
+0
+ 62
+    57
+100
+AcDbTrace
+ 10
+15.5333503182253
+ 20
+19.37267911916626
+ 30
+7.139999999999997
+ 11
+14.70086884552302
+ 21
+19.87896346963941
+ 31
+7.139999999999997
+ 12
+11.88068123627954
+ 22
+14.30421385294096
+ 32
+7.139999999999997
+ 13
+11.88068123627954
+ 23
+14.30421385294096
+ 33
+7.139999999999997
+  0
+SOLID
+  5
+1502C
+330
+15007
+100
+AcDbEntity
+  8
+0
+ 62
+    57
+100
+AcDbTrace
+ 10
+14.70086884552302
+ 20
+19.87896346963941
+ 30
+7.139999999999997
+ 11
+13.43676513695323
+ 21
+20.35482022229678
+ 31
+7.139999999999997
+ 12
+11.88067928905661
+ 22
+14.30421115096294
+ 32
+7.139999999999997
+ 13
+11.88067928905661
+ 23
+14.30421115096294
+ 33
+7.139999999999997
+  0
+LINE
+  5
+1502D
+330
+15007
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+10.98807982578182
+ 20
+14.30074864162782
+ 30
+7.140000000000005
+ 11
+5.633271311946827
+ 21
+14.28000110344681
+ 31
+7.140000000000005
+  0
+LINE
+  5
+1502E
+330
+15007
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+5.633271311946827
+ 20
+14.28000110344681
+ 30
+7.140000000000005
+ 11
+5.673007346122631
+ 21
+14.97858252174353
+ 31
+7.139999999999997
+  0
+LINE
+  5
+1502F
+330
+15007
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+5.673007346122631
+ 20
+14.97858252174353
+ 30
+7.139999999999997
+ 11
+5.728772615140767
+ 21
+15.39302031956015
+ 31
+7.139999999999997
+  0
+LINE
+  5
+15030
+330
+15007
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+5.728772615140767
+ 20
+15.39302031956015
+ 30
+7.139999999999997
+ 11
+5.821980342484266
+ 21
+15.82779291616259
+ 31
+7.139999999999997
+  0
+LINE
+  5
+15031
+330
+15007
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+5.821980342484266
+ 20
+15.82779291616259
+ 30
+7.139999999999997
+ 11
+5.997235271317093
+ 21
+16.40576527852465
+ 31
+7.139999999999997
+  0
+LINE
+  5
+15032
+330
+15007
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+5.997235271317093
+ 20
+16.40576527852465
+ 30
+7.139999999999997
+ 11
+6.225388026176004
+ 21
+16.95922742094433
+ 31
+7.139999999999997
+  0
+LINE
+  5
+15033
+330
+15007
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+6.225388026176004
+ 20
+16.95922742094433
+ 30
+7.139999999999997
+ 11
+6.840509885916617
+ 21
+17.99583584988283
+ 31
+7.139999999999997
+  0
+LINE
+  5
+15034
+330
+15007
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+6.840509885916617
+ 20
+17.99583584988283
+ 30
+7.139999999999997
+ 11
+7.583871128823147
+ 21
+18.8394958382986
+ 31
+7.139999999999997
+  0
+LINE
+  5
+15035
+330
+15007
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+7.583871128823147
+ 20
+18.8394958382986
+ 30
+7.139999999999997
+ 11
+8.227980872690066
+ 21
+19.37265617278137
+ 31
+7.139999999999997
+  0
+LINE
+  5
+15036
+330
+15007
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+8.227980872690066
+ 20
+19.37265617278137
+ 30
+7.139999999999997
+ 11
+9.060459050479494
+ 21
+19.87894597905358
+ 31
+7.139999999999997
+  0
+LINE
+  5
+15037
+330
+15007
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+9.060459050479494
+ 20
+19.87894597905358
+ 30
+7.139999999999997
+ 11
+10.32455988755168
+ 21
+20.35481043315656
+ 31
+7.139999999999997
+  0
+LINE
+  5
+15038
+330
+15007
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+10.32455988755168
+ 20
+20.35481043315656
+ 30
+7.139999999999997
+ 11
+11.88066189205983
+ 21
+20.5517069404483
+ 31
+7.139999999999997
+  0
+LINE
+  5
+15039
+330
+15007
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+11.88066189205983
+ 20
+20.5517069404483
+ 30
+7.139999999999997
+ 11
+13.43676513695323
+ 21
+20.35482022229678
+ 31
+7.139999999999997
+  0
+LINE
+  5
+1503A
+330
+15007
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+13.43676513695323
+ 20
+20.35482022229678
+ 30
+7.139999999999997
+ 11
+14.70086884552302
+ 21
+19.87896346963941
+ 31
+7.139999999999997
+  0
+LINE
+  5
+1503B
+330
+15007
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+14.70086884552302
+ 20
+19.87896346963941
+ 30
+7.139999999999997
+ 11
+15.5333503182253
+ 21
+19.37267911916626
+ 31
+7.139999999999997
+  0
+LINE
+  5
+1503C
+330
+15007
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+15.5333503182253
+ 20
+19.37267911916626
+ 30
+7.139999999999997
+ 11
+16.17746343600493
+ 21
+18.83952285697467
+ 31
+7.139999999999997
+  0
+LINE
+  5
+1503D
+330
+15007
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+16.17746343600493
+ 20
+18.83952285697467
+ 30
+7.139999999999997
+ 11
+16.92082995423948
+ 21
+17.99586751247113
+ 31
+7.139999999999997
+  0
+LINE
+  5
+1503E
+330
+15007
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+16.92082995423948
+ 20
+17.99586751247113
+ 30
+7.139999999999997
+ 11
+17.53591670963396
+ 21
+16.95924339950773
+ 31
+7.139999999999997
+  0
+LINE
+  5
+1503F
+330
+15007
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+17.53591670963396
+ 20
+16.95924339950773
+ 30
+7.139999999999997
+ 11
+17.76411447937562
+ 21
+16.40580221064453
+ 31
+7.139999999999997
+  0
+LINE
+  5
+15040
+330
+15007
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+17.76411447937562
+ 20
+16.40580221064453
+ 30
+7.139999999999997
+ 11
+17.93955318102326
+ 21
+15.82787625917251
+ 31
+7.139999999999997
+  0
+LINE
+  5
+15041
+330
+15007
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+17.93955318102326
+ 20
+15.82787625917251
+ 30
+7.139999999999997
+ 11
+18.03258508744238
+ 21
+15.39305923371046
+ 31
+7.139999999999997
+  0
+LINE
+  5
+15042
+330
+15007
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+18.03258508744238
+ 20
+15.39305923371046
+ 30
+7.139999999999997
+ 11
+18.09165413497135
+ 21
+14.97898033564445
+ 31
+7.140000000000005
+  0
+LINE
+  5
+15043
+330
+15007
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+18.09165413497135
+ 20
+14.97898033564445
+ 30
+7.140000000000005
+ 11
+18.12809187128255
+ 21
+14.28004035005358
+ 31
+7.140000000000005
+  0
+LINE
+  5
+15044
+330
+15007
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+18.12809187128255
+ 20
+14.28004035005358
+ 30
+7.140000000000005
+ 11
+12.77307982578168
+ 21
+14.30420694044767
+ 31
+-7.140000000000005
+  0
+TEXT
+  5
+15045
+330
+15007
+100
+AcDbEntity
+  8
+TEXTE
+ 62
+     7
+100
+AcDbText
+ 10
+5.799998648953532
+ 20
+39.25218592333635
+ 30
+0.0
+ 40
+8.0
+  1
+LCV7121
+100
+AcDbText
+  0
+INSERT
+  5
+15046
+330
+15007
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Valnum
+ 10
+6.799998648953532
+ 20
+26.89996617169504
+ 30
+0.0
+ 41
+1.199999999999999
+ 42
+1.199999999999999
+ 43
+1.5
+  0
+ATTRIB
+  5
+15047
+330
+15046
+100
+AcDbEntity
+  8
+IMG027
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+59.59999864895348
+ 20
+26.89996617169504
+ 30
+0.0
+ 40
+9.599999999999999
+  1
+LCV7121
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+15048
+330
+15046
+100
+AcDbEntity
+  8
+IMG027
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+59.59999864895348
+ 20
+26.89996617169504
+ 30
+0.0
+ 40
+9.599999999999999
+  1
+14
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+15049
+330
+15046
+100
+AcDbEntity
+  8
+IMG027
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+59.59999864895348
+ 20
+26.89996617169504
+ 30
+0.0
+ 40
+9.599999999999999
+  1
+0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+1504A
+330
+15046
+100
+AcDbEntity
+  8
+0
+  0
+TEXT
+  5
+1504B
+330
+15007
+100
+AcDbEntity
+  8
+TEXTE
+ 62
+     2
+100
+AcDbText
+ 10
+39.79999864895353
+ 20
+27.79548269438158
+ 30
+0.0
+ 40
+8.0
+  1
+%
+100
+AcDbText
+  0
+SOLID
+  5
+1504C
+330
+15007
+100
+AcDbEntity
+  8
+0
+100
+AcDbTrace
+ 10
+1.799999145256379
+ 20
+48.79548269438156
+ 30
+0.0
+ 11
+1.799999145256379
+ 21
+25.79548280204893
+ 31
+0.0
+ 12
+54.79999864895353
+ 22
+48.79548269438156
+ 32
+0.0
+ 13
+54.79999864895353
+ 23
+25.795482407907
+ 33
+0.0
+  0
+SOLID
+  5
+1504D
+330
+15007
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+1.799999145256379
+ 20
+48.79548269438156
+ 30
+230.4
+ 11
+54.79999864895353
+ 21
+48.79548269438156
+ 31
+230.4
+ 12
+-0.0000008547438028
+ 22
+50.59548269438107
+ 32
+230.4
+ 13
+56.59999577195254
+ 23
+50.59547417152919
+ 33
+230.4
+  0
+SOLID
+  5
+1504E
+330
+15007
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+-0.0000008547438028
+ 20
+23.99548280204897
+ 30
+0.0
+ 11
+1.799999145256379
+ 21
+25.79548280204893
+ 31
+0.0
+ 12
+-0.0000008547438028
+ 22
+50.59548269438107
+ 32
+0.0
+ 13
+1.799999145256379
+ 23
+48.79548269438156
+ 33
+0.0
+  0
+SOLID
+  5
+1504F
+330
+15007
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+-0.0000008827739748
+ 20
+23.99547839112938
+ 30
+0.0
+ 11
+56.60000266573138
+ 21
+23.99547839112938
+ 31
+0.0
+ 12
+1.799999117226206
+ 22
+25.79547839112934
+ 32
+0.0
+ 13
+54.79999864895353
+ 23
+25.795482407907
+ 33
+0.0
+  0
+SOLID
+  5
+15050
+330
+15007
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+56.59999864895372
+ 20
+23.99548240790705
+ 30
+230.4
+ 11
+54.79999864895353
+ 21
+25.795482407907
+ 31
+230.4
+ 12
+56.60000429483124
+ 22
+50.59548269438107
+ 32
+230.4
+ 13
+54.79999864895353
+ 23
+48.79548269438156
+ 33
+230.4
+  0
+LWPOLYLINE
+  5
+15051
+330
+15007
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 38
+230.4
+ 10
+-0.0000023980880997
+ 20
+50.59548655829246
+ 10
+56.59999422860618
+ 20
+50.59548655829246
+ 10
+56.59999998261127
+ 20
+23.99548752597752
+ 10
+0.0000033559169879
+ 20
+23.99548752597752
+  0
+INSERT
+  5
+15052
+330
+15007
+100
+AcDbEntity
+  8
+0
+ 62
+     9
+100
+AcDbBlockReference
+ 66
+     1
+  2
+palet
+ 10
+20.92739356184529
+ 20
+13.49182623769684
+ 30
+-50.33142612716812
+  0
+ATTRIB
+  5
+15053
+330
+15052
+100
+AcDbEntity
+  8
+IMG009
+ 62
+     9
+100
+AcDbText
+ 10
+20.92739356184529
+ 20
+13.49182623769684
+ 30
+-50.33142612716812
+ 40
+8.0
+  1
+LCV7121=0[0]
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+15054
+330
+15052
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+20.92739356184529
+ 20
+13.49182623769684
+ 30
+-50.33142612716812
+ 40
+6.0
+  1
+57
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+15055
+330
+15052
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+20.92739356184529
+ 20
+13.49182623769684
+ 30
+-50.33142612716812
+ 40
+8.0
+  1
+12
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+15056
+330
+15052
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+20.92739356184529
+ 20
+13.49182623769684
+ 30
+-50.33142612716812
+ 40
+8.0
+  1
+
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+15057
+330
+15052
+100
+AcDbEntity
+  8
+0
+  0
+INSERT
+  5
+15058
+330
+15007
+100
+AcDbEntity
+  8
+0
+ 62
+     9
+100
+AcDbBlockReference
+ 66
+     1
+  2
+palet
+ 10
+26.92739846858376
+ 20
+13.51945399758142
+ 30
+-93.5228522543362
+  0
+ATTRIB
+  5
+15059
+330
+15058
+100
+AcDbEntity
+  8
+IMG009
+ 62
+     9
+100
+AcDbText
+ 10
+26.92739846858376
+ 20
+13.51945399758142
+ 30
+-93.5228522543362
+ 40
+8.0
+  1
+LCV7121#0[0]
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1505A
+330
+15058
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+26.92739846858376
+ 20
+13.51945399758142
+ 30
+-93.5228522543362
+ 40
+6.0
+  1
+57
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1505B
+330
+15058
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+26.92739846858376
+ 20
+13.51945399758142
+ 30
+-93.5228522543362
+ 40
+8.0
+  1
+10
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1505C
+330
+15058
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+26.92739846858376
+ 20
+13.51945399758142
+ 30
+-93.5228522543362
+ 40
+8.0
+  1
+
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+1505D
+330
+15058
+100
+AcDbEntity
+  8
+0
+  0
+ENDBLK
+  5
+15061
+330
+15007
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+15E51
+330
+15E4D
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+A$C37611931
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+A$C37611931
+  1
+
+  0
+SOLID
+  5
+15E4E
+330
+15E4D
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+1.800000238169103
+ 20
+0.0000012690494486
+ 30
+230.4
+ 11
+0.0000002381689228
+ 21
+1.800001269049403
+ 31
+230.4
+ 12
+1.800005884046639
+ 22
+26.60000155552348
+ 32
+230.4
+ 13
+0.0000002381689228
+ 23
+24.80000155552398
+ 33
+230.4
+  0
+ENDBLK
+  5
+15E52
+330
+15E4D
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+167B5
+330
+1679E
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+A$C794D45F8
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+A$C794D45F8
+  1
+
+  0
+LWPOLYLINE
+  5
+1679F
+330
+1679E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 38
+921.6000000000001
+ 10
+0.0000018950488538
+ 20
+42.57175601668538
+ 10
+71.25702045410367
+ 20
+42.57175601668538
+ 10
+71.25702620810876
+ 20
+0.0000016676592338
+ 10
+0.0000076490539413
+ 20
+0.0000016676592338
+  0
+LWPOLYLINE
+  5
+167A0
+330
+1679E
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 38
+921.6000000000001
+ 10
+0.0000076490539413
+ 20
+0.0000016676592338
+ 10
+71.25702045410367
+ 20
+0.0000016676592338
+ 10
+71.25702045410367
+ 20
+42.57175601668538
+ 10
+0.0000076490539413
+ 20
+42.57175601668538
+  0
+SOLID
+  5
+167A1
+330
+1679E
+100
+AcDbEntity
+  8
+0
+100
+AcDbTrace
+ 10
+0.0000076490539413
+ 20
+0.0000016676592338
+ 30
+921.6000000000001
+ 11
+71.25702045410367
+ 21
+0.0000016676592338
+ 31
+921.6000000000001
+ 12
+0.0000018950488538
+ 22
+42.57175601668538
+ 32
+921.6000000000001
+ 13
+71.25702045410367
+ 23
+42.57175601668538
+ 33
+921.6000000000001
+  0
+SOLID
+  5
+167A2
+330
+1679E
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+0.0000167250541949
+ 20
+0.0000022243195588
+ 30
+1152.0
+ 11
+1.800016725054376
+ 21
+1.800002224319513
+ 31
+1152.0
+ 12
+0.0000088425166496
+ 22
+42.57175778694349
+ 32
+1152.0
+ 13
+1.800016725054376
+ 23
+40.57175778694349
+ 33
+1152.0
+  0
+LINE
+  5
+167A3
+330
+1679E
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 10
+31.61681643715463
+ 20
+0.0242070277691653
+ 30
+950.1599999999998
+ 11
+44.11181643715543
+ 21
+0.0000006961473389
+ 31
+950.1599999999999
+  0
+SOLID
+  5
+167A4
+330
+1679E
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+0.0000076490539413
+ 20
+0.0000016676592338
+ 30
+921.6000000000001
+ 11
+71.25702045410367
+ 21
+0.0000016676592338
+ 31
+921.6000000000001
+ 12
+1.800016725054376
+ 22
+1.800002224319513
+ 32
+921.6000000000001
+ 13
+69.95959194731
+ 23
+1.999999030549673
+ 33
+921.6000000000001
+  0
+SOLID
+  5
+167A5
+330
+1679E
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+71.25702045410367
+ 20
+0.0000016676592338
+ 30
+921.6000000000001
+ 11
+69.95959194731
+ 21
+1.999999030549673
+ 31
+921.6000000000001
+ 12
+71.25702045410367
+ 22
+42.57175601668538
+ 32
+921.6000000000001
+ 13
+70.00000061476915
+ 23
+40.57175220415293
+ 33
+921.6000000000001
+  0
+SOLID
+  5
+167A6
+330
+1679E
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+1.800016725054376
+ 20
+40.57175778694349
+ 30
+921.6000000000001
+ 11
+70.00000061476915
+ 21
+40.57175220415293
+ 31
+921.6000000000001
+ 12
+0.0000088425166496
+ 22
+42.57175778694349
+ 32
+921.6000000000001
+ 13
+71.25702045410367
+ 23
+42.57175601668538
+ 33
+921.6000000000001
+  0
+TEXT
+  5
+167A7
+330
+1679E
+100
+AcDbEntity
+  8
+TEXTE
+ 62
+     7
+100
+AcDbText
+ 10
+14.12374454938949
+ 20
+25.99999788411933
+ 30
+691.1999999999998
+ 40
+11.0
+  1
+H7102
+ 72
+     1
+ 11
+37.04041121605616
+ 21
+25.99999788411933
+ 31
+691.1999999999998
+100
+AcDbText
+  0
+INSERT
+  5
+167A8
+330
+1679E
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Equtor
+ 10
+5.000004098845464
+ 20
+20.99999788411933
+ 30
+691.1999999999998
+ 41
+62.0
+ 42
+-16.0
+ 43
+62.0
+  0
+ATTRIB
+  5
+167A9
+330
+167A8
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+5.000004098845464
+ 20
+20.99999788411933
+ 30
+691.1999999999998
+ 40
+1.6
+  1
+H7102
+ 41
+3.874999999999998
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+167AA
+330
+167A8
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+5.000004098845464
+ 20
+20.99999788411933
+ 30
+691.1999999999998
+ 40
+1.6
+  1
+MARCHE
+ 41
+3.874999999999998
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+EQU-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+167AB
+330
+167A8
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+5.000004098845464
+ 20
+20.99999788411933
+ 30
+691.1999999999998
+ 40
+1.6
+  1
+10
+ 41
+3.874999999999998
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+167AC
+330
+167A8
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+5.000004098845464
+ 20
+20.99999788411933
+ 30
+691.1999999999998
+ 40
+1.6
+  1
+ARRETEE
+ 41
+3.874999999999998
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+EQU-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+167AD
+330
+167A8
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+5.000004098845464
+ 20
+20.99999788411933
+ 30
+691.1999999999998
+ 40
+1.6
+  1
+12
+ 41
+3.874999999999998
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+167AE
+330
+167A8
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+5.000004098845464
+ 20
+20.99999788411933
+ 30
+691.1999999999998
+ 40
+1.6
+  1
+9
+ 41
+3.874999999999998
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+167AF
+330
+167A8
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+5.000004098845464
+ 20
+20.99999788411933
+ 30
+691.1999999999998
+ 40
+1.6
+  1
+0
+ 41
+3.874999999999998
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+167B0
+330
+167A8
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+5.000004098845464
+ 20
+20.99999788411933
+ 30
+691.1999999999998
+ 40
+1.6
+  1
+0
+ 41
+3.874999999999998
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+167B1
+330
+167A8
+100
+AcDbEntity
+  8
+0
+  0
+LWPOLYLINE
+  5
+167B2
+330
+1679E
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 38
+921.6000000000001
+ 10
+0.0000018950488538
+ 20
+42.57175601668538
+ 10
+71.25702620810876
+ 20
+42.57175601668538
+ 10
+71.25702620810876
+ 20
+0.0000016676592338
+ 10
+0.0000018950488538
+ 20
+0.0000016676592338
+  0
+ENDBLK
+  5
+167B6
+330
+1679E
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+16EB6
+330
+16E9C
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+A$C7D117141
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+A$C7D117141
+  1
+
+  0
+TEXT
+  5
+16E9D
+330
+16E9C
+100
+AcDbEntity
+  8
+TEXTE
+ 62
+     7
+100
+AcDbText
+ 10
+189.8377658722774
+ 20
+68.23423017951482
+ 30
+0.0
+ 40
+8.0
+  1
+TT7102
+100
+AcDbText
+  0
+INSERT
+  5
+16E9E
+330
+16E9C
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Valnum
+ 10
+190.8377658722774
+ 20
+55.88201042787352
+ 30
+0.0
+ 41
+1.199999999999999
+ 42
+1.199999999999999
+ 43
+1.5
+  0
+ATTRIB
+  5
+16E9F
+330
+16E9E
+100
+AcDbEntity
+  8
+IMG027
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+243.6377658722774
+ 20
+55.88201042787352
+ 30
+0.0
+ 40
+9.599999999999999
+  1
+TT7102
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+16EA0
+330
+16E9E
+100
+AcDbEntity
+  8
+IMG027
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+243.6377658722774
+ 20
+55.88201042787352
+ 30
+0.0
+ 40
+9.599999999999999
+  1
+14
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+16EA1
+330
+16E9E
+100
+AcDbEntity
+  8
+IMG027
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+243.6377658722774
+ 20
+55.88201042787352
+ 30
+0.0
+ 40
+9.599999999999999
+  1
+0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+16EA2
+330
+16E9E
+100
+AcDbEntity
+  8
+0
+  0
+TEXT
+  5
+16EA3
+330
+16E9C
+100
+AcDbEntity
+  8
+TEXTE
+ 62
+     2
+100
+AcDbText
+ 10
+230.388353414265
+ 20
+56.77752695056007
+ 30
+0.0
+ 40
+8.0
+  1
+K
+100
+AcDbText
+  0
+SOLID
+  5
+16EA4
+330
+16E9C
+100
+AcDbEntity
+  8
+0
+100
+AcDbTrace
+ 10
+185.8377663685801
+ 20
+77.77752695056006
+ 30
+0.0
+ 11
+185.8377663685801
+ 21
+54.77752705822741
+ 31
+0.0
+ 12
+238.8377658722774
+ 22
+77.77752695056006
+ 32
+0.0
+ 13
+238.8377658722774
+ 23
+54.77752666408547
+ 33
+0.0
+  0
+SOLID
+  5
+16EA5
+330
+16E9C
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+185.8377663685801
+ 20
+77.77752695056006
+ 30
+230.4
+ 11
+238.8377658722774
+ 21
+77.77752695056006
+ 31
+230.4
+ 12
+184.0377663685801
+ 22
+79.57752695055956
+ 32
+230.4
+ 13
+240.6377629952764
+ 23
+79.57751842770767
+ 33
+230.4
+  0
+SOLID
+  5
+16EA6
+330
+16E9C
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+184.0377663685801
+ 20
+52.97752705822745
+ 30
+0.0
+ 11
+185.8377663685801
+ 21
+54.77752705822741
+ 31
+0.0
+ 12
+184.0377663685801
+ 22
+79.57752695055956
+ 32
+0.0
+ 13
+185.8377663685801
+ 23
+77.77752695056006
+ 33
+0.0
+  0
+SOLID
+  5
+16EA7
+330
+16E9C
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+184.0377663405499
+ 20
+52.97752264730786
+ 30
+0.0
+ 11
+240.6377698890553
+ 21
+52.97752264730786
+ 31
+0.0
+ 12
+185.83776634055
+ 22
+54.77752264730781
+ 32
+0.0
+ 13
+238.8377658722774
+ 23
+54.77752666408547
+ 33
+0.0
+  0
+SOLID
+  5
+16EA8
+330
+16E9C
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+240.6377658722776
+ 20
+52.97752666408553
+ 30
+230.4
+ 11
+238.8377658722774
+ 21
+54.77752666408547
+ 31
+230.4
+ 12
+240.6377715181552
+ 22
+79.57752695055956
+ 32
+230.4
+ 13
+238.8377658722774
+ 23
+77.77752695056006
+ 33
+230.4
+  0
+LWPOLYLINE
+  5
+16EA9
+330
+16E9C
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 38
+230.4
+ 10
+184.0377648252358
+ 20
+79.57753081447093
+ 10
+240.6377614519301
+ 20
+79.57753081447093
+ 10
+240.6377672059352
+ 20
+52.977531782156
+ 10
+184.0377705792409
+ 20
+52.977531782156
+  0
+INSERT
+  5
+16EAA
+330
+16E9C
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Equtor
+ 10
+0.0000006854947401
+ 20
+-0.0000011117381291
+ 30
+2764.800000000001
+ 41
+32.00000000000006
+ 42
+8.999999439572206
+ 43
+32.00000000000006
+  0
+ATTRIB
+  5
+16EAB
+330
+16EAA
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0000006854947401
+ 20
+-0.0000011117381291
+ 30
+2764.800000000001
+ 40
+0.8999999439572206
+  1
+FV7103
+ 41
+3.555555776959148
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+16EAC
+330
+16EAA
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0000006854947401
+ 20
+-0.0000011117381291
+ 30
+2764.800000000001
+ 40
+0.8999999439572206
+  1
+OUVERTE
+ 41
+3.555555776959148
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+EQU-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+16EAD
+330
+16EAA
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0000006854947401
+ 20
+-0.0000011117381291
+ 30
+2764.800000000001
+ 40
+0.8999999439572206
+  1
+10
+ 41
+3.555555776959148
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+16EAE
+330
+16EAA
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0000006854947401
+ 20
+-0.0000011117381291
+ 30
+2764.800000000001
+ 40
+0.8999999439572206
+  1
+FERMEE
+ 41
+3.555555776959148
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+EQU-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+16EAF
+330
+16EAA
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0000006854947401
+ 20
+-0.0000011117381291
+ 30
+2764.800000000001
+ 40
+0.8999999439572206
+  1
+12
+ 41
+3.555555776959148
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+16EB0
+330
+16EAA
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0000006854947401
+ 20
+-0.0000011117381291
+ 30
+2764.800000000001
+ 40
+0.8999999439572206
+  1
+0
+ 41
+3.555555776959148
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+16EB1
+330
+16EAA
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0000006854947401
+ 20
+-0.0000011117381291
+ 30
+2764.800000000001
+ 40
+0.8999999439572206
+  1
+0
+ 41
+3.555555776959148
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+16EB2
+330
+16EAA
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0000006854947401
+ 20
+-0.0000011117381291
+ 30
+2764.800000000001
+ 40
+0.8999999439572206
+  1
+0
+ 41
+3.555555776959148
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+16EB3
+330
+16EAA
+100
+AcDbEntity
+  8
+0
+  0
+ENDBLK
+  5
+16EB7
+330
+16E9C
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+173C6
+330
+173BD
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+Bargraphe
+ 70
+     2
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+Bargraphe
+  1
+
+  0
+ATTDEF
+  5
+173BE
+330
+173BD
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+ 40
+0.1
+  1
+TTxx
+  7
+DOM1
+100
+AcDbAttributeDefinition
+280
+     0
+  3
+NOM variable
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTDEF
+  5
+173BF
+330
+173BD
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+ 40
+0.1
+  1
+0
+  7
+DOM1
+100
+AcDbAttributeDefinition
+280
+     0
+  3
+Mini physique
+  2
+MINI
+ 70
+     1
+280
+     0
+  0
+ATTDEF
+  5
+173C0
+330
+173BD
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+ 40
+0.1
+  1
+100
+  7
+DOM1
+100
+AcDbAttributeDefinition
+280
+     0
+  3
+Maxi physique
+  2
+MAXI
+ 70
+     1
+280
+     0
+  0
+ATTDEF
+  5
+173C1
+330
+173BD
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+ 40
+0.1
+  1
+0
+  7
+DOM1
+100
+AcDbAttributeDefinition
+280
+     0
+  3
+Sens(0=B->H,1=H->B,2=G->D,3=D->G)
+  2
+SENS
+ 70
+     1
+280
+     0
+  0
+ATTDEF
+  5
+173C2
+330
+173BD
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+ 40
+0.1
+  1
+0
+  7
+DOM1
+100
+AcDbAttributeDefinition
+280
+     0
+  3
+Logarithmique(1=OUI, 0=NON)
+  2
+LOG
+ 70
+     1
+280
+     0
+  0
+ATTDEF
+  5
+173C3
+330
+173BD
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+ 40
+0.1
+  1
+14
+  7
+DOM1
+100
+AcDbAttributeDefinition
+280
+     0
+  3
+Coul(0=N,1=Blu,2=V,3=Cy,4=R,5=M,6=Br,7=G-c,8=G-f,9=Bl-c,10=V-c,11=Cy-c,12=R-c,13=M-c,14=J,15=Blc)
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTDEF
+  5
+173C4
+330
+173BD
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+ 40
+0.1
+  1
+0
+  7
+DOM1
+100
+AcDbAttributeDefinition
+280
+     0
+  3
+Coulf(0=N,1=Blu,2=V,3=Cy,4=R,5=M,6=Br,7=G-c,8=G-f,9=Bl-c,10=V-c,11=Cy-c,12=R-c,13=M-c,14=J,15=Blc)
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+SOLID
+  5
+173C5
+330
+173BD
+100
+AcDbEntity
+  8
+IMG134
+ 62
+   134
+100
+AcDbTrace
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+ 11
+0.0
+ 21
+1.0
+ 31
+0.0
+ 12
+1.0
+ 22
+0.0
+ 32
+0.0
+ 13
+1.0
+ 23
+1.0
+ 33
+0.0
+  0
+ENDBLK
+  5
+173C7
+330
+173BD
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+17690
+330
+17687
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+A$C74052F46
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+A$C74052F46
+  1
+
+  0
+INSERT
+  5
+17688
+330
+17687
+100
+AcDbEntity
+  8
+0
+ 62
+     9
+100
+AcDbBlockReference
+ 66
+     1
+  2
+palet
+ 10
+0.1217301796200445
+ 20
+2.765649132750809
+ 30
+-28.9114261271681
+  0
+ATTRIB
+  5
+17689
+330
+17688
+100
+AcDbEntity
+  8
+IMG009
+ 62
+     9
+100
+AcDbText
+ 10
+0.1217301796200445
+ 20
+2.765649132750809
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+FV7121
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1768A
+330
+17688
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.1217301796200445
+ 20
+2.765649132750809
+ 30
+-28.9114261271681
+ 40
+6.0
+  1
+62
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1768B
+330
+17688
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.1217301796200445
+ 20
+2.765649132750809
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+10
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1768C
+330
+17688
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.1217301796200445
+ 20
+2.765649132750809
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+12
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+1768D
+330
+17688
+100
+AcDbEntity
+  8
+0
+  0
+ENDBLK
+  5
+17691
+330
+17687
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+1771B
+330
+17712
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+A$C17580B20
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+A$C17580B20
+  1
+
+  0
+INSERT
+  5
+17713
+330
+17712
+100
+AcDbEntity
+  8
+0
+ 62
+     9
+100
+AcDbBlockReference
+ 66
+     1
+  2
+palet
+ 10
+0.121731155595171
+ 20
+2.765649160045541
+ 30
+-93.5228522543362
+  0
+ATTRIB
+  5
+17714
+330
+17713
+100
+AcDbEntity
+  8
+IMG009
+ 62
+     9
+100
+AcDbText
+ 10
+0.121731155595171
+ 20
+2.765649160045541
+ 30
+-93.5228522543362
+ 40
+8.0
+  1
+LCV7253#0[0]
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+17715
+330
+17713
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.121731155595171
+ 20
+2.765649160045541
+ 30
+-93.5228522543362
+ 40
+6.0
+  1
+61
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+17716
+330
+17713
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.121731155595171
+ 20
+2.765649160045541
+ 30
+-93.5228522543362
+ 40
+8.0
+  1
+10
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+17717
+330
+17713
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.121731155595171
+ 20
+2.765649160045541
+ 30
+-93.5228522543362
+ 40
+8.0
+  1
+
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+17718
+330
+17713
+100
+AcDbEntity
+  8
+0
+  0
+ENDBLK
+  5
+1771C
+330
+17712
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+17A37
+330
+17A2A
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+A$C2B4178E8
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+A$C2B4178E8
+  1
+
+  0
+INSERT
+  5
+17A2B
+330
+17A2A
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Jbutton
+ 10
+0.0000021757095965
+ 20
+-0.000000751543439
+ 30
+0.0
+ 41
+120.0
+ 42
+32.0
+ 43
+80.0
+  0
+ATTRIB
+  5
+17A2C
+330
+17A2B
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+21.10616207086031
+ 20
+-0.000000751543439
+ 30
+0.0
+ 40
+3.2
+  1
+_F1
+ 41
+3.749999999999998
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COMMANDE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+17A2D
+330
+17A2B
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0000021757095965
+ 20
+-0.000000751543439
+ 30
+0.0
+ 40
+3.2
+  1
+
+ 41
+3.749999999999998
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+17A2E
+330
+17A2B
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+9.357800340847193
+ 20
+-0.000000751543439
+ 30
+0.0
+ 40
+3.2
+  1
+8
+ 41
+3.749999999999998
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+17A2F
+330
+17A2B
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+9.357800340847193
+ 20
+-0.000000751543439
+ 30
+0.0
+ 40
+3.2
+  1
+8
+ 41
+3.749999999999998
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+17A30
+330
+17A2B
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+9.349936644910117
+ 20
+-0.000000751543439
+ 30
+0.0
+ 40
+3.2
+  1
+0
+ 41
+3.749999999999998
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CONFIRM
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+17A31
+330
+17A2B
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0000021757095965
+ 20
+-0.000000751543439
+ 30
+0.0
+ 40
+3.2
+  1
+
+ 41
+3.749999999999998
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+17A32
+330
+17A2B
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0000021757095965
+ 20
+-0.000000751543439
+ 30
+0.0
+ 40
+3.2
+  1
+
+ 41
+3.749999999999998
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+17A33
+330
+17A2B
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+98.17824595028364
+ 20
+-0.000000751543439
+ 30
+0.0
+ 40
+3.2
+  1
+Zone Supratech
+ 41
+3.749999999999998
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+TEXTE
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+17A34
+330
+17A2B
+100
+AcDbEntity
+  8
+0
+  0
+ENDBLK
+  5
+17A38
+330
+17A2A
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+17B7E
+330
+17B7D
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+VR
+ 70
+     0
+ 10
+200.75
+ 20
+232.25
+ 30
+0.0
+  3
+VR
+  1
+
+  0
+ARC
+  5
+17B7F
+330
+17B7D
+100
+AcDbEntity
+  8
+0
+100
+AcDbCircle
+ 10
+200.75
+ 20
+234.5
+ 30
+0.0
+ 40
+1.875
+100
+AcDbArc
+ 50
+0.0
+ 51
+180.0
+  0
+LINE
+  5
+17B80
+330
+17B7D
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+198.875
+ 20
+234.5
+ 30
+0.0
+ 11
+202.625
+ 21
+234.5
+ 31
+0.0
+  0
+LINE
+  5
+17B81
+330
+17B7D
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+200.75
+ 20
+234.5
+ 30
+0.0
+ 11
+200.75
+ 21
+232.25
+ 31
+0.0
+  0
+LINE
+  5
+17B82
+330
+17B7D
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+198.5
+ 20
+231.125
+ 30
+0.0
+ 11
+198.5
+ 21
+233.375
+ 31
+0.0
+  0
+LINE
+  5
+17B83
+330
+17B7D
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+198.5
+ 20
+233.375
+ 30
+0.0
+ 11
+203.0
+ 21
+231.125
+ 31
+0.0
+  0
+LINE
+  5
+17B84
+330
+17B7D
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+203.0
+ 20
+231.125
+ 30
+0.0
+ 11
+203.0
+ 21
+233.375
+ 31
+0.0
+  0
+LINE
+  5
+17B85
+330
+17B7D
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+203.0
+ 20
+233.375
+ 30
+0.0
+ 11
+198.5
+ 21
+231.125
+ 31
+0.0
+  0
+ENDBLK
+  5
+17B86
+330
+17B7D
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+18B74
+330
+18B64
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+A$C6C27455B
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+A$C6C27455B
+  1
+
+  0
+TEXT
+  5
+18B65
+330
+18B64
+100
+AcDbEntity
+  8
+TEXTE
+ 62
+     7
+100
+AcDbText
+ 10
+17.99999695832702
+ 20
+16.01052059817039
+ 30
+460.8
+ 40
+8.0
+  1
+FT10
+100
+AcDbText
+  0
+INSERT
+  5
+18B66
+330
+18B64
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Valnum
+ 10
+3.832029849713023
+ 20
+3.658300846529073
+ 30
+460.8
+ 41
+1.199999999999999
+ 42
+1.199999999999999
+ 43
+1.5
+  0
+ATTRIB
+  5
+18B67
+330
+18B66
+100
+AcDbEntity
+  8
+IMG027
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+56.63202984971298
+ 20
+3.658300846529073
+ 30
+460.8
+ 40
+9.599999999999999
+  1
+FT10:FLOW
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+18B68
+330
+18B66
+100
+AcDbEntity
+  8
+IMG027
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+56.63202984971298
+ 20
+3.658300846529073
+ 30
+460.8
+ 40
+9.599999999999999
+  1
+14
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+18B69
+330
+18B66
+100
+AcDbEntity
+  8
+IMG027
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+56.63202984971298
+ 20
+3.658300846529073
+ 30
+460.8
+ 40
+9.599999999999999
+  1
+0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+18B6A
+330
+18B66
+100
+AcDbEntity
+  8
+0
+  0
+TEXT
+  5
+18B6B
+330
+18B64
+100
+AcDbEntity
+  8
+TEXTE
+ 62
+     2
+100
+AcDbText
+ 10
+36.27052324171672
+ 20
+4.553817369215494
+ 30
+460.8
+ 40
+8.0
+  1
+m3/h
+100
+AcDbText
+  0
+SOLID
+  5
+18B6C
+330
+18B64
+100
+AcDbEntity
+  8
+0
+100
+AcDbTrace
+ 10
+1.800000434247465
+ 20
+25.5538173692155
+ 30
+691.2
+ 11
+1.800000434247465
+ 21
+2.553817476882841
+ 31
+691.2
+ 12
+60.52363215595796
+ 22
+25.5538173692155
+ 32
+691.2
+ 13
+60.52363215595796
+ 23
+2.553829469504307
+ 33
+691.2
+  0
+SOLID
+  5
+18B6D
+330
+18B64
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+1.800000434247465
+ 20
+25.5538173692155
+ 30
+691.2
+ 11
+60.52363215595796
+ 21
+25.5538173692155
+ 31
+691.2
+ 12
+0.0000004342472835
+ 22
+27.35381736921522
+ 32
+691.2
+ 13
+62.32362927895696
+ 23
+27.35382123312661
+ 33
+691.2
+  0
+SOLID
+  5
+18B6E
+330
+18B64
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+0.0000004342472835
+ 20
+0.7538174768831141
+ 30
+460.8
+ 11
+1.800000434247465
+ 21
+2.553817476882841
+ 31
+460.8
+ 12
+0.0000004342472835
+ 22
+27.35381736921522
+ 32
+460.8
+ 13
+1.800000434247465
+ 23
+25.5538173692155
+ 33
+460.8
+  0
+SOLID
+  5
+18B6F
+330
+18B64
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+0.0000004062171115
+ 20
+0.7538130659634135
+ 30
+691.2
+ 11
+62.32363215595814
+ 21
+0.7538294695043533
+ 31
+691.2
+ 12
+1.800000406217293
+ 22
+2.553813065963367
+ 32
+691.2
+ 13
+60.52363215595796
+ 23
+2.553829469504307
+ 33
+691.2
+  0
+SOLID
+  5
+18B70
+330
+18B64
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+62.32363215595814
+ 20
+0.7538294695043533
+ 30
+691.2
+ 11
+60.52363215595796
+ 21
+2.553829469504307
+ 31
+691.2
+ 12
+62.32363780183567
+ 22
+27.35382975597827
+ 32
+691.2
+ 13
+60.52363215595796
+ 23
+25.553829755979
+ 33
+691.2
+  0
+LWPOLYLINE
+  5
+18B71
+330
+18B64
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 38
+691.2
+ 10
+-0.0000011090970133
+ 20
+27.35382123312661
+ 10
+62.32362927895696
+ 20
+27.35382123312661
+ 10
+62.32363503296205
+ 20
+0.7538222008115554
+ 10
+0.0000046449080742
+ 20
+0.7538222008115554
+  0
+ENDBLK
+  5
+18B75
+330
+18B64
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+18D99
+330
+18D8A
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+A$C2D1E65A0
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+A$C2D1E65A0
+  1
+
+  0
+LINE
+  5
+18D8B
+330
+18D8A
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 39
+4.0
+ 10
+23.99999728659805
+ 20
+-0.0000020725722152
+ 30
+0.0
+ 11
+-0.0000027134019547
+ 21
+5.999997927427784
+ 31
+0.0
+  0
+LINE
+  5
+18D8C
+330
+18D8A
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 39
+4.0
+ 10
+-0.0000027134019547
+ 20
+5.999997927427784
+ 30
+0.0
+ 11
+23.99999728659805
+ 21
+11.99999792742778
+ 31
+0.0
+  0
+LINE
+  5
+18D8D
+330
+18D8A
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 39
+4.0
+ 10
+63.99999728659804
+ 20
+3.999997927427727
+ 30
+0.0
+ 11
+63.99999728659804
+ 21
+7.999997927427727
+ 31
+0.0
+  0
+SOLID
+  5
+18D8E
+330
+18D8A
+100
+AcDbEntity
+  8
+0
+ 62
+    15
+100
+AcDbTrace
+ 10
+-0.0000027134019547
+ 20
+5.999997927427784
+ 30
+0.0
+ 11
+23.99999728659805
+ 21
+-0.0000020725722152
+ 31
+0.0
+ 12
+-0.0000027134019547
+ 22
+5.999997927427784
+ 32
+0.0
+ 13
+23.99999728659805
+ 23
+11.99999792742778
+ 33
+0.0
+  0
+SOLID
+  5
+18D8F
+330
+18D8A
+100
+AcDbEntity
+  8
+0
+ 62
+    15
+100
+AcDbTrace
+ 10
+63.99999695069891
+ 20
+7.999997623948445
+ 30
+0.0
+ 11
+23.99999728659805
+ 21
+7.999996879040736
+ 31
+0.0
+ 12
+63.99999728659804
+ 22
+3.999997927427727
+ 32
+0.0
+ 13
+23.99999728659805
+ 23
+3.999996893492095
+ 33
+0.0
+  0
+LINE
+  5
+18D90
+330
+18D8A
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+63.99999728659804
+ 20
+3.999997927427727
+ 30
+0.0
+ 11
+23.99999728659805
+ 21
+3.999996893492095
+ 31
+0.0
+  0
+LINE
+  5
+18D91
+330
+18D8A
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+23.99999728659805
+ 20
+3.999996893492095
+ 30
+0.0
+ 11
+23.99999728659805
+ 21
+-0.0000020725722152
+ 31
+0.0
+  0
+LINE
+  5
+18D92
+330
+18D8A
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+23.99999728659805
+ 20
+-0.0000020725722152
+ 30
+0.0
+ 11
+-0.0000027134019547
+ 21
+5.999997927427784
+ 31
+0.0
+  0
+LINE
+  5
+18D93
+330
+18D8A
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+-0.0000027134019547
+ 20
+5.999997927427784
+ 30
+0.0
+ 11
+23.99999728659805
+ 21
+11.99999792742778
+ 31
+0.0
+  0
+LINE
+  5
+18D94
+330
+18D8A
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+23.99999728659805
+ 20
+11.99999792742778
+ 30
+0.0
+ 11
+23.99999728659805
+ 21
+7.999996879040736
+ 31
+0.0
+  0
+LINE
+  5
+18D95
+330
+18D8A
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+23.99999728659805
+ 20
+7.999996879040736
+ 30
+0.0
+ 11
+63.99999695069891
+ 21
+7.999997623948445
+ 31
+0.0
+  0
+LINE
+  5
+18D96
+330
+18D8A
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+63.99999695069891
+ 20
+7.999997623948445
+ 30
+0.0
+ 11
+63.99999728659804
+ 21
+3.999997927427727
+ 31
+0.0
+  0
+ENDBLK
+  5
+18D9A
+330
+18D8A
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+18E30
+330
+18E21
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+A$C49107310
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+A$C49107310
+  1
+
+  0
+LINE
+  5
+18E22
+330
+18E21
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 39
+4.0
+ 10
+23.99999728659805
+ 20
+-0.0000020725722152
+ 30
+0.0
+ 11
+-0.0000027134019547
+ 21
+5.999997927427784
+ 31
+0.0
+  0
+LINE
+  5
+18E23
+330
+18E21
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 39
+4.0
+ 10
+-0.0000027134019547
+ 20
+5.999997927427784
+ 30
+0.0
+ 11
+23.99999728659805
+ 21
+11.99999792742778
+ 31
+0.0
+  0
+LINE
+  5
+18E24
+330
+18E21
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 39
+4.0
+ 10
+63.99999728659804
+ 20
+3.999997927427727
+ 30
+0.0
+ 11
+63.99999728659804
+ 21
+7.999997927427727
+ 31
+0.0
+  0
+SOLID
+  5
+18E25
+330
+18E21
+100
+AcDbEntity
+  8
+0
+ 62
+    15
+100
+AcDbTrace
+ 10
+-0.0000027134019547
+ 20
+5.999997927427784
+ 30
+0.0
+ 11
+23.99999728659805
+ 21
+-0.0000020725722152
+ 31
+0.0
+ 12
+-0.0000027134019547
+ 22
+5.999997927427784
+ 32
+0.0
+ 13
+23.99999728659805
+ 23
+11.99999792742778
+ 33
+0.0
+  0
+SOLID
+  5
+18E26
+330
+18E21
+100
+AcDbEntity
+  8
+0
+ 62
+    15
+100
+AcDbTrace
+ 10
+63.99999695069891
+ 20
+7.999997623948445
+ 30
+0.0
+ 11
+23.99999728659805
+ 21
+7.999996879040736
+ 31
+0.0
+ 12
+63.99999728659804
+ 22
+3.999997927427727
+ 32
+0.0
+ 13
+23.99999728659805
+ 23
+3.999996893492095
+ 33
+0.0
+  0
+LINE
+  5
+18E27
+330
+18E21
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+63.99999728659804
+ 20
+3.999997927427727
+ 30
+0.0
+ 11
+23.99999728659805
+ 21
+3.999996893492095
+ 31
+0.0
+  0
+LINE
+  5
+18E28
+330
+18E21
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+23.99999728659805
+ 20
+3.999996893492095
+ 30
+0.0
+ 11
+23.99999728659805
+ 21
+-0.0000020725722152
+ 31
+0.0
+  0
+LINE
+  5
+18E29
+330
+18E21
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+23.99999728659805
+ 20
+-0.0000020725722152
+ 30
+0.0
+ 11
+-0.0000027134019547
+ 21
+5.999997927427784
+ 31
+0.0
+  0
+LINE
+  5
+18E2A
+330
+18E21
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+-0.0000027134019547
+ 20
+5.999997927427784
+ 30
+0.0
+ 11
+23.99999728659805
+ 21
+11.99999792742778
+ 31
+0.0
+  0
+LINE
+  5
+18E2B
+330
+18E21
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+23.99999728659805
+ 20
+11.99999792742778
+ 30
+0.0
+ 11
+23.99999728659805
+ 21
+7.999996879040736
+ 31
+0.0
+  0
+LINE
+  5
+18E2C
+330
+18E21
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+23.99999728659805
+ 20
+7.999996879040736
+ 30
+0.0
+ 11
+63.99999695069891
+ 21
+7.999997623948445
+ 31
+0.0
+  0
+LINE
+  5
+18E2D
+330
+18E21
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+63.99999695069891
+ 20
+7.999997623948445
+ 30
+0.0
+ 11
+63.99999728659804
+ 21
+3.999997927427727
+ 31
+0.0
+  0
+ENDBLK
+  5
+18E31
+330
+18E21
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+193DA
+330
+193CB
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+A$C1F504396
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+A$C1F504396
+  1
+
+  0
+LINE
+  5
+193CC
+330
+193CB
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 39
+4.0
+ 10
+-0.0000009437158042
+ 20
+40.00000144679893
+ 30
+4.0
+ 11
+5.999999056284195
+ 21
+64.00000144679893
+ 31
+4.0
+  0
+LINE
+  5
+193CD
+330
+193CB
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 39
+4.0
+ 10
+5.999999056284195
+ 20
+64.00000144679893
+ 30
+4.0
+ 11
+11.99999905628419
+ 21
+40.00000144679893
+ 31
+4.0
+  0
+LINE
+  5
+193CE
+330
+193CB
+100
+AcDbEntity
+  8
+DESSIN
+100
+AcDbLine
+ 39
+4.0
+ 10
+3.999999056284195
+ 20
+0.0000014467989331
+ 30
+4.0
+ 11
+7.999999056284195
+ 21
+0.0000014467989331
+ 31
+4.0
+  0
+SOLID
+  5
+193CF
+330
+193CB
+100
+AcDbEntity
+  8
+0
+ 62
+    15
+100
+AcDbTrace
+ 10
+5.999999056284195
+ 20
+64.00000144679893
+ 30
+4.0
+ 11
+-0.0000009437158042
+ 21
+40.00000144679893
+ 31
+4.0
+ 12
+5.999999056284195
+ 22
+64.00000144679893
+ 32
+4.0
+ 13
+11.99999905628419
+ 23
+40.00000144679893
+ 33
+4.0
+  0
+SOLID
+  5
+193D0
+330
+193CB
+100
+AcDbEntity
+  8
+0
+ 62
+    15
+100
+AcDbTrace
+ 10
+7.999998752804913
+ 20
+0.0000017826980638
+ 30
+4.0
+ 11
+7.999998007897147
+ 21
+40.00000144679893
+ 31
+4.0
+ 12
+3.999999056284195
+ 22
+0.0000014467989331
+ 32
+4.0
+ 13
+3.999998022348563
+ 23
+40.00000144679893
+ 33
+4.0
+  0
+LINE
+  5
+193D1
+330
+193CB
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+3.999999056284195
+ 20
+0.0000014467989331
+ 30
+4.0
+ 11
+3.999998022348563
+ 21
+40.00000144679893
+ 31
+4.0
+  0
+LINE
+  5
+193D2
+330
+193CB
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+3.999998022348563
+ 20
+40.00000144679893
+ 30
+4.0
+ 11
+-0.0000009437158042
+ 21
+40.00000144679893
+ 31
+4.0
+  0
+LINE
+  5
+193D3
+330
+193CB
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+-0.0000009437158042
+ 20
+40.00000144679893
+ 30
+4.0
+ 11
+5.999999056284195
+ 21
+64.00000144679893
+ 31
+4.0
+  0
+LINE
+  5
+193D4
+330
+193CB
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+5.999999056284195
+ 20
+64.00000144679893
+ 30
+4.0
+ 11
+11.99999905628419
+ 21
+40.00000144679893
+ 31
+4.0
+  0
+LINE
+  5
+193D5
+330
+193CB
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+11.99999905628419
+ 20
+40.00000144679893
+ 30
+4.0
+ 11
+7.999998007897147
+ 21
+40.00000144679893
+ 31
+4.0
+  0
+LINE
+  5
+193D6
+330
+193CB
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+7.999998007897147
+ 20
+40.00000144679893
+ 30
+4.0
+ 11
+7.999998752804913
+ 21
+0.0000017826980638
+ 31
+4.0
+  0
+LINE
+  5
+193D7
+330
+193CB
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+7.999998752804913
+ 20
+0.0000017826980638
+ 30
+4.0
+ 11
+3.999999056284195
+ 21
+0.0000014467989331
+ 31
+4.0
+  0
+ENDBLK
+  5
+193DB
+330
+193CB
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+194A4
+330
+1949B
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+A$C43DE0D95
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+A$C43DE0D95
+  1
+
+  0
+INSERT
+  5
+1949C
+330
+1949B
+100
+AcDbEntity
+  8
+0
+ 62
+     9
+100
+AcDbBlockReference
+ 66
+     1
+  2
+palet
+ 10
+0.121733992962163
+ 20
+2.757703607356461
+ 30
+-28.9114261271681
+  0
+ATTRIB
+  5
+1949D
+330
+1949C
+100
+AcDbEntity
+  8
+IMG009
+ 62
+     9
+100
+AcDbText
+ 10
+0.121733992962163
+ 20
+2.757703607356461
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+FV50:CMD
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1949E
+330
+1949C
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.121733992962163
+ 20
+2.757703607356461
+ 30
+-28.9114261271681
+ 40
+6.0
+  1
+74
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1949F
+330
+1949C
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.121733992962163
+ 20
+2.757703607356461
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+9
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+194A0
+330
+1949C
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.121733992962163
+ 20
+2.757703607356461
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+7
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+194A1
+330
+1949C
+100
+AcDbEntity
+  8
+0
+  0
+ENDBLK
+  5
+194A5
+330
+1949B
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+19644
+330
+1963B
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+A$C362F21FD
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+A$C362F21FD
+  1
+
+  0
+INSERT
+  5
+1963C
+330
+1963B
+100
+AcDbEntity
+  8
+0
+ 62
+    15
+100
+AcDbBlockReference
+ 66
+     1
+  2
+palet
+ 10
+0.1217315121884894
+ 20
+2.757702131144242
+ 30
+-28.9114261271681
+  0
+ATTRIB
+  5
+1963D
+330
+1963C
+100
+AcDbEntity
+  8
+IMG009
+ 62
+     9
+100
+AcDbText
+ 10
+0.1217315121884894
+ 20
+2.757702131144242
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+FV50:CMD
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1963E
+330
+1963C
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.1217315121884894
+ 20
+2.757702131144242
+ 30
+-28.9114261271681
+ 40
+6.0
+  1
+82
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1963F
+330
+1963C
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.1217315121884894
+ 20
+2.757702131144242
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+9
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+19640
+330
+1963C
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.1217315121884894
+ 20
+2.757702131144242
+ 30
+-28.9114261271681
+ 40
+8.0
+  1
+7
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+19641
+330
+1963C
+100
+AcDbEntity
+  8
+0
+  0
+ENDBLK
+  5
+19645
+330
+1963B
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+1C8FD
+330
+1C8F0
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+A$C51B40AF2
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+A$C51B40AF2
+  1
+
+  0
+INSERT
+  5
+1C8F1
+330
+1C8F0
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Jbutton
+ 10
+0.0000012500462674
+ 20
+0.000000431420176
+ 30
+0.0
+ 41
+144.0
+ 42
+29.0
+ 43
+144.0
+  0
+ATTRIB
+  5
+1C8F2
+330
+1C8F1
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0000012500462674
+ 20
+0.000000431420176
+ 30
+0.0
+ 40
+2.9
+  1
+PP10:SELECTED
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COMMANDE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1C8F3
+330
+1C8F1
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0000012500462674
+ 20
+0.000000431420176
+ 30
+0.0
+ 40
+2.9
+  1
+PP10:SELECTED
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1C8F4
+330
+1C8F1
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0000012500462674
+ 20
+0.000000431420176
+ 30
+0.0
+ 40
+2.9
+  1
+10
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1C8F5
+330
+1C8F1
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0000012500462674
+ 20
+0.000000431420176
+ 30
+0.0
+ 40
+2.9
+  1
+7
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1C8F6
+330
+1C8F1
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0000012500462674
+ 20
+0.000000431420176
+ 30
+0.0
+ 40
+2.9
+  1
+0
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CONFIRM
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1C8F7
+330
+1C8F1
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0000012500462674
+ 20
+0.000000431420176
+ 30
+0.0
+ 40
+2.9
+  1
+
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1C8F8
+330
+1C8F1
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0000012500462674
+ 20
+0.000000431420176
+ 30
+0.0
+ 40
+2.9
+  1
+
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1C8F9
+330
+1C8F1
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0000012500462674
+ 20
+0.000000431420176
+ 30
+0.0
+ 40
+2.9
+  1
+PP10 Selection
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+TEXTE
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+1C8FA
+330
+1C8F1
+100
+AcDbEntity
+  8
+0
+  0
+ENDBLK
+  5
+1C8FE
+330
+1C8F0
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+1D764
+330
+1D763
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbBlockBegin
+  2
+Tendance-3
+ 70
+     2
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+Tendance-3
+  1
+
+  0
+ATTDEF
+  5
+1D765
+330
+1D763
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+ 40
+0.1
+  1
+TTxx
+  7
+DOM1
+100
+AcDbAttributeDefinition
+280
+     0
+  3
+NOM variable
+  2
+SYMBOLE-1
+ 70
+     1
+280
+     0
+  0
+ATTDEF
+  5
+1D766
+330
+1D763
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+ 40
+0.1
+  1
+5
+  7
+DOM1
+100
+AcDbAttributeDefinition
+280
+     0
+  3
+Unite de tps en mn
+  2
+PERIODE
+ 70
+     1
+280
+     0
+  0
+ATTDEF
+  5
+1D767
+330
+1D763
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+ 40
+0.1
+  1
+1
+  7
+DOM1
+100
+AcDbAttributeDefinition
+280
+     0
+  3
+Coul(0=N,1=Blu,2=V,3=Cy,4=R,5=M,6=Br,7=G-c,8=G-f,9=Bl-c,10=V-c,11=Cy-c,12=R-c,13=M-c,14=J,15=Blc)
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTDEF
+  5
+1D768
+330
+1D763
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+ 40
+0.1
+  1
+0
+  7
+DOM1
+100
+AcDbAttributeDefinition
+280
+     0
+  3
+Echelle mini
+  2
+MINI-1
+ 70
+     1
+280
+     0
+  0
+ATTDEF
+  5
+1D769
+330
+1D763
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+ 40
+0.1
+  1
+100.0
+  7
+DOM1
+100
+AcDbAttributeDefinition
+280
+     0
+  3
+Echelle maxi
+  2
+MAXI-1
+ 70
+     1
+280
+     0
+  0
+ATTDEF
+  5
+1D76A
+330
+1D763
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+ 40
+0.1
+  1
+0
+  7
+DOM1
+100
+AcDbAttributeDefinition
+280
+     0
+  3
+Logarithmique(1=OUI, 0=NON)
+  2
+LOG-1
+ 70
+     1
+280
+     0
+  0
+ATTDEF
+  5
+1D76B
+330
+1D763
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+ 40
+0.1
+  1
+%
+  7
+DOM1
+100
+AcDbAttributeDefinition
+280
+     0
+  3
+Libellé Unité
+  2
+UNITE-1
+ 70
+     1
+280
+     0
+  0
+ATTDEF
+  5
+1D76C
+330
+1D763
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+ 40
+0.1
+  1
+
+  7
+DOM1
+100
+AcDbAttributeDefinition
+280
+     0
+  3
+NOM variable
+  2
+SYMBOLE-2
+ 70
+     1
+280
+     0
+  0
+ATTDEF
+  5
+1D76D
+330
+1D763
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+ 40
+0.1
+  1
+2
+  7
+DOM1
+100
+AcDbAttributeDefinition
+280
+     0
+  3
+Coul(0=N,1=Blu,2=V,3=Cy,4=R,5=M,6=Br,7=G-c,8=G-f,9=Bl-c,10=V-c,11=Cy-c,12=R-c,13=M-c,14=J,15=Blc)
+  2
+COUL-2
+ 70
+     1
+280
+     0
+  0
+ATTDEF
+  5
+1D76E
+330
+1D763
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+ 40
+0.1
+  1
+0
+  7
+DOM1
+100
+AcDbAttributeDefinition
+280
+     0
+  3
+Echelle mini
+  2
+MINI-2
+ 70
+     1
+280
+     0
+  0
+ATTDEF
+  5
+1D76F
+330
+1D763
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+ 40
+0.1
+  1
+100.0
+  7
+DOM1
+100
+AcDbAttributeDefinition
+280
+     0
+  3
+Echelle maxi
+  2
+MAXI-2
+ 70
+     1
+280
+     0
+  0
+ATTDEF
+  5
+1D770
+330
+1D763
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+ 40
+0.1
+  1
+0
+  7
+DOM1
+100
+AcDbAttributeDefinition
+280
+     0
+  3
+Logarithmique(1=OUI, 0=NON)
+  2
+LOG-2
+ 70
+     1
+280
+     0
+  0
+ATTDEF
+  5
+1D771
+330
+1D763
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+ 40
+0.1
+  1
+%
+  7
+DOM1
+100
+AcDbAttributeDefinition
+280
+     0
+  3
+Libellé Unité
+  2
+UNITE-2
+ 70
+     1
+280
+     0
+  0
+ATTDEF
+  5
+1D772
+330
+1D763
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+ 40
+0.1
+  1
+
+  7
+DOM1
+100
+AcDbAttributeDefinition
+280
+     0
+  3
+NOM variable
+  2
+SYMBOLE-3
+ 70
+     1
+280
+     0
+  0
+ATTDEF
+  5
+1D773
+330
+1D763
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+ 40
+0.1
+  1
+3
+  7
+DOM1
+100
+AcDbAttributeDefinition
+280
+     0
+  3
+Coul(0=N,1=Blu,2=V,3=Cy,4=R,5=M,6=Br,7=G-c,8=G-f,9=Bl-c,10=V-c,11=Cy-c,12=R-c,13=M-c,14=J,15=Blc)
+  2
+COUL-3
+ 70
+     1
+280
+     0
+  0
+ATTDEF
+  5
+1D774
+330
+1D763
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+ 40
+0.1
+  1
+0
+  7
+DOM1
+100
+AcDbAttributeDefinition
+280
+     0
+  3
+Echelle mini
+  2
+MINI-3
+ 70
+     1
+280
+     0
+  0
+ATTDEF
+  5
+1D775
+330
+1D763
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+ 40
+0.1
+  1
+100.0
+  7
+DOM1
+100
+AcDbAttributeDefinition
+280
+     0
+  3
+Echelle maxi
+  2
+MAXI-3
+ 70
+     1
+280
+     0
+  0
+ATTDEF
+  5
+1D776
+330
+1D763
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+ 40
+0.1
+  1
+0
+  7
+DOM1
+100
+AcDbAttributeDefinition
+280
+     0
+  3
+Logarithmique(1=OUI, 0=NON)
+  2
+LOG-3
+ 70
+     1
+280
+     0
+  0
+ATTDEF
+  5
+1D777
+330
+1D763
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+ 40
+0.1
+  1
+%
+  7
+DOM1
+100
+AcDbAttributeDefinition
+280
+     0
+  3
+Libellé Unité
+  2
+UNITE-3
+ 70
+     1
+280
+     0
+  0
+SOLID
+  5
+1D778
+330
+1D763
+100
+AcDbEntity
+  8
+IMG134
+ 62
+   134
+100
+AcDbTrace
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+ 11
+0.0
+ 21
+1.0
+ 31
+0.0
+ 12
+1.0
+ 22
+0.0
+ 32
+0.0
+ 13
+1.0
+ 23
+1.0
+ 33
+0.0
+  0
+ENDBLK
+  5
+1D779
+330
+1D763
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+1F1E8
+330
+1F183
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+A$C421C1F28
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+A$C421C1F28
+  1
+
+  0
+TEXT
+  5
+1F184
+330
+1F183
+100
+AcDbEntity
+  8
+INSTRUM
+ 62
+     7
+420
+ 16777215
+100
+AcDbText
+ 10
+3.653715212264529
+ 20
+426.0000003699838
+ 30
+49.20321653524187
+ 40
+17.0
+  1
+Command menu
+  7
+GRAS
+100
+AcDbText
+  0
+LWPOLYLINE
+  5
+1F185
+330
+1F183
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+1.653716366695618
+ 20
+449.0000016062822
+ 10
+188.6537152122645
+ 20
+449.0000016062822
+ 10
+188.6537152122645
+ 20
+0.0000003699838089
+ 10
+1.653716366695618
+ 20
+0.0000003699838089
+  0
+LWPOLYLINE
+  5
+1F186
+330
+1F183
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+10.02524098287065
+ 20
+413.000001402926
+ 10
+182.0252409828706
+ 20
+413.000001402926
+ 10
+182.0252409828706
+ 20
+302.000001577007
+ 10
+10.02524098287065
+ 20
+302.000001577007
+  0
+TEXT
+  5
+1F187
+330
+1F183
+100
+AcDbEntity
+  8
+INSTRUM
+ 62
+     7
+420
+ 16777215
+100
+AcDbText
+ 10
+73.02523982843957
+ 20
+395.000001577007
+ 30
+49.20321653524187
+ 40
+11.0
+  1
+Views
+  7
+SansSerif
+100
+AcDbText
+  0
+INSERT
+  5
+1F188
+330
+1F183
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Jbutton
+ 10
+25.0252471221466
+ 20
+357.0000021557644
+ 30
+0.0
+ 41
+144.0
+ 42
+29.0
+ 43
+144.0
+  0
+ATTRIB
+  5
+1F189
+330
+1F188
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+25.0252471221466
+ 20
+357.0000021557644
+ 30
+0.0
+ 40
+2.9
+  1
+_F1
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COMMANDE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1F18A
+330
+1F188
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+25.0252471221466
+ 20
+357.0000021557644
+ 30
+0.0
+ 40
+2.9
+  1
+
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1F18B
+330
+1F188
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+25.0252471221466
+ 20
+357.0000021557644
+ 30
+0.0
+ 40
+2.9
+  1
+10
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1F18C
+330
+1F188
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+25.0252471221466
+ 20
+357.0000021557644
+ 30
+0.0
+ 40
+2.9
+  1
+7
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1F18D
+330
+1F188
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+25.0252471221466
+ 20
+357.0000021557644
+ 30
+0.0
+ 40
+2.9
+  1
+0
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CONFIRM
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1F18E
+330
+1F188
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+25.0252471221466
+ 20
+357.0000021557644
+ 30
+0.0
+ 40
+2.9
+  1
+
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1F18F
+330
+1F188
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+25.0252471221466
+ 20
+357.0000021557644
+ 30
+0.0
+ 40
+2.9
+  1
+
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1F190
+330
+1F188
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+25.0252471221466
+ 20
+357.0000021557644
+ 30
+0.0
+ 40
+2.9
+  1
+Main view
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+TEXTE
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+1F191
+330
+1F188
+100
+AcDbEntity
+  8
+0
+  0
+INSERT
+  5
+1F192
+330
+1F183
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Jbutton
+ 10
+25.02524837219286
+ 20
+317.0000021557644
+ 30
+0.0
+ 41
+144.0
+ 42
+29.0
+ 43
+144.0
+  0
+ATTRIB
+  5
+1F193
+330
+1F192
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+25.02524837219286
+ 20
+317.0000021557644
+ 30
+0.0
+ 40
+2.9
+  1
+PP50:SELECTED
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COMMANDE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1F194
+330
+1F192
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+25.02524837219286
+ 20
+317.0000021557644
+ 30
+0.0
+ 40
+2.9
+  1
+PP50:SELECTED
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1F195
+330
+1F192
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+25.02524837219286
+ 20
+317.0000021557644
+ 30
+0.0
+ 40
+2.9
+  1
+10
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1F196
+330
+1F192
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+25.02524837219286
+ 20
+317.0000021557644
+ 30
+0.0
+ 40
+2.9
+  1
+7
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1F197
+330
+1F192
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+25.02524837219286
+ 20
+317.0000021557644
+ 30
+0.0
+ 40
+2.9
+  1
+0
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CONFIRM
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1F198
+330
+1F192
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+25.02524837219286
+ 20
+317.0000021557644
+ 30
+0.0
+ 40
+2.9
+  1
+
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1F199
+330
+1F192
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+25.02524837219286
+ 20
+317.0000021557644
+ 30
+0.0
+ 40
+2.9
+  1
+
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1F19A
+330
+1F192
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+25.02524837219286
+ 20
+317.0000021557644
+ 30
+0.0
+ 40
+2.9
+  1
+Errors
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+TEXTE
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+1F19B
+330
+1F192
+100
+AcDbEntity
+  8
+0
+  0
+TEXT
+  5
+1F19C
+330
+1F183
+100
+AcDbEntity
+  8
+INSTRUM
+ 62
+     7
+420
+ 16777215
+100
+AcDbText
+ 10
+13.39676574536054
+ 20
+274.2872894122238
+ 30
+49.20321653524187
+ 40
+11.0
+  1
+Regulation loop selection
+  7
+SansSerif
+100
+AcDbText
+  0
+LWPOLYLINE
+  5
+1F19D
+330
+1F183
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+11.39676574536054
+ 20
+291.000000950512
+ 10
+183.3967657453605
+ 20
+291.000000950512
+ 10
+183.3967657453605
+ 20
+11.000000950512
+ 10
+11.39676574536054
+ 20
+11.000000950512
+  0
+INSERT
+  5
+1F19E
+330
+1F183
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Jbutton
+ 10
+26.39676675214867
+ 20
+226.0000013208064
+ 30
+0.0
+ 41
+144.0
+ 42
+29.0
+ 43
+144.0
+  0
+ATTRIB
+  5
+1F19F
+330
+1F19E
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+26.39676675214867
+ 20
+226.0000013208064
+ 30
+0.0
+ 40
+2.9
+  1
+PP10:SELECTED
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COMMANDE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1F1A0
+330
+1F19E
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+26.39676675214867
+ 20
+226.0000013208064
+ 30
+0.0
+ 40
+2.9
+  1
+PP10:SELECTED
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1F1A1
+330
+1F19E
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+26.39676675214867
+ 20
+226.0000013208064
+ 30
+0.0
+ 40
+2.9
+  1
+10
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1F1A2
+330
+1F19E
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+26.39676675214867
+ 20
+226.0000013208064
+ 30
+0.0
+ 40
+2.9
+  1
+7
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1F1A3
+330
+1F19E
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+26.39676675214867
+ 20
+226.0000013208064
+ 30
+0.0
+ 40
+2.9
+  1
+0
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CONFIRM
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1F1A4
+330
+1F19E
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+26.39676675214867
+ 20
+226.0000013208064
+ 30
+0.0
+ 40
+2.9
+  1
+
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1F1A5
+330
+1F19E
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+26.39676675214867
+ 20
+226.0000013208064
+ 30
+0.0
+ 40
+2.9
+  1
+
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1F1A6
+330
+1F19E
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+26.39676675214867
+ 20
+226.0000013208064
+ 30
+0.0
+ 40
+2.9
+  1
+Exchanger
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+TEXTE
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+1F1A7
+330
+1F19E
+100
+AcDbEntity
+  8
+0
+  0
+INSERT
+  5
+1F1A8
+330
+1F183
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Jbutton
+ 10
+26.39676838089696
+ 20
+181.9999982056101
+ 30
+0.0
+ 41
+144.0
+ 42
+29.0
+ 43
+144.0
+  0
+ATTRIB
+  5
+1F1A9
+330
+1F1A8
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+26.39676838089696
+ 20
+181.9999982056101
+ 30
+0.0
+ 40
+2.9
+  1
+PP20:SELECTED
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COMMANDE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1F1AA
+330
+1F1A8
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+26.39676838089696
+ 20
+181.9999982056101
+ 30
+0.0
+ 40
+2.9
+  1
+PP20:SELECTED
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1F1AB
+330
+1F1A8
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+26.39676838089696
+ 20
+181.9999982056101
+ 30
+0.0
+ 40
+2.9
+  1
+10
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1F1AC
+330
+1F1A8
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+26.39676838089696
+ 20
+181.9999982056101
+ 30
+0.0
+ 40
+2.9
+  1
+7
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1F1AD
+330
+1F1A8
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+26.39676838089696
+ 20
+181.9999982056101
+ 30
+0.0
+ 40
+2.9
+  1
+0
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CONFIRM
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1F1AE
+330
+1F1A8
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+26.39676838089696
+ 20
+181.9999982056101
+ 30
+0.0
+ 40
+2.9
+  1
+
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1F1AF
+330
+1F1A8
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+26.39676838089696
+ 20
+181.9999982056101
+ 30
+0.0
+ 40
+2.9
+  1
+
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1F1B0
+330
+1F1A8
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+26.39676838089696
+ 20
+181.9999982056101
+ 30
+0.0
+ 40
+2.9
+  1
+Body
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+TEXTE
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+1F1B1
+330
+1F1A8
+100
+AcDbEntity
+  8
+0
+  0
+LWPOLYLINE
+  5
+1F1B2
+330
+1F183
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+26.39677056133934
+ 20
+153.0000022281847
+ 10
+98.396765402977
+ 20
+153.0000022281847
+ 10
+98.396765402977
+ 20
+182.0000022281847
+ 10
+26.39677056133934
+ 20
+182.0000022281847
+  0
+LWPOLYLINE
+  5
+1F1B3
+330
+1F183
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+170.3967713204226
+ 20
+181.9999982056101
+ 10
+98.396765402977
+ 20
+181.9999982056101
+ 10
+98.396765402977
+ 20
+153.0000022281847
+ 10
+170.3967713204226
+ 20
+153.0000022281847
+  0
+INSERT
+  5
+1F1B4
+330
+1F183
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Jbutton
+ 10
+26.39677056133934
+ 20
+153.0000022281847
+ 30
+0.0
+ 41
+71.99999484163766
+ 42
+29.0
+ 43
+71.99999484163766
+  0
+ATTRIB
+  5
+1F1B5
+330
+1F1B4
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+26.39677056133934
+ 20
+153.0000022281847
+ 30
+0.0
+ 40
+2.9
+  1
+MEM=1
+ 41
+2.482758442815091
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COMMANDE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1F1B6
+330
+1F1B4
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+26.39677056133934
+ 20
+153.0000022281847
+ 30
+0.0
+ 40
+2.9
+  1
+
+ 41
+2.482758442815091
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1F1B7
+330
+1F1B4
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+26.39677056133934
+ 20
+153.0000022281847
+ 30
+0.0
+ 40
+2.9
+  1
+10
+ 41
+2.482758442815091
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1F1B8
+330
+1F1B4
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+26.39677056133934
+ 20
+153.0000022281847
+ 30
+0.0
+ 40
+2.9
+  1
+7
+ 41
+2.482758442815091
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1F1B9
+330
+1F1B4
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+26.39677056133934
+ 20
+153.0000022281847
+ 30
+0.0
+ 40
+2.9
+  1
+1
+ 41
+2.482758442815091
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CONFIRM
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1F1BA
+330
+1F1B4
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+26.39677056133934
+ 20
+153.0000022281847
+ 30
+0.0
+ 40
+2.9
+  1
+
+ 41
+2.482758442815091
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1F1BB
+330
+1F1B4
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+26.39677056133934
+ 20
+153.0000022281847
+ 30
+0.0
+ 40
+2.9
+  1
+
+ 41
+2.482758442815091
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1F1BC
+330
+1F1B4
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+26.39677056133934
+ 20
+153.0000022281847
+ 30
+0.0
+ 40
+2.9
+  1
+°C
+ 41
+2.482758442815091
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+TEXTE
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+1F1BD
+330
+1F1B4
+100
+AcDbEntity
+  8
+0
+  0
+INSERT
+  5
+1F1BE
+330
+1F183
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Jbutton
+ 10
+98.396765402977
+ 20
+153.0000022281847
+ 30
+0.0
+ 41
+72.00000591744561
+ 42
+28.99999597742544
+ 43
+72.00000591744561
+  0
+ATTRIB
+  5
+1F1BF
+330
+1F1BE
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+98.396765402977
+ 20
+153.0000022281847
+ 30
+0.0
+ 40
+2.899999597742544
+  1
+MEM=1
+ 41
+2.482759169121705
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COMMANDE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1F1C0
+330
+1F1BE
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+98.396765402977
+ 20
+153.0000022281847
+ 30
+0.0
+ 40
+2.899999597742544
+  1
+
+ 41
+2.482759169121705
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1F1C1
+330
+1F1BE
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+98.396765402977
+ 20
+153.0000022281847
+ 30
+0.0
+ 40
+2.899999597742544
+  1
+10
+ 41
+2.482759169121705
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1F1C2
+330
+1F1BE
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+98.396765402977
+ 20
+153.0000022281847
+ 30
+0.0
+ 40
+2.899999597742544
+  1
+7
+ 41
+2.482759169121705
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1F1C3
+330
+1F1BE
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+98.396765402977
+ 20
+153.0000022281847
+ 30
+0.0
+ 40
+2.899999597742544
+  1
+1
+ 41
+2.482759169121705
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CONFIRM
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1F1C4
+330
+1F1BE
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+98.396765402977
+ 20
+153.0000022281847
+ 30
+0.0
+ 40
+2.899999597742544
+  1
+
+ 41
+2.482759169121705
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1F1C5
+330
+1F1BE
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+98.396765402977
+ 20
+153.0000022281847
+ 30
+0.0
+ 40
+2.899999597742544
+  1
+
+ 41
+2.482759169121705
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1F1C6
+330
+1F1BE
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+98.396765402977
+ 20
+153.0000022281847
+ 30
+0.0
+ 40
+2.899999597742544
+  1
+DPhase
+ 41
+2.482759169121705
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+TEXTE
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+1F1C7
+330
+1F1BE
+100
+AcDbEntity
+  8
+0
+  0
+INSERT
+  5
+1F1C8
+330
+1F183
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Jbutton
+ 10
+26.39677046918047
+ 20
+112.0000009764198
+ 30
+0.0
+ 41
+144.0
+ 42
+29.0
+ 43
+144.0
+  0
+ATTRIB
+  5
+1F1C9
+330
+1F1C8
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+26.39677046918047
+ 20
+112.0000009764198
+ 30
+0.0
+ 40
+2.9
+  1
+PP30:SELECTED
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COMMANDE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1F1CA
+330
+1F1C8
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+26.39677046918047
+ 20
+112.0000009764198
+ 30
+0.0
+ 40
+2.9
+  1
+PP30:SELECTED
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1F1CB
+330
+1F1C8
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+26.39677046918047
+ 20
+112.0000009764198
+ 30
+0.0
+ 40
+2.9
+  1
+10
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1F1CC
+330
+1F1C8
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+26.39677046918047
+ 20
+112.0000009764198
+ 30
+0.0
+ 40
+2.9
+  1
+7
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1F1CD
+330
+1F1C8
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+26.39677046918047
+ 20
+112.0000009764198
+ 30
+0.0
+ 40
+2.9
+  1
+0
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CONFIRM
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1F1CE
+330
+1F1C8
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+26.39677046918047
+ 20
+112.0000009764198
+ 30
+0.0
+ 40
+2.9
+  1
+
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1F1CF
+330
+1F1C8
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+26.39677046918047
+ 20
+112.0000009764198
+ 30
+0.0
+ 40
+2.9
+  1
+
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1F1D0
+330
+1F1C8
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+26.39677046918047
+ 20
+112.0000009764198
+ 30
+0.0
+ 40
+2.9
+  1
+Vane S1-S2
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+TEXTE
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+1F1D1
+330
+1F1C8
+100
+AcDbEntity
+  8
+0
+  0
+INSERT
+  5
+1F1D2
+330
+1F183
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Jbutton
+ 10
+26.39677171922674
+ 20
+70.00000131917204
+ 30
+0.0
+ 41
+144.0
+ 42
+29.0
+ 43
+144.0
+  0
+ATTRIB
+  5
+1F1D3
+330
+1F1D2
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+26.39677171922674
+ 20
+70.00000131917204
+ 30
+0.0
+ 40
+2.9
+  1
+PP40:SELECTED
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COMMANDE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1F1D4
+330
+1F1D2
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+26.39677171922674
+ 20
+70.00000131917204
+ 30
+0.0
+ 40
+2.9
+  1
+PP40:SELECTED
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1F1D5
+330
+1F1D2
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+26.39677171922674
+ 20
+70.00000131917204
+ 30
+0.0
+ 40
+2.9
+  1
+10
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1F1D6
+330
+1F1D2
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+26.39677171922674
+ 20
+70.00000131917204
+ 30
+0.0
+ 40
+2.9
+  1
+7
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1F1D7
+330
+1F1D2
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+26.39677171922674
+ 20
+70.00000131917204
+ 30
+0.0
+ 40
+2.9
+  1
+0
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CONFIRM
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1F1D8
+330
+1F1D2
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+26.39677171922674
+ 20
+70.00000131917204
+ 30
+0.0
+ 40
+2.9
+  1
+
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1F1D9
+330
+1F1D2
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+26.39677171922674
+ 20
+70.00000131917204
+ 30
+0.0
+ 40
+2.9
+  1
+
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1F1DA
+330
+1F1D2
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+26.39677171922674
+ 20
+70.00000131917204
+ 30
+0.0
+ 40
+2.9
+  1
+Vane S3
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+TEXTE
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+1F1DB
+330
+1F1D2
+100
+AcDbEntity
+  8
+0
+  0
+INSERT
+  5
+1F1DC
+330
+1F183
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Jbutton
+ 10
+26.396772969273
+ 20
+30.00000131917204
+ 30
+0.0
+ 41
+144.0
+ 42
+29.0
+ 43
+144.0
+  0
+ATTRIB
+  5
+1F1DD
+330
+1F1DC
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+26.396772969273
+ 20
+30.00000131917204
+ 30
+0.0
+ 40
+2.9
+  1
+PP50:SELECTED
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COMMANDE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1F1DE
+330
+1F1DC
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+26.396772969273
+ 20
+30.00000131917204
+ 30
+0.0
+ 40
+2.9
+  1
+PP50:SELECTED
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1F1DF
+330
+1F1DC
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+26.396772969273
+ 20
+30.00000131917204
+ 30
+0.0
+ 40
+2.9
+  1
+10
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1F1E0
+330
+1F1DC
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+26.396772969273
+ 20
+30.00000131917204
+ 30
+0.0
+ 40
+2.9
+  1
+7
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1F1E1
+330
+1F1DC
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+26.396772969273
+ 20
+30.00000131917204
+ 30
+0.0
+ 40
+2.9
+  1
+0
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CONFIRM
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1F1E2
+330
+1F1DC
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+26.396772969273
+ 20
+30.00000131917204
+ 30
+0.0
+ 40
+2.9
+  1
+
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1F1E3
+330
+1F1DC
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+26.396772969273
+ 20
+30.00000131917204
+ 30
+0.0
+ 40
+2.9
+  1
+
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1F1E4
+330
+1F1DC
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+26.396772969273
+ 20
+30.00000131917204
+ 30
+0.0
+ 40
+2.9
+  1
+Vane S4-S5
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+TEXTE
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+1F1E5
+330
+1F1DC
+100
+AcDbEntity
+  8
+0
+  0
+ENDBLK
+  5
+1F1E9
+330
+1F183
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+1F9CF
+330
+1F9B6
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+A$C23A6583A
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+A$C23A6583A
+  1
+
+  0
+LWPOLYLINE
+  5
+1F9B7
+330
+1F9B6
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+-0.0000018141690816
+ 20
+111.0000003664845
+ 10
+171.9999981858309
+ 20
+111.0000003664845
+ 10
+171.9999981858309
+ 20
+0.000000540565452
+ 10
+-0.0000018141690816
+ 20
+0.000000540565452
+  0
+TEXT
+  5
+1F9B8
+330
+1F9B6
+100
+AcDbEntity
+  8
+INSTRUM
+ 62
+     7
+420
+ 16777215
+100
+AcDbText
+ 10
+62.99999703139983
+ 20
+93.00000054056544
+ 30
+49.20321653524187
+ 40
+11.0
+  1
+Views
+  7
+SansSerif
+100
+AcDbText
+  0
+INSERT
+  5
+1F9B9
+330
+1F9B6
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Jbutton
+ 10
+15.00000432510686
+ 20
+55.00000111932286
+ 30
+0.0
+ 41
+144.0
+ 42
+29.0
+ 43
+144.0
+  0
+ATTRIB
+  5
+1F9BA
+330
+1F9B9
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+15.00000432510686
+ 20
+55.00000111932286
+ 30
+0.0
+ 40
+2.9
+  1
+_F1
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COMMANDE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1F9BB
+330
+1F9B9
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+15.00000432510686
+ 20
+55.00000111932286
+ 30
+0.0
+ 40
+2.9
+  1
+
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1F9BC
+330
+1F9B9
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+15.00000432510686
+ 20
+55.00000111932286
+ 30
+0.0
+ 40
+2.9
+  1
+10
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1F9BD
+330
+1F9B9
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+15.00000432510686
+ 20
+55.00000111932286
+ 30
+0.0
+ 40
+2.9
+  1
+7
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1F9BE
+330
+1F9B9
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+15.00000432510686
+ 20
+55.00000111932286
+ 30
+0.0
+ 40
+2.9
+  1
+0
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CONFIRM
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1F9BF
+330
+1F9B9
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+15.00000432510686
+ 20
+55.00000111932286
+ 30
+0.0
+ 40
+2.9
+  1
+
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1F9C0
+330
+1F9B9
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+15.00000432510686
+ 20
+55.00000111932286
+ 30
+0.0
+ 40
+2.9
+  1
+
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1F9C1
+330
+1F9B9
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+15.00000432510686
+ 20
+55.00000111932286
+ 30
+0.0
+ 40
+2.9
+  1
+Main
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+TEXTE
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+1F9C2
+330
+1F9B9
+100
+AcDbEntity
+  8
+0
+  0
+INSERT
+  5
+1F9C3
+330
+1F9B6
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Jbutton
+ 10
+15.00000557515312
+ 20
+15.00000111932286
+ 30
+0.0
+ 41
+144.0
+ 42
+29.0
+ 43
+144.0
+  0
+ATTRIB
+  5
+1F9C4
+330
+1F9C3
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+15.00000557515312
+ 20
+15.00000111932286
+ 30
+0.0
+ 40
+2.9
+  1
+_F2
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COMMANDE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1F9C5
+330
+1F9C3
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+15.00000557515312
+ 20
+15.00000111932286
+ 30
+0.0
+ 40
+2.9
+  1
+
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1F9C6
+330
+1F9C3
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+15.00000557515312
+ 20
+15.00000111932286
+ 30
+0.0
+ 40
+2.9
+  1
+10
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1F9C7
+330
+1F9C3
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+15.00000557515312
+ 20
+15.00000111932286
+ 30
+0.0
+ 40
+2.9
+  1
+7
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1F9C8
+330
+1F9C3
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+15.00000557515312
+ 20
+15.00000111932286
+ 30
+0.0
+ 40
+2.9
+  1
+0
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CONFIRM
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1F9C9
+330
+1F9C3
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+15.00000557515312
+ 20
+15.00000111932286
+ 30
+0.0
+ 40
+2.9
+  1
+
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1F9CA
+330
+1F9C3
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+15.00000557515312
+ 20
+15.00000111932286
+ 30
+0.0
+ 40
+2.9
+  1
+
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1F9CB
+330
+1F9C3
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+15.00000557515312
+ 20
+15.00000111932286
+ 30
+0.0
+ 40
+2.9
+  1
+Regulations
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+TEXTE
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+1F9CC
+330
+1F9C3
+100
+AcDbEntity
+  8
+0
+  0
+ENDBLK
+  5
+1F9D0
+330
+1F9B6
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+1FA40
+330
+1FA1B
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+A$C6519391E
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+A$C6519391E
+  1
+
+  0
+LWPOLYLINE
+  5
+1FA1C
+330
+1FA1B
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+0.0000019642769189
+ 20
+699.0447532946491
+ 10
+187.0000008098458
+ 20
+699.0447532946491
+ 10
+187.0000008098458
+ 20
+0.0000001070498001
+ 10
+0.0000019642769189
+ 20
+0.0000001070498001
+  0
+TEXT
+  5
+1FA1D
+330
+1FA1B
+100
+AcDbEntity
+  8
+TEXTE
+ 62
+     7
+100
+AcDbText
+ 10
+51.87700395399335
+ 20
+125.256705301337
+ 30
+13363.2
+ 40
+8.0
+  1
+Thresholds
+ 72
+     1
+ 11
+88.54367062066001
+ 21
+125.256705301337
+ 31
+13363.2
+100
+AcDbText
+  0
+SOLID
+  5
+1FA1E
+330
+1FA1B
+100
+AcDbEntity
+  8
+0
+100
+AcDbTrace
+ 10
+15.3436716444051
+ 20
+134.8000020723821
+ 30
+13593.6
+ 11
+15.34367083970184
+ 21
+17.00000158918965
+ 31
+13593.6
+ 12
+172.5436699891732
+ 22
+134.8000020723821
+ 32
+13593.6
+ 13
+172.5436699891732
+ 23
+17.00000158918965
+ 33
+13593.6
+  0
+SOLID
+  5
+1FA1F
+330
+1FA1B
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+15.3436716444051
+ 20
+134.8000020723821
+ 30
+13593.6
+ 11
+172.5436699891732
+ 21
+134.8000020723821
+ 31
+13593.6
+ 12
+13.54367164440492
+ 22
+136.6000020723816
+ 32
+13593.6
+ 13
+174.5436671121707
+ 23
+136.600005936293
+ 33
+13593.6
+  0
+LWPOLYLINE
+  5
+1FA20
+330
+1FA1B
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 38
+13593.6
+ 10
+13.54367010106062
+ 20
+136.600005936293
+ 10
+174.5436671121707
+ 20
+136.600005936293
+ 10
+174.5436728661758
+ 20
+15.00000045654678
+ 10
+13.54367585506594
+ 20
+15.00000045654678
+  0
+SOLID
+  5
+1FA21
+330
+1FA1B
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+13.54367507839262
+ 20
+15.00000158918965
+ 30
+13593.6
+ 11
+174.5436728661758
+ 21
+15.00000045654678
+ 31
+13593.6
+ 12
+15.34367083970184
+ 22
+17.00000158918965
+ 32
+13593.6
+ 13
+172.5436699891732
+ 23
+17.00000158918965
+ 33
+13593.6
+  0
+TEXT
+  5
+1FA22
+330
+1FA1B
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbText
+ 10
+20.91048720524276
+ 20
+24.68537011840908
+ 30
+4665.600000000001
+ 40
+10.8
+  1
+FT10 max
+  7
+GRAS
+100
+AcDbText
+  0
+INSERT
+  5
+1FA23
+330
+1FA1B
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Valnum
+ 10
+92.03863911850413
+ 20
+23.71746871789424
+ 30
+-2380.8
+ 41
+1.199999999999999
+ 42
+1.199999999999999
+ 43
+1.199999999999999
+  0
+ATTRIB
+  5
+1FA24
+330
+1FA23
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+144.8386391185052
+ 20
+23.71746871789424
+ 30
+-2380.8
+ 40
+9.599999999999999
+  1
+FT11:Threshold
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1FA25
+330
+1FA23
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+144.8386391185052
+ 20
+23.71746871789424
+ 30
+-2380.8
+ 40
+9.599999999999999
+  1
+14
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1FA26
+330
+1FA23
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+144.8386391185052
+ 20
+23.71746871789424
+ 30
+-2380.8
+ 40
+9.599999999999999
+  1
+0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+1FA27
+330
+1FA23
+100
+AcDbEntity
+  8
+0
+  0
+TEXT
+  5
+1FA28
+330
+1FA1B
+100
+AcDbEntity
+  8
+TEXTE
+ 62
+     2
+100
+AcDbText
+ 10
+135.0544718330187
+ 20
+24.62914915482043
+ 30
+691.2
+ 40
+8.0
+  1
+m3/h
+100
+AcDbText
+  0
+TEXT
+  5
+1FA29
+330
+1FA1B
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbText
+ 10
+20.84441201178768
+ 20
+50.68537042409388
+ 30
+4665.600000000001
+ 40
+10.8
+  1
+FT10 min
+  7
+GRAS
+100
+AcDbText
+  0
+INSERT
+  5
+1FA2A
+330
+1FA1B
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Valnum
+ 10
+91.97256392504906
+ 20
+49.71746902357904
+ 30
+-2380.8
+ 41
+1.199999999999999
+ 42
+1.199999999999999
+ 43
+1.199999999999999
+  0
+ATTRIB
+  5
+1FA2B
+330
+1FA2A
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+144.7725639250501
+ 20
+49.71746902357904
+ 30
+-2380.8
+ 40
+9.599999999999999
+  1
+FT11:Threshold
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1FA2C
+330
+1FA2A
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+144.7725639250501
+ 20
+49.71746902357904
+ 30
+-2380.8
+ 40
+9.599999999999999
+  1
+14
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1FA2D
+330
+1FA2A
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+144.7725639250501
+ 20
+49.71746902357904
+ 30
+-2380.8
+ 40
+9.599999999999999
+  1
+0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+1FA2E
+330
+1FA2A
+100
+AcDbEntity
+  8
+0
+  0
+TEXT
+  5
+1FA2F
+330
+1FA1B
+100
+AcDbEntity
+  8
+TEXTE
+ 62
+     2
+100
+AcDbText
+ 10
+134.9883966395636
+ 20
+50.62914946050523
+ 30
+691.2
+ 40
+8.0
+  1
+m3/h
+100
+AcDbText
+  0
+TEXT
+  5
+1FA30
+330
+1FA1B
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbText
+ 10
+21.23522787226818
+ 20
+76.68537130241339
+ 30
+4665.600000000001
+ 40
+10.8
+  1
+FT11
+  7
+GRAS
+100
+AcDbText
+  0
+INSERT
+  5
+1FA31
+330
+1FA1B
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Valnum
+ 10
+66.34678899205036
+ 20
+75.71747078021804
+ 30
+-2380.8
+ 41
+1.199999999999999
+ 42
+1.199999999999999
+ 43
+1.199999999999999
+  0
+ATTRIB
+  5
+1FA32
+330
+1FA31
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+119.1467889920514
+ 20
+75.71747078021804
+ 30
+-2380.8
+ 40
+9.599999999999999
+  1
+FT11:Threshold
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1FA33
+330
+1FA31
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+119.1467889920514
+ 20
+75.71747078021804
+ 30
+-2380.8
+ 40
+9.599999999999999
+  1
+14
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1FA34
+330
+1FA31
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+119.1467889920514
+ 20
+75.71747078021804
+ 30
+-2380.8
+ 40
+9.599999999999999
+  1
+0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+1FA35
+330
+1FA31
+100
+AcDbEntity
+  8
+0
+  0
+TEXT
+  5
+1FA36
+330
+1FA1B
+100
+AcDbEntity
+  8
+TEXTE
+ 62
+     2
+100
+AcDbText
+ 10
+109.3626217065649
+ 20
+76.62915121714423
+ 30
+691.2
+ 40
+8.0
+  1
+m3/h
+100
+AcDbText
+  0
+TEXT
+  5
+1FA37
+330
+1FA1B
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbText
+ 10
+21.25181809793651
+ 20
+100.6853709508937
+ 30
+-4665.6
+ 40
+10.8
+  1
+PT17
+  7
+GRAS
+100
+AcDbText
+  0
+INSERT
+  5
+1FA38
+330
+1FA1B
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Valnum
+ 10
+66.36337921771868
+ 20
+99.71747042869834
+ 30
+-11712.0
+ 41
+1.199999999999999
+ 42
+1.199999999999999
+ 43
+1.199999999999999
+  0
+ATTRIB
+  5
+1FA39
+330
+1FA38
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+119.1633792177198
+ 20
+99.71747042869834
+ 30
+-11712.0
+ 40
+9.599999999999999
+  1
+PT17:Threshold
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1FA3A
+330
+1FA38
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+119.1633792177198
+ 20
+99.71747042869834
+ 30
+-11712.0
+ 40
+9.599999999999999
+  1
+14
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1FA3B
+330
+1FA38
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+119.1633792177198
+ 20
+99.71747042869834
+ 30
+-11712.0
+ 40
+9.599999999999999
+  1
+0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+1FA3C
+330
+1FA38
+100
+AcDbEntity
+  8
+0
+  0
+TEXT
+  5
+1FA3D
+330
+1FA1B
+100
+AcDbEntity
+  8
+TEXTE
+ 62
+     2
+100
+AcDbText
+ 10
+109.3792119186007
+ 20
+100.0695587377736
+ 30
+691.2
+ 40
+8.0
+  1
+mbar
+100
+AcDbText
+  0
+ENDBLK
+  5
+1FA41
+330
+1FA1B
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+2263F
+330
+2263B
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+A$C7F63735E
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+A$C7F63735E
+  1
+
+  0
+SOLID
+  5
+2263C
+330
+2263B
+100
+AcDbEntity
+  8
+0
+100
+AcDbTrace
+ 10
+-0.0000013346857486
+ 20
+0.0000000606128197
+ 30
+-4665.600000000001
+ 11
+68.39999843529904
+ 21
+0.0000041351031541
+ 31
+-4665.600000000001
+ 12
+-0.0000014496931726
+ 22
+15.60000376382641
+ 32
+-4665.600000000001
+ 13
+68.40001990515474
+ 23
+15.60000922654535
+ 33
+-4665.600000000001
+  0
+ENDBLK
+  5
+22640
+330
+2263B
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+BLOCK
+  5
+22737
+330
+226D1
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockBegin
+  2
+A$C7A49375B
+ 70
+     0
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+  3
+A$C7A49375B
+  1
+
+  0
+INSERT
+  5
+226D2
+330
+226D1
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Valnum
+ 10
+0.8268957624165977
+ 20
+394.3381350252098
+ 30
+6950.400000000001
+ 41
+1.199999999999999
+ 42
+1.199999999999999
+ 43
+1.199999999999999
+  0
+ATTRIB
+  5
+226D3
+330
+226D2
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+53.62689576241769
+ 20
+394.3381350252098
+ 30
+6950.400000000001
+ 40
+9.599999999999999
+  1
+CWM-CWS03:Ctrl-PLC-001:R40Trsh
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+226D4
+330
+226D2
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+53.62689576241769
+ 20
+394.3381350252098
+ 30
+6950.400000000001
+ 40
+9.599999999999999
+  1
+0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+226D5
+330
+226D2
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+53.62689576241769
+ 20
+394.3381350252098
+ 30
+6950.400000000001
+ 40
+9.599999999999999
+  1
+15
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+226D6
+330
+226D2
+100
+AcDbEntity
+  8
+0
+  0
+INSERT
+  5
+226D7
+330
+226D1
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Valnum
+ 10
+82.42689564740976
+ 20
+394.3381350942701
+ 30
+2284.8
+ 41
+1.199999999999999
+ 42
+1.199999999999999
+ 43
+1.199999999999999
+  0
+ATTRIB
+  5
+226D8
+330
+226D7
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+135.2268956474108
+ 20
+394.3381350942701
+ 30
+2284.8
+ 40
+9.599999999999999
+  1
+CWM-CWS03:WtrC-TT-040:Tmp
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+226D9
+330
+226D7
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+135.2268956474108
+ 20
+394.3381350942701
+ 30
+2284.8
+ 40
+9.599999999999999
+  1
+0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+226DA
+330
+226D7
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+135.2268956474108
+ 20
+394.3381350942701
+ 30
+2284.8
+ 40
+9.599999999999999
+  1
+15
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+226DB
+330
+226D7
+100
+AcDbEntity
+  8
+0
+  0
+TEXT
+  5
+226DC
+330
+226D1
+100
+AcDbEntity
+  8
+0
+ 62
+   250
+100
+AcDbText
+ 10
+215.6268956474087
+ 20
+394.3381343847168
+ 30
+6931.200000000001
+ 40
+9.599999999999999
+  1
+%
+  7
+GRAS
+100
+AcDbText
+  0
+INSERT
+  5
+226DD
+330
+226D1
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Valnum
+ 10
+164.0268959924342
+ 20
+394.3381350252098
+ 30
+6950.400000000001
+ 41
+1.199999999999999
+ 42
+1.199999999999999
+ 43
+1.199999999999999
+  0
+ATTRIB
+  5
+226DE
+330
+226DD
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+216.8268959924335
+ 20
+394.3381350252098
+ 30
+6950.400000000001
+ 40
+9.599999999999999
+  1
+CWM-CWS03:WtrC-PCV-040:Cmd
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+226DF
+330
+226DD
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+216.8268959924335
+ 20
+394.3381350252098
+ 30
+6950.400000000001
+ 40
+9.599999999999999
+  1
+0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+226E0
+330
+226DD
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+216.8268959924335
+ 20
+394.3381350252098
+ 30
+6950.400000000001
+ 40
+9.599999999999999
+  1
+15
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+226E1
+330
+226DD
+100
+AcDbEntity
+  8
+0
+  0
+INSERT
+  5
+226E2
+330
+226D1
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Valnum
+ 10
+164.0286232458384
+ 20
+365.0564810817578
+ 30
+6950.400000000001
+ 41
+1.199999999999999
+ 42
+1.199999999999999
+ 43
+1.199999999999999
+  0
+ATTRIB
+  5
+226E3
+330
+226E2
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+216.8286232458377
+ 20
+365.0564810817578
+ 30
+6950.400000000001
+ 40
+9.599999999999999
+  1
+CWM-CWS03:Ctrl-PLC-001:R40P
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+226E4
+330
+226E2
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+216.8286232458377
+ 20
+365.0564810817578
+ 30
+6950.400000000001
+ 40
+9.599999999999999
+  1
+0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+226E5
+330
+226E2
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+216.8286232458377
+ 20
+365.0564810817578
+ 30
+6950.400000000001
+ 40
+9.599999999999999
+  1
+15
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+226E6
+330
+226E2
+100
+AcDbEntity
+  8
+0
+  0
+INSERT
+  5
+226E7
+330
+226D1
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Valnum
+ 10
+164.0285978648571
+ 20
+336.7730658999536
+ 30
+6950.400000000001
+ 41
+1.199999999999999
+ 42
+1.199999999999999
+ 43
+1.199999999999999
+  0
+ATTRIB
+  5
+226E8
+330
+226E7
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+216.8285978648583
+ 20
+336.7730658999536
+ 30
+6950.400000000001
+ 40
+9.599999999999999
+  1
+CWM-CWS03:Ctrl-PLC-001:R40I
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+226E9
+330
+226E7
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+216.8285978648583
+ 20
+336.7730658999536
+ 30
+6950.400000000001
+ 40
+9.599999999999999
+  1
+0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+226EA
+330
+226E7
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+216.8285978648583
+ 20
+336.7730658999536
+ 30
+6950.400000000001
+ 40
+9.599999999999999
+  1
+15
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+226EB
+330
+226E7
+100
+AcDbEntity
+  8
+0
+  0
+INSERT
+  5
+226EC
+330
+226D1
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Valnum
+ 10
+164.0283825081314
+ 20
+306.6848530873595
+ 30
+6950.400000000001
+ 41
+1.199999999999999
+ 42
+1.199999999999999
+ 43
+1.199999999999999
+  0
+ATTRIB
+  5
+226ED
+330
+226EC
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+216.8283825081307
+ 20
+306.6848530873595
+ 30
+6950.400000000001
+ 40
+9.599999999999999
+  1
+CWM-CWS03:Ctrl-PLC-001:R40D
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+226EE
+330
+226EC
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+216.8283825081307
+ 20
+306.6848530873595
+ 30
+6950.400000000001
+ 40
+9.599999999999999
+  1
+0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+226EF
+330
+226EC
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+216.8283825081307
+ 20
+306.6848530873595
+ 30
+6950.400000000001
+ 40
+9.599999999999999
+  1
+15
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+226F0
+330
+226EC
+100
+AcDbEntity
+  8
+0
+  0
+INSERT
+  5
+226F1
+330
+226D1
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Valnum
+ 10
+0.8260333230568903
+ 20
+697.2526738778846
+ 30
+6950.400000000001
+ 41
+1.199999999999999
+ 42
+1.199999999999999
+ 43
+1.199999999999999
+  0
+ATTRIB
+  5
+226F2
+330
+226F1
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+53.62603332305798
+ 20
+697.2526738778846
+ 30
+6950.400000000001
+ 40
+9.599999999999999
+  1
+CWM-CWS03:Ctrl-PLC-001:R30Trsh
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+226F3
+330
+226F1
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+53.62603332305798
+ 20
+697.2526738778846
+ 30
+6950.400000000001
+ 40
+9.599999999999999
+  1
+0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+226F4
+330
+226F1
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+53.62603332305798
+ 20
+697.2526738778846
+ 30
+6950.400000000001
+ 40
+9.599999999999999
+  1
+15
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+226F5
+330
+226F1
+100
+AcDbEntity
+  8
+0
+  0
+INSERT
+  5
+226F6
+330
+226D1
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Valnum
+ 10
+82.42603320805073
+ 20
+697.2526739469448
+ 30
+2284.799999999999
+ 41
+1.199999999999999
+ 42
+1.199999999999999
+ 43
+1.199999999999999
+  0
+ATTRIB
+  5
+226F7
+330
+226F6
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+135.2260332080509
+ 20
+697.2526739469448
+ 30
+2284.799999999999
+ 40
+9.599999999999999
+  1
+CWM-CWS03:WtrC-TT-030:Tmp
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+226F8
+330
+226F6
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+135.2260332080509
+ 20
+697.2526739469448
+ 30
+2284.799999999999
+ 40
+9.599999999999999
+  1
+0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+226F9
+330
+226F6
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+135.2260332080509
+ 20
+697.2526739469448
+ 30
+2284.799999999999
+ 40
+9.599999999999999
+  1
+15
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+226FA
+330
+226F6
+100
+AcDbEntity
+  8
+0
+  0
+TEXT
+  5
+226FB
+330
+226D1
+100
+AcDbEntity
+  8
+0
+ 62
+   250
+100
+AcDbText
+ 10
+215.6260332080496
+ 20
+697.2526732373916
+ 30
+6931.200000000001
+ 40
+9.599999999999999
+  1
+%
+  7
+GRAS
+100
+AcDbText
+  0
+INSERT
+  5
+226FC
+330
+226D1
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Valnum
+ 10
+164.0260335530743
+ 20
+697.2526738778846
+ 30
+6950.400000000001
+ 41
+1.199999999999999
+ 42
+1.199999999999999
+ 43
+1.199999999999999
+  0
+ATTRIB
+  5
+226FD
+330
+226FC
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+216.8260335530736
+ 20
+697.2526738778846
+ 30
+6950.400000000001
+ 40
+9.599999999999999
+  1
+CWM-CWS03:WtrC-PCV-030:Cmd
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+226FE
+330
+226FC
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+216.8260335530736
+ 20
+697.2526738778846
+ 30
+6950.400000000001
+ 40
+9.599999999999999
+  1
+0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+226FF
+330
+226FC
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+216.8260335530736
+ 20
+697.2526738778846
+ 30
+6950.400000000001
+ 40
+9.599999999999999
+  1
+15
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+22700
+330
+226FC
+100
+AcDbEntity
+  8
+0
+  0
+INSERT
+  5
+22701
+330
+226D1
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Valnum
+ 10
+164.0277608064784
+ 20
+667.9710199344325
+ 30
+6950.400000000001
+ 41
+1.199999999999999
+ 42
+1.199999999999999
+ 43
+1.199999999999999
+  0
+ATTRIB
+  5
+22702
+330
+22701
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+216.8277608064786
+ 20
+667.9710199344325
+ 30
+6950.400000000001
+ 40
+9.599999999999999
+  1
+CWM-CWS03:Ctrl-PLC-001:R30P
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+22703
+330
+22701
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+216.8277608064786
+ 20
+667.9710199344325
+ 30
+6950.400000000001
+ 40
+9.599999999999999
+  1
+0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+22704
+330
+22701
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+216.8277608064786
+ 20
+667.9710199344325
+ 30
+6950.400000000001
+ 40
+9.599999999999999
+  1
+15
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+22705
+330
+22701
+100
+AcDbEntity
+  8
+0
+  0
+INSERT
+  5
+22706
+330
+226D1
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Valnum
+ 10
+164.0277354254981
+ 20
+639.6876047526283
+ 30
+6950.400000000001
+ 41
+1.199999999999999
+ 42
+1.199999999999999
+ 43
+1.199999999999999
+  0
+ATTRIB
+  5
+22707
+330
+22706
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+216.8277354254983
+ 20
+639.6876047526283
+ 30
+6950.400000000001
+ 40
+9.599999999999999
+  1
+CWM-CWS03:Ctrl-PLC-001:R30I
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+22708
+330
+22706
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+216.8277354254983
+ 20
+639.6876047526283
+ 30
+6950.400000000001
+ 40
+9.599999999999999
+  1
+0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+22709
+330
+22706
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+216.8277354254983
+ 20
+639.6876047526283
+ 30
+6950.400000000001
+ 40
+9.599999999999999
+  1
+15
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+2270A
+330
+22706
+100
+AcDbEntity
+  8
+0
+  0
+INSERT
+  5
+2270B
+330
+226D1
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Valnum
+ 10
+164.0275200687715
+ 20
+609.5993919400342
+ 30
+6950.400000000001
+ 41
+1.199999999999999
+ 42
+1.199999999999999
+ 43
+1.199999999999999
+  0
+ATTRIB
+  5
+2270C
+330
+2270B
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+216.8275200687717
+ 20
+609.5993919400342
+ 30
+6950.400000000001
+ 40
+9.599999999999999
+  1
+CWM-CWS03:Ctrl-PLC-001:R30D
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+2270D
+330
+2270B
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+216.8275200687717
+ 20
+609.5993919400342
+ 30
+6950.400000000001
+ 40
+9.599999999999999
+  1
+0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+2270E
+330
+2270B
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+216.8275200687717
+ 20
+609.5993919400342
+ 30
+6950.400000000001
+ 40
+9.599999999999999
+  1
+15
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+2270F
+330
+2270B
+100
+AcDbEntity
+  8
+0
+  0
+TEXT
+  5
+22710
+330
+226D1
+100
+AcDbEntity
+  8
+0
+ 62
+   250
+100
+AcDbText
+ 10
+45.05454844761106
+ 20
+698.0089938518885
+ 30
+6912.0
+ 40
+8.4
+  1
+°C
+  7
+GRAS
+100
+AcDbText
+  0
+TEXT
+  5
+22711
+330
+226D1
+100
+AcDbEntity
+  8
+0
+ 62
+   250
+100
+AcDbText
+ 10
+126.6545484476114
+ 20
+698.0089939209486
+ 30
+2246.4
+ 40
+8.4
+  1
+°C
+  7
+GRAS
+100
+AcDbText
+  0
+TEXT
+  5
+22712
+330
+226D1
+100
+AcDbEntity
+  8
+0
+ 62
+   250
+100
+AcDbText
+ 10
+44.15484908242319
+ 20
+395.5358069165794
+ 30
+6912.0
+ 40
+8.4
+  1
+°C
+  7
+GRAS
+100
+AcDbText
+  0
+TEXT
+  5
+22713
+330
+226D1
+100
+AcDbEntity
+  8
+0
+ 62
+   250
+100
+AcDbText
+ 10
+125.7548490824238
+ 20
+395.5358069856396
+ 30
+2246.4
+ 40
+8.4
+  1
+°C
+  7
+GRAS
+100
+AcDbText
+  0
+INSERT
+  5
+22714
+330
+226D1
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Valnum
+ 10
+0.819711780201942
+ 20
+91.37363081689398
+ 30
+6950.400000000001
+ 41
+1.199999999999999
+ 42
+1.199999999999999
+ 43
+1.199999999999999
+  0
+ATTRIB
+  5
+22715
+330
+22714
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+53.61971178020303
+ 20
+91.37363081689398
+ 30
+6950.400000000001
+ 40
+9.599999999999999
+  1
+CWM-CWS03:Ctrl-PLC-001:R50Trsh
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+22716
+330
+22714
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+53.61971178020303
+ 20
+91.37363081689398
+ 30
+6950.400000000001
+ 40
+9.599999999999999
+  1
+0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+22717
+330
+22714
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+53.61971178020303
+ 20
+91.37363081689398
+ 30
+6950.400000000001
+ 40
+9.599999999999999
+  1
+15
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+22718
+330
+22714
+100
+AcDbEntity
+  8
+0
+  0
+INSERT
+  5
+22719
+330
+226D1
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Valnum
+ 10
+82.41971166519489
+ 20
+91.37363088595419
+ 30
+2284.8
+ 41
+1.199999999999999
+ 42
+1.199999999999999
+ 43
+1.199999999999999
+  0
+ATTRIB
+  5
+2271A
+330
+22719
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+135.2197116651959
+ 20
+91.37363088595419
+ 30
+2284.8
+ 40
+9.599999999999999
+  1
+CWM-CWS03:WtrC-TT-050:Tmp
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+2271B
+330
+22719
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+135.2197116651959
+ 20
+91.37363088595419
+ 30
+2284.8
+ 40
+9.599999999999999
+  1
+0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+2271C
+330
+22719
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+135.2197116651959
+ 20
+91.37363088595419
+ 30
+2284.8
+ 40
+9.599999999999999
+  1
+15
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+2271D
+330
+22719
+100
+AcDbEntity
+  8
+0
+  0
+TEXT
+  5
+2271E
+330
+226D1
+100
+AcDbEntity
+  8
+0
+ 62
+   250
+100
+AcDbText
+ 10
+215.6197116651938
+ 20
+91.37363017640097
+ 30
+6931.200000000001
+ 40
+9.599999999999999
+  1
+%
+  7
+GRAS
+100
+AcDbText
+  0
+INSERT
+  5
+2271F
+330
+226D1
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Valnum
+ 10
+164.0197120102193
+ 20
+91.37363081689398
+ 30
+6950.400000000001
+ 41
+1.199999999999999
+ 42
+1.199999999999999
+ 43
+1.199999999999999
+  0
+ATTRIB
+  5
+22720
+330
+2271F
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+216.8197120102186
+ 20
+91.37363081689398
+ 30
+6950.400000000001
+ 40
+9.599999999999999
+  1
+CWM-CWS03:WtrC-PCV-050:Cmd
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+22721
+330
+2271F
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+216.8197120102186
+ 20
+91.37363081689398
+ 30
+6950.400000000001
+ 40
+9.599999999999999
+  1
+0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+22722
+330
+2271F
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+216.8197120102186
+ 20
+91.37363081689398
+ 30
+6950.400000000001
+ 40
+9.599999999999999
+  1
+15
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+22723
+330
+2271F
+100
+AcDbEntity
+  8
+0
+  0
+INSERT
+  5
+22724
+330
+226D1
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Valnum
+ 10
+164.0214392636235
+ 20
+62.09197687344192
+ 30
+6950.400000000001
+ 41
+1.199999999999999
+ 42
+1.199999999999999
+ 43
+1.199999999999999
+  0
+ATTRIB
+  5
+22725
+330
+22724
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+216.8214392636228
+ 20
+62.09197687344192
+ 30
+6950.400000000001
+ 40
+9.599999999999999
+  1
+CWM-CWS03:Ctrl-PLC-001:R50P
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+22726
+330
+22724
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+216.8214392636228
+ 20
+62.09197687344192
+ 30
+6950.400000000001
+ 40
+9.599999999999999
+  1
+0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+22727
+330
+22724
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+216.8214392636228
+ 20
+62.09197687344192
+ 30
+6950.400000000001
+ 40
+9.599999999999999
+  1
+15
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+22728
+330
+22724
+100
+AcDbEntity
+  8
+0
+  0
+INSERT
+  5
+22729
+330
+226D1
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Valnum
+ 10
+164.0214138826422
+ 20
+33.80856169163769
+ 30
+6950.400000000001
+ 41
+1.199999999999999
+ 42
+1.199999999999999
+ 43
+1.199999999999999
+  0
+ATTRIB
+  5
+2272A
+330
+22729
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+216.8214138826434
+ 20
+33.80856169163769
+ 30
+6950.400000000001
+ 40
+9.599999999999999
+  1
+CWM-CWS03:Ctrl-PLC-001:R50I
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+2272B
+330
+22729
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+216.8214138826434
+ 20
+33.80856169163769
+ 30
+6950.400000000001
+ 40
+9.599999999999999
+  1
+0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+2272C
+330
+22729
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+216.8214138826434
+ 20
+33.80856169163769
+ 30
+6950.400000000001
+ 40
+9.599999999999999
+  1
+15
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+2272D
+330
+22729
+100
+AcDbEntity
+  8
+0
+  0
+INSERT
+  5
+2272E
+330
+226D1
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Valnum
+ 10
+164.0211985259166
+ 20
+3.720348879043626
+ 30
+6950.400000000001
+ 41
+1.199999999999999
+ 42
+1.199999999999999
+ 43
+1.199999999999999
+  0
+ATTRIB
+  5
+2272F
+330
+2272E
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+216.8211985259159
+ 20
+3.720348879043626
+ 30
+6950.400000000001
+ 40
+9.599999999999999
+  1
+CWM-CWS03:Ctrl-PLC-001:R50D
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+22730
+330
+2272E
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+216.8211985259159
+ 20
+3.720348879043626
+ 30
+6950.400000000001
+ 40
+9.599999999999999
+  1
+0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+22731
+330
+2272E
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+216.8211985259159
+ 20
+3.720348879043626
+ 30
+6950.400000000001
+ 40
+9.599999999999999
+  1
+15
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+22732
+330
+2272E
+100
+AcDbEntity
+  8
+0
+  0
+TEXT
+  5
+22733
+330
+226D1
+100
+AcDbEntity
+  8
+0
+ 62
+   250
+100
+AcDbText
+ 10
+46.40199703338476
+ 20
+94.23426554401487
+ 30
+6912.0
+ 40
+8.4
+  1
+°C
+  7
+GRAS
+100
+AcDbText
+  0
+TEXT
+  5
+22734
+330
+226D1
+100
+AcDbEntity
+  8
+0
+ 62
+   250
+100
+AcDbText
+ 10
+128.0019970333851
+ 20
+94.23426561307508
+ 30
+2246.4
+ 40
+8.4
+  1
+°C
+  7
+GRAS
+100
+AcDbText
+  0
+ENDBLK
+  5
+22738
+330
+226D1
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockEnd
+  0
+ENDSEC
+  0
+SECTION
+  2
+ENTITIES
+  0
+SOLID
+  5
+52E6
+330
+1F
+100
+AcDbEntity
+  8
+INSTRUM
+ 62
+     8
+380
+     2
+100
+AcDbTrace
+ 10
+0.0032544183986829
+ 20
+717.9973776792056
+ 30
+0.0
+ 11
+8.245330651613128
+ 21
+710.1101267444207
+ 31
+0.0
+ 12
+0.0003931386999056
+ 22
+-354.0017847744181
+ 32
+0.0
+ 13
+8.242406693885641
+ 23
+-345.7563650480288
+ 33
+0.0
+  0
+SOLID
+  5
+52E7
+330
+1F
+100
+AcDbEntity
+  8
+INSTRUM
+ 62
+     8
+380
+     2
+100
+AcDbTrace
+ 10
+1915.000174710225
+ 20
+-354.0025838015856
+ 30
+0.0
+ 11
+1906.754783827859
+ 21
+-345.7571927852497
+ 31
+0.0
+ 12
+1915.000059505233
+ 22
+717.9971695415899
+ 32
+0.0
+ 13
+1906.754669712116
+ 23
+710.1099173835848
+ 33
+0.0
+  0
+SOLID
+  5
+5574
+330
+1F
+100
+AcDbEntity
+  8
+INSTRUM
+ 62
+     7
+380
+     2
+100
+AcDbTrace
+ 10
+0.0003931386999056
+ 20
+-354.0017847744181
+ 30
+0.0
+ 11
+1915.000059505201
+ 21
+-354.0025838015854
+ 31
+0.0
+ 12
+8.242406693885527
+ 22
+-345.7563650480288
+ 32
+0.0
+ 13
+1906.754668488866
+ 23
+-345.7571927852497
+ 33
+0.0
+  0
+SOLID
+  5
+668F
+330
+1F
+100
+AcDbEntity
+  8
+INSTRUM
+ 62
+     7
+380
+     2
+100
+AcDbTrace
+ 10
+1915.000059505201
+ 20
+717.9974161984143
+ 30
+0.0
+ 11
+0.0032544183986829
+ 21
+717.9973776792056
+ 31
+0.0
+ 12
+1906.754669712121
+ 22
+710.1098744048872
+ 32
+0.0
+ 13
+8.245330651613128
+ 23
+710.1101267444207
+ 33
+0.0
+  0
+TEXT
+  5
+9A76
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+   250
+100
+AcDbText
+ 10
+28.93824040161474
+ 20
+686.1171324596598
+ 30
+88.0
+ 40
+12.0
+  1
+
+  7
+GRAS
+100
+AcDbText
+  0
+HATCH
+  5
+1024C
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+  6
+CONTINU
+ 62
+   140
+100
+AcDbHatch
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+210
+0.0
+220
+0.0
+230
+1.0
+  2
+SOLID
+ 70
+     1
+ 71
+     0
+ 91
+        1
+ 92
+        1
+ 93
+        4
+ 72
+     1
+ 10
+1122.893959811511
+ 20
+1730.671634124976
+ 11
+1334.171458806224
+ 21
+1730.671634124976
+ 72
+     1
+ 10
+1334.171458806224
+ 20
+1730.671634124976
+ 11
+1334.171458806224
+ 21
+1625.141603021074
+ 72
+     1
+ 10
+1334.171458806224
+ 20
+1625.141603021074
+ 11
+1122.893959811511
+ 21
+1625.141603021074
+ 72
+     1
+ 10
+1122.893959811511
+ 20
+1625.141603021074
+ 11
+1122.893959811511
+ 21
+1730.671634124976
+ 97
+        0
+ 75
+     0
+ 76
+     1
+ 98
+        1
+ 10
+692.4788645026408
+ 20
+1444.974225534537
+450
+        0
+451
+        0
+460
+0.0
+461
+0.0
+452
+        1
+462
+1.0
+453
+        2
+463
+0.0
+ 63
+     5
+421
+      255
+463
+1.0
+ 63
+    51
+421
+ 16777113
+470
+LINEAR
+  0
+HATCH
+  5
+1024F
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+  6
+CONTINU
+ 62
+   140
+100
+AcDbHatch
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+210
+0.0
+220
+0.0
+230
+1.0
+  2
+SOLID
+ 70
+     1
+ 71
+     0
+ 91
+        1
+ 92
+        1
+ 93
+        4
+ 72
+     1
+ 10
+733.9692916477796
+ 20
+1975.555048672524
+ 11
+821.4542711893471
+ 21
+1975.555048672524
+ 72
+     1
+ 10
+821.4542711893471
+ 20
+1975.555048672524
+ 11
+821.4542711893471
+ 21
+1689.304947083858
+ 72
+     1
+ 10
+821.4542711893471
+ 20
+1689.304947083858
+ 11
+733.9692916477796
+ 21
+1689.304947083858
+ 72
+     1
+ 10
+733.9692916477796
+ 20
+1689.304947083858
+ 11
+733.9692916477796
+ 21
+1975.555048672524
+ 97
+        0
+ 75
+     0
+ 76
+     1
+ 98
+        1
+ 10
+692.4788645026408
+ 20
+1444.974225534537
+450
+        0
+451
+        0
+460
+0.0
+461
+0.0
+452
+        1
+462
+1.0
+453
+        2
+463
+0.0
+ 63
+     5
+421
+      255
+463
+1.0
+ 63
+    51
+421
+ 16777113
+470
+LINEAR
+  0
+HATCH
+  5
+10284
+330
+1F
+100
+AcDbEntity
+  8
+ECRAN
+  6
+TIRET
+100
+AcDbHatch
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+210
+0.0
+220
+0.0
+230
+1.0
+  2
+SOLID
+ 70
+     1
+ 71
+     0
+ 91
+        1
+ 92
+        1
+ 93
+        4
+ 72
+     1
+ 10
+819.3950792430465
+ 20
+1520.012025679371
+ 11
+820.8287664533003
+ 21
+1520.012025679371
+ 72
+     1
+ 10
+820.8287664533003
+ 20
+1520.012025679371
+ 11
+820.8287664533003
+ 21
+1518.261544050791
+ 72
+     1
+ 10
+820.8287664533003
+ 20
+1518.261544050791
+ 11
+819.3950792430465
+ 21
+1518.261544050791
+ 72
+     1
+ 10
+819.3950792430465
+ 20
+1518.261544050791
+ 11
+819.3950792430465
+ 21
+1520.012025679371
+ 97
+        0
+ 75
+     0
+ 76
+     1
+ 98
+        1
+ 10
+565.6079259892311
+ 20
+1377.943269372298
+450
+        0
+451
+        0
+460
+0.0
+461
+0.0
+452
+        1
+462
+1.0
+453
+        2
+463
+0.0
+ 63
+     5
+421
+      255
+463
+1.0
+ 63
+    51
+421
+ 16777113
+470
+LINEAR
+  0
+HATCH
+  5
+102E3
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+  6
+CONTINU
+370
+    80
+100
+AcDbHatch
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+210
+0.0
+220
+0.0
+230
+1.0
+  2
+SOLID
+ 70
+     1
+ 71
+     0
+ 91
+        2
+ 92
+        1
+ 93
+        4
+ 72
+     1
+ 10
+1809.590598377631
+ 20
+1727.761689577335
+ 11
+1813.841884763085
+ 21
+1727.761689577335
+ 72
+     1
+ 10
+1813.841884763085
+ 20
+1727.761689577335
+ 11
+1813.841884763085
+ 21
+1722.807230349306
+ 72
+     1
+ 10
+1813.841884763085
+ 20
+1722.807230349306
+ 11
+1809.590598377631
+ 21
+1722.807230349306
+ 72
+     1
+ 10
+1809.590598377631
+ 20
+1722.807230349306
+ 11
+1809.590598377631
+ 21
+1727.761689577335
+ 97
+        0
+ 92
+        1
+ 93
+        4
+ 72
+     1
+ 10
+1809.944872793476
+ 20
+1702.635512136273
+ 11
+1814.196159178928
+ 21
+1702.635512136273
+ 72
+     1
+ 10
+1814.196159178928
+ 20
+1702.635512136273
+ 11
+1814.196159178928
+ 21
+1697.681052908245
+ 72
+     1
+ 10
+1814.196159178928
+ 20
+1697.681052908245
+ 11
+1809.944872793476
+ 21
+1697.681052908245
+ 72
+     1
+ 10
+1809.944872793476
+ 20
+1697.681052908245
+ 11
+1809.944872793476
+ 21
+1702.635512136273
+ 97
+        0
+ 75
+     0
+ 76
+     1
+ 98
+        1
+ 10
+691.0000586781936
+ 20
+1418.674143837827
+450
+        0
+451
+        0
+460
+0.0
+461
+0.0
+452
+        1
+462
+1.0
+453
+        2
+463
+0.0
+ 63
+     5
+421
+      255
+463
+1.0
+ 63
+    51
+421
+ 16777113
+470
+LINEAR
+  0
+LINE
+  5
+12B75
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1906.754669712121
+ 20
+710.1098744048872
+ 30
+0.0
+ 11
+1915.000059505233
+ 21
+717.9971695415899
+ 31
+0.0
+  0
+HATCH
+  5
+13718
+330
+1F
+100
+AcDbEntity
+  8
+N2_FLU
+  6
+CONTINU
+ 62
+     0
+100
+AcDbHatch
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+210
+0.0
+220
+0.0
+230
+1.0
+  2
+SOLID
+ 70
+     1
+ 71
+     0
+ 91
+        1
+ 92
+        1
+ 93
+        4
+ 72
+     1
+ 10
+2785.947420193111
+ 20
+1139.541994685271
+ 11
+2794.895355154161
+ 21
+1139.541994685271
+ 72
+     1
+ 10
+2794.895355154161
+ 20
+1139.541994685271
+ 11
+2794.895355154161
+ 21
+1130.602144095309
+ 72
+     1
+ 10
+2794.895355154161
+ 20
+1130.602144095309
+ 11
+2785.947420193111
+ 21
+1130.602144095309
+ 72
+     1
+ 10
+2785.947420193111
+ 20
+1130.602144095309
+ 11
+2785.947420193111
+ 21
+1139.541994685271
+ 97
+        0
+ 75
+     0
+ 76
+     1
+ 98
+        1
+ 10
+2307.562013801319
+ 20
+183.8397377102473
+450
+        0
+451
+        0
+460
+0.0
+461
+0.0
+452
+        1
+462
+1.0
+453
+        2
+463
+0.0
+ 63
+     5
+421
+      255
+463
+1.0
+ 63
+    51
+421
+ 16777113
+470
+LINEAR
+  0
+HATCH
+  5
+13735
+330
+1F
+100
+AcDbEntity
+  8
+DESSIN
+  6
+CONTINU
+ 62
+   140
+100
+AcDbHatch
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+210
+0.0
+220
+0.0
+230
+1.0
+  2
+SOLID
+ 70
+     1
+ 71
+     0
+ 91
+        1
+ 92
+        1
+ 93
+        4
+ 72
+     1
+ 10
+2884.998173855
+ 20
+1049.209718827541
+ 11
+3119.750950515791
+ 21
+1049.209718827541
+ 72
+     1
+ 10
+3119.750950515791
+ 20
+1049.209718827541
+ 11
+3119.750950515791
+ 21
+931.9541287120951
+ 72
+     1
+ 10
+3119.750950515791
+ 20
+931.9541287120951
+ 11
+2884.998173855
+ 21
+931.9541287120951
+ 72
+     1
+ 10
+2884.998173855
+ 20
+931.9541287120951
+ 11
+2884.998173855
+ 21
+1049.209718827541
+ 97
+        0
+ 75
+     0
+ 76
+     1
+ 98
+        1
+ 10
+2298.801691977147
+ 20
+272.3912782976987
+450
+        0
+451
+        0
+460
+0.0
+461
+0.0
+452
+        1
+462
+1.0
+453
+        2
+463
+0.0
+ 63
+     5
+421
+      255
+463
+1.0
+ 63
+    51
+421
+ 16777113
+470
+LINEAR
+  0
+HATCH
+  5
+13764
+330
+1F
+100
+AcDbEntity
+  8
+N2_FLU
+  6
+CONTINU
+ 62
+     0
+100
+AcDbHatch
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+210
+0.0
+220
+0.0
+230
+1.0
+  2
+SOLID
+ 70
+     1
+ 71
+     0
+ 91
+        1
+ 92
+        1
+ 93
+        4
+ 72
+     1
+ 10
+2352.59339189945
+ 20
+380.5454302858868
+ 11
+2354.38297889166
+ 21
+380.5454302858868
+ 72
+     1
+ 10
+2354.382978891659
+ 20
+380.5454302858868
+ 11
+2354.382978891659
+ 21
+378.7574601678944
+ 72
+     1
+ 10
+2354.382978891659
+ 20
+378.7574601678944
+ 11
+2352.593391899449
+ 21
+378.7574601678944
+ 72
+     1
+ 10
+2352.59339189945
+ 20
+378.7574601678944
+ 11
+2352.59339189945
+ 21
+380.5454302858868
+ 97
+        0
+ 75
+     0
+ 76
+     1
+ 98
+        1
+ 10
+2278.999580496476
+ 20
+229.5301858115901
+450
+        0
+451
+        0
+460
+0.0
+461
+0.0
+452
+        1
+462
+1.0
+453
+        2
+463
+0.0
+ 63
+     5
+421
+      255
+463
+1.0
+ 63
+    51
+421
+ 16777113
+470
+LINEAR
+  0
+HATCH
+  5
+13765
+330
+1F
+100
+AcDbEntity
+  8
+N2_FLU
+  6
+CONTINU
+ 62
+     0
+100
+AcDbHatch
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+210
+0.0
+220
+0.0
+230
+1.0
+  2
+SOLID
+ 70
+     1
+ 71
+     0
+ 91
+        1
+ 92
+        1
+ 93
+        4
+ 72
+     1
+ 10
+2355.056276145779
+ 20
+380.4922178324375
+ 11
+2356.845863137989
+ 21
+380.4922178324375
+ 72
+     1
+ 10
+2356.845863137989
+ 20
+380.4922178324375
+ 11
+2356.845863137989
+ 21
+378.7042477144451
+ 72
+     1
+ 10
+2356.845863137989
+ 20
+378.7042477144451
+ 11
+2355.056276145779
+ 21
+378.7042477144451
+ 72
+     1
+ 10
+2355.056276145779
+ 20
+378.7042477144451
+ 11
+2355.056276145779
+ 21
+380.4922178324375
+ 97
+        0
+ 75
+     0
+ 76
+     1
+ 98
+        1
+ 10
+2281.462464742805
+ 20
+229.4769733581409
+450
+        0
+451
+        0
+460
+0.0
+461
+0.0
+452
+        1
+462
+1.0
+453
+        2
+463
+0.0
+ 63
+     5
+421
+      255
+463
+1.0
+ 63
+    51
+421
+ 16777113
+470
+LINEAR
+  0
+HATCH
+  5
+13766
+330
+1F
+100
+AcDbEntity
+  8
+N2_FLU
+  6
+CONTINU
+ 62
+     0
+100
+AcDbHatch
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+210
+0.0
+220
+0.0
+230
+1.0
+  2
+SOLID
+ 70
+     1
+ 71
+     0
+ 91
+        1
+ 92
+        1
+ 93
+        4
+ 72
+     1
+ 10
+2357.481721917936
+ 20
+380.4922178324376
+ 11
+2359.271308910146
+ 21
+380.4922178324376
+ 72
+     1
+ 10
+2359.271308910146
+ 20
+380.4922178324376
+ 11
+2359.271308910146
+ 21
+378.7042477144451
+ 72
+     1
+ 10
+2359.271308910146
+ 20
+378.7042477144451
+ 11
+2357.481721917936
+ 21
+378.7042477144451
+ 72
+     1
+ 10
+2357.481721917936
+ 20
+378.7042477144451
+ 11
+2357.481721917936
+ 21
+380.4922178324376
+ 97
+        0
+ 75
+     0
+ 76
+     1
+ 98
+        1
+ 10
+2283.887910514962
+ 20
+229.4769733581409
+450
+        0
+451
+        0
+460
+0.0
+461
+0.0
+452
+        1
+462
+1.0
+453
+        2
+463
+0.0
+ 63
+     5
+421
+      255
+463
+1.0
+ 63
+    51
+421
+ 16777113
+470
+LINEAR
+  0
+HATCH
+  5
+137AE
+330
+1F
+100
+AcDbEntity
+  8
+N2_FLU
+  6
+CONTINU
+ 62
+     0
+100
+AcDbHatch
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+210
+0.0
+220
+0.0
+230
+1.0
+  2
+SOLID
+ 70
+     1
+ 71
+     1
+ 91
+        1
+ 92
+        1
+ 93
+        4
+ 72
+     1
+ 10
+2366.717955821953
+ 20
+161.374336913261
+ 11
+2368.507542814163
+ 21
+161.374336913261
+ 72
+     1
+ 10
+2368.507542814163
+ 20
+161.374336913261
+ 11
+2368.507542814163
+ 21
+159.5863667952685
+ 72
+     1
+ 10
+2368.507542814163
+ 20
+159.5863667952685
+ 11
+2366.717955821953
+ 21
+159.5863667952685
+ 72
+     1
+ 10
+2366.717955821953
+ 20
+159.5863667952685
+ 11
+2366.717955821953
+ 21
+161.374336913261
+ 97
+        0
+ 75
+     0
+ 76
+     1
+ 98
+        1
+ 10
+2293.12414441898
+ 20
+10.35909243896424
+450
+        0
+451
+        0
+460
+0.0
+461
+0.0
+452
+        1
+462
+1.0
+453
+        2
+463
+0.0
+ 63
+     5
+421
+      255
+463
+1.0
+ 63
+    51
+421
+ 16777113
+470
+LINEAR
+  0
+HATCH
+  5
+137B9
+330
+1F
+100
+AcDbEntity
+  8
+N2_FLU
+  6
+CONTINU
+ 62
+     0
+100
+AcDbHatch
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+210
+0.0
+220
+0.0
+230
+1.0
+  2
+SOLID
+ 70
+     1
+ 71
+     1
+ 91
+        1
+ 92
+        1
+ 93
+        4
+ 72
+     1
+ 10
+2613.103387987393
+ 20
+238.4174389933733
+ 11
+2614.892974979603
+ 21
+238.4174389933733
+ 72
+     1
+ 10
+2614.892974979603
+ 20
+238.4174389933733
+ 11
+2614.892974979603
+ 21
+236.6294688753809
+ 72
+     1
+ 10
+2614.892974979603
+ 20
+236.6294688753809
+ 11
+2613.103387987393
+ 21
+236.6294688753809
+ 72
+     1
+ 10
+2613.103387987393
+ 20
+236.6294688753809
+ 11
+2613.103387987393
+ 21
+238.4174389933733
+ 97
+        0
+ 75
+     0
+ 76
+     1
+ 98
+        1
+ 10
+2539.50957658442
+ 20
+87.40219451907661
+450
+        0
+451
+        0
+460
+0.0
+461
+0.0
+452
+        1
+462
+1.0
+453
+        2
+463
+0.0
+ 63
+     5
+421
+      255
+463
+1.0
+ 63
+    51
+421
+ 16777113
+470
+LINEAR
+  0
+HATCH
+  5
+137BB
+330
+1F
+100
+AcDbEntity
+  8
+N2_FLU
+  6
+CONTINU
+ 62
+     0
+100
+AcDbHatch
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+210
+0.0
+220
+0.0
+230
+1.0
+  2
+SOLID
+ 70
+     1
+ 71
+     1
+ 91
+        1
+ 92
+        1
+ 93
+        4
+ 72
+     1
+ 10
+2546.991581117675
+ 20
+245.9289267248572
+ 11
+2548.781168109885
+ 21
+245.9289267248572
+ 72
+     1
+ 10
+2548.781168109885
+ 20
+245.9289267248572
+ 11
+2548.781168109885
+ 21
+244.1409566068647
+ 72
+     1
+ 10
+2548.781168109885
+ 20
+244.1409566068647
+ 11
+2546.991581117675
+ 21
+244.1409566068647
+ 72
+     1
+ 10
+2546.991581117675
+ 20
+244.1409566068647
+ 11
+2546.991581117675
+ 21
+245.9289267248572
+ 97
+        0
+ 75
+     0
+ 76
+     1
+ 98
+        1
+ 10
+2473.397769714702
+ 20
+94.91368225056044
+450
+        0
+451
+        0
+460
+0.0
+461
+0.0
+452
+        1
+462
+1.0
+453
+        2
+463
+0.0
+ 63
+     5
+421
+      255
+463
+1.0
+ 63
+    51
+421
+ 16777113
+470
+LINEAR
+  0
+HATCH
+  5
+137BF
+330
+1F
+100
+AcDbEntity
+  8
+N2_FLU
+  6
+CONTINU
+ 62
+     0
+100
+AcDbHatch
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+210
+0.0
+220
+0.0
+230
+1.0
+  2
+SOLID
+ 70
+     1
+ 71
+     1
+ 91
+        1
+ 92
+        1
+ 93
+        4
+ 72
+     1
+ 10
+2537.216442293445
+ 20
+204.3433197499016
+ 11
+2539.006029285655
+ 21
+204.3433197499016
+ 72
+     1
+ 10
+2539.006029285655
+ 20
+204.3433197499016
+ 11
+2539.006029285655
+ 21
+202.5553496319091
+ 72
+     1
+ 10
+2539.006029285655
+ 20
+202.5553496319091
+ 11
+2537.216442293445
+ 21
+202.5553496319091
+ 72
+     1
+ 10
+2537.216442293445
+ 20
+202.5553496319091
+ 11
+2537.216442293445
+ 21
+204.3433197499016
+ 97
+        0
+ 75
+     0
+ 76
+     1
+ 98
+        1
+ 10
+2463.622630890472
+ 20
+53.32807527560486
+450
+        0
+451
+        0
+460
+0.0
+461
+0.0
+452
+        1
+462
+1.0
+453
+        2
+463
+0.0
+ 63
+     5
+421
+      255
+463
+1.0
+ 63
+    51
+421
+ 16777113
+470
+LINEAR
+  0
+HATCH
+  5
+137C9
+330
+1F
+100
+AcDbEntity
+  8
+N2_FLU
+  6
+CONTINU
+ 62
+     0
+100
+AcDbHatch
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+210
+0.0
+220
+0.0
+230
+1.0
+  2
+SOLID
+ 70
+     1
+ 71
+     0
+ 91
+        1
+ 92
+        1
+ 93
+        4
+ 72
+     1
+ 10
+2574.780985872942
+ 20
+233.7102677306634
+ 11
+2576.570572865152
+ 21
+233.7102677306634
+ 72
+     1
+ 10
+2576.570572865151
+ 20
+233.7102677306634
+ 11
+2576.570572865151
+ 21
+231.922297612671
+ 72
+     1
+ 10
+2576.570572865151
+ 20
+231.922297612671
+ 11
+2574.780985872941
+ 21
+231.922297612671
+ 72
+     1
+ 10
+2574.780985872942
+ 20
+231.922297612671
+ 11
+2574.780985872942
+ 21
+233.7102677306634
+ 97
+        0
+ 75
+     0
+ 76
+     1
+ 98
+        1
+ 10
+2501.187174469968
+ 20
+82.69502325636665
+450
+        0
+451
+        0
+460
+0.0
+461
+0.0
+452
+        1
+462
+1.0
+453
+        2
+463
+0.0
+ 63
+     5
+421
+      255
+463
+1.0
+ 63
+    51
+421
+ 16777113
+470
+LINEAR
+  0
+HATCH
+  5
+137D3
+330
+1F
+100
+AcDbEntity
+  8
+N2_FLU
+  6
+CONTINU
+ 62
+     0
+100
+AcDbHatch
+ 10
+0.0
+ 20
+0.0
+ 30
+0.0
+210
+0.0
+220
+0.0
+230
+1.0
+  2
+SOLID
+ 70
+     1
+ 71
+     0
+ 91
+        1
+ 92
+        1
+ 93
+        4
+ 72
+     1
+ 10
+2596.073589740608
+ 20
+232.0796422112406
+ 11
+2597.863176732818
+ 21
+232.0796422112406
+ 72
+     1
+ 10
+2597.863176732818
+ 20
+232.0796422112406
+ 11
+2597.863176732818
+ 21
+230.2916720932482
+ 72
+     1
+ 10
+2597.863176732818
+ 20
+230.2916720932482
+ 11
+2596.073589740608
+ 21
+230.2916720932482
+ 72
+     1
+ 10
+2596.073589740608
+ 20
+230.2916720932482
+ 11
+2596.073589740608
+ 21
+232.0796422112406
+ 97
+        0
+ 75
+     0
+ 76
+     1
+ 98
+        1
+ 10
+2522.479778337635
+ 20
+81.06439773694388
+450
+        0
+451
+        0
+460
+0.0
+461
+0.0
+452
+        1
+462
+1.0
+453
+        2
+463
+0.0
+ 63
+     5
+421
+      255
+463
+1.0
+ 63
+    51
+421
+ 16777113
+470
+LINEAR
+  0
+LINE
+  5
+17FA2
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1643.725447321346
+ 20
+625.3269200376593
+ 30
+0.0
+ 11
+1915.85188258831
+ 21
+625.3269200376597
+ 31
+0.0
+  0
+LINE
+  5
+17FA6
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1907.562223512451
+ 20
+709.8098946666824
+ 30
+0.0
+ 11
+1915.807613305564
+ 21
+717.6971898033849
+ 31
+0.0
+  0
+SOLID
+  5
+1C61F
+330
+1F
+100
+AcDbEntity
+  8
+INSTRUM
+ 62
+     7
+100
+AcDbTrace
+ 10
+8.227998566441954
+ 20
+631.3831928515739
+ 30
+-20.50134022301743
+ 11
+1907.594667595023
+ 21
+631.7335890161975
+ 31
+-20.50134022301743
+ 12
+0.0156032638473676
+ 22
+624.9977966012217
+ 32
+-20.50134022301743
+ 13
+1915.000069464261
+ 23
+625.3269200376597
+ 33
+-20.50134022301743
+ 39
+20.50134022301743
+  0
+SOLID
+  5
+1C622
+330
+1F
+100
+AcDbEntity
+  8
+INSTRUM
+ 62
+     8
+380
+     2
+100
+AcDbTrace
+ 10
+0.0596645668046563
+ 20
+717.3541967362954
+ 30
+0.0
+ 11
+8.291482443027177
+ 21
+709.4808134119422
+ 31
+0.0
+ 12
+0.0156032638473676
+ 22
+624.9977966012217
+ 32
+0.0
+ 13
+8.229907467091095
+ 23
+631.3831930104186
+ 33
+0.0
+  0
+LINE
+  5
+1C623
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+0.0156083682515487
+ 20
+625.0084958853286
+ 30
+0.0
+ 11
+0.0018233053739891
+ 21
+717.368307550974
+ 31
+0.0
+  0
+LINE
+  5
+1C624
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+0.0018233053739891
+ 20
+717.368307550974
+ 30
+0.0
+ 11
+8.29149103281469
+ 21
+709.4808051961764
+ 31
+0.0
+  0
+LINE
+  5
+1C626
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+0.0018247019333444
+ 20
+624.9977966012214
+ 30
+0.0
+ 11
+8.228002239126851
+ 21
+631.3831957072019
+ 31
+0.0
+  0
+LINE
+  5
+1C657
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+312.6597098037937
+ 20
+710.1100862833175
+ 30
+0.0
+ 11
+320.571997183078
+ 21
+717.6787455380869
+ 31
+0.0
+  0
+SOLID
+  5
+1C658
+330
+1F
+100
+AcDbEntity
+  8
+INSTRUM
+ 62
+     0
+380
+     2
+100
+AcDbTrace
+ 10
+312.0474485622082
+ 20
+631.4392416239106
+ 30
+0.0
+ 11
+8.243692056793349
+ 21
+631.3938924433536
+ 31
+0.0
+ 12
+312.0018235428144
+ 22
+709.480771813423
+ 32
+0.0
+ 13
+8.24193590134854
+ 23
+709.4915476162274
+ 33
+0.0
+  0
+SOLID
+  5
+1C659
+330
+1F
+100
+AcDbEntity
+  8
+INSTRUM
+ 62
+     7
+100
+AcDbTrace
+ 10
+8.241783156144208
+ 20
+631.3938922845087
+ 30
+-20.50134022301743
+ 11
+312.0474485622082
+ 21
+631.4392416239106
+ 31
+-20.50134022301743
+ 12
+0.029387853549622
+ 22
+625.0084960341565
+ 32
+-20.50134022301743
+ 13
+320.046008842626
+ 23
+625.17863287252
+ 33
+-20.50134022301743
+ 39
+20.50134022301743
+  0
+LINE
+  5
+1C65B
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+0.0156092916355988
+ 20
+625.0084960341563
+ 30
+0.0
+ 11
+272.142044558599
+ 21
+625.0084960341568
+ 31
+0.0
+  0
+SOLID
+  5
+1C65C
+330
+1F
+100
+AcDbEntity
+  8
+INSTRUM
+ 62
+     8
+380
+     2
+100
+AcDbTrace
+ 10
+0.0734491565069107
+ 20
+717.3648961692302
+ 30
+0.0
+ 11
+8.305267032729432
+ 21
+709.4915128448771
+ 31
+0.0
+ 12
+0.029387853549622
+ 22
+625.0084960341565
+ 32
+0.0
+ 13
+8.243692056793349
+ 23
+631.3938924433536
+ 33
+0.0
+  0
+LINE
+  5
+1C65D
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+0.0293929579538031
+ 20
+625.0191953182635
+ 30
+0.0
+ 11
+0.0156078950762435
+ 21
+717.3790069839088
+ 31
+0.0
+  0
+LINE
+  5
+1C65E
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+0.0156078950762435
+ 20
+717.3790069839088
+ 30
+0.0
+ 11
+8.305275622516944
+ 21
+709.4915046291113
+ 31
+0.0
+  0
+LINE
+  5
+1C660
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+0.0156092916355988
+ 20
+625.0084960341563
+ 30
+0.0
+ 11
+8.241786828829106
+ 21
+631.3938951401368
+ 31
+0.0
+  0
+SOLID
+  5
+1C6E3
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+312.0018235428144
+ 20
+709.480771813423
+ 30
+0.0
+ 11
+312.0474589827685
+ 21
+631.4214172704652
+ 31
+0.0
+ 12
+320.2472133359269
+ 22
+717.3680669501256
+ 32
+0.0
+ 13
+320.277704056759
+ 23
+624.9977971844002
+ 33
+0.0
+  0
+LINE
+  5
+1C6EB
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+320.0018262270104
+ 20
+717.3680669501256
+ 30
+0.0
+ 11
+320.0460955097564
+ 21
+624.9977971844003
+ 31
+0.0
+  0
+TEXT
+  5
+1C6FE
+330
+1F
+100
+AcDbEntity
+  8
+INSTRUM
+ 62
+     7
+420
+ 16777215
+100
+AcDbText
+ 10
+73.97870732137653
+ 20
+667.4554299759689
+ 30
+49.20321653524187
+ 40
+30.75201033452616
+  1
+ESS-RFQ
+  7
+GRAS
+100
+AcDbText
+  0
+TEXT
+  5
+1C6FF
+330
+1F
+100
+AcDbEntity
+  8
+INSTRUM
+ 62
+     7
+420
+ 16777215
+100
+AcDbText
+ 10
+47.82245331812723
+ 20
+643.9739745813582
+ 30
+49.20321653524187
+ 40
+17.0
+  1
+Water cooling system
+  7
+GRAS
+100
+AcDbText
+  0
+LINE
+  5
+1C716
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+320.2777042271587
+ 20
+624.9972809665259
+ 30
+0.0
+ 11
+0.0156030178488322
+ 21
+624.9972809665259
+ 31
+0.0
+  0
+LINE
+  5
+1C7DB
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+0.0032544183986829
+ 20
+717.9973776792056
+ 30
+0.0
+ 11
+320.9050956862534
+ 21
+717.9973776792056
+ 31
+0.0
+  0
+TEXT
+  5
+1FDF7
+330
+1F
+100
+AcDbEntity
+  8
+TEXTE
+ 62
+     7
+100
+AcDbText
+ 10
+329.6684891632194
+ 20
+695.313670874916
+ 30
+13363.2
+ 40
+8.0
+  1
+Water flow switches
+ 72
+     1
+ 11
+401.0018224965526
+ 21
+695.313670874916
+ 31
+13363.2
+100
+AcDbText
+  0
+SOLID
+  5
+1FDF8
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbTrace
+ 10
+327.8018235202978
+ 20
+704.8569676459611
+ 30
+13593.6
+ 11
+327.8018235202976
+ 21
+638.0569647345517
+ 31
+13593.6
+ 12
+464.0018224965526
+ 22
+704.8569676459611
+ 32
+13593.6
+ 13
+464.0018224965526
+ 23
+638.0569647034072
+ 33
+13593.6
+  0
+SOLID
+  5
+1FDF9
+330
+1F
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+327.8018235202978
+ 20
+704.8569676459611
+ 30
+13593.6
+ 11
+464.0018224965526
+ 21
+704.8569676459611
+ 31
+13593.6
+ 12
+326.0018235202977
+ 22
+706.6569676459606
+ 32
+13593.6
+ 13
+466.0018196195501
+ 23
+706.6569715098721
+ 33
+13593.6
+  0
+SOLID
+  5
+1FDFA
+330
+1F
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+326.0018277309587
+ 20
+636.0569647034073
+ 30
+13593.6
+ 11
+327.8018234922679
+ 21
+638.0569647034072
+ 31
+13593.6
+ 12
+326.0018235202977
+ 22
+706.6569676459606
+ 32
+13593.6
+ 13
+327.8018235202978
+ 23
+704.8569676459611
+ 33
+13593.6
+  0
+SOLID
+  5
+1FDFB
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+326.0018277309587
+ 20
+636.0569647034073
+ 30
+13593.6
+ 11
+466.0018253735552
+ 21
+636.0569647034073
+ 31
+13593.6
+ 12
+327.8018234922679
+ 22
+638.0569647034072
+ 32
+13593.6
+ 13
+464.0018224965526
+ 23
+638.0569647034072
+ 33
+13593.6
+  0
+SOLID
+  5
+1FDFC
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+466.0018253735552
+ 20
+636.0569647034073
+ 30
+13593.6
+ 11
+464.0018224965526
+ 21
+638.0569647034072
+ 31
+13593.6
+ 12
+466.0018196195501
+ 22
+706.6569715098721
+ 32
+13593.6
+ 13
+464.0018224965526
+ 23
+704.8569676459611
+ 33
+13593.6
+  0
+LWPOLYLINE
+  5
+1FDFD
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 38
+13593.6
+ 10
+326.0018219769534
+ 20
+706.6569715098721
+ 10
+466.0018196195501
+ 20
+706.6569715098721
+ 10
+466.0018253735552
+ 20
+636.0569647034073
+ 10
+326.0018277309587
+ 20
+636.0569647034073
+  0
+TEXT
+  5
+1FDFE
+330
+1F
+100
+AcDbEntity
+  8
+TEXTE
+ 62
+     7
+100
+AcDbText
+ 10
+329.0018224965527
+ 20
+678.0569647034073
+ 30
+13363.2
+ 40
+8.0
+  1
+Coupler n°1
+ 72
+     1
+ 11
+367.0018224965527
+ 21
+678.0569647034073
+ 31
+13363.2
+100
+AcDbText
+  0
+TEXT
+  5
+1FDFF
+330
+1F
+100
+AcDbEntity
+  8
+TEXTE
+ 62
+     7
+100
+AcDbText
+ 10
+328.6684882623817
+ 20
+667.0569647034072
+ 30
+13363.2
+ 40
+8.0
+  1
+Coupler n°2
+ 72
+     1
+ 11
+368.001821595715
+ 21
+667.0569647034072
+ 31
+13363.2
+100
+AcDbText
+  0
+TEXT
+  5
+1FE00
+330
+1F
+100
+AcDbEntity
+  8
+TEXTE
+ 62
+     7
+100
+AcDbText
+ 10
+328.6684882623817
+ 20
+655.0569647034072
+ 30
+13363.2
+ 40
+8.0
+  1
+Coupler n°3
+ 72
+     1
+ 11
+368.001821595715
+ 21
+655.0569647034072
+ 31
+13363.2
+100
+AcDbText
+  0
+TEXT
+  5
+1FE01
+330
+1F
+100
+AcDbEntity
+  8
+TEXTE
+ 62
+     7
+100
+AcDbText
+ 10
+328.6684882623817
+ 20
+643.0569647034072
+ 30
+13363.2
+ 40
+8.0
+  1
+Coupler n°4
+ 72
+     1
+ 11
+368.001821595715
+ 21
+643.0569647034072
+ 31
+13363.2
+100
+AcDbText
+  0
+INSERT
+  5
+1FE02
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Disque
+ 10
+417.5018214768003
+ 20
+671.556965953219
+ 30
+0.0
+ 41
+9.0
+ 42
+-9.0
+ 43
+9.0
+  0
+ATTRIB
+  5
+1FE03
+330
+1FE02
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+417.5018214768003
+ 20
+671.556965953219
+ 30
+0.0
+ 40
+0.9
+  1
+RFQ-010:WTRC-FS-012:Status
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1FE04
+330
+1FE02
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+417.5018214768003
+ 20
+671.556965953219
+ 30
+0.0
+ 40
+0.9
+  1
+10
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1FE05
+330
+1FE02
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+417.5018214768003
+ 20
+671.556965953219
+ 30
+0.0
+ 40
+0.9
+  1
+12
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1FE06
+330
+1FE02
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+417.5018214768003
+ 20
+671.556965953219
+ 30
+0.0
+ 40
+0.9
+  1
+0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1FE07
+330
+1FE02
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+417.5018214768003
+ 20
+671.556965953219
+ 30
+0.0
+ 40
+0.9
+  1
+0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1FE08
+330
+1FE02
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+417.5018214768003
+ 20
+671.556965953219
+ 30
+0.0
+ 40
+0.9
+  1
+0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+1FE09
+330
+1FE02
+100
+AcDbEntity
+  8
+0
+  0
+INSERT
+  5
+1FE0A
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Disque
+ 10
+417.5018214768003
+ 20
+659.5569659532189
+ 30
+0.0
+ 41
+9.0
+ 42
+-9.0
+ 43
+9.0
+  0
+ATTRIB
+  5
+1FE0B
+330
+1FE0A
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+417.5018214768003
+ 20
+659.5569659532189
+ 30
+0.0
+ 40
+0.9
+  1
+RFQ-010:WTRC-FS-021:Status
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1FE0C
+330
+1FE0A
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+417.5018214768003
+ 20
+659.5569659532189
+ 30
+0.0
+ 40
+0.9
+  1
+10
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1FE0D
+330
+1FE0A
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+417.5018214768003
+ 20
+659.5569659532189
+ 30
+0.0
+ 40
+0.9
+  1
+12
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1FE0E
+330
+1FE0A
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+417.5018214768003
+ 20
+659.5569659532189
+ 30
+0.0
+ 40
+0.9
+  1
+0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1FE0F
+330
+1FE0A
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+417.5018214768003
+ 20
+659.5569659532189
+ 30
+0.0
+ 40
+0.9
+  1
+0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1FE10
+330
+1FE0A
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+417.5018214768003
+ 20
+659.5569659532189
+ 30
+0.0
+ 40
+0.9
+  1
+0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+1FE11
+330
+1FE0A
+100
+AcDbEntity
+  8
+0
+  0
+INSERT
+  5
+1FE12
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Disque
+ 10
+417.5018214768003
+ 20
+647.5569659532189
+ 30
+0.0
+ 41
+9.0
+ 42
+-9.0
+ 43
+9.0
+  0
+ATTRIB
+  5
+1FE13
+330
+1FE12
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+417.5018214768003
+ 20
+647.5569659532189
+ 30
+0.0
+ 40
+0.9
+  1
+RFQ-010:WTRC-FS-022:Status
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1FE14
+330
+1FE12
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+417.5018214768003
+ 20
+647.5569659532189
+ 30
+0.0
+ 40
+0.9
+  1
+10
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1FE15
+330
+1FE12
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+417.5018214768003
+ 20
+647.5569659532189
+ 30
+0.0
+ 40
+0.9
+  1
+12
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1FE16
+330
+1FE12
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+417.5018214768003
+ 20
+647.5569659532189
+ 30
+0.0
+ 40
+0.9
+  1
+0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1FE17
+330
+1FE12
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+417.5018214768003
+ 20
+647.5569659532189
+ 30
+0.0
+ 40
+0.9
+  1
+0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1FE18
+330
+1FE12
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+417.5018214768003
+ 20
+647.5569659532189
+ 30
+0.0
+ 40
+0.9
+  1
+0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+1FE19
+330
+1FE12
+100
+AcDbEntity
+  8
+0
+  0
+INSERT
+  5
+1FE1A
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Disque
+ 10
+417.5018214768003
+ 20
+682.556965953219
+ 30
+0.0
+ 41
+9.0
+ 42
+-9.0
+ 43
+9.0
+  0
+ATTRIB
+  5
+1FE1B
+330
+1FE1A
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+417.5018214768003
+ 20
+682.556965953219
+ 30
+0.0
+ 40
+0.9
+  1
+RFQ-010:WTRC-FS-011:Status
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1FE1C
+330
+1FE1A
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+417.5018214768003
+ 20
+682.556965953219
+ 30
+0.0
+ 40
+0.9
+  1
+10
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1FE1D
+330
+1FE1A
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+417.5018214768003
+ 20
+682.556965953219
+ 30
+0.0
+ 40
+0.9
+  1
+12
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1FE1E
+330
+1FE1A
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+417.5018214768003
+ 20
+682.556965953219
+ 30
+0.0
+ 40
+0.9
+  1
+0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1FE1F
+330
+1FE1A
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+417.5018214768003
+ 20
+682.556965953219
+ 30
+0.0
+ 40
+0.9
+  1
+0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+1FE20
+330
+1FE1A
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+417.5018214768003
+ 20
+682.556965953219
+ 30
+0.0
+ 40
+0.9
+  1
+0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+1FE21
+330
+1FE1A
+100
+AcDbEntity
+  8
+0
+  0
+LINE
+  5
+1FF9B
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+0.0293825030758937
+ 20
+624.9972809665259
+ 30
+0.0
+ 11
+0.0003931386999056
+ 21
+-354.0017847744181
+ 31
+0.0
+  0
+LINE
+  5
+1FF9C
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+0.0003931386999056
+ 20
+-354.0017847744181
+ 30
+0.0
+ 11
+1915.000174710225
+ 21
+-354.0025838015856
+ 31
+0.0
+  0
+LINE
+  5
+1FF9D
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1915.000174710225
+ 20
+-354.0025838015856
+ 30
+0.0
+ 11
+1915.807613305564
+ 21
+717.6971898033849
+ 31
+0.0
+  0
+LINE
+  5
+1FF9E
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1915.807613305564
+ 20
+717.6971898033849
+ 30
+0.0
+ 11
+320.9050956862534
+ 21
+717.9973776792056
+ 31
+0.0
+  0
+LINE
+  5
+1FF9F
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+320.2496091402656
+ 20
+710.1100852745093
+ 30
+0.0
+ 11
+1907.876043209935
+ 21
+710.1100852745093
+ 31
+0.0
+  0
+LINE
+  5
+1FFA0
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1907.876043209935
+ 20
+710.1100852745093
+ 30
+0.0
+ 11
+1906.75467818287
+ 21
+631.7334340545078
+ 31
+0.0
+  0
+LINE
+  5
+1FFA1
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1906.75467818287
+ 20
+631.7334340545078
+ 30
+0.0
+ 11
+320.0430076826426
+ 21
+631.7334340545078
+ 31
+0.0
+  0
+LINE
+  5
+1FFA2
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+8.24509495290971
+ 20
+624.9972809665259
+ 30
+0.0
+ 11
+8.242406693885641
+ 21
+-345.7563650480288
+ 31
+0.0
+  0
+LINE
+  5
+1FFA3
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+8.242406693885641
+ 20
+-345.7563650480288
+ 30
+0.0
+ 11
+1906.754783827859
+ 21
+-345.7571927852497
+ 31
+0.0
+  0
+LINE
+  5
+1FFA4
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1906.754783827859
+ 20
+-345.7571927852497
+ 30
+0.0
+ 11
+1906.754783827859
+ 21
+625.3255029417036
+ 31
+0.0
+  0
+INSERT
+  5
+211B8
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Equtor
+ 10
+484.0018196394665
+ 20
+672.9977950404305
+ 30
+0.0
+ 41
+22.0
+ 42
+15.0
+ 43
+22.0
+  0
+ATTRIB
+  5
+211B9
+330
+211B8
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+484.0018196394665
+ 20
+672.9977950404305
+ 30
+0.0
+ 40
+1.5
+  1
+CWM-CWS03:Ctrl-Key-083:OFF
+ 41
+1.466666666666666
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+211BA
+330
+211B8
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+484.0018196394665
+ 20
+672.9977950404305
+ 30
+0.0
+ 40
+1.5
+  1
+Automatic control
+ 41
+1.466666666666666
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+EQU-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+211BB
+330
+211B8
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+484.0018196394665
+ 20
+672.9977950404305
+ 30
+0.0
+ 40
+1.5
+  1
+10
+ 41
+1.466666666666666
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+211BC
+330
+211B8
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+484.0018196394665
+ 20
+672.9977950404305
+ 30
+0.0
+ 40
+1.5
+  1
+Manual control
+ 41
+1.466666666666666
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+EQU-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+211BD
+330
+211B8
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+484.0018196394665
+ 20
+672.9977950404305
+ 30
+0.0
+ 40
+1.5
+  1
+12
+ 41
+1.466666666666666
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+211BE
+330
+211B8
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+484.0018196394665
+ 20
+672.9977950404305
+ 30
+0.0
+ 40
+1.5
+  1
+0
+ 41
+1.466666666666666
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+211BF
+330
+211B8
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+484.0018196394665
+ 20
+672.9977950404305
+ 30
+0.0
+ 40
+1.5
+  1
+0
+ 41
+1.466666666666666
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+211C0
+330
+211B8
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+484.0018196394665
+ 20
+672.9977950404305
+ 30
+0.0
+ 40
+1.5
+  1
+0
+ 41
+1.466666666666666
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+211C1
+330
+211B8
+100
+AcDbEntity
+  8
+0
+  0
+TEXT
+  5
+211C2
+330
+1F
+100
+AcDbEntity
+  8
+TEXTE
+ 62
+     7
+100
+AcDbText
+ 10
+539.0018196394666
+ 20
+695.2545026667356
+ 30
+13363.2
+ 40
+8.0
+  1
+Control mode
+ 72
+     1
+ 11
+583.6684863061332
+ 21
+695.2545026667356
+ 31
+13363.2
+100
+AcDbText
+  0
+SOLID
+  5
+211C3
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbTrace
+ 10
+477.8018212902946
+ 20
+704.7977994377808
+ 30
+13593.6
+ 11
+477.8018212902945
+ 21
+668.9977950715749
+ 31
+13593.6
+ 12
+691.0018208181558
+ 22
+704.7977980258175
+ 32
+13593.6
+ 13
+691.0018208181557
+ 23
+668.9977936284673
+ 33
+13593.6
+  0
+SOLID
+  5
+211C4
+330
+1F
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+477.8018212902946
+ 20
+704.7977994377808
+ 30
+13593.6
+ 11
+691.0018208181558
+ 21
+704.7977980258175
+ 31
+13593.6
+ 12
+476.0018212902943
+ 22
+706.5977994377803
+ 32
+13593.6
+ 13
+693.0018179411533
+ 23
+706.5978018897284
+ 33
+13593.6
+  0
+SOLID
+  5
+211C5
+330
+1F
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+476.0018255009554
+ 20
+666.9977950404305
+ 30
+13593.6
+ 11
+477.8018212622646
+ 21
+668.9977950404305
+ 31
+13593.6
+ 12
+476.0018212902943
+ 22
+706.5977994377803
+ 32
+13593.6
+ 13
+477.8018212902946
+ 23
+704.7977994377808
+ 33
+13593.6
+  0
+SOLID
+  5
+211C6
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+476.0018255009554
+ 20
+666.9977950404305
+ 30
+13593.6
+ 11
+693.0018242502893
+ 21
+666.9977955998799
+ 31
+13593.6
+ 12
+477.8018212622646
+ 22
+668.9977950404305
+ 32
+13593.6
+ 13
+691.0018208181557
+ 23
+668.9977950404305
+ 33
+13593.6
+  0
+LWPOLYLINE
+  5
+211C7
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 38
+13593.6
+ 10
+476.0018260044587
+ 20
+666.9977955998799
+ 10
+693.0018196394666
+ 20
+666.9977955998799
+ 10
+693.0018196394666
+ 20
+706.5978033016916
+ 10
+476.0018260044587
+ 20
+706.5978033016916
+  0
+SOLID
+  5
+211C8
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+693.0018236951582
+ 20
+666.9977961550095
+ 30
+13593.6
+ 11
+691.0018208181557
+ 21
+668.9977936284673
+ 31
+13593.6
+ 12
+693.0018179411533
+ 22
+706.5978018897284
+ 32
+13593.6
+ 13
+691.0018208181558
+ 23
+704.7977980258175
+ 33
+13593.6
+  0
+TEXT
+  5
+211F9
+330
+1F
+100
+AcDbEntity
+  8
+TEXTE
+ 62
+     7
+100
+AcDbText
+ 10
+558.0805751806211
+ 20
+652.6491519226253
+ 30
+27251.2
+ 40
+8.0
+  1
+PLC Life
+100
+AcDbText
+  0
+INSERT
+  5
+211FA
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Valnum
+ 10
+567.0805751806211
+ 20
+639.7744348202792
+ 30
+27251.2
+ 41
+1.199999999999999
+ 42
+1.199999999999999
+ 43
+1.5
+  0
+ATTRIB
+  5
+211FB
+330
+211FA
+100
+AcDbEntity
+  8
+IMG027
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+619.8805751806211
+ 20
+639.7744348202792
+ 30
+27251.2
+ 40
+9.599999999999999
+  1
+CWM-CWS03:Ctrl-PLC-001:PLCLife
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+211FC
+330
+211FA
+100
+AcDbEntity
+  8
+IMG027
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+619.8805751806211
+ 20
+639.7744348202792
+ 30
+27251.2
+ 40
+9.599999999999999
+  1
+14
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+211FD
+330
+211FA
+100
+AcDbEntity
+  8
+IMG027
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+619.8805751806211
+ 20
+639.7744348202792
+ 30
+27251.2
+ 40
+9.599999999999999
+  1
+0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+211FE
+330
+211FA
+100
+AcDbEntity
+  8
+0
+  0
+SOLID
+  5
+211FF
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbTrace
+ 10
+550.8018250616536
+ 20
+661.6699513429654
+ 30
+27481.6
+ 11
+550.8018250616536
+ 21
+638.6699514506327
+ 31
+27481.6
+ 12
+620.0805738566152
+ 22
+661.5844290605179
+ 32
+27481.6
+ 13
+620.0805738566152
+ 23
+638.5844287740434
+ 33
+27481.6
+  0
+SOLID
+  5
+21200
+330
+1F
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+550.8018250616536
+ 20
+661.6699513429654
+ 30
+27481.6
+ 11
+620.0805738566152
+ 21
+661.5844290605179
+ 31
+27481.6
+ 12
+549.0018250616534
+ 22
+663.4699513429652
+ 32
+27481.6
+ 13
+622.0805723036185
+ 23
+663.469955206876
+ 33
+27481.6
+  0
+SOLID
+  5
+21201
+330
+1F
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+549.0018250616534
+ 20
+636.869951450633
+ 30
+27251.2
+ 11
+550.8018250616536
+ 21
+638.6699514506327
+ 31
+27251.2
+ 12
+549.0018250616534
+ 22
+663.4699513429652
+ 32
+27251.2
+ 13
+550.8018250616536
+ 23
+661.6699513429654
+ 33
+27251.2
+  0
+SOLID
+  5
+21202
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+549.0018250336232
+ 20
+636.8699470397133
+ 30
+27481.6
+ 11
+621.7950464560978
+ 21
+636.8699561745613
+ 31
+27481.6
+ 12
+550.8018250336234
+ 22
+638.6699470397131
+ 32
+27481.6
+ 13
+620.0805738566152
+ 23
+638.5844287740434
+ 33
+27481.6
+  0
+LWPOLYLINE
+  5
+21203
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 38
+27481.6
+ 10
+549.0018235183091
+ 20
+663.469955206876
+ 10
+622.0805723036185
+ 20
+663.469955206876
+ 10
+622.0805780576236
+ 20
+636.8699561745613
+ 10
+549.0018292723142
+ 20
+636.8699561745613
+  0
+SOLID
+  5
+21204
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+621.8805738566153
+ 20
+636.7844287740437
+ 30
+27481.6
+ 11
+620.0805738566152
+ 21
+638.5844287740434
+ 31
+27481.6
+ 12
+621.8805795024929
+ 22
+663.3844290605176
+ 32
+27481.6
+ 13
+620.0805738566152
+ 23
+661.5844290605179
+ 33
+27481.6
+  0
+SOLID
+  5
+21799
+330
+1F
+100
+AcDbEntity
+  8
+INSTRUM
+ 62
+     0
+380
+     2
+100
+AcDbTrace
+ 10
+1856.876573816676
+ 20
+-295.0022674291052
+ 30
+0.0
+ 11
+257.2673970851641
+ 21
+-296.0021811998607
+ 31
+0.0
+ 12
+1856.879705781988
+ 22
+605.8315202988951
+ 32
+0.0
+ 13
+257.2705315654634
+ 23
+605.8315202988956
+ 33
+0.0
+  0
+SOLID
+  5
+2179A
+330
+1F
+100
+AcDbEntity
+  8
+INSTRUM
+ 62
+     8
+100
+AcDbTrace
+ 10
+1057.082597775322
+ 20
+614.0505607561003
+ 30
+-26.38525125227469
+ 11
+1593.009593671838
+ 21
+614.0277824560894
+ 31
+-26.38525125227469
+ 12
+1065.327983640734
+ 22
+605.8051697397645
+ 32
+-26.38525125227469
+ 13
+1584.787089262867
+ 23
+605.8051697397645
+ 33
+-26.38525125227469
+ 39
+26.38525125227469
+  0
+SOLID
+  5
+2179B
+330
+1F
+100
+AcDbEntity
+  8
+INSTRUM
+ 62
+     8
+380
+     2
+100
+AcDbTrace
+ 10
+249.0112308914874
+ 20
+614.0541330152203
+ 30
+-4665.6
+ 11
+257.2566219685203
+ 21
+605.8087419988844
+ 31
+-4665.6
+ 12
+249.0113508220854
+ 22
+-305.0022042240702
+ 32
+-4665.6
+ 13
+257.232604628717
+ 23
+-296.0022029499589
+ 33
+-4665.6
+  0
+SOLID
+  5
+2179C
+330
+1F
+100
+AcDbEntity
+  8
+INSTRUM
+ 62
+     7
+380
+     2
+100
+AcDbTrace
+ 10
+1865.107990202184
+ 20
+-303.0022042240702
+ 30
+0.0
+ 11
+1856.876508782792
+ 21
+-295.0022042240702
+ 31
+0.0
+ 12
+1865.111187201376
+ 22
+614.0541317920005
+ 32
+0.0
+ 13
+1856.865796185041
+ 23
+605.8087407756647
+ 33
+0.0
+  0
+SOLID
+  5
+2179D
+330
+1F
+100
+AcDbEntity
+  8
+INSTRUM
+ 62
+     7
+380
+     2
+100
+AcDbTrace
+ 10
+249.0113508220854
+ 20
+-305.0022042240702
+ 30
+0.0
+ 11
+1865.107990202184
+ 21
+-303.0022042240702
+ 31
+0.0
+ 12
+257.232604628717
+ 22
+-296.0022029499589
+ 32
+0.0
+ 13
+1856.876508782792
+ 23
+-295.0022042240702
+ 33
+0.0
+  0
+SOLID
+  5
+2179E
+330
+1F
+100
+AcDbEntity
+  8
+INSTRUM
+ 62
+     8
+100
+AcDbTrace
+ 10
+784.961460174881
+ 20
+614.0277824560894
+ 30
+-26.38525125227469
+ 11
+1057.087920471976
+ 21
+614.0277824560894
+ 31
+-26.38525125227469
+ 12
+793.2068460402945
+ 22
+605.7823914397536
+ 32
+-26.38525125227469
+ 13
+1048.813968007745
+ 23
+605.7823914397536
+ 33
+-26.38525125227469
+ 39
+26.38525125227469
+  0
+SOLID
+  5
+2179F
+330
+1F
+100
+AcDbEntity
+  8
+INSTRUM
+ 62
+     8
+100
+AcDbTrace
+ 10
+249.0205546814221
+ 20
+614.0277824560894
+ 30
+-26.38525125227443
+ 11
+784.9475505779375
+ 21
+614.0050041560782
+ 31
+-26.38525125227443
+ 12
+257.2659405468346
+ 22
+605.7823914397536
+ 32
+-26.38525125227443
+ 13
+776.7250461689664
+ 23
+605.7823914397536
+ 33
+-26.38525125227443
+ 39
+26.38525125227469
+  0
+SOLID
+  5
+217A0
+330
+1F
+100
+AcDbEntity
+  8
+INSTRUM
+ 62
+     8
+100
+AcDbTrace
+ 10
+1593.009593671838
+ 20
+614.0277824560894
+ 30
+-26.38525125227469
+ 11
+1865.136053968934
+ 21
+614.0277824560898
+ 31
+-26.38525125227469
+ 12
+1601.254979537252
+ 22
+605.7823914397536
+ 32
+-26.38525125227469
+ 13
+1856.862101504703
+ 23
+605.7823914397536
+ 33
+-26.38525125227469
+ 39
+26.38525125227469
+  0
+TEXT
+  5
+217A1
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbText
+ 10
+803.0018214930766
+ 20
+275.1555130511381
+ 30
+0.0
+ 40
+12.96
+  1
+Vane regulation (°C)
+  7
+GRAS
+100
+AcDbText
+  0
+SOLID
+  5
+217A2
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     7
+100
+AcDbTrace
+ 10
+1846.11219643328
+ 20
+429.9352356336848
+ 30
+0.0
+ 11
+1844.91219643328
+ 21
+431.1352356336847
+ 31
+0.0
+ 12
+1846.112196548287
+ 22
+447.9352393368976
+ 32
+0.0
+ 13
+1844.912196548288
+ 23
+446.7352393368978
+ 33
+0.0
+  0
+SOLID
+  5
+217A6
+330
+1F
+100
+AcDbEntity
+  8
+INSTRUM
+ 62
+     7
+380
+     2
+100
+AcDbTrace
+ 10
+1057.052722035328
+ 20
+-304.0022128231559
+ 30
+0.0
+ 11
+1048.807332988745
+ 21
+-295.5073905387881
+ 31
+0.0
+ 12
+1057.055857555765
+ 22
+614.027782456092
+ 32
+0.0
+ 13
+1048.810466539429
+ 23
+605.7823914397562
+ 33
+0.0
+  0
+SOLID
+  5
+217A7
+330
+1F
+100
+AcDbEntity
+  8
+INSTRUM
+ 62
+     8
+380
+     2
+100
+AcDbTrace
+ 10
+1057.052637317926
+ 20
+614.027782456092
+ 30
+0.0
+ 11
+1065.298028394959
+ 21
+605.7823914397557
+ 31
+0.0
+ 12
+1057.052722035328
+ 22
+-304.0022128231559
+ 32
+0.0
+ 13
+1065.294827801339
+ 23
+-295.2865218355339
+ 33
+0.0
+  0
+SOLID
+  5
+217A8
+330
+1F
+100
+AcDbEntity
+  8
+INSTRUM
+ 62
+     7
+380
+     2
+100
+AcDbTrace
+ 10
+784.9576869094958
+ 20
+-304.3389439671922
+ 30
+0.0
+ 11
+776.709044687027
+ 21
+-295.6774788512518
+ 31
+0.0
+ 12
+784.9575698454011
+ 22
+614.027782456092
+ 32
+0.0
+ 13
+776.7121788290644
+ 23
+605.7823914397562
+ 33
+0.0
+  0
+SOLID
+  5
+217A9
+330
+1F
+100
+AcDbEntity
+  8
+INSTRUM
+ 62
+     8
+380
+     2
+100
+AcDbTrace
+ 10
+784.9575692420359
+ 20
+614.027782456092
+ 30
+0.0
+ 11
+793.2029603190687
+ 21
+605.7823914397557
+ 31
+0.0
+ 12
+784.9576869094958
+ 22
+-304.3389439671922
+ 32
+0.0
+ 13
+793.199827173986
+ 23
+-295.6671492931597
+ 33
+0.0
+  0
+SOLID
+  5
+217AB
+330
+1F
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+804.0567312591031
+ 20
+453.9343806031292
+ 30
+0.0
+ 11
+828.0567300640434
+ 21
+453.9343806222563
+ 31
+0.0
+ 12
+805.2567312782304
+ 22
+455.134380622256
+ 32
+0.0
+ 13
+826.8567300640427
+ 23
+455.134380622256
+ 33
+0.0
+  0
+SOLID
+  5
+217AC
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+805.2567312782304
+ 20
+455.134380622256
+ 30
+0.0
+ 11
+804.0567312782297
+ 21
+453.9343806222563
+ 31
+0.0
+ 12
+805.2567312782304
+ 22
+556.9250591364806
+ 32
+0.0
+ 13
+804.0567312782297
+ 23
+558.1250591364809
+ 33
+0.0
+  0
+SOLID
+  5
+217AD
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+805.2567312782304
+ 20
+556.9250591364806
+ 30
+0.0
+ 11
+826.8567300640427
+ 21
+556.9250591364815
+ 31
+0.0
+ 12
+804.0567312782297
+ 22
+558.1250591364809
+ 32
+0.0
+ 13
+828.0567300640434
+ 23
+558.1250591364813
+ 33
+0.0
+  0
+SOLID
+  5
+217AE
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     7
+100
+AcDbTrace
+ 10
+828.0567300640434
+ 20
+453.9343806222563
+ 30
+0.0
+ 11
+826.8567300640427
+ 21
+455.134380622256
+ 31
+0.0
+ 12
+828.0567300640434
+ 22
+558.1250591364813
+ 32
+0.0
+ 13
+826.8567300640427
+ 23
+556.9250591364815
+ 33
+0.0
+  0
+LWPOLYLINE
+  5
+217AF
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 39
+19.2
+ 10
+828.0567300640434
+ 20
+555.9343817518646
+ 10
+836.4567310129226
+ 20
+555.9343817518646
+  0
+LWPOLYLINE
+  5
+217B0
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 39
+19.2
+ 10
+828.0567300640434
+ 20
+455.1343816369011
+ 10
+836.456730064043
+ 20
+455.1343816369011
+  0
+LWPOLYLINE
+  5
+217B1
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 39
+19.2
+ 10
+828.0567300640434
+ 20
+455.1343816369011
+ 10
+828.0567300640434
+ 20
+558.1250591364813
+  0
+LWPOLYLINE
+  5
+217B2
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 39
+19.2
+ 10
+828.0567300640434
+ 20
+513.9343806270375
+ 10
+831.6567310129224
+ 20
+513.9343806270375
+  0
+LWPOLYLINE
+  5
+217B3
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 39
+19.2
+ 10
+828.0567300640434
+ 20
+507.9343806270375
+ 10
+830.4567310129225
+ 20
+507.9343806270375
+  0
+LWPOLYLINE
+  5
+217B4
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 39
+19.2
+ 10
+828.0567300640434
+ 20
+501.9343817518646
+ 10
+830.4567305566646
+ 20
+501.9343817518646
+  0
+LWPOLYLINE
+  5
+217B5
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 39
+19.2
+ 10
+828.0567300640434
+ 20
+495.9343817518646
+ 10
+830.4567305566646
+ 20
+495.9343817518646
+  0
+LWPOLYLINE
+  5
+217B6
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 39
+19.2
+ 10
+828.0567300640434
+ 20
+489.9343817518646
+ 10
+830.4567305566646
+ 20
+489.9343817518646
+  0
+LWPOLYLINE
+  5
+217B7
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 39
+19.2
+ 10
+828.0567300640434
+ 20
+483.9343817518646
+ 10
+830.4567305566646
+ 20
+483.9343817518646
+  0
+LWPOLYLINE
+  5
+217B8
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 39
+19.2
+ 10
+828.0567300640434
+ 20
+477.9343817518646
+ 10
+830.4567305566646
+ 20
+477.9343817518646
+  0
+LWPOLYLINE
+  5
+217B9
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 39
+19.2
+ 10
+828.0567300640434
+ 20
+471.9343817518646
+ 10
+830.4567305566646
+ 20
+471.9343817518646
+  0
+LWPOLYLINE
+  5
+217BA
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 39
+19.2
+ 10
+828.0567300640434
+ 20
+465.9343817518646
+ 10
+830.4567305566646
+ 20
+465.9343817518646
+  0
+LWPOLYLINE
+  5
+217BB
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 39
+19.2
+ 10
+828.0567300640434
+ 20
+459.9343817518646
+ 10
+830.4567305566646
+ 20
+459.9343817518646
+  0
+LWPOLYLINE
+  5
+217BC
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 39
+19.2
+ 10
+828.0567300640434
+ 20
+519.9343817518646
+ 10
+830.4567305566646
+ 20
+519.9343817518646
+  0
+LWPOLYLINE
+  5
+217BD
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 39
+19.2
+ 10
+828.0567300640434
+ 20
+525.9343817518646
+ 10
+830.4567305566646
+ 20
+525.9343817518646
+  0
+LWPOLYLINE
+  5
+217BE
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 39
+19.2
+ 10
+828.0567300640434
+ 20
+531.9343817518646
+ 10
+830.4567305566646
+ 20
+531.9343817518646
+  0
+LWPOLYLINE
+  5
+217BF
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 39
+19.2
+ 10
+828.0567300640434
+ 20
+537.9343817518646
+ 10
+830.4567305566646
+ 20
+537.9343817518646
+  0
+LWPOLYLINE
+  5
+217C0
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 39
+19.2
+ 10
+828.0567300640434
+ 20
+543.9343817518646
+ 10
+830.4567305566646
+ 20
+543.9343817518646
+  0
+LWPOLYLINE
+  5
+217C1
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 39
+19.2
+ 10
+828.0567300640434
+ 20
+549.9343817518646
+ 10
+830.4567305566646
+ 20
+549.9343817518646
+  0
+LWPOLYLINE
+  5
+217C2
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 39
+19.2
+ 10
+828.0567300640434
+ 20
+555.9343817518646
+ 10
+830.4567305566646
+ 20
+555.9343817518646
+  0
+TEXT
+  5
+217C3
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbText
+ 10
+837.6567310129223
+ 20
+546.9142421899017
+ 30
+0.0000000000000256
+ 40
+9.599999999999999
+  1
+50
+100
+AcDbText
+  0
+TEXT
+  5
+217C4
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbText
+ 10
+838.8567310129221
+ 20
+455.1343806270377
+ 30
+0.0000000000000256
+ 40
+9.599999999999999
+  1
+0
+100
+AcDbText
+  0
+TEXT
+  5
+217C5
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbText
+ 10
+799.8082463656812
+ 20
+561.8790896395807
+ 30
+0.0
+ 40
+9.599999999999999
+  1
+Setpoint:
+  7
+GRAS
+100
+AcDbText
+  0
+SOLID
+  5
+217C6
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+793.2028070611043
+ 20
+421.5343802344213
+ 30
+0.0
+ 11
+1048.80992872778
+ 21
+421.5343802344213
+ 31
+0.0
+ 12
+784.9587093837619
+ 22
+423.9343832480653
+ 32
+0.0
+ 13
+1057.055321758364
+ 23
+423.9343833683927
+ 33
+0.0
+  0
+SOLID
+  5
+217C7
+330
+1F
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+784.957418210892
+ 20
+423.9343832480643
+ 30
+0.0
+ 11
+1057.055321758364
+ 21
+423.9343833683927
+ 31
+0.0
+ 12
+793.2028237443558
+ 22
+425.2239013662896
+ 32
+0.0
+ 13
+1048.809941555288
+ 23
+425.2239013662642
+ 33
+0.0
+  0
+SOLID
+  5
+217D0
+330
+1F
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     8
+100
+AcDbTrace
+ 10
+873.6567526330784
+ 20
+446.7343862810597
+ 30
+0.0
+ 11
+805.2567312782304
+ 21
+446.7343808183407
+ 31
+0.0
+ 12
+874.8567529234026
+ 22
+447.9343862810595
+ 32
+0.0
+ 13
+804.0567312590631
+ 23
+447.9343808375082
+ 33
+0.0
+  0
+SOLID
+  5
+217D1
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     7
+100
+AcDbTrace
+ 10
+874.8567311632216
+ 20
+429.9343811896177
+ 30
+-4665.600000000001
+ 11
+804.0567313932381
+ 21
+429.9343771151273
+ 31
+-4665.600000000001
+ 12
+873.6567311632226
+ 22
+431.1343811896175
+ 32
+-4665.600000000001
+ 13
+805.256731393238
+ 23
+431.1343771151272
+ 33
+-4665.600000000001
+  0
+SOLID
+  5
+217D2
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+804.0567313932381
+ 20
+429.9343771151273
+ 30
+0.0
+ 11
+805.256731393238
+ 21
+431.1343771151272
+ 31
+0.0
+ 12
+804.0567312782297
+ 22
+447.9343808183406
+ 32
+0.0
+ 13
+805.2567312782304
+ 23
+446.7343808183407
+ 33
+0.0
+  0
+SOLID
+  5
+217D3
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     7
+100
+AcDbTrace
+ 10
+874.8567311632216
+ 20
+429.9343811896177
+ 30
+-4665.600000000001
+ 11
+873.6567311632226
+ 21
+431.1343811896175
+ 31
+-4665.600000000001
+ 12
+874.8567312782309
+ 22
+447.9343848928305
+ 32
+-4665.600000000001
+ 13
+873.6567312782302
+ 23
+446.7343848928306
+ 33
+-4665.600000000001
+  0
+SOLID
+  5
+217DA
+330
+1F
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     8
+100
+AcDbTrace
+ 10
+955.2567525180704
+ 20
+446.7343849618917
+ 30
+-9331.2
+ 11
+886.8567311632235
+ 21
+446.734380887401
+ 31
+-9331.2
+ 12
+956.4567528083955
+ 22
+447.9343849618925
+ 32
+-9331.2
+ 13
+885.6567311632227
+ 23
+447.9343808874013
+ 33
+-9331.2
+  0
+SOLID
+  5
+217DB
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     7
+100
+AcDbTrace
+ 10
+956.4567528824793
+ 20
+429.9343812586783
+ 30
+-4665.6
+ 11
+885.6567312782319
+ 21
+429.9343771841876
+ 31
+-4665.6
+ 12
+955.2567514203857
+ 22
+431.1343812586791
+ 32
+-4665.6
+ 13
+886.8567312782309
+ 23
+431.1343771841879
+ 33
+-4665.6
+  0
+SOLID
+  5
+217DC
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+885.6567312782319
+ 20
+429.9343771841876
+ 30
+-4665.6
+ 11
+886.8567312782309
+ 21
+431.1343771841879
+ 31
+-4665.6
+ 12
+885.6567311632227
+ 22
+447.9343808874013
+ 32
+-4665.6
+ 13
+886.8567311632235
+ 23
+446.734380887401
+ 33
+-4665.6
+  0
+SOLID
+  5
+217DD
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     7
+100
+AcDbTrace
+ 10
+956.4567310482145
+ 20
+429.9343798704502
+ 30
+-6412.8
+ 11
+955.2567310482139
+ 21
+431.13437987045
+ 31
+-6412.8
+ 12
+956.456731163222
+ 22
+447.9343835736634
+ 32
+-6412.8
+ 13
+955.256731163223
+ 23
+446.7343835736627
+ 33
+-6412.8
+  0
+SOLID
+  5
+217E4
+330
+1F
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     8
+100
+AcDbTrace
+ 10
+1036.856752748086
+ 20
+446.7343862810597
+ 30
+-4665.600000000001
+ 11
+968.456731508246
+ 21
+446.7343808183407
+ 31
+-4665.600000000001
+ 12
+1038.056731393238
+ 22
+447.9343848928305
+ 32
+-4665.600000000001
+ 13
+967.2567315082453
+ 23
+447.9343808183406
+ 33
+-4665.600000000001
+  0
+SOLID
+  5
+217E5
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     7
+100
+AcDbTrace
+ 10
+1038.056753112495
+ 20
+429.9343825778463
+ 30
+-7584.000000000003
+ 11
+967.2567316232546
+ 21
+429.9343771151273
+ 31
+-7584.000000000003
+ 12
+1036.856751650401
+ 22
+431.1343825778461
+ 32
+-7584.000000000003
+ 13
+968.4567316232543
+ 23
+431.1343771151272
+ 33
+-7584.000000000003
+  0
+SOLID
+  5
+217E6
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+967.2567316232546
+ 20
+429.9343771151273
+ 30
+0.0
+ 11
+968.4567316232543
+ 21
+431.1343771151272
+ 31
+0.0
+ 12
+967.2567315082453
+ 22
+447.9343808183406
+ 32
+0.0
+ 13
+968.456731508246
+ 23
+446.7343808183407
+ 33
+0.0
+  0
+SOLID
+  5
+217E7
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     7
+100
+AcDbTrace
+ 10
+1038.05673127823
+ 20
+429.9343811896177
+ 30
+-4665.600000000001
+ 11
+1036.856731278231
+ 21
+431.1343811896175
+ 31
+-4665.600000000001
+ 12
+1038.056731393238
+ 22
+447.9343848928305
+ 32
+-4665.600000000001
+ 13
+1036.856731393238
+ 23
+446.7343848928306
+ 33
+-4665.600000000001
+  0
+SOLID
+  5
+217E8
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+880.8567312782209
+ 20
+429.9343771841876
+ 30
+0.0
+ 11
+879.6567312782228
+ 21
+429.934381465854
+ 31
+0.0
+ 12
+880.8567312782308
+ 22
+555.3324266889252
+ 32
+0.0
+ 13
+879.65673127823
+ 23
+555.3324266889252
+ 33
+0.0
+ 39
+19.2
+  0
+SOLID
+  5
+217E9
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+962.4567312782112
+ 20
+429.9148224586778
+ 30
+19.2
+ 11
+961.2567312782115
+ 21
+429.9343815349142
+ 31
+19.2
+ 12
+962.4567312782202
+ 22
+555.3324266889252
+ 32
+19.2
+ 13
+961.2567312782196
+ 23
+555.3324266889252
+ 33
+19.2
+ 39
+19.2
+  0
+INSERT
+  5
+217EA
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Bargraphe
+ 10
+806.4567312782303
+ 20
+456.3343808183407
+ 30
+0.0
+ 41
+19.2
+ 42
+100.0
+ 43
+19.2
+  0
+ATTRIB
+  5
+217EB
+330
+217EA
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+806.4567312782303
+ 20
+456.3343808183407
+ 30
+0.0
+ 40
+9.999999999999998
+  1
+CWM-CWS03:Ctrl-PLC-001:R10Trsh
+ 41
+0.1919999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+217EC
+330
+217EA
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+806.4567312782303
+ 20
+456.3343808183407
+ 30
+0.0
+ 40
+9.999999999999998
+  1
+0
+ 41
+0.1919999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MINI
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+217ED
+330
+217EA
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+806.4567312782303
+ 20
+456.3343808183407
+ 30
+0.0
+ 40
+9.999999999999998
+  1
+50
+ 41
+0.1919999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MAXI
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+217EE
+330
+217EA
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+806.4567312782303
+ 20
+456.3343808183407
+ 30
+0.0
+ 40
+9.999999999999998
+  1
+0
+ 41
+0.1919999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SENS
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+217EF
+330
+217EA
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+806.4567312782303
+ 20
+456.3343808183407
+ 30
+0.0
+ 40
+9.999999999999998
+  1
+0
+ 41
+0.1919999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+LOG
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+217F0
+330
+217EA
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+806.4567312782303
+ 20
+456.3343808183407
+ 30
+0.0
+ 40
+9.999999999999998
+  1
+9
+ 41
+0.1919999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+217F1
+330
+217EA
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+806.4567312782303
+ 20
+456.3343808183407
+ 30
+0.0
+ 40
+9.999999999999998
+  1
+0
+ 41
+0.1919999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+217F2
+330
+217EA
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+  0
+SOLID
+  5
+217FF
+330
+1F
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+885.6567311632227
+ 20
+453.9343806222563
+ 30
+0.0
+ 11
+909.656729968163
+ 21
+453.9343806413834
+ 31
+0.0
+ 12
+886.85673118235
+ 22
+455.1343806413832
+ 32
+0.0
+ 13
+908.4567299681632
+ 23
+455.1343806413832
+ 33
+0.0
+  0
+SOLID
+  5
+21800
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+886.85673118235
+ 20
+455.1343806413832
+ 30
+0.0
+ 11
+885.6567311823503
+ 21
+453.9343806413834
+ 31
+0.0
+ 12
+886.85673118235
+ 22
+556.9250591556082
+ 32
+0.0
+ 13
+885.6567311823503
+ 23
+558.125059155608
+ 33
+0.0
+  0
+SOLID
+  5
+21801
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+886.85673118235
+ 20
+556.9250591556082
+ 30
+0.0
+ 11
+908.4567299681632
+ 21
+556.9250591556087
+ 31
+0.0
+ 12
+885.6567311823503
+ 22
+558.125059155608
+ 32
+0.0
+ 13
+909.656729968163
+ 23
+558.1250591556084
+ 33
+0.0
+  0
+SOLID
+  5
+21802
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     7
+100
+AcDbTrace
+ 10
+909.656729968163
+ 20
+453.9343806413834
+ 30
+0.0
+ 11
+908.4567299681632
+ 21
+455.1343806413832
+ 31
+0.0
+ 12
+909.656729968163
+ 22
+558.1250591556084
+ 32
+0.0
+ 13
+908.4567299681632
+ 23
+556.9250591556087
+ 33
+0.0
+  0
+LWPOLYLINE
+  5
+21803
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 39
+19.2
+ 10
+909.656729968163
+ 20
+555.9343817709917
+ 10
+918.0567309170422
+ 20
+555.9343817709917
+  0
+LWPOLYLINE
+  5
+21804
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 39
+19.2
+ 10
+909.656729968163
+ 20
+455.1343816560282
+ 10
+918.0567299681626
+ 20
+455.1343816560282
+  0
+LWPOLYLINE
+  5
+21805
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 39
+19.2
+ 10
+909.656729968163
+ 20
+455.1343816560282
+ 10
+909.656729968163
+ 20
+558.1250591556084
+  0
+LWPOLYLINE
+  5
+21806
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 39
+19.2
+ 10
+909.656729968163
+ 20
+513.9343806461646
+ 10
+913.2567309170429
+ 20
+513.9343806461646
+  0
+LWPOLYLINE
+  5
+21807
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 39
+19.2
+ 10
+909.656729968163
+ 20
+507.9343806461646
+ 10
+912.0567309170422
+ 20
+507.9343806461646
+  0
+LWPOLYLINE
+  5
+21808
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 39
+19.2
+ 10
+909.656729968163
+ 20
+501.9343817709913
+ 10
+912.0567304607851
+ 20
+501.9343817709913
+  0
+LWPOLYLINE
+  5
+21809
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 39
+19.2
+ 10
+909.656729968163
+ 20
+495.9343817709918
+ 10
+912.0567304607851
+ 20
+495.9343817709918
+  0
+LWPOLYLINE
+  5
+2180A
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 39
+19.2
+ 10
+909.656729968163
+ 20
+489.9343817709917
+ 10
+912.0567304607851
+ 20
+489.9343817709917
+  0
+LWPOLYLINE
+  5
+2180B
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 39
+19.2
+ 10
+909.656729968163
+ 20
+483.9343817709917
+ 10
+912.0567304607851
+ 20
+483.9343817709917
+  0
+LWPOLYLINE
+  5
+2180C
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 39
+19.2
+ 10
+909.656729968163
+ 20
+477.9343817709913
+ 10
+912.0567304607851
+ 20
+477.9343817709913
+  0
+LWPOLYLINE
+  5
+2180D
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 39
+19.2
+ 10
+909.656729968163
+ 20
+471.9343817709917
+ 10
+912.0567304607851
+ 20
+471.9343817709917
+  0
+LWPOLYLINE
+  5
+2180E
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 39
+19.2
+ 10
+909.656729968163
+ 20
+465.9343817709912
+ 10
+912.0567304607851
+ 20
+465.9343817709912
+  0
+LWPOLYLINE
+  5
+2180F
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 39
+19.2
+ 10
+909.656729968163
+ 20
+459.9343817709917
+ 10
+912.0567304607851
+ 20
+459.9343817709917
+  0
+LWPOLYLINE
+  5
+21810
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 39
+19.2
+ 10
+909.656729968163
+ 20
+519.9343817709912
+ 10
+912.0567304607851
+ 20
+519.9343817709912
+  0
+LWPOLYLINE
+  5
+21811
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 39
+19.2
+ 10
+909.656729968163
+ 20
+525.9343817709917
+ 10
+912.0567304607851
+ 20
+525.9343817709917
+  0
+LWPOLYLINE
+  5
+21812
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 39
+19.2
+ 10
+909.656729968163
+ 20
+531.9343817709917
+ 10
+912.0567304607851
+ 20
+531.9343817709917
+  0
+LWPOLYLINE
+  5
+21813
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 39
+19.2
+ 10
+909.656729968163
+ 20
+537.9343817709917
+ 10
+912.0567304607851
+ 20
+537.9343817709917
+  0
+LWPOLYLINE
+  5
+21814
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 39
+19.2
+ 10
+909.656729968163
+ 20
+543.9343817709913
+ 10
+912.0567304607851
+ 20
+543.9343817709913
+  0
+LWPOLYLINE
+  5
+21815
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 39
+19.2
+ 10
+909.656729968163
+ 20
+549.9343817709918
+ 10
+912.0567304607851
+ 20
+549.9343817709918
+  0
+LWPOLYLINE
+  5
+21816
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 39
+19.2
+ 10
+909.656729968163
+ 20
+555.9343817709917
+ 10
+912.0567304607851
+ 20
+555.9343817709917
+  0
+TEXT
+  5
+21817
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbText
+ 10
+919.2567309170428
+ 20
+546.9142422090288
+ 30
+0.0000000000000256
+ 40
+9.599999999999999
+  1
+50
+100
+AcDbText
+  0
+TEXT
+  5
+21818
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbText
+ 10
+920.4567309170418
+ 20
+455.1343806461649
+ 30
+0.0000000000000256
+ 40
+9.599999999999999
+  1
+0
+100
+AcDbText
+  0
+TEXT
+  5
+21819
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbText
+ 10
+877.0018237785492
+ 20
+561.8790896587078
+ 30
+0.0
+ 40
+9.599999999999999
+  1
+Measure:
+  7
+GRAS
+100
+AcDbText
+  0
+INSERT
+  5
+2181A
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Bargraphe
+ 10
+888.0567311823508
+ 20
+456.3343808374683
+ 30
+0.0
+ 41
+19.2
+ 42
+100.0
+ 43
+19.2
+  0
+ATTRIB
+  5
+2181B
+330
+2181A
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+888.0567311823508
+ 20
+456.3343808374683
+ 30
+0.0
+ 40
+9.999999999999998
+  1
+CWM-CWS03:WtrC-TT-010:Tmp
+ 41
+0.1919999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+2181C
+330
+2181A
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+888.0567311823508
+ 20
+456.3343808374683
+ 30
+0.0
+ 40
+9.999999999999998
+  1
+0
+ 41
+0.1919999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MINI
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+2181D
+330
+2181A
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+888.0567311823508
+ 20
+456.3343808374683
+ 30
+0.0
+ 40
+9.999999999999998
+  1
+50
+ 41
+0.1919999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MAXI
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+2181E
+330
+2181A
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+888.0567311823508
+ 20
+456.3343808374683
+ 30
+0.0
+ 40
+9.999999999999998
+  1
+0
+ 41
+0.1919999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SENS
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+2181F
+330
+2181A
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+888.0567311823508
+ 20
+456.3343808374683
+ 30
+0.0
+ 40
+9.999999999999998
+  1
+0
+ 41
+0.1919999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+LOG
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21820
+330
+2181A
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+888.0567311823508
+ 20
+456.3343808374683
+ 30
+0.0
+ 40
+9.999999999999998
+  1
+10
+ 41
+0.1919999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21821
+330
+2181A
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+888.0567311823508
+ 20
+456.3343808374683
+ 30
+0.0
+ 40
+9.999999999999998
+  1
+0
+ 41
+0.1919999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+21822
+330
+2181A
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+  0
+SOLID
+  5
+21823
+330
+1F
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+967.2567315082462
+ 20
+453.9343806872888
+ 30
+0.0
+ 11
+991.2567303131856
+ 21
+453.9343807064159
+ 31
+0.0
+ 12
+968.4567315273728
+ 22
+455.1343807064157
+ 32
+0.0
+ 13
+990.0567303131868
+ 23
+455.1343807064157
+ 33
+0.0
+  0
+SOLID
+  5
+21824
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+968.4567315273728
+ 20
+455.1343807064157
+ 30
+0.0
+ 11
+967.2567315273738
+ 21
+453.9343807064159
+ 31
+0.0
+ 12
+968.4567315273728
+ 22
+556.9250592206407
+ 32
+0.0
+ 13
+967.2567315273738
+ 23
+558.1250592206405
+ 33
+0.0
+  0
+SOLID
+  5
+21825
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+968.4567315273728
+ 20
+556.9250592206407
+ 30
+0.0
+ 11
+990.0567303131868
+ 21
+556.9250592206412
+ 31
+0.0
+ 12
+967.2567315273738
+ 22
+558.1250592206405
+ 32
+0.0
+ 13
+991.2567303131856
+ 23
+558.1250592206409
+ 33
+0.0
+  0
+SOLID
+  5
+21826
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     7
+100
+AcDbTrace
+ 10
+991.2567303131856
+ 20
+453.9343807064159
+ 30
+0.0
+ 11
+990.0567303131868
+ 21
+455.1343807064157
+ 31
+0.0
+ 12
+991.2567303131856
+ 22
+558.1250592206409
+ 32
+0.0
+ 13
+990.0567303131868
+ 23
+556.9250592206412
+ 33
+0.0
+  0
+LWPOLYLINE
+  5
+21827
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 39
+19.2
+ 10
+991.2567303131856
+ 20
+555.9343818360242
+ 10
+999.6567312620648
+ 20
+555.9343818360242
+  0
+LWPOLYLINE
+  5
+21828
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 39
+19.2
+ 10
+991.2567303131856
+ 20
+455.1343817210607
+ 10
+999.6567303131863
+ 20
+455.1343817210607
+  0
+LWPOLYLINE
+  5
+21829
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 39
+19.2
+ 10
+991.2567303131856
+ 20
+455.1343817210607
+ 10
+991.2567303131856
+ 20
+558.1250592206409
+  0
+LWPOLYLINE
+  5
+2182A
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 39
+19.2
+ 10
+991.2567303131856
+ 20
+513.9343807111971
+ 10
+994.8567312620655
+ 20
+513.9343807111971
+  0
+LWPOLYLINE
+  5
+2182B
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 39
+19.2
+ 10
+991.2567303131856
+ 20
+507.9343807111971
+ 10
+993.6567312620647
+ 20
+507.9343807111971
+  0
+LWPOLYLINE
+  5
+2182C
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 39
+19.2
+ 10
+991.2567303131856
+ 20
+501.9343818360242
+ 10
+993.6567308058076
+ 20
+501.9343818360242
+  0
+LWPOLYLINE
+  5
+2182D
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 39
+19.2
+ 10
+991.2567303131856
+ 20
+495.9343818360243
+ 10
+993.6567308058076
+ 20
+495.9343818360243
+  0
+LWPOLYLINE
+  5
+2182E
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 39
+19.2
+ 10
+991.2567303131856
+ 20
+489.9343818360242
+ 10
+993.6567308058076
+ 20
+489.9343818360242
+  0
+LWPOLYLINE
+  5
+2182F
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 39
+19.2
+ 10
+991.2567303131856
+ 20
+483.9343818360243
+ 10
+993.6567308058076
+ 20
+483.9343818360243
+  0
+LWPOLYLINE
+  5
+21830
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 39
+19.2
+ 10
+991.2567303131856
+ 20
+477.9343818360242
+ 10
+993.6567308058076
+ 20
+477.9343818360242
+  0
+LWPOLYLINE
+  5
+21831
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 39
+19.2
+ 10
+991.2567303131856
+ 20
+471.9343818360242
+ 10
+993.6567308058076
+ 20
+471.9343818360242
+  0
+LWPOLYLINE
+  5
+21832
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 39
+19.2
+ 10
+991.2567303131856
+ 20
+465.9343818360238
+ 10
+993.6567308058076
+ 20
+465.9343818360238
+  0
+LWPOLYLINE
+  5
+21833
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 39
+19.2
+ 10
+991.2567303131856
+ 20
+459.9343818360242
+ 10
+993.6567308058076
+ 20
+459.9343818360242
+  0
+LWPOLYLINE
+  5
+21834
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 39
+19.2
+ 10
+991.2567303131856
+ 20
+519.9343818360242
+ 10
+993.6567308058076
+ 20
+519.9343818360242
+  0
+LWPOLYLINE
+  5
+21835
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 39
+19.2
+ 10
+991.2567303131856
+ 20
+525.9343818360243
+ 10
+993.6567308058076
+ 20
+525.9343818360243
+  0
+LWPOLYLINE
+  5
+21836
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 39
+19.2
+ 10
+991.2567303131856
+ 20
+531.9343818360238
+ 10
+993.6567308058076
+ 20
+531.9343818360238
+  0
+LWPOLYLINE
+  5
+21837
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 39
+19.2
+ 10
+991.2567303131856
+ 20
+537.9343818360243
+ 10
+993.6567308058076
+ 20
+537.9343818360243
+  0
+LWPOLYLINE
+  5
+21838
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 39
+19.2
+ 10
+991.2567303131856
+ 20
+543.9343818360242
+ 10
+993.6567308058076
+ 20
+543.9343818360242
+  0
+LWPOLYLINE
+  5
+21839
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 39
+19.2
+ 10
+991.2567303131856
+ 20
+549.9343818360243
+ 10
+993.6567308058076
+ 20
+549.9343818360243
+  0
+LWPOLYLINE
+  5
+2183A
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 39
+19.2
+ 10
+991.2567303131856
+ 20
+555.9343818360242
+ 10
+993.6567308058076
+ 20
+555.9343818360242
+  0
+TEXT
+  5
+2183B
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbText
+ 10
+1000.856731262065
+ 20
+546.9142422740613
+ 30
+0.0000000000000256
+ 40
+9.599999999999999
+  1
+100
+100
+AcDbText
+  0
+TEXT
+  5
+2183C
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbText
+ 10
+1002.056731262065
+ 20
+455.1343807111974
+ 30
+0.0000000000000256
+ 40
+9.599999999999999
+  1
+0
+100
+AcDbText
+  0
+TEXT
+  5
+2183D
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbText
+ 10
+958.0018237785493
+ 20
+561.8790897237403
+ 30
+0.0
+ 40
+9.599999999999999
+  1
+Valve:
+  7
+GRAS
+100
+AcDbText
+  0
+INSERT
+  5
+2183E
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Bargraphe
+ 10
+969.6567315273735
+ 20
+456.3343809025004
+ 30
+0.0
+ 41
+19.2
+ 42
+100.0
+ 43
+19.2
+  0
+ATTRIB
+  5
+2183F
+330
+2183E
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+969.6567315273735
+ 20
+456.3343809025004
+ 30
+0.0
+ 40
+9.999999999999998
+  1
+CWM-CWS03:WtrC-PCV-010:Cmd
+ 41
+0.1919999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21840
+330
+2183E
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+969.6567315273735
+ 20
+456.3343809025004
+ 30
+0.0
+ 40
+9.999999999999998
+  1
+0
+ 41
+0.1919999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MINI
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21841
+330
+2183E
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+969.6567315273735
+ 20
+456.3343809025004
+ 30
+0.0
+ 40
+9.999999999999998
+  1
+100
+ 41
+0.1919999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MAXI
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21842
+330
+2183E
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+969.6567315273735
+ 20
+456.3343809025004
+ 30
+0.0
+ 40
+9.999999999999998
+  1
+0
+ 41
+0.1919999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SENS
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21843
+330
+2183E
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+969.6567315273735
+ 20
+456.3343809025004
+ 30
+0.0
+ 40
+9.999999999999998
+  1
+0
+ 41
+0.1919999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+LOG
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21844
+330
+2183E
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+969.6567315273735
+ 20
+456.3343809025004
+ 30
+0.0
+ 40
+9.999999999999998
+  1
+12
+ 41
+0.1919999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21845
+330
+2183E
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+969.6567315273735
+ 20
+456.3343809025004
+ 30
+0.0
+ 40
+9.999999999999998
+  1
+0
+ 41
+0.1919999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+21846
+330
+2183E
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+  0
+SOLID
+  5
+21886
+330
+1F
+100
+AcDbEntity
+  8
+INSTRUM
+ 62
+     8
+100
+AcDbTrace
+ 10
+784.9569511147822
+ 20
+302.3461803521058
+ 30
+-26.38525125227469
+ 11
+1057.083411411876
+ 21
+302.3461803521058
+ 31
+-26.38525125227469
+ 12
+793.2023369801957
+ 22
+294.1007893357699
+ 32
+-26.38525125227469
+ 13
+1048.809458947646
+ 23
+294.1007893357699
+ 33
+-26.38525125227469
+ 39
+26.38525125227469
+  0
+SOLID
+  5
+21887
+330
+1F
+100
+AcDbEntity
+  8
+INSTRUM
+ 62
+     7
+100
+AcDbTrace
+ 10
+793.2023942967846
+ 20
+310.591571368442
+ 30
+-26.38525125227469
+ 11
+1048.809516281817
+ 21
+310.591571368442
+ 31
+-26.38525125227469
+ 12
+784.9569511147822
+ 22
+302.3461803521058
+ 32
+-26.38525125227469
+ 13
+1057.083411411876
+ 23
+302.3461803521058
+ 33
+-26.38525125227469
+ 39
+26.38525125227469
+  0
+SOLID
+  5
+21888
+330
+1F
+100
+AcDbEntity
+  8
+INSTRUM
+ 62
+     8
+100
+AcDbTrace
+ 10
+249.0160456213232
+ 20
+302.3461803521058
+ 30
+-26.38525125227443
+ 11
+784.9430415178387
+ 21
+302.3234020520948
+ 31
+-26.38525125227443
+ 12
+257.2614314867358
+ 22
+294.1007893357699
+ 32
+-26.38525125227443
+ 13
+776.7205371088678
+ 23
+294.1007893357699
+ 33
+-26.38525125227443
+ 39
+26.38525125227469
+  0
+SOLID
+  5
+21889
+330
+1F
+100
+AcDbEntity
+  8
+INSTRUM
+ 62
+     7
+100
+AcDbTrace
+ 10
+257.2540116650323
+ 20
+310.591577878305
+ 30
+-4691.985251252275
+ 11
+776.7205371088678
+ 21
+310.591571368442
+ 31
+-4691.985251252275
+ 12
+249.0160456213232
+ 22
+302.3461803521058
+ 32
+-4691.985251252275
+ 13
+784.9430415178387
+ 23
+302.3234020520948
+ 33
+-4691.985251252275
+ 39
+26.38525125227469
+  0
+SOLID
+  5
+2188A
+330
+1F
+100
+AcDbEntity
+  8
+INSTRUM
+ 62
+     7
+100
+AcDbTrace
+ 10
+793.2022609183489
+ 20
+7.67797586291897
+ 30
+-26.38525125227469
+ 11
+1048.809382903381
+ 21
+7.67797586291897
+ 31
+-26.38525125227469
+ 12
+784.9568177363473
+ 22
+-0.5674151534173007
+ 32
+-26.38525125227469
+ 13
+1057.083278033441
+ 23
+-0.5674151534173007
+ 33
+-26.38525125227469
+ 39
+26.38525125227469
+  0
+SOLID
+  5
+2188B
+330
+1F
+100
+AcDbEntity
+  8
+INSTRUM
+ 62
+     7
+100
+AcDbTrace
+ 10
+257.2538782865966
+ 20
+7.677982372781912
+ 30
+-4691.985251252275
+ 11
+776.7204037304329
+ 21
+7.67797586291897
+ 31
+-4691.985251252275
+ 12
+249.0159122428875
+ 22
+-0.5674151534173007
+ 32
+-4691.985251252275
+ 13
+784.9429081394029
+ 23
+-0.5901934534282418
+ 33
+-4691.985251252275
+ 39
+26.38525125227469
+  0
+SOLID
+  5
+2188C
+330
+1F
+100
+AcDbEntity
+  8
+INSTRUM
+ 62
+     7
+380
+     2
+100
+AcDbTrace
+ 10
+1593.002570087293
+ 20
+-303.3389482200471
+ 30
+0.0
+ 11
+1584.757179940304
+ 21
+-295.172316448063
+ 31
+0.0
+ 12
+1593.005703342358
+ 22
+614.027782456092
+ 32
+0.0
+ 13
+1584.760312326022
+ 23
+605.7823914397562
+ 33
+0.0
+  0
+SOLID
+  5
+2188D
+330
+1F
+100
+AcDbEntity
+  8
+INSTRUM
+ 62
+     8
+380
+     2
+100
+AcDbTrace
+ 10
+1593.005702738993
+ 20
+614.027782456092
+ 30
+0.0
+ 11
+1601.251093816027
+ 21
+605.7823914397557
+ 31
+0.0
+ 12
+1593.002570087293
+ 22
+-303.3389482200471
+ 32
+0.0
+ 13
+1601.247962426652
+ 23
+-295.1620074277663
+ 33
+0.0
+  0
+SOLID
+  5
+2188E
+330
+1F
+100
+AcDbEntity
+  8
+INSTRUM
+ 62
+     8
+100
+AcDbTrace
+ 10
+1593.005084611739
+ 20
+302.3461803521058
+ 30
+-26.38525125227469
+ 11
+1865.131544908835
+ 21
+302.3461803521062
+ 31
+-26.38525125227469
+ 12
+1601.250470477153
+ 22
+294.1007893357699
+ 32
+-26.38525125227469
+ 13
+1856.857592444604
+ 23
+294.1007893357699
+ 33
+-26.38525125227469
+ 39
+26.38525125227469
+  0
+SOLID
+  5
+2188F
+330
+1F
+100
+AcDbEntity
+  8
+INSTRUM
+ 62
+     7
+100
+AcDbTrace
+ 10
+1601.250527793742
+ 20
+310.591571368442
+ 30
+-26.38525125227469
+ 11
+1856.857649778775
+ 21
+310.591571368442
+ 31
+-26.38525125227469
+ 12
+1593.005084611739
+ 22
+302.3461803521058
+ 32
+-26.38525125227469
+ 13
+1865.131544908835
+ 23
+302.3461803521058
+ 33
+-26.38525125227469
+ 39
+26.38525125227469
+  0
+SOLID
+  5
+21890
+330
+1F
+100
+AcDbEntity
+  8
+INSTRUM
+ 62
+     8
+100
+AcDbTrace
+ 10
+1057.06417911828
+ 20
+302.3461803521058
+ 30
+-26.38525125227443
+ 11
+1592.991175014797
+ 21
+302.3234020520948
+ 31
+-26.38525125227443
+ 12
+1065.309564983692
+ 22
+294.1007893357699
+ 32
+-26.38525125227443
+ 13
+1584.768670605825
+ 23
+294.1007893357699
+ 33
+-26.38525125227443
+ 39
+26.38525125227469
+  0
+SOLID
+  5
+21891
+330
+1F
+100
+AcDbEntity
+  8
+INSTRUM
+ 62
+     7
+100
+AcDbTrace
+ 10
+1065.302145161989
+ 20
+310.591577878305
+ 30
+-4691.985251252275
+ 11
+1584.768670605825
+ 21
+310.591571368442
+ 31
+-4691.985251252275
+ 12
+1057.06417911828
+ 22
+302.3461803521058
+ 32
+-4691.985251252275
+ 13
+1592.991175014797
+ 23
+302.3234020520948
+ 33
+-4691.985251252275
+ 39
+26.38525125227469
+  0
+SOLID
+  5
+21892
+330
+1F
+100
+AcDbEntity
+  8
+INSTRUM
+ 62
+     8
+100
+AcDbTrace
+ 10
+1593.004951233305
+ 20
+-0.5674151534173007
+ 30
+-26.38525125227469
+ 11
+1865.131411530399
+ 21
+-0.5674151534173007
+ 31
+-26.38525125227469
+ 12
+1601.250337098717
+ 22
+-8.812806169753116
+ 32
+-26.38525125227469
+ 13
+1856.857459066168
+ 23
+-8.812806169753116
+ 33
+-26.38525125227469
+ 39
+26.38525125227469
+  0
+SOLID
+  5
+21893
+330
+1F
+100
+AcDbEntity
+  8
+INSTRUM
+ 62
+     7
+100
+AcDbTrace
+ 10
+1601.250394415306
+ 20
+7.67797586291897
+ 30
+-26.38525125227469
+ 11
+1856.857516400339
+ 21
+7.67797586291897
+ 31
+-26.38525125227469
+ 12
+1593.004951233305
+ 22
+-0.5674151534173007
+ 32
+-26.38525125227469
+ 13
+1865.131411530399
+ 23
+-0.5674151534173007
+ 33
+-26.38525125227469
+ 39
+26.38525125227469
+  0
+SOLID
+  5
+21894
+330
+1F
+100
+AcDbEntity
+  8
+INSTRUM
+ 62
+     8
+100
+AcDbTrace
+ 10
+1057.064045739844
+ 20
+-0.5674151534173007
+ 30
+-26.38525125227443
+ 11
+1592.99104163636
+ 21
+-0.5901934534282418
+ 31
+-26.38525125227443
+ 12
+1065.309431605258
+ 22
+-8.812806169753116
+ 32
+-26.38525125227443
+ 13
+1584.768537227389
+ 23
+-8.812806169753116
+ 33
+-26.38525125227443
+ 39
+26.38525125227469
+  0
+SOLID
+  5
+21895
+330
+1F
+100
+AcDbEntity
+  8
+INSTRUM
+ 62
+     7
+100
+AcDbTrace
+ 10
+1065.302011783553
+ 20
+7.677982372781912
+ 30
+-4691.985251252275
+ 11
+1584.76853722739
+ 21
+7.67797586291897
+ 31
+-4691.985251252275
+ 12
+1057.064045739844
+ 22
+-0.5674151534173007
+ 32
+-4691.985251252275
+ 13
+1592.99104163636
+ 23
+-0.5901934534282418
+ 33
+-4691.985251252275
+ 39
+26.38525125227469
+  0
+SOLID
+  5
+21897
+330
+1F
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+804.0565087600409
+ 20
+151.0206961945217
+ 30
+-4665.6
+ 11
+828.0565075649812
+ 21
+151.0206962136489
+ 31
+-4665.6
+ 12
+805.2565087791684
+ 22
+152.2206962136487
+ 32
+-4665.6
+ 13
+826.8565075649805
+ 23
+152.2206962136487
+ 33
+-4665.6
+  0
+SOLID
+  5
+21898
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+805.2565087791684
+ 20
+152.2206962136487
+ 30
+-4665.6
+ 11
+804.0565087791677
+ 21
+151.0206962136489
+ 31
+-4665.6
+ 12
+805.2565087791684
+ 22
+254.0113747278736
+ 32
+-4665.6
+ 13
+804.0565087791677
+ 23
+255.2113747278735
+ 33
+-4665.6
+  0
+SOLID
+  5
+21899
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+805.2565087791684
+ 20
+254.0113747278736
+ 30
+-4665.6
+ 11
+826.8565075649805
+ 21
+254.0113747278741
+ 31
+-4665.6
+ 12
+804.0565087791677
+ 22
+255.2113747278735
+ 32
+-4665.6
+ 13
+828.0565075649812
+ 23
+255.2113747278739
+ 33
+-4665.6
+  0
+SOLID
+  5
+2189A
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     7
+100
+AcDbTrace
+ 10
+828.0565075649812
+ 20
+151.0206962136489
+ 30
+-4665.6
+ 11
+826.8565075649805
+ 21
+152.2206962136487
+ 31
+-4665.6
+ 12
+828.0565075649812
+ 22
+255.2113747278739
+ 32
+-4665.6
+ 13
+826.8565075649805
+ 23
+254.0113747278741
+ 33
+-4665.6
+  0
+LWPOLYLINE
+  5
+2189B
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+-4665.6
+ 39
+19.2
+ 10
+828.0565075649812
+ 20
+253.0206973432572
+ 10
+836.4565085138604
+ 20
+253.0206973432572
+  0
+LWPOLYLINE
+  5
+2189C
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+-4665.6
+ 39
+19.2
+ 10
+828.0565075649812
+ 20
+152.2206972282937
+ 10
+836.4565075649808
+ 20
+152.2206972282937
+  0
+LWPOLYLINE
+  5
+2189D
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+-4665.6
+ 39
+19.2
+ 10
+828.0565075649812
+ 20
+152.2206972282937
+ 10
+828.0565075649812
+ 20
+255.2113747278739
+  0
+LWPOLYLINE
+  5
+2189E
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+-4665.6
+ 39
+19.2
+ 10
+828.0565075649812
+ 20
+211.0206962184301
+ 10
+831.6565085138593
+ 20
+211.0206962184301
+  0
+LWPOLYLINE
+  5
+2189F
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+-4665.6
+ 39
+19.2
+ 10
+828.0565075649812
+ 20
+205.0206962184301
+ 10
+830.4565085138603
+ 20
+205.0206962184301
+  0
+LWPOLYLINE
+  5
+218A0
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+-4665.6
+ 39
+19.2
+ 10
+828.0565075649812
+ 20
+199.0206973432576
+ 10
+830.4565080576015
+ 20
+199.0206973432576
+  0
+LWPOLYLINE
+  5
+218A1
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+-4665.6
+ 39
+19.2
+ 10
+828.0565075649812
+ 20
+193.0206973432576
+ 10
+830.4565080576015
+ 20
+193.0206973432576
+  0
+LWPOLYLINE
+  5
+218A2
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+-4665.6
+ 39
+19.2
+ 10
+828.0565075649812
+ 20
+187.0206973432576
+ 10
+830.4565080576015
+ 20
+187.0206973432576
+  0
+LWPOLYLINE
+  5
+218A3
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+-4665.6
+ 39
+19.2
+ 10
+828.0565075649812
+ 20
+181.0206973432577
+ 10
+830.4565080576015
+ 20
+181.0206973432577
+  0
+LWPOLYLINE
+  5
+218A4
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+-4665.6
+ 39
+19.2
+ 10
+828.0565075649812
+ 20
+175.0206973432576
+ 10
+830.4565080576015
+ 20
+175.0206973432576
+  0
+LWPOLYLINE
+  5
+218A5
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+-4665.6
+ 39
+19.2
+ 10
+828.0565075649812
+ 20
+169.0206973432576
+ 10
+830.4565080576015
+ 20
+169.0206973432576
+  0
+LWPOLYLINE
+  5
+218A6
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+-4665.6
+ 39
+19.2
+ 10
+828.0565075649812
+ 20
+163.0206973432576
+ 10
+830.4565080576015
+ 20
+163.0206973432576
+  0
+LWPOLYLINE
+  5
+218A7
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+-4665.6
+ 39
+19.2
+ 10
+828.0565075649812
+ 20
+157.0206973432576
+ 10
+830.4565080576015
+ 20
+157.0206973432576
+  0
+LWPOLYLINE
+  5
+218A8
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+-4665.6
+ 39
+19.2
+ 10
+828.0565075649812
+ 20
+217.0206973432577
+ 10
+830.4565080576015
+ 20
+217.0206973432577
+  0
+LWPOLYLINE
+  5
+218A9
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+-4665.6
+ 39
+19.2
+ 10
+828.0565075649812
+ 20
+223.0206973432577
+ 10
+830.4565080576015
+ 20
+223.0206973432577
+  0
+LWPOLYLINE
+  5
+218AA
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+-4665.6
+ 39
+19.2
+ 10
+828.0565075649812
+ 20
+229.0206973432577
+ 10
+830.4565080576015
+ 20
+229.0206973432577
+  0
+LWPOLYLINE
+  5
+218AB
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+-4665.6
+ 39
+19.2
+ 10
+828.0565075649812
+ 20
+235.0206973432577
+ 10
+830.4565080576015
+ 20
+235.0206973432577
+  0
+LWPOLYLINE
+  5
+218AC
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+-4665.6
+ 39
+19.2
+ 10
+828.0565075649812
+ 20
+241.0206973432572
+ 10
+830.4565080576015
+ 20
+241.0206973432572
+  0
+LWPOLYLINE
+  5
+218AD
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+-4665.6
+ 39
+19.2
+ 10
+828.0565075649812
+ 20
+247.0206973432572
+ 10
+830.4565080576015
+ 20
+247.0206973432572
+  0
+LWPOLYLINE
+  5
+218AE
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+-4665.6
+ 39
+19.2
+ 10
+828.0565075649812
+ 20
+253.0206973432572
+ 10
+830.4565080576015
+ 20
+253.0206973432572
+  0
+TEXT
+  5
+218AF
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbText
+ 10
+837.6565085138592
+ 20
+244.0005577812943
+ 30
+-4665.6
+ 40
+9.599999999999999
+  1
+50
+100
+AcDbText
+  0
+TEXT
+  5
+218B0
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbText
+ 10
+838.8565085138599
+ 20
+152.2206962184303
+ 30
+-4665.6
+ 40
+9.599999999999999
+  1
+0
+100
+AcDbText
+  0
+TEXT
+  5
+218B1
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbText
+ 10
+799.8080238666182
+ 20
+258.9654052309732
+ 30
+-4665.6
+ 40
+9.599999999999999
+  1
+Setpoint:
+  7
+GRAS
+100
+AcDbText
+  0
+SOLID
+  5
+218BB
+330
+1F
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     8
+100
+AcDbTrace
+ 10
+873.6565301340162
+ 20
+143.8207018724523
+ 30
+-4665.6
+ 11
+805.2565087791684
+ 21
+143.8206964097334
+ 31
+-4665.6
+ 12
+874.8565304243404
+ 22
+145.0207018724521
+ 32
+-4665.6
+ 13
+804.0565087600009
+ 23
+145.0206964289008
+ 33
+-4665.6
+  0
+SOLID
+  5
+218BC
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     7
+100
+AcDbTrace
+ 10
+874.8565086641594
+ 20
+127.0206967810103
+ 30
+-9331.2
+ 11
+804.056508894175
+ 21
+127.02069270652
+ 31
+-9331.2
+ 12
+873.6565086641597
+ 22
+128.2206967810106
+ 32
+-9331.2
+ 13
+805.2565088941758
+ 23
+128.2206927065198
+ 33
+-9331.2
+  0
+SOLID
+  5
+218BD
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+804.056508894175
+ 20
+127.02069270652
+ 30
+-4665.6
+ 11
+805.2565088941758
+ 21
+128.2206927065198
+ 31
+-4665.6
+ 12
+804.0565087791677
+ 22
+145.0206964097332
+ 32
+-4665.6
+ 13
+805.2565087791684
+ 23
+143.8206964097334
+ 33
+-4665.6
+  0
+SOLID
+  5
+218BE
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     7
+100
+AcDbTrace
+ 10
+874.8565086641594
+ 20
+127.0206967810103
+ 30
+-9331.2
+ 11
+873.6565086641597
+ 21
+128.2206967810106
+ 31
+-9331.2
+ 12
+874.8565087791678
+ 22
+145.0207004842231
+ 32
+-9331.2
+ 13
+873.656508779168
+ 23
+143.8207004842232
+ 33
+-9331.2
+  0
+SOLID
+  5
+218C4
+330
+1F
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     8
+100
+AcDbTrace
+ 10
+955.2565300190074
+ 20
+143.8207005532848
+ 30
+-13996.8
+ 11
+886.8565086641613
+ 21
+143.820696478794
+ 31
+-13996.8
+ 12
+956.4565303093333
+ 22
+145.0207005532851
+ 32
+-13996.8
+ 13
+885.6565086641605
+ 23
+145.0206964787938
+ 33
+-13996.8
+  0
+SOLID
+  5
+218C5
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     7
+100
+AcDbTrace
+ 10
+956.4565303834172
+ 20
+127.0206968500714
+ 30
+-9331.2
+ 11
+885.656508779169
+ 21
+127.0206927755806
+ 31
+-9331.2
+ 12
+955.2565289213237
+ 22
+128.2206968500721
+ 32
+-9331.2
+ 13
+886.8565087791678
+ 23
+128.2206927755804
+ 33
+-9331.2
+  0
+SOLID
+  5
+218C6
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+885.656508779169
+ 20
+127.0206927755806
+ 30
+-9331.2
+ 11
+886.8565087791678
+ 21
+128.2206927755804
+ 31
+-9331.2
+ 12
+885.6565086641605
+ 22
+145.0206964787938
+ 32
+-9331.2
+ 13
+886.8565086641613
+ 23
+143.820696478794
+ 33
+-9331.2
+  0
+SOLID
+  5
+218C7
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     7
+100
+AcDbTrace
+ 10
+956.4565085491524
+ 20
+127.0206954618432
+ 30
+-11078.4
+ 11
+955.2565085491517
+ 21
+128.2206954618431
+ 31
+-11078.4
+ 12
+956.4565086641598
+ 22
+145.020699165056
+ 32
+-11078.4
+ 13
+955.25650866416
+ 23
+143.8206991650558
+ 33
+-11078.4
+  0
+SOLID
+  5
+218CE
+330
+1F
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     8
+100
+AcDbTrace
+ 10
+1036.856530249023
+ 20
+143.8207018724523
+ 30
+-9331.2
+ 11
+968.4565090091838
+ 21
+143.8206964097334
+ 31
+-9331.2
+ 12
+1038.056508894175
+ 22
+145.0207004842231
+ 32
+-9331.2
+ 13
+967.2565090091833
+ 23
+145.0206964097332
+ 33
+-9331.2
+  0
+SOLID
+  5
+218CF
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     7
+100
+AcDbTrace
+ 10
+1038.056530613432
+ 20
+127.0206981692389
+ 30
+-12249.6
+ 11
+967.2565091241924
+ 21
+127.02069270652
+ 31
+-12249.6
+ 12
+1036.856529151339
+ 22
+128.2206981692387
+ 32
+-12249.6
+ 13
+968.4565091241914
+ 23
+128.2206927065198
+ 33
+-12249.6
+  0
+SOLID
+  5
+218D0
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+967.2565091241924
+ 20
+127.02069270652
+ 30
+-4665.6
+ 11
+968.4565091241914
+ 21
+128.2206927065198
+ 31
+-4665.6
+ 12
+967.2565090091833
+ 22
+145.0206964097332
+ 32
+-4665.6
+ 13
+968.4565090091838
+ 23
+143.8206964097334
+ 33
+-4665.6
+  0
+SOLID
+  5
+218D1
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     7
+100
+AcDbTrace
+ 10
+1038.056508779167
+ 20
+127.0206967810103
+ 30
+-9331.2
+ 11
+1036.856508779168
+ 21
+128.2206967810106
+ 31
+-9331.2
+ 12
+1038.056508894175
+ 22
+145.0207004842231
+ 32
+-9331.2
+ 13
+1036.856508894176
+ 23
+143.8207004842232
+ 33
+-9331.2
+  0
+SOLID
+  5
+218D2
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+880.8565087791578
+ 20
+127.0206927755806
+ 30
+-4665.6
+ 11
+879.6565087791599
+ 21
+127.020697057247
+ 31
+-4665.6
+ 12
+880.8565087791677
+ 22
+252.4187422803178
+ 32
+-4665.6
+ 13
+879.656508779168
+ 23
+252.4187422803178
+ 33
+-4665.6
+ 39
+19.2
+  0
+SOLID
+  5
+218D3
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+962.4565087791491
+ 20
+127.0011380500708
+ 30
+-4646.4
+ 11
+961.2565087791484
+ 21
+127.0206971263068
+ 31
+-4646.4
+ 12
+962.4565087791582
+ 22
+252.4187422803178
+ 32
+-4646.4
+ 13
+961.2565087791574
+ 23
+252.4187422803178
+ 33
+-4646.4
+ 39
+19.2
+  0
+INSERT
+  5
+218D4
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Bargraphe
+ 10
+806.4565087791672
+ 20
+153.4206964097337
+ 30
+-4665.6
+ 41
+19.2
+ 42
+100.0
+ 43
+19.2
+  0
+ATTRIB
+  5
+218D5
+330
+218D4
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+806.4565087791672
+ 20
+153.4206964097337
+ 30
+-4665.6
+ 40
+9.999999999999998
+  1
+CWM-CWS03:Ctrl-PLC-001:R20Trsh
+ 41
+0.1919999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+218D6
+330
+218D4
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+806.4565087791672
+ 20
+153.4206964097337
+ 30
+-4665.6
+ 40
+9.999999999999998
+  1
+0
+ 41
+0.1919999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MINI
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+218D7
+330
+218D4
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+806.4565087791672
+ 20
+153.4206964097337
+ 30
+-4665.6
+ 40
+9.999999999999998
+  1
+50
+ 41
+0.1919999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MAXI
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+218D8
+330
+218D4
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+806.4565087791672
+ 20
+153.4206964097337
+ 30
+-4665.6
+ 40
+9.999999999999998
+  1
+0
+ 41
+0.1919999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SENS
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+218D9
+330
+218D4
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+806.4565087791672
+ 20
+153.4206964097337
+ 30
+-4665.6
+ 40
+9.999999999999998
+  1
+0
+ 41
+0.1919999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+LOG
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+218DA
+330
+218D4
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+806.4565087791672
+ 20
+153.4206964097337
+ 30
+-4665.6
+ 40
+9.999999999999998
+  1
+9
+ 41
+0.1919999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+218DB
+330
+218D4
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+806.4565087791672
+ 20
+153.4206964097337
+ 30
+-4665.6
+ 40
+9.999999999999998
+  1
+0
+ 41
+0.1919999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+218DC
+330
+218D4
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+  0
+SOLID
+  5
+218E9
+330
+1F
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+885.6565086641605
+ 20
+151.0206962136489
+ 30
+-4665.6
+ 11
+909.6565074691008
+ 21
+151.020696232776
+ 31
+-4665.6
+ 12
+886.856508683288
+ 22
+152.2206962327762
+ 32
+-4665.6
+ 13
+908.4565074691001
+ 23
+152.2206962327762
+ 33
+-4665.6
+  0
+SOLID
+  5
+218EA
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+886.856508683288
+ 20
+152.2206962327762
+ 30
+-4665.6
+ 11
+885.6565086832873
+ 21
+151.020696232776
+ 31
+-4665.6
+ 12
+886.856508683288
+ 22
+254.0113747470008
+ 32
+-4665.6
+ 13
+885.6565086832873
+ 23
+255.2113747470006
+ 33
+-4665.6
+  0
+SOLID
+  5
+218EB
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+886.856508683288
+ 20
+254.0113747470008
+ 30
+-4665.6
+ 11
+908.4565074691001
+ 21
+254.0113747470012
+ 31
+-4665.6
+ 12
+885.6565086832873
+ 22
+255.2113747470006
+ 32
+-4665.6
+ 13
+909.6565074691008
+ 23
+255.2113747470011
+ 33
+-4665.6
+  0
+SOLID
+  5
+218EC
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     7
+100
+AcDbTrace
+ 10
+909.6565074691008
+ 20
+151.020696232776
+ 30
+-4665.6
+ 11
+908.4565074691001
+ 21
+152.2206962327762
+ 31
+-4665.6
+ 12
+909.6565074691008
+ 22
+255.2113747470011
+ 32
+-4665.6
+ 13
+908.4565074691001
+ 23
+254.0113747470012
+ 33
+-4665.6
+  0
+LWPOLYLINE
+  5
+218ED
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+-4665.6
+ 39
+19.2
+ 10
+909.6565074691008
+ 20
+253.0206973623843
+ 10
+918.05650841798
+ 20
+253.0206973623843
+  0
+LWPOLYLINE
+  5
+218EE
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+-4665.6
+ 39
+19.2
+ 10
+909.6565074691008
+ 20
+152.2206972474208
+ 10
+918.0565074691005
+ 20
+152.2206972474208
+  0
+LWPOLYLINE
+  5
+218EF
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+-4665.6
+ 39
+19.2
+ 10
+909.6565074691008
+ 20
+152.2206972474208
+ 10
+909.6565074691008
+ 20
+255.2113747470011
+  0
+LWPOLYLINE
+  5
+218F0
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+-4665.6
+ 39
+19.2
+ 10
+909.6565074691008
+ 20
+211.0206962375577
+ 10
+913.2565084179798
+ 20
+211.0206962375577
+  0
+LWPOLYLINE
+  5
+218F1
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+-4665.6
+ 39
+19.2
+ 10
+909.6565074691008
+ 20
+205.0206962375577
+ 10
+912.05650841798
+ 20
+205.0206962375577
+  0
+LWPOLYLINE
+  5
+218F2
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+-4665.6
+ 39
+19.2
+ 10
+909.6565074691008
+ 20
+199.0206973623843
+ 10
+912.056507961722
+ 20
+199.0206973623843
+  0
+LWPOLYLINE
+  5
+218F3
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+-4665.6
+ 39
+19.2
+ 10
+909.6565074691008
+ 20
+193.0206973623843
+ 10
+912.056507961722
+ 20
+193.0206973623843
+  0
+LWPOLYLINE
+  5
+218F4
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+-4665.6
+ 39
+19.2
+ 10
+909.6565074691008
+ 20
+187.0206973623843
+ 10
+912.056507961722
+ 20
+187.0206973623843
+  0
+LWPOLYLINE
+  5
+218F5
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+-4665.6
+ 39
+19.2
+ 10
+909.6565074691008
+ 20
+181.0206973623843
+ 10
+912.056507961722
+ 20
+181.0206973623843
+  0
+LWPOLYLINE
+  5
+218F6
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+-4665.6
+ 39
+19.2
+ 10
+909.6565074691008
+ 20
+175.0206973623843
+ 10
+912.056507961722
+ 20
+175.0206973623843
+  0
+LWPOLYLINE
+  5
+218F7
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+-4665.6
+ 39
+19.2
+ 10
+909.6565074691008
+ 20
+169.0206973623843
+ 10
+912.056507961722
+ 20
+169.0206973623843
+  0
+LWPOLYLINE
+  5
+218F8
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+-4665.6
+ 39
+19.2
+ 10
+909.6565074691008
+ 20
+163.0206973623843
+ 10
+912.056507961722
+ 20
+163.0206973623843
+  0
+LWPOLYLINE
+  5
+218F9
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+-4665.6
+ 39
+19.2
+ 10
+909.6565074691008
+ 20
+157.0206973623843
+ 10
+912.056507961722
+ 20
+157.0206973623843
+  0
+LWPOLYLINE
+  5
+218FA
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+-4665.6
+ 39
+19.2
+ 10
+909.6565074691008
+ 20
+217.0206973623844
+ 10
+912.056507961722
+ 20
+217.0206973623844
+  0
+LWPOLYLINE
+  5
+218FB
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+-4665.6
+ 39
+19.2
+ 10
+909.6565074691008
+ 20
+223.0206973623843
+ 10
+912.056507961722
+ 20
+223.0206973623843
+  0
+LWPOLYLINE
+  5
+218FC
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+-4665.6
+ 39
+19.2
+ 10
+909.6565074691008
+ 20
+229.0206973623843
+ 10
+912.056507961722
+ 20
+229.0206973623843
+  0
+LWPOLYLINE
+  5
+218FD
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+-4665.6
+ 39
+19.2
+ 10
+909.6565074691008
+ 20
+235.0206973623843
+ 10
+912.056507961722
+ 20
+235.0206973623843
+  0
+LWPOLYLINE
+  5
+218FE
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+-4665.6
+ 39
+19.2
+ 10
+909.6565074691008
+ 20
+241.0206973623843
+ 10
+912.056507961722
+ 20
+241.0206973623843
+  0
+LWPOLYLINE
+  5
+218FF
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+-4665.6
+ 39
+19.2
+ 10
+909.6565074691008
+ 20
+247.0206973623843
+ 10
+912.056507961722
+ 20
+247.0206973623843
+  0
+LWPOLYLINE
+  5
+21900
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+-4665.6
+ 39
+19.2
+ 10
+909.6565074691008
+ 20
+253.0206973623843
+ 10
+912.056507961722
+ 20
+253.0206973623843
+  0
+TEXT
+  5
+21901
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbText
+ 10
+919.2565084179799
+ 20
+244.0005578004214
+ 30
+-4665.6
+ 40
+9.599999999999999
+  1
+50
+100
+AcDbText
+  0
+TEXT
+  5
+21902
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbText
+ 10
+920.4565084179796
+ 20
+152.2206962375575
+ 30
+-4665.6
+ 40
+9.599999999999999
+  1
+0
+100
+AcDbText
+  0
+TEXT
+  5
+21903
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbText
+ 10
+881.4080237707386
+ 20
+258.9654052501004
+ 30
+-4665.6
+ 40
+9.599999999999999
+  1
+Measure:
+  7
+GRAS
+100
+AcDbText
+  0
+INSERT
+  5
+21904
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Bargraphe
+ 10
+888.0565086832877
+ 20
+153.4206964288604
+ 30
+-4665.6
+ 41
+19.2
+ 42
+100.0
+ 43
+19.2
+  0
+ATTRIB
+  5
+21905
+330
+21904
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+888.0565086832877
+ 20
+153.4206964288604
+ 30
+-4665.6
+ 40
+9.999999999999998
+  1
+CWM-CWS03:WtrC-TT-020:Tmp
+ 41
+0.1919999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21906
+330
+21904
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+888.0565086832877
+ 20
+153.4206964288604
+ 30
+-4665.6
+ 40
+9.999999999999998
+  1
+0
+ 41
+0.1919999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MINI
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21907
+330
+21904
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+888.0565086832877
+ 20
+153.4206964288604
+ 30
+-4665.6
+ 40
+9.999999999999998
+  1
+50
+ 41
+0.1919999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MAXI
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21908
+330
+21904
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+888.0565086832877
+ 20
+153.4206964288604
+ 30
+-4665.6
+ 40
+9.999999999999998
+  1
+0
+ 41
+0.1919999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SENS
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21909
+330
+21904
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+888.0565086832877
+ 20
+153.4206964288604
+ 30
+-4665.6
+ 40
+9.999999999999998
+  1
+0
+ 41
+0.1919999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+LOG
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+2190A
+330
+21904
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+888.0565086832877
+ 20
+153.4206964288604
+ 30
+-4665.6
+ 40
+9.999999999999998
+  1
+10
+ 41
+0.1919999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+2190B
+330
+21904
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+888.0565086832877
+ 20
+153.4206964288604
+ 30
+-4665.6
+ 40
+9.999999999999998
+  1
+0
+ 41
+0.1919999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+2190C
+330
+21904
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+  0
+SOLID
+  5
+2190D
+330
+1F
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+967.2565090091833
+ 20
+151.0206962786814
+ 30
+-4665.6
+ 11
+991.2565078141236
+ 21
+151.0206962978085
+ 31
+-4665.6
+ 12
+968.4565090283106
+ 22
+152.2206962978088
+ 32
+-4665.6
+ 13
+990.0565078141237
+ 23
+152.2206962978088
+ 33
+-4665.6
+  0
+SOLID
+  5
+2190E
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+968.4565090283106
+ 20
+152.2206962978088
+ 30
+-4665.6
+ 11
+967.2565090283107
+ 21
+151.0206962978085
+ 31
+-4665.6
+ 12
+968.4565090283106
+ 22
+254.0113748120333
+ 32
+-4665.6
+ 13
+967.2565090283107
+ 23
+255.2113748120331
+ 33
+-4665.6
+  0
+SOLID
+  5
+2190F
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+968.4565090283106
+ 20
+254.0113748120333
+ 30
+-4665.6
+ 11
+990.0565078141237
+ 21
+254.0113748120337
+ 31
+-4665.6
+ 12
+967.2565090283107
+ 22
+255.2113748120331
+ 32
+-4665.6
+ 13
+991.2565078141236
+ 23
+255.2113748120336
+ 33
+-4665.6
+  0
+SOLID
+  5
+21910
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     7
+100
+AcDbTrace
+ 10
+991.2565078141236
+ 20
+151.0206962978085
+ 30
+-4665.6
+ 11
+990.0565078141237
+ 21
+152.2206962978088
+ 31
+-4665.6
+ 12
+991.2565078141236
+ 22
+255.2113748120336
+ 32
+-4665.6
+ 13
+990.0565078141237
+ 23
+254.0113748120337
+ 33
+-4665.6
+  0
+LWPOLYLINE
+  5
+21911
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+-4665.6
+ 39
+19.2
+ 10
+991.2565078141236
+ 20
+253.0206974274169
+ 10
+999.6565087630026
+ 20
+253.0206974274169
+  0
+LWPOLYLINE
+  5
+21912
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+-4665.6
+ 39
+19.2
+ 10
+991.2565078141236
+ 20
+152.2206973124533
+ 10
+999.6565078141232
+ 20
+152.2206973124533
+  0
+LWPOLYLINE
+  5
+21913
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+-4665.6
+ 39
+19.2
+ 10
+991.2565078141236
+ 20
+152.2206973124533
+ 10
+991.2565078141236
+ 20
+255.2113748120336
+  0
+LWPOLYLINE
+  5
+21914
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+-4665.6
+ 39
+19.2
+ 10
+991.2565078141236
+ 20
+211.0206963025902
+ 10
+994.8565087630033
+ 20
+211.0206963025902
+  0
+LWPOLYLINE
+  5
+21915
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+-4665.6
+ 39
+19.2
+ 10
+991.2565078141236
+ 20
+205.0206963025902
+ 10
+993.6565087630027
+ 20
+205.0206963025902
+  0
+LWPOLYLINE
+  5
+21916
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+-4665.6
+ 39
+19.2
+ 10
+991.2565078141236
+ 20
+199.0206974274168
+ 10
+993.6565083067455
+ 20
+199.0206974274168
+  0
+LWPOLYLINE
+  5
+21917
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+-4665.6
+ 39
+19.2
+ 10
+991.2565078141236
+ 20
+193.0206974274168
+ 10
+993.6565083067455
+ 20
+193.0206974274168
+  0
+LWPOLYLINE
+  5
+21918
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+-4665.6
+ 39
+19.2
+ 10
+991.2565078141236
+ 20
+187.0206974274168
+ 10
+993.6565083067455
+ 20
+187.0206974274168
+  0
+LWPOLYLINE
+  5
+21919
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+-4665.6
+ 39
+19.2
+ 10
+991.2565078141236
+ 20
+181.0206974274168
+ 10
+993.6565083067455
+ 20
+181.0206974274168
+  0
+LWPOLYLINE
+  5
+2191A
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+-4665.6
+ 39
+19.2
+ 10
+991.2565078141236
+ 20
+175.0206974274168
+ 10
+993.6565083067455
+ 20
+175.0206974274168
+  0
+LWPOLYLINE
+  5
+2191B
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+-4665.6
+ 39
+19.2
+ 10
+991.2565078141236
+ 20
+169.0206974274168
+ 10
+993.6565083067455
+ 20
+169.0206974274168
+  0
+LWPOLYLINE
+  5
+2191C
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+-4665.6
+ 39
+19.2
+ 10
+991.2565078141236
+ 20
+163.0206974274168
+ 10
+993.6565083067455
+ 20
+163.0206974274168
+  0
+LWPOLYLINE
+  5
+2191D
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+-4665.6
+ 39
+19.2
+ 10
+991.2565078141236
+ 20
+157.0206974274168
+ 10
+993.6565083067455
+ 20
+157.0206974274168
+  0
+LWPOLYLINE
+  5
+2191E
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+-4665.6
+ 39
+19.2
+ 10
+991.2565078141236
+ 20
+217.0206974274169
+ 10
+993.6565083067455
+ 20
+217.0206974274169
+  0
+LWPOLYLINE
+  5
+2191F
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+-4665.6
+ 39
+19.2
+ 10
+991.2565078141236
+ 20
+223.0206974274168
+ 10
+993.6565083067455
+ 20
+223.0206974274168
+  0
+LWPOLYLINE
+  5
+21920
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+-4665.6
+ 39
+19.2
+ 10
+991.2565078141236
+ 20
+229.0206974274168
+ 10
+993.6565083067455
+ 20
+229.0206974274168
+  0
+LWPOLYLINE
+  5
+21921
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+-4665.6
+ 39
+19.2
+ 10
+991.2565078141236
+ 20
+235.0206974274168
+ 10
+993.6565083067455
+ 20
+235.0206974274168
+  0
+LWPOLYLINE
+  5
+21922
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+-4665.6
+ 39
+19.2
+ 10
+991.2565078141236
+ 20
+241.0206974274168
+ 10
+993.6565083067455
+ 20
+241.0206974274168
+  0
+LWPOLYLINE
+  5
+21923
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+-4665.6
+ 39
+19.2
+ 10
+991.2565078141236
+ 20
+247.0206974274169
+ 10
+993.6565083067455
+ 20
+247.0206974274169
+  0
+LWPOLYLINE
+  5
+21924
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+-4665.6
+ 39
+19.2
+ 10
+991.2565078141236
+ 20
+253.0206974274169
+ 10
+993.6565083067455
+ 20
+253.0206974274169
+  0
+TEXT
+  5
+21925
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbText
+ 10
+1000.856508763003
+ 20
+244.000557865454
+ 30
+-4665.6
+ 40
+9.599999999999999
+  1
+100
+100
+AcDbText
+  0
+TEXT
+  5
+21926
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbText
+ 10
+1002.056508763002
+ 20
+152.22069630259
+ 30
+-4665.6
+ 40
+9.599999999999999
+  1
+0
+100
+AcDbText
+  0
+TEXT
+  5
+21927
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbText
+ 10
+963.0080241157614
+ 20
+258.9654053151329
+ 30
+-4665.6
+ 40
+9.599999999999999
+  1
+Valve:
+  7
+GRAS
+100
+AcDbText
+  0
+INSERT
+  5
+21928
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Bargraphe
+ 10
+969.6565090283113
+ 20
+153.4206964938929
+ 30
+-4665.6
+ 41
+19.2
+ 42
+100.0
+ 43
+19.2
+  0
+ATTRIB
+  5
+21929
+330
+21928
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+969.6565090283113
+ 20
+153.4206964938929
+ 30
+-4665.6
+ 40
+9.999999999999998
+  1
+CWM-CWS03:WtrC-PCV-020:Cmd
+ 41
+0.1919999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+2192A
+330
+21928
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+969.6565090283113
+ 20
+153.4206964938929
+ 30
+-4665.6
+ 40
+9.999999999999998
+  1
+0
+ 41
+0.1919999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MINI
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+2192B
+330
+21928
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+969.6565090283113
+ 20
+153.4206964938929
+ 30
+-4665.6
+ 40
+9.999999999999998
+  1
+100
+ 41
+0.1919999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MAXI
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+2192C
+330
+21928
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+969.6565090283113
+ 20
+153.4206964938929
+ 30
+-4665.6
+ 40
+9.999999999999998
+  1
+0
+ 41
+0.1919999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SENS
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+2192D
+330
+21928
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+969.6565090283113
+ 20
+153.4206964938929
+ 30
+-4665.6
+ 40
+9.999999999999998
+  1
+0
+ 41
+0.1919999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+LOG
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+2192E
+330
+21928
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+969.6565090283113
+ 20
+153.4206964938929
+ 30
+-4665.6
+ 40
+9.999999999999998
+  1
+12
+ 41
+0.1919999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+2192F
+330
+21928
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+969.6565090283113
+ 20
+153.4206964938929
+ 30
+-4665.6
+ 40
+9.999999999999998
+  1
+0
+ 41
+0.1919999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+21930
+330
+21928
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+  0
+INSERT
+  5
+2195B
+330
+1F
+100
+AcDbEntity
+  8
+INSTRUM
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Tendance-3
+ 10
+257.2538773295816
+ 20
+7.677981712841642
+ 30
+-9331.2
+ 41
+519.0
+ 42
+286.0
+ 43
+530.0
+  0
+ATTRIB
+  5
+2195C
+330
+2195B
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+257.2538773295816
+ 20
+7.677981712841642
+ 30
+-9331.2
+ 40
+28.60000000000002
+  1
+CWM-CWS03:Ctrl-PLC-001:R20Trsh
+ 41
+1.814685314685315
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+2195D
+330
+2195B
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+257.2538773295816
+ 20
+7.677981712841642
+ 30
+-9331.2
+ 40
+28.60000000000002
+  1
+5
+ 41
+1.814685314685315
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+PERIODE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+2195E
+330
+2195B
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+257.2538773295816
+ 20
+7.677981712841642
+ 30
+-9331.2
+ 40
+28.60000000000002
+  1
+9
+ 41
+1.814685314685315
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+2195F
+330
+2195B
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+257.2538773295816
+ 20
+7.677981712841642
+ 30
+-9331.2
+ 40
+28.60000000000002
+  1
+0
+ 41
+1.814685314685315
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MINI-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21960
+330
+2195B
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+257.2538773295816
+ 20
+7.677981712841642
+ 30
+-9331.2
+ 40
+28.60000000000002
+  1
+50
+ 41
+1.814685314685315
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MAXI-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21961
+330
+2195B
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+257.2538773295816
+ 20
+7.677981712841642
+ 30
+-9331.2
+ 40
+28.60000000000002
+  1
+0
+ 41
+1.814685314685315
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+LOG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21962
+330
+2195B
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+257.2538773295816
+ 20
+7.677981712841642
+ 30
+-9331.2
+ 40
+28.60000000000002
+  1
+°C
+ 41
+1.814685314685315
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+UNITE-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21963
+330
+2195B
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+257.2538773295816
+ 20
+7.677981712841642
+ 30
+-9331.2
+ 40
+28.60000000000002
+  1
+CWM-CWS03:WtrC-TT-020:Tmp
+ 41
+1.814685314685315
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE-2
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21964
+330
+2195B
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+257.2538773295816
+ 20
+7.677981712841642
+ 30
+-9331.2
+ 40
+28.60000000000002
+  1
+10
+ 41
+1.814685314685315
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-2
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21965
+330
+2195B
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+257.2538773295816
+ 20
+7.677981712841642
+ 30
+-9331.2
+ 40
+28.60000000000002
+  1
+0
+ 41
+1.814685314685315
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MINI-2
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21966
+330
+2195B
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+257.2538773295816
+ 20
+7.677981712841642
+ 30
+-9331.2
+ 40
+28.60000000000002
+  1
+50
+ 41
+1.814685314685315
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MAXI-2
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21967
+330
+2195B
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+257.2538773295816
+ 20
+7.677981712841642
+ 30
+-9331.2
+ 40
+28.60000000000002
+  1
+0
+ 41
+1.814685314685315
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+LOG-2
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21968
+330
+2195B
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+257.2538773295816
+ 20
+7.677981712841642
+ 30
+-9331.2
+ 40
+28.60000000000002
+  1
+°C
+ 41
+1.814685314685315
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+UNITE-2
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21969
+330
+2195B
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+257.2538773295816
+ 20
+7.677981712841642
+ 30
+-9331.2
+ 40
+28.60000000000002
+  1
+CWM-CWS03:WtrC-PCV-020:Cmd
+ 41
+1.814685314685315
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE-3
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+2196A
+330
+2195B
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+257.2538773295816
+ 20
+7.677981712841642
+ 30
+-9331.2
+ 40
+28.60000000000002
+  1
+12
+ 41
+1.814685314685315
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-3
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+2196B
+330
+2195B
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+257.2538773295816
+ 20
+7.677981712841642
+ 30
+-9331.2
+ 40
+28.60000000000002
+  1
+0
+ 41
+1.814685314685315
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MINI-3
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+2196C
+330
+2195B
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+257.2538773295816
+ 20
+7.677981712841642
+ 30
+-9331.2
+ 40
+28.60000000000002
+  1
+100.0
+ 41
+1.814685314685315
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MAXI-3
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+2196D
+330
+2195B
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+257.2538773295816
+ 20
+7.677981712841642
+ 30
+-9331.2
+ 40
+28.60000000000002
+  1
+0
+ 41
+1.814685314685315
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+LOG-3
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+2196E
+330
+2195B
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+257.2538773295816
+ 20
+7.677981712841642
+ 30
+-9331.2
+ 40
+28.60000000000002
+  1
+%
+ 41
+1.814685314685315
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+UNITE-3
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+2196F
+330
+2195B
+100
+AcDbEntity
+  8
+INSTRUM
+  0
+SOLID
+  5
+21970
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+1613.31305887264
+ 20
+254.0113747278732
+ 30
+4665.600000000001
+ 11
+1634.913057658452
+ 21
+254.0113747278741
+ 31
+4665.600000000001
+ 12
+1612.113058872639
+ 22
+255.211374727873
+ 32
+4665.600000000001
+ 13
+1636.113057658453
+ 23
+255.2113747278739
+ 33
+4665.600000000001
+  0
+LWPOLYLINE
+  5
+21971
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.600000000001
+ 39
+19.2
+ 10
+1636.113057658453
+ 20
+253.0206973432572
+ 10
+1644.513058607332
+ 20
+253.0206973432572
+  0
+LWPOLYLINE
+  5
+21972
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.600000000001
+ 39
+19.2
+ 10
+1636.113057658453
+ 20
+217.020697343257
+ 10
+1638.513058151073
+ 20
+217.020697343257
+  0
+LWPOLYLINE
+  5
+21973
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.600000000001
+ 39
+19.2
+ 10
+1636.113057658453
+ 20
+223.020697343257
+ 10
+1638.513058151073
+ 20
+223.020697343257
+  0
+LWPOLYLINE
+  5
+21974
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.600000000001
+ 39
+19.2
+ 10
+1636.113057658453
+ 20
+229.0206973432572
+ 10
+1638.513058151073
+ 20
+229.0206973432572
+  0
+LWPOLYLINE
+  5
+21975
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.600000000001
+ 39
+19.2
+ 10
+1636.113057658453
+ 20
+235.0206973432572
+ 10
+1638.513058151073
+ 20
+235.0206973432572
+  0
+LWPOLYLINE
+  5
+21976
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.600000000001
+ 39
+19.2
+ 10
+1636.113057658453
+ 20
+241.0206973432572
+ 10
+1638.513058151073
+ 20
+241.0206973432572
+  0
+LWPOLYLINE
+  5
+21977
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.600000000001
+ 39
+19.2
+ 10
+1636.113057658453
+ 20
+247.0206973432572
+ 10
+1638.513058151073
+ 20
+247.0206973432572
+  0
+LWPOLYLINE
+  5
+21978
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.600000000001
+ 39
+19.2
+ 10
+1636.113057658453
+ 20
+253.0206973432572
+ 10
+1638.513058151073
+ 20
+253.0206973432572
+  0
+TEXT
+  5
+21979
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbText
+ 10
+1645.713058607331
+ 20
+244.0005577812939
+ 30
+4665.600000000001
+ 40
+9.599999999999999
+  1
+50
+100
+AcDbText
+  0
+TEXT
+  5
+2197A
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbText
+ 10
+1607.86457396009
+ 20
+258.9654052309728
+ 30
+4665.600000000001
+ 40
+9.599999999999999
+  1
+Setpoint:
+  7
+GRAS
+100
+AcDbText
+  0
+SOLID
+  5
+2197B
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+1694.91305877676
+ 20
+254.0113747470008
+ 30
+4665.600000000001
+ 11
+1716.513057562572
+ 21
+254.0113747470008
+ 31
+4665.600000000001
+ 12
+1693.713058776759
+ 22
+255.2113747470006
+ 32
+4665.600000000001
+ 13
+1717.713057562573
+ 23
+255.2113747470006
+ 33
+4665.600000000001
+  0
+LWPOLYLINE
+  5
+2197C
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.600000000001
+ 39
+19.2
+ 10
+1717.713057562573
+ 20
+253.0206973623839
+ 10
+1726.113058511452
+ 20
+253.0206973623839
+  0
+LWPOLYLINE
+  5
+2197D
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.600000000001
+ 39
+19.2
+ 10
+1717.713057562573
+ 20
+217.0206973623841
+ 10
+1720.113058055193
+ 20
+217.0206973623841
+  0
+LWPOLYLINE
+  5
+2197E
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.600000000001
+ 39
+19.2
+ 10
+1717.713057562573
+ 20
+223.0206973623841
+ 10
+1720.113058055193
+ 20
+223.0206973623841
+  0
+LWPOLYLINE
+  5
+2197F
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.600000000001
+ 39
+19.2
+ 10
+1717.713057562573
+ 20
+229.0206973623839
+ 10
+1720.113058055193
+ 20
+229.0206973623839
+  0
+LWPOLYLINE
+  5
+21980
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.600000000001
+ 39
+19.2
+ 10
+1717.713057562573
+ 20
+235.0206973623839
+ 10
+1720.113058055193
+ 20
+235.0206973623839
+  0
+LWPOLYLINE
+  5
+21981
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.600000000001
+ 39
+19.2
+ 10
+1717.713057562573
+ 20
+241.0206973623839
+ 10
+1720.113058055193
+ 20
+241.0206973623839
+  0
+LWPOLYLINE
+  5
+21982
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.600000000001
+ 39
+19.2
+ 10
+1717.713057562573
+ 20
+247.0206973623839
+ 10
+1720.113058055193
+ 20
+247.0206973623839
+  0
+LWPOLYLINE
+  5
+21983
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.600000000001
+ 39
+19.2
+ 10
+1717.713057562573
+ 20
+253.0206973623839
+ 10
+1720.113058055193
+ 20
+253.0206973623839
+  0
+TEXT
+  5
+21984
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbText
+ 10
+1727.313058511451
+ 20
+244.0005578004214
+ 30
+4665.600000000001
+ 40
+9.599999999999999
+  1
+50
+100
+AcDbText
+  0
+TEXT
+  5
+21985
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbText
+ 10
+1689.46457386421
+ 20
+258.9654052501004
+ 30
+4665.600000000001
+ 40
+9.599999999999999
+  1
+Measure:
+  7
+GRAS
+100
+AcDbText
+  0
+SOLID
+  5
+21986
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+1776.513059121782
+ 20
+254.0113748120333
+ 30
+4665.600000000001
+ 11
+1798.113057907595
+ 21
+254.0113748120333
+ 31
+4665.600000000001
+ 12
+1775.313059121782
+ 22
+255.2113748120331
+ 32
+4665.600000000001
+ 13
+1799.313057907595
+ 23
+255.2113748120331
+ 33
+4665.600000000001
+  0
+LWPOLYLINE
+  5
+21987
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.600000000001
+ 39
+19.2
+ 10
+1799.313057907595
+ 20
+253.0206974274164
+ 10
+1807.713058856474
+ 20
+253.0206974274164
+  0
+LWPOLYLINE
+  5
+21988
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.600000000001
+ 39
+19.2
+ 10
+1799.313057907595
+ 20
+217.0206974274166
+ 10
+1801.713058400217
+ 20
+217.0206974274166
+  0
+LWPOLYLINE
+  5
+21989
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.600000000001
+ 39
+19.2
+ 10
+1799.313057907595
+ 20
+223.0206974274166
+ 10
+1801.713058400217
+ 20
+223.0206974274166
+  0
+LWPOLYLINE
+  5
+2198A
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.600000000001
+ 39
+19.2
+ 10
+1799.313057907595
+ 20
+229.0206974274164
+ 10
+1801.713058400217
+ 20
+229.0206974274164
+  0
+LWPOLYLINE
+  5
+2198B
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.600000000001
+ 39
+19.2
+ 10
+1799.313057907595
+ 20
+235.0206974274164
+ 10
+1801.713058400217
+ 20
+235.0206974274164
+  0
+LWPOLYLINE
+  5
+2198C
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.600000000001
+ 39
+19.2
+ 10
+1799.313057907595
+ 20
+241.0206974274164
+ 10
+1801.713058400217
+ 20
+241.0206974274164
+  0
+LWPOLYLINE
+  5
+2198D
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.600000000001
+ 39
+19.2
+ 10
+1799.313057907595
+ 20
+247.0206974274164
+ 10
+1801.713058400217
+ 20
+247.0206974274164
+  0
+LWPOLYLINE
+  5
+2198E
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.600000000001
+ 39
+19.2
+ 10
+1799.313057907595
+ 20
+253.0206974274164
+ 10
+1801.713058400217
+ 20
+253.0206974274164
+  0
+TEXT
+  5
+2198F
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbText
+ 10
+1808.913058856475
+ 20
+244.000557865454
+ 30
+4665.600000000001
+ 40
+9.599999999999999
+  1
+100
+100
+AcDbText
+  0
+TEXT
+  5
+21990
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbText
+ 10
+1771.064574209233
+ 20
+258.9654053151329
+ 30
+4665.600000000001
+ 40
+9.599999999999999
+  1
+Valve:
+  7
+GRAS
+100
+AcDbText
+  0
+INSERT
+  5
+21991
+330
+1F
+100
+AcDbEntity
+  8
+INSTRUM
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Tendance-3
+ 10
+1065.302011783553
+ 20
+7.677982372781912
+ 30
+-4665.6
+ 41
+519.0
+ 42
+286.0
+ 43
+530.0
+  0
+ATTRIB
+  5
+21992
+330
+21991
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1065.302011783553
+ 20
+7.677982372781912
+ 30
+-4665.6
+ 40
+28.60000000000002
+  1
+CWM-CWS03:Ctrl-PLC-001:R40Trsh
+ 41
+1.814685314685315
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21993
+330
+21991
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1065.302011783553
+ 20
+7.677982372781912
+ 30
+-4665.6
+ 40
+28.60000000000002
+  1
+5
+ 41
+1.814685314685315
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+PERIODE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21994
+330
+21991
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1065.302011783553
+ 20
+7.677982372781912
+ 30
+-4665.6
+ 40
+28.60000000000002
+  1
+9
+ 41
+1.814685314685315
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21995
+330
+21991
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1065.302011783553
+ 20
+7.677982372781912
+ 30
+-4665.6
+ 40
+28.60000000000002
+  1
+0
+ 41
+1.814685314685315
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MINI-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21996
+330
+21991
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1065.302011783553
+ 20
+7.677982372781912
+ 30
+-4665.6
+ 40
+28.60000000000002
+  1
+50
+ 41
+1.814685314685315
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MAXI-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21997
+330
+21991
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1065.302011783553
+ 20
+7.677982372781912
+ 30
+-4665.6
+ 40
+28.60000000000002
+  1
+0
+ 41
+1.814685314685315
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+LOG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21998
+330
+21991
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1065.302011783553
+ 20
+7.677982372781912
+ 30
+-4665.6
+ 40
+28.60000000000002
+  1
+°C
+ 41
+1.814685314685315
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+UNITE-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21999
+330
+21991
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1065.302011783553
+ 20
+7.677982372781912
+ 30
+-4665.6
+ 40
+28.60000000000002
+  1
+CWM-CWS03:WtrC-TT-040:Tmp
+ 41
+1.814685314685315
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE-2
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+2199A
+330
+21991
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1065.302011783553
+ 20
+7.677982372781912
+ 30
+-4665.6
+ 40
+28.60000000000002
+  1
+10
+ 41
+1.814685314685315
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-2
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+2199B
+330
+21991
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1065.302011783553
+ 20
+7.677982372781912
+ 30
+-4665.6
+ 40
+28.60000000000002
+  1
+0
+ 41
+1.814685314685315
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MINI-2
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+2199C
+330
+21991
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1065.302011783553
+ 20
+7.677982372781912
+ 30
+-4665.6
+ 40
+28.60000000000002
+  1
+50
+ 41
+1.814685314685315
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MAXI-2
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+2199D
+330
+21991
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1065.302011783553
+ 20
+7.677982372781912
+ 30
+-4665.6
+ 40
+28.60000000000002
+  1
+0
+ 41
+1.814685314685315
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+LOG-2
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+2199E
+330
+21991
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1065.302011783553
+ 20
+7.677982372781912
+ 30
+-4665.6
+ 40
+28.60000000000002
+  1
+°C
+ 41
+1.814685314685315
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+UNITE-2
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+2199F
+330
+21991
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1065.302011783553
+ 20
+7.677982372781912
+ 30
+-4665.6
+ 40
+28.60000000000002
+  1
+CWM-CWS03:WtrC-PCV-040:Cmd
+ 41
+1.814685314685315
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE-3
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+219A0
+330
+21991
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1065.302011783553
+ 20
+7.677982372781912
+ 30
+-4665.6
+ 40
+28.60000000000002
+  1
+12
+ 41
+1.814685314685315
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-3
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+219A1
+330
+21991
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1065.302011783553
+ 20
+7.677982372781912
+ 30
+-4665.6
+ 40
+28.60000000000002
+  1
+0
+ 41
+1.814685314685315
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MINI-3
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+219A2
+330
+21991
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1065.302011783553
+ 20
+7.677982372781912
+ 30
+-4665.6
+ 40
+28.60000000000002
+  1
+100.0
+ 41
+1.814685314685315
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MAXI-3
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+219A3
+330
+21991
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1065.302011783553
+ 20
+7.677982372781912
+ 30
+-4665.6
+ 40
+28.60000000000002
+  1
+0
+ 41
+1.814685314685315
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+LOG-3
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+219A4
+330
+21991
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1065.302011783553
+ 20
+7.677982372781912
+ 30
+-4665.6
+ 40
+28.60000000000002
+  1
+%
+ 41
+1.814685314685315
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+UNITE-3
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+219A5
+330
+21991
+100
+AcDbEntity
+  8
+INSTRUM
+  0
+TEXT
+  5
+219A6
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbText
+ 10
+1607.001821493077
+ 20
+273.07152166503
+ 30
+4665.600000000001
+ 40
+12.96
+  1
+Body S3 regulation loop
+  7
+GRAS
+100
+AcDbText
+  0
+SOLID
+  5
+219A8
+330
+1F
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+1612.113058853513
+ 20
+151.0206961945216
+ 30
+4665.600000000001
+ 11
+1636.113057658453
+ 21
+151.0206962136487
+ 31
+4665.600000000001
+ 12
+1613.31305887264
+ 22
+152.2206962136485
+ 32
+4665.600000000001
+ 13
+1634.913057658452
+ 23
+152.2206962136485
+ 33
+4665.600000000001
+  0
+SOLID
+  5
+219A9
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+1613.31305887264
+ 20
+152.2206962136485
+ 30
+4665.600000000001
+ 11
+1612.113058872639
+ 21
+151.0206962136487
+ 31
+4665.600000000001
+ 12
+1613.31305887264
+ 22
+254.0113747278732
+ 32
+4665.600000000001
+ 13
+1612.113058872639
+ 23
+255.211374727873
+ 33
+4665.600000000001
+  0
+SOLID
+  5
+219AA
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     7
+100
+AcDbTrace
+ 10
+1636.113057658453
+ 20
+151.0206962136487
+ 30
+4665.600000000001
+ 11
+1634.913057658452
+ 21
+152.2206962136485
+ 31
+4665.600000000001
+ 12
+1636.113057658453
+ 22
+255.2113747278739
+ 32
+4665.600000000001
+ 13
+1634.913057658452
+ 23
+254.0113747278741
+ 33
+4665.600000000001
+  0
+LWPOLYLINE
+  5
+219AB
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.600000000001
+ 39
+19.2
+ 10
+1636.113057658453
+ 20
+152.2206972282935
+ 10
+1644.513057658453
+ 20
+152.2206972282935
+  0
+LWPOLYLINE
+  5
+219AC
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.600000000001
+ 39
+19.2
+ 10
+1636.113057658453
+ 20
+152.2206972282935
+ 10
+1636.113057658453
+ 20
+255.2113747278739
+  0
+LWPOLYLINE
+  5
+219AD
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.600000000001
+ 39
+19.2
+ 10
+1636.113057658453
+ 20
+211.0206962184299
+ 10
+1639.713058607331
+ 20
+211.0206962184299
+  0
+LWPOLYLINE
+  5
+219AE
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.600000000001
+ 39
+19.2
+ 10
+1636.113057658453
+ 20
+205.0206962184299
+ 10
+1638.513058607332
+ 20
+205.0206962184299
+  0
+LWPOLYLINE
+  5
+219AF
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.600000000001
+ 39
+19.2
+ 10
+1636.113057658453
+ 20
+199.0206973432569
+ 10
+1638.513058151073
+ 20
+199.0206973432569
+  0
+LWPOLYLINE
+  5
+219B0
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.600000000001
+ 39
+19.2
+ 10
+1636.113057658453
+ 20
+193.020697343257
+ 10
+1638.513058151073
+ 20
+193.020697343257
+  0
+LWPOLYLINE
+  5
+219B1
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.600000000001
+ 39
+19.2
+ 10
+1636.113057658453
+ 20
+187.020697343257
+ 10
+1638.513058151073
+ 20
+187.020697343257
+  0
+LWPOLYLINE
+  5
+219B2
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.600000000001
+ 39
+19.2
+ 10
+1636.113057658453
+ 20
+181.020697343257
+ 10
+1638.513058151073
+ 20
+181.020697343257
+  0
+LWPOLYLINE
+  5
+219B3
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.600000000001
+ 39
+19.2
+ 10
+1636.113057658453
+ 20
+175.020697343257
+ 10
+1638.513058151073
+ 20
+175.020697343257
+  0
+LWPOLYLINE
+  5
+219B4
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.600000000001
+ 39
+19.2
+ 10
+1636.113057658453
+ 20
+169.020697343257
+ 10
+1638.513058151073
+ 20
+169.020697343257
+  0
+LWPOLYLINE
+  5
+219B5
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.600000000001
+ 39
+19.2
+ 10
+1636.113057658453
+ 20
+163.020697343257
+ 10
+1638.513058151073
+ 20
+163.020697343257
+  0
+LWPOLYLINE
+  5
+219B6
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.600000000001
+ 39
+19.2
+ 10
+1636.113057658453
+ 20
+157.020697343257
+ 10
+1638.513058151073
+ 20
+157.020697343257
+  0
+TEXT
+  5
+219B7
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbText
+ 10
+1646.913058607332
+ 20
+152.2206962184302
+ 30
+4665.600000000001
+ 40
+9.599999999999999
+  1
+0
+100
+AcDbText
+  0
+SOLID
+  5
+219C1
+330
+1F
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     8
+100
+AcDbTrace
+ 10
+1681.713080227488
+ 20
+143.8207018724521
+ 30
+4665.600000000001
+ 11
+1613.31305887264
+ 21
+143.8206964097332
+ 31
+4665.600000000001
+ 12
+1682.913080517812
+ 22
+145.0207018724519
+ 32
+4665.600000000001
+ 13
+1612.113058853472
+ 23
+145.0206964289006
+ 33
+4665.600000000001
+  0
+SOLID
+  5
+219C2
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     7
+100
+AcDbTrace
+ 10
+1682.913058757631
+ 20
+127.0206967810101
+ 30
+0.0
+ 11
+1612.113058987647
+ 21
+127.0206927065198
+ 31
+0.0
+ 12
+1681.713058757631
+ 22
+128.2206967810099
+ 32
+0.0
+ 13
+1613.313058987647
+ 23
+128.2206927065196
+ 33
+0.0
+  0
+SOLID
+  5
+219C3
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     7
+100
+AcDbTrace
+ 10
+1682.913058757631
+ 20
+127.0206967810101
+ 30
+0.0
+ 11
+1681.713058757631
+ 21
+128.2206967810099
+ 31
+0.0
+ 12
+1682.913058872638
+ 22
+145.0207004842229
+ 32
+0.0
+ 13
+1681.713058872639
+ 23
+143.8207004842231
+ 33
+0.0
+  0
+SOLID
+  5
+219C9
+330
+1F
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     8
+100
+AcDbTrace
+ 10
+1763.313080112479
+ 20
+143.8207005532846
+ 30
+-4665.6
+ 11
+1694.913058757633
+ 21
+143.8206964787934
+ 31
+-4665.6
+ 12
+1764.513080402805
+ 22
+145.0207005532849
+ 32
+-4665.6
+ 13
+1693.713058757632
+ 23
+145.0206964787937
+ 33
+-4665.6
+  0
+SOLID
+  5
+219CA
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     7
+100
+AcDbTrace
+ 10
+1764.513080476889
+ 20
+127.0206968500712
+ 30
+0.0000000000009095
+ 11
+1693.71305887264
+ 21
+127.02069277558
+ 31
+0.0000000000009095
+ 12
+1763.313079014795
+ 22
+128.2206968500715
+ 32
+0.0000000000009095
+ 13
+1694.913058872639
+ 23
+128.2206927755803
+ 33
+0.0000000000009095
+  0
+SOLID
+  5
+219CB
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+1693.71305887264
+ 20
+127.02069277558
+ 30
+0.0000000000009095
+ 11
+1694.913058872639
+ 21
+128.2206927755803
+ 31
+0.0000000000009095
+ 12
+1693.713058757632
+ 22
+145.0206964787937
+ 32
+0.0000000000009095
+ 13
+1694.913058757633
+ 23
+143.8206964787934
+ 33
+0.0000000000009095
+  0
+SOLID
+  5
+219CC
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     7
+100
+AcDbTrace
+ 10
+1764.513058642624
+ 20
+127.0206954618426
+ 30
+-1747.199999999999
+ 11
+1763.313058642623
+ 21
+128.2206954618424
+ 31
+-1747.199999999999
+ 12
+1764.513058757631
+ 22
+145.0206991650558
+ 32
+-1747.199999999999
+ 13
+1763.313058757631
+ 23
+143.8206991650556
+ 33
+-1747.199999999999
+  0
+SOLID
+  5
+219D3
+330
+1F
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     8
+100
+AcDbTrace
+ 10
+1844.913080342495
+ 20
+143.8207018724521
+ 30
+0.0
+ 11
+1776.513059102656
+ 21
+143.8206964097332
+ 31
+0.0
+ 12
+1846.113058987647
+ 22
+145.0207004842229
+ 32
+0.0
+ 13
+1775.313059102655
+ 23
+145.020696409733
+ 33
+0.0
+  0
+SOLID
+  5
+219D4
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     7
+100
+AcDbTrace
+ 10
+1846.113080706904
+ 20
+127.0206981692387
+ 30
+-2918.400000000002
+ 11
+1775.313059217664
+ 21
+127.0206927065198
+ 31
+-2918.400000000002
+ 12
+1844.91307924481
+ 22
+128.2206981692386
+ 32
+-2918.400000000002
+ 13
+1776.513059217663
+ 23
+128.2206927065196
+ 33
+-2918.400000000002
+  0
+SOLID
+  5
+219D5
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+1775.313059217664
+ 20
+127.0206927065198
+ 30
+4665.600000000001
+ 11
+1776.513059217663
+ 21
+128.2206927065196
+ 31
+4665.600000000001
+ 12
+1775.313059102655
+ 22
+145.020696409733
+ 32
+4665.600000000001
+ 13
+1776.513059102656
+ 23
+143.8206964097332
+ 33
+4665.600000000001
+  0
+SOLID
+  5
+219D6
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     7
+100
+AcDbTrace
+ 10
+1846.113058872639
+ 20
+127.0206967810101
+ 30
+0.0
+ 11
+1844.913058872639
+ 21
+128.2206967810099
+ 31
+0.0
+ 12
+1846.113058987647
+ 22
+145.0207004842229
+ 32
+0.0
+ 13
+1844.913058987648
+ 23
+143.8207004842231
+ 33
+0.0
+  0
+SOLID
+  5
+219D7
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+1688.913058872629
+ 20
+127.02069277558
+ 30
+4665.600000000001
+ 11
+1687.713058872631
+ 21
+127.0206970572464
+ 31
+4665.600000000001
+ 12
+1688.913058872639
+ 22
+252.4187422803174
+ 32
+4665.600000000001
+ 13
+1687.71305887264
+ 23
+252.4187422803174
+ 33
+4665.600000000001
+ 39
+19.2
+  0
+SOLID
+  5
+219D8
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+1770.513058872621
+ 20
+127.0011380500702
+ 30
+4684.800000000001
+ 11
+1769.31305887262
+ 21
+127.0206971263066
+ 31
+4684.800000000001
+ 12
+1770.51305887263
+ 22
+252.4187422803174
+ 32
+4684.800000000001
+ 13
+1769.313058872629
+ 23
+252.4187422803174
+ 33
+4684.800000000001
+ 39
+19.2
+  0
+INSERT
+  5
+219D9
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Bargraphe
+ 10
+1614.513058872639
+ 20
+153.4206964097331
+ 30
+4665.600000000001
+ 41
+19.2
+ 42
+100.0
+ 43
+19.2
+  0
+ATTRIB
+  5
+219DA
+330
+219D9
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1614.513058872639
+ 20
+153.4206964097331
+ 30
+4665.600000000001
+ 40
+9.999999999999998
+  1
+CWM-CWS03:Ctrl-PLC-001:R40Trsh
+ 41
+0.1919999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+219DB
+330
+219D9
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1614.513058872639
+ 20
+153.4206964097331
+ 30
+4665.600000000001
+ 40
+9.999999999999998
+  1
+0
+ 41
+0.1919999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MINI
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+219DC
+330
+219D9
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1614.513058872639
+ 20
+153.4206964097331
+ 30
+4665.600000000001
+ 40
+9.999999999999998
+  1
+50
+ 41
+0.1919999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MAXI
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+219DD
+330
+219D9
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1614.513058872639
+ 20
+153.4206964097331
+ 30
+4665.600000000001
+ 40
+9.999999999999998
+  1
+0
+ 41
+0.1919999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SENS
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+219DE
+330
+219D9
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1614.513058872639
+ 20
+153.4206964097331
+ 30
+4665.600000000001
+ 40
+9.999999999999998
+  1
+0
+ 41
+0.1919999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+LOG
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+219DF
+330
+219D9
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1614.513058872639
+ 20
+153.4206964097331
+ 30
+4665.600000000001
+ 40
+9.999999999999998
+  1
+9
+ 41
+0.1919999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+219E0
+330
+219D9
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1614.513058872639
+ 20
+153.4206964097331
+ 30
+4665.600000000001
+ 40
+9.999999999999998
+  1
+0
+ 41
+0.1919999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+219E1
+330
+219D9
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+  0
+SOLID
+  5
+219EE
+330
+1F
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+1693.713058757632
+ 20
+151.0206962136487
+ 30
+4665.600000000001
+ 11
+1717.713057562573
+ 21
+151.0206962327758
+ 31
+4665.600000000001
+ 12
+1694.91305877676
+ 22
+152.2206962327756
+ 32
+4665.600000000001
+ 13
+1716.513057562572
+ 23
+152.2206962327756
+ 33
+4665.600000000001
+  0
+SOLID
+  5
+219EF
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+1694.91305877676
+ 20
+152.2206962327756
+ 30
+4665.600000000001
+ 11
+1693.713058776759
+ 21
+151.0206962327758
+ 31
+4665.600000000001
+ 12
+1694.91305877676
+ 22
+254.0113747470008
+ 32
+4665.600000000001
+ 13
+1693.713058776759
+ 23
+255.2113747470006
+ 33
+4665.600000000001
+  0
+SOLID
+  5
+219F0
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     7
+100
+AcDbTrace
+ 10
+1717.713057562573
+ 20
+151.0206962327758
+ 30
+4665.600000000001
+ 11
+1716.513057562572
+ 21
+152.2206962327756
+ 31
+4665.600000000001
+ 12
+1717.713057562573
+ 22
+255.2113747470006
+ 32
+4665.600000000001
+ 13
+1716.513057562572
+ 23
+254.0113747470008
+ 33
+4665.600000000001
+  0
+LWPOLYLINE
+  5
+219F1
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.600000000001
+ 39
+19.2
+ 10
+1717.713057562573
+ 20
+152.2206972474206
+ 10
+1726.113057562572
+ 20
+152.2206972474206
+  0
+LWPOLYLINE
+  5
+219F2
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.600000000001
+ 39
+19.2
+ 10
+1717.713057562573
+ 20
+152.2206972474206
+ 10
+1717.713057562573
+ 20
+255.2113747470006
+  0
+LWPOLYLINE
+  5
+219F3
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.600000000001
+ 39
+19.2
+ 10
+1717.713057562573
+ 20
+211.020696237557
+ 10
+1721.313058511451
+ 20
+211.020696237557
+  0
+LWPOLYLINE
+  5
+219F4
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.600000000001
+ 39
+19.2
+ 10
+1717.713057562573
+ 20
+205.020696237557
+ 10
+1720.113058511452
+ 20
+205.020696237557
+  0
+LWPOLYLINE
+  5
+219F5
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.600000000001
+ 39
+19.2
+ 10
+1717.713057562573
+ 20
+199.0206973623841
+ 10
+1720.113058055193
+ 20
+199.0206973623841
+  0
+LWPOLYLINE
+  5
+219F6
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.600000000001
+ 39
+19.2
+ 10
+1717.713057562573
+ 20
+193.0206973623841
+ 10
+1720.113058055193
+ 20
+193.0206973623841
+  0
+LWPOLYLINE
+  5
+219F7
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.600000000001
+ 39
+19.2
+ 10
+1717.713057562573
+ 20
+187.0206973623842
+ 10
+1720.113058055193
+ 20
+187.0206973623842
+  0
+LWPOLYLINE
+  5
+219F8
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.600000000001
+ 39
+19.2
+ 10
+1717.713057562573
+ 20
+181.0206973623841
+ 10
+1720.113058055193
+ 20
+181.0206973623841
+  0
+LWPOLYLINE
+  5
+219F9
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.600000000001
+ 39
+19.2
+ 10
+1717.713057562573
+ 20
+175.0206973623841
+ 10
+1720.113058055193
+ 20
+175.0206973623841
+  0
+LWPOLYLINE
+  5
+219FA
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.600000000001
+ 39
+19.2
+ 10
+1717.713057562573
+ 20
+169.0206973623841
+ 10
+1720.113058055193
+ 20
+169.0206973623841
+  0
+LWPOLYLINE
+  5
+219FB
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.600000000001
+ 39
+19.2
+ 10
+1717.713057562573
+ 20
+163.0206973623842
+ 10
+1720.113058055193
+ 20
+163.0206973623842
+  0
+LWPOLYLINE
+  5
+219FC
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.600000000001
+ 39
+19.2
+ 10
+1717.713057562573
+ 20
+157.0206973623841
+ 10
+1720.113058055193
+ 20
+157.0206973623841
+  0
+TEXT
+  5
+219FD
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbText
+ 10
+1728.513058511451
+ 20
+152.2206962375573
+ 30
+4665.600000000001
+ 40
+9.599999999999999
+  1
+0
+100
+AcDbText
+  0
+INSERT
+  5
+219FE
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Bargraphe
+ 10
+1696.113058776759
+ 20
+153.4206964288602
+ 30
+4665.600000000001
+ 41
+19.2
+ 42
+100.0
+ 43
+19.2
+  0
+ATTRIB
+  5
+219FF
+330
+219FE
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1696.113058776759
+ 20
+153.4206964288602
+ 30
+4665.600000000001
+ 40
+9.999999999999998
+  1
+CWM-CWS03:WtrC-TT-040:Tmp
+ 41
+0.1919999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21A00
+330
+219FE
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1696.113058776759
+ 20
+153.4206964288602
+ 30
+4665.600000000001
+ 40
+9.999999999999998
+  1
+0
+ 41
+0.1919999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MINI
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21A01
+330
+219FE
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1696.113058776759
+ 20
+153.4206964288602
+ 30
+4665.600000000001
+ 40
+9.999999999999998
+  1
+50
+ 41
+0.1919999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MAXI
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21A02
+330
+219FE
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1696.113058776759
+ 20
+153.4206964288602
+ 30
+4665.600000000001
+ 40
+9.999999999999998
+  1
+0
+ 41
+0.1919999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SENS
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21A03
+330
+219FE
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1696.113058776759
+ 20
+153.4206964288602
+ 30
+4665.600000000001
+ 40
+9.999999999999998
+  1
+0
+ 41
+0.1919999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+LOG
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21A04
+330
+219FE
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1696.113058776759
+ 20
+153.4206964288602
+ 30
+4665.600000000001
+ 40
+9.999999999999998
+  1
+10
+ 41
+0.1919999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21A05
+330
+219FE
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1696.113058776759
+ 20
+153.4206964288602
+ 30
+4665.600000000001
+ 40
+9.999999999999998
+  1
+0
+ 41
+0.1919999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+21A06
+330
+219FE
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+  0
+SOLID
+  5
+21A07
+330
+1F
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+1775.313059102655
+ 20
+151.0206962786812
+ 30
+4665.600000000001
+ 11
+1799.313057907595
+ 21
+151.0206962978083
+ 31
+4665.600000000001
+ 12
+1776.513059121782
+ 22
+152.2206962978081
+ 32
+4665.600000000001
+ 13
+1798.113057907595
+ 23
+152.2206962978081
+ 33
+4665.600000000001
+  0
+SOLID
+  5
+21A08
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+1776.513059121782
+ 20
+152.2206962978081
+ 30
+4665.600000000001
+ 11
+1775.313059121782
+ 21
+151.0206962978083
+ 31
+4665.600000000001
+ 12
+1776.513059121782
+ 22
+254.0113748120333
+ 32
+4665.600000000001
+ 13
+1775.313059121782
+ 23
+255.2113748120331
+ 33
+4665.600000000001
+  0
+SOLID
+  5
+21A09
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     7
+100
+AcDbTrace
+ 10
+1799.313057907595
+ 20
+151.0206962978083
+ 30
+4665.600000000001
+ 11
+1798.113057907595
+ 21
+152.2206962978081
+ 31
+4665.600000000001
+ 12
+1799.313057907595
+ 22
+255.2113748120331
+ 32
+4665.600000000001
+ 13
+1798.113057907595
+ 23
+254.0113748120333
+ 33
+4665.600000000001
+  0
+LWPOLYLINE
+  5
+21A0A
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.600000000001
+ 39
+19.2
+ 10
+1799.313057907595
+ 20
+152.2206973124531
+ 10
+1807.713057907595
+ 20
+152.2206973124531
+  0
+LWPOLYLINE
+  5
+21A0B
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.600000000001
+ 39
+19.2
+ 10
+1799.313057907595
+ 20
+152.2206973124531
+ 10
+1799.313057907595
+ 20
+255.2113748120331
+  0
+LWPOLYLINE
+  5
+21A0C
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.600000000001
+ 39
+19.2
+ 10
+1799.313057907595
+ 20
+211.0206963025895
+ 10
+1802.913058856475
+ 20
+211.0206963025895
+  0
+LWPOLYLINE
+  5
+21A0D
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.600000000001
+ 39
+19.2
+ 10
+1799.313057907595
+ 20
+205.0206963025895
+ 10
+1801.713058856474
+ 20
+205.0206963025895
+  0
+LWPOLYLINE
+  5
+21A0E
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.600000000001
+ 39
+19.2
+ 10
+1799.313057907595
+ 20
+199.0206974274166
+ 10
+1801.713058400217
+ 20
+199.0206974274166
+  0
+LWPOLYLINE
+  5
+21A0F
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.600000000001
+ 39
+19.2
+ 10
+1799.313057907595
+ 20
+193.0206974274166
+ 10
+1801.713058400217
+ 20
+193.0206974274166
+  0
+LWPOLYLINE
+  5
+21A10
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.600000000001
+ 39
+19.2
+ 10
+1799.313057907595
+ 20
+187.0206974274166
+ 10
+1801.713058400217
+ 20
+187.0206974274166
+  0
+LWPOLYLINE
+  5
+21A11
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.600000000001
+ 39
+19.2
+ 10
+1799.313057907595
+ 20
+181.0206974274167
+ 10
+1801.713058400217
+ 20
+181.0206974274167
+  0
+LWPOLYLINE
+  5
+21A12
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.600000000001
+ 39
+19.2
+ 10
+1799.313057907595
+ 20
+175.0206974274167
+ 10
+1801.713058400217
+ 20
+175.0206974274167
+  0
+LWPOLYLINE
+  5
+21A13
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.600000000001
+ 39
+19.2
+ 10
+1799.313057907595
+ 20
+169.0206974274166
+ 10
+1801.713058400217
+ 20
+169.0206974274166
+  0
+LWPOLYLINE
+  5
+21A14
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.600000000001
+ 39
+19.2
+ 10
+1799.313057907595
+ 20
+163.0206974274166
+ 10
+1801.713058400217
+ 20
+163.0206974274166
+  0
+LWPOLYLINE
+  5
+21A15
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.600000000001
+ 39
+19.2
+ 10
+1799.313057907595
+ 20
+157.0206974274167
+ 10
+1801.713058400217
+ 20
+157.0206974274167
+  0
+TEXT
+  5
+21A16
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbText
+ 10
+1810.113058856474
+ 20
+152.2206963025898
+ 30
+4665.600000000001
+ 40
+9.599999999999999
+  1
+0
+100
+AcDbText
+  0
+INSERT
+  5
+21A17
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Bargraphe
+ 10
+1777.713059121783
+ 20
+153.4206964938927
+ 30
+4665.600000000001
+ 41
+19.2
+ 42
+100.0
+ 43
+19.2
+  0
+ATTRIB
+  5
+21A18
+330
+21A17
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1777.713059121783
+ 20
+153.4206964938927
+ 30
+4665.600000000001
+ 40
+9.999999999999998
+  1
+CWM-CWS03:WtrC-PCV-040:Cmd
+ 41
+0.1919999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21A19
+330
+21A17
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1777.713059121783
+ 20
+153.4206964938927
+ 30
+4665.600000000001
+ 40
+9.999999999999998
+  1
+0
+ 41
+0.1919999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MINI
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21A1A
+330
+21A17
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1777.713059121783
+ 20
+153.4206964938927
+ 30
+4665.600000000001
+ 40
+9.999999999999998
+  1
+100
+ 41
+0.1919999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MAXI
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21A1B
+330
+21A17
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1777.713059121783
+ 20
+153.4206964938927
+ 30
+4665.600000000001
+ 40
+9.999999999999998
+  1
+0
+ 41
+0.1919999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SENS
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21A1C
+330
+21A17
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1777.713059121783
+ 20
+153.4206964938927
+ 30
+4665.600000000001
+ 40
+9.999999999999998
+  1
+0
+ 41
+0.1919999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+LOG
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21A1D
+330
+21A17
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1777.713059121783
+ 20
+153.4206964938927
+ 30
+4665.600000000001
+ 40
+9.999999999999998
+  1
+12
+ 41
+0.1919999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21A1E
+330
+21A17
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1777.713059121783
+ 20
+153.4206964938927
+ 30
+4665.600000000001
+ 40
+9.999999999999998
+  1
+0
+ 41
+0.1919999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+21A1F
+330
+21A17
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+  0
+SOLID
+  5
+21A4B
+330
+1F
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+1612.112196414153
+ 20
+453.9352350471963
+ 30
+4665.6
+ 11
+1636.112195219093
+ 21
+453.9352350663234
+ 31
+4665.6
+ 12
+1613.31219643328
+ 22
+455.1352350663233
+ 32
+4665.6
+ 13
+1634.912195219093
+ 23
+455.1352350663233
+ 33
+4665.6
+  0
+SOLID
+  5
+21A4C
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+1613.31219643328
+ 20
+556.9259135805482
+ 30
+4665.6
+ 11
+1634.912195219093
+ 21
+556.9259135805487
+ 31
+4665.6
+ 12
+1612.11219643328
+ 22
+558.125913580548
+ 32
+4665.6
+ 13
+1636.112195219093
+ 23
+558.1259135805485
+ 33
+4665.6
+  0
+SOLID
+  5
+21A4D
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     7
+100
+AcDbTrace
+ 10
+1636.112195219093
+ 20
+453.9352350663234
+ 30
+4665.6
+ 11
+1634.912195219093
+ 21
+455.1352350663233
+ 31
+4665.6
+ 12
+1636.112195219093
+ 22
+558.1259135805485
+ 32
+4665.6
+ 13
+1634.912195219093
+ 23
+556.9259135805487
+ 33
+4665.6
+  0
+LWPOLYLINE
+  5
+21A4E
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.6
+ 39
+19.2
+ 10
+1636.112195219093
+ 20
+555.9352361959318
+ 10
+1644.512196167972
+ 20
+555.9352361959318
+  0
+LWPOLYLINE
+  5
+21A4F
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.6
+ 39
+19.2
+ 10
+1636.112195219093
+ 20
+455.1352360809683
+ 10
+1644.512195219093
+ 20
+455.1352360809683
+  0
+LWPOLYLINE
+  5
+21A50
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.6
+ 39
+19.2
+ 10
+1636.112195219093
+ 20
+455.1352360809683
+ 10
+1636.112195219093
+ 20
+558.1259135805485
+  0
+LWPOLYLINE
+  5
+21A51
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.6
+ 39
+19.2
+ 10
+1636.112195219093
+ 20
+513.9352350711046
+ 10
+1639.712196167971
+ 20
+513.9352350711046
+  0
+LWPOLYLINE
+  5
+21A52
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.6
+ 39
+19.2
+ 10
+1636.112195219093
+ 20
+507.9352350711046
+ 10
+1638.512196167972
+ 20
+507.9352350711046
+  0
+LWPOLYLINE
+  5
+21A53
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.6
+ 39
+19.2
+ 10
+1636.112195219093
+ 20
+501.9352361959318
+ 10
+1638.512195711713
+ 20
+501.9352361959318
+  0
+LWPOLYLINE
+  5
+21A54
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.6
+ 39
+19.2
+ 10
+1636.112195219093
+ 20
+495.9352361959317
+ 10
+1638.512195711713
+ 20
+495.9352361959317
+  0
+LWPOLYLINE
+  5
+21A55
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.6
+ 39
+19.2
+ 10
+1636.112195219093
+ 20
+489.9352361959318
+ 10
+1638.512195711713
+ 20
+489.9352361959318
+  0
+LWPOLYLINE
+  5
+21A56
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.6
+ 39
+19.2
+ 10
+1636.112195219093
+ 20
+483.9352361959318
+ 10
+1638.512195711713
+ 20
+483.9352361959318
+  0
+LWPOLYLINE
+  5
+21A57
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.6
+ 39
+19.2
+ 10
+1636.112195219093
+ 20
+477.9352361959317
+ 10
+1638.512195711713
+ 20
+477.9352361959317
+  0
+LWPOLYLINE
+  5
+21A58
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.6
+ 39
+19.2
+ 10
+1636.112195219093
+ 20
+471.9352361959318
+ 10
+1638.512195711713
+ 20
+471.9352361959318
+  0
+LWPOLYLINE
+  5
+21A59
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.6
+ 39
+19.2
+ 10
+1636.112195219093
+ 20
+465.9352361959317
+ 10
+1638.512195711713
+ 20
+465.9352361959317
+  0
+LWPOLYLINE
+  5
+21A5A
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.6
+ 39
+19.2
+ 10
+1636.112195219093
+ 20
+459.9352361959318
+ 10
+1638.512195711713
+ 20
+459.9352361959318
+  0
+LWPOLYLINE
+  5
+21A5B
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.6
+ 39
+19.2
+ 10
+1636.112195219093
+ 20
+519.9352361959317
+ 10
+1638.512195711713
+ 20
+519.9352361959317
+  0
+LWPOLYLINE
+  5
+21A5C
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.6
+ 39
+19.2
+ 10
+1636.112195219093
+ 20
+525.9352361959318
+ 10
+1638.512195711713
+ 20
+525.9352361959318
+  0
+LWPOLYLINE
+  5
+21A5D
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.6
+ 39
+19.2
+ 10
+1636.112195219093
+ 20
+531.9352361959317
+ 10
+1638.512195711713
+ 20
+531.9352361959317
+  0
+LWPOLYLINE
+  5
+21A5E
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.6
+ 39
+19.2
+ 10
+1636.112195219093
+ 20
+537.9352361959318
+ 10
+1638.512195711713
+ 20
+537.9352361959318
+  0
+LWPOLYLINE
+  5
+21A5F
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.6
+ 39
+19.2
+ 10
+1636.112195219093
+ 20
+543.9352361959318
+ 10
+1638.512195711713
+ 20
+543.9352361959318
+  0
+LWPOLYLINE
+  5
+21A60
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.6
+ 39
+19.2
+ 10
+1636.112195219093
+ 20
+549.9352361959317
+ 10
+1638.512195711713
+ 20
+549.9352361959317
+  0
+LWPOLYLINE
+  5
+21A61
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.6
+ 39
+19.2
+ 10
+1636.112195219093
+ 20
+555.9352361959318
+ 10
+1638.512195711713
+ 20
+555.9352361959318
+  0
+TEXT
+  5
+21A62
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbText
+ 10
+1645.712196167971
+ 20
+546.9150966339689
+ 30
+4665.6
+ 40
+9.599999999999999
+  1
+50
+100
+AcDbText
+  0
+TEXT
+  5
+21A63
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbText
+ 10
+1646.912196167972
+ 20
+455.1352350711049
+ 30
+4665.6
+ 40
+9.599999999999999
+  1
+0
+100
+AcDbText
+  0
+TEXT
+  5
+21A64
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbText
+ 10
+1607.86371152073
+ 20
+561.8799440836478
+ 30
+4665.6
+ 40
+9.599999999999999
+  1
+Setpoint:
+  7
+GRAS
+100
+AcDbText
+  0
+SOLID
+  5
+21A6E
+330
+1F
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     8
+100
+AcDbTrace
+ 10
+1681.712217788128
+ 20
+446.7352407251269
+ 30
+4665.6
+ 11
+1613.31219643328
+ 21
+446.735235262408
+ 31
+4665.6
+ 12
+1682.912218078453
+ 22
+447.9352407251267
+ 32
+4665.6
+ 13
+1612.112196414113
+ 23
+447.9352352815753
+ 33
+4665.6
+  0
+SOLID
+  5
+21A6F
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     7
+100
+AcDbTrace
+ 10
+1682.912196318271
+ 20
+429.9352356336848
+ 30
+0.0
+ 11
+1612.112196548287
+ 21
+429.9352315591945
+ 31
+0.0
+ 12
+1681.712196318272
+ 22
+431.1352356336847
+ 32
+0.0
+ 13
+1613.312196548288
+ 23
+431.1352315591943
+ 33
+0.0
+  0
+SOLID
+  5
+21A70
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     7
+100
+AcDbTrace
+ 10
+1682.912196318271
+ 20
+429.9352356336848
+ 30
+0.0
+ 11
+1681.712196318272
+ 21
+431.1352356336847
+ 31
+0.0
+ 12
+1682.91219643328
+ 22
+447.9352393368976
+ 32
+0.0
+ 13
+1681.71219643328
+ 23
+446.7352393368978
+ 33
+0.0
+  0
+SOLID
+  5
+21A76
+330
+1F
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     8
+100
+AcDbTrace
+ 10
+1763.312217673119
+ 20
+446.7352394059594
+ 30
+-4665.6
+ 11
+1694.912196318273
+ 21
+446.7352353314681
+ 31
+-4665.6
+ 12
+1764.512217963445
+ 22
+447.9352394059596
+ 32
+-4665.6
+ 13
+1693.712196318272
+ 23
+447.9352353314684
+ 33
+-4665.6
+  0
+SOLID
+  5
+21A77
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     7
+100
+AcDbTrace
+ 10
+1764.512218037529
+ 20
+429.9352357027459
+ 30
+0.0
+ 11
+1693.712196433281
+ 21
+429.9352316282547
+ 31
+0.0
+ 12
+1763.312216575435
+ 22
+431.1352357027463
+ 32
+0.0
+ 13
+1694.91219643328
+ 23
+431.135231628255
+ 33
+0.0
+  0
+SOLID
+  5
+21A78
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+1693.712196433281
+ 20
+429.9352316282547
+ 30
+0.0
+ 11
+1694.91219643328
+ 21
+431.135231628255
+ 31
+0.0
+ 12
+1693.712196318272
+ 22
+447.9352353314684
+ 32
+0.0
+ 13
+1694.912196318273
+ 23
+446.7352353314681
+ 33
+0.0
+  0
+SOLID
+  5
+21A79
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     7
+100
+AcDbTrace
+ 10
+1764.512196203264
+ 20
+429.9352343145174
+ 30
+-1747.200000000001
+ 11
+1763.312196203264
+ 21
+431.1352343145172
+ 31
+-1747.200000000001
+ 12
+1764.512196318272
+ 22
+447.9352380177306
+ 32
+-1747.200000000001
+ 13
+1763.312196318272
+ 23
+446.7352380177303
+ 33
+-1747.200000000001
+  0
+SOLID
+  5
+21A80
+330
+1F
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     8
+100
+AcDbTrace
+ 10
+1844.912217903135
+ 20
+446.7352407251269
+ 30
+0.0
+ 11
+1776.512196663296
+ 21
+446.735235262408
+ 31
+0.0
+ 12
+1846.112196548287
+ 22
+447.9352393368976
+ 32
+0.0
+ 13
+1775.312196663295
+ 23
+447.9352352624077
+ 33
+0.0
+  0
+SOLID
+  5
+21A81
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     7
+100
+AcDbTrace
+ 10
+1846.112218267544
+ 20
+429.9352370219135
+ 30
+-2918.400000000002
+ 11
+1775.312196778304
+ 21
+429.9352315591945
+ 31
+-2918.400000000002
+ 12
+1844.912216805451
+ 22
+431.1352370219132
+ 32
+-2918.400000000002
+ 13
+1776.512196778303
+ 23
+431.1352315591943
+ 33
+-2918.400000000002
+  0
+SOLID
+  5
+21A82
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+1775.312196778304
+ 20
+429.9352315591945
+ 30
+4665.6
+ 11
+1776.512196778303
+ 21
+431.1352315591943
+ 31
+4665.6
+ 12
+1775.312196663295
+ 22
+447.9352352624077
+ 32
+4665.6
+ 13
+1776.512196663296
+ 23
+446.735235262408
+ 33
+4665.6
+  0
+SOLID
+  5
+21A83
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+1688.91219643327
+ 20
+429.9352316282547
+ 30
+4665.6
+ 11
+1687.712196433272
+ 21
+429.9352359099211
+ 31
+4665.6
+ 12
+1688.91219643328
+ 22
+555.3332811329924
+ 32
+4665.6
+ 13
+1687.71219643328
+ 23
+555.3332811329924
+ 33
+4665.6
+ 39
+19.2
+  0
+SOLID
+  5
+21A84
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+1770.512196433261
+ 20
+429.9156769027449
+ 30
+4684.8
+ 11
+1769.31219643326
+ 21
+429.9352359789813
+ 31
+4684.8
+ 12
+1770.51219643327
+ 22
+555.3332811329924
+ 32
+4684.8
+ 13
+1769.31219643327
+ 23
+555.3332811329924
+ 33
+4684.8
+ 39
+19.2
+  0
+INSERT
+  5
+21A85
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Bargraphe
+ 10
+1614.512196433279
+ 20
+456.3352352624078
+ 30
+4665.6
+ 41
+19.2
+ 42
+100.0
+ 43
+19.2
+  0
+ATTRIB
+  5
+21A86
+330
+21A85
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1614.512196433279
+ 20
+456.3352352624078
+ 30
+4665.6
+ 40
+9.999999999999998
+  1
+CWM-CWS03:Ctrl-PLC-001:R30Trsh
+ 41
+0.1919999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21A87
+330
+21A85
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1614.512196433279
+ 20
+456.3352352624078
+ 30
+4665.6
+ 40
+9.999999999999998
+  1
+0
+ 41
+0.1919999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MINI
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21A88
+330
+21A85
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1614.512196433279
+ 20
+456.3352352624078
+ 30
+4665.6
+ 40
+9.999999999999998
+  1
+50
+ 41
+0.1919999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MAXI
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21A89
+330
+21A85
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1614.512196433279
+ 20
+456.3352352624078
+ 30
+4665.6
+ 40
+9.999999999999998
+  1
+0
+ 41
+0.1919999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SENS
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21A8A
+330
+21A85
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1614.512196433279
+ 20
+456.3352352624078
+ 30
+4665.6
+ 40
+9.999999999999998
+  1
+0
+ 41
+0.1919999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+LOG
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21A8B
+330
+21A85
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1614.512196433279
+ 20
+456.3352352624078
+ 30
+4665.6
+ 40
+9.999999999999998
+  1
+9
+ 41
+0.1919999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21A8C
+330
+21A85
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1614.512196433279
+ 20
+456.3352352624078
+ 30
+4665.6
+ 40
+9.999999999999998
+  1
+0
+ 41
+0.1919999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+21A8D
+330
+21A85
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+  0
+SOLID
+  5
+21A9A
+330
+1F
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+1693.712196318272
+ 20
+453.9352350663234
+ 30
+4665.6
+ 11
+1717.712195123213
+ 21
+453.9352350854506
+ 31
+4665.6
+ 12
+1694.9121963374
+ 22
+455.1352350854504
+ 32
+4665.6
+ 13
+1716.512195123212
+ 23
+455.1352350854504
+ 33
+4665.6
+  0
+SOLID
+  5
+21A9B
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+1694.9121963374
+ 20
+455.1352350854504
+ 30
+4665.6
+ 11
+1693.712196337399
+ 21
+453.9352350854506
+ 31
+4665.6
+ 12
+1694.9121963374
+ 22
+556.9259135996754
+ 32
+4665.6
+ 13
+1693.712196337399
+ 23
+558.1259135996751
+ 33
+4665.6
+  0
+SOLID
+  5
+21A9C
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+1694.9121963374
+ 20
+556.9259135996754
+ 30
+4665.6
+ 11
+1716.512195123212
+ 21
+556.9259135996758
+ 31
+4665.6
+ 12
+1693.712196337399
+ 22
+558.1259135996751
+ 32
+4665.6
+ 13
+1717.712195123213
+ 23
+558.1259135996756
+ 33
+4665.6
+  0
+SOLID
+  5
+21A9D
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     7
+100
+AcDbTrace
+ 10
+1717.712195123213
+ 20
+453.9352350854506
+ 30
+4665.6
+ 11
+1716.512195123212
+ 21
+455.1352350854504
+ 31
+4665.6
+ 12
+1717.712195123213
+ 22
+558.1259135996756
+ 32
+4665.6
+ 13
+1716.512195123212
+ 23
+556.9259135996758
+ 33
+4665.6
+  0
+LWPOLYLINE
+  5
+21A9E
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.6
+ 39
+19.2
+ 10
+1717.712195123213
+ 20
+555.9352362150589
+ 10
+1726.112196072092
+ 20
+555.9352362150589
+  0
+LWPOLYLINE
+  5
+21A9F
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.6
+ 39
+19.2
+ 10
+1717.712195123213
+ 20
+455.1352361000954
+ 10
+1726.112195123213
+ 20
+455.1352361000954
+  0
+LWPOLYLINE
+  5
+21AA0
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.6
+ 39
+19.2
+ 10
+1717.712195123213
+ 20
+455.1352361000954
+ 10
+1717.712195123213
+ 20
+558.1259135996756
+  0
+LWPOLYLINE
+  5
+21AA1
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.6
+ 39
+19.2
+ 10
+1717.712195123213
+ 20
+513.9352350902318
+ 10
+1721.312196072092
+ 20
+513.9352350902318
+  0
+LWPOLYLINE
+  5
+21AA2
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.6
+ 39
+19.2
+ 10
+1717.712195123213
+ 20
+507.9352350902317
+ 10
+1720.112196072092
+ 20
+507.9352350902317
+  0
+LWPOLYLINE
+  5
+21AA3
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.6
+ 39
+19.2
+ 10
+1717.712195123213
+ 20
+501.9352362150589
+ 10
+1720.112195615834
+ 20
+501.9352362150589
+  0
+LWPOLYLINE
+  5
+21AA4
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.6
+ 39
+19.2
+ 10
+1717.712195123213
+ 20
+495.9352362150589
+ 10
+1720.112195615834
+ 20
+495.9352362150589
+  0
+LWPOLYLINE
+  5
+21AA5
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.6
+ 39
+19.2
+ 10
+1717.712195123213
+ 20
+489.9352362150589
+ 10
+1720.112195615834
+ 20
+489.9352362150589
+  0
+LWPOLYLINE
+  5
+21AA6
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.6
+ 39
+19.2
+ 10
+1717.712195123213
+ 20
+483.9352362150589
+ 10
+1720.112195615834
+ 20
+483.9352362150589
+  0
+LWPOLYLINE
+  5
+21AA7
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.6
+ 39
+19.2
+ 10
+1717.712195123213
+ 20
+477.9352362150588
+ 10
+1720.112195615834
+ 20
+477.9352362150588
+  0
+LWPOLYLINE
+  5
+21AA8
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.6
+ 39
+19.2
+ 10
+1717.712195123213
+ 20
+471.9352362150589
+ 10
+1720.112195615834
+ 20
+471.9352362150589
+  0
+LWPOLYLINE
+  5
+21AA9
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.6
+ 39
+19.2
+ 10
+1717.712195123213
+ 20
+465.9352362150589
+ 10
+1720.112195615834
+ 20
+465.9352362150589
+  0
+LWPOLYLINE
+  5
+21AAA
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.6
+ 39
+19.2
+ 10
+1717.712195123213
+ 20
+459.9352362150589
+ 10
+1720.112195615834
+ 20
+459.9352362150589
+  0
+LWPOLYLINE
+  5
+21AAB
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.6
+ 39
+19.2
+ 10
+1717.712195123213
+ 20
+519.9352362150589
+ 10
+1720.112195615834
+ 20
+519.9352362150589
+  0
+LWPOLYLINE
+  5
+21AAC
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.6
+ 39
+19.2
+ 10
+1717.712195123213
+ 20
+525.9352362150589
+ 10
+1720.112195615834
+ 20
+525.9352362150589
+  0
+LWPOLYLINE
+  5
+21AAD
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.6
+ 39
+19.2
+ 10
+1717.712195123213
+ 20
+531.9352362150588
+ 10
+1720.112195615834
+ 20
+531.9352362150588
+  0
+LWPOLYLINE
+  5
+21AAE
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.6
+ 39
+19.2
+ 10
+1717.712195123213
+ 20
+537.9352362150589
+ 10
+1720.112195615834
+ 20
+537.9352362150589
+  0
+LWPOLYLINE
+  5
+21AAF
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.6
+ 39
+19.2
+ 10
+1717.712195123213
+ 20
+543.9352362150589
+ 10
+1720.112195615834
+ 20
+543.9352362150589
+  0
+LWPOLYLINE
+  5
+21AB0
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.6
+ 39
+19.2
+ 10
+1717.712195123213
+ 20
+549.9352362150589
+ 10
+1720.112195615834
+ 20
+549.9352362150589
+  0
+LWPOLYLINE
+  5
+21AB1
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.6
+ 39
+19.2
+ 10
+1717.712195123213
+ 20
+555.9352362150589
+ 10
+1720.112195615834
+ 20
+555.9352362150589
+  0
+TEXT
+  5
+21AB2
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbText
+ 10
+1727.312196072092
+ 20
+546.915096653096
+ 30
+4665.6
+ 40
+9.599999999999999
+  1
+50
+100
+AcDbText
+  0
+TEXT
+  5
+21AB3
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbText
+ 10
+1728.512196072092
+ 20
+455.1352350902321
+ 30
+4665.6
+ 40
+9.599999999999999
+  1
+0
+100
+AcDbText
+  0
+TEXT
+  5
+21AB4
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbText
+ 10
+1689.46371142485
+ 20
+561.8799441027749
+ 30
+4665.6
+ 40
+9.599999999999999
+  1
+Measure:
+  7
+GRAS
+100
+AcDbText
+  0
+INSERT
+  5
+21AB5
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Bargraphe
+ 10
+1696.1121963374
+ 20
+456.335235281535
+ 30
+4665.6
+ 41
+19.2
+ 42
+100.0
+ 43
+19.2
+  0
+ATTRIB
+  5
+21AB6
+330
+21AB5
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1696.1121963374
+ 20
+456.335235281535
+ 30
+4665.6
+ 40
+9.999999999999998
+  1
+CWM-CWS03:WtrC-TT-030:Tmp
+ 41
+0.1919999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21AB7
+330
+21AB5
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1696.1121963374
+ 20
+456.335235281535
+ 30
+4665.6
+ 40
+9.999999999999998
+  1
+0
+ 41
+0.1919999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MINI
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21AB8
+330
+21AB5
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1696.1121963374
+ 20
+456.335235281535
+ 30
+4665.6
+ 40
+9.999999999999998
+  1
+50
+ 41
+0.1919999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MAXI
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21AB9
+330
+21AB5
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1696.1121963374
+ 20
+456.335235281535
+ 30
+4665.6
+ 40
+9.999999999999998
+  1
+0
+ 41
+0.1919999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SENS
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21ABA
+330
+21AB5
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1696.1121963374
+ 20
+456.335235281535
+ 30
+4665.6
+ 40
+9.999999999999998
+  1
+0
+ 41
+0.1919999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+LOG
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21ABB
+330
+21AB5
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1696.1121963374
+ 20
+456.335235281535
+ 30
+4665.6
+ 40
+9.999999999999998
+  1
+10
+ 41
+0.1919999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21ABC
+330
+21AB5
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1696.1121963374
+ 20
+456.335235281535
+ 30
+4665.6
+ 40
+9.999999999999998
+  1
+0
+ 41
+0.1919999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+21ABD
+330
+21AB5
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+  0
+SOLID
+  5
+21ABE
+330
+1F
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+1775.312196663295
+ 20
+453.9352351313559
+ 30
+4665.6
+ 11
+1799.312195468235
+ 21
+453.935235150483
+ 31
+4665.6
+ 12
+1776.512196682423
+ 22
+455.1352351504829
+ 32
+4665.6
+ 13
+1798.112195468236
+ 23
+455.1352351504829
+ 33
+4665.6
+  0
+SOLID
+  5
+21ABF
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+1776.512196682423
+ 20
+455.1352351504829
+ 30
+4665.6
+ 11
+1775.312196682422
+ 21
+453.935235150483
+ 31
+4665.6
+ 12
+1776.512196682423
+ 22
+556.9259136647079
+ 32
+4665.6
+ 13
+1775.312196682422
+ 23
+558.1259136647076
+ 33
+4665.6
+  0
+SOLID
+  5
+21AC0
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+1776.512196682423
+ 20
+556.9259136647079
+ 30
+4665.6
+ 11
+1798.112195468236
+ 21
+556.9259136647083
+ 31
+4665.6
+ 12
+1775.312196682422
+ 22
+558.1259136647076
+ 32
+4665.6
+ 13
+1799.312195468235
+ 23
+558.1259136647081
+ 33
+4665.6
+  0
+SOLID
+  5
+21AC1
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     7
+100
+AcDbTrace
+ 10
+1799.312195468235
+ 20
+453.935235150483
+ 30
+4665.6
+ 11
+1798.112195468236
+ 21
+455.1352351504829
+ 31
+4665.6
+ 12
+1799.312195468235
+ 22
+558.1259136647081
+ 32
+4665.6
+ 13
+1798.112195468236
+ 23
+556.9259136647083
+ 33
+4665.6
+  0
+LWPOLYLINE
+  5
+21AC2
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.6
+ 39
+19.2
+ 10
+1799.312195468235
+ 20
+555.9352362800914
+ 10
+1807.712196417115
+ 20
+555.9352362800914
+  0
+LWPOLYLINE
+  5
+21AC3
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.6
+ 39
+19.2
+ 10
+1799.312195468235
+ 20
+455.1352361651279
+ 10
+1807.712195468235
+ 20
+455.1352361651279
+  0
+LWPOLYLINE
+  5
+21AC4
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.6
+ 39
+19.2
+ 10
+1799.312195468235
+ 20
+455.1352361651279
+ 10
+1799.312195468235
+ 20
+558.1259136647081
+  0
+LWPOLYLINE
+  5
+21AC5
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.6
+ 39
+19.2
+ 10
+1799.312195468235
+ 20
+513.9352351552643
+ 10
+1802.912196417115
+ 20
+513.9352351552643
+  0
+LWPOLYLINE
+  5
+21AC6
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.6
+ 39
+19.2
+ 10
+1799.312195468235
+ 20
+507.9352351552643
+ 10
+1801.712196417114
+ 20
+507.9352351552643
+  0
+LWPOLYLINE
+  5
+21AC7
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.6
+ 39
+19.2
+ 10
+1799.312195468235
+ 20
+501.9352362800914
+ 10
+1801.712195960858
+ 20
+501.9352362800914
+  0
+LWPOLYLINE
+  5
+21AC8
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.6
+ 39
+19.2
+ 10
+1799.312195468235
+ 20
+495.9352362800914
+ 10
+1801.712195960858
+ 20
+495.9352362800914
+  0
+LWPOLYLINE
+  5
+21AC9
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.6
+ 39
+19.2
+ 10
+1799.312195468235
+ 20
+489.9352362800914
+ 10
+1801.712195960858
+ 20
+489.9352362800914
+  0
+LWPOLYLINE
+  5
+21ACA
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.6
+ 39
+19.2
+ 10
+1799.312195468235
+ 20
+483.9352362800914
+ 10
+1801.712195960858
+ 20
+483.9352362800914
+  0
+LWPOLYLINE
+  5
+21ACB
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.6
+ 39
+19.2
+ 10
+1799.312195468235
+ 20
+477.9352362800914
+ 10
+1801.712195960858
+ 20
+477.9352362800914
+  0
+LWPOLYLINE
+  5
+21ACC
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.6
+ 39
+19.2
+ 10
+1799.312195468235
+ 20
+471.9352362800914
+ 10
+1801.712195960858
+ 20
+471.9352362800914
+  0
+LWPOLYLINE
+  5
+21ACD
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.6
+ 39
+19.2
+ 10
+1799.312195468235
+ 20
+465.9352362800914
+ 10
+1801.712195960858
+ 20
+465.9352362800914
+  0
+LWPOLYLINE
+  5
+21ACE
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.6
+ 39
+19.2
+ 10
+1799.312195468235
+ 20
+459.9352362800914
+ 10
+1801.712195960858
+ 20
+459.9352362800914
+  0
+LWPOLYLINE
+  5
+21ACF
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.6
+ 39
+19.2
+ 10
+1799.312195468235
+ 20
+519.9352362800914
+ 10
+1801.712195960858
+ 20
+519.9352362800914
+  0
+LWPOLYLINE
+  5
+21AD0
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.6
+ 39
+19.2
+ 10
+1799.312195468235
+ 20
+525.9352362800914
+ 10
+1801.712195960858
+ 20
+525.9352362800914
+  0
+LWPOLYLINE
+  5
+21AD1
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.6
+ 39
+19.2
+ 10
+1799.312195468235
+ 20
+531.9352362800914
+ 10
+1801.712195960858
+ 20
+531.9352362800914
+  0
+LWPOLYLINE
+  5
+21AD2
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.6
+ 39
+19.2
+ 10
+1799.312195468235
+ 20
+537.9352362800914
+ 10
+1801.712195960858
+ 20
+537.9352362800914
+  0
+LWPOLYLINE
+  5
+21AD3
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.6
+ 39
+19.2
+ 10
+1799.312195468235
+ 20
+543.9352362800914
+ 10
+1801.712195960858
+ 20
+543.9352362800914
+  0
+LWPOLYLINE
+  5
+21AD4
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.6
+ 39
+19.2
+ 10
+1799.312195468235
+ 20
+549.9352362800914
+ 10
+1801.712195960858
+ 20
+549.9352362800914
+  0
+LWPOLYLINE
+  5
+21AD5
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.6
+ 39
+19.2
+ 10
+1799.312195468235
+ 20
+555.9352362800914
+ 10
+1801.712195960858
+ 20
+555.9352362800914
+  0
+TEXT
+  5
+21AD6
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbText
+ 10
+1808.912196417115
+ 20
+546.9150967181285
+ 30
+4665.6
+ 40
+9.599999999999999
+  1
+100
+100
+AcDbText
+  0
+TEXT
+  5
+21AD7
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbText
+ 10
+1810.112196417114
+ 20
+455.1352351552646
+ 30
+4665.6
+ 40
+9.599999999999999
+  1
+0
+100
+AcDbText
+  0
+TEXT
+  5
+21AD8
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbText
+ 10
+1771.063711769873
+ 20
+561.8799441678074
+ 30
+4665.6
+ 40
+9.599999999999999
+  1
+Valve:
+  7
+GRAS
+100
+AcDbText
+  0
+INSERT
+  5
+21AD9
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Bargraphe
+ 10
+1777.712196682423
+ 20
+456.3352353465675
+ 30
+4665.6
+ 41
+19.2
+ 42
+100.0
+ 43
+19.2
+  0
+ATTRIB
+  5
+21ADA
+330
+21AD9
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1777.712196682423
+ 20
+456.3352353465675
+ 30
+4665.6
+ 40
+9.999999999999998
+  1
+CWM-CWS03:WtrC-PCV-030:Cmd
+ 41
+0.1919999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21ADB
+330
+21AD9
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1777.712196682423
+ 20
+456.3352353465675
+ 30
+4665.6
+ 40
+9.999999999999998
+  1
+0
+ 41
+0.1919999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MINI
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21ADC
+330
+21AD9
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1777.712196682423
+ 20
+456.3352353465675
+ 30
+4665.6
+ 40
+9.999999999999998
+  1
+100
+ 41
+0.1919999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MAXI
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21ADD
+330
+21AD9
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1777.712196682423
+ 20
+456.3352353465675
+ 30
+4665.6
+ 40
+9.999999999999998
+  1
+0
+ 41
+0.1919999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SENS
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21ADE
+330
+21AD9
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1777.712196682423
+ 20
+456.3352353465675
+ 30
+4665.6
+ 40
+9.999999999999998
+  1
+0
+ 41
+0.1919999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+LOG
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21ADF
+330
+21AD9
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1777.712196682423
+ 20
+456.3352353465675
+ 30
+4665.6
+ 40
+9.999999999999998
+  1
+12
+ 41
+0.1919999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21AE0
+330
+21AD9
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1777.712196682423
+ 20
+456.3352353465675
+ 30
+4665.6
+ 40
+9.999999999999998
+  1
+0
+ 41
+0.1919999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+21AE1
+330
+21AD9
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+  0
+TEXT
+  5
+21B1E
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbText
+ 10
+1608.001821493077
+ 20
+584.155513051138
+ 30
+4665.6
+ 40
+12.96
+  1
+Body S1-S2 regulation loop
+  7
+GRAS
+100
+AcDbText
+  0
+SOLID
+  5
+21B1F
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+1613.312194790311
+ 20
+455.1352337445792
+ 30
+4665.6
+ 11
+1612.11219479031
+ 21
+453.9352337445794
+ 31
+4665.6
+ 12
+1613.312194790311
+ 22
+556.9259122588038
+ 32
+4665.6
+ 13
+1612.11219479031
+ 23
+558.1259122588041
+ 33
+4665.6
+  0
+SOLID
+  5
+21B26
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+1612.113060611489
+ 20
+127.0206940091366
+ 30
+0.0000000000009095
+ 11
+1613.313060611488
+ 21
+128.2206940091369
+ 31
+0.0000000000009095
+ 12
+1612.113060496482
+ 22
+145.0206977123503
+ 32
+0.0000000000009095
+ 13
+1613.313060496483
+ 23
+143.82069771235
+ 33
+0.0000000000009095
+  0
+SOLID
+  5
+21B27
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+1612.112196548287
+ 20
+429.9352315591945
+ 30
+0.0
+ 11
+1613.312196548286
+ 21
+431.1352315591948
+ 31
+0.0
+ 12
+1612.11219643328
+ 22
+447.9352352624082
+ 32
+0.0
+ 13
+1613.31219643328
+ 23
+446.735235262408
+ 33
+0.0
+  0
+SOLID
+  5
+21B28
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+1613.305874890425
+ 20
+-48.95312948044267
+ 30
+4665.600000000001
+ 11
+1634.905873676238
+ 21
+-48.95312948044176
+ 31
+4665.600000000001
+ 12
+1612.105874890424
+ 22
+-47.75312948044285
+ 32
+4665.600000000001
+ 13
+1636.105873676238
+ 23
+-47.75312948044194
+ 33
+4665.600000000001
+  0
+LWPOLYLINE
+  5
+21B29
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.600000000001
+ 39
+19.2
+ 10
+1636.105873676238
+ 20
+-49.94380686505866
+ 10
+1644.505874625117
+ 20
+-49.94380686505866
+  0
+LWPOLYLINE
+  5
+21B2A
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.600000000001
+ 39
+19.2
+ 10
+1636.105873676238
+ 20
+-85.94380686505889
+ 10
+1638.505874168858
+ 20
+-85.94380686505889
+  0
+LWPOLYLINE
+  5
+21B2B
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.600000000001
+ 39
+19.2
+ 10
+1636.105873676238
+ 20
+-79.94380686505889
+ 10
+1638.505874168858
+ 20
+-79.94380686505889
+  0
+LWPOLYLINE
+  5
+21B2C
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.600000000001
+ 39
+19.2
+ 10
+1636.105873676238
+ 20
+-73.94380686505866
+ 10
+1638.505874168858
+ 20
+-73.94380686505866
+  0
+LWPOLYLINE
+  5
+21B2D
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.600000000001
+ 39
+19.2
+ 10
+1636.105873676238
+ 20
+-67.94380686505866
+ 10
+1638.505874168858
+ 20
+-67.94380686505866
+  0
+LWPOLYLINE
+  5
+21B2E
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.600000000001
+ 39
+19.2
+ 10
+1636.105873676238
+ 20
+-61.94380686505866
+ 10
+1638.505874168858
+ 20
+-61.94380686505866
+  0
+LWPOLYLINE
+  5
+21B2F
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.600000000001
+ 39
+19.2
+ 10
+1636.105873676238
+ 20
+-55.94380686505866
+ 10
+1638.505874168858
+ 20
+-55.94380686505866
+  0
+LWPOLYLINE
+  5
+21B30
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.600000000001
+ 39
+19.2
+ 10
+1636.105873676238
+ 20
+-49.94380686505866
+ 10
+1638.505874168858
+ 20
+-49.94380686505866
+  0
+TEXT
+  5
+21B31
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbText
+ 10
+1645.705874625116
+ 20
+-58.96394642702199
+ 30
+4665.600000000001
+ 40
+9.599999999999999
+  1
+50
+100
+AcDbText
+  0
+TEXT
+  5
+21B32
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbText
+ 10
+1607.857389977875
+ 20
+-43.99909897734306
+ 30
+4665.600000000001
+ 40
+9.599999999999999
+  1
+Setpoint:
+  7
+GRAS
+100
+AcDbText
+  0
+SOLID
+  5
+21B33
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+1694.905874794545
+ 20
+-48.95312946131508
+ 30
+4665.600000000001
+ 11
+1716.505873580357
+ 21
+-48.95312946131508
+ 31
+4665.600000000001
+ 12
+1693.705874794544
+ 22
+-47.75312946131527
+ 32
+4665.600000000001
+ 13
+1717.705873580358
+ 23
+-47.75312946131527
+ 33
+4665.600000000001
+  0
+LWPOLYLINE
+  5
+21B34
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.600000000001
+ 39
+19.2
+ 10
+1717.705873580358
+ 20
+-49.94380684593199
+ 10
+1726.105874529237
+ 20
+-49.94380684593199
+  0
+LWPOLYLINE
+  5
+21B35
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.600000000001
+ 39
+19.2
+ 10
+1717.705873580358
+ 20
+-85.94380684593176
+ 10
+1720.105874072979
+ 20
+-85.94380684593176
+  0
+LWPOLYLINE
+  5
+21B36
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.600000000001
+ 39
+19.2
+ 10
+1717.705873580358
+ 20
+-79.94380684593176
+ 10
+1720.105874072979
+ 20
+-79.94380684593176
+  0
+LWPOLYLINE
+  5
+21B37
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.600000000001
+ 39
+19.2
+ 10
+1717.705873580358
+ 20
+-73.94380684593198
+ 10
+1720.105874072979
+ 20
+-73.94380684593198
+  0
+LWPOLYLINE
+  5
+21B38
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.600000000001
+ 39
+19.2
+ 10
+1717.705873580358
+ 20
+-67.94380684593199
+ 10
+1720.105874072979
+ 20
+-67.94380684593199
+  0
+LWPOLYLINE
+  5
+21B39
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.600000000001
+ 39
+19.2
+ 10
+1717.705873580358
+ 20
+-61.94380684593198
+ 10
+1720.105874072979
+ 20
+-61.94380684593198
+  0
+LWPOLYLINE
+  5
+21B3A
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.600000000001
+ 39
+19.2
+ 10
+1717.705873580358
+ 20
+-55.94380684593199
+ 10
+1720.105874072979
+ 20
+-55.94380684593199
+  0
+LWPOLYLINE
+  5
+21B3B
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.600000000001
+ 39
+19.2
+ 10
+1717.705873580358
+ 20
+-49.94380684593199
+ 10
+1720.105874072979
+ 20
+-49.94380684593199
+  0
+TEXT
+  5
+21B3C
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbText
+ 10
+1727.305874529237
+ 20
+-58.96394640789441
+ 30
+4665.600000000001
+ 40
+9.599999999999999
+  1
+50
+100
+AcDbText
+  0
+TEXT
+  5
+21B3D
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbText
+ 10
+1689.457389881996
+ 20
+-43.99909895821548
+ 30
+4665.600000000001
+ 40
+9.599999999999999
+  1
+Measure:
+  7
+GRAS
+100
+AcDbText
+  0
+SOLID
+  5
+21B3E
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+1776.505875139568
+ 20
+-48.95312939628258
+ 30
+4665.600000000001
+ 11
+1798.105873925381
+ 21
+-48.95312939628258
+ 31
+4665.600000000001
+ 12
+1775.305875139568
+ 22
+-47.75312939628276
+ 32
+4665.600000000001
+ 13
+1799.305873925381
+ 23
+-47.75312939628276
+ 33
+4665.600000000001
+  0
+LWPOLYLINE
+  5
+21B3F
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.600000000001
+ 39
+19.2
+ 10
+1799.305873925381
+ 20
+-49.94380678089948
+ 10
+1807.70587487426
+ 20
+-49.94380678089948
+  0
+LWPOLYLINE
+  5
+21B40
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.600000000001
+ 39
+19.2
+ 10
+1799.305873925381
+ 20
+-85.94380678089924
+ 10
+1801.705874418003
+ 20
+-85.94380678089924
+  0
+LWPOLYLINE
+  5
+21B41
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.600000000001
+ 39
+19.2
+ 10
+1799.305873925381
+ 20
+-79.94380678089925
+ 10
+1801.705874418003
+ 20
+-79.94380678089925
+  0
+LWPOLYLINE
+  5
+21B42
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.600000000001
+ 39
+19.2
+ 10
+1799.305873925381
+ 20
+-73.94380678089948
+ 10
+1801.705874418003
+ 20
+-73.94380678089948
+  0
+LWPOLYLINE
+  5
+21B43
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.600000000001
+ 39
+19.2
+ 10
+1799.305873925381
+ 20
+-67.94380678089948
+ 10
+1801.705874418003
+ 20
+-67.94380678089948
+  0
+LWPOLYLINE
+  5
+21B44
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.600000000001
+ 39
+19.2
+ 10
+1799.305873925381
+ 20
+-61.94380678089948
+ 10
+1801.705874418003
+ 20
+-61.94380678089948
+  0
+LWPOLYLINE
+  5
+21B45
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.600000000001
+ 39
+19.2
+ 10
+1799.305873925381
+ 20
+-55.94380678089947
+ 10
+1801.705874418003
+ 20
+-55.94380678089947
+  0
+LWPOLYLINE
+  5
+21B46
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.600000000001
+ 39
+19.2
+ 10
+1799.305873925381
+ 20
+-49.94380678089948
+ 10
+1801.705874418003
+ 20
+-49.94380678089948
+  0
+TEXT
+  5
+21B47
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbText
+ 10
+1808.90587487426
+ 20
+-58.9639463428619
+ 30
+4665.600000000001
+ 40
+9.599999999999999
+  1
+100
+100
+AcDbText
+  0
+TEXT
+  5
+21B48
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbText
+ 10
+1771.057390227018
+ 20
+-43.99909889318297
+ 30
+4665.600000000001
+ 40
+9.599999999999999
+  1
+Valve:
+  7
+GRAS
+100
+AcDbText
+  0
+INSERT
+  5
+21B49
+330
+1F
+100
+AcDbEntity
+  8
+INSTRUM
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Tendance-3
+ 10
+1065.294827801339
+ 20
+-295.2865218355339
+ 30
+-4665.6
+ 41
+519.0
+ 42
+286.0
+ 43
+530.0
+  0
+ATTRIB
+  5
+21B4A
+330
+21B49
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1065.294827801339
+ 20
+-295.2865218355339
+ 30
+-4665.6
+ 40
+28.60000000000002
+  1
+CWM-CWS03:Ctrl-PLC-001:R50Trsh
+ 41
+1.814685314685315
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21B4B
+330
+21B49
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1065.294827801339
+ 20
+-295.2865218355339
+ 30
+-4665.6
+ 40
+28.60000000000002
+  1
+5
+ 41
+1.814685314685315
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+PERIODE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21B4C
+330
+21B49
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1065.294827801339
+ 20
+-295.2865218355339
+ 30
+-4665.6
+ 40
+28.60000000000002
+  1
+9
+ 41
+1.814685314685315
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21B4D
+330
+21B49
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1065.294827801339
+ 20
+-295.2865218355339
+ 30
+-4665.6
+ 40
+28.60000000000002
+  1
+0
+ 41
+1.814685314685315
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MINI-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21B4E
+330
+21B49
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1065.294827801339
+ 20
+-295.2865218355339
+ 30
+-4665.6
+ 40
+28.60000000000002
+  1
+50
+ 41
+1.814685314685315
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MAXI-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21B4F
+330
+21B49
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1065.294827801339
+ 20
+-295.2865218355339
+ 30
+-4665.6
+ 40
+28.60000000000002
+  1
+0
+ 41
+1.814685314685315
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+LOG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21B50
+330
+21B49
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1065.294827801339
+ 20
+-295.2865218355339
+ 30
+-4665.6
+ 40
+28.60000000000002
+  1
+°C
+ 41
+1.814685314685315
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+UNITE-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21B51
+330
+21B49
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1065.294827801339
+ 20
+-295.2865218355339
+ 30
+-4665.6
+ 40
+28.60000000000002
+  1
+CWM-CWS03:WtrC-TT-050:Tmp
+ 41
+1.814685314685315
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE-2
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21B52
+330
+21B49
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1065.294827801339
+ 20
+-295.2865218355339
+ 30
+-4665.6
+ 40
+28.60000000000002
+  1
+10
+ 41
+1.814685314685315
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-2
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21B53
+330
+21B49
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1065.294827801339
+ 20
+-295.2865218355339
+ 30
+-4665.6
+ 40
+28.60000000000002
+  1
+0
+ 41
+1.814685314685315
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MINI-2
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21B54
+330
+21B49
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1065.294827801339
+ 20
+-295.2865218355339
+ 30
+-4665.6
+ 40
+28.60000000000002
+  1
+50
+ 41
+1.814685314685315
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MAXI-2
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21B55
+330
+21B49
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1065.294827801339
+ 20
+-295.2865218355339
+ 30
+-4665.6
+ 40
+28.60000000000002
+  1
+0
+ 41
+1.814685314685315
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+LOG-2
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21B56
+330
+21B49
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1065.294827801339
+ 20
+-295.2865218355339
+ 30
+-4665.6
+ 40
+28.60000000000002
+  1
+°C
+ 41
+1.814685314685315
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+UNITE-2
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21B57
+330
+21B49
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1065.294827801339
+ 20
+-295.2865218355339
+ 30
+-4665.6
+ 40
+28.60000000000002
+  1
+CWM-CWS03:WtrC-PCV-050:Cmd
+ 41
+1.814685314685315
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE-3
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21B58
+330
+21B49
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1065.294827801339
+ 20
+-295.2865218355339
+ 30
+-4665.6
+ 40
+28.60000000000002
+  1
+12
+ 41
+1.814685314685315
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-3
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21B59
+330
+21B49
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1065.294827801339
+ 20
+-295.2865218355339
+ 30
+-4665.6
+ 40
+28.60000000000002
+  1
+0
+ 41
+1.814685314685315
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MINI-3
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21B5A
+330
+21B49
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1065.294827801339
+ 20
+-295.2865218355339
+ 30
+-4665.6
+ 40
+28.60000000000002
+  1
+100.0
+ 41
+1.814685314685315
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MAXI-3
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21B5B
+330
+21B49
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1065.294827801339
+ 20
+-295.2865218355339
+ 30
+-4665.6
+ 40
+28.60000000000002
+  1
+0
+ 41
+1.814685314685315
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+LOG-3
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21B5C
+330
+21B49
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1065.294827801339
+ 20
+-295.2865218355339
+ 30
+-4665.6
+ 40
+28.60000000000002
+  1
+%
+ 41
+1.814685314685315
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+UNITE-3
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+21B5D
+330
+21B49
+100
+AcDbEntity
+  8
+INSTRUM
+  0
+TEXT
+  5
+21B5E
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbText
+ 10
+1608.001821493077
+ 20
+-29.89298254328588
+ 30
+4665.600000000001
+ 40
+12.96
+  1
+Body S4-S5 regulation loop
+  7
+GRAS
+100
+AcDbText
+  0
+SOLID
+  5
+21B60
+330
+1F
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+1612.105874871298
+ 20
+-151.9438080137943
+ 30
+4665.600000000001
+ 11
+1636.105873676238
+ 21
+-151.9438079946672
+ 31
+4665.600000000001
+ 12
+1613.305874890425
+ 22
+-150.7438079946673
+ 32
+4665.600000000001
+ 13
+1634.905873676238
+ 23
+-150.7438079946673
+ 33
+4665.600000000001
+  0
+SOLID
+  5
+21B61
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     7
+100
+AcDbTrace
+ 10
+1636.105873676238
+ 20
+-151.9438079946672
+ 30
+4665.600000000001
+ 11
+1634.905873676238
+ 21
+-150.7438079946673
+ 31
+4665.600000000001
+ 12
+1636.105873676238
+ 22
+-47.75312948044194
+ 32
+4665.600000000001
+ 13
+1634.905873676238
+ 23
+-48.95312948044176
+ 33
+4665.600000000001
+  0
+LWPOLYLINE
+  5
+21B62
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.600000000001
+ 39
+19.2
+ 10
+1636.105873676238
+ 20
+-150.7438069800223
+ 10
+1644.505873676238
+ 20
+-150.7438069800223
+  0
+LWPOLYLINE
+  5
+21B63
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.600000000001
+ 39
+19.2
+ 10
+1636.105873676238
+ 20
+-150.7438069800223
+ 10
+1636.105873676238
+ 20
+-47.75312948044194
+  0
+LWPOLYLINE
+  5
+21B64
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.600000000001
+ 39
+19.2
+ 10
+1636.105873676238
+ 20
+-91.94380798988602
+ 10
+1639.705874625116
+ 20
+-91.94380798988602
+  0
+LWPOLYLINE
+  5
+21B65
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.600000000001
+ 39
+19.2
+ 10
+1636.105873676238
+ 20
+-97.94380798988601
+ 10
+1638.505874625117
+ 20
+-97.94380798988601
+  0
+LWPOLYLINE
+  5
+21B66
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.600000000001
+ 39
+19.2
+ 10
+1636.105873676238
+ 20
+-103.9438068650589
+ 10
+1638.505874168858
+ 20
+-103.9438068650589
+  0
+LWPOLYLINE
+  5
+21B67
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.600000000001
+ 39
+19.2
+ 10
+1636.105873676238
+ 20
+-109.9438068650589
+ 10
+1638.505874168858
+ 20
+-109.9438068650589
+  0
+LWPOLYLINE
+  5
+21B68
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.600000000001
+ 39
+19.2
+ 10
+1636.105873676238
+ 20
+-115.9438068650588
+ 10
+1638.505874168858
+ 20
+-115.9438068650588
+  0
+LWPOLYLINE
+  5
+21B69
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.600000000001
+ 39
+19.2
+ 10
+1636.105873676238
+ 20
+-121.9438068650588
+ 10
+1638.505874168858
+ 20
+-121.9438068650588
+  0
+LWPOLYLINE
+  5
+21B6A
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.600000000001
+ 39
+19.2
+ 10
+1636.105873676238
+ 20
+-127.9438068650588
+ 10
+1638.505874168858
+ 20
+-127.9438068650588
+  0
+LWPOLYLINE
+  5
+21B6B
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.600000000001
+ 39
+19.2
+ 10
+1636.105873676238
+ 20
+-133.9438068650588
+ 10
+1638.505874168858
+ 20
+-133.9438068650588
+  0
+LWPOLYLINE
+  5
+21B6C
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.600000000001
+ 39
+19.2
+ 10
+1636.105873676238
+ 20
+-139.9438068650588
+ 10
+1638.505874168858
+ 20
+-139.9438068650588
+  0
+LWPOLYLINE
+  5
+21B6D
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.600000000001
+ 39
+19.2
+ 10
+1636.105873676238
+ 20
+-145.9438068650588
+ 10
+1638.505874168858
+ 20
+-145.9438068650588
+  0
+TEXT
+  5
+21B6E
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbText
+ 10
+1646.905874625117
+ 20
+-150.7438079898857
+ 30
+4665.600000000001
+ 40
+9.599999999999999
+  1
+0
+100
+AcDbText
+  0
+SOLID
+  5
+21B78
+330
+1F
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     8
+100
+AcDbTrace
+ 10
+1681.705896245273
+ 20
+-159.1438023358637
+ 30
+4665.600000000001
+ 11
+1613.305874890425
+ 21
+-159.1438077985826
+ 31
+4665.600000000001
+ 12
+1682.905896535597
+ 22
+-157.9438023358639
+ 32
+4665.600000000001
+ 13
+1612.105874871258
+ 23
+-157.9438077794152
+ 33
+4665.600000000001
+  0
+SOLID
+  5
+21B79
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     7
+100
+AcDbTrace
+ 10
+1682.905874775417
+ 20
+-175.9438074273057
+ 30
+0.0
+ 11
+1612.105875005432
+ 21
+-175.943811501796
+ 31
+0.0
+ 12
+1681.705874775416
+ 22
+-174.7438074273059
+ 32
+0.0
+ 13
+1613.305875005433
+ 23
+-174.7438115017962
+ 33
+0.0
+  0
+SOLID
+  5
+21B7A
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     7
+100
+AcDbTrace
+ 10
+1682.905874775417
+ 20
+-175.9438074273057
+ 30
+0.0
+ 11
+1681.705874775416
+ 21
+-174.7438074273059
+ 31
+0.0
+ 12
+1682.905874890424
+ 22
+-157.9438037240929
+ 32
+0.0
+ 13
+1681.705874890425
+ 23
+-159.1438037240927
+ 33
+0.0
+  0
+SOLID
+  5
+21B80
+330
+1F
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     8
+100
+AcDbTrace
+ 10
+1763.305896130264
+ 20
+-159.1438036550312
+ 30
+-4665.6
+ 11
+1694.905874775418
+ 21
+-159.1438077295224
+ 31
+-4665.6
+ 12
+1764.50589642059
+ 22
+-157.9438036550309
+ 32
+-4665.6
+ 13
+1693.705874775417
+ 23
+-157.9438077295222
+ 33
+-4665.6
+  0
+SOLID
+  5
+21B81
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     7
+100
+AcDbTrace
+ 10
+1764.505896494674
+ 20
+-175.9438073582446
+ 30
+0.0000000000009095
+ 11
+1693.705874890425
+ 21
+-175.9438114327358
+ 31
+0.0000000000009095
+ 12
+1763.305895032581
+ 22
+-174.7438073582443
+ 32
+0.0000000000009095
+ 13
+1694.905874890424
+ 23
+-174.7438114327356
+ 33
+0.0000000000009095
+  0
+SOLID
+  5
+21B82
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+1693.705874890425
+ 20
+-175.9438114327358
+ 30
+0.0000000000009095
+ 11
+1694.905874890424
+ 21
+-174.7438114327356
+ 31
+0.0000000000009095
+ 12
+1693.705874775417
+ 22
+-157.9438077295222
+ 32
+0.0000000000009095
+ 13
+1694.905874775418
+ 23
+-159.1438077295224
+ 33
+0.0000000000009095
+  0
+SOLID
+  5
+21B83
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     7
+100
+AcDbTrace
+ 10
+1764.505874660409
+ 20
+-175.9438087464732
+ 30
+-1747.199999999999
+ 11
+1763.305874660409
+ 21
+-174.7438087464734
+ 31
+-1747.199999999999
+ 12
+1764.505874775417
+ 22
+-157.94380504326
+ 32
+-1747.199999999999
+ 13
+1763.305874775416
+ 23
+-159.1438050432602
+ 33
+-1747.199999999999
+  0
+SOLID
+  5
+21B8A
+330
+1F
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     8
+100
+AcDbTrace
+ 10
+1844.90589636028
+ 20
+-159.1438023358637
+ 30
+0.0
+ 11
+1776.505875120441
+ 21
+-159.1438077985826
+ 31
+0.0
+ 12
+1846.105875005432
+ 22
+-157.9438037240929
+ 32
+0.0
+ 13
+1775.30587512044
+ 23
+-157.9438077985828
+ 33
+0.0
+  0
+SOLID
+  5
+21B8B
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     7
+100
+AcDbTrace
+ 10
+1846.105896724689
+ 20
+-175.9438060390771
+ 30
+-2918.400000000002
+ 11
+1775.305875235449
+ 21
+-175.943811501796
+ 31
+-2918.400000000002
+ 12
+1844.905895262596
+ 22
+-174.7438060390773
+ 32
+-2918.400000000002
+ 13
+1776.505875235448
+ 23
+-174.7438115017962
+ 33
+-2918.400000000002
+  0
+SOLID
+  5
+21B8C
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+1775.305875235449
+ 20
+-175.943811501796
+ 30
+4665.600000000001
+ 11
+1776.505875235448
+ 21
+-174.7438115017962
+ 31
+4665.600000000001
+ 12
+1775.30587512044
+ 22
+-157.9438077985828
+ 32
+4665.600000000001
+ 13
+1776.505875120441
+ 23
+-159.1438077985826
+ 33
+4665.600000000001
+  0
+SOLID
+  5
+21B8D
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     7
+100
+AcDbTrace
+ 10
+1846.105874890424
+ 20
+-175.9438074273057
+ 30
+0.0
+ 11
+1844.905874890424
+ 21
+-174.7438074273059
+ 31
+0.0
+ 12
+1846.105875005432
+ 22
+-157.9438037240929
+ 32
+0.0
+ 13
+1844.905875005433
+ 23
+-159.1438037240927
+ 33
+0.0
+  0
+SOLID
+  5
+21B8E
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+1688.905874890415
+ 20
+-175.9438114327358
+ 30
+4665.600000000001
+ 11
+1687.705874890417
+ 21
+-175.9438071510694
+ 31
+4665.600000000001
+ 12
+1688.905874890424
+ 22
+-50.54576192799851
+ 32
+4665.600000000001
+ 13
+1687.705874890425
+ 23
+-50.54576192799851
+ 33
+4665.600000000001
+ 39
+19.2
+  0
+SOLID
+  5
+21B8F
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+1770.505874890406
+ 20
+-175.9633661582456
+ 30
+4684.800000000001
+ 11
+1769.305874890405
+ 21
+-175.9438070820092
+ 31
+4684.800000000001
+ 12
+1770.505874890415
+ 22
+-50.54576192799851
+ 32
+4684.800000000001
+ 13
+1769.305874890414
+ 23
+-50.54576192799851
+ 33
+4684.800000000001
+ 39
+19.2
+  0
+INSERT
+  5
+21B90
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Bargraphe
+ 10
+1614.505874890424
+ 20
+-149.5438077985827
+ 30
+4665.600000000001
+ 41
+19.2
+ 42
+100.0
+ 43
+19.2
+  0
+ATTRIB
+  5
+21B91
+330
+21B90
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1614.505874890424
+ 20
+-149.5438077985827
+ 30
+4665.600000000001
+ 40
+9.999999999999998
+  1
+CWM-CWS03:Ctrl-PLC-001:R50Trsh
+ 41
+0.1919999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21B92
+330
+21B90
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1614.505874890424
+ 20
+-149.5438077985827
+ 30
+4665.600000000001
+ 40
+9.999999999999998
+  1
+0
+ 41
+0.1919999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MINI
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21B93
+330
+21B90
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1614.505874890424
+ 20
+-149.5438077985827
+ 30
+4665.600000000001
+ 40
+9.999999999999998
+  1
+50
+ 41
+0.1919999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MAXI
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21B94
+330
+21B90
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1614.505874890424
+ 20
+-149.5438077985827
+ 30
+4665.600000000001
+ 40
+9.999999999999998
+  1
+0
+ 41
+0.1919999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SENS
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21B95
+330
+21B90
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1614.505874890424
+ 20
+-149.5438077985827
+ 30
+4665.600000000001
+ 40
+9.999999999999998
+  1
+0
+ 41
+0.1919999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+LOG
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21B96
+330
+21B90
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1614.505874890424
+ 20
+-149.5438077985827
+ 30
+4665.600000000001
+ 40
+9.999999999999998
+  1
+9
+ 41
+0.1919999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21B97
+330
+21B90
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1614.505874890424
+ 20
+-149.5438077985827
+ 30
+4665.600000000001
+ 40
+9.999999999999998
+  1
+0
+ 41
+0.1919999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+21B98
+330
+21B90
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+  0
+SOLID
+  5
+21BA5
+330
+1F
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+1693.705874775417
+ 20
+-151.9438079946672
+ 30
+4665.600000000001
+ 11
+1717.705873580358
+ 21
+-151.94380797554
+ 31
+4665.600000000001
+ 12
+1694.905874794545
+ 22
+-150.7438079755402
+ 32
+4665.600000000001
+ 13
+1716.505873580357
+ 23
+-150.7438079755402
+ 33
+4665.600000000001
+  0
+SOLID
+  5
+21BA6
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+1694.905874794545
+ 20
+-150.7438079755402
+ 30
+4665.600000000001
+ 11
+1693.705874794544
+ 21
+-151.94380797554
+ 31
+4665.600000000001
+ 12
+1694.905874794545
+ 22
+-48.95312946131508
+ 32
+4665.600000000001
+ 13
+1693.705874794544
+ 23
+-47.75312946131527
+ 33
+4665.600000000001
+  0
+SOLID
+  5
+21BA7
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     7
+100
+AcDbTrace
+ 10
+1717.705873580358
+ 20
+-151.94380797554
+ 30
+4665.600000000001
+ 11
+1716.505873580357
+ 21
+-150.7438079755402
+ 31
+4665.600000000001
+ 12
+1717.705873580358
+ 22
+-47.75312946131527
+ 32
+4665.600000000001
+ 13
+1716.505873580357
+ 23
+-48.95312946131508
+ 33
+4665.600000000001
+  0
+LWPOLYLINE
+  5
+21BA8
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.600000000001
+ 39
+19.2
+ 10
+1717.705873580358
+ 20
+-150.7438069608952
+ 10
+1726.105873580358
+ 20
+-150.7438069608952
+  0
+LWPOLYLINE
+  5
+21BA9
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.600000000001
+ 39
+19.2
+ 10
+1717.705873580358
+ 20
+-150.7438069608952
+ 10
+1717.705873580358
+ 20
+-47.75312946131527
+  0
+LWPOLYLINE
+  5
+21BAA
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.600000000001
+ 39
+19.2
+ 10
+1717.705873580358
+ 20
+-91.94380797075888
+ 10
+1721.305874529237
+ 20
+-91.94380797075888
+  0
+LWPOLYLINE
+  5
+21BAB
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.600000000001
+ 39
+19.2
+ 10
+1717.705873580358
+ 20
+-97.94380797075888
+ 10
+1720.105874529237
+ 20
+-97.94380797075888
+  0
+LWPOLYLINE
+  5
+21BAC
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.600000000001
+ 39
+19.2
+ 10
+1717.705873580358
+ 20
+-103.9438068459317
+ 10
+1720.105874072979
+ 20
+-103.9438068459317
+  0
+LWPOLYLINE
+  5
+21BAD
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.600000000001
+ 39
+19.2
+ 10
+1717.705873580358
+ 20
+-109.9438068459317
+ 10
+1720.105874072979
+ 20
+-109.9438068459317
+  0
+LWPOLYLINE
+  5
+21BAE
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.600000000001
+ 39
+19.2
+ 10
+1717.705873580358
+ 20
+-115.9438068459317
+ 10
+1720.105874072979
+ 20
+-115.9438068459317
+  0
+LWPOLYLINE
+  5
+21BAF
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.600000000001
+ 39
+19.2
+ 10
+1717.705873580358
+ 20
+-121.9438068459317
+ 10
+1720.105874072979
+ 20
+-121.9438068459317
+  0
+LWPOLYLINE
+  5
+21BB0
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.600000000001
+ 39
+19.2
+ 10
+1717.705873580358
+ 20
+-127.9438068459317
+ 10
+1720.105874072979
+ 20
+-127.9438068459317
+  0
+LWPOLYLINE
+  5
+21BB1
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.600000000001
+ 39
+19.2
+ 10
+1717.705873580358
+ 20
+-133.9438068459317
+ 10
+1720.105874072979
+ 20
+-133.9438068459317
+  0
+LWPOLYLINE
+  5
+21BB2
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.600000000001
+ 39
+19.2
+ 10
+1717.705873580358
+ 20
+-139.9438068459317
+ 10
+1720.105874072979
+ 20
+-139.9438068459317
+  0
+LWPOLYLINE
+  5
+21BB3
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.600000000001
+ 39
+19.2
+ 10
+1717.705873580358
+ 20
+-145.9438068459317
+ 10
+1720.105874072979
+ 20
+-145.9438068459317
+  0
+TEXT
+  5
+21BB4
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbText
+ 10
+1728.505874529236
+ 20
+-150.7438079707585
+ 30
+4665.600000000001
+ 40
+9.599999999999999
+  1
+0
+100
+AcDbText
+  0
+INSERT
+  5
+21BB5
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Bargraphe
+ 10
+1696.105874794545
+ 20
+-149.5438077794556
+ 30
+4665.600000000001
+ 41
+19.2
+ 42
+100.0
+ 43
+19.2
+  0
+ATTRIB
+  5
+21BB6
+330
+21BB5
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1696.105874794545
+ 20
+-149.5438077794556
+ 30
+4665.600000000001
+ 40
+9.999999999999998
+  1
+CWM-CWS03:WtrC-TT-050:Tmp
+ 41
+0.1919999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21BB7
+330
+21BB5
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1696.105874794545
+ 20
+-149.5438077794556
+ 30
+4665.600000000001
+ 40
+9.999999999999998
+  1
+0
+ 41
+0.1919999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MINI
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21BB8
+330
+21BB5
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1696.105874794545
+ 20
+-149.5438077794556
+ 30
+4665.600000000001
+ 40
+9.999999999999998
+  1
+50
+ 41
+0.1919999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MAXI
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21BB9
+330
+21BB5
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1696.105874794545
+ 20
+-149.5438077794556
+ 30
+4665.600000000001
+ 40
+9.999999999999998
+  1
+0
+ 41
+0.1919999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SENS
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21BBA
+330
+21BB5
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1696.105874794545
+ 20
+-149.5438077794556
+ 30
+4665.600000000001
+ 40
+9.999999999999998
+  1
+0
+ 41
+0.1919999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+LOG
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21BBB
+330
+21BB5
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1696.105874794545
+ 20
+-149.5438077794556
+ 30
+4665.600000000001
+ 40
+9.999999999999998
+  1
+10
+ 41
+0.1919999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21BBC
+330
+21BB5
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1696.105874794545
+ 20
+-149.5438077794556
+ 30
+4665.600000000001
+ 40
+9.999999999999998
+  1
+0
+ 41
+0.1919999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+21BBD
+330
+21BB5
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+  0
+SOLID
+  5
+21BBE
+330
+1F
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+1775.30587512044
+ 20
+-151.9438079296346
+ 30
+4665.600000000001
+ 11
+1799.305873925381
+ 21
+-151.9438079105075
+ 31
+4665.600000000001
+ 12
+1776.505875139568
+ 22
+-150.7438079105077
+ 32
+4665.600000000001
+ 13
+1798.105873925381
+ 23
+-150.7438079105077
+ 33
+4665.600000000001
+  0
+SOLID
+  5
+21BBF
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+1776.505875139568
+ 20
+-150.7438079105077
+ 30
+4665.600000000001
+ 11
+1775.305875139568
+ 21
+-151.9438079105075
+ 31
+4665.600000000001
+ 12
+1776.505875139568
+ 22
+-48.95312939628258
+ 32
+4665.600000000001
+ 13
+1775.305875139568
+ 23
+-47.75312939628276
+ 33
+4665.600000000001
+  0
+SOLID
+  5
+21BC0
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     7
+100
+AcDbTrace
+ 10
+1799.305873925381
+ 20
+-151.9438079105075
+ 30
+4665.600000000001
+ 11
+1798.105873925381
+ 21
+-150.7438079105077
+ 31
+4665.600000000001
+ 12
+1799.305873925381
+ 22
+-47.75312939628276
+ 32
+4665.600000000001
+ 13
+1798.105873925381
+ 23
+-48.95312939628258
+ 33
+4665.600000000001
+  0
+LWPOLYLINE
+  5
+21BC1
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.600000000001
+ 39
+19.2
+ 10
+1799.305873925381
+ 20
+-150.7438068958627
+ 10
+1807.70587392538
+ 20
+-150.7438068958627
+  0
+LWPOLYLINE
+  5
+21BC2
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.600000000001
+ 39
+19.2
+ 10
+1799.305873925381
+ 20
+-150.7438068958627
+ 10
+1799.305873925381
+ 20
+-47.75312939628276
+  0
+LWPOLYLINE
+  5
+21BC3
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.600000000001
+ 39
+19.2
+ 10
+1799.305873925381
+ 20
+-91.94380790572637
+ 10
+1802.905874874261
+ 20
+-91.94380790572637
+  0
+LWPOLYLINE
+  5
+21BC4
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.600000000001
+ 39
+19.2
+ 10
+1799.305873925381
+ 20
+-97.94380790572638
+ 10
+1801.70587487426
+ 20
+-97.94380790572638
+  0
+LWPOLYLINE
+  5
+21BC5
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.600000000001
+ 39
+19.2
+ 10
+1799.305873925381
+ 20
+-103.9438067808992
+ 10
+1801.705874418003
+ 20
+-103.9438067808992
+  0
+LWPOLYLINE
+  5
+21BC6
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.600000000001
+ 39
+19.2
+ 10
+1799.305873925381
+ 20
+-109.9438067808992
+ 10
+1801.705874418003
+ 20
+-109.9438067808992
+  0
+LWPOLYLINE
+  5
+21BC7
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.600000000001
+ 39
+19.2
+ 10
+1799.305873925381
+ 20
+-115.9438067808992
+ 10
+1801.705874418003
+ 20
+-115.9438067808992
+  0
+LWPOLYLINE
+  5
+21BC8
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.600000000001
+ 39
+19.2
+ 10
+1799.305873925381
+ 20
+-121.9438067808992
+ 10
+1801.705874418003
+ 20
+-121.9438067808992
+  0
+LWPOLYLINE
+  5
+21BC9
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.600000000001
+ 39
+19.2
+ 10
+1799.305873925381
+ 20
+-127.9438067808992
+ 10
+1801.705874418003
+ 20
+-127.9438067808992
+  0
+LWPOLYLINE
+  5
+21BCA
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.600000000001
+ 39
+19.2
+ 10
+1799.305873925381
+ 20
+-133.9438067808992
+ 10
+1801.705874418003
+ 20
+-133.9438067808992
+  0
+LWPOLYLINE
+  5
+21BCB
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.600000000001
+ 39
+19.2
+ 10
+1799.305873925381
+ 20
+-139.9438067808992
+ 10
+1801.705874418003
+ 20
+-139.9438067808992
+  0
+LWPOLYLINE
+  5
+21BCC
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.600000000001
+ 39
+19.2
+ 10
+1799.305873925381
+ 20
+-145.9438067808992
+ 10
+1801.705874418003
+ 20
+-145.9438067808992
+  0
+TEXT
+  5
+21BCD
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbText
+ 10
+1810.105874874259
+ 20
+-150.743807905726
+ 30
+4665.600000000001
+ 40
+9.599999999999999
+  1
+0
+100
+AcDbText
+  0
+INSERT
+  5
+21BCE
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Bargraphe
+ 10
+1777.705875139568
+ 20
+-149.5438077144231
+ 30
+4665.600000000001
+ 41
+19.2
+ 42
+100.0
+ 43
+19.2
+  0
+ATTRIB
+  5
+21BCF
+330
+21BCE
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1777.705875139568
+ 20
+-149.5438077144231
+ 30
+4665.600000000001
+ 40
+9.999999999999998
+  1
+CWM-CWS03:WtrC-PCV-050:Cmd
+ 41
+0.1919999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21BD0
+330
+21BCE
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1777.705875139568
+ 20
+-149.5438077144231
+ 30
+4665.600000000001
+ 40
+9.999999999999998
+  1
+0
+ 41
+0.1919999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MINI
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21BD1
+330
+21BCE
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1777.705875139568
+ 20
+-149.5438077144231
+ 30
+4665.600000000001
+ 40
+9.999999999999998
+  1
+100
+ 41
+0.1919999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MAXI
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21BD2
+330
+21BCE
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1777.705875139568
+ 20
+-149.5438077144231
+ 30
+4665.600000000001
+ 40
+9.999999999999998
+  1
+0
+ 41
+0.1919999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SENS
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21BD3
+330
+21BCE
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1777.705875139568
+ 20
+-149.5438077144231
+ 30
+4665.600000000001
+ 40
+9.999999999999998
+  1
+0
+ 41
+0.1919999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+LOG
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21BD4
+330
+21BCE
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1777.705875139568
+ 20
+-149.5438077144231
+ 30
+4665.600000000001
+ 40
+9.999999999999998
+  1
+12
+ 41
+0.1919999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21BD5
+330
+21BCE
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1777.705875139568
+ 20
+-149.5438077144231
+ 30
+4665.600000000001
+ 40
+9.999999999999998
+  1
+0
+ 41
+0.1919999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+21BD6
+330
+21BCE
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+  0
+SOLID
+  5
+21C03
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+1612.105872419838
+ 20
+-175.9438129931485
+ 30
+0.0000000000009095
+ 11
+1613.305872419837
+ 21
+-174.7438129931482
+ 31
+0.0000000000009095
+ 12
+1612.105872304831
+ 22
+-157.9438092899348
+ 32
+0.0000000000009095
+ 13
+1613.305872304831
+ 23
+-159.1438092899351
+ 33
+0.0000000000009095
+  0
+SOLID
+  5
+21C04
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+1613.305872189824
+ 20
+-150.7438068721316
+ 30
+9331.200000000002
+ 11
+1612.105872189823
+ 21
+-151.9438068721314
+ 31
+9331.200000000002
+ 12
+1613.305872189824
+ 22
+-48.95312835790645
+ 32
+9331.200000000002
+ 13
+1612.105872189823
+ 23
+-47.75312835790663
+ 33
+9331.200000000002
+  0
+TEXT
+  5
+21C05
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbText
+ 10
+811.0018214930766
+ 20
+583.1555130511381
+ 30
+0.0
+ 40
+12.96
+  1
+Exchanger regulation loop
+  7
+GRAS
+100
+AcDbText
+  0
+SOLID
+  5
+21C06
+330
+1F
+100
+AcDbEntity
+  8
+INSTRUM
+ 62
+     8
+100
+AcDbTrace
+ 10
+784.942728060683
+ 20
+-1.283096267842324
+ 30
+-26.38525125227469
+ 11
+1057.069188357777
+ 21
+-1.283096267842324
+ 31
+-26.38525125227469
+ 12
+793.1881139260947
+ 22
+-9.52848728417814
+ 32
+-26.38525125227469
+ 13
+1048.795235893546
+ 23
+-9.52848728417814
+ 33
+-26.38525125227469
+ 39
+26.38525125227469
+  0
+SOLID
+  5
+21C07
+330
+1F
+100
+AcDbEntity
+  8
+INSTRUM
+ 62
+     8
+100
+AcDbTrace
+ 10
+249.0018225672223
+ 20
+-1.283096267842324
+ 30
+-26.38525125227443
+ 11
+784.9288184637377
+ 21
+-1.305874567853265
+ 31
+-26.38525125227443
+ 12
+257.2472084326358
+ 22
+-9.52848728417814
+ 32
+-26.38525125227443
+ 13
+776.7063140547668
+ 23
+-9.52848728417814
+ 33
+-26.38525125227443
+ 39
+26.38525125227469
+  0
+SOLID
+  5
+21C08
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+805.2436517178032
+ 20
+-49.6688105948677
+ 30
+4665.600000000001
+ 11
+826.8436505036154
+ 21
+-49.66881059486678
+ 31
+4665.600000000001
+ 12
+804.0436517178024
+ 22
+-48.46881059486787
+ 32
+4665.600000000001
+ 13
+828.0436505036162
+ 23
+-48.46881059486697
+ 33
+4665.600000000001
+  0
+LWPOLYLINE
+  5
+21C09
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.600000000001
+ 39
+19.2
+ 10
+828.0436505036162
+ 20
+-50.65948797948369
+ 10
+836.4436514524951
+ 20
+-50.65948797948369
+  0
+LWPOLYLINE
+  5
+21C0A
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.600000000001
+ 39
+19.2
+ 10
+828.0436505036162
+ 20
+-86.65948797948392
+ 10
+830.4436509962362
+ 20
+-86.65948797948392
+  0
+LWPOLYLINE
+  5
+21C0B
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.600000000001
+ 39
+19.2
+ 10
+828.0436505036162
+ 20
+-80.65948797948392
+ 10
+830.4436509962362
+ 20
+-80.65948797948392
+  0
+LWPOLYLINE
+  5
+21C0C
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.600000000001
+ 39
+19.2
+ 10
+828.0436505036162
+ 20
+-74.65948797948368
+ 10
+830.4436509962362
+ 20
+-74.65948797948368
+  0
+LWPOLYLINE
+  5
+21C0D
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.600000000001
+ 39
+19.2
+ 10
+828.0436505036162
+ 20
+-68.65948797948369
+ 10
+830.4436509962362
+ 20
+-68.65948797948369
+  0
+LWPOLYLINE
+  5
+21C0E
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.600000000001
+ 39
+19.2
+ 10
+828.0436505036162
+ 20
+-62.65948797948368
+ 10
+830.4436509962362
+ 20
+-62.65948797948368
+  0
+LWPOLYLINE
+  5
+21C0F
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.600000000001
+ 39
+19.2
+ 10
+828.0436505036162
+ 20
+-56.65948797948368
+ 10
+830.4436509962362
+ 20
+-56.65948797948368
+  0
+LWPOLYLINE
+  5
+21C10
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.600000000001
+ 39
+19.2
+ 10
+828.0436505036162
+ 20
+-50.65948797948369
+ 10
+830.4436509962362
+ 20
+-50.65948797948369
+  0
+TEXT
+  5
+21C11
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbText
+ 10
+837.6436514524941
+ 20
+-59.67962754144702
+ 30
+4665.600000000001
+ 40
+9.599999999999999
+  1
+50
+100
+AcDbText
+  0
+TEXT
+  5
+21C12
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbText
+ 10
+799.7951668052531
+ 20
+-44.71478009176808
+ 30
+4665.600000000001
+ 40
+9.599999999999999
+  1
+Setpoint:
+  7
+GRAS
+100
+AcDbText
+  0
+SOLID
+  5
+21C13
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+886.8436516219228
+ 20
+-49.66881057574011
+ 30
+4665.600000000001
+ 11
+908.443650407735
+ 21
+-49.66881057574011
+ 31
+4665.600000000001
+ 12
+885.643651621922
+ 22
+-48.46881057574029
+ 32
+4665.600000000001
+ 13
+909.6436504077358
+ 23
+-48.46881057574029
+ 33
+4665.600000000001
+  0
+LWPOLYLINE
+  5
+21C14
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.600000000001
+ 39
+19.2
+ 10
+909.6436504077358
+ 20
+-50.65948796035701
+ 10
+918.0436513566148
+ 20
+-50.65948796035701
+  0
+LWPOLYLINE
+  5
+21C15
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.600000000001
+ 39
+19.2
+ 10
+909.6436504077358
+ 20
+-86.65948796035678
+ 10
+912.0436509003567
+ 20
+-86.65948796035678
+  0
+LWPOLYLINE
+  5
+21C16
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.600000000001
+ 39
+19.2
+ 10
+909.6436504077358
+ 20
+-80.65948796035678
+ 10
+912.0436509003567
+ 20
+-80.65948796035678
+  0
+LWPOLYLINE
+  5
+21C17
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.600000000001
+ 39
+19.2
+ 10
+909.6436504077358
+ 20
+-74.65948796035701
+ 10
+912.0436509003567
+ 20
+-74.65948796035701
+  0
+LWPOLYLINE
+  5
+21C18
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.600000000001
+ 39
+19.2
+ 10
+909.6436504077358
+ 20
+-68.65948796035701
+ 10
+912.0436509003567
+ 20
+-68.65948796035701
+  0
+LWPOLYLINE
+  5
+21C19
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.600000000001
+ 39
+19.2
+ 10
+909.6436504077358
+ 20
+-62.65948796035701
+ 10
+912.0436509003567
+ 20
+-62.65948796035701
+  0
+LWPOLYLINE
+  5
+21C1A
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.600000000001
+ 39
+19.2
+ 10
+909.6436504077358
+ 20
+-56.65948796035701
+ 10
+912.0436509003567
+ 20
+-56.65948796035701
+  0
+LWPOLYLINE
+  5
+21C1B
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.600000000001
+ 39
+19.2
+ 10
+909.6436504077358
+ 20
+-50.65948796035701
+ 10
+912.0436509003567
+ 20
+-50.65948796035701
+  0
+TEXT
+  5
+21C1C
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbText
+ 10
+919.2436513566146
+ 20
+-59.67962752231944
+ 30
+4665.600000000001
+ 40
+9.599999999999999
+  1
+50
+100
+AcDbText
+  0
+TEXT
+  5
+21C1D
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbText
+ 10
+881.3951667093736
+ 20
+-44.7147800726405
+ 30
+4665.600000000001
+ 40
+9.599999999999999
+  1
+Measure:
+  7
+GRAS
+100
+AcDbText
+  0
+SOLID
+  5
+21C1E
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+968.4436519669455
+ 20
+-49.6688105107076
+ 30
+4665.600000000001
+ 11
+990.0436507527585
+ 21
+-49.6688105107076
+ 31
+4665.600000000001
+ 12
+967.2436519669457
+ 22
+-48.46881051070778
+ 32
+4665.600000000001
+ 13
+991.2436507527583
+ 23
+-48.46881051070778
+ 33
+4665.600000000001
+  0
+LWPOLYLINE
+  5
+21C1F
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.600000000001
+ 39
+19.2
+ 10
+991.2436507527583
+ 20
+-50.6594878953245
+ 10
+999.6436517016375
+ 20
+-50.6594878953245
+  0
+LWPOLYLINE
+  5
+21C20
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.600000000001
+ 39
+19.2
+ 10
+991.2436507527583
+ 20
+-86.65948789532427
+ 10
+993.6436512453804
+ 20
+-86.65948789532427
+  0
+LWPOLYLINE
+  5
+21C21
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.600000000001
+ 39
+19.2
+ 10
+991.2436507527583
+ 20
+-80.65948789532427
+ 10
+993.6436512453804
+ 20
+-80.65948789532427
+  0
+LWPOLYLINE
+  5
+21C22
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.600000000001
+ 39
+19.2
+ 10
+991.2436507527583
+ 20
+-74.65948789532451
+ 10
+993.6436512453804
+ 20
+-74.65948789532451
+  0
+LWPOLYLINE
+  5
+21C23
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.600000000001
+ 39
+19.2
+ 10
+991.2436507527583
+ 20
+-68.6594878953245
+ 10
+993.6436512453804
+ 20
+-68.6594878953245
+  0
+LWPOLYLINE
+  5
+21C24
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.600000000001
+ 39
+19.2
+ 10
+991.2436507527583
+ 20
+-62.6594878953245
+ 10
+993.6436512453804
+ 20
+-62.6594878953245
+  0
+LWPOLYLINE
+  5
+21C25
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.600000000001
+ 39
+19.2
+ 10
+991.2436507527583
+ 20
+-56.6594878953245
+ 10
+993.6436512453804
+ 20
+-56.6594878953245
+  0
+LWPOLYLINE
+  5
+21C26
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.600000000001
+ 39
+19.2
+ 10
+991.2436507527583
+ 20
+-50.6594878953245
+ 10
+993.6436512453804
+ 20
+-50.6594878953245
+  0
+TEXT
+  5
+21C27
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbText
+ 10
+1000.843651701638
+ 20
+-59.67962745728693
+ 30
+4665.600000000001
+ 40
+9.599999999999999
+  1
+100
+100
+AcDbText
+  0
+TEXT
+  5
+21C28
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbText
+ 10
+962.9951670543961
+ 20
+-44.71478000760799
+ 30
+4665.600000000001
+ 40
+9.599999999999999
+  1
+Valve:
+  7
+GRAS
+100
+AcDbText
+  0
+INSERT
+  5
+21C29
+330
+1F
+100
+AcDbEntity
+  8
+INSTRUM
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Tendance-3
+ 10
+257.232604628717
+ 20
+-296.0022029499589
+ 30
+-4665.6
+ 41
+519.0
+ 42
+286.0
+ 43
+530.0
+  0
+ATTRIB
+  5
+21C2A
+330
+21C29
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+257.232604628717
+ 20
+-296.0022029499589
+ 30
+-4665.6
+ 40
+28.60000000000002
+  1
+CWM-CWS03:Ctrl-PLC-001:RH20Trsh
+ 41
+1.814685314685315
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21C2B
+330
+21C29
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+257.232604628717
+ 20
+-296.0022029499589
+ 30
+-4665.6
+ 40
+28.60000000000002
+  1
+5
+ 41
+1.814685314685315
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+PERIODE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21C2C
+330
+21C29
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+257.232604628717
+ 20
+-296.0022029499589
+ 30
+-4665.6
+ 40
+28.60000000000002
+  1
+9
+ 41
+1.814685314685315
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21C2D
+330
+21C29
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+257.232604628717
+ 20
+-296.0022029499589
+ 30
+-4665.6
+ 40
+28.60000000000002
+  1
+0
+ 41
+1.814685314685315
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MINI-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21C2E
+330
+21C29
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+257.232604628717
+ 20
+-296.0022029499589
+ 30
+-4665.6
+ 40
+28.60000000000002
+  1
+100
+ 41
+1.814685314685315
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MAXI-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21C2F
+330
+21C29
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+257.232604628717
+ 20
+-296.0022029499589
+ 30
+-4665.6
+ 40
+28.60000000000002
+  1
+0
+ 41
+1.814685314685315
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+LOG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21C30
+330
+21C29
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+257.232604628717
+ 20
+-296.0022029499589
+ 30
+-4665.6
+ 40
+28.60000000000002
+  1
+Hz
+ 41
+1.814685314685315
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+UNITE-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21C31
+330
+21C29
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+257.232604628717
+ 20
+-296.0022029499589
+ 30
+-4665.6
+ 40
+28.60000000000002
+  1
+CWM-CWS03:Ctrl-PLC-001:DPhase
+ 41
+1.814685314685315
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE-2
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21C32
+330
+21C29
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+257.232604628717
+ 20
+-296.0022029499589
+ 30
+-4665.6
+ 40
+28.60000000000002
+  1
+10
+ 41
+1.814685314685315
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-2
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21C33
+330
+21C29
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+257.232604628717
+ 20
+-296.0022029499589
+ 30
+-4665.6
+ 40
+28.60000000000002
+  1
+0
+ 41
+1.814685314685315
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MINI-2
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21C34
+330
+21C29
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+257.232604628717
+ 20
+-296.0022029499589
+ 30
+-4665.6
+ 40
+28.60000000000002
+  1
+100
+ 41
+1.814685314685315
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MAXI-2
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21C35
+330
+21C29
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+257.232604628717
+ 20
+-296.0022029499589
+ 30
+-4665.6
+ 40
+28.60000000000002
+  1
+0
+ 41
+1.814685314685315
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+LOG-2
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21C36
+330
+21C29
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+257.232604628717
+ 20
+-296.0022029499589
+ 30
+-4665.6
+ 40
+28.60000000000002
+  1
+Hz
+ 41
+1.814685314685315
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+UNITE-2
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21C37
+330
+21C29
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+257.232604628717
+ 20
+-296.0022029499589
+ 30
+-4665.6
+ 40
+28.60000000000002
+  1
+CWM-CWS03:WtrC-PCV-020:Cmd
+ 41
+1.814685314685315
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE-3
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21C38
+330
+21C29
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+257.232604628717
+ 20
+-296.0022029499589
+ 30
+-4665.6
+ 40
+28.60000000000002
+  1
+12
+ 41
+1.814685314685315
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-3
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21C39
+330
+21C29
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+257.232604628717
+ 20
+-296.0022029499589
+ 30
+-4665.6
+ 40
+28.60000000000002
+  1
+0
+ 41
+1.814685314685315
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MINI-3
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21C3A
+330
+21C29
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+257.232604628717
+ 20
+-296.0022029499589
+ 30
+-4665.6
+ 40
+28.60000000000002
+  1
+100.0
+ 41
+1.814685314685315
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MAXI-3
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21C3B
+330
+21C29
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+257.232604628717
+ 20
+-296.0022029499589
+ 30
+-4665.6
+ 40
+28.60000000000002
+  1
+0
+ 41
+1.814685314685315
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+LOG-3
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21C3C
+330
+21C29
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+257.232604628717
+ 20
+-296.0022029499589
+ 30
+-4665.6
+ 40
+28.60000000000002
+  1
+%
+ 41
+1.814685314685315
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+UNITE-3
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+21C3D
+330
+21C29
+100
+AcDbEntity
+  8
+INSTRUM
+  0
+SOLID
+  5
+21C3F
+330
+1F
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+804.0436516986758
+ 20
+-152.6594891282193
+ 30
+4665.600000000001
+ 11
+828.0436505036162
+ 21
+-152.6594891090922
+ 31
+4665.600000000001
+ 12
+805.2436517178032
+ 22
+-151.4594891090923
+ 32
+4665.600000000001
+ 13
+826.8436505036154
+ 23
+-151.4594891090923
+ 33
+4665.600000000001
+  0
+SOLID
+  5
+21C40
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     7
+100
+AcDbTrace
+ 10
+828.0436505036162
+ 20
+-152.6594891090922
+ 30
+4665.600000000001
+ 11
+826.8436505036154
+ 21
+-151.4594891090923
+ 31
+4665.600000000001
+ 12
+828.0436505036162
+ 22
+-48.46881059486697
+ 32
+4665.600000000001
+ 13
+826.8436505036154
+ 23
+-49.66881059486678
+ 33
+4665.600000000001
+  0
+LWPOLYLINE
+  5
+21C41
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.600000000001
+ 39
+19.2
+ 10
+828.0436505036162
+ 20
+-151.4594880944473
+ 10
+836.4436505036158
+ 20
+-151.4594880944473
+  0
+LWPOLYLINE
+  5
+21C42
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.600000000001
+ 39
+19.2
+ 10
+828.0436505036162
+ 20
+-151.4594880944473
+ 10
+828.0436505036162
+ 20
+-48.46881059486697
+  0
+LWPOLYLINE
+  5
+21C43
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.600000000001
+ 39
+19.2
+ 10
+828.0436505036162
+ 20
+-92.65948910431104
+ 10
+831.6436514524941
+ 20
+-92.65948910431104
+  0
+LWPOLYLINE
+  5
+21C44
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.600000000001
+ 39
+19.2
+ 10
+828.0436505036162
+ 20
+-98.65948910431104
+ 10
+830.4436514524953
+ 20
+-98.65948910431104
+  0
+LWPOLYLINE
+  5
+21C45
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.600000000001
+ 39
+19.2
+ 10
+828.0436505036162
+ 20
+-104.6594879794839
+ 10
+830.4436509962362
+ 20
+-104.6594879794839
+  0
+LWPOLYLINE
+  5
+21C46
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.600000000001
+ 39
+19.2
+ 10
+828.0436505036162
+ 20
+-110.6594879794839
+ 10
+830.4436509962362
+ 20
+-110.6594879794839
+  0
+LWPOLYLINE
+  5
+21C47
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.600000000001
+ 39
+19.2
+ 10
+828.0436505036162
+ 20
+-116.6594879794838
+ 10
+830.4436509962362
+ 20
+-116.6594879794838
+  0
+LWPOLYLINE
+  5
+21C48
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.600000000001
+ 39
+19.2
+ 10
+828.0436505036162
+ 20
+-122.6594879794838
+ 10
+830.4436509962362
+ 20
+-122.6594879794838
+  0
+LWPOLYLINE
+  5
+21C49
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.600000000001
+ 39
+19.2
+ 10
+828.0436505036162
+ 20
+-128.6594879794838
+ 10
+830.4436509962362
+ 20
+-128.6594879794838
+  0
+LWPOLYLINE
+  5
+21C4A
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.600000000001
+ 39
+19.2
+ 10
+828.0436505036162
+ 20
+-134.6594879794838
+ 10
+830.4436509962362
+ 20
+-134.6594879794838
+  0
+LWPOLYLINE
+  5
+21C4B
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.600000000001
+ 39
+19.2
+ 10
+828.0436505036162
+ 20
+-140.6594879794838
+ 10
+830.4436509962362
+ 20
+-140.6594879794838
+  0
+LWPOLYLINE
+  5
+21C4C
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.600000000001
+ 39
+19.2
+ 10
+828.0436505036162
+ 20
+-146.6594879794838
+ 10
+830.4436509962362
+ 20
+-146.6594879794838
+  0
+TEXT
+  5
+21C4D
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbText
+ 10
+838.8436514524949
+ 20
+-151.4594891043107
+ 30
+4665.600000000001
+ 40
+9.599999999999999
+  1
+0
+100
+AcDbText
+  0
+SOLID
+  5
+21C57
+330
+1F
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     8
+100
+AcDbTrace
+ 10
+873.6436730726511
+ 20
+-159.8594834502887
+ 30
+4665.600000000001
+ 11
+805.2436517178032
+ 21
+-159.8594889130076
+ 31
+4665.600000000001
+ 12
+874.8436733629754
+ 22
+-158.6594834502889
+ 32
+4665.600000000001
+ 13
+804.0436516986357
+ 23
+-158.6594888938402
+ 33
+4665.600000000001
+  0
+SOLID
+  5
+21C58
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     7
+100
+AcDbTrace
+ 10
+874.8436516027943
+ 20
+-176.6594885417307
+ 30
+0.0
+ 11
+804.04365183281
+ 21
+-176.6594926162211
+ 31
+0.0
+ 12
+873.6436516027945
+ 22
+-175.4594885417309
+ 32
+0.0
+ 13
+805.2436518328105
+ 23
+-175.4594926162212
+ 33
+0.0
+  0
+SOLID
+  5
+21C59
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     7
+100
+AcDbTrace
+ 10
+874.8436516027943
+ 20
+-176.6594885417307
+ 30
+0.0
+ 11
+873.6436516027945
+ 21
+-175.4594885417309
+ 31
+0.0
+ 12
+874.8436517178017
+ 22
+-158.659484838518
+ 32
+0.0
+ 13
+873.6436517178029
+ 23
+-159.8594848385178
+ 33
+0.0
+  0
+SOLID
+  5
+21C5F
+330
+1F
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     8
+100
+AcDbTrace
+ 10
+955.2436729576422
+ 20
+-159.8594847694562
+ 30
+-4665.6
+ 11
+886.8436516027962
+ 21
+-159.8594888439474
+ 31
+-4665.6
+ 12
+956.4436732479682
+ 22
+-158.6594847694559
+ 32
+-4665.6
+ 13
+885.6436516027955
+ 23
+-158.6594888439472
+ 33
+-4665.6
+  0
+SOLID
+  5
+21C60
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     7
+100
+AcDbTrace
+ 10
+956.4436733220521
+ 20
+-176.6594884726696
+ 30
+0.0000000000009095
+ 11
+885.6436517178028
+ 21
+-176.6594925471609
+ 31
+0.0000000000009095
+ 12
+955.2436718599585
+ 22
+-175.4594884726693
+ 32
+0.0000000000009095
+ 13
+886.8436517178018
+ 23
+-175.4594925471606
+ 33
+0.0000000000009095
+  0
+SOLID
+  5
+21C61
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+885.6436517178028
+ 20
+-176.6594925471609
+ 30
+0.0000000000009095
+ 11
+886.8436517178018
+ 21
+-175.4594925471606
+ 31
+0.0000000000009095
+ 12
+885.6436516027955
+ 22
+-158.6594888439472
+ 32
+0.0000000000009095
+ 13
+886.8436516027962
+ 23
+-159.8594888439474
+ 33
+0.0000000000009095
+  0
+SOLID
+  5
+21C62
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     7
+100
+AcDbTrace
+ 10
+956.4436514877872
+ 20
+-176.6594898608982
+ 30
+-1747.199999999999
+ 11
+955.2436514877866
+ 21
+-175.4594898608984
+ 31
+-1747.199999999999
+ 12
+956.4436516027948
+ 22
+-158.659486157685
+ 32
+-1747.199999999999
+ 13
+955.243651602794
+ 23
+-159.8594861576853
+ 33
+-1747.199999999999
+  0
+SOLID
+  5
+21C69
+330
+1F
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     8
+100
+AcDbTrace
+ 10
+1036.843673187658
+ 20
+-159.8594834502887
+ 30
+0.0
+ 11
+968.4436519478188
+ 21
+-159.8594889130076
+ 31
+0.0
+ 12
+1038.04365183281
+ 22
+-158.659484838518
+ 32
+0.0
+ 13
+967.243651947818
+ 23
+-158.6594889130078
+ 33
+0.0
+  0
+SOLID
+  5
+21C6A
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     7
+100
+AcDbTrace
+ 10
+1038.043673552067
+ 20
+-176.6594871535021
+ 30
+-2918.400000000002
+ 11
+967.2436520628274
+ 21
+-176.6594926162211
+ 31
+-2918.400000000002
+ 12
+1036.843672089974
+ 22
+-175.4594871535023
+ 32
+-2918.400000000002
+ 13
+968.4436520628262
+ 23
+-175.4594926162212
+ 33
+-2918.400000000002
+  0
+SOLID
+  5
+21C6B
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+967.2436520628274
+ 20
+-176.6594926162211
+ 30
+4665.600000000001
+ 11
+968.4436520628262
+ 21
+-175.4594926162212
+ 31
+4665.600000000001
+ 12
+967.243651947818
+ 22
+-158.6594889130078
+ 32
+4665.600000000001
+ 13
+968.4436519478188
+ 23
+-159.8594889130076
+ 33
+4665.600000000001
+  0
+SOLID
+  5
+21C6C
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     7
+100
+AcDbTrace
+ 10
+1038.043651717802
+ 20
+-176.6594885417307
+ 30
+0.0
+ 11
+1036.843651717802
+ 21
+-175.4594885417309
+ 31
+0.0
+ 12
+1038.04365183281
+ 22
+-158.659484838518
+ 32
+0.0
+ 13
+1036.843651832811
+ 23
+-159.8594848385178
+ 33
+0.0
+  0
+SOLID
+  5
+21C6D
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+880.8436517177927
+ 20
+-176.6594925471609
+ 30
+4665.600000000001
+ 11
+879.6436517177946
+ 21
+-176.6594882654944
+ 31
+4665.600000000001
+ 12
+880.8436517178018
+ 22
+-51.26144304242354
+ 32
+4665.600000000001
+ 13
+879.6436517178028
+ 23
+-51.26144304242354
+ 33
+4665.600000000001
+ 39
+19.2
+  0
+SOLID
+  5
+21C6E
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     8
+100
+AcDbTrace
+ 10
+962.4436517177839
+ 20
+-176.6790472726707
+ 30
+4684.800000000001
+ 11
+961.2436517177831
+ 21
+-176.6594881964342
+ 31
+4684.800000000001
+ 12
+962.443651717793
+ 22
+-51.26144304242354
+ 32
+4684.800000000001
+ 13
+961.2436517177924
+ 23
+-51.26144304242354
+ 33
+4684.800000000001
+ 39
+19.2
+  0
+INSERT
+  5
+21C6F
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Bargraphe
+ 10
+806.4436517178021
+ 20
+-150.2594889130078
+ 30
+4665.600000000001
+ 41
+19.2
+ 42
+100.0
+ 43
+19.2
+  0
+ATTRIB
+  5
+21C70
+330
+21C6F
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+806.4436517178021
+ 20
+-150.2594889130078
+ 30
+4665.600000000001
+ 40
+9.999999999999998
+  1
+CWM-CWS03:Ctrl-PLC-001:RH20Trsh
+ 41
+0.1919999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21C71
+330
+21C6F
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+806.4436517178021
+ 20
+-150.2594889130078
+ 30
+4665.600000000001
+ 40
+9.999999999999998
+  1
+0
+ 41
+0.1919999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MINI
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21C72
+330
+21C6F
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+806.4436517178021
+ 20
+-150.2594889130078
+ 30
+4665.600000000001
+ 40
+9.999999999999998
+  1
+50
+ 41
+0.1919999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MAXI
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21C73
+330
+21C6F
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+806.4436517178021
+ 20
+-150.2594889130078
+ 30
+4665.600000000001
+ 40
+9.999999999999998
+  1
+0
+ 41
+0.1919999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SENS
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21C74
+330
+21C6F
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+806.4436517178021
+ 20
+-150.2594889130078
+ 30
+4665.600000000001
+ 40
+9.999999999999998
+  1
+0
+ 41
+0.1919999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+LOG
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21C75
+330
+21C6F
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+806.4436517178021
+ 20
+-150.2594889130078
+ 30
+4665.600000000001
+ 40
+9.999999999999998
+  1
+9
+ 41
+0.1919999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21C76
+330
+21C6F
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+806.4436517178021
+ 20
+-150.2594889130078
+ 30
+4665.600000000001
+ 40
+9.999999999999998
+  1
+0
+ 41
+0.1919999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+21C77
+330
+21C6F
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+  0
+SOLID
+  5
+21C84
+330
+1F
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+885.6436516027955
+ 20
+-152.6594891090922
+ 30
+4665.600000000001
+ 11
+909.6436504077358
+ 21
+-152.659489089965
+ 31
+4665.600000000001
+ 12
+886.8436516219228
+ 22
+-151.4594890899652
+ 32
+4665.600000000001
+ 13
+908.443650407735
+ 23
+-151.4594890899652
+ 33
+4665.600000000001
+  0
+SOLID
+  5
+21C85
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+886.8436516219228
+ 20
+-151.4594890899652
+ 30
+4665.600000000001
+ 11
+885.643651621922
+ 21
+-152.659489089965
+ 31
+4665.600000000001
+ 12
+886.8436516219228
+ 22
+-49.66881057574011
+ 32
+4665.600000000001
+ 13
+885.643651621922
+ 23
+-48.46881057574029
+ 33
+4665.600000000001
+  0
+SOLID
+  5
+21C86
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     7
+100
+AcDbTrace
+ 10
+909.6436504077358
+ 20
+-152.659489089965
+ 30
+4665.600000000001
+ 11
+908.443650407735
+ 21
+-151.4594890899652
+ 31
+4665.600000000001
+ 12
+909.6436504077358
+ 22
+-48.46881057574029
+ 32
+4665.600000000001
+ 13
+908.443650407735
+ 23
+-49.66881057574011
+ 33
+4665.600000000001
+  0
+LWPOLYLINE
+  5
+21C87
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.600000000001
+ 39
+19.2
+ 10
+909.6436504077358
+ 20
+-151.4594880753202
+ 10
+918.0436504077354
+ 20
+-151.4594880753202
+  0
+LWPOLYLINE
+  5
+21C88
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.600000000001
+ 39
+19.2
+ 10
+909.6436504077358
+ 20
+-151.4594880753202
+ 10
+909.6436504077358
+ 20
+-48.46881057574029
+  0
+LWPOLYLINE
+  5
+21C89
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.600000000001
+ 39
+19.2
+ 10
+909.6436504077358
+ 20
+-92.65948908518391
+ 10
+913.2436513566146
+ 20
+-92.65948908518391
+  0
+LWPOLYLINE
+  5
+21C8A
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.600000000001
+ 39
+19.2
+ 10
+909.6436504077358
+ 20
+-98.6594890851839
+ 10
+912.0436513566149
+ 20
+-98.6594890851839
+  0
+LWPOLYLINE
+  5
+21C8B
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.600000000001
+ 39
+19.2
+ 10
+909.6436504077358
+ 20
+-104.6594879603568
+ 10
+912.0436509003567
+ 20
+-104.6594879603568
+  0
+LWPOLYLINE
+  5
+21C8C
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.600000000001
+ 39
+19.2
+ 10
+909.6436504077358
+ 20
+-110.6594879603568
+ 10
+912.0436509003567
+ 20
+-110.6594879603568
+  0
+LWPOLYLINE
+  5
+21C8D
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.600000000001
+ 39
+19.2
+ 10
+909.6436504077358
+ 20
+-116.6594879603567
+ 10
+912.0436509003567
+ 20
+-116.6594879603567
+  0
+LWPOLYLINE
+  5
+21C8E
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.600000000001
+ 39
+19.2
+ 10
+909.6436504077358
+ 20
+-122.6594879603567
+ 10
+912.0436509003567
+ 20
+-122.6594879603567
+  0
+LWPOLYLINE
+  5
+21C8F
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.600000000001
+ 39
+19.2
+ 10
+909.6436504077358
+ 20
+-128.6594879603567
+ 10
+912.0436509003567
+ 20
+-128.6594879603567
+  0
+LWPOLYLINE
+  5
+21C90
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.600000000001
+ 39
+19.2
+ 10
+909.6436504077358
+ 20
+-134.6594879603567
+ 10
+912.0436509003567
+ 20
+-134.6594879603567
+  0
+LWPOLYLINE
+  5
+21C91
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.600000000001
+ 39
+19.2
+ 10
+909.6436504077358
+ 20
+-140.6594879603567
+ 10
+912.0436509003567
+ 20
+-140.6594879603567
+  0
+LWPOLYLINE
+  5
+21C92
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.600000000001
+ 39
+19.2
+ 10
+909.6436504077358
+ 20
+-146.6594879603567
+ 10
+912.0436509003567
+ 20
+-146.6594879603567
+  0
+TEXT
+  5
+21C93
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbText
+ 10
+920.4436513566145
+ 20
+-151.4594890851836
+ 30
+4665.600000000001
+ 40
+9.599999999999999
+  1
+0
+100
+AcDbText
+  0
+INSERT
+  5
+21C94
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Bargraphe
+ 10
+888.0436516219226
+ 20
+-150.2594888938806
+ 30
+4665.600000000001
+ 41
+19.2
+ 42
+100.0
+ 43
+19.2
+  0
+ATTRIB
+  5
+21C95
+330
+21C94
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+888.0436516219226
+ 20
+-150.2594888938806
+ 30
+4665.600000000001
+ 40
+9.999999999999998
+  1
+CWM-CWS03:Ctrl-PLC-001:DPhase
+ 41
+0.1919999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21C96
+330
+21C94
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+888.0436516219226
+ 20
+-150.2594888938806
+ 30
+4665.600000000001
+ 40
+9.999999999999998
+  1
+0
+ 41
+0.1919999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MINI
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21C97
+330
+21C94
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+888.0436516219226
+ 20
+-150.2594888938806
+ 30
+4665.600000000001
+ 40
+9.999999999999998
+  1
+50
+ 41
+0.1919999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MAXI
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21C98
+330
+21C94
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+888.0436516219226
+ 20
+-150.2594888938806
+ 30
+4665.600000000001
+ 40
+9.999999999999998
+  1
+0
+ 41
+0.1919999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SENS
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21C99
+330
+21C94
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+888.0436516219226
+ 20
+-150.2594888938806
+ 30
+4665.600000000001
+ 40
+9.999999999999998
+  1
+0
+ 41
+0.1919999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+LOG
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21C9A
+330
+21C94
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+888.0436516219226
+ 20
+-150.2594888938806
+ 30
+4665.600000000001
+ 40
+9.999999999999998
+  1
+10
+ 41
+0.1919999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21C9B
+330
+21C94
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+888.0436516219226
+ 20
+-150.2594888938806
+ 30
+4665.600000000001
+ 40
+9.999999999999998
+  1
+0
+ 41
+0.1919999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+21C9C
+330
+21C94
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+  0
+SOLID
+  5
+21C9D
+330
+1F
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+967.243651947818
+ 20
+-152.6594890440597
+ 30
+4665.600000000001
+ 11
+991.2436507527583
+ 21
+-152.6594890249325
+ 31
+4665.600000000001
+ 12
+968.4436519669455
+ 22
+-151.4594890249327
+ 32
+4665.600000000001
+ 13
+990.0436507527585
+ 23
+-151.4594890249327
+ 33
+4665.600000000001
+  0
+SOLID
+  5
+21C9E
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+968.4436519669455
+ 20
+-151.4594890249327
+ 30
+4665.600000000001
+ 11
+967.2436519669457
+ 21
+-152.6594890249325
+ 31
+4665.600000000001
+ 12
+968.4436519669455
+ 22
+-49.6688105107076
+ 32
+4665.600000000001
+ 13
+967.2436519669457
+ 23
+-48.46881051070778
+ 33
+4665.600000000001
+  0
+SOLID
+  5
+21C9F
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     7
+100
+AcDbTrace
+ 10
+991.2436507527583
+ 20
+-152.6594890249325
+ 30
+4665.600000000001
+ 11
+990.0436507527585
+ 21
+-151.4594890249327
+ 31
+4665.600000000001
+ 12
+991.2436507527583
+ 22
+-48.46881051070778
+ 32
+4665.600000000001
+ 13
+990.0436507527585
+ 23
+-49.6688105107076
+ 33
+4665.600000000001
+  0
+LWPOLYLINE
+  5
+21CA0
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.600000000001
+ 39
+19.2
+ 10
+991.2436507527583
+ 20
+-151.4594880102877
+ 10
+999.643650752758
+ 20
+-151.4594880102877
+  0
+LWPOLYLINE
+  5
+21CA1
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.600000000001
+ 39
+19.2
+ 10
+991.2436507527583
+ 20
+-151.4594880102877
+ 10
+991.2436507527583
+ 20
+-48.46881051070778
+  0
+LWPOLYLINE
+  5
+21CA2
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.600000000001
+ 39
+19.2
+ 10
+991.2436507527583
+ 20
+-92.65948902015139
+ 10
+994.8436517016382
+ 20
+-92.65948902015139
+  0
+LWPOLYLINE
+  5
+21CA3
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.600000000001
+ 39
+19.2
+ 10
+991.2436507527583
+ 20
+-98.65948902015141
+ 10
+993.6436517016375
+ 20
+-98.65948902015141
+  0
+LWPOLYLINE
+  5
+21CA4
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.600000000001
+ 39
+19.2
+ 10
+991.2436507527583
+ 20
+-104.6594878953243
+ 10
+993.6436512453804
+ 20
+-104.6594878953243
+  0
+LWPOLYLINE
+  5
+21CA5
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.600000000001
+ 39
+19.2
+ 10
+991.2436507527583
+ 20
+-110.6594878953242
+ 10
+993.6436512453804
+ 20
+-110.6594878953242
+  0
+LWPOLYLINE
+  5
+21CA6
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.600000000001
+ 39
+19.2
+ 10
+991.2436507527583
+ 20
+-116.6594878953242
+ 10
+993.6436512453804
+ 20
+-116.6594878953242
+  0
+LWPOLYLINE
+  5
+21CA7
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.600000000001
+ 39
+19.2
+ 10
+991.2436507527583
+ 20
+-122.6594878953242
+ 10
+993.6436512453804
+ 20
+-122.6594878953242
+  0
+LWPOLYLINE
+  5
+21CA8
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.600000000001
+ 39
+19.2
+ 10
+991.2436507527583
+ 20
+-128.6594878953242
+ 10
+993.6436512453804
+ 20
+-128.6594878953242
+  0
+LWPOLYLINE
+  5
+21CA9
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.600000000001
+ 39
+19.2
+ 10
+991.2436507527583
+ 20
+-134.6594878953242
+ 10
+993.6436512453804
+ 20
+-134.6594878953242
+  0
+LWPOLYLINE
+  5
+21CAA
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.600000000001
+ 39
+19.2
+ 10
+991.2436507527583
+ 20
+-140.6594878953242
+ 10
+993.6436512453804
+ 20
+-140.6594878953242
+  0
+LWPOLYLINE
+  5
+21CAB
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbPolyline
+ 90
+        2
+ 70
+     0
+ 43
+0.0
+ 38
+4665.600000000001
+ 39
+19.2
+ 10
+991.2436507527583
+ 20
+-146.6594878953242
+ 10
+993.6436512453804
+ 20
+-146.6594878953242
+  0
+TEXT
+  5
+21CAC
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbText
+ 10
+1002.043651701637
+ 20
+-151.459489020151
+ 30
+4665.600000000001
+ 40
+9.599999999999999
+  1
+0
+100
+AcDbText
+  0
+INSERT
+  5
+21CAD
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Bargraphe
+ 10
+969.6436519669461
+ 20
+-150.2594888288481
+ 30
+4665.600000000001
+ 41
+19.2
+ 42
+100.0
+ 43
+19.2
+  0
+ATTRIB
+  5
+21CAE
+330
+21CAD
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+969.6436519669461
+ 20
+-150.2594888288481
+ 30
+4665.600000000001
+ 40
+9.999999999999998
+  1
+CWM-CWS03:WtrC-PCV-020:Cmd
+ 41
+0.1919999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21CAF
+330
+21CAD
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+969.6436519669461
+ 20
+-150.2594888288481
+ 30
+4665.600000000001
+ 40
+9.999999999999998
+  1
+0
+ 41
+0.1919999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MINI
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21CB0
+330
+21CAD
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+969.6436519669461
+ 20
+-150.2594888288481
+ 30
+4665.600000000001
+ 40
+9.999999999999998
+  1
+100
+ 41
+0.1919999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MAXI
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21CB1
+330
+21CAD
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+969.6436519669461
+ 20
+-150.2594888288481
+ 30
+4665.600000000001
+ 40
+9.999999999999998
+  1
+0
+ 41
+0.1919999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SENS
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21CB2
+330
+21CAD
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+969.6436519669461
+ 20
+-150.2594888288481
+ 30
+4665.600000000001
+ 40
+9.999999999999998
+  1
+0
+ 41
+0.1919999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+LOG
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21CB3
+330
+21CAD
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+969.6436519669461
+ 20
+-150.2594888288481
+ 30
+4665.600000000001
+ 40
+9.999999999999998
+  1
+12
+ 41
+0.1919999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21CB4
+330
+21CAD
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+969.6436519669461
+ 20
+-150.2594888288481
+ 30
+4665.600000000001
+ 40
+9.999999999999998
+  1
+0
+ 41
+0.1919999999999999
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+21CB5
+330
+21CAD
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+  0
+SOLID
+  5
+21CE2
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+804.043649247216
+ 20
+-176.6594941075735
+ 30
+0.0000000000009095
+ 11
+805.243649247215
+ 21
+-175.4594941075733
+ 31
+0.0000000000009095
+ 12
+804.0436491322086
+ 22
+-158.6594904043598
+ 32
+0.0000000000009095
+ 13
+805.2436491322094
+ 23
+-159.8594904043601
+ 33
+0.0000000000009095
+  0
+SOLID
+  5
+21CE3
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+805.243649017202
+ 20
+-151.4594879865566
+ 30
+9331.200000000002
+ 11
+804.0436490172012
+ 21
+-152.6594879865564
+ 31
+9331.200000000002
+ 12
+805.243649017202
+ 22
+-49.66880947233147
+ 32
+9331.200000000002
+ 13
+804.0436490172012
+ 23
+-48.46880947233166
+ 33
+9331.200000000002
+  0
+TEXT
+  5
+21CE4
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbText
+ 10
+800.2923092638573
+ 20
+-29.50908392152246
+ 30
+0.0
+ 40
+12.96
+  1
+Vane regulation (DPhase)
+  7
+GRAS
+100
+AcDbText
+  0
+INSERT
+  5
+21CE5
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Equtor
+ 10
+1001.001821493076
+ 20
+-31.00220422407017
+ 30
+0.0
+ 41
+22.0
+ 42
+15.0
+ 43
+22.0
+  0
+ATTRIB
+  5
+21CE6
+330
+21CE5
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1001.001821493076
+ 20
+-31.00220422407017
+ 30
+0.0
+ 40
+1.5
+  1
+CWM-CWS03:Ctrl-PLC-001:PP20STH
+ 41
+1.466666666666666
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21CE7
+330
+21CE5
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1001.001821493076
+ 20
+-31.00220422407017
+ 30
+0.0
+ 40
+1.5
+  1
+On
+ 41
+1.466666666666666
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+EQU-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21CE8
+330
+21CE5
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1001.001821493076
+ 20
+-31.00220422407017
+ 30
+0.0
+ 40
+1.5
+  1
+10
+ 41
+1.466666666666666
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21CE9
+330
+21CE5
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1001.001821493076
+ 20
+-31.00220422407017
+ 30
+0.0
+ 40
+1.5
+  1
+Off
+ 41
+1.466666666666666
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+EQU-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21CEA
+330
+21CE5
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1001.001821493076
+ 20
+-31.00220422407017
+ 30
+0.0
+ 40
+1.5
+  1
+12
+ 41
+1.466666666666666
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21CEB
+330
+21CE5
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1001.001821493076
+ 20
+-31.00220422407017
+ 30
+0.0
+ 40
+1.5
+  1
+0
+ 41
+1.466666666666666
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21CEC
+330
+21CE5
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1001.001821493076
+ 20
+-31.00220422407017
+ 30
+0.0
+ 40
+1.5
+  1
+0
+ 41
+1.466666666666666
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21CED
+330
+21CE5
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1001.001821493076
+ 20
+-31.00220422407017
+ 30
+0.0
+ 40
+1.5
+  1
+0
+ 41
+1.466666666666666
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+21CEE
+330
+21CE5
+100
+AcDbEntity
+  8
+0
+  0
+INSERT
+  5
+21CEF
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Equtor
+ 10
+1001.001821493076
+ 20
+273.9977957759298
+ 30
+0.0
+ 41
+22.0
+ 42
+15.0
+ 43
+22.0
+  0
+ATTRIB
+  5
+21CF0
+330
+21CEF
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1001.001821493076
+ 20
+273.9977957759298
+ 30
+0.0
+ 40
+1.5
+  1
+CWM-CWS03:Ctrl-PLC-001:PP20STH
+ 41
+1.466666666666666
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21CF1
+330
+21CEF
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1001.001821493076
+ 20
+273.9977957759298
+ 30
+0.0
+ 40
+1.5
+  1
+Off
+ 41
+1.466666666666666
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+EQU-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21CF2
+330
+21CEF
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1001.001821493076
+ 20
+273.9977957759298
+ 30
+0.0
+ 40
+1.5
+  1
+12
+ 41
+1.466666666666666
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21CF3
+330
+21CEF
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1001.001821493076
+ 20
+273.9977957759298
+ 30
+0.0
+ 40
+1.5
+  1
+On
+ 41
+1.466666666666666
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+EQU-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21CF4
+330
+21CEF
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1001.001821493076
+ 20
+273.9977957759298
+ 30
+0.0
+ 40
+1.5
+  1
+10
+ 41
+1.466666666666666
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21CF5
+330
+21CEF
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1001.001821493076
+ 20
+273.9977957759298
+ 30
+0.0
+ 40
+1.5
+  1
+0
+ 41
+1.466666666666666
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21CF6
+330
+21CEF
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1001.001821493076
+ 20
+273.9977957759298
+ 30
+0.0
+ 40
+1.5
+  1
+0
+ 41
+1.466666666666666
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+21CF7
+330
+21CEF
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1001.001821493076
+ 20
+273.9977957759298
+ 30
+0.0
+ 40
+1.5
+  1
+0
+ 41
+1.466666666666666
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+21CF8
+330
+21CEF
+100
+AcDbEntity
+  8
+0
+  0
+LWPOLYLINE
+  5
+21CF9
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+249.0205546814221
+ 20
+614.0277824560894
+ 10
+1865.107990202184
+ 20
+614.0277824560894
+ 10
+1865.107990202184
+ 20
+-303.0022042240702
+ 10
+249.0113508220854
+ 20
+-305.0022042240702
+  0
+LWPOLYLINE
+  5
+21CFA
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+249.0205546814221
+ 20
+614.0277824560894
+ 10
+1057.001821493076
+ 20
+614.0277824560894
+ 10
+1057.052666077618
+ 20
+302.376819766662
+ 10
+249.0205546814221
+ 20
+302.3752148040122
+  0
+LWPOLYLINE
+  5
+21CFB
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+1865.111187201376
+ 20
+614.0541317920005
+ 10
+1057.052666083273
+ 20
+614.0541317920005
+ 10
+1057.052666083273
+ 20
+302.3155411555
+ 10
+1865.111187201376
+ 20
+302.3155411555
+  0
+LWPOLYLINE
+  5
+21CFC
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+1865.107990202184
+ 20
+-303.0022042240702
+ 10
+1057.052722035328
+ 20
+-304.002212818684
+ 10
+1057.069188357777
+ 20
+-0.5369365149041414
+ 10
+1865.107990202184
+ 20
+-1.002204224070169
+  0
+LINE
+  5
+21CFD
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1057.001821493076
+ 20
+301.9977957759298
+ 30
+0.0
+ 11
+1057.001821493076
+ 21
+-0.5368977251495722
+ 31
+0.0
+  0
+LINE
+  5
+21CFE
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbLine
+ 10
+1865.111187201376
+ 20
+302.3461803521058
+ 30
+0.0
+ 11
+1865.111187201376
+ 21
+-0.5674151534173575
+ 31
+0.0
+  0
+LWPOLYLINE
+  5
+21CFF
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+249.0018225672223
+ 20
+-1.283096267842324
+ 10
+1057.052722035328
+ 20
+-1.283138766293518
+ 10
+1057.052722035328
+ 20
+-304.002212818684
+ 10
+249.0113508220856
+ 20
+-305.0022042240702
+  0
+LWPOLYLINE
+  5
+21D00
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+249.0018225672223
+ 20
+-1.283096267842324
+ 10
+1057.083411411876
+ 20
+-1.283096267842324
+ 10
+1057.083411411876
+ 20
+302.3461803521058
+ 10
+249.0018225672223
+ 20
+302.3461803521058
+  0
+LWPOLYLINE
+  5
+21D01
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+249.0205546814221
+ 20
+614.0277824560894
+ 10
+1057.06417911828
+ 20
+614.0277824560894
+ 10
+1057.0547931084
+ 20
+302.3747000636409
+ 10
+249.0205546814221
+ 20
+302.3461803521058
+  0
+LWPOLYLINE
+  5
+21D02
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 38
+-4665.6
+ 10
+249.0112308914874
+ 20
+614.0541330152203
+ 10
+1865.107990202184
+ 20
+614.0541330152203
+ 10
+1865.107990202184
+ 20
+-303.0022042240702
+ 10
+249.0113508220854
+ 20
+-305.002204219263
+  0
+SOLID
+  5
+22496
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbTrace
+ 10
+805.256731393238
+ 20
+431.1343771151272
+ 30
+-4665.600000000001
+ 11
+873.6567311632226
+ 21
+431.1343811896175
+ 31
+-4665.600000000001
+ 12
+805.2567312782304
+ 22
+446.7343808183407
+ 32
+-4665.600000000001
+ 13
+873.6567526330784
+ 23
+446.7343862810597
+ 33
+-4665.600000000001
+  0
+TEXT
+  5
+224B5
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+   250
+100
+AcDbText
+ 10
+855.5215339183918
+ 20
+435.6547245382966
+ 30
+-2419.200000000003
+ 40
+8.4
+  1
+°C
+  7
+GRAS
+100
+AcDbText
+  0
+INSERT
+  5
+224B6
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Valnum
+ 10
+810.8215340346692
+ 20
+433.6547261813738
+ 30
+-7046.400000000002
+ 41
+1.199999999999999
+ 42
+1.199999999999999
+ 43
+1.199999999999999
+  0
+ATTRIB
+  5
+224B7
+330
+224B6
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+863.6215340346693
+ 20
+433.6547261813738
+ 30
+-7046.400000000002
+ 40
+9.599999999999999
+  1
+CWM-CWS03:Ctrl-PLC-001:R10Trsh
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+224B8
+330
+224B6
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+863.6215340346693
+ 20
+433.6547261813738
+ 30
+-7046.400000000002
+ 40
+9.599999999999999
+  1
+0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+224B9
+330
+224B6
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+863.6215340346693
+ 20
+433.6547261813738
+ 30
+-7046.400000000002
+ 40
+9.599999999999999
+  1
+15
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+224BA
+330
+224B6
+100
+AcDbEntity
+  8
+0
+  0
+SOLID
+  5
+224FE
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbTrace
+ 10
+886.8567304339499
+ 20
+431.1343772144943
+ 30
+-9331.2
+ 11
+955.2567302039348
+ 21
+431.1343812889846
+ 31
+-9331.2
+ 12
+886.8567303189424
+ 22
+446.7343809177078
+ 32
+-9331.2
+ 13
+955.2567516737903
+ 23
+446.7343863804268
+ 33
+-9331.2
+  0
+SOLID
+  5
+22506
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbTrace
+ 10
+968.4567307789734
+ 20
+431.1343771454336
+ 30
+-4665.600000000001
+ 11
+1036.856730548958
+ 21
+431.1343812199239
+ 31
+-4665.600000000001
+ 12
+968.456730663966
+ 22
+446.7343808486472
+ 32
+-4665.600000000001
+ 13
+1036.856752018814
+ 23
+446.7343863113661
+ 33
+-4665.600000000001
+  0
+INSERT
+  5
+2253E
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Valnum
+ 10
+894.821533020726
+ 20
+433.3714275694277
+ 30
+-2380.800000000001
+ 41
+1.199999999999999
+ 42
+1.199999999999999
+ 43
+1.199999999999999
+  0
+ATTRIB
+  5
+2253F
+330
+2253E
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+947.6215330207253
+ 20
+433.3714275694277
+ 30
+-2380.800000000001
+ 40
+9.599999999999999
+  1
+CWM-CWS03:WtrC-TT-010:Tmp
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+22540
+330
+2253E
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+947.6215330207253
+ 20
+433.3714275694277
+ 30
+-2380.800000000001
+ 40
+9.599999999999999
+  1
+0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+22541
+330
+2253E
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+947.6215330207253
+ 20
+433.3714275694277
+ 30
+-2380.800000000001
+ 40
+9.599999999999999
+  1
+15
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+22542
+330
+2253E
+100
+AcDbEntity
+  8
+0
+  0
+INSERT
+  5
+22543
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Valnum
+ 10
+976.4215333657487
+ 20
+433.3714275003675
+ 30
+2284.8
+ 41
+1.199999999999999
+ 42
+1.199999999999999
+ 43
+1.199999999999999
+  0
+ATTRIB
+  5
+22544
+330
+22543
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1029.221533365748
+ 20
+433.3714275003675
+ 30
+2284.8
+ 40
+9.599999999999999
+  1
+CWM-CWS03:WtrC-PCV-010:Cmd
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+22545
+330
+22543
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1029.221533365748
+ 20
+433.3714275003675
+ 30
+2284.8
+ 40
+9.599999999999999
+  1
+0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+22546
+330
+22543
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1029.221533365748
+ 20
+433.3714275003675
+ 30
+2284.8
+ 40
+9.599999999999999
+  1
+15
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+22547
+330
+22543
+100
+AcDbEntity
+  8
+0
+  0
+TEXT
+  5
+2255F
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+   250
+100
+AcDbText
+ 10
+938.0018237785494
+ 20
+434.9977964523938
+ 30
+2246.4
+ 40
+8.4
+  1
+°C
+  7
+GRAS
+100
+AcDbText
+  0
+TEXT
+  5
+22560
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+   250
+100
+AcDbText
+ 10
+1022.76039087315
+ 20
+434.0339629853373
+ 30
+2265.6
+ 40
+9.599999999999999
+  1
+%
+  7
+GRAS
+100
+AcDbText
+  0
+SOLID
+  5
+22648
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbTrace
+ 10
+1613.312195213602
+ 20
+431.1352316198072
+ 30
+-4665.600000000001
+ 11
+1681.712194983587
+ 21
+431.1352356942975
+ 31
+-4665.600000000001
+ 12
+1613.312195098594
+ 22
+446.7352353230207
+ 32
+-4665.600000000001
+ 13
+1681.712216453442
+ 23
+446.7352407857397
+ 33
+-4665.600000000001
+  0
+SOLID
+  5
+22650
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbTrace
+ 10
+1694.912195098594
+ 20
+431.1352316888679
+ 30
+-4665.600000000001
+ 11
+1763.312194868579
+ 21
+431.1352357633581
+ 31
+-4665.600000000001
+ 12
+1694.912194983587
+ 22
+446.7352353920814
+ 32
+-4665.600000000001
+ 13
+1763.312216338434
+ 23
+446.7352408548004
+ 33
+-4665.600000000001
+  0
+SOLID
+  5
+22658
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbTrace
+ 10
+1776.512195443618
+ 20
+431.1352316198072
+ 30
+-7584.000000000003
+ 11
+1844.912195213602
+ 21
+431.1352356942975
+ 31
+-7584.000000000003
+ 12
+1776.51219532861
+ 22
+446.7352353230207
+ 32
+-7584.000000000003
+ 13
+1844.912216683458
+ 23
+446.7352407857397
+ 33
+-7584.000000000003
+  0
+SOLID
+  5
+22678
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbTrace
+ 10
+1613.313059276802
+ 20
+128.2206943909734
+ 30
+-4665.6
+ 11
+1681.713059046787
+ 21
+128.2206984654637
+ 31
+-4665.6
+ 12
+1613.313059161795
+ 22
+143.820698094187
+ 32
+-4665.6
+ 13
+1681.713080516643
+ 23
+143.8207035569059
+ 33
+-4665.6
+  0
+SOLID
+  5
+22680
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbTrace
+ 10
+1694.913057537953
+ 20
+128.2206928361931
+ 30
+-4665.6
+ 11
+1763.313057307938
+ 21
+128.2206969106834
+ 31
+-4665.6
+ 12
+1694.913057422945
+ 22
+143.8206965394067
+ 32
+-4665.6
+ 13
+1763.313078777793
+ 23
+143.8207020021256
+ 33
+-4665.6
+  0
+SOLID
+  5
+22688
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbTrace
+ 10
+1776.513057882977
+ 20
+128.2206927671324
+ 30
+-7584.000000000003
+ 11
+1844.913057652962
+ 21
+128.2206968416228
+ 31
+-7584.000000000003
+ 12
+1776.51305776797
+ 22
+143.820696470346
+ 32
+-7584.000000000003
+ 13
+1844.913079122818
+ 23
+143.820701933065
+ 33
+-7584.000000000003
+  0
+SOLID
+  5
+226A8
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbTrace
+ 10
+1613.305873670747
+ 20
+-174.7438114411834
+ 30
+-4665.600000000001
+ 11
+1681.705873440732
+ 21
+-174.7438073666931
+ 31
+-4665.600000000001
+ 12
+1613.30587355574
+ 22
+-159.1438077379698
+ 32
+-4665.600000000001
+ 13
+1681.705894910588
+ 23
+-159.1438022752509
+ 33
+-4665.600000000001
+  0
+SOLID
+  5
+226B0
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbTrace
+ 10
+1694.905873555738
+ 20
+-174.7438113721227
+ 30
+-4665.6
+ 11
+1763.305873325723
+ 21
+-174.7438072976324
+ 31
+-4665.6
+ 12
+1694.905873440731
+ 22
+-159.1438076689092
+ 32
+-4665.6
+ 13
+1763.305894795579
+ 23
+-159.1438022061902
+ 33
+-4665.6
+  0
+SOLID
+  5
+226B8
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbTrace
+ 10
+1776.505873900763
+ 20
+-174.7438114411834
+ 30
+-7584.000000000003
+ 11
+1844.905873670747
+ 21
+-174.7438073666931
+ 31
+-7584.000000000003
+ 12
+1776.505873785755
+ 22
+-159.1438077379698
+ 32
+-7584.000000000003
+ 13
+1844.905895140603
+ 23
+-159.1438022752509
+ 33
+-7584.000000000003
+  0
+INSERT
+  5
+2273A
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Valnum
+ 10
+1616.828719540966
+ 20
+130.3359314776036
+ 30
+6950.400000000001
+ 41
+1.199999999999999
+ 42
+1.199999999999999
+ 43
+1.199999999999999
+  0
+ATTRIB
+  5
+2273B
+330
+2273A
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1669.628719540967
+ 20
+130.3359314776036
+ 30
+6950.400000000001
+ 40
+9.599999999999999
+  1
+CWM-CWS03:Ctrl-PLC-001:R40Trsh
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+2273C
+330
+2273A
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1669.628719540967
+ 20
+130.3359314776036
+ 30
+6950.400000000001
+ 40
+9.599999999999999
+  1
+0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+2273D
+330
+2273A
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1669.628719540967
+ 20
+130.3359314776036
+ 30
+6950.400000000001
+ 40
+9.599999999999999
+  1
+15
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+2273E
+330
+2273A
+100
+AcDbEntity
+  8
+0
+  0
+INSERT
+  5
+2273F
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Valnum
+ 10
+1698.428719425959
+ 20
+130.3359315466638
+ 30
+2284.8
+ 41
+1.199999999999999
+ 42
+1.199999999999999
+ 43
+1.199999999999999
+  0
+ATTRIB
+  5
+22740
+330
+2273F
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1751.22871942596
+ 20
+130.3359315466638
+ 30
+2284.8
+ 40
+9.599999999999999
+  1
+CWM-CWS03:WtrC-TT-040:Tmp
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+22741
+330
+2273F
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1751.22871942596
+ 20
+130.3359315466638
+ 30
+2284.8
+ 40
+9.599999999999999
+  1
+0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+22742
+330
+2273F
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1751.22871942596
+ 20
+130.3359315466638
+ 30
+2284.8
+ 40
+9.599999999999999
+  1
+15
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+22743
+330
+2273F
+100
+AcDbEntity
+  8
+0
+  0
+TEXT
+  5
+22744
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+   250
+100
+AcDbText
+ 10
+1831.628719425958
+ 20
+130.3359308371106
+ 30
+6931.200000000001
+ 40
+9.599999999999999
+  1
+%
+  7
+GRAS
+100
+AcDbText
+  0
+INSERT
+  5
+22745
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Valnum
+ 10
+1780.028719770983
+ 20
+130.3359314776036
+ 30
+6950.400000000001
+ 41
+1.199999999999999
+ 42
+1.199999999999999
+ 43
+1.199999999999999
+  0
+ATTRIB
+  5
+22746
+330
+22745
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1832.828719770983
+ 20
+130.3359314776036
+ 30
+6950.400000000001
+ 40
+9.599999999999999
+  1
+CWM-CWS03:WtrC-PCV-040:Cmd
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+22747
+330
+22745
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1832.828719770983
+ 20
+130.3359314776036
+ 30
+6950.400000000001
+ 40
+9.599999999999999
+  1
+0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+22748
+330
+22745
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1832.828719770983
+ 20
+130.3359314776036
+ 30
+6950.400000000001
+ 40
+9.599999999999999
+  1
+15
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+22749
+330
+22745
+100
+AcDbEntity
+  8
+0
+  0
+INSERT
+  5
+22759
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Valnum
+ 10
+1616.827857101606
+ 20
+433.2504703302784
+ 30
+6950.400000000001
+ 41
+1.199999999999999
+ 42
+1.199999999999999
+ 43
+1.199999999999999
+  0
+ATTRIB
+  5
+2275A
+330
+22759
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1669.627857101607
+ 20
+433.2504703302784
+ 30
+6950.400000000001
+ 40
+9.599999999999999
+  1
+CWM-CWS03:Ctrl-PLC-001:R30Trsh
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+2275B
+330
+22759
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1669.627857101607
+ 20
+433.2504703302784
+ 30
+6950.400000000001
+ 40
+9.599999999999999
+  1
+0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+2275C
+330
+22759
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1669.627857101607
+ 20
+433.2504703302784
+ 30
+6950.400000000001
+ 40
+9.599999999999999
+  1
+15
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+2275D
+330
+22759
+100
+AcDbEntity
+  8
+0
+  0
+INSERT
+  5
+2275E
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Valnum
+ 10
+1698.4278569866
+ 20
+433.2504703993386
+ 30
+2284.799999999999
+ 41
+1.199999999999999
+ 42
+1.199999999999999
+ 43
+1.199999999999999
+  0
+ATTRIB
+  5
+2275F
+330
+2275E
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1751.2278569866
+ 20
+433.2504703993386
+ 30
+2284.799999999999
+ 40
+9.599999999999999
+  1
+CWM-CWS03:WtrC-TT-030:Tmp
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+22760
+330
+2275E
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1751.2278569866
+ 20
+433.2504703993386
+ 30
+2284.799999999999
+ 40
+9.599999999999999
+  1
+0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+22761
+330
+2275E
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1751.2278569866
+ 20
+433.2504703993386
+ 30
+2284.799999999999
+ 40
+9.599999999999999
+  1
+15
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+22762
+330
+2275E
+100
+AcDbEntity
+  8
+0
+  0
+TEXT
+  5
+22763
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+   250
+100
+AcDbText
+ 10
+1831.627856986599
+ 20
+433.2504696897854
+ 30
+6931.200000000001
+ 40
+9.599999999999999
+  1
+%
+  7
+GRAS
+100
+AcDbText
+  0
+INSERT
+  5
+22764
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Valnum
+ 10
+1780.027857331624
+ 20
+433.2504703302784
+ 30
+6950.400000000001
+ 41
+1.199999999999999
+ 42
+1.199999999999999
+ 43
+1.199999999999999
+  0
+ATTRIB
+  5
+22765
+330
+22764
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1832.827857331623
+ 20
+433.2504703302784
+ 30
+6950.400000000001
+ 40
+9.599999999999999
+  1
+CWM-CWS03:WtrC-PCV-030:Cmd
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+22766
+330
+22764
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1832.827857331623
+ 20
+433.2504703302784
+ 30
+6950.400000000001
+ 40
+9.599999999999999
+  1
+0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+22767
+330
+22764
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1832.827857331623
+ 20
+433.2504703302784
+ 30
+6950.400000000001
+ 40
+9.599999999999999
+  1
+15
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+22768
+330
+22764
+100
+AcDbEntity
+  8
+0
+  0
+TEXT
+  5
+22778
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+   250
+100
+AcDbText
+ 10
+1661.05637222616
+ 20
+434.0067903042823
+ 30
+6912.0
+ 40
+8.4
+  1
+°C
+  7
+GRAS
+100
+AcDbText
+  0
+TEXT
+  5
+22779
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+   250
+100
+AcDbText
+ 10
+1742.656372226161
+ 20
+434.0067903733425
+ 30
+2246.4
+ 40
+8.4
+  1
+°C
+  7
+GRAS
+100
+AcDbText
+  0
+TEXT
+  5
+2277A
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+   250
+100
+AcDbText
+ 10
+1660.156672860972
+ 20
+131.5336033689731
+ 30
+6912.0
+ 40
+8.4
+  1
+°C
+  7
+GRAS
+100
+AcDbText
+  0
+TEXT
+  5
+2277B
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+   250
+100
+AcDbText
+ 10
+1741.756672860973
+ 20
+131.5336034380333
+ 30
+2246.4
+ 40
+8.4
+  1
+°C
+  7
+GRAS
+100
+AcDbText
+  0
+INSERT
+  5
+2277C
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Valnum
+ 10
+1616.821535558751
+ 20
+-172.6285727307122
+ 30
+6950.400000000001
+ 41
+1.199999999999999
+ 42
+1.199999999999999
+ 43
+1.199999999999999
+  0
+ATTRIB
+  5
+2277D
+330
+2277C
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1669.621535558752
+ 20
+-172.6285727307122
+ 30
+6950.400000000001
+ 40
+9.599999999999999
+  1
+CWM-CWS03:Ctrl-PLC-001:R50Trsh
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+2277E
+330
+2277C
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1669.621535558752
+ 20
+-172.6285727307122
+ 30
+6950.400000000001
+ 40
+9.599999999999999
+  1
+0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+2277F
+330
+2277C
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1669.621535558752
+ 20
+-172.6285727307122
+ 30
+6950.400000000001
+ 40
+9.599999999999999
+  1
+15
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+22780
+330
+2277C
+100
+AcDbEntity
+  8
+0
+  0
+INSERT
+  5
+22781
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Valnum
+ 10
+1698.421535443744
+ 20
+-172.628572661652
+ 30
+2284.8
+ 41
+1.199999999999999
+ 42
+1.199999999999999
+ 43
+1.199999999999999
+  0
+ATTRIB
+  5
+22782
+330
+22781
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1751.221535443745
+ 20
+-172.628572661652
+ 30
+2284.8
+ 40
+9.599999999999999
+  1
+CWM-CWS03:WtrC-TT-050:Tmp
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+22783
+330
+22781
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1751.221535443745
+ 20
+-172.628572661652
+ 30
+2284.8
+ 40
+9.599999999999999
+  1
+0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+22784
+330
+22781
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1751.221535443745
+ 20
+-172.628572661652
+ 30
+2284.8
+ 40
+9.599999999999999
+  1
+15
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+22785
+330
+22781
+100
+AcDbEntity
+  8
+0
+  0
+TEXT
+  5
+22786
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+   250
+100
+AcDbText
+ 10
+1831.621535443743
+ 20
+-172.6285733712052
+ 30
+6931.200000000001
+ 40
+9.599999999999999
+  1
+%
+  7
+GRAS
+100
+AcDbText
+  0
+INSERT
+  5
+22787
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Valnum
+ 10
+1780.021535788768
+ 20
+-172.6285727307122
+ 30
+6950.400000000001
+ 41
+1.199999999999999
+ 42
+1.199999999999999
+ 43
+1.199999999999999
+  0
+ATTRIB
+  5
+22788
+330
+22787
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1832.821535788768
+ 20
+-172.6285727307122
+ 30
+6950.400000000001
+ 40
+9.599999999999999
+  1
+CWM-CWS03:WtrC-PCV-050:Cmd
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+22789
+330
+22787
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1832.821535788768
+ 20
+-172.6285727307122
+ 30
+6950.400000000001
+ 40
+9.599999999999999
+  1
+0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+2278A
+330
+22787
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1832.821535788768
+ 20
+-172.6285727307122
+ 30
+6950.400000000001
+ 40
+9.599999999999999
+  1
+15
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+2278B
+330
+22787
+100
+AcDbEntity
+  8
+0
+  0
+TEXT
+  5
+2279B
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+   250
+100
+AcDbText
+ 10
+1662.403820811934
+ 20
+-169.7679380035913
+ 30
+6912.0
+ 40
+8.4
+  1
+°C
+  7
+GRAS
+100
+AcDbText
+  0
+TEXT
+  5
+2279C
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+   250
+100
+AcDbText
+ 10
+1744.003820811934
+ 20
+-169.7679379345311
+ 30
+2246.4
+ 40
+8.4
+  1
+°C
+  7
+GRAS
+100
+AcDbText
+  0
+SOLID
+  5
+2283C
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbTrace
+ 10
+805.2565087676205
+ 20
+128.2206918532058
+ 30
+-13996.8
+ 11
+873.6565085376053
+ 21
+128.2206959276962
+ 31
+-13996.8
+ 12
+805.2565086526131
+ 22
+143.8206955564194
+ 32
+-13996.8
+ 13
+873.6565300074611
+ 23
+143.8207010191383
+ 33
+-13996.8
+  0
+SOLID
+  5
+22844
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbTrace
+ 10
+886.8565086526125
+ 20
+128.2206919222665
+ 30
+-13996.8
+ 11
+955.2565084225973
+ 21
+128.2206959967568
+ 31
+-13996.8
+ 12
+886.8565085376051
+ 22
+143.82069562548
+ 32
+-13996.8
+ 13
+955.256529892453
+ 23
+143.820701088199
+ 33
+-13996.8
+  0
+SOLID
+  5
+2284C
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbTrace
+ 10
+968.4565089976361
+ 20
+128.2206918532058
+ 30
+-9331.2
+ 11
+1036.856508767621
+ 21
+128.2206959276962
+ 31
+-9331.2
+ 12
+968.4565088826287
+ 22
+143.8206955564194
+ 32
+-9331.2
+ 13
+1036.856530237476
+ 23
+143.8207010191383
+ 33
+-9331.2
+  0
+SOLID
+  5
+2286C
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbTrace
+ 10
+805.2436517062554
+ 20
+-175.4594934695352
+ 30
+-4665.600000000001
+ 11
+873.6436514762401
+ 21
+-175.4594893950449
+ 31
+-4665.600000000001
+ 12
+805.2436515912479
+ 22
+-159.8594897663216
+ 32
+-4665.600000000001
+ 13
+873.6436729460958
+ 23
+-159.8594843036027
+ 33
+-4665.600000000001
+  0
+SOLID
+  5
+22874
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbTrace
+ 10
+886.8436515912465
+ 20
+-175.4594934004745
+ 30
+-4665.6
+ 11
+955.2436513612313
+ 21
+-175.4594893259842
+ 31
+-4665.6
+ 12
+886.8436514762391
+ 22
+-159.859489697261
+ 32
+-4665.6
+ 13
+955.2436728310869
+ 23
+-159.859484234542
+ 33
+-4665.6
+  0
+SOLID
+  5
+2287C
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbTrace
+ 10
+968.4436519362709
+ 20
+-175.4594934695352
+ 30
+-7584.000000000003
+ 11
+1036.843651706256
+ 21
+-175.4594893950449
+ 31
+-7584.000000000003
+ 12
+968.4436518212635
+ 22
+-159.8594897663216
+ 32
+-7584.000000000003
+ 13
+1036.843673176111
+ 23
+-159.8594843036027
+ 33
+-7584.000000000003
+  0
+INSERT
+  5
+228DD
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Valnum
+ 10
+808.8343929927708
+ 20
+130.0516132417555
+ 30
+-2380.8
+ 41
+1.199999999999999
+ 42
+1.199999999999999
+ 43
+1.199999999999999
+  0
+ATTRIB
+  5
+228DE
+330
+228DD
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+861.6343929927721
+ 20
+130.0516132417555
+ 30
+-2380.8
+ 40
+9.599999999999999
+  1
+CWM-CWS03:Ctrl-PLC-001:R20Trsh
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+228DF
+330
+228DD
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+861.6343929927721
+ 20
+130.0516132417555
+ 30
+-2380.8
+ 40
+9.599999999999999
+  1
+0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+228E0
+330
+228DD
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+861.6343929927721
+ 20
+130.0516132417555
+ 30
+-2380.8
+ 40
+9.599999999999999
+  1
+15
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+228E1
+330
+228DD
+100
+AcDbEntity
+  8
+0
+  0
+INSERT
+  5
+228E2
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Valnum
+ 10
+890.4343928777647
+ 20
+130.0516133108161
+ 30
+-7046.400000000001
+ 41
+1.199999999999999
+ 42
+1.199999999999999
+ 43
+1.199999999999999
+  0
+ATTRIB
+  5
+228E3
+330
+228E2
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+943.2343928777649
+ 20
+130.0516133108161
+ 30
+-7046.400000000001
+ 40
+9.599999999999999
+  1
+CWM-CWS03:WtrC-TT-020:Tmp
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+228E4
+330
+228E2
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+943.2343928777649
+ 20
+130.0516133108161
+ 30
+-7046.400000000001
+ 40
+9.599999999999999
+  1
+0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+228E5
+330
+228E2
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+943.2343928777649
+ 20
+130.0516133108161
+ 30
+-7046.400000000001
+ 40
+9.599999999999999
+  1
+15
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+228E6
+330
+228E2
+100
+AcDbEntity
+  8
+0
+  0
+TEXT
+  5
+228E7
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+   250
+100
+AcDbText
+ 10
+1023.634392877764
+ 20
+130.0516126012629
+ 30
+-2400.0
+ 40
+9.599999999999999
+  1
+%
+  7
+GRAS
+100
+AcDbText
+  0
+INSERT
+  5
+228E8
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Valnum
+ 10
+972.0343932227883
+ 20
+130.0516132417555
+ 30
+-2380.8
+ 41
+1.199999999999999
+ 42
+1.199999999999999
+ 43
+1.199999999999999
+  0
+ATTRIB
+  5
+228E9
+330
+228E8
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1024.834393222787
+ 20
+130.0516132417555
+ 30
+-2380.8
+ 40
+9.599999999999999
+  1
+CWM-CWS03:WtrC-PCV-020:Cmd
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+228EA
+330
+228E8
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1024.834393222787
+ 20
+130.0516132417555
+ 30
+-2380.8
+ 40
+9.599999999999999
+  1
+0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+228EB
+330
+228E8
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1024.834393222787
+ 20
+130.0516132417555
+ 30
+-2380.8
+ 40
+9.599999999999999
+  1
+15
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+228EC
+330
+228E8
+100
+AcDbEntity
+  8
+0
+  0
+TEXT
+  5
+228FC
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+   250
+100
+AcDbText
+ 10
+855.61859447906
+ 20
+132.2307396667532
+ 30
+6912.0
+ 40
+8.4
+  1
+°C
+  7
+GRAS
+100
+AcDbText
+  0
+TEXT
+  5
+228FD
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+   250
+100
+AcDbText
+ 10
+937.2185944790603
+ 20
+132.2307397358134
+ 30
+2246.4
+ 40
+8.4
+  1
+°C
+  7
+GRAS
+100
+AcDbText
+  0
+INSERT
+  5
+228FE
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Valnum
+ 10
+808.8215359314055
+ 20
+-173.6285720809856
+ 30
+6950.400000000001
+ 41
+1.199999999999999
+ 42
+1.199999999999999
+ 43
+1.199999999999999
+  0
+ATTRIB
+  5
+228FF
+330
+228FE
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+861.6215359314068
+ 20
+-173.6285720809856
+ 30
+6950.400000000001
+ 40
+9.599999999999999
+  1
+CWM-CWS03:Ctrl-PLC-001:RH20Trsh
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+22900
+330
+228FE
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+861.6215359314068
+ 20
+-173.6285720809856
+ 30
+6950.400000000001
+ 40
+9.599999999999999
+  1
+0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+22901
+330
+228FE
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+861.6215359314068
+ 20
+-173.6285720809856
+ 30
+6950.400000000001
+ 40
+9.599999999999999
+  1
+15
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+22902
+330
+228FE
+100
+AcDbEntity
+  8
+0
+  0
+INSERT
+  5
+22903
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Valnum
+ 10
+890.4215358163988
+ 20
+-173.6285720119253
+ 30
+2284.8
+ 41
+1.199999999999999
+ 42
+1.199999999999999
+ 43
+1.199999999999999
+  0
+ATTRIB
+  5
+22904
+330
+22903
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+943.2215358163999
+ 20
+-173.6285720119253
+ 30
+2284.8
+ 40
+9.599999999999999
+  1
+CWM-CWS03:Ctrl-PLC-001:DPhase
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+22905
+330
+22903
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+943.2215358163999
+ 20
+-173.6285720119253
+ 30
+2284.8
+ 40
+9.599999999999999
+  1
+0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+22906
+330
+22903
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+943.2215358163999
+ 20
+-173.6285720119253
+ 30
+2284.8
+ 40
+9.599999999999999
+  1
+15
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+22907
+330
+22903
+100
+AcDbEntity
+  8
+0
+  0
+TEXT
+  5
+22908
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+   250
+100
+AcDbText
+ 10
+1023.621535816397
+ 20
+-173.6285727214785
+ 30
+6931.200000000001
+ 40
+9.599999999999999
+  1
+%
+  7
+GRAS
+100
+AcDbText
+  0
+INSERT
+  5
+22909
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Valnum
+ 10
+972.0215361614233
+ 20
+-173.6285720809856
+ 30
+6950.400000000001
+ 41
+1.199999999999999
+ 42
+1.199999999999999
+ 43
+1.199999999999999
+  0
+ATTRIB
+  5
+2290A
+330
+22909
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1024.821536161422
+ 20
+-173.6285720809856
+ 30
+6950.400000000001
+ 40
+9.599999999999999
+  1
+CWM-CWS03:WtrC-PCV-020:Cmd
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+2290B
+330
+22909
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1024.821536161422
+ 20
+-173.6285720809856
+ 30
+6950.400000000001
+ 40
+9.599999999999999
+  1
+0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+2290C
+330
+22909
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1024.821536161422
+ 20
+-173.6285720809856
+ 30
+6950.400000000001
+ 40
+9.599999999999999
+  1
+15
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+2290D
+330
+22909
+100
+AcDbEntity
+  8
+0
+  0
+TEXT
+  5
+2291D
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+   250
+100
+AcDbText
+ 10
+854.4038211845887
+ 20
+-170.7679373538647
+ 30
+6912.0
+ 40
+8.4
+  1
+Hz
+  7
+GRAS
+100
+AcDbText
+  0
+TEXT
+  5
+2291E
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+   250
+100
+AcDbText
+ 10
+936.0038211845889
+ 20
+-170.7679372848045
+ 30
+2246.4
+ 40
+8.4
+  1
+Hz
+  7
+GRAS
+100
+AcDbText
+  0
+SOLID
+  5
+22C16
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+793.2053778903539
+ 20
+340.5019623802963
+ 30
+0.0
+ 11
+1048.812499557031
+ 21
+340.5019623802963
+ 31
+0.0
+ 12
+784.9612802130106
+ 22
+342.9019653939398
+ 32
+0.0
+ 13
+1057.057892587613
+ 23
+342.9019655142678
+ 33
+0.0
+  0
+SOLID
+  5
+22C17
+330
+1F
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+784.9599890401425
+ 20
+342.9019653939394
+ 30
+0.0
+ 11
+1057.057892587613
+ 21
+342.9019655142678
+ 31
+0.0
+ 12
+793.2053945736063
+ 22
+345.3019666316617
+ 32
+0.0
+ 13
+1048.812513261046
+ 23
+345.40132526073
+ 33
+0.0
+  0
+SOLID
+  5
+22C36
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+793.2040961229631
+ 20
+380.6817327329294
+ 30
+0.0
+ 11
+1048.811217789639
+ 21
+380.6817327329294
+ 31
+0.0
+ 12
+784.9599984456208
+ 22
+383.0817357465725
+ 32
+0.0
+ 13
+1057.056610820223
+ 23
+383.0817358669004
+ 33
+0.0
+  0
+SOLID
+  5
+22C37
+330
+1F
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+784.9587072727508
+ 20
+383.081735746572
+ 30
+0.0
+ 11
+1057.056610820223
+ 21
+383.0817358669004
+ 31
+0.0
+ 12
+793.2041128062146
+ 22
+385.4817369842944
+ 32
+0.0
+ 13
+1048.811117824697
+ 23
+385.581735746547
+ 33
+0.0
+  0
+TEXT
+  5
+22C69
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbText
+ 10
+809.6283542969688
+ 20
+401.2004032677594
+ 30
+0.0
+ 40
+10.8
+  1
+Proportional:
+  7
+GRAS
+100
+AcDbText
+  0
+SOLID
+  5
+22C6A
+330
+1F
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     8
+100
+AcDbTrace
+ 10
+1040.030103020229
+ 20
+414.0024695483806
+ 30
+-4665.600000000001
+ 11
+971.6300817803887
+ 21
+414.0024640856617
+ 31
+-4665.600000000001
+ 12
+1041.230081665381
+ 22
+415.2024681601513
+ 32
+-4665.600000000001
+ 13
+970.4300817803899
+ 23
+415.2024640856614
+ 33
+-4665.600000000001
+  0
+SOLID
+  5
+22C6B
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     7
+100
+AcDbTrace
+ 10
+1041.230103384639
+ 20
+397.2024658451672
+ 30
+-7584.000000000003
+ 11
+970.4300818953973
+ 21
+397.2024603824483
+ 31
+-7584.000000000003
+ 12
+1040.030101922544
+ 22
+398.4024658451671
+ 32
+-7584.000000000003
+ 13
+971.630081895398
+ 23
+398.4024603824481
+ 33
+-7584.000000000003
+  0
+SOLID
+  5
+22C6C
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+970.4300818953973
+ 20
+397.2024603824483
+ 30
+0.0
+ 11
+971.630081895398
+ 21
+398.4024603824481
+ 31
+0.0
+ 12
+970.4300817803899
+ 22
+415.2024640856614
+ 32
+0.0
+ 13
+971.6300817803887
+ 23
+414.0024640856617
+ 33
+0.0
+  0
+SOLID
+  5
+22C6D
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     7
+100
+AcDbTrace
+ 10
+1041.230081550374
+ 20
+397.2024644569382
+ 30
+-4665.600000000001
+ 11
+1040.030081550373
+ 21
+398.4024644569385
+ 31
+-4665.600000000001
+ 12
+1041.230081665381
+ 22
+415.2024681601513
+ 32
+-4665.600000000001
+ 13
+1040.030081665381
+ 23
+414.0024681601516
+ 33
+-4665.600000000001
+  0
+SOLID
+  5
+22C6E
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbTrace
+ 10
+971.6300810511169
+ 20
+398.4024604127545
+ 30
+-4665.600000000001
+ 11
+1040.030080821102
+ 21
+398.4024644872448
+ 31
+-4665.600000000001
+ 12
+971.6300809361095
+ 22
+414.0024641159681
+ 32
+-4665.600000000001
+ 13
+1040.030102290957
+ 23
+414.002469578687
+ 33
+-4665.600000000001
+  0
+INSERT
+  5
+22C6F
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Valnum
+ 10
+979.5948836378913
+ 20
+400.6395107676884
+ 30
+2284.8
+ 41
+1.199999999999999
+ 42
+1.199999999999999
+ 43
+1.199999999999999
+  0
+ATTRIB
+  5
+22C70
+330
+22C6F
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1032.394883637892
+ 20
+400.6395107676884
+ 30
+2284.8
+ 40
+9.599999999999999
+  1
+CWM-CWS03:Ctrl-PLC-001:R10P
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+22C71
+330
+22C6F
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1032.394883637892
+ 20
+400.6395107676884
+ 30
+2284.8
+ 40
+9.599999999999999
+  1
+0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+22C72
+330
+22C6F
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1032.394883637892
+ 20
+400.6395107676884
+ 30
+2284.8
+ 40
+9.599999999999999
+  1
+15
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+22C73
+330
+22C6F
+100
+AcDbEntity
+  8
+0
+  0
+TEXT
+  5
+22C74
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbText
+ 10
+809.6309418069333
+ 20
+319.4889194804731
+ 30
+0.0
+ 40
+10.8
+  1
+Derived:
+  7
+GRAS
+100
+AcDbText
+  0
+SOLID
+  5
+22C75
+330
+1F
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     8
+100
+AcDbTrace
+ 10
+1040.032657166227
+ 20
+332.3127243781554
+ 30
+-4665.600000000001
+ 11
+971.6326359263868
+ 21
+332.3127189154365
+ 31
+-4665.600000000001
+ 12
+1041.23263581138
+ 22
+333.5127229899261
+ 32
+-4665.600000000001
+ 13
+970.432635926388
+ 23
+333.5127189154363
+ 33
+-4665.600000000001
+  0
+SOLID
+  5
+22C76
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     7
+100
+AcDbTrace
+ 10
+1041.232657530637
+ 20
+315.512720674942
+ 30
+-7584.000000000003
+ 11
+970.4326360413954
+ 21
+315.5127152122231
+ 31
+-7584.000000000003
+ 12
+1040.032656068543
+ 22
+316.7127206749418
+ 32
+-7584.000000000003
+ 13
+971.6326360413962
+ 23
+316.7127152122229
+ 33
+-7584.000000000003
+  0
+SOLID
+  5
+22C77
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+970.4326360413954
+ 20
+315.5127152122231
+ 30
+0.0
+ 11
+971.6326360413962
+ 21
+316.7127152122229
+ 31
+0.0
+ 12
+970.432635926388
+ 22
+333.5127189154363
+ 32
+0.0
+ 13
+971.6326359263868
+ 23
+332.3127189154365
+ 33
+0.0
+  0
+SOLID
+  5
+22C78
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     7
+100
+AcDbTrace
+ 10
+1041.232635696372
+ 20
+315.5127192867129
+ 30
+-4665.600000000001
+ 11
+1040.032635696372
+ 21
+316.7127192867132
+ 31
+-4665.600000000001
+ 12
+1041.23263581138
+ 22
+333.5127229899261
+ 32
+-4665.600000000001
+ 13
+1040.032635811379
+ 23
+332.3127229899264
+ 33
+-4665.600000000001
+  0
+SOLID
+  5
+22C79
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbTrace
+ 10
+971.6326351971151
+ 20
+316.7127152425293
+ 30
+-4665.600000000001
+ 11
+1040.0326349671
+ 21
+316.7127193170196
+ 31
+-4665.600000000001
+ 12
+971.6326350821077
+ 22
+332.3127189457429
+ 32
+-4665.600000000001
+ 13
+1040.032656436955
+ 23
+332.3127244084618
+ 33
+-4665.600000000001
+  0
+INSERT
+  5
+22C7A
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Valnum
+ 10
+979.5974377838895
+ 20
+318.9497655974632
+ 30
+2284.8
+ 41
+1.199999999999999
+ 42
+1.199999999999999
+ 43
+1.199999999999999
+  0
+ATTRIB
+  5
+22C7B
+330
+22C7A
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1032.39743778389
+ 20
+318.9497655974632
+ 30
+2284.8
+ 40
+9.599999999999999
+  1
+CWM-CWS03:Ctrl-PLC-001:R10D
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+22C7C
+330
+22C7A
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1032.39743778389
+ 20
+318.9497655974632
+ 30
+2284.8
+ 40
+9.599999999999999
+  1
+0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+22C7D
+330
+22C7A
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1032.39743778389
+ 20
+318.9497655974632
+ 30
+2284.8
+ 40
+9.599999999999999
+  1
+15
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+22C7E
+330
+22C7A
+100
+AcDbEntity
+  8
+0
+  0
+TEXT
+  5
+22C7F
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbText
+ 10
+809.6296433494554
+ 20
+361.2580000814531
+ 30
+0.0
+ 40
+10.8
+  1
+Integral:
+  7
+GRAS
+100
+AcDbText
+  0
+SOLID
+  5
+22C80
+330
+1F
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     8
+100
+AcDbTrace
+ 10
+1040.031375390733
+ 20
+373.3309988784689
+ 30
+-4665.600000000001
+ 11
+971.6313541508935
+ 21
+373.33099341575
+ 31
+-4665.600000000001
+ 12
+1041.231354035884
+ 22
+374.5309974902397
+ 32
+-4665.600000000001
+ 13
+970.4313541508927
+ 23
+374.5309934157498
+ 33
+-4665.600000000001
+  0
+SOLID
+  5
+22C81
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     7
+100
+AcDbTrace
+ 10
+1041.231375755142
+ 20
+356.5309951752555
+ 30
+-7584.000000000003
+ 11
+970.431354265902
+ 21
+356.5309897125366
+ 31
+-7584.000000000003
+ 12
+1040.031374293048
+ 22
+357.7309951752553
+ 32
+-7584.000000000003
+ 13
+971.6313542659008
+ 23
+357.7309897125364
+ 33
+-7584.000000000003
+  0
+SOLID
+  5
+22C82
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+970.431354265902
+ 20
+356.5309897125366
+ 30
+0.0
+ 11
+971.6313542659008
+ 21
+357.7309897125364
+ 31
+0.0
+ 12
+970.4313541508927
+ 22
+374.5309934157498
+ 32
+0.0
+ 13
+971.6313541508935
+ 23
+373.33099341575
+ 33
+0.0
+  0
+SOLID
+  5
+22C83
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     7
+100
+AcDbTrace
+ 10
+1041.231353920877
+ 20
+356.5309937870264
+ 30
+-4665.600000000001
+ 11
+1040.031353920876
+ 21
+357.7309937870267
+ 31
+-4665.600000000001
+ 12
+1041.231354035884
+ 22
+374.5309974902397
+ 32
+-4665.600000000001
+ 13
+1040.031354035885
+ 23
+373.3309974902399
+ 33
+-4665.600000000001
+  0
+SOLID
+  5
+22C84
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbTrace
+ 10
+971.6313534216199
+ 20
+357.7309897428428
+ 30
+-4665.600000000001
+ 11
+1040.031353191605
+ 21
+357.7309938173331
+ 31
+-4665.600000000001
+ 12
+971.6313533066125
+ 22
+373.3309934460564
+ 32
+-4665.600000000001
+ 13
+1040.03137466146
+ 23
+373.3309989087753
+ 33
+-4665.600000000001
+  0
+INSERT
+  5
+22C85
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Valnum
+ 10
+979.5961560083961
+ 20
+359.9680400977767
+ 30
+2284.8
+ 41
+1.199999999999999
+ 42
+1.199999999999999
+ 43
+1.199999999999999
+  0
+ATTRIB
+  5
+22C86
+330
+22C85
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1032.396156008395
+ 20
+359.9680400977767
+ 30
+2284.8
+ 40
+9.599999999999999
+  1
+CWM-CWS03:Ctrl-PLC-001:R10I
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+22C87
+330
+22C85
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1032.396156008395
+ 20
+359.9680400977767
+ 30
+2284.8
+ 40
+9.599999999999999
+  1
+0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+22C88
+330
+22C85
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1032.396156008395
+ 20
+359.9680400977767
+ 30
+2284.8
+ 40
+9.599999999999999
+  1
+15
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+22C89
+330
+22C85
+100
+AcDbEntity
+  8
+0
+  0
+SOLID
+  5
+22D1A
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+793.2053798461869
+ 20
+119.5215382387717
+ 30
+0.0
+ 11
+1048.812501512863
+ 21
+119.5215382387717
+ 31
+0.0
+ 12
+784.9612821688446
+ 22
+121.9215412524157
+ 32
+0.0
+ 13
+1057.057894543447
+ 23
+121.9215413727432
+ 33
+0.0
+  0
+SOLID
+  5
+22D1B
+330
+1F
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+784.9599909959746
+ 20
+121.9215412524148
+ 30
+0.0
+ 11
+1057.057894543447
+ 21
+121.9215413727432
+ 31
+0.0
+ 12
+793.2053965294384
+ 22
+123.2110593706401
+ 32
+0.0
+ 13
+1048.812514340371
+ 23
+123.2110593706146
+ 33
+0.0
+  0
+SOLID
+  5
+22D1C
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+793.2079506754365
+ 20
+38.48912038464675
+ 30
+0.0
+ 11
+1048.815072342113
+ 21
+38.48912038464675
+ 31
+0.0
+ 12
+784.9638529980933
+ 22
+40.88912339829028
+ 32
+0.0
+ 13
+1057.060465372695
+ 23
+40.88912351861824
+ 33
+0.0
+  0
+SOLID
+  5
+22D1D
+330
+1F
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+784.9625618252251
+ 20
+40.88912339828982
+ 30
+0.0
+ 11
+1057.060465372695
+ 21
+40.88912351861824
+ 31
+0.0
+ 12
+793.207967358689
+ 22
+43.28912463601215
+ 32
+0.0
+ 13
+1048.815086046128
+ 23
+43.38848326508048
+ 33
+0.0
+  0
+SOLID
+  5
+22D1E
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+793.2066689080458
+ 20
+78.66889073727986
+ 30
+0.0
+ 11
+1048.813790574722
+ 21
+78.66889073727986
+ 31
+0.0
+ 12
+784.9625712307035
+ 22
+81.06889375092293
+ 32
+0.0
+ 13
+1057.059183605305
+ 23
+81.06889387125091
+ 33
+0.0
+  0
+SOLID
+  5
+22D1F
+330
+1F
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+784.9612800578335
+ 20
+81.06889375092249
+ 30
+0.0
+ 11
+1057.059183605305
+ 21
+81.06889387125091
+ 31
+0.0
+ 12
+793.2066855912973
+ 22
+83.46889498864483
+ 32
+0.0
+ 13
+1048.81369060978
+ 23
+83.56889375089748
+ 33
+0.0
+  0
+TEXT
+  5
+22D20
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbText
+ 10
+809.6309270820514
+ 20
+99.18756127210997
+ 30
+0.0
+ 40
+10.8
+  1
+Proportional:
+  7
+GRAS
+100
+AcDbText
+  0
+SOLID
+  5
+22D21
+330
+1F
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     8
+100
+AcDbTrace
+ 10
+1040.032675805312
+ 20
+111.9896275527311
+ 30
+-4665.600000000001
+ 11
+971.6326545654714
+ 21
+111.9896220900121
+ 31
+-4665.600000000001
+ 12
+1041.232654450464
+ 22
+113.1896261645018
+ 32
+-4665.600000000001
+ 13
+970.4326545654724
+ 23
+113.189622090012
+ 33
+-4665.600000000001
+  0
+SOLID
+  5
+22D22
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     7
+100
+AcDbTrace
+ 10
+1041.232676169721
+ 20
+95.18962384951771
+ 30
+-7584.000000000003
+ 11
+970.4326546804798
+ 21
+95.18961838679876
+ 31
+-7584.000000000003
+ 12
+1040.032674707627
+ 22
+96.38962384951753
+ 32
+-7584.000000000003
+ 13
+971.6326546804806
+ 23
+96.38961838679859
+ 33
+-7584.000000000003
+  0
+SOLID
+  5
+22D23
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+970.4326546804798
+ 20
+95.18961838679876
+ 30
+0.0
+ 11
+971.6326546804806
+ 21
+96.38961838679859
+ 31
+0.0
+ 12
+970.4326545654724
+ 22
+113.189622090012
+ 32
+0.0
+ 13
+971.6326545654714
+ 23
+111.9896220900121
+ 33
+0.0
+  0
+SOLID
+  5
+22D24
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     7
+100
+AcDbTrace
+ 10
+1041.232654335457
+ 20
+95.18962246128864
+ 30
+-4665.600000000001
+ 11
+1040.032654335456
+ 21
+96.38962246128892
+ 31
+-4665.600000000001
+ 12
+1041.232654450464
+ 22
+113.1896261645018
+ 32
+-4665.600000000001
+ 13
+1040.032654450463
+ 23
+111.989626164502
+ 33
+-4665.600000000001
+  0
+SOLID
+  5
+22D25
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbTrace
+ 10
+971.6326538361997
+ 20
+96.389618417105
+ 30
+-4665.600000000001
+ 11
+1040.032653606184
+ 21
+96.38962249159533
+ 31
+-4665.600000000001
+ 12
+971.6326537211923
+ 22
+111.9896221203186
+ 32
+-4665.600000000001
+ 13
+1040.03267507604
+ 23
+111.9896275830375
+ 33
+-4665.600000000001
+  0
+INSERT
+  5
+22D26
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Valnum
+ 10
+979.5974564229739
+ 20
+98.6266687720389
+ 30
+2284.8
+ 41
+1.199999999999999
+ 42
+1.199999999999999
+ 43
+1.199999999999999
+  0
+ATTRIB
+  5
+22D27
+330
+22D26
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1032.397456422975
+ 20
+98.6266687720389
+ 30
+2284.8
+ 40
+9.599999999999999
+  1
+CWM-CWS03:Ctrl-PLC-001:R20P
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+22D28
+330
+22D26
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1032.397456422975
+ 20
+98.6266687720389
+ 30
+2284.8
+ 40
+9.599999999999999
+  1
+0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+22D29
+330
+22D26
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1032.397456422975
+ 20
+98.6266687720389
+ 30
+2284.8
+ 40
+9.599999999999999
+  1
+15
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+22D2A
+330
+22D26
+100
+AcDbEntity
+  8
+0
+  0
+TEXT
+  5
+22D2B
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbText
+ 10
+809.6335145920161
+ 20
+17.47607748482358
+ 30
+0.0
+ 40
+10.8
+  1
+Derived:
+  7
+GRAS
+100
+AcDbText
+  0
+SOLID
+  5
+22D2C
+330
+1F
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     8
+100
+AcDbTrace
+ 10
+1040.03522995131
+ 20
+30.29988238250587
+ 30
+-4665.600000000001
+ 11
+971.6352087114696
+ 21
+30.29987691978693
+ 31
+-4665.600000000001
+ 12
+1041.235208596462
+ 22
+31.49988099427663
+ 32
+-4665.600000000001
+ 13
+970.4352087114706
+ 23
+31.49987691978675
+ 33
+-4665.600000000001
+  0
+SOLID
+  5
+22D2D
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     7
+100
+AcDbTrace
+ 10
+1041.23523031572
+ 20
+13.49987867929246
+ 30
+-7584.000000000003
+ 11
+970.435208826478
+ 21
+13.49987321657352
+ 31
+-7584.000000000003
+ 12
+1040.035228853625
+ 22
+14.69987867929228
+ 32
+-7584.000000000003
+ 13
+971.6352088264788
+ 23
+14.69987321657334
+ 33
+-7584.000000000003
+  0
+SOLID
+  5
+22D2E
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+970.435208826478
+ 20
+13.49987321657352
+ 30
+0.0
+ 11
+971.6352088264788
+ 21
+14.69987321657334
+ 31
+0.0
+ 12
+970.4352087114706
+ 22
+31.49987691978675
+ 32
+0.0
+ 13
+971.6352087114696
+ 23
+30.29987691978693
+ 33
+0.0
+  0
+SOLID
+  5
+22D2F
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     7
+100
+AcDbTrace
+ 10
+1041.235208481455
+ 20
+13.4998772910634
+ 30
+-4665.600000000001
+ 11
+1040.035208481454
+ 21
+14.69987729106367
+ 31
+-4665.600000000001
+ 12
+1041.235208596462
+ 22
+31.49988099427663
+ 32
+-4665.600000000001
+ 13
+1040.035208596462
+ 23
+30.29988099427681
+ 33
+-4665.600000000001
+  0
+SOLID
+  5
+22D30
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbTrace
+ 10
+971.6352079821978
+ 20
+14.69987324687975
+ 30
+-4665.600000000001
+ 11
+1040.035207752182
+ 21
+14.69987732137008
+ 31
+-4665.600000000001
+ 12
+971.6352078671903
+ 22
+30.29987695009334
+ 32
+-4665.600000000001
+ 13
+1040.035229222038
+ 23
+30.29988241281228
+ 33
+-4665.600000000001
+  0
+INSERT
+  5
+22D31
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Valnum
+ 10
+979.6000105689721
+ 20
+16.93692360181364
+ 30
+2284.8
+ 41
+1.199999999999999
+ 42
+1.199999999999999
+ 43
+1.199999999999999
+  0
+ATTRIB
+  5
+22D32
+330
+22D31
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1032.400010568973
+ 20
+16.93692360181364
+ 30
+2284.8
+ 40
+9.599999999999999
+  1
+CWM-CWS03:Ctrl-PLC-001:R20D
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+22D33
+330
+22D31
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1032.400010568973
+ 20
+16.93692360181364
+ 30
+2284.8
+ 40
+9.599999999999999
+  1
+0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+22D34
+330
+22D31
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1032.400010568973
+ 20
+16.93692360181364
+ 30
+2284.8
+ 40
+9.599999999999999
+  1
+15
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+22D35
+330
+22D31
+100
+AcDbEntity
+  8
+0
+  0
+TEXT
+  5
+22D36
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbText
+ 10
+809.632216134538
+ 20
+59.24515808580361
+ 30
+0.0
+ 40
+10.8
+  1
+Integral:
+  7
+GRAS
+100
+AcDbText
+  0
+SOLID
+  5
+22D37
+330
+1F
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     8
+100
+AcDbTrace
+ 10
+1040.033948175815
+ 20
+71.31815688281938
+ 30
+-4665.600000000001
+ 11
+971.633926935976
+ 21
+71.31815142010044
+ 31
+-4665.600000000001
+ 12
+1041.233926820967
+ 22
+72.51815549459013
+ 32
+-4665.600000000001
+ 13
+970.4339269359753
+ 23
+72.51815142010025
+ 33
+-4665.600000000001
+  0
+SOLID
+  5
+22D38
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     7
+100
+AcDbTrace
+ 10
+1041.233948540224
+ 20
+54.51815317960598
+ 30
+-7584.000000000003
+ 11
+970.4339270509846
+ 21
+54.51814771688702
+ 31
+-7584.000000000003
+ 12
+1040.033947078131
+ 22
+55.71815317960579
+ 32
+-7584.000000000003
+ 13
+971.6339270509834
+ 23
+55.71814771688685
+ 33
+-7584.000000000003
+  0
+SOLID
+  5
+22D39
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+970.4339270509846
+ 20
+54.51814771688702
+ 30
+0.0
+ 11
+971.6339270509834
+ 21
+55.71814771688685
+ 31
+0.0
+ 12
+970.4339269359753
+ 22
+72.51815142010025
+ 32
+0.0
+ 13
+971.633926935976
+ 23
+71.31815142010044
+ 33
+0.0
+  0
+SOLID
+  5
+22D3A
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     7
+100
+AcDbTrace
+ 10
+1041.23392670596
+ 20
+54.51815179137691
+ 30
+-4665.600000000001
+ 11
+1040.033926705959
+ 21
+55.71815179137718
+ 31
+-4665.600000000001
+ 12
+1041.233926820967
+ 22
+72.51815549459013
+ 32
+-4665.600000000001
+ 13
+1040.033926820968
+ 23
+71.31815549459031
+ 33
+-4665.600000000001
+  0
+SOLID
+  5
+22D3B
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbTrace
+ 10
+971.6339262067025
+ 20
+55.71814774719325
+ 30
+-4665.600000000001
+ 11
+1040.033925976687
+ 21
+55.71815182168359
+ 31
+-4665.600000000001
+ 12
+971.6339260916951
+ 22
+71.31815145040684
+ 32
+-4665.600000000001
+ 13
+1040.033947446543
+ 23
+71.31815691312579
+ 33
+-4665.600000000001
+  0
+INSERT
+  5
+22D3C
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Valnum
+ 10
+979.5987287934787
+ 20
+57.95519810212716
+ 30
+2284.8
+ 41
+1.199999999999999
+ 42
+1.199999999999999
+ 43
+1.199999999999999
+  0
+ATTRIB
+  5
+22D3D
+330
+22D3C
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1032.398728793478
+ 20
+57.95519810212716
+ 30
+2284.8
+ 40
+9.599999999999999
+  1
+CWM-CWS03:Ctrl-PLC-001:R20I
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+22D3E
+330
+22D3C
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1032.398728793478
+ 20
+57.95519810212716
+ 30
+2284.8
+ 40
+9.599999999999999
+  1
+0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+22D3F
+330
+22D3C
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1032.398728793478
+ 20
+57.95519810212716
+ 30
+2284.8
+ 40
+9.599999999999999
+  1
+15
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+22D40
+330
+22D3C
+100
+AcDbEntity
+  8
+0
+  0
+SOLID
+  5
+22F12
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+1601.250071765317
+ 20
+421.1251013834084
+ 30
+0.0
+ 11
+1856.857193431993
+ 21
+421.1251013834084
+ 31
+0.0
+ 12
+1593.005974087975
+ 22
+423.5251043970524
+ 32
+0.0
+ 13
+1865.102586462577
+ 23
+423.5251045173799
+ 33
+0.0
+  0
+SOLID
+  5
+22F13
+330
+1F
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+1593.004682915105
+ 20
+423.5251043970515
+ 30
+0.0
+ 11
+1865.102586462577
+ 21
+423.5251045173799
+ 31
+0.0
+ 12
+1601.250088448568
+ 22
+424.8146225152768
+ 32
+0.0
+ 13
+1856.857206259501
+ 23
+424.8146225152513
+ 33
+0.0
+  0
+SOLID
+  5
+22F14
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+1601.252642594567
+ 20
+340.0926835292835
+ 30
+0.0
+ 11
+1856.859764261243
+ 21
+340.0926835292835
+ 31
+0.0
+ 12
+1593.008544917223
+ 22
+342.492686542927
+ 32
+0.0
+ 13
+1865.105157291825
+ 23
+342.492686663255
+ 33
+0.0
+  0
+SOLID
+  5
+22F15
+330
+1F
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+1593.007253744355
+ 20
+342.4926865429266
+ 30
+0.0
+ 11
+1865.105157291825
+ 21
+342.492686663255
+ 31
+0.0
+ 12
+1601.252659277819
+ 22
+344.8926877806489
+ 32
+0.0
+ 13
+1856.859777965259
+ 23
+344.9920464097172
+ 33
+0.0
+  0
+SOLID
+  5
+22F16
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+1601.251360827176
+ 20
+380.2724538819166
+ 30
+0.0
+ 11
+1856.858482493852
+ 21
+380.2724538819166
+ 31
+0.0
+ 12
+1593.007263149833
+ 22
+382.6724568955597
+ 32
+0.0
+ 13
+1865.103875524436
+ 23
+382.6724570158877
+ 33
+0.0
+  0
+SOLID
+  5
+22F17
+330
+1F
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+1593.005971976964
+ 20
+382.6724568955592
+ 30
+0.0
+ 11
+1865.103875524436
+ 21
+382.6724570158877
+ 31
+0.0
+ 12
+1601.251377510427
+ 22
+385.0724581332816
+ 32
+0.0
+ 13
+1856.85838252891
+ 23
+385.1724568955342
+ 33
+0.0
+  0
+TEXT
+  5
+22F18
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbText
+ 10
+1617.675619001182
+ 20
+400.7911244167466
+ 30
+0.0
+ 40
+10.8
+  1
+Proportional:
+  7
+GRAS
+100
+AcDbText
+  0
+SOLID
+  5
+22F19
+330
+1F
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     8
+100
+AcDbTrace
+ 10
+1848.077367724442
+ 20
+413.5931906973678
+ 30
+-4665.600000000001
+ 11
+1779.677346484601
+ 21
+413.5931852346488
+ 31
+-4665.600000000001
+ 12
+1849.277346369594
+ 22
+414.7931893091386
+ 32
+-4665.600000000001
+ 13
+1778.477346484602
+ 23
+414.7931852346487
+ 33
+-4665.600000000001
+  0
+SOLID
+  5
+22F1A
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     7
+100
+AcDbTrace
+ 10
+1849.277368088852
+ 20
+396.7931869941545
+ 30
+-7584.000000000003
+ 11
+1778.47734659961
+ 21
+396.7931815314355
+ 31
+-7584.000000000003
+ 12
+1848.077366626757
+ 22
+397.9931869941542
+ 32
+-7584.000000000003
+ 13
+1779.67734659961
+ 23
+397.9931815314353
+ 33
+-7584.000000000003
+  0
+SOLID
+  5
+22F1B
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+1778.47734659961
+ 20
+396.7931815314355
+ 30
+0.0
+ 11
+1779.67734659961
+ 21
+397.9931815314353
+ 31
+0.0
+ 12
+1778.477346484602
+ 22
+414.7931852346487
+ 32
+0.0
+ 13
+1779.677346484601
+ 23
+413.5931852346488
+ 33
+0.0
+  0
+SOLID
+  5
+22F1C
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     7
+100
+AcDbTrace
+ 10
+1849.277346254587
+ 20
+396.7931856059254
+ 30
+-4665.600000000001
+ 11
+1848.077346254586
+ 21
+397.9931856059256
+ 31
+-4665.600000000001
+ 12
+1849.277346369594
+ 22
+414.7931893091386
+ 32
+-4665.600000000001
+ 13
+1848.077346369593
+ 23
+413.5931893091387
+ 33
+-4665.600000000001
+  0
+SOLID
+  5
+22F1D
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbTrace
+ 10
+1779.67734575533
+ 20
+397.9931815617417
+ 30
+-4665.600000000001
+ 11
+1848.077345525314
+ 21
+397.9931856362321
+ 31
+-4665.600000000001
+ 12
+1779.677345640322
+ 22
+413.5931852649552
+ 32
+-4665.600000000001
+ 13
+1848.07736699517
+ 23
+413.5931907276742
+ 33
+-4665.600000000001
+  0
+INSERT
+  5
+22F1E
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Valnum
+ 10
+1787.642148342104
+ 20
+400.2302319166756
+ 30
+2284.8
+ 41
+1.199999999999999
+ 42
+1.199999999999999
+ 43
+1.199999999999999
+  0
+ATTRIB
+  5
+22F1F
+330
+22F1E
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1840.442148342105
+ 20
+400.2302319166756
+ 30
+2284.8
+ 40
+9.599999999999999
+  1
+CWM-CWS03:Ctrl-PLC-001:R30P
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+22F20
+330
+22F1E
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1840.442148342105
+ 20
+400.2302319166756
+ 30
+2284.8
+ 40
+9.599999999999999
+  1
+0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+22F21
+330
+22F1E
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1840.442148342105
+ 20
+400.2302319166756
+ 30
+2284.8
+ 40
+9.599999999999999
+  1
+15
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+22F22
+330
+22F1E
+100
+AcDbEntity
+  8
+0
+  0
+TEXT
+  5
+22F23
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbText
+ 10
+1617.678206511146
+ 20
+319.0796406294603
+ 30
+0.0
+ 40
+10.8
+  1
+Derived:
+  7
+GRAS
+100
+AcDbText
+  0
+SOLID
+  5
+22F24
+330
+1F
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     8
+100
+AcDbTrace
+ 10
+1848.07992187044
+ 20
+331.9034455271426
+ 30
+-4665.600000000001
+ 11
+1779.679900630599
+ 21
+331.9034400644237
+ 31
+-4665.600000000001
+ 12
+1849.279900515593
+ 22
+333.1034441389133
+ 32
+-4665.600000000001
+ 13
+1778.4799006306
+ 23
+333.1034400644235
+ 33
+-4665.600000000001
+  0
+SOLID
+  5
+22F25
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     7
+100
+AcDbTrace
+ 10
+1849.27992223485
+ 20
+315.1034418239292
+ 30
+-7584.000000000003
+ 11
+1778.479900745608
+ 21
+315.1034363612102
+ 31
+-7584.000000000003
+ 12
+1848.079920772755
+ 22
+316.303441823929
+ 32
+-7584.000000000003
+ 13
+1779.679900745609
+ 23
+316.30343636121
+ 33
+-7584.000000000003
+  0
+SOLID
+  5
+22F26
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+1778.479900745608
+ 20
+315.1034363612102
+ 30
+0.0
+ 11
+1779.679900745609
+ 21
+316.30343636121
+ 31
+0.0
+ 12
+1778.4799006306
+ 22
+333.1034400644235
+ 32
+0.0
+ 13
+1779.679900630599
+ 23
+331.9034400644237
+ 33
+0.0
+  0
+SOLID
+  5
+22F27
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     7
+100
+AcDbTrace
+ 10
+1849.279900400585
+ 20
+315.1034404357001
+ 30
+-4665.600000000001
+ 11
+1848.079900400584
+ 21
+316.3034404357004
+ 31
+-4665.600000000001
+ 12
+1849.279900515593
+ 22
+333.1034441389133
+ 32
+-4665.600000000001
+ 13
+1848.079900515592
+ 23
+331.9034441389135
+ 33
+-4665.600000000001
+  0
+SOLID
+  5
+22F28
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbTrace
+ 10
+1779.679899901328
+ 20
+316.3034363915165
+ 30
+-4665.600000000001
+ 11
+1848.079899671313
+ 21
+316.3034404660068
+ 31
+-4665.600000000001
+ 12
+1779.67989978632
+ 22
+331.90344009473
+ 32
+-4665.600000000001
+ 13
+1848.079921141168
+ 23
+331.903445557449
+ 33
+-4665.600000000001
+  0
+INSERT
+  5
+22F29
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Valnum
+ 10
+1787.644702488102
+ 20
+318.5404867464504
+ 30
+2284.8
+ 41
+1.199999999999999
+ 42
+1.199999999999999
+ 43
+1.199999999999999
+  0
+ATTRIB
+  5
+22F2A
+330
+22F29
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1840.444702488103
+ 20
+318.5404867464504
+ 30
+2284.8
+ 40
+9.599999999999999
+  1
+CWM-CWS03:Ctrl-PLC-001:R30D
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+22F2B
+330
+22F29
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1840.444702488103
+ 20
+318.5404867464504
+ 30
+2284.8
+ 40
+9.599999999999999
+  1
+0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+22F2C
+330
+22F29
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1840.444702488103
+ 20
+318.5404867464504
+ 30
+2284.8
+ 40
+9.599999999999999
+  1
+15
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+22F2D
+330
+22F29
+100
+AcDbEntity
+  8
+0
+  0
+TEXT
+  5
+22F2E
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbText
+ 10
+1617.676908053668
+ 20
+360.8487212304404
+ 30
+0.0
+ 40
+10.8
+  1
+Integral:
+  7
+GRAS
+100
+AcDbText
+  0
+SOLID
+  5
+22F2F
+330
+1F
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     8
+100
+AcDbTrace
+ 10
+1848.078640094946
+ 20
+372.9217200274561
+ 30
+-4665.600000000001
+ 11
+1779.678618855106
+ 21
+372.9217145647372
+ 31
+-4665.600000000001
+ 12
+1849.278618740098
+ 22
+374.1217186392268
+ 32
+-4665.600000000001
+ 13
+1778.478618855105
+ 23
+374.121714564737
+ 33
+-4665.600000000001
+  0
+SOLID
+  5
+22F30
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     7
+100
+AcDbTrace
+ 10
+1849.278640459355
+ 20
+356.1217163242427
+ 30
+-7584.000000000003
+ 11
+1778.478618970115
+ 21
+356.1217108615238
+ 31
+-7584.000000000003
+ 12
+1848.078638997261
+ 22
+357.3217163242425
+ 32
+-7584.000000000003
+ 13
+1779.678618970114
+ 23
+357.3217108615236
+ 33
+-7584.000000000003
+  0
+SOLID
+  5
+22F31
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+1778.478618970115
+ 20
+356.1217108615238
+ 30
+0.0
+ 11
+1779.678618970114
+ 21
+357.3217108615236
+ 31
+0.0
+ 12
+1778.478618855105
+ 22
+374.121714564737
+ 32
+0.0
+ 13
+1779.678618855106
+ 23
+372.9217145647372
+ 33
+0.0
+  0
+SOLID
+  5
+22F32
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     7
+100
+AcDbTrace
+ 10
+1849.27861862509
+ 20
+356.1217149360136
+ 30
+-4665.600000000001
+ 11
+1848.078618625089
+ 21
+357.3217149360139
+ 31
+-4665.600000000001
+ 12
+1849.278618740098
+ 22
+374.1217186392268
+ 32
+-4665.600000000001
+ 13
+1848.078618740099
+ 23
+372.921718639227
+ 33
+-4665.600000000001
+  0
+SOLID
+  5
+22F33
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbTrace
+ 10
+1779.678618125833
+ 20
+357.32171089183
+ 30
+-4665.600000000001
+ 11
+1848.078617895817
+ 21
+357.3217149663203
+ 31
+-4665.600000000001
+ 12
+1779.678618010825
+ 22
+372.9217145950436
+ 32
+-4665.600000000001
+ 13
+1848.078639365673
+ 23
+372.9217200577625
+ 33
+-4665.600000000001
+  0
+INSERT
+  5
+22F34
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Valnum
+ 10
+1787.643420712609
+ 20
+359.5587612467639
+ 30
+2284.8
+ 41
+1.199999999999999
+ 42
+1.199999999999999
+ 43
+1.199999999999999
+  0
+ATTRIB
+  5
+22F35
+330
+22F34
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1840.443420712608
+ 20
+359.5587612467639
+ 30
+2284.8
+ 40
+9.599999999999999
+  1
+CWM-CWS03:Ctrl-PLC-001:R30I
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+22F36
+330
+22F34
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1840.443420712608
+ 20
+359.5587612467639
+ 30
+2284.8
+ 40
+9.599999999999999
+  1
+0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+22F37
+330
+22F34
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1840.443420712608
+ 20
+359.5587612467639
+ 30
+2284.8
+ 40
+9.599999999999999
+  1
+15
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+22F38
+330
+22F34
+100
+AcDbEntity
+  8
+0
+  0
+SOLID
+  5
+22F66
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+1601.253935723268
+ 20
+118.2292720315684
+ 30
+0.0
+ 11
+1856.861057389943
+ 21
+118.2292720315684
+ 31
+0.0
+ 12
+1593.009838045926
+ 22
+120.6292750452124
+ 32
+0.0
+ 13
+1865.106450420528
+ 23
+120.62927516554
+ 33
+0.0
+  0
+SOLID
+  5
+22F67
+330
+1F
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+1593.008546873056
+ 20
+120.6292750452115
+ 30
+0.0
+ 11
+1865.106450420528
+ 21
+120.62927516554
+ 31
+0.0
+ 12
+1601.253952406519
+ 22
+121.9187931634368
+ 32
+0.0
+ 13
+1856.861070217451
+ 23
+121.9187931634113
+ 33
+0.0
+  0
+SOLID
+  5
+22F68
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+1601.256506552517
+ 20
+37.19685417744347
+ 30
+0.0
+ 11
+1856.863628219194
+ 21
+37.19685417744347
+ 31
+0.0
+ 12
+1593.012408875174
+ 22
+39.596857191087
+ 32
+0.0
+ 13
+1865.109021249776
+ 23
+39.59685731141497
+ 33
+0.0
+  0
+SOLID
+  5
+22F69
+330
+1F
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+1593.011117702306
+ 20
+39.59685719108654
+ 30
+0.0
+ 11
+1865.109021249776
+ 21
+39.59685731141497
+ 31
+0.0
+ 12
+1601.25652323577
+ 22
+41.99685842880888
+ 32
+0.0
+ 13
+1856.863641923209
+ 23
+42.0962170578772
+ 33
+0.0
+  0
+SOLID
+  5
+22F6A
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+1601.255224785127
+ 20
+77.37662453007658
+ 30
+0.0
+ 11
+1856.862346451803
+ 21
+77.37662453007658
+ 31
+0.0
+ 12
+1593.011127107784
+ 22
+79.77662754371966
+ 32
+0.0
+ 13
+1865.107739482387
+ 23
+79.77662766404762
+ 33
+0.0
+  0
+SOLID
+  5
+22F6B
+330
+1F
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+1593.009835934914
+ 20
+79.7766275437192
+ 30
+0.0
+ 11
+1865.107739482387
+ 21
+79.77662766404762
+ 31
+0.0
+ 12
+1601.255241468378
+ 22
+82.17662878144153
+ 32
+0.0
+ 13
+1856.862246486861
+ 23
+82.27662754369418
+ 33
+0.0
+  0
+TEXT
+  5
+22F6C
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbText
+ 10
+1617.679482959132
+ 20
+97.89529506490669
+ 30
+0.0
+ 40
+10.8
+  1
+Proportional:
+  7
+GRAS
+100
+AcDbText
+  0
+SOLID
+  5
+22F6D
+330
+1F
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     8
+100
+AcDbTrace
+ 10
+1848.081231682393
+ 20
+110.6973613455278
+ 30
+-4665.600000000001
+ 11
+1779.681210442552
+ 21
+110.6973558828089
+ 31
+-4665.600000000001
+ 12
+1849.281210327545
+ 22
+111.8973599572986
+ 32
+-4665.600000000001
+ 13
+1778.481210442553
+ 23
+111.8973558828087
+ 33
+-4665.600000000001
+  0
+SOLID
+  5
+22F6E
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     7
+100
+AcDbTrace
+ 10
+1849.281232046802
+ 20
+93.89735764231444
+ 30
+-7584.000000000003
+ 11
+1778.481210557561
+ 21
+93.89735217959549
+ 31
+-7584.000000000003
+ 12
+1848.081230584708
+ 22
+95.09735764231425
+ 32
+-7584.000000000003
+ 13
+1779.681210557561
+ 23
+95.0973521795953
+ 33
+-7584.000000000003
+  0
+SOLID
+  5
+22F6F
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+1778.481210557561
+ 20
+93.89735217959549
+ 30
+0.0
+ 11
+1779.681210557561
+ 21
+95.0973521795953
+ 31
+0.0
+ 12
+1778.481210442553
+ 22
+111.8973558828087
+ 32
+0.0
+ 13
+1779.681210442552
+ 23
+110.6973558828089
+ 33
+0.0
+  0
+SOLID
+  5
+22F70
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     7
+100
+AcDbTrace
+ 10
+1849.281210212538
+ 20
+93.89735625408537
+ 30
+-4665.600000000001
+ 11
+1848.081210212537
+ 21
+95.09735625408564
+ 31
+-4665.600000000001
+ 12
+1849.281210327545
+ 22
+111.8973599572986
+ 32
+-4665.600000000001
+ 13
+1848.081210327545
+ 23
+110.6973599572987
+ 33
+-4665.600000000001
+  0
+SOLID
+  5
+22F71
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbTrace
+ 10
+1779.681209713281
+ 20
+95.09735220990171
+ 30
+-4665.600000000001
+ 11
+1848.081209483266
+ 21
+95.09735628439205
+ 31
+-4665.600000000001
+ 12
+1779.681209598273
+ 22
+110.6973559131153
+ 32
+-4665.600000000001
+ 13
+1848.081230953121
+ 23
+110.6973613758342
+ 33
+-4665.600000000001
+  0
+INSERT
+  5
+22F72
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Valnum
+ 10
+1787.646012300055
+ 20
+97.33440256483561
+ 30
+2284.8
+ 41
+1.199999999999999
+ 42
+1.199999999999999
+ 43
+1.199999999999999
+  0
+ATTRIB
+  5
+22F73
+330
+22F72
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1840.446012300056
+ 20
+97.33440256483561
+ 30
+2284.8
+ 40
+9.599999999999999
+  1
+CWM-CWS03:Ctrl-PLC-001:R40P
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+22F74
+330
+22F72
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1840.446012300056
+ 20
+97.33440256483561
+ 30
+2284.8
+ 40
+9.599999999999999
+  1
+0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+22F75
+330
+22F72
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1840.446012300056
+ 20
+97.33440256483561
+ 30
+2284.8
+ 40
+9.599999999999999
+  1
+15
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+22F76
+330
+22F72
+100
+AcDbEntity
+  8
+0
+  0
+TEXT
+  5
+22F77
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbText
+ 10
+1617.682070469097
+ 20
+16.18381127762029
+ 30
+0.0
+ 40
+10.8
+  1
+Derived:
+  7
+GRAS
+100
+AcDbText
+  0
+SOLID
+  5
+22F78
+330
+1F
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     8
+100
+AcDbTrace
+ 10
+1848.083785828391
+ 20
+29.00761617530259
+ 30
+-4665.600000000001
+ 11
+1779.683764588551
+ 21
+29.00761071258364
+ 31
+-4665.600000000001
+ 12
+1849.283764473543
+ 22
+30.20761478707334
+ 32
+-4665.600000000001
+ 13
+1778.483764588552
+ 23
+30.20761071258346
+ 33
+-4665.600000000001
+  0
+SOLID
+  5
+22F79
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     7
+100
+AcDbTrace
+ 10
+1849.283786192801
+ 20
+12.20761247208918
+ 30
+-7584.000000000003
+ 11
+1778.483764703559
+ 21
+12.20760700937023
+ 31
+-7584.000000000003
+ 12
+1848.083784730706
+ 22
+13.407612472089
+ 32
+-7584.000000000003
+ 13
+1779.68376470356
+ 23
+13.40760700937005
+ 33
+-7584.000000000003
+  0
+SOLID
+  5
+22F7A
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+1778.483764703559
+ 20
+12.20760700937023
+ 30
+0.0
+ 11
+1779.68376470356
+ 21
+13.40760700937005
+ 31
+0.0
+ 12
+1778.483764588552
+ 22
+30.20761071258346
+ 32
+0.0
+ 13
+1779.683764588551
+ 23
+29.00761071258364
+ 33
+0.0
+  0
+SOLID
+  5
+22F7B
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     7
+100
+AcDbTrace
+ 10
+1849.283764358536
+ 20
+12.20761108386011
+ 30
+-4665.600000000001
+ 11
+1848.083764358535
+ 21
+13.40761108386039
+ 31
+-4665.600000000001
+ 12
+1849.283764473543
+ 22
+30.20761478707334
+ 32
+-4665.600000000001
+ 13
+1848.083764473543
+ 23
+29.00761478707352
+ 33
+-4665.600000000001
+  0
+SOLID
+  5
+22F7C
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbTrace
+ 10
+1779.683763859279
+ 20
+13.40760703967646
+ 30
+-4665.600000000001
+ 11
+1848.083763629263
+ 21
+13.4076111141668
+ 31
+-4665.600000000001
+ 12
+1779.683763744271
+ 22
+29.00761074289005
+ 32
+-4665.600000000001
+ 13
+1848.08378509912
+ 23
+29.007616205609
+ 33
+-4665.600000000001
+  0
+INSERT
+  5
+22F7D
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Valnum
+ 10
+1787.648566446053
+ 20
+15.64465739461036
+ 30
+2284.8
+ 41
+1.199999999999999
+ 42
+1.199999999999999
+ 43
+1.199999999999999
+  0
+ATTRIB
+  5
+22F7E
+330
+22F7D
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1840.448566446054
+ 20
+15.64465739461036
+ 30
+2284.8
+ 40
+9.599999999999999
+  1
+CWM-CWS03:Ctrl-PLC-001:R40D
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+22F7F
+330
+22F7D
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1840.448566446054
+ 20
+15.64465739461036
+ 30
+2284.8
+ 40
+9.599999999999999
+  1
+0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+22F80
+330
+22F7D
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1840.448566446054
+ 20
+15.64465739461036
+ 30
+2284.8
+ 40
+9.599999999999999
+  1
+15
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+22F81
+330
+22F7D
+100
+AcDbEntity
+  8
+0
+  0
+TEXT
+  5
+22F82
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbText
+ 10
+1617.680772011619
+ 20
+57.95289187860032
+ 30
+0.0
+ 40
+10.8
+  1
+Integral:
+  7
+GRAS
+100
+AcDbText
+  0
+SOLID
+  5
+22F83
+330
+1F
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     8
+100
+AcDbTrace
+ 10
+1848.082504052897
+ 20
+70.0258906756161
+ 30
+-4665.600000000001
+ 11
+1779.682482813057
+ 21
+70.02588521289715
+ 31
+-4665.600000000001
+ 12
+1849.282482698048
+ 22
+71.22588928738685
+ 32
+-4665.600000000001
+ 13
+1778.482482813056
+ 23
+71.22588521289697
+ 33
+-4665.600000000001
+  0
+SOLID
+  5
+22F84
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     7
+100
+AcDbTrace
+ 10
+1849.282504417305
+ 20
+53.22588697240269
+ 30
+-7584.000000000003
+ 11
+1778.482482928066
+ 21
+53.22588150968375
+ 31
+-7584.000000000003
+ 12
+1848.082502955212
+ 22
+54.42588697240251
+ 32
+-7584.000000000003
+ 13
+1779.682482928065
+ 23
+54.42588150968356
+ 33
+-7584.000000000003
+  0
+SOLID
+  5
+22F85
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+1778.482482928066
+ 20
+53.22588150968375
+ 30
+0.0
+ 11
+1779.682482928065
+ 21
+54.42588150968356
+ 31
+0.0
+ 12
+1778.482482813056
+ 22
+71.22588521289697
+ 32
+0.0
+ 13
+1779.682482813057
+ 23
+70.02588521289715
+ 33
+0.0
+  0
+SOLID
+  5
+22F86
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     7
+100
+AcDbTrace
+ 10
+1849.282482583041
+ 20
+53.22588558417362
+ 30
+-4665.600000000001
+ 11
+1848.08248258304
+ 21
+54.4258855841739
+ 31
+-4665.600000000001
+ 12
+1849.282482698048
+ 22
+71.22588928738685
+ 32
+-4665.600000000001
+ 13
+1848.082482698049
+ 23
+70.02588928738703
+ 33
+-4665.600000000001
+  0
+SOLID
+  5
+22F87
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbTrace
+ 10
+1779.682482083783
+ 20
+54.42588153998997
+ 30
+-4665.600000000001
+ 11
+1848.082481853768
+ 21
+54.4258856144803
+ 31
+-4665.600000000001
+ 12
+1779.682481968776
+ 22
+70.02588524320356
+ 32
+-4665.600000000001
+ 13
+1848.082503323624
+ 23
+70.0258907059225
+ 33
+-4665.600000000001
+  0
+INSERT
+  5
+22F88
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Valnum
+ 10
+1787.64728467056
+ 20
+56.66293189492387
+ 30
+2284.8
+ 41
+1.199999999999999
+ 42
+1.199999999999999
+ 43
+1.199999999999999
+  0
+ATTRIB
+  5
+22F89
+330
+22F88
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1840.447284670559
+ 20
+56.66293189492387
+ 30
+2284.8
+ 40
+9.599999999999999
+  1
+CWM-CWS03:Ctrl-PLC-001:R40I
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+22F8A
+330
+22F88
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1840.447284670559
+ 20
+56.66293189492387
+ 30
+2284.8
+ 40
+9.599999999999999
+  1
+0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+22F8B
+330
+22F88
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1840.447284670559
+ 20
+56.66293189492387
+ 30
+2284.8
+ 40
+9.599999999999999
+  1
+15
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+22F8C
+330
+22F88
+100
+AcDbEntity
+  8
+0
+  0
+SOLID
+  5
+22FBA
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+1601.257799681219
+ 20
+-183.3040616098839
+ 30
+0.0
+ 11
+1856.864921347895
+ 21
+-183.3040616098839
+ 31
+0.0
+ 12
+1593.013702003877
+ 22
+-180.9040585962399
+ 32
+0.0
+ 13
+1865.110314378478
+ 23
+-180.9040584759124
+ 33
+0.0
+  0
+SOLID
+  5
+22FBB
+330
+1F
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+1593.012410831007
+ 20
+-180.9040585962408
+ 30
+0.0
+ 11
+1865.110314378478
+ 21
+-180.9040584759124
+ 31
+0.0
+ 12
+1601.25781636447
+ 22
+-179.6145404780155
+ 32
+0.0
+ 13
+1856.864934175402
+ 23
+-179.614540478041
+ 33
+0.0
+  0
+SOLID
+  5
+22FBC
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+1601.260370510469
+ 20
+-264.3364794640089
+ 30
+0.0
+ 11
+1856.867492177145
+ 21
+-264.3364794640089
+ 31
+0.0
+ 12
+1593.016272833125
+ 22
+-261.9364764503654
+ 32
+0.0
+ 13
+1865.112885207727
+ 23
+-261.9364763300374
+ 33
+0.0
+  0
+SOLID
+  5
+22FBD
+330
+1F
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+1593.014981660257
+ 20
+-261.9364764503658
+ 30
+0.0
+ 11
+1865.112885207727
+ 21
+-261.9364763300374
+ 31
+0.0
+ 12
+1601.260387193721
+ 22
+-259.5364752126435
+ 32
+0.0
+ 13
+1856.86750588116
+ 23
+-259.4371165835752
+ 33
+0.0
+  0
+SOLID
+  5
+22FBE
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+1601.259088743078
+ 20
+-224.1567091113758
+ 30
+0.0
+ 11
+1856.866210409753
+ 21
+-224.1567091113758
+ 31
+0.0
+ 12
+1593.014991065735
+ 22
+-221.7567060977327
+ 32
+0.0
+ 13
+1865.111603440337
+ 23
+-221.7567059774047
+ 33
+0.0
+  0
+SOLID
+  5
+22FBF
+330
+1F
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+1593.013699892865
+ 20
+-221.7567060977332
+ 30
+0.0
+ 11
+1865.111603440337
+ 21
+-221.7567059774047
+ 31
+0.0
+ 12
+1601.259105426329
+ 22
+-219.3567048600108
+ 32
+0.0
+ 13
+1856.866110444812
+ 23
+-219.2567060977582
+ 33
+0.0
+  0
+TEXT
+  5
+22FC0
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbText
+ 10
+1617.683346917084
+ 20
+-203.6380385765457
+ 30
+0.0
+ 40
+10.8
+  1
+Proportional:
+  7
+GRAS
+100
+AcDbText
+  0
+SOLID
+  5
+22FC1
+330
+1F
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     8
+100
+AcDbTrace
+ 10
+1848.085095640344
+ 20
+-190.8359722959245
+ 30
+-4665.600000000001
+ 11
+1779.685074400503
+ 21
+-190.8359777586435
+ 31
+-4665.600000000001
+ 12
+1849.285074285496
+ 22
+-189.6359736841538
+ 32
+-4665.600000000001
+ 13
+1778.485074400504
+ 23
+-189.6359777586436
+ 33
+-4665.600000000001
+  0
+SOLID
+  5
+22FC2
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     7
+100
+AcDbTrace
+ 10
+1849.285096004754
+ 20
+-207.6359759991379
+ 30
+-7584.000000000003
+ 11
+1778.485074515512
+ 21
+-207.6359814618569
+ 31
+-7584.000000000003
+ 12
+1848.085094542659
+ 22
+-206.4359759991381
+ 32
+-7584.000000000003
+ 13
+1779.685074515512
+ 23
+-206.4359814618571
+ 33
+-7584.000000000003
+  0
+SOLID
+  5
+22FC3
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+1778.485074515512
+ 20
+-207.6359814618569
+ 30
+0.0
+ 11
+1779.685074515512
+ 21
+-206.4359814618571
+ 31
+0.0
+ 12
+1778.485074400504
+ 22
+-189.6359777586436
+ 32
+0.0
+ 13
+1779.685074400503
+ 23
+-190.8359777586435
+ 33
+0.0
+  0
+SOLID
+  5
+22FC4
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     7
+100
+AcDbTrace
+ 10
+1849.285074170489
+ 20
+-207.635977387367
+ 30
+-4665.600000000001
+ 11
+1848.085074170488
+ 21
+-206.4359773873667
+ 31
+-4665.600000000001
+ 12
+1849.285074285496
+ 22
+-189.6359736841538
+ 32
+-4665.600000000001
+ 13
+1848.085074285495
+ 23
+-190.8359736841536
+ 33
+-4665.600000000001
+  0
+SOLID
+  5
+22FC5
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbTrace
+ 10
+1779.685073671232
+ 20
+-206.4359814315507
+ 30
+-4665.600000000001
+ 11
+1848.085073441216
+ 21
+-206.4359773570603
+ 31
+-4665.600000000001
+ 12
+1779.685073556224
+ 22
+-190.835977728337
+ 32
+-4665.600000000001
+ 13
+1848.085094911072
+ 23
+-190.8359722656181
+ 33
+-4665.600000000001
+  0
+INSERT
+  5
+22FC6
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Valnum
+ 10
+1787.649876258006
+ 20
+-204.1989310766167
+ 30
+2284.8
+ 41
+1.199999999999999
+ 42
+1.199999999999999
+ 43
+1.199999999999999
+  0
+ATTRIB
+  5
+22FC7
+330
+22FC6
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1840.449876258007
+ 20
+-204.1989310766167
+ 30
+2284.8
+ 40
+9.599999999999999
+  1
+CWM-CWS03:Ctrl-PLC-001:R50P
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+22FC8
+330
+22FC6
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1840.449876258007
+ 20
+-204.1989310766167
+ 30
+2284.8
+ 40
+9.599999999999999
+  1
+0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+22FC9
+330
+22FC6
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1840.449876258007
+ 20
+-204.1989310766167
+ 30
+2284.8
+ 40
+9.599999999999999
+  1
+15
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+22FCA
+330
+22FC6
+100
+AcDbEntity
+  8
+0
+  0
+TEXT
+  5
+22FCB
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbText
+ 10
+1617.685934427048
+ 20
+-285.3495223638321
+ 30
+0.0
+ 40
+10.8
+  1
+Derived:
+  7
+GRAS
+100
+AcDbText
+  0
+SOLID
+  5
+22FCC
+330
+1F
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     8
+100
+AcDbTrace
+ 10
+1848.087649786342
+ 20
+-272.5257174661498
+ 30
+-4665.600000000001
+ 11
+1779.687628546501
+ 21
+-272.5257229288687
+ 31
+-4665.600000000001
+ 12
+1849.287628431494
+ 22
+-271.325718854379
+ 32
+-4665.600000000001
+ 13
+1778.487628546502
+ 23
+-271.3257229288689
+ 33
+-4665.600000000001
+  0
+SOLID
+  5
+22FCD
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     7
+100
+AcDbTrace
+ 10
+1849.287650150752
+ 20
+-289.3257211693632
+ 30
+-7584.000000000003
+ 11
+1778.48762866151
+ 21
+-289.3257266320821
+ 31
+-7584.000000000003
+ 12
+1848.087648688657
+ 22
+-288.1257211693634
+ 32
+-7584.000000000003
+ 13
+1779.68762866151
+ 23
+-288.1257266320823
+ 33
+-7584.000000000003
+  0
+SOLID
+  5
+22FCE
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+1778.48762866151
+ 20
+-289.3257266320821
+ 30
+0.0
+ 11
+1779.68762866151
+ 21
+-288.1257266320823
+ 31
+0.0
+ 12
+1778.487628546502
+ 22
+-271.3257229288689
+ 32
+0.0
+ 13
+1779.687628546501
+ 23
+-272.5257229288687
+ 33
+0.0
+  0
+SOLID
+  5
+22FCF
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     7
+100
+AcDbTrace
+ 10
+1849.287628316487
+ 20
+-289.3257225575922
+ 30
+-4665.600000000001
+ 11
+1848.087628316486
+ 21
+-288.125722557592
+ 31
+-4665.600000000001
+ 12
+1849.287628431494
+ 22
+-271.325718854379
+ 32
+-4665.600000000001
+ 13
+1848.087628431494
+ 23
+-272.5257188543789
+ 33
+-4665.600000000001
+  0
+SOLID
+  5
+22FD0
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbTrace
+ 10
+1779.68762781723
+ 20
+-288.1257266017759
+ 30
+-4665.600000000001
+ 11
+1848.087627587215
+ 21
+-288.1257225272856
+ 31
+-4665.600000000001
+ 12
+1779.687627702222
+ 22
+-272.5257228985623
+ 32
+-4665.600000000001
+ 13
+1848.08764905707
+ 23
+-272.5257174358434
+ 33
+-4665.600000000001
+  0
+INSERT
+  5
+22FD1
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Valnum
+ 10
+1787.652430404004
+ 20
+-285.888676246842
+ 30
+2284.8
+ 41
+1.199999999999999
+ 42
+1.199999999999999
+ 43
+1.199999999999999
+  0
+ATTRIB
+  5
+22FD2
+330
+22FD1
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1840.452430404005
+ 20
+-285.888676246842
+ 30
+2284.8
+ 40
+9.599999999999999
+  1
+CWM-CWS03:Ctrl-PLC-001:R50D
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+22FD3
+330
+22FD1
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1840.452430404005
+ 20
+-285.888676246842
+ 30
+2284.8
+ 40
+9.599999999999999
+  1
+0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+22FD4
+330
+22FD1
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1840.452430404005
+ 20
+-285.888676246842
+ 30
+2284.8
+ 40
+9.599999999999999
+  1
+15
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+22FD5
+330
+22FD1
+100
+AcDbEntity
+  8
+0
+  0
+TEXT
+  5
+22FD6
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbText
+ 10
+1617.68463596957
+ 20
+-243.5804417628521
+ 30
+0.0
+ 40
+10.8
+  1
+Integral:
+  7
+GRAS
+100
+AcDbText
+  0
+SOLID
+  5
+22FD7
+330
+1F
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     8
+100
+AcDbTrace
+ 10
+1848.086368010848
+ 20
+-231.5074429658363
+ 30
+-4665.600000000001
+ 11
+1779.686346771008
+ 21
+-231.5074484285552
+ 31
+-4665.600000000001
+ 12
+1849.286346655999
+ 22
+-230.3074443540655
+ 32
+-4665.600000000001
+ 13
+1778.486346771007
+ 23
+-230.3074484285554
+ 33
+-4665.600000000001
+  0
+SOLID
+  5
+22FD8
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     7
+100
+AcDbTrace
+ 10
+1849.286368375256
+ 20
+-248.3074466690497
+ 30
+-7584.000000000003
+ 11
+1778.486346886016
+ 21
+-248.3074521317686
+ 31
+-7584.000000000003
+ 12
+1848.086366913163
+ 22
+-247.1074466690499
+ 32
+-7584.000000000003
+ 13
+1779.686346886015
+ 23
+-247.1074521317688
+ 33
+-7584.000000000003
+  0
+SOLID
+  5
+22FD9
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+1778.486346886016
+ 20
+-248.3074521317686
+ 30
+0.0
+ 11
+1779.686346886015
+ 21
+-247.1074521317688
+ 31
+0.0
+ 12
+1778.486346771007
+ 22
+-230.3074484285554
+ 32
+0.0
+ 13
+1779.686346771008
+ 23
+-231.5074484285552
+ 33
+0.0
+  0
+SOLID
+  5
+22FDA
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     7
+100
+AcDbTrace
+ 10
+1849.286346540992
+ 20
+-248.3074480572788
+ 30
+-4665.600000000001
+ 11
+1848.086346540991
+ 21
+-247.1074480572785
+ 31
+-4665.600000000001
+ 12
+1849.286346655999
+ 22
+-230.3074443540655
+ 32
+-4665.600000000001
+ 13
+1848.086346656
+ 23
+-231.5074443540654
+ 33
+-4665.600000000001
+  0
+SOLID
+  5
+22FDB
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbTrace
+ 10
+1779.686346041734
+ 20
+-247.1074521014624
+ 30
+-4665.600000000001
+ 11
+1848.086345811719
+ 21
+-247.1074480269721
+ 31
+-4665.600000000001
+ 12
+1779.686345926727
+ 22
+-231.5074483982488
+ 32
+-4665.600000000001
+ 13
+1848.086367281575
+ 23
+-231.5074429355298
+ 33
+-4665.600000000001
+  0
+INSERT
+  5
+22FDC
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Valnum
+ 10
+1787.65114862851
+ 20
+-244.8704017465285
+ 30
+2284.8
+ 41
+1.199999999999999
+ 42
+1.199999999999999
+ 43
+1.199999999999999
+  0
+ATTRIB
+  5
+22FDD
+330
+22FDC
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1840.45114862851
+ 20
+-244.8704017465285
+ 30
+2284.8
+ 40
+9.599999999999999
+  1
+CWM-CWS03:Ctrl-PLC-001:R50I
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+22FDE
+330
+22FDC
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1840.45114862851
+ 20
+-244.8704017465285
+ 30
+2284.8
+ 40
+9.599999999999999
+  1
+0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+22FDF
+330
+22FDC
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1840.45114862851
+ 20
+-244.8704017465285
+ 30
+2284.8
+ 40
+9.599999999999999
+  1
+15
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+22FE0
+330
+22FDC
+100
+AcDbEntity
+  8
+0
+  0
+SOLID
+  5
+2300E
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+793.2030759921064
+ 20
+-184.5723299219876
+ 30
+0.0
+ 11
+1048.810197658782
+ 21
+-184.5723299219876
+ 31
+0.0
+ 12
+784.9589783147641
+ 22
+-182.1723269083436
+ 32
+0.0
+ 13
+1057.055590689366
+ 23
+-182.1723267880161
+ 33
+0.0
+  0
+SOLID
+  5
+2300F
+330
+1F
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+784.9576871418942
+ 20
+-182.1723269083445
+ 30
+0.0
+ 11
+1057.055590689366
+ 21
+-182.1723267880161
+ 31
+0.0
+ 12
+793.2030926753579
+ 22
+-180.8828087901192
+ 32
+0.0
+ 13
+1048.81021048629
+ 23
+-180.8828087901447
+ 33
+0.0
+  0
+SOLID
+  5
+23010
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+793.2056468213561
+ 20
+-265.6047477761126
+ 30
+0.0
+ 11
+1048.812768488033
+ 21
+-265.6047477761126
+ 31
+0.0
+ 12
+784.9615491440129
+ 22
+-263.2047447624691
+ 32
+0.0
+ 13
+1057.058161518615
+ 23
+-263.2047446421411
+ 33
+0.0
+  0
+SOLID
+  5
+23011
+330
+1F
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+784.9602579711447
+ 20
+-263.2047447624696
+ 30
+0.0
+ 11
+1057.058161518615
+ 21
+-263.2047446421411
+ 31
+0.0
+ 12
+793.2056635046085
+ 22
+-260.8047435247472
+ 32
+0.0
+ 13
+1048.812782192048
+ 23
+-260.7053848956789
+ 33
+0.0
+  0
+SOLID
+  5
+23012
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+793.2043650539654
+ 20
+-225.4249774234795
+ 30
+0.0
+ 11
+1048.811486720641
+ 21
+-225.4249774234795
+ 31
+0.0
+ 12
+784.960267376623
+ 22
+-223.0249744098364
+ 32
+0.0
+ 13
+1057.056879751225
+ 23
+-223.0249742895085
+ 33
+0.0
+  0
+SOLID
+  5
+23013
+330
+1F
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+784.958976203753
+ 20
+-223.0249744098369
+ 30
+0.0
+ 11
+1057.056879751225
+ 21
+-223.0249742895085
+ 31
+0.0
+ 12
+793.2043817372169
+ 22
+-220.6249731721146
+ 32
+0.0
+ 13
+1048.811386755699
+ 23
+-220.5249744098619
+ 33
+0.0
+  0
+TEXT
+  5
+23014
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbText
+ 10
+809.6286232279711
+ 20
+-204.9063068886494
+ 30
+0.0
+ 40
+10.8
+  1
+Proportional:
+  7
+GRAS
+100
+AcDbText
+  0
+SOLID
+  5
+23015
+330
+1F
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     8
+100
+AcDbTrace
+ 10
+1040.030371951231
+ 20
+-192.1042406080282
+ 30
+-4665.600000000001
+ 11
+971.6303507113909
+ 21
+-192.1042460707472
+ 31
+-4665.600000000001
+ 12
+1041.230350596384
+ 22
+-190.9042419962575
+ 32
+-4665.600000000001
+ 13
+970.430350711392
+ 23
+-190.9042460707474
+ 33
+-4665.600000000001
+  0
+SOLID
+  5
+23016
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     7
+100
+AcDbTrace
+ 10
+1041.230372315641
+ 20
+-208.9042443112417
+ 30
+-7584.000000000003
+ 11
+970.4303508263995
+ 21
+-208.9042497739606
+ 31
+-7584.000000000003
+ 12
+1040.030370853547
+ 22
+-207.7042443112418
+ 32
+-7584.000000000003
+ 13
+971.6303508264003
+ 23
+-207.7042497739608
+ 33
+-7584.000000000003
+  0
+SOLID
+  5
+23017
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+970.4303508263995
+ 20
+-208.9042497739606
+ 30
+0.0
+ 11
+971.6303508264003
+ 21
+-207.7042497739608
+ 31
+0.0
+ 12
+970.430350711392
+ 22
+-190.9042460707474
+ 32
+0.0
+ 13
+971.6303507113909
+ 23
+-192.1042460707472
+ 33
+0.0
+  0
+SOLID
+  5
+23018
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     7
+100
+AcDbTrace
+ 10
+1041.230350481376
+ 20
+-208.9042456994707
+ 30
+-4665.600000000001
+ 11
+1040.030350481376
+ 21
+-207.7042456994704
+ 31
+-4665.600000000001
+ 12
+1041.230350596384
+ 22
+-190.9042419962575
+ 32
+-4665.600000000001
+ 13
+1040.030350596383
+ 23
+-192.1042419962573
+ 33
+-4665.600000000001
+  0
+SOLID
+  5
+23019
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbTrace
+ 10
+971.6303499821192
+ 20
+-207.7042497436544
+ 30
+-4665.600000000001
+ 11
+1040.030349752104
+ 21
+-207.7042456691641
+ 31
+-4665.600000000001
+ 12
+971.6303498671118
+ 22
+-192.1042460404408
+ 32
+-4665.600000000001
+ 13
+1040.03037122196
+ 23
+-192.1042405777218
+ 33
+-4665.600000000001
+  0
+INSERT
+  5
+2301A
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Valnum
+ 10
+979.5951525688936
+ 20
+-205.4671993887205
+ 30
+2284.8
+ 41
+1.199999999999999
+ 42
+1.199999999999999
+ 43
+1.199999999999999
+  0
+ATTRIB
+  5
+2301B
+330
+2301A
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1032.395152568895
+ 20
+-205.4671993887205
+ 30
+2284.8
+ 40
+9.599999999999999
+  1
+CWM-CWS03:Ctrl-PLC-001:RH20P
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+2301C
+330
+2301A
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1032.395152568895
+ 20
+-205.4671993887205
+ 30
+2284.8
+ 40
+9.599999999999999
+  1
+0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+2301D
+330
+2301A
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1032.395152568895
+ 20
+-205.4671993887205
+ 30
+2284.8
+ 40
+9.599999999999999
+  1
+15
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+2301E
+330
+2301A
+100
+AcDbEntity
+  8
+0
+  0
+TEXT
+  5
+2301F
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbText
+ 10
+809.6312107379356
+ 20
+-286.6177906759358
+ 30
+0.0
+ 40
+10.8
+  1
+Derived:
+  7
+GRAS
+100
+AcDbText
+  0
+SOLID
+  5
+23020
+330
+1F
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     8
+100
+AcDbTrace
+ 10
+1040.03292609723
+ 20
+-273.7939857782535
+ 30
+-4665.600000000001
+ 11
+971.6329048573891
+ 21
+-273.7939912409725
+ 31
+-4665.600000000001
+ 12
+1041.232904742382
+ 22
+-272.5939871664827
+ 32
+-4665.600000000001
+ 13
+970.4329048573901
+ 23
+-272.5939912409726
+ 33
+-4665.600000000001
+  0
+SOLID
+  5
+23021
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     7
+100
+AcDbTrace
+ 10
+1041.232926461639
+ 20
+-290.5939894814669
+ 30
+-7584.000000000003
+ 11
+970.4329049723977
+ 21
+-290.5939949441858
+ 31
+-7584.000000000003
+ 12
+1040.032924999545
+ 22
+-289.3939894814671
+ 32
+-7584.000000000003
+ 13
+971.6329049723983
+ 23
+-289.393994944186
+ 33
+-7584.000000000003
+  0
+SOLID
+  5
+23022
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+970.4329049723977
+ 20
+-290.5939949441858
+ 30
+0.0
+ 11
+971.6329049723983
+ 21
+-289.393994944186
+ 31
+0.0
+ 12
+970.4329048573901
+ 22
+-272.5939912409726
+ 32
+0.0
+ 13
+971.6329048573891
+ 23
+-273.7939912409725
+ 33
+0.0
+  0
+SOLID
+  5
+23023
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     7
+100
+AcDbTrace
+ 10
+1041.232904627374
+ 20
+-290.593990869696
+ 30
+-4665.600000000001
+ 11
+1040.032904627374
+ 21
+-289.3939908696957
+ 31
+-4665.600000000001
+ 12
+1041.232904742382
+ 22
+-272.5939871664827
+ 32
+-4665.600000000001
+ 13
+1040.032904742381
+ 23
+-273.7939871664825
+ 33
+-4665.600000000001
+  0
+SOLID
+  5
+23024
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbTrace
+ 10
+971.6329041281174
+ 20
+-289.3939949138797
+ 30
+-4665.600000000001
+ 11
+1040.032903898102
+ 21
+-289.3939908393893
+ 31
+-4665.600000000001
+ 12
+971.63290401311
+ 22
+-273.793991210666
+ 32
+-4665.600000000001
+ 13
+1040.032925367958
+ 23
+-273.7939857479471
+ 33
+-4665.600000000001
+  0
+INSERT
+  5
+23025
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Valnum
+ 10
+979.5977067148918
+ 20
+-287.1569445589457
+ 30
+2284.8
+ 41
+1.199999999999999
+ 42
+1.199999999999999
+ 43
+1.199999999999999
+  0
+ATTRIB
+  5
+23026
+330
+23025
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1032.397706714893
+ 20
+-287.1569445589457
+ 30
+2284.8
+ 40
+9.599999999999999
+  1
+CWM-CWS03:Ctrl-PLC-001:RH20D
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+23027
+330
+23025
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1032.397706714893
+ 20
+-287.1569445589457
+ 30
+2284.8
+ 40
+9.599999999999999
+  1
+0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+23028
+330
+23025
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1032.397706714893
+ 20
+-287.1569445589457
+ 30
+2284.8
+ 40
+9.599999999999999
+  1
+15
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+23029
+330
+23025
+100
+AcDbEntity
+  8
+0
+  0
+TEXT
+  5
+2302A
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbText
+ 10
+809.6299122804575
+ 20
+-244.8487100749558
+ 30
+0.0
+ 40
+10.8
+  1
+Integral:
+  7
+GRAS
+100
+AcDbText
+  0
+SOLID
+  5
+2302B
+330
+1F
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     8
+100
+AcDbTrace
+ 10
+1040.031644321735
+ 20
+-232.77571127794
+ 30
+-4665.600000000001
+ 11
+971.6316230818957
+ 21
+-232.7757167406589
+ 31
+-4665.600000000001
+ 12
+1041.231622966886
+ 22
+-231.5757126661692
+ 32
+-4665.600000000001
+ 13
+970.431623081895
+ 23
+-231.5757167406591
+ 33
+-4665.600000000001
+  0
+SOLID
+  5
+2302C
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     7
+100
+AcDbTrace
+ 10
+1041.231644686144
+ 20
+-249.5757149811534
+ 30
+-7584.000000000003
+ 11
+970.4316231969041
+ 21
+-249.5757204438723
+ 31
+-7584.000000000003
+ 12
+1040.03164322405
+ 22
+-248.3757149811536
+ 32
+-7584.000000000003
+ 13
+971.6316231969031
+ 23
+-248.3757204438725
+ 33
+-7584.000000000003
+  0
+SOLID
+  5
+2302D
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+970.4316231969041
+ 20
+-249.5757204438723
+ 30
+0.0
+ 11
+971.6316231969031
+ 21
+-248.3757204438725
+ 31
+0.0
+ 12
+970.431623081895
+ 22
+-231.5757167406591
+ 32
+0.0
+ 13
+971.6316230818957
+ 23
+-232.7757167406589
+ 33
+0.0
+  0
+SOLID
+  5
+2302E
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     7
+100
+AcDbTrace
+ 10
+1041.231622851879
+ 20
+-249.5757163693824
+ 30
+-4665.600000000001
+ 11
+1040.031622851878
+ 21
+-248.3757163693822
+ 31
+-4665.600000000001
+ 12
+1041.231622966886
+ 22
+-231.5757126661692
+ 32
+-4665.600000000001
+ 13
+1040.031622966888
+ 23
+-232.775712666169
+ 33
+-4665.600000000001
+  0
+SOLID
+  5
+2302F
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbTrace
+ 10
+971.631622352622
+ 20
+-248.3757204135661
+ 30
+-4665.600000000001
+ 11
+1040.031622122607
+ 21
+-248.3757163390758
+ 31
+-4665.600000000001
+ 12
+971.6316222376146
+ 22
+-232.7757167103525
+ 32
+-4665.600000000001
+ 13
+1040.031643592462
+ 23
+-232.7757112476336
+ 33
+-4665.600000000001
+  0
+INSERT
+  5
+23030
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Valnum
+ 10
+979.5964249393982
+ 20
+-246.1386700586322
+ 30
+2284.8
+ 41
+1.199999999999999
+ 42
+1.199999999999999
+ 43
+1.199999999999999
+  0
+ATTRIB
+  5
+23031
+330
+23030
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1032.396424939397
+ 20
+-246.1386700586322
+ 30
+2284.8
+ 40
+9.599999999999999
+  1
+CWM-CWS03:Ctrl-PLC-001:RH20I
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+23032
+330
+23030
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1032.396424939397
+ 20
+-246.1386700586322
+ 30
+2284.8
+ 40
+9.599999999999999
+  1
+0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+23033
+330
+23030
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+1032.396424939397
+ 20
+-246.1386700586322
+ 30
+2284.8
+ 40
+9.599999999999999
+  1
+15
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+23034
+330
+23030
+100
+AcDbEntity
+  8
+0
+  0
+INSERT
+  5
+230D9
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Tendance-3
+ 10
+257.2540116650323
+ 20
+310.591577878305
+ 30
+-4665.6
+ 41
+519.4581671640295
+ 42
+295.1908135614486
+ 43
+519.4581671640295
+  0
+ATTRIB
+  5
+230DA
+330
+230D9
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+257.2540116650323
+ 20
+310.591577878305
+ 30
+-4665.6
+ 40
+29.51908135614487
+  1
+CWM-CWS03:Ctrl-PLC-001:R10Trsh
+ 41
+1.759736899996368
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+230DC
+330
+230D9
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+257.2540116650323
+ 20
+310.591577878305
+ 30
+-4665.6
+ 40
+29.51908135614487
+  1
+5
+ 41
+1.759736899996368
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+PERIODE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+230DD
+330
+230D9
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+257.2540116650323
+ 20
+310.591577878305
+ 30
+-4665.6
+ 40
+29.51908135614487
+  1
+9
+ 41
+1.759736899996368
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+230DE
+330
+230D9
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+257.2540116650323
+ 20
+310.591577878305
+ 30
+-4665.6
+ 40
+29.51908135614487
+  1
+0
+ 41
+1.759736899996368
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MINI-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+230DF
+330
+230D9
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+257.2540116650323
+ 20
+310.591577878305
+ 30
+-4665.6
+ 40
+29.51908135614487
+  1
+50
+ 41
+1.759736899996368
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MAXI-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+230E0
+330
+230D9
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+257.2540116650323
+ 20
+310.591577878305
+ 30
+-4665.6
+ 40
+29.51908135614487
+  1
+0
+ 41
+1.759736899996368
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+LOG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+230E1
+330
+230D9
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+257.2540116650323
+ 20
+310.591577878305
+ 30
+-4665.6
+ 40
+29.51908135614487
+  1
+°C
+ 41
+1.759736899996368
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+UNITE-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+230E2
+330
+230D9
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+257.2540116650323
+ 20
+310.591577878305
+ 30
+-4665.6
+ 40
+29.51908135614487
+  1
+CWM-CWS03:WtrC-TT-010:Tmp
+ 41
+1.759736899996368
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE-2
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+230E3
+330
+230D9
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+257.2540116650323
+ 20
+310.591577878305
+ 30
+-4665.6
+ 40
+29.51908135614487
+  1
+10
+ 41
+1.759736899996368
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-2
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+230E4
+330
+230D9
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+257.2540116650323
+ 20
+310.591577878305
+ 30
+-4665.6
+ 40
+29.51908135614487
+  1
+0
+ 41
+1.759736899996368
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MINI-2
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+230E5
+330
+230D9
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+257.2540116650323
+ 20
+310.591577878305
+ 30
+-4665.6
+ 40
+29.51908135614487
+  1
+50
+ 41
+1.759736899996368
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MAXI-2
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+230E6
+330
+230D9
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+257.2540116650323
+ 20
+310.591577878305
+ 30
+-4665.6
+ 40
+29.51908135614487
+  1
+0
+ 41
+1.759736899996368
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+LOG-2
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+230E7
+330
+230D9
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+257.2540116650323
+ 20
+310.591577878305
+ 30
+-4665.6
+ 40
+29.51908135614487
+  1
+°C
+ 41
+1.759736899996368
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+UNITE-2
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+230E8
+330
+230D9
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+257.2540116650323
+ 20
+310.591577878305
+ 30
+-4665.6
+ 40
+29.51908135614487
+  1
+CWM-CWS03:WtrC-PCV-010:Cmd
+ 41
+1.759736899996368
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE-3
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+230E9
+330
+230D9
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+257.2540116650323
+ 20
+310.591577878305
+ 30
+-4665.6
+ 40
+29.51908135614487
+  1
+12
+ 41
+1.759736899996368
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-3
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+230EA
+330
+230D9
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+257.2540116650323
+ 20
+310.591577878305
+ 30
+-4665.6
+ 40
+29.51908135614487
+  1
+0
+ 41
+1.759736899996368
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MINI-3
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+230EB
+330
+230D9
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+257.2540116650323
+ 20
+310.591577878305
+ 30
+-4665.6
+ 40
+29.51908135614487
+  1
+100.0
+ 41
+1.759736899996368
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MAXI-3
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+230EC
+330
+230D9
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+257.2540116650323
+ 20
+310.591577878305
+ 30
+-4665.6
+ 40
+29.51908135614487
+  1
+0
+ 41
+1.759736899996368
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+LOG-3
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+230ED
+330
+230D9
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+257.2540116650323
+ 20
+310.591577878305
+ 30
+-4665.6
+ 40
+29.51908135614487
+  1
+%
+ 41
+1.759736899996368
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+UNITE-3
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+230EE
+330
+230D9
+100
+AcDbEntity
+  8
+0
+  0
+INSERT
+  5
+23134
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Tendance-3
+ 10
+1065.302146408452
+ 20
+310.5915768557667
+ 30
+-9331.2
+ 41
+519.4581671640295
+ 42
+295.1908135614486
+ 43
+519.4581671640295
+  0
+ATTRIB
+  5
+23135
+330
+23134
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1065.302146408452
+ 20
+310.5915768557667
+ 30
+-9331.2
+ 40
+29.51908135614487
+  1
+CWM-CWS03:Ctrl-PLC-001:R30Trsh
+ 41
+1.759736899996368
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+23136
+330
+23134
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1065.302146408452
+ 20
+310.5915768557667
+ 30
+-9331.2
+ 40
+29.51908135614487
+  1
+5
+ 41
+1.759736899996368
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+PERIODE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+23137
+330
+23134
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1065.302146408452
+ 20
+310.5915768557667
+ 30
+-9331.2
+ 40
+29.51908135614487
+  1
+9
+ 41
+1.759736899996368
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+23138
+330
+23134
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1065.302146408452
+ 20
+310.5915768557667
+ 30
+-9331.2
+ 40
+29.51908135614487
+  1
+0
+ 41
+1.759736899996368
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MINI-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+23139
+330
+23134
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1065.302146408452
+ 20
+310.5915768557667
+ 30
+-9331.2
+ 40
+29.51908135614487
+  1
+50
+ 41
+1.759736899996368
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MAXI-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+2313A
+330
+23134
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1065.302146408452
+ 20
+310.5915768557667
+ 30
+-9331.2
+ 40
+29.51908135614487
+  1
+0
+ 41
+1.759736899996368
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+LOG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+2313B
+330
+23134
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1065.302146408452
+ 20
+310.5915768557667
+ 30
+-9331.2
+ 40
+29.51908135614487
+  1
+°C
+ 41
+1.759736899996368
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+UNITE-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+2313C
+330
+23134
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1065.302146408452
+ 20
+310.5915768557667
+ 30
+-9331.2
+ 40
+29.51908135614487
+  1
+CWM-CWS03:WtrC-TT-030:Tmp
+ 41
+1.759736899996368
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE-2
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+2313D
+330
+23134
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1065.302146408452
+ 20
+310.5915768557667
+ 30
+-9331.2
+ 40
+29.51908135614487
+  1
+10
+ 41
+1.759736899996368
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-2
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+2313E
+330
+23134
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1065.302146408452
+ 20
+310.5915768557667
+ 30
+-9331.2
+ 40
+29.51908135614487
+  1
+0
+ 41
+1.759736899996368
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MINI-2
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+2313F
+330
+23134
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1065.302146408452
+ 20
+310.5915768557667
+ 30
+-9331.2
+ 40
+29.51908135614487
+  1
+50
+ 41
+1.759736899996368
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MAXI-2
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+23140
+330
+23134
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1065.302146408452
+ 20
+310.5915768557667
+ 30
+-9331.2
+ 40
+29.51908135614487
+  1
+0
+ 41
+1.759736899996368
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+LOG-2
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+23141
+330
+23134
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1065.302146408452
+ 20
+310.5915768557667
+ 30
+-9331.2
+ 40
+29.51908135614487
+  1
+°C
+ 41
+1.759736899996368
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+UNITE-2
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+23142
+330
+23134
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1065.302146408452
+ 20
+310.5915768557667
+ 30
+-9331.2
+ 40
+29.51908135614487
+  1
+CWM-CWS03:WtrC-PCV-030:Cmd
+ 41
+1.759736899996368
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE-3
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+23143
+330
+23134
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1065.302146408452
+ 20
+310.5915768557667
+ 30
+-9331.2
+ 40
+29.51908135614487
+  1
+12
+ 41
+1.759736899996368
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-3
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+23144
+330
+23134
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1065.302146408452
+ 20
+310.5915768557667
+ 30
+-9331.2
+ 40
+29.51908135614487
+  1
+0
+ 41
+1.759736899996368
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MINI-3
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+23145
+330
+23134
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1065.302146408452
+ 20
+310.5915768557667
+ 30
+-9331.2
+ 40
+29.51908135614487
+  1
+100.0
+ 41
+1.759736899996368
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MAXI-3
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+23146
+330
+23134
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1065.302146408452
+ 20
+310.5915768557667
+ 30
+-9331.2
+ 40
+29.51908135614487
+  1
+0
+ 41
+1.759736899996368
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+LOG-3
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+23147
+330
+23134
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+1065.302146408452
+ 20
+310.5915768557667
+ 30
+-9331.2
+ 40
+29.51908135614487
+  1
+%
+ 41
+1.759736899996368
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+UNITE-3
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+23148
+330
+23134
+100
+AcDbEntity
+  8
+0
+  0
+LWPOLYLINE
+  5
+23A10
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+14.00182450075671
+ 20
+613.4323296442653
+ 10
+201.0018233463256
+ 20
+613.4323296442653
+ 10
+201.0018233463257
+ 20
+-93.61242426123636
+ 10
+14.00182865111152
+ 20
+-93.61242426123636
+  0
+SOLID
+  5
+23A11
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+   250
+100
+AcDbTrace
+ 10
+15.80182363574734
+ 20
+-90.61242426123635
+ 30
+0.0
+ 11
+198.3481067245646
+ 21
+-90.61242426123635
+ 31
+0.0
+ 12
+15.80182384988144
+ 22
+611.3875769983983
+ 32
+0.0
+ 13
+199.3481077121756
+ 23
+611.3875769983983
+ 33
+0.0
+  0
+SOLID
+  5
+23A12
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+201.0018233463257
+ 20
+-93.61242426123636
+ 30
+0.0
+ 11
+198.3481067245646
+ 21
+-90.61242426123635
+ 31
+0.0
+ 12
+201.0018223549258
+ 22
+613.4323309039
+ 32
+0.0
+ 13
+199.3481067207758
+ 23
+611.387578258033
+ 33
+0.0
+  0
+SOLID
+  5
+23A13
+330
+1F
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+14.00182450075671
+ 20
+-93.61242426123636
+ 30
+0.0
+ 11
+15.80182363574734
+ 21
+-90.61242426123635
+ 31
+0.0
+ 12
+14.00182509132584
+ 22
+613.4323320867483
+ 32
+0.0
+ 13
+15.80182444045057
+ 23
+611.3875794408813
+ 33
+0.0
+  0
+SOLID
+  5
+23A14
+330
+1F
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+15.80182384988144
+ 20
+611.3875769983983
+ 30
+0.0
+ 11
+199.3481057020327
+ 21
+611.3875769983983
+ 31
+0.0
+ 12
+14.00182450075671
+ 22
+613.4323296442653
+ 32
+0.0
+ 13
+201.0018233463256
+ 23
+613.4323296442653
+ 33
+0.0
+  0
+SOLID
+  5
+23A15
+330
+1F
+100
+AcDbEntity
+  8
+INSTRUM
+100
+AcDbTrace
+ 10
+15.80182363574734
+ 20
+-90.61242426123635
+ 30
+0.0
+ 11
+198.3481067245646
+ 21
+-90.61242426123635
+ 31
+0.0
+ 12
+15.80182659057273
+ 22
+611.3875769983983
+ 32
+0.0
+ 13
+199.3481077157582
+ 23
+611.3875794882887
+ 33
+0.0
+  0
+TEXT
+  5
+23A16
+330
+1F
+100
+AcDbEntity
+  8
+INSTRUM
+ 62
+     7
+420
+ 16777215
+100
+AcDbText
+ 10
+28.2256954659223
+ 20
+585.4323282702762
+ 30
+49.20321653524187
+ 40
+15.0
+  1
+Command menu
+  7
+GRAS
+100
+AcDbText
+  0
+TEXT
+  5
+23A17
+330
+1F
+100
+AcDbEntity
+  8
+INSTRUM
+ 62
+     7
+420
+ 16777215
+100
+AcDbText
+ 10
+85.42308107227746
+ 20
+557.4323308186567
+ 30
+49.20321653524187
+ 40
+11.0
+  1
+Views
+  7
+SansSerif
+100
+AcDbText
+  0
+INSERT
+  5
+23A18
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Jbutton
+ 10
+37.42308836598444
+ 20
+519.432331397414
+ 30
+0.0
+ 41
+144.0
+ 42
+29.0
+ 43
+144.0
+  0
+ATTRIB
+  5
+23A19
+330
+23A18
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+37.42308836598444
+ 20
+519.432331397414
+ 30
+0.0
+ 40
+2.9
+  1
+EPICS-Main_view.opi
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COMMANDE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+23A1A
+330
+23A18
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+37.42308836598444
+ 20
+519.432331397414
+ 30
+0.0
+ 40
+2.9
+  1
+
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+23A1B
+330
+23A18
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+37.42308836598444
+ 20
+519.432331397414
+ 30
+0.0
+ 40
+2.9
+  1
+10
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+23A1C
+330
+23A18
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+37.42308836598444
+ 20
+519.432331397414
+ 30
+0.0
+ 40
+2.9
+  1
+7
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+23A1D
+330
+23A18
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+37.42308836598444
+ 20
+519.432331397414
+ 30
+0.0
+ 40
+2.9
+  1
+0
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CONFIRM
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+23A1E
+330
+23A18
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+37.42308836598444
+ 20
+519.432331397414
+ 30
+0.0
+ 40
+2.9
+  1
+
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+23A1F
+330
+23A18
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+37.42308836598444
+ 20
+519.432331397414
+ 30
+0.0
+ 40
+2.9
+  1
+
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+23A20
+330
+23A18
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+37.42308836598444
+ 20
+519.432331397414
+ 30
+0.0
+ 40
+2.9
+  1
+Main
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+TEXTE
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+23A21
+330
+23A18
+100
+AcDbEntity
+  8
+0
+  0
+INSERT
+  5
+23A22
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Jbutton
+ 10
+37.42308961603079
+ 20
+479.432331397414
+ 30
+0.0
+ 41
+144.0
+ 42
+29.0
+ 43
+144.0
+  0
+ATTRIB
+  5
+23A23
+330
+23A22
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+37.42308961603079
+ 20
+479.432331397414
+ 30
+0.0
+ 40
+2.9
+  1
+EPICS-Errors.opi
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COMMANDE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+23A24
+330
+23A22
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+37.42308961603079
+ 20
+479.432331397414
+ 30
+0.0
+ 40
+2.9
+  1
+CWM-CWS03:Ctrl-PLC-001:GError
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+23A25
+330
+23A22
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+37.42308961603079
+ 20
+479.432331397414
+ 30
+0.0
+ 40
+2.9
+  1
+12
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+23A26
+330
+23A22
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+37.42308961603079
+ 20
+479.432331397414
+ 30
+0.0
+ 40
+2.9
+  1
+7
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+23A27
+330
+23A22
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+37.42308961603079
+ 20
+479.432331397414
+ 30
+0.0
+ 40
+2.9
+  1
+0
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CONFIRM
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+23A28
+330
+23A22
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+37.42308961603079
+ 20
+479.432331397414
+ 30
+0.0
+ 40
+2.9
+  1
+
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+23A29
+330
+23A22
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+37.42308961603079
+ 20
+479.432331397414
+ 30
+0.0
+ 40
+2.9
+  1
+
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+23A2A
+330
+23A22
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+37.42308961603079
+ 20
+479.432331397414
+ 30
+0.0
+ 40
+2.9
+  1
+Errors
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+TEXTE
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+23A2B
+330
+23A22
+100
+AcDbEntity
+  8
+0
+  0
+SOLID
+  5
+23A2C
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+28.42309129819013
+ 20
+467.3875769439213
+ 30
+54374.4
+ 11
+189.4230890859732
+ 21
+467.3875758112784
+ 31
+54374.4
+ 12
+30.22308705949935
+ 22
+469.3875769439213
+ 32
+54374.4
+ 13
+187.4230862089707
+ 23
+469.3875769439213
+ 33
+54374.4
+  0
+SOLID
+  5
+23A2D
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+189.4230890859732
+ 20
+467.3875758112784
+ 30
+95155.20000000002
+ 11
+187.4230862089707
+ 21
+469.3875769439213
+ 31
+95155.20000000002
+ 12
+189.4230889890631
+ 22
+574.3875753300176
+ 32
+95155.20000000002
+ 13
+187.423090323999
+ 23
+572.3875753300176
+ 33
+95155.20000000002
+  0
+SOLID
+  5
+23A2E
+330
+1F
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+28.42309120128006
+ 20
+467.3875779739104
+ 30
+95155.20000000002
+ 11
+30.22308618591593
+ 21
+469.3875791065533
+ 31
+95155.20000000002
+ 12
+28.42309235621316
+ 22
+574.3875753300176
+ 32
+95155.20000000002
+ 13
+30.22308814555233
+ 23
+572.3875753300176
+ 33
+95155.20000000002
+  0
+SOLID
+  5
+23A2F
+330
+1F
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+30.22308814555233
+ 20
+572.3875753300176
+ 30
+95155.20000000002
+ 11
+187.423090323999
+ 21
+572.3875753300176
+ 31
+95155.20000000002
+ 12
+28.42309235621316
+ 22
+574.3875753300176
+ 32
+95155.20000000002
+ 13
+189.4230889890631
+ 23
+574.3875753300176
+ 33
+95155.20000000002
+  0
+INSERT
+  5
+23A30
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Jbutton
+ 10
+37.4230829638346
+ 20
+374.3875784137698
+ 30
+40780.8
+ 41
+144.0
+ 42
+29.0
+ 43
+144.0
+  0
+ATTRIB
+  5
+23A31
+330
+23A30
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+37.4230829638346
+ 20
+374.3875784137698
+ 30
+40780.8
+ 40
+2.9
+  1
+CWM-CWS03:Ctrl-PLC-001:PP10S
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COMMANDE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+23A32
+330
+23A30
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+37.4230829638346
+ 20
+374.3875784137698
+ 30
+40780.8
+ 40
+2.9
+  1
+CWM-CWS03:Ctrl-PLC-001:PP10S
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+23A33
+330
+23A30
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+37.4230829638346
+ 20
+374.3875784137698
+ 30
+40780.8
+ 40
+2.9
+  1
+10
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+23A34
+330
+23A30
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+37.4230829638346
+ 20
+374.3875784137698
+ 30
+40780.8
+ 40
+2.9
+  1
+7
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+23A35
+330
+23A30
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+37.4230829638346
+ 20
+374.3875784137698
+ 30
+40780.8
+ 40
+2.9
+  1
+0
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CONFIRM
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+23A36
+330
+23A30
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+37.4230829638346
+ 20
+374.3875784137698
+ 30
+40780.8
+ 40
+2.9
+  1
+
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+23A37
+330
+23A30
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+37.4230829638346
+ 20
+374.3875784137698
+ 30
+40780.8
+ 40
+2.9
+  1
+
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+23A38
+330
+23A30
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+37.4230829638346
+ 20
+374.3875784137698
+ 30
+40780.8
+ 40
+2.9
+  1
+Exchanger
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+TEXTE
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+23A39
+330
+23A30
+100
+AcDbEntity
+  8
+0
+  0
+INSERT
+  5
+23A3A
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Jbutton
+ 10
+37.42308459258284
+ 20
+330.3875752985736
+ 30
+40780.8
+ 41
+144.0
+ 42
+29.0
+ 43
+144.0
+  0
+ATTRIB
+  5
+23A3B
+330
+23A3A
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+37.42308459258284
+ 20
+330.3875752985736
+ 30
+40780.8
+ 40
+2.9
+  1
+CWM-CWS03:Ctrl-PLC-001:PP20S
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COMMANDE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+23A3C
+330
+23A3A
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+37.42308459258284
+ 20
+330.3875752985736
+ 30
+40780.8
+ 40
+2.9
+  1
+CWM-CWS03:Ctrl-PLC-001:PP20S
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+23A3D
+330
+23A3A
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+37.42308459258284
+ 20
+330.3875752985736
+ 30
+40780.8
+ 40
+2.9
+  1
+10
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+23A3E
+330
+23A3A
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+37.42308459258284
+ 20
+330.3875752985736
+ 30
+40780.8
+ 40
+2.9
+  1
+7
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+23A3F
+330
+23A3A
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+37.42308459258284
+ 20
+330.3875752985736
+ 30
+40780.8
+ 40
+2.9
+  1
+0
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CONFIRM
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+23A40
+330
+23A3A
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+37.42308459258284
+ 20
+330.3875752985736
+ 30
+40780.8
+ 40
+2.9
+  1
+
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+23A41
+330
+23A3A
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+37.42308459258284
+ 20
+330.3875752985736
+ 30
+40780.8
+ 40
+2.9
+  1
+
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+23A42
+330
+23A3A
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+37.42308459258284
+ 20
+330.3875752985736
+ 30
+40780.8
+ 40
+2.9
+  1
+Vane
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+TEXTE
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+23A43
+330
+23A3A
+100
+AcDbEntity
+  8
+0
+  0
+LWPOLYLINE
+  5
+23A44
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 38
+40780.8
+ 10
+37.42308677302522
+ 20
+301.3875793211481
+ 10
+109.4230816146628
+ 20
+301.3875793211481
+ 10
+109.4230816146628
+ 20
+330.3875793211481
+ 10
+37.42308677302522
+ 20
+330.3875793211481
+  0
+LWPOLYLINE
+  5
+23A45
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 38
+40780.8
+ 10
+181.4230875321085
+ 20
+330.3875752985736
+ 10
+109.4230816146628
+ 20
+330.3875752985736
+ 10
+109.4230816146628
+ 20
+301.3875793211481
+ 10
+181.4230875321085
+ 20
+301.3875793211481
+  0
+INSERT
+  5
+23A46
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Jbutton
+ 10
+37.42308677302522
+ 20
+301.3875793211481
+ 30
+40780.8
+ 41
+71.99999484163766
+ 42
+29.0
+ 43
+71.99999484163766
+  0
+ATTRIB
+  5
+23A47
+330
+23A46
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+37.42308677302522
+ 20
+301.3875793211481
+ 30
+40780.8
+ 40
+2.9
+  1
+CWM-CWS03:Ctrl-PLC-001:PP20STH=0
+ 41
+2.482758442815091
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COMMANDE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+23A48
+330
+23A46
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+37.42308677302522
+ 20
+301.3875793211481
+ 30
+40780.8
+ 40
+2.9
+  1
+CWM-CWS03:Ctrl-PLC-001:PP20STH
+ 41
+2.482758442815091
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+23A49
+330
+23A46
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+37.42308677302522
+ 20
+301.3875793211481
+ 30
+40780.8
+ 40
+2.9
+  1
+7
+ 41
+2.482758442815091
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+23A4A
+330
+23A46
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+37.42308677302522
+ 20
+301.3875793211481
+ 30
+40780.8
+ 40
+2.9
+  1
+10
+ 41
+2.482758442815091
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+23A4B
+330
+23A46
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+37.42308677302522
+ 20
+301.3875793211481
+ 30
+40780.8
+ 40
+2.9
+  1
+0
+ 41
+2.482758442815091
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CONFIRM
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+23A4C
+330
+23A46
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+37.42308677302522
+ 20
+301.3875793211481
+ 30
+40780.8
+ 40
+2.9
+  1
+
+ 41
+2.482758442815091
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+23A4D
+330
+23A46
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+37.42308677302522
+ 20
+301.3875793211481
+ 30
+40780.8
+ 40
+2.9
+  1
+
+ 41
+2.482758442815091
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+23A4E
+330
+23A46
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+37.42308677302522
+ 20
+301.3875793211481
+ 30
+40780.8
+ 40
+2.9
+  1
+°C
+ 41
+2.482758442815091
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+TEXTE
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+23A4F
+330
+23A46
+100
+AcDbEntity
+  8
+0
+  0
+INSERT
+  5
+23A50
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Jbutton
+ 10
+109.4230816146628
+ 20
+301.3875793211481
+ 30
+40780.8
+ 41
+72.00000591744561
+ 42
+28.99999597742544
+ 43
+72.00000591744561
+  0
+ATTRIB
+  5
+23A51
+330
+23A50
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+109.4230816146628
+ 20
+301.3875793211481
+ 30
+40780.8
+ 40
+2.899999597742544
+  1
+CWM-CWS03:Ctrl-PLC-001:PP20STH=1
+ 41
+2.482759169121705
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COMMANDE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+23A52
+330
+23A50
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+109.4230816146628
+ 20
+301.3875793211481
+ 30
+40780.8
+ 40
+2.899999597742544
+  1
+CWM-CWS03:Ctrl-PLC-001:PP20STH
+ 41
+2.482759169121705
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+23A53
+330
+23A50
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+109.4230816146628
+ 20
+301.3875793211481
+ 30
+40780.8
+ 40
+2.899999597742544
+  1
+10
+ 41
+2.482759169121705
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+23A54
+330
+23A50
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+109.4230816146628
+ 20
+301.3875793211481
+ 30
+40780.8
+ 40
+2.899999597742544
+  1
+7
+ 41
+2.482759169121705
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+23A55
+330
+23A50
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+109.4230816146628
+ 20
+301.3875793211481
+ 30
+40780.8
+ 40
+2.899999597742544
+  1
+0
+ 41
+2.482759169121705
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CONFIRM
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+23A56
+330
+23A50
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+109.4230816146628
+ 20
+301.3875793211481
+ 30
+40780.8
+ 40
+2.899999597742544
+  1
+
+ 41
+2.482759169121705
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+23A57
+330
+23A50
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+109.4230816146628
+ 20
+301.3875793211481
+ 30
+40780.8
+ 40
+2.899999597742544
+  1
+
+ 41
+2.482759169121705
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+23A58
+330
+23A50
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+109.4230816146628
+ 20
+301.3875793211481
+ 30
+40780.8
+ 40
+2.899999597742544
+  1
+DPhase
+ 41
+2.482759169121705
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+TEXTE
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+23A59
+330
+23A50
+100
+AcDbEntity
+  8
+0
+  0
+INSERT
+  5
+23A5A
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Jbutton
+ 10
+37.42308668086635
+ 20
+260.3875780693833
+ 30
+40780.8
+ 41
+144.0
+ 42
+29.0
+ 43
+144.0
+  0
+ATTRIB
+  5
+23A5B
+330
+23A5A
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+37.42308668086635
+ 20
+260.3875780693833
+ 30
+40780.8
+ 40
+2.9
+  1
+CWM-CWS03:Ctrl-PLC-001:PP30S
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COMMANDE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+23A5C
+330
+23A5A
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+37.42308668086635
+ 20
+260.3875780693833
+ 30
+40780.8
+ 40
+2.9
+  1
+CWM-CWS03:Ctrl-PLC-001:PP30S
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+23A5D
+330
+23A5A
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+37.42308668086635
+ 20
+260.3875780693833
+ 30
+40780.8
+ 40
+2.9
+  1
+10
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+23A5E
+330
+23A5A
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+37.42308668086635
+ 20
+260.3875780693833
+ 30
+40780.8
+ 40
+2.9
+  1
+7
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+23A5F
+330
+23A5A
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+37.42308668086635
+ 20
+260.3875780693833
+ 30
+40780.8
+ 40
+2.9
+  1
+0
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CONFIRM
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+23A60
+330
+23A5A
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+37.42308668086635
+ 20
+260.3875780693833
+ 30
+40780.8
+ 40
+2.9
+  1
+
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+23A61
+330
+23A5A
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+37.42308668086635
+ 20
+260.3875780693833
+ 30
+40780.8
+ 40
+2.9
+  1
+
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+23A62
+330
+23A5A
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+37.42308668086635
+ 20
+260.3875780693833
+ 30
+40780.8
+ 40
+2.9
+  1
+Body S1-S2
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+TEXTE
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+23A63
+330
+23A5A
+100
+AcDbEntity
+  8
+0
+  0
+INSERT
+  5
+23A64
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Jbutton
+ 10
+37.42308793091259
+ 20
+218.3875784121354
+ 30
+40780.8
+ 41
+144.0
+ 42
+29.0
+ 43
+144.0
+  0
+ATTRIB
+  5
+23A65
+330
+23A64
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+37.42308793091259
+ 20
+218.3875784121354
+ 30
+40780.8
+ 40
+2.9
+  1
+CWM-CWS03:Ctrl-PLC-001:PP40S
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COMMANDE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+23A66
+330
+23A64
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+37.42308793091259
+ 20
+218.3875784121354
+ 30
+40780.8
+ 40
+2.9
+  1
+CWM-CWS03:Ctrl-PLC-001:PP40S
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+23A67
+330
+23A64
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+37.42308793091259
+ 20
+218.3875784121354
+ 30
+40780.8
+ 40
+2.9
+  1
+10
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+23A68
+330
+23A64
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+37.42308793091259
+ 20
+218.3875784121354
+ 30
+40780.8
+ 40
+2.9
+  1
+7
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+23A69
+330
+23A64
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+37.42308793091259
+ 20
+218.3875784121354
+ 30
+40780.8
+ 40
+2.9
+  1
+0
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CONFIRM
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+23A6A
+330
+23A64
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+37.42308793091259
+ 20
+218.3875784121354
+ 30
+40780.8
+ 40
+2.9
+  1
+
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+23A6B
+330
+23A64
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+37.42308793091259
+ 20
+218.3875784121354
+ 30
+40780.8
+ 40
+2.9
+  1
+
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+23A6C
+330
+23A64
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+37.42308793091259
+ 20
+218.3875784121354
+ 30
+40780.8
+ 40
+2.9
+  1
+Body S3
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+TEXTE
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+23A6D
+330
+23A64
+100
+AcDbEntity
+  8
+0
+  0
+INSERT
+  5
+23A6E
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Jbutton
+ 10
+37.42308918095894
+ 20
+178.3875784121354
+ 30
+40780.8
+ 41
+144.0
+ 42
+29.0
+ 43
+144.0
+  0
+ATTRIB
+  5
+23A6F
+330
+23A6E
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+37.42308918095894
+ 20
+178.3875784121354
+ 30
+40780.8
+ 40
+2.9
+  1
+CWM-CWS03:Ctrl-PLC-001:PP50S
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COMMANDE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+23A70
+330
+23A6E
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+37.42308918095894
+ 20
+178.3875784121354
+ 30
+40780.8
+ 40
+2.9
+  1
+CWM-CWS03:Ctrl-PLC-001:PP50S
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+23A71
+330
+23A6E
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+37.42308918095894
+ 20
+178.3875784121354
+ 30
+40780.8
+ 40
+2.9
+  1
+10
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+23A72
+330
+23A6E
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+37.42308918095894
+ 20
+178.3875784121354
+ 30
+40780.8
+ 40
+2.9
+  1
+7
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+23A73
+330
+23A6E
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+37.42308918095894
+ 20
+178.3875784121354
+ 30
+40780.8
+ 40
+2.9
+  1
+0
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CONFIRM
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+23A74
+330
+23A6E
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+37.42308918095894
+ 20
+178.3875784121354
+ 30
+40780.8
+ 40
+2.9
+  1
+
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+23A75
+330
+23A6E
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+37.42308918095894
+ 20
+178.3875784121354
+ 30
+40780.8
+ 40
+2.9
+  1
+
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+23A76
+330
+23A6E
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+37.42308918095894
+ 20
+178.3875784121354
+ 30
+40780.8
+ 40
+2.9
+  1
+Body S4-S5
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+TEXTE
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+23A77
+330
+23A6E
+100
+AcDbEntity
+  8
+0
+  0
+TEXT
+  5
+23A78
+330
+1F
+100
+AcDbEntity
+  8
+INSTRUM
+ 62
+     7
+420
+ 16777215
+100
+AcDbText
+ 10
+61.14834524293538
+ 20
+424.7483963195866
+ 30
+40830.00321653524
+ 40
+11.0
+  1
+Regulation loop
+  7
+SansSerif
+100
+AcDbText
+  0
+TEXT
+  5
+23A79
+330
+1F
+100
+AcDbEntity
+  8
+INSTRUM
+ 62
+     7
+420
+ 16777215
+100
+AcDbText
+ 10
+82.14834524293538
+ 20
+410.4163526289989
+ 30
+40830.00321653524
+ 40
+11.0
+  1
+selection
+  7
+SansSerif
+100
+AcDbText
+  0
+SOLID
+  5
+23A7A
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+28.42309093471728
+ 20
+164.3875778624318
+ 30
+81561.60000000001
+ 11
+189.4230887225003
+ 21
+164.387576729789
+ 31
+81561.60000000001
+ 12
+30.2230866960265
+ 22
+166.3875778624318
+ 32
+81561.60000000001
+ 13
+187.4230858454978
+ 23
+166.3875778624318
+ 33
+81561.60000000001
+  0
+SOLID
+  5
+23A7B
+330
+1F
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+28.42309199274037
+ 20
+164.3875788274653
+ 30
+81561.60000000001
+ 11
+30.22308697737624
+ 21
+166.3875799601081
+ 31
+81561.60000000001
+ 12
+28.42309093471728
+ 22
+447.387576248528
+ 32
+81561.60000000001
+ 13
+30.22308778207953
+ 23
+445.387576248528
+ 33
+81561.60000000001
+  0
+SOLID
+  5
+23A7C
+330
+1F
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+30.22308778207953
+ 20
+445.387576248528
+ 30
+81561.60000000001
+ 11
+187.4230886211534
+ 21
+445.387576248528
+ 31
+81561.60000000001
+ 12
+28.42309093471728
+ 22
+447.387576248528
+ 32
+81561.60000000001
+ 13
+189.4230872862176
+ 23
+447.387576248528
+ 33
+81561.60000000001
+  0
+SOLID
+  5
+23A7D
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+189.4230887225003
+ 20
+164.387576729789
+ 30
+81561.60000000001
+ 11
+187.4230858454978
+ 21
+166.3875778624318
+ 31
+81561.60000000001
+ 12
+189.4230868647632
+ 22
+447.3875758270732
+ 32
+81561.60000000001
+ 13
+187.4230852839382
+ 23
+445.3875729113105
+ 33
+81561.60000000001
+  0
+LWPOLYLINE
+  5
+23A7E
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+14.00182450075671
+ 20
+-93.61242426123636
+ 10
+201.0018233463256
+ 20
+-93.61242426123636
+ 10
+201.0018233463256
+ 20
+613.4323296442653
+ 10
+14.00182450075671
+ 20
+613.4323296442653
+  0
+SOLID
+  5
+23A7F
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+189.4230892072611
+ 20
+68.38757573876353
+ 30
+489369.6
+ 11
+187.4230863302585
+ 21
+70.38757573876376
+ 31
+489369.6
+ 12
+189.4230926379703
+ 22
+141.8089086424273
+ 32
+489369.6
+ 13
+187.4230939729063
+ 23
+139.8089086424273
+ 33
+489369.6
+  0
+SOLID
+  5
+23A80
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+28.42309432613708
+ 20
+68.38757573876353
+ 30
+489369.6
+ 11
+189.4230892072611
+ 21
+68.38757573876353
+ 31
+489369.6
+ 12
+30.22308931077295
+ 22
+70.38757573876353
+ 32
+489369.6
+ 13
+187.4230863302585
+ 23
+70.38757573876376
+ 33
+489369.6
+  0
+SOLID
+  5
+23A81
+330
+1F
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+28.42309432613708
+ 20
+68.38757573876353
+ 30
+489369.6
+ 11
+30.22308931077295
+ 21
+70.38757573876353
+ 31
+489369.6
+ 12
+28.42309734449312
+ 22
+141.8089086424273
+ 32
+489369.6
+ 13
+30.22309313383228
+ 23
+139.8089086424273
+ 33
+489369.6
+  0
+SOLID
+  5
+23A82
+330
+1F
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+30.22309313383228
+ 20
+139.8089086424273
+ 30
+584524.7999999999
+ 11
+187.4230939729063
+ 21
+139.8089086424273
+ 31
+584524.7999999999
+ 12
+28.42309734449312
+ 22
+141.8089086424273
+ 32
+584524.7999999999
+ 13
+189.4230926379703
+ 23
+141.8089086424273
+ 33
+584524.7999999999
+  0
+TEXT
+  5
+23A84
+330
+1F
+100
+AcDbEntity
+  8
+INSTRUM
+ 62
+     7
+420
+ 16777215
+100
+AcDbText
+ 10
+90.00182442642211
+ 20
+121.8087787634694
+ 30
+40830.00321653524
+ 40
+11.0
+  1
+Other
+  7
+SansSerif
+100
+AcDbText
+  0
+INSERT
+  5
+23A85
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Jbutton
+ 10
+37.42308769384035
+ 20
+80.38757573876353
+ 30
+81561.60000000001
+ 41
+144.0
+ 42
+29.0
+ 43
+144.0
+  0
+ATTRIB
+  5
+23A86
+330
+23A85
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+37.42308769384035
+ 20
+80.38757573876353
+ 30
+81561.60000000001
+ 40
+2.9
+  1
+CWM-CWS03:WtrC-EC-010:Sel
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COMMANDE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+23A87
+330
+23A85
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+37.42308769384035
+ 20
+80.38757573876353
+ 30
+81561.60000000001
+ 40
+2.9
+  1
+CWM-CWS03:WtrC-EC-010:Anim
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+23A88
+330
+23A85
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+37.42308769384035
+ 20
+80.38757573876353
+ 30
+81561.60000000001
+ 40
+2.9
+  1
+10
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+23A89
+330
+23A85
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+37.42308769384035
+ 20
+80.38757573876353
+ 30
+81561.60000000001
+ 40
+2.9
+  1
+7
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+23A8A
+330
+23A85
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+37.42308769384035
+ 20
+80.38757573876353
+ 30
+81561.60000000001
+ 40
+2.9
+  1
+0
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CONFIRM
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+23A8B
+330
+23A85
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+37.42308769384035
+ 20
+80.38757573876353
+ 30
+81561.60000000001
+ 40
+2.9
+  1
+
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+23A8C
+330
+23A85
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+37.42308769384035
+ 20
+80.38757573876353
+ 30
+81561.60000000001
+ 40
+2.9
+  1
+
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+MSG-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+23A8D
+330
+23A85
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+37.42308769384035
+ 20
+80.38757573876353
+ 30
+81561.60000000001
+ 40
+2.9
+  1
+Heater
+ 41
+4.965517241379309
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+TEXTE
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+23A8E
+330
+23A85
+100
+AcDbEntity
+  8
+0
+  0
+SOLID
+  5
+23A8F
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+189.4230853741475
+ 20
+-81.61242340208525
+ 30
+992332.7999999999
+ 11
+187.423082497145
+ 21
+-79.61242226944239
+ 31
+992332.7999999999
+ 12
+189.4230888048568
+ 22
+48.80890858399891
+ 32
+992332.7999999999
+ 13
+187.4230901397927
+ 23
+46.80890858399891
+ 33
+992332.7999999999
+  0
+SOLID
+  5
+23A90
+330
+1F
+100
+AcDbEntity
+  8
+IMG008
+ 62
+     8
+100
+AcDbTrace
+ 10
+28.42309147801355
+ 20
+-81.61242323735747
+ 30
+897177.6
+ 11
+189.4230853741475
+ 21
+-81.61242340208525
+ 31
+897177.6
+ 12
+30.22308547765938
+ 22
+-79.61242433179393
+ 32
+897177.6
+ 13
+187.423082497145
+ 23
+-79.61242226944239
+ 33
+897177.6
+  0
+SOLID
+  5
+23A91
+330
+1F
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+28.42309049302351
+ 20
+-81.61242433179394
+ 30
+992332.7999999999
+ 11
+30.22308547765938
+ 21
+-79.61242433179393
+ 31
+992332.7999999999
+ 12
+28.42309351137955
+ 22
+48.80890858399891
+ 32
+992332.7999999999
+ 13
+30.22308930071871
+ 23
+46.80890858399891
+ 33
+992332.7999999999
+  0
+SOLID
+  5
+23A92
+330
+1F
+100
+AcDbEntity
+  8
+IMG007
+ 62
+     7
+100
+AcDbTrace
+ 10
+30.22308930071871
+ 20
+46.80890858399891
+ 30
+992332.7999999999
+ 11
+187.4230901397927
+ 21
+46.80890858399891
+ 31
+992332.7999999999
+ 12
+28.42309351137955
+ 22
+48.80890858399891
+ 32
+992332.7999999999
+ 13
+189.4230888048568
+ 23
+48.80890858399891
+ 33
+992332.7999999999
+  0
+SOLID
+  5
+23A93
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     7
+100
+AcDbTrace
+ 10
+30.22308547765938
+ 20
+-79.61242433179393
+ 30
+897177.6
+ 11
+187.423082497145
+ 21
+-79.61242226944239
+ 31
+897177.6
+ 12
+30.22308930071871
+ 22
+46.80890858399891
+ 32
+897177.6
+ 13
+187.4230901397927
+ 23
+46.80890858399891
+ 33
+897177.6
+  0
+TEXT
+  5
+23A94
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+   250
+100
+AcDbText
+ 10
+34.36863541717743
+ 20
+-69.92417233758295
+ 30
+820281.6
+ 40
+10.8
+  1
+FT10 max
+  7
+GRAS
+100
+AcDbText
+  0
+INSERT
+  5
+23A95
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Valnum
+ 10
+105.4967873304388
+ 20
+-70.89207373809779
+ 30
+813235.2
+ 41
+1.199999999999999
+ 42
+1.199999999999999
+ 43
+1.199999999999999
+  0
+ATTRIB
+  5
+23A96
+330
+23A95
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+158.2967873304399
+ 20
+-70.89207373809779
+ 30
+813235.2
+ 40
+9.599999999999999
+  1
+CWM-CWS03:Ctrl-PLC-001:FT10Max
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+23A97
+330
+23A95
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+158.2967873304399
+ 20
+-70.89207373809779
+ 30
+813235.2
+ 40
+9.599999999999999
+  1
+0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+23A98
+330
+23A95
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+158.2967873304399
+ 20
+-70.89207373809779
+ 30
+813235.2
+ 40
+9.599999999999999
+  1
+15
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+23A99
+330
+23A95
+100
+AcDbEntity
+  8
+0
+  0
+TEXT
+  5
+23A9A
+330
+1F
+100
+AcDbEntity
+  8
+TEXTE
+ 62
+   250
+100
+AcDbText
+ 10
+148.5126200449533
+ 20
+-69.9803933011716
+ 30
+816307.1999999999
+ 40
+8.0
+  1
+m3/h
+100
+AcDbText
+  0
+TEXT
+  5
+23A9B
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+   250
+100
+AcDbText
+ 10
+34.30256022372238
+ 20
+-43.92417203189814
+ 30
+820281.6
+ 40
+10.8
+  1
+FT10 min
+  7
+GRAS
+100
+AcDbText
+  0
+INSERT
+  5
+23A9C
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Valnum
+ 10
+105.4307121369837
+ 20
+-44.89207343241298
+ 30
+813235.2
+ 41
+1.199999999999999
+ 42
+1.199999999999999
+ 43
+1.199999999999999
+  0
+ATTRIB
+  5
+23A9D
+330
+23A9C
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+158.2307121369848
+ 20
+-44.89207343241298
+ 30
+813235.2
+ 40
+9.599999999999999
+  1
+CWM-CWS03:Ctrl-PLC-001:FT10Min
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+23A9E
+330
+23A9C
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+158.2307121369848
+ 20
+-44.89207343241298
+ 30
+813235.2
+ 40
+9.599999999999999
+  1
+0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+23A9F
+330
+23A9C
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+158.2307121369848
+ 20
+-44.89207343241298
+ 30
+813235.2
+ 40
+9.599999999999999
+  1
+15
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+23AA0
+330
+23A9C
+100
+AcDbEntity
+  8
+0
+  0
+TEXT
+  5
+23AA1
+330
+1F
+100
+AcDbEntity
+  8
+TEXTE
+ 62
+   250
+100
+AcDbText
+ 10
+148.4465448514983
+ 20
+-43.98039299548679
+ 30
+816307.1999999999
+ 40
+8.0
+  1
+m3/h
+100
+AcDbText
+  0
+TEXT
+  5
+23AA2
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+   250
+100
+AcDbText
+ 10
+34.6933760842028
+ 20
+-17.92417115357864
+ 30
+820281.6
+ 40
+10.8
+  1
+FT11
+  7
+GRAS
+100
+AcDbText
+  0
+INSERT
+  5
+23AA3
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Valnum
+ 10
+79.804937203985
+ 20
+-18.89207167577399
+ 30
+813235.2
+ 41
+1.199999999999999
+ 42
+1.199999999999999
+ 43
+1.199999999999999
+  0
+ATTRIB
+  5
+23AA4
+330
+23AA3
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+132.6049372039861
+ 20
+-18.89207167577399
+ 30
+813235.2
+ 40
+9.599999999999999
+  1
+CWM-CWS03:Ctrl-PLC-001:FT11Trsh
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+23AA5
+330
+23AA3
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+132.6049372039861
+ 20
+-18.89207167577399
+ 30
+813235.2
+ 40
+9.599999999999999
+  1
+0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+23AA6
+330
+23AA3
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+132.6049372039861
+ 20
+-18.89207167577399
+ 30
+813235.2
+ 40
+9.599999999999999
+  1
+15
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+23AA7
+330
+23AA3
+100
+AcDbEntity
+  8
+0
+  0
+TEXT
+  5
+23AA8
+330
+1F
+100
+AcDbEntity
+  8
+TEXTE
+ 62
+   250
+100
+AcDbText
+ 10
+122.8207699184996
+ 20
+-17.9803912388478
+ 30
+816307.1999999999
+ 40
+8.0
+  1
+m3/h
+100
+AcDbText
+  0
+TEXT
+  5
+23AA9
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+   250
+100
+AcDbText
+ 10
+34.70996630987112
+ 20
+6.075828494901656
+ 30
+810950.4000000001
+ 40
+10.8
+  1
+PT17
+  7
+GRAS
+100
+AcDbText
+  0
+INSERT
+  5
+23AAA
+330
+1F
+100
+AcDbEntity
+  8
+0
+ 62
+     0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Valnum
+ 10
+79.82152742965332
+ 20
+5.107927972706306
+ 30
+803904.0
+ 41
+1.199999999999999
+ 42
+1.199999999999999
+ 43
+1.199999999999999
+  0
+ATTRIB
+  5
+23AAB
+330
+23AAA
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+132.6215274296544
+ 20
+5.107927972706306
+ 30
+803904.0
+ 40
+9.599999999999999
+  1
+CWM-CWS03:Ctrl-PLC-001:PT17Trsh
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+23AAC
+330
+23AAA
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+132.6215274296544
+ 20
+5.107927972706306
+ 30
+803904.0
+ 40
+9.599999999999999
+  1
+0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COULEUR
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+23AAD
+330
+23AAA
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+370
+     0
+100
+AcDbText
+ 10
+132.6215274296544
+ 20
+5.107927972706306
+ 30
+803904.0
+ 40
+9.599999999999999
+  1
+15
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+23AAE
+330
+23AAA
+100
+AcDbEntity
+  8
+0
+  0
+TEXT
+  5
+23AAF
+330
+1F
+100
+AcDbEntity
+  8
+TEXTE
+ 62
+   250
+100
+AcDbText
+ 10
+122.8373601305354
+ 20
+5.460016281781577
+ 30
+816307.1999999999
+ 40
+8.0
+  1
+Bar
+100
+AcDbText
+  0
+TEXT
+  5
+23AB0
+330
+1F
+100
+AcDbEntity
+  8
+INSTRUM
+ 62
+   250
+100
+AcDbText
+ 10
+80.55855090422928
+ 20
+28.0054089057345
+ 30
+815665.2032165352
+ 40
+11.0
+  1
+Threshold
+  7
+SansSerif
+100
+AcDbText
+  0
+INSERT
+  5
+23D29
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Disque
+ 10
+166.5578704491367
+ 20
+388.8783980108025
+ 30
+0.0
+ 41
+16.0
+ 42
+-16.0
+ 43
+16.0
+ 50
+270.0
+  0
+ATTRIB
+  5
+23D2A
+330
+23D29
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+166.5578704491367
+ 20
+388.8783980108025
+ 30
+0.0
+ 40
+1.6
+  1
+CWM-CWS03:WtrC-P-10:CmdD
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+23D2B
+330
+23D29
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+166.5578704491367
+ 20
+388.8783980108025
+ 30
+0.0
+ 40
+1.6
+  1
+10
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+23D2C
+330
+23D29
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+166.5578704491367
+ 20
+388.8783980108025
+ 30
+0.0
+ 40
+1.6
+  1
+12
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+23D2D
+330
+23D29
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+166.5578704491367
+ 20
+388.8783980108025
+ 30
+0.0
+ 40
+1.6
+  1
+0
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+23D2E
+330
+23D29
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+166.5578704491367
+ 20
+388.8783980108025
+ 30
+0.0
+ 40
+1.6
+  1
+1
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+23D2F
+330
+23D29
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+166.5578704491367
+ 20
+388.8783980108025
+ 30
+0.0
+ 40
+1.6
+  1
+0
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+23D30
+330
+23D29
+100
+AcDbEntity
+  8
+0
+  0
+INSERT
+  5
+23D31
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Disque
+ 10
+166.5578704491367
+ 20
+345.8783973666679
+ 30
+0.0
+ 41
+16.0
+ 42
+-16.0
+ 43
+16.0
+ 50
+270.0
+  0
+ATTRIB
+  5
+23D32
+330
+23D31
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+166.5578704491367
+ 20
+345.8783973666679
+ 30
+0.0
+ 40
+1.6
+  1
+CWM-CWS03:WtrC-P-20:Cmd
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+23D33
+330
+23D31
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+166.5578704491367
+ 20
+345.8783973666679
+ 30
+0.0
+ 40
+1.6
+  1
+10
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+23D34
+330
+23D31
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+166.5578704491367
+ 20
+345.8783973666679
+ 30
+0.0
+ 40
+1.6
+  1
+12
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+23D35
+330
+23D31
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+166.5578704491367
+ 20
+345.8783973666679
+ 30
+0.0
+ 40
+1.6
+  1
+0
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+23D36
+330
+23D31
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+166.5578704491367
+ 20
+345.8783973666679
+ 30
+0.0
+ 40
+1.6
+  1
+1
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+23D37
+330
+23D31
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+166.5578704491367
+ 20
+345.8783973666679
+ 30
+0.0
+ 40
+1.6
+  1
+0
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+23D38
+330
+23D31
+100
+AcDbEntity
+  8
+0
+  0
+INSERT
+  5
+23D39
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Disque
+ 10
+166.5578720789689
+ 20
+275.8783983748559
+ 30
+0.0
+ 41
+16.0
+ 42
+-16.0
+ 43
+16.0
+ 50
+270.0
+  0
+ATTRIB
+  5
+23D3A
+330
+23D39
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+166.5578720789689
+ 20
+275.8783983748559
+ 30
+0.0
+ 40
+1.6
+  1
+CWM-CWS03:WtrC-P-30:Cmd
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+23D3B
+330
+23D39
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+166.5578720789689
+ 20
+275.8783983748559
+ 30
+0.0
+ 40
+1.6
+  1
+10
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+23D3C
+330
+23D39
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+166.5578720789689
+ 20
+275.8783983748559
+ 30
+0.0
+ 40
+1.6
+  1
+12
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+23D3D
+330
+23D39
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+166.5578720789689
+ 20
+275.8783983748559
+ 30
+0.0
+ 40
+1.6
+  1
+0
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+23D3E
+330
+23D39
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+166.5578720789689
+ 20
+275.8783983748559
+ 30
+0.0
+ 40
+1.6
+  1
+1
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+23D3F
+330
+23D39
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+166.5578720789689
+ 20
+275.8783983748559
+ 30
+0.0
+ 40
+1.6
+  1
+0
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+23D40
+330
+23D39
+100
+AcDbEntity
+  8
+0
+  0
+INSERT
+  5
+23D41
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Disque
+ 10
+166.5578720789689
+ 20
+232.8783983748559
+ 30
+0.0
+ 41
+16.0
+ 42
+-16.0
+ 43
+16.0
+ 50
+270.0
+  0
+ATTRIB
+  5
+23D42
+330
+23D41
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+166.5578720789689
+ 20
+232.8783983748559
+ 30
+0.0
+ 40
+1.6
+  1
+CWM-CWS03:WtrC-P-40:Cmd
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+23D43
+330
+23D41
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+166.5578720789689
+ 20
+232.8783983748559
+ 30
+0.0
+ 40
+1.6
+  1
+10
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+23D44
+330
+23D41
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+166.5578720789689
+ 20
+232.8783983748559
+ 30
+0.0
+ 40
+1.6
+  1
+12
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+23D45
+330
+23D41
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+166.5578720789689
+ 20
+232.8783983748559
+ 30
+0.0
+ 40
+1.6
+  1
+0
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+23D46
+330
+23D41
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+166.5578720789689
+ 20
+232.8783983748559
+ 30
+0.0
+ 40
+1.6
+  1
+1
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+23D47
+330
+23D41
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+166.5578720789689
+ 20
+232.8783983748559
+ 30
+0.0
+ 40
+1.6
+  1
+0
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+23D48
+330
+23D41
+100
+AcDbEntity
+  8
+0
+  0
+INSERT
+  5
+23D49
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Disque
+ 10
+166.5578720789689
+ 20
+193.8783983748559
+ 30
+0.0
+ 41
+16.0
+ 42
+-16.0
+ 43
+16.0
+ 50
+270.0
+  0
+ATTRIB
+  5
+23D4A
+330
+23D49
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+166.5578720789689
+ 20
+193.8783983748559
+ 30
+0.0
+ 40
+1.6
+  1
+CWM-CWS03:WtrC-P-50:Cmd
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+23D4B
+330
+23D49
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+166.5578720789689
+ 20
+193.8783983748559
+ 30
+0.0
+ 40
+1.6
+  1
+10
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+23D4C
+330
+23D49
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+166.5578720789689
+ 20
+193.8783983748559
+ 30
+0.0
+ 40
+1.6
+  1
+12
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+23D4D
+330
+23D49
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+166.5578720789689
+ 20
+193.8783983748559
+ 30
+0.0
+ 40
+1.6
+  1
+0
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+23D4E
+330
+23D49
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+166.5578720789689
+ 20
+193.8783983748559
+ 30
+0.0
+ 40
+1.6
+  1
+1
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+23D4F
+330
+23D49
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+166.5578720789689
+ 20
+193.8783983748559
+ 30
+0.0
+ 40
+1.6
+  1
+0
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+23D50
+330
+23D49
+100
+AcDbEntity
+  8
+0
+  0
+INSERT
+  5
+23D51
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbBlockReference
+ 66
+     1
+  2
+Disque
+ 10
+165.5578720789689
+ 20
+94.45093230009854
+ 30
+0.0
+ 41
+16.0
+ 42
+-16.0
+ 43
+16.0
+ 50
+270.0
+  0
+ATTRIB
+  5
+23D52
+330
+23D51
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+165.5578720789689
+ 20
+94.45093230009854
+ 30
+0.0
+ 40
+1.6
+  1
+CWM-CWS03:WtrC-EC-010:Cmd
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+SYMBOLE
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+23D53
+330
+23D51
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+165.5578720789689
+ 20
+94.45093230009854
+ 30
+0.0
+ 40
+1.6
+  1
+10
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+23D54
+330
+23D51
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+165.5578720789689
+ 20
+94.45093230009854
+ 30
+0.0
+ 40
+1.6
+  1
+12
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-0
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+23D55
+330
+23D51
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+165.5578720789689
+ 20
+94.45093230009854
+ 30
+0.0
+ 40
+1.6
+  1
+0
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+COUL-FOND
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+23D56
+330
+23D51
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+165.5578720789689
+ 20
+94.45093230009854
+ 30
+0.0
+ 40
+1.6
+  1
+1
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-1
+ 70
+     1
+280
+     0
+  0
+ATTRIB
+  5
+23D57
+330
+23D51
+100
+AcDbEntity
+  8
+IMG134
+ 62
+     9
+100
+AcDbText
+ 10
+165.5578720789689
+ 20
+94.45093230009854
+ 30
+0.0
+ 40
+1.6
+  1
+0
+ 50
+270.0
+  7
+DOM1
+100
+AcDbAttribute
+280
+     0
+  2
+CLIG-0
+ 70
+     1
+280
+     0
+  0
+SEQEND
+  5
+23D58
+330
+23D51
+100
+AcDbEntity
+  8
+0
+  0
+LWPOLYLINE
+  5
+23EDF
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+14.00183249868395
+ 20
+-103.2667905491438
+ 10
+201.0018271402842
+ 20
+-103.2667905491438
+ 10
+201.0018271402842
+ 20
+-170.2667908744956
+ 10
+14.00183249868395
+ 20
+-170.2667908744956
+  0
+TEXT
+  5
+23EE0
+330
+1F
+100
+AcDbEntity
+  8
+INSTRUM
+100
+AcDbText
+ 10
+56.00182820355455
+ 20
+-118.4231804437784
+ 30
+815665.2032165352
+ 40
+11.0
+  1
+Nominal values
+  7
+SansSerif
+100
+AcDbText
+  0
+LWPOLYLINE
+  5
+23EE1
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbPolyline
+ 90
+        4
+ 70
+     1
+ 43
+0.0
+ 10
+14.00183084469846
+ 20
+-182.2667905249062
+ 10
+201.0018308446985
+ 20
+-182.2667905249062
+ 10
+201.0018308446985
+ 20
+-320.2667905131662
+ 10
+14.00183084469846
+ 20
+-320.2667905131662
+  0
+TEXT
+  5
+23EE2
+330
+1F
+100
+AcDbEntity
+  8
+INSTRUM
+100
+AcDbText
+ 10
+84.00183029133417
+ 20
+-201.2538492697936
+ 30
+815665.2032165352
+ 40
+11.0
+  1
+Legend
+  7
+SansSerif
+100
+AcDbText
+  0
+TEXT
+  5
+23EE3
+330
+1F
+100
+AcDbEntity
+  8
+INSTRUM
+100
+AcDbText
+ 10
+18.00183084469846
+ 20
+-223.4782785324087
+ 30
+815665.2032165352
+ 40
+9.0
+  1
+CT : Conductivity Transmitter
+  7
+SansSerif
+100
+AcDbText
+  0
+TEXT
+  5
+23EE4
+330
+1F
+100
+AcDbEntity
+  8
+INSTRUM
+100
+AcDbText
+ 10
+18.00183084469846
+ 20
+-239.9561769548336
+ 30
+815665.2032165352
+ 40
+9.0
+  1
+FT : Flow Transmitter
+  7
+SansSerif
+100
+AcDbText
+  0
+TEXT
+  5
+23EE5
+330
+1F
+100
+AcDbEntity
+  8
+INSTRUM
+100
+AcDbText
+ 10
+18.00183084469846
+ 20
+-254.9251105089643
+ 30
+815665.2032165352
+ 40
+9.0
+  1
+LT : Level Transmitter
+  7
+SansSerif
+100
+AcDbText
+  0
+TEXT
+  5
+23EE6
+330
+1F
+100
+AcDbEntity
+  8
+INSTRUM
+100
+AcDbText
+ 10
+18.00183084469846
+ 20
+-268.6863008083906
+ 30
+815665.2032165352
+ 40
+9.0
+  1
+PT : Pressure Transmitter
+  7
+SansSerif
+100
+AcDbText
+  0
+TEXT
+  5
+23EE7
+330
+1F
+100
+AcDbEntity
+  8
+INSTRUM
+100
+AcDbText
+ 10
+18.00183084469846
+ 20
+-283.4551201824556
+ 30
+815665.2032165352
+ 40
+9.0
+  1
+TT : Temperature Transmitter
+  7
+SansSerif
+100
+AcDbText
+  0
+TEXT
+  5
+23EE8
+330
+1F
+100
+AcDbEntity
+  8
+INSTRUM
+100
+AcDbText
+ 10
+18.00183084469846
+ 20
+-298.6552399528359
+ 30
+815665.2032165352
+ 40
+9.0
+  1
+FCV : Flow Control Valve
+  7
+SansSerif
+100
+AcDbText
+  0
+TEXT
+  5
+23EE9
+330
+1F
+100
+AcDbEntity
+  8
+INSTRUM
+100
+AcDbText
+ 10
+18.00183084469846
+ 20
+-312.408663789221
+ 30
+815665.2032165352
+ 40
+9.0
+  1
+PCV : Pressure Control Valve
+  7
+SansSerif
+100
+AcDbText
+  0
+TEXT
+  5
+23F3F
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbText
+ 10
+18.90358668531336
+ 20
+-163.2334098607455
+ 30
+820281.6
+ 40
+9.0
+  1
+FT11 : 50m3/h
+  7
+GRAS
+100
+AcDbText
+  0
+TEXT
+  5
+23F40
+330
+1F
+100
+AcDbEntity
+  8
+0
+100
+AcDbText
+ 10
+18.90358668531336
+ 20
+-139.2334102122652
+ 30
+810950.4000000001
+ 40
+9.0
+  1
+PT17 : > 0, around 2.5 Bar
+  7
+GRAS
+100
+AcDbText
+  0
+VIEWPORT
+  5
+9C12
+330
+5D
+100
+AcDbEntity
+ 67
+     1
+  8
+0
+100
+AcDbViewport
+ 10
+6.022320740169622
+ 20
+3.5
+ 30
+0.0
+ 40
+14.14464148033924
+ 41
+8.4
+ 68
+     1
+ 69
+     1
+ 12
+6.022320740169622
+ 22
+3.5
+ 13
+0.0
+ 23
+0.0
+ 14
+0.5
+ 24
+0.5
+ 15
+0.0
+ 25
+0.0
+ 16
+0.0
+ 26
+0.0
+ 36
+1.0
+ 17
+0.0
+ 27
+0.0
+ 37
+0.0
+ 42
+50.0
+ 43
+0.0
+ 44
+0.0
+ 45
+8.4
+ 50
+0.0
+ 51
+0.0
+ 72
+   100
+ 90
+   557152
+  1
+
+281
+     0
+ 71
+     1
+ 74
+     0
+110
+0.0
+120
+0.0
+130
+0.0
+111
+1.0
+121
+0.0
+131
+0.0
+112
+0.0
+122
+1.0
+132
+0.0
+ 79
+     0
+146
+0.0
+170
+     0
+ 61
+     5
+348
+9F
+292
+     1
+282
+     1
+141
+0.0
+142
+0.0
+ 63
+   250
+421
+  3355443
+361
+9C14
+  0
+VIEWPORT
+  5
+9C13
+330
+5D
+100
+AcDbEntity
+ 67
+     1
+  8
+0
+100
+AcDbViewport
+ 10
+5.25
+ 20
+3.5
+ 30
+0.0
+ 40
+8.4
+ 41
+5.599999999999998
+ 68
+     2
+ 69
+     2
+ 12
+808.0537415198476
+ 22
+468.0118961873636
+ 13
+0.0
+ 23
+0.0
+ 14
+0.5
+ 24
+0.5
+ 15
+0.0
+ 25
+0.0
+ 16
+0.0
+ 26
+0.0
+ 36
+1.0
+ 17
+0.0
+ 27
+0.0
+ 37
+0.0
+ 42
+50.0
+ 43
+0.0
+ 44
+0.0
+ 45
+1098.95300753995
+ 50
+0.0
+ 51
+0.0
+ 72
+   100
+ 90
+   557152
+  1
+
+281
+     0
+ 71
+     1
+ 74
+     0
+110
+0.0
+120
+0.0
+130
+0.0
+111
+1.0
+121
+0.0
+131
+0.0
+112
+0.0
+122
+1.0
+132
+0.0
+ 79
+     0
+146
+0.0
+170
+     0
+ 61
+     5
+292
+     1
+282
+     1
+141
+0.0
+142
+0.0
+ 63
+   250
+421
+  3355443
+  0
+ENDSEC
+  0
+SECTION
+  2
+OBJECTS
+  0
+DICTIONARY
+  5
+C
+330
+0
+100
+AcDbDictionary
+281
+     1
+  3
+ACAD_ASSOCPERSSUBENTMANAGER
+350
+ADE8
+  3
+ACAD_BACKGROUND
+350
+A1A5
+  3
+ACAD_CIP_PREVIOUS_PRODUCT_INFO
+350
+2E00
+  3
+ACAD_COLOR
+350
+73
+  3
+ACAD_DETAILVIEWSTYLE
+350
+6ED5
+  3
+ACAD_GROUP
+350
+D
+  3
+ACAD_IMAGE_VARS
+350
+DC
+  3
+ACAD_LAYOUT
+350
+1A
+  3
+ACAD_MATERIAL
+350
+72
+  3
+ACAD_MLEADERSTYLE
+350
+B5
+  3
+ACAD_MLINESTYLE
+350
+17
+  3
+ACAD_PERSUBENTMGR
+350
+ADE9
+  3
+ACAD_PLOTSETTINGS
+350
+19
+  3
+ACAD_PLOTSTYLENAME
+350
+E
+  3
+ACAD_SCALELIST
+350
+B6
+  3
+ACAD_SECTIONVIEWSTYLE
+350
+6ED6
+  3
+ACAD_TABLESTYLE
+350
+86
+  3
+ACAD_VISUALSTYLE
+350
+99
+  3
+ACDB_RECOMPOSE_DATA
+350
+23F57
+  3
+AcDbVariableDictionary
+350
+66
+  3
+APPDATA
+350
+E1
+  0
+SUN
+  5
+6B57
+330
+94
+100
+AcDbSun
+ 90
+        1
+290
+     1
+ 63
+     7
+421
+ 16777215
+ 40
+1.0
+291
+     1
+ 91
+  2455826
+ 92
+ 54000000
+292
+     0
+ 70
+     0
+ 71
+   256
+280
+     1
+1001
+ACAD
+1000
+AcDbSavedByObjectVersion
+1070
+     0
+  0
+DICTIONARY
+  5
+2E06
+330
+2
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ACAD_LAYERSTATES
+360
+2E07
+  0
+DICTIONARY
+  5
+424
+330
+423
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ADSK_XREC_LAYER_RECONCILED
+360
+425
+  0
+DICTIONARY
+  5
+428
+330
+427
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ADSK_XREC_LAYER_RECONCILED
+360
+429
+  0
+DICTIONARY
+  5
+42B
+330
+42A
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ADSK_XREC_LAYER_RECONCILED
+360
+42C
+  0
+DICTIONARY
+  5
+42E
+330
+42D
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ADSK_XREC_LAYER_RECONCILED
+360
+42F
+  0
+DICTIONARY
+  5
+432
+330
+431
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ADSK_XREC_LAYER_RECONCILED
+360
+433
+  0
+DICTIONARY
+  5
+436
+330
+435
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ADSK_XREC_LAYER_RECONCILED
+360
+437
+  0
+DICTIONARY
+  5
+439
+330
+438
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ADSK_XREC_LAYER_RECONCILED
+360
+43A
+  0
+DICTIONARY
+  5
+43C
+330
+43B
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ADSK_XREC_LAYER_RECONCILED
+360
+43D
+  0
+DICTIONARY
+  5
+6B64
+330
+6B63
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ADSK_XREC_LAYER_RECONCILED
+360
+6B65
+  0
+DICTIONARY
+  5
+6B68
+330
+6B67
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ADSK_XREC_LAYER_RECONCILED
+360
+6B69
+  0
+DICTIONARY
+  5
+6B6F
+330
+6B6E
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ADSK_XREC_LAYER_RECONCILED
+360
+6B70
+  0
+DICTIONARY
+  5
+100B6
+330
+100B5
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  0
+DICTIONARY
+  5
+100B8
+330
+100B7
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  0
+DICTIONARY
+  5
+100BA
+330
+100B9
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  0
+DICTIONARY
+  5
+100BC
+330
+100BB
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  0
+DICTIONARY
+  5
+100BE
+330
+100BD
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  0
+DICTIONARY
+  5
+100C0
+330
+100BF
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  0
+DICTIONARY
+  5
+100C2
+330
+100C1
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  0
+DICTIONARY
+  5
+100C4
+330
+100C3
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  0
+DICTIONARY
+  5
+100C6
+330
+100C5
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  0
+DICTIONARY
+  5
+135BB
+330
+135BA
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  0
+DICTIONARY
+  5
+178B
+330
+1F
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ACAD_SORTENTS
+360
+178C
+  0
+DICTIONARY
+  5
+A4F
+330
+A4E
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ACAD_SORTENTS
+360
+A50
+  0
+DICTIONARY
+  5
+41DB
+330
+41D9
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ACAD_SORTENTS
+360
+41DC
+  0
+DICTIONARY
+  5
+9922
+330
+9917
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ACAD_SORTENTS
+360
+9923
+  0
+DICTIONARY
+  5
+9A9C
+330
+9A91
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ACAD_SORTENTS
+360
+9A9D
+  0
+DICTIONARY
+  5
+9C5B
+330
+9C50
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ACAD_SORTENTS
+360
+9C5C
+  0
+DICTIONARY
+  5
+9CEC
+330
+9CE1
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ACAD_SORTENTS
+360
+9CED
+  0
+DICTIONARY
+  5
+9F58
+330
+9F51
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ACAD_SORTENTS
+360
+9F59
+  0
+DICTIONARY
+  5
+AEB1
+330
+AEA2
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ACAD_SORTENTS
+360
+AEB2
+  0
+DICTIONARY
+  5
+B42E
+330
+B423
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ACAD_SORTENTS
+360
+B42F
+  0
+DICTIONARY
+  5
+BFA2
+330
+BFA0
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ACAD_SORTENTS
+360
+BFA3
+  0
+DICTIONARY
+  5
+BFD0
+330
+BFCE
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ACAD_SORTENTS
+360
+BFD1
+  0
+DICTIONARY
+  5
+C02D
+330
+C02B
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ACAD_SORTENTS
+360
+C02E
+  0
+DICTIONARY
+  5
+C0E7
+330
+C0E5
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ACAD_SORTENTS
+360
+C0E8
+  0
+DICTIONARY
+  5
+C4C3
+330
+C4BF
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ACAD_SORTENTS
+360
+C4C4
+  0
+DICTIONARY
+  5
+C4EC
+330
+C4EA
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ACAD_SORTENTS
+360
+C4ED
+  0
+DICTIONARY
+  5
+C7F2
+330
+C7E9
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ACAD_SORTENTS
+360
+C7F3
+  0
+DICTIONARY
+  5
+C878
+330
+C86A
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ACAD_SORTENTS
+360
+C879
+  0
+DICTIONARY
+  5
+C980
+330
+C97E
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ACAD_SORTENTS
+360
+C981
+  0
+DICTIONARY
+  5
+CA6B
+330
+CA69
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ACAD_SORTENTS
+360
+CA6C
+  0
+DICTIONARY
+  5
+D024
+330
+D022
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ACAD_SORTENTS
+360
+D025
+  0
+DICTIONARY
+  5
+D3EB
+330
+D376
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ACAD_SORTENTS
+360
+D3EC
+  0
+DICTIONARY
+  5
+DC19
+330
+DC17
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ACAD_SORTENTS
+360
+DC1A
+  0
+DICTIONARY
+  5
+E493
+330
+E48C
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ACAD_SORTENTS
+360
+E494
+  0
+DICTIONARY
+  5
+EF57
+330
+EF4C
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ACAD_SORTENTS
+360
+EF58
+  0
+DICTIONARY
+  5
+F14A
+330
+F0D5
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ACAD_SORTENTS
+360
+F14B
+  0
+DICTIONARY
+  5
+F9FB
+330
+F9F9
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ACAD_SORTENTS
+360
+F9FC
+  0
+DICTIONARY
+  5
+FCF9
+330
+FCF7
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ACAD_SORTENTS
+360
+FCFA
+  0
+DICTIONARY
+  5
+1009E
+330
+1009D
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ACAD_SORTENTS
+360
+1009F
+  0
+DICTIONARY
+  5
+10E28
+330
+10E26
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ACAD_SORTENTS
+360
+10E29
+  0
+DICTIONARY
+  5
+113EA
+330
+113E8
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ACAD_SORTENTS
+360
+113EB
+  0
+DICTIONARY
+  5
+1142F
+330
+1142D
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ACAD_SORTENTS
+360
+11430
+  0
+DICTIONARY
+  5
+11580
+330
+1157E
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ACAD_SORTENTS
+360
+11581
+  0
+DICTIONARY
+  5
+11949
+330
+11947
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ACAD_SORTENTS
+360
+1194A
+  0
+DICTIONARY
+  5
+11967
+330
+11965
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ACAD_SORTENTS
+360
+11968
+  0
+DICTIONARY
+  5
+11E4E
+330
+11E3A
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ACAD_SORTENTS
+360
+11E4F
+  0
+DICTIONARY
+  5
+123E9
+330
+123E7
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ACAD_SORTENTS
+360
+123EA
+  0
+DICTIONARY
+  5
+12457
+330
+12455
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ACAD_SORTENTS
+360
+12458
+  0
+DICTIONARY
+  5
+131BB
+330
+12EE4
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ACAD_SORTENTS
+360
+131BC
+  0
+DICTIONARY
+  5
+144D6
+330
+143B2
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ACAD_SORTENTS
+360
+144D7
+  0
+DICTIONARY
+  5
+14612
+330
+145FE
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ACAD_SORTENTS
+360
+14613
+  0
+DICTIONARY
+  5
+14AAE
+330
+14AA0
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ACAD_SORTENTS
+360
+14AAF
+  0
+DICTIONARY
+  5
+14BA6
+330
+14BA4
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ACAD_SORTENTS
+360
+14BA7
+  0
+DICTIONARY
+  5
+14DA3
+330
+14D9E
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ACAD_SORTENTS
+360
+14DA4
+  0
+DICTIONARY
+  5
+14EF2
+330
+14ED6
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ACAD_SORTENTS
+360
+14EF3
+  0
+DICTIONARY
+  5
+1505E
+330
+15007
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ACAD_SORTENTS
+360
+1505F
+  0
+DICTIONARY
+  5
+15E4F
+330
+15E4D
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ACAD_SORTENTS
+360
+15E50
+  0
+DICTIONARY
+  5
+167B3
+330
+1679E
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ACAD_SORTENTS
+360
+167B4
+  0
+DICTIONARY
+  5
+16EB4
+330
+16E9C
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ACAD_SORTENTS
+360
+16EB5
+  0
+DICTIONARY
+  5
+1768E
+330
+17687
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ACAD_SORTENTS
+360
+1768F
+  0
+DICTIONARY
+  5
+17719
+330
+17712
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ACAD_SORTENTS
+360
+1771A
+  0
+DICTIONARY
+  5
+17A35
+330
+17A2A
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ACAD_SORTENTS
+360
+17A36
+  0
+DICTIONARY
+  5
+18B72
+330
+18B64
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ACAD_SORTENTS
+360
+18B73
+  0
+DICTIONARY
+  5
+18D97
+330
+18D8A
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ACAD_SORTENTS
+360
+18D98
+  0
+DICTIONARY
+  5
+18E2E
+330
+18E21
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ACAD_SORTENTS
+360
+18E2F
+  0
+DICTIONARY
+  5
+193D8
+330
+193CB
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ACAD_SORTENTS
+360
+193D9
+  0
+DICTIONARY
+  5
+194A2
+330
+1949B
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ACAD_SORTENTS
+360
+194A3
+  0
+DICTIONARY
+  5
+19642
+330
+1963B
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ACAD_SORTENTS
+360
+19643
+  0
+DICTIONARY
+  5
+1C8FB
+330
+1C8F0
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ACAD_SORTENTS
+360
+1C8FC
+  0
+DICTIONARY
+  5
+1F1E6
+330
+1F183
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ACAD_SORTENTS
+360
+1F1E7
+  0
+DICTIONARY
+  5
+1F9CD
+330
+1F9B6
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ACAD_SORTENTS
+360
+1F9CE
+  0
+DICTIONARY
+  5
+1FA3E
+330
+1FA1B
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ACAD_SORTENTS
+360
+1FA3F
+  0
+DICTIONARY
+  5
+2263D
+330
+2263B
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ACAD_SORTENTS
+360
+2263E
+  0
+DICTIONARY
+  5
+22735
+330
+226D1
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ACAD_SORTENTS
+360
+22736
+  0
+SUN
+  5
+9C11
+330
+9C0F
+100
+AcDbSun
+ 90
+        1
+290
+     1
+ 63
+     7
+421
+ 16777215
+ 40
+1.0
+291
+     1
+ 91
+  2455826
+ 92
+ 54000000
+292
+     0
+ 70
+     0
+ 71
+   256
+280
+     1
+1001
+ACAD
+1000
+AcDbSavedByObjectVersion
+1070
+     0
+  0
+DICTIONARY
+  5
+C7EC
+330
+C7EB
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ACAD_MTEXT_2008_RT
+360
+23F55
+  0
+DICTIONARY
+  5
+C7EF
+330
+C7EE
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ACAD_MTEXT_2008_RT
+360
+23F56
+  0
+SUN
+  5
+9C14
+330
+9C12
+100
+AcDbSun
+ 90
+        1
+290
+     1
+ 63
+     7
+421
+ 16777215
+ 40
+1.0
+291
+     1
+ 91
+  2455826
+ 92
+ 54000000
+292
+     0
+ 70
+     0
+ 71
+   256
+280
+     1
+1001
+ACAD
+1000
+AcDbSavedByObjectVersion
+1070
+     0
+  0
+ACAD_PROXY_OBJECT
+  5
+ADE8
+102
+{ACAD_REACTORS
+330
+C
+102
+}
+330
+C
+100
+AcDbProxyObject
+ 90
+      499
+ 91
+      515
+ 95
+  5308447
+ 70
+     0
+162
+                 0
+161
+               903
+310
+409039024850341E4050B41AAAA41E4051641AAAA41E4052141AAAA48501409034110541907421094290B4310D4390F44111449134511545917461194691B4711D4791F4812148501409034110541907421094290B4310D4390F44111449134511545917461194691B4711D4791F481218
+ 94
+        0
+  0
+DICTIONARY
+  5
+A1A5
+102
+{ACAD_REACTORS
+330
+C
+102
+}
+330
+C
+100
+AcDbDictionary
+281
+     1
+  0
+XRECORD
+  5
+2E00
+102
+{ACAD_REACTORS
+330
+C
+102
+}
+330
+C
+100
+AcDbXrecord
+280
+     1
+300
+ACDLT
+300
+2015
+300
+ACDLT_F_S
+  0
+DICTIONARY
+  5
+73
+102
+{ACAD_REACTORS
+330
+C
+102
+}
+330
+C
+100
+AcDbDictionary
+281
+     1
+  0
+DICTIONARY
+  5
+6ED5
+102
+{ACAD_REACTORS
+330
+C
+102
+}
+330
+C
+100
+AcDbDictionary
+281
+     1
+  3
+Imperial24
+350
+76E6
+  3
+Metric50
+350
+9927
+  0
+DICTIONARY
+  5
+D
+102
+{ACAD_REACTORS
+330
+C
+102
+}
+330
+C
+100
+AcDbDictionary
+281
+     1
+  0
+RASTERVARIABLES
+  5
+DC
+102
+{ACAD_REACTORS
+330
+C
+102
+}
+330
+C
+100
+AcDbRasterVariables
+ 90
+        0
+ 70
+     1
+ 71
+     1
+ 72
+     5
+  0
+DICTIONARY
+  5
+1A
+102
+{ACAD_REACTORS
+330
+C
+102
+}
+330
+C
+100
+AcDbDictionary
+281
+     1
+  3
+Model
+350
+22
+  3
+Sheet1
+350
+59
+  3
+Sheet2
+350
+5E
+  0
+DICTIONARY
+  5
+72
+102
+{ACAD_REACTORS
+330
+C
+102
+}
+330
+C
+100
+AcDbDictionary
+281
+     1
+  3
+ByBlock
+350
+E2
+  3
+ByLayer
+350
+96
+  3
+Global
+350
+98
+  0
+DICTIONARY
+  5
+B5
+102
+{ACAD_REACTORS
+330
+C
+102
+}
+330
+C
+100
+AcDbDictionary
+281
+     1
+  3
+Standard
+350
+A91
+  0
+DICTIONARY
+  5
+17
+102
+{ACAD_REACTORS
+330
+C
+102
+}
+330
+C
+100
+AcDbDictionary
+281
+     1
+  3
+Standard
+350
+18
+  0
+ACAD_PROXY_OBJECT
+  5
+ADE9
+102
+{ACAD_REACTORS
+330
+C
+102
+}
+330
+C
+100
+AcDbProxyObject
+ 90
+      499
+ 91
+      516
+ 95
+  5308447
+ 70
+     0
+162
+                 0
+161
+                28
+310
+40A40AAC
+ 94
+        0
+  0
+DICTIONARY
+  5
+19
+102
+{ACAD_REACTORS
+330
+C
+102
+}
+330
+C
+100
+AcDbDictionary
+281
+     1
+  0
+ACDBDICTIONARYWDFLT
+  5
+E
+102
+{ACAD_REACTORS
+330
+C
+102
+}
+330
+C
+100
+AcDbDictionary
+281
+     1
+  3
+Normal
+350
+F
+100
+AcDbDictionaryWithDefault
+340
+F
+  0
+DICTIONARY
+  5
+B6
+102
+{ACAD_REACTORS
+330
+C
+102
+}
+330
+C
+100
+AcDbDictionary
+281
+     1
+  3
+A0
+350
+B7
+  3
+A1
+350
+B8
+  3
+A2
+350
+B9
+  3
+A3
+350
+BA
+  3
+A4
+350
+BB
+  3
+A5
+350
+BC
+  3
+A6
+350
+BD
+  3
+A7
+350
+BE
+  3
+A8
+350
+BF
+  3
+A9
+350
+C0
+  3
+B0
+350
+C1
+  3
+B1
+350
+C2
+  3
+B2
+350
+C3
+  3
+B3
+350
+C4
+  3
+B4
+350
+C5
+  3
+B5
+350
+C6
+  3
+B6
+350
+C7
+  3
+B7
+350
+C8
+  3
+B8
+350
+C9
+  3
+B9
+350
+CA
+  3
+C0
+350
+CB
+  3
+C1
+350
+CC
+  3
+C2
+350
+CD
+  3
+C3
+350
+CE
+  3
+C4
+350
+CF
+  3
+C5
+350
+D0
+  3
+C6
+350
+D1
+  3
+C7
+350
+D2
+  3
+C8
+350
+D3
+  3
+C9
+350
+D4
+  3
+D0
+350
+D5
+  3
+D1
+350
+D6
+  3
+D2
+350
+D7
+  0
+DICTIONARY
+  5
+6ED6
+102
+{ACAD_REACTORS
+330
+C
+102
+}
+330
+C
+100
+AcDbDictionary
+281
+     1
+  3
+Imperial24
+350
+76E5
+  3
+Metric50
+350
+9926
+  0
+DICTIONARY
+  5
+86
+102
+{ACAD_REACTORS
+330
+C
+102
+}
+330
+C
+100
+AcDbDictionary
+281
+     1
+  3
+Standard
+350
+87
+  0
+DICTIONARY
+  5
+99
+102
+{ACAD_REACTORS
+330
+C
+102
+}
+330
+C
+100
+AcDbDictionary
+281
+     1
+  3
+2dWireframe
+350
+9F
+  3
+3D Hidden
+350
+A1
+  3
+3dWireframe
+350
+A0
+  3
+Basic
+350
+9E
+  3
+Brighten
+350
+A5
+  3
+ColorChange
+350
+A9
+  3
+Conceptual
+350
+A2
+  3
+Dim
+350
+A4
+  3
+EdgeColorOff
+350
+AA9
+  3
+Facepattern
+350
+A8
+  3
+Flat
+350
+9A
+  3
+FlatWithEdges
+350
+9B
+  3
+Gouraud
+350
+9C
+  3
+GouraudWithEdges
+350
+9D
+  3
+Hidden
+350
+AAF
+  3
+JitterOff
+350
+AB0
+  3
+Linepattern
+350
+A7
+  3
+OverhangOff
+350
+AB2
+  3
+Realistic
+350
+A3
+  3
+Shaded
+350
+AB4
+  3
+Shaded with edges
+350
+AB5
+  3
+Shades of Gray
+350
+AB6
+  3
+Sketchy
+350
+AB7
+  3
+Thicken
+350
+A6
+  3
+Wireframe
+350
+AB9
+  3
+X-Ray
+350
+ABA
+  0
+XRECORD
+  5
+23F57
+102
+{ACAD_REACTORS
+330
+C
+102
+}
+330
+C
+100
+AcDbXrecord
+280
+     1
+ 90
+        1
+330
+87
+330
+76E5
+330
+76E6
+330
+9926
+330
+9927
+330
+C7EB
+330
+C7EE
+  0
+DICTIONARY
+  5
+66
+102
+{ACAD_REACTORS
+330
+C
+102
+}
+330
+C
+100
+AcDbDictionary
+281
+     1
+  3
+ANNOALLVISIBLE
+350
+F6B1
+  3
+CANNOSCALE
+350
+D8
+  3
+CMLEADERSTYLE
+350
+2E0E
+  3
+CTABLESTYLE
+350
+89
+  3
+CVIEWDETAILSTYLE
+350
+76FB
+  3
+CVIEWSECTIONSTYLE
+350
+76FC
+  3
+DIMASSOC
+350
+67
+  3
+HIDETEXT
+350
+6B
+  3
+LIGHTSINBLOCKS
+350
+DF
+  3
+XCLIPFRAME
+350
+6ED4
+  0
+DICTIONARY
+  5
+E1
+102
+{ACAD_REACTORS
+330
+C
+102
+}
+330
+C
+100
+AcDbDictionary
+281
+     1
+  0
+DICTIONARY
+  5
+2E07
+102
+{ACAD_REACTORS
+330
+2E06
+102
+}
+330
+2E06
+100
+AcDbDictionary
+281
+     1
+  3
+ARGON_LAYERP_12
+350
+834A
+  0
+XRECORD
+  5
+425
+102
+{ACAD_REACTORS
+330
+424
+102
+}
+330
+424
+100
+AcDbXrecord
+280
+     1
+290
+     1
+  0
+XRECORD
+  5
+429
+102
+{ACAD_REACTORS
+330
+428
+102
+}
+330
+428
+100
+AcDbXrecord
+280
+     1
+290
+     1
+  0
+XRECORD
+  5
+42C
+102
+{ACAD_REACTORS
+330
+42B
+102
+}
+330
+42B
+100
+AcDbXrecord
+280
+     1
+290
+     1
+  0
+XRECORD
+  5
+42F
+102
+{ACAD_REACTORS
+330
+42E
+102
+}
+330
+42E
+100
+AcDbXrecord
+280
+     1
+290
+     1
+  0
+XRECORD
+  5
+433
+102
+{ACAD_REACTORS
+330
+432
+102
+}
+330
+432
+100
+AcDbXrecord
+280
+     1
+290
+     1
+  0
+XRECORD
+  5
+437
+102
+{ACAD_REACTORS
+330
+436
+102
+}
+330
+436
+100
+AcDbXrecord
+280
+     1
+290
+     1
+  0
+XRECORD
+  5
+43A
+102
+{ACAD_REACTORS
+330
+439
+102
+}
+330
+439
+100
+AcDbXrecord
+280
+     1
+290
+     1
+  0
+XRECORD
+  5
+43D
+102
+{ACAD_REACTORS
+330
+43C
+102
+}
+330
+43C
+100
+AcDbXrecord
+280
+     1
+290
+     1
+  0
+XRECORD
+  5
+6B65
+102
+{ACAD_REACTORS
+330
+6B64
+102
+}
+330
+6B64
+100
+AcDbXrecord
+280
+     1
+290
+     1
+  0
+XRECORD
+  5
+6B69
+102
+{ACAD_REACTORS
+330
+6B68
+102
+}
+330
+6B68
+100
+AcDbXrecord
+280
+     1
+290
+     1
+  0
+XRECORD
+  5
+6B70
+102
+{ACAD_REACTORS
+330
+6B6F
+102
+}
+330
+6B6F
+100
+AcDbXrecord
+280
+     1
+290
+     1
+  0
+SORTENTSTABLE
+  5
+178C
+102
+{ACAD_REACTORS
+330
+178B
+102
+}
+330
+178B
+100
+AcDbSortentsTable
+330
+1F
+331
+5574
+  5
+67E0
+331
+9A76
+  5
+6CCE
+331
+102E3
+  5
+C75A
+331
+668F
+  5
+67E7
+331
+1024C
+  5
+6CD2
+331
+1024F
+  5
+9A4B
+331
+52E6
+  5
+67D6
+331
+10284
+  5
+C759
+331
+52E7
+  5
+67DB
+  0
+SORTENTSTABLE
+  5
+A50
+102
+{ACAD_REACTORS
+330
+A4F
+102
+}
+330
+A4F
+100
+AcDbSortentsTable
+330
+A4E
+  0
+SORTENTSTABLE
+  5
+41DC
+102
+{ACAD_REACTORS
+330
+41DB
+102
+}
+330
+41DB
+100
+AcDbSortentsTable
+330
+41D9
+  0
+SORTENTSTABLE
+  5
+9923
+102
+{ACAD_REACTORS
+330
+9922
+102
+}
+330
+9922
+100
+AcDbSortentsTable
+330
+9917
+  0
+SORTENTSTABLE
+  5
+9A9D
+102
+{ACAD_REACTORS
+330
+9A9C
+102
+}
+330
+9A9C
+100
+AcDbSortentsTable
+330
+9A91
+  0
+SORTENTSTABLE
+  5
+9C5C
+102
+{ACAD_REACTORS
+330
+9C5B
+102
+}
+330
+9C5B
+100
+AcDbSortentsTable
+330
+9C50
+  0
+SORTENTSTABLE
+  5
+9CED
+102
+{ACAD_REACTORS
+330
+9CEC
+102
+}
+330
+9CEC
+100
+AcDbSortentsTable
+330
+9CE1
+  0
+SORTENTSTABLE
+  5
+9F59
+102
+{ACAD_REACTORS
+330
+9F58
+102
+}
+330
+9F58
+100
+AcDbSortentsTable
+330
+9F51
+  0
+SORTENTSTABLE
+  5
+AEB2
+102
+{ACAD_REACTORS
+330
+AEB1
+102
+}
+330
+AEB1
+100
+AcDbSortentsTable
+330
+AEA2
+  0
+SORTENTSTABLE
+  5
+B42F
+102
+{ACAD_REACTORS
+330
+B42E
+102
+}
+330
+B42E
+100
+AcDbSortentsTable
+330
+B423
+  0
+SORTENTSTABLE
+  5
+BFA3
+102
+{ACAD_REACTORS
+330
+BFA2
+102
+}
+330
+BFA2
+100
+AcDbSortentsTable
+330
+BFA0
+  0
+SORTENTSTABLE
+  5
+BFD1
+102
+{ACAD_REACTORS
+330
+BFD0
+102
+}
+330
+BFD0
+100
+AcDbSortentsTable
+330
+BFCE
+  0
+SORTENTSTABLE
+  5
+C02E
+102
+{ACAD_REACTORS
+330
+C02D
+102
+}
+330
+C02D
+100
+AcDbSortentsTable
+330
+C02B
+  0
+SORTENTSTABLE
+  5
+C0E8
+102
+{ACAD_REACTORS
+330
+C0E7
+102
+}
+330
+C0E7
+100
+AcDbSortentsTable
+330
+C0E5
+  0
+SORTENTSTABLE
+  5
+C4C4
+102
+{ACAD_REACTORS
+330
+C4C3
+102
+}
+330
+C4C3
+100
+AcDbSortentsTable
+330
+C4BF
+  0
+SORTENTSTABLE
+  5
+C4ED
+102
+{ACAD_REACTORS
+330
+C4EC
+102
+}
+330
+C4EC
+100
+AcDbSortentsTable
+330
+C4EA
+  0
+SORTENTSTABLE
+  5
+C7F3
+102
+{ACAD_REACTORS
+330
+C7F2
+102
+}
+330
+C7F2
+100
+AcDbSortentsTable
+330
+C7E9
+  0
+SORTENTSTABLE
+  5
+C879
+102
+{ACAD_REACTORS
+330
+C878
+102
+}
+330
+C878
+100
+AcDbSortentsTable
+330
+C86A
+  0
+SORTENTSTABLE
+  5
+C981
+102
+{ACAD_REACTORS
+330
+C980
+102
+}
+330
+C980
+100
+AcDbSortentsTable
+330
+C97E
+  0
+SORTENTSTABLE
+  5
+CA6C
+102
+{ACAD_REACTORS
+330
+CA6B
+102
+}
+330
+CA6B
+100
+AcDbSortentsTable
+330
+CA69
+  0
+SORTENTSTABLE
+  5
+D025
+102
+{ACAD_REACTORS
+330
+D024
+102
+}
+330
+D024
+100
+AcDbSortentsTable
+330
+D022
+  0
+SORTENTSTABLE
+  5
+D3EC
+102
+{ACAD_REACTORS
+330
+D3EB
+102
+}
+330
+D3EB
+100
+AcDbSortentsTable
+330
+D376
+  0
+SORTENTSTABLE
+  5
+DC1A
+102
+{ACAD_REACTORS
+330
+DC19
+102
+}
+330
+DC19
+100
+AcDbSortentsTable
+330
+DC17
+  0
+SORTENTSTABLE
+  5
+E494
+102
+{ACAD_REACTORS
+330
+E493
+102
+}
+330
+E493
+100
+AcDbSortentsTable
+330
+E48C
+  0
+SORTENTSTABLE
+  5
+EF58
+102
+{ACAD_REACTORS
+330
+EF57
+102
+}
+330
+EF57
+100
+AcDbSortentsTable
+330
+EF4C
+  0
+SORTENTSTABLE
+  5
+F14B
+102
+{ACAD_REACTORS
+330
+F14A
+102
+}
+330
+F14A
+100
+AcDbSortentsTable
+330
+F0D5
+  0
+SORTENTSTABLE
+  5
+F9FC
+102
+{ACAD_REACTORS
+330
+F9FB
+102
+}
+330
+F9FB
+100
+AcDbSortentsTable
+330
+F9F9
+  0
+SORTENTSTABLE
+  5
+FCFA
+102
+{ACAD_REACTORS
+330
+FCF9
+102
+}
+330
+FCF9
+100
+AcDbSortentsTable
+330
+FCF7
+  0
+SORTENTSTABLE
+  5
+1009F
+102
+{ACAD_REACTORS
+330
+1009E
+102
+}
+330
+1009E
+100
+AcDbSortentsTable
+330
+1009D
+  0
+SORTENTSTABLE
+  5
+10E29
+102
+{ACAD_REACTORS
+330
+10E28
+102
+}
+330
+10E28
+100
+AcDbSortentsTable
+330
+10E26
+  0
+SORTENTSTABLE
+  5
+113EB
+102
+{ACAD_REACTORS
+330
+113EA
+102
+}
+330
+113EA
+100
+AcDbSortentsTable
+330
+113E8
+  0
+SORTENTSTABLE
+  5
+11430
+102
+{ACAD_REACTORS
+330
+1142F
+102
+}
+330
+1142F
+100
+AcDbSortentsTable
+330
+1142D
+  0
+SORTENTSTABLE
+  5
+11581
+102
+{ACAD_REACTORS
+330
+11580
+102
+}
+330
+11580
+100
+AcDbSortentsTable
+330
+1157E
+  0
+SORTENTSTABLE
+  5
+1194A
+102
+{ACAD_REACTORS
+330
+11949
+102
+}
+330
+11949
+100
+AcDbSortentsTable
+330
+11947
+  0
+SORTENTSTABLE
+  5
+11968
+102
+{ACAD_REACTORS
+330
+11967
+102
+}
+330
+11967
+100
+AcDbSortentsTable
+330
+11965
+  0
+SORTENTSTABLE
+  5
+11E4F
+102
+{ACAD_REACTORS
+330
+11E4E
+102
+}
+330
+11E4E
+100
+AcDbSortentsTable
+330
+11E3A
+  0
+SORTENTSTABLE
+  5
+123EA
+102
+{ACAD_REACTORS
+330
+123E9
+102
+}
+330
+123E9
+100
+AcDbSortentsTable
+330
+123E7
+  0
+SORTENTSTABLE
+  5
+12458
+102
+{ACAD_REACTORS
+330
+12457
+102
+}
+330
+12457
+100
+AcDbSortentsTable
+330
+12455
+  0
+SORTENTSTABLE
+  5
+131BC
+102
+{ACAD_REACTORS
+330
+131BB
+102
+}
+330
+131BB
+100
+AcDbSortentsTable
+330
+12EE4
+  0
+SORTENTSTABLE
+  5
+144D7
+102
+{ACAD_REACTORS
+330
+144D6
+102
+}
+330
+144D6
+100
+AcDbSortentsTable
+330
+143B2
+  0
+SORTENTSTABLE
+  5
+14613
+102
+{ACAD_REACTORS
+330
+14612
+102
+}
+330
+14612
+100
+AcDbSortentsTable
+330
+145FE
+  0
+SORTENTSTABLE
+  5
+14AAF
+102
+{ACAD_REACTORS
+330
+14AAE
+102
+}
+330
+14AAE
+100
+AcDbSortentsTable
+330
+14AA0
+  0
+SORTENTSTABLE
+  5
+14BA7
+102
+{ACAD_REACTORS
+330
+14BA6
+102
+}
+330
+14BA6
+100
+AcDbSortentsTable
+330
+14BA4
+  0
+SORTENTSTABLE
+  5
+14DA4
+102
+{ACAD_REACTORS
+330
+14DA3
+102
+}
+330
+14DA3
+100
+AcDbSortentsTable
+330
+14D9E
+  0
+SORTENTSTABLE
+  5
+14EF3
+102
+{ACAD_REACTORS
+330
+14EF2
+102
+}
+330
+14EF2
+100
+AcDbSortentsTable
+330
+14ED6
+  0
+SORTENTSTABLE
+  5
+1505F
+102
+{ACAD_REACTORS
+330
+1505E
+102
+}
+330
+1505E
+100
+AcDbSortentsTable
+330
+15007
+  0
+SORTENTSTABLE
+  5
+15E50
+102
+{ACAD_REACTORS
+330
+15E4F
+102
+}
+330
+15E4F
+100
+AcDbSortentsTable
+330
+15E4D
+  0
+SORTENTSTABLE
+  5
+167B4
+102
+{ACAD_REACTORS
+330
+167B3
+102
+}
+330
+167B3
+100
+AcDbSortentsTable
+330
+1679E
+  0
+SORTENTSTABLE
+  5
+16EB5
+102
+{ACAD_REACTORS
+330
+16EB4
+102
+}
+330
+16EB4
+100
+AcDbSortentsTable
+330
+16E9C
+  0
+SORTENTSTABLE
+  5
+1768F
+102
+{ACAD_REACTORS
+330
+1768E
+102
+}
+330
+1768E
+100
+AcDbSortentsTable
+330
+17687
+  0
+SORTENTSTABLE
+  5
+1771A
+102
+{ACAD_REACTORS
+330
+17719
+102
+}
+330
+17719
+100
+AcDbSortentsTable
+330
+17712
+  0
+SORTENTSTABLE
+  5
+17A36
+102
+{ACAD_REACTORS
+330
+17A35
+102
+}
+330
+17A35
+100
+AcDbSortentsTable
+330
+17A2A
+  0
+SORTENTSTABLE
+  5
+18B73
+102
+{ACAD_REACTORS
+330
+18B72
+102
+}
+330
+18B72
+100
+AcDbSortentsTable
+330
+18B64
+  0
+SORTENTSTABLE
+  5
+18D98
+102
+{ACAD_REACTORS
+330
+18D97
+102
+}
+330
+18D97
+100
+AcDbSortentsTable
+330
+18D8A
+  0
+SORTENTSTABLE
+  5
+18E2F
+102
+{ACAD_REACTORS
+330
+18E2E
+102
+}
+330
+18E2E
+100
+AcDbSortentsTable
+330
+18E21
+  0
+SORTENTSTABLE
+  5
+193D9
+102
+{ACAD_REACTORS
+330
+193D8
+102
+}
+330
+193D8
+100
+AcDbSortentsTable
+330
+193CB
+  0
+SORTENTSTABLE
+  5
+194A3
+102
+{ACAD_REACTORS
+330
+194A2
+102
+}
+330
+194A2
+100
+AcDbSortentsTable
+330
+1949B
+  0
+SORTENTSTABLE
+  5
+19643
+102
+{ACAD_REACTORS
+330
+19642
+102
+}
+330
+19642
+100
+AcDbSortentsTable
+330
+1963B
+  0
+SORTENTSTABLE
+  5
+1C8FC
+102
+{ACAD_REACTORS
+330
+1C8FB
+102
+}
+330
+1C8FB
+100
+AcDbSortentsTable
+330
+1C8F0
+  0
+SORTENTSTABLE
+  5
+1F1E7
+102
+{ACAD_REACTORS
+330
+1F1E6
+102
+}
+330
+1F1E6
+100
+AcDbSortentsTable
+330
+1F183
+  0
+SORTENTSTABLE
+  5
+1F9CE
+102
+{ACAD_REACTORS
+330
+1F9CD
+102
+}
+330
+1F9CD
+100
+AcDbSortentsTable
+330
+1F9B6
+  0
+SORTENTSTABLE
+  5
+1FA3F
+102
+{ACAD_REACTORS
+330
+1FA3E
+102
+}
+330
+1FA3E
+100
+AcDbSortentsTable
+330
+1FA1B
+  0
+SORTENTSTABLE
+  5
+2263E
+102
+{ACAD_REACTORS
+330
+2263D
+102
+}
+330
+2263D
+100
+AcDbSortentsTable
+330
+2263B
+  0
+SORTENTSTABLE
+  5
+22736
+102
+{ACAD_REACTORS
+330
+22735
+102
+}
+330
+22735
+100
+AcDbSortentsTable
+330
+226D1
+  0
+XRECORD
+  5
+23F55
+102
+{ACAD_REACTORS
+330
+C7EC
+102
+}
+330
+C7EC
+100
+AcDbXrecord
+280
+     1
+ 40
+37726.0
+  1
+\pxqc;{\fArial|b0|i0|c0|p34;FT\P104}
+  0
+XRECORD
+  5
+23F56
+102
+{ACAD_REACTORS
+330
+C7EF
+102
+}
+330
+C7EF
+100
+AcDbXrecord
+280
+     1
+ 40
+39914.0
+  1
+\pxqc;{\fArial|b0|i0|c0|p34;FCV\P104}
+  0
+ACDBDETAILVIEWSTYLE
+  5
+76E6
+102
+{ACAD_XDICTIONARY
+360
+B0B1
+102
+}
+102
+{ACAD_REACTORS
+330
+6ED5
+102
+}
+330
+6ED5
+100
+AcDbModelDocViewStyle
+ 70
+     0
+  3
+Imperial24
+290
+     0
+100
+AcDbDetailViewStyle
+ 70
+     0
+ 71
+     0
+ 90
+        3
+ 71
+     1
+340
+11
+ 62
+   256
+ 40
+0.24
+340
+0
+ 62
+   256
+ 40
+0.24
+300
+
+ 40
+0.36
+280
+     3
+ 71
+     2
+340
+16
+ 90
+       25
+ 62
+   256
+ 71
+     3
+340
+11
+ 62
+   256
+ 40
+0.24
+ 90
+        1
+ 40
+0.75
+ 90
+        1
+300
+%<\AcVar ViewType \f "%tc1">% %<\AcVar ViewDetailId>%\PECHELLE %<\AcVar ViewScale \f "%sn">%
+ 71
+     4
+340
+16
+ 90
+       25
+ 62
+   256
+340
+16
+ 90
+       25
+ 62
+   256
+280
+     0
+  0
+ACDBDETAILVIEWSTYLE
+  5
+9927
+102
+{ACAD_XDICTIONARY
+360
+B0B5
+102
+}
+102
+{ACAD_REACTORS
+330
+6ED5
+102
+}
+330
+6ED5
+100
+AcDbModelDocViewStyle
+ 70
+     0
+  3
+Metric50
+290
+     0
+100
+AcDbDetailViewStyle
+ 70
+     0
+ 71
+     0
+ 90
+        3
+ 71
+     1
+340
+11
+ 62
+   256
+ 40
+5.0
+340
+0
+ 62
+   256
+ 40
+5.0
+300
+
+ 40
+0.0
+280
+     1
+ 71
+     2
+340
+16
+ 90
+       25
+ 62
+   256
+ 71
+     3
+340
+11
+ 62
+   256
+ 40
+5.0
+ 90
+        0
+ 40
+15.0
+ 90
+        1
+300
+%<\AcVar ViewDetailId>% (%<\AcVar ViewScale \f "%sn">%)
+ 71
+     4
+340
+16
+ 90
+       25
+ 62
+   256
+340
+16
+ 90
+       25
+ 62
+   256
+280
+     0
+  0
+LAYOUT
+  5
+22
+102
+{ACAD_REACTORS
+330
+1A
+102
+}
+330
+1A
+100
+AcDbPlotSettings
+  1
+
+  2
+none_device
+  4
+ANSI_A_(8.50_x_11.00_Inches)
+  6
+
+ 40
+6.349999999999997
+ 41
+19.05
+ 42
+6.349999999999997
+ 43
+19.05
+ 44
+215.9
+ 45
+279.4
+ 46
+11.11250000000003
+ 47
+0.0000000000000142
+ 48
+0.0
+ 49
+0.0
+140
+0.0
+141
+0.0
+142
+1.0
+143
+1.263157894736842
+ 70
+ 11444
+ 72
+     0
+ 73
+     1
+ 74
+     1
+  7
+monochrome.ctb
+ 75
+     0
+147
+0.7916666666666666
+ 76
+     0
+ 77
+     2
+ 78
+   300
+148
+-702.8076765758874
+149
+-496.2830551296953
+100
+AcDbLayout
+  1
+Model
+ 70
+     1
+ 71
+     0
+ 10
+0.0
+ 20
+0.0
+ 11
+1255.704512214247
+ 21
+918.321061451345
+ 12
+0.0
+ 22
+0.0
+ 32
+0.0
+ 14
+0.0000595051783989
+ 24
+-0.0062517066105556
+ 34
+-174.0
+ 15
+1648.621954578614
+ 25
+936.0300440813382
+ 35
+668.0000000000001
+146
+0.0
+ 13
+0.0
+ 23
+0.0
+ 33
+0.0
+ 16
+1.0
+ 26
+0.0
+ 36
+0.0
+ 17
+0.0
+ 27
+1.0
+ 37
+0.0
+ 76
+     0
+330
+1F
+331
+94
+  0
+LAYOUT
+  5
+59
+102
+{ACAD_REACTORS
+330
+1A
+102
+}
+330
+1A
+100
+AcDbPlotSettings
+  1
+
+  2
+none_device
+  4
+ANSI_A_(11.00_x_8.50_Inches)
+  6
+
+ 40
+6.349999999999997
+ 41
+19.05
+ 42
+6.349999999999997
+ 43
+19.05
+ 44
+279.4
+ 45
+215.9
+ 46
+0.0
+ 47
+0.0
+ 48
+0.0
+ 49
+0.0
+140
+0.0
+141
+0.0
+142
+1.0
+143
+1.0
+ 70
+   688
+ 72
+     0
+ 73
+     0
+ 74
+     5
+  7
+
+ 75
+    16
+147
+1.0
+ 76
+     0
+ 77
+     2
+ 78
+   300
+148
+0.0
+149
+0.0
+100
+AcDbLayout
+  1
+Sheet1
+ 70
+     1
+ 71
+     1
+ 10
+0.0
+ 20
+0.0
+ 11
+0.0
+ 21
+0.0
+ 12
+0.0
+ 22
+0.0
+ 32
+0.0
+ 14
+1.049999999999999
+ 24
+0.7000000000000007
+ 34
+0.0
+ 15
+9.449999999999999
+ 25
+6.299999999999998
+ 35
+0.0
+146
+0.0
+ 13
+0.0
+ 23
+0.0
+ 33
+0.0
+ 16
+1.0
+ 26
+0.0
+ 36
+0.0
+ 17
+0.0
+ 27
+1.0
+ 37
+0.0
+ 76
+     0
+330
+58
+331
+9C0F
+  0
+LAYOUT
+  5
+5E
+102
+{ACAD_REACTORS
+330
+1A
+102
+}
+330
+1A
+100
+AcDbPlotSettings
+  1
+
+  2
+none_device
+  4
+ANSI_A_(11.00_x_8.50_Inches)
+  6
+
+ 40
+6.349999999999997
+ 41
+19.05
+ 42
+6.349999999999997
+ 43
+19.05
+ 44
+279.4
+ 45
+215.9
+ 46
+0.0
+ 47
+0.0
+ 48
+0.0
+ 49
+0.0
+140
+0.0
+141
+0.0
+142
+1.0
+143
+1.0
+ 70
+   688
+ 72
+     0
+ 73
+     0
+ 74
+     5
+  7
+
+ 75
+    16
+147
+1.0
+ 76
+     0
+ 77
+     2
+ 78
+   300
+148
+0.0
+149
+0.0
+100
+AcDbLayout
+  1
+Sheet2
+ 70
+     1
+ 71
+     2
+ 10
+0.0
+ 20
+0.0
+ 11
+10.75
+ 21
+7.75
+ 12
+0.0
+ 22
+0.0
+ 32
+0.0
+ 14
+1.049999999999999
+ 24
+0.7000000000000007
+ 34
+0.0
+ 15
+9.449999999999999
+ 25
+6.299999999999998
+ 35
+0.0
+146
+0.0
+ 13
+0.0
+ 23
+0.0
+ 33
+0.0
+ 16
+1.0
+ 26
+0.0
+ 36
+0.0
+ 17
+0.0
+ 27
+1.0
+ 37
+0.0
+ 76
+     0
+330
+5D
+331
+9C12
+  0
+MATERIAL
+  5
+E2
+102
+{ACAD_REACTORS
+330
+72
+102
+}
+330
+72
+100
+AcDbMaterial
+  1
+ByBlock
+ 73
+     1
+ 78
+     1
+172
+     1
+176
+     1
+270
+     1
+274
+     1
+  0
+MATERIAL
+  5
+96
+102
+{ACAD_REACTORS
+330
+72
+102
+}
+330
+72
+100
+AcDbMaterial
+  1
+ByLayer
+ 73
+     1
+ 78
+     1
+172
+     1
+176
+     1
+270
+     1
+274
+     1
+ 94
+       63
+  0
+MATERIAL
+  5
+98
+102
+{ACAD_REACTORS
+330
+72
+102
+}
+330
+72
+100
+AcDbMaterial
+  1
+Global
+ 73
+     1
+ 78
+     1
+172
+     1
+176
+     1
+270
+     1
+274
+     1
+ 94
+       63
+  0
+MLEADERSTYLE
+  5
+A91
+102
+{ACAD_REACTORS
+330
+B5
+102
+}
+330
+B5
+100
+AcDbMLeaderStyle
+179
+     2
+170
+     2
+171
+     1
+172
+     0
+ 90
+        2
+ 40
+0.0
+ 41
+0.0
+173
+     1
+ 91
+-1056964608
+340
+14
+ 92
+       -2
+290
+     1
+ 42
+2.0
+291
+     1
+ 43
+0.36
+  3
+Standard
+ 44
+4.0
+300
+
+342
+11
+174
+     1
+178
+     6
+175
+     1
+176
+     0
+ 93
+-1056964608
+ 45
+4.0
+292
+     0
+297
+     0
+ 46
+4.0
+ 94
+-1056964608
+ 47
+1.0
+ 49
+1.0
+140
+1.0
+293
+     1
+141
+0.0
+294
+     1
+177
+     0
+142
+1.0
+295
+     0
+296
+     0
+143
+0.125
+271
+     0
+272
+     9
+273
+     9
+298
+     0
+  0
+MLINESTYLE
+  5
+18
+102
+{ACAD_REACTORS
+330
+17
+102
+}
+330
+17
+100
+AcDbMlineStyle
+  2
+STANDARD
+ 70
+     0
+  3
+
+ 62
+   256
+ 51
+90.0
+ 52
+90.0
+ 71
+     2
+ 49
+0.5
+ 62
+   256
+  6
+BYLAYER
+ 49
+-0.5
+ 62
+   256
+  6
+BYLAYER
+  0
+ACDBPLACEHOLDER
+  5
+F
+102
+{ACAD_REACTORS
+330
+E
+102
+}
+330
+E
+  0
+SCALE
+  5
+B7
+102
+{ACAD_REACTORS
+330
+B6
+102
+}
+330
+B6
+100
+AcDbScale
+ 70
+     0
+300
+1:1
+140
+1.0
+141
+1.0
+290
+     1
+  0
+SCALE
+  5
+B8
+102
+{ACAD_REACTORS
+330
+B6
+102
+}
+330
+B6
+100
+AcDbScale
+ 70
+     0
+300
+1:2
+140
+1.0
+141
+2.0
+290
+     0
+  0
+SCALE
+  5
+B9
+102
+{ACAD_REACTORS
+330
+B6
+102
+}
+330
+B6
+100
+AcDbScale
+ 70
+     0
+300
+1:4
+140
+1.0
+141
+4.0
+290
+     0
+  0
+SCALE
+  5
+BA
+102
+{ACAD_REACTORS
+330
+B6
+102
+}
+330
+B6
+100
+AcDbScale
+ 70
+     0
+300
+1:5
+140
+1.0
+141
+5.0
+290
+     0
+  0
+SCALE
+  5
+BB
+102
+{ACAD_REACTORS
+330
+B6
+102
+}
+330
+B6
+100
+AcDbScale
+ 70
+     0
+300
+1:8
+140
+1.0
+141
+8.0
+290
+     0
+  0
+SCALE
+  5
+BC
+102
+{ACAD_REACTORS
+330
+B6
+102
+}
+330
+B6
+100
+AcDbScale
+ 70
+     0
+300
+1:10
+140
+1.0
+141
+10.0
+290
+     0
+  0
+SCALE
+  5
+BD
+102
+{ACAD_REACTORS
+330
+B6
+102
+}
+330
+B6
+100
+AcDbScale
+ 70
+     0
+300
+1:16
+140
+1.0
+141
+16.0
+290
+     0
+  0
+SCALE
+  5
+BE
+102
+{ACAD_REACTORS
+330
+B6
+102
+}
+330
+B6
+100
+AcDbScale
+ 70
+     0
+300
+1:20
+140
+1.0
+141
+20.0
+290
+     0
+  0
+SCALE
+  5
+BF
+102
+{ACAD_REACTORS
+330
+B6
+102
+}
+330
+B6
+100
+AcDbScale
+ 70
+     0
+300
+1:30
+140
+1.0
+141
+30.0
+290
+     0
+  0
+SCALE
+  5
+C0
+102
+{ACAD_REACTORS
+330
+B6
+102
+}
+330
+B6
+100
+AcDbScale
+ 70
+     0
+300
+1:40
+140
+1.0
+141
+40.0
+290
+     0
+  0
+SCALE
+  5
+C1
+102
+{ACAD_REACTORS
+330
+B6
+102
+}
+330
+B6
+100
+AcDbScale
+ 70
+     0
+300
+1:50
+140
+1.0
+141
+50.0
+290
+     0
+  0
+SCALE
+  5
+C2
+102
+{ACAD_REACTORS
+330
+B6
+102
+}
+330
+B6
+100
+AcDbScale
+ 70
+     0
+300
+1:100
+140
+1.0
+141
+100.0
+290
+     0
+  0
+SCALE
+  5
+C3
+102
+{ACAD_REACTORS
+330
+B6
+102
+}
+330
+B6
+100
+AcDbScale
+ 70
+     0
+300
+2:1
+140
+2.0
+141
+1.0
+290
+     0
+  0
+SCALE
+  5
+C4
+102
+{ACAD_REACTORS
+330
+B6
+102
+}
+330
+B6
+100
+AcDbScale
+ 70
+     0
+300
+4:1
+140
+4.0
+141
+1.0
+290
+     0
+  0
+SCALE
+  5
+C5
+102
+{ACAD_REACTORS
+330
+B6
+102
+}
+330
+B6
+100
+AcDbScale
+ 70
+     0
+300
+8:1
+140
+8.0
+141
+1.0
+290
+     0
+  0
+SCALE
+  5
+C6
+102
+{ACAD_REACTORS
+330
+B6
+102
+}
+330
+B6
+100
+AcDbScale
+ 70
+     0
+300
+10:1
+140
+10.0
+141
+1.0
+290
+     0
+  0
+SCALE
+  5
+C7
+102
+{ACAD_REACTORS
+330
+B6
+102
+}
+330
+B6
+100
+AcDbScale
+ 70
+     0
+300
+100:1
+140
+100.0
+141
+1.0
+290
+     0
+  0
+SCALE
+  5
+C8
+102
+{ACAD_REACTORS
+330
+B6
+102
+}
+330
+B6
+100
+AcDbScale
+ 70
+     0
+300
+1/128" = 1'-0"
+140
+0.0078125
+141
+12.0
+290
+     0
+  0
+SCALE
+  5
+C9
+102
+{ACAD_REACTORS
+330
+B6
+102
+}
+330
+B6
+100
+AcDbScale
+ 70
+     0
+300
+1/64" = 1'-0"
+140
+0.015625
+141
+12.0
+290
+     0
+  0
+SCALE
+  5
+CA
+102
+{ACAD_REACTORS
+330
+B6
+102
+}
+330
+B6
+100
+AcDbScale
+ 70
+     0
+300
+1/32" = 1'-0"
+140
+0.03125
+141
+12.0
+290
+     0
+  0
+SCALE
+  5
+CB
+102
+{ACAD_REACTORS
+330
+B6
+102
+}
+330
+B6
+100
+AcDbScale
+ 70
+     0
+300
+1/16" = 1'-0"
+140
+0.0625
+141
+12.0
+290
+     0
+  0
+SCALE
+  5
+CC
+102
+{ACAD_REACTORS
+330
+B6
+102
+}
+330
+B6
+100
+AcDbScale
+ 70
+     0
+300
+3/32" = 1'-0"
+140
+0.09375
+141
+12.0
+290
+     0
+  0
+SCALE
+  5
+CD
+102
+{ACAD_REACTORS
+330
+B6
+102
+}
+330
+B6
+100
+AcDbScale
+ 70
+     0
+300
+1/8" = 1'-0"
+140
+0.125
+141
+12.0
+290
+     0
+  0
+SCALE
+  5
+CE
+102
+{ACAD_REACTORS
+330
+B6
+102
+}
+330
+B6
+100
+AcDbScale
+ 70
+     0
+300
+3/16" = 1'-0"
+140
+0.1875
+141
+12.0
+290
+     0
+  0
+SCALE
+  5
+CF
+102
+{ACAD_REACTORS
+330
+B6
+102
+}
+330
+B6
+100
+AcDbScale
+ 70
+     0
+300
+1/4" = 1'-0"
+140
+0.25
+141
+12.0
+290
+     0
+  0
+SCALE
+  5
+D0
+102
+{ACAD_REACTORS
+330
+B6
+102
+}
+330
+B6
+100
+AcDbScale
+ 70
+     0
+300
+3/8" = 1'-0"
+140
+0.375
+141
+12.0
+290
+     0
+  0
+SCALE
+  5
+D1
+102
+{ACAD_REACTORS
+330
+B6
+102
+}
+330
+B6
+100
+AcDbScale
+ 70
+     0
+300
+1/2" = 1'-0"
+140
+0.5
+141
+12.0
+290
+     0
+  0
+SCALE
+  5
+D2
+102
+{ACAD_REACTORS
+330
+B6
+102
+}
+330
+B6
+100
+AcDbScale
+ 70
+     0
+300
+3/4" = 1'-0"
+140
+0.75
+141
+12.0
+290
+     0
+  0
+SCALE
+  5
+D3
+102
+{ACAD_REACTORS
+330
+B6
+102
+}
+330
+B6
+100
+AcDbScale
+ 70
+     0
+300
+1" = 1'-0"
+140
+1.0
+141
+12.0
+290
+     0
+  0
+SCALE
+  5
+D4
+102
+{ACAD_REACTORS
+330
+B6
+102
+}
+330
+B6
+100
+AcDbScale
+ 70
+     0
+300
+1-1/2" = 1'-0"
+140
+1.5
+141
+12.0
+290
+     0
+  0
+SCALE
+  5
+D5
+102
+{ACAD_REACTORS
+330
+B6
+102
+}
+330
+B6
+100
+AcDbScale
+ 70
+     0
+300
+3" = 1'-0"
+140
+3.0
+141
+12.0
+290
+     0
+  0
+SCALE
+  5
+D6
+102
+{ACAD_REACTORS
+330
+B6
+102
+}
+330
+B6
+100
+AcDbScale
+ 70
+     0
+300
+6" = 1'-0"
+140
+6.0
+141
+12.0
+290
+     0
+  0
+SCALE
+  5
+D7
+102
+{ACAD_REACTORS
+330
+B6
+102
+}
+330
+B6
+100
+AcDbScale
+ 70
+     0
+300
+1'-0" = 1'-0"
+140
+12.0
+141
+12.0
+290
+     0
+  0
+ACDBSECTIONVIEWSTYLE
+  5
+76E5
+102
+{ACAD_XDICTIONARY
+360
+B0AF
+102
+}
+102
+{ACAD_REACTORS
+330
+6ED6
+102
+}
+330
+6ED6
+100
+AcDbModelDocViewStyle
+ 70
+     0
+  3
+Imperial24
+290
+     0
+100
+AcDbSectionViewStyle
+ 70
+     0
+ 71
+     0
+ 90
+       78
+ 71
+     1
+340
+11
+ 62
+   256
+ 40
+0.24
+340
+0
+340
+0
+ 62
+   256
+ 40
+0.24
+300
+I, O, Q, S, X, Z
+ 40
+0.48
+ 90
+        3
+ 40
+0.18
+ 90
+        1
+ 71
+     2
+340
+16
+ 90
+       25
+ 62
+   256
+340
+16
+ 90
+       50
+ 62
+   256
+ 40
+0.24
+ 40
+0.0
+ 40
+0.24
+ 71
+     3
+340
+11
+ 62
+   256
+ 40
+0.24
+ 90
+        1
+ 40
+0.75
+ 90
+        1
+300
+%<\AcVar ViewType \f "%tc1">% %<\AcVar ViewSectionStartId>%-%<\AcVar ViewSectionEndId>%\PECHELLE %<\AcVar ViewScale \f "%sn">%
+ 71
+     4
+ 62
+   256
+ 62
+   257
+300
+ANSI31
+ 40
+1.0
+ 90
+        0
+290
+     0
+290
+     0
+ 90
+        6
+ 40
+0.0
+ 40
+1.570796326794896
+ 40
+0.2617993877991494
+ 40
+1.308996938995747
+ 40
+-0.2617993877991494
+ 40
+1.832595714594044
+  0
+ACDBSECTIONVIEWSTYLE
+  5
+9926
+102
+{ACAD_XDICTIONARY
+360
+B0B3
+102
+}
+102
+{ACAD_REACTORS
+330
+6ED6
+102
+}
+330
+6ED6
+100
+AcDbModelDocViewStyle
+ 70
+     0
+  3
+Metric50
+290
+     0
+100
+AcDbSectionViewStyle
+ 70
+     0
+ 71
+     0
+ 90
+      102
+ 71
+     1
+340
+11
+ 62
+   256
+ 40
+5.0
+340
+0
+340
+0
+ 62
+   256
+ 40
+5.0
+300
+I, O, Q, S, X, Z
+ 40
+10.0
+ 90
+        0
+ 40
+2.5
+ 90
+        0
+ 71
+     2
+340
+16
+ 90
+       25
+ 62
+   256
+340
+16
+ 90
+       50
+ 62
+   256
+ 40
+5.0
+ 40
+2.5
+ 40
+5.0
+ 71
+     3
+340
+11
+ 62
+   256
+ 40
+5.0
+ 90
+        0
+ 40
+15.0
+ 90
+        1
+300
+%<\AcVar ViewSectionStartId>%-%<\AcVar ViewSectionEndId>% (%<\AcVar ViewScale \f "%sn">%)
+ 71
+     4
+ 62
+   256
+ 62
+   257
+300
+ANSI31
+ 40
+1.0
+ 90
+        0
+290
+     0
+290
+     0
+ 90
+        6
+ 40
+0.0
+ 40
+1.570796326794896
+ 40
+0.2617993877991494
+ 40
+1.308996938995747
+ 40
+-0.2617993877991494
+ 40
+1.832595714594044
+  0
+TABLESTYLE
+  5
+87
+102
+{ACAD_XDICTIONARY
+360
+B057
+102
+}
+102
+{ACAD_REACTORS
+330
+86
+102
+}
+330
+86
+100
+AcDbTableStyle
+280
+     0
+  3
+Standard
+ 70
+     0
+ 71
+     0
+ 40
+0.06
+ 41
+0.06
+280
+     0
+281
+     0
+  7
+Standard
+140
+0.18
+170
+     2
+ 62
+     0
+ 63
+     7
+283
+     0
+ 90
+      512
+ 91
+        0
+  1
+
+274
+    -2
+284
+     1
+ 64
+     0
+275
+    -2
+285
+     1
+ 65
+     0
+276
+    -2
+286
+     1
+ 66
+     0
+277
+    -2
+287
+     1
+ 67
+     0
+278
+    -2
+288
+     1
+ 68
+     0
+279
+    -2
+289
+     1
+ 69
+     0
+  7
+Standard
+140
+0.25
+170
+     5
+ 62
+     0
+ 63
+     7
+283
+     0
+ 90
+      512
+ 91
+        0
+  1
+
+274
+    -2
+284
+     1
+ 64
+     0
+275
+    -2
+285
+     1
+ 65
+     0
+276
+    -2
+286
+     1
+ 66
+     0
+277
+    -2
+287
+     1
+ 67
+     0
+278
+    -2
+288
+     1
+ 68
+     0
+279
+    -2
+289
+     1
+ 69
+     0
+  7
+Standard
+140
+0.18
+170
+     5
+ 62
+     0
+ 63
+     7
+283
+     0
+ 90
+      512
+ 91
+        0
+  1
+
+274
+    -2
+284
+     1
+ 64
+     0
+275
+    -2
+285
+     1
+ 65
+     0
+276
+    -2
+286
+     1
+ 66
+     0
+277
+    -2
+287
+     1
+ 67
+     0
+278
+    -2
+288
+     1
+ 68
+     0
+279
+    -2
+289
+     1
+ 69
+     0
+  0
+VISUALSTYLE
+  5
+9F
+102
+{ACAD_REACTORS
+330
+99
+102
+}
+330
+99
+100
+AcDbVisualStyle
+  2
+
+ 70
+     4
+177
+     3
+291
+     0
+ 70
+    58
+ 90
+        0
+176
+     1
+ 90
+        2
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        0
+176
+     1
+ 40
+0.6
+176
+     1
+ 40
+30.0
+176
+     1
+ 62
+     7
+420
+ 16777215
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        4
+176
+     1
+ 62
+     7
+176
+     1
+ 62
+   257
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        1
+176
+     1
+ 40
+1.0
+176
+     1
+ 90
+        0
+176
+     1
+ 62
+   257
+176
+     1
+ 40
+1.0
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        6
+176
+     1
+ 90
+        2
+176
+     1
+ 62
+     7
+176
+     1
+ 90
+        5
+176
+     1
+ 90
+        0
+176
+     1
+ 90
+        0
+176
+     1
+290
+     0
+176
+     1
+ 90
+        1
+176
+     1
+ 40
+0.0
+176
+     1
+ 90
+        0
+176
+     1
+290
+     1
+176
+     1
+290
+     1
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 40
+0.0
+176
+     1
+ 40
+1.0
+176
+     1
+ 90
+        0
+176
+     1
+ 62
+    18
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+        3
+176
+     1
+ 62
+     5
+420
+      255
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+       50
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 62
+   256
+176
+     0
+ 40
+1.0
+176
+     0
+ 90
+        2
+176
+     1
+  1
+strokes_ogs.tif
+176
+     1
+290
+     0
+176
+     1
+ 40
+1.0
+176
+     1
+ 40
+1.0
+176
+     1
+  0
+VISUALSTYLE
+  5
+A1
+102
+{ACAD_REACTORS
+330
+99
+102
+}
+330
+99
+100
+AcDbVisualStyle
+  2
+
+ 70
+     6
+177
+     3
+291
+     0
+ 70
+    58
+ 90
+        1
+176
+     1
+ 90
+        2
+176
+     1
+ 90
+        2
+176
+     1
+ 90
+        0
+176
+     1
+ 40
+0.6
+176
+     1
+ 40
+30.0
+176
+     1
+ 62
+     7
+420
+ 16777215
+176
+     1
+ 90
+        2
+176
+     1
+ 90
+        2
+176
+     1
+ 62
+     7
+176
+     1
+ 62
+   257
+176
+     1
+ 90
+        2
+176
+     1
+ 90
+        1
+176
+     1
+ 40
+40.0
+176
+     1
+ 90
+        0
+176
+     1
+ 62
+   257
+176
+     1
+ 40
+1.0
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        6
+176
+     1
+ 90
+        2
+176
+     1
+ 62
+     7
+176
+     1
+ 90
+        3
+176
+     1
+ 90
+        0
+176
+     1
+ 90
+        0
+176
+     1
+290
+     0
+176
+     1
+ 90
+        1
+176
+     1
+ 40
+0.0
+176
+     1
+ 90
+        0
+176
+     1
+290
+     0
+176
+     1
+290
+     1
+176
+     1
+290
+     1
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 40
+0.0
+176
+     1
+ 40
+1.0
+176
+     1
+ 90
+        0
+176
+     1
+ 62
+    18
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+        3
+176
+     1
+ 62
+     5
+420
+      255
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+       50
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 62
+   256
+176
+     0
+ 40
+1.0
+176
+     0
+ 90
+        2
+176
+     1
+  1
+strokes_ogs.tif
+176
+     1
+290
+     0
+176
+     1
+ 40
+1.0
+176
+     1
+ 40
+1.0
+176
+     1
+  0
+VISUALSTYLE
+  5
+A0
+102
+{ACAD_REACTORS
+330
+99
+102
+}
+330
+99
+100
+AcDbVisualStyle
+  2
+
+ 70
+     5
+177
+     3
+291
+     0
+ 70
+    58
+ 90
+        0
+176
+     1
+ 90
+        2
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        0
+176
+     1
+ 40
+0.6
+176
+     1
+ 40
+30.0
+176
+     1
+ 62
+     7
+420
+ 16777215
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        4
+176
+     1
+ 62
+     7
+176
+     1
+ 62
+   257
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        1
+176
+     1
+ 40
+1.0
+176
+     1
+ 90
+        0
+176
+     1
+ 62
+   257
+176
+     1
+ 40
+1.0
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        6
+176
+     1
+ 90
+        2
+176
+     1
+ 62
+     7
+176
+     1
+ 90
+        5
+176
+     1
+ 90
+        0
+176
+     1
+ 90
+        0
+176
+     1
+290
+     0
+176
+     1
+ 90
+        1
+176
+     1
+ 40
+0.0
+176
+     1
+ 90
+        0
+176
+     1
+290
+     0
+176
+     1
+290
+     1
+176
+     1
+290
+     1
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 40
+0.0
+176
+     1
+ 40
+1.0
+176
+     1
+ 90
+        0
+176
+     1
+ 62
+    18
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+        3
+176
+     1
+ 62
+     5
+420
+      255
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+       50
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 62
+   256
+176
+     0
+ 40
+1.0
+176
+     0
+ 90
+        2
+176
+     1
+  1
+strokes_ogs.tif
+176
+     1
+290
+     0
+176
+     1
+ 40
+1.0
+176
+     1
+ 40
+1.0
+176
+     1
+  0
+VISUALSTYLE
+  5
+9E
+102
+{ACAD_REACTORS
+330
+99
+102
+}
+330
+99
+100
+AcDbVisualStyle
+  2
+
+ 70
+     7
+177
+     3
+291
+     1
+ 70
+    58
+ 90
+        1
+176
+     1
+ 90
+        0
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        0
+176
+     1
+ 40
+0.6
+176
+     1
+ 40
+30.0
+176
+     1
+ 62
+     7
+420
+ 16777215
+176
+     1
+ 90
+        0
+176
+     1
+ 90
+        4
+176
+     1
+ 62
+     7
+176
+     1
+ 62
+   257
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        1
+176
+     1
+ 40
+1.0
+176
+     1
+ 90
+        8
+176
+     1
+ 62
+     7
+176
+     1
+ 40
+1.0
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        6
+176
+     1
+ 90
+        2
+176
+     1
+ 62
+     7
+176
+     1
+ 90
+        5
+176
+     1
+ 90
+        0
+176
+     1
+ 90
+        0
+176
+     1
+290
+     0
+176
+     1
+ 90
+        1
+176
+     1
+ 40
+0.0
+176
+     1
+ 90
+        0
+176
+     1
+290
+     0
+176
+     1
+290
+     1
+176
+     1
+290
+     1
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 40
+0.0
+176
+     1
+ 40
+1.0
+176
+     1
+ 90
+        0
+176
+     1
+ 62
+    18
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+        3
+176
+     1
+ 62
+     5
+420
+      255
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+       50
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 62
+   256
+176
+     0
+ 40
+1.0
+176
+     0
+ 90
+        2
+176
+     1
+  1
+strokes_ogs.tif
+176
+     1
+290
+     0
+176
+     1
+ 40
+1.0
+176
+     1
+ 40
+1.0
+176
+     1
+  0
+VISUALSTYLE
+  5
+A5
+102
+{ACAD_REACTORS
+330
+99
+102
+}
+330
+99
+100
+AcDbVisualStyle
+  2
+
+ 70
+    12
+177
+     3
+291
+     1
+ 70
+    58
+ 90
+        2
+176
+     1
+ 90
+        2
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        0
+176
+     1
+ 40
+0.6
+176
+     1
+ 40
+30.0
+176
+     1
+ 62
+     7
+420
+ 16777215
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        4
+176
+     1
+ 62
+     7
+176
+     1
+ 62
+   257
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        1
+176
+     1
+ 40
+1.0
+176
+     1
+ 90
+        8
+176
+     1
+ 62
+     7
+176
+     1
+ 40
+1.0
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        6
+176
+     1
+ 90
+        2
+176
+     1
+ 62
+     7
+176
+     1
+ 90
+        5
+176
+     1
+ 90
+        0
+176
+     1
+ 90
+        0
+176
+     1
+290
+     0
+176
+     1
+ 90
+        1
+176
+     1
+ 40
+50.0
+176
+     1
+ 90
+        0
+176
+     1
+290
+     0
+176
+     1
+290
+     1
+176
+     1
+290
+     1
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 40
+0.0
+176
+     1
+ 40
+1.0
+176
+     1
+ 90
+        0
+176
+     1
+ 62
+    18
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+        3
+176
+     1
+ 62
+     5
+420
+      255
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+       50
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 62
+   256
+176
+     0
+ 40
+1.0
+176
+     0
+ 90
+        2
+176
+     1
+  1
+strokes_ogs.tif
+176
+     1
+290
+     0
+176
+     1
+ 40
+1.0
+176
+     1
+ 40
+1.0
+176
+     1
+  0
+VISUALSTYLE
+  5
+A9
+102
+{ACAD_REACTORS
+330
+99
+102
+}
+330
+99
+100
+AcDbVisualStyle
+  2
+
+ 70
+    16
+177
+     3
+291
+     1
+ 70
+    58
+ 90
+        2
+176
+     1
+ 90
+        2
+176
+     1
+ 90
+        3
+176
+     1
+ 90
+        0
+176
+     1
+ 40
+0.6
+176
+     1
+ 40
+30.0
+176
+     1
+ 62
+     8
+420
+  8421504
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        4
+176
+     1
+ 62
+     7
+176
+     1
+ 62
+   257
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        1
+176
+     1
+ 40
+1.0
+176
+     1
+ 90
+        8
+176
+     1
+ 62
+     8
+420
+  8421504
+176
+     1
+ 40
+1.0
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        6
+176
+     1
+ 90
+        2
+176
+     1
+ 62
+     7
+176
+     1
+ 90
+        5
+176
+     1
+ 90
+        0
+176
+     1
+ 90
+        0
+176
+     1
+290
+     0
+176
+     1
+ 90
+        1
+176
+     1
+ 40
+0.0
+176
+     1
+ 90
+        0
+176
+     1
+290
+     0
+176
+     1
+290
+     1
+176
+     1
+290
+     1
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 40
+0.0
+176
+     1
+ 40
+1.0
+176
+     1
+ 90
+        0
+176
+     1
+ 62
+    18
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+        3
+176
+     1
+ 62
+     5
+420
+      255
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+       50
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 62
+   256
+176
+     0
+ 40
+1.0
+176
+     0
+ 90
+        2
+176
+     1
+  1
+strokes_ogs.tif
+176
+     1
+290
+     0
+176
+     1
+ 40
+1.0
+176
+     1
+ 40
+1.0
+176
+     1
+  0
+VISUALSTYLE
+  5
+A2
+102
+{ACAD_REACTORS
+330
+99
+102
+}
+330
+99
+100
+AcDbVisualStyle
+  2
+
+ 70
+     9
+177
+     3
+291
+     0
+ 70
+    58
+ 90
+        3
+176
+     1
+ 90
+        2
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        0
+176
+     1
+ 40
+0.6
+176
+     1
+ 40
+30.0
+176
+     1
+ 62
+     7
+420
+ 16777215
+176
+     1
+ 90
+        2
+176
+     1
+ 90
+        2
+176
+     1
+ 62
+     7
+176
+     1
+ 62
+   257
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        1
+176
+     1
+ 40
+40.0
+176
+     1
+ 90
+        8
+176
+     1
+ 62
+     7
+176
+     1
+ 40
+1.0
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        6
+176
+     1
+ 90
+        2
+176
+     1
+ 62
+     7
+176
+     1
+ 90
+        3
+176
+     1
+ 90
+        0
+176
+     1
+ 90
+        0
+176
+     1
+290
+     0
+176
+     1
+ 90
+        1
+176
+     1
+ 40
+0.0
+176
+     1
+ 90
+        0
+176
+     1
+290
+     0
+176
+     1
+290
+     1
+176
+     1
+290
+     1
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 40
+0.0
+176
+     1
+ 40
+1.0
+176
+     1
+ 90
+        0
+176
+     1
+ 62
+    18
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+        3
+176
+     1
+ 62
+     5
+420
+      255
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+       50
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 62
+   256
+176
+     0
+ 40
+1.0
+176
+     0
+ 90
+        2
+176
+     1
+  1
+strokes_ogs.tif
+176
+     1
+290
+     0
+176
+     1
+ 40
+1.0
+176
+     1
+ 40
+1.0
+176
+     1
+  0
+VISUALSTYLE
+  5
+A4
+102
+{ACAD_REACTORS
+330
+99
+102
+}
+330
+99
+100
+AcDbVisualStyle
+  2
+
+ 70
+    11
+177
+     3
+291
+     1
+ 70
+    58
+ 90
+        2
+176
+     1
+ 90
+        2
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        0
+176
+     1
+ 40
+0.6
+176
+     1
+ 40
+30.0
+176
+     1
+ 62
+     7
+420
+ 16777215
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        4
+176
+     1
+ 62
+     7
+176
+     1
+ 62
+   257
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        1
+176
+     1
+ 40
+1.0
+176
+     1
+ 90
+        8
+176
+     1
+ 62
+     7
+176
+     1
+ 40
+1.0
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        6
+176
+     1
+ 90
+        2
+176
+     1
+ 62
+     7
+176
+     1
+ 90
+        5
+176
+     1
+ 90
+        0
+176
+     1
+ 90
+        0
+176
+     1
+290
+     0
+176
+     1
+ 90
+        1
+176
+     1
+ 40
+-50.0
+176
+     1
+ 90
+        0
+176
+     1
+290
+     0
+176
+     1
+290
+     1
+176
+     1
+290
+     1
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 40
+0.0
+176
+     1
+ 40
+1.0
+176
+     1
+ 90
+        0
+176
+     1
+ 62
+    18
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+        3
+176
+     1
+ 62
+     5
+420
+      255
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+       50
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 62
+   256
+176
+     0
+ 40
+1.0
+176
+     0
+ 90
+        2
+176
+     1
+  1
+strokes_ogs.tif
+176
+     1
+290
+     0
+176
+     1
+ 40
+1.0
+176
+     1
+ 40
+1.0
+176
+     1
+  0
+VISUALSTYLE
+  5
+AA9
+102
+{ACAD_REACTORS
+330
+99
+102
+}
+330
+99
+100
+AcDbVisualStyle
+  2
+
+ 70
+    22
+177
+     3
+291
+     1
+ 70
+    58
+ 90
+        2
+176
+     1
+ 90
+        2
+176
+     1
+ 90
+        0
+176
+     1
+ 90
+        0
+176
+     1
+ 40
+0.6
+176
+     1
+ 40
+30.0
+176
+     1
+ 62
+     7
+420
+ 16777215
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        4
+176
+     1
+ 62
+     7
+176
+     1
+ 62
+   257
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        1
+176
+     1
+ 40
+1.0
+176
+     1
+ 90
+        8
+176
+     1
+ 62
+     7
+176
+     1
+ 40
+1.0
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        6
+176
+     1
+ 90
+        2
+176
+     1
+ 62
+     7
+176
+     1
+ 90
+        5
+176
+     1
+ 90
+        0
+176
+     1
+ 90
+        0
+176
+     1
+290
+     0
+176
+     1
+ 90
+        1
+176
+     1
+ 40
+0.0
+176
+     1
+ 90
+        0
+176
+     1
+290
+     0
+176
+     1
+290
+     1
+176
+     1
+290
+     1
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 40
+0.0
+176
+     1
+ 40
+1.0
+176
+     1
+ 90
+        0
+176
+     1
+ 62
+    18
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+        3
+176
+     1
+ 62
+     5
+420
+      255
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+       50
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 62
+   256
+176
+     0
+ 40
+1.0
+176
+     0
+ 90
+        2
+176
+     1
+  1
+strokes_ogs.tif
+176
+     1
+290
+     0
+176
+     1
+ 40
+1.0
+176
+     1
+ 40
+1.0
+176
+     1
+  0
+VISUALSTYLE
+  5
+A8
+102
+{ACAD_REACTORS
+330
+99
+102
+}
+330
+99
+100
+AcDbVisualStyle
+  2
+
+ 70
+    15
+177
+     3
+291
+     1
+ 70
+    58
+ 90
+        2
+176
+     1
+ 90
+        2
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        0
+176
+     1
+ 40
+0.6
+176
+     1
+ 40
+30.0
+176
+     1
+ 62
+     7
+420
+ 16777215
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        4
+176
+     1
+ 62
+     7
+176
+     1
+ 62
+   257
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        1
+176
+     1
+ 40
+1.0
+176
+     1
+ 90
+        8
+176
+     1
+ 62
+     7
+176
+     1
+ 40
+1.0
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        6
+176
+     1
+ 90
+        2
+176
+     1
+ 62
+     7
+176
+     1
+ 90
+        5
+176
+     1
+ 90
+        0
+176
+     1
+ 90
+        0
+176
+     1
+290
+     0
+176
+     1
+ 90
+        1
+176
+     1
+ 40
+0.0
+176
+     1
+ 90
+        0
+176
+     1
+290
+     0
+176
+     1
+290
+     1
+176
+     1
+290
+     1
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 40
+0.0
+176
+     1
+ 40
+1.0
+176
+     1
+ 90
+        0
+176
+     1
+ 62
+    18
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+        3
+176
+     1
+ 62
+     5
+420
+      255
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+       50
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 62
+   256
+176
+     0
+ 40
+1.0
+176
+     0
+ 90
+        2
+176
+     1
+  1
+strokes_ogs.tif
+176
+     1
+290
+     0
+176
+     1
+ 40
+1.0
+176
+     1
+ 40
+1.0
+176
+     1
+  0
+VISUALSTYLE
+  5
+9A
+102
+{ACAD_REACTORS
+330
+99
+102
+}
+330
+99
+100
+AcDbVisualStyle
+  2
+
+ 70
+     0
+177
+     3
+291
+     1
+ 70
+    58
+ 90
+        2
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        2
+176
+     1
+ 40
+0.6
+176
+     1
+ 40
+30.0
+176
+     1
+ 62
+     7
+420
+ 16777215
+176
+     1
+ 90
+        0
+176
+     1
+ 90
+        4
+176
+     1
+ 62
+     7
+176
+     1
+ 62
+   257
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        1
+176
+     1
+ 40
+1.0
+176
+     1
+ 90
+        8
+176
+     1
+ 62
+     7
+176
+     1
+ 40
+1.0
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        6
+176
+     1
+ 90
+        2
+176
+     1
+ 62
+     7
+176
+     1
+ 90
+        5
+176
+     1
+ 90
+        0
+176
+     1
+ 90
+        0
+176
+     1
+290
+     0
+176
+     1
+ 90
+        1
+176
+     1
+ 40
+0.0
+176
+     1
+ 90
+        0
+176
+     1
+290
+     0
+176
+     1
+290
+     1
+176
+     1
+290
+     1
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 40
+0.0
+176
+     1
+ 40
+1.0
+176
+     1
+ 90
+        0
+176
+     1
+ 62
+    18
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+        3
+176
+     1
+ 62
+     5
+420
+      255
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+       50
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 62
+   256
+176
+     0
+ 40
+1.0
+176
+     0
+ 90
+        2
+176
+     1
+  1
+strokes_ogs.tif
+176
+     1
+290
+     0
+176
+     1
+ 40
+1.0
+176
+     1
+ 40
+1.0
+176
+     1
+  0
+VISUALSTYLE
+  5
+9B
+102
+{ACAD_REACTORS
+330
+99
+102
+}
+330
+99
+100
+AcDbVisualStyle
+  2
+
+ 70
+     1
+177
+     3
+291
+     1
+ 70
+    58
+ 90
+        2
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        2
+176
+     1
+ 40
+0.6
+176
+     1
+ 40
+30.0
+176
+     1
+ 62
+     7
+420
+ 16777215
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        4
+176
+     1
+ 62
+     7
+176
+     1
+ 62
+   257
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        1
+176
+     1
+ 40
+1.0
+176
+     1
+ 90
+        0
+176
+     1
+ 62
+   257
+176
+     1
+ 40
+1.0
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        6
+176
+     1
+ 90
+        2
+176
+     1
+ 62
+     7
+176
+     1
+ 90
+        5
+176
+     1
+ 90
+        0
+176
+     1
+ 90
+        0
+176
+     1
+290
+     0
+176
+     1
+ 90
+        1
+176
+     1
+ 40
+0.0
+176
+     1
+ 90
+        0
+176
+     1
+290
+     0
+176
+     1
+290
+     1
+176
+     1
+290
+     1
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 40
+0.0
+176
+     1
+ 40
+1.0
+176
+     1
+ 90
+        0
+176
+     1
+ 62
+    18
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+        3
+176
+     1
+ 62
+     5
+420
+      255
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+       50
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 62
+   256
+176
+     0
+ 40
+1.0
+176
+     0
+ 90
+        2
+176
+     1
+  1
+strokes_ogs.tif
+176
+     1
+290
+     0
+176
+     1
+ 40
+1.0
+176
+     1
+ 40
+1.0
+176
+     1
+  0
+VISUALSTYLE
+  5
+9C
+102
+{ACAD_REACTORS
+330
+99
+102
+}
+330
+99
+100
+AcDbVisualStyle
+  2
+
+ 70
+     2
+177
+     3
+291
+     1
+ 70
+    58
+ 90
+        2
+176
+     1
+ 90
+        2
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        2
+176
+     1
+ 40
+0.6
+176
+     1
+ 40
+30.0
+176
+     1
+ 62
+     7
+420
+ 16777215
+176
+     1
+ 90
+        0
+176
+     1
+ 90
+        4
+176
+     1
+ 62
+     7
+176
+     1
+ 62
+   257
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        1
+176
+     1
+ 40
+1.0
+176
+     1
+ 90
+        0
+176
+     1
+ 62
+     7
+176
+     1
+ 40
+1.0
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        6
+176
+     1
+ 90
+        2
+176
+     1
+ 62
+     7
+176
+     1
+ 90
+        5
+176
+     1
+ 90
+        0
+176
+     1
+ 90
+        0
+176
+     1
+290
+     0
+176
+     1
+ 90
+        1
+176
+     1
+ 40
+0.0
+176
+     1
+ 90
+        0
+176
+     1
+290
+     0
+176
+     1
+290
+     1
+176
+     1
+290
+     1
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 40
+0.0
+176
+     1
+ 40
+1.0
+176
+     1
+ 90
+        0
+176
+     1
+ 62
+    18
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+        3
+176
+     1
+ 62
+     5
+420
+      255
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+       50
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 62
+   256
+176
+     0
+ 40
+1.0
+176
+     0
+ 90
+        2
+176
+     1
+  1
+strokes_ogs.tif
+176
+     1
+290
+     0
+176
+     1
+ 40
+1.0
+176
+     1
+ 40
+1.0
+176
+     1
+  0
+VISUALSTYLE
+  5
+9D
+102
+{ACAD_REACTORS
+330
+99
+102
+}
+330
+99
+100
+AcDbVisualStyle
+  2
+
+ 70
+     3
+177
+     3
+291
+     1
+ 70
+    58
+ 90
+        2
+176
+     1
+ 90
+        2
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        2
+176
+     1
+ 40
+0.6
+176
+     1
+ 40
+30.0
+176
+     1
+ 62
+     7
+420
+ 16777215
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        4
+176
+     1
+ 62
+     7
+176
+     1
+ 62
+   257
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        1
+176
+     1
+ 40
+1.0
+176
+     1
+ 90
+        0
+176
+     1
+ 62
+   257
+176
+     1
+ 40
+1.0
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        6
+176
+     1
+ 90
+        2
+176
+     1
+ 62
+     7
+176
+     1
+ 90
+        5
+176
+     1
+ 90
+        0
+176
+     1
+ 90
+        0
+176
+     1
+290
+     0
+176
+     1
+ 90
+        1
+176
+     1
+ 40
+0.0
+176
+     1
+ 90
+        0
+176
+     1
+290
+     0
+176
+     1
+290
+     1
+176
+     1
+290
+     1
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 40
+0.0
+176
+     1
+ 40
+1.0
+176
+     1
+ 90
+        0
+176
+     1
+ 62
+    18
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+        3
+176
+     1
+ 62
+     5
+420
+      255
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+       50
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 62
+   256
+176
+     0
+ 40
+1.0
+176
+     0
+ 90
+        2
+176
+     1
+  1
+strokes_ogs.tif
+176
+     1
+290
+     0
+176
+     1
+ 40
+1.0
+176
+     1
+ 40
+1.0
+176
+     1
+  0
+VISUALSTYLE
+  5
+AAF
+102
+{ACAD_REACTORS
+330
+99
+102
+}
+330
+99
+100
+AcDbVisualStyle
+  2
+
+ 70
+     6
+177
+     3
+291
+     0
+ 70
+    58
+ 90
+        1
+176
+     1
+ 90
+        2
+176
+     1
+ 90
+        2
+176
+     1
+ 90
+        0
+176
+     1
+ 40
+0.6
+176
+     1
+ 40
+30.0
+176
+     1
+ 62
+     7
+420
+ 16777215
+176
+     1
+ 90
+        2
+176
+     1
+ 90
+        2
+176
+     1
+ 62
+     7
+176
+     1
+ 62
+   257
+176
+     1
+ 90
+        2
+176
+     1
+ 90
+        1
+176
+     1
+ 40
+40.0
+176
+     1
+ 90
+        0
+176
+     1
+ 62
+   257
+176
+     1
+ 40
+1.0
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        6
+176
+     1
+ 90
+        2
+176
+     1
+ 62
+     7
+176
+     1
+ 90
+        3
+176
+     1
+ 90
+        0
+176
+     1
+ 90
+        0
+176
+     1
+290
+     0
+176
+     1
+ 90
+        1
+176
+     1
+ 40
+0.0
+176
+     1
+ 90
+        0
+176
+     1
+290
+     0
+176
+     1
+290
+     1
+176
+     1
+290
+     1
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 40
+0.0
+176
+     1
+ 40
+1.0
+176
+     1
+ 90
+        0
+176
+     1
+ 62
+    18
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+        3
+176
+     1
+ 62
+     5
+420
+      255
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+       50
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 62
+   256
+176
+     0
+ 40
+1.0
+176
+     0
+ 90
+        2
+176
+     1
+  1
+strokes_ogs.tif
+176
+     1
+290
+     0
+176
+     1
+ 40
+1.0
+176
+     1
+ 40
+1.0
+176
+     1
+  0
+VISUALSTYLE
+  5
+AB0
+102
+{ACAD_REACTORS
+330
+99
+102
+}
+330
+99
+100
+AcDbVisualStyle
+  2
+
+ 70
+    20
+177
+     3
+291
+     1
+ 70
+    58
+ 90
+        2
+176
+     1
+ 90
+        2
+176
+     1
+ 90
+        0
+176
+     1
+ 90
+        0
+176
+     1
+ 40
+0.6
+176
+     1
+ 40
+30.0
+176
+     1
+ 62
+     7
+420
+ 16777215
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        4
+176
+     1
+ 62
+     7
+176
+     1
+ 62
+   257
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        1
+176
+     1
+ 40
+1.0
+176
+     1
+ 90
+       10
+176
+     1
+ 62
+     7
+176
+     1
+ 40
+1.0
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        6
+176
+     1
+ 90
+        2
+176
+     1
+ 62
+     7
+176
+     1
+ 90
+        5
+176
+     1
+ 90
+        0
+176
+     1
+ 90
+        0
+176
+     1
+290
+     0
+176
+     1
+ 90
+        1
+176
+     1
+ 40
+0.0
+176
+     1
+ 90
+        0
+176
+     1
+290
+     0
+176
+     1
+290
+     1
+176
+     1
+290
+     1
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 40
+0.0
+176
+     1
+ 40
+1.0
+176
+     1
+ 90
+        0
+176
+     1
+ 62
+    18
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+        3
+176
+     1
+ 62
+     5
+420
+      255
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+       50
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 62
+   256
+176
+     0
+ 40
+1.0
+176
+     0
+ 90
+        2
+176
+     1
+  1
+strokes_ogs.tif
+176
+     1
+290
+     0
+176
+     1
+ 40
+1.0
+176
+     1
+ 40
+1.0
+176
+     1
+  0
+VISUALSTYLE
+  5
+A7
+102
+{ACAD_REACTORS
+330
+99
+102
+}
+330
+99
+100
+AcDbVisualStyle
+  2
+
+ 70
+    14
+177
+     3
+291
+     1
+ 70
+    58
+ 90
+        2
+176
+     1
+ 90
+        2
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        0
+176
+     1
+ 40
+0.6
+176
+     1
+ 40
+30.0
+176
+     1
+ 62
+     7
+420
+ 16777215
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        4
+176
+     1
+ 62
+     7
+176
+     1
+ 62
+   257
+176
+     1
+ 90
+        7
+176
+     1
+ 90
+        7
+176
+     1
+ 40
+1.0
+176
+     1
+ 90
+        8
+176
+     1
+ 62
+     7
+176
+     1
+ 40
+1.0
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        6
+176
+     1
+ 90
+        2
+176
+     1
+ 62
+     7
+176
+     1
+ 90
+        5
+176
+     1
+ 90
+        0
+176
+     1
+ 90
+        0
+176
+     1
+290
+     0
+176
+     1
+ 90
+        1
+176
+     1
+ 40
+0.0
+176
+     1
+ 90
+        0
+176
+     1
+290
+     0
+176
+     1
+290
+     1
+176
+     1
+290
+     1
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 40
+0.0
+176
+     1
+ 40
+1.0
+176
+     1
+ 90
+        0
+176
+     1
+ 62
+    18
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+        3
+176
+     1
+ 62
+     5
+420
+      255
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+       50
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 62
+   256
+176
+     0
+ 40
+1.0
+176
+     0
+ 90
+        2
+176
+     1
+  1
+strokes_ogs.tif
+176
+     1
+290
+     0
+176
+     1
+ 40
+1.0
+176
+     1
+ 40
+1.0
+176
+     1
+  0
+VISUALSTYLE
+  5
+AB2
+102
+{ACAD_REACTORS
+330
+99
+102
+}
+330
+99
+100
+AcDbVisualStyle
+  2
+
+ 70
+    21
+177
+     3
+291
+     1
+ 70
+    58
+ 90
+        2
+176
+     1
+ 90
+        2
+176
+     1
+ 90
+        0
+176
+     1
+ 90
+        0
+176
+     1
+ 40
+0.6
+176
+     1
+ 40
+30.0
+176
+     1
+ 62
+     7
+420
+ 16777215
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        4
+176
+     1
+ 62
+     7
+176
+     1
+ 62
+   257
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        1
+176
+     1
+ 40
+1.0
+176
+     1
+ 90
+        9
+176
+     1
+ 62
+     7
+176
+     1
+ 40
+1.0
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        6
+176
+     1
+ 90
+        2
+176
+     1
+ 62
+     7
+176
+     1
+ 90
+        5
+176
+     1
+ 90
+        0
+176
+     1
+ 90
+        0
+176
+     1
+290
+     0
+176
+     1
+ 90
+        1
+176
+     1
+ 40
+0.0
+176
+     1
+ 90
+        0
+176
+     1
+290
+     0
+176
+     1
+290
+     1
+176
+     1
+290
+     1
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 40
+0.0
+176
+     1
+ 40
+1.0
+176
+     1
+ 90
+        0
+176
+     1
+ 62
+    18
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+        3
+176
+     1
+ 62
+     5
+420
+      255
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+       50
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 62
+   256
+176
+     0
+ 40
+1.0
+176
+     0
+ 90
+        2
+176
+     1
+  1
+strokes_ogs.tif
+176
+     1
+290
+     0
+176
+     1
+ 40
+1.0
+176
+     1
+ 40
+1.0
+176
+     1
+  0
+VISUALSTYLE
+  5
+A3
+102
+{ACAD_REACTORS
+330
+99
+102
+}
+330
+99
+100
+AcDbVisualStyle
+  2
+
+ 70
+     8
+177
+     3
+291
+     0
+ 70
+    58
+ 90
+        2
+176
+     1
+ 90
+        2
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        0
+176
+     1
+ 40
+0.6
+176
+     1
+ 40
+30.0
+176
+     1
+ 62
+     7
+420
+ 16777215
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        0
+176
+     1
+ 62
+     7
+176
+     1
+ 62
+   257
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        1
+176
+     1
+ 40
+1.0
+176
+     1
+ 90
+        8
+176
+     1
+ 62
+     8
+420
+  7895160
+176
+     1
+ 40
+1.0
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        6
+176
+     1
+ 90
+        2
+176
+     1
+ 62
+     7
+176
+     1
+ 90
+        5
+176
+     1
+ 90
+        0
+176
+     1
+ 90
+        0
+176
+     1
+290
+     0
+176
+     1
+ 90
+       13
+176
+     1
+ 40
+0.0
+176
+     1
+ 90
+        0
+176
+     1
+290
+     0
+176
+     1
+290
+     1
+176
+     1
+290
+     1
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 40
+0.0
+176
+     1
+ 40
+1.0
+176
+     1
+ 90
+        0
+176
+     1
+ 62
+    18
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+        3
+176
+     1
+ 62
+     5
+420
+      255
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+       50
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 62
+   256
+176
+     0
+ 40
+1.0
+176
+     0
+ 90
+        2
+176
+     1
+  1
+strokes_ogs.tif
+176
+     1
+290
+     0
+176
+     1
+ 40
+1.0
+176
+     1
+ 40
+1.0
+176
+     1
+  0
+VISUALSTYLE
+  5
+AB4
+102
+{ACAD_REACTORS
+330
+99
+102
+}
+330
+99
+100
+AcDbVisualStyle
+  2
+
+ 70
+    27
+177
+     3
+291
+     0
+ 70
+    58
+ 90
+        2
+176
+     1
+ 90
+        2
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        2
+176
+     1
+ 40
+0.6
+176
+     1
+ 40
+30.0
+176
+     1
+ 62
+     7
+420
+ 16777215
+176
+     1
+ 90
+        0
+176
+     1
+ 90
+        4
+176
+     1
+ 62
+     7
+176
+     1
+ 62
+   257
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        1
+176
+     1
+ 40
+1.0
+176
+     1
+ 90
+        8
+176
+     1
+ 62
+   257
+176
+     1
+ 40
+1.0
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        6
+176
+     1
+ 90
+        2
+176
+     1
+ 62
+     8
+420
+  7895160
+176
+     1
+ 90
+        3
+176
+     1
+ 90
+        0
+176
+     1
+ 90
+        0
+176
+     1
+290
+     0
+176
+     1
+ 90
+        5
+176
+     1
+ 40
+0.0
+176
+     1
+ 90
+        0
+176
+     1
+290
+     0
+176
+     1
+290
+     1
+176
+     1
+290
+     1
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 40
+0.0
+176
+     1
+ 40
+1.0
+176
+     1
+ 90
+        0
+176
+     1
+ 62
+    18
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+        3
+176
+     1
+ 62
+     5
+420
+      255
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+       50
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 62
+   256
+176
+     0
+ 40
+1.0
+176
+     0
+ 90
+        2
+176
+     1
+  1
+strokes_ogs.tif
+176
+     1
+290
+     0
+176
+     1
+ 40
+1.0
+176
+     1
+ 40
+1.0
+176
+     1
+  0
+VISUALSTYLE
+  5
+AB5
+102
+{ACAD_REACTORS
+330
+99
+102
+}
+330
+99
+100
+AcDbVisualStyle
+  2
+
+ 70
+    26
+177
+     3
+291
+     0
+ 70
+    58
+ 90
+        2
+176
+     1
+ 90
+        2
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        2
+176
+     1
+ 40
+0.6
+176
+     1
+ 40
+30.0
+176
+     1
+ 62
+     7
+420
+ 16777215
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+       10
+176
+     1
+ 62
+     7
+176
+     1
+ 62
+   257
+176
+     1
+ 90
+        2
+176
+     1
+ 90
+        1
+176
+     1
+ 40
+1.0
+176
+     1
+ 90
+        8
+176
+     1
+ 62
+   257
+176
+     1
+ 40
+1.0
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        6
+176
+     1
+ 90
+        2
+176
+     1
+ 62
+     7
+176
+     1
+ 90
+        3
+176
+     1
+ 90
+        0
+176
+     1
+ 90
+        0
+176
+     1
+290
+     0
+176
+     1
+ 90
+        5
+176
+     1
+ 40
+0.0
+176
+     1
+ 90
+        0
+176
+     1
+290
+     0
+176
+     1
+290
+     1
+176
+     1
+290
+     1
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 40
+0.0
+176
+     1
+ 40
+1.0
+176
+     1
+ 90
+        0
+176
+     1
+ 62
+    18
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+        3
+176
+     1
+ 62
+     5
+420
+      255
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+       50
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 62
+   256
+176
+     0
+ 40
+1.0
+176
+     0
+ 90
+        2
+176
+     1
+  1
+strokes_ogs.tif
+176
+     1
+290
+     0
+176
+     1
+ 40
+1.0
+176
+     1
+ 40
+1.0
+176
+     1
+  0
+VISUALSTYLE
+  5
+AB6
+102
+{ACAD_REACTORS
+330
+99
+102
+}
+330
+99
+100
+AcDbVisualStyle
+  2
+
+ 70
+    23
+177
+     3
+291
+     0
+ 70
+    58
+ 90
+        2
+176
+     1
+ 90
+        2
+176
+     1
+ 90
+        3
+176
+     1
+ 90
+        0
+176
+     1
+ 40
+0.6
+176
+     1
+ 40
+30.0
+176
+     1
+ 62
+     7
+420
+ 16777215
+176
+     1
+ 90
+        2
+176
+     1
+ 90
+        2
+176
+     1
+ 62
+     7
+176
+     1
+ 62
+     7
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        1
+176
+     1
+ 40
+40.0
+176
+     1
+ 90
+        8
+176
+     1
+ 62
+     7
+176
+     1
+ 40
+1.0
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        6
+176
+     1
+ 90
+        2
+176
+     1
+ 62
+     7
+176
+     1
+ 90
+        3
+176
+     1
+ 90
+        0
+176
+     1
+ 90
+        0
+176
+     1
+290
+     0
+176
+     1
+ 90
+        1
+176
+     1
+ 40
+0.0
+176
+     1
+ 90
+        0
+176
+     1
+290
+     0
+176
+     1
+290
+     1
+176
+     1
+290
+     1
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 40
+0.0
+176
+     1
+ 40
+1.0
+176
+     1
+ 90
+        0
+176
+     1
+ 62
+    18
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+        3
+176
+     1
+ 62
+     5
+420
+      255
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+       50
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 62
+   256
+176
+     0
+ 40
+1.0
+176
+     0
+ 90
+        2
+176
+     1
+  1
+strokes_ogs.tif
+176
+     1
+290
+     0
+176
+     1
+ 40
+1.0
+176
+     1
+ 40
+1.0
+176
+     1
+  0
+VISUALSTYLE
+  5
+AB7
+102
+{ACAD_REACTORS
+330
+99
+102
+}
+330
+99
+100
+AcDbVisualStyle
+  2
+
+ 70
+    24
+177
+     3
+291
+     0
+ 70
+    58
+ 90
+        1
+176
+     1
+ 90
+        2
+176
+     1
+ 90
+        2
+176
+     1
+ 90
+        0
+176
+     1
+ 40
+0.6
+176
+     1
+ 40
+30.0
+176
+     1
+ 62
+     7
+420
+ 16777215
+176
+     1
+ 90
+        2
+176
+     1
+ 90
+        2
+176
+     1
+ 62
+     7
+176
+     1
+ 62
+     7
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        1
+176
+     1
+ 40
+40.0
+176
+     1
+ 90
+       11
+176
+     1
+ 62
+     7
+176
+     1
+ 40
+1.0
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        6
+176
+     1
+ 90
+        2
+176
+     1
+ 62
+     7
+176
+     1
+ 90
+        6
+176
+     1
+ 90
+        0
+176
+     1
+ 90
+        0
+176
+     1
+290
+     0
+176
+     1
+ 90
+        1
+176
+     1
+ 40
+0.0
+176
+     1
+ 90
+        0
+176
+     1
+290
+     0
+176
+     1
+290
+     1
+176
+     1
+290
+     1
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 40
+0.0
+176
+     1
+ 40
+1.0
+176
+     1
+ 90
+        0
+176
+     1
+ 62
+    18
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+        3
+176
+     1
+ 62
+     5
+420
+      255
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+       50
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 62
+   256
+176
+     0
+ 40
+1.0
+176
+     0
+ 90
+        2
+176
+     1
+  1
+strokes_ogs.tif
+176
+     1
+290
+     0
+176
+     1
+ 40
+1.0
+176
+     1
+ 40
+1.0
+176
+     1
+  0
+VISUALSTYLE
+  5
+A6
+102
+{ACAD_REACTORS
+330
+99
+102
+}
+330
+99
+100
+AcDbVisualStyle
+  2
+
+ 70
+    13
+177
+     3
+291
+     1
+ 70
+    58
+ 90
+        2
+176
+     1
+ 90
+        2
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        0
+176
+     1
+ 40
+0.6
+176
+     1
+ 40
+30.0
+176
+     1
+ 62
+     7
+420
+ 16777215
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        4
+176
+     1
+ 62
+     7
+176
+     1
+ 62
+   257
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        1
+176
+     1
+ 40
+1.0
+176
+     1
+ 90
+       12
+176
+     1
+ 62
+     7
+176
+     1
+ 40
+1.0
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        6
+176
+     1
+ 90
+        2
+176
+     1
+ 62
+     7
+176
+     1
+ 90
+        5
+176
+     1
+ 90
+        0
+176
+     1
+ 90
+        0
+176
+     1
+290
+     0
+176
+     1
+ 90
+        1
+176
+     1
+ 40
+0.0
+176
+     1
+ 90
+        0
+176
+     1
+290
+     0
+176
+     1
+290
+     1
+176
+     1
+290
+     1
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 40
+0.0
+176
+     1
+ 40
+1.0
+176
+     1
+ 90
+        0
+176
+     1
+ 62
+    18
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+        3
+176
+     1
+ 62
+     5
+420
+      255
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+       50
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 62
+   256
+176
+     0
+ 40
+1.0
+176
+     0
+ 90
+        2
+176
+     1
+  1
+strokes_ogs.tif
+176
+     1
+290
+     0
+176
+     1
+ 40
+1.0
+176
+     1
+ 40
+1.0
+176
+     1
+  0
+VISUALSTYLE
+  5
+AB9
+102
+{ACAD_REACTORS
+330
+99
+102
+}
+330
+99
+100
+AcDbVisualStyle
+  2
+
+ 70
+     5
+177
+     3
+291
+     0
+ 70
+    58
+ 90
+        0
+176
+     1
+ 90
+        2
+176
+     1
+ 90
+        0
+176
+     1
+ 90
+        0
+176
+     1
+ 40
+0.6
+176
+     1
+ 40
+30.0
+176
+     1
+ 62
+     7
+420
+ 16777215
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        4
+176
+     1
+ 62
+     7
+176
+     1
+ 62
+   257
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        1
+176
+     1
+ 40
+1.0
+176
+     1
+ 90
+        0
+176
+     1
+ 62
+   257
+176
+     1
+ 40
+1.0
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        6
+176
+     1
+ 90
+        2
+176
+     1
+ 62
+     7
+176
+     1
+ 90
+        3
+176
+     1
+ 90
+        0
+176
+     1
+ 90
+        0
+176
+     1
+290
+     0
+176
+     1
+ 90
+        1
+176
+     1
+ 40
+0.0
+176
+     1
+ 90
+        0
+176
+     1
+290
+     0
+176
+     1
+290
+     1
+176
+     1
+290
+     1
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 40
+0.0
+176
+     1
+ 40
+1.0
+176
+     1
+ 90
+        0
+176
+     1
+ 62
+    18
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+        3
+176
+     1
+ 62
+     5
+420
+      255
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+       50
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 62
+   256
+176
+     0
+ 40
+1.0
+176
+     0
+ 90
+        2
+176
+     1
+  1
+strokes_ogs.tif
+176
+     1
+290
+     0
+176
+     1
+ 40
+1.0
+176
+     1
+ 40
+1.0
+176
+     1
+  0
+VISUALSTYLE
+  5
+ABA
+102
+{ACAD_REACTORS
+330
+99
+102
+}
+330
+99
+100
+AcDbVisualStyle
+  2
+
+ 70
+    25
+177
+     3
+291
+     0
+ 70
+    58
+ 90
+        2
+176
+     1
+ 90
+        2
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        1
+176
+     1
+ 40
+0.5
+176
+     1
+ 40
+30.0
+176
+     1
+ 62
+     7
+420
+ 16777215
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        0
+176
+     1
+ 62
+     7
+176
+     1
+ 62
+   257
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        1
+176
+     1
+ 40
+1.0
+176
+     1
+ 90
+        8
+176
+     1
+ 62
+     7
+176
+     1
+ 40
+1.0
+176
+     1
+ 90
+        1
+176
+     1
+ 90
+        6
+176
+     1
+ 90
+        2
+176
+     1
+ 62
+     7
+176
+     1
+ 90
+        3
+176
+     1
+ 90
+        0
+176
+     1
+ 90
+        0
+176
+     1
+290
+     0
+176
+     1
+ 90
+       13
+176
+     1
+ 40
+0.0
+176
+     1
+ 90
+        0
+176
+     1
+290
+     0
+176
+     1
+290
+     1
+176
+     1
+290
+     1
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 40
+0.0
+176
+     1
+ 40
+1.0
+176
+     1
+ 90
+        0
+176
+     1
+ 62
+    18
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+        3
+176
+     1
+ 62
+     5
+420
+      255
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+       50
+176
+     1
+ 90
+       50
+176
+     1
+290
+     0
+176
+     1
+ 90
+       50
+176
+     1
+ 62
+   256
+176
+     0
+ 40
+1.0
+176
+     0
+ 90
+        2
+176
+     1
+  1
+strokes_ogs.tif
+176
+     1
+290
+     0
+176
+     1
+ 40
+1.0
+176
+     1
+ 40
+1.0
+176
+     1
+  0
+DICTIONARYVAR
+  5
+F6B1
+102
+{ACAD_REACTORS
+330
+66
+102
+}
+330
+66
+100
+DictionaryVariables
+280
+     0
+  1
+0
+  0
+DICTIONARYVAR
+  5
+D8
+102
+{ACAD_REACTORS
+330
+66
+102
+}
+330
+66
+100
+DictionaryVariables
+280
+     0
+  1
+1:1
+  0
+DICTIONARYVAR
+  5
+2E0E
+102
+{ACAD_REACTORS
+330
+66
+102
+}
+330
+66
+100
+DictionaryVariables
+280
+     0
+  1
+STANDARD
+  0
+DICTIONARYVAR
+  5
+89
+102
+{ACAD_REACTORS
+330
+66
+102
+}
+330
+66
+100
+DictionaryVariables
+280
+     0
+  1
+STANDARD
+  0
+DICTIONARYVAR
+  5
+76FB
+102
+{ACAD_REACTORS
+330
+66
+102
+}
+330
+66
+100
+DictionaryVariables
+280
+     0
+  1
+Imperial24
+  0
+DICTIONARYVAR
+  5
+76FC
+102
+{ACAD_REACTORS
+330
+66
+102
+}
+330
+66
+100
+DictionaryVariables
+280
+     0
+  1
+Imperial24
+  0
+DICTIONARYVAR
+  5
+67
+102
+{ACAD_REACTORS
+330
+66
+102
+}
+330
+66
+100
+DictionaryVariables
+280
+     0
+  1
+2
+  0
+DICTIONARYVAR
+  5
+6B
+102
+{ACAD_REACTORS
+330
+66
+102
+}
+330
+66
+100
+DictionaryVariables
+280
+     0
+  1
+1
+  0
+DICTIONARYVAR
+  5
+DF
+102
+{ACAD_REACTORS
+330
+66
+102
+}
+330
+66
+100
+DictionaryVariables
+280
+     0
+  1
+0
+  0
+DICTIONARYVAR
+  5
+6ED4
+102
+{ACAD_REACTORS
+330
+66
+102
+}
+330
+66
+100
+DictionaryVariables
+280
+     0
+  1
+0
+  0
+XRECORD
+  5
+834A
+102
+{ACAD_REACTORS
+330
+2E07
+102
+}
+330
+2E07
+100
+AcDbXrecord
+280
+     1
+ 91
+     1023
+301
+
+290
+     0
+302
+BROUIL
+330
+10
+ 90
+        8
+ 62
+     7
+370
+    -3
+331
+16
+  1
+Color_7
+330
+E4
+ 90
+        8
+ 62
+     7
+370
+    -3
+331
+E6
+  1
+Color_7
+330
+E7
+ 90
+        8
+ 62
+    27
+370
+    -3
+331
+E6
+  1
+Color_27
+330
+E8
+ 90
+        8
+ 62
+    28
+370
+    -3
+331
+E6
+  1
+Color_28
+330
+E9
+ 90
+        8
+ 62
+     7
+370
+    -3
+331
+E6
+  1
+Color_7
+330
+EA
+ 90
+        8
+ 62
+   134
+370
+    -3
+331
+E6
+  1
+Color_134
+330
+EB
+ 90
+        8
+ 62
+     7
+370
+    -3
+331
+16
+  1
+Color_7
+330
+EC
+ 90
+        8
+ 62
+     9
+370
+    -3
+331
+E6
+  1
+Color_9
+330
+423
+ 90
+        8
+ 62
+     1
+370
+    -3
+331
+16
+  1
+Color_1
+330
+427
+ 90
+        8
+ 62
+     7
+370
+    -3
+331
+16
+  1
+Color_7
+330
+42A
+ 90
+        8
+ 62
+     7
+370
+    -3
+331
+16
+  1
+Color_7
+330
+42D
+ 90
+        8
+ 62
+    21
+370
+    -3
+331
+430
+  1
+Color_21
+330
+431
+ 90
+        8
+ 62
+   160
+370
+    -3
+331
+E6
+  1
+Color_160
+330
+435
+ 90
+        8
+ 62
+   132
+370
+    -3
+331
+430
+  1
+Color_132
+330
+438
+ 90
+        8
+ 62
+    90
+370
+    -3
+331
+E6
+  1
+Color_90
+330
+43B
+ 90
+        8
+ 62
+    53
+370
+    -3
+331
+16
+  1
+Color_53
+330
+9FD
+ 90
+        8
+ 62
+    30
+370
+    -3
+331
+E6
+  1
+Color_30
+330
+6B63
+ 90
+        8
+ 62
+     7
+370
+    -3
+331
+430
+  1
+Color_7
+330
+6B67
+ 90
+        8
+ 62
+   132
+370
+    -3
+331
+E6
+  1
+Color_132
+330
+6B6E
+ 90
+        8
+ 62
+    30
+370
+    -3
+331
+16
+  1
+Color_30
+330
+6B72
+ 90
+        8
+ 62
+   250
+370
+    -3
+331
+6B73
+  1
+Color_250
+330
+6B74
+ 90
+        8
+ 62
+   181
+370
+    -3
+331
+440
+  1
+Color_181
+330
+6B77
+ 90
+        8
+ 62
+   114
+370
+    -3
+331
+E6
+  1
+Color_114
+  0
+DICTIONARY
+  5
+B0B1
+330
+76E6
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ACAD_XREC_ROUNDTRIP
+360
+23F52
+  0
+DICTIONARY
+  5
+B0B5
+330
+9927
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ACAD_XREC_ROUNDTRIP
+360
+23F54
+  0
+DICTIONARY
+  5
+B0AF
+330
+76E5
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ACAD_XREC_ROUNDTRIP
+360
+23F51
+  0
+DICTIONARY
+  5
+B0B3
+330
+9926
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ACAD_XREC_ROUNDTRIP
+360
+23F53
+  0
+DICTIONARY
+  5
+B057
+330
+87
+100
+AcDbDictionary
+280
+     1
+281
+     1
+  3
+ACAD_ROUNDTRIP_2008_TABLESTYLE_CELLSTYLEMAP
+360
+23F50
+  0
+XRECORD
+  5
+23F52
+102
+{ACAD_REACTORS
+330
+B0B1
+102
+}
+330
+B0B1
+100
+AcDbXrecord
+280
+     1
+102
+DISPLAYNAME
+  1
+Imperial24
+102
+FLAGS
+ 90
+        0
+  0
+XRECORD
+  5
+23F54
+102
+{ACAD_REACTORS
+330
+B0B5
+102
+}
+330
+B0B5
+100
+AcDbXrecord
+280
+     1
+102
+DISPLAYNAME
+  1
+Metric50
+102
+FLAGS
+ 90
+        0
+  0
+XRECORD
+  5
+23F51
+102
+{ACAD_REACTORS
+330
+B0AF
+102
+}
+330
+B0AF
+100
+AcDbXrecord
+280
+     1
+102
+DISPLAYNAME
+  1
+Imperial24
+102
+FLAGS
+ 90
+        0
+  0
+XRECORD
+  5
+23F53
+102
+{ACAD_REACTORS
+330
+B0B3
+102
+}
+330
+B0B3
+100
+AcDbXrecord
+280
+     1
+102
+DISPLAYNAME
+  1
+Metric50
+102
+FLAGS
+ 90
+        0
+  0
+CELLSTYLEMAP
+  5
+23F50
+102
+{ACAD_REACTORS
+330
+B057
+102
+}
+330
+B057
+100
+AcDbCellStyleMap
+ 90
+        3
+300
+CELLSTYLE
+  1
+TABLEFORMAT_BEGIN
+ 90
+        5
+170
+     1
+ 91
+        0
+ 92
+    32768
+ 62
+   257
+ 93
+        1
+300
+CONTENTFORMAT
+  1
+CONTENTFORMAT_BEGIN
+ 90
+        0
+ 91
+        0
+ 92
+      512
+ 93
+        0
+300
+
+ 40
+0.0
+140
+1.0
+ 94
+        5
+ 62
+     0
+340
+11
+144
+0.25
+309
+CONTENTFORMAT_END
+171
+     1
+301
+MARGIN
+  1
+CELLMARGIN_BEGIN
+ 40
+0.06
+ 40
+0.06
+ 40
+0.06
+ 40
+0.06
+ 40
+0.18
+ 40
+0.18
+309
+CELLMARGIN_END
+ 94
+        6
+ 95
+        1
+302
+GRIDFORMAT
+  1
+GRIDFORMAT_BEGIN
+ 90
+        0
+ 91
+        1
+ 62
+     0
+ 92
+       -2
+340
+0
+ 93
+        0
+ 40
+0.045
+309
+GRIDFORMAT_END
+ 95
+        2
+302
+GRIDFORMAT
+  1
+GRIDFORMAT_BEGIN
+ 90
+        0
+ 91
+        1
+ 62
+     0
+ 92
+       -2
+340
+0
+ 93
+        0
+ 40
+0.045
+309
+GRIDFORMAT_END
+ 95
+        4
+302
+GRIDFORMAT
+  1
+GRIDFORMAT_BEGIN
+ 90
+        0
+ 91
+        1
+ 62
+     0
+ 92
+       -2
+340
+0
+ 93
+        0
+ 40
+0.045
+309
+GRIDFORMAT_END
+ 95
+        8
+302
+GRIDFORMAT
+  1
+GRIDFORMAT_BEGIN
+ 90
+        0
+ 91
+        1
+ 62
+     0
+ 92
+       -2
+340
+0
+ 93
+        0
+ 40
+0.045
+309
+GRIDFORMAT_END
+ 95
+       16
+302
+GRIDFORMAT
+  1
+GRIDFORMAT_BEGIN
+ 90
+        0
+ 91
+        1
+ 62
+     0
+ 92
+       -2
+340
+0
+ 93
+        0
+ 40
+0.045
+309
+GRIDFORMAT_END
+ 95
+       32
+302
+GRIDFORMAT
+  1
+GRIDFORMAT_BEGIN
+ 90
+        0
+ 91
+        1
+ 62
+     0
+ 92
+       -2
+340
+0
+ 93
+        0
+ 40
+0.045
+309
+GRIDFORMAT_END
+309
+TABLEFORMAT_END
+  1
+CELLSTYLE_BEGIN
+ 90
+        1
+ 91
+        1
+300
+_TITLE
+309
+CELLSTYLE_END
+300
+CELLSTYLE
+  1
+TABLEFORMAT_BEGIN
+ 90
+        5
+170
+     1
+ 91
+        0
+ 92
+        0
+ 62
+   257
+ 93
+        1
+300
+CONTENTFORMAT
+  1
+CONTENTFORMAT_BEGIN
+ 90
+        0
+ 91
+        0
+ 92
+      512
+ 93
+        0
+300
+
+ 40
+0.0
+140
+1.0
+ 94
+        5
+ 62
+     0
+340
+11
+144
+0.18
+309
+CONTENTFORMAT_END
+171
+     1
+301
+MARGIN
+  1
+CELLMARGIN_BEGIN
+ 40
+0.06
+ 40
+0.06
+ 40
+0.06
+ 40
+0.06
+ 40
+0.18
+ 40
+0.18
+309
+CELLMARGIN_END
+ 94
+        6
+ 95
+        1
+302
+GRIDFORMAT
+  1
+GRIDFORMAT_BEGIN
+ 90
+        0
+ 91
+        1
+ 62
+     0
+ 92
+       -2
+340
+0
+ 93
+        0
+ 40
+0.045
+309
+GRIDFORMAT_END
+ 95
+        2
+302
+GRIDFORMAT
+  1
+GRIDFORMAT_BEGIN
+ 90
+        0
+ 91
+        1
+ 62
+     0
+ 92
+       -2
+340
+0
+ 93
+        0
+ 40
+0.045
+309
+GRIDFORMAT_END
+ 95
+        4
+302
+GRIDFORMAT
+  1
+GRIDFORMAT_BEGIN
+ 90
+        0
+ 91
+        1
+ 62
+     0
+ 92
+       -2
+340
+0
+ 93
+        0
+ 40
+0.045
+309
+GRIDFORMAT_END
+ 95
+        8
+302
+GRIDFORMAT
+  1
+GRIDFORMAT_BEGIN
+ 90
+        0
+ 91
+        1
+ 62
+     0
+ 92
+       -2
+340
+0
+ 93
+        0
+ 40
+0.045
+309
+GRIDFORMAT_END
+ 95
+       16
+302
+GRIDFORMAT
+  1
+GRIDFORMAT_BEGIN
+ 90
+        0
+ 91
+        1
+ 62
+     0
+ 92
+       -2
+340
+0
+ 93
+        0
+ 40
+0.045
+309
+GRIDFORMAT_END
+ 95
+       32
+302
+GRIDFORMAT
+  1
+GRIDFORMAT_BEGIN
+ 90
+        0
+ 91
+        1
+ 62
+     0
+ 92
+       -2
+340
+0
+ 93
+        0
+ 40
+0.045
+309
+GRIDFORMAT_END
+309
+TABLEFORMAT_END
+  1
+CELLSTYLE_BEGIN
+ 90
+        2
+ 91
+        1
+300
+_HEADER
+309
+CELLSTYLE_END
+300
+CELLSTYLE
+  1
+TABLEFORMAT_BEGIN
+ 90
+        5
+170
+     1
+ 91
+        0
+ 92
+        0
+ 62
+   257
+ 93
+        1
+300
+CONTENTFORMAT
+  1
+CONTENTFORMAT_BEGIN
+ 90
+        0
+ 91
+        0
+ 92
+      512
+ 93
+        0
+300
+
+ 40
+0.0
+140
+1.0
+ 94
+        2
+ 62
+     0
+340
+11
+144
+0.18
+309
+CONTENTFORMAT_END
+171
+     1
+301
+MARGIN
+  1
+CELLMARGIN_BEGIN
+ 40
+0.06
+ 40
+0.06
+ 40
+0.06
+ 40
+0.06
+ 40
+0.18
+ 40
+0.18
+309
+CELLMARGIN_END
+ 94
+        6
+ 95
+        1
+302
+GRIDFORMAT
+  1
+GRIDFORMAT_BEGIN
+ 90
+        0
+ 91
+        1
+ 62
+     0
+ 92
+       -2
+340
+0
+ 93
+        0
+ 40
+0.045
+309
+GRIDFORMAT_END
+ 95
+        2
+302
+GRIDFORMAT
+  1
+GRIDFORMAT_BEGIN
+ 90
+        0
+ 91
+        1
+ 62
+     0
+ 92
+       -2
+340
+0
+ 93
+        0
+ 40
+0.045
+309
+GRIDFORMAT_END
+ 95
+        4
+302
+GRIDFORMAT
+  1
+GRIDFORMAT_BEGIN
+ 90
+        0
+ 91
+        1
+ 62
+     0
+ 92
+       -2
+340
+0
+ 93
+        0
+ 40
+0.045
+309
+GRIDFORMAT_END
+ 95
+        8
+302
+GRIDFORMAT
+  1
+GRIDFORMAT_BEGIN
+ 90
+        0
+ 91
+        1
+ 62
+     0
+ 92
+       -2
+340
+0
+ 93
+        0
+ 40
+0.045
+309
+GRIDFORMAT_END
+ 95
+       16
+302
+GRIDFORMAT
+  1
+GRIDFORMAT_BEGIN
+ 90
+        0
+ 91
+        1
+ 62
+     0
+ 92
+       -2
+340
+0
+ 93
+        0
+ 40
+0.045
+309
+GRIDFORMAT_END
+ 95
+       32
+302
+GRIDFORMAT
+  1
+GRIDFORMAT_BEGIN
+ 90
+        0
+ 91
+        1
+ 62
+     0
+ 92
+       -2
+340
+0
+ 93
+        0
+ 40
+0.045
+309
+GRIDFORMAT_END
+309
+TABLEFORMAT_END
+  1
+CELLSTYLE_BEGIN
+ 90
+        3
+ 91
+        2
+300
+_DATA
+309
+CELLSTYLE_END
+  0
+ENDSEC
+  0
+SECTION
+  2
+ACDSDATA
+ 70
+     2
+ 71
+     8
+  0
+ACDSSCHEMA
+ 90
+        0
+  1
+AcDb_Thumbnail_Schema
+  2
+AcDbDs::ID
+280
+    10
+ 91
+        8
+  2
+Thumbnail_Data
+280
+    15
+ 91
+        0
+101
+ACDSRECORD
+ 95
+        0
+ 90
+        1
+  2
+AcDbDs::TreatedAsObjectData
+280
+     1
+291
+     1
+101
+ACDSRECORD
+ 95
+        0
+ 90
+        2
+  2
+AcDbDs::Legacy
+280
+     1
+291
+     1
+101
+ACDSRECORD
+  1
+AcDbDs::ID
+ 90
+        3
+  2
+AcDs:Indexable
+280
+     1
+291
+     1
+101
+ACDSRECORD
+  1
+AcDbDs::ID
+ 90
+        4
+  2
+AcDbDs::HandleAttribute
+280
+     7
+282
+     1
+  0
+ACDSSCHEMA
+ 90
+        1
+  1
+AcDbDs::TreatedAsObjectDataSchema
+  2
+AcDbDs::TreatedAsObjectData
+280
+     1
+ 91
+        0
+  0
+ACDSSCHEMA
+ 90
+        2
+  1
+AcDbDs::LegacySchema
+  2
+AcDbDs::Legacy
+280
+     1
+ 91
+        0
+  0
+ACDSSCHEMA
+ 90
+        3
+  1
+AcDbDs::IndexedPropertySchema
+  2
+AcDs:Indexable
+280
+     1
+ 91
+        0
+  0
+ACDSSCHEMA
+ 90
+        4
+  1
+AcDbDs::HandleAttributeSchema
+  2
+AcDbDs::HandleAttribute
+280
+     7
+ 91
+        1
+284
+     1
+  0
+ACDSRECORD
+ 90
+        0
+  2
+AcDbDs::ID
+280
+    10
+320
+22
+  2
+Thumbnail_Data
+280
+    15
+ 94
+     3834
+310
+89504E470D0A1A0A0000000D49484452000001000000009808030000003CEEC7CE00000300504C5445212830000000C8C8C80000000000000000000000000000000000000000000000000000330000660000990000CC0000FF0033000033330033660033990033CC0033FF0066000066330066660066990066CC0066FF0099
+310
+000099330099660099990099CC0099FF00CC0000CC3300CC6600CC9900CCCC00CCFF00FF0000FF3300FF6600FF9900FFCC00FFFF3300003300333300663300993300CC3300FF3333003333333333663333993333CC3333FF3366003366333366663366993366CC3366FF3399003399333399663399993399CC3399FF33CC00
+310
+33CC3333CC6633CC9933CCCC33CCFF33FF0033FF3333FF6633FF9933FFCC33FFFF6600006600336600666600996600CC6600FF6633006633336633666633996633CC6633FF6666006666336666666666996666CC6666FF6699006699336699666699996699CC6699FF66CC0066CC3366CC6666CC9966CCCC66CCFF66FF0066
+310
+FF3366FF6666FF9966FFCC66FFFF9900009900339900669900999900CC9900FF9933009933339933669933999933CC9933FF9966009966339966669966999966CC9966FF9999009999339999669999999999CC9999FF99CC0099CC3399CC6699CC9999CCCC99CCFF99FF0099FF3399FF6699FF9999FFCC99FFFFCC0000CC00
+310
+33CC0066CC0099CC00CCCC00FFCC3300CC3333CC3366CC3399CC33CCCC33FFCC6600CC6633CC6666CC6699CC66CCCC66FFCC9900CC9933CC9966CC9999CC99CCCC99FFCCCC00CCCC33CCCC66CCCC99CCCCCCCCCCFFCCFF00CCFF33CCFF66CCFF99CCFFCCCCFFFFFF0000FF0033FF0066FF0099FF00CCFF00FFFF3300FF3333
+310
+FF3366FF3399FF33CCFF33FFFF6600FF6633FF6666FF6699FF66CCFF66FFFF9900FF9933FF9966FF9999FF99CCFF99FFFFCC00FFCC33FFCC66FFCC99FFCCCCFFCCFFFFFF00FFFF33FFFF66FFFF99FFFFCCFFFFFF0000000D0D0D1A1A1A2828283535354343435050505D5D5D6B6B6B787878868686939393A1A1A1AEAEAEBB
+310
+BBBBC9C9C9D6D6D6E4E4E4F1F1F1FFFFFF000000000000000000000000000000000000000000000000000000000000B21171F6000004714944415478DAED9DCD6283201084790CDEFFD13CEFA117EE35288A8AF1879908B27B6869DA887EC2B0C2841AA3A1A1A1A1A1A1A1A1A1A1A1A1A1A1A1A1A1A1A1A1D168B846221380
+310
+5CA94BA42A0072A69DC8FE31B7AF8814D8CEF301F47F3A5E6FB86E6B6DFA8FEB04F0B9B2701FC7EF73CB91CDADF7DFDE0660DBC8A7569D02F0BE16B0EEE251B79E89CC00F694B2460047029A6801DB71A4BCEB56007000E2DBB9F4F11E00F844E88D99608BA9F06BF01C7781F4EBC3579B19F23D1CBB8251ACAEB78009409E
+310
+F8D8839CC0B12B30EE7900DF5A2702C0F7E6AF00DCDD61B0A92EB02AF9CC070460C6B92CE1001CD5F034808F540F8D71282C4B0000226305E1B8FDD9DBA886330012A30BAC0BF447086765C6939A4B18006305E1B8BE602E0148DD392480A1517D4E6F558201988E1B0A61B2460128801234E087005CEB00B40B2800ED0288
+310
+16601A03B0378F80CB04E33C6D2C410138131F77AED464CF08E503F069B919127417957000EC0420AAEA0280F434300A406266397E840700C89E13E46A80FBFB44D7B944A98300F007F397922A9D04B05D09A90CC0E7586E5572BEF82C806F6D130200312DBE5C0340778103E1214D89950420B13C13BA2806406AFD27AAE1
+310
+4626E89099E03E00540BD80770731470FD754B83B3C2F14BF617220869011811643E0CD52382A444C824D6A7292268766A284504B7A7071641B353C3B31A206C0D50115411448AA025CC09562182CF002850041300722D3C871AC0AE2053039A70897D15419A896BF865212E31621EB0FB59133F854DF508DDCF03CC4F00D8
+310
+6201F4042CDD23845B1841002026427C0023023379DAC792290380D8D8B9E456250880D582CB1D9314B10B6C4C52066E925A1CD7C426A9224490BF386AD1ABC3D861B00A0075FB031440BE49AAF92EA022481E0655034A07C0F608150E20FD3A3613344493946DDD2465192629A7262918003F3FFD7106FD6D4A508F90993C
+310
+429349EA82472814D100E82B4382F30851001C7F74964DF80C004B5D1A4B59640A5B1AB3CC6781273D426797C62CF35920757E5298496AED8F001A242A591E670E8369ED43E6015F55561E7F1648AE0E476A43A9E09A087253E12797C74FFB03DEF7F1F92C9354F48EA644B01B030AE0071E21840852013CE311BA3B0C76E0
+310
+2E50874768B8EFE1117509A0528F90DC05B016C1463C42D1CF631370BFD949AA108FD0B20B74FC51C0FF0A6591310799465E17E04DD8F04D52B70D129D9F55A303B0E500983280F079463C00433749998C8D949600C05D40E81E21817B84A02228156CA4C4EC021E809916AE56A54236506076812A0050E70314400D1B2935
+310
+DE02B873829500D8DE7B05D0B0082A003480A63752928A3652A200A8C2234405B0EB11024D8B87E3E67884A82EB1B0A591FC6D4A409394CBDA488907A08AA531AE081E502FC123B4780F1E40F91B293D05A0188FD0EFBB40547B1946C9C47B54041B12C1E4FFE3696B0F910481B6F6102102A8C32D9ECA011B12412680FA44
+310
+705A556D4804C9C3606D22B8EA02D90E16B6494A1899E0DC051A3149ED02784BDC9E1069028069201480FED3550510C53F494480149D106BE20000000049454E44AE4260820049454E44AE426082AE4260828241FC6076BEFECAECFC7FDB51A54EC7E5D9410000000049454E44AE426082E31713AB6CF4428D01746996DE01
+310
+08CABB4AB3B0AC51F2A6577870AB2C0441D008F2830B0046D77F51CDD7E937349EF20000000049454E44AE4260821E4023AA0F80CE3E4D1A5A0D40865883B72DC43C13EA6037688BDB36718BA1BA0260D38DD26D5BF500E01000B6BE12D042C04E5CD5DA22C612B8C8AD06F3BAC17D0130698000A7FD37FFFD6B4B3F340067
+310
+555B575DA01B003BDD6001AC2F9A41C1E72B1100CD14813E00780FD0C538A0724671E9C5B53DC0EE3FE0008853E3355F525CEBAE14C01962809577B000B69618D72EB71673A4E501670560BA5E6472C4FD32E7CD665FC3C53D80AE5ED1B511043B44C5E5B0F7733E03805ED9F5D427D3BA8FC5F1F90DF380710128C5038012
+310
+61E448007C33A0350091278C1C08C053A0E403F00D016EDF605418813A5DA0B416485EBC931303A209BF5980B5E722DD00E42562E1973382E02F77C9202F8C780014EC1ACB005074A78E3C004A2D6BC803C288B3698C0010B9BA400500B71BD91080571811CCF6F83A61A408806808004F7CEF5D04C7EE1AFBB807E0C35D00
+310
+E40923E0E802FD8220847FB37808E0C00522248C306D7102204F18C905E05DA2910BC0BB304880B3302B228CF44A84F8E76828EA0980ED62BBD2D8A100987571D54380C883F17B0A082A241D0D403403404ACE1000DD68B0B7A15E1D80BBE82108801346AE0CE0D4BA000FE05F6DD602A1AF0220C80CD534153E9330727410
+310
+3C5D5B3C0AC0B989472180F30A230701B8B007B41F0265FB052E9F07584B05BF1240F59699EB6782271546120198A5DB0D009C4A1849F600F87F914EDB0110DEFB091E2A8C247B001811B91E408230321D248C7C2206C4327EBC33FD8600B0B2816EA7478411F10161A43F00C56C3802A625EA07D0551821E5707300DC36E4
+310
+FC0D133D01E0436D050035C27FCE2B8CF4CB04D14827775A0AC910641A3C2E0836AA06C986097BE735278C48140EA830227A0A230D01847401080823FAF4A44718B98C07F80184BA2440EF28E9E601874F8346A96F248C887261A4E0464A9900FED366A6A94A0054181115C2C8811EA0E7DC6A0F20C288A81046B675AC47E5
+310
+01CC3DB04200B63B6971F78D6B68FBB2DE2E00E0EFD5200FC07E0F31DB1F0EF9EF579A03007DFE496FD18B0AC8CDD4C8A4150A7AF1A678C57D84B200EC6B84452600743F395CDEE05F571480480600DC7EFFB6002070E58200C0BEFEE900F0EDCAE21EC01E74E735420900C01E05EEFEFAA643E0BC007C7B631B88A3970320
+310
+F0E2CF2B01285A2A7BF6FF6BAC7AB1F4E9AD10C08DAC08C09D6C0028BA7FC0ADC6403CD5B8B9A153FE0330EFF5D1DC987AED0000000049454E44AE426082A30000000049454E44AE426082AE426082E20A8382CD6EA898B1A1AB15A129768240FEF6FAE02C9B0F6315801D3754AC585D390090F7D4AD06308C9512604AD171
+310
+00881088FA8F7515D08D59D500E068090837D88ECE7E6F1B702200A8BF72AC06407166E8BC003079967D15003BFA05AEFEBDC3671BF8F9EEF115006F3F3E00A67F78E931025E7CC0677CC6675C7AFC0F76809EF9EE4FDE670000000049454E44AE4260825D25B606C003C15F36AEDE07404E25460D2AB1552E00FA4BFC6EDB
+310
+7D00982A3117C08AEF1D2E0000EC0EC05689F9A2ED15DF3B7CCA5580ABC44A3203FDBDC3570700F74B2748EC82AE80A58BD685F30067FF08F1DAB65D5C1FC063D5F9FDFBB7F9454628D8E4FE4700F05462CEF70EB7ABC4FCB6F8D1003C9518C1920F34ABC4C86D8B1F08604125463D5562272A8755B8675F27655980DADCCC
+310
+7C04FA1F2EFB3E7ACE03A7480000000049454E44AE42608244ED5771FC8095ADA37695D8A435C10A00C7AAC4E8AA09A34552304425F62FDFD248F06000AE4CAE1DC0EBD51F51531166F58B36FD0000000049454E44AE426082FF03B336C53E95BB25680000000049454E44AE4260822F0F84C8C44EFBF5A4440B489CA3551A
+310
+132C85E20A126D0AC505249AD30F424248080921212484849010124242483445E24F480809212124848490101242424894932876897743E28FFD7D2C093AC9F3B7C3F21C127FB4F2CF26C18F78B0C614122E1D6943792209D70CF94365423512D11342C222F1ECF1C42A09AB8E783209A0B1550F1F6D8B0516B5CAFF073744
+310
+A0C0062092630000000049454E44AE42608244AE426082914824128944229148241289442291482412894422914824128944229148241289442291482412894422914835F43FEBC7FAF2334754CC0000000049454E44AE42608279B21B382671E16551B71A5C0E5CF86D2D9AE662EF0744E8CB3DEA114AD1DDB078D7C6A5B9
+310
+78D7F5DCBF7CE11B5D3D0AE5A229AB732E8A262472D1E94B7F5CFEFEDD5C7EFDFD77B3342E7FFE6C65ADBFFF6CD635978CFA826FA42FC1D9BCE0921E6DC6BBB5B93C6EC5E5969625EF7D53C371E9FE9B3B8CC772F0306CF8CBB061C3860D1B366CD8B061C3860D1B366CD8B061C3860D1B366CD8B061C3860D1B366CD8B061
+310
+9F61FF0730B553DE59618A620000000049454E44AE426082
+  0
+ENDSEC
+  0
+EOF
diff --git a/NON-APPROVED/skid-rfq/EPICS-Regulations.opi b/NON-APPROVED/skid-rfq/EPICS-Regulations.opi
new file mode 100644
index 0000000000000000000000000000000000000000..92bc7c4d561d1aadf9f2c7c4a408dcb38c978224
--- /dev/null
+++ b/NON-APPROVED/skid-rfq/EPICS-Regulations.opi
@@ -0,0 +1,56259 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<display typeId="org.csstudio.opibuilder.Display" version="1.0.0">
+  <actions hook="false" hook_all="false" />
+  <auto_scale_widgets>
+    <auto_scale_widgets>false</auto_scale_widgets>
+    <min_width>-1</min_width>
+    <min_height>-1</min_height>
+  </auto_scale_widgets>
+  <auto_zoom_to_fit_all>false</auto_zoom_to_fit_all>
+  <background_color>
+    <color red="180" green="180" blue="180" />
+  </background_color>
+  <boy_version>5.1.0.201703221304</boy_version>
+  <foreground_color>
+    <color red="192" green="192" blue="192" />
+  </foreground_color>
+  <grid_space>6</grid_space>
+  <height>600</height>
+  <macros>
+    <include_parent_macros>true</include_parent_macros>
+  </macros>
+  <name></name>
+  <rules />
+  <scripts />
+  <show_close_button>true</show_close_button>
+  <show_edit_range>true</show_edit_range>
+  <show_grid>true</show_grid>
+  <show_ruler>true</show_ruler>
+  <snap_to_geometry>true</snap_to_geometry>
+  <widget_type>Display</widget_type>
+  <width>800</width>
+  <wuid>-32e0cda:1641d794e56:-5a7e</wuid>
+  <x>-1</x>
+  <y>-1</y>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>920</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="249" y="103" />
+      <point x="1865" y="103" />
+      <point x="1865" y="1020" />
+      <point x="249" y="1022" />
+      <point x="249" y="103" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1617</width>
+    <wuid>-32e0cda:1641d794e56:-57ba</wuid>
+    <x>249</x>
+    <y>103</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>920</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="249" y="103" />
+      <point x="1865" y="103" />
+      <point x="1865" y="1020" />
+      <point x="249" y="1022" />
+      <point x="249" y="103" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1617</width>
+    <wuid>-32e0cda:1641d794e56:-57b3</wuid>
+    <x>249</x>
+    <y>103</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>902</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1856" y="1012" />
+      <point x="257" y="1013" />
+      <point x="257" y="112" />
+      <point x="1856" y="112" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>1600</width>
+    <wuid>-32e0cda:1641d794e56:-5959</wuid>
+    <x>257</x>
+    <y>112</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>313</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="249" y="103" />
+      <point x="1057" y="103" />
+      <point x="1057" y="415" />
+      <point x="249" y="415" />
+      <point x="249" y="103" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>809</width>
+    <wuid>-32e0cda:1641d794e56:-57b9</wuid>
+    <x>249</x>
+    <y>103</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>313</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1865" y="103" />
+      <point x="1057" y="103" />
+      <point x="1057" y="415" />
+      <point x="1865" y="415" />
+      <point x="1865" y="103" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>809</width>
+    <wuid>-32e0cda:1641d794e56:-57b8</wuid>
+    <x>1057</x>
+    <y>103</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>313</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="249" y="103" />
+      <point x="1057" y="103" />
+      <point x="1057" y="415" />
+      <point x="249" y="415" />
+      <point x="249" y="103" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>809</width>
+    <wuid>-32e0cda:1641d794e56:-57b4</wuid>
+    <x>249</x>
+    <y>103</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>305</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1865" y="1020" />
+      <point x="1057" y="1021" />
+      <point x="1057" y="717" />
+      <point x="1865" y="718" />
+      <point x="1865" y="1020" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>809</width>
+    <wuid>-32e0cda:1641d794e56:-57b7</wuid>
+    <x>1057</x>
+    <y>717</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>305</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="249" y="718" />
+      <point x="1057" y="718" />
+      <point x="1057" y="1021" />
+      <point x="249" y="1022" />
+      <point x="249" y="718" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>809</width>
+    <wuid>-32e0cda:1641d794e56:-57b6</wuid>
+    <x>249</x>
+    <y>718</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>304</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="249" y="718" />
+      <point x="1057" y="718" />
+      <point x="1057" y="415" />
+      <point x="249" y="415" />
+      <point x="249" y="718" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>809</width>
+    <wuid>-32e0cda:1641d794e56:-57b5</wuid>
+    <x>249</x>
+    <y>415</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.xyGraph" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <axis_0_auto_scale>true</axis_0_auto_scale>
+    <axis_0_auto_scale_threshold>0.0</axis_0_auto_scale_threshold>
+    <axis_0_axis_color>
+      <color red="0" green="0" blue="0" />
+    </axis_0_axis_color>
+    <axis_0_axis_title></axis_0_axis_title>
+    <axis_0_dash_grid_line>true</axis_0_dash_grid_line>
+    <axis_0_grid_color>
+      <color red="200" green="200" blue="200" />
+    </axis_0_grid_color>
+    <axis_0_log_scale>false</axis_0_log_scale>
+    <axis_0_maximum>100.0</axis_0_maximum>
+    <axis_0_minimum>0.0</axis_0_minimum>
+    <axis_0_scale_font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </axis_0_scale_font>
+    <axis_0_scale_format></axis_0_scale_format>
+    <axis_0_show_grid>true</axis_0_show_grid>
+    <axis_0_time_format>1</axis_0_time_format>
+    <axis_0_title_font>
+      <opifont.name fontName="Cantarell" height="11" style="1" pixels="false">Default Bold</opifont.name>
+    </axis_0_title_font>
+    <axis_0_visible>true</axis_0_visible>
+    <axis_1_auto_scale>false</axis_1_auto_scale>
+    <axis_1_auto_scale_threshold>0.0</axis_1_auto_scale_threshold>
+    <axis_1_axis_color>
+      <color red="0" green="0" blue="0" />
+    </axis_1_axis_color>
+    <axis_1_axis_title>°C</axis_1_axis_title>
+    <axis_1_dash_grid_line>true</axis_1_dash_grid_line>
+    <axis_1_grid_color>
+      <color red="200" green="200" blue="200" />
+    </axis_1_grid_color>
+    <axis_1_log_scale>false</axis_1_log_scale>
+    <axis_1_maximum>50.0</axis_1_maximum>
+    <axis_1_minimum>0.0</axis_1_minimum>
+    <axis_1_scale_font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </axis_1_scale_font>
+    <axis_1_scale_format></axis_1_scale_format>
+    <axis_1_show_grid>true</axis_1_show_grid>
+    <axis_1_time_format>0</axis_1_time_format>
+    <axis_1_title_font>
+      <opifont.name fontName="Cantarell" height="11" style="1" pixels="false">Default Bold</opifont.name>
+    </axis_1_title_font>
+    <axis_1_visible>true</axis_1_visible>
+    <axis_2_auto_scale>false</axis_2_auto_scale>
+    <axis_2_auto_scale_threshold>0.0</axis_2_auto_scale_threshold>
+    <axis_2_axis_color>
+      <color red="0" green="0" blue="0" />
+    </axis_2_axis_color>
+    <axis_2_axis_title>%</axis_2_axis_title>
+    <axis_2_dash_grid_line>true</axis_2_dash_grid_line>
+    <axis_2_grid_color>
+      <color red="200" green="200" blue="200" />
+    </axis_2_grid_color>
+    <axis_2_left_bottom_side>true</axis_2_left_bottom_side>
+    <axis_2_log_scale>false</axis_2_log_scale>
+    <axis_2_maximum>100.0</axis_2_maximum>
+    <axis_2_minimum>0.0</axis_2_minimum>
+    <axis_2_scale_font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </axis_2_scale_font>
+    <axis_2_scale_format></axis_2_scale_format>
+    <axis_2_show_grid>true</axis_2_show_grid>
+    <axis_2_time_format>0</axis_2_time_format>
+    <axis_2_title_font>
+      <opifont.name fontName="Cantarell" height="11" style="1" pixels="false">Default Bold</opifont.name>
+    </axis_2_title_font>
+    <axis_2_visible>true</axis_2_visible>
+    <axis_2_y_axis>true</axis_2_y_axis>
+    <axis_count>3</axis_count>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>295</height>
+    <name>XY Graph</name>
+    <plot_area_background_color>
+      <color red="255" green="255" blue="255" />
+    </plot_area_background_color>
+    <pv_name></pv_name>
+    <pv_value />
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_legend>true</show_legend>
+    <show_plot_area_border>false</show_plot_area_border>
+    <show_toolbar>false</show_toolbar>
+    <title></title>
+    <title_font>
+      <opifont.name fontName="Cantarell" height="11" style="1" pixels="false">Default Bold</opifont.name>
+    </title_font>
+    <tooltip>$(trace_0_y_pv)
+$(trace_0_y_pv_value)</tooltip>
+    <trace_0_anti_alias>true</trace_0_anti_alias>
+    <trace_0_buffer_size>100</trace_0_buffer_size>
+    <trace_0_concatenate_data>true</trace_0_concatenate_data>
+    <trace_0_line_width>1</trace_0_line_width>
+    <trace_0_name>Ctrl-PLC-001:R10Trsh</trace_0_name>
+    <trace_0_plot_mode>0</trace_0_plot_mode>
+    <trace_0_point_size>4</trace_0_point_size>
+    <trace_0_point_style>0</trace_0_point_style>
+    <trace_0_trace_color>
+      <color red="0" green="0" blue="240" />
+    </trace_0_trace_color>
+    <trace_0_trace_type>0</trace_0_trace_type>
+    <trace_0_update_delay>100</trace_0_update_delay>
+    <trace_0_update_mode>0</trace_0_update_mode>
+    <trace_0_visible>true</trace_0_visible>
+    <trace_0_x_axis_index>0</trace_0_x_axis_index>
+    <trace_0_x_pv></trace_0_x_pv>
+    <trace_0_x_pv_value />
+    <trace_0_y_axis_index>1</trace_0_y_axis_index>
+    <trace_0_y_pv>CWM-CWS03:Ctrl-PLC-001:R10Trsh</trace_0_y_pv>
+    <trace_0_y_pv_value />
+    <trace_1_anti_alias>true</trace_1_anti_alias>
+    <trace_1_buffer_size>100</trace_1_buffer_size>
+    <trace_1_concatenate_data>true</trace_1_concatenate_data>
+    <trace_1_line_width>1</trace_1_line_width>
+    <trace_1_name>WtrC-TT-010:Tmp</trace_1_name>
+    <trace_1_plot_mode>0</trace_1_plot_mode>
+    <trace_1_point_size>4</trace_1_point_size>
+    <trace_1_point_style>0</trace_1_point_style>
+    <trace_1_trace_color>
+      <color red="0" green="240" blue="0" />
+    </trace_1_trace_color>
+    <trace_1_trace_type>0</trace_1_trace_type>
+    <trace_1_update_delay>100</trace_1_update_delay>
+    <trace_1_update_mode>0</trace_1_update_mode>
+    <trace_1_visible>true</trace_1_visible>
+    <trace_1_x_axis_index>0</trace_1_x_axis_index>
+    <trace_1_x_pv></trace_1_x_pv>
+    <trace_1_x_pv_value />
+    <trace_1_y_axis_index>1</trace_1_y_axis_index>
+    <trace_1_y_pv>CWM-CWS03:WtrC-TT-010:Tmp</trace_1_y_pv>
+    <trace_1_y_pv_value />
+    <trace_2_anti_alias>true</trace_2_anti_alias>
+    <trace_2_buffer_size>100</trace_2_buffer_size>
+    <trace_2_concatenate_data>true</trace_2_concatenate_data>
+    <trace_2_line_width>1</trace_2_line_width>
+    <trace_2_name>WtrC-PCV-010:Cmd</trace_2_name>
+    <trace_2_plot_mode>0</trace_2_plot_mode>
+    <trace_2_point_size>4</trace_2_point_size>
+    <trace_2_point_style>0</trace_2_point_style>
+    <trace_2_trace_color>
+      <color red="240" green="0" blue="0" />
+    </trace_2_trace_color>
+    <trace_2_trace_type>0</trace_2_trace_type>
+    <trace_2_update_delay>100</trace_2_update_delay>
+    <trace_2_update_mode>0</trace_2_update_mode>
+    <trace_2_visible>true</trace_2_visible>
+    <trace_2_x_axis_index>0</trace_2_x_axis_index>
+    <trace_2_x_pv></trace_2_x_pv>
+    <trace_2_x_pv_value />
+    <trace_2_y_axis_index>2</trace_2_y_axis_index>
+    <trace_2_y_pv>CWM-CWS03:WtrC-PCV-010:Cmd</trace_2_y_pv>
+    <trace_2_y_pv_value />
+    <trace_count>3</trace_count>
+    <transparent>false</transparent>
+    <trigger_pv></trigger_pv>
+    <trigger_pv_value />
+    <visible>true</visible>
+    <widget_type>XY Graph</widget_type>
+    <width>519</width>
+    <wuid>-32e0cda:1641d794e56:-56d2</wuid>
+    <x>257</x>
+    <y>112</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.xyGraph" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <axis_0_auto_scale>true</axis_0_auto_scale>
+    <axis_0_auto_scale_threshold>0.0</axis_0_auto_scale_threshold>
+    <axis_0_axis_color>
+      <color red="0" green="0" blue="0" />
+    </axis_0_axis_color>
+    <axis_0_axis_title></axis_0_axis_title>
+    <axis_0_dash_grid_line>true</axis_0_dash_grid_line>
+    <axis_0_grid_color>
+      <color red="200" green="200" blue="200" />
+    </axis_0_grid_color>
+    <axis_0_log_scale>false</axis_0_log_scale>
+    <axis_0_maximum>100.0</axis_0_maximum>
+    <axis_0_minimum>0.0</axis_0_minimum>
+    <axis_0_scale_font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </axis_0_scale_font>
+    <axis_0_scale_format></axis_0_scale_format>
+    <axis_0_show_grid>true</axis_0_show_grid>
+    <axis_0_time_format>1</axis_0_time_format>
+    <axis_0_title_font>
+      <opifont.name fontName="Cantarell" height="11" style="1" pixels="false">Default Bold</opifont.name>
+    </axis_0_title_font>
+    <axis_0_visible>true</axis_0_visible>
+    <axis_1_auto_scale>false</axis_1_auto_scale>
+    <axis_1_auto_scale_threshold>0.0</axis_1_auto_scale_threshold>
+    <axis_1_axis_color>
+      <color red="0" green="0" blue="0" />
+    </axis_1_axis_color>
+    <axis_1_axis_title>°C</axis_1_axis_title>
+    <axis_1_dash_grid_line>true</axis_1_dash_grid_line>
+    <axis_1_grid_color>
+      <color red="200" green="200" blue="200" />
+    </axis_1_grid_color>
+    <axis_1_log_scale>false</axis_1_log_scale>
+    <axis_1_maximum>50.0</axis_1_maximum>
+    <axis_1_minimum>0.0</axis_1_minimum>
+    <axis_1_scale_font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </axis_1_scale_font>
+    <axis_1_scale_format></axis_1_scale_format>
+    <axis_1_show_grid>true</axis_1_show_grid>
+    <axis_1_time_format>0</axis_1_time_format>
+    <axis_1_title_font>
+      <opifont.name fontName="Cantarell" height="11" style="1" pixels="false">Default Bold</opifont.name>
+    </axis_1_title_font>
+    <axis_1_visible>true</axis_1_visible>
+    <axis_2_auto_scale>false</axis_2_auto_scale>
+    <axis_2_auto_scale_threshold>0.0</axis_2_auto_scale_threshold>
+    <axis_2_axis_color>
+      <color red="0" green="0" blue="0" />
+    </axis_2_axis_color>
+    <axis_2_axis_title>%</axis_2_axis_title>
+    <axis_2_dash_grid_line>true</axis_2_dash_grid_line>
+    <axis_2_grid_color>
+      <color red="200" green="200" blue="200" />
+    </axis_2_grid_color>
+    <axis_2_left_bottom_side>true</axis_2_left_bottom_side>
+    <axis_2_log_scale>false</axis_2_log_scale>
+    <axis_2_maximum>100.0</axis_2_maximum>
+    <axis_2_minimum>0.0</axis_2_minimum>
+    <axis_2_scale_font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </axis_2_scale_font>
+    <axis_2_scale_format></axis_2_scale_format>
+    <axis_2_show_grid>true</axis_2_show_grid>
+    <axis_2_time_format>0</axis_2_time_format>
+    <axis_2_title_font>
+      <opifont.name fontName="Cantarell" height="11" style="1" pixels="false">Default Bold</opifont.name>
+    </axis_2_title_font>
+    <axis_2_visible>true</axis_2_visible>
+    <axis_2_y_axis>true</axis_2_y_axis>
+    <axis_count>3</axis_count>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>295</height>
+    <name>XY Graph</name>
+    <plot_area_background_color>
+      <color red="255" green="255" blue="255" />
+    </plot_area_background_color>
+    <pv_name></pv_name>
+    <pv_value />
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_legend>true</show_legend>
+    <show_plot_area_border>false</show_plot_area_border>
+    <show_toolbar>false</show_toolbar>
+    <title></title>
+    <title_font>
+      <opifont.name fontName="Cantarell" height="11" style="1" pixels="false">Default Bold</opifont.name>
+    </title_font>
+    <tooltip>$(trace_0_y_pv)
+$(trace_0_y_pv_value)</tooltip>
+    <trace_0_anti_alias>true</trace_0_anti_alias>
+    <trace_0_buffer_size>100</trace_0_buffer_size>
+    <trace_0_concatenate_data>true</trace_0_concatenate_data>
+    <trace_0_line_width>1</trace_0_line_width>
+    <trace_0_name>Ctrl-PLC-001:R30Trsh</trace_0_name>
+    <trace_0_plot_mode>0</trace_0_plot_mode>
+    <trace_0_point_size>4</trace_0_point_size>
+    <trace_0_point_style>0</trace_0_point_style>
+    <trace_0_trace_color>
+      <color red="0" green="0" blue="240" />
+    </trace_0_trace_color>
+    <trace_0_trace_type>0</trace_0_trace_type>
+    <trace_0_update_delay>100</trace_0_update_delay>
+    <trace_0_update_mode>0</trace_0_update_mode>
+    <trace_0_visible>true</trace_0_visible>
+    <trace_0_x_axis_index>0</trace_0_x_axis_index>
+    <trace_0_x_pv></trace_0_x_pv>
+    <trace_0_x_pv_value />
+    <trace_0_y_axis_index>1</trace_0_y_axis_index>
+    <trace_0_y_pv>CWM-CWS03:Ctrl-PLC-001:R30Trsh</trace_0_y_pv>
+    <trace_0_y_pv_value />
+    <trace_1_anti_alias>true</trace_1_anti_alias>
+    <trace_1_buffer_size>100</trace_1_buffer_size>
+    <trace_1_concatenate_data>true</trace_1_concatenate_data>
+    <trace_1_line_width>1</trace_1_line_width>
+    <trace_1_name>WtrC-TT-030:Tmp</trace_1_name>
+    <trace_1_plot_mode>0</trace_1_plot_mode>
+    <trace_1_point_size>4</trace_1_point_size>
+    <trace_1_point_style>0</trace_1_point_style>
+    <trace_1_trace_color>
+      <color red="0" green="240" blue="0" />
+    </trace_1_trace_color>
+    <trace_1_trace_type>0</trace_1_trace_type>
+    <trace_1_update_delay>100</trace_1_update_delay>
+    <trace_1_update_mode>0</trace_1_update_mode>
+    <trace_1_visible>true</trace_1_visible>
+    <trace_1_x_axis_index>0</trace_1_x_axis_index>
+    <trace_1_x_pv></trace_1_x_pv>
+    <trace_1_x_pv_value />
+    <trace_1_y_axis_index>1</trace_1_y_axis_index>
+    <trace_1_y_pv>CWM-CWS03:WtrC-TT-030:Tmp</trace_1_y_pv>
+    <trace_1_y_pv_value />
+    <trace_2_anti_alias>true</trace_2_anti_alias>
+    <trace_2_buffer_size>100</trace_2_buffer_size>
+    <trace_2_concatenate_data>true</trace_2_concatenate_data>
+    <trace_2_line_width>1</trace_2_line_width>
+    <trace_2_name>WtrC-PCV-030:Cmd</trace_2_name>
+    <trace_2_plot_mode>0</trace_2_plot_mode>
+    <trace_2_point_size>4</trace_2_point_size>
+    <trace_2_point_style>0</trace_2_point_style>
+    <trace_2_trace_color>
+      <color red="240" green="0" blue="0" />
+    </trace_2_trace_color>
+    <trace_2_trace_type>0</trace_2_trace_type>
+    <trace_2_update_delay>100</trace_2_update_delay>
+    <trace_2_update_mode>0</trace_2_update_mode>
+    <trace_2_visible>true</trace_2_visible>
+    <trace_2_x_axis_index>0</trace_2_x_axis_index>
+    <trace_2_x_pv></trace_2_x_pv>
+    <trace_2_x_pv_value />
+    <trace_2_y_axis_index>2</trace_2_y_axis_index>
+    <trace_2_y_pv>CWM-CWS03:WtrC-PCV-030:Cmd</trace_2_y_pv>
+    <trace_2_y_pv_value />
+    <trace_count>3</trace_count>
+    <transparent>false</transparent>
+    <trigger_pv></trigger_pv>
+    <trigger_pv_value />
+    <visible>true</visible>
+    <widget_type>XY Graph</widget_type>
+    <width>519</width>
+    <wuid>-32e0cda:1641d794e56:-56d1</wuid>
+    <x>1065</x>
+    <y>112</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.xyGraph" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <axis_0_auto_scale>true</axis_0_auto_scale>
+    <axis_0_auto_scale_threshold>0.0</axis_0_auto_scale_threshold>
+    <axis_0_axis_color>
+      <color red="0" green="0" blue="0" />
+    </axis_0_axis_color>
+    <axis_0_axis_title></axis_0_axis_title>
+    <axis_0_dash_grid_line>true</axis_0_dash_grid_line>
+    <axis_0_grid_color>
+      <color red="200" green="200" blue="200" />
+    </axis_0_grid_color>
+    <axis_0_log_scale>false</axis_0_log_scale>
+    <axis_0_maximum>100.0</axis_0_maximum>
+    <axis_0_minimum>0.0</axis_0_minimum>
+    <axis_0_scale_font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </axis_0_scale_font>
+    <axis_0_scale_format></axis_0_scale_format>
+    <axis_0_show_grid>true</axis_0_show_grid>
+    <axis_0_time_format>1</axis_0_time_format>
+    <axis_0_title_font>
+      <opifont.name fontName="Cantarell" height="11" style="1" pixels="false">Default Bold</opifont.name>
+    </axis_0_title_font>
+    <axis_0_visible>true</axis_0_visible>
+    <axis_1_auto_scale>false</axis_1_auto_scale>
+    <axis_1_auto_scale_threshold>0.0</axis_1_auto_scale_threshold>
+    <axis_1_axis_color>
+      <color red="0" green="0" blue="0" />
+    </axis_1_axis_color>
+    <axis_1_axis_title>°C</axis_1_axis_title>
+    <axis_1_dash_grid_line>true</axis_1_dash_grid_line>
+    <axis_1_grid_color>
+      <color red="200" green="200" blue="200" />
+    </axis_1_grid_color>
+    <axis_1_log_scale>false</axis_1_log_scale>
+    <axis_1_maximum>50.0</axis_1_maximum>
+    <axis_1_minimum>0.0</axis_1_minimum>
+    <axis_1_scale_font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </axis_1_scale_font>
+    <axis_1_scale_format></axis_1_scale_format>
+    <axis_1_show_grid>true</axis_1_show_grid>
+    <axis_1_time_format>0</axis_1_time_format>
+    <axis_1_title_font>
+      <opifont.name fontName="Cantarell" height="11" style="1" pixels="false">Default Bold</opifont.name>
+    </axis_1_title_font>
+    <axis_1_visible>true</axis_1_visible>
+    <axis_2_auto_scale>false</axis_2_auto_scale>
+    <axis_2_auto_scale_threshold>0.0</axis_2_auto_scale_threshold>
+    <axis_2_axis_color>
+      <color red="0" green="0" blue="0" />
+    </axis_2_axis_color>
+    <axis_2_axis_title>%</axis_2_axis_title>
+    <axis_2_dash_grid_line>true</axis_2_dash_grid_line>
+    <axis_2_grid_color>
+      <color red="200" green="200" blue="200" />
+    </axis_2_grid_color>
+    <axis_2_left_bottom_side>true</axis_2_left_bottom_side>
+    <axis_2_log_scale>false</axis_2_log_scale>
+    <axis_2_maximum>100.0</axis_2_maximum>
+    <axis_2_minimum>0.0</axis_2_minimum>
+    <axis_2_scale_font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </axis_2_scale_font>
+    <axis_2_scale_format></axis_2_scale_format>
+    <axis_2_show_grid>true</axis_2_show_grid>
+    <axis_2_time_format>0</axis_2_time_format>
+    <axis_2_title_font>
+      <opifont.name fontName="Cantarell" height="11" style="1" pixels="false">Default Bold</opifont.name>
+    </axis_2_title_font>
+    <axis_2_visible>true</axis_2_visible>
+    <axis_2_y_axis>true</axis_2_y_axis>
+    <axis_count>3</axis_count>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>286</height>
+    <name>XY Graph</name>
+    <plot_area_background_color>
+      <color red="255" green="255" blue="255" />
+    </plot_area_background_color>
+    <pv_name></pv_name>
+    <pv_value />
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_legend>true</show_legend>
+    <show_plot_area_border>false</show_plot_area_border>
+    <show_toolbar>false</show_toolbar>
+    <title></title>
+    <title_font>
+      <opifont.name fontName="Cantarell" height="11" style="1" pixels="false">Default Bold</opifont.name>
+    </title_font>
+    <tooltip>$(trace_0_y_pv)
+$(trace_0_y_pv_value)</tooltip>
+    <trace_0_anti_alias>true</trace_0_anti_alias>
+    <trace_0_buffer_size>100</trace_0_buffer_size>
+    <trace_0_concatenate_data>true</trace_0_concatenate_data>
+    <trace_0_line_width>1</trace_0_line_width>
+    <trace_0_name>Ctrl-PLC-001:R20Trsh</trace_0_name>
+    <trace_0_plot_mode>0</trace_0_plot_mode>
+    <trace_0_point_size>4</trace_0_point_size>
+    <trace_0_point_style>0</trace_0_point_style>
+    <trace_0_trace_color>
+      <color red="0" green="0" blue="240" />
+    </trace_0_trace_color>
+    <trace_0_trace_type>0</trace_0_trace_type>
+    <trace_0_update_delay>100</trace_0_update_delay>
+    <trace_0_update_mode>0</trace_0_update_mode>
+    <trace_0_visible>true</trace_0_visible>
+    <trace_0_x_axis_index>0</trace_0_x_axis_index>
+    <trace_0_x_pv></trace_0_x_pv>
+    <trace_0_x_pv_value />
+    <trace_0_y_axis_index>1</trace_0_y_axis_index>
+    <trace_0_y_pv>CWM-CWS03:Ctrl-PLC-001:R20Trsh</trace_0_y_pv>
+    <trace_0_y_pv_value />
+    <trace_1_anti_alias>true</trace_1_anti_alias>
+    <trace_1_buffer_size>100</trace_1_buffer_size>
+    <trace_1_concatenate_data>true</trace_1_concatenate_data>
+    <trace_1_line_width>1</trace_1_line_width>
+    <trace_1_name>WtrC-TT-020:Tmp</trace_1_name>
+    <trace_1_plot_mode>0</trace_1_plot_mode>
+    <trace_1_point_size>4</trace_1_point_size>
+    <trace_1_point_style>0</trace_1_point_style>
+    <trace_1_trace_color>
+      <color red="0" green="240" blue="0" />
+    </trace_1_trace_color>
+    <trace_1_trace_type>0</trace_1_trace_type>
+    <trace_1_update_delay>100</trace_1_update_delay>
+    <trace_1_update_mode>0</trace_1_update_mode>
+    <trace_1_visible>true</trace_1_visible>
+    <trace_1_x_axis_index>0</trace_1_x_axis_index>
+    <trace_1_x_pv></trace_1_x_pv>
+    <trace_1_x_pv_value />
+    <trace_1_y_axis_index>1</trace_1_y_axis_index>
+    <trace_1_y_pv>CWM-CWS03:WtrC-TT-020:Tmp</trace_1_y_pv>
+    <trace_1_y_pv_value />
+    <trace_2_anti_alias>true</trace_2_anti_alias>
+    <trace_2_buffer_size>100</trace_2_buffer_size>
+    <trace_2_concatenate_data>true</trace_2_concatenate_data>
+    <trace_2_line_width>1</trace_2_line_width>
+    <trace_2_name>WtrC-PCV-020:Cmd</trace_2_name>
+    <trace_2_plot_mode>0</trace_2_plot_mode>
+    <trace_2_point_size>4</trace_2_point_size>
+    <trace_2_point_style>0</trace_2_point_style>
+    <trace_2_trace_color>
+      <color red="240" green="0" blue="0" />
+    </trace_2_trace_color>
+    <trace_2_trace_type>0</trace_2_trace_type>
+    <trace_2_update_delay>100</trace_2_update_delay>
+    <trace_2_update_mode>0</trace_2_update_mode>
+    <trace_2_visible>true</trace_2_visible>
+    <trace_2_x_axis_index>0</trace_2_x_axis_index>
+    <trace_2_x_pv></trace_2_x_pv>
+    <trace_2_x_pv_value />
+    <trace_2_y_axis_index>2</trace_2_y_axis_index>
+    <trace_2_y_pv>CWM-CWS03:WtrC-PCV-020:Cmd</trace_2_y_pv>
+    <trace_2_y_pv_value />
+    <trace_count>3</trace_count>
+    <transparent>false</transparent>
+    <trigger_pv></trigger_pv>
+    <trigger_pv_value />
+    <visible>true</visible>
+    <widget_type>XY Graph</widget_type>
+    <width>519</width>
+    <wuid>-32e0cda:1641d794e56:-5929</wuid>
+    <x>257</x>
+    <y>424</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.xyGraph" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <axis_0_auto_scale>true</axis_0_auto_scale>
+    <axis_0_auto_scale_threshold>0.0</axis_0_auto_scale_threshold>
+    <axis_0_axis_color>
+      <color red="0" green="0" blue="0" />
+    </axis_0_axis_color>
+    <axis_0_axis_title></axis_0_axis_title>
+    <axis_0_dash_grid_line>true</axis_0_dash_grid_line>
+    <axis_0_grid_color>
+      <color red="200" green="200" blue="200" />
+    </axis_0_grid_color>
+    <axis_0_log_scale>false</axis_0_log_scale>
+    <axis_0_maximum>100.0</axis_0_maximum>
+    <axis_0_minimum>0.0</axis_0_minimum>
+    <axis_0_scale_font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </axis_0_scale_font>
+    <axis_0_scale_format></axis_0_scale_format>
+    <axis_0_show_grid>true</axis_0_show_grid>
+    <axis_0_time_format>1</axis_0_time_format>
+    <axis_0_title_font>
+      <opifont.name fontName="Cantarell" height="11" style="1" pixels="false">Default Bold</opifont.name>
+    </axis_0_title_font>
+    <axis_0_visible>true</axis_0_visible>
+    <axis_1_auto_scale>false</axis_1_auto_scale>
+    <axis_1_auto_scale_threshold>0.0</axis_1_auto_scale_threshold>
+    <axis_1_axis_color>
+      <color red="0" green="0" blue="0" />
+    </axis_1_axis_color>
+    <axis_1_axis_title>°C</axis_1_axis_title>
+    <axis_1_dash_grid_line>true</axis_1_dash_grid_line>
+    <axis_1_grid_color>
+      <color red="200" green="200" blue="200" />
+    </axis_1_grid_color>
+    <axis_1_log_scale>false</axis_1_log_scale>
+    <axis_1_maximum>50.0</axis_1_maximum>
+    <axis_1_minimum>0.0</axis_1_minimum>
+    <axis_1_scale_font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </axis_1_scale_font>
+    <axis_1_scale_format></axis_1_scale_format>
+    <axis_1_show_grid>true</axis_1_show_grid>
+    <axis_1_time_format>0</axis_1_time_format>
+    <axis_1_title_font>
+      <opifont.name fontName="Cantarell" height="11" style="1" pixels="false">Default Bold</opifont.name>
+    </axis_1_title_font>
+    <axis_1_visible>true</axis_1_visible>
+    <axis_2_auto_scale>false</axis_2_auto_scale>
+    <axis_2_auto_scale_threshold>0.0</axis_2_auto_scale_threshold>
+    <axis_2_axis_color>
+      <color red="0" green="0" blue="0" />
+    </axis_2_axis_color>
+    <axis_2_axis_title>%</axis_2_axis_title>
+    <axis_2_dash_grid_line>true</axis_2_dash_grid_line>
+    <axis_2_grid_color>
+      <color red="200" green="200" blue="200" />
+    </axis_2_grid_color>
+    <axis_2_left_bottom_side>true</axis_2_left_bottom_side>
+    <axis_2_log_scale>false</axis_2_log_scale>
+    <axis_2_maximum>100.0</axis_2_maximum>
+    <axis_2_minimum>0.0</axis_2_minimum>
+    <axis_2_scale_font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </axis_2_scale_font>
+    <axis_2_scale_format></axis_2_scale_format>
+    <axis_2_show_grid>true</axis_2_show_grid>
+    <axis_2_time_format>0</axis_2_time_format>
+    <axis_2_title_font>
+      <opifont.name fontName="Cantarell" height="11" style="1" pixels="false">Default Bold</opifont.name>
+    </axis_2_title_font>
+    <axis_2_visible>true</axis_2_visible>
+    <axis_2_y_axis>true</axis_2_y_axis>
+    <axis_count>3</axis_count>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>286</height>
+    <name>XY Graph</name>
+    <plot_area_background_color>
+      <color red="255" green="255" blue="255" />
+    </plot_area_background_color>
+    <pv_name></pv_name>
+    <pv_value />
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_legend>true</show_legend>
+    <show_plot_area_border>false</show_plot_area_border>
+    <show_toolbar>false</show_toolbar>
+    <title></title>
+    <title_font>
+      <opifont.name fontName="Cantarell" height="11" style="1" pixels="false">Default Bold</opifont.name>
+    </title_font>
+    <tooltip>$(trace_0_y_pv)
+$(trace_0_y_pv_value)</tooltip>
+    <trace_0_anti_alias>true</trace_0_anti_alias>
+    <trace_0_buffer_size>100</trace_0_buffer_size>
+    <trace_0_concatenate_data>true</trace_0_concatenate_data>
+    <trace_0_line_width>1</trace_0_line_width>
+    <trace_0_name>Ctrl-PLC-001:R40Trsh</trace_0_name>
+    <trace_0_plot_mode>0</trace_0_plot_mode>
+    <trace_0_point_size>4</trace_0_point_size>
+    <trace_0_point_style>0</trace_0_point_style>
+    <trace_0_trace_color>
+      <color red="0" green="0" blue="240" />
+    </trace_0_trace_color>
+    <trace_0_trace_type>0</trace_0_trace_type>
+    <trace_0_update_delay>100</trace_0_update_delay>
+    <trace_0_update_mode>0</trace_0_update_mode>
+    <trace_0_visible>true</trace_0_visible>
+    <trace_0_x_axis_index>0</trace_0_x_axis_index>
+    <trace_0_x_pv></trace_0_x_pv>
+    <trace_0_x_pv_value />
+    <trace_0_y_axis_index>1</trace_0_y_axis_index>
+    <trace_0_y_pv>CWM-CWS03:Ctrl-PLC-001:R40Trsh</trace_0_y_pv>
+    <trace_0_y_pv_value />
+    <trace_1_anti_alias>true</trace_1_anti_alias>
+    <trace_1_buffer_size>100</trace_1_buffer_size>
+    <trace_1_concatenate_data>true</trace_1_concatenate_data>
+    <trace_1_line_width>1</trace_1_line_width>
+    <trace_1_name>WtrC-TT-040:Tmp</trace_1_name>
+    <trace_1_plot_mode>0</trace_1_plot_mode>
+    <trace_1_point_size>4</trace_1_point_size>
+    <trace_1_point_style>0</trace_1_point_style>
+    <trace_1_trace_color>
+      <color red="0" green="240" blue="0" />
+    </trace_1_trace_color>
+    <trace_1_trace_type>0</trace_1_trace_type>
+    <trace_1_update_delay>100</trace_1_update_delay>
+    <trace_1_update_mode>0</trace_1_update_mode>
+    <trace_1_visible>true</trace_1_visible>
+    <trace_1_x_axis_index>0</trace_1_x_axis_index>
+    <trace_1_x_pv></trace_1_x_pv>
+    <trace_1_x_pv_value />
+    <trace_1_y_axis_index>1</trace_1_y_axis_index>
+    <trace_1_y_pv>CWM-CWS03:WtrC-TT-040:Tmp</trace_1_y_pv>
+    <trace_1_y_pv_value />
+    <trace_2_anti_alias>true</trace_2_anti_alias>
+    <trace_2_buffer_size>100</trace_2_buffer_size>
+    <trace_2_concatenate_data>true</trace_2_concatenate_data>
+    <trace_2_line_width>1</trace_2_line_width>
+    <trace_2_name>WtrC-PCV-040:Cmd</trace_2_name>
+    <trace_2_plot_mode>0</trace_2_plot_mode>
+    <trace_2_point_size>4</trace_2_point_size>
+    <trace_2_point_style>0</trace_2_point_style>
+    <trace_2_trace_color>
+      <color red="240" green="0" blue="0" />
+    </trace_2_trace_color>
+    <trace_2_trace_type>0</trace_2_trace_type>
+    <trace_2_update_delay>100</trace_2_update_delay>
+    <trace_2_update_mode>0</trace_2_update_mode>
+    <trace_2_visible>true</trace_2_visible>
+    <trace_2_x_axis_index>0</trace_2_x_axis_index>
+    <trace_2_x_pv></trace_2_x_pv>
+    <trace_2_x_pv_value />
+    <trace_2_y_axis_index>2</trace_2_y_axis_index>
+    <trace_2_y_pv>CWM-CWS03:WtrC-PCV-040:Cmd</trace_2_y_pv>
+    <trace_2_y_pv_value />
+    <trace_count>3</trace_count>
+    <transparent>false</transparent>
+    <trigger_pv></trigger_pv>
+    <trigger_pv_value />
+    <visible>true</visible>
+    <widget_type>XY Graph</widget_type>
+    <width>519</width>
+    <wuid>-32e0cda:1641d794e56:-5928</wuid>
+    <x>1065</x>
+    <y>424</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.xyGraph" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <axis_0_auto_scale>true</axis_0_auto_scale>
+    <axis_0_auto_scale_threshold>0.0</axis_0_auto_scale_threshold>
+    <axis_0_axis_color>
+      <color red="0" green="0" blue="0" />
+    </axis_0_axis_color>
+    <axis_0_axis_title></axis_0_axis_title>
+    <axis_0_dash_grid_line>true</axis_0_dash_grid_line>
+    <axis_0_grid_color>
+      <color red="200" green="200" blue="200" />
+    </axis_0_grid_color>
+    <axis_0_log_scale>false</axis_0_log_scale>
+    <axis_0_maximum>100.0</axis_0_maximum>
+    <axis_0_minimum>0.0</axis_0_minimum>
+    <axis_0_scale_font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </axis_0_scale_font>
+    <axis_0_scale_format></axis_0_scale_format>
+    <axis_0_show_grid>true</axis_0_show_grid>
+    <axis_0_time_format>1</axis_0_time_format>
+    <axis_0_title_font>
+      <opifont.name fontName="Cantarell" height="11" style="1" pixels="false">Default Bold</opifont.name>
+    </axis_0_title_font>
+    <axis_0_visible>true</axis_0_visible>
+    <axis_1_auto_scale>false</axis_1_auto_scale>
+    <axis_1_auto_scale_threshold>0.0</axis_1_auto_scale_threshold>
+    <axis_1_axis_color>
+      <color red="0" green="0" blue="0" />
+    </axis_1_axis_color>
+    <axis_1_axis_title>°C</axis_1_axis_title>
+    <axis_1_dash_grid_line>true</axis_1_dash_grid_line>
+    <axis_1_grid_color>
+      <color red="200" green="200" blue="200" />
+    </axis_1_grid_color>
+    <axis_1_log_scale>false</axis_1_log_scale>
+    <axis_1_maximum>50.0</axis_1_maximum>
+    <axis_1_minimum>0.0</axis_1_minimum>
+    <axis_1_scale_font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </axis_1_scale_font>
+    <axis_1_scale_format></axis_1_scale_format>
+    <axis_1_show_grid>true</axis_1_show_grid>
+    <axis_1_time_format>0</axis_1_time_format>
+    <axis_1_title_font>
+      <opifont.name fontName="Cantarell" height="11" style="1" pixels="false">Default Bold</opifont.name>
+    </axis_1_title_font>
+    <axis_1_visible>true</axis_1_visible>
+    <axis_2_auto_scale>false</axis_2_auto_scale>
+    <axis_2_auto_scale_threshold>0.0</axis_2_auto_scale_threshold>
+    <axis_2_axis_color>
+      <color red="0" green="0" blue="0" />
+    </axis_2_axis_color>
+    <axis_2_axis_title>%</axis_2_axis_title>
+    <axis_2_dash_grid_line>true</axis_2_dash_grid_line>
+    <axis_2_grid_color>
+      <color red="200" green="200" blue="200" />
+    </axis_2_grid_color>
+    <axis_2_left_bottom_side>true</axis_2_left_bottom_side>
+    <axis_2_log_scale>false</axis_2_log_scale>
+    <axis_2_maximum>100.0</axis_2_maximum>
+    <axis_2_minimum>0.0</axis_2_minimum>
+    <axis_2_scale_font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </axis_2_scale_font>
+    <axis_2_scale_format></axis_2_scale_format>
+    <axis_2_show_grid>true</axis_2_show_grid>
+    <axis_2_time_format>0</axis_2_time_format>
+    <axis_2_title_font>
+      <opifont.name fontName="Cantarell" height="11" style="1" pixels="false">Default Bold</opifont.name>
+    </axis_2_title_font>
+    <axis_2_visible>true</axis_2_visible>
+    <axis_2_y_axis>true</axis_2_y_axis>
+    <axis_count>3</axis_count>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>286</height>
+    <name>XY Graph</name>
+    <plot_area_background_color>
+      <color red="255" green="255" blue="255" />
+    </plot_area_background_color>
+    <pv_name></pv_name>
+    <pv_value />
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_legend>true</show_legend>
+    <show_plot_area_border>false</show_plot_area_border>
+    <show_toolbar>false</show_toolbar>
+    <title></title>
+    <title_font>
+      <opifont.name fontName="Cantarell" height="11" style="1" pixels="false">Default Bold</opifont.name>
+    </title_font>
+    <tooltip>$(trace_0_y_pv)
+$(trace_0_y_pv_value)</tooltip>
+    <trace_0_anti_alias>true</trace_0_anti_alias>
+    <trace_0_buffer_size>100</trace_0_buffer_size>
+    <trace_0_concatenate_data>true</trace_0_concatenate_data>
+    <trace_0_line_width>1</trace_0_line_width>
+    <trace_0_name>Ctrl-PLC-001:R50Trsh</trace_0_name>
+    <trace_0_plot_mode>0</trace_0_plot_mode>
+    <trace_0_point_size>4</trace_0_point_size>
+    <trace_0_point_style>0</trace_0_point_style>
+    <trace_0_trace_color>
+      <color red="0" green="0" blue="240" />
+    </trace_0_trace_color>
+    <trace_0_trace_type>0</trace_0_trace_type>
+    <trace_0_update_delay>100</trace_0_update_delay>
+    <trace_0_update_mode>0</trace_0_update_mode>
+    <trace_0_visible>true</trace_0_visible>
+    <trace_0_x_axis_index>0</trace_0_x_axis_index>
+    <trace_0_x_pv></trace_0_x_pv>
+    <trace_0_x_pv_value />
+    <trace_0_y_axis_index>1</trace_0_y_axis_index>
+    <trace_0_y_pv>CWM-CWS03:Ctrl-PLC-001:R50Trsh</trace_0_y_pv>
+    <trace_0_y_pv_value />
+    <trace_1_anti_alias>true</trace_1_anti_alias>
+    <trace_1_buffer_size>100</trace_1_buffer_size>
+    <trace_1_concatenate_data>true</trace_1_concatenate_data>
+    <trace_1_line_width>1</trace_1_line_width>
+    <trace_1_name>WtrC-TT-050:Tmp</trace_1_name>
+    <trace_1_plot_mode>0</trace_1_plot_mode>
+    <trace_1_point_size>4</trace_1_point_size>
+    <trace_1_point_style>0</trace_1_point_style>
+    <trace_1_trace_color>
+      <color red="0" green="240" blue="0" />
+    </trace_1_trace_color>
+    <trace_1_trace_type>0</trace_1_trace_type>
+    <trace_1_update_delay>100</trace_1_update_delay>
+    <trace_1_update_mode>0</trace_1_update_mode>
+    <trace_1_visible>true</trace_1_visible>
+    <trace_1_x_axis_index>0</trace_1_x_axis_index>
+    <trace_1_x_pv></trace_1_x_pv>
+    <trace_1_x_pv_value />
+    <trace_1_y_axis_index>1</trace_1_y_axis_index>
+    <trace_1_y_pv>CWM-CWS03:WtrC-TT-050:Tmp</trace_1_y_pv>
+    <trace_1_y_pv_value />
+    <trace_2_anti_alias>true</trace_2_anti_alias>
+    <trace_2_buffer_size>100</trace_2_buffer_size>
+    <trace_2_concatenate_data>true</trace_2_concatenate_data>
+    <trace_2_line_width>1</trace_2_line_width>
+    <trace_2_name>WtrC-PCV-050:Cmd</trace_2_name>
+    <trace_2_plot_mode>0</trace_2_plot_mode>
+    <trace_2_point_size>4</trace_2_point_size>
+    <trace_2_point_style>0</trace_2_point_style>
+    <trace_2_trace_color>
+      <color red="240" green="0" blue="0" />
+    </trace_2_trace_color>
+    <trace_2_trace_type>0</trace_2_trace_type>
+    <trace_2_update_delay>100</trace_2_update_delay>
+    <trace_2_update_mode>0</trace_2_update_mode>
+    <trace_2_visible>true</trace_2_visible>
+    <trace_2_x_axis_index>0</trace_2_x_axis_index>
+    <trace_2_x_pv></trace_2_x_pv>
+    <trace_2_x_pv_value />
+    <trace_2_y_axis_index>2</trace_2_y_axis_index>
+    <trace_2_y_pv>CWM-CWS03:WtrC-PCV-050:Cmd</trace_2_y_pv>
+    <trace_2_y_pv_value />
+    <trace_count>3</trace_count>
+    <transparent>false</transparent>
+    <trigger_pv></trigger_pv>
+    <trigger_pv_value />
+    <visible>true</visible>
+    <widget_type>XY Graph</widget_type>
+    <width>519</width>
+    <wuid>-32e0cda:1641d794e56:-5927</wuid>
+    <x>1065</x>
+    <y>726</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.xyGraph" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <axis_0_auto_scale>true</axis_0_auto_scale>
+    <axis_0_auto_scale_threshold>0.0</axis_0_auto_scale_threshold>
+    <axis_0_axis_color>
+      <color red="0" green="0" blue="0" />
+    </axis_0_axis_color>
+    <axis_0_axis_title></axis_0_axis_title>
+    <axis_0_dash_grid_line>true</axis_0_dash_grid_line>
+    <axis_0_grid_color>
+      <color red="200" green="200" blue="200" />
+    </axis_0_grid_color>
+    <axis_0_log_scale>false</axis_0_log_scale>
+    <axis_0_maximum>100.0</axis_0_maximum>
+    <axis_0_minimum>0.0</axis_0_minimum>
+    <axis_0_scale_font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </axis_0_scale_font>
+    <axis_0_scale_format></axis_0_scale_format>
+    <axis_0_show_grid>true</axis_0_show_grid>
+    <axis_0_time_format>1</axis_0_time_format>
+    <axis_0_title_font>
+      <opifont.name fontName="Cantarell" height="11" style="1" pixels="false">Default Bold</opifont.name>
+    </axis_0_title_font>
+    <axis_0_visible>true</axis_0_visible>
+    <axis_1_auto_scale>false</axis_1_auto_scale>
+    <axis_1_auto_scale_threshold>0.0</axis_1_auto_scale_threshold>
+    <axis_1_axis_color>
+      <color red="0" green="0" blue="0" />
+    </axis_1_axis_color>
+    <axis_1_axis_title>Hz</axis_1_axis_title>
+    <axis_1_dash_grid_line>true</axis_1_dash_grid_line>
+    <axis_1_grid_color>
+      <color red="200" green="200" blue="200" />
+    </axis_1_grid_color>
+    <axis_1_log_scale>false</axis_1_log_scale>
+    <axis_1_maximum>100.0</axis_1_maximum>
+    <axis_1_minimum>0.0</axis_1_minimum>
+    <axis_1_scale_font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </axis_1_scale_font>
+    <axis_1_scale_format></axis_1_scale_format>
+    <axis_1_show_grid>true</axis_1_show_grid>
+    <axis_1_time_format>0</axis_1_time_format>
+    <axis_1_title_font>
+      <opifont.name fontName="Cantarell" height="11" style="1" pixels="false">Default Bold</opifont.name>
+    </axis_1_title_font>
+    <axis_1_visible>true</axis_1_visible>
+    <axis_2_auto_scale>false</axis_2_auto_scale>
+    <axis_2_auto_scale_threshold>0.0</axis_2_auto_scale_threshold>
+    <axis_2_axis_color>
+      <color red="0" green="0" blue="0" />
+    </axis_2_axis_color>
+    <axis_2_axis_title>%</axis_2_axis_title>
+    <axis_2_dash_grid_line>true</axis_2_dash_grid_line>
+    <axis_2_grid_color>
+      <color red="200" green="200" blue="200" />
+    </axis_2_grid_color>
+    <axis_2_left_bottom_side>true</axis_2_left_bottom_side>
+    <axis_2_log_scale>false</axis_2_log_scale>
+    <axis_2_maximum>100.0</axis_2_maximum>
+    <axis_2_minimum>0.0</axis_2_minimum>
+    <axis_2_scale_font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </axis_2_scale_font>
+    <axis_2_scale_format></axis_2_scale_format>
+    <axis_2_show_grid>true</axis_2_show_grid>
+    <axis_2_time_format>0</axis_2_time_format>
+    <axis_2_title_font>
+      <opifont.name fontName="Cantarell" height="11" style="1" pixels="false">Default Bold</opifont.name>
+    </axis_2_title_font>
+    <axis_2_visible>true</axis_2_visible>
+    <axis_2_y_axis>true</axis_2_y_axis>
+    <axis_count>3</axis_count>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>286</height>
+    <name>XY Graph</name>
+    <plot_area_background_color>
+      <color red="255" green="255" blue="255" />
+    </plot_area_background_color>
+    <pv_name></pv_name>
+    <pv_value />
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_legend>true</show_legend>
+    <show_plot_area_border>false</show_plot_area_border>
+    <show_toolbar>false</show_toolbar>
+    <title></title>
+    <title_font>
+      <opifont.name fontName="Cantarell" height="11" style="1" pixels="false">Default Bold</opifont.name>
+    </title_font>
+    <tooltip>$(trace_0_y_pv)
+$(trace_0_y_pv_value)</tooltip>
+    <trace_0_anti_alias>true</trace_0_anti_alias>
+    <trace_0_buffer_size>100</trace_0_buffer_size>
+    <trace_0_concatenate_data>true</trace_0_concatenate_data>
+    <trace_0_line_width>1</trace_0_line_width>
+    <trace_0_name>Ctrl-PLC-001:RH20Trsh</trace_0_name>
+    <trace_0_plot_mode>0</trace_0_plot_mode>
+    <trace_0_point_size>4</trace_0_point_size>
+    <trace_0_point_style>0</trace_0_point_style>
+    <trace_0_trace_color>
+      <color red="0" green="0" blue="240" />
+    </trace_0_trace_color>
+    <trace_0_trace_type>0</trace_0_trace_type>
+    <trace_0_update_delay>100</trace_0_update_delay>
+    <trace_0_update_mode>0</trace_0_update_mode>
+    <trace_0_visible>true</trace_0_visible>
+    <trace_0_x_axis_index>0</trace_0_x_axis_index>
+    <trace_0_x_pv></trace_0_x_pv>
+    <trace_0_x_pv_value />
+    <trace_0_y_axis_index>1</trace_0_y_axis_index>
+    <trace_0_y_pv>CWM-CWS03:Ctrl-PLC-001:RH20Trsh</trace_0_y_pv>
+    <trace_0_y_pv_value />
+    <trace_1_anti_alias>true</trace_1_anti_alias>
+    <trace_1_buffer_size>100</trace_1_buffer_size>
+    <trace_1_concatenate_data>true</trace_1_concatenate_data>
+    <trace_1_line_width>1</trace_1_line_width>
+    <trace_1_name>Ctrl-PLC-001:DPhase</trace_1_name>
+    <trace_1_plot_mode>0</trace_1_plot_mode>
+    <trace_1_point_size>4</trace_1_point_size>
+    <trace_1_point_style>0</trace_1_point_style>
+    <trace_1_trace_color>
+      <color red="0" green="240" blue="0" />
+    </trace_1_trace_color>
+    <trace_1_trace_type>0</trace_1_trace_type>
+    <trace_1_update_delay>100</trace_1_update_delay>
+    <trace_1_update_mode>0</trace_1_update_mode>
+    <trace_1_visible>true</trace_1_visible>
+    <trace_1_x_axis_index>0</trace_1_x_axis_index>
+    <trace_1_x_pv></trace_1_x_pv>
+    <trace_1_x_pv_value />
+    <trace_1_y_axis_index>1</trace_1_y_axis_index>
+    <trace_1_y_pv>CWM-CWS03:Ctrl-PLC-001:DPhase</trace_1_y_pv>
+    <trace_1_y_pv_value />
+    <trace_2_anti_alias>true</trace_2_anti_alias>
+    <trace_2_buffer_size>100</trace_2_buffer_size>
+    <trace_2_concatenate_data>true</trace_2_concatenate_data>
+    <trace_2_line_width>1</trace_2_line_width>
+    <trace_2_name>WtrC-PCV-020:Cmd</trace_2_name>
+    <trace_2_plot_mode>0</trace_2_plot_mode>
+    <trace_2_point_size>4</trace_2_point_size>
+    <trace_2_point_style>0</trace_2_point_style>
+    <trace_2_trace_color>
+      <color red="240" green="0" blue="0" />
+    </trace_2_trace_color>
+    <trace_2_trace_type>0</trace_2_trace_type>
+    <trace_2_update_delay>100</trace_2_update_delay>
+    <trace_2_update_mode>0</trace_2_update_mode>
+    <trace_2_visible>true</trace_2_visible>
+    <trace_2_x_axis_index>0</trace_2_x_axis_index>
+    <trace_2_x_pv></trace_2_x_pv>
+    <trace_2_x_pv_value />
+    <trace_2_y_axis_index>2</trace_2_y_axis_index>
+    <trace_2_y_pv>CWM-CWS03:WtrC-PCV-020:Cmd</trace_2_y_pv>
+    <trace_2_y_pv_value />
+    <trace_count>3</trace_count>
+    <transparent>false</transparent>
+    <trigger_pv></trigger_pv>
+    <trigger_pv_value />
+    <visible>true</visible>
+    <widget_type>XY Graph</widget_type>
+    <width>519</width>
+    <wuid>-32e0cda:1641d794e56:-5926</wuid>
+    <x>257</x>
+    <y>727</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>707</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="14" y="104" />
+      <point x="201" y="104" />
+      <point x="201" y="810" />
+      <point x="14" y="810" />
+      <point x="14" y="104" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>188</width>
+    <wuid>-32e0cda:1641d794e56:-57b2</wuid>
+    <x>14</x>
+    <y>104</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>707</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="14" y="810" />
+      <point x="201" y="810" />
+      <point x="201" y="104" />
+      <point x="14" y="104" />
+      <point x="14" y="810" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>188</width>
+    <wuid>-32e0cda:1641d794e56:-57af</wuid>
+    <x>14</x>
+    <y>104</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>702</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="15" y="807" />
+      <point x="198" y="807" />
+      <point x="199" y="106" />
+      <point x="15" y="106" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>185</width>
+    <wuid>-32e0cda:1641d794e56:-593b</wuid>
+    <x>15</x>
+    <y>106</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>702</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="15" y="807" />
+      <point x="198" y="807" />
+      <point x="199" y="106" />
+      <point x="15" y="106" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>185</width>
+    <wuid>-32e0cda:1641d794e56:-5778</wuid>
+    <x>15</x>
+    <y>106</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>139</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="14" y="899" />
+      <point x="201" y="899" />
+      <point x="201" y="1037" />
+      <point x="14" y="1037" />
+      <point x="14" y="899" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>188</width>
+    <wuid>-32e0cda:1641d794e56:-57ad</wuid>
+    <x>14</x>
+    <y>899</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>79</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="312" y="86" />
+      <point x="8" y="86" />
+      <point x="8" y="8" />
+      <point x="312" y="8" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>305</width>
+    <wuid>-32e0cda:1641d794e56:-595c</wuid>
+    <x>8</x>
+    <y>8</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>126</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="30" y="796" />
+      <point x="187" y="796" />
+      <point x="187" y="671" />
+      <point x="30" y="671" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>158</width>
+    <wuid>-32e0cda:1641d794e56:-5777</wuid>
+    <x>30</x>
+    <y>671</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>10</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="0" y="1071" />
+      <point x="1915" y="1071" />
+      <point x="1906" y="1062" />
+      <point x="8" y="1062" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>1916</width>
+    <wuid>-32e0cda:1641d794e56:-5960</wuid>
+    <x>0</x>
+    <y>1062</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>11</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="249" y="1022" />
+      <point x="1865" y="1020" />
+      <point x="1856" y="1012" />
+      <point x="257" y="1013" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>1617</width>
+    <wuid>-32e0cda:1641d794e56:-5955</wuid>
+    <x>249</x>
+    <y>1012</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>8</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1915" y="0" />
+      <point x="0" y="0" />
+      <point x="8" y="7" />
+      <point x="1906" y="7" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>1916</width>
+    <wuid>-32e0cda:1641d794e56:-595f</wuid>
+    <x>0</x>
+    <y>0</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>8</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="8" y="86" />
+      <point x="1907" y="86" />
+      <point x="1915" y="92" />
+      <point x="0" y="93" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>1916</width>
+    <wuid>-32e0cda:1641d794e56:-595e</wuid>
+    <x>0</x>
+    <y>86</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>68</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="14" y="820" />
+      <point x="201" y="820" />
+      <point x="201" y="887" />
+      <point x="14" y="887" />
+      <point x="14" y="820" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>188</width>
+    <wuid>-32e0cda:1641d794e56:-57ae</wuid>
+    <x>14</x>
+    <y>820</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>1072</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1915" y="1071" />
+      <point x="1906" y="1062" />
+      <point x="1906" y="7" />
+      <point x="1915" y="0" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>10</width>
+    <wuid>-32e0cda:1641d794e56:-5961</wuid>
+    <x>1906</x>
+    <y>0</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>71</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="326" y="11" />
+      <point x="466" y="11" />
+      <point x="466" y="81" />
+      <point x="326" y="81" />
+      <point x="326" y="11" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>141</width>
+    <wuid>-32e0cda:1641d794e56:-5925</wuid>
+    <x>326</x>
+    <y>11</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>1072</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="0" y="0" />
+      <point x="8" y="7" />
+      <point x="8" y="1062" />
+      <point x="0" y="1071" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>9</width>
+    <wuid>-32e0cda:1641d794e56:-5962</wuid>
+    <x>0</x>
+    <y>0</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>67</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="327" y="13" />
+      <point x="327" y="79" />
+      <point x="464" y="79" />
+      <point x="464" y="13" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>138</width>
+    <wuid>-32e0cda:1641d794e56:-57ab</wuid>
+    <x>327</x>
+    <y>13</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>919</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1057" y="1021" />
+      <point x="1048" y="1012" />
+      <point x="1048" y="112" />
+      <point x="1057" y="103" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>10</width>
+    <wuid>-32e0cda:1641d794e56:-5951</wuid>
+    <x>1048</x>
+    <y>103</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>919</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="784" y="103" />
+      <point x="793" y="112" />
+      <point x="793" y="1012" />
+      <point x="784" y="1021" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>10</width>
+    <wuid>-32e0cda:1641d794e56:-594e</wuid>
+    <x>784</x>
+    <y>103</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>918</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1865" y="1020" />
+      <point x="1856" y="1012" />
+      <point x="1856" y="112" />
+      <point x="1865" y="103" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>10</width>
+    <wuid>-32e0cda:1641d794e56:-5956</wuid>
+    <x>1856</x>
+    <y>103</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>918</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1593" y="1020" />
+      <point x="1584" y="1012" />
+      <point x="1584" y="112" />
+      <point x="1593" y="103" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>10</width>
+    <wuid>-32e0cda:1641d794e56:-5947</wuid>
+    <x>1584</x>
+    <y>103</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>41</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="476" y="51" />
+      <point x="693" y="51" />
+      <point x="693" y="11" />
+      <point x="476" y="11" />
+      <point x="476" y="51" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>218</width>
+    <wuid>-32e0cda:1641d794e56:-5924</wuid>
+    <x>476</x>
+    <y>11</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>920</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="249" y="103" />
+      <point x="257" y="112" />
+      <point x="257" y="1013" />
+      <point x="249" y="1022" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>9</width>
+    <wuid>-32e0cda:1641d794e56:-5957</wuid>
+    <x>249</x>
+    <y>103</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>919</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1057" y="103" />
+      <point x="1065" y="112" />
+      <point x="1065" y="1012" />
+      <point x="1057" y="1021" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>9</width>
+    <wuid>-32e0cda:1641d794e56:-5950</wuid>
+    <x>1057</x>
+    <y>103</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>919</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="784" y="1021" />
+      <point x="776" y="1012" />
+      <point x="776" y="112" />
+      <point x="784" y="103" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>9</width>
+    <wuid>-32e0cda:1641d794e56:-594f</wuid>
+    <x>776</x>
+    <y>103</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>918</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1593" y="103" />
+      <point x="1601" y="112" />
+      <point x="1601" y="1012" />
+      <point x="1593" y="1020" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>9</width>
+    <wuid>-32e0cda:1641d794e56:-5946</wuid>
+    <x>1593</x>
+    <y>103</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>37</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="477" y="13" />
+      <point x="477" y="49" />
+      <point x="691" y="49" />
+      <point x="691" y="13" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>215</width>
+    <wuid>-32e0cda:1641d794e56:-57aa</wuid>
+    <x>477</x>
+    <y>13</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>10</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1057" y="103" />
+      <point x="1593" y="103" />
+      <point x="1584" y="112" />
+      <point x="1065" y="112" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>537</width>
+    <wuid>-32e0cda:1641d794e56:-5958</wuid>
+    <x>1057</x>
+    <y>103</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>10</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="249" y="103" />
+      <point x="784" y="103" />
+      <point x="776" y="112" />
+      <point x="257" y="112" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>536</width>
+    <wuid>-32e0cda:1641d794e56:-5953</wuid>
+    <x>249</x>
+    <y>103</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>9</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="249" y="415" />
+      <point x="784" y="415" />
+      <point x="776" y="423" />
+      <point x="257" y="423" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>536</width>
+    <wuid>-32e0cda:1641d794e56:-594b</wuid>
+    <x>249</x>
+    <y>415</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>9</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="257" y="407" />
+      <point x="776" y="407" />
+      <point x="784" y="415" />
+      <point x="249" y="415" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>536</width>
+    <wuid>-32e0cda:1641d794e56:-594a</wuid>
+    <x>249</x>
+    <y>407</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>9</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1057" y="415" />
+      <point x="1592" y="415" />
+      <point x="1584" y="423" />
+      <point x="1065" y="423" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>536</width>
+    <wuid>-32e0cda:1641d794e56:-5943</wuid>
+    <x>1057</x>
+    <y>415</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>9</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1065" y="407" />
+      <point x="1584" y="407" />
+      <point x="1592" y="415" />
+      <point x="1057" y="415" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>536</width>
+    <wuid>-32e0cda:1641d794e56:-5942</wuid>
+    <x>1057</x>
+    <y>407</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>9</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1057" y="717" />
+      <point x="1592" y="717" />
+      <point x="1584" y="725" />
+      <point x="1065" y="725" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>536</width>
+    <wuid>-32e0cda:1641d794e56:-593f</wuid>
+    <x>1057</x>
+    <y>717</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>9</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="249" y="718" />
+      <point x="784" y="718" />
+      <point x="776" y="726" />
+      <point x="257" y="726" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>536</width>
+    <wuid>-32e0cda:1641d794e56:-593c</wuid>
+    <x>249</x>
+    <y>718</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>8</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="257" y="710" />
+      <point x="776" y="710" />
+      <point x="784" y="717" />
+      <point x="249" y="717" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>536</width>
+    <wuid>-32e0cda:1641d794e56:-5948</wuid>
+    <x>249</x>
+    <y>710</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>8</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1065" y="710" />
+      <point x="1584" y="710" />
+      <point x="1592" y="717" />
+      <point x="1057" y="717" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>536</width>
+    <wuid>-32e0cda:1641d794e56:-593e</wuid>
+    <x>1057</x>
+    <y>710</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.ActionButton" version="2.0.0">
+    <actions hook="false" hook_all="false">
+      <action type="OPEN_FILE">
+        <path>EPICS-Main_view.opi</path>
+        <description></description>
+      </action>
+    </actions>
+    <alarm_pulsing>false</alarm_pulsing>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="180" green="180" blue="180" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>29</height>
+    <image></image>
+    <name>Action Button</name>
+    <push_action_index>0</push_action_index>
+    <pv_name></pv_name>
+    <pv_value />
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <style>0</style>
+    <text>Main</text>
+    <toggle_button>false</toggle_button>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <visible>true</visible>
+    <widget_type>Action Button</widget_type>
+    <width>144</width>
+    <wuid>-32e0cda:1641d794e56:-56d0</wuid>
+    <x>37</x>
+    <y>169</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.ActionButton" version="2.0.0">
+    <actions hook="false" hook_all="false">
+      <action type="OPEN_FILE">
+        <path>EPICS-Errors.opi</path>
+        <description></description>
+      </action>
+    </actions>
+    <alarm_pulsing>false</alarm_pulsing>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="180" green="180" blue="180" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>29</height>
+    <image></image>
+    <name>Action Button</name>
+    <push_action_index>0</push_action_index>
+    <pv_name></pv_name>
+    <pv_value />
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="180" green="180" blue="180" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:Ctrl-PLC-001:GError</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <style>0</style>
+    <text>Errors</text>
+    <toggle_button>false</toggle_button>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <visible>true</visible>
+    <widget_type>Action Button</widget_type>
+    <width>144</width>
+    <wuid>-32e0cda:1641d794e56:-56cf</wuid>
+    <x>37</x>
+    <y>209</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.ActionButton" version="2.0.0">
+    <actions hook="false" hook_all="false">
+      <action type="WRITE_PV">
+        <pv_name>CWM-CWS03:Ctrl-PLC-001:PP10S</pv_name>
+        <value>0</value>
+        <timeout>10</timeout>
+        <confirm_message></confirm_message>
+        <description></description>
+      </action>
+      <action type="WRITE_PV">
+        <pv_name>CWM-CWS03:Ctrl-PLC-001:PP10S</pv_name>
+        <value>1</value>
+        <timeout>10</timeout>
+        <confirm_message></confirm_message>
+        <description></description>
+      </action>
+    </actions>
+    <alarm_pulsing>false</alarm_pulsing>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="180" green="180" blue="180" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>29</height>
+    <image></image>
+    <name>Action Button</name>
+    <push_action_index>0</push_action_index>
+    <pv_name></pv_name>
+    <pv_value />
+    <rules>
+      <rule name="Rule" prop_id="push_action_index" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>0</value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>1</value>
+        </exp>
+        <pv trig="true">CWM-CWS03:Ctrl-PLC-001:PP10S</pv>
+      </rule>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="180" green="180" blue="180" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:Ctrl-PLC-001:PP10S</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <style>0</style>
+    <text>Exchanger</text>
+    <toggle_button>false</toggle_button>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <visible>true</visible>
+    <widget_type>Action Button</widget_type>
+    <width>144</width>
+    <wuid>-32e0cda:1641d794e56:-56ce</wuid>
+    <x>37</x>
+    <y>314</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.ActionButton" version="2.0.0">
+    <actions hook="false" hook_all="false">
+      <action type="WRITE_PV">
+        <pv_name>CWM-CWS03:Ctrl-PLC-001:PP20S</pv_name>
+        <value>0</value>
+        <timeout>10</timeout>
+        <confirm_message></confirm_message>
+        <description></description>
+      </action>
+      <action type="WRITE_PV">
+        <pv_name>CWM-CWS03:Ctrl-PLC-001:PP20S</pv_name>
+        <value>1</value>
+        <timeout>10</timeout>
+        <confirm_message></confirm_message>
+        <description></description>
+      </action>
+    </actions>
+    <alarm_pulsing>false</alarm_pulsing>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="180" green="180" blue="180" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>29</height>
+    <image></image>
+    <name>Action Button</name>
+    <push_action_index>0</push_action_index>
+    <pv_name></pv_name>
+    <pv_value />
+    <rules>
+      <rule name="Rule" prop_id="push_action_index" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>0</value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>1</value>
+        </exp>
+        <pv trig="true">CWM-CWS03:Ctrl-PLC-001:PP20S</pv>
+      </rule>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="180" green="180" blue="180" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:Ctrl-PLC-001:PP20S</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <style>0</style>
+    <text>Vane</text>
+    <toggle_button>false</toggle_button>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <visible>true</visible>
+    <widget_type>Action Button</widget_type>
+    <width>144</width>
+    <wuid>-32e0cda:1641d794e56:-56cd</wuid>
+    <x>37</x>
+    <y>358</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.ActionButton" version="2.0.0">
+    <actions hook="false" hook_all="false">
+      <action type="WRITE_PV">
+        <pv_name>CWM-CWS03:Ctrl-PLC-001:PP30S</pv_name>
+        <value>0</value>
+        <timeout>10</timeout>
+        <confirm_message></confirm_message>
+        <description></description>
+      </action>
+      <action type="WRITE_PV">
+        <pv_name>CWM-CWS03:Ctrl-PLC-001:PP30S</pv_name>
+        <value>1</value>
+        <timeout>10</timeout>
+        <confirm_message></confirm_message>
+        <description></description>
+      </action>
+    </actions>
+    <alarm_pulsing>false</alarm_pulsing>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="180" green="180" blue="180" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>29</height>
+    <image></image>
+    <name>Action Button</name>
+    <push_action_index>0</push_action_index>
+    <pv_name></pv_name>
+    <pv_value />
+    <rules>
+      <rule name="Rule" prop_id="push_action_index" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>0</value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>1</value>
+        </exp>
+        <pv trig="true">CWM-CWS03:Ctrl-PLC-001:PP30S</pv>
+      </rule>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="180" green="180" blue="180" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:Ctrl-PLC-001:PP30S</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <style>0</style>
+    <text>Body S1-S2</text>
+    <toggle_button>false</toggle_button>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <visible>true</visible>
+    <widget_type>Action Button</widget_type>
+    <width>144</width>
+    <wuid>-32e0cda:1641d794e56:-56ca</wuid>
+    <x>37</x>
+    <y>428</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.ActionButton" version="2.0.0">
+    <actions hook="false" hook_all="false">
+      <action type="WRITE_PV">
+        <pv_name>CWM-CWS03:Ctrl-PLC-001:PP40S</pv_name>
+        <value>0</value>
+        <timeout>10</timeout>
+        <confirm_message></confirm_message>
+        <description></description>
+      </action>
+      <action type="WRITE_PV">
+        <pv_name>CWM-CWS03:Ctrl-PLC-001:PP40S</pv_name>
+        <value>1</value>
+        <timeout>10</timeout>
+        <confirm_message></confirm_message>
+        <description></description>
+      </action>
+    </actions>
+    <alarm_pulsing>false</alarm_pulsing>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="180" green="180" blue="180" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>29</height>
+    <image></image>
+    <name>Action Button</name>
+    <push_action_index>0</push_action_index>
+    <pv_name></pv_name>
+    <pv_value />
+    <rules>
+      <rule name="Rule" prop_id="push_action_index" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>0</value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>1</value>
+        </exp>
+        <pv trig="true">CWM-CWS03:Ctrl-PLC-001:PP40S</pv>
+      </rule>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="180" green="180" blue="180" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:Ctrl-PLC-001:PP40S</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <style>0</style>
+    <text>Body S3</text>
+    <toggle_button>false</toggle_button>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <visible>true</visible>
+    <widget_type>Action Button</widget_type>
+    <width>144</width>
+    <wuid>-32e0cda:1641d794e56:-56c9</wuid>
+    <x>37</x>
+    <y>470</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.ActionButton" version="2.0.0">
+    <actions hook="false" hook_all="false">
+      <action type="WRITE_PV">
+        <pv_name>CWM-CWS03:Ctrl-PLC-001:PP50S</pv_name>
+        <value>0</value>
+        <timeout>10</timeout>
+        <confirm_message></confirm_message>
+        <description></description>
+      </action>
+      <action type="WRITE_PV">
+        <pv_name>CWM-CWS03:Ctrl-PLC-001:PP50S</pv_name>
+        <value>1</value>
+        <timeout>10</timeout>
+        <confirm_message></confirm_message>
+        <description></description>
+      </action>
+    </actions>
+    <alarm_pulsing>false</alarm_pulsing>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="180" green="180" blue="180" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>29</height>
+    <image></image>
+    <name>Action Button</name>
+    <push_action_index>0</push_action_index>
+    <pv_name></pv_name>
+    <pv_value />
+    <rules>
+      <rule name="Rule" prop_id="push_action_index" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>0</value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>1</value>
+        </exp>
+        <pv trig="true">CWM-CWS03:Ctrl-PLC-001:PP50S</pv>
+      </rule>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="180" green="180" blue="180" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:Ctrl-PLC-001:PP50S</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <style>0</style>
+    <text>Body S4-S5</text>
+    <toggle_button>false</toggle_button>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <visible>true</visible>
+    <widget_type>Action Button</widget_type>
+    <width>144</width>
+    <wuid>-32e0cda:1641d794e56:-56c8</wuid>
+    <x>37</x>
+    <y>510</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.ActionButton" version="2.0.0">
+    <actions hook="false" hook_all="false">
+      <action type="WRITE_PV">
+        <pv_name>CWM-CWS03:WtrC-EC-010:Sel</pv_name>
+        <value>0</value>
+        <timeout>10</timeout>
+        <confirm_message></confirm_message>
+        <description></description>
+      </action>
+      <action type="WRITE_PV">
+        <pv_name>CWM-CWS03:WtrC-EC-010:Sel</pv_name>
+        <value>1</value>
+        <timeout>10</timeout>
+        <confirm_message></confirm_message>
+        <description></description>
+      </action>
+    </actions>
+    <alarm_pulsing>false</alarm_pulsing>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="180" green="180" blue="180" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>29</height>
+    <image></image>
+    <name>Action Button</name>
+    <push_action_index>0</push_action_index>
+    <pv_name></pv_name>
+    <pv_value />
+    <rules>
+      <rule name="Rule" prop_id="push_action_index" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>0</value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>1</value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-EC-010:Sel</pv>
+      </rule>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="180" green="180" blue="180" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:WtrC-EC-010:Anim</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <style>0</style>
+    <text>Heater</text>
+    <toggle_button>false</toggle_button>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <visible>true</visible>
+    <widget_type>Action Button</widget_type>
+    <width>144</width>
+    <wuid>-32e0cda:1641d794e56:-56c7</wuid>
+    <x>37</x>
+    <y>608</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>707</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="201" y="810" />
+      <point x="198" y="807" />
+      <point x="199" y="106" />
+      <point x="201" y="104" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>4</width>
+    <wuid>-32e0cda:1641d794e56:-59c3</wuid>
+    <x>198</x>
+    <y>104</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>10</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="784" y="103" />
+      <point x="1057" y="103" />
+      <point x="1048" y="112" />
+      <point x="793" y="112" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>274</width>
+    <wuid>-32e0cda:1641d794e56:-5954</wuid>
+    <x>784</x>
+    <y>103</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>10</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1593" y="103" />
+      <point x="1865" y="103" />
+      <point x="1856" y="112" />
+      <point x="1601" y="112" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>273</width>
+    <wuid>-32e0cda:1641d794e56:-5952</wuid>
+    <x>1593</x>
+    <y>103</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>9</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="784" y="415" />
+      <point x="1057" y="415" />
+      <point x="1048" y="423" />
+      <point x="793" y="423" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>274</width>
+    <wuid>-32e0cda:1641d794e56:-594d</wuid>
+    <x>784</x>
+    <y>415</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>9</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="793" y="407" />
+      <point x="1048" y="407" />
+      <point x="1057" y="415" />
+      <point x="784" y="415" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>274</width>
+    <wuid>-32e0cda:1641d794e56:-594c</wuid>
+    <x>784</x>
+    <y>407</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>9</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="784" y="718" />
+      <point x="1057" y="718" />
+      <point x="1048" y="726" />
+      <point x="793" y="726" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>274</width>
+    <wuid>-32e0cda:1641d794e56:-593d</wuid>
+    <x>784</x>
+    <y>718</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>9</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1593" y="415" />
+      <point x="1865" y="415" />
+      <point x="1856" y="423" />
+      <point x="1601" y="423" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>273</width>
+    <wuid>-32e0cda:1641d794e56:-5945</wuid>
+    <x>1593</x>
+    <y>415</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>9</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1601" y="407" />
+      <point x="1856" y="407" />
+      <point x="1865" y="415" />
+      <point x="1593" y="415" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>273</width>
+    <wuid>-32e0cda:1641d794e56:-5944</wuid>
+    <x>1593</x>
+    <y>407</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>9</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1593" y="717" />
+      <point x="1865" y="717" />
+      <point x="1856" y="725" />
+      <point x="1601" y="725" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>273</width>
+    <wuid>-32e0cda:1641d794e56:-5941</wuid>
+    <x>1593</x>
+    <y>717</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>7</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="8" y="86" />
+      <point x="312" y="86" />
+      <point x="320" y="92" />
+      <point x="0" y="92" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>321</width>
+    <wuid>-32e0cda:1641d794e56:-595b</wuid>
+    <x>0</x>
+    <y>86</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>8</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="793" y="710" />
+      <point x="1048" y="710" />
+      <point x="1057" y="717" />
+      <point x="784" y="717" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>274</width>
+    <wuid>-32e0cda:1641d794e56:-5949</wuid>
+    <x>784</x>
+    <y>710</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>30</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="37" y="416" />
+      <point x="109" y="416" />
+      <point x="109" y="387" />
+      <point x="37" y="387" />
+      <point x="37" y="416" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>73</width>
+    <wuid>-32e0cda:1641d794e56:-57b1</wuid>
+    <x>37</x>
+    <y>387</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>30</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="181" y="387" />
+      <point x="109" y="387" />
+      <point x="109" y="416" />
+      <point x="181" y="416" />
+      <point x="181" y="387" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>73</width>
+    <wuid>-32e0cda:1641d794e56:-57b0</wuid>
+    <x>109</x>
+    <y>387</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>8</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1601" y="710" />
+      <point x="1856" y="710" />
+      <point x="1865" y="717" />
+      <point x="1593" y="717" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>273</width>
+    <wuid>-32e0cda:1641d794e56:-5940</wuid>
+    <x>1593</x>
+    <y>710</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>28</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="549" y="54" />
+      <point x="622" y="54" />
+      <point x="622" y="81" />
+      <point x="549" y="81" />
+      <point x="549" y="54" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>74</width>
+    <wuid>-32e0cda:1641d794e56:-5923</wuid>
+    <x>549</x>
+    <y>54</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.ActionButton" version="2.0.0">
+    <actions hook="false" hook_all="false">
+      <action type="WRITE_PV">
+        <pv_name>CWM-CWS03:Ctrl-PLC-001:PP20STH</pv_name>
+        <value>0</value>
+        <timeout>10</timeout>
+        <confirm_message></confirm_message>
+        <description></description>
+      </action>
+    </actions>
+    <alarm_pulsing>false</alarm_pulsing>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="180" green="180" blue="180" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>29</height>
+    <image></image>
+    <name>Action Button</name>
+    <push_action_index>0</push_action_index>
+    <pv_name></pv_name>
+    <pv_value />
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="180" green="180" blue="180" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:Ctrl-PLC-001:PP20STH</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <style>0</style>
+    <text>°C</text>
+    <toggle_button>false</toggle_button>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <visible>true</visible>
+    <widget_type>Action Button</widget_type>
+    <width>71</width>
+    <wuid>-32e0cda:1641d794e56:-56cc</wuid>
+    <x>37</x>
+    <y>387</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.ActionButton" version="2.0.0">
+    <actions hook="false" hook_all="false">
+      <action type="WRITE_PV">
+        <pv_name>CWM-CWS03:Ctrl-PLC-001:PP20STH</pv_name>
+        <value>1</value>
+        <timeout>10</timeout>
+        <confirm_message></confirm_message>
+        <description></description>
+      </action>
+    </actions>
+    <alarm_pulsing>false</alarm_pulsing>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="180" green="180" blue="180" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>28</height>
+    <image></image>
+    <name>Action Button</name>
+    <push_action_index>0</push_action_index>
+    <pv_name></pv_name>
+    <pv_value />
+    <rules>
+      <rule name="Rule" prop_id="background_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="180" green="180" blue="180" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:Ctrl-PLC-001:PP20STH</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <style>0</style>
+    <text>DPhase</text>
+    <toggle_button>false</toggle_button>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <visible>true</visible>
+    <widget_type>Action Button</widget_type>
+    <width>72</width>
+    <wuid>-32e0cda:1641d794e56:-56cb</wuid>
+    <x>109</x>
+    <y>387</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="0" y="1071" />
+      <point x="1915" y="1071" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1916</width>
+    <wuid>-32e0cda:1641d794e56:-56ad</wuid>
+    <x>0</x>
+    <y>1071</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.progressbar" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <color_fillbackground>
+      <color red="200" green="200" blue="200" />
+    </color_fillbackground>
+    <color_hi>
+      <color red="255" green="128" blue="0" />
+    </color_hi>
+    <color_hihi>
+      <color red="255" green="0" blue="0" />
+    </color_hihi>
+    <color_lo>
+      <color red="255" green="128" blue="0" />
+    </color_lo>
+    <color_lolo>
+      <color red="255" green="0" blue="0" />
+    </color_lolo>
+    <effect_3d>true</effect_3d>
+    <enabled>true</enabled>
+    <fill_color>
+      <color red="0" green="0" blue="240" />
+    </fill_color>
+    <fillcolor_alarm_sensitive>false</fillcolor_alarm_sensitive>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="240" />
+    </foreground_color>
+    <height>100</height>
+    <horizontal>false</horizontal>
+    <indicator_mode>false</indicator_mode>
+    <level_hi>80.0</level_hi>
+    <level_hihi>90.0</level_hihi>
+    <level_lo>20.0</level_lo>
+    <level_lolo>10.0</level_lolo>
+    <limits_from_pv>false</limits_from_pv>
+    <log_scale>false</log_scale>
+    <major_tick_step_hint>50</major_tick_step_hint>
+    <maximum>50.0</maximum>
+    <minimum>0.0</minimum>
+    <name>Progress Bar</name>
+    <origin>0.0</origin>
+    <origin_ignored>false</origin_ignored>
+    <pv_name>CWM-CWS03:Ctrl-PLC-001:R10Trsh</pv_name>
+    <pv_value />
+    <rules />
+    <scale_font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </scale_font>
+    <scale_format></scale_format>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_hi>true</show_hi>
+    <show_hihi>true</show_hihi>
+    <show_label>false</show_label>
+    <show_lo>true</show_lo>
+    <show_lolo>true</show_lolo>
+    <show_markers>false</show_markers>
+    <show_minor_ticks>false</show_minor_ticks>
+    <show_scale>false</show_scale>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent_background>true</transparent_background>
+    <value_label_format></value_label_format>
+    <visible>true</visible>
+    <widget_type>Progress Bar</widget_type>
+    <width>19</width>
+    <wuid>-32e0cda:1641d794e56:-570a</wuid>
+    <x>806</x>
+    <y>161</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.progressbar" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <color_fillbackground>
+      <color red="200" green="200" blue="200" />
+    </color_fillbackground>
+    <color_hi>
+      <color red="255" green="128" blue="0" />
+    </color_hi>
+    <color_hihi>
+      <color red="255" green="0" blue="0" />
+    </color_hihi>
+    <color_lo>
+      <color red="255" green="128" blue="0" />
+    </color_lo>
+    <color_lolo>
+      <color red="255" green="0" blue="0" />
+    </color_lolo>
+    <effect_3d>true</effect_3d>
+    <enabled>true</enabled>
+    <fill_color>
+      <color red="0" green="240" blue="0" />
+    </fill_color>
+    <fillcolor_alarm_sensitive>false</fillcolor_alarm_sensitive>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="240" blue="0" />
+    </foreground_color>
+    <height>100</height>
+    <horizontal>false</horizontal>
+    <indicator_mode>false</indicator_mode>
+    <level_hi>80.0</level_hi>
+    <level_hihi>90.0</level_hihi>
+    <level_lo>20.0</level_lo>
+    <level_lolo>10.0</level_lolo>
+    <limits_from_pv>false</limits_from_pv>
+    <log_scale>false</log_scale>
+    <major_tick_step_hint>50</major_tick_step_hint>
+    <maximum>50.0</maximum>
+    <minimum>0.0</minimum>
+    <name>Progress Bar</name>
+    <origin>0.0</origin>
+    <origin_ignored>false</origin_ignored>
+    <pv_name>CWM-CWS03:WtrC-TT-010:Tmp</pv_name>
+    <pv_value />
+    <rules />
+    <scale_font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </scale_font>
+    <scale_format></scale_format>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_hi>true</show_hi>
+    <show_hihi>true</show_hihi>
+    <show_label>false</show_label>
+    <show_lo>true</show_lo>
+    <show_lolo>true</show_lolo>
+    <show_markers>false</show_markers>
+    <show_minor_ticks>false</show_minor_ticks>
+    <show_scale>false</show_scale>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent_background>true</transparent_background>
+    <value_label_format></value_label_format>
+    <visible>true</visible>
+    <widget_type>Progress Bar</widget_type>
+    <width>19</width>
+    <wuid>-32e0cda:1641d794e56:-5709</wuid>
+    <x>888</x>
+    <y>161</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.progressbar" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <color_fillbackground>
+      <color red="200" green="200" blue="200" />
+    </color_fillbackground>
+    <color_hi>
+      <color red="255" green="128" blue="0" />
+    </color_hi>
+    <color_hihi>
+      <color red="255" green="0" blue="0" />
+    </color_hihi>
+    <color_lo>
+      <color red="255" green="128" blue="0" />
+    </color_lo>
+    <color_lolo>
+      <color red="255" green="0" blue="0" />
+    </color_lolo>
+    <effect_3d>true</effect_3d>
+    <enabled>true</enabled>
+    <fill_color>
+      <color red="240" green="0" blue="0" />
+    </fill_color>
+    <fillcolor_alarm_sensitive>false</fillcolor_alarm_sensitive>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="240" green="0" blue="0" />
+    </foreground_color>
+    <height>100</height>
+    <horizontal>false</horizontal>
+    <indicator_mode>false</indicator_mode>
+    <level_hi>80.0</level_hi>
+    <level_hihi>90.0</level_hihi>
+    <level_lo>20.0</level_lo>
+    <level_lolo>10.0</level_lolo>
+    <limits_from_pv>false</limits_from_pv>
+    <log_scale>false</log_scale>
+    <major_tick_step_hint>50</major_tick_step_hint>
+    <maximum>100.0</maximum>
+    <minimum>0.0</minimum>
+    <name>Progress Bar</name>
+    <origin>0.0</origin>
+    <origin_ignored>false</origin_ignored>
+    <pv_name>CWM-CWS03:WtrC-PCV-010:Cmd</pv_name>
+    <pv_value />
+    <rules />
+    <scale_font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </scale_font>
+    <scale_format></scale_format>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_hi>true</show_hi>
+    <show_hihi>true</show_hihi>
+    <show_label>false</show_label>
+    <show_lo>true</show_lo>
+    <show_lolo>true</show_lolo>
+    <show_markers>false</show_markers>
+    <show_minor_ticks>false</show_minor_ticks>
+    <show_scale>false</show_scale>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent_background>true</transparent_background>
+    <value_label_format></value_label_format>
+    <visible>true</visible>
+    <widget_type>Progress Bar</widget_type>
+    <width>19</width>
+    <wuid>-32e0cda:1641d794e56:-5708</wuid>
+    <x>969</x>
+    <y>161</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.progressbar" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <color_fillbackground>
+      <color red="200" green="200" blue="200" />
+    </color_fillbackground>
+    <color_hi>
+      <color red="255" green="128" blue="0" />
+    </color_hi>
+    <color_hihi>
+      <color red="255" green="0" blue="0" />
+    </color_hihi>
+    <color_lo>
+      <color red="255" green="128" blue="0" />
+    </color_lo>
+    <color_lolo>
+      <color red="255" green="0" blue="0" />
+    </color_lolo>
+    <effect_3d>true</effect_3d>
+    <enabled>true</enabled>
+    <fill_color>
+      <color red="0" green="0" blue="240" />
+    </fill_color>
+    <fillcolor_alarm_sensitive>false</fillcolor_alarm_sensitive>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="240" />
+    </foreground_color>
+    <height>100</height>
+    <horizontal>false</horizontal>
+    <indicator_mode>false</indicator_mode>
+    <level_hi>80.0</level_hi>
+    <level_hihi>90.0</level_hihi>
+    <level_lo>20.0</level_lo>
+    <level_lolo>10.0</level_lolo>
+    <limits_from_pv>false</limits_from_pv>
+    <log_scale>false</log_scale>
+    <major_tick_step_hint>50</major_tick_step_hint>
+    <maximum>50.0</maximum>
+    <minimum>0.0</minimum>
+    <name>Progress Bar</name>
+    <origin>0.0</origin>
+    <origin_ignored>false</origin_ignored>
+    <pv_name>CWM-CWS03:Ctrl-PLC-001:R20Trsh</pv_name>
+    <pv_value />
+    <rules />
+    <scale_font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </scale_font>
+    <scale_format></scale_format>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_hi>true</show_hi>
+    <show_hihi>true</show_hihi>
+    <show_label>false</show_label>
+    <show_lo>true</show_lo>
+    <show_lolo>true</show_lolo>
+    <show_markers>false</show_markers>
+    <show_minor_ticks>false</show_minor_ticks>
+    <show_scale>false</show_scale>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent_background>true</transparent_background>
+    <value_label_format></value_label_format>
+    <visible>true</visible>
+    <widget_type>Progress Bar</widget_type>
+    <width>19</width>
+    <wuid>-32e0cda:1641d794e56:-5707</wuid>
+    <x>806</x>
+    <y>464</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.progressbar" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <color_fillbackground>
+      <color red="200" green="200" blue="200" />
+    </color_fillbackground>
+    <color_hi>
+      <color red="255" green="128" blue="0" />
+    </color_hi>
+    <color_hihi>
+      <color red="255" green="0" blue="0" />
+    </color_hihi>
+    <color_lo>
+      <color red="255" green="128" blue="0" />
+    </color_lo>
+    <color_lolo>
+      <color red="255" green="0" blue="0" />
+    </color_lolo>
+    <effect_3d>true</effect_3d>
+    <enabled>true</enabled>
+    <fill_color>
+      <color red="0" green="240" blue="0" />
+    </fill_color>
+    <fillcolor_alarm_sensitive>false</fillcolor_alarm_sensitive>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="240" blue="0" />
+    </foreground_color>
+    <height>100</height>
+    <horizontal>false</horizontal>
+    <indicator_mode>false</indicator_mode>
+    <level_hi>80.0</level_hi>
+    <level_hihi>90.0</level_hihi>
+    <level_lo>20.0</level_lo>
+    <level_lolo>10.0</level_lolo>
+    <limits_from_pv>false</limits_from_pv>
+    <log_scale>false</log_scale>
+    <major_tick_step_hint>50</major_tick_step_hint>
+    <maximum>50.0</maximum>
+    <minimum>0.0</minimum>
+    <name>Progress Bar</name>
+    <origin>0.0</origin>
+    <origin_ignored>false</origin_ignored>
+    <pv_name>CWM-CWS03:WtrC-TT-020:Tmp</pv_name>
+    <pv_value />
+    <rules />
+    <scale_font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </scale_font>
+    <scale_format></scale_format>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_hi>true</show_hi>
+    <show_hihi>true</show_hihi>
+    <show_label>false</show_label>
+    <show_lo>true</show_lo>
+    <show_lolo>true</show_lolo>
+    <show_markers>false</show_markers>
+    <show_minor_ticks>false</show_minor_ticks>
+    <show_scale>false</show_scale>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent_background>true</transparent_background>
+    <value_label_format></value_label_format>
+    <visible>true</visible>
+    <widget_type>Progress Bar</widget_type>
+    <width>19</width>
+    <wuid>-32e0cda:1641d794e56:-5706</wuid>
+    <x>888</x>
+    <y>464</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.progressbar" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <color_fillbackground>
+      <color red="200" green="200" blue="200" />
+    </color_fillbackground>
+    <color_hi>
+      <color red="255" green="128" blue="0" />
+    </color_hi>
+    <color_hihi>
+      <color red="255" green="0" blue="0" />
+    </color_hihi>
+    <color_lo>
+      <color red="255" green="128" blue="0" />
+    </color_lo>
+    <color_lolo>
+      <color red="255" green="0" blue="0" />
+    </color_lolo>
+    <effect_3d>true</effect_3d>
+    <enabled>true</enabled>
+    <fill_color>
+      <color red="240" green="0" blue="0" />
+    </fill_color>
+    <fillcolor_alarm_sensitive>false</fillcolor_alarm_sensitive>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="240" green="0" blue="0" />
+    </foreground_color>
+    <height>100</height>
+    <horizontal>false</horizontal>
+    <indicator_mode>false</indicator_mode>
+    <level_hi>80.0</level_hi>
+    <level_hihi>90.0</level_hihi>
+    <level_lo>20.0</level_lo>
+    <level_lolo>10.0</level_lolo>
+    <limits_from_pv>false</limits_from_pv>
+    <log_scale>false</log_scale>
+    <major_tick_step_hint>50</major_tick_step_hint>
+    <maximum>100.0</maximum>
+    <minimum>0.0</minimum>
+    <name>Progress Bar</name>
+    <origin>0.0</origin>
+    <origin_ignored>false</origin_ignored>
+    <pv_name>CWM-CWS03:WtrC-PCV-020:Cmd</pv_name>
+    <pv_value />
+    <rules />
+    <scale_font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </scale_font>
+    <scale_format></scale_format>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_hi>true</show_hi>
+    <show_hihi>true</show_hihi>
+    <show_label>false</show_label>
+    <show_lo>true</show_lo>
+    <show_lolo>true</show_lolo>
+    <show_markers>false</show_markers>
+    <show_minor_ticks>false</show_minor_ticks>
+    <show_scale>false</show_scale>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent_background>true</transparent_background>
+    <value_label_format></value_label_format>
+    <visible>true</visible>
+    <widget_type>Progress Bar</widget_type>
+    <width>19</width>
+    <wuid>-32e0cda:1641d794e56:-5705</wuid>
+    <x>969</x>
+    <y>464</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.progressbar" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <color_fillbackground>
+      <color red="200" green="200" blue="200" />
+    </color_fillbackground>
+    <color_hi>
+      <color red="255" green="128" blue="0" />
+    </color_hi>
+    <color_hihi>
+      <color red="255" green="0" blue="0" />
+    </color_hihi>
+    <color_lo>
+      <color red="255" green="128" blue="0" />
+    </color_lo>
+    <color_lolo>
+      <color red="255" green="0" blue="0" />
+    </color_lolo>
+    <effect_3d>true</effect_3d>
+    <enabled>true</enabled>
+    <fill_color>
+      <color red="0" green="0" blue="240" />
+    </fill_color>
+    <fillcolor_alarm_sensitive>false</fillcolor_alarm_sensitive>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="240" />
+    </foreground_color>
+    <height>100</height>
+    <horizontal>false</horizontal>
+    <indicator_mode>false</indicator_mode>
+    <level_hi>80.0</level_hi>
+    <level_hihi>90.0</level_hihi>
+    <level_lo>20.0</level_lo>
+    <level_lolo>10.0</level_lolo>
+    <limits_from_pv>false</limits_from_pv>
+    <log_scale>false</log_scale>
+    <major_tick_step_hint>50</major_tick_step_hint>
+    <maximum>50.0</maximum>
+    <minimum>0.0</minimum>
+    <name>Progress Bar</name>
+    <origin>0.0</origin>
+    <origin_ignored>false</origin_ignored>
+    <pv_name>CWM-CWS03:Ctrl-PLC-001:R40Trsh</pv_name>
+    <pv_value />
+    <rules />
+    <scale_font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </scale_font>
+    <scale_format></scale_format>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_hi>true</show_hi>
+    <show_hihi>true</show_hihi>
+    <show_label>false</show_label>
+    <show_lo>true</show_lo>
+    <show_lolo>true</show_lolo>
+    <show_markers>false</show_markers>
+    <show_minor_ticks>false</show_minor_ticks>
+    <show_scale>false</show_scale>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent_background>true</transparent_background>
+    <value_label_format></value_label_format>
+    <visible>true</visible>
+    <widget_type>Progress Bar</widget_type>
+    <width>19</width>
+    <wuid>-32e0cda:1641d794e56:-5704</wuid>
+    <x>1614</x>
+    <y>464</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.progressbar" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <color_fillbackground>
+      <color red="200" green="200" blue="200" />
+    </color_fillbackground>
+    <color_hi>
+      <color red="255" green="128" blue="0" />
+    </color_hi>
+    <color_hihi>
+      <color red="255" green="0" blue="0" />
+    </color_hihi>
+    <color_lo>
+      <color red="255" green="128" blue="0" />
+    </color_lo>
+    <color_lolo>
+      <color red="255" green="0" blue="0" />
+    </color_lolo>
+    <effect_3d>true</effect_3d>
+    <enabled>true</enabled>
+    <fill_color>
+      <color red="0" green="240" blue="0" />
+    </fill_color>
+    <fillcolor_alarm_sensitive>false</fillcolor_alarm_sensitive>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="240" blue="0" />
+    </foreground_color>
+    <height>100</height>
+    <horizontal>false</horizontal>
+    <indicator_mode>false</indicator_mode>
+    <level_hi>80.0</level_hi>
+    <level_hihi>90.0</level_hihi>
+    <level_lo>20.0</level_lo>
+    <level_lolo>10.0</level_lolo>
+    <limits_from_pv>false</limits_from_pv>
+    <log_scale>false</log_scale>
+    <major_tick_step_hint>50</major_tick_step_hint>
+    <maximum>50.0</maximum>
+    <minimum>0.0</minimum>
+    <name>Progress Bar</name>
+    <origin>0.0</origin>
+    <origin_ignored>false</origin_ignored>
+    <pv_name>CWM-CWS03:WtrC-TT-040:Tmp</pv_name>
+    <pv_value />
+    <rules />
+    <scale_font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </scale_font>
+    <scale_format></scale_format>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_hi>true</show_hi>
+    <show_hihi>true</show_hihi>
+    <show_label>false</show_label>
+    <show_lo>true</show_lo>
+    <show_lolo>true</show_lolo>
+    <show_markers>false</show_markers>
+    <show_minor_ticks>false</show_minor_ticks>
+    <show_scale>false</show_scale>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent_background>true</transparent_background>
+    <value_label_format></value_label_format>
+    <visible>true</visible>
+    <widget_type>Progress Bar</widget_type>
+    <width>19</width>
+    <wuid>-32e0cda:1641d794e56:-5703</wuid>
+    <x>1696</x>
+    <y>464</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.progressbar" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <color_fillbackground>
+      <color red="200" green="200" blue="200" />
+    </color_fillbackground>
+    <color_hi>
+      <color red="255" green="128" blue="0" />
+    </color_hi>
+    <color_hihi>
+      <color red="255" green="0" blue="0" />
+    </color_hihi>
+    <color_lo>
+      <color red="255" green="128" blue="0" />
+    </color_lo>
+    <color_lolo>
+      <color red="255" green="0" blue="0" />
+    </color_lolo>
+    <effect_3d>true</effect_3d>
+    <enabled>true</enabled>
+    <fill_color>
+      <color red="240" green="0" blue="0" />
+    </fill_color>
+    <fillcolor_alarm_sensitive>false</fillcolor_alarm_sensitive>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="240" green="0" blue="0" />
+    </foreground_color>
+    <height>100</height>
+    <horizontal>false</horizontal>
+    <indicator_mode>false</indicator_mode>
+    <level_hi>80.0</level_hi>
+    <level_hihi>90.0</level_hihi>
+    <level_lo>20.0</level_lo>
+    <level_lolo>10.0</level_lolo>
+    <limits_from_pv>false</limits_from_pv>
+    <log_scale>false</log_scale>
+    <major_tick_step_hint>50</major_tick_step_hint>
+    <maximum>100.0</maximum>
+    <minimum>0.0</minimum>
+    <name>Progress Bar</name>
+    <origin>0.0</origin>
+    <origin_ignored>false</origin_ignored>
+    <pv_name>CWM-CWS03:WtrC-PCV-040:Cmd</pv_name>
+    <pv_value />
+    <rules />
+    <scale_font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </scale_font>
+    <scale_format></scale_format>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_hi>true</show_hi>
+    <show_hihi>true</show_hihi>
+    <show_label>false</show_label>
+    <show_lo>true</show_lo>
+    <show_lolo>true</show_lolo>
+    <show_markers>false</show_markers>
+    <show_minor_ticks>false</show_minor_ticks>
+    <show_scale>false</show_scale>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent_background>true</transparent_background>
+    <value_label_format></value_label_format>
+    <visible>true</visible>
+    <widget_type>Progress Bar</widget_type>
+    <width>19</width>
+    <wuid>-32e0cda:1641d794e56:-5702</wuid>
+    <x>1777</x>
+    <y>464</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.progressbar" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <color_fillbackground>
+      <color red="200" green="200" blue="200" />
+    </color_fillbackground>
+    <color_hi>
+      <color red="255" green="128" blue="0" />
+    </color_hi>
+    <color_hihi>
+      <color red="255" green="0" blue="0" />
+    </color_hihi>
+    <color_lo>
+      <color red="255" green="128" blue="0" />
+    </color_lo>
+    <color_lolo>
+      <color red="255" green="0" blue="0" />
+    </color_lolo>
+    <effect_3d>true</effect_3d>
+    <enabled>true</enabled>
+    <fill_color>
+      <color red="0" green="0" blue="240" />
+    </fill_color>
+    <fillcolor_alarm_sensitive>false</fillcolor_alarm_sensitive>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="240" />
+    </foreground_color>
+    <height>100</height>
+    <horizontal>false</horizontal>
+    <indicator_mode>false</indicator_mode>
+    <level_hi>80.0</level_hi>
+    <level_hihi>90.0</level_hihi>
+    <level_lo>20.0</level_lo>
+    <level_lolo>10.0</level_lolo>
+    <limits_from_pv>false</limits_from_pv>
+    <log_scale>false</log_scale>
+    <major_tick_step_hint>50</major_tick_step_hint>
+    <maximum>50.0</maximum>
+    <minimum>0.0</minimum>
+    <name>Progress Bar</name>
+    <origin>0.0</origin>
+    <origin_ignored>false</origin_ignored>
+    <pv_name>CWM-CWS03:Ctrl-PLC-001:R30Trsh</pv_name>
+    <pv_value />
+    <rules />
+    <scale_font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </scale_font>
+    <scale_format></scale_format>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_hi>true</show_hi>
+    <show_hihi>true</show_hihi>
+    <show_label>false</show_label>
+    <show_lo>true</show_lo>
+    <show_lolo>true</show_lolo>
+    <show_markers>false</show_markers>
+    <show_minor_ticks>false</show_minor_ticks>
+    <show_scale>false</show_scale>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent_background>true</transparent_background>
+    <value_label_format></value_label_format>
+    <visible>true</visible>
+    <widget_type>Progress Bar</widget_type>
+    <width>19</width>
+    <wuid>-32e0cda:1641d794e56:-5701</wuid>
+    <x>1614</x>
+    <y>161</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.progressbar" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <color_fillbackground>
+      <color red="200" green="200" blue="200" />
+    </color_fillbackground>
+    <color_hi>
+      <color red="255" green="128" blue="0" />
+    </color_hi>
+    <color_hihi>
+      <color red="255" green="0" blue="0" />
+    </color_hihi>
+    <color_lo>
+      <color red="255" green="128" blue="0" />
+    </color_lo>
+    <color_lolo>
+      <color red="255" green="0" blue="0" />
+    </color_lolo>
+    <effect_3d>true</effect_3d>
+    <enabled>true</enabled>
+    <fill_color>
+      <color red="0" green="240" blue="0" />
+    </fill_color>
+    <fillcolor_alarm_sensitive>false</fillcolor_alarm_sensitive>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="240" blue="0" />
+    </foreground_color>
+    <height>100</height>
+    <horizontal>false</horizontal>
+    <indicator_mode>false</indicator_mode>
+    <level_hi>80.0</level_hi>
+    <level_hihi>90.0</level_hihi>
+    <level_lo>20.0</level_lo>
+    <level_lolo>10.0</level_lolo>
+    <limits_from_pv>false</limits_from_pv>
+    <log_scale>false</log_scale>
+    <major_tick_step_hint>50</major_tick_step_hint>
+    <maximum>50.0</maximum>
+    <minimum>0.0</minimum>
+    <name>Progress Bar</name>
+    <origin>0.0</origin>
+    <origin_ignored>false</origin_ignored>
+    <pv_name>CWM-CWS03:WtrC-TT-030:Tmp</pv_name>
+    <pv_value />
+    <rules />
+    <scale_font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </scale_font>
+    <scale_format></scale_format>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_hi>true</show_hi>
+    <show_hihi>true</show_hihi>
+    <show_label>false</show_label>
+    <show_lo>true</show_lo>
+    <show_lolo>true</show_lolo>
+    <show_markers>false</show_markers>
+    <show_minor_ticks>false</show_minor_ticks>
+    <show_scale>false</show_scale>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent_background>true</transparent_background>
+    <value_label_format></value_label_format>
+    <visible>true</visible>
+    <widget_type>Progress Bar</widget_type>
+    <width>19</width>
+    <wuid>-32e0cda:1641d794e56:-5700</wuid>
+    <x>1696</x>
+    <y>161</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.progressbar" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <color_fillbackground>
+      <color red="200" green="200" blue="200" />
+    </color_fillbackground>
+    <color_hi>
+      <color red="255" green="128" blue="0" />
+    </color_hi>
+    <color_hihi>
+      <color red="255" green="0" blue="0" />
+    </color_hihi>
+    <color_lo>
+      <color red="255" green="128" blue="0" />
+    </color_lo>
+    <color_lolo>
+      <color red="255" green="0" blue="0" />
+    </color_lolo>
+    <effect_3d>true</effect_3d>
+    <enabled>true</enabled>
+    <fill_color>
+      <color red="240" green="0" blue="0" />
+    </fill_color>
+    <fillcolor_alarm_sensitive>false</fillcolor_alarm_sensitive>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="240" green="0" blue="0" />
+    </foreground_color>
+    <height>100</height>
+    <horizontal>false</horizontal>
+    <indicator_mode>false</indicator_mode>
+    <level_hi>80.0</level_hi>
+    <level_hihi>90.0</level_hihi>
+    <level_lo>20.0</level_lo>
+    <level_lolo>10.0</level_lolo>
+    <limits_from_pv>false</limits_from_pv>
+    <log_scale>false</log_scale>
+    <major_tick_step_hint>50</major_tick_step_hint>
+    <maximum>100.0</maximum>
+    <minimum>0.0</minimum>
+    <name>Progress Bar</name>
+    <origin>0.0</origin>
+    <origin_ignored>false</origin_ignored>
+    <pv_name>CWM-CWS03:WtrC-PCV-030:Cmd</pv_name>
+    <pv_value />
+    <rules />
+    <scale_font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </scale_font>
+    <scale_format></scale_format>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_hi>true</show_hi>
+    <show_hihi>true</show_hihi>
+    <show_label>false</show_label>
+    <show_lo>true</show_lo>
+    <show_lolo>true</show_lolo>
+    <show_markers>false</show_markers>
+    <show_minor_ticks>false</show_minor_ticks>
+    <show_scale>false</show_scale>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent_background>true</transparent_background>
+    <value_label_format></value_label_format>
+    <visible>true</visible>
+    <widget_type>Progress Bar</widget_type>
+    <width>19</width>
+    <wuid>-32e0cda:1641d794e56:-56ff</wuid>
+    <x>1777</x>
+    <y>161</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.progressbar" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <color_fillbackground>
+      <color red="200" green="200" blue="200" />
+    </color_fillbackground>
+    <color_hi>
+      <color red="255" green="128" blue="0" />
+    </color_hi>
+    <color_hihi>
+      <color red="255" green="0" blue="0" />
+    </color_hihi>
+    <color_lo>
+      <color red="255" green="128" blue="0" />
+    </color_lo>
+    <color_lolo>
+      <color red="255" green="0" blue="0" />
+    </color_lolo>
+    <effect_3d>true</effect_3d>
+    <enabled>true</enabled>
+    <fill_color>
+      <color red="0" green="0" blue="240" />
+    </fill_color>
+    <fillcolor_alarm_sensitive>false</fillcolor_alarm_sensitive>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="240" />
+    </foreground_color>
+    <height>100</height>
+    <horizontal>false</horizontal>
+    <indicator_mode>false</indicator_mode>
+    <level_hi>80.0</level_hi>
+    <level_hihi>90.0</level_hihi>
+    <level_lo>20.0</level_lo>
+    <level_lolo>10.0</level_lolo>
+    <limits_from_pv>false</limits_from_pv>
+    <log_scale>false</log_scale>
+    <major_tick_step_hint>50</major_tick_step_hint>
+    <maximum>50.0</maximum>
+    <minimum>0.0</minimum>
+    <name>Progress Bar</name>
+    <origin>0.0</origin>
+    <origin_ignored>false</origin_ignored>
+    <pv_name>CWM-CWS03:Ctrl-PLC-001:R50Trsh</pv_name>
+    <pv_value />
+    <rules />
+    <scale_font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </scale_font>
+    <scale_format></scale_format>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_hi>true</show_hi>
+    <show_hihi>true</show_hihi>
+    <show_label>false</show_label>
+    <show_lo>true</show_lo>
+    <show_lolo>true</show_lolo>
+    <show_markers>false</show_markers>
+    <show_minor_ticks>false</show_minor_ticks>
+    <show_scale>false</show_scale>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent_background>true</transparent_background>
+    <value_label_format></value_label_format>
+    <visible>true</visible>
+    <widget_type>Progress Bar</widget_type>
+    <width>19</width>
+    <wuid>-32e0cda:1641d794e56:-56fe</wuid>
+    <x>1614</x>
+    <y>766</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.progressbar" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <color_fillbackground>
+      <color red="200" green="200" blue="200" />
+    </color_fillbackground>
+    <color_hi>
+      <color red="255" green="128" blue="0" />
+    </color_hi>
+    <color_hihi>
+      <color red="255" green="0" blue="0" />
+    </color_hihi>
+    <color_lo>
+      <color red="255" green="128" blue="0" />
+    </color_lo>
+    <color_lolo>
+      <color red="255" green="0" blue="0" />
+    </color_lolo>
+    <effect_3d>true</effect_3d>
+    <enabled>true</enabled>
+    <fill_color>
+      <color red="0" green="240" blue="0" />
+    </fill_color>
+    <fillcolor_alarm_sensitive>false</fillcolor_alarm_sensitive>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="240" blue="0" />
+    </foreground_color>
+    <height>100</height>
+    <horizontal>false</horizontal>
+    <indicator_mode>false</indicator_mode>
+    <level_hi>80.0</level_hi>
+    <level_hihi>90.0</level_hihi>
+    <level_lo>20.0</level_lo>
+    <level_lolo>10.0</level_lolo>
+    <limits_from_pv>false</limits_from_pv>
+    <log_scale>false</log_scale>
+    <major_tick_step_hint>50</major_tick_step_hint>
+    <maximum>50.0</maximum>
+    <minimum>0.0</minimum>
+    <name>Progress Bar</name>
+    <origin>0.0</origin>
+    <origin_ignored>false</origin_ignored>
+    <pv_name>CWM-CWS03:WtrC-TT-050:Tmp</pv_name>
+    <pv_value />
+    <rules />
+    <scale_font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </scale_font>
+    <scale_format></scale_format>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_hi>true</show_hi>
+    <show_hihi>true</show_hihi>
+    <show_label>false</show_label>
+    <show_lo>true</show_lo>
+    <show_lolo>true</show_lolo>
+    <show_markers>false</show_markers>
+    <show_minor_ticks>false</show_minor_ticks>
+    <show_scale>false</show_scale>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent_background>true</transparent_background>
+    <value_label_format></value_label_format>
+    <visible>true</visible>
+    <widget_type>Progress Bar</widget_type>
+    <width>19</width>
+    <wuid>-32e0cda:1641d794e56:-56fd</wuid>
+    <x>1696</x>
+    <y>766</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.progressbar" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <color_fillbackground>
+      <color red="200" green="200" blue="200" />
+    </color_fillbackground>
+    <color_hi>
+      <color red="255" green="128" blue="0" />
+    </color_hi>
+    <color_hihi>
+      <color red="255" green="0" blue="0" />
+    </color_hihi>
+    <color_lo>
+      <color red="255" green="128" blue="0" />
+    </color_lo>
+    <color_lolo>
+      <color red="255" green="0" blue="0" />
+    </color_lolo>
+    <effect_3d>true</effect_3d>
+    <enabled>true</enabled>
+    <fill_color>
+      <color red="240" green="0" blue="0" />
+    </fill_color>
+    <fillcolor_alarm_sensitive>false</fillcolor_alarm_sensitive>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="240" green="0" blue="0" />
+    </foreground_color>
+    <height>100</height>
+    <horizontal>false</horizontal>
+    <indicator_mode>false</indicator_mode>
+    <level_hi>80.0</level_hi>
+    <level_hihi>90.0</level_hihi>
+    <level_lo>20.0</level_lo>
+    <level_lolo>10.0</level_lolo>
+    <limits_from_pv>false</limits_from_pv>
+    <log_scale>false</log_scale>
+    <major_tick_step_hint>50</major_tick_step_hint>
+    <maximum>100.0</maximum>
+    <minimum>0.0</minimum>
+    <name>Progress Bar</name>
+    <origin>0.0</origin>
+    <origin_ignored>false</origin_ignored>
+    <pv_name>CWM-CWS03:WtrC-PCV-050:Cmd</pv_name>
+    <pv_value />
+    <rules />
+    <scale_font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </scale_font>
+    <scale_format></scale_format>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_hi>true</show_hi>
+    <show_hihi>true</show_hihi>
+    <show_label>false</show_label>
+    <show_lo>true</show_lo>
+    <show_lolo>true</show_lolo>
+    <show_markers>false</show_markers>
+    <show_minor_ticks>false</show_minor_ticks>
+    <show_scale>false</show_scale>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent_background>true</transparent_background>
+    <value_label_format></value_label_format>
+    <visible>true</visible>
+    <widget_type>Progress Bar</widget_type>
+    <width>19</width>
+    <wuid>-32e0cda:1641d794e56:-56fc</wuid>
+    <x>1777</x>
+    <y>766</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.progressbar" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <color_fillbackground>
+      <color red="200" green="200" blue="200" />
+    </color_fillbackground>
+    <color_hi>
+      <color red="255" green="128" blue="0" />
+    </color_hi>
+    <color_hihi>
+      <color red="255" green="0" blue="0" />
+    </color_hihi>
+    <color_lo>
+      <color red="255" green="128" blue="0" />
+    </color_lo>
+    <color_lolo>
+      <color red="255" green="0" blue="0" />
+    </color_lolo>
+    <effect_3d>true</effect_3d>
+    <enabled>true</enabled>
+    <fill_color>
+      <color red="0" green="0" blue="240" />
+    </fill_color>
+    <fillcolor_alarm_sensitive>false</fillcolor_alarm_sensitive>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="240" />
+    </foreground_color>
+    <height>100</height>
+    <horizontal>false</horizontal>
+    <indicator_mode>false</indicator_mode>
+    <level_hi>80.0</level_hi>
+    <level_hihi>90.0</level_hihi>
+    <level_lo>20.0</level_lo>
+    <level_lolo>10.0</level_lolo>
+    <limits_from_pv>false</limits_from_pv>
+    <log_scale>false</log_scale>
+    <major_tick_step_hint>50</major_tick_step_hint>
+    <maximum>50.0</maximum>
+    <minimum>0.0</minimum>
+    <name>Progress Bar</name>
+    <origin>0.0</origin>
+    <origin_ignored>false</origin_ignored>
+    <pv_name>CWM-CWS03:Ctrl-PLC-001:RH20Trsh</pv_name>
+    <pv_value />
+    <rules />
+    <scale_font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </scale_font>
+    <scale_format></scale_format>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_hi>true</show_hi>
+    <show_hihi>true</show_hihi>
+    <show_label>false</show_label>
+    <show_lo>true</show_lo>
+    <show_lolo>true</show_lolo>
+    <show_markers>false</show_markers>
+    <show_minor_ticks>false</show_minor_ticks>
+    <show_scale>false</show_scale>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent_background>true</transparent_background>
+    <value_label_format></value_label_format>
+    <visible>true</visible>
+    <widget_type>Progress Bar</widget_type>
+    <width>19</width>
+    <wuid>-32e0cda:1641d794e56:-56fb</wuid>
+    <x>806</x>
+    <y>767</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.progressbar" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <color_fillbackground>
+      <color red="200" green="200" blue="200" />
+    </color_fillbackground>
+    <color_hi>
+      <color red="255" green="128" blue="0" />
+    </color_hi>
+    <color_hihi>
+      <color red="255" green="0" blue="0" />
+    </color_hihi>
+    <color_lo>
+      <color red="255" green="128" blue="0" />
+    </color_lo>
+    <color_lolo>
+      <color red="255" green="0" blue="0" />
+    </color_lolo>
+    <effect_3d>true</effect_3d>
+    <enabled>true</enabled>
+    <fill_color>
+      <color red="0" green="240" blue="0" />
+    </fill_color>
+    <fillcolor_alarm_sensitive>false</fillcolor_alarm_sensitive>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="240" blue="0" />
+    </foreground_color>
+    <height>100</height>
+    <horizontal>false</horizontal>
+    <indicator_mode>false</indicator_mode>
+    <level_hi>80.0</level_hi>
+    <level_hihi>90.0</level_hihi>
+    <level_lo>20.0</level_lo>
+    <level_lolo>10.0</level_lolo>
+    <limits_from_pv>false</limits_from_pv>
+    <log_scale>false</log_scale>
+    <major_tick_step_hint>50</major_tick_step_hint>
+    <maximum>50.0</maximum>
+    <minimum>0.0</minimum>
+    <name>Progress Bar</name>
+    <origin>0.0</origin>
+    <origin_ignored>false</origin_ignored>
+    <pv_name>CWM-CWS03:Ctrl-PLC-001:DPhase</pv_name>
+    <pv_value />
+    <rules />
+    <scale_font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </scale_font>
+    <scale_format></scale_format>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_hi>true</show_hi>
+    <show_hihi>true</show_hihi>
+    <show_label>false</show_label>
+    <show_lo>true</show_lo>
+    <show_lolo>true</show_lolo>
+    <show_markers>false</show_markers>
+    <show_minor_ticks>false</show_minor_ticks>
+    <show_scale>false</show_scale>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent_background>true</transparent_background>
+    <value_label_format></value_label_format>
+    <visible>true</visible>
+    <widget_type>Progress Bar</widget_type>
+    <width>19</width>
+    <wuid>-32e0cda:1641d794e56:-56fa</wuid>
+    <x>888</x>
+    <y>767</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.progressbar" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <color_fillbackground>
+      <color red="200" green="200" blue="200" />
+    </color_fillbackground>
+    <color_hi>
+      <color red="255" green="128" blue="0" />
+    </color_hi>
+    <color_hihi>
+      <color red="255" green="0" blue="0" />
+    </color_hihi>
+    <color_lo>
+      <color red="255" green="128" blue="0" />
+    </color_lo>
+    <color_lolo>
+      <color red="255" green="0" blue="0" />
+    </color_lolo>
+    <effect_3d>true</effect_3d>
+    <enabled>true</enabled>
+    <fill_color>
+      <color red="240" green="0" blue="0" />
+    </fill_color>
+    <fillcolor_alarm_sensitive>false</fillcolor_alarm_sensitive>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="240" green="0" blue="0" />
+    </foreground_color>
+    <height>100</height>
+    <horizontal>false</horizontal>
+    <indicator_mode>false</indicator_mode>
+    <level_hi>80.0</level_hi>
+    <level_hihi>90.0</level_hihi>
+    <level_lo>20.0</level_lo>
+    <level_lolo>10.0</level_lolo>
+    <limits_from_pv>false</limits_from_pv>
+    <log_scale>false</log_scale>
+    <major_tick_step_hint>50</major_tick_step_hint>
+    <maximum>100.0</maximum>
+    <minimum>0.0</minimum>
+    <name>Progress Bar</name>
+    <origin>0.0</origin>
+    <origin_ignored>false</origin_ignored>
+    <pv_name>CWM-CWS03:WtrC-PCV-020:Cmd</pv_name>
+    <pv_value />
+    <rules />
+    <scale_font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </scale_font>
+    <scale_format></scale_format>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_hi>true</show_hi>
+    <show_hihi>true</show_hihi>
+    <show_label>false</show_label>
+    <show_lo>true</show_lo>
+    <show_lolo>true</show_lolo>
+    <show_markers>false</show_markers>
+    <show_minor_ticks>false</show_minor_ticks>
+    <show_scale>false</show_scale>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent_background>true</transparent_background>
+    <value_label_format></value_label_format>
+    <visible>true</visible>
+    <widget_type>Progress Bar</widget_type>
+    <width>19</width>
+    <wuid>-32e0cda:1641d794e56:-56f9</wuid>
+    <x>969</x>
+    <y>767</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="8" y="1062" />
+      <point x="1906" y="1062" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1899</width>
+    <wuid>-32e0cda:1641d794e56:-56a6</wuid>
+    <x>8</x>
+    <y>1062</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>24</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="0" green="0" blue="0" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="550" y="56" />
+      <point x="550" y="79" />
+      <point x="620" y="79" />
+      <point x="620" y="56" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>71</width>
+    <wuid>-32e0cda:1641d794e56:-57a9</wuid>
+    <x>550</x>
+    <y>56</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1915" y="0" />
+      <point x="320" y="0" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1596</width>
+    <wuid>-32e0cda:1641d794e56:-56ab</wuid>
+    <x>320</x>
+    <y>0</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="320" y="7" />
+      <point x="1907" y="7" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1588</width>
+    <wuid>-32e0cda:1641d794e56:-56aa</wuid>
+    <x>320</x>
+    <y>7</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1906" y="86" />
+      <point x="320" y="86" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1587</width>
+    <wuid>-32e0cda:1641d794e56:-56a8</wuid>
+    <x>320</x>
+    <y>86</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>707</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="14" y="810" />
+      <point x="15" y="807" />
+      <point x="15" y="106" />
+      <point x="14" y="104" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>2</width>
+    <wuid>-32e0cda:1641d794e56:-596c</wuid>
+    <x>14</x>
+    <y>104</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>17</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="886" y="892" />
+      <point x="955" y="892" />
+      <point x="955" y="876" />
+      <point x="886" y="876" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>70</width>
+    <wuid>-32e0cda:1641d794e56:-578c</wuid>
+    <x>886</x>
+    <y>876</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>17</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="971" y="319" />
+      <point x="1040" y="319" />
+      <point x="1040" y="303" />
+      <point x="971" y="303" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>70</width>
+    <wuid>-32e0cda:1641d794e56:-578a</wuid>
+    <x>971</x>
+    <y>303</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>17</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="971" y="401" />
+      <point x="1040" y="401" />
+      <point x="1040" y="385" />
+      <point x="971" y="385" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>70</width>
+    <wuid>-32e0cda:1641d794e56:-5789</wuid>
+    <x>971</x>
+    <y>385</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>17</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="971" y="360" />
+      <point x="1040" y="360" />
+      <point x="1040" y="344" />
+      <point x="971" y="344" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>70</width>
+    <wuid>-32e0cda:1641d794e56:-5788</wuid>
+    <x>971</x>
+    <y>344</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>17</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="971" y="703" />
+      <point x="1040" y="703" />
+      <point x="1040" y="687" />
+      <point x="971" y="687" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>70</width>
+    <wuid>-32e0cda:1641d794e56:-5786</wuid>
+    <x>971</x>
+    <y>687</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>17</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="971" y="662" />
+      <point x="1040" y="662" />
+      <point x="1040" y="646" />
+      <point x="971" y="646" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>70</width>
+    <wuid>-32e0cda:1641d794e56:-5785</wuid>
+    <x>971</x>
+    <y>646</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>17</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1779" y="320" />
+      <point x="1848" y="320" />
+      <point x="1848" y="304" />
+      <point x="1779" y="304" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>70</width>
+    <wuid>-32e0cda:1641d794e56:-5784</wuid>
+    <x>1779</x>
+    <y>304</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>17</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1779" y="704" />
+      <point x="1848" y="704" />
+      <point x="1848" y="688" />
+      <point x="1779" y="688" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>70</width>
+    <wuid>-32e0cda:1641d794e56:-5780</wuid>
+    <x>1779</x>
+    <y>688</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>17</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1779" y="663" />
+      <point x="1848" y="663" />
+      <point x="1848" y="647" />
+      <point x="1779" y="647" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>70</width>
+    <wuid>-32e0cda:1641d794e56:-577f</wuid>
+    <x>1779</x>
+    <y>647</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>17</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1779" y="923" />
+      <point x="1848" y="923" />
+      <point x="1848" y="907" />
+      <point x="1779" y="907" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>70</width>
+    <wuid>-32e0cda:1641d794e56:-577e</wuid>
+    <x>1779</x>
+    <y>907</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>17</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1779" y="1005" />
+      <point x="1848" y="1005" />
+      <point x="1848" y="989" />
+      <point x="1779" y="989" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>70</width>
+    <wuid>-32e0cda:1641d794e56:-577d</wuid>
+    <x>1779</x>
+    <y>989</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>17</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1779" y="964" />
+      <point x="1848" y="964" />
+      <point x="1848" y="948" />
+      <point x="1779" y="948" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>70</width>
+    <wuid>-32e0cda:1641d794e56:-577c</wuid>
+    <x>1779</x>
+    <y>948</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>17</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="971" y="1006" />
+      <point x="1040" y="1006" />
+      <point x="1040" y="990" />
+      <point x="971" y="990" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>70</width>
+    <wuid>-32e0cda:1641d794e56:-577a</wuid>
+    <x>971</x>
+    <y>990</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>17</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="971" y="965" />
+      <point x="1040" y="965" />
+      <point x="1040" y="949" />
+      <point x="971" y="949" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>70</width>
+    <wuid>-32e0cda:1641d794e56:-5779</wuid>
+    <x>971</x>
+    <y>949</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>17</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="805" y="892" />
+      <point x="873" y="892" />
+      <point x="873" y="876" />
+      <point x="805" y="876" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>69</width>
+    <wuid>-32e0cda:1641d794e56:-578d</wuid>
+    <x>805</x>
+    <y>876</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>17</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="968" y="892" />
+      <point x="1036" y="892" />
+      <point x="1036" y="876" />
+      <point x="968" y="876" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>69</width>
+    <wuid>-32e0cda:1641d794e56:-578b</wuid>
+    <x>968</x>
+    <y>876</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>16</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="886" y="286" />
+      <point x="955" y="286" />
+      <point x="955" y="271" />
+      <point x="886" y="271" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>70</width>
+    <wuid>-32e0cda:1641d794e56:-579b</wuid>
+    <x>886</x>
+    <y>271</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>16</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1694" y="286" />
+      <point x="1763" y="286" />
+      <point x="1763" y="271" />
+      <point x="1694" y="271" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>70</width>
+    <wuid>-32e0cda:1641d794e56:-5798</wuid>
+    <x>1694</x>
+    <y>271</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>16</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1694" y="589" />
+      <point x="1763" y="589" />
+      <point x="1763" y="574" />
+      <point x="1694" y="574" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>70</width>
+    <wuid>-32e0cda:1641d794e56:-5795</wuid>
+    <x>1694</x>
+    <y>574</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>16</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1694" y="891" />
+      <point x="1763" y="891" />
+      <point x="1763" y="876" />
+      <point x="1694" y="876" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>70</width>
+    <wuid>-32e0cda:1641d794e56:-5792</wuid>
+    <x>1694</x>
+    <y>876</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>16</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="886" y="589" />
+      <point x="955" y="589" />
+      <point x="955" y="574" />
+      <point x="886" y="574" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>70</width>
+    <wuid>-32e0cda:1641d794e56:-578f</wuid>
+    <x>886</x>
+    <y>574</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>16</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="971" y="621" />
+      <point x="1040" y="621" />
+      <point x="1040" y="606" />
+      <point x="971" y="606" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>70</width>
+    <wuid>-32e0cda:1641d794e56:-5787</wuid>
+    <x>971</x>
+    <y>606</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>16</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1779" y="401" />
+      <point x="1848" y="401" />
+      <point x="1848" y="386" />
+      <point x="1779" y="386" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>70</width>
+    <wuid>-32e0cda:1641d794e56:-5783</wuid>
+    <x>1779</x>
+    <y>386</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>16</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1779" y="360" />
+      <point x="1848" y="360" />
+      <point x="1848" y="345" />
+      <point x="1779" y="345" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>70</width>
+    <wuid>-32e0cda:1641d794e56:-5782</wuid>
+    <x>1779</x>
+    <y>345</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>16</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1779" y="622" />
+      <point x="1848" y="622" />
+      <point x="1848" y="607" />
+      <point x="1779" y="607" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>70</width>
+    <wuid>-32e0cda:1641d794e56:-5781</wuid>
+    <x>1779</x>
+    <y>607</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>16</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="971" y="924" />
+      <point x="1040" y="924" />
+      <point x="1040" y="909" />
+      <point x="971" y="909" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>70</width>
+    <wuid>-32e0cda:1641d794e56:-577b</wuid>
+    <x>971</x>
+    <y>909</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>16</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="805" y="286" />
+      <point x="873" y="286" />
+      <point x="873" y="271" />
+      <point x="805" y="271" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>69</width>
+    <wuid>-32e0cda:1641d794e56:-579c</wuid>
+    <x>805</x>
+    <y>271</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>16</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="968" y="286" />
+      <point x="1036" y="286" />
+      <point x="1036" y="271" />
+      <point x="968" y="271" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>69</width>
+    <wuid>-32e0cda:1641d794e56:-579a</wuid>
+    <x>968</x>
+    <y>271</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>16</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1613" y="286" />
+      <point x="1681" y="286" />
+      <point x="1681" y="271" />
+      <point x="1613" y="271" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>69</width>
+    <wuid>-32e0cda:1641d794e56:-5799</wuid>
+    <x>1613</x>
+    <y>271</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>16</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1776" y="286" />
+      <point x="1844" y="286" />
+      <point x="1844" y="271" />
+      <point x="1776" y="271" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>69</width>
+    <wuid>-32e0cda:1641d794e56:-5797</wuid>
+    <x>1776</x>
+    <y>271</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>16</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1613" y="589" />
+      <point x="1681" y="589" />
+      <point x="1681" y="574" />
+      <point x="1613" y="574" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>69</width>
+    <wuid>-32e0cda:1641d794e56:-5796</wuid>
+    <x>1613</x>
+    <y>574</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>16</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1776" y="589" />
+      <point x="1844" y="589" />
+      <point x="1844" y="574" />
+      <point x="1776" y="574" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>69</width>
+    <wuid>-32e0cda:1641d794e56:-5794</wuid>
+    <x>1776</x>
+    <y>574</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>16</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1613" y="891" />
+      <point x="1681" y="891" />
+      <point x="1681" y="876" />
+      <point x="1613" y="876" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>69</width>
+    <wuid>-32e0cda:1641d794e56:-5793</wuid>
+    <x>1613</x>
+    <y>876</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>16</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1776" y="891" />
+      <point x="1844" y="891" />
+      <point x="1844" y="876" />
+      <point x="1776" y="876" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>69</width>
+    <wuid>-32e0cda:1641d794e56:-5791</wuid>
+    <x>1776</x>
+    <y>876</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>16</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="805" y="589" />
+      <point x="873" y="589" />
+      <point x="873" y="574" />
+      <point x="805" y="574" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>69</width>
+    <wuid>-32e0cda:1641d794e56:-5790</wuid>
+    <x>805</x>
+    <y>574</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>16</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="968" y="589" />
+      <point x="1036" y="589" />
+      <point x="1036" y="574" />
+      <point x="968" y="574" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>69</width>
+    <wuid>-32e0cda:1641d794e56:-578e</wuid>
+    <x>968</x>
+    <y>574</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>4</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="793" y="337" />
+      <point x="1048" y="337" />
+      <point x="1057" y="334" />
+      <point x="784" y="334" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>274</width>
+    <wuid>-32e0cda:1641d794e56:-5a09</wuid>
+    <x>784</x>
+    <y>334</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>4</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="793" y="639" />
+      <point x="1048" y="639" />
+      <point x="1057" y="636" />
+      <point x="784" y="636" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>274</width>
+    <wuid>-32e0cda:1641d794e56:-59fd</wuid>
+    <x>784</x>
+    <y>636</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>4</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="784" y="375" />
+      <point x="1057" y="375" />
+      <point x="1048" y="372" />
+      <point x="793" y="372" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>274</width>
+    <wuid>-32e0cda:1641d794e56:-598f</wuid>
+    <x>784</x>
+    <y>372</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>4</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="784" y="677" />
+      <point x="1057" y="677" />
+      <point x="1048" y="674" />
+      <point x="793" y="674" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>274</width>
+    <wuid>-32e0cda:1641d794e56:-5989</wuid>
+    <x>784</x>
+    <y>674</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>4</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="784" y="980" />
+      <point x="1057" y="980" />
+      <point x="1048" y="977" />
+      <point x="793" y="977" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>274</width>
+    <wuid>-32e0cda:1641d794e56:-5971</wuid>
+    <x>784</x>
+    <y>977</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>4</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="784" y="940" />
+      <point x="1057" y="940" />
+      <point x="1048" y="937" />
+      <point x="793" y="937" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>274</width>
+    <wuid>-32e0cda:1641d794e56:-5970</wuid>
+    <x>784</x>
+    <y>937</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>4</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1601" y="900" />
+      <point x="1856" y="900" />
+      <point x="1865" y="897" />
+      <point x="1593" y="897" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>273</width>
+    <wuid>-32e0cda:1641d794e56:-59db</wuid>
+    <x>1593</x>
+    <y>897</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>4</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1601" y="981" />
+      <point x="1856" y="981" />
+      <point x="1865" y="978" />
+      <point x="1593" y="978" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>273</width>
+    <wuid>-32e0cda:1641d794e56:-59da</wuid>
+    <x>1593</x>
+    <y>978</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>4</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1601" y="941" />
+      <point x="1856" y="941" />
+      <point x="1865" y="938" />
+      <point x="1593" y="938" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>273</width>
+    <wuid>-32e0cda:1641d794e56:-59d9</wuid>
+    <x>1593</x>
+    <y>938</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>4</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1593" y="335" />
+      <point x="1865" y="335" />
+      <point x="1856" y="332" />
+      <point x="1601" y="332" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>273</width>
+    <wuid>-32e0cda:1641d794e56:-5982</wuid>
+    <x>1593</x>
+    <y>332</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>4</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1593" y="678" />
+      <point x="1865" y="678" />
+      <point x="1856" y="675" />
+      <point x="1601" y="676" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>273</width>
+    <wuid>-32e0cda:1641d794e56:-597d</wuid>
+    <x>1593</x>
+    <y>675</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>4</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1593" y="638" />
+      <point x="1865" y="638" />
+      <point x="1856" y="635" />
+      <point x="1601" y="635" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>273</width>
+    <wuid>-32e0cda:1641d794e56:-597c</wuid>
+    <x>1593</x>
+    <y>635</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1072</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1915" y="1071" />
+      <point x="1915" y="0" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-56ac</wuid>
+    <x>1915</x>
+    <y>0</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>979</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="0" y="93" />
+      <point x="0" y="1071" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-56ae</wuid>
+    <x>0</x>
+    <y>93</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>971</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1906" y="1062" />
+      <point x="1906" y="92" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-56a5</wuid>
+    <x>1906</x>
+    <y>92</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>970</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="8" y="93" />
+      <point x="8" y="1062" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-56a7</wuid>
+    <x>8</x>
+    <y>93</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>284</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="189" y="553" />
+      <point x="187" y="551" />
+      <point x="187" y="272" />
+      <point x="189" y="270" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-59bf</wuid>
+    <x>187</x>
+    <y>270</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>284</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="28" y="553" />
+      <point x="30" y="551" />
+      <point x="30" y="272" />
+      <point x="28" y="270" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-5968</wuid>
+    <x>28</x>
+    <y>270</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>94</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="0" y="0" />
+      <point x="8" y="8" />
+      <point x="8" y="86" />
+      <point x="0" y="93" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>9</width>
+    <wuid>-32e0cda:1641d794e56:-595d</wuid>
+    <x>0</x>
+    <y>0</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>94</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="312" y="8" />
+      <point x="312" y="86" />
+      <point x="320" y="93" />
+      <point x="320" y="0" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>9</width>
+    <wuid>-32e0cda:1641d794e56:-57ac</wuid>
+    <x>312</x>
+    <y>0</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>93</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="0" y="0" />
+      <point x="8" y="8" />
+      <point x="8" y="86" />
+      <point x="0" y="92" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>9</width>
+    <wuid>-32e0cda:1641d794e56:-595a</wuid>
+    <x>0</x>
+    <y>0</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="793" y="296" />
+      <point x="1048" y="296" />
+      <point x="1057" y="294" />
+      <point x="784" y="294" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>274</width>
+    <wuid>-32e0cda:1641d794e56:-5a73</wuid>
+    <x>784</x>
+    <y>294</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="793" y="377" />
+      <point x="1048" y="377" />
+      <point x="1057" y="375" />
+      <point x="784" y="375" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>274</width>
+    <wuid>-32e0cda:1641d794e56:-5a0a</wuid>
+    <x>784</x>
+    <y>375</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="793" y="598" />
+      <point x="1048" y="598" />
+      <point x="1057" y="596" />
+      <point x="784" y="596" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>274</width>
+    <wuid>-32e0cda:1641d794e56:-59ff</wuid>
+    <x>784</x>
+    <y>596</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="793" y="679" />
+      <point x="1048" y="679" />
+      <point x="1057" y="677" />
+      <point x="784" y="677" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>274</width>
+    <wuid>-32e0cda:1641d794e56:-59fe</wuid>
+    <x>784</x>
+    <y>677</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="793" y="901" />
+      <point x="1048" y="901" />
+      <point x="1057" y="899" />
+      <point x="784" y="899" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>274</width>
+    <wuid>-32e0cda:1641d794e56:-59cf</wuid>
+    <x>784</x>
+    <y>899</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="793" y="982" />
+      <point x="1048" y="982" />
+      <point x="1057" y="980" />
+      <point x="784" y="980" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>274</width>
+    <wuid>-32e0cda:1641d794e56:-59ce</wuid>
+    <x>784</x>
+    <y>980</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="793" y="942" />
+      <point x="1048" y="942" />
+      <point x="1057" y="940" />
+      <point x="784" y="940" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>274</width>
+    <wuid>-32e0cda:1641d794e56:-59cd</wuid>
+    <x>784</x>
+    <y>940</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="784" y="294" />
+      <point x="1057" y="294" />
+      <point x="1048" y="292" />
+      <point x="793" y="292" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>274</width>
+    <wuid>-32e0cda:1641d794e56:-59b3</wuid>
+    <x>784</x>
+    <y>292</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="784" y="334" />
+      <point x="1057" y="334" />
+      <point x="1048" y="332" />
+      <point x="793" y="332" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>274</width>
+    <wuid>-32e0cda:1641d794e56:-598e</wuid>
+    <x>784</x>
+    <y>332</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="784" y="596" />
+      <point x="1057" y="596" />
+      <point x="1048" y="594" />
+      <point x="793" y="594" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>274</width>
+    <wuid>-32e0cda:1641d794e56:-598a</wuid>
+    <x>784</x>
+    <y>594</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="784" y="636" />
+      <point x="1057" y="636" />
+      <point x="1048" y="634" />
+      <point x="793" y="634" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>274</width>
+    <wuid>-32e0cda:1641d794e56:-5988</wuid>
+    <x>784</x>
+    <y>634</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="784" y="899" />
+      <point x="1057" y="899" />
+      <point x="1048" y="897" />
+      <point x="793" y="897" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>274</width>
+    <wuid>-32e0cda:1641d794e56:-5972</wuid>
+    <x>784</x>
+    <y>897</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1601" y="296" />
+      <point x="1856" y="296" />
+      <point x="1865" y="294" />
+      <point x="1593" y="294" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>273</width>
+    <wuid>-32e0cda:1641d794e56:-59f3</wuid>
+    <x>1593</x>
+    <y>294</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1601" y="377" />
+      <point x="1856" y="377" />
+      <point x="1865" y="375" />
+      <point x="1593" y="375" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>273</width>
+    <wuid>-32e0cda:1641d794e56:-59f2</wuid>
+    <x>1593</x>
+    <y>375</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1601" y="337" />
+      <point x="1856" y="337" />
+      <point x="1865" y="335" />
+      <point x="1593" y="335" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>273</width>
+    <wuid>-32e0cda:1641d794e56:-59f1</wuid>
+    <x>1593</x>
+    <y>335</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1601" y="599" />
+      <point x="1856" y="599" />
+      <point x="1865" y="597" />
+      <point x="1593" y="597" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>273</width>
+    <wuid>-32e0cda:1641d794e56:-59e7</wuid>
+    <x>1593</x>
+    <y>597</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1601" y="680" />
+      <point x="1856" y="680" />
+      <point x="1865" y="678" />
+      <point x="1593" y="678" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>273</width>
+    <wuid>-32e0cda:1641d794e56:-59e6</wuid>
+    <x>1593</x>
+    <y>678</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1601" y="640" />
+      <point x="1856" y="640" />
+      <point x="1865" y="638" />
+      <point x="1593" y="638" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>273</width>
+    <wuid>-32e0cda:1641d794e56:-59e5</wuid>
+    <x>1593</x>
+    <y>638</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1593" y="375" />
+      <point x="1865" y="375" />
+      <point x="1856" y="373" />
+      <point x="1601" y="373" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>273</width>
+    <wuid>-32e0cda:1641d794e56:-5983</wuid>
+    <x>1593</x>
+    <y>373</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1593" y="978" />
+      <point x="1865" y="978" />
+      <point x="1856" y="976" />
+      <point x="1601" y="976" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>273</width>
+    <wuid>-32e0cda:1641d794e56:-5977</wuid>
+    <x>1593</x>
+    <y>976</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1593" y="938" />
+      <point x="1865" y="938" />
+      <point x="1856" y="936" />
+      <point x="1601" y="936" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>273</width>
+    <wuid>-32e0cda:1641d794e56:-5976</wuid>
+    <x>1593</x>
+    <y>936</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="476" y="51" />
+      <point x="693" y="51" />
+      <point x="691" y="49" />
+      <point x="477" y="49" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>218</width>
+    <wuid>-32e0cda:1641d794e56:-5a7b</wuid>
+    <x>476</x>
+    <y>49</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="477" y="13" />
+      <point x="691" y="13" />
+      <point x="693" y="11" />
+      <point x="476" y="11" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>218</width>
+    <wuid>-32e0cda:1641d794e56:-59b8</wuid>
+    <x>476</x>
+    <y>11</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="15" y="106" />
+      <point x="199" y="106" />
+      <point x="201" y="104" />
+      <point x="14" y="104" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>188</width>
+    <wuid>-32e0cda:1641d794e56:-596b</wuid>
+    <x>14</x>
+    <y>104</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>2</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1593" y="294" />
+      <point x="1865" y="294" />
+      <point x="1856" y="293" />
+      <point x="1601" y="293" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>273</width>
+    <wuid>-32e0cda:1641d794e56:-5984</wuid>
+    <x>1593</x>
+    <y>293</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>2</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1593" y="597" />
+      <point x="1865" y="597" />
+      <point x="1856" y="596" />
+      <point x="1601" y="596" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>273</width>
+    <wuid>-32e0cda:1641d794e56:-597e</wuid>
+    <x>1593</x>
+    <y>596</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>2</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1593" y="897" />
+      <point x="1865" y="897" />
+      <point x="1856" y="896" />
+      <point x="1601" y="896" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>273</width>
+    <wuid>-32e0cda:1641d794e56:-5978</wuid>
+    <x>1593</x>
+    <y>896</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="28" y="250" />
+      <point x="189" y="250" />
+      <point x="187" y="248" />
+      <point x="30" y="248" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>162</width>
+    <wuid>-32e0cda:1641d794e56:-59c2</wuid>
+    <x>28</x>
+    <y>248</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="28" y="553" />
+      <point x="189" y="553" />
+      <point x="187" y="551" />
+      <point x="30" y="551" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>162</width>
+    <wuid>-32e0cda:1641d794e56:-59c0</wuid>
+    <x>28</x>
+    <y>551</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="28" y="649" />
+      <point x="189" y="649" />
+      <point x="187" y="647" />
+      <point x="30" y="647" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>162</width>
+    <wuid>-32e0cda:1641d794e56:-59bd</wuid>
+    <x>28</x>
+    <y>647</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="28" y="798" />
+      <point x="189" y="798" />
+      <point x="187" y="796" />
+      <point x="30" y="796" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>162</width>
+    <wuid>-32e0cda:1641d794e56:-59bb</wuid>
+    <x>28</x>
+    <y>796</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="30" y="145" />
+      <point x="187" y="145" />
+      <point x="189" y="143" />
+      <point x="28" y="143" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>162</width>
+    <wuid>-32e0cda:1641d794e56:-5969</wuid>
+    <x>28</x>
+    <y>143</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="30" y="272" />
+      <point x="187" y="272" />
+      <point x="189" y="270" />
+      <point x="28" y="270" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>162</width>
+    <wuid>-32e0cda:1641d794e56:-5967</wuid>
+    <x>28</x>
+    <y>270</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="30" y="578" />
+      <point x="187" y="578" />
+      <point x="189" y="576" />
+      <point x="28" y="576" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>162</width>
+    <wuid>-32e0cda:1641d794e56:-5965</wuid>
+    <x>28</x>
+    <y>576</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="30" y="671" />
+      <point x="187" y="671" />
+      <point x="189" y="669" />
+      <point x="28" y="669" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>162</width>
+    <wuid>-32e0cda:1641d794e56:-5963</wuid>
+    <x>28</x>
+    <y>669</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="326" y="81" />
+      <point x="466" y="81" />
+      <point x="464" y="79" />
+      <point x="327" y="79" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>141</width>
+    <wuid>-32e0cda:1641d794e56:-5a7d</wuid>
+    <x>326</x>
+    <y>79</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="327" y="13" />
+      <point x="464" y="13" />
+      <point x="466" y="11" />
+      <point x="326" y="11" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>141</width>
+    <wuid>-32e0cda:1641d794e56:-59ba</wuid>
+    <x>326</x>
+    <y>11</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>130</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="189" y="798" />
+      <point x="187" y="796" />
+      <point x="187" y="671" />
+      <point x="189" y="669" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-59bc</wuid>
+    <x>187</x>
+    <y>669</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>130</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="28" y="798" />
+      <point x="30" y="796" />
+      <point x="30" y="671" />
+      <point x="28" y="669" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-5964</wuid>
+    <x>28</x>
+    <y>669</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>108</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="189" y="250" />
+      <point x="187" y="248" />
+      <point x="187" y="145" />
+      <point x="189" y="143" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-59c1</wuid>
+    <x>187</x>
+    <y>143</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>108</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="28" y="250" />
+      <point x="30" y="248" />
+      <point x="30" y="145" />
+      <point x="28" y="143" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-596a</wuid>
+    <x>28</x>
+    <y>143</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <bit>-1</bit>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <bulb_border>3</bulb_border>
+    <bulb_border_color>
+      <color red="150" green="150" blue="150" />
+    </bulb_border_color>
+    <data_type>0</data_type>
+    <effect_3d>true</effect_3d>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>18</height>
+    <name>LED</name>
+    <off_color>
+      <color red="240" green="0" blue="0" />
+    </off_color>
+    <off_label>OFF</off_label>
+    <on_color>
+      <color red="0" green="240" blue="0" />
+    </on_color>
+    <on_label>ON</on_label>
+    <pv_name>CWM-CWS03:WtrC-P-10:CmdD</pv_name>
+    <pv_value />
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_boolean_label>false</show_boolean_label>
+    <square_led>false</square_led>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <visible>true</visible>
+    <widget_type>LED</widget_type>
+    <width>18</width>
+    <wuid>-32e0cda:1641d794e56:-56c2</wuid>
+    <x>150</x>
+    <y>319</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <bit>-1</bit>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <bulb_border>3</bulb_border>
+    <bulb_border_color>
+      <color red="150" green="150" blue="150" />
+    </bulb_border_color>
+    <data_type>0</data_type>
+    <effect_3d>true</effect_3d>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>18</height>
+    <name>LED</name>
+    <off_color>
+      <color red="240" green="0" blue="0" />
+    </off_color>
+    <off_label>OFF</off_label>
+    <on_color>
+      <color red="0" green="240" blue="0" />
+    </on_color>
+    <on_label>ON</on_label>
+    <pv_name>CWM-CWS03:WtrC-P-20:Cmd</pv_name>
+    <pv_value />
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_boolean_label>false</show_boolean_label>
+    <square_led>false</square_led>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <visible>true</visible>
+    <widget_type>LED</widget_type>
+    <width>18</width>
+    <wuid>-32e0cda:1641d794e56:-56c1</wuid>
+    <x>150</x>
+    <y>362</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <bit>-1</bit>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <bulb_border>3</bulb_border>
+    <bulb_border_color>
+      <color red="150" green="150" blue="150" />
+    </bulb_border_color>
+    <data_type>0</data_type>
+    <effect_3d>true</effect_3d>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>18</height>
+    <name>LED</name>
+    <off_color>
+      <color red="240" green="0" blue="0" />
+    </off_color>
+    <off_label>OFF</off_label>
+    <on_color>
+      <color red="0" green="240" blue="0" />
+    </on_color>
+    <on_label>ON</on_label>
+    <pv_name>CWM-CWS03:WtrC-P-30:Cmd</pv_name>
+    <pv_value />
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_boolean_label>false</show_boolean_label>
+    <square_led>false</square_led>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <visible>true</visible>
+    <widget_type>LED</widget_type>
+    <width>18</width>
+    <wuid>-32e0cda:1641d794e56:-56c0</wuid>
+    <x>150</x>
+    <y>432</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <bit>-1</bit>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <bulb_border>3</bulb_border>
+    <bulb_border_color>
+      <color red="150" green="150" blue="150" />
+    </bulb_border_color>
+    <data_type>0</data_type>
+    <effect_3d>true</effect_3d>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>18</height>
+    <name>LED</name>
+    <off_color>
+      <color red="240" green="0" blue="0" />
+    </off_color>
+    <off_label>OFF</off_label>
+    <on_color>
+      <color red="0" green="240" blue="0" />
+    </on_color>
+    <on_label>ON</on_label>
+    <pv_name>CWM-CWS03:WtrC-P-40:Cmd</pv_name>
+    <pv_value />
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_boolean_label>false</show_boolean_label>
+    <square_led>false</square_led>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <visible>true</visible>
+    <widget_type>LED</widget_type>
+    <width>18</width>
+    <wuid>-32e0cda:1641d794e56:-56bf</wuid>
+    <x>150</x>
+    <y>475</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <bit>-1</bit>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <bulb_border>3</bulb_border>
+    <bulb_border_color>
+      <color red="150" green="150" blue="150" />
+    </bulb_border_color>
+    <data_type>0</data_type>
+    <effect_3d>true</effect_3d>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>18</height>
+    <name>LED</name>
+    <off_color>
+      <color red="240" green="0" blue="0" />
+    </off_color>
+    <off_label>OFF</off_label>
+    <on_color>
+      <color red="0" green="240" blue="0" />
+    </on_color>
+    <on_label>ON</on_label>
+    <pv_name>CWM-CWS03:WtrC-P-50:Cmd</pv_name>
+    <pv_value />
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_boolean_label>false</show_boolean_label>
+    <square_led>false</square_led>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <visible>true</visible>
+    <widget_type>LED</widget_type>
+    <width>18</width>
+    <wuid>-32e0cda:1641d794e56:-56be</wuid>
+    <x>150</x>
+    <y>514</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <bit>-1</bit>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <bulb_border>3</bulb_border>
+    <bulb_border_color>
+      <color red="150" green="150" blue="150" />
+    </bulb_border_color>
+    <data_type>0</data_type>
+    <effect_3d>true</effect_3d>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>18</height>
+    <name>LED</name>
+    <off_color>
+      <color red="240" green="0" blue="0" />
+    </off_color>
+    <off_label>OFF</off_label>
+    <on_color>
+      <color red="0" green="240" blue="0" />
+    </on_color>
+    <on_label>ON</on_label>
+    <pv_name>CWM-CWS03:WtrC-EC-010:Cmd</pv_name>
+    <pv_value />
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_boolean_label>false</show_boolean_label>
+    <square_led>false</square_led>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <visible>true</visible>
+    <widget_type>LED</widget_type>
+    <width>18</width>
+    <wuid>-32e0cda:1641d794e56:-56bd</wuid>
+    <x>149</x>
+    <y>613</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="320" y="93" />
+      <point x="0" y="93" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>321</width>
+    <wuid>-32e0cda:1641d794e56:-56b0</wuid>
+    <x>0</x>
+    <y>93</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="0" y="0" />
+      <point x="320" y="0" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>321</width>
+    <wuid>-32e0cda:1641d794e56:-56af</wuid>
+    <x>0</x>
+    <y>0</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>106</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="828" y="264" />
+      <point x="826" y="262" />
+      <point x="826" y="161" />
+      <point x="828" y="159" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-5a74</wuid>
+    <x>826</x>
+    <y>159</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>106</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1636" y="264" />
+      <point x="1634" y="262" />
+      <point x="1634" y="161" />
+      <point x="1636" y="159" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-5a3f</wuid>
+    <x>1634</x>
+    <y>159</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>105</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="828" y="566" />
+      <point x="826" y="565" />
+      <point x="826" y="463" />
+      <point x="828" y="462" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-5a61</wuid>
+    <x>826</x>
+    <y>462</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>105</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1636" y="566" />
+      <point x="1634" y="565" />
+      <point x="1634" y="463" />
+      <point x="1636" y="462" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-5a4d</wuid>
+    <x>1634</x>
+    <y>462</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>105</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1636" y="868" />
+      <point x="1634" y="867" />
+      <point x="1634" y="765" />
+      <point x="1636" y="764" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-5a2b</wuid>
+    <x>1634</x>
+    <y>764</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>105</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="828" y="869" />
+      <point x="826" y="868" />
+      <point x="826" y="766" />
+      <point x="828" y="765" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-5a19</wuid>
+    <x>826</x>
+    <y>765</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>303</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1865" y="415" />
+      <point x="1865" y="717" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-56a3</wuid>
+    <x>1865</x>
+    <y>415</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>302</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1057" y="416" />
+      <point x="1057" y="717" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-56a4</wuid>
+    <x>1057</x>
+    <y>416</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1643" y="92" />
+      <point x="1915" y="92" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>273</width>
+    <wuid>-32e0cda:1641d794e56:-56bb</wuid>
+    <x>1643</x>
+    <y>92</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="0" y="92" />
+      <point x="272" y="92" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>273</width>
+    <wuid>-32e0cda:1641d794e56:-56b5</wuid>
+    <x>0</x>
+    <y>92</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>127</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="880" y="288" />
+      <point x="879" y="288" />
+      <point x="879" y="162" />
+      <point x="880" y="162" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>2</width>
+    <wuid>-32e0cda:1641d794e56:-57a8</wuid>
+    <x>879</x>
+    <y>162</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>127</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="962" y="288" />
+      <point x="961" y="288" />
+      <point x="961" y="162" />
+      <point x="962" y="162" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>2</width>
+    <wuid>-32e0cda:1641d794e56:-57a7</wuid>
+    <x>961</x>
+    <y>162</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>127</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1688" y="288" />
+      <point x="1687" y="288" />
+      <point x="1687" y="162" />
+      <point x="1688" y="162" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>2</width>
+    <wuid>-32e0cda:1641d794e56:-57a2</wuid>
+    <x>1687</x>
+    <y>162</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>127</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1770" y="288" />
+      <point x="1769" y="288" />
+      <point x="1769" y="162" />
+      <point x="1770" y="162" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>2</width>
+    <wuid>-32e0cda:1641d794e56:-57a1</wuid>
+    <x>1769</x>
+    <y>162</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>126</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="880" y="590" />
+      <point x="879" y="590" />
+      <point x="879" y="465" />
+      <point x="880" y="465" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>2</width>
+    <wuid>-32e0cda:1641d794e56:-57a6</wuid>
+    <x>879</x>
+    <y>465</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>126</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="962" y="590" />
+      <point x="961" y="590" />
+      <point x="961" y="465" />
+      <point x="962" y="465" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>2</width>
+    <wuid>-32e0cda:1641d794e56:-57a5</wuid>
+    <x>961</x>
+    <y>465</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>126</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1688" y="590" />
+      <point x="1687" y="590" />
+      <point x="1687" y="465" />
+      <point x="1688" y="465" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>2</width>
+    <wuid>-32e0cda:1641d794e56:-57a4</wuid>
+    <x>1687</x>
+    <y>465</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>126</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1770" y="590" />
+      <point x="1769" y="590" />
+      <point x="1769" y="465" />
+      <point x="1770" y="465" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>2</width>
+    <wuid>-32e0cda:1641d794e56:-57a3</wuid>
+    <x>1769</x>
+    <y>465</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>126</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1688" y="892" />
+      <point x="1687" y="892" />
+      <point x="1687" y="767" />
+      <point x="1688" y="767" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>2</width>
+    <wuid>-32e0cda:1641d794e56:-57a0</wuid>
+    <x>1687</x>
+    <y>767</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>126</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1770" y="892" />
+      <point x="1769" y="892" />
+      <point x="1769" y="767" />
+      <point x="1770" y="767" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>2</width>
+    <wuid>-32e0cda:1641d794e56:-579f</wuid>
+    <x>1769</x>
+    <y>767</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>126</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="880" y="893" />
+      <point x="879" y="893" />
+      <point x="879" y="768" />
+      <point x="880" y="768" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>2</width>
+    <wuid>-32e0cda:1641d794e56:-579e</wuid>
+    <x>879</x>
+    <y>768</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>126</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="962" y="893" />
+      <point x="961" y="893" />
+      <point x="961" y="768" />
+      <point x="962" y="768" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>2</width>
+    <wuid>-32e0cda:1641d794e56:-579d</wuid>
+    <x>961</x>
+    <y>768</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>74</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="189" y="649" />
+      <point x="187" y="647" />
+      <point x="187" y="578" />
+      <point x="189" y="576" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-59be</wuid>
+    <x>187</x>
+    <y>576</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="550" y="56" />
+      <point x="620" y="56" />
+      <point x="622" y="54" />
+      <point x="549" y="54" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>74</width>
+    <wuid>-32e0cda:1641d794e56:-59b6</wuid>
+    <x>549</x>
+    <y>54</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>74</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="28" y="649" />
+      <point x="30" y="647" />
+      <point x="30" y="578" />
+      <point x="28" y="576" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-5966</wuid>
+    <x>28</x>
+    <y>576</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="549" y="81" />
+      <point x="621" y="81" />
+      <point x="620" y="79" />
+      <point x="550" y="79" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>73</width>
+    <wuid>-32e0cda:1641d794e56:-5a79</wuid>
+    <x>549</x>
+    <y>79</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="956" y="288" />
+      <point x="885" y="288" />
+      <point x="886" y="286" />
+      <point x="955" y="286" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>72</width>
+    <wuid>-32e0cda:1641d794e56:-5a6f</wuid>
+    <x>885</x>
+    <y>286</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1038" y="288" />
+      <point x="967" y="288" />
+      <point x="968" y="286" />
+      <point x="1036" y="286" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>72</width>
+    <wuid>-32e0cda:1641d794e56:-5a6c</wuid>
+    <x>967</x>
+    <y>286</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1764" y="288" />
+      <point x="1693" y="288" />
+      <point x="1694" y="286" />
+      <point x="1763" y="286" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>72</width>
+    <wuid>-32e0cda:1641d794e56:-5a3c</wuid>
+    <x>1693</x>
+    <y>286</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1846" y="288" />
+      <point x="1775" y="288" />
+      <point x="1776" y="286" />
+      <point x="1844" y="286" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>72</width>
+    <wuid>-32e0cda:1641d794e56:-5a39</wuid>
+    <x>1775</x>
+    <y>286</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1849" y="624" />
+      <point x="1778" y="624" />
+      <point x="1779" y="622" />
+      <point x="1848" y="622" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>72</width>
+    <wuid>-32e0cda:1641d794e56:-59e4</wuid>
+    <x>1778</x>
+    <y>622</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="955" y="574" />
+      <point x="886" y="574" />
+      <point x="885" y="572" />
+      <point x="956" y="572" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>72</width>
+    <wuid>-32e0cda:1641d794e56:-59ab</wuid>
+    <x>885</x>
+    <y>572</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1036" y="574" />
+      <point x="968" y="574" />
+      <point x="967" y="572" />
+      <point x="1038" y="572" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>72</width>
+    <wuid>-32e0cda:1641d794e56:-59aa</wuid>
+    <x>967</x>
+    <y>572</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1763" y="574" />
+      <point x="1694" y="574" />
+      <point x="1693" y="572" />
+      <point x="1764" y="572" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>72</width>
+    <wuid>-32e0cda:1641d794e56:-59a5</wuid>
+    <x>1693</x>
+    <y>572</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1844" y="574" />
+      <point x="1776" y="574" />
+      <point x="1775" y="572" />
+      <point x="1846" y="572" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>72</width>
+    <wuid>-32e0cda:1641d794e56:-59a4</wuid>
+    <x>1775</x>
+    <y>572</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1763" y="876" />
+      <point x="1694" y="876" />
+      <point x="1693" y="874" />
+      <point x="1764" y="874" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>72</width>
+    <wuid>-32e0cda:1641d794e56:-5999</wuid>
+    <x>1693</x>
+    <y>874</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1844" y="876" />
+      <point x="1776" y="876" />
+      <point x="1775" y="874" />
+      <point x="1846" y="874" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>72</width>
+    <wuid>-32e0cda:1641d794e56:-5998</wuid>
+    <x>1775</x>
+    <y>874</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1040" y="606" />
+      <point x="971" y="606" />
+      <point x="970" y="604" />
+      <point x="1041" y="604" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>72</width>
+    <wuid>-32e0cda:1641d794e56:-5987</wuid>
+    <x>970</x>
+    <y>604</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1848" y="386" />
+      <point x="1779" y="386" />
+      <point x="1778" y="384" />
+      <point x="1849" y="384" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>72</width>
+    <wuid>-32e0cda:1641d794e56:-5980</wuid>
+    <x>1778</x>
+    <y>384</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1848" y="345" />
+      <point x="1779" y="345" />
+      <point x="1778" y="343" />
+      <point x="1849" y="343" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>72</width>
+    <wuid>-32e0cda:1641d794e56:-597f</wuid>
+    <x>1778</x>
+    <y>343</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1040" y="909" />
+      <point x="971" y="909" />
+      <point x="970" y="907" />
+      <point x="1041" y="907" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>72</width>
+    <wuid>-32e0cda:1641d794e56:-596f</wuid>
+    <x>970</x>
+    <y>907</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>71</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="466" y="81" />
+      <point x="464" y="79" />
+      <point x="464" y="13" />
+      <point x="466" y="11" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-5a7c</wuid>
+    <x>464</x>
+    <y>11</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="874" y="288" />
+      <point x="804" y="288" />
+      <point x="805" y="286" />
+      <point x="873" y="286" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>71</width>
+    <wuid>-32e0cda:1641d794e56:-5a72</wuid>
+    <x>804</x>
+    <y>286</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1682" y="288" />
+      <point x="1612" y="288" />
+      <point x="1613" y="286" />
+      <point x="1681" y="286" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>71</width>
+    <wuid>-32e0cda:1641d794e56:-5a3e</wuid>
+    <x>1612</x>
+    <y>286</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="873" y="574" />
+      <point x="805" y="574" />
+      <point x="804" y="572" />
+      <point x="874" y="572" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>71</width>
+    <wuid>-32e0cda:1641d794e56:-59ac</wuid>
+    <x>804</x>
+    <y>572</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1681" y="574" />
+      <point x="1613" y="574" />
+      <point x="1612" y="572" />
+      <point x="1682" y="572" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>71</width>
+    <wuid>-32e0cda:1641d794e56:-59a6</wuid>
+    <x>1612</x>
+    <y>572</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1681" y="876" />
+      <point x="1613" y="876" />
+      <point x="1612" y="874" />
+      <point x="1682" y="874" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>71</width>
+    <wuid>-32e0cda:1641d794e56:-599a</wuid>
+    <x>1612</x>
+    <y>874</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>106</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="805" y="262" />
+      <point x="804" y="264" />
+      <point x="804" y="159" />
+      <point x="805" y="161" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>2</width>
+    <wuid>-32e0cda:1641d794e56:-5a76</wuid>
+    <x>804</x>
+    <y>159</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>106</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="886" y="262" />
+      <point x="885" y="264" />
+      <point x="885" y="159" />
+      <point x="886" y="161" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>2</width>
+    <wuid>-32e0cda:1641d794e56:-5a69</wuid>
+    <x>885</x>
+    <y>159</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>106</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="909" y="264" />
+      <point x="908" y="262" />
+      <point x="908" y="161" />
+      <point x="909" y="159" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>2</width>
+    <wuid>-32e0cda:1641d794e56:-5a67</wuid>
+    <x>908</x>
+    <y>159</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>106</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="968" y="262" />
+      <point x="967" y="264" />
+      <point x="967" y="159" />
+      <point x="968" y="161" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>2</width>
+    <wuid>-32e0cda:1641d794e56:-5a66</wuid>
+    <x>967</x>
+    <y>159</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>106</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="991" y="264" />
+      <point x="990" y="262" />
+      <point x="990" y="161" />
+      <point x="991" y="159" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>2</width>
+    <wuid>-32e0cda:1641d794e56:-5a64</wuid>
+    <x>990</x>
+    <y>159</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>106</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1694" y="262" />
+      <point x="1693" y="264" />
+      <point x="1693" y="159" />
+      <point x="1694" y="161" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>2</width>
+    <wuid>-32e0cda:1641d794e56:-5a37</wuid>
+    <x>1693</x>
+    <y>159</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>106</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1717" y="264" />
+      <point x="1716" y="262" />
+      <point x="1716" y="161" />
+      <point x="1717" y="159" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>2</width>
+    <wuid>-32e0cda:1641d794e56:-5a35</wuid>
+    <x>1716</x>
+    <y>159</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>106</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1776" y="262" />
+      <point x="1775" y="264" />
+      <point x="1775" y="159" />
+      <point x="1776" y="161" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>2</width>
+    <wuid>-32e0cda:1641d794e56:-5a34</wuid>
+    <x>1775</x>
+    <y>159</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>106</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1799" y="264" />
+      <point x="1798" y="262" />
+      <point x="1798" y="161" />
+      <point x="1799" y="159" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>2</width>
+    <wuid>-32e0cda:1641d794e56:-5a32</wuid>
+    <x>1798</x>
+    <y>159</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>106</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1613" y="262" />
+      <point x="1612" y="264" />
+      <point x="1612" y="159" />
+      <point x="1613" y="161" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>2</width>
+    <wuid>-32e0cda:1641d794e56:-5a31</wuid>
+    <x>1612</x>
+    <y>159</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>105</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="805" y="565" />
+      <point x="804" y="566" />
+      <point x="804" y="462" />
+      <point x="805" y="463" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>2</width>
+    <wuid>-32e0cda:1641d794e56:-5a63</wuid>
+    <x>804</x>
+    <y>462</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>105</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="886" y="565" />
+      <point x="885" y="566" />
+      <point x="885" y="462" />
+      <point x="886" y="463" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>2</width>
+    <wuid>-32e0cda:1641d794e56:-5a57</wuid>
+    <x>885</x>
+    <y>462</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>105</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="909" y="566" />
+      <point x="908" y="565" />
+      <point x="908" y="463" />
+      <point x="909" y="462" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>2</width>
+    <wuid>-32e0cda:1641d794e56:-5a55</wuid>
+    <x>908</x>
+    <y>462</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>105</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="968" y="565" />
+      <point x="967" y="566" />
+      <point x="967" y="462" />
+      <point x="968" y="463" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>2</width>
+    <wuid>-32e0cda:1641d794e56:-5a54</wuid>
+    <x>967</x>
+    <y>462</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>105</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="991" y="566" />
+      <point x="990" y="565" />
+      <point x="990" y="463" />
+      <point x="991" y="462" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>2</width>
+    <wuid>-32e0cda:1641d794e56:-5a52</wuid>
+    <x>990</x>
+    <y>462</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>105</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1613" y="565" />
+      <point x="1612" y="566" />
+      <point x="1612" y="462" />
+      <point x="1613" y="463" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>2</width>
+    <wuid>-32e0cda:1641d794e56:-5a4e</wuid>
+    <x>1612</x>
+    <y>462</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>105</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1694" y="565" />
+      <point x="1693" y="566" />
+      <point x="1693" y="462" />
+      <point x="1694" y="463" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>2</width>
+    <wuid>-32e0cda:1641d794e56:-5a44</wuid>
+    <x>1693</x>
+    <y>462</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>105</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1717" y="566" />
+      <point x="1716" y="565" />
+      <point x="1716" y="463" />
+      <point x="1717" y="462" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>2</width>
+    <wuid>-32e0cda:1641d794e56:-5a43</wuid>
+    <x>1716</x>
+    <y>462</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>105</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1776" y="565" />
+      <point x="1775" y="566" />
+      <point x="1775" y="462" />
+      <point x="1776" y="463" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>2</width>
+    <wuid>-32e0cda:1641d794e56:-5a42</wuid>
+    <x>1775</x>
+    <y>462</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>105</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1799" y="566" />
+      <point x="1798" y="565" />
+      <point x="1798" y="463" />
+      <point x="1799" y="462" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>2</width>
+    <wuid>-32e0cda:1641d794e56:-5a41</wuid>
+    <x>1798</x>
+    <y>462</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>105</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1694" y="867" />
+      <point x="1693" y="868" />
+      <point x="1693" y="764" />
+      <point x="1694" y="765" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>2</width>
+    <wuid>-32e0cda:1641d794e56:-5a22</wuid>
+    <x>1693</x>
+    <y>764</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>105</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1717" y="868" />
+      <point x="1716" y="867" />
+      <point x="1716" y="765" />
+      <point x="1717" y="764" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>2</width>
+    <wuid>-32e0cda:1641d794e56:-5a21</wuid>
+    <x>1716</x>
+    <y>764</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>105</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1776" y="867" />
+      <point x="1775" y="868" />
+      <point x="1775" y="764" />
+      <point x="1776" y="765" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>2</width>
+    <wuid>-32e0cda:1641d794e56:-5a20</wuid>
+    <x>1775</x>
+    <y>764</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>105</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1799" y="868" />
+      <point x="1798" y="867" />
+      <point x="1798" y="765" />
+      <point x="1799" y="764" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>2</width>
+    <wuid>-32e0cda:1641d794e56:-5a1f</wuid>
+    <x>1798</x>
+    <y>764</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>105</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1613" y="867" />
+      <point x="1612" y="868" />
+      <point x="1612" y="764" />
+      <point x="1613" y="765" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>2</width>
+    <wuid>-32e0cda:1641d794e56:-5a1d</wuid>
+    <x>1612</x>
+    <y>764</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>105</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="886" y="868" />
+      <point x="885" y="869" />
+      <point x="885" y="765" />
+      <point x="886" y="766" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>2</width>
+    <wuid>-32e0cda:1641d794e56:-5a10</wuid>
+    <x>885</x>
+    <y>765</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>105</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="909" y="869" />
+      <point x="908" y="868" />
+      <point x="908" y="766" />
+      <point x="909" y="765" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>2</width>
+    <wuid>-32e0cda:1641d794e56:-5a0f</wuid>
+    <x>908</x>
+    <y>765</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>105</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="968" y="868" />
+      <point x="967" y="869" />
+      <point x="967" y="765" />
+      <point x="968" y="766" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>2</width>
+    <wuid>-32e0cda:1641d794e56:-5a0e</wuid>
+    <x>967</x>
+    <y>765</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>105</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="991" y="869" />
+      <point x="990" y="868" />
+      <point x="990" y="766" />
+      <point x="991" y="765" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>2</width>
+    <wuid>-32e0cda:1641d794e56:-5a0d</wuid>
+    <x>990</x>
+    <y>765</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>105</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="805" y="868" />
+      <point x="804" y="869" />
+      <point x="804" y="765" />
+      <point x="805" y="766" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>2</width>
+    <wuid>-32e0cda:1641d794e56:-5a0b</wuid>
+    <x>804</x>
+    <y>765</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>80</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1907" y="7" />
+      <point x="1906" y="86" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>2</width>
+    <wuid>-32e0cda:1641d794e56:-56a9</wuid>
+    <x>1906</x>
+    <y>7</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>2</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="956" y="590" />
+      <point x="885" y="590" />
+      <point x="886" y="589" />
+      <point x="955" y="589" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>72</width>
+    <wuid>-32e0cda:1641d794e56:-5a5d</wuid>
+    <x>885</x>
+    <y>589</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>2</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1038" y="590" />
+      <point x="967" y="590" />
+      <point x="968" y="589" />
+      <point x="1036" y="589" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>72</width>
+    <wuid>-32e0cda:1641d794e56:-5a5a</wuid>
+    <x>967</x>
+    <y>589</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>2</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1764" y="590" />
+      <point x="1693" y="590" />
+      <point x="1694" y="589" />
+      <point x="1763" y="589" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>72</width>
+    <wuid>-32e0cda:1641d794e56:-5a4a</wuid>
+    <x>1693</x>
+    <y>589</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>2</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1846" y="590" />
+      <point x="1775" y="590" />
+      <point x="1776" y="589" />
+      <point x="1844" y="589" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>72</width>
+    <wuid>-32e0cda:1641d794e56:-5a47</wuid>
+    <x>1775</x>
+    <y>589</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>2</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1764" y="892" />
+      <point x="1693" y="892" />
+      <point x="1694" y="891" />
+      <point x="1763" y="891" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>72</width>
+    <wuid>-32e0cda:1641d794e56:-5a28</wuid>
+    <x>1693</x>
+    <y>891</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>2</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1846" y="892" />
+      <point x="1775" y="892" />
+      <point x="1776" y="891" />
+      <point x="1844" y="891" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>72</width>
+    <wuid>-32e0cda:1641d794e56:-5a25</wuid>
+    <x>1775</x>
+    <y>891</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>2</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="956" y="893" />
+      <point x="885" y="893" />
+      <point x="886" y="892" />
+      <point x="955" y="892" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>72</width>
+    <wuid>-32e0cda:1641d794e56:-5a16</wuid>
+    <x>885</x>
+    <y>892</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>2</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1038" y="893" />
+      <point x="967" y="893" />
+      <point x="968" y="892" />
+      <point x="1036" y="892" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>72</width>
+    <wuid>-32e0cda:1641d794e56:-5a13</wuid>
+    <x>967</x>
+    <y>892</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>2</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1041" y="320" />
+      <point x="970" y="320" />
+      <point x="971" y="319" />
+      <point x="1040" y="319" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>72</width>
+    <wuid>-32e0cda:1641d794e56:-5a08</wuid>
+    <x>970</x>
+    <y>319</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>2</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1041" y="402" />
+      <point x="970" y="402" />
+      <point x="971" y="401" />
+      <point x="1040" y="401" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>72</width>
+    <wuid>-32e0cda:1641d794e56:-5a05</wuid>
+    <x>970</x>
+    <y>401</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>2</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1041" y="361" />
+      <point x="970" y="361" />
+      <point x="971" y="360" />
+      <point x="1040" y="360" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>72</width>
+    <wuid>-32e0cda:1641d794e56:-5a02</wuid>
+    <x>970</x>
+    <y>360</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>2</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1041" y="622" />
+      <point x="970" y="622" />
+      <point x="971" y="621" />
+      <point x="1040" y="621" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>72</width>
+    <wuid>-32e0cda:1641d794e56:-59fc</wuid>
+    <x>970</x>
+    <y>621</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>2</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1041" y="704" />
+      <point x="970" y="704" />
+      <point x="971" y="703" />
+      <point x="1040" y="703" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>72</width>
+    <wuid>-32e0cda:1641d794e56:-59f9</wuid>
+    <x>970</x>
+    <y>703</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>2</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1041" y="663" />
+      <point x="970" y="663" />
+      <point x="971" y="662" />
+      <point x="1040" y="662" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>72</width>
+    <wuid>-32e0cda:1641d794e56:-59f6</wuid>
+    <x>970</x>
+    <y>662</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>2</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1849" y="321" />
+      <point x="1778" y="321" />
+      <point x="1779" y="320" />
+      <point x="1848" y="320" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>72</width>
+    <wuid>-32e0cda:1641d794e56:-59f0</wuid>
+    <x>1778</x>
+    <y>320</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>2</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1849" y="402" />
+      <point x="1778" y="402" />
+      <point x="1779" y="401" />
+      <point x="1848" y="401" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>72</width>
+    <wuid>-32e0cda:1641d794e56:-59ed</wuid>
+    <x>1778</x>
+    <y>401</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>2</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1849" y="361" />
+      <point x="1778" y="361" />
+      <point x="1779" y="360" />
+      <point x="1848" y="360" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>72</width>
+    <wuid>-32e0cda:1641d794e56:-59ea</wuid>
+    <x>1778</x>
+    <y>360</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>2</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1849" y="705" />
+      <point x="1778" y="705" />
+      <point x="1779" y="704" />
+      <point x="1848" y="704" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>72</width>
+    <wuid>-32e0cda:1641d794e56:-59e1</wuid>
+    <x>1778</x>
+    <y>704</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>2</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1849" y="664" />
+      <point x="1778" y="664" />
+      <point x="1779" y="663" />
+      <point x="1848" y="663" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>72</width>
+    <wuid>-32e0cda:1641d794e56:-59de</wuid>
+    <x>1778</x>
+    <y>663</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>2</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1849" y="924" />
+      <point x="1778" y="924" />
+      <point x="1779" y="923" />
+      <point x="1848" y="923" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>72</width>
+    <wuid>-32e0cda:1641d794e56:-59d8</wuid>
+    <x>1778</x>
+    <y>923</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>2</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1849" y="1006" />
+      <point x="1778" y="1006" />
+      <point x="1779" y="1005" />
+      <point x="1848" y="1005" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>72</width>
+    <wuid>-32e0cda:1641d794e56:-59d5</wuid>
+    <x>1778</x>
+    <y>1005</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>2</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1849" y="965" />
+      <point x="1778" y="965" />
+      <point x="1779" y="964" />
+      <point x="1848" y="964" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>72</width>
+    <wuid>-32e0cda:1641d794e56:-59d2</wuid>
+    <x>1778</x>
+    <y>964</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>2</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1041" y="925" />
+      <point x="970" y="925" />
+      <point x="971" y="924" />
+      <point x="1040" y="924" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>72</width>
+    <wuid>-32e0cda:1641d794e56:-59cc</wuid>
+    <x>970</x>
+    <y>924</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>2</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1041" y="1007" />
+      <point x="970" y="1007" />
+      <point x="971" y="1006" />
+      <point x="1040" y="1006" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>72</width>
+    <wuid>-32e0cda:1641d794e56:-59c9</wuid>
+    <x>970</x>
+    <y>1006</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>2</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1041" y="966" />
+      <point x="970" y="966" />
+      <point x="971" y="965" />
+      <point x="1040" y="965" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>72</width>
+    <wuid>-32e0cda:1641d794e56:-59c6</wuid>
+    <x>970</x>
+    <y>965</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>2</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="955" y="271" />
+      <point x="886" y="271" />
+      <point x="885" y="270" />
+      <point x="956" y="270" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>72</width>
+    <wuid>-32e0cda:1641d794e56:-59b1</wuid>
+    <x>885</x>
+    <y>270</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>2</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1036" y="271" />
+      <point x="968" y="271" />
+      <point x="967" y="270" />
+      <point x="1038" y="270" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>72</width>
+    <wuid>-32e0cda:1641d794e56:-59b0</wuid>
+    <x>967</x>
+    <y>270</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>2</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1763" y="271" />
+      <point x="1694" y="271" />
+      <point x="1693" y="270" />
+      <point x="1764" y="270" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>72</width>
+    <wuid>-32e0cda:1641d794e56:-599f</wuid>
+    <x>1693</x>
+    <y>270</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>2</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1844" y="271" />
+      <point x="1776" y="271" />
+      <point x="1775" y="270" />
+      <point x="1846" y="270" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>72</width>
+    <wuid>-32e0cda:1641d794e56:-599e</wuid>
+    <x>1775</x>
+    <y>270</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>2</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="955" y="876" />
+      <point x="886" y="876" />
+      <point x="885" y="875" />
+      <point x="956" y="875" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>72</width>
+    <wuid>-32e0cda:1641d794e56:-5993</wuid>
+    <x>885</x>
+    <y>875</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>2</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1036" y="876" />
+      <point x="968" y="876" />
+      <point x="967" y="875" />
+      <point x="1038" y="875" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>72</width>
+    <wuid>-32e0cda:1641d794e56:-5992</wuid>
+    <x>967</x>
+    <y>875</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>2</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1040" y="303" />
+      <point x="971" y="303" />
+      <point x="970" y="302" />
+      <point x="1041" y="302" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>72</width>
+    <wuid>-32e0cda:1641d794e56:-598d</wuid>
+    <x>970</x>
+    <y>302</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>2</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1040" y="385" />
+      <point x="971" y="385" />
+      <point x="970" y="384" />
+      <point x="1041" y="384" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>72</width>
+    <wuid>-32e0cda:1641d794e56:-598c</wuid>
+    <x>970</x>
+    <y>384</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>2</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1040" y="344" />
+      <point x="971" y="344" />
+      <point x="970" y="343" />
+      <point x="1041" y="343" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>72</width>
+    <wuid>-32e0cda:1641d794e56:-598b</wuid>
+    <x>970</x>
+    <y>343</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>2</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1040" y="687" />
+      <point x="971" y="687" />
+      <point x="970" y="686" />
+      <point x="1041" y="686" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>72</width>
+    <wuid>-32e0cda:1641d794e56:-5986</wuid>
+    <x>970</x>
+    <y>686</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>2</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1040" y="646" />
+      <point x="971" y="646" />
+      <point x="970" y="645" />
+      <point x="1041" y="645" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>72</width>
+    <wuid>-32e0cda:1641d794e56:-5985</wuid>
+    <x>970</x>
+    <y>645</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>2</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1848" y="304" />
+      <point x="1779" y="304" />
+      <point x="1778" y="303" />
+      <point x="1849" y="303" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>72</width>
+    <wuid>-32e0cda:1641d794e56:-5981</wuid>
+    <x>1778</x>
+    <y>303</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>2</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1848" y="607" />
+      <point x="1779" y="607" />
+      <point x="1778" y="606" />
+      <point x="1849" y="606" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>72</width>
+    <wuid>-32e0cda:1641d794e56:-597b</wuid>
+    <x>1778</x>
+    <y>606</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>2</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1848" y="688" />
+      <point x="1779" y="688" />
+      <point x="1778" y="687" />
+      <point x="1849" y="687" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>72</width>
+    <wuid>-32e0cda:1641d794e56:-597a</wuid>
+    <x>1778</x>
+    <y>687</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>2</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1848" y="647" />
+      <point x="1779" y="647" />
+      <point x="1778" y="646" />
+      <point x="1849" y="646" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>72</width>
+    <wuid>-32e0cda:1641d794e56:-5979</wuid>
+    <x>1778</x>
+    <y>646</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>2</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1848" y="907" />
+      <point x="1779" y="907" />
+      <point x="1778" y="906" />
+      <point x="1849" y="906" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>72</width>
+    <wuid>-32e0cda:1641d794e56:-5975</wuid>
+    <x>1778</x>
+    <y>906</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>2</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1848" y="989" />
+      <point x="1779" y="989" />
+      <point x="1778" y="988" />
+      <point x="1849" y="988" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>72</width>
+    <wuid>-32e0cda:1641d794e56:-5974</wuid>
+    <x>1778</x>
+    <y>988</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>2</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1848" y="948" />
+      <point x="1779" y="948" />
+      <point x="1778" y="947" />
+      <point x="1849" y="947" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>72</width>
+    <wuid>-32e0cda:1641d794e56:-5973</wuid>
+    <x>1778</x>
+    <y>947</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>2</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1040" y="990" />
+      <point x="971" y="990" />
+      <point x="970" y="989" />
+      <point x="1041" y="989" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>72</width>
+    <wuid>-32e0cda:1641d794e56:-596e</wuid>
+    <x>970</x>
+    <y>989</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>2</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1040" y="949" />
+      <point x="971" y="949" />
+      <point x="970" y="948" />
+      <point x="1041" y="948" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>72</width>
+    <wuid>-32e0cda:1641d794e56:-596d</wuid>
+    <x>970</x>
+    <y>948</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>2</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="874" y="590" />
+      <point x="804" y="590" />
+      <point x="805" y="589" />
+      <point x="873" y="589" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>71</width>
+    <wuid>-32e0cda:1641d794e56:-5a60</wuid>
+    <x>804</x>
+    <y>589</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>2</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1682" y="590" />
+      <point x="1612" y="590" />
+      <point x="1613" y="589" />
+      <point x="1681" y="589" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>71</width>
+    <wuid>-32e0cda:1641d794e56:-5a4c</wuid>
+    <x>1612</x>
+    <y>589</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>2</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1682" y="892" />
+      <point x="1612" y="892" />
+      <point x="1613" y="891" />
+      <point x="1681" y="891" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>71</width>
+    <wuid>-32e0cda:1641d794e56:-5a2a</wuid>
+    <x>1612</x>
+    <y>891</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>2</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="874" y="893" />
+      <point x="804" y="893" />
+      <point x="805" y="892" />
+      <point x="873" y="892" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>71</width>
+    <wuid>-32e0cda:1641d794e56:-5a18</wuid>
+    <x>804</x>
+    <y>892</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>71</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="326" y="81" />
+      <point x="327" y="79" />
+      <point x="327" y="13" />
+      <point x="326" y="11" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>2</width>
+    <wuid>-32e0cda:1641d794e56:-59b9</wuid>
+    <x>326</x>
+    <y>11</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>2</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="873" y="271" />
+      <point x="805" y="271" />
+      <point x="804" y="270" />
+      <point x="874" y="270" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>71</width>
+    <wuid>-32e0cda:1641d794e56:-59b2</wuid>
+    <x>804</x>
+    <y>270</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>2</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1681" y="271" />
+      <point x="1613" y="271" />
+      <point x="1612" y="270" />
+      <point x="1682" y="270" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>71</width>
+    <wuid>-32e0cda:1641d794e56:-59a0</wuid>
+    <x>1612</x>
+    <y>270</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>2</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="873" y="876" />
+      <point x="805" y="876" />
+      <point x="804" y="875" />
+      <point x="874" y="875" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>71</width>
+    <wuid>-32e0cda:1641d794e56:-5994</wuid>
+    <x>804</x>
+    <y>875</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>41</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="693" y="51" />
+      <point x="691" y="49" />
+      <point x="691" y="13" />
+      <point x="693" y="11" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-5a7a</wuid>
+    <x>691</x>
+    <y>11</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <bit>-1</bit>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <bulb_border>3</bulb_border>
+    <bulb_border_color>
+      <color red="150" green="150" blue="150" />
+    </bulb_border_color>
+    <data_type>0</data_type>
+    <effect_3d>true</effect_3d>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>11</height>
+    <name>LED</name>
+    <off_color>
+      <color red="240" green="0" blue="0" />
+    </off_color>
+    <off_label>OFF</off_label>
+    <on_color>
+      <color red="0" green="240" blue="0" />
+    </on_color>
+    <on_label>ON</on_label>
+    <pv_name>RFQ-010:WTRC-FS-012:Status</pv_name>
+    <pv_value />
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_boolean_label>false</show_boolean_label>
+    <square_led>false</square_led>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <visible>true</visible>
+    <widget_type>LED</widget_type>
+    <width>11</width>
+    <wuid>-32e0cda:1641d794e56:-5710</wuid>
+    <x>408</x>
+    <y>40</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <bit>-1</bit>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <bulb_border>3</bulb_border>
+    <bulb_border_color>
+      <color red="150" green="150" blue="150" />
+    </bulb_border_color>
+    <data_type>0</data_type>
+    <effect_3d>true</effect_3d>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>11</height>
+    <name>LED</name>
+    <off_color>
+      <color red="240" green="0" blue="0" />
+    </off_color>
+    <off_label>OFF</off_label>
+    <on_color>
+      <color red="0" green="240" blue="0" />
+    </on_color>
+    <on_label>ON</on_label>
+    <pv_name>RFQ-010:WTRC-FS-021:Status</pv_name>
+    <pv_value />
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_boolean_label>false</show_boolean_label>
+    <square_led>false</square_led>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <visible>true</visible>
+    <widget_type>LED</widget_type>
+    <width>11</width>
+    <wuid>-32e0cda:1641d794e56:-570f</wuid>
+    <x>408</x>
+    <y>52</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <bit>-1</bit>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <bulb_border>3</bulb_border>
+    <bulb_border_color>
+      <color red="150" green="150" blue="150" />
+    </bulb_border_color>
+    <data_type>0</data_type>
+    <effect_3d>true</effect_3d>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>11</height>
+    <name>LED</name>
+    <off_color>
+      <color red="240" green="0" blue="0" />
+    </off_color>
+    <off_label>OFF</off_label>
+    <on_color>
+      <color red="0" green="240" blue="0" />
+    </on_color>
+    <on_label>ON</on_label>
+    <pv_name>RFQ-010:WTRC-FS-022:Status</pv_name>
+    <pv_value />
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_boolean_label>false</show_boolean_label>
+    <square_led>false</square_led>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <visible>true</visible>
+    <widget_type>LED</widget_type>
+    <width>11</width>
+    <wuid>-32e0cda:1641d794e56:-570e</wuid>
+    <x>408</x>
+    <y>64</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.LED" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <bit>-1</bit>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <bulb_border>3</bulb_border>
+    <bulb_border_color>
+      <color red="150" green="150" blue="150" />
+    </bulb_border_color>
+    <data_type>0</data_type>
+    <effect_3d>true</effect_3d>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>11</height>
+    <name>LED</name>
+    <off_color>
+      <color red="240" green="0" blue="0" />
+    </off_color>
+    <off_label>OFF</off_label>
+    <on_color>
+      <color red="0" green="240" blue="0" />
+    </on_color>
+    <on_label>ON</on_label>
+    <pv_name>RFQ-010:WTRC-FS-011:Status</pv_name>
+    <pv_value />
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_boolean_label>false</show_boolean_label>
+    <square_led>false</square_led>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <visible>true</visible>
+    <widget_type>LED</widget_type>
+    <width>11</width>
+    <wuid>-32e0cda:1641d794e56:-570d</wuid>
+    <x>408</x>
+    <y>29</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>104</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="828" y="262" />
+      <point x="828" y="159" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-5920</wuid>
+    <x>828</x>
+    <y>159</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>104</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="909" y="262" />
+      <point x="909" y="159" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-590c</wuid>
+    <x>909</x>
+    <y>159</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>104</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="991" y="262" />
+      <point x="991" y="159" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-58f8</wuid>
+    <x>991</x>
+    <y>159</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>104</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="828" y="565" />
+      <point x="828" y="462" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-58e4</wuid>
+    <x>828</x>
+    <y>462</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>104</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="909" y="565" />
+      <point x="909" y="462" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-58d0</wuid>
+    <x>909</x>
+    <y>462</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>104</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="991" y="565" />
+      <point x="991" y="462" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-58bc</wuid>
+    <x>991</x>
+    <y>462</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>104</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1636" y="565" />
+      <point x="1636" y="462" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-5891</wuid>
+    <x>1636</x>
+    <y>462</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>104</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1717" y="565" />
+      <point x="1717" y="462" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-5885</wuid>
+    <x>1717</x>
+    <y>462</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>104</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1799" y="565" />
+      <point x="1799" y="462" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-5879</wuid>
+    <x>1799</x>
+    <y>462</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>104</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1636" y="262" />
+      <point x="1636" y="159" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-586c</wuid>
+    <x>1636</x>
+    <y>159</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>104</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1717" y="262" />
+      <point x="1717" y="159" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-5858</wuid>
+    <x>1717</x>
+    <y>159</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>104</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1799" y="262" />
+      <point x="1799" y="159" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-5844</wuid>
+    <x>1799</x>
+    <y>159</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>104</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1636" y="867" />
+      <point x="1636" y="764" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-5819</wuid>
+    <x>1636</x>
+    <y>764</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>104</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1717" y="867" />
+      <point x="1717" y="764" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-580d</wuid>
+    <x>1717</x>
+    <y>764</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>104</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1799" y="867" />
+      <point x="1799" y="764" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-5801</wuid>
+    <x>1799</x>
+    <y>764</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>104</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="828" y="868" />
+      <point x="828" y="765" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-57dd</wuid>
+    <x>828</x>
+    <y>765</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>104</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="909" y="868" />
+      <point x="909" y="765" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-57d1</wuid>
+    <x>909</x>
+    <y>765</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>104</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="991" y="868" />
+      <point x="991" y="765" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-57c5</wuid>
+    <x>991</x>
+    <y>765</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>94</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="320" y="0" />
+      <point x="320" y="93" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-56b1</wuid>
+    <x>320</x>
+    <y>0</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>93</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="0" y="92" />
+      <point x="0" y="0" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-56b9</wuid>
+    <x>0</x>
+    <y>0</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>93</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="0" y="92" />
+      <point x="0" y="0" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>1</width>
+    <wuid>-32e0cda:1641d794e56:-56b4</wuid>
+    <x>0</x>
+    <y>0</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>41</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="476" y="51" />
+      <point x="477" y="49" />
+      <point x="477" y="13" />
+      <point x="476" y="11" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>2</width>
+    <wuid>-32e0cda:1641d794e56:-59b7</wuid>
+    <x>476</x>
+    <y>11</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>9</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1907" y="8" />
+      <point x="1915" y="0" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>9</width>
+    <wuid>-32e0cda:1641d794e56:-56ba</wuid>
+    <x>1907</x>
+    <y>0</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>9</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="0" y="0" />
+      <point x="8" y="8" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>9</width>
+    <wuid>-32e0cda:1641d794e56:-56b8</wuid>
+    <x>0</x>
+    <y>0</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>9</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="0" y="0" />
+      <point x="8" y="8" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>9</width>
+    <wuid>-32e0cda:1641d794e56:-56b3</wuid>
+    <x>0</x>
+    <y>0</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>8</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1906" y="7" />
+      <point x="1915" y="0" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>10</width>
+    <wuid>-32e0cda:1641d794e56:-56bc</wuid>
+    <x>1906</x>
+    <y>0</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="805" y="161" />
+      <point x="826" y="161" />
+      <point x="828" y="159" />
+      <point x="804" y="159" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>25</width>
+    <wuid>-32e0cda:1641d794e56:-5a75</wuid>
+    <x>804</x>
+    <y>159</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="886" y="161" />
+      <point x="908" y="161" />
+      <point x="909" y="159" />
+      <point x="885" y="159" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>25</width>
+    <wuid>-32e0cda:1641d794e56:-5a68</wuid>
+    <x>885</x>
+    <y>159</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="968" y="161" />
+      <point x="990" y="161" />
+      <point x="991" y="159" />
+      <point x="967" y="159" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>25</width>
+    <wuid>-32e0cda:1641d794e56:-5a65</wuid>
+    <x>967</x>
+    <y>159</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1613" y="161" />
+      <point x="1634" y="161" />
+      <point x="1636" y="159" />
+      <point x="1612" y="159" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>25</width>
+    <wuid>-32e0cda:1641d794e56:-5a40</wuid>
+    <x>1612</x>
+    <y>159</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1694" y="161" />
+      <point x="1716" y="161" />
+      <point x="1717" y="159" />
+      <point x="1693" y="159" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>25</width>
+    <wuid>-32e0cda:1641d794e56:-5a36</wuid>
+    <x>1693</x>
+    <y>159</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1776" y="161" />
+      <point x="1798" y="161" />
+      <point x="1799" y="159" />
+      <point x="1775" y="159" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>25</width>
+    <wuid>-32e0cda:1641d794e56:-5a33</wuid>
+    <x>1775</x>
+    <y>159</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="804" y="264" />
+      <point x="828" y="264" />
+      <point x="826" y="262" />
+      <point x="805" y="262" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>25</width>
+    <wuid>-32e0cda:1641d794e56:-59b4</wuid>
+    <x>804</x>
+    <y>262</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="885" y="264" />
+      <point x="909" y="264" />
+      <point x="908" y="262" />
+      <point x="886" y="262" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>25</width>
+    <wuid>-32e0cda:1641d794e56:-59af</wuid>
+    <x>885</x>
+    <y>262</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="967" y="264" />
+      <point x="991" y="264" />
+      <point x="990" y="262" />
+      <point x="968" y="262" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>25</width>
+    <wuid>-32e0cda:1641d794e56:-59ae</wuid>
+    <x>967</x>
+    <y>262</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1612" y="264" />
+      <point x="1636" y="264" />
+      <point x="1634" y="262" />
+      <point x="1613" y="262" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>25</width>
+    <wuid>-32e0cda:1641d794e56:-59a1</wuid>
+    <x>1612</x>
+    <y>262</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1693" y="264" />
+      <point x="1717" y="264" />
+      <point x="1716" y="262" />
+      <point x="1694" y="262" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>25</width>
+    <wuid>-32e0cda:1641d794e56:-599d</wuid>
+    <x>1693</x>
+    <y>262</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>3</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1775" y="264" />
+      <point x="1799" y="264" />
+      <point x="1798" y="262" />
+      <point x="1776" y="262" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>25</width>
+    <wuid>-32e0cda:1641d794e56:-599c</wuid>
+    <x>1775</x>
+    <y>262</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>8</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="0" y="93" />
+      <point x="8" y="86" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>9</width>
+    <wuid>-32e0cda:1641d794e56:-56b7</wuid>
+    <x>0</x>
+    <y>86</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>8</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="312" y="7" />
+      <point x="320" y="0" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>9</width>
+    <wuid>-32e0cda:1641d794e56:-56b6</wuid>
+    <x>312</x>
+    <y>0</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>7</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="0" y="92" />
+      <point x="8" y="86" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>9</width>
+    <wuid>-32e0cda:1641d794e56:-56b2</wuid>
+    <x>0</x>
+    <y>86</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>19</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1846" y="288" />
+      <point x="1844" y="286" />
+      <point x="1844" y="271" />
+      <point x="1846" y="270" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-5a77</wuid>
+    <x>1844</x>
+    <y>270</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>19</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1038" y="288" />
+      <point x="1036" y="286" />
+      <point x="1036" y="271" />
+      <point x="1038" y="270" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-5a6a</wuid>
+    <x>1036</x>
+    <y>270</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>19</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1038" y="590" />
+      <point x="1036" y="589" />
+      <point x="1036" y="574" />
+      <point x="1038" y="572" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-5a58</wuid>
+    <x>1036</x>
+    <y>572</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>19</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1846" y="590" />
+      <point x="1844" y="589" />
+      <point x="1844" y="574" />
+      <point x="1846" y="572" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-5a45</wuid>
+    <x>1844</x>
+    <y>572</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>19</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1846" y="892" />
+      <point x="1844" y="891" />
+      <point x="1844" y="876" />
+      <point x="1846" y="874" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-5a23</wuid>
+    <x>1844</x>
+    <y>874</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>19</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1038" y="893" />
+      <point x="1036" y="892" />
+      <point x="1036" y="876" />
+      <point x="1038" y="875" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-5a11</wuid>
+    <x>1036</x>
+    <y>875</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>28</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="621" y="81" />
+      <point x="620" y="79" />
+      <point x="620" y="56" />
+      <point x="621" y="54" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>2</width>
+    <wuid>-32e0cda:1641d794e56:-5a78</wuid>
+    <x>620</x>
+    <y>54</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>28</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="549" y="81" />
+      <point x="550" y="79" />
+      <point x="550" y="56" />
+      <point x="549" y="54" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>2</width>
+    <wuid>-32e0cda:1641d794e56:-59b5</wuid>
+    <x>549</x>
+    <y>54</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>2</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="805" y="463" />
+      <point x="826" y="463" />
+      <point x="828" y="462" />
+      <point x="804" y="462" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>25</width>
+    <wuid>-32e0cda:1641d794e56:-5a62</wuid>
+    <x>804</x>
+    <y>462</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>2</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="886" y="463" />
+      <point x="908" y="463" />
+      <point x="909" y="462" />
+      <point x="885" y="462" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>25</width>
+    <wuid>-32e0cda:1641d794e56:-5a56</wuid>
+    <x>885</x>
+    <y>462</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>2</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="968" y="463" />
+      <point x="990" y="463" />
+      <point x="991" y="462" />
+      <point x="967" y="462" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>25</width>
+    <wuid>-32e0cda:1641d794e56:-5a53</wuid>
+    <x>967</x>
+    <y>462</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>2</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1613" y="463" />
+      <point x="1634" y="463" />
+      <point x="1636" y="462" />
+      <point x="1612" y="462" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>25</width>
+    <wuid>-32e0cda:1641d794e56:-5a51</wuid>
+    <x>1612</x>
+    <y>462</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>2</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1694" y="463" />
+      <point x="1716" y="463" />
+      <point x="1717" y="462" />
+      <point x="1693" y="462" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>25</width>
+    <wuid>-32e0cda:1641d794e56:-5a50</wuid>
+    <x>1693</x>
+    <y>462</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>2</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1776" y="463" />
+      <point x="1798" y="463" />
+      <point x="1799" y="462" />
+      <point x="1775" y="462" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>25</width>
+    <wuid>-32e0cda:1641d794e56:-5a4f</wuid>
+    <x>1775</x>
+    <y>462</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>2</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1613" y="765" />
+      <point x="1634" y="765" />
+      <point x="1636" y="764" />
+      <point x="1612" y="764" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>25</width>
+    <wuid>-32e0cda:1641d794e56:-5a2e</wuid>
+    <x>1612</x>
+    <y>764</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>2</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1694" y="765" />
+      <point x="1716" y="765" />
+      <point x="1717" y="764" />
+      <point x="1693" y="764" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>25</width>
+    <wuid>-32e0cda:1641d794e56:-5a2d</wuid>
+    <x>1693</x>
+    <y>764</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>2</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1776" y="765" />
+      <point x="1798" y="765" />
+      <point x="1799" y="764" />
+      <point x="1775" y="764" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>25</width>
+    <wuid>-32e0cda:1641d794e56:-5a2c</wuid>
+    <x>1775</x>
+    <y>764</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>2</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="805" y="766" />
+      <point x="826" y="766" />
+      <point x="828" y="765" />
+      <point x="804" y="765" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>25</width>
+    <wuid>-32e0cda:1641d794e56:-5a1c</wuid>
+    <x>804</x>
+    <y>765</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>2</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="886" y="766" />
+      <point x="908" y="766" />
+      <point x="909" y="765" />
+      <point x="885" y="765" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>25</width>
+    <wuid>-32e0cda:1641d794e56:-5a1b</wuid>
+    <x>885</x>
+    <y>765</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>2</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="968" y="766" />
+      <point x="990" y="766" />
+      <point x="991" y="765" />
+      <point x="967" y="765" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>25</width>
+    <wuid>-32e0cda:1641d794e56:-5a1a</wuid>
+    <x>967</x>
+    <y>765</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>2</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="804" y="566" />
+      <point x="828" y="566" />
+      <point x="826" y="565" />
+      <point x="805" y="565" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>25</width>
+    <wuid>-32e0cda:1641d794e56:-59ad</wuid>
+    <x>804</x>
+    <y>565</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>2</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="885" y="566" />
+      <point x="909" y="566" />
+      <point x="908" y="565" />
+      <point x="886" y="565" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>25</width>
+    <wuid>-32e0cda:1641d794e56:-59a9</wuid>
+    <x>885</x>
+    <y>565</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>2</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="967" y="566" />
+      <point x="991" y="566" />
+      <point x="990" y="565" />
+      <point x="968" y="565" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>25</width>
+    <wuid>-32e0cda:1641d794e56:-59a8</wuid>
+    <x>967</x>
+    <y>565</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>2</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1612" y="566" />
+      <point x="1636" y="566" />
+      <point x="1634" y="565" />
+      <point x="1613" y="565" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>25</width>
+    <wuid>-32e0cda:1641d794e56:-59a7</wuid>
+    <x>1612</x>
+    <y>565</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>2</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1693" y="566" />
+      <point x="1717" y="566" />
+      <point x="1716" y="565" />
+      <point x="1694" y="565" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>25</width>
+    <wuid>-32e0cda:1641d794e56:-59a3</wuid>
+    <x>1693</x>
+    <y>565</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>2</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1775" y="566" />
+      <point x="1799" y="566" />
+      <point x="1798" y="565" />
+      <point x="1776" y="565" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>25</width>
+    <wuid>-32e0cda:1641d794e56:-59a2</wuid>
+    <x>1775</x>
+    <y>565</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>2</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1612" y="868" />
+      <point x="1636" y="868" />
+      <point x="1634" y="867" />
+      <point x="1613" y="867" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>25</width>
+    <wuid>-32e0cda:1641d794e56:-599b</wuid>
+    <x>1612</x>
+    <y>867</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>2</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1693" y="868" />
+      <point x="1717" y="868" />
+      <point x="1716" y="867" />
+      <point x="1694" y="867" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>25</width>
+    <wuid>-32e0cda:1641d794e56:-5997</wuid>
+    <x>1693</x>
+    <y>867</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>2</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1775" y="868" />
+      <point x="1799" y="868" />
+      <point x="1798" y="867" />
+      <point x="1776" y="867" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>25</width>
+    <wuid>-32e0cda:1641d794e56:-5996</wuid>
+    <x>1775</x>
+    <y>867</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>2</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="804" y="869" />
+      <point x="828" y="869" />
+      <point x="826" y="868" />
+      <point x="805" y="868" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>25</width>
+    <wuid>-32e0cda:1641d794e56:-5995</wuid>
+    <x>804</x>
+    <y>868</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>2</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="885" y="869" />
+      <point x="909" y="869" />
+      <point x="908" y="868" />
+      <point x="886" y="868" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>25</width>
+    <wuid>-32e0cda:1641d794e56:-5991</wuid>
+    <x>885</x>
+    <y>868</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>2</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="967" y="869" />
+      <point x="991" y="869" />
+      <point x="990" y="868" />
+      <point x="968" y="868" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>25</width>
+    <wuid>-32e0cda:1641d794e56:-5990</wuid>
+    <x>967</x>
+    <y>868</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>19</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="804" y="288" />
+      <point x="805" y="286" />
+      <point x="805" y="271" />
+      <point x="804" y="270" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>2</width>
+    <wuid>-32e0cda:1641d794e56:-5a71</wuid>
+    <x>804</x>
+    <y>270</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>19</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="874" y="288" />
+      <point x="873" y="286" />
+      <point x="873" y="271" />
+      <point x="874" y="270" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>2</width>
+    <wuid>-32e0cda:1641d794e56:-5a70</wuid>
+    <x>873</x>
+    <y>270</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>19</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="885" y="288" />
+      <point x="886" y="286" />
+      <point x="886" y="271" />
+      <point x="885" y="270" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>2</width>
+    <wuid>-32e0cda:1641d794e56:-5a6e</wuid>
+    <x>885</x>
+    <y>270</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>19</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="956" y="288" />
+      <point x="955" y="286" />
+      <point x="955" y="271" />
+      <point x="956" y="270" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>2</width>
+    <wuid>-32e0cda:1641d794e56:-5a6d</wuid>
+    <x>955</x>
+    <y>270</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>19</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="967" y="288" />
+      <point x="968" y="286" />
+      <point x="968" y="271" />
+      <point x="967" y="270" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>2</width>
+    <wuid>-32e0cda:1641d794e56:-5a6b</wuid>
+    <x>967</x>
+    <y>270</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>19</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="804" y="590" />
+      <point x="805" y="589" />
+      <point x="805" y="574" />
+      <point x="804" y="572" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>2</width>
+    <wuid>-32e0cda:1641d794e56:-5a5f</wuid>
+    <x>804</x>
+    <y>572</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>19</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="874" y="590" />
+      <point x="873" y="589" />
+      <point x="873" y="574" />
+      <point x="874" y="572" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>2</width>
+    <wuid>-32e0cda:1641d794e56:-5a5e</wuid>
+    <x>873</x>
+    <y>572</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>19</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="885" y="590" />
+      <point x="886" y="589" />
+      <point x="886" y="574" />
+      <point x="885" y="572" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>2</width>
+    <wuid>-32e0cda:1641d794e56:-5a5c</wuid>
+    <x>885</x>
+    <y>572</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>19</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="956" y="590" />
+      <point x="955" y="589" />
+      <point x="955" y="574" />
+      <point x="956" y="572" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>2</width>
+    <wuid>-32e0cda:1641d794e56:-5a5b</wuid>
+    <x>955</x>
+    <y>572</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>19</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="967" y="590" />
+      <point x="968" y="589" />
+      <point x="968" y="574" />
+      <point x="967" y="572" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>2</width>
+    <wuid>-32e0cda:1641d794e56:-5a59</wuid>
+    <x>967</x>
+    <y>572</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>19</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1682" y="590" />
+      <point x="1681" y="589" />
+      <point x="1681" y="574" />
+      <point x="1682" y="572" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>2</width>
+    <wuid>-32e0cda:1641d794e56:-5a4b</wuid>
+    <x>1681</x>
+    <y>572</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>19</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1693" y="590" />
+      <point x="1694" y="589" />
+      <point x="1694" y="574" />
+      <point x="1693" y="572" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>2</width>
+    <wuid>-32e0cda:1641d794e56:-5a49</wuid>
+    <x>1693</x>
+    <y>572</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>19</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1764" y="590" />
+      <point x="1763" y="589" />
+      <point x="1763" y="574" />
+      <point x="1764" y="572" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>2</width>
+    <wuid>-32e0cda:1641d794e56:-5a48</wuid>
+    <x>1763</x>
+    <y>572</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>19</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1775" y="590" />
+      <point x="1776" y="589" />
+      <point x="1776" y="574" />
+      <point x="1775" y="572" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>2</width>
+    <wuid>-32e0cda:1641d794e56:-5a46</wuid>
+    <x>1775</x>
+    <y>572</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>19</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1682" y="288" />
+      <point x="1681" y="286" />
+      <point x="1681" y="271" />
+      <point x="1682" y="270" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>2</width>
+    <wuid>-32e0cda:1641d794e56:-5a3d</wuid>
+    <x>1681</x>
+    <y>270</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>19</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1693" y="288" />
+      <point x="1694" y="286" />
+      <point x="1694" y="271" />
+      <point x="1693" y="270" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>2</width>
+    <wuid>-32e0cda:1641d794e56:-5a3b</wuid>
+    <x>1693</x>
+    <y>270</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>19</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1764" y="288" />
+      <point x="1763" y="286" />
+      <point x="1763" y="271" />
+      <point x="1764" y="270" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>2</width>
+    <wuid>-32e0cda:1641d794e56:-5a3a</wuid>
+    <x>1763</x>
+    <y>270</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>19</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1775" y="288" />
+      <point x="1776" y="286" />
+      <point x="1776" y="271" />
+      <point x="1775" y="270" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>2</width>
+    <wuid>-32e0cda:1641d794e56:-5a38</wuid>
+    <x>1775</x>
+    <y>270</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>19</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1612" y="590" />
+      <point x="1613" y="589" />
+      <point x="1613" y="574" />
+      <point x="1612" y="572" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>2</width>
+    <wuid>-32e0cda:1641d794e56:-5a30</wuid>
+    <x>1612</x>
+    <y>572</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>19</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1612" y="288" />
+      <point x="1613" y="286" />
+      <point x="1613" y="271" />
+      <point x="1612" y="270" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>2</width>
+    <wuid>-32e0cda:1641d794e56:-5a2f</wuid>
+    <x>1612</x>
+    <y>270</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>19</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1682" y="892" />
+      <point x="1681" y="891" />
+      <point x="1681" y="876" />
+      <point x="1682" y="874" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>2</width>
+    <wuid>-32e0cda:1641d794e56:-5a29</wuid>
+    <x>1681</x>
+    <y>874</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>19</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1693" y="892" />
+      <point x="1694" y="891" />
+      <point x="1694" y="876" />
+      <point x="1693" y="874" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>2</width>
+    <wuid>-32e0cda:1641d794e56:-5a27</wuid>
+    <x>1693</x>
+    <y>874</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>19</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1764" y="892" />
+      <point x="1763" y="891" />
+      <point x="1763" y="876" />
+      <point x="1764" y="874" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>2</width>
+    <wuid>-32e0cda:1641d794e56:-5a26</wuid>
+    <x>1763</x>
+    <y>874</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>19</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1775" y="892" />
+      <point x="1776" y="891" />
+      <point x="1776" y="876" />
+      <point x="1775" y="874" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>2</width>
+    <wuid>-32e0cda:1641d794e56:-5a24</wuid>
+    <x>1775</x>
+    <y>874</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>19</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1612" y="892" />
+      <point x="1613" y="891" />
+      <point x="1613" y="876" />
+      <point x="1612" y="874" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>2</width>
+    <wuid>-32e0cda:1641d794e56:-5a1e</wuid>
+    <x>1612</x>
+    <y>874</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>19</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="874" y="893" />
+      <point x="873" y="892" />
+      <point x="873" y="876" />
+      <point x="874" y="875" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>2</width>
+    <wuid>-32e0cda:1641d794e56:-5a17</wuid>
+    <x>873</x>
+    <y>875</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>19</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="885" y="893" />
+      <point x="886" y="892" />
+      <point x="886" y="876" />
+      <point x="885" y="875" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>2</width>
+    <wuid>-32e0cda:1641d794e56:-5a15</wuid>
+    <x>885</x>
+    <y>875</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>19</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="956" y="893" />
+      <point x="955" y="892" />
+      <point x="955" y="876" />
+      <point x="956" y="875" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>2</width>
+    <wuid>-32e0cda:1641d794e56:-5a14</wuid>
+    <x>955</x>
+    <y>875</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>19</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="967" y="893" />
+      <point x="968" y="892" />
+      <point x="968" y="876" />
+      <point x="967" y="875" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>2</width>
+    <wuid>-32e0cda:1641d794e56:-5a12</wuid>
+    <x>967</x>
+    <y>875</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>19</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="804" y="893" />
+      <point x="805" y="892" />
+      <point x="805" y="876" />
+      <point x="804" y="875" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>2</width>
+    <wuid>-32e0cda:1641d794e56:-5a0c</wuid>
+    <x>804</x>
+    <y>875</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>19</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="970" y="320" />
+      <point x="971" y="319" />
+      <point x="971" y="303" />
+      <point x="970" y="302" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>2</width>
+    <wuid>-32e0cda:1641d794e56:-5a07</wuid>
+    <x>970</x>
+    <y>302</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>19</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1041" y="320" />
+      <point x="1040" y="319" />
+      <point x="1040" y="303" />
+      <point x="1041" y="302" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>2</width>
+    <wuid>-32e0cda:1641d794e56:-5a06</wuid>
+    <x>1040</x>
+    <y>302</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>19</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="970" y="402" />
+      <point x="971" y="401" />
+      <point x="971" y="385" />
+      <point x="970" y="384" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>2</width>
+    <wuid>-32e0cda:1641d794e56:-5a04</wuid>
+    <x>970</x>
+    <y>384</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>19</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1041" y="402" />
+      <point x="1040" y="401" />
+      <point x="1040" y="385" />
+      <point x="1041" y="384" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>2</width>
+    <wuid>-32e0cda:1641d794e56:-5a03</wuid>
+    <x>1040</x>
+    <y>384</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>19</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="970" y="361" />
+      <point x="971" y="360" />
+      <point x="971" y="344" />
+      <point x="970" y="343" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>2</width>
+    <wuid>-32e0cda:1641d794e56:-5a01</wuid>
+    <x>970</x>
+    <y>343</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>19</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1041" y="361" />
+      <point x="1040" y="360" />
+      <point x="1040" y="344" />
+      <point x="1041" y="343" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>2</width>
+    <wuid>-32e0cda:1641d794e56:-5a00</wuid>
+    <x>1040</x>
+    <y>343</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>19</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="970" y="622" />
+      <point x="971" y="621" />
+      <point x="971" y="606" />
+      <point x="970" y="604" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>2</width>
+    <wuid>-32e0cda:1641d794e56:-59fb</wuid>
+    <x>970</x>
+    <y>604</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>19</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1041" y="622" />
+      <point x="1040" y="621" />
+      <point x="1040" y="606" />
+      <point x="1041" y="604" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>2</width>
+    <wuid>-32e0cda:1641d794e56:-59fa</wuid>
+    <x>1040</x>
+    <y>604</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>19</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="970" y="704" />
+      <point x="971" y="703" />
+      <point x="971" y="687" />
+      <point x="970" y="686" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>2</width>
+    <wuid>-32e0cda:1641d794e56:-59f8</wuid>
+    <x>970</x>
+    <y>686</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>19</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1041" y="704" />
+      <point x="1040" y="703" />
+      <point x="1040" y="687" />
+      <point x="1041" y="686" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>2</width>
+    <wuid>-32e0cda:1641d794e56:-59f7</wuid>
+    <x>1040</x>
+    <y>686</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>19</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="970" y="663" />
+      <point x="971" y="662" />
+      <point x="971" y="646" />
+      <point x="970" y="645" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>2</width>
+    <wuid>-32e0cda:1641d794e56:-59f5</wuid>
+    <x>970</x>
+    <y>645</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>19</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1041" y="663" />
+      <point x="1040" y="662" />
+      <point x="1040" y="646" />
+      <point x="1041" y="645" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>2</width>
+    <wuid>-32e0cda:1641d794e56:-59f4</wuid>
+    <x>1040</x>
+    <y>645</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>19</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1778" y="321" />
+      <point x="1779" y="320" />
+      <point x="1779" y="304" />
+      <point x="1778" y="303" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>2</width>
+    <wuid>-32e0cda:1641d794e56:-59ef</wuid>
+    <x>1778</x>
+    <y>303</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>19</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1849" y="321" />
+      <point x="1848" y="320" />
+      <point x="1848" y="304" />
+      <point x="1849" y="303" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>2</width>
+    <wuid>-32e0cda:1641d794e56:-59ee</wuid>
+    <x>1848</x>
+    <y>303</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>19</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1778" y="402" />
+      <point x="1779" y="401" />
+      <point x="1779" y="386" />
+      <point x="1778" y="384" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>2</width>
+    <wuid>-32e0cda:1641d794e56:-59ec</wuid>
+    <x>1778</x>
+    <y>384</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>19</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1849" y="402" />
+      <point x="1848" y="401" />
+      <point x="1848" y="386" />
+      <point x="1849" y="384" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>2</width>
+    <wuid>-32e0cda:1641d794e56:-59eb</wuid>
+    <x>1848</x>
+    <y>384</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>19</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1778" y="361" />
+      <point x="1779" y="360" />
+      <point x="1779" y="345" />
+      <point x="1778" y="343" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>2</width>
+    <wuid>-32e0cda:1641d794e56:-59e9</wuid>
+    <x>1778</x>
+    <y>343</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>19</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1849" y="361" />
+      <point x="1848" y="360" />
+      <point x="1848" y="345" />
+      <point x="1849" y="343" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>2</width>
+    <wuid>-32e0cda:1641d794e56:-59e8</wuid>
+    <x>1848</x>
+    <y>343</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>19</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1778" y="624" />
+      <point x="1779" y="622" />
+      <point x="1779" y="607" />
+      <point x="1778" y="606" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>2</width>
+    <wuid>-32e0cda:1641d794e56:-59e3</wuid>
+    <x>1778</x>
+    <y>606</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>19</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1849" y="624" />
+      <point x="1848" y="622" />
+      <point x="1848" y="607" />
+      <point x="1849" y="606" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>2</width>
+    <wuid>-32e0cda:1641d794e56:-59e2</wuid>
+    <x>1848</x>
+    <y>606</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>19</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1778" y="705" />
+      <point x="1779" y="704" />
+      <point x="1779" y="688" />
+      <point x="1778" y="687" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>2</width>
+    <wuid>-32e0cda:1641d794e56:-59e0</wuid>
+    <x>1778</x>
+    <y>687</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>19</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1849" y="705" />
+      <point x="1848" y="704" />
+      <point x="1848" y="688" />
+      <point x="1849" y="687" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>2</width>
+    <wuid>-32e0cda:1641d794e56:-59df</wuid>
+    <x>1848</x>
+    <y>687</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>19</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1778" y="664" />
+      <point x="1779" y="663" />
+      <point x="1779" y="647" />
+      <point x="1778" y="646" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>2</width>
+    <wuid>-32e0cda:1641d794e56:-59dd</wuid>
+    <x>1778</x>
+    <y>646</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>19</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1849" y="664" />
+      <point x="1848" y="663" />
+      <point x="1848" y="647" />
+      <point x="1849" y="646" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>2</width>
+    <wuid>-32e0cda:1641d794e56:-59dc</wuid>
+    <x>1848</x>
+    <y>646</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>19</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1778" y="924" />
+      <point x="1779" y="923" />
+      <point x="1779" y="907" />
+      <point x="1778" y="906" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>2</width>
+    <wuid>-32e0cda:1641d794e56:-59d7</wuid>
+    <x>1778</x>
+    <y>906</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>19</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1849" y="924" />
+      <point x="1848" y="923" />
+      <point x="1848" y="907" />
+      <point x="1849" y="906" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>2</width>
+    <wuid>-32e0cda:1641d794e56:-59d6</wuid>
+    <x>1848</x>
+    <y>906</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>19</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1778" y="1006" />
+      <point x="1779" y="1005" />
+      <point x="1779" y="989" />
+      <point x="1778" y="988" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>2</width>
+    <wuid>-32e0cda:1641d794e56:-59d4</wuid>
+    <x>1778</x>
+    <y>988</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>19</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1849" y="1006" />
+      <point x="1848" y="1005" />
+      <point x="1848" y="989" />
+      <point x="1849" y="988" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>2</width>
+    <wuid>-32e0cda:1641d794e56:-59d3</wuid>
+    <x>1848</x>
+    <y>988</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>19</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1778" y="965" />
+      <point x="1779" y="964" />
+      <point x="1779" y="948" />
+      <point x="1778" y="947" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>2</width>
+    <wuid>-32e0cda:1641d794e56:-59d1</wuid>
+    <x>1778</x>
+    <y>947</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>19</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1849" y="965" />
+      <point x="1848" y="964" />
+      <point x="1848" y="948" />
+      <point x="1849" y="947" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>2</width>
+    <wuid>-32e0cda:1641d794e56:-59d0</wuid>
+    <x>1848</x>
+    <y>947</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>19</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="970" y="925" />
+      <point x="971" y="924" />
+      <point x="971" y="909" />
+      <point x="970" y="907" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>2</width>
+    <wuid>-32e0cda:1641d794e56:-59cb</wuid>
+    <x>970</x>
+    <y>907</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>19</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1041" y="925" />
+      <point x="1040" y="924" />
+      <point x="1040" y="909" />
+      <point x="1041" y="907" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>2</width>
+    <wuid>-32e0cda:1641d794e56:-59ca</wuid>
+    <x>1040</x>
+    <y>907</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>19</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="970" y="1007" />
+      <point x="971" y="1006" />
+      <point x="971" y="990" />
+      <point x="970" y="989" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>2</width>
+    <wuid>-32e0cda:1641d794e56:-59c8</wuid>
+    <x>970</x>
+    <y>989</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>19</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1041" y="1007" />
+      <point x="1040" y="1006" />
+      <point x="1040" y="990" />
+      <point x="1041" y="989" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>2</width>
+    <wuid>-32e0cda:1641d794e56:-59c7</wuid>
+    <x>1040</x>
+    <y>989</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="120" green="120" blue="120" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="120" green="120" blue="120" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="120" green="120" blue="120" />
+    </foreground_color>
+    <height>19</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="120" green="120" blue="120" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="970" y="966" />
+      <point x="971" y="965" />
+      <point x="971" y="949" />
+      <point x="970" y="948" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>2</width>
+    <wuid>-32e0cda:1641d794e56:-59c5</wuid>
+    <x>970</x>
+    <y>948</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polygon" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>19</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_color>
+      <color red="252" green="252" blue="252" />
+    </line_color>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polygon</name>
+    <points>
+      <point x="1041" y="966" />
+      <point x="1040" y="965" />
+      <point x="1040" y="949" />
+      <point x="1041" y="948" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polygon</widget_type>
+    <width>2</width>
+    <wuid>-32e0cda:1641d794e56:-59c4</wuid>
+    <x>1040</x>
+    <y>948</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="909" y="162" />
+      <point x="918" y="162" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>10</width>
+    <wuid>-32e0cda:1641d794e56:-590e</wuid>
+    <x>909</x>
+    <y>162</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="909" y="262" />
+      <point x="918" y="262" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>10</width>
+    <wuid>-32e0cda:1641d794e56:-590d</wuid>
+    <x>909</x>
+    <y>262</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="909" y="464" />
+      <point x="918" y="464" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>10</width>
+    <wuid>-32e0cda:1641d794e56:-58d2</wuid>
+    <x>909</x>
+    <y>464</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="909" y="565" />
+      <point x="918" y="565" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>10</width>
+    <wuid>-32e0cda:1641d794e56:-58d1</wuid>
+    <x>909</x>
+    <y>565</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1717" y="464" />
+      <point x="1726" y="464" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>10</width>
+    <wuid>-32e0cda:1641d794e56:-58a2</wuid>
+    <x>1717</x>
+    <y>464</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1717" y="565" />
+      <point x="1726" y="565" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>10</width>
+    <wuid>-32e0cda:1641d794e56:-5886</wuid>
+    <x>1717</x>
+    <y>565</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1717" y="162" />
+      <point x="1726" y="162" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>10</width>
+    <wuid>-32e0cda:1641d794e56:-585a</wuid>
+    <x>1717</x>
+    <y>162</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1717" y="262" />
+      <point x="1726" y="262" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>10</width>
+    <wuid>-32e0cda:1641d794e56:-5859</wuid>
+    <x>1717</x>
+    <y>262</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1717" y="766" />
+      <point x="1726" y="766" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>10</width>
+    <wuid>-32e0cda:1641d794e56:-582a</wuid>
+    <x>1717</x>
+    <y>766</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1717" y="867" />
+      <point x="1726" y="867" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>10</width>
+    <wuid>-32e0cda:1641d794e56:-580e</wuid>
+    <x>1717</x>
+    <y>867</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="909" y="767" />
+      <point x="918" y="767" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>10</width>
+    <wuid>-32e0cda:1641d794e56:-57ee</wuid>
+    <x>909</x>
+    <y>767</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="909" y="868" />
+      <point x="918" y="868" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>10</width>
+    <wuid>-32e0cda:1641d794e56:-57d2</wuid>
+    <x>909</x>
+    <y>868</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="828" y="162" />
+      <point x="836" y="162" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>9</width>
+    <wuid>-32e0cda:1641d794e56:-5922</wuid>
+    <x>828</x>
+    <y>162</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="828" y="262" />
+      <point x="836" y="262" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>9</width>
+    <wuid>-32e0cda:1641d794e56:-5921</wuid>
+    <x>828</x>
+    <y>262</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="991" y="162" />
+      <point x="999" y="162" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>9</width>
+    <wuid>-32e0cda:1641d794e56:-58fa</wuid>
+    <x>991</x>
+    <y>162</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="991" y="262" />
+      <point x="999" y="262" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>9</width>
+    <wuid>-32e0cda:1641d794e56:-58f9</wuid>
+    <x>991</x>
+    <y>262</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="828" y="464" />
+      <point x="836" y="464" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>9</width>
+    <wuid>-32e0cda:1641d794e56:-58e6</wuid>
+    <x>828</x>
+    <y>464</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="828" y="565" />
+      <point x="836" y="565" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>9</width>
+    <wuid>-32e0cda:1641d794e56:-58e5</wuid>
+    <x>828</x>
+    <y>565</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="991" y="464" />
+      <point x="999" y="464" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>9</width>
+    <wuid>-32e0cda:1641d794e56:-58be</wuid>
+    <x>991</x>
+    <y>464</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="991" y="565" />
+      <point x="999" y="565" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>9</width>
+    <wuid>-32e0cda:1641d794e56:-58bd</wuid>
+    <x>991</x>
+    <y>565</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1636" y="464" />
+      <point x="1644" y="464" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>9</width>
+    <wuid>-32e0cda:1641d794e56:-58aa</wuid>
+    <x>1636</x>
+    <y>464</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1799" y="464" />
+      <point x="1807" y="464" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>9</width>
+    <wuid>-32e0cda:1641d794e56:-589a</wuid>
+    <x>1799</x>
+    <y>464</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1636" y="565" />
+      <point x="1644" y="565" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>9</width>
+    <wuid>-32e0cda:1641d794e56:-5892</wuid>
+    <x>1636</x>
+    <y>565</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1799" y="565" />
+      <point x="1807" y="565" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>9</width>
+    <wuid>-32e0cda:1641d794e56:-587a</wuid>
+    <x>1799</x>
+    <y>565</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1636" y="162" />
+      <point x="1644" y="162" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>9</width>
+    <wuid>-32e0cda:1641d794e56:-586e</wuid>
+    <x>1636</x>
+    <y>162</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1636" y="262" />
+      <point x="1644" y="262" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>9</width>
+    <wuid>-32e0cda:1641d794e56:-586d</wuid>
+    <x>1636</x>
+    <y>262</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1799" y="162" />
+      <point x="1807" y="162" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>9</width>
+    <wuid>-32e0cda:1641d794e56:-5846</wuid>
+    <x>1799</x>
+    <y>162</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1799" y="262" />
+      <point x="1807" y="262" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>9</width>
+    <wuid>-32e0cda:1641d794e56:-5845</wuid>
+    <x>1799</x>
+    <y>262</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1636" y="766" />
+      <point x="1644" y="766" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>9</width>
+    <wuid>-32e0cda:1641d794e56:-5832</wuid>
+    <x>1636</x>
+    <y>766</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1799" y="766" />
+      <point x="1807" y="766" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>9</width>
+    <wuid>-32e0cda:1641d794e56:-5822</wuid>
+    <x>1799</x>
+    <y>766</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1636" y="867" />
+      <point x="1644" y="867" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>9</width>
+    <wuid>-32e0cda:1641d794e56:-581a</wuid>
+    <x>1636</x>
+    <y>867</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1799" y="867" />
+      <point x="1807" y="867" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>9</width>
+    <wuid>-32e0cda:1641d794e56:-5802</wuid>
+    <x>1799</x>
+    <y>867</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="828" y="767" />
+      <point x="836" y="767" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>9</width>
+    <wuid>-32e0cda:1641d794e56:-57f6</wuid>
+    <x>828</x>
+    <y>767</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="991" y="767" />
+      <point x="999" y="767" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>9</width>
+    <wuid>-32e0cda:1641d794e56:-57e6</wuid>
+    <x>991</x>
+    <y>767</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="828" y="868" />
+      <point x="836" y="868" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>9</width>
+    <wuid>-32e0cda:1641d794e56:-57de</wuid>
+    <x>828</x>
+    <y>868</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="991" y="868" />
+      <point x="999" y="868" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>9</width>
+    <wuid>-32e0cda:1641d794e56:-57c6</wuid>
+    <x>991</x>
+    <y>868</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="909" y="204" />
+      <point x="913" y="204" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>5</width>
+    <wuid>-32e0cda:1641d794e56:-590b</wuid>
+    <x>909</x>
+    <y>204</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="909" y="506" />
+      <point x="913" y="506" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>5</width>
+    <wuid>-32e0cda:1641d794e56:-58cf</wuid>
+    <x>909</x>
+    <y>506</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1717" y="506" />
+      <point x="1721" y="506" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>5</width>
+    <wuid>-32e0cda:1641d794e56:-5884</wuid>
+    <x>1717</x>
+    <y>506</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1717" y="204" />
+      <point x="1721" y="204" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>5</width>
+    <wuid>-32e0cda:1641d794e56:-5857</wuid>
+    <x>1717</x>
+    <y>204</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1717" y="808" />
+      <point x="1721" y="808" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>5</width>
+    <wuid>-32e0cda:1641d794e56:-580c</wuid>
+    <x>1717</x>
+    <y>808</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="909" y="809" />
+      <point x="913" y="809" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>5</width>
+    <wuid>-32e0cda:1641d794e56:-57d0</wuid>
+    <x>909</x>
+    <y>809</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="828" y="204" />
+      <point x="831" y="204" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>4</width>
+    <wuid>-32e0cda:1641d794e56:-591f</wuid>
+    <x>828</x>
+    <y>204</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="909" y="210" />
+      <point x="912" y="210" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>4</width>
+    <wuid>-32e0cda:1641d794e56:-590a</wuid>
+    <x>909</x>
+    <y>210</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="909" y="216" />
+      <point x="912" y="216" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>4</width>
+    <wuid>-32e0cda:1641d794e56:-5909</wuid>
+    <x>909</x>
+    <y>216</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="909" y="222" />
+      <point x="912" y="222" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>4</width>
+    <wuid>-32e0cda:1641d794e56:-5908</wuid>
+    <x>909</x>
+    <y>222</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="909" y="228" />
+      <point x="912" y="228" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>4</width>
+    <wuid>-32e0cda:1641d794e56:-5907</wuid>
+    <x>909</x>
+    <y>228</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="909" y="234" />
+      <point x="912" y="234" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>4</width>
+    <wuid>-32e0cda:1641d794e56:-5906</wuid>
+    <x>909</x>
+    <y>234</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="909" y="240" />
+      <point x="912" y="240" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>4</width>
+    <wuid>-32e0cda:1641d794e56:-5905</wuid>
+    <x>909</x>
+    <y>240</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="909" y="246" />
+      <point x="912" y="246" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>4</width>
+    <wuid>-32e0cda:1641d794e56:-5904</wuid>
+    <x>909</x>
+    <y>246</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="909" y="252" />
+      <point x="912" y="252" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>4</width>
+    <wuid>-32e0cda:1641d794e56:-5903</wuid>
+    <x>909</x>
+    <y>252</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="909" y="258" />
+      <point x="912" y="258" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>4</width>
+    <wuid>-32e0cda:1641d794e56:-5902</wuid>
+    <x>909</x>
+    <y>258</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="909" y="198" />
+      <point x="912" y="198" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>4</width>
+    <wuid>-32e0cda:1641d794e56:-5901</wuid>
+    <x>909</x>
+    <y>198</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="909" y="192" />
+      <point x="912" y="192" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>4</width>
+    <wuid>-32e0cda:1641d794e56:-5900</wuid>
+    <x>909</x>
+    <y>192</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="909" y="186" />
+      <point x="912" y="186" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>4</width>
+    <wuid>-32e0cda:1641d794e56:-58ff</wuid>
+    <x>909</x>
+    <y>186</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="909" y="180" />
+      <point x="912" y="180" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>4</width>
+    <wuid>-32e0cda:1641d794e56:-58fe</wuid>
+    <x>909</x>
+    <y>180</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="909" y="174" />
+      <point x="912" y="174" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>4</width>
+    <wuid>-32e0cda:1641d794e56:-58fd</wuid>
+    <x>909</x>
+    <y>174</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="909" y="168" />
+      <point x="912" y="168" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>4</width>
+    <wuid>-32e0cda:1641d794e56:-58fc</wuid>
+    <x>909</x>
+    <y>168</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="909" y="162" />
+      <point x="912" y="162" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>4</width>
+    <wuid>-32e0cda:1641d794e56:-58fb</wuid>
+    <x>909</x>
+    <y>162</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="991" y="204" />
+      <point x="994" y="204" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>4</width>
+    <wuid>-32e0cda:1641d794e56:-58f7</wuid>
+    <x>991</x>
+    <y>204</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="828" y="506" />
+      <point x="831" y="506" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>4</width>
+    <wuid>-32e0cda:1641d794e56:-58e3</wuid>
+    <x>828</x>
+    <y>506</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="909" y="512" />
+      <point x="912" y="512" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>4</width>
+    <wuid>-32e0cda:1641d794e56:-58ce</wuid>
+    <x>909</x>
+    <y>512</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="909" y="518" />
+      <point x="912" y="518" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>4</width>
+    <wuid>-32e0cda:1641d794e56:-58cd</wuid>
+    <x>909</x>
+    <y>518</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="909" y="524" />
+      <point x="912" y="524" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>4</width>
+    <wuid>-32e0cda:1641d794e56:-58cc</wuid>
+    <x>909</x>
+    <y>524</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="909" y="530" />
+      <point x="912" y="530" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>4</width>
+    <wuid>-32e0cda:1641d794e56:-58cb</wuid>
+    <x>909</x>
+    <y>530</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="909" y="536" />
+      <point x="912" y="536" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>4</width>
+    <wuid>-32e0cda:1641d794e56:-58ca</wuid>
+    <x>909</x>
+    <y>536</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="909" y="542" />
+      <point x="912" y="542" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>4</width>
+    <wuid>-32e0cda:1641d794e56:-58c9</wuid>
+    <x>909</x>
+    <y>542</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="909" y="548" />
+      <point x="912" y="548" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>4</width>
+    <wuid>-32e0cda:1641d794e56:-58c8</wuid>
+    <x>909</x>
+    <y>548</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="909" y="554" />
+      <point x="912" y="554" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>4</width>
+    <wuid>-32e0cda:1641d794e56:-58c7</wuid>
+    <x>909</x>
+    <y>554</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="909" y="560" />
+      <point x="912" y="560" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>4</width>
+    <wuid>-32e0cda:1641d794e56:-58c6</wuid>
+    <x>909</x>
+    <y>560</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="909" y="500" />
+      <point x="912" y="500" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>4</width>
+    <wuid>-32e0cda:1641d794e56:-58c5</wuid>
+    <x>909</x>
+    <y>500</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="909" y="494" />
+      <point x="912" y="494" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>4</width>
+    <wuid>-32e0cda:1641d794e56:-58c4</wuid>
+    <x>909</x>
+    <y>494</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="909" y="488" />
+      <point x="912" y="488" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>4</width>
+    <wuid>-32e0cda:1641d794e56:-58c3</wuid>
+    <x>909</x>
+    <y>488</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="909" y="482" />
+      <point x="912" y="482" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>4</width>
+    <wuid>-32e0cda:1641d794e56:-58c2</wuid>
+    <x>909</x>
+    <y>482</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="909" y="476" />
+      <point x="912" y="476" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>4</width>
+    <wuid>-32e0cda:1641d794e56:-58c1</wuid>
+    <x>909</x>
+    <y>476</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="909" y="470" />
+      <point x="912" y="470" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>4</width>
+    <wuid>-32e0cda:1641d794e56:-58c0</wuid>
+    <x>909</x>
+    <y>470</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="909" y="464" />
+      <point x="912" y="464" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>4</width>
+    <wuid>-32e0cda:1641d794e56:-58bf</wuid>
+    <x>909</x>
+    <y>464</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="991" y="506" />
+      <point x="994" y="506" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>4</width>
+    <wuid>-32e0cda:1641d794e56:-58bb</wuid>
+    <x>991</x>
+    <y>506</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1717" y="500" />
+      <point x="1720" y="500" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>4</width>
+    <wuid>-32e0cda:1641d794e56:-58a1</wuid>
+    <x>1717</x>
+    <y>500</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1717" y="494" />
+      <point x="1720" y="494" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>4</width>
+    <wuid>-32e0cda:1641d794e56:-58a0</wuid>
+    <x>1717</x>
+    <y>494</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1717" y="488" />
+      <point x="1720" y="488" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>4</width>
+    <wuid>-32e0cda:1641d794e56:-589f</wuid>
+    <x>1717</x>
+    <y>488</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1717" y="482" />
+      <point x="1720" y="482" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>4</width>
+    <wuid>-32e0cda:1641d794e56:-589e</wuid>
+    <x>1717</x>
+    <y>482</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1717" y="476" />
+      <point x="1720" y="476" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>4</width>
+    <wuid>-32e0cda:1641d794e56:-589d</wuid>
+    <x>1717</x>
+    <y>476</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1717" y="470" />
+      <point x="1720" y="470" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>4</width>
+    <wuid>-32e0cda:1641d794e56:-589c</wuid>
+    <x>1717</x>
+    <y>470</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1717" y="464" />
+      <point x="1720" y="464" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>4</width>
+    <wuid>-32e0cda:1641d794e56:-589b</wuid>
+    <x>1717</x>
+    <y>464</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1636" y="506" />
+      <point x="1639" y="506" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>4</width>
+    <wuid>-32e0cda:1641d794e56:-5890</wuid>
+    <x>1636</x>
+    <y>506</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1717" y="512" />
+      <point x="1720" y="512" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>4</width>
+    <wuid>-32e0cda:1641d794e56:-5883</wuid>
+    <x>1717</x>
+    <y>512</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1717" y="518" />
+      <point x="1720" y="518" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>4</width>
+    <wuid>-32e0cda:1641d794e56:-5882</wuid>
+    <x>1717</x>
+    <y>518</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1717" y="524" />
+      <point x="1720" y="524" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>4</width>
+    <wuid>-32e0cda:1641d794e56:-5881</wuid>
+    <x>1717</x>
+    <y>524</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1717" y="530" />
+      <point x="1720" y="530" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>4</width>
+    <wuid>-32e0cda:1641d794e56:-5880</wuid>
+    <x>1717</x>
+    <y>530</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1717" y="536" />
+      <point x="1720" y="536" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>4</width>
+    <wuid>-32e0cda:1641d794e56:-587f</wuid>
+    <x>1717</x>
+    <y>536</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1717" y="542" />
+      <point x="1720" y="542" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>4</width>
+    <wuid>-32e0cda:1641d794e56:-587e</wuid>
+    <x>1717</x>
+    <y>542</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1717" y="548" />
+      <point x="1720" y="548" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>4</width>
+    <wuid>-32e0cda:1641d794e56:-587d</wuid>
+    <x>1717</x>
+    <y>548</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1717" y="554" />
+      <point x="1720" y="554" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>4</width>
+    <wuid>-32e0cda:1641d794e56:-587c</wuid>
+    <x>1717</x>
+    <y>554</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1717" y="560" />
+      <point x="1720" y="560" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>4</width>
+    <wuid>-32e0cda:1641d794e56:-587b</wuid>
+    <x>1717</x>
+    <y>560</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1799" y="506" />
+      <point x="1802" y="506" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>4</width>
+    <wuid>-32e0cda:1641d794e56:-5878</wuid>
+    <x>1799</x>
+    <y>506</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1636" y="204" />
+      <point x="1639" y="204" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>4</width>
+    <wuid>-32e0cda:1641d794e56:-586b</wuid>
+    <x>1636</x>
+    <y>204</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1717" y="210" />
+      <point x="1720" y="210" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>4</width>
+    <wuid>-32e0cda:1641d794e56:-5856</wuid>
+    <x>1717</x>
+    <y>210</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1717" y="216" />
+      <point x="1720" y="216" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>4</width>
+    <wuid>-32e0cda:1641d794e56:-5855</wuid>
+    <x>1717</x>
+    <y>216</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1717" y="222" />
+      <point x="1720" y="222" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>4</width>
+    <wuid>-32e0cda:1641d794e56:-5854</wuid>
+    <x>1717</x>
+    <y>222</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1717" y="228" />
+      <point x="1720" y="228" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>4</width>
+    <wuid>-32e0cda:1641d794e56:-5853</wuid>
+    <x>1717</x>
+    <y>228</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1717" y="234" />
+      <point x="1720" y="234" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>4</width>
+    <wuid>-32e0cda:1641d794e56:-5852</wuid>
+    <x>1717</x>
+    <y>234</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1717" y="240" />
+      <point x="1720" y="240" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>4</width>
+    <wuid>-32e0cda:1641d794e56:-5851</wuid>
+    <x>1717</x>
+    <y>240</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1717" y="246" />
+      <point x="1720" y="246" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>4</width>
+    <wuid>-32e0cda:1641d794e56:-5850</wuid>
+    <x>1717</x>
+    <y>246</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1717" y="252" />
+      <point x="1720" y="252" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>4</width>
+    <wuid>-32e0cda:1641d794e56:-584f</wuid>
+    <x>1717</x>
+    <y>252</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1717" y="258" />
+      <point x="1720" y="258" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>4</width>
+    <wuid>-32e0cda:1641d794e56:-584e</wuid>
+    <x>1717</x>
+    <y>258</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1717" y="198" />
+      <point x="1720" y="198" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>4</width>
+    <wuid>-32e0cda:1641d794e56:-584d</wuid>
+    <x>1717</x>
+    <y>198</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1717" y="192" />
+      <point x="1720" y="192" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>4</width>
+    <wuid>-32e0cda:1641d794e56:-584c</wuid>
+    <x>1717</x>
+    <y>192</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1717" y="186" />
+      <point x="1720" y="186" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>4</width>
+    <wuid>-32e0cda:1641d794e56:-584b</wuid>
+    <x>1717</x>
+    <y>186</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1717" y="180" />
+      <point x="1720" y="180" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>4</width>
+    <wuid>-32e0cda:1641d794e56:-584a</wuid>
+    <x>1717</x>
+    <y>180</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1717" y="174" />
+      <point x="1720" y="174" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>4</width>
+    <wuid>-32e0cda:1641d794e56:-5849</wuid>
+    <x>1717</x>
+    <y>174</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1717" y="168" />
+      <point x="1720" y="168" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>4</width>
+    <wuid>-32e0cda:1641d794e56:-5848</wuid>
+    <x>1717</x>
+    <y>168</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1717" y="162" />
+      <point x="1720" y="162" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>4</width>
+    <wuid>-32e0cda:1641d794e56:-5847</wuid>
+    <x>1717</x>
+    <y>162</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1799" y="204" />
+      <point x="1802" y="204" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>4</width>
+    <wuid>-32e0cda:1641d794e56:-5843</wuid>
+    <x>1799</x>
+    <y>204</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1717" y="802" />
+      <point x="1720" y="802" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>4</width>
+    <wuid>-32e0cda:1641d794e56:-5829</wuid>
+    <x>1717</x>
+    <y>802</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1717" y="796" />
+      <point x="1720" y="796" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>4</width>
+    <wuid>-32e0cda:1641d794e56:-5828</wuid>
+    <x>1717</x>
+    <y>796</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1717" y="790" />
+      <point x="1720" y="790" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>4</width>
+    <wuid>-32e0cda:1641d794e56:-5827</wuid>
+    <x>1717</x>
+    <y>790</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1717" y="784" />
+      <point x="1720" y="784" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>4</width>
+    <wuid>-32e0cda:1641d794e56:-5826</wuid>
+    <x>1717</x>
+    <y>784</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1717" y="778" />
+      <point x="1720" y="778" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>4</width>
+    <wuid>-32e0cda:1641d794e56:-5825</wuid>
+    <x>1717</x>
+    <y>778</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1717" y="772" />
+      <point x="1720" y="772" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>4</width>
+    <wuid>-32e0cda:1641d794e56:-5824</wuid>
+    <x>1717</x>
+    <y>772</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1717" y="766" />
+      <point x="1720" y="766" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>4</width>
+    <wuid>-32e0cda:1641d794e56:-5823</wuid>
+    <x>1717</x>
+    <y>766</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1636" y="808" />
+      <point x="1639" y="808" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>4</width>
+    <wuid>-32e0cda:1641d794e56:-5818</wuid>
+    <x>1636</x>
+    <y>808</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1717" y="814" />
+      <point x="1720" y="814" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>4</width>
+    <wuid>-32e0cda:1641d794e56:-580b</wuid>
+    <x>1717</x>
+    <y>814</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1717" y="820" />
+      <point x="1720" y="820" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>4</width>
+    <wuid>-32e0cda:1641d794e56:-580a</wuid>
+    <x>1717</x>
+    <y>820</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1717" y="826" />
+      <point x="1720" y="826" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>4</width>
+    <wuid>-32e0cda:1641d794e56:-5809</wuid>
+    <x>1717</x>
+    <y>826</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1717" y="832" />
+      <point x="1720" y="832" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>4</width>
+    <wuid>-32e0cda:1641d794e56:-5808</wuid>
+    <x>1717</x>
+    <y>832</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1717" y="838" />
+      <point x="1720" y="838" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>4</width>
+    <wuid>-32e0cda:1641d794e56:-5807</wuid>
+    <x>1717</x>
+    <y>838</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1717" y="844" />
+      <point x="1720" y="844" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>4</width>
+    <wuid>-32e0cda:1641d794e56:-5806</wuid>
+    <x>1717</x>
+    <y>844</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1717" y="850" />
+      <point x="1720" y="850" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>4</width>
+    <wuid>-32e0cda:1641d794e56:-5805</wuid>
+    <x>1717</x>
+    <y>850</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1717" y="856" />
+      <point x="1720" y="856" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>4</width>
+    <wuid>-32e0cda:1641d794e56:-5804</wuid>
+    <x>1717</x>
+    <y>856</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1717" y="862" />
+      <point x="1720" y="862" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>4</width>
+    <wuid>-32e0cda:1641d794e56:-5803</wuid>
+    <x>1717</x>
+    <y>862</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1799" y="808" />
+      <point x="1802" y="808" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>4</width>
+    <wuid>-32e0cda:1641d794e56:-5800</wuid>
+    <x>1799</x>
+    <y>808</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="909" y="803" />
+      <point x="912" y="803" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>4</width>
+    <wuid>-32e0cda:1641d794e56:-57ed</wuid>
+    <x>909</x>
+    <y>803</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="909" y="797" />
+      <point x="912" y="797" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>4</width>
+    <wuid>-32e0cda:1641d794e56:-57ec</wuid>
+    <x>909</x>
+    <y>797</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="909" y="791" />
+      <point x="912" y="791" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>4</width>
+    <wuid>-32e0cda:1641d794e56:-57eb</wuid>
+    <x>909</x>
+    <y>791</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="909" y="785" />
+      <point x="912" y="785" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>4</width>
+    <wuid>-32e0cda:1641d794e56:-57ea</wuid>
+    <x>909</x>
+    <y>785</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="909" y="779" />
+      <point x="912" y="779" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>4</width>
+    <wuid>-32e0cda:1641d794e56:-57e9</wuid>
+    <x>909</x>
+    <y>779</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="909" y="773" />
+      <point x="912" y="773" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>4</width>
+    <wuid>-32e0cda:1641d794e56:-57e8</wuid>
+    <x>909</x>
+    <y>773</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="909" y="767" />
+      <point x="912" y="767" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>4</width>
+    <wuid>-32e0cda:1641d794e56:-57e7</wuid>
+    <x>909</x>
+    <y>767</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="828" y="809" />
+      <point x="831" y="809" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>4</width>
+    <wuid>-32e0cda:1641d794e56:-57dc</wuid>
+    <x>828</x>
+    <y>809</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="909" y="815" />
+      <point x="912" y="815" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>4</width>
+    <wuid>-32e0cda:1641d794e56:-57cf</wuid>
+    <x>909</x>
+    <y>815</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="909" y="821" />
+      <point x="912" y="821" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>4</width>
+    <wuid>-32e0cda:1641d794e56:-57ce</wuid>
+    <x>909</x>
+    <y>821</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="909" y="827" />
+      <point x="912" y="827" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>4</width>
+    <wuid>-32e0cda:1641d794e56:-57cd</wuid>
+    <x>909</x>
+    <y>827</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="909" y="833" />
+      <point x="912" y="833" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>4</width>
+    <wuid>-32e0cda:1641d794e56:-57cc</wuid>
+    <x>909</x>
+    <y>833</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="909" y="839" />
+      <point x="912" y="839" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>4</width>
+    <wuid>-32e0cda:1641d794e56:-57cb</wuid>
+    <x>909</x>
+    <y>839</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="909" y="845" />
+      <point x="912" y="845" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>4</width>
+    <wuid>-32e0cda:1641d794e56:-57ca</wuid>
+    <x>909</x>
+    <y>845</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="909" y="851" />
+      <point x="912" y="851" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>4</width>
+    <wuid>-32e0cda:1641d794e56:-57c9</wuid>
+    <x>909</x>
+    <y>851</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="909" y="857" />
+      <point x="912" y="857" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>4</width>
+    <wuid>-32e0cda:1641d794e56:-57c8</wuid>
+    <x>909</x>
+    <y>857</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="909" y="863" />
+      <point x="912" y="863" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>4</width>
+    <wuid>-32e0cda:1641d794e56:-57c7</wuid>
+    <x>909</x>
+    <y>863</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="991" y="809" />
+      <point x="994" y="809" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>4</width>
+    <wuid>-32e0cda:1641d794e56:-57c4</wuid>
+    <x>991</x>
+    <y>809</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="828" y="210" />
+      <point x="830" y="210" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-591e</wuid>
+    <x>828</x>
+    <y>210</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="828" y="216" />
+      <point x="830" y="216" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-591d</wuid>
+    <x>828</x>
+    <y>216</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="828" y="222" />
+      <point x="830" y="222" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-591c</wuid>
+    <x>828</x>
+    <y>222</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="828" y="228" />
+      <point x="830" y="228" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-591b</wuid>
+    <x>828</x>
+    <y>228</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="828" y="234" />
+      <point x="830" y="234" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-591a</wuid>
+    <x>828</x>
+    <y>234</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="828" y="240" />
+      <point x="830" y="240" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-5919</wuid>
+    <x>828</x>
+    <y>240</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="828" y="246" />
+      <point x="830" y="246" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-5918</wuid>
+    <x>828</x>
+    <y>246</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="828" y="252" />
+      <point x="830" y="252" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-5917</wuid>
+    <x>828</x>
+    <y>252</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="828" y="258" />
+      <point x="830" y="258" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-5916</wuid>
+    <x>828</x>
+    <y>258</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="828" y="198" />
+      <point x="830" y="198" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-5915</wuid>
+    <x>828</x>
+    <y>198</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="828" y="192" />
+      <point x="830" y="192" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-5914</wuid>
+    <x>828</x>
+    <y>192</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="828" y="186" />
+      <point x="830" y="186" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-5913</wuid>
+    <x>828</x>
+    <y>186</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="828" y="180" />
+      <point x="830" y="180" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-5912</wuid>
+    <x>828</x>
+    <y>180</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="828" y="174" />
+      <point x="830" y="174" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-5911</wuid>
+    <x>828</x>
+    <y>174</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="828" y="168" />
+      <point x="830" y="168" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-5910</wuid>
+    <x>828</x>
+    <y>168</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="828" y="162" />
+      <point x="830" y="162" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-590f</wuid>
+    <x>828</x>
+    <y>162</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="991" y="210" />
+      <point x="993" y="210" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-58f6</wuid>
+    <x>991</x>
+    <y>210</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="991" y="216" />
+      <point x="993" y="216" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-58f5</wuid>
+    <x>991</x>
+    <y>216</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="991" y="222" />
+      <point x="993" y="222" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-58f4</wuid>
+    <x>991</x>
+    <y>222</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="991" y="228" />
+      <point x="993" y="228" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-58f3</wuid>
+    <x>991</x>
+    <y>228</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="991" y="234" />
+      <point x="993" y="234" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-58f2</wuid>
+    <x>991</x>
+    <y>234</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="991" y="240" />
+      <point x="993" y="240" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-58f1</wuid>
+    <x>991</x>
+    <y>240</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="991" y="246" />
+      <point x="993" y="246" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-58f0</wuid>
+    <x>991</x>
+    <y>246</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="991" y="252" />
+      <point x="993" y="252" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-58ef</wuid>
+    <x>991</x>
+    <y>252</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="991" y="258" />
+      <point x="993" y="258" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-58ee</wuid>
+    <x>991</x>
+    <y>258</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="991" y="198" />
+      <point x="993" y="198" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-58ed</wuid>
+    <x>991</x>
+    <y>198</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="991" y="192" />
+      <point x="993" y="192" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-58ec</wuid>
+    <x>991</x>
+    <y>192</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="991" y="186" />
+      <point x="993" y="186" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-58eb</wuid>
+    <x>991</x>
+    <y>186</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="991" y="180" />
+      <point x="993" y="180" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-58ea</wuid>
+    <x>991</x>
+    <y>180</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="991" y="174" />
+      <point x="993" y="174" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-58e9</wuid>
+    <x>991</x>
+    <y>174</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="991" y="168" />
+      <point x="993" y="168" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-58e8</wuid>
+    <x>991</x>
+    <y>168</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="991" y="162" />
+      <point x="993" y="162" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-58e7</wuid>
+    <x>991</x>
+    <y>162</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="828" y="512" />
+      <point x="830" y="512" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-58e2</wuid>
+    <x>828</x>
+    <y>512</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="828" y="518" />
+      <point x="830" y="518" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-58e1</wuid>
+    <x>828</x>
+    <y>518</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="828" y="524" />
+      <point x="830" y="524" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-58e0</wuid>
+    <x>828</x>
+    <y>524</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="828" y="530" />
+      <point x="830" y="530" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-58df</wuid>
+    <x>828</x>
+    <y>530</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="828" y="536" />
+      <point x="830" y="536" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-58de</wuid>
+    <x>828</x>
+    <y>536</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="828" y="542" />
+      <point x="830" y="542" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-58dd</wuid>
+    <x>828</x>
+    <y>542</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="828" y="548" />
+      <point x="830" y="548" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-58dc</wuid>
+    <x>828</x>
+    <y>548</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="828" y="554" />
+      <point x="830" y="554" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-58db</wuid>
+    <x>828</x>
+    <y>554</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="828" y="560" />
+      <point x="830" y="560" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-58da</wuid>
+    <x>828</x>
+    <y>560</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="828" y="500" />
+      <point x="830" y="500" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-58d9</wuid>
+    <x>828</x>
+    <y>500</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="828" y="494" />
+      <point x="830" y="494" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-58d8</wuid>
+    <x>828</x>
+    <y>494</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="828" y="488" />
+      <point x="830" y="488" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-58d7</wuid>
+    <x>828</x>
+    <y>488</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="828" y="482" />
+      <point x="830" y="482" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-58d6</wuid>
+    <x>828</x>
+    <y>482</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="828" y="476" />
+      <point x="830" y="476" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-58d5</wuid>
+    <x>828</x>
+    <y>476</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="828" y="470" />
+      <point x="830" y="470" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-58d4</wuid>
+    <x>828</x>
+    <y>470</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="828" y="464" />
+      <point x="830" y="464" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-58d3</wuid>
+    <x>828</x>
+    <y>464</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="991" y="512" />
+      <point x="993" y="512" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-58ba</wuid>
+    <x>991</x>
+    <y>512</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="991" y="518" />
+      <point x="993" y="518" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-58b9</wuid>
+    <x>991</x>
+    <y>518</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="991" y="524" />
+      <point x="993" y="524" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-58b8</wuid>
+    <x>991</x>
+    <y>524</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="991" y="530" />
+      <point x="993" y="530" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-58b7</wuid>
+    <x>991</x>
+    <y>530</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="991" y="536" />
+      <point x="993" y="536" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-58b6</wuid>
+    <x>991</x>
+    <y>536</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="991" y="542" />
+      <point x="993" y="542" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-58b5</wuid>
+    <x>991</x>
+    <y>542</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="991" y="548" />
+      <point x="993" y="548" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-58b4</wuid>
+    <x>991</x>
+    <y>548</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="991" y="554" />
+      <point x="993" y="554" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-58b3</wuid>
+    <x>991</x>
+    <y>554</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="991" y="560" />
+      <point x="993" y="560" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-58b2</wuid>
+    <x>991</x>
+    <y>560</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="991" y="500" />
+      <point x="993" y="500" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-58b1</wuid>
+    <x>991</x>
+    <y>500</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="991" y="494" />
+      <point x="993" y="494" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-58b0</wuid>
+    <x>991</x>
+    <y>494</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="991" y="488" />
+      <point x="993" y="488" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-58af</wuid>
+    <x>991</x>
+    <y>488</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="991" y="482" />
+      <point x="993" y="482" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-58ae</wuid>
+    <x>991</x>
+    <y>482</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="991" y="476" />
+      <point x="993" y="476" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-58ad</wuid>
+    <x>991</x>
+    <y>476</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="991" y="470" />
+      <point x="993" y="470" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-58ac</wuid>
+    <x>991</x>
+    <y>470</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="991" y="464" />
+      <point x="993" y="464" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-58ab</wuid>
+    <x>991</x>
+    <y>464</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1636" y="500" />
+      <point x="1638" y="500" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-58a9</wuid>
+    <x>1636</x>
+    <y>500</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1636" y="494" />
+      <point x="1638" y="494" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-58a8</wuid>
+    <x>1636</x>
+    <y>494</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1636" y="488" />
+      <point x="1638" y="488" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-58a7</wuid>
+    <x>1636</x>
+    <y>488</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1636" y="482" />
+      <point x="1638" y="482" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-58a6</wuid>
+    <x>1636</x>
+    <y>482</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1636" y="476" />
+      <point x="1638" y="476" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-58a5</wuid>
+    <x>1636</x>
+    <y>476</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1636" y="470" />
+      <point x="1638" y="470" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-58a4</wuid>
+    <x>1636</x>
+    <y>470</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1636" y="464" />
+      <point x="1638" y="464" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-58a3</wuid>
+    <x>1636</x>
+    <y>464</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1799" y="500" />
+      <point x="1801" y="500" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-5899</wuid>
+    <x>1799</x>
+    <y>500</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1799" y="494" />
+      <point x="1801" y="494" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-5898</wuid>
+    <x>1799</x>
+    <y>494</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1799" y="488" />
+      <point x="1801" y="488" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-5897</wuid>
+    <x>1799</x>
+    <y>488</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1799" y="482" />
+      <point x="1801" y="482" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-5896</wuid>
+    <x>1799</x>
+    <y>482</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1799" y="476" />
+      <point x="1801" y="476" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-5895</wuid>
+    <x>1799</x>
+    <y>476</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1799" y="470" />
+      <point x="1801" y="470" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-5894</wuid>
+    <x>1799</x>
+    <y>470</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1799" y="464" />
+      <point x="1801" y="464" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-5893</wuid>
+    <x>1799</x>
+    <y>464</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1636" y="512" />
+      <point x="1638" y="512" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-588f</wuid>
+    <x>1636</x>
+    <y>512</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1636" y="518" />
+      <point x="1638" y="518" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-588e</wuid>
+    <x>1636</x>
+    <y>518</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1636" y="524" />
+      <point x="1638" y="524" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-588d</wuid>
+    <x>1636</x>
+    <y>524</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1636" y="530" />
+      <point x="1638" y="530" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-588c</wuid>
+    <x>1636</x>
+    <y>530</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1636" y="536" />
+      <point x="1638" y="536" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-588b</wuid>
+    <x>1636</x>
+    <y>536</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1636" y="542" />
+      <point x="1638" y="542" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-588a</wuid>
+    <x>1636</x>
+    <y>542</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1636" y="548" />
+      <point x="1638" y="548" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-5889</wuid>
+    <x>1636</x>
+    <y>548</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1636" y="554" />
+      <point x="1638" y="554" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-5888</wuid>
+    <x>1636</x>
+    <y>554</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1636" y="560" />
+      <point x="1638" y="560" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-5887</wuid>
+    <x>1636</x>
+    <y>560</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1799" y="512" />
+      <point x="1801" y="512" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-5877</wuid>
+    <x>1799</x>
+    <y>512</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1799" y="518" />
+      <point x="1801" y="518" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-5876</wuid>
+    <x>1799</x>
+    <y>518</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1799" y="524" />
+      <point x="1801" y="524" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-5875</wuid>
+    <x>1799</x>
+    <y>524</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1799" y="530" />
+      <point x="1801" y="530" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-5874</wuid>
+    <x>1799</x>
+    <y>530</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1799" y="536" />
+      <point x="1801" y="536" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-5873</wuid>
+    <x>1799</x>
+    <y>536</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1799" y="542" />
+      <point x="1801" y="542" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-5872</wuid>
+    <x>1799</x>
+    <y>542</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1799" y="548" />
+      <point x="1801" y="548" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-5871</wuid>
+    <x>1799</x>
+    <y>548</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1799" y="554" />
+      <point x="1801" y="554" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-5870</wuid>
+    <x>1799</x>
+    <y>554</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1799" y="560" />
+      <point x="1801" y="560" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-586f</wuid>
+    <x>1799</x>
+    <y>560</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1636" y="210" />
+      <point x="1638" y="210" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-586a</wuid>
+    <x>1636</x>
+    <y>210</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1636" y="216" />
+      <point x="1638" y="216" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-5869</wuid>
+    <x>1636</x>
+    <y>216</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1636" y="222" />
+      <point x="1638" y="222" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-5868</wuid>
+    <x>1636</x>
+    <y>222</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1636" y="228" />
+      <point x="1638" y="228" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-5867</wuid>
+    <x>1636</x>
+    <y>228</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1636" y="234" />
+      <point x="1638" y="234" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-5866</wuid>
+    <x>1636</x>
+    <y>234</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1636" y="240" />
+      <point x="1638" y="240" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-5865</wuid>
+    <x>1636</x>
+    <y>240</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1636" y="246" />
+      <point x="1638" y="246" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-5864</wuid>
+    <x>1636</x>
+    <y>246</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1636" y="252" />
+      <point x="1638" y="252" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-5863</wuid>
+    <x>1636</x>
+    <y>252</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1636" y="258" />
+      <point x="1638" y="258" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-5862</wuid>
+    <x>1636</x>
+    <y>258</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1636" y="198" />
+      <point x="1638" y="198" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-5861</wuid>
+    <x>1636</x>
+    <y>198</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1636" y="192" />
+      <point x="1638" y="192" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-5860</wuid>
+    <x>1636</x>
+    <y>192</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1636" y="186" />
+      <point x="1638" y="186" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-585f</wuid>
+    <x>1636</x>
+    <y>186</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1636" y="180" />
+      <point x="1638" y="180" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-585e</wuid>
+    <x>1636</x>
+    <y>180</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1636" y="174" />
+      <point x="1638" y="174" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-585d</wuid>
+    <x>1636</x>
+    <y>174</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1636" y="168" />
+      <point x="1638" y="168" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-585c</wuid>
+    <x>1636</x>
+    <y>168</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1636" y="162" />
+      <point x="1638" y="162" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-585b</wuid>
+    <x>1636</x>
+    <y>162</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1799" y="210" />
+      <point x="1801" y="210" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-5842</wuid>
+    <x>1799</x>
+    <y>210</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1799" y="216" />
+      <point x="1801" y="216" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-5841</wuid>
+    <x>1799</x>
+    <y>216</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1799" y="222" />
+      <point x="1801" y="222" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-5840</wuid>
+    <x>1799</x>
+    <y>222</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1799" y="228" />
+      <point x="1801" y="228" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-583f</wuid>
+    <x>1799</x>
+    <y>228</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1799" y="234" />
+      <point x="1801" y="234" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-583e</wuid>
+    <x>1799</x>
+    <y>234</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1799" y="240" />
+      <point x="1801" y="240" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-583d</wuid>
+    <x>1799</x>
+    <y>240</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1799" y="246" />
+      <point x="1801" y="246" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-583c</wuid>
+    <x>1799</x>
+    <y>246</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1799" y="252" />
+      <point x="1801" y="252" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-583b</wuid>
+    <x>1799</x>
+    <y>252</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1799" y="258" />
+      <point x="1801" y="258" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-583a</wuid>
+    <x>1799</x>
+    <y>258</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1799" y="198" />
+      <point x="1801" y="198" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-5839</wuid>
+    <x>1799</x>
+    <y>198</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1799" y="192" />
+      <point x="1801" y="192" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-5838</wuid>
+    <x>1799</x>
+    <y>192</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1799" y="186" />
+      <point x="1801" y="186" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-5837</wuid>
+    <x>1799</x>
+    <y>186</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1799" y="180" />
+      <point x="1801" y="180" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-5836</wuid>
+    <x>1799</x>
+    <y>180</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1799" y="174" />
+      <point x="1801" y="174" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-5835</wuid>
+    <x>1799</x>
+    <y>174</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1799" y="168" />
+      <point x="1801" y="168" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-5834</wuid>
+    <x>1799</x>
+    <y>168</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1799" y="162" />
+      <point x="1801" y="162" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-5833</wuid>
+    <x>1799</x>
+    <y>162</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1636" y="802" />
+      <point x="1638" y="802" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-5831</wuid>
+    <x>1636</x>
+    <y>802</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1636" y="796" />
+      <point x="1638" y="796" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-5830</wuid>
+    <x>1636</x>
+    <y>796</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1636" y="790" />
+      <point x="1638" y="790" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-582f</wuid>
+    <x>1636</x>
+    <y>790</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1636" y="784" />
+      <point x="1638" y="784" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-582e</wuid>
+    <x>1636</x>
+    <y>784</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1636" y="778" />
+      <point x="1638" y="778" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-582d</wuid>
+    <x>1636</x>
+    <y>778</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1636" y="772" />
+      <point x="1638" y="772" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-582c</wuid>
+    <x>1636</x>
+    <y>772</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1636" y="766" />
+      <point x="1638" y="766" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-582b</wuid>
+    <x>1636</x>
+    <y>766</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1799" y="802" />
+      <point x="1801" y="802" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-5821</wuid>
+    <x>1799</x>
+    <y>802</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1799" y="796" />
+      <point x="1801" y="796" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-5820</wuid>
+    <x>1799</x>
+    <y>796</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1799" y="790" />
+      <point x="1801" y="790" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-581f</wuid>
+    <x>1799</x>
+    <y>790</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1799" y="784" />
+      <point x="1801" y="784" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-581e</wuid>
+    <x>1799</x>
+    <y>784</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1799" y="778" />
+      <point x="1801" y="778" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-581d</wuid>
+    <x>1799</x>
+    <y>778</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1799" y="772" />
+      <point x="1801" y="772" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-581c</wuid>
+    <x>1799</x>
+    <y>772</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1799" y="766" />
+      <point x="1801" y="766" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-581b</wuid>
+    <x>1799</x>
+    <y>766</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1636" y="814" />
+      <point x="1638" y="814" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-5817</wuid>
+    <x>1636</x>
+    <y>814</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1636" y="820" />
+      <point x="1638" y="820" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-5816</wuid>
+    <x>1636</x>
+    <y>820</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1636" y="826" />
+      <point x="1638" y="826" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-5815</wuid>
+    <x>1636</x>
+    <y>826</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1636" y="832" />
+      <point x="1638" y="832" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-5814</wuid>
+    <x>1636</x>
+    <y>832</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1636" y="838" />
+      <point x="1638" y="838" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-5813</wuid>
+    <x>1636</x>
+    <y>838</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1636" y="844" />
+      <point x="1638" y="844" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-5812</wuid>
+    <x>1636</x>
+    <y>844</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1636" y="850" />
+      <point x="1638" y="850" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-5811</wuid>
+    <x>1636</x>
+    <y>850</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1636" y="856" />
+      <point x="1638" y="856" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-5810</wuid>
+    <x>1636</x>
+    <y>856</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1636" y="862" />
+      <point x="1638" y="862" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-580f</wuid>
+    <x>1636</x>
+    <y>862</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1799" y="814" />
+      <point x="1801" y="814" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-57ff</wuid>
+    <x>1799</x>
+    <y>814</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1799" y="820" />
+      <point x="1801" y="820" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-57fe</wuid>
+    <x>1799</x>
+    <y>820</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1799" y="826" />
+      <point x="1801" y="826" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-57fd</wuid>
+    <x>1799</x>
+    <y>826</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1799" y="832" />
+      <point x="1801" y="832" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-57fc</wuid>
+    <x>1799</x>
+    <y>832</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1799" y="838" />
+      <point x="1801" y="838" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-57fb</wuid>
+    <x>1799</x>
+    <y>838</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1799" y="844" />
+      <point x="1801" y="844" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-57fa</wuid>
+    <x>1799</x>
+    <y>844</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1799" y="850" />
+      <point x="1801" y="850" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-57f9</wuid>
+    <x>1799</x>
+    <y>850</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1799" y="856" />
+      <point x="1801" y="856" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-57f8</wuid>
+    <x>1799</x>
+    <y>856</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="1799" y="862" />
+      <point x="1801" y="862" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-57f7</wuid>
+    <x>1799</x>
+    <y>862</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="828" y="803" />
+      <point x="830" y="803" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-57f5</wuid>
+    <x>828</x>
+    <y>803</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="828" y="797" />
+      <point x="830" y="797" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-57f4</wuid>
+    <x>828</x>
+    <y>797</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="828" y="791" />
+      <point x="830" y="791" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-57f3</wuid>
+    <x>828</x>
+    <y>791</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="828" y="785" />
+      <point x="830" y="785" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-57f2</wuid>
+    <x>828</x>
+    <y>785</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="828" y="779" />
+      <point x="830" y="779" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-57f1</wuid>
+    <x>828</x>
+    <y>779</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="828" y="773" />
+      <point x="830" y="773" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-57f0</wuid>
+    <x>828</x>
+    <y>773</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="828" y="767" />
+      <point x="830" y="767" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-57ef</wuid>
+    <x>828</x>
+    <y>767</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="991" y="803" />
+      <point x="993" y="803" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-57e5</wuid>
+    <x>991</x>
+    <y>803</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="991" y="797" />
+      <point x="993" y="797" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-57e4</wuid>
+    <x>991</x>
+    <y>797</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="991" y="791" />
+      <point x="993" y="791" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-57e3</wuid>
+    <x>991</x>
+    <y>791</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="991" y="785" />
+      <point x="993" y="785" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-57e2</wuid>
+    <x>991</x>
+    <y>785</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="991" y="779" />
+      <point x="993" y="779" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-57e1</wuid>
+    <x>991</x>
+    <y>779</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="991" y="773" />
+      <point x="993" y="773" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-57e0</wuid>
+    <x>991</x>
+    <y>773</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="991" y="767" />
+      <point x="993" y="767" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-57df</wuid>
+    <x>991</x>
+    <y>767</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="828" y="815" />
+      <point x="830" y="815" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-57db</wuid>
+    <x>828</x>
+    <y>815</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="828" y="821" />
+      <point x="830" y="821" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-57da</wuid>
+    <x>828</x>
+    <y>821</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="828" y="827" />
+      <point x="830" y="827" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-57d9</wuid>
+    <x>828</x>
+    <y>827</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="828" y="833" />
+      <point x="830" y="833" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-57d8</wuid>
+    <x>828</x>
+    <y>833</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="828" y="839" />
+      <point x="830" y="839" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-57d7</wuid>
+    <x>828</x>
+    <y>839</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="828" y="845" />
+      <point x="830" y="845" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-57d6</wuid>
+    <x>828</x>
+    <y>845</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="828" y="851" />
+      <point x="830" y="851" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-57d5</wuid>
+    <x>828</x>
+    <y>851</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="828" y="857" />
+      <point x="830" y="857" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-57d4</wuid>
+    <x>828</x>
+    <y>857</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="828" y="863" />
+      <point x="830" y="863" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-57d3</wuid>
+    <x>828</x>
+    <y>863</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="991" y="815" />
+      <point x="993" y="815" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-57c3</wuid>
+    <x>991</x>
+    <y>815</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="991" y="821" />
+      <point x="993" y="821" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-57c2</wuid>
+    <x>991</x>
+    <y>821</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="991" y="827" />
+      <point x="993" y="827" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-57c1</wuid>
+    <x>991</x>
+    <y>827</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="991" y="833" />
+      <point x="993" y="833" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-57c0</wuid>
+    <x>991</x>
+    <y>833</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="991" y="839" />
+      <point x="993" y="839" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-57bf</wuid>
+    <x>991</x>
+    <y>839</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="991" y="845" />
+      <point x="993" y="845" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-57be</wuid>
+    <x>991</x>
+    <y>845</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="991" y="851" />
+      <point x="993" y="851" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-57bd</wuid>
+    <x>991</x>
+    <y>851</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="991" y="857" />
+      <point x="993" y="857" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-57bc</wuid>
+    <x>991</x>
+    <y>857</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.polyline" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <alpha>255</alpha>
+    <anti_alias>true</anti_alias>
+    <arrow_length>20</arrow_length>
+    <arrows>0</arrows>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <fill_arrow>true</fill_arrow>
+    <fill_level>0.0</fill_level>
+    <font>
+      <opifont.name fontName="Cantarell" height="11" style="0" pixels="false">Default</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>1</height>
+    <horizontal_fill>true</horizontal_fill>
+    <line_style>0</line_style>
+    <line_width>1</line_width>
+    <name>Polyline</name>
+    <points>
+      <point x="991" y="863" />
+      <point x="993" y="863" />
+    </points>
+    <pv_name></pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>true</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Polyline</widget_type>
+    <width>3</width>
+    <wuid>-32e0cda:1641d794e56:-57bb</wuid>
+    <x>991</x>
+    <y>863</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <auto_size>true</auto_size>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <confirm_message></confirm_message>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="9" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <format_type>0</format_type>
+    <height>14</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <limits_from_pv>false</limits_from_pv>
+    <maximum>50.0</maximum>
+    <minimum>0.0</minimum>
+    <multiline_input>false</multiline_input>
+    <name>Text Input</name>
+    <precision>2</precision>
+    <precision_from_pv>false</precision_from_pv>
+    <pv_name>CWM-CWS03:Ctrl-PLC-001:R10Trsh</pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <selector_type>0</selector_type>
+    <show_units>true</show_units>
+    <style>0</style>
+    <text>999.9</text>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Text Input</widget_type>
+    <width>31</width>
+    <wuid>-32e0cda:1641d794e56:-56f6</wuid>
+    <x>810</x>
+    <y>271</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <auto_size>true</auto_size>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <confirm_message></confirm_message>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="9" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <format_type>0</format_type>
+    <height>14</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <limits_from_pv>false</limits_from_pv>
+    <maximum>50.0</maximum>
+    <minimum>0.0</minimum>
+    <multiline_input>false</multiline_input>
+    <name>Text Input</name>
+    <precision>2</precision>
+    <precision_from_pv>false</precision_from_pv>
+    <pv_name>CWM-CWS03:Ctrl-PLC-001:R40Trsh</pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <selector_type>0</selector_type>
+    <show_units>true</show_units>
+    <style>0</style>
+    <text>999.9</text>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Text Input</widget_type>
+    <width>31</width>
+    <wuid>-32e0cda:1641d794e56:-56f3</wuid>
+    <x>1616</x>
+    <y>575</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <auto_size>true</auto_size>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <confirm_message></confirm_message>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="9" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <format_type>0</format_type>
+    <height>14</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <limits_from_pv>false</limits_from_pv>
+    <maximum>50.0</maximum>
+    <minimum>0.0</minimum>
+    <multiline_input>false</multiline_input>
+    <name>Text Input</name>
+    <precision>2</precision>
+    <precision_from_pv>false</precision_from_pv>
+    <pv_name>CWM-CWS03:Ctrl-PLC-001:R30Trsh</pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <selector_type>0</selector_type>
+    <show_units>true</show_units>
+    <style>0</style>
+    <text>999.9</text>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Text Input</widget_type>
+    <width>31</width>
+    <wuid>-32e0cda:1641d794e56:-56f0</wuid>
+    <x>1616</x>
+    <y>272</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <auto_size>true</auto_size>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <confirm_message></confirm_message>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="9" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <format_type>0</format_type>
+    <height>14</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <limits_from_pv>false</limits_from_pv>
+    <maximum>50.0</maximum>
+    <minimum>0.0</minimum>
+    <multiline_input>false</multiline_input>
+    <name>Text Input</name>
+    <precision>2</precision>
+    <precision_from_pv>false</precision_from_pv>
+    <pv_name>CWM-CWS03:Ctrl-PLC-001:R50Trsh</pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <selector_type>0</selector_type>
+    <show_units>true</show_units>
+    <style>0</style>
+    <text>999.9</text>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Text Input</widget_type>
+    <width>31</width>
+    <wuid>-32e0cda:1641d794e56:-56ed</wuid>
+    <x>1616</x>
+    <y>877</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <auto_size>true</auto_size>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <confirm_message></confirm_message>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="9" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <format_type>0</format_type>
+    <height>14</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <limits_from_pv>false</limits_from_pv>
+    <maximum>50.0</maximum>
+    <minimum>0.0</minimum>
+    <multiline_input>false</multiline_input>
+    <name>Text Input</name>
+    <precision>2</precision>
+    <precision_from_pv>false</precision_from_pv>
+    <pv_name>CWM-CWS03:Ctrl-PLC-001:R20Trsh</pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <selector_type>0</selector_type>
+    <show_units>true</show_units>
+    <style>0</style>
+    <text>999.9</text>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Text Input</widget_type>
+    <width>31</width>
+    <wuid>-32e0cda:1641d794e56:-56ea</wuid>
+    <x>808</x>
+    <y>575</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <auto_size>true</auto_size>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <confirm_message></confirm_message>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="9" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <format_type>0</format_type>
+    <height>14</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <limits_from_pv>false</limits_from_pv>
+    <maximum>1.7976931348623157E308</maximum>
+    <minimum>-1.7976931348623157E308</minimum>
+    <multiline_input>false</multiline_input>
+    <name>Text Input</name>
+    <precision>2</precision>
+    <precision_from_pv>false</precision_from_pv>
+    <pv_name>CWM-CWS03:Ctrl-PLC-001:RH20Trsh</pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <selector_type>0</selector_type>
+    <show_units>true</show_units>
+    <style>0</style>
+    <text>999.9</text>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Text Input</widget_type>
+    <width>31</width>
+    <wuid>-32e0cda:1641d794e56:-56e7</wuid>
+    <x>808</x>
+    <y>878</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <auto_size>true</auto_size>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="9" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <format_type>0</format_type>
+    <height>14</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Text Input</name>
+    <precision>2</precision>
+    <precision_from_pv>false</precision_from_pv>
+    <pv_name>CWM-CWS03:Ctrl-PLC-001:DPhase</pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_units>true</show_units>
+    <text>999.9</text>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <vertical_alignment>1</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Text Update</widget_type>
+    <width>31</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-56e6</wuid>
+    <x>890</x>
+    <y>878</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <auto_size>true</auto_size>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <confirm_message></confirm_message>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="9" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <format_type>0</format_type>
+    <height>14</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <limits_from_pv>false</limits_from_pv>
+    <maximum>200.0</maximum>
+    <minimum>0.0</minimum>
+    <multiline_input>false</multiline_input>
+    <name>Text Input</name>
+    <precision>2</precision>
+    <precision_from_pv>false</precision_from_pv>
+    <pv_name>CWM-CWS03:Ctrl-PLC-001:R10P</pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <selector_type>0</selector_type>
+    <show_units>true</show_units>
+    <style>0</style>
+    <text>999.9</text>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Text Input</widget_type>
+    <width>31</width>
+    <wuid>-32e0cda:1641d794e56:-56e4</wuid>
+    <x>979</x>
+    <y>304</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <auto_size>true</auto_size>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <confirm_message></confirm_message>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="9" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <format_type>0</format_type>
+    <height>14</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <limits_from_pv>false</limits_from_pv>
+    <maximum>200.0</maximum>
+    <minimum>0.0</minimum>
+    <multiline_input>false</multiline_input>
+    <name>Text Input</name>
+    <precision>2</precision>
+    <precision_from_pv>false</precision_from_pv>
+    <pv_name>CWM-CWS03:Ctrl-PLC-001:R10D</pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <selector_type>0</selector_type>
+    <show_units>true</show_units>
+    <style>0</style>
+    <text>999.9</text>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Text Input</widget_type>
+    <width>31</width>
+    <wuid>-32e0cda:1641d794e56:-56e3</wuid>
+    <x>979</x>
+    <y>386</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <auto_size>true</auto_size>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <confirm_message></confirm_message>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="9" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <format_type>0</format_type>
+    <height>14</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <limits_from_pv>false</limits_from_pv>
+    <maximum>200.0</maximum>
+    <minimum>0.0</minimum>
+    <multiline_input>false</multiline_input>
+    <name>Text Input</name>
+    <precision>2</precision>
+    <precision_from_pv>false</precision_from_pv>
+    <pv_name>CWM-CWS03:Ctrl-PLC-001:R10I</pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <selector_type>0</selector_type>
+    <show_units>true</show_units>
+    <style>0</style>
+    <text>999.9</text>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Text Input</widget_type>
+    <width>31</width>
+    <wuid>-32e0cda:1641d794e56:-56e2</wuid>
+    <x>979</x>
+    <y>345</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <auto_size>true</auto_size>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <confirm_message></confirm_message>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="9" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <format_type>0</format_type>
+    <height>14</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <limits_from_pv>false</limits_from_pv>
+    <maximum>200.0</maximum>
+    <minimum>0.0</minimum>
+    <multiline_input>false</multiline_input>
+    <name>Text Input</name>
+    <precision>2</precision>
+    <precision_from_pv>false</precision_from_pv>
+    <pv_name>CWM-CWS03:Ctrl-PLC-001:R20P</pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <selector_type>0</selector_type>
+    <show_units>true</show_units>
+    <style>0</style>
+    <text>999.9</text>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Text Input</widget_type>
+    <width>31</width>
+    <wuid>-32e0cda:1641d794e56:-56e1</wuid>
+    <x>979</x>
+    <y>606</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <auto_size>true</auto_size>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <confirm_message></confirm_message>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="9" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <format_type>0</format_type>
+    <height>14</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <limits_from_pv>false</limits_from_pv>
+    <maximum>200.0</maximum>
+    <minimum>0.0</minimum>
+    <multiline_input>false</multiline_input>
+    <name>Text Input</name>
+    <precision>2</precision>
+    <precision_from_pv>false</precision_from_pv>
+    <pv_name>CWM-CWS03:Ctrl-PLC-001:R20D</pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <selector_type>0</selector_type>
+    <show_units>true</show_units>
+    <style>0</style>
+    <text>999.9</text>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Text Input</widget_type>
+    <width>31</width>
+    <wuid>-32e0cda:1641d794e56:-56e0</wuid>
+    <x>979</x>
+    <y>688</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <auto_size>true</auto_size>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <confirm_message></confirm_message>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="9" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <format_type>0</format_type>
+    <height>14</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <limits_from_pv>false</limits_from_pv>
+    <maximum>200.0</maximum>
+    <minimum>0.0</minimum>
+    <multiline_input>false</multiline_input>
+    <name>Text Input</name>
+    <precision>2</precision>
+    <precision_from_pv>false</precision_from_pv>
+    <pv_name>CWM-CWS03:Ctrl-PLC-001:R20I</pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <selector_type>0</selector_type>
+    <show_units>true</show_units>
+    <style>0</style>
+    <text>999.9</text>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Text Input</widget_type>
+    <width>31</width>
+    <wuid>-32e0cda:1641d794e56:-56df</wuid>
+    <x>979</x>
+    <y>647</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <auto_size>true</auto_size>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <confirm_message></confirm_message>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="9" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <format_type>0</format_type>
+    <height>14</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <limits_from_pv>false</limits_from_pv>
+    <maximum>200.0</maximum>
+    <minimum>0.0</minimum>
+    <multiline_input>false</multiline_input>
+    <name>Text Input</name>
+    <precision>2</precision>
+    <precision_from_pv>false</precision_from_pv>
+    <pv_name>CWM-CWS03:Ctrl-PLC-001:R30P</pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <selector_type>0</selector_type>
+    <show_units>true</show_units>
+    <style>0</style>
+    <text>999.9</text>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Text Input</widget_type>
+    <width>31</width>
+    <wuid>-32e0cda:1641d794e56:-56de</wuid>
+    <x>1787</x>
+    <y>305</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <auto_size>true</auto_size>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <confirm_message></confirm_message>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="9" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <format_type>0</format_type>
+    <height>14</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <limits_from_pv>false</limits_from_pv>
+    <maximum>200.0</maximum>
+    <minimum>0.0</minimum>
+    <multiline_input>false</multiline_input>
+    <name>Text Input</name>
+    <precision>2</precision>
+    <precision_from_pv>false</precision_from_pv>
+    <pv_name>CWM-CWS03:Ctrl-PLC-001:R30D</pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <selector_type>0</selector_type>
+    <show_units>true</show_units>
+    <style>0</style>
+    <text>999.9</text>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Text Input</widget_type>
+    <width>31</width>
+    <wuid>-32e0cda:1641d794e56:-56dd</wuid>
+    <x>1787</x>
+    <y>387</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <auto_size>true</auto_size>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <confirm_message></confirm_message>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="9" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <format_type>0</format_type>
+    <height>14</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <limits_from_pv>false</limits_from_pv>
+    <maximum>200.0</maximum>
+    <minimum>0.0</minimum>
+    <multiline_input>false</multiline_input>
+    <name>Text Input</name>
+    <precision>2</precision>
+    <precision_from_pv>false</precision_from_pv>
+    <pv_name>CWM-CWS03:Ctrl-PLC-001:R30I</pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <selector_type>0</selector_type>
+    <show_units>true</show_units>
+    <style>0</style>
+    <text>999.9</text>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Text Input</widget_type>
+    <width>31</width>
+    <wuid>-32e0cda:1641d794e56:-56dc</wuid>
+    <x>1787</x>
+    <y>346</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <auto_size>true</auto_size>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <confirm_message></confirm_message>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="9" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <format_type>0</format_type>
+    <height>14</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <limits_from_pv>false</limits_from_pv>
+    <maximum>200.0</maximum>
+    <minimum>0.0</minimum>
+    <multiline_input>false</multiline_input>
+    <name>Text Input</name>
+    <precision>2</precision>
+    <precision_from_pv>false</precision_from_pv>
+    <pv_name>CWM-CWS03:Ctrl-PLC-001:R40P</pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <selector_type>0</selector_type>
+    <show_units>true</show_units>
+    <style>0</style>
+    <text>999.9</text>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Text Input</widget_type>
+    <width>31</width>
+    <wuid>-32e0cda:1641d794e56:-56db</wuid>
+    <x>1787</x>
+    <y>608</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <auto_size>true</auto_size>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <confirm_message></confirm_message>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="9" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <format_type>0</format_type>
+    <height>14</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <limits_from_pv>false</limits_from_pv>
+    <maximum>200.0</maximum>
+    <minimum>0.0</minimum>
+    <multiline_input>false</multiline_input>
+    <name>Text Input</name>
+    <precision>2</precision>
+    <precision_from_pv>false</precision_from_pv>
+    <pv_name>CWM-CWS03:Ctrl-PLC-001:R40D</pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <selector_type>0</selector_type>
+    <show_units>true</show_units>
+    <style>0</style>
+    <text>999.9</text>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Text Input</widget_type>
+    <width>31</width>
+    <wuid>-32e0cda:1641d794e56:-56da</wuid>
+    <x>1787</x>
+    <y>689</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <auto_size>true</auto_size>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <confirm_message></confirm_message>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="9" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <format_type>0</format_type>
+    <height>14</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <limits_from_pv>false</limits_from_pv>
+    <maximum>200.0</maximum>
+    <minimum>0.0</minimum>
+    <multiline_input>false</multiline_input>
+    <name>Text Input</name>
+    <precision>2</precision>
+    <precision_from_pv>false</precision_from_pv>
+    <pv_name>CWM-CWS03:Ctrl-PLC-001:R40I</pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <selector_type>0</selector_type>
+    <show_units>true</show_units>
+    <style>0</style>
+    <text>999.9</text>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Text Input</widget_type>
+    <width>31</width>
+    <wuid>-32e0cda:1641d794e56:-56d9</wuid>
+    <x>1787</x>
+    <y>648</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <auto_size>true</auto_size>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <confirm_message></confirm_message>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="9" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <format_type>0</format_type>
+    <height>14</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <limits_from_pv>false</limits_from_pv>
+    <maximum>200.0</maximum>
+    <minimum>0.0</minimum>
+    <multiline_input>false</multiline_input>
+    <name>Text Input</name>
+    <precision>2</precision>
+    <precision_from_pv>false</precision_from_pv>
+    <pv_name>CWM-CWS03:Ctrl-PLC-001:R50P</pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <selector_type>0</selector_type>
+    <show_units>true</show_units>
+    <style>0</style>
+    <text>999.9</text>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Text Input</widget_type>
+    <width>31</width>
+    <wuid>-32e0cda:1641d794e56:-56d8</wuid>
+    <x>1787</x>
+    <y>908</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <auto_size>true</auto_size>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <confirm_message></confirm_message>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="9" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <format_type>0</format_type>
+    <height>14</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <limits_from_pv>false</limits_from_pv>
+    <maximum>200.0</maximum>
+    <minimum>0.0</minimum>
+    <multiline_input>false</multiline_input>
+    <name>Text Input</name>
+    <precision>2</precision>
+    <precision_from_pv>false</precision_from_pv>
+    <pv_name>CWM-CWS03:Ctrl-PLC-001:R50D</pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <selector_type>0</selector_type>
+    <show_units>true</show_units>
+    <style>0</style>
+    <text>999.9</text>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Text Input</widget_type>
+    <width>31</width>
+    <wuid>-32e0cda:1641d794e56:-56d7</wuid>
+    <x>1787</x>
+    <y>990</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <auto_size>true</auto_size>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <confirm_message></confirm_message>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="9" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <format_type>0</format_type>
+    <height>14</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <limits_from_pv>false</limits_from_pv>
+    <maximum>200.0</maximum>
+    <minimum>0.0</minimum>
+    <multiline_input>false</multiline_input>
+    <name>Text Input</name>
+    <precision>2</precision>
+    <precision_from_pv>false</precision_from_pv>
+    <pv_name>CWM-CWS03:Ctrl-PLC-001:R50I</pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <selector_type>0</selector_type>
+    <show_units>true</show_units>
+    <style>0</style>
+    <text>999.9</text>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Text Input</widget_type>
+    <width>31</width>
+    <wuid>-32e0cda:1641d794e56:-56d6</wuid>
+    <x>1787</x>
+    <y>949</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <auto_size>true</auto_size>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <confirm_message></confirm_message>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="9" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <format_type>0</format_type>
+    <height>14</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <limits_from_pv>false</limits_from_pv>
+    <maximum>200.0</maximum>
+    <minimum>0.0</minimum>
+    <multiline_input>false</multiline_input>
+    <name>Text Input</name>
+    <precision>2</precision>
+    <precision_from_pv>false</precision_from_pv>
+    <pv_name>CWM-CWS03:Ctrl-PLC-001:RH20P</pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <selector_type>0</selector_type>
+    <show_units>true</show_units>
+    <style>0</style>
+    <text>999.9</text>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Text Input</widget_type>
+    <width>31</width>
+    <wuid>-32e0cda:1641d794e56:-56d5</wuid>
+    <x>979</x>
+    <y>910</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <auto_size>true</auto_size>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <confirm_message></confirm_message>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="9" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <format_type>0</format_type>
+    <height>14</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <limits_from_pv>false</limits_from_pv>
+    <maximum>200.0</maximum>
+    <minimum>0.0</minimum>
+    <multiline_input>false</multiline_input>
+    <name>Text Input</name>
+    <precision>2</precision>
+    <precision_from_pv>false</precision_from_pv>
+    <pv_name>CWM-CWS03:Ctrl-PLC-001:RH20D</pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <selector_type>0</selector_type>
+    <show_units>true</show_units>
+    <style>0</style>
+    <text>999.9</text>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Text Input</widget_type>
+    <width>31</width>
+    <wuid>-32e0cda:1641d794e56:-56d4</wuid>
+    <x>979</x>
+    <y>991</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <auto_size>true</auto_size>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <confirm_message></confirm_message>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="9" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <format_type>0</format_type>
+    <height>14</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <limits_from_pv>false</limits_from_pv>
+    <maximum>200.0</maximum>
+    <minimum>0.0</minimum>
+    <multiline_input>false</multiline_input>
+    <name>Text Input</name>
+    <precision>2</precision>
+    <precision_from_pv>false</precision_from_pv>
+    <pv_name>CWM-CWS03:Ctrl-PLC-001:RH20I</pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <selector_type>0</selector_type>
+    <show_units>true</show_units>
+    <style>0</style>
+    <text>999.9</text>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Text Input</widget_type>
+    <width>31</width>
+    <wuid>-32e0cda:1641d794e56:-56d3</wuid>
+    <x>979</x>
+    <y>950</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <auto_size>true</auto_size>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <confirm_message></confirm_message>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="9" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <format_type>0</format_type>
+    <height>14</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <limits_from_pv>false</limits_from_pv>
+    <maximum>1.7976931348623157E308</maximum>
+    <minimum>-1.7976931348623157E308</minimum>
+    <multiline_input>false</multiline_input>
+    <name>Text Input</name>
+    <precision>2</precision>
+    <precision_from_pv>false</precision_from_pv>
+    <pv_name>CWM-CWS03:Ctrl-PLC-001:FT10Max</pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <selector_type>0</selector_type>
+    <show_units>true</show_units>
+    <style>0</style>
+    <text>999.9</text>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Text Input</widget_type>
+    <width>31</width>
+    <wuid>-32e0cda:1641d794e56:-56c6</wuid>
+    <x>105</x>
+    <y>775</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <auto_size>true</auto_size>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <confirm_message></confirm_message>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="9" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <format_type>0</format_type>
+    <height>14</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <limits_from_pv>false</limits_from_pv>
+    <maximum>1.7976931348623157E308</maximum>
+    <minimum>-1.7976931348623157E308</minimum>
+    <multiline_input>false</multiline_input>
+    <name>Text Input</name>
+    <precision>2</precision>
+    <precision_from_pv>false</precision_from_pv>
+    <pv_name>CWM-CWS03:Ctrl-PLC-001:FT10Min</pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <selector_type>0</selector_type>
+    <show_units>true</show_units>
+    <style>0</style>
+    <text>999.9</text>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Text Input</widget_type>
+    <width>31</width>
+    <wuid>-32e0cda:1641d794e56:-56c5</wuid>
+    <x>105</x>
+    <y>749</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <auto_size>true</auto_size>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <confirm_message></confirm_message>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="9" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <format_type>0</format_type>
+    <height>14</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <limits_from_pv>false</limits_from_pv>
+    <maximum>1.7976931348623157E308</maximum>
+    <minimum>-1.7976931348623157E308</minimum>
+    <multiline_input>false</multiline_input>
+    <name>Text Input</name>
+    <precision>2</precision>
+    <precision_from_pv>false</precision_from_pv>
+    <pv_name>CWM-CWS03:Ctrl-PLC-001:FT11Trsh</pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <selector_type>0</selector_type>
+    <show_units>true</show_units>
+    <style>0</style>
+    <text>999.9</text>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Text Input</widget_type>
+    <width>31</width>
+    <wuid>-32e0cda:1641d794e56:-56c4</wuid>
+    <x>79</x>
+    <y>723</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.TextInput" version="2.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <auto_size>true</auto_size>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <confirm_message></confirm_message>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="9" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <format_type>0</format_type>
+    <height>14</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <limits_from_pv>false</limits_from_pv>
+    <maximum>1.7976931348623157E308</maximum>
+    <minimum>-1.7976931348623157E308</minimum>
+    <multiline_input>false</multiline_input>
+    <name>Text Input</name>
+    <precision>2</precision>
+    <precision_from_pv>false</precision_from_pv>
+    <pv_name>CWM-CWS03:Ctrl-PLC-001:PT17Trsh</pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <selector_type>0</selector_type>
+    <show_units>true</show_units>
+    <style>0</style>
+    <text>999.9</text>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>false</transparent>
+    <visible>true</visible>
+    <widget_type>Text Input</widget_type>
+    <width>31</width>
+    <wuid>-32e0cda:1641d794e56:-56c3</wuid>
+    <x>79</x>
+    <y>700</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <auto_size>true</auto_size>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="9" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="240" green="240" blue="0" />
+    </foreground_color>
+    <format_type>0</format_type>
+    <height>14</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Text Update</name>
+    <precision>0</precision>
+    <precision_from_pv>true</precision_from_pv>
+    <pv_name>CWM-CWS03:Ctrl-PLC-001:PLCLife</pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_units>true</show_units>
+    <text>999.9</text>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>1</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Text Update</widget_type>
+    <width>31</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-570b</wuid>
+    <x>567</x>
+    <y>65</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <auto_size>true</auto_size>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="9" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <format_type>0</format_type>
+    <height>14</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Text Update</name>
+    <precision>2</precision>
+    <precision_from_pv>false</precision_from_pv>
+    <pv_name>CWM-CWS03:WtrC-TT-010:Tmp</pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_units>true</show_units>
+    <text>999.9</text>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>1</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Text Update</widget_type>
+    <width>31</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-56f5</wuid>
+    <x>894</x>
+    <y>272</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <auto_size>true</auto_size>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="9" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <format_type>0</format_type>
+    <height>14</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Text Update</name>
+    <precision>2</precision>
+    <precision_from_pv>false</precision_from_pv>
+    <pv_name>CWM-CWS03:WtrC-PCV-010:Cmd</pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_units>true</show_units>
+    <text>999.9</text>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>1</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Text Update</widget_type>
+    <width>31</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-56f4</wuid>
+    <x>976</x>
+    <y>272</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <auto_size>true</auto_size>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="9" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <format_type>0</format_type>
+    <height>14</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Text Update</name>
+    <precision>2</precision>
+    <precision_from_pv>false</precision_from_pv>
+    <pv_name>CWM-CWS03:WtrC-TT-040:Tmp</pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_units>true</show_units>
+    <text>999.9</text>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>1</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Text Update</widget_type>
+    <width>31</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-56f2</wuid>
+    <x>1698</x>
+    <y>575</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <auto_size>true</auto_size>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="9" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <format_type>0</format_type>
+    <height>14</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Text Update</name>
+    <precision>2</precision>
+    <precision_from_pv>false</precision_from_pv>
+    <pv_name>CWM-CWS03:WtrC-PCV-040:Cmd</pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_units>true</show_units>
+    <text>999.9</text>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>1</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Text Update</widget_type>
+    <width>31</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-56f1</wuid>
+    <x>1780</x>
+    <y>575</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <auto_size>true</auto_size>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="9" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <format_type>0</format_type>
+    <height>14</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Text Update</name>
+    <precision>2</precision>
+    <precision_from_pv>false</precision_from_pv>
+    <pv_name>CWM-CWS03:WtrC-TT-030:Tmp</pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_units>true</show_units>
+    <text>999.9</text>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>1</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Text Update</widget_type>
+    <width>31</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-56ef</wuid>
+    <x>1698</x>
+    <y>272</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <auto_size>true</auto_size>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="9" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <format_type>0</format_type>
+    <height>14</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Text Update</name>
+    <precision>2</precision>
+    <precision_from_pv>false</precision_from_pv>
+    <pv_name>CWM-CWS03:WtrC-PCV-030:Cmd</pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_units>true</show_units>
+    <text>999.9</text>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>1</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Text Update</widget_type>
+    <width>31</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-56ee</wuid>
+    <x>1780</x>
+    <y>272</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <auto_size>true</auto_size>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="9" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <format_type>0</format_type>
+    <height>14</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Text Update</name>
+    <precision>2</precision>
+    <precision_from_pv>false</precision_from_pv>
+    <pv_name>CWM-CWS03:WtrC-TT-050:Tmp</pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_units>true</show_units>
+    <text>999.9</text>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>1</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Text Update</widget_type>
+    <width>31</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-56ec</wuid>
+    <x>1698</x>
+    <y>877</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <auto_size>true</auto_size>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="9" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <format_type>0</format_type>
+    <height>14</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Text Update</name>
+    <precision>2</precision>
+    <precision_from_pv>false</precision_from_pv>
+    <pv_name>CWM-CWS03:WtrC-PCV-050:Cmd</pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_units>true</show_units>
+    <text>999.9</text>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>1</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Text Update</widget_type>
+    <width>31</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-56eb</wuid>
+    <x>1780</x>
+    <y>877</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <auto_size>true</auto_size>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="9" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <format_type>0</format_type>
+    <height>14</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Text Update</name>
+    <precision>2</precision>
+    <precision_from_pv>false</precision_from_pv>
+    <pv_name>CWM-CWS03:WtrC-TT-020:Tmp</pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_units>true</show_units>
+    <text>999.9</text>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>1</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Text Update</widget_type>
+    <width>31</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-56e9</wuid>
+    <x>890</x>
+    <y>575</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <auto_size>true</auto_size>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="9" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <format_type>0</format_type>
+    <height>14</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Text Update</name>
+    <precision>2</precision>
+    <precision_from_pv>false</precision_from_pv>
+    <pv_name>CWM-CWS03:WtrC-PCV-020:Cmd</pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_units>true</show_units>
+    <text>999.9</text>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>1</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Text Update</widget_type>
+    <width>31</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-56e8</wuid>
+    <x>972</x>
+    <y>575</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <auto_size>true</auto_size>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="9" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <format_type>0</format_type>
+    <height>14</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Text Update</name>
+    <precision>2</precision>
+    <precision_from_pv>false</precision_from_pv>
+    <pv_name>CWM-CWS03:WtrC-PCV-020:Cmd</pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_units>true</show_units>
+    <text>999.9</text>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>1</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Text Update</widget_type>
+    <width>31</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-56e5</wuid>
+    <x>972</x>
+    <y>878</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="30" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>44</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>ESS-RFQ</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>178</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-593a</wuid>
+    <x>73</x>
+    <y>11</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="17" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>26</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>Water cooling system</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>221</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-5939</wuid>
+    <x>47</x>
+    <y>53</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="15" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>22</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>Command menu</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>148</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-5938</wuid>
+    <x>28</x>
+    <y>113</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="11" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>17</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>Views</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>40</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-5937</wuid>
+    <x>85</x>
+    <y>146</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="11" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>17</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>Regulation loop</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>100</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-5936</wuid>
+    <x>61</x>
+    <y>279</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="11" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>17</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>selection</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>58</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-5935</wuid>
+    <x>82</x>
+    <y>293</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="11" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>17</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>Other</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>37</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-5934</wuid>
+    <x>90</x>
+    <y>582</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="11" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>17</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>Threshold</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>65</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-5933</wuid>
+    <x>80</x>
+    <y>676</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="11" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>17</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>Nominal values</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>101</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-5932</wuid>
+    <x>56</x>
+    <y>821</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="11" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>17</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>Legend</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>48</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-5931</wuid>
+    <x>84</x>
+    <y>904</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="9" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>14</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>CT : Conductivity Transmitter</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>156</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-5930</wuid>
+    <x>18</x>
+    <y>930</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="9" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>14</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>FT : Flow Transmitter</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>113</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-592f</wuid>
+    <x>18</x>
+    <y>946</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="9" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>14</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>LT : Level Transmitter</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>116</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-592e</wuid>
+    <x>18</x>
+    <y>961</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="9" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>14</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>PT : Pressure Transmitter</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>137</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-592d</wuid>
+    <x>18</x>
+    <y>975</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="9" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>14</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>TT : Temperature Transmitter</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>156</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-592c</wuid>
+    <x>18</x>
+    <y>990</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="9" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>14</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>FCV : Flow Control Valve</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>135</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-592b</wuid>
+    <x>18</x>
+    <y>1005</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="9" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>14</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>PCV : Pressure Control Valve</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>159</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-592a</wuid>
+    <x>18</x>
+    <y>1019</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="12" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>17</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>Vane regulation (°C)</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>144</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-5776</wuid>
+    <x>803</x>
+    <y>427</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="9" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>14</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>50</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>14</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-5775</wuid>
+    <x>837</x>
+    <y>159</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="9" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>14</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>0</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>7</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-5774</wuid>
+    <x>838</x>
+    <y>250</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="9" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>14</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>Setpoint:</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>48</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-5773</wuid>
+    <x>799</x>
+    <y>144</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="9" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>14</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>50</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>14</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-5772</wuid>
+    <x>919</x>
+    <y>159</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="9" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>14</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>0</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>7</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-5771</wuid>
+    <x>920</x>
+    <y>250</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="9" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>14</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>Measure:</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>51</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-5770</wuid>
+    <x>877</x>
+    <y>144</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="9" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>14</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>100</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>21</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-576f</wuid>
+    <x>1000</x>
+    <y>159</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="9" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>14</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>0</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>7</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-576e</wuid>
+    <x>1002</x>
+    <y>250</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="9" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>14</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>Valve:</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>33</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-576d</wuid>
+    <x>958</x>
+    <y>144</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="9" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>14</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>50</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>14</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-576c</wuid>
+    <x>837</x>
+    <y>462</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="9" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>14</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>0</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>7</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-576b</wuid>
+    <x>838</x>
+    <y>553</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="9" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>14</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>Setpoint:</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>48</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-576a</wuid>
+    <x>799</x>
+    <y>447</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="9" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>14</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>50</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>14</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-5769</wuid>
+    <x>919</x>
+    <y>462</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="9" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>14</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>0</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>7</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-5768</wuid>
+    <x>920</x>
+    <y>553</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="9" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>14</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>Measure:</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>51</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-5767</wuid>
+    <x>881</x>
+    <y>447</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="9" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>14</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>100</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>21</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-5766</wuid>
+    <x>1000</x>
+    <y>462</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="9" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>14</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>0</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>7</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-5765</wuid>
+    <x>1002</x>
+    <y>553</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="9" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>14</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>Valve:</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>33</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-5764</wuid>
+    <x>963</x>
+    <y>447</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="9" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>14</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>50</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>14</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-5763</wuid>
+    <x>1645</x>
+    <y>462</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="9" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>14</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>Setpoint:</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>48</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-5762</wuid>
+    <x>1607</x>
+    <y>447</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="9" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>14</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>50</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>14</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-5761</wuid>
+    <x>1727</x>
+    <y>462</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="9" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>14</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>Measure:</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>51</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-5760</wuid>
+    <x>1689</x>
+    <y>447</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="9" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>14</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>100</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>21</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-575f</wuid>
+    <x>1808</x>
+    <y>462</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="9" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>14</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>Valve:</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>33</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-575e</wuid>
+    <x>1771</x>
+    <y>447</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="12" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>17</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>Body S3 regulation loop</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>171</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-575d</wuid>
+    <x>1607</x>
+    <y>429</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="9" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>14</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>0</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>7</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-575c</wuid>
+    <x>1646</x>
+    <y>553</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="9" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>14</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>0</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>7</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-575b</wuid>
+    <x>1728</x>
+    <y>553</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="9" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>14</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>0</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>7</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-575a</wuid>
+    <x>1810</x>
+    <y>553</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="9" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>14</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>50</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>14</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-5759</wuid>
+    <x>1645</x>
+    <y>159</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="9" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>14</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>0</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>7</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-5758</wuid>
+    <x>1646</x>
+    <y>250</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="9" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>14</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>Setpoint:</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>48</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-5757</wuid>
+    <x>1607</x>
+    <y>144</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="9" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>14</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>50</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>14</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-5756</wuid>
+    <x>1727</x>
+    <y>159</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="9" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>14</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>0</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>7</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-5755</wuid>
+    <x>1728</x>
+    <y>250</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="9" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>14</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>Measure:</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>51</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-5754</wuid>
+    <x>1689</x>
+    <y>144</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="9" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>14</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>100</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>21</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-5753</wuid>
+    <x>1808</x>
+    <y>159</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="9" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>14</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>0</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>7</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-5752</wuid>
+    <x>1810</x>
+    <y>250</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="9" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>14</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>Valve:</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>33</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-5751</wuid>
+    <x>1771</x>
+    <y>144</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="12" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>17</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>Body S1-S2 regulation loop</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>196</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-5750</wuid>
+    <x>1608</x>
+    <y>118</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="9" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>14</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>50</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>14</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-574f</wuid>
+    <x>1645</x>
+    <y>764</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="9" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>14</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>Setpoint:</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>48</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-574e</wuid>
+    <x>1607</x>
+    <y>749</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="9" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>14</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>50</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>14</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-574d</wuid>
+    <x>1727</x>
+    <y>764</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="9" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>14</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>Measure:</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>51</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-574c</wuid>
+    <x>1689</x>
+    <y>749</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="9" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>14</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>100</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>21</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-574b</wuid>
+    <x>1808</x>
+    <y>764</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="9" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>14</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>Valve:</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>33</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-574a</wuid>
+    <x>1771</x>
+    <y>749</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="12" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>17</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>Body S4-S5 regulation loop</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>196</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-5749</wuid>
+    <x>1608</x>
+    <y>731</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="9" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>14</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>0</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>7</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-5748</wuid>
+    <x>1646</x>
+    <y>855</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="9" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>14</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>0</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>7</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-5747</wuid>
+    <x>1728</x>
+    <y>855</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="9" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>14</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>0</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>7</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-5746</wuid>
+    <x>1810</x>
+    <y>855</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="12" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>17</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>Exchanger regulation loop</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>187</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-5745</wuid>
+    <x>811</x>
+    <y>119</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="9" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>14</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>50</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>14</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-5744</wuid>
+    <x>837</x>
+    <y>764</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="9" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>14</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>Setpoint:</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>48</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-5743</wuid>
+    <x>799</x>
+    <y>749</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="9" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>14</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>50</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>14</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-5742</wuid>
+    <x>919</x>
+    <y>764</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="9" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>14</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>Measure:</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>51</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-5741</wuid>
+    <x>881</x>
+    <y>749</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="9" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>14</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>100</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>21</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-5740</wuid>
+    <x>1000</x>
+    <y>764</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="9" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>14</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>Valve:</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>33</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-573f</wuid>
+    <x>962</x>
+    <y>749</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="9" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>14</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>0</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>7</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-573e</wuid>
+    <x>838</x>
+    <y>856</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="9" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>14</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>0</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>7</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-573d</wuid>
+    <x>920</x>
+    <y>856</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="9" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>14</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>0</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>7</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-573c</wuid>
+    <x>1002</x>
+    <y>856</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="12" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>17</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>Vane regulation (DPhase)</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>184</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-573b</wuid>
+    <x>800</x>
+    <y>731</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="8" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>12</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>°C</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>12</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-573a</wuid>
+    <x>855</x>
+    <y>272</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="8" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>12</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>°C</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>12</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-5739</wuid>
+    <x>938</x>
+    <y>272</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="9" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>14</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>%</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>11</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-5738</wuid>
+    <x>1022</x>
+    <y>272</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="9" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>14</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>%</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>11</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-5737</wuid>
+    <x>1831</x>
+    <y>575</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="9" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>14</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>%</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>11</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-5736</wuid>
+    <x>1831</x>
+    <y>272</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="8" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>12</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>°C</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>12</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-5735</wuid>
+    <x>1661</x>
+    <y>273</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="8" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>12</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>°C</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>12</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-5734</wuid>
+    <x>1742</x>
+    <y>273</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="8" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>12</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>°C</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>12</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-5733</wuid>
+    <x>1660</x>
+    <y>576</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="8" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>12</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>°C</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>12</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-5732</wuid>
+    <x>1741</x>
+    <y>576</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="9" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>14</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>%</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>11</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-5731</wuid>
+    <x>1831</x>
+    <y>877</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="8" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>12</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>°C</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>12</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-5730</wuid>
+    <x>1662</x>
+    <y>876</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="8" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>12</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>°C</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>12</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-572f</wuid>
+    <x>1744</x>
+    <y>876</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="9" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>14</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>%</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>11</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-572e</wuid>
+    <x>1023</x>
+    <y>576</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="8" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>12</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>°C</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>12</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-572d</wuid>
+    <x>855</x>
+    <y>575</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="8" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>12</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>°C</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>12</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-572c</wuid>
+    <x>937</x>
+    <y>575</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="9" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>14</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>%</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>11</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-572b</wuid>
+    <x>1023</x>
+    <y>878</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="8" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>12</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>Hz</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>14</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-572a</wuid>
+    <x>854</x>
+    <y>877</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="8" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>12</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>Hz</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>14</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-5729</wuid>
+    <x>936</x>
+    <y>877</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="10" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>15</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>Proportional:</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>73</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-5728</wuid>
+    <x>809</x>
+    <y>303</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="10" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>15</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>Derived:</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>48</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-5727</wuid>
+    <x>809</x>
+    <y>384</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="10" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>15</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>Integral:</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>47</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-5726</wuid>
+    <x>809</x>
+    <y>343</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="10" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>15</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>Proportional:</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>73</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-5725</wuid>
+    <x>809</x>
+    <y>605</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="10" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>15</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>Derived:</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>48</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-5724</wuid>
+    <x>809</x>
+    <y>686</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="10" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>15</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>Integral:</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>47</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-5723</wuid>
+    <x>809</x>
+    <y>645</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="10" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>15</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>Proportional:</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>73</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-5722</wuid>
+    <x>1617</x>
+    <y>303</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="10" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>15</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>Derived:</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>48</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-5721</wuid>
+    <x>1617</x>
+    <y>385</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="10" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>15</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>Integral:</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>47</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-5720</wuid>
+    <x>1617</x>
+    <y>343</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="10" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>15</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>Proportional:</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>73</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-571f</wuid>
+    <x>1617</x>
+    <y>606</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="10" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>15</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>Derived:</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>48</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-571e</wuid>
+    <x>1617</x>
+    <y>688</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="10" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>15</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>Integral:</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>47</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-571d</wuid>
+    <x>1617</x>
+    <y>646</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="10" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>15</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>Proportional:</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>73</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-571c</wuid>
+    <x>1617</x>
+    <y>907</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="10" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>15</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>Derived:</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>48</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-571b</wuid>
+    <x>1617</x>
+    <y>988</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="10" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>15</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>Integral:</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>47</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-571a</wuid>
+    <x>1617</x>
+    <y>946</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="10" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>15</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>Proportional:</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>73</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-5719</wuid>
+    <x>809</x>
+    <y>908</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="10" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>15</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>Derived:</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>48</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-5718</wuid>
+    <x>809</x>
+    <y>990</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="10" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>15</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>Integral:</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>47</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-5717</wuid>
+    <x>809</x>
+    <y>948</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="10" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>15</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>FT10 max</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>59</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-5716</wuid>
+    <x>34</x>
+    <y>773</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="10" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>15</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>FT10 min</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>55</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-5715</wuid>
+    <x>34</x>
+    <y>747</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="10" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>15</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>FT11</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>30</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-5714</wuid>
+    <x>34</x>
+    <y>721</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="10" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>15</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>PT17</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>31</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-5713</wuid>
+    <x>34</x>
+    <y>698</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="9" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>14</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>FT11 : 50m3/h</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>78</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-5712</wuid>
+    <x>18</x>
+    <y>870</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="9" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>14</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>PT17 : &gt; 0, around 2.5 Bar</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>142</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-5711</wuid>
+    <x>18</x>
+    <y>846</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="8" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>12</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>Water flow switches</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>97</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-56a2</wuid>
+    <x>329</x>
+    <y>12</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="8" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>12</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>Coupler n°1</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>57</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-56a1</wuid>
+    <x>329</x>
+    <y>29</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="8" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>12</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>Coupler n°2</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>57</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-56a0</wuid>
+    <x>328</x>
+    <y>40</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="8" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>12</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>Coupler n°3</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>57</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-569f</wuid>
+    <x>328</x>
+    <y>52</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="8" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>12</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>Coupler n°4</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>57</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-569e</wuid>
+    <x>328</x>
+    <y>64</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="8" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>12</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>Control mode</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>65</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-569d</wuid>
+    <x>539</x>
+    <y>12</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="252" green="252" blue="252" />
+    </background_color>
+    <border_color>
+      <color red="252" green="252" blue="252" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="8" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="252" green="252" blue="252" />
+    </foreground_color>
+    <height>12</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>PLC Life</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>41</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-569c</wuid>
+    <x>558</x>
+    <y>55</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="8" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>12</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>m3/h</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>24</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-569b</wuid>
+    <x>148</x>
+    <y>776</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="8" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>12</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>m3/h</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>24</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-569a</wuid>
+    <x>148</x>
+    <y>750</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="8" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>12</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>m3/h</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>24</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-5699</wuid>
+    <x>122</x>
+    <y>724</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.Label" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <auto_size>true</auto_size>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>1</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="8" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <height>12</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Label</name>
+    <rules />
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <text>Bar</text>
+    <tooltip></tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>2</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Label</widget_type>
+    <width>17</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-5698</wuid>
+    <x>122</x>
+    <y>702</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <auto_size>true</auto_size>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="15" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <format_type>0</format_type>
+    <height>22</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Text Update</name>
+    <precision>0</precision>
+    <precision_from_pv>true</precision_from_pv>
+    <pv_name>CWM-CWS03:Ctrl-Key-083:OFF</pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="foreground_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:Ctrl-Key-083:OFF</pv>
+      </rule>
+      <rule name="Rule" prop_id="text" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>Automatic control</value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>Manual control</value>
+        </exp>
+        <pv trig="true">CWM-CWS03:Ctrl-Key-083:OFF</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_units>true</show_units>
+    <text>OFF</text>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>1</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Text Update</widget_type>
+    <width>40</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-570c</wuid>
+    <x>484</x>
+    <y>25</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <auto_size>true</auto_size>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="15" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <format_type>0</format_type>
+    <height>22</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Text Update</name>
+    <precision>0</precision>
+    <precision_from_pv>true</precision_from_pv>
+    <pv_name>CWM-CWS03:Ctrl-PLC-001:PP20STH</pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="foreground_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:Ctrl-PLC-001:PP20STH</pv>
+      </rule>
+      <rule name="Rule" prop_id="text" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>On</value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>Off</value>
+        </exp>
+        <pv trig="true">CWM-CWS03:Ctrl-PLC-001:PP20STH</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_units>true</show_units>
+    <text>OFF</text>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>1</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Text Update</widget_type>
+    <width>40</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-56f8</wuid>
+    <x>1001</x>
+    <y>728</y>
+  </widget>
+  <widget typeId="org.csstudio.opibuilder.widgets.TextUpdate" version="1.0.0">
+    <actions hook="false" hook_all="false" />
+    <alarm_pulsing>false</alarm_pulsing>
+    <auto_size>true</auto_size>
+    <backcolor_alarm_sensitive>false</backcolor_alarm_sensitive>
+    <background_color>
+      <color red="0" green="0" blue="0" />
+    </background_color>
+    <border_alarm_sensitive>false</border_alarm_sensitive>
+    <border_color>
+      <color red="0" green="0" blue="0" />
+    </border_color>
+    <border_style>0</border_style>
+    <border_width>0</border_width>
+    <enabled>true</enabled>
+    <font>
+      <opifont.name fontName="Arial" height="15" style="0" pixels="false">Arial</opifont.name>
+    </font>
+    <forecolor_alarm_sensitive>false</forecolor_alarm_sensitive>
+    <foreground_color>
+      <color red="0" green="0" blue="0" />
+    </foreground_color>
+    <format_type>0</format_type>
+    <height>22</height>
+    <horizontal_alignment>0</horizontal_alignment>
+    <name>Text Update</name>
+    <precision>0</precision>
+    <precision_from_pv>true</precision_from_pv>
+    <pv_name>CWM-CWS03:Ctrl-PLC-001:PP20STH</pv_name>
+    <pv_value />
+    <rotation_angle>0.0</rotation_angle>
+    <rules>
+      <rule name="Rule" prop_id="foreground_color" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>
+            <color red="240" green="0" blue="0" />
+          </value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>
+            <color red="0" green="240" blue="0" />
+          </value>
+        </exp>
+        <pv trig="true">CWM-CWS03:Ctrl-PLC-001:PP20STH</pv>
+      </rule>
+      <rule name="Rule" prop_id="text" out_exp="false">
+        <exp bool_exp="pv0">
+          <value>Off</value>
+        </exp>
+        <exp bool_exp="!(pv0)">
+          <value>On</value>
+        </exp>
+        <pv trig="true">CWM-CWS03:Ctrl-PLC-001:PP20STH</pv>
+      </rule>
+    </rules>
+    <scale_options>
+      <width_scalable>true</width_scalable>
+      <height_scalable>true</height_scalable>
+      <keep_wh_ratio>false</keep_wh_ratio>
+    </scale_options>
+    <scripts />
+    <show_units>true</show_units>
+    <text>OFF</text>
+    <tooltip>$(pv_name)
+$(pv_value)</tooltip>
+    <transparent>true</transparent>
+    <vertical_alignment>1</vertical_alignment>
+    <visible>true</visible>
+    <widget_type>Text Update</widget_type>
+    <width>40</width>
+    <wrap_words>false</wrap_words>
+    <wuid>-32e0cda:1641d794e56:-56f7</wuid>
+    <x>1001</x>
+    <y>424</y>
+  </widget>
+</display>
\ No newline at end of file
diff --git a/NON-APPROVED/skid-rfq/TODO_Manually.md b/NON-APPROVED/skid-rfq/TODO_Manually.md
new file mode 100644
index 0000000000000000000000000000000000000000..dd8cdd4104e37afa9d9890e134fac9e5c32e718f
--- /dev/null
+++ b/NON-APPROVED/skid-rfq/TODO_Manually.md
@@ -0,0 +1,18 @@
+TODO MANUALLY
+=============
+
+Things that still need doing manually after generating the OPIs from DXF files.
+
+## Main View
++ Change PDelta (in Vane regulation loop) **Widget Type** from *Text Input* to *Text Update*, **Background Color** to *black (0,0,0)* and **Foreground Color** to *yellow (240,240,0)*
++ Remove artifacts over *PP10*
++ Remove artifacts between *Mixed Tank* and *Body S1-S2 regulation loop*
++ Remove wave artifact in *Mixed Tank*
+
+## Regulations
++ For all 18 PID settings set **Maximum** to *200* and **Minimum** to *0*
++ For 5 setpoints (all but DPhase regulation) **Text Input box** set **Maximum** to *50* (°C) and **Minimum** to *0* (°C)
++ Change PDelta measure (in Vane regulation loop) **Widget Type** from *Text Input* to *Text Update*
+
+## Errors
+*NA*